We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
math-intrinsics
1 parent 6a939ef commit 3b93e9cCopy full SHA for 3b93e9c
1 file changed
manifests/native.json
@@ -786,6 +786,18 @@
786
"compatKey": "javascript.builtins.Map"
787
}
788
},
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
801
"Math.acosh": {
802
"id": "Math.acosh",
803
"type": "native",
@@ -2674,6 +2686,11 @@
2674
2686
"moduleName": "long",
2675
2687
"replacements": ["BigInt"]
2676
2688
2689
+ "math-intrinsics": {
2690
+ "type": "module",
2691
+ "moduleName": "math-intrinsics",
2692
+ "replacements": ["Math"]
2693
2677
2694
"math-log2": {
2678
2695
"type": "module",
2679
2696
"moduleName": "math-log2",
0 commit comments