Skip to content

Commit 7846c71

Browse files
feat: add big-integer native replacement (#879)
1 parent 0ff483b commit 7846c71

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

manifests/native.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,6 +2182,11 @@
21822182
"moduleName": "atob-lite",
21832183
"replacements": ["atob"]
21842184
},
2185+
"big-integer": {
2186+
"type": "module",
2187+
"moduleName": "big-integer",
2188+
"replacements": ["BigInt"]
2189+
},
21852190
"btoa": {"type": "module", "moduleName": "btoa", "replacements": ["btoa"]},
21862191
"buffer-alloc": {
21872192
"type": "module",

0 commit comments

Comments
 (0)