From ac4320c76c0d9171e297740582c6e2c059e5d34f Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 6 Apr 2026 22:44:12 +0100 Subject: [PATCH] feat: add `typedarray` to native manifest --- manifests/native.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/manifests/native.json b/manifests/native.json index bd093ad..1cf3ce8 100644 --- a/manifests/native.json +++ b/manifests/native.json @@ -1,5 +1,17 @@ { "replacements": { + "%TypedArray%": { + "id": "%TypedArray%", + "type": "native", + "url": { + "type": "mdn", + "id": "Web/JavaScript/Reference/Global_Objects/TypedArray" + }, + "webFeatureId": { + "featureId": "typed-arrays", + "compatKey": "javascript.builtins.TypedArray" + } + }, "%TypedArray%.prototype.buffer": { "id": "%TypedArray%.prototype.buffer", "type": "native", @@ -2542,6 +2554,11 @@ "moduleName": "typed-array-length", "replacements": ["%TypedArray%.prototype.length"] }, + "typedarray": { + "type": "module", + "moduleName": "typedarray", + "replacements": ["%TypedArray%"] + }, "typedarray.prototype.slice": { "type": "module", "moduleName": "typedarray.prototype.slice",