Skip to content

Commit

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

0 comments on commit 6c01290

Please sign in to comment.