core-js 3.31.1 → 3.32.1
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.
- package/actual/aggregate-error.js +1 -0
- package/actual/array/at.js +1 -0
- package/actual/array/concat.js +1 -0
- package/actual/array/copy-within.js +1 -0
- package/actual/array/entries.js +1 -0
- package/actual/array/every.js +1 -0
- package/actual/array/fill.js +1 -0
- package/actual/array/filter.js +1 -0
- package/actual/array/find-index.js +1 -0
- package/actual/array/find-last-index.js +1 -0
- package/actual/array/find-last.js +1 -0
- package/actual/array/find.js +1 -0
- package/actual/array/flat-map.js +1 -0
- package/actual/array/flat.js +1 -0
- package/actual/array/for-each.js +1 -0
- package/actual/array/from-async.js +1 -0
- package/actual/array/from.js +1 -0
- package/actual/array/group-by-to-map.js +1 -0
- package/actual/array/group-by.js +1 -0
- package/actual/array/group-to-map.js +1 -0
- package/actual/array/group.js +1 -0
- package/actual/array/includes.js +1 -0
- package/actual/array/index-of.js +1 -0
- package/actual/array/index.js +1 -0
- package/actual/array/is-array.js +1 -0
- package/actual/array/iterator.js +1 -0
- package/actual/array/join.js +1 -0
- package/actual/array/keys.js +1 -0
- package/actual/array/last-index-of.js +1 -0
- package/actual/array/map.js +1 -0
- package/actual/array/of.js +1 -0
- package/actual/array/push.js +1 -0
- package/actual/array/reduce-right.js +1 -0
- package/actual/array/reduce.js +1 -0
- package/actual/array/reverse.js +1 -0
- package/actual/array/slice.js +1 -0
- package/actual/array/some.js +1 -0
- package/actual/array/sort.js +1 -0
- package/actual/array/splice.js +1 -0
- package/actual/array/to-reversed.js +1 -0
- package/actual/array/to-sorted.js +1 -0
- package/actual/array/to-spliced.js +1 -0
- package/actual/array/unshift.js +1 -0
- package/actual/array/values.js +1 -0
- package/actual/array/virtual/at.js +1 -0
- package/actual/array/virtual/concat.js +1 -0
- package/actual/array/virtual/copy-within.js +1 -0
- package/actual/array/virtual/entries.js +1 -0
- package/actual/array/virtual/every.js +1 -0
- package/actual/array/virtual/fill.js +1 -0
- package/actual/array/virtual/filter.js +1 -0
- package/actual/array/virtual/find-index.js +1 -0
- package/actual/array/virtual/find-last-index.js +1 -0
- package/actual/array/virtual/find-last.js +1 -0
- package/actual/array/virtual/find.js +1 -0
- package/actual/array/virtual/flat-map.js +1 -0
- package/actual/array/virtual/flat.js +1 -0
- package/actual/array/virtual/for-each.js +1 -0
- package/actual/array/virtual/group-by-to-map.js +1 -0
- package/actual/array/virtual/group-by.js +1 -0
- package/actual/array/virtual/group-to-map.js +1 -0
- package/actual/array/virtual/group.js +1 -0
- package/actual/array/virtual/includes.js +1 -0
- package/actual/array/virtual/index-of.js +1 -0
- package/actual/array/virtual/index.js +1 -0
- package/actual/array/virtual/iterator.js +1 -0
- package/actual/array/virtual/join.js +1 -0
- package/actual/array/virtual/keys.js +1 -0
- package/actual/array/virtual/last-index-of.js +1 -0
- package/actual/array/virtual/map.js +1 -0
- package/actual/array/virtual/push.js +1 -0
- package/actual/array/virtual/reduce-right.js +1 -0
- package/actual/array/virtual/reduce.js +1 -0
- package/actual/array/virtual/reverse.js +1 -0
- package/actual/array/virtual/slice.js +1 -0
- package/actual/array/virtual/some.js +1 -0
- package/actual/array/virtual/sort.js +1 -0
- package/actual/array/virtual/splice.js +1 -0
- package/actual/array/virtual/to-reversed.js +1 -0
- package/actual/array/virtual/to-sorted.js +1 -0
- package/actual/array/virtual/to-spliced.js +1 -0
- package/actual/array/virtual/unshift.js +1 -0
- package/actual/array/virtual/values.js +1 -0
- package/actual/array/virtual/with.js +1 -0
- package/actual/array/with.js +1 -0
- package/actual/array-buffer/constructor.js +1 -0
- package/actual/array-buffer/detached.js +1 -0
- package/actual/array-buffer/index.js +1 -0
- package/actual/array-buffer/is-view.js +1 -0
- package/actual/array-buffer/slice.js +1 -0
- package/actual/array-buffer/transfer-to-fixed-length.js +1 -0
- package/actual/array-buffer/transfer.js +1 -0
- package/actual/async-disposable-stack/constructor.js +12 -0
- package/actual/async-disposable-stack/index.js +12 -0
- package/actual/async-iterator/async-dispose.js +4 -0
- package/actual/async-iterator/drop.js +1 -0
- package/actual/async-iterator/every.js +1 -0
- package/actual/async-iterator/filter.js +1 -0
- package/actual/async-iterator/find.js +1 -0
- package/actual/async-iterator/flat-map.js +1 -0
- package/actual/async-iterator/for-each.js +1 -0
- package/actual/async-iterator/from.js +1 -0
- package/actual/async-iterator/index.js +2 -0
- package/actual/async-iterator/map.js +1 -0
- package/actual/async-iterator/reduce.js +1 -0
- package/actual/async-iterator/some.js +1 -0
- package/actual/async-iterator/take.js +1 -0
- package/actual/async-iterator/to-array.js +1 -0
- package/actual/atob.js +1 -0
- package/actual/btoa.js +1 -0
- package/actual/clear-immediate.js +1 -0
- package/actual/data-view/get-float16.js +2 -0
- package/actual/data-view/index.js +3 -0
- package/actual/data-view/set-float16.js +2 -0
- package/actual/date/get-year.js +1 -0
- package/actual/date/index.js +1 -0
- package/actual/date/now.js +1 -0
- package/actual/date/set-year.js +1 -0
- package/actual/date/to-gmt-string.js +1 -0
- package/actual/date/to-iso-string.js +1 -0
- package/actual/date/to-json.js +1 -0
- package/actual/date/to-primitive.js +1 -0
- package/actual/date/to-string.js +1 -0
- package/actual/disposable-stack/constructor.js +1 -0
- package/actual/disposable-stack/index.js +1 -0
- package/actual/dom-collections/for-each.js +1 -0
- package/actual/dom-collections/index.js +1 -0
- package/actual/dom-collections/iterator.js +1 -0
- package/actual/dom-exception/constructor.js +1 -0
- package/actual/dom-exception/index.js +1 -0
- package/actual/dom-exception/to-string-tag.js +1 -0
- package/actual/error/constructor.js +1 -0
- package/actual/error/index.js +1 -0
- package/actual/error/to-string.js +1 -0
- package/actual/escape.js +1 -0
- package/actual/function/bind.js +1 -0
- package/actual/function/has-instance.js +1 -0
- package/actual/function/index.js +1 -0
- package/actual/function/metadata.js +1 -0
- package/actual/function/name.js +1 -0
- package/actual/function/virtual/bind.js +1 -0
- package/actual/function/virtual/index.js +1 -0
- package/actual/get-iterator-method.js +1 -0
- package/actual/get-iterator.js +1 -0
- package/actual/global-this.js +1 -0
- package/actual/index.js +1 -0
- package/actual/instance/at.js +1 -0
- package/actual/instance/bind.js +1 -0
- package/actual/instance/code-point-at.js +1 -0
- package/actual/instance/concat.js +1 -0
- package/actual/instance/copy-within.js +1 -0
- package/actual/instance/ends-with.js +1 -0
- package/actual/instance/entries.js +1 -0
- package/actual/instance/every.js +1 -0
- package/actual/instance/fill.js +1 -0
- package/actual/instance/filter.js +1 -0
- package/actual/instance/find-index.js +1 -0
- package/actual/instance/find-last-index.js +1 -0
- package/actual/instance/find-last.js +1 -0
- package/actual/instance/find.js +1 -0
- package/actual/instance/flags.js +1 -0
- package/actual/instance/flat-map.js +1 -0
- package/actual/instance/flat.js +1 -0
- package/actual/instance/for-each.js +1 -0
- package/actual/instance/group-by-to-map.js +1 -0
- package/actual/instance/group-by.js +1 -0
- package/actual/instance/group-to-map.js +1 -0
- package/actual/instance/group.js +1 -0
- package/actual/instance/includes.js +1 -0
- package/actual/instance/index-of.js +1 -0
- package/actual/instance/is-well-formed.js +1 -0
- package/actual/instance/keys.js +1 -0
- package/actual/instance/last-index-of.js +1 -0
- package/actual/instance/map.js +1 -0
- package/actual/instance/match-all.js +1 -0
- package/actual/instance/pad-end.js +1 -0
- package/actual/instance/pad-start.js +1 -0
- package/actual/instance/push.js +1 -0
- package/actual/instance/reduce-right.js +1 -0
- package/actual/instance/reduce.js +1 -0
- package/actual/instance/repeat.js +1 -0
- package/actual/instance/replace-all.js +1 -0
- package/actual/instance/reverse.js +1 -0
- package/actual/instance/slice.js +1 -0
- package/actual/instance/some.js +1 -0
- package/actual/instance/sort.js +1 -0
- package/actual/instance/splice.js +1 -0
- package/actual/instance/starts-with.js +1 -0
- package/actual/instance/to-reversed.js +1 -0
- package/actual/instance/to-sorted.js +1 -0
- package/actual/instance/to-spliced.js +1 -0
- package/actual/instance/to-well-formed.js +1 -0
- package/actual/instance/trim-end.js +1 -0
- package/actual/instance/trim-left.js +1 -0
- package/actual/instance/trim-right.js +1 -0
- package/actual/instance/trim-start.js +1 -0
- package/actual/instance/trim.js +1 -0
- package/actual/instance/unshift.js +1 -0
- package/actual/instance/values.js +1 -0
- package/actual/instance/with.js +1 -0
- package/actual/is-iterable.js +1 -0
- package/actual/iterator/dispose.js +1 -0
- package/actual/iterator/drop.js +1 -0
- package/actual/iterator/every.js +1 -0
- package/actual/iterator/filter.js +1 -0
- package/actual/iterator/find.js +1 -0
- package/actual/iterator/flat-map.js +1 -0
- package/actual/iterator/for-each.js +1 -0
- package/actual/iterator/from.js +1 -0
- package/actual/iterator/index.js +1 -0
- package/actual/iterator/map.js +1 -0
- package/actual/iterator/reduce.js +1 -0
- package/actual/iterator/some.js +1 -0
- package/actual/iterator/take.js +1 -0
- package/actual/iterator/to-array.js +1 -0
- package/actual/iterator/to-async.js +1 -0
- package/actual/json/index.js +1 -0
- package/actual/json/is-raw-json.js +1 -0
- package/actual/json/parse.js +1 -0
- package/actual/json/raw-json.js +1 -0
- package/actual/json/stringify.js +1 -0
- package/actual/json/to-string-tag.js +1 -0
- package/actual/map/group-by.js +13 -0
- package/actual/map/index.js +2 -0
- package/actual/math/acosh.js +1 -0
- package/actual/math/asinh.js +1 -0
- package/actual/math/atanh.js +1 -0
- package/actual/math/cbrt.js +1 -0
- package/actual/math/clz32.js +1 -0
- package/actual/math/cosh.js +1 -0
- package/actual/math/expm1.js +1 -0
- package/actual/math/f16round.js +5 -0
- package/actual/math/fround.js +1 -0
- package/actual/math/hypot.js +1 -0
- package/actual/math/imul.js +1 -0
- package/actual/math/index.js +2 -0
- package/actual/math/log10.js +1 -0
- package/actual/math/log1p.js +1 -0
- package/actual/math/log2.js +1 -0
- package/actual/math/sign.js +1 -0
- package/actual/math/sinh.js +1 -0
- package/actual/math/tanh.js +1 -0
- package/actual/math/to-string-tag.js +1 -0
- package/actual/math/trunc.js +1 -0
- package/actual/number/constructor.js +1 -0
- package/actual/number/epsilon.js +1 -0
- package/actual/number/index.js +1 -0
- package/actual/number/is-finite.js +1 -0
- package/actual/number/is-integer.js +1 -0
- package/actual/number/is-nan.js +1 -0
- package/actual/number/is-safe-integer.js +1 -0
- package/actual/number/max-safe-integer.js +1 -0
- package/actual/number/min-safe-integer.js +1 -0
- package/actual/number/parse-float.js +1 -0
- package/actual/number/parse-int.js +1 -0
- package/actual/number/to-exponential.js +1 -0
- package/actual/number/to-fixed.js +1 -0
- package/actual/number/to-precision.js +1 -0
- package/actual/number/virtual/index.js +1 -0
- package/actual/number/virtual/to-exponential.js +1 -0
- package/actual/number/virtual/to-fixed.js +1 -0
- package/actual/number/virtual/to-precision.js +1 -0
- package/actual/object/assign.js +1 -0
- package/actual/object/create.js +1 -0
- package/actual/object/define-getter.js +1 -0
- package/actual/object/define-properties.js +1 -0
- package/actual/object/define-property.js +1 -0
- package/actual/object/define-setter.js +1 -0
- package/actual/object/entries.js +1 -0
- package/actual/object/freeze.js +1 -0
- package/actual/object/from-entries.js +1 -0
- package/actual/object/get-own-property-descriptor.js +1 -0
- package/actual/object/get-own-property-descriptors.js +1 -0
- package/actual/object/get-own-property-names.js +1 -0
- package/actual/object/get-own-property-symbols.js +1 -0
- package/actual/object/get-prototype-of.js +1 -0
- package/actual/object/group-by.js +7 -0
- package/actual/object/has-own.js +1 -0
- package/actual/object/index.js +2 -0
- package/actual/object/is-extensible.js +1 -0
- package/actual/object/is-frozen.js +1 -0
- package/actual/object/is-sealed.js +1 -0
- package/actual/object/is.js +1 -0
- package/actual/object/keys.js +1 -0
- package/actual/object/lookup-getter.js +1 -0
- package/actual/object/lookup-setter.js +1 -0
- package/actual/object/prevent-extensions.js +1 -0
- package/actual/object/proto.js +1 -0
- package/actual/object/seal.js +1 -0
- package/actual/object/set-prototype-of.js +1 -0
- package/actual/object/to-string.js +1 -0
- package/actual/object/values.js +1 -0
- package/actual/parse-float.js +1 -0
- package/actual/parse-int.js +1 -0
- package/actual/promise/all-settled.js +1 -0
- package/actual/promise/any.js +1 -0
- package/actual/promise/finally.js +1 -0
- package/actual/promise/index.js +2 -0
- package/actual/promise/with-resolvers.js +13 -0
- package/actual/queue-microtask.js +1 -0
- package/actual/reflect/apply.js +1 -0
- package/actual/reflect/construct.js +1 -0
- package/actual/reflect/define-property.js +1 -0
- package/actual/reflect/delete-property.js +1 -0
- package/actual/reflect/get-own-property-descriptor.js +1 -0
- package/actual/reflect/get-prototype-of.js +1 -0
- package/actual/reflect/get.js +1 -0
- package/actual/reflect/has.js +1 -0
- package/actual/reflect/index.js +1 -0
- package/actual/reflect/is-extensible.js +1 -0
- package/actual/reflect/own-keys.js +1 -0
- package/actual/reflect/prevent-extensions.js +1 -0
- package/actual/reflect/set-prototype-of.js +1 -0
- package/actual/reflect/set.js +1 -0
- package/actual/reflect/to-string-tag.js +1 -0
- package/actual/regexp/constructor.js +1 -0
- package/actual/regexp/dot-all.js +1 -0
- package/actual/regexp/flags.js +1 -0
- package/actual/regexp/index.js +1 -0
- package/actual/regexp/match.js +1 -0
- package/actual/regexp/replace.js +1 -0
- package/actual/regexp/search.js +1 -0
- package/actual/regexp/split.js +1 -0
- package/actual/regexp/sticky.js +1 -0
- package/actual/regexp/test.js +1 -0
- package/actual/regexp/to-string.js +1 -0
- package/actual/self.js +1 -0
- package/actual/set/difference.js +1 -0
- package/actual/set/index.js +1 -0
- package/actual/set/intersection.js +1 -0
- package/actual/set/is-disjoint-from.js +1 -0
- package/actual/set/is-subset-of.js +1 -0
- package/actual/set/is-superset-of.js +1 -0
- package/actual/set/symmetric-difference.js +1 -0
- package/actual/set/union.js +1 -0
- package/actual/set-immediate.js +1 -0
- package/actual/set-interval.js +1 -0
- package/actual/set-timeout.js +1 -0
- package/actual/string/anchor.js +1 -0
- package/actual/string/at.js +1 -0
- package/actual/string/big.js +1 -0
- package/actual/string/blink.js +1 -0
- package/actual/string/bold.js +1 -0
- package/actual/string/code-point-at.js +1 -0
- package/actual/string/ends-with.js +1 -0
- package/actual/string/fixed.js +1 -0
- package/actual/string/fontcolor.js +1 -0
- package/actual/string/fontsize.js +1 -0
- package/actual/string/from-code-point.js +1 -0
- package/actual/string/includes.js +1 -0
- package/actual/string/index.js +1 -0
- package/actual/string/is-well-formed.js +1 -0
- package/actual/string/italics.js +1 -0
- package/actual/string/iterator.js +1 -0
- package/actual/string/link.js +1 -0
- package/actual/string/match-all.js +1 -0
- package/actual/string/match.js +1 -0
- package/actual/string/pad-end.js +1 -0
- package/actual/string/pad-start.js +1 -0
- package/actual/string/raw.js +1 -0
- package/actual/string/repeat.js +1 -0
- package/actual/string/replace-all.js +1 -0
- package/actual/string/replace.js +1 -0
- package/actual/string/search.js +1 -0
- package/actual/string/small.js +1 -0
- package/actual/string/split.js +1 -0
- package/actual/string/starts-with.js +1 -0
- package/actual/string/strike.js +1 -0
- package/actual/string/sub.js +1 -0
- package/actual/string/substr.js +1 -0
- package/actual/string/sup.js +1 -0
- package/actual/string/to-well-formed.js +1 -0
- package/actual/string/trim-end.js +1 -0
- package/actual/string/trim-left.js +1 -0
- package/actual/string/trim-right.js +1 -0
- package/actual/string/trim-start.js +1 -0
- package/actual/string/trim.js +1 -0
- package/actual/string/virtual/anchor.js +1 -0
- package/actual/string/virtual/at.js +1 -0
- package/actual/string/virtual/big.js +1 -0
- package/actual/string/virtual/blink.js +1 -0
- package/actual/string/virtual/bold.js +1 -0
- package/actual/string/virtual/code-point-at.js +1 -0
- package/actual/string/virtual/ends-with.js +1 -0
- package/actual/string/virtual/fixed.js +1 -0
- package/actual/string/virtual/fontcolor.js +1 -0
- package/actual/string/virtual/fontsize.js +1 -0
- package/actual/string/virtual/includes.js +1 -0
- package/actual/string/virtual/index.js +1 -0
- package/actual/string/virtual/is-well-formed.js +1 -0
- package/actual/string/virtual/italics.js +1 -0
- package/actual/string/virtual/iterator.js +1 -0
- package/actual/string/virtual/link.js +1 -0
- package/actual/string/virtual/match-all.js +1 -0
- package/actual/string/virtual/pad-end.js +1 -0
- package/actual/string/virtual/pad-start.js +1 -0
- package/actual/string/virtual/repeat.js +1 -0
- package/actual/string/virtual/replace-all.js +1 -0
- package/actual/string/virtual/small.js +1 -0
- package/actual/string/virtual/starts-with.js +1 -0
- package/actual/string/virtual/strike.js +1 -0
- package/actual/string/virtual/sub.js +1 -0
- package/actual/string/virtual/substr.js +1 -0
- package/actual/string/virtual/sup.js +1 -0
- package/actual/string/virtual/to-well-formed.js +1 -0
- package/actual/string/virtual/trim-end.js +1 -0
- package/actual/string/virtual/trim-left.js +1 -0
- package/actual/string/virtual/trim-right.js +1 -0
- package/actual/string/virtual/trim-start.js +1 -0
- package/actual/string/virtual/trim.js +1 -0
- package/actual/structured-clone.js +1 -0
- package/actual/suppressed-error.js +1 -0
- package/actual/symbol/async-dispose.js +5 -0
- package/actual/symbol/async-iterator.js +1 -0
- package/actual/symbol/description.js +1 -0
- package/actual/symbol/dispose.js +1 -0
- package/actual/symbol/for.js +1 -0
- package/actual/symbol/has-instance.js +1 -0
- package/actual/symbol/index.js +2 -0
- package/actual/symbol/is-concat-spreadable.js +1 -0
- package/actual/symbol/iterator.js +1 -0
- package/actual/symbol/key-for.js +1 -0
- package/actual/symbol/match-all.js +1 -0
- package/actual/symbol/match.js +1 -0
- package/actual/symbol/metadata.js +1 -0
- package/actual/symbol/replace.js +1 -0
- package/actual/symbol/search.js +1 -0
- package/actual/symbol/species.js +1 -0
- package/actual/symbol/split.js +1 -0
- package/actual/symbol/to-primitive.js +1 -0
- package/actual/symbol/to-string-tag.js +1 -0
- package/actual/symbol/unscopables.js +1 -0
- package/actual/typed-array/at.js +1 -0
- package/actual/typed-array/copy-within.js +1 -0
- package/actual/typed-array/entries.js +1 -0
- package/actual/typed-array/every.js +1 -0
- package/actual/typed-array/fill.js +1 -0
- package/actual/typed-array/filter.js +1 -0
- package/actual/typed-array/find-index.js +1 -0
- package/actual/typed-array/find-last-index.js +1 -0
- package/actual/typed-array/find-last.js +1 -0
- package/actual/typed-array/find.js +1 -0
- package/actual/typed-array/float32-array.js +1 -0
- package/actual/typed-array/float64-array.js +1 -0
- package/actual/typed-array/for-each.js +1 -0
- package/actual/typed-array/from.js +1 -0
- package/actual/typed-array/includes.js +1 -0
- package/actual/typed-array/index-of.js +1 -0
- package/actual/typed-array/index.js +1 -0
- package/actual/typed-array/int16-array.js +1 -0
- package/actual/typed-array/int32-array.js +1 -0
- package/actual/typed-array/int8-array.js +1 -0
- package/actual/typed-array/iterator.js +1 -0
- package/actual/typed-array/join.js +1 -0
- package/actual/typed-array/keys.js +1 -0
- package/actual/typed-array/last-index-of.js +1 -0
- package/actual/typed-array/map.js +1 -0
- package/actual/typed-array/methods.js +1 -0
- package/actual/typed-array/of.js +1 -0
- package/actual/typed-array/reduce-right.js +1 -0
- package/actual/typed-array/reduce.js +1 -0
- package/actual/typed-array/reverse.js +1 -0
- package/actual/typed-array/set.js +1 -0
- package/actual/typed-array/slice.js +1 -0
- package/actual/typed-array/some.js +1 -0
- package/actual/typed-array/sort.js +1 -0
- package/actual/typed-array/subarray.js +1 -0
- package/actual/typed-array/to-locale-string.js +1 -0
- package/actual/typed-array/to-reversed.js +1 -0
- package/actual/typed-array/to-sorted.js +1 -0
- package/actual/typed-array/to-spliced.js +1 -0
- package/actual/typed-array/to-string.js +1 -0
- package/actual/typed-array/uint16-array.js +1 -0
- package/actual/typed-array/uint32-array.js +1 -0
- package/actual/typed-array/uint8-array.js +1 -0
- package/actual/typed-array/uint8-clamped-array.js +1 -0
- package/actual/typed-array/values.js +1 -0
- package/actual/typed-array/with.js +1 -0
- package/actual/unescape.js +1 -0
- package/actual/url/can-parse.js +1 -0
- package/actual/url/index.js +1 -0
- package/actual/url/to-json.js +1 -0
- package/actual/url-search-params/index.js +1 -0
- package/actual/weak-map/index.js +1 -0
- package/actual/weak-set/index.js +1 -0
- package/configurator.js +2 -1
- package/es/aggregate-error.js +1 -0
- package/es/array/at.js +1 -0
- package/es/array/concat.js +1 -0
- package/es/array/copy-within.js +1 -0
- package/es/array/entries.js +1 -0
- package/es/array/every.js +1 -0
- package/es/array/fill.js +1 -0
- package/es/array/filter.js +1 -0
- package/es/array/find-index.js +1 -0
- package/es/array/find-last-index.js +1 -0
- package/es/array/find-last.js +1 -0
- package/es/array/find.js +1 -0
- package/es/array/flat-map.js +1 -0
- package/es/array/flat.js +1 -0
- package/es/array/for-each.js +1 -0
- package/es/array/from.js +1 -0
- package/es/array/includes.js +1 -0
- package/es/array/index-of.js +1 -0
- package/es/array/index.js +1 -0
- package/es/array/is-array.js +1 -0
- package/es/array/iterator.js +1 -0
- package/es/array/join.js +1 -0
- package/es/array/keys.js +1 -0
- package/es/array/last-index-of.js +1 -0
- package/es/array/map.js +1 -0
- package/es/array/of.js +1 -0
- package/es/array/push.js +1 -0
- package/es/array/reduce-right.js +1 -0
- package/es/array/reduce.js +1 -0
- package/es/array/reverse.js +1 -0
- package/es/array/slice.js +1 -0
- package/es/array/some.js +1 -0
- package/es/array/sort.js +1 -0
- package/es/array/splice.js +1 -0
- package/es/array/to-reversed.js +1 -0
- package/es/array/to-sorted.js +1 -0
- package/es/array/to-spliced.js +1 -0
- package/es/array/unshift.js +1 -0
- package/es/array/values.js +1 -0
- package/es/array/virtual/at.js +1 -0
- package/es/array/virtual/concat.js +1 -0
- package/es/array/virtual/copy-within.js +1 -0
- package/es/array/virtual/entries.js +1 -0
- package/es/array/virtual/every.js +1 -0
- package/es/array/virtual/fill.js +1 -0
- package/es/array/virtual/filter.js +1 -0
- package/es/array/virtual/find-index.js +1 -0
- package/es/array/virtual/find-last-index.js +1 -0
- package/es/array/virtual/find-last.js +1 -0
- package/es/array/virtual/find.js +1 -0
- package/es/array/virtual/flat-map.js +1 -0
- package/es/array/virtual/flat.js +1 -0
- package/es/array/virtual/for-each.js +1 -0
- package/es/array/virtual/includes.js +1 -0
- package/es/array/virtual/index-of.js +1 -0
- package/es/array/virtual/index.js +1 -0
- package/es/array/virtual/iterator.js +1 -0
- package/es/array/virtual/join.js +1 -0
- package/es/array/virtual/keys.js +1 -0
- package/es/array/virtual/last-index-of.js +1 -0
- package/es/array/virtual/map.js +1 -0
- package/es/array/virtual/push.js +1 -0
- package/es/array/virtual/reduce-right.js +1 -0
- package/es/array/virtual/reduce.js +1 -0
- package/es/array/virtual/reverse.js +1 -0
- package/es/array/virtual/slice.js +1 -0
- package/es/array/virtual/some.js +1 -0
- package/es/array/virtual/sort.js +1 -0
- package/es/array/virtual/splice.js +1 -0
- package/es/array/virtual/to-reversed.js +1 -0
- package/es/array/virtual/to-sorted.js +1 -0
- package/es/array/virtual/to-spliced.js +1 -0
- package/es/array/virtual/unshift.js +1 -0
- package/es/array/virtual/values.js +1 -0
- package/es/array/virtual/with.js +1 -0
- package/es/array/with.js +1 -0
- package/es/array-buffer/constructor.js +1 -0
- package/es/array-buffer/index.js +1 -0
- package/es/array-buffer/is-view.js +1 -0
- package/es/array-buffer/slice.js +1 -0
- package/es/data-view/index.js +1 -0
- package/es/date/get-year.js +1 -0
- package/es/date/index.js +1 -0
- package/es/date/now.js +1 -0
- package/es/date/set-year.js +1 -0
- package/es/date/to-gmt-string.js +1 -0
- package/es/date/to-iso-string.js +1 -0
- package/es/date/to-json.js +1 -0
- package/es/date/to-primitive.js +1 -0
- package/es/date/to-string.js +1 -0
- package/es/error/constructor.js +1 -0
- package/es/error/index.js +1 -0
- package/es/error/to-string.js +1 -0
- package/es/escape.js +1 -0
- package/es/function/bind.js +1 -0
- package/es/function/has-instance.js +1 -0
- package/es/function/index.js +1 -0
- package/es/function/name.js +1 -0
- package/es/function/virtual/bind.js +1 -0
- package/es/function/virtual/index.js +1 -0
- package/es/get-iterator-method.js +1 -0
- package/es/get-iterator.js +1 -0
- package/es/global-this.js +1 -0
- package/es/index.js +1 -0
- package/es/instance/at.js +1 -0
- package/es/instance/bind.js +1 -0
- package/es/instance/code-point-at.js +1 -0
- package/es/instance/concat.js +1 -0
- package/es/instance/copy-within.js +1 -0
- package/es/instance/ends-with.js +1 -0
- package/es/instance/entries.js +1 -0
- package/es/instance/every.js +1 -0
- package/es/instance/fill.js +1 -0
- package/es/instance/filter.js +1 -0
- package/es/instance/find-index.js +1 -0
- package/es/instance/find-last-index.js +1 -0
- package/es/instance/find-last.js +1 -0
- package/es/instance/find.js +1 -0
- package/es/instance/flags.js +1 -0
- package/es/instance/flat-map.js +1 -0
- package/es/instance/flat.js +1 -0
- package/es/instance/for-each.js +1 -0
- package/es/instance/includes.js +1 -0
- package/es/instance/index-of.js +1 -0
- package/es/instance/is-well-formed.js +1 -0
- package/es/instance/keys.js +1 -0
- package/es/instance/last-index-of.js +1 -0
- package/es/instance/map.js +1 -0
- package/es/instance/match-all.js +1 -0
- package/es/instance/pad-end.js +1 -0
- package/es/instance/pad-start.js +1 -0
- package/es/instance/push.js +1 -0
- package/es/instance/reduce-right.js +1 -0
- package/es/instance/reduce.js +1 -0
- package/es/instance/repeat.js +1 -0
- package/es/instance/replace-all.js +1 -0
- package/es/instance/reverse.js +1 -0
- package/es/instance/slice.js +1 -0
- package/es/instance/some.js +1 -0
- package/es/instance/sort.js +1 -0
- package/es/instance/splice.js +1 -0
- package/es/instance/starts-with.js +1 -0
- package/es/instance/to-reversed.js +1 -0
- package/es/instance/to-sorted.js +1 -0
- package/es/instance/to-spliced.js +1 -0
- package/es/instance/to-well-formed.js +1 -0
- package/es/instance/trim-end.js +1 -0
- package/es/instance/trim-left.js +1 -0
- package/es/instance/trim-right.js +1 -0
- package/es/instance/trim-start.js +1 -0
- package/es/instance/trim.js +1 -0
- package/es/instance/unshift.js +1 -0
- package/es/instance/values.js +1 -0
- package/es/instance/with.js +1 -0
- package/es/is-iterable.js +1 -0
- package/es/json/index.js +1 -0
- package/es/json/stringify.js +1 -0
- package/es/json/to-string-tag.js +1 -0
- package/es/map/index.js +1 -0
- package/es/math/acosh.js +1 -0
- package/es/math/asinh.js +1 -0
- package/es/math/atanh.js +1 -0
- package/es/math/cbrt.js +1 -0
- package/es/math/clz32.js +1 -0
- package/es/math/cosh.js +1 -0
- package/es/math/expm1.js +1 -0
- package/es/math/fround.js +1 -0
- package/es/math/hypot.js +1 -0
- package/es/math/imul.js +1 -0
- package/es/math/index.js +1 -0
- package/es/math/log10.js +1 -0
- package/es/math/log1p.js +1 -0
- package/es/math/log2.js +1 -0
- package/es/math/sign.js +1 -0
- package/es/math/sinh.js +1 -0
- package/es/math/tanh.js +1 -0
- package/es/math/to-string-tag.js +1 -0
- package/es/math/trunc.js +1 -0
- package/es/number/constructor.js +1 -0
- package/es/number/epsilon.js +1 -0
- package/es/number/index.js +1 -0
- package/es/number/is-finite.js +1 -0
- package/es/number/is-integer.js +1 -0
- package/es/number/is-nan.js +1 -0
- package/es/number/is-safe-integer.js +1 -0
- package/es/number/max-safe-integer.js +1 -0
- package/es/number/min-safe-integer.js +1 -0
- package/es/number/parse-float.js +1 -0
- package/es/number/parse-int.js +1 -0
- package/es/number/to-exponential.js +1 -0
- package/es/number/to-fixed.js +1 -0
- package/es/number/to-precision.js +1 -0
- package/es/number/virtual/index.js +1 -0
- package/es/number/virtual/to-exponential.js +1 -0
- package/es/number/virtual/to-fixed.js +1 -0
- package/es/number/virtual/to-precision.js +1 -0
- package/es/object/assign.js +1 -0
- package/es/object/create.js +1 -0
- package/es/object/define-getter.js +1 -0
- package/es/object/define-properties.js +1 -0
- package/es/object/define-property.js +1 -0
- package/es/object/define-setter.js +1 -0
- package/es/object/entries.js +1 -0
- package/es/object/freeze.js +1 -0
- package/es/object/from-entries.js +1 -0
- package/es/object/get-own-property-descriptor.js +1 -0
- package/es/object/get-own-property-descriptors.js +1 -0
- package/es/object/get-own-property-names.js +1 -0
- package/es/object/get-own-property-symbols.js +1 -0
- package/es/object/get-prototype-of.js +1 -0
- package/es/object/has-own.js +1 -0
- package/es/object/index.js +1 -0
- package/es/object/is-extensible.js +1 -0
- package/es/object/is-frozen.js +1 -0
- package/es/object/is-sealed.js +1 -0
- package/es/object/is.js +1 -0
- package/es/object/keys.js +1 -0
- package/es/object/lookup-getter.js +1 -0
- package/es/object/lookup-setter.js +1 -0
- package/es/object/prevent-extensions.js +1 -0
- package/es/object/proto.js +1 -0
- package/es/object/seal.js +1 -0
- package/es/object/set-prototype-of.js +1 -0
- package/es/object/to-string.js +1 -0
- package/es/object/values.js +1 -0
- package/es/parse-float.js +1 -0
- package/es/parse-int.js +1 -0
- package/es/promise/finally.js +1 -0
- package/es/promise/index.js +1 -0
- package/es/reflect/apply.js +1 -0
- package/es/reflect/construct.js +1 -0
- package/es/reflect/define-property.js +1 -0
- package/es/reflect/delete-property.js +1 -0
- package/es/reflect/get-own-property-descriptor.js +1 -0
- package/es/reflect/get-prototype-of.js +1 -0
- package/es/reflect/get.js +1 -0
- package/es/reflect/has.js +1 -0
- package/es/reflect/index.js +1 -0
- package/es/reflect/is-extensible.js +1 -0
- package/es/reflect/own-keys.js +1 -0
- package/es/reflect/prevent-extensions.js +1 -0
- package/es/reflect/set-prototype-of.js +1 -0
- package/es/reflect/set.js +1 -0
- package/es/reflect/to-string-tag.js +1 -0
- package/es/regexp/constructor.js +1 -0
- package/es/regexp/dot-all.js +1 -0
- package/es/regexp/flags.js +1 -0
- package/es/regexp/index.js +1 -0
- package/es/regexp/match.js +1 -0
- package/es/regexp/replace.js +1 -0
- package/es/regexp/search.js +1 -0
- package/es/regexp/split.js +1 -0
- package/es/regexp/sticky.js +1 -0
- package/es/regexp/test.js +1 -0
- package/es/regexp/to-string.js +1 -0
- package/es/set/index.js +1 -0
- package/es/string/anchor.js +1 -0
- package/es/string/at.js +1 -0
- package/es/string/big.js +1 -0
- package/es/string/blink.js +1 -0
- package/es/string/bold.js +1 -0
- package/es/string/code-point-at.js +1 -0
- package/es/string/ends-with.js +1 -0
- package/es/string/fixed.js +1 -0
- package/es/string/fontcolor.js +1 -0
- package/es/string/fontsize.js +1 -0
- package/es/string/from-code-point.js +1 -0
- package/es/string/includes.js +1 -0
- package/es/string/index.js +1 -0
- package/es/string/is-well-formed.js +1 -0
- package/es/string/italics.js +1 -0
- package/es/string/iterator.js +1 -0
- package/es/string/link.js +1 -0
- package/es/string/match-all.js +1 -0
- package/es/string/match.js +1 -0
- package/es/string/pad-end.js +1 -0
- package/es/string/pad-start.js +1 -0
- package/es/string/raw.js +1 -0
- package/es/string/repeat.js +1 -0
- package/es/string/replace-all.js +1 -0
- package/es/string/replace.js +1 -0
- package/es/string/search.js +1 -0
- package/es/string/small.js +1 -0
- package/es/string/split.js +1 -0
- package/es/string/starts-with.js +1 -0
- package/es/string/strike.js +1 -0
- package/es/string/sub.js +1 -0
- package/es/string/substr.js +1 -0
- package/es/string/sup.js +1 -0
- package/es/string/to-well-formed.js +1 -0
- package/es/string/trim-end.js +1 -0
- package/es/string/trim-left.js +1 -0
- package/es/string/trim-right.js +1 -0
- package/es/string/trim-start.js +1 -0
- package/es/string/trim.js +1 -0
- package/es/string/virtual/anchor.js +1 -0
- package/es/string/virtual/at.js +1 -0
- package/es/string/virtual/big.js +1 -0
- package/es/string/virtual/blink.js +1 -0
- package/es/string/virtual/bold.js +1 -0
- package/es/string/virtual/code-point-at.js +1 -0
- package/es/string/virtual/ends-with.js +1 -0
- package/es/string/virtual/fixed.js +1 -0
- package/es/string/virtual/fontcolor.js +1 -0
- package/es/string/virtual/fontsize.js +1 -0
- package/es/string/virtual/includes.js +1 -0
- package/es/string/virtual/index.js +1 -0
- package/es/string/virtual/is-well-formed.js +1 -0
- package/es/string/virtual/italics.js +1 -0
- package/es/string/virtual/iterator.js +1 -0
- package/es/string/virtual/link.js +1 -0
- package/es/string/virtual/match-all.js +1 -0
- package/es/string/virtual/pad-end.js +1 -0
- package/es/string/virtual/pad-start.js +1 -0
- package/es/string/virtual/repeat.js +1 -0
- package/es/string/virtual/replace-all.js +1 -0
- package/es/string/virtual/small.js +1 -0
- package/es/string/virtual/starts-with.js +1 -0
- package/es/string/virtual/strike.js +1 -0
- package/es/string/virtual/sub.js +1 -0
- package/es/string/virtual/substr.js +1 -0
- package/es/string/virtual/sup.js +1 -0
- package/es/string/virtual/to-well-formed.js +1 -0
- package/es/string/virtual/trim-end.js +1 -0
- package/es/string/virtual/trim-left.js +1 -0
- package/es/string/virtual/trim-right.js +1 -0
- package/es/string/virtual/trim-start.js +1 -0
- package/es/string/virtual/trim.js +1 -0
- package/es/symbol/async-iterator.js +1 -0
- package/es/symbol/description.js +1 -0
- package/es/symbol/for.js +1 -0
- package/es/symbol/has-instance.js +1 -0
- package/es/symbol/index.js +1 -0
- package/es/symbol/is-concat-spreadable.js +1 -0
- package/es/symbol/iterator.js +1 -0
- package/es/symbol/key-for.js +1 -0
- package/es/symbol/match-all.js +1 -0
- package/es/symbol/match.js +1 -0
- package/es/symbol/replace.js +1 -0
- package/es/symbol/search.js +1 -0
- package/es/symbol/species.js +1 -0
- package/es/symbol/split.js +1 -0
- package/es/symbol/to-primitive.js +1 -0
- package/es/symbol/to-string-tag.js +1 -0
- package/es/symbol/unscopables.js +1 -0
- package/es/typed-array/at.js +1 -0
- package/es/typed-array/copy-within.js +1 -0
- package/es/typed-array/entries.js +1 -0
- package/es/typed-array/every.js +1 -0
- package/es/typed-array/fill.js +1 -0
- package/es/typed-array/filter.js +1 -0
- package/es/typed-array/find-index.js +1 -0
- package/es/typed-array/find-last-index.js +1 -0
- package/es/typed-array/find-last.js +1 -0
- package/es/typed-array/find.js +1 -0
- package/es/typed-array/float32-array.js +1 -0
- package/es/typed-array/float64-array.js +1 -0
- package/es/typed-array/for-each.js +1 -0
- package/es/typed-array/from.js +1 -0
- package/es/typed-array/includes.js +1 -0
- package/es/typed-array/index-of.js +1 -0
- package/es/typed-array/index.js +1 -0
- package/es/typed-array/int16-array.js +1 -0
- package/es/typed-array/int32-array.js +1 -0
- package/es/typed-array/int8-array.js +1 -0
- package/es/typed-array/iterator.js +1 -0
- package/es/typed-array/join.js +1 -0
- package/es/typed-array/keys.js +1 -0
- package/es/typed-array/last-index-of.js +1 -0
- package/es/typed-array/map.js +1 -0
- package/es/typed-array/methods.js +1 -0
- package/es/typed-array/of.js +1 -0
- package/es/typed-array/reduce-right.js +1 -0
- package/es/typed-array/reduce.js +1 -0
- package/es/typed-array/reverse.js +1 -0
- package/es/typed-array/set.js +1 -0
- package/es/typed-array/slice.js +1 -0
- package/es/typed-array/some.js +1 -0
- package/es/typed-array/sort.js +1 -0
- package/es/typed-array/subarray.js +1 -0
- package/es/typed-array/to-locale-string.js +1 -0
- package/es/typed-array/to-reversed.js +1 -0
- package/es/typed-array/to-sorted.js +1 -0
- package/es/typed-array/to-string.js +1 -0
- package/es/typed-array/uint16-array.js +1 -0
- package/es/typed-array/uint32-array.js +1 -0
- package/es/typed-array/uint8-array.js +1 -0
- package/es/typed-array/uint8-clamped-array.js +1 -0
- package/es/typed-array/values.js +1 -0
- package/es/typed-array/with.js +1 -0
- package/es/unescape.js +1 -0
- package/es/weak-map/index.js +1 -0
- package/es/weak-set/index.js +1 -0
- package/features/aggregate-error.js +1 -0
- package/features/array/at.js +1 -0
- package/features/array/concat.js +1 -0
- package/features/array/copy-within.js +1 -0
- package/features/array/entries.js +1 -0
- package/features/array/every.js +1 -0
- package/features/array/fill.js +1 -0
- package/features/array/filter-out.js +1 -0
- package/features/array/filter-reject.js +1 -0
- package/features/array/filter.js +1 -0
- package/features/array/find-index.js +1 -0
- package/features/array/find-last-index.js +1 -0
- package/features/array/find-last.js +1 -0
- package/features/array/find.js +1 -0
- package/features/array/flat-map.js +1 -0
- package/features/array/flat.js +1 -0
- package/features/array/for-each.js +1 -0
- package/features/array/from-async.js +1 -0
- package/features/array/from.js +1 -0
- package/features/array/group-by-to-map.js +1 -0
- package/features/array/group-by.js +1 -0
- package/features/array/group-to-map.js +1 -0
- package/features/array/group.js +1 -0
- package/features/array/includes.js +1 -0
- package/features/array/index-of.js +1 -0
- package/features/array/index.js +1 -0
- package/features/array/is-array.js +1 -0
- package/features/array/is-template-object.js +1 -0
- package/features/array/iterator.js +1 -0
- package/features/array/join.js +1 -0
- package/features/array/keys.js +1 -0
- package/features/array/last-index-of.js +1 -0
- package/features/array/last-index.js +1 -0
- package/features/array/last-item.js +1 -0
- package/features/array/map.js +1 -0
- package/features/array/of.js +1 -0
- package/features/array/push.js +1 -0
- package/features/array/reduce-right.js +1 -0
- package/features/array/reduce.js +1 -0
- package/features/array/reverse.js +1 -0
- package/features/array/slice.js +1 -0
- package/features/array/some.js +1 -0
- package/features/array/sort.js +1 -0
- package/features/array/splice.js +1 -0
- package/features/array/to-reversed.js +1 -0
- package/features/array/to-sorted.js +1 -0
- package/features/array/to-spliced.js +1 -0
- package/features/array/unique-by.js +1 -0
- package/features/array/unshift.js +1 -0
- package/features/array/values.js +1 -0
- package/features/array/virtual/at.js +1 -0
- package/features/array/virtual/concat.js +1 -0
- package/features/array/virtual/copy-within.js +1 -0
- package/features/array/virtual/entries.js +1 -0
- package/features/array/virtual/every.js +1 -0
- package/features/array/virtual/fill.js +1 -0
- package/features/array/virtual/filter-out.js +1 -0
- package/features/array/virtual/filter-reject.js +1 -0
- package/features/array/virtual/filter.js +1 -0
- package/features/array/virtual/find-index.js +1 -0
- package/features/array/virtual/find-last-index.js +1 -0
- package/features/array/virtual/find-last.js +1 -0
- package/features/array/virtual/find.js +1 -0
- package/features/array/virtual/flat-map.js +1 -0
- package/features/array/virtual/flat.js +1 -0
- package/features/array/virtual/for-each.js +1 -0
- package/features/array/virtual/group-by-to-map.js +1 -0
- package/features/array/virtual/group-by.js +1 -0
- package/features/array/virtual/group-to-map.js +1 -0
- package/features/array/virtual/group.js +1 -0
- package/features/array/virtual/includes.js +1 -0
- package/features/array/virtual/index-of.js +1 -0
- package/features/array/virtual/index.js +1 -0
- package/features/array/virtual/iterator.js +1 -0
- package/features/array/virtual/join.js +1 -0
- package/features/array/virtual/keys.js +1 -0
- package/features/array/virtual/last-index-of.js +1 -0
- package/features/array/virtual/map.js +1 -0
- package/features/array/virtual/push.js +1 -0
- package/features/array/virtual/reduce-right.js +1 -0
- package/features/array/virtual/reduce.js +1 -0
- package/features/array/virtual/reverse.js +1 -0
- package/features/array/virtual/slice.js +1 -0
- package/features/array/virtual/some.js +1 -0
- package/features/array/virtual/sort.js +1 -0
- package/features/array/virtual/splice.js +1 -0
- package/features/array/virtual/to-reversed.js +1 -0
- package/features/array/virtual/to-sorted.js +1 -0
- package/features/array/virtual/to-spliced.js +1 -0
- package/features/array/virtual/unique-by.js +1 -0
- package/features/array/virtual/unshift.js +1 -0
- package/features/array/virtual/values.js +1 -0
- package/features/array/virtual/with.js +1 -0
- package/features/array/with.js +1 -0
- package/features/array-buffer/constructor.js +1 -0
- package/features/array-buffer/detached.js +1 -0
- package/features/array-buffer/index.js +1 -0
- package/features/array-buffer/is-view.js +1 -0
- package/features/array-buffer/slice.js +1 -0
- package/features/array-buffer/transfer-to-fixed-length.js +1 -0
- package/features/array-buffer/transfer.js +1 -0
- package/features/async-disposable-stack/constructor.js +1 -0
- package/features/async-disposable-stack/index.js +1 -0
- package/features/async-iterator/as-indexed-pairs.js +1 -0
- package/features/async-iterator/async-dispose.js +1 -0
- package/features/async-iterator/drop.js +1 -0
- package/features/async-iterator/every.js +1 -0
- package/features/async-iterator/filter.js +1 -0
- package/features/async-iterator/find.js +1 -0
- package/features/async-iterator/flat-map.js +1 -0
- package/features/async-iterator/for-each.js +1 -0
- package/features/async-iterator/from.js +1 -0
- package/features/async-iterator/index.js +1 -0
- package/features/async-iterator/indexed.js +1 -0
- package/features/async-iterator/map.js +1 -0
- package/features/async-iterator/reduce.js +1 -0
- package/features/async-iterator/some.js +1 -0
- package/features/async-iterator/take.js +1 -0
- package/features/async-iterator/to-array.js +1 -0
- package/features/atob.js +1 -0
- package/features/bigint/index.js +1 -0
- package/features/bigint/range.js +1 -0
- package/features/btoa.js +1 -0
- package/features/clear-immediate.js +1 -0
- package/features/composite-key.js +1 -0
- package/features/composite-symbol.js +1 -0
- package/features/data-view/get-float16.js +2 -0
- package/features/data-view/get-uint8-clamped.js +2 -0
- package/features/data-view/index.js +1 -0
- package/features/data-view/set-float16.js +2 -0
- package/features/data-view/set-uint8-clamped.js +2 -0
- package/features/date/get-year.js +1 -0
- package/features/date/index.js +1 -0
- package/features/date/now.js +1 -0
- package/features/date/set-year.js +1 -0
- package/features/date/to-gmt-string.js +1 -0
- package/features/date/to-iso-string.js +1 -0
- package/features/date/to-json.js +1 -0
- package/features/date/to-primitive.js +1 -0
- package/features/date/to-string.js +1 -0
- package/features/disposable-stack/constructor.js +1 -0
- package/features/disposable-stack/index.js +1 -0
- package/features/dom-collections/for-each.js +1 -0
- package/features/dom-collections/index.js +1 -0
- package/features/dom-collections/iterator.js +1 -0
- package/features/dom-exception/constructor.js +1 -0
- package/features/dom-exception/index.js +1 -0
- package/features/dom-exception/to-string-tag.js +1 -0
- package/features/error/constructor.js +1 -0
- package/features/error/index.js +1 -0
- package/features/error/to-string.js +1 -0
- package/features/escape.js +1 -0
- package/features/function/bind.js +1 -0
- package/features/function/demethodize.js +1 -0
- package/features/function/has-instance.js +1 -0
- package/features/function/index.js +1 -0
- package/features/function/is-callable.js +1 -0
- package/features/function/is-constructor.js +1 -0
- package/features/function/metadata.js +1 -0
- package/features/function/name.js +1 -0
- package/features/function/un-this.js +1 -0
- package/features/function/virtual/bind.js +1 -0
- package/features/function/virtual/demethodize.js +1 -0
- package/features/function/virtual/index.js +1 -0
- package/features/function/virtual/un-this.js +1 -0
- package/features/get-iterator-method.js +1 -0
- package/features/get-iterator.js +1 -0
- package/features/global-this.js +1 -0
- package/features/index.js +1 -0
- package/features/instance/at.js +1 -0
- package/features/instance/bind.js +1 -0
- package/features/instance/code-point-at.js +1 -0
- package/features/instance/code-points.js +1 -0
- package/features/instance/concat.js +1 -0
- package/features/instance/copy-within.js +1 -0
- package/features/instance/demethodize.js +1 -0
- package/features/instance/ends-with.js +1 -0
- package/features/instance/entries.js +1 -0
- package/features/instance/every.js +1 -0
- package/features/instance/fill.js +1 -0
- package/features/instance/filter-out.js +1 -0
- package/features/instance/filter-reject.js +1 -0
- package/features/instance/filter.js +1 -0
- package/features/instance/find-index.js +1 -0
- package/features/instance/find-last-index.js +1 -0
- package/features/instance/find-last.js +1 -0
- package/features/instance/find.js +1 -0
- package/features/instance/flags.js +1 -0
- package/features/instance/flat-map.js +1 -0
- package/features/instance/flat.js +1 -0
- package/features/instance/for-each.js +1 -0
- package/features/instance/group-by-to-map.js +1 -0
- package/features/instance/group-by.js +1 -0
- package/features/instance/group-to-map.js +1 -0
- package/features/instance/group.js +1 -0
- package/features/instance/includes.js +1 -0
- package/features/instance/index-of.js +1 -0
- package/features/instance/is-well-formed.js +1 -0
- package/features/instance/keys.js +1 -0
- package/features/instance/last-index-of.js +1 -0
- package/features/instance/map.js +1 -0
- package/features/instance/match-all.js +1 -0
- package/features/instance/pad-end.js +1 -0
- package/features/instance/pad-start.js +1 -0
- package/features/instance/push.js +1 -0
- package/features/instance/reduce-right.js +1 -0
- package/features/instance/reduce.js +1 -0
- package/features/instance/repeat.js +1 -0
- package/features/instance/replace-all.js +1 -0
- package/features/instance/reverse.js +1 -0
- package/features/instance/slice.js +1 -0
- package/features/instance/some.js +1 -0
- package/features/instance/sort.js +1 -0
- package/features/instance/splice.js +1 -0
- package/features/instance/starts-with.js +1 -0
- package/features/instance/to-reversed.js +1 -0
- package/features/instance/to-sorted.js +1 -0
- package/features/instance/to-spliced.js +1 -0
- package/features/instance/to-well-formed.js +1 -0
- package/features/instance/trim-end.js +1 -0
- package/features/instance/trim-left.js +1 -0
- package/features/instance/trim-right.js +1 -0
- package/features/instance/trim-start.js +1 -0
- package/features/instance/trim.js +1 -0
- package/features/instance/un-this.js +1 -0
- package/features/instance/unique-by.js +1 -0
- package/features/instance/unshift.js +1 -0
- package/features/instance/values.js +1 -0
- package/features/instance/with.js +1 -0
- package/features/is-iterable.js +1 -0
- package/features/iterator/as-indexed-pairs.js +1 -0
- package/features/iterator/dispose.js +1 -0
- package/features/iterator/drop.js +1 -0
- package/features/iterator/every.js +1 -0
- package/features/iterator/filter.js +1 -0
- package/features/iterator/find.js +1 -0
- package/features/iterator/flat-map.js +1 -0
- package/features/iterator/for-each.js +1 -0
- package/features/iterator/from.js +1 -0
- package/features/iterator/index.js +1 -0
- package/features/iterator/indexed.js +1 -0
- package/features/iterator/map.js +1 -0
- package/features/iterator/range.js +1 -0
- package/features/iterator/reduce.js +1 -0
- package/features/iterator/some.js +1 -0
- package/features/iterator/take.js +1 -0
- package/features/iterator/to-array.js +1 -0
- package/features/iterator/to-async.js +1 -0
- package/features/json/index.js +1 -0
- package/features/json/is-raw-json.js +1 -0
- package/features/json/parse.js +1 -0
- package/features/json/raw-json.js +1 -0
- package/features/json/stringify.js +1 -0
- package/features/json/to-string-tag.js +1 -0
- package/features/map/delete-all.js +1 -0
- package/features/map/emplace.js +1 -0
- package/features/map/every.js +1 -0
- package/features/map/filter.js +1 -0
- package/features/map/find-key.js +1 -0
- package/features/map/find.js +1 -0
- package/features/map/from.js +1 -0
- package/features/map/group-by.js +1 -0
- package/features/map/includes.js +1 -0
- package/features/map/index.js +1 -0
- package/features/map/key-by.js +1 -0
- package/features/map/key-of.js +1 -0
- package/features/map/map-keys.js +1 -0
- package/features/map/map-values.js +1 -0
- package/features/map/merge.js +1 -0
- package/features/map/of.js +1 -0
- package/features/map/reduce.js +1 -0
- package/features/map/some.js +1 -0
- package/features/map/update-or-insert.js +1 -0
- package/features/map/update.js +1 -0
- package/features/map/upsert.js +1 -0
- package/features/math/acosh.js +1 -0
- package/features/math/asinh.js +1 -0
- package/features/math/atanh.js +1 -0
- package/features/math/cbrt.js +1 -0
- package/features/math/clamp.js +1 -0
- package/features/math/clz32.js +1 -0
- package/features/math/cosh.js +1 -0
- package/features/math/deg-per-rad.js +1 -0
- package/features/math/degrees.js +1 -0
- package/features/math/expm1.js +1 -0
- package/features/math/f16round.js +2 -0
- package/features/math/fround.js +1 -0
- package/features/math/fscale.js +1 -0
- package/features/math/hypot.js +1 -0
- package/features/math/iaddh.js +1 -0
- package/features/math/imul.js +1 -0
- package/features/math/imulh.js +1 -0
- package/features/math/index.js +1 -0
- package/features/math/isubh.js +1 -0
- package/features/math/log10.js +1 -0
- package/features/math/log1p.js +1 -0
- package/features/math/log2.js +1 -0
- package/features/math/rad-per-deg.js +1 -0
- package/features/math/radians.js +1 -0
- package/features/math/scale.js +1 -0
- package/features/math/seeded-prng.js +1 -0
- package/features/math/sign.js +1 -0
- package/features/math/signbit.js +1 -0
- package/features/math/sinh.js +1 -0
- package/features/math/tanh.js +1 -0
- package/features/math/to-string-tag.js +1 -0
- package/features/math/trunc.js +1 -0
- package/features/math/umulh.js +1 -0
- package/features/number/constructor.js +1 -0
- package/features/number/epsilon.js +1 -0
- package/features/number/from-string.js +1 -0
- package/features/number/index.js +1 -0
- package/features/number/is-finite.js +1 -0
- package/features/number/is-integer.js +1 -0
- package/features/number/is-nan.js +1 -0
- package/features/number/is-safe-integer.js +1 -0
- package/features/number/max-safe-integer.js +1 -0
- package/features/number/min-safe-integer.js +1 -0
- package/features/number/parse-float.js +1 -0
- package/features/number/parse-int.js +1 -0
- package/features/number/range.js +1 -0
- package/features/number/to-exponential.js +1 -0
- package/features/number/to-fixed.js +1 -0
- package/features/number/to-precision.js +1 -0
- package/features/number/virtual/index.js +1 -0
- package/features/number/virtual/to-exponential.js +1 -0
- package/features/number/virtual/to-fixed.js +1 -0
- package/features/number/virtual/to-precision.js +1 -0
- package/features/object/assign.js +1 -0
- package/features/object/create.js +1 -0
- package/features/object/define-getter.js +1 -0
- package/features/object/define-properties.js +1 -0
- package/features/object/define-property.js +1 -0
- package/features/object/define-setter.js +1 -0
- package/features/object/entries.js +1 -0
- package/features/object/freeze.js +1 -0
- package/features/object/from-entries.js +1 -0
- package/features/object/get-own-property-descriptor.js +1 -0
- package/features/object/get-own-property-descriptors.js +1 -0
- package/features/object/get-own-property-names.js +1 -0
- package/features/object/get-own-property-symbols.js +1 -0
- package/features/object/get-prototype-of.js +1 -0
- package/features/object/group-by.js +1 -0
- package/features/object/has-own.js +1 -0
- package/features/object/index.js +1 -0
- package/features/object/is-extensible.js +1 -0
- package/features/object/is-frozen.js +1 -0
- package/features/object/is-sealed.js +1 -0
- package/features/object/is.js +1 -0
- package/features/object/iterate-entries.js +1 -0
- package/features/object/iterate-keys.js +1 -0
- package/features/object/iterate-values.js +1 -0
- package/features/object/keys.js +1 -0
- package/features/object/lookup-getter.js +1 -0
- package/features/object/lookup-setter.js +1 -0
- package/features/object/prevent-extensions.js +1 -0
- package/features/object/proto.js +1 -0
- package/features/object/seal.js +1 -0
- package/features/object/set-prototype-of.js +1 -0
- package/features/object/to-string.js +1 -0
- package/features/object/values.js +1 -0
- package/features/observable/index.js +1 -0
- package/features/parse-float.js +1 -0
- package/features/parse-int.js +1 -0
- package/features/promise/all-settled.js +1 -0
- package/features/promise/any.js +1 -0
- package/features/promise/finally.js +1 -0
- package/features/promise/index.js +1 -0
- package/features/promise/try.js +1 -0
- package/features/promise/with-resolvers.js +1 -0
- package/features/queue-microtask.js +1 -0
- package/features/reflect/apply.js +1 -0
- package/features/reflect/construct.js +1 -0
- package/features/reflect/define-metadata.js +1 -0
- package/features/reflect/define-property.js +1 -0
- package/features/reflect/delete-metadata.js +1 -0
- package/features/reflect/delete-property.js +1 -0
- package/features/reflect/get-metadata-keys.js +1 -0
- package/features/reflect/get-metadata.js +1 -0
- package/features/reflect/get-own-metadata-keys.js +1 -0
- package/features/reflect/get-own-metadata.js +1 -0
- package/features/reflect/get-own-property-descriptor.js +1 -0
- package/features/reflect/get-prototype-of.js +1 -0
- package/features/reflect/get.js +1 -0
- package/features/reflect/has-metadata.js +1 -0
- package/features/reflect/has-own-metadata.js +1 -0
- package/features/reflect/has.js +1 -0
- package/features/reflect/index.js +1 -0
- package/features/reflect/is-extensible.js +1 -0
- package/features/reflect/metadata.js +1 -0
- package/features/reflect/own-keys.js +1 -0
- package/features/reflect/prevent-extensions.js +1 -0
- package/features/reflect/set-prototype-of.js +1 -0
- package/features/reflect/set.js +1 -0
- package/features/reflect/to-string-tag.js +1 -0
- package/features/regexp/constructor.js +1 -0
- package/features/regexp/dot-all.js +1 -0
- package/features/regexp/flags.js +1 -0
- package/features/regexp/index.js +1 -0
- package/features/regexp/match.js +1 -0
- package/features/regexp/replace.js +1 -0
- package/features/regexp/search.js +1 -0
- package/features/regexp/split.js +1 -0
- package/features/regexp/sticky.js +1 -0
- package/features/regexp/test.js +1 -0
- package/features/regexp/to-string.js +1 -0
- package/features/self.js +1 -0
- package/features/set/add-all.js +1 -0
- package/features/set/delete-all.js +1 -0
- package/features/set/difference.js +1 -0
- package/features/set/every.js +1 -0
- package/features/set/filter.js +1 -0
- package/features/set/find.js +1 -0
- package/features/set/from.js +1 -0
- package/features/set/index.js +1 -0
- package/features/set/intersection.js +1 -0
- package/features/set/is-disjoint-from.js +1 -0
- package/features/set/is-subset-of.js +1 -0
- package/features/set/is-superset-of.js +1 -0
- package/features/set/join.js +1 -0
- package/features/set/map.js +1 -0
- package/features/set/of.js +1 -0
- package/features/set/reduce.js +1 -0
- package/features/set/some.js +1 -0
- package/features/set/symmetric-difference.js +1 -0
- package/features/set/union.js +1 -0
- package/features/set-immediate.js +1 -0
- package/features/set-interval.js +1 -0
- package/features/set-timeout.js +1 -0
- package/features/string/anchor.js +1 -0
- package/features/string/at.js +1 -0
- package/features/string/big.js +1 -0
- package/features/string/blink.js +1 -0
- package/features/string/bold.js +1 -0
- package/features/string/code-point-at.js +1 -0
- package/features/string/code-points.js +1 -0
- package/features/string/cooked.js +1 -0
- package/features/string/dedent.js +1 -0
- package/features/string/ends-with.js +1 -0
- package/features/string/fixed.js +1 -0
- package/features/string/fontcolor.js +1 -0
- package/features/string/fontsize.js +1 -0
- package/features/string/from-code-point.js +1 -0
- package/features/string/includes.js +1 -0
- package/features/string/index.js +1 -0
- package/features/string/is-well-formed.js +1 -0
- package/features/string/italics.js +1 -0
- package/features/string/iterator.js +1 -0
- package/features/string/link.js +1 -0
- package/features/string/match-all.js +1 -0
- package/features/string/match.js +1 -0
- package/features/string/pad-end.js +1 -0
- package/features/string/pad-start.js +1 -0
- package/features/string/raw.js +1 -0
- package/features/string/repeat.js +1 -0
- package/features/string/replace-all.js +1 -0
- package/features/string/replace.js +1 -0
- package/features/string/search.js +1 -0
- package/features/string/small.js +1 -0
- package/features/string/split.js +1 -0
- package/features/string/starts-with.js +1 -0
- package/features/string/strike.js +1 -0
- package/features/string/sub.js +1 -0
- package/features/string/substr.js +1 -0
- package/features/string/sup.js +1 -0
- package/features/string/to-well-formed.js +1 -0
- package/features/string/trim-end.js +1 -0
- package/features/string/trim-left.js +1 -0
- package/features/string/trim-right.js +1 -0
- package/features/string/trim-start.js +1 -0
- package/features/string/trim.js +1 -0
- package/features/string/virtual/anchor.js +1 -0
- package/features/string/virtual/at.js +1 -0
- package/features/string/virtual/big.js +1 -0
- package/features/string/virtual/blink.js +1 -0
- package/features/string/virtual/bold.js +1 -0
- package/features/string/virtual/code-point-at.js +1 -0
- package/features/string/virtual/code-points.js +1 -0
- package/features/string/virtual/ends-with.js +1 -0
- package/features/string/virtual/fixed.js +1 -0
- package/features/string/virtual/fontcolor.js +1 -0
- package/features/string/virtual/fontsize.js +1 -0
- package/features/string/virtual/includes.js +1 -0
- package/features/string/virtual/index.js +1 -0
- package/features/string/virtual/is-well-formed.js +1 -0
- package/features/string/virtual/italics.js +1 -0
- package/features/string/virtual/iterator.js +1 -0
- package/features/string/virtual/link.js +1 -0
- package/features/string/virtual/match-all.js +1 -0
- package/features/string/virtual/pad-end.js +1 -0
- package/features/string/virtual/pad-start.js +1 -0
- package/features/string/virtual/repeat.js +1 -0
- package/features/string/virtual/replace-all.js +1 -0
- package/features/string/virtual/small.js +1 -0
- package/features/string/virtual/starts-with.js +1 -0
- package/features/string/virtual/strike.js +1 -0
- package/features/string/virtual/sub.js +1 -0
- package/features/string/virtual/substr.js +1 -0
- package/features/string/virtual/sup.js +1 -0
- package/features/string/virtual/to-well-formed.js +1 -0
- package/features/string/virtual/trim-end.js +1 -0
- package/features/string/virtual/trim-left.js +1 -0
- package/features/string/virtual/trim-right.js +1 -0
- package/features/string/virtual/trim-start.js +1 -0
- package/features/string/virtual/trim.js +1 -0
- package/features/structured-clone.js +1 -0
- package/features/suppressed-error.js +1 -0
- package/features/symbol/async-dispose.js +1 -0
- package/features/symbol/async-iterator.js +1 -0
- package/features/symbol/description.js +1 -0
- package/features/symbol/dispose.js +1 -0
- package/features/symbol/for.js +1 -0
- package/features/symbol/has-instance.js +1 -0
- package/features/symbol/index.js +1 -0
- package/features/symbol/is-concat-spreadable.js +1 -0
- package/features/symbol/is-registered-symbol.js +1 -0
- package/features/symbol/is-registered.js +1 -0
- package/features/symbol/is-well-known-symbol.js +1 -0
- package/features/symbol/is-well-known.js +1 -0
- package/features/symbol/iterator.js +1 -0
- package/features/symbol/key-for.js +1 -0
- package/features/symbol/match-all.js +1 -0
- package/features/symbol/match.js +1 -0
- package/features/symbol/matcher.js +1 -0
- package/features/symbol/metadata-key.js +1 -0
- package/features/symbol/metadata.js +1 -0
- package/features/symbol/observable.js +1 -0
- package/features/symbol/pattern-match.js +1 -0
- package/features/symbol/replace-all.js +1 -0
- package/features/symbol/replace.js +1 -0
- package/features/symbol/search.js +1 -0
- package/features/symbol/species.js +1 -0
- package/features/symbol/split.js +1 -0
- package/features/symbol/to-primitive.js +1 -0
- package/features/symbol/to-string-tag.js +1 -0
- package/features/symbol/unscopables.js +1 -0
- package/features/typed-array/at.js +1 -0
- package/features/typed-array/copy-within.js +1 -0
- package/features/typed-array/entries.js +1 -0
- package/features/typed-array/every.js +1 -0
- package/features/typed-array/fill.js +1 -0
- package/features/typed-array/filter-out.js +1 -0
- package/features/typed-array/filter-reject.js +1 -0
- package/features/typed-array/filter.js +1 -0
- package/features/typed-array/find-index.js +1 -0
- package/features/typed-array/find-last-index.js +1 -0
- package/features/typed-array/find-last.js +1 -0
- package/features/typed-array/find.js +1 -0
- package/features/typed-array/float32-array.js +1 -0
- package/features/typed-array/float64-array.js +1 -0
- package/features/typed-array/for-each.js +1 -0
- package/features/typed-array/from-async.js +1 -0
- package/features/typed-array/from.js +1 -0
- package/features/typed-array/group-by.js +1 -0
- package/features/typed-array/includes.js +1 -0
- package/features/typed-array/index-of.js +1 -0
- package/features/typed-array/index.js +1 -0
- package/features/typed-array/int16-array.js +1 -0
- package/features/typed-array/int32-array.js +1 -0
- package/features/typed-array/int8-array.js +1 -0
- package/features/typed-array/iterator.js +1 -0
- package/features/typed-array/join.js +1 -0
- package/features/typed-array/keys.js +1 -0
- package/features/typed-array/last-index-of.js +1 -0
- package/features/typed-array/map.js +1 -0
- package/features/typed-array/methods.js +1 -0
- package/features/typed-array/of.js +1 -0
- package/features/typed-array/reduce-right.js +1 -0
- package/features/typed-array/reduce.js +1 -0
- package/features/typed-array/reverse.js +1 -0
- package/features/typed-array/set.js +1 -0
- package/features/typed-array/slice.js +1 -0
- package/features/typed-array/some.js +1 -0
- package/features/typed-array/sort.js +1 -0
- package/features/typed-array/subarray.js +1 -0
- package/features/typed-array/to-locale-string.js +1 -0
- package/features/typed-array/to-reversed.js +1 -0
- package/features/typed-array/to-sorted.js +1 -0
- package/features/typed-array/to-spliced.js +1 -0
- package/features/typed-array/to-string.js +1 -0
- package/features/typed-array/uint16-array.js +1 -0
- package/features/typed-array/uint32-array.js +1 -0
- package/features/typed-array/uint8-array.js +1 -0
- package/features/typed-array/uint8-clamped-array.js +1 -0
- package/features/typed-array/unique-by.js +1 -0
- package/features/typed-array/values.js +1 -0
- package/features/typed-array/with.js +1 -0
- package/features/unescape.js +1 -0
- package/features/url/can-parse.js +1 -0
- package/features/url/index.js +1 -0
- package/features/url/to-json.js +1 -0
- package/features/url-search-params/index.js +1 -0
- package/features/weak-map/delete-all.js +1 -0
- package/features/weak-map/emplace.js +1 -0
- package/features/weak-map/from.js +1 -0
- package/features/weak-map/index.js +1 -0
- package/features/weak-map/of.js +1 -0
- package/features/weak-map/upsert.js +1 -0
- package/features/weak-set/add-all.js +1 -0
- package/features/weak-set/delete-all.js +1 -0
- package/features/weak-set/from.js +1 -0
- package/features/weak-set/index.js +1 -0
- package/features/weak-set/of.js +1 -0
- package/full/aggregate-error.js +1 -0
- package/full/array/at.js +1 -0
- package/full/array/concat.js +1 -0
- package/full/array/copy-within.js +1 -0
- package/full/array/entries.js +1 -0
- package/full/array/every.js +1 -0
- package/full/array/fill.js +1 -0
- package/full/array/filter-out.js +1 -0
- package/full/array/filter-reject.js +1 -0
- package/full/array/filter.js +1 -0
- package/full/array/find-index.js +1 -0
- package/full/array/find-last-index.js +1 -0
- package/full/array/find-last.js +1 -0
- package/full/array/find.js +1 -0
- package/full/array/flat-map.js +1 -0
- package/full/array/flat.js +1 -0
- package/full/array/for-each.js +1 -0
- package/full/array/from-async.js +1 -0
- package/full/array/from.js +1 -0
- package/full/array/group-by-to-map.js +1 -0
- package/full/array/group-by.js +1 -0
- package/full/array/group-to-map.js +1 -0
- package/full/array/group.js +1 -0
- package/full/array/includes.js +1 -0
- package/full/array/index-of.js +1 -0
- package/full/array/index.js +1 -0
- package/full/array/is-array.js +1 -0
- package/full/array/is-template-object.js +1 -0
- package/full/array/iterator.js +1 -0
- package/full/array/join.js +1 -0
- package/full/array/keys.js +1 -0
- package/full/array/last-index-of.js +1 -0
- package/full/array/last-index.js +1 -0
- package/full/array/last-item.js +1 -0
- package/full/array/map.js +1 -0
- package/full/array/of.js +1 -0
- package/full/array/push.js +1 -0
- package/full/array/reduce-right.js +1 -0
- package/full/array/reduce.js +1 -0
- package/full/array/reverse.js +1 -0
- package/full/array/slice.js +1 -0
- package/full/array/some.js +1 -0
- package/full/array/sort.js +1 -0
- package/full/array/splice.js +1 -0
- package/full/array/to-reversed.js +1 -0
- package/full/array/to-sorted.js +1 -0
- package/full/array/to-spliced.js +1 -0
- package/full/array/unique-by.js +1 -0
- package/full/array/unshift.js +1 -0
- package/full/array/values.js +1 -0
- package/full/array/virtual/at.js +1 -0
- package/full/array/virtual/concat.js +1 -0
- package/full/array/virtual/copy-within.js +1 -0
- package/full/array/virtual/entries.js +1 -0
- package/full/array/virtual/every.js +1 -0
- package/full/array/virtual/fill.js +1 -0
- package/full/array/virtual/filter-out.js +1 -0
- package/full/array/virtual/filter-reject.js +1 -0
- package/full/array/virtual/filter.js +1 -0
- package/full/array/virtual/find-index.js +1 -0
- package/full/array/virtual/find-last-index.js +1 -0
- package/full/array/virtual/find-last.js +1 -0
- package/full/array/virtual/find.js +1 -0
- package/full/array/virtual/flat-map.js +1 -0
- package/full/array/virtual/flat.js +1 -0
- package/full/array/virtual/for-each.js +1 -0
- package/full/array/virtual/group-by-to-map.js +1 -0
- package/full/array/virtual/group-by.js +1 -0
- package/full/array/virtual/group-to-map.js +1 -0
- package/full/array/virtual/group.js +1 -0
- package/full/array/virtual/includes.js +1 -0
- package/full/array/virtual/index-of.js +1 -0
- package/full/array/virtual/index.js +1 -0
- package/full/array/virtual/iterator.js +1 -0
- package/full/array/virtual/join.js +1 -0
- package/full/array/virtual/keys.js +1 -0
- package/full/array/virtual/last-index-of.js +1 -0
- package/full/array/virtual/map.js +1 -0
- package/full/array/virtual/push.js +1 -0
- package/full/array/virtual/reduce-right.js +1 -0
- package/full/array/virtual/reduce.js +1 -0
- package/full/array/virtual/reverse.js +1 -0
- package/full/array/virtual/slice.js +1 -0
- package/full/array/virtual/some.js +1 -0
- package/full/array/virtual/sort.js +1 -0
- package/full/array/virtual/splice.js +1 -0
- package/full/array/virtual/to-reversed.js +1 -0
- package/full/array/virtual/to-sorted.js +1 -0
- package/full/array/virtual/to-spliced.js +1 -0
- package/full/array/virtual/unique-by.js +1 -0
- package/full/array/virtual/unshift.js +1 -0
- package/full/array/virtual/values.js +1 -0
- package/full/array/virtual/with.js +1 -0
- package/full/array/with.js +1 -0
- package/full/array-buffer/constructor.js +1 -0
- package/full/array-buffer/detached.js +1 -0
- package/full/array-buffer/index.js +1 -0
- package/full/array-buffer/is-view.js +1 -0
- package/full/array-buffer/slice.js +1 -0
- package/full/array-buffer/transfer-to-fixed-length.js +1 -0
- package/full/array-buffer/transfer.js +1 -0
- package/full/async-disposable-stack/constructor.js +3 -10
- package/full/async-disposable-stack/index.js +3 -10
- package/full/async-iterator/as-indexed-pairs.js +1 -0
- package/full/async-iterator/async-dispose.js +4 -3
- package/full/async-iterator/drop.js +1 -0
- package/full/async-iterator/every.js +1 -0
- package/full/async-iterator/filter.js +1 -0
- package/full/async-iterator/find.js +1 -0
- package/full/async-iterator/flat-map.js +1 -0
- package/full/async-iterator/for-each.js +1 -0
- package/full/async-iterator/from.js +1 -0
- package/full/async-iterator/index.js +1 -1
- package/full/async-iterator/indexed.js +1 -0
- package/full/async-iterator/map.js +1 -0
- package/full/async-iterator/reduce.js +1 -0
- package/full/async-iterator/some.js +1 -0
- package/full/async-iterator/take.js +1 -0
- package/full/async-iterator/to-array.js +1 -0
- package/full/atob.js +1 -0
- package/full/bigint/index.js +1 -0
- package/full/bigint/range.js +1 -0
- package/full/btoa.js +1 -0
- package/full/clear-immediate.js +1 -0
- package/full/composite-key.js +1 -0
- package/full/composite-symbol.js +1 -0
- package/full/data-view/get-float16.js +4 -0
- package/full/data-view/get-uint8-clamped.js +2 -0
- package/full/data-view/index.js +3 -0
- package/full/data-view/set-float16.js +4 -0
- package/full/data-view/set-uint8-clamped.js +2 -0
- package/full/date/get-year.js +1 -0
- package/full/date/index.js +1 -0
- package/full/date/now.js +1 -0
- package/full/date/set-year.js +1 -0
- package/full/date/to-gmt-string.js +1 -0
- package/full/date/to-iso-string.js +1 -0
- package/full/date/to-json.js +1 -0
- package/full/date/to-primitive.js +1 -0
- package/full/date/to-string.js +1 -0
- package/full/disposable-stack/constructor.js +1 -0
- package/full/disposable-stack/index.js +1 -0
- package/full/dom-collections/for-each.js +1 -0
- package/full/dom-collections/index.js +1 -0
- package/full/dom-collections/iterator.js +1 -0
- package/full/dom-exception/constructor.js +1 -0
- package/full/dom-exception/index.js +1 -0
- package/full/dom-exception/to-string-tag.js +1 -0
- package/full/error/constructor.js +1 -0
- package/full/error/index.js +1 -0
- package/full/error/to-string.js +1 -0
- package/full/escape.js +1 -0
- package/full/function/bind.js +1 -0
- package/full/function/demethodize.js +1 -0
- package/full/function/has-instance.js +1 -0
- package/full/function/index.js +1 -0
- package/full/function/is-callable.js +1 -0
- package/full/function/is-constructor.js +1 -0
- package/full/function/metadata.js +1 -0
- package/full/function/name.js +1 -0
- package/full/function/un-this.js +1 -0
- package/full/function/virtual/bind.js +1 -0
- package/full/function/virtual/demethodize.js +1 -0
- package/full/function/virtual/index.js +1 -0
- package/full/function/virtual/un-this.js +1 -0
- package/full/get-iterator-method.js +1 -0
- package/full/get-iterator.js +1 -0
- package/full/global-this.js +1 -0
- package/full/index.js +6 -0
- package/full/instance/at.js +1 -0
- package/full/instance/bind.js +1 -0
- package/full/instance/code-point-at.js +1 -0
- package/full/instance/code-points.js +1 -0
- package/full/instance/concat.js +1 -0
- package/full/instance/copy-within.js +1 -0
- package/full/instance/demethodize.js +1 -0
- package/full/instance/ends-with.js +1 -0
- package/full/instance/entries.js +1 -0
- package/full/instance/every.js +1 -0
- package/full/instance/fill.js +1 -0
- package/full/instance/filter-out.js +1 -0
- package/full/instance/filter-reject.js +1 -0
- package/full/instance/filter.js +1 -0
- package/full/instance/find-index.js +1 -0
- package/full/instance/find-last-index.js +1 -0
- package/full/instance/find-last.js +1 -0
- package/full/instance/find.js +1 -0
- package/full/instance/flags.js +1 -0
- package/full/instance/flat-map.js +1 -0
- package/full/instance/flat.js +1 -0
- package/full/instance/for-each.js +1 -0
- package/full/instance/group-by-to-map.js +1 -0
- package/full/instance/group-by.js +1 -0
- package/full/instance/group-to-map.js +1 -0
- package/full/instance/group.js +1 -0
- package/full/instance/includes.js +1 -0
- package/full/instance/index-of.js +1 -0
- package/full/instance/is-well-formed.js +1 -0
- package/full/instance/keys.js +1 -0
- package/full/instance/last-index-of.js +1 -0
- package/full/instance/map.js +1 -0
- package/full/instance/match-all.js +1 -0
- package/full/instance/pad-end.js +1 -0
- package/full/instance/pad-start.js +1 -0
- package/full/instance/push.js +1 -0
- package/full/instance/reduce-right.js +1 -0
- package/full/instance/reduce.js +1 -0
- package/full/instance/repeat.js +1 -0
- package/full/instance/replace-all.js +1 -0
- package/full/instance/reverse.js +1 -0
- package/full/instance/slice.js +1 -0
- package/full/instance/some.js +1 -0
- package/full/instance/sort.js +1 -0
- package/full/instance/splice.js +1 -0
- package/full/instance/starts-with.js +1 -0
- package/full/instance/to-reversed.js +1 -0
- package/full/instance/to-sorted.js +1 -0
- package/full/instance/to-spliced.js +1 -0
- package/full/instance/to-well-formed.js +1 -0
- package/full/instance/trim-end.js +1 -0
- package/full/instance/trim-left.js +1 -0
- package/full/instance/trim-right.js +1 -0
- package/full/instance/trim-start.js +1 -0
- package/full/instance/trim.js +1 -0
- package/full/instance/un-this.js +1 -0
- package/full/instance/unique-by.js +1 -0
- package/full/instance/unshift.js +1 -0
- package/full/instance/values.js +1 -0
- package/full/instance/with.js +1 -0
- package/full/is-iterable.js +1 -0
- package/full/iterator/as-indexed-pairs.js +1 -0
- package/full/iterator/dispose.js +1 -0
- package/full/iterator/drop.js +1 -0
- package/full/iterator/every.js +1 -0
- package/full/iterator/filter.js +1 -0
- package/full/iterator/find.js +1 -0
- package/full/iterator/flat-map.js +1 -0
- package/full/iterator/for-each.js +1 -0
- package/full/iterator/from.js +1 -0
- package/full/iterator/index.js +1 -0
- package/full/iterator/indexed.js +1 -0
- package/full/iterator/map.js +1 -0
- package/full/iterator/range.js +1 -0
- package/full/iterator/reduce.js +1 -0
- package/full/iterator/some.js +1 -0
- package/full/iterator/take.js +1 -0
- package/full/iterator/to-array.js +1 -0
- package/full/iterator/to-async.js +1 -0
- package/full/json/index.js +1 -0
- package/full/json/is-raw-json.js +1 -0
- package/full/json/parse.js +1 -0
- package/full/json/raw-json.js +1 -0
- package/full/json/stringify.js +1 -0
- package/full/json/to-string-tag.js +1 -0
- package/full/map/delete-all.js +1 -0
- package/full/map/emplace.js +1 -0
- package/full/map/every.js +1 -0
- package/full/map/filter.js +1 -0
- package/full/map/find-key.js +1 -0
- package/full/map/find.js +1 -0
- package/full/map/group-by.js +2 -11
- package/full/map/includes.js +1 -0
- package/full/map/index.js +1 -1
- package/full/map/key-of.js +1 -0
- package/full/map/map-keys.js +1 -0
- package/full/map/map-values.js +1 -0
- package/full/map/merge.js +1 -0
- package/full/map/reduce.js +1 -0
- package/full/map/some.js +1 -0
- package/full/map/update-or-insert.js +1 -0
- package/full/map/update.js +1 -0
- package/full/map/upsert.js +1 -0
- package/full/math/acosh.js +1 -0
- package/full/math/asinh.js +1 -0
- package/full/math/atanh.js +1 -0
- package/full/math/cbrt.js +1 -0
- package/full/math/clamp.js +1 -0
- package/full/math/clz32.js +1 -0
- package/full/math/cosh.js +1 -0
- package/full/math/deg-per-rad.js +1 -0
- package/full/math/degrees.js +1 -0
- package/full/math/expm1.js +1 -0
- package/full/math/f16round.js +4 -0
- package/full/math/fround.js +1 -0
- package/full/math/fscale.js +1 -0
- package/full/math/hypot.js +1 -0
- package/full/math/iaddh.js +1 -0
- package/full/math/imul.js +1 -0
- package/full/math/imulh.js +1 -0
- package/full/math/index.js +1 -0
- package/full/math/isubh.js +1 -0
- package/full/math/log10.js +1 -0
- package/full/math/log1p.js +1 -0
- package/full/math/log2.js +1 -0
- package/full/math/rad-per-deg.js +1 -0
- package/full/math/radians.js +1 -0
- package/full/math/scale.js +1 -0
- package/full/math/seeded-prng.js +1 -0
- package/full/math/sign.js +1 -0
- package/full/math/signbit.js +1 -0
- package/full/math/sinh.js +1 -0
- package/full/math/tanh.js +1 -0
- package/full/math/to-string-tag.js +1 -0
- package/full/math/trunc.js +1 -0
- package/full/math/umulh.js +1 -0
- package/full/number/constructor.js +1 -0
- package/full/number/epsilon.js +1 -0
- package/full/number/from-string.js +1 -0
- package/full/number/index.js +1 -0
- package/full/number/is-finite.js +1 -0
- package/full/number/is-integer.js +1 -0
- package/full/number/is-nan.js +1 -0
- package/full/number/is-safe-integer.js +1 -0
- package/full/number/max-safe-integer.js +1 -0
- package/full/number/min-safe-integer.js +1 -0
- package/full/number/parse-float.js +1 -0
- package/full/number/parse-int.js +1 -0
- package/full/number/range.js +1 -0
- package/full/number/to-exponential.js +1 -0
- package/full/number/to-fixed.js +1 -0
- package/full/number/to-precision.js +1 -0
- package/full/number/virtual/index.js +1 -0
- package/full/number/virtual/to-exponential.js +1 -0
- package/full/number/virtual/to-fixed.js +1 -0
- package/full/number/virtual/to-precision.js +1 -0
- package/full/object/assign.js +1 -0
- package/full/object/create.js +1 -0
- package/full/object/define-getter.js +1 -0
- package/full/object/define-properties.js +1 -0
- package/full/object/define-property.js +1 -0
- package/full/object/define-setter.js +1 -0
- package/full/object/entries.js +1 -0
- package/full/object/freeze.js +1 -0
- package/full/object/from-entries.js +1 -0
- package/full/object/get-own-property-descriptor.js +1 -0
- package/full/object/get-own-property-descriptors.js +1 -0
- package/full/object/get-own-property-names.js +1 -0
- package/full/object/get-own-property-symbols.js +1 -0
- package/full/object/get-prototype-of.js +1 -0
- package/full/object/group-by.js +3 -5
- package/full/object/has-own.js +1 -0
- package/full/object/index.js +1 -1
- package/full/object/is-extensible.js +1 -0
- package/full/object/is-frozen.js +1 -0
- package/full/object/is-sealed.js +1 -0
- package/full/object/is.js +1 -0
- package/full/object/iterate-entries.js +1 -0
- package/full/object/iterate-keys.js +1 -0
- package/full/object/iterate-values.js +1 -0
- package/full/object/keys.js +1 -0
- package/full/object/lookup-getter.js +1 -0
- package/full/object/lookup-setter.js +1 -0
- package/full/object/prevent-extensions.js +1 -0
- package/full/object/proto.js +1 -0
- package/full/object/seal.js +1 -0
- package/full/object/set-prototype-of.js +1 -0
- package/full/object/to-string.js +1 -0
- package/full/object/values.js +1 -0
- package/full/observable/index.js +1 -0
- package/full/parse-float.js +1 -0
- package/full/parse-int.js +1 -0
- package/full/promise/all-settled.js +1 -0
- package/full/promise/any.js +1 -0
- package/full/promise/finally.js +1 -0
- package/full/promise/index.js +1 -1
- package/full/promise/with-resolvers.js +2 -11
- package/full/queue-microtask.js +1 -0
- package/full/reflect/apply.js +1 -0
- package/full/reflect/construct.js +1 -0
- package/full/reflect/define-metadata.js +1 -0
- package/full/reflect/define-property.js +1 -0
- package/full/reflect/delete-metadata.js +1 -0
- package/full/reflect/delete-property.js +1 -0
- package/full/reflect/get-metadata-keys.js +1 -0
- package/full/reflect/get-metadata.js +1 -0
- package/full/reflect/get-own-metadata-keys.js +1 -0
- package/full/reflect/get-own-metadata.js +1 -0
- package/full/reflect/get-own-property-descriptor.js +1 -0
- package/full/reflect/get-prototype-of.js +1 -0
- package/full/reflect/get.js +1 -0
- package/full/reflect/has-metadata.js +1 -0
- package/full/reflect/has-own-metadata.js +1 -0
- package/full/reflect/has.js +1 -0
- package/full/reflect/index.js +1 -0
- package/full/reflect/is-extensible.js +1 -0
- package/full/reflect/metadata.js +1 -0
- package/full/reflect/own-keys.js +1 -0
- package/full/reflect/prevent-extensions.js +1 -0
- package/full/reflect/set-prototype-of.js +1 -0
- package/full/reflect/set.js +1 -0
- package/full/reflect/to-string-tag.js +1 -0
- package/full/regexp/constructor.js +1 -0
- package/full/regexp/dot-all.js +1 -0
- package/full/regexp/flags.js +1 -0
- package/full/regexp/index.js +1 -0
- package/full/regexp/match.js +1 -0
- package/full/regexp/replace.js +1 -0
- package/full/regexp/search.js +1 -0
- package/full/regexp/split.js +1 -0
- package/full/regexp/sticky.js +1 -0
- package/full/regexp/test.js +1 -0
- package/full/regexp/to-string.js +1 -0
- package/full/self.js +1 -0
- package/full/set/add-all.js +1 -0
- package/full/set/delete-all.js +1 -0
- package/full/set/difference.js +1 -0
- package/full/set/every.js +1 -0
- package/full/set/filter.js +1 -0
- package/full/set/find.js +1 -0
- package/full/set/index.js +1 -0
- package/full/set/intersection.js +1 -0
- package/full/set/is-disjoint-from.js +1 -0
- package/full/set/is-subset-of.js +1 -0
- package/full/set/is-superset-of.js +1 -0
- package/full/set/join.js +1 -0
- package/full/set/map.js +1 -0
- package/full/set/reduce.js +1 -0
- package/full/set/some.js +1 -0
- package/full/set/symmetric-difference.js +1 -0
- package/full/set/union.js +1 -0
- package/full/set-immediate.js +1 -0
- package/full/set-interval.js +1 -0
- package/full/set-timeout.js +1 -0
- package/full/string/anchor.js +1 -0
- package/full/string/at.js +1 -0
- package/full/string/big.js +1 -0
- package/full/string/blink.js +1 -0
- package/full/string/bold.js +1 -0
- package/full/string/code-point-at.js +1 -0
- package/full/string/code-points.js +1 -0
- package/full/string/cooked.js +1 -0
- package/full/string/dedent.js +1 -0
- package/full/string/ends-with.js +1 -0
- package/full/string/fixed.js +1 -0
- package/full/string/fontcolor.js +1 -0
- package/full/string/fontsize.js +1 -0
- package/full/string/from-code-point.js +1 -0
- package/full/string/includes.js +1 -0
- package/full/string/index.js +1 -0
- package/full/string/is-well-formed.js +1 -0
- package/full/string/italics.js +1 -0
- package/full/string/iterator.js +1 -0
- package/full/string/link.js +1 -0
- package/full/string/match-all.js +1 -0
- package/full/string/match.js +1 -0
- package/full/string/pad-end.js +1 -0
- package/full/string/pad-start.js +1 -0
- package/full/string/raw.js +1 -0
- package/full/string/repeat.js +1 -0
- package/full/string/replace-all.js +1 -0
- package/full/string/replace.js +1 -0
- package/full/string/search.js +1 -0
- package/full/string/small.js +1 -0
- package/full/string/split.js +1 -0
- package/full/string/starts-with.js +1 -0
- package/full/string/strike.js +1 -0
- package/full/string/sub.js +1 -0
- package/full/string/substr.js +1 -0
- package/full/string/sup.js +1 -0
- package/full/string/to-well-formed.js +1 -0
- package/full/string/trim-end.js +1 -0
- package/full/string/trim-left.js +1 -0
- package/full/string/trim-right.js +1 -0
- package/full/string/trim-start.js +1 -0
- package/full/string/trim.js +1 -0
- package/full/string/virtual/anchor.js +1 -0
- package/full/string/virtual/at.js +1 -0
- package/full/string/virtual/big.js +1 -0
- package/full/string/virtual/blink.js +1 -0
- package/full/string/virtual/bold.js +1 -0
- package/full/string/virtual/code-point-at.js +1 -0
- package/full/string/virtual/code-points.js +1 -0
- package/full/string/virtual/ends-with.js +1 -0
- package/full/string/virtual/fixed.js +1 -0
- package/full/string/virtual/fontcolor.js +1 -0
- package/full/string/virtual/fontsize.js +1 -0
- package/full/string/virtual/includes.js +1 -0
- package/full/string/virtual/index.js +1 -0
- package/full/string/virtual/is-well-formed.js +1 -0
- package/full/string/virtual/italics.js +1 -0
- package/full/string/virtual/iterator.js +1 -0
- package/full/string/virtual/link.js +1 -0
- package/full/string/virtual/match-all.js +1 -0
- package/full/string/virtual/pad-end.js +1 -0
- package/full/string/virtual/pad-start.js +1 -0
- package/full/string/virtual/repeat.js +1 -0
- package/full/string/virtual/replace-all.js +1 -0
- package/full/string/virtual/small.js +1 -0
- package/full/string/virtual/starts-with.js +1 -0
- package/full/string/virtual/strike.js +1 -0
- package/full/string/virtual/sub.js +1 -0
- package/full/string/virtual/substr.js +1 -0
- package/full/string/virtual/sup.js +1 -0
- package/full/string/virtual/to-well-formed.js +1 -0
- package/full/string/virtual/trim-end.js +1 -0
- package/full/string/virtual/trim-left.js +1 -0
- package/full/string/virtual/trim-right.js +1 -0
- package/full/string/virtual/trim-start.js +1 -0
- package/full/string/virtual/trim.js +1 -0
- package/full/structured-clone.js +1 -0
- package/full/suppressed-error.js +1 -0
- package/full/symbol/async-dispose.js +3 -3
- package/full/symbol/async-iterator.js +1 -0
- package/full/symbol/description.js +1 -0
- package/full/symbol/dispose.js +1 -0
- package/full/symbol/for.js +1 -0
- package/full/symbol/has-instance.js +1 -0
- package/full/symbol/index.js +1 -1
- package/full/symbol/is-concat-spreadable.js +1 -0
- package/full/symbol/is-registered-symbol.js +1 -0
- package/full/symbol/is-registered.js +1 -0
- package/full/symbol/is-well-known-symbol.js +1 -0
- package/full/symbol/is-well-known.js +1 -0
- package/full/symbol/iterator.js +1 -0
- package/full/symbol/key-for.js +1 -0
- package/full/symbol/match-all.js +1 -0
- package/full/symbol/match.js +1 -0
- package/full/symbol/matcher.js +1 -0
- package/full/symbol/metadata-key.js +1 -0
- package/full/symbol/metadata.js +1 -0
- package/full/symbol/observable.js +1 -0
- package/full/symbol/pattern-match.js +1 -0
- package/full/symbol/replace-all.js +1 -0
- package/full/symbol/replace.js +1 -0
- package/full/symbol/search.js +1 -0
- package/full/symbol/species.js +1 -0
- package/full/symbol/split.js +1 -0
- package/full/symbol/to-primitive.js +1 -0
- package/full/symbol/to-string-tag.js +1 -0
- package/full/symbol/unscopables.js +1 -0
- package/full/typed-array/at.js +1 -0
- package/full/typed-array/copy-within.js +1 -0
- package/full/typed-array/entries.js +1 -0
- package/full/typed-array/every.js +1 -0
- package/full/typed-array/fill.js +1 -0
- package/full/typed-array/filter-out.js +1 -0
- package/full/typed-array/filter-reject.js +1 -0
- package/full/typed-array/filter.js +1 -0
- package/full/typed-array/find-index.js +1 -0
- package/full/typed-array/find-last-index.js +1 -0
- package/full/typed-array/find-last.js +1 -0
- package/full/typed-array/find.js +1 -0
- package/full/typed-array/float32-array.js +1 -0
- package/full/typed-array/float64-array.js +1 -0
- package/full/typed-array/for-each.js +1 -0
- package/full/typed-array/from-async.js +1 -0
- package/full/typed-array/from.js +1 -0
- package/full/typed-array/group-by.js +1 -0
- package/full/typed-array/includes.js +1 -0
- package/full/typed-array/index-of.js +1 -0
- package/full/typed-array/index.js +1 -0
- package/full/typed-array/int16-array.js +1 -0
- package/full/typed-array/int32-array.js +1 -0
- package/full/typed-array/int8-array.js +1 -0
- package/full/typed-array/iterator.js +1 -0
- package/full/typed-array/join.js +1 -0
- package/full/typed-array/keys.js +1 -0
- package/full/typed-array/last-index-of.js +1 -0
- package/full/typed-array/map.js +1 -0
- package/full/typed-array/methods.js +1 -0
- package/full/typed-array/of.js +1 -0
- package/full/typed-array/reduce-right.js +1 -0
- package/full/typed-array/reduce.js +1 -0
- package/full/typed-array/reverse.js +1 -0
- package/full/typed-array/set.js +1 -0
- package/full/typed-array/slice.js +1 -0
- package/full/typed-array/some.js +1 -0
- package/full/typed-array/sort.js +1 -0
- package/full/typed-array/subarray.js +1 -0
- package/full/typed-array/to-locale-string.js +1 -0
- package/full/typed-array/to-reversed.js +1 -0
- package/full/typed-array/to-sorted.js +1 -0
- package/full/typed-array/to-spliced.js +1 -0
- package/full/typed-array/to-string.js +1 -0
- package/full/typed-array/uint16-array.js +1 -0
- package/full/typed-array/uint32-array.js +1 -0
- package/full/typed-array/uint8-array.js +1 -0
- package/full/typed-array/uint8-clamped-array.js +1 -0
- package/full/typed-array/unique-by.js +1 -0
- package/full/typed-array/values.js +1 -0
- package/full/typed-array/with.js +1 -0
- package/full/unescape.js +1 -0
- package/full/url/can-parse.js +1 -0
- package/full/url/index.js +1 -0
- package/full/url/to-json.js +1 -0
- package/full/url-search-params/index.js +1 -0
- package/full/weak-map/delete-all.js +1 -0
- package/full/weak-map/emplace.js +1 -0
- package/full/weak-map/index.js +1 -0
- package/full/weak-map/upsert.js +1 -0
- package/full/weak-set/add-all.js +1 -0
- package/full/weak-set/delete-all.js +1 -0
- package/full/weak-set/index.js +1 -0
- package/index.js +1 -0
- package/internals/a-callable.js +1 -0
- package/internals/a-constructor.js +1 -0
- package/internals/a-map.js +1 -0
- package/internals/a-possible-prototype.js +1 -0
- package/internals/a-set.js +1 -0
- package/internals/a-weak-map.js +1 -0
- package/internals/a-weak-set.js +1 -0
- package/internals/add-disposable-resource.js +25 -7
- package/internals/add-to-unscopables.js +2 -1
- package/internals/an-instance.js +1 -0
- package/internals/an-object.js +1 -0
- package/internals/array-buffer-basic-detection.js +1 -0
- package/internals/array-buffer-byte-length.js +2 -1
- package/internals/array-buffer-is-detached.js +1 -0
- package/internals/array-buffer-non-extensible.js +1 -0
- package/internals/array-buffer-transfer.js +2 -1
- package/internals/array-buffer.js +1 -1
- package/internals/array-from-constructor-and-list.js +1 -0
- package/internals/array-group.js +1 -0
- package/internals/array-includes.js +3 -2
- package/internals/array-iteration-from-last.js +2 -1
- package/internals/array-iteration.js +8 -7
- package/internals/array-method-has-species-support.js +1 -0
- package/internals/array-reduce.js +1 -0
- package/internals/array-slice-simple.js +3 -1
- package/internals/array-slice.js +1 -0
- package/internals/array-sort.js +1 -0
- package/internals/array-species-constructor.js +1 -0
- package/internals/array-species-create.js +1 -0
- package/internals/array-to-reversed.js +1 -0
- package/internals/array-with.js +1 -0
- package/internals/async-iterator-close.js +1 -0
- package/internals/async-iterator-iteration.js +4 -4
- package/internals/async-iterator-prototype.js +1 -0
- package/internals/async-iterator-wrap.js +1 -0
- package/internals/base64-map.js +1 -0
- package/internals/call-with-safe-iteration-closing.js +1 -0
- package/internals/caller.js +2 -1
- package/internals/check-correctness-of-iteration.js +1 -0
- package/internals/classof-raw.js +1 -0
- package/internals/classof.js +3 -2
- package/internals/collection-strong.js +5 -5
- package/internals/collection.js +6 -6
- package/internals/composite-key.js +1 -0
- package/internals/copy-constructor-properties.js +1 -0
- package/internals/correct-is-regexp-logic.js +1 -0
- package/internals/correct-prototype-getter.js +1 -0
- package/internals/create-html.js +1 -0
- package/internals/create-iter-result-object.js +1 -0
- package/internals/create-non-enumerable-property.js +1 -0
- package/internals/create-property-descriptor.js +1 -0
- package/internals/date-to-iso-string.js +1 -1
- package/internals/define-built-in-accessor.js +1 -0
- package/internals/define-built-in.js +1 -0
- package/internals/define-built-ins.js +1 -0
- package/internals/define-global-property.js +1 -0
- package/internals/descriptors.js +2 -1
- package/internals/document-all.js +1 -0
- package/internals/document-create-element.js +1 -0
- package/internals/does-not-exceed-safe-integer.js +1 -0
- package/internals/dom-exception-constants.js +1 -0
- package/internals/dom-iterables.js +1 -0
- package/internals/dom-token-list-prototype.js +1 -0
- package/internals/engine-ff-version.js +1 -0
- package/internals/engine-is-browser.js +1 -0
- package/internals/engine-is-bun.js +1 -0
- package/internals/engine-is-deno.js +1 -0
- package/internals/engine-is-ie-or-edge.js +1 -0
- package/internals/engine-is-ios-pebble.js +1 -0
- package/internals/engine-is-ios.js +1 -0
- package/internals/engine-is-node.js +3 -1
- package/internals/engine-is-webos-webkit.js +1 -0
- package/internals/engine-user-agent.js +1 -0
- package/internals/engine-v8-version.js +1 -0
- package/internals/engine-webkit-version.js +1 -0
- package/internals/entry-unbind.js +1 -0
- package/internals/entry-virtual.js +1 -0
- package/internals/enum-bug-keys.js +1 -0
- package/internals/error-stack-clear.js +1 -0
- package/internals/error-stack-install.js +1 -0
- package/internals/error-stack-installable.js +1 -0
- package/internals/export.js +1 -0
- package/internals/fails.js +1 -0
- package/internals/fix-regexp-well-known-symbol-logic.js +1 -1
- package/internals/freezing.js +1 -0
- package/internals/function-apply.js +1 -0
- package/internals/function-bind-context.js +1 -0
- package/internals/function-bind-native.js +1 -0
- package/internals/function-bind.js +3 -1
- package/internals/function-call.js +1 -0
- package/internals/function-name.js +1 -0
- package/internals/function-uncurry-this-accessor.js +1 -0
- package/internals/function-uncurry-this-clause.js +1 -0
- package/internals/function-uncurry-this.js +1 -0
- package/internals/get-async-iterator-flattenable.js +1 -0
- package/internals/get-async-iterator.js +1 -0
- package/internals/get-built-in.js +1 -0
- package/internals/get-iterator-direct.js +1 -0
- package/internals/get-iterator-flattenable.js +5 -4
- package/internals/get-iterator-method.js +1 -0
- package/internals/get-iterator.js +1 -0
- package/internals/get-json-replacer-function.js +2 -1
- package/internals/get-method.js +1 -0
- package/internals/get-set-record.js +9 -3
- package/internals/get-substitution.js +1 -0
- package/internals/global.js +2 -1
- package/internals/has-own-property.js +1 -0
- package/internals/hidden-keys.js +1 -0
- package/internals/host-report-errors.js +2 -1
- package/internals/html.js +1 -0
- package/internals/ie8-dom-define.js +2 -1
- package/internals/ieee754.js +23 -11
- package/internals/indexed-object.js +2 -1
- package/internals/inherit-if-required.js +1 -0
- package/internals/inspect-source.js +1 -0
- package/internals/install-error-cause.js +1 -0
- package/internals/internal-metadata.js +1 -0
- package/internals/internal-state.js +1 -0
- package/internals/is-array-iterator-method.js +1 -0
- package/internals/is-array.js +2 -1
- package/internals/is-big-int-array.js +2 -1
- package/internals/is-callable.js +1 -0
- package/internals/is-constructor.js +1 -0
- package/internals/is-data-descriptor.js +1 -0
- package/internals/is-forced.js +3 -2
- package/internals/is-integral-number.js +1 -0
- package/internals/is-iterable.js +1 -0
- package/internals/is-null-or-undefined.js +1 -0
- package/internals/is-object.js +1 -0
- package/internals/is-pure.js +1 -0
- package/internals/is-raw-json.js +1 -0
- package/internals/is-regexp.js +2 -1
- package/internals/is-symbol.js +1 -0
- package/internals/iterate-simple.js +4 -2
- package/internals/iterate.js +1 -0
- package/internals/iterator-close.js +1 -0
- package/internals/iterator-define.js +2 -2
- package/internals/iterators.js +1 -0
- package/internals/length-of-array-like.js +1 -0
- package/internals/make-built-in.js +1 -0
- package/internals/map-helpers.js +1 -0
- package/internals/map-iterate.js +3 -2
- package/internals/math-expm1.js +3 -2
- package/internals/math-fround.js +2 -1
- package/internals/math-log10.js +1 -0
- package/internals/math-log1p.js +1 -0
- package/internals/math-scale.js +2 -1
- package/internals/math-sign.js +2 -1
- package/internals/math-trunc.js +1 -0
- package/internals/microtask.js +1 -0
- package/internals/native-raw-json.js +1 -0
- package/internals/normalize-string-argument.js +1 -0
- package/internals/not-a-nan.js +1 -0
- package/internals/not-a-regexp.js +1 -0
- package/internals/number-is-finite.js +1 -0
- package/internals/number-parse-float.js +2 -1
- package/internals/number-parse-int.js +1 -0
- package/internals/numeric-range-iterator.js +1 -1
- package/internals/object-assign.js +2 -2
- package/internals/object-create.js +1 -0
- package/internals/object-define-properties.js +1 -0
- package/internals/object-define-property.js +1 -0
- package/internals/object-get-own-property-descriptor.js +1 -0
- package/internals/object-get-own-property-names-external.js +2 -1
- package/internals/object-get-own-property-names.js +1 -0
- package/internals/object-get-own-property-symbols.js +1 -0
- package/internals/object-get-prototype-of.js +1 -0
- package/internals/object-is-extensible.js +2 -1
- package/internals/object-is-prototype-of.js +1 -0
- package/internals/object-keys-internal.js +1 -0
- package/internals/object-keys.js +1 -0
- package/internals/object-set-prototype-of.js +1 -0
- package/internals/object-to-array.js +1 -0
- package/internals/observable-forced.js +1 -0
- package/internals/ordinary-to-primitive.js +1 -0
- package/internals/own-keys.js +1 -0
- package/internals/parse-json-string.js +4 -3
- package/internals/path.js +1 -0
- package/internals/perform.js +1 -0
- package/internals/promise-constructor-detection.js +1 -0
- package/internals/promise-native-constructor.js +1 -0
- package/internals/promise-resolve.js +1 -0
- package/internals/promise-statics-incorrect-iteration.js +1 -0
- package/internals/proxy-accessor.js +1 -0
- package/internals/queue.js +1 -0
- package/internals/reflect-metadata.js +1 -0
- package/internals/regexp-exec-abstract.js +1 -0
- package/internals/regexp-get-flags.js +1 -0
- package/internals/regexp-sticky-helpers.js +3 -2
- package/internals/regexp-unsupported-dot-all.js +1 -0
- package/internals/regexp-unsupported-ncg.js +1 -0
- package/internals/require-object-coercible.js +1 -0
- package/internals/same-value-zero.js +2 -1
- package/internals/same-value.js +2 -1
- package/internals/schedulers-fix.js +1 -1
- package/internals/set-clone.js +1 -0
- package/internals/set-helpers.js +1 -0
- package/internals/set-iterate.js +2 -1
- package/internals/set-method-accept-set-like.js +13 -5
- package/internals/set-size.js +1 -0
- package/internals/set-to-string-tag.js +1 -0
- package/internals/shared-key.js +1 -0
- package/internals/shared-store.js +1 -0
- package/internals/shared.js +3 -2
- package/internals/species-constructor.js +1 -0
- package/internals/string-cooked.js +1 -0
- package/internals/string-html-forced.js +1 -0
- package/internals/string-multibyte.js +1 -0
- package/internals/string-pad-webkit-bug.js +1 -0
- package/internals/string-pad.js +2 -1
- package/internals/string-parse.js +1 -0
- package/internals/string-punycode-to-ascii.js +4 -3
- package/internals/string-repeat.js +1 -1
- package/internals/string-trim-forced.js +1 -0
- package/internals/string-trim.js +1 -0
- package/internals/structured-clone-proper-transfer.js +2 -1
- package/internals/symbol-constructor-detection.js +2 -1
- package/internals/symbol-define-to-primitive.js +1 -0
- package/internals/symbol-is-registered.js +1 -0
- package/internals/symbol-is-well-known.js +2 -0
- package/internals/symbol-registry-detection.js +1 -0
- package/internals/task.js +1 -0
- package/internals/this-number-value.js +1 -0
- package/internals/to-absolute-index.js +1 -0
- package/internals/to-big-int.js +1 -0
- package/internals/to-index.js +1 -0
- package/internals/to-indexed-object.js +1 -0
- package/internals/to-integer-or-infinity.js +1 -0
- package/internals/to-length.js +1 -0
- package/internals/to-object.js +1 -0
- package/internals/to-offset.js +1 -0
- package/internals/to-positive-integer.js +1 -0
- package/internals/to-primitive.js +1 -0
- package/internals/to-property-key.js +1 -0
- package/internals/to-set-like.js +1 -0
- package/internals/to-string-tag-support.js +1 -0
- package/internals/to-string.js +1 -0
- package/internals/to-uint8-clamped.js +7 -0
- package/internals/try-node-require.js +1 -0
- package/internals/try-to-string.js +1 -0
- package/internals/typed-array-constructor.js +4 -5
- package/internals/typed-array-constructors-require-wrappers.js +1 -0
- package/internals/typed-array-from-species-and-list.js +1 -0
- package/internals/typed-array-from.js +1 -0
- package/internals/typed-array-species-constructor.js +1 -0
- package/internals/uid.js +1 -0
- package/internals/url-constructor-detection.js +14 -10
- package/internals/use-symbol-as-uid.js +1 -0
- package/internals/v8-prototype-define-bug.js +2 -1
- package/internals/validate-arguments-length.js +1 -0
- package/internals/weak-map-basic-detection.js +1 -0
- package/internals/weak-map-helpers.js +1 -0
- package/internals/weak-set-helpers.js +1 -0
- package/internals/well-known-symbol-define.js +1 -0
- package/internals/well-known-symbol-wrapped.js +1 -0
- package/internals/well-known-symbol.js +1 -0
- package/internals/whitespaces.js +1 -0
- package/modules/es.aggregate-error.cause.js +1 -0
- package/modules/es.aggregate-error.js +1 -0
- package/modules/es.array-buffer.is-view.js +1 -0
- package/modules/es.array.copy-within.js +1 -0
- package/modules/es.array.fill.js +1 -0
- package/modules/es.array.for-each.js +1 -1
- package/modules/es.array.from.js +1 -0
- package/modules/es.array.is-array.js +1 -0
- package/modules/es.array.iterator.js +4 -3
- package/modules/es.array.join.js +1 -1
- package/modules/es.array.last-index-of.js +1 -0
- package/modules/es.array.species.js +1 -0
- package/modules/es.array.unscopables.flat-map.js +1 -0
- package/modules/es.array.unscopables.flat.js +1 -0
- package/modules/es.data-view.constructor.js +1 -0
- package/modules/es.data-view.js +1 -0
- package/modules/es.date.now.js +1 -0
- package/modules/es.date.set-year.js +1 -1
- package/modules/es.date.to-gmt-string.js +1 -0
- package/modules/es.date.to-iso-string.js +1 -0
- package/modules/es.date.to-primitive.js +1 -0
- package/modules/es.date.to-string.js +2 -1
- package/modules/es.error.cause.js +1 -0
- package/modules/es.error.to-string.js +1 -0
- package/modules/es.function.bind.js +1 -0
- package/modules/es.function.name.js +1 -0
- package/modules/es.global-this.js +1 -0
- package/modules/es.json.stringify.js +5 -4
- package/modules/es.json.to-string-tag.js +1 -0
- package/modules/es.map.js +1 -0
- package/modules/es.math.acosh.js +3 -2
- package/modules/es.math.asinh.js +2 -1
- package/modules/es.math.atanh.js +2 -1
- package/modules/es.math.cbrt.js +1 -0
- package/modules/es.math.clz32.js +1 -0
- package/modules/es.math.cosh.js +1 -0
- package/modules/es.math.expm1.js +2 -1
- package/modules/es.math.fround.js +1 -0
- package/modules/es.math.hypot.js +1 -0
- package/modules/es.math.imul.js +2 -1
- package/modules/es.math.log10.js +1 -0
- package/modules/es.math.log1p.js +1 -0
- package/modules/es.math.log2.js +1 -0
- package/modules/es.math.sign.js +1 -0
- package/modules/es.math.sinh.js +2 -1
- package/modules/es.math.tanh.js +2 -1
- package/modules/es.math.to-string-tag.js +1 -0
- package/modules/es.math.trunc.js +1 -0
- package/modules/es.number.epsilon.js +1 -0
- package/modules/es.number.is-finite.js +1 -0
- package/modules/es.number.is-integer.js +1 -0
- package/modules/es.number.is-nan.js +2 -1
- package/modules/es.number.is-safe-integer.js +1 -0
- package/modules/es.number.max-safe-integer.js +1 -0
- package/modules/es.number.min-safe-integer.js +1 -0
- package/modules/es.number.parse-float.js +2 -1
- package/modules/es.number.parse-int.js +2 -1
- package/modules/es.number.to-fixed.js +1 -1
- package/modules/es.object.assign.js +1 -0
- package/modules/es.object.create.js +1 -0
- package/modules/es.object.define-properties.js +1 -0
- package/modules/es.object.define-property.js +1 -0
- package/modules/es.object.entries.js +1 -0
- package/modules/es.object.freeze.js +1 -0
- package/modules/es.object.from-entries.js +1 -0
- package/modules/es.object.get-own-property-descriptor.js +1 -0
- package/modules/es.object.get-own-property-descriptors.js +1 -0
- package/modules/es.object.get-own-property-names.js +1 -0
- package/modules/es.object.get-own-property-symbols.js +1 -0
- package/modules/es.object.get-prototype-of.js +1 -0
- package/modules/es.object.has-own.js +1 -0
- package/modules/es.object.is-extensible.js +1 -0
- package/modules/es.object.is-frozen.js +2 -1
- package/modules/es.object.is-sealed.js +2 -1
- package/modules/es.object.is.js +1 -0
- package/modules/es.object.keys.js +1 -0
- package/modules/es.object.prevent-extensions.js +1 -0
- package/modules/es.object.seal.js +1 -0
- package/modules/es.object.set-prototype-of.js +1 -0
- package/modules/es.object.to-string.js +1 -0
- package/modules/es.object.values.js +1 -0
- package/modules/es.parse-float.js +2 -1
- package/modules/es.parse-int.js +2 -1
- package/modules/es.promise.constructor.js +2 -2
- package/modules/es.promise.js +1 -0
- package/modules/es.reflect.apply.js +1 -0
- package/modules/es.reflect.construct.js +2 -1
- package/modules/es.reflect.define-property.js +1 -0
- package/modules/es.reflect.delete-property.js +1 -0
- package/modules/es.reflect.get-own-property-descriptor.js +1 -0
- package/modules/es.reflect.get-prototype-of.js +1 -0
- package/modules/es.reflect.get.js +1 -0
- package/modules/es.reflect.has.js +1 -0
- package/modules/es.reflect.is-extensible.js +1 -0
- package/modules/es.reflect.own-keys.js +1 -0
- package/modules/es.reflect.prevent-extensions.js +1 -0
- package/modules/es.reflect.set-prototype-of.js +1 -0
- package/modules/es.reflect.set.js +1 -0
- package/modules/es.reflect.to-string-tag.js +1 -0
- package/modules/es.regexp.constructor.js +2 -1
- package/modules/es.regexp.dot-all.js +1 -0
- package/modules/es.regexp.flags.js +1 -0
- package/modules/es.regexp.sticky.js +1 -0
- package/modules/es.regexp.to-string.js +2 -2
- package/modules/es.set.js +1 -0
- package/modules/es.string.from-code-point.js +2 -1
- package/modules/es.string.is-well-formed.js +2 -2
- package/modules/es.string.match-all.js +1 -1
- package/modules/es.string.raw.js +1 -0
- package/modules/es.string.repeat.js +1 -0
- package/modules/es.string.replace.js +8 -3
- package/modules/es.string.split.js +4 -4
- package/modules/es.string.to-well-formed.js +2 -2
- package/modules/es.string.trim-end.js +1 -0
- package/modules/es.string.trim-left.js +1 -0
- package/modules/es.string.trim-right.js +1 -0
- package/modules/es.string.trim-start.js +1 -0
- package/modules/es.symbol.async-iterator.js +1 -0
- package/modules/es.symbol.constructor.js +1 -1
- package/modules/es.symbol.description.js +1 -1
- package/modules/es.symbol.for.js +1 -0
- package/modules/es.symbol.has-instance.js +1 -0
- package/modules/es.symbol.is-concat-spreadable.js +1 -0
- package/modules/es.symbol.iterator.js +1 -0
- package/modules/es.symbol.js +1 -0
- package/modules/es.symbol.key-for.js +1 -0
- package/modules/es.symbol.match-all.js +1 -0
- package/modules/es.symbol.match.js +1 -0
- package/modules/es.symbol.replace.js +1 -0
- package/modules/es.symbol.search.js +1 -0
- package/modules/es.symbol.species.js +1 -0
- package/modules/es.symbol.split.js +1 -0
- package/modules/es.symbol.to-primitive.js +1 -0
- package/modules/es.symbol.to-string-tag.js +1 -0
- package/modules/es.symbol.unscopables.js +1 -0
- package/modules/es.typed-array.float32-array.js +1 -0
- package/modules/es.typed-array.float64-array.js +1 -0
- package/modules/es.typed-array.int16-array.js +1 -0
- package/modules/es.typed-array.int32-array.js +1 -0
- package/modules/es.typed-array.int8-array.js +1 -0
- package/modules/es.typed-array.to-locale-string.js +1 -1
- package/modules/es.typed-array.to-string.js +1 -1
- package/modules/es.typed-array.uint16-array.js +1 -0
- package/modules/es.typed-array.uint32-array.js +1 -0
- package/modules/es.typed-array.uint8-array.js +1 -0
- package/modules/es.typed-array.uint8-clamped-array.js +1 -0
- package/modules/es.weak-map.constructor.js +2 -2
- package/modules/es.weak-map.js +1 -0
- package/modules/es.weak-set.js +1 -0
- package/modules/esnext.aggregate-error.js +1 -0
- package/modules/esnext.array.at.js +1 -0
- package/modules/esnext.array.find-last-index.js +1 -0
- package/modules/esnext.array.find-last.js +1 -0
- package/modules/esnext.array.from-async.js +1 -0
- package/modules/esnext.array.group-by-to-map.js +1 -0
- package/modules/esnext.array.group-to-map.js +1 -0
- package/modules/esnext.array.is-template-object.js +1 -0
- package/modules/esnext.array.last-index.js +1 -1
- package/modules/esnext.array.last-item.js +2 -2
- package/modules/esnext.array.to-reversed.js +1 -0
- package/modules/esnext.array.to-sorted.js +1 -0
- package/modules/esnext.array.to-spliced.js +1 -0
- package/modules/esnext.array.with.js +1 -0
- package/modules/esnext.async-disposable-stack.constructor.js +4 -4
- package/modules/esnext.async-iterator.as-indexed-pairs.js +1 -0
- package/modules/esnext.async-iterator.constructor.js +4 -0
- package/modules/esnext.async-iterator.drop.js +2 -1
- package/modules/esnext.async-iterator.filter.js +2 -1
- package/modules/esnext.async-iterator.flat-map.js +2 -1
- package/modules/esnext.async-iterator.from.js +3 -1
- package/modules/esnext.async-iterator.indexed.js +1 -0
- package/modules/esnext.async-iterator.map.js +3 -1
- package/modules/esnext.async-iterator.take.js +2 -1
- package/modules/esnext.composite-key.js +1 -0
- package/modules/esnext.composite-symbol.js +2 -1
- package/modules/esnext.data-view.get-float16.js +16 -0
- package/modules/esnext.data-view.get-uint8-clamped.js +14 -0
- package/modules/esnext.data-view.set-float16.js +21 -0
- package/modules/esnext.data-view.set-uint8-clamped.js +20 -0
- package/modules/esnext.disposable-stack.constructor.js +3 -3
- package/modules/esnext.function.demethodize.js +1 -0
- package/modules/esnext.function.is-callable.js +1 -0
- package/modules/esnext.function.is-constructor.js +1 -0
- package/modules/esnext.function.metadata.js +1 -0
- package/modules/esnext.function.un-this.js +1 -0
- package/modules/esnext.global-this.js +1 -0
- package/modules/esnext.iterator.as-indexed-pairs.js +1 -0
- package/modules/esnext.iterator.constructor.js +3 -0
- package/modules/esnext.iterator.drop.js +2 -1
- package/modules/esnext.iterator.filter.js +2 -1
- package/modules/esnext.iterator.flat-map.js +3 -2
- package/modules/esnext.iterator.from.js +4 -2
- package/modules/esnext.iterator.indexed.js +1 -0
- package/modules/esnext.iterator.map.js +3 -1
- package/modules/esnext.iterator.take.js +2 -1
- package/modules/esnext.iterator.to-async.js +2 -1
- package/modules/esnext.json.is-raw-json.js +1 -0
- package/modules/esnext.json.parse.js +14 -14
- package/modules/esnext.json.raw-json.js +3 -3
- package/modules/esnext.map.from.js +1 -0
- package/modules/esnext.map.group-by.js +2 -1
- package/modules/esnext.map.of.js +1 -0
- package/modules/esnext.math.clamp.js +1 -0
- package/modules/esnext.math.deg-per-rad.js +1 -0
- package/modules/esnext.math.degrees.js +1 -0
- package/modules/esnext.math.f16round.js +16 -0
- package/modules/esnext.math.fscale.js +1 -0
- package/modules/esnext.math.iaddh.js +1 -0
- package/modules/esnext.math.imulh.js +1 -0
- package/modules/esnext.math.isubh.js +1 -0
- package/modules/esnext.math.rad-per-deg.js +1 -0
- package/modules/esnext.math.radians.js +1 -0
- package/modules/esnext.math.scale.js +1 -0
- package/modules/esnext.math.seeded-prng.js +1 -0
- package/modules/esnext.math.signbit.js +2 -1
- package/modules/esnext.math.umulh.js +1 -0
- package/modules/esnext.number.from-string.js +1 -1
- package/modules/esnext.object.group-by.js +1 -1
- package/modules/esnext.object.has-own.js +1 -0
- package/modules/esnext.observable.js +1 -0
- package/modules/esnext.promise.all-settled.js +1 -0
- package/modules/esnext.promise.any.js +1 -0
- package/modules/esnext.promise.with-resolvers.js +1 -1
- package/modules/esnext.reflect.define-metadata.js +1 -0
- package/modules/esnext.reflect.delete-metadata.js +1 -0
- package/modules/esnext.reflect.get-metadata-keys.js +1 -0
- package/modules/esnext.reflect.get-metadata.js +1 -0
- package/modules/esnext.reflect.get-own-metadata-keys.js +1 -0
- package/modules/esnext.reflect.get-own-metadata.js +1 -0
- package/modules/esnext.reflect.has-metadata.js +1 -0
- package/modules/esnext.reflect.has-own-metadata.js +1 -0
- package/modules/esnext.reflect.metadata.js +1 -0
- package/modules/esnext.set.difference.v2.js +1 -0
- package/modules/esnext.set.from.js +1 -0
- package/modules/esnext.set.intersection.v2.js +2 -1
- package/modules/esnext.set.is-disjoint-from.v2.js +1 -0
- package/modules/esnext.set.is-subset-of.v2.js +1 -0
- package/modules/esnext.set.is-superset-of.v2.js +1 -0
- package/modules/esnext.set.of.js +1 -0
- package/modules/esnext.set.symmetric-difference.v2.js +1 -0
- package/modules/esnext.set.union.v2.js +1 -0
- package/modules/esnext.string.at-alternative.js +1 -0
- package/modules/esnext.string.cooked.js +1 -0
- package/modules/esnext.string.dedent.js +8 -3
- package/modules/esnext.string.is-well-formed.js +1 -0
- package/modules/esnext.string.match-all.js +1 -0
- package/modules/esnext.string.replace-all.js +1 -0
- package/modules/esnext.string.to-well-formed.js +1 -0
- package/modules/esnext.symbol.async-dispose.js +16 -0
- package/modules/esnext.symbol.dispose.js +16 -0
- package/modules/esnext.symbol.is-registered-symbol.js +1 -0
- package/modules/esnext.symbol.is-registered.js +1 -0
- package/modules/esnext.symbol.is-well-known-symbol.js +1 -0
- package/modules/esnext.symbol.is-well-known.js +1 -0
- package/modules/esnext.symbol.matcher.js +1 -0
- package/modules/esnext.symbol.metadata-key.js +1 -0
- package/modules/esnext.symbol.metadata.js +1 -0
- package/modules/esnext.symbol.observable.js +1 -0
- package/modules/esnext.symbol.pattern-match.js +1 -0
- package/modules/esnext.symbol.replace-all.js +1 -0
- package/modules/esnext.typed-array.at.js +1 -0
- package/modules/esnext.typed-array.find-last-index.js +1 -0
- package/modules/esnext.typed-array.find-last.js +1 -0
- package/modules/esnext.typed-array.to-reversed.js +1 -0
- package/modules/esnext.typed-array.to-sorted.js +1 -0
- package/modules/esnext.typed-array.with.js +1 -0
- package/modules/esnext.weak-map.from.js +1 -0
- package/modules/esnext.weak-map.of.js +1 -0
- package/modules/esnext.weak-set.from.js +1 -0
- package/modules/esnext.weak-set.of.js +1 -0
- package/modules/web.atob.js +3 -2
- package/modules/web.btoa.js +1 -0
- package/modules/web.clear-immediate.js +1 -0
- package/modules/web.dom-collections.for-each.js +1 -0
- package/modules/web.dom-collections.iterator.js +1 -0
- package/modules/web.dom-exception.constructor.js +1 -1
- package/modules/web.dom-exception.to-string-tag.js +1 -0
- package/modules/web.immediate.js +1 -0
- package/modules/web.queue-microtask.js +1 -0
- package/modules/web.set-immediate.js +1 -0
- package/modules/web.set-interval.js +1 -0
- package/modules/web.set-timeout.js +1 -0
- package/modules/web.structured-clone.js +5 -4
- package/modules/web.timers.js +1 -0
- package/modules/web.url-search-params.delete.js +4 -1
- package/modules/web.url-search-params.has.js +3 -1
- package/modules/web.url-search-params.js +1 -0
- package/modules/web.url.can-parse.js +1 -0
- package/modules/web.url.constructor.js +129 -125
- package/modules/web.url.js +1 -0
- package/package.json +1 -1
- package/postinstall.js +1 -0
- package/proposals/accessible-object-hasownproperty.js +1 -0
- package/proposals/array-buffer-transfer.js +1 -0
- package/proposals/array-filtering-stage-1.js +1 -0
- package/proposals/array-filtering.js +1 -0
- package/proposals/array-find-from-last.js +1 -0
- package/proposals/array-flat-map.js +1 -0
- package/proposals/array-from-async-stage-2.js +1 -0
- package/proposals/array-from-async.js +1 -0
- package/proposals/array-grouping-stage-3-2.js +1 -0
- package/proposals/array-grouping-stage-3.js +1 -0
- package/proposals/array-grouping-v2.js +1 -0
- package/proposals/array-grouping.js +1 -0
- package/proposals/array-includes.js +1 -0
- package/proposals/array-is-template-object.js +1 -0
- package/proposals/array-last.js +1 -0
- package/proposals/array-unique.js +1 -0
- package/proposals/async-explicit-resource-management.js +2 -0
- package/proposals/async-iteration.js +1 -0
- package/proposals/async-iterator-helpers.js +1 -0
- package/proposals/change-array-by-copy-stage-4.js +1 -0
- package/proposals/change-array-by-copy.js +1 -0
- package/proposals/collection-methods.js +1 -0
- package/proposals/collection-of-from.js +1 -0
- package/proposals/data-view-get-set-uint8-clamped.js +4 -0
- package/proposals/decorator-metadata-v2.js +1 -0
- package/proposals/decorator-metadata.js +1 -0
- package/proposals/decorators.js +1 -0
- package/proposals/efficient-64-bit-arithmetic.js +1 -0
- package/proposals/error-cause.js +1 -0
- package/proposals/explicit-resource-management.js +4 -0
- package/proposals/float16.js +5 -0
- package/proposals/function-demethodize.js +1 -0
- package/proposals/function-is-callable-is-constructor.js +1 -0
- package/proposals/function-un-this.js +1 -0
- package/proposals/global-this.js +1 -0
- package/proposals/index.js +1 -0
- package/proposals/iterator-helpers-stage-3-2.js +1 -0
- package/proposals/iterator-helpers-stage-3.js +1 -0
- package/proposals/iterator-helpers.js +1 -0
- package/proposals/iterator-range.js +1 -0
- package/proposals/json-parse-with-source.js +1 -0
- package/proposals/keys-composition.js +1 -0
- package/proposals/map-update-or-insert.js +1 -0
- package/proposals/map-upsert-stage-2.js +1 -0
- package/proposals/map-upsert.js +1 -0
- package/proposals/math-extensions.js +1 -0
- package/proposals/math-signbit.js +1 -0
- package/proposals/number-from-string.js +1 -0
- package/proposals/number-range.js +1 -0
- package/proposals/object-from-entries.js +1 -0
- package/proposals/object-getownpropertydescriptors.js +1 -0
- package/proposals/object-iteration.js +1 -0
- package/proposals/object-values-entries.js +1 -0
- package/proposals/observable.js +1 -0
- package/proposals/pattern-matching.js +1 -0
- package/proposals/promise-all-settled.js +1 -0
- package/proposals/promise-any.js +1 -0
- package/proposals/promise-finally.js +1 -0
- package/proposals/promise-try.js +1 -0
- package/proposals/promise-with-resolvers.js +1 -0
- package/proposals/reflect-metadata.js +1 -0
- package/proposals/regexp-dotall-flag.js +1 -0
- package/proposals/regexp-named-groups.js +1 -0
- package/proposals/relative-indexing-method.js +1 -0
- package/proposals/seeded-random.js +1 -0
- package/proposals/set-methods-v2.js +1 -0
- package/proposals/set-methods.js +1 -0
- package/proposals/string-at.js +1 -0
- package/proposals/string-code-points.js +1 -0
- package/proposals/string-cooked.js +1 -0
- package/proposals/string-dedent.js +1 -0
- package/proposals/string-left-right-trim.js +1 -0
- package/proposals/string-match-all.js +1 -0
- package/proposals/string-padding.js +1 -0
- package/proposals/string-replace-all-stage-4.js +1 -0
- package/proposals/string-replace-all.js +1 -0
- package/proposals/symbol-description.js +1 -0
- package/proposals/symbol-predicates-v2.js +1 -0
- package/proposals/symbol-predicates.js +1 -0
- package/proposals/url.js +1 -0
- package/proposals/using-statement.js +1 -0
- package/proposals/well-formed-stringify.js +1 -0
- package/proposals/well-formed-unicode-strings.js +1 -0
- package/stable/aggregate-error.js +1 -0
- package/stable/array/at.js +1 -0
- package/stable/array/concat.js +1 -0
- package/stable/array/copy-within.js +1 -0
- package/stable/array/entries.js +1 -0
- package/stable/array/every.js +1 -0
- package/stable/array/fill.js +1 -0
- package/stable/array/filter.js +1 -0
- package/stable/array/find-index.js +1 -0
- package/stable/array/find-last-index.js +1 -0
- package/stable/array/find-last.js +1 -0
- package/stable/array/find.js +1 -0
- package/stable/array/flat-map.js +1 -0
- package/stable/array/flat.js +1 -0
- package/stable/array/for-each.js +1 -0
- package/stable/array/from.js +1 -0
- package/stable/array/includes.js +1 -0
- package/stable/array/index-of.js +1 -0
- package/stable/array/index.js +1 -0
- package/stable/array/is-array.js +1 -0
- package/stable/array/iterator.js +1 -0
- package/stable/array/join.js +1 -0
- package/stable/array/keys.js +1 -0
- package/stable/array/last-index-of.js +1 -0
- package/stable/array/map.js +1 -0
- package/stable/array/of.js +1 -0
- package/stable/array/push.js +1 -0
- package/stable/array/reduce-right.js +1 -0
- package/stable/array/reduce.js +1 -0
- package/stable/array/reverse.js +1 -0
- package/stable/array/slice.js +1 -0
- package/stable/array/some.js +1 -0
- package/stable/array/sort.js +1 -0
- package/stable/array/splice.js +1 -0
- package/stable/array/to-reversed.js +1 -0
- package/stable/array/to-sorted.js +1 -0
- package/stable/array/to-spliced.js +1 -0
- package/stable/array/unshift.js +1 -0
- package/stable/array/values.js +1 -0
- package/stable/array/virtual/at.js +1 -0
- package/stable/array/virtual/concat.js +1 -0
- package/stable/array/virtual/copy-within.js +1 -0
- package/stable/array/virtual/entries.js +1 -0
- package/stable/array/virtual/every.js +1 -0
- package/stable/array/virtual/fill.js +1 -0
- package/stable/array/virtual/filter.js +1 -0
- package/stable/array/virtual/find-index.js +1 -0
- package/stable/array/virtual/find-last-index.js +1 -0
- package/stable/array/virtual/find-last.js +1 -0
- package/stable/array/virtual/find.js +1 -0
- package/stable/array/virtual/flat-map.js +1 -0
- package/stable/array/virtual/flat.js +1 -0
- package/stable/array/virtual/for-each.js +1 -0
- package/stable/array/virtual/includes.js +1 -0
- package/stable/array/virtual/index-of.js +1 -0
- package/stable/array/virtual/index.js +1 -0
- package/stable/array/virtual/iterator.js +1 -0
- package/stable/array/virtual/join.js +1 -0
- package/stable/array/virtual/keys.js +1 -0
- package/stable/array/virtual/last-index-of.js +1 -0
- package/stable/array/virtual/map.js +1 -0
- package/stable/array/virtual/push.js +1 -0
- package/stable/array/virtual/reduce-right.js +1 -0
- package/stable/array/virtual/reduce.js +1 -0
- package/stable/array/virtual/reverse.js +1 -0
- package/stable/array/virtual/slice.js +1 -0
- package/stable/array/virtual/some.js +1 -0
- package/stable/array/virtual/sort.js +1 -0
- package/stable/array/virtual/splice.js +1 -0
- package/stable/array/virtual/to-reversed.js +1 -0
- package/stable/array/virtual/to-sorted.js +1 -0
- package/stable/array/virtual/to-spliced.js +1 -0
- package/stable/array/virtual/unshift.js +1 -0
- package/stable/array/virtual/values.js +1 -0
- package/stable/array/virtual/with.js +1 -0
- package/stable/array/with.js +1 -0
- package/stable/array-buffer/constructor.js +1 -0
- package/stable/array-buffer/index.js +1 -0
- package/stable/array-buffer/is-view.js +1 -0
- package/stable/array-buffer/slice.js +1 -0
- package/stable/atob.js +1 -0
- package/stable/btoa.js +1 -0
- package/stable/clear-immediate.js +1 -0
- package/stable/data-view/index.js +1 -0
- package/stable/date/get-year.js +1 -0
- package/stable/date/index.js +1 -0
- package/stable/date/now.js +1 -0
- package/stable/date/set-year.js +1 -0
- package/stable/date/to-gmt-string.js +1 -0
- package/stable/date/to-iso-string.js +1 -0
- package/stable/date/to-json.js +1 -0
- package/stable/date/to-primitive.js +1 -0
- package/stable/date/to-string.js +1 -0
- package/stable/dom-collections/for-each.js +1 -0
- package/stable/dom-collections/index.js +1 -0
- package/stable/dom-collections/iterator.js +1 -0
- package/stable/dom-exception/constructor.js +1 -0
- package/stable/dom-exception/index.js +1 -0
- package/stable/dom-exception/to-string-tag.js +1 -0
- package/stable/error/constructor.js +1 -0
- package/stable/error/index.js +1 -0
- package/stable/error/to-string.js +1 -0
- package/stable/escape.js +1 -0
- package/stable/function/bind.js +1 -0
- package/stable/function/has-instance.js +1 -0
- package/stable/function/index.js +1 -0
- package/stable/function/name.js +1 -0
- package/stable/function/virtual/bind.js +1 -0
- package/stable/function/virtual/index.js +1 -0
- package/stable/get-iterator-method.js +1 -0
- package/stable/get-iterator.js +1 -0
- package/stable/global-this.js +1 -0
- package/stable/index.js +1 -0
- package/stable/instance/at.js +1 -0
- package/stable/instance/bind.js +1 -0
- package/stable/instance/code-point-at.js +1 -0
- package/stable/instance/concat.js +1 -0
- package/stable/instance/copy-within.js +1 -0
- package/stable/instance/ends-with.js +1 -0
- package/stable/instance/entries.js +1 -0
- package/stable/instance/every.js +1 -0
- package/stable/instance/fill.js +1 -0
- package/stable/instance/filter.js +1 -0
- package/stable/instance/find-index.js +1 -0
- package/stable/instance/find-last-index.js +1 -0
- package/stable/instance/find-last.js +1 -0
- package/stable/instance/find.js +1 -0
- package/stable/instance/flags.js +1 -0
- package/stable/instance/flat-map.js +1 -0
- package/stable/instance/flat.js +1 -0
- package/stable/instance/for-each.js +1 -0
- package/stable/instance/includes.js +1 -0
- package/stable/instance/index-of.js +1 -0
- package/stable/instance/is-well-formed.js +1 -0
- package/stable/instance/keys.js +1 -0
- package/stable/instance/last-index-of.js +1 -0
- package/stable/instance/map.js +1 -0
- package/stable/instance/match-all.js +1 -0
- package/stable/instance/pad-end.js +1 -0
- package/stable/instance/pad-start.js +1 -0
- package/stable/instance/push.js +1 -0
- package/stable/instance/reduce-right.js +1 -0
- package/stable/instance/reduce.js +1 -0
- package/stable/instance/repeat.js +1 -0
- package/stable/instance/replace-all.js +1 -0
- package/stable/instance/reverse.js +1 -0
- package/stable/instance/slice.js +1 -0
- package/stable/instance/some.js +1 -0
- package/stable/instance/sort.js +1 -0
- package/stable/instance/splice.js +1 -0
- package/stable/instance/starts-with.js +1 -0
- package/stable/instance/to-reversed.js +1 -0
- package/stable/instance/to-sorted.js +1 -0
- package/stable/instance/to-spliced.js +1 -0
- package/stable/instance/to-well-formed.js +1 -0
- package/stable/instance/trim-end.js +1 -0
- package/stable/instance/trim-left.js +1 -0
- package/stable/instance/trim-right.js +1 -0
- package/stable/instance/trim-start.js +1 -0
- package/stable/instance/trim.js +1 -0
- package/stable/instance/unshift.js +1 -0
- package/stable/instance/values.js +1 -0
- package/stable/instance/with.js +1 -0
- package/stable/is-iterable.js +1 -0
- package/stable/json/index.js +1 -0
- package/stable/json/stringify.js +1 -0
- package/stable/json/to-string-tag.js +1 -0
- package/stable/map/index.js +1 -0
- package/stable/math/acosh.js +1 -0
- package/stable/math/asinh.js +1 -0
- package/stable/math/atanh.js +1 -0
- package/stable/math/cbrt.js +1 -0
- package/stable/math/clz32.js +1 -0
- package/stable/math/cosh.js +1 -0
- package/stable/math/expm1.js +1 -0
- package/stable/math/fround.js +1 -0
- package/stable/math/hypot.js +1 -0
- package/stable/math/imul.js +1 -0
- package/stable/math/index.js +1 -0
- package/stable/math/log10.js +1 -0
- package/stable/math/log1p.js +1 -0
- package/stable/math/log2.js +1 -0
- package/stable/math/sign.js +1 -0
- package/stable/math/sinh.js +1 -0
- package/stable/math/tanh.js +1 -0
- package/stable/math/to-string-tag.js +1 -0
- package/stable/math/trunc.js +1 -0
- package/stable/number/constructor.js +1 -0
- package/stable/number/epsilon.js +1 -0
- package/stable/number/index.js +1 -0
- package/stable/number/is-finite.js +1 -0
- package/stable/number/is-integer.js +1 -0
- package/stable/number/is-nan.js +1 -0
- package/stable/number/is-safe-integer.js +1 -0
- package/stable/number/max-safe-integer.js +1 -0
- package/stable/number/min-safe-integer.js +1 -0
- package/stable/number/parse-float.js +1 -0
- package/stable/number/parse-int.js +1 -0
- package/stable/number/to-exponential.js +1 -0
- package/stable/number/to-fixed.js +1 -0
- package/stable/number/to-precision.js +1 -0
- package/stable/number/virtual/index.js +1 -0
- package/stable/number/virtual/to-exponential.js +1 -0
- package/stable/number/virtual/to-fixed.js +1 -0
- package/stable/number/virtual/to-precision.js +1 -0
- package/stable/object/assign.js +1 -0
- package/stable/object/create.js +1 -0
- package/stable/object/define-getter.js +1 -0
- package/stable/object/define-properties.js +1 -0
- package/stable/object/define-property.js +1 -0
- package/stable/object/define-setter.js +1 -0
- package/stable/object/entries.js +1 -0
- package/stable/object/freeze.js +1 -0
- package/stable/object/from-entries.js +1 -0
- package/stable/object/get-own-property-descriptor.js +1 -0
- package/stable/object/get-own-property-descriptors.js +1 -0
- package/stable/object/get-own-property-names.js +1 -0
- package/stable/object/get-own-property-symbols.js +1 -0
- package/stable/object/get-prototype-of.js +1 -0
- package/stable/object/has-own.js +1 -0
- package/stable/object/index.js +1 -0
- package/stable/object/is-extensible.js +1 -0
- package/stable/object/is-frozen.js +1 -0
- package/stable/object/is-sealed.js +1 -0
- package/stable/object/is.js +1 -0
- package/stable/object/keys.js +1 -0
- package/stable/object/lookup-getter.js +1 -0
- package/stable/object/lookup-setter.js +1 -0
- package/stable/object/prevent-extensions.js +1 -0
- package/stable/object/proto.js +1 -0
- package/stable/object/seal.js +1 -0
- package/stable/object/set-prototype-of.js +1 -0
- package/stable/object/to-string.js +1 -0
- package/stable/object/values.js +1 -0
- package/stable/parse-float.js +1 -0
- package/stable/parse-int.js +1 -0
- package/stable/promise/all-settled.js +1 -0
- package/stable/promise/any.js +1 -0
- package/stable/promise/finally.js +1 -0
- package/stable/promise/index.js +1 -0
- package/stable/queue-microtask.js +1 -0
- package/stable/reflect/apply.js +1 -0
- package/stable/reflect/construct.js +1 -0
- package/stable/reflect/define-property.js +1 -0
- package/stable/reflect/delete-property.js +1 -0
- package/stable/reflect/get-own-property-descriptor.js +1 -0
- package/stable/reflect/get-prototype-of.js +1 -0
- package/stable/reflect/get.js +1 -0
- package/stable/reflect/has.js +1 -0
- package/stable/reflect/index.js +1 -0
- package/stable/reflect/is-extensible.js +1 -0
- package/stable/reflect/own-keys.js +1 -0
- package/stable/reflect/prevent-extensions.js +1 -0
- package/stable/reflect/set-prototype-of.js +1 -0
- package/stable/reflect/set.js +1 -0
- package/stable/reflect/to-string-tag.js +1 -0
- package/stable/regexp/constructor.js +1 -0
- package/stable/regexp/dot-all.js +1 -0
- package/stable/regexp/flags.js +1 -0
- package/stable/regexp/index.js +1 -0
- package/stable/regexp/match.js +1 -0
- package/stable/regexp/replace.js +1 -0
- package/stable/regexp/search.js +1 -0
- package/stable/regexp/split.js +1 -0
- package/stable/regexp/sticky.js +1 -0
- package/stable/regexp/test.js +1 -0
- package/stable/regexp/to-string.js +1 -0
- package/stable/self.js +1 -0
- package/stable/set/index.js +1 -0
- package/stable/set-immediate.js +1 -0
- package/stable/set-interval.js +1 -0
- package/stable/set-timeout.js +1 -0
- package/stable/string/anchor.js +1 -0
- package/stable/string/at.js +1 -0
- package/stable/string/big.js +1 -0
- package/stable/string/blink.js +1 -0
- package/stable/string/bold.js +1 -0
- package/stable/string/code-point-at.js +1 -0
- package/stable/string/ends-with.js +1 -0
- package/stable/string/fixed.js +1 -0
- package/stable/string/fontcolor.js +1 -0
- package/stable/string/fontsize.js +1 -0
- package/stable/string/from-code-point.js +1 -0
- package/stable/string/includes.js +1 -0
- package/stable/string/index.js +1 -0
- package/stable/string/is-well-formed.js +1 -0
- package/stable/string/italics.js +1 -0
- package/stable/string/iterator.js +1 -0
- package/stable/string/link.js +1 -0
- package/stable/string/match-all.js +1 -0
- package/stable/string/match.js +1 -0
- package/stable/string/pad-end.js +1 -0
- package/stable/string/pad-start.js +1 -0
- package/stable/string/raw.js +1 -0
- package/stable/string/repeat.js +1 -0
- package/stable/string/replace-all.js +1 -0
- package/stable/string/replace.js +1 -0
- package/stable/string/search.js +1 -0
- package/stable/string/small.js +1 -0
- package/stable/string/split.js +1 -0
- package/stable/string/starts-with.js +1 -0
- package/stable/string/strike.js +1 -0
- package/stable/string/sub.js +1 -0
- package/stable/string/substr.js +1 -0
- package/stable/string/sup.js +1 -0
- package/stable/string/to-well-formed.js +1 -0
- package/stable/string/trim-end.js +1 -0
- package/stable/string/trim-left.js +1 -0
- package/stable/string/trim-right.js +1 -0
- package/stable/string/trim-start.js +1 -0
- package/stable/string/trim.js +1 -0
- package/stable/string/virtual/anchor.js +1 -0
- package/stable/string/virtual/at.js +1 -0
- package/stable/string/virtual/big.js +1 -0
- package/stable/string/virtual/blink.js +1 -0
- package/stable/string/virtual/bold.js +1 -0
- package/stable/string/virtual/code-point-at.js +1 -0
- package/stable/string/virtual/ends-with.js +1 -0
- package/stable/string/virtual/fixed.js +1 -0
- package/stable/string/virtual/fontcolor.js +1 -0
- package/stable/string/virtual/fontsize.js +1 -0
- package/stable/string/virtual/includes.js +1 -0
- package/stable/string/virtual/index.js +1 -0
- package/stable/string/virtual/is-well-formed.js +1 -0
- package/stable/string/virtual/italics.js +1 -0
- package/stable/string/virtual/iterator.js +1 -0
- package/stable/string/virtual/link.js +1 -0
- package/stable/string/virtual/match-all.js +1 -0
- package/stable/string/virtual/pad-end.js +1 -0
- package/stable/string/virtual/pad-start.js +1 -0
- package/stable/string/virtual/repeat.js +1 -0
- package/stable/string/virtual/replace-all.js +1 -0
- package/stable/string/virtual/small.js +1 -0
- package/stable/string/virtual/starts-with.js +1 -0
- package/stable/string/virtual/strike.js +1 -0
- package/stable/string/virtual/sub.js +1 -0
- package/stable/string/virtual/substr.js +1 -0
- package/stable/string/virtual/sup.js +1 -0
- package/stable/string/virtual/to-well-formed.js +1 -0
- package/stable/string/virtual/trim-end.js +1 -0
- package/stable/string/virtual/trim-left.js +1 -0
- package/stable/string/virtual/trim-right.js +1 -0
- package/stable/string/virtual/trim-start.js +1 -0
- package/stable/string/virtual/trim.js +1 -0
- package/stable/structured-clone.js +1 -0
- package/stable/symbol/async-iterator.js +1 -0
- package/stable/symbol/description.js +1 -0
- package/stable/symbol/for.js +1 -0
- package/stable/symbol/has-instance.js +1 -0
- package/stable/symbol/index.js +1 -0
- package/stable/symbol/is-concat-spreadable.js +1 -0
- package/stable/symbol/iterator.js +1 -0
- package/stable/symbol/key-for.js +1 -0
- package/stable/symbol/match-all.js +1 -0
- package/stable/symbol/match.js +1 -0
- package/stable/symbol/replace.js +1 -0
- package/stable/symbol/search.js +1 -0
- package/stable/symbol/species.js +1 -0
- package/stable/symbol/split.js +1 -0
- package/stable/symbol/to-primitive.js +1 -0
- package/stable/symbol/to-string-tag.js +1 -0
- package/stable/symbol/unscopables.js +1 -0
- package/stable/typed-array/at.js +1 -0
- package/stable/typed-array/copy-within.js +1 -0
- package/stable/typed-array/entries.js +1 -0
- package/stable/typed-array/every.js +1 -0
- package/stable/typed-array/fill.js +1 -0
- package/stable/typed-array/filter.js +1 -0
- package/stable/typed-array/find-index.js +1 -0
- package/stable/typed-array/find-last-index.js +1 -0
- package/stable/typed-array/find-last.js +1 -0
- package/stable/typed-array/find.js +1 -0
- package/stable/typed-array/float32-array.js +1 -0
- package/stable/typed-array/float64-array.js +1 -0
- package/stable/typed-array/for-each.js +1 -0
- package/stable/typed-array/from.js +1 -0
- package/stable/typed-array/includes.js +1 -0
- package/stable/typed-array/index-of.js +1 -0
- package/stable/typed-array/index.js +1 -0
- package/stable/typed-array/int16-array.js +1 -0
- package/stable/typed-array/int32-array.js +1 -0
- package/stable/typed-array/int8-array.js +1 -0
- package/stable/typed-array/iterator.js +1 -0
- package/stable/typed-array/join.js +1 -0
- package/stable/typed-array/keys.js +1 -0
- package/stable/typed-array/last-index-of.js +1 -0
- package/stable/typed-array/map.js +1 -0
- package/stable/typed-array/methods.js +1 -0
- package/stable/typed-array/of.js +1 -0
- package/stable/typed-array/reduce-right.js +1 -0
- package/stable/typed-array/reduce.js +1 -0
- package/stable/typed-array/reverse.js +1 -0
- package/stable/typed-array/set.js +1 -0
- package/stable/typed-array/slice.js +1 -0
- package/stable/typed-array/some.js +1 -0
- package/stable/typed-array/sort.js +1 -0
- package/stable/typed-array/subarray.js +1 -0
- package/stable/typed-array/to-locale-string.js +1 -0
- package/stable/typed-array/to-reversed.js +1 -0
- package/stable/typed-array/to-sorted.js +1 -0
- package/stable/typed-array/to-string.js +1 -0
- package/stable/typed-array/uint16-array.js +1 -0
- package/stable/typed-array/uint32-array.js +1 -0
- package/stable/typed-array/uint8-array.js +1 -0
- package/stable/typed-array/uint8-clamped-array.js +1 -0
- package/stable/typed-array/values.js +1 -0
- package/stable/typed-array/with.js +1 -0
- package/stable/unescape.js +1 -0
- package/stable/url/can-parse.js +1 -0
- package/stable/url/index.js +1 -0
- package/stable/url/to-json.js +1 -0
- package/stable/url-search-params/index.js +1 -0
- package/stable/weak-map/index.js +1 -0
- package/stable/weak-set/index.js +1 -0
- package/stage/0.js +1 -0
- package/stage/1.js +2 -0
- package/stage/2.js +2 -3
- package/stage/3.js +5 -1
- package/stage/4.js +1 -0
- package/stage/index.js +1 -0
- package/stage/pre.js +1 -0
- package/web/dom-collections.js +1 -0
- package/web/dom-exception.js +1 -0
- package/web/immediate.js +1 -0
- package/web/index.js +1 -0
- package/web/queue-microtask.js +1 -0
- package/web/structured-clone.js +1 -0
- package/web/timers.js +1 -0
- package/web/url-search-params.js +1 -0
- package/web/url.js +1 -0
|
@@ -71,7 +71,7 @@ var EOF;
|
|
|
71
71
|
var parseIPv4 = function (input) {
|
|
72
72
|
var parts = split(input, '.');
|
|
73
73
|
var partsLength, numbers, index, part, radix, number, ipv4;
|
|
74
|
-
if (parts.length && parts[parts.length - 1]
|
|
74
|
+
if (parts.length && parts[parts.length - 1] === '') {
|
|
75
75
|
parts.length--;
|
|
76
76
|
}
|
|
77
77
|
partsLength = parts.length;
|
|
@@ -79,23 +79,23 @@ var parseIPv4 = function (input) {
|
|
|
79
79
|
numbers = [];
|
|
80
80
|
for (index = 0; index < partsLength; index++) {
|
|
81
81
|
part = parts[index];
|
|
82
|
-
if (part
|
|
82
|
+
if (part === '') return input;
|
|
83
83
|
radix = 10;
|
|
84
|
-
if (part.length > 1 && charAt(part, 0)
|
|
84
|
+
if (part.length > 1 && charAt(part, 0) === '0') {
|
|
85
85
|
radix = exec(HEX_START, part) ? 16 : 8;
|
|
86
|
-
part = stringSlice(part, radix
|
|
86
|
+
part = stringSlice(part, radix === 8 ? 1 : 2);
|
|
87
87
|
}
|
|
88
88
|
if (part === '') {
|
|
89
89
|
number = 0;
|
|
90
90
|
} else {
|
|
91
|
-
if (!exec(radix
|
|
91
|
+
if (!exec(radix === 10 ? DEC : radix === 8 ? OCT : HEX, part)) return input;
|
|
92
92
|
number = parseInt(part, radix);
|
|
93
93
|
}
|
|
94
94
|
push(numbers, number);
|
|
95
95
|
}
|
|
96
96
|
for (index = 0; index < partsLength; index++) {
|
|
97
97
|
number = numbers[index];
|
|
98
|
-
if (index
|
|
98
|
+
if (index === partsLength - 1) {
|
|
99
99
|
if (number >= pow(256, 5 - partsLength)) return null;
|
|
100
100
|
} else if (number > 255) return null;
|
|
101
101
|
}
|
|
@@ -119,15 +119,15 @@ var parseIPv6 = function (input) {
|
|
|
119
119
|
return charAt(input, pointer);
|
|
120
120
|
};
|
|
121
121
|
|
|
122
|
-
if (chr()
|
|
123
|
-
if (charAt(input, 1)
|
|
122
|
+
if (chr() === ':') {
|
|
123
|
+
if (charAt(input, 1) !== ':') return;
|
|
124
124
|
pointer += 2;
|
|
125
125
|
pieceIndex++;
|
|
126
126
|
compress = pieceIndex;
|
|
127
127
|
}
|
|
128
128
|
while (chr()) {
|
|
129
|
-
if (pieceIndex
|
|
130
|
-
if (chr()
|
|
129
|
+
if (pieceIndex === 8) return;
|
|
130
|
+
if (chr() === ':') {
|
|
131
131
|
if (compress !== null) return;
|
|
132
132
|
pointer++;
|
|
133
133
|
pieceIndex++;
|
|
@@ -140,33 +140,33 @@ var parseIPv6 = function (input) {
|
|
|
140
140
|
pointer++;
|
|
141
141
|
length++;
|
|
142
142
|
}
|
|
143
|
-
if (chr()
|
|
144
|
-
if (length
|
|
143
|
+
if (chr() === '.') {
|
|
144
|
+
if (length === 0) return;
|
|
145
145
|
pointer -= length;
|
|
146
146
|
if (pieceIndex > 6) return;
|
|
147
147
|
numbersSeen = 0;
|
|
148
148
|
while (chr()) {
|
|
149
149
|
ipv4Piece = null;
|
|
150
150
|
if (numbersSeen > 0) {
|
|
151
|
-
if (chr()
|
|
151
|
+
if (chr() === '.' && numbersSeen < 4) pointer++;
|
|
152
152
|
else return;
|
|
153
153
|
}
|
|
154
154
|
if (!exec(DIGIT, chr())) return;
|
|
155
155
|
while (exec(DIGIT, chr())) {
|
|
156
156
|
number = parseInt(chr(), 10);
|
|
157
157
|
if (ipv4Piece === null) ipv4Piece = number;
|
|
158
|
-
else if (ipv4Piece
|
|
158
|
+
else if (ipv4Piece === 0) return;
|
|
159
159
|
else ipv4Piece = ipv4Piece * 10 + number;
|
|
160
160
|
if (ipv4Piece > 255) return;
|
|
161
161
|
pointer++;
|
|
162
162
|
}
|
|
163
163
|
address[pieceIndex] = address[pieceIndex] * 256 + ipv4Piece;
|
|
164
164
|
numbersSeen++;
|
|
165
|
-
if (numbersSeen
|
|
165
|
+
if (numbersSeen === 2 || numbersSeen === 4) pieceIndex++;
|
|
166
166
|
}
|
|
167
|
-
if (numbersSeen
|
|
167
|
+
if (numbersSeen !== 4) return;
|
|
168
168
|
break;
|
|
169
|
-
} else if (chr()
|
|
169
|
+
} else if (chr() === ':') {
|
|
170
170
|
pointer++;
|
|
171
171
|
if (!chr()) return;
|
|
172
172
|
} else if (chr()) return;
|
|
@@ -175,12 +175,12 @@ var parseIPv6 = function (input) {
|
|
|
175
175
|
if (compress !== null) {
|
|
176
176
|
swaps = pieceIndex - compress;
|
|
177
177
|
pieceIndex = 7;
|
|
178
|
-
while (pieceIndex
|
|
178
|
+
while (pieceIndex !== 0 && swaps > 0) {
|
|
179
179
|
swap = address[pieceIndex];
|
|
180
180
|
address[pieceIndex--] = address[compress + swaps - 1];
|
|
181
181
|
address[compress + --swaps] = swap;
|
|
182
182
|
}
|
|
183
|
-
} else if (pieceIndex
|
|
183
|
+
} else if (pieceIndex !== 8) return;
|
|
184
184
|
return address;
|
|
185
185
|
};
|
|
186
186
|
|
|
@@ -268,15 +268,15 @@ var specialSchemes = {
|
|
|
268
268
|
// https://url.spec.whatwg.org/#windows-drive-letter
|
|
269
269
|
var isWindowsDriveLetter = function (string, normalized) {
|
|
270
270
|
var second;
|
|
271
|
-
return string.length
|
|
272
|
-
&& ((second = charAt(string, 1))
|
|
271
|
+
return string.length === 2 && exec(ALPHA, charAt(string, 0))
|
|
272
|
+
&& ((second = charAt(string, 1)) === ':' || (!normalized && second === '|'));
|
|
273
273
|
};
|
|
274
274
|
|
|
275
275
|
// https://url.spec.whatwg.org/#start-with-a-windows-drive-letter
|
|
276
276
|
var startsWithWindowsDriveLetter = function (string) {
|
|
277
277
|
var third;
|
|
278
278
|
return string.length > 1 && isWindowsDriveLetter(stringSlice(string, 0, 2)) && (
|
|
279
|
-
string.length
|
|
279
|
+
string.length === 2 ||
|
|
280
280
|
((third = charAt(string, 2)) === '/' || third === '\\' || third === '?' || third === '#')
|
|
281
281
|
);
|
|
282
282
|
};
|
|
@@ -380,27 +380,27 @@ URLState.prototype = {
|
|
|
380
380
|
break;
|
|
381
381
|
|
|
382
382
|
case SCHEME:
|
|
383
|
-
if (chr && (exec(ALPHANUMERIC, chr) || chr
|
|
383
|
+
if (chr && (exec(ALPHANUMERIC, chr) || chr === '+' || chr === '-' || chr === '.')) {
|
|
384
384
|
buffer += toLowerCase(chr);
|
|
385
|
-
} else if (chr
|
|
385
|
+
} else if (chr === ':') {
|
|
386
386
|
if (stateOverride && (
|
|
387
|
-
(url.isSpecial()
|
|
388
|
-
(buffer
|
|
389
|
-
(url.scheme
|
|
387
|
+
(url.isSpecial() !== hasOwn(specialSchemes, buffer)) ||
|
|
388
|
+
(buffer === 'file' && (url.includesCredentials() || url.port !== null)) ||
|
|
389
|
+
(url.scheme === 'file' && !url.host)
|
|
390
390
|
)) return;
|
|
391
391
|
url.scheme = buffer;
|
|
392
392
|
if (stateOverride) {
|
|
393
|
-
if (url.isSpecial() && specialSchemes[url.scheme]
|
|
393
|
+
if (url.isSpecial() && specialSchemes[url.scheme] === url.port) url.port = null;
|
|
394
394
|
return;
|
|
395
395
|
}
|
|
396
396
|
buffer = '';
|
|
397
|
-
if (url.scheme
|
|
397
|
+
if (url.scheme === 'file') {
|
|
398
398
|
state = FILE;
|
|
399
|
-
} else if (url.isSpecial() && base && base.scheme
|
|
399
|
+
} else if (url.isSpecial() && base && base.scheme === url.scheme) {
|
|
400
400
|
state = SPECIAL_RELATIVE_OR_AUTHORITY;
|
|
401
401
|
} else if (url.isSpecial()) {
|
|
402
402
|
state = SPECIAL_AUTHORITY_SLASHES;
|
|
403
|
-
} else if (codePoints[pointer + 1]
|
|
403
|
+
} else if (codePoints[pointer + 1] === '/') {
|
|
404
404
|
state = PATH_OR_AUTHORITY;
|
|
405
405
|
pointer++;
|
|
406
406
|
} else {
|
|
@@ -417,8 +417,8 @@ URLState.prototype = {
|
|
|
417
417
|
break;
|
|
418
418
|
|
|
419
419
|
case NO_SCHEME:
|
|
420
|
-
if (!base || (base.cannotBeABaseURL && chr
|
|
421
|
-
if (base.cannotBeABaseURL && chr
|
|
420
|
+
if (!base || (base.cannotBeABaseURL && chr !== '#')) return INVALID_SCHEME;
|
|
421
|
+
if (base.cannotBeABaseURL && chr === '#') {
|
|
422
422
|
url.scheme = base.scheme;
|
|
423
423
|
url.path = arraySlice(base.path);
|
|
424
424
|
url.query = base.query;
|
|
@@ -427,11 +427,11 @@ URLState.prototype = {
|
|
|
427
427
|
state = FRAGMENT;
|
|
428
428
|
break;
|
|
429
429
|
}
|
|
430
|
-
state = base.scheme
|
|
430
|
+
state = base.scheme === 'file' ? FILE : RELATIVE;
|
|
431
431
|
continue;
|
|
432
432
|
|
|
433
433
|
case SPECIAL_RELATIVE_OR_AUTHORITY:
|
|
434
|
-
if (chr
|
|
434
|
+
if (chr === '/' && codePoints[pointer + 1] === '/') {
|
|
435
435
|
state = SPECIAL_AUTHORITY_IGNORE_SLASHES;
|
|
436
436
|
pointer++;
|
|
437
437
|
} else {
|
|
@@ -440,7 +440,7 @@ URLState.prototype = {
|
|
|
440
440
|
} break;
|
|
441
441
|
|
|
442
442
|
case PATH_OR_AUTHORITY:
|
|
443
|
-
if (chr
|
|
443
|
+
if (chr === '/') {
|
|
444
444
|
state = AUTHORITY;
|
|
445
445
|
break;
|
|
446
446
|
} else {
|
|
@@ -450,16 +450,16 @@ URLState.prototype = {
|
|
|
450
450
|
|
|
451
451
|
case RELATIVE:
|
|
452
452
|
url.scheme = base.scheme;
|
|
453
|
-
if (chr
|
|
453
|
+
if (chr === EOF) {
|
|
454
454
|
url.username = base.username;
|
|
455
455
|
url.password = base.password;
|
|
456
456
|
url.host = base.host;
|
|
457
457
|
url.port = base.port;
|
|
458
458
|
url.path = arraySlice(base.path);
|
|
459
459
|
url.query = base.query;
|
|
460
|
-
} else if (chr
|
|
460
|
+
} else if (chr === '/' || (chr === '\\' && url.isSpecial())) {
|
|
461
461
|
state = RELATIVE_SLASH;
|
|
462
|
-
} else if (chr
|
|
462
|
+
} else if (chr === '?') {
|
|
463
463
|
url.username = base.username;
|
|
464
464
|
url.password = base.password;
|
|
465
465
|
url.host = base.host;
|
|
@@ -467,7 +467,7 @@ URLState.prototype = {
|
|
|
467
467
|
url.path = arraySlice(base.path);
|
|
468
468
|
url.query = '';
|
|
469
469
|
state = QUERY;
|
|
470
|
-
} else if (chr
|
|
470
|
+
} else if (chr === '#') {
|
|
471
471
|
url.username = base.username;
|
|
472
472
|
url.password = base.password;
|
|
473
473
|
url.host = base.host;
|
|
@@ -488,9 +488,9 @@ URLState.prototype = {
|
|
|
488
488
|
} break;
|
|
489
489
|
|
|
490
490
|
case RELATIVE_SLASH:
|
|
491
|
-
if (url.isSpecial() && (chr
|
|
491
|
+
if (url.isSpecial() && (chr === '/' || chr === '\\')) {
|
|
492
492
|
state = SPECIAL_AUTHORITY_IGNORE_SLASHES;
|
|
493
|
-
} else if (chr
|
|
493
|
+
} else if (chr === '/') {
|
|
494
494
|
state = AUTHORITY;
|
|
495
495
|
} else {
|
|
496
496
|
url.username = base.username;
|
|
@@ -503,24 +503,24 @@ URLState.prototype = {
|
|
|
503
503
|
|
|
504
504
|
case SPECIAL_AUTHORITY_SLASHES:
|
|
505
505
|
state = SPECIAL_AUTHORITY_IGNORE_SLASHES;
|
|
506
|
-
if (chr
|
|
506
|
+
if (chr !== '/' || charAt(buffer, pointer + 1) !== '/') continue;
|
|
507
507
|
pointer++;
|
|
508
508
|
break;
|
|
509
509
|
|
|
510
510
|
case SPECIAL_AUTHORITY_IGNORE_SLASHES:
|
|
511
|
-
if (chr
|
|
511
|
+
if (chr !== '/' && chr !== '\\') {
|
|
512
512
|
state = AUTHORITY;
|
|
513
513
|
continue;
|
|
514
514
|
} break;
|
|
515
515
|
|
|
516
516
|
case AUTHORITY:
|
|
517
|
-
if (chr
|
|
517
|
+
if (chr === '@') {
|
|
518
518
|
if (seenAt) buffer = '%40' + buffer;
|
|
519
519
|
seenAt = true;
|
|
520
520
|
bufferCodePoints = arrayFrom(buffer);
|
|
521
521
|
for (var i = 0; i < bufferCodePoints.length; i++) {
|
|
522
522
|
var codePoint = bufferCodePoints[i];
|
|
523
|
-
if (codePoint
|
|
523
|
+
if (codePoint === ':' && !seenPasswordToken) {
|
|
524
524
|
seenPasswordToken = true;
|
|
525
525
|
continue;
|
|
526
526
|
}
|
|
@@ -530,10 +530,10 @@ URLState.prototype = {
|
|
|
530
530
|
}
|
|
531
531
|
buffer = '';
|
|
532
532
|
} else if (
|
|
533
|
-
chr
|
|
534
|
-
(chr
|
|
533
|
+
chr === EOF || chr === '/' || chr === '?' || chr === '#' ||
|
|
534
|
+
(chr === '\\' && url.isSpecial())
|
|
535
535
|
) {
|
|
536
|
-
if (seenAt && buffer
|
|
536
|
+
if (seenAt && buffer === '') return INVALID_AUTHORITY;
|
|
537
537
|
pointer -= arrayFrom(buffer).length + 1;
|
|
538
538
|
buffer = '';
|
|
539
539
|
state = HOST;
|
|
@@ -542,22 +542,22 @@ URLState.prototype = {
|
|
|
542
542
|
|
|
543
543
|
case HOST:
|
|
544
544
|
case HOSTNAME:
|
|
545
|
-
if (stateOverride && url.scheme
|
|
545
|
+
if (stateOverride && url.scheme === 'file') {
|
|
546
546
|
state = FILE_HOST;
|
|
547
547
|
continue;
|
|
548
|
-
} else if (chr
|
|
549
|
-
if (buffer
|
|
548
|
+
} else if (chr === ':' && !seenBracket) {
|
|
549
|
+
if (buffer === '') return INVALID_HOST;
|
|
550
550
|
failure = url.parseHost(buffer);
|
|
551
551
|
if (failure) return failure;
|
|
552
552
|
buffer = '';
|
|
553
553
|
state = PORT;
|
|
554
|
-
if (stateOverride
|
|
554
|
+
if (stateOverride === HOSTNAME) return;
|
|
555
555
|
} else if (
|
|
556
|
-
chr
|
|
557
|
-
(chr
|
|
556
|
+
chr === EOF || chr === '/' || chr === '?' || chr === '#' ||
|
|
557
|
+
(chr === '\\' && url.isSpecial())
|
|
558
558
|
) {
|
|
559
|
-
if (url.isSpecial() && buffer
|
|
560
|
-
if (stateOverride && buffer
|
|
559
|
+
if (url.isSpecial() && buffer === '') return INVALID_HOST;
|
|
560
|
+
if (stateOverride && buffer === '' && (url.includesCredentials() || url.port !== null)) return;
|
|
561
561
|
failure = url.parseHost(buffer);
|
|
562
562
|
if (failure) return failure;
|
|
563
563
|
buffer = '';
|
|
@@ -565,8 +565,8 @@ URLState.prototype = {
|
|
|
565
565
|
if (stateOverride) return;
|
|
566
566
|
continue;
|
|
567
567
|
} else {
|
|
568
|
-
if (chr
|
|
569
|
-
else if (chr
|
|
568
|
+
if (chr === '[') seenBracket = true;
|
|
569
|
+
else if (chr === ']') seenBracket = false;
|
|
570
570
|
buffer += chr;
|
|
571
571
|
} break;
|
|
572
572
|
|
|
@@ -574,11 +574,11 @@ URLState.prototype = {
|
|
|
574
574
|
if (exec(DIGIT, chr)) {
|
|
575
575
|
buffer += chr;
|
|
576
576
|
} else if (
|
|
577
|
-
chr
|
|
578
|
-
(chr
|
|
577
|
+
chr === EOF || chr === '/' || chr === '?' || chr === '#' ||
|
|
578
|
+
(chr === '\\' && url.isSpecial()) ||
|
|
579
579
|
stateOverride
|
|
580
580
|
) {
|
|
581
|
-
if (buffer
|
|
581
|
+
if (buffer !== '') {
|
|
582
582
|
var port = parseInt(buffer, 10);
|
|
583
583
|
if (port > 0xFFFF) return INVALID_PORT;
|
|
584
584
|
url.port = (url.isSpecial() && port === specialSchemes[url.scheme]) ? null : port;
|
|
@@ -592,31 +592,35 @@ URLState.prototype = {
|
|
|
592
592
|
|
|
593
593
|
case FILE:
|
|
594
594
|
url.scheme = 'file';
|
|
595
|
-
if (chr
|
|
596
|
-
else if (base && base.scheme
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
url.path = arraySlice(base.path);
|
|
600
|
-
url.query = base.query;
|
|
601
|
-
} else if (chr == '?') {
|
|
602
|
-
url.host = base.host;
|
|
603
|
-
url.path = arraySlice(base.path);
|
|
604
|
-
url.query = '';
|
|
605
|
-
state = QUERY;
|
|
606
|
-
} else if (chr == '#') {
|
|
607
|
-
url.host = base.host;
|
|
608
|
-
url.path = arraySlice(base.path);
|
|
609
|
-
url.query = base.query;
|
|
610
|
-
url.fragment = '';
|
|
611
|
-
state = FRAGMENT;
|
|
612
|
-
} else {
|
|
613
|
-
if (!startsWithWindowsDriveLetter(join(arraySlice(codePoints, pointer), ''))) {
|
|
595
|
+
if (chr === '/' || chr === '\\') state = FILE_SLASH;
|
|
596
|
+
else if (base && base.scheme === 'file') {
|
|
597
|
+
switch (chr) {
|
|
598
|
+
case EOF:
|
|
614
599
|
url.host = base.host;
|
|
615
600
|
url.path = arraySlice(base.path);
|
|
616
|
-
url.
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
601
|
+
url.query = base.query;
|
|
602
|
+
break;
|
|
603
|
+
case '?':
|
|
604
|
+
url.host = base.host;
|
|
605
|
+
url.path = arraySlice(base.path);
|
|
606
|
+
url.query = '';
|
|
607
|
+
state = QUERY;
|
|
608
|
+
break;
|
|
609
|
+
case '#':
|
|
610
|
+
url.host = base.host;
|
|
611
|
+
url.path = arraySlice(base.path);
|
|
612
|
+
url.query = base.query;
|
|
613
|
+
url.fragment = '';
|
|
614
|
+
state = FRAGMENT;
|
|
615
|
+
break;
|
|
616
|
+
default:
|
|
617
|
+
if (!startsWithWindowsDriveLetter(join(arraySlice(codePoints, pointer), ''))) {
|
|
618
|
+
url.host = base.host;
|
|
619
|
+
url.path = arraySlice(base.path);
|
|
620
|
+
url.shortenPath();
|
|
621
|
+
}
|
|
622
|
+
state = PATH;
|
|
623
|
+
continue;
|
|
620
624
|
}
|
|
621
625
|
} else {
|
|
622
626
|
state = PATH;
|
|
@@ -624,11 +628,11 @@ URLState.prototype = {
|
|
|
624
628
|
} break;
|
|
625
629
|
|
|
626
630
|
case FILE_SLASH:
|
|
627
|
-
if (chr
|
|
631
|
+
if (chr === '/' || chr === '\\') {
|
|
628
632
|
state = FILE_HOST;
|
|
629
633
|
break;
|
|
630
634
|
}
|
|
631
|
-
if (base && base.scheme
|
|
635
|
+
if (base && base.scheme === 'file' && !startsWithWindowsDriveLetter(join(arraySlice(codePoints, pointer), ''))) {
|
|
632
636
|
if (isWindowsDriveLetter(base.path[0], true)) push(url.path, base.path[0]);
|
|
633
637
|
else url.host = base.host;
|
|
634
638
|
}
|
|
@@ -636,17 +640,17 @@ URLState.prototype = {
|
|
|
636
640
|
continue;
|
|
637
641
|
|
|
638
642
|
case FILE_HOST:
|
|
639
|
-
if (chr
|
|
643
|
+
if (chr === EOF || chr === '/' || chr === '\\' || chr === '?' || chr === '#') {
|
|
640
644
|
if (!stateOverride && isWindowsDriveLetter(buffer)) {
|
|
641
645
|
state = PATH;
|
|
642
|
-
} else if (buffer
|
|
646
|
+
} else if (buffer === '') {
|
|
643
647
|
url.host = '';
|
|
644
648
|
if (stateOverride) return;
|
|
645
649
|
state = PATH_START;
|
|
646
650
|
} else {
|
|
647
651
|
failure = url.parseHost(buffer);
|
|
648
652
|
if (failure) return failure;
|
|
649
|
-
if (url.host
|
|
653
|
+
if (url.host === 'localhost') url.host = '';
|
|
650
654
|
if (stateOverride) return;
|
|
651
655
|
buffer = '';
|
|
652
656
|
state = PATH_START;
|
|
@@ -657,50 +661,50 @@ URLState.prototype = {
|
|
|
657
661
|
case PATH_START:
|
|
658
662
|
if (url.isSpecial()) {
|
|
659
663
|
state = PATH;
|
|
660
|
-
if (chr
|
|
661
|
-
} else if (!stateOverride && chr
|
|
664
|
+
if (chr !== '/' && chr !== '\\') continue;
|
|
665
|
+
} else if (!stateOverride && chr === '?') {
|
|
662
666
|
url.query = '';
|
|
663
667
|
state = QUERY;
|
|
664
|
-
} else if (!stateOverride && chr
|
|
668
|
+
} else if (!stateOverride && chr === '#') {
|
|
665
669
|
url.fragment = '';
|
|
666
670
|
state = FRAGMENT;
|
|
667
|
-
} else if (chr
|
|
671
|
+
} else if (chr !== EOF) {
|
|
668
672
|
state = PATH;
|
|
669
|
-
if (chr
|
|
673
|
+
if (chr !== '/') continue;
|
|
670
674
|
} break;
|
|
671
675
|
|
|
672
676
|
case PATH:
|
|
673
677
|
if (
|
|
674
|
-
chr
|
|
675
|
-
(chr
|
|
676
|
-
(!stateOverride && (chr
|
|
678
|
+
chr === EOF || chr === '/' ||
|
|
679
|
+
(chr === '\\' && url.isSpecial()) ||
|
|
680
|
+
(!stateOverride && (chr === '?' || chr === '#'))
|
|
677
681
|
) {
|
|
678
682
|
if (isDoubleDot(buffer)) {
|
|
679
683
|
url.shortenPath();
|
|
680
|
-
if (chr
|
|
684
|
+
if (chr !== '/' && !(chr === '\\' && url.isSpecial())) {
|
|
681
685
|
push(url.path, '');
|
|
682
686
|
}
|
|
683
687
|
} else if (isSingleDot(buffer)) {
|
|
684
|
-
if (chr
|
|
688
|
+
if (chr !== '/' && !(chr === '\\' && url.isSpecial())) {
|
|
685
689
|
push(url.path, '');
|
|
686
690
|
}
|
|
687
691
|
} else {
|
|
688
|
-
if (url.scheme
|
|
692
|
+
if (url.scheme === 'file' && !url.path.length && isWindowsDriveLetter(buffer)) {
|
|
689
693
|
if (url.host) url.host = '';
|
|
690
694
|
buffer = charAt(buffer, 0) + ':'; // normalize windows drive letter
|
|
691
695
|
}
|
|
692
696
|
push(url.path, buffer);
|
|
693
697
|
}
|
|
694
698
|
buffer = '';
|
|
695
|
-
if (url.scheme
|
|
699
|
+
if (url.scheme === 'file' && (chr === EOF || chr === '?' || chr === '#')) {
|
|
696
700
|
while (url.path.length > 1 && url.path[0] === '') {
|
|
697
701
|
shift(url.path);
|
|
698
702
|
}
|
|
699
703
|
}
|
|
700
|
-
if (chr
|
|
704
|
+
if (chr === '?') {
|
|
701
705
|
url.query = '';
|
|
702
706
|
state = QUERY;
|
|
703
|
-
} else if (chr
|
|
707
|
+
} else if (chr === '#') {
|
|
704
708
|
url.fragment = '';
|
|
705
709
|
state = FRAGMENT;
|
|
706
710
|
}
|
|
@@ -709,28 +713,28 @@ URLState.prototype = {
|
|
|
709
713
|
} break;
|
|
710
714
|
|
|
711
715
|
case CANNOT_BE_A_BASE_URL_PATH:
|
|
712
|
-
if (chr
|
|
716
|
+
if (chr === '?') {
|
|
713
717
|
url.query = '';
|
|
714
718
|
state = QUERY;
|
|
715
|
-
} else if (chr
|
|
719
|
+
} else if (chr === '#') {
|
|
716
720
|
url.fragment = '';
|
|
717
721
|
state = FRAGMENT;
|
|
718
|
-
} else if (chr
|
|
722
|
+
} else if (chr !== EOF) {
|
|
719
723
|
url.path[0] += percentEncode(chr, C0ControlPercentEncodeSet);
|
|
720
724
|
} break;
|
|
721
725
|
|
|
722
726
|
case QUERY:
|
|
723
|
-
if (!stateOverride && chr
|
|
727
|
+
if (!stateOverride && chr === '#') {
|
|
724
728
|
url.fragment = '';
|
|
725
729
|
state = FRAGMENT;
|
|
726
|
-
} else if (chr
|
|
727
|
-
if (chr
|
|
728
|
-
else if (chr
|
|
730
|
+
} else if (chr !== EOF) {
|
|
731
|
+
if (chr === "'" && url.isSpecial()) url.query += '%27';
|
|
732
|
+
else if (chr === '#') url.query += '%23';
|
|
729
733
|
else url.query += percentEncode(chr, C0ControlPercentEncodeSet);
|
|
730
734
|
} break;
|
|
731
735
|
|
|
732
736
|
case FRAGMENT:
|
|
733
|
-
if (chr
|
|
737
|
+
if (chr !== EOF) url.fragment += percentEncode(chr, fragmentPercentEncodeSet);
|
|
734
738
|
break;
|
|
735
739
|
}
|
|
736
740
|
|
|
@@ -740,8 +744,8 @@ URLState.prototype = {
|
|
|
740
744
|
// https://url.spec.whatwg.org/#host-parsing
|
|
741
745
|
parseHost: function (input) {
|
|
742
746
|
var result, codePoints, index;
|
|
743
|
-
if (charAt(input, 0)
|
|
744
|
-
if (charAt(input, input.length - 1)
|
|
747
|
+
if (charAt(input, 0) === '[') {
|
|
748
|
+
if (charAt(input, input.length - 1) !== ']') return INVALID_HOST;
|
|
745
749
|
result = parseIPv6(stringSlice(input, 1, -1));
|
|
746
750
|
if (!result) return INVALID_HOST;
|
|
747
751
|
this.host = result;
|
|
@@ -764,11 +768,11 @@ URLState.prototype = {
|
|
|
764
768
|
},
|
|
765
769
|
// https://url.spec.whatwg.org/#cannot-have-a-username-password-port
|
|
766
770
|
cannotHaveUsernamePasswordPort: function () {
|
|
767
|
-
return !this.host || this.cannotBeABaseURL || this.scheme
|
|
771
|
+
return !this.host || this.cannotBeABaseURL || this.scheme === 'file';
|
|
768
772
|
},
|
|
769
773
|
// https://url.spec.whatwg.org/#include-credentials
|
|
770
774
|
includesCredentials: function () {
|
|
771
|
-
return this.username
|
|
775
|
+
return this.username !== '' || this.password !== '';
|
|
772
776
|
},
|
|
773
777
|
// https://url.spec.whatwg.org/#is-special
|
|
774
778
|
isSpecial: function () {
|
|
@@ -778,7 +782,7 @@ URLState.prototype = {
|
|
|
778
782
|
shortenPath: function () {
|
|
779
783
|
var path = this.path;
|
|
780
784
|
var pathSize = path.length;
|
|
781
|
-
if (pathSize && (this.scheme
|
|
785
|
+
if (pathSize && (this.scheme !== 'file' || pathSize !== 1 || !isWindowsDriveLetter(path[0], true))) {
|
|
782
786
|
path.length--;
|
|
783
787
|
}
|
|
784
788
|
},
|
|
@@ -801,7 +805,7 @@ URLState.prototype = {
|
|
|
801
805
|
}
|
|
802
806
|
output += serializeHost(host);
|
|
803
807
|
if (port !== null) output += ':' + port;
|
|
804
|
-
} else if (scheme
|
|
808
|
+
} else if (scheme === 'file') output += '//';
|
|
805
809
|
output += url.cannotBeABaseURL ? path[0] : path.length ? '/' + join(path, '/') : '';
|
|
806
810
|
if (query !== null) output += '?' + query;
|
|
807
811
|
if (fragment !== null) output += '#' + fragment;
|
|
@@ -817,12 +821,12 @@ URLState.prototype = {
|
|
|
817
821
|
getOrigin: function () {
|
|
818
822
|
var scheme = this.scheme;
|
|
819
823
|
var port = this.port;
|
|
820
|
-
if (scheme
|
|
824
|
+
if (scheme === 'blob') try {
|
|
821
825
|
return new URLConstructor(scheme.path[0]).origin;
|
|
822
826
|
} catch (error) {
|
|
823
827
|
return 'null';
|
|
824
828
|
}
|
|
825
|
-
if (scheme
|
|
829
|
+
if (scheme === 'file' || !this.isSpecial()) return 'null';
|
|
826
830
|
return scheme + '://' + serializeHost(this.host) + (port !== null ? ':' + port : '');
|
|
827
831
|
},
|
|
828
832
|
// https://url.spec.whatwg.org/#dom-url-protocol
|
|
@@ -885,7 +889,7 @@ URLState.prototype = {
|
|
|
885
889
|
setPort: function (port) {
|
|
886
890
|
if (this.cannotHaveUsernamePasswordPort()) return;
|
|
887
891
|
port = $toString(port);
|
|
888
|
-
if (port
|
|
892
|
+
if (port === '') this.port = null;
|
|
889
893
|
else this.parse(port, PORT);
|
|
890
894
|
},
|
|
891
895
|
// https://url.spec.whatwg.org/#dom-url-pathname
|
|
@@ -905,10 +909,10 @@ URLState.prototype = {
|
|
|
905
909
|
},
|
|
906
910
|
setSearch: function (search) {
|
|
907
911
|
search = $toString(search);
|
|
908
|
-
if (search
|
|
912
|
+
if (search === '') {
|
|
909
913
|
this.query = null;
|
|
910
914
|
} else {
|
|
911
|
-
if (
|
|
915
|
+
if (charAt(search, 0) === '?') search = stringSlice(search, 1);
|
|
912
916
|
this.query = '';
|
|
913
917
|
this.parse(search, QUERY);
|
|
914
918
|
}
|
|
@@ -925,11 +929,11 @@ URLState.prototype = {
|
|
|
925
929
|
},
|
|
926
930
|
setHash: function (hash) {
|
|
927
931
|
hash = $toString(hash);
|
|
928
|
-
if (hash
|
|
932
|
+
if (hash === '') {
|
|
929
933
|
this.fragment = null;
|
|
930
934
|
return;
|
|
931
935
|
}
|
|
932
|
-
if (
|
|
936
|
+
if (charAt(hash, 0) === '#') hash = stringSlice(hash, 1);
|
|
933
937
|
this.fragment = '';
|
|
934
938
|
this.parse(hash, FRAGMENT);
|
|
935
939
|
},
|
package/modules/web.url.js
CHANGED
package/package.json
CHANGED
package/postinstall.js
CHANGED