add `BigInt` as known global (#6671)

pull/7738/head
trevyn 5 years ago committed by GitHub
parent 39f0c01b75
commit a021813997

@ -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