History log of /expo/packages/@expo/cli/src/prebuild/resolveTemplate.ts (Results 1 – 4 of 4)
Revision Date Author Comments
# 670287b3 22-Apr-2023 Cedric van Putten <[email protected]>

fix(cli): check if template URL is a path on windows (#22232)

# Why

Turns out that you can actually create a `URL` instance from absolute
path on Windows... This is interesting on it's own, but

fix(cli): check if template URL is a path on windows (#22232)

# Why

Turns out that you can actually create a `URL` instance from absolute
path on Windows... This is interesting on it's own, but also causes
issues with the `--template` flag.


![image](https://user-images.githubusercontent.com/1203991/233783267-6548e3c0-4c3f-4196-a257-926bee8cc3a9.png)

# How

- Added check to filter out this scenario, windows only

# Test Plan

TBD

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).

show more ...


# 8c8eefe0 18-Oct-2022 Evan Bacon <[email protected]>

feat(cli): add proxy support (#19592)

* feat: add proxy support

* Update expo-cli.mdx

* Update wrapFetchWithProxy.ts

* Update packages/@expo/cli/CHANGELOG.md

Co-authored-by: Expo Bot <34

feat(cli): add proxy support (#19592)

* feat: add proxy support

* Update expo-cli.mdx

* Update wrapFetchWithProxy.ts

* Update packages/@expo/cli/CHANGELOG.md

Co-authored-by: Expo Bot <[email protected]>

* Create wrapFetchWithProxy.test.ts

* Update env.ts

* Update docs/pages/workflow/expo-cli.mdx

Co-authored-by: Aman Mittal <[email protected]>

Co-authored-by: Expo Bot <[email protected]>
Co-authored-by: Aman Mittal <[email protected]>

show more ...


# 474a7a4b 21-Jun-2022 Evan Bacon <[email protected]>

chore(cli): migrate to debug package (#17084)

* chore(cli): migrate to debug package

* Update packages/@expo/cli/CHANGELOG.md

Co-authored-by: Expo Bot <[email protected]

chore(cli): migrate to debug package (#17084)

* chore(cli): migrate to debug package

* Update packages/@expo/cli/CHANGELOG.md

Co-authored-by: Expo Bot <[email protected]>

* Update checkPackages.ts

* Update packages/@expo/cli/src/start/platforms/android/ADBServer.ts

* Update ADBServer.ts

* Update activateWindow.ts

* Update adb.ts

* migrate new methods to debug

* Update variadic.ts

* Update yarn.lock

Co-authored-by: Expo Bot <[email protected]>

show more ...


# 8d307f52 23-Mar-2022 Evan Bacon <[email protected]>

chore: refactor `expo/cli` to `@expo/cli` package (#16717)

* chore: refactor `expo/cli` to `@expo/cli` package

* Update CODEOWNERS

* fix linking

* fix lint script

* fix build file

* f

chore: refactor `expo/cli` to `@expo/cli` package (#16717)

* chore: refactor `expo/cli` to `@expo/cli` package

* Update CODEOWNERS

* fix linking

* fix lint script

* fix build file

* fix e2e tests

* lint before build

* use mock version

show more ...