Skip to content

Commit 292017c

Browse files
authored
Merge pull request #3810 from Joxtacy/add_event_to_globals_list
Add Event to globals list
2 parents e55bf40 + 192c1bb commit 292017c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/utils/names.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export const globals = new Set([
1515
'encodeURIComponent',
1616
'Error',
1717
'EvalError',
18+
'Event',
1819
'history',
1920
'Infinity',
2021
'InternalError',

0 commit comments

Comments
 (0)