core-js 3.21.1 → 3.22.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1432) hide show
  1. package/README.md +1 -1
  2. package/actual/array/index.js +4 -0
  3. package/actual/array/to-reversed.js +4 -0
  4. package/actual/array/to-sorted.js +5 -0
  5. package/actual/array/to-spliced.js +4 -0
  6. package/actual/array/virtual/index.js +4 -0
  7. package/actual/array/virtual/to-reversed.js +4 -0
  8. package/actual/array/virtual/to-sorted.js +5 -0
  9. package/actual/array/virtual/to-spliced.js +4 -0
  10. package/actual/array/virtual/with.js +4 -0
  11. package/actual/array/with.js +4 -0
  12. package/actual/instance/to-reversed.js +9 -0
  13. package/actual/instance/to-sorted.js +9 -0
  14. package/actual/instance/to-spliced.js +9 -0
  15. package/actual/instance/with.js +9 -0
  16. package/actual/typed-array/at.js +1 -1
  17. package/actual/typed-array/index.js +4 -0
  18. package/actual/typed-array/methods.js +4 -0
  19. package/actual/typed-array/to-reversed.js +1 -0
  20. package/actual/typed-array/to-sorted.js +2 -0
  21. package/actual/typed-array/to-spliced.js +1 -0
  22. package/actual/typed-array/with.js +1 -0
  23. package/es/json/index.js +1 -1
  24. package/es/json/stringify.js +1 -1
  25. package/es/object/lookup-getter.js +1 -1
  26. package/es/regexp/flags.js +2 -3
  27. package/features/aggregate-error.js +1 -6
  28. package/features/array/at.js +1 -6
  29. package/features/array/concat.js +1 -3
  30. package/features/array/copy-within.js +1 -3
  31. package/features/array/entries.js +1 -3
  32. package/features/array/every.js +1 -3
  33. package/features/array/fill.js +1 -3
  34. package/features/array/filter-out.js +1 -5
  35. package/features/array/filter-reject.js +1 -4
  36. package/features/array/filter.js +1 -3
  37. package/features/array/find-index.js +1 -3
  38. package/features/array/find-last-index.js +1 -3
  39. package/features/array/find-last.js +1 -3
  40. package/features/array/find.js +1 -3
  41. package/features/array/flat-map.js +1 -3
  42. package/features/array/flat.js +1 -3
  43. package/features/array/for-each.js +1 -3
  44. package/features/array/from-async.js +1 -8
  45. package/features/array/from.js +1 -3
  46. package/features/array/group-by-to-map.js +1 -3
  47. package/features/array/group-by.js +1 -3
  48. package/features/array/includes.js +1 -3
  49. package/features/array/index-of.js +1 -3
  50. package/features/array/index.js +1 -18
  51. package/features/array/is-array.js +1 -3
  52. package/features/array/is-template-object.js +1 -4
  53. package/features/array/iterator.js +1 -3
  54. package/features/array/join.js +1 -3
  55. package/features/array/keys.js +1 -3
  56. package/features/array/last-index-of.js +1 -3
  57. package/features/array/last-index.js +1 -1
  58. package/features/array/last-item.js +1 -1
  59. package/features/array/map.js +1 -3
  60. package/features/array/of.js +1 -3
  61. package/features/array/reduce-right.js +1 -3
  62. package/features/array/reduce.js +1 -3
  63. package/features/array/reverse.js +1 -3
  64. package/features/array/slice.js +1 -3
  65. package/features/array/some.js +1 -3
  66. package/features/array/sort.js +1 -3
  67. package/features/array/splice.js +1 -3
  68. package/features/array/to-reversed.js +1 -4
  69. package/features/array/to-sorted.js +1 -5
  70. package/features/array/to-spliced.js +1 -4
  71. package/features/array/unique-by.js +1 -5
  72. package/features/array/values.js +1 -3
  73. package/features/array/virtual/at.js +1 -6
  74. package/features/array/virtual/concat.js +1 -3
  75. package/features/array/virtual/copy-within.js +1 -3
  76. package/features/array/virtual/entries.js +1 -3
  77. package/features/array/virtual/every.js +1 -3
  78. package/features/array/virtual/fill.js +1 -3
  79. package/features/array/virtual/filter-out.js +1 -5
  80. package/features/array/virtual/filter-reject.js +1 -4
  81. package/features/array/virtual/filter.js +1 -3
  82. package/features/array/virtual/find-index.js +1 -3
  83. package/features/array/virtual/find-last-index.js +1 -3
  84. package/features/array/virtual/find-last.js +1 -3
  85. package/features/array/virtual/find.js +1 -3
  86. package/features/array/virtual/flat-map.js +1 -3
  87. package/features/array/virtual/flat.js +1 -3
  88. package/features/array/virtual/for-each.js +1 -3
  89. package/features/array/virtual/group-by-to-map.js +1 -3
  90. package/features/array/virtual/group-by.js +1 -3
  91. package/features/array/virtual/includes.js +1 -3
  92. package/features/array/virtual/index-of.js +1 -3
  93. package/features/array/virtual/index.js +1 -13
  94. package/features/array/virtual/iterator.js +1 -3
  95. package/features/array/virtual/join.js +1 -3
  96. package/features/array/virtual/keys.js +1 -3
  97. package/features/array/virtual/last-index-of.js +1 -3
  98. package/features/array/virtual/map.js +1 -3
  99. package/features/array/virtual/reduce-right.js +1 -3
  100. package/features/array/virtual/reduce.js +1 -3
  101. package/features/array/virtual/reverse.js +1 -3
  102. package/features/array/virtual/slice.js +1 -3
  103. package/features/array/virtual/some.js +1 -3
  104. package/features/array/virtual/sort.js +1 -3
  105. package/features/array/virtual/splice.js +1 -3
  106. package/features/array/virtual/to-reversed.js +1 -4
  107. package/features/array/virtual/to-sorted.js +1 -5
  108. package/features/array/virtual/to-spliced.js +1 -4
  109. package/features/array/virtual/unique-by.js +1 -5
  110. package/features/array/virtual/values.js +1 -3
  111. package/features/array/virtual/with.js +1 -4
  112. package/features/array/with.js +1 -4
  113. package/features/array-buffer/constructor.js +1 -3
  114. package/features/array-buffer/index.js +1 -3
  115. package/features/array-buffer/is-view.js +1 -3
  116. package/features/array-buffer/slice.js +1 -3
  117. package/features/async-iterator/as-indexed-pairs.js +1 -8
  118. package/features/async-iterator/drop.js +1 -8
  119. package/features/async-iterator/every.js +1 -8
  120. package/features/async-iterator/filter.js +1 -8
  121. package/features/async-iterator/find.js +1 -8
  122. package/features/async-iterator/flat-map.js +1 -8
  123. package/features/async-iterator/for-each.js +1 -8
  124. package/features/async-iterator/from.js +1 -11
  125. package/features/async-iterator/index.js +1 -23
  126. package/features/async-iterator/map.js +1 -8
  127. package/features/async-iterator/reduce.js +1 -8
  128. package/features/async-iterator/some.js +1 -8
  129. package/features/async-iterator/take.js +1 -8
  130. package/features/async-iterator/to-array.js +1 -8
  131. package/features/atob.js +1 -3
  132. package/features/bigint/index.js +1 -5
  133. package/features/bigint/range.js +1 -5
  134. package/features/btoa.js +1 -3
  135. package/features/clear-immediate.js +1 -3
  136. package/features/composite-key.js +1 -4
  137. package/features/composite-symbol.js +1 -5
  138. package/features/data-view/index.js +1 -3
  139. package/features/date/get-year.js +1 -3
  140. package/features/date/index.js +1 -3
  141. package/features/date/now.js +1 -3
  142. package/features/date/set-year.js +1 -3
  143. package/features/date/to-gmt-string.js +1 -3
  144. package/features/date/to-iso-string.js +1 -3
  145. package/features/date/to-json.js +1 -3
  146. package/features/date/to-primitive.js +1 -3
  147. package/features/date/to-string.js +1 -3
  148. package/features/dom-collections/for-each.js +1 -3
  149. package/features/dom-collections/index.js +1 -3
  150. package/features/dom-collections/iterator.js +1 -3
  151. package/features/dom-exception/constructor.js +1 -3
  152. package/features/dom-exception/index.js +1 -3
  153. package/features/dom-exception/to-string-tag.js +1 -3
  154. package/features/error/constructor.js +1 -3
  155. package/features/error/index.js +1 -3
  156. package/features/error/to-string.js +1 -3
  157. package/features/escape.js +1 -3
  158. package/features/function/bind.js +1 -3
  159. package/features/function/has-instance.js +1 -3
  160. package/features/function/index.js +1 -6
  161. package/features/function/is-callable.js +1 -4
  162. package/features/function/is-constructor.js +1 -4
  163. package/features/function/name.js +1 -3
  164. package/features/function/un-this.js +1 -4
  165. package/features/function/virtual/bind.js +1 -3
  166. package/features/function/virtual/index.js +1 -4
  167. package/features/function/virtual/un-this.js +1 -4
  168. package/features/get-iterator-method.js +1 -3
  169. package/features/get-iterator.js +1 -3
  170. package/features/global-this.js +1 -6
  171. package/features/index.js +1 -398
  172. package/features/instance/at.js +1 -14
  173. package/features/instance/bind.js +1 -3
  174. package/features/instance/code-point-at.js +1 -3
  175. package/features/instance/code-points.js +1 -10
  176. package/features/instance/concat.js +1 -3
  177. package/features/instance/copy-within.js +1 -3
  178. package/features/instance/ends-with.js +1 -3
  179. package/features/instance/entries.js +1 -3
  180. package/features/instance/every.js +1 -3
  181. package/features/instance/fill.js +1 -3
  182. package/features/instance/filter-out.js +1 -10
  183. package/features/instance/filter-reject.js +1 -9
  184. package/features/instance/filter.js +1 -3
  185. package/features/instance/find-index.js +1 -3
  186. package/features/instance/find-last-index.js +1 -3
  187. package/features/instance/find-last.js +1 -3
  188. package/features/instance/find.js +1 -3
  189. package/features/instance/flags.js +1 -3
  190. package/features/instance/flat-map.js +1 -3
  191. package/features/instance/flat.js +1 -3
  192. package/features/instance/for-each.js +1 -3
  193. package/features/instance/group-by-to-map.js +1 -3
  194. package/features/instance/group-by.js +1 -3
  195. package/features/instance/includes.js +1 -3
  196. package/features/instance/index-of.js +1 -3
  197. package/features/instance/keys.js +1 -3
  198. package/features/instance/last-index-of.js +1 -3
  199. package/features/instance/map.js +1 -3
  200. package/features/instance/match-all.js +1 -6
  201. package/features/instance/pad-end.js +1 -3
  202. package/features/instance/pad-start.js +1 -3
  203. package/features/instance/reduce-right.js +1 -3
  204. package/features/instance/reduce.js +1 -3
  205. package/features/instance/repeat.js +1 -3
  206. package/features/instance/replace-all.js +1 -3
  207. package/features/instance/reverse.js +1 -3
  208. package/features/instance/slice.js +1 -3
  209. package/features/instance/some.js +1 -3
  210. package/features/instance/sort.js +1 -3
  211. package/features/instance/splice.js +1 -3
  212. package/features/instance/starts-with.js +1 -3
  213. package/features/instance/to-reversed.js +1 -9
  214. package/features/instance/to-sorted.js +1 -9
  215. package/features/instance/to-spliced.js +1 -9
  216. package/features/instance/trim-end.js +1 -3
  217. package/features/instance/trim-left.js +1 -3
  218. package/features/instance/trim-right.js +1 -3
  219. package/features/instance/trim-start.js +1 -3
  220. package/features/instance/trim.js +1 -3
  221. package/features/instance/un-this.js +1 -9
  222. package/features/instance/unique-by.js +1 -9
  223. package/features/instance/values.js +1 -3
  224. package/features/instance/with.js +1 -9
  225. package/features/is-iterable.js +1 -3
  226. package/features/iterator/as-indexed-pairs.js +1 -8
  227. package/features/iterator/drop.js +1 -7
  228. package/features/iterator/every.js +1 -7
  229. package/features/iterator/filter.js +1 -7
  230. package/features/iterator/find.js +1 -7
  231. package/features/iterator/flat-map.js +1 -7
  232. package/features/iterator/for-each.js +1 -7
  233. package/features/iterator/from.js +1 -10
  234. package/features/iterator/index.js +1 -24
  235. package/features/iterator/map.js +1 -7
  236. package/features/iterator/reduce.js +1 -7
  237. package/features/iterator/some.js +1 -7
  238. package/features/iterator/take.js +1 -7
  239. package/features/iterator/to-array.js +1 -7
  240. package/features/iterator/to-async.js +1 -8
  241. package/features/json/index.js +1 -3
  242. package/features/json/stringify.js +1 -3
  243. package/features/json/to-string-tag.js +1 -3
  244. package/features/map/delete-all.js +1 -5
  245. package/features/map/emplace.js +1 -5
  246. package/features/map/every.js +1 -5
  247. package/features/map/filter.js +1 -5
  248. package/features/map/find-key.js +1 -5
  249. package/features/map/find.js +1 -5
  250. package/features/map/from.js +1 -16
  251. package/features/map/group-by.js +1 -13
  252. package/features/map/includes.js +1 -5
  253. package/features/map/index.js +1 -25
  254. package/features/map/key-by.js +1 -13
  255. package/features/map/key-of.js +1 -5
  256. package/features/map/map-keys.js +1 -5
  257. package/features/map/map-values.js +1 -5
  258. package/features/map/merge.js +1 -5
  259. package/features/map/of.js +1 -14
  260. package/features/map/reduce.js +1 -5
  261. package/features/map/some.js +1 -5
  262. package/features/map/update-or-insert.js +1 -6
  263. package/features/map/update.js +1 -5
  264. package/features/map/upsert.js +1 -5
  265. package/features/math/acosh.js +1 -3
  266. package/features/math/asinh.js +1 -3
  267. package/features/math/atanh.js +1 -3
  268. package/features/math/cbrt.js +1 -3
  269. package/features/math/clamp.js +1 -4
  270. package/features/math/clz32.js +1 -3
  271. package/features/math/cosh.js +1 -3
  272. package/features/math/deg-per-rad.js +1 -3
  273. package/features/math/degrees.js +1 -4
  274. package/features/math/expm1.js +1 -3
  275. package/features/math/fround.js +1 -3
  276. package/features/math/fscale.js +1 -4
  277. package/features/math/hypot.js +1 -3
  278. package/features/math/iaddh.js +1 -4
  279. package/features/math/imul.js +1 -3
  280. package/features/math/imulh.js +1 -4
  281. package/features/math/index.js +1 -17
  282. package/features/math/isubh.js +1 -4
  283. package/features/math/log10.js +1 -3
  284. package/features/math/log1p.js +1 -3
  285. package/features/math/log2.js +1 -3
  286. package/features/math/rad-per-deg.js +1 -3
  287. package/features/math/radians.js +1 -4
  288. package/features/math/scale.js +1 -4
  289. package/features/math/seeded-prng.js +1 -4
  290. package/features/math/sign.js +1 -3
  291. package/features/math/signbit.js +1 -4
  292. package/features/math/sinh.js +1 -3
  293. package/features/math/tanh.js +1 -3
  294. package/features/math/to-string-tag.js +1 -3
  295. package/features/math/trunc.js +1 -3
  296. package/features/math/umulh.js +1 -4
  297. package/features/number/constructor.js +1 -3
  298. package/features/number/epsilon.js +1 -3
  299. package/features/number/from-string.js +1 -4
  300. package/features/number/index.js +1 -7
  301. package/features/number/is-finite.js +1 -3
  302. package/features/number/is-integer.js +1 -3
  303. package/features/number/is-nan.js +1 -3
  304. package/features/number/is-safe-integer.js +1 -3
  305. package/features/number/max-safe-integer.js +1 -3
  306. package/features/number/min-safe-integer.js +1 -3
  307. package/features/number/parse-float.js +1 -3
  308. package/features/number/parse-int.js +1 -3
  309. package/features/number/range.js +1 -5
  310. package/features/number/to-exponential.js +1 -3
  311. package/features/number/to-fixed.js +1 -3
  312. package/features/number/to-precision.js +1 -3
  313. package/features/number/virtual/index.js +1 -3
  314. package/features/number/virtual/to-exponential.js +1 -3
  315. package/features/number/virtual/to-fixed.js +1 -3
  316. package/features/number/virtual/to-precision.js +1 -3
  317. package/features/object/assign.js +1 -3
  318. package/features/object/create.js +1 -3
  319. package/features/object/define-getter.js +1 -3
  320. package/features/object/define-properties.js +1 -3
  321. package/features/object/define-property.js +1 -3
  322. package/features/object/define-setter.js +1 -3
  323. package/features/object/entries.js +1 -3
  324. package/features/object/freeze.js +1 -3
  325. package/features/object/from-entries.js +1 -3
  326. package/features/object/get-own-property-descriptor.js +1 -3
  327. package/features/object/get-own-property-descriptors.js +1 -3
  328. package/features/object/get-own-property-names.js +1 -3
  329. package/features/object/get-own-property-symbols.js +1 -3
  330. package/features/object/get-prototype-of.js +1 -3
  331. package/features/object/has-own.js +1 -6
  332. package/features/object/index.js +1 -8
  333. package/features/object/is-extensible.js +1 -3
  334. package/features/object/is-frozen.js +1 -3
  335. package/features/object/is-sealed.js +1 -3
  336. package/features/object/is.js +1 -3
  337. package/features/object/iterate-entries.js +1 -4
  338. package/features/object/iterate-keys.js +1 -4
  339. package/features/object/iterate-values.js +1 -4
  340. package/features/object/keys.js +1 -3
  341. package/features/object/lookup-getter.js +1 -3
  342. package/features/object/lookup-setter.js +1 -3
  343. package/features/object/prevent-extensions.js +1 -3
  344. package/features/object/seal.js +1 -3
  345. package/features/object/set-prototype-of.js +1 -3
  346. package/features/object/to-string.js +1 -3
  347. package/features/object/values.js +1 -3
  348. package/features/observable/index.js +1 -8
  349. package/features/parse-float.js +1 -3
  350. package/features/parse-int.js +1 -3
  351. package/features/promise/all-settled.js +1 -6
  352. package/features/promise/any.js +1 -7
  353. package/features/promise/finally.js +1 -3
  354. package/features/promise/index.js +1 -8
  355. package/features/promise/try.js +1 -13
  356. package/features/queue-microtask.js +1 -3
  357. package/features/reflect/apply.js +1 -3
  358. package/features/reflect/construct.js +1 -3
  359. package/features/reflect/define-metadata.js +1 -4
  360. package/features/reflect/define-property.js +1 -3
  361. package/features/reflect/delete-metadata.js +1 -4
  362. package/features/reflect/delete-property.js +1 -3
  363. package/features/reflect/get-metadata-keys.js +1 -4
  364. package/features/reflect/get-metadata.js +1 -4
  365. package/features/reflect/get-own-metadata-keys.js +1 -4
  366. package/features/reflect/get-own-metadata.js +1 -4
  367. package/features/reflect/get-own-property-descriptor.js +1 -3
  368. package/features/reflect/get-prototype-of.js +1 -3
  369. package/features/reflect/get.js +1 -3
  370. package/features/reflect/has-metadata.js +1 -4
  371. package/features/reflect/has-own-metadata.js +1 -4
  372. package/features/reflect/has.js +1 -3
  373. package/features/reflect/index.js +1 -12
  374. package/features/reflect/is-extensible.js +1 -3
  375. package/features/reflect/metadata.js +1 -4
  376. package/features/reflect/own-keys.js +1 -3
  377. package/features/reflect/prevent-extensions.js +1 -3
  378. package/features/reflect/set-prototype-of.js +1 -3
  379. package/features/reflect/set.js +1 -3
  380. package/features/reflect/to-string-tag.js +1 -3
  381. package/features/regexp/constructor.js +1 -3
  382. package/features/regexp/dot-all.js +1 -3
  383. package/features/regexp/flags.js +1 -3
  384. package/features/regexp/index.js +1 -3
  385. package/features/regexp/match.js +1 -3
  386. package/features/regexp/replace.js +1 -3
  387. package/features/regexp/search.js +1 -3
  388. package/features/regexp/split.js +1 -3
  389. package/features/regexp/sticky.js +1 -3
  390. package/features/regexp/test.js +1 -3
  391. package/features/regexp/to-string.js +1 -3
  392. package/features/set/add-all.js +1 -5
  393. package/features/set/delete-all.js +1 -5
  394. package/features/set/difference.js +1 -8
  395. package/features/set/every.js +1 -5
  396. package/features/set/filter.js +1 -5
  397. package/features/set/find.js +1 -5
  398. package/features/set/from.js +1 -16
  399. package/features/set/index.js +1 -21
  400. package/features/set/intersection.js +1 -8
  401. package/features/set/is-disjoint-from.js +1 -8
  402. package/features/set/is-subset-of.js +1 -8
  403. package/features/set/is-superset-of.js +1 -8
  404. package/features/set/join.js +1 -5
  405. package/features/set/map.js +1 -5
  406. package/features/set/of.js +1 -14
  407. package/features/set/reduce.js +1 -5
  408. package/features/set/some.js +1 -5
  409. package/features/set/symmetric-difference.js +1 -8
  410. package/features/set/union.js +1 -8
  411. package/features/set-immediate.js +1 -3
  412. package/features/set-interval.js +1 -3
  413. package/features/set-timeout.js +1 -3
  414. package/features/string/anchor.js +1 -3
  415. package/features/string/at.js +1 -5
  416. package/features/string/big.js +1 -3
  417. package/features/string/blink.js +1 -3
  418. package/features/string/bold.js +1 -3
  419. package/features/string/code-point-at.js +1 -3
  420. package/features/string/code-points.js +1 -4
  421. package/features/string/cooked.js +1 -4
  422. package/features/string/ends-with.js +1 -3
  423. package/features/string/fixed.js +1 -3
  424. package/features/string/fontcolor.js +1 -3
  425. package/features/string/fontsize.js +1 -3
  426. package/features/string/from-code-point.js +1 -3
  427. package/features/string/includes.js +1 -3
  428. package/features/string/index.js +1 -10
  429. package/features/string/italics.js +1 -3
  430. package/features/string/iterator.js +1 -3
  431. package/features/string/link.js +1 -3
  432. package/features/string/match-all.js +1 -6
  433. package/features/string/match.js +1 -3
  434. package/features/string/pad-end.js +1 -3
  435. package/features/string/pad-start.js +1 -3
  436. package/features/string/raw.js +1 -3
  437. package/features/string/repeat.js +1 -3
  438. package/features/string/replace-all.js +1 -6
  439. package/features/string/replace.js +1 -3
  440. package/features/string/search.js +1 -3
  441. package/features/string/small.js +1 -3
  442. package/features/string/split.js +1 -3
  443. package/features/string/starts-with.js +1 -3
  444. package/features/string/strike.js +1 -3
  445. package/features/string/sub.js +1 -3
  446. package/features/string/substr.js +1 -3
  447. package/features/string/sup.js +1 -3
  448. package/features/string/trim-end.js +1 -3
  449. package/features/string/trim-left.js +1 -3
  450. package/features/string/trim-right.js +1 -3
  451. package/features/string/trim-start.js +1 -3
  452. package/features/string/trim.js +1 -3
  453. package/features/string/virtual/anchor.js +1 -3
  454. package/features/string/virtual/at.js +1 -6
  455. package/features/string/virtual/big.js +1 -3
  456. package/features/string/virtual/blink.js +1 -3
  457. package/features/string/virtual/bold.js +1 -3
  458. package/features/string/virtual/code-point-at.js +1 -3
  459. package/features/string/virtual/code-points.js +1 -4
  460. package/features/string/virtual/ends-with.js +1 -3
  461. package/features/string/virtual/fixed.js +1 -3
  462. package/features/string/virtual/fontcolor.js +1 -3
  463. package/features/string/virtual/fontsize.js +1 -3
  464. package/features/string/virtual/includes.js +1 -3
  465. package/features/string/virtual/index.js +1 -9
  466. package/features/string/virtual/italics.js +1 -3
  467. package/features/string/virtual/iterator.js +1 -3
  468. package/features/string/virtual/link.js +1 -3
  469. package/features/string/virtual/match-all.js +1 -6
  470. package/features/string/virtual/pad-end.js +1 -3
  471. package/features/string/virtual/pad-start.js +1 -3
  472. package/features/string/virtual/repeat.js +1 -3
  473. package/features/string/virtual/replace-all.js +1 -6
  474. package/features/string/virtual/small.js +1 -3
  475. package/features/string/virtual/starts-with.js +1 -3
  476. package/features/string/virtual/strike.js +1 -3
  477. package/features/string/virtual/sub.js +1 -3
  478. package/features/string/virtual/substr.js +1 -3
  479. package/features/string/virtual/sup.js +1 -3
  480. package/features/string/virtual/trim-end.js +1 -3
  481. package/features/string/virtual/trim-left.js +1 -3
  482. package/features/string/virtual/trim-right.js +1 -3
  483. package/features/string/virtual/trim-start.js +1 -3
  484. package/features/string/virtual/trim.js +1 -3
  485. package/features/structured-clone.js +1 -3
  486. package/features/symbol/async-dispose.js +1 -4
  487. package/features/symbol/async-iterator.js +1 -3
  488. package/features/symbol/description.js +1 -1
  489. package/features/symbol/dispose.js +1 -4
  490. package/features/symbol/for.js +1 -3
  491. package/features/symbol/has-instance.js +1 -3
  492. package/features/symbol/index.js +1 -12
  493. package/features/symbol/is-concat-spreadable.js +1 -3
  494. package/features/symbol/iterator.js +1 -3
  495. package/features/symbol/key-for.js +1 -3
  496. package/features/symbol/match-all.js +1 -3
  497. package/features/symbol/match.js +1 -3
  498. package/features/symbol/matcher.js +1 -4
  499. package/features/symbol/metadata.js +1 -4
  500. package/features/symbol/observable.js +1 -4
  501. package/features/symbol/pattern-match.js +1 -5
  502. package/features/symbol/replace-all.js +1 -5
  503. package/features/symbol/replace.js +1 -3
  504. package/features/symbol/search.js +1 -3
  505. package/features/symbol/species.js +1 -3
  506. package/features/symbol/split.js +1 -3
  507. package/features/symbol/to-primitive.js +1 -3
  508. package/features/symbol/to-string-tag.js +1 -3
  509. package/features/symbol/unscopables.js +1 -3
  510. package/features/typed-array/at.js +1 -6
  511. package/features/typed-array/copy-within.js +1 -3
  512. package/features/typed-array/entries.js +1 -3
  513. package/features/typed-array/every.js +1 -3
  514. package/features/typed-array/fill.js +1 -3
  515. package/features/typed-array/filter-out.js +1 -2
  516. package/features/typed-array/filter-reject.js +1 -1
  517. package/features/typed-array/filter.js +1 -3
  518. package/features/typed-array/find-index.js +1 -3
  519. package/features/typed-array/find-last-index.js +1 -3
  520. package/features/typed-array/find-last.js +1 -3
  521. package/features/typed-array/find.js +1 -3
  522. package/features/typed-array/float32-array.js +1 -4
  523. package/features/typed-array/float64-array.js +1 -4
  524. package/features/typed-array/for-each.js +1 -3
  525. package/features/typed-array/from-async.js +1 -1
  526. package/features/typed-array/from.js +1 -3
  527. package/features/typed-array/group-by.js +1 -1
  528. package/features/typed-array/includes.js +1 -3
  529. package/features/typed-array/index-of.js +1 -3
  530. package/features/typed-array/index.js +1 -17
  531. package/features/typed-array/int16-array.js +1 -4
  532. package/features/typed-array/int32-array.js +1 -4
  533. package/features/typed-array/int8-array.js +1 -4
  534. package/features/typed-array/iterator.js +1 -3
  535. package/features/typed-array/join.js +1 -3
  536. package/features/typed-array/keys.js +1 -3
  537. package/features/typed-array/last-index-of.js +1 -3
  538. package/features/typed-array/map.js +1 -3
  539. package/features/typed-array/methods.js +1 -17
  540. package/features/typed-array/of.js +1 -3
  541. package/features/typed-array/reduce-right.js +1 -3
  542. package/features/typed-array/reduce.js +1 -3
  543. package/features/typed-array/reverse.js +1 -3
  544. package/features/typed-array/set.js +1 -3
  545. package/features/typed-array/slice.js +1 -3
  546. package/features/typed-array/some.js +1 -3
  547. package/features/typed-array/sort.js +1 -3
  548. package/features/typed-array/subarray.js +1 -3
  549. package/features/typed-array/to-locale-string.js +1 -3
  550. package/features/typed-array/to-reversed.js +1 -1
  551. package/features/typed-array/to-sorted.js +1 -2
  552. package/features/typed-array/to-spliced.js +1 -1
  553. package/features/typed-array/to-string.js +1 -3
  554. package/features/typed-array/uint16-array.js +1 -4
  555. package/features/typed-array/uint32-array.js +1 -4
  556. package/features/typed-array/uint8-array.js +1 -4
  557. package/features/typed-array/uint8-clamped-array.js +1 -4
  558. package/features/typed-array/unique-by.js +1 -2
  559. package/features/typed-array/values.js +1 -3
  560. package/features/typed-array/with.js +1 -1
  561. package/features/unescape.js +1 -3
  562. package/features/url/index.js +1 -3
  563. package/features/url/to-json.js +1 -3
  564. package/features/url-search-params/index.js +1 -3
  565. package/features/weak-map/delete-all.js +1 -5
  566. package/features/weak-map/emplace.js +1 -5
  567. package/features/weak-map/from.js +1 -16
  568. package/features/weak-map/index.js +1 -10
  569. package/features/weak-map/of.js +1 -14
  570. package/features/weak-map/upsert.js +1 -5
  571. package/features/weak-set/add-all.js +1 -5
  572. package/features/weak-set/delete-all.js +1 -5
  573. package/features/weak-set/from.js +1 -16
  574. package/features/weak-set/index.js +1 -8
  575. package/features/weak-set/of.js +1 -14
  576. package/{features → full}/README.md +0 -0
  577. package/full/aggregate-error.js +6 -0
  578. package/full/array/at.js +6 -0
  579. package/full/array/concat.js +3 -0
  580. package/full/array/copy-within.js +3 -0
  581. package/full/array/entries.js +3 -0
  582. package/full/array/every.js +3 -0
  583. package/full/array/fill.js +3 -0
  584. package/full/array/filter-out.js +5 -0
  585. package/full/array/filter-reject.js +4 -0
  586. package/full/array/filter.js +3 -0
  587. package/full/array/find-index.js +3 -0
  588. package/full/array/find-last-index.js +3 -0
  589. package/full/array/find-last.js +3 -0
  590. package/full/array/find.js +3 -0
  591. package/full/array/flat-map.js +3 -0
  592. package/full/array/flat.js +3 -0
  593. package/full/array/for-each.js +3 -0
  594. package/full/array/from-async.js +8 -0
  595. package/full/array/from.js +3 -0
  596. package/full/array/group-by-to-map.js +3 -0
  597. package/full/array/group-by.js +3 -0
  598. package/full/array/includes.js +3 -0
  599. package/full/array/index-of.js +3 -0
  600. package/full/array/index.js +14 -0
  601. package/full/array/is-array.js +3 -0
  602. package/full/array/is-template-object.js +4 -0
  603. package/full/array/iterator.js +3 -0
  604. package/full/array/join.js +3 -0
  605. package/full/array/keys.js +3 -0
  606. package/full/array/last-index-of.js +3 -0
  607. package/full/array/last-index.js +1 -0
  608. package/full/array/last-item.js +1 -0
  609. package/full/array/map.js +3 -0
  610. package/full/array/of.js +3 -0
  611. package/full/array/reduce-right.js +3 -0
  612. package/full/array/reduce.js +3 -0
  613. package/full/array/reverse.js +3 -0
  614. package/full/array/slice.js +3 -0
  615. package/full/array/some.js +3 -0
  616. package/full/array/sort.js +3 -0
  617. package/full/array/splice.js +3 -0
  618. package/full/array/to-reversed.js +4 -0
  619. package/full/array/to-sorted.js +5 -0
  620. package/full/array/to-spliced.js +4 -0
  621. package/full/array/unique-by.js +5 -0
  622. package/full/array/values.js +3 -0
  623. package/full/array/virtual/at.js +6 -0
  624. package/full/array/virtual/concat.js +3 -0
  625. package/full/array/virtual/copy-within.js +3 -0
  626. package/full/array/virtual/entries.js +3 -0
  627. package/full/array/virtual/every.js +3 -0
  628. package/full/array/virtual/fill.js +3 -0
  629. package/full/array/virtual/filter-out.js +5 -0
  630. package/full/array/virtual/filter-reject.js +4 -0
  631. package/full/array/virtual/filter.js +3 -0
  632. package/full/array/virtual/find-index.js +3 -0
  633. package/full/array/virtual/find-last-index.js +3 -0
  634. package/full/array/virtual/find-last.js +3 -0
  635. package/full/array/virtual/find.js +3 -0
  636. package/full/array/virtual/flat-map.js +3 -0
  637. package/full/array/virtual/flat.js +3 -0
  638. package/full/array/virtual/for-each.js +3 -0
  639. package/full/array/virtual/group-by-to-map.js +3 -0
  640. package/full/array/virtual/group-by.js +3 -0
  641. package/full/array/virtual/includes.js +3 -0
  642. package/full/array/virtual/index-of.js +3 -0
  643. package/full/array/virtual/index.js +9 -0
  644. package/full/array/virtual/iterator.js +3 -0
  645. package/full/array/virtual/join.js +3 -0
  646. package/full/array/virtual/keys.js +3 -0
  647. package/full/array/virtual/last-index-of.js +3 -0
  648. package/full/array/virtual/map.js +3 -0
  649. package/full/array/virtual/reduce-right.js +3 -0
  650. package/full/array/virtual/reduce.js +3 -0
  651. package/full/array/virtual/reverse.js +3 -0
  652. package/full/array/virtual/slice.js +3 -0
  653. package/full/array/virtual/some.js +3 -0
  654. package/full/array/virtual/sort.js +3 -0
  655. package/full/array/virtual/splice.js +3 -0
  656. package/full/array/virtual/to-reversed.js +3 -0
  657. package/full/array/virtual/to-sorted.js +3 -0
  658. package/full/array/virtual/to-spliced.js +3 -0
  659. package/full/array/virtual/unique-by.js +5 -0
  660. package/full/array/virtual/values.js +3 -0
  661. package/full/array/virtual/with.js +3 -0
  662. package/full/array/with.js +4 -0
  663. package/full/array-buffer/constructor.js +3 -0
  664. package/full/array-buffer/index.js +3 -0
  665. package/full/array-buffer/is-view.js +3 -0
  666. package/full/array-buffer/slice.js +3 -0
  667. package/full/async-iterator/as-indexed-pairs.js +8 -0
  668. package/full/async-iterator/drop.js +8 -0
  669. package/full/async-iterator/every.js +8 -0
  670. package/full/async-iterator/filter.js +8 -0
  671. package/full/async-iterator/find.js +8 -0
  672. package/full/async-iterator/flat-map.js +8 -0
  673. package/full/async-iterator/for-each.js +8 -0
  674. package/full/async-iterator/from.js +11 -0
  675. package/full/async-iterator/index.js +23 -0
  676. package/full/async-iterator/map.js +8 -0
  677. package/full/async-iterator/reduce.js +8 -0
  678. package/full/async-iterator/some.js +8 -0
  679. package/full/async-iterator/take.js +8 -0
  680. package/full/async-iterator/to-array.js +8 -0
  681. package/full/atob.js +3 -0
  682. package/full/bigint/index.js +5 -0
  683. package/full/bigint/range.js +5 -0
  684. package/full/btoa.js +3 -0
  685. package/full/clear-immediate.js +3 -0
  686. package/full/composite-key.js +4 -0
  687. package/full/composite-symbol.js +5 -0
  688. package/full/data-view/index.js +3 -0
  689. package/full/date/get-year.js +3 -0
  690. package/full/date/index.js +3 -0
  691. package/full/date/now.js +3 -0
  692. package/full/date/set-year.js +3 -0
  693. package/full/date/to-gmt-string.js +3 -0
  694. package/full/date/to-iso-string.js +3 -0
  695. package/full/date/to-json.js +3 -0
  696. package/full/date/to-primitive.js +3 -0
  697. package/full/date/to-string.js +3 -0
  698. package/full/dom-collections/for-each.js +3 -0
  699. package/full/dom-collections/index.js +3 -0
  700. package/full/dom-collections/iterator.js +3 -0
  701. package/full/dom-exception/constructor.js +3 -0
  702. package/full/dom-exception/index.js +3 -0
  703. package/full/dom-exception/to-string-tag.js +3 -0
  704. package/full/error/constructor.js +3 -0
  705. package/full/error/index.js +3 -0
  706. package/full/error/to-string.js +3 -0
  707. package/full/escape.js +3 -0
  708. package/full/function/bind.js +3 -0
  709. package/full/function/has-instance.js +3 -0
  710. package/full/function/index.js +6 -0
  711. package/full/function/is-callable.js +4 -0
  712. package/full/function/is-constructor.js +4 -0
  713. package/full/function/name.js +3 -0
  714. package/full/function/un-this.js +4 -0
  715. package/full/function/virtual/bind.js +3 -0
  716. package/full/function/virtual/index.js +4 -0
  717. package/full/function/virtual/un-this.js +4 -0
  718. package/full/get-iterator-method.js +3 -0
  719. package/full/get-iterator.js +3 -0
  720. package/full/global-this.js +6 -0
  721. package/full/index.js +398 -0
  722. package/full/instance/at.js +14 -0
  723. package/full/instance/bind.js +3 -0
  724. package/full/instance/code-point-at.js +3 -0
  725. package/full/instance/code-points.js +10 -0
  726. package/full/instance/concat.js +3 -0
  727. package/full/instance/copy-within.js +3 -0
  728. package/full/instance/ends-with.js +3 -0
  729. package/full/instance/entries.js +3 -0
  730. package/full/instance/every.js +3 -0
  731. package/full/instance/fill.js +3 -0
  732. package/full/instance/filter-out.js +10 -0
  733. package/full/instance/filter-reject.js +9 -0
  734. package/full/instance/filter.js +3 -0
  735. package/full/instance/find-index.js +3 -0
  736. package/full/instance/find-last-index.js +3 -0
  737. package/full/instance/find-last.js +3 -0
  738. package/full/instance/find.js +3 -0
  739. package/full/instance/flags.js +3 -0
  740. package/full/instance/flat-map.js +3 -0
  741. package/full/instance/flat.js +3 -0
  742. package/full/instance/for-each.js +3 -0
  743. package/full/instance/group-by-to-map.js +3 -0
  744. package/full/instance/group-by.js +3 -0
  745. package/full/instance/includes.js +3 -0
  746. package/full/instance/index-of.js +3 -0
  747. package/full/instance/keys.js +3 -0
  748. package/full/instance/last-index-of.js +3 -0
  749. package/full/instance/map.js +3 -0
  750. package/full/instance/match-all.js +6 -0
  751. package/full/instance/pad-end.js +3 -0
  752. package/full/instance/pad-start.js +3 -0
  753. package/full/instance/reduce-right.js +3 -0
  754. package/full/instance/reduce.js +3 -0
  755. package/full/instance/repeat.js +3 -0
  756. package/full/instance/replace-all.js +3 -0
  757. package/full/instance/reverse.js +3 -0
  758. package/full/instance/slice.js +3 -0
  759. package/full/instance/some.js +3 -0
  760. package/full/instance/sort.js +3 -0
  761. package/full/instance/splice.js +3 -0
  762. package/full/instance/starts-with.js +3 -0
  763. package/full/instance/to-reversed.js +3 -0
  764. package/full/instance/to-sorted.js +3 -0
  765. package/full/instance/to-spliced.js +3 -0
  766. package/full/instance/trim-end.js +3 -0
  767. package/full/instance/trim-left.js +3 -0
  768. package/full/instance/trim-right.js +3 -0
  769. package/full/instance/trim-start.js +3 -0
  770. package/full/instance/trim.js +3 -0
  771. package/full/instance/un-this.js +9 -0
  772. package/full/instance/unique-by.js +9 -0
  773. package/full/instance/values.js +3 -0
  774. package/full/instance/with.js +3 -0
  775. package/full/is-iterable.js +3 -0
  776. package/full/iterator/as-indexed-pairs.js +8 -0
  777. package/full/iterator/drop.js +7 -0
  778. package/full/iterator/every.js +7 -0
  779. package/full/iterator/filter.js +7 -0
  780. package/full/iterator/find.js +7 -0
  781. package/full/iterator/flat-map.js +7 -0
  782. package/full/iterator/for-each.js +7 -0
  783. package/full/iterator/from.js +10 -0
  784. package/full/iterator/index.js +24 -0
  785. package/full/iterator/map.js +7 -0
  786. package/full/iterator/reduce.js +7 -0
  787. package/full/iterator/some.js +7 -0
  788. package/full/iterator/take.js +7 -0
  789. package/full/iterator/to-array.js +7 -0
  790. package/full/iterator/to-async.js +8 -0
  791. package/full/json/index.js +3 -0
  792. package/full/json/stringify.js +3 -0
  793. package/full/json/to-string-tag.js +3 -0
  794. package/full/map/delete-all.js +5 -0
  795. package/full/map/emplace.js +5 -0
  796. package/full/map/every.js +5 -0
  797. package/full/map/filter.js +5 -0
  798. package/full/map/find-key.js +5 -0
  799. package/full/map/find.js +5 -0
  800. package/full/map/from.js +16 -0
  801. package/full/map/group-by.js +13 -0
  802. package/full/map/includes.js +5 -0
  803. package/full/map/index.js +25 -0
  804. package/full/map/key-by.js +13 -0
  805. package/full/map/key-of.js +5 -0
  806. package/full/map/map-keys.js +5 -0
  807. package/full/map/map-values.js +5 -0
  808. package/full/map/merge.js +5 -0
  809. package/full/map/of.js +14 -0
  810. package/full/map/reduce.js +5 -0
  811. package/full/map/some.js +5 -0
  812. package/full/map/update-or-insert.js +6 -0
  813. package/full/map/update.js +5 -0
  814. package/full/map/upsert.js +5 -0
  815. package/full/math/acosh.js +3 -0
  816. package/full/math/asinh.js +3 -0
  817. package/full/math/atanh.js +3 -0
  818. package/full/math/cbrt.js +3 -0
  819. package/full/math/clamp.js +4 -0
  820. package/full/math/clz32.js +3 -0
  821. package/full/math/cosh.js +3 -0
  822. package/full/math/deg-per-rad.js +3 -0
  823. package/full/math/degrees.js +4 -0
  824. package/full/math/expm1.js +3 -0
  825. package/full/math/fround.js +3 -0
  826. package/full/math/fscale.js +4 -0
  827. package/full/math/hypot.js +3 -0
  828. package/full/math/iaddh.js +4 -0
  829. package/full/math/imul.js +3 -0
  830. package/full/math/imulh.js +4 -0
  831. package/full/math/index.js +17 -0
  832. package/full/math/isubh.js +4 -0
  833. package/full/math/log10.js +3 -0
  834. package/full/math/log1p.js +3 -0
  835. package/full/math/log2.js +3 -0
  836. package/full/math/rad-per-deg.js +3 -0
  837. package/full/math/radians.js +4 -0
  838. package/full/math/scale.js +4 -0
  839. package/full/math/seeded-prng.js +4 -0
  840. package/full/math/sign.js +3 -0
  841. package/full/math/signbit.js +4 -0
  842. package/full/math/sinh.js +3 -0
  843. package/full/math/tanh.js +3 -0
  844. package/full/math/to-string-tag.js +3 -0
  845. package/full/math/trunc.js +3 -0
  846. package/full/math/umulh.js +4 -0
  847. package/full/number/constructor.js +3 -0
  848. package/full/number/epsilon.js +3 -0
  849. package/full/number/from-string.js +4 -0
  850. package/full/number/index.js +7 -0
  851. package/full/number/is-finite.js +3 -0
  852. package/full/number/is-integer.js +3 -0
  853. package/full/number/is-nan.js +3 -0
  854. package/full/number/is-safe-integer.js +3 -0
  855. package/full/number/max-safe-integer.js +3 -0
  856. package/full/number/min-safe-integer.js +3 -0
  857. package/full/number/parse-float.js +3 -0
  858. package/full/number/parse-int.js +3 -0
  859. package/full/number/range.js +5 -0
  860. package/full/number/to-exponential.js +3 -0
  861. package/full/number/to-fixed.js +3 -0
  862. package/full/number/to-precision.js +3 -0
  863. package/full/number/virtual/index.js +3 -0
  864. package/full/number/virtual/to-exponential.js +3 -0
  865. package/full/number/virtual/to-fixed.js +3 -0
  866. package/full/number/virtual/to-precision.js +3 -0
  867. package/full/object/assign.js +3 -0
  868. package/full/object/create.js +3 -0
  869. package/full/object/define-getter.js +3 -0
  870. package/full/object/define-properties.js +3 -0
  871. package/full/object/define-property.js +3 -0
  872. package/full/object/define-setter.js +3 -0
  873. package/full/object/entries.js +3 -0
  874. package/full/object/freeze.js +3 -0
  875. package/full/object/from-entries.js +3 -0
  876. package/full/object/get-own-property-descriptor.js +3 -0
  877. package/full/object/get-own-property-descriptors.js +3 -0
  878. package/full/object/get-own-property-names.js +3 -0
  879. package/full/object/get-own-property-symbols.js +3 -0
  880. package/full/object/get-prototype-of.js +3 -0
  881. package/full/object/has-own.js +6 -0
  882. package/full/object/index.js +8 -0
  883. package/full/object/is-extensible.js +3 -0
  884. package/full/object/is-frozen.js +3 -0
  885. package/full/object/is-sealed.js +3 -0
  886. package/full/object/is.js +3 -0
  887. package/full/object/iterate-entries.js +4 -0
  888. package/full/object/iterate-keys.js +4 -0
  889. package/full/object/iterate-values.js +4 -0
  890. package/full/object/keys.js +3 -0
  891. package/full/object/lookup-getter.js +3 -0
  892. package/full/object/lookup-setter.js +3 -0
  893. package/full/object/prevent-extensions.js +3 -0
  894. package/full/object/seal.js +3 -0
  895. package/full/object/set-prototype-of.js +3 -0
  896. package/full/object/to-string.js +3 -0
  897. package/full/object/values.js +3 -0
  898. package/full/observable/index.js +8 -0
  899. package/full/parse-float.js +3 -0
  900. package/full/parse-int.js +3 -0
  901. package/full/promise/all-settled.js +6 -0
  902. package/full/promise/any.js +7 -0
  903. package/full/promise/finally.js +3 -0
  904. package/full/promise/index.js +8 -0
  905. package/full/promise/try.js +13 -0
  906. package/full/queue-microtask.js +3 -0
  907. package/full/reflect/apply.js +3 -0
  908. package/full/reflect/construct.js +3 -0
  909. package/full/reflect/define-metadata.js +4 -0
  910. package/full/reflect/define-property.js +3 -0
  911. package/full/reflect/delete-metadata.js +4 -0
  912. package/full/reflect/delete-property.js +3 -0
  913. package/full/reflect/get-metadata-keys.js +4 -0
  914. package/full/reflect/get-metadata.js +4 -0
  915. package/full/reflect/get-own-metadata-keys.js +4 -0
  916. package/full/reflect/get-own-metadata.js +4 -0
  917. package/full/reflect/get-own-property-descriptor.js +3 -0
  918. package/full/reflect/get-prototype-of.js +3 -0
  919. package/full/reflect/get.js +3 -0
  920. package/full/reflect/has-metadata.js +4 -0
  921. package/full/reflect/has-own-metadata.js +4 -0
  922. package/full/reflect/has.js +3 -0
  923. package/full/reflect/index.js +12 -0
  924. package/full/reflect/is-extensible.js +3 -0
  925. package/full/reflect/metadata.js +4 -0
  926. package/full/reflect/own-keys.js +3 -0
  927. package/full/reflect/prevent-extensions.js +3 -0
  928. package/full/reflect/set-prototype-of.js +3 -0
  929. package/full/reflect/set.js +3 -0
  930. package/full/reflect/to-string-tag.js +3 -0
  931. package/full/regexp/constructor.js +3 -0
  932. package/full/regexp/dot-all.js +3 -0
  933. package/full/regexp/flags.js +3 -0
  934. package/full/regexp/index.js +3 -0
  935. package/full/regexp/match.js +3 -0
  936. package/full/regexp/replace.js +3 -0
  937. package/full/regexp/search.js +3 -0
  938. package/full/regexp/split.js +3 -0
  939. package/full/regexp/sticky.js +3 -0
  940. package/full/regexp/test.js +3 -0
  941. package/full/regexp/to-string.js +3 -0
  942. package/full/set/add-all.js +5 -0
  943. package/full/set/delete-all.js +5 -0
  944. package/full/set/difference.js +8 -0
  945. package/full/set/every.js +5 -0
  946. package/full/set/filter.js +5 -0
  947. package/full/set/find.js +5 -0
  948. package/full/set/from.js +16 -0
  949. package/full/set/index.js +21 -0
  950. package/full/set/intersection.js +8 -0
  951. package/full/set/is-disjoint-from.js +8 -0
  952. package/full/set/is-subset-of.js +8 -0
  953. package/full/set/is-superset-of.js +8 -0
  954. package/full/set/join.js +5 -0
  955. package/full/set/map.js +5 -0
  956. package/full/set/of.js +14 -0
  957. package/full/set/reduce.js +5 -0
  958. package/full/set/some.js +5 -0
  959. package/full/set/symmetric-difference.js +8 -0
  960. package/full/set/union.js +8 -0
  961. package/full/set-immediate.js +3 -0
  962. package/full/set-interval.js +3 -0
  963. package/full/set-timeout.js +3 -0
  964. package/full/string/anchor.js +3 -0
  965. package/full/string/at.js +5 -0
  966. package/full/string/big.js +3 -0
  967. package/full/string/blink.js +3 -0
  968. package/full/string/bold.js +3 -0
  969. package/full/string/code-point-at.js +3 -0
  970. package/full/string/code-points.js +4 -0
  971. package/full/string/cooked.js +4 -0
  972. package/full/string/ends-with.js +3 -0
  973. package/full/string/fixed.js +3 -0
  974. package/full/string/fontcolor.js +3 -0
  975. package/full/string/fontsize.js +3 -0
  976. package/full/string/from-code-point.js +3 -0
  977. package/full/string/includes.js +3 -0
  978. package/full/string/index.js +10 -0
  979. package/full/string/italics.js +3 -0
  980. package/full/string/iterator.js +3 -0
  981. package/full/string/link.js +3 -0
  982. package/full/string/match-all.js +6 -0
  983. package/full/string/match.js +3 -0
  984. package/full/string/pad-end.js +3 -0
  985. package/full/string/pad-start.js +3 -0
  986. package/full/string/raw.js +3 -0
  987. package/full/string/repeat.js +3 -0
  988. package/full/string/replace-all.js +6 -0
  989. package/full/string/replace.js +3 -0
  990. package/full/string/search.js +3 -0
  991. package/full/string/small.js +3 -0
  992. package/full/string/split.js +3 -0
  993. package/full/string/starts-with.js +3 -0
  994. package/full/string/strike.js +3 -0
  995. package/full/string/sub.js +3 -0
  996. package/full/string/substr.js +3 -0
  997. package/full/string/sup.js +3 -0
  998. package/full/string/trim-end.js +3 -0
  999. package/full/string/trim-left.js +3 -0
  1000. package/full/string/trim-right.js +3 -0
  1001. package/full/string/trim-start.js +3 -0
  1002. package/full/string/trim.js +3 -0
  1003. package/full/string/virtual/anchor.js +3 -0
  1004. package/full/string/virtual/at.js +6 -0
  1005. package/full/string/virtual/big.js +3 -0
  1006. package/full/string/virtual/blink.js +3 -0
  1007. package/full/string/virtual/bold.js +3 -0
  1008. package/full/string/virtual/code-point-at.js +3 -0
  1009. package/full/string/virtual/code-points.js +4 -0
  1010. package/full/string/virtual/ends-with.js +3 -0
  1011. package/full/string/virtual/fixed.js +3 -0
  1012. package/full/string/virtual/fontcolor.js +3 -0
  1013. package/full/string/virtual/fontsize.js +3 -0
  1014. package/full/string/virtual/includes.js +3 -0
  1015. package/full/string/virtual/index.js +9 -0
  1016. package/full/string/virtual/italics.js +3 -0
  1017. package/full/string/virtual/iterator.js +3 -0
  1018. package/full/string/virtual/link.js +3 -0
  1019. package/full/string/virtual/match-all.js +6 -0
  1020. package/full/string/virtual/pad-end.js +3 -0
  1021. package/full/string/virtual/pad-start.js +3 -0
  1022. package/full/string/virtual/repeat.js +3 -0
  1023. package/full/string/virtual/replace-all.js +6 -0
  1024. package/full/string/virtual/small.js +3 -0
  1025. package/full/string/virtual/starts-with.js +3 -0
  1026. package/full/string/virtual/strike.js +3 -0
  1027. package/full/string/virtual/sub.js +3 -0
  1028. package/full/string/virtual/substr.js +3 -0
  1029. package/full/string/virtual/sup.js +3 -0
  1030. package/full/string/virtual/trim-end.js +3 -0
  1031. package/full/string/virtual/trim-left.js +3 -0
  1032. package/full/string/virtual/trim-right.js +3 -0
  1033. package/full/string/virtual/trim-start.js +3 -0
  1034. package/full/string/virtual/trim.js +3 -0
  1035. package/full/structured-clone.js +3 -0
  1036. package/full/symbol/async-dispose.js +4 -0
  1037. package/full/symbol/async-iterator.js +3 -0
  1038. package/full/symbol/description.js +1 -0
  1039. package/full/symbol/dispose.js +4 -0
  1040. package/full/symbol/for.js +3 -0
  1041. package/full/symbol/has-instance.js +3 -0
  1042. package/full/symbol/index.js +12 -0
  1043. package/full/symbol/is-concat-spreadable.js +3 -0
  1044. package/full/symbol/iterator.js +3 -0
  1045. package/full/symbol/key-for.js +3 -0
  1046. package/full/symbol/match-all.js +3 -0
  1047. package/full/symbol/match.js +3 -0
  1048. package/full/symbol/matcher.js +4 -0
  1049. package/full/symbol/metadata.js +4 -0
  1050. package/full/symbol/observable.js +4 -0
  1051. package/full/symbol/pattern-match.js +5 -0
  1052. package/full/symbol/replace-all.js +5 -0
  1053. package/full/symbol/replace.js +3 -0
  1054. package/full/symbol/search.js +3 -0
  1055. package/full/symbol/species.js +3 -0
  1056. package/full/symbol/split.js +3 -0
  1057. package/full/symbol/to-primitive.js +3 -0
  1058. package/full/symbol/to-string-tag.js +3 -0
  1059. package/full/symbol/unscopables.js +3 -0
  1060. package/full/typed-array/at.js +6 -0
  1061. package/full/typed-array/copy-within.js +3 -0
  1062. package/full/typed-array/entries.js +3 -0
  1063. package/full/typed-array/every.js +3 -0
  1064. package/full/typed-array/fill.js +3 -0
  1065. package/full/typed-array/filter-out.js +2 -0
  1066. package/full/typed-array/filter-reject.js +1 -0
  1067. package/full/typed-array/filter.js +3 -0
  1068. package/full/typed-array/find-index.js +3 -0
  1069. package/full/typed-array/find-last-index.js +3 -0
  1070. package/full/typed-array/find-last.js +3 -0
  1071. package/full/typed-array/find.js +3 -0
  1072. package/full/typed-array/float32-array.js +4 -0
  1073. package/full/typed-array/float64-array.js +4 -0
  1074. package/full/typed-array/for-each.js +3 -0
  1075. package/full/typed-array/from-async.js +1 -0
  1076. package/full/typed-array/from.js +3 -0
  1077. package/full/typed-array/group-by.js +1 -0
  1078. package/full/typed-array/includes.js +3 -0
  1079. package/full/typed-array/index-of.js +3 -0
  1080. package/full/typed-array/index.js +13 -0
  1081. package/full/typed-array/int16-array.js +4 -0
  1082. package/full/typed-array/int32-array.js +4 -0
  1083. package/full/typed-array/int8-array.js +4 -0
  1084. package/full/typed-array/iterator.js +3 -0
  1085. package/full/typed-array/join.js +3 -0
  1086. package/full/typed-array/keys.js +3 -0
  1087. package/full/typed-array/last-index-of.js +3 -0
  1088. package/full/typed-array/map.js +3 -0
  1089. package/full/typed-array/methods.js +13 -0
  1090. package/full/typed-array/of.js +3 -0
  1091. package/full/typed-array/reduce-right.js +3 -0
  1092. package/full/typed-array/reduce.js +3 -0
  1093. package/full/typed-array/reverse.js +3 -0
  1094. package/full/typed-array/set.js +3 -0
  1095. package/full/typed-array/slice.js +3 -0
  1096. package/full/typed-array/some.js +3 -0
  1097. package/full/typed-array/sort.js +3 -0
  1098. package/full/typed-array/subarray.js +3 -0
  1099. package/full/typed-array/to-locale-string.js +3 -0
  1100. package/full/typed-array/to-reversed.js +3 -0
  1101. package/full/typed-array/to-sorted.js +3 -0
  1102. package/full/typed-array/to-spliced.js +3 -0
  1103. package/full/typed-array/to-string.js +3 -0
  1104. package/full/typed-array/uint16-array.js +4 -0
  1105. package/full/typed-array/uint32-array.js +4 -0
  1106. package/full/typed-array/uint8-array.js +4 -0
  1107. package/full/typed-array/uint8-clamped-array.js +4 -0
  1108. package/full/typed-array/unique-by.js +2 -0
  1109. package/full/typed-array/values.js +3 -0
  1110. package/full/typed-array/with.js +3 -0
  1111. package/full/unescape.js +3 -0
  1112. package/full/url/index.js +3 -0
  1113. package/full/url/to-json.js +3 -0
  1114. package/full/url-search-params/index.js +3 -0
  1115. package/full/weak-map/delete-all.js +5 -0
  1116. package/full/weak-map/emplace.js +5 -0
  1117. package/full/weak-map/from.js +16 -0
  1118. package/full/weak-map/index.js +10 -0
  1119. package/full/weak-map/of.js +14 -0
  1120. package/full/weak-map/upsert.js +5 -0
  1121. package/full/weak-set/add-all.js +5 -0
  1122. package/full/weak-set/delete-all.js +5 -0
  1123. package/full/weak-set/from.js +16 -0
  1124. package/full/weak-set/index.js +8 -0
  1125. package/full/weak-set/of.js +14 -0
  1126. package/internals/a-callable.js +2 -3
  1127. package/internals/a-constructor.js +2 -3
  1128. package/internals/a-possible-prototype.js +3 -4
  1129. package/internals/add-to-unscopables.js +2 -2
  1130. package/internals/an-instance.js +2 -3
  1131. package/internals/an-object.js +3 -4
  1132. package/internals/array-buffer-native.js +1 -1
  1133. package/internals/array-buffer-non-extensible.js +1 -1
  1134. package/internals/array-buffer-view-core.js +4 -4
  1135. package/internals/array-buffer.js +3 -3
  1136. package/internals/array-copy-within.js +3 -2
  1137. package/internals/array-for-each.js +1 -1
  1138. package/internals/array-from.js +3 -4
  1139. package/internals/array-group-by.js +2 -3
  1140. package/internals/array-last-index-of.js +1 -1
  1141. package/internals/array-reduce.js +2 -3
  1142. package/internals/array-slice-simple.js +2 -3
  1143. package/internals/array-species-constructor.js +3 -4
  1144. package/internals/array-to-spliced.js +2 -1
  1145. package/internals/array-with.js +2 -3
  1146. package/internals/async-from-sync-iterator.js +2 -2
  1147. package/internals/async-iterator-create-proxy.js +2 -2
  1148. package/internals/async-iterator-iteration.js +2 -7
  1149. package/internals/async-iterator-prototype.js +2 -2
  1150. package/internals/check-correctness-of-iteration.js +1 -1
  1151. package/internals/classof.js +2 -3
  1152. package/internals/clear-error-stack.js +3 -2
  1153. package/internals/collection-strong.js +3 -3
  1154. package/internals/collection-weak.js +3 -3
  1155. package/internals/collection.js +3 -3
  1156. package/internals/composite-key.js +3 -4
  1157. package/internals/correct-prototype-getter.js +1 -1
  1158. package/internals/date-to-iso-string.js +2 -3
  1159. package/internals/date-to-primitive.js +2 -3
  1160. package/internals/define-built-in-accessor.js +8 -0
  1161. package/internals/define-built-in.js +20 -0
  1162. package/internals/define-built-ins.js +6 -0
  1163. package/internals/{set-global.js → define-global-property.js} +1 -1
  1164. package/internals/define-iterator.js +4 -4
  1165. package/internals/delete-property-or-throw.js +8 -0
  1166. package/internals/descriptors.js +1 -1
  1167. package/internals/does-not-exceed-safe-integer.js +7 -0
  1168. package/internals/engine-is-browser.js +1 -1
  1169. package/internals/error-stack-installable.js +1 -1
  1170. package/internals/error-to-string.js +1 -1
  1171. package/internals/export.js +18 -19
  1172. package/internals/fix-regexp-well-known-symbol-logic.js +3 -3
  1173. package/internals/flatten-into-array.js +2 -4
  1174. package/internals/freezing.js +1 -1
  1175. package/internals/function-apply.js +1 -1
  1176. package/internals/function-bind-native.js +1 -0
  1177. package/internals/function-bind.js +3 -4
  1178. package/internals/function-name.js +1 -1
  1179. package/internals/get-iterator.js +2 -3
  1180. package/internals/get-map-iterator.js +1 -1
  1181. package/internals/get-set-iterator.js +1 -1
  1182. package/internals/global.js +1 -1
  1183. package/internals/has-own-property.js +1 -0
  1184. package/internals/ie8-dom-define.js +1 -1
  1185. package/internals/ieee754.js +2 -4
  1186. package/internals/indexed-object.js +4 -5
  1187. package/internals/is-array.js +1 -1
  1188. package/internals/is-integral-number.js +1 -1
  1189. package/internals/is-iterable.js +2 -3
  1190. package/internals/is-symbol.js +2 -3
  1191. package/internals/iterate.js +2 -3
  1192. package/internals/iterator-create-proxy.js +2 -2
  1193. package/internals/iterators-core.js +3 -3
  1194. package/internals/make-built-in.js +48 -0
  1195. package/internals/map-upsert.js +2 -3
  1196. package/internals/math-expm1.js +3 -2
  1197. package/internals/math-fround.js +4 -3
  1198. package/internals/math-log10.js +1 -1
  1199. package/internals/math-log1p.js +3 -2
  1200. package/internals/math-sign.js +3 -2
  1201. package/internals/math-trunc.js +10 -0
  1202. package/internals/microtask.js +1 -1
  1203. package/internals/native-symbol-registry.js +4 -0
  1204. package/internals/native-symbol.js +2 -2
  1205. package/internals/not-a-regexp.js +2 -3
  1206. package/internals/number-is-finite.js +1 -1
  1207. package/internals/numeric-range-iterator.js +7 -8
  1208. package/internals/object-assign.js +3 -3
  1209. package/internals/object-create.js +1 -0
  1210. package/internals/object-define-properties.js +1 -1
  1211. package/internals/object-define-property.js +4 -5
  1212. package/internals/object-get-own-property-descriptor.js +1 -1
  1213. package/internals/object-get-own-property-names-external.js +1 -1
  1214. package/internals/object-get-own-property-names.js +1 -1
  1215. package/internals/object-get-own-property-symbols.js +1 -1
  1216. package/internals/object-get-prototype-of.js +5 -5
  1217. package/internals/object-is-extensible.js +1 -1
  1218. package/internals/object-keys.js +1 -1
  1219. package/internals/object-property-is-enumerable.js +1 -1
  1220. package/internals/object-prototype-accessors-forced.js +1 -1
  1221. package/internals/object-set-prototype-of.js +2 -2
  1222. package/internals/observable-forced.js +13 -0
  1223. package/internals/ordinary-to-primitive.js +2 -3
  1224. package/internals/promise-constructor-detection.js +46 -0
  1225. package/internals/{native-promise-constructor.js → promise-native-constructor.js} +0 -0
  1226. package/internals/promise-statics-incorrect-iteration.js +7 -0
  1227. package/internals/proxy-accessor.js +9 -0
  1228. package/internals/regexp-exec-abstract.js +2 -3
  1229. package/internals/regexp-flags.js +1 -0
  1230. package/internals/regexp-get-flags.js +12 -0
  1231. package/internals/require-object-coercible.js +2 -4
  1232. package/internals/same-value.js +1 -1
  1233. package/internals/schedulers-fix.js +31 -0
  1234. package/internals/shared-store.js +2 -2
  1235. package/internals/shared.js +2 -2
  1236. package/internals/string-punycode-to-ascii.js +3 -4
  1237. package/internals/string-repeat.js +2 -3
  1238. package/internals/string-trim-end.js +11 -0
  1239. package/internals/string-trim-start.js +11 -0
  1240. package/internals/symbol-define-to-primitive.js +20 -0
  1241. package/internals/to-big-int.js +12 -0
  1242. package/internals/to-index.js +2 -3
  1243. package/internals/to-integer-or-infinity.js +3 -4
  1244. package/internals/to-object.js +2 -3
  1245. package/internals/to-offset.js +2 -3
  1246. package/internals/to-positive-integer.js +2 -3
  1247. package/internals/to-primitive.js +2 -3
  1248. package/internals/to-string.js +2 -3
  1249. package/internals/try-to-string.js +2 -4
  1250. package/internals/typed-array-constructor.js +3 -3
  1251. package/internals/use-symbol-as-uid.js +1 -1
  1252. package/internals/v8-prototype-define-bug.js +1 -1
  1253. package/internals/validate-arguments-length.js +2 -4
  1254. package/internals/wrap-error-constructor-with-cause.js +6 -0
  1255. package/modules/es.aggregate-error.cause.js +1 -1
  1256. package/modules/es.aggregate-error.constructor.js +53 -0
  1257. package/modules/es.aggregate-error.js +2 -54
  1258. package/modules/es.array-buffer.constructor.js +1 -1
  1259. package/modules/es.array.concat.js +4 -7
  1260. package/modules/es.array.for-each.js +1 -1
  1261. package/modules/es.array.from.js +1 -1
  1262. package/modules/es.array.includes.js +7 -1
  1263. package/modules/es.array.index-of.js +1 -1
  1264. package/modules/es.array.last-index-of.js +1 -1
  1265. package/modules/es.array.of.js +4 -4
  1266. package/modules/es.array.slice.js +4 -5
  1267. package/modules/es.array.sort.js +2 -1
  1268. package/modules/es.array.splice.js +7 -11
  1269. package/modules/es.data-view.constructor.js +9 -0
  1270. package/modules/es.data-view.js +2 -9
  1271. package/modules/es.date.now.js +4 -4
  1272. package/modules/es.date.to-json.js +1 -1
  1273. package/modules/es.date.to-primitive.js +2 -2
  1274. package/modules/es.date.to-string.js +3 -2
  1275. package/modules/es.error.cause.js +2 -2
  1276. package/modules/es.error.to-string.js +2 -2
  1277. package/modules/es.function.bind.js +1 -0
  1278. package/modules/es.function.has-instance.js +3 -2
  1279. package/modules/es.json.stringify.js +40 -13
  1280. package/modules/es.map.constructor.js +9 -0
  1281. package/modules/es.map.js +2 -9
  1282. package/modules/es.math.acosh.js +5 -4
  1283. package/modules/es.math.asinh.js +3 -2
  1284. package/modules/es.math.atanh.js +3 -2
  1285. package/modules/es.math.cbrt.js +2 -1
  1286. package/modules/es.math.clz32.js +2 -1
  1287. package/modules/es.math.cosh.js +1 -1
  1288. package/modules/es.math.expm1.js +1 -1
  1289. package/modules/es.math.hypot.js +2 -2
  1290. package/modules/es.math.imul.js +1 -1
  1291. package/modules/es.math.sinh.js +3 -2
  1292. package/modules/es.math.tanh.js +4 -3
  1293. package/modules/es.math.trunc.js +2 -6
  1294. package/modules/es.number.constructor.js +2 -2
  1295. package/modules/es.number.parse-float.js +1 -1
  1296. package/modules/es.number.parse-int.js +1 -1
  1297. package/modules/es.number.to-exponential.js +7 -8
  1298. package/modules/es.number.to-fixed.js +5 -6
  1299. package/modules/es.object.assign.js +2 -2
  1300. package/modules/es.object.create.js +1 -0
  1301. package/modules/es.object.define-properties.js +1 -1
  1302. package/modules/es.object.define-property.js +1 -1
  1303. package/modules/es.object.freeze.js +1 -1
  1304. package/modules/es.object.get-own-property-names.js +1 -1
  1305. package/modules/es.object.get-own-property-symbols.js +18 -0
  1306. package/modules/es.object.is-extensible.js +1 -1
  1307. package/modules/es.object.is-frozen.js +1 -1
  1308. package/modules/es.object.is-sealed.js +1 -1
  1309. package/modules/es.object.prevent-extensions.js +1 -1
  1310. package/modules/es.object.seal.js +1 -1
  1311. package/modules/es.object.to-string.js +2 -2
  1312. package/modules/es.promise.all.js +39 -0
  1313. package/modules/es.promise.any.js +1 -1
  1314. package/modules/es.promise.catch.js +26 -0
  1315. package/modules/es.promise.constructor.js +288 -0
  1316. package/modules/es.promise.finally.js +9 -7
  1317. package/modules/es.promise.js +7 -402
  1318. package/modules/es.promise.race.js +26 -0
  1319. package/modules/es.promise.reject.js +15 -0
  1320. package/modules/es.promise.resolve.js +18 -0
  1321. package/modules/es.reflect.apply.js +1 -1
  1322. package/modules/es.reflect.define-property.js +1 -1
  1323. package/modules/es.reflect.set.js +1 -1
  1324. package/modules/es.regexp.constructor.js +6 -15
  1325. package/modules/es.regexp.dot-all.js +5 -6
  1326. package/modules/es.regexp.flags.js +3 -3
  1327. package/modules/es.regexp.sticky.js +5 -6
  1328. package/modules/es.regexp.test.js +2 -3
  1329. package/modules/es.regexp.to-string.js +6 -10
  1330. package/modules/es.set.constructor.js +9 -0
  1331. package/modules/es.set.js +2 -9
  1332. package/modules/es.string.at-alternative.js +1 -0
  1333. package/modules/es.string.ends-with.js +1 -1
  1334. package/modules/es.string.from-code-point.js +4 -5
  1335. package/modules/es.string.match-all.js +10 -20
  1336. package/modules/es.string.replace-all.js +4 -10
  1337. package/modules/es.string.starts-with.js +1 -1
  1338. package/modules/es.string.substr.js +1 -1
  1339. package/modules/es.string.trim-end.js +7 -15
  1340. package/modules/es.string.trim-left.js +9 -0
  1341. package/modules/es.string.trim-right.js +9 -0
  1342. package/modules/es.string.trim-start.js +7 -15
  1343. package/modules/es.symbol.constructor.js +252 -0
  1344. package/modules/es.symbol.description.js +1 -1
  1345. package/modules/es.symbol.for.js +22 -0
  1346. package/modules/es.symbol.js +6 -325
  1347. package/modules/es.symbol.key-for.js +17 -0
  1348. package/modules/es.symbol.to-primitive.js +5 -0
  1349. package/modules/es.symbol.to-string-tag.js +6 -0
  1350. package/modules/es.typed-array.fill.js +18 -9
  1351. package/modules/es.typed-array.set.js +1 -1
  1352. package/modules/es.typed-array.slice.js +1 -1
  1353. package/modules/es.typed-array.sort.js +0 -1
  1354. package/modules/es.weak-map.constructor.js +68 -0
  1355. package/modules/es.weak-map.js +2 -68
  1356. package/modules/es.weak-set.constructor.js +9 -0
  1357. package/modules/es.weak-set.js +2 -9
  1358. package/modules/esnext.array.is-template-object.js +2 -3
  1359. package/modules/esnext.array.last-index.js +3 -2
  1360. package/modules/esnext.array.last-item.js +3 -2
  1361. package/modules/esnext.array.to-reversed.js +3 -4
  1362. package/modules/esnext.array.to-sorted.js +3 -4
  1363. package/modules/esnext.array.to-spliced.js +3 -4
  1364. package/modules/esnext.array.with.js +3 -4
  1365. package/modules/esnext.async-iterator.constructor.js +1 -1
  1366. package/modules/esnext.async-iterator.reduce.js +2 -3
  1367. package/modules/esnext.bigint.range.js +1 -1
  1368. package/modules/esnext.composite-key.js +2 -3
  1369. package/modules/esnext.function.is-callable.js +1 -1
  1370. package/modules/esnext.iterator.constructor.js +1 -1
  1371. package/modules/esnext.iterator.flat-map.js +2 -3
  1372. package/modules/esnext.iterator.reduce.js +2 -3
  1373. package/modules/esnext.map.merge.js +1 -1
  1374. package/modules/esnext.map.reduce.js +2 -3
  1375. package/modules/esnext.map.update.js +2 -3
  1376. package/modules/esnext.math.seeded-prng.js +2 -3
  1377. package/modules/esnext.math.signbit.js +3 -1
  1378. package/modules/esnext.number.from-string.js +8 -9
  1379. package/modules/esnext.object.iterate-entries.js +1 -0
  1380. package/modules/esnext.object.iterate-keys.js +1 -0
  1381. package/modules/esnext.object.iterate-values.js +1 -0
  1382. package/modules/esnext.observable.constructor.js +187 -0
  1383. package/modules/esnext.observable.from.js +36 -0
  1384. package/modules/esnext.observable.js +4 -233
  1385. package/modules/esnext.observable.of.js +25 -0
  1386. package/modules/esnext.promise.try.js +1 -0
  1387. package/modules/esnext.reflect.define-metadata.js +1 -0
  1388. package/modules/esnext.reflect.get-metadata-keys.js +1 -0
  1389. package/modules/esnext.reflect.get-metadata.js +1 -0
  1390. package/modules/esnext.reflect.get-own-metadata-keys.js +1 -0
  1391. package/modules/esnext.reflect.get-own-metadata.js +1 -0
  1392. package/modules/esnext.reflect.has-metadata.js +1 -0
  1393. package/modules/esnext.reflect.has-own-metadata.js +1 -0
  1394. package/modules/esnext.set.reduce.js +2 -3
  1395. package/modules/esnext.string.at.js +1 -0
  1396. package/modules/esnext.string.cooked.js +2 -3
  1397. package/modules/esnext.typed-array.to-reversed.js +1 -1
  1398. package/modules/esnext.typed-array.to-sorted.js +1 -1
  1399. package/modules/esnext.typed-array.to-spliced.js +1 -1
  1400. package/modules/esnext.typed-array.with.js +10 -1
  1401. package/modules/web.atob.js +10 -4
  1402. package/modules/web.btoa.js +8 -2
  1403. package/modules/web.clear-immediate.js +9 -0
  1404. package/modules/web.dom-exception.constructor.js +11 -11
  1405. package/modules/web.dom-exception.stack.js +1 -1
  1406. package/modules/web.immediate.js +3 -15
  1407. package/modules/web.queue-microtask.js +1 -1
  1408. package/modules/web.set-immediate.js +9 -0
  1409. package/modules/web.set-interval.js +9 -0
  1410. package/modules/web.set-timeout.js +9 -0
  1411. package/modules/web.structured-clone.js +24 -13
  1412. package/modules/web.timers.js +3 -32
  1413. package/modules/web.url-search-params.constructor.js +392 -0
  1414. package/modules/web.url-search-params.js +2 -383
  1415. package/modules/web.url.constructor.js +1042 -0
  1416. package/modules/web.url.js +2 -1044
  1417. package/package.json +2 -3
  1418. package/postinstall.js +0 -1
  1419. package/proposals/array-filtering-stage-1.js +3 -0
  1420. package/proposals/array-from-async-stage-2.js +2 -0
  1421. package/proposals/array-grouping-stage-3.js +3 -0
  1422. package/proposals/decorators.js +2 -0
  1423. package/proposals/map-upsert-stage-2.js +3 -0
  1424. package/proposals/string-replace-all-stage-4.js +2 -0
  1425. package/proposals/string-replace-all.js +1 -0
  1426. package/stage/0.js +2 -0
  1427. package/stage/1.js +5 -1
  1428. package/stage/2.js +4 -3
  1429. package/stage/3.js +2 -1
  1430. package/stage/4.js +1 -1
  1431. package/internals/redefine-all.js +0 -6
  1432. package/internals/redefine.js +0 -46
@@ -1,11 +1,10 @@
1
- var global = require('../internals/global');
2
1
  var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');
3
2
  var isCallable = require('../internals/is-callable');
4
3
  var classofRaw = require('../internals/classof-raw');
5
4
  var wellKnownSymbol = require('../internals/well-known-symbol');
6
5
 
7
6
  var TO_STRING_TAG = wellKnownSymbol('toStringTag');
8
- var Object = global.Object;
7
+ var $Object = Object;
9
8
 
10
9
  // ES3 wrong here
11
10
  var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
@@ -22,7 +21,7 @@ module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
22
21
  var O, tag, result;
23
22
  return it === undefined ? 'Undefined' : it === null ? 'Null'
24
23
  // @@toStringTag case
25
- : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag
24
+ : typeof (tag = tryGet(O = $Object(it), TO_STRING_TAG)) == 'string' ? tag
26
25
  // builtinTag case
27
26
  : CORRECT_ARGUMENTS ? classofRaw(O)
28
27
  // ES3 arguments fallback
@@ -1,13 +1,14 @@
1
1
  var uncurryThis = require('../internals/function-uncurry-this');
2
2
 
3
+ var $Error = Error;
3
4
  var replace = uncurryThis(''.replace);
4
5
 
5
- var TEST = (function (arg) { return String(Error(arg).stack); })('zxcasd');
6
+ var TEST = (function (arg) { return String($Error(arg).stack); })('zxcasd');
6
7
  var V8_OR_CHAKRA_STACK_ENTRY = /\n\s*at [^:]*:[^\n]*/;
7
8
  var IS_V8_OR_CHAKRA_STACK = V8_OR_CHAKRA_STACK_ENTRY.test(TEST);
8
9
 
9
10
  module.exports = function (stack, dropEntries) {
10
- if (IS_V8_OR_CHAKRA_STACK && typeof stack == 'string') {
11
+ if (IS_V8_OR_CHAKRA_STACK && typeof stack == 'string' && !$Error.prepareStackTrace) {
11
12
  while (dropEntries--) stack = replace(stack, V8_OR_CHAKRA_STACK_ENTRY, '');
12
13
  } return stack;
13
14
  };
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
  var defineProperty = require('../internals/object-define-property').f;
3
3
  var create = require('../internals/object-create');
4
- var redefineAll = require('../internals/redefine-all');
4
+ var defineBuiltIns = require('../internals/define-built-ins');
5
5
  var bind = require('../internals/function-bind-context');
6
6
  var anInstance = require('../internals/an-instance');
7
7
  var iterate = require('../internals/iterate');
@@ -71,7 +71,7 @@ module.exports = {
71
71
  }
72
72
  };
73
73
 
74
- redefineAll(Prototype, {
74
+ defineBuiltIns(Prototype, {
75
75
  // `{ Map, Set }.prototype.clear()` methods
76
76
  // https://tc39.es/ecma262/#sec-map.prototype.clear
77
77
  // https://tc39.es/ecma262/#sec-set.prototype.clear
@@ -131,7 +131,7 @@ module.exports = {
131
131
  }
132
132
  });
133
133
 
134
- redefineAll(Prototype, IS_MAP ? {
134
+ defineBuiltIns(Prototype, IS_MAP ? {
135
135
  // `Map.prototype.get(key)` method
136
136
  // https://tc39.es/ecma262/#sec-map.prototype.get
137
137
  get: function get(key) {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  var uncurryThis = require('../internals/function-uncurry-this');
3
- var redefineAll = require('../internals/redefine-all');
3
+ var defineBuiltIns = require('../internals/define-built-ins');
4
4
  var getWeakData = require('../internals/internal-metadata').getWeakData;
5
5
  var anObject = require('../internals/an-object');
6
6
  var isObject = require('../internals/is-object');
@@ -78,7 +78,7 @@ module.exports = {
78
78
  return that;
79
79
  };
80
80
 
81
- redefineAll(Prototype, {
81
+ defineBuiltIns(Prototype, {
82
82
  // `{ WeakMap, WeakSet }.prototype.delete(key)` methods
83
83
  // https://tc39.es/ecma262/#sec-weakmap.prototype.delete
84
84
  // https://tc39.es/ecma262/#sec-weakset.prototype.delete
@@ -101,7 +101,7 @@ module.exports = {
101
101
  }
102
102
  });
103
103
 
104
- redefineAll(Prototype, IS_MAP ? {
104
+ defineBuiltIns(Prototype, IS_MAP ? {
105
105
  // `WeakMap.prototype.get(key)` method
106
106
  // https://tc39.es/ecma262/#sec-weakmap.prototype.get
107
107
  get: function get(key) {
@@ -3,7 +3,7 @@ var $ = require('../internals/export');
3
3
  var global = require('../internals/global');
4
4
  var uncurryThis = require('../internals/function-uncurry-this');
5
5
  var isForced = require('../internals/is-forced');
6
- var redefine = require('../internals/redefine');
6
+ var defineBuiltIn = require('../internals/define-built-in');
7
7
  var InternalMetadataModule = require('../internals/internal-metadata');
8
8
  var iterate = require('../internals/iterate');
9
9
  var anInstance = require('../internals/an-instance');
@@ -25,7 +25,7 @@ module.exports = function (CONSTRUCTOR_NAME, wrapper, common) {
25
25
 
26
26
  var fixMethod = function (KEY) {
27
27
  var uncurriedNativeMethod = uncurryThis(NativePrototype[KEY]);
28
- redefine(NativePrototype, KEY,
28
+ defineBuiltIn(NativePrototype, KEY,
29
29
  KEY == 'add' ? function add(value) {
30
30
  uncurriedNativeMethod(this, value === 0 ? 0 : value);
31
31
  return this;
@@ -95,7 +95,7 @@ module.exports = function (CONSTRUCTOR_NAME, wrapper, common) {
95
95
  }
96
96
 
97
97
  exported[CONSTRUCTOR_NAME] = Constructor;
98
- $({ global: true, forced: Constructor != NativeConstructor }, exported);
98
+ $({ global: true, constructor: true, forced: Constructor != NativeConstructor }, exported);
99
99
 
100
100
  setToStringTag(Constructor, CONSTRUCTOR_NAME);
101
101
 
@@ -1,13 +1,12 @@
1
1
  // TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`
2
2
  require('../modules/es.map');
3
3
  require('../modules/es.weak-map');
4
- var global = require('../internals/global');
5
4
  var getBuiltIn = require('../internals/get-built-in');
6
5
  var create = require('../internals/object-create');
7
6
  var isObject = require('../internals/is-object');
8
7
 
9
- var Object = global.Object;
10
- var TypeError = global.TypeError;
8
+ var $Object = Object;
9
+ var $TypeError = TypeError;
11
10
  var Map = getBuiltIn('Map');
12
11
  var WeakMap = getBuiltIn('WeakMap');
13
12
 
@@ -43,7 +42,7 @@ module.exports = function () {
43
42
  for (i = 0; i < length; i++) {
44
43
  if (isObject(it = arguments[i])) active = active.next(i, it, true);
45
44
  }
46
- if (this === Object && active === root) throw TypeError('Composite keys must contain a non-primitive component');
45
+ if (this === $Object && active === root) throw $TypeError('Composite keys must contain a non-primitive component');
47
46
  for (i = 0; i < length; i++) {
48
47
  if (!isObject(it = arguments[i])) active = active.next(i, it, false);
49
48
  } return active;
@@ -3,6 +3,6 @@ var fails = require('../internals/fails');
3
3
  module.exports = !fails(function () {
4
4
  function F() { /* empty */ }
5
5
  F.prototype.constructor = null;
6
- // eslint-disable-next-line es/no-object-getprototypeof -- required for testing
6
+ // eslint-disable-next-line es-x/no-object-getprototypeof -- required for testing
7
7
  return Object.getPrototypeOf(new F()) !== F.prototype;
8
8
  });
@@ -1,10 +1,9 @@
1
1
  'use strict';
2
- var global = require('../internals/global');
3
2
  var uncurryThis = require('../internals/function-uncurry-this');
4
3
  var fails = require('../internals/fails');
5
4
  var padStart = require('../internals/string-pad').start;
6
5
 
7
- var RangeError = global.RangeError;
6
+ var $RangeError = RangeError;
8
7
  var abs = Math.abs;
9
8
  var DatePrototype = Date.prototype;
10
9
  var n$DateToISOString = DatePrototype.toISOString;
@@ -25,7 +24,7 @@ module.exports = (fails(function () {
25
24
  }) || !fails(function () {
26
25
  n$DateToISOString.call(new Date(NaN));
27
26
  })) ? function toISOString() {
28
- if (!isFinite(getTime(this))) throw RangeError('Invalid time value');
27
+ if (!isFinite(getTime(this))) throw $RangeError('Invalid time value');
29
28
  var date = this;
30
29
  var year = getUTCFullYear(date);
31
30
  var milliseconds = getUTCMilliseconds(date);
@@ -1,15 +1,14 @@
1
1
  'use strict';
2
- var global = require('../internals/global');
3
2
  var anObject = require('../internals/an-object');
4
3
  var ordinaryToPrimitive = require('../internals/ordinary-to-primitive');
5
4
 
6
- var TypeError = global.TypeError;
5
+ var $TypeError = TypeError;
7
6
 
8
7
  // `Date.prototype[@@toPrimitive](hint)` method implementation
9
8
  // https://tc39.es/ecma262/#sec-date.prototype-@@toprimitive
10
9
  module.exports = function (hint) {
11
10
  anObject(this);
12
11
  if (hint === 'string' || hint === 'default') hint = 'string';
13
- else if (hint !== 'number') throw TypeError('Incorrect hint');
12
+ else if (hint !== 'number') throw $TypeError('Incorrect hint');
14
13
  return ordinaryToPrimitive(this, hint);
15
14
  };
@@ -0,0 +1,8 @@
1
+ var makeBuiltIn = require('../internals/make-built-in');
2
+ var defineProperty = require('../internals/object-define-property');
3
+
4
+ module.exports = function (target, name, descriptor) {
5
+ if (descriptor.get) makeBuiltIn(descriptor.get, name, { getter: true });
6
+ if (descriptor.set) makeBuiltIn(descriptor.set, name, { setter: true });
7
+ return defineProperty.f(target, name, descriptor);
8
+ };
@@ -0,0 +1,20 @@
1
+ var isCallable = require('../internals/is-callable');
2
+ var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
3
+ var makeBuiltIn = require('../internals/make-built-in');
4
+ var defineGlobalProperty = require('../internals/define-global-property');
5
+
6
+ module.exports = function (O, key, value, options) {
7
+ if (!options) options = {};
8
+ var simple = options.enumerable;
9
+ var name = options.name !== undefined ? options.name : key;
10
+ if (isCallable(value)) makeBuiltIn(value, name, options);
11
+ if (options.global) {
12
+ if (simple) O[key] = value;
13
+ else defineGlobalProperty(key, value);
14
+ } else {
15
+ if (!options.unsafe) delete O[key];
16
+ else if (O[key]) simple = true;
17
+ if (simple) O[key] = value;
18
+ else createNonEnumerableProperty(O, key, value);
19
+ } return O;
20
+ };
@@ -0,0 +1,6 @@
1
+ var defineBuiltIn = require('../internals/define-built-in');
2
+
3
+ module.exports = function (target, src, options) {
4
+ for (var key in src) defineBuiltIn(target, key, src[key], options);
5
+ return target;
6
+ };
@@ -1,6 +1,6 @@
1
1
  var global = require('../internals/global');
2
2
 
3
- // eslint-disable-next-line es/no-object-defineproperty -- safe
3
+ // eslint-disable-next-line es-x/no-object-defineproperty -- safe
4
4
  var defineProperty = Object.defineProperty;
5
5
 
6
6
  module.exports = function (key, value) {
@@ -9,7 +9,7 @@ var getPrototypeOf = require('../internals/object-get-prototype-of');
9
9
  var setPrototypeOf = require('../internals/object-set-prototype-of');
10
10
  var setToStringTag = require('../internals/set-to-string-tag');
11
11
  var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
12
- var redefine = require('../internals/redefine');
12
+ var defineBuiltIn = require('../internals/define-built-in');
13
13
  var wellKnownSymbol = require('../internals/well-known-symbol');
14
14
  var Iterators = require('../internals/iterators');
15
15
  var IteratorsCore = require('../internals/iterators-core');
@@ -56,7 +56,7 @@ module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, I
56
56
  if (setPrototypeOf) {
57
57
  setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);
58
58
  } else if (!isCallable(CurrentIteratorPrototype[ITERATOR])) {
59
- redefine(CurrentIteratorPrototype, ITERATOR, returnThis);
59
+ defineBuiltIn(CurrentIteratorPrototype, ITERATOR, returnThis);
60
60
  }
61
61
  }
62
62
  // Set @@toStringTag to native iterators
@@ -84,14 +84,14 @@ module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, I
84
84
  };
85
85
  if (FORCED) for (KEY in methods) {
86
86
  if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {
87
- redefine(IterablePrototype, KEY, methods[KEY]);
87
+ defineBuiltIn(IterablePrototype, KEY, methods[KEY]);
88
88
  }
89
89
  } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);
90
90
  }
91
91
 
92
92
  // define iterator
93
93
  if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {
94
- redefine(IterablePrototype, ITERATOR, defaultIterator, { name: DEFAULT });
94
+ defineBuiltIn(IterablePrototype, ITERATOR, defaultIterator, { name: DEFAULT });
95
95
  }
96
96
  Iterators[NAME] = defaultIterator;
97
97
 
@@ -0,0 +1,8 @@
1
+ 'use strict';
2
+ var tryToString = require('../internals/try-to-string');
3
+
4
+ var $TypeError = TypeError;
5
+
6
+ module.exports = function (O, P) {
7
+ if (!delete O[P]) throw $TypeError('Cannot delete property ' + tryToString(P) + ' of ' + tryToString(O));
8
+ };
@@ -2,6 +2,6 @@ var fails = require('../internals/fails');
2
2
 
3
3
  // Detect IE8's incomplete defineProperty implementation
4
4
  module.exports = !fails(function () {
5
- // eslint-disable-next-line es/no-object-defineproperty -- required for testing
5
+ // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
6
6
  return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
7
7
  });
@@ -0,0 +1,7 @@
1
+ var $TypeError = TypeError;
2
+ var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF; // 2 ** 53 - 1 == 9007199254740991
3
+
4
+ module.exports = function (it) {
5
+ if (it > MAX_SAFE_INTEGER) throw $TypeError('Maximum allowed index exceeded');
6
+ return it;
7
+ };
@@ -1 +1 @@
1
- module.exports = typeof window == 'object';
1
+ module.exports = typeof window == 'object' && typeof Deno != 'object';
@@ -4,7 +4,7 @@ var createPropertyDescriptor = require('../internals/create-property-descriptor'
4
4
  module.exports = !fails(function () {
5
5
  var error = Error('a');
6
6
  if (!('stack' in error)) return true;
7
- // eslint-disable-next-line es/no-object-defineproperty -- safe
7
+ // eslint-disable-next-line es-x/no-object-defineproperty -- safe
8
8
  Object.defineProperty(error, 'stack', createPropertyDescriptor(1, 7));
9
9
  return error.stack !== 7;
10
10
  });
@@ -10,7 +10,7 @@ var nativeErrorToString = Error.prototype.toString;
10
10
  var INCORRECT_TO_STRING = fails(function () {
11
11
  if (DESCRIPTORS) {
12
12
  // Chrome 32- incorrectly call accessor
13
- // eslint-disable-next-line es/no-object-defineproperty -- safe
13
+ // eslint-disable-next-line es-x/no-object-defineproperty -- safe
14
14
  var object = create(Object.defineProperty({}, 'name', { get: function () {
15
15
  return this === object;
16
16
  } }));
@@ -1,25 +1,25 @@
1
1
  var global = require('../internals/global');
2
2
  var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;
3
3
  var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
4
- var redefine = require('../internals/redefine');
5
- var setGlobal = require('../internals/set-global');
4
+ var defineBuiltIn = require('../internals/define-built-in');
5
+ var defineGlobalProperty = require('../internals/define-global-property');
6
6
  var copyConstructorProperties = require('../internals/copy-constructor-properties');
7
7
  var isForced = require('../internals/is-forced');
8
8
 
9
9
  /*
10
- options.target - name of the target object
11
- options.global - target is the global object
12
- options.stat - export as static methods of target
13
- options.proto - export as prototype methods of target
14
- options.real - real prototype method for the `pure` version
15
- options.forced - export even if the native feature is available
16
- options.bind - bind methods to the target, required for the `pure` version
17
- options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
18
- options.unsafe - use the simple assignment of property instead of delete + defineProperty
19
- options.sham - add a flag to not completely full polyfills
20
- options.enumerable - export as enumerable property
21
- options.noTargetGet - prevent calling a getter on target
22
- options.name - the .name of the function if it does not match the key
10
+ options.target - name of the target object
11
+ options.global - target is the global object
12
+ options.stat - export as static methods of target
13
+ options.proto - export as prototype methods of target
14
+ options.real - real prototype method for the `pure` version
15
+ options.forced - export even if the native feature is available
16
+ options.bind - bind methods to the target, required for the `pure` version
17
+ options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
18
+ options.unsafe - use the simple assignment of property instead of delete + defineProperty
19
+ options.sham - add a flag to not completely full polyfills
20
+ options.enumerable - export as enumerable property
21
+ options.dontCallGetSet - prevent calling a getter on target
22
+ options.name - the .name of the function if it does not match the key
23
23
  */
24
24
  module.exports = function (options, source) {
25
25
  var TARGET = options.target;
@@ -29,13 +29,13 @@ module.exports = function (options, source) {
29
29
  if (GLOBAL) {
30
30
  target = global;
31
31
  } else if (STATIC) {
32
- target = global[TARGET] || setGlobal(TARGET, {});
32
+ target = global[TARGET] || defineGlobalProperty(TARGET, {});
33
33
  } else {
34
34
  target = (global[TARGET] || {}).prototype;
35
35
  }
36
36
  if (target) for (key in source) {
37
37
  sourceProperty = source[key];
38
- if (options.noTargetGet) {
38
+ if (options.dontCallGetSet) {
39
39
  descriptor = getOwnPropertyDescriptor(target, key);
40
40
  targetProperty = descriptor && descriptor.value;
41
41
  } else targetProperty = target[key];
@@ -49,7 +49,6 @@ module.exports = function (options, source) {
49
49
  if (options.sham || (targetProperty && targetProperty.sham)) {
50
50
  createNonEnumerableProperty(sourceProperty, 'sham', true);
51
51
  }
52
- // extend global
53
- redefine(target, key, sourceProperty, options);
52
+ defineBuiltIn(target, key, sourceProperty, options);
54
53
  }
55
54
  };
@@ -2,7 +2,7 @@
2
2
  // TODO: Remove from `core-js@4` since it's moved to entry points
3
3
  require('../modules/es.regexp.exec');
4
4
  var uncurryThis = require('../internals/function-uncurry-this');
5
- var redefine = require('../internals/redefine');
5
+ var defineBuiltIn = require('../internals/define-built-in');
6
6
  var regexpExec = require('../internals/regexp-exec');
7
7
  var fails = require('../internals/fails');
8
8
  var wellKnownSymbol = require('../internals/well-known-symbol');
@@ -66,8 +66,8 @@ module.exports = function (KEY, exec, FORCED, SHAM) {
66
66
  return { done: false };
67
67
  });
68
68
 
69
- redefine(String.prototype, KEY, methods[0]);
70
- redefine(RegExpPrototype, SYMBOL, methods[1]);
69
+ defineBuiltIn(String.prototype, KEY, methods[0]);
70
+ defineBuiltIn(RegExpPrototype, SYMBOL, methods[1]);
71
71
  }
72
72
 
73
73
  if (SHAM) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);
@@ -1,11 +1,9 @@
1
1
  'use strict';
2
- var global = require('../internals/global');
3
2
  var isArray = require('../internals/is-array');
4
3
  var lengthOfArrayLike = require('../internals/length-of-array-like');
4
+ var doesNotExceedSafeInteger = require('../internals/does-not-exceed-safe-integer');
5
5
  var bind = require('../internals/function-bind-context');
6
6
 
7
- var TypeError = global.TypeError;
8
-
9
7
  // `FlattenIntoArray` abstract operation
10
8
  // https://tc39.github.io/proposal-flatMap/#sec-FlattenIntoArray
11
9
  var flattenIntoArray = function (target, original, source, sourceLen, start, depth, mapper, thisArg) {
@@ -22,7 +20,7 @@ var flattenIntoArray = function (target, original, source, sourceLen, start, dep
22
20
  elementLen = lengthOfArrayLike(element);
23
21
  targetIndex = flattenIntoArray(target, original, element, elementLen, targetIndex, depth - 1) - 1;
24
22
  } else {
25
- if (targetIndex >= 0x1FFFFFFFFFFFFF) throw TypeError('Exceed the acceptable array length');
23
+ doesNotExceedSafeInteger(targetIndex + 1);
26
24
  target[targetIndex] = element;
27
25
  }
28
26
 
@@ -1,6 +1,6 @@
1
1
  var fails = require('../internals/fails');
2
2
 
3
3
  module.exports = !fails(function () {
4
- // eslint-disable-next-line es/no-object-isextensible, es/no-object-preventextensions -- required for testing
4
+ // eslint-disable-next-line es-x/no-object-isextensible, es-x/no-object-preventextensions -- required for testing
5
5
  return Object.isExtensible(Object.preventExtensions({}));
6
6
  });
@@ -4,7 +4,7 @@ var FunctionPrototype = Function.prototype;
4
4
  var apply = FunctionPrototype.apply;
5
5
  var call = FunctionPrototype.call;
6
6
 
7
- // eslint-disable-next-line es/no-reflect -- safe
7
+ // eslint-disable-next-line es-x/no-reflect -- safe
8
8
  module.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call.bind(apply) : function () {
9
9
  return call.apply(apply, arguments);
10
10
  });
@@ -1,6 +1,7 @@
1
1
  var fails = require('../internals/fails');
2
2
 
3
3
  module.exports = !fails(function () {
4
+ // eslint-disable-next-line es-x/no-function-prototype-bind -- safe
4
5
  var test = (function () { /* empty */ }).bind();
5
6
  // eslint-disable-next-line no-prototype-builtins -- safe
6
7
  return typeof test != 'function' || test.hasOwnProperty('prototype');
@@ -1,5 +1,4 @@
1
1
  'use strict';
2
- var global = require('../internals/global');
3
2
  var uncurryThis = require('../internals/function-uncurry-this');
4
3
  var aCallable = require('../internals/a-callable');
5
4
  var isObject = require('../internals/is-object');
@@ -7,7 +6,7 @@ var hasOwn = require('../internals/has-own-property');
7
6
  var arraySlice = require('../internals/array-slice');
8
7
  var NATIVE_BIND = require('../internals/function-bind-native');
9
8
 
10
- var Function = global.Function;
9
+ var $Function = Function;
11
10
  var concat = uncurryThis([].concat);
12
11
  var join = uncurryThis([].join);
13
12
  var factories = {};
@@ -15,13 +14,13 @@ var factories = {};
15
14
  var construct = function (C, argsLength, args) {
16
15
  if (!hasOwn(factories, argsLength)) {
17
16
  for (var list = [], i = 0; i < argsLength; i++) list[i] = 'a[' + i + ']';
18
- factories[argsLength] = Function('C,a', 'return new C(' + join(list, ',') + ')');
17
+ factories[argsLength] = $Function('C,a', 'return new C(' + join(list, ',') + ')');
19
18
  } return factories[argsLength](C, args);
20
19
  };
21
20
 
22
21
  // `Function.prototype.bind` method implementation
23
22
  // https://tc39.es/ecma262/#sec-function.prototype.bind
24
- module.exports = NATIVE_BIND ? Function.bind : function bind(that /* , ...args */) {
23
+ module.exports = NATIVE_BIND ? $Function.bind : function bind(that /* , ...args */) {
25
24
  var F = aCallable(this);
26
25
  var Prototype = F.prototype;
27
26
  var partArgs = arraySlice(arguments, 1);
@@ -2,7 +2,7 @@ var DESCRIPTORS = require('../internals/descriptors');
2
2
  var hasOwn = require('../internals/has-own-property');
3
3
 
4
4
  var FunctionPrototype = Function.prototype;
5
- // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
5
+ // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
6
6
  var getDescriptor = DESCRIPTORS && Object.getOwnPropertyDescriptor;
7
7
 
8
8
  var EXISTS = hasOwn(FunctionPrototype, 'name');
@@ -1,14 +1,13 @@
1
- var global = require('../internals/global');
2
1
  var call = require('../internals/function-call');
3
2
  var aCallable = require('../internals/a-callable');
4
3
  var anObject = require('../internals/an-object');
5
4
  var tryToString = require('../internals/try-to-string');
6
5
  var getIteratorMethod = require('../internals/get-iterator-method');
7
6
 
8
- var TypeError = global.TypeError;
7
+ var $TypeError = TypeError;
9
8
 
10
9
  module.exports = function (argument, usingIterator) {
11
10
  var iteratorMethod = arguments.length < 2 ? getIteratorMethod(argument) : usingIterator;
12
11
  if (aCallable(iteratorMethod)) return anObject(call(iteratorMethod, argument));
13
- throw TypeError(tryToString(argument) + ' is not iterable');
12
+ throw $TypeError(tryToString(argument) + ' is not iterable');
14
13
  };
@@ -1,6 +1,6 @@
1
1
  var call = require('../internals/function-call');
2
2
 
3
3
  module.exports = function (it) {
4
- // eslint-disable-next-line es/no-map -- safe
4
+ // eslint-disable-next-line es-x/no-map -- safe
5
5
  return call(Map.prototype.entries, it);
6
6
  };
@@ -1,6 +1,6 @@
1
1
  var call = require('../internals/function-call');
2
2
 
3
3
  module.exports = function (it) {
4
- // eslint-disable-next-line es/no-set -- safe
4
+ // eslint-disable-next-line es-x/no-set -- safe
5
5
  return call(Set.prototype.values, it);
6
6
  };
@@ -4,7 +4,7 @@ var check = function (it) {
4
4
 
5
5
  // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
6
6
  module.exports =
7
- // eslint-disable-next-line es/no-global-this -- safe
7
+ // eslint-disable-next-line es-x/no-global-this -- safe
8
8
  check(typeof globalThis == 'object' && globalThis) ||
9
9
  check(typeof window == 'object' && window) ||
10
10
  // eslint-disable-next-line no-restricted-globals -- safe
@@ -5,6 +5,7 @@ var hasOwnProperty = uncurryThis({}.hasOwnProperty);
5
5
 
6
6
  // `HasOwnProperty` abstract operation
7
7
  // https://tc39.es/ecma262/#sec-hasownproperty
8
+ // eslint-disable-next-line es-x/no-object-hasown -- safe
8
9
  module.exports = Object.hasOwn || function hasOwn(it, key) {
9
10
  return hasOwnProperty(toObject(it), key);
10
11
  };
@@ -4,7 +4,7 @@ var createElement = require('../internals/document-create-element');
4
4
 
5
5
  // Thanks to IE8 for its funny defineProperty
6
6
  module.exports = !DESCRIPTORS && !fails(function () {
7
- // eslint-disable-next-line es/no-object-defineproperty -- required for testing
7
+ // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
8
8
  return Object.defineProperty(createElement('div'), 'a', {
9
9
  get: function () { return 7; }
10
10
  }).a != 7;
@@ -1,7 +1,5 @@
1
1
  // IEEE754 conversions based on https://github.com/feross/ieee754
2
- var global = require('../internals/global');
3
-
4
- var Array = global.Array;
2
+ var $Array = Array;
5
3
  var abs = Math.abs;
6
4
  var pow = Math.pow;
7
5
  var floor = Math.floor;
@@ -9,7 +7,7 @@ var log = Math.log;
9
7
  var LN2 = Math.LN2;
10
8
 
11
9
  var pack = function (number, mantissaLength, bytes) {
12
- var buffer = Array(bytes);
10
+ var buffer = $Array(bytes);
13
11
  var exponentLength = bytes * 8 - mantissaLength - 1;
14
12
  var eMax = (1 << exponentLength) - 1;
15
13
  var eBias = eMax >> 1;
@@ -1,16 +1,15 @@
1
- var global = require('../internals/global');
2
1
  var uncurryThis = require('../internals/function-uncurry-this');
3
2
  var fails = require('../internals/fails');
4
3
  var classof = require('../internals/classof-raw');
5
4
 
6
- var Object = global.Object;
5
+ var $Object = Object;
7
6
  var split = uncurryThis(''.split);
8
7
 
9
8
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
10
9
  module.exports = fails(function () {
11
10
  // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
12
11
  // eslint-disable-next-line no-prototype-builtins -- safe
13
- return !Object('z').propertyIsEnumerable(0);
12
+ return !$Object('z').propertyIsEnumerable(0);
14
13
  }) ? function (it) {
15
- return classof(it) == 'String' ? split(it, '') : Object(it);
16
- } : Object;
14
+ return classof(it) == 'String' ? split(it, '') : $Object(it);
15
+ } : $Object;
@@ -2,7 +2,7 @@ var classof = require('../internals/classof-raw');
2
2
 
3
3
  // `IsArray` abstract operation
4
4
  // https://tc39.es/ecma262/#sec-isarray
5
- // eslint-disable-next-line es/no-array-isarray -- safe
5
+ // eslint-disable-next-line es-x/no-array-isarray -- safe
6
6
  module.exports = Array.isArray || function isArray(argument) {
7
7
  return classof(argument) == 'Array';
8
8
  };