Skip to content

Commit b47df41

Browse files
committed
chore: revert format changes
1 parent 01a3f7d commit b47df41

1 file changed

Lines changed: 62 additions & 15 deletions

File tree

manifests/native.json

Lines changed: 62 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@
7575
"AbortController": {
7676
"id": "AbortController",
7777
"type": "native",
78-
"url": {"type": "mdn", "id": "Web/API/AbortController"},
78+
"url": {
79+
"type": "mdn",
80+
"id": "Web/API/AbortController"
81+
},
7982
"webFeatureId": {
8083
"featureId": "aborting",
8184
"compatKey": "api.AbortController.AbortController"
@@ -642,8 +645,14 @@
642645
"EventTarget": {
643646
"id": "EventTarget",
644647
"type": "native",
645-
"url": {"type": "mdn", "id": "Web/API/EventTarget"},
646-
"webFeatureId": {"featureId": "events", "compatKey": "api.EventTarget"}
648+
"url": {
649+
"type": "mdn",
650+
"id": "Web/API/EventTarget"
651+
},
652+
"webFeatureId": {
653+
"featureId": "events",
654+
"compatKey": "api.EventTarget"
655+
}
647656
},
648657
"Function.prototype.bind": {
649658
"id": "Function.prototype.bind",
@@ -1369,8 +1378,14 @@
13691378
"URL": {
13701379
"id": "URL",
13711380
"type": "native",
1372-
"url": {"type": "mdn", "id": "Web/API/URL"},
1373-
"webFeatureId": {"featureId": "url", "compatKey": "api.URL"}
1381+
"url": {
1382+
"type": "mdn",
1383+
"id": "Web/API/URL"
1384+
},
1385+
"webFeatureId": {
1386+
"featureId": "url",
1387+
"compatKey": "api.URL"
1388+
}
13741389
},
13751390
"WeakMap": {
13761391
"id": "WeakMap",
@@ -1392,7 +1407,10 @@
13921407
"atob": {
13931408
"id": "atob",
13941409
"type": "native",
1395-
"url": {"type": "mdn", "id": "Web/API/Window/atob"},
1410+
"url": {
1411+
"type": "mdn",
1412+
"id": "Web/API/Window/atob"
1413+
},
13961414
"webFeatureId": {
13971415
"featureId": "base64encodedecode",
13981416
"compatKey": "api.atob"
@@ -1401,7 +1419,10 @@
14011419
"btoa": {
14021420
"id": "btoa",
14031421
"type": "native",
1404-
"url": {"type": "mdn", "id": "Web/API/Window/btoa"},
1422+
"url": {
1423+
"type": "mdn",
1424+
"id": "Web/API/Window/btoa"
1425+
},
14051426
"webFeatureId": {
14061427
"featureId": "base64encodedecode",
14071428
"compatKey": "api.btoa"
@@ -1410,7 +1431,10 @@
14101431
"crypto.timingSafeEqual": {
14111432
"id": "crypto.timingSafeEqual",
14121433
"type": "native",
1413-
"url": {"type": "node", "id": "api/crypto.html#cryptotimingsafeequala-b"},
1434+
"url": {
1435+
"type": "node",
1436+
"id": "api/crypto.html#cryptotimingsafeequala-b"
1437+
},
14141438
"nodeFeatureId": {"moduleName": "crypto", "exportName": "timingSafeEqual"}
14151439
},
14161440
"es-errors": {
@@ -1483,7 +1507,10 @@
14831507
"fs.rm": {
14841508
"id": "fs.rm",
14851509
"type": "native",
1486-
"url": {"type": "node", "id": "api/fs.html#fsrmpath-options-callback"},
1510+
"url": {
1511+
"type": "node",
1512+
"id": "api/fs.html#fsrmpath-options-callback"
1513+
},
14871514
"nodeFeatureId": {"moduleName": "fs"}
14881515
},
14891516
"fsPromises": {
@@ -1517,7 +1544,10 @@
15171544
"id": "has-dynamic-import",
15181545
"type": "removal",
15191546
"description": "Every modern environment has support for dynamic `import()`. You can just remove the check.",
1520-
"url": {"type": "mdn", "id": "Web/JavaScript/Reference/Operators/import"}
1547+
"url": {
1548+
"type": "mdn",
1549+
"id": "Web/JavaScript/Reference/Operators/import"
1550+
}
15211551
},
15221552
"has-optional-chaining": {
15231553
"id": "has-optional-chaining",
@@ -1559,7 +1589,10 @@
15591589
"id": "has-template-literals",
15601590
"type": "removal",
15611591
"description": "Every modern environment has support for template literals. You can just remove the check.",
1562-
"url": {"type": "mdn", "id": "Web/JavaScript/Reference/Template_literals"}
1592+
"url": {
1593+
"type": "mdn",
1594+
"id": "Web/JavaScript/Reference/Template_literals"
1595+
}
15631596
},
15641597
"has-tostringtag": {
15651598
"id": "has-tostringtag",
@@ -1624,13 +1657,19 @@
16241657
"util.promisify": {
16251658
"id": "util.promisify",
16261659
"type": "native",
1627-
"url": {"type": "node", "id": "api/util.html#utilpromisifyoriginal"},
1660+
"url": {
1661+
"type": "node",
1662+
"id": "api/util.html#utilpromisifyoriginal"
1663+
},
16281664
"nodeFeatureId": {"moduleName": "util", "exportName": "promisify"}
16291665
},
16301666
"zlib.crc32": {
16311667
"id": "zlib.crc32",
16321668
"type": "native",
1633-
"url": {"type": "node", "id": "api/zlib.html#zlibcrc32data-value"},
1669+
"url": {
1670+
"type": "node",
1671+
"id": "api/zlib.html#zlibcrc32data-value"
1672+
},
16341673
"nodeFeatureId": {"moduleName": "zlib", "exportName": "crc32"}
16351674
}
16361675
},
@@ -1855,13 +1894,21 @@
18551894
"moduleName": "asynciterator.prototype",
18561895
"replacements": ["AsyncIterator.prototype"]
18571896
},
1858-
"atob": {"type": "module", "moduleName": "atob", "replacements": ["atob"]},
1897+
"atob": {
1898+
"type": "module",
1899+
"moduleName": "atob",
1900+
"replacements": ["atob"]
1901+
},
18591902
"atob-lite": {
18601903
"type": "module",
18611904
"moduleName": "atob-lite",
18621905
"replacements": ["atob"]
18631906
},
1864-
"btoa": {"type": "module", "moduleName": "btoa", "replacements": ["btoa"]},
1907+
"btoa": {
1908+
"type": "module",
1909+
"moduleName": "btoa",
1910+
"replacements": ["btoa"]
1911+
},
18651912
"buffer-crc32": {
18661913
"type": "module",
18671914
"moduleName": "buffer-crc32",

0 commit comments

Comments
 (0)