Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Add JS_NEW_EXPRESSION to kinds_src
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Dec 23, 2021
1 parent 41dee86 commit f6b2ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/codegen/kinds_src.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ pub const KINDS_SRC: KindsSrc = KindsSrc {
"JS_METHOD_OBJECT_MEMBER",
"JS_SUPER_EXPRESSION",
"JS_PARENTHESIZED_EXPRESSION",
"NEW_EXPR",
"JS_NEW_EXPRESSION",
"JS_FUNCTION_EXPRESSION",
"JS_STATIC_MEMBER_EXPRESSION",
"JS_COMPUTED_MEMBER_EXPRESSION",
Expand Down

0 comments on commit f6b2ef6

Please sign in to comment.