Skip to content

Commit 01a3f7d

Browse files
committed
Merge branch 'main' into raf
2 parents 750eead + 6602324 commit 01a3f7d

1 file changed

Lines changed: 49 additions & 63 deletions

File tree

manifests/native.json

Lines changed: 49 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,7 @@
7575
"AbortController": {
7676
"id": "AbortController",
7777
"type": "native",
78-
"url": {
79-
"type": "mdn",
80-
"id": "Web/API/AbortController"
81-
},
78+
"url": {"type": "mdn", "id": "Web/API/AbortController"},
8279
"webFeatureId": {
8380
"featureId": "aborting",
8481
"compatKey": "api.AbortController.AbortController"
@@ -642,6 +639,12 @@
642639
"compatKey": "javascript.builtins.Error.cause"
643640
}
644641
},
642+
"EventTarget": {
643+
"id": "EventTarget",
644+
"type": "native",
645+
"url": {"type": "mdn", "id": "Web/API/EventTarget"},
646+
"webFeatureId": {"featureId": "events", "compatKey": "api.EventTarget"}
647+
},
645648
"Function.prototype.bind": {
646649
"id": "Function.prototype.bind",
647650
"type": "native",
@@ -1366,14 +1369,8 @@
13661369
"URL": {
13671370
"id": "URL",
13681371
"type": "native",
1369-
"url": {
1370-
"type": "mdn",
1371-
"id": "Web/API/URL"
1372-
},
1373-
"webFeatureId": {
1374-
"featureId": "url",
1375-
"compatKey": "api.URL"
1376-
}
1372+
"url": {"type": "mdn", "id": "Web/API/URL"},
1373+
"webFeatureId": {"featureId": "url", "compatKey": "api.URL"}
13771374
},
13781375
"WeakMap": {
13791376
"id": "WeakMap",
@@ -1395,10 +1392,7 @@
13951392
"atob": {
13961393
"id": "atob",
13971394
"type": "native",
1398-
"url": {
1399-
"type": "mdn",
1400-
"id": "Web/API/Window/atob"
1401-
},
1395+
"url": {"type": "mdn", "id": "Web/API/Window/atob"},
14021396
"webFeatureId": {
14031397
"featureId": "base64encodedecode",
14041398
"compatKey": "api.atob"
@@ -1407,10 +1401,7 @@
14071401
"btoa": {
14081402
"id": "btoa",
14091403
"type": "native",
1410-
"url": {
1411-
"type": "mdn",
1412-
"id": "Web/API/Window/btoa"
1413-
},
1404+
"url": {"type": "mdn", "id": "Web/API/Window/btoa"},
14141405
"webFeatureId": {
14151406
"featureId": "base64encodedecode",
14161407
"compatKey": "api.btoa"
@@ -1419,10 +1410,7 @@
14191410
"crypto.timingSafeEqual": {
14201411
"id": "crypto.timingSafeEqual",
14211412
"type": "native",
1422-
"url": {
1423-
"type": "node",
1424-
"id": "api/crypto.html#cryptotimingsafeequala-b"
1425-
},
1413+
"url": {"type": "node", "id": "api/crypto.html#cryptotimingsafeequala-b"},
14261414
"nodeFeatureId": {"moduleName": "crypto", "exportName": "timingSafeEqual"}
14271415
},
14281416
"es-errors": {
@@ -1495,10 +1483,7 @@
14951483
"fs.rm": {
14961484
"id": "fs.rm",
14971485
"type": "native",
1498-
"url": {
1499-
"type": "node",
1500-
"id": "api/fs.html#fsrmpath-options-callback"
1501-
},
1486+
"url": {"type": "node", "id": "api/fs.html#fsrmpath-options-callback"},
15021487
"nodeFeatureId": {"moduleName": "fs"}
15031488
},
15041489
"fsPromises": {
@@ -1532,10 +1517,7 @@
15321517
"id": "has-dynamic-import",
15331518
"type": "removal",
15341519
"description": "Every modern environment has support for dynamic `import()`. You can just remove the check.",
1535-
"url": {
1536-
"type": "mdn",
1537-
"id": "Web/JavaScript/Reference/Operators/import"
1538-
}
1520+
"url": {"type": "mdn", "id": "Web/JavaScript/Reference/Operators/import"}
15391521
},
15401522
"has-optional-chaining": {
15411523
"id": "has-optional-chaining",
@@ -1577,10 +1559,7 @@
15771559
"id": "has-template-literals",
15781560
"type": "removal",
15791561
"description": "Every modern environment has support for template literals. You can just remove the check.",
1580-
"url": {
1581-
"type": "mdn",
1582-
"id": "Web/JavaScript/Reference/Template_literals"
1583-
}
1562+
"url": {"type": "mdn", "id": "Web/JavaScript/Reference/Template_literals"}
15841563
},
15851564
"has-tostringtag": {
15861565
"id": "has-tostringtag",
@@ -1615,19 +1594,13 @@
16151594
"path.parse": {
16161595
"id": "path.parse",
16171596
"type": "native",
1618-
"url": {
1619-
"type": "node",
1620-
"id": "api/path.html#pathparsepath"
1621-
},
1597+
"url": {"type": "node", "id": "api/path.html#pathparsepath"},
16221598
"nodeFeatureId": {"moduleName": "path"}
16231599
},
16241600
"queueMicrotask": {
16251601
"id": "queueMicrotask",
16261602
"type": "native",
1627-
"url": {
1628-
"type": "mdn",
1629-
"id": "Web/API/Window/queueMicrotask"
1630-
},
1603+
"url": {"type": "mdn", "id": "Web/API/Window/queueMicrotask"},
16311604
"webFeatureId": {
16321605
"featureId": "queuemicrotask",
16331606
"compatKey": "api.queueMicrotask"
@@ -1636,10 +1609,7 @@
16361609
"requestAnimationFrame": {
16371610
"id": "requestAnimationFrame",
16381611
"type": "native",
1639-
"url": {
1640-
"type": "mdn",
1641-
"id": "Web/API/Window/requestAnimationFrame"
1642-
},
1612+
"url": {"type": "mdn", "id": "Web/API/Window/requestAnimationFrame"},
16431613
"webFeatureId": {
16441614
"featureId": "request-animation-frame",
16451615
"compatKey": "api.Window.requestAnimationFrame"
@@ -1654,19 +1624,13 @@
16541624
"util.promisify": {
16551625
"id": "util.promisify",
16561626
"type": "native",
1657-
"url": {
1658-
"type": "node",
1659-
"id": "api/util.html#utilpromisifyoriginal"
1660-
},
1627+
"url": {"type": "node", "id": "api/util.html#utilpromisifyoriginal"},
16611628
"nodeFeatureId": {"moduleName": "util", "exportName": "promisify"}
16621629
},
16631630
"zlib.crc32": {
16641631
"id": "zlib.crc32",
16651632
"type": "native",
1666-
"url": {
1667-
"type": "node",
1668-
"id": "api/zlib.html#zlibcrc32data-value"
1669-
},
1633+
"url": {"type": "node", "id": "api/zlib.html#zlibcrc32data-value"},
16701634
"nodeFeatureId": {"moduleName": "zlib", "exportName": "crc32"}
16711635
}
16721636
},
@@ -1881,21 +1845,23 @@
18811845
"moduleName": "arraybuffer.prototype.slice",
18821846
"replacements": ["ArrayBuffer.prototype.slice"]
18831847
},
1848+
"arraybuffer.slice": {
1849+
"type": "module",
1850+
"moduleName": "arraybuffer.slice",
1851+
"replacements": ["ArrayBuffer.prototype.slice"]
1852+
},
18841853
"asynciterator.prototype": {
18851854
"type": "module",
18861855
"moduleName": "asynciterator.prototype",
18871856
"replacements": ["AsyncIterator.prototype"]
18881857
},
1889-
"atob": {
1858+
"atob": {"type": "module", "moduleName": "atob", "replacements": ["atob"]},
1859+
"atob-lite": {
18901860
"type": "module",
1891-
"moduleName": "atob",
1861+
"moduleName": "atob-lite",
18921862
"replacements": ["atob"]
18931863
},
1894-
"btoa": {
1895-
"type": "module",
1896-
"moduleName": "btoa",
1897-
"replacements": ["btoa"]
1898-
},
1864+
"btoa": {"type": "module", "moduleName": "btoa", "replacements": ["btoa"]},
18991865
"buffer-crc32": {
19001866
"type": "module",
19011867
"moduleName": "buffer-crc32",
@@ -2044,6 +2010,11 @@
20442010
"moduleName": "escape-string-regexp",
20452011
"replacements": ["RegExp.escape"]
20462012
},
2013+
"event-target-shim": {
2014+
"type": "module",
2015+
"moduleName": "event-target-shim",
2016+
"replacements": ["EventTarget"]
2017+
},
20472018
"extend-shallow": {
20482019
"type": "module",
20492020
"moduleName": "extend-shallow",
@@ -2309,6 +2280,11 @@
23092280
"moduleName": "math.sign",
23102281
"replacements": ["Math.sign"]
23112282
},
2283+
"native-promise-only": {
2284+
"type": "module",
2285+
"moduleName": "native-promise-only",
2286+
"replacements": ["Promise"]
2287+
},
23122288
"node-int64": {
23132289
"type": "module",
23142290
"moduleName": "node-int64",
@@ -2464,6 +2440,11 @@
24642440
"moduleName": "queue-microtask",
24652441
"replacements": ["queueMicrotask"]
24662442
},
2443+
"queue-tick": {
2444+
"type": "module",
2445+
"moduleName": "queue-tick",
2446+
"replacements": ["queueMicrotask"]
2447+
},
24672448
"raf": {
24682449
"type": "module",
24692450
"moduleName": "raf",
@@ -2499,6 +2480,11 @@
24992480
"moduleName": "safe-buffer",
25002481
"replacements": ["safe-buffer"]
25012482
},
2483+
"safer-buffer": {
2484+
"type": "module",
2485+
"moduleName": "safer-buffer",
2486+
"replacements": ["safe-buffer"]
2487+
},
25022488
"setprototypeof": {
25032489
"type": "module",
25042490
"moduleName": "setprototypeof",

0 commit comments

Comments
 (0)