Skip to content

Commit

Permalink
add BigInt as known global (#6671)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn authored Aug 24, 2021
1 parent 523125f commit da816e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/utils/names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit da816e6

Please sign in to comment.