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 95b7551
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 95b7551

Please sign in to comment.