-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Always enable parsing of Flow enums #16841
Conversation
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/58199 |
441e50c
to
d29cf87
Compare
I'm concerned that TS's |
I would do it just for this, since this is purely a new feature. That other one also changes behavior of existing code. |
No docs needed, as the |
dfc541a
to
46d8248
Compare
Fixes #1, Fixes #2
#16792 is adding an error in Babel 8 when specifying the option so that people notice that they can remove it. However, we can already ease the migration by enabling it by default in Babel 7.