add `BigInt` as known global (#6671)

pull/6680/head
trevyn 3 years ago committed by GitHub
parent 523125f50d
commit da816e6db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,6 +4,7 @@ import full_char_code_at from './full_char_code_at';
export const globals = new Set([
'alert',
'Array',
'BigInt',
'Boolean',
'clearInterval',
'clearTimeout',

Loading…
Cancel
Save