Skip to content

Commit

Permalink
add Symbol to globals (#7419)
Browse files Browse the repository at this point in the history
addressing #7418
  • Loading branch information
maxlath committed Apr 6, 2022
1 parent 6a66349 commit f58382b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/utils/names.ts
Expand Up @@ -56,6 +56,7 @@ export const globals = new Set([
'setTimeout',
'String',
'SVGElement',
'Symbol',
'SyntaxError',
'TypeError',
'undefined',
Expand Down

0 comments on commit f58382b

Please sign in to comment.