Skip to content
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

Remove syntax transformations in module output #27

Merged
merged 1 commit into from
Apr 10, 2020

Conversation

dgraham
Copy link
Contributor

@dgraham dgraham commented Apr 9, 2020

We're inadvertently transforming the class and for…of syntax in the module output file. Browsers that support modules also support this syntax, so just strip Flow types during compilation.

We're inadvertently transforming the `class` and `for…of` syntax in the
module output file. Browsers that support modules also support this
syntax, so just strip Flow types during compilation.
@dgraham dgraham requested a review from a team April 9, 2020 23:42
@dgraham dgraham merged commit aaffd14 into master Apr 10, 2020
@dgraham dgraham deleted the remove-syntax-transforms branch April 10, 2020 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants