modules.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  1. [
  2. "es.symbol",
  3. "es.symbol.description",
  4. "es.symbol.async-iterator",
  5. "es.symbol.has-instance",
  6. "es.symbol.is-concat-spreadable",
  7. "es.symbol.iterator",
  8. "es.symbol.match",
  9. "es.symbol.match-all",
  10. "es.symbol.replace",
  11. "es.symbol.search",
  12. "es.symbol.species",
  13. "es.symbol.split",
  14. "es.symbol.to-primitive",
  15. "es.symbol.to-string-tag",
  16. "es.symbol.unscopables",
  17. "es.error.cause",
  18. "es.error.to-string",
  19. "es.aggregate-error",
  20. "es.aggregate-error.cause",
  21. "es.array.at",
  22. "es.array.concat",
  23. "es.array.copy-within",
  24. "es.array.every",
  25. "es.array.fill",
  26. "es.array.filter",
  27. "es.array.find",
  28. "es.array.find-index",
  29. "es.array.find-last",
  30. "es.array.find-last-index",
  31. "es.array.flat",
  32. "es.array.flat-map",
  33. "es.array.for-each",
  34. "es.array.from",
  35. "es.array.includes",
  36. "es.array.index-of",
  37. "es.array.is-array",
  38. "es.array.iterator",
  39. "es.array.join",
  40. "es.array.last-index-of",
  41. "es.array.map",
  42. "es.array.of",
  43. "es.array.push",
  44. "es.array.reduce",
  45. "es.array.reduce-right",
  46. "es.array.reverse",
  47. "es.array.slice",
  48. "es.array.some",
  49. "es.array.sort",
  50. "es.array.species",
  51. "es.array.splice",
  52. "es.array.to-reversed",
  53. "es.array.to-sorted",
  54. "es.array.to-spliced",
  55. "es.array.unscopables.flat",
  56. "es.array.unscopables.flat-map",
  57. "es.array.unshift",
  58. "es.array.with",
  59. "es.array-buffer.constructor",
  60. "es.array-buffer.is-view",
  61. "es.array-buffer.slice",
  62. "es.data-view",
  63. "es.array-buffer.detached",
  64. "es.array-buffer.transfer",
  65. "es.array-buffer.transfer-to-fixed-length",
  66. "es.date.get-year",
  67. "es.date.now",
  68. "es.date.set-year",
  69. "es.date.to-gmt-string",
  70. "es.date.to-iso-string",
  71. "es.date.to-json",
  72. "es.date.to-primitive",
  73. "es.date.to-string",
  74. "es.escape",
  75. "es.function.bind",
  76. "es.function.has-instance",
  77. "es.function.name",
  78. "es.global-this",
  79. "es.iterator.constructor",
  80. "es.iterator.drop",
  81. "es.iterator.every",
  82. "es.iterator.filter",
  83. "es.iterator.find",
  84. "es.iterator.flat-map",
  85. "es.iterator.for-each",
  86. "es.iterator.from",
  87. "es.iterator.map",
  88. "es.iterator.reduce",
  89. "es.iterator.some",
  90. "es.iterator.take",
  91. "es.iterator.to-array",
  92. "es.json.stringify",
  93. "es.json.to-string-tag",
  94. "es.map",
  95. "es.map.group-by",
  96. "es.math.acosh",
  97. "es.math.asinh",
  98. "es.math.atanh",
  99. "es.math.cbrt",
  100. "es.math.clz32",
  101. "es.math.cosh",
  102. "es.math.expm1",
  103. "es.math.fround",
  104. "es.math.hypot",
  105. "es.math.imul",
  106. "es.math.log10",
  107. "es.math.log1p",
  108. "es.math.log2",
  109. "es.math.sign",
  110. "es.math.sinh",
  111. "es.math.tanh",
  112. "es.math.to-string-tag",
  113. "es.math.trunc",
  114. "es.number.constructor",
  115. "es.number.epsilon",
  116. "es.number.is-finite",
  117. "es.number.is-integer",
  118. "es.number.is-nan",
  119. "es.number.is-safe-integer",
  120. "es.number.max-safe-integer",
  121. "es.number.min-safe-integer",
  122. "es.number.parse-float",
  123. "es.number.parse-int",
  124. "es.number.to-exponential",
  125. "es.number.to-fixed",
  126. "es.number.to-precision",
  127. "es.object.assign",
  128. "es.object.create",
  129. "es.object.define-getter",
  130. "es.object.define-properties",
  131. "es.object.define-property",
  132. "es.object.define-setter",
  133. "es.object.entries",
  134. "es.object.freeze",
  135. "es.object.from-entries",
  136. "es.object.get-own-property-descriptor",
  137. "es.object.get-own-property-descriptors",
  138. "es.object.get-own-property-names",
  139. "es.object.get-prototype-of",
  140. "es.object.group-by",
  141. "es.object.has-own",
  142. "es.object.is",
  143. "es.object.is-extensible",
  144. "es.object.is-frozen",
  145. "es.object.is-sealed",
  146. "es.object.keys",
  147. "es.object.lookup-getter",
  148. "es.object.lookup-setter",
  149. "es.object.prevent-extensions",
  150. "es.object.proto",
  151. "es.object.seal",
  152. "es.object.set-prototype-of",
  153. "es.object.to-string",
  154. "es.object.values",
  155. "es.parse-float",
  156. "es.parse-int",
  157. "es.promise",
  158. "es.promise.all-settled",
  159. "es.promise.any",
  160. "es.promise.finally",
  161. "es.promise.try",
  162. "es.promise.with-resolvers",
  163. "es.reflect.apply",
  164. "es.reflect.construct",
  165. "es.reflect.define-property",
  166. "es.reflect.delete-property",
  167. "es.reflect.get",
  168. "es.reflect.get-own-property-descriptor",
  169. "es.reflect.get-prototype-of",
  170. "es.reflect.has",
  171. "es.reflect.is-extensible",
  172. "es.reflect.own-keys",
  173. "es.reflect.prevent-extensions",
  174. "es.reflect.set",
  175. "es.reflect.set-prototype-of",
  176. "es.reflect.to-string-tag",
  177. "es.regexp.constructor",
  178. "es.regexp.dot-all",
  179. "es.regexp.exec",
  180. "es.regexp.flags",
  181. "es.regexp.sticky",
  182. "es.regexp.test",
  183. "es.regexp.to-string",
  184. "es.set",
  185. "es.set.difference.v2",
  186. "es.set.intersection.v2",
  187. "es.set.is-disjoint-from.v2",
  188. "es.set.is-subset-of.v2",
  189. "es.set.is-superset-of.v2",
  190. "es.set.symmetric-difference.v2",
  191. "es.set.union.v2",
  192. "es.string.at-alternative",
  193. "es.string.code-point-at",
  194. "es.string.ends-with",
  195. "es.string.from-code-point",
  196. "es.string.includes",
  197. "es.string.is-well-formed",
  198. "es.string.iterator",
  199. "es.string.match",
  200. "es.string.match-all",
  201. "es.string.pad-end",
  202. "es.string.pad-start",
  203. "es.string.raw",
  204. "es.string.repeat",
  205. "es.string.replace",
  206. "es.string.replace-all",
  207. "es.string.search",
  208. "es.string.split",
  209. "es.string.starts-with",
  210. "es.string.substr",
  211. "es.string.to-well-formed",
  212. "es.string.trim",
  213. "es.string.trim-end",
  214. "es.string.trim-start",
  215. "es.string.anchor",
  216. "es.string.big",
  217. "es.string.blink",
  218. "es.string.bold",
  219. "es.string.fixed",
  220. "es.string.fontcolor",
  221. "es.string.fontsize",
  222. "es.string.italics",
  223. "es.string.link",
  224. "es.string.small",
  225. "es.string.strike",
  226. "es.string.sub",
  227. "es.string.sup",
  228. "es.typed-array.float32-array",
  229. "es.typed-array.float64-array",
  230. "es.typed-array.int8-array",
  231. "es.typed-array.int16-array",
  232. "es.typed-array.int32-array",
  233. "es.typed-array.uint8-array",
  234. "es.typed-array.uint8-clamped-array",
  235. "es.typed-array.uint16-array",
  236. "es.typed-array.uint32-array",
  237. "es.typed-array.at",
  238. "es.typed-array.copy-within",
  239. "es.typed-array.every",
  240. "es.typed-array.fill",
  241. "es.typed-array.filter",
  242. "es.typed-array.find",
  243. "es.typed-array.find-index",
  244. "es.typed-array.find-last",
  245. "es.typed-array.find-last-index",
  246. "es.typed-array.for-each",
  247. "es.typed-array.from",
  248. "es.typed-array.includes",
  249. "es.typed-array.index-of",
  250. "es.typed-array.iterator",
  251. "es.typed-array.join",
  252. "es.typed-array.last-index-of",
  253. "es.typed-array.map",
  254. "es.typed-array.of",
  255. "es.typed-array.reduce",
  256. "es.typed-array.reduce-right",
  257. "es.typed-array.reverse",
  258. "es.typed-array.set",
  259. "es.typed-array.slice",
  260. "es.typed-array.some",
  261. "es.typed-array.sort",
  262. "es.typed-array.subarray",
  263. "es.typed-array.to-locale-string",
  264. "es.typed-array.to-reversed",
  265. "es.typed-array.to-sorted",
  266. "es.typed-array.to-string",
  267. "es.typed-array.with",
  268. "es.unescape",
  269. "es.weak-map",
  270. "es.weak-set",
  271. "esnext.aggregate-error",
  272. "esnext.suppressed-error.constructor",
  273. "esnext.array.from-async",
  274. "esnext.array.at",
  275. "esnext.array.filter-out",
  276. "esnext.array.filter-reject",
  277. "esnext.array.find-last",
  278. "esnext.array.find-last-index",
  279. "esnext.array.group",
  280. "esnext.array.group-by",
  281. "esnext.array.group-by-to-map",
  282. "esnext.array.group-to-map",
  283. "esnext.array.is-template-object",
  284. "esnext.array.last-index",
  285. "esnext.array.last-item",
  286. "esnext.array.to-reversed",
  287. "esnext.array.to-sorted",
  288. "esnext.array.to-spliced",
  289. "esnext.array.unique-by",
  290. "esnext.array.with",
  291. "esnext.array-buffer.detached",
  292. "esnext.array-buffer.transfer",
  293. "esnext.array-buffer.transfer-to-fixed-length",
  294. "esnext.async-disposable-stack.constructor",
  295. "esnext.async-iterator.constructor",
  296. "esnext.async-iterator.as-indexed-pairs",
  297. "esnext.async-iterator.async-dispose",
  298. "esnext.async-iterator.drop",
  299. "esnext.async-iterator.every",
  300. "esnext.async-iterator.filter",
  301. "esnext.async-iterator.find",
  302. "esnext.async-iterator.flat-map",
  303. "esnext.async-iterator.for-each",
  304. "esnext.async-iterator.from",
  305. "esnext.async-iterator.indexed",
  306. "esnext.async-iterator.map",
  307. "esnext.async-iterator.reduce",
  308. "esnext.async-iterator.some",
  309. "esnext.async-iterator.take",
  310. "esnext.async-iterator.to-array",
  311. "esnext.bigint.range",
  312. "esnext.composite-key",
  313. "esnext.composite-symbol",
  314. "esnext.data-view.get-float16",
  315. "esnext.data-view.get-uint8-clamped",
  316. "esnext.data-view.set-float16",
  317. "esnext.data-view.set-uint8-clamped",
  318. "esnext.disposable-stack.constructor",
  319. "esnext.function.demethodize",
  320. "esnext.function.is-callable",
  321. "esnext.function.is-constructor",
  322. "esnext.function.metadata",
  323. "esnext.function.un-this",
  324. "esnext.global-this",
  325. "esnext.iterator.constructor",
  326. "esnext.iterator.as-indexed-pairs",
  327. "esnext.iterator.concat",
  328. "esnext.iterator.dispose",
  329. "esnext.iterator.drop",
  330. "esnext.iterator.every",
  331. "esnext.iterator.filter",
  332. "esnext.iterator.find",
  333. "esnext.iterator.flat-map",
  334. "esnext.iterator.for-each",
  335. "esnext.iterator.from",
  336. "esnext.iterator.indexed",
  337. "esnext.iterator.map",
  338. "esnext.iterator.range",
  339. "esnext.iterator.reduce",
  340. "esnext.iterator.some",
  341. "esnext.iterator.take",
  342. "esnext.iterator.to-array",
  343. "esnext.iterator.to-async",
  344. "esnext.json.is-raw-json",
  345. "esnext.json.parse",
  346. "esnext.json.raw-json",
  347. "esnext.map.delete-all",
  348. "esnext.map.emplace",
  349. "esnext.map.every",
  350. "esnext.map.filter",
  351. "esnext.map.find",
  352. "esnext.map.find-key",
  353. "esnext.map.from",
  354. "esnext.map.get-or-insert",
  355. "esnext.map.get-or-insert-computed",
  356. "esnext.map.group-by",
  357. "esnext.map.includes",
  358. "esnext.map.key-by",
  359. "esnext.map.key-of",
  360. "esnext.map.map-keys",
  361. "esnext.map.map-values",
  362. "esnext.map.merge",
  363. "esnext.map.of",
  364. "esnext.map.reduce",
  365. "esnext.map.some",
  366. "esnext.map.update",
  367. "esnext.map.update-or-insert",
  368. "esnext.map.upsert",
  369. "esnext.math.clamp",
  370. "esnext.math.deg-per-rad",
  371. "esnext.math.degrees",
  372. "esnext.math.fscale",
  373. "esnext.math.f16round",
  374. "esnext.math.iaddh",
  375. "esnext.math.imulh",
  376. "esnext.math.isubh",
  377. "esnext.math.rad-per-deg",
  378. "esnext.math.radians",
  379. "esnext.math.scale",
  380. "esnext.math.seeded-prng",
  381. "esnext.math.signbit",
  382. "esnext.math.sum-precise",
  383. "esnext.math.umulh",
  384. "esnext.number.from-string",
  385. "esnext.number.range",
  386. "esnext.object.has-own",
  387. "esnext.object.iterate-entries",
  388. "esnext.object.iterate-keys",
  389. "esnext.object.iterate-values",
  390. "esnext.object.group-by",
  391. "esnext.observable",
  392. "esnext.promise.all-settled",
  393. "esnext.promise.any",
  394. "esnext.promise.try",
  395. "esnext.promise.with-resolvers",
  396. "esnext.reflect.define-metadata",
  397. "esnext.reflect.delete-metadata",
  398. "esnext.reflect.get-metadata",
  399. "esnext.reflect.get-metadata-keys",
  400. "esnext.reflect.get-own-metadata",
  401. "esnext.reflect.get-own-metadata-keys",
  402. "esnext.reflect.has-metadata",
  403. "esnext.reflect.has-own-metadata",
  404. "esnext.reflect.metadata",
  405. "esnext.regexp.escape",
  406. "esnext.set.add-all",
  407. "esnext.set.delete-all",
  408. "esnext.set.difference.v2",
  409. "esnext.set.difference",
  410. "esnext.set.every",
  411. "esnext.set.filter",
  412. "esnext.set.find",
  413. "esnext.set.from",
  414. "esnext.set.intersection.v2",
  415. "esnext.set.intersection",
  416. "esnext.set.is-disjoint-from.v2",
  417. "esnext.set.is-disjoint-from",
  418. "esnext.set.is-subset-of.v2",
  419. "esnext.set.is-subset-of",
  420. "esnext.set.is-superset-of.v2",
  421. "esnext.set.is-superset-of",
  422. "esnext.set.join",
  423. "esnext.set.map",
  424. "esnext.set.of",
  425. "esnext.set.reduce",
  426. "esnext.set.some",
  427. "esnext.set.symmetric-difference.v2",
  428. "esnext.set.symmetric-difference",
  429. "esnext.set.union.v2",
  430. "esnext.set.union",
  431. "esnext.string.at",
  432. "esnext.string.cooked",
  433. "esnext.string.code-points",
  434. "esnext.string.dedent",
  435. "esnext.string.is-well-formed",
  436. "esnext.string.match-all",
  437. "esnext.string.replace-all",
  438. "esnext.string.to-well-formed",
  439. "esnext.symbol.async-dispose",
  440. "esnext.symbol.custom-matcher",
  441. "esnext.symbol.dispose",
  442. "esnext.symbol.is-registered-symbol",
  443. "esnext.symbol.is-registered",
  444. "esnext.symbol.is-well-known-symbol",
  445. "esnext.symbol.is-well-known",
  446. "esnext.symbol.matcher",
  447. "esnext.symbol.metadata",
  448. "esnext.symbol.metadata-key",
  449. "esnext.symbol.observable",
  450. "esnext.symbol.pattern-match",
  451. "esnext.symbol.replace-all",
  452. "esnext.typed-array.from-async",
  453. "esnext.typed-array.at",
  454. "esnext.typed-array.filter-out",
  455. "esnext.typed-array.filter-reject",
  456. "esnext.typed-array.find-last",
  457. "esnext.typed-array.find-last-index",
  458. "esnext.typed-array.group-by",
  459. "esnext.typed-array.to-reversed",
  460. "esnext.typed-array.to-sorted",
  461. "esnext.typed-array.to-spliced",
  462. "esnext.typed-array.unique-by",
  463. "esnext.typed-array.with",
  464. "esnext.uint8-array.from-base64",
  465. "esnext.uint8-array.from-hex",
  466. "esnext.uint8-array.set-from-base64",
  467. "esnext.uint8-array.set-from-hex",
  468. "esnext.uint8-array.to-base64",
  469. "esnext.uint8-array.to-hex",
  470. "esnext.weak-map.delete-all",
  471. "esnext.weak-map.from",
  472. "esnext.weak-map.of",
  473. "esnext.weak-map.emplace",
  474. "esnext.weak-map.get-or-insert",
  475. "esnext.weak-map.get-or-insert-computed",
  476. "esnext.weak-map.upsert",
  477. "esnext.weak-set.add-all",
  478. "esnext.weak-set.delete-all",
  479. "esnext.weak-set.from",
  480. "esnext.weak-set.of",
  481. "web.atob",
  482. "web.btoa",
  483. "web.dom-collections.for-each",
  484. "web.dom-collections.iterator",
  485. "web.dom-exception.constructor",
  486. "web.dom-exception.stack",
  487. "web.dom-exception.to-string-tag",
  488. "web.immediate",
  489. "web.queue-microtask",
  490. "web.self",
  491. "web.structured-clone",
  492. "web.timers",
  493. "web.url",
  494. "web.url.can-parse",
  495. "web.url.parse",
  496. "web.url.to-json",
  497. "web.url-search-params",
  498. "web.url-search-params.delete",
  499. "web.url-search-params.has",
  500. "web.url-search-params.size"
  501. ]