Skip to content

Commit f58382b

Browse files
authored
add Symbol to globals (#7419)
addressing #7418
1 parent 6a66349 commit f58382b

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
@@ -56,6 +56,7 @@ export const globals = new Set([
5656
'setTimeout',
5757
'String',
5858
'SVGElement',
59+
'Symbol',
5960
'SyntaxError',
6061
'TypeError',
6162
'undefined',

0 commit comments

Comments
 (0)