File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10558,7 +10558,7 @@ reduces them without incurring seq initialization"
10558
10558
^{:private true
10559
10559
:jsdoc [" @type {*}" ]}
10560
10560
js-reserved-arr
10561
- #js [" abstract" " boolean" " break" " byte" " case"
10561
+ #js [" arguments " " abstract" " await " " boolean" " break" " byte" " case"
10562
10562
" catch" " char" " class" " const" " continue"
10563
10563
" debugger" " default" " delete" " do" " double"
10564
10564
" else" " enum" " export" " extends" " final"
@@ -10570,7 +10570,7 @@ reduces them without incurring seq initialization"
10570
10570
" synchronized" " this" " throw" " throws"
10571
10571
" transient" " try" " typeof" " var" " void"
10572
10572
" volatile" " while" " with" " yield" " methods"
10573
- " null" ])
10573
+ " null" " constructor " ])
10574
10574
10575
10575
(def
10576
10576
^{:jsdoc [" @type {null|Object}" ]}
Original file line number Diff line number Diff line change 147
147
:infer-warning false })
148
148
149
149
(def js-reserved
150
- #{" arguments" " abstract" " boolean" " break" " byte" " case"
150
+ #{" arguments" " abstract" " await " " boolean" " break" " byte" " case"
151
151
" catch" " char" " class" " const" " continue"
152
152
" debugger" " default" " delete" " do" " double"
153
153
" else" " enum" " export" " extends" " final"
You can’t perform that action at this time.
0 commit comments