add Symbol to globals

addressing #7418
pull/7419/head
maxlath 4 years ago
parent 6a663490b5
commit 95b7551728

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

Loading…
Cancel
Save