add Symbol to globals (#7419)

addressing #7418
pull/7422/head
maxlath 2 years ago committed by GitHub
parent 6a663490b5
commit f58382b22a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save