modules.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  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.flat",
  30. "es.array.flat-map",
  31. "es.array.for-each",
  32. "es.array.from",
  33. "es.array.includes",
  34. "es.array.index-of",
  35. "es.array.is-array",
  36. "es.array.iterator",
  37. "es.array.join",
  38. "es.array.last-index-of",
  39. "es.array.map",
  40. "es.array.of",
  41. "es.array.reduce",
  42. "es.array.reduce-right",
  43. "es.array.reverse",
  44. "es.array.slice",
  45. "es.array.some",
  46. "es.array.sort",
  47. "es.array.species",
  48. "es.array.splice",
  49. "es.array.unscopables.flat",
  50. "es.array.unscopables.flat-map",
  51. "es.array-buffer.constructor",
  52. "es.array-buffer.is-view",
  53. "es.array-buffer.slice",
  54. "es.data-view",
  55. "es.date.get-year",
  56. "es.date.now",
  57. "es.date.set-year",
  58. "es.date.to-gmt-string",
  59. "es.date.to-iso-string",
  60. "es.date.to-json",
  61. "es.date.to-primitive",
  62. "es.date.to-string",
  63. "es.escape",
  64. "es.function.bind",
  65. "es.function.has-instance",
  66. "es.function.name",
  67. "es.global-this",
  68. "es.json.stringify",
  69. "es.json.to-string-tag",
  70. "es.map",
  71. "es.math.acosh",
  72. "es.math.asinh",
  73. "es.math.atanh",
  74. "es.math.cbrt",
  75. "es.math.clz32",
  76. "es.math.cosh",
  77. "es.math.expm1",
  78. "es.math.fround",
  79. "es.math.hypot",
  80. "es.math.imul",
  81. "es.math.log10",
  82. "es.math.log1p",
  83. "es.math.log2",
  84. "es.math.sign",
  85. "es.math.sinh",
  86. "es.math.tanh",
  87. "es.math.to-string-tag",
  88. "es.math.trunc",
  89. "es.number.constructor",
  90. "es.number.epsilon",
  91. "es.number.is-finite",
  92. "es.number.is-integer",
  93. "es.number.is-nan",
  94. "es.number.is-safe-integer",
  95. "es.number.max-safe-integer",
  96. "es.number.min-safe-integer",
  97. "es.number.parse-float",
  98. "es.number.parse-int",
  99. "es.number.to-exponential",
  100. "es.number.to-fixed",
  101. "es.number.to-precision",
  102. "es.object.assign",
  103. "es.object.create",
  104. "es.object.define-getter",
  105. "es.object.define-properties",
  106. "es.object.define-property",
  107. "es.object.define-setter",
  108. "es.object.entries",
  109. "es.object.freeze",
  110. "es.object.from-entries",
  111. "es.object.get-own-property-descriptor",
  112. "es.object.get-own-property-descriptors",
  113. "es.object.get-own-property-names",
  114. "es.object.get-prototype-of",
  115. "es.object.has-own",
  116. "es.object.is",
  117. "es.object.is-extensible",
  118. "es.object.is-frozen",
  119. "es.object.is-sealed",
  120. "es.object.keys",
  121. "es.object.lookup-getter",
  122. "es.object.lookup-setter",
  123. "es.object.prevent-extensions",
  124. "es.object.seal",
  125. "es.object.set-prototype-of",
  126. "es.object.to-string",
  127. "es.object.values",
  128. "es.parse-float",
  129. "es.parse-int",
  130. "es.promise",
  131. "es.promise.all-settled",
  132. "es.promise.any",
  133. "es.promise.finally",
  134. "es.reflect.apply",
  135. "es.reflect.construct",
  136. "es.reflect.define-property",
  137. "es.reflect.delete-property",
  138. "es.reflect.get",
  139. "es.reflect.get-own-property-descriptor",
  140. "es.reflect.get-prototype-of",
  141. "es.reflect.has",
  142. "es.reflect.is-extensible",
  143. "es.reflect.own-keys",
  144. "es.reflect.prevent-extensions",
  145. "es.reflect.set",
  146. "es.reflect.set-prototype-of",
  147. "es.reflect.to-string-tag",
  148. "es.regexp.constructor",
  149. "es.regexp.dot-all",
  150. "es.regexp.exec",
  151. "es.regexp.flags",
  152. "es.regexp.sticky",
  153. "es.regexp.test",
  154. "es.regexp.to-string",
  155. "es.set",
  156. "es.string.at-alternative",
  157. "es.string.code-point-at",
  158. "es.string.ends-with",
  159. "es.string.from-code-point",
  160. "es.string.includes",
  161. "es.string.iterator",
  162. "es.string.match",
  163. "es.string.match-all",
  164. "es.string.pad-end",
  165. "es.string.pad-start",
  166. "es.string.raw",
  167. "es.string.repeat",
  168. "es.string.replace",
  169. "es.string.replace-all",
  170. "es.string.search",
  171. "es.string.split",
  172. "es.string.starts-with",
  173. "es.string.substr",
  174. "es.string.trim",
  175. "es.string.trim-end",
  176. "es.string.trim-start",
  177. "es.string.anchor",
  178. "es.string.big",
  179. "es.string.blink",
  180. "es.string.bold",
  181. "es.string.fixed",
  182. "es.string.fontcolor",
  183. "es.string.fontsize",
  184. "es.string.italics",
  185. "es.string.link",
  186. "es.string.small",
  187. "es.string.strike",
  188. "es.string.sub",
  189. "es.string.sup",
  190. "es.typed-array.float32-array",
  191. "es.typed-array.float64-array",
  192. "es.typed-array.int8-array",
  193. "es.typed-array.int16-array",
  194. "es.typed-array.int32-array",
  195. "es.typed-array.uint8-array",
  196. "es.typed-array.uint8-clamped-array",
  197. "es.typed-array.uint16-array",
  198. "es.typed-array.uint32-array",
  199. "es.typed-array.at",
  200. "es.typed-array.copy-within",
  201. "es.typed-array.every",
  202. "es.typed-array.fill",
  203. "es.typed-array.filter",
  204. "es.typed-array.find",
  205. "es.typed-array.find-index",
  206. "es.typed-array.for-each",
  207. "es.typed-array.from",
  208. "es.typed-array.includes",
  209. "es.typed-array.index-of",
  210. "es.typed-array.iterator",
  211. "es.typed-array.join",
  212. "es.typed-array.last-index-of",
  213. "es.typed-array.map",
  214. "es.typed-array.of",
  215. "es.typed-array.reduce",
  216. "es.typed-array.reduce-right",
  217. "es.typed-array.reverse",
  218. "es.typed-array.set",
  219. "es.typed-array.slice",
  220. "es.typed-array.some",
  221. "es.typed-array.sort",
  222. "es.typed-array.subarray",
  223. "es.typed-array.to-locale-string",
  224. "es.typed-array.to-string",
  225. "es.unescape",
  226. "es.weak-map",
  227. "es.weak-set",
  228. "esnext.aggregate-error",
  229. "esnext.array.from-async",
  230. "esnext.array.at",
  231. "esnext.array.filter-out",
  232. "esnext.array.filter-reject",
  233. "esnext.array.find-last",
  234. "esnext.array.find-last-index",
  235. "esnext.array.group-by",
  236. "esnext.array.group-by-to-map",
  237. "esnext.array.is-template-object",
  238. "esnext.array.last-index",
  239. "esnext.array.last-item",
  240. "esnext.array.to-reversed",
  241. "esnext.array.to-sorted",
  242. "esnext.array.to-spliced",
  243. "esnext.array.unique-by",
  244. "esnext.array.with",
  245. "esnext.async-iterator.constructor",
  246. "esnext.async-iterator.as-indexed-pairs",
  247. "esnext.async-iterator.drop",
  248. "esnext.async-iterator.every",
  249. "esnext.async-iterator.filter",
  250. "esnext.async-iterator.find",
  251. "esnext.async-iterator.flat-map",
  252. "esnext.async-iterator.for-each",
  253. "esnext.async-iterator.from",
  254. "esnext.async-iterator.map",
  255. "esnext.async-iterator.reduce",
  256. "esnext.async-iterator.some",
  257. "esnext.async-iterator.take",
  258. "esnext.async-iterator.to-array",
  259. "esnext.bigint.range",
  260. "esnext.composite-key",
  261. "esnext.composite-symbol",
  262. "esnext.function.is-callable",
  263. "esnext.function.is-constructor",
  264. "esnext.function.un-this",
  265. "esnext.global-this",
  266. "esnext.iterator.constructor",
  267. "esnext.iterator.as-indexed-pairs",
  268. "esnext.iterator.drop",
  269. "esnext.iterator.every",
  270. "esnext.iterator.filter",
  271. "esnext.iterator.find",
  272. "esnext.iterator.flat-map",
  273. "esnext.iterator.for-each",
  274. "esnext.iterator.from",
  275. "esnext.iterator.map",
  276. "esnext.iterator.reduce",
  277. "esnext.iterator.some",
  278. "esnext.iterator.take",
  279. "esnext.iterator.to-array",
  280. "esnext.iterator.to-async",
  281. "esnext.map.delete-all",
  282. "esnext.map.emplace",
  283. "esnext.map.every",
  284. "esnext.map.filter",
  285. "esnext.map.find",
  286. "esnext.map.find-key",
  287. "esnext.map.from",
  288. "esnext.map.group-by",
  289. "esnext.map.includes",
  290. "esnext.map.key-by",
  291. "esnext.map.key-of",
  292. "esnext.map.map-keys",
  293. "esnext.map.map-values",
  294. "esnext.map.merge",
  295. "esnext.map.of",
  296. "esnext.map.reduce",
  297. "esnext.map.some",
  298. "esnext.map.update",
  299. "esnext.map.update-or-insert",
  300. "esnext.map.upsert",
  301. "esnext.math.clamp",
  302. "esnext.math.deg-per-rad",
  303. "esnext.math.degrees",
  304. "esnext.math.fscale",
  305. "esnext.math.iaddh",
  306. "esnext.math.imulh",
  307. "esnext.math.isubh",
  308. "esnext.math.rad-per-deg",
  309. "esnext.math.radians",
  310. "esnext.math.scale",
  311. "esnext.math.seeded-prng",
  312. "esnext.math.signbit",
  313. "esnext.math.umulh",
  314. "esnext.number.from-string",
  315. "esnext.number.range",
  316. "esnext.object.has-own",
  317. "esnext.object.iterate-entries",
  318. "esnext.object.iterate-keys",
  319. "esnext.object.iterate-values",
  320. "esnext.observable",
  321. "esnext.promise.all-settled",
  322. "esnext.promise.any",
  323. "esnext.promise.try",
  324. "esnext.reflect.define-metadata",
  325. "esnext.reflect.delete-metadata",
  326. "esnext.reflect.get-metadata",
  327. "esnext.reflect.get-metadata-keys",
  328. "esnext.reflect.get-own-metadata",
  329. "esnext.reflect.get-own-metadata-keys",
  330. "esnext.reflect.has-metadata",
  331. "esnext.reflect.has-own-metadata",
  332. "esnext.reflect.metadata",
  333. "esnext.set.add-all",
  334. "esnext.set.delete-all",
  335. "esnext.set.difference",
  336. "esnext.set.every",
  337. "esnext.set.filter",
  338. "esnext.set.find",
  339. "esnext.set.from",
  340. "esnext.set.intersection",
  341. "esnext.set.is-disjoint-from",
  342. "esnext.set.is-subset-of",
  343. "esnext.set.is-superset-of",
  344. "esnext.set.join",
  345. "esnext.set.map",
  346. "esnext.set.of",
  347. "esnext.set.reduce",
  348. "esnext.set.some",
  349. "esnext.set.symmetric-difference",
  350. "esnext.set.union",
  351. "esnext.string.at",
  352. "esnext.string.cooked",
  353. "esnext.string.code-points",
  354. "esnext.string.match-all",
  355. "esnext.string.replace-all",
  356. "esnext.symbol.async-dispose",
  357. "esnext.symbol.dispose",
  358. "esnext.symbol.matcher",
  359. "esnext.symbol.metadata",
  360. "esnext.symbol.observable",
  361. "esnext.symbol.pattern-match",
  362. "esnext.symbol.replace-all",
  363. "esnext.typed-array.from-async",
  364. "esnext.typed-array.at",
  365. "esnext.typed-array.filter-out",
  366. "esnext.typed-array.filter-reject",
  367. "esnext.typed-array.find-last",
  368. "esnext.typed-array.find-last-index",
  369. "esnext.typed-array.group-by",
  370. "esnext.typed-array.to-reversed",
  371. "esnext.typed-array.to-sorted",
  372. "esnext.typed-array.to-spliced",
  373. "esnext.typed-array.unique-by",
  374. "esnext.typed-array.with",
  375. "esnext.weak-map.delete-all",
  376. "esnext.weak-map.from",
  377. "esnext.weak-map.of",
  378. "esnext.weak-map.emplace",
  379. "esnext.weak-map.upsert",
  380. "esnext.weak-set.add-all",
  381. "esnext.weak-set.delete-all",
  382. "esnext.weak-set.from",
  383. "esnext.weak-set.of",
  384. "web.atob",
  385. "web.btoa",
  386. "web.dom-collections.for-each",
  387. "web.dom-collections.iterator",
  388. "web.dom-exception.constructor",
  389. "web.dom-exception.stack",
  390. "web.dom-exception.to-string-tag",
  391. "web.immediate",
  392. "web.queue-microtask",
  393. "web.structured-clone",
  394. "web.timers",
  395. "web.url",
  396. "web.url.to-json",
  397. "web.url-search-params"
  398. ]