|
75 | 75 | "AbortController": { |
76 | 76 | "id": "AbortController", |
77 | 77 | "type": "native", |
78 | | - "url": { |
79 | | - "type": "mdn", |
80 | | - "id": "Web/API/AbortController" |
81 | | - }, |
| 78 | + "url": {"type": "mdn", "id": "Web/API/AbortController"}, |
82 | 79 | "webFeatureId": { |
83 | 80 | "featureId": "aborting", |
84 | 81 | "compatKey": "api.AbortController.AbortController" |
|
642 | 639 | "compatKey": "javascript.builtins.Error.cause" |
643 | 640 | } |
644 | 641 | }, |
| 642 | + "EventTarget": { |
| 643 | + "id": "EventTarget", |
| 644 | + "type": "native", |
| 645 | + "url": {"type": "mdn", "id": "Web/API/EventTarget"}, |
| 646 | + "webFeatureId": {"featureId": "events", "compatKey": "api.EventTarget"} |
| 647 | + }, |
645 | 648 | "Function.prototype.bind": { |
646 | 649 | "id": "Function.prototype.bind", |
647 | 650 | "type": "native", |
|
1366 | 1369 | "URL": { |
1367 | 1370 | "id": "URL", |
1368 | 1371 | "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"} |
1377 | 1374 | }, |
1378 | 1375 | "WeakMap": { |
1379 | 1376 | "id": "WeakMap", |
|
1395 | 1392 | "atob": { |
1396 | 1393 | "id": "atob", |
1397 | 1394 | "type": "native", |
1398 | | - "url": { |
1399 | | - "type": "mdn", |
1400 | | - "id": "Web/API/Window/atob" |
1401 | | - }, |
| 1395 | + "url": {"type": "mdn", "id": "Web/API/Window/atob"}, |
1402 | 1396 | "webFeatureId": { |
1403 | 1397 | "featureId": "base64encodedecode", |
1404 | 1398 | "compatKey": "api.atob" |
|
1407 | 1401 | "btoa": { |
1408 | 1402 | "id": "btoa", |
1409 | 1403 | "type": "native", |
1410 | | - "url": { |
1411 | | - "type": "mdn", |
1412 | | - "id": "Web/API/Window/btoa" |
1413 | | - }, |
| 1404 | + "url": {"type": "mdn", "id": "Web/API/Window/btoa"}, |
1414 | 1405 | "webFeatureId": { |
1415 | 1406 | "featureId": "base64encodedecode", |
1416 | 1407 | "compatKey": "api.btoa" |
|
1419 | 1410 | "crypto.timingSafeEqual": { |
1420 | 1411 | "id": "crypto.timingSafeEqual", |
1421 | 1412 | "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"}, |
1426 | 1414 | "nodeFeatureId": {"moduleName": "crypto", "exportName": "timingSafeEqual"} |
1427 | 1415 | }, |
1428 | 1416 | "es-errors": { |
|
1495 | 1483 | "fs.rm": { |
1496 | 1484 | "id": "fs.rm", |
1497 | 1485 | "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"}, |
1502 | 1487 | "nodeFeatureId": {"moduleName": "fs"} |
1503 | 1488 | }, |
1504 | 1489 | "fsPromises": { |
|
1532 | 1517 | "id": "has-dynamic-import", |
1533 | 1518 | "type": "removal", |
1534 | 1519 | "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"} |
1539 | 1521 | }, |
1540 | 1522 | "has-optional-chaining": { |
1541 | 1523 | "id": "has-optional-chaining", |
|
1577 | 1559 | "id": "has-template-literals", |
1578 | 1560 | "type": "removal", |
1579 | 1561 | "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"} |
1584 | 1563 | }, |
1585 | 1564 | "has-tostringtag": { |
1586 | 1565 | "id": "has-tostringtag", |
|
1615 | 1594 | "path.parse": { |
1616 | 1595 | "id": "path.parse", |
1617 | 1596 | "type": "native", |
1618 | | - "url": { |
1619 | | - "type": "node", |
1620 | | - "id": "api/path.html#pathparsepath" |
1621 | | - }, |
| 1597 | + "url": {"type": "node", "id": "api/path.html#pathparsepath"}, |
1622 | 1598 | "nodeFeatureId": {"moduleName": "path"} |
1623 | 1599 | }, |
1624 | 1600 | "queueMicrotask": { |
1625 | 1601 | "id": "queueMicrotask", |
1626 | 1602 | "type": "native", |
1627 | | - "url": { |
1628 | | - "type": "mdn", |
1629 | | - "id": "Web/API/Window/queueMicrotask" |
1630 | | - }, |
| 1603 | + "url": {"type": "mdn", "id": "Web/API/Window/queueMicrotask"}, |
1631 | 1604 | "webFeatureId": { |
1632 | 1605 | "featureId": "queuemicrotask", |
1633 | 1606 | "compatKey": "api.queueMicrotask" |
|
1636 | 1609 | "requestAnimationFrame": { |
1637 | 1610 | "id": "requestAnimationFrame", |
1638 | 1611 | "type": "native", |
1639 | | - "url": { |
1640 | | - "type": "mdn", |
1641 | | - "id": "Web/API/Window/requestAnimationFrame" |
1642 | | - }, |
| 1612 | + "url": {"type": "mdn", "id": "Web/API/Window/requestAnimationFrame"}, |
1643 | 1613 | "webFeatureId": { |
1644 | 1614 | "featureId": "request-animation-frame", |
1645 | 1615 | "compatKey": "api.Window.requestAnimationFrame" |
|
1654 | 1624 | "util.promisify": { |
1655 | 1625 | "id": "util.promisify", |
1656 | 1626 | "type": "native", |
1657 | | - "url": { |
1658 | | - "type": "node", |
1659 | | - "id": "api/util.html#utilpromisifyoriginal" |
1660 | | - }, |
| 1627 | + "url": {"type": "node", "id": "api/util.html#utilpromisifyoriginal"}, |
1661 | 1628 | "nodeFeatureId": {"moduleName": "util", "exportName": "promisify"} |
1662 | 1629 | }, |
1663 | 1630 | "zlib.crc32": { |
1664 | 1631 | "id": "zlib.crc32", |
1665 | 1632 | "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"}, |
1670 | 1634 | "nodeFeatureId": {"moduleName": "zlib", "exportName": "crc32"} |
1671 | 1635 | } |
1672 | 1636 | }, |
|
1881 | 1845 | "moduleName": "arraybuffer.prototype.slice", |
1882 | 1846 | "replacements": ["ArrayBuffer.prototype.slice"] |
1883 | 1847 | }, |
| 1848 | + "arraybuffer.slice": { |
| 1849 | + "type": "module", |
| 1850 | + "moduleName": "arraybuffer.slice", |
| 1851 | + "replacements": ["ArrayBuffer.prototype.slice"] |
| 1852 | + }, |
1884 | 1853 | "asynciterator.prototype": { |
1885 | 1854 | "type": "module", |
1886 | 1855 | "moduleName": "asynciterator.prototype", |
1887 | 1856 | "replacements": ["AsyncIterator.prototype"] |
1888 | 1857 | }, |
1889 | | - "atob": { |
| 1858 | + "atob": {"type": "module", "moduleName": "atob", "replacements": ["atob"]}, |
| 1859 | + "atob-lite": { |
1890 | 1860 | "type": "module", |
1891 | | - "moduleName": "atob", |
| 1861 | + "moduleName": "atob-lite", |
1892 | 1862 | "replacements": ["atob"] |
1893 | 1863 | }, |
1894 | | - "btoa": { |
1895 | | - "type": "module", |
1896 | | - "moduleName": "btoa", |
1897 | | - "replacements": ["btoa"] |
1898 | | - }, |
| 1864 | + "btoa": {"type": "module", "moduleName": "btoa", "replacements": ["btoa"]}, |
1899 | 1865 | "buffer-crc32": { |
1900 | 1866 | "type": "module", |
1901 | 1867 | "moduleName": "buffer-crc32", |
|
2044 | 2010 | "moduleName": "escape-string-regexp", |
2045 | 2011 | "replacements": ["RegExp.escape"] |
2046 | 2012 | }, |
| 2013 | + "event-target-shim": { |
| 2014 | + "type": "module", |
| 2015 | + "moduleName": "event-target-shim", |
| 2016 | + "replacements": ["EventTarget"] |
| 2017 | + }, |
2047 | 2018 | "extend-shallow": { |
2048 | 2019 | "type": "module", |
2049 | 2020 | "moduleName": "extend-shallow", |
|
2309 | 2280 | "moduleName": "math.sign", |
2310 | 2281 | "replacements": ["Math.sign"] |
2311 | 2282 | }, |
| 2283 | + "native-promise-only": { |
| 2284 | + "type": "module", |
| 2285 | + "moduleName": "native-promise-only", |
| 2286 | + "replacements": ["Promise"] |
| 2287 | + }, |
2312 | 2288 | "node-int64": { |
2313 | 2289 | "type": "module", |
2314 | 2290 | "moduleName": "node-int64", |
|
2464 | 2440 | "moduleName": "queue-microtask", |
2465 | 2441 | "replacements": ["queueMicrotask"] |
2466 | 2442 | }, |
| 2443 | + "queue-tick": { |
| 2444 | + "type": "module", |
| 2445 | + "moduleName": "queue-tick", |
| 2446 | + "replacements": ["queueMicrotask"] |
| 2447 | + }, |
2467 | 2448 | "raf": { |
2468 | 2449 | "type": "module", |
2469 | 2450 | "moduleName": "raf", |
|
2499 | 2480 | "moduleName": "safe-buffer", |
2500 | 2481 | "replacements": ["safe-buffer"] |
2501 | 2482 | }, |
| 2483 | + "safer-buffer": { |
| 2484 | + "type": "module", |
| 2485 | + "moduleName": "safer-buffer", |
| 2486 | + "replacements": ["safe-buffer"] |
| 2487 | + }, |
2502 | 2488 | "setprototypeof": { |
2503 | 2489 | "type": "module", |
2504 | 2490 | "moduleName": "setprototypeof", |
|
0 commit comments