diff --git a/manifests/native.json b/manifests/native.json index 474e8b8..9cfe65b 100644 --- a/manifests/native.json +++ b/manifests/native.json @@ -2209,6 +2209,11 @@ "moduleName": "left-pad", "replacements": ["String.prototype.padStart"] }, + "long": { + "type": "module", + "moduleName": "long", + "replacements": ["BigInt"] + }, "math-log2": { "type": "module", "moduleName": "math-log2",