add Symbol to globals (#7419)

addressing #7418
pull/7738/head
maxlath 4 years ago committed by GitHub
parent 825f80368a
commit a7ced5ed1d

@ -56,6 +56,7 @@ export const globals = new Set([
'setTimeout',
'String',
'SVGElement',
'Symbol',
'SyntaxError',
'TypeError',
'undefined',

Loading…
Cancel
Save