Skip to content

Commit 192c1bb

Browse files
committed
Add Event to globals list
1 parent d03a5de commit 192c1bb

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)