-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
conditional Babel registration no longer necessary #44362
Conversation
This pull request was exported from Phabricator. Differential Revision: D56839521 |
Base commit: 3872501 |
Summary: Packages that are built and directly run in the monorepo no longer need to worry about conditionally registering themselves to transpile Flow -> JS at runtime. Our build step strips this file now. Reviewed By: huntie Differential Revision: D56839521
This pull request was exported from Phabricator. Differential Revision: D56839521 |
This pull request has been merged in 47848ad. |
This pull request was successfully merged by @blakef in 47848ad. When will my fix make it into a release? | How to file a pick request? |
This pull request has been reverted by 3ddf509. |
Summary: Pull Request resolved: facebook#44362 Packages that are built and directly run in the monorepo no longer need to worry about conditionally registering themselves to transpile Flow -> JS at runtime. Our build step strips this file now. Changelog: [Internal] changes in published packages no longer require conditional calls to Babel register. Reviewed By: huntie Differential Revision: D56839521 fbshipit-source-id: 6bec706c639f1ab4138e0b790be8a07654333046
Summary:
Packages that are built and directly run in the monorepo no longer need to worry about
conditionally registering themselves to transpile Flow -> JS at runtime. Our build step
strips this file now.
Differential Revision: D56839521