From 2f79f63f73f079a7654e24bf400a0413b7849c24 Mon Sep 17 00:00:00 2001 From: Roman Date: Sun, 12 Apr 2026 11:46:48 +0100 Subject: [PATCH] feat: add `native-promise-only` to native manifest --- manifests/native.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/native.json b/manifests/native.json index 866c5fa..9941927 100644 --- a/manifests/native.json +++ b/manifests/native.json @@ -2297,6 +2297,11 @@ "moduleName": "math.sign", "replacements": ["Math.sign"] }, + "native-promise-only": { + "type": "module", + "moduleName": "native-promise-only", + "replacements": ["Promise"] + }, "node-int64": { "type": "module", "moduleName": "node-int64",