-
Notifications
You must be signed in to change notification settings - Fork 25.1k
RN: Enable Hermes Parser in RNTester / CI #46318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D62161923 |
|
This pull request was exported from Phabricator. Differential Revision: D62161923 |
95b062a to
c935d52
Compare
Summary: Pull Request resolved: facebook#46318 Configures the Metro by default to use the Hermes parser so that React Native can fully leverage all modern Flow language syntax. NOTE: This does not affect `*.ts` and `*.tsx` files which will continue to use Babel. Metro has logic to enforce this regardless of the transform options. Changelog: [General][Changed] - Changed Metro default config to use Hermes parser Differential Revision: D62161923
Summary: Pull Request resolved: facebook#46318 Configures the Metro by default to use the Hermes parser so that React Native can fully leverage all modern Flow language syntax. NOTE: This does not affect `*.ts` and `*.tsx` files which will continue to use Babel. Metro has logic to enforce this regardless of the transform options. Changelog: [General][Changed] - Changed Metro default config to use Hermes parser, enabling the use of advanced Flow syntax in React Native. Differential Revision: D62161923
|
This pull request was exported from Phabricator. Differential Revision: D62161923 |
c935d52 to
86de08d
Compare
Summary: Pull Request resolved: facebook#46318 Configures the Metro by default to use the Hermes parser so that React Native can fully leverage all modern Flow language syntax. NOTE: This does not affect `*.ts` and `*.tsx` files which will continue to use Babel. Metro has logic to enforce this regardless of the transform options. Changelog: [General][Changed] - Changed Metro default config to use Hermes parser, enabling the use of advanced Flow syntax in React Native. Differential Revision: D62161923
Summary: Pull Request resolved: facebook#46318 Configures the Metro by default to use the Hermes parser so that React Native can fully leverage all modern Flow language syntax. NOTE: This does not affect `*.ts` and `*.tsx` files which will continue to use Babel. Metro has logic to enforce this regardless of the transform options. Changelog: [General][Changed] - Changed Metro default config to use Hermes parser, enabling the use of advanced Flow syntax in React Native. Differential Revision: D62161923
|
This pull request has been merged in 320963c. |
|
This pull request was successfully merged by @yungsters in 320963c When will my fix make it into a release? | How to file a pick request? |
Summary:
Configures Metro for RNTester / CI to use the Hermes parser so that React Native can fully leverage all modern Flow language syntax.
Changelog:
[General][Changed] - Changed RNTester's to use Hermes parser
Differential Revision: D62161923