diff --git a/src/compiler/utils/names.ts b/src/compiler/utils/names.ts index 8afc80958f..8df2a7247b 100644 --- a/src/compiler/utils/names.ts +++ b/src/compiler/utils/names.ts @@ -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',