History log of /expo/packages/@expo/cli/src/customize/__tests__/generate-test.ts (Results 1 – 3 of 3)
Revision Date Author Comments
# 87669a95 15-Aug-2023 Mark Lawlor <[email protected]>

feat(cli): add `expo typescript` command (#23642)

# Why

The command serves two purposes
- Allow users to manually start the Expo Typescript bootstrap process
- Generate Expo Router types wi

feat(cli): add `expo typescript` command (#23642)

# Why

The command serves two purposes
- Allow users to manually start the Expo Typescript bootstrap process
- Generate Expo Router types within CI environments.

Unlike the automatic Typescript detection, this command will bypass
prompts and simply enable Typescript support.

# How

Reuses `TypeScriptProjectPrerequisite` and the Typescript services from
`MetroBundlerDevServer`.

This PR also modifies the
`MetroBundlerDevServer.startTypeScriptServices()` to run without a
started server (so file watching will be disabled)

# Test Plan

# 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 `npx expo prebuild` & EAS Build
(eg: updated a module plugin).

show more ...


# c5d00206 17-Dec-2022 Evan Bacon <[email protected]>

fix CLI tests (#20510)

# Why

tests are failing.

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


# dfe12d45 19-May-2022 Evan Bacon <[email protected]>

feat(cli): add `customize` command (#17186)

* feat(cli): add `customize` command

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

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

feat(cli): add `customize` command (#17186)

* feat(cli): add `customize` command

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

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

* Update customizeAsync.ts

* Update customizeAsync.ts

* Update index-test.ts

* Refactor

* refactor and test

* Improve help

* Added e2e tests

* Update packages/@expo/cli/src/customize/generate.ts

Co-authored-by: Cedric van Putten <[email protected]>

* Update export-web-test.ts

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

show more ...