-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Misc fixes to @babel/types
AST definitions
#14730
Conversation
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/52440/ |
BTW TIL we have babel/packages/babel-types/src/definitions/core.ts Lines 492 to 497 in b67e369
for the PatternLike nodes such as Identifier/ArrayPattern/ObjectPattern. Does |
@babel/types
AST definitions
Technically this one may be a breaking change, because now Babel types will throw when the provided
static
is non-boolean, though I doubt anyone has ever spotted it.ClassPrivateMethod
.kind