Skip to content

Commit

Permalink
feat: Add BigInt to globals
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed May 8, 2024
1 parent c50cc1b commit fb3fd84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const globals = new Set([
"console",
"performance",
"_chronoNow",
"BigInt",
"Date",
"Array",
"ArrayBuffer",
Expand Down

0 comments on commit fb3fd84

Please sign in to comment.