From fb3fd849074f71c4d12991d18a5484f804104e75 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Wed, 8 May 2024 18:13:23 +0200 Subject: [PATCH] feat: Add `BigInt` to globals --- src/plugin/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugin/index.js b/src/plugin/index.js index 1cf130e..4d6a886 100644 --- a/src/plugin/index.js +++ b/src/plugin/index.js @@ -17,6 +17,7 @@ const globals = new Set([ "console", "performance", "_chronoNow", + "BigInt", "Date", "Array", "ArrayBuffer",