Skip to content

Commit 3b93e9c

Browse files
authored
feat: add math-intrinsics to native manifest (#798)
1 parent 6a939ef commit 3b93e9c

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

manifests/native.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,18 @@
786786
"compatKey": "javascript.builtins.Map"
787787
}
788788
},
789+
"Math": {
790+
"id": "Math",
791+
"type": "native",
792+
"url": {
793+
"type": "mdn",
794+
"id": "Web/JavaScript/Reference/Global_Objects/Math"
795+
},
796+
"webFeatureId": {
797+
"featureId": "number",
798+
"compatKey": "javascript.builtins.Math"
799+
}
800+
},
789801
"Math.acosh": {
790802
"id": "Math.acosh",
791803
"type": "native",
@@ -2674,6 +2686,11 @@
26742686
"moduleName": "long",
26752687
"replacements": ["BigInt"]
26762688
},
2689+
"math-intrinsics": {
2690+
"type": "module",
2691+
"moduleName": "math-intrinsics",
2692+
"replacements": ["Math"]
2693+
},
26772694
"math-log2": {
26782695
"type": "module",
26792696
"moduleName": "math-log2",

0 commit comments

Comments
 (0)