From b373892ddcded174221287eb743fd82c73cca18e Mon Sep 17 00:00:00 2001 From: Tykayn Date: Fri, 14 Feb 2025 14:17:23 +0100 Subject: [PATCH] add deps for js angular1.8 --- .idea/dbnavigator.xml | 13 + .pnp.cjs | 14664 ++++++++++++++++ .pnp.loader.mjs | 2126 +++ .yarn/install-state.gz | Bin 0 -> 512646 bytes .../@parcel/watcher-linux-x64-glibc/.ready | 0 .../@parcel/watcher-linux-x64-glibc/LICENSE | 21 + .../@parcel/watcher-linux-x64-glibc/README.md | 1 + .../watcher-linux-x64-glibc/package.json | 33 + .../watcher-linux-x64-glibc/watcher.node | Bin 0 -> 514960 bytes .../node_modules/@parcel/watcher/.ready | 0 .../node_modules/@parcel/watcher/LICENSE | 21 + .../node_modules/@parcel/watcher/README.md | 135 + .../node_modules/@parcel/watcher/binding.gyp | 93 + .../node_modules/@parcel/watcher/index.d.ts | 49 + .../node_modules/@parcel/watcher/index.js | 41 + .../@parcel/watcher/index.js.flow | 48 + .../node_modules/@parcel/watcher/package.json | 88 + .../watcher/scripts/build-from-source.js | 13 + .../@parcel/watcher/src/Backend.cc | 182 + .../@parcel/watcher/src/Backend.hh | 37 + .../@parcel/watcher/src/Debounce.cc | 113 + .../@parcel/watcher/src/Debounce.hh | 49 + .../@parcel/watcher/src/DirTree.cc | 152 + .../@parcel/watcher/src/DirTree.hh | 50 + .../node_modules/@parcel/watcher/src/Event.hh | 109 + .../node_modules/@parcel/watcher/src/Glob.cc | 22 + .../node_modules/@parcel/watcher/src/Glob.hh | 34 + .../@parcel/watcher/src/PromiseRunner.hh | 101 + .../@parcel/watcher/src/Signal.hh | 46 + .../@parcel/watcher/src/Watcher.cc | 237 + .../@parcel/watcher/src/Watcher.hh | 73 + .../@parcel/watcher/src/binding.cc | 268 + .../watcher/src/kqueue/KqueueBackend.cc | 306 + .../watcher/src/kqueue/KqueueBackend.hh | 35 + .../watcher/src/linux/InotifyBackend.cc | 232 + .../watcher/src/linux/InotifyBackend.hh | 34 + .../watcher/src/macos/FSEventsBackend.cc | 338 + .../watcher/src/macos/FSEventsBackend.hh | 20 + .../watcher/src/shared/BruteForceBackend.cc | 41 + .../watcher/src/shared/BruteForceBackend.hh | 25 + .../@parcel/watcher/src/unix/fts.cc | 50 + .../@parcel/watcher/src/unix/legacy.cc | 77 + .../@parcel/watcher/src/wasm/WasmBackend.cc | 132 + .../@parcel/watcher/src/wasm/WasmBackend.hh | 34 + .../@parcel/watcher/src/wasm/include.h | 74 + .../@parcel/watcher/src/watchman/BSER.cc | 302 + .../@parcel/watcher/src/watchman/BSER.hh | 69 + .../@parcel/watcher/src/watchman/IPC.hh | 175 + .../watcher/src/watchman/WatchmanBackend.cc | 338 + .../watcher/src/watchman/WatchmanBackend.hh | 35 + .../watcher/src/windows/WindowsBackend.cc | 282 + .../watcher/src/windows/WindowsBackend.hh | 18 + .../@parcel/watcher/src/windows/win_utils.cc | 44 + .../@parcel/watcher/src/windows/win_utils.hh | 11 + .../node_modules/@parcel/watcher/wrapper.js | 77 + .../node_modules/core-js/.ready | 0 .../node_modules/core-js/LICENSE | 19 + .../node_modules/core-js/README.md | 95 + .../node_modules/core-js/actual/README.md | 1 + .../core-js/actual/aggregate-error.js | 4 + .../actual/array-buffer/constructor.js | 7 + .../core-js/actual/array-buffer/detached.js | 5 + .../core-js/actual/array-buffer/index.js | 7 + .../core-js/actual/array-buffer/is-view.js | 4 + .../core-js/actual/array-buffer/slice.js | 4 + .../array-buffer/transfer-to-fixed-length.js | 5 + .../core-js/actual/array-buffer/transfer.js | 5 + .../node_modules/core-js/actual/array/at.js | 4 + .../core-js/actual/array/concat.js | 4 + .../core-js/actual/array/copy-within.js | 4 + .../core-js/actual/array/entries.js | 4 + .../core-js/actual/array/every.js | 4 + .../node_modules/core-js/actual/array/fill.js | 4 + .../core-js/actual/array/filter.js | 4 + .../core-js/actual/array/find-index.js | 4 + .../core-js/actual/array/find-last-index.js | 5 + .../core-js/actual/array/find-last.js | 5 + .../node_modules/core-js/actual/array/find.js | 4 + .../core-js/actual/array/flat-map.js | 4 + .../node_modules/core-js/actual/array/flat.js | 4 + .../core-js/actual/array/for-each.js | 4 + .../core-js/actual/array/from-async.js | 9 + .../node_modules/core-js/actual/array/from.js | 4 + .../core-js/actual/array/group-by-to-map.js | 7 + .../core-js/actual/array/group-by.js | 5 + .../core-js/actual/array/group-to-map.js | 7 + .../core-js/actual/array/group.js | 5 + .../core-js/actual/array/includes.js | 4 + .../core-js/actual/array/index-of.js | 4 + .../core-js/actual/array/index.js | 18 + .../core-js/actual/array/is-array.js | 4 + .../core-js/actual/array/iterator.js | 4 + .../node_modules/core-js/actual/array/join.js | 4 + .../node_modules/core-js/actual/array/keys.js | 4 + .../core-js/actual/array/last-index-of.js | 4 + .../node_modules/core-js/actual/array/map.js | 4 + .../node_modules/core-js/actual/array/of.js | 4 + .../node_modules/core-js/actual/array/push.js | 4 + .../core-js/actual/array/reduce-right.js | 4 + .../core-js/actual/array/reduce.js | 4 + .../core-js/actual/array/reverse.js | 4 + .../core-js/actual/array/slice.js | 4 + .../node_modules/core-js/actual/array/some.js | 4 + .../node_modules/core-js/actual/array/sort.js | 4 + .../core-js/actual/array/splice.js | 4 + .../core-js/actual/array/to-reversed.js | 6 + .../core-js/actual/array/to-sorted.js | 6 + .../core-js/actual/array/to-spliced.js | 6 + .../core-js/actual/array/unshift.js | 4 + .../core-js/actual/array/values.js | 4 + .../core-js/actual/array/virtual/at.js | 4 + .../core-js/actual/array/virtual/concat.js | 4 + .../actual/array/virtual/copy-within.js | 4 + .../core-js/actual/array/virtual/entries.js | 4 + .../core-js/actual/array/virtual/every.js | 4 + .../core-js/actual/array/virtual/fill.js | 4 + .../core-js/actual/array/virtual/filter.js | 4 + .../actual/array/virtual/find-index.js | 4 + .../actual/array/virtual/find-last-index.js | 5 + .../core-js/actual/array/virtual/find-last.js | 5 + .../core-js/actual/array/virtual/find.js | 4 + .../core-js/actual/array/virtual/flat-map.js | 4 + .../core-js/actual/array/virtual/flat.js | 4 + .../core-js/actual/array/virtual/for-each.js | 4 + .../actual/array/virtual/group-by-to-map.js | 7 + .../core-js/actual/array/virtual/group-by.js | 5 + .../actual/array/virtual/group-to-map.js | 7 + .../core-js/actual/array/virtual/group.js | 5 + .../core-js/actual/array/virtual/includes.js | 4 + .../core-js/actual/array/virtual/index-of.js | 4 + .../core-js/actual/array/virtual/index.js | 17 + .../core-js/actual/array/virtual/iterator.js | 4 + .../core-js/actual/array/virtual/join.js | 4 + .../core-js/actual/array/virtual/keys.js | 4 + .../actual/array/virtual/last-index-of.js | 4 + .../core-js/actual/array/virtual/map.js | 4 + .../core-js/actual/array/virtual/push.js | 4 + .../actual/array/virtual/reduce-right.js | 4 + .../core-js/actual/array/virtual/reduce.js | 4 + .../core-js/actual/array/virtual/reverse.js | 4 + .../core-js/actual/array/virtual/slice.js | 4 + .../core-js/actual/array/virtual/some.js | 4 + .../core-js/actual/array/virtual/sort.js | 4 + .../core-js/actual/array/virtual/splice.js | 4 + .../actual/array/virtual/to-reversed.js | 6 + .../core-js/actual/array/virtual/to-sorted.js | 6 + .../actual/array/virtual/to-spliced.js | 6 + .../core-js/actual/array/virtual/unshift.js | 4 + .../core-js/actual/array/virtual/values.js | 4 + .../core-js/actual/array/virtual/with.js | 6 + .../node_modules/core-js/actual/array/with.js | 6 + .../async-disposable-stack/constructor.js | 12 + .../actual/async-disposable-stack/index.js | 12 + .../actual/async-iterator/async-dispose.js | 4 + .../core-js/actual/async-iterator/drop.js | 9 + .../core-js/actual/async-iterator/every.js | 9 + .../core-js/actual/async-iterator/filter.js | 9 + .../core-js/actual/async-iterator/find.js | 9 + .../core-js/actual/async-iterator/flat-map.js | 9 + .../core-js/actual/async-iterator/for-each.js | 9 + .../core-js/actual/async-iterator/from.js | 23 + .../core-js/actual/async-iterator/index.js | 24 + .../core-js/actual/async-iterator/map.js | 9 + .../core-js/actual/async-iterator/reduce.js | 9 + .../core-js/actual/async-iterator/some.js | 9 + .../core-js/actual/async-iterator/take.js | 9 + .../core-js/actual/async-iterator/to-array.js | 9 + .../node_modules/core-js/actual/atob.js | 4 + .../node_modules/core-js/actual/btoa.js | 4 + .../core-js/actual/clear-immediate.js | 4 + .../core-js/actual/data-view/get-float16.js | 2 + .../core-js/actual/data-view/index.js | 6 + .../core-js/actual/data-view/set-float16.js | 2 + .../core-js/actual/date/get-year.js | 4 + .../node_modules/core-js/actual/date/index.js | 4 + .../node_modules/core-js/actual/date/now.js | 4 + .../core-js/actual/date/set-year.js | 4 + .../core-js/actual/date/to-gmt-string.js | 4 + .../core-js/actual/date/to-iso-string.js | 4 + .../core-js/actual/date/to-json.js | 4 + .../core-js/actual/date/to-primitive.js | 4 + .../core-js/actual/date/to-string.js | 4 + .../actual/disposable-stack/constructor.js | 10 + .../core-js/actual/disposable-stack/index.js | 10 + .../actual/dom-collections/for-each.js | 4 + .../core-js/actual/dom-collections/index.js | 4 + .../actual/dom-collections/iterator.js | 4 + .../actual/dom-exception/constructor.js | 4 + .../core-js/actual/dom-exception/index.js | 4 + .../actual/dom-exception/to-string-tag.js | 4 + .../core-js/actual/error/constructor.js | 4 + .../core-js/actual/error/index.js | 6 + .../core-js/actual/error/is-error.js | 6 + .../core-js/actual/error/to-string.js | 4 + .../node_modules/core-js/actual/escape.js | 4 + .../core-js/actual/function/bind.js | 4 + .../core-js/actual/function/has-instance.js | 4 + .../core-js/actual/function/index.js | 5 + .../core-js/actual/function/metadata.js | 4 + .../core-js/actual/function/name.js | 4 + .../core-js/actual/function/virtual/bind.js | 4 + .../core-js/actual/function/virtual/index.js | 4 + .../core-js/actual/get-iterator-method.js | 4 + .../core-js/actual/get-iterator.js | 4 + .../core-js/actual/global-this.js | 4 + .../node_modules/core-js/actual/index.js | 5 + .../core-js/actual/instance/at.js | 4 + .../core-js/actual/instance/bind.js | 4 + .../core-js/actual/instance/code-point-at.js | 4 + .../core-js/actual/instance/concat.js | 4 + .../core-js/actual/instance/copy-within.js | 4 + .../core-js/actual/instance/ends-with.js | 4 + .../core-js/actual/instance/entries.js | 4 + .../core-js/actual/instance/every.js | 4 + .../core-js/actual/instance/fill.js | 4 + .../core-js/actual/instance/filter.js | 4 + .../core-js/actual/instance/find-index.js | 4 + .../actual/instance/find-last-index.js | 10 + .../core-js/actual/instance/find-last.js | 10 + .../core-js/actual/instance/find.js | 4 + .../core-js/actual/instance/flags.js | 4 + .../core-js/actual/instance/flat-map.js | 4 + .../core-js/actual/instance/flat.js | 4 + .../core-js/actual/instance/for-each.js | 4 + .../actual/instance/group-by-to-map.js | 10 + .../core-js/actual/instance/group-by.js | 10 + .../core-js/actual/instance/group-to-map.js | 10 + .../core-js/actual/instance/group.js | 10 + .../core-js/actual/instance/includes.js | 4 + .../core-js/actual/instance/index-of.js | 4 + .../core-js/actual/instance/is-well-formed.js | 4 + .../core-js/actual/instance/keys.js | 4 + .../core-js/actual/instance/last-index-of.js | 4 + .../core-js/actual/instance/map.js | 4 + .../core-js/actual/instance/match-all.js | 4 + .../core-js/actual/instance/pad-end.js | 4 + .../core-js/actual/instance/pad-start.js | 4 + .../core-js/actual/instance/push.js | 4 + .../core-js/actual/instance/reduce-right.js | 4 + .../core-js/actual/instance/reduce.js | 4 + .../core-js/actual/instance/repeat.js | 4 + .../core-js/actual/instance/replace-all.js | 4 + .../core-js/actual/instance/reverse.js | 4 + .../core-js/actual/instance/slice.js | 4 + .../core-js/actual/instance/some.js | 4 + .../core-js/actual/instance/sort.js | 4 + .../core-js/actual/instance/splice.js | 4 + .../core-js/actual/instance/starts-with.js | 4 + .../core-js/actual/instance/to-reversed.js | 10 + .../core-js/actual/instance/to-sorted.js | 10 + .../core-js/actual/instance/to-spliced.js | 10 + .../core-js/actual/instance/to-well-formed.js | 4 + .../core-js/actual/instance/trim-end.js | 4 + .../core-js/actual/instance/trim-left.js | 4 + .../core-js/actual/instance/trim-right.js | 4 + .../core-js/actual/instance/trim-start.js | 4 + .../core-js/actual/instance/trim.js | 4 + .../core-js/actual/instance/unshift.js | 4 + .../core-js/actual/instance/values.js | 4 + .../core-js/actual/instance/with.js | 10 + .../core-js/actual/is-iterable.js | 4 + .../core-js/actual/iterator/dispose.js | 2 + .../core-js/actual/iterator/drop.js | 6 + .../core-js/actual/iterator/every.js | 6 + .../core-js/actual/iterator/filter.js | 6 + .../core-js/actual/iterator/find.js | 6 + .../core-js/actual/iterator/flat-map.js | 6 + .../core-js/actual/iterator/for-each.js | 6 + .../core-js/actual/iterator/from.js | 20 + .../core-js/actual/iterator/index.js | 20 + .../core-js/actual/iterator/map.js | 6 + .../core-js/actual/iterator/reduce.js | 6 + .../core-js/actual/iterator/some.js | 6 + .../core-js/actual/iterator/take.js | 6 + .../core-js/actual/iterator/to-array.js | 6 + .../core-js/actual/iterator/to-async.js | 11 + .../node_modules/core-js/actual/json/index.js | 10 + .../core-js/actual/json/is-raw-json.js | 5 + .../node_modules/core-js/actual/json/parse.js | 6 + .../core-js/actual/json/raw-json.js | 7 + .../core-js/actual/json/stringify.js | 4 + .../core-js/actual/json/to-string-tag.js | 4 + .../core-js/actual/map/group-by.js | 5 + .../node_modules/core-js/actual/map/index.js | 5 + .../node_modules/core-js/actual/math/acosh.js | 4 + .../node_modules/core-js/actual/math/asinh.js | 4 + .../node_modules/core-js/actual/math/atanh.js | 4 + .../node_modules/core-js/actual/math/cbrt.js | 4 + .../node_modules/core-js/actual/math/clz32.js | 4 + .../node_modules/core-js/actual/math/cosh.js | 4 + .../node_modules/core-js/actual/math/expm1.js | 4 + .../core-js/actual/math/f16round.js | 5 + .../core-js/actual/math/fround.js | 4 + .../node_modules/core-js/actual/math/hypot.js | 4 + .../node_modules/core-js/actual/math/imul.js | 4 + .../node_modules/core-js/actual/math/index.js | 7 + .../node_modules/core-js/actual/math/log10.js | 4 + .../node_modules/core-js/actual/math/log1p.js | 4 + .../node_modules/core-js/actual/math/log2.js | 4 + .../node_modules/core-js/actual/math/sign.js | 4 + .../node_modules/core-js/actual/math/sinh.js | 4 + .../core-js/actual/math/sum-precise.js | 6 + .../node_modules/core-js/actual/math/tanh.js | 4 + .../core-js/actual/math/to-string-tag.js | 4 + .../node_modules/core-js/actual/math/trunc.js | 4 + .../core-js/actual/number/constructor.js | 4 + .../core-js/actual/number/epsilon.js | 4 + .../core-js/actual/number/index.js | 4 + .../core-js/actual/number/is-finite.js | 4 + .../core-js/actual/number/is-integer.js | 4 + .../core-js/actual/number/is-nan.js | 4 + .../core-js/actual/number/is-safe-integer.js | 4 + .../core-js/actual/number/max-safe-integer.js | 4 + .../core-js/actual/number/min-safe-integer.js | 4 + .../core-js/actual/number/parse-float.js | 4 + .../core-js/actual/number/parse-int.js | 4 + .../core-js/actual/number/to-exponential.js | 4 + .../core-js/actual/number/to-fixed.js | 4 + .../core-js/actual/number/to-precision.js | 4 + .../core-js/actual/number/virtual/index.js | 4 + .../actual/number/virtual/to-exponential.js | 4 + .../core-js/actual/number/virtual/to-fixed.js | 4 + .../actual/number/virtual/to-precision.js | 4 + .../core-js/actual/object/assign.js | 4 + .../core-js/actual/object/create.js | 4 + .../core-js/actual/object/define-getter.js | 4 + .../actual/object/define-properties.js | 4 + .../core-js/actual/object/define-property.js | 4 + .../core-js/actual/object/define-setter.js | 4 + .../core-js/actual/object/entries.js | 4 + .../core-js/actual/object/freeze.js | 4 + .../core-js/actual/object/from-entries.js | 4 + .../object/get-own-property-descriptor.js | 4 + .../object/get-own-property-descriptors.js | 4 + .../actual/object/get-own-property-names.js | 4 + .../actual/object/get-own-property-symbols.js | 4 + .../core-js/actual/object/get-prototype-of.js | 4 + .../core-js/actual/object/group-by.js | 5 + .../core-js/actual/object/has-own.js | 4 + .../core-js/actual/object/index.js | 5 + .../core-js/actual/object/is-extensible.js | 4 + .../core-js/actual/object/is-frozen.js | 4 + .../core-js/actual/object/is-sealed.js | 4 + .../node_modules/core-js/actual/object/is.js | 4 + .../core-js/actual/object/keys.js | 4 + .../core-js/actual/object/lookup-getter.js | 4 + .../core-js/actual/object/lookup-setter.js | 4 + .../actual/object/prevent-extensions.js | 4 + .../core-js/actual/object/proto.js | 4 + .../core-js/actual/object/seal.js | 4 + .../core-js/actual/object/set-prototype-of.js | 4 + .../core-js/actual/object/to-string.js | 4 + .../core-js/actual/object/values.js | 4 + .../core-js/actual/parse-float.js | 4 + .../node_modules/core-js/actual/parse-int.js | 4 + .../core-js/actual/promise/all-settled.js | 4 + .../core-js/actual/promise/any.js | 4 + .../core-js/actual/promise/finally.js | 4 + .../core-js/actual/promise/index.js | 7 + .../core-js/actual/promise/try.js | 6 + .../core-js/actual/promise/with-resolvers.js | 6 + .../core-js/actual/queue-microtask.js | 4 + .../core-js/actual/reflect/apply.js | 4 + .../core-js/actual/reflect/construct.js | 4 + .../core-js/actual/reflect/define-property.js | 4 + .../core-js/actual/reflect/delete-property.js | 4 + .../reflect/get-own-property-descriptor.js | 4 + .../actual/reflect/get-prototype-of.js | 4 + .../core-js/actual/reflect/get.js | 4 + .../core-js/actual/reflect/has.js | 4 + .../core-js/actual/reflect/index.js | 4 + .../core-js/actual/reflect/is-extensible.js | 4 + .../core-js/actual/reflect/own-keys.js | 4 + .../actual/reflect/prevent-extensions.js | 4 + .../actual/reflect/set-prototype-of.js | 4 + .../core-js/actual/reflect/set.js | 4 + .../core-js/actual/reflect/to-string-tag.js | 4 + .../core-js/actual/regexp/constructor.js | 4 + .../core-js/actual/regexp/dot-all.js | 4 + .../core-js/actual/regexp/escape.js | 5 + .../core-js/actual/regexp/flags.js | 4 + .../core-js/actual/regexp/index.js | 5 + .../core-js/actual/regexp/match.js | 4 + .../core-js/actual/regexp/replace.js | 4 + .../core-js/actual/regexp/search.js | 4 + .../core-js/actual/regexp/split.js | 4 + .../core-js/actual/regexp/sticky.js | 4 + .../core-js/actual/regexp/test.js | 4 + .../core-js/actual/regexp/to-string.js | 4 + .../node_modules/core-js/actual/self.js | 4 + .../core-js/actual/set-immediate.js | 4 + .../core-js/actual/set-interval.js | 4 + .../core-js/actual/set-timeout.js | 4 + .../core-js/actual/set/difference.js | 5 + .../node_modules/core-js/actual/set/index.js | 11 + .../core-js/actual/set/intersection.js | 5 + .../core-js/actual/set/is-disjoint-from.js | 5 + .../core-js/actual/set/is-subset-of.js | 5 + .../core-js/actual/set/is-superset-of.js | 5 + .../actual/set/symmetric-difference.js | 5 + .../node_modules/core-js/actual/set/union.js | 5 + .../core-js/actual/string/anchor.js | 4 + .../node_modules/core-js/actual/string/at.js | 4 + .../node_modules/core-js/actual/string/big.js | 4 + .../core-js/actual/string/blink.js | 4 + .../core-js/actual/string/bold.js | 4 + .../core-js/actual/string/code-point-at.js | 4 + .../core-js/actual/string/ends-with.js | 4 + .../core-js/actual/string/fixed.js | 4 + .../core-js/actual/string/fontcolor.js | 4 + .../core-js/actual/string/fontsize.js | 4 + .../core-js/actual/string/from-code-point.js | 4 + .../core-js/actual/string/includes.js | 4 + .../core-js/actual/string/index.js | 8 + .../core-js/actual/string/is-well-formed.js | 7 + .../core-js/actual/string/italics.js | 4 + .../core-js/actual/string/iterator.js | 4 + .../core-js/actual/string/link.js | 4 + .../core-js/actual/string/match-all.js | 4 + .../core-js/actual/string/match.js | 4 + .../core-js/actual/string/pad-end.js | 4 + .../core-js/actual/string/pad-start.js | 4 + .../node_modules/core-js/actual/string/raw.js | 4 + .../core-js/actual/string/repeat.js | 4 + .../core-js/actual/string/replace-all.js | 4 + .../core-js/actual/string/replace.js | 4 + .../core-js/actual/string/search.js | 4 + .../core-js/actual/string/small.js | 4 + .../core-js/actual/string/split.js | 4 + .../core-js/actual/string/starts-with.js | 4 + .../core-js/actual/string/strike.js | 4 + .../node_modules/core-js/actual/string/sub.js | 4 + .../core-js/actual/string/substr.js | 4 + .../node_modules/core-js/actual/string/sup.js | 4 + .../core-js/actual/string/to-well-formed.js | 7 + .../core-js/actual/string/trim-end.js | 4 + .../core-js/actual/string/trim-left.js | 4 + .../core-js/actual/string/trim-right.js | 4 + .../core-js/actual/string/trim-start.js | 4 + .../core-js/actual/string/trim.js | 4 + .../core-js/actual/string/virtual/anchor.js | 4 + .../core-js/actual/string/virtual/at.js | 4 + .../core-js/actual/string/virtual/big.js | 4 + .../core-js/actual/string/virtual/blink.js | 4 + .../core-js/actual/string/virtual/bold.js | 4 + .../actual/string/virtual/code-point-at.js | 4 + .../actual/string/virtual/ends-with.js | 4 + .../core-js/actual/string/virtual/fixed.js | 4 + .../actual/string/virtual/fontcolor.js | 4 + .../core-js/actual/string/virtual/fontsize.js | 4 + .../core-js/actual/string/virtual/includes.js | 4 + .../core-js/actual/string/virtual/index.js | 8 + .../actual/string/virtual/is-well-formed.js | 7 + .../core-js/actual/string/virtual/italics.js | 4 + .../core-js/actual/string/virtual/iterator.js | 4 + .../core-js/actual/string/virtual/link.js | 4 + .../actual/string/virtual/match-all.js | 4 + .../core-js/actual/string/virtual/pad-end.js | 4 + .../actual/string/virtual/pad-start.js | 4 + .../core-js/actual/string/virtual/repeat.js | 4 + .../actual/string/virtual/replace-all.js | 4 + .../core-js/actual/string/virtual/small.js | 4 + .../actual/string/virtual/starts-with.js | 4 + .../core-js/actual/string/virtual/strike.js | 4 + .../core-js/actual/string/virtual/sub.js | 4 + .../core-js/actual/string/virtual/substr.js | 4 + .../core-js/actual/string/virtual/sup.js | 4 + .../actual/string/virtual/to-well-formed.js | 7 + .../core-js/actual/string/virtual/trim-end.js | 4 + .../actual/string/virtual/trim-left.js | 4 + .../actual/string/virtual/trim-right.js | 4 + .../actual/string/virtual/trim-start.js | 4 + .../core-js/actual/string/virtual/trim.js | 4 + .../core-js/actual/structured-clone.js | 4 + .../core-js/actual/suppressed-error.js | 7 + .../core-js/actual/symbol/async-dispose.js | 5 + .../core-js/actual/symbol/async-iterator.js | 4 + .../core-js/actual/symbol/description.js | 4 + .../core-js/actual/symbol/dispose.js | 5 + .../node_modules/core-js/actual/symbol/for.js | 4 + .../core-js/actual/symbol/has-instance.js | 4 + .../core-js/actual/symbol/index.js | 9 + .../actual/symbol/is-concat-spreadable.js | 4 + .../core-js/actual/symbol/iterator.js | 4 + .../core-js/actual/symbol/key-for.js | 4 + .../core-js/actual/symbol/match-all.js | 4 + .../core-js/actual/symbol/match.js | 4 + .../core-js/actual/symbol/metadata.js | 6 + .../core-js/actual/symbol/replace.js | 4 + .../core-js/actual/symbol/search.js | 4 + .../core-js/actual/symbol/species.js | 4 + .../core-js/actual/symbol/split.js | 4 + .../core-js/actual/symbol/to-primitive.js | 4 + .../core-js/actual/symbol/to-string-tag.js | 4 + .../core-js/actual/symbol/unscopables.js | 4 + .../core-js/actual/typed-array/at.js | 4 + .../core-js/actual/typed-array/copy-within.js | 4 + .../core-js/actual/typed-array/entries.js | 4 + .../core-js/actual/typed-array/every.js | 4 + .../core-js/actual/typed-array/fill.js | 4 + .../core-js/actual/typed-array/filter.js | 4 + .../core-js/actual/typed-array/find-index.js | 4 + .../actual/typed-array/find-last-index.js | 5 + .../core-js/actual/typed-array/find-last.js | 5 + .../core-js/actual/typed-array/find.js | 4 + .../actual/typed-array/float32-array.js | 5 + .../actual/typed-array/float64-array.js | 5 + .../core-js/actual/typed-array/for-each.js | 4 + .../core-js/actual/typed-array/from-base64.js | 2 + .../core-js/actual/typed-array/from-hex.js | 2 + .../core-js/actual/typed-array/from.js | 4 + .../core-js/actual/typed-array/includes.js | 4 + .../core-js/actual/typed-array/index-of.js | 4 + .../core-js/actual/typed-array/index.js | 17 + .../core-js/actual/typed-array/int16-array.js | 5 + .../core-js/actual/typed-array/int32-array.js | 5 + .../core-js/actual/typed-array/int8-array.js | 5 + .../core-js/actual/typed-array/iterator.js | 4 + .../core-js/actual/typed-array/join.js | 4 + .../core-js/actual/typed-array/keys.js | 4 + .../actual/typed-array/last-index-of.js | 4 + .../core-js/actual/typed-array/map.js | 4 + .../core-js/actual/typed-array/methods.js | 17 + .../core-js/actual/typed-array/of.js | 4 + .../actual/typed-array/reduce-right.js | 4 + .../core-js/actual/typed-array/reduce.js | 4 + .../core-js/actual/typed-array/reverse.js | 4 + .../actual/typed-array/set-from-base64.js | 2 + .../actual/typed-array/set-from-hex.js | 2 + .../core-js/actual/typed-array/set.js | 4 + .../core-js/actual/typed-array/slice.js | 4 + .../core-js/actual/typed-array/some.js | 4 + .../core-js/actual/typed-array/sort.js | 4 + .../core-js/actual/typed-array/subarray.js | 4 + .../core-js/actual/typed-array/to-base64.js | 2 + .../core-js/actual/typed-array/to-hex.js | 2 + .../actual/typed-array/to-locale-string.js | 4 + .../core-js/actual/typed-array/to-reversed.js | 6 + .../core-js/actual/typed-array/to-sorted.js | 6 + .../core-js/actual/typed-array/to-spliced.js | 3 + .../core-js/actual/typed-array/to-string.js | 4 + .../actual/typed-array/uint16-array.js | 5 + .../actual/typed-array/uint32-array.js | 5 + .../core-js/actual/typed-array/uint8-array.js | 5 + .../actual/typed-array/uint8-clamped-array.js | 5 + .../core-js/actual/typed-array/values.js | 4 + .../core-js/actual/typed-array/with.js | 6 + .../node_modules/core-js/actual/unescape.js | 4 + .../core-js/actual/url-search-params/index.js | 4 + .../core-js/actual/url/can-parse.js | 4 + .../node_modules/core-js/actual/url/index.js | 4 + .../node_modules/core-js/actual/url/parse.js | 4 + .../core-js/actual/url/to-json.js | 4 + .../core-js/actual/weak-map/index.js | 4 + .../core-js/actual/weak-set/index.js | 4 + .../node_modules/core-js/configurator.js | 28 + .../node_modules/core-js/es/README.md | 1 + .../core-js/es/aggregate-error.js | 9 + .../core-js/es/array-buffer/constructor.js | 10 + .../core-js/es/array-buffer/detached.js | 4 + .../core-js/es/array-buffer/index.js | 12 + .../core-js/es/array-buffer/is-view.js | 5 + .../core-js/es/array-buffer/slice.js | 2 + .../array-buffer/transfer-to-fixed-length.js | 5 + .../core-js/es/array-buffer/transfer.js | 5 + .../node_modules/core-js/es/array/at.js | 5 + .../node_modules/core-js/es/array/concat.js | 5 + .../core-js/es/array/copy-within.js | 5 + .../node_modules/core-js/es/array/entries.js | 6 + .../node_modules/core-js/es/array/every.js | 5 + .../node_modules/core-js/es/array/fill.js | 5 + .../node_modules/core-js/es/array/filter.js | 5 + .../core-js/es/array/find-index.js | 5 + .../core-js/es/array/find-last-index.js | 5 + .../core-js/es/array/find-last.js | 5 + .../node_modules/core-js/es/array/find.js | 5 + .../node_modules/core-js/es/array/flat-map.js | 6 + .../node_modules/core-js/es/array/flat.js | 6 + .../node_modules/core-js/es/array/for-each.js | 5 + .../node_modules/core-js/es/array/from.js | 6 + .../node_modules/core-js/es/array/includes.js | 5 + .../node_modules/core-js/es/array/index-of.js | 5 + .../node_modules/core-js/es/array/index.js | 44 + .../node_modules/core-js/es/array/is-array.js | 5 + .../node_modules/core-js/es/array/iterator.js | 6 + .../node_modules/core-js/es/array/join.js | 5 + .../node_modules/core-js/es/array/keys.js | 6 + .../core-js/es/array/last-index-of.js | 5 + .../node_modules/core-js/es/array/map.js | 5 + .../node_modules/core-js/es/array/of.js | 5 + .../node_modules/core-js/es/array/push.js | 5 + .../core-js/es/array/reduce-right.js | 5 + .../node_modules/core-js/es/array/reduce.js | 5 + .../node_modules/core-js/es/array/reverse.js | 5 + .../node_modules/core-js/es/array/slice.js | 5 + .../node_modules/core-js/es/array/some.js | 5 + .../node_modules/core-js/es/array/sort.js | 5 + .../node_modules/core-js/es/array/splice.js | 5 + .../core-js/es/array/to-reversed.js | 5 + .../core-js/es/array/to-sorted.js | 6 + .../core-js/es/array/to-spliced.js | 5 + .../node_modules/core-js/es/array/unshift.js | 5 + .../node_modules/core-js/es/array/values.js | 6 + .../core-js/es/array/virtual/at.js | 5 + .../core-js/es/array/virtual/concat.js | 5 + .../core-js/es/array/virtual/copy-within.js | 5 + .../core-js/es/array/virtual/entries.js | 6 + .../core-js/es/array/virtual/every.js | 5 + .../core-js/es/array/virtual/fill.js | 5 + .../core-js/es/array/virtual/filter.js | 5 + .../core-js/es/array/virtual/find-index.js | 5 + .../es/array/virtual/find-last-index.js | 5 + .../core-js/es/array/virtual/find-last.js | 5 + .../core-js/es/array/virtual/find.js | 5 + .../core-js/es/array/virtual/flat-map.js | 6 + .../core-js/es/array/virtual/flat.js | 6 + .../core-js/es/array/virtual/for-each.js | 5 + .../core-js/es/array/virtual/includes.js | 5 + .../core-js/es/array/virtual/index-of.js | 5 + .../core-js/es/array/virtual/index.js | 40 + .../core-js/es/array/virtual/iterator.js | 6 + .../core-js/es/array/virtual/join.js | 5 + .../core-js/es/array/virtual/keys.js | 6 + .../core-js/es/array/virtual/last-index-of.js | 5 + .../core-js/es/array/virtual/map.js | 5 + .../core-js/es/array/virtual/push.js | 5 + .../core-js/es/array/virtual/reduce-right.js | 5 + .../core-js/es/array/virtual/reduce.js | 5 + .../core-js/es/array/virtual/reverse.js | 5 + .../core-js/es/array/virtual/slice.js | 5 + .../core-js/es/array/virtual/some.js | 5 + .../core-js/es/array/virtual/sort.js | 5 + .../core-js/es/array/virtual/splice.js | 5 + .../core-js/es/array/virtual/to-reversed.js | 5 + .../core-js/es/array/virtual/to-sorted.js | 6 + .../core-js/es/array/virtual/to-spliced.js | 5 + .../core-js/es/array/virtual/unshift.js | 5 + .../core-js/es/array/virtual/values.js | 6 + .../core-js/es/array/virtual/with.js | 5 + .../node_modules/core-js/es/array/with.js | 5 + .../core-js/es/data-view/index.js | 8 + .../node_modules/core-js/es/date/get-year.js | 5 + .../node_modules/core-js/es/date/index.js | 12 + .../node_modules/core-js/es/date/now.js | 5 + .../node_modules/core-js/es/date/set-year.js | 5 + .../core-js/es/date/to-gmt-string.js | 5 + .../core-js/es/date/to-iso-string.js | 6 + .../node_modules/core-js/es/date/to-json.js | 5 + .../core-js/es/date/to-primitive.js | 6 + .../node_modules/core-js/es/date/to-string.js | 5 + .../core-js/es/error/constructor.js | 5 + .../node_modules/core-js/es/error/index.js | 6 + .../core-js/es/error/to-string.js | 5 + .../node_modules/core-js/es/escape.js | 5 + .../node_modules/core-js/es/function/bind.js | 5 + .../core-js/es/function/has-instance.js | 5 + .../node_modules/core-js/es/function/index.js | 7 + .../node_modules/core-js/es/function/name.js | 2 + .../core-js/es/function/virtual/bind.js | 5 + .../core-js/es/function/virtual/index.js | 5 + .../core-js/es/get-iterator-method.js | 6 + .../node_modules/core-js/es/get-iterator.js | 6 + .../node_modules/core-js/es/global-this.js | 4 + .../node_modules/core-js/es/index.js | 272 + .../node_modules/core-js/es/instance/at.js | 15 + .../node_modules/core-js/es/instance/bind.js | 10 + .../core-js/es/instance/code-point-at.js | 11 + .../core-js/es/instance/concat.js | 10 + .../core-js/es/instance/copy-within.js | 10 + .../core-js/es/instance/ends-with.js | 11 + .../core-js/es/instance/entries.js | 10 + .../node_modules/core-js/es/instance/every.js | 10 + .../node_modules/core-js/es/instance/fill.js | 10 + .../core-js/es/instance/filter.js | 10 + .../core-js/es/instance/find-index.js | 10 + .../core-js/es/instance/find-last-index.js | 10 + .../core-js/es/instance/find-last.js | 10 + .../node_modules/core-js/es/instance/find.js | 10 + .../node_modules/core-js/es/instance/flags.js | 9 + .../core-js/es/instance/flat-map.js | 10 + .../node_modules/core-js/es/instance/flat.js | 10 + .../core-js/es/instance/for-each.js | 10 + .../core-js/es/instance/includes.js | 15 + .../core-js/es/instance/index-of.js | 10 + .../core-js/es/instance/is-well-formed.js | 11 + .../node_modules/core-js/es/instance/keys.js | 10 + .../core-js/es/instance/last-index-of.js | 10 + .../node_modules/core-js/es/instance/map.js | 10 + .../core-js/es/instance/match-all.js | 11 + .../core-js/es/instance/pad-end.js | 11 + .../core-js/es/instance/pad-start.js | 11 + .../node_modules/core-js/es/instance/push.js | 10 + .../core-js/es/instance/reduce-right.js | 10 + .../core-js/es/instance/reduce.js | 10 + .../core-js/es/instance/repeat.js | 11 + .../core-js/es/instance/replace-all.js | 11 + .../core-js/es/instance/reverse.js | 10 + .../node_modules/core-js/es/instance/slice.js | 10 + .../node_modules/core-js/es/instance/some.js | 10 + .../node_modules/core-js/es/instance/sort.js | 10 + .../core-js/es/instance/splice.js | 10 + .../core-js/es/instance/starts-with.js | 11 + .../core-js/es/instance/to-reversed.js | 10 + .../core-js/es/instance/to-sorted.js | 10 + .../core-js/es/instance/to-spliced.js | 10 + .../core-js/es/instance/to-well-formed.js | 11 + .../core-js/es/instance/trim-end.js | 11 + .../core-js/es/instance/trim-left.js | 11 + .../core-js/es/instance/trim-right.js | 11 + .../core-js/es/instance/trim-start.js | 11 + .../node_modules/core-js/es/instance/trim.js | 11 + .../core-js/es/instance/unshift.js | 10 + .../core-js/es/instance/values.js | 10 + .../node_modules/core-js/es/instance/with.js | 10 + .../node_modules/core-js/es/is-iterable.js | 6 + .../node_modules/core-js/es/iterator/drop.js | 8 + .../node_modules/core-js/es/iterator/every.js | 8 + .../core-js/es/iterator/filter.js | 8 + .../node_modules/core-js/es/iterator/find.js | 8 + .../core-js/es/iterator/flat-map.js | 8 + .../core-js/es/iterator/for-each.js | 8 + .../node_modules/core-js/es/iterator/from.js | 21 + .../node_modules/core-js/es/iterator/index.js | 21 + .../node_modules/core-js/es/iterator/map.js | 8 + .../core-js/es/iterator/reduce.js | 8 + .../node_modules/core-js/es/iterator/some.js | 8 + .../node_modules/core-js/es/iterator/take.js | 8 + .../core-js/es/iterator/to-array.js | 8 + .../node_modules/core-js/es/json/index.js | 8 + .../node_modules/core-js/es/json/stringify.js | 13 + .../core-js/es/json/to-string-tag.js | 4 + .../node_modules/core-js/es/map/group-by.js | 7 + .../node_modules/core-js/es/map/index.js | 9 + .../node_modules/core-js/es/math/acosh.js | 5 + .../node_modules/core-js/es/math/asinh.js | 5 + .../node_modules/core-js/es/math/atanh.js | 5 + .../node_modules/core-js/es/math/cbrt.js | 5 + .../node_modules/core-js/es/math/clz32.js | 5 + .../node_modules/core-js/es/math/cosh.js | 5 + .../node_modules/core-js/es/math/expm1.js | 5 + .../node_modules/core-js/es/math/fround.js | 5 + .../node_modules/core-js/es/math/hypot.js | 5 + .../node_modules/core-js/es/math/imul.js | 5 + .../node_modules/core-js/es/math/index.js | 22 + .../node_modules/core-js/es/math/log10.js | 5 + .../node_modules/core-js/es/math/log1p.js | 5 + .../node_modules/core-js/es/math/log2.js | 5 + .../node_modules/core-js/es/math/sign.js | 5 + .../node_modules/core-js/es/math/sinh.js | 5 + .../node_modules/core-js/es/math/tanh.js | 5 + .../core-js/es/math/to-string-tag.js | 4 + .../node_modules/core-js/es/math/trunc.js | 5 + .../core-js/es/number/constructor.js | 5 + .../node_modules/core-js/es/number/epsilon.js | 4 + .../node_modules/core-js/es/number/index.js | 17 + .../core-js/es/number/is-finite.js | 5 + .../core-js/es/number/is-integer.js | 5 + .../node_modules/core-js/es/number/is-nan.js | 5 + .../core-js/es/number/is-safe-integer.js | 5 + .../core-js/es/number/max-safe-integer.js | 4 + .../core-js/es/number/min-safe-integer.js | 4 + .../core-js/es/number/parse-float.js | 5 + .../core-js/es/number/parse-int.js | 5 + .../core-js/es/number/to-exponential.js | 5 + .../core-js/es/number/to-fixed.js | 5 + .../core-js/es/number/to-precision.js | 5 + .../core-js/es/number/virtual/index.js | 7 + .../es/number/virtual/to-exponential.js | 5 + .../core-js/es/number/virtual/to-fixed.js | 5 + .../core-js/es/number/virtual/to-precision.js | 5 + .../node_modules/core-js/es/object/assign.js | 5 + .../node_modules/core-js/es/object/create.js | 9 + .../core-js/es/object/define-getter.js | 5 + .../core-js/es/object/define-properties.js | 11 + .../core-js/es/object/define-property.js | 11 + .../core-js/es/object/define-setter.js | 5 + .../node_modules/core-js/es/object/entries.js | 5 + .../node_modules/core-js/es/object/freeze.js | 5 + .../core-js/es/object/from-entries.js | 6 + .../es/object/get-own-property-descriptor.js | 11 + .../es/object/get-own-property-descriptors.js | 5 + .../es/object/get-own-property-names.js | 9 + .../es/object/get-own-property-symbols.js | 5 + .../core-js/es/object/get-prototype-of.js | 5 + .../core-js/es/object/group-by.js | 7 + .../node_modules/core-js/es/object/has-own.js | 5 + .../node_modules/core-js/es/object/index.js | 36 + .../core-js/es/object/is-extensible.js | 5 + .../core-js/es/object/is-frozen.js | 5 + .../core-js/es/object/is-sealed.js | 5 + .../node_modules/core-js/es/object/is.js | 5 + .../node_modules/core-js/es/object/keys.js | 5 + .../core-js/es/object/lookup-getter.js | 5 + .../core-js/es/object/lookup-setter.js | 5 + .../core-js/es/object/prevent-extensions.js | 5 + .../node_modules/core-js/es/object/proto.js | 2 + .../node_modules/core-js/es/object/seal.js | 5 + .../core-js/es/object/set-prototype-of.js | 5 + .../core-js/es/object/to-string.js | 10 + .../node_modules/core-js/es/object/values.js | 5 + .../node_modules/core-js/es/parse-float.js | 5 + .../node_modules/core-js/es/parse-int.js | 5 + .../core-js/es/promise/all-settled.js | 16 + .../node_modules/core-js/es/promise/any.js | 17 + .../core-js/es/promise/finally.js | 7 + .../node_modules/core-js/es/promise/index.js | 14 + .../node_modules/core-js/es/promise/try.js | 15 + .../core-js/es/promise/with-resolvers.js | 13 + .../node_modules/core-js/es/reflect/apply.js | 5 + .../core-js/es/reflect/construct.js | 5 + .../core-js/es/reflect/define-property.js | 5 + .../core-js/es/reflect/delete-property.js | 5 + .../es/reflect/get-own-property-descriptor.js | 5 + .../core-js/es/reflect/get-prototype-of.js | 5 + .../node_modules/core-js/es/reflect/get.js | 5 + .../node_modules/core-js/es/reflect/has.js | 5 + .../node_modules/core-js/es/reflect/index.js | 19 + .../core-js/es/reflect/is-extensible.js | 5 + .../core-js/es/reflect/own-keys.js | 5 + .../core-js/es/reflect/prevent-extensions.js | 5 + .../core-js/es/reflect/set-prototype-of.js | 5 + .../node_modules/core-js/es/reflect/set.js | 5 + .../core-js/es/reflect/to-string-tag.js | 5 + .../core-js/es/regexp/constructor.js | 7 + .../node_modules/core-js/es/regexp/dot-all.js | 8 + .../node_modules/core-js/es/regexp/flags.js | 5 + .../node_modules/core-js/es/regexp/index.js | 12 + .../node_modules/core-js/es/regexp/match.js | 11 + .../node_modules/core-js/es/regexp/replace.js | 11 + .../node_modules/core-js/es/regexp/search.js | 11 + .../node_modules/core-js/es/regexp/split.js | 11 + .../node_modules/core-js/es/regexp/sticky.js | 8 + .../node_modules/core-js/es/regexp/test.js | 6 + .../core-js/es/regexp/to-string.js | 5 + .../node_modules/core-js/es/set/difference.js | 6 + .../node_modules/core-js/es/set/index.js | 15 + .../core-js/es/set/intersection.js | 6 + .../core-js/es/set/is-disjoint-from.js | 6 + .../core-js/es/set/is-subset-of.js | 6 + .../core-js/es/set/is-superset-of.js | 6 + .../core-js/es/set/symmetric-difference.js | 6 + .../node_modules/core-js/es/set/union.js | 6 + .../node_modules/core-js/es/string/anchor.js | 5 + .../node_modules/core-js/es/string/at.js | 5 + .../node_modules/core-js/es/string/big.js | 5 + .../node_modules/core-js/es/string/blink.js | 5 + .../node_modules/core-js/es/string/bold.js | 5 + .../core-js/es/string/code-point-at.js | 5 + .../core-js/es/string/ends-with.js | 5 + .../node_modules/core-js/es/string/fixed.js | 5 + .../core-js/es/string/fontcolor.js | 5 + .../core-js/es/string/fontsize.js | 5 + .../core-js/es/string/from-code-point.js | 5 + .../core-js/es/string/includes.js | 5 + .../node_modules/core-js/es/string/index.js | 42 + .../core-js/es/string/is-well-formed.js | 4 + .../node_modules/core-js/es/string/italics.js | 5 + .../core-js/es/string/iterator.js | 7 + .../node_modules/core-js/es/string/link.js | 5 + .../core-js/es/string/match-all.js | 7 + .../node_modules/core-js/es/string/match.js | 6 + .../node_modules/core-js/es/string/pad-end.js | 5 + .../core-js/es/string/pad-start.js | 5 + .../node_modules/core-js/es/string/raw.js | 5 + .../node_modules/core-js/es/string/repeat.js | 5 + .../core-js/es/string/replace-all.js | 7 + .../node_modules/core-js/es/string/replace.js | 6 + .../node_modules/core-js/es/string/search.js | 6 + .../node_modules/core-js/es/string/small.js | 5 + .../node_modules/core-js/es/string/split.js | 6 + .../core-js/es/string/starts-with.js | 5 + .../node_modules/core-js/es/string/strike.js | 5 + .../node_modules/core-js/es/string/sub.js | 5 + .../node_modules/core-js/es/string/substr.js | 5 + .../node_modules/core-js/es/string/sup.js | 5 + .../core-js/es/string/to-well-formed.js | 4 + .../core-js/es/string/trim-end.js | 5 + .../core-js/es/string/trim-left.js | 5 + .../core-js/es/string/trim-right.js | 5 + .../core-js/es/string/trim-start.js | 5 + .../node_modules/core-js/es/string/trim.js | 5 + .../core-js/es/string/virtual/anchor.js | 5 + .../core-js/es/string/virtual/at.js | 5 + .../core-js/es/string/virtual/big.js | 5 + .../core-js/es/string/virtual/blink.js | 5 + .../core-js/es/string/virtual/bold.js | 5 + .../es/string/virtual/code-point-at.js | 5 + .../core-js/es/string/virtual/ends-with.js | 5 + .../core-js/es/string/virtual/fixed.js | 5 + .../core-js/es/string/virtual/fontcolor.js | 5 + .../core-js/es/string/virtual/fontsize.js | 5 + .../core-js/es/string/virtual/includes.js | 5 + .../core-js/es/string/virtual/index.js | 38 + .../es/string/virtual/is-well-formed.js | 5 + .../core-js/es/string/virtual/italics.js | 5 + .../core-js/es/string/virtual/iterator.js | 6 + .../core-js/es/string/virtual/link.js | 5 + .../core-js/es/string/virtual/match-all.js | 7 + .../core-js/es/string/virtual/pad-end.js | 5 + .../core-js/es/string/virtual/pad-start.js | 5 + .../core-js/es/string/virtual/repeat.js | 5 + .../core-js/es/string/virtual/replace-all.js | 7 + .../core-js/es/string/virtual/small.js | 5 + .../core-js/es/string/virtual/starts-with.js | 5 + .../core-js/es/string/virtual/strike.js | 5 + .../core-js/es/string/virtual/sub.js | 5 + .../core-js/es/string/virtual/substr.js | 5 + .../core-js/es/string/virtual/sup.js | 5 + .../es/string/virtual/to-well-formed.js | 5 + .../core-js/es/string/virtual/trim-end.js | 5 + .../core-js/es/string/virtual/trim-left.js | 5 + .../core-js/es/string/virtual/trim-right.js | 5 + .../core-js/es/string/virtual/trim-start.js | 5 + .../core-js/es/string/virtual/trim.js | 5 + .../core-js/es/symbol/async-iterator.js | 5 + .../core-js/es/symbol/description.js | 2 + .../node_modules/core-js/es/symbol/for.js | 5 + .../core-js/es/symbol/has-instance.js | 6 + .../node_modules/core-js/es/symbol/index.js | 24 + .../core-js/es/symbol/is-concat-spreadable.js | 6 + .../core-js/es/symbol/iterator.js | 8 + .../node_modules/core-js/es/symbol/key-for.js | 5 + .../core-js/es/symbol/match-all.js | 8 + .../node_modules/core-js/es/symbol/match.js | 7 + .../node_modules/core-js/es/symbol/replace.js | 7 + .../node_modules/core-js/es/symbol/search.js | 7 + .../node_modules/core-js/es/symbol/species.js | 5 + .../node_modules/core-js/es/symbol/split.js | 7 + .../core-js/es/symbol/to-primitive.js | 6 + .../core-js/es/symbol/to-string-tag.js | 9 + .../core-js/es/symbol/unscopables.js | 5 + .../node_modules/core-js/es/typed-array/at.js | 2 + .../core-js/es/typed-array/copy-within.js | 2 + .../core-js/es/typed-array/entries.js | 3 + .../core-js/es/typed-array/every.js | 2 + .../core-js/es/typed-array/fill.js | 2 + .../core-js/es/typed-array/filter.js | 2 + .../core-js/es/typed-array/find-index.js | 2 + .../core-js/es/typed-array/find-last-index.js | 2 + .../core-js/es/typed-array/find-last.js | 2 + .../core-js/es/typed-array/find.js | 2 + .../core-js/es/typed-array/float32-array.js | 8 + .../core-js/es/typed-array/float64-array.js | 8 + .../core-js/es/typed-array/for-each.js | 2 + .../core-js/es/typed-array/from.js | 2 + .../core-js/es/typed-array/includes.js | 2 + .../core-js/es/typed-array/index-of.js | 2 + .../core-js/es/typed-array/index.js | 13 + .../core-js/es/typed-array/int16-array.js | 8 + .../core-js/es/typed-array/int32-array.js | 8 + .../core-js/es/typed-array/int8-array.js | 8 + .../core-js/es/typed-array/iterator.js | 3 + .../core-js/es/typed-array/join.js | 2 + .../core-js/es/typed-array/keys.js | 3 + .../core-js/es/typed-array/last-index-of.js | 2 + .../core-js/es/typed-array/map.js | 2 + .../core-js/es/typed-array/methods.js | 34 + .../node_modules/core-js/es/typed-array/of.js | 2 + .../core-js/es/typed-array/reduce-right.js | 2 + .../core-js/es/typed-array/reduce.js | 2 + .../core-js/es/typed-array/reverse.js | 2 + .../core-js/es/typed-array/set.js | 2 + .../core-js/es/typed-array/slice.js | 2 + .../core-js/es/typed-array/some.js | 2 + .../core-js/es/typed-array/sort.js | 2 + .../core-js/es/typed-array/subarray.js | 2 + .../es/typed-array/to-locale-string.js | 2 + .../core-js/es/typed-array/to-reversed.js | 2 + .../core-js/es/typed-array/to-sorted.js | 3 + .../core-js/es/typed-array/to-string.js | 2 + .../core-js/es/typed-array/uint16-array.js | 8 + .../core-js/es/typed-array/uint32-array.js | 8 + .../core-js/es/typed-array/uint8-array.js | 8 + .../es/typed-array/uint8-clamped-array.js | 8 + .../core-js/es/typed-array/values.js | 3 + .../core-js/es/typed-array/with.js | 2 + .../node_modules/core-js/es/unescape.js | 5 + .../node_modules/core-js/es/weak-map/index.js | 7 + .../node_modules/core-js/es/weak-set/index.js | 7 + .../core-js/features/aggregate-error.js | 2 + .../features/array-buffer/constructor.js | 2 + .../core-js/features/array-buffer/detached.js | 2 + .../core-js/features/array-buffer/index.js | 2 + .../core-js/features/array-buffer/is-view.js | 2 + .../core-js/features/array-buffer/slice.js | 2 + .../array-buffer/transfer-to-fixed-length.js | 2 + .../core-js/features/array-buffer/transfer.js | 2 + .../node_modules/core-js/features/array/at.js | 2 + .../core-js/features/array/concat.js | 2 + .../core-js/features/array/copy-within.js | 2 + .../core-js/features/array/entries.js | 2 + .../core-js/features/array/every.js | 2 + .../core-js/features/array/fill.js | 2 + .../core-js/features/array/filter-out.js | 2 + .../core-js/features/array/filter-reject.js | 2 + .../core-js/features/array/filter.js | 2 + .../core-js/features/array/find-index.js | 2 + .../core-js/features/array/find-last-index.js | 2 + .../core-js/features/array/find-last.js | 2 + .../core-js/features/array/find.js | 2 + .../core-js/features/array/flat-map.js | 2 + .../core-js/features/array/flat.js | 2 + .../core-js/features/array/for-each.js | 2 + .../core-js/features/array/from-async.js | 2 + .../core-js/features/array/from.js | 2 + .../core-js/features/array/group-by-to-map.js | 2 + .../core-js/features/array/group-by.js | 2 + .../core-js/features/array/group-to-map.js | 2 + .../core-js/features/array/group.js | 2 + .../core-js/features/array/includes.js | 2 + .../core-js/features/array/index-of.js | 2 + .../core-js/features/array/index.js | 2 + .../core-js/features/array/is-array.js | 2 + .../features/array/is-template-object.js | 2 + .../core-js/features/array/iterator.js | 2 + .../core-js/features/array/join.js | 2 + .../core-js/features/array/keys.js | 2 + .../core-js/features/array/last-index-of.js | 2 + .../core-js/features/array/last-index.js | 2 + .../core-js/features/array/last-item.js | 2 + .../core-js/features/array/map.js | 2 + .../node_modules/core-js/features/array/of.js | 2 + .../core-js/features/array/push.js | 2 + .../core-js/features/array/reduce-right.js | 2 + .../core-js/features/array/reduce.js | 2 + .../core-js/features/array/reverse.js | 2 + .../core-js/features/array/slice.js | 2 + .../core-js/features/array/some.js | 2 + .../core-js/features/array/sort.js | 2 + .../core-js/features/array/splice.js | 2 + .../core-js/features/array/to-reversed.js | 2 + .../core-js/features/array/to-sorted.js | 2 + .../core-js/features/array/to-spliced.js | 2 + .../core-js/features/array/unique-by.js | 2 + .../core-js/features/array/unshift.js | 2 + .../core-js/features/array/values.js | 2 + .../core-js/features/array/virtual/at.js | 2 + .../core-js/features/array/virtual/concat.js | 2 + .../features/array/virtual/copy-within.js | 2 + .../core-js/features/array/virtual/entries.js | 2 + .../core-js/features/array/virtual/every.js | 2 + .../core-js/features/array/virtual/fill.js | 2 + .../features/array/virtual/filter-out.js | 2 + .../features/array/virtual/filter-reject.js | 2 + .../core-js/features/array/virtual/filter.js | 2 + .../features/array/virtual/find-index.js | 2 + .../features/array/virtual/find-last-index.js | 2 + .../features/array/virtual/find-last.js | 2 + .../core-js/features/array/virtual/find.js | 2 + .../features/array/virtual/flat-map.js | 2 + .../core-js/features/array/virtual/flat.js | 2 + .../features/array/virtual/for-each.js | 2 + .../features/array/virtual/group-by-to-map.js | 2 + .../features/array/virtual/group-by.js | 2 + .../features/array/virtual/group-to-map.js | 2 + .../core-js/features/array/virtual/group.js | 2 + .../features/array/virtual/includes.js | 2 + .../features/array/virtual/index-of.js | 2 + .../core-js/features/array/virtual/index.js | 2 + .../features/array/virtual/iterator.js | 2 + .../core-js/features/array/virtual/join.js | 2 + .../core-js/features/array/virtual/keys.js | 2 + .../features/array/virtual/last-index-of.js | 2 + .../core-js/features/array/virtual/map.js | 2 + .../core-js/features/array/virtual/push.js | 2 + .../features/array/virtual/reduce-right.js | 2 + .../core-js/features/array/virtual/reduce.js | 2 + .../core-js/features/array/virtual/reverse.js | 2 + .../core-js/features/array/virtual/slice.js | 2 + .../core-js/features/array/virtual/some.js | 2 + .../core-js/features/array/virtual/sort.js | 2 + .../core-js/features/array/virtual/splice.js | 2 + .../features/array/virtual/to-reversed.js | 2 + .../features/array/virtual/to-sorted.js | 2 + .../features/array/virtual/to-spliced.js | 2 + .../features/array/virtual/unique-by.js | 2 + .../core-js/features/array/virtual/unshift.js | 2 + .../core-js/features/array/virtual/values.js | 2 + .../core-js/features/array/virtual/with.js | 2 + .../core-js/features/array/with.js | 2 + .../async-disposable-stack/constructor.js | 2 + .../features/async-disposable-stack/index.js | 2 + .../async-iterator/as-indexed-pairs.js | 2 + .../features/async-iterator/async-dispose.js | 2 + .../core-js/features/async-iterator/drop.js | 2 + .../core-js/features/async-iterator/every.js | 2 + .../core-js/features/async-iterator/filter.js | 2 + .../core-js/features/async-iterator/find.js | 2 + .../features/async-iterator/flat-map.js | 2 + .../features/async-iterator/for-each.js | 2 + .../core-js/features/async-iterator/from.js | 2 + .../core-js/features/async-iterator/index.js | 2 + .../features/async-iterator/indexed.js | 2 + .../core-js/features/async-iterator/map.js | 2 + .../core-js/features/async-iterator/reduce.js | 2 + .../core-js/features/async-iterator/some.js | 2 + .../core-js/features/async-iterator/take.js | 2 + .../features/async-iterator/to-array.js | 2 + .../node_modules/core-js/features/atob.js | 2 + .../core-js/features/bigint/index.js | 2 + .../core-js/features/bigint/range.js | 2 + .../node_modules/core-js/features/btoa.js | 2 + .../core-js/features/clear-immediate.js | 2 + .../core-js/features/composite-key.js | 2 + .../core-js/features/composite-symbol.js | 2 + .../core-js/features/data-view/get-float16.js | 2 + .../features/data-view/get-uint8-clamped.js | 2 + .../core-js/features/data-view/index.js | 2 + .../core-js/features/data-view/set-float16.js | 2 + .../features/data-view/set-uint8-clamped.js | 2 + .../core-js/features/date/get-year.js | 2 + .../core-js/features/date/index.js | 2 + .../node_modules/core-js/features/date/now.js | 2 + .../core-js/features/date/set-year.js | 2 + .../core-js/features/date/to-gmt-string.js | 2 + .../core-js/features/date/to-iso-string.js | 2 + .../core-js/features/date/to-json.js | 2 + .../core-js/features/date/to-primitive.js | 2 + .../core-js/features/date/to-string.js | 2 + .../features/disposable-stack/constructor.js | 2 + .../features/disposable-stack/index.js | 2 + .../features/dom-collections/for-each.js | 2 + .../core-js/features/dom-collections/index.js | 2 + .../features/dom-collections/iterator.js | 2 + .../features/dom-exception/constructor.js | 2 + .../core-js/features/dom-exception/index.js | 2 + .../features/dom-exception/to-string-tag.js | 2 + .../core-js/features/error/constructor.js | 2 + .../core-js/features/error/index.js | 2 + .../core-js/features/error/is-error.js | 2 + .../core-js/features/error/to-string.js | 2 + .../node_modules/core-js/features/escape.js | 2 + .../core-js/features/function/bind.js | 2 + .../core-js/features/function/demethodize.js | 2 + .../core-js/features/function/has-instance.js | 2 + .../core-js/features/function/index.js | 2 + .../core-js/features/function/is-callable.js | 2 + .../features/function/is-constructor.js | 2 + .../core-js/features/function/metadata.js | 2 + .../core-js/features/function/name.js | 2 + .../core-js/features/function/un-this.js | 2 + .../core-js/features/function/virtual/bind.js | 2 + .../features/function/virtual/demethodize.js | 2 + .../features/function/virtual/index.js | 2 + .../features/function/virtual/un-this.js | 2 + .../core-js/features/get-iterator-method.js | 2 + .../core-js/features/get-iterator.js | 2 + .../core-js/features/global-this.js | 2 + .../node_modules/core-js/features/index.js | 2 + .../core-js/features/instance/at.js | 2 + .../core-js/features/instance/bind.js | 2 + .../features/instance/code-point-at.js | 2 + .../core-js/features/instance/code-points.js | 2 + .../core-js/features/instance/concat.js | 2 + .../core-js/features/instance/copy-within.js | 2 + .../core-js/features/instance/demethodize.js | 2 + .../core-js/features/instance/ends-with.js | 2 + .../core-js/features/instance/entries.js | 2 + .../core-js/features/instance/every.js | 2 + .../core-js/features/instance/fill.js | 2 + .../core-js/features/instance/filter-out.js | 2 + .../features/instance/filter-reject.js | 2 + .../core-js/features/instance/filter.js | 2 + .../core-js/features/instance/find-index.js | 2 + .../features/instance/find-last-index.js | 2 + .../core-js/features/instance/find-last.js | 2 + .../core-js/features/instance/find.js | 2 + .../core-js/features/instance/flags.js | 2 + .../core-js/features/instance/flat-map.js | 2 + .../core-js/features/instance/flat.js | 2 + .../core-js/features/instance/for-each.js | 2 + .../features/instance/group-by-to-map.js | 2 + .../core-js/features/instance/group-by.js | 2 + .../core-js/features/instance/group-to-map.js | 2 + .../core-js/features/instance/group.js | 2 + .../core-js/features/instance/includes.js | 2 + .../core-js/features/instance/index-of.js | 2 + .../features/instance/is-well-formed.js | 2 + .../core-js/features/instance/keys.js | 2 + .../features/instance/last-index-of.js | 2 + .../core-js/features/instance/map.js | 2 + .../core-js/features/instance/match-all.js | 2 + .../core-js/features/instance/pad-end.js | 2 + .../core-js/features/instance/pad-start.js | 2 + .../core-js/features/instance/push.js | 2 + .../core-js/features/instance/reduce-right.js | 2 + .../core-js/features/instance/reduce.js | 2 + .../core-js/features/instance/repeat.js | 2 + .../core-js/features/instance/replace-all.js | 2 + .../core-js/features/instance/reverse.js | 2 + .../core-js/features/instance/slice.js | 2 + .../core-js/features/instance/some.js | 2 + .../core-js/features/instance/sort.js | 2 + .../core-js/features/instance/splice.js | 2 + .../core-js/features/instance/starts-with.js | 2 + .../core-js/features/instance/to-reversed.js | 2 + .../core-js/features/instance/to-sorted.js | 2 + .../core-js/features/instance/to-spliced.js | 2 + .../features/instance/to-well-formed.js | 2 + .../core-js/features/instance/trim-end.js | 2 + .../core-js/features/instance/trim-left.js | 2 + .../core-js/features/instance/trim-right.js | 2 + .../core-js/features/instance/trim-start.js | 2 + .../core-js/features/instance/trim.js | 2 + .../core-js/features/instance/un-this.js | 2 + .../core-js/features/instance/unique-by.js | 2 + .../core-js/features/instance/unshift.js | 2 + .../core-js/features/instance/values.js | 2 + .../core-js/features/instance/with.js | 2 + .../core-js/features/is-iterable.js | 2 + .../features/iterator/as-indexed-pairs.js | 2 + .../core-js/features/iterator/concat.js | 2 + .../core-js/features/iterator/dispose.js | 2 + .../core-js/features/iterator/drop.js | 2 + .../core-js/features/iterator/every.js | 2 + .../core-js/features/iterator/filter.js | 2 + .../core-js/features/iterator/find.js | 2 + .../core-js/features/iterator/flat-map.js | 2 + .../core-js/features/iterator/for-each.js | 2 + .../core-js/features/iterator/from.js | 2 + .../core-js/features/iterator/index.js | 2 + .../core-js/features/iterator/indexed.js | 2 + .../core-js/features/iterator/map.js | 2 + .../core-js/features/iterator/range.js | 2 + .../core-js/features/iterator/reduce.js | 2 + .../core-js/features/iterator/some.js | 2 + .../core-js/features/iterator/take.js | 2 + .../core-js/features/iterator/to-array.js | 2 + .../core-js/features/iterator/to-async.js | 2 + .../core-js/features/json/index.js | 2 + .../core-js/features/json/is-raw-json.js | 2 + .../core-js/features/json/parse.js | 2 + .../core-js/features/json/raw-json.js | 2 + .../core-js/features/json/stringify.js | 2 + .../core-js/features/json/to-string-tag.js | 2 + .../core-js/features/map/delete-all.js | 2 + .../core-js/features/map/emplace.js | 2 + .../core-js/features/map/every.js | 2 + .../core-js/features/map/filter.js | 2 + .../core-js/features/map/find-key.js | 2 + .../node_modules/core-js/features/map/find.js | 2 + .../node_modules/core-js/features/map/from.js | 2 + .../features/map/get-or-insert-computed.js | 2 + .../core-js/features/map/get-or-insert.js | 2 + .../core-js/features/map/group-by.js | 2 + .../core-js/features/map/includes.js | 2 + .../core-js/features/map/index.js | 2 + .../core-js/features/map/key-by.js | 2 + .../core-js/features/map/key-of.js | 2 + .../core-js/features/map/map-keys.js | 2 + .../core-js/features/map/map-values.js | 2 + .../core-js/features/map/merge.js | 2 + .../node_modules/core-js/features/map/of.js | 2 + .../core-js/features/map/reduce.js | 2 + .../node_modules/core-js/features/map/some.js | 2 + .../core-js/features/map/update-or-insert.js | 2 + .../core-js/features/map/update.js | 2 + .../core-js/features/map/upsert.js | 2 + .../core-js/features/math/acosh.js | 2 + .../core-js/features/math/asinh.js | 2 + .../core-js/features/math/atanh.js | 2 + .../core-js/features/math/cbrt.js | 2 + .../core-js/features/math/clamp.js | 2 + .../core-js/features/math/clz32.js | 2 + .../core-js/features/math/cosh.js | 2 + .../core-js/features/math/deg-per-rad.js | 2 + .../core-js/features/math/degrees.js | 2 + .../core-js/features/math/expm1.js | 2 + .../core-js/features/math/f16round.js | 2 + .../core-js/features/math/fround.js | 2 + .../core-js/features/math/fscale.js | 2 + .../core-js/features/math/hypot.js | 2 + .../core-js/features/math/iaddh.js | 2 + .../core-js/features/math/imul.js | 2 + .../core-js/features/math/imulh.js | 2 + .../core-js/features/math/index.js | 2 + .../core-js/features/math/isubh.js | 2 + .../core-js/features/math/log10.js | 2 + .../core-js/features/math/log1p.js | 2 + .../core-js/features/math/log2.js | 2 + .../core-js/features/math/rad-per-deg.js | 2 + .../core-js/features/math/radians.js | 2 + .../core-js/features/math/scale.js | 2 + .../core-js/features/math/seeded-prng.js | 2 + .../core-js/features/math/sign.js | 2 + .../core-js/features/math/signbit.js | 2 + .../core-js/features/math/sinh.js | 2 + .../core-js/features/math/sum-precise.js | 2 + .../core-js/features/math/tanh.js | 2 + .../core-js/features/math/to-string-tag.js | 2 + .../core-js/features/math/trunc.js | 2 + .../core-js/features/math/umulh.js | 2 + .../core-js/features/number/constructor.js | 2 + .../core-js/features/number/epsilon.js | 2 + .../core-js/features/number/from-string.js | 2 + .../core-js/features/number/index.js | 2 + .../core-js/features/number/is-finite.js | 2 + .../core-js/features/number/is-integer.js | 2 + .../core-js/features/number/is-nan.js | 2 + .../features/number/is-safe-integer.js | 2 + .../features/number/max-safe-integer.js | 2 + .../features/number/min-safe-integer.js | 2 + .../core-js/features/number/parse-float.js | 2 + .../core-js/features/number/parse-int.js | 2 + .../core-js/features/number/range.js | 2 + .../core-js/features/number/to-exponential.js | 2 + .../core-js/features/number/to-fixed.js | 2 + .../core-js/features/number/to-precision.js | 2 + .../core-js/features/number/virtual/index.js | 2 + .../features/number/virtual/to-exponential.js | 2 + .../features/number/virtual/to-fixed.js | 2 + .../features/number/virtual/to-precision.js | 2 + .../core-js/features/object/assign.js | 2 + .../core-js/features/object/create.js | 2 + .../core-js/features/object/define-getter.js | 2 + .../features/object/define-properties.js | 2 + .../features/object/define-property.js | 2 + .../core-js/features/object/define-setter.js | 2 + .../core-js/features/object/entries.js | 2 + .../core-js/features/object/freeze.js | 2 + .../core-js/features/object/from-entries.js | 2 + .../object/get-own-property-descriptor.js | 2 + .../object/get-own-property-descriptors.js | 2 + .../features/object/get-own-property-names.js | 2 + .../object/get-own-property-symbols.js | 2 + .../features/object/get-prototype-of.js | 2 + .../core-js/features/object/group-by.js | 2 + .../core-js/features/object/has-own.js | 2 + .../core-js/features/object/index.js | 2 + .../core-js/features/object/is-extensible.js | 2 + .../core-js/features/object/is-frozen.js | 2 + .../core-js/features/object/is-sealed.js | 2 + .../core-js/features/object/is.js | 2 + .../features/object/iterate-entries.js | 2 + .../core-js/features/object/iterate-keys.js | 2 + .../core-js/features/object/iterate-values.js | 2 + .../core-js/features/object/keys.js | 2 + .../core-js/features/object/lookup-getter.js | 2 + .../core-js/features/object/lookup-setter.js | 2 + .../features/object/prevent-extensions.js | 2 + .../core-js/features/object/proto.js | 2 + .../core-js/features/object/seal.js | 2 + .../features/object/set-prototype-of.js | 2 + .../core-js/features/object/to-string.js | 2 + .../core-js/features/object/values.js | 2 + .../core-js/features/observable/index.js | 2 + .../core-js/features/parse-float.js | 2 + .../core-js/features/parse-int.js | 2 + .../core-js/features/promise/all-settled.js | 2 + .../core-js/features/promise/any.js | 2 + .../core-js/features/promise/finally.js | 2 + .../core-js/features/promise/index.js | 2 + .../core-js/features/promise/try.js | 2 + .../features/promise/with-resolvers.js | 2 + .../core-js/features/queue-microtask.js | 2 + .../core-js/features/reflect/apply.js | 2 + .../core-js/features/reflect/construct.js | 2 + .../features/reflect/define-metadata.js | 2 + .../features/reflect/define-property.js | 2 + .../features/reflect/delete-metadata.js | 2 + .../features/reflect/delete-property.js | 2 + .../features/reflect/get-metadata-keys.js | 2 + .../core-js/features/reflect/get-metadata.js | 2 + .../features/reflect/get-own-metadata-keys.js | 2 + .../features/reflect/get-own-metadata.js | 2 + .../reflect/get-own-property-descriptor.js | 2 + .../features/reflect/get-prototype-of.js | 2 + .../core-js/features/reflect/get.js | 2 + .../core-js/features/reflect/has-metadata.js | 2 + .../features/reflect/has-own-metadata.js | 2 + .../core-js/features/reflect/has.js | 2 + .../core-js/features/reflect/index.js | 2 + .../core-js/features/reflect/is-extensible.js | 2 + .../core-js/features/reflect/metadata.js | 2 + .../core-js/features/reflect/own-keys.js | 2 + .../features/reflect/prevent-extensions.js | 2 + .../features/reflect/set-prototype-of.js | 2 + .../core-js/features/reflect/set.js | 2 + .../core-js/features/reflect/to-string-tag.js | 2 + .../core-js/features/regexp/constructor.js | 2 + .../core-js/features/regexp/dot-all.js | 2 + .../core-js/features/regexp/escape.js | 2 + .../core-js/features/regexp/flags.js | 2 + .../core-js/features/regexp/index.js | 2 + .../core-js/features/regexp/match.js | 2 + .../core-js/features/regexp/replace.js | 2 + .../core-js/features/regexp/search.js | 2 + .../core-js/features/regexp/split.js | 2 + .../core-js/features/regexp/sticky.js | 2 + .../core-js/features/regexp/test.js | 2 + .../core-js/features/regexp/to-string.js | 2 + .../node_modules/core-js/features/self.js | 2 + .../core-js/features/set-immediate.js | 2 + .../core-js/features/set-interval.js | 2 + .../core-js/features/set-timeout.js | 2 + .../core-js/features/set/add-all.js | 2 + .../core-js/features/set/delete-all.js | 2 + .../core-js/features/set/difference.js | 2 + .../core-js/features/set/every.js | 2 + .../core-js/features/set/filter.js | 2 + .../node_modules/core-js/features/set/find.js | 2 + .../node_modules/core-js/features/set/from.js | 2 + .../core-js/features/set/index.js | 2 + .../core-js/features/set/intersection.js | 2 + .../core-js/features/set/is-disjoint-from.js | 2 + .../core-js/features/set/is-subset-of.js | 2 + .../core-js/features/set/is-superset-of.js | 2 + .../node_modules/core-js/features/set/join.js | 2 + .../node_modules/core-js/features/set/map.js | 2 + .../node_modules/core-js/features/set/of.js | 2 + .../core-js/features/set/reduce.js | 2 + .../node_modules/core-js/features/set/some.js | 2 + .../features/set/symmetric-difference.js | 2 + .../core-js/features/set/union.js | 2 + .../core-js/features/string/anchor.js | 2 + .../core-js/features/string/at.js | 2 + .../core-js/features/string/big.js | 2 + .../core-js/features/string/blink.js | 2 + .../core-js/features/string/bold.js | 2 + .../core-js/features/string/code-point-at.js | 2 + .../core-js/features/string/code-points.js | 2 + .../core-js/features/string/cooked.js | 2 + .../core-js/features/string/dedent.js | 2 + .../core-js/features/string/ends-with.js | 2 + .../core-js/features/string/fixed.js | 2 + .../core-js/features/string/fontcolor.js | 2 + .../core-js/features/string/fontsize.js | 2 + .../features/string/from-code-point.js | 2 + .../core-js/features/string/includes.js | 2 + .../core-js/features/string/index.js | 2 + .../core-js/features/string/is-well-formed.js | 2 + .../core-js/features/string/italics.js | 2 + .../core-js/features/string/iterator.js | 2 + .../core-js/features/string/link.js | 2 + .../core-js/features/string/match-all.js | 2 + .../core-js/features/string/match.js | 2 + .../core-js/features/string/pad-end.js | 2 + .../core-js/features/string/pad-start.js | 2 + .../core-js/features/string/raw.js | 2 + .../core-js/features/string/repeat.js | 2 + .../core-js/features/string/replace-all.js | 2 + .../core-js/features/string/replace.js | 2 + .../core-js/features/string/search.js | 2 + .../core-js/features/string/small.js | 2 + .../core-js/features/string/split.js | 2 + .../core-js/features/string/starts-with.js | 2 + .../core-js/features/string/strike.js | 2 + .../core-js/features/string/sub.js | 2 + .../core-js/features/string/substr.js | 2 + .../core-js/features/string/sup.js | 2 + .../core-js/features/string/to-well-formed.js | 2 + .../core-js/features/string/trim-end.js | 2 + .../core-js/features/string/trim-left.js | 2 + .../core-js/features/string/trim-right.js | 2 + .../core-js/features/string/trim-start.js | 2 + .../core-js/features/string/trim.js | 2 + .../core-js/features/string/virtual/anchor.js | 2 + .../core-js/features/string/virtual/at.js | 2 + .../core-js/features/string/virtual/big.js | 2 + .../core-js/features/string/virtual/blink.js | 2 + .../core-js/features/string/virtual/bold.js | 2 + .../features/string/virtual/code-point-at.js | 2 + .../features/string/virtual/code-points.js | 2 + .../features/string/virtual/ends-with.js | 2 + .../core-js/features/string/virtual/fixed.js | 2 + .../features/string/virtual/fontcolor.js | 2 + .../features/string/virtual/fontsize.js | 2 + .../features/string/virtual/includes.js | 2 + .../core-js/features/string/virtual/index.js | 2 + .../features/string/virtual/is-well-formed.js | 2 + .../features/string/virtual/italics.js | 2 + .../features/string/virtual/iterator.js | 2 + .../core-js/features/string/virtual/link.js | 2 + .../features/string/virtual/match-all.js | 2 + .../features/string/virtual/pad-end.js | 2 + .../features/string/virtual/pad-start.js | 2 + .../core-js/features/string/virtual/repeat.js | 2 + .../features/string/virtual/replace-all.js | 2 + .../core-js/features/string/virtual/small.js | 2 + .../features/string/virtual/starts-with.js | 2 + .../core-js/features/string/virtual/strike.js | 2 + .../core-js/features/string/virtual/sub.js | 2 + .../core-js/features/string/virtual/substr.js | 2 + .../core-js/features/string/virtual/sup.js | 2 + .../features/string/virtual/to-well-formed.js | 2 + .../features/string/virtual/trim-end.js | 2 + .../features/string/virtual/trim-left.js | 2 + .../features/string/virtual/trim-right.js | 2 + .../features/string/virtual/trim-start.js | 2 + .../core-js/features/string/virtual/trim.js | 2 + .../core-js/features/structured-clone.js | 2 + .../core-js/features/suppressed-error.js | 2 + .../core-js/features/symbol/async-dispose.js | 2 + .../core-js/features/symbol/async-iterator.js | 2 + .../core-js/features/symbol/custom-matcher.js | 2 + .../core-js/features/symbol/description.js | 2 + .../core-js/features/symbol/dispose.js | 2 + .../core-js/features/symbol/for.js | 2 + .../core-js/features/symbol/has-instance.js | 2 + .../core-js/features/symbol/index.js | 2 + .../features/symbol/is-concat-spreadable.js | 2 + .../features/symbol/is-registered-symbol.js | 2 + .../core-js/features/symbol/is-registered.js | 2 + .../features/symbol/is-well-known-symbol.js | 2 + .../core-js/features/symbol/is-well-known.js | 2 + .../core-js/features/symbol/iterator.js | 2 + .../core-js/features/symbol/key-for.js | 2 + .../core-js/features/symbol/match-all.js | 2 + .../core-js/features/symbol/match.js | 2 + .../core-js/features/symbol/matcher.js | 2 + .../core-js/features/symbol/metadata-key.js | 2 + .../core-js/features/symbol/metadata.js | 2 + .../core-js/features/symbol/observable.js | 2 + .../core-js/features/symbol/pattern-match.js | 2 + .../core-js/features/symbol/replace-all.js | 2 + .../core-js/features/symbol/replace.js | 2 + .../core-js/features/symbol/search.js | 2 + .../core-js/features/symbol/species.js | 2 + .../core-js/features/symbol/split.js | 2 + .../core-js/features/symbol/to-primitive.js | 2 + .../core-js/features/symbol/to-string-tag.js | 2 + .../core-js/features/symbol/unscopables.js | 2 + .../core-js/features/typed-array/at.js | 2 + .../features/typed-array/copy-within.js | 2 + .../core-js/features/typed-array/entries.js | 2 + .../core-js/features/typed-array/every.js | 2 + .../core-js/features/typed-array/fill.js | 2 + .../features/typed-array/filter-out.js | 2 + .../features/typed-array/filter-reject.js | 2 + .../core-js/features/typed-array/filter.js | 2 + .../features/typed-array/find-index.js | 2 + .../features/typed-array/find-last-index.js | 2 + .../core-js/features/typed-array/find-last.js | 2 + .../core-js/features/typed-array/find.js | 2 + .../features/typed-array/float32-array.js | 2 + .../features/typed-array/float64-array.js | 2 + .../core-js/features/typed-array/for-each.js | 2 + .../features/typed-array/from-async.js | 2 + .../features/typed-array/from-base64.js | 2 + .../core-js/features/typed-array/from-hex.js | 2 + .../core-js/features/typed-array/from.js | 2 + .../core-js/features/typed-array/group-by.js | 2 + .../core-js/features/typed-array/includes.js | 2 + .../core-js/features/typed-array/index-of.js | 2 + .../core-js/features/typed-array/index.js | 2 + .../features/typed-array/int16-array.js | 2 + .../features/typed-array/int32-array.js | 2 + .../features/typed-array/int8-array.js | 2 + .../core-js/features/typed-array/iterator.js | 2 + .../core-js/features/typed-array/join.js | 2 + .../core-js/features/typed-array/keys.js | 2 + .../features/typed-array/last-index-of.js | 2 + .../core-js/features/typed-array/map.js | 2 + .../core-js/features/typed-array/methods.js | 2 + .../core-js/features/typed-array/of.js | 2 + .../features/typed-array/reduce-right.js | 2 + .../core-js/features/typed-array/reduce.js | 2 + .../core-js/features/typed-array/reverse.js | 2 + .../features/typed-array/set-from-base64.js | 2 + .../features/typed-array/set-from-hex.js | 2 + .../core-js/features/typed-array/set.js | 2 + .../core-js/features/typed-array/slice.js | 2 + .../core-js/features/typed-array/some.js | 2 + .../core-js/features/typed-array/sort.js | 2 + .../core-js/features/typed-array/subarray.js | 2 + .../core-js/features/typed-array/to-base64.js | 2 + .../core-js/features/typed-array/to-hex.js | 2 + .../features/typed-array/to-locale-string.js | 2 + .../features/typed-array/to-reversed.js | 2 + .../core-js/features/typed-array/to-sorted.js | 2 + .../features/typed-array/to-spliced.js | 2 + .../core-js/features/typed-array/to-string.js | 2 + .../features/typed-array/uint16-array.js | 2 + .../features/typed-array/uint32-array.js | 2 + .../features/typed-array/uint8-array.js | 2 + .../typed-array/uint8-clamped-array.js | 2 + .../core-js/features/typed-array/unique-by.js | 2 + .../core-js/features/typed-array/values.js | 2 + .../core-js/features/typed-array/with.js | 2 + .../node_modules/core-js/features/unescape.js | 2 + .../features/url-search-params/index.js | 2 + .../core-js/features/url/can-parse.js | 2 + .../core-js/features/url/index.js | 2 + .../core-js/features/url/parse.js | 2 + .../core-js/features/url/to-json.js | 2 + .../core-js/features/weak-map/delete-all.js | 2 + .../core-js/features/weak-map/emplace.js | 2 + .../core-js/features/weak-map/from.js | 2 + .../weak-map/get-or-insert-computed.js | 2 + .../features/weak-map/get-or-insert.js | 2 + .../core-js/features/weak-map/index.js | 2 + .../core-js/features/weak-map/of.js | 2 + .../core-js/features/weak-map/upsert.js | 2 + .../core-js/features/weak-set/add-all.js | 2 + .../core-js/features/weak-set/delete-all.js | 2 + .../core-js/features/weak-set/from.js | 2 + .../core-js/features/weak-set/index.js | 2 + .../core-js/features/weak-set/of.js | 2 + .../node_modules/core-js/full/README.md | 1 + .../core-js/full/aggregate-error.js | 7 + .../core-js/full/array-buffer/constructor.js | 4 + .../core-js/full/array-buffer/detached.js | 4 + .../core-js/full/array-buffer/index.js | 4 + .../core-js/full/array-buffer/is-view.js | 4 + .../core-js/full/array-buffer/slice.js | 4 + .../array-buffer/transfer-to-fixed-length.js | 4 + .../core-js/full/array-buffer/transfer.js | 4 + .../node_modules/core-js/full/array/at.js | 7 + .../node_modules/core-js/full/array/concat.js | 4 + .../core-js/full/array/copy-within.js | 4 + .../core-js/full/array/entries.js | 4 + .../node_modules/core-js/full/array/every.js | 4 + .../node_modules/core-js/full/array/fill.js | 4 + .../core-js/full/array/filter-out.js | 6 + .../core-js/full/array/filter-reject.js | 5 + .../node_modules/core-js/full/array/filter.js | 4 + .../core-js/full/array/find-index.js | 4 + .../core-js/full/array/find-last-index.js | 4 + .../core-js/full/array/find-last.js | 4 + .../node_modules/core-js/full/array/find.js | 4 + .../core-js/full/array/flat-map.js | 4 + .../node_modules/core-js/full/array/flat.js | 4 + .../core-js/full/array/for-each.js | 4 + .../core-js/full/array/from-async.js | 4 + .../node_modules/core-js/full/array/from.js | 4 + .../core-js/full/array/group-by-to-map.js | 4 + .../core-js/full/array/group-by.js | 4 + .../core-js/full/array/group-to-map.js | 4 + .../node_modules/core-js/full/array/group.js | 4 + .../core-js/full/array/includes.js | 4 + .../core-js/full/array/index-of.js | 4 + .../node_modules/core-js/full/array/index.js | 14 + .../core-js/full/array/is-array.js | 4 + .../core-js/full/array/is-template-object.js | 5 + .../core-js/full/array/iterator.js | 4 + .../node_modules/core-js/full/array/join.js | 4 + .../node_modules/core-js/full/array/keys.js | 4 + .../core-js/full/array/last-index-of.js | 4 + .../core-js/full/array/last-index.js | 2 + .../core-js/full/array/last-item.js | 2 + .../node_modules/core-js/full/array/map.js | 4 + .../node_modules/core-js/full/array/of.js | 4 + .../node_modules/core-js/full/array/push.js | 4 + .../core-js/full/array/reduce-right.js | 4 + .../node_modules/core-js/full/array/reduce.js | 4 + .../core-js/full/array/reverse.js | 4 + .../node_modules/core-js/full/array/slice.js | 4 + .../node_modules/core-js/full/array/some.js | 4 + .../node_modules/core-js/full/array/sort.js | 4 + .../node_modules/core-js/full/array/splice.js | 4 + .../core-js/full/array/to-reversed.js | 4 + .../core-js/full/array/to-sorted.js | 4 + .../core-js/full/array/to-spliced.js | 4 + .../core-js/full/array/unique-by.js | 6 + .../core-js/full/array/unshift.js | 4 + .../node_modules/core-js/full/array/values.js | 4 + .../core-js/full/array/virtual/at.js | 7 + .../core-js/full/array/virtual/concat.js | 4 + .../core-js/full/array/virtual/copy-within.js | 4 + .../core-js/full/array/virtual/entries.js | 4 + .../core-js/full/array/virtual/every.js | 4 + .../core-js/full/array/virtual/fill.js | 4 + .../core-js/full/array/virtual/filter-out.js | 6 + .../full/array/virtual/filter-reject.js | 5 + .../core-js/full/array/virtual/filter.js | 4 + .../core-js/full/array/virtual/find-index.js | 4 + .../full/array/virtual/find-last-index.js | 4 + .../core-js/full/array/virtual/find-last.js | 4 + .../core-js/full/array/virtual/find.js | 4 + .../core-js/full/array/virtual/flat-map.js | 4 + .../core-js/full/array/virtual/flat.js | 4 + .../core-js/full/array/virtual/for-each.js | 4 + .../full/array/virtual/group-by-to-map.js | 4 + .../core-js/full/array/virtual/group-by.js | 4 + .../full/array/virtual/group-to-map.js | 4 + .../core-js/full/array/virtual/group.js | 4 + .../core-js/full/array/virtual/includes.js | 4 + .../core-js/full/array/virtual/index-of.js | 4 + .../core-js/full/array/virtual/index.js | 10 + .../core-js/full/array/virtual/iterator.js | 4 + .../core-js/full/array/virtual/join.js | 4 + .../core-js/full/array/virtual/keys.js | 4 + .../full/array/virtual/last-index-of.js | 4 + .../core-js/full/array/virtual/map.js | 4 + .../core-js/full/array/virtual/push.js | 4 + .../full/array/virtual/reduce-right.js | 4 + .../core-js/full/array/virtual/reduce.js | 4 + .../core-js/full/array/virtual/reverse.js | 4 + .../core-js/full/array/virtual/slice.js | 4 + .../core-js/full/array/virtual/some.js | 4 + .../core-js/full/array/virtual/sort.js | 4 + .../core-js/full/array/virtual/splice.js | 4 + .../core-js/full/array/virtual/to-reversed.js | 4 + .../core-js/full/array/virtual/to-sorted.js | 4 + .../core-js/full/array/virtual/to-spliced.js | 4 + .../core-js/full/array/virtual/unique-by.js | 6 + .../core-js/full/array/virtual/unshift.js | 4 + .../core-js/full/array/virtual/values.js | 4 + .../core-js/full/array/virtual/with.js | 4 + .../node_modules/core-js/full/array/with.js | 4 + .../async-disposable-stack/constructor.js | 4 + .../full/async-disposable-stack/index.js | 4 + .../full/async-iterator/as-indexed-pairs.js | 9 + .../full/async-iterator/async-dispose.js | 4 + .../core-js/full/async-iterator/drop.js | 4 + .../core-js/full/async-iterator/every.js | 4 + .../core-js/full/async-iterator/filter.js | 4 + .../core-js/full/async-iterator/find.js | 4 + .../core-js/full/async-iterator/flat-map.js | 4 + .../core-js/full/async-iterator/for-each.js | 4 + .../core-js/full/async-iterator/from.js | 4 + .../core-js/full/async-iterator/index.js | 7 + .../core-js/full/async-iterator/indexed.js | 10 + .../core-js/full/async-iterator/map.js | 4 + .../core-js/full/async-iterator/reduce.js | 4 + .../core-js/full/async-iterator/some.js | 4 + .../core-js/full/async-iterator/take.js | 4 + .../core-js/full/async-iterator/to-array.js | 4 + .../node_modules/core-js/full/atob.js | 4 + .../node_modules/core-js/full/bigint/index.js | 6 + .../node_modules/core-js/full/bigint/range.js | 6 + .../node_modules/core-js/full/btoa.js | 4 + .../core-js/full/clear-immediate.js | 4 + .../core-js/full/composite-key.js | 5 + .../core-js/full/composite-symbol.js | 6 + .../core-js/full/data-view/get-float16.js | 4 + .../full/data-view/get-uint8-clamped.js | 2 + .../core-js/full/data-view/index.js | 6 + .../core-js/full/data-view/set-float16.js | 4 + .../full/data-view/set-uint8-clamped.js | 2 + .../core-js/full/date/get-year.js | 4 + .../node_modules/core-js/full/date/index.js | 4 + .../node_modules/core-js/full/date/now.js | 4 + .../core-js/full/date/set-year.js | 4 + .../core-js/full/date/to-gmt-string.js | 4 + .../core-js/full/date/to-iso-string.js | 4 + .../node_modules/core-js/full/date/to-json.js | 4 + .../core-js/full/date/to-primitive.js | 4 + .../core-js/full/date/to-string.js | 4 + .../full/disposable-stack/constructor.js | 4 + .../core-js/full/disposable-stack/index.js | 4 + .../core-js/full/dom-collections/for-each.js | 4 + .../core-js/full/dom-collections/index.js | 4 + .../core-js/full/dom-collections/iterator.js | 4 + .../core-js/full/dom-exception/constructor.js | 4 + .../core-js/full/dom-exception/index.js | 4 + .../full/dom-exception/to-string-tag.js | 4 + .../core-js/full/error/constructor.js | 4 + .../node_modules/core-js/full/error/index.js | 4 + .../core-js/full/error/is-error.js | 4 + .../core-js/full/error/to-string.js | 4 + .../node_modules/core-js/full/escape.js | 4 + .../core-js/full/function/bind.js | 4 + .../core-js/full/function/demethodize.js | 5 + .../core-js/full/function/has-instance.js | 4 + .../core-js/full/function/index.js | 9 + .../core-js/full/function/is-callable.js | 5 + .../core-js/full/function/is-constructor.js | 5 + .../core-js/full/function/metadata.js | 4 + .../core-js/full/function/name.js | 4 + .../core-js/full/function/un-this.js | 5 + .../core-js/full/function/virtual/bind.js | 4 + .../full/function/virtual/demethodize.js | 5 + .../core-js/full/function/virtual/index.js | 7 + .../core-js/full/function/virtual/un-this.js | 5 + .../core-js/full/get-iterator-method.js | 4 + .../node_modules/core-js/full/get-iterator.js | 4 + .../node_modules/core-js/full/global-this.js | 7 + .../node_modules/core-js/full/index.js | 503 + .../node_modules/core-js/full/instance/at.js | 15 + .../core-js/full/instance/bind.js | 4 + .../core-js/full/instance/code-point-at.js | 4 + .../core-js/full/instance/code-points.js | 11 + .../core-js/full/instance/concat.js | 4 + .../core-js/full/instance/copy-within.js | 4 + .../core-js/full/instance/demethodize.js | 10 + .../core-js/full/instance/ends-with.js | 4 + .../core-js/full/instance/entries.js | 4 + .../core-js/full/instance/every.js | 4 + .../core-js/full/instance/fill.js | 4 + .../core-js/full/instance/filter-out.js | 11 + .../core-js/full/instance/filter-reject.js | 10 + .../core-js/full/instance/filter.js | 4 + .../core-js/full/instance/find-index.js | 4 + .../core-js/full/instance/find-last-index.js | 4 + .../core-js/full/instance/find-last.js | 4 + .../core-js/full/instance/find.js | 4 + .../core-js/full/instance/flags.js | 4 + .../core-js/full/instance/flat-map.js | 4 + .../core-js/full/instance/flat.js | 4 + .../core-js/full/instance/for-each.js | 4 + .../core-js/full/instance/group-by-to-map.js | 4 + .../core-js/full/instance/group-by.js | 4 + .../core-js/full/instance/group-to-map.js | 4 + .../core-js/full/instance/group.js | 4 + .../core-js/full/instance/includes.js | 4 + .../core-js/full/instance/index-of.js | 4 + .../core-js/full/instance/is-well-formed.js | 4 + .../core-js/full/instance/keys.js | 4 + .../core-js/full/instance/last-index-of.js | 4 + .../node_modules/core-js/full/instance/map.js | 4 + .../core-js/full/instance/match-all.js | 7 + .../core-js/full/instance/pad-end.js | 4 + .../core-js/full/instance/pad-start.js | 4 + .../core-js/full/instance/push.js | 4 + .../core-js/full/instance/reduce-right.js | 4 + .../core-js/full/instance/reduce.js | 4 + .../core-js/full/instance/repeat.js | 4 + .../core-js/full/instance/replace-all.js | 7 + .../core-js/full/instance/reverse.js | 4 + .../core-js/full/instance/slice.js | 4 + .../core-js/full/instance/some.js | 4 + .../core-js/full/instance/sort.js | 4 + .../core-js/full/instance/splice.js | 4 + .../core-js/full/instance/starts-with.js | 4 + .../core-js/full/instance/to-reversed.js | 4 + .../core-js/full/instance/to-sorted.js | 4 + .../core-js/full/instance/to-spliced.js | 4 + .../core-js/full/instance/to-well-formed.js | 4 + .../core-js/full/instance/trim-end.js | 4 + .../core-js/full/instance/trim-left.js | 4 + .../core-js/full/instance/trim-right.js | 4 + .../core-js/full/instance/trim-start.js | 4 + .../core-js/full/instance/trim.js | 4 + .../core-js/full/instance/un-this.js | 10 + .../core-js/full/instance/unique-by.js | 10 + .../core-js/full/instance/unshift.js | 4 + .../core-js/full/instance/values.js | 4 + .../core-js/full/instance/with.js | 4 + .../node_modules/core-js/full/is-iterable.js | 4 + .../core-js/full/iterator/as-indexed-pairs.js | 9 + .../core-js/full/iterator/concat.js | 20 + .../core-js/full/iterator/dispose.js | 4 + .../core-js/full/iterator/drop.js | 4 + .../core-js/full/iterator/every.js | 4 + .../core-js/full/iterator/filter.js | 4 + .../core-js/full/iterator/find.js | 4 + .../core-js/full/iterator/flat-map.js | 4 + .../core-js/full/iterator/for-each.js | 4 + .../core-js/full/iterator/from.js | 4 + .../core-js/full/iterator/index.js | 9 + .../core-js/full/iterator/indexed.js | 10 + .../node_modules/core-js/full/iterator/map.js | 4 + .../core-js/full/iterator/range.js | 7 + .../core-js/full/iterator/reduce.js | 4 + .../core-js/full/iterator/some.js | 4 + .../core-js/full/iterator/take.js | 4 + .../core-js/full/iterator/to-array.js | 4 + .../core-js/full/iterator/to-async.js | 4 + .../node_modules/core-js/full/json/index.js | 4 + .../core-js/full/json/is-raw-json.js | 4 + .../node_modules/core-js/full/json/parse.js | 4 + .../core-js/full/json/raw-json.js | 4 + .../core-js/full/json/stringify.js | 4 + .../core-js/full/json/to-string-tag.js | 4 + .../core-js/full/map/delete-all.js | 6 + .../node_modules/core-js/full/map/emplace.js | 6 + .../node_modules/core-js/full/map/every.js | 6 + .../node_modules/core-js/full/map/filter.js | 6 + .../node_modules/core-js/full/map/find-key.js | 6 + .../node_modules/core-js/full/map/find.js | 6 + .../node_modules/core-js/full/map/from.js | 26 + .../full/map/get-or-insert-computed.js | 6 + .../core-js/full/map/get-or-insert.js | 6 + .../node_modules/core-js/full/map/group-by.js | 20 + .../node_modules/core-js/full/map/includes.js | 6 + .../node_modules/core-js/full/map/index.js | 27 + .../node_modules/core-js/full/map/key-by.js | 30 + .../node_modules/core-js/full/map/key-of.js | 6 + .../node_modules/core-js/full/map/map-keys.js | 6 + .../core-js/full/map/map-values.js | 6 + .../node_modules/core-js/full/map/merge.js | 6 + .../node_modules/core-js/full/map/of.js | 24 + .../node_modules/core-js/full/map/reduce.js | 6 + .../node_modules/core-js/full/map/some.js | 6 + .../core-js/full/map/update-or-insert.js | 7 + .../node_modules/core-js/full/map/update.js | 6 + .../node_modules/core-js/full/map/upsert.js | 6 + .../node_modules/core-js/full/math/acosh.js | 4 + .../node_modules/core-js/full/math/asinh.js | 4 + .../node_modules/core-js/full/math/atanh.js | 4 + .../node_modules/core-js/full/math/cbrt.js | 4 + .../node_modules/core-js/full/math/clamp.js | 5 + .../node_modules/core-js/full/math/clz32.js | 4 + .../node_modules/core-js/full/math/cosh.js | 4 + .../core-js/full/math/deg-per-rad.js | 4 + .../node_modules/core-js/full/math/degrees.js | 5 + .../node_modules/core-js/full/math/expm1.js | 4 + .../core-js/full/math/f16round.js | 4 + .../node_modules/core-js/full/math/fround.js | 4 + .../node_modules/core-js/full/math/fscale.js | 5 + .../node_modules/core-js/full/math/hypot.js | 4 + .../node_modules/core-js/full/math/iaddh.js | 5 + .../node_modules/core-js/full/math/imul.js | 4 + .../node_modules/core-js/full/math/imulh.js | 5 + .../node_modules/core-js/full/math/index.js | 18 + .../node_modules/core-js/full/math/isubh.js | 5 + .../node_modules/core-js/full/math/log10.js | 4 + .../node_modules/core-js/full/math/log1p.js | 4 + .../node_modules/core-js/full/math/log2.js | 4 + .../core-js/full/math/rad-per-deg.js | 4 + .../node_modules/core-js/full/math/radians.js | 5 + .../node_modules/core-js/full/math/scale.js | 5 + .../core-js/full/math/seeded-prng.js | 5 + .../node_modules/core-js/full/math/sign.js | 4 + .../node_modules/core-js/full/math/signbit.js | 5 + .../node_modules/core-js/full/math/sinh.js | 4 + .../core-js/full/math/sum-precise.js | 4 + .../node_modules/core-js/full/math/tanh.js | 4 + .../core-js/full/math/to-string-tag.js | 4 + .../node_modules/core-js/full/math/trunc.js | 4 + .../node_modules/core-js/full/math/umulh.js | 5 + .../core-js/full/number/constructor.js | 4 + .../core-js/full/number/epsilon.js | 4 + .../core-js/full/number/from-string.js | 5 + .../node_modules/core-js/full/number/index.js | 8 + .../core-js/full/number/is-finite.js | 4 + .../core-js/full/number/is-integer.js | 4 + .../core-js/full/number/is-nan.js | 4 + .../core-js/full/number/is-safe-integer.js | 4 + .../core-js/full/number/max-safe-integer.js | 4 + .../core-js/full/number/min-safe-integer.js | 4 + .../core-js/full/number/parse-float.js | 4 + .../core-js/full/number/parse-int.js | 4 + .../node_modules/core-js/full/number/range.js | 6 + .../core-js/full/number/to-exponential.js | 4 + .../core-js/full/number/to-fixed.js | 4 + .../core-js/full/number/to-precision.js | 4 + .../core-js/full/number/virtual/index.js | 4 + .../full/number/virtual/to-exponential.js | 4 + .../core-js/full/number/virtual/to-fixed.js | 4 + .../full/number/virtual/to-precision.js | 4 + .../core-js/full/object/assign.js | 4 + .../core-js/full/object/create.js | 4 + .../core-js/full/object/define-getter.js | 4 + .../core-js/full/object/define-properties.js | 4 + .../core-js/full/object/define-property.js | 4 + .../core-js/full/object/define-setter.js | 4 + .../core-js/full/object/entries.js | 4 + .../core-js/full/object/freeze.js | 4 + .../core-js/full/object/from-entries.js | 4 + .../object/get-own-property-descriptor.js | 4 + .../object/get-own-property-descriptors.js | 4 + .../full/object/get-own-property-names.js | 4 + .../full/object/get-own-property-symbols.js | 4 + .../core-js/full/object/get-prototype-of.js | 4 + .../core-js/full/object/group-by.js | 4 + .../core-js/full/object/has-own.js | 7 + .../node_modules/core-js/full/object/index.js | 9 + .../core-js/full/object/is-extensible.js | 4 + .../core-js/full/object/is-frozen.js | 4 + .../core-js/full/object/is-sealed.js | 4 + .../node_modules/core-js/full/object/is.js | 4 + .../core-js/full/object/iterate-entries.js | 5 + .../core-js/full/object/iterate-keys.js | 5 + .../core-js/full/object/iterate-values.js | 5 + .../node_modules/core-js/full/object/keys.js | 4 + .../core-js/full/object/lookup-getter.js | 4 + .../core-js/full/object/lookup-setter.js | 4 + .../core-js/full/object/prevent-extensions.js | 4 + .../node_modules/core-js/full/object/proto.js | 4 + .../node_modules/core-js/full/object/seal.js | 4 + .../core-js/full/object/set-prototype-of.js | 4 + .../core-js/full/object/to-string.js | 4 + .../core-js/full/object/values.js | 4 + .../core-js/full/observable/index.js | 9 + .../node_modules/core-js/full/parse-float.js | 4 + .../node_modules/core-js/full/parse-int.js | 4 + .../core-js/full/promise/all-settled.js | 7 + .../node_modules/core-js/full/promise/any.js | 8 + .../core-js/full/promise/finally.js | 4 + .../core-js/full/promise/index.js | 8 + .../node_modules/core-js/full/promise/try.js | 4 + .../core-js/full/promise/with-resolvers.js | 4 + .../core-js/full/queue-microtask.js | 4 + .../core-js/full/reflect/apply.js | 4 + .../core-js/full/reflect/construct.js | 4 + .../core-js/full/reflect/define-metadata.js | 5 + .../core-js/full/reflect/define-property.js | 4 + .../core-js/full/reflect/delete-metadata.js | 5 + .../core-js/full/reflect/delete-property.js | 4 + .../core-js/full/reflect/get-metadata-keys.js | 5 + .../core-js/full/reflect/get-metadata.js | 5 + .../full/reflect/get-own-metadata-keys.js | 5 + .../core-js/full/reflect/get-own-metadata.js | 5 + .../reflect/get-own-property-descriptor.js | 4 + .../core-js/full/reflect/get-prototype-of.js | 4 + .../node_modules/core-js/full/reflect/get.js | 4 + .../core-js/full/reflect/has-metadata.js | 5 + .../core-js/full/reflect/has-own-metadata.js | 5 + .../node_modules/core-js/full/reflect/has.js | 4 + .../core-js/full/reflect/index.js | 13 + .../core-js/full/reflect/is-extensible.js | 4 + .../core-js/full/reflect/metadata.js | 5 + .../core-js/full/reflect/own-keys.js | 4 + .../full/reflect/prevent-extensions.js | 4 + .../core-js/full/reflect/set-prototype-of.js | 4 + .../node_modules/core-js/full/reflect/set.js | 4 + .../core-js/full/reflect/to-string-tag.js | 4 + .../core-js/full/regexp/constructor.js | 4 + .../core-js/full/regexp/dot-all.js | 4 + .../core-js/full/regexp/escape.js | 4 + .../node_modules/core-js/full/regexp/flags.js | 4 + .../node_modules/core-js/full/regexp/index.js | 4 + .../node_modules/core-js/full/regexp/match.js | 4 + .../core-js/full/regexp/replace.js | 4 + .../core-js/full/regexp/search.js | 4 + .../node_modules/core-js/full/regexp/split.js | 4 + .../core-js/full/regexp/sticky.js | 4 + .../node_modules/core-js/full/regexp/test.js | 4 + .../core-js/full/regexp/to-string.js | 4 + .../node_modules/core-js/full/self.js | 4 + .../core-js/full/set-immediate.js | 4 + .../node_modules/core-js/full/set-interval.js | 4 + .../node_modules/core-js/full/set-timeout.js | 4 + .../node_modules/core-js/full/set/add-all.js | 6 + .../core-js/full/set/delete-all.js | 6 + .../core-js/full/set/difference.js | 9 + .../node_modules/core-js/full/set/every.js | 6 + .../node_modules/core-js/full/set/filter.js | 6 + .../node_modules/core-js/full/set/find.js | 6 + .../node_modules/core-js/full/set/from.js | 26 + .../node_modules/core-js/full/set/index.js | 22 + .../core-js/full/set/intersection.js | 9 + .../core-js/full/set/is-disjoint-from.js | 9 + .../core-js/full/set/is-subset-of.js | 9 + .../core-js/full/set/is-superset-of.js | 9 + .../node_modules/core-js/full/set/join.js | 6 + .../node_modules/core-js/full/set/map.js | 6 + .../node_modules/core-js/full/set/of.js | 24 + .../node_modules/core-js/full/set/reduce.js | 6 + .../node_modules/core-js/full/set/some.js | 6 + .../core-js/full/set/symmetric-difference.js | 9 + .../node_modules/core-js/full/set/union.js | 9 + .../core-js/full/string/anchor.js | 4 + .../node_modules/core-js/full/string/at.js | 6 + .../node_modules/core-js/full/string/big.js | 4 + .../node_modules/core-js/full/string/blink.js | 4 + .../node_modules/core-js/full/string/bold.js | 4 + .../core-js/full/string/code-point-at.js | 4 + .../core-js/full/string/code-points.js | 5 + .../core-js/full/string/cooked.js | 5 + .../core-js/full/string/dedent.js | 7 + .../core-js/full/string/ends-with.js | 4 + .../node_modules/core-js/full/string/fixed.js | 4 + .../core-js/full/string/fontcolor.js | 4 + .../core-js/full/string/fontsize.js | 4 + .../core-js/full/string/from-code-point.js | 4 + .../core-js/full/string/includes.js | 4 + .../node_modules/core-js/full/string/index.js | 12 + .../core-js/full/string/is-well-formed.js | 4 + .../core-js/full/string/italics.js | 4 + .../core-js/full/string/iterator.js | 4 + .../node_modules/core-js/full/string/link.js | 4 + .../core-js/full/string/match-all.js | 7 + .../node_modules/core-js/full/string/match.js | 4 + .../core-js/full/string/pad-end.js | 4 + .../core-js/full/string/pad-start.js | 4 + .../node_modules/core-js/full/string/raw.js | 4 + .../core-js/full/string/repeat.js | 4 + .../core-js/full/string/replace-all.js | 7 + .../core-js/full/string/replace.js | 4 + .../core-js/full/string/search.js | 4 + .../node_modules/core-js/full/string/small.js | 4 + .../node_modules/core-js/full/string/split.js | 4 + .../core-js/full/string/starts-with.js | 4 + .../core-js/full/string/strike.js | 4 + .../node_modules/core-js/full/string/sub.js | 4 + .../core-js/full/string/substr.js | 4 + .../node_modules/core-js/full/string/sup.js | 4 + .../core-js/full/string/to-well-formed.js | 4 + .../core-js/full/string/trim-end.js | 4 + .../core-js/full/string/trim-left.js | 4 + .../core-js/full/string/trim-right.js | 4 + .../core-js/full/string/trim-start.js | 4 + .../node_modules/core-js/full/string/trim.js | 4 + .../core-js/full/string/virtual/anchor.js | 4 + .../core-js/full/string/virtual/at.js | 7 + .../core-js/full/string/virtual/big.js | 4 + .../core-js/full/string/virtual/blink.js | 4 + .../core-js/full/string/virtual/bold.js | 4 + .../full/string/virtual/code-point-at.js | 4 + .../full/string/virtual/code-points.js | 6 + .../core-js/full/string/virtual/ends-with.js | 4 + .../core-js/full/string/virtual/fixed.js | 4 + .../core-js/full/string/virtual/fontcolor.js | 4 + .../core-js/full/string/virtual/fontsize.js | 4 + .../core-js/full/string/virtual/includes.js | 4 + .../core-js/full/string/virtual/index.js | 10 + .../full/string/virtual/is-well-formed.js | 4 + .../core-js/full/string/virtual/italics.js | 4 + .../core-js/full/string/virtual/iterator.js | 4 + .../core-js/full/string/virtual/link.js | 4 + .../core-js/full/string/virtual/match-all.js | 7 + .../core-js/full/string/virtual/pad-end.js | 4 + .../core-js/full/string/virtual/pad-start.js | 4 + .../core-js/full/string/virtual/repeat.js | 4 + .../full/string/virtual/replace-all.js | 7 + .../core-js/full/string/virtual/small.js | 4 + .../full/string/virtual/starts-with.js | 4 + .../core-js/full/string/virtual/strike.js | 4 + .../core-js/full/string/virtual/sub.js | 4 + .../core-js/full/string/virtual/substr.js | 4 + .../core-js/full/string/virtual/sup.js | 4 + .../full/string/virtual/to-well-formed.js | 4 + .../core-js/full/string/virtual/trim-end.js | 4 + .../core-js/full/string/virtual/trim-left.js | 4 + .../core-js/full/string/virtual/trim-right.js | 4 + .../core-js/full/string/virtual/trim-start.js | 4 + .../core-js/full/string/virtual/trim.js | 4 + .../core-js/full/structured-clone.js | 4 + .../core-js/full/suppressed-error.js | 4 + .../core-js/full/symbol/async-dispose.js | 4 + .../core-js/full/symbol/async-iterator.js | 4 + .../core-js/full/symbol/custom-matcher.js | 5 + .../core-js/full/symbol/description.js | 2 + .../core-js/full/symbol/dispose.js | 4 + .../node_modules/core-js/full/symbol/for.js | 4 + .../core-js/full/symbol/has-instance.js | 4 + .../node_modules/core-js/full/symbol/index.js | 15 + .../full/symbol/is-concat-spreadable.js | 4 + .../full/symbol/is-registered-symbol.js | 6 + .../core-js/full/symbol/is-registered.js | 6 + .../full/symbol/is-well-known-symbol.js | 6 + .../core-js/full/symbol/is-well-known.js | 6 + .../core-js/full/symbol/iterator.js | 4 + .../core-js/full/symbol/key-for.js | 4 + .../core-js/full/symbol/match-all.js | 4 + .../node_modules/core-js/full/symbol/match.js | 4 + .../core-js/full/symbol/matcher.js | 5 + .../core-js/full/symbol/metadata-key.js | 5 + .../core-js/full/symbol/metadata.js | 4 + .../core-js/full/symbol/observable.js | 5 + .../core-js/full/symbol/pattern-match.js | 6 + .../core-js/full/symbol/replace-all.js | 6 + .../core-js/full/symbol/replace.js | 4 + .../core-js/full/symbol/search.js | 4 + .../core-js/full/symbol/species.js | 4 + .../node_modules/core-js/full/symbol/split.js | 4 + .../core-js/full/symbol/to-primitive.js | 4 + .../core-js/full/symbol/to-string-tag.js | 4 + .../core-js/full/symbol/unscopables.js | 4 + .../core-js/full/typed-array/at.js | 7 + .../core-js/full/typed-array/copy-within.js | 4 + .../core-js/full/typed-array/entries.js | 4 + .../core-js/full/typed-array/every.js | 4 + .../core-js/full/typed-array/fill.js | 4 + .../core-js/full/typed-array/filter-out.js | 3 + .../core-js/full/typed-array/filter-reject.js | 2 + .../core-js/full/typed-array/filter.js | 4 + .../core-js/full/typed-array/find-index.js | 4 + .../full/typed-array/find-last-index.js | 4 + .../core-js/full/typed-array/find-last.js | 4 + .../core-js/full/typed-array/find.js | 4 + .../core-js/full/typed-array/float32-array.js | 5 + .../core-js/full/typed-array/float64-array.js | 5 + .../core-js/full/typed-array/for-each.js | 4 + .../core-js/full/typed-array/from-async.js | 2 + .../core-js/full/typed-array/from-base64.js | 4 + .../core-js/full/typed-array/from-hex.js | 4 + .../core-js/full/typed-array/from.js | 4 + .../core-js/full/typed-array/group-by.js | 2 + .../core-js/full/typed-array/includes.js | 4 + .../core-js/full/typed-array/index-of.js | 4 + .../core-js/full/typed-array/index.js | 14 + .../core-js/full/typed-array/int16-array.js | 5 + .../core-js/full/typed-array/int32-array.js | 5 + .../core-js/full/typed-array/int8-array.js | 5 + .../core-js/full/typed-array/iterator.js | 4 + .../core-js/full/typed-array/join.js | 4 + .../core-js/full/typed-array/keys.js | 4 + .../core-js/full/typed-array/last-index-of.js | 4 + .../core-js/full/typed-array/map.js | 4 + .../core-js/full/typed-array/methods.js | 14 + .../core-js/full/typed-array/of.js | 4 + .../core-js/full/typed-array/reduce-right.js | 4 + .../core-js/full/typed-array/reduce.js | 4 + .../core-js/full/typed-array/reverse.js | 4 + .../full/typed-array/set-from-base64.js | 4 + .../core-js/full/typed-array/set-from-hex.js | 4 + .../core-js/full/typed-array/set.js | 4 + .../core-js/full/typed-array/slice.js | 4 + .../core-js/full/typed-array/some.js | 4 + .../core-js/full/typed-array/sort.js | 4 + .../core-js/full/typed-array/subarray.js | 4 + .../core-js/full/typed-array/to-base64.js | 4 + .../core-js/full/typed-array/to-hex.js | 4 + .../full/typed-array/to-locale-string.js | 4 + .../core-js/full/typed-array/to-reversed.js | 4 + .../core-js/full/typed-array/to-sorted.js | 4 + .../core-js/full/typed-array/to-spliced.js | 5 + .../core-js/full/typed-array/to-string.js | 4 + .../core-js/full/typed-array/uint16-array.js | 5 + .../core-js/full/typed-array/uint32-array.js | 5 + .../core-js/full/typed-array/uint8-array.js | 5 + .../full/typed-array/uint8-clamped-array.js | 5 + .../core-js/full/typed-array/unique-by.js | 3 + .../core-js/full/typed-array/values.js | 4 + .../core-js/full/typed-array/with.js | 4 + .../node_modules/core-js/full/unescape.js | 4 + .../core-js/full/url-search-params/index.js | 4 + .../core-js/full/url/can-parse.js | 4 + .../node_modules/core-js/full/url/index.js | 4 + .../node_modules/core-js/full/url/parse.js | 4 + .../node_modules/core-js/full/url/to-json.js | 4 + .../core-js/full/weak-map/delete-all.js | 6 + .../core-js/full/weak-map/emplace.js | 6 + .../core-js/full/weak-map/from.js | 14 + .../full/weak-map/get-or-insert-computed.js | 6 + .../core-js/full/weak-map/get-or-insert.js | 6 + .../core-js/full/weak-map/index.js | 13 + .../node_modules/core-js/full/weak-map/of.js | 12 + .../core-js/full/weak-map/upsert.js | 6 + .../core-js/full/weak-set/add-all.js | 6 + .../core-js/full/weak-set/delete-all.js | 6 + .../core-js/full/weak-set/from.js | 12 + .../core-js/full/weak-set/index.js | 9 + .../node_modules/core-js/full/weak-set/of.js | 10 + .../node_modules/core-js/index.js | 2 + .../node_modules/core-js/internals/README.md | 1 + .../core-js/internals/a-callable.js | 11 + .../core-js/internals/a-constructor.js | 11 + .../core-js/internals/a-data-view.js | 9 + .../node_modules/core-js/internals/a-map.js | 8 + .../core-js/internals/a-possible-prototype.js | 10 + .../node_modules/core-js/internals/a-set.js | 8 + .../core-js/internals/a-string.js | 7 + .../core-js/internals/a-weak-map.js | 8 + .../core-js/internals/a-weak-set.js | 8 + .../internals/add-disposable-resource.js | 62 + .../core-js/internals/add-to-unscopables.js | 21 + .../core-js/internals/advance-string-index.js | 8 + .../core-js/internals/an-instance.js | 9 + .../internals/an-object-or-undefined.js | 10 + .../core-js/internals/an-object.js | 11 + .../core-js/internals/an-uint8-array.js | 11 + .../internals/array-buffer-basic-detection.js | 3 + .../internals/array-buffer-byte-length.js | 15 + .../internals/array-buffer-is-detached.js | 17 + .../internals/array-buffer-non-extensible.js | 11 + .../internals/array-buffer-not-detached.js | 9 + .../internals/array-buffer-transfer.js | 45 + .../internals/array-buffer-view-core.js | 193 + .../core-js/internals/array-buffer.js | 260 + .../core-js/internals/array-copy-within.js | 31 + .../core-js/internals/array-fill.js | 17 + .../core-js/internals/array-for-each.js | 12 + .../core-js/internals/array-from-async.js | 51 + .../array-from-constructor-and-list.js | 10 + .../core-js/internals/array-from.js | 46 + .../core-js/internals/array-group-to-map.js | 31 + .../core-js/internals/array-group.js | 37 + .../core-js/internals/array-includes.js | 34 + .../internals/array-iteration-from-last.js | 35 + .../core-js/internals/array-iteration.js | 74 + .../core-js/internals/array-last-index-of.js | 28 + .../array-method-has-species-support.js | 20 + .../internals/array-method-is-strict.js | 10 + .../core-js/internals/array-reduce.js | 46 + .../core-js/internals/array-set-length.js | 27 + .../core-js/internals/array-slice.js | 4 + .../core-js/internals/array-sort.js | 42 + .../internals/array-species-constructor.js | 23 + .../core-js/internals/array-species-create.js | 8 + .../core-js/internals/array-to-reversed.js | 12 + .../core-js/internals/array-unique-by.js | 35 + .../core-js/internals/array-with.js | 18 + .../internals/async-from-sync-iterator.js | 49 + .../core-js/internals/async-iterator-close.js | 19 + .../internals/async-iterator-create-proxy.js | 105 + .../internals/async-iterator-indexed.js | 13 + .../internals/async-iterator-iteration.js | 90 + .../core-js/internals/async-iterator-map.js | 57 + .../internals/async-iterator-prototype.js | 38 + .../core-js/internals/async-iterator-wrap.js | 7 + .../core-js/internals/base64-map.js | 19 + .../call-with-safe-iteration-closing.js | 12 + .../node_modules/core-js/internals/caller.js | 8 + .../check-correctness-of-iteration.js | 41 + .../core-js/internals/classof-raw.js | 9 + .../node_modules/core-js/internals/classof.js | 30 + .../core-js/internals/collection-from.js | 24 + .../core-js/internals/collection-of.js | 15 + .../core-js/internals/collection-strong.js | 206 + .../core-js/internals/collection-weak.js | 131 + .../core-js/internals/collection.js | 106 + .../core-js/internals/composite-key.js | 50 + .../internals/copy-constructor-properties.js | 17 + .../internals/correct-is-regexp-logic.js | 16 + .../internals/correct-prototype-getter.js | 9 + .../core-js/internals/create-html.js | 16 + .../internals/create-iter-result-object.js | 6 + .../create-non-enumerable-property.js | 11 + .../internals/create-property-descriptor.js | 9 + .../core-js/internals/create-property.js | 9 + .../core-js/internals/date-to-iso-string.js | 41 + .../core-js/internals/date-to-primitive.js | 14 + .../internals/define-built-in-accessor.js | 9 + .../core-js/internals/define-built-in.js | 28 + .../core-js/internals/define-built-ins.js | 7 + .../internals/define-global-property.js | 13 + .../internals/delete-property-or-throw.js | 8 + .../core-js/internals/descriptors.js | 8 + .../core-js/internals/detach-transferable.js | 37 + .../internals/document-create-element.js | 11 + .../internals/does-not-exceed-safe-integer.js | 8 + .../internals/dom-exception-constants.js | 28 + .../core-js/internals/dom-iterables.js | 36 + .../internals/dom-token-list-prototype.js | 8 + .../core-js/internals/entry-unbind.js | 7 + .../core-js/internals/entry-virtual.js | 6 + .../core-js/internals/enum-bug-keys.js | 11 + .../internals/environment-ff-version.js | 6 + .../internals/environment-is-ie-or-edge.js | 4 + .../internals/environment-is-ios-pebble.js | 4 + .../core-js/internals/environment-is-ios.js | 5 + .../core-js/internals/environment-is-node.js | 4 + .../internals/environment-is-webos-webkit.js | 4 + .../internals/environment-user-agent.js | 7 + .../internals/environment-v8-version.js | 28 + .../internals/environment-webkit-version.js | 6 + .../core-js/internals/environment.js | 21 + .../core-js/internals/error-stack-clear.js | 16 + .../core-js/internals/error-stack-install.js | 14 + .../internals/error-stack-installable.js | 11 + .../core-js/internals/error-to-string.js | 29 + .../node_modules/core-js/internals/export.js | 55 + .../node_modules/core-js/internals/fails.js | 8 + .../fix-regexp-well-known-symbol-logic.js | 76 + .../core-js/internals/flatten-into-array.js | 34 + .../core-js/internals/freezing.js | 7 + .../core-js/internals/function-apply.js | 11 + .../internals/function-bind-context.js | 14 + .../core-js/internals/function-bind-native.js | 9 + .../core-js/internals/function-bind.js | 36 + .../core-js/internals/function-call.js | 8 + .../core-js/internals/function-demethodize.js | 7 + .../core-js/internals/function-name.js | 18 + .../function-uncurry-this-accessor.js | 10 + .../internals/function-uncurry-this-clause.js | 10 + .../internals/function-uncurry-this.js | 13 + .../core-js/internals/get-alphabet-option.js | 8 + .../get-async-iterator-flattenable.js | 30 + .../core-js/internals/get-async-iterator.js | 15 + .../internals/get-built-in-node-module.js | 15 + .../get-built-in-prototype-method.js | 8 + .../core-js/internals/get-built-in.js | 11 + .../core-js/internals/get-iterator-direct.js | 10 + .../internals/get-iterator-flattenable.js | 11 + .../core-js/internals/get-iterator-method.js | 14 + .../core-js/internals/get-iterator.js | 14 + .../internals/get-json-replacer-function.js | 30 + .../core-js/internals/get-method.js | 10 + .../core-js/internals/get-set-record.js | 40 + .../core-js/internals/get-substitution.js | 46 + .../core-js/internals/global-this.js | 16 + .../core-js/internals/has-own-property.js | 12 + .../core-js/internals/hidden-keys.js | 2 + .../core-js/internals/host-report-errors.js | 7 + .../node_modules/core-js/internals/html.js | 4 + .../core-js/internals/ie8-dom-define.js | 12 + .../node_modules/core-js/internals/ieee754.js | 103 + .../core-js/internals/indexed-object.js | 16 + .../core-js/internals/inherit-if-required.js | 19 + .../core-js/internals/inspect-source.js | 15 + .../core-js/internals/install-error-cause.js | 11 + .../core-js/internals/internal-metadata.js | 90 + .../core-js/internals/internal-state.js | 71 + .../internals/is-array-iterator-method.js | 11 + .../core-js/internals/is-array.js | 9 + .../core-js/internals/is-big-int-array.js | 7 + .../core-js/internals/is-callable.js | 12 + .../core-js/internals/is-constructor.js | 52 + .../core-js/internals/is-data-descriptor.js | 6 + .../core-js/internals/is-forced.js | 23 + .../core-js/internals/is-integral-number.js | 11 + .../core-js/internals/is-iterable.js | 17 + .../core-js/internals/is-null-or-undefined.js | 6 + .../core-js/internals/is-object.js | 6 + .../internals/is-possible-prototype.js | 6 + .../node_modules/core-js/internals/is-pure.js | 2 + .../core-js/internals/is-raw-json.js | 9 + .../core-js/internals/is-regexp.js | 13 + .../core-js/internals/is-symbol.js | 14 + .../core-js/internals/iterate-simple.js | 12 + .../node_modules/core-js/internals/iterate.js | 69 + .../core-js/internals/iterator-close.js | 24 + .../internals/iterator-create-constructor.js | 16 + .../internals/iterator-create-proxy.js | 78 + .../core-js/internals/iterator-define.js | 102 + .../core-js/internals/iterator-indexed.js | 13 + .../core-js/internals/iterator-map.js | 24 + .../core-js/internals/iterators-core.js | 49 + .../core-js/internals/iterators.js | 2 + .../core-js/internals/length-of-array-like.js | 8 + .../core-js/internals/make-built-in.js | 55 + .../core-js/internals/map-helpers.js | 15 + .../core-js/internals/map-iterate.js | 16 + .../core-js/internals/map-upsert.js | 31 + .../core-js/internals/math-expm1.js | 17 + .../core-js/internals/math-float-round.js | 19 + .../core-js/internals/math-fround.js | 13 + .../core-js/internals/math-log10.js | 8 + .../core-js/internals/math-log1p.js | 10 + .../core-js/internals/math-log2.js | 10 + .../internals/math-round-ties-to-even.js | 7 + .../core-js/internals/math-scale.js | 14 + .../core-js/internals/math-sign.js | 9 + .../core-js/internals/math-trunc.js | 11 + .../core-js/internals/microtask.js | 79 + .../core-js/internals/native-raw-json.js | 11 + .../internals/new-promise-capability.js | 21 + .../internals/normalize-string-argument.js | 6 + .../core-js/internals/not-a-nan.js | 8 + .../core-js/internals/not-a-regexp.js | 10 + .../core-js/internals/number-is-finite.js | 11 + .../core-js/internals/number-parse-float.js | 23 + .../core-js/internals/number-parse-int.js | 23 + .../internals/numeric-range-iterator.js | 106 + .../core-js/internals/object-assign.js | 58 + .../core-js/internals/object-create.js | 85 + .../internals/object-define-properties.js | 21 + .../internals/object-define-property.js | 44 + .../object-get-own-property-descriptor.js | 23 + .../object-get-own-property-names-external.js | 24 + .../object-get-own-property-names.js | 12 + .../object-get-own-property-symbols.js | 3 + .../internals/object-get-prototype-of.js | 22 + .../core-js/internals/object-is-extensible.js | 17 + .../internals/object-is-prototype-of.js | 4 + .../core-js/internals/object-iterator.js | 38 + .../core-js/internals/object-keys-internal.js | 21 + .../core-js/internals/object-keys.js | 10 + .../object-property-is-enumerable.js | 14 + .../object-prototype-accessors-forced.js | 18 + .../internals/object-set-prototype-of.js | 29 + .../core-js/internals/object-to-array.js | 49 + .../core-js/internals/object-to-string.js | 9 + .../internals/ordinary-to-primitive.js | 16 + .../core-js/internals/own-keys.js | 15 + .../core-js/internals/parse-json-string.js | 56 + .../node_modules/core-js/internals/path.js | 4 + .../node_modules/core-js/internals/perform.js | 8 + .../promise-constructor-detection.js | 47 + .../internals/promise-native-constructor.js | 4 + .../core-js/internals/promise-resolve.js | 13 + .../promise-statics-incorrect-iteration.js | 8 + .../core-js/internals/proxy-accessor.js | 10 + .../node_modules/core-js/internals/queue.js | 25 + .../core-js/internals/reflect-metadata.js | 62 + .../core-js/internals/regexp-exec-abstract.js | 21 + .../core-js/internals/regexp-exec.js | 117 + .../core-js/internals/regexp-flags.js | 18 + .../core-js/internals/regexp-get-flags.js | 13 + .../internals/regexp-sticky-helpers.js | 31 + .../internals/regexp-unsupported-dot-all.js | 11 + .../internals/regexp-unsupported-ncg.js | 12 + .../internals/require-object-coercible.js | 11 + .../core-js/internals/safe-get-built-in.js | 13 + .../core-js/internals/same-value-zero.js | 7 + .../core-js/internals/same-value.js | 8 + .../core-js/internals/schedulers-fix.js | 31 + .../core-js/internals/set-clone.js | 14 + .../core-js/internals/set-difference.js | 26 + .../core-js/internals/set-helpers.js | 14 + .../core-js/internals/set-intersection.js | 31 + .../core-js/internals/set-is-disjoint-from.js | 22 + .../core-js/internals/set-is-subset-of.js | 16 + .../core-js/internals/set-is-superset-of.js | 19 + .../core-js/internals/set-iterate.js | 14 + .../internals/set-method-accept-set-like.js | 58 + .../core-js/internals/set-size.js | 7 + .../core-js/internals/set-species.js | 18 + .../internals/set-symmetric-difference.js | 23 + .../core-js/internals/set-to-string-tag.js | 13 + .../core-js/internals/set-union.js | 18 + .../core-js/internals/shared-key.js | 9 + .../core-js/internals/shared-store.js | 15 + .../node_modules/core-js/internals/shared.js | 6 + .../core-js/internals/species-constructor.js | 15 + .../core-js/internals/string-cooked.js | 27 + .../core-js/internals/string-html-forced.js | 11 + .../core-js/internals/string-multibyte.js | 37 + .../internals/string-pad-webkit-bug.js | 5 + .../core-js/internals/string-pad.js | 36 + .../core-js/internals/string-parse.js | 119 + .../internals/string-punycode-to-ascii.js | 181 + .../core-js/internals/string-repeat.js | 17 + .../core-js/internals/string-trim-end.js | 11 + .../core-js/internals/string-trim-forced.js | 16 + .../core-js/internals/string-trim-start.js | 11 + .../core-js/internals/string-trim.js | 31 + .../structured-clone-proper-transfer.js | 16 + .../internals/symbol-constructor-detection.js | 19 + .../internals/symbol-define-to-primitive.js | 21 + .../core-js/internals/symbol-is-registered.js | 17 + .../core-js/internals/symbol-is-well-known.js | 35 + .../internals/symbol-registry-detection.js | 5 + .../node_modules/core-js/internals/task.js | 117 + .../core-js/internals/this-number-value.js | 6 + .../core-js/internals/to-absolute-index.js | 13 + .../core-js/internals/to-big-int.js | 13 + .../core-js/internals/to-index.js | 15 + .../core-js/internals/to-indexed-object.js | 8 + .../internals/to-integer-or-infinity.js | 10 + .../core-js/internals/to-length.js | 11 + .../core-js/internals/to-object.js | 10 + .../core-js/internals/to-offset.js | 10 + .../core-js/internals/to-positive-integer.js | 10 + .../core-js/internals/to-primitive.js | 26 + .../core-js/internals/to-property-key.js | 10 + .../core-js/internals/to-set-like.js | 20 + .../internals/to-string-tag-support.js | 9 + .../core-js/internals/to-string.js | 9 + .../core-js/internals/to-uint8-clamped.js | 7 + .../core-js/internals/try-to-string.js | 10 + .../internals/typed-array-constructor.js | 236 + ...ped-array-constructors-require-wrappers.js | 23 + .../typed-array-from-same-type-and-list.js | 7 + .../core-js/internals/typed-array-from.js | 42 + .../node_modules/core-js/internals/uid.js | 10 + .../core-js/internals/uint8-from-base64.js | 156 + .../core-js/internals/uint8-from-hex.js | 26 + .../internals/url-constructor-detection.js | 42 + .../core-js/internals/use-symbol-as-uid.js | 7 + .../internals/v8-prototype-define-bug.js | 13 + .../internals/validate-arguments-length.js | 7 + .../internals/weak-map-basic-detection.js | 7 + .../core-js/internals/weak-map-helpers.js | 14 + .../core-js/internals/weak-set-helpers.js | 13 + .../internals/well-known-symbol-define.js | 12 + .../internals/well-known-symbol-wrapped.js | 4 + .../core-js/internals/well-known-symbol.js | 19 + .../core-js/internals/whitespaces.js | 4 + .../wrap-error-constructor-with-cause.js | 65 + .../node_modules/core-js/modules/README.md | 1 + .../modules/es.aggregate-error.cause.js | 23 + .../modules/es.aggregate-error.constructor.js | 51 + .../core-js/modules/es.aggregate-error.js | 3 + .../modules/es.array-buffer.constructor.js | 17 + .../modules/es.array-buffer.detached.js | 17 + .../modules/es.array-buffer.is-view.js | 11 + .../core-js/modules/es.array-buffer.slice.js | 39 + ...s.array-buffer.transfer-to-fixed-length.js | 11 + .../modules/es.array-buffer.transfer.js | 11 + .../core-js/modules/es.array.at.js | 20 + .../core-js/modules/es.array.concat.js | 58 + .../core-js/modules/es.array.copy-within.js | 13 + .../core-js/modules/es.array.every.js | 14 + .../core-js/modules/es.array.fill.js | 13 + .../core-js/modules/es.array.filter.js | 15 + .../core-js/modules/es.array.find-index.js | 22 + .../modules/es.array.find-last-index.js | 14 + .../core-js/modules/es.array.find-last.js | 14 + .../core-js/modules/es.array.find.js | 22 + .../core-js/modules/es.array.flat-map.js | 21 + .../core-js/modules/es.array.flat.js | 20 + .../core-js/modules/es.array.for-each.js | 10 + .../core-js/modules/es.array.from.js | 15 + .../core-js/modules/es.array.includes.js | 22 + .../core-js/modules/es.array.index-of.js | 23 + .../core-js/modules/es.array.is-array.js | 9 + .../core-js/modules/es.array.iterator.js | 62 + .../core-js/modules/es.array.join.js | 19 + .../core-js/modules/es.array.last-index-of.js | 10 + .../core-js/modules/es.array.map.js | 15 + .../core-js/modules/es.array.of.js | 27 + .../core-js/modules/es.array.push.js | 42 + .../core-js/modules/es.array.reduce-right.js | 19 + .../core-js/modules/es.array.reduce.js | 20 + .../core-js/modules/es.array.reverse.js | 19 + .../core-js/modules/es.array.slice.js | 49 + .../core-js/modules/es.array.some.js | 14 + .../core-js/modules/es.array.sort.js | 106 + .../core-js/modules/es.array.species.js | 6 + .../core-js/modules/es.array.splice.js | 67 + .../core-js/modules/es.array.to-reversed.js | 17 + .../core-js/modules/es.array.to-sorted.js | 24 + .../core-js/modules/es.array.to-spliced.js | 44 + .../modules/es.array.unscopables.flat-map.js | 7 + .../modules/es.array.unscopables.flat.js | 7 + .../core-js/modules/es.array.unshift.js | 45 + .../core-js/modules/es.array.with.js | 14 + .../modules/es.data-view.constructor.js | 10 + .../core-js/modules/es.data-view.js | 3 + .../core-js/modules/es.date.get-year.js | 20 + .../core-js/modules/es.date.now.js | 15 + .../core-js/modules/es.date.set-year.js | 20 + .../core-js/modules/es.date.to-gmt-string.js | 8 + .../core-js/modules/es.date.to-iso-string.js | 10 + .../core-js/modules/es.date.to-json.js | 21 + .../core-js/modules/es.date.to-primitive.js | 14 + .../core-js/modules/es.date.to-string.js | 20 + .../core-js/modules/es.error.cause.js | 58 + .../core-js/modules/es.error.to-string.js | 11 + .../node_modules/core-js/modules/es.escape.js | 43 + .../core-js/modules/es.function.bind.js | 11 + .../modules/es.function.has-instance.js | 20 + .../core-js/modules/es.function.name.js | 26 + .../core-js/modules/es.global-this.js | 9 + .../modules/es.iterator.constructor.js | 65 + .../core-js/modules/es.iterator.drop.js | 36 + .../core-js/modules/es.iterator.every.js | 20 + .../core-js/modules/es.iterator.filter.js | 35 + .../core-js/modules/es.iterator.find.js | 20 + .../core-js/modules/es.iterator.flat-map.js | 45 + .../core-js/modules/es.iterator.for-each.js | 20 + .../core-js/modules/es.iterator.from.js | 24 + .../core-js/modules/es.iterator.map.js | 10 + .../core-js/modules/es.iterator.reduce.js | 32 + .../core-js/modules/es.iterator.some.js | 20 + .../core-js/modules/es.iterator.take.js | 33 + .../core-js/modules/es.iterator.to-array.js | 17 + .../core-js/modules/es.json.stringify.js | 73 + .../core-js/modules/es.json.to-string-tag.js | 7 + .../core-js/modules/es.map.constructor.js | 9 + .../core-js/modules/es.map.group-by.js | 38 + .../node_modules/core-js/modules/es.map.js | 3 + .../core-js/modules/es.math.acosh.js | 26 + .../core-js/modules/es.math.asinh.js | 21 + .../core-js/modules/es.math.atanh.js | 18 + .../core-js/modules/es.math.cbrt.js | 15 + .../core-js/modules/es.math.clz32.js | 15 + .../core-js/modules/es.math.cosh.js | 19 + .../core-js/modules/es.math.expm1.js | 8 + .../core-js/modules/es.math.fround.js | 7 + .../core-js/modules/es.math.hypot.js | 36 + .../core-js/modules/es.math.imul.js | 24 + .../core-js/modules/es.math.log10.js | 9 + .../core-js/modules/es.math.log1p.js | 7 + .../core-js/modules/es.math.log2.js | 9 + .../core-js/modules/es.math.sign.js | 9 + .../core-js/modules/es.math.sinh.js | 23 + .../core-js/modules/es.math.tanh.js | 16 + .../core-js/modules/es.math.to-string-tag.js | 6 + .../core-js/modules/es.math.trunc.js | 9 + .../core-js/modules/es.number.constructor.js | 115 + .../core-js/modules/es.number.epsilon.js | 8 + .../core-js/modules/es.number.is-finite.js | 7 + .../core-js/modules/es.number.is-integer.js | 9 + .../core-js/modules/es.number.is-nan.js | 11 + .../modules/es.number.is-safe-integer.js | 13 + .../modules/es.number.max-safe-integer.js | 8 + .../modules/es.number.min-safe-integer.js | 8 + .../core-js/modules/es.number.parse-float.js | 10 + .../core-js/modules/es.number.parse-int.js | 10 + .../modules/es.number.to-exponential.js | 98 + .../core-js/modules/es.number.to-fixed.js | 131 + .../core-js/modules/es.number.to-precision.js | 25 + .../core-js/modules/es.object.assign.js | 10 + .../core-js/modules/es.object.create.js | 11 + .../modules/es.object.define-getter.js | 17 + .../modules/es.object.define-properties.js | 11 + .../modules/es.object.define-property.js | 11 + .../modules/es.object.define-setter.js | 17 + .../core-js/modules/es.object.entries.js | 11 + .../core-js/modules/es.object.freeze.js | 18 + .../core-js/modules/es.object.from-entries.js | 16 + .../es.object.get-own-property-descriptor.js | 16 + .../es.object.get-own-property-descriptors.js | 25 + .../es.object.get-own-property-names.js | 13 + .../es.object.get-own-property-symbols.js | 19 + .../modules/es.object.get-prototype-of.js | 17 + .../core-js/modules/es.object.group-by.js | 39 + .../core-js/modules/es.object.has-own.js | 9 + .../modules/es.object.is-extensible.js | 10 + .../core-js/modules/es.object.is-frozen.js | 21 + .../core-js/modules/es.object.is-sealed.js | 21 + .../core-js/modules/es.object.is.js | 9 + .../core-js/modules/es.object.keys.js | 15 + .../modules/es.object.lookup-getter.js | 23 + .../modules/es.object.lookup-setter.js | 23 + .../modules/es.object.prevent-extensions.js | 18 + .../core-js/modules/es.object.proto.js | 31 + .../core-js/modules/es.object.seal.js | 18 + .../modules/es.object.set-prototype-of.js | 9 + .../core-js/modules/es.object.to-string.js | 10 + .../core-js/modules/es.object.values.js | 11 + .../core-js/modules/es.parse-float.js | 9 + .../core-js/modules/es.parse-int.js | 9 + .../core-js/modules/es.promise.all-settled.js | 44 + .../core-js/modules/es.promise.all.js | 39 + .../core-js/modules/es.promise.any.js | 48 + .../core-js/modules/es.promise.catch.js | 26 + .../core-js/modules/es.promise.constructor.js | 290 + .../core-js/modules/es.promise.finally.js | 43 + .../core-js/modules/es.promise.js | 8 + .../core-js/modules/es.promise.race.js | 26 + .../core-js/modules/es.promise.reject.js | 15 + .../core-js/modules/es.promise.resolve.js | 18 + .../core-js/modules/es.promise.try.js | 33 + .../modules/es.promise.with-resolvers.js | 16 + .../core-js/modules/es.reflect.apply.js | 20 + .../core-js/modules/es.reflect.construct.js | 57 + .../modules/es.reflect.define-property.js | 29 + .../modules/es.reflect.delete-property.js | 13 + .../es.reflect.get-own-property-descriptor.js | 13 + .../modules/es.reflect.get-prototype-of.js | 13 + .../core-js/modules/es.reflect.get.js | 25 + .../core-js/modules/es.reflect.has.js | 10 + .../modules/es.reflect.is-extensible.js | 13 + .../core-js/modules/es.reflect.own-keys.js | 9 + .../modules/es.reflect.prevent-extensions.js | 20 + .../modules/es.reflect.set-prototype-of.js | 20 + .../core-js/modules/es.reflect.set.js | 50 + .../modules/es.reflect.to-string-tag.js | 10 + .../core-js/modules/es.regexp.constructor.js | 197 + .../core-js/modules/es.regexp.dot-all.js | 26 + .../core-js/modules/es.regexp.exec.js | 9 + .../core-js/modules/es.regexp.flags.js | 56 + .../core-js/modules/es.regexp.sticky.js | 26 + .../core-js/modules/es.regexp.test.js | 35 + .../core-js/modules/es.regexp.to-string.js | 26 + .../core-js/modules/es.set.constructor.js | 9 + .../core-js/modules/es.set.difference.v2.js | 14 + .../core-js/modules/es.set.intersection.v2.js | 18 + .../modules/es.set.is-disjoint-from.v2.js | 14 + .../core-js/modules/es.set.is-subset-of.v2.js | 14 + .../modules/es.set.is-superset-of.v2.js | 14 + .../node_modules/core-js/modules/es.set.js | 3 + .../modules/es.set.symmetric-difference.v2.js | 10 + .../core-js/modules/es.set.union.v2.js | 10 + .../core-js/modules/es.string.anchor.js | 12 + .../modules/es.string.at-alternative.js | 26 + .../core-js/modules/es.string.big.js | 12 + .../core-js/modules/es.string.blink.js | 12 + .../core-js/modules/es.string.bold.js | 12 + .../modules/es.string.code-point-at.js | 11 + .../core-js/modules/es.string.ends-with.js | 34 + .../core-js/modules/es.string.fixed.js | 12 + .../core-js/modules/es.string.fontcolor.js | 12 + .../core-js/modules/es.string.fontsize.js | 12 + .../modules/es.string.from-code-point.js | 32 + .../core-js/modules/es.string.includes.js | 21 + .../modules/es.string.is-well-formed.js | 23 + .../core-js/modules/es.string.italics.js | 12 + .../core-js/modules/es.string.iterator.js | 31 + .../core-js/modules/es.string.link.js | 12 + .../core-js/modules/es.string.match-all.js | 102 + .../core-js/modules/es.string.match.js | 48 + .../core-js/modules/es.string.pad-end.js | 12 + .../core-js/modules/es.string.pad-start.js | 12 + .../core-js/modules/es.string.raw.js | 28 + .../core-js/modules/es.string.repeat.js | 9 + .../core-js/modules/es.string.replace-all.js | 61 + .../core-js/modules/es.string.replace.js | 142 + .../core-js/modules/es.string.search.js | 38 + .../core-js/modules/es.string.small.js | 12 + .../core-js/modules/es.string.split.js | 111 + .../core-js/modules/es.string.starts-with.js | 32 + .../core-js/modules/es.string.strike.js | 12 + .../core-js/modules/es.string.sub.js | 12 + .../core-js/modules/es.string.substr.js | 30 + .../core-js/modules/es.string.sup.js | 12 + .../modules/es.string.to-well-formed.js | 43 + .../core-js/modules/es.string.trim-end.js | 12 + .../core-js/modules/es.string.trim-left.js | 10 + .../core-js/modules/es.string.trim-right.js | 10 + .../core-js/modules/es.string.trim-start.js | 12 + .../core-js/modules/es.string.trim.js | 12 + .../modules/es.symbol.async-iterator.js | 6 + .../core-js/modules/es.symbol.constructor.js | 263 + .../core-js/modules/es.symbol.description.js | 60 + .../core-js/modules/es.symbol.for.js | 23 + .../core-js/modules/es.symbol.has-instance.js | 6 + .../modules/es.symbol.is-concat-spreadable.js | 6 + .../core-js/modules/es.symbol.iterator.js | 6 + .../node_modules/core-js/modules/es.symbol.js | 7 + .../core-js/modules/es.symbol.key-for.js | 18 + .../core-js/modules/es.symbol.match-all.js | 6 + .../core-js/modules/es.symbol.match.js | 6 + .../core-js/modules/es.symbol.replace.js | 6 + .../core-js/modules/es.symbol.search.js | 6 + .../core-js/modules/es.symbol.species.js | 6 + .../core-js/modules/es.symbol.split.js | 6 + .../core-js/modules/es.symbol.to-primitive.js | 11 + .../modules/es.symbol.to-string-tag.js | 12 + .../core-js/modules/es.symbol.unscopables.js | 6 + .../core-js/modules/es.typed-array.at.js | 17 + .../modules/es.typed-array.copy-within.js | 14 + .../core-js/modules/es.typed-array.every.js | 12 + .../core-js/modules/es.typed-array.fill.js | 29 + .../core-js/modules/es.typed-array.filter.js | 14 + .../modules/es.typed-array.find-index.js | 12 + .../modules/es.typed-array.find-last-index.js | 12 + .../modules/es.typed-array.find-last.js | 12 + .../core-js/modules/es.typed-array.find.js | 12 + .../modules/es.typed-array.float32-array.js | 10 + .../modules/es.typed-array.float64-array.js | 10 + .../modules/es.typed-array.for-each.js | 12 + .../core-js/modules/es.typed-array.from.js | 8 + .../modules/es.typed-array.includes.js | 12 + .../modules/es.typed-array.index-of.js | 12 + .../modules/es.typed-array.int16-array.js | 10 + .../modules/es.typed-array.int32-array.js | 10 + .../modules/es.typed-array.int8-array.js | 10 + .../modules/es.typed-array.iterator.js | 46 + .../core-js/modules/es.typed-array.join.js | 13 + .../modules/es.typed-array.last-index-of.js | 14 + .../core-js/modules/es.typed-array.map.js | 15 + .../core-js/modules/es.typed-array.of.js | 16 + .../modules/es.typed-array.reduce-right.js | 13 + .../core-js/modules/es.typed-array.reduce.js | 13 + .../core-js/modules/es.typed-array.reverse.js | 21 + .../core-js/modules/es.typed-array.set.js | 44 + .../core-js/modules/es.typed-array.slice.js | 25 + .../core-js/modules/es.typed-array.some.js | 12 + .../core-js/modules/es.typed-array.sort.js | 70 + .../modules/es.typed-array.subarray.js | 22 + .../es.typed-array.to-locale-string.js | 32 + .../modules/es.typed-array.to-reversed.js | 13 + .../modules/es.typed-array.to-sorted.js | 19 + .../modules/es.typed-array.to-string.js | 22 + .../modules/es.typed-array.uint16-array.js | 10 + .../modules/es.typed-array.uint32-array.js | 10 + .../modules/es.typed-array.uint8-array.js | 10 + .../es.typed-array.uint8-clamped-array.js | 10 + .../core-js/modules/es.typed-array.with.js | 30 + .../core-js/modules/es.unescape.js | 45 + .../modules/es.weak-map.constructor.js | 106 + .../core-js/modules/es.weak-map.js | 3 + .../modules/es.weak-set.constructor.js | 9 + .../core-js/modules/es.weak-set.js | 3 + .../core-js/modules/esnext.aggregate-error.js | 3 + .../modules/esnext.array-buffer.detached.js | 3 + ...t.array-buffer.transfer-to-fixed-length.js | 3 + .../modules/esnext.array-buffer.transfer.js | 3 + .../core-js/modules/esnext.array.at.js | 3 + .../modules/esnext.array.filter-out.js | 15 + .../modules/esnext.array.filter-reject.js | 14 + .../modules/esnext.array.find-last-index.js | 3 + .../core-js/modules/esnext.array.find-last.js | 3 + .../modules/esnext.array.from-async.js | 22 + .../modules/esnext.array.group-by-to-map.js | 16 + .../core-js/modules/esnext.array.group-by.js | 18 + .../modules/esnext.array.group-to-map.js | 13 + .../core-js/modules/esnext.array.group.js | 15 + .../esnext.array.is-template-object.js | 29 + .../modules/esnext.array.last-index.js | 22 + .../core-js/modules/esnext.array.last-item.js | 27 + .../modules/esnext.array.to-reversed.js | 3 + .../core-js/modules/esnext.array.to-sorted.js | 3 + .../modules/esnext.array.to-spliced.js | 3 + .../core-js/modules/esnext.array.unique-by.js | 12 + .../core-js/modules/esnext.array.with.js | 3 + ...next.async-disposable-stack.constructor.js | 130 + .../esnext.async-iterator.as-indexed-pairs.js | 10 + .../esnext.async-iterator.async-dispose.js | 26 + .../esnext.async-iterator.constructor.js | 34 + .../modules/esnext.async-iterator.drop.js | 51 + .../modules/esnext.async-iterator.every.js | 11 + .../modules/esnext.async-iterator.filter.js | 67 + .../modules/esnext.async-iterator.find.js | 11 + .../modules/esnext.async-iterator.flat-map.js | 88 + .../modules/esnext.async-iterator.for-each.js | 11 + .../modules/esnext.async-iterator.from.js | 19 + .../modules/esnext.async-iterator.indexed.js | 10 + .../modules/esnext.async-iterator.map.js | 11 + .../modules/esnext.async-iterator.reduce.js | 65 + .../modules/esnext.async-iterator.some.js | 11 + .../modules/esnext.async-iterator.take.js | 48 + .../modules/esnext.async-iterator.to-array.js | 11 + .../core-js/modules/esnext.bigint.range.js | 15 + .../core-js/modules/esnext.composite-key.js | 20 + .../modules/esnext.composite-symbol.js | 13 + .../modules/esnext.data-view.get-float16.js | 31 + .../esnext.data-view.get-uint8-clamped.js | 14 + .../modules/esnext.data-view.set-float16.js | 54 + .../esnext.data-view.set-uint8-clamped.js | 19 + .../esnext.disposable-stack.constructor.js | 114 + .../core-js/modules/esnext.error.is-error.js | 36 + .../modules/esnext.function.demethodize.js | 9 + .../modules/esnext.function.is-callable.js | 30 + .../modules/esnext.function.is-constructor.js | 9 + .../modules/esnext.function.metadata.js | 14 + .../modules/esnext.function.un-this.js | 10 + .../core-js/modules/esnext.global-this.js | 3 + .../esnext.iterator.as-indexed-pairs.js | 10 + .../core-js/modules/esnext.iterator.concat.js | 57 + .../modules/esnext.iterator.constructor.js | 3 + .../modules/esnext.iterator.dispose.js | 17 + .../core-js/modules/esnext.iterator.drop.js | 3 + .../core-js/modules/esnext.iterator.every.js | 3 + .../core-js/modules/esnext.iterator.filter.js | 3 + .../core-js/modules/esnext.iterator.find.js | 3 + .../modules/esnext.iterator.flat-map.js | 3 + .../modules/esnext.iterator.for-each.js | 3 + .../core-js/modules/esnext.iterator.from.js | 3 + .../modules/esnext.iterator.indexed.js | 10 + .../core-js/modules/esnext.iterator.map.js | 3 + .../core-js/modules/esnext.iterator.range.js | 16 + .../core-js/modules/esnext.iterator.reduce.js | 3 + .../core-js/modules/esnext.iterator.some.js | 3 + .../core-js/modules/esnext.iterator.take.js | 3 + .../modules/esnext.iterator.to-array.js | 3 + .../modules/esnext.iterator.to-async.js | 15 + .../modules/esnext.json.is-raw-json.js | 11 + .../core-js/modules/esnext.json.parse.js | 251 + .../core-js/modules/esnext.json.raw-json.js | 86 + .../core-js/modules/esnext.map.delete-all.js | 18 + .../core-js/modules/esnext.map.emplace.js | 27 + .../core-js/modules/esnext.map.every.js | 17 + .../core-js/modules/esnext.map.filter.js | 23 + .../core-js/modules/esnext.map.find-key.js | 18 + .../core-js/modules/esnext.map.find.js | 18 + .../core-js/modules/esnext.map.from.js | 10 + .../esnext.map.get-or-insert-computed.js | 24 + .../modules/esnext.map.get-or-insert.js | 18 + .../core-js/modules/esnext.map.group-by.js | 3 + .../core-js/modules/esnext.map.includes.js | 15 + .../core-js/modules/esnext.map.key-by.js | 22 + .../core-js/modules/esnext.map.key-of.js | 15 + .../core-js/modules/esnext.map.map-keys.js | 23 + .../core-js/modules/esnext.map.map-values.js | 23 + .../core-js/modules/esnext.map.merge.js | 22 + .../core-js/modules/esnext.map.of.js | 10 + .../core-js/modules/esnext.map.reduce.js | 28 + .../core-js/modules/esnext.map.some.js | 17 + .../modules/esnext.map.update-or-insert.js | 10 + .../core-js/modules/esnext.map.update.js | 27 + .../core-js/modules/esnext.map.upsert.js | 10 + .../core-js/modules/esnext.math.clamp.js | 13 + .../modules/esnext.math.deg-per-rad.js | 8 + .../core-js/modules/esnext.math.degrees.js | 12 + .../core-js/modules/esnext.math.f16round.js | 15 + .../core-js/modules/esnext.math.fscale.js | 13 + .../core-js/modules/esnext.math.iaddh.js | 14 + .../core-js/modules/esnext.math.imulh.js | 19 + .../core-js/modules/esnext.math.isubh.js | 14 + .../modules/esnext.math.rad-per-deg.js | 8 + .../core-js/modules/esnext.math.radians.js | 12 + .../core-js/modules/esnext.math.scale.js | 9 + .../modules/esnext.math.seeded-prng.js | 36 + .../core-js/modules/esnext.math.signbit.js | 12 + .../modules/esnext.math.sum-precise.js | 151 + .../core-js/modules/esnext.math.umulh.js | 19 + .../modules/esnext.number.from-string.js | 41 + .../core-js/modules/esnext.number.range.js | 12 + .../core-js/modules/esnext.object.group-by.js | 3 + .../core-js/modules/esnext.object.has-own.js | 3 + .../modules/esnext.object.iterate-entries.js | 12 + .../modules/esnext.object.iterate-keys.js | 12 + .../modules/esnext.object.iterate-values.js | 12 + .../modules/esnext.observable.constructor.js | 187 + .../core-js/modules/esnext.observable.from.js | 35 + .../core-js/modules/esnext.observable.js | 5 + .../core-js/modules/esnext.observable.of.js | 24 + .../modules/esnext.promise.all-settled.js | 3 + .../core-js/modules/esnext.promise.any.js | 3 + .../core-js/modules/esnext.promise.try.js | 3 + .../modules/esnext.promise.with-resolvers.js | 3 + .../modules/esnext.reflect.define-metadata.js | 17 + .../modules/esnext.reflect.delete-metadata.js | 22 + .../esnext.reflect.get-metadata-keys.js | 30 + .../modules/esnext.reflect.get-metadata.js | 26 + .../esnext.reflect.get-own-metadata-keys.js | 17 + .../esnext.reflect.get-own-metadata.js | 17 + .../modules/esnext.reflect.has-metadata.js | 25 + .../esnext.reflect.has-own-metadata.js | 17 + .../modules/esnext.reflect.metadata.js | 17 + .../core-js/modules/esnext.regexp.escape.js | 71 + .../core-js/modules/esnext.set.add-all.js | 15 + .../core-js/modules/esnext.set.delete-all.js | 18 + .../core-js/modules/esnext.set.difference.js | 14 + .../modules/esnext.set.difference.v2.js | 3 + .../core-js/modules/esnext.set.every.js | 17 + .../core-js/modules/esnext.set.filter.js | 23 + .../core-js/modules/esnext.set.find.js | 18 + .../core-js/modules/esnext.set.from.js | 10 + .../modules/esnext.set.intersection.js | 14 + .../modules/esnext.set.intersection.v2.js | 3 + .../modules/esnext.set.is-disjoint-from.js | 14 + .../modules/esnext.set.is-disjoint-from.v2.js | 3 + .../modules/esnext.set.is-subset-of.js | 14 + .../modules/esnext.set.is-subset-of.v2.js | 3 + .../modules/esnext.set.is-superset-of.js | 14 + .../modules/esnext.set.is-superset-of.v2.js | 3 + .../core-js/modules/esnext.set.join.js | 23 + .../core-js/modules/esnext.set.map.js | 23 + .../core-js/modules/esnext.set.of.js | 10 + .../core-js/modules/esnext.set.reduce.js | 28 + .../core-js/modules/esnext.set.some.js | 17 + .../esnext.set.symmetric-difference.js | 14 + .../esnext.set.symmetric-difference.v2.js | 3 + .../core-js/modules/esnext.set.union.js | 14 + .../core-js/modules/esnext.set.union.v2.js | 3 + .../modules/esnext.string.at-alternative.js | 3 + .../core-js/modules/esnext.string.at.js | 19 + .../modules/esnext.string.code-points.js | 40 + .../core-js/modules/esnext.string.cooked.js | 9 + .../core-js/modules/esnext.string.dedent.js | 153 + .../modules/esnext.string.is-well-formed.js | 3 + .../modules/esnext.string.match-all.js | 3 + .../modules/esnext.string.replace-all.js | 3 + .../modules/esnext.string.to-well-formed.js | 3 + .../esnext.suppressed-error.constructor.js | 64 + .../modules/esnext.symbol.async-dispose.js | 21 + .../modules/esnext.symbol.custom-matcher.js | 6 + .../core-js/modules/esnext.symbol.dispose.js | 21 + .../esnext.symbol.is-registered-symbol.js | 9 + .../modules/esnext.symbol.is-registered.js | 9 + .../esnext.symbol.is-well-known-symbol.js | 10 + .../modules/esnext.symbol.is-well-known.js | 10 + .../core-js/modules/esnext.symbol.matcher.js | 6 + .../modules/esnext.symbol.metadata-key.js | 7 + .../core-js/modules/esnext.symbol.metadata.js | 6 + .../modules/esnext.symbol.observable.js | 6 + .../modules/esnext.symbol.pattern-match.js | 7 + .../modules/esnext.symbol.replace-all.js | 5 + .../core-js/modules/esnext.typed-array.at.js | 3 + .../modules/esnext.typed-array.filter-out.js | 15 + .../esnext.typed-array.filter-reject.js | 14 + .../esnext.typed-array.find-last-index.js | 3 + .../modules/esnext.typed-array.find-last.js | 3 + .../modules/esnext.typed-array.from-async.js | 25 + .../modules/esnext.typed-array.group-by.js | 15 + .../modules/esnext.typed-array.to-reversed.js | 3 + .../modules/esnext.typed-array.to-sorted.js | 3 + .../modules/esnext.typed-array.to-spliced.js | 52 + .../modules/esnext.typed-array.unique-by.js | 17 + .../modules/esnext.typed-array.with.js | 3 + .../modules/esnext.uint8-array.from-base64.js | 16 + .../modules/esnext.uint8-array.from-hex.js | 13 + .../esnext.uint8-array.set-from-base64.js | 19 + .../esnext.uint8-array.set-from-hex.js | 19 + .../modules/esnext.uint8-array.to-base64.js | 49 + .../modules/esnext.uint8-array.to-hex.js | 23 + .../modules/esnext.weak-map.delete-all.js | 18 + .../modules/esnext.weak-map.emplace.js | 27 + .../core-js/modules/esnext.weak-map.from.js | 10 + .../esnext.weak-map.get-or-insert-computed.js | 23 + .../modules/esnext.weak-map.get-or-insert.js | 18 + .../core-js/modules/esnext.weak-map.of.js | 10 + .../core-js/modules/esnext.weak-map.upsert.js | 10 + .../modules/esnext.weak-set.add-all.js | 15 + .../modules/esnext.weak-set.delete-all.js | 18 + .../core-js/modules/esnext.weak-set.from.js | 10 + .../core-js/modules/esnext.weak-set.of.js | 10 + .../node_modules/core-js/modules/web.atob.js | 67 + .../node_modules/core-js/modules/web.btoa.js | 51 + .../core-js/modules/web.clear-immediate.js | 10 + .../modules/web.dom-collections.for-each.js | 23 + .../modules/web.dom-collections.iterator.js | 37 + .../modules/web.dom-exception.constructor.js | 145 + .../modules/web.dom-exception.stack.js | 68 + .../web.dom-exception.to-string-tag.js | 8 + .../core-js/modules/web.immediate.js | 4 + .../core-js/modules/web.queue-microtask.js | 25 + .../node_modules/core-js/modules/web.self.js | 41 + .../core-js/modules/web.set-immediate.js | 14 + .../core-js/modules/web.set-interval.js | 12 + .../core-js/modules/web.set-timeout.js | 12 + .../core-js/modules/web.structured-clone.js | 535 + .../core-js/modules/web.timers.js | 4 + .../web.url-search-params.constructor.js | 511 + .../modules/web.url-search-params.delete.js | 49 + .../modules/web.url-search-params.has.js | 28 + .../core-js/modules/web.url-search-params.js | 3 + .../modules/web.url-search-params.size.js | 21 + .../core-js/modules/web.url.can-parse.js | 36 + .../core-js/modules/web.url.constructor.js | 1050 ++ .../node_modules/core-js/modules/web.url.js | 3 + .../core-js/modules/web.url.parse.js | 23 + .../core-js/modules/web.url.to-json.js | 11 + .../node_modules/core-js/package.json | 73 + .../node_modules/core-js/postinstall.js | 62 + .../accessible-object-hasownproperty.js | 3 + .../core-js/proposals/array-buffer-base64.js | 8 + .../proposals/array-buffer-transfer.js | 5 + .../proposals/array-filtering-stage-1.js | 4 + .../core-js/proposals/array-filtering.js | 8 + .../core-js/proposals/array-find-from-last.js | 6 + .../core-js/proposals/array-flat-map.js | 6 + .../proposals/array-from-async-stage-2.js | 3 + .../core-js/proposals/array-from-async.js | 5 + .../proposals/array-grouping-stage-3-2.js | 4 + .../proposals/array-grouping-stage-3.js | 5 + .../core-js/proposals/array-grouping-v2.js | 4 + .../core-js/proposals/array-grouping.js | 6 + .../core-js/proposals/array-includes.js | 4 + .../proposals/array-is-template-object.js | 3 + .../core-js/proposals/array-last.js | 4 + .../core-js/proposals/array-unique.js | 5 + .../async-explicit-resource-management.js | 7 + .../core-js/proposals/async-iteration.js | 3 + .../proposals/async-iterator-helpers.js | 16 + .../proposals/change-array-by-copy-stage-4.js | 9 + .../core-js/proposals/change-array-by-copy.js | 11 + .../core-js/proposals/collection-methods.js | 29 + .../core-js/proposals/collection-of-from.js | 10 + .../data-view-get-set-uint8-clamped.js | 4 + .../proposals/decorator-metadata-v2.js | 4 + .../core-js/proposals/decorator-metadata.js | 4 + .../core-js/proposals/decorators.js | 4 + .../proposals/efficient-64-bit-arithmetic.js | 7 + .../core-js/proposals/error-cause.js | 4 + .../proposals/explicit-resource-management.js | 9 + .../core-js/proposals/extractors.js | 3 + .../node_modules/core-js/proposals/float16.js | 5 + .../core-js/proposals/function-demethodize.js | 3 + .../function-is-callable-is-constructor.js | 4 + .../core-js/proposals/function-un-this.js | 4 + .../core-js/proposals/global-this.js | 6 + .../node_modules/core-js/proposals/index.js | 3 + .../core-js/proposals/is-error.js | 3 + .../proposals/iterator-helpers-stage-3-2.js | 15 + .../proposals/iterator-helpers-stage-3.js | 29 + .../core-js/proposals/iterator-helpers.js | 8 + .../core-js/proposals/iterator-range.js | 4 + .../core-js/proposals/iterator-sequencing.js | 3 + .../proposals/json-parse-with-source.js | 5 + .../core-js/proposals/keys-composition.js | 4 + .../core-js/proposals/map-update-or-insert.js | 4 + .../core-js/proposals/map-upsert-stage-2.js | 4 + .../core-js/proposals/map-upsert-v4.js | 6 + .../core-js/proposals/map-upsert.js | 10 + .../core-js/proposals/math-extensions.js | 9 + .../core-js/proposals/math-signbit.js | 3 + .../core-js/proposals/math-sum.js | 3 + .../core-js/proposals/number-from-string.js | 3 + .../core-js/proposals/number-range.js | 4 + .../core-js/proposals/object-from-entries.js | 3 + .../object-getownpropertydescriptors.js | 3 + .../core-js/proposals/object-iteration.js | 6 + .../proposals/object-values-entries.js | 4 + .../core-js/proposals/observable.js | 4 + .../core-js/proposals/pattern-matching-v2.js | 3 + .../core-js/proposals/pattern-matching.js | 5 + .../core-js/proposals/promise-all-settled.js | 3 + .../core-js/proposals/promise-any.js | 4 + .../core-js/proposals/promise-finally.js | 3 + .../core-js/proposals/promise-try.js | 3 + .../proposals/promise-with-resolvers.js | 3 + .../core-js/proposals/reflect-metadata.js | 11 + .../core-js/proposals/regexp-dotall-flag.js | 6 + .../core-js/proposals/regexp-escaping.js | 3 + .../core-js/proposals/regexp-named-groups.js | 5 + .../proposals/relative-indexing-method.js | 5 + .../core-js/proposals/seeded-random.js | 3 + .../core-js/proposals/set-methods-v2.js | 9 + .../core-js/proposals/set-methods.js | 17 + .../core-js/proposals/string-at.js | 3 + .../core-js/proposals/string-code-points.js | 3 + .../core-js/proposals/string-cooked.js | 3 + .../core-js/proposals/string-dedent.js | 3 + .../proposals/string-left-right-trim.js | 4 + .../core-js/proposals/string-match-all.js | 3 + .../core-js/proposals/string-padding.js | 4 + .../proposals/string-replace-all-stage-4.js | 3 + .../core-js/proposals/string-replace-all.js | 5 + .../core-js/proposals/symbol-description.js | 3 + .../core-js/proposals/symbol-predicates-v2.js | 4 + .../core-js/proposals/symbol-predicates.js | 4 + .../node_modules/core-js/proposals/url.js | 3 + .../core-js/proposals/using-statement.js | 5 + .../proposals/well-formed-stringify.js | 3 + .../proposals/well-formed-unicode-strings.js | 4 + .../node_modules/core-js/stable/README.md | 1 + .../core-js/stable/aggregate-error.js | 8 + .../stable/array-buffer/constructor.js | 4 + .../core-js/stable/array-buffer/detached.js | 4 + .../core-js/stable/array-buffer/index.js | 4 + .../core-js/stable/array-buffer/is-view.js | 4 + .../core-js/stable/array-buffer/slice.js | 4 + .../array-buffer/transfer-to-fixed-length.js | 4 + .../core-js/stable/array-buffer/transfer.js | 4 + .../node_modules/core-js/stable/array/at.js | 4 + .../core-js/stable/array/concat.js | 4 + .../core-js/stable/array/copy-within.js | 4 + .../core-js/stable/array/entries.js | 4 + .../core-js/stable/array/every.js | 4 + .../node_modules/core-js/stable/array/fill.js | 4 + .../core-js/stable/array/filter.js | 4 + .../core-js/stable/array/find-index.js | 4 + .../core-js/stable/array/find-last-index.js | 2 + .../core-js/stable/array/find-last.js | 2 + .../node_modules/core-js/stable/array/find.js | 4 + .../core-js/stable/array/flat-map.js | 4 + .../node_modules/core-js/stable/array/flat.js | 4 + .../core-js/stable/array/for-each.js | 4 + .../node_modules/core-js/stable/array/from.js | 4 + .../core-js/stable/array/includes.js | 4 + .../core-js/stable/array/index-of.js | 4 + .../core-js/stable/array/index.js | 4 + .../core-js/stable/array/is-array.js | 4 + .../core-js/stable/array/iterator.js | 4 + .../node_modules/core-js/stable/array/join.js | 4 + .../node_modules/core-js/stable/array/keys.js | 4 + .../core-js/stable/array/last-index-of.js | 4 + .../node_modules/core-js/stable/array/map.js | 4 + .../node_modules/core-js/stable/array/of.js | 4 + .../node_modules/core-js/stable/array/push.js | 4 + .../core-js/stable/array/reduce-right.js | 4 + .../core-js/stable/array/reduce.js | 4 + .../core-js/stable/array/reverse.js | 4 + .../core-js/stable/array/slice.js | 4 + .../node_modules/core-js/stable/array/some.js | 4 + .../node_modules/core-js/stable/array/sort.js | 4 + .../core-js/stable/array/splice.js | 4 + .../core-js/stable/array/to-reversed.js | 4 + .../core-js/stable/array/to-sorted.js | 4 + .../core-js/stable/array/to-spliced.js | 4 + .../core-js/stable/array/unshift.js | 4 + .../core-js/stable/array/values.js | 4 + .../core-js/stable/array/virtual/at.js | 4 + .../core-js/stable/array/virtual/concat.js | 4 + .../stable/array/virtual/copy-within.js | 4 + .../core-js/stable/array/virtual/entries.js | 4 + .../core-js/stable/array/virtual/every.js | 4 + .../core-js/stable/array/virtual/fill.js | 4 + .../core-js/stable/array/virtual/filter.js | 4 + .../stable/array/virtual/find-index.js | 4 + .../stable/array/virtual/find-last-index.js | 2 + .../core-js/stable/array/virtual/find-last.js | 2 + .../core-js/stable/array/virtual/find.js | 4 + .../core-js/stable/array/virtual/flat-map.js | 4 + .../core-js/stable/array/virtual/flat.js | 4 + .../core-js/stable/array/virtual/for-each.js | 4 + .../core-js/stable/array/virtual/includes.js | 4 + .../core-js/stable/array/virtual/index-of.js | 4 + .../core-js/stable/array/virtual/index.js | 4 + .../core-js/stable/array/virtual/iterator.js | 4 + .../core-js/stable/array/virtual/join.js | 4 + .../core-js/stable/array/virtual/keys.js | 4 + .../stable/array/virtual/last-index-of.js | 4 + .../core-js/stable/array/virtual/map.js | 4 + .../core-js/stable/array/virtual/push.js | 4 + .../stable/array/virtual/reduce-right.js | 4 + .../core-js/stable/array/virtual/reduce.js | 4 + .../core-js/stable/array/virtual/reverse.js | 4 + .../core-js/stable/array/virtual/slice.js | 4 + .../core-js/stable/array/virtual/some.js | 4 + .../core-js/stable/array/virtual/sort.js | 4 + .../core-js/stable/array/virtual/splice.js | 4 + .../stable/array/virtual/to-reversed.js | 4 + .../core-js/stable/array/virtual/to-sorted.js | 4 + .../stable/array/virtual/to-spliced.js | 4 + .../core-js/stable/array/virtual/unshift.js | 4 + .../core-js/stable/array/virtual/values.js | 4 + .../core-js/stable/array/virtual/with.js | 4 + .../node_modules/core-js/stable/array/with.js | 4 + .../node_modules/core-js/stable/atob.js | 10 + .../node_modules/core-js/stable/btoa.js | 10 + .../core-js/stable/clear-immediate.js | 5 + .../core-js/stable/data-view/index.js | 4 + .../core-js/stable/date/get-year.js | 4 + .../node_modules/core-js/stable/date/index.js | 4 + .../node_modules/core-js/stable/date/now.js | 4 + .../core-js/stable/date/set-year.js | 4 + .../core-js/stable/date/to-gmt-string.js | 4 + .../core-js/stable/date/to-iso-string.js | 4 + .../core-js/stable/date/to-json.js | 4 + .../core-js/stable/date/to-primitive.js | 4 + .../core-js/stable/date/to-string.js | 4 + .../stable/dom-collections/for-each.js | 6 + .../core-js/stable/dom-collections/index.js | 14 + .../stable/dom-collections/iterator.js | 6 + .../stable/dom-exception/constructor.js | 7 + .../core-js/stable/dom-exception/index.js | 8 + .../stable/dom-exception/to-string-tag.js | 4 + .../core-js/stable/error/constructor.js | 4 + .../core-js/stable/error/index.js | 4 + .../core-js/stable/error/to-string.js | 4 + .../node_modules/core-js/stable/escape.js | 4 + .../core-js/stable/function/bind.js | 4 + .../core-js/stable/function/has-instance.js | 4 + .../core-js/stable/function/index.js | 4 + .../core-js/stable/function/name.js | 4 + .../core-js/stable/function/virtual/bind.js | 4 + .../core-js/stable/function/virtual/index.js | 4 + .../core-js/stable/get-iterator-method.js | 5 + .../core-js/stable/get-iterator.js | 5 + .../core-js/stable/global-this.js | 4 + .../node_modules/core-js/stable/index.js | 292 + .../core-js/stable/instance/at.js | 4 + .../core-js/stable/instance/bind.js | 4 + .../core-js/stable/instance/code-point-at.js | 4 + .../core-js/stable/instance/concat.js | 4 + .../core-js/stable/instance/copy-within.js | 4 + .../core-js/stable/instance/ends-with.js | 4 + .../core-js/stable/instance/entries.js | 19 + .../core-js/stable/instance/every.js | 4 + .../core-js/stable/instance/fill.js | 4 + .../core-js/stable/instance/filter.js | 4 + .../core-js/stable/instance/find-index.js | 4 + .../stable/instance/find-last-index.js | 4 + .../core-js/stable/instance/find-last.js | 4 + .../core-js/stable/instance/find.js | 4 + .../core-js/stable/instance/flags.js | 4 + .../core-js/stable/instance/flat-map.js | 4 + .../core-js/stable/instance/flat.js | 4 + .../core-js/stable/instance/for-each.js | 19 + .../core-js/stable/instance/includes.js | 4 + .../core-js/stable/instance/index-of.js | 4 + .../core-js/stable/instance/is-well-formed.js | 4 + .../core-js/stable/instance/keys.js | 19 + .../core-js/stable/instance/last-index-of.js | 4 + .../core-js/stable/instance/map.js | 4 + .../core-js/stable/instance/match-all.js | 4 + .../core-js/stable/instance/pad-end.js | 4 + .../core-js/stable/instance/pad-start.js | 4 + .../core-js/stable/instance/push.js | 4 + .../core-js/stable/instance/reduce-right.js | 4 + .../core-js/stable/instance/reduce.js | 4 + .../core-js/stable/instance/repeat.js | 4 + .../core-js/stable/instance/replace-all.js | 4 + .../core-js/stable/instance/reverse.js | 4 + .../core-js/stable/instance/slice.js | 4 + .../core-js/stable/instance/some.js | 4 + .../core-js/stable/instance/sort.js | 4 + .../core-js/stable/instance/splice.js | 4 + .../core-js/stable/instance/starts-with.js | 4 + .../core-js/stable/instance/to-reversed.js | 4 + .../core-js/stable/instance/to-sorted.js | 4 + .../core-js/stable/instance/to-spliced.js | 4 + .../core-js/stable/instance/to-well-formed.js | 4 + .../core-js/stable/instance/trim-end.js | 4 + .../core-js/stable/instance/trim-left.js | 4 + .../core-js/stable/instance/trim-right.js | 4 + .../core-js/stable/instance/trim-start.js | 4 + .../core-js/stable/instance/trim.js | 4 + .../core-js/stable/instance/unshift.js | 4 + .../core-js/stable/instance/values.js | 19 + .../core-js/stable/instance/with.js | 4 + .../core-js/stable/is-iterable.js | 5 + .../core-js/stable/iterator/drop.js | 4 + .../core-js/stable/iterator/every.js | 4 + .../core-js/stable/iterator/filter.js | 4 + .../core-js/stable/iterator/find.js | 4 + .../core-js/stable/iterator/flat-map.js | 4 + .../core-js/stable/iterator/for-each.js | 4 + .../core-js/stable/iterator/from.js | 5 + .../core-js/stable/iterator/index.js | 5 + .../core-js/stable/iterator/map.js | 4 + .../core-js/stable/iterator/reduce.js | 4 + .../core-js/stable/iterator/some.js | 4 + .../core-js/stable/iterator/take.js | 4 + .../core-js/stable/iterator/to-array.js | 4 + .../node_modules/core-js/stable/json/index.js | 4 + .../core-js/stable/json/stringify.js | 4 + .../core-js/stable/json/to-string-tag.js | 4 + .../core-js/stable/map/group-by.js | 4 + .../node_modules/core-js/stable/map/index.js | 5 + .../node_modules/core-js/stable/math/acosh.js | 4 + .../node_modules/core-js/stable/math/asinh.js | 4 + .../node_modules/core-js/stable/math/atanh.js | 4 + .../node_modules/core-js/stable/math/cbrt.js | 4 + .../node_modules/core-js/stable/math/clz32.js | 4 + .../node_modules/core-js/stable/math/cosh.js | 4 + .../node_modules/core-js/stable/math/expm1.js | 4 + .../core-js/stable/math/fround.js | 4 + .../node_modules/core-js/stable/math/hypot.js | 4 + .../node_modules/core-js/stable/math/imul.js | 4 + .../node_modules/core-js/stable/math/index.js | 4 + .../node_modules/core-js/stable/math/log10.js | 4 + .../node_modules/core-js/stable/math/log1p.js | 4 + .../node_modules/core-js/stable/math/log2.js | 4 + .../node_modules/core-js/stable/math/sign.js | 4 + .../node_modules/core-js/stable/math/sinh.js | 4 + .../node_modules/core-js/stable/math/tanh.js | 4 + .../core-js/stable/math/to-string-tag.js | 4 + .../node_modules/core-js/stable/math/trunc.js | 4 + .../core-js/stable/number/constructor.js | 4 + .../core-js/stable/number/epsilon.js | 4 + .../core-js/stable/number/index.js | 4 + .../core-js/stable/number/is-finite.js | 4 + .../core-js/stable/number/is-integer.js | 4 + .../core-js/stable/number/is-nan.js | 4 + .../core-js/stable/number/is-safe-integer.js | 4 + .../core-js/stable/number/max-safe-integer.js | 4 + .../core-js/stable/number/min-safe-integer.js | 4 + .../core-js/stable/number/parse-float.js | 4 + .../core-js/stable/number/parse-int.js | 4 + .../core-js/stable/number/to-exponential.js | 4 + .../core-js/stable/number/to-fixed.js | 4 + .../core-js/stable/number/to-precision.js | 4 + .../core-js/stable/number/virtual/index.js | 4 + .../stable/number/virtual/to-exponential.js | 4 + .../core-js/stable/number/virtual/to-fixed.js | 4 + .../stable/number/virtual/to-precision.js | 4 + .../core-js/stable/object/assign.js | 4 + .../core-js/stable/object/create.js | 4 + .../core-js/stable/object/define-getter.js | 4 + .../stable/object/define-properties.js | 4 + .../core-js/stable/object/define-property.js | 4 + .../core-js/stable/object/define-setter.js | 4 + .../core-js/stable/object/entries.js | 4 + .../core-js/stable/object/freeze.js | 4 + .../core-js/stable/object/from-entries.js | 5 + .../object/get-own-property-descriptor.js | 4 + .../object/get-own-property-descriptors.js | 4 + .../stable/object/get-own-property-names.js | 4 + .../stable/object/get-own-property-symbols.js | 4 + .../core-js/stable/object/get-prototype-of.js | 4 + .../core-js/stable/object/group-by.js | 4 + .../core-js/stable/object/has-own.js | 4 + .../core-js/stable/object/index.js | 5 + .../core-js/stable/object/is-extensible.js | 4 + .../core-js/stable/object/is-frozen.js | 4 + .../core-js/stable/object/is-sealed.js | 4 + .../node_modules/core-js/stable/object/is.js | 4 + .../core-js/stable/object/keys.js | 4 + .../core-js/stable/object/lookup-getter.js | 4 + .../core-js/stable/object/lookup-setter.js | 4 + .../stable/object/prevent-extensions.js | 4 + .../core-js/stable/object/proto.js | 4 + .../core-js/stable/object/seal.js | 4 + .../core-js/stable/object/set-prototype-of.js | 4 + .../core-js/stable/object/to-string.js | 4 + .../core-js/stable/object/values.js | 4 + .../core-js/stable/parse-float.js | 4 + .../node_modules/core-js/stable/parse-int.js | 4 + .../core-js/stable/promise/all-settled.js | 5 + .../core-js/stable/promise/any.js | 5 + .../core-js/stable/promise/finally.js | 4 + .../core-js/stable/promise/index.js | 5 + .../core-js/stable/promise/try.js | 4 + .../core-js/stable/promise/with-resolvers.js | 4 + .../core-js/stable/queue-microtask.js | 4 + .../core-js/stable/reflect/apply.js | 4 + .../core-js/stable/reflect/construct.js | 4 + .../core-js/stable/reflect/define-property.js | 4 + .../core-js/stable/reflect/delete-property.js | 4 + .../reflect/get-own-property-descriptor.js | 4 + .../stable/reflect/get-prototype-of.js | 4 + .../core-js/stable/reflect/get.js | 4 + .../core-js/stable/reflect/has.js | 4 + .../core-js/stable/reflect/index.js | 4 + .../core-js/stable/reflect/is-extensible.js | 4 + .../core-js/stable/reflect/own-keys.js | 4 + .../stable/reflect/prevent-extensions.js | 4 + .../stable/reflect/set-prototype-of.js | 4 + .../core-js/stable/reflect/set.js | 4 + .../core-js/stable/reflect/to-string-tag.js | 4 + .../core-js/stable/regexp/constructor.js | 4 + .../core-js/stable/regexp/dot-all.js | 4 + .../core-js/stable/regexp/flags.js | 4 + .../core-js/stable/regexp/index.js | 4 + .../core-js/stable/regexp/match.js | 4 + .../core-js/stable/regexp/replace.js | 4 + .../core-js/stable/regexp/search.js | 4 + .../core-js/stable/regexp/split.js | 4 + .../core-js/stable/regexp/sticky.js | 4 + .../core-js/stable/regexp/test.js | 4 + .../core-js/stable/regexp/to-string.js | 4 + .../node_modules/core-js/stable/self.js | 5 + .../core-js/stable/set-immediate.js | 5 + .../core-js/stable/set-interval.js | 5 + .../core-js/stable/set-timeout.js | 5 + .../core-js/stable/set/difference.js | 4 + .../node_modules/core-js/stable/set/index.js | 5 + .../core-js/stable/set/intersection.js | 4 + .../core-js/stable/set/is-disjoint-from.js | 4 + .../core-js/stable/set/is-subset-of.js | 4 + .../core-js/stable/set/is-superset-of.js | 4 + .../stable/set/symmetric-difference.js | 4 + .../node_modules/core-js/stable/set/union.js | 4 + .../core-js/stable/string/anchor.js | 4 + .../node_modules/core-js/stable/string/at.js | 4 + .../node_modules/core-js/stable/string/big.js | 4 + .../core-js/stable/string/blink.js | 4 + .../core-js/stable/string/bold.js | 4 + .../core-js/stable/string/code-point-at.js | 4 + .../core-js/stable/string/ends-with.js | 4 + .../core-js/stable/string/fixed.js | 4 + .../core-js/stable/string/fontcolor.js | 4 + .../core-js/stable/string/fontsize.js | 4 + .../core-js/stable/string/from-code-point.js | 4 + .../core-js/stable/string/includes.js | 4 + .../core-js/stable/string/index.js | 4 + .../core-js/stable/string/is-well-formed.js | 4 + .../core-js/stable/string/italics.js | 4 + .../core-js/stable/string/iterator.js | 4 + .../core-js/stable/string/link.js | 4 + .../core-js/stable/string/match-all.js | 4 + .../core-js/stable/string/match.js | 4 + .../core-js/stable/string/pad-end.js | 4 + .../core-js/stable/string/pad-start.js | 4 + .../node_modules/core-js/stable/string/raw.js | 4 + .../core-js/stable/string/repeat.js | 4 + .../core-js/stable/string/replace-all.js | 4 + .../core-js/stable/string/replace.js | 4 + .../core-js/stable/string/search.js | 4 + .../core-js/stable/string/small.js | 4 + .../core-js/stable/string/split.js | 4 + .../core-js/stable/string/starts-with.js | 4 + .../core-js/stable/string/strike.js | 4 + .../node_modules/core-js/stable/string/sub.js | 4 + .../core-js/stable/string/substr.js | 4 + .../node_modules/core-js/stable/string/sup.js | 4 + .../core-js/stable/string/to-well-formed.js | 4 + .../core-js/stable/string/trim-end.js | 4 + .../core-js/stable/string/trim-left.js | 4 + .../core-js/stable/string/trim-right.js | 4 + .../core-js/stable/string/trim-start.js | 4 + .../core-js/stable/string/trim.js | 4 + .../core-js/stable/string/virtual/anchor.js | 4 + .../core-js/stable/string/virtual/at.js | 4 + .../core-js/stable/string/virtual/big.js | 4 + .../core-js/stable/string/virtual/blink.js | 4 + .../core-js/stable/string/virtual/bold.js | 4 + .../stable/string/virtual/code-point-at.js | 4 + .../stable/string/virtual/ends-with.js | 4 + .../core-js/stable/string/virtual/fixed.js | 4 + .../stable/string/virtual/fontcolor.js | 4 + .../core-js/stable/string/virtual/fontsize.js | 4 + .../core-js/stable/string/virtual/includes.js | 4 + .../core-js/stable/string/virtual/index.js | 4 + .../stable/string/virtual/is-well-formed.js | 4 + .../core-js/stable/string/virtual/italics.js | 4 + .../core-js/stable/string/virtual/iterator.js | 4 + .../core-js/stable/string/virtual/link.js | 4 + .../stable/string/virtual/match-all.js | 4 + .../core-js/stable/string/virtual/pad-end.js | 4 + .../stable/string/virtual/pad-start.js | 4 + .../core-js/stable/string/virtual/repeat.js | 4 + .../stable/string/virtual/replace-all.js | 4 + .../core-js/stable/string/virtual/small.js | 4 + .../stable/string/virtual/starts-with.js | 4 + .../core-js/stable/string/virtual/strike.js | 4 + .../core-js/stable/string/virtual/sub.js | 4 + .../core-js/stable/string/virtual/substr.js | 4 + .../core-js/stable/string/virtual/sup.js | 4 + .../stable/string/virtual/to-well-formed.js | 4 + .../core-js/stable/string/virtual/trim-end.js | 4 + .../stable/string/virtual/trim-left.js | 4 + .../stable/string/virtual/trim-right.js | 4 + .../stable/string/virtual/trim-start.js | 4 + .../core-js/stable/string/virtual/trim.js | 4 + .../core-js/stable/structured-clone.js | 14 + .../core-js/stable/symbol/async-iterator.js | 4 + .../core-js/stable/symbol/description.js | 4 + .../node_modules/core-js/stable/symbol/for.js | 4 + .../core-js/stable/symbol/has-instance.js | 4 + .../core-js/stable/symbol/index.js | 5 + .../stable/symbol/is-concat-spreadable.js | 4 + .../core-js/stable/symbol/iterator.js | 5 + .../core-js/stable/symbol/key-for.js | 4 + .../core-js/stable/symbol/match-all.js | 4 + .../core-js/stable/symbol/match.js | 4 + .../core-js/stable/symbol/replace.js | 4 + .../core-js/stable/symbol/search.js | 4 + .../core-js/stable/symbol/species.js | 4 + .../core-js/stable/symbol/split.js | 4 + .../core-js/stable/symbol/to-primitive.js | 4 + .../core-js/stable/symbol/to-string-tag.js | 4 + .../core-js/stable/symbol/unscopables.js | 4 + .../core-js/stable/typed-array/at.js | 4 + .../core-js/stable/typed-array/copy-within.js | 4 + .../core-js/stable/typed-array/entries.js | 4 + .../core-js/stable/typed-array/every.js | 4 + .../core-js/stable/typed-array/fill.js | 4 + .../core-js/stable/typed-array/filter.js | 4 + .../core-js/stable/typed-array/find-index.js | 4 + .../stable/typed-array/find-last-index.js | 2 + .../core-js/stable/typed-array/find-last.js | 2 + .../core-js/stable/typed-array/find.js | 4 + .../stable/typed-array/float32-array.js | 5 + .../stable/typed-array/float64-array.js | 5 + .../core-js/stable/typed-array/for-each.js | 4 + .../core-js/stable/typed-array/from.js | 4 + .../core-js/stable/typed-array/includes.js | 4 + .../core-js/stable/typed-array/index-of.js | 4 + .../core-js/stable/typed-array/index.js | 4 + .../core-js/stable/typed-array/int16-array.js | 5 + .../core-js/stable/typed-array/int32-array.js | 5 + .../core-js/stable/typed-array/int8-array.js | 5 + .../core-js/stable/typed-array/iterator.js | 4 + .../core-js/stable/typed-array/join.js | 4 + .../core-js/stable/typed-array/keys.js | 4 + .../stable/typed-array/last-index-of.js | 4 + .../core-js/stable/typed-array/map.js | 4 + .../core-js/stable/typed-array/methods.js | 4 + .../core-js/stable/typed-array/of.js | 4 + .../stable/typed-array/reduce-right.js | 4 + .../core-js/stable/typed-array/reduce.js | 4 + .../core-js/stable/typed-array/reverse.js | 4 + .../core-js/stable/typed-array/set.js | 4 + .../core-js/stable/typed-array/slice.js | 4 + .../core-js/stable/typed-array/some.js | 4 + .../core-js/stable/typed-array/sort.js | 4 + .../core-js/stable/typed-array/subarray.js | 4 + .../stable/typed-array/to-locale-string.js | 4 + .../core-js/stable/typed-array/to-reversed.js | 4 + .../core-js/stable/typed-array/to-sorted.js | 4 + .../core-js/stable/typed-array/to-string.js | 4 + .../stable/typed-array/uint16-array.js | 5 + .../stable/typed-array/uint32-array.js | 5 + .../core-js/stable/typed-array/uint8-array.js | 5 + .../stable/typed-array/uint8-clamped-array.js | 5 + .../core-js/stable/typed-array/values.js | 4 + .../core-js/stable/typed-array/with.js | 4 + .../node_modules/core-js/stable/unescape.js | 4 + .../core-js/stable/url-search-params/index.js | 5 + .../core-js/stable/url/can-parse.js | 6 + .../node_modules/core-js/stable/url/index.js | 4 + .../node_modules/core-js/stable/url/parse.js | 6 + .../core-js/stable/url/to-json.js | 2 + .../core-js/stable/weak-map/index.js | 5 + .../core-js/stable/weak-set/index.js | 5 + .../node_modules/core-js/stage/0.js | 13 + .../node_modules/core-js/stage/1.js | 27 + .../node_modules/core-js/stage/2.7.js | 6 + .../node_modules/core-js/stage/2.js | 22 + .../node_modules/core-js/stage/3.js | 19 + .../node_modules/core-js/stage/4.js | 23 + .../node_modules/core-js/stage/README.md | 1 + .../node_modules/core-js/stage/index.js | 4 + .../node_modules/core-js/stage/pre.js | 6 + .../node_modules/core-js/web/README.md | 1 + .../core-js/web/dom-collections.js | 6 + .../node_modules/core-js/web/dom-exception.js | 8 + .../node_modules/core-js/web/immediate.js | 5 + .../node_modules/core-js/web/index.js | 24 + .../core-js/web/queue-microtask.js | 5 + .../core-js/web/structured-clone.js | 9 + .../node_modules/core-js/web/timers.js | 5 + .../core-js/web/url-search-params.js | 8 + .../node_modules/core-js/web/url.js | 9 + .../node_modules/nan/.dntrc | 33 + .../node_modules/nan/.ready | 0 .../node_modules/nan/LICENSE | 46 + .../node_modules/nan/README.md | 818 + .../node_modules/nan/build/config.gypi | 38 + .../node_modules/nan/include_dirs.js | 1 + .../node_modules/nan/nan.h | 1196 ++ .../node_modules/nan/package.json | 19 + .../node_modules/node-addon-api/.ready | 0 .../node_modules/node-addon-api/LICENSE.md | 9 + .../node_modules/node-addon-api/README.md | 319 + .../node_modules/node-addon-api/common.gypi | 20 + .../node_modules/node-addon-api/except.gypi | 25 + .../node_modules/node-addon-api/index.js | 12 + .../node-addon-api/napi-inl.deprecated.h | 186 + .../node_modules/node-addon-api/napi-inl.h | 6607 +++++++ .../node_modules/node-addon-api/napi.h | 3201 ++++ .../node-addon-api/node_addon_api.gyp | 32 + .../node_modules/node-addon-api/node_api.gyp | 9 + .../node_modules/node-addon-api/noexcept.gypi | 26 + .../node_modules/node-addon-api/nothing.c | 0 .../node-addon-api/package-support.json | 21 + .../node_modules/node-addon-api/package.json | 480 + .../node-addon-api/tools/README.md | 73 + .../node-addon-api/tools/check-napi.js | 99 + .../node-addon-api/tools/clang-format.js | 71 + .../node-addon-api/tools/conversion.js | 301 + .../node-addon-api/tools/eslint-format.js | 79 + .../node_modules/node-gyp/.ready | 0 .../node-gyp/.release-please-manifest.json | 3 + .../node_modules/node-gyp/CHANGELOG.md | 1023 ++ .../node_modules/node-gyp/CODE_OF_CONDUCT.md | 4 + .../node_modules/node-gyp/CONTRIBUTING.md | 34 + .../node_modules/node-gyp/LICENSE | 24 + .../node_modules/node-gyp/README.md | 273 + .../node_modules/node-gyp/SECURITY.md | 2 + .../node_modules/node-gyp/addon.gypi | 204 + .../node_modules/node-gyp/bin/node-gyp.js | 138 + .../node_modules/node-gyp/eslint.config.js | 3 + .../gyp/.release-please-manifest.json | 3 + .../node_modules/node-gyp/gyp/LICENSE | 28 + .../node-gyp/gyp/data/ninja/build.ninja | 4 + .../node-gyp/gyp/data/win/large-pdb-shim.cc | 12 + .../node-gyp/gyp/docs/GypVsCMake.md | 116 + .../node_modules/node-gyp/gyp/docs/Hacking.md | 46 + .../node-gyp/gyp/docs/InputFormatReference.md | 1080 ++ .../gyp/docs/LanguageSpecification.md | 430 + .../node_modules/node-gyp/gyp/docs/README.md | 27 + .../node_modules/node-gyp/gyp/docs/Testing.md | 450 + .../node-gyp/gyp/docs/UserDocumentation.md | 965 + .../node_modules/node-gyp/gyp/gyp | 8 + .../node_modules/node-gyp/gyp/gyp.bat | 5 + .../node_modules/node-gyp/gyp/gyp_main.py | 45 + .../node-gyp/gyp/pylib/gyp/MSVSNew.py | 365 + .../node-gyp/gyp/pylib/gyp/MSVSProject.py | 206 + .../node-gyp/gyp/pylib/gyp/MSVSSettings.py | 1272 ++ .../gyp/pylib/gyp/MSVSSettings_test.py | 1547 ++ .../node-gyp/gyp/pylib/gyp/MSVSToolFile.py | 59 + .../node-gyp/gyp/pylib/gyp/MSVSUserFile.py | 153 + .../node-gyp/gyp/pylib/gyp/MSVSUtil.py | 271 + .../node-gyp/gyp/pylib/gyp/MSVSVersion.py | 574 + .../node-gyp/gyp/pylib/gyp/__init__.py | 705 + .../node-gyp/gyp/pylib/gyp/common.py | 711 + .../node-gyp/gyp/pylib/gyp/common_test.py | 171 + .../node-gyp/gyp/pylib/gyp/easy_xml.py | 169 + .../node-gyp/gyp/pylib/gyp/easy_xml_test.py | 113 + .../node-gyp/gyp/pylib/gyp/flock_tool.py | 55 + .../gyp/pylib/gyp/generator/__init__.py | 0 .../gyp/pylib/gyp/generator/analyzer.py | 804 + .../gyp/pylib/gyp/generator/android.py | 1173 ++ .../node-gyp/gyp/pylib/gyp/generator/cmake.py | 1318 ++ .../gyp/generator/compile_commands_json.py | 127 + .../gyp/generator/dump_dependency_json.py | 103 + .../gyp/pylib/gyp/generator/eclipse.py | 461 + .../node-gyp/gyp/pylib/gyp/generator/gypd.py | 89 + .../node-gyp/gyp/pylib/gyp/generator/gypsh.py | 57 + .../node-gyp/gyp/pylib/gyp/generator/make.py | 2745 +++ .../node-gyp/gyp/pylib/gyp/generator/msvs.py | 3981 +++++ .../gyp/pylib/gyp/generator/msvs_test.py | 44 + .../node-gyp/gyp/pylib/gyp/generator/ninja.py | 2967 ++++ .../gyp/pylib/gyp/generator/ninja_test.py | 67 + .../node-gyp/gyp/pylib/gyp/generator/xcode.py | 1391 ++ .../gyp/pylib/gyp/generator/xcode_test.py | 25 + .../node-gyp/gyp/pylib/gyp/input.py | 3113 ++++ .../node-gyp/gyp/pylib/gyp/input_test.py | 98 + .../node-gyp/gyp/pylib/gyp/mac_tool.py | 771 + .../node-gyp/gyp/pylib/gyp/msvs_emulation.py | 1260 ++ .../node-gyp/gyp/pylib/gyp/ninja_syntax.py | 174 + .../node-gyp/gyp/pylib/gyp/simple_copy.py | 61 + .../node-gyp/gyp/pylib/gyp/win_tool.py | 373 + .../node-gyp/gyp/pylib/gyp/xcode_emulation.py | 1941 ++ .../gyp/pylib/gyp/xcode_emulation_test.py | 53 + .../node-gyp/gyp/pylib/gyp/xcode_ninja.py | 302 + .../node-gyp/gyp/pylib/gyp/xcodeproj_file.py | 3198 ++++ .../node-gyp/gyp/pylib/gyp/xml_fix.py | 65 + .../node-gyp/gyp/pylib/packaging/LICENSE | 3 + .../gyp/pylib/packaging/LICENSE.APACHE | 177 + .../node-gyp/gyp/pylib/packaging/LICENSE.BSD | 23 + .../node-gyp/gyp/pylib/packaging/__init__.py | 15 + .../node-gyp/gyp/pylib/packaging/_elffile.py | 108 + .../gyp/pylib/packaging/_manylinux.py | 252 + .../gyp/pylib/packaging/_musllinux.py | 83 + .../node-gyp/gyp/pylib/packaging/_parser.py | 359 + .../gyp/pylib/packaging/_structures.py | 61 + .../gyp/pylib/packaging/_tokenizer.py | 192 + .../node-gyp/gyp/pylib/packaging/markers.py | 252 + .../node-gyp/gyp/pylib/packaging/metadata.py | 825 + .../node-gyp/gyp/pylib/packaging/py.typed | 0 .../gyp/pylib/packaging/requirements.py | 90 + .../gyp/pylib/packaging/specifiers.py | 1030 ++ .../node-gyp/gyp/pylib/packaging/tags.py | 553 + .../node-gyp/gyp/pylib/packaging/utils.py | 172 + .../node-gyp/gyp/pylib/packaging/version.py | 563 + .../node_modules/node-gyp/gyp/pyproject.toml | 119 + .../node-gyp/gyp/release-please-config.json | 11 + .../node_modules/node-gyp/gyp/test_gyp.py | 261 + .../node-gyp/lib/Find-VisualStudio.cs | 250 + .../node_modules/node-gyp/lib/build.js | 227 + .../node_modules/node-gyp/lib/clean.js | 15 + .../node_modules/node-gyp/lib/configure.js | 328 + .../node-gyp/lib/create-config-gypi.js | 153 + .../node_modules/node-gyp/lib/download.js | 39 + .../node-gyp/lib/find-node-directory.js | 63 + .../node_modules/node-gyp/lib/find-python.js | 310 + .../node-gyp/lib/find-visualstudio.js | 600 + .../node_modules/node-gyp/lib/install.js | 415 + .../node_modules/node-gyp/lib/list.js | 26 + .../node_modules/node-gyp/lib/log.js | 168 + .../node_modules/node-gyp/lib/node-gyp.js | 188 + .../node-gyp/lib/process-release.js | 146 + .../node_modules/node-gyp/lib/rebuild.js | 12 + .../node_modules/node-gyp/lib/remove.js | 43 + .../node_modules/node-gyp/lib/util.js | 81 + .../node-gyp/macOS_Catalina_acid_test.sh | 21 + .../node_modules/node-gyp/package.json | 52 + .../node-gyp/release-please-config.json | 40 + .../node-gyp/src/win_delay_load_hook.cc | 41 + .../node_modules/node-notifier/.prettierrc | 5 + .../node_modules/node-notifier/.ready | 0 .../node_modules/node-notifier/CHANGELOG.md | 351 + .../node_modules/node-notifier/LICENSE | 21 + .../node_modules/node-notifier/README.md | 469 + .../node_modules/node-notifier/index.js | 52 + .../node-notifier/lib/checkGrowl.js | 24 + .../node_modules/node-notifier/lib/utils.js | 568 + .../node-notifier/notifiers/balloon.js | 164 + .../node-notifier/notifiers/growl.js | 83 + .../notifiers/notificationcenter.js | 107 + .../node-notifier/notifiers/notifysend.js | 101 + .../node-notifier/notifiers/toaster.js | 159 + .../node_modules/node-notifier/package.json | 80 + .../terminal-notifier.app/Contents/Info.plist | 63 + .../Contents/MacOS/terminal-notifier | Bin 0 -> 87688 bytes .../terminal-notifier.app/Contents/PkgInfo | 1 + .../Contents/Resources/Terminal.icns | Bin 0 -> 369386 bytes .../Contents/Resources/en.lproj/Credits.rtf | 29 + .../Resources/en.lproj/InfoPlist.strings | Bin 0 -> 92 bytes .../Contents/Resources/en.lproj/MainMenu.nib | Bin 0 -> 25790 bytes .../node-notifier/vendor/notifu/LICENSE | 25 + .../node-notifier/vendor/notifu/notifu.exe | Bin 0 -> 245760 bytes .../node-notifier/vendor/notifu/notifu64.exe | Bin 0 -> 296448 bytes .../node-notifier/vendor/snoreToast/LICENSE | 166 + .../vendor/snoreToast/snoretoast-x64.exe | Bin 0 -> 2519032 bytes .../vendor/snoreToast/snoretoast-x86.exe | Bin 0 -> 2065912 bytes .../vendor/terminal-notifier-LICENSE | 9 + assets/app.js | 5 + assets/js/angular.min.js | 350 + assets/js/app.js | 6 +- assets/js/parts/main.js | 4 +- assets/styles/app.scss | 1 + assets/styles/app_.scss | 4 - assets/styles/global.scss | 4 - assets/styles/pages/_nav.scss | 6 + package.json | 55 +- src/Controller/DefaultController.php | 8 + templates/base.html.twig | 2 + templates/default/login-choices.html.twig | 11 +- templates/logged/dashboard.html.twig | 2 + templates/logged/nav.html.twig | 19 + webpack.config.js | 2 +- yarn.lock | 5201 ++++++ 3800 files changed, 125627 insertions(+), 40 deletions(-) create mode 100755 .pnp.cjs create mode 100644 .pnp.loader.mjs create mode 100644 .yarn/install-state.gz create mode 100644 .yarn/unplugged/@parcel-watcher-linux-x64-glibc-npm-2.5.1-92a895ebe3/node_modules/@parcel/watcher-linux-x64-glibc/.ready create mode 100644 .yarn/unplugged/@parcel-watcher-linux-x64-glibc-npm-2.5.1-92a895ebe3/node_modules/@parcel/watcher-linux-x64-glibc/LICENSE create mode 100644 .yarn/unplugged/@parcel-watcher-linux-x64-glibc-npm-2.5.1-92a895ebe3/node_modules/@parcel/watcher-linux-x64-glibc/README.md create mode 100644 .yarn/unplugged/@parcel-watcher-linux-x64-glibc-npm-2.5.1-92a895ebe3/node_modules/@parcel/watcher-linux-x64-glibc/package.json create mode 100644 .yarn/unplugged/@parcel-watcher-linux-x64-glibc-npm-2.5.1-92a895ebe3/node_modules/@parcel/watcher-linux-x64-glibc/watcher.node create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/.ready create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/LICENSE create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/README.md create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/binding.gyp create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/index.d.ts create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/index.js create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/index.js.flow create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/package.json create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/scripts/build-from-source.js create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Backend.cc create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Backend.hh create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Debounce.cc create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Debounce.hh create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/DirTree.cc create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/DirTree.hh create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Event.hh create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Glob.cc create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Glob.hh create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/PromiseRunner.hh create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Signal.hh create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Watcher.cc create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Watcher.hh create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/binding.cc create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/kqueue/KqueueBackend.cc create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/kqueue/KqueueBackend.hh create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/linux/InotifyBackend.cc create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/linux/InotifyBackend.hh create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/macos/FSEventsBackend.cc create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/macos/FSEventsBackend.hh create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/shared/BruteForceBackend.cc create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/shared/BruteForceBackend.hh create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/unix/fts.cc create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/unix/legacy.cc create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/wasm/WasmBackend.cc create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/wasm/WasmBackend.hh create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/wasm/include.h create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/BSER.cc create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/BSER.hh create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/IPC.hh create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/WatchmanBackend.cc create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/WatchmanBackend.hh create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/windows/WindowsBackend.cc create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/windows/WindowsBackend.hh create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/windows/win_utils.cc create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/windows/win_utils.hh create mode 100644 .yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/wrapper.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/.ready create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/LICENSE create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/README.md create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/README.md create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/aggregate-error.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/detached.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/is-view.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/transfer-to-fixed-length.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/transfer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/flat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/from-async.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/group-by-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/group-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/group.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/is-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/push.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/splice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/unshift.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/flat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/group-by-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/group-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/group.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/push.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/splice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/unshift.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-disposable-stack/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-disposable-stack/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/async-dispose.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/drop.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/take.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/to-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/atob.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/btoa.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/clear-immediate.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/data-view/get-float16.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/data-view/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/data-view/set-float16.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/get-year.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/now.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/set-year.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-gmt-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-iso-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-primitive.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/disposable-stack/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/disposable-stack/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-collections/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-collections/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-collections/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-exception/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-exception/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-exception/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/error/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/error/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/error/is-error.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/error/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/escape.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/bind.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/has-instance.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/name.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/virtual/bind.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/get-iterator-method.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/get-iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/global-this.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/bind.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/code-point-at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/ends-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/flags.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/flat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/group-by-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/group-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/group.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/is-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/pad-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/pad-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/push.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/repeat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/splice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/starts-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/to-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim-left.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/unshift.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/is-iterable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/dispose.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/drop.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/take.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/to-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/to-async.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/is-raw-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/parse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/raw-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/stringify.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/map/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/map/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/acosh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/asinh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/atanh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/cbrt.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/clz32.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/cosh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/expm1.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/f16round.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/fround.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/hypot.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/imul.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/log10.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/log1p.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/log2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/sign.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/sinh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/sum-precise.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/tanh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/trunc.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/epsilon.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/is-finite.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/is-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/is-nan.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/is-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/max-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/min-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/parse-float.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/parse-int.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/to-exponential.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/to-fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/to-precision.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/virtual/to-exponential.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/virtual/to-fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/virtual/to-precision.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/assign.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/create.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/define-getter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/define-properties.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/define-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/define-setter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/freeze.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/from-entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-own-property-descriptor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-own-property-descriptors.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-own-property-names.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-own-property-symbols.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/has-own.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/is-extensible.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/is-frozen.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/is-sealed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/is.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/lookup-getter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/lookup-setter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/prevent-extensions.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/proto.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/seal.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/set-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/parse-float.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/parse-int.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/all-settled.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/any.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/finally.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/try.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/with-resolvers.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/queue-microtask.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/apply.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/construct.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/define-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/delete-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/get-own-property-descriptor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/get-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/get.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/has.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/is-extensible.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/own-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/prevent-extensions.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/set-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/set.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/dot-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/escape.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/flags.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/replace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/search.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/split.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/sticky.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/test.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/self.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set-immediate.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set-interval.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set-timeout.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/difference.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/intersection.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/is-disjoint-from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/is-subset-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/is-superset-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/symmetric-difference.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/union.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/anchor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/big.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/blink.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/bold.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/code-point-at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/ends-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/fontcolor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/fontsize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/from-code-point.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/is-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/italics.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/link.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/pad-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/pad-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/raw.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/repeat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/replace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/search.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/small.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/split.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/starts-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/strike.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/sub.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/substr.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/sup.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/to-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim-left.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/anchor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/big.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/blink.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/bold.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/code-point-at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/ends-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/fontcolor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/fontsize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/is-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/italics.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/link.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/pad-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/pad-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/repeat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/small.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/starts-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/strike.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/sub.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/substr.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/sup.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/to-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim-left.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/structured-clone.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/suppressed-error.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/async-dispose.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/async-iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/description.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/dispose.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/for.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/has-instance.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/is-concat-spreadable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/key-for.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/replace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/search.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/species.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/split.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/to-primitive.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/unscopables.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/float32-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/float64-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/from-base64.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/from-hex.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/int16-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/int32-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/int8-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/methods.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/set-from-base64.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/set-from-hex.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/set.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/subarray.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-base64.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-hex.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-locale-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/uint16-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/uint32-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/uint8-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/uint8-clamped-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/unescape.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url-search-params/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url/can-parse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url/parse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url/to-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/weak-map/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/weak-set/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/configurator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/README.md create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/aggregate-error.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/detached.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/is-view.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/transfer-to-fixed-length.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/transfer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/flat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/is-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/push.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/splice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/unshift.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/flat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/push.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/splice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/unshift.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/data-view/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/get-year.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/now.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/set-year.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-gmt-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-iso-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-primitive.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/error/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/error/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/error/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/escape.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/bind.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/has-instance.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/name.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/virtual/bind.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/get-iterator-method.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/get-iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/global-this.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/bind.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/code-point-at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/ends-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/flags.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/flat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/is-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/pad-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/pad-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/push.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/repeat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/splice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/starts-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/to-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim-left.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/unshift.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/is-iterable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/drop.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/take.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/to-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/json/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/json/stringify.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/json/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/map/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/map/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/acosh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/asinh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/atanh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/cbrt.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/clz32.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/cosh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/expm1.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/fround.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/hypot.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/imul.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/log10.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/log1p.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/log2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/sign.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/sinh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/tanh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/trunc.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/epsilon.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/is-finite.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/is-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/is-nan.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/is-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/max-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/min-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/parse-float.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/parse-int.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/to-exponential.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/to-fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/to-precision.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/virtual/to-exponential.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/virtual/to-fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/virtual/to-precision.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/assign.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/create.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/define-getter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/define-properties.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/define-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/define-setter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/freeze.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/from-entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-own-property-descriptor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-own-property-descriptors.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-own-property-names.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-own-property-symbols.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/has-own.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/is-extensible.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/is-frozen.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/is-sealed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/is.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/lookup-getter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/lookup-setter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/prevent-extensions.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/proto.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/seal.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/set-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/parse-float.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/parse-int.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/all-settled.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/any.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/finally.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/try.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/with-resolvers.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/apply.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/construct.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/define-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/delete-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/get-own-property-descriptor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/get-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/get.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/has.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/is-extensible.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/own-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/prevent-extensions.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/set-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/set.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/dot-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/flags.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/replace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/search.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/split.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/sticky.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/test.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/difference.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/intersection.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/is-disjoint-from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/is-subset-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/is-superset-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/symmetric-difference.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/union.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/anchor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/big.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/blink.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/bold.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/code-point-at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/ends-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/fontcolor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/fontsize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/from-code-point.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/is-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/italics.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/link.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/pad-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/pad-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/raw.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/repeat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/replace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/search.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/small.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/split.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/starts-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/strike.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/sub.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/substr.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/sup.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/to-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim-left.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/anchor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/big.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/blink.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/bold.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/code-point-at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/ends-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/fontcolor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/fontsize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/is-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/italics.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/link.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/pad-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/pad-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/repeat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/small.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/starts-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/strike.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/sub.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/substr.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/sup.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/to-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim-left.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/async-iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/description.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/for.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/has-instance.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/is-concat-spreadable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/key-for.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/replace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/search.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/species.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/split.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/to-primitive.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/unscopables.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/float32-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/float64-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/int16-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/int32-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/int8-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/methods.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/set.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/subarray.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/to-locale-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/uint16-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/uint32-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/uint8-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/uint8-clamped-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/unescape.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/weak-map/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/weak-set/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/aggregate-error.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/detached.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/is-view.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/transfer-to-fixed-length.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/transfer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/filter-out.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/filter-reject.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/flat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/from-async.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/group-by-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/group-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/group.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/is-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/is-template-object.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/last-item.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/push.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/splice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/unique-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/unshift.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/filter-out.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/filter-reject.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/flat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/group-by-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/group-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/group.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/push.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/splice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/unique-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/unshift.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-disposable-stack/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-disposable-stack/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/as-indexed-pairs.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/async-dispose.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/drop.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/indexed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/take.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/to-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/atob.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/bigint/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/bigint/range.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/btoa.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/clear-immediate.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/composite-key.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/composite-symbol.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/get-float16.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/get-uint8-clamped.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/set-float16.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/set-uint8-clamped.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/get-year.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/now.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/set-year.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-gmt-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-iso-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-primitive.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/disposable-stack/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/disposable-stack/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-collections/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-collections/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-collections/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-exception/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-exception/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-exception/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/error/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/error/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/error/is-error.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/error/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/escape.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/bind.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/demethodize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/has-instance.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/is-callable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/is-constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/name.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/un-this.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/virtual/bind.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/virtual/demethodize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/virtual/un-this.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/get-iterator-method.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/get-iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/global-this.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/bind.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/code-point-at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/code-points.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/demethodize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/ends-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/filter-out.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/filter-reject.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/flags.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/flat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/group-by-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/group-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/group.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/is-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/pad-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/pad-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/push.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/repeat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/splice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/starts-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/to-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim-left.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/un-this.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/unique-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/unshift.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/is-iterable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/as-indexed-pairs.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/dispose.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/drop.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/indexed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/range.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/take.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/to-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/to-async.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/is-raw-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/parse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/raw-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/stringify.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/delete-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/emplace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/find-key.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/get-or-insert-computed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/get-or-insert.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/key-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/key-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/map-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/map-values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/merge.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/update-or-insert.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/update.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/upsert.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/acosh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/asinh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/atanh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/cbrt.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/clamp.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/clz32.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/cosh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/deg-per-rad.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/degrees.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/expm1.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/f16round.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/fround.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/fscale.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/hypot.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/iaddh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/imul.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/imulh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/isubh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/log10.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/log1p.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/log2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/rad-per-deg.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/radians.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/scale.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/seeded-prng.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/sign.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/signbit.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/sinh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/sum-precise.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/tanh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/trunc.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/umulh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/epsilon.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/from-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/is-finite.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/is-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/is-nan.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/is-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/max-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/min-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/parse-float.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/parse-int.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/range.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/to-exponential.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/to-fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/to-precision.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/virtual/to-exponential.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/virtual/to-fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/virtual/to-precision.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/assign.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/create.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/define-getter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/define-properties.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/define-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/define-setter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/freeze.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/from-entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-own-property-descriptor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-own-property-descriptors.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-own-property-names.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-own-property-symbols.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/has-own.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/is-extensible.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/is-frozen.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/is-sealed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/is.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/iterate-entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/iterate-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/iterate-values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/lookup-getter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/lookup-setter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/prevent-extensions.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/proto.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/seal.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/set-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/observable/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/parse-float.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/parse-int.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/all-settled.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/any.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/finally.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/try.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/with-resolvers.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/queue-microtask.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/apply.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/construct.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/define-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/define-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/delete-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/delete-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-metadata-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-own-metadata-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-own-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-own-property-descriptor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/has-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/has-own-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/has.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/is-extensible.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/own-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/prevent-extensions.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/set-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/set.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/dot-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/escape.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/flags.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/replace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/search.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/split.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/sticky.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/test.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/self.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set-immediate.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set-interval.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set-timeout.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/add-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/delete-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/difference.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/intersection.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/is-disjoint-from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/is-subset-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/is-superset-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/symmetric-difference.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/union.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/anchor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/big.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/blink.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/bold.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/code-point-at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/code-points.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/cooked.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/dedent.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/ends-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/fontcolor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/fontsize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/from-code-point.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/is-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/italics.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/link.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/pad-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/pad-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/raw.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/repeat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/replace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/search.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/small.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/split.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/starts-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/strike.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/sub.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/substr.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/sup.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/to-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim-left.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/anchor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/big.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/blink.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/bold.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/code-point-at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/code-points.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/ends-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/fontcolor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/fontsize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/is-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/italics.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/link.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/pad-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/pad-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/repeat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/small.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/starts-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/strike.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/sub.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/substr.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/sup.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/to-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim-left.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/structured-clone.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/suppressed-error.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/async-dispose.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/async-iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/custom-matcher.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/description.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/dispose.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/for.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/has-instance.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-concat-spreadable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-registered-symbol.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-registered.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-well-known-symbol.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-well-known.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/key-for.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/matcher.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/metadata-key.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/observable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/pattern-match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/replace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/search.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/species.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/split.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/to-primitive.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/unscopables.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/filter-out.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/filter-reject.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/float32-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/float64-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/from-async.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/from-base64.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/from-hex.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/int16-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/int32-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/int8-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/methods.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/set-from-base64.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/set-from-hex.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/set.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/subarray.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-base64.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-hex.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-locale-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/uint16-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/uint32-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/uint8-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/uint8-clamped-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/unique-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/unescape.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url-search-params/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url/can-parse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url/parse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url/to-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/delete-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/emplace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/get-or-insert-computed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/get-or-insert.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/upsert.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/add-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/delete-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/README.md create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/aggregate-error.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/detached.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/is-view.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/transfer-to-fixed-length.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/transfer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/filter-out.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/filter-reject.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/flat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/from-async.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/group-by-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/group-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/group.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/is-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/is-template-object.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/last-item.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/push.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/splice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/unique-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/unshift.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/filter-out.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/filter-reject.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/flat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/group-by-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/group-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/group.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/push.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/splice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/unique-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/unshift.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-disposable-stack/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-disposable-stack/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/as-indexed-pairs.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/async-dispose.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/drop.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/indexed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/take.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/to-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/atob.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/bigint/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/bigint/range.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/btoa.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/clear-immediate.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/composite-key.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/composite-symbol.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/get-float16.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/get-uint8-clamped.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/set-float16.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/set-uint8-clamped.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/get-year.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/now.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/set-year.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-gmt-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-iso-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-primitive.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/disposable-stack/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/disposable-stack/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-collections/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-collections/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-collections/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-exception/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-exception/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-exception/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/error/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/error/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/error/is-error.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/error/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/escape.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/bind.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/demethodize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/has-instance.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/is-callable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/is-constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/name.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/un-this.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/virtual/bind.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/virtual/demethodize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/virtual/un-this.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/get-iterator-method.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/get-iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/global-this.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/bind.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/code-point-at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/code-points.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/demethodize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/ends-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/filter-out.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/filter-reject.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/flags.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/flat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/group-by-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/group-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/group.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/is-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/pad-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/pad-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/push.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/repeat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/splice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/starts-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/to-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim-left.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/un-this.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/unique-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/unshift.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/is-iterable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/as-indexed-pairs.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/dispose.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/drop.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/indexed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/range.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/take.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/to-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/to-async.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/is-raw-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/parse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/raw-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/stringify.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/delete-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/emplace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/find-key.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/get-or-insert-computed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/get-or-insert.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/key-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/key-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/map-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/map-values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/merge.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/update-or-insert.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/update.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/upsert.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/acosh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/asinh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/atanh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/cbrt.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/clamp.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/clz32.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/cosh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/deg-per-rad.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/degrees.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/expm1.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/f16round.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/fround.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/fscale.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/hypot.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/iaddh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/imul.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/imulh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/isubh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/log10.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/log1p.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/log2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/rad-per-deg.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/radians.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/scale.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/seeded-prng.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/sign.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/signbit.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/sinh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/sum-precise.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/tanh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/trunc.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/umulh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/epsilon.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/from-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/is-finite.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/is-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/is-nan.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/is-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/max-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/min-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/parse-float.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/parse-int.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/range.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/to-exponential.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/to-fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/to-precision.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/virtual/to-exponential.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/virtual/to-fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/virtual/to-precision.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/assign.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/create.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/define-getter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/define-properties.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/define-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/define-setter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/freeze.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/from-entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-own-property-descriptor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-own-property-descriptors.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-own-property-names.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-own-property-symbols.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/has-own.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/is-extensible.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/is-frozen.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/is-sealed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/is.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/iterate-entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/iterate-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/iterate-values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/lookup-getter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/lookup-setter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/prevent-extensions.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/proto.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/seal.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/set-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/observable/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/parse-float.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/parse-int.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/all-settled.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/any.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/finally.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/try.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/with-resolvers.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/queue-microtask.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/apply.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/construct.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/define-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/define-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/delete-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/delete-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-metadata-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-own-metadata-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-own-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-own-property-descriptor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/has-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/has-own-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/has.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/is-extensible.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/own-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/prevent-extensions.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/set-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/set.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/dot-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/escape.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/flags.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/replace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/search.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/split.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/sticky.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/test.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/self.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set-immediate.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set-interval.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set-timeout.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/add-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/delete-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/difference.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/intersection.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/is-disjoint-from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/is-subset-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/is-superset-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/symmetric-difference.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/union.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/anchor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/big.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/blink.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/bold.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/code-point-at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/code-points.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/cooked.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/dedent.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/ends-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/fontcolor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/fontsize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/from-code-point.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/is-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/italics.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/link.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/pad-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/pad-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/raw.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/repeat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/replace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/search.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/small.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/split.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/starts-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/strike.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/sub.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/substr.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/sup.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/to-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim-left.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/anchor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/big.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/blink.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/bold.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/code-point-at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/code-points.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/ends-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/fontcolor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/fontsize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/is-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/italics.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/link.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/pad-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/pad-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/repeat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/small.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/starts-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/strike.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/sub.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/substr.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/sup.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/to-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim-left.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/structured-clone.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/suppressed-error.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/async-dispose.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/async-iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/custom-matcher.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/description.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/dispose.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/for.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/has-instance.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-concat-spreadable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-registered-symbol.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-registered.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-well-known-symbol.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-well-known.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/key-for.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/matcher.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/metadata-key.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/observable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/pattern-match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/replace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/search.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/species.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/split.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/to-primitive.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/unscopables.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/filter-out.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/filter-reject.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/float32-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/float64-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/from-async.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/from-base64.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/from-hex.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/int16-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/int32-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/int8-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/methods.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/set-from-base64.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/set-from-hex.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/set.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/subarray.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-base64.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-hex.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-locale-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/uint16-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/uint32-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/uint8-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/uint8-clamped-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/unique-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/unescape.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url-search-params/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url/can-parse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url/parse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url/to-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/delete-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/emplace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/get-or-insert-computed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/get-or-insert.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/upsert.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/add-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/delete-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/README.md create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-callable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-data-view.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-possible-prototype.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-set.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-weak-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-weak-set.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/add-disposable-resource.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/add-to-unscopables.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/advance-string-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/an-instance.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/an-object-or-undefined.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/an-object.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/an-uint8-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-basic-detection.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-byte-length.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-is-detached.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-non-extensible.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-not-detached.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-transfer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-view-core.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-from-async.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-from-constructor-and-list.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-group-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-group.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-iteration-from-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-iteration.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-method-has-species-support.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-method-is-strict.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-set-length.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-species-constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-species-create.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-unique-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-from-sync-iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-close.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-create-proxy.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-indexed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-iteration.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-prototype.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-wrap.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/base64-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/call-with-safe-iteration-closing.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/caller.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/check-correctness-of-iteration.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/classof-raw.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/classof.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection-from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection-strong.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection-weak.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/composite-key.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/copy-constructor-properties.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/correct-is-regexp-logic.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/correct-prototype-getter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-html.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-iter-result-object.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-non-enumerable-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-property-descriptor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/date-to-iso-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/date-to-primitive.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/define-built-in-accessor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/define-built-in.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/define-built-ins.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/define-global-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/delete-property-or-throw.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/descriptors.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/detach-transferable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/document-create-element.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/does-not-exceed-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/dom-exception-constants.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/dom-iterables.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/dom-token-list-prototype.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/entry-unbind.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/entry-virtual.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/enum-bug-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-ff-version.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-ie-or-edge.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-ios-pebble.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-ios.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-node.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-webos-webkit.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-user-agent.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-v8-version.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-webkit-version.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/error-stack-clear.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/error-stack-install.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/error-stack-installable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/error-to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/export.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/fails.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/flatten-into-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/freezing.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-apply.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-bind-context.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-bind-native.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-bind.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-call.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-demethodize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-name.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-uncurry-this-accessor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-uncurry-this-clause.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-uncurry-this.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-alphabet-option.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-async-iterator-flattenable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-async-iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-built-in-node-module.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-built-in-prototype-method.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-built-in.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-iterator-direct.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-iterator-flattenable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-iterator-method.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-json-replacer-function.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-method.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-set-record.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-substitution.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/global-this.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/has-own-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/hidden-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/host-report-errors.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/html.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/ie8-dom-define.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/ieee754.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/indexed-object.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/inherit-if-required.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/inspect-source.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/install-error-cause.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/internal-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/internal-state.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-array-iterator-method.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-big-int-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-callable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-data-descriptor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-forced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-integral-number.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-iterable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-null-or-undefined.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-object.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-possible-prototype.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-pure.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-raw-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-regexp.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-symbol.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterate-simple.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterate.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-close.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-create-constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-create-proxy.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-define.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-indexed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterators-core.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterators.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/length-of-array-like.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/make-built-in.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/map-helpers.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/map-iterate.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/map-upsert.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-expm1.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-float-round.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-fround.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-log10.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-log1p.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-log2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-round-ties-to-even.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-scale.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-sign.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-trunc.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/microtask.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/native-raw-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/new-promise-capability.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/normalize-string-argument.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/not-a-nan.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/not-a-regexp.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/number-is-finite.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/number-parse-float.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/number-parse-int.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/numeric-range-iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-assign.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-create.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-define-properties.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-define-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-own-property-descriptor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-own-property-names-external.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-own-property-names.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-own-property-symbols.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-is-extensible.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-is-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-keys-internal.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-property-is-enumerable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-prototype-accessors-forced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-set-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-to-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/ordinary-to-primitive.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/own-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/parse-json-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/path.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/perform.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/promise-constructor-detection.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/promise-native-constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/promise-resolve.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/promise-statics-incorrect-iteration.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/proxy-accessor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/queue.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/reflect-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-exec-abstract.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-exec.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-flags.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-get-flags.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-sticky-helpers.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-unsupported-dot-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-unsupported-ncg.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/require-object-coercible.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/safe-get-built-in.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/same-value-zero.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/same-value.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/schedulers-fix.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-clone.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-difference.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-helpers.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-intersection.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-is-disjoint-from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-is-subset-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-is-superset-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-iterate.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-method-accept-set-like.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-size.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-species.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-symmetric-difference.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-union.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/shared-key.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/shared-store.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/shared.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/species-constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-cooked.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-html-forced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-multibyte.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-pad-webkit-bug.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-pad.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-parse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-punycode-to-ascii.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-repeat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-trim-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-trim-forced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-trim-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-trim.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/structured-clone-proper-transfer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-constructor-detection.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-define-to-primitive.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-is-registered.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-is-well-known.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-registry-detection.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/task.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/this-number-value.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-absolute-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-big-int.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-indexed-object.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-integer-or-infinity.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-length.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-object.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-offset.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-positive-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-primitive.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-property-key.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-set-like.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-string-tag-support.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-uint8-clamped.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/try-to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/typed-array-constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/typed-array-from-same-type-and-list.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/typed-array-from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/uid.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/uint8-from-base64.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/uint8-from-hex.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/url-constructor-detection.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/use-symbol-as-uid.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/v8-prototype-define-bug.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/validate-arguments-length.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/weak-map-basic-detection.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/weak-map-helpers.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/weak-set-helpers.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/well-known-symbol-define.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/well-known-symbol-wrapped.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/well-known-symbol.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/whitespaces.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/wrap-error-constructor-with-cause.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/README.md create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.aggregate-error.cause.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.aggregate-error.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.aggregate-error.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.detached.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.is-view.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.transfer-to-fixed-length.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.transfer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.flat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.is-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.push.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.species.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.splice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.unscopables.flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.unscopables.flat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.unshift.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.data-view.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.data-view.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.get-year.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.now.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.set-year.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-gmt-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-iso-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-primitive.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.error.cause.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.error.to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.escape.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.function.bind.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.function.has-instance.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.function.name.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.global-this.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.drop.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.take.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.to-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.json.stringify.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.json.to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.map.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.map.group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.acosh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.asinh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.atanh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.cbrt.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.clz32.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.cosh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.expm1.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.fround.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.hypot.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.imul.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.log10.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.log1p.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.log2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.sign.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.sinh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.tanh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.trunc.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.epsilon.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.is-finite.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.is-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.is-nan.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.is-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.max-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.min-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.parse-float.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.parse-int.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.to-exponential.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.to-fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.to-precision.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.assign.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.create.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.define-getter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.define-properties.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.define-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.define-setter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.freeze.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.from-entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-own-property-descriptor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-own-property-descriptors.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-own-property-names.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-own-property-symbols.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.has-own.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.is-extensible.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.is-frozen.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.is-sealed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.is.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.lookup-getter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.lookup-setter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.prevent-extensions.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.proto.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.seal.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.set-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.parse-float.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.parse-int.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.all-settled.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.any.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.catch.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.finally.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.race.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.reject.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.resolve.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.try.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.with-resolvers.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.apply.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.construct.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.define-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.delete-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.get-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.get.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.has.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.is-extensible.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.own-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.prevent-extensions.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.set-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.set.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.dot-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.exec.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.flags.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.sticky.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.test.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.difference.v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.intersection.v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.is-disjoint-from.v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.is-subset-of.v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.is-superset-of.v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.symmetric-difference.v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.union.v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.anchor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.at-alternative.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.big.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.blink.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.bold.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.code-point-at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.ends-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.fontcolor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.fontsize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.from-code-point.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.is-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.italics.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.link.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.pad-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.pad-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.raw.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.repeat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.replace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.search.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.small.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.split.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.starts-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.strike.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.sub.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.substr.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.sup.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.to-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim-left.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.async-iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.description.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.for.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.has-instance.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.is-concat-spreadable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.key-for.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.replace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.search.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.species.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.split.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.to-primitive.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.unscopables.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.float32-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.float64-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.int16-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.int32-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.int8-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.set.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.subarray.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.to-locale-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.uint16-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.uint32-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.uint8-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.unescape.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.weak-map.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.weak-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.weak-set.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.weak-set.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.aggregate-error.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array-buffer.detached.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array-buffer.transfer-to-fixed-length.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array-buffer.transfer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.filter-out.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.filter-reject.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.from-async.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.group-by-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.group-to-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.group.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.is-template-object.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.last-item.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.unique-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-disposable-stack.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.async-dispose.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.drop.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.indexed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.take.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.to-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.bigint.range.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.composite-key.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.composite-symbol.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.data-view.get-float16.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.data-view.get-uint8-clamped.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.data-view.set-float16.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.data-view.set-uint8-clamped.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.disposable-stack.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.error.is-error.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.demethodize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.is-callable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.is-constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.un-this.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.global-this.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.as-indexed-pairs.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.dispose.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.drop.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.indexed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.range.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.take.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.to-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.to-async.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.json.is-raw-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.json.parse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.json.raw-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.delete-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.emplace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.find-key.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.get-or-insert-computed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.get-or-insert.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.key-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.key-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.map-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.map-values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.merge.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.update-or-insert.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.update.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.upsert.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.clamp.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.deg-per-rad.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.degrees.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.f16round.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.fscale.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.iaddh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.imulh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.isubh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.rad-per-deg.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.radians.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.scale.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.seeded-prng.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.signbit.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.sum-precise.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.umulh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.number.from-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.number.range.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.has-own.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.iterate-entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.iterate-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.iterate-values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.observable.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.observable.from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.observable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.observable.of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.promise.all-settled.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.promise.any.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.promise.try.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.promise.with-resolvers.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.define-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.delete-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.get-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.has-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.regexp.escape.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.add-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.delete-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.difference.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.difference.v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.intersection.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.intersection.v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-disjoint-from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-disjoint-from.v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-subset-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-subset-of.v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-superset-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-superset-of.v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.symmetric-difference.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.symmetric-difference.v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.union.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.union.v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.at-alternative.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.code-points.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.cooked.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.dedent.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.is-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.to-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.suppressed-error.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.async-dispose.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.custom-matcher.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.dispose.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.is-registered-symbol.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.is-registered.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.is-well-known-symbol.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.is-well-known.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.matcher.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.metadata-key.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.observable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.pattern-match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.filter-out.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.filter-reject.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.from-async.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.unique-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.from-base64.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.from-hex.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.set-from-base64.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.set-from-hex.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.to-base64.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.to-hex.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.delete-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.emplace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.get-or-insert-computed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.get-or-insert.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.upsert.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-set.add-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-set.delete-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-set.from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-set.of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.atob.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.btoa.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.clear-immediate.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-collections.for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-collections.iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-exception.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-exception.stack.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-exception.to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.immediate.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.queue-microtask.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.self.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.set-immediate.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.set-interval.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.set-timeout.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.structured-clone.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.timers.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.delete.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.has.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.size.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.can-parse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.parse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.to-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/package.json create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/postinstall.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/accessible-object-hasownproperty.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-buffer-base64.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-buffer-transfer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-filtering-stage-1.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-filtering.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-find-from-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-from-async-stage-2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-from-async.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-grouping-stage-3-2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-grouping-stage-3.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-grouping-v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-grouping.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-is-template-object.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-unique.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/async-explicit-resource-management.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/async-iteration.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/async-iterator-helpers.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/change-array-by-copy-stage-4.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/change-array-by-copy.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/collection-methods.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/collection-of-from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/data-view-get-set-uint8-clamped.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/decorator-metadata-v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/decorator-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/decorators.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/efficient-64-bit-arithmetic.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/error-cause.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/explicit-resource-management.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/extractors.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/float16.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/function-demethodize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/function-is-callable-is-constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/function-un-this.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/global-this.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/is-error.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-helpers-stage-3-2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-helpers-stage-3.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-helpers.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-range.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-sequencing.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/json-parse-with-source.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/keys-composition.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/map-update-or-insert.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/map-upsert-stage-2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/map-upsert-v4.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/map-upsert.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/math-extensions.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/math-signbit.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/math-sum.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/number-from-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/number-range.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/object-from-entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/object-getownpropertydescriptors.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/object-iteration.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/object-values-entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/observable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/pattern-matching-v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/pattern-matching.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-all-settled.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-any.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-finally.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-try.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-with-resolvers.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/reflect-metadata.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/regexp-dotall-flag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/regexp-escaping.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/regexp-named-groups.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/relative-indexing-method.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/seeded-random.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/set-methods-v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/set-methods.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-code-points.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-cooked.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-dedent.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-left-right-trim.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-padding.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-replace-all-stage-4.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/symbol-description.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/symbol-predicates-v2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/symbol-predicates.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/url.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/using-statement.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/well-formed-stringify.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/well-formed-unicode-strings.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/README.md create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/aggregate-error.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/detached.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/is-view.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/transfer-to-fixed-length.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/transfer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/flat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/is-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/push.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/splice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/unshift.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/flat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/push.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/splice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/unshift.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/atob.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/btoa.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/clear-immediate.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/data-view/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/get-year.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/now.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/set-year.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-gmt-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-iso-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-primitive.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-collections/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-collections/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-collections/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-exception/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-exception/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-exception/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/error/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/error/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/error/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/escape.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/bind.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/has-instance.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/name.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/virtual/bind.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/get-iterator-method.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/get-iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/global-this.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/bind.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/code-point-at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/concat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/ends-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/flags.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/flat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/is-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/pad-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/pad-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/push.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/repeat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/splice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/starts-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/to-spliced.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/to-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim-left.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/unshift.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/is-iterable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/drop.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/flat-map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/take.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/to-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/json/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/json/stringify.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/json/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/map/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/map/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/acosh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/asinh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/atanh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/cbrt.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/clz32.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/cosh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/expm1.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/fround.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/hypot.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/imul.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/log10.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/log1p.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/log2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/sign.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/sinh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/tanh.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/trunc.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/epsilon.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/is-finite.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/is-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/is-nan.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/is-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/max-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/min-safe-integer.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/parse-float.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/parse-int.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/to-exponential.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/to-fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/to-precision.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/virtual/to-exponential.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/virtual/to-fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/virtual/to-precision.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/assign.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/create.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/define-getter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/define-properties.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/define-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/define-setter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/freeze.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/from-entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-own-property-descriptor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-own-property-descriptors.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-own-property-names.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-own-property-symbols.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/group-by.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/has-own.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/is-extensible.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/is-frozen.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/is-sealed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/is.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/lookup-getter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/lookup-setter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/prevent-extensions.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/proto.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/seal.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/set-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/parse-float.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/parse-int.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/all-settled.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/any.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/finally.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/try.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/with-resolvers.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/queue-microtask.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/apply.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/construct.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/define-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/delete-property.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/get-own-property-descriptor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/get-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/get.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/has.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/is-extensible.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/own-keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/prevent-extensions.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/set-prototype-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/set.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/constructor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/dot-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/flags.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/replace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/search.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/split.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/sticky.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/test.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/self.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set-immediate.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set-interval.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set-timeout.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/difference.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/intersection.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/is-disjoint-from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/is-subset-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/is-superset-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/symmetric-difference.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/union.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/anchor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/big.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/blink.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/bold.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/code-point-at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/ends-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/fontcolor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/fontsize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/from-code-point.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/is-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/italics.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/link.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/pad-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/pad-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/raw.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/repeat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/replace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/search.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/small.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/split.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/starts-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/strike.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/sub.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/substr.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/sup.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/to-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim-left.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/anchor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/big.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/blink.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/bold.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/code-point-at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/ends-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/fixed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/fontcolor.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/fontsize.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/is-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/italics.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/link.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/pad-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/pad-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/repeat.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/replace-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/small.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/starts-with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/strike.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/sub.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/substr.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/sup.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/to-well-formed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim-end.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim-left.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim-start.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/structured-clone.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/async-iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/description.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/for.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/has-instance.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/is-concat-spreadable.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/key-for.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/match-all.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/match.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/replace.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/search.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/species.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/split.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/to-primitive.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/to-string-tag.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/unscopables.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/at.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/copy-within.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/entries.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/every.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/fill.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/filter.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/find-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/find-last-index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/find-last.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/find.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/float32-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/float64-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/for-each.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/from.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/includes.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/int16-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/int32-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/int8-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/iterator.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/join.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/keys.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/last-index-of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/map.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/methods.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/of.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/reduce-right.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/reduce.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/reverse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/set.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/slice.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/some.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/sort.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/subarray.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/to-locale-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/to-reversed.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/to-sorted.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/to-string.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/uint16-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/uint32-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/uint8-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/uint8-clamped-array.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/values.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/with.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/unescape.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url-search-params/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url/can-parse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url/parse.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url/to-json.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/weak-map/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/weak-set/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/0.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/1.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/2.7.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/2.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/3.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/4.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/README.md create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/pre.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/README.md create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/dom-collections.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/dom-exception.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/immediate.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/index.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/queue-microtask.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/structured-clone.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/timers.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/url-search-params.js create mode 100644 .yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/url.js create mode 100644 .yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/.dntrc create mode 100644 .yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/.ready create mode 100644 .yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/LICENSE create mode 100644 .yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/README.md create mode 100644 .yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/build/config.gypi create mode 100644 .yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/include_dirs.js create mode 100644 .yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/nan.h create mode 100644 .yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/package.json create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/.ready create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/LICENSE.md create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/README.md create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/common.gypi create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/except.gypi create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/index.js create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/napi-inl.deprecated.h create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/napi-inl.h create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/napi.h create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/node_addon_api.gyp create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/node_api.gyp create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/noexcept.gypi create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/nothing.c create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/package-support.json create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/package.json create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/README.md create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/check-napi.js create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/clang-format.js create mode 100755 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/conversion.js create mode 100644 .yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/eslint-format.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/.ready create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/.release-please-manifest.json create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/CHANGELOG.md create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/CODE_OF_CONDUCT.md create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/CONTRIBUTING.md create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/LICENSE create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/README.md create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/SECURITY.md create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/addon.gypi create mode 100755 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/bin/node-gyp.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/eslint.config.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/.release-please-manifest.json create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/LICENSE create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/data/ninja/build.ninja create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/GypVsCMake.md create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/Hacking.md create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/InputFormatReference.md create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/LanguageSpecification.md create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/README.md create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/Testing.md create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/UserDocumentation.md create mode 100755 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/gyp create mode 100755 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/gyp.bat create mode 100755 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/gyp_main.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py create mode 100755 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py create mode 100755 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/__init__.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/common.py create mode 100755 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/common_test.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py create mode 100755 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py create mode 100755 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py create mode 100755 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/input.py create mode 100755 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/input_test.py create mode 100755 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py create mode 100755 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation_test.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/LICENSE create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.APACHE create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.BSD create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/__init__.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_elffile.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_manylinux.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_musllinux.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_parser.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_structures.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_tokenizer.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/markers.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/metadata.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/py.typed create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/requirements.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/specifiers.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/tags.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/utils.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/version.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pyproject.toml create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/release-please-config.json create mode 100755 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/test_gyp.py create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/Find-VisualStudio.cs create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/build.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/clean.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/configure.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/create-config-gypi.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/download.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/find-node-directory.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/find-python.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/find-visualstudio.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/install.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/list.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/log.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/node-gyp.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/process-release.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/rebuild.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/remove.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/util.js create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/macOS_Catalina_acid_test.sh create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/package.json create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/release-please-config.json create mode 100644 .yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/src/win_delay_load_hook.cc create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/.prettierrc create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/.ready create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/CHANGELOG.md create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/LICENSE create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/README.md create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/index.js create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/lib/checkGrowl.js create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/lib/utils.js create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/balloon.js create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/growl.js create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/notificationcenter.js create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/notifysend.js create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/toaster.js create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/package.json create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Info.plist create mode 100755 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/MacOS/terminal-notifier create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/PkgInfo create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/Terminal.icns create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/notifu/LICENSE create mode 100755 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/notifu/notifu.exe create mode 100755 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/notifu/notifu64.exe create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/snoreToast/LICENSE create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/snoreToast/snoretoast-x64.exe create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/snoreToast/snoretoast-x86.exe create mode 100644 .yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/terminal-notifier-LICENSE create mode 100644 assets/js/angular.min.js delete mode 100644 assets/styles/app_.scss delete mode 100755 assets/styles/global.scss create mode 100644 assets/styles/pages/_nav.scss create mode 100644 templates/logged/nav.html.twig create mode 100644 yarn.lock diff --git a/.idea/dbnavigator.xml b/.idea/dbnavigator.xml index b827a9b3..195270c8 100644 --- a/.idea/dbnavigator.xml +++ b/.idea/dbnavigator.xml @@ -1,8 +1,21 @@ + + + + + + + + + + + + + diff --git a/.pnp.cjs b/.pnp.cjs new file mode 100755 index 00000000..44317036 --- /dev/null +++ b/.pnp.cjs @@ -0,0 +1,14664 @@ +#!/usr/bin/env node +/* eslint-disable */ +// @ts-nocheck +"use strict"; + +const RAW_RUNTIME_STATE = +'{\ + "__info": [\ + "This file is automatically generated. Do not touch it, or risk",\ + "your modifications being lost."\ + ],\ + "dependencyTreeRoots": [\ + {\ + "name": "root-workspace-0b6124",\ + "reference": "workspace:."\ + }\ + ],\ + "enableTopLevelFallback": true,\ + "ignorePatternData": "(^(?:\\\\.yarn\\\\/sdks(?:\\\\/(?!\\\\.{1,2}(?:\\\\/|$))(?:(?:(?!(?:^|\\\\/)\\\\.{1,2}(?:\\\\/|$)).)*?)|$))$)",\ + "fallbackExclusionList": [\ + ["root-workspace-0b6124", ["workspace:."]]\ + ],\ + "fallbackPool": [\ + ],\ + "packageRegistryData": [\ + [null, [\ + [null, {\ + "packageLocation": "./",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/preset-env", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:7.26.9"],\ + ["@fortawesome/fontawesome-free", "npm:6.7.2"],\ + ["@symfony/webpack-encore", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.0.1"],\ + ["angular", "npm:1.8.3"],\ + ["babel-loader", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:9.2.1"],\ + ["bootstrap", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.3.3"],\ + ["canvasjs", "npm:1.8.3"],\ + ["core-js", "npm:3.40.0"],\ + ["encore", "npm:0.0.30-beta"],\ + ["font-awesome", "npm:4.7.0"],\ + ["intro.js", "npm:7.2.0"],\ + ["jquery", "npm:3.7.1"],\ + ["regenerator-runtime", "npm:0.13.11"],\ + ["sass", "npm:1.85.0"],\ + ["sass-loader", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:16.0.4"],\ + ["webpack", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.98.0"],\ + ["webpack-cli", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.1.4"],\ + ["webpack-notifier", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:1.15.0"]\ + ],\ + "linkType": "SOFT"\ + }]\ + ]],\ + ["@ampproject/remapping", [\ + ["npm:2.3.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@ampproject-remapping-npm-2.3.0-559c14eee4-10c0.zip/node_modules/@ampproject/remapping/",\ + "packageDependencies": [\ + ["@ampproject/remapping", "npm:2.3.0"],\ + ["@jridgewell/gen-mapping", "npm:0.3.8"],\ + ["@jridgewell/trace-mapping", "npm:0.3.25"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/code-frame", [\ + ["npm:7.26.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-code-frame-npm-7.26.2-4902b56813-10c0.zip/node_modules/@babel/code-frame/",\ + "packageDependencies": [\ + ["@babel/code-frame", "npm:7.26.2"],\ + ["@babel/helper-validator-identifier", "npm:7.25.9"],\ + ["js-tokens", "npm:4.0.0"],\ + ["picocolors", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/compat-data", [\ + ["npm:7.26.8", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-compat-data-npm-7.26.8-fb802c4940-10c0.zip/node_modules/@babel/compat-data/",\ + "packageDependencies": [\ + ["@babel/compat-data", "npm:7.26.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/core", [\ + ["npm:7.26.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-core-npm-7.26.9-12b18cb40d-10c0.zip/node_modules/@babel/core/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.26.9"],\ + ["@ampproject/remapping", "npm:2.3.0"],\ + ["@babel/code-frame", "npm:7.26.2"],\ + ["@babel/generator", "npm:7.26.9"],\ + ["@babel/helper-compilation-targets", "npm:7.26.5"],\ + ["@babel/helper-module-transforms", "virtual:12b18cb40d5c617053821811de491a189d02da1d08d58f7656d9f9ecb29c954457e5dfc20f3916931f9e19b353a25ee0340013ea9e29eab98af42567b5bf0497#npm:7.26.0"],\ + ["@babel/helpers", "npm:7.26.9"],\ + ["@babel/parser", "npm:7.26.9"],\ + ["@babel/template", "npm:7.26.9"],\ + ["@babel/traverse", "npm:7.26.9"],\ + ["@babel/types", "npm:7.26.9"],\ + ["convert-source-map", "npm:2.0.0"],\ + ["debug", "virtual:5dc40fea712494f06495996e8631fe3d962d9b85eec49908b9f35dc6ec9523d9b63e829ac878a2fa2414a0d111083466b19302a37186a46f0da9795af68d1f4c#npm:4.4.0"],\ + ["gensync", "npm:1.0.0-beta.2"],\ + ["json5", "npm:2.2.3"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/generator", [\ + ["npm:7.26.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-generator-npm-7.26.9-3260f562f4-10c0.zip/node_modules/@babel/generator/",\ + "packageDependencies": [\ + ["@babel/generator", "npm:7.26.9"],\ + ["@babel/parser", "npm:7.26.9"],\ + ["@babel/types", "npm:7.26.9"],\ + ["@jridgewell/gen-mapping", "npm:0.3.8"],\ + ["@jridgewell/trace-mapping", "npm:0.3.25"],\ + ["jsesc", "npm:3.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-annotate-as-pure", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-helper-annotate-as-pure-npm-7.25.9-a0f89e14a0-10c0.zip/node_modules/@babel/helper-annotate-as-pure/",\ + "packageDependencies": [\ + ["@babel/helper-annotate-as-pure", "npm:7.25.9"],\ + ["@babel/types", "npm:7.26.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-compilation-targets", [\ + ["npm:7.26.5", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-helper-compilation-targets-npm-7.26.5-e3b4215b3c-10c0.zip/node_modules/@babel/helper-compilation-targets/",\ + "packageDependencies": [\ + ["@babel/helper-compilation-targets", "npm:7.26.5"],\ + ["@babel/compat-data", "npm:7.26.8"],\ + ["@babel/helper-validator-option", "npm:7.25.9"],\ + ["browserslist", "npm:4.24.4"],\ + ["lru-cache", "npm:5.1.1"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-create-class-features-plugin", [\ + ["npm:7.26.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-helper-create-class-features-plugin-npm-7.26.9-b0bf1b10a4-10c0.zip/node_modules/@babel/helper-create-class-features-plugin/",\ + "packageDependencies": [\ + ["@babel/helper-create-class-features-plugin", "npm:7.26.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d109d9928306665962536db4f26c20756b022a6c72eeccb2a5721447637f79e17f26f06133829619c9c23d2d95ba808e37332d10c39e893222db27a1721697d3#npm:7.26.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-create-class-features-plugin-virtual-ed9ba5eff3/8/tykayn/.yarn/berry/cache/@babel-helper-create-class-features-plugin-npm-7.26.9-b0bf1b10a4-10c0.zip/node_modules/@babel/helper-create-class-features-plugin/",\ + "packageDependencies": [\ + ["@babel/helper-create-class-features-plugin", "virtual:d109d9928306665962536db4f26c20756b022a6c72eeccb2a5721447637f79e17f26f06133829619c9c23d2d95ba808e37332d10c39e893222db27a1721697d3#npm:7.26.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-annotate-as-pure", "npm:7.25.9"],\ + ["@babel/helper-member-expression-to-functions", "npm:7.25.9"],\ + ["@babel/helper-optimise-call-expression", "npm:7.25.9"],\ + ["@babel/helper-replace-supers", "virtual:ed9ba5eff3ba7d22ad9739ea645ea2f134ff9747d01ad4f41cecf1dc3682a3a572e76bc0afdeb032f8130489973657a0caa6396efbe7377f9e1eeeaa21e50228#npm:7.26.5"],\ + ["@babel/helper-skip-transparent-expression-wrappers", "npm:7.25.9"],\ + ["@babel/traverse", "npm:7.26.9"],\ + ["@types/babel__core", null],\ + ["semver", "npm:6.3.1"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-create-regexp-features-plugin", [\ + ["npm:7.26.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-helper-create-regexp-features-plugin-npm-7.26.3-834c0b262a-10c0.zip/node_modules/@babel/helper-create-regexp-features-plugin/",\ + "packageDependencies": [\ + ["@babel/helper-create-regexp-features-plugin", "npm:7.26.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:159d560fae7a2a39c77ba202f967694ca0f9b3c248780e57deccfcee4ff2d9fbce5ce26a7b7bd07d93302d3e3f22eab7f3f6486d541073e776fd7794c5195dfd#npm:7.26.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-create-regexp-features-plugin-virtual-67780e8f97/8/tykayn/.yarn/berry/cache/@babel-helper-create-regexp-features-plugin-npm-7.26.3-834c0b262a-10c0.zip/node_modules/@babel/helper-create-regexp-features-plugin/",\ + "packageDependencies": [\ + ["@babel/helper-create-regexp-features-plugin", "virtual:159d560fae7a2a39c77ba202f967694ca0f9b3c248780e57deccfcee4ff2d9fbce5ce26a7b7bd07d93302d3e3f22eab7f3f6486d541073e776fd7794c5195dfd#npm:7.26.3"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-annotate-as-pure", "npm:7.25.9"],\ + ["@types/babel__core", null],\ + ["regexpu-core", "npm:6.2.0"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-define-polyfill-provider", [\ + ["npm:0.6.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-helper-define-polyfill-provider-npm-0.6.3-211720cbc0-10c0.zip/node_modules/@babel/helper-define-polyfill-provider/",\ + "packageDependencies": [\ + ["@babel/helper-define-polyfill-provider", "npm:0.6.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:a09309798f2673c9762e1a6342edf4b2a570cb710f0df8f2f5bd0a260c11145512a96b5756defbc9ea3d7177fff1f42dfbb0541a297b218bfc70f43d6e3f9503#npm:0.6.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-define-polyfill-provider-virtual-e01b4b58fe/8/tykayn/.yarn/berry/cache/@babel-helper-define-polyfill-provider-npm-0.6.3-211720cbc0-10c0.zip/node_modules/@babel/helper-define-polyfill-provider/",\ + "packageDependencies": [\ + ["@babel/helper-define-polyfill-provider", "virtual:a09309798f2673c9762e1a6342edf4b2a570cb710f0df8f2f5bd0a260c11145512a96b5756defbc9ea3d7177fff1f42dfbb0541a297b218bfc70f43d6e3f9503#npm:0.6.3"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-compilation-targets", "npm:7.26.5"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null],\ + ["debug", "virtual:5dc40fea712494f06495996e8631fe3d962d9b85eec49908b9f35dc6ec9523d9b63e829ac878a2fa2414a0d111083466b19302a37186a46f0da9795af68d1f4c#npm:4.4.0"],\ + ["lodash.debounce", "npm:4.0.8"],\ + ["resolve", "patch:resolve@npm%3A1.22.10#optional!builtin::version=1.22.10&hash=c3c19d"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-member-expression-to-functions", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-helper-member-expression-to-functions-npm-7.25.9-761e6fec27-10c0.zip/node_modules/@babel/helper-member-expression-to-functions/",\ + "packageDependencies": [\ + ["@babel/helper-member-expression-to-functions", "npm:7.25.9"],\ + ["@babel/traverse", "npm:7.26.9"],\ + ["@babel/types", "npm:7.26.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-module-imports", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-helper-module-imports-npm-7.25.9-b86e31bde9-10c0.zip/node_modules/@babel/helper-module-imports/",\ + "packageDependencies": [\ + ["@babel/helper-module-imports", "npm:7.25.9"],\ + ["@babel/traverse", "npm:7.26.9"],\ + ["@babel/types", "npm:7.26.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-module-transforms", [\ + ["npm:7.26.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-helper-module-transforms-npm-7.26.0-7557a3558f-10c0.zip/node_modules/@babel/helper-module-transforms/",\ + "packageDependencies": [\ + ["@babel/helper-module-transforms", "npm:7.26.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:12b18cb40d5c617053821811de491a189d02da1d08d58f7656d9f9ecb29c954457e5dfc20f3916931f9e19b353a25ee0340013ea9e29eab98af42567b5bf0497#npm:7.26.0", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-module-transforms-virtual-1833ac754a/8/tykayn/.yarn/berry/cache/@babel-helper-module-transforms-npm-7.26.0-7557a3558f-10c0.zip/node_modules/@babel/helper-module-transforms/",\ + "packageDependencies": [\ + ["@babel/helper-module-transforms", "virtual:12b18cb40d5c617053821811de491a189d02da1d08d58f7656d9f9ecb29c954457e5dfc20f3916931f9e19b353a25ee0340013ea9e29eab98af42567b5bf0497#npm:7.26.0"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-module-imports", "npm:7.25.9"],\ + ["@babel/helper-validator-identifier", "npm:7.25.9"],\ + ["@babel/traverse", "npm:7.26.9"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-optimise-call-expression", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-helper-optimise-call-expression-npm-7.25.9-d8006fbada-10c0.zip/node_modules/@babel/helper-optimise-call-expression/",\ + "packageDependencies": [\ + ["@babel/helper-optimise-call-expression", "npm:7.25.9"],\ + ["@babel/types", "npm:7.26.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-plugin-utils", [\ + ["npm:7.26.5", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-helper-plugin-utils-npm-7.26.5-f9c17c9880-10c0.zip/node_modules/@babel/helper-plugin-utils/",\ + "packageDependencies": [\ + ["@babel/helper-plugin-utils", "npm:7.26.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-remap-async-to-generator", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-helper-remap-async-to-generator-npm-7.25.9-80702863ff-10c0.zip/node_modules/@babel/helper-remap-async-to-generator/",\ + "packageDependencies": [\ + ["@babel/helper-remap-async-to-generator", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:ed27c1f9e1e54bf342932c2767fa1e843935a3dc71103233ff51d0349805fd9f0b1a64c30a158abda24443e5cadb7405cf8618a0915c73bd3cadb4181c594ca2#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-remap-async-to-generator-virtual-ec7167dfeb/8/tykayn/.yarn/berry/cache/@babel-helper-remap-async-to-generator-npm-7.25.9-80702863ff-10c0.zip/node_modules/@babel/helper-remap-async-to-generator/",\ + "packageDependencies": [\ + ["@babel/helper-remap-async-to-generator", "virtual:ed27c1f9e1e54bf342932c2767fa1e843935a3dc71103233ff51d0349805fd9f0b1a64c30a158abda24443e5cadb7405cf8618a0915c73bd3cadb4181c594ca2#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-annotate-as-pure", "npm:7.25.9"],\ + ["@babel/helper-wrap-function", "npm:7.25.9"],\ + ["@babel/traverse", "npm:7.26.9"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-replace-supers", [\ + ["npm:7.26.5", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-helper-replace-supers-npm-7.26.5-4b002f04c0-10c0.zip/node_modules/@babel/helper-replace-supers/",\ + "packageDependencies": [\ + ["@babel/helper-replace-supers", "npm:7.26.5"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:ed9ba5eff3ba7d22ad9739ea645ea2f134ff9747d01ad4f41cecf1dc3682a3a572e76bc0afdeb032f8130489973657a0caa6396efbe7377f9e1eeeaa21e50228#npm:7.26.5", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-replace-supers-virtual-8a4e4c6fbd/8/tykayn/.yarn/berry/cache/@babel-helper-replace-supers-npm-7.26.5-4b002f04c0-10c0.zip/node_modules/@babel/helper-replace-supers/",\ + "packageDependencies": [\ + ["@babel/helper-replace-supers", "virtual:ed9ba5eff3ba7d22ad9739ea645ea2f134ff9747d01ad4f41cecf1dc3682a3a572e76bc0afdeb032f8130489973657a0caa6396efbe7377f9e1eeeaa21e50228#npm:7.26.5"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-member-expression-to-functions", "npm:7.25.9"],\ + ["@babel/helper-optimise-call-expression", "npm:7.25.9"],\ + ["@babel/traverse", "npm:7.26.9"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-skip-transparent-expression-wrappers", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-helper-skip-transparent-expression-wrappers-npm-7.25.9-215072fae0-10c0.zip/node_modules/@babel/helper-skip-transparent-expression-wrappers/",\ + "packageDependencies": [\ + ["@babel/helper-skip-transparent-expression-wrappers", "npm:7.25.9"],\ + ["@babel/traverse", "npm:7.26.9"],\ + ["@babel/types", "npm:7.26.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-string-parser", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-helper-string-parser-npm-7.25.9-eade578078-10c0.zip/node_modules/@babel/helper-string-parser/",\ + "packageDependencies": [\ + ["@babel/helper-string-parser", "npm:7.25.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-validator-identifier", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-helper-validator-identifier-npm-7.25.9-2634b947a4-10c0.zip/node_modules/@babel/helper-validator-identifier/",\ + "packageDependencies": [\ + ["@babel/helper-validator-identifier", "npm:7.25.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-validator-option", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-helper-validator-option-npm-7.25.9-6450027d5d-10c0.zip/node_modules/@babel/helper-validator-option/",\ + "packageDependencies": [\ + ["@babel/helper-validator-option", "npm:7.25.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-wrap-function", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-helper-wrap-function-npm-7.25.9-bbd361fe46-10c0.zip/node_modules/@babel/helper-wrap-function/",\ + "packageDependencies": [\ + ["@babel/helper-wrap-function", "npm:7.25.9"],\ + ["@babel/template", "npm:7.26.9"],\ + ["@babel/traverse", "npm:7.26.9"],\ + ["@babel/types", "npm:7.26.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helpers", [\ + ["npm:7.26.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-helpers-npm-7.26.9-629d8a6154-10c0.zip/node_modules/@babel/helpers/",\ + "packageDependencies": [\ + ["@babel/helpers", "npm:7.26.9"],\ + ["@babel/template", "npm:7.26.9"],\ + ["@babel/types", "npm:7.26.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/parser", [\ + ["npm:7.26.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-parser-npm-7.26.9-5be13f2551-10c0.zip/node_modules/@babel/parser/",\ + "packageDependencies": [\ + ["@babel/parser", "npm:7.26.9"],\ + ["@babel/types", "npm:7.26.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-bugfix-firefox-class-in-computed-class-key", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-bugfix-firefox-class-in-computed-class-key-npm-7.25.9-8b41c5edab-10c0.zip/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/",\ + "packageDependencies": [\ + ["@babel/plugin-bugfix-firefox-class-in-computed-class-key", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-bugfix-firefox-class-in-computed-class-key-virtual-d81704d80e/8/tykayn/.yarn/berry/cache/@babel-plugin-bugfix-firefox-class-in-computed-class-key-npm-7.25.9-8b41c5edab-10c0.zip/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/",\ + "packageDependencies": [\ + ["@babel/plugin-bugfix-firefox-class-in-computed-class-key", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@babel/traverse", "npm:7.26.9"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-bugfix-safari-class-field-initializer-scope", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-bugfix-safari-class-field-initializer-scope-npm-7.25.9-0004436a46-10c0.zip/node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope/",\ + "packageDependencies": [\ + ["@babel/plugin-bugfix-safari-class-field-initializer-scope", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-bugfix-safari-class-field-initializer-scope-virtual-faaf6d418d/8/tykayn/.yarn/berry/cache/@babel-plugin-bugfix-safari-class-field-initializer-scope-npm-7.25.9-0004436a46-10c0.zip/node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope/",\ + "packageDependencies": [\ + ["@babel/plugin-bugfix-safari-class-field-initializer-scope", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression-npm-7.25.9-06267b0121-10c0.zip/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/",\ + "packageDependencies": [\ + ["@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression-virtual-9b92a93679/8/tykayn/.yarn/berry/cache/@babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression-npm-7.25.9-06267b0121-10c0.zip/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/",\ + "packageDependencies": [\ + ["@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-npm-7.25.9-ae4964ca70-10c0.zip/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/",\ + "packageDependencies": [\ + ["@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-virtual-badabab56c/8/tykayn/.yarn/berry/cache/@babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-npm-7.25.9-ae4964ca70-10c0.zip/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/",\ + "packageDependencies": [\ + ["@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@babel/helper-skip-transparent-expression-wrappers", "npm:7.25.9"],\ + ["@babel/plugin-transform-optional-chaining", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-npm-7.25.9-dce7f49c0f-10c0.zip/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/",\ + "packageDependencies": [\ + ["@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-virtual-e61185ed4f/8/tykayn/.yarn/berry/cache/@babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-npm-7.25.9-dce7f49c0f-10c0.zip/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/",\ + "packageDependencies": [\ + ["@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@babel/traverse", "npm:7.26.9"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-proposal-private-property-in-object", [\ + ["npm:7.21.0-placeholder-for-preset-env.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-proposal-private-property-in-object-npm-7.21.0-placeholder-for-preset-env.2-eb70026c88-10c0.zip/node_modules/@babel/plugin-proposal-private-property-in-object/",\ + "packageDependencies": [\ + ["@babel/plugin-proposal-private-property-in-object", "npm:7.21.0-placeholder-for-preset-env.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.21.0-placeholder-for-preset-env.2", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-private-property-in-object-virtual-3553e7ed3f/8/tykayn/.yarn/berry/cache/@babel-plugin-proposal-private-property-in-object-npm-7.21.0-placeholder-for-preset-env.2-eb70026c88-10c0.zip/node_modules/@babel/plugin-proposal-private-property-in-object/",\ + "packageDependencies": [\ + ["@babel/plugin-proposal-private-property-in-object", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.21.0-placeholder-for-preset-env.2"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-import-assertions", [\ + ["npm:7.26.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-syntax-import-assertions-npm-7.26.0-6c9b84570c-10c0.zip/node_modules/@babel/plugin-syntax-import-assertions/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-import-assertions", "npm:7.26.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.0", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-import-assertions-virtual-57e27fbf0f/8/tykayn/.yarn/berry/cache/@babel-plugin-syntax-import-assertions-npm-7.26.0-6c9b84570c-10c0.zip/node_modules/@babel/plugin-syntax-import-assertions/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-import-assertions", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.0"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-import-attributes", [\ + ["npm:7.26.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-syntax-import-attributes-npm-7.26.0-7a281ed168-10c0.zip/node_modules/@babel/plugin-syntax-import-attributes/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-import-attributes", "npm:7.26.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.0", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-import-attributes-virtual-1275102d06/8/tykayn/.yarn/berry/cache/@babel-plugin-syntax-import-attributes-npm-7.26.0-7a281ed168-10c0.zip/node_modules/@babel/plugin-syntax-import-attributes/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-import-attributes", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.0"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-unicode-sets-regex", [\ + ["npm:7.18.6", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-syntax-unicode-sets-regex-npm-7.18.6-b618a36bfd-10c0.zip/node_modules/@babel/plugin-syntax-unicode-sets-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-unicode-sets-regex", "npm:7.18.6"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.18.6", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-unicode-sets-regex-virtual-159d560fae/8/tykayn/.yarn/berry/cache/@babel-plugin-syntax-unicode-sets-regex-npm-7.18.6-b618a36bfd-10c0.zip/node_modules/@babel/plugin-syntax-unicode-sets-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-unicode-sets-regex", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.18.6"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:159d560fae7a2a39c77ba202f967694ca0f9b3c248780e57deccfcee4ff2d9fbce5ce26a7b7bd07d93302d3e3f22eab7f3f6486d541073e776fd7794c5195dfd#npm:7.26.3"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-arrow-functions", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-arrow-functions-npm-7.25.9-ececb64a8c-10c0.zip/node_modules/@babel/plugin-transform-arrow-functions/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-arrow-functions", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-arrow-functions-virtual-d04c0ba887/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-arrow-functions-npm-7.25.9-ececb64a8c-10c0.zip/node_modules/@babel/plugin-transform-arrow-functions/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-arrow-functions", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-async-generator-functions", [\ + ["npm:7.26.8", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-async-generator-functions-npm-7.26.8-f03543b358-10c0.zip/node_modules/@babel/plugin-transform-async-generator-functions/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-async-generator-functions", "npm:7.26.8"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.8", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-async-generator-functions-virtual-ed27c1f9e1/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-async-generator-functions-npm-7.26.8-f03543b358-10c0.zip/node_modules/@babel/plugin-transform-async-generator-functions/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-async-generator-functions", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.8"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@babel/helper-remap-async-to-generator", "virtual:ed27c1f9e1e54bf342932c2767fa1e843935a3dc71103233ff51d0349805fd9f0b1a64c30a158abda24443e5cadb7405cf8618a0915c73bd3cadb4181c594ca2#npm:7.25.9"],\ + ["@babel/traverse", "npm:7.26.9"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-async-to-generator", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-async-to-generator-npm-7.25.9-ebececf71e-10c0.zip/node_modules/@babel/plugin-transform-async-to-generator/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-async-to-generator", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-async-to-generator-virtual-40a7ed9e89/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-async-to-generator-npm-7.25.9-ebececf71e-10c0.zip/node_modules/@babel/plugin-transform-async-to-generator/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-async-to-generator", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-module-imports", "npm:7.25.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@babel/helper-remap-async-to-generator", "virtual:ed27c1f9e1e54bf342932c2767fa1e843935a3dc71103233ff51d0349805fd9f0b1a64c30a158abda24443e5cadb7405cf8618a0915c73bd3cadb4181c594ca2#npm:7.25.9"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-block-scoped-functions", [\ + ["npm:7.26.5", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-block-scoped-functions-npm-7.26.5-279e722607-10c0.zip/node_modules/@babel/plugin-transform-block-scoped-functions/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-block-scoped-functions", "npm:7.26.5"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.5", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-block-scoped-functions-virtual-292426a26f/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-block-scoped-functions-npm-7.26.5-279e722607-10c0.zip/node_modules/@babel/plugin-transform-block-scoped-functions/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-block-scoped-functions", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.5"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-block-scoping", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-block-scoping-npm-7.25.9-f2efaa9ad7-10c0.zip/node_modules/@babel/plugin-transform-block-scoping/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-block-scoping", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-block-scoping-virtual-09d3fa3032/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-block-scoping-npm-7.25.9-f2efaa9ad7-10c0.zip/node_modules/@babel/plugin-transform-block-scoping/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-block-scoping", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-class-properties", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-class-properties-npm-7.25.9-ec8d0fa5bb-10c0.zip/node_modules/@babel/plugin-transform-class-properties/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-class-properties", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-class-properties-virtual-d109d99283/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-class-properties-npm-7.25.9-ec8d0fa5bb-10c0.zip/node_modules/@babel/plugin-transform-class-properties/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-class-properties", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-create-class-features-plugin", "virtual:d109d9928306665962536db4f26c20756b022a6c72eeccb2a5721447637f79e17f26f06133829619c9c23d2d95ba808e37332d10c39e893222db27a1721697d3#npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-class-static-block", [\ + ["npm:7.26.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-class-static-block-npm-7.26.0-b277b54abb-10c0.zip/node_modules/@babel/plugin-transform-class-static-block/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-class-static-block", "npm:7.26.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.0", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-class-static-block-virtual-a558fea1f0/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-class-static-block-npm-7.26.0-b277b54abb-10c0.zip/node_modules/@babel/plugin-transform-class-static-block/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-class-static-block", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.0"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-create-class-features-plugin", "virtual:d109d9928306665962536db4f26c20756b022a6c72eeccb2a5721447637f79e17f26f06133829619c9c23d2d95ba808e37332d10c39e893222db27a1721697d3#npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-classes", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-classes-npm-7.25.9-2d606dd6e7-10c0.zip/node_modules/@babel/plugin-transform-classes/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-classes", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-classes-virtual-546cedc6c2/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-classes-npm-7.25.9-2d606dd6e7-10c0.zip/node_modules/@babel/plugin-transform-classes/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-classes", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-annotate-as-pure", "npm:7.25.9"],\ + ["@babel/helper-compilation-targets", "npm:7.26.5"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@babel/helper-replace-supers", "virtual:ed9ba5eff3ba7d22ad9739ea645ea2f134ff9747d01ad4f41cecf1dc3682a3a572e76bc0afdeb032f8130489973657a0caa6396efbe7377f9e1eeeaa21e50228#npm:7.26.5"],\ + ["@babel/traverse", "npm:7.26.9"],\ + ["@types/babel__core", null],\ + ["globals", "npm:11.12.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-computed-properties", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-computed-properties-npm-7.25.9-4f0be3122f-10c0.zip/node_modules/@babel/plugin-transform-computed-properties/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-computed-properties", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-computed-properties-virtual-c677761586/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-computed-properties-npm-7.25.9-4f0be3122f-10c0.zip/node_modules/@babel/plugin-transform-computed-properties/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-computed-properties", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@babel/template", "npm:7.26.9"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-destructuring", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-destructuring-npm-7.25.9-4d0defa886-10c0.zip/node_modules/@babel/plugin-transform-destructuring/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-destructuring", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-destructuring-virtual-39ef596350/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-destructuring-npm-7.25.9-4d0defa886-10c0.zip/node_modules/@babel/plugin-transform-destructuring/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-destructuring", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-dotall-regex", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-dotall-regex-npm-7.25.9-1035da7e11-10c0.zip/node_modules/@babel/plugin-transform-dotall-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-dotall-regex", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-dotall-regex-virtual-04347e3e26/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-dotall-regex-npm-7.25.9-1035da7e11-10c0.zip/node_modules/@babel/plugin-transform-dotall-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-dotall-regex", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:159d560fae7a2a39c77ba202f967694ca0f9b3c248780e57deccfcee4ff2d9fbce5ce26a7b7bd07d93302d3e3f22eab7f3f6486d541073e776fd7794c5195dfd#npm:7.26.3"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-duplicate-keys", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-duplicate-keys-npm-7.25.9-1c76576f8f-10c0.zip/node_modules/@babel/plugin-transform-duplicate-keys/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-duplicate-keys", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-duplicate-keys-virtual-06ea5a6ac2/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-duplicate-keys-npm-7.25.9-1c76576f8f-10c0.zip/node_modules/@babel/plugin-transform-duplicate-keys/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-duplicate-keys", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-duplicate-named-capturing-groups-regex", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-duplicate-named-capturing-groups-regex-npm-7.25.9-dbeaa1108e-10c0.zip/node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-duplicate-named-capturing-groups-regex", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-duplicate-named-capturing-groups-regex-virtual-e76ac81b3c/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-duplicate-named-capturing-groups-regex-npm-7.25.9-dbeaa1108e-10c0.zip/node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-duplicate-named-capturing-groups-regex", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:159d560fae7a2a39c77ba202f967694ca0f9b3c248780e57deccfcee4ff2d9fbce5ce26a7b7bd07d93302d3e3f22eab7f3f6486d541073e776fd7794c5195dfd#npm:7.26.3"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-dynamic-import", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-dynamic-import-npm-7.25.9-a71ccfa36a-10c0.zip/node_modules/@babel/plugin-transform-dynamic-import/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-dynamic-import", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-dynamic-import-virtual-055e54eee2/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-dynamic-import-npm-7.25.9-a71ccfa36a-10c0.zip/node_modules/@babel/plugin-transform-dynamic-import/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-dynamic-import", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-exponentiation-operator", [\ + ["npm:7.26.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-exponentiation-operator-npm-7.26.3-20f97fba79-10c0.zip/node_modules/@babel/plugin-transform-exponentiation-operator/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-exponentiation-operator", "npm:7.26.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-exponentiation-operator-virtual-ac1509f2bd/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-exponentiation-operator-npm-7.26.3-20f97fba79-10c0.zip/node_modules/@babel/plugin-transform-exponentiation-operator/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-exponentiation-operator", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.3"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-export-namespace-from", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-export-namespace-from-npm-7.25.9-135e9e5e1b-10c0.zip/node_modules/@babel/plugin-transform-export-namespace-from/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-export-namespace-from", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-export-namespace-from-virtual-37b618aa75/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-export-namespace-from-npm-7.25.9-135e9e5e1b-10c0.zip/node_modules/@babel/plugin-transform-export-namespace-from/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-export-namespace-from", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-for-of", [\ + ["npm:7.26.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-for-of-npm-7.26.9-d57529b62a-10c0.zip/node_modules/@babel/plugin-transform-for-of/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-for-of", "npm:7.26.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-for-of-virtual-9bdcf7b4ef/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-for-of-npm-7.26.9-d57529b62a-10c0.zip/node_modules/@babel/plugin-transform-for-of/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-for-of", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@babel/helper-skip-transparent-expression-wrappers", "npm:7.25.9"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-function-name", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-function-name-npm-7.25.9-d5752b7a23-10c0.zip/node_modules/@babel/plugin-transform-function-name/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-function-name", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-function-name-virtual-541e2acaeb/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-function-name-npm-7.25.9-d5752b7a23-10c0.zip/node_modules/@babel/plugin-transform-function-name/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-function-name", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-compilation-targets", "npm:7.26.5"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@babel/traverse", "npm:7.26.9"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-json-strings", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-json-strings-npm-7.25.9-98c5638edb-10c0.zip/node_modules/@babel/plugin-transform-json-strings/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-json-strings", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-json-strings-virtual-84b3b4967d/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-json-strings-npm-7.25.9-98c5638edb-10c0.zip/node_modules/@babel/plugin-transform-json-strings/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-json-strings", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-literals", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-literals-npm-7.25.9-3214d73572-10c0.zip/node_modules/@babel/plugin-transform-literals/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-literals", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-literals-virtual-681d659584/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-literals-npm-7.25.9-3214d73572-10c0.zip/node_modules/@babel/plugin-transform-literals/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-literals", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-logical-assignment-operators", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-logical-assignment-operators-npm-7.25.9-c5b454492f-10c0.zip/node_modules/@babel/plugin-transform-logical-assignment-operators/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-logical-assignment-operators", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-logical-assignment-operators-virtual-6d00c16e6a/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-logical-assignment-operators-npm-7.25.9-c5b454492f-10c0.zip/node_modules/@babel/plugin-transform-logical-assignment-operators/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-logical-assignment-operators", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-member-expression-literals", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-member-expression-literals-npm-7.25.9-124803ce6b-10c0.zip/node_modules/@babel/plugin-transform-member-expression-literals/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-member-expression-literals", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-member-expression-literals-virtual-00a3ea5e95/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-member-expression-literals-npm-7.25.9-124803ce6b-10c0.zip/node_modules/@babel/plugin-transform-member-expression-literals/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-member-expression-literals", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-modules-amd", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-modules-amd-npm-7.25.9-6adc3ea0c6-10c0.zip/node_modules/@babel/plugin-transform-modules-amd/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-modules-amd", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-modules-amd-virtual-196f12dcbd/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-modules-amd-npm-7.25.9-6adc3ea0c6-10c0.zip/node_modules/@babel/plugin-transform-modules-amd/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-modules-amd", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-module-transforms", "virtual:12b18cb40d5c617053821811de491a189d02da1d08d58f7656d9f9ecb29c954457e5dfc20f3916931f9e19b353a25ee0340013ea9e29eab98af42567b5bf0497#npm:7.26.0"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-modules-commonjs", [\ + ["npm:7.26.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-modules-commonjs-npm-7.26.3-7c9b991fc5-10c0.zip/node_modules/@babel/plugin-transform-modules-commonjs/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-modules-commonjs", "npm:7.26.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-modules-commonjs-virtual-f014376999/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-modules-commonjs-npm-7.26.3-7c9b991fc5-10c0.zip/node_modules/@babel/plugin-transform-modules-commonjs/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-modules-commonjs", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.3"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-module-transforms", "virtual:12b18cb40d5c617053821811de491a189d02da1d08d58f7656d9f9ecb29c954457e5dfc20f3916931f9e19b353a25ee0340013ea9e29eab98af42567b5bf0497#npm:7.26.0"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-modules-systemjs", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-modules-systemjs-npm-7.25.9-977795f4fd-10c0.zip/node_modules/@babel/plugin-transform-modules-systemjs/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-modules-systemjs", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-modules-systemjs-virtual-2fb55e4470/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-modules-systemjs-npm-7.25.9-977795f4fd-10c0.zip/node_modules/@babel/plugin-transform-modules-systemjs/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-modules-systemjs", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-module-transforms", "virtual:12b18cb40d5c617053821811de491a189d02da1d08d58f7656d9f9ecb29c954457e5dfc20f3916931f9e19b353a25ee0340013ea9e29eab98af42567b5bf0497#npm:7.26.0"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@babel/helper-validator-identifier", "npm:7.25.9"],\ + ["@babel/traverse", "npm:7.26.9"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-modules-umd", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-modules-umd-npm-7.25.9-268c5b6ad5-10c0.zip/node_modules/@babel/plugin-transform-modules-umd/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-modules-umd", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-modules-umd-virtual-90ddae4335/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-modules-umd-npm-7.25.9-268c5b6ad5-10c0.zip/node_modules/@babel/plugin-transform-modules-umd/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-modules-umd", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-module-transforms", "virtual:12b18cb40d5c617053821811de491a189d02da1d08d58f7656d9f9ecb29c954457e5dfc20f3916931f9e19b353a25ee0340013ea9e29eab98af42567b5bf0497#npm:7.26.0"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-named-capturing-groups-regex", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-named-capturing-groups-regex-npm-7.25.9-4eede36dba-10c0.zip/node_modules/@babel/plugin-transform-named-capturing-groups-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-named-capturing-groups-regex", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-named-capturing-groups-regex-virtual-9863175650/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-named-capturing-groups-regex-npm-7.25.9-4eede36dba-10c0.zip/node_modules/@babel/plugin-transform-named-capturing-groups-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-named-capturing-groups-regex", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:159d560fae7a2a39c77ba202f967694ca0f9b3c248780e57deccfcee4ff2d9fbce5ce26a7b7bd07d93302d3e3f22eab7f3f6486d541073e776fd7794c5195dfd#npm:7.26.3"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-new-target", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-new-target-npm-7.25.9-6eccc3dc16-10c0.zip/node_modules/@babel/plugin-transform-new-target/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-new-target", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-new-target-virtual-2bd1d5896b/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-new-target-npm-7.25.9-6eccc3dc16-10c0.zip/node_modules/@babel/plugin-transform-new-target/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-new-target", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-nullish-coalescing-operator", [\ + ["npm:7.26.6", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-nullish-coalescing-operator-npm-7.26.6-0fe7973c08-10c0.zip/node_modules/@babel/plugin-transform-nullish-coalescing-operator/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-nullish-coalescing-operator", "npm:7.26.6"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.6", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-nullish-coalescing-operator-virtual-98b24e974b/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-nullish-coalescing-operator-npm-7.26.6-0fe7973c08-10c0.zip/node_modules/@babel/plugin-transform-nullish-coalescing-operator/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-nullish-coalescing-operator", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.6"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-numeric-separator", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-numeric-separator-npm-7.25.9-bb79ada147-10c0.zip/node_modules/@babel/plugin-transform-numeric-separator/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-numeric-separator", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-numeric-separator-virtual-96b8518d7a/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-numeric-separator-npm-7.25.9-bb79ada147-10c0.zip/node_modules/@babel/plugin-transform-numeric-separator/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-numeric-separator", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-object-rest-spread", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-object-rest-spread-npm-7.25.9-3f0cb70408-10c0.zip/node_modules/@babel/plugin-transform-object-rest-spread/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-object-rest-spread", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-object-rest-spread-virtual-0baa7c5af3/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-object-rest-spread-npm-7.25.9-3f0cb70408-10c0.zip/node_modules/@babel/plugin-transform-object-rest-spread/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-object-rest-spread", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-compilation-targets", "npm:7.26.5"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@babel/plugin-transform-parameters", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-object-super", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-object-super-npm-7.25.9-6d5aaaf3d3-10c0.zip/node_modules/@babel/plugin-transform-object-super/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-object-super", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-object-super-virtual-2de7791fad/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-object-super-npm-7.25.9-6d5aaaf3d3-10c0.zip/node_modules/@babel/plugin-transform-object-super/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-object-super", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@babel/helper-replace-supers", "virtual:ed9ba5eff3ba7d22ad9739ea645ea2f134ff9747d01ad4f41cecf1dc3682a3a572e76bc0afdeb032f8130489973657a0caa6396efbe7377f9e1eeeaa21e50228#npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-optional-catch-binding", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-optional-catch-binding-npm-7.25.9-333a1823d0-10c0.zip/node_modules/@babel/plugin-transform-optional-catch-binding/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-optional-catch-binding", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-optional-catch-binding-virtual-e5159fb680/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-optional-catch-binding-npm-7.25.9-333a1823d0-10c0.zip/node_modules/@babel/plugin-transform-optional-catch-binding/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-optional-catch-binding", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-optional-chaining", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-optional-chaining-npm-7.25.9-9d837ee40b-10c0.zip/node_modules/@babel/plugin-transform-optional-chaining/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-optional-chaining", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-optional-chaining-virtual-c1b1004141/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-optional-chaining-npm-7.25.9-9d837ee40b-10c0.zip/node_modules/@babel/plugin-transform-optional-chaining/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-optional-chaining", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@babel/helper-skip-transparent-expression-wrappers", "npm:7.25.9"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-parameters", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-parameters-npm-7.25.9-29a857a3d8-10c0.zip/node_modules/@babel/plugin-transform-parameters/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-parameters", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-parameters-virtual-aa8fb4fdf3/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-parameters-npm-7.25.9-29a857a3d8-10c0.zip/node_modules/@babel/plugin-transform-parameters/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-parameters", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-private-methods", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-private-methods-npm-7.25.9-7cc0e44aa5-10c0.zip/node_modules/@babel/plugin-transform-private-methods/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-private-methods", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-private-methods-virtual-757e348c6d/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-private-methods-npm-7.25.9-7cc0e44aa5-10c0.zip/node_modules/@babel/plugin-transform-private-methods/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-private-methods", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-create-class-features-plugin", "virtual:d109d9928306665962536db4f26c20756b022a6c72eeccb2a5721447637f79e17f26f06133829619c9c23d2d95ba808e37332d10c39e893222db27a1721697d3#npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-private-property-in-object", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-private-property-in-object-npm-7.25.9-a9cd661d35-10c0.zip/node_modules/@babel/plugin-transform-private-property-in-object/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-private-property-in-object", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-private-property-in-object-virtual-f3fb0c5646/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-private-property-in-object-npm-7.25.9-a9cd661d35-10c0.zip/node_modules/@babel/plugin-transform-private-property-in-object/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-private-property-in-object", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-annotate-as-pure", "npm:7.25.9"],\ + ["@babel/helper-create-class-features-plugin", "virtual:d109d9928306665962536db4f26c20756b022a6c72eeccb2a5721447637f79e17f26f06133829619c9c23d2d95ba808e37332d10c39e893222db27a1721697d3#npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-property-literals", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-property-literals-npm-7.25.9-144c769b17-10c0.zip/node_modules/@babel/plugin-transform-property-literals/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-property-literals", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-property-literals-virtual-866c0852ef/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-property-literals-npm-7.25.9-144c769b17-10c0.zip/node_modules/@babel/plugin-transform-property-literals/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-property-literals", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-regenerator", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-regenerator-npm-7.25.9-c341e2ff83-10c0.zip/node_modules/@babel/plugin-transform-regenerator/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-regenerator", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-regenerator-virtual-3265d26497/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-regenerator-npm-7.25.9-c341e2ff83-10c0.zip/node_modules/@babel/plugin-transform-regenerator/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-regenerator", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null],\ + ["regenerator-transform", "npm:0.15.2"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-regexp-modifiers", [\ + ["npm:7.26.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-regexp-modifiers-npm-7.26.0-6c405fb13f-10c0.zip/node_modules/@babel/plugin-transform-regexp-modifiers/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-regexp-modifiers", "npm:7.26.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.0", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-regexp-modifiers-virtual-e476a38a89/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-regexp-modifiers-npm-7.26.0-6c405fb13f-10c0.zip/node_modules/@babel/plugin-transform-regexp-modifiers/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-regexp-modifiers", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.0"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:159d560fae7a2a39c77ba202f967694ca0f9b3c248780e57deccfcee4ff2d9fbce5ce26a7b7bd07d93302d3e3f22eab7f3f6486d541073e776fd7794c5195dfd#npm:7.26.3"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-reserved-words", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-reserved-words-npm-7.25.9-1e24d80df4-10c0.zip/node_modules/@babel/plugin-transform-reserved-words/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-reserved-words", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-reserved-words-virtual-834ff48522/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-reserved-words-npm-7.25.9-1e24d80df4-10c0.zip/node_modules/@babel/plugin-transform-reserved-words/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-reserved-words", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-shorthand-properties", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-shorthand-properties-npm-7.25.9-7ddce2fc87-10c0.zip/node_modules/@babel/plugin-transform-shorthand-properties/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-shorthand-properties", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-shorthand-properties-virtual-84662e7396/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-shorthand-properties-npm-7.25.9-7ddce2fc87-10c0.zip/node_modules/@babel/plugin-transform-shorthand-properties/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-shorthand-properties", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-spread", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-spread-npm-7.25.9-e34887ef9d-10c0.zip/node_modules/@babel/plugin-transform-spread/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-spread", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-spread-virtual-4581bd880b/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-spread-npm-7.25.9-e34887ef9d-10c0.zip/node_modules/@babel/plugin-transform-spread/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-spread", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@babel/helper-skip-transparent-expression-wrappers", "npm:7.25.9"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-sticky-regex", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-sticky-regex-npm-7.25.9-9945ceff11-10c0.zip/node_modules/@babel/plugin-transform-sticky-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-sticky-regex", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-sticky-regex-virtual-85defd3112/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-sticky-regex-npm-7.25.9-9945ceff11-10c0.zip/node_modules/@babel/plugin-transform-sticky-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-sticky-regex", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-template-literals", [\ + ["npm:7.26.8", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-template-literals-npm-7.26.8-70e8885568-10c0.zip/node_modules/@babel/plugin-transform-template-literals/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-template-literals", "npm:7.26.8"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.8", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-template-literals-virtual-96749238cc/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-template-literals-npm-7.26.8-70e8885568-10c0.zip/node_modules/@babel/plugin-transform-template-literals/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-template-literals", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.8"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-typeof-symbol", [\ + ["npm:7.26.7", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-typeof-symbol-npm-7.26.7-0464a22917-10c0.zip/node_modules/@babel/plugin-transform-typeof-symbol/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-typeof-symbol", "npm:7.26.7"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.7", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-typeof-symbol-virtual-56810fca51/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-typeof-symbol-npm-7.26.7-0464a22917-10c0.zip/node_modules/@babel/plugin-transform-typeof-symbol/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-typeof-symbol", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.7"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-unicode-escapes", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-unicode-escapes-npm-7.25.9-242953211b-10c0.zip/node_modules/@babel/plugin-transform-unicode-escapes/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-unicode-escapes", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-unicode-escapes-virtual-dfbc2d116b/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-unicode-escapes-npm-7.25.9-242953211b-10c0.zip/node_modules/@babel/plugin-transform-unicode-escapes/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-unicode-escapes", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-unicode-property-regex", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-unicode-property-regex-npm-7.25.9-f8b1b41e32-10c0.zip/node_modules/@babel/plugin-transform-unicode-property-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-unicode-property-regex", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-unicode-property-regex-virtual-4f4d14581d/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-unicode-property-regex-npm-7.25.9-f8b1b41e32-10c0.zip/node_modules/@babel/plugin-transform-unicode-property-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-unicode-property-regex", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:159d560fae7a2a39c77ba202f967694ca0f9b3c248780e57deccfcee4ff2d9fbce5ce26a7b7bd07d93302d3e3f22eab7f3f6486d541073e776fd7794c5195dfd#npm:7.26.3"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-unicode-regex", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-unicode-regex-npm-7.25.9-de9ae4f8a6-10c0.zip/node_modules/@babel/plugin-transform-unicode-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-unicode-regex", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-unicode-regex-virtual-77b74f3a02/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-unicode-regex-npm-7.25.9-de9ae4f8a6-10c0.zip/node_modules/@babel/plugin-transform-unicode-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-unicode-regex", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:159d560fae7a2a39c77ba202f967694ca0f9b3c248780e57deccfcee4ff2d9fbce5ce26a7b7bd07d93302d3e3f22eab7f3f6486d541073e776fd7794c5195dfd#npm:7.26.3"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-unicode-sets-regex", [\ + ["npm:7.25.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-plugin-transform-unicode-sets-regex-npm-7.25.9-34b28bcb6c-10c0.zip/node_modules/@babel/plugin-transform-unicode-sets-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-unicode-sets-regex", "npm:7.25.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-unicode-sets-regex-virtual-070285d344/8/tykayn/.yarn/berry/cache/@babel-plugin-transform-unicode-sets-regex-npm-7.25.9-34b28bcb6c-10c0.zip/node_modules/@babel/plugin-transform-unicode-sets-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-unicode-sets-regex", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:159d560fae7a2a39c77ba202f967694ca0f9b3c248780e57deccfcee4ff2d9fbce5ce26a7b7bd07d93302d3e3f22eab7f3f6486d541073e776fd7794c5195dfd#npm:7.26.3"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/preset-env", [\ + ["npm:7.26.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-preset-env-npm-7.26.9-71d435f5cc-10c0.zip/node_modules/@babel/preset-env/",\ + "packageDependencies": [\ + ["@babel/preset-env", "npm:7.26.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:7.26.9", {\ + "packageLocation": "./.yarn/__virtual__/@babel-preset-env-virtual-2f37e3c7aa/8/tykayn/.yarn/berry/cache/@babel-preset-env-npm-7.26.9-71d435f5cc-10c0.zip/node_modules/@babel/preset-env/",\ + "packageDependencies": [\ + ["@babel/preset-env", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:7.26.9"],\ + ["@babel/compat-data", "npm:7.26.8"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-compilation-targets", "npm:7.26.5"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@babel/helper-validator-option", "npm:7.25.9"],\ + ["@babel/plugin-bugfix-firefox-class-in-computed-class-key", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-bugfix-safari-class-field-initializer-scope", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-proposal-private-property-in-object", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.21.0-placeholder-for-preset-env.2"],\ + ["@babel/plugin-syntax-import-assertions", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.0"],\ + ["@babel/plugin-syntax-import-attributes", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.0"],\ + ["@babel/plugin-syntax-unicode-sets-regex", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.18.6"],\ + ["@babel/plugin-transform-arrow-functions", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-async-generator-functions", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.8"],\ + ["@babel/plugin-transform-async-to-generator", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-block-scoped-functions", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.5"],\ + ["@babel/plugin-transform-block-scoping", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-class-properties", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-class-static-block", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.0"],\ + ["@babel/plugin-transform-classes", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-computed-properties", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-destructuring", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-dotall-regex", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-duplicate-keys", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-duplicate-named-capturing-groups-regex", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-dynamic-import", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-exponentiation-operator", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.3"],\ + ["@babel/plugin-transform-export-namespace-from", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-for-of", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.9"],\ + ["@babel/plugin-transform-function-name", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-json-strings", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-literals", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-logical-assignment-operators", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-member-expression-literals", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-modules-amd", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-modules-commonjs", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.3"],\ + ["@babel/plugin-transform-modules-systemjs", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-modules-umd", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-named-capturing-groups-regex", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-new-target", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-nullish-coalescing-operator", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.6"],\ + ["@babel/plugin-transform-numeric-separator", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-object-rest-spread", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-object-super", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-optional-catch-binding", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-optional-chaining", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-parameters", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-private-methods", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-private-property-in-object", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-property-literals", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-regenerator", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-regexp-modifiers", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.0"],\ + ["@babel/plugin-transform-reserved-words", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-shorthand-properties", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-spread", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-sticky-regex", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-template-literals", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.8"],\ + ["@babel/plugin-transform-typeof-symbol", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.26.7"],\ + ["@babel/plugin-transform-unicode-escapes", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-unicode-property-regex", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-unicode-regex", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/plugin-transform-unicode-sets-regex", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:7.25.9"],\ + ["@babel/preset-modules", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:0.1.6-no-external-plugins"],\ + ["@types/babel__core", null],\ + ["babel-plugin-polyfill-corejs2", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:0.4.12"],\ + ["babel-plugin-polyfill-corejs3", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:0.11.1"],\ + ["babel-plugin-polyfill-regenerator", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:0.6.3"],\ + ["core-js-compat", "npm:3.40.0"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/preset-modules", [\ + ["npm:0.1.6-no-external-plugins", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-preset-modules-npm-0.1.6-no-external-plugins-0ae0b52ff3-10c0.zip/node_modules/@babel/preset-modules/",\ + "packageDependencies": [\ + ["@babel/preset-modules", "npm:0.1.6-no-external-plugins"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:0.1.6-no-external-plugins", {\ + "packageLocation": "./.yarn/__virtual__/@babel-preset-modules-virtual-27c673d33c/8/tykayn/.yarn/berry/cache/@babel-preset-modules-npm-0.1.6-no-external-plugins-0ae0b52ff3-10c0.zip/node_modules/@babel/preset-modules/",\ + "packageDependencies": [\ + ["@babel/preset-modules", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:0.1.6-no-external-plugins"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-plugin-utils", "npm:7.26.5"],\ + ["@babel/types", "npm:7.26.9"],\ + ["@types/babel__core", null],\ + ["esutils", "npm:2.0.3"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/runtime", [\ + ["npm:7.26.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-runtime-npm-7.26.9-8369ff039f-10c0.zip/node_modules/@babel/runtime/",\ + "packageDependencies": [\ + ["@babel/runtime", "npm:7.26.9"],\ + ["regenerator-runtime", "npm:0.14.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/template", [\ + ["npm:7.26.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-template-npm-7.26.9-6339558068-10c0.zip/node_modules/@babel/template/",\ + "packageDependencies": [\ + ["@babel/template", "npm:7.26.9"],\ + ["@babel/code-frame", "npm:7.26.2"],\ + ["@babel/parser", "npm:7.26.9"],\ + ["@babel/types", "npm:7.26.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/traverse", [\ + ["npm:7.26.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-traverse-npm-7.26.9-5dc40fea71-10c0.zip/node_modules/@babel/traverse/",\ + "packageDependencies": [\ + ["@babel/traverse", "npm:7.26.9"],\ + ["@babel/code-frame", "npm:7.26.2"],\ + ["@babel/generator", "npm:7.26.9"],\ + ["@babel/parser", "npm:7.26.9"],\ + ["@babel/template", "npm:7.26.9"],\ + ["@babel/types", "npm:7.26.9"],\ + ["debug", "virtual:5dc40fea712494f06495996e8631fe3d962d9b85eec49908b9f35dc6ec9523d9b63e829ac878a2fa2414a0d111083466b19302a37186a46f0da9795af68d1f4c#npm:4.4.0"],\ + ["globals", "npm:11.12.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/types", [\ + ["npm:7.26.9", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@babel-types-npm-7.26.9-ef3f43c2d5-10c0.zip/node_modules/@babel/types/",\ + "packageDependencies": [\ + ["@babel/types", "npm:7.26.9"],\ + ["@babel/helper-string-parser", "npm:7.25.9"],\ + ["@babel/helper-validator-identifier", "npm:7.25.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@discoveryjs/json-ext", [\ + ["npm:0.5.7", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@discoveryjs-json-ext-npm-0.5.7-fe04af1f31-10c0.zip/node_modules/@discoveryjs/json-ext/",\ + "packageDependencies": [\ + ["@discoveryjs/json-ext", "npm:0.5.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@fortawesome/fontawesome-free", [\ + ["npm:6.7.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@fortawesome-fontawesome-free-npm-6.7.2-d3f6d6ec6d-10c0.zip/node_modules/@fortawesome/fontawesome-free/",\ + "packageDependencies": [\ + ["@fortawesome/fontawesome-free", "npm:6.7.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@isaacs/cliui", [\ + ["npm:8.0.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@isaacs-cliui-npm-8.0.2-f4364666d5-10c0.zip/node_modules/@isaacs/cliui/",\ + "packageDependencies": [\ + ["@isaacs/cliui", "npm:8.0.2"],\ + ["string-width", "npm:5.1.2"],\ + ["string-width-cjs", [\ + "string-width",\ + "npm:4.2.3"\ + ]],\ + ["strip-ansi", "npm:7.1.0"],\ + ["strip-ansi-cjs", [\ + "strip-ansi",\ + "npm:6.0.1"\ + ]],\ + ["wrap-ansi", "npm:8.1.0"],\ + ["wrap-ansi-cjs", [\ + "wrap-ansi",\ + "npm:7.0.0"\ + ]]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@isaacs/fs-minipass", [\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@isaacs-fs-minipass-npm-4.0.1-677026e841-10c0.zip/node_modules/@isaacs/fs-minipass/",\ + "packageDependencies": [\ + ["@isaacs/fs-minipass", "npm:4.0.1"],\ + ["minipass", "npm:7.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jest/schemas", [\ + ["npm:29.6.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@jest-schemas-npm-29.6.3-292730e442-10c0.zip/node_modules/@jest/schemas/",\ + "packageDependencies": [\ + ["@jest/schemas", "npm:29.6.3"],\ + ["@sinclair/typebox", "npm:0.27.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jest/types", [\ + ["npm:29.6.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@jest-types-npm-29.6.3-a584ca999d-10c0.zip/node_modules/@jest/types/",\ + "packageDependencies": [\ + ["@jest/types", "npm:29.6.3"],\ + ["@jest/schemas", "npm:29.6.3"],\ + ["@types/istanbul-lib-coverage", "npm:2.0.6"],\ + ["@types/istanbul-reports", "npm:3.0.4"],\ + ["@types/node", "npm:22.13.4"],\ + ["@types/yargs", "npm:17.0.33"],\ + ["chalk", "npm:4.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jridgewell/gen-mapping", [\ + ["npm:0.3.8", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@jridgewell-gen-mapping-npm-0.3.8-647be6e286-10c0.zip/node_modules/@jridgewell/gen-mapping/",\ + "packageDependencies": [\ + ["@jridgewell/gen-mapping", "npm:0.3.8"],\ + ["@jridgewell/set-array", "npm:1.2.1"],\ + ["@jridgewell/sourcemap-codec", "npm:1.5.0"],\ + ["@jridgewell/trace-mapping", "npm:0.3.25"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jridgewell/resolve-uri", [\ + ["npm:3.1.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@jridgewell-resolve-uri-npm-3.1.2-5bc4245992-10c0.zip/node_modules/@jridgewell/resolve-uri/",\ + "packageDependencies": [\ + ["@jridgewell/resolve-uri", "npm:3.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jridgewell/set-array", [\ + ["npm:1.2.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@jridgewell-set-array-npm-1.2.1-2312928209-10c0.zip/node_modules/@jridgewell/set-array/",\ + "packageDependencies": [\ + ["@jridgewell/set-array", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jridgewell/source-map", [\ + ["npm:0.3.6", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@jridgewell-source-map-npm-0.3.6-fe0849eb05-10c0.zip/node_modules/@jridgewell/source-map/",\ + "packageDependencies": [\ + ["@jridgewell/source-map", "npm:0.3.6"],\ + ["@jridgewell/gen-mapping", "npm:0.3.8"],\ + ["@jridgewell/trace-mapping", "npm:0.3.25"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jridgewell/sourcemap-codec", [\ + ["npm:1.5.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@jridgewell-sourcemap-codec-npm-1.5.0-dfd9126d71-10c0.zip/node_modules/@jridgewell/sourcemap-codec/",\ + "packageDependencies": [\ + ["@jridgewell/sourcemap-codec", "npm:1.5.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jridgewell/trace-mapping", [\ + ["npm:0.3.25", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@jridgewell-trace-mapping-npm-0.3.25-c076fd2279-10c0.zip/node_modules/@jridgewell/trace-mapping/",\ + "packageDependencies": [\ + ["@jridgewell/trace-mapping", "npm:0.3.25"],\ + ["@jridgewell/resolve-uri", "npm:3.1.2"],\ + ["@jridgewell/sourcemap-codec", "npm:1.5.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@npmcli/agent", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@npmcli-agent-npm-3.0.0-169e79294f-10c0.zip/node_modules/@npmcli/agent/",\ + "packageDependencies": [\ + ["@npmcli/agent", "npm:3.0.0"],\ + ["agent-base", "npm:7.1.3"],\ + ["http-proxy-agent", "npm:7.0.2"],\ + ["https-proxy-agent", "npm:7.0.6"],\ + ["lru-cache", "npm:10.4.3"],\ + ["socks-proxy-agent", "npm:8.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@npmcli/fs", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@npmcli-fs-npm-4.0.0-1d9cc8a27b-10c0.zip/node_modules/@npmcli/fs/",\ + "packageDependencies": [\ + ["@npmcli/fs", "npm:4.0.0"],\ + ["semver", "npm:7.7.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@nuxt/friendly-errors-webpack-plugin", [\ + ["npm:2.6.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@nuxt-friendly-errors-webpack-plugin-npm-2.6.0-849de39530-10c0.zip/node_modules/@nuxt/friendly-errors-webpack-plugin/",\ + "packageDependencies": [\ + ["@nuxt/friendly-errors-webpack-plugin", "npm:2.6.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:2.6.0", {\ + "packageLocation": "./.yarn/__virtual__/@nuxt-friendly-errors-webpack-plugin-virtual-e5d63cf6f4/8/tykayn/.yarn/berry/cache/@nuxt-friendly-errors-webpack-plugin-npm-2.6.0-849de39530-10c0.zip/node_modules/@nuxt/friendly-errors-webpack-plugin/",\ + "packageDependencies": [\ + ["@nuxt/friendly-errors-webpack-plugin", "virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:2.6.0"],\ + ["@types/webpack", null],\ + ["chalk", "npm:2.4.2"],\ + ["consola", "npm:3.4.0"],\ + ["error-stack-parser", "npm:2.1.4"],\ + ["string-width", "npm:4.2.3"],\ + ["webpack", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.98.0"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/",\ + "packageDependencies": [\ + ["@parcel/watcher", "npm:2.5.1"],\ + ["@parcel/watcher-android-arm64", "npm:2.5.1"],\ + ["@parcel/watcher-darwin-arm64", "npm:2.5.1"],\ + ["@parcel/watcher-darwin-x64", "npm:2.5.1"],\ + ["@parcel/watcher-freebsd-x64", "npm:2.5.1"],\ + ["@parcel/watcher-linux-arm-glibc", "npm:2.5.1"],\ + ["@parcel/watcher-linux-arm-musl", "npm:2.5.1"],\ + ["@parcel/watcher-linux-arm64-glibc", "npm:2.5.1"],\ + ["@parcel/watcher-linux-arm64-musl", "npm:2.5.1"],\ + ["@parcel/watcher-linux-x64-glibc", "npm:2.5.1"],\ + ["@parcel/watcher-linux-x64-musl", "npm:2.5.1"],\ + ["@parcel/watcher-win32-arm64", "npm:2.5.1"],\ + ["@parcel/watcher-win32-ia32", "npm:2.5.1"],\ + ["@parcel/watcher-win32-x64", "npm:2.5.1"],\ + ["detect-libc", "npm:1.0.3"],\ + ["is-glob", "npm:4.0.3"],\ + ["micromatch", "npm:4.0.8"],\ + ["node-addon-api", "npm:7.1.1"],\ + ["node-gyp", "npm:11.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-android-arm64", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-android-arm64-npm-2.5.1-5eeecb6e21/node_modules/@parcel/watcher-android-arm64/",\ + "packageDependencies": [\ + ["@parcel/watcher-android-arm64", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-darwin-arm64", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-darwin-arm64-npm-2.5.1-12be747bca/node_modules/@parcel/watcher-darwin-arm64/",\ + "packageDependencies": [\ + ["@parcel/watcher-darwin-arm64", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-darwin-x64", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-darwin-x64-npm-2.5.1-7a8bd09237/node_modules/@parcel/watcher-darwin-x64/",\ + "packageDependencies": [\ + ["@parcel/watcher-darwin-x64", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-freebsd-x64", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-freebsd-x64-npm-2.5.1-8d68995fbd/node_modules/@parcel/watcher-freebsd-x64/",\ + "packageDependencies": [\ + ["@parcel/watcher-freebsd-x64", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-linux-arm-glibc", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-linux-arm-glibc-npm-2.5.1-dbba115920/node_modules/@parcel/watcher-linux-arm-glibc/",\ + "packageDependencies": [\ + ["@parcel/watcher-linux-arm-glibc", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-linux-arm-musl", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-linux-arm-musl-npm-2.5.1-4c02382019/node_modules/@parcel/watcher-linux-arm-musl/",\ + "packageDependencies": [\ + ["@parcel/watcher-linux-arm-musl", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-linux-arm64-glibc", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-linux-arm64-glibc-npm-2.5.1-fcde7c8778/node_modules/@parcel/watcher-linux-arm64-glibc/",\ + "packageDependencies": [\ + ["@parcel/watcher-linux-arm64-glibc", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-linux-arm64-musl", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-linux-arm64-musl-npm-2.5.1-130ca76a6e/node_modules/@parcel/watcher-linux-arm64-musl/",\ + "packageDependencies": [\ + ["@parcel/watcher-linux-arm64-musl", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-linux-x64-glibc", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-linux-x64-glibc-npm-2.5.1-92a895ebe3/node_modules/@parcel/watcher-linux-x64-glibc/",\ + "packageDependencies": [\ + ["@parcel/watcher-linux-x64-glibc", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-linux-x64-musl", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-linux-x64-musl-npm-2.5.1-1f030ca64b/node_modules/@parcel/watcher-linux-x64-musl/",\ + "packageDependencies": [\ + ["@parcel/watcher-linux-x64-musl", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-win32-arm64", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-win32-arm64-npm-2.5.1-2dfe3131ac/node_modules/@parcel/watcher-win32-arm64/",\ + "packageDependencies": [\ + ["@parcel/watcher-win32-arm64", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-win32-ia32", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-win32-ia32-npm-2.5.1-e70c7b871b/node_modules/@parcel/watcher-win32-ia32/",\ + "packageDependencies": [\ + ["@parcel/watcher-win32-ia32", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-win32-x64", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-win32-x64-npm-2.5.1-6e3012ad80/node_modules/@parcel/watcher-win32-x64/",\ + "packageDependencies": [\ + ["@parcel/watcher-win32-x64", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@pkgjs/parseargs", [\ + ["npm:0.11.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@pkgjs-parseargs-npm-0.11.0-cd2a3fe948-10c0.zip/node_modules/@pkgjs/parseargs/",\ + "packageDependencies": [\ + ["@pkgjs/parseargs", "npm:0.11.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@sinclair/typebox", [\ + ["npm:0.27.8", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@sinclair-typebox-npm-0.27.8-23e206d653-10c0.zip/node_modules/@sinclair/typebox/",\ + "packageDependencies": [\ + ["@sinclair/typebox", "npm:0.27.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@symfony/webpack-encore", [\ + ["npm:5.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@symfony-webpack-encore-npm-5.0.1-4386eae46b-10c0.zip/node_modules/@symfony/webpack-encore/",\ + "packageDependencies": [\ + ["@symfony/webpack-encore", "npm:5.0.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.0.1", {\ + "packageLocation": "./.yarn/__virtual__/@symfony-webpack-encore-virtual-5ce35f4ad8/8/tykayn/.yarn/berry/cache/@symfony-webpack-encore-npm-5.0.1-4386eae46b-10c0.zip/node_modules/@symfony/webpack-encore/",\ + "packageDependencies": [\ + ["@symfony/webpack-encore", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.0.1"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/plugin-transform-react-jsx", null],\ + ["@babel/preset-env", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:7.26.9"],\ + ["@babel/preset-react", null],\ + ["@babel/preset-typescript", null],\ + ["@nuxt/friendly-errors-webpack-plugin", "virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:2.6.0"],\ + ["@symfony/stimulus-bridge", null],\ + ["@types/babel__core", null],\ + ["@types/babel__plugin-transform-react-jsx", null],\ + ["@types/babel__preset-env", null],\ + ["@types/babel__preset-react", null],\ + ["@types/babel__preset-typescript", null],\ + ["@types/file-loader", null],\ + ["@types/fork-ts-checker-webpack-plugin", null],\ + ["@types/handlebars", null],\ + ["@types/handlebars-loader", null],\ + ["@types/less", null],\ + ["@types/less-loader", null],\ + ["@types/postcss", null],\ + ["@types/postcss-loader", null],\ + ["@types/sass", null],\ + ["@types/sass-loader", null],\ + ["@types/stylus-loader", null],\ + ["@types/symfony__stimulus-bridge", null],\ + ["@types/ts-loader", null],\ + ["@types/typescript", null],\ + ["@types/vue", null],\ + ["@types/vue-loader", null],\ + ["@types/vue__babel-helper-vue-jsx-merge-props", null],\ + ["@types/vue__babel-plugin-jsx", null],\ + ["@types/vue__babel-preset-jsx", null],\ + ["@types/vue__compiler-sfc", null],\ + ["@types/webpack", null],\ + ["@types/webpack-cli", null],\ + ["@types/webpack-dev-server", null],\ + ["@types/webpack-notifier", null],\ + ["@vue/babel-helper-vue-jsx-merge-props", null],\ + ["@vue/babel-plugin-jsx", null],\ + ["@vue/babel-preset-jsx", null],\ + ["@vue/compiler-sfc", null],\ + ["babel-loader", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:9.2.1"],\ + ["css-loader", "virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:7.1.2"],\ + ["css-minimizer-webpack-plugin", "virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:7.0.0"],\ + ["fastest-levenshtein", "npm:1.0.16"],\ + ["file-loader", null],\ + ["fork-ts-checker-webpack-plugin", null],\ + ["handlebars", null],\ + ["handlebars-loader", null],\ + ["less", null],\ + ["less-loader", null],\ + ["mini-css-extract-plugin", "virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:2.9.2"],\ + ["picocolors", "npm:1.1.1"],\ + ["postcss", null],\ + ["postcss-loader", null],\ + ["pretty-error", "npm:4.0.0"],\ + ["resolve-url-loader", "npm:5.0.0"],\ + ["sass", "npm:1.85.0"],\ + ["sass-loader", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:16.0.4"],\ + ["semver", "npm:7.7.1"],\ + ["style-loader", "virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:3.3.4"],\ + ["stylus-loader", null],\ + ["tapable", "npm:2.2.1"],\ + ["terser-webpack-plugin", "virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:5.3.11"],\ + ["tmp", "npm:0.2.3"],\ + ["ts-loader", null],\ + ["typescript", null],\ + ["vue", null],\ + ["vue-loader", null],\ + ["webpack", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.98.0"],\ + ["webpack-cli", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.1.4"],\ + ["webpack-dev-server", null],\ + ["webpack-notifier", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:1.15.0"],\ + ["yargs-parser", "npm:21.1.1"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@babel/plugin-transform-react-jsx",\ + "@babel/preset-env",\ + "@babel/preset-react",\ + "@babel/preset-typescript",\ + "@symfony/stimulus-bridge",\ + "@types/babel__core",\ + "@types/babel__plugin-transform-react-jsx",\ + "@types/babel__preset-env",\ + "@types/babel__preset-react",\ + "@types/babel__preset-typescript",\ + "@types/file-loader",\ + "@types/fork-ts-checker-webpack-plugin",\ + "@types/handlebars-loader",\ + "@types/handlebars",\ + "@types/less-loader",\ + "@types/less",\ + "@types/postcss-loader",\ + "@types/postcss",\ + "@types/sass-loader",\ + "@types/sass",\ + "@types/stylus-loader",\ + "@types/symfony__stimulus-bridge",\ + "@types/ts-loader",\ + "@types/typescript",\ + "@types/vue-loader",\ + "@types/vue",\ + "@types/vue__babel-helper-vue-jsx-merge-props",\ + "@types/vue__babel-plugin-jsx",\ + "@types/vue__babel-preset-jsx",\ + "@types/vue__compiler-sfc",\ + "@types/webpack-cli",\ + "@types/webpack-dev-server",\ + "@types/webpack-notifier",\ + "@types/webpack",\ + "@vue/babel-helper-vue-jsx-merge-props",\ + "@vue/babel-plugin-jsx",\ + "@vue/babel-preset-jsx",\ + "@vue/compiler-sfc",\ + "file-loader",\ + "fork-ts-checker-webpack-plugin",\ + "handlebars-loader",\ + "handlebars",\ + "less-loader",\ + "less",\ + "postcss-loader",\ + "postcss",\ + "sass-loader",\ + "sass",\ + "stylus-loader",\ + "ts-loader",\ + "typescript",\ + "vue-loader",\ + "vue",\ + "webpack-cli",\ + "webpack-dev-server",\ + "webpack-notifier",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@trysound/sax", [\ + ["npm:0.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@trysound-sax-npm-0.2.0-9f763d0295-10c0.zip/node_modules/@trysound/sax/",\ + "packageDependencies": [\ + ["@trysound/sax", "npm:0.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/eslint", [\ + ["npm:9.6.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@types-eslint-npm-9.6.1-31a8cf74e4-10c0.zip/node_modules/@types/eslint/",\ + "packageDependencies": [\ + ["@types/eslint", "npm:9.6.1"],\ + ["@types/estree", "npm:1.0.6"],\ + ["@types/json-schema", "npm:7.0.15"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/eslint-scope", [\ + ["npm:3.7.7", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@types-eslint-scope-npm-3.7.7-efa26592f6-10c0.zip/node_modules/@types/eslint-scope/",\ + "packageDependencies": [\ + ["@types/eslint-scope", "npm:3.7.7"],\ + ["@types/eslint", "npm:9.6.1"],\ + ["@types/estree", "npm:1.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/estree", [\ + ["npm:1.0.6", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@types-estree-npm-1.0.6-b5e23f2ea2-10c0.zip/node_modules/@types/estree/",\ + "packageDependencies": [\ + ["@types/estree", "npm:1.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/istanbul-lib-coverage", [\ + ["npm:2.0.6", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@types-istanbul-lib-coverage-npm-2.0.6-2ea31fda9c-10c0.zip/node_modules/@types/istanbul-lib-coverage/",\ + "packageDependencies": [\ + ["@types/istanbul-lib-coverage", "npm:2.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/istanbul-lib-report", [\ + ["npm:3.0.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@types-istanbul-lib-report-npm-3.0.3-a5c0ef4b88-10c0.zip/node_modules/@types/istanbul-lib-report/",\ + "packageDependencies": [\ + ["@types/istanbul-lib-report", "npm:3.0.3"],\ + ["@types/istanbul-lib-coverage", "npm:2.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/istanbul-reports", [\ + ["npm:3.0.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@types-istanbul-reports-npm-3.0.4-1afa69db29-10c0.zip/node_modules/@types/istanbul-reports/",\ + "packageDependencies": [\ + ["@types/istanbul-reports", "npm:3.0.4"],\ + ["@types/istanbul-lib-report", "npm:3.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/json-schema", [\ + ["npm:7.0.15", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@types-json-schema-npm-7.0.15-fd16381786-10c0.zip/node_modules/@types/json-schema/",\ + "packageDependencies": [\ + ["@types/json-schema", "npm:7.0.15"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/node", [\ + ["npm:22.13.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@types-node-npm-22.13.4-80985669cb-10c0.zip/node_modules/@types/node/",\ + "packageDependencies": [\ + ["@types/node", "npm:22.13.4"],\ + ["undici-types", "npm:6.20.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/yargs", [\ + ["npm:17.0.33", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@types-yargs-npm-17.0.33-1d6cca6a2e-10c0.zip/node_modules/@types/yargs/",\ + "packageDependencies": [\ + ["@types/yargs", "npm:17.0.33"],\ + ["@types/yargs-parser", "npm:21.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/yargs-parser", [\ + ["npm:21.0.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@types-yargs-parser-npm-21.0.3-1d265246a1-10c0.zip/node_modules/@types/yargs-parser/",\ + "packageDependencies": [\ + ["@types/yargs-parser", "npm:21.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/ast", [\ + ["npm:1.14.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@webassemblyjs-ast-npm-1.14.1-3c3be7e1c7-10c0.zip/node_modules/@webassemblyjs/ast/",\ + "packageDependencies": [\ + ["@webassemblyjs/ast", "npm:1.14.1"],\ + ["@webassemblyjs/helper-numbers", "npm:1.13.2"],\ + ["@webassemblyjs/helper-wasm-bytecode", "npm:1.13.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/floating-point-hex-parser", [\ + ["npm:1.13.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@webassemblyjs-floating-point-hex-parser-npm-1.13.2-6fb28a43ea-10c0.zip/node_modules/@webassemblyjs/floating-point-hex-parser/",\ + "packageDependencies": [\ + ["@webassemblyjs/floating-point-hex-parser", "npm:1.13.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/helper-api-error", [\ + ["npm:1.13.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@webassemblyjs-helper-api-error-npm-1.13.2-960f9ddae0-10c0.zip/node_modules/@webassemblyjs/helper-api-error/",\ + "packageDependencies": [\ + ["@webassemblyjs/helper-api-error", "npm:1.13.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/helper-buffer", [\ + ["npm:1.14.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@webassemblyjs-helper-buffer-npm-1.14.1-41c842be6b-10c0.zip/node_modules/@webassemblyjs/helper-buffer/",\ + "packageDependencies": [\ + ["@webassemblyjs/helper-buffer", "npm:1.14.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/helper-numbers", [\ + ["npm:1.13.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@webassemblyjs-helper-numbers-npm-1.13.2-f66f9b062d-10c0.zip/node_modules/@webassemblyjs/helper-numbers/",\ + "packageDependencies": [\ + ["@webassemblyjs/helper-numbers", "npm:1.13.2"],\ + ["@webassemblyjs/floating-point-hex-parser", "npm:1.13.2"],\ + ["@webassemblyjs/helper-api-error", "npm:1.13.2"],\ + ["@xtuc/long", "npm:4.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/helper-wasm-bytecode", [\ + ["npm:1.13.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@webassemblyjs-helper-wasm-bytecode-npm-1.13.2-d4f0224769-10c0.zip/node_modules/@webassemblyjs/helper-wasm-bytecode/",\ + "packageDependencies": [\ + ["@webassemblyjs/helper-wasm-bytecode", "npm:1.13.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/helper-wasm-section", [\ + ["npm:1.14.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@webassemblyjs-helper-wasm-section-npm-1.14.1-5243edbf41-10c0.zip/node_modules/@webassemblyjs/helper-wasm-section/",\ + "packageDependencies": [\ + ["@webassemblyjs/helper-wasm-section", "npm:1.14.1"],\ + ["@webassemblyjs/ast", "npm:1.14.1"],\ + ["@webassemblyjs/helper-buffer", "npm:1.14.1"],\ + ["@webassemblyjs/helper-wasm-bytecode", "npm:1.13.2"],\ + ["@webassemblyjs/wasm-gen", "npm:1.14.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/ieee754", [\ + ["npm:1.13.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@webassemblyjs-ieee754-npm-1.13.2-a3a6a7b2fd-10c0.zip/node_modules/@webassemblyjs/ieee754/",\ + "packageDependencies": [\ + ["@webassemblyjs/ieee754", "npm:1.13.2"],\ + ["@xtuc/ieee754", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/leb128", [\ + ["npm:1.13.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@webassemblyjs-leb128-npm-1.13.2-30bfcea7aa-10c0.zip/node_modules/@webassemblyjs/leb128/",\ + "packageDependencies": [\ + ["@webassemblyjs/leb128", "npm:1.13.2"],\ + ["@xtuc/long", "npm:4.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/utf8", [\ + ["npm:1.13.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@webassemblyjs-utf8-npm-1.13.2-a0ec535507-10c0.zip/node_modules/@webassemblyjs/utf8/",\ + "packageDependencies": [\ + ["@webassemblyjs/utf8", "npm:1.13.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/wasm-edit", [\ + ["npm:1.14.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@webassemblyjs-wasm-edit-npm-1.14.1-f8509a0db6-10c0.zip/node_modules/@webassemblyjs/wasm-edit/",\ + "packageDependencies": [\ + ["@webassemblyjs/wasm-edit", "npm:1.14.1"],\ + ["@webassemblyjs/ast", "npm:1.14.1"],\ + ["@webassemblyjs/helper-buffer", "npm:1.14.1"],\ + ["@webassemblyjs/helper-wasm-bytecode", "npm:1.13.2"],\ + ["@webassemblyjs/helper-wasm-section", "npm:1.14.1"],\ + ["@webassemblyjs/wasm-gen", "npm:1.14.1"],\ + ["@webassemblyjs/wasm-opt", "npm:1.14.1"],\ + ["@webassemblyjs/wasm-parser", "npm:1.14.1"],\ + ["@webassemblyjs/wast-printer", "npm:1.14.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/wasm-gen", [\ + ["npm:1.14.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@webassemblyjs-wasm-gen-npm-1.14.1-8b8d68f261-10c0.zip/node_modules/@webassemblyjs/wasm-gen/",\ + "packageDependencies": [\ + ["@webassemblyjs/wasm-gen", "npm:1.14.1"],\ + ["@webassemblyjs/ast", "npm:1.14.1"],\ + ["@webassemblyjs/helper-wasm-bytecode", "npm:1.13.2"],\ + ["@webassemblyjs/ieee754", "npm:1.13.2"],\ + ["@webassemblyjs/leb128", "npm:1.13.2"],\ + ["@webassemblyjs/utf8", "npm:1.13.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/wasm-opt", [\ + ["npm:1.14.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@webassemblyjs-wasm-opt-npm-1.14.1-d6b7083f9d-10c0.zip/node_modules/@webassemblyjs/wasm-opt/",\ + "packageDependencies": [\ + ["@webassemblyjs/wasm-opt", "npm:1.14.1"],\ + ["@webassemblyjs/ast", "npm:1.14.1"],\ + ["@webassemblyjs/helper-buffer", "npm:1.14.1"],\ + ["@webassemblyjs/wasm-gen", "npm:1.14.1"],\ + ["@webassemblyjs/wasm-parser", "npm:1.14.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/wasm-parser", [\ + ["npm:1.14.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@webassemblyjs-wasm-parser-npm-1.14.1-ad3b2c4a8f-10c0.zip/node_modules/@webassemblyjs/wasm-parser/",\ + "packageDependencies": [\ + ["@webassemblyjs/wasm-parser", "npm:1.14.1"],\ + ["@webassemblyjs/ast", "npm:1.14.1"],\ + ["@webassemblyjs/helper-api-error", "npm:1.13.2"],\ + ["@webassemblyjs/helper-wasm-bytecode", "npm:1.13.2"],\ + ["@webassemblyjs/ieee754", "npm:1.13.2"],\ + ["@webassemblyjs/leb128", "npm:1.13.2"],\ + ["@webassemblyjs/utf8", "npm:1.13.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/wast-printer", [\ + ["npm:1.14.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@webassemblyjs-wast-printer-npm-1.14.1-e43dc9a0b4-10c0.zip/node_modules/@webassemblyjs/wast-printer/",\ + "packageDependencies": [\ + ["@webassemblyjs/wast-printer", "npm:1.14.1"],\ + ["@webassemblyjs/ast", "npm:1.14.1"],\ + ["@xtuc/long", "npm:4.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webpack-cli/configtest", [\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@webpack-cli-configtest-npm-2.1.1-2aa637b6bc-10c0.zip/node_modules/@webpack-cli/configtest/",\ + "packageDependencies": [\ + ["@webpack-cli/configtest", "npm:2.1.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:ee92af20c2b9167ca3718a325f269c1ae8fef916e233d41ba4c2543ff252cc55cb0d56f67d16ac675f7a7a7bd7d2d5f49113bddb173b143e89d9767927acf2d2#npm:2.1.1", {\ + "packageLocation": "./.yarn/__virtual__/@webpack-cli-configtest-virtual-1d1377844c/8/tykayn/.yarn/berry/cache/@webpack-cli-configtest-npm-2.1.1-2aa637b6bc-10c0.zip/node_modules/@webpack-cli/configtest/",\ + "packageDependencies": [\ + ["@webpack-cli/configtest", "virtual:ee92af20c2b9167ca3718a325f269c1ae8fef916e233d41ba4c2543ff252cc55cb0d56f67d16ac675f7a7a7bd7d2d5f49113bddb173b143e89d9767927acf2d2#npm:2.1.1"],\ + ["@types/webpack", null],\ + ["@types/webpack-cli", null],\ + ["webpack", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.98.0"],\ + ["webpack-cli", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.1.4"]\ + ],\ + "packagePeers": [\ + "@types/webpack-cli",\ + "@types/webpack",\ + "webpack-cli",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webpack-cli/info", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@webpack-cli-info-npm-2.0.2-494be2e91a-10c0.zip/node_modules/@webpack-cli/info/",\ + "packageDependencies": [\ + ["@webpack-cli/info", "npm:2.0.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:ee92af20c2b9167ca3718a325f269c1ae8fef916e233d41ba4c2543ff252cc55cb0d56f67d16ac675f7a7a7bd7d2d5f49113bddb173b143e89d9767927acf2d2#npm:2.0.2", {\ + "packageLocation": "./.yarn/__virtual__/@webpack-cli-info-virtual-5f62e9a4d6/8/tykayn/.yarn/berry/cache/@webpack-cli-info-npm-2.0.2-494be2e91a-10c0.zip/node_modules/@webpack-cli/info/",\ + "packageDependencies": [\ + ["@webpack-cli/info", "virtual:ee92af20c2b9167ca3718a325f269c1ae8fef916e233d41ba4c2543ff252cc55cb0d56f67d16ac675f7a7a7bd7d2d5f49113bddb173b143e89d9767927acf2d2#npm:2.0.2"],\ + ["@types/webpack", null],\ + ["@types/webpack-cli", null],\ + ["webpack", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.98.0"],\ + ["webpack-cli", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.1.4"]\ + ],\ + "packagePeers": [\ + "@types/webpack-cli",\ + "@types/webpack",\ + "webpack-cli",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webpack-cli/serve", [\ + ["npm:2.0.5", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@webpack-cli-serve-npm-2.0.5-5a220c2601-10c0.zip/node_modules/@webpack-cli/serve/",\ + "packageDependencies": [\ + ["@webpack-cli/serve", "npm:2.0.5"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:ee92af20c2b9167ca3718a325f269c1ae8fef916e233d41ba4c2543ff252cc55cb0d56f67d16ac675f7a7a7bd7d2d5f49113bddb173b143e89d9767927acf2d2#npm:2.0.5", {\ + "packageLocation": "./.yarn/__virtual__/@webpack-cli-serve-virtual-02c988bda4/8/tykayn/.yarn/berry/cache/@webpack-cli-serve-npm-2.0.5-5a220c2601-10c0.zip/node_modules/@webpack-cli/serve/",\ + "packageDependencies": [\ + ["@webpack-cli/serve", "virtual:ee92af20c2b9167ca3718a325f269c1ae8fef916e233d41ba4c2543ff252cc55cb0d56f67d16ac675f7a7a7bd7d2d5f49113bddb173b143e89d9767927acf2d2#npm:2.0.5"],\ + ["@types/webpack", null],\ + ["@types/webpack-cli", null],\ + ["@types/webpack-dev-server", null],\ + ["webpack", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.98.0"],\ + ["webpack-cli", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.1.4"],\ + ["webpack-dev-server", null]\ + ],\ + "packagePeers": [\ + "@types/webpack-cli",\ + "@types/webpack-dev-server",\ + "@types/webpack",\ + "webpack-cli",\ + "webpack-dev-server",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@xtuc/ieee754", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@xtuc-ieee754-npm-1.2.0-ec0ce4e025-10c0.zip/node_modules/@xtuc/ieee754/",\ + "packageDependencies": [\ + ["@xtuc/ieee754", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@xtuc/long", [\ + ["npm:4.2.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/@xtuc-long-npm-4.2.2-37236e6d72-10c0.zip/node_modules/@xtuc/long/",\ + "packageDependencies": [\ + ["@xtuc/long", "npm:4.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["abbrev", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/abbrev-npm-3.0.0-946682a7b1-10c0.zip/node_modules/abbrev/",\ + "packageDependencies": [\ + ["abbrev", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["acorn", [\ + ["npm:8.14.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/acorn-npm-8.14.0-dc46f61424-10c0.zip/node_modules/acorn/",\ + "packageDependencies": [\ + ["acorn", "npm:8.14.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["adjust-sourcemap-loader", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/adjust-sourcemap-loader-npm-4.0.0-c8b560af8c-10c0.zip/node_modules/adjust-sourcemap-loader/",\ + "packageDependencies": [\ + ["adjust-sourcemap-loader", "npm:4.0.0"],\ + ["loader-utils", "npm:2.0.4"],\ + ["regex-parser", "npm:2.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["agent-base", [\ + ["npm:7.1.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/agent-base-npm-7.1.3-b2c16e72fb-10c0.zip/node_modules/agent-base/",\ + "packageDependencies": [\ + ["agent-base", "npm:7.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ajv", [\ + ["npm:8.17.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/ajv-npm-8.17.1-12ade7edc6-10c0.zip/node_modules/ajv/",\ + "packageDependencies": [\ + ["ajv", "npm:8.17.1"],\ + ["fast-deep-equal", "npm:3.1.3"],\ + ["fast-uri", "npm:3.0.6"],\ + ["json-schema-traverse", "npm:1.0.0"],\ + ["require-from-string", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ajv-formats", [\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/ajv-formats-npm-2.1.1-3cec02eae9-10c0.zip/node_modules/ajv-formats/",\ + "packageDependencies": [\ + ["ajv-formats", "npm:2.1.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:6f0a75e2e24507b64e23679df5b98c6b0a9e9a8621a95c9f8c1ae8bd406eb857104f4065344af3a2d6d0a9ff549b8adbd3d15f60ef166628999040bd862e7a27#npm:2.1.1", {\ + "packageLocation": "./.yarn/__virtual__/ajv-formats-virtual-c2f25a3c34/8/tykayn/.yarn/berry/cache/ajv-formats-npm-2.1.1-3cec02eae9-10c0.zip/node_modules/ajv-formats/",\ + "packageDependencies": [\ + ["ajv-formats", "virtual:6f0a75e2e24507b64e23679df5b98c6b0a9e9a8621a95c9f8c1ae8bd406eb857104f4065344af3a2d6d0a9ff549b8adbd3d15f60ef166628999040bd862e7a27#npm:2.1.1"],\ + ["@types/ajv", null],\ + ["ajv", "npm:8.17.1"]\ + ],\ + "packagePeers": [\ + "@types/ajv",\ + "ajv"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ajv-keywords", [\ + ["npm:5.1.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/ajv-keywords-npm-5.1.0-ee670a3944-10c0.zip/node_modules/ajv-keywords/",\ + "packageDependencies": [\ + ["ajv-keywords", "npm:5.1.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:6f0a75e2e24507b64e23679df5b98c6b0a9e9a8621a95c9f8c1ae8bd406eb857104f4065344af3a2d6d0a9ff549b8adbd3d15f60ef166628999040bd862e7a27#npm:5.1.0", {\ + "packageLocation": "./.yarn/__virtual__/ajv-keywords-virtual-3becc7bd62/8/tykayn/.yarn/berry/cache/ajv-keywords-npm-5.1.0-ee670a3944-10c0.zip/node_modules/ajv-keywords/",\ + "packageDependencies": [\ + ["ajv-keywords", "virtual:6f0a75e2e24507b64e23679df5b98c6b0a9e9a8621a95c9f8c1ae8bd406eb857104f4065344af3a2d6d0a9ff549b8adbd3d15f60ef166628999040bd862e7a27#npm:5.1.0"],\ + ["@types/ajv", null],\ + ["ajv", "npm:8.17.1"],\ + ["fast-deep-equal", "npm:3.1.3"]\ + ],\ + "packagePeers": [\ + "@types/ajv",\ + "ajv"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["amdefine", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/amdefine-npm-1.0.1-40b219807a-10c0.zip/node_modules/amdefine/",\ + "packageDependencies": [\ + ["amdefine", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["angular", [\ + ["npm:1.8.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/angular-npm-1.8.3-0e5e833690-10c0.zip/node_modules/angular/",\ + "packageDependencies": [\ + ["angular", "npm:1.8.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ansi-regex", [\ + ["npm:5.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/ansi-regex-npm-5.0.1-c963a48615-10c0.zip/node_modules/ansi-regex/",\ + "packageDependencies": [\ + ["ansi-regex", "npm:5.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.1.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/ansi-regex-npm-6.1.0-abe011aae4-10c0.zip/node_modules/ansi-regex/",\ + "packageDependencies": [\ + ["ansi-regex", "npm:6.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ansi-styles", [\ + ["npm:3.2.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/ansi-styles-npm-3.2.1-8cb8107983-10c0.zip/node_modules/ansi-styles/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:3.2.1"],\ + ["color-convert", "npm:1.9.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.3.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/ansi-styles-npm-4.3.0-245c7d42c7-10c0.zip/node_modules/ansi-styles/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:4.3.0"],\ + ["color-convert", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.2.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/ansi-styles-npm-6.2.1-d43647018c-10c0.zip/node_modules/ansi-styles/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:6.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["async", [\ + ["npm:0.2.10", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/async-npm-0.2.10-e2182a8639-10c0.zip/node_modules/async/",\ + "packageDependencies": [\ + ["async", "npm:0.2.10"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-loader", [\ + ["npm:9.2.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/babel-loader-npm-9.2.1-6cf3231de6-10c0.zip/node_modules/babel-loader/",\ + "packageDependencies": [\ + ["babel-loader", "npm:9.2.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:9.2.1", {\ + "packageLocation": "./.yarn/__virtual__/babel-loader-virtual-f1556e7425/8/tykayn/.yarn/berry/cache/babel-loader-npm-9.2.1-6cf3231de6-10c0.zip/node_modules/babel-loader/",\ + "packageDependencies": [\ + ["babel-loader", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:9.2.1"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@types/babel__core", null],\ + ["@types/webpack", null],\ + ["find-cache-dir", "npm:4.0.0"],\ + ["schema-utils", "npm:4.3.0"],\ + ["webpack", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.98.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core",\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-plugin-polyfill-corejs2", [\ + ["npm:0.4.12", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/babel-plugin-polyfill-corejs2-npm-0.4.12-d572de89f3-10c0.zip/node_modules/babel-plugin-polyfill-corejs2/",\ + "packageDependencies": [\ + ["babel-plugin-polyfill-corejs2", "npm:0.4.12"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:0.4.12", {\ + "packageLocation": "./.yarn/__virtual__/babel-plugin-polyfill-corejs2-virtual-a09309798f/8/tykayn/.yarn/berry/cache/babel-plugin-polyfill-corejs2-npm-0.4.12-d572de89f3-10c0.zip/node_modules/babel-plugin-polyfill-corejs2/",\ + "packageDependencies": [\ + ["babel-plugin-polyfill-corejs2", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:0.4.12"],\ + ["@babel/compat-data", "npm:7.26.8"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-define-polyfill-provider", "virtual:a09309798f2673c9762e1a6342edf4b2a570cb710f0df8f2f5bd0a260c11145512a96b5756defbc9ea3d7177fff1f42dfbb0541a297b218bfc70f43d6e3f9503#npm:0.6.3"],\ + ["@types/babel__core", null],\ + ["semver", "npm:6.3.1"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-plugin-polyfill-corejs3", [\ + ["npm:0.11.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/babel-plugin-polyfill-corejs3-npm-0.11.1-89f3309381-10c0.zip/node_modules/babel-plugin-polyfill-corejs3/",\ + "packageDependencies": [\ + ["babel-plugin-polyfill-corejs3", "npm:0.11.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:0.11.1", {\ + "packageLocation": "./.yarn/__virtual__/babel-plugin-polyfill-corejs3-virtual-93b36b9686/8/tykayn/.yarn/berry/cache/babel-plugin-polyfill-corejs3-npm-0.11.1-89f3309381-10c0.zip/node_modules/babel-plugin-polyfill-corejs3/",\ + "packageDependencies": [\ + ["babel-plugin-polyfill-corejs3", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:0.11.1"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-define-polyfill-provider", "virtual:a09309798f2673c9762e1a6342edf4b2a570cb710f0df8f2f5bd0a260c11145512a96b5756defbc9ea3d7177fff1f42dfbb0541a297b218bfc70f43d6e3f9503#npm:0.6.3"],\ + ["@types/babel__core", null],\ + ["core-js-compat", "npm:3.40.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-plugin-polyfill-regenerator", [\ + ["npm:0.6.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/babel-plugin-polyfill-regenerator-npm-0.6.3-03c3464221-10c0.zip/node_modules/babel-plugin-polyfill-regenerator/",\ + "packageDependencies": [\ + ["babel-plugin-polyfill-regenerator", "npm:0.6.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:0.6.3", {\ + "packageLocation": "./.yarn/__virtual__/babel-plugin-polyfill-regenerator-virtual-6715849c09/8/tykayn/.yarn/berry/cache/babel-plugin-polyfill-regenerator-npm-0.6.3-03c3464221-10c0.zip/node_modules/babel-plugin-polyfill-regenerator/",\ + "packageDependencies": [\ + ["babel-plugin-polyfill-regenerator", "virtual:2f37e3c7aade7eeae566b6692f944475b93811195702e823f0d6ee8b9d5978b0edb07bf074c9c71454d3af75ef552c5a812c8021dae6a71c306cb50ba15bd305#npm:0.6.3"],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/helper-define-polyfill-provider", "virtual:a09309798f2673c9762e1a6342edf4b2a570cb710f0df8f2f5bd0a260c11145512a96b5756defbc9ea3d7177fff1f42dfbb0541a297b218bfc70f43d6e3f9503#npm:0.6.3"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["balanced-match", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/balanced-match-npm-1.0.2-a53c126459-10c0.zip/node_modules/balanced-match/",\ + "packageDependencies": [\ + ["balanced-match", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["big.js", [\ + ["npm:5.2.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/big.js-npm-5.2.2-e147c30820-10c0.zip/node_modules/big.js/",\ + "packageDependencies": [\ + ["big.js", "npm:5.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["boolbase", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/boolbase-npm-1.0.0-965fe9af6d-10c0.zip/node_modules/boolbase/",\ + "packageDependencies": [\ + ["boolbase", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["bootstrap", [\ + ["npm:5.3.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/bootstrap-npm-5.3.3-da08e2f0fe-10c0.zip/node_modules/bootstrap/",\ + "packageDependencies": [\ + ["bootstrap", "npm:5.3.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.3.3", {\ + "packageLocation": "./.yarn/__virtual__/bootstrap-virtual-2c24090b13/8/tykayn/.yarn/berry/cache/bootstrap-npm-5.3.3-da08e2f0fe-10c0.zip/node_modules/bootstrap/",\ + "packageDependencies": [\ + ["bootstrap", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.3.3"],\ + ["@popperjs/core", null],\ + ["@types/popperjs__core", null]\ + ],\ + "packagePeers": [\ + "@popperjs/core",\ + "@types/popperjs__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["brace-expansion", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/brace-expansion-npm-2.0.1-17aa2616f9-10c0.zip/node_modules/brace-expansion/",\ + "packageDependencies": [\ + ["brace-expansion", "npm:2.0.1"],\ + ["balanced-match", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["braces", [\ + ["npm:3.0.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/braces-npm-3.0.3-582c14023c-10c0.zip/node_modules/braces/",\ + "packageDependencies": [\ + ["braces", "npm:3.0.3"],\ + ["fill-range", "npm:7.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["browserslist", [\ + ["npm:4.24.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/browserslist-npm-4.24.4-2fdeb5face-10c0.zip/node_modules/browserslist/",\ + "packageDependencies": [\ + ["browserslist", "npm:4.24.4"],\ + ["caniuse-lite", "npm:1.0.30001699"],\ + ["electron-to-chromium", "npm:1.5.100"],\ + ["node-releases", "npm:2.0.19"],\ + ["update-browserslist-db", "virtual:2fdeb5face9914bb5fd94c70f084d153c80d2f09e5aabee010e4220b248dc23fca8f73c7beed0195e45ae6e2b1cb25388f709d7bfc4f00e473d573887faf4e5c#npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["buffer-from", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/buffer-from-npm-1.1.2-03d2f20d7e-10c0.zip/node_modules/buffer-from/",\ + "packageDependencies": [\ + ["buffer-from", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cacache", [\ + ["npm:19.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/cacache-npm-19.0.1-395cba1936-10c0.zip/node_modules/cacache/",\ + "packageDependencies": [\ + ["cacache", "npm:19.0.1"],\ + ["@npmcli/fs", "npm:4.0.0"],\ + ["fs-minipass", "npm:3.0.3"],\ + ["glob", "npm:10.4.5"],\ + ["lru-cache", "npm:10.4.3"],\ + ["minipass", "npm:7.1.2"],\ + ["minipass-collect", "npm:2.0.1"],\ + ["minipass-flush", "npm:1.0.5"],\ + ["minipass-pipeline", "npm:1.2.4"],\ + ["p-map", "npm:7.0.3"],\ + ["ssri", "npm:12.0.0"],\ + ["tar", "npm:7.4.3"],\ + ["unique-filename", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["caniuse-api", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/caniuse-api-npm-3.0.0-1272c2981e-10c0.zip/node_modules/caniuse-api/",\ + "packageDependencies": [\ + ["caniuse-api", "npm:3.0.0"],\ + ["browserslist", "npm:4.24.4"],\ + ["caniuse-lite", "npm:1.0.30001699"],\ + ["lodash.memoize", "npm:4.1.2"],\ + ["lodash.uniq", "npm:4.5.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["caniuse-lite", [\ + ["npm:1.0.30001699", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/caniuse-lite-npm-1.0.30001699-aed268ac86-10c0.zip/node_modules/caniuse-lite/",\ + "packageDependencies": [\ + ["caniuse-lite", "npm:1.0.30001699"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["canvasjs", [\ + ["npm:1.8.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/canvasjs-npm-1.8.3-8dabc69391-10c0.zip/node_modules/canvasjs/",\ + "packageDependencies": [\ + ["canvasjs", "npm:1.8.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["chalk", [\ + ["npm:2.4.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/chalk-npm-2.4.2-3ea16dd91e-10c0.zip/node_modules/chalk/",\ + "packageDependencies": [\ + ["chalk", "npm:2.4.2"],\ + ["ansi-styles", "npm:3.2.1"],\ + ["escape-string-regexp", "npm:1.0.5"],\ + ["supports-color", "npm:5.5.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.1.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/chalk-npm-4.1.2-ba8b67ab80-10c0.zip/node_modules/chalk/",\ + "packageDependencies": [\ + ["chalk", "npm:4.1.2"],\ + ["ansi-styles", "npm:4.3.0"],\ + ["supports-color", "npm:7.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["chokidar", [\ + ["npm:0.8.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/chokidar-npm-0.8.4-e7f572c9c3-10c0.zip/node_modules/chokidar/",\ + "packageDependencies": [\ + ["chokidar", "npm:0.8.4"],\ + ["fsevents", "patch:fsevents@https%3A//github.com/pipobscure/fsevents.git%23commit=7dcdf9fa3f8956610fd6f69f72c67bace2de7138#optional!builtin::version=0.2.1&hash=3bafbf"],\ + ["recursive-readdir", "npm:0.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/chokidar-npm-4.0.3-962354fbb4-10c0.zip/node_modules/chokidar/",\ + "packageDependencies": [\ + ["chokidar", "npm:4.0.3"],\ + ["readdirp", "npm:4.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["chownr", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/chownr-npm-3.0.0-5275e85d25-10c0.zip/node_modules/chownr/",\ + "packageDependencies": [\ + ["chownr", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["chrome-trace-event", [\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/chrome-trace-event-npm-1.0.4-4f22eb2c55-10c0.zip/node_modules/chrome-trace-event/",\ + "packageDependencies": [\ + ["chrome-trace-event", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ci-info", [\ + ["npm:3.9.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/ci-info-npm-3.9.0-646784ca0e-10c0.zip/node_modules/ci-info/",\ + "packageDependencies": [\ + ["ci-info", "npm:3.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["clone-deep", [\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/clone-deep-npm-4.0.1-70adab92c8-10c0.zip/node_modules/clone-deep/",\ + "packageDependencies": [\ + ["clone-deep", "npm:4.0.1"],\ + ["is-plain-object", "npm:2.0.4"],\ + ["kind-of", "npm:6.0.3"],\ + ["shallow-clone", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["color-convert", [\ + ["npm:1.9.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/color-convert-npm-1.9.3-1fe690075e-10c0.zip/node_modules/color-convert/",\ + "packageDependencies": [\ + ["color-convert", "npm:1.9.3"],\ + ["color-name", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/color-convert-npm-2.0.1-79730e935b-10c0.zip/node_modules/color-convert/",\ + "packageDependencies": [\ + ["color-convert", "npm:2.0.1"],\ + ["color-name", "npm:1.1.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["color-name", [\ + ["npm:1.1.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/color-name-npm-1.1.3-728b7b5d39-10c0.zip/node_modules/color-name/",\ + "packageDependencies": [\ + ["color-name", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.1.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/color-name-npm-1.1.4-025792b0ea-10c0.zip/node_modules/color-name/",\ + "packageDependencies": [\ + ["color-name", "npm:1.1.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["colord", [\ + ["npm:2.9.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/colord-npm-2.9.3-5c35c27898-10c0.zip/node_modules/colord/",\ + "packageDependencies": [\ + ["colord", "npm:2.9.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["colorette", [\ + ["npm:2.0.20", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/colorette-npm-2.0.20-692d428726-10c0.zip/node_modules/colorette/",\ + "packageDependencies": [\ + ["colorette", "npm:2.0.20"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["commander", [\ + ["npm:10.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/commander-npm-10.0.1-f17613b72b-10c0.zip/node_modules/commander/",\ + "packageDependencies": [\ + ["commander", "npm:10.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.20.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/commander-npm-2.20.3-d8dcbaa39b-10c0.zip/node_modules/commander/",\ + "packageDependencies": [\ + ["commander", "npm:2.20.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/commander-npm-7.2.0-19178180f8-10c0.zip/node_modules/commander/",\ + "packageDependencies": [\ + ["commander", "npm:7.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["common-path-prefix", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/common-path-prefix-npm-3.0.0-68b78785c1-10c0.zip/node_modules/common-path-prefix/",\ + "packageDependencies": [\ + ["common-path-prefix", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["consola", [\ + ["npm:3.4.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/consola-npm-3.4.0-cbcac69204-10c0.zip/node_modules/consola/",\ + "packageDependencies": [\ + ["consola", "npm:3.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["convert-source-map", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/convert-source-map-npm-1.9.0-e294555f4b-10c0.zip/node_modules/convert-source-map/",\ + "packageDependencies": [\ + ["convert-source-map", "npm:1.9.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/convert-source-map-npm-2.0.0-7ab664dc4e-10c0.zip/node_modules/convert-source-map/",\ + "packageDependencies": [\ + ["convert-source-map", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["core-js", [\ + ["npm:3.40.0", {\ + "packageLocation": "./.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/",\ + "packageDependencies": [\ + ["core-js", "npm:3.40.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["core-js-compat", [\ + ["npm:3.40.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/core-js-compat-npm-3.40.0-4943db3368-10c0.zip/node_modules/core-js-compat/",\ + "packageDependencies": [\ + ["core-js-compat", "npm:3.40.0"],\ + ["browserslist", "npm:4.24.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cross-spawn", [\ + ["npm:7.0.6", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/cross-spawn-npm-7.0.6-264bddf921-10c0.zip/node_modules/cross-spawn/",\ + "packageDependencies": [\ + ["cross-spawn", "npm:7.0.6"],\ + ["path-key", "npm:3.1.1"],\ + ["shebang-command", "npm:2.0.0"],\ + ["which", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["css-declaration-sorter", [\ + ["npm:7.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/css-declaration-sorter-npm-7.2.0-b5087e1063-10c0.zip/node_modules/css-declaration-sorter/",\ + "packageDependencies": [\ + ["css-declaration-sorter", "npm:7.2.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.2.0", {\ + "packageLocation": "./.yarn/__virtual__/css-declaration-sorter-virtual-ec811c01c8/8/tykayn/.yarn/berry/cache/css-declaration-sorter-npm-7.2.0-b5087e1063-10c0.zip/node_modules/css-declaration-sorter/",\ + "packageDependencies": [\ + ["css-declaration-sorter", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.2.0"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["css-loader", [\ + ["npm:7.1.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/css-loader-npm-7.1.2-7540f12884-10c0.zip/node_modules/css-loader/",\ + "packageDependencies": [\ + ["css-loader", "npm:7.1.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:7.1.2", {\ + "packageLocation": "./.yarn/__virtual__/css-loader-virtual-800d7bce49/8/tykayn/.yarn/berry/cache/css-loader-npm-7.1.2-7540f12884-10c0.zip/node_modules/css-loader/",\ + "packageDependencies": [\ + ["css-loader", "virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:7.1.2"],\ + ["@rspack/core", null],\ + ["@types/rspack__core", null],\ + ["@types/webpack", null],\ + ["icss-utils", "virtual:800d7bce4938be434abd5b9ffdecd5d2fa02c46f185dd0bbcc40cd896c25795d7bde8ca30b94ee8cefbb3ebbaa4505ba0fde304a24e2c64793e36fcf546f5343#npm:5.1.0"],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-modules-extract-imports", "virtual:800d7bce4938be434abd5b9ffdecd5d2fa02c46f185dd0bbcc40cd896c25795d7bde8ca30b94ee8cefbb3ebbaa4505ba0fde304a24e2c64793e36fcf546f5343#npm:3.1.0"],\ + ["postcss-modules-local-by-default", "virtual:800d7bce4938be434abd5b9ffdecd5d2fa02c46f185dd0bbcc40cd896c25795d7bde8ca30b94ee8cefbb3ebbaa4505ba0fde304a24e2c64793e36fcf546f5343#npm:4.2.0"],\ + ["postcss-modules-scope", "virtual:800d7bce4938be434abd5b9ffdecd5d2fa02c46f185dd0bbcc40cd896c25795d7bde8ca30b94ee8cefbb3ebbaa4505ba0fde304a24e2c64793e36fcf546f5343#npm:3.2.1"],\ + ["postcss-modules-values", "virtual:800d7bce4938be434abd5b9ffdecd5d2fa02c46f185dd0bbcc40cd896c25795d7bde8ca30b94ee8cefbb3ebbaa4505ba0fde304a24e2c64793e36fcf546f5343#npm:4.0.0"],\ + ["postcss-value-parser", "npm:4.2.0"],\ + ["semver", "npm:7.7.1"],\ + ["webpack", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.98.0"]\ + ],\ + "packagePeers": [\ + "@rspack/core",\ + "@types/rspack__core",\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["css-minimizer-webpack-plugin", [\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/css-minimizer-webpack-plugin-npm-7.0.0-f09f3109c8-10c0.zip/node_modules/css-minimizer-webpack-plugin/",\ + "packageDependencies": [\ + ["css-minimizer-webpack-plugin", "npm:7.0.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:7.0.0", {\ + "packageLocation": "./.yarn/__virtual__/css-minimizer-webpack-plugin-virtual-d0af66eb32/8/tykayn/.yarn/berry/cache/css-minimizer-webpack-plugin-npm-7.0.0-f09f3109c8-10c0.zip/node_modules/css-minimizer-webpack-plugin/",\ + "packageDependencies": [\ + ["css-minimizer-webpack-plugin", "virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:7.0.0"],\ + ["@jridgewell/trace-mapping", "npm:0.3.25"],\ + ["@parcel/css", null],\ + ["@swc/css", null],\ + ["@types/clean-css", null],\ + ["@types/csso", null],\ + ["@types/esbuild", null],\ + ["@types/lightningcss", null],\ + ["@types/parcel__css", null],\ + ["@types/swc__css", null],\ + ["@types/webpack", null],\ + ["clean-css", null],\ + ["cssnano", "virtual:d0af66eb32f91ea4e6cdb8c868e18f7c96eef3be7df2c1c60b84f8449ffccb5918e31760496381d2a1ad03afd326f6401bb34d2241cffff3b8a662df884e6383#npm:7.0.6"],\ + ["csso", null],\ + ["esbuild", null],\ + ["jest-worker", "npm:29.7.0"],\ + ["lightningcss", null],\ + ["postcss", "npm:8.5.2"],\ + ["schema-utils", "npm:4.3.0"],\ + ["serialize-javascript", "npm:6.0.2"],\ + ["webpack", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.98.0"]\ + ],\ + "packagePeers": [\ + "@parcel/css",\ + "@swc/css",\ + "@types/clean-css",\ + "@types/csso",\ + "@types/esbuild",\ + "@types/lightningcss",\ + "@types/parcel__css",\ + "@types/swc__css",\ + "@types/webpack",\ + "clean-css",\ + "csso",\ + "esbuild",\ + "lightningcss",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["css-select", [\ + ["npm:4.3.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/css-select-npm-4.3.0-72f53028ec-10c0.zip/node_modules/css-select/",\ + "packageDependencies": [\ + ["css-select", "npm:4.3.0"],\ + ["boolbase", "npm:1.0.0"],\ + ["css-what", "npm:6.1.0"],\ + ["domhandler", "npm:4.3.1"],\ + ["domutils", "npm:2.8.0"],\ + ["nth-check", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.1.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/css-select-npm-5.1.0-9365a79de5-10c0.zip/node_modules/css-select/",\ + "packageDependencies": [\ + ["css-select", "npm:5.1.0"],\ + ["boolbase", "npm:1.0.0"],\ + ["css-what", "npm:6.1.0"],\ + ["domhandler", "npm:5.0.3"],\ + ["domutils", "npm:3.2.2"],\ + ["nth-check", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["css-tree", [\ + ["npm:2.2.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/css-tree-npm-2.2.1-ee98ac48a8-10c0.zip/node_modules/css-tree/",\ + "packageDependencies": [\ + ["css-tree", "npm:2.2.1"],\ + ["mdn-data", "npm:2.0.28"],\ + ["source-map-js", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.3.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/css-tree-npm-2.3.1-6540d78e26-10c0.zip/node_modules/css-tree/",\ + "packageDependencies": [\ + ["css-tree", "npm:2.3.1"],\ + ["mdn-data", "npm:2.0.30"],\ + ["source-map-js", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["css-what", [\ + ["npm:6.1.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/css-what-npm-6.1.0-57f751efbb-10c0.zip/node_modules/css-what/",\ + "packageDependencies": [\ + ["css-what", "npm:6.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cssesc", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/cssesc-npm-3.0.0-15ec56f86f-10c0.zip/node_modules/cssesc/",\ + "packageDependencies": [\ + ["cssesc", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cssnano", [\ + ["npm:7.0.6", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/cssnano-npm-7.0.6-b3934f23a5-10c0.zip/node_modules/cssnano/",\ + "packageDependencies": [\ + ["cssnano", "npm:7.0.6"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d0af66eb32f91ea4e6cdb8c868e18f7c96eef3be7df2c1c60b84f8449ffccb5918e31760496381d2a1ad03afd326f6401bb34d2241cffff3b8a662df884e6383#npm:7.0.6", {\ + "packageLocation": "./.yarn/__virtual__/cssnano-virtual-674ae4911f/8/tykayn/.yarn/berry/cache/cssnano-npm-7.0.6-b3934f23a5-10c0.zip/node_modules/cssnano/",\ + "packageDependencies": [\ + ["cssnano", "virtual:d0af66eb32f91ea4e6cdb8c868e18f7c96eef3be7df2c1c60b84f8449ffccb5918e31760496381d2a1ad03afd326f6401bb34d2241cffff3b8a662df884e6383#npm:7.0.6"],\ + ["@types/postcss", null],\ + ["cssnano-preset-default", "virtual:674ae4911f3418ad638fbdc4a477a91e6b66c4f2f6b26f3d49b2706e18e1565b9344d5c8a90f0bb0f51f0630f1f482102977bcd49bfe2d72ca383e83be0ca4a2#npm:7.0.6"],\ + ["lilconfig", "npm:3.1.3"],\ + ["postcss", "npm:8.5.2"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cssnano-preset-default", [\ + ["npm:7.0.6", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/cssnano-preset-default-npm-7.0.6-2c1cf6f352-10c0.zip/node_modules/cssnano-preset-default/",\ + "packageDependencies": [\ + ["cssnano-preset-default", "npm:7.0.6"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:674ae4911f3418ad638fbdc4a477a91e6b66c4f2f6b26f3d49b2706e18e1565b9344d5c8a90f0bb0f51f0630f1f482102977bcd49bfe2d72ca383e83be0ca4a2#npm:7.0.6", {\ + "packageLocation": "./.yarn/__virtual__/cssnano-preset-default-virtual-1951ad9b6a/8/tykayn/.yarn/berry/cache/cssnano-preset-default-npm-7.0.6-2c1cf6f352-10c0.zip/node_modules/cssnano-preset-default/",\ + "packageDependencies": [\ + ["cssnano-preset-default", "virtual:674ae4911f3418ad638fbdc4a477a91e6b66c4f2f6b26f3d49b2706e18e1565b9344d5c8a90f0bb0f51f0630f1f482102977bcd49bfe2d72ca383e83be0ca4a2#npm:7.0.6"],\ + ["@types/postcss", null],\ + ["browserslist", "npm:4.24.4"],\ + ["css-declaration-sorter", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.2.0"],\ + ["cssnano-utils", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:5.0.0"],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-calc", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:10.1.1"],\ + ["postcss-colormin", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.2"],\ + ["postcss-convert-values", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.4"],\ + ["postcss-discard-comments", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.3"],\ + ["postcss-discard-duplicates", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.1"],\ + ["postcss-discard-empty", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["postcss-discard-overridden", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["postcss-merge-longhand", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.4"],\ + ["postcss-merge-rules", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.4"],\ + ["postcss-minify-font-values", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["postcss-minify-gradients", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["postcss-minify-params", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.2"],\ + ["postcss-minify-selectors", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.4"],\ + ["postcss-normalize-charset", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["postcss-normalize-display-values", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["postcss-normalize-positions", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["postcss-normalize-repeat-style", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["postcss-normalize-string", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["postcss-normalize-timing-functions", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["postcss-normalize-unicode", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.2"],\ + ["postcss-normalize-url", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["postcss-normalize-whitespace", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["postcss-ordered-values", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.1"],\ + ["postcss-reduce-initial", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.2"],\ + ["postcss-reduce-transforms", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["postcss-svgo", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.1"],\ + ["postcss-unique-selectors", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.3"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cssnano-utils", [\ + ["npm:5.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/cssnano-utils-npm-5.0.0-99da5e5744-10c0.zip/node_modules/cssnano-utils/",\ + "packageDependencies": [\ + ["cssnano-utils", "npm:5.0.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:5.0.0", {\ + "packageLocation": "./.yarn/__virtual__/cssnano-utils-virtual-93c74fe88a/8/tykayn/.yarn/berry/cache/cssnano-utils-npm-5.0.0-99da5e5744-10c0.zip/node_modules/cssnano-utils/",\ + "packageDependencies": [\ + ["cssnano-utils", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:5.0.0"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["csso", [\ + ["npm:5.0.5", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/csso-npm-5.0.5-b21e2a8b65-10c0.zip/node_modules/csso/",\ + "packageDependencies": [\ + ["csso", "npm:5.0.5"],\ + ["css-tree", "npm:2.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["debug", [\ + ["npm:4.4.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/debug-npm-4.4.0-f6efe76023-10c0.zip/node_modules/debug/",\ + "packageDependencies": [\ + ["debug", "npm:4.4.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:5dc40fea712494f06495996e8631fe3d962d9b85eec49908b9f35dc6ec9523d9b63e829ac878a2fa2414a0d111083466b19302a37186a46f0da9795af68d1f4c#npm:4.4.0", {\ + "packageLocation": "./.yarn/__virtual__/debug-virtual-c162bbfe54/8/tykayn/.yarn/berry/cache/debug-npm-4.4.0-f6efe76023-10c0.zip/node_modules/debug/",\ + "packageDependencies": [\ + ["debug", "virtual:5dc40fea712494f06495996e8631fe3d962d9b85eec49908b9f35dc6ec9523d9b63e829ac878a2fa2414a0d111083466b19302a37186a46f0da9795af68d1f4c#npm:4.4.0"],\ + ["@types/supports-color", null],\ + ["ms", "npm:2.1.3"],\ + ["supports-color", null]\ + ],\ + "packagePeers": [\ + "@types/supports-color",\ + "supports-color"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["detect-libc", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/detect-libc-npm-1.0.3-c30ac344d4-10c0.zip/node_modules/detect-libc/",\ + "packageDependencies": [\ + ["detect-libc", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["dom-converter", [\ + ["npm:0.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/dom-converter-npm-0.2.0-902408f4a0-10c0.zip/node_modules/dom-converter/",\ + "packageDependencies": [\ + ["dom-converter", "npm:0.2.0"],\ + ["utila", "npm:0.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["dom-serializer", [\ + ["npm:1.4.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/dom-serializer-npm-1.4.1-ebb24349c1-10c0.zip/node_modules/dom-serializer/",\ + "packageDependencies": [\ + ["dom-serializer", "npm:1.4.1"],\ + ["domelementtype", "npm:2.3.0"],\ + ["domhandler", "npm:4.3.1"],\ + ["entities", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/dom-serializer-npm-2.0.0-378ebc7200-10c0.zip/node_modules/dom-serializer/",\ + "packageDependencies": [\ + ["dom-serializer", "npm:2.0.0"],\ + ["domelementtype", "npm:2.3.0"],\ + ["domhandler", "npm:5.0.3"],\ + ["entities", "npm:4.5.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["domelementtype", [\ + ["npm:2.3.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/domelementtype-npm-2.3.0-02de7cbfba-10c0.zip/node_modules/domelementtype/",\ + "packageDependencies": [\ + ["domelementtype", "npm:2.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["domhandler", [\ + ["npm:4.3.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/domhandler-npm-4.3.1-493539c1ca-10c0.zip/node_modules/domhandler/",\ + "packageDependencies": [\ + ["domhandler", "npm:4.3.1"],\ + ["domelementtype", "npm:2.3.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.0.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/domhandler-npm-5.0.3-3ede73dc10-10c0.zip/node_modules/domhandler/",\ + "packageDependencies": [\ + ["domhandler", "npm:5.0.3"],\ + ["domelementtype", "npm:2.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["domutils", [\ + ["npm:2.8.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/domutils-npm-2.8.0-0325139e5c-10c0.zip/node_modules/domutils/",\ + "packageDependencies": [\ + ["domutils", "npm:2.8.0"],\ + ["dom-serializer", "npm:1.4.1"],\ + ["domelementtype", "npm:2.3.0"],\ + ["domhandler", "npm:4.3.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.2.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/domutils-npm-3.2.2-290180a284-10c0.zip/node_modules/domutils/",\ + "packageDependencies": [\ + ["domutils", "npm:3.2.2"],\ + ["dom-serializer", "npm:2.0.0"],\ + ["domelementtype", "npm:2.3.0"],\ + ["domhandler", "npm:5.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["eastasianwidth", [\ + ["npm:0.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/eastasianwidth-npm-0.2.0-c37eb16bd1-10c0.zip/node_modules/eastasianwidth/",\ + "packageDependencies": [\ + ["eastasianwidth", "npm:0.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["easyioc", [\ + ["npm:0.1.13", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/easyioc-npm-0.1.13-531dd86dac-10c0.zip/node_modules/easyioc/",\ + "packageDependencies": [\ + ["easyioc", "npm:0.1.13"],\ + ["lodash-node", "npm:2.4.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["electron-to-chromium", [\ + ["npm:1.5.100", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/electron-to-chromium-npm-1.5.100-a858c6d254-10c0.zip/node_modules/electron-to-chromium/",\ + "packageDependencies": [\ + ["electron-to-chromium", "npm:1.5.100"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["emoji-regex", [\ + ["npm:8.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/emoji-regex-npm-8.0.0-213764015c-10c0.zip/node_modules/emoji-regex/",\ + "packageDependencies": [\ + ["emoji-regex", "npm:8.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:9.2.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/emoji-regex-npm-9.2.2-e6fac8d058-10c0.zip/node_modules/emoji-regex/",\ + "packageDependencies": [\ + ["emoji-regex", "npm:9.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["emojis-list", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/emojis-list-npm-3.0.0-7faa48e6fd-10c0.zip/node_modules/emojis-list/",\ + "packageDependencies": [\ + ["emojis-list", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["encoding", [\ + ["npm:0.1.13", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/encoding-npm-0.1.13-82a1837d30-10c0.zip/node_modules/encoding/",\ + "packageDependencies": [\ + ["encoding", "npm:0.1.13"],\ + ["iconv-lite", "npm:0.6.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["encore", [\ + ["npm:0.0.30-beta", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/encore-npm-0.0.30-beta-60272db335-10c0.zip/node_modules/encore/",\ + "packageDependencies": [\ + ["encore", "npm:0.0.30-beta"],\ + ["chokidar", "npm:0.8.4"],\ + ["easyioc", "npm:0.1.13"],\ + ["filefetcher", "npm:0.0.1"],\ + ["handlebars", "npm:1.2.1"],\ + ["lodash-node", "npm:2.4.1"],\ + ["runway", "npm:3.15.47-beta"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["enhanced-resolve", [\ + ["npm:5.18.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/enhanced-resolve-npm-5.18.1-d16da9a150-10c0.zip/node_modules/enhanced-resolve/",\ + "packageDependencies": [\ + ["enhanced-resolve", "npm:5.18.1"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["tapable", "npm:2.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["entities", [\ + ["npm:2.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/entities-npm-2.2.0-0fc8d5b2f7-10c0.zip/node_modules/entities/",\ + "packageDependencies": [\ + ["entities", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.5.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/entities-npm-4.5.0-7cdb83b832-10c0.zip/node_modules/entities/",\ + "packageDependencies": [\ + ["entities", "npm:4.5.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["env-paths", [\ + ["npm:2.2.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/env-paths-npm-2.2.1-7c7577428c-10c0.zip/node_modules/env-paths/",\ + "packageDependencies": [\ + ["env-paths", "npm:2.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["envinfo", [\ + ["npm:7.14.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/envinfo-npm-7.14.0-624fecc5a5-10c0.zip/node_modules/envinfo/",\ + "packageDependencies": [\ + ["envinfo", "npm:7.14.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["err-code", [\ + ["npm:2.0.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/err-code-npm-2.0.3-082e0ff9a7-10c0.zip/node_modules/err-code/",\ + "packageDependencies": [\ + ["err-code", "npm:2.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["error-stack-parser", [\ + ["npm:2.1.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/error-stack-parser-npm-2.1.4-5b9f7fc0c2-10c0.zip/node_modules/error-stack-parser/",\ + "packageDependencies": [\ + ["error-stack-parser", "npm:2.1.4"],\ + ["stackframe", "npm:1.3.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["es-module-lexer", [\ + ["npm:1.6.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/es-module-lexer-npm-1.6.0-20500c26f6-10c0.zip/node_modules/es-module-lexer/",\ + "packageDependencies": [\ + ["es-module-lexer", "npm:1.6.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["escalade", [\ + ["npm:3.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/escalade-npm-3.2.0-19b50dd48f-10c0.zip/node_modules/escalade/",\ + "packageDependencies": [\ + ["escalade", "npm:3.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["escape-string-regexp", [\ + ["npm:1.0.5", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/escape-string-regexp-npm-1.0.5-3284de402f-10c0.zip/node_modules/escape-string-regexp/",\ + "packageDependencies": [\ + ["escape-string-regexp", "npm:1.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["eslint-scope", [\ + ["npm:5.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/eslint-scope-npm-5.1.1-71fe59b18a-10c0.zip/node_modules/eslint-scope/",\ + "packageDependencies": [\ + ["eslint-scope", "npm:5.1.1"],\ + ["esrecurse", "npm:4.3.0"],\ + ["estraverse", "npm:4.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["esrecurse", [\ + ["npm:4.3.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/esrecurse-npm-4.3.0-10b86a887a-10c0.zip/node_modules/esrecurse/",\ + "packageDependencies": [\ + ["esrecurse", "npm:4.3.0"],\ + ["estraverse", "npm:5.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["estraverse", [\ + ["npm:4.3.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/estraverse-npm-4.3.0-920a32f3c6-10c0.zip/node_modules/estraverse/",\ + "packageDependencies": [\ + ["estraverse", "npm:4.3.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.3.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/estraverse-npm-5.3.0-03284f8f63-10c0.zip/node_modules/estraverse/",\ + "packageDependencies": [\ + ["estraverse", "npm:5.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["esutils", [\ + ["npm:2.0.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/esutils-npm-2.0.3-f865beafd5-10c0.zip/node_modules/esutils/",\ + "packageDependencies": [\ + ["esutils", "npm:2.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["events", [\ + ["npm:3.3.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/events-npm-3.3.0-c280bc7e48-10c0.zip/node_modules/events/",\ + "packageDependencies": [\ + ["events", "npm:3.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["exponential-backoff", [\ + ["npm:3.1.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/exponential-backoff-npm-3.1.2-e030c582de-10c0.zip/node_modules/exponential-backoff/",\ + "packageDependencies": [\ + ["exponential-backoff", "npm:3.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fast-deep-equal", [\ + ["npm:3.1.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/fast-deep-equal-npm-3.1.3-790edcfcf5-10c0.zip/node_modules/fast-deep-equal/",\ + "packageDependencies": [\ + ["fast-deep-equal", "npm:3.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fast-uri", [\ + ["npm:3.0.6", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/fast-uri-npm-3.0.6-140ab22003-10c0.zip/node_modules/fast-uri/",\ + "packageDependencies": [\ + ["fast-uri", "npm:3.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fastest-levenshtein", [\ + ["npm:1.0.16", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/fastest-levenshtein-npm-1.0.16-192d328856-10c0.zip/node_modules/fastest-levenshtein/",\ + "packageDependencies": [\ + ["fastest-levenshtein", "npm:1.0.16"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["filefetcher", [\ + ["npm:0.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/filefetcher-npm-0.0.1-6503b52066-10c0.zip/node_modules/filefetcher/",\ + "packageDependencies": [\ + ["filefetcher", "npm:0.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fill-range", [\ + ["npm:7.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/fill-range-npm-7.1.1-bf491486db-10c0.zip/node_modules/fill-range/",\ + "packageDependencies": [\ + ["fill-range", "npm:7.1.1"],\ + ["to-regex-range", "npm:5.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["find-cache-dir", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/find-cache-dir-npm-4.0.0-ad2504e37e-10c0.zip/node_modules/find-cache-dir/",\ + "packageDependencies": [\ + ["find-cache-dir", "npm:4.0.0"],\ + ["common-path-prefix", "npm:3.0.0"],\ + ["pkg-dir", "npm:7.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["find-up", [\ + ["npm:4.1.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/find-up-npm-4.1.0-c3ccf8d855-10c0.zip/node_modules/find-up/",\ + "packageDependencies": [\ + ["find-up", "npm:4.1.0"],\ + ["locate-path", "npm:5.0.0"],\ + ["path-exists", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.3.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/find-up-npm-6.3.0-e5056fc655-10c0.zip/node_modules/find-up/",\ + "packageDependencies": [\ + ["find-up", "npm:6.3.0"],\ + ["locate-path", "npm:7.2.0"],\ + ["path-exists", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["flat", [\ + ["npm:5.0.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/flat-npm-5.0.2-12748102a5-10c0.zip/node_modules/flat/",\ + "packageDependencies": [\ + ["flat", "npm:5.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["font-awesome", [\ + ["npm:4.7.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/font-awesome-npm-4.7.0-7a553c5fbb-10c0.zip/node_modules/font-awesome/",\ + "packageDependencies": [\ + ["font-awesome", "npm:4.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["foreground-child", [\ + ["npm:3.3.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/foreground-child-npm-3.3.0-b8be745271-10c0.zip/node_modules/foreground-child/",\ + "packageDependencies": [\ + ["foreground-child", "npm:3.3.0"],\ + ["cross-spawn", "npm:7.0.6"],\ + ["signal-exit", "npm:4.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fs-minipass", [\ + ["npm:3.0.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/fs-minipass-npm-3.0.3-d148d6ac19-10c0.zip/node_modules/fs-minipass/",\ + "packageDependencies": [\ + ["fs-minipass", "npm:3.0.3"],\ + ["minipass", "npm:7.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fsevents", [\ + ["patch:fsevents@https%3A//github.com/pipobscure/fsevents.git%23commit=7dcdf9fa3f8956610fd6f69f72c67bace2de7138#optional!builtin::version=0.2.1&hash=3bafbf", {\ + "packageLocation": "./.yarn/unplugged/fsevents-patch-9e5493bc73/node_modules/fsevents/",\ + "packageDependencies": [\ + ["fsevents", "patch:fsevents@https%3A//github.com/pipobscure/fsevents.git%23commit=7dcdf9fa3f8956610fd6f69f72c67bace2de7138#optional!builtin::version=0.2.1&hash=3bafbf"],\ + ["nan", "npm:0.8.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["function-bind", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/function-bind-npm-1.1.2-7a55be9b03-10c0.zip/node_modules/function-bind/",\ + "packageDependencies": [\ + ["function-bind", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["gensync", [\ + ["npm:1.0.0-beta.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/gensync-npm-1.0.0-beta.2-224666d72f-10c0.zip/node_modules/gensync/",\ + "packageDependencies": [\ + ["gensync", "npm:1.0.0-beta.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["glob", [\ + ["npm:10.4.5", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/glob-npm-10.4.5-8c63175f05-10c0.zip/node_modules/glob/",\ + "packageDependencies": [\ + ["glob", "npm:10.4.5"],\ + ["foreground-child", "npm:3.3.0"],\ + ["jackspeak", "npm:3.4.3"],\ + ["minimatch", "npm:9.0.5"],\ + ["minipass", "npm:7.1.2"],\ + ["package-json-from-dist", "npm:1.0.1"],\ + ["path-scurry", "npm:1.11.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["glob-to-regexp", [\ + ["npm:0.4.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/glob-to-regexp-npm-0.4.1-cd697e0fc7-10c0.zip/node_modules/glob-to-regexp/",\ + "packageDependencies": [\ + ["glob-to-regexp", "npm:0.4.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["globals", [\ + ["npm:11.12.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/globals-npm-11.12.0-1fa7f41a6c-10c0.zip/node_modules/globals/",\ + "packageDependencies": [\ + ["globals", "npm:11.12.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["graceful-fs", [\ + ["npm:4.2.11", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/graceful-fs-npm-4.2.11-24bb648a68-10c0.zip/node_modules/graceful-fs/",\ + "packageDependencies": [\ + ["graceful-fs", "npm:4.2.11"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["growly", [\ + ["npm:1.3.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/growly-npm-1.3.0-b3a02d4d2a-10c0.zip/node_modules/growly/",\ + "packageDependencies": [\ + ["growly", "npm:1.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["handlebars", [\ + ["npm:1.2.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/handlebars-npm-1.2.1-5c9d6e820d-10c0.zip/node_modules/handlebars/",\ + "packageDependencies": [\ + ["handlebars", "npm:1.2.1"],\ + ["optimist", "npm:0.3.7"],\ + ["uglify-js", "npm:2.3.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["has-flag", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/has-flag-npm-3.0.0-16ac11fe05-10c0.zip/node_modules/has-flag/",\ + "packageDependencies": [\ + ["has-flag", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/has-flag-npm-4.0.0-32af9f0536-10c0.zip/node_modules/has-flag/",\ + "packageDependencies": [\ + ["has-flag", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["hasown", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/hasown-npm-2.0.2-80fe6c9901-10c0.zip/node_modules/hasown/",\ + "packageDependencies": [\ + ["hasown", "npm:2.0.2"],\ + ["function-bind", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["htmlparser2", [\ + ["npm:6.1.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/htmlparser2-npm-6.1.0-4ef89ab31e-10c0.zip/node_modules/htmlparser2/",\ + "packageDependencies": [\ + ["htmlparser2", "npm:6.1.0"],\ + ["domelementtype", "npm:2.3.0"],\ + ["domhandler", "npm:4.3.1"],\ + ["domutils", "npm:2.8.0"],\ + ["entities", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["http-cache-semantics", [\ + ["npm:4.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/http-cache-semantics-npm-4.1.1-1120131375-10c0.zip/node_modules/http-cache-semantics/",\ + "packageDependencies": [\ + ["http-cache-semantics", "npm:4.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["http-proxy-agent", [\ + ["npm:7.0.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/http-proxy-agent-npm-7.0.2-643ed7cc33-10c0.zip/node_modules/http-proxy-agent/",\ + "packageDependencies": [\ + ["http-proxy-agent", "npm:7.0.2"],\ + ["agent-base", "npm:7.1.3"],\ + ["debug", "virtual:5dc40fea712494f06495996e8631fe3d962d9b85eec49908b9f35dc6ec9523d9b63e829ac878a2fa2414a0d111083466b19302a37186a46f0da9795af68d1f4c#npm:4.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["https-proxy-agent", [\ + ["npm:7.0.6", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/https-proxy-agent-npm-7.0.6-27a95c2690-10c0.zip/node_modules/https-proxy-agent/",\ + "packageDependencies": [\ + ["https-proxy-agent", "npm:7.0.6"],\ + ["agent-base", "npm:7.1.3"],\ + ["debug", "virtual:5dc40fea712494f06495996e8631fe3d962d9b85eec49908b9f35dc6ec9523d9b63e829ac878a2fa2414a0d111083466b19302a37186a46f0da9795af68d1f4c#npm:4.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["iconv-lite", [\ + ["npm:0.6.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/iconv-lite-npm-0.6.3-24b8aae27e-10c0.zip/node_modules/iconv-lite/",\ + "packageDependencies": [\ + ["iconv-lite", "npm:0.6.3"],\ + ["safer-buffer", "npm:2.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["icss-utils", [\ + ["npm:5.1.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/icss-utils-npm-5.1.0-8d8c062d07-10c0.zip/node_modules/icss-utils/",\ + "packageDependencies": [\ + ["icss-utils", "npm:5.1.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:800d7bce4938be434abd5b9ffdecd5d2fa02c46f185dd0bbcc40cd896c25795d7bde8ca30b94ee8cefbb3ebbaa4505ba0fde304a24e2c64793e36fcf546f5343#npm:5.1.0", {\ + "packageLocation": "./.yarn/__virtual__/icss-utils-virtual-7cac45a5fc/8/tykayn/.yarn/berry/cache/icss-utils-npm-5.1.0-8d8c062d07-10c0.zip/node_modules/icss-utils/",\ + "packageDependencies": [\ + ["icss-utils", "virtual:800d7bce4938be434abd5b9ffdecd5d2fa02c46f185dd0bbcc40cd896c25795d7bde8ca30b94ee8cefbb3ebbaa4505ba0fde304a24e2c64793e36fcf546f5343#npm:5.1.0"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["immutable", [\ + ["npm:5.0.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/immutable-npm-5.0.3-c4195fd7f3-10c0.zip/node_modules/immutable/",\ + "packageDependencies": [\ + ["immutable", "npm:5.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["import-local", [\ + ["npm:3.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/import-local-npm-3.2.0-bf54ec7842-10c0.zip/node_modules/import-local/",\ + "packageDependencies": [\ + ["import-local", "npm:3.2.0"],\ + ["pkg-dir", "npm:4.2.0"],\ + ["resolve-cwd", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["imurmurhash", [\ + ["npm:0.1.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/imurmurhash-npm-0.1.4-610c5068a0-10c0.zip/node_modules/imurmurhash/",\ + "packageDependencies": [\ + ["imurmurhash", "npm:0.1.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["interpret", [\ + ["npm:3.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/interpret-npm-3.1.1-715bac2bd7-10c0.zip/node_modules/interpret/",\ + "packageDependencies": [\ + ["interpret", "npm:3.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["intro.js", [\ + ["npm:7.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/intro.js-npm-7.2.0-c7fd458ad8-10c0.zip/node_modules/intro.js/",\ + "packageDependencies": [\ + ["intro.js", "npm:7.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ip-address", [\ + ["npm:9.0.5", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/ip-address-npm-9.0.5-9fa024d42a-10c0.zip/node_modules/ip-address/",\ + "packageDependencies": [\ + ["ip-address", "npm:9.0.5"],\ + ["jsbn", "npm:1.1.0"],\ + ["sprintf-js", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-core-module", [\ + ["npm:2.16.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/is-core-module-npm-2.16.1-a54837229e-10c0.zip/node_modules/is-core-module/",\ + "packageDependencies": [\ + ["is-core-module", "npm:2.16.1"],\ + ["hasown", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-docker", [\ + ["npm:2.2.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/is-docker-npm-2.2.1-3f18a53aff-10c0.zip/node_modules/is-docker/",\ + "packageDependencies": [\ + ["is-docker", "npm:2.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-extglob", [\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/is-extglob-npm-2.1.1-0870ea68b5-10c0.zip/node_modules/is-extglob/",\ + "packageDependencies": [\ + ["is-extglob", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-fullwidth-code-point", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/is-fullwidth-code-point-npm-3.0.0-1ecf4ebee5-10c0.zip/node_modules/is-fullwidth-code-point/",\ + "packageDependencies": [\ + ["is-fullwidth-code-point", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-glob", [\ + ["npm:4.0.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/is-glob-npm-4.0.3-cb87bf1bdb-10c0.zip/node_modules/is-glob/",\ + "packageDependencies": [\ + ["is-glob", "npm:4.0.3"],\ + ["is-extglob", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-number", [\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/is-number-npm-7.0.0-060086935c-10c0.zip/node_modules/is-number/",\ + "packageDependencies": [\ + ["is-number", "npm:7.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-plain-object", [\ + ["npm:2.0.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/is-plain-object-npm-2.0.4-da3265d804-10c0.zip/node_modules/is-plain-object/",\ + "packageDependencies": [\ + ["is-plain-object", "npm:2.0.4"],\ + ["isobject", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-wsl", [\ + ["npm:2.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/is-wsl-npm-2.2.0-2ba10d6393-10c0.zip/node_modules/is-wsl/",\ + "packageDependencies": [\ + ["is-wsl", "npm:2.2.0"],\ + ["is-docker", "npm:2.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["isexe", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/isexe-npm-2.0.0-b58870bd2e-10c0.zip/node_modules/isexe/",\ + "packageDependencies": [\ + ["isexe", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/isexe-npm-3.1.1-9c0061eead-10c0.zip/node_modules/isexe/",\ + "packageDependencies": [\ + ["isexe", "npm:3.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["isobject", [\ + ["npm:3.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/isobject-npm-3.0.1-8145901fd2-10c0.zip/node_modules/isobject/",\ + "packageDependencies": [\ + ["isobject", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jackspeak", [\ + ["npm:3.4.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/jackspeak-npm-3.4.3-546bfad080-10c0.zip/node_modules/jackspeak/",\ + "packageDependencies": [\ + ["jackspeak", "npm:3.4.3"],\ + ["@isaacs/cliui", "npm:8.0.2"],\ + ["@pkgjs/parseargs", "npm:0.11.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-util", [\ + ["npm:29.7.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/jest-util-npm-29.7.0-ff1d59714b-10c0.zip/node_modules/jest-util/",\ + "packageDependencies": [\ + ["jest-util", "npm:29.7.0"],\ + ["@jest/types", "npm:29.6.3"],\ + ["@types/node", "npm:22.13.4"],\ + ["chalk", "npm:4.1.2"],\ + ["ci-info", "npm:3.9.0"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["picomatch", "npm:2.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-worker", [\ + ["npm:27.5.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/jest-worker-npm-27.5.1-1c110b5894-10c0.zip/node_modules/jest-worker/",\ + "packageDependencies": [\ + ["jest-worker", "npm:27.5.1"],\ + ["@types/node", "npm:22.13.4"],\ + ["merge-stream", "npm:2.0.0"],\ + ["supports-color", "npm:8.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:29.7.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/jest-worker-npm-29.7.0-4d3567fed6-10c0.zip/node_modules/jest-worker/",\ + "packageDependencies": [\ + ["jest-worker", "npm:29.7.0"],\ + ["@types/node", "npm:22.13.4"],\ + ["jest-util", "npm:29.7.0"],\ + ["merge-stream", "npm:2.0.0"],\ + ["supports-color", "npm:8.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jquery", [\ + ["npm:3.7.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/jquery-npm-3.7.1-eeeac0f21e-10c0.zip/node_modules/jquery/",\ + "packageDependencies": [\ + ["jquery", "npm:3.7.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["js-tokens", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/js-tokens-npm-4.0.0-0ac852e9e2-10c0.zip/node_modules/js-tokens/",\ + "packageDependencies": [\ + ["js-tokens", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jsbn", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/jsbn-npm-1.1.0-1da0181838-10c0.zip/node_modules/jsbn/",\ + "packageDependencies": [\ + ["jsbn", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jsesc", [\ + ["npm:3.0.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/jsesc-npm-3.0.2-3b3b74ec0d-10c0.zip/node_modules/jsesc/",\ + "packageDependencies": [\ + ["jsesc", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/jsesc-npm-3.1.0-2f4f998cd7-10c0.zip/node_modules/jsesc/",\ + "packageDependencies": [\ + ["jsesc", "npm:3.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["json-parse-even-better-errors", [\ + ["npm:2.3.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/json-parse-even-better-errors-npm-2.3.1-144d62256e-10c0.zip/node_modules/json-parse-even-better-errors/",\ + "packageDependencies": [\ + ["json-parse-even-better-errors", "npm:2.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["json-schema-traverse", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/json-schema-traverse-npm-1.0.0-fb3684f4f0-10c0.zip/node_modules/json-schema-traverse/",\ + "packageDependencies": [\ + ["json-schema-traverse", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["json5", [\ + ["npm:2.2.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/json5-npm-2.2.3-9962c55073-10c0.zip/node_modules/json5/",\ + "packageDependencies": [\ + ["json5", "npm:2.2.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["kind-of", [\ + ["npm:6.0.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/kind-of-npm-6.0.3-ab15f36220-10c0.zip/node_modules/kind-of/",\ + "packageDependencies": [\ + ["kind-of", "npm:6.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lilconfig", [\ + ["npm:3.1.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/lilconfig-npm-3.1.3-74a77377bb-10c0.zip/node_modules/lilconfig/",\ + "packageDependencies": [\ + ["lilconfig", "npm:3.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["loader-runner", [\ + ["npm:4.3.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/loader-runner-npm-4.3.0-9ca67df372-10c0.zip/node_modules/loader-runner/",\ + "packageDependencies": [\ + ["loader-runner", "npm:4.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["loader-utils", [\ + ["npm:2.0.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/loader-utils-npm-2.0.4-ba3800585b-10c0.zip/node_modules/loader-utils/",\ + "packageDependencies": [\ + ["loader-utils", "npm:2.0.4"],\ + ["big.js", "npm:5.2.2"],\ + ["emojis-list", "npm:3.0.0"],\ + ["json5", "npm:2.2.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["locate-path", [\ + ["npm:5.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/locate-path-npm-5.0.0-46580c43e4-10c0.zip/node_modules/locate-path/",\ + "packageDependencies": [\ + ["locate-path", "npm:5.0.0"],\ + ["p-locate", "npm:4.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/locate-path-npm-7.2.0-0e1169e19b-10c0.zip/node_modules/locate-path/",\ + "packageDependencies": [\ + ["locate-path", "npm:7.2.0"],\ + ["p-locate", "npm:6.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lodash", [\ + ["npm:4.17.21", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/lodash-npm-4.17.21-6382451519-10c0.zip/node_modules/lodash/",\ + "packageDependencies": [\ + ["lodash", "npm:4.17.21"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lodash-node", [\ + ["npm:2.4.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/lodash-node-npm-2.4.1-710be6e217-10c0.zip/node_modules/lodash-node/",\ + "packageDependencies": [\ + ["lodash-node", "npm:2.4.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lodash.debounce", [\ + ["npm:4.0.8", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/lodash.debounce-npm-4.0.8-f1d6e09799-10c0.zip/node_modules/lodash.debounce/",\ + "packageDependencies": [\ + ["lodash.debounce", "npm:4.0.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lodash.memoize", [\ + ["npm:4.1.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/lodash.memoize-npm-4.1.2-0e6250041f-10c0.zip/node_modules/lodash.memoize/",\ + "packageDependencies": [\ + ["lodash.memoize", "npm:4.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lodash.uniq", [\ + ["npm:4.5.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/lodash.uniq-npm-4.5.0-7c270dca85-10c0.zip/node_modules/lodash.uniq/",\ + "packageDependencies": [\ + ["lodash.uniq", "npm:4.5.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lru-cache", [\ + ["npm:10.4.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/lru-cache-npm-10.4.3-30c10b861a-10c0.zip/node_modules/lru-cache/",\ + "packageDependencies": [\ + ["lru-cache", "npm:10.4.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/lru-cache-npm-5.1.1-f475882a51-10c0.zip/node_modules/lru-cache/",\ + "packageDependencies": [\ + ["lru-cache", "npm:5.1.1"],\ + ["yallist", "npm:3.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["make-fetch-happen", [\ + ["npm:14.0.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/make-fetch-happen-npm-14.0.3-23b30e8691-10c0.zip/node_modules/make-fetch-happen/",\ + "packageDependencies": [\ + ["make-fetch-happen", "npm:14.0.3"],\ + ["@npmcli/agent", "npm:3.0.0"],\ + ["cacache", "npm:19.0.1"],\ + ["http-cache-semantics", "npm:4.1.1"],\ + ["minipass", "npm:7.1.2"],\ + ["minipass-fetch", "npm:4.0.0"],\ + ["minipass-flush", "npm:1.0.5"],\ + ["minipass-pipeline", "npm:1.2.4"],\ + ["negotiator", "npm:1.0.0"],\ + ["proc-log", "npm:5.0.0"],\ + ["promise-retry", "npm:2.0.1"],\ + ["ssri", "npm:12.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mdn-data", [\ + ["npm:2.0.28", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/mdn-data-npm-2.0.28-9e644d5992-10c0.zip/node_modules/mdn-data/",\ + "packageDependencies": [\ + ["mdn-data", "npm:2.0.28"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.30", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/mdn-data-npm-2.0.30-bf7b39c09a-10c0.zip/node_modules/mdn-data/",\ + "packageDependencies": [\ + ["mdn-data", "npm:2.0.30"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["merge-stream", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/merge-stream-npm-2.0.0-2ac83efea5-10c0.zip/node_modules/merge-stream/",\ + "packageDependencies": [\ + ["merge-stream", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["micromatch", [\ + ["npm:4.0.8", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/micromatch-npm-4.0.8-c9570e4aca-10c0.zip/node_modules/micromatch/",\ + "packageDependencies": [\ + ["micromatch", "npm:4.0.8"],\ + ["braces", "npm:3.0.3"],\ + ["picomatch", "npm:2.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mime-db", [\ + ["npm:1.52.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/mime-db-npm-1.52.0-b5371d6fd2-10c0.zip/node_modules/mime-db/",\ + "packageDependencies": [\ + ["mime-db", "npm:1.52.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mime-types", [\ + ["npm:2.1.35", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/mime-types-npm-2.1.35-dd9ea9f3e2-10c0.zip/node_modules/mime-types/",\ + "packageDependencies": [\ + ["mime-types", "npm:2.1.35"],\ + ["mime-db", "npm:1.52.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mini-css-extract-plugin", [\ + ["npm:2.9.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/mini-css-extract-plugin-npm-2.9.2-63828e7891-10c0.zip/node_modules/mini-css-extract-plugin/",\ + "packageDependencies": [\ + ["mini-css-extract-plugin", "npm:2.9.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:2.9.2", {\ + "packageLocation": "./.yarn/__virtual__/mini-css-extract-plugin-virtual-069d6ec094/8/tykayn/.yarn/berry/cache/mini-css-extract-plugin-npm-2.9.2-63828e7891-10c0.zip/node_modules/mini-css-extract-plugin/",\ + "packageDependencies": [\ + ["mini-css-extract-plugin", "virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:2.9.2"],\ + ["@types/webpack", null],\ + ["schema-utils", "npm:4.3.0"],\ + ["tapable", "npm:2.2.1"],\ + ["webpack", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.98.0"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minimatch", [\ + ["npm:9.0.5", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/minimatch-npm-9.0.5-9aa93d97fa-10c0.zip/node_modules/minimatch/",\ + "packageDependencies": [\ + ["minimatch", "npm:9.0.5"],\ + ["brace-expansion", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minipass", [\ + ["npm:3.3.6", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/minipass-npm-3.3.6-b8d93a945b-10c0.zip/node_modules/minipass/",\ + "packageDependencies": [\ + ["minipass", "npm:3.3.6"],\ + ["yallist", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.1.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/minipass-npm-7.1.2-3a5327d36d-10c0.zip/node_modules/minipass/",\ + "packageDependencies": [\ + ["minipass", "npm:7.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minipass-collect", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/minipass-collect-npm-2.0.1-73d3907e40-10c0.zip/node_modules/minipass-collect/",\ + "packageDependencies": [\ + ["minipass-collect", "npm:2.0.1"],\ + ["minipass", "npm:7.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minipass-fetch", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/minipass-fetch-npm-4.0.0-d4e49e0194-10c0.zip/node_modules/minipass-fetch/",\ + "packageDependencies": [\ + ["minipass-fetch", "npm:4.0.0"],\ + ["encoding", "npm:0.1.13"],\ + ["minipass", "npm:7.1.2"],\ + ["minipass-sized", "npm:1.0.3"],\ + ["minizlib", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minipass-flush", [\ + ["npm:1.0.5", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/minipass-flush-npm-1.0.5-efe79d9826-10c0.zip/node_modules/minipass-flush/",\ + "packageDependencies": [\ + ["minipass-flush", "npm:1.0.5"],\ + ["minipass", "npm:3.3.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minipass-pipeline", [\ + ["npm:1.2.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/minipass-pipeline-npm-1.2.4-5924cb077f-10c0.zip/node_modules/minipass-pipeline/",\ + "packageDependencies": [\ + ["minipass-pipeline", "npm:1.2.4"],\ + ["minipass", "npm:3.3.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minipass-sized", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/minipass-sized-npm-1.0.3-306d86f432-10c0.zip/node_modules/minipass-sized/",\ + "packageDependencies": [\ + ["minipass-sized", "npm:1.0.3"],\ + ["minipass", "npm:3.3.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minizlib", [\ + ["npm:3.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/minizlib-npm-3.0.1-4bdabd978f-10c0.zip/node_modules/minizlib/",\ + "packageDependencies": [\ + ["minizlib", "npm:3.0.1"],\ + ["minipass", "npm:7.1.2"],\ + ["rimraf", "npm:5.0.10"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mkdirp", [\ + ["npm:3.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/mkdirp-npm-3.0.1-f94bfa769e-10c0.zip/node_modules/mkdirp/",\ + "packageDependencies": [\ + ["mkdirp", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ms", [\ + ["npm:2.1.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/ms-npm-2.1.3-81ff3cfac1-10c0.zip/node_modules/ms/",\ + "packageDependencies": [\ + ["ms", "npm:2.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["nan", [\ + ["npm:0.8.0", {\ + "packageLocation": "./.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/",\ + "packageDependencies": [\ + ["nan", "npm:0.8.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["nanoid", [\ + ["npm:3.3.8", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/nanoid-npm-3.3.8-d22226208b-10c0.zip/node_modules/nanoid/",\ + "packageDependencies": [\ + ["nanoid", "npm:3.3.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["negotiator", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/negotiator-npm-1.0.0-47d727e27e-10c0.zip/node_modules/negotiator/",\ + "packageDependencies": [\ + ["negotiator", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["neo-async", [\ + ["npm:2.6.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/neo-async-npm-2.6.2-75d6902586-10c0.zip/node_modules/neo-async/",\ + "packageDependencies": [\ + ["neo-async", "npm:2.6.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["node-addon-api", [\ + ["npm:7.1.1", {\ + "packageLocation": "./.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/",\ + "packageDependencies": [\ + ["node-addon-api", "npm:7.1.1"],\ + ["node-gyp", "npm:11.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["node-gyp", [\ + ["npm:11.1.0", {\ + "packageLocation": "./.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/",\ + "packageDependencies": [\ + ["node-gyp", "npm:11.1.0"],\ + ["env-paths", "npm:2.2.1"],\ + ["exponential-backoff", "npm:3.1.2"],\ + ["glob", "npm:10.4.5"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["make-fetch-happen", "npm:14.0.3"],\ + ["nopt", "npm:8.1.0"],\ + ["proc-log", "npm:5.0.0"],\ + ["semver", "npm:7.7.1"],\ + ["tar", "npm:7.4.3"],\ + ["which", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["node-notifier", [\ + ["npm:9.0.1", {\ + "packageLocation": "./.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/",\ + "packageDependencies": [\ + ["node-notifier", "npm:9.0.1"],\ + ["growly", "npm:1.3.0"],\ + ["is-wsl", "npm:2.2.0"],\ + ["semver", "npm:7.7.1"],\ + ["shellwords", "npm:0.1.1"],\ + ["uuid", "npm:8.3.2"],\ + ["which", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["node-releases", [\ + ["npm:2.0.19", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/node-releases-npm-2.0.19-b123ed6240-10c0.zip/node_modules/node-releases/",\ + "packageDependencies": [\ + ["node-releases", "npm:2.0.19"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["nopt", [\ + ["npm:8.1.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/nopt-npm-8.1.0-5570ef63cd-10c0.zip/node_modules/nopt/",\ + "packageDependencies": [\ + ["nopt", "npm:8.1.0"],\ + ["abbrev", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["nth-check", [\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/nth-check-npm-2.1.1-f97afc8169-10c0.zip/node_modules/nth-check/",\ + "packageDependencies": [\ + ["nth-check", "npm:2.1.1"],\ + ["boolbase", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["optimist", [\ + ["npm:0.3.7", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/optimist-npm-0.3.7-f279d1b7a7-10c0.zip/node_modules/optimist/",\ + "packageDependencies": [\ + ["optimist", "npm:0.3.7"],\ + ["wordwrap", "npm:0.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["p-limit", [\ + ["npm:2.3.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/p-limit-npm-2.3.0-94a0310039-10c0.zip/node_modules/p-limit/",\ + "packageDependencies": [\ + ["p-limit", "npm:2.3.0"],\ + ["p-try", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/p-limit-npm-4.0.0-5dccf29b67-10c0.zip/node_modules/p-limit/",\ + "packageDependencies": [\ + ["p-limit", "npm:4.0.0"],\ + ["yocto-queue", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["p-locate", [\ + ["npm:4.1.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/p-locate-npm-4.1.0-eec6872537-10c0.zip/node_modules/p-locate/",\ + "packageDependencies": [\ + ["p-locate", "npm:4.1.0"],\ + ["p-limit", "npm:2.3.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/p-locate-npm-6.0.0-b6cfb720dc-10c0.zip/node_modules/p-locate/",\ + "packageDependencies": [\ + ["p-locate", "npm:6.0.0"],\ + ["p-limit", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["p-map", [\ + ["npm:7.0.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/p-map-npm-7.0.3-93bbec0d8c-10c0.zip/node_modules/p-map/",\ + "packageDependencies": [\ + ["p-map", "npm:7.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["p-try", [\ + ["npm:2.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/p-try-npm-2.2.0-e0390dbaf8-10c0.zip/node_modules/p-try/",\ + "packageDependencies": [\ + ["p-try", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["package-json-from-dist", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/package-json-from-dist-npm-1.0.1-4631a88465-10c0.zip/node_modules/package-json-from-dist/",\ + "packageDependencies": [\ + ["package-json-from-dist", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["path-exists", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/path-exists-npm-4.0.0-e9e4f63eb0-10c0.zip/node_modules/path-exists/",\ + "packageDependencies": [\ + ["path-exists", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/path-exists-npm-5.0.0-0bf403c56c-10c0.zip/node_modules/path-exists/",\ + "packageDependencies": [\ + ["path-exists", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["path-key", [\ + ["npm:3.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/path-key-npm-3.1.1-0e66ea8321-10c0.zip/node_modules/path-key/",\ + "packageDependencies": [\ + ["path-key", "npm:3.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["path-parse", [\ + ["npm:1.0.7", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/path-parse-npm-1.0.7-09564527b7-10c0.zip/node_modules/path-parse/",\ + "packageDependencies": [\ + ["path-parse", "npm:1.0.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["path-scurry", [\ + ["npm:1.11.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/path-scurry-npm-1.11.1-aaf8c339af-10c0.zip/node_modules/path-scurry/",\ + "packageDependencies": [\ + ["path-scurry", "npm:1.11.1"],\ + ["lru-cache", "npm:10.4.3"],\ + ["minipass", "npm:7.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["picocolors", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/picocolors-npm-1.1.1-4fede47cf1-10c0.zip/node_modules/picocolors/",\ + "packageDependencies": [\ + ["picocolors", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["picomatch", [\ + ["npm:2.3.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/picomatch-npm-2.3.1-c782cfd986-10c0.zip/node_modules/picomatch/",\ + "packageDependencies": [\ + ["picomatch", "npm:2.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pkg-dir", [\ + ["npm:4.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/pkg-dir-npm-4.2.0-2b5d0a8d32-10c0.zip/node_modules/pkg-dir/",\ + "packageDependencies": [\ + ["pkg-dir", "npm:4.2.0"],\ + ["find-up", "npm:4.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/pkg-dir-npm-7.0.0-02ff099b31-10c0.zip/node_modules/pkg-dir/",\ + "packageDependencies": [\ + ["pkg-dir", "npm:7.0.0"],\ + ["find-up", "npm:6.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss", [\ + ["npm:8.5.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-npm-8.5.2-53c3155d31-10c0.zip/node_modules/postcss/",\ + "packageDependencies": [\ + ["postcss", "npm:8.5.2"],\ + ["nanoid", "npm:3.3.8"],\ + ["picocolors", "npm:1.1.1"],\ + ["source-map-js", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-calc", [\ + ["npm:10.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-calc-npm-10.1.1-a41fa9a532-10c0.zip/node_modules/postcss-calc/",\ + "packageDependencies": [\ + ["postcss-calc", "npm:10.1.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:10.1.1", {\ + "packageLocation": "./.yarn/__virtual__/postcss-calc-virtual-4d13c5b31d/8/tykayn/.yarn/berry/cache/postcss-calc-npm-10.1.1-a41fa9a532-10c0.zip/node_modules/postcss-calc/",\ + "packageDependencies": [\ + ["postcss-calc", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:10.1.1"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-selector-parser", "npm:7.1.0"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-colormin", [\ + ["npm:7.0.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-colormin-npm-7.0.2-08a84f84c2-10c0.zip/node_modules/postcss-colormin/",\ + "packageDependencies": [\ + ["postcss-colormin", "npm:7.0.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.2", {\ + "packageLocation": "./.yarn/__virtual__/postcss-colormin-virtual-76d94f7ede/8/tykayn/.yarn/berry/cache/postcss-colormin-npm-7.0.2-08a84f84c2-10c0.zip/node_modules/postcss-colormin/",\ + "packageDependencies": [\ + ["postcss-colormin", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.2"],\ + ["@types/postcss", null],\ + ["browserslist", "npm:4.24.4"],\ + ["caniuse-api", "npm:3.0.0"],\ + ["colord", "npm:2.9.3"],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-convert-values", [\ + ["npm:7.0.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-convert-values-npm-7.0.4-709e2a2326-10c0.zip/node_modules/postcss-convert-values/",\ + "packageDependencies": [\ + ["postcss-convert-values", "npm:7.0.4"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.4", {\ + "packageLocation": "./.yarn/__virtual__/postcss-convert-values-virtual-d18c21a6a8/8/tykayn/.yarn/berry/cache/postcss-convert-values-npm-7.0.4-709e2a2326-10c0.zip/node_modules/postcss-convert-values/",\ + "packageDependencies": [\ + ["postcss-convert-values", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.4"],\ + ["@types/postcss", null],\ + ["browserslist", "npm:4.24.4"],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-discard-comments", [\ + ["npm:7.0.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-discard-comments-npm-7.0.3-7bca5e8784-10c0.zip/node_modules/postcss-discard-comments/",\ + "packageDependencies": [\ + ["postcss-discard-comments", "npm:7.0.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.3", {\ + "packageLocation": "./.yarn/__virtual__/postcss-discard-comments-virtual-f0f09167b1/8/tykayn/.yarn/berry/cache/postcss-discard-comments-npm-7.0.3-7bca5e8784-10c0.zip/node_modules/postcss-discard-comments/",\ + "packageDependencies": [\ + ["postcss-discard-comments", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.3"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-selector-parser", "npm:6.1.2"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-discard-duplicates", [\ + ["npm:7.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-discard-duplicates-npm-7.0.1-96084cdabe-10c0.zip/node_modules/postcss-discard-duplicates/",\ + "packageDependencies": [\ + ["postcss-discard-duplicates", "npm:7.0.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.1", {\ + "packageLocation": "./.yarn/__virtual__/postcss-discard-duplicates-virtual-6982f5068d/8/tykayn/.yarn/berry/cache/postcss-discard-duplicates-npm-7.0.1-96084cdabe-10c0.zip/node_modules/postcss-discard-duplicates/",\ + "packageDependencies": [\ + ["postcss-discard-duplicates", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.1"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-discard-empty", [\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-discard-empty-npm-7.0.0-01e04915c0-10c0.zip/node_modules/postcss-discard-empty/",\ + "packageDependencies": [\ + ["postcss-discard-empty", "npm:7.0.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0", {\ + "packageLocation": "./.yarn/__virtual__/postcss-discard-empty-virtual-3d07018d54/8/tykayn/.yarn/berry/cache/postcss-discard-empty-npm-7.0.0-01e04915c0-10c0.zip/node_modules/postcss-discard-empty/",\ + "packageDependencies": [\ + ["postcss-discard-empty", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-discard-overridden", [\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-discard-overridden-npm-7.0.0-dc7733ab45-10c0.zip/node_modules/postcss-discard-overridden/",\ + "packageDependencies": [\ + ["postcss-discard-overridden", "npm:7.0.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0", {\ + "packageLocation": "./.yarn/__virtual__/postcss-discard-overridden-virtual-8e629d9baf/8/tykayn/.yarn/berry/cache/postcss-discard-overridden-npm-7.0.0-dc7733ab45-10c0.zip/node_modules/postcss-discard-overridden/",\ + "packageDependencies": [\ + ["postcss-discard-overridden", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-merge-longhand", [\ + ["npm:7.0.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-merge-longhand-npm-7.0.4-4ca1c9a93a-10c0.zip/node_modules/postcss-merge-longhand/",\ + "packageDependencies": [\ + ["postcss-merge-longhand", "npm:7.0.4"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.4", {\ + "packageLocation": "./.yarn/__virtual__/postcss-merge-longhand-virtual-010078565e/8/tykayn/.yarn/berry/cache/postcss-merge-longhand-npm-7.0.4-4ca1c9a93a-10c0.zip/node_modules/postcss-merge-longhand/",\ + "packageDependencies": [\ + ["postcss-merge-longhand", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.4"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-value-parser", "npm:4.2.0"],\ + ["stylehacks", "virtual:010078565ebec64eea5afbd19e6f5b2398a591e0a9f3da0438745b6e49fa4570bfaada28f2385405ae1f60bcf84823f810d7d62780ada3aa5fda8c8e756acf1e#npm:7.0.4"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-merge-rules", [\ + ["npm:7.0.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-merge-rules-npm-7.0.4-c94fbbce93-10c0.zip/node_modules/postcss-merge-rules/",\ + "packageDependencies": [\ + ["postcss-merge-rules", "npm:7.0.4"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.4", {\ + "packageLocation": "./.yarn/__virtual__/postcss-merge-rules-virtual-fc1feae0cb/8/tykayn/.yarn/berry/cache/postcss-merge-rules-npm-7.0.4-c94fbbce93-10c0.zip/node_modules/postcss-merge-rules/",\ + "packageDependencies": [\ + ["postcss-merge-rules", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.4"],\ + ["@types/postcss", null],\ + ["browserslist", "npm:4.24.4"],\ + ["caniuse-api", "npm:3.0.0"],\ + ["cssnano-utils", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:5.0.0"],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-selector-parser", "npm:6.1.2"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-minify-font-values", [\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-minify-font-values-npm-7.0.0-f4e2caa8b1-10c0.zip/node_modules/postcss-minify-font-values/",\ + "packageDependencies": [\ + ["postcss-minify-font-values", "npm:7.0.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0", {\ + "packageLocation": "./.yarn/__virtual__/postcss-minify-font-values-virtual-116965b9b0/8/tykayn/.yarn/berry/cache/postcss-minify-font-values-npm-7.0.0-f4e2caa8b1-10c0.zip/node_modules/postcss-minify-font-values/",\ + "packageDependencies": [\ + ["postcss-minify-font-values", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-minify-gradients", [\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-minify-gradients-npm-7.0.0-f7b51ae77b-10c0.zip/node_modules/postcss-minify-gradients/",\ + "packageDependencies": [\ + ["postcss-minify-gradients", "npm:7.0.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0", {\ + "packageLocation": "./.yarn/__virtual__/postcss-minify-gradients-virtual-a3dbf5a22e/8/tykayn/.yarn/berry/cache/postcss-minify-gradients-npm-7.0.0-f7b51ae77b-10c0.zip/node_modules/postcss-minify-gradients/",\ + "packageDependencies": [\ + ["postcss-minify-gradients", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["@types/postcss", null],\ + ["colord", "npm:2.9.3"],\ + ["cssnano-utils", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:5.0.0"],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-minify-params", [\ + ["npm:7.0.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-minify-params-npm-7.0.2-1cbb800885-10c0.zip/node_modules/postcss-minify-params/",\ + "packageDependencies": [\ + ["postcss-minify-params", "npm:7.0.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.2", {\ + "packageLocation": "./.yarn/__virtual__/postcss-minify-params-virtual-2d13b2bf3a/8/tykayn/.yarn/berry/cache/postcss-minify-params-npm-7.0.2-1cbb800885-10c0.zip/node_modules/postcss-minify-params/",\ + "packageDependencies": [\ + ["postcss-minify-params", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.2"],\ + ["@types/postcss", null],\ + ["browserslist", "npm:4.24.4"],\ + ["cssnano-utils", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:5.0.0"],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-minify-selectors", [\ + ["npm:7.0.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-minify-selectors-npm-7.0.4-bbc44478a3-10c0.zip/node_modules/postcss-minify-selectors/",\ + "packageDependencies": [\ + ["postcss-minify-selectors", "npm:7.0.4"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.4", {\ + "packageLocation": "./.yarn/__virtual__/postcss-minify-selectors-virtual-c3ce973945/8/tykayn/.yarn/berry/cache/postcss-minify-selectors-npm-7.0.4-bbc44478a3-10c0.zip/node_modules/postcss-minify-selectors/",\ + "packageDependencies": [\ + ["postcss-minify-selectors", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.4"],\ + ["@types/postcss", null],\ + ["cssesc", "npm:3.0.0"],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-selector-parser", "npm:6.1.2"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-modules-extract-imports", [\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-modules-extract-imports-npm-3.1.0-501aab09e8-10c0.zip/node_modules/postcss-modules-extract-imports/",\ + "packageDependencies": [\ + ["postcss-modules-extract-imports", "npm:3.1.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:800d7bce4938be434abd5b9ffdecd5d2fa02c46f185dd0bbcc40cd896c25795d7bde8ca30b94ee8cefbb3ebbaa4505ba0fde304a24e2c64793e36fcf546f5343#npm:3.1.0", {\ + "packageLocation": "./.yarn/__virtual__/postcss-modules-extract-imports-virtual-3b76f04dd8/8/tykayn/.yarn/berry/cache/postcss-modules-extract-imports-npm-3.1.0-501aab09e8-10c0.zip/node_modules/postcss-modules-extract-imports/",\ + "packageDependencies": [\ + ["postcss-modules-extract-imports", "virtual:800d7bce4938be434abd5b9ffdecd5d2fa02c46f185dd0bbcc40cd896c25795d7bde8ca30b94ee8cefbb3ebbaa4505ba0fde304a24e2c64793e36fcf546f5343#npm:3.1.0"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-modules-local-by-default", [\ + ["npm:4.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-modules-local-by-default-npm-4.2.0-3f37e3939f-10c0.zip/node_modules/postcss-modules-local-by-default/",\ + "packageDependencies": [\ + ["postcss-modules-local-by-default", "npm:4.2.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:800d7bce4938be434abd5b9ffdecd5d2fa02c46f185dd0bbcc40cd896c25795d7bde8ca30b94ee8cefbb3ebbaa4505ba0fde304a24e2c64793e36fcf546f5343#npm:4.2.0", {\ + "packageLocation": "./.yarn/__virtual__/postcss-modules-local-by-default-virtual-5f5d2092a9/8/tykayn/.yarn/berry/cache/postcss-modules-local-by-default-npm-4.2.0-3f37e3939f-10c0.zip/node_modules/postcss-modules-local-by-default/",\ + "packageDependencies": [\ + ["postcss-modules-local-by-default", "virtual:800d7bce4938be434abd5b9ffdecd5d2fa02c46f185dd0bbcc40cd896c25795d7bde8ca30b94ee8cefbb3ebbaa4505ba0fde304a24e2c64793e36fcf546f5343#npm:4.2.0"],\ + ["@types/postcss", null],\ + ["icss-utils", "virtual:800d7bce4938be434abd5b9ffdecd5d2fa02c46f185dd0bbcc40cd896c25795d7bde8ca30b94ee8cefbb3ebbaa4505ba0fde304a24e2c64793e36fcf546f5343#npm:5.1.0"],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-selector-parser", "npm:7.1.0"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-modules-scope", [\ + ["npm:3.2.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-modules-scope-npm-3.2.1-eb0a0538a7-10c0.zip/node_modules/postcss-modules-scope/",\ + "packageDependencies": [\ + ["postcss-modules-scope", "npm:3.2.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:800d7bce4938be434abd5b9ffdecd5d2fa02c46f185dd0bbcc40cd896c25795d7bde8ca30b94ee8cefbb3ebbaa4505ba0fde304a24e2c64793e36fcf546f5343#npm:3.2.1", {\ + "packageLocation": "./.yarn/__virtual__/postcss-modules-scope-virtual-854a45f029/8/tykayn/.yarn/berry/cache/postcss-modules-scope-npm-3.2.1-eb0a0538a7-10c0.zip/node_modules/postcss-modules-scope/",\ + "packageDependencies": [\ + ["postcss-modules-scope", "virtual:800d7bce4938be434abd5b9ffdecd5d2fa02c46f185dd0bbcc40cd896c25795d7bde8ca30b94ee8cefbb3ebbaa4505ba0fde304a24e2c64793e36fcf546f5343#npm:3.2.1"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-selector-parser", "npm:7.1.0"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-modules-values", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-modules-values-npm-4.0.0-63d7ec543a-10c0.zip/node_modules/postcss-modules-values/",\ + "packageDependencies": [\ + ["postcss-modules-values", "npm:4.0.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:800d7bce4938be434abd5b9ffdecd5d2fa02c46f185dd0bbcc40cd896c25795d7bde8ca30b94ee8cefbb3ebbaa4505ba0fde304a24e2c64793e36fcf546f5343#npm:4.0.0", {\ + "packageLocation": "./.yarn/__virtual__/postcss-modules-values-virtual-b773d33785/8/tykayn/.yarn/berry/cache/postcss-modules-values-npm-4.0.0-63d7ec543a-10c0.zip/node_modules/postcss-modules-values/",\ + "packageDependencies": [\ + ["postcss-modules-values", "virtual:800d7bce4938be434abd5b9ffdecd5d2fa02c46f185dd0bbcc40cd896c25795d7bde8ca30b94ee8cefbb3ebbaa4505ba0fde304a24e2c64793e36fcf546f5343#npm:4.0.0"],\ + ["@types/postcss", null],\ + ["icss-utils", "virtual:800d7bce4938be434abd5b9ffdecd5d2fa02c46f185dd0bbcc40cd896c25795d7bde8ca30b94ee8cefbb3ebbaa4505ba0fde304a24e2c64793e36fcf546f5343#npm:5.1.0"],\ + ["postcss", "npm:8.5.2"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-normalize-charset", [\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-normalize-charset-npm-7.0.0-bdacb840f9-10c0.zip/node_modules/postcss-normalize-charset/",\ + "packageDependencies": [\ + ["postcss-normalize-charset", "npm:7.0.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0", {\ + "packageLocation": "./.yarn/__virtual__/postcss-normalize-charset-virtual-24ba917b57/8/tykayn/.yarn/berry/cache/postcss-normalize-charset-npm-7.0.0-bdacb840f9-10c0.zip/node_modules/postcss-normalize-charset/",\ + "packageDependencies": [\ + ["postcss-normalize-charset", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-normalize-display-values", [\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-normalize-display-values-npm-7.0.0-6a9992d76e-10c0.zip/node_modules/postcss-normalize-display-values/",\ + "packageDependencies": [\ + ["postcss-normalize-display-values", "npm:7.0.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0", {\ + "packageLocation": "./.yarn/__virtual__/postcss-normalize-display-values-virtual-cee0b4b6e1/8/tykayn/.yarn/berry/cache/postcss-normalize-display-values-npm-7.0.0-6a9992d76e-10c0.zip/node_modules/postcss-normalize-display-values/",\ + "packageDependencies": [\ + ["postcss-normalize-display-values", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-normalize-positions", [\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-normalize-positions-npm-7.0.0-75155a14d6-10c0.zip/node_modules/postcss-normalize-positions/",\ + "packageDependencies": [\ + ["postcss-normalize-positions", "npm:7.0.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0", {\ + "packageLocation": "./.yarn/__virtual__/postcss-normalize-positions-virtual-fd6680c126/8/tykayn/.yarn/berry/cache/postcss-normalize-positions-npm-7.0.0-75155a14d6-10c0.zip/node_modules/postcss-normalize-positions/",\ + "packageDependencies": [\ + ["postcss-normalize-positions", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-normalize-repeat-style", [\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-normalize-repeat-style-npm-7.0.0-2af427828c-10c0.zip/node_modules/postcss-normalize-repeat-style/",\ + "packageDependencies": [\ + ["postcss-normalize-repeat-style", "npm:7.0.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0", {\ + "packageLocation": "./.yarn/__virtual__/postcss-normalize-repeat-style-virtual-6986628d3c/8/tykayn/.yarn/berry/cache/postcss-normalize-repeat-style-npm-7.0.0-2af427828c-10c0.zip/node_modules/postcss-normalize-repeat-style/",\ + "packageDependencies": [\ + ["postcss-normalize-repeat-style", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-normalize-string", [\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-normalize-string-npm-7.0.0-0e5f6f1917-10c0.zip/node_modules/postcss-normalize-string/",\ + "packageDependencies": [\ + ["postcss-normalize-string", "npm:7.0.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0", {\ + "packageLocation": "./.yarn/__virtual__/postcss-normalize-string-virtual-6fdf04f94c/8/tykayn/.yarn/berry/cache/postcss-normalize-string-npm-7.0.0-0e5f6f1917-10c0.zip/node_modules/postcss-normalize-string/",\ + "packageDependencies": [\ + ["postcss-normalize-string", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-normalize-timing-functions", [\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-normalize-timing-functions-npm-7.0.0-7f393fd35d-10c0.zip/node_modules/postcss-normalize-timing-functions/",\ + "packageDependencies": [\ + ["postcss-normalize-timing-functions", "npm:7.0.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0", {\ + "packageLocation": "./.yarn/__virtual__/postcss-normalize-timing-functions-virtual-9bf6f8ce9c/8/tykayn/.yarn/berry/cache/postcss-normalize-timing-functions-npm-7.0.0-7f393fd35d-10c0.zip/node_modules/postcss-normalize-timing-functions/",\ + "packageDependencies": [\ + ["postcss-normalize-timing-functions", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-normalize-unicode", [\ + ["npm:7.0.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-normalize-unicode-npm-7.0.2-3d756de91e-10c0.zip/node_modules/postcss-normalize-unicode/",\ + "packageDependencies": [\ + ["postcss-normalize-unicode", "npm:7.0.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.2", {\ + "packageLocation": "./.yarn/__virtual__/postcss-normalize-unicode-virtual-6778697885/8/tykayn/.yarn/berry/cache/postcss-normalize-unicode-npm-7.0.2-3d756de91e-10c0.zip/node_modules/postcss-normalize-unicode/",\ + "packageDependencies": [\ + ["postcss-normalize-unicode", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.2"],\ + ["@types/postcss", null],\ + ["browserslist", "npm:4.24.4"],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-normalize-url", [\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-normalize-url-npm-7.0.0-055009149a-10c0.zip/node_modules/postcss-normalize-url/",\ + "packageDependencies": [\ + ["postcss-normalize-url", "npm:7.0.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0", {\ + "packageLocation": "./.yarn/__virtual__/postcss-normalize-url-virtual-f7671f0817/8/tykayn/.yarn/berry/cache/postcss-normalize-url-npm-7.0.0-055009149a-10c0.zip/node_modules/postcss-normalize-url/",\ + "packageDependencies": [\ + ["postcss-normalize-url", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-normalize-whitespace", [\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-normalize-whitespace-npm-7.0.0-8bed345e63-10c0.zip/node_modules/postcss-normalize-whitespace/",\ + "packageDependencies": [\ + ["postcss-normalize-whitespace", "npm:7.0.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0", {\ + "packageLocation": "./.yarn/__virtual__/postcss-normalize-whitespace-virtual-e8a69e5272/8/tykayn/.yarn/berry/cache/postcss-normalize-whitespace-npm-7.0.0-8bed345e63-10c0.zip/node_modules/postcss-normalize-whitespace/",\ + "packageDependencies": [\ + ["postcss-normalize-whitespace", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-ordered-values", [\ + ["npm:7.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-ordered-values-npm-7.0.1-f37f91ed1f-10c0.zip/node_modules/postcss-ordered-values/",\ + "packageDependencies": [\ + ["postcss-ordered-values", "npm:7.0.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.1", {\ + "packageLocation": "./.yarn/__virtual__/postcss-ordered-values-virtual-a48d5ca33a/8/tykayn/.yarn/berry/cache/postcss-ordered-values-npm-7.0.1-f37f91ed1f-10c0.zip/node_modules/postcss-ordered-values/",\ + "packageDependencies": [\ + ["postcss-ordered-values", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.1"],\ + ["@types/postcss", null],\ + ["cssnano-utils", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:5.0.0"],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-reduce-initial", [\ + ["npm:7.0.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-reduce-initial-npm-7.0.2-e37256f84c-10c0.zip/node_modules/postcss-reduce-initial/",\ + "packageDependencies": [\ + ["postcss-reduce-initial", "npm:7.0.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.2", {\ + "packageLocation": "./.yarn/__virtual__/postcss-reduce-initial-virtual-33da07cd31/8/tykayn/.yarn/berry/cache/postcss-reduce-initial-npm-7.0.2-e37256f84c-10c0.zip/node_modules/postcss-reduce-initial/",\ + "packageDependencies": [\ + ["postcss-reduce-initial", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.2"],\ + ["@types/postcss", null],\ + ["browserslist", "npm:4.24.4"],\ + ["caniuse-api", "npm:3.0.0"],\ + ["postcss", "npm:8.5.2"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-reduce-transforms", [\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-reduce-transforms-npm-7.0.0-653cd9844a-10c0.zip/node_modules/postcss-reduce-transforms/",\ + "packageDependencies": [\ + ["postcss-reduce-transforms", "npm:7.0.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0", {\ + "packageLocation": "./.yarn/__virtual__/postcss-reduce-transforms-virtual-e68c05730e/8/tykayn/.yarn/berry/cache/postcss-reduce-transforms-npm-7.0.0-653cd9844a-10c0.zip/node_modules/postcss-reduce-transforms/",\ + "packageDependencies": [\ + ["postcss-reduce-transforms", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.0"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-selector-parser", [\ + ["npm:6.1.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-selector-parser-npm-6.1.2-46a8e03b00-10c0.zip/node_modules/postcss-selector-parser/",\ + "packageDependencies": [\ + ["postcss-selector-parser", "npm:6.1.2"],\ + ["cssesc", "npm:3.0.0"],\ + ["util-deprecate", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.1.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-selector-parser-npm-7.1.0-141ba29b54-10c0.zip/node_modules/postcss-selector-parser/",\ + "packageDependencies": [\ + ["postcss-selector-parser", "npm:7.1.0"],\ + ["cssesc", "npm:3.0.0"],\ + ["util-deprecate", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-svgo", [\ + ["npm:7.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-svgo-npm-7.0.1-22674c6627-10c0.zip/node_modules/postcss-svgo/",\ + "packageDependencies": [\ + ["postcss-svgo", "npm:7.0.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.1", {\ + "packageLocation": "./.yarn/__virtual__/postcss-svgo-virtual-cbe6f6c661/8/tykayn/.yarn/berry/cache/postcss-svgo-npm-7.0.1-22674c6627-10c0.zip/node_modules/postcss-svgo/",\ + "packageDependencies": [\ + ["postcss-svgo", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.1"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-value-parser", "npm:4.2.0"],\ + ["svgo", "npm:3.3.2"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-unique-selectors", [\ + ["npm:7.0.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-unique-selectors-npm-7.0.3-bbadc7397e-10c0.zip/node_modules/postcss-unique-selectors/",\ + "packageDependencies": [\ + ["postcss-unique-selectors", "npm:7.0.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.3", {\ + "packageLocation": "./.yarn/__virtual__/postcss-unique-selectors-virtual-d4d41bfce9/8/tykayn/.yarn/berry/cache/postcss-unique-selectors-npm-7.0.3-bbadc7397e-10c0.zip/node_modules/postcss-unique-selectors/",\ + "packageDependencies": [\ + ["postcss-unique-selectors", "virtual:1951ad9b6aaaa21c85dec98cf1649348313272d5e13eb33cd20cc8c8d64359ca4cc3f77c2a7da24c57a0a59298a72c98c900a3b5ec106613005aac5ce4b0d8dc#npm:7.0.3"],\ + ["@types/postcss", null],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-selector-parser", "npm:6.1.2"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-value-parser", [\ + ["npm:4.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/postcss-value-parser-npm-4.2.0-3cef602a6a-10c0.zip/node_modules/postcss-value-parser/",\ + "packageDependencies": [\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pretty-error", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/pretty-error-npm-4.0.0-7cca1fe4ad-10c0.zip/node_modules/pretty-error/",\ + "packageDependencies": [\ + ["pretty-error", "npm:4.0.0"],\ + ["lodash", "npm:4.17.21"],\ + ["renderkid", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["proc-log", [\ + ["npm:5.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/proc-log-npm-5.0.0-405173f9b4-10c0.zip/node_modules/proc-log/",\ + "packageDependencies": [\ + ["proc-log", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["promise-retry", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/promise-retry-npm-2.0.1-871f0b01b7-10c0.zip/node_modules/promise-retry/",\ + "packageDependencies": [\ + ["promise-retry", "npm:2.0.1"],\ + ["err-code", "npm:2.0.3"],\ + ["retry", "npm:0.12.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["randombytes", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/randombytes-npm-2.1.0-e3da76bccf-10c0.zip/node_modules/randombytes/",\ + "packageDependencies": [\ + ["randombytes", "npm:2.1.0"],\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["readdirp", [\ + ["npm:4.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/readdirp-npm-4.1.1-c531313b8b-10c0.zip/node_modules/readdirp/",\ + "packageDependencies": [\ + ["readdirp", "npm:4.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["rechoir", [\ + ["npm:0.8.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/rechoir-npm-0.8.0-fb660b3bc8-10c0.zip/node_modules/rechoir/",\ + "packageDependencies": [\ + ["rechoir", "npm:0.8.0"],\ + ["resolve", "patch:resolve@npm%3A1.22.10#optional!builtin::version=1.22.10&hash=c3c19d"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["recursive-readdir", [\ + ["npm:0.0.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/recursive-readdir-npm-0.0.2-58d7af9177-10c0.zip/node_modules/recursive-readdir/",\ + "packageDependencies": [\ + ["recursive-readdir", "npm:0.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["regenerate", [\ + ["npm:1.4.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/regenerate-npm-1.4.2-b296c5b63a-10c0.zip/node_modules/regenerate/",\ + "packageDependencies": [\ + ["regenerate", "npm:1.4.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["regenerate-unicode-properties", [\ + ["npm:10.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/regenerate-unicode-properties-npm-10.2.0-3d662e6e17-10c0.zip/node_modules/regenerate-unicode-properties/",\ + "packageDependencies": [\ + ["regenerate-unicode-properties", "npm:10.2.0"],\ + ["regenerate", "npm:1.4.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["regenerator-runtime", [\ + ["npm:0.13.11", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/regenerator-runtime-npm-0.13.11-90bf536060-10c0.zip/node_modules/regenerator-runtime/",\ + "packageDependencies": [\ + ["regenerator-runtime", "npm:0.13.11"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:0.14.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/regenerator-runtime-npm-0.14.1-a6c97c609a-10c0.zip/node_modules/regenerator-runtime/",\ + "packageDependencies": [\ + ["regenerator-runtime", "npm:0.14.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["regenerator-transform", [\ + ["npm:0.15.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/regenerator-transform-npm-0.15.2-109e57a69f-10c0.zip/node_modules/regenerator-transform/",\ + "packageDependencies": [\ + ["regenerator-transform", "npm:0.15.2"],\ + ["@babel/runtime", "npm:7.26.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["regex-parser", [\ + ["npm:2.3.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/regex-parser-npm-2.3.1-b38d4caf33-10c0.zip/node_modules/regex-parser/",\ + "packageDependencies": [\ + ["regex-parser", "npm:2.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["regexpu-core", [\ + ["npm:6.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/regexpu-core-npm-6.2.0-56e98c3a61-10c0.zip/node_modules/regexpu-core/",\ + "packageDependencies": [\ + ["regexpu-core", "npm:6.2.0"],\ + ["regenerate", "npm:1.4.2"],\ + ["regenerate-unicode-properties", "npm:10.2.0"],\ + ["regjsgen", "npm:0.8.0"],\ + ["regjsparser", "npm:0.12.0"],\ + ["unicode-match-property-ecmascript", "npm:2.0.0"],\ + ["unicode-match-property-value-ecmascript", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["regjsgen", [\ + ["npm:0.8.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/regjsgen-npm-0.8.0-146d7cf052-10c0.zip/node_modules/regjsgen/",\ + "packageDependencies": [\ + ["regjsgen", "npm:0.8.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["regjsparser", [\ + ["npm:0.12.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/regjsparser-npm-0.12.0-9d000fca30-10c0.zip/node_modules/regjsparser/",\ + "packageDependencies": [\ + ["regjsparser", "npm:0.12.0"],\ + ["jsesc", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["renderkid", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/renderkid-npm-3.0.0-acb028643f-10c0.zip/node_modules/renderkid/",\ + "packageDependencies": [\ + ["renderkid", "npm:3.0.0"],\ + ["css-select", "npm:4.3.0"],\ + ["dom-converter", "npm:0.2.0"],\ + ["htmlparser2", "npm:6.1.0"],\ + ["lodash", "npm:4.17.21"],\ + ["strip-ansi", "npm:6.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["require-from-string", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/require-from-string-npm-2.0.2-8557e0db12-10c0.zip/node_modules/require-from-string/",\ + "packageDependencies": [\ + ["require-from-string", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["resolve", [\ + ["patch:resolve@npm%3A1.22.10#optional!builtin::version=1.22.10&hash=c3c19d", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/resolve-patch-b5982cfa8c-10c0.zip/node_modules/resolve/",\ + "packageDependencies": [\ + ["resolve", "patch:resolve@npm%3A1.22.10#optional!builtin::version=1.22.10&hash=c3c19d"],\ + ["is-core-module", "npm:2.16.1"],\ + ["path-parse", "npm:1.0.7"],\ + ["supports-preserve-symlinks-flag", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["resolve-cwd", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/resolve-cwd-npm-3.0.0-e6f4e296bf-10c0.zip/node_modules/resolve-cwd/",\ + "packageDependencies": [\ + ["resolve-cwd", "npm:3.0.0"],\ + ["resolve-from", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["resolve-from", [\ + ["npm:5.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/resolve-from-npm-5.0.0-15c9db4d33-10c0.zip/node_modules/resolve-from/",\ + "packageDependencies": [\ + ["resolve-from", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["resolve-url-loader", [\ + ["npm:5.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/resolve-url-loader-npm-5.0.0-9b441067c9-10c0.zip/node_modules/resolve-url-loader/",\ + "packageDependencies": [\ + ["resolve-url-loader", "npm:5.0.0"],\ + ["adjust-sourcemap-loader", "npm:4.0.0"],\ + ["convert-source-map", "npm:1.9.0"],\ + ["loader-utils", "npm:2.0.4"],\ + ["postcss", "npm:8.5.2"],\ + ["source-map", "npm:0.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["retry", [\ + ["npm:0.12.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/retry-npm-0.12.0-72ac7fb4cc-10c0.zip/node_modules/retry/",\ + "packageDependencies": [\ + ["retry", "npm:0.12.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["rimraf", [\ + ["npm:5.0.10", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/rimraf-npm-5.0.10-d0c6647697-10c0.zip/node_modules/rimraf/",\ + "packageDependencies": [\ + ["rimraf", "npm:5.0.10"],\ + ["glob", "npm:10.4.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["root-workspace-0b6124", [\ + ["workspace:.", {\ + "packageLocation": "./",\ + "packageDependencies": [\ + ["root-workspace-0b6124", "workspace:."],\ + ["@babel/core", "npm:7.26.9"],\ + ["@babel/preset-env", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:7.26.9"],\ + ["@fortawesome/fontawesome-free", "npm:6.7.2"],\ + ["@symfony/webpack-encore", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.0.1"],\ + ["angular", "npm:1.8.3"],\ + ["babel-loader", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:9.2.1"],\ + ["bootstrap", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.3.3"],\ + ["canvasjs", "npm:1.8.3"],\ + ["core-js", "npm:3.40.0"],\ + ["encore", "npm:0.0.30-beta"],\ + ["font-awesome", "npm:4.7.0"],\ + ["intro.js", "npm:7.2.0"],\ + ["jquery", "npm:3.7.1"],\ + ["regenerator-runtime", "npm:0.13.11"],\ + ["sass", "npm:1.85.0"],\ + ["sass-loader", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:16.0.4"],\ + ["webpack", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.98.0"],\ + ["webpack-cli", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.1.4"],\ + ["webpack-notifier", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:1.15.0"]\ + ],\ + "linkType": "SOFT"\ + }]\ + ]],\ + ["runway", [\ + ["npm:3.15.47-beta", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/runway-npm-3.15.47-beta-60ce613215-10c0.zip/node_modules/runway/",\ + "packageDependencies": [\ + ["runway", "npm:3.15.47-beta"],\ + ["lodash-node", "npm:2.4.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["safe-buffer", [\ + ["npm:5.2.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/safe-buffer-npm-5.2.1-3481c8aa9b-10c0.zip/node_modules/safe-buffer/",\ + "packageDependencies": [\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["safer-buffer", [\ + ["npm:2.1.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/safer-buffer-npm-2.1.2-8d5c0b705e-10c0.zip/node_modules/safer-buffer/",\ + "packageDependencies": [\ + ["safer-buffer", "npm:2.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["sass", [\ + ["npm:1.85.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/sass-npm-1.85.0-2e8f85cae4-10c0.zip/node_modules/sass/",\ + "packageDependencies": [\ + ["sass", "npm:1.85.0"],\ + ["@parcel/watcher", "npm:2.5.1"],\ + ["chokidar", "npm:4.0.3"],\ + ["immutable", "npm:5.0.3"],\ + ["source-map-js", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["sass-loader", [\ + ["npm:16.0.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/sass-loader-npm-16.0.4-58fd3a0682-10c0.zip/node_modules/sass-loader/",\ + "packageDependencies": [\ + ["sass-loader", "npm:16.0.4"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:16.0.4", {\ + "packageLocation": "./.yarn/__virtual__/sass-loader-virtual-e2701e76fb/8/tykayn/.yarn/berry/cache/sass-loader-npm-16.0.4-58fd3a0682-10c0.zip/node_modules/sass-loader/",\ + "packageDependencies": [\ + ["sass-loader", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:16.0.4"],\ + ["@rspack/core", null],\ + ["@types/node-sass", null],\ + ["@types/rspack__core", null],\ + ["@types/sass", null],\ + ["@types/sass-embedded", null],\ + ["@types/webpack", null],\ + ["neo-async", "npm:2.6.2"],\ + ["node-sass", null],\ + ["sass", "npm:1.85.0"],\ + ["sass-embedded", null],\ + ["webpack", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.98.0"]\ + ],\ + "packagePeers": [\ + "@rspack/core",\ + "@types/node-sass",\ + "@types/rspack__core",\ + "@types/sass-embedded",\ + "@types/sass",\ + "@types/webpack",\ + "node-sass",\ + "sass-embedded",\ + "sass",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["schema-utils", [\ + ["npm:4.3.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/schema-utils-npm-4.3.0-6f0a75e2e2-10c0.zip/node_modules/schema-utils/",\ + "packageDependencies": [\ + ["schema-utils", "npm:4.3.0"],\ + ["@types/json-schema", "npm:7.0.15"],\ + ["ajv", "npm:8.17.1"],\ + ["ajv-formats", "virtual:6f0a75e2e24507b64e23679df5b98c6b0a9e9a8621a95c9f8c1ae8bd406eb857104f4065344af3a2d6d0a9ff549b8adbd3d15f60ef166628999040bd862e7a27#npm:2.1.1"],\ + ["ajv-keywords", "virtual:6f0a75e2e24507b64e23679df5b98c6b0a9e9a8621a95c9f8c1ae8bd406eb857104f4065344af3a2d6d0a9ff549b8adbd3d15f60ef166628999040bd862e7a27#npm:5.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["semver", [\ + ["npm:6.3.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/semver-npm-6.3.1-bcba31fdbe-10c0.zip/node_modules/semver/",\ + "packageDependencies": [\ + ["semver", "npm:6.3.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.7.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/semver-npm-7.7.1-4572475307-10c0.zip/node_modules/semver/",\ + "packageDependencies": [\ + ["semver", "npm:7.7.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["serialize-javascript", [\ + ["npm:6.0.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/serialize-javascript-npm-6.0.2-cc09461d45-10c0.zip/node_modules/serialize-javascript/",\ + "packageDependencies": [\ + ["serialize-javascript", "npm:6.0.2"],\ + ["randombytes", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["shallow-clone", [\ + ["npm:3.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/shallow-clone-npm-3.0.1-dab5873d0d-10c0.zip/node_modules/shallow-clone/",\ + "packageDependencies": [\ + ["shallow-clone", "npm:3.0.1"],\ + ["kind-of", "npm:6.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["shebang-command", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/shebang-command-npm-2.0.0-eb2b01921d-10c0.zip/node_modules/shebang-command/",\ + "packageDependencies": [\ + ["shebang-command", "npm:2.0.0"],\ + ["shebang-regex", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["shebang-regex", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/shebang-regex-npm-3.0.0-899a0cd65e-10c0.zip/node_modules/shebang-regex/",\ + "packageDependencies": [\ + ["shebang-regex", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["shellwords", [\ + ["npm:0.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/shellwords-npm-0.1.1-a091a78197-10c0.zip/node_modules/shellwords/",\ + "packageDependencies": [\ + ["shellwords", "npm:0.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["signal-exit", [\ + ["npm:4.1.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/signal-exit-npm-4.1.0-61fb957687-10c0.zip/node_modules/signal-exit/",\ + "packageDependencies": [\ + ["signal-exit", "npm:4.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["smart-buffer", [\ + ["npm:4.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/smart-buffer-npm-4.2.0-5ac3f668bb-10c0.zip/node_modules/smart-buffer/",\ + "packageDependencies": [\ + ["smart-buffer", "npm:4.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["socks", [\ + ["npm:2.8.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/socks-npm-2.8.4-8194b86bd0-10c0.zip/node_modules/socks/",\ + "packageDependencies": [\ + ["socks", "npm:2.8.4"],\ + ["ip-address", "npm:9.0.5"],\ + ["smart-buffer", "npm:4.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["socks-proxy-agent", [\ + ["npm:8.0.5", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/socks-proxy-agent-npm-8.0.5-24d77a90dc-10c0.zip/node_modules/socks-proxy-agent/",\ + "packageDependencies": [\ + ["socks-proxy-agent", "npm:8.0.5"],\ + ["agent-base", "npm:7.1.3"],\ + ["debug", "virtual:5dc40fea712494f06495996e8631fe3d962d9b85eec49908b9f35dc6ec9523d9b63e829ac878a2fa2414a0d111083466b19302a37186a46f0da9795af68d1f4c#npm:4.4.0"],\ + ["socks", "npm:2.8.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["source-map", [\ + ["npm:0.1.43", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/source-map-npm-0.1.43-fb500e9a6d-10c0.zip/node_modules/source-map/",\ + "packageDependencies": [\ + ["source-map", "npm:0.1.43"],\ + ["amdefine", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:0.6.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/source-map-npm-0.6.1-1a3621db16-10c0.zip/node_modules/source-map/",\ + "packageDependencies": [\ + ["source-map", "npm:0.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["source-map-js", [\ + ["npm:1.2.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/source-map-js-npm-1.2.1-b9a47d7e1a-10c0.zip/node_modules/source-map-js/",\ + "packageDependencies": [\ + ["source-map-js", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["source-map-support", [\ + ["npm:0.5.21", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/source-map-support-npm-0.5.21-09ca99e250-10c0.zip/node_modules/source-map-support/",\ + "packageDependencies": [\ + ["source-map-support", "npm:0.5.21"],\ + ["buffer-from", "npm:1.1.2"],\ + ["source-map", "npm:0.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["sprintf-js", [\ + ["npm:1.1.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/sprintf-js-npm-1.1.3-b99efd75b2-10c0.zip/node_modules/sprintf-js/",\ + "packageDependencies": [\ + ["sprintf-js", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ssri", [\ + ["npm:12.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/ssri-npm-12.0.0-97c0e53d2e-10c0.zip/node_modules/ssri/",\ + "packageDependencies": [\ + ["ssri", "npm:12.0.0"],\ + ["minipass", "npm:7.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["stackframe", [\ + ["npm:1.3.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/stackframe-npm-1.3.4-bf4b7cc8fd-10c0.zip/node_modules/stackframe/",\ + "packageDependencies": [\ + ["stackframe", "npm:1.3.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["string-width", [\ + ["npm:4.2.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/string-width-npm-4.2.3-2c27177bae-10c0.zip/node_modules/string-width/",\ + "packageDependencies": [\ + ["string-width", "npm:4.2.3"],\ + ["emoji-regex", "npm:8.0.0"],\ + ["is-fullwidth-code-point", "npm:3.0.0"],\ + ["strip-ansi", "npm:6.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.1.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/string-width-npm-5.1.2-bf60531341-10c0.zip/node_modules/string-width/",\ + "packageDependencies": [\ + ["string-width", "npm:5.1.2"],\ + ["eastasianwidth", "npm:0.2.0"],\ + ["emoji-regex", "npm:9.2.2"],\ + ["strip-ansi", "npm:7.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["strip-ansi", [\ + ["npm:6.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/strip-ansi-npm-6.0.1-caddc7cb40-10c0.zip/node_modules/strip-ansi/",\ + "packageDependencies": [\ + ["strip-ansi", "npm:6.0.1"],\ + ["ansi-regex", "npm:5.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.1.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/strip-ansi-npm-7.1.0-7453b80b79-10c0.zip/node_modules/strip-ansi/",\ + "packageDependencies": [\ + ["strip-ansi", "npm:7.1.0"],\ + ["ansi-regex", "npm:6.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["style-loader", [\ + ["npm:3.3.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/style-loader-npm-3.3.4-e2ff5c12be-10c0.zip/node_modules/style-loader/",\ + "packageDependencies": [\ + ["style-loader", "npm:3.3.4"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:3.3.4", {\ + "packageLocation": "./.yarn/__virtual__/style-loader-virtual-dd9a0c8383/8/tykayn/.yarn/berry/cache/style-loader-npm-3.3.4-e2ff5c12be-10c0.zip/node_modules/style-loader/",\ + "packageDependencies": [\ + ["style-loader", "virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:3.3.4"],\ + ["@types/webpack", null],\ + ["webpack", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.98.0"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["stylehacks", [\ + ["npm:7.0.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/stylehacks-npm-7.0.4-167ad0c843-10c0.zip/node_modules/stylehacks/",\ + "packageDependencies": [\ + ["stylehacks", "npm:7.0.4"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:010078565ebec64eea5afbd19e6f5b2398a591e0a9f3da0438745b6e49fa4570bfaada28f2385405ae1f60bcf84823f810d7d62780ada3aa5fda8c8e756acf1e#npm:7.0.4", {\ + "packageLocation": "./.yarn/__virtual__/stylehacks-virtual-4901c726de/8/tykayn/.yarn/berry/cache/stylehacks-npm-7.0.4-167ad0c843-10c0.zip/node_modules/stylehacks/",\ + "packageDependencies": [\ + ["stylehacks", "virtual:010078565ebec64eea5afbd19e6f5b2398a591e0a9f3da0438745b6e49fa4570bfaada28f2385405ae1f60bcf84823f810d7d62780ada3aa5fda8c8e756acf1e#npm:7.0.4"],\ + ["@types/postcss", null],\ + ["browserslist", "npm:4.24.4"],\ + ["postcss", "npm:8.5.2"],\ + ["postcss-selector-parser", "npm:6.1.2"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["supports-color", [\ + ["npm:5.5.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/supports-color-npm-5.5.0-183ac537bc-10c0.zip/node_modules/supports-color/",\ + "packageDependencies": [\ + ["supports-color", "npm:5.5.0"],\ + ["has-flag", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/supports-color-npm-7.2.0-606bfcf7da-10c0.zip/node_modules/supports-color/",\ + "packageDependencies": [\ + ["supports-color", "npm:7.2.0"],\ + ["has-flag", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:8.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/supports-color-npm-8.1.1-289e937149-10c0.zip/node_modules/supports-color/",\ + "packageDependencies": [\ + ["supports-color", "npm:8.1.1"],\ + ["has-flag", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["supports-preserve-symlinks-flag", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/supports-preserve-symlinks-flag-npm-1.0.0-f17c4d0028-10c0.zip/node_modules/supports-preserve-symlinks-flag/",\ + "packageDependencies": [\ + ["supports-preserve-symlinks-flag", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["svgo", [\ + ["npm:3.3.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/svgo-npm-3.3.2-69e1d32944-10c0.zip/node_modules/svgo/",\ + "packageDependencies": [\ + ["svgo", "npm:3.3.2"],\ + ["@trysound/sax", "npm:0.2.0"],\ + ["commander", "npm:7.2.0"],\ + ["css-select", "npm:5.1.0"],\ + ["css-tree", "npm:2.3.1"],\ + ["css-what", "npm:6.1.0"],\ + ["csso", "npm:5.0.5"],\ + ["picocolors", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["tapable", [\ + ["npm:2.2.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/tapable-npm-2.2.1-8cf5ff3039-10c0.zip/node_modules/tapable/",\ + "packageDependencies": [\ + ["tapable", "npm:2.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["tar", [\ + ["npm:7.4.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/tar-npm-7.4.3-1dbbd1ffc3-10c0.zip/node_modules/tar/",\ + "packageDependencies": [\ + ["tar", "npm:7.4.3"],\ + ["@isaacs/fs-minipass", "npm:4.0.1"],\ + ["chownr", "npm:3.0.0"],\ + ["minipass", "npm:7.1.2"],\ + ["minizlib", "npm:3.0.1"],\ + ["mkdirp", "npm:3.0.1"],\ + ["yallist", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["terser", [\ + ["npm:5.39.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/terser-npm-5.39.0-127c67156d-10c0.zip/node_modules/terser/",\ + "packageDependencies": [\ + ["terser", "npm:5.39.0"],\ + ["@jridgewell/source-map", "npm:0.3.6"],\ + ["acorn", "npm:8.14.0"],\ + ["commander", "npm:2.20.3"],\ + ["source-map-support", "npm:0.5.21"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["terser-webpack-plugin", [\ + ["npm:5.3.11", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/terser-webpack-plugin-npm-5.3.11-1a5bba0883-10c0.zip/node_modules/terser-webpack-plugin/",\ + "packageDependencies": [\ + ["terser-webpack-plugin", "npm:5.3.11"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:5.3.11", {\ + "packageLocation": "./.yarn/__virtual__/terser-webpack-plugin-virtual-fd77f99515/8/tykayn/.yarn/berry/cache/terser-webpack-plugin-npm-5.3.11-1a5bba0883-10c0.zip/node_modules/terser-webpack-plugin/",\ + "packageDependencies": [\ + ["terser-webpack-plugin", "virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:5.3.11"],\ + ["@jridgewell/trace-mapping", "npm:0.3.25"],\ + ["@swc/core", null],\ + ["@types/esbuild", null],\ + ["@types/swc__core", null],\ + ["@types/uglify-js", null],\ + ["@types/webpack", null],\ + ["esbuild", null],\ + ["jest-worker", "npm:27.5.1"],\ + ["schema-utils", "npm:4.3.0"],\ + ["serialize-javascript", "npm:6.0.2"],\ + ["terser", "npm:5.39.0"],\ + ["uglify-js", null],\ + ["webpack", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.98.0"]\ + ],\ + "packagePeers": [\ + "@swc/core",\ + "@types/esbuild",\ + "@types/swc__core",\ + "@types/uglify-js",\ + "@types/webpack",\ + "esbuild",\ + "uglify-js",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["tmp", [\ + ["npm:0.2.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/tmp-npm-0.2.3-ac2a701365-10c0.zip/node_modules/tmp/",\ + "packageDependencies": [\ + ["tmp", "npm:0.2.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["to-regex-range", [\ + ["npm:5.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/to-regex-range-npm-5.0.1-f1e8263b00-10c0.zip/node_modules/to-regex-range/",\ + "packageDependencies": [\ + ["to-regex-range", "npm:5.0.1"],\ + ["is-number", "npm:7.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["uglify-js", [\ + ["npm:2.3.6", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/uglify-js-npm-2.3.6-23c6fa9799-10c0.zip/node_modules/uglify-js/",\ + "packageDependencies": [\ + ["uglify-js", "npm:2.3.6"],\ + ["async", "npm:0.2.10"],\ + ["optimist", "npm:0.3.7"],\ + ["source-map", "npm:0.1.43"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["undici-types", [\ + ["npm:6.20.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/undici-types-npm-6.20.0-bd21e669af-10c0.zip/node_modules/undici-types/",\ + "packageDependencies": [\ + ["undici-types", "npm:6.20.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["unicode-canonical-property-names-ecmascript", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/unicode-canonical-property-names-ecmascript-npm-2.0.1-80cef17f3b-10c0.zip/node_modules/unicode-canonical-property-names-ecmascript/",\ + "packageDependencies": [\ + ["unicode-canonical-property-names-ecmascript", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["unicode-match-property-ecmascript", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/unicode-match-property-ecmascript-npm-2.0.0-97a00fd52c-10c0.zip/node_modules/unicode-match-property-ecmascript/",\ + "packageDependencies": [\ + ["unicode-match-property-ecmascript", "npm:2.0.0"],\ + ["unicode-canonical-property-names-ecmascript", "npm:2.0.1"],\ + ["unicode-property-aliases-ecmascript", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["unicode-match-property-value-ecmascript", [\ + ["npm:2.2.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/unicode-match-property-value-ecmascript-npm-2.2.0-011b10a684-10c0.zip/node_modules/unicode-match-property-value-ecmascript/",\ + "packageDependencies": [\ + ["unicode-match-property-value-ecmascript", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["unicode-property-aliases-ecmascript", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/unicode-property-aliases-ecmascript-npm-2.1.0-46779595f4-10c0.zip/node_modules/unicode-property-aliases-ecmascript/",\ + "packageDependencies": [\ + ["unicode-property-aliases-ecmascript", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["unique-filename", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/unique-filename-npm-4.0.0-bfc100c4e3-10c0.zip/node_modules/unique-filename/",\ + "packageDependencies": [\ + ["unique-filename", "npm:4.0.0"],\ + ["unique-slug", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["unique-slug", [\ + ["npm:5.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/unique-slug-npm-5.0.0-11508c0469-10c0.zip/node_modules/unique-slug/",\ + "packageDependencies": [\ + ["unique-slug", "npm:5.0.0"],\ + ["imurmurhash", "npm:0.1.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["update-browserslist-db", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/update-browserslist-db-npm-1.1.2-59b122fef6-10c0.zip/node_modules/update-browserslist-db/",\ + "packageDependencies": [\ + ["update-browserslist-db", "npm:1.1.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2fdeb5face9914bb5fd94c70f084d153c80d2f09e5aabee010e4220b248dc23fca8f73c7beed0195e45ae6e2b1cb25388f709d7bfc4f00e473d573887faf4e5c#npm:1.1.2", {\ + "packageLocation": "./.yarn/__virtual__/update-browserslist-db-virtual-d7fc8cbe33/8/tykayn/.yarn/berry/cache/update-browserslist-db-npm-1.1.2-59b122fef6-10c0.zip/node_modules/update-browserslist-db/",\ + "packageDependencies": [\ + ["update-browserslist-db", "virtual:2fdeb5face9914bb5fd94c70f084d153c80d2f09e5aabee010e4220b248dc23fca8f73c7beed0195e45ae6e2b1cb25388f709d7bfc4f00e473d573887faf4e5c#npm:1.1.2"],\ + ["@types/browserslist", null],\ + ["browserslist", "npm:4.24.4"],\ + ["escalade", "npm:3.2.0"],\ + ["picocolors", "npm:1.1.1"]\ + ],\ + "packagePeers": [\ + "@types/browserslist",\ + "browserslist"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["util-deprecate", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/util-deprecate-npm-1.0.2-e3fe1a219c-10c0.zip/node_modules/util-deprecate/",\ + "packageDependencies": [\ + ["util-deprecate", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["utila", [\ + ["npm:0.4.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/utila-npm-0.4.0-27b344403b-10c0.zip/node_modules/utila/",\ + "packageDependencies": [\ + ["utila", "npm:0.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["uuid", [\ + ["npm:8.3.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/uuid-npm-8.3.2-eca0baba53-10c0.zip/node_modules/uuid/",\ + "packageDependencies": [\ + ["uuid", "npm:8.3.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["watchpack", [\ + ["npm:2.4.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/watchpack-npm-2.4.2-3e587d5d5b-10c0.zip/node_modules/watchpack/",\ + "packageDependencies": [\ + ["watchpack", "npm:2.4.2"],\ + ["glob-to-regexp", "npm:0.4.1"],\ + ["graceful-fs", "npm:4.2.11"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["webpack", [\ + ["npm:5.98.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/webpack-npm-5.98.0-4e921faeb6-10c0.zip/node_modules/webpack/",\ + "packageDependencies": [\ + ["webpack", "npm:5.98.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.98.0", {\ + "packageLocation": "./.yarn/__virtual__/webpack-virtual-381f71c408/8/tykayn/.yarn/berry/cache/webpack-npm-5.98.0-4e921faeb6-10c0.zip/node_modules/webpack/",\ + "packageDependencies": [\ + ["webpack", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.98.0"],\ + ["@types/eslint-scope", "npm:3.7.7"],\ + ["@types/estree", "npm:1.0.6"],\ + ["@types/webpack-cli", null],\ + ["@webassemblyjs/ast", "npm:1.14.1"],\ + ["@webassemblyjs/wasm-edit", "npm:1.14.1"],\ + ["@webassemblyjs/wasm-parser", "npm:1.14.1"],\ + ["acorn", "npm:8.14.0"],\ + ["browserslist", "npm:4.24.4"],\ + ["chrome-trace-event", "npm:1.0.4"],\ + ["enhanced-resolve", "npm:5.18.1"],\ + ["es-module-lexer", "npm:1.6.0"],\ + ["eslint-scope", "npm:5.1.1"],\ + ["events", "npm:3.3.0"],\ + ["glob-to-regexp", "npm:0.4.1"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["json-parse-even-better-errors", "npm:2.3.1"],\ + ["loader-runner", "npm:4.3.0"],\ + ["mime-types", "npm:2.1.35"],\ + ["neo-async", "npm:2.6.2"],\ + ["schema-utils", "npm:4.3.0"],\ + ["tapable", "npm:2.2.1"],\ + ["terser-webpack-plugin", "virtual:5ce35f4ad8ce868aa7df4a04c5f4881cd900f5b946c392b3265429bde5037b674d689246852f7986aa0a8029ec52eb6046345eb1a806173b6104438c4e1baecc#npm:5.3.11"],\ + ["watchpack", "npm:2.4.2"],\ + ["webpack-cli", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.1.4"],\ + ["webpack-sources", "npm:3.2.3"]\ + ],\ + "packagePeers": [\ + "@types/webpack-cli",\ + "webpack-cli"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["webpack-cli", [\ + ["npm:5.1.4", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/webpack-cli-npm-5.1.4-7be5b53b38-10c0.zip/node_modules/webpack-cli/",\ + "packageDependencies": [\ + ["webpack-cli", "npm:5.1.4"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.1.4", {\ + "packageLocation": "./.yarn/__virtual__/webpack-cli-virtual-ee92af20c2/8/tykayn/.yarn/berry/cache/webpack-cli-npm-5.1.4-7be5b53b38-10c0.zip/node_modules/webpack-cli/",\ + "packageDependencies": [\ + ["webpack-cli", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.1.4"],\ + ["@discoveryjs/json-ext", "npm:0.5.7"],\ + ["@types/webpack", null],\ + ["@types/webpack-bundle-analyzer", null],\ + ["@types/webpack-cli__generators", null],\ + ["@types/webpack-dev-server", null],\ + ["@webpack-cli/configtest", "virtual:ee92af20c2b9167ca3718a325f269c1ae8fef916e233d41ba4c2543ff252cc55cb0d56f67d16ac675f7a7a7bd7d2d5f49113bddb173b143e89d9767927acf2d2#npm:2.1.1"],\ + ["@webpack-cli/generators", null],\ + ["@webpack-cli/info", "virtual:ee92af20c2b9167ca3718a325f269c1ae8fef916e233d41ba4c2543ff252cc55cb0d56f67d16ac675f7a7a7bd7d2d5f49113bddb173b143e89d9767927acf2d2#npm:2.0.2"],\ + ["@webpack-cli/serve", "virtual:ee92af20c2b9167ca3718a325f269c1ae8fef916e233d41ba4c2543ff252cc55cb0d56f67d16ac675f7a7a7bd7d2d5f49113bddb173b143e89d9767927acf2d2#npm:2.0.5"],\ + ["colorette", "npm:2.0.20"],\ + ["commander", "npm:10.0.1"],\ + ["cross-spawn", "npm:7.0.6"],\ + ["envinfo", "npm:7.14.0"],\ + ["fastest-levenshtein", "npm:1.0.16"],\ + ["import-local", "npm:3.2.0"],\ + ["interpret", "npm:3.1.1"],\ + ["rechoir", "npm:0.8.0"],\ + ["webpack", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.98.0"],\ + ["webpack-bundle-analyzer", null],\ + ["webpack-dev-server", null],\ + ["webpack-merge", "npm:5.10.0"]\ + ],\ + "packagePeers": [\ + "@types/webpack-bundle-analyzer",\ + "@types/webpack-cli__generators",\ + "@types/webpack-dev-server",\ + "@types/webpack",\ + "@webpack-cli/generators",\ + "webpack-bundle-analyzer",\ + "webpack-dev-server",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["webpack-merge", [\ + ["npm:5.10.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/webpack-merge-npm-5.10.0-c2d9fd1f83-10c0.zip/node_modules/webpack-merge/",\ + "packageDependencies": [\ + ["webpack-merge", "npm:5.10.0"],\ + ["clone-deep", "npm:4.0.1"],\ + ["flat", "npm:5.0.2"],\ + ["wildcard", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["webpack-notifier", [\ + ["npm:1.15.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/webpack-notifier-npm-1.15.0-4cdfc4324a-10c0.zip/node_modules/webpack-notifier/",\ + "packageDependencies": [\ + ["webpack-notifier", "npm:1.15.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:1.15.0", {\ + "packageLocation": "./.yarn/__virtual__/webpack-notifier-virtual-52337cb67d/8/tykayn/.yarn/berry/cache/webpack-notifier-npm-1.15.0-4cdfc4324a-10c0.zip/node_modules/webpack-notifier/",\ + "packageDependencies": [\ + ["webpack-notifier", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:1.15.0"],\ + ["@types/webpack", null],\ + ["node-notifier", "npm:9.0.1"],\ + ["strip-ansi", "npm:6.0.1"]\ + ],\ + "packagePeers": [\ + "@types/webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["webpack-sources", [\ + ["npm:3.2.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/webpack-sources-npm-3.2.3-6bfb5d9563-10c0.zip/node_modules/webpack-sources/",\ + "packageDependencies": [\ + ["webpack-sources", "npm:3.2.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["which", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/which-npm-2.0.2-320ddf72f7-10c0.zip/node_modules/which/",\ + "packageDependencies": [\ + ["which", "npm:2.0.2"],\ + ["isexe", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/which-npm-5.0.0-15aa39eb60-10c0.zip/node_modules/which/",\ + "packageDependencies": [\ + ["which", "npm:5.0.0"],\ + ["isexe", "npm:3.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["wildcard", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/wildcard-npm-2.0.1-7c6a3a3365-10c0.zip/node_modules/wildcard/",\ + "packageDependencies": [\ + ["wildcard", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["wordwrap", [\ + ["npm:0.0.3", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/wordwrap-npm-0.0.3-ab90803074-10c0.zip/node_modules/wordwrap/",\ + "packageDependencies": [\ + ["wordwrap", "npm:0.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["wrap-ansi", [\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/wrap-ansi-npm-7.0.0-ad6e1a0554-10c0.zip/node_modules/wrap-ansi/",\ + "packageDependencies": [\ + ["wrap-ansi", "npm:7.0.0"],\ + ["ansi-styles", "npm:4.3.0"],\ + ["string-width", "npm:4.2.3"],\ + ["strip-ansi", "npm:6.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:8.1.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/wrap-ansi-npm-8.1.0-26a4e6ae28-10c0.zip/node_modules/wrap-ansi/",\ + "packageDependencies": [\ + ["wrap-ansi", "npm:8.1.0"],\ + ["ansi-styles", "npm:6.2.1"],\ + ["string-width", "npm:5.1.2"],\ + ["strip-ansi", "npm:7.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["yallist", [\ + ["npm:3.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/yallist-npm-3.1.1-a568a556b4-10c0.zip/node_modules/yallist/",\ + "packageDependencies": [\ + ["yallist", "npm:3.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/yallist-npm-4.0.0-b493d9e907-10c0.zip/node_modules/yallist/",\ + "packageDependencies": [\ + ["yallist", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.0.0", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/yallist-npm-5.0.0-8732dd9f1c-10c0.zip/node_modules/yallist/",\ + "packageDependencies": [\ + ["yallist", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["yargs-parser", [\ + ["npm:21.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/yargs-parser-npm-21.1.1-8fdc003314-10c0.zip/node_modules/yargs-parser/",\ + "packageDependencies": [\ + ["yargs-parser", "npm:21.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["yocto-queue", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../../../../tykayn/.yarn/berry/cache/yocto-queue-npm-1.1.1-6bddf81a40-10c0.zip/node_modules/yocto-queue/",\ + "packageDependencies": [\ + ["yocto-queue", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]]\ + ]\ +}'; + +function $$SETUP_STATE(hydrateRuntimeState, basePath) { + return hydrateRuntimeState(JSON.parse(RAW_RUNTIME_STATE), {basePath: basePath || __dirname}); +} + +const fs = require('fs'); +const path = require('path'); +const crypto = require('crypto'); +const os = require('os'); +const events = require('events'); +const nodeUtils = require('util'); +const stream = require('stream'); +const zlib = require('zlib'); +const require$$0 = require('module'); +const StringDecoder = require('string_decoder'); +const url = require('url'); +const buffer = require('buffer'); +const readline = require('readline'); +const assert = require('assert'); + +const _interopDefaultLegacy = e => e && typeof e === 'object' && 'default' in e ? e : { default: e }; + +function _interopNamespace(e) { + if (e && e.__esModule) return e; + const n = Object.create(null); + if (e) { + for (const k in e) { + if (k !== 'default') { + const d = Object.getOwnPropertyDescriptor(e, k); + Object.defineProperty(n, k, d.get ? d : { + enumerable: true, + get: () => e[k] + }); + } + } + } + n.default = e; + return Object.freeze(n); +} + +const fs__default = /*#__PURE__*/_interopDefaultLegacy(fs); +const path__default = /*#__PURE__*/_interopDefaultLegacy(path); +const nodeUtils__namespace = /*#__PURE__*/_interopNamespace(nodeUtils); +const zlib__default = /*#__PURE__*/_interopDefaultLegacy(zlib); +const require$$0__default = /*#__PURE__*/_interopDefaultLegacy(require$$0); +const StringDecoder__default = /*#__PURE__*/_interopDefaultLegacy(StringDecoder); +const buffer__default = /*#__PURE__*/_interopDefaultLegacy(buffer); +const assert__default = /*#__PURE__*/_interopDefaultLegacy(assert); + +const S_IFMT = 61440; +const S_IFDIR = 16384; +const S_IFREG = 32768; +const S_IFLNK = 40960; +const SAFE_TIME = 456789e3; + +function makeError$1(code, message) { + return Object.assign(new Error(`${code}: ${message}`), { code }); +} +function EBUSY(message) { + return makeError$1(`EBUSY`, message); +} +function ENOSYS(message, reason) { + return makeError$1(`ENOSYS`, `${message}, ${reason}`); +} +function EINVAL(reason) { + return makeError$1(`EINVAL`, `invalid argument, ${reason}`); +} +function EBADF(reason) { + return makeError$1(`EBADF`, `bad file descriptor, ${reason}`); +} +function ENOENT(reason) { + return makeError$1(`ENOENT`, `no such file or directory, ${reason}`); +} +function ENOTDIR(reason) { + return makeError$1(`ENOTDIR`, `not a directory, ${reason}`); +} +function EISDIR(reason) { + return makeError$1(`EISDIR`, `illegal operation on a directory, ${reason}`); +} +function EEXIST(reason) { + return makeError$1(`EEXIST`, `file already exists, ${reason}`); +} +function EROFS(reason) { + return makeError$1(`EROFS`, `read-only filesystem, ${reason}`); +} +function ENOTEMPTY(reason) { + return makeError$1(`ENOTEMPTY`, `directory not empty, ${reason}`); +} +function EOPNOTSUPP(reason) { + return makeError$1(`EOPNOTSUPP`, `operation not supported, ${reason}`); +} +function ERR_DIR_CLOSED() { + return makeError$1(`ERR_DIR_CLOSED`, `Directory handle was closed`); +} + +const DEFAULT_MODE = S_IFREG | 420; +class StatEntry { + uid = 0; + gid = 0; + size = 0; + blksize = 0; + atimeMs = 0; + mtimeMs = 0; + ctimeMs = 0; + birthtimeMs = 0; + atime = /* @__PURE__ */ new Date(0); + mtime = /* @__PURE__ */ new Date(0); + ctime = /* @__PURE__ */ new Date(0); + birthtime = /* @__PURE__ */ new Date(0); + dev = 0; + ino = 0; + mode = DEFAULT_MODE; + nlink = 1; + rdev = 0; + blocks = 1; + isBlockDevice() { + return false; + } + isCharacterDevice() { + return false; + } + isDirectory() { + return (this.mode & S_IFMT) === S_IFDIR; + } + isFIFO() { + return false; + } + isFile() { + return (this.mode & S_IFMT) === S_IFREG; + } + isSocket() { + return false; + } + isSymbolicLink() { + return (this.mode & S_IFMT) === S_IFLNK; + } +} +class BigIntStatsEntry { + uid = BigInt(0); + gid = BigInt(0); + size = BigInt(0); + blksize = BigInt(0); + atimeMs = BigInt(0); + mtimeMs = BigInt(0); + ctimeMs = BigInt(0); + birthtimeMs = BigInt(0); + atimeNs = BigInt(0); + mtimeNs = BigInt(0); + ctimeNs = BigInt(0); + birthtimeNs = BigInt(0); + atime = /* @__PURE__ */ new Date(0); + mtime = /* @__PURE__ */ new Date(0); + ctime = /* @__PURE__ */ new Date(0); + birthtime = /* @__PURE__ */ new Date(0); + dev = BigInt(0); + ino = BigInt(0); + mode = BigInt(DEFAULT_MODE); + nlink = BigInt(1); + rdev = BigInt(0); + blocks = BigInt(1); + isBlockDevice() { + return false; + } + isCharacterDevice() { + return false; + } + isDirectory() { + return (this.mode & BigInt(S_IFMT)) === BigInt(S_IFDIR); + } + isFIFO() { + return false; + } + isFile() { + return (this.mode & BigInt(S_IFMT)) === BigInt(S_IFREG); + } + isSocket() { + return false; + } + isSymbolicLink() { + return (this.mode & BigInt(S_IFMT)) === BigInt(S_IFLNK); + } +} +function makeDefaultStats() { + return new StatEntry(); +} +function clearStats(stats) { + for (const key in stats) { + if (Object.hasOwn(stats, key)) { + const element = stats[key]; + if (typeof element === `number`) { + stats[key] = 0; + } else if (typeof element === `bigint`) { + stats[key] = BigInt(0); + } else if (nodeUtils__namespace.types.isDate(element)) { + stats[key] = /* @__PURE__ */ new Date(0); + } + } + } + return stats; +} +function convertToBigIntStats(stats) { + const bigintStats = new BigIntStatsEntry(); + for (const key in stats) { + if (Object.hasOwn(stats, key)) { + const element = stats[key]; + if (typeof element === `number`) { + bigintStats[key] = BigInt(element); + } else if (nodeUtils__namespace.types.isDate(element)) { + bigintStats[key] = new Date(element); + } + } + } + bigintStats.atimeNs = bigintStats.atimeMs * BigInt(1e6); + bigintStats.mtimeNs = bigintStats.mtimeMs * BigInt(1e6); + bigintStats.ctimeNs = bigintStats.ctimeMs * BigInt(1e6); + bigintStats.birthtimeNs = bigintStats.birthtimeMs * BigInt(1e6); + return bigintStats; +} +function areStatsEqual(a, b) { + if (a.atimeMs !== b.atimeMs) + return false; + if (a.birthtimeMs !== b.birthtimeMs) + return false; + if (a.blksize !== b.blksize) + return false; + if (a.blocks !== b.blocks) + return false; + if (a.ctimeMs !== b.ctimeMs) + return false; + if (a.dev !== b.dev) + return false; + if (a.gid !== b.gid) + return false; + if (a.ino !== b.ino) + return false; + if (a.isBlockDevice() !== b.isBlockDevice()) + return false; + if (a.isCharacterDevice() !== b.isCharacterDevice()) + return false; + if (a.isDirectory() !== b.isDirectory()) + return false; + if (a.isFIFO() !== b.isFIFO()) + return false; + if (a.isFile() !== b.isFile()) + return false; + if (a.isSocket() !== b.isSocket()) + return false; + if (a.isSymbolicLink() !== b.isSymbolicLink()) + return false; + if (a.mode !== b.mode) + return false; + if (a.mtimeMs !== b.mtimeMs) + return false; + if (a.nlink !== b.nlink) + return false; + if (a.rdev !== b.rdev) + return false; + if (a.size !== b.size) + return false; + if (a.uid !== b.uid) + return false; + const aN = a; + const bN = b; + if (aN.atimeNs !== bN.atimeNs) + return false; + if (aN.mtimeNs !== bN.mtimeNs) + return false; + if (aN.ctimeNs !== bN.ctimeNs) + return false; + if (aN.birthtimeNs !== bN.birthtimeNs) + return false; + return true; +} + +const PortablePath = { + root: `/`, + dot: `.`, + parent: `..` +}; +const Filename = { + home: `~`, + nodeModules: `node_modules`, + manifest: `package.json`, + lockfile: `yarn.lock`, + virtual: `__virtual__`, + /** + * @deprecated + */ + pnpJs: `.pnp.js`, + pnpCjs: `.pnp.cjs`, + pnpData: `.pnp.data.json`, + pnpEsmLoader: `.pnp.loader.mjs`, + rc: `.yarnrc.yml`, + env: `.env` +}; +const npath = Object.create(path__default.default); +const ppath = Object.create(path__default.default.posix); +npath.cwd = () => process.cwd(); +ppath.cwd = process.platform === `win32` ? () => toPortablePath(process.cwd()) : process.cwd; +if (process.platform === `win32`) { + ppath.resolve = (...segments) => { + if (segments.length > 0 && ppath.isAbsolute(segments[0])) { + return path__default.default.posix.resolve(...segments); + } else { + return path__default.default.posix.resolve(ppath.cwd(), ...segments); + } + }; +} +const contains = function(pathUtils, from, to) { + from = pathUtils.normalize(from); + to = pathUtils.normalize(to); + if (from === to) + return `.`; + if (!from.endsWith(pathUtils.sep)) + from = from + pathUtils.sep; + if (to.startsWith(from)) { + return to.slice(from.length); + } else { + return null; + } +}; +npath.contains = (from, to) => contains(npath, from, to); +ppath.contains = (from, to) => contains(ppath, from, to); +const WINDOWS_PATH_REGEXP = /^([a-zA-Z]:.*)$/; +const UNC_WINDOWS_PATH_REGEXP = /^\/\/(\.\/)?(.*)$/; +const PORTABLE_PATH_REGEXP = /^\/([a-zA-Z]:.*)$/; +const UNC_PORTABLE_PATH_REGEXP = /^\/unc\/(\.dot\/)?(.*)$/; +function fromPortablePathWin32(p) { + let portablePathMatch, uncPortablePathMatch; + if (portablePathMatch = p.match(PORTABLE_PATH_REGEXP)) + p = portablePathMatch[1]; + else if (uncPortablePathMatch = p.match(UNC_PORTABLE_PATH_REGEXP)) + p = `\\\\${uncPortablePathMatch[1] ? `.\\` : ``}${uncPortablePathMatch[2]}`; + else + return p; + return p.replace(/\//g, `\\`); +} +function toPortablePathWin32(p) { + p = p.replace(/\\/g, `/`); + let windowsPathMatch, uncWindowsPathMatch; + if (windowsPathMatch = p.match(WINDOWS_PATH_REGEXP)) + p = `/${windowsPathMatch[1]}`; + else if (uncWindowsPathMatch = p.match(UNC_WINDOWS_PATH_REGEXP)) + p = `/unc/${uncWindowsPathMatch[1] ? `.dot/` : ``}${uncWindowsPathMatch[2]}`; + return p; +} +const toPortablePath = process.platform === `win32` ? toPortablePathWin32 : (p) => p; +const fromPortablePath = process.platform === `win32` ? fromPortablePathWin32 : (p) => p; +npath.fromPortablePath = fromPortablePath; +npath.toPortablePath = toPortablePath; +function convertPath(targetPathUtils, sourcePath) { + return targetPathUtils === npath ? fromPortablePath(sourcePath) : toPortablePath(sourcePath); +} + +const defaultTime = new Date(SAFE_TIME * 1e3); +const defaultTimeMs = defaultTime.getTime(); +async function copyPromise(destinationFs, destination, sourceFs, source, opts) { + const normalizedDestination = destinationFs.pathUtils.normalize(destination); + const normalizedSource = sourceFs.pathUtils.normalize(source); + const prelayout = []; + const postlayout = []; + const { atime, mtime } = opts.stableTime ? { atime: defaultTime, mtime: defaultTime } : await sourceFs.lstatPromise(normalizedSource); + await destinationFs.mkdirpPromise(destinationFs.pathUtils.dirname(destination), { utimes: [atime, mtime] }); + await copyImpl(prelayout, postlayout, destinationFs, normalizedDestination, sourceFs, normalizedSource, { ...opts, didParentExist: true }); + for (const operation of prelayout) + await operation(); + await Promise.all(postlayout.map((operation) => { + return operation(); + })); +} +async function copyImpl(prelayout, postlayout, destinationFs, destination, sourceFs, source, opts) { + const destinationStat = opts.didParentExist ? await maybeLStat(destinationFs, destination) : null; + const sourceStat = await sourceFs.lstatPromise(source); + const { atime, mtime } = opts.stableTime ? { atime: defaultTime, mtime: defaultTime } : sourceStat; + let updated; + switch (true) { + case sourceStat.isDirectory(): + { + updated = await copyFolder(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts); + } + break; + case sourceStat.isFile(): + { + updated = await copyFile(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts); + } + break; + case sourceStat.isSymbolicLink(): + { + updated = await copySymlink(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts); + } + break; + default: { + throw new Error(`Unsupported file type (${sourceStat.mode})`); + } + } + if (opts.linkStrategy?.type !== `HardlinkFromIndex` || !sourceStat.isFile()) { + if (updated || destinationStat?.mtime?.getTime() !== mtime.getTime() || destinationStat?.atime?.getTime() !== atime.getTime()) { + postlayout.push(() => destinationFs.lutimesPromise(destination, atime, mtime)); + updated = true; + } + if (destinationStat === null || (destinationStat.mode & 511) !== (sourceStat.mode & 511)) { + postlayout.push(() => destinationFs.chmodPromise(destination, sourceStat.mode & 511)); + updated = true; + } + } + return updated; +} +async function maybeLStat(baseFs, p) { + try { + return await baseFs.lstatPromise(p); + } catch (e) { + return null; + } +} +async function copyFolder(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) { + if (destinationStat !== null && !destinationStat.isDirectory()) { + if (opts.overwrite) { + prelayout.push(async () => destinationFs.removePromise(destination)); + destinationStat = null; + } else { + return false; + } + } + let updated = false; + if (destinationStat === null) { + prelayout.push(async () => { + try { + await destinationFs.mkdirPromise(destination, { mode: sourceStat.mode }); + } catch (err) { + if (err.code !== `EEXIST`) { + throw err; + } + } + }); + updated = true; + } + const entries = await sourceFs.readdirPromise(source); + const nextOpts = opts.didParentExist && !destinationStat ? { ...opts, didParentExist: false } : opts; + if (opts.stableSort) { + for (const entry of entries.sort()) { + if (await copyImpl(prelayout, postlayout, destinationFs, destinationFs.pathUtils.join(destination, entry), sourceFs, sourceFs.pathUtils.join(source, entry), nextOpts)) { + updated = true; + } + } + } else { + const entriesUpdateStatus = await Promise.all(entries.map(async (entry) => { + await copyImpl(prelayout, postlayout, destinationFs, destinationFs.pathUtils.join(destination, entry), sourceFs, sourceFs.pathUtils.join(source, entry), nextOpts); + })); + if (entriesUpdateStatus.some((status) => status)) { + updated = true; + } + } + return updated; +} +async function copyFileViaIndex(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts, linkStrategy) { + const sourceHash = await sourceFs.checksumFilePromise(source, { algorithm: `sha1` }); + const defaultMode = 420; + const sourceMode = sourceStat.mode & 511; + const indexFileName = `${sourceHash}${sourceMode !== defaultMode ? sourceMode.toString(8) : ``}`; + const indexPath = destinationFs.pathUtils.join(linkStrategy.indexPath, sourceHash.slice(0, 2), `${indexFileName}.dat`); + let AtomicBehavior; + ((AtomicBehavior2) => { + AtomicBehavior2[AtomicBehavior2["Lock"] = 0] = "Lock"; + AtomicBehavior2[AtomicBehavior2["Rename"] = 1] = "Rename"; + })(AtomicBehavior || (AtomicBehavior = {})); + let atomicBehavior = 1 /* Rename */; + let indexStat = await maybeLStat(destinationFs, indexPath); + if (destinationStat) { + const isDestinationHardlinkedFromIndex = indexStat && destinationStat.dev === indexStat.dev && destinationStat.ino === indexStat.ino; + const isIndexModified = indexStat?.mtimeMs !== defaultTimeMs; + if (isDestinationHardlinkedFromIndex) { + if (isIndexModified && linkStrategy.autoRepair) { + atomicBehavior = 0 /* Lock */; + indexStat = null; + } + } + if (!isDestinationHardlinkedFromIndex) { + if (opts.overwrite) { + prelayout.push(async () => destinationFs.removePromise(destination)); + destinationStat = null; + } else { + return false; + } + } + } + const tempPath = !indexStat && atomicBehavior === 1 /* Rename */ ? `${indexPath}.${Math.floor(Math.random() * 4294967296).toString(16).padStart(8, `0`)}` : null; + let tempPathCleaned = false; + prelayout.push(async () => { + if (!indexStat) { + if (atomicBehavior === 0 /* Lock */) { + await destinationFs.lockPromise(indexPath, async () => { + const content = await sourceFs.readFilePromise(source); + await destinationFs.writeFilePromise(indexPath, content); + }); + } + if (atomicBehavior === 1 /* Rename */ && tempPath) { + const content = await sourceFs.readFilePromise(source); + await destinationFs.writeFilePromise(tempPath, content); + try { + await destinationFs.linkPromise(tempPath, indexPath); + } catch (err) { + if (err.code === `EEXIST`) { + tempPathCleaned = true; + await destinationFs.unlinkPromise(tempPath); + } else { + throw err; + } + } + } + } + if (!destinationStat) { + await destinationFs.linkPromise(indexPath, destination); + } + }); + postlayout.push(async () => { + if (!indexStat) { + await destinationFs.lutimesPromise(indexPath, defaultTime, defaultTime); + if (sourceMode !== defaultMode) { + await destinationFs.chmodPromise(indexPath, sourceMode); + } + } + if (tempPath && !tempPathCleaned) { + await destinationFs.unlinkPromise(tempPath); + } + }); + return false; +} +async function copyFileDirect(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) { + if (destinationStat !== null) { + if (opts.overwrite) { + prelayout.push(async () => destinationFs.removePromise(destination)); + destinationStat = null; + } else { + return false; + } + } + prelayout.push(async () => { + const content = await sourceFs.readFilePromise(source); + await destinationFs.writeFilePromise(destination, content); + }); + return true; +} +async function copyFile(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) { + if (opts.linkStrategy?.type === `HardlinkFromIndex`) { + return copyFileViaIndex(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts, opts.linkStrategy); + } else { + return copyFileDirect(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts); + } +} +async function copySymlink(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) { + if (destinationStat !== null) { + if (opts.overwrite) { + prelayout.push(async () => destinationFs.removePromise(destination)); + destinationStat = null; + } else { + return false; + } + } + prelayout.push(async () => { + await destinationFs.symlinkPromise(convertPath(destinationFs.pathUtils, await sourceFs.readlinkPromise(source)), destination); + }); + return true; +} + +class CustomDir { + constructor(path, nextDirent, opts = {}) { + this.path = path; + this.nextDirent = nextDirent; + this.opts = opts; + } + closed = false; + throwIfClosed() { + if (this.closed) { + throw ERR_DIR_CLOSED(); + } + } + async *[Symbol.asyncIterator]() { + try { + let dirent; + while ((dirent = await this.read()) !== null) { + yield dirent; + } + } finally { + await this.close(); + } + } + read(cb) { + const dirent = this.readSync(); + if (typeof cb !== `undefined`) + return cb(null, dirent); + return Promise.resolve(dirent); + } + readSync() { + this.throwIfClosed(); + return this.nextDirent(); + } + close(cb) { + this.closeSync(); + if (typeof cb !== `undefined`) + return cb(null); + return Promise.resolve(); + } + closeSync() { + this.throwIfClosed(); + this.opts.onClose?.(); + this.closed = true; + } +} +function opendir(fakeFs, path, entries, opts) { + const nextDirent = () => { + const filename = entries.shift(); + if (typeof filename === `undefined`) + return null; + const entryPath = fakeFs.pathUtils.join(path, filename); + return Object.assign(fakeFs.statSync(entryPath), { + name: filename, + path: void 0 + }); + }; + return new CustomDir(path, nextDirent, opts); +} + +function assertStatus(current, expected) { + if (current !== expected) { + throw new Error(`Invalid StatWatcher status: expected '${expected}', got '${current}'`); + } +} +class CustomStatWatcher extends events.EventEmitter { + fakeFs; + path; + bigint; + status = "ready" /* Ready */; + changeListeners = /* @__PURE__ */ new Map(); + lastStats; + startTimeout = null; + static create(fakeFs, path, opts) { + const statWatcher = new CustomStatWatcher(fakeFs, path, opts); + statWatcher.start(); + return statWatcher; + } + constructor(fakeFs, path, { bigint = false } = {}) { + super(); + this.fakeFs = fakeFs; + this.path = path; + this.bigint = bigint; + this.lastStats = this.stat(); + } + start() { + assertStatus(this.status, "ready" /* Ready */); + this.status = "running" /* Running */; + this.startTimeout = setTimeout(() => { + this.startTimeout = null; + if (!this.fakeFs.existsSync(this.path)) { + this.emit("change" /* Change */, this.lastStats, this.lastStats); + } + }, 3); + } + stop() { + assertStatus(this.status, "running" /* Running */); + this.status = "stopped" /* Stopped */; + if (this.startTimeout !== null) { + clearTimeout(this.startTimeout); + this.startTimeout = null; + } + this.emit("stop" /* Stop */); + } + stat() { + try { + return this.fakeFs.statSync(this.path, { bigint: this.bigint }); + } catch (error) { + const statInstance = this.bigint ? new BigIntStatsEntry() : new StatEntry(); + return clearStats(statInstance); + } + } + /** + * Creates an interval whose callback compares the current stats with the previous stats and notifies all listeners in case of changes. + * + * @param opts.persistent Decides whether the interval should be immediately unref-ed. + */ + makeInterval(opts) { + const interval = setInterval(() => { + const currentStats = this.stat(); + const previousStats = this.lastStats; + if (areStatsEqual(currentStats, previousStats)) + return; + this.lastStats = currentStats; + this.emit("change" /* Change */, currentStats, previousStats); + }, opts.interval); + return opts.persistent ? interval : interval.unref(); + } + /** + * Registers a listener and assigns it an interval. + */ + registerChangeListener(listener, opts) { + this.addListener("change" /* Change */, listener); + this.changeListeners.set(listener, this.makeInterval(opts)); + } + /** + * Unregisters the listener and clears the assigned interval. + */ + unregisterChangeListener(listener) { + this.removeListener("change" /* Change */, listener); + const interval = this.changeListeners.get(listener); + if (typeof interval !== `undefined`) + clearInterval(interval); + this.changeListeners.delete(listener); + } + /** + * Unregisters all listeners and clears all assigned intervals. + */ + unregisterAllChangeListeners() { + for (const listener of this.changeListeners.keys()) { + this.unregisterChangeListener(listener); + } + } + hasChangeListeners() { + return this.changeListeners.size > 0; + } + /** + * Refs all stored intervals. + */ + ref() { + for (const interval of this.changeListeners.values()) + interval.ref(); + return this; + } + /** + * Unrefs all stored intervals. + */ + unref() { + for (const interval of this.changeListeners.values()) + interval.unref(); + return this; + } +} + +const statWatchersByFakeFS = /* @__PURE__ */ new WeakMap(); +function watchFile(fakeFs, path, a, b) { + let bigint; + let persistent; + let interval; + let listener; + switch (typeof a) { + case `function`: + { + bigint = false; + persistent = true; + interval = 5007; + listener = a; + } + break; + default: + { + ({ + bigint = false, + persistent = true, + interval = 5007 + } = a); + listener = b; + } + break; + } + let statWatchers = statWatchersByFakeFS.get(fakeFs); + if (typeof statWatchers === `undefined`) + statWatchersByFakeFS.set(fakeFs, statWatchers = /* @__PURE__ */ new Map()); + let statWatcher = statWatchers.get(path); + if (typeof statWatcher === `undefined`) { + statWatcher = CustomStatWatcher.create(fakeFs, path, { bigint }); + statWatchers.set(path, statWatcher); + } + statWatcher.registerChangeListener(listener, { persistent, interval }); + return statWatcher; +} +function unwatchFile(fakeFs, path, cb) { + const statWatchers = statWatchersByFakeFS.get(fakeFs); + if (typeof statWatchers === `undefined`) + return; + const statWatcher = statWatchers.get(path); + if (typeof statWatcher === `undefined`) + return; + if (typeof cb === `undefined`) + statWatcher.unregisterAllChangeListeners(); + else + statWatcher.unregisterChangeListener(cb); + if (!statWatcher.hasChangeListeners()) { + statWatcher.stop(); + statWatchers.delete(path); + } +} +function unwatchAllFiles(fakeFs) { + const statWatchers = statWatchersByFakeFS.get(fakeFs); + if (typeof statWatchers === `undefined`) + return; + for (const path of statWatchers.keys()) { + unwatchFile(fakeFs, path); + } +} + +class FakeFS { + pathUtils; + constructor(pathUtils) { + this.pathUtils = pathUtils; + } + async *genTraversePromise(init, { stableSort = false } = {}) { + const stack = [init]; + while (stack.length > 0) { + const p = stack.shift(); + const entry = await this.lstatPromise(p); + if (entry.isDirectory()) { + const entries = await this.readdirPromise(p); + if (stableSort) { + for (const entry2 of entries.sort()) { + stack.push(this.pathUtils.join(p, entry2)); + } + } else { + throw new Error(`Not supported`); + } + } else { + yield p; + } + } + } + async checksumFilePromise(path, { algorithm = `sha512` } = {}) { + const fd = await this.openPromise(path, `r`); + try { + const CHUNK_SIZE = 65536; + const chunk = Buffer.allocUnsafeSlow(CHUNK_SIZE); + const hash = crypto.createHash(algorithm); + let bytesRead = 0; + while ((bytesRead = await this.readPromise(fd, chunk, 0, CHUNK_SIZE)) !== 0) + hash.update(bytesRead === CHUNK_SIZE ? chunk : chunk.slice(0, bytesRead)); + return hash.digest(`hex`); + } finally { + await this.closePromise(fd); + } + } + async removePromise(p, { recursive = true, maxRetries = 5 } = {}) { + let stat; + try { + stat = await this.lstatPromise(p); + } catch (error) { + if (error.code === `ENOENT`) { + return; + } else { + throw error; + } + } + if (stat.isDirectory()) { + if (recursive) { + const entries = await this.readdirPromise(p); + await Promise.all(entries.map((entry) => { + return this.removePromise(this.pathUtils.resolve(p, entry)); + })); + } + for (let t = 0; t <= maxRetries; t++) { + try { + await this.rmdirPromise(p); + break; + } catch (error) { + if (error.code !== `EBUSY` && error.code !== `ENOTEMPTY`) { + throw error; + } else if (t < maxRetries) { + await new Promise((resolve) => setTimeout(resolve, t * 100)); + } + } + } + } else { + await this.unlinkPromise(p); + } + } + removeSync(p, { recursive = true } = {}) { + let stat; + try { + stat = this.lstatSync(p); + } catch (error) { + if (error.code === `ENOENT`) { + return; + } else { + throw error; + } + } + if (stat.isDirectory()) { + if (recursive) + for (const entry of this.readdirSync(p)) + this.removeSync(this.pathUtils.resolve(p, entry)); + this.rmdirSync(p); + } else { + this.unlinkSync(p); + } + } + async mkdirpPromise(p, { chmod, utimes } = {}) { + p = this.resolve(p); + if (p === this.pathUtils.dirname(p)) + return void 0; + const parts = p.split(this.pathUtils.sep); + let createdDirectory; + for (let u = 2; u <= parts.length; ++u) { + const subPath = parts.slice(0, u).join(this.pathUtils.sep); + if (!this.existsSync(subPath)) { + try { + await this.mkdirPromise(subPath); + } catch (error) { + if (error.code === `EEXIST`) { + continue; + } else { + throw error; + } + } + createdDirectory ??= subPath; + if (chmod != null) + await this.chmodPromise(subPath, chmod); + if (utimes != null) { + await this.utimesPromise(subPath, utimes[0], utimes[1]); + } else { + const parentStat = await this.statPromise(this.pathUtils.dirname(subPath)); + await this.utimesPromise(subPath, parentStat.atime, parentStat.mtime); + } + } + } + return createdDirectory; + } + mkdirpSync(p, { chmod, utimes } = {}) { + p = this.resolve(p); + if (p === this.pathUtils.dirname(p)) + return void 0; + const parts = p.split(this.pathUtils.sep); + let createdDirectory; + for (let u = 2; u <= parts.length; ++u) { + const subPath = parts.slice(0, u).join(this.pathUtils.sep); + if (!this.existsSync(subPath)) { + try { + this.mkdirSync(subPath); + } catch (error) { + if (error.code === `EEXIST`) { + continue; + } else { + throw error; + } + } + createdDirectory ??= subPath; + if (chmod != null) + this.chmodSync(subPath, chmod); + if (utimes != null) { + this.utimesSync(subPath, utimes[0], utimes[1]); + } else { + const parentStat = this.statSync(this.pathUtils.dirname(subPath)); + this.utimesSync(subPath, parentStat.atime, parentStat.mtime); + } + } + } + return createdDirectory; + } + async copyPromise(destination, source, { baseFs = this, overwrite = true, stableSort = false, stableTime = false, linkStrategy = null } = {}) { + return await copyPromise(this, destination, baseFs, source, { overwrite, stableSort, stableTime, linkStrategy }); + } + copySync(destination, source, { baseFs = this, overwrite = true } = {}) { + const stat = baseFs.lstatSync(source); + const exists = this.existsSync(destination); + if (stat.isDirectory()) { + this.mkdirpSync(destination); + const directoryListing = baseFs.readdirSync(source); + for (const entry of directoryListing) { + this.copySync(this.pathUtils.join(destination, entry), baseFs.pathUtils.join(source, entry), { baseFs, overwrite }); + } + } else if (stat.isFile()) { + if (!exists || overwrite) { + if (exists) + this.removeSync(destination); + const content = baseFs.readFileSync(source); + this.writeFileSync(destination, content); + } + } else if (stat.isSymbolicLink()) { + if (!exists || overwrite) { + if (exists) + this.removeSync(destination); + const target = baseFs.readlinkSync(source); + this.symlinkSync(convertPath(this.pathUtils, target), destination); + } + } else { + throw new Error(`Unsupported file type (file: ${source}, mode: 0o${stat.mode.toString(8).padStart(6, `0`)})`); + } + const mode = stat.mode & 511; + this.chmodSync(destination, mode); + } + async changeFilePromise(p, content, opts = {}) { + if (Buffer.isBuffer(content)) { + return this.changeFileBufferPromise(p, content, opts); + } else { + return this.changeFileTextPromise(p, content, opts); + } + } + async changeFileBufferPromise(p, content, { mode } = {}) { + let current = Buffer.alloc(0); + try { + current = await this.readFilePromise(p); + } catch (error) { + } + if (Buffer.compare(current, content) === 0) + return; + await this.writeFilePromise(p, content, { mode }); + } + async changeFileTextPromise(p, content, { automaticNewlines, mode } = {}) { + let current = ``; + try { + current = await this.readFilePromise(p, `utf8`); + } catch (error) { + } + const normalizedContent = automaticNewlines ? normalizeLineEndings(current, content) : content; + if (current === normalizedContent) + return; + await this.writeFilePromise(p, normalizedContent, { mode }); + } + changeFileSync(p, content, opts = {}) { + if (Buffer.isBuffer(content)) { + return this.changeFileBufferSync(p, content, opts); + } else { + return this.changeFileTextSync(p, content, opts); + } + } + changeFileBufferSync(p, content, { mode } = {}) { + let current = Buffer.alloc(0); + try { + current = this.readFileSync(p); + } catch (error) { + } + if (Buffer.compare(current, content) === 0) + return; + this.writeFileSync(p, content, { mode }); + } + changeFileTextSync(p, content, { automaticNewlines = false, mode } = {}) { + let current = ``; + try { + current = this.readFileSync(p, `utf8`); + } catch (error) { + } + const normalizedContent = automaticNewlines ? normalizeLineEndings(current, content) : content; + if (current === normalizedContent) + return; + this.writeFileSync(p, normalizedContent, { mode }); + } + async movePromise(fromP, toP) { + try { + await this.renamePromise(fromP, toP); + } catch (error) { + if (error.code === `EXDEV`) { + await this.copyPromise(toP, fromP); + await this.removePromise(fromP); + } else { + throw error; + } + } + } + moveSync(fromP, toP) { + try { + this.renameSync(fromP, toP); + } catch (error) { + if (error.code === `EXDEV`) { + this.copySync(toP, fromP); + this.removeSync(fromP); + } else { + throw error; + } + } + } + async lockPromise(affectedPath, callback) { + const lockPath = `${affectedPath}.flock`; + const interval = 1e3 / 60; + const startTime = Date.now(); + let fd = null; + const isAlive = async () => { + let pid; + try { + [pid] = await this.readJsonPromise(lockPath); + } catch (error) { + return Date.now() - startTime < 500; + } + try { + process.kill(pid, 0); + return true; + } catch (error) { + return false; + } + }; + while (fd === null) { + try { + fd = await this.openPromise(lockPath, `wx`); + } catch (error) { + if (error.code === `EEXIST`) { + if (!await isAlive()) { + try { + await this.unlinkPromise(lockPath); + continue; + } catch (error2) { + } + } + if (Date.now() - startTime < 60 * 1e3) { + await new Promise((resolve) => setTimeout(resolve, interval)); + } else { + throw new Error(`Couldn't acquire a lock in a reasonable time (via ${lockPath})`); + } + } else { + throw error; + } + } + } + await this.writePromise(fd, JSON.stringify([process.pid])); + try { + return await callback(); + } finally { + try { + await this.closePromise(fd); + await this.unlinkPromise(lockPath); + } catch (error) { + } + } + } + async readJsonPromise(p) { + const content = await this.readFilePromise(p, `utf8`); + try { + return JSON.parse(content); + } catch (error) { + error.message += ` (in ${p})`; + throw error; + } + } + readJsonSync(p) { + const content = this.readFileSync(p, `utf8`); + try { + return JSON.parse(content); + } catch (error) { + error.message += ` (in ${p})`; + throw error; + } + } + async writeJsonPromise(p, data, { compact = false } = {}) { + const space = compact ? 0 : 2; + return await this.writeFilePromise(p, `${JSON.stringify(data, null, space)} +`); + } + writeJsonSync(p, data, { compact = false } = {}) { + const space = compact ? 0 : 2; + return this.writeFileSync(p, `${JSON.stringify(data, null, space)} +`); + } + async preserveTimePromise(p, cb) { + const stat = await this.lstatPromise(p); + const result = await cb(); + if (typeof result !== `undefined`) + p = result; + await this.lutimesPromise(p, stat.atime, stat.mtime); + } + async preserveTimeSync(p, cb) { + const stat = this.lstatSync(p); + const result = cb(); + if (typeof result !== `undefined`) + p = result; + this.lutimesSync(p, stat.atime, stat.mtime); + } +} +class BasePortableFakeFS extends FakeFS { + constructor() { + super(ppath); + } +} +function getEndOfLine(content) { + const matches = content.match(/\r?\n/g); + if (matches === null) + return os.EOL; + const crlf = matches.filter((nl) => nl === `\r +`).length; + const lf = matches.length - crlf; + return crlf > lf ? `\r +` : ` +`; +} +function normalizeLineEndings(originalContent, newContent) { + return newContent.replace(/\r?\n/g, getEndOfLine(originalContent)); +} + +class ProxiedFS extends FakeFS { + getExtractHint(hints) { + return this.baseFs.getExtractHint(hints); + } + resolve(path) { + return this.mapFromBase(this.baseFs.resolve(this.mapToBase(path))); + } + getRealPath() { + return this.mapFromBase(this.baseFs.getRealPath()); + } + async openPromise(p, flags, mode) { + return this.baseFs.openPromise(this.mapToBase(p), flags, mode); + } + openSync(p, flags, mode) { + return this.baseFs.openSync(this.mapToBase(p), flags, mode); + } + async opendirPromise(p, opts) { + return Object.assign(await this.baseFs.opendirPromise(this.mapToBase(p), opts), { path: p }); + } + opendirSync(p, opts) { + return Object.assign(this.baseFs.opendirSync(this.mapToBase(p), opts), { path: p }); + } + async readPromise(fd, buffer, offset, length, position) { + return await this.baseFs.readPromise(fd, buffer, offset, length, position); + } + readSync(fd, buffer, offset, length, position) { + return this.baseFs.readSync(fd, buffer, offset, length, position); + } + async writePromise(fd, buffer, offset, length, position) { + if (typeof buffer === `string`) { + return await this.baseFs.writePromise(fd, buffer, offset); + } else { + return await this.baseFs.writePromise(fd, buffer, offset, length, position); + } + } + writeSync(fd, buffer, offset, length, position) { + if (typeof buffer === `string`) { + return this.baseFs.writeSync(fd, buffer, offset); + } else { + return this.baseFs.writeSync(fd, buffer, offset, length, position); + } + } + async closePromise(fd) { + return this.baseFs.closePromise(fd); + } + closeSync(fd) { + this.baseFs.closeSync(fd); + } + createReadStream(p, opts) { + return this.baseFs.createReadStream(p !== null ? this.mapToBase(p) : p, opts); + } + createWriteStream(p, opts) { + return this.baseFs.createWriteStream(p !== null ? this.mapToBase(p) : p, opts); + } + async realpathPromise(p) { + return this.mapFromBase(await this.baseFs.realpathPromise(this.mapToBase(p))); + } + realpathSync(p) { + return this.mapFromBase(this.baseFs.realpathSync(this.mapToBase(p))); + } + async existsPromise(p) { + return this.baseFs.existsPromise(this.mapToBase(p)); + } + existsSync(p) { + return this.baseFs.existsSync(this.mapToBase(p)); + } + accessSync(p, mode) { + return this.baseFs.accessSync(this.mapToBase(p), mode); + } + async accessPromise(p, mode) { + return this.baseFs.accessPromise(this.mapToBase(p), mode); + } + async statPromise(p, opts) { + return this.baseFs.statPromise(this.mapToBase(p), opts); + } + statSync(p, opts) { + return this.baseFs.statSync(this.mapToBase(p), opts); + } + async fstatPromise(fd, opts) { + return this.baseFs.fstatPromise(fd, opts); + } + fstatSync(fd, opts) { + return this.baseFs.fstatSync(fd, opts); + } + lstatPromise(p, opts) { + return this.baseFs.lstatPromise(this.mapToBase(p), opts); + } + lstatSync(p, opts) { + return this.baseFs.lstatSync(this.mapToBase(p), opts); + } + async fchmodPromise(fd, mask) { + return this.baseFs.fchmodPromise(fd, mask); + } + fchmodSync(fd, mask) { + return this.baseFs.fchmodSync(fd, mask); + } + async chmodPromise(p, mask) { + return this.baseFs.chmodPromise(this.mapToBase(p), mask); + } + chmodSync(p, mask) { + return this.baseFs.chmodSync(this.mapToBase(p), mask); + } + async fchownPromise(fd, uid, gid) { + return this.baseFs.fchownPromise(fd, uid, gid); + } + fchownSync(fd, uid, gid) { + return this.baseFs.fchownSync(fd, uid, gid); + } + async chownPromise(p, uid, gid) { + return this.baseFs.chownPromise(this.mapToBase(p), uid, gid); + } + chownSync(p, uid, gid) { + return this.baseFs.chownSync(this.mapToBase(p), uid, gid); + } + async renamePromise(oldP, newP) { + return this.baseFs.renamePromise(this.mapToBase(oldP), this.mapToBase(newP)); + } + renameSync(oldP, newP) { + return this.baseFs.renameSync(this.mapToBase(oldP), this.mapToBase(newP)); + } + async copyFilePromise(sourceP, destP, flags = 0) { + return this.baseFs.copyFilePromise(this.mapToBase(sourceP), this.mapToBase(destP), flags); + } + copyFileSync(sourceP, destP, flags = 0) { + return this.baseFs.copyFileSync(this.mapToBase(sourceP), this.mapToBase(destP), flags); + } + async appendFilePromise(p, content, opts) { + return this.baseFs.appendFilePromise(this.fsMapToBase(p), content, opts); + } + appendFileSync(p, content, opts) { + return this.baseFs.appendFileSync(this.fsMapToBase(p), content, opts); + } + async writeFilePromise(p, content, opts) { + return this.baseFs.writeFilePromise(this.fsMapToBase(p), content, opts); + } + writeFileSync(p, content, opts) { + return this.baseFs.writeFileSync(this.fsMapToBase(p), content, opts); + } + async unlinkPromise(p) { + return this.baseFs.unlinkPromise(this.mapToBase(p)); + } + unlinkSync(p) { + return this.baseFs.unlinkSync(this.mapToBase(p)); + } + async utimesPromise(p, atime, mtime) { + return this.baseFs.utimesPromise(this.mapToBase(p), atime, mtime); + } + utimesSync(p, atime, mtime) { + return this.baseFs.utimesSync(this.mapToBase(p), atime, mtime); + } + async lutimesPromise(p, atime, mtime) { + return this.baseFs.lutimesPromise(this.mapToBase(p), atime, mtime); + } + lutimesSync(p, atime, mtime) { + return this.baseFs.lutimesSync(this.mapToBase(p), atime, mtime); + } + async mkdirPromise(p, opts) { + return this.baseFs.mkdirPromise(this.mapToBase(p), opts); + } + mkdirSync(p, opts) { + return this.baseFs.mkdirSync(this.mapToBase(p), opts); + } + async rmdirPromise(p, opts) { + return this.baseFs.rmdirPromise(this.mapToBase(p), opts); + } + rmdirSync(p, opts) { + return this.baseFs.rmdirSync(this.mapToBase(p), opts); + } + async rmPromise(p, opts) { + return this.baseFs.rmPromise(this.mapToBase(p), opts); + } + rmSync(p, opts) { + return this.baseFs.rmSync(this.mapToBase(p), opts); + } + async linkPromise(existingP, newP) { + return this.baseFs.linkPromise(this.mapToBase(existingP), this.mapToBase(newP)); + } + linkSync(existingP, newP) { + return this.baseFs.linkSync(this.mapToBase(existingP), this.mapToBase(newP)); + } + async symlinkPromise(target, p, type) { + const mappedP = this.mapToBase(p); + if (this.pathUtils.isAbsolute(target)) + return this.baseFs.symlinkPromise(this.mapToBase(target), mappedP, type); + const mappedAbsoluteTarget = this.mapToBase(this.pathUtils.join(this.pathUtils.dirname(p), target)); + const mappedTarget = this.baseFs.pathUtils.relative(this.baseFs.pathUtils.dirname(mappedP), mappedAbsoluteTarget); + return this.baseFs.symlinkPromise(mappedTarget, mappedP, type); + } + symlinkSync(target, p, type) { + const mappedP = this.mapToBase(p); + if (this.pathUtils.isAbsolute(target)) + return this.baseFs.symlinkSync(this.mapToBase(target), mappedP, type); + const mappedAbsoluteTarget = this.mapToBase(this.pathUtils.join(this.pathUtils.dirname(p), target)); + const mappedTarget = this.baseFs.pathUtils.relative(this.baseFs.pathUtils.dirname(mappedP), mappedAbsoluteTarget); + return this.baseFs.symlinkSync(mappedTarget, mappedP, type); + } + async readFilePromise(p, encoding) { + return this.baseFs.readFilePromise(this.fsMapToBase(p), encoding); + } + readFileSync(p, encoding) { + return this.baseFs.readFileSync(this.fsMapToBase(p), encoding); + } + readdirPromise(p, opts) { + return this.baseFs.readdirPromise(this.mapToBase(p), opts); + } + readdirSync(p, opts) { + return this.baseFs.readdirSync(this.mapToBase(p), opts); + } + async readlinkPromise(p) { + return this.mapFromBase(await this.baseFs.readlinkPromise(this.mapToBase(p))); + } + readlinkSync(p) { + return this.mapFromBase(this.baseFs.readlinkSync(this.mapToBase(p))); + } + async truncatePromise(p, len) { + return this.baseFs.truncatePromise(this.mapToBase(p), len); + } + truncateSync(p, len) { + return this.baseFs.truncateSync(this.mapToBase(p), len); + } + async ftruncatePromise(fd, len) { + return this.baseFs.ftruncatePromise(fd, len); + } + ftruncateSync(fd, len) { + return this.baseFs.ftruncateSync(fd, len); + } + watch(p, a, b) { + return this.baseFs.watch( + this.mapToBase(p), + // @ts-expect-error + a, + b + ); + } + watchFile(p, a, b) { + return this.baseFs.watchFile( + this.mapToBase(p), + // @ts-expect-error + a, + b + ); + } + unwatchFile(p, cb) { + return this.baseFs.unwatchFile(this.mapToBase(p), cb); + } + fsMapToBase(p) { + if (typeof p === `number`) { + return p; + } else { + return this.mapToBase(p); + } + } +} + +function direntToPortable(dirent) { + const portableDirent = dirent; + if (typeof dirent.path === `string`) + portableDirent.path = npath.toPortablePath(dirent.path); + return portableDirent; +} +class NodeFS extends BasePortableFakeFS { + realFs; + constructor(realFs = fs__default.default) { + super(); + this.realFs = realFs; + } + getExtractHint() { + return false; + } + getRealPath() { + return PortablePath.root; + } + resolve(p) { + return ppath.resolve(p); + } + async openPromise(p, flags, mode) { + return await new Promise((resolve, reject) => { + this.realFs.open(npath.fromPortablePath(p), flags, mode, this.makeCallback(resolve, reject)); + }); + } + openSync(p, flags, mode) { + return this.realFs.openSync(npath.fromPortablePath(p), flags, mode); + } + async opendirPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (typeof opts !== `undefined`) { + this.realFs.opendir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.opendir(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }).then((dir) => { + const dirWithFixedPath = dir; + Object.defineProperty(dirWithFixedPath, `path`, { + value: p, + configurable: true, + writable: true + }); + return dirWithFixedPath; + }); + } + opendirSync(p, opts) { + const dir = typeof opts !== `undefined` ? this.realFs.opendirSync(npath.fromPortablePath(p), opts) : this.realFs.opendirSync(npath.fromPortablePath(p)); + const dirWithFixedPath = dir; + Object.defineProperty(dirWithFixedPath, `path`, { + value: p, + configurable: true, + writable: true + }); + return dirWithFixedPath; + } + async readPromise(fd, buffer, offset = 0, length = 0, position = -1) { + return await new Promise((resolve, reject) => { + this.realFs.read(fd, buffer, offset, length, position, (error, bytesRead) => { + if (error) { + reject(error); + } else { + resolve(bytesRead); + } + }); + }); + } + readSync(fd, buffer, offset, length, position) { + return this.realFs.readSync(fd, buffer, offset, length, position); + } + async writePromise(fd, buffer, offset, length, position) { + return await new Promise((resolve, reject) => { + if (typeof buffer === `string`) { + return this.realFs.write(fd, buffer, offset, this.makeCallback(resolve, reject)); + } else { + return this.realFs.write(fd, buffer, offset, length, position, this.makeCallback(resolve, reject)); + } + }); + } + writeSync(fd, buffer, offset, length, position) { + if (typeof buffer === `string`) { + return this.realFs.writeSync(fd, buffer, offset); + } else { + return this.realFs.writeSync(fd, buffer, offset, length, position); + } + } + async closePromise(fd) { + await new Promise((resolve, reject) => { + this.realFs.close(fd, this.makeCallback(resolve, reject)); + }); + } + closeSync(fd) { + this.realFs.closeSync(fd); + } + createReadStream(p, opts) { + const realPath = p !== null ? npath.fromPortablePath(p) : p; + return this.realFs.createReadStream(realPath, opts); + } + createWriteStream(p, opts) { + const realPath = p !== null ? npath.fromPortablePath(p) : p; + return this.realFs.createWriteStream(realPath, opts); + } + async realpathPromise(p) { + return await new Promise((resolve, reject) => { + this.realFs.realpath(npath.fromPortablePath(p), {}, this.makeCallback(resolve, reject)); + }).then((path) => { + return npath.toPortablePath(path); + }); + } + realpathSync(p) { + return npath.toPortablePath(this.realFs.realpathSync(npath.fromPortablePath(p), {})); + } + async existsPromise(p) { + return await new Promise((resolve) => { + this.realFs.exists(npath.fromPortablePath(p), resolve); + }); + } + accessSync(p, mode) { + return this.realFs.accessSync(npath.fromPortablePath(p), mode); + } + async accessPromise(p, mode) { + return await new Promise((resolve, reject) => { + this.realFs.access(npath.fromPortablePath(p), mode, this.makeCallback(resolve, reject)); + }); + } + existsSync(p) { + return this.realFs.existsSync(npath.fromPortablePath(p)); + } + async statPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.stat(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.stat(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + statSync(p, opts) { + if (opts) { + return this.realFs.statSync(npath.fromPortablePath(p), opts); + } else { + return this.realFs.statSync(npath.fromPortablePath(p)); + } + } + async fstatPromise(fd, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.fstat(fd, opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.fstat(fd, this.makeCallback(resolve, reject)); + } + }); + } + fstatSync(fd, opts) { + if (opts) { + return this.realFs.fstatSync(fd, opts); + } else { + return this.realFs.fstatSync(fd); + } + } + async lstatPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.lstat(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.lstat(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + lstatSync(p, opts) { + if (opts) { + return this.realFs.lstatSync(npath.fromPortablePath(p), opts); + } else { + return this.realFs.lstatSync(npath.fromPortablePath(p)); + } + } + async fchmodPromise(fd, mask) { + return await new Promise((resolve, reject) => { + this.realFs.fchmod(fd, mask, this.makeCallback(resolve, reject)); + }); + } + fchmodSync(fd, mask) { + return this.realFs.fchmodSync(fd, mask); + } + async chmodPromise(p, mask) { + return await new Promise((resolve, reject) => { + this.realFs.chmod(npath.fromPortablePath(p), mask, this.makeCallback(resolve, reject)); + }); + } + chmodSync(p, mask) { + return this.realFs.chmodSync(npath.fromPortablePath(p), mask); + } + async fchownPromise(fd, uid, gid) { + return await new Promise((resolve, reject) => { + this.realFs.fchown(fd, uid, gid, this.makeCallback(resolve, reject)); + }); + } + fchownSync(fd, uid, gid) { + return this.realFs.fchownSync(fd, uid, gid); + } + async chownPromise(p, uid, gid) { + return await new Promise((resolve, reject) => { + this.realFs.chown(npath.fromPortablePath(p), uid, gid, this.makeCallback(resolve, reject)); + }); + } + chownSync(p, uid, gid) { + return this.realFs.chownSync(npath.fromPortablePath(p), uid, gid); + } + async renamePromise(oldP, newP) { + return await new Promise((resolve, reject) => { + this.realFs.rename(npath.fromPortablePath(oldP), npath.fromPortablePath(newP), this.makeCallback(resolve, reject)); + }); + } + renameSync(oldP, newP) { + return this.realFs.renameSync(npath.fromPortablePath(oldP), npath.fromPortablePath(newP)); + } + async copyFilePromise(sourceP, destP, flags = 0) { + return await new Promise((resolve, reject) => { + this.realFs.copyFile(npath.fromPortablePath(sourceP), npath.fromPortablePath(destP), flags, this.makeCallback(resolve, reject)); + }); + } + copyFileSync(sourceP, destP, flags = 0) { + return this.realFs.copyFileSync(npath.fromPortablePath(sourceP), npath.fromPortablePath(destP), flags); + } + async appendFilePromise(p, content, opts) { + return await new Promise((resolve, reject) => { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + if (opts) { + this.realFs.appendFile(fsNativePath, content, opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.appendFile(fsNativePath, content, this.makeCallback(resolve, reject)); + } + }); + } + appendFileSync(p, content, opts) { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + if (opts) { + this.realFs.appendFileSync(fsNativePath, content, opts); + } else { + this.realFs.appendFileSync(fsNativePath, content); + } + } + async writeFilePromise(p, content, opts) { + return await new Promise((resolve, reject) => { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + if (opts) { + this.realFs.writeFile(fsNativePath, content, opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.writeFile(fsNativePath, content, this.makeCallback(resolve, reject)); + } + }); + } + writeFileSync(p, content, opts) { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + if (opts) { + this.realFs.writeFileSync(fsNativePath, content, opts); + } else { + this.realFs.writeFileSync(fsNativePath, content); + } + } + async unlinkPromise(p) { + return await new Promise((resolve, reject) => { + this.realFs.unlink(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + }); + } + unlinkSync(p) { + return this.realFs.unlinkSync(npath.fromPortablePath(p)); + } + async utimesPromise(p, atime, mtime) { + return await new Promise((resolve, reject) => { + this.realFs.utimes(npath.fromPortablePath(p), atime, mtime, this.makeCallback(resolve, reject)); + }); + } + utimesSync(p, atime, mtime) { + this.realFs.utimesSync(npath.fromPortablePath(p), atime, mtime); + } + async lutimesPromise(p, atime, mtime) { + return await new Promise((resolve, reject) => { + this.realFs.lutimes(npath.fromPortablePath(p), atime, mtime, this.makeCallback(resolve, reject)); + }); + } + lutimesSync(p, atime, mtime) { + this.realFs.lutimesSync(npath.fromPortablePath(p), atime, mtime); + } + async mkdirPromise(p, opts) { + return await new Promise((resolve, reject) => { + this.realFs.mkdir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + }); + } + mkdirSync(p, opts) { + return this.realFs.mkdirSync(npath.fromPortablePath(p), opts); + } + async rmdirPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.rmdir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.rmdir(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + rmdirSync(p, opts) { + return this.realFs.rmdirSync(npath.fromPortablePath(p), opts); + } + async rmPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.rm(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.rm(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + rmSync(p, opts) { + return this.realFs.rmSync(npath.fromPortablePath(p), opts); + } + async linkPromise(existingP, newP) { + return await new Promise((resolve, reject) => { + this.realFs.link(npath.fromPortablePath(existingP), npath.fromPortablePath(newP), this.makeCallback(resolve, reject)); + }); + } + linkSync(existingP, newP) { + return this.realFs.linkSync(npath.fromPortablePath(existingP), npath.fromPortablePath(newP)); + } + async symlinkPromise(target, p, type) { + return await new Promise((resolve, reject) => { + this.realFs.symlink(npath.fromPortablePath(target.replace(/\/+$/, ``)), npath.fromPortablePath(p), type, this.makeCallback(resolve, reject)); + }); + } + symlinkSync(target, p, type) { + return this.realFs.symlinkSync(npath.fromPortablePath(target.replace(/\/+$/, ``)), npath.fromPortablePath(p), type); + } + async readFilePromise(p, encoding) { + return await new Promise((resolve, reject) => { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + this.realFs.readFile(fsNativePath, encoding, this.makeCallback(resolve, reject)); + }); + } + readFileSync(p, encoding) { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + return this.realFs.readFileSync(fsNativePath, encoding); + } + async readdirPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + if (opts.recursive && process.platform === `win32`) { + if (opts.withFileTypes) { + this.realFs.readdir(npath.fromPortablePath(p), opts, this.makeCallback((results) => resolve(results.map(direntToPortable)), reject)); + } else { + this.realFs.readdir(npath.fromPortablePath(p), opts, this.makeCallback((results) => resolve(results.map(npath.toPortablePath)), reject)); + } + } else { + this.realFs.readdir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } + } else { + this.realFs.readdir(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + readdirSync(p, opts) { + if (opts) { + if (opts.recursive && process.platform === `win32`) { + if (opts.withFileTypes) { + return this.realFs.readdirSync(npath.fromPortablePath(p), opts).map(direntToPortable); + } else { + return this.realFs.readdirSync(npath.fromPortablePath(p), opts).map(npath.toPortablePath); + } + } else { + return this.realFs.readdirSync(npath.fromPortablePath(p), opts); + } + } else { + return this.realFs.readdirSync(npath.fromPortablePath(p)); + } + } + async readlinkPromise(p) { + return await new Promise((resolve, reject) => { + this.realFs.readlink(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + }).then((path) => { + return npath.toPortablePath(path); + }); + } + readlinkSync(p) { + return npath.toPortablePath(this.realFs.readlinkSync(npath.fromPortablePath(p))); + } + async truncatePromise(p, len) { + return await new Promise((resolve, reject) => { + this.realFs.truncate(npath.fromPortablePath(p), len, this.makeCallback(resolve, reject)); + }); + } + truncateSync(p, len) { + return this.realFs.truncateSync(npath.fromPortablePath(p), len); + } + async ftruncatePromise(fd, len) { + return await new Promise((resolve, reject) => { + this.realFs.ftruncate(fd, len, this.makeCallback(resolve, reject)); + }); + } + ftruncateSync(fd, len) { + return this.realFs.ftruncateSync(fd, len); + } + watch(p, a, b) { + return this.realFs.watch( + npath.fromPortablePath(p), + // @ts-expect-error + a, + b + ); + } + watchFile(p, a, b) { + return this.realFs.watchFile( + npath.fromPortablePath(p), + // @ts-expect-error + a, + b + ); + } + unwatchFile(p, cb) { + return this.realFs.unwatchFile(npath.fromPortablePath(p), cb); + } + makeCallback(resolve, reject) { + return (err, result) => { + if (err) { + reject(err); + } else { + resolve(result); + } + }; + } +} + +const MOUNT_MASK = 4278190080; +class MountFS extends BasePortableFakeFS { + baseFs; + mountInstances; + fdMap = /* @__PURE__ */ new Map(); + nextFd = 3; + factoryPromise; + factorySync; + filter; + getMountPoint; + magic; + maxAge; + maxOpenFiles; + typeCheck; + isMount = /* @__PURE__ */ new Set(); + notMount = /* @__PURE__ */ new Set(); + realPaths = /* @__PURE__ */ new Map(); + constructor({ baseFs = new NodeFS(), filter = null, magicByte = 42, maxOpenFiles = Infinity, useCache = true, maxAge = 5e3, typeCheck = fs.constants.S_IFREG, getMountPoint, factoryPromise, factorySync }) { + if (Math.floor(magicByte) !== magicByte || !(magicByte > 1 && magicByte <= 127)) + throw new Error(`The magic byte must be set to a round value between 1 and 127 included`); + super(); + this.baseFs = baseFs; + this.mountInstances = useCache ? /* @__PURE__ */ new Map() : null; + this.factoryPromise = factoryPromise; + this.factorySync = factorySync; + this.filter = filter; + this.getMountPoint = getMountPoint; + this.magic = magicByte << 24; + this.maxAge = maxAge; + this.maxOpenFiles = maxOpenFiles; + this.typeCheck = typeCheck; + } + getExtractHint(hints) { + return this.baseFs.getExtractHint(hints); + } + getRealPath() { + return this.baseFs.getRealPath(); + } + saveAndClose() { + unwatchAllFiles(this); + if (this.mountInstances) { + for (const [path, { childFs }] of this.mountInstances.entries()) { + childFs.saveAndClose?.(); + this.mountInstances.delete(path); + } + } + } + discardAndClose() { + unwatchAllFiles(this); + if (this.mountInstances) { + for (const [path, { childFs }] of this.mountInstances.entries()) { + childFs.discardAndClose?.(); + this.mountInstances.delete(path); + } + } + } + resolve(p) { + return this.baseFs.resolve(p); + } + remapFd(mountFs, fd) { + const remappedFd = this.nextFd++ | this.magic; + this.fdMap.set(remappedFd, [mountFs, fd]); + return remappedFd; + } + async openPromise(p, flags, mode) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.openPromise(p, flags, mode); + }, async (mountFs, { subPath }) => { + return this.remapFd(mountFs, await mountFs.openPromise(subPath, flags, mode)); + }); + } + openSync(p, flags, mode) { + return this.makeCallSync(p, () => { + return this.baseFs.openSync(p, flags, mode); + }, (mountFs, { subPath }) => { + return this.remapFd(mountFs, mountFs.openSync(subPath, flags, mode)); + }); + } + async opendirPromise(p, opts) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.opendirPromise(p, opts); + }, async (mountFs, { subPath }) => { + return await mountFs.opendirPromise(subPath, opts); + }, { + requireSubpath: false + }); + } + opendirSync(p, opts) { + return this.makeCallSync(p, () => { + return this.baseFs.opendirSync(p, opts); + }, (mountFs, { subPath }) => { + return mountFs.opendirSync(subPath, opts); + }, { + requireSubpath: false + }); + } + async readPromise(fd, buffer, offset, length, position) { + if ((fd & MOUNT_MASK) !== this.magic) + return await this.baseFs.readPromise(fd, buffer, offset, length, position); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`read`); + const [mountFs, realFd] = entry; + return await mountFs.readPromise(realFd, buffer, offset, length, position); + } + readSync(fd, buffer, offset, length, position) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.readSync(fd, buffer, offset, length, position); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`readSync`); + const [mountFs, realFd] = entry; + return mountFs.readSync(realFd, buffer, offset, length, position); + } + async writePromise(fd, buffer, offset, length, position) { + if ((fd & MOUNT_MASK) !== this.magic) { + if (typeof buffer === `string`) { + return await this.baseFs.writePromise(fd, buffer, offset); + } else { + return await this.baseFs.writePromise(fd, buffer, offset, length, position); + } + } + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`write`); + const [mountFs, realFd] = entry; + if (typeof buffer === `string`) { + return await mountFs.writePromise(realFd, buffer, offset); + } else { + return await mountFs.writePromise(realFd, buffer, offset, length, position); + } + } + writeSync(fd, buffer, offset, length, position) { + if ((fd & MOUNT_MASK) !== this.magic) { + if (typeof buffer === `string`) { + return this.baseFs.writeSync(fd, buffer, offset); + } else { + return this.baseFs.writeSync(fd, buffer, offset, length, position); + } + } + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`writeSync`); + const [mountFs, realFd] = entry; + if (typeof buffer === `string`) { + return mountFs.writeSync(realFd, buffer, offset); + } else { + return mountFs.writeSync(realFd, buffer, offset, length, position); + } + } + async closePromise(fd) { + if ((fd & MOUNT_MASK) !== this.magic) + return await this.baseFs.closePromise(fd); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`close`); + this.fdMap.delete(fd); + const [mountFs, realFd] = entry; + return await mountFs.closePromise(realFd); + } + closeSync(fd) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.closeSync(fd); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`closeSync`); + this.fdMap.delete(fd); + const [mountFs, realFd] = entry; + return mountFs.closeSync(realFd); + } + createReadStream(p, opts) { + if (p === null) + return this.baseFs.createReadStream(p, opts); + return this.makeCallSync(p, () => { + return this.baseFs.createReadStream(p, opts); + }, (mountFs, { archivePath, subPath }) => { + const stream = mountFs.createReadStream(subPath, opts); + stream.path = npath.fromPortablePath(this.pathUtils.join(archivePath, subPath)); + return stream; + }); + } + createWriteStream(p, opts) { + if (p === null) + return this.baseFs.createWriteStream(p, opts); + return this.makeCallSync(p, () => { + return this.baseFs.createWriteStream(p, opts); + }, (mountFs, { subPath }) => { + return mountFs.createWriteStream(subPath, opts); + }); + } + async realpathPromise(p) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.realpathPromise(p); + }, async (mountFs, { archivePath, subPath }) => { + let realArchivePath = this.realPaths.get(archivePath); + if (typeof realArchivePath === `undefined`) { + realArchivePath = await this.baseFs.realpathPromise(archivePath); + this.realPaths.set(archivePath, realArchivePath); + } + return this.pathUtils.join(realArchivePath, this.pathUtils.relative(PortablePath.root, await mountFs.realpathPromise(subPath))); + }); + } + realpathSync(p) { + return this.makeCallSync(p, () => { + return this.baseFs.realpathSync(p); + }, (mountFs, { archivePath, subPath }) => { + let realArchivePath = this.realPaths.get(archivePath); + if (typeof realArchivePath === `undefined`) { + realArchivePath = this.baseFs.realpathSync(archivePath); + this.realPaths.set(archivePath, realArchivePath); + } + return this.pathUtils.join(realArchivePath, this.pathUtils.relative(PortablePath.root, mountFs.realpathSync(subPath))); + }); + } + async existsPromise(p) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.existsPromise(p); + }, async (mountFs, { subPath }) => { + return await mountFs.existsPromise(subPath); + }); + } + existsSync(p) { + return this.makeCallSync(p, () => { + return this.baseFs.existsSync(p); + }, (mountFs, { subPath }) => { + return mountFs.existsSync(subPath); + }); + } + async accessPromise(p, mode) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.accessPromise(p, mode); + }, async (mountFs, { subPath }) => { + return await mountFs.accessPromise(subPath, mode); + }); + } + accessSync(p, mode) { + return this.makeCallSync(p, () => { + return this.baseFs.accessSync(p, mode); + }, (mountFs, { subPath }) => { + return mountFs.accessSync(subPath, mode); + }); + } + async statPromise(p, opts) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.statPromise(p, opts); + }, async (mountFs, { subPath }) => { + return await mountFs.statPromise(subPath, opts); + }); + } + statSync(p, opts) { + return this.makeCallSync(p, () => { + return this.baseFs.statSync(p, opts); + }, (mountFs, { subPath }) => { + return mountFs.statSync(subPath, opts); + }); + } + async fstatPromise(fd, opts) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.fstatPromise(fd, opts); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`fstat`); + const [mountFs, realFd] = entry; + return mountFs.fstatPromise(realFd, opts); + } + fstatSync(fd, opts) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.fstatSync(fd, opts); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`fstatSync`); + const [mountFs, realFd] = entry; + return mountFs.fstatSync(realFd, opts); + } + async lstatPromise(p, opts) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.lstatPromise(p, opts); + }, async (mountFs, { subPath }) => { + return await mountFs.lstatPromise(subPath, opts); + }); + } + lstatSync(p, opts) { + return this.makeCallSync(p, () => { + return this.baseFs.lstatSync(p, opts); + }, (mountFs, { subPath }) => { + return mountFs.lstatSync(subPath, opts); + }); + } + async fchmodPromise(fd, mask) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.fchmodPromise(fd, mask); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`fchmod`); + const [mountFs, realFd] = entry; + return mountFs.fchmodPromise(realFd, mask); + } + fchmodSync(fd, mask) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.fchmodSync(fd, mask); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`fchmodSync`); + const [mountFs, realFd] = entry; + return mountFs.fchmodSync(realFd, mask); + } + async chmodPromise(p, mask) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.chmodPromise(p, mask); + }, async (mountFs, { subPath }) => { + return await mountFs.chmodPromise(subPath, mask); + }); + } + chmodSync(p, mask) { + return this.makeCallSync(p, () => { + return this.baseFs.chmodSync(p, mask); + }, (mountFs, { subPath }) => { + return mountFs.chmodSync(subPath, mask); + }); + } + async fchownPromise(fd, uid, gid) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.fchownPromise(fd, uid, gid); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`fchown`); + const [zipFs, realFd] = entry; + return zipFs.fchownPromise(realFd, uid, gid); + } + fchownSync(fd, uid, gid) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.fchownSync(fd, uid, gid); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`fchownSync`); + const [zipFs, realFd] = entry; + return zipFs.fchownSync(realFd, uid, gid); + } + async chownPromise(p, uid, gid) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.chownPromise(p, uid, gid); + }, async (mountFs, { subPath }) => { + return await mountFs.chownPromise(subPath, uid, gid); + }); + } + chownSync(p, uid, gid) { + return this.makeCallSync(p, () => { + return this.baseFs.chownSync(p, uid, gid); + }, (mountFs, { subPath }) => { + return mountFs.chownSync(subPath, uid, gid); + }); + } + async renamePromise(oldP, newP) { + return await this.makeCallPromise(oldP, async () => { + return await this.makeCallPromise(newP, async () => { + return await this.baseFs.renamePromise(oldP, newP); + }, async () => { + throw Object.assign(new Error(`EEXDEV: cross-device link not permitted`), { code: `EEXDEV` }); + }); + }, async (mountFsO, { subPath: subPathO }) => { + return await this.makeCallPromise(newP, async () => { + throw Object.assign(new Error(`EEXDEV: cross-device link not permitted`), { code: `EEXDEV` }); + }, async (mountFsN, { subPath: subPathN }) => { + if (mountFsO !== mountFsN) { + throw Object.assign(new Error(`EEXDEV: cross-device link not permitted`), { code: `EEXDEV` }); + } else { + return await mountFsO.renamePromise(subPathO, subPathN); + } + }); + }); + } + renameSync(oldP, newP) { + return this.makeCallSync(oldP, () => { + return this.makeCallSync(newP, () => { + return this.baseFs.renameSync(oldP, newP); + }, () => { + throw Object.assign(new Error(`EEXDEV: cross-device link not permitted`), { code: `EEXDEV` }); + }); + }, (mountFsO, { subPath: subPathO }) => { + return this.makeCallSync(newP, () => { + throw Object.assign(new Error(`EEXDEV: cross-device link not permitted`), { code: `EEXDEV` }); + }, (mountFsN, { subPath: subPathN }) => { + if (mountFsO !== mountFsN) { + throw Object.assign(new Error(`EEXDEV: cross-device link not permitted`), { code: `EEXDEV` }); + } else { + return mountFsO.renameSync(subPathO, subPathN); + } + }); + }); + } + async copyFilePromise(sourceP, destP, flags = 0) { + const fallback = async (sourceFs, sourceP2, destFs, destP2) => { + if ((flags & fs.constants.COPYFILE_FICLONE_FORCE) !== 0) + throw Object.assign(new Error(`EXDEV: cross-device clone not permitted, copyfile '${sourceP2}' -> ${destP2}'`), { code: `EXDEV` }); + if (flags & fs.constants.COPYFILE_EXCL && await this.existsPromise(sourceP2)) + throw Object.assign(new Error(`EEXIST: file already exists, copyfile '${sourceP2}' -> '${destP2}'`), { code: `EEXIST` }); + let content; + try { + content = await sourceFs.readFilePromise(sourceP2); + } catch (error) { + throw Object.assign(new Error(`EINVAL: invalid argument, copyfile '${sourceP2}' -> '${destP2}'`), { code: `EINVAL` }); + } + await destFs.writeFilePromise(destP2, content); + }; + return await this.makeCallPromise(sourceP, async () => { + return await this.makeCallPromise(destP, async () => { + return await this.baseFs.copyFilePromise(sourceP, destP, flags); + }, async (mountFsD, { subPath: subPathD }) => { + return await fallback(this.baseFs, sourceP, mountFsD, subPathD); + }); + }, async (mountFsS, { subPath: subPathS }) => { + return await this.makeCallPromise(destP, async () => { + return await fallback(mountFsS, subPathS, this.baseFs, destP); + }, async (mountFsD, { subPath: subPathD }) => { + if (mountFsS !== mountFsD) { + return await fallback(mountFsS, subPathS, mountFsD, subPathD); + } else { + return await mountFsS.copyFilePromise(subPathS, subPathD, flags); + } + }); + }); + } + copyFileSync(sourceP, destP, flags = 0) { + const fallback = (sourceFs, sourceP2, destFs, destP2) => { + if ((flags & fs.constants.COPYFILE_FICLONE_FORCE) !== 0) + throw Object.assign(new Error(`EXDEV: cross-device clone not permitted, copyfile '${sourceP2}' -> ${destP2}'`), { code: `EXDEV` }); + if (flags & fs.constants.COPYFILE_EXCL && this.existsSync(sourceP2)) + throw Object.assign(new Error(`EEXIST: file already exists, copyfile '${sourceP2}' -> '${destP2}'`), { code: `EEXIST` }); + let content; + try { + content = sourceFs.readFileSync(sourceP2); + } catch (error) { + throw Object.assign(new Error(`EINVAL: invalid argument, copyfile '${sourceP2}' -> '${destP2}'`), { code: `EINVAL` }); + } + destFs.writeFileSync(destP2, content); + }; + return this.makeCallSync(sourceP, () => { + return this.makeCallSync(destP, () => { + return this.baseFs.copyFileSync(sourceP, destP, flags); + }, (mountFsD, { subPath: subPathD }) => { + return fallback(this.baseFs, sourceP, mountFsD, subPathD); + }); + }, (mountFsS, { subPath: subPathS }) => { + return this.makeCallSync(destP, () => { + return fallback(mountFsS, subPathS, this.baseFs, destP); + }, (mountFsD, { subPath: subPathD }) => { + if (mountFsS !== mountFsD) { + return fallback(mountFsS, subPathS, mountFsD, subPathD); + } else { + return mountFsS.copyFileSync(subPathS, subPathD, flags); + } + }); + }); + } + async appendFilePromise(p, content, opts) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.appendFilePromise(p, content, opts); + }, async (mountFs, { subPath }) => { + return await mountFs.appendFilePromise(subPath, content, opts); + }); + } + appendFileSync(p, content, opts) { + return this.makeCallSync(p, () => { + return this.baseFs.appendFileSync(p, content, opts); + }, (mountFs, { subPath }) => { + return mountFs.appendFileSync(subPath, content, opts); + }); + } + async writeFilePromise(p, content, opts) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.writeFilePromise(p, content, opts); + }, async (mountFs, { subPath }) => { + return await mountFs.writeFilePromise(subPath, content, opts); + }); + } + writeFileSync(p, content, opts) { + return this.makeCallSync(p, () => { + return this.baseFs.writeFileSync(p, content, opts); + }, (mountFs, { subPath }) => { + return mountFs.writeFileSync(subPath, content, opts); + }); + } + async unlinkPromise(p) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.unlinkPromise(p); + }, async (mountFs, { subPath }) => { + return await mountFs.unlinkPromise(subPath); + }); + } + unlinkSync(p) { + return this.makeCallSync(p, () => { + return this.baseFs.unlinkSync(p); + }, (mountFs, { subPath }) => { + return mountFs.unlinkSync(subPath); + }); + } + async utimesPromise(p, atime, mtime) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.utimesPromise(p, atime, mtime); + }, async (mountFs, { subPath }) => { + return await mountFs.utimesPromise(subPath, atime, mtime); + }); + } + utimesSync(p, atime, mtime) { + return this.makeCallSync(p, () => { + return this.baseFs.utimesSync(p, atime, mtime); + }, (mountFs, { subPath }) => { + return mountFs.utimesSync(subPath, atime, mtime); + }); + } + async lutimesPromise(p, atime, mtime) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.lutimesPromise(p, atime, mtime); + }, async (mountFs, { subPath }) => { + return await mountFs.lutimesPromise(subPath, atime, mtime); + }); + } + lutimesSync(p, atime, mtime) { + return this.makeCallSync(p, () => { + return this.baseFs.lutimesSync(p, atime, mtime); + }, (mountFs, { subPath }) => { + return mountFs.lutimesSync(subPath, atime, mtime); + }); + } + async mkdirPromise(p, opts) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.mkdirPromise(p, opts); + }, async (mountFs, { subPath }) => { + return await mountFs.mkdirPromise(subPath, opts); + }); + } + mkdirSync(p, opts) { + return this.makeCallSync(p, () => { + return this.baseFs.mkdirSync(p, opts); + }, (mountFs, { subPath }) => { + return mountFs.mkdirSync(subPath, opts); + }); + } + async rmdirPromise(p, opts) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.rmdirPromise(p, opts); + }, async (mountFs, { subPath }) => { + return await mountFs.rmdirPromise(subPath, opts); + }); + } + rmdirSync(p, opts) { + return this.makeCallSync(p, () => { + return this.baseFs.rmdirSync(p, opts); + }, (mountFs, { subPath }) => { + return mountFs.rmdirSync(subPath, opts); + }); + } + async rmPromise(p, opts) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.rmPromise(p, opts); + }, async (mountFs, { subPath }) => { + return await mountFs.rmPromise(subPath, opts); + }); + } + rmSync(p, opts) { + return this.makeCallSync(p, () => { + return this.baseFs.rmSync(p, opts); + }, (mountFs, { subPath }) => { + return mountFs.rmSync(subPath, opts); + }); + } + async linkPromise(existingP, newP) { + return await this.makeCallPromise(newP, async () => { + return await this.baseFs.linkPromise(existingP, newP); + }, async (mountFs, { subPath }) => { + return await mountFs.linkPromise(existingP, subPath); + }); + } + linkSync(existingP, newP) { + return this.makeCallSync(newP, () => { + return this.baseFs.linkSync(existingP, newP); + }, (mountFs, { subPath }) => { + return mountFs.linkSync(existingP, subPath); + }); + } + async symlinkPromise(target, p, type) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.symlinkPromise(target, p, type); + }, async (mountFs, { subPath }) => { + return await mountFs.symlinkPromise(target, subPath); + }); + } + symlinkSync(target, p, type) { + return this.makeCallSync(p, () => { + return this.baseFs.symlinkSync(target, p, type); + }, (mountFs, { subPath }) => { + return mountFs.symlinkSync(target, subPath); + }); + } + async readFilePromise(p, encoding) { + return this.makeCallPromise(p, async () => { + return await this.baseFs.readFilePromise(p, encoding); + }, async (mountFs, { subPath }) => { + return await mountFs.readFilePromise(subPath, encoding); + }); + } + readFileSync(p, encoding) { + return this.makeCallSync(p, () => { + return this.baseFs.readFileSync(p, encoding); + }, (mountFs, { subPath }) => { + return mountFs.readFileSync(subPath, encoding); + }); + } + async readdirPromise(p, opts) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.readdirPromise(p, opts); + }, async (mountFs, { subPath }) => { + return await mountFs.readdirPromise(subPath, opts); + }, { + requireSubpath: false + }); + } + readdirSync(p, opts) { + return this.makeCallSync(p, () => { + return this.baseFs.readdirSync(p, opts); + }, (mountFs, { subPath }) => { + return mountFs.readdirSync(subPath, opts); + }, { + requireSubpath: false + }); + } + async readlinkPromise(p) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.readlinkPromise(p); + }, async (mountFs, { subPath }) => { + return await mountFs.readlinkPromise(subPath); + }); + } + readlinkSync(p) { + return this.makeCallSync(p, () => { + return this.baseFs.readlinkSync(p); + }, (mountFs, { subPath }) => { + return mountFs.readlinkSync(subPath); + }); + } + async truncatePromise(p, len) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.truncatePromise(p, len); + }, async (mountFs, { subPath }) => { + return await mountFs.truncatePromise(subPath, len); + }); + } + truncateSync(p, len) { + return this.makeCallSync(p, () => { + return this.baseFs.truncateSync(p, len); + }, (mountFs, { subPath }) => { + return mountFs.truncateSync(subPath, len); + }); + } + async ftruncatePromise(fd, len) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.ftruncatePromise(fd, len); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`ftruncate`); + const [mountFs, realFd] = entry; + return mountFs.ftruncatePromise(realFd, len); + } + ftruncateSync(fd, len) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.ftruncateSync(fd, len); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`ftruncateSync`); + const [mountFs, realFd] = entry; + return mountFs.ftruncateSync(realFd, len); + } + watch(p, a, b) { + return this.makeCallSync(p, () => { + return this.baseFs.watch( + p, + // @ts-expect-error + a, + b + ); + }, (mountFs, { subPath }) => { + return mountFs.watch( + subPath, + // @ts-expect-error + a, + b + ); + }); + } + watchFile(p, a, b) { + return this.makeCallSync(p, () => { + return this.baseFs.watchFile( + p, + // @ts-expect-error + a, + b + ); + }, () => { + return watchFile(this, p, a, b); + }); + } + unwatchFile(p, cb) { + return this.makeCallSync(p, () => { + return this.baseFs.unwatchFile(p, cb); + }, () => { + return unwatchFile(this, p, cb); + }); + } + async makeCallPromise(p, discard, accept, { requireSubpath = true } = {}) { + if (typeof p !== `string`) + return await discard(); + const normalizedP = this.resolve(p); + const mountInfo = this.findMount(normalizedP); + if (!mountInfo) + return await discard(); + if (requireSubpath && mountInfo.subPath === `/`) + return await discard(); + return await this.getMountPromise(mountInfo.archivePath, async (mountFs) => await accept(mountFs, mountInfo)); + } + makeCallSync(p, discard, accept, { requireSubpath = true } = {}) { + if (typeof p !== `string`) + return discard(); + const normalizedP = this.resolve(p); + const mountInfo = this.findMount(normalizedP); + if (!mountInfo) + return discard(); + if (requireSubpath && mountInfo.subPath === `/`) + return discard(); + return this.getMountSync(mountInfo.archivePath, (mountFs) => accept(mountFs, mountInfo)); + } + findMount(p) { + if (this.filter && !this.filter.test(p)) + return null; + let filePath = ``; + while (true) { + const pathPartWithArchive = p.substring(filePath.length); + const mountPoint = this.getMountPoint(pathPartWithArchive, filePath); + if (!mountPoint) + return null; + filePath = this.pathUtils.join(filePath, mountPoint); + if (!this.isMount.has(filePath)) { + if (this.notMount.has(filePath)) + continue; + try { + if (this.typeCheck !== null && (this.baseFs.statSync(filePath).mode & fs.constants.S_IFMT) !== this.typeCheck) { + this.notMount.add(filePath); + continue; + } + } catch { + return null; + } + this.isMount.add(filePath); + } + return { + archivePath: filePath, + subPath: this.pathUtils.join(PortablePath.root, p.substring(filePath.length)) + }; + } + } + limitOpenFilesTimeout = null; + limitOpenFiles(max) { + if (this.mountInstances === null) + return; + const now = Date.now(); + let nextExpiresAt = now + this.maxAge; + let closeCount = max === null ? 0 : this.mountInstances.size - max; + for (const [path, { childFs, expiresAt, refCount }] of this.mountInstances.entries()) { + if (refCount !== 0 || childFs.hasOpenFileHandles?.()) { + continue; + } else if (now >= expiresAt) { + childFs.saveAndClose?.(); + this.mountInstances.delete(path); + closeCount -= 1; + continue; + } else if (max === null || closeCount <= 0) { + nextExpiresAt = expiresAt; + break; + } + childFs.saveAndClose?.(); + this.mountInstances.delete(path); + closeCount -= 1; + } + if (this.limitOpenFilesTimeout === null && (max === null && this.mountInstances.size > 0 || max !== null) && isFinite(nextExpiresAt)) { + this.limitOpenFilesTimeout = setTimeout(() => { + this.limitOpenFilesTimeout = null; + this.limitOpenFiles(null); + }, nextExpiresAt - now).unref(); + } + } + async getMountPromise(p, accept) { + if (this.mountInstances) { + let cachedMountFs = this.mountInstances.get(p); + if (!cachedMountFs) { + const createFsInstance = await this.factoryPromise(this.baseFs, p); + cachedMountFs = this.mountInstances.get(p); + if (!cachedMountFs) { + cachedMountFs = { + childFs: createFsInstance(), + expiresAt: 0, + refCount: 0 + }; + } + } + this.mountInstances.delete(p); + this.limitOpenFiles(this.maxOpenFiles - 1); + this.mountInstances.set(p, cachedMountFs); + cachedMountFs.expiresAt = Date.now() + this.maxAge; + cachedMountFs.refCount += 1; + try { + return await accept(cachedMountFs.childFs); + } finally { + cachedMountFs.refCount -= 1; + } + } else { + const mountFs = (await this.factoryPromise(this.baseFs, p))(); + try { + return await accept(mountFs); + } finally { + mountFs.saveAndClose?.(); + } + } + } + getMountSync(p, accept) { + if (this.mountInstances) { + let cachedMountFs = this.mountInstances.get(p); + if (!cachedMountFs) { + cachedMountFs = { + childFs: this.factorySync(this.baseFs, p), + expiresAt: 0, + refCount: 0 + }; + } + this.mountInstances.delete(p); + this.limitOpenFiles(this.maxOpenFiles - 1); + this.mountInstances.set(p, cachedMountFs); + cachedMountFs.expiresAt = Date.now() + this.maxAge; + return accept(cachedMountFs.childFs); + } else { + const childFs = this.factorySync(this.baseFs, p); + try { + return accept(childFs); + } finally { + childFs.saveAndClose?.(); + } + } + } +} + +class PosixFS extends ProxiedFS { + baseFs; + constructor(baseFs) { + super(npath); + this.baseFs = baseFs; + } + mapFromBase(path) { + return npath.fromPortablePath(path); + } + mapToBase(path) { + return npath.toPortablePath(path); + } +} + +const NUMBER_REGEXP = /^[0-9]+$/; +const VIRTUAL_REGEXP = /^(\/(?:[^/]+\/)*?(?:\$\$virtual|__virtual__))((?:\/((?:[^/]+-)?[a-f0-9]+)(?:\/([^/]+))?)?((?:\/.*)?))$/; +const VALID_COMPONENT = /^([^/]+-)?[a-f0-9]+$/; +class VirtualFS extends ProxiedFS { + baseFs; + static makeVirtualPath(base, component, to) { + if (ppath.basename(base) !== `__virtual__`) + throw new Error(`Assertion failed: Virtual folders must be named "__virtual__"`); + if (!ppath.basename(component).match(VALID_COMPONENT)) + throw new Error(`Assertion failed: Virtual components must be ended by an hexadecimal hash`); + const target = ppath.relative(ppath.dirname(base), to); + const segments = target.split(`/`); + let depth = 0; + while (depth < segments.length && segments[depth] === `..`) + depth += 1; + const finalSegments = segments.slice(depth); + const fullVirtualPath = ppath.join(base, component, String(depth), ...finalSegments); + return fullVirtualPath; + } + static resolveVirtual(p) { + const match = p.match(VIRTUAL_REGEXP); + if (!match || !match[3] && match[5]) + return p; + const target = ppath.dirname(match[1]); + if (!match[3] || !match[4]) + return target; + const isnum = NUMBER_REGEXP.test(match[4]); + if (!isnum) + return p; + const depth = Number(match[4]); + const backstep = `../`.repeat(depth); + const subpath = match[5] || `.`; + return VirtualFS.resolveVirtual(ppath.join(target, backstep, subpath)); + } + constructor({ baseFs = new NodeFS() } = {}) { + super(ppath); + this.baseFs = baseFs; + } + getExtractHint(hints) { + return this.baseFs.getExtractHint(hints); + } + getRealPath() { + return this.baseFs.getRealPath(); + } + realpathSync(p) { + const match = p.match(VIRTUAL_REGEXP); + if (!match) + return this.baseFs.realpathSync(p); + if (!match[5]) + return p; + const realpath = this.baseFs.realpathSync(this.mapToBase(p)); + return VirtualFS.makeVirtualPath(match[1], match[3], realpath); + } + async realpathPromise(p) { + const match = p.match(VIRTUAL_REGEXP); + if (!match) + return await this.baseFs.realpathPromise(p); + if (!match[5]) + return p; + const realpath = await this.baseFs.realpathPromise(this.mapToBase(p)); + return VirtualFS.makeVirtualPath(match[1], match[3], realpath); + } + mapToBase(p) { + if (p === ``) + return p; + if (this.pathUtils.isAbsolute(p)) + return VirtualFS.resolveVirtual(p); + const resolvedRoot = VirtualFS.resolveVirtual(this.baseFs.resolve(PortablePath.dot)); + const resolvedP = VirtualFS.resolveVirtual(this.baseFs.resolve(p)); + return ppath.relative(resolvedRoot, resolvedP) || PortablePath.dot; + } + mapFromBase(p) { + return p; + } +} + +const URL = Number(process.versions.node.split('.', 1)[0]) < 20 ? url.URL : globalThis.URL; + +class NodePathFS extends ProxiedFS { + baseFs; + constructor(baseFs) { + super(npath); + this.baseFs = baseFs; + } + mapFromBase(path) { + return path; + } + mapToBase(path) { + if (typeof path === `string`) + return path; + if (path instanceof URL) + return url.fileURLToPath(path); + if (Buffer.isBuffer(path)) { + const str = path.toString(); + if (!isUtf8(path, str)) + throw new Error(`Non-utf8 buffers are not supported at the moment. Please upvote the following issue if you encounter this error: https://github.com/yarnpkg/berry/issues/4942`); + return str; + } + throw new Error(`Unsupported path type: ${nodeUtils.inspect(path)}`); + } +} +function isUtf8(buf, str) { + if (typeof buffer__default.default.isUtf8 !== `undefined`) + return buffer__default.default.isUtf8(buf); + return Buffer.byteLength(str) === buf.byteLength; +} + +const kBaseFs = Symbol(`kBaseFs`); +const kFd = Symbol(`kFd`); +const kClosePromise = Symbol(`kClosePromise`); +const kCloseResolve = Symbol(`kCloseResolve`); +const kCloseReject = Symbol(`kCloseReject`); +const kRefs = Symbol(`kRefs`); +const kRef = Symbol(`kRef`); +const kUnref = Symbol(`kUnref`); +class FileHandle { + [kBaseFs]; + [kFd]; + [kRefs] = 1; + [kClosePromise] = void 0; + [kCloseResolve] = void 0; + [kCloseReject] = void 0; + constructor(fd, baseFs) { + this[kBaseFs] = baseFs; + this[kFd] = fd; + } + get fd() { + return this[kFd]; + } + async appendFile(data, options) { + try { + this[kRef](this.appendFile); + const encoding = (typeof options === `string` ? options : options?.encoding) ?? void 0; + return await this[kBaseFs].appendFilePromise(this.fd, data, encoding ? { encoding } : void 0); + } finally { + this[kUnref](); + } + } + async chown(uid, gid) { + try { + this[kRef](this.chown); + return await this[kBaseFs].fchownPromise(this.fd, uid, gid); + } finally { + this[kUnref](); + } + } + async chmod(mode) { + try { + this[kRef](this.chmod); + return await this[kBaseFs].fchmodPromise(this.fd, mode); + } finally { + this[kUnref](); + } + } + createReadStream(options) { + return this[kBaseFs].createReadStream(null, { ...options, fd: this.fd }); + } + createWriteStream(options) { + return this[kBaseFs].createWriteStream(null, { ...options, fd: this.fd }); + } + // FIXME: Missing FakeFS version + datasync() { + throw new Error(`Method not implemented.`); + } + // FIXME: Missing FakeFS version + sync() { + throw new Error(`Method not implemented.`); + } + async read(bufferOrOptions, offset, length, position) { + try { + this[kRef](this.read); + let buffer; + if (!Buffer.isBuffer(bufferOrOptions)) { + bufferOrOptions ??= {}; + buffer = bufferOrOptions.buffer ?? Buffer.alloc(16384); + offset = bufferOrOptions.offset || 0; + length = bufferOrOptions.length ?? buffer.byteLength; + position = bufferOrOptions.position ?? null; + } else { + buffer = bufferOrOptions; + } + offset ??= 0; + length ??= 0; + if (length === 0) { + return { + bytesRead: length, + buffer + }; + } + const bytesRead = await this[kBaseFs].readPromise(this.fd, buffer, offset, length, position); + return { + bytesRead, + buffer + }; + } finally { + this[kUnref](); + } + } + async readFile(options) { + try { + this[kRef](this.readFile); + const encoding = (typeof options === `string` ? options : options?.encoding) ?? void 0; + return await this[kBaseFs].readFilePromise(this.fd, encoding); + } finally { + this[kUnref](); + } + } + readLines(options) { + return readline.createInterface({ + input: this.createReadStream(options), + crlfDelay: Infinity + }); + } + async stat(opts) { + try { + this[kRef](this.stat); + return await this[kBaseFs].fstatPromise(this.fd, opts); + } finally { + this[kUnref](); + } + } + async truncate(len) { + try { + this[kRef](this.truncate); + return await this[kBaseFs].ftruncatePromise(this.fd, len); + } finally { + this[kUnref](); + } + } + // FIXME: Missing FakeFS version + utimes(atime, mtime) { + throw new Error(`Method not implemented.`); + } + async writeFile(data, options) { + try { + this[kRef](this.writeFile); + const encoding = (typeof options === `string` ? options : options?.encoding) ?? void 0; + await this[kBaseFs].writeFilePromise(this.fd, data, encoding); + } finally { + this[kUnref](); + } + } + async write(...args) { + try { + this[kRef](this.write); + if (ArrayBuffer.isView(args[0])) { + const [buffer, offset, length, position] = args; + const bytesWritten = await this[kBaseFs].writePromise(this.fd, buffer, offset ?? void 0, length ?? void 0, position ?? void 0); + return { bytesWritten, buffer }; + } else { + const [data, position, encoding] = args; + const bytesWritten = await this[kBaseFs].writePromise(this.fd, data, position, encoding); + return { bytesWritten, buffer: data }; + } + } finally { + this[kUnref](); + } + } + // TODO: Use writev from FakeFS when that is implemented + async writev(buffers, position) { + try { + this[kRef](this.writev); + let bytesWritten = 0; + if (typeof position !== `undefined`) { + for (const buffer of buffers) { + const writeResult = await this.write(buffer, void 0, void 0, position); + bytesWritten += writeResult.bytesWritten; + position += writeResult.bytesWritten; + } + } else { + for (const buffer of buffers) { + const writeResult = await this.write(buffer); + bytesWritten += writeResult.bytesWritten; + } + } + return { + buffers, + bytesWritten + }; + } finally { + this[kUnref](); + } + } + // FIXME: Missing FakeFS version + readv(buffers, position) { + throw new Error(`Method not implemented.`); + } + close() { + if (this[kFd] === -1) return Promise.resolve(); + if (this[kClosePromise]) return this[kClosePromise]; + this[kRefs]--; + if (this[kRefs] === 0) { + const fd = this[kFd]; + this[kFd] = -1; + this[kClosePromise] = this[kBaseFs].closePromise(fd).finally(() => { + this[kClosePromise] = void 0; + }); + } else { + this[kClosePromise] = new Promise((resolve, reject) => { + this[kCloseResolve] = resolve; + this[kCloseReject] = reject; + }).finally(() => { + this[kClosePromise] = void 0; + this[kCloseReject] = void 0; + this[kCloseResolve] = void 0; + }); + } + return this[kClosePromise]; + } + [kRef](caller) { + if (this[kFd] === -1) { + const err = new Error(`file closed`); + err.code = `EBADF`; + err.syscall = caller.name; + throw err; + } + this[kRefs]++; + } + [kUnref]() { + this[kRefs]--; + if (this[kRefs] === 0) { + const fd = this[kFd]; + this[kFd] = -1; + this[kBaseFs].closePromise(fd).then(this[kCloseResolve], this[kCloseReject]); + } + } +} + +const SYNC_IMPLEMENTATIONS = /* @__PURE__ */ new Set([ + `accessSync`, + `appendFileSync`, + `createReadStream`, + `createWriteStream`, + `chmodSync`, + `fchmodSync`, + `chownSync`, + `fchownSync`, + `closeSync`, + `copyFileSync`, + `linkSync`, + `lstatSync`, + `fstatSync`, + `lutimesSync`, + `mkdirSync`, + `openSync`, + `opendirSync`, + `readlinkSync`, + `readFileSync`, + `readdirSync`, + `readlinkSync`, + `realpathSync`, + `renameSync`, + `rmdirSync`, + `rmSync`, + `statSync`, + `symlinkSync`, + `truncateSync`, + `ftruncateSync`, + `unlinkSync`, + `unwatchFile`, + `utimesSync`, + `watch`, + `watchFile`, + `writeFileSync`, + `writeSync` +]); +const ASYNC_IMPLEMENTATIONS = /* @__PURE__ */ new Set([ + `accessPromise`, + `appendFilePromise`, + `fchmodPromise`, + `chmodPromise`, + `fchownPromise`, + `chownPromise`, + `closePromise`, + `copyFilePromise`, + `linkPromise`, + `fstatPromise`, + `lstatPromise`, + `lutimesPromise`, + `mkdirPromise`, + `openPromise`, + `opendirPromise`, + `readdirPromise`, + `realpathPromise`, + `readFilePromise`, + `readdirPromise`, + `readlinkPromise`, + `renamePromise`, + `rmdirPromise`, + `rmPromise`, + `statPromise`, + `symlinkPromise`, + `truncatePromise`, + `ftruncatePromise`, + `unlinkPromise`, + `utimesPromise`, + `writeFilePromise`, + `writeSync` +]); +function patchFs(patchedFs, fakeFs) { + fakeFs = new NodePathFS(fakeFs); + const setupFn = (target, name, replacement) => { + const orig = target[name]; + target[name] = replacement; + if (typeof orig?.[nodeUtils.promisify.custom] !== `undefined`) { + replacement[nodeUtils.promisify.custom] = orig[nodeUtils.promisify.custom]; + } + }; + { + setupFn(patchedFs, `exists`, (p, ...args) => { + const hasCallback = typeof args[args.length - 1] === `function`; + const callback = hasCallback ? args.pop() : () => { + }; + process.nextTick(() => { + fakeFs.existsPromise(p).then((exists) => { + callback(exists); + }, () => { + callback(false); + }); + }); + }); + setupFn(patchedFs, `read`, (...args) => { + let [fd, buffer, offset, length, position, callback] = args; + if (args.length <= 3) { + let options = {}; + if (args.length < 3) { + callback = args[1]; + } else { + options = args[1]; + callback = args[2]; + } + ({ + buffer = Buffer.alloc(16384), + offset = 0, + length = buffer.byteLength, + position + } = options); + } + if (offset == null) + offset = 0; + length |= 0; + if (length === 0) { + process.nextTick(() => { + callback(null, 0, buffer); + }); + return; + } + if (position == null) + position = -1; + process.nextTick(() => { + fakeFs.readPromise(fd, buffer, offset, length, position).then((bytesRead) => { + callback(null, bytesRead, buffer); + }, (error) => { + callback(error, 0, buffer); + }); + }); + }); + for (const fnName of ASYNC_IMPLEMENTATIONS) { + const origName = fnName.replace(/Promise$/, ``); + if (typeof patchedFs[origName] === `undefined`) + continue; + const fakeImpl = fakeFs[fnName]; + if (typeof fakeImpl === `undefined`) + continue; + const wrapper = (...args) => { + const hasCallback = typeof args[args.length - 1] === `function`; + const callback = hasCallback ? args.pop() : () => { + }; + process.nextTick(() => { + fakeImpl.apply(fakeFs, args).then((result) => { + callback(null, result); + }, (error) => { + callback(error); + }); + }); + }; + setupFn(patchedFs, origName, wrapper); + } + patchedFs.realpath.native = patchedFs.realpath; + } + { + setupFn(patchedFs, `existsSync`, (p) => { + try { + return fakeFs.existsSync(p); + } catch (error) { + return false; + } + }); + setupFn(patchedFs, `readSync`, (...args) => { + let [fd, buffer, offset, length, position] = args; + if (args.length <= 3) { + const options = args[2] || {}; + ({ offset = 0, length = buffer.byteLength, position } = options); + } + if (offset == null) + offset = 0; + length |= 0; + if (length === 0) + return 0; + if (position == null) + position = -1; + return fakeFs.readSync(fd, buffer, offset, length, position); + }); + for (const fnName of SYNC_IMPLEMENTATIONS) { + const origName = fnName; + if (typeof patchedFs[origName] === `undefined`) + continue; + const fakeImpl = fakeFs[fnName]; + if (typeof fakeImpl === `undefined`) + continue; + setupFn(patchedFs, origName, fakeImpl.bind(fakeFs)); + } + patchedFs.realpathSync.native = patchedFs.realpathSync; + } + { + const patchedFsPromises = patchedFs.promises; + for (const fnName of ASYNC_IMPLEMENTATIONS) { + const origName = fnName.replace(/Promise$/, ``); + if (typeof patchedFsPromises[origName] === `undefined`) + continue; + const fakeImpl = fakeFs[fnName]; + if (typeof fakeImpl === `undefined`) + continue; + if (fnName === `open`) + continue; + setupFn(patchedFsPromises, origName, (pathLike, ...args) => { + if (pathLike instanceof FileHandle) { + return pathLike[origName].apply(pathLike, args); + } else { + return fakeImpl.call(fakeFs, pathLike, ...args); + } + }); + } + setupFn(patchedFsPromises, `open`, async (...args) => { + const fd = await fakeFs.openPromise(...args); + return new FileHandle(fd, fakeFs); + }); + } + { + patchedFs.read[nodeUtils.promisify.custom] = async (fd, buffer, ...args) => { + const res = fakeFs.readPromise(fd, buffer, ...args); + return { bytesRead: await res, buffer }; + }; + patchedFs.write[nodeUtils.promisify.custom] = async (fd, buffer, ...args) => { + const res = fakeFs.writePromise(fd, buffer, ...args); + return { bytesWritten: await res, buffer }; + }; + } +} + +let cachedInstance; +let registeredFactory = () => { + throw new Error(`Assertion failed: No libzip instance is available, and no factory was configured`); +}; +function setFactory(factory) { + registeredFactory = factory; +} +function getInstance() { + if (typeof cachedInstance === `undefined`) + cachedInstance = registeredFactory(); + return cachedInstance; +} + +var libzipSync = {exports: {}}; + +(function (module, exports) { +var frozenFs = Object.assign({}, fs__default.default); +var createModule = function() { + var _scriptDir = void 0; + if (typeof __filename !== "undefined") _scriptDir = _scriptDir || __filename; + return function(createModule2) { + createModule2 = createModule2 || {}; + var Module = typeof createModule2 !== "undefined" ? createModule2 : {}; + var readyPromiseResolve, readyPromiseReject; + Module["ready"] = new Promise(function(resolve, reject) { + readyPromiseResolve = resolve; + readyPromiseReject = reject; + }); + var moduleOverrides = {}; + var key; + for (key in Module) { + if (Module.hasOwnProperty(key)) { + moduleOverrides[key] = Module[key]; + } + } + var scriptDirectory = ""; + function locateFile(path) { + if (Module["locateFile"]) { + return Module["locateFile"](path, scriptDirectory); + } + return scriptDirectory + path; + } + var read_, readBinary; + var nodeFS; + var nodePath; + { + { + scriptDirectory = __dirname + "/"; + } + read_ = function shell_read(filename, binary) { + var ret = tryParseAsDataURI(filename); + if (ret) { + return binary ? ret : ret.toString(); + } + if (!nodeFS) nodeFS = frozenFs; + if (!nodePath) nodePath = path__default.default; + filename = nodePath["normalize"](filename); + return nodeFS["readFileSync"](filename, binary ? null : "utf8"); + }; + readBinary = function readBinary2(filename) { + var ret = read_(filename, true); + if (!ret.buffer) { + ret = new Uint8Array(ret); + } + assert(ret.buffer); + return ret; + }; + if (process["argv"].length > 1) { + process["argv"][1].replace(/\\/g, "/"); + } + process["argv"].slice(2); + Module["inspect"] = function() { + return "[Emscripten Module object]"; + }; + } + Module["print"] || console.log.bind(console); + var err = Module["printErr"] || console.warn.bind(console); + for (key in moduleOverrides) { + if (moduleOverrides.hasOwnProperty(key)) { + Module[key] = moduleOverrides[key]; + } + } + moduleOverrides = null; + if (Module["arguments"]) ; + if (Module["thisProgram"]) ; + if (Module["quit"]) ; + var wasmBinary; + if (Module["wasmBinary"]) wasmBinary = Module["wasmBinary"]; + Module["noExitRuntime"] || true; + if (typeof WebAssembly !== "object") { + abort("no native wasm support detected"); + } + function getValue(ptr, type, noSafe) { + type = type || "i8"; + if (type.charAt(type.length - 1) === "*") type = "i32"; + switch (type) { + case "i1": + return HEAP8[ptr >> 0]; + case "i8": + return HEAP8[ptr >> 0]; + case "i16": + return LE_HEAP_LOAD_I16((ptr >> 1) * 2); + case "i32": + return LE_HEAP_LOAD_I32((ptr >> 2) * 4); + case "i64": + return LE_HEAP_LOAD_I32((ptr >> 2) * 4); + case "float": + return LE_HEAP_LOAD_F32((ptr >> 2) * 4); + case "double": + return LE_HEAP_LOAD_F64((ptr >> 3) * 8); + default: + abort("invalid type for getValue: " + type); + } + return null; + } + var wasmMemory; + var ABORT = false; + function assert(condition, text) { + if (!condition) { + abort("Assertion failed: " + text); + } + } + function getCFunc(ident) { + var func = Module["_" + ident]; + assert( + func, + "Cannot call unknown function " + ident + ", make sure it is exported" + ); + return func; + } + function ccall(ident, returnType, argTypes, args, opts) { + var toC = { + string: function(str) { + var ret2 = 0; + if (str !== null && str !== void 0 && str !== 0) { + var len = (str.length << 2) + 1; + ret2 = stackAlloc(len); + stringToUTF8(str, ret2, len); + } + return ret2; + }, + array: function(arr) { + var ret2 = stackAlloc(arr.length); + writeArrayToMemory(arr, ret2); + return ret2; + } + }; + function convertReturnValue(ret2) { + if (returnType === "string") return UTF8ToString(ret2); + if (returnType === "boolean") return Boolean(ret2); + return ret2; + } + var func = getCFunc(ident); + var cArgs = []; + var stack = 0; + if (args) { + for (var i = 0; i < args.length; i++) { + var converter = toC[argTypes[i]]; + if (converter) { + if (stack === 0) stack = stackSave(); + cArgs[i] = converter(args[i]); + } else { + cArgs[i] = args[i]; + } + } + } + var ret = func.apply(null, cArgs); + ret = convertReturnValue(ret); + if (stack !== 0) stackRestore(stack); + return ret; + } + function cwrap(ident, returnType, argTypes, opts) { + argTypes = argTypes || []; + var numericArgs = argTypes.every(function(type) { + return type === "number"; + }); + var numericRet = returnType !== "string"; + if (numericRet && numericArgs && !opts) { + return getCFunc(ident); + } + return function() { + return ccall(ident, returnType, argTypes, arguments); + }; + } + var UTF8Decoder = new TextDecoder("utf8"); + function UTF8ToString(ptr, maxBytesToRead) { + if (!ptr) return ""; + var maxPtr = ptr + maxBytesToRead; + for (var end = ptr; !(end >= maxPtr) && HEAPU8[end]; ) ++end; + return UTF8Decoder.decode(HEAPU8.subarray(ptr, end)); + } + function stringToUTF8Array(str, heap, outIdx, maxBytesToWrite) { + if (!(maxBytesToWrite > 0)) return 0; + var startIdx = outIdx; + var endIdx = outIdx + maxBytesToWrite - 1; + for (var i = 0; i < str.length; ++i) { + var u = str.charCodeAt(i); + if (u >= 55296 && u <= 57343) { + var u1 = str.charCodeAt(++i); + u = 65536 + ((u & 1023) << 10) | u1 & 1023; + } + if (u <= 127) { + if (outIdx >= endIdx) break; + heap[outIdx++] = u; + } else if (u <= 2047) { + if (outIdx + 1 >= endIdx) break; + heap[outIdx++] = 192 | u >> 6; + heap[outIdx++] = 128 | u & 63; + } else if (u <= 65535) { + if (outIdx + 2 >= endIdx) break; + heap[outIdx++] = 224 | u >> 12; + heap[outIdx++] = 128 | u >> 6 & 63; + heap[outIdx++] = 128 | u & 63; + } else { + if (outIdx + 3 >= endIdx) break; + heap[outIdx++] = 240 | u >> 18; + heap[outIdx++] = 128 | u >> 12 & 63; + heap[outIdx++] = 128 | u >> 6 & 63; + heap[outIdx++] = 128 | u & 63; + } + } + heap[outIdx] = 0; + return outIdx - startIdx; + } + function stringToUTF8(str, outPtr, maxBytesToWrite) { + return stringToUTF8Array(str, HEAPU8, outPtr, maxBytesToWrite); + } + function lengthBytesUTF8(str) { + var len = 0; + for (var i = 0; i < str.length; ++i) { + var u = str.charCodeAt(i); + if (u >= 55296 && u <= 57343) + u = 65536 + ((u & 1023) << 10) | str.charCodeAt(++i) & 1023; + if (u <= 127) ++len; + else if (u <= 2047) len += 2; + else if (u <= 65535) len += 3; + else len += 4; + } + return len; + } + function allocateUTF8(str) { + var size = lengthBytesUTF8(str) + 1; + var ret = _malloc(size); + if (ret) stringToUTF8Array(str, HEAP8, ret, size); + return ret; + } + function writeArrayToMemory(array, buffer2) { + HEAP8.set(array, buffer2); + } + function alignUp(x, multiple) { + if (x % multiple > 0) { + x += multiple - x % multiple; + } + return x; + } + var buffer, HEAP8, HEAPU8; + var HEAP_DATA_VIEW; + function updateGlobalBufferAndViews(buf) { + buffer = buf; + Module["HEAP_DATA_VIEW"] = HEAP_DATA_VIEW = new DataView(buf); + Module["HEAP8"] = HEAP8 = new Int8Array(buf); + Module["HEAP16"] = new Int16Array(buf); + Module["HEAP32"] = new Int32Array(buf); + Module["HEAPU8"] = HEAPU8 = new Uint8Array(buf); + Module["HEAPU16"] = new Uint16Array(buf); + Module["HEAPU32"] = new Uint32Array(buf); + Module["HEAPF32"] = new Float32Array(buf); + Module["HEAPF64"] = new Float64Array(buf); + } + Module["INITIAL_MEMORY"] || 16777216; + var wasmTable; + var __ATPRERUN__ = []; + var __ATINIT__ = []; + var __ATPOSTRUN__ = []; + function preRun() { + if (Module["preRun"]) { + if (typeof Module["preRun"] == "function") + Module["preRun"] = [Module["preRun"]]; + while (Module["preRun"].length) { + addOnPreRun(Module["preRun"].shift()); + } + } + callRuntimeCallbacks(__ATPRERUN__); + } + function initRuntime() { + callRuntimeCallbacks(__ATINIT__); + } + function postRun() { + if (Module["postRun"]) { + if (typeof Module["postRun"] == "function") + Module["postRun"] = [Module["postRun"]]; + while (Module["postRun"].length) { + addOnPostRun(Module["postRun"].shift()); + } + } + callRuntimeCallbacks(__ATPOSTRUN__); + } + function addOnPreRun(cb) { + __ATPRERUN__.unshift(cb); + } + function addOnInit(cb) { + __ATINIT__.unshift(cb); + } + function addOnPostRun(cb) { + __ATPOSTRUN__.unshift(cb); + } + var runDependencies = 0; + var dependenciesFulfilled = null; + function addRunDependency(id) { + runDependencies++; + if (Module["monitorRunDependencies"]) { + Module["monitorRunDependencies"](runDependencies); + } + } + function removeRunDependency(id) { + runDependencies--; + if (Module["monitorRunDependencies"]) { + Module["monitorRunDependencies"](runDependencies); + } + if (runDependencies == 0) { + if (dependenciesFulfilled) { + var callback = dependenciesFulfilled; + dependenciesFulfilled = null; + callback(); + } + } + } + Module["preloadedImages"] = {}; + Module["preloadedAudios"] = {}; + function abort(what) { + if (Module["onAbort"]) { + Module["onAbort"](what); + } + what += ""; + err(what); + ABORT = true; + what = "abort(" + what + "). Build with -s ASSERTIONS=1 for more info."; + var e = new WebAssembly.RuntimeError(what); + readyPromiseReject(e); + throw e; + } + var dataURIPrefix = "data:application/octet-stream;base64,"; + function isDataURI(filename) { + return filename.startsWith(dataURIPrefix); + } + var wasmBinaryFile = "data:application/octet-stream;base64,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QCAAKAJIIgEgASADaiADEAcaAkAgAyAAKAJsIgFNBEAgACABIANrNgJsDAELIABCADcCbAsgACAAKAJoIANrIgE2AmggACAAKAJYIANrNgJYIAEgACgChC5JBEAgACABNgKELgsgAEH8gAEoAgARAwAgAiADaiECCwJAIAAoAgAiASgCBCIERQ0AIAAoAjwhBSAAIAIgBCACIARJGyICBH8gACgCSCAAKAJoaiAFaiEFIAEgBCACazYCBAJAAkACQAJAIAEoAhwiBCgCFEEBaw4CAQACCyAEQaABaiAFIAEoAgAgAkHcgAEoAgARCAAMAgsgASABKAIwIAUgASgCACACQcSAASgCABEEADYCMAwBCyAFIAEoAgAgAhAHGgsgASABKAIAIAJqNgIAIAEgASgCCCACajYCCCAAKAI8BSAFCyACaiICNgI8AkAgACgChC4iASACakEDSQ0AIAAoAmggAWshAQJAIAAoAnRBgQhPBEAgACAAIAAoAkggAWoiAi0AACACLQABIAAoAnwRAAA2AlQMAQsgAUUNACAAIAFBAWsgACgChAERAgAaCyAAKAKELiAAKAI8IgJBAUZrIgRFDQAgACABIAQgACgCgAERBQAgACAAKAKELiAEazYChC4gACgCPCECCyACQYUCSw0AIAAoAgAoAgRFDQAgACgCMCEBDAELCwJAIAAoAkQiAiAAKAJAIgNNDQAgAAJ/IAAoAjwgACgCaGoiASADSwRAIAAoAkggAWpBACACIAFrIgNBggIgA0GCAkkbIgMQGSABIANqDAELIAFBggJqIgEgA00NASAAKAJIIANqQQAgAiADayICIAEgA2siAyACIANJGyIDEBkgACgCQCADags2AkALC50CAQF/AkAgAAJ/IAAoAqAuIgFBwABGBEAgACgCBCAAKAIQaiAAKQOYLjcAACAAQgA3A5guIAAgACgCEEEIajYCEEEADAELIAFBIE4EQCAAKAIEIAAoAhBqIAApA5guPgAAIAAgAEGcLmo1AgA3A5guIAAgACgCEEEEajYCECAAIAAoAqAuQSBrIgE2AqAuCyABQRBOBEAgACgCBCAAKAIQaiAAKQOYLj0AACAAIAAoAhBBAmo2AhAgACAAKQOYLkIQiDcDmC4gACAAKAKgLkEQayIBNgKgLgsgAUEISA0BIAAgACgCECIBQQFqNgIQ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KAJUIgEEfyABQQAgARAiEBkgACgCVAVBAAsQBiAAQQA2AlQLC9wMAgl/AX4jAEFAaiIGJAACQAJAAkACQAJAIAEoAjBBABAjIgVBAkZBACABKAI4QQAQIyIEQQFGGw0AIAVBAUZBACAEQQJGGw0AIAVBAkciAw0BIARBAkcNAQsgASABLwEMQYAQcjsBDEEAIQMMAQsgASABLwEMQf/vA3E7AQxBACEFIANFBEBB9eABIAEoAjAgAEEIahBpIgVFDQILIAJBgAJxBEAgBSEDDAELIARBAkcEQCAFIQMMAQtB9cYBIAEoAjggAEEIahBpIgNFBEAgBRAcDAILIAMgBTYCAAsgASABLwEMQf7/A3EgAS8BUiIFQQBHcjsBDAJAAkACQAJAAn8CQAJAIAEpAyhC/v///w9WDQAgASkDIEL+////D1YNACACQYAEcUUNASABKQNIQv////8PVA0BCyAFQYECa0H//wNxQQNJIQdBAQwBCyAFQYECa0H//wNxIQQgAkGACnFBgApHDQEgBEEDSSEHQQALIQkgBkIcEBciBEUEQCAAQQhqIgAEQCAAQQA2AgQgAEEONgIACyADEBwMBQsgAkGACHEhBQJAAkAgAkGAAnEEQAJAIAUNACABKQMgQv////8PVg0AIAEpAyhCgICAgBBUDQMLIAQgASkDKBAYIAEpAyAhDAwBCwJAAkACQCAFDQAgASkDIEL/////D1YNACABKQMoIgxC/////w9WDQEgASkDSEKAgICAEFQNBAsgASkDKCIMQv////8PVA0BCyAEIAwQGAsgASkDICIMQv////8PWgRAIAQgDBAYCyABKQNIIgxC/////w9UDQELIAQgDBAYCyAELQAARQRAIABBCGoiAARAIABBADYCBCAAQRQ2AgALIAQQCCADEBwMBQtBASEKQQEgBC0AAAR+IAQpAxAFQgALp0H//wNxIAYQRyEFIAQQCCAFIAM2AgAgBw0BDAILIAMhBSAEQQJLDQELIAZCBxAXIgRFBEAgAEEIaiIABEAgAEEANgIEIABBDjYCAAsgBRAcDAMLIARBAhANIARBhxJBAhAsIAQgAS0AUhBwIAQgAS8BEBANIAQtAABFBEAgAEEIaiIABEAgAEEANgIEIABBFDYCAAsgBBAIDAILQYGyAkEHIAYQRyEDIAQQCCADIAU2AgBBASEL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NgIEIABB7A42AhggGiEdDAMLIARB/wFxIgJBwABxRQRAIAggDSADLwECQQJ0aiAdp0F/IAJ0QX9zcUECdGoiAy0AASICayEIIB0gAq2IIR0gAy0AACIERQ0HDAELCyAEQSBxBEAgB0G//gA2AgQgASECDAgLIAdB0f4ANgIEIABB0A42AhggASECDAcLIB1BfyAGdEF/c62DIBt8IhunIQUgCCAEQQ9xIgNrIQggGiAErUIPg4ghHSABIBdrIgYgAjMBAiAaQX8gA3RBf3Otg3ynIgRPDQIgBCAGayIGIBlNDQEgBygCjEdFDQEgB0HR/gA2AgQgAEG5DDYCGAsgASECIAshBQwFCwJAIA5FBEAgDCARIAZraiEDDAELIAYgDk0EQCAMIA4gBmtqIQMMAQsgDCARIAYgDmsiBmtqIQMgBSAGTQ0AIAUgBmshBQJAAkAgASADTSABIA8gAWusIhogBq0iGyAaIBtUGyIapyIGaiICIANLcQ0AIAMgBmogAUsgASADT3ENACABIAMgBhAHGiACIQEMAQsgASADIAMgAWsiASABQR91IgFqIAFzIgIQByACaiEBIBogAq0iHn0iHFANACACIANqIQIDQAJAIBwgHiAcIB5UGyIbQiBUBEAgGyEaDAELIBsiGkIgfSIgQgWIQgF8QgODIh9QRQRAA0AgASACKQAANwAAIAEgAikAGDcAGCABIAIpABA3ABAgASACKQAINwAIIBpCIH0hGiACQSBqIQIgAUEgaiEBIB9CAX0iH0IAUg0ACwsgIELgAFQNAANAIAEgAikAADcAACABIAIpABg3ABggASACKQAQNwAQIAEgAikACDcACCABIAIpADg3ADggASACKQAwNwAwIAEgAikAKDcAKCABIAIpACA3ACAgASACKQBYNwBYIAEgAikAUDcAUCABIAIpAEg3AEggASACKQBANwBAIAEgAikAYDcAYCABIAIpAGg3AGggASACKQBwNwBwIAEgAikAeDcAeCACQYABaiECIAFBgAFqIQEgGkKAAX0iGkIfVg0ACwsgGkIQWgRAIAEgAikAADcAACABIAIpAAg3AAggGkIQfSEaIAJBEGohAiABQRBqIQELIBpCCFoEQCABIAIpAAA3AAAgGkIIfSEaIAJBCGohAiABQQhqIQELIBpCBFoEQCABIAIoAAA2AAAgGkIEfSEaIAJBBGohAiABQQRqIQELIBpCAloEQCABIAIvAAA7AAAgGkICfSEaIAJBAmohAiABQQJqIQELIBwgG30hHCAaUEUEQCABIAItAAA6AAAgAkEBaiECIAFBAWohAQsgHEIAUg0ACwsgDiEGIAwhAwsgBSAGSwRAAkACQCABIANNIAEgDyABa6wiGiAGrSIbIBogG1QbIhqnIglqIgIgA0txDQAgAyAJaiABSyABIANPcQ0AIAEgAyAJEAcaDAELIAEgAyADIAFrIgEgAUEfdSIBaiABcyIBEAcgAWohAiAaIAGtIh59IhxQDQAgASADaiEBA0ACQCAcIB4gHCAeVBsiG0IgVARAIBshGgwBCyAbIhpCIH0iIEIFiEIBfEIDgyIfUEUEQANAIAIgASkAADcAACACIAEpABg3ABggAiABKQAQNwAQIAIgASkACDcACCAaQiB9IRogAUEgaiEBIAJBIGohAiAfQgF9Ih9CAFINAAsLICBC4ABUDQADQCACIAEpAAA3AAAgAiABKQAYNwAYIAIgASkAEDcAECACIAEpAAg3AAggAiABKQA4NwA4IAIgASkAMDcAMCACIAEpACg3ACggAiABKQAgNwAgIAIgASkAWDcAWCACIAEpAFA3AFAgAiABKQBINwBIIAIgASkAQDcAQCACIAEpAGA3AGAgAiABKQBoNwBoIAIgASkAcDcAcCACIAEpAHg3AHggAUGAAWohASACQYABaiECIBpCgAF9IhpCH1YNAAsLIBpCEFoEQCACIAEpAAA3AAAgAiABKQAINwAIIBpCEH0hGiACQRBqIQIgAUEQaiEBCyAaQghaBEAgAiABKQAANwAAIBpCCH0hGiACQQhqIQIgAUEIaiEBCyAaQgRaBEAgAiABKAAANgAAIBpCBH0hGiACQQRqIQIgAUEEaiEBCyAaQgJaBEAgAiABLwAAOwAAIBpCAn0hGiACQQJqIQIgAUECaiEBCyAcIBt9IRwgGlBFBEAgAiABLQAAOgAAIAJBAWohAiABQQFqIQELIBxCAFINAAsLIAUgBmshAUEAIARrIQUCQCAEQQdLBEAgBCEDDAELIAEgBE0EQCAEIQMMAQsgAiAEayEFA0ACQCACIAUpAAA3AAAgBEEBdCEDIAEgBGshASACIARqIQIgBEEDSw0AIAMhBCABIANLDQELC0EAIANrIQULIAIgBWohBAJAIAUgDyACa6wiGiABrSIbIBogG1QbIhqnIgFIIAVBf0pxDQAgBUEBSCABIARqIAJLcQ0AIAIgBCABEAcgAWohAgwDCyACIAQgAyADQR91IgFqIAFzIgEQByABaiECIBogAa0iHn0iHFANAiABIARqIQEDQAJAIBwgHiAcIB5UGyIbQiBUBEAgGyEaDAELIBsiGkIgfSIgQgWIQgF8QgODIh9QRQRAA0AgAiABKQAANwAAIAIgASkAGDcAGCACIAEpABA3ABAgAiABKQAINwAIIBpCIH0hGiABQSBqIQEgAkEgaiECIB9CAX0iH0IAUg0ACwsgIELgAFQNAANAIAIgASkAADcAACACIAEpABg3ABggAiABKQAQNwAQIAIgASkACDcACCACIAEpADg3ADggAiABKQAwNwAwIAIgASkAKDcAKCACIAEpACA3ACAgAiABKQBYNwBYIAIgASkAUDcAUCACIAEpAEg3AEggAiABKQBANwBAIAIgASkAYDcAYCACIAEpAGg3AGggAiABKQBwNwBwIAIgASkAeDcAeCABQYABaiEBIAJBgAFqIQIgGkKAAX0iGkIfVg0ACwsgGkIQWgRAIAIgASkAADcAACACIAEpAAg3AAggGkIQfSEaIAJBEGohAiABQRBqIQELIBpCCFoEQCACIAEpAAA3AAAgGkIIfSEaIAJBCGohAiABQQhqIQELIBpCBFoEQCACIAEoAAA2AAAgGkIEfSEaIAJBBGohAiABQQRqIQELIBpCAloEQCACIAEvAAA7AAAgGkICfSEaIAJBAmohAiABQQJqIQELIBwgG30hHCAaUEUEQCACIAEtAAA6AAAgAkEBaiECIAFBAWohAQsgHFBFDQALDAILAkAgASADTSABIA8gAWusIhogBa0iGyAaIBtUGyIapyIEaiICIANLcQ0AIAMgBGogAUsgASADT3ENACABIAMgBBAHGgwCCyABIAMgAyABayIBIAFBH3UiAWogAXMiARAHIAFqIQIgGiABrSIefSIcUA0BIAEgA2ohAQNAAkAgHCAeIBwgHlQbIhtCIFQEQCAbIRoMAQsgGyIaQiB9IiBCBYhCAXxCA4MiH1BFBEADQCACIAEpAAA3AAAgAiABKQAYNwAYIAIgASkAEDcAECACIAEpAAg3AAggGkIgfSEaIAFBIGohASACQSBqIQIgH0IBfSIfQgBSDQALCyAgQuAAVA0AA0AgAiABKQAANwAAIAIgASkAGDcAGCACIAEpABA3ABAgAiABKQAINwAIIAIgASkAODcAOCACIAEpADA3ADAgAiABKQAoNwAoIAIgASkAIDcAICACIAEpAFg3AFggAiABKQBQNwBQIAIgASkASDcASCACIAEpAEA3AEAgAiABKQBgNwBgIAIgASkAaDcAaCACIAEpAHA3AHAgAiABKQB4NwB4IAFBgAFqIQEgAkGAAWohAiAaQoABfSIaQh9WDQALCyAaQhBaBEAgAiABKQAANwAAIAIgASkACDcACCAaQhB9IRogAkEQaiECIAFBEGohAQsgGkIIWgRAIAIgASkAADcAACAaQgh9IRogAkEIaiECIAFBCGohAQsgGkIEWgRAIAIgASgAADYAACAaQgR9IRogAkEEaiECIAFBBGohAQsgGkICWgRAIAIgAS8AADsAACAaQgJ9IRogAkECaiECIAFBAmohAQsgHCAbfSEcIBpQRQRAIAIgAS0AADoAACACQQFqIQIgAUEBaiEBCyAcUEUNAAsMAQsCQAJAIBYEQAJAIAQgBUkEQCAHKAKYRyAESw0BCyABIARrIQMCQEEAIARrIgVBf0ogDyABa6wiGiAbIBogG1QbIhqnIgIgBUpxDQAgBUEBSCACIANqIAFLcQ0AIAEgAyACEAcgAmohAgwFCyABIAMgBCAEQR91IgFqIAFzIgEQByABaiECIBogAa0iHn0iHFANBCABIANqIQEDQAJAIBwgHiAcIB5UGyIbQiBUBEAgGyEaDAELIBsiGkIgfSIgQgWIQgF8QgODIh9QRQRAA0AgAiABKQAANwAAIAIgASkAGDcAGCACIAEpABA3ABAgAiABKQAINwAIIBpCIH0hGiABQSBqIQEgAkEgaiECIB9CAX0iH0IAUg0ACwsgIELgAFQNAANAIAIgASkAADcAACACIAEpABg3ABggAiABKQAQNwAQIAIgASkACDcACCACIAEpADg3ADggAiABKQAwNwAwIAIgASkAKDcAKCACIAEpACA3ACAgAiABKQBYNwBYIAIgASkAUDcAUCACIAEpAEg3AEggAiABKQBANwBAIAIgASkAYDcAYCACIAEpAGg3AGggAiABKQBwNwBwIAIgASkAeDcAeCABQYABaiEBIAJBgAFqIQIgGkKAAX0iGkIfVg0ACwsgGkIQWgRAIAIgASkAADcAACACIAEpAAg3AAggGkIQfSEaIAJBEGohAiABQRBqIQELIBpCCFoEQCACIAEpAAA3AAAgGkIIfSEaIAJBCGohAiABQQhqIQELIBpCBFoEQCACIAEoAAA2AAAgGkIEfSEaIAJBBGohAiABQQRqIQELIBpCAloEQCACIAEvAAA7AAAgGkICfSEaIAJBAmohAiABQQJqIQELIBwgG30hHCAaUEUEQCACIAEtAAA6AAAgAkEBaiECIAFBAWohAQsgHFBFDQALDAQLIBAgAWsiCUEBaiIGIAUgBSAGSxshAyABIARrIQIgAUEHcUUNAiADRQ0CIAEgAi0AADoAACACQQFqIQIgAUEBaiIGQQdxQQAgA0EBayIFGw0BIAYhASAFIQMgCSEGDAILAkAgBCAFSQRAIAcoAphHIARLDQELIAEgASAEayIGKQAANwAAIAEgBUEBa0EHcUEBaiIDaiECIAUgA2siBEUNAyADIAZqIQEDQCACIAEpAAA3AAAgAUEIaiEBIAJBCGohAiAEQQhrIgQNAAsMAwsgASAEIAUQPyECDAILIAEgAi0AADoAASAJQQFrIQYgA0ECayEFIAJBAWohAgJAIAFBAmoiCkEHcUUNACAFRQ0AIAEgAi0AADoAAiAJQQJrIQYgA0EDayEFIAJBAWohAgJAIAFBA2oiCkEHcUUNACAFRQ0AIAEgAi0AADoAAyAJQQNrIQYgA0EEayEFIAJBAWohAgJAIAFBBGoiCkEHcUUNACAFRQ0AIAEgAi0AADoABCAJQQRrIQYgA0EFayEFIAJBAWohAgJAIAFBBWoiCkEHcUUNACAFRQ0AIAEgAi0AADoABSAJQQVrIQYgA0EGayEFIAJBAWohAgJAIAFBBmoiCkEHcUUNACAFRQ0AIAEgAi0AADoABiAJQQZrIQYgA0EHayEFIAJBAWohAgJAIAFBB2oiCkEHcUUNACAFRQ0AIAEgAi0AADoAByAJQQdrIQYgA0EIayEDIAFBCGohASACQQFqIQIMBgsgCiEBIAUhAwwFCyAKIQEgBSEDDAQLIAohASAFIQMMAwsgCiEBIAUhAwwCCyAKIQEgBSEDDAELIAohASAFIQMLAkACQCAGQRdNBEAgA0UNASADQQFrIQUgA0EHcSIEBEADQCABIAItAAA6AAAgA0EBayEDIAFBAWohASACQQFqIQIgBEEBayIEDQALCyAFQQdJDQEDQCABIAItAAA6AAAgASACLQABOgABIAEgAi0AAjoAAiABIAItAAM6AAMgASACLQAEOgAEIAEgAi0ABToABSABIAItAAY6AAYgASACLQAHOgAHIAFBCGohASACQQhqIQIgA0EIayIDDQALDAELIAMNAQsgASECDAELIAEgBCADED8hAgsgCyEFDAELIAEgAy0AAjoAACABQQFqIQILIAUgFE8NACACIBNJDQELCyAAIAI2AgwgACAFIAhBA3ZrIgE2AgAgACATIAJrQYMCajYCECAAIBQgAWtBDmo2AgQgByAIQQdxIgA2AogBIAcgHUJ/IACthkJ/hYM+AoQBC+cFAQR/IAMgAiACIANLGyEEIAAgAWshAgJAIABBB3FFDQAgBEUNACAAIAItAAA6AAAgA0EBayEGIAJBAWohAiAAQQFqIgdBB3FBACAEQQFrIgUbRQRAIAchACAFIQQgBiEDDAELIAAgAi0AADoAASADQQJrIQYgBEECayEFIAJBAWohAgJAIABBAmoiB0EHcUUNACAFRQ0AIAAgAi0AADoAAiADQQNrIQYgBEEDayEFIAJBAWohAgJAIABBA2oiB0EHcUUNACAFRQ0AIAAgAi0AADoAAyADQQRrIQYgBEEEayEFIAJBAWohAgJAIABBBGoiB0EHcUUNACAFRQ0AIAAgAi0AADoABCADQQVrIQYgBEEFayEFIAJBAWohAgJAIABBBWoiB0EHcUUNACAFRQ0AIAAgAi0AADoABSADQQZrIQYgBEEGayEFIAJBAWohAgJAIABBBmoiB0EHcUUNACAFRQ0AIAAgAi0AADoABiADQQdrIQYgBEEHayEFIAJBAWohAgJAIABBB2oiB0EHcUUNACAFRQ0AIAAgAi0AADoAByADQQhrIQMgBEEIayEEIABBCGohACACQQFqIQIMBgsgByEAIAUhBCAGIQMMBQsgByEAIAUhBCAGIQMMBAsgByEAIAUhBCAGIQMMAwsgByEAIAUhBCAGIQMMAgsgByEAIAUhBCAGIQMMAQsgByEAIAUhBCAGIQMLAkAgA0EXTQRAIARFDQEgBEEBayEBIARBB3EiAwRAA0AgACACLQAAOgAAIARBAWshBCAAQQFqIQAgAkEBaiECIANBAWsi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CyAAIAMtAAAEfiADKQMQBUIAC6dB//8DcSADKAIEEEcLIQUgAxAICyAEQRBqJAAgBQvgAQICfwF+QTAQCSICRQRAIAEEQCABQQA2AgQgAUEONgIAC0EADwsgAkIANwMIIAJBADYCACACQgA3AxAgAkIANwMYIAJCADcDICACQgA3ACUgAFAEQCACDwsCQCAAQv////8AVg0AIACnQQR0EAkiA0UNACACIAM2AgBBACEBQgEhBANAIAMgAUEEdGoiAUIANwIAIAFCADcABSAAIARSBEAgBKchASAEQgF8IQQMAQsLIAIgADcDCCACIAA3AxAgAg8LIAEEQCABQQA2AgQgAUEONgIAC0EAEBAgAhAGQQAL7gECA38BfiMAQRBrIgQkAAJAIARBDGpCBBAXIgNFBEBBfyECDAELAkAgAQRAIAJBgAZxIQUDQAJAIAUgASgCBHFFDQACQCADKQMIQgBUBEAgA0EAOgAADAELIANCADcDECADQQE6AAALIAMgAS8BCBANIAMgAS8BChANIAMtAABFBEAgAEEIaiIABEAgAEEANgIEIABBFDYCAAtBfyECDAQLQX8hAiAAIARBDGpCBBAbQQBIDQMgATMBCiIGUA0AIAAgASgCDCAGEBtBAEgNAwsgASgCACIBDQALC0EAIQILIAMQCAsgBEEQaiQAIAILPAEBfyAABEAgAUGABnEhAQNAIAEgACgCBHEEQCACIAAvAQpqQQRqIQILIAAoAgAiAA0ACwsgAkH//wNxC5wBAQN/IABFBEBBAA8LIAAhAwNAAn8CQAJAIAAvAQgiAUH04AFNBEAgAUEBRg0BIAFB9cYBRg0BDAILIAFBgbICRg0AIAFB9eABRw0BCyAAKAIAIQEgAEEANgIAIAAoAgwQBiAAEAYgASADIAAgA0YbIQMCQCACRQRAQQAhAgwBCyACIAE2AgALIAEMAQsgACICKAIACyIADQALIAMLsgQCBX8BfgJAAkACQCAAIAGtEBciAQRAIAEtAAANAUEAIQAMAgsgBARAIARBADYCBCAEQQ42AgALQQAPC0EAIQADQCABLQAABH4gASkDCCABKQMQfQVCAAtCBFQNASABEAwhByABIAEQDCIGrRATIghFBEBBACECIAQEQCAEQQA2AgQgBEEVNgIACyABEAggAEUNAwNAIAAoAgAhASAAKAIMEAYg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DCAAQRg2AggLDAMLIAAgBiAFLwFqQQAgBCABEQYAIQEgBhALIAFFDQILAkAgDUUEQCABIQMMAQsgACABIAUvAWgQgQEhAyABEAsgA0UNAQsCQCAJRSAMckUEQCADIQEMAQsgACADQQEQgAEhASADEAsgAUUNAQsgASEDDAELQQAhAwsgBUHwAGokACADC4UBAQF/IAFFBEAgAEEIaiIABEAgAEEANgIEIABBEjYCAAtBAA8LQTgQCSIDRQRAIABBCGoiAARAIABBADYCBCAAQQ42AgALQQAPCyADQQA2AhAgA0IANwIIIANCADcDKCADQQA2AgQgAyACNgIAIANCADcDGCADQQA2AjAgACABQTsgAxBCCw8AIAAgASACQQBBABCCAQusAgECfyABRQRAIABBCGoiAARAIABBADYCBCAAQRI2AgALQQAPCwJAIAJBfUsNACACQf//A3FBCEYNACAAQQhqIgAEQCAAQQA2AgQgAEEQNgIAC0EADwsCQEGwwAAQCSIFBEAgBUEANgIIIAVCADcCACAFQYiBAUGogQEgAxs2AqhAIAUgAjYCFCAFIAM6ABAgBUEAOgAPIAVBADsBDCAFIAMgAkF9SyIGcToADiAFQQggAiAGG0H//wNxIAQgBUGIgQFBqIEBIAMbKAIAEQAAIgI2AqxAIAINASAFEDEgBRAGCyAAQQhqIgAEQCAAQQA2AgQgAEEONgIAC0EADwsgACABQTogBRBCIgAEfyAABSAFKAKsQCAFKAKoQCgCBBEDACAFEDEgBRAGQQALC6ABAQF/IAIgACgCBCIDIAIgA0kbIgIEQCAAIAMgAms2AgQCQAJAAkACQCAAKAIcIgMoAhRBAWsOAgEAAgsgA0GgAWogASAAKAIAIAJB3IABKAIAEQgADAILIAAgACgCMCABIAAoAgAgAkHEgAEoAgARBAA2AjAMAQsgASAAKAIAIAIQBxoLIAAgACgCACACajYCACAAIAAoAgggAmo2AggLC7cCAQR/QX4hAgJAIABFDQAgACgCIEUNACAAKAIkIgRFDQAgACgCHCIBRQ0AIAEoAgAgAEcNAAJAAkAgASgCICIDQTlrDjkBAgICAgICAgICAgIBAgICAQICAgICAgICAgICAgICAgICAQICAgICAgICAgICAQICAgICAgICAgEACyADQZoFRg0AIANBKkcN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DCABajYCDCAGIAYoAgggAWo2AgggBSAFKAIUIAFqNgIUIAUgBSgCECABazYCECAGIAYoAhAgAWsiATYCECABDQAgBiAGKAIENgIIC0EAIQRBACEJIAMoAhBFDQAMCgsgAygCHCgCJCEGIAMgAygCGCIBQQFqNgIYIAEgBmotAAAhASADIARBAWo2AhAgAygCBCAEaiABOgAAIAEEQCADKAIQIQQMAQsLIAMoAhwoAixFDQAgAygCECIGIAlNDQAgBQJ/IAUoAjAhBEEAIAMoAgQgCWoiAUUNABogBCABIAYgCWtB1IABKAIAEQAACzYCMAsgA0HnADYCIAsCQCADKAIcKAIsBEAgAygCDCADKAIQIgFBAmpJBH8gBRAKIAMoAhANAkEABSABCyADKAIEaiAFKAIwOwAAIAMgAygCEEECajYCECADQaABakHkgAEoAgARAQAaCyADQfEANgIgIAUQCiADKAIQRQ0BDAcLDAYLIAUoAgQNAQsgAygCPA0AIApFDQEgAygCIEGaBUYNAQsCfyADKAKIASIBRQRAIAMgChCFAQwBCwJAAkACQCADKAKMAUECaw4CAAECCwJ/AkADQAJAAkAgAygCPA0AIAMQLyADKAI8DQAgCg0BQQAMBAsgAygCSCADKAJoai0AACEEIAMgAygC8C0iAUEBajYC8C0gASADKALsLWpBADoAACADIAMoAvAtIgFBAWo2AvAtIAEgAygC7C1qQQA6AAAgAyADKALwLSIBQQFqNgLwLSABIAMoAuwtaiAEOgAAIAMgBEECdGoiASABLwHkAUEBajsB5AEgAyADKAI8QQFrNgI8IAMgAygCaEEBaiIBNgJoIAMoAvAtIAMoAvQtRw0BQQAhBCADIAMoAlgiBkEATgR/IAMoAkggBmoFQQALIAEgBmtBABAPIAMgAygCaDYCWCADKAIAEAogAygCACgCEA0BDAILCyADQQA2AoQuIApBBEYEQCADIAMoAlgiAUEATgR/IAMoAkggAWoFQQALIAMoAmggAWtBARAPIAMgAygCaDYCWCADKAIAEApBA0ECIAMoAgAoAhAbDAILIAMoAvAtBEBBACEEIAMgAygCWCIBQQBOBH8gAygCSCABagVBAAsgAygCaCABa0EAEA8gAyADKAJoNgJYIAMoAgAQCiADKAIAKAIQRQ0BC0EBIQQLIAQL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bGl0ZXJhbC9sZW5ndGhzIHNldABpbnZhbGlkIGNvZGUgbGVuZ3RocyBzZXQAdW5rbm93biBoZWFkZXIgZmxhZ3Mgc2V0AGludmFsaWQgZGlzdGFuY2VzIHNldABpbnZhbGlkIGJpdCBsZW5ndGggcmVwZWF0AEZpbGUgYWxyZWFkeSBleGlzdHMAdG9vIG1hbnkgbGVuZ3RoIG9yIGRpc3RhbmNlIHN5bWJvbHMAaW52YWxpZCBzdG9yZWQgYmxvY2sgbGVuZ3RocwAlcyVzJXMAYnVmZmVyIGVycm9yAE5vIGVycm9yAHN0cmVhbSBlcnJvcgBUZWxsIGVycm9yAEludGVybmFsIGVycm9yAFNlZWsgZXJyb3IAV3JpdGUgZXJyb3IAZmlsZSBlcnJvcgBSZWFkIGVycm9yAFpsaWIgZXJyb3IAZGF0YSBlcnJvcgBDUkMgZXJyb3IAaW5jb21wYXRpYmxlIHZlcnNpb24AaW52YWxpZCBjb2RlIC0tIG1pc3NpbmcgZW5kLW9mLWJsb2NrAGluY29ycmVjdCBoZWFkZXIgY2hlY2sAaW5jb3JyZWN0IGxlbmd0aCBjaGVjawBpbmNvcnJlY3QgZGF0YSBjaGVjawBpbnZhbGlkIGRpc3RhbmNlIHRvbyBmYXIgYmFjawBoZWFkZXIgY3JjIG1pc21hdGNoADEuMi4xMy56bGliLW5nAGludmFsaWQgd2luZG93IHNpemUAUmVhZC1vbmx5IGFyY2hpdmUATm90IGEgemlwIGFyY2hpdmUAUmVzb3VyY2Ugc3RpbGwgaW4gdXNlAE1hbGxvYyBmYWlsdXJlAGludmFsaWQgYmxvY2sgdHlwZQBGYWlsdXJlIHRvIGNyZWF0ZSB0ZW1wb3JhcnkgZmlsZQBDYW4ndCBvcGVuIGZpbGUATm8gc3VjaCBmaWxlAFByZW1hdHVyZSBlbmQgb2YgZmlsZQBDYW4ndCByZW1vdmUgZmlsZQBpbnZhbGlkIGxpdGVyYWwvbGVuZ3RoIGNvZGUAaW52YWxpZCBkaXN0YW5jZSBjb2RlAHVua25vd24gY29tcHJlc3Npb24gbWV0aG9kAHN0cmVhbSBlbmQAQ29tcHJlc3NlZCBkYXRhIGludmFsaWQATXVsdGktZGlzayB6aXAgYXJjaGl2ZXMgbm90IHN1cHBvcnRl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UgAIANIACAAyAAgAsgAIAHIACADyAAgACgAIAIoACABKAAgAygAIACoACACqAAgAagAIAOoACAAaAAgAmgAIAFoACADaAAgAOgAIALoACAB6AAgA+gAIAAYACACGAAgARgAIAMYACAAmAAgApgAIAGYACADmAAgAFgAIAJYACABWAAgA1gAIADYACAC2AAgAdgAIAPYACAAOAAgAjgAIAE4ACADOAAgALgAIAK4ACABuAAgA7gAIAB4ACACeAAgAXgAIAN4ACAA+AAgAvgAIAH4ACAD+AAgAAQAIAIEACABBAAgAwQAIACEACAChAAgAYQAIAOEACAARAAgAkQAIAFEACADRAAgAMQAIALEACABxAAgA8QAIAAkACACJAAgASQAIAMkACAApAAgAqQAIAGkACADpAAgAGQAIAJkACABZAAgA2QAIADkACAC5AAgAeQAIAPkACAAFAAgAhQAIAEUACADFAAgAJQAIAKUACABlAAgA5QAIABUACACVAAgAVQAIANUACAA1AAgAtQAIAHUACAD1AAgADQAIAI0ACABNAAgAzQAIAC0ACACtAAgAbQAIAO0ACAAdAAgAnQAIAF0ACADdAAgAPQAIAL0ACAB9AAgA/QAIABMACQATAQkAkwAJAJMBCQBTAAkAUwEJANMACQDTAQkAMwAJADMBCQCzAAkAswEJAHMACQBzAQkA8wAJAPMBCQALAAkACwEJAIsACQCLAQkASwAJAEsBCQDLAAkAywEJACsACQArAQkAqwAJAKsBCQBrAAkAawEJAOsACQDrAQkAGwAJABsBCQCbAAkAmwEJAFsACQBbAQkA2wAJANsBCQA7AAkAOwEJALsACQC7AQkAewAJAHsBCQD7AAkA+wEJAAcACQAHAQkAhwAJAIcBCQBHAAkARwEJAMcACQDHAQkAJwAJACcBCQCnAAkApwEJAGcACQBnAQkA5wAJAOcBCQAXAAkAFwEJAJcACQCXAQkAVwAJAFcBCQDXAAkA1wEJADcACQA3AQkAtwAJALcBCQB3AAkAdwEJAPcACQD3AQkADwAJAA8BCQCPAAkAjwEJAE8ACQBPAQkAzwAJAM8BCQAvAAkALwEJAK8ACQCvAQkAbwAJAG8BCQDvAAkA7wEJAB8ACQAfAQkAnwAJAJ8BCQBfAAkAXwEJAN8ACQDfAQkAPwAJAD8BCQC/AAkA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SXMgYSBkaXJlY3RvcnkAVGV4dCBmaWxlIGJ1c3kARXhlYyBmb3JtYXQgZXJyb3IASW52YWxpZCBhcmd1bWVudABBcmd1bWVudCBsaXN0IHRvbyBsb25nAFN5bWJvbGljIGxpbmsgbG9vcABGaWxlbmFtZSB0b28gbG9uZwBUb28gbWFueSBvcGVuIGZpbGVzIGluIHN5c3RlbQBObyBmaWxlIGRlc2NyaXB0b3JzIGF2YWlsYWJsZQBCYWQgZmlsZSBkZXNjcmlwdG9yAE5vIGNoaWxkIHByb2Nlc3MAQmFkIGFkZHJlc3MARmlsZSB0b28gbGFyZ2UAVG9vIG1hbnkgbGlua3MATm8gbG9ja3MgYXZhaWxhYmxlAFJlc291cmNlIGRlYWRsb2NrIHdvdWxkIG9jY3VyAFN0YXRlIG5vdCByZWNvdmVyYWJsZQBQcmV2aW91cyBvd25lciBkaWVkAE9wZXJhdGlvbiBjYW5jZWxlZABGdW5jdGlvbiBub3QgaW1wbGVtZW50ZWQATm8gbWVzc2FnZSBvZiBkZXNpcmVkIHR5cGUASWRlbnRpZmllciByZW1vdmVkAERldmljZSBub3QgYSBzdHJlYW0ATm8gZGF0YSBhdmFpbGFibGUARGV2aWNlIHRpbWVvdXQAT3V0IG9mIHN0cmVhbXMgcmVzb3VyY2VzAExpbmsgaGFzIGJlZW4gc2V2ZXJlZABQcm90b2NvbCBlcnJvcgBCYWQgbWVzc2FnZQBGaWxlIGRlc2NyaXB0b3IgaW4gYmFkIHN0YXRlAE5vdCBhIHNvY2tldABEZXN0aW5hdGlvbiBhZGRyZXNzIHJlcXVpcmVkAE1lc3NhZ2UgdG9vIGxhcmdlAFByb3RvY29sIHdyb25nIHR5cGUgZm9yIHNvY2tldABQcm90b2NvbCBub3QgYXZhaWxhYmxlAFByb3RvY29sIG5vdCBzdXBwb3J0ZWQAU29ja2V0IHR5cGUgbm90IHN1cHBvcnRlZABOb3Qgc3VwcG9ydGVkAFByb3RvY29sIGZhbWlseSBub3Qgc3VwcG9ydGVkAEFkZHJlc3MgZmFtaWx5IG5vdCBzdXBwb3J0ZWQgYnkgcHJvdG9jb2wAQWRkcmVzcyBub3QgYXZhaWxhYmxlAE5ldHdvcmsgaXMgZG93bgBOZXR3b3JrIHVucmVhY2hhYmxlAENvbm5lY3Rpb24gcmVzZXQgYnkgbmV0d29yawBDb25uZWN0aW9uIGFib3J0ZWQATm8gYnVmZmVyIHNwYWNlIGF2YWlsYWJsZQBTb2NrZXQgaXMgY29ubmVjdGVkAFNvY2tldCBub3QgY29ubmVjdGVkAENhbm5vdCBzZW5kIGFmdGVyIHNvY2tldCBzaHV0ZG93bgBPcGVyYXRpb24gYWxyZWFkeSBpbiBwcm9ncmVzcwBPcGVyYXRpb24gaW4gcHJvZ3Jlc3MAU3RhbGUgZmlsZSBoYW5kbGUAUmVtb3RlIEkvTyBlcnJvcgBRdW90YSBleGNlZWRlZABObyBtZWRpdW0gZm91bmQAV3JvbmcgbWVkaXVtIHR5cGUATm8gZXJyb3IgaW5mb3JtYXRpb24AQcCAAQuFARMAAAAUAAAAFQAAABYAAAAXAAAAGAAAABkAAAAaAAAAGwAAABwAAAAdAAAAHgAAAB8AAAAgAAAAIQAAACIAAAAjAAAAgERQADEAAAAyAAAAMwAAADQAAAA1AAAANgAAADcAAAA4AAAAOQAAADIAAAAzAAAANAAAADUAAAA2AAAANwAAADgAQfSCAQsCXEQAQbCDAQsQ/////////////////////w=="; + if (!isDataURI(wasmBinaryFile)) { + wasmBinaryFile = locateFile(wasmBinaryFile); + } + function getBinary(file) { + try { + if (file == wasmBinaryFile && wasmBinary) { + return new Uint8Array(wasmBinary); + } + var binary = tryParseAsDataURI(file); + if (binary) { + return binary; + } + if (readBinary) { + return readBinary(file); + } else { + throw "sync fetching of the wasm failed: you can preload it to Module['wasmBinary'] manually, or emcc.py will do that for you when generating HTML (but not JS)"; + } + } catch (err2) { + abort(err2); + } + } + function instantiateSync(file, info) { + var instance; + var module2; + var binary; + try { + binary = getBinary(file); + module2 = new WebAssembly.Module(binary); + instance = new WebAssembly.Instance(module2, info); + } catch (e) { + var str = e.toString(); + err("failed to compile wasm module: " + str); + if (str.includes("imported Memory") || str.includes("memory import")) { + err( + "Memory size incompatibility issues may be due to changing INITIAL_MEMORY at runtime to something too large. Use ALLOW_MEMORY_GROWTH to allow any size memory (and also make sure not to set INITIAL_MEMORY at runtime to something smaller than it was at compile time)." + ); + } + throw e; + } + return [instance, module2]; + } + function createWasm() { + var info = { a: asmLibraryArg }; + function receiveInstance(instance, module2) { + var exports3 = instance.exports; + Module["asm"] = exports3; + wasmMemory = Module["asm"]["g"]; + updateGlobalBufferAndViews(wasmMemory.buffer); + wasmTable = Module["asm"]["W"]; + addOnInit(Module["asm"]["h"]); + removeRunDependency(); + } + addRunDependency(); + if (Module["instantiateWasm"]) { + try { + var exports2 = Module["instantiateWasm"](info, receiveInstance); + return exports2; + } catch (e) { + err("Module.instantiateWasm callback failed with error: " + e); + return false; + } + } + var result = instantiateSync(wasmBinaryFile, info); + receiveInstance(result[0]); + return Module["asm"]; + } + function LE_HEAP_LOAD_F32(byteOffset) { + return HEAP_DATA_VIEW.getFloat32(byteOffset, true); + } + function LE_HEAP_LOAD_F64(byteOffset) { + return HEAP_DATA_VIEW.getFloat64(byteOffset, true); + } + function LE_HEAP_LOAD_I16(byteOffset) { + return HEAP_DATA_VIEW.getInt16(byteOffset, true); + } + function LE_HEAP_LOAD_I32(byteOffset) { + return HEAP_DATA_VIEW.getInt32(byteOffset, true); + } + function LE_HEAP_STORE_I32(byteOffset, value) { + HEAP_DATA_VIEW.setInt32(byteOffset, value, true); + } + function callRuntimeCallbacks(callbacks) { + while (callbacks.length > 0) { + var callback = callbacks.shift(); + if (typeof callback == "function") { + callback(Module); + continue; + } + var func = callback.func; + if (typeof func === "number") { + if (callback.arg === void 0) { + wasmTable.get(func)(); + } else { + wasmTable.get(func)(callback.arg); + } + } else { + func(callback.arg === void 0 ? null : callback.arg); + } + } + } + function _gmtime_r(time, tmPtr) { + var date = new Date(LE_HEAP_LOAD_I32((time >> 2) * 4) * 1e3); + LE_HEAP_STORE_I32((tmPtr >> 2) * 4, date.getUTCSeconds()); + LE_HEAP_STORE_I32((tmPtr + 4 >> 2) * 4, date.getUTCMinutes()); + LE_HEAP_STORE_I32((tmPtr + 8 >> 2) * 4, date.getUTCHours()); + LE_HEAP_STORE_I32((tmPtr + 12 >> 2) * 4, date.getUTCDate()); + LE_HEAP_STORE_I32((tmPtr + 16 >> 2) * 4, date.getUTCMonth()); + LE_HEAP_STORE_I32((tmPtr + 20 >> 2) * 4, date.getUTCFullYear() - 1900); + LE_HEAP_STORE_I32((tmPtr + 24 >> 2) * 4, date.getUTCDay()); + LE_HEAP_STORE_I32((tmPtr + 36 >> 2) * 4, 0); + LE_HEAP_STORE_I32((tmPtr + 32 >> 2) * 4, 0); + var start = Date.UTC(date.getUTCFullYear(), 0, 1, 0, 0, 0, 0); + var yday = (date.getTime() - start) / (1e3 * 60 * 60 * 24) | 0; + LE_HEAP_STORE_I32((tmPtr + 28 >> 2) * 4, yday); + if (!_gmtime_r.GMTString) _gmtime_r.GMTString = allocateUTF8("GMT"); + LE_HEAP_STORE_I32((tmPtr + 40 >> 2) * 4, _gmtime_r.GMTString); + return tmPtr; + } + function ___gmtime_r(a0, a1) { + return _gmtime_r(a0, a1); + } + function _emscripten_memcpy_big(dest, src, num) { + HEAPU8.copyWithin(dest, src, src + num); + } + function emscripten_realloc_buffer(size) { + try { + wasmMemory.grow(size - buffer.byteLength + 65535 >>> 16); + updateGlobalBufferAndViews(wasmMemory.buffer); + return 1; + } catch (e) { + } + } + function _emscripten_resize_heap(requestedSize) { + var oldSize = HEAPU8.length; + requestedSize = requestedSize >>> 0; + var maxHeapSize = 2147483648; + if (requestedSize > maxHeapSize) { + return false; + } + for (var cutDown = 1; cutDown <= 4; cutDown *= 2) { + var overGrownHeapSize = oldSize * (1 + 0.2 / cutDown); + overGrownHeapSize = Math.min( + overGrownHeapSize, + requestedSize + 100663296 + ); + var newSize = Math.min( + maxHeapSize, + alignUp(Math.max(requestedSize, overGrownHeapSize), 65536) + ); + var replacement = emscripten_realloc_buffer(newSize); + if (replacement) { + return true; + } + } + return false; + } + function _setTempRet0(val) { + } + function _time(ptr) { + var ret = Date.now() / 1e3 | 0; + if (ptr) { + LE_HEAP_STORE_I32((ptr >> 2) * 4, ret); + } + return ret; + } + function _tzset() { + if (_tzset.called) return; + _tzset.called = true; + var currentYear = (/* @__PURE__ */ new Date()).getFullYear(); + var winter = new Date(currentYear, 0, 1); + var summer = new Date(currentYear, 6, 1); + var winterOffset = winter.getTimezoneOffset(); + var summerOffset = summer.getTimezoneOffset(); + var stdTimezoneOffset = Math.max(winterOffset, summerOffset); + LE_HEAP_STORE_I32((__get_timezone() >> 2) * 4, stdTimezoneOffset * 60); + LE_HEAP_STORE_I32( + (__get_daylight() >> 2) * 4, + Number(winterOffset != summerOffset) + ); + function extractZone(date) { + var match = date.toTimeString().match(/\(([A-Za-z ]+)\)$/); + return match ? match[1] : "GMT"; + } + var winterName = extractZone(winter); + var summerName = extractZone(summer); + var winterNamePtr = allocateUTF8(winterName); + var summerNamePtr = allocateUTF8(summerName); + if (summerOffset < winterOffset) { + LE_HEAP_STORE_I32((__get_tzname() >> 2) * 4, winterNamePtr); + LE_HEAP_STORE_I32((__get_tzname() + 4 >> 2) * 4, summerNamePtr); + } else { + LE_HEAP_STORE_I32((__get_tzname() >> 2) * 4, summerNamePtr); + LE_HEAP_STORE_I32((__get_tzname() + 4 >> 2) * 4, winterNamePtr); + } + } + function _timegm(tmPtr) { + _tzset(); + var time = Date.UTC( + LE_HEAP_LOAD_I32((tmPtr + 20 >> 2) * 4) + 1900, + LE_HEAP_LOAD_I32((tmPtr + 16 >> 2) * 4), + LE_HEAP_LOAD_I32((tmPtr + 12 >> 2) * 4), + LE_HEAP_LOAD_I32((tmPtr + 8 >> 2) * 4), + LE_HEAP_LOAD_I32((tmPtr + 4 >> 2) * 4), + LE_HEAP_LOAD_I32((tmPtr >> 2) * 4), + 0 + ); + var date = new Date(time); + LE_HEAP_STORE_I32((tmPtr + 24 >> 2) * 4, date.getUTCDay()); + var start = Date.UTC(date.getUTCFullYear(), 0, 1, 0, 0, 0, 0); + var yday = (date.getTime() - start) / (1e3 * 60 * 60 * 24) | 0; + LE_HEAP_STORE_I32((tmPtr + 28 >> 2) * 4, yday); + return date.getTime() / 1e3 | 0; + } + function intArrayFromBase64(s) { + { + var buf; + try { + buf = Buffer.from(s, "base64"); + } catch (_) { + buf = new Buffer(s, "base64"); + } + return new Uint8Array( + buf["buffer"], + buf["byteOffset"], + buf["byteLength"] + ); + } + } + function tryParseAsDataURI(filename) { + if (!isDataURI(filename)) { + return; + } + return intArrayFromBase64(filename.slice(dataURIPrefix.length)); + } + var asmLibraryArg = { + e: ___gmtime_r, + c: _emscripten_memcpy_big, + d: _emscripten_resize_heap, + a: _setTempRet0, + b: _time, + f: _timegm + }; + var asm = createWasm(); + Module["___wasm_call_ctors"] = asm["h"]; + Module["_zip_ext_count_symlinks"] = asm["i"]; + Module["_zip_file_get_external_attributes"] = asm["j"]; + Module["_zipstruct_statS"] = asm["k"]; + Module["_zipstruct_stat_size"] = asm["l"]; + Module["_zipstruct_stat_mtime"] = asm["m"]; + Module["_zipstruct_stat_crc"] = asm["n"]; + Module["_zipstruct_errorS"] = asm["o"]; + Module["_zipstruct_error_code_zip"] = asm["p"]; + Module["_zipstruct_stat_comp_size"] = asm["q"]; + Module["_zipstruct_stat_comp_method"] = asm["r"]; + Module["_zip_close"] = asm["s"]; + Module["_zip_delete"] = asm["t"]; + Module["_zip_dir_add"] = asm["u"]; + Module["_zip_discard"] = asm["v"]; + Module["_zip_error_init_with_code"] = asm["w"]; + Module["_zip_get_error"] = asm["x"]; + Module["_zip_file_get_error"] = asm["y"]; + Module["_zip_error_strerror"] = asm["z"]; + Module["_zip_fclose"] = asm["A"]; + Module["_zip_file_add"] = asm["B"]; + Module["_free"] = asm["C"]; + var _malloc = Module["_malloc"] = asm["D"]; + Module["_zip_source_error"] = asm["E"]; + Module["_zip_source_seek"] = asm["F"]; + Module["_zip_file_set_external_attributes"] = asm["G"]; + Module["_zip_file_set_mtime"] = asm["H"]; + Module["_zip_fopen_index"] = asm["I"]; + Module["_zip_fread"] = asm["J"]; + Module["_zip_get_name"] = asm["K"]; + Module["_zip_get_num_entries"] = asm["L"]; + Module["_zip_source_read"] = asm["M"]; + Module["_zip_name_locate"] = asm["N"]; + Module["_zip_open_from_source"] = asm["O"]; + Module["_zip_set_file_compression"] = asm["P"]; + Module["_zip_source_buffer"] = asm["Q"]; + Module["_zip_source_buffer_create"] = asm["R"]; + Module["_zip_source_close"] = asm["S"]; + Module["_zip_source_free"] = asm["T"]; + Module["_zip_source_keep"] = asm["U"]; + Module["_zip_source_open"] = asm["V"]; + Module["_zip_source_tell"] = asm["X"]; + Module["_zip_stat_index"] = asm["Y"]; + var __get_tzname = Module["__get_tzname"] = asm["Z"]; + var __get_daylight = Module["__get_daylight"] = asm["_"]; + var __get_timezone = Module["__get_timezone"] = asm["$"]; + var stackSave = Module["stackSave"] = asm["aa"]; + var stackRestore = Module["stackRestore"] = asm["ba"]; + var stackAlloc = Module["stackAlloc"] = asm["ca"]; + Module["cwrap"] = cwrap; + Module["getValue"] = getValue; + var calledRun; + dependenciesFulfilled = function runCaller() { + if (!calledRun) run(); + if (!calledRun) dependenciesFulfilled = runCaller; + }; + function run(args) { + if (runDependencies > 0) { + return; + } + preRun(); + if (runDependencies > 0) { + return; + } + function doRun() { + if (calledRun) return; + calledRun = true; + Module["calledRun"] = true; + if (ABORT) return; + initRuntime(); + readyPromiseResolve(Module); + if (Module["onRuntimeInitialized"]) Module["onRuntimeInitialized"](); + postRun(); + } + if (Module["setStatus"]) { + Module["setStatus"]("Running..."); + setTimeout(function() { + setTimeout(function() { + Module["setStatus"](""); + }, 1); + doRun(); + }, 1); + } else { + doRun(); + } + } + Module["run"] = run; + if (Module["preInit"]) { + if (typeof Module["preInit"] == "function") + Module["preInit"] = [Module["preInit"]]; + while (Module["preInit"].length > 0) { + Module["preInit"].pop()(); + } + } + run(); + return createModule2; + }; +}(); +module.exports = createModule; +}(libzipSync)); + +const createModule = libzipSync.exports; + +const number64 = [ + `number`, + // low + `number` + // high +]; +var Errors = /* @__PURE__ */ ((Errors2) => { + Errors2[Errors2["ZIP_ER_OK"] = 0] = "ZIP_ER_OK"; + Errors2[Errors2["ZIP_ER_MULTIDISK"] = 1] = "ZIP_ER_MULTIDISK"; + Errors2[Errors2["ZIP_ER_RENAME"] = 2] = "ZIP_ER_RENAME"; + Errors2[Errors2["ZIP_ER_CLOSE"] = 3] = "ZIP_ER_CLOSE"; + Errors2[Errors2["ZIP_ER_SEEK"] = 4] = "ZIP_ER_SEEK"; + Errors2[Errors2["ZIP_ER_READ"] = 5] = "ZIP_ER_READ"; + Errors2[Errors2["ZIP_ER_WRITE"] = 6] = "ZIP_ER_WRITE"; + Errors2[Errors2["ZIP_ER_CRC"] = 7] = "ZIP_ER_CRC"; + Errors2[Errors2["ZIP_ER_ZIPCLOSED"] = 8] = "ZIP_ER_ZIPCLOSED"; + Errors2[Errors2["ZIP_ER_NOENT"] = 9] = "ZIP_ER_NOENT"; + Errors2[Errors2["ZIP_ER_EXISTS"] = 10] = "ZIP_ER_EXISTS"; + Errors2[Errors2["ZIP_ER_OPEN"] = 11] = "ZIP_ER_OPEN"; + Errors2[Errors2["ZIP_ER_TMPOPEN"] = 12] = "ZIP_ER_TMPOPEN"; + Errors2[Errors2["ZIP_ER_ZLIB"] = 13] = "ZIP_ER_ZLIB"; + Errors2[Errors2["ZIP_ER_MEMORY"] = 14] = "ZIP_ER_MEMORY"; + Errors2[Errors2["ZIP_ER_CHANGED"] = 15] = "ZIP_ER_CHANGED"; + Errors2[Errors2["ZIP_ER_COMPNOTSUPP"] = 16] = "ZIP_ER_COMPNOTSUPP"; + Errors2[Errors2["ZIP_ER_EOF"] = 17] = "ZIP_ER_EOF"; + Errors2[Errors2["ZIP_ER_INVAL"] = 18] = "ZIP_ER_INVAL"; + Errors2[Errors2["ZIP_ER_NOZIP"] = 19] = "ZIP_ER_NOZIP"; + Errors2[Errors2["ZIP_ER_INTERNAL"] = 20] = "ZIP_ER_INTERNAL"; + Errors2[Errors2["ZIP_ER_INCONS"] = 21] = "ZIP_ER_INCONS"; + Errors2[Errors2["ZIP_ER_REMOVE"] = 22] = "ZIP_ER_REMOVE"; + Errors2[Errors2["ZIP_ER_DELETED"] = 23] = "ZIP_ER_DELETED"; + Errors2[Errors2["ZIP_ER_ENCRNOTSUPP"] = 24] = "ZIP_ER_ENCRNOTSUPP"; + Errors2[Errors2["ZIP_ER_RDONLY"] = 25] = "ZIP_ER_RDONLY"; + Errors2[Errors2["ZIP_ER_NOPASSWD"] = 26] = "ZIP_ER_NOPASSWD"; + Errors2[Errors2["ZIP_ER_WRONGPASSWD"] = 27] = "ZIP_ER_WRONGPASSWD"; + Errors2[Errors2["ZIP_ER_OPNOTSUPP"] = 28] = "ZIP_ER_OPNOTSUPP"; + Errors2[Errors2["ZIP_ER_INUSE"] = 29] = "ZIP_ER_INUSE"; + Errors2[Errors2["ZIP_ER_TELL"] = 30] = "ZIP_ER_TELL"; + Errors2[Errors2["ZIP_ER_COMPRESSED_DATA"] = 31] = "ZIP_ER_COMPRESSED_DATA"; + return Errors2; +})(Errors || {}); +const makeInterface = (emZip) => ({ + // Those are getters because they can change after memory growth + get HEAPU8() { + return emZip.HEAPU8; + }, + errors: Errors, + SEEK_SET: 0, + SEEK_CUR: 1, + SEEK_END: 2, + ZIP_CHECKCONS: 4, + ZIP_EXCL: 2, + ZIP_RDONLY: 16, + ZIP_FL_OVERWRITE: 8192, + ZIP_FL_COMPRESSED: 4, + ZIP_OPSYS_DOS: 0, + ZIP_OPSYS_AMIGA: 1, + ZIP_OPSYS_OPENVMS: 2, + ZIP_OPSYS_UNIX: 3, + ZIP_OPSYS_VM_CMS: 4, + ZIP_OPSYS_ATARI_ST: 5, + ZIP_OPSYS_OS_2: 6, + ZIP_OPSYS_MACINTOSH: 7, + ZIP_OPSYS_Z_SYSTEM: 8, + ZIP_OPSYS_CPM: 9, + ZIP_OPSYS_WINDOWS_NTFS: 10, + ZIP_OPSYS_MVS: 11, + ZIP_OPSYS_VSE: 12, + ZIP_OPSYS_ACORN_RISC: 13, + ZIP_OPSYS_VFAT: 14, + ZIP_OPSYS_ALTERNATE_MVS: 15, + ZIP_OPSYS_BEOS: 16, + ZIP_OPSYS_TANDEM: 17, + ZIP_OPSYS_OS_400: 18, + ZIP_OPSYS_OS_X: 19, + ZIP_CM_DEFAULT: -1, + ZIP_CM_STORE: 0, + ZIP_CM_DEFLATE: 8, + uint08S: emZip._malloc(1), + uint32S: emZip._malloc(4), + malloc: emZip._malloc, + free: emZip._free, + getValue: emZip.getValue, + openFromSource: emZip.cwrap(`zip_open_from_source`, `number`, [`number`, `number`, `number`]), + close: emZip.cwrap(`zip_close`, `number`, [`number`]), + discard: emZip.cwrap(`zip_discard`, null, [`number`]), + getError: emZip.cwrap(`zip_get_error`, `number`, [`number`]), + getName: emZip.cwrap(`zip_get_name`, `string`, [`number`, `number`, `number`]), + getNumEntries: emZip.cwrap(`zip_get_num_entries`, `number`, [`number`, `number`]), + delete: emZip.cwrap(`zip_delete`, `number`, [`number`, `number`]), + statIndex: emZip.cwrap(`zip_stat_index`, `number`, [`number`, ...number64, `number`, `number`]), + fopenIndex: emZip.cwrap(`zip_fopen_index`, `number`, [`number`, ...number64, `number`]), + fread: emZip.cwrap(`zip_fread`, `number`, [`number`, `number`, `number`, `number`]), + fclose: emZip.cwrap(`zip_fclose`, `number`, [`number`]), + dir: { + add: emZip.cwrap(`zip_dir_add`, `number`, [`number`, `string`]) + }, + file: { + add: emZip.cwrap(`zip_file_add`, `number`, [`number`, `string`, `number`, `number`]), + getError: emZip.cwrap(`zip_file_get_error`, `number`, [`number`]), + getExternalAttributes: emZip.cwrap(`zip_file_get_external_attributes`, `number`, [`number`, ...number64, `number`, `number`, `number`]), + setExternalAttributes: emZip.cwrap(`zip_file_set_external_attributes`, `number`, [`number`, ...number64, `number`, `number`, `number`]), + setMtime: emZip.cwrap(`zip_file_set_mtime`, `number`, [`number`, ...number64, `number`, `number`]), + setCompression: emZip.cwrap(`zip_set_file_compression`, `number`, [`number`, ...number64, `number`, `number`]) + }, + ext: { + countSymlinks: emZip.cwrap(`zip_ext_count_symlinks`, `number`, [`number`]) + }, + error: { + initWithCode: emZip.cwrap(`zip_error_init_with_code`, null, [`number`, `number`]), + strerror: emZip.cwrap(`zip_error_strerror`, `string`, [`number`]) + }, + name: { + locate: emZip.cwrap(`zip_name_locate`, `number`, [`number`, `string`, `number`]) + }, + source: { + fromUnattachedBuffer: emZip.cwrap(`zip_source_buffer_create`, `number`, [`number`, ...number64, `number`, `number`]), + fromBuffer: emZip.cwrap(`zip_source_buffer`, `number`, [`number`, `number`, ...number64, `number`]), + free: emZip.cwrap(`zip_source_free`, null, [`number`]), + keep: emZip.cwrap(`zip_source_keep`, null, [`number`]), + open: emZip.cwrap(`zip_source_open`, `number`, [`number`]), + close: emZip.cwrap(`zip_source_close`, `number`, [`number`]), + seek: emZip.cwrap(`zip_source_seek`, `number`, [`number`, ...number64, `number`]), + tell: emZip.cwrap(`zip_source_tell`, `number`, [`number`]), + read: emZip.cwrap(`zip_source_read`, `number`, [`number`, `number`, `number`]), + error: emZip.cwrap(`zip_source_error`, `number`, [`number`]) + }, + struct: { + statS: emZip.cwrap(`zipstruct_statS`, `number`, []), + statSize: emZip.cwrap(`zipstruct_stat_size`, `number`, [`number`]), + statCompSize: emZip.cwrap(`zipstruct_stat_comp_size`, `number`, [`number`]), + statCompMethod: emZip.cwrap(`zipstruct_stat_comp_method`, `number`, [`number`]), + statMtime: emZip.cwrap(`zipstruct_stat_mtime`, `number`, [`number`]), + statCrc: emZip.cwrap(`zipstruct_stat_crc`, `number`, [`number`]), + errorS: emZip.cwrap(`zipstruct_errorS`, `number`, []), + errorCodeZip: emZip.cwrap(`zipstruct_error_code_zip`, `number`, [`number`]) + } +}); + +function getArchivePart(path, extension) { + let idx = path.indexOf(extension); + if (idx <= 0) + return null; + let nextCharIdx = idx; + while (idx >= 0) { + nextCharIdx = idx + extension.length; + if (path[nextCharIdx] === ppath.sep) + break; + if (path[idx - 1] === ppath.sep) + return null; + idx = path.indexOf(extension, nextCharIdx); + } + if (path.length > nextCharIdx && path[nextCharIdx] !== ppath.sep) + return null; + return path.slice(0, nextCharIdx); +} +class ZipOpenFS extends MountFS { + static async openPromise(fn, opts) { + const zipOpenFs = new ZipOpenFS(opts); + try { + return await fn(zipOpenFs); + } finally { + zipOpenFs.saveAndClose(); + } + } + constructor(opts = {}) { + const fileExtensions = opts.fileExtensions; + const readOnlyArchives = opts.readOnlyArchives; + const getMountPoint = typeof fileExtensions === `undefined` ? (path) => getArchivePart(path, `.zip`) : (path) => { + for (const extension of fileExtensions) { + const result = getArchivePart(path, extension); + if (result) { + return result; + } + } + return null; + }; + const factorySync = (baseFs, p) => { + return new ZipFS(p, { + baseFs, + readOnly: readOnlyArchives, + stats: baseFs.statSync(p) + }); + }; + const factoryPromise = async (baseFs, p) => { + const zipOptions = { + baseFs, + readOnly: readOnlyArchives, + stats: await baseFs.statPromise(p) + }; + return () => { + return new ZipFS(p, zipOptions); + }; + }; + super({ + ...opts, + factorySync, + factoryPromise, + getMountPoint + }); + } +} + +const DEFAULT_COMPRESSION_LEVEL = `mixed`; +function toUnixTimestamp(time) { + if (typeof time === `string` && String(+time) === time) + return +time; + if (typeof time === `number` && Number.isFinite(time)) { + if (time < 0) { + return Date.now() / 1e3; + } else { + return time; + } + } + if (nodeUtils.types.isDate(time)) + return time.getTime() / 1e3; + throw new Error(`Invalid time`); +} +function makeEmptyArchive() { + return Buffer.from([ + 80, + 75, + 5, + 6, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ]); +} +class LibzipError extends Error { + code; + constructor(message, code) { + super(message); + this.name = `Libzip Error`; + this.code = code; + } +} +class ZipFS extends BasePortableFakeFS { + libzip; + baseFs; + path; + stats; + zip; + lzSource; + level; + listings = /* @__PURE__ */ new Map(); + entries = /* @__PURE__ */ new Map(); + /** + * A cache of indices mapped to file sources. + * Populated by `setFileSource` calls. + * Required for supporting read after write. + */ + fileSources = /* @__PURE__ */ new Map(); + symlinkCount; + fds = /* @__PURE__ */ new Map(); + nextFd = 0; + ready = false; + readOnly = false; + constructor(source, opts = {}) { + super(); + const pathOptions = opts; + this.level = typeof pathOptions.level !== `undefined` ? pathOptions.level : DEFAULT_COMPRESSION_LEVEL; + source ??= makeEmptyArchive(); + if (typeof source === `string`) { + const { baseFs = new NodeFS() } = pathOptions; + this.baseFs = baseFs; + this.path = source; + } else { + this.path = null; + this.baseFs = null; + } + if (opts.stats) { + this.stats = opts.stats; + } else { + if (typeof source === `string`) { + try { + this.stats = this.baseFs.statSync(source); + } catch (error) { + if (error.code === `ENOENT` && pathOptions.create) { + this.stats = makeDefaultStats(); + } else { + throw error; + } + } + } else { + this.stats = makeDefaultStats(); + } + } + this.libzip = getInstance(); + const errPtr = this.libzip.malloc(4); + try { + let flags = 0; + if (opts.readOnly) { + flags |= this.libzip.ZIP_RDONLY; + this.readOnly = true; + } + if (typeof source === `string`) + source = pathOptions.create ? makeEmptyArchive() : this.baseFs.readFileSync(source); + const lzSource = this.allocateUnattachedSource(source); + try { + this.zip = this.libzip.openFromSource(lzSource, flags, errPtr); + this.lzSource = lzSource; + } catch (error) { + this.libzip.source.free(lzSource); + throw error; + } + if (this.zip === 0) { + const error = this.libzip.struct.errorS(); + this.libzip.error.initWithCode(error, this.libzip.getValue(errPtr, `i32`)); + throw this.makeLibzipError(error); + } + } finally { + this.libzip.free(errPtr); + } + this.listings.set(PortablePath.root, /* @__PURE__ */ new Set()); + const entryCount = this.libzip.getNumEntries(this.zip, 0); + for (let t = 0; t < entryCount; ++t) { + const raw = this.libzip.getName(this.zip, t, 0); + if (ppath.isAbsolute(raw)) + continue; + const p = ppath.resolve(PortablePath.root, raw); + this.registerEntry(p, t); + if (raw.endsWith(`/`)) { + this.registerListing(p); + } + } + this.symlinkCount = this.libzip.ext.countSymlinks(this.zip); + if (this.symlinkCount === -1) + throw this.makeLibzipError(this.libzip.getError(this.zip)); + this.ready = true; + } + makeLibzipError(error) { + const errorCode = this.libzip.struct.errorCodeZip(error); + const strerror = this.libzip.error.strerror(error); + const libzipError = new LibzipError(strerror, this.libzip.errors[errorCode]); + if (errorCode === this.libzip.errors.ZIP_ER_CHANGED) + throw new Error(`Assertion failed: Unexpected libzip error: ${libzipError.message}`); + return libzipError; + } + getExtractHint(hints) { + for (const fileName of this.entries.keys()) { + const ext = this.pathUtils.extname(fileName); + if (hints.relevantExtensions.has(ext)) { + return true; + } + } + return false; + } + getAllFiles() { + return Array.from(this.entries.keys()); + } + getRealPath() { + if (!this.path) + throw new Error(`ZipFS don't have real paths when loaded from a buffer`); + return this.path; + } + prepareClose() { + if (!this.ready) + throw EBUSY(`archive closed, close`); + unwatchAllFiles(this); + } + getBufferAndClose() { + this.prepareClose(); + if (this.entries.size === 0) { + this.discardAndClose(); + return makeEmptyArchive(); + } + try { + this.libzip.source.keep(this.lzSource); + if (this.libzip.close(this.zip) === -1) + throw this.makeLibzipError(this.libzip.getError(this.zip)); + if (this.libzip.source.open(this.lzSource) === -1) + throw this.makeLibzipError(this.libzip.source.error(this.lzSource)); + if (this.libzip.source.seek(this.lzSource, 0, 0, this.libzip.SEEK_END) === -1) + throw this.makeLibzipError(this.libzip.source.error(this.lzSource)); + const size = this.libzip.source.tell(this.lzSource); + if (size === -1) + throw this.makeLibzipError(this.libzip.source.error(this.lzSource)); + if (this.libzip.source.seek(this.lzSource, 0, 0, this.libzip.SEEK_SET) === -1) + throw this.makeLibzipError(this.libzip.source.error(this.lzSource)); + const buffer = this.libzip.malloc(size); + if (!buffer) + throw new Error(`Couldn't allocate enough memory`); + try { + const rc = this.libzip.source.read(this.lzSource, buffer, size); + if (rc === -1) + throw this.makeLibzipError(this.libzip.source.error(this.lzSource)); + else if (rc < size) + throw new Error(`Incomplete read`); + else if (rc > size) + throw new Error(`Overread`); + let result = Buffer.from(this.libzip.HEAPU8.subarray(buffer, buffer + size)); + if (process.env.YARN_IS_TEST_ENV && process.env.YARN_ZIP_DATA_EPILOGUE) + result = Buffer.concat([result, Buffer.from(process.env.YARN_ZIP_DATA_EPILOGUE)]); + return result; + } finally { + this.libzip.free(buffer); + } + } finally { + this.libzip.source.close(this.lzSource); + this.libzip.source.free(this.lzSource); + this.ready = false; + } + } + discardAndClose() { + this.prepareClose(); + this.libzip.discard(this.zip); + this.ready = false; + } + saveAndClose() { + if (!this.path || !this.baseFs) + throw new Error(`ZipFS cannot be saved and must be discarded when loaded from a buffer`); + if (this.readOnly) { + this.discardAndClose(); + return; + } + const newMode = this.baseFs.existsSync(this.path) || this.stats.mode === DEFAULT_MODE ? void 0 : this.stats.mode; + this.baseFs.writeFileSync(this.path, this.getBufferAndClose(), { mode: newMode }); + this.ready = false; + } + resolve(p) { + return ppath.resolve(PortablePath.root, p); + } + async openPromise(p, flags, mode) { + return this.openSync(p, flags, mode); + } + openSync(p, flags, mode) { + const fd = this.nextFd++; + this.fds.set(fd, { cursor: 0, p }); + return fd; + } + hasOpenFileHandles() { + return !!this.fds.size; + } + async opendirPromise(p, opts) { + return this.opendirSync(p, opts); + } + opendirSync(p, opts = {}) { + const resolvedP = this.resolveFilename(`opendir '${p}'`, p); + if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) + throw ENOENT(`opendir '${p}'`); + const directoryListing = this.listings.get(resolvedP); + if (!directoryListing) + throw ENOTDIR(`opendir '${p}'`); + const entries = [...directoryListing]; + const fd = this.openSync(resolvedP, `r`); + const onClose = () => { + this.closeSync(fd); + }; + return opendir(this, resolvedP, entries, { onClose }); + } + async readPromise(fd, buffer, offset, length, position) { + return this.readSync(fd, buffer, offset, length, position); + } + readSync(fd, buffer, offset = 0, length = buffer.byteLength, position = -1) { + const entry = this.fds.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`read`); + const realPosition = position === -1 || position === null ? entry.cursor : position; + const source = this.readFileSync(entry.p); + source.copy(buffer, offset, realPosition, realPosition + length); + const bytesRead = Math.max(0, Math.min(source.length - realPosition, length)); + if (position === -1 || position === null) + entry.cursor += bytesRead; + return bytesRead; + } + async writePromise(fd, buffer, offset, length, position) { + if (typeof buffer === `string`) { + return this.writeSync(fd, buffer, position); + } else { + return this.writeSync(fd, buffer, offset, length, position); + } + } + writeSync(fd, buffer, offset, length, position) { + const entry = this.fds.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`read`); + throw new Error(`Unimplemented`); + } + async closePromise(fd) { + return this.closeSync(fd); + } + closeSync(fd) { + const entry = this.fds.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`read`); + this.fds.delete(fd); + } + createReadStream(p, { encoding } = {}) { + if (p === null) + throw new Error(`Unimplemented`); + const fd = this.openSync(p, `r`); + const stream$1 = Object.assign( + new stream.PassThrough({ + emitClose: true, + autoDestroy: true, + destroy: (error, callback) => { + clearImmediate(immediate); + this.closeSync(fd); + callback(error); + } + }), + { + close() { + stream$1.destroy(); + }, + bytesRead: 0, + path: p, + // "This property is `true` if the underlying file has not been opened yet" + pending: false + } + ); + const immediate = setImmediate(async () => { + try { + const data = await this.readFilePromise(p, encoding); + stream$1.bytesRead = data.length; + stream$1.end(data); + } catch (error) { + stream$1.destroy(error); + } + }); + return stream$1; + } + createWriteStream(p, { encoding } = {}) { + if (this.readOnly) + throw EROFS(`open '${p}'`); + if (p === null) + throw new Error(`Unimplemented`); + const chunks = []; + const fd = this.openSync(p, `w`); + const stream$1 = Object.assign( + new stream.PassThrough({ + autoDestroy: true, + emitClose: true, + destroy: (error, callback) => { + try { + if (error) { + callback(error); + } else { + this.writeFileSync(p, Buffer.concat(chunks), encoding); + callback(null); + } + } catch (err) { + callback(err); + } finally { + this.closeSync(fd); + } + } + }), + { + close() { + stream$1.destroy(); + }, + bytesWritten: 0, + path: p, + // "This property is `true` if the underlying file has not been opened yet" + pending: false + } + ); + stream$1.on(`data`, (chunk) => { + const chunkBuffer = Buffer.from(chunk); + stream$1.bytesWritten += chunkBuffer.length; + chunks.push(chunkBuffer); + }); + return stream$1; + } + async realpathPromise(p) { + return this.realpathSync(p); + } + realpathSync(p) { + const resolvedP = this.resolveFilename(`lstat '${p}'`, p); + if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) + throw ENOENT(`lstat '${p}'`); + return resolvedP; + } + async existsPromise(p) { + return this.existsSync(p); + } + existsSync(p) { + if (!this.ready) + throw EBUSY(`archive closed, existsSync '${p}'`); + if (this.symlinkCount === 0) { + const resolvedP2 = ppath.resolve(PortablePath.root, p); + return this.entries.has(resolvedP2) || this.listings.has(resolvedP2); + } + let resolvedP; + try { + resolvedP = this.resolveFilename(`stat '${p}'`, p, void 0, false); + } catch (error) { + return false; + } + if (resolvedP === void 0) + return false; + return this.entries.has(resolvedP) || this.listings.has(resolvedP); + } + async accessPromise(p, mode) { + return this.accessSync(p, mode); + } + accessSync(p, mode = fs.constants.F_OK) { + const resolvedP = this.resolveFilename(`access '${p}'`, p); + if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) + throw ENOENT(`access '${p}'`); + if (this.readOnly && mode & fs.constants.W_OK) { + throw EROFS(`access '${p}'`); + } + } + async statPromise(p, opts = { bigint: false }) { + if (opts.bigint) + return this.statSync(p, { bigint: true }); + return this.statSync(p); + } + statSync(p, opts = { bigint: false, throwIfNoEntry: true }) { + const resolvedP = this.resolveFilename(`stat '${p}'`, p, void 0, opts.throwIfNoEntry); + if (resolvedP === void 0) + return void 0; + if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) { + if (opts.throwIfNoEntry === false) + return void 0; + throw ENOENT(`stat '${p}'`); + } + if (p[p.length - 1] === `/` && !this.listings.has(resolvedP)) + throw ENOTDIR(`stat '${p}'`); + return this.statImpl(`stat '${p}'`, resolvedP, opts); + } + async fstatPromise(fd, opts) { + return this.fstatSync(fd, opts); + } + fstatSync(fd, opts) { + const entry = this.fds.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`fstatSync`); + const { p } = entry; + const resolvedP = this.resolveFilename(`stat '${p}'`, p); + if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) + throw ENOENT(`stat '${p}'`); + if (p[p.length - 1] === `/` && !this.listings.has(resolvedP)) + throw ENOTDIR(`stat '${p}'`); + return this.statImpl(`fstat '${p}'`, resolvedP, opts); + } + async lstatPromise(p, opts = { bigint: false }) { + if (opts.bigint) + return this.lstatSync(p, { bigint: true }); + return this.lstatSync(p); + } + lstatSync(p, opts = { bigint: false, throwIfNoEntry: true }) { + const resolvedP = this.resolveFilename(`lstat '${p}'`, p, false, opts.throwIfNoEntry); + if (resolvedP === void 0) + return void 0; + if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) { + if (opts.throwIfNoEntry === false) + return void 0; + throw ENOENT(`lstat '${p}'`); + } + if (p[p.length - 1] === `/` && !this.listings.has(resolvedP)) + throw ENOTDIR(`lstat '${p}'`); + return this.statImpl(`lstat '${p}'`, resolvedP, opts); + } + statImpl(reason, p, opts = {}) { + const entry = this.entries.get(p); + if (typeof entry !== `undefined`) { + const stat = this.libzip.struct.statS(); + const rc = this.libzip.statIndex(this.zip, entry, 0, 0, stat); + if (rc === -1) + throw this.makeLibzipError(this.libzip.getError(this.zip)); + const uid = this.stats.uid; + const gid = this.stats.gid; + const size = this.libzip.struct.statSize(stat) >>> 0; + const blksize = 512; + const blocks = Math.ceil(size / blksize); + const mtimeMs = (this.libzip.struct.statMtime(stat) >>> 0) * 1e3; + const atimeMs = mtimeMs; + const birthtimeMs = mtimeMs; + const ctimeMs = mtimeMs; + const atime = new Date(atimeMs); + const birthtime = new Date(birthtimeMs); + const ctime = new Date(ctimeMs); + const mtime = new Date(mtimeMs); + const type = this.listings.has(p) ? fs.constants.S_IFDIR : this.isSymbolicLink(entry) ? fs.constants.S_IFLNK : fs.constants.S_IFREG; + const defaultMode = type === fs.constants.S_IFDIR ? 493 : 420; + const mode = type | this.getUnixMode(entry, defaultMode) & 511; + const crc = this.libzip.struct.statCrc(stat); + const statInstance = Object.assign(new StatEntry(), { uid, gid, size, blksize, blocks, atime, birthtime, ctime, mtime, atimeMs, birthtimeMs, ctimeMs, mtimeMs, mode, crc }); + return opts.bigint === true ? convertToBigIntStats(statInstance) : statInstance; + } + if (this.listings.has(p)) { + const uid = this.stats.uid; + const gid = this.stats.gid; + const size = 0; + const blksize = 512; + const blocks = 0; + const atimeMs = this.stats.mtimeMs; + const birthtimeMs = this.stats.mtimeMs; + const ctimeMs = this.stats.mtimeMs; + const mtimeMs = this.stats.mtimeMs; + const atime = new Date(atimeMs); + const birthtime = new Date(birthtimeMs); + const ctime = new Date(ctimeMs); + const mtime = new Date(mtimeMs); + const mode = fs.constants.S_IFDIR | 493; + const crc = 0; + const statInstance = Object.assign(new StatEntry(), { uid, gid, size, blksize, blocks, atime, birthtime, ctime, mtime, atimeMs, birthtimeMs, ctimeMs, mtimeMs, mode, crc }); + return opts.bigint === true ? convertToBigIntStats(statInstance) : statInstance; + } + throw new Error(`Unreachable`); + } + getUnixMode(index, defaultMode) { + const rc = this.libzip.file.getExternalAttributes(this.zip, index, 0, 0, this.libzip.uint08S, this.libzip.uint32S); + if (rc === -1) + throw this.makeLibzipError(this.libzip.getError(this.zip)); + const opsys = this.libzip.getValue(this.libzip.uint08S, `i8`) >>> 0; + if (opsys !== this.libzip.ZIP_OPSYS_UNIX) + return defaultMode; + return this.libzip.getValue(this.libzip.uint32S, `i32`) >>> 16; + } + registerListing(p) { + const existingListing = this.listings.get(p); + if (existingListing) + return existingListing; + const parentListing = this.registerListing(ppath.dirname(p)); + parentListing.add(ppath.basename(p)); + const newListing = /* @__PURE__ */ new Set(); + this.listings.set(p, newListing); + return newListing; + } + registerEntry(p, index) { + const parentListing = this.registerListing(ppath.dirname(p)); + parentListing.add(ppath.basename(p)); + this.entries.set(p, index); + } + unregisterListing(p) { + this.listings.delete(p); + const parentListing = this.listings.get(ppath.dirname(p)); + parentListing?.delete(ppath.basename(p)); + } + unregisterEntry(p) { + this.unregisterListing(p); + const entry = this.entries.get(p); + this.entries.delete(p); + if (typeof entry === `undefined`) + return; + this.fileSources.delete(entry); + if (this.isSymbolicLink(entry)) { + this.symlinkCount--; + } + } + deleteEntry(p, index) { + this.unregisterEntry(p); + const rc = this.libzip.delete(this.zip, index); + if (rc === -1) { + throw this.makeLibzipError(this.libzip.getError(this.zip)); + } + } + resolveFilename(reason, p, resolveLastComponent = true, throwIfNoEntry = true) { + if (!this.ready) + throw EBUSY(`archive closed, ${reason}`); + let resolvedP = ppath.resolve(PortablePath.root, p); + if (resolvedP === `/`) + return PortablePath.root; + const fileIndex = this.entries.get(resolvedP); + if (resolveLastComponent && fileIndex !== void 0) { + if (this.symlinkCount !== 0 && this.isSymbolicLink(fileIndex)) { + const target = this.getFileSource(fileIndex).toString(); + return this.resolveFilename(reason, ppath.resolve(ppath.dirname(resolvedP), target), true, throwIfNoEntry); + } else { + return resolvedP; + } + } + while (true) { + const parentP = this.resolveFilename(reason, ppath.dirname(resolvedP), true, throwIfNoEntry); + if (parentP === void 0) + return parentP; + const isDir = this.listings.has(parentP); + const doesExist = this.entries.has(parentP); + if (!isDir && !doesExist) { + if (throwIfNoEntry === false) + return void 0; + throw ENOENT(reason); + } + if (!isDir) + throw ENOTDIR(reason); + resolvedP = ppath.resolve(parentP, ppath.basename(resolvedP)); + if (!resolveLastComponent || this.symlinkCount === 0) + break; + const index = this.libzip.name.locate(this.zip, resolvedP.slice(1), 0); + if (index === -1) + break; + if (this.isSymbolicLink(index)) { + const target = this.getFileSource(index).toString(); + resolvedP = ppath.resolve(ppath.dirname(resolvedP), target); + } else { + break; + } + } + return resolvedP; + } + allocateBuffer(content) { + if (!Buffer.isBuffer(content)) + content = Buffer.from(content); + const buffer = this.libzip.malloc(content.byteLength); + if (!buffer) + throw new Error(`Couldn't allocate enough memory`); + const heap = new Uint8Array(this.libzip.HEAPU8.buffer, buffer, content.byteLength); + heap.set(content); + return { buffer, byteLength: content.byteLength }; + } + allocateUnattachedSource(content) { + const error = this.libzip.struct.errorS(); + const { buffer, byteLength } = this.allocateBuffer(content); + const source = this.libzip.source.fromUnattachedBuffer(buffer, byteLength, 0, 1, error); + if (source === 0) { + this.libzip.free(error); + throw this.makeLibzipError(error); + } + return source; + } + allocateSource(content) { + const { buffer, byteLength } = this.allocateBuffer(content); + const source = this.libzip.source.fromBuffer(this.zip, buffer, byteLength, 0, 1); + if (source === 0) { + this.libzip.free(buffer); + throw this.makeLibzipError(this.libzip.getError(this.zip)); + } + return source; + } + setFileSource(p, content) { + const buffer = Buffer.isBuffer(content) ? content : Buffer.from(content); + const target = ppath.relative(PortablePath.root, p); + const lzSource = this.allocateSource(content); + try { + const newIndex = this.libzip.file.add(this.zip, target, lzSource, this.libzip.ZIP_FL_OVERWRITE); + if (newIndex === -1) + throw this.makeLibzipError(this.libzip.getError(this.zip)); + if (this.level !== `mixed`) { + const method = this.level === 0 ? this.libzip.ZIP_CM_STORE : this.libzip.ZIP_CM_DEFLATE; + const rc = this.libzip.file.setCompression(this.zip, newIndex, 0, method, this.level); + if (rc === -1) { + throw this.makeLibzipError(this.libzip.getError(this.zip)); + } + } + this.fileSources.set(newIndex, buffer); + return newIndex; + } catch (error) { + this.libzip.source.free(lzSource); + throw error; + } + } + isSymbolicLink(index) { + if (this.symlinkCount === 0) + return false; + const attrs = this.libzip.file.getExternalAttributes(this.zip, index, 0, 0, this.libzip.uint08S, this.libzip.uint32S); + if (attrs === -1) + throw this.makeLibzipError(this.libzip.getError(this.zip)); + const opsys = this.libzip.getValue(this.libzip.uint08S, `i8`) >>> 0; + if (opsys !== this.libzip.ZIP_OPSYS_UNIX) + return false; + const attributes = this.libzip.getValue(this.libzip.uint32S, `i32`) >>> 16; + return (attributes & fs.constants.S_IFMT) === fs.constants.S_IFLNK; + } + getFileSource(index, opts = { asyncDecompress: false }) { + const cachedFileSource = this.fileSources.get(index); + if (typeof cachedFileSource !== `undefined`) + return cachedFileSource; + const stat = this.libzip.struct.statS(); + const rc = this.libzip.statIndex(this.zip, index, 0, 0, stat); + if (rc === -1) + throw this.makeLibzipError(this.libzip.getError(this.zip)); + const size = this.libzip.struct.statCompSize(stat); + const compressionMethod = this.libzip.struct.statCompMethod(stat); + const buffer = this.libzip.malloc(size); + try { + const file = this.libzip.fopenIndex(this.zip, index, 0, this.libzip.ZIP_FL_COMPRESSED); + if (file === 0) + throw this.makeLibzipError(this.libzip.getError(this.zip)); + try { + const rc2 = this.libzip.fread(file, buffer, size, 0); + if (rc2 === -1) + throw this.makeLibzipError(this.libzip.file.getError(file)); + else if (rc2 < size) + throw new Error(`Incomplete read`); + else if (rc2 > size) + throw new Error(`Overread`); + const memory = this.libzip.HEAPU8.subarray(buffer, buffer + size); + const data = Buffer.from(memory); + if (compressionMethod === 0) { + this.fileSources.set(index, data); + return data; + } else if (opts.asyncDecompress) { + return new Promise((resolve, reject) => { + zlib__default.default.inflateRaw(data, (error, result) => { + if (error) { + reject(error); + } else { + this.fileSources.set(index, result); + resolve(result); + } + }); + }); + } else { + const decompressedData = zlib__default.default.inflateRawSync(data); + this.fileSources.set(index, decompressedData); + return decompressedData; + } + } finally { + this.libzip.fclose(file); + } + } finally { + this.libzip.free(buffer); + } + } + async fchmodPromise(fd, mask) { + return this.chmodPromise(this.fdToPath(fd, `fchmod`), mask); + } + fchmodSync(fd, mask) { + return this.chmodSync(this.fdToPath(fd, `fchmodSync`), mask); + } + async chmodPromise(p, mask) { + return this.chmodSync(p, mask); + } + chmodSync(p, mask) { + if (this.readOnly) + throw EROFS(`chmod '${p}'`); + mask &= 493; + const resolvedP = this.resolveFilename(`chmod '${p}'`, p, false); + const entry = this.entries.get(resolvedP); + if (typeof entry === `undefined`) + throw new Error(`Assertion failed: The entry should have been registered (${resolvedP})`); + const oldMod = this.getUnixMode(entry, fs.constants.S_IFREG | 0); + const newMod = oldMod & ~511 | mask; + const rc = this.libzip.file.setExternalAttributes(this.zip, entry, 0, 0, this.libzip.ZIP_OPSYS_UNIX, newMod << 16); + if (rc === -1) { + throw this.makeLibzipError(this.libzip.getError(this.zip)); + } + } + async fchownPromise(fd, uid, gid) { + return this.chownPromise(this.fdToPath(fd, `fchown`), uid, gid); + } + fchownSync(fd, uid, gid) { + return this.chownSync(this.fdToPath(fd, `fchownSync`), uid, gid); + } + async chownPromise(p, uid, gid) { + return this.chownSync(p, uid, gid); + } + chownSync(p, uid, gid) { + throw new Error(`Unimplemented`); + } + async renamePromise(oldP, newP) { + return this.renameSync(oldP, newP); + } + renameSync(oldP, newP) { + throw new Error(`Unimplemented`); + } + async copyFilePromise(sourceP, destP, flags) { + const { indexSource, indexDest, resolvedDestP } = this.prepareCopyFile(sourceP, destP, flags); + const source = await this.getFileSource(indexSource, { asyncDecompress: true }); + const newIndex = this.setFileSource(resolvedDestP, source); + if (newIndex !== indexDest) { + this.registerEntry(resolvedDestP, newIndex); + } + } + copyFileSync(sourceP, destP, flags = 0) { + const { indexSource, indexDest, resolvedDestP } = this.prepareCopyFile(sourceP, destP, flags); + const source = this.getFileSource(indexSource); + const newIndex = this.setFileSource(resolvedDestP, source); + if (newIndex !== indexDest) { + this.registerEntry(resolvedDestP, newIndex); + } + } + prepareCopyFile(sourceP, destP, flags = 0) { + if (this.readOnly) + throw EROFS(`copyfile '${sourceP} -> '${destP}'`); + if ((flags & fs.constants.COPYFILE_FICLONE_FORCE) !== 0) + throw ENOSYS(`unsupported clone operation`, `copyfile '${sourceP}' -> ${destP}'`); + const resolvedSourceP = this.resolveFilename(`copyfile '${sourceP} -> ${destP}'`, sourceP); + const indexSource = this.entries.get(resolvedSourceP); + if (typeof indexSource === `undefined`) + throw EINVAL(`copyfile '${sourceP}' -> '${destP}'`); + const resolvedDestP = this.resolveFilename(`copyfile '${sourceP}' -> ${destP}'`, destP); + const indexDest = this.entries.get(resolvedDestP); + if ((flags & (fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE_FORCE)) !== 0 && typeof indexDest !== `undefined`) + throw EEXIST(`copyfile '${sourceP}' -> '${destP}'`); + return { + indexSource, + resolvedDestP, + indexDest + }; + } + async appendFilePromise(p, content, opts) { + if (this.readOnly) + throw EROFS(`open '${p}'`); + if (typeof opts === `undefined`) + opts = { flag: `a` }; + else if (typeof opts === `string`) + opts = { flag: `a`, encoding: opts }; + else if (typeof opts.flag === `undefined`) + opts = { flag: `a`, ...opts }; + return this.writeFilePromise(p, content, opts); + } + appendFileSync(p, content, opts = {}) { + if (this.readOnly) + throw EROFS(`open '${p}'`); + if (typeof opts === `undefined`) + opts = { flag: `a` }; + else if (typeof opts === `string`) + opts = { flag: `a`, encoding: opts }; + else if (typeof opts.flag === `undefined`) + opts = { flag: `a`, ...opts }; + return this.writeFileSync(p, content, opts); + } + fdToPath(fd, reason) { + const path = this.fds.get(fd)?.p; + if (typeof path === `undefined`) + throw EBADF(reason); + return path; + } + async writeFilePromise(p, content, opts) { + const { encoding, mode, index, resolvedP } = this.prepareWriteFile(p, opts); + if (index !== void 0 && typeof opts === `object` && opts.flag && opts.flag.includes(`a`)) + content = Buffer.concat([await this.getFileSource(index, { asyncDecompress: true }), Buffer.from(content)]); + if (encoding !== null) + content = content.toString(encoding); + const newIndex = this.setFileSource(resolvedP, content); + if (newIndex !== index) + this.registerEntry(resolvedP, newIndex); + if (mode !== null) { + await this.chmodPromise(resolvedP, mode); + } + } + writeFileSync(p, content, opts) { + const { encoding, mode, index, resolvedP } = this.prepareWriteFile(p, opts); + if (index !== void 0 && typeof opts === `object` && opts.flag && opts.flag.includes(`a`)) + content = Buffer.concat([this.getFileSource(index), Buffer.from(content)]); + if (encoding !== null) + content = content.toString(encoding); + const newIndex = this.setFileSource(resolvedP, content); + if (newIndex !== index) + this.registerEntry(resolvedP, newIndex); + if (mode !== null) { + this.chmodSync(resolvedP, mode); + } + } + prepareWriteFile(p, opts) { + if (typeof p === `number`) + p = this.fdToPath(p, `read`); + if (this.readOnly) + throw EROFS(`open '${p}'`); + const resolvedP = this.resolveFilename(`open '${p}'`, p); + if (this.listings.has(resolvedP)) + throw EISDIR(`open '${p}'`); + let encoding = null, mode = null; + if (typeof opts === `string`) { + encoding = opts; + } else if (typeof opts === `object`) { + ({ + encoding = null, + mode = null + } = opts); + } + const index = this.entries.get(resolvedP); + return { + encoding, + mode, + resolvedP, + index + }; + } + async unlinkPromise(p) { + return this.unlinkSync(p); + } + unlinkSync(p) { + if (this.readOnly) + throw EROFS(`unlink '${p}'`); + const resolvedP = this.resolveFilename(`unlink '${p}'`, p); + if (this.listings.has(resolvedP)) + throw EISDIR(`unlink '${p}'`); + const index = this.entries.get(resolvedP); + if (typeof index === `undefined`) + throw EINVAL(`unlink '${p}'`); + this.deleteEntry(resolvedP, index); + } + async utimesPromise(p, atime, mtime) { + return this.utimesSync(p, atime, mtime); + } + utimesSync(p, atime, mtime) { + if (this.readOnly) + throw EROFS(`utimes '${p}'`); + const resolvedP = this.resolveFilename(`utimes '${p}'`, p); + this.utimesImpl(resolvedP, mtime); + } + async lutimesPromise(p, atime, mtime) { + return this.lutimesSync(p, atime, mtime); + } + lutimesSync(p, atime, mtime) { + if (this.readOnly) + throw EROFS(`lutimes '${p}'`); + const resolvedP = this.resolveFilename(`utimes '${p}'`, p, false); + this.utimesImpl(resolvedP, mtime); + } + utimesImpl(resolvedP, mtime) { + if (this.listings.has(resolvedP)) { + if (!this.entries.has(resolvedP)) + this.hydrateDirectory(resolvedP); + } + const entry = this.entries.get(resolvedP); + if (entry === void 0) + throw new Error(`Unreachable`); + const rc = this.libzip.file.setMtime(this.zip, entry, 0, toUnixTimestamp(mtime), 0); + if (rc === -1) { + throw this.makeLibzipError(this.libzip.getError(this.zip)); + } + } + async mkdirPromise(p, opts) { + return this.mkdirSync(p, opts); + } + mkdirSync(p, { mode = 493, recursive = false } = {}) { + if (recursive) + return this.mkdirpSync(p, { chmod: mode }); + if (this.readOnly) + throw EROFS(`mkdir '${p}'`); + const resolvedP = this.resolveFilename(`mkdir '${p}'`, p); + if (this.entries.has(resolvedP) || this.listings.has(resolvedP)) + throw EEXIST(`mkdir '${p}'`); + this.hydrateDirectory(resolvedP); + this.chmodSync(resolvedP, mode); + return void 0; + } + async rmdirPromise(p, opts) { + return this.rmdirSync(p, opts); + } + rmdirSync(p, { recursive = false } = {}) { + if (this.readOnly) + throw EROFS(`rmdir '${p}'`); + if (recursive) { + this.removeSync(p); + return; + } + const resolvedP = this.resolveFilename(`rmdir '${p}'`, p); + const directoryListing = this.listings.get(resolvedP); + if (!directoryListing) + throw ENOTDIR(`rmdir '${p}'`); + if (directoryListing.size > 0) + throw ENOTEMPTY(`rmdir '${p}'`); + const index = this.entries.get(resolvedP); + if (typeof index === `undefined`) + throw EINVAL(`rmdir '${p}'`); + this.deleteEntry(p, index); + } + async rmPromise(p, opts) { + return this.rmSync(p, opts); + } + rmSync(p, { recursive = false } = {}) { + if (this.readOnly) + throw EROFS(`rm '${p}'`); + if (recursive) { + this.removeSync(p); + return; + } + const resolvedP = this.resolveFilename(`rm '${p}'`, p); + const directoryListing = this.listings.get(resolvedP); + if (!directoryListing) + throw ENOTDIR(`rm '${p}'`); + if (directoryListing.size > 0) + throw ENOTEMPTY(`rm '${p}'`); + const index = this.entries.get(resolvedP); + if (typeof index === `undefined`) + throw EINVAL(`rm '${p}'`); + this.deleteEntry(p, index); + } + hydrateDirectory(resolvedP) { + const index = this.libzip.dir.add(this.zip, ppath.relative(PortablePath.root, resolvedP)); + if (index === -1) + throw this.makeLibzipError(this.libzip.getError(this.zip)); + this.registerListing(resolvedP); + this.registerEntry(resolvedP, index); + return index; + } + async linkPromise(existingP, newP) { + return this.linkSync(existingP, newP); + } + linkSync(existingP, newP) { + throw EOPNOTSUPP(`link '${existingP}' -> '${newP}'`); + } + async symlinkPromise(target, p) { + return this.symlinkSync(target, p); + } + symlinkSync(target, p) { + if (this.readOnly) + throw EROFS(`symlink '${target}' -> '${p}'`); + const resolvedP = this.resolveFilename(`symlink '${target}' -> '${p}'`, p); + if (this.listings.has(resolvedP)) + throw EISDIR(`symlink '${target}' -> '${p}'`); + if (this.entries.has(resolvedP)) + throw EEXIST(`symlink '${target}' -> '${p}'`); + const index = this.setFileSource(resolvedP, target); + this.registerEntry(resolvedP, index); + const rc = this.libzip.file.setExternalAttributes(this.zip, index, 0, 0, this.libzip.ZIP_OPSYS_UNIX, (fs.constants.S_IFLNK | 511) << 16); + if (rc === -1) + throw this.makeLibzipError(this.libzip.getError(this.zip)); + this.symlinkCount += 1; + } + async readFilePromise(p, encoding) { + if (typeof encoding === `object`) + encoding = encoding ? encoding.encoding : void 0; + const data = await this.readFileBuffer(p, { asyncDecompress: true }); + return encoding ? data.toString(encoding) : data; + } + readFileSync(p, encoding) { + if (typeof encoding === `object`) + encoding = encoding ? encoding.encoding : void 0; + const data = this.readFileBuffer(p); + return encoding ? data.toString(encoding) : data; + } + readFileBuffer(p, opts = { asyncDecompress: false }) { + if (typeof p === `number`) + p = this.fdToPath(p, `read`); + const resolvedP = this.resolveFilename(`open '${p}'`, p); + if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) + throw ENOENT(`open '${p}'`); + if (p[p.length - 1] === `/` && !this.listings.has(resolvedP)) + throw ENOTDIR(`open '${p}'`); + if (this.listings.has(resolvedP)) + throw EISDIR(`read`); + const entry = this.entries.get(resolvedP); + if (entry === void 0) + throw new Error(`Unreachable`); + return this.getFileSource(entry, opts); + } + async readdirPromise(p, opts) { + return this.readdirSync(p, opts); + } + readdirSync(p, opts) { + const resolvedP = this.resolveFilename(`scandir '${p}'`, p); + if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) + throw ENOENT(`scandir '${p}'`); + const directoryListing = this.listings.get(resolvedP); + if (!directoryListing) + throw ENOTDIR(`scandir '${p}'`); + if (opts?.recursive) { + if (opts?.withFileTypes) { + const entries = Array.from(directoryListing, (name) => { + return Object.assign(this.statImpl(`lstat`, ppath.join(p, name)), { + name, + path: PortablePath.dot + }); + }); + for (const entry of entries) { + if (!entry.isDirectory()) + continue; + const subPath = ppath.join(entry.path, entry.name); + const subListing = this.listings.get(ppath.join(resolvedP, subPath)); + for (const child of subListing) { + entries.push(Object.assign(this.statImpl(`lstat`, ppath.join(p, subPath, child)), { + name: child, + path: subPath + })); + } + } + return entries; + } else { + const entries = [...directoryListing]; + for (const subPath of entries) { + const subListing = this.listings.get(ppath.join(resolvedP, subPath)); + if (typeof subListing === `undefined`) + continue; + for (const child of subListing) { + entries.push(ppath.join(subPath, child)); + } + } + return entries; + } + } else if (opts?.withFileTypes) { + return Array.from(directoryListing, (name) => { + return Object.assign(this.statImpl(`lstat`, ppath.join(p, name)), { + name, + path: void 0 + }); + }); + } else { + return [...directoryListing]; + } + } + async readlinkPromise(p) { + const entry = this.prepareReadlink(p); + return (await this.getFileSource(entry, { asyncDecompress: true })).toString(); + } + readlinkSync(p) { + const entry = this.prepareReadlink(p); + return this.getFileSource(entry).toString(); + } + prepareReadlink(p) { + const resolvedP = this.resolveFilename(`readlink '${p}'`, p, false); + if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) + throw ENOENT(`readlink '${p}'`); + if (p[p.length - 1] === `/` && !this.listings.has(resolvedP)) + throw ENOTDIR(`open '${p}'`); + if (this.listings.has(resolvedP)) + throw EINVAL(`readlink '${p}'`); + const entry = this.entries.get(resolvedP); + if (entry === void 0) + throw new Error(`Unreachable`); + if (!this.isSymbolicLink(entry)) + throw EINVAL(`readlink '${p}'`); + return entry; + } + async truncatePromise(p, len = 0) { + const resolvedP = this.resolveFilename(`open '${p}'`, p); + const index = this.entries.get(resolvedP); + if (typeof index === `undefined`) + throw EINVAL(`open '${p}'`); + const source = await this.getFileSource(index, { asyncDecompress: true }); + const truncated = Buffer.alloc(len, 0); + source.copy(truncated); + return await this.writeFilePromise(p, truncated); + } + truncateSync(p, len = 0) { + const resolvedP = this.resolveFilename(`open '${p}'`, p); + const index = this.entries.get(resolvedP); + if (typeof index === `undefined`) + throw EINVAL(`open '${p}'`); + const source = this.getFileSource(index); + const truncated = Buffer.alloc(len, 0); + source.copy(truncated); + return this.writeFileSync(p, truncated); + } + async ftruncatePromise(fd, len) { + return this.truncatePromise(this.fdToPath(fd, `ftruncate`), len); + } + ftruncateSync(fd, len) { + return this.truncateSync(this.fdToPath(fd, `ftruncateSync`), len); + } + watch(p, a, b) { + let persistent; + switch (typeof a) { + case `function`: + case `string`: + case `undefined`: + { + persistent = true; + } + break; + default: + { + ({ persistent = true } = a); + } + break; + } + if (!persistent) + return { on: () => { + }, close: () => { + } }; + const interval = setInterval(() => { + }, 24 * 60 * 60 * 1e3); + return { on: () => { + }, close: () => { + clearInterval(interval); + } }; + } + watchFile(p, a, b) { + const resolvedP = ppath.resolve(PortablePath.root, p); + return watchFile(this, resolvedP, a, b); + } + unwatchFile(p, cb) { + const resolvedP = ppath.resolve(PortablePath.root, p); + return unwatchFile(this, resolvedP, cb); + } +} + +setFactory(() => { + const emZip = createModule(); + return makeInterface(emZip); +}); + +var ErrorCode = /* @__PURE__ */ ((ErrorCode2) => { + ErrorCode2["API_ERROR"] = `API_ERROR`; + ErrorCode2["BUILTIN_NODE_RESOLUTION_FAILED"] = `BUILTIN_NODE_RESOLUTION_FAILED`; + ErrorCode2["EXPORTS_RESOLUTION_FAILED"] = `EXPORTS_RESOLUTION_FAILED`; + ErrorCode2["MISSING_DEPENDENCY"] = `MISSING_DEPENDENCY`; + ErrorCode2["MISSING_PEER_DEPENDENCY"] = `MISSING_PEER_DEPENDENCY`; + ErrorCode2["QUALIFIED_PATH_RESOLUTION_FAILED"] = `QUALIFIED_PATH_RESOLUTION_FAILED`; + ErrorCode2["INTERNAL"] = `INTERNAL`; + ErrorCode2["UNDECLARED_DEPENDENCY"] = `UNDECLARED_DEPENDENCY`; + ErrorCode2["UNSUPPORTED"] = `UNSUPPORTED`; + return ErrorCode2; +})(ErrorCode || {}); +const MODULE_NOT_FOUND_ERRORS = /* @__PURE__ */ new Set([ + "BUILTIN_NODE_RESOLUTION_FAILED" /* BUILTIN_NODE_RESOLUTION_FAILED */, + "MISSING_DEPENDENCY" /* MISSING_DEPENDENCY */, + "MISSING_PEER_DEPENDENCY" /* MISSING_PEER_DEPENDENCY */, + "QUALIFIED_PATH_RESOLUTION_FAILED" /* QUALIFIED_PATH_RESOLUTION_FAILED */, + "UNDECLARED_DEPENDENCY" /* UNDECLARED_DEPENDENCY */ +]); +function makeError(pnpCode, message, data = {}, code) { + code ??= MODULE_NOT_FOUND_ERRORS.has(pnpCode) ? `MODULE_NOT_FOUND` : pnpCode; + const propertySpec = { + configurable: true, + writable: true, + enumerable: false + }; + return Object.defineProperties(new Error(message), { + code: { + ...propertySpec, + value: code + }, + pnpCode: { + ...propertySpec, + value: pnpCode + }, + data: { + ...propertySpec, + value: data + } + }); +} +function getIssuerModule(parent) { + let issuer = parent; + while (issuer && (issuer.id === `[eval]` || issuer.id === `` || !issuer.filename)) + issuer = issuer.parent; + return issuer || null; +} +function getPathForDisplay(p) { + return npath.normalize(npath.fromPortablePath(p)); +} + +const [major, minor] = process.versions.node.split(`.`).map((value) => parseInt(value, 10)); +const WATCH_MODE_MESSAGE_USES_ARRAYS = major > 19 || major === 19 && minor >= 2 || major === 18 && minor >= 13; + +function readPackageScope(checkPath) { + const rootSeparatorIndex = checkPath.indexOf(npath.sep); + let separatorIndex; + do { + separatorIndex = checkPath.lastIndexOf(npath.sep); + checkPath = checkPath.slice(0, separatorIndex); + if (checkPath.endsWith(`${npath.sep}node_modules`)) + return false; + const pjson = readPackage(checkPath + npath.sep); + if (pjson) { + return { + data: pjson, + path: checkPath + }; + } + } while (separatorIndex > rootSeparatorIndex); + return false; +} +function readPackage(requestPath) { + const jsonPath = npath.resolve(requestPath, `package.json`); + if (!fs__default.default.existsSync(jsonPath)) + return null; + return JSON.parse(fs__default.default.readFileSync(jsonPath, `utf8`)); +} +function ERR_REQUIRE_ESM(filename, parentPath = null) { + const basename = parentPath && path__default.default.basename(filename) === path__default.default.basename(parentPath) ? filename : path__default.default.basename(filename); + const msg = `require() of ES Module ${filename}${parentPath ? ` from ${parentPath}` : ``} not supported. +Instead change the require of ${basename} in ${parentPath} to a dynamic import() which is available in all CommonJS modules.`; + const err = new Error(msg); + err.code = `ERR_REQUIRE_ESM`; + return err; +} +function reportRequiredFilesToWatchMode(files) { + if (process.env.WATCH_REPORT_DEPENDENCIES && process.send) { + files = files.map((filename) => npath.fromPortablePath(VirtualFS.resolveVirtual(npath.toPortablePath(filename)))); + if (WATCH_MODE_MESSAGE_USES_ARRAYS) { + process.send({ "watch:require": files }); + } else { + for (const filename of files) { + process.send({ "watch:require": filename }); + } + } + } +} + +function applyPatch(pnpapi, opts) { + let enableNativeHooks = true; + process.versions.pnp = String(pnpapi.VERSIONS.std); + const moduleExports = require$$0__default.default; + moduleExports.findPnpApi = (lookupSource) => { + const lookupPath = lookupSource instanceof URL ? url.fileURLToPath(lookupSource) : lookupSource; + const apiPath = opts.manager.findApiPathFor(lookupPath); + if (apiPath === null) + return null; + const apiEntry = opts.manager.getApiEntry(apiPath, true); + return apiEntry.instance.findPackageLocator(lookupPath) ? apiEntry.instance : null; + }; + function getRequireStack(parent) { + const requireStack = []; + for (let cursor = parent; cursor; cursor = cursor.parent) + requireStack.push(cursor.filename || cursor.id); + return requireStack; + } + const originalModuleLoad = require$$0.Module._load; + require$$0.Module._load = function(request, parent, isMain) { + if (request === `pnpapi`) { + const parentApiPath = opts.manager.getApiPathFromParent(parent); + if (parentApiPath) { + return opts.manager.getApiEntry(parentApiPath, true).instance; + } + } + return originalModuleLoad.call(require$$0.Module, request, parent, isMain); + }; + function getIssuerSpecsFromPaths(paths) { + return paths.map((path) => ({ + apiPath: opts.manager.findApiPathFor(path), + path, + module: null + })); + } + function getIssuerSpecsFromModule(module) { + if (module && module.id !== `` && module.id !== `internal/preload` && !module.parent && !module.filename && module.paths.length > 0) { + return [{ + apiPath: opts.manager.findApiPathFor(module.paths[0]), + path: module.paths[0], + module + }]; + } + const issuer = getIssuerModule(module); + if (issuer !== null) { + const path = npath.dirname(issuer.filename); + const apiPath = opts.manager.getApiPathFromParent(issuer); + return [{ apiPath, path, module }]; + } else { + const path = process.cwd(); + const apiPath = opts.manager.findApiPathFor(npath.join(path, `[file]`)) ?? opts.manager.getApiPathFromParent(null); + return [{ apiPath, path, module }]; + } + } + function makeFakeParent(path) { + const fakeParent = new require$$0.Module(``); + const fakeFilePath = npath.join(path, `[file]`); + fakeParent.paths = require$$0.Module._nodeModulePaths(fakeFilePath); + return fakeParent; + } + const pathRegExp = /^(?![a-zA-Z]:[\\/]|\\\\|\.{0,2}(?:\/|$))((?:@[^/]+\/)?[^/]+)\/*(.*|)$/; + const originalModuleResolveFilename = require$$0.Module._resolveFilename; + require$$0.Module._resolveFilename = function(request, parent, isMain, options) { + if (require$$0.isBuiltin(request)) + return request; + if (!enableNativeHooks) + return originalModuleResolveFilename.call(require$$0.Module, request, parent, isMain, options); + if (options && options.plugnplay === false) { + const { plugnplay, ...forwardedOptions } = options; + try { + enableNativeHooks = false; + return originalModuleResolveFilename.call(require$$0.Module, request, parent, isMain, forwardedOptions); + } finally { + enableNativeHooks = true; + } + } + if (options) { + const optionNames = new Set(Object.keys(options)); + optionNames.delete(`paths`); + optionNames.delete(`plugnplay`); + if (optionNames.size > 0) { + throw makeError( + ErrorCode.UNSUPPORTED, + `Some options passed to require() aren't supported by PnP yet (${Array.from(optionNames).join(`, `)})` + ); + } + } + const issuerSpecs = options && options.paths ? getIssuerSpecsFromPaths(options.paths) : getIssuerSpecsFromModule(parent); + if (request.match(pathRegExp) === null) { + const parentDirectory = parent?.filename != null ? npath.dirname(parent.filename) : null; + const absoluteRequest = npath.isAbsolute(request) ? request : parentDirectory !== null ? npath.resolve(parentDirectory, request) : null; + if (absoluteRequest !== null) { + const apiPath = parent && parentDirectory === npath.dirname(absoluteRequest) ? opts.manager.getApiPathFromParent(parent) : opts.manager.findApiPathFor(absoluteRequest); + if (apiPath !== null) { + issuerSpecs.unshift({ + apiPath, + path: parentDirectory, + module: null + }); + } + } + } + let firstError; + for (const { apiPath, path, module } of issuerSpecs) { + let resolution; + const issuerApi = apiPath !== null ? opts.manager.getApiEntry(apiPath, true).instance : null; + try { + if (issuerApi !== null) { + resolution = issuerApi.resolveRequest(request, path !== null ? `${path}/` : null); + } else { + if (path === null) + throw new Error(`Assertion failed: Expected the path to be set`); + resolution = originalModuleResolveFilename.call(require$$0.Module, request, module || makeFakeParent(path), isMain); + } + } catch (error) { + firstError = firstError || error; + continue; + } + if (resolution !== null) { + return resolution; + } + } + const requireStack = getRequireStack(parent); + Object.defineProperty(firstError, `requireStack`, { + configurable: true, + writable: true, + enumerable: false, + value: requireStack + }); + if (requireStack.length > 0) + firstError.message += ` +Require stack: +- ${requireStack.join(` +- `)}`; + if (typeof firstError.pnpCode === `string`) + Error.captureStackTrace(firstError); + throw firstError; + }; + const originalFindPath = require$$0.Module._findPath; + require$$0.Module._findPath = function(request, paths, isMain) { + if (request === `pnpapi`) + return false; + if (!enableNativeHooks) + return originalFindPath.call(require$$0.Module, request, paths, isMain); + const isAbsolute = npath.isAbsolute(request); + if (isAbsolute) + paths = [``]; + else if (!paths || paths.length === 0) + return false; + for (const path of paths) { + let resolution; + try { + const pnpApiPath = opts.manager.findApiPathFor(isAbsolute ? request : path); + if (pnpApiPath !== null) { + const api = opts.manager.getApiEntry(pnpApiPath, true).instance; + resolution = api.resolveRequest(request, path) || false; + } else { + resolution = originalFindPath.call(require$$0.Module, request, [path], isMain); + } + } catch (error) { + continue; + } + if (resolution) { + return resolution; + } + } + return false; + }; + if (!process.features.require_module) { + const originalExtensionJSFunction = require$$0.Module._extensions[`.js`]; + require$$0.Module._extensions[`.js`] = function(module, filename) { + if (filename.endsWith(`.js`)) { + const pkg = readPackageScope(filename); + if (pkg && pkg.data?.type === `module`) { + const err = ERR_REQUIRE_ESM(filename, module.parent?.filename); + Error.captureStackTrace(err); + throw err; + } + } + originalExtensionJSFunction.call(this, module, filename); + }; + } + const originalDlopen = process.dlopen; + process.dlopen = function(...args) { + const [module, filename, ...rest] = args; + return originalDlopen.call( + this, + module, + npath.fromPortablePath(VirtualFS.resolveVirtual(npath.toPortablePath(filename))), + ...rest + ); + }; + const originalEmit = process.emit; + process.emit = function(name, data, ...args) { + if (name === `warning` && typeof data === `object` && data.name === `ExperimentalWarning` && (data.message.includes(`--experimental-loader`) || data.message.includes(`Custom ESM Loaders is an experimental feature`))) + return false; + return originalEmit.apply(process, arguments); + }; + patchFs(fs__default.default, new PosixFS(opts.fakeFs)); +} + +function hydrateRuntimeState(data, { basePath }) { + const portablePath = npath.toPortablePath(basePath); + const absolutePortablePath = ppath.resolve(portablePath); + const ignorePattern = data.ignorePatternData !== null ? new RegExp(data.ignorePatternData) : null; + const packageLocatorsByLocations = /* @__PURE__ */ new Map(); + const packageRegistry = new Map(data.packageRegistryData.map(([packageName, packageStoreData]) => { + return [packageName, new Map(packageStoreData.map(([packageReference, packageInformationData]) => { + if (packageName === null !== (packageReference === null)) + throw new Error(`Assertion failed: The name and reference should be null, or neither should`); + const discardFromLookup = packageInformationData.discardFromLookup ?? false; + const packageLocator = { name: packageName, reference: packageReference }; + const entry = packageLocatorsByLocations.get(packageInformationData.packageLocation); + if (!entry) { + packageLocatorsByLocations.set(packageInformationData.packageLocation, { locator: packageLocator, discardFromLookup }); + } else { + entry.discardFromLookup = entry.discardFromLookup && discardFromLookup; + if (!discardFromLookup) { + entry.locator = packageLocator; + } + } + let resolvedPackageLocation = null; + return [packageReference, { + packageDependencies: new Map(packageInformationData.packageDependencies), + packagePeers: new Set(packageInformationData.packagePeers), + linkType: packageInformationData.linkType, + discardFromLookup, + // we only need this for packages that are used by the currently running script + // this is a lazy getter because `ppath.join` has some overhead + get packageLocation() { + return resolvedPackageLocation || (resolvedPackageLocation = ppath.join(absolutePortablePath, packageInformationData.packageLocation)); + } + }]; + }))]; + })); + const fallbackExclusionList = new Map(data.fallbackExclusionList.map(([packageName, packageReferences]) => { + return [packageName, new Set(packageReferences)]; + })); + const fallbackPool = new Map(data.fallbackPool); + const dependencyTreeRoots = data.dependencyTreeRoots; + const enableTopLevelFallback = data.enableTopLevelFallback; + return { + basePath: portablePath, + dependencyTreeRoots, + enableTopLevelFallback, + fallbackExclusionList, + fallbackPool, + ignorePattern, + packageLocatorsByLocations, + packageRegistry + }; +} + +const ArrayIsArray = Array.isArray; +const JSONStringify = JSON.stringify; +const ObjectGetOwnPropertyNames = Object.getOwnPropertyNames; +const ObjectPrototypeHasOwnProperty = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop); +const RegExpPrototypeExec = (obj, string) => RegExp.prototype.exec.call(obj, string); +const RegExpPrototypeSymbolReplace = (obj, ...rest) => RegExp.prototype[Symbol.replace].apply(obj, rest); +const StringPrototypeEndsWith = (str, ...rest) => String.prototype.endsWith.apply(str, rest); +const StringPrototypeIncludes = (str, ...rest) => String.prototype.includes.apply(str, rest); +const StringPrototypeLastIndexOf = (str, ...rest) => String.prototype.lastIndexOf.apply(str, rest); +const StringPrototypeIndexOf = (str, ...rest) => String.prototype.indexOf.apply(str, rest); +const StringPrototypeReplace = (str, ...rest) => String.prototype.replace.apply(str, rest); +const StringPrototypeSlice = (str, ...rest) => String.prototype.slice.apply(str, rest); +const StringPrototypeStartsWith = (str, ...rest) => String.prototype.startsWith.apply(str, rest); +const SafeMap = Map; +const JSONParse = JSON.parse; + +function createErrorType(code, messageCreator, errorType) { + return class extends errorType { + constructor(...args) { + super(messageCreator(...args)); + this.code = code; + this.name = `${errorType.name} [${code}]`; + } + }; +} +const ERR_PACKAGE_IMPORT_NOT_DEFINED = createErrorType( + `ERR_PACKAGE_IMPORT_NOT_DEFINED`, + (specifier, packagePath, base) => { + return `Package import specifier "${specifier}" is not defined${packagePath ? ` in package ${packagePath}package.json` : ``} imported from ${base}`; + }, + TypeError +); +const ERR_INVALID_MODULE_SPECIFIER = createErrorType( + `ERR_INVALID_MODULE_SPECIFIER`, + (request, reason, base = void 0) => { + return `Invalid module "${request}" ${reason}${base ? ` imported from ${base}` : ``}`; + }, + TypeError +); +const ERR_INVALID_PACKAGE_TARGET = createErrorType( + `ERR_INVALID_PACKAGE_TARGET`, + (pkgPath, key, target, isImport = false, base = void 0) => { + const relError = typeof target === `string` && !isImport && target.length && !StringPrototypeStartsWith(target, `./`); + if (key === `.`) { + assert__default.default(isImport === false); + return `Invalid "exports" main target ${JSONStringify(target)} defined in the package config ${pkgPath}package.json${base ? ` imported from ${base}` : ``}${relError ? `; targets must start with "./"` : ``}`; + } + return `Invalid "${isImport ? `imports` : `exports`}" target ${JSONStringify( + target + )} defined for '${key}' in the package config ${pkgPath}package.json${base ? ` imported from ${base}` : ``}${relError ? `; targets must start with "./"` : ``}`; + }, + Error +); +const ERR_INVALID_PACKAGE_CONFIG = createErrorType( + `ERR_INVALID_PACKAGE_CONFIG`, + (path, base, message) => { + return `Invalid package config ${path}${base ? ` while importing ${base}` : ``}${message ? `. ${message}` : ``}`; + }, + Error +); +const ERR_PACKAGE_PATH_NOT_EXPORTED = createErrorType( + "ERR_PACKAGE_PATH_NOT_EXPORTED", + (pkgPath, subpath, base = void 0) => { + if (subpath === ".") + return `No "exports" main defined in ${pkgPath}package.json${base ? ` imported from ${base}` : ""}`; + return `Package subpath '${subpath}' is not defined by "exports" in ${pkgPath}package.json${base ? ` imported from ${base}` : ""}`; + }, + Error +); + +function filterOwnProperties(source, keys) { + const filtered = /* @__PURE__ */ Object.create(null); + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + if (ObjectPrototypeHasOwnProperty(source, key)) { + filtered[key] = source[key]; + } + } + return filtered; +} + +const packageJSONCache = new SafeMap(); +function getPackageConfig(path, specifier, base, readFileSyncFn) { + const existing = packageJSONCache.get(path); + if (existing !== void 0) { + return existing; + } + const source = readFileSyncFn(path); + if (source === void 0) { + const packageConfig2 = { + pjsonPath: path, + exists: false, + main: void 0, + name: void 0, + type: "none", + exports: void 0, + imports: void 0 + }; + packageJSONCache.set(path, packageConfig2); + return packageConfig2; + } + let packageJSON; + try { + packageJSON = JSONParse(source); + } catch (error) { + throw new ERR_INVALID_PACKAGE_CONFIG( + path, + (base ? `"${specifier}" from ` : "") + url.fileURLToPath(base || specifier), + error.message + ); + } + let { imports, main, name, type } = filterOwnProperties(packageJSON, [ + "imports", + "main", + "name", + "type" + ]); + const exports = ObjectPrototypeHasOwnProperty(packageJSON, "exports") ? packageJSON.exports : void 0; + if (typeof imports !== "object" || imports === null) { + imports = void 0; + } + if (typeof main !== "string") { + main = void 0; + } + if (typeof name !== "string") { + name = void 0; + } + if (type !== "module" && type !== "commonjs") { + type = "none"; + } + const packageConfig = { + pjsonPath: path, + exists: true, + main, + name, + type, + exports, + imports + }; + packageJSONCache.set(path, packageConfig); + return packageConfig; +} +function getPackageScopeConfig(resolved, readFileSyncFn) { + let packageJSONUrl = new URL("./package.json", resolved); + while (true) { + const packageJSONPath2 = packageJSONUrl.pathname; + if (StringPrototypeEndsWith(packageJSONPath2, "node_modules/package.json")) { + break; + } + const packageConfig2 = getPackageConfig( + url.fileURLToPath(packageJSONUrl), + resolved, + void 0, + readFileSyncFn + ); + if (packageConfig2.exists) { + return packageConfig2; + } + const lastPackageJSONUrl = packageJSONUrl; + packageJSONUrl = new URL("../package.json", packageJSONUrl); + if (packageJSONUrl.pathname === lastPackageJSONUrl.pathname) { + break; + } + } + const packageJSONPath = url.fileURLToPath(packageJSONUrl); + const packageConfig = { + pjsonPath: packageJSONPath, + exists: false, + main: void 0, + name: void 0, + type: "none", + exports: void 0, + imports: void 0 + }; + packageJSONCache.set(packageJSONPath, packageConfig); + return packageConfig; +} + +function throwImportNotDefined(specifier, packageJSONUrl, base) { + throw new ERR_PACKAGE_IMPORT_NOT_DEFINED( + specifier, + packageJSONUrl && url.fileURLToPath(new URL(".", packageJSONUrl)), + url.fileURLToPath(base) + ); +} +function throwInvalidSubpath(subpath, packageJSONUrl, internal, base) { + const reason = `request is not a valid subpath for the "${internal ? "imports" : "exports"}" resolution of ${url.fileURLToPath(packageJSONUrl)}`; + throw new ERR_INVALID_MODULE_SPECIFIER( + subpath, + reason, + base && url.fileURLToPath(base) + ); +} +function throwInvalidPackageTarget(subpath, target, packageJSONUrl, internal, base) { + if (typeof target === "object" && target !== null) { + target = JSONStringify(target, null, ""); + } else { + target = `${target}`; + } + throw new ERR_INVALID_PACKAGE_TARGET( + url.fileURLToPath(new URL(".", packageJSONUrl)), + subpath, + target, + internal, + base && url.fileURLToPath(base) + ); +} +const invalidSegmentRegEx = /(^|\\|\/)((\.|%2e)(\.|%2e)?|(n|%6e|%4e)(o|%6f|%4f)(d|%64|%44)(e|%65|%45)(_|%5f)(m|%6d|%4d)(o|%6f|%4f)(d|%64|%44)(u|%75|%55)(l|%6c|%4c)(e|%65|%45)(s|%73|%53))(\\|\/|$)/i; +const patternRegEx = /\*/g; +function resolvePackageTargetString(target, subpath, match, packageJSONUrl, base, pattern, internal, conditions) { + if (subpath !== "" && !pattern && target[target.length - 1] !== "/") + throwInvalidPackageTarget(match, target, packageJSONUrl, internal, base); + if (!StringPrototypeStartsWith(target, "./")) { + if (internal && !StringPrototypeStartsWith(target, "../") && !StringPrototypeStartsWith(target, "/")) { + let isURL = false; + try { + new URL(target); + isURL = true; + } catch { + } + if (!isURL) { + const exportTarget = pattern ? RegExpPrototypeSymbolReplace(patternRegEx, target, () => subpath) : target + subpath; + return exportTarget; + } + } + throwInvalidPackageTarget(match, target, packageJSONUrl, internal, base); + } + if (RegExpPrototypeExec( + invalidSegmentRegEx, + StringPrototypeSlice(target, 2) + ) !== null) + throwInvalidPackageTarget(match, target, packageJSONUrl, internal, base); + const resolved = new URL(target, packageJSONUrl); + const resolvedPath = resolved.pathname; + const packagePath = new URL(".", packageJSONUrl).pathname; + if (!StringPrototypeStartsWith(resolvedPath, packagePath)) + throwInvalidPackageTarget(match, target, packageJSONUrl, internal, base); + if (subpath === "") return resolved; + if (RegExpPrototypeExec(invalidSegmentRegEx, subpath) !== null) { + const request = pattern ? StringPrototypeReplace(match, "*", () => subpath) : match + subpath; + throwInvalidSubpath(request, packageJSONUrl, internal, base); + } + if (pattern) { + return new URL( + RegExpPrototypeSymbolReplace(patternRegEx, resolved.href, () => subpath) + ); + } + return new URL(subpath, resolved); +} +function isArrayIndex(key) { + const keyNum = +key; + if (`${keyNum}` !== key) return false; + return keyNum >= 0 && keyNum < 4294967295; +} +function resolvePackageTarget(packageJSONUrl, target, subpath, packageSubpath, base, pattern, internal, conditions) { + if (typeof target === "string") { + return resolvePackageTargetString( + target, + subpath, + packageSubpath, + packageJSONUrl, + base, + pattern, + internal); + } else if (ArrayIsArray(target)) { + if (target.length === 0) { + return null; + } + let lastException; + for (let i = 0; i < target.length; i++) { + const targetItem = target[i]; + let resolveResult; + try { + resolveResult = resolvePackageTarget( + packageJSONUrl, + targetItem, + subpath, + packageSubpath, + base, + pattern, + internal, + conditions + ); + } catch (e) { + lastException = e; + if (e.code === "ERR_INVALID_PACKAGE_TARGET") { + continue; + } + throw e; + } + if (resolveResult === void 0) { + continue; + } + if (resolveResult === null) { + lastException = null; + continue; + } + return resolveResult; + } + if (lastException === void 0 || lastException === null) + return lastException; + throw lastException; + } else if (typeof target === "object" && target !== null) { + const keys = ObjectGetOwnPropertyNames(target); + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + if (isArrayIndex(key)) { + throw new ERR_INVALID_PACKAGE_CONFIG( + url.fileURLToPath(packageJSONUrl), + base, + '"exports" cannot contain numeric property keys.' + ); + } + } + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + if (key === "default" || conditions.has(key)) { + const conditionalTarget = target[key]; + const resolveResult = resolvePackageTarget( + packageJSONUrl, + conditionalTarget, + subpath, + packageSubpath, + base, + pattern, + internal, + conditions + ); + if (resolveResult === void 0) continue; + return resolveResult; + } + } + return void 0; + } else if (target === null) { + return null; + } + throwInvalidPackageTarget( + packageSubpath, + target, + packageJSONUrl, + internal, + base + ); +} +function patternKeyCompare(a, b) { + const aPatternIndex = StringPrototypeIndexOf(a, "*"); + const bPatternIndex = StringPrototypeIndexOf(b, "*"); + const baseLenA = aPatternIndex === -1 ? a.length : aPatternIndex + 1; + const baseLenB = bPatternIndex === -1 ? b.length : bPatternIndex + 1; + if (baseLenA > baseLenB) return -1; + if (baseLenB > baseLenA) return 1; + if (aPatternIndex === -1) return 1; + if (bPatternIndex === -1) return -1; + if (a.length > b.length) return -1; + if (b.length > a.length) return 1; + return 0; +} +function isConditionalExportsMainSugar(exports, packageJSONUrl, base) { + if (typeof exports === "string" || ArrayIsArray(exports)) return true; + if (typeof exports !== "object" || exports === null) return false; + const keys = ObjectGetOwnPropertyNames(exports); + let isConditionalSugar = false; + let i = 0; + for (let j = 0; j < keys.length; j++) { + const key = keys[j]; + const curIsConditionalSugar = key === "" || key[0] !== "."; + if (i++ === 0) { + isConditionalSugar = curIsConditionalSugar; + } else if (isConditionalSugar !== curIsConditionalSugar) { + throw new ERR_INVALID_PACKAGE_CONFIG( + url.fileURLToPath(packageJSONUrl), + base, + `"exports" cannot contain some keys starting with '.' and some not. The exports object must either be an object of package subpath keys or an object of main entry condition name keys only.` + ); + } + } + return isConditionalSugar; +} +function throwExportsNotFound(subpath, packageJSONUrl, base) { + throw new ERR_PACKAGE_PATH_NOT_EXPORTED( + url.fileURLToPath(new URL(".", packageJSONUrl)), + subpath, + base && url.fileURLToPath(base) + ); +} +const emittedPackageWarnings = /* @__PURE__ */ new Set(); +function emitTrailingSlashPatternDeprecation(match, pjsonUrl, base) { + const pjsonPath = url.fileURLToPath(pjsonUrl); + if (emittedPackageWarnings.has(pjsonPath + "|" + match)) return; + emittedPackageWarnings.add(pjsonPath + "|" + match); + process.emitWarning( + `Use of deprecated trailing slash pattern mapping "${match}" in the "exports" field module resolution of the package at ${pjsonPath}${base ? ` imported from ${url.fileURLToPath(base)}` : ""}. Mapping specifiers ending in "/" is no longer supported.`, + "DeprecationWarning", + "DEP0155" + ); +} +function packageExportsResolve({ + packageJSONUrl, + packageSubpath, + exports, + base, + conditions +}) { + if (isConditionalExportsMainSugar(exports, packageJSONUrl, base)) + exports = { ".": exports }; + if (ObjectPrototypeHasOwnProperty(exports, packageSubpath) && !StringPrototypeIncludes(packageSubpath, "*") && !StringPrototypeEndsWith(packageSubpath, "/")) { + const target = exports[packageSubpath]; + const resolveResult = resolvePackageTarget( + packageJSONUrl, + target, + "", + packageSubpath, + base, + false, + false, + conditions + ); + if (resolveResult == null) { + throwExportsNotFound(packageSubpath, packageJSONUrl, base); + } + return resolveResult; + } + let bestMatch = ""; + let bestMatchSubpath; + const keys = ObjectGetOwnPropertyNames(exports); + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + const patternIndex = StringPrototypeIndexOf(key, "*"); + if (patternIndex !== -1 && StringPrototypeStartsWith( + packageSubpath, + StringPrototypeSlice(key, 0, patternIndex) + )) { + if (StringPrototypeEndsWith(packageSubpath, "/")) + emitTrailingSlashPatternDeprecation( + packageSubpath, + packageJSONUrl, + base + ); + const patternTrailer = StringPrototypeSlice(key, patternIndex + 1); + if (packageSubpath.length >= key.length && StringPrototypeEndsWith(packageSubpath, patternTrailer) && patternKeyCompare(bestMatch, key) === 1 && StringPrototypeLastIndexOf(key, "*") === patternIndex) { + bestMatch = key; + bestMatchSubpath = StringPrototypeSlice( + packageSubpath, + patternIndex, + packageSubpath.length - patternTrailer.length + ); + } + } + } + if (bestMatch) { + const target = exports[bestMatch]; + const resolveResult = resolvePackageTarget( + packageJSONUrl, + target, + bestMatchSubpath, + bestMatch, + base, + true, + false, + conditions + ); + if (resolveResult == null) { + throwExportsNotFound(packageSubpath, packageJSONUrl, base); + } + return resolveResult; + } + throwExportsNotFound(packageSubpath, packageJSONUrl, base); +} +function packageImportsResolve({ name, base, conditions, readFileSyncFn }) { + if (name === "#" || StringPrototypeStartsWith(name, "#/") || StringPrototypeEndsWith(name, "/")) { + const reason = "is not a valid internal imports specifier name"; + throw new ERR_INVALID_MODULE_SPECIFIER(name, reason, url.fileURLToPath(base)); + } + let packageJSONUrl; + const packageConfig = getPackageScopeConfig(base, readFileSyncFn); + if (packageConfig.exists) { + packageJSONUrl = url.pathToFileURL(packageConfig.pjsonPath); + const imports = packageConfig.imports; + if (imports) { + if (ObjectPrototypeHasOwnProperty(imports, name) && !StringPrototypeIncludes(name, "*")) { + const resolveResult = resolvePackageTarget( + packageJSONUrl, + imports[name], + "", + name, + base, + false, + true, + conditions + ); + if (resolveResult != null) { + return resolveResult; + } + } else { + let bestMatch = ""; + let bestMatchSubpath; + const keys = ObjectGetOwnPropertyNames(imports); + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + const patternIndex = StringPrototypeIndexOf(key, "*"); + if (patternIndex !== -1 && StringPrototypeStartsWith( + name, + StringPrototypeSlice(key, 0, patternIndex) + )) { + const patternTrailer = StringPrototypeSlice(key, patternIndex + 1); + if (name.length >= key.length && StringPrototypeEndsWith(name, patternTrailer) && patternKeyCompare(bestMatch, key) === 1 && StringPrototypeLastIndexOf(key, "*") === patternIndex) { + bestMatch = key; + bestMatchSubpath = StringPrototypeSlice( + name, + patternIndex, + name.length - patternTrailer.length + ); + } + } + } + if (bestMatch) { + const target = imports[bestMatch]; + const resolveResult = resolvePackageTarget( + packageJSONUrl, + target, + bestMatchSubpath, + bestMatch, + base, + true, + true, + conditions + ); + if (resolveResult != null) { + return resolveResult; + } + } + } + } + } + throwImportNotDefined(name, packageJSONUrl, base); +} + +const flagSymbol = Symbol('arg flag'); + +class ArgError extends Error { + constructor(msg, code) { + super(msg); + this.name = 'ArgError'; + this.code = code; + + Object.setPrototypeOf(this, ArgError.prototype); + } +} + +function arg( + opts, + { + argv = process.argv.slice(2), + permissive = false, + stopAtPositional = false + } = {} +) { + if (!opts) { + throw new ArgError( + 'argument specification object is required', + 'ARG_CONFIG_NO_SPEC' + ); + } + + const result = { _: [] }; + + const aliases = {}; + const handlers = {}; + + for (const key of Object.keys(opts)) { + if (!key) { + throw new ArgError( + 'argument key cannot be an empty string', + 'ARG_CONFIG_EMPTY_KEY' + ); + } + + if (key[0] !== '-') { + throw new ArgError( + `argument key must start with '-' but found: '${key}'`, + 'ARG_CONFIG_NONOPT_KEY' + ); + } + + if (key.length === 1) { + throw new ArgError( + `argument key must have a name; singular '-' keys are not allowed: ${key}`, + 'ARG_CONFIG_NONAME_KEY' + ); + } + + if (typeof opts[key] === 'string') { + aliases[key] = opts[key]; + continue; + } + + let type = opts[key]; + let isFlag = false; + + if ( + Array.isArray(type) && + type.length === 1 && + typeof type[0] === 'function' + ) { + const [fn] = type; + type = (value, name, prev = []) => { + prev.push(fn(value, name, prev[prev.length - 1])); + return prev; + }; + isFlag = fn === Boolean || fn[flagSymbol] === true; + } else if (typeof type === 'function') { + isFlag = type === Boolean || type[flagSymbol] === true; + } else { + throw new ArgError( + `type missing or not a function or valid array type: ${key}`, + 'ARG_CONFIG_VAD_TYPE' + ); + } + + if (key[1] !== '-' && key.length > 2) { + throw new ArgError( + `short argument keys (with a single hyphen) must have only one character: ${key}`, + 'ARG_CONFIG_SHORTOPT_TOOLONG' + ); + } + + handlers[key] = [type, isFlag]; + } + + for (let i = 0, len = argv.length; i < len; i++) { + const wholeArg = argv[i]; + + if (stopAtPositional && result._.length > 0) { + result._ = result._.concat(argv.slice(i)); + break; + } + + if (wholeArg === '--') { + result._ = result._.concat(argv.slice(i + 1)); + break; + } + + if (wholeArg.length > 1 && wholeArg[0] === '-') { + /* eslint-disable operator-linebreak */ + const separatedArguments = + wholeArg[1] === '-' || wholeArg.length === 2 + ? [wholeArg] + : wholeArg + .slice(1) + .split('') + .map((a) => `-${a}`); + /* eslint-enable operator-linebreak */ + + for (let j = 0; j < separatedArguments.length; j++) { + const arg = separatedArguments[j]; + const [originalArgName, argStr] = + arg[1] === '-' ? arg.split(/=(.*)/, 2) : [arg, undefined]; + + let argName = originalArgName; + while (argName in aliases) { + argName = aliases[argName]; + } + + if (!(argName in handlers)) { + if (permissive) { + result._.push(arg); + continue; + } else { + throw new ArgError( + `unknown or unexpected option: ${originalArgName}`, + 'ARG_UNKNOWN_OPTION' + ); + } + } + + const [type, isFlag] = handlers[argName]; + + if (!isFlag && j + 1 < separatedArguments.length) { + throw new ArgError( + `option requires argument (but was followed by another short argument): ${originalArgName}`, + 'ARG_MISSING_REQUIRED_SHORTARG' + ); + } + + if (isFlag) { + result[argName] = type(true, argName, result[argName]); + } else if (argStr === undefined) { + if ( + argv.length < i + 2 || + (argv[i + 1].length > 1 && + argv[i + 1][0] === '-' && + !( + argv[i + 1].match(/^-?\d*(\.(?=\d))?\d*$/) && + (type === Number || + // eslint-disable-next-line no-undef + (typeof BigInt !== 'undefined' && type === BigInt)) + )) + ) { + const extended = + originalArgName === argName ? '' : ` (alias for ${argName})`; + throw new ArgError( + `option requires argument: ${originalArgName}${extended}`, + 'ARG_MISSING_REQUIRED_LONGARG' + ); + } + + result[argName] = type(argv[i + 1], argName, result[argName]); + ++i; + } else { + result[argName] = type(argStr, argName, result[argName]); + } + } + } else { + result._.push(wholeArg); + } + } + + return result; +} + +arg.flag = (fn) => { + fn[flagSymbol] = true; + return fn; +}; + +// Utility types +arg.COUNT = arg.flag((v, name, existingCount) => (existingCount || 0) + 1); + +// Expose error class +arg.ArgError = ArgError; + +var arg_1 = arg; + +/** + @license + The MIT License (MIT) + + Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. +*/ +function getOptionValue(opt) { + parseOptions(); + return options[opt]; +} +let options; +function parseOptions() { + if (!options) { + options = { + "--conditions": [], + ...parseArgv(getNodeOptionsEnvArgv()), + ...parseArgv(process.execArgv) + }; + } +} +function parseArgv(argv) { + return arg_1( + { + "--conditions": [String], + "-C": "--conditions" + }, + { + argv, + permissive: true + } + ); +} +function getNodeOptionsEnvArgv() { + const errors = []; + const envArgv = ParseNodeOptionsEnvVar(process.env.NODE_OPTIONS || "", errors); + if (errors.length !== 0) ; + return envArgv; +} +function ParseNodeOptionsEnvVar(node_options, errors) { + const env_argv = []; + let is_in_string = false; + let will_start_new_arg = true; + for (let index = 0; index < node_options.length; ++index) { + let c = node_options[index]; + if (c === "\\" && is_in_string) { + if (index + 1 === node_options.length) { + errors.push("invalid value for NODE_OPTIONS (invalid escape)\n"); + return env_argv; + } else { + c = node_options[++index]; + } + } else if (c === " " && !is_in_string) { + will_start_new_arg = true; + continue; + } else if (c === '"') { + is_in_string = !is_in_string; + continue; + } + if (will_start_new_arg) { + env_argv.push(c); + will_start_new_arg = false; + } else { + env_argv[env_argv.length - 1] += c; + } + } + if (is_in_string) { + errors.push("invalid value for NODE_OPTIONS (unterminated string)\n"); + } + return env_argv; +} + +function makeApi(runtimeState, opts) { + const alwaysWarnOnFallback = Number(process.env.PNP_ALWAYS_WARN_ON_FALLBACK) > 0; + const debugLevel = Number(process.env.PNP_DEBUG_LEVEL); + const pathRegExp = /^(?![a-zA-Z]:[\\/]|\\\\|\.{0,2}(?:\/|$))((?:node:)?(?:@[^/]+\/)?[^/]+)\/*(.*|)$/; + const isStrictRegExp = /^(\/|\.{1,2}(\/|$))/; + const isDirRegExp = /\/$/; + const isRelativeRegexp = /^\.{0,2}\//; + const topLevelLocator = { name: null, reference: null }; + const fallbackLocators = []; + const emittedWarnings = /* @__PURE__ */ new Set(); + if (runtimeState.enableTopLevelFallback === true) + fallbackLocators.push(topLevelLocator); + if (opts.compatibilityMode !== false) { + for (const name of [`react-scripts`, `gatsby`]) { + const packageStore = runtimeState.packageRegistry.get(name); + if (packageStore) { + for (const reference of packageStore.keys()) { + if (reference === null) { + throw new Error(`Assertion failed: This reference shouldn't be null`); + } else { + fallbackLocators.push({ name, reference }); + } + } + } + } + } + const { + ignorePattern, + packageRegistry, + packageLocatorsByLocations + } = runtimeState; + function makeLogEntry(name, args) { + return { + fn: name, + args, + error: null, + result: null + }; + } + function trace(entry) { + const colors = process.stderr?.hasColors?.() ?? process.stdout.isTTY; + const c = (n, str) => `\x1B[${n}m${str}\x1B[0m`; + const error = entry.error; + if (error) + console.error(c(`31;1`, `\u2716 ${entry.error?.message.replace(/\n.*/s, ``)}`)); + else + console.error(c(`33;1`, `\u203C Resolution`)); + if (entry.args.length > 0) + console.error(); + for (const arg of entry.args) + console.error(` ${c(`37;1`, `In \u2190`)} ${nodeUtils.inspect(arg, { colors, compact: true })}`); + if (entry.result) { + console.error(); + console.error(` ${c(`37;1`, `Out \u2192`)} ${nodeUtils.inspect(entry.result, { colors, compact: true })}`); + } + const stack = new Error().stack.match(/(?<=^ +)at.*/gm)?.slice(2) ?? []; + if (stack.length > 0) { + console.error(); + for (const line of stack) { + console.error(` ${c(`38;5;244`, line)}`); + } + } + console.error(); + } + function maybeLog(name, fn) { + if (opts.allowDebug === false) + return fn; + if (Number.isFinite(debugLevel)) { + if (debugLevel >= 2) { + return (...args) => { + const logEntry = makeLogEntry(name, args); + try { + return logEntry.result = fn(...args); + } catch (error) { + throw logEntry.error = error; + } finally { + trace(logEntry); + } + }; + } else if (debugLevel >= 1) { + return (...args) => { + try { + return fn(...args); + } catch (error) { + const logEntry = makeLogEntry(name, args); + logEntry.error = error; + trace(logEntry); + throw error; + } + }; + } + } + return fn; + } + function getPackageInformationSafe(packageLocator) { + const packageInformation = getPackageInformation(packageLocator); + if (!packageInformation) { + throw makeError( + ErrorCode.INTERNAL, + `Couldn't find a matching entry in the dependency tree for the specified parent (this is probably an internal error)` + ); + } + return packageInformation; + } + function isDependencyTreeRoot(packageLocator) { + if (packageLocator.name === null) + return true; + for (const dependencyTreeRoot of runtimeState.dependencyTreeRoots) + if (dependencyTreeRoot.name === packageLocator.name && dependencyTreeRoot.reference === packageLocator.reference) + return true; + return false; + } + const defaultExportsConditions = /* @__PURE__ */ new Set([ + `node`, + `require`, + ...getOptionValue(`--conditions`) + ]); + function applyNodeExportsResolution(unqualifiedPath, conditions = defaultExportsConditions, issuer) { + const locator = findPackageLocator(ppath.join(unqualifiedPath, `internal.js`), { + resolveIgnored: true, + includeDiscardFromLookup: true + }); + if (locator === null) { + throw makeError( + ErrorCode.INTERNAL, + `The locator that owns the "${unqualifiedPath}" path can't be found inside the dependency tree (this is probably an internal error)` + ); + } + const { packageLocation } = getPackageInformationSafe(locator); + const manifestPath = ppath.join(packageLocation, Filename.manifest); + if (!opts.fakeFs.existsSync(manifestPath)) + return null; + const pkgJson = JSON.parse(opts.fakeFs.readFileSync(manifestPath, `utf8`)); + if (pkgJson.exports == null) + return null; + let subpath = ppath.contains(packageLocation, unqualifiedPath); + if (subpath === null) { + throw makeError( + ErrorCode.INTERNAL, + `unqualifiedPath doesn't contain the packageLocation (this is probably an internal error)` + ); + } + if (subpath !== `.` && !isRelativeRegexp.test(subpath)) + subpath = `./${subpath}`; + try { + const resolvedExport = packageExportsResolve({ + packageJSONUrl: url.pathToFileURL(npath.fromPortablePath(manifestPath)), + packageSubpath: subpath, + exports: pkgJson.exports, + base: issuer ? url.pathToFileURL(npath.fromPortablePath(issuer)) : null, + conditions + }); + return npath.toPortablePath(url.fileURLToPath(resolvedExport)); + } catch (error) { + throw makeError( + ErrorCode.EXPORTS_RESOLUTION_FAILED, + error.message, + { unqualifiedPath: getPathForDisplay(unqualifiedPath), locator, pkgJson, subpath: getPathForDisplay(subpath), conditions }, + error.code + ); + } + } + function applyNodeExtensionResolution(unqualifiedPath, candidates, { extensions }) { + let stat; + try { + candidates.push(unqualifiedPath); + stat = opts.fakeFs.statSync(unqualifiedPath); + } catch (error) { + } + if (stat && !stat.isDirectory()) + return opts.fakeFs.realpathSync(unqualifiedPath); + if (stat && stat.isDirectory()) { + let pkgJson; + try { + pkgJson = JSON.parse(opts.fakeFs.readFileSync(ppath.join(unqualifiedPath, Filename.manifest), `utf8`)); + } catch (error) { + } + let nextUnqualifiedPath; + if (pkgJson && pkgJson.main) + nextUnqualifiedPath = ppath.resolve(unqualifiedPath, pkgJson.main); + if (nextUnqualifiedPath && nextUnqualifiedPath !== unqualifiedPath) { + const resolution = applyNodeExtensionResolution(nextUnqualifiedPath, candidates, { extensions }); + if (resolution !== null) { + return resolution; + } + } + } + for (let i = 0, length = extensions.length; i < length; i++) { + const candidateFile = `${unqualifiedPath}${extensions[i]}`; + candidates.push(candidateFile); + if (opts.fakeFs.existsSync(candidateFile)) { + return candidateFile; + } + } + if (stat && stat.isDirectory()) { + for (let i = 0, length = extensions.length; i < length; i++) { + const candidateFile = ppath.format({ dir: unqualifiedPath, name: `index`, ext: extensions[i] }); + candidates.push(candidateFile); + if (opts.fakeFs.existsSync(candidateFile)) { + return candidateFile; + } + } + } + return null; + } + function makeFakeModule(path) { + const fakeModule = new require$$0.Module(path, null); + fakeModule.filename = path; + fakeModule.paths = require$$0.Module._nodeModulePaths(path); + return fakeModule; + } + function callNativeResolution(request, issuer) { + if (issuer.endsWith(`/`)) + issuer = ppath.join(issuer, `internal.js`); + return require$$0.Module._resolveFilename(npath.fromPortablePath(request), makeFakeModule(npath.fromPortablePath(issuer)), false, { plugnplay: false }); + } + function isPathIgnored(path) { + if (ignorePattern === null) + return false; + const subPath = ppath.contains(runtimeState.basePath, path); + if (subPath === null) + return false; + if (ignorePattern.test(subPath.replace(/\/$/, ``))) { + return true; + } else { + return false; + } + } + const VERSIONS = { std: 3, resolveVirtual: 1, getAllLocators: 1 }; + const topLevel = topLevelLocator; + function getPackageInformation({ name, reference }) { + const packageInformationStore = packageRegistry.get(name); + if (!packageInformationStore) + return null; + const packageInformation = packageInformationStore.get(reference); + if (!packageInformation) + return null; + return packageInformation; + } + function findPackageDependents({ name, reference }) { + const dependents = []; + for (const [dependentName, packageInformationStore] of packageRegistry) { + if (dependentName === null) + continue; + for (const [dependentReference, packageInformation] of packageInformationStore) { + if (dependentReference === null) + continue; + const dependencyReference = packageInformation.packageDependencies.get(name); + if (dependencyReference !== reference) + continue; + if (dependentName === name && dependentReference === reference) + continue; + dependents.push({ + name: dependentName, + reference: dependentReference + }); + } + } + return dependents; + } + function findBrokenPeerDependencies(dependency, initialPackage) { + const brokenPackages = /* @__PURE__ */ new Map(); + const alreadyVisited = /* @__PURE__ */ new Set(); + const traversal = (currentPackage) => { + const identifier = JSON.stringify(currentPackage.name); + if (alreadyVisited.has(identifier)) + return; + alreadyVisited.add(identifier); + const dependents = findPackageDependents(currentPackage); + for (const dependent of dependents) { + const dependentInformation = getPackageInformationSafe(dependent); + if (dependentInformation.packagePeers.has(dependency)) { + traversal(dependent); + } else { + let brokenSet = brokenPackages.get(dependent.name); + if (typeof brokenSet === `undefined`) + brokenPackages.set(dependent.name, brokenSet = /* @__PURE__ */ new Set()); + brokenSet.add(dependent.reference); + } + } + }; + traversal(initialPackage); + const brokenList = []; + for (const name of [...brokenPackages.keys()].sort()) + for (const reference of [...brokenPackages.get(name)].sort()) + brokenList.push({ name, reference }); + return brokenList; + } + function findPackageLocator(location, { resolveIgnored = false, includeDiscardFromLookup = false } = {}) { + if (isPathIgnored(location) && !resolveIgnored) + return null; + let relativeLocation = ppath.relative(runtimeState.basePath, location); + if (!relativeLocation.match(isStrictRegExp)) + relativeLocation = `./${relativeLocation}`; + if (!relativeLocation.endsWith(`/`)) + relativeLocation = `${relativeLocation}/`; + do { + const entry = packageLocatorsByLocations.get(relativeLocation); + if (typeof entry === `undefined` || entry.discardFromLookup && !includeDiscardFromLookup) { + relativeLocation = relativeLocation.substring(0, relativeLocation.lastIndexOf(`/`, relativeLocation.length - 2) + 1); + continue; + } + return entry.locator; + } while (relativeLocation !== ``); + return null; + } + function tryReadFile(filePath) { + try { + return opts.fakeFs.readFileSync(npath.toPortablePath(filePath), `utf8`); + } catch (err) { + if (err.code === `ENOENT`) + return void 0; + throw err; + } + } + function resolveToUnqualified(request, issuer, { considerBuiltins = true } = {}) { + if (request.startsWith(`#`)) + throw new Error(`resolveToUnqualified can not handle private import mappings`); + if (request === `pnpapi`) + return npath.toPortablePath(opts.pnpapiResolution); + if (considerBuiltins && require$$0.isBuiltin(request)) + return null; + const requestForDisplay = getPathForDisplay(request); + const issuerForDisplay = issuer && getPathForDisplay(issuer); + if (issuer && isPathIgnored(issuer)) { + if (!ppath.isAbsolute(request) || findPackageLocator(request) === null) { + const result = callNativeResolution(request, issuer); + if (result === false) { + throw makeError( + ErrorCode.BUILTIN_NODE_RESOLUTION_FAILED, + `The builtin node resolution algorithm was unable to resolve the requested module (it didn't go through the pnp resolver because the issuer was explicitely ignored by the regexp) + +Require request: "${requestForDisplay}" +Required by: ${issuerForDisplay} +`, + { request: requestForDisplay, issuer: issuerForDisplay } + ); + } + return npath.toPortablePath(result); + } + } + let unqualifiedPath; + const dependencyNameMatch = request.match(pathRegExp); + if (!dependencyNameMatch) { + if (ppath.isAbsolute(request)) { + unqualifiedPath = ppath.normalize(request); + } else { + if (!issuer) { + throw makeError( + ErrorCode.API_ERROR, + `The resolveToUnqualified function must be called with a valid issuer when the path isn't a builtin nor absolute`, + { request: requestForDisplay, issuer: issuerForDisplay } + ); + } + const absoluteIssuer = ppath.resolve(issuer); + if (issuer.match(isDirRegExp)) { + unqualifiedPath = ppath.normalize(ppath.join(absoluteIssuer, request)); + } else { + unqualifiedPath = ppath.normalize(ppath.join(ppath.dirname(absoluteIssuer), request)); + } + } + } else { + if (!issuer) { + throw makeError( + ErrorCode.API_ERROR, + `The resolveToUnqualified function must be called with a valid issuer when the path isn't a builtin nor absolute`, + { request: requestForDisplay, issuer: issuerForDisplay } + ); + } + const [, dependencyName, subPath] = dependencyNameMatch; + const issuerLocator = findPackageLocator(issuer); + if (!issuerLocator) { + const result = callNativeResolution(request, issuer); + if (result === false) { + throw makeError( + ErrorCode.BUILTIN_NODE_RESOLUTION_FAILED, + `The builtin node resolution algorithm was unable to resolve the requested module (it didn't go through the pnp resolver because the issuer doesn't seem to be part of the Yarn-managed dependency tree). + +Require path: "${requestForDisplay}" +Required by: ${issuerForDisplay} +`, + { request: requestForDisplay, issuer: issuerForDisplay } + ); + } + return npath.toPortablePath(result); + } + const issuerInformation = getPackageInformationSafe(issuerLocator); + let dependencyReference = issuerInformation.packageDependencies.get(dependencyName); + let fallbackReference = null; + if (dependencyReference == null) { + if (issuerLocator.name !== null) { + const exclusionEntry = runtimeState.fallbackExclusionList.get(issuerLocator.name); + const canUseFallbacks = !exclusionEntry || !exclusionEntry.has(issuerLocator.reference); + if (canUseFallbacks) { + for (let t = 0, T = fallbackLocators.length; t < T; ++t) { + const fallbackInformation = getPackageInformationSafe(fallbackLocators[t]); + const reference = fallbackInformation.packageDependencies.get(dependencyName); + if (reference == null) + continue; + if (alwaysWarnOnFallback) + fallbackReference = reference; + else + dependencyReference = reference; + break; + } + if (runtimeState.enableTopLevelFallback) { + if (dependencyReference == null && fallbackReference === null) { + const reference = runtimeState.fallbackPool.get(dependencyName); + if (reference != null) { + fallbackReference = reference; + } + } + } + } + } + } + let error = null; + if (dependencyReference === null) { + if (isDependencyTreeRoot(issuerLocator)) { + error = makeError( + ErrorCode.MISSING_PEER_DEPENDENCY, + `Your application tried to access ${dependencyName} (a peer dependency); this isn't allowed as there is no ancestor to satisfy the requirement. Use a devDependency if needed. + +Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``} +Required by: ${issuerForDisplay} +`, + { request: requestForDisplay, issuer: issuerForDisplay, dependencyName } + ); + } else { + const brokenAncestors = findBrokenPeerDependencies(dependencyName, issuerLocator); + if (brokenAncestors.every((ancestor) => isDependencyTreeRoot(ancestor))) { + error = makeError( + ErrorCode.MISSING_PEER_DEPENDENCY, + `${issuerLocator.name} tried to access ${dependencyName} (a peer dependency) but it isn't provided by your application; this makes the require call ambiguous and unsound. + +Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``} +Required by: ${issuerLocator.name}@${issuerLocator.reference} (via ${issuerForDisplay}) +${brokenAncestors.map((ancestorLocator) => `Ancestor breaking the chain: ${ancestorLocator.name}@${ancestorLocator.reference} +`).join(``)} +`, + { request: requestForDisplay, issuer: issuerForDisplay, issuerLocator: Object.assign({}, issuerLocator), dependencyName, brokenAncestors } + ); + } else { + error = makeError( + ErrorCode.MISSING_PEER_DEPENDENCY, + `${issuerLocator.name} tried to access ${dependencyName} (a peer dependency) but it isn't provided by its ancestors; this makes the require call ambiguous and unsound. + +Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``} +Required by: ${issuerLocator.name}@${issuerLocator.reference} (via ${issuerForDisplay}) + +${brokenAncestors.map((ancestorLocator) => `Ancestor breaking the chain: ${ancestorLocator.name}@${ancestorLocator.reference} +`).join(``)} +`, + { request: requestForDisplay, issuer: issuerForDisplay, issuerLocator: Object.assign({}, issuerLocator), dependencyName, brokenAncestors } + ); + } + } + } else if (dependencyReference === void 0) { + if (!considerBuiltins && require$$0.isBuiltin(request)) { + if (isDependencyTreeRoot(issuerLocator)) { + error = makeError( + ErrorCode.UNDECLARED_DEPENDENCY, + `Your application tried to access ${dependencyName}. While this module is usually interpreted as a Node builtin, your resolver is running inside a non-Node resolution context where such builtins are ignored. Since ${dependencyName} isn't otherwise declared in your dependencies, this makes the require call ambiguous and unsound. + +Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``} +Required by: ${issuerForDisplay} +`, + { request: requestForDisplay, issuer: issuerForDisplay, dependencyName } + ); + } else { + error = makeError( + ErrorCode.UNDECLARED_DEPENDENCY, + `${issuerLocator.name} tried to access ${dependencyName}. While this module is usually interpreted as a Node builtin, your resolver is running inside a non-Node resolution context where such builtins are ignored. Since ${dependencyName} isn't otherwise declared in ${issuerLocator.name}'s dependencies, this makes the require call ambiguous and unsound. + +Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``} +Required by: ${issuerForDisplay} +`, + { request: requestForDisplay, issuer: issuerForDisplay, issuerLocator: Object.assign({}, issuerLocator), dependencyName } + ); + } + } else { + if (isDependencyTreeRoot(issuerLocator)) { + error = makeError( + ErrorCode.UNDECLARED_DEPENDENCY, + `Your application tried to access ${dependencyName}, but it isn't declared in your dependencies; this makes the require call ambiguous and unsound. + +Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``} +Required by: ${issuerForDisplay} +`, + { request: requestForDisplay, issuer: issuerForDisplay, dependencyName } + ); + } else { + error = makeError( + ErrorCode.UNDECLARED_DEPENDENCY, + `${issuerLocator.name} tried to access ${dependencyName}, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound. + +Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``} +Required by: ${issuerLocator.name}@${issuerLocator.reference} (via ${issuerForDisplay}) +`, + { request: requestForDisplay, issuer: issuerForDisplay, issuerLocator: Object.assign({}, issuerLocator), dependencyName } + ); + } + } + } + if (dependencyReference == null) { + if (fallbackReference === null || error === null) + throw error || new Error(`Assertion failed: Expected an error to have been set`); + dependencyReference = fallbackReference; + const message = error.message.replace(/\n.*/g, ``); + error.message = message; + if (!emittedWarnings.has(message) && debugLevel !== 0) { + emittedWarnings.add(message); + process.emitWarning(error); + } + } + const dependencyLocator = Array.isArray(dependencyReference) ? { name: dependencyReference[0], reference: dependencyReference[1] } : { name: dependencyName, reference: dependencyReference }; + const dependencyInformation = getPackageInformationSafe(dependencyLocator); + if (!dependencyInformation.packageLocation) { + throw makeError( + ErrorCode.MISSING_DEPENDENCY, + `A dependency seems valid but didn't get installed for some reason. This might be caused by a partial install, such as dev vs prod. + +Required package: ${dependencyLocator.name}@${dependencyLocator.reference}${dependencyLocator.name !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``} +Required by: ${issuerLocator.name}@${issuerLocator.reference} (via ${issuerForDisplay}) +`, + { request: requestForDisplay, issuer: issuerForDisplay, dependencyLocator: Object.assign({}, dependencyLocator) } + ); + } + const dependencyLocation = dependencyInformation.packageLocation; + if (subPath) { + unqualifiedPath = ppath.join(dependencyLocation, subPath); + } else { + unqualifiedPath = dependencyLocation; + } + } + return ppath.normalize(unqualifiedPath); + } + function resolveUnqualifiedExport(request, unqualifiedPath, conditions = defaultExportsConditions, issuer) { + if (isStrictRegExp.test(request)) + return unqualifiedPath; + const unqualifiedExportPath = applyNodeExportsResolution(unqualifiedPath, conditions, issuer); + if (unqualifiedExportPath) { + return ppath.normalize(unqualifiedExportPath); + } else { + return unqualifiedPath; + } + } + function resolveUnqualified(unqualifiedPath, { extensions = Object.keys(require$$0.Module._extensions) } = {}) { + const candidates = []; + const qualifiedPath = applyNodeExtensionResolution(unqualifiedPath, candidates, { extensions }); + if (qualifiedPath) { + return ppath.normalize(qualifiedPath); + } else { + reportRequiredFilesToWatchMode(candidates.map((candidate) => npath.fromPortablePath(candidate))); + const unqualifiedPathForDisplay = getPathForDisplay(unqualifiedPath); + const containingPackage = findPackageLocator(unqualifiedPath); + if (containingPackage) { + const { packageLocation } = getPackageInformationSafe(containingPackage); + let exists = true; + try { + opts.fakeFs.accessSync(packageLocation); + } catch (err) { + if (err?.code === `ENOENT`) { + exists = false; + } else { + const readableError = (err?.message ?? err ?? `empty exception thrown`).replace(/^[A-Z]/, ($0) => $0.toLowerCase()); + throw makeError(ErrorCode.QUALIFIED_PATH_RESOLUTION_FAILED, `Required package exists but could not be accessed (${readableError}). + +Missing package: ${containingPackage.name}@${containingPackage.reference} +Expected package location: ${getPathForDisplay(packageLocation)} +`, { unqualifiedPath: unqualifiedPathForDisplay, extensions }); + } + } + if (!exists) { + const errorMessage = packageLocation.includes(`/unplugged/`) ? `Required unplugged package missing from disk. This may happen when switching branches without running installs (unplugged packages must be fully materialized on disk to work).` : `Required package missing from disk. If you keep your packages inside your repository then restarting the Node process may be enough. Otherwise, try to run an install first.`; + throw makeError( + ErrorCode.QUALIFIED_PATH_RESOLUTION_FAILED, + `${errorMessage} + +Missing package: ${containingPackage.name}@${containingPackage.reference} +Expected package location: ${getPathForDisplay(packageLocation)} +`, + { unqualifiedPath: unqualifiedPathForDisplay, extensions } + ); + } + } + throw makeError( + ErrorCode.QUALIFIED_PATH_RESOLUTION_FAILED, + `Qualified path resolution failed: we looked for the following paths, but none could be accessed. + +Source path: ${unqualifiedPathForDisplay} +${candidates.map((candidate) => `Not found: ${getPathForDisplay(candidate)} +`).join(``)}`, + { unqualifiedPath: unqualifiedPathForDisplay, extensions } + ); + } + } + function resolvePrivateRequest(request, issuer, opts2) { + if (!issuer) + throw new Error(`Assertion failed: An issuer is required to resolve private import mappings`); + const resolved = packageImportsResolve({ + name: request, + base: url.pathToFileURL(npath.fromPortablePath(issuer)), + conditions: opts2.conditions ?? defaultExportsConditions, + readFileSyncFn: tryReadFile + }); + if (resolved instanceof URL) { + return resolveUnqualified(npath.toPortablePath(url.fileURLToPath(resolved)), { extensions: opts2.extensions }); + } else { + if (resolved.startsWith(`#`)) + throw new Error(`Mapping from one private import to another isn't allowed`); + return resolveRequest(resolved, issuer, opts2); + } + } + function resolveRequest(request, issuer, opts2 = {}) { + try { + if (request.startsWith(`#`)) + return resolvePrivateRequest(request, issuer, opts2); + const { considerBuiltins, extensions, conditions } = opts2; + const unqualifiedPath = resolveToUnqualified(request, issuer, { considerBuiltins }); + if (request === `pnpapi`) + return unqualifiedPath; + if (unqualifiedPath === null) + return null; + const isIssuerIgnored = () => issuer !== null ? isPathIgnored(issuer) : false; + const remappedPath = (!considerBuiltins || !require$$0.isBuiltin(request)) && !isIssuerIgnored() ? resolveUnqualifiedExport(request, unqualifiedPath, conditions, issuer) : unqualifiedPath; + return resolveUnqualified(remappedPath, { extensions }); + } catch (error) { + if (Object.hasOwn(error, `pnpCode`)) + Object.assign(error.data, { request: getPathForDisplay(request), issuer: issuer && getPathForDisplay(issuer) }); + throw error; + } + } + function resolveVirtual(request) { + const normalized = ppath.normalize(request); + const resolved = VirtualFS.resolveVirtual(normalized); + return resolved !== normalized ? resolved : null; + } + return { + VERSIONS, + topLevel, + getLocator: (name, referencish) => { + if (Array.isArray(referencish)) { + return { name: referencish[0], reference: referencish[1] }; + } else { + return { name, reference: referencish }; + } + }, + getDependencyTreeRoots: () => { + return [...runtimeState.dependencyTreeRoots]; + }, + getAllLocators() { + const locators = []; + for (const [name, entry] of packageRegistry) + for (const reference of entry.keys()) + if (name !== null && reference !== null) + locators.push({ name, reference }); + return locators; + }, + getPackageInformation: (locator) => { + const info = getPackageInformation(locator); + if (info === null) + return null; + const packageLocation = npath.fromPortablePath(info.packageLocation); + const nativeInfo = { ...info, packageLocation }; + return nativeInfo; + }, + findPackageLocator: (path) => { + return findPackageLocator(npath.toPortablePath(path)); + }, + resolveToUnqualified: maybeLog(`resolveToUnqualified`, (request, issuer, opts2) => { + const portableIssuer = issuer !== null ? npath.toPortablePath(issuer) : null; + const resolution = resolveToUnqualified(npath.toPortablePath(request), portableIssuer, opts2); + if (resolution === null) + return null; + return npath.fromPortablePath(resolution); + }), + resolveUnqualified: maybeLog(`resolveUnqualified`, (unqualifiedPath, opts2) => { + return npath.fromPortablePath(resolveUnqualified(npath.toPortablePath(unqualifiedPath), opts2)); + }), + resolveRequest: maybeLog(`resolveRequest`, (request, issuer, opts2) => { + const portableIssuer = issuer !== null ? npath.toPortablePath(issuer) : null; + const resolution = resolveRequest(npath.toPortablePath(request), portableIssuer, opts2); + if (resolution === null) + return null; + return npath.fromPortablePath(resolution); + }), + resolveVirtual: maybeLog(`resolveVirtual`, (path) => { + const result = resolveVirtual(npath.toPortablePath(path)); + if (result !== null) { + return npath.fromPortablePath(result); + } else { + return null; + } + }) + }; +} + +function makeManager(pnpapi, opts) { + const initialApiPath = npath.toPortablePath(pnpapi.resolveToUnqualified(`pnpapi`, null)); + const initialApiStats = opts.fakeFs.statSync(npath.toPortablePath(initialApiPath)); + const apiMetadata = /* @__PURE__ */ new Map([ + [initialApiPath, { + instance: pnpapi, + stats: initialApiStats, + lastRefreshCheck: Date.now() + }] + ]); + function loadApiInstance(pnpApiPath) { + const nativePath = npath.fromPortablePath(pnpApiPath); + const module = new require$$0.Module(nativePath, null); + module.load(nativePath); + return module.exports; + } + function refreshApiEntry(pnpApiPath, apiEntry) { + const timeNow = Date.now(); + if (timeNow - apiEntry.lastRefreshCheck < 500) + return; + apiEntry.lastRefreshCheck = timeNow; + const stats = opts.fakeFs.statSync(pnpApiPath); + if (stats.mtime > apiEntry.stats.mtime) { + process.emitWarning(`[Warning] The runtime detected new information in a PnP file; reloading the API instance (${npath.fromPortablePath(pnpApiPath)})`); + apiEntry.stats = stats; + apiEntry.instance = loadApiInstance(pnpApiPath); + } + } + function getApiEntry(pnpApiPath, refresh = false) { + let apiEntry = apiMetadata.get(pnpApiPath); + if (typeof apiEntry !== `undefined`) { + if (refresh) { + refreshApiEntry(pnpApiPath, apiEntry); + } + } else { + apiMetadata.set(pnpApiPath, apiEntry = { + instance: loadApiInstance(pnpApiPath), + stats: opts.fakeFs.statSync(pnpApiPath), + lastRefreshCheck: Date.now() + }); + } + return apiEntry; + } + const findApiPathCache = /* @__PURE__ */ new Map(); + function addToCacheAndReturn(start, end, target) { + if (target !== null) { + target = VirtualFS.resolveVirtual(target); + target = opts.fakeFs.realpathSync(target); + } + let curr; + let next = start; + do { + curr = next; + findApiPathCache.set(curr, target); + next = ppath.dirname(curr); + } while (curr !== end); + return target; + } + function findApiPathFor(modulePath) { + let bestCandidate = null; + for (const [apiPath, apiEntry] of apiMetadata) { + const locator = apiEntry.instance.findPackageLocator(modulePath); + if (!locator) + continue; + if (apiMetadata.size === 1) + return apiPath; + const packageInformation = apiEntry.instance.getPackageInformation(locator); + if (!packageInformation) + throw new Error(`Assertion failed: Couldn't get package information for '${modulePath}'`); + if (!bestCandidate) + bestCandidate = { packageLocation: packageInformation.packageLocation, apiPaths: [] }; + if (packageInformation.packageLocation === bestCandidate.packageLocation) { + bestCandidate.apiPaths.push(apiPath); + } else if (packageInformation.packageLocation.length > bestCandidate.packageLocation.length) { + bestCandidate = { packageLocation: packageInformation.packageLocation, apiPaths: [apiPath] }; + } + } + if (bestCandidate) { + if (bestCandidate.apiPaths.length === 1) + return bestCandidate.apiPaths[0]; + const controlSegment = bestCandidate.apiPaths.map((apiPath) => ` ${npath.fromPortablePath(apiPath)}`).join(` +`); + throw new Error(`Unable to locate pnpapi, the module '${modulePath}' is controlled by multiple pnpapi instances. +This is usually caused by using the global cache (enableGlobalCache: true) + +Controlled by: +${controlSegment} +`); + } + const start = ppath.resolve(npath.toPortablePath(modulePath)); + let curr; + let next = start; + do { + curr = next; + const cached = findApiPathCache.get(curr); + if (cached !== void 0) + return addToCacheAndReturn(start, curr, cached); + const cjsCandidate = ppath.join(curr, Filename.pnpCjs); + if (opts.fakeFs.existsSync(cjsCandidate) && opts.fakeFs.statSync(cjsCandidate).isFile()) + return addToCacheAndReturn(start, curr, cjsCandidate); + const legacyCjsCandidate = ppath.join(curr, Filename.pnpJs); + if (opts.fakeFs.existsSync(legacyCjsCandidate) && opts.fakeFs.statSync(legacyCjsCandidate).isFile()) + return addToCacheAndReturn(start, curr, legacyCjsCandidate); + next = ppath.dirname(curr); + } while (curr !== PortablePath.root); + return addToCacheAndReturn(start, curr, null); + } + const moduleToApiPathCache = /* @__PURE__ */ new WeakMap(); + function getApiPathFromParent(parent) { + if (parent == null) + return initialApiPath; + let apiPath = moduleToApiPathCache.get(parent); + if (typeof apiPath !== `undefined`) + return apiPath; + apiPath = parent.filename ? findApiPathFor(parent.filename) : null; + moduleToApiPathCache.set(parent, apiPath); + return apiPath; + } + return { + getApiPathFromParent, + findApiPathFor, + getApiEntry + }; +} + +const localFs = { ...fs__default.default }; +const nodeFs = new NodeFS(localFs); +const defaultRuntimeState = $$SETUP_STATE(hydrateRuntimeState); +const defaultPnpapiResolution = __filename; +const defaultFsLayer = new VirtualFS({ + baseFs: new ZipOpenFS({ + baseFs: nodeFs, + maxOpenFiles: 80, + readOnlyArchives: true + }) +}); +class DynamicFS extends ProxiedFS { + baseFs = defaultFsLayer; + constructor() { + super(ppath); + } + mapToBase(p) { + return p; + } + mapFromBase(p) { + return p; + } +} +const dynamicFsLayer = new DynamicFS(); +let manager; +const defaultApi = Object.assign(makeApi(defaultRuntimeState, { + fakeFs: dynamicFsLayer, + pnpapiResolution: defaultPnpapiResolution +}), { + /** + * Can be used to generate a different API than the default one (for example + * to map it on `/` rather than the local directory path, or to use a + * different FS layer than the default one). + */ + makeApi: ({ + basePath = void 0, + fakeFs = dynamicFsLayer, + pnpapiResolution = defaultPnpapiResolution, + ...rest + }) => { + const apiRuntimeState = typeof basePath !== `undefined` ? $$SETUP_STATE(hydrateRuntimeState, basePath) : defaultRuntimeState; + return makeApi(apiRuntimeState, { + fakeFs, + pnpapiResolution, + ...rest + }); + }, + /** + * Will inject the specified API into the environment, monkey-patching FS. Is + * automatically called when the hook is loaded through `--require`. + */ + setup: (api) => { + applyPatch(api || defaultApi, { + fakeFs: defaultFsLayer, + manager + }); + dynamicFsLayer.baseFs = new NodeFS(fs__default.default); + } +}); +manager = makeManager(defaultApi, { + fakeFs: dynamicFsLayer +}); +if (module.parent && module.parent.id === `internal/preload`) { + defaultApi.setup(); + if (module.filename) { + delete require$$0__default.default._cache[module.filename]; + } +} +if (process.mainModule === module) { + const reportError = (code, message, data) => { + process.stdout.write(`${JSON.stringify([{ code, message, data }, null])} +`); + }; + const reportSuccess = (resolution) => { + process.stdout.write(`${JSON.stringify([null, resolution])} +`); + }; + const processResolution = (request, issuer) => { + try { + reportSuccess(defaultApi.resolveRequest(request, issuer)); + } catch (error) { + reportError(error.code, error.message, error.data); + } + }; + const processRequest = (data) => { + try { + const [request, issuer] = JSON.parse(data); + processResolution(request, issuer); + } catch (error) { + reportError(`INVALID_JSON`, error.message, error.data); + } + }; + if (process.argv.length > 2) { + if (process.argv.length !== 4) { + process.stderr.write(`Usage: ${process.argv[0]} ${process.argv[1]} +`); + process.exitCode = 64; + } else { + processResolution(process.argv[2], process.argv[3]); + } + } else { + let buffer = ``; + const decoder = new StringDecoder__default.default.StringDecoder(); + process.stdin.on(`data`, (chunk) => { + buffer += decoder.write(chunk); + do { + const index = buffer.indexOf(` +`); + if (index === -1) + break; + const line = buffer.slice(0, index); + buffer = buffer.slice(index + 1); + processRequest(line); + } while (true); + }); + } +} + +module.exports = defaultApi; diff --git a/.pnp.loader.mjs b/.pnp.loader.mjs new file mode 100644 index 00000000..e5a54290 --- /dev/null +++ b/.pnp.loader.mjs @@ -0,0 +1,2126 @@ +/* eslint-disable */ +// @ts-nocheck + +import fs from 'fs'; +import { URL as URL$1, fileURLToPath, pathToFileURL } from 'url'; +import path from 'path'; +import { createHash } from 'crypto'; +import { EOL } from 'os'; +import esmModule, { createRequire, isBuiltin } from 'module'; +import assert from 'assert'; + +const SAFE_TIME = 456789e3; + +const PortablePath = { + root: `/`, + dot: `.`, + parent: `..` +}; +const npath = Object.create(path); +const ppath = Object.create(path.posix); +npath.cwd = () => process.cwd(); +ppath.cwd = process.platform === `win32` ? () => toPortablePath(process.cwd()) : process.cwd; +if (process.platform === `win32`) { + ppath.resolve = (...segments) => { + if (segments.length > 0 && ppath.isAbsolute(segments[0])) { + return path.posix.resolve(...segments); + } else { + return path.posix.resolve(ppath.cwd(), ...segments); + } + }; +} +const contains = function(pathUtils, from, to) { + from = pathUtils.normalize(from); + to = pathUtils.normalize(to); + if (from === to) + return `.`; + if (!from.endsWith(pathUtils.sep)) + from = from + pathUtils.sep; + if (to.startsWith(from)) { + return to.slice(from.length); + } else { + return null; + } +}; +npath.contains = (from, to) => contains(npath, from, to); +ppath.contains = (from, to) => contains(ppath, from, to); +const WINDOWS_PATH_REGEXP = /^([a-zA-Z]:.*)$/; +const UNC_WINDOWS_PATH_REGEXP = /^\/\/(\.\/)?(.*)$/; +const PORTABLE_PATH_REGEXP = /^\/([a-zA-Z]:.*)$/; +const UNC_PORTABLE_PATH_REGEXP = /^\/unc\/(\.dot\/)?(.*)$/; +function fromPortablePathWin32(p) { + let portablePathMatch, uncPortablePathMatch; + if (portablePathMatch = p.match(PORTABLE_PATH_REGEXP)) + p = portablePathMatch[1]; + else if (uncPortablePathMatch = p.match(UNC_PORTABLE_PATH_REGEXP)) + p = `\\\\${uncPortablePathMatch[1] ? `.\\` : ``}${uncPortablePathMatch[2]}`; + else + return p; + return p.replace(/\//g, `\\`); +} +function toPortablePathWin32(p) { + p = p.replace(/\\/g, `/`); + let windowsPathMatch, uncWindowsPathMatch; + if (windowsPathMatch = p.match(WINDOWS_PATH_REGEXP)) + p = `/${windowsPathMatch[1]}`; + else if (uncWindowsPathMatch = p.match(UNC_WINDOWS_PATH_REGEXP)) + p = `/unc/${uncWindowsPathMatch[1] ? `.dot/` : ``}${uncWindowsPathMatch[2]}`; + return p; +} +const toPortablePath = process.platform === `win32` ? toPortablePathWin32 : (p) => p; +const fromPortablePath = process.platform === `win32` ? fromPortablePathWin32 : (p) => p; +npath.fromPortablePath = fromPortablePath; +npath.toPortablePath = toPortablePath; +function convertPath(targetPathUtils, sourcePath) { + return targetPathUtils === npath ? fromPortablePath(sourcePath) : toPortablePath(sourcePath); +} + +const defaultTime = new Date(SAFE_TIME * 1e3); +const defaultTimeMs = defaultTime.getTime(); +async function copyPromise(destinationFs, destination, sourceFs, source, opts) { + const normalizedDestination = destinationFs.pathUtils.normalize(destination); + const normalizedSource = sourceFs.pathUtils.normalize(source); + const prelayout = []; + const postlayout = []; + const { atime, mtime } = opts.stableTime ? { atime: defaultTime, mtime: defaultTime } : await sourceFs.lstatPromise(normalizedSource); + await destinationFs.mkdirpPromise(destinationFs.pathUtils.dirname(destination), { utimes: [atime, mtime] }); + await copyImpl(prelayout, postlayout, destinationFs, normalizedDestination, sourceFs, normalizedSource, { ...opts, didParentExist: true }); + for (const operation of prelayout) + await operation(); + await Promise.all(postlayout.map((operation) => { + return operation(); + })); +} +async function copyImpl(prelayout, postlayout, destinationFs, destination, sourceFs, source, opts) { + const destinationStat = opts.didParentExist ? await maybeLStat(destinationFs, destination) : null; + const sourceStat = await sourceFs.lstatPromise(source); + const { atime, mtime } = opts.stableTime ? { atime: defaultTime, mtime: defaultTime } : sourceStat; + let updated; + switch (true) { + case sourceStat.isDirectory(): + { + updated = await copyFolder(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts); + } + break; + case sourceStat.isFile(): + { + updated = await copyFile(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts); + } + break; + case sourceStat.isSymbolicLink(): + { + updated = await copySymlink(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts); + } + break; + default: { + throw new Error(`Unsupported file type (${sourceStat.mode})`); + } + } + if (opts.linkStrategy?.type !== `HardlinkFromIndex` || !sourceStat.isFile()) { + if (updated || destinationStat?.mtime?.getTime() !== mtime.getTime() || destinationStat?.atime?.getTime() !== atime.getTime()) { + postlayout.push(() => destinationFs.lutimesPromise(destination, atime, mtime)); + updated = true; + } + if (destinationStat === null || (destinationStat.mode & 511) !== (sourceStat.mode & 511)) { + postlayout.push(() => destinationFs.chmodPromise(destination, sourceStat.mode & 511)); + updated = true; + } + } + return updated; +} +async function maybeLStat(baseFs, p) { + try { + return await baseFs.lstatPromise(p); + } catch (e) { + return null; + } +} +async function copyFolder(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) { + if (destinationStat !== null && !destinationStat.isDirectory()) { + if (opts.overwrite) { + prelayout.push(async () => destinationFs.removePromise(destination)); + destinationStat = null; + } else { + return false; + } + } + let updated = false; + if (destinationStat === null) { + prelayout.push(async () => { + try { + await destinationFs.mkdirPromise(destination, { mode: sourceStat.mode }); + } catch (err) { + if (err.code !== `EEXIST`) { + throw err; + } + } + }); + updated = true; + } + const entries = await sourceFs.readdirPromise(source); + const nextOpts = opts.didParentExist && !destinationStat ? { ...opts, didParentExist: false } : opts; + if (opts.stableSort) { + for (const entry of entries.sort()) { + if (await copyImpl(prelayout, postlayout, destinationFs, destinationFs.pathUtils.join(destination, entry), sourceFs, sourceFs.pathUtils.join(source, entry), nextOpts)) { + updated = true; + } + } + } else { + const entriesUpdateStatus = await Promise.all(entries.map(async (entry) => { + await copyImpl(prelayout, postlayout, destinationFs, destinationFs.pathUtils.join(destination, entry), sourceFs, sourceFs.pathUtils.join(source, entry), nextOpts); + })); + if (entriesUpdateStatus.some((status) => status)) { + updated = true; + } + } + return updated; +} +async function copyFileViaIndex(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts, linkStrategy) { + const sourceHash = await sourceFs.checksumFilePromise(source, { algorithm: `sha1` }); + const defaultMode = 420; + const sourceMode = sourceStat.mode & 511; + const indexFileName = `${sourceHash}${sourceMode !== defaultMode ? sourceMode.toString(8) : ``}`; + const indexPath = destinationFs.pathUtils.join(linkStrategy.indexPath, sourceHash.slice(0, 2), `${indexFileName}.dat`); + let AtomicBehavior; + ((AtomicBehavior2) => { + AtomicBehavior2[AtomicBehavior2["Lock"] = 0] = "Lock"; + AtomicBehavior2[AtomicBehavior2["Rename"] = 1] = "Rename"; + })(AtomicBehavior || (AtomicBehavior = {})); + let atomicBehavior = 1 /* Rename */; + let indexStat = await maybeLStat(destinationFs, indexPath); + if (destinationStat) { + const isDestinationHardlinkedFromIndex = indexStat && destinationStat.dev === indexStat.dev && destinationStat.ino === indexStat.ino; + const isIndexModified = indexStat?.mtimeMs !== defaultTimeMs; + if (isDestinationHardlinkedFromIndex) { + if (isIndexModified && linkStrategy.autoRepair) { + atomicBehavior = 0 /* Lock */; + indexStat = null; + } + } + if (!isDestinationHardlinkedFromIndex) { + if (opts.overwrite) { + prelayout.push(async () => destinationFs.removePromise(destination)); + destinationStat = null; + } else { + return false; + } + } + } + const tempPath = !indexStat && atomicBehavior === 1 /* Rename */ ? `${indexPath}.${Math.floor(Math.random() * 4294967296).toString(16).padStart(8, `0`)}` : null; + let tempPathCleaned = false; + prelayout.push(async () => { + if (!indexStat) { + if (atomicBehavior === 0 /* Lock */) { + await destinationFs.lockPromise(indexPath, async () => { + const content = await sourceFs.readFilePromise(source); + await destinationFs.writeFilePromise(indexPath, content); + }); + } + if (atomicBehavior === 1 /* Rename */ && tempPath) { + const content = await sourceFs.readFilePromise(source); + await destinationFs.writeFilePromise(tempPath, content); + try { + await destinationFs.linkPromise(tempPath, indexPath); + } catch (err) { + if (err.code === `EEXIST`) { + tempPathCleaned = true; + await destinationFs.unlinkPromise(tempPath); + } else { + throw err; + } + } + } + } + if (!destinationStat) { + await destinationFs.linkPromise(indexPath, destination); + } + }); + postlayout.push(async () => { + if (!indexStat) { + await destinationFs.lutimesPromise(indexPath, defaultTime, defaultTime); + if (sourceMode !== defaultMode) { + await destinationFs.chmodPromise(indexPath, sourceMode); + } + } + if (tempPath && !tempPathCleaned) { + await destinationFs.unlinkPromise(tempPath); + } + }); + return false; +} +async function copyFileDirect(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) { + if (destinationStat !== null) { + if (opts.overwrite) { + prelayout.push(async () => destinationFs.removePromise(destination)); + destinationStat = null; + } else { + return false; + } + } + prelayout.push(async () => { + const content = await sourceFs.readFilePromise(source); + await destinationFs.writeFilePromise(destination, content); + }); + return true; +} +async function copyFile(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) { + if (opts.linkStrategy?.type === `HardlinkFromIndex`) { + return copyFileViaIndex(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts, opts.linkStrategy); + } else { + return copyFileDirect(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts); + } +} +async function copySymlink(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) { + if (destinationStat !== null) { + if (opts.overwrite) { + prelayout.push(async () => destinationFs.removePromise(destination)); + destinationStat = null; + } else { + return false; + } + } + prelayout.push(async () => { + await destinationFs.symlinkPromise(convertPath(destinationFs.pathUtils, await sourceFs.readlinkPromise(source)), destination); + }); + return true; +} + +class FakeFS { + pathUtils; + constructor(pathUtils) { + this.pathUtils = pathUtils; + } + async *genTraversePromise(init, { stableSort = false } = {}) { + const stack = [init]; + while (stack.length > 0) { + const p = stack.shift(); + const entry = await this.lstatPromise(p); + if (entry.isDirectory()) { + const entries = await this.readdirPromise(p); + if (stableSort) { + for (const entry2 of entries.sort()) { + stack.push(this.pathUtils.join(p, entry2)); + } + } else { + throw new Error(`Not supported`); + } + } else { + yield p; + } + } + } + async checksumFilePromise(path, { algorithm = `sha512` } = {}) { + const fd = await this.openPromise(path, `r`); + try { + const CHUNK_SIZE = 65536; + const chunk = Buffer.allocUnsafeSlow(CHUNK_SIZE); + const hash = createHash(algorithm); + let bytesRead = 0; + while ((bytesRead = await this.readPromise(fd, chunk, 0, CHUNK_SIZE)) !== 0) + hash.update(bytesRead === CHUNK_SIZE ? chunk : chunk.slice(0, bytesRead)); + return hash.digest(`hex`); + } finally { + await this.closePromise(fd); + } + } + async removePromise(p, { recursive = true, maxRetries = 5 } = {}) { + let stat; + try { + stat = await this.lstatPromise(p); + } catch (error) { + if (error.code === `ENOENT`) { + return; + } else { + throw error; + } + } + if (stat.isDirectory()) { + if (recursive) { + const entries = await this.readdirPromise(p); + await Promise.all(entries.map((entry) => { + return this.removePromise(this.pathUtils.resolve(p, entry)); + })); + } + for (let t = 0; t <= maxRetries; t++) { + try { + await this.rmdirPromise(p); + break; + } catch (error) { + if (error.code !== `EBUSY` && error.code !== `ENOTEMPTY`) { + throw error; + } else if (t < maxRetries) { + await new Promise((resolve) => setTimeout(resolve, t * 100)); + } + } + } + } else { + await this.unlinkPromise(p); + } + } + removeSync(p, { recursive = true } = {}) { + let stat; + try { + stat = this.lstatSync(p); + } catch (error) { + if (error.code === `ENOENT`) { + return; + } else { + throw error; + } + } + if (stat.isDirectory()) { + if (recursive) + for (const entry of this.readdirSync(p)) + this.removeSync(this.pathUtils.resolve(p, entry)); + this.rmdirSync(p); + } else { + this.unlinkSync(p); + } + } + async mkdirpPromise(p, { chmod, utimes } = {}) { + p = this.resolve(p); + if (p === this.pathUtils.dirname(p)) + return void 0; + const parts = p.split(this.pathUtils.sep); + let createdDirectory; + for (let u = 2; u <= parts.length; ++u) { + const subPath = parts.slice(0, u).join(this.pathUtils.sep); + if (!this.existsSync(subPath)) { + try { + await this.mkdirPromise(subPath); + } catch (error) { + if (error.code === `EEXIST`) { + continue; + } else { + throw error; + } + } + createdDirectory ??= subPath; + if (chmod != null) + await this.chmodPromise(subPath, chmod); + if (utimes != null) { + await this.utimesPromise(subPath, utimes[0], utimes[1]); + } else { + const parentStat = await this.statPromise(this.pathUtils.dirname(subPath)); + await this.utimesPromise(subPath, parentStat.atime, parentStat.mtime); + } + } + } + return createdDirectory; + } + mkdirpSync(p, { chmod, utimes } = {}) { + p = this.resolve(p); + if (p === this.pathUtils.dirname(p)) + return void 0; + const parts = p.split(this.pathUtils.sep); + let createdDirectory; + for (let u = 2; u <= parts.length; ++u) { + const subPath = parts.slice(0, u).join(this.pathUtils.sep); + if (!this.existsSync(subPath)) { + try { + this.mkdirSync(subPath); + } catch (error) { + if (error.code === `EEXIST`) { + continue; + } else { + throw error; + } + } + createdDirectory ??= subPath; + if (chmod != null) + this.chmodSync(subPath, chmod); + if (utimes != null) { + this.utimesSync(subPath, utimes[0], utimes[1]); + } else { + const parentStat = this.statSync(this.pathUtils.dirname(subPath)); + this.utimesSync(subPath, parentStat.atime, parentStat.mtime); + } + } + } + return createdDirectory; + } + async copyPromise(destination, source, { baseFs = this, overwrite = true, stableSort = false, stableTime = false, linkStrategy = null } = {}) { + return await copyPromise(this, destination, baseFs, source, { overwrite, stableSort, stableTime, linkStrategy }); + } + copySync(destination, source, { baseFs = this, overwrite = true } = {}) { + const stat = baseFs.lstatSync(source); + const exists = this.existsSync(destination); + if (stat.isDirectory()) { + this.mkdirpSync(destination); + const directoryListing = baseFs.readdirSync(source); + for (const entry of directoryListing) { + this.copySync(this.pathUtils.join(destination, entry), baseFs.pathUtils.join(source, entry), { baseFs, overwrite }); + } + } else if (stat.isFile()) { + if (!exists || overwrite) { + if (exists) + this.removeSync(destination); + const content = baseFs.readFileSync(source); + this.writeFileSync(destination, content); + } + } else if (stat.isSymbolicLink()) { + if (!exists || overwrite) { + if (exists) + this.removeSync(destination); + const target = baseFs.readlinkSync(source); + this.symlinkSync(convertPath(this.pathUtils, target), destination); + } + } else { + throw new Error(`Unsupported file type (file: ${source}, mode: 0o${stat.mode.toString(8).padStart(6, `0`)})`); + } + const mode = stat.mode & 511; + this.chmodSync(destination, mode); + } + async changeFilePromise(p, content, opts = {}) { + if (Buffer.isBuffer(content)) { + return this.changeFileBufferPromise(p, content, opts); + } else { + return this.changeFileTextPromise(p, content, opts); + } + } + async changeFileBufferPromise(p, content, { mode } = {}) { + let current = Buffer.alloc(0); + try { + current = await this.readFilePromise(p); + } catch (error) { + } + if (Buffer.compare(current, content) === 0) + return; + await this.writeFilePromise(p, content, { mode }); + } + async changeFileTextPromise(p, content, { automaticNewlines, mode } = {}) { + let current = ``; + try { + current = await this.readFilePromise(p, `utf8`); + } catch (error) { + } + const normalizedContent = automaticNewlines ? normalizeLineEndings(current, content) : content; + if (current === normalizedContent) + return; + await this.writeFilePromise(p, normalizedContent, { mode }); + } + changeFileSync(p, content, opts = {}) { + if (Buffer.isBuffer(content)) { + return this.changeFileBufferSync(p, content, opts); + } else { + return this.changeFileTextSync(p, content, opts); + } + } + changeFileBufferSync(p, content, { mode } = {}) { + let current = Buffer.alloc(0); + try { + current = this.readFileSync(p); + } catch (error) { + } + if (Buffer.compare(current, content) === 0) + return; + this.writeFileSync(p, content, { mode }); + } + changeFileTextSync(p, content, { automaticNewlines = false, mode } = {}) { + let current = ``; + try { + current = this.readFileSync(p, `utf8`); + } catch (error) { + } + const normalizedContent = automaticNewlines ? normalizeLineEndings(current, content) : content; + if (current === normalizedContent) + return; + this.writeFileSync(p, normalizedContent, { mode }); + } + async movePromise(fromP, toP) { + try { + await this.renamePromise(fromP, toP); + } catch (error) { + if (error.code === `EXDEV`) { + await this.copyPromise(toP, fromP); + await this.removePromise(fromP); + } else { + throw error; + } + } + } + moveSync(fromP, toP) { + try { + this.renameSync(fromP, toP); + } catch (error) { + if (error.code === `EXDEV`) { + this.copySync(toP, fromP); + this.removeSync(fromP); + } else { + throw error; + } + } + } + async lockPromise(affectedPath, callback) { + const lockPath = `${affectedPath}.flock`; + const interval = 1e3 / 60; + const startTime = Date.now(); + let fd = null; + const isAlive = async () => { + let pid; + try { + [pid] = await this.readJsonPromise(lockPath); + } catch (error) { + return Date.now() - startTime < 500; + } + try { + process.kill(pid, 0); + return true; + } catch (error) { + return false; + } + }; + while (fd === null) { + try { + fd = await this.openPromise(lockPath, `wx`); + } catch (error) { + if (error.code === `EEXIST`) { + if (!await isAlive()) { + try { + await this.unlinkPromise(lockPath); + continue; + } catch (error2) { + } + } + if (Date.now() - startTime < 60 * 1e3) { + await new Promise((resolve) => setTimeout(resolve, interval)); + } else { + throw new Error(`Couldn't acquire a lock in a reasonable time (via ${lockPath})`); + } + } else { + throw error; + } + } + } + await this.writePromise(fd, JSON.stringify([process.pid])); + try { + return await callback(); + } finally { + try { + await this.closePromise(fd); + await this.unlinkPromise(lockPath); + } catch (error) { + } + } + } + async readJsonPromise(p) { + const content = await this.readFilePromise(p, `utf8`); + try { + return JSON.parse(content); + } catch (error) { + error.message += ` (in ${p})`; + throw error; + } + } + readJsonSync(p) { + const content = this.readFileSync(p, `utf8`); + try { + return JSON.parse(content); + } catch (error) { + error.message += ` (in ${p})`; + throw error; + } + } + async writeJsonPromise(p, data, { compact = false } = {}) { + const space = compact ? 0 : 2; + return await this.writeFilePromise(p, `${JSON.stringify(data, null, space)} +`); + } + writeJsonSync(p, data, { compact = false } = {}) { + const space = compact ? 0 : 2; + return this.writeFileSync(p, `${JSON.stringify(data, null, space)} +`); + } + async preserveTimePromise(p, cb) { + const stat = await this.lstatPromise(p); + const result = await cb(); + if (typeof result !== `undefined`) + p = result; + await this.lutimesPromise(p, stat.atime, stat.mtime); + } + async preserveTimeSync(p, cb) { + const stat = this.lstatSync(p); + const result = cb(); + if (typeof result !== `undefined`) + p = result; + this.lutimesSync(p, stat.atime, stat.mtime); + } +} +class BasePortableFakeFS extends FakeFS { + constructor() { + super(ppath); + } +} +function getEndOfLine(content) { + const matches = content.match(/\r?\n/g); + if (matches === null) + return EOL; + const crlf = matches.filter((nl) => nl === `\r +`).length; + const lf = matches.length - crlf; + return crlf > lf ? `\r +` : ` +`; +} +function normalizeLineEndings(originalContent, newContent) { + return newContent.replace(/\r?\n/g, getEndOfLine(originalContent)); +} + +class ProxiedFS extends FakeFS { + getExtractHint(hints) { + return this.baseFs.getExtractHint(hints); + } + resolve(path) { + return this.mapFromBase(this.baseFs.resolve(this.mapToBase(path))); + } + getRealPath() { + return this.mapFromBase(this.baseFs.getRealPath()); + } + async openPromise(p, flags, mode) { + return this.baseFs.openPromise(this.mapToBase(p), flags, mode); + } + openSync(p, flags, mode) { + return this.baseFs.openSync(this.mapToBase(p), flags, mode); + } + async opendirPromise(p, opts) { + return Object.assign(await this.baseFs.opendirPromise(this.mapToBase(p), opts), { path: p }); + } + opendirSync(p, opts) { + return Object.assign(this.baseFs.opendirSync(this.mapToBase(p), opts), { path: p }); + } + async readPromise(fd, buffer, offset, length, position) { + return await this.baseFs.readPromise(fd, buffer, offset, length, position); + } + readSync(fd, buffer, offset, length, position) { + return this.baseFs.readSync(fd, buffer, offset, length, position); + } + async writePromise(fd, buffer, offset, length, position) { + if (typeof buffer === `string`) { + return await this.baseFs.writePromise(fd, buffer, offset); + } else { + return await this.baseFs.writePromise(fd, buffer, offset, length, position); + } + } + writeSync(fd, buffer, offset, length, position) { + if (typeof buffer === `string`) { + return this.baseFs.writeSync(fd, buffer, offset); + } else { + return this.baseFs.writeSync(fd, buffer, offset, length, position); + } + } + async closePromise(fd) { + return this.baseFs.closePromise(fd); + } + closeSync(fd) { + this.baseFs.closeSync(fd); + } + createReadStream(p, opts) { + return this.baseFs.createReadStream(p !== null ? this.mapToBase(p) : p, opts); + } + createWriteStream(p, opts) { + return this.baseFs.createWriteStream(p !== null ? this.mapToBase(p) : p, opts); + } + async realpathPromise(p) { + return this.mapFromBase(await this.baseFs.realpathPromise(this.mapToBase(p))); + } + realpathSync(p) { + return this.mapFromBase(this.baseFs.realpathSync(this.mapToBase(p))); + } + async existsPromise(p) { + return this.baseFs.existsPromise(this.mapToBase(p)); + } + existsSync(p) { + return this.baseFs.existsSync(this.mapToBase(p)); + } + accessSync(p, mode) { + return this.baseFs.accessSync(this.mapToBase(p), mode); + } + async accessPromise(p, mode) { + return this.baseFs.accessPromise(this.mapToBase(p), mode); + } + async statPromise(p, opts) { + return this.baseFs.statPromise(this.mapToBase(p), opts); + } + statSync(p, opts) { + return this.baseFs.statSync(this.mapToBase(p), opts); + } + async fstatPromise(fd, opts) { + return this.baseFs.fstatPromise(fd, opts); + } + fstatSync(fd, opts) { + return this.baseFs.fstatSync(fd, opts); + } + lstatPromise(p, opts) { + return this.baseFs.lstatPromise(this.mapToBase(p), opts); + } + lstatSync(p, opts) { + return this.baseFs.lstatSync(this.mapToBase(p), opts); + } + async fchmodPromise(fd, mask) { + return this.baseFs.fchmodPromise(fd, mask); + } + fchmodSync(fd, mask) { + return this.baseFs.fchmodSync(fd, mask); + } + async chmodPromise(p, mask) { + return this.baseFs.chmodPromise(this.mapToBase(p), mask); + } + chmodSync(p, mask) { + return this.baseFs.chmodSync(this.mapToBase(p), mask); + } + async fchownPromise(fd, uid, gid) { + return this.baseFs.fchownPromise(fd, uid, gid); + } + fchownSync(fd, uid, gid) { + return this.baseFs.fchownSync(fd, uid, gid); + } + async chownPromise(p, uid, gid) { + return this.baseFs.chownPromise(this.mapToBase(p), uid, gid); + } + chownSync(p, uid, gid) { + return this.baseFs.chownSync(this.mapToBase(p), uid, gid); + } + async renamePromise(oldP, newP) { + return this.baseFs.renamePromise(this.mapToBase(oldP), this.mapToBase(newP)); + } + renameSync(oldP, newP) { + return this.baseFs.renameSync(this.mapToBase(oldP), this.mapToBase(newP)); + } + async copyFilePromise(sourceP, destP, flags = 0) { + return this.baseFs.copyFilePromise(this.mapToBase(sourceP), this.mapToBase(destP), flags); + } + copyFileSync(sourceP, destP, flags = 0) { + return this.baseFs.copyFileSync(this.mapToBase(sourceP), this.mapToBase(destP), flags); + } + async appendFilePromise(p, content, opts) { + return this.baseFs.appendFilePromise(this.fsMapToBase(p), content, opts); + } + appendFileSync(p, content, opts) { + return this.baseFs.appendFileSync(this.fsMapToBase(p), content, opts); + } + async writeFilePromise(p, content, opts) { + return this.baseFs.writeFilePromise(this.fsMapToBase(p), content, opts); + } + writeFileSync(p, content, opts) { + return this.baseFs.writeFileSync(this.fsMapToBase(p), content, opts); + } + async unlinkPromise(p) { + return this.baseFs.unlinkPromise(this.mapToBase(p)); + } + unlinkSync(p) { + return this.baseFs.unlinkSync(this.mapToBase(p)); + } + async utimesPromise(p, atime, mtime) { + return this.baseFs.utimesPromise(this.mapToBase(p), atime, mtime); + } + utimesSync(p, atime, mtime) { + return this.baseFs.utimesSync(this.mapToBase(p), atime, mtime); + } + async lutimesPromise(p, atime, mtime) { + return this.baseFs.lutimesPromise(this.mapToBase(p), atime, mtime); + } + lutimesSync(p, atime, mtime) { + return this.baseFs.lutimesSync(this.mapToBase(p), atime, mtime); + } + async mkdirPromise(p, opts) { + return this.baseFs.mkdirPromise(this.mapToBase(p), opts); + } + mkdirSync(p, opts) { + return this.baseFs.mkdirSync(this.mapToBase(p), opts); + } + async rmdirPromise(p, opts) { + return this.baseFs.rmdirPromise(this.mapToBase(p), opts); + } + rmdirSync(p, opts) { + return this.baseFs.rmdirSync(this.mapToBase(p), opts); + } + async rmPromise(p, opts) { + return this.baseFs.rmPromise(this.mapToBase(p), opts); + } + rmSync(p, opts) { + return this.baseFs.rmSync(this.mapToBase(p), opts); + } + async linkPromise(existingP, newP) { + return this.baseFs.linkPromise(this.mapToBase(existingP), this.mapToBase(newP)); + } + linkSync(existingP, newP) { + return this.baseFs.linkSync(this.mapToBase(existingP), this.mapToBase(newP)); + } + async symlinkPromise(target, p, type) { + const mappedP = this.mapToBase(p); + if (this.pathUtils.isAbsolute(target)) + return this.baseFs.symlinkPromise(this.mapToBase(target), mappedP, type); + const mappedAbsoluteTarget = this.mapToBase(this.pathUtils.join(this.pathUtils.dirname(p), target)); + const mappedTarget = this.baseFs.pathUtils.relative(this.baseFs.pathUtils.dirname(mappedP), mappedAbsoluteTarget); + return this.baseFs.symlinkPromise(mappedTarget, mappedP, type); + } + symlinkSync(target, p, type) { + const mappedP = this.mapToBase(p); + if (this.pathUtils.isAbsolute(target)) + return this.baseFs.symlinkSync(this.mapToBase(target), mappedP, type); + const mappedAbsoluteTarget = this.mapToBase(this.pathUtils.join(this.pathUtils.dirname(p), target)); + const mappedTarget = this.baseFs.pathUtils.relative(this.baseFs.pathUtils.dirname(mappedP), mappedAbsoluteTarget); + return this.baseFs.symlinkSync(mappedTarget, mappedP, type); + } + async readFilePromise(p, encoding) { + return this.baseFs.readFilePromise(this.fsMapToBase(p), encoding); + } + readFileSync(p, encoding) { + return this.baseFs.readFileSync(this.fsMapToBase(p), encoding); + } + readdirPromise(p, opts) { + return this.baseFs.readdirPromise(this.mapToBase(p), opts); + } + readdirSync(p, opts) { + return this.baseFs.readdirSync(this.mapToBase(p), opts); + } + async readlinkPromise(p) { + return this.mapFromBase(await this.baseFs.readlinkPromise(this.mapToBase(p))); + } + readlinkSync(p) { + return this.mapFromBase(this.baseFs.readlinkSync(this.mapToBase(p))); + } + async truncatePromise(p, len) { + return this.baseFs.truncatePromise(this.mapToBase(p), len); + } + truncateSync(p, len) { + return this.baseFs.truncateSync(this.mapToBase(p), len); + } + async ftruncatePromise(fd, len) { + return this.baseFs.ftruncatePromise(fd, len); + } + ftruncateSync(fd, len) { + return this.baseFs.ftruncateSync(fd, len); + } + watch(p, a, b) { + return this.baseFs.watch( + this.mapToBase(p), + // @ts-expect-error + a, + b + ); + } + watchFile(p, a, b) { + return this.baseFs.watchFile( + this.mapToBase(p), + // @ts-expect-error + a, + b + ); + } + unwatchFile(p, cb) { + return this.baseFs.unwatchFile(this.mapToBase(p), cb); + } + fsMapToBase(p) { + if (typeof p === `number`) { + return p; + } else { + return this.mapToBase(p); + } + } +} + +function direntToPortable(dirent) { + const portableDirent = dirent; + if (typeof dirent.path === `string`) + portableDirent.path = npath.toPortablePath(dirent.path); + return portableDirent; +} +class NodeFS extends BasePortableFakeFS { + realFs; + constructor(realFs = fs) { + super(); + this.realFs = realFs; + } + getExtractHint() { + return false; + } + getRealPath() { + return PortablePath.root; + } + resolve(p) { + return ppath.resolve(p); + } + async openPromise(p, flags, mode) { + return await new Promise((resolve, reject) => { + this.realFs.open(npath.fromPortablePath(p), flags, mode, this.makeCallback(resolve, reject)); + }); + } + openSync(p, flags, mode) { + return this.realFs.openSync(npath.fromPortablePath(p), flags, mode); + } + async opendirPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (typeof opts !== `undefined`) { + this.realFs.opendir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.opendir(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }).then((dir) => { + const dirWithFixedPath = dir; + Object.defineProperty(dirWithFixedPath, `path`, { + value: p, + configurable: true, + writable: true + }); + return dirWithFixedPath; + }); + } + opendirSync(p, opts) { + const dir = typeof opts !== `undefined` ? this.realFs.opendirSync(npath.fromPortablePath(p), opts) : this.realFs.opendirSync(npath.fromPortablePath(p)); + const dirWithFixedPath = dir; + Object.defineProperty(dirWithFixedPath, `path`, { + value: p, + configurable: true, + writable: true + }); + return dirWithFixedPath; + } + async readPromise(fd, buffer, offset = 0, length = 0, position = -1) { + return await new Promise((resolve, reject) => { + this.realFs.read(fd, buffer, offset, length, position, (error, bytesRead) => { + if (error) { + reject(error); + } else { + resolve(bytesRead); + } + }); + }); + } + readSync(fd, buffer, offset, length, position) { + return this.realFs.readSync(fd, buffer, offset, length, position); + } + async writePromise(fd, buffer, offset, length, position) { + return await new Promise((resolve, reject) => { + if (typeof buffer === `string`) { + return this.realFs.write(fd, buffer, offset, this.makeCallback(resolve, reject)); + } else { + return this.realFs.write(fd, buffer, offset, length, position, this.makeCallback(resolve, reject)); + } + }); + } + writeSync(fd, buffer, offset, length, position) { + if (typeof buffer === `string`) { + return this.realFs.writeSync(fd, buffer, offset); + } else { + return this.realFs.writeSync(fd, buffer, offset, length, position); + } + } + async closePromise(fd) { + await new Promise((resolve, reject) => { + this.realFs.close(fd, this.makeCallback(resolve, reject)); + }); + } + closeSync(fd) { + this.realFs.closeSync(fd); + } + createReadStream(p, opts) { + const realPath = p !== null ? npath.fromPortablePath(p) : p; + return this.realFs.createReadStream(realPath, opts); + } + createWriteStream(p, opts) { + const realPath = p !== null ? npath.fromPortablePath(p) : p; + return this.realFs.createWriteStream(realPath, opts); + } + async realpathPromise(p) { + return await new Promise((resolve, reject) => { + this.realFs.realpath(npath.fromPortablePath(p), {}, this.makeCallback(resolve, reject)); + }).then((path) => { + return npath.toPortablePath(path); + }); + } + realpathSync(p) { + return npath.toPortablePath(this.realFs.realpathSync(npath.fromPortablePath(p), {})); + } + async existsPromise(p) { + return await new Promise((resolve) => { + this.realFs.exists(npath.fromPortablePath(p), resolve); + }); + } + accessSync(p, mode) { + return this.realFs.accessSync(npath.fromPortablePath(p), mode); + } + async accessPromise(p, mode) { + return await new Promise((resolve, reject) => { + this.realFs.access(npath.fromPortablePath(p), mode, this.makeCallback(resolve, reject)); + }); + } + existsSync(p) { + return this.realFs.existsSync(npath.fromPortablePath(p)); + } + async statPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.stat(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.stat(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + statSync(p, opts) { + if (opts) { + return this.realFs.statSync(npath.fromPortablePath(p), opts); + } else { + return this.realFs.statSync(npath.fromPortablePath(p)); + } + } + async fstatPromise(fd, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.fstat(fd, opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.fstat(fd, this.makeCallback(resolve, reject)); + } + }); + } + fstatSync(fd, opts) { + if (opts) { + return this.realFs.fstatSync(fd, opts); + } else { + return this.realFs.fstatSync(fd); + } + } + async lstatPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.lstat(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.lstat(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + lstatSync(p, opts) { + if (opts) { + return this.realFs.lstatSync(npath.fromPortablePath(p), opts); + } else { + return this.realFs.lstatSync(npath.fromPortablePath(p)); + } + } + async fchmodPromise(fd, mask) { + return await new Promise((resolve, reject) => { + this.realFs.fchmod(fd, mask, this.makeCallback(resolve, reject)); + }); + } + fchmodSync(fd, mask) { + return this.realFs.fchmodSync(fd, mask); + } + async chmodPromise(p, mask) { + return await new Promise((resolve, reject) => { + this.realFs.chmod(npath.fromPortablePath(p), mask, this.makeCallback(resolve, reject)); + }); + } + chmodSync(p, mask) { + return this.realFs.chmodSync(npath.fromPortablePath(p), mask); + } + async fchownPromise(fd, uid, gid) { + return await new Promise((resolve, reject) => { + this.realFs.fchown(fd, uid, gid, this.makeCallback(resolve, reject)); + }); + } + fchownSync(fd, uid, gid) { + return this.realFs.fchownSync(fd, uid, gid); + } + async chownPromise(p, uid, gid) { + return await new Promise((resolve, reject) => { + this.realFs.chown(npath.fromPortablePath(p), uid, gid, this.makeCallback(resolve, reject)); + }); + } + chownSync(p, uid, gid) { + return this.realFs.chownSync(npath.fromPortablePath(p), uid, gid); + } + async renamePromise(oldP, newP) { + return await new Promise((resolve, reject) => { + this.realFs.rename(npath.fromPortablePath(oldP), npath.fromPortablePath(newP), this.makeCallback(resolve, reject)); + }); + } + renameSync(oldP, newP) { + return this.realFs.renameSync(npath.fromPortablePath(oldP), npath.fromPortablePath(newP)); + } + async copyFilePromise(sourceP, destP, flags = 0) { + return await new Promise((resolve, reject) => { + this.realFs.copyFile(npath.fromPortablePath(sourceP), npath.fromPortablePath(destP), flags, this.makeCallback(resolve, reject)); + }); + } + copyFileSync(sourceP, destP, flags = 0) { + return this.realFs.copyFileSync(npath.fromPortablePath(sourceP), npath.fromPortablePath(destP), flags); + } + async appendFilePromise(p, content, opts) { + return await new Promise((resolve, reject) => { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + if (opts) { + this.realFs.appendFile(fsNativePath, content, opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.appendFile(fsNativePath, content, this.makeCallback(resolve, reject)); + } + }); + } + appendFileSync(p, content, opts) { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + if (opts) { + this.realFs.appendFileSync(fsNativePath, content, opts); + } else { + this.realFs.appendFileSync(fsNativePath, content); + } + } + async writeFilePromise(p, content, opts) { + return await new Promise((resolve, reject) => { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + if (opts) { + this.realFs.writeFile(fsNativePath, content, opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.writeFile(fsNativePath, content, this.makeCallback(resolve, reject)); + } + }); + } + writeFileSync(p, content, opts) { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + if (opts) { + this.realFs.writeFileSync(fsNativePath, content, opts); + } else { + this.realFs.writeFileSync(fsNativePath, content); + } + } + async unlinkPromise(p) { + return await new Promise((resolve, reject) => { + this.realFs.unlink(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + }); + } + unlinkSync(p) { + return this.realFs.unlinkSync(npath.fromPortablePath(p)); + } + async utimesPromise(p, atime, mtime) { + return await new Promise((resolve, reject) => { + this.realFs.utimes(npath.fromPortablePath(p), atime, mtime, this.makeCallback(resolve, reject)); + }); + } + utimesSync(p, atime, mtime) { + this.realFs.utimesSync(npath.fromPortablePath(p), atime, mtime); + } + async lutimesPromise(p, atime, mtime) { + return await new Promise((resolve, reject) => { + this.realFs.lutimes(npath.fromPortablePath(p), atime, mtime, this.makeCallback(resolve, reject)); + }); + } + lutimesSync(p, atime, mtime) { + this.realFs.lutimesSync(npath.fromPortablePath(p), atime, mtime); + } + async mkdirPromise(p, opts) { + return await new Promise((resolve, reject) => { + this.realFs.mkdir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + }); + } + mkdirSync(p, opts) { + return this.realFs.mkdirSync(npath.fromPortablePath(p), opts); + } + async rmdirPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.rmdir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.rmdir(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + rmdirSync(p, opts) { + return this.realFs.rmdirSync(npath.fromPortablePath(p), opts); + } + async rmPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.rm(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.rm(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + rmSync(p, opts) { + return this.realFs.rmSync(npath.fromPortablePath(p), opts); + } + async linkPromise(existingP, newP) { + return await new Promise((resolve, reject) => { + this.realFs.link(npath.fromPortablePath(existingP), npath.fromPortablePath(newP), this.makeCallback(resolve, reject)); + }); + } + linkSync(existingP, newP) { + return this.realFs.linkSync(npath.fromPortablePath(existingP), npath.fromPortablePath(newP)); + } + async symlinkPromise(target, p, type) { + return await new Promise((resolve, reject) => { + this.realFs.symlink(npath.fromPortablePath(target.replace(/\/+$/, ``)), npath.fromPortablePath(p), type, this.makeCallback(resolve, reject)); + }); + } + symlinkSync(target, p, type) { + return this.realFs.symlinkSync(npath.fromPortablePath(target.replace(/\/+$/, ``)), npath.fromPortablePath(p), type); + } + async readFilePromise(p, encoding) { + return await new Promise((resolve, reject) => { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + this.realFs.readFile(fsNativePath, encoding, this.makeCallback(resolve, reject)); + }); + } + readFileSync(p, encoding) { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + return this.realFs.readFileSync(fsNativePath, encoding); + } + async readdirPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + if (opts.recursive && process.platform === `win32`) { + if (opts.withFileTypes) { + this.realFs.readdir(npath.fromPortablePath(p), opts, this.makeCallback((results) => resolve(results.map(direntToPortable)), reject)); + } else { + this.realFs.readdir(npath.fromPortablePath(p), opts, this.makeCallback((results) => resolve(results.map(npath.toPortablePath)), reject)); + } + } else { + this.realFs.readdir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } + } else { + this.realFs.readdir(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + readdirSync(p, opts) { + if (opts) { + if (opts.recursive && process.platform === `win32`) { + if (opts.withFileTypes) { + return this.realFs.readdirSync(npath.fromPortablePath(p), opts).map(direntToPortable); + } else { + return this.realFs.readdirSync(npath.fromPortablePath(p), opts).map(npath.toPortablePath); + } + } else { + return this.realFs.readdirSync(npath.fromPortablePath(p), opts); + } + } else { + return this.realFs.readdirSync(npath.fromPortablePath(p)); + } + } + async readlinkPromise(p) { + return await new Promise((resolve, reject) => { + this.realFs.readlink(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + }).then((path) => { + return npath.toPortablePath(path); + }); + } + readlinkSync(p) { + return npath.toPortablePath(this.realFs.readlinkSync(npath.fromPortablePath(p))); + } + async truncatePromise(p, len) { + return await new Promise((resolve, reject) => { + this.realFs.truncate(npath.fromPortablePath(p), len, this.makeCallback(resolve, reject)); + }); + } + truncateSync(p, len) { + return this.realFs.truncateSync(npath.fromPortablePath(p), len); + } + async ftruncatePromise(fd, len) { + return await new Promise((resolve, reject) => { + this.realFs.ftruncate(fd, len, this.makeCallback(resolve, reject)); + }); + } + ftruncateSync(fd, len) { + return this.realFs.ftruncateSync(fd, len); + } + watch(p, a, b) { + return this.realFs.watch( + npath.fromPortablePath(p), + // @ts-expect-error + a, + b + ); + } + watchFile(p, a, b) { + return this.realFs.watchFile( + npath.fromPortablePath(p), + // @ts-expect-error + a, + b + ); + } + unwatchFile(p, cb) { + return this.realFs.unwatchFile(npath.fromPortablePath(p), cb); + } + makeCallback(resolve, reject) { + return (err, result) => { + if (err) { + reject(err); + } else { + resolve(result); + } + }; + } +} + +const NUMBER_REGEXP = /^[0-9]+$/; +const VIRTUAL_REGEXP = /^(\/(?:[^/]+\/)*?(?:\$\$virtual|__virtual__))((?:\/((?:[^/]+-)?[a-f0-9]+)(?:\/([^/]+))?)?((?:\/.*)?))$/; +const VALID_COMPONENT = /^([^/]+-)?[a-f0-9]+$/; +class VirtualFS extends ProxiedFS { + baseFs; + static makeVirtualPath(base, component, to) { + if (ppath.basename(base) !== `__virtual__`) + throw new Error(`Assertion failed: Virtual folders must be named "__virtual__"`); + if (!ppath.basename(component).match(VALID_COMPONENT)) + throw new Error(`Assertion failed: Virtual components must be ended by an hexadecimal hash`); + const target = ppath.relative(ppath.dirname(base), to); + const segments = target.split(`/`); + let depth = 0; + while (depth < segments.length && segments[depth] === `..`) + depth += 1; + const finalSegments = segments.slice(depth); + const fullVirtualPath = ppath.join(base, component, String(depth), ...finalSegments); + return fullVirtualPath; + } + static resolveVirtual(p) { + const match = p.match(VIRTUAL_REGEXP); + if (!match || !match[3] && match[5]) + return p; + const target = ppath.dirname(match[1]); + if (!match[3] || !match[4]) + return target; + const isnum = NUMBER_REGEXP.test(match[4]); + if (!isnum) + return p; + const depth = Number(match[4]); + const backstep = `../`.repeat(depth); + const subpath = match[5] || `.`; + return VirtualFS.resolveVirtual(ppath.join(target, backstep, subpath)); + } + constructor({ baseFs = new NodeFS() } = {}) { + super(ppath); + this.baseFs = baseFs; + } + getExtractHint(hints) { + return this.baseFs.getExtractHint(hints); + } + getRealPath() { + return this.baseFs.getRealPath(); + } + realpathSync(p) { + const match = p.match(VIRTUAL_REGEXP); + if (!match) + return this.baseFs.realpathSync(p); + if (!match[5]) + return p; + const realpath = this.baseFs.realpathSync(this.mapToBase(p)); + return VirtualFS.makeVirtualPath(match[1], match[3], realpath); + } + async realpathPromise(p) { + const match = p.match(VIRTUAL_REGEXP); + if (!match) + return await this.baseFs.realpathPromise(p); + if (!match[5]) + return p; + const realpath = await this.baseFs.realpathPromise(this.mapToBase(p)); + return VirtualFS.makeVirtualPath(match[1], match[3], realpath); + } + mapToBase(p) { + if (p === ``) + return p; + if (this.pathUtils.isAbsolute(p)) + return VirtualFS.resolveVirtual(p); + const resolvedRoot = VirtualFS.resolveVirtual(this.baseFs.resolve(PortablePath.dot)); + const resolvedP = VirtualFS.resolveVirtual(this.baseFs.resolve(p)); + return ppath.relative(resolvedRoot, resolvedP) || PortablePath.dot; + } + mapFromBase(p) { + return p; + } +} + +const URL = Number(process.versions.node.split('.', 1)[0]) < 20 ? URL$1 : globalThis.URL; + +const [major, minor] = process.versions.node.split(`.`).map((value) => parseInt(value, 10)); +const WATCH_MODE_MESSAGE_USES_ARRAYS = major > 19 || major === 19 && minor >= 2 || major === 18 && minor >= 13; +const HAS_LAZY_LOADED_TRANSLATORS = major === 20 && minor < 6 || major === 19 && minor >= 3; +const SUPPORTS_IMPORT_ATTRIBUTES = major >= 21 || major === 20 && minor >= 10 || major === 18 && minor >= 20; +const SUPPORTS_IMPORT_ATTRIBUTES_ONLY = major >= 22; + +function readPackageScope(checkPath) { + const rootSeparatorIndex = checkPath.indexOf(npath.sep); + let separatorIndex; + do { + separatorIndex = checkPath.lastIndexOf(npath.sep); + checkPath = checkPath.slice(0, separatorIndex); + if (checkPath.endsWith(`${npath.sep}node_modules`)) + return false; + const pjson = readPackage(checkPath + npath.sep); + if (pjson) { + return { + data: pjson, + path: checkPath + }; + } + } while (separatorIndex > rootSeparatorIndex); + return false; +} +function readPackage(requestPath) { + const jsonPath = npath.resolve(requestPath, `package.json`); + if (!fs.existsSync(jsonPath)) + return null; + return JSON.parse(fs.readFileSync(jsonPath, `utf8`)); +} + +async function tryReadFile$1(path2) { + try { + return await fs.promises.readFile(path2, `utf8`); + } catch (error) { + if (error.code === `ENOENT`) + return null; + throw error; + } +} +function tryParseURL(str, base) { + try { + return new URL(str, base); + } catch { + return null; + } +} +let entrypointPath = null; +function setEntrypointPath(file) { + entrypointPath = file; +} +function getFileFormat(filepath) { + const ext = path.extname(filepath); + switch (ext) { + case `.mjs`: { + return `module`; + } + case `.cjs`: { + return `commonjs`; + } + case `.wasm`: { + throw new Error( + `Unknown file extension ".wasm" for ${filepath}` + ); + } + case `.json`: { + return `json`; + } + case `.js`: { + const pkg = readPackageScope(filepath); + if (!pkg) + return `commonjs`; + return pkg.data.type ?? `commonjs`; + } + default: { + if (entrypointPath !== filepath) + return null; + const pkg = readPackageScope(filepath); + if (!pkg) + return `commonjs`; + if (pkg.data.type === `module`) + return null; + return pkg.data.type ?? `commonjs`; + } + } +} + +async function load$1(urlString, context, nextLoad) { + const url = tryParseURL(urlString); + if (url?.protocol !== `file:`) + return nextLoad(urlString, context, nextLoad); + const filePath = fileURLToPath(url); + const format = getFileFormat(filePath); + if (!format) + return nextLoad(urlString, context, nextLoad); + if (format === `json`) { + if (SUPPORTS_IMPORT_ATTRIBUTES_ONLY) { + if (context.importAttributes?.type !== `json`) { + const err = new TypeError(`[ERR_IMPORT_ATTRIBUTE_MISSING]: Module "${urlString}" needs an import attribute of "type: json"`); + err.code = `ERR_IMPORT_ATTRIBUTE_MISSING`; + throw err; + } + } else { + const type = `importAttributes` in context ? context.importAttributes?.type : context.importAssertions?.type; + if (type !== `json`) { + const err = new TypeError(`[ERR_IMPORT_ASSERTION_TYPE_MISSING]: Module "${urlString}" needs an import ${SUPPORTS_IMPORT_ATTRIBUTES ? `attribute` : `assertion`} of type "json"`); + err.code = `ERR_IMPORT_ASSERTION_TYPE_MISSING`; + throw err; + } + } + } + if (process.env.WATCH_REPORT_DEPENDENCIES && process.send) { + const pathToSend = pathToFileURL( + npath.fromPortablePath( + VirtualFS.resolveVirtual(npath.toPortablePath(filePath)) + ) + ).href; + process.send({ + "watch:import": WATCH_MODE_MESSAGE_USES_ARRAYS ? [pathToSend] : pathToSend + }); + } + return { + format, + source: format === `commonjs` ? void 0 : await fs.promises.readFile(filePath, `utf8`), + shortCircuit: true + }; +} + +const ArrayIsArray = Array.isArray; +const JSONStringify = JSON.stringify; +const ObjectGetOwnPropertyNames = Object.getOwnPropertyNames; +const ObjectPrototypeHasOwnProperty = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop); +const RegExpPrototypeExec = (obj, string) => RegExp.prototype.exec.call(obj, string); +const RegExpPrototypeSymbolReplace = (obj, ...rest) => RegExp.prototype[Symbol.replace].apply(obj, rest); +const StringPrototypeEndsWith = (str, ...rest) => String.prototype.endsWith.apply(str, rest); +const StringPrototypeIncludes = (str, ...rest) => String.prototype.includes.apply(str, rest); +const StringPrototypeLastIndexOf = (str, ...rest) => String.prototype.lastIndexOf.apply(str, rest); +const StringPrototypeIndexOf = (str, ...rest) => String.prototype.indexOf.apply(str, rest); +const StringPrototypeReplace = (str, ...rest) => String.prototype.replace.apply(str, rest); +const StringPrototypeSlice = (str, ...rest) => String.prototype.slice.apply(str, rest); +const StringPrototypeStartsWith = (str, ...rest) => String.prototype.startsWith.apply(str, rest); +const SafeMap = Map; +const JSONParse = JSON.parse; + +function createErrorType(code, messageCreator, errorType) { + return class extends errorType { + constructor(...args) { + super(messageCreator(...args)); + this.code = code; + this.name = `${errorType.name} [${code}]`; + } + }; +} +const ERR_PACKAGE_IMPORT_NOT_DEFINED = createErrorType( + `ERR_PACKAGE_IMPORT_NOT_DEFINED`, + (specifier, packagePath, base) => { + return `Package import specifier "${specifier}" is not defined${packagePath ? ` in package ${packagePath}package.json` : ``} imported from ${base}`; + }, + TypeError +); +const ERR_INVALID_MODULE_SPECIFIER = createErrorType( + `ERR_INVALID_MODULE_SPECIFIER`, + (request, reason, base = void 0) => { + return `Invalid module "${request}" ${reason}${base ? ` imported from ${base}` : ``}`; + }, + TypeError +); +const ERR_INVALID_PACKAGE_TARGET = createErrorType( + `ERR_INVALID_PACKAGE_TARGET`, + (pkgPath, key, target, isImport = false, base = void 0) => { + const relError = typeof target === `string` && !isImport && target.length && !StringPrototypeStartsWith(target, `./`); + if (key === `.`) { + assert(isImport === false); + return `Invalid "exports" main target ${JSONStringify(target)} defined in the package config ${pkgPath}package.json${base ? ` imported from ${base}` : ``}${relError ? `; targets must start with "./"` : ``}`; + } + return `Invalid "${isImport ? `imports` : `exports`}" target ${JSONStringify( + target + )} defined for '${key}' in the package config ${pkgPath}package.json${base ? ` imported from ${base}` : ``}${relError ? `; targets must start with "./"` : ``}`; + }, + Error +); +const ERR_INVALID_PACKAGE_CONFIG = createErrorType( + `ERR_INVALID_PACKAGE_CONFIG`, + (path, base, message) => { + return `Invalid package config ${path}${base ? ` while importing ${base}` : ``}${message ? `. ${message}` : ``}`; + }, + Error +); + +function filterOwnProperties(source, keys) { + const filtered = /* @__PURE__ */ Object.create(null); + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + if (ObjectPrototypeHasOwnProperty(source, key)) { + filtered[key] = source[key]; + } + } + return filtered; +} + +const packageJSONCache = new SafeMap(); +function getPackageConfig(path, specifier, base, readFileSyncFn) { + const existing = packageJSONCache.get(path); + if (existing !== void 0) { + return existing; + } + const source = readFileSyncFn(path); + if (source === void 0) { + const packageConfig2 = { + pjsonPath: path, + exists: false, + main: void 0, + name: void 0, + type: "none", + exports: void 0, + imports: void 0 + }; + packageJSONCache.set(path, packageConfig2); + return packageConfig2; + } + let packageJSON; + try { + packageJSON = JSONParse(source); + } catch (error) { + throw new ERR_INVALID_PACKAGE_CONFIG( + path, + (base ? `"${specifier}" from ` : "") + fileURLToPath(base || specifier), + error.message + ); + } + let { imports, main, name, type } = filterOwnProperties(packageJSON, [ + "imports", + "main", + "name", + "type" + ]); + const exports = ObjectPrototypeHasOwnProperty(packageJSON, "exports") ? packageJSON.exports : void 0; + if (typeof imports !== "object" || imports === null) { + imports = void 0; + } + if (typeof main !== "string") { + main = void 0; + } + if (typeof name !== "string") { + name = void 0; + } + if (type !== "module" && type !== "commonjs") { + type = "none"; + } + const packageConfig = { + pjsonPath: path, + exists: true, + main, + name, + type, + exports, + imports + }; + packageJSONCache.set(path, packageConfig); + return packageConfig; +} +function getPackageScopeConfig(resolved, readFileSyncFn) { + let packageJSONUrl = new URL("./package.json", resolved); + while (true) { + const packageJSONPath2 = packageJSONUrl.pathname; + if (StringPrototypeEndsWith(packageJSONPath2, "node_modules/package.json")) { + break; + } + const packageConfig2 = getPackageConfig( + fileURLToPath(packageJSONUrl), + resolved, + void 0, + readFileSyncFn + ); + if (packageConfig2.exists) { + return packageConfig2; + } + const lastPackageJSONUrl = packageJSONUrl; + packageJSONUrl = new URL("../package.json", packageJSONUrl); + if (packageJSONUrl.pathname === lastPackageJSONUrl.pathname) { + break; + } + } + const packageJSONPath = fileURLToPath(packageJSONUrl); + const packageConfig = { + pjsonPath: packageJSONPath, + exists: false, + main: void 0, + name: void 0, + type: "none", + exports: void 0, + imports: void 0 + }; + packageJSONCache.set(packageJSONPath, packageConfig); + return packageConfig; +} + +function throwImportNotDefined(specifier, packageJSONUrl, base) { + throw new ERR_PACKAGE_IMPORT_NOT_DEFINED( + specifier, + packageJSONUrl && fileURLToPath(new URL(".", packageJSONUrl)), + fileURLToPath(base) + ); +} +function throwInvalidSubpath(subpath, packageJSONUrl, internal, base) { + const reason = `request is not a valid subpath for the "${internal ? "imports" : "exports"}" resolution of ${fileURLToPath(packageJSONUrl)}`; + throw new ERR_INVALID_MODULE_SPECIFIER( + subpath, + reason, + base && fileURLToPath(base) + ); +} +function throwInvalidPackageTarget(subpath, target, packageJSONUrl, internal, base) { + if (typeof target === "object" && target !== null) { + target = JSONStringify(target, null, ""); + } else { + target = `${target}`; + } + throw new ERR_INVALID_PACKAGE_TARGET( + fileURLToPath(new URL(".", packageJSONUrl)), + subpath, + target, + internal, + base && fileURLToPath(base) + ); +} +const invalidSegmentRegEx = /(^|\\|\/)((\.|%2e)(\.|%2e)?|(n|%6e|%4e)(o|%6f|%4f)(d|%64|%44)(e|%65|%45)(_|%5f)(m|%6d|%4d)(o|%6f|%4f)(d|%64|%44)(u|%75|%55)(l|%6c|%4c)(e|%65|%45)(s|%73|%53))(\\|\/|$)/i; +const patternRegEx = /\*/g; +function resolvePackageTargetString(target, subpath, match, packageJSONUrl, base, pattern, internal, conditions) { + if (subpath !== "" && !pattern && target[target.length - 1] !== "/") + throwInvalidPackageTarget(match, target, packageJSONUrl, internal, base); + if (!StringPrototypeStartsWith(target, "./")) { + if (internal && !StringPrototypeStartsWith(target, "../") && !StringPrototypeStartsWith(target, "/")) { + let isURL = false; + try { + new URL(target); + isURL = true; + } catch { + } + if (!isURL) { + const exportTarget = pattern ? RegExpPrototypeSymbolReplace(patternRegEx, target, () => subpath) : target + subpath; + return exportTarget; + } + } + throwInvalidPackageTarget(match, target, packageJSONUrl, internal, base); + } + if (RegExpPrototypeExec( + invalidSegmentRegEx, + StringPrototypeSlice(target, 2) + ) !== null) + throwInvalidPackageTarget(match, target, packageJSONUrl, internal, base); + const resolved = new URL(target, packageJSONUrl); + const resolvedPath = resolved.pathname; + const packagePath = new URL(".", packageJSONUrl).pathname; + if (!StringPrototypeStartsWith(resolvedPath, packagePath)) + throwInvalidPackageTarget(match, target, packageJSONUrl, internal, base); + if (subpath === "") return resolved; + if (RegExpPrototypeExec(invalidSegmentRegEx, subpath) !== null) { + const request = pattern ? StringPrototypeReplace(match, "*", () => subpath) : match + subpath; + throwInvalidSubpath(request, packageJSONUrl, internal, base); + } + if (pattern) { + return new URL( + RegExpPrototypeSymbolReplace(patternRegEx, resolved.href, () => subpath) + ); + } + return new URL(subpath, resolved); +} +function isArrayIndex(key) { + const keyNum = +key; + if (`${keyNum}` !== key) return false; + return keyNum >= 0 && keyNum < 4294967295; +} +function resolvePackageTarget(packageJSONUrl, target, subpath, packageSubpath, base, pattern, internal, conditions) { + if (typeof target === "string") { + return resolvePackageTargetString( + target, + subpath, + packageSubpath, + packageJSONUrl, + base, + pattern, + internal); + } else if (ArrayIsArray(target)) { + if (target.length === 0) { + return null; + } + let lastException; + for (let i = 0; i < target.length; i++) { + const targetItem = target[i]; + let resolveResult; + try { + resolveResult = resolvePackageTarget( + packageJSONUrl, + targetItem, + subpath, + packageSubpath, + base, + pattern, + internal, + conditions + ); + } catch (e) { + lastException = e; + if (e.code === "ERR_INVALID_PACKAGE_TARGET") { + continue; + } + throw e; + } + if (resolveResult === void 0) { + continue; + } + if (resolveResult === null) { + lastException = null; + continue; + } + return resolveResult; + } + if (lastException === void 0 || lastException === null) + return lastException; + throw lastException; + } else if (typeof target === "object" && target !== null) { + const keys = ObjectGetOwnPropertyNames(target); + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + if (isArrayIndex(key)) { + throw new ERR_INVALID_PACKAGE_CONFIG( + fileURLToPath(packageJSONUrl), + base, + '"exports" cannot contain numeric property keys.' + ); + } + } + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + if (key === "default" || conditions.has(key)) { + const conditionalTarget = target[key]; + const resolveResult = resolvePackageTarget( + packageJSONUrl, + conditionalTarget, + subpath, + packageSubpath, + base, + pattern, + internal, + conditions + ); + if (resolveResult === void 0) continue; + return resolveResult; + } + } + return void 0; + } else if (target === null) { + return null; + } + throwInvalidPackageTarget( + packageSubpath, + target, + packageJSONUrl, + internal, + base + ); +} +function patternKeyCompare(a, b) { + const aPatternIndex = StringPrototypeIndexOf(a, "*"); + const bPatternIndex = StringPrototypeIndexOf(b, "*"); + const baseLenA = aPatternIndex === -1 ? a.length : aPatternIndex + 1; + const baseLenB = bPatternIndex === -1 ? b.length : bPatternIndex + 1; + if (baseLenA > baseLenB) return -1; + if (baseLenB > baseLenA) return 1; + if (aPatternIndex === -1) return 1; + if (bPatternIndex === -1) return -1; + if (a.length > b.length) return -1; + if (b.length > a.length) return 1; + return 0; +} +function packageImportsResolve({ name, base, conditions, readFileSyncFn }) { + if (name === "#" || StringPrototypeStartsWith(name, "#/") || StringPrototypeEndsWith(name, "/")) { + const reason = "is not a valid internal imports specifier name"; + throw new ERR_INVALID_MODULE_SPECIFIER(name, reason, fileURLToPath(base)); + } + let packageJSONUrl; + const packageConfig = getPackageScopeConfig(base, readFileSyncFn); + if (packageConfig.exists) { + packageJSONUrl = pathToFileURL(packageConfig.pjsonPath); + const imports = packageConfig.imports; + if (imports) { + if (ObjectPrototypeHasOwnProperty(imports, name) && !StringPrototypeIncludes(name, "*")) { + const resolveResult = resolvePackageTarget( + packageJSONUrl, + imports[name], + "", + name, + base, + false, + true, + conditions + ); + if (resolveResult != null) { + return resolveResult; + } + } else { + let bestMatch = ""; + let bestMatchSubpath; + const keys = ObjectGetOwnPropertyNames(imports); + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + const patternIndex = StringPrototypeIndexOf(key, "*"); + if (patternIndex !== -1 && StringPrototypeStartsWith( + name, + StringPrototypeSlice(key, 0, patternIndex) + )) { + const patternTrailer = StringPrototypeSlice(key, patternIndex + 1); + if (name.length >= key.length && StringPrototypeEndsWith(name, patternTrailer) && patternKeyCompare(bestMatch, key) === 1 && StringPrototypeLastIndexOf(key, "*") === patternIndex) { + bestMatch = key; + bestMatchSubpath = StringPrototypeSlice( + name, + patternIndex, + name.length - patternTrailer.length + ); + } + } + } + if (bestMatch) { + const target = imports[bestMatch]; + const resolveResult = resolvePackageTarget( + packageJSONUrl, + target, + bestMatchSubpath, + bestMatch, + base, + true, + true, + conditions + ); + if (resolveResult != null) { + return resolveResult; + } + } + } + } + } + throwImportNotDefined(name, packageJSONUrl, base); +} + +let findPnpApi = esmModule.findPnpApi; +if (!findPnpApi) { + const require = createRequire(import.meta.url); + const pnpApi = require(`./.pnp.cjs`); + pnpApi.setup(); + findPnpApi = esmModule.findPnpApi; +} +const pathRegExp = /^(?![a-zA-Z]:[\\/]|\\\\|\.{0,2}(?:\/|$))((?:node:)?(?:@[^/]+\/)?[^/]+)\/*(.*|)$/; +const isRelativeRegexp = /^\.{0,2}\//; +function tryReadFile(filePath) { + try { + return fs.readFileSync(filePath, `utf8`); + } catch (err) { + if (err.code === `ENOENT`) + return void 0; + throw err; + } +} +async function resolvePrivateRequest(specifier, issuer, context, nextResolve) { + const resolved = packageImportsResolve({ + name: specifier, + base: pathToFileURL(issuer), + conditions: new Set(context.conditions), + readFileSyncFn: tryReadFile + }); + if (resolved instanceof URL) { + return { url: resolved.href, shortCircuit: true }; + } else { + if (resolved.startsWith(`#`)) + throw new Error(`Mapping from one private import to another isn't allowed`); + return resolve$1(resolved, context, nextResolve); + } +} +async function resolve$1(originalSpecifier, context, nextResolve) { + if (!findPnpApi || isBuiltin(originalSpecifier)) + return nextResolve(originalSpecifier, context, nextResolve); + let specifier = originalSpecifier; + const url = tryParseURL(specifier, isRelativeRegexp.test(specifier) ? context.parentURL : void 0); + if (url) { + if (url.protocol !== `file:`) + return nextResolve(originalSpecifier, context, nextResolve); + specifier = fileURLToPath(url); + } + const { parentURL, conditions = [] } = context; + const issuer = parentURL && tryParseURL(parentURL)?.protocol === `file:` ? fileURLToPath(parentURL) : process.cwd(); + const pnpapi = findPnpApi(issuer) ?? (url ? findPnpApi(specifier) : null); + if (!pnpapi) + return nextResolve(originalSpecifier, context, nextResolve); + if (specifier.startsWith(`#`)) + return resolvePrivateRequest(specifier, issuer, context, nextResolve); + const dependencyNameMatch = specifier.match(pathRegExp); + let allowLegacyResolve = false; + if (dependencyNameMatch) { + const [, dependencyName, subPath] = dependencyNameMatch; + if (subPath === `` && dependencyName !== `pnpapi`) { + const resolved = pnpapi.resolveToUnqualified(`${dependencyName}/package.json`, issuer); + if (resolved) { + const content = await tryReadFile$1(resolved); + if (content) { + const pkg = JSON.parse(content); + allowLegacyResolve = pkg.exports == null; + } + } + } + } + let result; + try { + result = pnpapi.resolveRequest(specifier, issuer, { + conditions: new Set(conditions), + // TODO: Handle --experimental-specifier-resolution=node + extensions: allowLegacyResolve ? void 0 : [] + }); + } catch (err) { + if (err instanceof Error && `code` in err && err.code === `MODULE_NOT_FOUND`) + err.code = `ERR_MODULE_NOT_FOUND`; + throw err; + } + if (!result) + throw new Error(`Resolving '${specifier}' from '${issuer}' failed`); + const resultURL = pathToFileURL(result); + if (url) { + resultURL.search = url.search; + resultURL.hash = url.hash; + } + if (!parentURL) + setEntrypointPath(fileURLToPath(resultURL)); + return { + url: resultURL.href, + shortCircuit: true + }; +} + +if (!HAS_LAZY_LOADED_TRANSLATORS) { + const binding = process.binding(`fs`); + const originalReadFile = binding.readFileUtf8 || binding.readFileSync; + if (originalReadFile) { + binding[originalReadFile.name] = function(...args) { + try { + return fs.readFileSync(args[0], { + encoding: `utf8`, + // @ts-expect-error - The docs says it needs to be a string but + // links to https://nodejs.org/dist/latest-v20.x/docs/api/fs.html#file-system-flags + // which says it can be a number which matches the implementation. + flag: args[1] + }); + } catch { + } + return originalReadFile.apply(this, args); + }; + } else { + const binding2 = process.binding(`fs`); + const originalfstat = binding2.fstat; + const ZIP_MASK = 4278190080; + const ZIP_MAGIC = 704643072; + binding2.fstat = function(...args) { + const [fd, useBigint, req] = args; + if ((fd & ZIP_MASK) === ZIP_MAGIC && useBigint === false && req === void 0) { + try { + const stats = fs.fstatSync(fd); + return new Float64Array([ + stats.dev, + stats.mode, + stats.nlink, + stats.uid, + stats.gid, + stats.rdev, + stats.blksize, + stats.ino, + stats.size, + stats.blocks + // atime sec + // atime ns + // mtime sec + // mtime ns + // ctime sec + // ctime ns + // birthtime sec + // birthtime ns + ]); + } catch { + } + } + return originalfstat.apply(this, args); + }; + } +} + +const resolve = resolve$1; +const load = load$1; + +export { load, resolve }; diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz new file mode 100644 index 0000000000000000000000000000000000000000..2ae9a55779c8c8ce647785a66f94d92f4edb1248 GIT binary patch literal 512646 zcmV(#K;*w4iwFP!000001H8T6&TdJP9)yj-mMmm(2c}MJOW2NxjGv5|GeCv|4mdCu zkdYB-x0&v0x~eTkBTK$>(DODH2&pCZ)_nV*Tk5^5RbPHu^2 z`T2K0{e}F8pMUxmyB;jCrrh|SPaB3^THB+aKZ(&UXDz9%Akr&QGvKEzW` zGn?lWMbsEsI;B~wa1N#4wT5Rst!R0^>{!3)xJq)`O1|}+^lis;jT#@>&UfD1y(M__ zs?)h!*Y08JrkBZg`?>GBoS`~pq4HGv$vU}Y8J*Ge)9Oxu`ho9)m1=$w1k++*S~ zeaFd!QlvQ7yfYcg=*_-dQZuh6vYB$9FFszsP8RRrz2d!`Dbs14bqTNJ%r+UqFPvAc zZS~An_I?LXMCROH)@;K&9<8c%UU#gj+H0TPw+|f~4NY|~@snqXvtQ@xFFxL-@Yf=d zIXjlGvd_=tdFIjGi!Y@eA9@$sy#idy2rprykjVSM+q%-5%V>xvw%vDIteYf^bmQAfCIj}MPh zth=1F{92V}FXO|#?-gHnJ=>X2PrQEg&bmXonCyst@$ocC%6#+cv)TK&bMp#PiK#PH zoO1L;?0rwTGOi9C=X-YMv>zUerFGw4*Dle~trENCu3^))&wc5B$ZT0&PnDvPu_O2X zs0tyzv{K`!Id9s*`}NEv93akYRmF4eO?qU{-VbkDJYOEPBd<_3RredtNwSysa61>D zTlAKChs+&ba$={M-=>zFn|||0os-VRZIUCWBZ4xkCf)Hc&m#?7CStsIK2-E>sath@ zhpyPs!gkhOQb(4KybKnyob}}Jx_jpCbB)$2JFKhr$(F4Z?Z8uzjCBeJW@ zYuYC9neKj}zVk|z9=9rcr*QZ4BBr@_VuG%E?mkx4s;9OkWlF?_iLX^-_mBH5dr<1{WU`{_cj^s#w6)pR-PH0Z$Ihu4v;rzZCA#~{diU%X>qgBq zaoVUI%-hAc#Ma&~C_Cz1eMFrs*=I8m1pXHer-{)@MD$Dl0vBUUP~W$(LYEp1&^H{V{y9xV$W-{X5(i&vF*6+t@{PKPk*nS_U1aYih~a)t(CiMVlUVAxJ>rv4wiGK zJ8iBmZo<%Z()}}X1*?*>^X0ETUa_oc7p3L5&q^vk+YhFu5xKRu^w#OzTyKp|ycr6U zJFe@@8Cy3{Fl<6g>)Nw;x2npn%%~Ra^p#5Lfv1?J)l%a;-`>;xm%shF|M*w)jU8PU zi@bSG5vKlfUl%L1YbQwPqPMkoR4seXJr=2%C)T;ltQlp^j=R$Hs2md;d-ce@qI&nM z%AIlO0HYjPhck=x6wOyZM9wnm*8O_rnp@uV_Vl2St>ydWER5?Vi|u5@DD%WgYAd45 zTemXMuwA7f(mjkz^d6QcKw!5#3$#UBYEe>Cec+*Y_?vIiZ#>@9u)XCNtNFuE%dC%S zi;Qm>Sv0lzG^qvm?zwq1mb|kgRAu`-U)ytzZjmY*BSBNxethV>jf?0k5}K*2^LlfI z>E8Q(_3@7RK4xC}vWoA+be=bMB~PULI}-c37tov?2Ve}NAiyc((^_) z^)sNDPSvmI*`oWa;bF9ri(g|97FxF+zuDsH!gXbEb?laXWO;2# zTa6*3>d9{FXW6(^7Ct-i)oP;;Ber_KW5?H+4FEjgZ_mZ_hTNHZU1`1?{T9sQ&Zab5 zmnJKQcn2tKxigR1SrSEWNVab@+53KwI?R_;w;dRZ*^7d=%!xt!t zi(J=R&P&@?#t$17eXTUxEZ(|oJVnpl!tb)GolSMpQv={Ji&P8%o@b;tr2;+6ydA^&U{;=+w z--)Mu{N@EmmRpY84@gcx&aS@*-)8sKJUYUeJ+2=8e8qXHrG~OI&!?zvzjtMxY|odw zp2&LdDjnmAYtE3@BLxy;n3 zW2^7kH>cOqh;5JZb@00Q?qcKr;YnM3&7%Qm%GyY9C>5}l!k9_*9#C;<-V2^tZ6re z_X#}DuV!uH02%A6lb2<8C8JUCP@&4HQ^PE&Z|_p?672}Sb$CY=w?AjO*Y4U;!f}o` z&Q3P_4)Lu^AUocEMtb7-QM47Eb@%hHMlwXy9f15ZnR_JoOsp#}&p|NP!XM8<*>~zF4N!LyR!6@YC(d-aW)$F* zZt;$7vdEUlUT@bu8diq;UyW6`U3;nScMs5ik#e_6vSpzDH}^GCJ-AR?jra+HkIGp6 za+QYkUg(7=EWf!_eCx|;7H665H-5Cw*-0TG%oO2(xg~ul*m_~)xVSH-GTgz^$wM!@ zU&(eoxI>L--UW$gH?-Q%D;086+6EStmPYsTiN*87DnxCc#nqFw4(&nT46TL^%hNft z0YWSvUilsw7gbtJ(`)=w`7SXYxt@FPBawYPeeQ;sp`~;|iDB)o=ipLu+P$9Bu{!d@ z;C>pLy_P3UxsC42J4l_-(3n}&Jli7YWp79srd7JS6Znf|##*}q)3x5@ zls><;pUQPR`@XeO?n=5+T&KSrHeHa}H1+uq68d!b?$B7ubGl~_UG|B6tbowmeNJXv zYo0|Vc8~N#@*$k+qsOqST(gdYTb(-_vWL5!7d!L9XSi}MneRVS34i*BzyJA{Uw`wv zUw%D*^;bXf?|$z2$Nzl(@lU`0;jjPZ5A(nO@i%{%fBH}U#lQT2{X_rcpZ$k>e!c(p zpUyw~oB#0BU;N#_?bjfV*}C?sPLJnG&P!@zAbT29^T=7Ob5skgvC&)e(!@`AvH>Ay zTHrQ3{ke5*M_X}-R@6FHORmj6*@Pi&-OdLb*58h=zLam^>fERCZYSxMRcyX-gI?ua zI`eL9Z?D6#jmzD|3?eGpPQCV~J9{gdcYCvEnbjn%qLNFrFap-g!H} zdWcS{XUoZnHdz#PDs6gt;~MQ34X$E|-{JTCP`ojJN8i$C!)tL;T;`XT=ssl<6-YRe zgW7{>)_?-zC!?1q_I^)nw{qRD?)L=R6T4?LjL)gJJqXj6zBh+@^CfF_UmCkE_~Y02 z+*Og?CsGpZ)(!SE>wQKw57*q}_g;?aV~V!_;6>nCJD213Ixl>GGllhy$D@z9M(%~~ zg28d~wJxAht`jUlzTcIV9~nnz@f}(xncvHDNe*;@r)>#k%y|K_Xw`lJx(@&lFcMPZ zT5CXFa~(VDJhea5G5qxR|I_{S-+b<;|NGDXW&QCtf7So|{o&`|{_|gc{^K9+{EL70 z%b&lG{>-o9U;lr8761A_&7U&>@J9IgK`TVtBsM<~m@{+Mw!2o)s-@c++~e#mx1Z;0 zS8+xaVjR|O9iL`&N3wy@YTBwwP%S)SeQnM4TI*?A#g|`0EH$A~_xOk2X*Qa5IA~dK zs6g&W%)MQ~b0kL;$OrSt16YMpo88a3Ip6>Z(e&%QgPa&2AfbdIhSD|+W@z0s8O*1e=6W`FKG{oB(*Rvl(bp*ddH z=yP}8=dKQ7++!KXFvSCCf;-FZZw{U$=X7kL7Qdyama_yrATkw7SxT4^qyw*#1%mriBUR*wT!#)rn%>- zcgL#fRBhRQ9`526LSxI?@9p&%^Iwmf9pTlVwZP% zT}#^w8pM$`@A4_~bsiLu6iG_f#K<1k#R4rEl)3z zfLvV%K*wNN4uMF_VERhWa^73*}19#wkm^F!-xhe9PwslpkB$m5Bw5$26Tvd+V z6?*!0*|nr>@2~#$fF&+oeD16YT@Q+Y%RtEW?xl-wXBF{Ub2o$-oYS&3V{JK5x%xV_ zGhzL>fQ#=y*V@TOMFlpDh@e_T5%jyd(Pv2TZx7s z&;AHSgKFhY$yDN<0nngse)ZG4i_TrDt#6lI&-dQlHwLN)^}g#ScgyjHswy+kM$)-} zXxQTDx~8|$i$N&o8tw9EUvq1pV(WzDv1`k%u1$7tZ7rf@`nd5__b$aO7>f25$@-IMAytd@2){!twKZ$c zsexKY`N7BllB2SZ%6m=jYY4seyuDH3_xoz1>LzNOo_n&)7!I&Q`JlKQ+HZvOyj@*! z2+$(inL4zU!~D9BxLi3e=#bm(S#JlOCEE$UiFj+#bihM)qGqM68z*9&EwjH`9cCNq zZIT5;2Fz&?VG2Lah75zW?}tDKKeMi%yZ3zN8zMZaWKrvU+#MXvP<(IK&M1A9Lhanih>#BncT~TVAtui%{!tF z-uqW1)UJP9*1kVCF;oYs4rgS0!w&XNwORMR@}5kb*On~MKl8mTuK@#ktD$<0KyDmp zSvI@DoMTV`Uh7v&7y0RXj=g<0Y)Dt3)1Bb~ZT|kYkg`8_yto0WHnhF~=?|2BZxuZ` zB(b0X+J_2aCpl}UvM=>myx!uP-j2V(J?jT%0Ijgxu9GWMF#5BX(&g;O^7c8lk{sV7 zbi-f$at_8l+tTBH?1A89*iI+9uQrX&Y*_WOPf*Kxr-`nu^;U`Wip}b;c8wfP0R63| z1vQG3Y^79>>+naXy)Cam+I;8$UG~+gw|#wa*dvRVuJm@va-;kpWLp=_P56gv-#upp zz7Y{aq62tHW%l}rm8|2?T49Z>$hv#zfU%d-+rh` zu)^Zy+gCuj$Y7XOc|vg`vikTdFv1VLz%A+%N7Kb&QMvojdvAd0x*K1LbtHP~;fmRi zukt$3Ocm4`oK5?Q);GVS-*-v@DA5lHAFGsgts|#rbFs`il5VHeA9q8;mNXV0nKt~C%;m(g&mLH8EqlIbgA?Z!*-)kS{X=jO8cAt_WPT_`u2^V=mirDD&mD2aq14gMPx?jkP zJV8m3dF~OH(<(d2>?9S}3=4b~pxkA@mZWtqnT4(Wd8`{QCnPw$8|NC-bLeXdmieLk zoOdmgj3Om?H!>x^nhyIwk5nzgniC*K5UU{2BEn|cs9JYiSO&EA2?;LO*{yYGCRlyb zS~}aTBw?o64XMtyIePc82|C<(_V5KNJd0;Fh~+OQqUgX8OZ z-DDpvhLLoUHr_A9)T}lMJ3w2;$F!AKhE25e&7{7jjuaaQDsh2I#k*_Uffi1MtF^!S zcm~$)G;Ja%*Nbh`U5J%R7+&CaA7lf*QOsr|G9(3-;*{RI(6qG+-LSC|>vlJ)4RNrx zZ1_xSAnz=N04`=Q`Q6b}`%y*yVVr{;(>8Ot-SwwQqMzp69V7xia}(5B7AF!W42n7f zQCM$CO$QR;&fdOMn)lUM)p`_C<3f^wSWM2l8993|_>0=?&bJHrzpuz&3C0LB9G9hE zrZB-zb5D|7i%7nqCyyV4`_SUjHVA%iPQ48g@!JL^#RKCn~B5tuA=@i}MaoOtzki@*i5lPPox zxXrV(`I*)-v%X71Fd9({kL8vZ9#>%U)97{ReRY}OxlgBNY~ej5*K5k@ZGXzs(0h5^ zga4IO@<>5f*lPT<_nokULeoTp$o%9Ox*zNEw=6!Iz&;e{#NF|07_<`Ika@t=TBub>HEa;1S_m11=+{FbtbQ`YjqrG*+~WDW(YJYL2Sd_ z>%hdXXaUJ6OI%gqhrez1|TdR`ay$p5w?!^!98&V)*;fH=r zXeN7qY!;SuPB7iM0B^TWE!%LiW%M*_B<6j*(AD>vowH$u|8gA0$rccGXaQxwPcO*1 zHQPrr zd0#*JgDj+X#T0urm%K%p42A^5DMXP56|FJt3n8VOY6L@n1g;YiSuNA+IxiQ*2~-#P zC)elsS&dkujoc7O;I9P8!|ixu;Go^0{=a&R@OM69s{Nh^6$GqjJ$D1nF1`q{5L@V^ zr}LaYc@@CG_JXABZh0#%(oGN%bvM$cnjxF0lBgH&f#)vXAYEX*ET|?NUB&rw&A!^I zO;AJ5vNBVYLVDYvool_lfYRgzf>C#~t_?>PUR-&5ATGN+wU|4#NT)iFB&20IGO`gx z$HO0)H{0q>FJQ;_5dU@x@cZ7;1KN(y8C`Y@fUg(O>x{brvMp=hfWibxSYTZ?Z)-zS zHXX=tS(kcPT64El-n@aacCI>-6;r%-@m!syJ@8T4Mg|qw-GSubo|_vV zHScrlZBo{qU#*1|wF~Rkje-VU-_t(b!g?y-ag`6|nS>ObSWt6SY#@gOnC6tPb!9sB zjj4<+pZ&-Uq7jkB$S|0?lJ-J%Vdh_DPkUf=|LWtxw1d1TtLQ>7mJcFMohJ-d+|72`utGcBkT1Z>(|@+;g?Bu?^#)Sqi((hN#Ed}kc_tr z!<~yTL5BX^_JK&P`s6uCsg35)9Tw(w3u+);+IbOU^yO+-^e3w`fKY@hzzSquj%M1{ zq<%&f*DmZJ8~I&y+wR?wP+u7+=~v0{sRcctX`7=kM?$-x_70+mR_wM5^Ovow`LRE- zFnxQv@OM4LKY3f(Uw-rew+M=~Sf{S~LWW@SKDxHWP0w9~5R*3ss3JG4upl5l0zF-U zfPq4!8|M6TL~jkYfudvsx~B1%N&a`BkzWs650Y_lZY# zDW#njnP*%fL`iLu<4S$5pyq3#@V~W@Q8)EM{saY#OVfJ_IaGcEw;H-IIkmp}I$g(> zL@)1?iu{=Ogf6T1tVOTxCJ=gDN0F_#rTwz7hEQ*S{2Zi@Q4BanB`e}ChyS3F;^G!w zWb=^o26jz-`DC7Tsz!fM!v=NxfuhywkkCHM)6&&=0~&>FYm4JLK`rmTUQ{# zF68LMON))5;T?4x`pc#^R3h3vD(^meE~+py)!jLo-Aes~aKv-ozL34VU`Toe>}+l; zga-{?OdeT%1zFY*m&n_Z-0#CgAjkwF$pj&=7u`V{-(|e!l|Rfaz2i0XnDLOrNpozy z6nYF-?T6#pwf$Yb#Z<-x}%Vt_qZ2YaX#zThkR+|v+bB%hZpj~ZFMZMJQq@4z#3g|MamGS zi8)Q-((}nx?o}0XLDJbweRU`{dk!3r`leRDGmR&*>YUloHl;ctMVW_kInrp6Py>@F zU@0Cq*2Tz^@~3ZGZoYV$j~-|N8=`uF=$`k``#?j*3`40K&wp8MzUGbz?kc=pMLhwrnZ6Bm3^SQ{8 zUuZaw!4`t$6?exGjjb1|pg8U?=lOon))sWzkWGP28>oJB5^g7Ffm`UF<$l_ifBEr{ z#DZM8%WnpEHp5ii_b`vI#QV3wvUMWJRSvx0oC@$^b^a z-YZ(x2_L%`6Qi`ZAn0bK{i|=z&8fA$8e#d~gUmx*bbv8kAiehX3`Ll#pWG^RW>bRV z6p6iB5Irv`=XfE77qLjRh!&ho0!4e>i*|6Xo~JG29N-wUB)&Q;A`z&nV9-4fp;`)2 zi)ESPixH%f;P;=sAREk$RTmo>5O^Q=U0cQ%(n1Isy(=Fq%qZ?i4d^~4z4nph&O{>Z z!3!M+g^&Dvd12^-Vzt*E31z;+l}~O}oP{e6@CD1w@>gbY`l&9xmtH2<9^KrR?g>q`O9hN zf{@rq&krgfYjS+hVB*Ae84%$s^vaoMh;onwDP(b8f+mgi0Ks7jUaITUXYbye8J`(> z*3Pq#Dg~QUb`vXrk;t{annqh`2(UtuKGcy2y)^n{84l5`^2_cN%Utd{S`_;+L3_zm zmkO%9D6% zAV<=gF1@!5IY;@{UKIgkg(bja@=PO!yh9kP2WXS*_beC19R(a3?@(N-t+s>%kr2>j z?(Lb_c|G<%?GPDqT39SYL3`>fbZapK-B^>Lz3W)Gsr8U zIGfwa;b($0?+pRmRwVIaInDd*T0%WNPzceVP1*U|bH=mo_H#KAvF4>-N#`x*#~lv| z2DRM$UM#?YwzW@gN1n0GB+a6CAGQF5f)Rc1gSh3g9`(8WPCl5D*IA4>WrQIV4-n(VI2%CX-dXkK8P-_Ra8j*~ zUHjba-PaJNng-y&piq#aL|GPfOlwI0Nmm5|VfiqeCNgF30b@!7;6I295p|yw(|qd6 zypYzX7ZI2PaHs66O<1MCu_q~t;$w?icSH`~8Z((v-?b8W9}uHCyuV2@d`8mfEmz3%l(eMrlxk%S!c5!l6?e zEM{Yn2{E-o3O)eLB^KhZcwU9bmZH-I*%~kvI#6g__XQ4o;Ih63$`g)NRv;~G2%G!z zfORu>g3%YYn_dO;MKv(r-`TDu3sK+z+Kh+-d(Rs z0M4(peX&%fRaOziWze+9VCP26>osA?3o9rtuk|kU_t-S^qzE}VuM|5DkVk*sTt-&( zAblndG)6ZRai2wM_U)@jzUv`+1c}d91_~e1ojb6&;W#X4zEYG(2{7NYj~O=|qI#~> zH7hNw+^L^F^{D$9c<0h#59)KPp3cM$%LGJUExMsw zgegSVWjcsFkb4-6XRg`J=it94p?L0#Y?k`=-A>;})YEmWb;$^Sh!1f^c!ia=n-rvV zh_L7ksdaVs_7>%ZZL56~;VMrqKWzAVHoIU%KL~BLI>!*p0_CDfeVXz#zpD}SZ3q}U z-&{MsQ=y)Up$Y2?22A=HV_NY^K-diN1nd$cuizU%>$Sb|ZGQ+DYr~ci0b$*NMCivJ z?-h_nzn}C#!rk;l9iEI_0BjbSTAs?RuXbVYSkj%yH@gpO4xxvTl?!YNNlt7*W)_5q z``XobNW_^9LbO&JqJ^0cV#xUI3#Iz@n$4cD^jMt%@be}Kmh63@BbM}z1Dnkc@)Eww zNO&2jK#|8_SS*Xwjo#Q;ghX~Hc2j0J=kkQ z@WlEa-!12=zW$Vv;PYxP<}XJtn2qp@b!6SGo%^)OLNtoN+9_98k9p={zG7}dGN}sY-J7gQci9u=yz?C*;BR*N&^7Xn#u6JS zq+1hB+R0px&OVKJyH}qT#!uNbk)A(5tG26Sk?Q%Zy}cC+Sa+~KUFR+n-H!naV0GU4 zEUdi?G@QlGmDt4g2rIn8)PNQSc)XsvJy%J z`g&3VQ1yylBn!KTd}(68RIg>WcAaN(VfYXQVU*{(?ECiikB%azg5Ew+J}F5b*5)`o z1RD!DnVta$UEcSd_g>gJ+^36^+3r`P_5d!=`J{qky)S}F8T%LZ^pjrDYM~Fu?aKLd zgz&2JJF8?rMv?_0BCaBokqApF-v!88T8k_j*?3SsZOCEs)Vb&IfI>u!)mL9FkdILX zA$9M}JW!vXa3W)X-Bu76)|#QVqigYJ8Qgu_unrflh-;sbY8IO#av3wxXRBJVG8U7j z-u?D+2u|~9Zb(Zcc-dWFO$aXX-u`sSLWt1XfZb2}uoP~@#=MclnO#o>1Svd)YK1vttz0XqzBNx4+$ab|tG!>M;5F404*3an+ z(lz*gv0UD;#p|n&N5-*UmaZG{Hcrz`pbiiYENtT!yVH>Bk!b`)47=t~MG(Seh{t2Xo3*S|6+QHtKU6O1d6DbI)zF>F;Eo_OFkFG&VUAYbQVSGV39 z;HJfp>45L?LhSx#98t~=LUB34Z1>gK03qmBN+DtD4g@rvL`d@OAOks+oa<8Y0PRFB z;r$49B9Yt(v`tF$VnY?;f(~K76Jh#?g%a<>df`|Nw}IPWy%EyP?yNrZ<@rX2V7TY& zVwLSd-U{Nw2vI25OnuT2)rg$Xc<$`@Xc&ooPKS15oJVRH6=diK80mRL(Dq;&wzE9m z0Q+Z}!kRxli5!B|9NGNU+SgR~Ehh>l;cJ6^mu=$iz9N$it7EXt?XwV12g|alh62g^ zP2gq*5kKpp6@h-{7RF*l1TaEZj?%!Rkd%7gNxc7sw3eFl=Br;$wsTfux3|J%gKgNS zWZts8h6T%1x=WCC<`Uj*Q;KlOy%xkDR9L1t;3D4rIIXIablJ0}ga7z^sy+HQZ1D|c zbaV;0SiT*a_|~U)iIAv&x>8_jX)w2T^a>)A$o>7&|r4->*KN%Q8ju@o4YBodK2j=5(eyZ!K;{0HDvmI;-x=JWYwluKQZKjsT%md+*VsntLrd_*KDh#T!Cw=$GPQ^~oo6?1ycde0e!;?oHdUEyq8p zFf`b^IG>fM+_)Y;i;0*I%HRd*97v=(gXI_NJo+e`5$jIF@!+p`SY0Goc#G)5SjY|C zpEO7a+c+p7fc;VD)YR3rmhb2n0MR$r)s0!w4oy5bkYC}ist}vy#+dJp2mVI7u<<5$ zSE0AOCs#E3Qbd;|Fo8I`{bA$iXFepiemRVts{PHS;(O1zOVP*lsg)jBW3r}(U(Ncg zx;`q(N^T+pgPxG$fTUh7}0fkBbTyzVLMTr zDabBpZDcYca77?iLnpA$6NP}m9(nY6r-k->`x21vKBtQVR+mp)4n*W`Sby^1s@6=T zHXt55g!kUvse$D@*ux28bFiRc#bAevJ?C0T#uY_fJqTq6>xQjbvFu@_rzhayHUWp7 z_+j7Y8O2x!OKu>i7P|UOM^M~;3cVg?D6=9476GDuadvbeR~_FnkPcx^_zCKiZUY!D zhyf|G4f)L{=O4?5fs;6fXD?wYIf#uoLu$2MHs||co0_pN z;uB@@kolv`e4jNI5y#SW%CYD7^2KH?Mkwl?usfz8Q<`5~Ksrd4Nx-KNY{())yhS7R zNMG2tDK5z0xDm8ua6UU!x!;~z`JLwkY)#@9e(KYpek~qjd1mS$#!6}6Ib5-j2QTxw zKdx*@Gp1qEzppH7ZG(|+`c0n)qKc7-JcF7lPadd3&v>e|SdYC!^X;U?cW>Ul31KUi zibG&dj|I}bJc(7dVfW*`=F_{hd0dYS12ko%clp5vZ7s0G#};YPOe(~ zNrB2|3+hrG_-GNP_rBf8{M`!}W%D#U9G&O0rv4!&yB=)gk8olvu!K$UT6CoEkAmu? zG4|eDMd4LOl%+PjFoIw}IAy(MncpsG$jN$d_HKe>Tm3xbUVS?c{Jncsone8k*ZA!_ zVsxIJf`T|4rx+9Q%8DK$r;q%RlhtNLGvd8-5K0J&|$4+b8d@7kF;r$mksap*PC1Ep!P zMnXvvcdR(qGaBY+$UR#nV!r#E``<=0wevd)vvqsIS42Eene9x%r305y!J3NS#HsBVXs2uwypIhPFN0Shu70;o+{jqcZjA$U0n{+v|`g-dT-$rFQbsn~*l4`>cy&58*mD}@_a zrd^CM_$GDbyb=TXl%j=3_tu|)u_o2A%iO!vLvW|gYZp%IY8&VGFvO+j{(6hbp(ysYhkiuPUVbMM&RE3XKv!yB%Ol?yvR}?n2f5)) z)DY5|9cv+Ift*Ej?VsmQdYr7+T%V7%DbYMS%WFGXjTYB*r9!2Sc@^}7-gMyqvpAyd z1FSsL#dMgV&AMmziGt-5AXR>+ykYm9sr~x(?9VP*h@VH?!OS)E=nafEWbL)uiHDH@ zaFz5)(8u(=cjXKRzGk<%=#djGZ&t_lD^w2y+=-(Z64{{`%=5_xkR}Z+tL_jdr$koS8e{^X~ao$NK~P zZ|Hyq#LspV&_4gs8&}8qmTtLcwiSDoLq>SARIwZC@te71$<&vor+t1;8XrZ4l zZH1a-%^2Oopf2@$8@;Z1lEvt3D5E-5QeNsIb6XFk_(d^u_F)ai#k#wT#9hLhd^Np| z1pzpDo5Y8i#x5(|=09I`^vIk(+2*HRFZ%PEXB86ccfb2k|4t|4K#h7T+J^Iiga8&? zZ{N3XS^$XNya(WAw9!QK^DM?$59jh)Y!|e&NUNr*XaD(cm|P?}>|hRY}vT#OAMe!a}x><5HIT#ebMwUf?d3I4^O+ZU^{)FP4h3yf6U(tO?jO|c79&ver<>l zaj1?L&dK^8u+OBZ*Pv4i$i1~7CUwLKCiR0ZuUCbGNfpKf|Lj(A;l0;OxpiOi8b3qE zXwhJ78*udkmcuc69*`!do3T@ck`>;bGV^$g4f@=YWS*PPEbFuL%108v zEVZLYihuUKRXze$8r)o5^*&kK?C9pgwI{%3M3-~Jb6E2=tgKJj!CTX zwZ3g-=>ZVznYxIFVCLh+u+I<~W4mNF%v(yJ^-DTcJGFQIJm|4f% z87c^I*@f7-(kNd|Uxa$dfaX8@Ja@w_Dh*d$fCLQAKOK+2z^HvzBYwJ=PJw0RU%@CR z)H^ zChyEP@R58rw4?+)hG!=YkNPHCqZO^Py24?aAZ(vEE5i(AW3(HUyV|&Wc1&mIw!%I- zU37W+SLjV0_dmpu{_}PKitO9#ta?E})B7iH9%&$JPN<@edcxF(+HDXiE z@?h0V9=IuZ6$lvM&b7&s{IisZ*L`ol%GQm%+^|4bHrc{IKNh8IqkB*qxUwGCY-=~T z04VIxe>P>^nz@|<(LL45ufH83<8}2my`QbsGaeHW>$e=8fCR=4tK1@&KlqgNJuGi% zgY!~;2f*PT)o2!Tm)1S*mHuuw#CuUqtp3^g7P@Dg6F1-Cz69*)_Au*hq_npuruauH z#8{EPV+IjR8fUt`;J<1(6LJ4utp~e>h>-UWPzE`x1xe*GQofNSbg;YT&HEp!e*g7* z``W%Hs#pu(oLB>D?}(3LV7gVRab{o8U585%ZtDKl^Eip*`bn^r)}F2#xE+ZSi}_?0~eIGW7?kH0w>A z%=a|0bG~SoE{}bBPvU{iiQ@ap{)RMnp_nb^yuxA;+707POLyX*eQ%{1GB&azeH|m&eETE^a6B}TA#`u)O{my9+a)Vky zscl-Fp+XtypZ%Sc&}QFwLOF=$N{ZEebc8>2!`s@H2t{c$l`R?u1;=ist=j#||AObr^pIT0nRQtMdZLC~7-?i`!9OIvz6TZK5=TcjZ!MoU%7Vuur4sQwHx_})^wVTJbTQ0me8zxd+DrugdpmgXJl)G?cahJWl2cr zpM9QS7Q+TeZ=>SDZ)d8br*jruPL;TW;rG)QOTUS7qu!>4m(AaE4YA&{a>p6ROi|J% z%Hpx^Z0~)N*YWsoTU=aM1Aln=@BCMPr>XRlhFN!%?k=BV@j?%wiuG2G$q?OZ)T&N^ zKkl#-b)VnFiXDo2N@cc0G4k%4(^pLOu~}m5I%nL|=XMVoihD2a2RO0++4Hu1ckg`? z7A5cjq6-u2MYQB^Bx37KI}Nhqpob*%;|I>xbI)ZZwC~Mj&$Nmt?^t~>sik6w zez>1#+^rk!{5H1hU@7YexGtBS*>^t;CRu-Wr1T7iG5_qnf<@l$Y8CIE_IOTS=0fw{2Wj-Wl!^&EZZ6yN5(@#MVG=LwB69?)3oRVPw-eXQL_ z@i6~qX~V3!K>(GXWi+g<>qc33psKOFTnnuq+HwKB+Lu|csvy~(!047s-4$ytOjI4* zbV7vc%&te9>oXkr_3k3rk%;MW#UtPU&z`r*w)6FOv_E$opO76tNpM9PhgE-7O zF42b;7E^giFGSvHckuP!HpoxwbLE{yQ|`Ki{+OJ=fywwFh_01uB*`D7<3hcDDQLz9^}o9O-Xg?@i6Y zJoGgniUZl<_LU;5XAY0PadC$1bK55b8j}~6Ol#Zjhv#N#Z2#= zW%v2o*aEg&aeV3D+0OsDl|Wl2t=bp@H#W9!n+B|rUD>7t%8UQcb@62_Z+nT^RYjpL9H5N^+!+Y`$lyChx^ZDuPeZ0^>b>U_1-DJ zA|Ri{mfp#KtsQ{s@GEOZF4@M%TGrVQ?^v7kED}BTZHrCt{hq=3dAR%W(A@FPw6Un? z-gfrCJNLa-J6mr+H74}WgkZCNWyhy-nnUG5Vd)u4|EhR9qGnv2YH2!FLkGR z-#E8O$Jm1tvZ#$=ZJ~iQvXj$y_N^te{ks(V@wFCfOEOP|eFW9W&C0=xf<%4!sh1~@ z3z*A=13`MjoVxn!T)pM^a$g%X>kd0e=8k3c(Xl7_jmwN}MOG}yNZ`=G!~WUlX|`mj zoi^=~iosjwlG*#!^^C!f&ta;Jd0rfiT=ATN<_Op7-ssLefY;e3V)8ZUQ|Gh8d!?pJ zTeIHoKGx(2xoQ&lJ|6$l#Ni_`!6`L^2aeJyX}4!MYLjI)kRMLgxl^|XFibjDuooHrTQ0kM(G2OOpg9f_Vc zR1&RDoKfZa7PuR`8ex-pDIvf%<{r9ZLurbCc1~EcKHW0dHQ!vfhGbx_ZeN>t=v7#Q zmg7Q{W;W1$cKyJn~AFCo5%D`kd<5oGPSqbl&sd<%gtq z_BmUUEFs*)CV+-{K(>P9RJFf2ygJeDv08hTNo{mA2eP`uW1nJiJ1%7F;%QDzd zvEz4mmypGmHqaZsU-v2NvQd?<6@VIR@jp$Tr&}ocx?$Dp?}ottzDJtZla|nUI#kE) zB!(!LZi}(LG_7>Krh=v$G7kLLPi?g`LGxU_r_)b}c>BEG+Ci=NP+_UaAX}p6#POH< zzPuTMlWgbbA=_a=t;yzN`ly?-<)mHOH@Y9G>Zl&pX>^??A?_y-CC1g*DjDtoMecqt zb%#9~Rf_{b(vn(bYthga^vQQQH@t7r#wf}E*<*GEfLvBz4-FK+mz%Z3?ttL~Y@h#| zyq98MXFEFQq@8eAh^?TFN}Kcf*&`shDzL2`ImG4D$wLCr=8x8mv=I5S@^7@i3v~a= z$t+sETkLUm9ot8ouHS(j`?%<9vE7s+!`rU+6i0Gqwo%xuIn+Jo&CeX6OIp0wHXxk5 zD_2|Fv9wXbP08;#@oCn1DE&KjgIw*j*r@R)Sd^>$s=_Z9+>W6 zg3Q6rT2D2g#Cu^D;Buiidf)C+YmLJ4Jiothw0@g1l`I;?0iR1&BIDa{?aepiuwBV( zW$y$b?e6FAGV=eN=0j+dcsm-o{HvJ{N6iL64@GM$Hjf?8p4?O<&IagU^o4s*t=+Vx ztKUpLx5oY79W+LBFJR3v_6v2h+`V!ATAm?ODd_&Qsq~!v%QlG|3ThpFf{2>nxBSkb zcb*F(`{D_TS9$yYSnmC_RntoHrC>knvrqU%I1TQXW2p8x)F&LaePcZC)8RY?5^_%a zXQ#Yu4C(wsjl^mHON=bt(|Eh}{s|=Ne;;Z|^C}-+w?%r%)#6)fzE1bqW|i)mhzR}6 zPQVC-dw-Yt?S)%hbaAcUu(tc1fA35E=V=gNBh`t#8p}2skTTdB4fa6hcUc69GTYh) z2Vl;2rS@zEHuf5wTLxx{ug%VjoS+djrAuPn)$DB&{;QW5liL82beC2Bv)86}44x{o zNdlj#W8Z%N*KzNnaSy%Cb*(j@wx?N_*~Y4G!&&d#hd_Gh-gwxjBXh57@Awjf+=yoB zgXG~B9E|s(b;&o7Ed8_7>>FEl7s`rya(6ks)e1nVv9D&m*94PIyYtN_7~1V%jo!X@ zKa<&RwyDHswATx#dbL5}c)xu`n>&ZV{2c^P-jlm_j3d#H{X0elQ=0z93Rx@8sa>-@ zov0Yr>Cu~jF?TM>TtePm;0?Xc2?S_hlzi_~h0L2`m_TtXBs%l68&+*uGyHCHjN>eF zHsl+vH0__gSFCRxyLJE_KAH;Gcb&;tXv;k6bRG5r$h47mNA2K&Q!H~k7n9FBacFE* zd~ngJsfM`Ir3MyCL~nw;C;uZe4K zghP!yE(H5YPG2KDxkvN<5sp*b0lS~uMvgg)i!g^;d`1&|TrTgEDD8dV$DR~d)G*#a zbUq!|9R*bg4|kr}h24#-&#(FD9OmwrwEoUpRfl~EKN|kEt80@2EBWS-ST||Ut#QtH z*EYjGaZ1&%P`u4oQ->x@5?>99*`hs0WR6I-Gk4&gO7j&*{m-?ZDw5i216cyrpF2TK z5#A2U&vWMXYb5zFnBiiI>-VjaG6tM|u*+=@1?UVyi5s^_53d=lj1-Q64`wYyzz1;u zbIE?~_48)`lM}bioRfW3m$Rl=ns54i;1pW&2}*-7wyuQa8Qzlui|80a5J-(c^<#`D zx!%Kf)M~`-Z1-aco3NC1ReO8Kpl<^xUw^-I{S{o`bC4w)9K+U@9;mAOe!X;5tzALl z3t~o}Yn*X_HjKAV(NP(Vvr#nJU5z*WwccvCsrG=D$ufOJH`gWmb`k&a;IRoSSM}F~ z?d5$~s*5_kH+#?&r_l@OPu;Y+pm-H2M*9y~;ug$rm#=eZS(AdVu5} z+l@&2Uh)|WbbH)>8~_#j&Kj2w9R~?&d!|1}P%rm==Wdp9 zSy9L=FyLh?{T{B*hE&^sgT+ zywI&p8$vZU-tG4kdXjU6Mld`)GOl;;Vp)tQ60jdK4b3^BRm7Qh^zc_FX#g3UJMW-5 zIe@keGQZ16_Y*Kf8ZcmF6#LhQGMaXsX3NLkc{n65RV9v?W6*@)>b^6TeJL?Ckx7^D zYTL;A#w{zKeuvf?<7v0koOb3&h5!|k?bQe-Km=)rssg(oId%P9y+f=Z zi}#nVa94EER&y<-crpEUolklfw`x$}HiN0D8)=`uaUbBtzA}maEQBrq^u=o(RDVD= z&r$CPe(dK=6xNESV>nKa5%6E$77-j#(y;{PJO!~<@185));I5~dlelKg7SWaEO)hi z8Ykx7w82MtfZy$@f(57%Af2`C9M{))y71us`beF{w&>E;VIVd)oI+q=VERX616mxr zzopXSAL5X{kp)^Dh4nr0fl!dRwNpGp^sH5+&=c6m$E5%t7VzHuyL^qJfk5)(*K>Yo zo=)CNhc|Dd7gCGH*8YGVkk^6O!GpQYPt!4?#Rn6K>m|Oo%;M&E!rQ!Z*>&s#a?z#( zWAHVCWqYpZzFMCX&ktqkpXZ6FiPAnUMt8fcAa&7IAb9tt*3uoJZl7?E# zMu$bmSmWNf=jF?TkJ!#LGQqcN(T)l3=klf1K{HOfadmc!w|^~+N-C-iEL%bMoP0ki z;{#Nt0v)QO6{Gq7tvP9O7YnCXMF#S;f*Umu(oCE0LVep>NQKWeSVhrlfkdhPrp%RS zHo+5!=HCf~e}?z_yK}vO7{rfiLaHN@h&r&Hu>(ogc|ZtXpGNM)+O0k}yyYcr-Ob^7 zwT;LHDHO2Ov25hXiwO?$^qb6;ay#EujC{n@?yu?gv;`gQ@vanv$4m_vZaRr@@3T^f zpEkkm(f1O+i~Ag`B!WlT&xpD{qAM+l7_WLH8Y~)$>{IPpz~yGLb}GDFwHbst3}b9(K-{8bC{J zTZ5f7I>5msuE?PGyFXD`S|pOtPT&K1bJQOB2BYxC5AHG;+(!fS@y`!s>Ow;Uo-q6B zC1sVmKR@@8bsh)&8%Awxzf<2CdkAq`vbrJ8IV`DU11K6(w~#nsuj=&i>nA7jif(-(q@2sJB_PLYp~lBqX5)1{Qlr_>XmJTqQ`cRC3E_Fi8r0WL zi(Z-%f$SV!2|Q#0RrWxGb@PpWSO>p7j&Xoke{UoG_0xMF)mmTHWIaAdW}12I zboy?MlI#Dee75;|MF`(!IV!nWucl=TO`!oTf0BxG`!6S)V5*PM-09Dye$iL)`TFO z=Z!fiL_#%*gAKj~98L4+W&yq6JCeEow-(VJ& zlNg2-yQ2#O5)+?dT*AkG->Vd107&LUUBy2&!#;g_oj0D9*73lG^>-xAU&pw)t%Km+ z$$hQbdaMBELDKBml~j8*9urH+CA6BPCjw5=6q=saiDl;56pry=MlI_D4t?~4Za8V` zoU!~&yLTY&&e3+{&k3gezCk@i?lGsX;BF^IQ|qsfb~se;Cy@45csp~2$XoGk#lR@k zEMW}RT8n-pYBgU_8Q*yADcR|BIa$v(busR!ICiZH+W)UdNppAX7g-aKHTE3Me&5Y~ zT{uwM9B1CUt}xfjJra)d*}=CDHg=NXw`!`hbb~8z43$jrc!zy24i~dmi}FC|x7j}n zP~qSE$A480jqTCa8)XHhyB>FQ-9FVxlyF-hD==4wC@*>DmzlWdP_2Kv&HP>+Ru#^_4oS8Ux)C^I8O}6x8_)Dz9+)oXAa<>N2?|V zc8Yp;D#%RW2N8O@+>ob+bMNK{^J*o7bjZoD`)13jV;Gc^GIllZc368rG@Dat{`G5J zdU6iYHb24Fl+zH2+qBF1bLfS|5pPr*M@FZ;DCyBJ;pZ#oT~(sNr`Nd6Vh9UPx5G6; zhut$mkAJ&SYK{jY?VerM^7r%m-djZUnO6?5%%i=bMa1xqHYCRz^Nex(y=~5QIF)eb zs)xP1tjT~Scna07_?ypbPS3M~qmbz(=5C}BH5hnQXP;(!+)thG>o2Dbg4mBsXv#X8 z!J$Ky>?qDhlzWt?orc8Nz5vUpvy_*&?)Ry3j1$LjhGft0^Trml3nT2#KrLRUU&SbQ z9ssZK4{F)30j*30+ySXs0}aez{fz;!YR*>`<9UBBQLIngxX}P*-Q~?orjYXqW8T-z zThWN3MKZ6?)rP@0Yk3%e%Hz|$BSy!5aofE=U!gb{U&qURz;b2ZvP~OMA8Bncpy#E` zrsXuU_hIao8Kd=@eX=L3k|k^HHePF1Aw5|KzR~w)T@-T9-7BPS4R+g4S43vK{PmOb zs6u9FpsdFSXOh!DyeiJ8xo(B&5f;++ZW+gbEqkm@E!GJ{pYY|+R@fX$SY0aiBM_1h z%%`;6v-6-O&2%m>Pr};>KmMKo`M>_}|L6R_|L6X3n!D^PtO*~?o*6v5mkO(eoBQ3G zZFz1Jf^`&N97y~59*cBG>!AQmf{_HZg{+I}3|)8nOC*HIJ%_R&g_!s5n4lX{&ip$? z<*%ERdj1|9>x8;dY?$q6Sy|VQWB#@-N}n+%CAkct044rrMa+hRZx4oj$A8+%bjv|FwEZ-d+pc^xtPqjrR~G zRNULNM!uc7@8u}_Z+?Q%5-y{2wjhR)O?|FU_E#^xPLna#9^ViUQB@vW9qV?Dse}1@ zZNoStAgqM}|2p7gZ2exh}#MY&8KuD@i@BVsMEAIwI9KVmNS)SJ!U4A=dh)i1XHFPd} zv)PxU?tBNg@t&SO#*OY2vJU>04my7BHaQNh4pGEEj|sW&+;=W@*+(Qt_0{&zw|zQx zZa+3->m0Xs@n27E2QlOvL1Sb;)+?}9t$K2wmZ{v)^E=p$d;1)i%Vk;h{hclE{kq}j z9i*%gX#xy!yU&;(!k!MouYY?w`axU&KIfktF`k^8vEL={k$1exNRl~TG(8P#k9~}U z?KjmTTgW;P52atdZTefDRr$u6^Glk685!6l8~C&hU0AZlucw|eY?WK?N_{1+Z4J%r zvsXVr`1XJ?L}@h{@}8Pwn>x+s+3vuQNT_9HJhdX-G&OXu?CEXnn-C%v_-mWbu^}-4 zWhOjQ>(_@DiB;^?n}1aCMYx99p0rJ|s*ib2pxT`E*<<#1|2_k&v4-&aeogMkLB**7 z`2o)OWVKV9>AmIWFhcyT&!%AxWMXp}xc+*uRJ^cbDpiPcjTcmcu>EY7wh^a2!hsZV z>$X+lf|}JJ-cJPLl_Df>&Q!O0qj3K46yYEz zz3N3?DA!UOk}gZ{`RfPhI_j-o>J{_8)|#|c*qYW9nOh1WHDl||0OskrtGB(b_cwSF zoj$D2wASvG2>L~BU@Dy<%8ELv)cbnntF=wryE3&)9|58A-~0q)?8GBde7&Uc1X!`o zoMW>!-*I!#m>$V|!mDe6SEgtWRsi-%<$FDQ&i<_33xH_ie0mzUEdYQs3M%`TDja^l zMa#SBD}J8!RD3vdo4orpl+HTJYjUKWO15zE1|;y%GM)wNoOHz_1a zz!aUqSWs5WecNmrU1;#$cQodj-TJ=g!uR-l_2@r+h}Rpt;&2E0wGLXF2PsemK+=MZ zG~?`3bC*u`v@d$j`9Tzv_xih4&Ls*Y@zo~AhiyPX2{nz!+Z8e=RbZ38&lZV~y0!jZ zJo-<6Wurwt2^-h)Izt!t1Fbwsop`bj>aEqgezRR;j7=(8-BQySrV{lHUDNEnE~9oq z>ZT8&qk+Q*`I{N|lQcVVDdmcg}OB7hvBt$AlAK4eGbA z1F#0O8X&9M8%dhApdc9I!Vs`yW@FQ09eT2<#rsGBZdkOo$z4=cS z%{Z3r<3L;S-YPYG&h5J1?)RN{eRD$+E*)0R(BcuMn9=UsZqhnkdQa$(WAE1T>jHF& z=WBKETeDg0rSJ5IFd*1x{Jom|-yW{}oHu0k7L383MBE{qYa;Lzy{lhz5gJFudkAB7dgQyF*9)^DH$h+*u`TypA49djKxt6_0mJ;?ewX`ou-;KP z;?^d_n<{6^8=#lhI~; zayd+@r{+CJ_i-CV#o7)vopI$|dz^c9u;{gjHN@sR1bC^;I1*Nl@szGA&^xvG^)6I8 zj}>jrU_|<8FUdgA5F<;*WV z@(*PWfoiV^jt%$VLT8(5z94>3X{!%t$c{vhtl1R^1y}K5$L^7g_vY$HDHzHn(Wls=nS7 zAMI?LY!C@o#)kd$D&9Nyq)m9`XWg!LQmJ`N+dNojzpGMjyADP=diDdlLf|Xk5k6q- z8NZ7U8`X24UtbulE`5P@r|i3@PEIDU8kWfxg&l}tDIXNXaMBW;6WrY2IL0`_jdriq zF>lhQkz|_tc(py|vZqHcw`ku$e9Hm2%vE56&ieHm;@-%%Z1x_s@(~G4aSCE%FP3LB z`UH*wDA)DtQP*rlceV8P^#1N4XyE(W+}?s0&9VLXccE4HKh*Rg^8iMw)vK=kN?8B- z8zMh3iw@|Fjc(Y0v40z$Y1_M_@atgdhu=6B__Pff>6|fFd5tEIv+F=|rv^=$oKK>- z86cyb&K*PV(pbCi#hUP2G#&qW7zk+%Xr@@f*J@zc$*00?n4wym_qMf0FM^QO9|!7M zrvmdkcZf$gk6V-QD&QYMo5tFsFD`nkf$(|Oz934woow471!^x2j8 z2(yzz6S3ql?=h1(uIq>~_UBy2x0y6UfvOQUBhQ@24sYui>TDYv^OFK?%YMUgId$*e3Fbya5Qhg}J25|!= z;8fUBXk(d=yK99wnx#uPj3D%iehVu+zOHD>0`b>h&aX;L>EmHHwXOz-zWCL(AIC)B}%5gx0V#bC$$#-pQYM1LqryHFQ*sB z^ezlJ7MJ3cM1rF2ooDJD{Z;v|x4h!FJl=?xhzwSLZNS7k>mn%IWLx@*W!|DPImr4BF^PA|V*qoPyMaS;^aRN5%S!Qu-&%0gP zZHXHB>Gc?eMLmD665nk#7P?rm>Fq^ZvYS8`L!4cgG=XPl2gn7LDMhdIVv}4q$lPPk zeYe*G>afOSji~K~jfw@kiZ|%hd5Bf^Q`89$`M+4dP607ax#b#W~l!>Z^;a)Hu^2jPpwlbLVX@%-HppB z#~F&oK>EC02laxjn8mr14&$?0?&5k?eWmjvd+iywwK_iv{r|QGMN7 zwNae`lZxFFJWi1>S+xHhX4Tw4f5pc-EuGT?c%pnY)~a8>*58xk6KrJP2iHXBB7^*= zU1uS&#+AB#^&`EHDhfEUh^c)|YMp^Qs9xH~g9V(Si0iW-=K7hUcEXS= zH+%AT3Fe;}KBE`qvBR!MN0-ibQMg*~x7#tq?dwf~&AY)4VZ3l@!?gV-m-h!I-JltH zTZW6Gb54u7qf7VB&LvbtNvpHQpEg)w$oM&EL#L(zhgZ(c-&b%JvDP~U1e4}b8Ht>-O@$Q~2a%)|2$(b zcLIMH_f4D6kl|px+(lLCgC};GWxhyHyrhY`Yymd5-AY@Mv(%eNxXMRd`_K(|Ep>5p zeVI&gcuVv(_qy-dayD$g{`2lKd55Y3P9#DRHknM?fESWjX4mMdi$Y&JkH}1^&tj!g8{{>cSCO zp@`5meNVTn@(c#_g}l2uVhtfh@jW}b+Ltj$OLf%tLd)7d&-=dl0QfJq;Gb46Ub5iE zcr|{0YC)WJU*BWYg8%IrsB$Ooc9c$L{h(mqO(nS5?dbvsjDpA4YCGH z_(nsq0hN_+A|!sG8nFOumFT%!u?_t7ZCy@Otyp>w(lC~ht77|W00cWF{bBE6jpG0y zaSTh-MKm@cNnPF;S55{j6;R{n?ejSftS$--)U)Hv#(`$oEx zQ5p0Ink8vxZ!r(aSVY7ygF1nEo!a@JUp z3?2Gi$`CK^aAYNNp*Peq+`kX{5`Po3u6WMXkC(+bN+!6vZvto2`^)b=TK)4;@k^EOAS>p4)RdZg@UQUe3sKeg$UNQKU@NlCTJJch zcN2`0yUB0}0JUel2%YAi0$BLNGCjz4#J72Y8!$Lj$09h3tWbD`GQk(A)T6a=ZXnak zsqOsw(_<5vvA;BGZ-coANtKs9Le#(7Y`)bR^zNpcVEHwt;bRqkNmp<~czXByL__V% z{UE5qpXudjeR6#4T|*)7wjP6}=q-Nz=^0|2v7lzzo!yv@_p!92joPF5i!xs5L@Q3Z zbs|;(DW-i(PeIDqK32?b&hyoC1axxlxcW&pUmv-6`_;bfOlLBBXnp>kxNFloqEiZt zs_QrjIZ!UOm3dzU3tXnR#yGPB&dTecly?L+`BgU0P%wp@W)@#Xh&`v{k$~s=wGM9n z@7K#bzcd_V=FhX{$#UEnk@t3vXeU{Ix^)alffnG}1arzJ&v4;n_k{$8#vu1>b);G44s zmGI4197MfV(j6YjXl)1gI|7tCPwHkaTf`s183^49y*8rVe(4WLU|~246g75l66@DT z>g{bLRwL^^?q@aPVZnf8UfKCYHkWmmBr1O%%#Cw%Yf)eghV+;%S`hdYc9v>mj|#h_ ze;per*VxAtF0M#NBI=0?Oy%zelm8T<`{@1Gv-blq7IH?&7~QnJc?OmJiE*bF)_bNv z6v42a@5RKy2%o#ytuEr9I!y3H+|!QZkZfbMvfY;G=0m-$EfNS7aof+c=BvwFb2-z! z-e>iix4%|Be4YOh<08eA>K4jTk&F@^b$In;nqN$}5pt79YdAo@%2X=>#&Ud$`g{kodq3RX-mKRy&W=DB%l?oqyTCJlsnd5Lm$uN z<>#N?4fWQ#yjl6JorzL$9zHgbeB2>!effd*c>dy(M_2JBzW(CYUFK(B zXP#Yq_$obsp^u#W z*mNt5+}rBS#N28a$!kp7yQ#|DhdiEjP*T9K3sBfcKI;-PX7BAnphlSO}#{2$vk zmY}h#Uv$~Ze+y# zGS=GnS+!o%&&W1^E_>kr4_#^+|AVMg@^ex`hkMaZ7108R+TVwFBJi5@-kFu^oY;4zigdz<%WJHHT&?tM_t$|&p4QaK_Q)}29Oeml- zV1wFpbNiNqxvMh-h=-U)XHM=Lzel&ufXQTRq%jv=4MQa&4_6dE+iF^!>Ikk}8bNPA8J1 zK)qYL54WSP+hTmT<3*Wezg&x)#rAd^x$?Hpd`@@p*S|ef&2vp-Cw?b(AL~zwzv&cE zuf;(Ad$WCh1ZyCL36#zDa@5o8Z@#x$LL)>k+|J6Ct)0gEli9p>)MHZ@mXE0-O`hG? z?DsAIT!$)#RbQv~F05c{T9)@U=&X%-WZCUC_s%z5hY(&OPK^3`U)W$h!GI>WUwpc6 zy|{<>3mlTv{XCe&F^`zixZH=&E6xSq2u7W zU@^+PDzQ&LP~_xD|MiiY4XR*+qj;B+T%=RqJx{NI=7xD`Id+}&PD-#n-JC#Fz(_eo%rS=}5Pz8>jr{iYt7E3RYVp0@v6EJAB<>?ZXyN2bM=V@I_0ZF_=wggM!yAq zD5p!t=|@2nC%d!5!JtPg`lLcFIRE=Nuj2`#Aj_WpT~M{g|oOke~0t2qx*txU<%i z8U0|mhjW?`gcYTcCg5kiuUjw_%u)8H`qe$|SWTMELq7E$ZHSFwZe<1(`?K%j4cTqC zL%c4hvfq`n`usT+I-O9WfJ(QR-&}0I*z>MXWGa^Rz8k5$qp%jk#{CQewD(Sb&zTu5 zOJhUXcmKkuQQ99%+jm!NTMj5$`E>g`GH5L&=$oHUbJy#dLkCaBmofQ20HPXcs@YZ; zR;J;uKBb7CCV4qZjUV?oR*f@m+weD9#34+_6tS^ExEKs(l*? zOdQ!mlfR}DcWv$Cqm`hEdj$OtPad^1DT}RcXH}cx#PgCzm{y%%AF1u6$GKCG8O*Kb zaV^_8W0{-{{jzXQB$;?>h9@WMFTTwe?a{NBfM)SOKynMZrgX||P3tUN`i^!+N5^*h z5co?BlU9Lp`1O|)#~uQM1^u^=@g7Ge-|MssxfG4SYbT+4?pw5JmwF=E0-0HRgxbBh z-p7<8cT2J`_Ds;B5EuU^>`pni-W;tTNbj{6n*JO)$Xcp9CLHY2WA^OcHf#(_7rkHW zS7#qhx^t+({Bw77R+s2hQ#J_c6EZGDm^G1v`_g`$c+!xy9h)W1%Qaiw>M4^I;T=EE z`xAwddjx~zQCnHN2W{3?_Eo!N<_b8$z(J>Z)(ona)!NrW1Xxzjj+|ICZlZm z;i(rajj-Nu9zAbu4r=$sbIaw!?W`}XcETA~jBulciq}LqsO{c=JxU6P2u0IE7kydl z>qsPQshaJSFJ4)$vncDg2IIrjqvy*nJbnP!$YY~yFT%40#}hzxm`&C?HzJ0lCES!A zKI#%P42k!1hm&d~C`g7SAcktEb^_LB-2WC~F$gE)?u-0Qo<_8D+74+CNDJVe1w~@_ znBOa}ZSUqqpA${|xkP?wIovfVLl+;q5w!R@Fp?t0F=eFzQKrj_Y7o~9q(bqf+jcQD zO6zBz6($vJoXKMacHl?pA)|b$teo0-mF4C!h8g<~y!!pQs$)Lb zGfgM*NUy7ip>0gKh&h0k@rYnbb}+7JQ<=W(QF$-KY3qvuR&VX<<`k-}`w-iEH6hTW zKy7;Nm^Y$tK=ZvF-)I7V9&h0|HUvpPi%xkS162$UA?OkSOS2Ib_v@{*zZ^V8^>c>O zP^7pq^U0C{k(cEjI(v0CFY;2=D(bAY@zdC5;rIVB_x3usEzNnIZ5VK52fhP;i4zCa zKUG~tXNnal@C|fVS3`m&N)QDDg5W#$MHpjlrwT}D$p>ISek9M?`+e7%v%Bhf#&AH| zUFR78c;e7Mks%QPuh}f<;vuL9(8Xd5-?qN9?tXlL-+>L8(+%0oxhL<#@@m+FLQ(a? zN{&HUj>g9Vl7-kPPg}sX9=8WYL&hC>h8+z(Kd%bctu>IKya*bXH{$8?>ZxAi?DblV zsBx;EhJ2sOHHzjlC5*S$t<#$0{d0MAYc6|SZ~a7^E6q?4z>5Q;M4DXGSeG^eTR(55 zNORfU=czG>(NcOwt?~9Uk@+dYqimnzLVL)!>^A&SLG;OEv!K6q&$>P5+K~9j@{k$?Y$R+0LBGT#Bw6?R*WykC5-PF5Q%e(fy(_rXg(Y`SZ z>NPtu!?@;`a+^pTVbuNLD`kucNnbWI(+Bc&KySreIZo#OjKx3SLf_-#_~q7-tFY; z^pn6~LJd2cx&8CRq@Ft2mj(mRYeO&IsygSt5=@bs=->o~*Uc~!CG991wDO)^F0<^; zD`M*b8$ohMG?t8Pz0yNGrB2I1FW|QDJ!f66O}lTMAItR22>D3t<0!diA!t%R-x!_V zifSqMG={hweBai-cW*bdC6zFsiIe{6#3qne@cYTZ8it}GWrXdizc)0&{Ip2H%sxroJvQ9|T3UKTO|M79ie`27n40&b* zxEa}}VMysEo(%tPwz5^Pj~J&~23a)v!*6@uASH9ghkMhy5DqHl?Qd`KZ5!ypj0|NN z|16l=kh?zH{9Uz({PpwZKrUSaE`$lD168e~j67v~>pb%KpnAW+h^)Hpx#@#f3zX8a zafE-{U4Vkx16}7y>~qJ?*+3GRR?s*~?}v=m*%lD^e%^vZH|@39IGSvs5XFSBGH~hi zwdqs}bg%Bik6brx4IjO|B0`oAMcn?rl2hAft`zR|qv@XM$th;Gx4zu=)=q@G)M}|t z{q=*U`g@v<9DHSq>tNHl66$#hRHx49`~m$SAn8v1u&=2OWG)HQTz85P32cjyqzAr2)9$59 zV)AC6HmEvfe{9B(vKRSD_{&Gp6eiYqv@*a@`!!v$}!GZ z+XxC}$n1;R_x^dXpfC6sYS(usfD`sUg~1#}vV4bo_qSf_b&Z=;4i<{-k#qld)%;nfnr`%Z1*4ULjR||A6^MKydw&A1=VfCu15Vi zk8uab=-Tg?7H>e9hg(g||MqtDGX+86TQ|>aw#K757j6svD6BfC1B0-}?z*m>H^_+9P!Dz`suEw2-u*0}5 z_FNnDG}V*yaU{ulGM#@p^7>PJEbE-_n_Tk?Y#)_&^Xv7G`g9@Qb?fipClb&ls;l(3 z=(@!fy6hAD@$hw}C@fY|8GKUwIfb1pB zHiz~hb=ge}9S}%<{ns0}zb<#-+;GuJ#SQU9hN0S!t$Xz94BXH4eiM^>-^14qDx6{o z#Hx&&~mGuxbfzrOlw%Mq;El;3P_AM z>aSCg>W@pSc|T-wYUhnNy6#j~FARU5*{LB$M!AuN&-ffcLr1SM58Ldq+L1r)ff_1( zQ+|K@(8i)KXHzpRC?M}ik~frY-S~N1Os{drbBpP9&K_!Bb!cSVwQTMVhm|I-x|^!%D=kKM;E$a&VJjrDoC8YNVq`Wu9q&FsAEn4A$S zU1RWm*lz_$KWRT-0+!7E+8fPU`nW6>_6jNxp5@YD^~`3%G<)Z=LH=lzln)!vz~(~4 z451CNZY-z90@l0V)t3A0=bW=zJN_OUwr&w#uXyACJlhlf&i;YgI3!w^E?8j*TWH1BhJnX_t$l>``Nu7yuiR}G-z0+m=DfZwW7=n->QDR5 zK^^xtD?{+LU)8zbF01ux&u?j)*-t0zG)lPBW@UG|pRly;t`}h?QeAy({yavAYbzIR z@X$6-iwAb^){rmz$6IaOEZ=~(U+fi4n|D5+)Qa`%_d%yW7HK!xw8j?CxRl^GZlYZ#pGMe4;3 zo1m`F{O$|4cZlMXLs>&oxmfMC-9@h6k)K}NV(tC82K4B>h`6W_X6Qg8tx^M$tbKBC zJww=RZ!Dn<6&G!y)^m{-Jlo$2*8DBE1z+0eTa0YTiv2G1T63;}{razedoi~RXvW0m zRx>^=RLF7n?aPC zzIbuA23T^&b?2x_T44wvrv=ii-^UKT%~^a+XZ4@MP>QR!je^&l_ug}R3{$1VE zZj9#|DoC*p4ClA(EG(g3>;P>IHfjCPqw9jdA&w=r&6YPB(gVlX8wwtyv{Kb zdTG=>lkkOMyoH^gaDSxbJ;Uex^$ntF#>I;=;@aLNeYD2`)PP2W?6((prj-gO*{-o;vl zFxpC+BsmGe$i5aWre?eI-YS;WkIsMWhY`GK506b^T~Ew=}q>E^SrIMxCP$x>klVH{&(B+vHIQTK8{^upK5c2 zZ=fcAEIE8yH2FZy$=~(u_uzcKYY(y=81nP(AMj0GcvSDcJ?xxVT2pWAlxCPP^^;aE zaMM3;gYUaf;G3U(%E}mT&I1NnQgpS(k*grVP>6zHLgu4*jJT2q!Uv0Gr5z&i^e6V7 zpmk4v0^GO?O=?;@idv}j+dY#toDs$s4hVEw|%RtmSlb!i-IRjj< z8E%|03VhEk4Vd%cLhWNNsKK|#Tp0#ZMC`?wo!C=+uowlHo!{^Odk6kHfZe779l!V^ z=-OVMA+m5B%r%qxZ`~6W!eEb|Ia(Q6XVt#&p&APaExuhV3}l^^%iT9|{b1XAlwdwI z^4fGOwDJNJ8>jtx?ZExXMm&|wJpi48V^YT zZtC8KU9hGoQO7y-lVk-`&^VaTwN|xTu53b=wfsFc_-=Y_2yR~B}cj>jOUXn6d~qZ?KQTfNUUSX*>k*kHjNiV7ty|TJ4pmFXih(m z@IprN#x&h_&!hHrFb*2~F57r(om`~;Vk}q<1NqW=%-Zdf#J#sygsf{_#@bW4_fpM` zO_Vw8^oG@sbF17*{|xoczJpBZ&+}(+N(KqgH^z4t-Dgft_3~tW`*?u3jV7bsflS5C zL(`6h&|-9sJS~CMZ6QvH%Mx?|h__j5{1&0Y}xQ zJxQ@g8U_gcd2NgiY4wV>t67l1A-f{$GPJfeI8?40ph)iohOw{jf=7y-n4ILwc_L9#;a9hDU_Ybsm@OB;)0wmt-nUT}tBY1_3F@YFozEt`%EFzvmyM~RH}jPUc4=)d09 zQd!A4`rI8-i-k6-nV<=7aLx$rJ^I$MPBZ$LXMUF(@FJkUu#f1ujD2yjNUi(UNNcco z8U)FBP2{s2?%g=JZ7lW^o#D?-98N1bJ7uYk+a0^xnF_@_l%D1W&hT3HeAHA{XOsSr zMKUl007pQ$zce)OGQYiU8*-wzFnXv~3nH(7w*Yco3!%#t}+8eXiwp0A*#bK~2T3AmAICcQc^g z$EPi6%{FzAp-(EGPPpy!qE&xm;y~qJahOgW|9LB}a?9B;Ae5`am}mhgW4uf@B@vSe z?0vx{Xz%`rUK!^L<6M|RXK+0lrh%QeX7;wFcRzyJ_V|Uxk^Mw{^1fd`TH5w}i-REZojckb zb;n};uK5TqX4g&=gZ|#x4}%j`4)%YPXFF*a3>-D%BY=+UZyB<`yMxQmaAJXcxbbAq z2VG=y#jXA8-`>&cr201Hwb5JSEw}HeG5cd;)*o|aIitiGIt~8U?1m1-&fc}5O#|h% z7YE7Doij@0%mzM0GTvJ)gpw+p)`>SK_&($6`t@%w$Keu=-soQ=WcdL;c}eJ zBhIf^?^$UNwV34Ver_%8!{5C!UXGVGChtvx1&3H9`TsRENW$7%E-V0_X^jzGZT}pw zWJW)OjtS~0dKq^$oAq#ldF%bPbZ_y*kPX5~I*T@#$f-}sfV6k**_BygMq~TcT_$iP zqE~q~R?0V*I|#~R)uxbBr2X98_fGdsBDX3giPUwsl0WTB8*q4+GI{67^J50%5$Lh< z{5df6G)@!OnifaP*eWgjQmcI(?70bm5ZvXnoah#hB7p}XrN92}fx3;0X|T6>RcvA) z-$E>opD;{nW!L;_jX(Ia&LmF=yH{hPx7|ju4JzgoIwg~vY)yVPqrJU}F@@sQN)c}l zq~@-?WBuGX47IxKF5KPnaXrO9JaVUckCq3FF%VAm=2~xa?FEn$@s2guoVBsV=$aQ5 z)#4#q`<0vRWh^H8QjZgN>^X07@z|zE=K1vk?1C`qb6Jd@uaCQ@3a_ri@KZCeN>Z}I zw$Xz12tNt!Q~c9MHy0n-J~im9b&)Q5JrY=@d+uPXD{Kc_Zy|fJslCq7Y>oGGxS15s2vs1O-sd?ZlybP`ZI(jhQidnU zuUYdHndl326u1Y`+f6gBqXSc-@&JH$S#Yo$BGDH!v6mPf@oZ7k{e-basa)TeXK||u zJ5=}2cMQkxw~TF)xG|GNzUu<%q9^w`p+RRh^}Ty z2mPqK(*Q$FetN%QSF3wj5UB-{(biYeLDdr(!;1Ok(=a$S%l0FZ(>2@dJKAELi|O}W zBzQ9>Y6qFkJ`EQ$ouA(r(32M;^=owoyMJsa9I8EbG&qO-zL1$D%ZOju1>&7N?7@Ak zm!I!i${cQ3yzTVeB;EJvyUne)ai}51+)r`dPWtpO_2=$Bsnnq=D@lqAx4eCO>1Zyd z1F>$~$VZ00{Foc`P|de!#&^bS)%oRMxS;JgA-+wDR@hVrWt`kawQjPc&v_XU%MSh- zziusFJ4=x0-Y2aun!YnlDesZ&xC}INI$;3qSEGyV?j2L~#y?A+1Eef7K3-}kuhIf| zj*?|1PvNoahOYCi;;s3xmKDxc{?~uKeKAZ;oTOOR+w3u|bkoGk_MGE%J4QQp#z)^V zENPt}ivwL$TlokQ!|l_}S9R{))d45EPkv#16xXebv3Lg#hxQZ&(9idKHOI}^0zPP4 zFQ0LcNVGv`wvwW-Tb@>XnyJ0MG5QdFJNJqVvs-I3yv$k&D>By|<6sKiSG3J3`RE+& zrZ<}M{!AB80q^&u^#@aw<43@vAq;5FP~E$>mnU`jO-f#nOHSkv8TUb9dndIBi%oFc zXZ?v8PjCF*MD5*0W(%W7>&9jjD-%vzpC6*?9sl*D>^37U)>L>iQ&azVhA^SXy0=*| zWVijadE0&H<>gj!F}m7?fLv?c&Ngy?U}e#9Woz0+#NTuJjOsMs*F^>ZjHOs0^DOJRSId0p1 z?Y+Qr&BeXE3N$>Qr-19i=8L8Jx{DRU=;2A~2(G#owiUY*pd7^8=n!>&T8t7Br0=WXH9px)mi(3(sph%Y+|`_2fw0% zDO1DMD`o+Nz``s+&kI#~Mi+~YNR&o9?}yI>z>Nz$}&3g0|9UK7rk0!irH zY%}Cg;<)RytQiLe=4AXiKMD~OZQk8yh#Yn=U)C7%q6=<|oqYUJ+>f94y`i@-QMW>1 zen#&Ny!alcyrLl%2{+IdmKuG%AmVWC?%j#U8+5zXdV@r(uLCHYJVFYrTiiBmG(Da0 zHJ@To^CYp4JSFz|>+fD}TlbCCsWrhIxV!N|TXHgUVbAilWV}7=ibHeuJY8j|5m18t zg#!oGNOITnl&vrz>9moPzn$?^N;~JJ(vTSHav@IqoaSBsSJthO)siFlo>(@NbptFuaT z5@&DV%TaJ`0~M?vA*Su$7qiP-0C0Ye6;wwiq2ItqEIBY|q7e-AMz$u1Lp!g%X|1~D zC2`xQA6buI^K|o@Qw~6-y$F1O8Bp87uhzFeAniQ|6Z~FYtKLAYGvBWtEp|w_h1$3c zQ^tA|5zN8oeON%Ya=+93&3Sv|Y(A}#F6;WI^Chb|su~4vf96Y{gw340pwgZDWLn#L zSvhZQO9UdHdUQQM|LX~Xu`>pRcA|~1cvbCLC{en3+z|||KUQM(4GPkm-{}qAML@Dg9_^I3*@6dZU1U{~2GEiKzBe5s zjL@rtv0qDx9LIBDktonc=rWBMjmP^Ja8F-VmaA{MW-9(J_uVqtO$5*6f!2L+{hs+g zLD%HQzsJ22SnjK@`SU}Wjz$R^5kYOuDIJ<>S0rI#jnr6RQ89-lLIGiAKHsi_Ol_^{9ZkGkzs$UPxR+Cde0oIwS%iX^Q-l-Sg_5F`cexvY0)Jj_^za#v(Q9V3E!n7zINN5Nj_ ze)a9Qx+FH}Jw^ymmREOdzuL|maBI4pR-^oBE_Myf+4fv|CO0~nQ>)41kvl9-j{erl zJG1Yl%v|_~8-c+(KW9B}0ujJ4=4k^xiUV60B$wyQxk>XljpZZ<>dF-aG;4xN3V5{a z&2{Xl5sNH=`LPDAwv7kmE6K4cXwS7?8jPRaUc}xcgnm8lL{+zAMR56f7=zgm&1b6j z#T=(~uc1f=hZf4nJtCm4&FS5jORDi_jlE>U+Nnhb4;^46iI3;AE&<7YPIUT?$@@ol zdHg)J+M9RsH+%)rhg_tm-r+c(cW+Iy0%Fl&z_+!7I6uHLH;|54WVoq!^-mGHbURF& z(=KZvRCuMIw0^$!0&d+a%LE!aO@CjZRT02lw{2Ti)@0xASYDWp6~VEwCMU6%qy_fp zu};sk&+B6zq8+Yf8JZKnOxhfWo)_#AcEDpHN|FFe5LY?cH59+uey-%5LQl(OZNnXz ztUNZradg5-Z?dgENE%b>8hxF5vh(FT@15!ltHT!K?Y`H_Hb30u+cLLJe|@ZX8dI6U zthDJ1^jmu~5xx0ygpy=g8@(xwgrrC5SY=l#4c9qC?o)KAoirV8)6}}FOXa*;FV4t< zFn_S9VU$@!tnrGZplhZOxaSb>B{SCrvAZo_yEWt2bhfJ6DX%xOZ;`V*k;FQ;-=p;2 z7Wu&a+}F@NX{YuB#kOa=O*B!gC_d&^r@`PEMT{_Ioir`+HO_tEm6tj@1^$h`FnZej z`FGEGl#qaE9aK;w|HuoVk7XTt<=lgtxrdBIhH$_}eYBD*XT>=HFi(EX+9wg`#hQCi znqvQlE=hJ&0`uBhP-~RT0)xZCTfAw$w{%?Ob{_lVL zxBuzi?f>vE|KXqg$AA8BbN`2b`|tVp|BwIr&wu~V{^P&c|KVT$?|=8-{HOo!@BaJ0 z{m(ck|KT70)%n-;|NY!RlipW%aSx=>-g(x}^dX2*w>5)qn}eXEw54;}5b_TL)r}X?st=$0>Y7-(i)($+1inHClYuf+$lr& zIG&tXbNG0@L)%6% zmEA^;M_@7X?w-lV(Z)Qm8K$z6^40uZ z$WHvT*RC%;)#t~+AVK8*_+hSR!xpnH5{XyNy{{Ue2z`;eaT6s`C6Hz4)nv8txv5l* z)P5&TW*O|Uck+3Q>hMe#??4Oz#*bh>0hD|PZUqvzg!@*H?#Xk>6X>mCV^rw=Hm zv04WsI$qzPZHw}Ga*sUZH;$`a0JWp!?zg|NPC)_B*Jk@RigVa0l%OEa7mEP5#4L#<<>gU_%!EeX$N#X1)ElI z;Rn!iy*!Y>M1knL`x{RQ08k2Z6hL|%Bd!c80}80Luc0>H9Qmd7&XobaXmx>y*M-m2 z@qTGj2kiM=?U9t~ho8hIuRi*AC6{=6@gqhQoj1`y_dP|4c_1CGb?2%s;xm_hKw0`+ z{1G4mE|^% z-i=l(Vap4Me$V<&#jC z?2=FELN)T*$FnIYj4jqZBdVD+p1qSq?TrY<(}6Z|S+NuFbF-Rv4V)JIR95CgY`I0K zO^lfnMEYv?yVkn&NGJIaE_$zv$R zx#-N$j==TisdZGh(Hv`Yb0ImS->;%Gy)ch_=LMBN=KAGlA+&E2uRt!d#c7QoZ+%|i z4J++yR`9LKVN0zCE->l5mH54Prj2E~*4(F~PrBFRky5$PAD(e_3tsDf-g5sw3m1>d z&Wf)*s_(|kB~Q2#=}3I7K-h>1R`EQVy~_cdo1I{qgCi1O~~F4i{AwLHqTzJ z+ti^-Egtvw-ZgPY0XGQI?-nu!7Wi5|Y>tOD*1s=M-@7i7$DE^)8Rddv_PxC+o{>gx z+4v)z)(2uJcKdnv2szliHZS1non32(RD9WszfrT+tCFQ1<=)t}OGmE$t+UX4qbJt& z5`42}ubLA8p$(wdw)km;PFB-pt$0A+^%&aJH>;v)dt+ZN|7Pc--d$U>Q}&l_g_2GC z%jW!NJ}_{PYmFOLF3e{jdn?}>HQR!lfFRq%=P#b zC|7_)6|asnz(myGcyl^tn^>!6YqfS@j}!?6n-I&^cQRih)2s1iV8r%17ZC8mi)X5L z;)ZhNe8$KKjTxtvVkw@9Xfo05`TFVsn+@ z!Tx2$iZ|^@(hddI)p~=R#^=nztoC8Ydnj>D?o+QjdM~9VmO28fhz(qt^Kk&0cHdTJ zZK}lqob&Uut}|E9s!Ym{-)#zk!M3JT%IBCtH%=1Y%20Bln@xRZNnFB8pVyM-chcsF z!4RhiONvvRfED)1BCCyr@*8>I)w@v)LD6QQlgHX%>m93oUM3`VF2-xThA}|j&DwSo zg{v@!mPNYsxV@ zNu8fl6G4(!d$m4;B=!uAuyP`Ng-)j5IIdNRMh-d9(3`xi6@B`#QQl*xFW>z!&YW9# zw}=mJPYs0h9*a=_w9gN@LiaPj?M)ug?NR7%+sGZ%jz2ZI?`9<&c+(zHJbV?&8 z9qIz-08@gz?`hl;p1_yt8!Q8M60+^vh&VW-Gog8|r#?h!I5T+!Qrt zNcG#qd4fOs4EE9N-W&Ng1KwE^(3hn+JmNrO=RnSPc)u-Je7rp8r(;O z=Fk01x?%H^XrA4CokL~|zHw>}U#HU<=*FK?D5(3hS)c}GOR#ZUo*HS;uIj?qPjEg#QMep^0*aBFIty+L{{ zjYlJepTcpg(ax;^Smf-zaB}Lb)*+J?fd7MS>yO*8AsofGB@ei6#RKQLe8B3ZhXyh` ztkM~R-F}c!0%{;Py!reBIUmnt>)HMN1*W%L?u$(IFzBTQx0+BBRC=DviqW#3l2d-< zM4H^XvqO6gj;Ab3$H=pe>$`3C!GU$aNgJ<%Uz_D|)~BYxKY%&p2q6u4_WiCh|9_9@ zKQalsLRb!5j^~@z$U&_EvgzLP5_tNE<56CX^bKwVUsMe_U32$aA6J~e{5NRSb9jJm zV*pgRMDj4S{6IBr@KqSWXVLup1#)+Pfo$AgAiwq($e8^Fa$tXftkz#3PxTkbJpBc7 zNq>Rt&|e_m^B2hA`~`9{e}OE^Um$Pt7s!NsR~gljxViTI5DzU%xi$FyC0 z&cl{T<&AonI`=Zn)tR#)MM2ME&-5O*`+R9%9U@_t{{K)wpXzl-gCuX@bSKpj4hjh@iVinx?3lMip}q|o#8Qz z<2{xY|Lzgrp10H5RBGij5K$k7h#b#aN15}o!&2i6I_VI~fZ_389P7~*_w9Xkba;#V zEjAqE_#<0!nF%tIlc|jYEE~9X5P$AB^&9jsEIk|;9>%181T2y_U~=4g_HfNH7FfjT z3M?0mT2IWH@7nCvxWY94C8lFr-NwDOe@Da_I?f3;42bbA&a^bVu`~3n?;C-ko4RZA z;5guURSFrf48?l9Ut*lgyk|88qX3R<6&R0X%72OhWU*9cLg-hN!IAhIag~MLNrorY zIDzz7gK0*BxMGa*Js1332_9lh$1kHXOlsbF*&C8VMDJ^0H`qm$%G<(SY%!|tmG8#c zQ6v;3&B^cqMG!YgJIieWN)CF=^0F!KTrSI;)V}E}K%qbz_+4Q4D0Z$GJ82um)`s5gH!N*D_a;`D=eq^ zBnH|Bz7c~yJ7fFUt5px(7_jdgbyz>YbGS5JsI>7Isd15>M|qo8&lTKnEFCJV*)tDk z-OGf$L)QfG>YqKJ`ly#}AF&TvF=NaAit5`#3o*!DtK0TAtm%?k$$&Q>JyMy<>?IaZ zK<{tj#bhBhHeT3_Ll_o8 zAT1d(XOS;~+# z6`}(%WW-Tsy<_qcSnZTVe%1Sg!?KgOiM>nxoFkMTL<_>vW1H>1Pbe31WH&t*w<)V3 zI0dnp?hrlIZDRKJ6c*sTMM2G~pUrQCle>&1j5^+q?bGDCSZnwr(+wom2o$IyB_x5q zRLBxwc+n%io5^DIb29elNfgwa^Umi7;Q4!O4Og+boOW|0qLTG55_&Tqh`~CYbs#a(`-Zr6z z%Mk9$2ghEgr18*cOrCpe?ApPY1x>taZU&5#WJht6GDg20G;crBAspTCtl5bI02RF| zjW?zE;?e9!A;Z4gb^B=SSLD@5L?HQI3YBb@Jr3sT&;BvyJZ)}3(DKPL<9O{;Y?mj5 z|N5vdC*ae*ce%Zn@cydj&Qr?Yw-O1S0dwb$quK~HZoG_e=j8*k$9~+#*B0iQO?RCw zKEbG^S;094axYs<^VWEdey6($k+Jm#n)F31axc=PeIzH+vAvh)H|QbWBYlt;BNIs~ zqqo=Mvh|dC^V{LEWf*BY-RpbzittzFy3%XEm#;2-sryCv?8XPjFKuOKcQtpGD4JUx z1n=gMwA(nJbd|jz#zw#Ct#9U2w++C_aYtV!v3gYvK0OTm`Xvh^{QKV^Z~wTJ=$T)*jlwg>hpsI*tfCC!2TjEsExN>#9FB=!rn4 z=6HR0a=;OOA7jL(JT6dAUfeNLbCXeYaGEdAW7t?%$F+mJlieVX9iKB+oT4Ak$C1;! z0e6Q0XgxHN`8y03PGRLiEY8G%T?Dtu&boKlbRqf3n5nHd8B85(gmD5)*NU^9T`>dg z)g5X?;E%Liqn`E;8o9pPl(V=BH_2cFi`qzHv2V>ap!X6Hh5@juyV{sz%)|K+LOAA# zExv3#oz1kfB4`K$)-2t(_(td!Mx)Dx^wnsAh86C4UTU{r@#&ED*CQUq0mRNwXvyQ?Mzpn$RIGf+`Lw9s- zGIu<%vu3q`Jb#HgzJ0Fhy`KHOUTeRr(SSL&24L%5j_`J;^6f69zua=RdNU=Jhv>ei z-ggE~{e5$9C450fFellVs#YxZ-gkn=Mztmx7%p*}5W^=L>|6R8Y?*z_Vb|UF@PJA* zZ4E#U?bHQ|);HfD+a$B*fpTpSw<0=6ux4jUwz#kL=X>i2F+LyUY0e*?r=)tnsGIe% zKWe0JYu%gkO3f-K&KV33Zy#@8Mhs)T0s3()Z@^LgRNpPQ2;Qmld{zTthK>gyjYxFp zL!r$5{JSpBp^QEme>BJhx?X@a_0xwbfGmZZ4?!x3BOgz%U7f&MTk{*Hx9zPv?8k6Z-aVciJDrEfug&V|O%*UB2ZFQ`5rJD5018=Eyc76fT=#b2N2yIFH& z!IL5-0lxsal&cf77F?kY0@_qC^Kd2xH zk4d#Vl?cJ2IuJJ28i0-4`ZjcCwVh$p3ef9B6W5V*Y$yeU*xI$e`93EE!~wUX6`QZa zVpRqhL)@%`s9nd;BL7);Hh&&4=^O5c57JS4_w`!qAAIC~llVIQprb^;sd(VOVY^=5 zYE#gj%+1~VjL^%cVdHb*_#02^RXa{#XwR6_WO4nt!(8%WlO;~w89E(=XW}&&ERn%E ztwYe`)I?fE@|srE7{I@54w=aUl$wUZKxNd#_G`Vtz1oOf?rC-A;&&uZ$vI`a@U#e? z@@5|Kg{9B<0?(NX+{(BE{~W7l>2rNS5+r2zt^O7R+>jNqb9d|e&hAT8cL=+HYMmq* zv#jpGQ)Pf-*7YF;y|xo4B-;OS?Nky8JTVXX@{)vOd4@8Pm&v4YM)Y_eImUg-xxLV4 zF0QBK?K?RMGPsxTahCPgi$Ty{eYIl~%hlOZwc0e7F<|8B=|SwyFWX<&+B1DCh(PAS z?~9gBqN&?qVNKy$%O!->lQU>wtvULVmw@&z#Ku^)13VotEZ8VRwb(}2<&2?8d=1dd-m z23Gd5yUOWJL?^fWxuy?~Y;ZWawDfen-?|LK&g-bJ3B8>n9&+YOjRj|pzwBhOo?pgo z*q7q~X$9$V{CQd4htAZO^v-z0g)KMo`XFW|3t=BRmCuu1;IVF8w=w%|aJI&|b5B|a zha`R1Rjf~A1qnf2F|TSChxnd-HD00BRyHWO(VGyt%N^2F*NT>F?%0^x*ix?)SK=@U zjoFFVJXa=bdv*Rj*uJ+J9zWKhyS-bsS-s6+CNjxtvc7KZ`y(_wcG9RUu~GS+!&8|W zu>ilDq!TIBo|CAPH;@aB$Pa&s2hUv$3K<%=8teenXI7tw_z1O%eqxDwL-UK!^-`9=- z@a=LwkWnV!^R$tAwsBGh(%-9;?$7Cj`_soJw2m$#L?uqQkCS*F7Rm2I7dG~EYdkcI zi#^IFMXxzdG~_?zl>CnNMIOlWufabU2ibb<`WG(KFXPpOef?(XQ)j3Xz6>C=ZLZ*K z#V-%(wCdg<-PU(@1QpE^9B~lBE=J??`R?X?h9cG4bt)93pt3I}6K?#-i3U4!u0Ja8 z{Y`B_0OI^K{-2+*BWweYI-!5>5SYVS?LVB0f6bNV`O z!4?FA1rc-*h&_zjjECUn8?mMie777H2C(JHGeVv#!|prTH1b?ej&dixVRAwy*P)Ji zF=@_LXS8->9!R$L^Ks|oUQ!(l<89TxP*2lwLFJK6x7F>NFKmVZZR76IL=sePFdAqVl+s=bv(RE8^BSf2WsPJ+)j9Op4B3M&7jb3APyM9_h;$lsB zXQ|V9V(3y#y>e$bAFB^4_~4^YkFO;%HOVvPI&A0W!43t;E|CTm+2{JME?Ny+b>LA=vbVdAbl`ej zrs3SUzQ^E1#65yz8N;C3{PL6O?>%==vO5(TEl$UX&X;4aO6C?PweiSi`x9!r;_XR_ z`LzYpcvglVwruS0dH>2K8?9W*xHxk$mWg2YPlt{a6?#wPmJueDm|`vA+A7S<&Rq58 zUE6pLu{1-@v}?@?X7GGZadH~Q9pM=jg%Zf?5tF-Co)^=GuQl`#wOIY(&l%VJGn@>Y zOPZ&IFZv5?wX(Xb#`AgalBU$N`clsM4AkF!gGQwvGLDUm^f2O%#`3F4BvD7s_|kT* zH{mt)C$rn^#W#J*Bg~%HAV^`PE+=%*Ib1;!h99we#w+EN7EZ*M8{;=F$BbmXQ^A;= zqW12r`)|}2TNAz+YAxE`@$Dn?Ta|7d+-j!A=@GyCPUO> zCAo!oE`5K&kL*06=HWT@hEt-e^H%?J&?@U!-kS_;<11%frptYw@#P&+2dz6`gwGQm z?{&#G?b2O&CtVl?w6iC*M(@|M^+rthIv2mTgosGK)>h3PXRRE@*6~sqF$MAtj#Hp& z3RP*Vh&}c>HTfy9DBCPL^!&dpodK?Ft8N9S1lV90jtzMJLueJd6)91apZD%Pr+aU( z*Q)Z;%5)j4uc5t8?hZ_SXB&LzDA92=C|2r<9lNoGiWNmISGP(3Wm@=Poq!jOZ+e-e zI&x>p(Nx)C$DRvu+|lw7Qu#{@A_ss zdgnjLkab@H7wi-z`0y3wCsEcZoWd9}ttQ%x5MVo%X*BrV+79M=hVkRD-!BxgEHCfX zR&<=2Zqc=v>DuokhCb@6KUDqVM%71tP;19w=Gq;pdljUGLRsLh_63ia-{pyXU*N?v6H|cSJK^ zeYdfS2{S#dW3iSgq$V!~YxGu8OnCZxXK@P9Vo#D^Hgz-iG$(|7bIfGB5-$di(wvVD zyP1U~1|Bj~ebm$NG&>{h6TRT49`Ucz^klqO#?VqB$pNegye#1pw@ z$ies+E=OeBOsZafZ;Q@B7D~IFCMXvA-W(v>8Ha?s-gd^kcr=h8^z1I#&p zG!{)*luRkZjt?{b)ZC0Lz=#7OKaF{Z`v^+NRDuc)3-;QL9b4?pzqggt_q1<>Xe;9icb$IuF&c z?$zQ|DDFe+&YJYH)+7cpbM;D?p0ql54oa#hk04-tH_vl13gzx^;qtM2a?(S37+oWKpN1PADbec5Rqz*erD)-!nHU^6UbT`H9gYbwsQr6$Qqo6`(J z+4r`ZXV!(UQf9w0mkX^Ymfq`}Qk4^;EfG#lvN|OwV*AYXX?XVX3Wv9pD=~H*qnPy3 zwzx*InH33R))KoAwW4iK|C0|iX<{fLl^jRJ+D!w(4YfOFSAI61wLO`;Ynl2!3yaSP zS6~8;*(?=%_E;TpaVD(}(UmeK%s2+t2Dg6Kdk^jUV-4VRE3-i8?@Nm9tK1$ez1S`> zwM(l;AdSVsoMSDJCN}sfXs375GN07k&QjLR~^5)R6g z3%B_t8Cc9`J);b^+lhI;Qa);!-JW6A6oY3r+iB z{1gnd`1|{V)z`xs4FBEgCn(qVQcK-lNDh&xH!fnu$R-KH{4KN4CRe{0F>bE2x7w-4 zNdv}H$L&IFkIUv*U?MmmuSu!v6;;^ko;BMz1+0M`FERVc9Ft`FRFoPt4Te{a6}iu( z4<>5VIqOOhDBe=QM+BaO-Z4d7lysVi!z$oKXcQ zYbt92xNXF&t8fwNn`uzrT8ESBHoZ;Y)G ztx%o9jOs`L0IF3P3%9{Lg8wiOqINfv5qkRU-NO3uJtNmDovno76LQ?-4LjgzG-P2= zv_e#CG|nKxK)dn8tilH3MeomfX@Y)npu*_FGi|Bk41MXYdLm9u%*qjsTb!&uH!zZ; zO`@Tdc2CKLlOXbpM>M=$+Npa0$zhlhx z$5Sir$%`r~-@9?c)wELcv#qCQ`1?3E>vwkUE0S%m5y3a>_8qzfJ!48cJ>-`J;Fy0YyJkGM2J6p7i z_|??#o1Njb<}il3hB+_@B2LUVrmCN{D9tSHa&a1h<<(h~s_a^va97)28EY)L^Hg{K z+g&V;&L+7SyeUuF15n8_!@xbcRL5;S^o-tuVK!;Ev#bS1lR3v}S_QV-*^A6!wvA11 zjO=#?`6EvzKH=U;D>BIME#6yf^|3Lq(_Gt2cg@P=jD_TF z8EpM{xY8g=#ByN9&@0@=Jm(mF@T|i!se0D2U!uM6Va=w4t>+Ssl~TI)<*`OvytCrEta1i8mn_+!SlK0H2LaZoUn&IYVjB?$LwgG-$UlU0WiItQWwcaVnRYK zDV=%JVOce}3uUjazID>;i+YG*Y_Zy!-Jx|}vwnT^OP+mp*5o7nx^ftqBV=2lH&~(B zv~`+bHKI_@H-a0I*b%y%i#d-j06RydcbVbnn%RCf<=%`BuFaiujyG9bH>~7zi*Z+5 z%4*5ZwL!+&>6vL5tB;?kR3rC))->H;1%f&#&54T0Y+m%d!i<+U7T=n> zQg18#T57sPn^}pukxko5D!&xqVY#`Jgoc#94uNrovXh0#^6>3mFB1uJy7|fpeV4F8 zT-@(XrX4Re+ADXg9!%at?k%UgiquDE+BrKQJJyf8znA!x+6Q$c-og)|6jdv{wWWLJ zl)*ZKg6m{1*sMz5a^BEyoHMmF>H&i z8Nt=0IA0xb0w;0q%8B8QKFOg^M`8MSUp~4F^j9e_*Q9o=8NY}t?=e6Jf8zRjlpc z{JC`U0bcyl^5FyPcWNtB^}Qo1zRDU*{z`CM?z>3t(sWUADu$4+9!zJx`9i)S&q$p< zhvspZXETbUT`P+v~)keqQL6A0|kS0}4aDZ+9LNSvir zqUNJ`nTHb;@nQ&CmrXHF(oz_Aa>nUS-TQJaq#FpvN_`RITDoqVl}S7x)Y;sEgv;(1 zu-NGh!iZpa?T}J{EIpW%UKok^@Qga%DO`UsfUCeJ4aSu_IP)m|8$yV#<+6QTW$8{| z{H}xaB9+9;FQRsLSzs5HbuKhSk9HFq zk4_o69>YAWFEr2VaQLk}7dAl_md^o$O2?ovS9_fP8sC(IDjTj`gHHDx=I18z&bCHO zg|8Wxun5`Kt0cHI1jG_+xP%|uLX{gfrCR5mR8)2>0E!=lqArfVDdBCi?a`r60G+cE z!LQM4Uo`dD5RAnO1<;l*p7?t*vTnN^s3>e#nKHFbcVBd{%qocEv_FOlR65Tt^G+)# zhMhP1bY2q#3G13LMr?`fuyy+a?Toqa zB}~>AQ(DeG27y!eYq)kL++ZD6O55bk+McD=MC5K;#hig%US)%KdR%uWG$ zyc{EnS`sG^-0I=e{`%OpI!}kqn8wK6`lZAvp5^V5sIftJO%|R>W4pn*BMxsuH)6gP z0ORax#aNX*46zDim@(}nh~5D?kRi`1({u^ru(_6vj0keOqgPG?K8*iMJ3%RU%@e_s zfBO2?R^9;0#{!SBRfHb%dIDFpmb+YlL1^{V{mJoS{H385aAlgHn%q1uC zF?FtX7!2<^;4*|?9gQ8vJcomWya7DCDZ1FSl^^po5Y$gd-d+iq8*1QwbiO;Kdk+3q zr(B_2`6wM(77U6Lfa@mgNaa4dTZ`;W(|d0QJ-F3V8P+AsUv*$YR$-@;H&(%nTu^`O z8yc1h@?-2P;3SXLx0~W>?n{QPGRe+gSxGUa%(VtD06Rd$znH#=s05<#c>^Bpq}fCK zpScp_2!V)%G#q59uO8HY%2~MK;UM=4NjaH{U(IHaiJn2cKinwLBxvVjvvHddNw@f=58IR~<*c^uiLR_#n1<3)&! zjB+*-dE_~H9E^vC;Q*hJC09Co$KEUX>P1cW3^3gRKYVS1pnyCZue))t zwqS!pn~v2w%Lr2IwYhoY9WFfve>ZOHY{(R;<$d*DnCzvUG9ZGpPYSwGYg4(;ZI}L# zrmZ$NghE(=d>z}hu1T`PpJrX7Y-9Uw%Sra~OkCAm_}_IYn4g$gZwFh{p4l5M<~ud5 z(?|I%#x4tBtv3X!!?=p^j|+b55LjS{-o0~QGD)0nV&A?mP>irR#SR3Oc0eDJbcnYB zpdSaD&*U;xJDdu3ugswSqt99H8z=Mzrig=%QL6zOvW*W^^#gI756xLz3D*XI>|3ic zVJEXigJswI1@jAgLYPyBB?7?;2)3NPm|b2Yh)0Bdw->pDbMr{a>&Wbx7uNJD?8(U_ zyd`3vd^c<1Pl~Hs%F)UiLVcGFqM@g;GrSWixzl=7tD!|=IpTp)o5b8kA}x5DF5cno z^{hLx`3*CL#@BV%+k4eD8Lsz8RupyME0(QVz?I+!THg@IEYnNCZkz%F#QXmF1 zj&(mf-p~)E|4uOUeR{C8P4Y4xo#9&<7u0{Fg)|muWEH-T)b>!)GSZ>e1v-Tn2ZXDB zPw1i)`zq4g-jjOD&9j=`e!FSPr5O3vV`Q!ixX41aiMEpiB}@8#WN51{rj*i7=B)>M z^geP+uWi+$n?1;>B$P7x2r7|YSQybH=@^4|S8K-Rke!(|6eT8{;aYo~cnNy$Z#A?= zZhnZdHq{ysiMCH|3_$Y$6~9N6nF~!%I~#OWbo?&WfGAh1qxEWiZK5^2d{dS>hwMi| zD|Lb`xFLg~;A!^A1Ju#;^u`c^NEspy1=6&k5oT8aKvqJN%AQb0p7a^YY1Hrd$MaC` z3o?AYXB8g-GBa<>>aD?WXa|s#SFgAEF1&7C9N;A*jDZ>4W&e48a7Bo8M4eC|ES;ZM9ptpge55c{USxuSV*Yi6tg*H6asmjEuhOZc4N`2epPgp`rx zL88wYeS-%DCDZ$9#0Kd}04~4WD?$%L%1(1?6z+{7x%bi9#(-W!7V*Gu7$on+N_k&& zS~#Ql<1ZW%f}HDb=f|jR2`!>w>74LnF)AVQTZ=T2%wBOktO=oNWr^xT;TKe%E5{pi zircp{N+^BjM08yi`*MjR{2v%f?#_FdYwdUPI>`cWoIz^SbiPbzweqgAz!D?CVK*qy z?Ow~|xbWU^t^-L;0}V*&bnkf^Ri)c!OKR|p;D9#Xch63P@&qfKD#qK~2hGa7WVV}j zuI5K4jr;zVbw>dGH>;_i+?AeGrr^p92O6Tx#khshnRjZ2 z9G+M*cXm)h;J0U#B*SyF#3Xg{Bs847mf7JK(N@zo01F7+3mT>fFQ5<*-vX49a^I|g zTvV)nSdAZ%nMNbE5D8RO8cyq#{p&jP2VfWy1tfq__W zg2R;A*5En`QHFYZ_@v2dyy9xv!Y^A|YbP35?#34J`KIn!;r%9q9y`qWm&v+5v|n#o zMH8H@o$_r=>W1!owlJ*}{y^78?BaMR;H6PTQlkg#b;fu8pYbqEM2($QDY)P~G5=#xC>5 zg6O}`EjT@V^~z7Nzs!oYdB4%;p~{h5Za2hpni>ySGfn0Qb1l!627`sQ&3@4QP7xZs zl=NE5-kqI5=X$l?R!k-jBrVu7uAiN^^+ALdfYxZ4kH^c9>#fIJ?+cF}Fyemg_E~+b zMxXG=lcWq9)^~7mA|KMsw;rTYY(fIqh=_txw^%MjH7L9+R_g_pG%k^#i^J@6vuI}N z&(cc#H3Rx2cAte)!sNrrW1QLf>Q20f2Ptp1D{I8613{4Vk%x^P7v~3g?y==UPL!2e z$S3gdF%}HWvi9l)<;=OwS6$6aiLtwW-P(Q69)#Y(se<68*n!`y*G;ipwn$HbNr_KI zau^skrX8g)8cEwI0ruGEz-l@2)B(fUOf~|*KyR7abV>kh!j>F5p6|J^hnaC27`wbg z?I|+f?qAlmrnRaYgG(Z@T%|z!lN2VVL-CU_7mzW~1Z7!55`^e68Z~7lx>;7%mwDTZ zG)H~jG#j_fH-nZ%7jj6)-9tmJRL(}y&=)PVdLcZ1qeSOr>YW$bDV>r&kee8iL!#Dl z97Nbo0&dlpoh*<^F>lo6Gy1f$M41Lw#rna3lc%GK+LhZzbtfUoV5uRtq7!#bShIAX zsCYaGPT&u+mR!dLA^~K)wl|#w6?(QW7+%7{LHpiSUcqH1_y(Yi0&z>N%8A#ZE8|jf zpzU~lFD-Vfu-6W=dAK4mv#kf+N*jLR7!77J%`Z{^UI``L!W+OZ?z|Zy9V^826VUc+=hkxZbt8*lwnGA*<~h-PUq~zs3tbbvMc9= zcR)}rWDT<9JS}GBWWU03G(N;SJvir|6q}T8?Zz>N(IP(ul7VOu8!_boa6VS^HUMDx z#AFu(kbeoNbpGhrq{Rc$7jiCVhR>@2?G7aMwt-m}?<8Tv;RA z*Mu6wWg&KmogTnw;P@XhFXDC#g-xj5LSei?Ew5fi9W`EVaGZy#UvV~2$eVnW;TOUU zTwU2F*duiJvg& zP_&gMR88K~@!hff#=LU@w0|YS&C%@Cg^r}%#Sd=YvyuIk15JptotmRZO283U7%EgL z;2BsihKza&++22Zl|IiTh!2PHhM&n`?72iHizHpc00Eo?Lw_$ijDUq*C%BHG zs`HKd>RnSm`=8FaeqxYVB+)}37+wU?9M9or_7JXJH05`Ef$> zUl#=LLRUhhW$ISg024z;={9&v(?3`fs$LAJzkRW@F6EIe?{h-5EbjxBi`&VFIMxN0 z3L^wubBzu}Yn|T($pyw;It!Tq-oXK*u)Q3KN155>`lh`R3l}2t^DigDicNHIL~E(b@60RNNE9b z`eNLQE04WjL;kQ+7A>}ihDjnnMohj^ipB?dwkw^ZML1LL<@)?!v+w=CxgdBksb}V8 z(SIFcwy-h^+q-K~u$vX?jychX3jTo8egiSjpG*R<>v`MS#@pZmM&CSjQH{*a9Q_d7 zP3k{zn*mG>H(dbjOl|l(v14JvU{!13U&kbyZKX@DvS@$U74XEmnpD%(8IcF!v%9QA zpL+~o#HA|ID}p{>m!}-t5gmNi;7|=Y(Fz$tMqy{TGueNOuNKmhh}WK-r(RxQCF{K< zk`Z0uu8%kt?hgNo-D4tc>x9T&mSxSyYZ`d_)_UWrF(7nBebGIws zp)6duPG|W_wAh|pG)3k0vNy@3X#yC8;w+OqPA+;UmenoBkNx$g;#97X2q!0i%vI`H zL|%3z_2i;2?upY%_H69CcBl;J>nYyE%VTmwWAURLRn{Jx6FhIRy@|U)y*M(1JW1$9 z%1l0SNUto%+r`$+#WGK={-6s`{oAEDO!B+VJ;?}>e0avzaJSw0m4Auq z1$M{?Ox}q<^npZkOJQ!O&Ty2=zsR!(w+%b{*xk;KKJ#XQMq|6-FY zb8~w2m+U>p3XZ=V*Xe!Q=3FXw66@$ZmT8{k>JL#0uL1gUU+ZPAh&`!381rWA2oZw2 zdyTh+l-(z)B}l!E^*DV+3KGDQDsiIZ$4UGU@prG$xVQ0ox%qwy?vo%tUZe{QC3<6uXH6pcY@AtSEQJoX!fqYHp7c2=L+?TgM}TDr z%2%UVre#q+W3k5Nm%kMIH!D{xA>k0vTqE+1{$$eDd4}SL+(4zb)WBsW?<;JcZn}$C zVY2V405d0<&a(iS*=g3BSbaA3z|<^&8|f~lc70vp+YYhSh5q!R<2i;1)R(dzuSqh9 z>gY(9Y1pVgg;fAc6;fsE(e7{M^u@SA`$2So>SCM?yRS|{x*e}t=do9Pv35sYF&O60 zTLv_0^LcL`1V58-NIxTqv9a96Z@&P17ek zo(CWlJ#xBCT-1hbwxmzhv|oy3P9FafeXBN5BduLKW9<4ljQinLX7ob|c?Ow&OYXsE zmFqKV1mq};-{)L;@NcW!F`?s@si7>L`5MlNu%orwceWe0U_#rx4AjnXbaxPU(B@dX zv%V-cCRB6s=-Fm#^D3C#t-E8V^tX7Z+OFWbC@+~vo#M5v!|c)U+C^{~Hkj5hbvVEP zl6H2hb>f|F=kQ9imT$UCLeR>2--yW^hVw~gIG4Yr8@-=HXBMvvSdHVZb*KuanpC+1KF|dE@nc4WL`1J&A8r6nX|7oImOxIHSwddJvjSPb|%9I z&8^Cvykn`T@!!w7y#WszHD#^EUhev+;s~C(b!$Ft1FeWgE;feE+Up}0ku>7i$!@iR zEPmT9sMXJ$zzGN$JakB?>6uzPqy7gG)BCgZy`>zlYS+vGpq_9_4j+ojA)bCIILwm}M?9`gWo zcRHXT!x^8{O!uo6hOtlJOUlj4FEA!&I_Mo?o8iGgU>LlkIgL-G&7g}OtPkIh;mq^KuMr`lJRfivEGrn{zYn+RW z;|DO;+{T16=S;_gjXh-5r&s4EmK&sijM4|sh_H!d_i!-1utVxu3HpGo!7xB-^ZPM4 zQ&o66Q?^jF2yDgJSQsA^w0|4WkL=fb=4=ECbl}SouFfxJmjS<{vPoj3+2|BsCq7Ji zF`g`GQ2bsCIh&5UUC)fRAId1PL$&bRlTXi-O&LXl5E(SuIS&g>+yl6h@MEt#+Vk=1 zwP)8!eS8Bpe_Y>WBj9GfJ})EyteoQ&$iAptFT)2iBRe_UBD9_hvg}^-(s}u+qjKsIoNRW zc}tL9k|*FyN~X0%ZBW&modTb_Mdnz>+~+ZBfsHYp$K~sSEF3r40_DYre!N8hKD=xx z0P{Z(2HX({5(02}w;b7NoJGB4oH0_6WdJUGXU(cvLMb!Y6Wh{GDcrGwD3PABeCDY5 zBZ9{n35-rM^4ZdNPR1?Ne?Rba%p-5jMKeXv|L3L45e%aD3Dmn-d5^vO_=$-nEM>$rm(kG@>f5?I=kIi*1V zhiv-QMN;2Ju57SmSq?{ve3pzh7$H|>hU9AmNUC!)u)@g!o0<8ZK=>z0*NRFd=$R+# zcG3t}-ueE)nCq)t=j8~(Yy&ak9&1AvUDX)iUFM*jt{CzD0YR?sqM!hh24HwXr{not z8K~7NoC|8xRwrtUEHb5DB-pY+o(@*OI1L{m{fx_xfv3gM2b2;>V;cv_MIEY?ZOQ@r zed_?(-PJ%5);4D?U`GYGNK$F5=E-}4Z}qs!=y`aR(`lC7*0k_CU@=_B@VXv)cEKn2 z2_%^5;(#op!8>y9jl$F3$5N&)pJyI&S2Ke{zs*^Ic@2J)?ZMwj*6u)5gNUkCmzG=j z(^Go9Fa>Cx$fC#5zKk38C7{B0Gq*W1i;rE@Hph0R4v|<_l~PbY4l{MJSWl+A)K2a$ zutF#kK$XtX-o2FZIcXE<5a;a`h!M9@7#wbw_j9%PrYs227TyiI(}e}b;#bQF2Jcw` z?>*>a+{5@u7_&pT$_ry% zpR4L_z!1ZF%7{eutp#b}i{+Qq2VCx;$!;>>9Z+-`jCIi%(b8l$F8u}?H-d-ce7ruvA}bP4Vx>YJ4qZ{J{O z>PH@s5o=8TNxK7mW0}!m(+c8Yl9hDJZ!b}@^jr{TPvMO>SbNaA?4xVJ$0NLhLV`s9 zx#M7W!(q7^o;Kv6xRTmT#=AAg7d+*449c@y4w)!5m_2gs9HR!7ODoI9>Z6vy+}0jP z*RY_F?W3g63-&BO6zq8+EZ>-Z2Yx@F6-_395U4yo!bZfT;WguR?)OD`>xa`Z7dRNm zUK9uDWO%X)1cjwz%VN+uI=nbQ=IoSAkwsA&=#TF?+>1~8*&GC^LJiS=qdL|VLljsb z*lcCQfA_QNEN=hr=8IUK*k8W04OLl~b(n(TeGW!u@P}JIDeY}kf8p{VeP+LbeVezC zmR5+|fu;?Tz~`Yu2i2NZ!shKhvpEQo=PKRX$rKU0h8=~mXcD`nsy53!WLLmj@E=S5 zuqU&>E0h|PG+SxbMw^m~31LeiQ0@l*WCnaSYwUE@?l*`;gg`_P~OE z$4z}xG%PYHgETOKWD1NJ;AJS+@FI_weFH>QJDxCJQsuz;zd+3fSCata(4_{AnXy9P zWGXoOwdm`zhJICVCvh`}B0|8W#*+~!e0joBT*>}6FWpRnJm~2M`P7CFbMCe_C$p1r z;g1`*?=1(I`^4P3smzVzogg(^rZ#;EidYiy`96+#)ghE#ymiGFzYBD~R9%R;jMfk_ zC(wSp9CYX+os=qkYu0q{3hdTxme$+NCUNuAt=iBr&by3Tok$mSH< z#b_)zcq`8~m;+mfkyOEn${a*4Nke8sDQ6EUAMbDhfp>8Q?d2ybQ7)auno*M~SBbUg96HKmu}MK!v99BnAZibZkg?!Ya^XfSpQg@xw_EM$KMa7^igB!0~wzYW3o5Sjv7u&^t1KR5B_ueAI zby(pHyr?S2xGGF_JQz`pq5N|+uqs)XAv#DhFIpv4;S3QCeYjByh5AY$^}JA$P>5i; zh!Lj1`b(wzJn^25GH!Q*2+kF5CyXSOeeok6|&T24LVm?h}{ z^J@-UDT_hS1ZKvJ zg3Sr$IDb;a%IPuIuB#Wo!X%}g3En#|Eb}Bev0CC-gKxrbm#tvb8c*!D7JG=MEGP(Rutb$npiDjz z*SL$DOmsefTcj0~UrCCOGqSBx*}!$muteUW0yG-P5QE6uSgkKNGWThOk6!VQgb>+) znX=nH0F*tRpR!qqDs>K{&qQi)^L#lVUFhBE!_M;2^2SM`>~+wIQZ>MAzP8|=>vo{F zGB%|Sg-$ao>p<8lW~9BQ_k&RK*?VoGU3%pN#m(d)^&aU!yWnvSw(FY2C3sOqGE_H* z>%4rh{2*1X3ogc9yK+1x->jzs&qDtzkuwXo#Cp!&&^LC?X1gMR5j zm7Ip&XlIihMi-Lu)VUn|%Hz-OY}0lM#6Gl&onSj}NyK?f46MLc6$R#tNh zeh`?=%e2duy~sj4S}&$I@=lHU45FP)ZE^asfo8Z+`I`6$nPFNhc@--fx&G4O3G-;G zYCP{+S+Cr^>M4+RWPw1eeYQ(&0-9u*r%pwI!IGP`?;FA9Ww%-mHoVKkrN*Ji40Zan zDcG3WVddP(bDu+L1OEpKsCQmScbzCl1_w+EC$nwl?st}14MEPC6X8->%MVXKp1(UG z=xl-ExI5@KT)sV5_PthTe99wN8X@QqM)d6=J2&a*D={yqApQseqicI|(6H*KVcuQ1 zBYBbN=Jo~rF1no#qQn7zHXwhXQSSTc@JO$nfe;A}3eKfXpqX5?6yfT4l5^!cgW;%) zi?8i+pI98RNl)%uv{1ODL4)jU9dd7^@Wi3U=1SXzw=JCr%&L7?s)8)X(6XxZvY9p3 z34@?7XXPoA(AIpZ0Dekb6>wO^1vU5DV>CuOY#fAu2SIRP+)*`bcU<;(uyFf5I0N3^ zY%ma;%EX!(z~0r--joSNbC0UVI3lNVWl?g@=RVKIB~&;m6OKWn&-g~1)>?xP8SN2d znZhW7CkGm^;Ej^zhBYI3x9}*7N)Q7beP^L`p!25?xt=Y_q-~tGqi>^NMG7+z+-haL zdoJ|=7F2C|f7LA)I;c_kn+2{*eo?L7U=0_EbIY+`;d#PMhbjQ6E}wHEV>@A2uuH#e zq3Rwppi(uz;3)SSa--2=dP4j<$?+Ca-e;8u$l1yCxB$p!WXl*wPQ%B7Rel!sZSkr@ z%L*xm{m#c5*~sK~jcQ=0qtUR1H+8}en`{~}&_OuM}a5(KB<+7h48+nY+bC%uUnFxg=x#^x@ znYK7-?cu{}hHWnRxLsi&p)_;fj~6nm4A?jAi6+C1VC+u4I8vrZ8mo$r?w%xZy#ePP1;noH)`E+uv9o~6? zm!eD~IQ8v?SQbBQK-Vf<8;!{cYrlE@^eTRpp9sU2-3xF;q9M=Tdk0P04z7~P4Lmuk z#||O_>OkY|d@oagr2s)e;gIA+mDT6G55Y$Q{LZd)!dAQ#h2yWOx4&|zQ9g{jy!9GH z_2*VEkLgFV!2p&LuEItioBw%8>P)|#m&BN+7%<0R`@ZuzoTbt1viDe@Y_JfO6+r45 z@9BT96)p4R0mp&+sSbb~kiFN|1dR9qyaGHNcu}690(PqKRR|90m+2m1+ik;`XZAhi zHhL_$396Ln*P09~qxud)wcGlw#Ga8oTq7Rqw?&@LMnS+ z?rf*zyv<+W`Rw5CC-%z3;C32GOCl_sIWJe3`Ru*h_kg}e{toAEH8|2mt#*k%*Gk6l zSGw(6u+lWZeKDoT$*w>=^$>BGhu{5Rf?sd6>kn79*fjw5-FL!!dP`O1NXLIY16!0=bn-nL@~nQ8uT~6JP9TF4RV0W`25BOxhe-{7pk@y* zwwQ4WAQ1{XCBZh81+!U;cL15pi$FQZ#ha^_T}GvM^VVat6xR7ymrR~~q{jKlau(XmYZx56YcFUqlDUw2)7v(<6-F+(v+Kw% z%Fs{t1r_E4`{qH^t@H;gp&EYVpumeev1WQrAQ#5me&{)YLWVE5XyDXYlONq3WFyDb zr=Q9_=0WFM^ z-KV$OhRo@@&zWR+_HFL#sBYYY2aZ9W%EvU6yZ*d)LF_%fE-0t1zO$o*5iUJvUY&s- z)%CG;sPvmmkK(Zeb*6S|DQOMn9i)mo#)$6Txk9q3JuUl|<{-457%_A=y3m>TYTz1S zHPh>Zf(-z;d?S)pB6t`A&(nS3;F{3OeHB$!COpMz9!{~-9(iJz=_#Aa01JYKb7TO* zJLiMgGi`mW5IW&BI{P+CfV7-1Ra&r%j1^z)zlO7c*Bj30pOC~Qh$Z_PsMyovj5t;W zxK?wlfk$XyhqL=cXv z;mCE`nYCqkd?o7d$dUucIeo`9)-rzmsVMiLp1Tt4-0J~~h58Cn!Yl(#Hs3XNLo8xp zNf)V{XvWmiboQ^Da3yc`h6rV}+Y=6CdgK=BLbUOKoppfo1f&MUWbBRG&}IdCA%J7V z4cFzwrrG|>J!}l;qJs;TEVW!%fIMDrALK{r*u6N7y7nw>wdDx?_=jV2fMbU8>8@+~ zR%A$@Y$SXJo?Ji+$Kepxk54DNG^zF>2^`Wl>Z*3&ZlQ#eX+g4$oP>BCUK>N2hn}?; z9l(u4qhPUUSpbdNZO^uT(dg1&I<=V1B=PbPg24(iXnoLzU$RmAv?g*0cFJld_pGBO ziANYtIqVRdznox25+3-k@a_q#LfT7`>1Di1PACH#J?EY&}+; zm(pe7es|)Lo`h*Fo0E z)RLCnnDlw5!Ot@RiE#S7ia=wuprG;=IkUgW(Atxycnh27lEAJVZ3Ky;#x#OyWR6oy zdl0o**2G`FW8Ew*X@M;G(ULx&SSVPkX7V6m$vO>NgoCs>PpHQS4Q7+6mogWd!dzjP z;G&`O5E)OuT1j?{#r)%BKihh?`;^+P-a$g~dAy$F2YXRSJWw1O=H3g6b-Z`e_+hgm z=Qqu131eXa#}4V&*!gdcmee^)Cm2G?JOd~Iq1QavK(L`hJ$xCr%nFf>WNn{q;NB$cB|QCD5?h-96Y<(4rd-Y5l0omLpCDic zlm_uwF%-BQB&X3TQtw?j+;A`m*oZF&-T3m9tFL(9-j922uFRKK))umHMDrnyaE^p! zTrHR(F)7BmK(`fb{N8@YamlAp{xSovGyxkhai?j23Z1dO{v21}XIi?A4t^)+3O`__ zsCRK?sLCu9&Ygm9mQJ>-q_JiIuzE0C6ngOwO?Sy?p%NWe-rf=%Z*yKXA4I6G?7&Wf zW+)`1_J}0yI>-xVPedoe)&$_p-H%jYR7(gVTrcuLZFw3B=aOdFg`~E1o?omqNCLaS zRoD{RAb^Ms9#;!hdLnhcb5to_?E$MkFy1t5k!U*8+j8X z4uDn%5cF+D#*1P<;5SNubI863_AG1*7-8u@Ce|s#B@EOAx zb1!`X1A_r693`Izk{UfrPUPn$lBPJSxwbGf!iQd`v<*RXR=^RBc9&d8cLH8xK&`&C zX0u#Qu`P)bp1sSy_etPJ8Id%^ama{!=gO9?HES~?xm6a}bBSvNn(#c~hAyt(6}Pjr z8vL49(c~TP_?IuJ&L9 zZ3+NvG_WP#u&&7%z#j+B^!cDD&e$Tc^p*9RP!r_Jorqk$URIa;;FR1+e1d;3XJFWU zXTC4$giS(Wu}5o+e>CkqXJ~fK0)yar`0}A?qSC~zlLq7}kB~msT@33MUAeXW41E+S zyiCSq9z(p+|`NmBy5~oTfnwN=&vyWabZtgxX zmv*Vd2sXOjXYVcdY%cr_neohZc~dt)zoBQHtbC$yNL3(e$UDvfwIg#!=;6$MkrpO2 z!wwLeTI7gplb1GtrRi#c9@>oW0ImIFY(0FNg9X< zOxs8h5`Wi|{PN4sDi7_>jm@GvJmS9aO*{G@ot|Eqd&--dwzzAiPI&o_PQXEyzhx^lZwLOwNSzcBq zYtdrJ`GWn%Y4zQvX740Bf^mhT%UiY2^0CUhlkFHmg(>NQoqLSK;-i~ulVeRClUndS zS^7-qw_Fl=Ky>xw1w=oUtr*8qo@9`;X+NpOXYXyvIp(g@K+2Ageje0j-$mF4nmZz1c4havoyKqptD4nR-LM3}smdi5y zjK(q9-tf&aDGwaH1wv?IZkdy!=*Zo*u|;c3$wX7x9Bzrxi0*O&HB?s6Zr?f)&r^qW zga;+2yr;!@zgG=t3;Y!JdrKdT=S*ipq$t$`DE+-lk5XqRQLvwSeKe3}HrK2?7ma>& z!iG$a@(>(2Ll0+qC>$6${R|Lqb<-Q6isMqjV550`L=rg;a0zWDYC7lx3!tTrQCoj2 zRdjM?!{{V`5BRUMN0B``!eZ9!jm8`j@F3ydgKL4yxvTGPn-(Z6W!R0$1~6j<-rq+s z6AEo_!~}9trCzTzlC>X70h@oTjT~)_Zik-k>g_I~d2~V4YRz8C%l$;@ywbbPVYn@K z8dxW@ROWZLb9yOfb%r8DK>JIB4^zLo0Mf#lK0{v8TlxR=g|};rt=V!ss=!fT7G>Nz zFCmp!LcVG<8_N<=vLk(zLMVR{GFoPYdKO)H{Nu#Z?v$V=rVk~D`w5~|gqCv%(z6s( zY+sXm8&|+qx6kUAUn%o_qO1#IHFa5g4xPrbzAMpu~6df%Plg}1zAlOP_f zhiz^<^#xCXhpfOM<*jadRC^KeAG&A)VQvG@h|^qz+WFpdPhJ^)fl1gxd$hUH<=gPO zz~!&$*7yf4AQRE=t_AW$DcyZ{q=kjY{R8UFT6d{?vXFZdA;;u4Y?&K$Z>(mc=$p{X_=*-XrsZPoA=Cj2gY|GINC5?{J&5?*<>jeH6VFVJqt+Z$3q#Bcx11AH2c5cd)M^|o=-6BX{@EOz#e^9P?|6t50 zUuPv<0itl^xG~Nowsew{3&w^{3nvEd(K_eFk{Aq|^T(I7^sGz3e_LgrS(X5#lC#=v0Dd(xnNz z4%OxEyB!+tryhGjMkb#c+aE5i%bqe)W1;OV4HL%U6e3E7jK%;IhV$Zm`WW}Be1p2a z5eEZv^mS|>gVoTC4T*Nn#{V1V=pZ`)XoHpsQ`S2)HwmVrZ#6yEqJx$%$$*!)IC>pY zsQ2h?ve+yvXzeh7VmS%%GU=C!WDn$Mdt89U=;vAX%piM9_jxzIQDb-a)(dTL66;iN z3b)7FgiPf_&pNTND20oocZ@ffG`1*2ox_7EF%SyL)-jX-!kajwwxHHlW~GqZ?ST$) zOrQN8X}N;+EqFVtwDFJEku>7kqTC6H?7b-o0+HB0aXDYtq|#i-vD(~NaZ6|Dn)`0! zRC1@|D^&_7m#e|t@a>9`I&S3n6k$P;JC#jIA1A;xg2KO0I-z7oG6$OHG5zEe15ix< zoGOt4{*!ZSDj)Iij#uc4kk+=t`JDi`AL#Gtyn?Q^G6h!PyGJ}hrM)!ViNOGFA}eYx zoZg*;B3(I>ROcOECloA5m#li&pbwXJ!QOHGT4x#VHbTn_;uD#ENEQf;i3eYJ1+(Ln zvWc`5?K}KXc2c*#k|0Q8)@b7Z|01WSm8m=o>iQVK&=&gWH|`#KVcTW!{Tf(Q1RKDr zV3SjhgDf#cOrR@ix0XofCo;3i>{_VVF|^+~74yiX*L+4Z;wjD)hdDU4+&*3y<7MIt z=SqCut%V{&Th82lCaJ5Ae%8jeQG{-zb=3r@><-YJPpX`~v#cjSasa27wpDP>Rm4;1 zIB0ISrD~L(wMDLu$-K>{Gl2!}z&L?0S;aTso*tTWGrwcX55!-cyOOuft0~AzCpM1i zV?d}{(o{yE54Gs!GJA{?aErZ^6?e9)m$KnVWg=njrMdNulnN5T9 zCS{$In_{O3I$s1LF`1R-96*@goanK*y6%As2b4JS8?w&EkADwn)FT%-G3s9ZfS&Yu z-t<*YBuKn_=<-}SaKptxT-(U~G_$sHXlLiv#!NZMgEwi4XqPQ1v*0}ZZ3R*+g(Sf(4bh)Vt zdNfyrd66o|mM98}U(R5ema#7OM6H1B*pNO>9d84-b1Z;2cEV9srFgk3&+x_KA@=;n zT^v%QQYIT6^{)`Y8ddA{ONwJY8$nK*$6gCDYFSVn+9(bu2D4Q?uhiF#5QAF>09OH$ z5Xv>oY_s{Rm{0O7-0@EO@tiv%kQzdk@bS)_+6Ia`!Keya|3SpFsn;@W8T_gz6l!EQ zh>r%F5NQ)@It39bXekKuafnMUJc)65@0_lXJV&M6+XkAIn{&tWijs)DNee!=)5qz6 z_&J6xzh_N=3N!;JW$(srjKIpF5`ous0O!B=QR7$#$6|M@vfs(qcTEQy&tMK@tq|rr z=YUL=Yz6=l2o%^v6$Y12I1Y42oFfjjW{#vB)2Vq7Qz~`(0>!|`8&S4Rc3qcI;vm%8 zCP>0i2DG5B)*{4)V0VKZDrd1e*LvG8m&hO%(TV=8Ve55Q8``L?^Vuzqixht)q5)z} z51mT@Q3|&R1LiUqQ+3!wT<<$vy_;c7XLL3ZKlQ?n~GNt2R(f3*v3 z9p3AAak=lzeB7{6-8odfz0P#avunqj5P2ZX69eqhV5h9S)?~q|u?k06KLJ;g`D~mE zE4T<^{g7_*TFdC?@}RlkXF96PHtxepS;RpOD=}|q3^9j7I9jNi=byiu-9nG z$bN%;COz`N^l7|}OE@bT2dZ^Gt#G3dXrtHWJ8gUn69;i}q5sz*_p|cmSZL^Qa( zlO}TIOez5qfg}nm_pvp9f49+ue^}L+jYihL5dfc!IW!0tPgL4NO5C~Kor1aM)A1(7 znvnW%)A~jf@_^*q7TnwiWS2oqA~aA~#whFT@W}XPET%hnt%;kQ@NtyW*J(=KxsE~B zvZ9@(ugcHia--^|H+xh2&CyPBta}=ZP-$UwzQTZWAeIK)bjP7aCZO-TrDO;2%wCpj z!O#MLTl!HcU|t$hvdT16aPR4K963Xsc8J2zq^q2BN7TEk(vT^fpCcd7WAVW!Cr-|I z7FPEC_JWoDE}$}OUl?|gN-b~C2iA`B5W|H*xDmb7s*m>x&~P&p!!XOolSS!3y0#>w zZ#n@u6~WDzL-e{NWf#pJ3CT z9}ZUFjZX-wz(QAyp9Gd-5+%|Z6@a-xGeBc-GNXMg2KR!h220qm}-}0 z8u~GvjkwsK>ORCCcE<*BS)tE^iwinkv%*~7$bbUKa-N#Pei}I@J?t)k7=fHgbVZiA z55d3D`k`BS-M<|4^acTf5-h@E3sO6SquzLfC~0MOboaK-EO(2-rrNW#sB&X%4Dr`d z6x)Df14_{>obH@Qi1#6GL4wuy_I`U7nYrdCyD=@kOEorLz;0@1lX^`%zSbxN981bz0&Vt=_AsH!4z3z7f3m+ zVH;Od$5%_#)-D>vk;?$`>=aVVor(w zQ#-0H@~d}ak1;FDh7oDSu-q9xy|EK;UV|VC!tVijG$r%=V;-Mqh*Qk76VbB-bS>x! zzuc(F?$VZMVABxE8}~V|{hWooLe?b6jdE$X2?y~k3pgmTA1mnNM&k~}-jM;i(`t%5 z3QrF(JDhe~@xUX5yv_uQ9Z7})>#$rz4k)Q7B)f-~O!&iMeIVrsGF2{?*h+q)Tv`EH z=YcnE0P&eLM$jv!jykuzd^(;3xCP@oU}~31yYkcyz+bO@msk2f2ay)6Q8Nai-)VSv7T&l2+skIm%9Ap~`C3u1j4iBi!r|lR$%nlyXXl}1C>TA zDZ=o->4bwT=nK`NdviQi)#>=OmsA2vx{*`XwVm%L9oIOum3)K#Y))zNC1tZ*jTXW{4kW}%hu>to`5tWKvw{|hn9hO zbKOQ{MaX-yWM_9;h~s!WXEN^m`mszl7vKBMQlOulzE%WolRbbe;K8b4K{9%3CDX_u zd8W3zuHu+j+J0c2IGnZN>~A*^HMX+{2Ct}JHRBH>cW#pgFz0H*bzU z4+H$$<{c!`OR2>I3!?2xkUG#(!(MRO=1xxg9<;7<=QtsD?!6qgjE_6%hJXuwfQ@Bza#`0 zoj{V4-loh3wBTge$~Lw@-VPol!h-7*VDUJztj;+Q9?De69wm*oBr`ZW!snb)D3t}s zZLh3|neb(Yf-Nc$!YF0U-t9Cz@Ohh7vi=A!TN$NDjCFxC(|bX@6OQ?O0{VZ6V17F& z&mg)JL)8R4mTfIN6`>*%hqjwnh-_0v-_X)|BQcM^9ge71o~1C{&s`5Z&mQGMfhWMm zziJjbc1|8S34%mDAnJ5BItcDe-qAN+qkMP{r>5cOyj2ZD#YS<*IH1y_90Qr)yON}! zn^B>1V9^bzK#xc7Ihdp8;^05%rAF5Ni=zrl zF=!P+e;bKoJ)?5BMxrtf0x;mOd(oxdwRbcOsC!$n_A(#cfUCi&B^5PE$M<<_H!2tM zyrd}s91x2=7Z?^d=2uP#(L&t3afaw^>qLZL8xJC@7+%^+6}Qs?|kc8kMrdANN` z=C;mfndQ9ftCEy^fM|&j-2UCB#9(R*UDrvX4fq%m^071R`+&I)%$wXeOmjl>o&YlL zJsh>$8}m??h7&z)+H@N82LV{E&ChY-_Sml%3t;ZS)8a|`Dc>zP(GnyV3s@QqSgyo(o^%<9%;#}lh2n!1U*u`el-6vDb_o5kP%Z-na zGhGJKH@cfO!8E+vhZHFd$0-z(S{h43rXRoo8E41|>AV82(Yi+?jfoR*YB2|oPAA=z z;^d)mz=q<`_uwSVv1y#{-jJ=_UpZ)YaKM_JXWJz$&z2}60MOJknBxPdt^KjH#3P0X zl>qO&KBPeXAt+S6y~=L^c_3BSztfMhiXY5O6y@z*FyITZ1bo$XP(O#b0Dl8RC~WycU>-sisU{so z3}>j-nIPwgqw9@H){>2e*ZshoP>$}?W)w(QC+XK5?6oN|~{a*yv{j^Ak(b%l>`Kfg8$`XB(70cTy ze;XoE@Tn)d#aELJKKd%5WWS6JPJ8$v5pcn&kg*@v+!mor-r=D81n!gqm#R$)=zm0O zckYUVQG!%9Zs5l!8@7cYOrom*jBeky7gVR9+?tD_8)HolAn-wzh42GCam6!`-g5g$UzF&i#6HghjGT6q?Z46Ncj8{icmAR&^ zR$2nlSZAkJ44|^HC9LYtF*Ca=c|X1}4{lLrCj~7YrxNffLfjE@U&)SrYps{}g69{k zKFd+p;CH?9y_b+Ec^R|2(8GbNtPPg5Zn;?|;yB+G14L}+E+==b82mpjdFCsQL(030 z3YD(O^Q2bVpbF=TR{^VpR%k^{`f74;=Dw8Yhgri-G;sGBfV7V++{sQlG z{LZ_*)w$-N0i`_t<^U;NogzP*=*C=BoG=y(8}?c7!ps53Rojh^^zSvvb3X#Ak^kTRnU{nlG^ zP@sHzPF6I=Kp+>31_$?fNXTrYN|)zZhzNj1N3$DJU};HzC|^b6An1Cn58yI7Wz~!V ztLm`F3x_^-ykZN4LZ)B*v7Me&2~Q^dzzDrlAAs;_fDPSSeY{Pxe4z7M%lsdRZ_q_4W{Tdg#N$|@zASdM~ zdI!T4b-LXIfzhfThE|{^cGgfp+P%w14?)aJ911r0idcZ3_cqd0_j)9pWfNm^NTQ4| zk6{9G1vI$QNq8(3Kdb0w6SxN7a#}OgMg-6cM@|6F#T)(VF{rP!cDatB;02Jd!Sf5f zv&ndOD`ovU7qvBbl`OOv=<+&%Bb7hLd`6J;tJ=X<9%)Dsu+{OdoWLh^YTWzQ#dNfb zpBwzyXR%hM<7lRJP#M4V%Wr$`L9cJXM8aUcr`& zlt5QXkre(~L$!P!2IIwon+{2e;|Nu&bzIt=y%^^BTL&B;!Ff*amJvd(saF7_dQrDS zNa}aq3i`j?wFyjpJ!^8bYqrA}vd!Y8YnbeAVO4cHeGmaRwwZT5tLUSsRb6C}B`BAB zM7fnv(*&C5ZUBGKewdOEw7cjX>)rLqaNNRLKu`AMHC36qDs!rlMz^7W(czUt#2$RB z9ee!N-R4F}aC(&am|~5rx4ma`qvIJ;+BEH)Z4UTuLmUQ*s?zJ@JyWoN^6tOSPGk9- z8#=<$jh*dlEzcVUdlT{PEA!#cp`Bc{)!Gljh=DM^$8d;Sx;gQ}w4gR)1#={S<8xSS zwK-roqx-T3Q-7oTVWy^wF3`v^_^FKUnX^&HAdN(|hUw;hxF0F2zc(;Fmr{|5lzXx4 zzEj%UN5Jge-6>rzDR>!Bt3nzQKKiSa{F-wB3&O)>AL^c$Yf>cHklV;MJp-Rk$s;9> z(9I)812$3TL*7<#x8Ip;Qk<-(QQ8ptufkfG zV{L#i>LnwW&Lr{Z;V5*K*wt9`J&JyPTASTlhg9fmNcXn)sx-XM;G8%1pbdS zEq5G3o#(x|aUcwX8CqsPwRHp)%lloU9_xMoVgS1V_lL1+`eLQ`Yd+!73^AB(3J3h# zpHXq=Fi{DSnO5FG{N4MW&+yW`ri9hBO^%{P?^wRG{mgwY7W$TPq-Ak#e>~laREL%p*HFw2<4#t&CHkU$u^Z z&4r7+j)?-<2%)r2PXBcUV1Ns^2OT+_93`7|_vGVK=h zR$$&sY#6Vb9$H88uE1nApD&Xkv$$Kmc ztOpQUUnHHN*$S%S7o%YzMNU*?%4!Jj=~wsf>o zGXh(lty+eVouz!ccJEep!1Iu_Uqb-N9-!Hm{*Lim~ zHO@Q2DZI434X)l%EGU;-G%*HLT@bYh&GYAP^_e}6(&;i|vjTstgxxr8My9(MA>u$s zBl&50*0$cj7PaKbATWm$#2~)kXOub|ejCc&if88Noj%yFYrOm-bR3_5e zeVQrFm!q`By{NCuvb-V)4)C%*X$L4GUv1}d(PKk!9trHzS~pi#{p}7h?zM2SOixm`rhi-n2ZzKij+Pqo@WDHsoz;5j~!} zs|8rgeW~>TKz$Fa37igMep#ByM2Rm}+W9o}5vT3d1%i9lZ7yq;YW%vEa3SC}1z$>q zq(4AuBiMSkndCh*5 zA{$dHUvp9v8C=UW-Ku$T<7w!e5{%0OqzC9sb=fd<-% zcB%Yq!QddX8{|c>WB`i@3fe544=hcKoHs&(eI`J%Ik@>cIaJ{oigXtc!kH)m5+Ou??!<6NBRds+}qqimJTU zTC-u(1@|bgH3ki+v`L|iN$E_GKs-o+6vU{RF^&Y9ichj-*#ijssT`h2p1#CoI8rI} zNKUjR?QO6$h-IPe=ZQYL`1{m^(NzC;=zCdf^6TpSAkRzF)nG)g2C!m3(7m4|1mY)mfiFhDQz zA_?j6fdJ5xi=WK3?*q$^@nHd-fy`G86hK3LOJJGk-B_T+cfJ$q75HbTvna9}(E7cYQe`_-X(6c*ti>tgpu@n@V%jRW^7Vi?Y> zr@?Z?jZ=D6C3>(YdZM!_f#K{a0VEt1JX$hp(i9r|c#7uV2 zdDHHbYOgr$cg_n!(+WKDKniNf>JiF3#>^hqeELr*3UEh6N>bZfTwZT2f<|RoW98QP zP$96Zn-L96B@mFnT(wbfT`a{Em>nPr%-CJiNm!ZXIwX))N+U)*Q}R{3@Jg=`At=AS z0-m-Mr(U<86$Vr&z6SfVeI7f6TDu78NqB9Po_R0$98f@b^INdtt><7%<%ye2KWb5M zy3H^T0wK?eV7VOX?V_TnT<4iC%`>?xHrWd=*k(K3FRyT>CXM{Tq|Lbz=(TsA9@fJ1 zR-dhr?~gBk%q%kRfG~ZdCA)1ncD|a0yNB5EoO3u1fK1w(_TH|5Nx~olLIGl_ zNE3I#2_mPyAIn#74Mc*EOF@#I(-<2e6|J_;`;EN_*V-)wktR^H?RQn=a~!@}rS-l? zs||vm48TIQ5^JGhX2^=pVZdA}W=YbZn8sk`Is!!y;;s?IrT1Bt#_?L`)Ro@JHBXcF zK2i~1QG&DRQJp{#(gsb{Jw}WA*t&UCbr--ZhAWjjlfXf(*VR~-G120|hk>0Ab)=t~ zX2@9rh*%5PaWF$N*Fq?JX3u2+qLo`7ToQvRmcu#L#fuphA2tSkRM807C((KrXM;+w z38J@)Dyk;H(}eT6a`E8tR*D~Txh#ZA>9IhT9}9lfz(ZR`E=hlLEgMX#Fque&QbCn| z(W5ouNn>9#@aRGgc~ek1X2QO1(6gCUs;s~ZOyx-V*j-vI`_wjC?Vjdfeq)VD?2<(3 zu&>~=5JtVRk*+#`oyW1t4|Nugh)Elrntpqx_mow*Zih=RSd$_6h;xlEeYFuB5)el9 z`%vWV&f@L}XW@Xw`vMdCX@Idv2q)$8WRLu{D;=sl@f7EmfrFx>hNAJjJDiqdoywuJ z6fF5KVF>2c(yd1KTY_%>xjKsA&!W%e1`1Bt``V%FlDgF4&&dglc51Ci0JXungdXWkC+c0)p4U@7 zvP0{l(25JVe@l9()rXRA_*!pZJuiD`sHIv9DV~mM{a`z0#9RtRp1!tpFMs{NfBEg- zW!?9>j0_n0SaNU9IV-Z5*-=w<}^RiknsSt2! zHwK|=-5o=Eu4^19xCgHXXTsc>Z&whib;mjN!ZH%3PqRGY~b8==ym-vVYtF7 zwsiD{1=dQkFi%?Y5^>e>T{jN4(6mT=w1osJEb)D$2s zv34=ec9vL+>ZyB4Ys3zSIojdf!UQ5?@2_B13dSYCjnOK>zoEwAS@>#pfa$c^=2`HR zVjkkWjgy~9?>Q6YXt#G zq6@M62>{7q=?6w_4nAnR4<<&L{j9U7uIp&k^O}XZwXtm46MlXhHp(7htRBI`I^KoF#gF&Cl+9yY&wC4>X3;noeo^&I8@))x z;+zWrKE>bRi`f@|Dbi7V6NS_4mIt)d_vTR12 z(#nV^7J7JCSa415#%Kx08)3}uD;Jwr8ZmJ5GV&CT`Z-^rVrv78X>#V2#Ac4#XSp*3 z$s7QG&TQwjxhFHYB~OV3-kJHh*X>CM&5?%523$ib4chbi-5^r#9Jt=7=?eg-%0?Ug zTf%`WFQ~Bep%nI)7bL9-au*JfpXXEJ!L*b02!*&d~=WBc3U%px#B_=uBiW zNv>45v3A?2`m%k_=qRYq2_ET$bewlvZ8SV_E4Mcmr!g9V8mlSPe`rWGsYwbwU|*iv zn=bb!~Ade{JcJYUY|d&&!5-lpZxXt z^X~e2cYW`!fBo$*fBg4%_508N{rztz-&}O-D51RT*I#l_#*))}&kX`Xos&Zww~|fpDw>BV|-Y^Q9-j(2X3@tX@9E>TNu4F;hHq7{t()a{xOw z#st$AcYrn|Xu$6#UK6ah!zn9`-5&4=e?k1W(5@2f&xQ=ToWNX9Vs;)R;LMmXhVXi5 zL^63?k&lnJqTdO|6)qI@I*`?*wGNaMw6~lbc0Mq(RxfJ8z-MeQI%M|<)v;pV3}nSn zFV>-LcW_sZqj0IV^ziYJq>aKVk9O3X2zUXLR=C#;+)8rd%_;#~$l+Z9!h4dvHw~Ue zpRW7mJ4zskUQ27fA&AyNG2^uQI!A!D`vlW!q`Bs+XO(jjxMDU@TLt_r+BK~&{1BT} zMx`=3moJfwfA@|gw{9L4=)aw|@Ip!DR5e&utn4f?ZB%qT??Q!<($LKJ&Q7w+HfeSd zp^aKub9;&-8_i65@huL*y|VEV-tFuF zeZg0dBbN_x_a#t-ii5$7Hp)Ae;@dlj1aH+bCOjm+n+b3yGXs8(kOyGTYm=lpIlkDX zgO+DNJv*~JMAzLfPg8afwoh}cQ;1#IJr#1@t=%5dOS}N7TSwEc6S__+j97?Y0q;9! zC%C#X>nw`X(srM8L>uqPm670B^WG6t3;{|n>m9Z&cND9ofHih3H}JOL9EfoMVJBqm zoU##|TwL^N0x=tHI>Tp7=nxFSN*S&Dxo<3CzjBe?Nr6A?rRh{V>(S}HUGK0|DjA&L zvER5{IiE5LT(iW+0sYv<7i6lzGHfFkU=ymzD}`-FFyZpbv3DQT=y~`;jM=C!%-gWM z9EE{vhmj$UJun#3h5z)nBF$_}hgH zR!F8XB6duKx9Wu!Ype?f+DrEXYyAQqvK@soIGR?(UWe#X=k0!83|svI*Xw8nDn--S zn6`kbHm2|`dl`3?ElK>B3@U?ByHR(-Ojh`mPM$#BaooYxTkPcz^#uUBEktUN%_SNh zz`3q1&%+DmtSU>$W{hrOj?D-*4jCSPK3|isvLHxp7hx+PlFZB>SZuc4Nk>6|#K0C8n ztnCNqmb=Ws3bNiBb_ymg@7fmq$*Y5EZtn7s_EeJl$#=c1+fQpmDj6O>;&B{v&RqOg zhQKWbKMM?-YQ1Yu=>SM#5Q`rmG3)*6< zIS|T|ZSf<}A}$kmgt^@giITXuQExSKn^@I{@*Q;}++KC8(i*$r?tMt3fgz^h=$E7CqOV8mQ8^y^=B`jpHOw=Je{-@rfdvh$MueZ(U^< zYh+X6spe~H={~pZ-e_61F(aU*R>E%aCYioUriED0!erPd-!sl)fe-5vUh~$vl={}& z6(XITan`)0<{Q0&8XuL;!Is;*ji$9h`Q{dpB0Fj!WnnCyXqEcr!Bnu;wwKZfh?I}x zE?7B42SsY^zJf@n&VFHQ^6uWH+v+;KG0OqmNxXQ^CCHL}&#(o8eGS0grf@gt_em?2IxVDl6=BW8Sr@{K+r3D*6* z-3kO;LTodEfc-!Xsq10nQUG9O<<{Avu&O)zan&~=+?i7>P(p&M>TUOb! zgvYZ4Oask~aYrq7c%<&hx*u4Vwy6yN@OL(|)HcKljHO^q2_mk3L9vD|T7^TK(=53}z5 z%EgwxK#iJm^y6zJ8|^|#$>p0&newquIjW#;n~zg^cUm(tl0R0NC}EqXx!ZoN`{;1TTZijy8bLWvdQ4 z$e!i|Y<4ZLGR^QDXTG!z-BL8HVXKilH130$KQgM?U|k}V9vi*OVgiOGLHNo-(?${? z8ID>dg9oz%DL5!R9fWqYl8=ScNBlWv!dhsDEzmvQAF@v`-FXQ4y3lqhElZ zWPFCUf>r|O00?Eqv1l$RX=A00F`krSI<_sLMZ19FJPQK)B2RbE-qN9SHZfLk}+#3cb!5=f3Oa`jNQ z^8vkr=2wsEKJ}`m{r0=--U8}QoK-o69n>8V4859t0C>FX4B|-QoNS+tG?WRu%&;`@L^%zVG{BnOkSo`kG zUqo4xgX?nS%N#O0L=EFc#{LB~NW8~~vLO*%i;|T*0S~KaXN{R*NkrQAb#W6|1x(Z8 zX7|K5jpO%Dfp-khnuWvS47VP?2r4Eb%vB5Pn89fnPQvW7*-UPV45aj`eV=P#eQpIC zp3b?ddwQp_;|(IKO3sD)^H;`jNEe*_kUAJqbF6sH>fT;}XXf0IO$_+uhL`k>);Eae z`szNosf!+l7RzMh0@MIT=FOxO{>ofk<=T7k?xB@+M&*lgb|M>YN1bcZ$67NHlGYcc zYLsr(YU8;8k`inDrtp8>x%Zi$-p^Sf?;%ltr|(Knu~zy^?{K3WXn5AzaL_ADQ0uFX zzV^wTxJ1WdLN44+;ICV@nBfH8(S2{dJwQO^16nsg-{b4Vsu09+UNu_n`!t!O>?v@0 zdA;Xq-l&kk9R$(8T>wDKgT<4Spn9JL)bdeh^AA0*XStW5+RDtdf2x67S-|>{_ce9)7wFNaar{at|?3T z8~OE*Ewhz1tAR@|HTngHa=HxY@$?(JhSQ*mc)NG}u~6GC^{};08C041%(r)_qZKB@ zwX~_+)|qUZrag@&yv8$hG}DD~H@*I^a#RY_Q9B98aiDB%v0D?a=w-0)y;PXEmt%)x zHG-u?TcEtt)d(G)(wN<6y9WS=~y}S-fygq^UkL+yO<4@6tV4OI` z`JBr=k2~Meo*&2KekxGe2OJY34hxre+d3*OG0fVyN!*0uqA|R)@7jQXClZYl*nx@% zw}sghaRE*QlaB;zXqIS9lct?YYf}*{c+vi?L`ErV0I8vgK2RG)J2$8(GQqoRk2qzd zN|>qh3xN*ThOPn_U=-hVK0R$rM1(+BsQ%9Fwpu9IQkk+Sp=}tJBe<+}NeBREM+6AW ztm((9r^Q-IRD~(i*o&k>!k`Cl+O0sot5l_~wpbd}Sy=h-z?lSHe9mZtDdL%hSrtWL znqq~*S5e#+SZwh4c~@tE!08>Y5I5w0IpYc`Xw+4g=8FDwiSl zo;;eiI$kIk6McAC@=j(R+!kbL1bqnCy@1}GwpbcHmgdXWp*D8KwZDV70P)>?&*%0! z0todfd|02Le%*~*PMn7Kd>cNiByT~m#8Vi9^{MFe4A4*ryhS#aFb0>LfflGtT5oe) z9OUBd^j2_88uMDDNNbX1S)<&h_vB@$#cH&dg|qyPD?;uygp zT!O{p!X}(PwLcU|4NXBua{hV?-2*vfm0IR!m&B2o{r=j~)b2HD3>w~^+%qdMWd2sK z=lOI4c;8$z8{6)gNagd8FippD4#NnQCSMuYpUKFFIN_#K>z-;eAOd<;lsWE9?Vx1q z+A`LFqydz(r^*=84Ccs_*DS#JoHRj-L$BTgNop=y3s`Pe0t47@nau>V+RK$1{*T)1 z?d9;Y3RZ{pc$4s@WTb7QxnMk z9GPCGy=aX-fk|A7F2C#eb|u|0>6VipQm*$r7tG!YUj1*9k4jaJ?A4t+3Qc8tpzQ=+ zEfgCU{qnAmNb>_^m^auZ97_3d4XnHO+OS+cf(bx7ux2}T_`=b^G^f?7DkKzjgpG4*L@OyzFJXORW<+1pua`xnvu2x&rV$A$feMxSz zUC`6U|G2w(Hfm>tC!?|=t*C8+aDSlWN8J;q9$v=PzyWs~o*Rtr!CeWT6N`y9ZnS0K z$`7{Cb0>KgX5%YC2RIg(s02eD1A6I0-dG)OPd;kX$vqF6Cz)JUrZE8V8=Z@lu;&uP zIm!`1s7~WbEbN|^)b%i(wc^zu_G7+K1(H5kHs?+Yw;b958INjp530eeTe^%{`n;MZ z5Ds`}FBu2!Xqm^@?4S3>l9KFfy2NNOtnvhVan{^g8@9%F>wc{f>TCSrp3`jaWZa-C zNiTLdRm7`nzV^ng`H)AdfVA4bo3&^lXLzNbTCgv6SA2gA(}-MjMf3%NO1t~Lhc|7L z&QQuhuyJz7>37`u-x9yE0#;*;#;x`;5JzsuZla`No0!Ww?bXCyAq9iqa$^CL_oies zeD-6p{1H&$t2rT27||kujdP@;SOlnDSS}1110GGhl+^c%QD|pa?@w+|7MUX9a7snkp&V1z+##={kVHe&Giyd-$D>*(G#)T;e{?1ux zm-E+YMy{5B@0rf!2^CSA=jK`bAlJ;bIr|iHrHh^Eg$6Eq8W1x!@bKgV@dC#eU#As4 ztexxI7xoosrRsV~c0-4QSd4Qa_U7FVFchWwDNqx5kOZgm%6}x4ujWa5f>946*eB=NjMlULI({{Q`27dWD-73RSwYX#PCh0h+~yJHB~S# z-p+r$a_9Syi$`~{ zU|4ZKG6v*LMLtDwfAe%aCB^{4HYc>d#o?J^h3gqzd{|>`L%3cXIK^7yh}PBxKIvvx z_#_}0jq&9TSjT+bnfVrmFNhlLX73~*1TC0E!Y>QQGrb3sKsugiR-~& zzDEOi+p8%CNbH>aB&uk%Sw-d@T2TaaM7XmW!b83RC{qlevO)KcS-Oj+6i7CFUrzI7 z@L52T#P5IWdm6+maoGRX&W#uT>>m5A_$CmO>P~VIDIgs;r zChJ;+&NG_(dwgl?id!qGP=B+e;8J*iGpiNw;jnw5T(i~K=j5KYD5!FrZ!sq;LzM%x z0;<^{Oh|@KxN14m{XmFR;i8i;g!VNUSWSUTebch@ke#@eIxO#$(kGjnYctjhcIM2G zT4iO4J9ndtf6P{!%^S=!9TPZ)g68~k?e2#O331(onxr@Oa^jVRh_@3!;Kqk*DQ3O3 zH6AaZsPoj+(|>}wSDusR+o*g@+G8?T>h)v1!=h|COdR^yGYAvyhqEp7i6Nmw)OARG zZShLJ{-%7x`^ysYJ!PG>XS<2jhI;NT5AXXyEaJ<{GKg3oqMVH# zuhzJIFpN;10)0Pj1-q(_;4Zkz-D`r7^{E{;{T}-%KDQ<_Q}6J7R*GIyUbciw9@!~i zD{iw3$)!OIJ5`UiDUjgP#_~oHs??eyh&}RM`gRehcbK-ri3S3MxuMc~xy&MgkK07h zNnU6S0U}q3=qK<=IIsZ(G9r^q5CAGVP__b_?QS4R#p|ti2TSS5kM`WG*0HpRV>BIt z?&Mgxjn$#ReJ%{RR(o^MQd$f_UdUze9=9D75Xqc6IiZVqtsQu;T@3lvw#m&TI3&cF zkHCm83^%LbDZ3o?z;_;P+URTaAv*L$9WXLYbuS2p>>s^=wIW|#(G))Q_$EM^iDzDd zp$qm8tg!a2D$he$z#Cl%6tS_fgQ{lp&nOdgJImd)kZ`sr2T5R4;j6EcQ?e<)O~)A{ zecsKEYwpW7d~Q9R4RgA8k;P1TjI-JTT$jdGkQO z-gcnnt+Sx&*t^BiEwtY5v0xH=>XC1m)hd#WOO>p>nf(Z8m8;Fu3IwQoM^mJtc3SJb zq4ew$teZqpV}S1xCdw;iOpH`v2HQmXExTOae>SLRK`gggUI($>#tCE%Z$i{$L|K__ zN6DAW4irA`y!}WO9t_ab58$eaO!l1Qb<=kyM$oIS zieMMJ5>G^!UPl%~NgJJoYD0XPTbW+qgYi7*>)!QN0hrXaaC$?$IVfdluW3%8VYcnu z=^Pf94i?H)>nsC_9bpxhB+CxGn88+9CY0#+5U<=?IcbbOPl_aRzJT`g_NjX6taCQG zqpk&=KQ*`bB%Y~g^z$t%7%?^5+eva*L$t^h5_~W=q7J|Kv8g&8|1199XkM%m`;dE~ zA{I`i$6t|EH6-Shg{$j*iZx1b;lu?5*DR0h3(qeg`k3CQqSrM`tr&n3$}?yzhgKT zk_zj!A}fB%Fqw73m27`;Pq2ONQ;ea&@7M_(ojO7$eog>({!-37merKf@nCwBQyqDo zav6H@VcxGJrpzUwk*_IlU;bmadV>Vx76B0{922h*j<{T@+qBj8wbz!_Xiqteu#qhh z_qG84#cXqsHWEaWp!f>8zWDl?hau z)LR{psO!E`2e&9t&Zu-V#X&qz&K!3KZI9MMDCeCJbOKWMi$ zfG+}De|%R4@lEjK1C|)C#YPfS-|MvFj8qxFB-hM`urFX)!w`6+@Ax)!-{erB6;gX@ zWzCvp#zzu6XrnY;QN_YBo_^WhNR$EvYb`6RSj3_p`3KQHw7QCO>658M;yJXYn z-UVdaePx6-7SeCfylQL@tvha-ak9)<> z!uf3!8-uY%B-7w+|5DH=s1j5 z0@awbBo-9*AlIdj)7Mh zIc%0~5l!g17k6qT6=&PF%3cuWsjLlcof}B!yie{1c2badZPy~k;&?Ru->yUv^S zfGs|G-qIMXO8M(#n-^~Q*L^NwUHf@$0Xyh>V57Mm>R^uCiQ*tiSaxoWxYl2L>&_9I zOKf3q*A<%xk|KL=(}_XKCR}S}+U_A^)1V_6SH~vgRszj=W6xz#!9%cbu}&)bn$z_* z(YZ8;a7@Epa5>--4sy>H;RN@2E=jiyy*Z5}gwDenW6IIS$*|!pMMkW(mK|m+eZHES z7c4e|#XC#PHnHpSo;X;{$7F4M4|no--na7r{}66(uk2W2}1FfqRua1MwW!l2({m_7#&RHI=*t;D#kJ(5V;$Q{26z> zYc2IP)Fm0M;!laArOnqmgJ0?7#uYo~} zhlvi2Bd67*xXr?{qeA*|;6J zqS)a}g19dZ!mWhlbi9vVYP*Z;eY4Gp)M-WY<1B&=}b2?Circqd}m)>#JzL>t8?JbH}dDH)&y0_WU zEIHEjAgI|Sn=_5>8E7wYpq(=1ZvJQ9Y7Ml|LRTTc&D@-oWK~8gGm9KTz+AB|LU=qf zt5sh{HM9%#?1q0Gbxy=Ne$3wYc}SNhIy)Lfe&uXinBg&dnwzc&u{QYR*$glE73+br zd-BTdThQo*?E9KZi4Wzzm>4oGuYiQy=_8)a@NL)H08&7$zjavCh4s`6Y0Ge;{Z9^mclNL!p^rGGVJy5)0n6S+caleiC;ZB@l2n zEiM|S`!ua>B)S!w6^O8;oNE%E9?kEvC$FtmcLqlzkr}Myrnhg^4eU}9V za%hEf1!wCNMm+Cbj$|WVS$(2w)W|-)OF~=5_YNp^0NWMKI-B)I zO_&F`Y~v+kNvKu}n5mJ`Hk`93`mNR(xIt?wLfw{ZMB_BTkAGhwAirtT-HJxtlrBgs zp^0yH5@D|%jj1s$U(}Y26eKt7mpFsYBuyT)IQF(hZJckHjq4fTOCt-=fPrgfI6zpB z!bdWs4rEgJqHTWkPU5q}Vd^yd8A%e3hiMXr)WcnsACttV-Dd1?BK3s-w_R#|@)S3v zI~@3g0Vw^6#zq#UV96|qO0!e0;)7^AOCgvB31gKvqJ-nVu`j6z z`NlB@54+9Hx0ZK@IKrx%lvkh~nq_2NL`kiWIYo9O9B_9n0V{#iQz@L3Z(5kC>&&;a zmK}Z)zmTl}IGVoLjO2y~^xR4(CGSS*YR}dd^IQf8Ed^X9yVJ(K!$!x--Z+mPrYbN% zCb4Wr2~t_(>R30YUKVH>PVvcr2Q|tc#daSZYyIIzf;PhRiP0xzw}RW2k-r;1;k??o zXVZNndqQVT@8RGO3#U4biKMeNffCSjsdf0k#Lg^j@*|UA)fF?Hb6FL7_>ZmPXJ3{L z&PBO8KYF*L&^uEX%x|Qba46F9MaqnY+(vWt<+T+;G+K6tMi7H!e3#0I_Bu%Cu@juS zSD(_yR1DS4a)C=H><7I$%~Qi5|(0=<%3CTqy59pWgXJDtaVI? zN_N>Zc$f$GJDQLQ8|W^0jbdRI{3z6x$!M~1;Pi&)it_8N3JilTatrTO6Z1jSNSt1j zz;Y%bqzGZqs>UeY@Vu5&(75vHbbY6^DbK}%)ZNq3o)h^bJes0qu(w?Yem=Ass~br` zy*MZEZb*X8t#rDx$j&{^fd+&`+jo`*d;`n{?vm4d+bnUJOF>p4Ad#`}KHpqQ%;fT=QO^`&#mB5F=5uV>S0lqq%xEJv)LJ&P_<|B<%czlc&+Rzb8>V(>dsc5iu%T0_<;Yc#NOMbMd)(=ns0ekHd{ zJ5028sUyJd#z?3{+fs7uh?0Y)2>OaO{a9_fKvo4!7e+JHiOu3(v}sg_pM=KFlD-Jo(tQ@fAw(XP`yRtru%F{}^Dz z-JP7ApJgOI`h*LGdDEMxj5IGg-`3c+OgH{Npq7T{E^ z^Y%SQRLvP9^Uqw^P_>yR{coR4?dW$S_#^>RQ5g+7_UHIDTh-_#VJa_o5?}c= zfV4w^w%hZ(n6IN0skSlh-;^Iv63fbII8;+WUrf%jISBVw9<1Z=P}>K~Z|3mE3YEmZ zjG88x4?nk*nUu9{tm4o6h)RG*GNCup%7RHYo=gz3OtD!?%`@o&gvq;q z2kI$9xFZn^5CgAGIT#DeWizdMZkve@OXUgO$qgRu<(X!eikI3eN?9e~zzkMP#>L1T zlI&bx8&~?djudn;^zTBF(H_z8OPUB}xK6maKuqny&V_-0&*Sn{C~_~{mLjl6hK?!M zt9XXBykZQSKvM^MbMAeUJv#Vg%1(^uYBhNYI&G!{QL zCXtRdNIZzw3++C30i&2JL6Cz5{BDOez~FceE9^K)D}`+i`TGu0!H1Sc7Kce*Z;U-r zJDrp`arbBVfmKcxFbZZL@OVlX=BOyqbKIqUPTjOe)*W*Cz-u)eW^W>L*D`RO%@&vJ zM{Q9zHt@CSrdf?oJmo*Vr=6N4@^_3lg$a2)0u^i zoT)7!? zvzZ2Tcz&$f`wa_d0IFP?hg3MslJJrOLz}bP5gqgbPma9a`M;l%C*fWg)R3ZgE`o2Ogqfyeh63fU0QGl`&fg{L%n z9(;?7_zs!a)EDA!z5|l)%{k@z)1Xr=C{(0?=L)zHr)%70*tOV68-(__M&u$7^4mgf zodyM^U)zCY7Yt#LPA8L&FPAB8YWv}^pKW!SN?tzRj{pn@Z{`ZRdcRDl>4Sa z7NY_Kcq3UWbp`BZ%wpq2=?$@WEjPcgy~Il1$pIbyt3haa&jvq?KRwFKq>Gcw zoXIj1x|>s5V_uc-y7a;=2cp3-zMM~n4?B04j$V+>nsO$fv@Pe9yC{JzeyiTo=)-y2 zEI>CwIa4kxd&jJKuJsIb&W(?#QCBI|A+EEmBAN+LC04)R46s}~2b9?l*2AW0t{dQQ z(Q3=^uY$oOzu6=`I4^W1!nStHH268_SUynSXFi+v7xq?SLp)%cAI|J2Ai3}|*Tm$f zu~3ZTrR54zs4xYHRE_Tl_WL1ivi()sa-JNiJcF>Cal`xx>@@J!U3O zR!?oKSEj41(kz%{2wnZ<_knN8W9*DJ1b~9Yj90 z=YcYp#bD#JU&PaBX<#+HQx>N65tY^>F9l^(UtpmSuyi^qOW4NlJaGMjb1NrP z3fs;ivT{UbrzVB@Qe)Oa!ELgACI7@Xb~RmNZv!^5?vfv%5-Y*`>*y(JT^I&KbCBpR z+~-U=j4)x7O)&$GfUUHFi;{(C!*cL5^#TMq32Y3(lt-jZ-JyrkD=Gli%H(;oTdGMX zC(UjqditHRl$ya(YoQ-B2f6-n_Bz7Gks&wiCW!YX@zrR(!H3>y71;WjS$XgdYJzN) zr5M4fyn?q*W-%*tBNzW``Lxl>?GU3puYPmT9pcBaTn;gM){a;S?sq-x)GQ};YehiY z-><#xe7Q69>h7alI_nt;j39{_I#%Z-qlQ0FOs8c?ijCAU2Yv3~Jv8yjdE>Y2{B;D< z(m{$^#z4K`_yV~ja z%!k!92)(q?vCVTnxr+EpID*eFdsxl8!c-%3+CjOqV#|cVQxLk!G-rrZO0s4~cz-iyPL5?=cfQza-VywG*6A*ys2 z#&AH*t-IR+!+r{`%*nXL^4!ug^yoDhbWz{#Zk>-uXWYo4zudm_PEdk6r{PS(J%?D( z1gR^7hb3P$5)XRGTQdAhBCi+5Ob0H_qM0pyKT%^lZH|5S^pSanSoAO>ZE}dNWaw79 zvy3?*T+j)kEPi|s4o8K@MXRfi;KxWt0jFjijRa8DooZm8kMgYlWq8QGn1#LbAPn@; zM0kcnY%)gbJL$d@niI7#$|$-tS7T0kw$tq?sLN-QsG)13OK-zwXcFFoJst153?dh4 zXF>^XdUsPk>vc#^&dSw_q)715c(RPPySrABan#y$w<-qZ16W_jZ!QDzXdK+RDhq3jNqajr5$v#-W)X1^-7^h zd8Y4?)&Z|O@?PSX^D>mU?Sy|_SRW=Lty?+L-UFsPwpIb0l4s}j32?9R;+E8Po@N|6 z*knyLpC)szJ{1zujGO3TO?Y@>5Z}!e8ks6$0RWFoU|C^Ev1eLaCWcv3uM0i`I|^Ze zdN`g0gS&z9yWNc4dUmvdnIv)8hvLkEes^!|2^0IO zbq51Z6JxVbNkD{`NRa~ZNbk4Gt*Gv{Sm2_JnDj{$O%Fv+G!-l0|622vO zwz!G2Z0Qxl#LWlg5zN%}(xZf%u|{4#F2p}dBL>ihF9;f(pwr^Jn?r58WVPILy5H~Q zJOwp$3pl|TD;O7?XX^Y8Ec46>6d{I%T|ap19J2=Pnh}J1C~5Rt2kvE0MtKC7^C>Oo z9rgApVQlZ<83~wm5fw3QJj(g6c$JhLmd%-(k=L`$Ub?SYo80vPMbP!pV)aJf%Wj;GcMf76JQ9cpUgiCsE)q9ND zPCZ*H8QKZ(vA0|1bpCSOPXl`%#oEe~1_7x?t3t$;#be*QAB7%=JY4%Ap1@`SG(=Gd z8MEB~H>R%WY^y^-LM-8%5-e?a+T@8nn4xQ}`Tm*C8yHE24GHlvr>(a4;6~@+z*Z{W zFxj&@tzq{_eL%=N;*6e2EUzyW#`3~ z%+k=bhm$Ei#4^h&SQjts2*&0X`c)Dst#0#AxW-iYp-1oL zH<^zPF=%X+*mniY2_?6;S@Y$@=UGj=ZPJQ;M~hLR`e3H(LW3S8&VU>Y08Xo>o1oW@x^pR|$L%Kx=2u;#U+HRsk-eLAkB!X!@WbIv05;({Uw1AR0@bgH% z`P67(q`=N#E5UGBL4R(x#L(G0D4um``E+Xsq1r?{+MO?$#F}knW`S!($_>bXAZ3~x z+&f0Mo5r=OI`hrQ6MqkWO5$S?>!dT71Ta4B2%&1hB5CA{rtt@Ss$UqhUT57%P~2C< zp{HojgP%Rz0-pqNO({`b(1G=gMaEQE4mYGY6zAJ@=R^p00 z(ty)c4h2ob5#j_(I73n7%A;_8Vje-qy~R>icIJHk zpS2G84gpEfM*=kDC^}hW=4S?Q9+D^@H7O^pVYE04KR4YQCe7BOupc)k!_$nA^gTR^1_l@0&Lb1XB3^fc9Q~I zT>xDPp^bE4aSi2Df2}TrY_0Q0nb|hlIb}5Hf1o2#_)u()!+SL6ojQa`2_^z`#FCeG zg#BJTpP(DjSbq1ZgR!=Q71QZpC6jrKIbN(|e7&%=p&b`KIh~_Z1XMiA0TrQ_oKVY! zSLxO~=eR(ZC|44xN-m_$O>mM}EXTR~vQEIsb6V9v#RB0Dj9ih2;*OvunZWmUL)9qk z?+R~ZKf5W5TuZ}xLQ3a50nXwyG>4H!AelKJga!pQO3)a1px*<}V_3@B@vOv2g$cEc zBv#3+w`r|YH4G^A_=j4q(a9U~Co1dwZ)9IR%Ur$||p~;~ez2el|D_kuIELOGGE}eKW zyDzsv?2BKwQ_FI`l=Uz~*c<3)8vSf9AoAMKS*EQc_xQS?;Av5ml|U{sdN4N|3yY@n zEtAEk^<$(qn6Iq1GI(xI-wLHu^I6Xz=a!}(zK(Tnax0uIwpDVwdBFj?pM5*_nIt%G zSBBx(9!TsCvDL)#M=gz3Wd$g(F;*0-jm!nT!L5KSDzR*zIv|MI%xx}Ff|T%~a@iSg zB)EgLl(%!f^)j^#Ycd$0(_bF(Km9-d&F}y5)90s;vH$n@4lW3 z+F30U3r0p}0M27aGH*8O z3`|VgGY-3X6baAPi4E>Zo_(_n>5Z|SQ9qz^M~GUma^?{yJ0R*ZCdhxFsJZ?ASD*ap zL!{sT&HMF3{QkfD`1JJo&0n5A{^`?)49e)+jy`!fFiS0C5=Kg92U z_tVe%PjCP4UtNx(N(MnR6ZLcqG@^4Kfd+1*&Chx=Pe_@LTCcfiNXo=QxtE;!4yK1rw_ zQn#^Fq;k$3GAssuQHl54E086X7u3;jXPQ%ocTXUd6RV*~AHYSzqq& z?|;R={r#7_{5SseFt_T*OafNQ6X7zHdA3Mry$6v;AgXEnUSus zXFlFk95+Q=yzynzQv&eY%gI!Ldo!E)DpuWypq=aeJ{uxv9uR+w5UE9*UZqgWDj+_3 zcvEf8PNgn^@k!Z%EH`)s_Od05OMmgE{@sU<@hLvPiT8hg;nu$P75wJb_Aj@#a~c=+ z3s`HnjTAjKgT`6?euf5};+^I4*^JEq<7P+%EOA>MVNwzVtg}};nFvk*4mz_s3rV_d zjX_(f+pYw*)5+4foAWVV{0n~NtNHad|J}XK{q1-w_bwk=8k89{H@P83T+~qGP-pDKhL-ax zi0fvEbTkiLc@4Q{WyvY8@F9bO964k;d>B?t?_DaGI^j&Zyj3nKoU=MA;o+T1d$`Lq z$Ts{>w1Z@|L578KT;9#Ftt`@MiGliJE5Mfp$Bq8%2I$-FC#|Kp1dkY4TIwpAGh53= z+>NzCGV)Vxl7O||8LiS?`g)gt{pqhioTvAH{c?x@{x4x4mjCHZy#IwK^lM+opWom1 zHhuXkKFpO0C;i4KmyR(Z#8LNTc2IQbkUN5Ee4?NOKj-i z|8b6G`cFy*g6)gyF1On_R-Y{&>fDc~Dz@c9r9Y!r5pQ{pf`~w~6@ccIdb{2hDFWk>>Xnw12%e|qNIu1tC3y|yqFzrFV0b+TZJ9S*PNq5>*c>zu;JqE%l zwP9%9QR%F4;whU>j>{siKpxdDi&<_RpSW9z5y$Vh%^`XrCh| z=S{4jV2=eby$y!|Vd*yGWQA18sTfwp@zPy=?W_0myE@;>+x&c2Y5c5O5O z-6dL>_a@|oXsoek%!GhwL_OTq-`dmD=TDzMt`9HW(pSE8k5At6!dD zcp-yh%-&hvjo}SoVZCZO!D0wg?`}0(y~QRod$^^)@%8@C>(d`Uy>Lfg`^x>&qj!%2 zUI~0lIYw;qfPNy|k(m6VZXN|f5*+(w1Uy=fEqvaihAz%Hru6}|pl6CQ6h_y^aBUgp z#Mwp@J0j?3RF;!j*pIgQct@f9IxMSv>9J`$07WoDe5Zubj{#SlVJ++Cf|2G%qQKfM zv#_r${L|bE7=pD#E6flK@bydJnE*r5I*9KhB4+w7!$|=>zDqe7y?OD5zV?Ot`8Q5^ zTlCB6h&212Fhn*h^L9=4qmmZm8G(R76kA$8kWyIbkogvPO{JNQv^u044j}u)k|c)Y z=U8f}F8HW~*4Z{nWY7kNcHG?P_s)2@qwA{D88C6A?Yf0pt>SDmKW?~5@{Mydr@^Dv~&--GzahoMgAy)#n z&QS7&Gt(wUH#sdyG&WnO;HQ^dA(ZIx#FBn_PqAvOQDfT3REBPui-k<-s%V5*{E*Sb zoF54r!98`m@JFi}`p&T14Gi z8$-xjJsUws?IldT5lqs~U||Nyc8G|FzA5!aHjO9ESsYs_Y7Qb1a9Q%okxAyvjB=o5 z9TX2hx&@JAECcycdFSK%^xgZOhL^&vCWiTOkh z`;w^-chmp7|9Rm5QEy zK<{mMaJFg(VZ5ct7SuFjD{@&{pCcac=->YF|N1dL{`IA&?<-%opWn~&c6|AW0d(F* zn`70@<@QivM?x$&841snwKy)?~n#=0b0AAmQPX{)cy8&_D6WClE#Ve)w z42}LuB4e<3KU>?TRNuOrud;b=RaDPrL_^3&1euqVtfQ(O5BKvwevCiF`}nv%KYe`j z@yGX{-@W+weeH|*^RrTVo6FmI?=IyxC#dWTrQ{rk#sqE)-HA3_ZD-aCE#XoWw48h% z$TCU0QP~K>umDX4#4llUVpJSiKX3YVM=R0nbaSKNR&s+_Ut;d{aCggIR84Xv0z~%9 z=cXT*b+Q~?(nm~uf*BbCoA5+gAb=a`2uab#n9Bb$DSL!fyrIfYU2{H=lEdb)mZ)!A zp^&yJin=srO^|Nh+zclEU|-s2=Gf4Qj(s-}RM z-nThNncqD!fHFd79g)hS6vD52o`gT8%|v56t*LCCTE@Li4|q916fQG)1IgZz=22g~ zdo!O!QU-dJZ0jXcKHgLqj7+alj*2KrM<2_bja32uO^ApXvgPeirr3O(h@2B3pf-c_ zTnq-sr05|WC)Vt&X4AYgj13b@r7|_|wBz=on+eAK;imq>*PHtO>GQku?#0LNYhS^~ zzt`Npu4f7`PZ|G9{oN-}bKBU7mv_>X&5M6B3p^_c+m-N5cd9Wtaw)i0N zwgrI+k}&kZ6_X-8;-ol`dtZ4;w>0av$B&wM$AgMfST4(jcBshZcrT3D+&Y?cM5vk} zwP-jU1HKos*#JhCK%iiLpgyGw4j7K}*^DYBWuvV$HbGJ4pcr3l)l{Bm)0|{ zeBpk6N88)+(-WAaoCVJSlG((+X^4VrjFs!Mn+wi}7gn`dj`ykWfAt$rA+tZ!pqm z5SBMdC#1{1MULUAD+SJM!^CnRDpMc&lG(3s#56?5PHNUPiHHSW#}ItZYknoXY1c> z0P@d`S$jsbGm|iQ^VOa5F?!{E!Nmn;09C@Hq}w4yUL!F-8rt-BB%>8pmC3B3BC)fX z3VzOd!G%#1lofgWPW}7y?)`q_%fE{^``t@V-`Bo=j}xV@yYU*wc4qCk_z+^c6~NJQ zB`gd7Q&6|wQqbn44Xduz(&>$c7E)|7I^&R# zOp@xi^9NE6V6KlT(2KI@h2fcLjb;NFXOn9CK6NeSdFV*BVOXJbOHe1=2*m1f$`WPS z%}BIeD^9ywY8B3%d?#$a9wATU>vS03tWrPuck#n|^W*1t-@kMQe(kIGOLw&on861m zn-pQ1bHvsdC67wc1UO)V?b{09$)T%*l%Y68h!eQMM6x`{>WiTd=lj{V&lQS4uGndb z9fN>XFKe}9F2IRSc>QLk&#|(1r1TUWJmsXfs3E$_g~V41Y+xYlejc`i4>4GE;BZRI z)52_68zJOXp$i@MRo!a6AW{Sj-jFb5$OmCZ_DQ>Yy zBQr%E$Rx>3k5vlgjo8|PHO*qJoR&aIu0$S62YNM^uJFX?JQl6?xFP?$PoF=&`|xJH z|Mb#_&1+w~$MD%t_tf{ft?S)+b|`e5+DvE$s?8#U91Sv^jOflYexS|a<2Z%9lP?s3 zEM4$*$@;JJE4$O-96;z9O3m4b?w~DiDvot~z|(&m=@&eH=PVqL(Uz5l!pi{ut$amm zamvOawFh2wDv3Ht)lqJ)|nUWr{+UP*2Es-z-Fruw{G3;_*)*3PN@ z6bb&@59_1<6d(QdU)E>;?!~{=*S>y_2d4UE5M0JubPBszCyzV_-ld8?Cc}Ic3Mr98 z07i~;PCKh7N+~eeb2?*AqYDOg8arUlU9LI}lGB+dZEDoB1EKG?6xEjYb;iIQ^!Q?x zjKvrcYgwS>R#TH{6fS3w15XmDHv5s4bHirIxNRw5JtGFPfn_g}(Fn^&_Oxu-5HQn| z+9CF+-q9I*=R=a*--(=TMql4VAHI9~)4Tm*>g=_z+%LXVF_1}T21@G@4HoWF#$E|M zLvg(UR6xk)1@$3*2ma~1M;YKDZFz9c+-=aXB^!cP*=4Y?Kh?v4FQx1{;zBFEYEUOj zkEydWQdbS&7MD&JQBDa)kP64GGMg^Xa!CI8EG#CwQrBCg{2v?4? zM?yWRD;bg>?Ex@hQidCZ(J1f;tz0JZTP#vP9H73;*#kK@6vmVLz#++Y zB9WBGHI5n8iN2lQm%+N;`-AFw9BQmqgQTd7`6jPma8Nx@q3KM3_C7M`0`G}WV!Sn1CK7R=srZ?po++PL$|6y=1Q-9;eIwN{IBV4ew)9(RZ}s-5}hD4g=gS*ary3S6jXbm_->H!a&E(ONwDs^ zgCeUVSuV`ap$K;tp*o8q;p4?;2c6&AfN#RvO4yhh^PgO|G?T|qRT;j9cRCj7Lf5-f z4=tn=ERk~H_Z~HEIeBf&L@A9+Fm>9d!1$9+?RD4HOLUy+_5OML$TxoG*Q*SuGIAmJ zSK%L_%+4!4ZfnlF@8iTT9e!W?;(fiVzvZqHL3=*?@>1e!2^DBA*wm!qwAz!dTedT$+hLj zg(~#Ag*dP9AtUpoiM*;$s>#%d=Ab5bYGCxii$ax%tUDc0Jt$=7-Vt-7`0I4g3?D@u z2vX>t&~Eg;b_neGo981Ou}3+N;j_Q{ZoS{%hpmq7}n^ ztP5GG%sbkSy~kYT;huIP^s@%^H-h&k7`tc1m{ew;g!QfZL^y_iP^Jz+^Cgf^Hlw-S z3%>>MXyf8(09&oIFumbw@Xe(i=<$r0Z_8BPN{7 zVK}vMo$3S6j!%Fb875>EFonsxkrvS#*DL$988DT6D8=I#HHT;Lu&Y%nqjQMyj9jUZ zT_8Y`QHoAHE051#CWLQDqWzZ_ZtZJdyKg^L^Oum)&|Ie!rf8jBGea(3&BA%B27Il8 zT^>XufvCwUDe~^~Sg~Y#N;)HPY)L1jL2mwVZ%`DJ>CXFr8a3Jo5TZeo08M6&@p$rO zDXFE_ITN34qqtNY%XQ#|FATN|q!_^@$2wzT286CaNwj287-NOs8#@%AsrS5dvHd*E zalUJy30&VxlcghVQ#U^7%VSLcKlsxRKRmsE^I?7d?#+jfao)XjZ(sWwK88lWey8qZ zxS>bD&@3`AaKL0e0lll2Ru3BGY{XONXpqMw(5=1gV{=Sp9Tm7Ec{HUBNEil( z?_L@9@OLyMPem!%``*wO)8niV!Xx6d3xLcDu4zNy?tYnYV=k67!_pjRAe&g+5E@dl zbOat8jDeBCG*%4MflR_S*@#FOzEQXyXhFRb$Jp(M8pRJp{YzZS$L0|*`R#Vj3mKBuIB6+c_PR&e&V9n!> zwt!K_1L$P;jGVnqpW`G-!wEQR-H!+0uqBs<39p$xH(>JyYFKc>0js}j;_ ze8kSw6ppbBCKZS`%oGHhPU^%BR>;2pGw6X}>afzzx0Hl>I2H35=kbRA=3}hA-+g?k z$@tn=?%Uz-m&Y&Mq*msteroS1+z~$aT^V}pv}Be_tSw;pOZ7W@8KI{nfhr6=X+)|k z?Zr!E16=NoUKkVl&J~_c$KxpJWEsOF_+x83PdCY>pdG7#@zFMq zioAPzaMQq5$2neYmnygbVHGtS17bqi()uoPstuc({m{!Oj0>W%UbUi?(BbO7aix7d z{{H?~pa1$HK7Bm||MAn)`!~-k^Ov5!uY3u={bQY94#Api);gpaz`odmyoZMD^;I^O zoEn&Yt5QyhGj=CSK-%xLR`&7MnnRV;gq@NK6HGD#t2)tdC}Lv7W(~uc?li!5dP@43 zR=Oom)4Wn@OpWdqu38O}1?zs#C4R)#KorOEvqr1+>g!pEuWKN+GXf)3+X=ugeU_yd zS%~T_TUA|o8=vSh(jGY>XqvM>rj>rT{`luN=jr1Q>+?&WtFL|W9@lUA%irrb*fncu zB7liuEY2BqLqFDgs2ejWmn)Ab!wN$&PBGFpDBxYwBDy$RWB1X{CR|1O2ApRIV<$x@{_fp|4$W|*-)jY00tQE%WWW645>c8Wr{we6yBn5lstt5$Po%aJPI(9zg}wY`GgOWL9U6^dr&uAAg>cmA1j z5VK2;e{WnGDx=amH1-^HML9AS{__0st||z3zc}&`;kVf6CiD!h(=wb?SsX*GAAtQu zqR<`2dN@;k}V1P<}9|oh_xeAw2}*IY6*Pm z-slM=BS|C_Z$hBt+#Hxt?=4+QDpC1Rp?(YU%^q*&zpaVVYhS!?CrV$=N#%++62A*= zr#*>z<$gLKbVc>Dd$a*6atEjAAzC2~Uu8y$0t~V>vkr^gM6TpP2w?_mg;Oe7TJE|L_VfZ%zB;ue8`4#r2pyZ!{>KT z@7MSLgZ=pK`_J#*|Fb{+@L_%a>3{1#e<{{&NUxYdcyn=}7_Fjig~m!17bAQdy-lZEEmov$)9pm?u7Pc-#^ZFO8A<&z z5vsPd%yT5&llZ|&H~PmjE`!ycA}PpV07F0(@LDWyc%>UcP3tvQ;~4lq_jrOyo` zHnId>=|vgYt3BTC|Jx44EJ!*`RwZcEI z;38`(-LhOhf82Ejk>) zz}V|#UpcL{_e|+A-v*UTQxy=euq@k}`y`-E$Gl&S61HFR)~Wc`)QytW!cSG(8^@M7snW&^11SSM4JAFKaU^Yefs&)mxRI*wjgW)vs!b?oG$*q$h0JEPOfiy*n*U>ExK$5~YdY6O70EP}Rm>U5Fo^Mqnq6h#Y&d$dJfuGjPtAb}wNblF5%*4EpPn%NpmK-QI71{KNO} z&R<`S%e?lb`}qx(FE=zI?~sOdd;v=r&x}RO6XHxP0E{$ejL+K7K$?5cbE`V}X@vR%`(Bqj}U}F#m@x7d!M6c&^Xf5yP zRMSD0y0m`A0kK@FsP#Fa&61-g1T{wVz}D4Lkpz7|oQ`R%Qvr0%QaxKPC3h0z3~}9v zz~#ps&>ucN{pI_Yc0jLv-5v=|^uXF+Lrjn_pp#bPe#!8o3d!|Uux8zJ`=Qfg-TL{Cu5VF863_MxNOp;I)&AKz< z!;UFXcby%pVZI~IuCvrc+k1tz>aEP5-Iq+}Js4CLaz{;D!~@fO%gV}@hMj4%ObwuE_l!Ny zEia#K(qk9PfIr*msQ5}gryh_YbH68a_ipZEH?@=|3 zEdZ#agari?{W73i2sqGMS~n&-z+A_`**mlB)B~lI^Gxq)=hgL_5%S;s_~X0%(vgyX6w+G@tGCNp&i6d+pWf+U+h%_zLJ&IGUjuY;Z#QE4BVDj;A7__T|H%K;h zcyvOmC)6X_c+hotIT(z9Ae6Gmk@5;t%a3o+C7v9eI=Uf!mRFwH84tRbjU}!kx6J1Z z)?j>pGA6Wz-`;a5iF)*fD14Flq-XIm^!yy0HL@)&vn+`IEJX2+A%SvP=P_jZtG|5r z&cA!)w?TV^eS^Su$6Oe^AGHfw8R^vjOQoVn9sr{g_<)H#CxZ?JM{7j{frtGpPUc z|91j)e+LwzTaQEU+EPKIHk;6vM}2-GOqzsZwWB|S>m~tG;jJYRp~@;#Q$Hgf|H8e4 z&fx5Oj~sk>j__7#UOA!bfsx}VsO4-q7j&DZqu3IXC5f+C?72ED@#pO+l2T9w!pFD-M~bPq=)y}?Qq z5Q0k5IvoS~x0K~d-^fe1ma?ktItpZ^-9mb`ZhN!&>as9o%xha!qe0UFwnpYBgE=Lf zWL81IJ32PqZjX7!eL8N54mXdOW|tFNI8EK|>z?#&R_0TE&8|@=-~QRKgc{$pG+~en zig|9EW9Kqlc~J~Z)RerBrjl1_J2%r#7&ze+O}p*$uiW3idH4Q2z4Ro1KsB|Rimw(?0m<~S|&*uv?L1J17bTsw$?L5BUC&08ILDRYF4Bm%+YIv8W~HN66j zK!OdXw?`C=WyLOiw$#?-5mUtRMW_U6;$Iy8Gfo-)4PT4tTz;b8UCG)1B!-waMmC3sb4KWFy^VR7ldc4vR}DL(%B zrA^>#U&3#1ZF_zwLvU`A#$?2d^6v0mg~X5XfvEANTrp1hs7oUlQ|6S`ICg`zJrH2< z72=0WCXfaQN;m<8W!3r~mbn$VcNVTSVRT%5%x^=;0~JXJpK@VKo^?cV&*}bs7IR$A zSEQH(3Sr)piXK3IKNBnKn9UDmC)#Qd4Ek9e3355LGIZatS(=uz?ex7l9N`07TjcRO z_qYD^{nN+z{P{)v@GD=spM#yarTLkZSddyn6ilfR#zE!UW)UdJ*^Ay{;I^PE#9m># z&LMY1kgSZ|tIRpDjZPEVaObsPQh&((>lc|$eJ z`$LLjFrqG7y&n*EF^8XNEw)UMBQ`-cV9MR83GyeOco>Hl?O;*!LU`B4MHVmqm5Mr2 z`OMl=V~;vpX(RIz`1YRu@WXolGX3(kFWm!v?O)1THg1-z4fDR**`3ej++{A-Nz|k? z6}*+}0@+(_y7nw%VOSg6M(Hx6SV1mT#@+)gnhx5?o9WC6KdEa$$~&wr+RJCF6kHVY z4O9eGv|33!Y*h+;WHOZ&PZIWl( zLijLAV{>dOwItwNHu|cz>WN;H#kt~gw;fe;!Nwa*7#o*!jEw{-Z)?&r0$Ge!i6VP% z8K*UY)l@fnfZBn1Jf>CO{qW)G^IcWga)nnm(+eIeEtfJe zS`@t=RhHB2^64~|VaHS2rwsG5&XG~Th_MMP!q^sApaeN+rt?~Rf+$#zz_X9=N>iP+ zcEjxRP4p#K6(|GQl1^5#`P{I4UK`$h+v8MgRH1_APfLO)bZ@qoiKEnRi~uPb_vtew z^x8440xrepm@TwY5HbE^6*U$U>QZgV+TWa(-o5`EA3uDI7bi`xeCZx<>DNgFhWV72 zrE;n*V1i{eR0di3TvuG+FI% zqr4_~S|E7s7EEJu6 zGhcjXU{HusaTs`Wd>jl{v|LhZZ{>M!lC{GE?HShgf$?oO6C@W$ z8?_$*Ec=8HSU|Hbt|Z<}tcqm3=nqJzfRv)4r2=d9KWwgH>qhWM(>RwBtz3gJ81 z?&;K~jdLZiArnPtSr5gAeIVZ)teq*RlNPy#>HI|AdW+c~|4xDHV$nuL4OLd))frJQ zVu;8XZ%4MyY7lao4g%t{3%zo!?4_&3s(BZ(ne(70+HGd% zf1SZbe#Dyo`r>MTe5rr;+86E-lUROoxJEVLi|9pWH=qA6b#J#US8}A;nQ6pfv&m7* zT0Pb>{oUyjW%1|X;WuNW7m=Aqghvr<6i@@8NcKFvZ0&BXCCnYW+Q1ICIv$Ka$x#Z*+XRYGK&v98y4#Som#301nIvnC}u*a~5j zoOp%Zm8mKSfhlurYeI6M`b^u(9K&>3+xP3ulG)wB}GjS=sFZxVCG)VyW&SbUZ7JkWA{K9f_mDH_M7@CiESdoUpL~futM~*7D%(a7=+{NYe2I^Zof+R}(BQr6IK^dBJ3m9Q5l{e2s{Fmu*Kdib+ids*mE)%k^ z@yu980zZ*@XnGm!Fy?L<=VxNqFK_MdewHFVn(sgP0zSC2FTGh~7y}TB&v)u2m+)Cr z0*oRyAYkz8T{xkLmD9cCkxP~sX*&B}6f`wf@wOL4qtzKrr$ZGE+UMHh<8Z<-p~zs$OL(Cv#d}S|q1tLqF{1W@IVmSsQ1AO-tX|;W zYnlvkc-62olHp4Clup|O&U+e-n47)i$KZR#!#n%G{V_iL7@yx!dU^lBslvSb>Yu-l zhk1)aop z*qFG2!rh_3a9WERaDe9?tLHO&o8rOyIldWmi1YSMcJDdQrfXc7xiZr=hB=%3M^^V- zYGLy@V7m{2)<)%_do>#J<67Xrf?YMYy4K$4yA$i%h0!68Qaaj&d`UyszECA4Vdc^0 z4{!DV`t4T#@M-__A>Muc>>t0-n||1ue)9EvaHC(t<2lVyfm({>#2f z-F@edk6iX-!ehgPFhk@)8jW^7x=Vber!HyjQZ@GN5o@a;@R~*S_=;XkuU+{%{Ejk% zpQo;QFXDC}SUeJEFj7m~siHdnZz=I0&Mj#>qW~)r7B;J!Zi9Y`CBV?C(miWa>p;_{^O~hjjmvnQ{4^7+rPsWyd()Lyt7`%k zT$}QW)-9)r=+WkAtuRRE4^m8aC-6?GZH(&nIS)JAfFflDZJ?cbcq5nH*YE1uCxSO=>^wtnKT)) zDcckR50yV*=o(A)3@Ib(gG8Iu#v5)s1Cuq%nNyh3%+N-7fXX}@=r+C2bih?yw;P`3 zmAS4c&a-Xl3O{~JymI75;6wXwJFx5=iBJ_~(tV7Fk^^#jU6G{^~TBDgCW#rXLDT8kwIHrBd zf{fPKfkaSGDU@q!b^_Hp-6WarG@+{9eqyHqbPcRQMnJ6@%}6}fDT9lcX~k&+RF>`4 zwN&%Ol+Tzmc42f*47F}qlVE+H84OdLmJ48IES7=_iHJ z(bmvuM<(^ZeM-s|7RyW>tKv>`5*y=T(QfPOJS!VoO`Kq`3K@-;S@Af6>e(|(T<+U0 zqmZi@vGc~u)A_6F^+M5L5tuYvF~uin?o(UP#8NjI!E4a*-Fc?PoMRDe@anhQ*?(N0 zKK?mAe|`6FJo!f~w@*`PU`#IKJ_SkjtJyfXU&*8*IYVT{WOkfyNGk*9q^Ib#{#7+|UdXkMe z$vA7}=*}?H;ceOZ0LL#Ux7^d9Lf-NbbiDyVal6=EmblUc z*))dv6`yq^iC$aYP~f+CsaXqeEI#-;jyPH2P}JDf=nfRA)g(@y*=(oXO3aW}_T{U` zRJpaKw(Oc`Mg~Ncb{aW*&VJip|Lynj@eMQKvoG8)n73DWB3;DWZ*#`Z%Wz>ASf?be z2j#`AgBl`$RsQiofGx52Zo6I_;CxJc(=vd3Q5wIaWsQD?SE@8Hk)x$De0%nlO;g8< zQX;iBYbrGHr{BG~8eJT%-B0qf0|iEbxK7`y6@ge_a0kcEySPh3&N0qLtcy&QT+zl+ zqq#aqqTrXj)xM!e0deWptEL0$O#&XfrzX_6+B)+##`YUp9r9=r@#M>PzY%!FOw0qp zrc&Td!xYq5?bTxDCLAxk`baL(5kI9vU(ltGv>4|4>~WESQ`eHNlS|do+S$VgAZR*= z3Gq|ez$1gB5VpCn}jEs2*M}Um!dP1w$;Af!^ zGy16j{rE&?_ShBW;mT=xUivdX^MCyK(_ddVcmLP<{60SJ5C8fuK7ao7`OCZ4<@=8x ze)|4lp6%He_4dOnuYDbvh58R*`(U&@b>#%lq}trJPAfy848ujk<+ZXGwZ`q_F5`&l$z*?lJl{D~px)?LkCZ3;w6*`crxs;bFX3~70+VGKl8fe0oVUs-RNWJ zj23K}+Q_hQ;)-6R`)yR_@7I?vZ{O2rU%T5_@#|@LP$k^e&6accFQdoqKBuOhO|6X5 z);=V(FUwIGsq)KL;eIJ2oqh;)f>Kxv5H^)y@}r)}8O@<{#Sz(CrT33mldlTz&+;Y{e**1Q?Q_pMOx0lM+yS3X zrH#D9D-ijmd8Q_pZU}*MHNU)uF=kaS)*8I`l%%vgTglw_%aq;eRiwGs#$q0Op~Y!q zPL`f^3k5jKp*{v&UVwAp% zZAA-JXJazmW+5Ayc@->Lw-z>BQ!CasNg(RL-~@XJ#$!Q~%ma>CaNIv==7?MFjC*EO z@|r~(H0LXFR-oSAz6*`fLgozN+Zl^P17t9Pt4+~92}=vrb|;m^x7;1o13$Q^Heu%sR(TGgbL4xA{fvg%6Wi+_|u zpl8U)a}KP>X9rrDMaOLPUNC(Dg}-flpn=;nA6-=?^KzFYuM0fWcO`$a)jf^F18qCc zv^ma^NV;UQSxFd_M$Q82+I_*HKc4#OO=na5rGtdJ@)-w4Of#;=W_)b7l;#r6fHgXTo+};IB1QVcrJ|4sD_VS>y$2=|CXBi7+a@r z$t!a8F=({O1?Ev*7k{<;YEgNW39>A;Xac0-5%u{`|0!Fc>Q_yHM|!veM=yBU4qL8_@dRLllIAx?FqpF?-$4CY*uq! zmKDleN%Mt`1#z_I9$v?xSF}lejzaxruejiXC7QyMtClF>ZyBsKp!}4s_3jWg^&Clg zkID;BMFuQg2KUK*r8KXxY%w<2S&w*+r>H_fHtzTSXx;)lhAV{(7HVlJxP3k|; zDhm7hld?nZXw}d`mOG5lAHID3*AMabU48b|yDjw8pM|okRGOl+Z}DR;DcAG604D>V zoB-nqZxzMrwjDawQXSQn%+u-P%W1}$&3(4clyfqUzZ4E=O{9-DW+gK%y>1{M4d6|2 zyA8&)-gAz;oAQfH$px$GKvXqjWlVMS)eCFv#@8@8d)QHf-W+d(24Cy&#PghBK}$pZ z$Z`!Zaf#Ks*u=D4Alx%{k7;%0S?)|dzy0bzzM=Gf_JzA29KXz-e5Rqi2~>mJY*K(T zq{S8m6pyKEi*a0w=9SN^s;7z-cjngMSux=H>AM~NLb4X66yRCuXr;4)g%WdP)Qnf?<=|D4?YiziekCyR|KnBm*_ZM5TlnW5$kj}V zw#cxy%W%*)Df=ufk3P@N#V>_xM;*m9V5c*e6$t44l&HakB*Z$=I`80ZnA! zuuAV~tg1Pm21T#(7T<>5Y4E(;xk9-Pj&3eplHf8GL+z+&{jwD=eUF-Iad2<$Y-pAaT z@jkLD<~@bdtK}G7&k9V^5S@aq*6a*obIh)3L2Y3?$!$&6dnOgO@6gkK_*eh@{g-!d zrV^ih^=>FJ`QJ{#=cLgR3oYH|*>l}9&R9FcOaKX&JqbbfyjNm+(y};THlt@67c1uq zQ7-3|t<*7ki{m+@`UIC0G11$PeE0^c-KtF)XZz@T-9A%)9hRPFU$k2o>g&y{jpuYC zdU=M9F6470JSAJc8fJk#eEHVC%9?ZTQP+sov<`(4iSP!WP-afX3-;P=4AOUpbr=Z~ zWRj(hx^v zwH+B@GE&bB-z(3Z1lp;@Ze5$>(Mmc3@EU*^`j_X*v(@gQ`*xS}56lkV?T8=W#eezf zA)Vma7x2Ey{;eXLirP*y!a@_N1nof*nN+TP|J3BAj#Q8t-nATCz2l2DJS$=c-ypN`-0gn(DP5?Od##Sz3lQ-Oad;oVXU!UF(YTeaNkT z>F+>L|K;<;q}sEu+%Mfr|BY&;uc#e!a-BVkxWjSYh%ru7@tr-oZ=*urg_cB}aCxZY z&&)cM_-+$pzhbL^_0!baX4lyI>>^G26ux{KEKzL`* zPuWXm?_16V!mzUfvSZ~vAzO=>C!kHFq0V+grDD9`92f%9Ue`O9w*EFv<0#)@#M7 zoc3W@I#`Od9K?3C@4@KGS`9H70(YlfOJf@;ouQr;h^XyUlgm=n%h?Gm)wIs(q@(pN zq;|m!n`IKSM*hxc0t^Ax-MueOwN{X1t@MOQbhB_1wJOU-|2Wn4brXj z)uR$aWK(@41upeD_EK@}t53{>wU#1q{?wJ9|knkv@6pUB9I+AM3+z!v9>NY zhMu_NiXSE~AB>F(PP`kz1k_{0BQ z|DXRie^=6X=}m9lw}1OTeJi);-DyU6nSgs$Sm<>xWiY$6WKC@s%K~)pTtSY)8-176 zDQ!-vX^a$Pp<4ps>>KpxoD&{O^D_DfBM&@DfW|zS04sma{TAof^DFS|3wOIrFR$Ow zi3)@lFf`fIE_JHRr~_|buA|J6ddsWN6V@0lBPD9+eJs1=+@tgRw#Eosh{Kw%I#+L_ zMx`5fj+#bpTD&w^`LpNcq(vVs)6FgKvabeuZRja+dp z#}UH;4oUm;E@*5FW)kU8Mp*ZL4fKaVI7HyX$r5r_b*n za)_UM^<((l~Xj-G+w z6!YN?jyFrosTL`%SfYDm*Mkfqzb%{2_vlxeCD+TUTeNn@^&_MR%l z(p>4Nd2T|@VdhI`e_Bcr?c~cYSf-!Ggi$-k-?nnGa#10)Mb8y*?c4%|Y0Z_!#sgEv z?Zoh({u^ieyT4JWd-hel-J`#LUd=NO1)kVGwr`PkfQ$|haT;Y$C2c)?^-;`c@$;e_ zKN?D($SY^Nl=99&#vo)(?Fk56?Z(DwdFL;i8V3&=t7X-E=F~Ie_JFLjG$86FO35I5 zkWh?Lz(t%rq?;~q-K(rBXSDDrR90HBc*neg^G3nvj6lqK+VY^Ob7~h#?4ePPLJG+0 zASrtfWB#+P+(k|Qm(THEetQ2IY|N)0-hKJ{`7svg*%$FGIy~!v8KM_siLZOm3aNjb%AliHN)onkH~F$r7?=Uz5AZaS?-Lh6#)Zw$?xGh6F2 zBbAcoRyJIW@EFGy5;a=0^VlnTrmQkN?Q!>b{qbMEfA`o0`|JyMn~!+qJfZWT-qk}a zNg{8~hBnm`5eNOMc1>1l7p~DUle~@Mo}=RmsUWL-98QSCb9hdR>4E?_B9n*nwvC)z zC>gc7N25-}uUoO(zWQmyIYy3?dMd=077*zmm>3IaTb9#cw=HIhLm(Fl)BfyJTsQg6 zb$NDu=3FjMB|yRhKqLbvETteYbUn69-)@zHK+X^%Za=NRf6Yg%zdX`qJ^SL_KVZMD zD{0oe`;<%=wHYt8Y1X!=$+k>Pp-rb;dV6I0jla>Sd-i3! zeXT9uy~Ihk2Zsi`%Fxr3@rres5ZamTT1pqoWi2@#GwNPZAYV1xAT0`6gE?vjG0AFT z`SDaWH_0ia%UNDqr39{G#$mRO;@}ZRZ~KlZ@hcKGKl{qv-qHGv-ZU-8VbNtJXVwFb z3vLBgR+nK%Cks9B8l4g6QF0nSr6hj2D`UEvYxFs$Wzn-hsz79iqdclb^z3l6rW>NM zTC(-NI*eB45@YJiE;ZWZL?HayDs7L!vU{X{;sVU`UOIFIpH;Hb;jfkkq_HW5D0O% zaopV-2r2=XT6gVB+h~Dku8)|l^@Juc7pVj8F9t*`H$C@#S9kp%9#XfSea-ImR<8zb zMAxu3v#Fe1g-TYV({glst>#nq!pK9b1ei6;Oxy(2f%~E6Z>f*9q6T2J45Yi3+QMyA zVyyIpogm-rR`>$6(@RyGyWH-}w=W9&;@z)Ms6pRuh^R1bj^>5zug%3UpHxWnlPqA` zhNT>9IN#T(asiNaO({Sa^KI2x*X$%Ivl*gibutU@NaAZ0HV3!&^6!51uYY{^FY(yH z{oE^ezgzv5*dL;76x?KjfjXF=&1PfPR-xrbEJNur0;*K^urVhOYLTQXjitMc;84!P zsG#zrDA5c+iCy3Zu?4=N!Ax?deboP@=*V|G|5{jKH(VOmpao8fFG)FO>M2j;j+xa} z@u54SWB^?wZDsz}(%u|8E#X|j?q*4OBCSMzmR)6YlqJ=#G;P*){rJ-KoXG8VZSxOb z{ut9ge*f;9FXz#t^vM_StpyH*P#+^P*_e2qC;m~mGXo>%I>W>6a z4Y&=lTKwZO(Vp+~>Z&ttFyh|4&>a$^|sxTnAMDbKrysxC4t2Syy+_{of z{FpQodh{%3EN>%qJ89fOBd$Vu!K_xa${>wqOAd3vMKdNzpB74`0&MhX2{P%Di*}io z<|sWCt#zdaZ39fCRSo=paMcG7;w@u{V9-r&No{&rJ7q0)dprMrefab-u5`=8vg32F z-F*k++q{>+GXvC(EedkXs?sR645D5fAhk&5#72moZJy%0#_YiTewoq}4v12mGtPgCoWeATV^J; z?$amDRtvlBNc|qk(bss#q4!~!@VOW7EsnsFWWA0Y^vm)rrM>JG1E;r5*(S!@(m}L@ zc5Cwkt|X_h<0&as90N+aR+|GN^i*T!*Z6?$uGc|~kY)Y+`I+2sz`!?y4Y z4!UfJbET3Hj8#(F(^?x&+jMaLY11U@%zokLW~&=SZ1G5b&KQI7Tb=;nd4tg4img4z zsWb}7Y@T)JM`9- z7Q`*Fbh>M9QO+rK%(*zf%o64xHJ1I%s{H#ueSW{ckH5r+S77DuzmJda-nMQ$`#Rp% zFMgg2t^#7O1TM+Ls5RDvhg|27c#%azv$bs1)u%5w zM`v$v2Zv#`uq2L@j9%g%WM)FcdGs}yK)$73AGFa2w5QWCpb3%S+SpIBcUC`d-{1cLI3WJk z9e(na{AHYlJ6v9by*uv^S>}CRB?ZGNFbCgY+7W;Cy?0uDtTHb%JueX%4-7hYKk3w5 z!eR{!swY8@6o+ilO*?O#YCA}4&enx@XqqAhPl<-i9qmvlSm#{=x=Y(TYx5OQ>IY8k zGjgSEFV^Qlv?0=p`o^wp3@NUyO%X{cfvjv1@Cp7L* zejVoj5;yx#-@yGZ>+!eyHqXA6cl25LMxQOMkGwl$IkFN|3hO@GeR7slo>;*1T?%`` zL`?urXkESbxd^{6gYk8(3ddMm5n_UhV!Sz_V=Jx2NuL6joa8}8Shj5OyS`0{$(&ER zS=3?YoXIA`W)~*+kf&0R^Pg!J7A{(L+fXH0S@qSMuU(lJ!e=6y2EfHeLjGp+w36Ep z#*$67Uh(UR_)6Tz=w&{<$^ZMeoBU`0@P1=jd3XKD@6Y>(_xjnF^v!!MCoeX#rB85> z;3Z48tR!IhvH%8)L=|@ut9h!D6wqq2|3Gh5d?I5qR+CBqO zvEq(cT`u{JEWhhNiuFV*q3Eiu&$8?CgN<~X3wp-gM-6U;CmpT%}0BsbI) zTAJ}nsi&7LGx-D*2}G}*YLZrh^WH)AikDq#_mSYV-*OQ@eA@hA51?vKzHYBK^bfB% zTK%rPoU&XkUva2;7DV~%JwdP76+&H`)97hdYI~>lS#h=#i96OCYSN+exbs%6)AQas zmr)=ZY2-?gKD7fXU>hAjC>^`+bHQU0jdGqj#ZaU%I!*E~(%{J@c%VhBV)x>B=5mAa#-8fHBVN0vw7C zE`Ar-Ps>hUmA)RjQ<{k>v$yuB>lp2^4ZLPuJ+PDA&j?8syKPF-;*3c3-1W|XO$?@I zU%R)mqwD0M_!%?1t8ICoGK(_zaGxe;q&28o>IRSGO=a}5I{#jctu;@Atqs9I!J*ZW zMV(<0#&=1}Qk@=5i3%90*Dj-*AInaQ^Y&v3fGQuPG9fZmvtF--%oDLuXW2RB?zJYq zoWqhx+ul3l ztyV84?uSE+Ctu7rPfR30Vv-uL$=L#1V>6|?U`aRY;4S<}agNMOq1X5{37O6^O42qY zx+n4it+w28esAl?C$A>0*s942)yz>L4k%?`4I+>fm^@6^p`eb(u7RzW#GPc_!AD>aUkxcSs<$?8JcG)h(yoV}~-(us0a z^67nzwaV!xJcWnrFz4B4QO|X?k0=jomZ2mobPhkx`sL>v`(jV|#*m0FAKrib`tIc) zJ$R>m@-@6YLFu=6lbzE^bU^a8bC#Vm&y-ngwmw6mOD@CsN@=Z$RJ^Oi;d9fjFJC{$L;KN_uipIw_a$2D92;Y$UYExxr`kY>Y@W|)yw{K1g2z$TwNzq<;D$)>rbZWwl%-fla~;A$!j;Bd5|4BII$*v(8dBQu#(FaMsp{(izA6kt;|V z(kW>YF{5*gl~r$t$$2QIRxQdDHW!jXTiNoA3=@3m4nDZNs=A3f(X-=q8gH#Ncgf8& z`0RlJqjQQH<~~lXRgz+!sqmZES^`--m7IwYO1@eGfAik{?l1o3hj+2xKf1%uzL0O< z;X2w80@G;=XP0_}C(=r*q74w7;ApR}QWG)QHX=&!Pm1Th8lXLk%EiF08x8VK;$ zTk5`gWv(i!TQ8KG#{P*I==Q==$@|Ho2g6rn|Jv4*ByRyl>F>V z`Q|-tm7-__Px94gQYWpQbMfLM#;!TlR#bLE>o!J%#bE>krk&80UA8tH;gmE>J}Y$t zEy*BWb}LzGYr1wm>tw;Lyz)R}Wm5Z{=y%Q;82r+##aB0Hn5v3aeO7+aXC0@Ea>v_rOi7ufp>8gqKxw{eT#`1NY>LrJ1~y2urFyN}W}k8;mmR;we*!9-O3l3P_>JPFFyf{Vda!dx74e z^LA|Uhxz%_U%tfWFCQKkI-Y&?etBElcjfiAYMCwd7?4wT8XBynU~3SRm9p0rbuN>s zZ6UhR7z{|t+H~d~;oeHm!(3}gd#Nc|2IYTLE2u8AXm#1<(GcCY)kYg>lsNm`R<0(m zs}2sZDJ(bL>`pY5F}vGb7$kRErDXQuW74|l zkek7Q_8AUThhRFF(@C6_d*9$6KY#k+QgE+$2h{)3&3*PYygwv=OT4L_EOtt*V}XKg zGKjsRXtb^H_!7)Fh|7WGTbHwYU=fP43m@l-F;=(1l7hRjJ7%Apg$$o)jm<u_BW~Z)aXQa&LL(K4rE=0KR1bui`SAySC$@dC5>9&{@@bEnf0$atWqt zojt~G?ja*mj|8O$L=1)4#l<^2Wy@zZQWv}qr*ymF`JdzCAN}Ks{qAkJ#Ivv9FF&@z zuIJm+l@V+|7~D^jh_mFGT)g-gCzpqo?shyVkCZg|5*!ki~@#n$KU z?Jxu^1rdm>aSjtvN{k8nVvo6-Ln*q8zAXr&J#Q%$DNs-h@a8!aM^v?X#u6rZVRV z`0Hcj<&!Vq?PvBCWQq@3jCI5wDOK-ftFW9-Gxe*9npex)SU^d`YM~S2x~B|gYMp*}4xhxJTZj%L?5+?}2`qM&jt#T_IOhmg@gn&z|ylhjVxbyl!O z%gbpQtY=#7jH`q1phCbpotjsAapWF|iQp_{rBbdB{FWRQW$tOV2NhX^RJ>-)+Pqz* z;e02&`tJ;(o_+OR@9OWktMXlby{XAo*-RrPci$U5d+%#9$~?h~ShK(rwPvn@*0R;p zhdF9pZICgH#bnAgk0>#EUyD$OXIbj8eDUSMlxNQ~8gF7XB@is#Q@x!*ao2bUa2n|Q z+NC%evNYP*qfR67l&l$>y*Ya++Ijvrwfk z>1~}_Q(Fw8ru4wxxek1Zy7!kKs*a?z<+oRuo0uaq?bNVQC#Lfv`nRT)kVClFP)O&Z7Gv>OhGY|0r#QOCJ$ zmu`(_)e5d)B}=w4ET`bDGi=|Y8%R4SH8&j z6>K}mNM^qWoUeF8-xXcgl8Bbihya!*&Pri0HT>tO#cjaX% z8!Z*teHR@mW8shQ7z4+z6sxnlum#DYvX`!$`S6TI~)o{i`t`J^RAl<3wH_sf1}-KgdXc zCKQg6dtfgaU3n69a_v+8vwKY3_seS=TU>y*8$p_AA`0SZ2&EuuRY z-+N@0ihhkXngp>DF&e*7b`&rH47_q~M@!SvfVPk2r_x%I24N+1FO$R|{^Z*MG4!~Z z`a%bGz0v@hNReXVgIWz6;N(6IO46gb4%R@<7*%=>VEGhWnq#Z3X_vA`MyF7&s-9t6 z*17@gxcDk|kfrK%mZCA$7D?W{HKQQrh8!8q@+_+(2g0X_J&J}T8vCq*#!2Vk zBzo7hT(B8pTl9H=SH+&FP^X`M8ku`|d3w-6Vi-BzIwgNPc0qGJ3I_dX;ka!f%AQ(d zI@%q1JXSTJWoca6RI^zF?t{0w#fYL~_abB`Rxcv~$8^dP=O}DX>o{=EiG)KH*f(~z zTvwX~is+mkc6Ve7-cC}(MP8+jqN0w%>R?P?xv*BVVS74U2T7+%TKVF*=2Xuadg^MP zPikegh13rgXz2~~8Ez{xBRD>T_*vb~<5vJnN*U|+v-+F$NB{8fbNb}VcKcZxP&F*f!q=0}7xdj@ZSr)rufjO?I@)oc}bgpO938-B9t|+J$p(C7WHv7qn zifOFnUe4;n1R(poHmOoiz8wj7ADV#4y*K2=pXW7Ony1w3J+V9z@6FgUQNkeuXb1L`0e`i@yn+V{wQbq z*yX*KauRQtNxy}kKuRAf2APg1!4eU%jj<<)V zKYfWWkATw8zHIkx*q1|7+s7)B+%+>c+}zA4@8{`;^=)~h%`|XzXsY3R4sT8U5i=myXj>Ijm#(Do4v4x#~WZJlbf%Ai#-XZ{!=`WA~MBvd#}? z$nY%E6EQ9WIYg>X-DRaT{BCYT2_k7EGTjeol7USrZg;7OySK$N>X z5XZuSlK1WmT1^nrWwa@ezlUimR22j>u!|1>F*0yhAAzC#ms56Uimu zcZdu}-%AG3?bH}`!x`Ca>)HD7-v09)dg8?`^@vjNu2xO@MN|UXb&(aCYmSXVii#`A=}BYJLR*1 zR-IJQ;80^;;3Jlty;8aB#h&AutF3eiR5%Eeqv&qC>e{CT?FHf#!|GyaPAtJ_Kx10Q zC{uR>6rTr+xwPT64RJyf5D!f-V4N;nvh9>QMGDD6^6|(mb^4!u|LLbMU%!oTq4kSw^c38<@&1L;(+mwaaSXl?eDve-y-)e)P{LRY;!17)D!UGBmD z(Pzo~SkyX|U?I%)t~Hf3lD3|3>Ml_{Cn278P14r7{mjmVugngE{@oy}TiIn+I~`n7 z*)vOAEz2%QIaZL@-Q3K+(-f5$*fvt*uG-i)zlyWUtRvjHs)>3H#{k@J_`xYA6>p;E4o$ApIEzs>;k+9{7Tr2YC z;-jTCS+Ap5X-RVtIt@~fPniFg%wzHU-*UL21U{9DfHdO)YXTDf@b=mwiKW;fI-{x$ zz7FdZWKCcX+NeF`u`IdhtT}53be05t<&HgiDZnbvRT58%SdH##AF~we#lw(|$Tc3&QFi5x zGtOZ~h98H%->+J|^6YE(i&%L2uK$})vQj`ItxJm^W#c{sf9O;1GNUJc(6MGg)wo-p zFbU^S+aj9qgSf7(!=Vb-zAQ(F{2AU@ZjYKL$CgamVPb~dsYY5c`n-!al>vug7)8Tv zPyM4^22l~st#`w7WEyb!PTj1-+E9*=z4sJw9#&;|PU5YR#@{e$m1>vMkL-DP z3if@Yq`D!xCl&E6z9A5Dw@`=Y1uTw+84UtG*Vk;eFsaavr-Gf3Ck~Vx|DFH z1)xzP-}0UM?l43Av^A)hiBwV#1YX)%z4Q%9R8@0FyEslP1thow)66xMjj2Fm5qp=q zQ;LH`VN`7p?93+U@x6n!EQ{DfM7Q&P($=l@>Yu*E=lA~M{eO*jfAT;3%T0asuJh!p z_{#@t|9J$pV;}G(gW-tj%*ta&yAk*b-$cVfy09&|fIiF3`9xeCya2A@ zg~AxS3`^}Y{eWd*f`U9nONr8UN!RjQ>YXKYMe3$j2pN(mu8fO@>FnyLGbevCGl-@q z;ZSA7hQFlFE{mFM^IUQOM;)UcpzT-_F4p*JRWgBlM*kR@*jtn7Zpv5T_B-bIzki9u zJUae9`MTX@U|wHdXBvs$aUs@4)~Dv~WzQPp&|n%|i8qir}v08w4|K78_}H>soA*Q?VyVEEqyRiT)6gxcx)(fElr5X zZF_IlX0PMO&~Ot_YpajJvcyP_x4i4}9ClRwY;$4~o)f1^3=kE}sm(IlPC)=!yVkkx z3Rk~9??3K$KRxuBJ^8}D^|HFei@XpPqA^|7Ia#RmRZ9#K*kiXSeFMm`X2AN|lug?@ zMkt9vAZ9Ld^^7DY_EH}-7EY83Zfqy`O85dN7=E3+Ll=vhZsY!n($s5g^Oa=Oq?e{b z7D60mYIcy1lT19`(%d;Z=fRVrN~%R3Bv zY6t*kNI6w^*Q@iGPvYxS=Kn|CyDZz49BFz3b&*|Uv0B}#W=SK-G?W?ABHSZ9!UwH) z3BQqGgWoywDeB%ie#v(0h+92ID!pfk(D~U55!L-q9vqZ2Y%Vs z2AsqvNo3O5h^Jc>T=5G>nH6SUkX?ehG#Vb zlh4~)X0tsehQp~1lC~4hbyr;*KBW#Kg@MAt$3dcN7ujbH-6VI|m;ZP^M%MdJkD74L zUb(+{Q2+1$)_!Q;LTX-MLB;R|WVRQm0zlwf3fMO|o9jz@inWHDOIeLIwnZg6KbEQfjRUK8ARM@B2G zdSFdMJ01ae=r- zE1tLX_uqUsglKrxyVfuY1Z4p&16+m1h_)4!49nRuh0&ba?H843Mw?(h&#u6R zZTJpShVmH+b4A0n833g;;l!QPb=6o+ks?f}N)}D$KE|a^UDaa3z=G(-Hbzm$s-N2#oPUb6pB_chp1o}MGjgxT-rl)3aFE#<2eI9EOLhjAz9A@wc*u5J z(g++-b!p0tfbY8!G-l1$L`5#o$--t-?{hRPn*jzVm@$IAb@9R^nc=gy&K&FXJGkXI zN+bFaiG6w?DMt9AlmPgBX^z)^q5(x|zL^5}8g*g@T1!C!p}i3cL5>qqMVDr%5hbW* zoHlWPz#E$JYvA6Ufxo@UZT;w%Ku4U1U(#nU+zsfk|17NINvL&_N}<@CWyk9f6Kr8J2hc==cs9BEBpZM4JQ9%ZnM5uP z@bB+nmJRa?Gz~Nq?Btb`^{GtoZS;9?PMV8gxj^1*#;MiEz-o@N6>PD4uZH>>k|X50 z23Tq!{lo@*8>DfjorAnHK78BQyAGz?PbuOK@DM&a96fpE?rXf?4o8{kCP}>nHpeS2 zyLPX&+ZAr*J)L>AD_b#RC9*&pli#8h0&ZJ}L@m)A22AFPAMl`U0G8-vFg7~k%rwI% zCn(rlLjmi*JsiOkDL$b=qB*Ylrv`!c48i;JaP(LZdNuKN!UhWP!}AEN*8nO6kA6uD zag!S+V#sQQU;KE!_+N4U*K}Ndd3Qd=m(TCx z-TCrS#-jt%lUMU^ns4;O{Qe>)VDgvwkq%=-fQrJWug2iFo>QK*(mf0%Jkq4$m%uT} z;SsP@9Wzm=NisBt(8N7$W14MZ5D>HcIT8aXhjj4>ACBq7x%~D;EUR+T$sx627D~q$ zp~0~V!;PWSvQkilM+JDDY%&pd0dp+(0_bjP1n#TdkAd2Y?vBJT1k~^@p2H{ zlgDZeV2{8-XLmAN0C$8!473yH|04}EZ>Q0evkD5yB?2pwp?Cu>3T(R3j*PIqI+Rzw zX6yu4nqmX7GB)E7v$Qfd`fwHb#)JG{Zua=k4|n+4OZmnQ?~tuJF`eZ~ID=2K*?>Jj z|K6-6I6~^|mSfVs=Kb)qBUTMuc9+rebf*zxqeOsagDLO9d_oiIcV4lTaW{yjS?m|r z4kqP0#O2J`SIJFAzg%_r+m2yKA9b8Xi^hZw_K+Q#yE8_7*ErZz0t``TGx{QvEnR3Y z$JMw_<-l;AwMrM?DCDAz7nprcc$4(!3H6&D{$IZDaDBHk|o5cLK$dS_Cf`f`6y=LYvnH7+~k{vW@woWtjY&9RR>< zc8a(a(8@cuW}_k8t?nQMDm|J8pVW?6@H`!;&x5r@19o~zUVQ_Hgn=iWiVrwa zm#rpDoDF374!-ZMY^!=S^t{mTn+I)b*j;y@eK>g-=AQZ*kGJ^Wzi;t}_n&_HGv3qh ze)r+MJsR$K_Ikdt&BGhbw#nc$Zq0RLIj^uj+1L*&dzOGSM*BYsaL%F$I89U);Np&b%s`XzNqa)`XG* z^b_xxR)ApU92mW@s1i)x&glZe$-G9DvLEw)a>`U!SIFuRhxO7i+Z}EidH=wa-2#oj z=|CqAgU;f)P#XX!QpI($)9mW)jAP)F1^|l4P9SoN5+uIneF&eaNwydm_O%x#RHu(b z4JcztZ6r?!_prAf=Kt+(mu0;9I6r$u-#T7%^Rwhg>RGR{V!+ElrZaUYU`$}vlVwAT z`Z^Q|*(Dh-5FQi)b8!qIHvx+u1Z9PsVNxBWQFLz1>(3<4@_wvAZw#=@xhq?73kE2B zV$uQY;xw{l3K_5r#?trN-em+P+5rO2r6V@#kRY5IK$k%LuLPZci!lldVv^c0QQSy# z@x)M2Dk$;=inDabI6{BC(f{kCjeg^Se)fXCvCn9j!Z4Lgu@=dJ4+Incxtuuk3ReeA zf58jm28}lrs)UrlQ=VND)ruwI2ikdFHj8@gCV_eM8Iy7e5t?s4DS$>{ ziy49=9nJ6!&yT|lGa@{fOi9Mcscg5UXJYCTSTSv#e50~BrxegxCKzI2M5OUJ8rj@; z%?0<-5<$1C;5S%N?IVT;p^DaCC}{0IPVoX!0EPES+76`J5Rt+L?kT6>HM;l@K!I?L zlI*MJRggwEpsdE}8~jWONyy9Ngl_$D>qgHObkh|T?p-EL&{PZVIi*rR2p1ogT#R2oz|hY_R;kKNq7l6 z3I0N9;5OZk`_$6SjGiDU-@zBeZmvVaIAg{@+5v3p(JK}&WR>VtwnUksZ8mY0Z90Uj zMSy&Vu4{zB%#5RuNE6+y6LR3@g`#4�sqcK}qCwi{BrnM=ho&FXbCMEXl1C0Qkp_ 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

xaJ}Ev=aCe+KNU8}7&M`RF8C)D5r`F7ty1y+ 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� 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 P_n*84ej6O= 10.0.0" + }, + "os": [ + "linux" + ], + "cpu": [ + "x64" + ], + "libc": [ + "glibc" + ] +} diff --git a/.yarn/unplugged/@parcel-watcher-linux-x64-glibc-npm-2.5.1-92a895ebe3/node_modules/@parcel/watcher-linux-x64-glibc/watcher.node b/.yarn/unplugged/@parcel-watcher-linux-x64-glibc-npm-2.5.1-92a895ebe3/node_modules/@parcel/watcher-linux-x64-glibc/watcher.node new file mode 100644 index 0000000000000000000000000000000000000000..ee86362d1bdaa78c20727d98de9cb3a236a5aadb GIT binary patch literal 514960 zcmeEP31AaN_h0Uov)qS>K@JfRliu|#lmMkrBCUW2rfHhCfwl=rT3Rm(UKK$rqM&#b z6}beeD1xArLqxoaf`Atl4^Tv_ekxuc|2OmArjzL|G^O~de^-ZXemnc-&6}AwZ{8d` z!#rk0<3^2|D0DSZE>jx8-)cgJf8t9S7|_D0xh%tzSEf%k6x@V)YZ zcvs(R3_sa>g&Qz_;cJ2SFctwW^&Wyh6~-eAvGiQN_oaC1oyBFB<#S&K`@7qBm_PYG zzax*PsCV_fE8snn2u3)?zf=s$cuG%CF4gUkkb0-m;(6-?k66VSnS7;k*^jrmtKa_J zd300yePvDGUUt)@kz3fCp^*O%;T{j6H3UQU{E#^n>kVQ3%We%-Hr?`c-?qget-34o z(|d+_zU&^~txaDgt@V>luPOwmkZt)C#vs+V3_mGauySbIc#bu>Un{H{^ zGqh}YUqgq|kkQJ3c*W3sR`*`JwuFqD72Y8sYUaSsvxZ+=r8J&0@3yecjoWvg^Lwn) z=#62$l!c+qw=12L&_%5qmsB*0aw`+BI5*XB-6dTP+zRD2&~pB$abb;S-rK&occb{! z7Jbid+QTqx=r!?%4vpiBTTbgRw0-NHhR}|;D}6_{DjnJY}lbm_MXeS4QdtHbXfmS z(u%j3i$j|>ZPa>nW5e>aMzg9fDkwQ`^!Xw0tR6aH=2K04pAYEXq~!S>Lt1YwUZgZK zJl=PyrP02{AKa!G?pKV1i$`_4wW4Hbc(W%vS$c<#C@EH&G;XO3Y!lY9QT$9LEIwp- z?*WQ(`GDqcH1E`*>9EjF@uT_}mG;HUw)CA@v3S^k()jq0)bop#$r;@m&oV#(b$DWX z%cf6F?bkT$!sj}U3LOzzJiKK1on3kkC>s@0+;jf0-pZ5x8ZosG=HmrrhLP#Pz)y1=f3 z5UL=23V~gp<4yU3?(Fs@gsJy{|NWv5PpO32Vp1Z&TfsM z@-~Lh1VU2?%^;{(bK&n6@OLPLHW1oD2!qfbLPrRlA#{Pz4MGnHXF*_BPq?2=f1g8l zh8y7T-oo#`@OOU*=Rp_%VIYJHAh2r)+>P{iINkAyqC~*&C0F@6vDj_=0Ug*!UGT3)Rn3_AvYe*@uL2-Spt2lt=o zZx-h`{QWD0-wFEz?k6BL0)5>WLQ@DWAgEUe{LOTEYY1&2u>P(+gboloLSR>CxOaij z4MKMaXF=!*;cN)KAQ&K=3!xtb^*Rs!9suEd!Uoa(0=OF?ghPmg5CtI)!o?6Sg%A&c zT?ueELl_Am5yBV9Nn*gdn$x0AxwZU5yDjvu7;pqli}~{Af!RC5pIWj1_TF$ zYzR&WQy{QwD%^7*z-Q9Gb26qnxAB21e1rUlL+yH@HH^aS{{+6LkJ&1_!z<`5Dr2348j)>jzD17mvH|I!q*UvLHGs&yQ<;-9|%7|_!+`+2){u1 z6~b>2{tMv*1a_$wZ4)q1nldAWuI9quD#q?D01tr>3ZW&0))3g$2JUSkw1?0MLT3nF zAasS$142&-y&$j)I(nrygue8fVg2Cm{t(WCFaW|J2Qxj%q09B0e?r* z?`XQmz&#ei#q^uexD5Ut1|fm4;dCDb_e2PzAtVtt7VhI9SRh;hVLXHs2ooSogm4Xn zYavXAa2*6Igfs{?2zCe=5ZL8_dnWyzMR$Ax?FN2N5wNMk-?{L&3&J!AJ_z{`hL3yk zz1ur{()x#_jgKt-WY}Hr-`8^UjT2X7HffpkeVXHw=D7#nJruEF?6wzI&E50GZAs%o z6K>yf>8RK?2cNh)y!|zo?JaE4a&s$Z)r8#ZAE_QNuKU8fH@{r{;1=uR-tU(7DCwWo z^_SQFc-XRXpSRPr6I&NNQt)fx@ZGIFecFs# zG3ajN$osB8-1Lv%=Qg?h(%Jc`-WS#yA6@b2^{Z|R{V?apLkr(s@miNpTCep|e9el?YX&U7V`jp$4{Uz=x9z__Gk4E*Alkd-Tbq z$F_E{-I^HEbzteTLvs$iVqN^*n#D`|O-gE!wy(5@+1aoB!}o3;yUFZJ+BGLts!j`RN4urp{p?V0ndA5;=9}HOUmCjpz5(`U=U$oAD6dsF<9!?YOrG#$bo{s* zH<}H%B|p62e(O^gtlnO9B7XV0r(SCwHROp4@7{Z%?@rHcW6ml{-`ec$@2>wQ_2pVN86%9XW#MMv*w1fOpT3= z%rMy=n0@Je9XdX9Xin*dBk9TZtfWEbOq_P*?f0%bxOU^Umzh6(*m3mo&M7Zm|HYuf zAC<44ONt49sON%p%iq5=?8xql4xt_H+Z~>NaeDI2?(TOyk!T(ozhS_{(t+n64tw9$ z^`WRXYd-l;>WY^yXm?#wqsNyY9=g5B(6of~r!FdfC1w54X7ep?hi|;$Gsnn%bB)Kl zp8uowm6?gl*L}P#=BK-U9s1qnvyW}w`0HJHPqv@;@{W7T1ZFR$L)`GMq%R?UB`%ce&w&pp)k^F7@<{@m}xhP{io-uY0; zvR&VId12q3@AaNMFQV&zmd=}*x+o+k=O_E(FE+jT{?+$C+9w7|d8F(|-%E*0& zi_cv?x&8HTKkj_>?8EaK9e(}4L%%Eg>8&fB%bkA|-+gTJ=q~F%zWkm(5mC>4fA~Jj zhpWHoa9t-)zX=cjcA`_4{>^UR-?i`V%P)Fz{rm;DnO?c$Ky{y)&vdjdI1=*1XYnI$ zTUnsod2nCGicyAyEBkf)e9yrRbJw-q`C_Z{5AOTgG`z>k$xD72yt&=g-K)OZ^yXb% zzxr?X{*_5*Tkn5(nIY}w8&5oUMb{O+Ys*IO>^RfvvtNAu(Q(d5rP-_(L$7@Mz;xrn zam!xl{F>pKonLkv^84Jw53K#U(z9Nj+Usf*ga zv+T#xqC>qV|M$cnrJZuhZwTG7(Py5KHf}@fPCd$d4lJ}CHcTHoxclv!VxRiVw8k;$ zuDrePuWehZ=@oZM%rjSP9lR>; z+G!n{j2r0;j7R$R>ej3O+3VXD92;@Yd%L=IKlD<|S0Aic&?jR0ix>52 z_jvTE)er7lv3ua5)sgr0+tKHdybCWhes6y}GJE3JKPt62cvk$_`;vtBhD0@at#I{S?sMYS zY;2OeHT3(>lN%iyk#TqL$2NRheRcE-@9+|3`={4^d%?5Kd%(NH8jU)t94qOZ`)L1z zBeITP*L1_j7rtivv_<*(-+ubp3DY<$`K!sZqc3uYZ_w4v(B z&pvB;?WVQ`C(i2m!q-2&@Zpfk^Dex>_TeH|X6%>~ZC`!Reoph5n;v}S6YJK&y>cfF zYP0oti`S;dthnu!p9k5mf6=a(=05bo7vKCRYj*LJMhm_M}8EOtbEy5;iG@b{Gw zzrEA^l9iJq`gXYKwxXV$d%t(#g2tb3&zX7F(X5Gc{wQCX<2`FU#Jex^i|@B?SXI{Y zrqy?i>SCGjYTxme%Pv{-=<^c`El0O}ef!!zach>pn>1;8QTf;lf4n;S{mkvhJKcT3 z%Fpkax^yzUA8oj@apIm8tLA<9$@M2@PWWI+vx^qp{NVEQ-tF~OM{CD7+AQ8NxL3;N z!@uOuJN((p5eE%abH=M2NfVQ;*;_o-eXV_N=^bpN))zx4F1x^3&j_pN*Rk(*-)~qd_vEG zKNMM7yzpB>Y@5fT#y4L1QNo>fy*ho)u8gV)`|m939@nJh=Cv2EXqo)XuFZqrFF9wz zOV-7UTdjCMuE*;ir!?L5Zj*zv)=#YN{h!C~{bXRfrTe_sjY&EGrmX8aA5D6s+r5s* zlU&`iNjf_3}N>2Z-qwl-aS-#Tl-s@qf>RlXl<3u9avgx|AT!I)PA|Lr|( zJnSiL{Lwwyc=!dTUPkNC8P`*rjxAanZ+3$=o(fKF zE%{&2RU6+6^38iGR@r+WA^` zM7zFiiqob)L`PrkI<6f*O-KLV3hi1;&U?<+rt@WnHvWF0Hvg&ZwCTTO)uz)|hyNdR z_-wCJf8x4n({BouU#ng37_1$?F9=7geBahd_l*y<>37!AGc$o7t@fCz)BnDy(?33` zqbJ`1`D^iCxnCQ%>(r~|gS5*r_d;ztU3Bz+UK?#X<8}Jk-}1HTzpm3RUM$jt@>j;s?DcWr~X_DM6}vnTw`rI^L6UmdpiA^OQ-*GLc7pP_Xz;C z@V+|b(sh(JpVd0`=LH?TcQ4p)TJ>|3PPt_0^!vZ)^qT{8$|dzD?Q|V4YvcWF+IZ}A zZG56mJ-<~4pV3lV{tI>5>COY%>8{f$M~6=Td#8?F@r_P@>d~=RZvefdRgN2aYqysQ zo%Z#i@21wfX6+W6yNeski%RWf6_FJM;?pB@lwc;1;baxKd#%Jr`n{?XIOFHH9 zl}`J5O~*cbK&M|W{79S6J9YS6t5eTob?`@*Yuf`4>XiFCpr5t+qbqdm`MY)W!*LzE zWwcIykLZ;9WSw!%9-aJ-(COC>=4#7%u}(QYq?6x@rrLCJbjtSuo&N48;9pD5PwV8@ zbCGts+jR1KzD_@NOves9sxv++g7&4w=Rh6#TXf`kyAJ=%MlfiMA6Mwe|85=ovu~ER ze3t8s3qIAU|6_IZ{Qc)3{qqr4_H{w}%3O>H+2q$;z!^VfwBRI+ z(tVh>qgIOLb&Su}Yq4woM2ue*iTP6Vo45_>m(N1}-N>#o^InV}|0%{#Ml#CF*CK9= zL3}jf%VFHa`SBv20QH_-am$c?yc_AW^?K}@_zlJ{eH9aoBm4@m4;h{K=P~{ojIIpa zige0mA`aDZsk09K>67e*qDBvRUO20_L52AcjIrNKzwI@nPrFhzhV18dmSo!i|UeU=co6_Iyg|P7mbsT0Z`QdNL35wTLRjQFxuvu}nldYWd#t0ODbdF#c3Z z_l_G8Pg_j+!eo@IFCjXIQ2u)<{_Ri>jDG0^q~D$J*LEUay#?vFq4F}8A+BU1&ekxo z>#cEEPl{V(x@^56yUqoM8U3=UNWV4V-vGl5S4Ls{3oyEJtc>czRxGGk!V4i9i(gK1 zFcIE;1>zOUkso45>6$`#1kzXKc3>6al~Ox;6Ov=}<1>-Z9z;Ln32LWCq{G$)vg?uc z7(a~aze?ZoAmVB5ke|gA|EnXEuB1P!pG91G8sn>UzM4$&CA~C&^i@?f@{@?{DCs(S z^0o;`r($s)u{&qD&F=9IFB5U=cs_$uOm6}8iW2Lx7&>RWYiASCzFWI+QpRawaEVrlJm?Nh*z$}bYs9yV%Hi_?2Lbf^a)i5 zWx$QFrWX3IV%k4cjnS2b(=dK3l)? zeSSH{w~*db?XeAz9Y&{Y63QW$;vZdsxKT=X2?&CTTsI@yw4R7QHwLjCwylEVPfKVhWUo+mmTM^e5zP=2XGv?TpjLHdoz zC}j&VesN>uXE{B%XE@5)a0CfJ^W;|r@Xzd`>Q@8%!HKsZov`(oE?Yy*u7S`VncR%e zA^oOAe-(6;443s`&n}3UQ@cBiWRzlRM;7Yn*nS0eJq__$J+yp)e6n@e?8^8N`HZK1 zaB6>D6pi#{eYMqwcvu|ruj=6;9>gt9#4o0FucmsHHZ>4`4+@m!D_+v`=iG^SaV5rI zi)<>N5U#uvh%@tp>#+|}K|=N5*VqKa-CtmS)x9roJ&p9sq;~Z3Ai`h9_^RHEj6%Fr z($5RWQ+#Si9Vp#6(pOD{3orj>Dxtt~YGa(Q0@~bfZSc-2Mf^sWggmUOh`g7$L#Eqm+&Y}1}^v3#A zPWC@^fBYH;)t;s6PREL-*27oAiBBqbHNQ^}M*4TaZZCHTu71Coj6P=&Si9XpCBnBlL%Ac3x4M-o<8o!1dL%f>w zq?)e|q;J!vpxl;F{0rWu_E?H?*h&e6P=Dd3@x}QRzvXvGzj7ziQOD!kuR^>m3iFjn z@m8tub3)p6KWPSb<=xvtYVrDqO zRcYWiCFLo^-7cg9-3q_P!+?mW}c|n=27F(zv)cl2Ok20O?nCNBVbBx-Y;_W{*`? zAYi2U&0R=Gxf<&^sZqr;fcPAOIEaN`UjuuLpD?MvcytBfWLIG7us;>-0hZs=>oH$X zQ2puB9&rQ7AD==ycA)$%lKj6X`&0HyIF?|#r3FYq?H9HH&eAQ*L7eRkX4fsb7{4Nw z@w@7;a4d}3VyRlFbhuR4PA>_XYT2s%C%ze=)aI&a1JrPBCoHtCacW~jimp7?nW3Xai{ z`@yrS5tsYHdk!G|>Xs-^56K~WIO6hn>*`7ysEd{wUImrFXagtk=7vT@Vk!P*Talmm^%zkdj|?kBylersFX-0!P(bSf#`urD#)Qo`RMeOr-+asW2?6>da27Sc0egm<8ET*X9;{|)7LL4V9w zbswbvF~$FK3*v4`FGZh6@dsi2`!Rb;DpVL&pSwwZ8_QDUr;Pd?)sC8TCE{sPy?r1- zTh95w52IiG3N(DUK#csl<}8e#8i56+)`#^VKvo}$&%*qcAiK%}7@%>S3^WiszgANJ z8-EjKXc3kBH)}AyQ5x^`rSVa5Ba9E-4Zl{zAwLzbVS;M8uYM5ely<`S86^MW>kv0c z{?d&!o~oXSjBF(Sr>(>I<&qwLP)BbMFT(ilg(!z~;&a9eh*wE;K3$EtBIP&Y5-OK> zk&#D<&a7;VUus7BFpT9_@+vv`9cY#?O&HvuoLvL+wJg>z1F3^ebsX0EP+tdJF7N zuFuI%>q+?V&LoFb$Ve$Bqcj5j&+1$CdIUOCx*fYAUiA{jcb$WTe)$gZuwBSFJ9~v) zT}VF|r1_)5GK_DK{M!fGA)jS?Fx@32hhL%jFn(k`zxD^j-LGRrw(p-^Upz+fucUTC z__9pImCI26UlaY`GAKSxo`;sv{r#jm1y z{NG3peF_nm` zRajo|I=`0c^lQytMmkmGKL<6!uV>yy+$i;HYp5O?sUDgr{w$sT?w)IqPN_7H+2Lj; z&o)YzZ%{s1E8rZDD=1$yPFL-gp1=>&|M8Ok|9uJOw>lT|dp6aR>m68Lqone>W*O2s zF7;DcPhq-pKeh4>#N*$@a`}kz>nK57c^mQdg#R`e`Kh`U3%n~;lz#ImUtePUKSJpR zXdtZIiw($sTkPJHJdiWXZ>*#z=Rra9_)`DX^;X2gHX;22lEZ^*5SRO}osS@HxE#}^ zVpgDA=JbtZk74P+dZI5W{v1SrEWf&te9~USbO%#G?t+e<@#&WQ=PRnHU0i~6+O|YG zEvTO|P(NisScxu1I;Afm{dXu|b9MTu16dSb>W{AefZ9cGOm{t!Q}$he@r|_3Dw)!q zxRvOzi8i>d!+7>LRSc?A@#AkRJ%|EL6q_Z*IG9xBP(=AGqBZ!BMKz7YQ*CuJytk|^7}jH_hO>|>t4i*KSF*EV=~G>9sT+AevGeFWBgAj;nCE-N?*tP zE+Kqt3G!1x`saC)LkQu9w=lk{uNu$9`0mY!gZauYgMsLLj|`@e9Bko;mrCP^EB7Iv z<>cS!Lv${HddTde>hF;M6v9KveyARYIH+-c-LZw}6eB*F@Ig?)SiMSn5BY3M`F&#m z#xI?M@e2uWLUw8OJ1Bn;JHH-ojVkA+aW@sw^h#lPcWj9)$k>8twi7#MzxPWf{v zpN&+G&J~DP(|DZNQNAF%qU;9b{{Yp)!=yheNq;V5%V>d;$M@Gc$gP) zXrBDKtAhBP5m>&~c#Q9+_Jz4nl!{>(zxXpm)c)masy`JLq;oGOqkQ`+#y8xFcrvPE zr4hBSFv(8N?~dtOKEeX5MmCib6A&+>acBhL*=m3N117jF1Rtay#Q26>lp75@m4%6j zS9itucT>h@L?Z5%{5h9rV0lfF%Iioe#*c4}`RYb=_Vma6hUFlB5Ak_6>2o8EN7Qz- zd^pLU)*JMt_{OslR}ahkl=3y1^jo#$msmml%R=h!MiHIto_P*zMmWM zQXBGi6}C8>DrBOD{)U?k}>zkYM`I&%+HzVO#(o6ew`kgPJe`Nh>JgtWrK=S|i1*Bgs^~)bX z`{H_U3l<1;>->s%o$yx>pGf%c)Sp&J{m4}tFusxGrnaxkNS=x$&xaqw_{vpCpPjkK zt^toDUY3FQwIqkZq~FpcKj+2JJXwAfs<%cYqr|*O{7d}AQMp$vM?nrC`n%pjI{PKN z?rbOyHh!5z^YURtKmJ^d-;L&vCJ}yr29|r8RPNsAkROXA{~cc=UL~!ce1`N={O?#F zXjzZ)coxR59*#Kc|Je0V6yjx){yChBxM2duFQfc+-h%b8T5KH&;VJw zX=G1QbmiPF$p3n&K8)^<@^q75`UawNgvQHhgHU3_sh+HT8RN_S;7cTDgCyrEP%)T( zE@ubK!nKDAU?((WhAU(@s^v233FKeykLCmaEPfdI$w3YB>xf2dCU8bJMsk=EhANc{X< zf%0D{`Bk3Yigc=9MhX0f===x;%J?rMd$lX!S5dzZwgcnS@&C$_-bA0~xm5m_8<0*_ zQ!K#wAaZu~2F1nbR}V)zPhoXb{`(B#rIKIzp?<{A8l>|P#qaqv;>A?%;5Ok`EYuT5 z-|zy`??`f(s-r*8>WlHiX#Qw4(fQ(T!aE=xTK1&e%k$etF-ZNw>Sr;21@S+S=&XVY z!}w8-Vm(yXKYTtHabr`YAA;FaMuGvx>RTDj2Sq{`$FApYBYrBd+^O4BJW!6jo>TpV z?vh`Zft|q8t(=MiOD8U*(`zS^UNZBlaL} zl>7sm`ypPu4%2;}_>X#u+BL0@Qtj%6I(qB}$RLwLIn7IE6P-)ru>Mz3fk3yyuSaH~ z{m@PFfA;T>bmArba1Yrz3awv_Bsxi?H!385tcmRK%3YYRDHQ(`sCc}*UPQbUi%mJ_ z1;i^QJH!qJ#LC6;A_yF=wb0+NYd+|I*6)-^{+V4{C_dFUFxUCDR!5Ib-;U{4Z^nAA z?sw>HK|1cX$e_9&e$ft$ZYrH+0xd`W!HM)`wV zhF{lEKU?)V@}tVF_zH|~i9oyq#eahMbWcM*FC{*org~ES2G)nZ6#p6c$>ixKc}5UE zWHsVdl3p!`@eYe$YQS_=zvXN9A};U8T=^v7l7BL84dP*>Csn=OYc%1KK8gDlad|&x z$Z?c&@phD3B(=xU%Mh3MbtaS(KT^6!cT>8%QEqC!M&5*Y^-|0)sB3|KnX_72K~;=J8{6^yL2iB>(R* z-9_Cn;e}@*UXg$e<#Nyq?CQ1=(=|%={On5+w@CXgv$r8G>$lrqAv%&Cb5K30W*;qp z3%OF1R%E})`zRN_gnU*NVa)URTZ%H`EyUfWh^y&LI9G=v%2|2DjN2)D7$AQnZpIGgMHfyFc&z9qanK|p# z$&tx6x6@=A>MhE%Pjq>vIy^DM9bTWuRb(#EejYc{;T!Mp=I8j#$tl(db6$a2C*rs~ zbD_hY?{fr1G(}iEu3V?rF+M*p50Z0G9G+Z?FFeAU;%Z{|!gb#0iqb zVlo^)n={92G7k0mZ1(KoHlHmq8Q3y~C)jdw(rxys9I}i68AVO7<>Wie~T}1t|$uOF_ygtC@x5 zD|6sC{KbA)BdsH@Og8%gD4L8MOF=FxB1!TjqSOfzt`!wCUyFjVp@rPg1WiUOYbHX4 zZma*EFs z$68LVZK}iS&9-@<_4sUAQPvcz&uK0&M_JiVR<6liVG^vPit|Ag#&@2mm{;H$( z(5&zZYhx-!l|55mg@snP!{c=^<>M=|78n^bsDA>9llZhAQT>o=Y@ExlX#(30=oGH; z(m_q;S?x@JC{P!29C;{+81}f(WHN=P+q_OYv_FqCFDuawA~M-QhE|`)=Ja_J?PgFq zc4(%oI(ZyiADMG=ElGB0SUd$sUIx*(UYR%D3BQ<*%;h@P6mw;sH$UBL_c+r@>kY?@ zK-;VRjIpKxs~Sz~k=i_?QuLCMpI{kbeS#ciLQj%sM{eb){)B5ipk%|1&?T4)9CB&Lxnx-S_H?y(&9GURb(&{W zwLO=FHQknBwRt?YB5R&wx)nN=EMIm_o}yEDeU7^l>NA(ruqfWwh*?CVPOSJK-4tK2 z-BOIl;dOWl9A<9j1^<3Dybt36bFNS%frhHH5NP`)lb?spB*R}k*f?}cS?;evyflQM zs>S5(Z`D>V7ECVN=2aVGQ4IssJd0TR5^YnYD~}Ci5?r}%W-J93dZ3+6iBm6#2FrAK z7ZU=ZxN-^{V8TG}2;6Fd!& zy*fY)5W7a9fmX$C42P4*ANC4R)NHVb43hpAN~(4RNH7J^svRL}TD}8@V^sM3hc$qr z$q3bv%n*UCnvopKLGZ0C4s1uvfO&jwu9EA>wYzx@j-j;TAlVddxx;`tXeGc#;oP*h zqISx0Wr0P@`$N>Vk%@UuUtoTs$MLR@y_z?jDGyV`^Z-jMiL491*5#wtfWio@Lbi+y zzkk7l@x0Ksg$8Siglvk|qD~sttK({nX5Ba@Q@&tZ>qO)ADc6;epW^^6gB}ws!{`EN z%q~x26laJ$3xe}N=Q%Y<5Vz4f%I3}Xv1SkB|KJNP1qNu~&xnFye2OpD3VMb472>Rk z8DLJsFv$$4V_H5~gFY9Jmg0*9otRCp#8^$S*0HV(tH+j?#aga68_X)86=MxIT8BF_ zZQ!TDhZ+2-`pDvO<}zWhH&nL?d&?A4lOc8VGbY_+Rs;AdxaA487s?fd`2SJ}+EpNO zWR5Ex+(1;5>QbiQ%JP>f{GAMg0G%=o*Dq84NV`mdTpi1lYqjVc7g$6Nbu=SY@xN{U z{Kci+qCrG#U=LlQ%MMl_SW~{l(coo)0x_ElL{B5wW_d18E;L9Ok$P-Qd01G1gPmy} z?jDy4u31pS(D+m}%*{eU4|8{c$Kf}oLBi3Z%M&~ij>MBYH^~hF;~LfVq&XrDbggRm z4FV&m-B3(^-gM?Efof?ok|zoLuzvq5>n)N^vNJ%NR@A8}sZIc}@WBvP{m$B>^MFJ| zDSL~+3!aNoc9Khm7bY86`iGsQt|C0(TxRNzcaC5$Fwbo8s#}v9wVTvL5ME$9#1)l0 zuLYSNhr}JX0%_zBIRZ={?&>x}1q&Ezk5A(DOvl5)>-cog=8zirXFQHv z=vyqnU=5t-%5cDVMz*u~;AXnhm#vO&cu&eYbZ|s6DkKB37yP@b2$)0Q!|x1e-x;cV z1?ojW@AePLoL?ITWUfAq;BRQZFgqL#A9L>bBxd!3CIQn+e^AecJ5Uio^$T%WSHT`| zdp0o(It7Qt=F9fdFh9`HCPxYy#NY|zZUg)Ujg`CzDD!F;2uOgp zX*O!CXCI*1_Xdt=*~}nS0WcJpn-|hmJHFE#_CWzgt+2vPSoSy-#r^$Q{<6tf zH*)@VLbfEfl%LXGDCmO4aS|AWeiuFi3bZQx&SNms*LPdq6k7B1p!b_9fgHjvCB~|j4|x+ki6aUE zG_cWHQ-o&LkHOlB*i@cuiY?QjzHSO1#>j$GgUx;=)_A4a@(Q*R!o<|61$0@hRTQb# zR2aU&;s_qaY&Ek!!kJg#n#$HA7RzP18b)&V?;t2p@DkD3hgpQ`gM)e1Ao$g1iuwG^1G1?KSR5tJrPU`zx{oMzz7 z;HybVWdAe01QqcwDRDkf&9&v(ve=>pQRGknBcYdKo(_C$WfN{T?u*6@$(@?cVAN!y zWkJjjXNsgB%=-^ZAebA556u0mfok=Yr$v_RXmQl0I|sreX;txPRmnKGlf@5x0C#ZERYmA_kqPQC17J^DFI?v^EX40}TZF0~ecpNKa7?X`1?nsBF zUUo+eOqOM_TEa7-(lmv`Y-|RT4_i@1y1S+s`Sp+2k&{WzW}pMpGu&m$=WbO}aZWE9 z=^6Dl^n$k!nZ{vLk9iqvdS5lzgPz{AV{L{NC(vvnd5Z`A6)c%34-+P51Uccx-|5Q* zEUZYiPP+1aR#zr@qcd}Tkn8K2f>KLCt&{$8hpES07tCDp309`ZG-}~L%oiEO7bK|7 zj{L3M3zZTuE@0Me@TJVWcCzYh!0~`~2?6)K-TI4F7}Eqkh=2(qC~O#$sHzJL1L!cZ z7gL?Hv1*f7XJnw802>SZQ|7w*Vu2vkB~^3q#Yw5I(J9dLaz)H18bPtCDb`E?MdHZE z6vvz=k7Su(HUNVrQrf(IxE9$hM?ENEqVLnLi z;sW}=WY7*elLwLdlL!2fhUWmPACNos_=&4yJl?xUut%W+6H;9JsSW9YVdOb zqAy2_IW%>`t+eLaYRfN79FuM|gRQDAolLY~-Gq6FR4ZwJzdTIT>Ea@QfYAab4Ru&k zDuPZnMN{7^iWN&Lz&-d+sV~ghL2X+x)vH{!vJs6o3am$fjY#4g zs4$|)wYlrJ(n+#-N%z$(e$kn#@I|_9PETSIo7ISACRk0+DGqf0_iUjS4Ol!_kKr5H z$iWWoV^kjjuJwcU8B!kurgOH#K6PjTEH7iO9X?w0Zmr3&lZ4yoK@F3F8*W@VBCo<%@hT8DDLS*fG@fs zUmII=17l5UjqFJztVQN4`mnD{1i!V}3|?@)1rw})Sdo+qE@Phqy=c_LOc7{Va5I3nMlor?{LfCnD?7Y^frw5(-F4b=9a6sL{iqZkUJmG*(KAiakXcV>kpp!BkjR6kkcJJ8~KV#&}OF|JX0x( z70VQhyEe$%O>4kS;o|Rr_$G``5d+4FyiETs9op%K>sR5i(42!+*R0p8>DK-^ zwONvve_#<%zv}Hs2xz@9uj60k0Du2!t}m<`te$ALUZ@PX5m(*9PQ#K!OU!VmCl%J< znIh?r;kcU@bXGx~ce9@X+BJp5HxM@@-*p?0)CsYKl!}%;) zEU;tF^LdKuIbD;R&e#b)bw0J|^*Xci*kT5p6s+N;eyiD#ml`Ut*EQCfILUXwIVgVN#f^-TZnP> zwh)KuS%|~*EkyoE+d>3#r?wDltnq+ev>tUP!0Py0i^Sh&`IoTQ(QKpcdu?1VQ;64 zJ4NDZ;_!VZe9yYak#5Ve!Mccaopt&!8#SI!7egw38GsA)6s!B8WvR`MJ1P=jT#)7P znk^~T@ips2P$M;HZ3EM-cK7y=7_KGD_M9Ega!`d#l5BXxid!LpvoQab7dxuue=~sl zXH;(O(VJSA*_w_7@c4iSsXl!VGzI2vYe8%w7B;-rpc?7#Tqd=he10kO1yS`8F&gV?Vbyc=5ooyk ziPdlT5J(Ib`b62;`gS-tD>lPro$iD!?Pfe-M0gYjkMdwUlxw=#&L48KNnLeSvwA$; z&a{qyMHK9Yg4Nq&@kGEt+YeXd`%mryM=NvLU;vj5RLZe%N}BeX zef56ESS8V3o_?m}5|I2~Q7(QT+v&?C+zPg?C#VWT{=NS}+6|cRDC;l}J5kN|zsY)i zlK&s(9$Q3%6@0L{$8$F7lDz(c7Ewz^T9Zc%J-K#-y(%!I1^?pdFIPK5Df`Fze|Dbh zLHh|1qpd3Bv}))9B@QO}4ia2iq(69R5P?E( z*x&-KMH7}Q<-_KlOqgnc!!2sO3NZ1RYK6&9AMK%IG8MfJrU)2ObGHMGtA&lObrE{d zZHwClC$GX_AH$5$sa+dEr(K8UQ`fYEX}tm6Rl{VxKFQZj^8XuaS(>4#OX&wA0@e1b zg9uK$xl^~+pv_&2rl>#DT^{v_u`?yQI<%bz5nV%fJ=pjp?F$M9HV(o{VmKZ^IGBVr z{wVwnd;DR+FPzkGGV;^!_z5IzPdIf*foIl%R~aAinH%X`6Gl~p)V05YmloWquxJFn z@&Z0!wlCER2fbVAlwpTG*QPEh4tDt@ADPp47}%ak*cp#!SJ!VH4IE~`)&Qv=bO>0E zW5O>(aOox5*~uTUx0N0FQsZD2b|m;SQm5Dao(;cS8x{xf&*8wSlBe3}oCM4Szh;TM zdy>K5!w%O4H#nU0$X868!Mh%%kvDEi)T}`Ht26qykSM5vzlTH_qkf61JLT1t%Q-1l z(X%Mjr@GW!cFI@XzPZBuE!;=RjwIuMjD$aG1o#)@%P%jXsj$;%oH?Kc16ph?H4+U9 z((Q7qO3_b%Hh_Q*t;x04Lx0k$NQC5qEFShDt00Rffvt*S`yw-)u;&~Ow_-~Z*^cT2 zI-wXw(YzZUGc(dbs zPo4@Z3LY6g8SdMnv?BK~`*ZT_vMEtpMgd!JcG8Gw55PCeKoYeridgvKlh0NNCpqy$ zgxK6Kteq1EXTsPm+?m18{HPhd0m3#z0nT<50sUyzl40N3u)`;1X#bI>c;EyQuvAWi zGqqqLXZ{3g8Xng>>?A3^?oTdoe#X?P3!I(p!A=)ZkBJtOs>@6b-zAqmuT_Nch!p;FD{~% z4%49QGgExowou9-)_P5mYAEA+lk%%>zufCZO53uiH>n2Tibi-1AuE+s198=(ViAw`MCe|mnV{wFc1M!@N^LOZPc>#Q+z=Tglp4qL8Hiq!J!!{upZ(Z8KA*6H%{ zHMC#|GvkJF9*3fWCt5<{`AZdLqsE8I1*h7=zmQ+8H=*cQv&OzaeMu*gNIt*8wu)$o z5zYwUte!R#HAfYaVONiWVEUbX7}jjD;{o<5PClg!AC-k+mXFoe@hQ&n_<0M^{Hnlf z6pueqRVH;4q(%oFXRYJFocGf9eD*17AAX$93?CU`ZbE+pt~)JeE5mj{EBn4I+O#kR z@@GnRE}B5-uBrL(MQnCnG<<>3!A=-v-a7E0z#bsxiX3b6PBp{XaM4y~Iq*5KhN5Q% zRalcWKTtIw(|1y&{TXW%%%ew@h;;*2cH(=6%~SOEZWeXvp+$`a4iuV`x8-EHtWMZF z{-@9J!j!S*Bri;B!)HmjF{!Fmiz~-zFEZl_6SFxT?8`*!c>aC__sl?Myzp^R*cPA2 zKePc32>vu+<~!A7O=WI#5Jc_yf+(bunPbbsWe8{)XpT|Ikqe(Eu;sv~s$u5ZtvYg} zGT4Au9qV$H<<5rVbz(liBjT@Rg8UD;!>z3j^0g3-`bWl}i*Tb3W6jxM9Geo&gJA zLxb^Az_DX^x+y<)3?4$C#zs-_ovpD}_NfCJCaC8`ySy-IVv?8H)p)U+}Fq)AC_qxiizLe#K3v_pWP;!ENaQqb#u_M=Ru1YfYiu;l#CjoI0nZX;K8q z)X9w%JI>wlF{`{*jLqp4oQi9^ur!dhjet3ex=vcLVr5IQ;OIK1E6>W#1}AfajV06J z<5#GLU`Yjx>)AO$(lRKpqb8+V&6C)-Dd9>^x-!RZhMK|`A2v8sOgI0fm{NPCzZ_Ey zQG8IP8loM*JUAHZF{FALgrZ4{qFPt$)1is$SCC&-7pwd>7=fv%{5#!RuU*~PdagQDH~7vlJMdJiy4CJ70yvcnMmpAR zja5{Ci+Rj=l*IYw`cq<)5U|k5;bB`i>Yq30XW4d) zXmNW!=!V*JKw5i7pboKxb$|AbZLGSq$jz3*%n)YR0N3@}Q(NDbKs#CLEjkc$jeddk zHg?>6X3fjAoqS@8)|L6<9C_>mQC4SW;v}yJrv}-)IV_0vIkWOz`Ch9N1`~;VSP)fU z%gJZkd;&ga3p0UMT>cK@2e=|}FA!|xg5fVbOn`-1@Fj5@q{5#BQ#F$LXRD!t1@tv_ z9KT_q=+`X&2aMT}8-_ine<)gz6#cH9hT@UyhWdXVF-Z3PD`gvueSXk&;K%lA4qNtf zC-~MhpORSp@l{t`4bbp{=bVcNK=>1jrmyyrnvRB@i>^FZgmpr=DctL0%l?@^#y%Ck z+ch0^u>aM_>9(4aOafmlf>(2OUsOK=mY6x-zpo&Fjn*mt}6kOnpg1ZW+>lf`y#!1TNgzC!HcEefb*!*Rs??_^L1%z|@e&==#`6Ic`t z)ME9&r@$X+e@_9(X?{HKxFa zKca}K@x;9NBL;vJ^JJE&pYuAk4Knw;Mhz2JJ-lGp?ra*&BF zSg0pl`}rOx8v><7_Af@D9~W*r>)AQjP>C9bZ} zqOU%)Nd#XU^Krw{rA$7EZcqhyn%-Se=hv-SoM!%lugIsFV9*WoG}8-O*`8(z2B(MX zkXTJ?(s5XE)0GSfzm-(8nkbUFZdhGn>siT7E&_e(V^8%W zMH6ek$>il@G;TSH9ypT`KB@{nuvBQna54pVZ#pB{**tKB1v6gZAl*VY`0gkIFA(-O zkLfc>2kP=;>hLY@TEn+o0dEBu7n14hFK-FQyrBC{^AT$Iz(=VQ0+Ir@U>*;S-E)B~ z;8YTIwWS?U6W@|nbLK6q9yCRuO-->AQ~5SPnDezH!2%_2*YnCiUguLdnN^QpozxI; znmWNR3MOexiE4zJEX-)~n5R~`LG*o`qF8mr9LN+LFr2Fb$X?iU!CK!Kb?btO&up9xbBu7U{%IJm-Gk|4Mzny#*vrh%Ld&}N8hN6 zCwU~QIqK*c>aF%;se#r+OR+K%&}E#m9Bb5lU8`&AgqnB664Xu|cn1@)W&*T6ZLns_ zG|I~5!>37M866O-S)8FeO$tlf{nMoIH~)&O_B83=@3ZrNTX9g;_1hMvhW>altg7x)3WQMh_lLj)9YB z-~(UdJoPT;f13|)K72O>wjZk_$C2xR@BCmx!gf(({D!j?yA5E#fY}~|^+Fz@Q;gGs z^%k=}ZGza+YqDwjUuF|J%75EDw0YR1o?>^o!A#Br6|R~={|X12Y@l$+hW%GKese%v zW(gyWePO?aIiEi=!d1g{Gf!uVP>qjd?xr&X3(!EL*?>0a&od*<+8$;3iDi6wqc0v zN@L%8;@>Vr`TLKB3Mvt*ET-`3tPX~x4~{Tw(*&Jq!R;`3acZv+Fnhj z$Fl<|y*|}z!}X>z-2=PkuyXmUY#qN>0-F)X!RJ-*Wl0x;(jLe6DQYkji;_*rPxsnA zPX1M{1~Q0opd5th&mEWAVvA7g3Ri>7MINktxGJkv9^hYrx~3L_Ud__uiIrALp3Uve zcKMjlG*u{cw)J8*H5DjE()4MjzCPu354OVAH7@Tekt}?L&!P7j4chio$JmjqZS(EC z&fR=<)jD!^cPO8DQ0s#Cu`t1Vr7@Wxj=K|y65Re54_oUqD3O5QWlSef{gKmq_ z=q#a+9JBV&klnssIrDC2SiL6$hwJT`9In4-l0VYkGYRB0_e|oUB>cDu{G^h@V}rH@ znTmm3W{xZm?CIp+NPgc<WDd%CqE9Y9aCHt)Rse9Gbl-k2r zSeGu1BqOJ1!{$jF>c+0tn|_yHZO;6* zp~fR}{>2P;dQv?O|Kx-Jx8L6$?2t1d9FG}?yb8X+psAQ@QAzQ^cR@5(+@jH~Z&!2M zo14|+z%GC#xOjrPMj^z&aD)j%cO1f3Hfp>W%T_&~^i7!dPE=)!gYw#CVv69NkTW#4 z&SZnt=tw0~bwz1arZYYwgJL?#W~8`8JpV=X%P@1ULCza8)t|b*F`NuKMt0{7(>6;PDP1yqe{%dVMnccsDNnXwa(m87xcx&>Z@k z?8$PdsS?cp*aH3MWLLX%o&G5b_$$DZsGW1}{@}~VYuYVTmlRkbWcR_gr+}90gkN|- zmlGO#j9#ma(QmcrQ;}VHCp)M$=ouBW!UkYer!sk^;y*Go z7@pzuC~Oc3cc^rHh{hoFEWwGeSuj_pYF(Vw=5vJN6CT+c2}_3Epl?!`liXJXhw-_s zUT}HavK*@76V;YKB4(xjoo60N2o5ku&0dKUQ06dUlO$t1oQ_$)kJcoz5;aiyjnK!muYXQsfP zfxk=vyeaHztTa)YD$V%c>{oN81^mnYQj`!S6z=RV_B(`!P`IZw*h{D6JqCQfULf+rr;%0ci#AFq~bD;TNOVN@)lGhVkF+31zf9ut-Wr{sw!8 zy~Vg;^cjzB;1^3lQ98lD9XQHjAm7d5H~X8t*8!-rci6@FW^c1+?B7;Ehy7-Mw}-!) zLcsS>4va6BGUgzZxWSyTCv6~fR=PkeMi;4u@l@Dbt>8ZJ6S|0YN)G+*#DBL@3g~x!4=1SlP^B1tv#Swk@o;)( zgx{X-?0IKpPC)!7Li~10D|*J>cOPE>T|pORAz?+k*8snrl%@3h&Kc*!^A5^$^gEl! zZ?9~n-!}d`OxaDp3;FwPl`8t};m=zu$LROFYo>x3&`SB8erNFKEtM9(q0FZ7-yupD z`kl||wNU!eZwG(gTnVS&w{iZODMRVElRs~&jHBPa^XEY)*I2m@ezPm=U*s!ppX^epyk{B)pvPYzcSo z!T7}zUUrmOREkn6;od65%Ou=>2=Q_WKX4533JE_*c%_7YPI#4sA0@n6!o$8n`pV|O z^7@YAhe`O)gc~IM55kQS-h}AKOZZJBAB%*CQv5UtZ%25sgd3e`?UqP*JmIAhZggY( zogWA0*Fo~Hl<=|ytZ(}zd^*K991Ns0k@7V_!mlCRDB)JZVImS;7}e`16F9N%(rg zmr3|0!pkMRg7EbczMb$23ExThP6>a5@Jb1J{vyS_Rxk?@Zw zeyN1NPxwL!UrTtIgbyV8%OpIP;+IRfh3ty;59J@J|Uh zO85hm-&hIHC;KX1!d1I^l!PZye2au{{}%g~NfJJn?C>-RUqtb$%FQoX#CHx`6l}`if|0=>mBzz;`VG{l} z;oT&BFX0O}BmG7&*1H`7^GC3&LI)qPQ#*c{5WhPPDLI{G0uDoY{}n6H5%G|>kv=O8 z5ib|$jDcq=pX&wu4webJb_)0{0$wTL*9&;q!J2%D_z@xgPeS}^0beWNAr&=r3IsWX z3HW6K9xLGUaj3>~5HH{}1bmc$zpG{z?iE{V(iQQYI(VfHzF!Bo2 z06}hI{7E`^xj?5tpub+gFB0$y0k;Z#RtfkG0)9lmFBR}=0cRdP^*S!#Mgb2K_)in) zbQACk1l%CtpR2^-9xvdtg!rQbe3XD&1iYWnUfcryf)Kw@zzYPtSitWT@Dc%UF5smC zK1N7)y?}2J4TDz~2|rO%w1e0nZljZ~=DB|`j40q-Tm-!I^Yh4QTu@K8a{M+E#$fljr6uN2Y^ z*;Z3eHVJr`fcpfzn}F{U=o);lFf052I9b6Ik7vq=f;2{G4V*E56+#>MVM#$GP z9b6Ik6ys0Q!9xT-#rSDD_<9{YOyFOnldXeK68Ntc>Uo-gFB0(eI(V3nFEM_$4ql;y zcN6j@(sAqH1|eT!{6ZZ(Tj2kDq1{#J;N1j1#rSR=e5Vd>5cn7A6zbrWI(V^=FOiO0 z;Qv`6UxfnxouEI91^gu42Z2tAkS`HW)4|v4;9)|(L^|0zc!dt$O^|~~$E}0! z6!NuDsLzE0pCUd$NLR!w1v-!XAA9c}7iG1+5055Arp;toWV;=i?M>D$v@F!zjTSW+ z6j`>(vgl-N%OZm$%NhlWahjSei!77uM0O&}BHP+{NYGAbC$fWdWR0|g>>ydjdtLW> zX68nqzQ51!pZD{=-#(w5xvuA4_qx};?zPsv*7H1r@=v4UCo8^9@$IVKR8{YGC7-7F zK1x1a@hgGdHR`E@W-(B(P%5P&7pP~3<#pfyh zEoG-)@mDFnLh*YjJz>SaspRVw|GM&9qvFq2e3Rm*D?LW>!xf*V;;lpR>53nu?95R7 z_e$QY_$L)#q4?7kA69&pvcFRCgA`w*_yNkETE%~?^hXqboYGUT_|;0jLGkY>-Y7n# z^t35{g5uj1?^AkQb%{LW041NS`0Xm5Qx$)J(vzn650##D#h1kK|;fi;?neg*w#V0F%tE$(d_#afgDT@D# zl2289p^{Hi{9#HyUGW=~JsFD6R(iaOKT7HGDgH9mkGYCJN%47#@1^voewi5Wn$K7A zZlxz#-Cxjrfs#K)$rmdAYt`No#lNQP@hkpJC10WVca(fs@mZ?gO2yYGJynVysr*^3 z_|b~5QT!Oi*DC&>ijQbs*;%jn^A+Eq_^Xwjjf%fc@lA@~SLrc|&sFkmil3wScEx8Z z`(5gO#1D#3R(yu?vq$mQDtl5CKT_43s`y-`KTYumDE;Y*uT}ap6rZH@dlmn@;(dyb zDm}T1Z&Q4p;xAKtzT)3ie1YP}D!x$h^@=Z1{3^x!6+cngA69&d@=vAW^OZlV6n~G> zU#<9al>QpUU!wHXD*iIXM-=~W#n&tTFUrma#b2r98x?<~l5bM{bR};T|DLkHP4U+$ zd6&8$ce&D^toRF*9*^Q*R(y)$$0>iNDt^A=(-c2R)tj#PIwhZ>_=i-zUd7*}c%R}k z6rZd32bBIi#ZOT3`HJ65*;%0Yqm+E1;zug|C5nGZ$@>-mq2enP-&g4gD}JuxD;1xv z?5tA!D@wjv@pY=+8pS`T;-psb-zxct;;&Wp)+^ql6KS#CKrS>}qDg7SBpP}Sa6z@@ds^S}!o;1ZDq2$vQ|FW_(L-CuGyjStRE8eI0 zSCpPy#h<0*^AsOZ^7)FtM9CK@-l%pJDt@ifQ=<62mAqf^Pb&Qtiho1t2`he_(o?DU zgOr|X#kVN=8pTgje68aDqVz-*zfsv!ulV;A-=O#p72l}%&5CbQ{4iCoQT+RgPf>Z} zOG-~lgUvtruM&5qDqc0$m8SSJ)%Z$RyrNwhihoK~;8lF8;(dz0UGce!=Uc3?|MC=X z-)OK`@)e(~8c?A4ol1Y9;_VY$R!@oIt*0#SSNyX|Ple*+uhXJPSn*?&J(Y_8mvUT{ z;xAP4)r$Ybnj-(!DEu3B`4q(;s`ymJ4_17d;tP}?(iJ~M$!943Xl1`w@jH|rpW+W!dU6&2H^t{E z{_l#o^ zv8rCzyNUQ8rsR_qf3xzlNAZ1>A5s)wujEq|KUnc;iXX1(O;`M(%FYbMAExwp75|lz z_bGm!;&T;$tg1Ip@&8rw`HFu=)mxzWiAugu@qH9uqWIp5_bdJyrN2V)$0<9*iXWl) zO2r?q_$tMpp!jOVSEzbx6rZ8wYZd>al8-3o^iAs;_y+r(53n# z|jc%S0O#ijAP28z#7_U9@7WF?=k_&jB2f#UC0dI}YPoU*4x@uw*L ze#OsK@)e5jtLhCaK2`CRioZbdRf<1V)myFjJ5{|kia$-s*DBtp_=w_9R`u2^K1<0r zD1N!Bw^8xqm3))p*C;<5#ow#=HpMq9{q2hXLh-Km6Y+n#syA8j7byK6#s8@I6vZE? z^rtF5N9j*f{27W*SNxfZ&rtlAO21d}txDdf_~VtGxr#4P{gtQqvy`5E#ZORtf#Q!) z_7p1qY$ac!_-%CJ#b2!Srzn1^(vzzA_mq5^;;&Nj>58AG_zcBgt$45Erz!nD z#b2Z3a}{5x_&mk`toVGzPf>AOp!jQ*e4*ldD?gVg{shJQ75}Q@D-_?P_^{${ReYu5 zi%HnaaC`D;%`#&g^E8~$(Ja8wBr4WpQZFv zDE<*;XISxjD85qh-zYs*ir-h&Tdnv{68E8Zyn4yC6}@pF`XyW&d~@A@ba|7D6#R{W{TevjhIm3)fgA653GD*iSl zpQiW<#iuJip!f{M&sDrv@j=D=6u(W`pR4%Wm3*G!LyFH={9Q^#RrspqvG#T@=c0=M%ix^KVQkWDgIu?w=3SO^td)B;(wXqlNEoT(&JJ5T}nPh z@s&zGRq>}P`837fujJDezd-RBihn@yUd3Oo^!pUQP|4>iKBD}er}%%X{>@kXiAuge z@ee8eg^FLK_!7ncqIkdJPf+$(D85R`hZP@E_EakVVI^Os_{EB^R{V6;-WtU}qU388 z|ES_4iZ506)GPimCEuX<6I8v8iXX51(4_dsl^&z`$x2U~;vZLf+7q4eh~{%FM)D1I-+7b^Z)Rd0#npHsYF@%hT03dO&z^oJEcR{6P7@dqhARf@k& z$yY0Wr{ZfA-(T^yihont6H$DPYFEADCn|dy6yIOzX;l34N>7vGmnwUV=9PS#;$KjF zyW(F|yz7%h{7+H(lNCQs+3!*OGNmU)@o7p=s^X7QdeRhso{~>j{O8I)8HyjKJ;y+OJ7Ak(K(o>@NT4j%4@yiuoq4-x7A6EQ- z6knitnfFsaCvC$=4`;h094t z*D3i7#TP4kyo#?=@;=4aD?V58>lL4;_zjBBSNs*q&H}~1spJb4KSkMDqWHZP?^pa2 zN`Hmo-%|R+ioZ_9VWr})Qhb%--&T666~9Q?Q=|Axl|8kJPf>hC@g<6{SNz|UJq?Pl zQuQ_}ezfA76#tI0-zffRRd1W(8Qz6@Q3oZ=T}sR(9qqzERa%p!l*CBz=$ zCc%@4_aSZ&Jb`!saYXQV;(dv01dk)$kGM+kDB^*{VZpFNSrHp0P!GVui(DK2N9+ll~`8 zCvFlviFg=sgWw6o!-*q;#}gk*TqAfK@o~gef=3aLAPx&2PJBGEU+_@k6Nn214<^na z&KEq0cqDPI-~q&=h`oaQ5|1WM7u=ipMB-GzJ9Yw(A@&H~M*L4=m*B0$ClR;(D*aFF zC2kVDnRqO5gWyfXS;P&3ClF5{jtCx4d^T~7;Bmy~5LXEvMLdx>EOZ{@FwC*h$DhG5MN4MBX~9OWyDp2mlI!392UHkcnYy!@Dk!HhzkWTCguVZ z%@@3Y_}|32g69!WCH4xQOME49y5Kp)R}rTQo=H57*dus4@zumG!BdH^A#Q7z{wFRZ zZW26+_*&uy!4rt56GsG(C%%rjM({Y|BH}8+qlk-%!-9tsUr+28Jd}6_aiQSB#3jV} zf(H@bK%6Uh0P##>ui(DKHxj1{?oE6XajM`QzXH!9_6Xiad^532@K)kmh}*VH{}cO( zn*?tro=w~!coXp);)vi4#HGYFf>#rl5myObPFzkL7QB@BR${;4CB(N87YbfXTtS>K zcmZ*MI9KpI;*c` z&BPBAHwfNDyqGv5cmwex#5ICf6F*8^C3rdUW5i*>ONk#R_6uG@`~-2K;Kjt%#QB03 z5I;$rD|jC95@N65xx`Nqrwg7#{4{Z@;F-kF5PJkqCw`XLC3q_FbHr^wO8*nr5H|^) zMEpE)gWw6oONk?b#}mImTqAfK@r%S&f=3ZABMu85PW%$FU+_@kmx&7n4<@c9&KEq0 z_!Z(@!2^hw6MF^sC4QASU2t#W{}87N-ti0Y3Sy7oZNw{yU4pj~zee2lgY-Xfgt$rY zX5v-E4T3ijuO^NN-ax#DxJK}5;ew)}Ocq;Kb#BJN8|A`xjn*>iH z-bmaacmnYz;)vk!#P1T<2p&iL9&wf6QN-^PhXoHO{(#socqs9Q#D#(f6E_m)3m!!L z5pk~I0mPe$y@LA^e@vV%xHs`9#HoUJv;%)i>=C?;_%mXc;H|`4h}*uG{wHoCZW6qi z_;cb0!JCM`AdU#$K>Q_fjo{V9UlCUcUQYZqaaizD;%|ukf|n3C6Bi0zOl*kr1ur0u z66Xq@N4%BTD|jw(3vs&OImF)*rwX1){9j^^;OWHQ5xWFWC2l2dYm@#bZX<3IJc;;w z;s(JJh_?|(1dk{Ffw)HSIN~3Ps|1fC{)sp&csTLT#D2j;iMJCM3LZ?{PMj}z5b-a> zxq=4}?;!RH?o0eDak}8%#J>@z3f{3Dcqg$(@HXP#iCu!X5_b@{wMzdJ^HJz%lihT*32*`x1Kv&n4!q;%K_yImEmr6-^a9lbE+eqaMN2iFvCa>JmJa*iGE_ zo%BC3fAS*QBzO|>KEw@zClK?eZKDyv5c3hyXrbW6#A(F&f)@}UL7Xdi9`R6Oui&}FM-rzCoTajM{% z#Qz}n2%b)SG_gzYRAL^fN87%Y{wL-u5z!{WlZg2f7SRU56NrZsM+A>2=BuC48o}d; zk0Y)UJc@V(aaizhV!k>P^$Q+K%tv&hg@OkY^HJSszTiQ`BZ+eb4 z6HOP~o0yNtMN59!Go*ah2dv#1o0bf`=2IOY9dsl$ft#M+*fHCe92G+*!n;(rt8 z3Z6$imDnqIF7cJb>4N7FUqzfMcqZ{QVvpeI#8(r$1WzTthPcg0{}UGyHwm6Zd@XT< z;0eUji6er?6JJMMBX}Hf5pk8^QN+Bp9t{f~PJBJFU+_@k8N`Kx2NUxV`)I!4LBux@ z=L#M`Jd@ZfxG(XI#OZ>26W>IfDtN~azJhw+n2%IPU4pj~-$LBhEd5XHCvFnF znRqsFgWyfXbBH5?HxQQ+*9cxsTt-|acsX%7aaizD;#-ORf|n5AMqDU(F>wWPzTgGK z0peW2^N8mXdj-!W4icveo)ajM{%#35pj;OWG75W56VCBBom?HlQT;xKWO;7P=H z5jO~)Ks=8)B6vLU-NZG5#}VH{TqSrE@qFU2;Nisg68i-YCBBciQ1D>lO5%LMgNW}Z z&J{d>cmc6ja9`pFh|>l4CVr4ORq&2&zzc~zg0~SrMC=m0m3R?x+tcoOmR z#0`Qc5HBT;2p&)T0&$Jtal|hYR|y_Pyo@+3csTJ(#D2j;iC-oz6g-%?mN;MVAmUeu za|I6|UQX;4+?V)O;&j2iiT^{KDtO2Dz$=J7g0~T`Bz6hjO8gpe+n3V+#1Y~q!JCO! z5jP0lM7)|fB6tJw8sZwktBKbVR|#HD{5o-1@KWM+#D2j`i0g<81urJ9C(akVfOtJ| zuHbpZ8;HGv=Muj`oGy3{@tee{f@c!HMeGqgo%n5Hm*AK-?sF67fdj z2H@;KhiSyQNp_&wG~xb3xR}d}qgSNiqsZe6 zmh+ybT)!08spJ7Dq0&+)ZF$=loE7$s+*0&9^i+x5Xvnp^M2U-?YX2=ITFqGwKF`5p z9h~LhVGbVY;6ojJgoF2S@PQ8Q<={OX{5_6GXyGroO_CjGHJ>{;>fntI{>Z_r9K7Da z&pY@P2S4oKCk1aecRBb5q~X+m7x=8;tYqKF6})p>)ITejnIb+o0UI?)tW3u)H7oF` z`8%+9YV?Y9k&Jt*zg+3mB@f2Cqz(I>mQZ$JyV>8VdZm1}n*C9=FSLT4V|L(F6djkr zjtZ7jzpvEvD!$%)j_JY|sPhF~9l7YrWnNr@GGAb|IafM!ySdqE+DkZDF%RQ-J=&4) zayh0-3@|`!$6f+!oO;ZyR2`JYtjt3rO(rfHKh7t!0=!U2E4qXj_jfsgozdaekgPzR z8N-UxP;tw8z?L60%i`j_jBPTe;lT-dx(bZYOn}#H3g-#ig zk`?^R5DtaCvw}d0?qo1Omq#9RT~Qg6agARMFnY;fidgrK=0K{uNdNzVYyn$NT~ zx0GcCPfgAW{&U#RzR-R=T6CHBu$K8sXVti}>P}4|gHI1Xi#!m_3SOU_Rk|)cd*t@w zfhG;=vI1)j&;J?VDYy^hTlLLu<{fN^TAIQP#xmrFy!IPBM)SUs9&R?@S`QY$YZ%sz zxPvakx`dd+{&uK9Y~&G_|6KH@UxLb2yasO11!;nqL|T>s^{67Nvx-1Wg+Hdk2Nlt4 zpe&5Ys>vSNTs$r-@QD*;KJYRP*(m!BdmNOL02(b8s5xp2F0zpaNTV_%(t-^jTb^?? zi?HRFig2sh3a^>>VS+>|i&x@`d6$v5GC_Bk*`)sinq7AfVwpknAS5^fzv3uke|71f z!KT6~lW)tkY+z@d4ZzB-WDKyg2Gh=WF`OcNsHOk%-O$|I8Fu@jkxb%w%6+Vx{@KiDf2M z`bt-)wY&#)QY`oab5q|Dze92H84Qh)v?%y$imj}8tS|Ix7`B*R67}27d3N?PcZm(7 zeIsX8)2-Kee5LDpne#Ec*si;%xPT}# zd%=R}G+uNzLp!Kh74EkuZA;G#&N_nz+BynzqA)xTdWDu?C$$ zO&?jJTbKMSu8)t(fiai#i)r}jGxoxl(I23M;rSEBAbVveTH8}YAMUI)5>xteOlcLA zwmeC7k3(HF;|~m+*h!bWjN>)l)Jv_8#A(^k8J+M4PTQ-KrlPJ*?F$WTYT6%|vkn2M zJ^wjmKl~mOQ^cQ5(RAVu7P&w zE}Bl%nvPMLQmE;#f1v3@E*>gmx555+bHBEYk>k zf1v5)T{K;&HJzn2jiM$#3dOl-499+;5i@Q}GVwo%Ln}P+pPBs`uWd0$aC+@w@V+I9 z$R7-pH$P@YO)U$1(h%&d;gHy<*grNZ=0bxtF6^wamADVnle!Z-tLqxhqs5>vqx=8C znAnbtBGJFyjESE&ORJ)55hQRMvL=~rTV*WC_vn*<5I^_*nf`kn{g?fLk_nxZxXb>I z2E~JLkZqj=VHT7{_XNQX&Zdch#%N!$e7iZ(!8`sSv<&t=33s^5R-kOWrW$La)U@Rz z)U?PFX|!PU3SO4wCWDw6&jPD0g&3>oaKB{luHqxmr4o1dLrcp+K-DOl9ePH{doXyJ zXWcHJ&E_7PxEI)3!m(Q7i`sFWZ0@EDk3}tx@|MR@StV4MI~Z$~zR;`&bD)zy9EpmM zH^tJg_AWJTK!%d=PEpqYUf&oC;CDDiL(*RJinB7mf#sC?C4in)0+o)y61(2Y^*eCA z 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 z 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

i7BMCt9OQ z{P6(-T=2)AaBm{IMgYq?zmrYg-4+)6<5M3|iDG~JaQuZ5fBcNRKfc$~?vD?B$l0_L z)rnm%&4MP+mHOkm29(z55~XiVZaVwp-9gC$!!zca6}W*%RHMw<>We+;awY9zNrU&m z<%zoCL;Ns*do_ZJrv!-`^C!S{u>+E zv`6dVk%*AbfK0*X?m?ppKKFN+2Q=2M4}71`eTxBI_Ly{FG*z;L{?K^FH{auP?@!;& zEtLrIqGJKv=SJ^K7RrVkN004W+y56%6N1lydSyNF-$`W3bv zHg4AP%_@z1w0yH_<7%xhHf}Ls_LBvVJel6J^nC$dC|BB&C#+juJ(*sE*UA1~IzQg> z(Lk=In~qLOr1rE3HdnE5%M~v6Y^_vD-7Qs`;l&eYTH>~z$Td8pdTYmf>N*zVuq3Lt z1vTG6rxGUOg%#`5z(vQ#^Tr;GlkC$4yinhI6l%yE#LLs%aX`Mh%(?7dZFnkD47EPf z@Kjx9NKX=Lz~-sC?2r*!4z(eP#C{sE=tM3)f!pM~om^Gq=ueJBDs8Za^v~ydN`g)g ze{39IqDS=BGV!U3#BYHkje*U)RfJ5>M?>Rko6>ce;k4_*(5~UuE-K}R+O(-vdLfk#k1OSe zzEl({ZI8Z?Xsa2C)Kk=>tJ!iI)CE1P(*d+Xf zde$BW^@GNf>eKJ%p3nlJSl+p<5w!OQ>kAw-7dtxWRVc$(P~P7`^Tk0&*!h6)^5{)o zOuoJ`gulyWw1|g`3X_@hKzct6+mQyD(+79~X^B^KGsSeZRB;U)?BF$6j*E+HY2rn9 z3~fdncV=#xYkR{XI?_KiEly@wqa^W_=w^NzSISFV>8@7k#MuY~&2n~Ask7TEU8hiK zdsIFnGXtJE7FEk;9wk1FN5q?NYx5h?Rb)AX)eI+YxGdS)E5wRC#!P2ZB>Eghe) zv}NwVLX_^wu?6*%zaO(M9qt>|i4$m@mVH@R==&Y~zNBR4C_6qQRg02%ygwox%|=IZ z|3q&Svjyr+tS4pz`#D^&c?t{Gqxx=(bP)wJDgC5@(qp*O@?Wgheh3i!V%y<${9@5E z;o(WcdpD#{>N()Wy6jJSa{a^(=(VAJ8`2lB7@3L00$+%T>X;DwL3^S3NOcobL+Y(J;Lnum^ z%sI{tMzai)F*t&`ST@k76rM_^7y5Z2SzhY1eO}=Krc0ylG>~f-m@^c^YNto5&7j4Z z+Ua%a)pNZ}O{J8Vc`&TR2_&>_>+rdcvMzg}(EEi9dwO^QyWyCJ_cY0VDfW_uo#1w1 zWo~;4C)IhvsUE7X?ds&54|Sf0`cE|KK2dw{kjHU)df)KC|7;e`Nhzdg7w_+{#NE8rO`Tut-yrE;n10%s!eV zFCV)_&*0KDPmC&>dcctQhDPW(agl}sZ7RGZTKpg=#GjdknFqNhE8bGD*Y(+ZRe%0! zK{~;9TY`lE^pqJIVhAK!weL3|5ItuuY>TZt8q{(QrN}Whk9E=~p_sROE^k`ePAoJ*Cs)#n07f1dgoj{vDBh1U= zLmv1}xv>PhI>!@xQ$CrwUYOQr?lrvAwq?0~P+KB(5BSxkUyb&MbHGSuTfY+b{Rjto zE%WxaWumQD%s-t&S~uwL*!n>yR5g8OS6QPx6ujLgnVqtN;==wbREV?rykmk#7~~M}g*9$_rWp6%FwD9Jy-dxES9-KZfAb-OLEUSX>ad}-X4%apdBy~@;DsMZ zj(p^MAE6Yy@HtQ-Oc2-5DlCjw0)sTIBL;%v29`&5F>Dh$0j<_3K#&V7HAd4UKb`wTd>z^$ z?9Rkjl9yk>z8*vb8NmzbRXdgcw?|K7-bCM&;AXO-c_>$yX1XQdBGAGiauTtW75aOmJiXRKP0n?sKHMBh7=FwSUW0<0!paGRsD zL^!&d@kpUgoHZ%WcKRt>bFrzZ8#*nBROgTFY()9W(_;xr7!S$L|x z+iZExjJ&5vg=@#3?Q^U~Iq(b5d3}E2Id|iJRoz^Vz~Se@)tLa+zkQQ~kipaeqy<*k zc9R}R00TfQ=b?;on=0z|8d;f0T_C+?m&JeP%4mx9@rl!s+tk^7WJ^&ZRb#noXPeqy zUt}}CInlZ=_0jTXCh*7Wr=M=a!`}Reqx#Ii`pjrt5$>{GG$b))zD(cMvxij8Pqf}g zTSNdK9c*H4)ac-PDx{6vA=@0(I6LfQIB05BNmK2LrbKE1MXj|+)sNJP7|U*Ys}Rka zy~)fFM&Ukn*&X%E3$0mGltIg9>Ic1-xO5zV8ZxILaJAEtY=wiD)wd!VhV{T_oj!yOw&DCS=hG=T6?SX#1*U#9(BVJ~ zely18+@{mmKaAvMbuC`e#eqrCW{0kfwgxqcOB#h$W|kqBouPC_0B2~JggdW6M8^FF zyCB$Zhq@SZ%_=-))xg36bc#0{2CY3%Om@S4tcQu5trJ}Uuf&q^Qd@Qhupg!7O__!Q zA7aZvaoNay;ZU1X@A0)1q)2G&C40Mf+k6PC?(pu5nk)Te0*3hr@6L1tBa%s3- zf)-6?pOEk<+GqTXIT5q0tFVcPkBQXgLL#FMMaQmXlSI}{zBe6tChFaCOfU#xnU&cIZN$xZ?Bs+MlG7cc4zSA6~ z9ip@?EbU#o>qWpNb!UNJ&Jcv(N9gyPx3~_zO<^~5@%7<3k*7kvC)@kH+@s-nKhMd9 z0EdmwMutHd2Q6@lXfpG-je?FdzTY$z=4q6)eSKz^)34Kb4bCZI+G(F-YGd_^%pWy~ zsL$M_F;K&x#Z4Qw?OUj?u4Qgt5*xR(gE!?LeXMISdsj3qwvoENN6T+u57<-xV(qx3LF@4Yf^+`(<{*sOUCy6hWl^lF&7^)wqT*?MF^8pmOrv&VBOL z`q6h+3$mh6ie_Bukei-Sln3ipRkUe#r<*077V#XBTrhMXMTl$-RZ&ddnSBM*Q z?kj#(xuz33m#L<=6qQjlMf90T$FhBz!-)PI3!p&Hl5|}QU6jxxr&v^RLff@*{9>i? zzdaGMeEe@7QuX*K+852nVOGG;gJg<~5gDqgOJ7I;<`jkP@McaRCR7v$oTna?j|1+@ zo14k)B*q~QSVbHVCZ9PF%eF%W@oAtA9FiX1KRW29?{p>Ifi={XWYOY5H5hPuPRrm2 zeutlfAqGrKO(ho<4rLd;B8ee@I3kYubqXLRT3cyLZW(_}zZT+$;BhMPHb-PvM})(H zhY*G9AI-hdP#GGdGK@QI11^0Xm(PJ%z@;H=vBx|faqRJo5PSTkVvk1EpW~sS=t`)n z?xjE=bY<&?PS(Xu>=cGP8qVaykb8I-a%VU$iA?RvkGB2rUgG%U<;Zr|@kipO(PV}m zs+OAa@yDt-{&*ApDvm$)w0)jte?L`|bCpyU`bj<>c`fwF$0Kjxr8pkhgh45ZM>bAV zXY_dFMJC=UikNOnq~0W)Mn51#=p5IsM_tE-IZ1PBqiJm8iXA4is(@4OA(c&RT3^|<0 zn6}N-g_CkyK1wq6SD)FZK65%j)Y{w4H@2&raRK(lr-YgK#Jak9qV*JA-F%eylr<(H z02!50r2T7i0+|jWCUQy@$Dy5Zcoj;nN)%(<#}4(rd?cJ5^j>=CKz@(V=R~hVYof20 zO36sTvS*G`@uT~wyyQ{Ja-5!F(L#FYXypV}%OoZ9PaEJ9y^cC3y4QwyEwf3}u#zm( z^__pbKE1#`=&jxj8>6G?U!DJ*a%?B(CZ&1Wx9FD-bUYC=gTkfavoI{p_=H|Fr8yD zE|@Lwq}c@QMU+L=)M-SE{7uFp6o+3x3_CR)A6I^%l! zWp|I(d-y_#P%`X?6n_G+zfw8&Zrklh%Ql#x@`Ii%Nqjjv4Z)Sr^$ z^_IWPJUQpPRg;N(KaKuHs~Elds3bdrOd8-U*~%b$-F7GYg4R>{CJKckEs_~l30y~b zhNB5aRVG^hjNZuIv$5pc=ZXAVw)?t}sCk0jOFm(1yu|KnlaS1A@$D@<617jp_mW?y z$VL8M^6UEZR=AT~^~86QSXtb#{ic` z4S)oO;#4+Jq$>c~zXEkWfSdUi%`lOffrCS;-%s}X(^mUVYsP;bV6c_%cMfb7#PpzT3sX7q{o&j- zYs@&vE}gX=rO@fp=x?FW(c4%p3#l{Dj9W&CK>rRi%H180w#+l*E(kAX4BM!{jB!Xc zj48{EqY>w_%s2(2=tRwr{d}SF^uK(n*LF5-3!R}re{Kr*J-3+}JYGL)@>|T8(A%8? zdHS!gtGo;JpQO$K{YR*4D%M74F#2E51cyq$w{<7_e~Ae(`Y-24&}dHoBkAlav$RH5juh)_6uO*3)S?#rFLr}lAh{a&ciIr^q~lP;U9n*#^eW4S zxe!Ggk=L+;x@s7zX#c+SP!SKJOM++eU0{GKpfXo-<6M{mFwa6(H)_MP5T>teS!5pe zPY7+_(5m?StuoWhUF<^#a8{VNzck8T=B4YYxC1M$!k;i!OyNffE0S3+w3=b-)74$| z2s~Pe()U@3GE>UMT4|$T10O45$BU@quGlgEH(jv9?typLPuKh9-M-vvc12=W{8sag6meyd`49!J^p)QSS8j)%C0tqlD=&Tc=AF2r`{a!) zx_rBYD}Q46qAJ&=5Tdx!4gyzd{&TK02V=OD~dn7* zF=;36E}c2@2tK-TWEMY4I8qhZxEO5z_f^*C!8ERA&aHFf9;CD@ZrmvEq#QT;*>J?h z4HyvdWohBw-|~E!A8h2UfiJ)n(Vacz3`liwypE?po*N?&>0)jSlwF4#lb~Y>H(tBc zxzUT#9kkYAu^m6c?Rdd}T!mw){xNye{~O#m5z4E!9~Wt?DjVFC_oFtjVMLilF!!(P zcKj`yAk438ssB>;ugGU_LFMI!lj`H~c>T+Lx+T^JXl_T3Qog%LEzP&4?Mx|hJ9k&U z)krPPH*ST&E0A?<09tiLt07OK=i=TH7%8`kMC-j89{Y&d9PfLBz#IXqO9bZDRxe#+0yE4i3m(UT z1QM+K{)8Vz6kQq}cZnBT;Q~`K3i_XS{B{p^JX54hm)S_CyuiFKQ=ad>iPW*&*_~hJ zb_g%@dyNjFztQ&G5WCTP800elLt}=8q9Ok@C|x~R^v4;w1pDUwSA)`W0@MgBX;)E{71dKLsIUc4+JuZJhGbV~~Rm{r3Zc55|tA7KO+QWP9{tC{&LG zgor}k0sNmIl->;K)xe`o8M-zdZDXDC>^Kb3E@sEhpA@lUD_&xD97r>A>yi-qOId!L z6>Rwg)8$$s5cFwR{8&r~N9ewey2FEKwJrR}*v zBoz3;r}1#S_ov2g}e;%ILAEAvlhA7+<6rQCpL`8^xsaEO;Zo zP<)vNMd3>TY{S+iQCqWJ8b+;(SLb-^-os-#(<4!n?!mLMp3p~$iIeqYqt6uGA6TwM=Jl}_5(XDFYCGb--tux?Z+=Q^%(%4L)b#G34p*^3WcA)@*{8YF8J`R)0uF@UK<={mbQ_6Y?Kx zU9tKR&%dGaZ&aM0Y;+k@n~`)V!kzjHQ8Vhe#LK)pi8AkDHOEd4%cHlumZaR2DBs?Y zzDr8!Ykk-${Zys@vcRu6|6xjhx4^Hk+Iow-umN$M3aE!0#-m--&*`0)Ddq*%`k;zkgBuhv1hA-a$(VekJs~!6zP4O-{e#fee55 z6n?MLx)?v#3ym;0H@`?OgFZT1>3iGgqgkVkqW(YRY^V2)W$2ylzPqY(vRiv>w?yky zNy$p~M%?ZFxAiz+Vg{j@WWR*$&mfPmIrV^(J=1E<8qFhWhbaGtxi^8Ys=D_06CoNE zyumS5sL^5@YE@8CQbZFWc(2|l4j@&rIN>a66U8bLo12>3>$TLXk7p<9tCrSUu}-K( zf@p#>&Zt#!rqhfyf}5H6X-{A)76O43>$x-SV(N_m#w zYk1eIl34k9ru^J$l)h=6`FpgMSZtv!a@pdiNDl79ewLp|HgS<3An1?cR)#Zi)a9rB zB{r|Ig>swr&y_umpJ+0}otxL#de1FQp8G@m1icnNuO^S#&i}i{l^@>DvVZ=p&)1S4W6l?*oMQE3~=? z-n(4g4Bk5zK z_agoMr;EL?n|q9p3d!s5h3;fX4FY=v%+J7#b{@?mSWPcQ@;zr?aKGDmUgX~E;3xf9 zVSG}ic5e{BBK_Sr!f$L3{8UI@KkgLa_nwc#>v$l*?=Bv}gaUqr{(B!OB$9lLrNa&O z-@nMdLHvsP@8q9)VZZiu$cVms^xtLf-cOzF{db__x1I32lh)<+ql6=DsI~TI0ZSpe*JJP*(3cBOCA3LGx+JVOSrFzH!{o&j)iK%vAJIj`qhp> zp5yzYro#^h+ZuJVv_x)xf4UjqdH?qE;C~Q&;mJVrbeWTDFErXvr4DnO{V7VMZM*RZ zc4rjx<1kJG@F)WiK4U4Z_azwTo#SJDBQCCt0oj{ci`rsmKc3*+Y95mchz0a561MDDrVlxN5BG9W2df78R zBG97_`rJYD1iITnPdexZfo^orpB!|RK)-g-*$$c^P_u)ManM-;o$a6}9CWWh$2jP> z4w@s-K@PgmL3;_bw}X-nsuE}?2h}*Jzd&0!XnzNNIt|cg*o-uLl!FpV6*%Z%2kj%! zvktn29B{`%WxU@(eLYo$Qpx_LtN{-CLaBc1pjSNOI|8L0)a9V(1-igN^BnYmKqooq zK?mI`&^QNO<)GgSG|EALa8O2|?>p!~2W>0Rb`ILZL45@3>!7_IwCX}Y?;}^iekTXL zEYK?sTFpDnepsMK95m3|sBR19IcR&&xUq`A!9mMC!0gXTEsYJv80P?Li$6R65TKXcGI0`+&$VGcT0pieP3Y4+L+ ztc`E;2$nl&h^HE^RL?kQ9|!F$&_W0GaZpU4zdNYHL7%Iv-#F+IFaC0Y+5l-Q;v*<& zJ>Q6)ojkQAaZ6kOUKDN{J$H|upGN8SQPRJMl z;|5pjKJF^cylLFi?G+BG1HF3fj*O)avQ%87+wx$wZLWM9Gm6AbFIYAv!HsObZyY?7 z`jSK53p)9n$m};b!Dh$8{>lo=dK2I78)3L{e-A$}5!Jz(p8o-TD6Ia<=jQ1%OZ+@P znkl@abio;Cy1BKdMGae2a1`Ao+li3r^{*Y#aWcS)4sxlZps3I|XZ&nA)qbvbrD!!) z8)#_Vspk z$J@NnIgU`0N)xN@UKASU@ z1H1JOdpCypdWZc&+(DwYe-~C55nVU|_Kf%n7ShpDt-oREES#TTKVuBVtOa*f@PX5L z>mBA{Heb~m>v)~`v%a<76HuWV%^IRm@}v1T^CH=X2RoZd8z3~Ax6}VQUzMH9)aNA6 zeHPXA8p(;|v5`F1q)dKNv@*Ca$~2fv(2VC#!?k5Z04g>`e=J!l+iD!ql6?9z(TiOs*nBeoW%{9Ev%NGxlvvs$ixbV>0yw&pic_?KLJV$YW!&l9#-! z0OR2MCwita&d2{BkICm~H8pT9im+%*?m&`nXiWZMa(6w#v=x;#Y<0Ld({q?5g%YrS zl2kRJ*F)loh@UvkD?i4(?ZzTLDbIze^d64=BNx}h^i8voYe}qiCyQS25HJNRr{xkt z=>Ce1^x?2zW$v^6u~#=0?(a1m^K&fH?krLc&Wd;I4t_J)GkuRtP@+EM-MO}OQN$wg z^c@m}|4yo`Cs-LowS~e2-RY4Q-AH6sV3VCS#oB+IL5IlX7&evV%{-?)pk_#4T9p^R^MS`lDJ01)K=2$Vagt2+pt!BV?3R2b^7 zpJ|5rC?3K75Twib$iFn|qciX?eIGHO1H2(XD}u(;<@`-Im@lSCwC;uE3TLmAZU9B~ zVE4_Hu3tfqMAnpygmw7k50TQXGL3BfB2$At+`#h37T84UX}Rp1=PNDzQlnwY6!@i1 z%Q5iF3G`MEewllm=YEIWz4&DXJm=y|%vU(-uRAz%l4trQnf`D1r6$sw@0)RDbS|p; zKog}6@XOoSV+DRGS_PR-)F3D0ggX=CkY9%)rSS-U%=ri)`7^Jv!q>Onm9e7z#P#T+ zm+dLkY+K*t5Q&F~5jMzDIosn!(MG|)nz1V_iCWb(B9cT!A}CjQ+LxL(WKH|Jmj!YZ zGplcX&GYN4uKiM%Tf+RUC5wOLL)?JQSl8caGCNy#+i88imcMgkWP-daDqP=bbjyQ@ z5gH{Pc=9bu#(VJIsW5C7m22aaxOCzz$}}9~;;mB$YykN9ERibL(Z?UwXWCQ_989@SlP&Xg@mzw4bBVEU+l2Q+OEX~hBlC~WyTt7v;7U(rEcR3&NXvcBCufp*X ziugJ>_Kk4-7ra#E0R=zj9t#Kt-)c+5p!YKX^Bb$Fhg zlxJt<(R!#Vk%0MQly+O0q1oZrdD@RpChcmlE7BwJ?4Z8^4$mvn#4U_iIL)FES>M;c|;{@od?Fsy}0itph#aL4xb60v`Su*+k#! z(T}PzS9I`#E0NT>KGxUK62^L}+PTF#?R?-Q+Ie?jfo9Zg0$lF# zM`%Zc3yXTfGS%_bD_KQU`+>7hD*-@76p?R9RBEt!)SA0J3hzre?gy~-n4=Ag9>dQ_mt9Q0=g-7U~P4jSlXm8+~j zJ1F#2A1l?>4tl^r%>qf@QsaL+=xl+`anSD_bc{g9I_P%}`inps4>FE*(B1+KcTmhh zI|;P2gN|^}76Qc_^gRcCHW|?8bQop*z(IjPp@T{t^sGS7IcS7~2J;9OIjGD*0|c7u zpe-Hrr7~(fDE?L6>F6$je&L`M4q7VEg$_F0K_>}xvV*R6&^Un(chGGP`h!6GJ7|J~ zzAwsH)e7{ggLZPzZUQ~(pof2K4VuRz zxZ6RqJ=LvBb)$otJ=Il8^=k+H%0V*(YIe}24mwMqvmJDhgMK8?F@VCCShxwF)1N2x z$5x^6Fh8Up3-sq6{>TUYw0_*oA9Hl;$87!ijs9HAAEkLedR8;N2``I&oU7>?MP3m7 z-a#Kv=12Hr{kfK(%KI0A8w82#&uIPGUw>-&qXdsd?Rn;Y>-h<$ zaM-OspX$%Y`m;)Zy7cF5{dtW)MMugM&LeDD!CC(O_dB6)N!PcE^mnGNoCBibnN8z0 zYa4fpw?5RgBAzK5L^2NViKX5|*l=b~rMXBaEh0XA)cccldk#l3ak6Em|4aOeuUXTO z-TKKydPyR)C1-ANj*UFx8IC@Gpy}gy%?Gj6-{h)qeW-EUc&3hw z4VIsp&0Sl_Rh^7y294)_Mx7kmdNBFwGW9z5s4hL;4nE>WjC$skD|PUZlKjDw=zJfN z=)@z=kOgM?|Gp|YDOgm0`WU)0Q#MBEwgjc|bXkpFX=Cd^B=ZNcib1m=MFi_Zyl?X- z-am{T(|;g|_`OSt-^t7_+wgNrta{N0vEvtVuG~`I7f*>D_3)I~?yp^V5()c@8>htf zSoo9r58|;Otb&VQ_;Fw4*#xQ|S#}5SbWJRkQom-$FXj7x>-+6Ouh7p3f2Am)?&B7E zL9u(jJfLf?-rI#FH7}bI8@~j=_ZNQ_VQ~c`7!&|W&rr<-{rA|2YsCtZ#)tKV3ilwkvpjeI9M%*j=;ql~R2=`8OGDXxX zMZdw}a3#r&PGvYl#z}fr*OEfL{X*CiVE^05-z9pwe40q3=5n2K*;u|Pva`dJj@G%F z`TIiR9CYl5nSHJUjwdQlbfWI#0!Rnm0x5l|{dDyju@` zVY;09cEAgtn6H<|hHUE2{5n=viuNncrl8=c$S&*8v?w3Ac#x2FXNNh1V|`Umckt)K zz|0Qn7ZTB-^B*L=@{=eb(|R%k%ZbV}?a+7Kt7NnHGt|ab&1gE8D4J&nf_2C*QTg}nJ&?nJ!HK4Z` zCzX~nu`Y#(#Nj%m37DZha=sd2#|jB+TlBh9+?nxZBAvVc9236g`7(v@r#z%NVYGO3 zGo2pJv*}<;EzidzU8`Ex-_x6FD*7wF`#GbxJN;eufM^)WR9Jip7tr#E{u?s44;Eu2 zYd&mzI+^~kD;C*<(ft*78KrXE>wC=?bJ%Mjq77nT*Y&c`dmI-VbFEFNvQWT zWQQ-FXiE7zJc7ZHvhZV6%s$T3`x4Tsq3ZZ<buU`*obuoV|_$Ab#8l_F+-euRCWXnoq_;f+80ws!P%RVN%HRJ2d#izk< z8pS=mKs6&ODe8%p!8JZzPkqnlG7~5s&9*C#;9-cSU~lB`zhpf451^z7|C|G6Z^N%> zEFXb|!##lJ=R-^Qp>~$K1WRpiS%!Z~iPSlsM=(KkM)Ut@zu3y){juJRel|e8`emsV zQuZ>rzjnV&9_IzlflLtnq5}FwCFT2N`eaLz>e5(dhwtw=ZY3Q5At{y}e#KFS_V0NF ze{j(69F!603J3kfGp3aBA_raNpx+2I#X;A4#v_#RNC%zipaTS|bBIs95mHI z7Ynq#gAR7k#sY2PpdB6b;gNtoqU~V+IPY}&GJ#%m(5nu5OrXadG}JQ=R9W{r=nGG^ zsX%i8$rQeT*`}Vi`ZJRF;T;ipe)R0-$z4b;f8D;#--VP&V;-2LJ7~)T`y#Z?UeZy& zRHmfvHd-0%Hc{izv^R1Wcxlid*{qM1GJr_nW^Op8Ax}RA!zkSu?2m{NhQ9y>r!S9B zNu<}*O-N?%(qW*wis4y>sFguL>Vbj7*uqN^=vL zl>JWBco{6R!pAz@hIV76 zNf((V99}fxU^-!Q67oqlkd#4eNOmX?L~E_^JOsj&(s5QUjXYoH9)DjzB`7_IAYNQTV(u+kaf7K$wyp~WSduoZwL#_3BEg^xIUm)wR zK8Y5{Vl>Q-!!O9&oLv1($%;GSCy2;!HBhHxO_6HBqwb&dR!O+bOq?<5xF`&|JNVT> z)@^oeDXjksuE&P;-#QEqej6h2a!kJS^|ye-BPqV1pDGyuQOxOe-u)kmmbm|ga-^Rk znaKb{M47Bcn8izVJ|nNZ>sM9t@@}^$BdwoSxgKN{<;)cwyvHmH+DqBQBs=^TkfaGI zHQ_rn0S-S7ZZB(df&L0eG9}JRgPtu#&%*qtw{ZE$ub^9@!}U4Jckn1ovYrA)m%yzF_G1jh zZP($Hw<90lVJR>tU4G0+a0+6)#x8_w+?9e}+K+-9sv%LNonavVgcC z3beyqkPYQxWBvsL)xb`@>Tbq+Jk@dxCz&zy;*N*Yi?(8{kqvgMCAl9rD=fc_474i~ zvQ}dKu=Zh3jjOv`Bk#!k1o@Sx5xI;py0PiFA;Gg zQhWUy9?pOa@{Y-Go#Kl4vqu-B}dP zcEUI(#r??8JYQ)M{Ck6bajeaoprro2UA<+ZUXs)F;_{$-l$Y?#y3+mu@|m>n)Q}eh z-SXg`{XNq^ye73IKN;{v)b&jUmQw2m#r*n1p`runmXI@Ojg(xgu<<4TppGe4LCmXy zo??EO4RUTWP_$@0kB%SK9`1!qW__v`Q3jjY9Kx1Vf>-Q)eaqI*AiQ%_xv{q3G>#wk zP&iX-&yk&cjTkbXy;rl&;MoI|{0_}TY+~{xbvN5QhB13U#;o7X6a1DT32!rP(QE{w zJw2BLr1U*C8HiL80ht zCy~1)FB&4!F?RZ&4uG%G4T*AZy<~La&O$Q|0R!LCSL%x zJLnRDraS0j2c0g^84eobpa}vU?V!6Ibb~-+9Q1PsT_w;kKvFn+;C0Y*ujqL|^sJAb zheXex^TZ#Qy-Ir`pu?Nv>G?)Je)m{MeOn3SPDB418H|6H z;L0}4MJ_2F32@4q+ydIptIe9T4HyHnM3X?qX>dl)k{FD&*6}wSL?KSUV*Xa$L&LQm zTMup<-%gyamB3A98r}sXz^|k4MhM>e*}Rr;Q2or{Y=%ykA9MLGmx!D_kA8@!Ik&m! zYN~HbZlrIXM%{il!s%3EmtC|T=GARn*G3$*D$xxd<=l<12ZS|!ZlaT$J5&`{hm0YR ze55guUB%RHZl?pNeL)oog11I%3?59TtMF0J+`F$6A4;KYBtOu7iFAEsY}>Nod!hB9 zNet_e!LofsRE^)kr%L%&vXK}(Qq-qZ5U6Rk5UKpcbYax>mDnnGH(Z= zM7b0MS5b#doM81@cf9MKfoPaQ7=#b_S-3moR^GdY__${8P|xcUt>wW~>PV#fT7Y)O z40gLN#OhfcTt+>(uWXy!vR-w?o~mR}uqnOnp}r`TkV|X!orBEVj9Y5jj7?Ir)W>Br z^|xiz7kgUiHUo8T92gZ;UMPrk&njIqGkY1?8vD`KY7hv<(LP<7bTKJzQ;No|bDy3? zcgf)TjYX~*J|wzQiN?h4oGmN0P)<4J)TiET+KVJ-DoHGLq+&WVc6#|bG5O(AbVsiL z$TFg5)yG6tf2&Y+^E|tAiu+V$n`G-}!}IC~I@T}Jgql0*XRAlLhN&Gp5-+DFDopMS zYSVM0sN9b&(9N187RMNpxKe4kEeo01OH_7tR=Yji7V`tC6E**8x-@)3iFa(~FMBqo zS2VB{Bc4c4XL8L=S9S}_D&4-wEi8(vOQyMuz2!@8VPRVklIBYU+a%s}Ghtm@Jy#4h zm20O5a%NwEca0f5c}iWnel0?3BAAI$-iBqx(KSmOC+Iq`$(Zzdo>0=X3>L9uBX3qa zVy$PW-5GOsC$dKgpZB0Y(RDE6KpDHsga67G*K})cKG!m8?ojJGtT%O?jJ7@YbK|%( zG7W#C08kG*Ph=J>ruo4Y)7ih%yuijM(RsOG`j<%mL4C+$sUDq|FXN$qjeC+a;3bj0 zd@YZ|2tuF={qkujKLDI;4YlvjucTSjedxaBGLT8XfXMQ_G4ml=PIyv+IIY=Yd# zT&`Zo*0=Mz3b}!Wc&;EGvdga#{!870oKzCj1@{@AG7Hf-x5u4RDN1B!r2Jeq#W3nT z3cq&h6=q>}?Nl2zc`=|RLCRvHsVN4v3QjPyAB|@=S+w3VWHDsiOdkke&3d3eRT4{` zO0n^~*YeK48S$FMvCGe*PHEdKjGCj3M>nX8C|sGLcol9pLU2PSyO?NueREW1yvF#U z>4)LPur6{LtX<8SinG--Zk97u7rSfpS_p8=;I&b%SZXYpbgR5B=3vRIW7+vbQ55K(6FW@ce^VziB^F}vfhM$@TeT?pT!s~QB)@j$!$R4&ni`(6YXi>Uc zV;`(QDxizix9BvkudipC&28Xc1{+~k%9PN~tZ-t^&W#K~*I&0-=A8br#_PJPNPjKF z=7l*8Ed6yAt(<9QOLPlqumCc4Yh|2SDC#wWQQU*^^u(c1pb8S@#Rk-}x$TXny~Dq$7VLv! zVdvBq3A~8f>enJ#W2xyRPi96YGe6-jxan9i(`hm{zUJiV9pH#t#QGGGdLdinzASCL zp3!c+q3gTQb~4#c?-Qb+7|u5KnV! z+Jjhf9p5jqO2XHd%eT+4Bie7~TA0yu}wc8@HnUE)5J2+)N6YuGp%QaYeT3ukFh< zC7{jKDZ;)wYDK)}XKsVDkBFZNc+E6CK{AKezAAg9OPuGxO@gUJ zp&~v3_4#vr$d|zuj-GBc6(7e^_gKVb{cLOADn(k^9 zKjKd`KNK#GLag;LYow#WoizOFO6T-mr}ewKI=o5kEkp!_3Lci_-1=MVc+(Q$KoU8f zEvB+~cDn9Ty%ED-dc&khq-kU?zYcu_cN0ayDT@;A5;5V6#rtg}>RRJoz8E$<*dz_( zY;>3>XK`Vz)#5j2MG7psJZp7u6qPVmqTNX55Uvw`VF9U{4o#m4n%$Z?U@Jw!j@Q`{ zj@uZHr_2Sxnc>aqht~Fss)E0ZGFxA|Xusf3yvbHPmP#~KVH=5pS0Hcz6V!b?RbHP zIOu19_;Rtn_~k=(p%?Ggk8gq`pO5oY=ZuHzN zdUi0M(Olpte(QN{^gP<0o#9`i-zP`UaS{BlJd47&kS_;>YxgbKzq$3M=XJf` ziinYM6xnSH=88TFgc@8v93(T7us6>}8$S?lY1c+*aTzjdXIiCc6jREw~`8M`*iD28^NWfY#8uZs*h>kvuCnk+^GF$sIU-wI857;|@ zsqD&NPkzvqO}bdj7{oniMOVu%G4AmdD&2nGX{|L>i~1l6C&*tj`=WD-jo3(=SDM?g z7DP>I-otlo4hKIBwtF@?J;n~NNHb5p!7SbEZXe@qj}0;VF-Uw5S03|mizZq#{B=GN zh7(V}7%cd%nt+>Ye-ltP$xrRcJ09WFps#GDD$NYKaIi|d*>p*y2?q?32jg^gKvGwF z_Pz|c@npKivim}1Vb0DfkXj3?hUy=AyYnKWvIxj!g^a=8@sZ$pBDjopLql#Zi)ON z#tB9|uLO@1*r0g?NNaq;*AeEfk9v(r@XRhzrzh~huNi*!zOp6W$L8}+^xb_7!G5Gu zPkt}nGNOcdPVclSv8krdV*^Hnx5E+zeBJ#tWf-~K^kaCI?ySNmSHMmh{@l&5>3F&I z%I8pAT?+yOUqe}65Q%5Dc^9vrEz=-}L*C<=;ScM9@(4ab`amG5_NLRL!QtzlERhEc zW&05;TAECsUn$H_MG?i*8v((tB|{Y*6K^T|1sO^u4c5lCwFzfzh&3tv7T=2ovR}x` z3>^8XTwll2E=*&^n-2e>;bZ+3Hmb}_*&YUZI-cHU7kk@C^$%dp+9Fhkmm6^4bMb6h znZ1^VXIVxQovT_(O2bdpKR&|^tM#58_0HbtoI8FXweVp0opEaWqELq+>i6E!@A~N3 z5IslnG&)XZFv<^tSN4o&V)4uoEYNp$FDs0f7R51MD{P%6{1W&_rxs)*G3zjB2$7<$@Gh*yAJ(D$S8h1K2zVPinb;s3BsylvC z*i2PppBW4T+%Jw&C2EaT5dkhFX`l~)-bd$v!VfRMKG*`_sB@f-z-EviEXPIhfuQkRU8(O2Aj}np} zZzD3~_ruST2i!Nt*fd##uC?U~$r|0C7Mdbm9{hM`&;1SwdPQSs$my<@G8xx0fwCqhN#Ua~nLPV0G^^3Uo(a(Sq{|>{8X%sEJ|r4%rlH$_+NL@IbxZ z_X++tyo_BvQLGQ^_0NS~q$bl8;%Ib>+GKh)8V4&A-7LZE)g+ z)kdw;YZ$(*8Qcc;^lk|)uXh+0(#s4(s2gxZ;bH)F!E1x9@YJ8N1XxCUaW`988_pxx z=leOinOlck@dMT&=i4YYYt(XaGp_>b(Lp1TYvGGPUEbx=4Y5k{8%LK1TPfXOpq>uA zL=eI&5#jYa3JFgFXzL--I%$$|3wJl5;X!X`)PlVQ|E1Y94$s-4%Y$!y+dJ`cI?+7T zteHj84a@1Up=3vc^`YHgXE8H_b*CXoiZU|pfb>FgWd?JYkB}rqpo2R0bh-|`w?B{I zWdx}4LDa9quilk@eX&QJs)$$paKa$3N&Z}SIEA??KwGImJ4vYmMVizK>HtH2HKbN2)+y2fJz*+r9fLbXn=#dzYnOyK|>w1LZEl) zEi#rl=mmjZbkINtRr3fs9W=y2+X!^KgSK_hMgslOL2pn9c&$`fR{~xPBY^P3>$yZ-zYW!~7c%tvx%>h6(o^l5N|%Di2E zjr3X>Wu5x-czn}Unvum)_c01N%@^4Yb_;#Wiiz3;bWFVEq6)H3Z_^@dEF~$1YZvBi zYKy0z=sujeh)$-$8e8Y~@QF0Qlzm|a5UyeHBYmq=!VuEC$Fq|t>XqOulV?pM@YJ^{ zoamuM`UUg1a?#M5;2e{&O=l1{G_g>g;vRGQyD&`*{>YSHvi2gIP^~Y>VyfmpQRvTA z3bJUr0%zLH;KG6Q)@6}?$W1$g!=v)#pCH+sc(#6?%@5Jk^K5FiW1&2@-_Y+WGuC>j zSVQIRNV#FHjR$WclrsIn8{8dig^1Hw?-13}C;GiPzYFG|@2@%P$mSW-7>~~yzuj>V zFPRw=aUz};A;XKDhgZo&$(%Go7ToEYD^>;zkY0MLO>mIdIGs~gI8AJvWtv1LrKnPh zp(=0-4ee0-Sj)%zPJ>j0=Uy@({-<^JqDTR?Fo4qVA|8WUO$z)ar3lQC5_wXP2W{LdSQ%Y{j_DlcGTPTlJggMAPr>$ z6nVhJ5C=vUkt|WOh5f8QJ}F+!1C_5C>a8@Mx-~M|?j%F=e6=6m8)&%;fy(>ocOg*u z3oxO2ne6J+j2Q%~eav>QpA@dw%QXIku`pvy6KiY@S$`g=+#O~5%yh9ukK>J;#`ksa z*^Z}eZ^!>SP&okgpabJY+VtmOR1~N@LvyRI2vnYmuq~*fSn6}^m7KNQx>6QWq&}w5 zu<#WC`TLq|XHRk4pGF>p-5`^I2f;R|1lRot04}|9l+k0Xb(UtfZ zPkhJDB)*fx-mYA{^jUzzN7Y5y;ji(I1@Nv?UO`Gg|8&qafi7~;uN-uWKvNu4>!2e9 zI?_RhJLmv`Y8`aFgRT^4H$YMurZ+}^)!6=8nZL@+xQbzsnb950(!3R!IvaDt{RjD- zo9PeZif2f@r9MutVy8rWVX$AURk3)!_)UUmD_Kq;I$@~% zVihRzhHP?hg#xTxJ|Zf1i>Kem(UaLnyH?|CK1Ad{%Q%jRvn#PKp4l#*#VsRUGm$=SaCt-e2ZJLylb^?%7Kx{85^3s9Qbq>~Tg z+*lG`Ec%ikQa{eIAFjWW*{MV0od*q7!y3}>g!|dI+LHLfu2GF;!E`t#SiCh|%i6jfj7Q7I8mxI{Xp^wAT)^%3O7c^hapXc&vUg-CVjjnSQM{c2!4m$R~7Ato0|Jl8_!= z7F2`&u$SW5zFWjIn@OZ2Gfym!4LFd6g!0&(2Um6+h=|V|QPmc&jHky{#Rg0+Z>aga zaXhQB@$?4;1r^WGb?w#hmiw#Y>4TTX?u@UZsQ9vu+EpcO2d|0^ICxn+6Gt=DF5^3k zybm-zD&@V@+7$GOXD{g(*HE)UC6nS);o|zJoN~s2Qtdhw#0DI(jIvd(s_}9kY+})Y zo?6Ck@M?%qC3jZKjD1CaRyL$R$CiB=$A5c6&B~^VuDyJGiF#~4X!oL|TE)d{=er#wDI(88A5fzycpd((oh=9fF@GMD|`w9cRDjqwiBc2`D9AEfG zpRW5fyQzZ7%b}~BJ!MqG<|N-gfJ>`7lCSx7lO~ag z<9TgJzaCF7POP~AQ)N6#=vL)cFjK?grX{kC8?Ydubo_URmnTM!D{s07d!_Mvi44-A zCYc^TJDIMZlT0_v4Svr+Br^?jlbQNCt?kLo_}NWYCNi}n5;b)rno>1%xMs)B75rFD5{yDtl9KS^{}TBYd!{vx$#WjC2&$KrF}-&#UOMs z9`i}Fl9{2&^cxscT{~I(_A#H?zpRR}oYa@?9`hsb>CK}2-dQ>G8gZv6yxmfj@XiDoH&xNNoo-ZF2f z?e<7-67=OGQjTKQnrr)^aA!=Zh`!u=iW)qTNwH8?)PPP3IeK*;Jc_Aa;zbT1X#SYWi6>KV<*cByz`GTCh}^TJ6q%>F{qW( zQl&5HmQ{d;wRg5C)Wd4(Y*8So{!yqB>ED!eOSRH>wit3iVgp)+0^w21Be<412Xd)l z2{NhQUm?6QqPbS_4GfHxFmhHOg%l7kI_)j(7uDiEfKUX{}#-KNP^?RZ`f0=-zv6wROlH+ ze7OTQX8PC7V6MvFh=w;pd0Af@_z`@KMr(Afy{AzsqpfvJcgjvs%W^I096eD9b^ z_@IAN(wRUH(OmXkQHpii0HY(TJ4Z@Zo+vT+DGFfN>WECw1)_gb(znHx+qa8QwFryH zWaWrUTV-38@;;2oRmC$47EvAO9_uD>3eI9UGF_tkIt64 zB;h~3&ePLh+Y7Ht3a_d$N)SY^9afcc>o!~gdDRBkC|zaYwYu;sg!HeYWrW_ya#{qT z=YPGJV)T?;q0MoBOym(XVDlRz!9RIkiln6&$=dIX+=i;dDTGeyZe$5@lkRcY zK^G5Y%Ie!v>K8MY|=OFyNcXBOiaeHPisFmBzXIO_(N22A@p(Raw^rpXHFFG*1 z2Yuq>lE=F;{1HMr*m`3PWUYIZwYgq|5$w*)DQ7h-p}vR06^zWf^dwsH^RF)1cAfLD zs@HS=)g+Rcy;REJLOaFhUk&4%oR}l*{Hq<5^536-rES%@^RLLbzVojjuPx+pwDYe@ zRX-sp$B?g=*Rl8cSGRbQV$WkrYe7C=u}KLNsLH(e(_@bo!5R0}(r21m-pLOL|5W^( z(cxIf=@k{<+Rcz~n$)0+w=p-19gcN5?>Zdo021kNtW)_7laAo$1`o%Ypd+cqS|J>c zHA3fDtzv@m`PLkMbs-eQ;aE#~XLi$gF>3)!`PQy)FKKdI7=T{qVa-=L?I@M6aURw~ ztZ5dVhxJp)s^CQ}5C16I!~EanJfTsj(dkiRHwMo_e(YkYI2jW8^RT|7T)of3VhUgE z0G`TEydFKz!%7;k{~KHRc~~to#+5W~imGt_4Ie>N^^i~Lx9afkCbJio=N-KAs;pp6 zJ!()lrj~E~9vykf{)SpgX8LeiL@iUR%yc%lwKFG3Wcxm!NI%Ui3hglu^FEfUfo2*q zJ2j*q*7OX=$il|mx820o|intCy#p6Q))j$@4ys~ua*ceM>dgmw$e6!8`7y}Z7C9Pbw8dIR&H9D zf9q@E6Z2{Hyzhgn%Xd{Q^@4~(Q(d}D=jdg}$04p*>RC`0Jh#POhpydB+Ppl^Q#4cL z@CT51G(WRAxbQtsI)*XJZTtiA<)4Fi(|G#cWysNXhF)um#JOaZ;RXD{e#w`APHBs4r8xhX!Tmx_Tl4F74e@Yi3PL+Cr9WjGtY$8$=Q5r- zesKFhb3i;8h;+zcEYAC}T)2U84-ITVgSNE>C8P0Q5*+l!7YegmD(Q-MW6+wpj0M zZhw8huE*54U1{7p{GH6sDEF8l7I31bVg?Q0AH-!%VFuw}Mw?>J9Ys{!PQ@W0RfrsV1;NjwVCXr)$DXL`>4A>gW*MVcb8+K z%rY}DLa{R|NIz+jV#J|^Hl-?kZ*~aCx}Mig#c$of;JA&X9SPj zNXV(D8edMP7bml4ww23@ZBXfMrZjo#)=W`w_aoonP69#c@ymV=_EpR&!l5Z*A@)?NgJ`&zQ^zXby zJ7vhMjFT!l`c|UmrZ&t5Fo&r|Lv>CxcCRIQtQGHziN@RkLN-G5%DiCeXBvpIabT*> zTa;LX)3mIHpBjin`pIN=KS>~22EK2)>)sPAv~iD|lMa6^jxr(<>OGvDDFZ5Aq^Mf(p2n7jlioch$EACz)&0oq_b> zT=8F~em1YrD%d_AoYzMr21uJo4ge{)-^W+PM;=bw8fdDWAC) zR9R86h`8WrqjZms!}qAR`YL3`vc+0UDXSsVgg13{V>JTy+SMjtW39)U;vDNbeS+)s zwZN?6k<;6Xg5mc>&O`?3%3v3Mge=K-yWV<+H@Cy)HJv4%RaBqGjqv=FPnmMUlyv#*Wvl_8Ok*58OK39axF3xTSY+KIL9W!zHV7AEBbFnYsInZ*t^On@M* z$t4oNM|2jil?2yoi{T&WXE}vIr#!46Z(h5MEe~f?WBzx2zi+t|%hREA6Wm2c44 zeqH}!Fx$fSX(ni=Heq4oFmyBT)AT-?cNATYU&1w@ApN=*(K{eQmyGl%4ErLWp*|??dU|ciqB%jZV`H>B^jiO(2Ze6!UtG%?~4?StKmW6E&-1 zsaZDs^1GX`l-bAjO`V90u$1|!EivsFx3JRaaycA1WB9CvX6e%N{YAR1EfnGgju@Vx zN{N6D*}2oPbGsYITB@^2)zhYK!lsYTe6SSGp~aS86Ux<7R5BmRjFeGi4O2|peQ=zPkjBKv5j^V5Y8Wh9^AG22pteSBpx zM;_GAI8=vVcx=+1vH;R+wV)*YqkdJVhNCG%EsaNLYE>E&uf35S0k!m`=SUBHF2Te; z9#5BsHF?&4kxH@Ju11whgQuSlf3uT%#a@43c>O!C=$E3{DsNxrpo(Oc|D{e!x|jWL zzq`Gd%$~|@YDIZ`3GGJ)Uh;aXj0G{5YRMnR!3Xds5U)1ulxB*jNztC^j_qs8U*vWN1qE)NoCI zDrh%8yT7>CyymielFIOWNUdPt=LIzLn}0x0>)%(g?V2wj=ne0y7@}#1f-nlK74A%1 ziuG4NtGUdgr+pw< z&>56`s8Ptpmu!T2h(ZirL};Qwf)9{K(R##q_m?u`JhdF3Ni20KM6Rev47_(6_rqek zV};M4r}d(xsyw0C{P?1tbkz7G=FbX}SdTw)F9|H0n=UtUHcFTj4g_rT+T6TUt0>s# z#dP;`qq|&~rKZ`nMc?~%wHCa@ z%nW9U>CMJH8Zv_iqo?F_oSdk6tZ{Dv^ko|Z*)(362-I4}J`X37-0HOEOg^ufKrF~n zgDaXAYU+XmfY>fo{u>&BC3=$rbGUCHCvPL)Y2;fOfz#-r{wx9p^LCg98yIT>u3X60<&x|{G^ z463+KNkq<+gnraDi2a$GwOcIm@U^1;QIiY@reiCEH=r<@iXBqiRMyhoY&u#cQwL$v zGxcQdFh_jMdKwssSzTEy{dxNHlY^?CR0DaPs8~ z>FnS7(PGLJYBjCm4 z@=R<)f3>)1qQJewMZmr$l*7}Qe?e$>eYKWg^kYWY!GRr$VWtScoqY0U*hITz%Obn0a*6n+6oHtI%%c-jtKiKi_*nZ4ZFuGF|w&;~N% zo>R8eTxGr@kb}ku_8FH)vx87E;_=Kx;TucM!$i&b$8#5$m{<;ezg*Z`@shnA$;>$u zEq-n6IG>yd% zsZ)X`bfLQB#tKqoZdQCgh?vhRW9dPlM8LG2&ej7Dwi*@T@zUlwJnrT#!b1gthf1LS z(|B0@fK)rXQYYKPz9ci#Mi6~T>+O&OQ92#Nnm>BZ1CPdANng^$E8<&wYgZ~M@eDKmc z#-xMR_Gy1_NH15R6_Qvt$<9xI!ATlcb&X*ZOZ|f$PGl~uYRJqWSoL$l3aRWFDvPDg z;uBNbAY~QCQpfQ-*7kR0XnC+UIns71>R2G}T(KT|f3Ahl>zb$UR1!bX;@U5DJbqnm=i5x{Q zgraluCU+svr@@jpjhd@SzkX_7vMx3Eqy7z1^OA2u&1Y;;Ohv;PaHr5!>MmH7>+`L6!Oc${JbC$1XJ+kZsOr{$L6uzY#8#^hKPBd6Z5T9Q^{~rs?8Vv3MH#r zsKUTCe$HL$GS*uN->znR5UlfPoF(cUL677U1kG7_!aw*MK14Qe=$#%;4dQF8ZK~2_ zZdQ?BMdfovzb&JdzRJLf#7hgLJ)R3ZdXsi2QC>va=Nb7+Rm58BMcOT+vMP$zTubSK zd~+{JM9i+HfGs0)vTGlg@RuTjI>MbXrqwLe@c%lYBP~#Sg zL?2huv~lyr#1Kr+v03;D`;4!~9cuHaOupQ=%(okroAmSTRQ%S#sT7ZkU;QOA{ih}L zhMlGNmQlCAqK378Z+)#Wd;IIGiB8V#EU1YAaK1CvGZHlGQxhXp_xjbup;%$UxCGJu zO&ROy9(bHd?T*L31w8(pny}Mae62aDgx@z;A1e|7X!79E$uU#n0SwV0R#Av}urIsojKG=3Ha2hMJFXjpP~ZI(j=8Z&k)pSq*#oAN-B`?m%Nx zTNgWJHvNU7KP)ejDk#)Pkd1^+PGLV_rWbWi+8UDbL7F0b7*cjSJk~l$>NJACsbk!9 zglpCmi)_!1UvOav3WH!IXsn`7owF|J?u*PRoh_q4I0XsTh!Pix#VJ$4-znKUu zkiv~~x@OJVSoT>h8Z98t4F2b4gteEJLs04a1n%8pn+ooNRoGM&&yM=wJ*@rth#!}e zy%XoU=V)Y+6V?LW=$?(+^1TBav}qaAj1Ly6nrTB@lAQ-V?3rhbif$MIe%|9t^F^AR z%r?xnUXMg#n>I15(i|(Exkhr4Eozg=Yn2RZXX&h+Zju7mo|52RuKr+(I-8lgPCU^R zl?kTy|6(!lp_#MyH0btarhS>lm&itvcnyDRLz$vmMeg3e+PP5%;c zUDU%--%ep0kM-}duWq1!_q3VD`uexhsM!Y1`gg)=u}Z#w<%VcZ4p~KKPT!#i?Z&Pg z55mxITLaJJNIP*WmO7C9pe1R>WX6W@4pesdec)J?vDUxH0Eo`f(g};2hdB$1aGV9- zFo%Iz+XWW%B5^pp7kr4Z7O|i*h3EGuM_lRU{Km@>pioW`E8kQoM`^u8-q(lc$bW<9A%*e{&(FECyHHL6&kt<^@5k6_Z3KzbL*(=+lw)}QfN~7U%i+#k zXLcZW40x#nP4W!^xK8(`ygH#&=$4}Hy&8dB+`VVz3z^>R9ebdapmX?hfdMlkU(m#S z-umXS%_ST1HJ5SI4QAZ2IO8o?0@fD19BQEWHvA!_8Sp6qkwl1|NDhS;<-Yy3D8uQw zQhv5>hB>k|jPC5zRW*wkBQptulQoY>YY=E%bhxDiozdQfud8#6gEdfLx6Gss6tu%v z6|{S=g0=;t$Uf^W-!<`#r9NJ(_Om>@f)|v+%K<`b4k9(juhu!I;4F!H?CXjAACaMl zNctl@FDchFgK^7=`}vaYF7D+HMBuMa4%y8Jt_KkJkG|;QsHd#Ik%3;ntiQrYzzm)6 zrrdxks9kv2U>g>;A$CJuJ_p~`2FFhNr+Do46bIPY<>>Qt&%O>}zZcA~yr;}&(3`{S zrRp+1cX?GM*et=Qr|Z`Y&4J4qn*Nf;*-`uGz0}@|(}g%qb7h2UBWf%Z6K0D(&$iE_ zR=iC~cfDdhzX~1{{(?Y%^7qH|K1=Tzn;?hV(ucT=-g?=R{#~Ch@}$@6{cL}~R_`b9 zPSSgnG|JsfZr)48dMTR=_NPW|;?iQFvqYd@p+bB1)$yAC>o91ka`Kh<^VU-`DZy zu|68P@_dDF#c4SB_I%1?A-ATBw_Q#I$l<6-8UO!?zy^?Bm4F$EWC9IY%mpO}v`gLCU}8{aES)>3-WS**nDTDMH+`^@>7o zhpcDuKZ1xusFxA{RZlRtxrp{OtIZb+VwX=sbGenWE1Cc+WfLtJ;IoEp=PhW1pUgZ9 z9)l)*%ha?H%oGUjAoRDkiti=y^fb19u>q-;_*c377g90jp?`w&TkW}n_Ha!Ns}tQ= z<$t3Z-f$FLWvYi`ckV3Fy(MhhNDXeLyoU58gNIV<0VNilQP;tgl4u`RY7%U-pNIrv zR|nA-JniK)z0?6YR~rxYX_|lX;`H88Kc^(v%nY7w?tOD395K_&72EQFVp^6E(?Xou zR;9h9aKG?1qV8y-RzimjbF+- z@FW&uE!zMV$67v66l-aV1m!(~EzhMo)_Uf6uq9#nV5DHn_aOj{lzL6kmSp9?8--gc z+HVpbxB7A#a2#GfoT^0WfI2%Oh|=j-s=0fGt$jw(mZ!`MN}n>a+!lK=T1a3d7i*aANv$akw^R(Z zLeJA21*~|WD#9&WNmm+b!&6S5!5WR+)Iv(%NBp70V2=RMr(&(I03@N#9mg5l^mIIP z_)t-`54YTsZ$T{?0)MjSYr2)Xi@LMZN>{~h-M?vNW@B;nhos;DNqqjc{ZoIm5qF`L zVVwF`rBJ6UzN&Xzf2=jbX9ZU=4JQ7~623}5_73ZBnvzdc*>%j!#EVDBX zV63Ro`Zn;KDF?#$;_3O*C@N@qS~%M~sOQmcXl5e@1!#}`&<5!Ed)8A&TbI^)wB9&H z>oskf$RJ-jyT@@@mny4)5$$lNO5?5Gpa4bBaUHz!pW%UX#K=wtVUoK!Udk<*x*ND$#Ymnl0(@5FUAVb6XVWav7?;v6AS9qvI1`TTJ|Y`sQ{ zAnREa{W3Vr@H-ipx_MhWNG*+;bNxyI^FTyVu zvbo}Ub@L?9Q-dGQj~8)c{Yt~P_&twqv52wSe&L_!klc9YgY=;2+o9dw+cUld!+fA# zxGKUoUmEdePXo*U)_#jYvRAU>u?t823D0EkW9~V}C4~4`GyFFI@?oDLc*QeizZ5LJ zOB)Y~0g1Ij*ykDcaj?QZPqhS_*g1d3qffCiH=e%A*G}}?K{OLX<1^!x>9fL@%s%7A zc12}J{o`e~f)!I!!{MxzAGNRxMcbYlrVn0DMQkxreJEDa-_`fbt>c8pH_ z0-Y+I=%<|T!<#gMR*TWAwqIZs34QT@Ia;;4Bp3h_U{teTU=8PG$xz5?t$oG*WRELY z_)N&CVV3%Ov*u~lC9&27g*Rl+8qAVikx{eg5mvgPc?+tzKj9XWm^K8)*kV>IYY zj6)|UY95x9hOZKwkAvjlH0?ttYcJO-+asaS)24BRZ;-HwINKwMrI=9B#A!N2e_ntP zAygRQF-T$WNRydC{S)Fk%nicdCGp13YPx~*s6Fyr3+)e(fKI+*u{!yDWZOjKZb7z% zeIWz)12S29nik4OMel_jCKD9*UKH1Gf#xGUSs4DuSb8VOm~nSD&Mg8P(s}+-jfLuT zm~jdoVwBhi!pKGk*Ru!YOshLLq`xDH59wCXkoFi(8%SH06Vo0Luc@CGORXl4oe;%} z@{oUNMY%iJhNGM`I+JbSWXe=oAS(C6V1lx{C-_j*z#yN~kU4OfDE5qaDe|#2QQe z&cKmTNT5DO;poazmZaj1no*PQsD6%#9Zm|J6+HDY)Rmczk>zLkG|VQHfGo09syTx>SyMl^aa$4f2n8?8 zW&J7^wi_oSr_U=kPCEFIKY8+QeuM{7lFK91?dxiaa>*gXg+Nm){{X3C#-j#9R3_USpplwpF{Ni z5nNA#d3L>l7`4WhTo#4X?AaM!!E%b?nW8F_r+vL;Jd3d-$4fPZLMHSI)(53@uy*8*ZMfoylq<;LvGvn^( z4{cSQTX8x4GN?p3VTqlG1rg8Pb4O&FYPXWR?nQ=%PvQL1^NZ;D5>JhH_Mj2&>9Bq1 ziS%=R^p}N_okkp4m6{h%AB1yalh^=u5@hx#>_s-Pxl3b)@XK}Y za!SyMwv9$=M%m6Bisjm7D&^vFu7|TN&8jLp{Cm$58y4vfbD1z7i1AVAVS_l`!pFQ?yk6pgzO!?A*VA_gKKRvrw@t6UJA(42 z%q(h`;aiB0wEHnI?w*!ihsK|4Mqcm;D?+b#Dds0_sfHD zb$jZ5cD9<4cQ)pjW@$&5k*8Y^b(ECEip;B_Vo_N)y2G;C47_pi%vKaTQ^nRwQO0ZT zkEIS#_B8jRVlkmQ*?GpkF)ksj(k!WCbVZ3>eL0!p=IU#lxDU2EwPTGcB1@96p1r0B zyYp2LQSeo|{{iHU9 z#q+T+WroKosjno{&trYf3r?VX=6CbRwY~2681jDnG6Y@sj2SUr$k2SrMd`&9{}T}u z$NWs6={D9lqqGyTRP=#kx2Mnc4=^4im@pG&xe;2hA3vapIKw#XsUEV?<*hBI*;%Ao z$U7u&=h*)JBN@;I{12}-%wc@hh)lzrWcp$C&k6seXokh-W-YbVrCw2wczPvBj+|B* zORZ2j2=gC;5#5sH0LWx!T$P4GL-3A5aKfb^5b5Qn#h7w0GyO0!EHVX$Mxyt97zEL4 zreIY#6H^ZU<-Cf~I{6a=KfDc4L*{fsG;`%^2)0jT&Z|-=zQ*9?1-UUucQ$b}%c^1B z4MT#&WotDKv0rY%gC8~)yNpS9E?l{zT}f1sKaLk}@@bV#+a%JTSa*fb(G1!cF5p?9 zNrF}_cm1&La0p+Zwb|hwRDr74`cYKHtBdGSEQh=9E0PmGWp)zWfsR9o1X-K*Ee~#B z23p{6JKyXZ?az7^!HnfqIRCeuLHYXU|Nck&vu>3#zzP0;dj2oO7AzK_(yf!{i(_*8 zvra^Zs!M-}ZHezBID%~KsXO5ndWvTHqs_)xK?3i z{y-p;7?}%Mdm#Ehjvq-obe6nk%1D1O5w=;1_F3C)h-isKH&60x3DLxZPqbb$hLi<%x8^r!0+Z zhj@CJOb7N5v72!R#BL880;}C^h-NU|upRL~4;0xE*YYFYvfIxeX8A*tf}jk5H7Q%q z0T_O#pDWlimCwz7?jN&!qYfosiQ|(pA%(zWpe6$@h`jK9XndxQ+NyYXBch*I+EH5r zdDl@}Ta#8tZGHZbwm}T)&(GXZTc{EChgb9eQLKpU{#xvEMYQR-t>;NRCAP=HSj#nn zL`QBt^bqvXm&!PD>jvHlsEeiEBmoBYV$e$K`xr5t`cI)alA8rYeO*Eup#GptMdRQH zD)?A%^yM~(sdOD%bOQ+!opgdaeDA^Gc%+N#y`JZJg>n&@-1r9PdcD6`t(gC&x+{|%8>%#Q_ToOK&+^UQ^|f+>carfj#t>0-!zj3F<8Auo*>@{>D^A-5-$ zG32JaFyn@_dokpey&3Z3q651AEkAxNew z@GgE#kyiY87Qf-g>HPfn{CJQR)SDk`$Qv|D2aGJ+hWFn5_{oEOzn$;@YkpinN&nyT z;|VNJeiMGI1FNs#$IbLP;>Y{$v0gA{+*#c+|6cUxS`4Wif7^WGD70dEw0XI4l8n%y zQV8E+=s&xKp>O(84~?*SP9reC-Qe8l*N6hx9>aO9k>Nw(Wk6T}>3L*9L7sH|$=06| zT4H(5_TXs+$~N-}J+60b$oydN!P)&5#%s1~oPnX+xEDG&8+4d8_L8>REkS)zdXP3LC27 z#Tdi&JUud=K1An`+nl~*6X^*%&)IS@?=Q+A4{e`yllpv?yAv7@u{xRRZ57vbtv?7l z?}8w-=!#2RPK5G~zT2TyI2~@C`nXc5qHU90;;tvz9BbRTd&oaXWDO@559!X`%1}<| zS4HefoeImY59mfm8Y%8Z7ePW@4cSvT#rgia*j-H}^=z(oG3qyCZ8?vjP#y587 zA;_IYr6Zoa9A>A3fbEpoV<;#rs@x@;-rnYS_Wr^K+VRu_B zcIW1*x}NTyk(py2Q0uvrd&{iJ4 zsCpG2l`{@1J_-?#{Jv}LbLJ6(;?H|Ozx&6}k7Q=f+0V7tUa!6OT8)M2n9k|mv_G~!RRk%kZ)qxM!F!7ayr!o1riSsRF>%dK z|Johtfs&+Zq_re)EVOPL_60c`y#gNxJaR&B+u?Mf_DgMFfwg2`?1MwMG*(IMMS0gU z68OHw{bTfP&Ms!J7aE+iDyK1Mu_S5Op(d|mcBu>GfXsuoK8JF^`xne#A8ne!} zpM2yG=0DCp+)Olx=jQ$(NZ(b)x|Z3oiyaUd_IUATYvH(_mWz92{X?($V;r>Z20rTP z)hh&Kk=Q`^Z#Fq%tht}^NTl-nU>stslmTP9VYG7lwf6PkF{Xd)FZ*ie;bjERAHx97 zfqqG%nb%oG_Ik1Ndzv_hnKi~}CKf8yq|e^^WZ<3{xGw>`W?kc79)&p>Rn!}0BAJ~u;pNA@(djAo{(!q6-JT2!z7nM7v286URaWdJD2_(m{3+Z|tL z=78NEqtG!iZqc-&I#oQA0G%=shoh%Vzr_3VoA^^$OST``v-S_@xVM7Hkq_u zj`yaYEiNbG*#2$ZNiBmAu-5a8GtCk#wa1BJ+>1ycbcOi`-%cN!fgjtPquTYD=0=E) z03p^Rk@cL8lVOo27WGQm3<&$WMJ4erB-AuL$%|3 z$>Eotu8P0nkO6ATD-rkCGTs+hkzY!&Cq3lEuTv!Mx#FBCJbwo~zmdZTzKaWEmtD9W zFGd=?yrRr)Dt<2MSq=!)t_q$`)Kd1n%oDs|Pb9$$4{xV}7dLUKszazxsw_~o3g(H{ zee3Enf1W143QXl3#vg#I}xqpgBTOy@9}6i-z8_9JTf5s;P0tg!f>ZK6+om>jx=sCV<3xMcQ7au_GA>!r1J zO5OWA^qDSS8?a?%NQ4l#;pZbAPLQR04ugs1!pH5!`m;-8Ihw*Vxv$adJg1Decs0E- z{V_Ez}jA>VCy8%!?V`3t0y)|48w8@z1Hu%VzIoSG2|Z8cx=^L#EuA-)gzm z?8{PKPUNRET~IY%T*5|@s}DS~6Zb6Qqbu5$SNxt*d1q>IXjrYk?rGN#+`prn0c@b~ zP1jpZjxIO@ujIAtEo<(*!tM3wJj6E|kn-Z-6qU~SEzMJ7J|9C@4PB=P=7GdRGDr^0 zr5`gQk%EL0e4vY`tS}6+aJHyJ8n#$gILKNkW~d%Mjtv%GELc!tMJCg|`N6)LqhrzK zmrw|oQgBPup^_4_@!}D`*7dxEr;076dN)6vd;gP$ zx!f&-&kNrp{!`pr)69hi+NlH;kW=l%f=X#Wp|gX0g~cEci|Sm3ghlmr%w4Gky3$A# zw?o^(8GRYo(y3vzlck4TP?vV&_ms#-(O4%wqAa{&LAbjvHli#Q;i1cycUP`N%3Us% z6T=U998&p@M^H>Wepvss@Zi*y+K0kerE^$K>XDaJp-H`^pPi}0UN*mPcAp>0@7D3M z%k9K@c<`{j$q9uKat$nkvlm=fMv)lZw}yWk0+OI^wcP!EM(x*4YwF=<@N1$^;5%2f z)A<;>1+?&a1QIqdAN^p98Zs!S6s@i5f2a)`s6+#I_s@ zZ5@d;nmvQ{=1Y=2oAVue$i*a$+g2q03U+v1uRUZm>iB*?S79e{&`<5ZW~2g1!dHk> z-RN=(m1gqtp*cM{-uzdrHksSOB1)l|)A~21ak~mg^b}6JdT9@s>7fz>Q0Wl&Ad%v?S&be$4sXVXH# zr)%wWoaJ6hWEtlfkU2~L12V#4qf3K_aC5o7g*`U9q%g-xKzT`L>QpM__}>OJo_QcK zy;>s?mF2F-lt2vD)kxlfZLijdLw6>p_AjOXe~K zuAY-5~|W`L>AzG`VeD%{xRYn6VSA3hA?;LB?3 z4YoJgDpC-7Cr&}mtC*ZXH}8>jv0%dQjUpn z#Qo44i7l~;K@&N*MDrwQOy!_ol#xP}Yp$2b##&*pS3yoA^5gUc!QqY08YnH8kn57d z`3_!vUVz@4@&ojSe&M|>OW)z*jo2^f+>Pjaetx_^sgMcFmry#h2$-t3yRRg5GhZ{m ziC`>O{j$IJOWzJ%%={)^{-YdIrH){JweV%YJ@?eN4kkGZ^FY$=u@V_kHB0W)@wGoam7*Z+`u?_dixX4_wHbDo*JsIerfzxHC?6-`Mt6n+B3iR%KVn~_*Qt^fZ%E2ZAHO>tn}ge>-#0^jX+OU zCq)i{n6B^t-(Gf0ec68bzYag^iM=NOPp&WId9R_+!4AMV`Evzj4Li(Tac;S-fG7K(LH4Cka5c_b%RZ^3cX-F@4C z@Sa`Ux9|Gm_Pd1-#ScGs4-3#%Gq{yfWYU0kVtOo(N>N zq?!`W)xQ%#di;EGq5KEs&0~D)96xWQ@(=v6SJDdrkN4_B=R{sfci0~PnVL?Mtqj0> zz16YY*UvV_-c5a9dW<(EwL7d-rOxKxn%XDhT$oHrY_7@3a}5<<0~?w2eCHWTF<}Ol z4E|R1q@yV4k6-DP>UG+s1OvpY=8e>9)$E$OwHupaPRxD1w~gb8UgZ#{#O(VY=Dc5& z`k~Yh=Ow+$au@Hskn8-<-YM}q!9e!-iI@o?PgQ3J%=@y`YuOJ4EH*THi9T!udDIL;8;ZLVCKN zZ6qY`pV(5f_(rh1Q-={wXm{fqlpWt|?)VgJGPno8d#EG79}HFOgTFq7b~%~aByT@=&;ni^4*;4Sqsk} zV23*fMA#|KJg!+2+Em}X zl>rSUDNV2Q2-cB6;xFrYKnntByEZIK5voZwQrd;nsFwZ8c`pzM#2yiNjOc72%Y|2G znAWi(|3($MPg1~I2zR)kdP~C?>6rwP?z%o8we8ql(ig0qLfWj{Jmd-i`9}Vxv$;!# zWZ$O( zyxVmTj!)tZ+wD9ewqt{7>_Z;L*^4~uebS=s6se%yZ$mjtHjP3F3N!;u-$rRL+0Zh+ z+qo#)DD5Ss;co8I?>dZ3jf(zih*P*3#(w?ORWh>aq1@p!^x2s@Z)GNN70aX+E}$J*uIiB>iAceiG`X zpL6AzJbhyJ40Eh}6LJQY)hUFRm`KFj%zb=Zx1<1JM}ifkB3e-{#_VGeStu03oK0zw zp1J%#)s>!0M4pMyBqNZTzi+-oYJ4I>1TG^y8=^tLjo|D`)GzW@W(u><>$j7iHQ~1E!CqB9dz5G1K4u6QEpk+8oMUcjwfkWE;D#ZE6n{Qpuk{+s2 zp>=~c*1VYyiiw?`I?nePBt$~Hh>zgp|Gg41#=m7JTBL$}UvC#n8}hZo*yzJDF!>Et zfVEz?f<*IEd8B?v*%`Hl&)zqYD*y>xFGvj_ z#&~g$dLDI3^iNrcQdSjHz8-N{kFAlLP(OK-ovN01aSW^a%yW0ZQES?da9ar;qxMzq zP>Fws@$KLwLVY_*#kT{`l{Y2KY7GA<9L6^5IsrEPF}$-ET&!aFJA~gW482Q6tl9kQ z6d-2ZK{9Y>j>7|qfpz|l4Mk({4ig_P{Iq&Jy-~&?$FyS|^|p$Q6(5t*7EX3JF@G~q zh=QiG&cPKNR0qj>7NPOq-OdaEUGRR@YhfdAi9K=|Xe)#56x<&;R=az_+ zK@PhKG?g=Yd^ZTH@uB*3xeyh%0e_6#%JN5)Un_EqXmMt%ispL)O)Ff6CWo#{ujUM9 z=C3$|8I|zxT=6#}@2kzg6Zr%2hm$e_WSFdoUxWPmp)a-*5&!P*)Pg{^$1TqbRZp6To;Km$h&V^8K;_5z=ATbcZ$v;wt3i zbH*&MgBOnAfDG=+k&MyJL`1(0+m5$?l;5N6bsFJzgb26)V4(Hk4{GY0N#=Chv;13})K7 zIRoiW#&JjRUovDPc9M}{`enQ8-K>J}S6zS%^q1#~3EVu}2;*Mud>59Ol{*?&tNozg zl6&_pITIZA@L%L~Ib1_d=XBkb7M{<@0Ott0Cr*8Np2zv``vsVgIilG0J_Yd4*Jm#U z{-V0N`YfbNl-P#YC-~+)u1YKy8bim47K_H-#8qVXr*^I)>yJNO(FTN^3+FO@ zHh6J!O+o0#_3=oBoX55|TTyXr^vCb6kY)8Jo~{tA`+Yg>1i$5v-(HdACt(Z(!?rZk z7nab%_Uh1-tn63c6{%>Y5H$*%#Qhk)!jX#k@*uPCjnt|8t8Y)LKIJx{=4$6K2MLowDEtHP>gSq#UD)_|L5maA1ki`wz0+GOzEQC$lw zBJo+!YC&sZ5tfm`>EV-G z#VZYO+La|>(TVjnD?%S|zh9-oVIuKwwac>=c-iR)A`F&;@WEXuRd!&<7_MXW8G}f z-&lSh2hxYNa75vmXIPQ@=;h4eR^(6ed6X4>fls0DEPG0@0N$EbN~EmE9lc%B z%)^2w%lU(e%%Cn#3obwD47c;5&}9c^R7@A)P7Nxuzpn_6F|F^-^VDPooZFv_-{mwe z0DOe&X8WP53*&0Zv$jt7JN9bXvj8ptoRFCu4J=X|k#v{F_e`elG zX|{o@;bFrwt77<4iUSjX*6%7!m7;l?sk$*kbpOg$SX#_$=QyMc9+dpt+v$gx2UliF z6nk<={{9!&O_v_W?_4B3;iVrr8UTx3QBczCG*|w>6PX-v(8XD>-RK<3*ERQkCwN&d zf@@45tQQgC^1Qy>igxg=c}8KA6@7wlW(}ze1d;;`q|8B!!Rma~-Ml|kOXunIE*_fq z|HgZmNSC{;?vlg&yLrKCIsa5mCwJQf{{!=%aQ)2sCHawKLPD_6C^9Nce6dZg$BH~i znPRbGCLY8+~<5?kKtFKgTtnlzn9>Jh=+ z3`aKV{`a6HX5Oq&Q|OrNn&hlU{>Z?u_Md@YLOYy=KU0LeQXU8{I}h zFQ!%EYK5wJHaC?dc|b=`ks_PiSb$OM%5if6{%>2pZo-4vh27TAI~uEctc9!a%qEJx zfLN|vuHlO~z1r~s=OzM!N*b&FC7M;&nApHU=OhMJ$q#PNnheX0(d6voIS86PUaqGQ z>gLAr>YXc>_7AE6{FPZEfd7R?yhGsOuKxKym*bcBC1k>EVq&61iQf>a`6VsFtPT7$ zHUNgq)y_J$x7@Y4KmEM$>8E-G3b?b&DH7MAxgwo(o)px1%%+p5ytyU0g5sLG<)O_UW81MRV6kt$SK=B^F8& z6i1*X|6xgWsVI1A_WH8mwRXZTY^bR*5nJt8d_E-uaYc7fEo-CnY|jH_xjbR@#pz@7 ztb+aEx!2X2&^^sf$uq2|s9xaG?RSDYv{m5z`<=NG1;XVj6lYm>+!m)+T+fKA1 z;;h=d4N+k*Pn)+PEA(h<_X?uaFS?AsSnlVx@+s@18`DlK6%=!R&6Y^liCkhvR2sUn zd1*Uu3W679=%}=_JN?nQoEGv%=+SZQ@Gz?8y=^u0XkVUZX;fZ`y!xfuwJaffP6a1x z368-}ur>24W$B@rD4FdF(w#Cd^IJ@_>4mK9{t3`jCGh39E6F=0^WeXDK>VAyp3B*_ zs?`K5<8xc6i{f!WxMx6caJZ*1Sb-(3AT@55$``32VIybge7{9mW2Z}f0~Dv+cp+Y| z$e&I-QM{9V&(Vy-hddI)(Q^4h^gj$e{Cc7O!p7JN*T7e{r32&oF9pkD7>gq|NbC6UFE`TZ01-yK72-yO9QcS*KuvG^hE9O=1YkE zCG`-@nt8GdPFRD-O|=G_!_2|T?wx05if;m>K0bzg~rRF2$74=9@ah@(L;8x|Nvhl6>8w;yeKk+xUT-|3^1*gxwY1%rE&*aZjaU$C?Jt zcx+V6b#<)f>`OSdXLX7z<7QP?Z|Nwvq7#Ia@M23x9YGolUHJwj>{w|1mX(}go@t&9 z$~+rj86Wa4pN?=#N3#_nL#4KoI)E=me<=RwM_jnR3_9lA$v%)s1aUpR^VjYW|9Nw? z8SX4}nqe?v4_kzF%G3XIxi}YovNyqm$k{|ifY4bI-AQvrGyz>=P*JX4D+K0kgPZ&GH5OXFHc@(mcW7<>Lo#FElt_%)k?*{YmAamFg-ZKEgyAE0@vnSt*~| zHB$}#&Yx&3^(T-Vo@5v-C2@dbt9#eDgZKKTeB)*Y5DMepk?>*J^0hJ6My?JXoQhLX zrT@`Zg0|6u6q#XR63jWX&e~Hl)T8;mBxfxtTMLBI~jDK%< z07=I82RTzNwG%g+@rmVN4Naa??)64vfeM0*z8<>WrL&({vq*ddKuz3#>pJYe%W;Wr z<77ItZ~8>38L0gvcr2p|eJq2Jj#74FCT7&-dA>xSgkB{+UpICabzgy{qqSo&=4vO= zWRSBqLox{&GhcnMDU-B|a0iOjms*4OW?R|0f}4l0_M#17I{(cUgtEDzb*Z$1@Rj1K zcCY%+h-3FEZ_$_{YZUVlJp({7SkBie$YWor!Y}3%T;g5oanaI{+7@N;y34jk5u0>i zo!zlvpxa~mb|kjf$$#TqIbHT!XS$fxOrPd;5ZqtQ_&AO$z(qYdEhICY01)2}HV6R$ zR8Bp+HT^z@F9jjDCz|GY_J3TlaB3+qwUQ(s4VHPe_SIU>rxEFTMY`B|k8jRO5j?5# z_n>x^v}-4{;qB!1^fE=#n<(zw@0NQ=%Qdw*PxFdZN)lO{iy4c=LCLwKi5BlN9XQvz zHNr8&zvPr5_Rs8*({$`G({1cFpdh%l5C1L@yuGwMe8#@k-~+6|7qOmKlm~}{EOm%S zp#QkKock6-#?{zzJ6(xNhdpOo!CC%-=@*H7BiBn;8UAUfLKe!g_sm_eu;nslM!s2 z{S(7bt^r3}`q2lTQ{;wBm#zJp}m*c)RS*Hhpe`_B6bGj1xAJ_G?B0o}?=dP6- zJ|V(5MU=^|Qxfp&I!UGm)@cJYNikd3>0`LPyG}1RQ;>XN&U1Vb31A@`!pQS|)@ugq z#h!xes~)4VR5=r@WD#JtH>&8lmmMa$Kx}#mQ@-}|yTFQQ!k+YT=`^cBA=TG`yPYK|gx1O?}^4Bw`yWI7>e%JLB zPc4t1nf08h`);!=lk7W_JEWP(AWxcWP^Yk(Tq>MFRlNkra(~pEyWB-oc9+``jws9h z247^kyHqF9_Ok08-ZW*)=tFVs>C{!-Zr4t)v~DvOO$XWWi;1$aEO?+jteVtBQbJ;6 z)-DU-!Woi<9p9#_>n^`K*1KS~yWXW*=Tv7l3o4LwPGjL%%=E!5 z^FH!a=%?=L!*oeEIs@U+y2jgYHEaB~AV}iWpp-`KDsVp55~n_&Y4lAVWbRjH8F(L` zk;_!*m|5*PtJI04Hj0P%!j$9PQYOAICqq08J<{WHJPnCB)D^ryL?H1gFV`!?rPLDN zl~=Wz>l9N7;}DnfPgDZgt^W&eb-zht(#E~w%_IEGJ6*`}f5{li)GX6yK5<%N=v>je z8YSSL!Lf$!i62Y3pMh6r;xlo<6kEb&l+T@%75OdD^d^P?Lz&YlBZGQU8+9jE=T7Y3 zOotg*L3$W>Zj-@(_nI?sa`2GcEu5a^rRyg&QXCju0I(|JfAA=8Jvi0Th7}bD1;sdb zo(6taR1SU9zi$1?@H%r;&9X_aOO8#iJF4y76r4~~l z`4iyy)9YFq=b=Eg2p?#L`-}F=cVDw!f>q&df-AUf=anJ(lU%`VvIuV1Be>mA9>ffU zsJy2lbGPh7Ph@UVa(`YvxrZ}-F}=T&zC$_k+B74th1eYmH{>vt*V^}#-cM87ok#Dl z*2Z>~*Gg}ZrGvkJL+hMceM>H7A2B1tz>h<(RN{UFUxb101(DB@*Ia)h?#N51x+iH( z{worb4RlUVVZ>yEJz`PjG{#(7ZxC~dYoy^)3gMpANaI;(l8se6Jp;{u3DZYij(#X# zx_knB#MHe4MWJqivcGFonLHvr1wdPb4m}DX-sT7hL&)ktm00%MtjJ|jI}`f{Vr$Kv z%_HZ58<-=?w%!0TwE(>!UKh5wq+QsfE&5}l%7|1JJcYPpgjQ)q&BOl-N3q?HPnc-h#kfcej;fIsuv{_DUp$*KU#~OTrBXNcTwHq*F zU=P8wteT4w5T8v!F6?=UKzZA~}G1`FdII8+~jwl3GdUMHok7qe|IG;CoGuVT7bppyxXAvrGTABDL za)6e0wqA!l;vKO^?5_yE(K(i_q5DtbOK8}gdj3;huN;y_Vw zt;hvn6(vPEpU})e*9ek|nLrCwO;Ck$vh~vV^>Wc)mOf3*xN}M`5m`llK zz~^06WCF}jDcOa>1)*eTvf$a%8PET^Uw`8h#J-)&dV?eK<)-=nPMi1;zv?+1pWLt0 zag1V_{UP$C)Ok4ljDcf+@?@^Rrb&$>R24(G*z{^sR^(BD(HQ&SNjWNk*gT zyVzB)SW%19c7|Bk&@xO4495lP%!-CHhTZx)j!YL;km07GqPM>0Wh-$pC0oREw1bmB z_MTJ7<6GZ1m1{*B!N+YvOCT=NREdE8{690AScg4qWJwTP=16pWU(z@99Xl4igatSJ z#f}#>#3nJQXY8tFqQ^$p%{oT7%-WrH;>_xXn&YeliC+uss*ml&Xk6mnE2PNm|Hex< zSlm!kKI?d>A6_IxW2s#eIxrQnNu39C$62y>G#c7Igef`*Z$rk@*Iu@6+l8-jeu!Fl2uMSe`h4K0ZL zV@WS7VK%tjSSeS~T9k-(((GQHzK#Of(Si74Sray%0ZgK?qXp6{!9L_DW*bRWps}PT zBuf(vBB^Rgn|8C+1ctebA3CP^&1K}@4sc@qAhIZ&$^ zo6Mcw#@ZW7LVuA+CuICO%T2g2{|db(dY?Hr^R;n!BL`N#Hi4t)S*rmI%?LoP=yPJ7 zkB=M+ux;s0O5fzBj0%|GFKTz0ImKr^aU2`x#sSWA6J&Ycf}!hz4h>b;hyPg^JhXX+ ztYs-9wHCI@Ql6n!mf+w({2}Qr^?f=s^AC3o4AeF?hyK%jHFQhLuP=>!CsR6xNY<>q z=I?op9z|%9j17T!s5vG27~^8?Q)PUW@}E$?&Mp5(EgyUVsAgdpecG^e^hPPaobnUh z^0%7u59UHRD(Tq>gJafLE&&u1sFdqtAIY8~&W06PWxf?!kvQJ~my}J-rJl$CV;`qV zxuK*IgYE+7XNp1k-Hx*^V+bC&|AQA66+C$*ZCH_RYHI*N>h!LSElWMY1HtD@s7R($ zH{9S&)X;E)xQx+(8*;F>cU|gfehSioTezEDW1z#R0dE#b;+G3R1D4MW`2}8T9T3Wj zd|Pp?vs_vTVtD8*Pyd(KVrVn4vmy`VwKiN^vm%^;_TsJ&`3)p)Da|9nzhiQSihh?f zJ0-!VK!U&9hXlW5CH_Xqz9jf1j|2~u13x9fjkTX!k>EBtb6RNe?_#L<=-!&OP2<1| zt>5X9aH6e#;172dwj4mE(CXA#)Z+YzBrkT=%Ynj;&i%+#saHSiHMAxBJSxve0YSnP zWgEC7^*Kcqj};d80`M$khhCdXW4OkGS%${2z>Otoj_@ zzcP>aAJZGNXEHUa{`@F{ScxuIBk$KWI5rYEmtld_`ksahuE=~VV4Q1WUobJ99ZM4 zDX|izh#+>=HlkN%2F(7!na?$yAIXrCx^jf?cce&Je|h3~qt{=qod za;>}>OM5wK3zzB}a>ZfGWI)xtm0-H+;Dy8>y+hh(@G;r5&o;)dBdl8NW09j9YyU-3 zq!(GzAYmGII@K2||2+m9fw=NCi)_IC^Mo+O{G?PRu(Uhp@K~DDJQV1`xk->{uh-dd zk+yeap9EKd{I&+-uvzP&MMC+w6?qMM4CimA8QtA4A{wN+&(*YQpXhm z?aYej3vFo_I=j@6(bxH5gtluD+9aDHelun~RqyF3`8MRX9^|%l)*atx6YvcDoribA zAOd`6kaRtU9iiT5wl*f3;Eo|=x1Y=MC7SB^h1~YI`8APW$ZRk1%O8Fpne9=*ax3zI zysizEgqBKJm2XIdX66gOakgKmi~KN$YsAdPIV3RbAw^Rp1d-e}>iQilv#Nbmmnq_7 zpzeaZSn6g-R{3U&+{Lv0`W(sY^n#zhb^b`AztVkkS~`Sq_%FCiFiL~YO_4fqR3>m^ulzNPIh;cZD?lMwvA$Qtcg0?``O+?}w%s6B_AP1j>96Wu1(|Lj5 zl_}!}m2NoZJJsBuCY-btk!YZ9Na@i~vWSM1K0|4*6&)dS%bcGgTp$lCVG8|9=4HrE z>STlnmE&XEQr*Z7!g$7l1b*&oyMo{k$9Qq4AIyn6Jr7MyIBbrlCKxTqXGQO$Z&r|C zLF|7Q3E{!cH0Gm1p#eX}BVgrL((8h_dmO$^*m1Rqctgu5KgUh z)ML&GG6Hc12ZMf38FZ&^l9h%*e-NwzQWFYb3sdC|`q32RZP)#Q`TO~T(oC23C&KI~?ktrh5 z2~wi>gJ~)}ZgnQY@lwCo>I#qE^A8>B7kp<&CEFTRdWrrRlf2xG^d{6$IB!7O`zx?rj^#wP zZB}}+(iC<+7dvCW;^+ffJ-$o%q2(wlhPsI652Ch+`B^ZpQA7?G>DF3_ zSu~*Zr$4+|sVllE)ZG~8X5Taw3LAdI(1(q}5`=|aEJ5?duqqIOq|9IqJiRdPYeD_Q zX0l{M%ok}E`^fBX==Xuj6S*TmY#ZnWCSi)YlMZzqxnN|Jj(TuTV2 z&!rEs8@&`PsTpA1aSvVl$xY^uUm>!MAeUXc+=?_oW}!1ACxO(+z<}Vjg>@|&?UjC~ zh~#k*c&{8=OE@n#Dk@27EIZCTm^Lh&0aJ#6QszsG(l=%8rPe|fPiyWG?6d9^pW*tN z7p>c0=ZlddF{J_Yh_S|yfQ6u*2(DZxeW_UsPeW>zZz{DeC)JCI(5VK#IonlUjm~F7 z?rN9vFeMIjd@U!*nv-@yPc#3UBpQTdx?ZV&@hNTet$k@zWw&H6cW*bEs z<2OuY!OJ00G$MS>Ig++rqgj{p6F4>NML&pSqBZ!*C&^CiBaxjmj`76Acs8)YSkERP ztWUt1O_YGf4!~1ZqyZ~(1rHi)C#n4P zj-(hB60eEEXP#r^FK>UM=j>uPyBC-seF;qQD_7n(ir|1ZU^g>JU%N7R?PMcQo7HU+ zax!6nbN?7wT}{#6KpqZPRygLMlF*4PsTKJU#^Nojq?Dyrc3GoqdFze~R*IaULkRr} zo7q$Ps!n5rxbmJ(=Z|zK_A<$op?Z4kzf+YmZr8s=VyU?Do|eB=%Lms3Ndvp69)D%z z6DjY?ds;qV%6syjLO1$5IzuBhi~3&HUiKO@GWIeNk2TrPEr@thE_Ig<5bF3@svJ>F z@MNmuNk+bj)n^P{A5b_eEcN$!5{4iJu`RQi)J`?fyv@33Y*un`9?>5kI&VYd5g%sIobxb>sK9$Q&$3%l@m=jv z`SzVfKuWWQd?owN$p2t+8T-zQUvA%-^X2v(q{lyeb^FdO_X4@>p-$Gg16N0bR5Jma z-Ozg!4WmNHG02jhSoA^w))JL8=1$uv;p)VZK^>7mtztmpeB0yd&A^HCpk4WTxyU&E z@b#HB17=U}RN9?m0Fn+p1CVUT%%M-N0ca8|&fdEtV*qkT9W!M-Zl<}8=d6$g%uyeV z{6T69X&mwhAu~KY7Ojy-V*DvaU_d~`{3Qk;N$qU}o6q4uf^&H`AVpDQ1F}s6t_|pA zMrmw73uL@;Z6lCS(L~a8$cc?>O>iwiTff*6B+ch=rPV6Os7xy(&#?q8&^KZUx>=+p zp_rPR=v_eJ&R_X58l;XsezPn$mK))>8@UBd3}}Y|UBK&*0#IP;t`P#E(6;_#7!_(J!|6jBxpH*6t(caap@h(ENgTirwdq ztlS~%Y(@T4<&OUBK1G0!n67ztpBn0TCw9i}bGXc{_EA}NE4r7m*?vqG0!%yRnJh?V ztgGG(?y`w;?G^`&5a=kQ_GA%c%u>&8@euVqY2*P$o|Q(F$XU?{1zb7D*e#^z(62Nk zrFpLMvX&N+xqm}*w2Nby)Lk$pV}HuES8c+EAo9yERXnIeO3T`-QvcA0Ixn$9y$$cK zbL~)%YrWu_tlcU|VbgxDz3O&T&XZqsm7Rm{ zs!saSeJ1=ldbZlDlx(HWXPRoS(w}ft=~C=fTbwpbrn}m!uqz1}M?7^NgMsAQtctZQ zoxjLUNfi@_{{)ic*oDro$;eF&j4MYBI#uTB*>$34(~BBCe!{Be7=wO@9Fb!T!a|U( z6cK``Vvra!jWGyB&aHmDR_7#}$F4DmvR`Hlk^@zdcl5Mo_r@T(YLc(2dB-*V7=tQ% zb~Ogw>h94uln z-;*WaI1;Zw%}8W-yjvvR+P%K4zg^bvC|5#N`&8C9zxbiki)cDoYR5QE$Fn^#@)FlD z#usss_#;i)@#6bWpfhuDC_++xm;_gh_jrNC?rXXFOd< zNa8yXNIWX{pe4}coK2E@3r=lvb|p0TRV-1>Yv)pIi^7OMuGN{&Jb6zt&7C0d=<>BO zN?3|ynj6dc#7Go)H`AP(neA?q9jtGrxeuKmpbP=mN%V$|a~=cv>Y3&$sk|qd<~Epe zt#qQ})ipGk=JprsM!fjfr!ovL)7*kZ6zuAgX>LK83=t_-KDqva}*I zWHZgBl*zm4%oYd+h)F0umW+SzdCAWtshP8xf|*Qn=P=G}rn$w{fI8k!rnv{@MP8=4 z3j{T?AZAE1Hyx4yR(I7!I;7&!LjgM{lG)NuKqr$yB<6=Xzf|gFGtI3(N!R@np60Bl zpuBTJ4Y24h)0{_t;K!j^Ku5-uiu1>#Gkx>TeFGCL>)K8cbABX?$pf83d_j+JL0Ix( zZ~!nzU&c+oIpM1K?|$sVe|Pb4*YDQN3-@Pv7gva+|0Hm3<*AcJ2>TB3G~x%<`OJ0VQCqdR1lmz-Xydm7jrMEGOymk@qlDO#X(Zzy}0W@ z!q`sDV}MiETyY>9VG(3q{DqvK-45*L*@f#HhdnH9-t@dn{_7`rq0s6GcAgXb6*)`k zvkCPRSEoV({zznzVJF}x#N58XinW*oG*175J8}a}_P#c+=lRDi1?tSw$;E+9xb}ZlcWMg6$rvNWcw@0)bRxPhZ z*2KeL5z*{i>6+Sd@4LiclPqFFZNpsVE1;GRApDw_VGI=X$)Qdt- zH^i?lNiP&I@7mbon6(ANH$jiH8ybIdKd}S|o?}921rn$3J9>cR0Wk@U37gEdS1z~W zp**JMoWxRwJCh0YGY7W*;=qEW@MfEUL=1yw-f}&N-Qe2yE7FnGjoy z$SbleXIyWvJ3M~HxIBn)PPC?ZMk(#TPJjM*pn_u+jks26$7ht_J>MRPO~6!%BMWzi z?Anil$J>Q?XQGdP#HF7=)hp>zuU$=!-a*D(?jqxmGJc*wi!Cy>G+q$iP}t(T6EAw5 zhTKiZb`~etNIcYzqna)LP0K9JDlAS=M>r>fy=d=u`|fORx>M$_=JEx) zFXbxTa@{=Aazy-jn(yhCvKVb}!5~Zl(-PdNv?2$ia$wN2fhMybx+)Ma{%IxKG(H1N zXq+cUtO1E*2{{ROjn$ocG#DzbLh+{dSVwGGN2=7B4IZ(oZS}DZ(+}gW4347VQf=35 zX6P!S6jD*z2B=9$Ov`Wj3q9a0F3J>aQhCjIR@!A%LS^U=vrjC@HQJB}`)()vzcDQB;~ z66bE@0HvF3PCgg;S|q;zY@h-%Y2t`aY@ zNCjp5VU`t3wzof=ljy`BzK(~ff!b^xq7HJuoG%K zu)@s{G7|k3y$L0tOe?#i&3JX=>evjQZfMa17=LVaL+pBvh+pI+wl#gQz#9ok9Fy^- zr^?+>R-}miG^hj{>Lk>*&qm z3)&108()L?^)0D4nemooC06u!+H?Df9KrY0kLk>L1;dfyQO(YYE>{x$!K|Ok6Xq`4 z^U%S|l;21!A-Stwbfqo4Ncf!G(xpshuuN{lMuYfB2#&xyRL7tdgj$eb$SU>XqpyG{Ba z?neN>{Vw$>;{m(OIKaj}2~^>W(JOej2rHHRH(T5@=KesoO6(2i1%R!|1{z_Ja?g<) zoTOafA}1O*rQMbSwVlCQ_6SO;fe$zK4wSo`T&*Mq|M`v`|8b8UyM?I#FNNN=!yl9d zsygkC4~pzW!)B(Q^Z>q9BBbP?4oi3voy4R6?1zooMoycf@f z2FtgZ-6yy1M3OA%^u0ig?9du-hkiCwMBwpBwX#shX&=V9owe}#7mzbT1g&pscY`+| zS#p~+rb@tKogbzwGLsn7F0YJ!pzf-VnQRqy)l0&>J3cD{mffgUM0kye1<{lDZXHmn5!v^{J@Cu{b|FTJT04I0 zfRfJoQXIZ-0lm59TiY3WF?GCj5PkKQqn(`y7zS?uPP+hS=&Rn^q(l{VzEj1p6T|;i zi*lPBqC3-s=QnL;TMz zIuG4<=JN9R=Ipjo2Qqe+Rh3B6id3!4*^zFjFW%1A?rzjlY#IH{V_7F5sj>qPQBcSZ zoF}l8r~{cD`0U;WOcz%Rn3O?fHezhTJlTYS_*Hd*Ay?ICy-Y|hFBTW~8~Wd$0s|IY z*cUy|*Pg3JQQEIa8Iw_YJ6en7UxAl!&nE~oSoWi zCl(Y44s#zrv(>Lpntg80jAM_Q0t;pU5jOfIQk=7E*fm=pIXK$P3+Djc`o6XRd%V;4 zH?->$t~_G^&ead|7L17sxN!%vB5#6#Mvl_OkZ67zxr43+yoCZjD{^*h$F_m&RW4Jn z3yQ^l(a@`7Dn&vg5i|Iy6N?uSn0CCKk)O$`b5{{xo0a zaJCMvsl|J!Q5=ughyC&p%e>m)wj=CC2$nSUDN++B?+Vm8D}-ET^+;?-fX?gz58ywb zp4y|!Sqy*p){1hLY@^I2VMLU~0(ryW1!LvhqO`vE!U~n$E9D7#lHgyn^q*L;UOr+` z{csx)p~Rqj`*dWxPZ02A9OkWiqJiveiu?-$R%#7JcJuz=<9I)R_wN^AlS;M9`^-EA zE#2IYwJw(RqVQQu>gYtlJCwi(i)DJT=sX#}duIUQhKnm>?RfF&+)fsIsW{k5n9XP_ z#hfZJnVJ@29q|QHRpzQKp#_SGej4#l>Zy?#j9_{2MiS$(WYWkNk0ACjtcJZ%SIV9+ zDu(I$Pw;E6Pk=8i#g+v)3Zi-KS}DG>mEZ*RL&b*^1xs~Ca+uzPaP2}@j20z*mtfhq z0bwJBT>Ms;dHXtg3NN zNSuPnhcSo{d6reRxSWUh(x82+cNGI4Rodb$ija%?&QYR>if6SeL1$2BAI43)+JuBo zG0r;_Wjn~))VGW(O@+`oGWLYsj|VRvhTtND^y{a^U3#2%toA6yc%M3ywkK!cVM?1E zVxk)w{Pvxs>Um~GR6*Z>;-p|;DFqD`OwJj!o?59IT7wWpmwtZ26DDV92-^L@^lI-) z*o0X{FUF|r5w^&2T2RFgkWU1XERPDrqbdvaCtQ9gYF%ry%9S|Gve~~-tb8f8gbGUU zUGir|U*<`wN7~8wlY&F#*e_&&!X=`wiT&AyFj_NA*xhOZ5a)`iH1Jo7WZ)Yg->s@@ zx$Je1n4Jr`^Ay&@Ks!6W|E*jy!D}fG|#tqlKL3Hv?70h_AjZS#2tR+ z(e(#lnz{VuE+~-8Z!&~j2ynXq6asuR?}bgE?!q;+HSWifuZPiR`B?Cz+&0hFHs20$ zq24SkR7(HXoQRnJk0Uu26#e{Z0OaZC^ZA}ivXml6=G9GGs;w`cAq)23 zY6ekkcGjZPgW1ZhGK@-C9r8bWR^@++Q`=}1N7xAh=>AGufG3J=%>=k9b`H@!-j6Er z8)rM)C5>pBp-1P-AOeZuPgY~NzNkLt9Ym?3P6Bm=9wAaSB#^j3 zCE=n=YQ%i)Q}gxQKw%H&>+E`{9gPGQ_-FNNzs6BP?AO7g#D3kx`s5|dX!Xu({B}olJ%V?6BlDNrt8Xl)AgCe!&JGHel$aHZmO#{ zSV>o2lyU6xel~Lc7rnm{Dad^<pB_px*S!fjU!;WN^|1r>yD_Pb8f{qF6Z zO*!_?#{nJWb-pYnpV&K_jJZ#T(VNN`m1Qi)wdT!BvyBZ9-}<)I_tc z&UQAIvG;DF+(xg&K$=kdfjO*_6X47dmAA1q(+fjmgAU-x4J8B+!7`7Peh6L%;=_jy#`b$M z%_~!w%omR-T*~*XB zIeS{jz+)Tz@$n_jFTW*}og%DBpOE@OcM?RG14XzehpoZc|KDVL@jsmHXNL&pHnqtW zy73}H#@1u>U&Nune2o;)5qh){GbXxWU|48T=vyfXPR7x|JaHZHqZ|inLyN4)#XQB< zkH`5SZP_;uYyW9j``gso-^N2uUi2Pbd5v#=aIqWO$;j(61(}Tuo*CsJ#WIGfoSdO9 ztT6ofb)<;w+Gh4w-tOwN*+II}Ep=t3!NZ-Yw3yk}L0{g!cgFG3>|^nN=iKITWqBUI zD{xMxz-7J?_wnV%3j+B}PK!Rs-THe|FvI_|_-Fj!#6)bz>(MM0Zw68Ek`}IH$L{Ho zUt%-3Nfr1yEZILU^T%Gsn6e5pavi0((+V*CvA;o&5>tyXq{-8U*z!(e(0A@Elb%0Z zCDx$M`mF;icmp zW9a;=*Cv;1cd_TWR=hWrF7IN;lY|v1W}9TWsLi>~P34~9N&?wAe?CBP`pa#3d&@q6 z)`9(E%Hx3A*zvY3Z>HU(ML>S{=10u4K^XI$>Ub#Pu?b?p6HUfxB+3z%G+!G$x=k&3 zSn{j`dw}sQQP@iWt$g31x5Gb^K z<(+`qpvx&nuTq+iYCf#0Nto>F#D4rW>~)7gbGSJ)6uI+5=TPXCrxvsWDg}HdTZf|FVNG5XjqIo{H z2Z!X_-Hz$g-Y3XNs-ID(jl6PJWUFp{sHw?9w~hj-w|VB-HYM&u$U_4PExC|bP-$`f?S;~3o9w{vgz1KNn z1DtQn8aqMO@Ay52(hjy`=hKWfLa1}T`;v>;*ozT-1tldC zSASc4b6*7fRD&#tUqR}}RPpw?>d)J)=yIN=HfUQW?z!mIJmK24m%GO)ce z(`83Pz+~CBZ(q9ApuU>FkP$o&+DrV%^nY`r0Y_eY8I`9T2HaZZEP15f7wv{qT9Lnw@p&3Lgu zBu>$moVAoCi<7h}ska1B15>R5!>t~hsI;yY+MGb?#)yHjy-Y8g|&*H4qT&B8XJ7$#F*FX+U}n$%jTf@e=4 zXbP^bB_Mtyh!0hhvDEII_RT=;2f?4osD26VWbfKxPQsQ#l}C4coe|X&AEOs zXivP?`1q%dCs#Muj4JboF;IrF9*~;_EhMvxSyS;SxLo#6-<@_1twPVcabPu+Ctk!^ zagjg9eWyYKiA`WldzgeQ8?oQ7>kukXCLsb7t={vbyj;giB^X>9%CjS8^c~<3Y!j=J zES3Zocow-TeMjcKzvF}9!F`;A+53v;&SisgH@L}PBKjNzHMSjEIyMl0xS6pr;NsH< zhzq2;i)+*PHUQD?j8>_}B;@jvztIl9)PP}ZMvv5+ z!~K;Ko^lLG3%;s8xV!n?i3jK|^IONm-1)t-*B;OBPRQ<_%Ww1A=>eaiUz>~;=0gRb%=WkyLbkO{oW1X_F@idhHm;o#rD;_D9nS>*gI zgUsar*%kf*a2f3@+kvy|dgjgLkmA?23G{tQ9sR}o>>21!`r4!4KX3G3h(F%=f7j<=(csCh<9{I+{u_(;Z2U{V_jSjAKXOO@`1cs!Z!-8Emk$vhPTs>o@AI_>?I4qT z_?~sMR7rweDyJEEj^1b^@1y!us+JgQOV=i+UcJn;Xg4L34dAd4*Wsv_<40Y zy9B=FwQGV$V%Q{yP7-JHI>(M*B!lQ7|7bPN>SAX}eGAT<#ei0gU5qNxd!)isy?hN! zD+BS_!1W|eDC7Vp!sc~bk>f;ei6-@OB*4HXk2KzG7j|1e?+8?VU@crFCc3Bw7{i<& zm6&6H#mFh+5|kBD z7-jYfNi;3VhAQ(E{Q_G8xygUC(Iybb7U58zbY2=L8&vZCj9=s@QB&b^J7Et@ok+PX z00EC}jqbp2AX?9bV>fqHiQFLJFD z3f>|gUA{IR@^h&WbWSIvxV7*QywR%pCB`th{)B58PI2bqsC%yAo@8)o%r5*G5HxcP z#YZb5{UZK#JDWKm;G)!frN1vIC@cu=Jz0)lo}w3bP?NEEB6+ur|D6-v4zj@+m&)-5 zHn?iKm0<qAq`>qgWT*WGOF6vBft9R&a%TG&0hVX87uVbZ65f=oJg zD$?nYkDyzF$C6^|l5%VC#A<8slsaqh)Unp!88fWGEn>mLk|^V&HJP4senDTVY|g53 z6{LF#bdY+k;gl2l3#+A6W`|_bWHZODXi9TdY@m-^Whs3$VtM+6oGOFug!O@15XKquS&J6cL%Nc-s*rLn(|tZ3E#0}6)rI_nT(u@}h#=w|&wlzYOU+}vE0 zV?FNNEzYqjYdx?V)VsF~L}2If*w+k|o3)zvvTzv$Y;6(58{bZWB>&Jq(a&~4KuOoS zD*`?)WJ?gRO%`fT5b)^23<4S?yT6XX2sVv1pL#WgG0I~XHC^ljrj*lLBz!hCTZ8f5 z9yZ0$oLjY(;gz@ai6%7T{9D|3k>Q^}{_z##1(Bk+BA5@Rg8p z(0Ttm$Y{Zq1sS_k-~Cc#oR4E4gz>K`1-Sl+|EKBWdFW+(h?1WQwf{==alnrMizvC{ zy*)s^bt0#!eD~K6qE0{ z+>3}+t+9K4i8LSyauWm~Acj1GAW4(s6M9zR=2V!vmA86cB~Li-SE-)(Smvatc5ATG z^pn#9M~gJYd8Rf$j0Pmg#p_5a6PCBibNRVifA&3pdV!%ntM<(pkqEe%!QFhP_9F(E zi6PQuC;G+^c`bBZ>S^I|oU3ubf+Q>9Lq?=o&Zzh#y5U1kGT}q6UxdouCwz!M(a335 zW4m3ucKUEah;WX9w*r@fG2v-(!iZE#7?DZyg5&XJ`c8!e4lxbJ(gY4^A#lip(tm(! z@VRkAaDLkAJfW&Bp+g>Q#h2?}5;vq*)*-V793ryErovrWhz@shnc4O5){T-hdX{xImQ!tLGElqhvVaxX5U?7%x!M_s zJtKQt>r*WKI(BD1@kPLmFZ;Hc<#OHiC7;Ag?uB}xPD`tK#fn!tPqSin;v79hjPK>| zYN)7`Y8)e0ln3IRLvxeOU;B6N3-XlxP|nG;zjkZWbcha_M{wha{yqnv|A>&_RcO~4P;$s4g@}vbZBF3)7b|Pf_Qk+gWFEPR+<(G=9dAY&u`$3>VrZIF#+YX|6xqRE7c`N{0S` zEhs(F?6-|e1PG+9a7qLQSP}qU4*IxsHaxSkz>0{DAsq&W{kYt^L!5WH=mHC(-VB_v zIgWlWbvi$>=iF326au`p&bqHlbCS62#FjBx&8)5KHZ+<3P{yJ1i>P+8Cx>p4c!Xq` zN~kA_IYpeaNfa|Xws<|q(CoD?^(bQKBDsqCDqjP!1>y+9N2v^|D_Z8hfRHy!0X{`V zrk!ZF9A}Fip~~0BKd~t!or+EDiUh{8_@w!iStET(-p;Ut=LRXf+Mzb&9W8-KgDVXc zJseBUXFVX%t%T*pWdk18%`ZG^Yl@{TWyHlp%F&>?wW1%5@sqHzXk;UQ(S#b*)NgRj zwwwX;^|Df{>VDC{`F?e|Ri)OI@UVT!4@Il!Xpc%kK9x1|sSy^!s&(&cRXr-YAwtDO z{ZI|iid1600(I;BnprBuFY0NEAZzeheAWBh*5GqRC)Dts*5Fy?VJ$$v&uDFNDoIvj zA*{2PdOn~2AwEdva=T;uK#Y=a5cT^ke}Ogkw}SviI9-@&VT$+=#*M-!$%10~J0T!} zuDJLiroQ+noaoOjpLK{(jAP}BWX{vs@5xp30pB=lR5@*`*wnFQ+Ni1NvXOI=STvt-7`)fy+VozfF z489V8+ToqOK?(jRSSLdq%kaH%#BIhumhn&3@voEduOYE%=BbQ-m5d)p?(UrNlY)G+ zjDKo*)6sb-=Lj0bPN@)-GuYO^Al;RYhK-Ba|HIz7$46CNeLn$$QLz(LG+x@KN?WLx zhFWYWQWGUGqluyxwJM5QkUnaqno(K{#3s><=(A)xemp1$uNFCWdEv(LV+y>5H$wb!opU5PbcruU2mRWGo< z2s>NO<5OgR=7gRRO8PDhq8=aIs-Ob;ioU1&Wa3+KkcnM=E8sPdWO%5?kMRq?_^Y=d?y5R<{M?GmMWpIi`#_ zi~@@5%H{^zvM&j$*T%EZNZ~|GvY2o;XZI98R@lBrg*42z5SBxy=~E4jXTHpU&>HOH z<}7Z|%pa&E>J}=YWBEA@(J9vaDYB~K{qpiu#^~nF#sD8Rgpx@syy;w^Z+}gx!2eY@fc`nRrGF-L@#?=_1Y^TrFS4+!n7o z8SflZp|*7SJY%sTrN*Fx=Rvo-^~u|Ctw?H2MQq^NFlWmXWU188XQvHV)rI4?>E*I% zz!wj}XOOC<2>i)DXD%z7$6Pbn8@8@APLEIsnSHRYI-G+?%J{=>;t#RRc>-ghSo#OB ziFgG4_bhc1aSmZ!Ew$v%@rzS9<5@Uy$LhT&zX%RfD*7iZl_pQ1$&+XyWUI)>vUtWM zmFKAyjL+T15zvrwh~zuO2t{}ACDJFtwl?Wxjqo1c{V5Pw&RU2@w8O88H0vPER{&1~ zS=VJ>67_PoD(4pYF#U58J5PIgoG~-I*LgvRacccQTBlAqxuLpg=DCfACD|R)7V6S6 z)L*m|M>w{oN~P4+0KVmj>e+P}A1M03Nd6SWiQX&*Ab(9Vw`!=7%j4hqK;52TS2uhT zZ}f8aAk!?xE`4U1sZ?&Ra)oq1lBQ}Zj*n=X$WPjGbM+?L3`;1`caNrrw0lJRH%Y_E_;5vBxjE%k zf#IPdN{vq8dT)1?#XFY)7E#7jf#<8Hn41ASo=G<1#y*i`<5Z!?8jH`y<1>4I9fa+` z#nt2~+gz=Ze{T2-A4IWHV=9;9XCE@Y3@6hyzLIUm7i<22Ge3TmJ;!$*at;TiM(z_; z;nr7j<7185sxkV(xf!e_Nor%s(Fk2eBgyQ|$>&fbp!ckB+uUWVb0eq+|04d@OaCok zuFcN|_r#07|Fw)io-Ul9So2W@{olm=3=Zcfd4Mlm<9D8~4Xfxw6|6tGs@u<;`vY?y zP8;_w*ew0n#7j7nZ*`wZNWooiwgH{&W8#j*SAJCg+@(dU1}o2 z4BJPhAF98;9m9HkB7ARBn>+RS9B?>74R8Se_dVWT0p5zh0F?H)>QYbEr80)dSWJGm zR^Zv}J_B%jg6HEXUmha+$6CI`3z9!92VboaQeF}kUr+Nk*BjjJAWR4p*M`|Ao=yv| z7ZBwMA-pCMtsTTdsHTe8KofE<`7RwvTffr2yXUV>H;G)Dy7uFGdujZgrg@S?JR}`7 zC`#GEj;5|XVlC$g<1{peV+TCkGi&_Nj;C+_1PJvD5cx$Pb6y$E`DcA;cY9cDZ;JVx z^u8!hFSWyfWU>({HKSH~o!MwMEApW`$$;p0q|-LK{9G}Q+^J{BR5XWP_^_#;T-a#G zJFxtHM~tY+&SMnCTIbjr$1q9lxzQ-kQV?{oW^=SCl|3k2m!hh4Uy$A;ijAtX`+nmY zTh{4(2JzyJhubojH!XUy^%_q+)klu&VBH+hS5pM55pJ7xF?}iHFe!@G?rAhNdLMGz zp+fF$7J_h_D#ua)NXql^JcRX_f;Q=3wd2Px^ zY7mkZOB@h6oh%ku!n0t1>$-b|;fmLswd#YdL8D1TFK^P;HI@riUXRH1OT@ABA==wS zMs=z0_J@XSv067`L&GuN`Y|0Df3FZ1g}f?0;!h2yaa^D)-n4wP$|q;^VBa@X2&t9k4-%|gA2njDi3(OtZ{2YP5xXDr<4BJk^J z(Wxiih+01la~0g~07#zhw;}i9kbaxG_V@H0Yk8k}4(aw4h))%qMFkPFai2uIguEg= z1U4(Iq;BY1uua(NTMHCVq#HurWEHM=yHjCsVwccz_?kD+c#s-JE-5HvhR;xfSeyI0 zPk2=cNcSRl3JKDFaA_DmGnYDwRCV(ofA;9Q2LdC{T)aN>RD2%&(!aiD*wV=b?~+u7 zn->-)PGUHn(AGuaBUZ+m_Y~)7>98<$Xu#N2aYOyrcCMo6|J6`aM4$*?2OO2-qPqAaC$1lfX zTsIUO29oPIbbHq1soiu~Z^TEj0ho>gDwm>SfnPb*IKr?E;r;#i^mFYxvxdZyfpl7Hg5il<}_o`fTo6n`-%6 z$*PYbfo&bQuR9M(1c>RJ5^9$RXVOR;ymEQ)Bu~mZ*B1p(Ms&twV>)4IC1Ew$2e8-g z_X_s<+n{JNyBk5|c+>RdMGX})HA<1;yvPers}(%Ec&?^JcO|i$fd|dP_t-Uf(=08z zEZ|do&aROf^QFLJ?};o_3bB`U8u~cc@~Q>i2>0)>#t^LydzPUTYb$YyBjd$@z$ zP>B|p6V~!c?AU4X=&ztz5fq_I6zcbhhr{vC)NTv@c_N0R{V^x7$t(Eabv*S{NDG@h zA;ei1h!EZuA#ef-B1m3=92_PqT=J~g{l#^e(fbzH5B-O+)7F0ba`eg;gUi7kdGvR% z{+xLs3&7a-Zv_1~&zrmy)EVDVmpZ>JHgGSQzY8!X50reL>0w=L%vuo+mUgDN!_73U zdVGgu4pRir4~zq+sGcBD z`1&3=SVxze+o?33ft7-|*})z@M40Pe(@J<1ICXt$68j%ZE4U-`vqc2qY`7F#9#+%y z*%9HE+Vl~UCdF$TcD1Ab*Hasdo8`K|=!!C3Ues_8YInnZ*$T-UuGP@K^al4D42yjQ zy3CBRpO&hHMz|YzlPiMr!BsdyH@zsh(rATp@cz^k*mE})pXbNnY4@N%`4yD7#C-!& zbAMb3Tg;5QjTUx>-7`&??dN&pr(!oBr9iVIOXicro57U85+=SLhv=4zB}{0%lY{a6i#5Lt z7Q|W+Ae7$h{$fI8k=Wy+MDdeC0mYmt<4`w3lR&JxCxc^$T)_})krQQI@muv7S` zqL|bTM#tXlE}@qC^zK_Or+*SFqJ zt-nR(*F;_F;9#At z@f#`1eM7-I;FX(y-p{7fxp##vwyjfl49JP2cyOMw=j=aRA@Ere+@HZ;q{g(p-J|{q z#GeWSa1RNwCmSnR%qe_Kd7o71w@O8ntj=L}2~g1tPe+eWq>ln0K#ttk^$-j=Xt?N} zH|kmA_LTXA>i(cVY;H7bI6drny3B=OOCpF* zE+w~)SrZM(Xo4$dBDOeeHFT6nA4&XBPYwaRRom#! zpeh=zBCRrU$k~J+ZFpdqZVbV^h;-2_QG>|!UBZ64-1Xbx-c3bwF@KrEwmsZ@N(zWgJ%$1d> zH>Gx^aeaEyka+6K3TUT7Cn7wXX03m&Mi;W_*fp=xTe0foOka^I7y{3)hW}R^-{)$h zIk9Hti{rsXwTR!o)XFew+q>2LzEOTC08X>p>zXGpc**u-8gxOpUvzcMc=0IaM)~{{(jkwFLZK@Hx(989WR(%ajXw1aez?5E7 zHL#vBQ(^;eu$-xyDZEaN4ISSePu0MI?jJL)wPu>)ub8S@95lcjrKiGg&H$V}_zmdh zo`%}QZ*W8J&Tl#?>b|~$uZY)}+fDp{r`=o;Pwsd=xH0;g8TI++khcGP(w-02^P74m zo=$KsJWG7zb6R4bH(dtDNbL?r*ZoSVlCW0?AzKGt4sf z;J&0c;D5>Am3w65g$7yZO3wZGDh^UZC&8&!q7^AH|9UKB)vj&{Y~>A5A-hKXV>z}s zdpEW)k+VBzIZ8XRkk$2okjz`%9!O!me3_TLzMMOSgyQ`_s1Hnpi|6?tSRLvE?I3`A z2L;E3;&$|bcObY}D_cI0)MmF->JWE)d?bBfmJ0Qz51d0SJJbihA}a5$4_skA*y@f| zfB#eZz%n3|r%}^O-Xlr+z(ar9wjVpC4~Qf)jnrm}f!=Nr4N60R?_W1qp9*z@n+NN& zsRw8aQ}rMMt(}HuAPr$!@SLd!p8r6f&r0A&{D}7xz_r|aUOzatWU+D*b zWRKtL2fy-9=m+B<1otCe-54X79q0$ILb$@42`p2#)ek!D>v~Uo^F-qi-`k?JvZt^gcq?hDMB8B%88nyxa*(@e^v>t1x-$lWx;`p{6`zsXZ z1}_FnGNbl*3aPLPw#sv{o*(BKL<`1IySVVj5D>8N#E31)VPe|Xsocm3?S$IoDj%Wb zZ3|RlBX+%NsUX=G-896mmA~!o8Y3mX@NDKSE&kz z>JOy7)g7S}g7CV}f$rO~%$ucru%v1SQtle5OK`M>whCCBU8!2;dAfX%-s#`b-7O7f zKP^1p{1kg`9B&@X++q~{u;b15Y0k8R@HZZ`2=T|8V-NJ1935~z+#GG91I`hAVh_lI zu06&+lT*jxD6}^Dx=uLv>HUQBsAUXO4oe^Lg!6RBUnc#I?VNCKi$4VP^=~Es!w8Gr zmGjM;&`He-UUk~>CdAeEMAE@ zNflamri6|uUAV?-ABIcX@GZy0+}PAr7Hhtpq^7QcvF0NHYExH?-5r*k?k@<~n$!}U zyIZtgh_=QLj5VkE+|>24Sj*cb5=-~4)XZca(q6y&6F5|t;qp0n)3FaxL*sOazGbd~z|K<%8G(o@fyT(j$#i8YeAY-H;O(L#6dXg?=yfq;BZ?k`V%mMa~LifdXY6lWjP zdSY_Z^f^VzJJ~er^K`L}2JH^|`*mq;F+LM>U<;h%cKr|^+2xblr1=!4zg|wPYN{*> z_Gj`Yx7jjj*UA|u#-nTsjm(0+nHcF4@6 zHiiS8ShV&w_jx+6JjFPtF#X|lr2we5tkF4e@#pR*A7Gvrtwz%5U%@rvF`nMH?cWL$ zaI9D8Us$DIJr{OWeNk6I74`NXNDr+S&3*J*89ngQQ5boj2P@iB?p!o*vdjAUnce7k zzKaD%OLQLDrrR~w9@Ew6+o*rr94>6uVl|J( z!sU>c|v{t3hGuX+#(~Vvp9uy7Wbq%wP*xp#C*n7f)zS+%C$qPJkd3~{G z`S0e+->htHa8-t>T`UG|i{AaEW~c3$aq3HRNAj2)2W$9F6Rfaht<7mT63;{2N}={W zY|H~!_Lb%k0x<4&2aAIrkQkC09jY&m-M{~^r&}Lw{d?78vFq-ps>$r2f~r-Ck(XCD zoHaSM4`km5ny)h604EL3pbCNV*YHJw^5FZy8Ug31!)9Iphf(QewSPFwYB*9XPE|}! zjoFf`CfG;a@ExmcwJCH*!3?@Ibu&Ob6NZW2&}sp%-HUr_hBvqs5Q#M5D0W8$m8;77^dASCi%+Lr z(WE4LSH@Sjj`@P&sTA5oM%}5)%-1Jg%`1vu1ykNa34Qf}6J|j(d@wh4e($o84ut$I zT1Pv+0n=ymr+zM_s(oeVH^}QaUis+(8-?(=^!GXutPmbke#;5b4-Mg=UQ&}r>8^)Q zB+@tAF#Ym2V>h%VG7k@~Wahlh+T7^y#FM|4JCpM9@PG?`)ls-ZI08pNLqk?{KU^yY zHn$tFB3(U?LOD;>GoLmfd2n~u*zjYG>jzs|rR2P6v@9U(4DWw=m+qz|6(-W=N?;KJ ze05kzYt%hqA*ZVX1kTWP?iQ=rPOC(X3ZQEAJNo29IT!56NBSp5x(e!!wOmQ|?2nOY zhHS0@(&1ceMIzliSQ30$i?9pEQq*eL6-*BKXVb%jwWW4otmUhuBr<;-ER9P5Rk5hL z@!*_A!E}%P;e)Mni{a0cQ&wd_&{ZSr-9)E{>ko%nY`RdWd%#=hd)$4VW?vGu=QF+% z_XwFknUQ@8KDkr+r`&&f=%47cUjMu-(m%f-{c}8eb?^G;;z<8I0mrBw`sa!8)JXqa zJSQiW*8;FmDx(@q_0d^;xSt)Wpw(#Ug(~PNUIkr2bstd$t)|`W>Yq>M_0PLux!>zF zmYYWL0It%Hx#ePdu{+~lZP0V{H*^pvP)aZP7&vvW>0x31NyYASmVaGu`Hv>QS61Hu z*}`&|^-W)WdRu+UE*MsxjdxQQ=Ozhi^9i(W!L`vFa6B6e2Vu_l-RuM6bnieOIK#o)2Ob2&GuF8FaL? zlX|yQ3ifC^+>2hfYuMkbewV|bH?6W>^w+7O{yJQ}kM!5(?)ocvOn?0;>P4u(PTsnO z?7d0ML+KcLN4W-8#!MDS&FK79ZMzMjkA`rSaf#6kbzA+khT;;w5B@ecjE*ih3frw~dN=E=}}QQOlH8h>$h-m2RUa(e4qj8n?iSHc?Zr-r=VS|u&Bep|h@Lg~v5q7nT;PtSw4 zpj~hDw1H)ar>8a1Jml%{XWK9LK(5>+5gl%;$DS<9;lHKFo-RH1VsynqJ@#0zIXGDg zq+c@ryLzndT@+|vX1X;wXZ{-O+DSe3seg*_Ou>%y*anDhTRrw{QcaKj*WyS^y-?ym zGki%d;S3Ta)jmn;;kne&K3g#f=&?td&X8N{nTG1A=wXQrh~(WztlIgiz;xTbVYOx1 z_o%r25v%7-Qv>pJyA(avGn5AE$=)w}3_6?)+P&(pq2h{~Ws$y6U}vKet=L%wwtg0h z>>U2@FeSEi8znZcPv`a6p8?B4J@yN*mRYdZ`=rdecSRu~i&YfsZM56II4?^*cptPh z?Y13)!)aQ2A5S~dZcEW9OuN10mP&G~bY8oSqJ+sEyjSh^E~#^9w?2H>K({$Eo&zg-AhYEd)raGdQ)^i#e{7~(d}=adMdh~H@yL8m`Kk( zue+YRQUYPedhTycbH;D0(`yeV>}@@AKTM!yHWDH@dY5G{uTQGEDBeeKAJ@+ z4&Gfj$oG%yv^nv)WvyO-6hhxsz|M`h{uXaUsN)gbi9aoih*--+pDosMpB};pK69%n z#7hT1Me)8w&q())XJ&xiUx{bFQ3*k@ zWIA?CMZEJEt^SLa9aDw}Bt;LkqGKxfs7#go4&ml6WgMc6qzzeiOl1+~@mTX>67b#b zsLxzdmi?~HZ#;E`eDC6^%gXres!v_K5vR%u?$gi$UFn!LFRL`E$P4S6BulO>4Htwj z75r9`h;RJ#jXV$GkVwNGY%CXw4((__E+zyn4MtiQ}Q;Q!2ARlztu099u0-E1~iHL<1bUK9R9tvG`~&&Ym6F ziMgC7y&DInuoWKH70+BsM^D}eRKj7!8CD$d#w++HH@GT{ibT1_eVUM{2{CH{l%-)xkdqug!Aa`#LDc#5WYT6j7}4DXbCO% z*QM-)N5NHP!{`8mTpt85><;;ZuQogP{ka~xtf!kP`wtyL*WCU?JNpl_-Q}i=C)rrU z;fCO{k@flgv7+fI;fM1F5FE>e<-$S0H;a_~-~)Y=IBOi>T20 zo=_?NXRDh9lE6vzD%Zd%oQ9PB3qFpF+Uip1yF5!U#WUPnpRogQWtL+?TV2Xxj&MIq zEOyOT(A0HPORNP^0IFLB@r*yhmCDEhZ>DmfwhCQLRo100o`qxC5OUi&(pmBoOwU(V zmN8q$m7B(nv+*7|8`tTmUSzTE6Usp!8V%cz=0j}3EgHS?3iPRPnC_3#rh6TuI^pgz zaXq1pBUKEjk|aMMt|AEsB>x#I@K7*|5~t?64M-yidyeSsHm1U0PHpjSgGmdzy$$A4 z`(V~7;^9;a9x1>ret5Ki%b{BO+*S`3JHPJb`xAUzf>dhjjEAvXcal;F0;HviII4c#+o^#0C#|7 zbZI($8?h?ZtXc5y?Qv0)Jh$x9^)ZnC1YJ!gTTIci+IF&yso*=^fva9_min| z3gL>-~2FCy49kJs5zV$NJpI$V;1bQHm;_Yi5sh12J?0rZ!UpeJ=bHa%lgW ztN11QL)x&70k#DXi36ZBW^9VO)wNU`1-ZI3gS@FOQ7Ag8`!jrjy6lVU`mrs?*pI{f zDImm#)^`L$ZFSTL43r)!bogK{q~VZ%dWCP`*_A;nnI~gHy+oI&oLUwfZSV2)EoD?E z-J#Nb($prQ(AEMY^@G3CG_W`ru_o3$j#3N`uE8YygfGEYloCQsTet?S;8maMN0v)H zKuw{G9I8KY)(s!WgZZF!$yux`wk_6wd&S<+6nT0oz^wZV zG3!yX_$$bC8CjS)`xMW?Sz-5oPFX?Cz4;@xp2ObX6k_l9RL^ZYW&iu=`_JQ zX;`-HKVQ4;{_}}H)9C&F^WxicR*&uMKNCrK2m8;*qV5(N|NhtapTBpnxBtQT(c^7N z9nbGSH~(`>ulvszk?u_p|Ly(ffj>2rlRfWh=6$>S&q2FK&2tSo3XNiMzyECZyn`k5 z{QmP2rVN_ecK`YJ?_mbp$^GZue?ixFxc{68`?u(}90qK6|9L7jChKF;gjcx#e311w zxBpBYv){dl+Cg^hKi{3*p8f73mM7SNcD(<*p7ZY?vj04odOl?T`P`rQdHCxObK^Wg zj6d?U$nQThA#b}&L9A_zdpo=T{IAUsy6wdN^IVv_OhuJ+bm#V;y}MYayF9Gn%~>E- zZvVOQ2f(P8{pTr4-_HK?QMm#1w*S0E$hE`$=MOeT0NCFC^KGVEZ-4)Jvh6>okZHM* zg!|8PZl(2}`_E~xxcmO|f+V-wZua}Xu?2g&uR*uQ0=Pc&E-AvnH$xlU(RX;jKL9|8 zQkpEDr+s^Ew0}A(6C5LxU}pI3b0R^tn>3Hi@RxrdCA^1)Px4Ir!m~)lp0t`RbLrazk_|~J*@g( z?Q?G<4tllERnvo5OJ8~vjOI_cZxiiHUr18HeTk9%?$2nLJG9@eHif;Yz<#%alNGaRPbI|!yow|d&BE+*KLd4y1io4Rcy!h zhBL_WQSA*g($+oUf~;lT>58ooi%=;U)Gm}R9kw?6b_gw3Zp*NCqhyF%SQCuv9{hMeUAL4Jc29r{e2LH5SkT?ysHffHEx2cQyT#DZZgCA$D===Q;_h~f`B9nRU*RYX=>Etu#N?l#kQsiTDll8d`^aQf z>-~Uc`FhrQ5zb7q@5DMX?+0`d_237TJCylSDHH6D-z+Ob{ZX0mMST7OtuVbwkD856^5cVN#LW!3g- z&p1e*dh<8(_6&SVx7v*^AI+Z84~pHPJ>#)$>=_U4z@G8yH9(a;#Zq@B2Iy}7_A*HC zj6Gw22uPggQsXH(E7y+f8HDHbr#ca}OisKRTJ@epy~8$Te`$U!?p_$7)e}r+rgHW#w;EftPgh(Be?L}tmSSo>wuZwJ+JJBB>KAM7LnpNn*erkkrmp_6<|6F2O=283empJLMnd#M!FQnGH#{H zh@J>8H_--Wd?-+nV|4IJ)--wONkDy3LnV>LYwxXKR`Ww*8!P& z4$9a88M~a!Ds+`pty*VOYa;!yLB*YkMiC93>I=u*s5t2EQO!u`rAXV4SvNSIwArnN zRPs`H0%pk6KIvP`pxi(bO z|Lu=sif`Agr9f^R=QFtNj01lN!s+(uK90Wmag=u($F@)45Vg;zZ$-g(_|oPs1ck$dZ;;?F z)Lxd)@HM^fj^qvB6ZW0KgzqEtK9b>t??de!E*QS=$2+>-KW;(SV{u>PV&Fnvbu)fo zQ4A~`a!Rq0;_flft{L9+7zN_#hbGch&iG8z&&Y?S@DpohA54CIr#a$xmlM-!4tMt8 zX5{nAQ;Ea5Ael+1 zqtE&Kz3_xluFmqf}z=Y{qUmk&e}N^NgwA_ zm<zdz?6Nzo z#8o)fETgAr4)@OX{24nSioa7ozD4sC^|LNL+fi9vx?Np#?;53gJWR*wo&G=_2`re{gAC=HhlX zaO9d6&ooJT@K)~M$^=1wKp-ADf%*H?yw@Awbc~gSvlR&ark25U;%U2E!F_p}Jr}7y zE?>#Q&p^Vu^!#d4+@Usac6EWiKEcY(&Q#9UI*d=Wa=G`*ff&I<<@1IRS;{!~oTJM^Ws|%+H0Xl6Scq(!qV@VKC4_bJ2F>GiWm*7@cC|yHeR$XnpXk}ey z+C)t!W$V>6D@2sv=e*B52YFe5eQ5986B0fLi`NP1Lsc}PyZCPgV zEr;4oC~mMBf!~yxmby}aLStL+X4oTP%eT6B=o%748Jsz z?k;ivOj89IzRdoL@cf-CDLde+AuX&{$2yzJMF;+|GXGe`V=1Yzfp$X;EV!B!e#ZHq ziT+1K4dAs=<^CjIk-kYKp-x@3LY2#SW2pvUqO5{M$2Pj%Ds5Gc+sy_j4ukZj4-c21rTD0dGR^~ zxlX+H7P(p=-iIh`d93+M{ZxdA?aN9NDP^y16w2d!54<<{Yx)EV5+^m{sXdL-`p5en zn&{Y2?hqR~0VZ&9hkO28aB?^iThFoP49Y>1xy!175eFxA0Jx$lzM%E75aGw8kJy8~$|XN2t58Dz}> zL)coAHN+yJo0rqgr4*%WI}|aySzpJ5edV`6z;KyO>XG=OfA&Mgdn%GIoSq50dLCWX zI-cD!p&1B;?3hu_jg(a-Uxfm3Y+4KlrKhGuaMIR8m>s24nU7al*-`-o%4bX$a`js|q zVXpqZW2)4^OIda(L%E@N4c+BN1pk)P^+~Hi$rqh_BVS{Ie5vx^y?l5JDbT&1;O|O` z${*ps7nZN^-+lT1+m?Ta`q|?#UG4>2CXT7L_=bthOiS#v#Ie=EE#x%0v?B@jb;|_a zTF%@>lSr`RK1%VYeDO&I#V30K_yAwx8M}>6!tMro1=@r=10L(P<9x11F?t(L9U&a9LYdg#>feX1mAt-1e_z}pXM#dtkAL1~E*HNFMDR-T9+QOm5N0_UH z&U~22FdwfvV>u6%3h6o2RpKtZLc@5-w9ZV^T2Ubz3Y59mo^=sQIb|f2#+eWrp2)R$ z4lU9jed~vDNkBW)1eOhbn2EK`ZYaNjl+?hOc4~=RZwvnQZo^cy-DL75Z7|B+9QpHa z^QqHh4qcK|Q!f2;D`;vvrM^k2;9oQabOK%S7v$mbwj86yAe5y^#W~ zx#9f9E8)_h;~8VnA(Z{I4tv}~7F_nE*T}Dr`0pS8(>KsTxES+0HE7VKoVTe-eRXhY zQ&({VY|1V+rm{-a>8H#;tFlRI4=%%Sxi2PMm3sd}v$<{^2S-_*{Jbh25LP^Zij%)c zcncv1$+ACUUw$sNZ{1iETSN!4Ed_4_vMW_z_b7|lD7+>Y1^wHn;mD@0ePhk@nYgB| zaxPKi!LFj@E{--$hG&J{ucD;goE=kP>g*;z_ZHX!s!3;blP(kv`0L_Q>kuDEe2~P8 z5BJ&s3iWofqiUego4(+FA`_WcL=Y;LW|k(8dXbu*;AYX9xx%*SY60=#ZR1;HuwxbH+RvGSjPA?~)uz7VAPHM8)TJ(!7L;uBpwfjQ-9dHNRO>-)R) za3k_2f8UOAw7Sd%Rj0rwele*}(Xw5{DjKY>oy-QZzU4&W>Gj(R4MB4L+$DNeed zr#@X#pIT%gvg0HE+VE-ZK1z%x<6PcM+0=`=GGOzj#E7Sp=O)-r8u8cU>O^|L;CjWH zZB)J7Y0s&z8gl!54W;#|0naFphjVJz9fJ9~O9hMH32aKsePYeBV=IYn zdgVm-b4W^GKPj|54fTp?-w;jvSl&bY497NMG5x5ZAN=emJVXB9`9q^GSsv;#GfQ=? zV5kRJFyP_eIrGjPXaw70{*e&$p29S-ungZW&s?n6K zP%ZTU$>$sDGm`+)CP8k!+lZE#YlPi0CH29SR^L&BeS2W0Y?nH98O>S#Ex+uB(;yk?=J$zNH01o7SEGEhIM2FmL zn}phPnDoTQXY8LyHCqBTi{q~d##5=cgGVXnBS?JxvF6_Z)JXC269KtRG)|{YA|_+h z&FA180{zz!?s*v~st67s(PsB+a2q7LxbezL&XF(YCcsG@$wW^6FFSS^r@Le(aX+OG z%GHo<@t3F^n5sJ~=hElB*4dFjfTk*wgjPy+Eb>&z92ID*lfP z`_B+eGfkqxWqpemmRa_uHf84@mLp^5olWh$NvUHgA;Q)_9>qxYud`{c{Wcy=VuwB2 zcO!0INfi&!KUjc0x;Y?HJhR8QPmnw(qrm9X~C8%)H zf0wOnxi&py{YxSVwE1ei%>i@5Vt4nsB9f&+6?QiL9?fqEFIiIUzCCd2l-T_xyA!xj z`+?d|ji*cY=2d2P86+AG!#Y-qfkNWzV7_OF0TcVfZpjT2HI`#{|Fz{V#+B&oH(29a z==kHFF;0MES;R;2qRxQfTGXHL~}Cf589wa?0Erb? z{1q~}OTbCx`~f^LSV%VF0dqB4Da{oHav26+Qy+hjtn~kwv#kHgQ8i7q1Gors)Gw9J zr0yq9eL;Gx)={a`Y!&6_x!iZGE_K)pvichsH(KdzMHbh^YHWD$)=%iZhsA=C^h(HUP->yC{j0i_b7=3oC((n+MQ5$)1jNl>_{;s|#Wf zMs-E_J4C;-iF2(IE6t9EPlWPNw(qSg6(#2czMVC=6g;UL%r#pr?UW$Q$*`vrn>V6E z8r7!zK^@Q4Wxn_qJ_78HhM{q8+f9Fq8+YG{HGf};X%wav4Fi>^5D*(Fj*+e5@6^%3 z_eA=ZIs91A&AQYw6kZWJ16=ObN^Yi})s}O{a^9y#kIM`=GM+9r>{4iDuEjKLOT!l{ z5>2MDO7$9c27pSAf@}+KLNz5$9qoQfFsCLzj+RQ{cR|LYhQ)Bpx!o%WE}SIJ4~mXo zPG8j_H%(1orS>rxjO`S<&C?~)H9s&atzCpq>cKVC>#4ZDPXP-3JL%O|%L z(8F4ZMH7sWQ=b)2WBHtzdnwZ*l%sip4I^roILQ)ku8vJBiHbzkuvjf__ary>C1P_RuKPu_?&{#b0t* zS_f_UWmz$8CQ^`aed^G`p+c1N=SZYkCdN}EbQdNHAtG-?QNy0cr|OnMO)JCONwKTw z<(r1aetnE0BdK4hUe>2x3y!jH)kX0|*-=<4pMVrx`B}o$PB({NW`jCL4<6#~K^lX{ z?pkkha6f}{<=4wzIa*k)!E+I?d-v-Aj2l?f7b2;rm4_UR@^Q9qxE`mj*oF79E~E&d zidHGW(G?RFttojN(J{E?mFr;YQx^>`BXrT{<#2Os13O_5f(s|j><@7IU57LRDT35sfyeyX^bnPlVqkQV(W4AXNZe5yQ0q0V? zTg}tc#@-qt7}lS04RSvLD*#-uD3hlTyEz(xAgIvzR<|1~| zmxFooO&fIn$$fGjEsL}R8ynacJ8YL-kUnS>Uu|19HLh&MVv}!Pwn?!4LzAuuTurY} zi>GYYZebP8y3Mxs&}q^o=o3E$G#+K_Qd}Z4xS3kghe?&@ zkU2vTt(}8`Dz4j0uK7B0k|$*MK~i%F1zFUpO9h`N*Q{mu7I6&|MnFQSrHOv!Yg7f@ zP|lleFK+cQwN9cUp`E`QL8wR6syVGJ8~rs3Am?1EU5^WIzz^L7Z=JS~T5>%c!YI!K zQo`19Q_hxwrZ!MaqcXH<{Kg(MEk*8X7$~x7PJEqEr%a&M%&70`d90p&XH;*NfOc!LSAi43;%i01 zON0Jt|Lb^fo19-BcJn{>?7j!C9uLjt7}bP!kFsylYTS-POOH>N+^Qu=FKF8ht6l?- zz?C^3tIp41)u%k7_HV5PPgjw{$CvvkhGa8Q@$5G?dQvTJiW=|>Du$a&0mW{!T$h6&qhV6s?3k=FJ?7Gy%@{nO)3oeR@%LOsV zuv2BQ@-oBHN6N@p1|OIZ@#|dGFzWKRag}mzylTt97}C!bbkVDvq4h<<^oU zfVF1Ltf+Tr;CvbK`mKxb2N+6<;FZQ#c;e z-53j$iE`C{EBa5Q3VV8w>_Or8aVQ*NhTgyDD`<-o?bTG@(0&rVSM+!v(&N1{d>?P? zFf9NP>M+1{-ZWL__L6RpW|~fRn?{#al*C$AT#cD$`nsZ6%R+lvj|94pCmCHz5ZZRs z;k%&z6(=`!^-X@7+8p0Z0dPx1Sf~*WreCJTdC2cMI+462%83vya<^H|h23-NKt=MH zC|{}aU23G-JzF(1<{Ry&EGH_<`Gr}6Bk6E3j6c!%!?mx5AM)EN=mwG_etEkZ8mUX4 z&)n^$Rjvekx@5*gaHF%foknEoMRDM+>vYMV5)s?&pRh=dwT;YVeCSH-7P!O2=WV1~ z{>_BMu&c+e`F;thXs(wRG$QY)MDbGa7ny^ji>e>-=UDSW^Ti+{_ayOy5qB^|h*S4bC^v09>MFDL&7;GT?&D^HkHpL&(f%}sQUDOcxAgoUmj ziY80?5Tz%E{w>z>J;q);Y%9vm#f?&Tw$u}An7(ab=dMvfZl=(i+aXDoqroHA9o84@ z%M-Ksg@&=x^rdXS$wjl?^fX?krzCcQT1LGA6AWLx^<}&nahB+d%G=j+YDvy(V@W$l z`x4xhNoZtX%jGOxCWK0ciXEgU%pyyu7ZDnneoduc{lb31V*nHVB5t*PJkcy(>ew4S zI`+5ic5Jb}SOw~Kxq$j$#NX6-)W7zyf2UjjB41a|{tm2yDyI~vVtIuGyxQO6Rk`r0 zWMd&>B}Obs{yq4aInadsRP#M4obQ7*-;}VWPJY5)2zJZMv;3g2gk3yd)$lNu7=F8Z&DN94(x(gvwQ@3%BX#_M?a|S{2PYdmdNi@I=|UMtt!12)8i@d{0zd?D2FNxBH?^P2XZO?N`ExsepjPfNJw|C6UNIqMZ$K{( zMm6eXNpNWRyC=W-ZJPNjLAr2RD%(AtGPA{l!+xfRr^cwe^Qo4Vb%$v-9EBTWE8mLbv^@vBu0>5@T!j>IY@rnR*Z$H?1K&MPxoRM+=P7f;=x z0VPr~LzYDJsUCX9%ii>i`m0Icr$V1QTZZtXE-!0Q{vvml z_3%Fan&p4~iJ(|!eg^}q%luZ}U=o0*#RaUAwbcSRxV1^{`vz`1@6)2}>|3$KjHiJ_ zxR(8p>GY zPM~*QATM(4q33Epz!%L8{Ua7_ugYklD(%tVOwGo{u#@3`!He zL9=IG6MO4@L`UqJ-3`|>T~>O&DiIzghAwv_v?@stdb>vA(^~RMb<1q!P2JM2pQf&v zvFkU$2IHf)&V&nI-{hZBu43Q6fVvl;lvw}II6>9)}hYT&%qBpk!w!#9) z1{j9KR{zaC^01SvaKYdT246VNKhk{RIH4Cm&XMX@y0>wjB(*Aii$EDq8{h=)?8)2j z%}>TzZ#41s8SJ>Z&8hm-7YEm1!zuGXkNM6BPYme4K+7lWnZ^e}8@?)lFF#$? zmb^t+ba3*%sn((Sh9ZWK_l+ZegpVWVSMl8fhYM#6O1oIUO1i$H8JjOG6>(5Pi0Ixk z_#O*g7*jCz5YoeSC02F1q-7LEeVGoGd9~KMbhhu({IE+#!`3BZo-|M`svbGNI_i=! z0XaN2K*)?~lJ64zi@LOmM>jd@l4n{35-^HQ8%v3&ZZBD>0_l=BxrR3EmRfQrs9RSp z5ueT*Ze_bds5OfoiWY>pI-+gHgFN1UfoHjuoP*cTGK019l;x`f1wGx~W_JxVCJyg%&8(+M+l2Hi#4qwxXk%^~`;mP-fgcIF=6zzOHte zFVP;K1zdNBzFknzUXSn7^_^8!PTnq%>!I-Wo#Pm9=04HrJgv`^c8R+1Q&rDC(&%rK zf!{O2-)qC)_VD));qR&ZN@^|)-(Lvd-wEHp626ywCuh&czYC^44)M%I4Q)A7F9wQn z^hAP{A2+aGYgL&5K|xv|ct6YMl6y`r_N$Z%Gnzu*s)zzPBk*h?XQ$akm23#nS=*@R zoLyLpBPpY$lE9Ql`4@A#8JEy@GjtqKiqyF#gF7k4j#$fCJYaixFeJkDem*dG zJSgJRS`KDig)d+M%iR@+W2Z(WQt0@l&alIP@a)kZh6w|;1q*)(g@S(|XYs50Umw+oZ zX*|kV4b-qtr$s}oxu0Z4_vIn;WC1(GO&&Umb9NPU*!{s&%0cIyh;4+88*2}$Fn_E? z1v@yuBwT{XLs(+=IN1VkCo!^}8HCOUv9s5-<=QzV*G|H>^G||{7u0%uRaAkh8?Lv4 zPH-j)lOVl;D94r2I)|bAs-5OfiMG;4H>R*?y*Q6Fb8-h3fW_Q|qmEH}99sy5Zw_j+yY zHDpA$@_C4y*DFLGv;yH_gYw{4CS$5YACk)vDBdkPic`cjm9C$OHJ#(MnLUb_bg!{yc z>qaKqW6ftsDU&DNR(HWjI+acmls`En);!cSL@MeW15eS=mZ3Y1*~o+}htn^&wA7fc zi0gBNv4Sm(<=U8Uk27wOj%I2ll$t)x7W^mLg8zHAZLj^S>1`foTW#+{nfGFBg`O0# zmXnMU@JA~T#_;IZ=_Wzlv*>T`|>f>d!yu-J6&PJqL%HnC#sFnoaie0zJ`YqKS3`;WKqa zsb~79mutUflbi8nn>eruHG=a>sJbCr<$T4!-EC~YA`o2g7=Mhv=J?l5UyAr-YP2Ni zpf4Y1{EO47wy%BD7Yg}ThPPlO0P?ITw&=9d;B!!98}m1d1J7=6dJ=3hB5D+ZgxxSy zj)Y8wdQxLOVTk==ExQWSG{g|V?r;qtwlLWdlr!Vf2Nk%e|Yv zM|!Hz(+xaH(XQ9abv2sOP0}C^oi0zJa*0z&J`zW*Rmwiz8H)*lB6yFEJ8Am>pdSchy z9jRG|nVMx9IxCY>fMVq8Z;dMA)tw0|fokuP5k zt7(7#6E#`UmBWR4$@cij8fKxr&a%Qi(=kN4_U&Eg*vmZ;cz0RKnmEZHV zko#VuZ$+p2GWFJQW;+u{$%0SIH$)-HbjMlhmM)-(h>!zl+Fq>8CXRMf#_vX$OKGg- z3t^ci2BZSA`^Q>_lIquW6X?MtvxU;JYLeBla2=9J{jGi|J2wlcw}%D$e1d#v?e_A~ z%sksrTGw!gnJR#L%1~9wqk-^EvNEy}!&nLoeOdSRMdQosH`))_o1-jflk)f|+?tY! zo?Fh6FVv-{OOCBL90;ZEs8aRxT{ zB|;e6&zTMD(|*nnKoMe_I}rLb#9R#Did}O@gqUA7#KhfX8?4;OjJl=APzBmTTVzH_ z-ywRjEyj4K*7Qa0TVGK#gAN+)^=CnTBQCV21?go`&Y#vxjB^h&J$f0*LsWsO&rN2# zERt@WLJK+-5RNO0T|b5>kQ!5$0p|&o1AhwL_38i&zLl}&&!}=7_oUO>$`-PQ6fVh> z3As`iGfh6APQ;H=Skso(w&SFN_wf+4sfK;ovpE}#EQ+<1Qkyoh%(rgdF5ifC)>jMxnQF)j7!BXx3Tpb{g8 z<-~}m8vY)#rMlFM2>d!?q}Ul$cSbaPoJjNWVw+hW5u3i8?r8IHFo^V1@WUu_HZsOG z6UA}rjpH=ek*2-1_y|8&EoT}o+;Tb<(05rJU|=>C>5NbnbGV=%PmLEKe>+tfQm-+C zMM@3r6|xAVFpa18Bc+`=6L;^>FB=&uu2Yq62#Ain6PI~|6?{C+U8*B5<1p~Kp5{9Xv8_1t8X zqJ1k-Onju7;!&_=%1VbE>Ml`+@xcxWz@|}^y34lVfM5%tMVV+;ucCcj9016a--qn6 zxBJ)Jwqnms=Y_d135F_xw^LpCn#+1K3f%7 zbHS-JlIySJ#etE$=&|J-35?ajqkf2^fp2cNKH5LN37X2wACnr1=g%+ya`s-Wr>lemc?3*06UCDK*@OUWSpob z49A7|`VvfIrLZYAe-%IOMwkW&sAt%MzO=CTx9DAUX)7FSS&IUwvovHj-1MQ3@z*`Qo1Y9A%zVnKs+aHz#uMY5ay2skV8@sV{P#C{$m@T4xKL zDPk=%sV+Bp<-t^5rMJwbQ8T^NmIkMgX83z6*c#Whx!WMG7?hjBa#~A`NVo<+2BSi` zWBACvUAOXiWVG@_R9^8+{FYmAjuj8-H_iRQxA>{t9I|~sI!i0i(W?B6cpWV~uk%g1 zXXkZ7y^e!DTr|xLg@PbBnG7}$xp8xD=ku26+s~!5ASu~Yp!U}e2>wVu@4s*=U;KRb zAiI8=O1n~3T*7^YRb$=xp6u4VtNAPhYd*7qWgwYZwdBAOXYrDov9gHV9-{@bbC~}M zXAz--Ug&IDu4H*IMOpCYP5qd%Za2s*H_9;sg2e_iR`ijK?T$^!aqvzLWOK`jwHyfw z7S#S(UWfTrd@uq&k*gbw>ccmV6GNS^xu=EHVkG$t1G2v>s7R``d-xD?J&1Q(uugvI zDPw@a^Z#IBb*EBSTI%B96wVK5cjE^CE4?Hb8m0{jf3FUItN7KT>Q;V(MO2`dJN0rY zfAYLb^q|dQ&Oej^DIn5?4ZQpL8T+0&t&(riF$oSrR>V{L@~U-kQRmnS>1m{vE!KRW z#?Jj%QGn_r-!dxC?_Uk;*tY(Hl(wGV3%(g16I!&iAgv8=&29;?`@6kvbDpT6tkt)( z?+R^Nm*IbTZdX?onp%6U@Bin|T@7IH;h03%Tvml3$L4TpZAU?BK1W}{1RazueR{2Fy>Wv5UYLm26bV64^N$TM=U zq~;^^XV6FO&$|^L+Mg9#J#_2O1EhrV%MJ<#casppS38=)t@-yVyDnx zct5qr`3()u{E)M;`Ro!&uUPY3rao_NQWS=36uCh5zT{ybj7&{fkz{7l zIl?j)?X){iB_it6fzh{>!A5NlYp%36x`R#%3G|)Y=YowNCf9`HQIKubw zFp#1HBbw)Ez6G9FGA~pKVx}??X$w>k989A0{GRyoneO=V`|aRMu3UNc&pq*DW%);g$DhC>;m3a(9z%xq z0*}2&{9l0wyfljEL9~1haJ*igNF6n}PDX|FH&JZuEOLo#hDl7B{v2|Z4umETiq0XI z>13xkogGDn>y=0GFk~BhDf?L_&95(+a@0DaEV!RxnYB0p`NPFDW{1%p_%s@d9WFj< zaQ5e%9=r8WPLG{Cm{T;7{$=OE=qu}fX>wgNXC%F6=8RGNnpfrx;1bQ5W2Rd|VFDpZ zr+l46+bT=dzV42KC(&Pj9t`-ZfYzn%rXB@Ag(5s|Uw69|mS|Ic3_wNh{2uwW6lx{= zYKT170R9f-$Ld(*j!=H>NMtSpaO=;sy-yCM1;3&|9%E69?c$Q4FZt$;LGSMaF{F>RgFEpQXO~jr*9xAo>#w4lAxsky zOz$8q^mJYCrdkaY$*`xAgXs&-LAsnVU}`Rt1gy~TG_uAarg(bz9?_$42;UdnuPB|5 zPeNG_-@ZNad-%TKu2l9L3h~Rs_nCtPlBCP+DW6Qn9>K&ScuJQTw#kmoVc1kWsUhwr z%IhF~S>h0#aZULszNzte!Vl^kBnG0RedAZgM{U$j-}QGIv^H+trD(=w{@@kKie?u3 zzVwisd+9-fc8L&z3f1_gOOtNezqP0A1DhVb0r z`Y59!faH-if~Va_08GuAXXo6&(hXr~PB+3@-s5|F8{$>OGbaH^jQAp$S{L801)vb zaj;gOEp6HAQg=-uH;k-;RifQFAe$9tTP0(Vk;Rt&HX37G8wP3kBUMuJbiO5;KHwaF zGyUd?z1HVxGCYgi*eaW%kNcS(p4dw+jgwmAndusVZ!yDh5uLffd*pHUGUk9f=IBBY zt-0QdZD?(~n|z=~NQ_rpk!jNQWiYj1dwt!|tKXA8YZH>EXlDkzru7hfXKyJ=PrZay3Up!Lx00QYvixz|3UR>sd^ z3yfiHaMv1RoIcz3;8V5jb?mQdA8D@j_bBVH1>0mWnkRGh)^?A5KTzK@R}RrZ`nFG~ zW{W4+EPFJdRDn9!4DKi(k-5xvo0l?10gT%LWhaTS#*1(|m|u*?ep@w9m~4 zP)Eczx@pz}jJzhlLw@y)@@A5=bNxJ7xn9M@k3KPGF#5zm%Q5Q9dM>e=jhNI@@H*qc z`Y-efCh9r0IJ=wv9IQWMpuO$j^F>A*+sEfReP;pMEVY1Ix>Lj9Ryt4D_c05euJ`6k z_Up&c;8@w_X(jpehaezObFL#UG+b=zWa=pcjHjs%X%#Dz6J8M<@D~* zVE;eAzVq=_au8tgAH`G}75t8YdwTI3W4&189s@6Pn^Oyfq?}v)HfQLxkRV*qfdq|v zqk)~VQBQpgzrU8P$+{k!r$5h+kDA%TgX(3J&E(WZw8+n!N{n<+vr$ zoW7!9PRlBD!JO9ZBV}O5N}xI!d?*S)KA4lg-|uZuIEqJwn-=>u zYFQZzwh<9OC5v{G_R<;JKgV_jrTa>?^!y^yFF%MAvJ^!~HqJIHAn%y5U2Zj9Ln$+B zW;NYe5qw(>N9DQzZJ{Tm6-V^7B=&HvqW=)>m!fWrCb zMf3lyUgv*+pa0Q2od4v-J?6fpVD2y1+#CNcocDQ!^PZdYxA$hw!-MGj`W=|=vq!mn zJp-~g@V*T^Qttqgs(91Ua)mJUA=b=gzR0IDu{f=cHD9b3_N3go_ld9JppGa`A8WoK zHC2htmxGV}6Dh*uWlmtq2ds=l?ia0~V#wCc4rTyp*{OVBpiR7?_?@`FkYNHECHdUw>@}7x0!F3ZW<4sjX+~-Ets2d7)qEodCt9fw0 z*^e0{fEGu!*=HgJLJ5OtrM2(Y6$aAcq75Gw{Nm*nf9C3AMI5Loi7?pJUdVJcj;gO1 zJX|Fc1-shfJ_~{TAMXAIKC0^K|Hp$6NfjKtN2?VT6&|%hy_6KGi5Q*HiDDH+tCos* zX}wTQ6l>97W|ZkTHf^O3welEiQLM$rS}dYyP;P2fywiH4YULcGf;XUQ;rITmz0b^< zBw*Xe=lg%X{=8n~%-LsO*Is+w_S$Qsk1lmv(7U)vb?Zg@ikU4)>3r7anJVWdb3>!B zwmEk-`E#&f5#w@{!AuH_u z7zM@73#+po7N0St2zTp~3E}vMT%wZr*@A{4D-!oUiXUMj+soxlWWUJ|+lOK^oNn(d zlXPP1%??j&y^HhpOxQ}fWc9EP@OlVw;@|6|T_v;s;&0NAw}*Qrw&tL^d=6_~xGYrQ zBRW-R>_t?DPaDqzaq-O>f|fXmT9OM^QDg}f$bP(?j{U<*`2}C6Tv&dt2B!~c6N-u(R$?emB@@oN-Wa2y)*%=#B~0fV$qqs zdB@+iA%D)$WNvdGU0ia^xMY6&aC7*fJV{qjg}doOj%zxPM0^f#y$|Pb#5jqkSeetlH<~)wM}q_dL4x*vW0@<2I4E({#4ib zdjY^ah=}kR1@x8aP!594l^)PKA8gJNN+-Sl>T6ZVE%NxF!lQoT96%nozOEq5}cilx@F2==A>I=l{lhQ(aNB& zDmt8GDWiYjPq4kKuyb~a1-}kYHV_4uq~=inY_5hAE{8pc4)#;gKf7ke-i8J z0M^vpbj|BtSk#fk%w$oEXu7BHLb!Y{o^ZZcn3(&-#FJpi7R(d%m~6RaGIs)Gjv};5eKLIi8a-|J)#F|Kr%AU6aT@NgkF92Sao&BF8Hn42-S^R^N)IJ6H=(+dF- zLmfGh!6Wz~UDd2Yb4Mf#qY#zZC7=Qq)OSDfLnja`_D$!;gF~Z4o1yn3K(6Q}mnD6L z|L{++J=mFbAQ|&(AbQJEou%p(9zbK!?=-(l@{Y+97JJPpj@qnFWTefQ{;!T5N}QVK z*8?Y_El=vA`wc8AcT%RBE-%M{##4}=Z>}h0WXT}R(IZ1Mwh{xY-xCIzbD$yW4i}!@L!4FJOT0ySFr`m!OLL6=Kogw z=HdTI{N_5^{C^$4xjzd(7`vGk%aULqz+YnB+3>>2;L8lD!RTN$_iF zE$rGX&^{Uh`9MhL0Na4fpS%wDv4EwvJoplXDbqn@_WXg`79CCyt~D;8dt<6Bn0vBi zR5dC9j;v)tnVUgINbL&{O335#AhrHeIuxJ}ti1&0_d@4w-~)>SsZ7G=coZ@uRCMdD z0Q09f-OVoJ>bJ12~~sTRAdiycH~D(qvvhLQ!o8D@XoW@TCm=!$u>8Ch8V6! z9*EG8zW~<$uB5C6t(4qSj!xGu1g5MdRL>h35fbv-_qrArie~ z7b9Y266(3FIn52{@Fh4!X8Z;?7pHxMm^$sFXR^kSH<8uN?}RbY5{#LPih87-`xwKy zkFQh6u^Gff&V5wz&bg0)s*7_ULy|dnvgj5=LHo@)4}I2w56hm&et-Z`ledo9=#DUlOE z6Pm*%2;C?v&VFO(C$^5|uk!gn{F2a;?9-LK=tR6RU?Qk*2=B6vG*bgJ#y;J5Y;J7j z`9%~e@|O6ie+LbQ11PQG^+5$3K`Rtq!CYxg@`eVD&hcKbZEy9*Rw}dG9A0J>3A+;6 zPMdPW^)O+3T#&FiwmiJGaVBKZ){(2*KC!G&XmEg8AKVLP;&7QIn{xN4)qX??j1VOQ z`Fv4!zFg0#+{SbB`a3W13gx*QRNt? zC$(X#6|1dq`jtXDMf#>UfDB-bG}U#FRI-AsVpwKQsScmEfyMMp)>C+oCEC2r1?v9( z&wiZ`%03lEOI7{nm&;#??8!j8n58;QcGvqjl`+Jo#NnF_*8?*)+^p8=_|kB1>2hx4 zXDEQZIPMVqd4ovk{3N{$50g-y_i>>t+<*8KO_BA5zGS_HtOyt}W)$9Tv-n8(qJKVU z&n4k7O$4VqP%-WKD(QB!RB##;kL!aD+O`)TmPlTCn{bqH*n2)8C4cZoA6mSjpbv61 zU&Hmql6$z4pKRkxE(+RR$;(~Ic~){&@R(SY^ec6@#5mzCQ&+1AqmyDUn4W_tK9g*+ zGMGbiL96Nb7Ry-rMrH651CDKHiWbJ)6zU~<5x4RV6`pQ{s*iv*>( z-x8&FX|gc6E!d4&>MUrO$54GRknt2L(Hp(!(N`cEbo@2Kr1roR6PbM|R;>MQN`%`h z1;|T-5M3~R!Q^Sle2z=%{*HslTnvlq^V-i_#9opf8B0oZm-6}MFyC$iup)hlWin3XUxV$nri>X&wnbWAdZgEyjvsbE+ z)d?h#RO}bQ-{3IHFO@5}fv$6(5g~hY>l}G>P25Y3{ev(2ig1dlsB4}-l!x6*M}y<| zO@KFAd4XyjeWNYH4^$8WLD39@e?k_cQjKrup1MT#4l?UoFO~y$nqo~5_i6gNZOc2x z&CNI{%`e7Ji5$pUDI)LQyg=U?&uhqi=FVes{SB&kqdMI*st)UlMOMOgN?@fsQ~4ca z;3G?MrDHAhQZC9-?Qg!Rm|FaP3pqC4e&O3O`GjVG zDPr2uBHr2`t>Z^9;ge4{gkR?uYGMkq!d(Q8Ul=`z;^zlEjkJa83u+>0(j~x9Xh@*D4I}Qo$x)`L}mOrFPwHl?e2lTJPqtzLte;yWIwr_9)^pBeNcb&1;Y#S^dS9Y2&rhzBpab>GXAh5?o_h{x3G;T?K zj1oLf7G{i92^Y>2RfV$cB)GV;G8OVk!{gDWNB6k0Yakr+%>S}*@H_p)5#eXXWwN!D z;5C^a8nl6O2zF{eRlu(@Mesq99t;Az#KW5gBq2eoyB6MbsooV+_91?B4{sWRlz?U% zq(J6q_E2>(9}90<7H)UMe2t_$yy;+Z>U`x+%o+s+EJrb2c+;JMJhrxg1J5=eIgSbY z3A!N)Z+crmQR(dNgmJL>`_wpPp%ATPYfv1~R>k|QFMEFiC>Sr?d$4YxHFTkDpWOgw_v zVq0=rX|@*K3gm67>t>tkEUmjBE7}Wt&^#`AM7(954*(rdfH=+yXB%EafIf6fbY z|G_2yrR4afzQ4?n<}8(a!grbkg#p(!T-QHhBz?XHkLIUjHn7@77$9A|IkiveBv=sP z{4~|3t*rZ4cl6Ib=3N}|UJsi`B76*$Q%ghg#Vv?RJXwvwH3-I>Wb>o_$uk$7Px=BLYCEPt0(fSqK(EU8mZu{NY`8v8PUe~dHaLS|G1_#=m!)Lg z@b+i(rW|Mc`F$Ce3OwzbTdBF5)~eUeArCyBgTipxL@;d zc-_K8_9Qd19=sneSyWdmS%2HNk;kyLYDvsu0Ko@ueY&A#_!eB4!5dPHpy$au{1lQc zWG8Z$W-gc(YHD}A=5gpyD1x62hq|8Qd;Loh{aI#V6BOuQX%ZnHeZF7`&z98wX%w@#*w??i!FZZiy$^qKY zDMz^~*P$%MDJyZ|wT@ymdm-H21c4DoRLhBOxZ0Ze>uc7GP|DLgBf2jcN%ln7$r$v- zdMRofi5q^IIC8vkYD=sx6^*(cuc31HSLr~{ME6o?36fuMp><}41JWFuC``laB(3IN zgU^n(8DF2Ad&x!PzklI(FPOme3twqapHw>!$?S`>WBFAPq)p>7q-J8|T`%dtGE3up zLZYIyyuN#Ak(rpu!MVXfAGMh`8WyaBcrpLNdug3}K*$zpN+_2_ndoNpZ@ic$RtOGL z7K%Q{7)Y!C0vAc+5tq&l4gSj5J-`&=7IERS@9~$t66qD}l@RthUr=>ZIT+=BC3AIE zSV}gp=$uyE4~Xon)~y*TilsR2jh4vDfhJ~aHP5^J4C^Tp87QqSkk^80=^MG;qV{YC zk<6~U6frYKzZDF5N1(AD`S0ocuux(W@<_}+TNSRhRnkmf02X}Xo8;-dx7@EsZZ_W` zos|<_#~`It{BEFAE;{`4C7xoW@9+#C@-M@7cZt1umN;Z&pTqi;EZA0;_+(**j?cg@ z+v!Shu8frVIobzfT4mqY1u51C&bCHJxa1cNddbZ1w%%k%aa(U|sYM=lQ%xSUODgS* z%tOLFqlv+wcR$^*SehdjlFv~c!#eKk&sV_cwh8ld)Z&N9JBM{RC)cxcNA;o0c03?w zG5qI!U%mYX_%ZAmBZd#rgNooUfBSU9ybG8D%}BT`>`x0Z^|d5# zCE2Kz)|xI%Xp`Kfq6l1*Y;~Zr;&zyw$_sn1txM|L&OYz_35)B0bBXjxWGO6&Gb@4) zI){C!)f1vp@Wi7ebBYQ*Eu1bm+W=IE1_n}Ra1L?Un4&h-pPxBP58cMKBNh#sZRWkW zUj|;Q8)!yK7ERTBB9{pTcx5RF?k;|&qoBkScgtf*RvS!x)ZJ_&zlfi!9=q#^P^Jb4 z@0oDyPBVGbvRM?~Tn!3>dJYItovxh=E;?%hw7F~T?ZULeq`|>HCLOwJy@J`b_CeJC z(1jC(lTqDgyDOA^n~SqrIhXlnpt=k~$5tzXRMgB0QCjXBA$4l@TtTU8D-XJkXbcZF zULxokWX{gb5j<$xjc3B7^O#v156%fRq;nk=!3se~G~lSvfwbtT&=e5MQ6ZZHU6ngiAa+8T5n|pBV?SA`iOl2MqVo#l z*)RGj3a~`0$*&3|)0V1_d9z3=^&F)Z3L@Xh0-^MBg^Bu^E3B}5E*8oMG+#{OIxf^- z`IGzfs5+CMsp{yOhQni^663BXP1eJiu7~nCpJF}K5$1&JVSNQ^fhys2DwQxPgL!l4 z=Xyw+RxiSns?WDeq)8U0cIc5SBq=3_!pz?N1PwC{;wasa`$%z^tzVCKCQM#v$e+dS z_DEl2wEqD{e4?F`fekh5Q;8#Ake@?8?ZVH0MFVcytzpRexwO%os#!dFhosiRRs83; z{NgL;9Fbd{?U-~|I`@VuWncQuraNhGu(h|G9TtUH)p*$2R9cPM{t}rfTMCF12Pg9r zY4;=C<7oOhHH~nzDmdJlPGo-znlsgQRysXoH3u3dZBPmy^vj|hnETLx3b*kvP|V$@V1CU zi*X&+_KaD|?~LY(sFb~eopF$>jpTIA%w`^l!!09!{ydbYahq@sfY3f_bPn|kh@Z`A z*LeJFYg(A1aH{RSo{H>TMlOHDdT`|O zVaEpl9dg+h$CjSR+|7CzBbW1vjCwl1An0Elxg5`sH%2bGTu63_ zf014mmj8$JGH=8ir0;=Va*A#NY_msNnaEtNPteP4tm#DNV%`%|$BAk>GMLCzgW=#x zoD>cMAH#~+I{J@Mskdlvobx*QL7ewHh>iay=Y4?vY*5KD54SgBocB3IK%vsry3XL= zM5Qq*lZ&C!L-fl@I5S)izc^ItV7V4i2|cF7b|XBx3bwnU@mme~%iy}NvjGhAd#jA; zCSQn<=&g-0-MNnG-kr{U+K|7>e8KLbv7sVb2(F&fI=)+ExP#QUo)~T-!v=yO(G$-b zm^0!oiK$y@U7*-g>!#T1ayWIwM#WP(&GNuHVVq54aQR1aKj-+ir-L89ozbtv7tiKOQFa8|-2asLxf0$c*nF{^uX-*V#>D@%; zSmTN@vRRMF;mBq+Q{_3ZL(|oudJ-s^vO;^cf>_>?AWMRJnJ%=_c-GA6Ae*gK>tkIIIywAmV6y1fBZkp!TUvLT77G4&e0&osS(Fm7ud)YRSfdac;54 zIwAeP0me0;8W>PQmBoO-p~{V)0}QP14jc|$B1nvB20X!m+<)Lvr5m2~WwaZEL?_JI z<4O1{D8DWEzc5HCEXTVojYQUo0jtBmLu2TKdhb+}e$txaDvCalpxHDP<-K61=ZsX@ z2d|?1gKDgyalWC=DP;*qk$^eJqGgpebSuir=QPy*Y`2E)l2#GtPN%tQgcM~gQR~L{ z_dHk4IAw8m@33D4hc>22fEge4_gWIv-?i3I3@{%`>)teAD!TVqak0w!`#V?7ruuu| zGdApaf6uetjJ%gS1A}h}F$yDF{=)BLpSItZ>G$FKoqH|Z_XG1<{JBU?VdQE0w2#X+ zTED;SejlOV3HN)re)o32_tWpSlx34)w5wt#CB5k>7vl+kiUa}rnK*QC?DyrYxhQ>C z*g4I=vYfKBTy?!-RottrbawOiE!(}yHYN7`EqDOd>o64j$af=8y$|v4e+3|Vze3IP z-OkPwMqa3TYE%#WU%&U~x3&}Ns@%51P&tINv-E4;^}NwPPxH^={yEC$+s!|3@z2RT zRo^oIe5cFzgM9ft{r7M9?_cxjNApzqDOrh!zY1Q_uuabC%2`Rt|9!rYgRNCj?D%hpmBX4dwHgxw?ro`%Kfeorj*?TGxwB z#4(8fYmzk|H12DzRmmYABzrft2klGoAX&Ge>80Sdh4LlYvhg|Z2DZ1rz$szbt7yy) z3UnCT+r<{c!S#>e3{kjs1>=z$GzPep!FS<^Qn_@m=HeD+8z=L^{Z;ficTdd#I^_Nzs}EAm7kxr zE5qHL?-)LB?4bML*jOsZ?n?dlnYx_FZX>aY6>Fn7y=`&*?}$!+Nz<8^jKBE2i69h1 zVRhEGaX)3_c^6%%twhY^6~X03nXSu=X>f3g(MhJ0y^PXSerWQ7!QPM0j!6c;dRRv! z?^;K%wA;TRwf5sw{+iY5q#cx8W;^xu(rxmb@+@fbdp=E*bfB)KUYF|O*W z&D@vW9y|$p;k-Ldt>Yl6^r+pRX$L=%9Tc@|6Z~3mC?!xl&b6Fx5*DXrjeMT`?1k`(TxRv?vaP6*NJR9Q`6n))%Eb;Q&!TSFRTtbcrC@}0BgeUSzXP-h`Ed@x;N~4OZNEd zX-lV>0b=JGiPLZ+cwH>_CTA79*FsM99NMIblLr}(;LAb;R}m%z z`Al+p%5nq)JB)sFKPmB>I3nC}zds`U6qL;3H;rab^&}U+sfDx#ol;_tttweKy-noI zPKld?4HW-Hr>{?>Ri{)d&a=~$u5|i(UoTd8+Uns)tK+Cs7w8*Taq6F3nX7?$zpIH7WzziXHEMi7j&spo#36Hb|zu?09!S zYp^Tvy_9uBJ!92g-du}pnwHczt06$GHreSUPFo`LKJrTGT9Q=FlEk&Msa31|RU{;N z?{=hmEx}>8Bb}Sv>`SL=UdH4>zSNMHQ@s{~#Y45ZpU6JL-x7X661ODwI`@lIX{WMJ z%i&cn${Z2I(={uaUPD*aaB;4))#;A0y@g5#;~uULI^Mi0IE$X>`3~&E8%iPw-AAlE zgU~F^S~rSysCl@dPq@gy>Dkh{328J6y&EXEt4U)(;n*IR-+_@E&+AkZR}n@_u1?Tt#9qlU7VfWw<)m_UvlDkA@{?H z5r|@E@7oMH*9ZUoh#{pW8cDA;Brj02wH8G%)0P7P2Z2S`IA6Z9Lb$E9fysIsEC-9H_Fs;Ew6zR^A5Gms<>48}Na~Xp_-(D5oXdjx@F5Gh{ zUnEBVavn15N%pCh{>0jA`d;_8rr4zUOhg~<%7?_qV)54`>awd)3WG-6wdWaVtY7`Y zuhWxwLgzFFdwFH>5ZD@QalaVI$Pbqysy+zEKpl?|sDX;qz(U-k^?b`eZ}rc${`snZ z{()y#f4}bh&cfC>mItz!bDjW}nMmYXWS~afC)n<>Eyg+K3Ncg7qCL zEbMiBaH^=f-4(C{zc5B}C!Og#;)8j+0n+nAVC#6{90_Xqa$b0f>xk<8f_ULm_xO>& zrG9mz^sS_tUOB?VjF>WVws8#;_dU7ofgh%G|40w{n-?H)7!co>yPDqf@2X_Yg2c7^ zXhgZEf+Y(y+G)f2VBArxG1=>3&l!nt*vzHviA)FmX&AB+-U+kWhQ7lckAS2}pOwVl zkITJI9Mp|9Iuf~#J4_r;wBR_VnM0m~$EBR-4YxdNOwpSzEb+EKctGvdBcNV1mS}Q_ z=TETWMCK}?E%HBwD;g8wdLFH=GbVR)<&NvubT8TXuKG57t2#m>B!Ju8ept_Za<)W1D6nn~$i2F_KJ$Gx zi-l2$GULy`XuOxEm>0C~Y(?-26YX^j7I?bGnQoj0_+9EUzSsB(%bz_9_LJ8JzY_Ei zEPf7ELslBAVU#%XIlyD=-3}hdmf-Ql-B0G*(%P24ka)2d5&rNH9l~FTpJ6f8JaC*;U~wM2NW_)+fFY#YGWo@5dJR>kNebA%z#Kc_WeO%}9IT&r5v$@aG$0 z71)T3@)#cm1A@=c%{R)26L2z*(8h-ylWL~naz5okCU@smi!c%w8CrFCFRw8+Qx)E1 zd&0gxVRH$S?b=?+Ytgu?!>t)%SAHz_v+nI41<+#c4mTKP)a|%_Ru%4GADWd8l8ZTD z69~R^5B&HU>snWS{Qd52p}oc1`qZQ!!jp2mbqG6y{L{aLqOT+ZzqSdQNK%j&PIJFzr->*Ev5>lW?gM)k8_suZVKc| zGgSv|a}6-oj`st$%rX@I5h(_*`K16#irDk*%368G9q!=burK^UYElUx_qQnSu~ zIS5o%^No~R-%c=9eUqZLA=uSQX9d`Kvj0L+70KWl<`f3$%Kwmfa;wa$$JLsI@(7kn z*2x>RQ7ah2v^L6jEp={po)P8Fgz6w)-pr~J>(6Wvl z?fQib)`J9chR`ivxsnOM3^!BF2qM5PF=Xa4wcw^I*y}FZcCiS8zhG{m(7ag;q%ePg zmWDf&tjP%O7aPcr3NTmMtYIIFrt!K;t1@4C6y{7{Mu-sH{(H)_jJ%m{R5TLzasDJV zJ!PR*MTwDw1Man5i9~jwx-C7+P}X*3BYn7ADSz*=&&w97;AiAH7^ivlSYv9EK9R73 z2Z{q0$KV2*#6!wHVHy}tQ{Vjjlz?LWb1T$Hfp~mmxd9CMH#K$6ig8@Fsa;Q*T z+^z@BCIN*QK|POG&sSn(t13+PnBK4RerVG@4?vr){G*xTUlawC8sXqG6iOx{wBiFt zjH*A>=Otm1r_%TE&$s;d7yR>7pMC((2)=Rqy$^u=EY`B&lF(X4z5-4#GwxVm&K=%# zCx0FNdhbC;zh08_XLJO5j?h;^Q*O>&V2iI|2an)qzoVD=$}i7!Bt+(X5eN%QAwtqU z97W{@p=3S@0htH^Av#5_U`r!6XBjmrIE7xZ(Jjd?<%gp;mQ9C9)4f&$mEaTUWBJNo z-DWr{vSM}QD|0SIWJRV;v>!ufv-d5fJQ3f6UH>Ffqtg??AFQ4O{ryQBf<5M_-f1@2 z-WLa2XOQyDU@ndrmK!{|9w)zP05^yfrW4^0Wy=v*@N~o#(s{4Vs$-W7<4jV_;la1mo%a za$vMb99_W}H?y8<^FF7F?qO!t@QDBDx=^dMB}XzPS}lv&-8ynL^PIF~dpJm#nN^wH ztJMWrSH5V(m#{1t@e`WfZX^D>;ZM)AxFsYa?PGtqGrAtP%5>}o=TfUaIE=cX=$-uy z=bhbmQ!qHml#_B8e9t;%F(AGm7+mxlgTX&EH{D?Hq50_b41>P+7zSyI3@!8ST>TPT z9D+Gm*eqasi}PX9ql>DwS)7+M8VMBVvtY_C&hxckdBbKf?3Yvd?JPW{RBJBw@ZT(uT8F-+TBw8DK)%H_6`wY_^Ua{QjmGsxLy&qYPy*%j zkoCa{4A8F?vm+qRtwLs*F^(*d5lxp{EjB80j&&bYh5sz(mx1>BL9S66A1Ps6d--%t%x{M>WSi0fnPYklF zf~Q2un7k!C(dC7YR8ygczjFLKRnxd_xCfF@OyB)N^?9|YnH0bWsBM4#M?#q+6u6a$ zs@pNBq2#a)>WA%nq7MyLY$Ax;xTl^@R>`;>tcXp8zeA6p$qLvtscQvUO z!J#v0vt{H#bcJp8w}kMB)T(L9LJ2W3ar2ft(b+b+kC3Wa*z{_6Dy0$joc@bWQY#o1 zW;gSYoGC;NJ{CdD8J0SWyfTr{s=V4US|4nNyu<9<2hNA_Av}2<=o#7NyV@t@9T~Gv z9LVT4VV~$WJTDhBQFqS(T0PC+bbTnB!Mij)v3c3**ND9}v|Jp2UH(!Nh;KmK3HQaj ztYjZ~9+kfpL`!7vm9&W0;KO*a`R|r~n@jgF3~y%mmabDAPTn`L)LOL;-bD!iTq@kA zA>8H!hd6|5tp`U)8nt;d#X$QfM|^&D$9J#pU3wPD{l$IoQ{wRP1eJ3gNZy@Wwd!VK z;}V|&oitajiS)hg%~zZraaJ20w!{3@^mLR^-MQGcls-l2Gp(w)9g1=9 z;QB51t?uI<#YDyWeUKTl7~=9w5L?(D zv$2I;0E|#BPr3``a`)S`!d?sSGP;X)>4MU|7rh$A3%?2~q6nQRI$IdIs|p70_tyIT zvVO~9^Y8At4Nr~bO8GAAAN+F{zDtMQ-9HE0^O5iXU+yrU??F!D zs-A=W_ksTTi2r^F&zOf=G2Uq86r!lbQdEdw!E^@i-a)f$nMS^$MW3gZWqcMFJ*I0! z-cNudEY$*O1cg~5@)JY`yT|TbM$Tfqjq&6J+QFSz(pVSxH(JnG_IVHmn(rUXUzXOc zP)5vd((omXUjHj~?;iC<)*4cS5wL0GBy;e>k};e#WZp*!Wv0)_sVXZEl`GTvy}t5G z?ZZH!C-f2OAL)cf^H6CzBii(3YnU7-Aj6bz4L5BY<)|*%M`%*#M%2KrR_;T3TwXKY zZ8i#jqzdJEZE!Gf=9w-`XhX&#GRVa~P{@RfFTO~o09t1Ug&-lnvKg67AkHPxUBGQ7 zpX_nFtVJka#{;TVL8tLn1*Z$D^5V_kFE>eCZKvB-Qb8Oh-_Rye{^4Zdo)vu5@2A-+ zdpKFMHj&vAhyYrBNak9saPH@#tjS#764jJ>x8(3{$u+e_28+dgDTmjhzqZ?TE_<8s zV6VHlF+5$kzm{r*5lF=wg2%uD*?148!Nun6Dz{wu(FVsM11lfK-3`HJNKXRQk6EIA zV$C1)86*dTwETLzKsq~zkI^i-dA!2Shoe#_IV$y&Sgz_K=4G!TnNI)X7uM+&HUra9 z5hfctTj%@x&VP?uo9|yv7G`NWj==X+F@QvNK7BGdcCq~LYr#3&{(>)o7B<)j*{W3q(; z-B9$Z-*^-~Qh4OAvnWi{KD?6~rQm4y5L{}d3*cJ)bn?mjk)$@C6mzYdt+I(B`1D>P z49mSI5;EK<(5hhE|2T{ptEVFchA|+J=5_aJZt-W9FwaGvfIr8>yhrkFIr4m!ewP!0 zMD{>{ALXhJ_p+%d_YbMEG{@f%Y%Z*VF+N8h%KSHQ+SyeXx+XIJV3;zX|4qDz1sknh zxBM3O+0oXQ1;aX<{kQw4(SkP%Pj1{0N$qsexafHYB!g5p57wI2yJxd`B``$sZCwktgEJnD=Jj zQi6NGaF#@id+Xb#_T9v=r#XK6<_xp^zTzG)@DSHK>$TETdPiqY%;z>$`c~9_yB)x>vRwqkA;I5B57b z*qa;0+%PwuJX0;m+$g3;X;zX2i}Cy~7=t1sqb6Tt=EecM2B-c)tHllJyA0`*pZXyk zZ-$llkecd<6Hm?6R*eOeCk`zy27us_eynp03i(RG9V27^d6LTO?50nUfEVPq{9*AY*p)q)qx$jzcXXRXWBwv?6FX zx?~~&mP!)`GB=so%=~(Ku+ojySW5RoVZU6*>u6FPOq~a$^Q#fdClX)fW33)uTbnH; z4zEOJ2K}}rRpyI-4yy?=H&I}8$03|=zfRsbKtv~RI;oR=1NFcGqLJY{KzyqNh>b$v zu9<4690Gr^E`5;@So#wWfdio%BGKMLIn;rEoQE}tt3ea?Gdbih z9zPP9lO)Cz4VC5tbgPDg56~l!1hyXpKC@Sre1KFBo6V{@Rr6{ha~>s9LtagB5~*e6 zmh_z!zZaa*=pR&J6ZXp0@{e_1!O=lg6XzD2ILD3}=LJ>;NxGuvvj5h~vQS52xO;;v zGp_fbx(={(wJatwUo~KLb$U^}obeP?yqv$NyYlC7ejAPd2k~+QFZH*p|I1AR@QmSn zWl)+f8S&1hZ%Yd5+g72p>8M{{puet~GEO9S5U^Pb+1v2GLZ8CBNQNk8v_#QUH%_3& zGRa-J`Dqj`5~=W5SJe>&Mxzmb|3!EJsZssl$CsVoZFP6QTf#|UFVoq>SbxgxT20)H z6h8}awwt}B24GqoWa44{ZkcrUmfLremQxaUl-wEBaY0L1N*`eN7n6EU5#Qe9=c!j{%tM7q1Z1rJHm-1#|N|-J&M2o zwu@l5H3KPrr^(Krm++svAs*GZ%>U>v^!MN&^j~(Cr6x{dXK~nUHu1v9$8SPM`Na)n zDU5tbzkkec$$E#q;GW0%=TH6fX8#=RpSAuu-9Ohn@5;6DUXllsxZ=9~{VDIr@Q~C! z*m&mV%rHe3%RR)HXA75IyuLkm7V%Tmpr0bVu$Q_y zf^nFRK(cqW=iWj<8C($@pkYej9$}GYVh*zPV7+FNW}!I46GL1qKYaU0Neq#U z?j+V@rivkC-`y#4%kdGv-ZF7G8vx_r+@EVjUVza0t|XRSt0`kqfmiJ+1h02ikTGuS zEWZnu0i7Yj`B`Hx9Q@gh8tO^}p>ZUL7=UmqgyZmNQi65rtjmtAKRP0$9Kk>HWP@x#wD)UJ@<+J@f~ zHhdi=h>jQ<<>#z+^{!J_p`2w<`NM8qpppg_4lU>H;GnW;IQ+;gY~^t9^YR74;TKsC zhZ$e)4u>4L-1Dl?dhxh9QKK&$TzOlBo6RJ6++6K&Q(1!31iFI7){o()as=PamE&fw zs8fS`=+qz8slvf0&9wG{N}G{6lhlh57Fsuv*_~oyQQh?lj2hm%$7vLivBS#8SLT%& z50`0Bldkx2x9h_4-?%PZZN#Iz3-?m&f7yjkTYMM3)8qAondh`T~zUl1BOUo$A4XlPL1Os5{dl@BiLlwX!mMs1TuDg{4fSQ3)Bu)Ub@ z4kK}rPh^go^)Z+PVw8yQ(8LgnAV$h?TGN|WzNf#BUv2bvGGTe0TcqjO0Hun&qMEsf z=~M+T!IYn3drBbw3q;&K@44A7{{-kEs zWO(`HPzd`_yWThrD2MBHP z_T)v|fdb9sX-v=gS;GZuCvR2?&b8x5Kt4h{R|RPi0t`Tz5oTDh3Sj4I(cB3JT1LFf zF0t9qx{C1NbHnl@U_3H=+>C=3oX@(Om-taoJ92o|`Jli%JKxHxAZ`P$`?^Z`@hv=o z&wPozFq%YGE0+dTO;|~y~@vM%0t8py9hq7vwT>v!Ol}{ z*;!XOt4oh;{gg~=4Y~JN5o!r5LL&1RzMdtU1S(+S+MA$JGW#D;fM2=ex@>3bxURE8 z`O-D7Br=E6lhlw`QoXq8VdRxp8ZoKB$`R=gNPqEjo?XuC2C_#Og<#HXY6`Ol&@ovb zzV=Jao2NtE8oV-SzfSO884SNxBb+J3_jZY0D{0vl<8?qmYJ-yrQ3kZFn>oZtOIO{W zYbi!PKAA3Km$(HwWBQ1)KxqdKoC;DR=NG1VKhSiU7lj zJP3c;c#-mM7rsPMuU7&GefR?GGgMO+&)C}Z_L*jN!}&99W1_Z4`x}_M%dMuKuwBZ8a$fU=<)+$;NQtBn6edX6Zp zC*a-moCjUF{90OfY%q-nveR?6kdw5j-xjXDT-`AXtrG%*pBiJEvs_>wVHXV~GN-#9 zsNNoUPSTQ#S3mmg0cG|)M|II<<%?9lJ16-8zb>G6;W;Of*0ZW}gwg2P*17x)LD_Mk z`ZhJiDWg`{kntajr%<$s8~^z)j{b=M{2r;Soc}bnsc1@^XCA@Gi=3wqy~K>Ll}U@D z6Rf{Y*ujnOC^in*H9c4=xiCLxE}aCB9Xt}5gZ_7bR9#&FdFEvvkdO8N$O#6>(}`)u zR$WbJP*bg75^b#9dCNQb7>^+co|&w;kUd(5==)=mp}rPF)H@)*RH^BXRum4%);gGS=AETL!mQmNbo#$R2eB~j>^5-piS zD@9r|_Y$x>k^Qk~iTsQAb$onq5AkN8Bgj=18nd>}pd~+YL|I@cLi6j6mKf%Cx5G&T z*rX!hKw8wJ8-VH#bkRWe8GC`{M7e4IE>L}l*2|&Vv_&yXbuwQfIy#(w|HWG2+l226 z2IyTL??rDWo9`?1CVp0-33}r_EBWB2&U`7Gpf`OTy}|90lLQ;5H`U;O(Xj9V82ZuA zkYHbD%LDmXv(Dse)+6ajQ_-}f~q!!nEadw~|@=#7h3DvINB3-ixv3`z={>_~oQAa%eQF*@!)usF+0Hiq1B3=B~ z%a2&yV|gY5=M;B5Yp`JM4!MS_ykD?=Kg)d=PY6GT`irl*e4@iEMPs)^yD06`)lw60 zFgytGnqZ$Fi2%>GRPE9ItmMD!m$%XL;3>)bUU1ccR3qe0rL%foyP`!2A;RC78RZY99Zg!PdH_ zPW6)t{%!C`$k#$!+70j`D1%1zgKzxci2?_zu80iRC)W~*i`!uA{2Fn-{A80ciL3@ zul7)WX?gqim9-zouNQ!9{Jr1nYna#Ae)QKg?}WUegzZlyn0OrItKPBGhOo~CdAP5&{V#M37${W8W; z(g(`c5$C;&v=c>7u(bMn2Gkm_#syVhnKIWqdfmXdtSQ$u2TH3IiGIK;Q|QXJ*8c&w2vSs z#VYIjg~#COA(x-ry%72!0k4UFJw5KQOYZ(%-bXT%@%*#9e8&&2?0Z9(@AJF7AKWGX zu3hRs9Y`131BjvG+yr+pu-JS(28P65djo}H8OCrZ5MacY?;q@rfGqI+uuG0B%Fwo7 z_(%9ia0HFGb3<=W!iVKxUU5*VzXGT|dZGQ^=7;=#1)j#~phI}@dBf%CPF_uXL`iwm zyTkslGCr^1b8x52`ka2>%5oL;efqck`}O{P7hi6gfB%R7zRbUG z=f4k)zWevpoK#l-4)yN?e7Rrx_urCV{X5mC_w7>t5dYrk>q+_d-}wCNNiPutV zIEr)B@(vq&mG^xYhy46S94zU;TH6;1wQ(18&R?HpI%m@u=zq-Prg3`$taBD)rCGpF z5AScZ^H4<$7T;|eR?ah;{#^WA-PvLCZ3)GzI`5!grT2cFPn3G>&VQBn_e(wZ_k;1S zzZ1IjcQ5)HY)>zJzaJb3>F}Mu{$jvm{V8^^$NoQ1{9N7H-mU+?{M`Ph3l~+{#Ri{p zs{vl*d)3of?PYQ4=c?db7B+772Q2Q*cFq+;gLNRUJ`(O*kY43GdkgE9^QjA~-1{S} z+bbd8C18m!VZYcsu{8%2i0aOkKa(|b`I!*$rp>k8|46IJ-H(*YjIpTd#Q^YYisudt zH!iJ8<-ZvWo*;sC+Mudo&*+BtwI7;CUVhLrb@G6Q{GdUp+>5DvdeHDx%@d6WD?wkj zwel4_0Li9aR- zS=u?v;2!I5Dz~BTq*Ttjd;)MCp3J-cPC85d{SMu2$nWTS+)&tsmo16@p2!RX91Z#1 zQ@Lg7+@orTZhzc(V1x&U4zlwkTaqi8zl^Z(=^Q~FSKAPlC9)raJp>7(NYk^WPA>&c z)@5~mSXyzkat-b2T*KUS?(~jyZp_l)^>d^cjaiz`pWcz}Naq{oa=@)Uov)wO^y5_i zph2k``Zk-|lUR9m(nAsH1-E65RjFLRXOu@9GDDNOVOpc|j9Wj>+l4-+Tshuz!LNF% zsEet>5re9=nT0Q}erYS~hKoeHS3X!vrr=s$QY{x%6IprT@VN{;zP;t(qA$Zb%4V&Z zeAd|!@y;ePC!>eB4);zKPG(vUtB?zMG&Ow7L`f5?1069AU!ulyLFk62$<@6(w zJxFyH9g)Mmcy;|M(T%Eb^Ku2Kb5SaH*?`VW3E3n1cXBGXR;aVS7%{2kow3Q>0~gNg@y?+xkO!NvI$PzfpY`<5CUY1E9><(Jy^lI;77YqtYsa(4f`-ie&JI&MsjcB z-W}_vo(RA>B&AYZZMmwWq41+YgBSPN4CFcn>bos22pwt$Kv+z+Avc$DNQ0*-G9E;u;_M0V(+-Cg+9aaPTaG6Tw9rARt*8&K@i)S#UY##Gh_RTGl z`HNl9&^5%Pa_1>h~?66(Ge++QDYbSjy0^On;%Sk-A>97} zm_(BjnO6kie015vF?QL*QWdFry7ARILwT0DnTMW~@OdyW2JUsbY=J3VI9AuGDgzN1Cg?X7cnnNvZoj$E9oeDu#OyFFvMa zGf5To!`{V|kS_Mub`iPzWY{yod6x;+wy0!dV>z+PY%10VlcD~Wrl2hNKKx4XW>Imre9!De(ggjOT{B(l#Knc1)049o2n20Cx>40llZY{%u>1h;_>MM`sI zzs_fZH^Du|Fg-lM8d=gg1Uk_Ocr)-fpFOQTm6|G^g@OaXm{dU5uZ$+`y6^U_Pn0y+0-udYykZ#qi0VE z&y1e+=a=XiZs_gua4x57(2R~$iLPy%ER15?@q+eb&BOQ`sgfKQ{p3$Tyd2XZt2T?f zHJR(3Tr!H?HjaFb8lWt5gS!|$P=(U0GUxIR<5dAjAm-X_{hzj}^}m;2|LK~r@dq1Q z`>*$~_G@_V=b=5Q$VC1*5a2> z@oSMil5T79deVAai*pb*ifeHeFX4ey51mOCbZyq;sS?W;i>C!|U!vjmy!_T9NtKqL z)H3MZC<_`I9;C6x&d*kb=g~yj`r4!G`jS;R%26F2&Rcv{z3e*&EHNBk&Q~EmOJGUo z*R>c@-BII-vxOQxthGP#L2K>h(_?_RnZ)3)VxI-p+TD;St*1v(0;oQ?1^cDm?{i8) zMwsdJrO#Pk>yQKf6?vhZzLc%6|2Oi&DH2nhu<@_S3%8#HUjK*k!uh6|m&*$$tG@q- z^1@t`|GU$Rabq_{FaB5ZLZwus|NoO0zWQyU&gaStm!0^Z$O~H|j1*~9A71`Nd7(zy z%0>uQgRx~~i2vWp3zvcpamw~g@JDbDNcJQz3}MOiNW)eeKYlH!J|zaImq-kDfJGS% zdl!l(npKI)(p6q~+S9iXf>$mtoK)2Ei7ud1>Y2Yo>QHi1x#yD$fj(o%yP!!fz^A{4e|;T13sXV>B7LVI!aJYBeGXmZI>LsdsZ?(OhU z`&L_#T+lhPu`-ws8U|G-16>rYHl9*Cg=~X^U&BSkCVq&(CXoLOt)z55uWn2#_pvka zm=bCB2#GW=!RC?Yu{c~%l`c%IE@_qNoR10~Im*9-+K1S*)OiTL4$*WTg4O&&`086X z)db_!4Y~6N4RD^0`TDtVWWH`q7p2_~mFi>huSXjZf0@6s{B)6@f)h_*6!}q+?u3g^ zZ?8M03x_^0=y)9pS?vchkT`onGOvIKx-jnt(S>=dO@|`H^k5`Aj0;x`Oy?HgN3+ar z{nFrZsT{c%GKfnPNlapdq5H#Ay`DmZmlT!Z=mp6@xepkCZ^^)9%c$yJPW4LX-jLQ0~{ewaRVJo-?QDR%2C{{zfvGRxG@l}@x5GFuyZ(X8Oe zlWcX)Qph3MX6n&*8`=}u{uK2#m&Z*%dbe>O6yR%)qrpU0Azl~yBVN# zIo_bBCDEsHeZ%h>giXF31ISnD0B_64OOFK}O?v_h7hJSKu|*TvkI0v+cZ7Hljmrdqxucq&?PzkRzxt-f(&1L{9+1;wFSB5%6 ztD&2M)0aM`@_hz1PfGS`{8D{}Bke!Z`Z2ph+*EotzMCv0tVgsPsF}_gPXE_$aH&n^ z%7&>(qx7pa*or}d%^XN=m@3H==pxR8^XlBg>D-gSE`q(1bf@XDAWUriRGGM_KaXKx zT42T{mW`-OMygLD`yjn+;UX_+(6+>-Q7y9~0`y&%C9frz4r^REPwBuA^RBf9uCz)V`s4QSBB%^4mT;5kh7PYX&?K% zw|5$sN*B(llEr)y;Jp86gS|Uv@+vG>2zD#8s~ckKD{RuChnm&?29n1Bi6&HrLS&F; zBlQ*@>+Rr52wOVe#9R?x&T{WZOB95JXzpvZmL`>w6>QbP+u_5| z;=DxKshj>Qt)aMEHTNcyH_GK^)chtRlB=f^eNi!e?5G!PzQ3TR*=PkX!boWt4()OeS zj$X~Fuu^tJ(j)mN!A-`8i!pL^qsJsyP;nr;pG138(8bChg~M2robs^bhM>hH>Q%v= zAZYAxn=0JLRjAtwyI1%u6%w(sjUBe8%FYu~Il_ChqkwdcP?g_hP;sAUxDEJsRPT6X z51T+g;p2nn(i_RMSM$OmYMKoZpUxU=Mc6NFw}`Low;yNA5^06oVz|#)iN&*%#Ntw; zPG~<=wdCiYYoN2E%F!vRNzokaq%18X>l9?K@hCE{X0ka}C4?+3(eMw)OTK29+`nKz zbkkmj6yX{(?H)mIx|T2AGvea!xMJdtcJIu`(i5FizVSqNq`qv5OHDlcB^{TWiZe@geVz4dd(X=!ZHIo9icn_eH+QR7C} z$3=WBu8%W$vGoBzADhZg9vxdBo2OOF4hU>|{+&X35qM zSL!aQeA96FllJwwg`!v8>8FPugLu||pH74=Uzqr zh{(2Fw&K@D-H&so<8RdiZeZaC>Us`YN^zE<4v2>8haZNT7<50nLM;L3wUrCY&=Hb|ctb z<~>O|%0E9~G6RxJYO4&^q*X1hWkUgorgJOmPOCe;?u??{0ODUez|`ddor~z{fhW<^ zKLIN*_l}89(=R_=(EK}^LCO1swko$RA!z=g=V&pwgKnnt2VcyG#r4ZAg5p3CtlVTA zB-S+c52j*A5GU1k3ORZ;6n;0zxNhO}Wp&LD43d5ixsV>*TDLeeXeWO3;<7s68=Q}P zUd+?@x8}*q$$2sv^zkCo8*Uo3S~HKhnvp!NHg^kup(>Gk%-cm$l-8@|kvyHsy~>VA zL;k{Q2~{tZ%Ti5`7bRBCl*NzdG~HeNQr$Vzt*@fo!x;d(r|+-SUs~eD_V;w{H-4qO z?blR{BULYU&hhnS28j`*@(&DJ!85kVgfCHYs*o8p04SuEWCpDxoBrvyAfbP${2#5F z(yF`FP_*)E#;EWgrn?!dX4R@g%J;%3ptNGk?{&o#Qd@u83jU=}onLSy!c?B<> zUy7V-E|wtxe5@Uss;RGN3R2@C{Hgqdf}PxSI+EHCzea`1_r$9(f*et^xbaAD%Gn_~ zz7FGqc7xn@`0F+gtZFU#S7ZXqEfht)o&|Moi9Z+bE9m7`40L155fiH#zp5ayO&xXl z2X#LE2;}%7^`CBNS;r}}U7S^ddm0Zp6L z^@bddLk|t)S8B?l6+D7(fZ87>uB`7kJC(Tb&$+SmY%#6gdMJ$8dBB+RzjdwJNMs+U zOkE4$>y;e;Ea5JP*?k(@GeY~k3(a>IT8VljdfeT&$oZoQE`%opMHaHeR_m(JMD{*@ znwc1rLT++9mL@mGb{QEG**B8H+MmRN9dzi>zOuS{T*8AE#Cp?2W(k?_kryXk-Mu#+7ZI{~dv zyapb)HyYn^+DUR18xLKsqc^8`C5B9BmmDBN&#%5g0m9X=z?{;LnJI5)(4C3bg`km9 z=V~Y$q8hrt3mtkUC8Z>0w?={N9y)ZCJe1r4*kpd}IMXbg`Y9o6yHMOv`_<;OlgQ`@ zVDlBDRiv6xH?9O_?ewh7Q%k*h%A^s9=9x}1wLmmfcrMUBth_Xo>-=5DZl zH<5YC>7x?`&X&(`0QgMg34=s#d%I6*hx#&Qp-`+FpAbLGDxP};JqOP4Ucm`D#e-K08jxLM`xBZgr=1xX&1lJS zf%k%Qju5KZjpMe=e_)j~GYYSlZApS#_s+i4+U5OV6ro5z(dE-i`Ob>a+_{jHmcUsJ zr3;5A2xfNN)lpT>DC(0@)^GtoqxEkT>+|c|t6P0vFV(kStiIyoQ(T^2;XcQ=IYc^?ixvV)fbHL{Y^n8vNzI z^#VQia&}pIC+8@9dW;TE(|BX=&+}eJ{=Uj=l_gxD)#mI89-qR;Xc94huN0hab*%|A z;iCoj?DG@%e3SQR{+vHmL@&)yM)XOrb~EtfTmhDAfb}4rS2{llfut~XSm&p8jOCvIB3#UVF6HeDmtV(3I-QM^~dc;ftkI8aWTe^Un%+RDJ zk;DI$v+&6TG=irsqp7q|ehQv=A*4a;gd0cXf*85;cx?3UgI%mEYA|fz5Bv;y1GJ#= zX4Rgru;|OArwii;Fh>F~s5?{-dgkViFkDIxCe{EsH%ZdM&E;4D0i2889{ft&d%}RJ z(_HBf$SMmduoi^t=F(NvDRVt8^dEhc^n{@Q(NyVAB1^l@6_l5UrbjAw&C`iYpf;kU zq%yggM(-}n*Cdf*vz;4Yinj}S9Vz4->C(sGnL~>6-s7ZiR%hQ00=nSkXsuiyPE9lP zI;%Gn;Wqum;QQMz8+_H}@W=KAtT%g~?-(Q85)}+cxNfrhWjId4G78!0v-g7PZyLI} zAzRMyX7eiz2g^ z8sM^%++&4xXN3=k1S>veXRWx|>Xh>b&=oGuA7CnY&x-3aXsXr4m{bXw10Jlk!D6z) ze}aRxGU=f7^FxKw^G7SOh}oDX-bI5F!FY2gEuz`#1w9;~f#heZI&x2Rj|v-IOlta# z%EYbsRrJfzguD6|DVFM@JF0}tRlG$)lX^&-R&UOHrzA@@-#_he^()=fkHtU(wt-fTQkCsYvYK9TG_kc%vni6fuYE$-tYaW@ry;+{FqDMsfdgRJEx#ii8NxyH%y`?%)Hr{OdT|@4(bne4+ z-WpEV_&B>igTkcpmkw;mUply<<|Axisl<`b(N-cehEKB0e0;FMHB--fV(Q8PjHcz0 z+Gu5um@RM^4Kh&c-f=Lz0z7QKVs~iTlTeq%qjsmz{Hf%uXzT|9YVv}czG17xCThfd z&AXA#)%>tJ9su!Jacz2cwBB6UgN27F-BXI@q4-stp}9osLDM6lA4EmmdE~B)L!+ z$fv};y_wfpG~#x16b;zzJ%l;&q8gV`^L$Lk(+#M{4NzAJUjOWM}{z5BPk za{RSJ{5!qAT+|;*Kc)3{MP-(v*xnY_+8ivDJQWtYNvKf+}@_AMOn=4fuzs@v2h_+ zMpD><6*(ysn98Lr-EO9KEyun}>u>SaN!5742X~6cUq)lXoA9P9)RANfkK=VcS7k;V z%`skP3Gdtn>jW-*vPAbfZL!?&d*hXsXdsl@}Ucire9OGJ&c;~nl=_p3$WAabn zX!eXFJ;%||Qyic@M0Gazj8REW=xn|sF^y9pMUPVvFVZ}QS5n()Z6z-;)1;50EA%26 zF!sGr3SJB9aZ2eh4yz)=)yLwYBKxd%debce6RdyI?T%O$R0#G$}s z(taTI(eH67Mqo1DqkdH~wYBMKzUziaGjblV&*{&G=*Ba@`<%39X5TpSOTLW!r*jLZ zk-yn^5NY_ufkk_z|6T(&hlFAbO>QbPDGZIK;4w7E%vj|#eRemwR*GO*(~p)Qi(`9? z<)j@8AISJbL+hXsk9y|Vp7I9Xc?_+)ipxY~{#D1*H%N0}#%kSjxkW_AS2Az=VYHb* zGfw}#I|rq&)Bf}?OuRaT?ylwjJL1u3w22wD=*BYorK@FN!Y>O*j`Z>}DFy<>9XjLi zb)!W#Egz&1%I;T{n`azu8hGiC^XrLfso@cZvp>Swq~R3gA6ZBbUu`(+3uhnC!T$Th}%_fU<|IyATbrkF*c{JoP|ninai2{{qYpnDjc8A zZ#O+FHPYDK2a(CMpiC{v@gJ7Vf5+yok2*o7)*YQ+x0}7wSbePiY}M_{u(l51bv@U&FBw zLv<8i$Ljf^?G7~8;krHwr8*mIp1oMx>o=LpkY)Ml+7s1Lt~2$?gy4Z6Ykg&W z`><%h%nEfs<E+?iRQI=h!!jZbv;*e}C`JXNtCsOAw=`RvQnjD?RsJrY=EWI2HGgjHk`2&Ye6_ z&+^7n&xVdL^-NmN?wvj2gX+;V-gsYNM3-qd9+>L189okmUwypxBDLXM+=7(anlpHS z`N1(T|1mz-1~%Dc*xr(RjX3jq#xHNr8cBu5Sqq7v5c0-~B!vd^kso zPpe?0_@sn?PNv|jFP!50rt5dz_Cd;)_MzBtGbZ4fxA07^R4KQZ$(0vBkdmf-Q2l(v zqqjD+;m4>x@gj`aT|)6*x{)1ga`(bGgtMcStbKPNw5GW<@EAKf+A zru@u&wKG{1Q0*u`9c9t@i++)Bn&FofsVowXz|xs;+Rp+bpT2M=o$t|F>FQ^OPb$PA zr!IE4G8{AO5#6uy7}?v!7F4%Q8A^i}y9bQ3fnM75?%#XAdZKpAx=_savD7uaUfT3- z;iLukFOtFAXaRL2vIg#j0n&C?6A*E;9G55|miPNt`Ho*{6X(&Qx4NUQp)xx4&e3lk%ic!?ILzHrpFlB95NMuTb~+S3T{kgmJe)J-vXJ=OocI z17CE+U!jd&oc6ygV~mq)|C!;(X#Zhl<Say$G^q)4OnZzkt_{+TY;r_h^Q^ z-_MYRtCq<>xD2m;-{&Oy3+lzVR=mU+HTo=-K;SITprp}$0)Kjaw}GfmK$67+j{Zq{Xl z?&U1PyU(NLrbuTsvgu>gq%~7UT_W`T2o1V!>X?|gyc-pUWRi?{uqD~HJ z+u!}R30FOQ-4h-(&G|he5G>co`c=PXcew;zY2>~|o-g59B)R;!ay}pqp=I(|q3jh7 zrqj{=Ye}qS@@FJ`KjFgRCq`h+-%@$zGCsK*OK=_+LI}1w-(Pp|%TD-r9h~9dD-OEv zzv|G>y~FUi-+8~?!7n-ZyhHbhgO)=-#lbBO-80VntDWz=Dh%Jv&iB#I`?nlS1{Va} z^FMlBnz``m!GrBo3-(F9Fq9<{_JEbD?dwlYQ`nh&W7LSPyiWH^X2Y&A9cdxUYyNSV z$oR!#V(tul{83)>=l2P_X5Vg(UdxE-()?zBHuu3LPk1AAo4aH64BetC{`4h@#I0a| z2$ zHrn{?3A0)0Z<5yj_?#nWR(6^*EGI~5_Jo6>FT#SIVw$A61*%C;5qu|=O?#zN?`Qlv~IWMLOE`q+8z4+i>#Yj;Voj_LI(H+_$ndqadd_+5L$tbb6V$Ah!DHE#Dr2gKbK$5Xu*XG!KvROeV0ZoM-1Y%R-(2p8 zdbpp9%M3oEp1b>~Zf(=q=A+6$f5b4qWo144YW*ZF!W>A|c>&#B*03J=S!@CK;35Qb~Oal`+0Drt<{M!YdVw7J} zlsI|K)5ipwrc#R2*)KFTQixNG=rbt>lT}jzP0=|;IW+?&by^g=1I@CnwJJG$7Y&|M zhUb``(-NU*cJ^hA2@LqqEzisJJw^JsN*^iDW-TGv>$f_Kd;es^-%1K|U7*=1NA|#o zhj>zU*{7~Kh5xxDOb-nNb#44|Q|><(>y;VaX_9j}gK&g^7*aW3z#dzK%Wh&9m>fgl z+C_JpZTx<++V4c(r62g3*&nROyi9tLmvT<3KUIYj5#!mUuJMtb2z7e*KXLBZUk8fP z``(eLTW)rb)Mr;9dc@_!<(FXO5bU~0{)*4n{K@$Rj~YU9exaNV#I?UUz|ZSsq3B$W zigV|hb97F&N52vN%Q-~WYRM00I=(03i>`e^+?sQKuJ=4BS5F=;Ig`DgFJwx|KDb>R zc666f_v4?H5or!Z6#vTEm+#5v;O>K{!pWz)f)=wcRsD>ZMR;X1o4Wz4yS^!@<)y$&r~tZ!2}pd+35Lw@9oGr5j=L zTb`Ayv45)hUhaeWOZf0-gh<+w+Jj!=t&+#pllRN@ts#H+qkL6+iPYmKsX5A4?o*4c z%l`*{Dq@6kucL7vPr`p$)PG!L(mjd)_?ht^T58lW$*<@1(=%sEhRw@p8G1|BL}5i` z3^CaV-ZK6dh`{+YQ59~&@AV+BL?lk{7WdPgf!5b?{^sXaaxw-LIW!;#_8#218%A=z zvNZh5q0X6`Z(*u03UN4{v14{q!|*PM^f=C8cx5-QA1<+&RBXy^47A)@zcaT%jIn6} zPqJ;@3NNP9b0AI2XW8oe9-*Ciir}9f=B51b0Ajoweus`a9h1gHctZ5B721={*)U-( z=ji05UHJ1%d`O@k$GgY*BGQCc@`Xzdese0Ty<8BW*De2xmWsV#Q{||g>{TC-*Roa5 z&&GY-IBd)2v!%FZyn)tl6lhHV|hxAIeS_Q^~mCt+WWNg;Bd zH;4M2yQP;0q-*rK{N_>nlI2tqbD1B&BEAg{Eubp-11;0W$Qd~f3GpBcZ};M?@|%lw zPn|G%(q&@qAB=6tLjgHusqIqa9%r{5)s$PDl+6Vi^M}i?CD%UevAw%cqu6~UNLK7> z?}%^CYoBlk@WEVE?xtz)^R#ox-M1^VdeV$-=j9q7r~UKL5AK%pGsg)(@JO^o&3W6% zRl&`R>Alg(d4VKwGxtfqD0E@>I=;sBhsK?)wv^iNzv^c^=aU>q6S^zSzAJ2QuU*)~xulNpKd9ewshKqM`E*L?_-~Vr<;Q{5_jS^-;Hvln+A!`r zo6|Ck-*>xK&o`b%P=50{xy`eavzuq4v)$PfUX?=!WAq5Wj8~iI(8=6Mu@}Fj7gWRO z#{>tO4nbP`>%1m8fP6(@0*5^tgq_}&hD!{@7eKveHLqz8m;cC_+|-72p=Ok;H~d{L zk~qD5=^KxuQDY5|9)}DI$l#SJ6s|N6O}TXWXK}!uTYCBE4KAb~*R;Yq&_syZ>*=*%)J~i*-!{{a}_3<6~ z6Mmc5#Np-LtnFs`chtTtV|RYeQ|^hQO)SpBa-oJS#2sO)er?S%cM9T@e-#P_n$JKK z5{cX_NNTl@AzNz}e9kvRVy@PA`Q%ObRY=OMBY;K9W!V8r>Dv3+oT1nqX(&Lhf@> zg#fzlLpmhO!an3;H7U{+X|ez#IX%sl@Zk z%NoxwG1;UpA8-=}_{Q4n`QWQ12!9~k6>Z=ts-oury`WrS+_C(%0; zI8gPe?wfpeNYolx+73UP{BPYinf#yJH~AoG{@=cDayGRt+{!Rk^f?B-N&)6I$$gX3 z{}hD|qOT|l{Tu@b`sZV}dD;UR0CuT!cp;6l64U>Y#RHQ=KebLx!K&6|@iqL>V5a`p zOyW`d=Wj7X%F(Nqmd%7@cUW*RQ=Bbly~(kY@HNthU)kioVvn{GzrfoSr#$tjpX?iLh zCXI%Fv+^fqtMdPmyfQO^x)ny< z?#$7(r`6XDwL)(!TU|GFbf}Yf!Y99F1s!^w3OtFDJ|ZEqDq1kRguWP2(n6j@NsUH2 zhpXA4Xm*Tg3rF6j1SXhS>W0;@`zZyBo4%@8H>TR*xdX(MJ_ui$D586AUI|>TvE;t? z&)=wWyw5q@@CDFgCH0~Ub2@B{JT|pd2{@<2s%3`J4bszLO3$qUEUDIMVx+OguTQ3Ij6P$`tQ}j5(cshM-od7{EvB-#=QXsoU6W44aFH0YQxk9;dnTQYy=VAPs|A7i-3|GLfU;aY*Az(1ZDTK674PK6B**hO z#%BseHVj3M>pq6nV{1!##bsetBDI4gd7`oTF^Q%f%DRhRwxhPrIY`8eDMJfz$G6245>C$nLs~2wX zL5kEhA?(d8YG`dHT6*e;r(&W#CCZcjjzk-0qPh2{G`C1GI>sThhb?-HCBH=v5{5tO zQO{5c4T6Tao8Y{EaEXC9>^0mrcFbf)YQtfq!VX(a47R-KTn1p^A*q zbmYJ0vkswmMk94iPwYf=H($+sfN6Qce`ctsC&4IYQ8XJ>B=^*z74)cLYQ1X3Q|sRk z*Ws>_U0;~9-@4AO{Wde*{TjSXdglAXk?%3m*WM66ufl9Aq!FU@?k>KHpNb5bWS!)v z8d#4CW5b2mLpb=rcf8-a|Hy0B+jkGbEayuj+cJ5(JO|A47fV>+MZ2i_zUK)l|kmIVz=}j^Lz3CZAgqgFVG1( z&+o;!gZbDT6=FC#}U$LrC%YJA2J_b9=q!+=GW)ZQ%>Zk19#*0^!{CR)cr5D zG4Ag`9o?Uy^o>1742q3k*AeRZeqc4_6a7B;z+#1{NkMC z=DT~=*o0)8kS4i^?nYupZogQ@?`>&%_Z>IA515!mivR8OvgfnwV^lR0xARh;Pr4aw zI@+);G&J@3cLFc{iLQ3edDbnrW-sDKL8bsMo&W*#=$%4*FFc505KftCC%o<&i!Olp z1GzOTuyd+kv%dP}tke-x`L(gByXi94{z;-e(|g1|@RXC^2UuOZYV1(l1>VvMFmrgp z*lqPwE(<%4(&- zKFZ50i?OR3iq$gqVwD8TgCPW}D#3cJDx|P->#B$qEb$lljWu~fD*Ue5M2VKwRuqdp zI)x3)3ymFH9b6u)Gp5Y<2@$ImD&CK)uB`}_tqeL8(YW3xX_w^h;+l#6#fz&dYy25^ zm6jEk`patk7vEDm!hfAVR9aRu>bjb;dx9Aw;@-xosi;coi*-d@uoOh7+FEFI8?BO2 zISx%R&ts+;+$X;mAfE?Z8fr{YZF$HlL-A$H?zWaz*M@?lmQ_}3EvcV^tQLP4*IZm) z>%X{UkbI$!Z7rw>x@tr;f8{d2YR!LFX|Tet7D-(m{RwoGt9SuFHV~?=EC)-1#F5WQ z`4`m`mzDX8ON*+DDD7&A^6o8t_Cq)K*&Pnb^S}ESA2tzlk^P#rKmXQr>v`kH8s=}r+B<#N92{};Zx8%_7aU&Ow(bc z{)BRO_^$|tj*-Ztr#QwY>mnENMq9THUo`r%%co?FxaHP+?^|V!zGcy6w+$D_7(wv8 ztIQX|2E_!5&C6#_?aHN;BKAIKdN$>Y>#0GQ;$X0(#$R5xvMe;(UqEwG6ZF^ehX<|3 zLY>NCe9}liEvdd-iCg1kyv~$hWzmYDfANg`ys6U)3m4yzJ0rJn@x1xj^K%#H=grQW z@0gQY9NzK}H$E!T)=8mMRhHjfQMpp=V5L*Vrp6PM1nVOCD6Xv*Yx3h@Mn#LB>WSlX zQjCkQ$yMWcLzS*c@+CID#$3XN_}%=a|Fq98edXAgU|&z{6zZ)cyqi%a)5^0$cZds%H-#os}`3tdRwgB@@5+5X*qb{2n2_^aoy zoxgqjS#Odi@5g{bw+`G5O8FkA{+0yqs12T|`nvTj&gdfLGN%$ZkBdVu)xj$IIsTWcBkq8>*xgK2crr&^h%e-g->Zu3Xhc70ZLiXXcU=SC*G!#(tX9 zm6ZBu%Y8w<%kU!7WAeLo)RTTmQ4P(Rsq%4E(mx#&FPJ+ouh3s}cSWeEZY23N^flVV zhqTLALXDwzPz&z%S61+!wjO06X(Uxs%gZV%M0;=}w~{kgwwQdyr7q<-&2^%}E7DXI zEtAS)=_sg*TVI8&=4cvm^SR600xQRzpI3KcE2u!)tUmf=OP!0PI{YlCFDY#i*4<)hnz!YAf+wk*^i%)<)IPqq9oH9;(eV-RNR$!h9)O$=4dXvQ`lt z8d~hC(x6oyToxMTX??8fvgM_*Aq)(H)nzp+tg7*s8r8?I{vo4~LOPu4VqL7tsJWT4mPlR+V*! zb*FWYNdeDWes?5+h=r)V7{$g?gv!cGf>us$K2}B<@_$unk+rnEsA7dxOsA?`(yJ=9 z$}8`p_g%#RD`Ztkri(<=)^A-OZrTt!^4ZZ|7Ib>!0nn!~AuAqudKXVmz9vk(=m!z5l4mX z76;2mS@U=$9Se%8#9tff-j?5OEzF)jEigNK&fftf|t^_iI1jFRn=%lak6{O~s|s z>{nIMZIR|%26{STkM_@Gq$$mrb~|gFQKEktN}1@#h}_rJ!IhQF6KG)st9f;)f0=5I zM`y6HxTvILu@d0@{g=j-m6oML8N=E1cgvWh@TNx}r#vR0tfDMLrDk|VBc+2IUd#Ax z!s2;Vi=}(DxQ0d|Sh6@&wA>nSZsN7;&$O&NSdvP9_lUij=S-#?)3{>wMQ{=LK;IF2 z{soqG1l$b{VOBi(bCz{A*Z~f+j@rE!S=LA}XE=9Kf$PERSS`r8m^uNj1D{DaYNuUd zS^vW{7J@!zTDOA}!JI2B>)T)_xRh0eeeA?}3>?Yj1}}pla38oG><2Th zw5*}5X@vYTd zJGkWr%esu^*G2P@2iy!k1Rh>sSzEyzekWx=*a@BgZd)Oirz*~feu?_&Ha`t7257vR}vD-%Q5cbjo z?xXxmr%^7HS8L8ud(*kl%_JW}cLR0+wu64`JIu=N2C%E-s9jFo34_*!@Bs_Jn!NO z;b8i5$_Z=)>%g8;>`%Vmj()++a_o<5B70UIwKKu?%ALZxmeAHeGcC8~{VC#Cy1+07Gs6B>#QGu_c53mkw1WUg`If2Q~VV{&!<`0n% zZ113a!LFYiwc9DL(x0M#Fym*?ok#qw=ow7jcGRu{TfsK4@g?#t`0`P^N5Wr0zVnf9 z2l9cPyO0meJcxW?#@~<+ta~4QUQuYZw$?4f-?uU!u&5AL_9UV9VR zI<41E!(aAHCmigU*=z3wJMZqbGw_?qU+lFvg6&@-9k3HT42GZVwX^V_r5k$f4zRPW z*Uro!T@FxnfUV!|wFgrlIysWH1ndGgf*o6VFLHysz#i~07`@!MW|1DFYJ2D{!N9WZ%suRR8T-@)D-IxbchSTFd8UVD#(bA`aOUs+a&!lefIuqkmpL~J2IgI3&4)?%u#?D+%~>X!msYLGbRxK znm&6zn3>sUugyZf3CKT{^e2l_1owcQ;9;-}OeTL}a2S}G zgI>T!FbC`c3&D(B`bt3K664~<^uE#HiBEg^c&G1 z7zWcO@qHos0=o*)4=D4&?O@@N9ULwQXh-?iAC;9bmTfthvK6IgdQb^`|Pp?tx{dr2QV z$+!;c<9Gzo59Q>{dO1FnA&d-qn`JG`Cw@pbYK{4m+zPGG4s2h{*d7d&^xIp&@N&laVDgH7 zI~{-3SkrG8h~Ek!7nokxZ!emM++Y=02yO)H?j|1Ca}WII6Yt)BI|O#EV$J~UxsQA= zfd2k|dpwx_0Qvzl!0i%V-)|4Tk$gNv{=m+Lew#@hs|y?ormrC$m;naBOmH1o2krqI zG_Mw|%#gzs7!hKG+F{z#ec5nBIi^w-Fy)4`!_GxA%da{M6CN#e9F1 ze1olE2*7gz}PfTiHzCGZ3NU?VslYz5l|zldB#=(V-q&RI&lr?H=6 z()k+YSVFqYu?!8uw}Wy*{zA~V5I$f!*ba^aJHRZk6Pyorfu&#=Tm|-k>%e4wGHoN6 z4t9VU;4Ux|+y@50!(btpT!{SOFt8CE1Ga)WU;W6W!8ef)&<}QjSzs8P5B7kiVDit%2bd170}H{8U^}=S41--@=2rNE z0dVlm(1Cui6dVuMfdQ})Tm-g)RbV^V0Cs?_U?;c<>;kueVQ>%F1BSum7pR9|I+%6~ z>40OvR90T!W^C`b_kvyE z9f$;3JwRm zz;$5wP4X+@d$0qr2TaEvJAVUzFnurOAowo%2YbMg*lFMo=o3t5L+4ugegONzZcDjW zB7YhA{{Z^{8^JcP?(hBfL9q2>{M~Z+gKNQXKjjE^S+?yjMP4>}E&;pP?zagnJkPd! z2g5UMd)NxT&$sQ;a^$)je#q4Wt_3?d zCYX#I8TZA;Y}>oRK(lT8;Mcm=w#S2o>yU3H z@_q^V1RqDf3i$sQ*G=%g3-l45{uSFE4kkZo+w;K=upTVkVB5XWw|~{PM^-`)4z5D} zr#a~YW4ByHW7|2^#NUHHBwcU|*a>!mUEp3Y{ny9^ z|GMAU_A0RBE#wA!x_A#3{ua4Nr{i~=yMS-Zh&PCCwv%x1;0FEk2#NrA!*Zxq|Z!E zxhuKen)2CeFB>=fa}qU;za0KDuRm%JlmI>whWoI_6LzKq@R2Z7ZDqyL)e|;}Fp|`d z(5>fB_<6(H2@`&wQ7Xf4E6>7jtP>{k?&hzYFuED+oE?((aKg0H22Nd@ct80P-iP?x z!23b+o{xlaR@Q2b3zLfl))RKBQW;(FTNc(j!p2FMhj%%=C2jc(xThdrHF?UDr@d`i z=eqjz^GQ2Gg{B zPq;MGPa8OGZQ^R*>_L!ar`#`)o00*|e&kMO&S@nW;g{2rxYid~os{sj5ay-uN_eLw zSXTbLqxK_S+FYT9bc2x2N|`AzJw@qzh_h+_QTsd4`z~^2LFWJ%?vsswYnN>cm=;gW2fHO6PrR zqGcV1_Om=29nC*Y>X)Cta`^P{E|X{9FBf4nVn;WeHc$o3PEk99X6S84?dyf+IcQux zQx|F^Eq>WZ^3fsX4c#Ep^L^e!m-A@iBfjY^NrANk=d3;@al`!KJ~L@*Mk{ zFDz%IWIEVR6zLvy? zY=g&h|1V}sGW(vHbE1H<}Xr)O)ibt zSyZmXGt}U-#a6^8?<3Ae=9iyD2fptTC*QRpGIKQbm3SM8=YNW|0;ylQZanhs_&N1KQ;lEP4efr`UG_*C z*SNH^9s8h;;}`O7<&%F3 zI%h2>P4qL^O&d9Oh%X?uOwum!8J!5Pdj4*K*EZ0%)bJX{^FDYCzM6Fso=yGE zGwm&3(CBXFwQ(F>eY9n}qBswSMX8w2RbD(d8{)fk< zUn}(aDKibdCmLtqGB~d@t#&W3A)i7`fIa=BzeOA&^pTWaE7Xf7?mp5cKcy?3?GNfnCjzenmpD z5Yy}{?ICElJag3kSZJ?;_Ijs27}_rgEiO=LhlzeRQl4UW=eT^Mc4u7ERBc-V(3U@o zj}f1d;-Piw{2XmtzANk_eTr4Y>G|eSdj&Qd^%LOW*uV+ni3bOfbaqZq)ukj0s6V>WPw_?+E*uzD?KVsj@vu~@hdy#dW_{=w) zw7=)_Lgyz)dmHpQlaAVdqFjBEK2v3r;^?$O zQDa`p58)PD+3{UBt;h z;K=kfPn`cirt;J9N7JG*N&hVqIXC^Cbx_jr{qY3+*Ex-FVr`O0CS{*S+^z6yi{sY_ zzurF9V};*RCb?Yy<&`(WuUz@%Lo2p4cnE&R!;c_MXE@CS+R@qI(^!WT|B~v_kJ^AXEg0tA zj%}GS+g{?_iM)S?z3)tkb8LGi_T@v4Hst=D_@U2xc*pct5&}|&V)TW?5k2OAz1RMc z)S*+C(1pR_v`f^5sm~F99q_vhx$1=9*@mB# z4j@wiW@)b#O$ z*A{qvPs_}?|X)ub#PyWM_-Zu2uruE;gHfLOZof_1^fxstt{)cc z|HBb8o=Y)#5nd(mY76z+_wejH>fuG-G*2gUbkfJM$!wkbfz;b4zk5eapWGQ2LnAtr zG;;oU#71SZU&HqXArCVk1%7)k%ZUVAw5`4+l7^G_S-tuJS* z9%iQ`PDvJ-gsJe9e#8;-R6KyVFB+a{gzq|w_Pd2WB0S4S?0+9&2eJS2y!PzX^#_`U z_Hm`GJ4s+9Jl;uy_XDn6k+Bz*f3{Tq#D8jTr>jryMV{Bm<6nvIyWhwoaxS97u#UZh z#)1jpBXWiaPk*I1W`4Jku%U#>d-(`%AS^A8ZZlzn5SR-Ncwn5~6b*aN=4tk9CMHf2NM|7SK zk3-+3P78-fnrjnpA~E4N9GUjL?6gG>xcrVkCKDgA0e-vT_dRdjjcz+oCSw z=6s*Nh{(c6_-!Qp0>XOW=R4PvzLq=VA8pqYpH_~uQ|1^yXnf8-8ij-G+m`b29WD}< zs^=bf_WrQf{4GAD*9eBd_=Y^n@iMrc`3(C(z;4`UI9<-9_Q-(SN^%^m+}=|MD*a6*Fz$BUSxhi>fm@L z_p6ZaS!vfkUgE?F#LnX-epc&}o7Ym>qW2kdR}$ZsX!0sD)x&FxYg@L<>%_LT8TySs z?X~|Vws62huePA$An7kAsGFY|YYVam`M1dMW0B!4;_{KQ&8HHioq4RkFCjd@p2Pu4 zX?%MfVL61+r0PfN;9A162=n^SHo_)(!X&R-2+JgFnlNoOWO~1`C$8Snvbf-1{J`C_4 z^de>J`#^d=hSxCUE!^H~FA!eu9(PxsxUpTZgH^2;;)r0fFcGhYlpw=PK7Q6bp^`t)rJ9$U? zZ9jvL8^qUib3FPu&YYacFdzCh_UzKsQP;in#s+n)ow!5YH48k? zxI#$Wb;Lc)zTQTO`x}q^-oD?f$3)fkcc`E8Ji=aJ_(XNKHZeh6`Sg@rNr+LL*m)1> z9DJ+SzLvV?yVsLWjE)cJM4u=~Y)JYM8_>^Jc=kO>96sW&*ZS!%k?#8vpk>8ey|yDc zEIvOfsp?ou@>g{Me&Aj9#Y_HbJn4GZKoUQ%8Ki8NNo1KYmh?A~{_~_C;MrGV(wFkt z4$s}BujRAQ!}B=hBY8gz{h>eh+E0lL(>(O*SKM)O;`baaYuXvKNe_|s7bNW&CT-!B z<;NfXg}jT+c;`N&{zm-qdCH5{RPqsm*EV>~6<${wUZNY(WB9#Z`!B-lbFN&oobkIm z$2Cq_<)&1LY9j4(Cp@>pGe>wHy_Nrszn1;^8#(vn_T|$EpF~*N;Jz3iUO?F3xUdq! zk_o#^xjFuyu;GN!bn8d>ttD(s99`Ehhx2rDGa+fH;6Ha{+GFJT3Qo$pEG5Mhf5 zyU-KnyNG%8xUh7>*2jg7By2Nbs8v6>P%DeDO@tk9Od)w%!uwsk_sSX~tTQgGk+AKA zIV)01*i4Ts8H8<& z3!6mPK2Mm~aRFg_IWI6)l%#dI0Du2zVxBH4>)0{j>&D^|Wd2s#i3Z|?|J7@UB|XuX4S5G@f@%{`3Iob>B@G+6H7@0%?TS>6@)^ zY5*jboQK)^33O7fnb7S&%AB+CyXh<4@g+ zA6yTg&c0st5fNEwGjm&f(`5oYAx8wBrSm)6pdH!I`3&MkXV^mLyMA6D z6#2;8C@-z{g@d9drIB-!`6r=1-s#o0)`M$*Fzz zb3FSVy(uOib9B5`FBy)kp^A<=;N3u+?cTEYwrxMqqStnJ1N<{i@3Ws2{^Pv-A4$wN zYYGY4rm=D=?Z7VRTV49IPEIfR?1g?;*AexNzK;t%@@tvRTAO6n#mXp zt34pB=}^ixHnp|!$gmq)u}9x87h2ZMG8Z_PeQZKu`eAMG+Y60eg{^ai>~o9s3ECZ& zHwsQoNznOET^AO=vX{6^hH=&*fiJGUJ?pz>zH(MdVvXuu`?z9{Lq}kb7jSRM32ZB& zTau&4RU|k!C5Je2Zn(tXXCF;Gep-q7ng;8ZXX*p1R}z`oO0{imf3t|X4nD(%_vt)# zL}rhTBz#q(Wk+J`)--b7YJ$}c_P`_al0JK}$bX#qRpWrCnLQgc%H@}G-ol$#{PoPp zyk@n^D+?wfpPXaco6)EJl!$z}s}s#W9t3GK*>XxmdyIh;wJM$W7vC9zN8@FEI)>q^ z+F2GdZzrsgvhuyMz$vdX#=^3P30Ic*tfMz%AWjwZ!$)B|KIoru=^0x@`hPdjU21fO zua5sCUH@3llt`j#57-hmpK!a#JYDx6bi#KRG4bJgD!uG#L3Y(y~GJ~ z_Uzjd=eFa-*(S7Dz9)|8v4nGK-4bWQapLTiII-!Ji2PS`g|x)Ez!S%vWB8-QVJgT; z2lKb~U5?-9+}kfBc}7QWUY-(q;}e8-Fcp4XW}kg6{G(;-?7jP^p{*u{&}Krral)tL zTLNuh;wST!at$EwqHFu?uSgyj%y;Bqznm+xGvaphC~;O1r*l%D*=IJ+jpMb21=zy- zYClrRB~FjX&-uofwK{Jb`>N!3dPeBR^l$rijIXOjqRjS7wEH};W<)n5g)CS z0eP;EmNYgIsR#PEPbH0;PLRf(r%28tK5-v$Hr~)@e<*U@=82pAmm@;08yJtj8=gW9>p+^*E~elMPl9=P+^V z8Dr0tIDc~ExNENST9QnpfjWW5YSvKV$UPJT-#lW!%(L$|#Ni{n8n0mdQs(4aeYVWS z==z%3j43ljQ^gidzft0BB~BZ08ol*(hFRBKJ+MN`52vFogSIacryX7N-p+YUvEjw8 z%-C1VczuZ$ibTpH&R*g)miO6Tpx@%V&W(fbH1e4RIFV2NC~bfOQ*#ei0jW>&+q&b(Y!xMV=;cPID^lsPDb&qjgO8%QC$s>kJn~%uIE+ia3RL_Sx4A zCeB-)I8L6-iq!<&>mq}P4TvD;o=Z5t`8Ms1b%V1885yTIvwPB)oqGI!`u%YmGV)Sp z#f9X5s*r>g$3)XUU+Y-vTf@oqC4HQ2&<$S0c~71rdNqE`%mwPmDK{l(RIC;+@p_0? zLcBY@wi7egknk%LMVCWmNm}Q{!su<&!+rLz#D2bB5KYsGJ6E>`>~n1ICxSBk(0yU$ zSJFRh?6aTXdqh^ZT-gj)ZK!n_cWTNFL^X9|5wdm=?3y#Gz#^v?V1tiLm71zpLFPxN^3 zQO*&IK90_H^2J(P%p6d{+pZ$S$A!kB%P(?fS8UJimqz+6O!FkXDdZ9VzESAE)Mr2I zEh}twhV;?QB;Z`Fu=IR|znsx;#V<|w(z|_T-B-*IbhjiC&_3W+%B7Jr%fBP8Z?T&P zd_u&RBy4t6ru+{=pZT~$pZ&@7!;mKoeTVSB$V0C(c zmtOp;^hJdJAy*ugXBG6xPxR^jTi?5LqB@PxH^k6y68*UJFMKlnUg$Gg9sW;#GW}pG zSO@g&BLCeky;pwSX&uS$Bp9MX!At@P`mx7uj8guc+Fr%m_J zpXxLvVt3o2U-I=n`}0Dd=hDaW_tGC0c{V!yC%W{<=P!DaI~x3)`KJV;HcDSb9o}p+ z=FZ@i+}#j}r!(_m>WrtRn7t|Df9lX*IkZR7pYN^wC||EXNnEX35l1X>25lFO;k_MOk~PnVmasAeY%e(; zCSIZf;o(G{N#r+kQ=i=@{n06|JlGrZ%zDH}M@lD`)U+4p@16@vB`3R3j!b)E5vsXxf+a{1!V6{(|yl16o ze@>RCl)eM{jh~WU$}bH4e(3M_@{iU7UB#9SS3)~9SzA9EGW+bm8ktO*T+&v+Eybs(sv16R2qA@(A&@X~Myb~MuK`*n?u6{ga zw^-=uunPTJ=sR{X?hyXh%!<-`Y{TU*dDsel`x|}s*Tgnvxb*RPcs(W$axcp8U-jAd zN}O44oa5&~bXs~X?f#xVyF_fn^^qR=6aFC?n5uqD?pW#gb)UUM`rCe&H)CLr{0V&~ z!y^AG=nMDu+24`;PIc+=Tahx5J%-;_Pv?$ZHWO#hyZCJBQ(fW4iA^KXiq;27XFqW^ zb7#kECr#&9nvOJXQWi@l(VqX6`)Y_2DYuARGDq{Y(u?g$8UgfF{x{}mm@|zjYj0m~ zggc@#X{;hn@<00Q+eBZd96v8!eQkn1^Iv`TWU;3aE`7YdKBtLDK18m4#L4M%qm49tf9thxmHPUOn+D}a8q;-u zIJ*I4h4nGDdG)hHCI7UQSHFD3rundZ_YjYd=;aXnhJKEF93+pod-!?sm@q>`(B&#! z&nurIn^}~9?wh~4cGg>D2eHnVD5hV8#?dAO-dCy0}wh-187uHGGmf`&|djR(m zwwbWe5>b6-bPu5L>E(SJd?;f5NPX=@r<;g#zWDPu@}e@i<22ccw}WUo`wfa zw|;02tikYYytv=46CRIxdB|J}(-|{#kf z$xG0kX^|}>I#&4tR7V`P21vnGNX_W`UFi0@KX4U~?Wnl#RU; z|5kWK&dpKgRfBfyf_7#~KvCBe+n^mbqThZ&Xx%kM?Mty=&*)Kyv$-h?h-&64vg3}Y zNI8Y!vmQRD3LidW_}h|&9beIJ*4;8a`H0LNHkvHVgf;YHA7SDwg3o1=_hdH?b=4iK zB$`Dm@tabA8Zf?xUp!*dTw1=cXwu9Dj6t59%lhrfQXjhrciZ&nUW>%jwJI{7tydJ7 zy+QuV==;I%QsMVK!%yU@hu8?H3*-?oecqzLf7Si5sVI!bRtcrcpnN`eW|Es3I(%Fs+jgo!s?RO4vDkmyg74 zB`ic(qK25TO@vhuM$@Ptq1#4Sc^usy!i3)d4_%nBlDN2Xr`Qt0XrA;V{L*reJC087 z94n0Dmr26a9JVCJ`p(;pJCAn3RW?u7t36L;#vywe6swdSjo%_iQjm^Lm8!PGY5gF2^ zlMZ3(?c6$vZ*uQX8N>U%adC18OI~{7I3>K#N@sg{>uQOk7wSVI$+hwh)#P z7uHGG@VKzOg!$vb4iPpiF3d+2PLB&qCv0e3*hs?C;=-~B8ypulpD@vfH@|YPq|Xy3 zx?V+?McDD$etExv_ags^-f!i7)=A#)<^7VAyzk|G{Yl;r!@aki=lHfPLAwCidUr#Hq))r|8S?3y zn;oT%&b6*{vZ|}NZabPzB|ZNqPP=yn@%V_1Y$M%#?irM4lP>$m&D6PBM<6|Ue<`nh zDW3G4{`;+zfwa>j>F55r_J zTh7FV?g5yVQWW)PtBAW9ot-9e`S|%;N7yF9u8;r^zr5AHTO_9FdJ8li(8#&-IGP0A z4}($pd9@e1Hgv81ESHz84SLr7I?&%Uo*V?Jhw9RTTg!` zMt1zL>J>!@jof*;8=6v{BXUdr`H0>4@@YSzIiKeUAJP&v$@}5X z`wQaU%Z#7A&pF9^X}3z8_oqsHJ`z?(*nHCThOH&6ATF$puzXKg2649#)`iW*@Bim) z&n)~(yVF(EG7&xYVk@^LkQ?z>Kq!gRlsv`#~tJtS}JZnlxEpcl~z7}(KX(V)Y&pUg8&nF!|Vn^$lN^URb zjz0--q)nH-JhwY_AWHqd!UvAr!+_J>GcZTGLl z;UmvOnV`;C+5f4}hDmt_h%>%|`v`>zAF+!?gk=#XW9Mi-qGQ`tyk8O*XB}bXCx|1m zm7<%i{9^o^Q^@Cao_uP*J#rK^@kh>7f#h=oZT^4%h%r3=!dGeXDZ1}<4IjL$Z?#x!NftzQp-)`C`ax(?s%OoHvK0o*0qrspLMH7a_80Bh_k+~-~LEs zml3}kNAv5-e!s?%0kEXAhd6E5_S-Lu-u@9EXSRD@>=BKG?TfBuNcd%RE%AMC6NiuF zv9tiYy0`yRosAOu0(7z+dL7R_=}9{}K8%d#guWC0`&V(_D9@3+Mb^P*FlnIYSR(r% zHp9Q+KJLfF0r?iX{N3@NtB(y@VI-2Yb^D34WD@>e;zVR3PGk;ECXm*tI&xAHC+Pz# z=b{&X9=|KH<%r!Wy4-E_B09=M?oGM<_R`Y`|C=jE>^ySfkz}z$nYvY80>>n+S2e-E@JLv3ASjp!>vJ6qCIdm9hmy~rqc^=hBx z9gmEk&}Z4jp#KnZYTx5$CeKne)=4&6w^U&D6GHBlKbDFA;h^ zqPHsKANp{={hrwKFFb9nQwPkl_*$J?mhu}$oP+S$&0WIkqh0%_F3R~#;kjM($NT-l zv)04Y^(}ekF1$OH>r_2o)kB*vHV+^6Z0M}C<74DEB*MfO-S|F; zwwnz^+)ex^X@q?5x$QQ2irlpz7l6DH+1MuavLl~Acr_#v=O;!M(a&yp4gY?>T`l1s zcw~vOueoXo(wP%pKH7&vKRaUoM4opWUg9@~&8Pgf^xJp(2!F%n<@y>eA6cNeN>#*Z z|1ar7uIfsbt#90V#GKQ6G0L+Fo(&!7T-y6rJUpE>C8n=rapn8!z}W85Erv#;Byw(o z=N5P_6FD88YX9)`bLVlh*u?idJZCv`V%KYD=_WN=3`uzP!0UB*NgL|wPx73$0ROUs zdxj;?Klbp7_)5vLU&YH!(bM13WGc^m+MUK1j_4k8-_B^BOW?WtzqxC9h$FYwVf5(j z9##i{D*`qFY2LL$8ZnUFVNzhky0Q=2?oT8kVnOWOAnhmY`*yV$$Vu+;)Kqz?S*3RUOmLdDN@-{gv2>aoVL$8>6|!DBpvY;8FYjuU0|Db{TYvJ z$7$CkjY8-b`EC0Jk?T<}z1XDN1#vHAaq>@`#xUapoQm&Do;dSO9JS&voF=*ycc|yO zw-s1c0=oQ+r1QOOLd^$PVhz8E|5yVWAwh1L@+j}*KJ+2Sd6&k!MZDWK(vHmkiodEN zY!_iy@*J@>+MwkKBl?m1(+~3gK+Jph?!g@*GxrwoKkuc@-v<4rQFiRSgZf>LozUx< zB{A^eLVFO}F{AC+JsgofQbL`Oy7nmd!EgMWt@|T=?O9P-wM{W+8^t2OERmeOtv=d; zkuM!Fch0sDhmX{YVWgXRv2A}Sb??5cC@*7MW`8ReIwt%|253l+iN9>T;*Q{K)8$GweYf`!6Z>JC*(T~|P z=e>hc>QyK7YZuz~52X(YvKud4HieV>%kbw&o!ja=>8 zbDM3i6xl|*JZanDIY*qh=~tK>IeokWczylVBYKY1=Zo?xh1akm?)8^62D!XsZpQWP zvfrv#%3H_nqUR0pYW(jb_I64C-Kd`BH$|$@&C*i|AL8=DZoOqTMw@=!bD-r9FYC1< zcE0e+F>;M3$hwX3buIV#i(I)bFUh0cr?5Jy#F${>MNTCrN;-cVXJNnWD<00X&u{qg zsJ>^zV(>0I=G?Sg`7n|&P1B*wO< zX&(kJ!G?(QfCTVnZ9?{t^oJ7zL;S0KHxC+;j_FJtf?7onnb7Wmc7o8B3`v_aL|P<^ zUxpZ9{+>K*z~HpR^Z~PzO0D7~CdBYRcYEHubjQa_uXu(Cn-Y?CC0X@}>^u5z#??HB zeRS)$B&GAXW*}TiE@l3%0c{D^|0I~N5_I0VJdaLeJW|8My-6H|-#Z|QuOAOMOXCdj zU&Cp`BnC1+9AKhdawR#bNP636wI@6=V2_UkdGV{nq~H6jt-f>uzMN#@UU}gmMEgfV z5?${vBqr@0Xw~}=@Q=R60fh7j6b={$ZY0zQ9=;eYWm@Jj;{xO4i=0gybFko0b% z^`Ioul$f+X(K?WLxr&xI@^#q%DIw`AgRCP7NskY*T6~lKdaBit1nIAml6d@WQqrIK zf8e?SLUW4WvOY-W<@!_M@Y<>A1b%xE-%-SnYbf^{lb#!3{lv-V%&QK-o+KX|WVIzG zJu%4ohp%nGhl8xIi?rV!nDo*A*WPzPS9Kk0&%XE0?L`gg0uqQOsziw`V{B}25v1F3 ztmMUDhu9E1amlg?N#1*YKUH9wMU&`=COW1H3>YwA(J@tEx-p1qxTDsrt*|TStv(Iib=Lmcc>T}AIZy?jhhr;gkML}NoMIpD}k7k$~i0N-u zQ`+LP)fWB!;kJ0J9(w-Myq>Ap%tiXW4qnYP+xbH*(VhGm(|Q-wZ*%clrVBz|bMbPf zGHC%+YMXfkL~i!*L>grhwk6U^$BRT)oP0Tn2D_3ztwdu)axy0kNu-fdE!6E?5{;Bw zF~P%q6X}eH5qH_cMM*SP+OF8kw-V^4myx=sj|V2wAzvM2Q10hZNz^@%bS{yu2N<00 zLGBN=p#cWjEeQ*2RhSEs@D)o&StdoeERnWEgkKins|hqSj*)ml9QR73{P+(H^est< zBJtsbDCh<95lhrc{$8y46z+}r(MTubcY>2kz0}>64tlbS zhxlj+GlWJlf9j^5{aH&=%cgJdMNrx(_MO4k#XLR z&~@`9ewR6TYnYDUvovuu!^OM8w8O=q2XVt|5n91~IYPtTZ9&iXIKUt6O~LcxzPa4W}!T9pSp!S;^wX%>L*Vf1Y>i9zqJFy+Yud%{5gEk&_ydWD$T?-=Pky0 z+4%c8C{G#?$=*l0W$#&4Z}fA=0tbC05hoqI-9>kVT#V=5MPE312veT4@K~2HP{5b$ zkyKjK!P9~?%=P%BAQdr}2dS$R6r%%33=gw|bjr<$yy)hS0@N4(0|%*=_|l0!k`~(O z$JkmJh=O@o$G#EHEe;;hl6GUrYC)U%8%JqNn&@kTKwtkC=IrCNBgh+C(D5KwJWi)W zBKt{rnt@bV9G5>%r{egt$7oZ$#X6SA`&-bpL@s%ZHY72GwkPrECunk|<&t7|3NL+( zPN(qh7IYxGN?1dx^5-pRN>v{CDD_I6FRZE6c*vu)tQxO;j7C-$B@?Q1Nek+e&M3~D z^h|In(xte!(|KhJ+FnCs_SWF#Eogd8q36})FI&*SS|U?Wi|0N@S8Kfp{;4|Y&@eJ% zj%0JOZaRJkG{`ro-t>m~29?>+DBqw0gR=?^3c93mp+VtpHxWH~O?mjEbfjs%LE%3C z!5C3-{h@}?H~-;=pwB!krMvTRUx_GuM5-|N5oxW(GR|*&B#K-vJR&XDvw0MGOm8mq zC(WbC=&R-;UeP>?+~&4`_@^!LgX_+y$|gShqM7P2A3J!tgVt+@lDIo2-@JF$aV4J4 zGxtuATMtK^?p_9`ua`dr$D%KKd0Ya`^1TZ_9+z|R@>GKE9^gaqbTA-vd4LNOXhKNn z=^;KIFXIpByfE*M$LErHQ36em2xne|KT4p!aY7G{<0%QWH%{^`jTaet#uNX6vX7c- zOo4fCpJR1A?ZvYn@9fPyDV~>j7@Soez7R(vy+Tj$^2s{{lN|UP!n`q_Mn;655aAEv z=~P5y_Q#0~p4j&>KUmkF;wc+j&Dt2H{#?<;zgbL&za_n;Q@Gxz1@#!%2m!Yh{ zJ;{6+rVTQ5ZTB#~M~?9s|M%R>1z{?YadbJx=!mo=JOMDehH1E8z80}Nz`Y}MPDY4) z88?Rq`DB>(2eG>D9paB8G*O1o86oZ)ri-B{@;DmC1^@+oHX9Lt;l4>U#la;>w9dho z(YOx&CXo(1rR$ya@a!ZyACTDDVZN0}=fj&F-IM54ycLj!{_jxJjdyRw)Fj-B%9wK; zJUt1w8MopyCx4iN1vlSLq?7wvVqR(m)xd z3;aASnGX4f;8xrS@X{n&9^|=6v^yw`b}PvEujiw~JU*FLM1BPRm^dWLkLTIR^o8`^ zFXI{CoSmG2+qE@;CnnJu={}beczhBqO^l)(dlN;te^MLF2FZv+gRi|?AN+51yFMeo zt}?!Tc4BP*5_8GZ|gH7iRK2SEE|GcjII#m(Mj}Sn7^rn zvE@hL50(0Kjpy#kv|j47EuPO;qG3{>l?gl~314ys_h^DVLo*ViD946G5x$vt87+qA z^gAG^(-=383ehY#j|kCq_ZV=Fcn2A< zM&en9?BW1a^$bSAnI4RSF;pI2l&C}2ZU`TD@X|0{aqyZ5ZNt}}u@-mp%rN!!@W)|n zpRg?KBmHxNZ-9Z|5yvHe245}Xi!7DcHf7HjI|QJKf^q(oYP zQ6!ygdt5qJPx1K%+LuVD>YG?-pm$zUzJY?Rm9WFBs1$|x=wy(qlB0+`ksO8iz?3K? z7Nkhz`4l9bRvAC2%23De8?LWOiwyQiHEFVQn!s}AZ_;TO^ES}#ba1|O^XTgIrDvvr z@GT!ttWHDyytXEN<6j^t#)Nokb$t7bC)UJ-ASu>`8KURInV{E17D>8u@q9g<@)CGz zO}d&O(Ss9l2a6LKGP4tTe07?DszCRuN`(gcP9>*9XkJRbL2soN{-!`(1fdiaAd?eYEv z8z|o>1J35aPy^9(LFBkJ6b1QZC<;FEv30ij$nbywl^O08pz%)r+D}+2-SX2-^eOD` zJjpfNCtg($Iv^b+GN8MJaoqJbdQvG zq=$Mj5Ax79mM`2PdtRr_*7DzxdW2&!*q^z0zL)m982`y)os{JWk22u&m2;ubJra4u zgGQR|6|$dvN`(1J@9rpl6JX43BSVD-Ixs*$wtEDb?ujsDE=JP9I2DI&L6rI?q=U6s28!zm zg$9YoC4ruoB#Ayt68SwzQP8(7dXNksiz-RvhDuRHUautO9FQD^uKCGAmnKJ{WwCax z9{dBS`(He@9o=wTb1ZI0yWGzsu+{U0S=o*T`*~`6D)#f$_B0?c%^-eUh)=Yq`612+ z3%fF5#qr^GG(V2dx1*uhm4Suvplf?tlE_!v(XgcX!djTjhuhQoWS-NW7N%HI8!Pkq z_H?K+RQ2>y{5p9lSEZWPIm=Su8= zUq!*0|Enm<@WrpBq-TB=MO6m>I(iuS{5pzC9{hC_b?o^s49UWOc>*#O|01{NgWt$q z82y_lO1$bfQIzzA#kujD=$>{o{w0xF@RI0U`%)AQ^7Ttmw8xNkq6d$aPY#}Y$f^l} zc}`i=zrnj3;Y@Fq<76Y8ZYFJLM7Lf1StA@z^7clwmU&C23`p}b<(%#7OuB;cBU2Xp z!!oI>moH}02t0I1JR`sdGUa?`OeW0=TC5deo}5W#VLp~g%OWy=Z;$7$NFC38GHE7` z6dKX$L|&AMCk+qg@JgA`bEXm(XVI8so{>fSl6ia<<)`rIEb1QRWymbbeY5Cnlm}-~ zMU=Z|;p=--%=JtvN=0Q3q;h^H-AUyejc8=rbI_JoE#IIF)2rtjlx_?9bt5{N&PP$% zbS})IVKsPZBRXB9(4bt4YYjK3*1_7N4NBHGV~9bHGwSksRK70n$)s&{c}FH4ts4cu zZ#|xsNn`3ok<03ORz>S^3AER12+oB17$VlykD_E}>qn9G&;}wh1y4p6Eos0P8qwwk zQvbsZxS|nV!gG^Jc@2d#qM^_;8%9x-?F~_@s|`it+(xn6=Bo=_Yz?&Ee}?dLoClWxzXVLJ+lnh(|p`Jjy|zY;pX{=8pwAIwm`&&;825@ zGa=Mva+r~JaX1S8!EhApo)NI8M})C85=A2PDOZPBA-zxVyYyC!cFAfIaZO&{>nQWm zOqU$&u6FSjFN_Ai0B4?ilmQEqfy}2*fHT`01w-`xCYF}JabhJ6#?RX=b{r2@RcBq_cA!MynHT56<+QgqCWl>;A}^|Aap|J^BaLDz*!rNf+2ax zLt&j04wCt48gsGR43imVJPxVdW~-aey6KuQ(4M$tj>YuEQ{7bNXi?;*;V#B6_JecW zw1|biBAR-*g&gG;b}U`UxE@D@UUx1Ey9gxG_`2pI6O)w6PeO=9r02K#>CC&Ztk5GRQ;aW)BmT!vL z3zS631Pqk;@9*33iyV&gOheGQnZA<7mgJ%k=zEAa8~T$nWupnEzfGkALxb#`;)FX2 z_aoj}S=K>UVQalJD&BY#xDKVmDgoY6i`UXTwAb*M5OsG{84wa%#H}Fhk=}6K%fmu6 z&(FO=W^zE-`=zU&2ns_R(9$Uzh_>9(Zn*EQ8_uMnD~w|kJ5M`!H#?U(=b0ny#6T>) z#>jf?Csw&C8Gm(u9|Mzy9rKXzWBb^+_j$5|4w&Y%9CGI@zDvdu#K-qC{F#GpndX}v zwCKJ_S6zNqgk0hn3gqk#)2*Gc&G2VeL#92x+m1C%aysOf^CdIaV@f@|5j$OZoV67! zRUeyO2|Tk7olWG?88ipIwGM4b=KXc>Pk6Y02JNZLYwEyZOJurM<(?U|uBy%vD0e_=Q4il(2ZJr zvkvvHEt-eamb{8<^Cal3E!vjXj)%;)+Pt$4-K@<+Gw_PI;4~kU09($^GIC2Ed7Nv;%wmIO-AP85oy?!odmL{5Z2e zEc~sq$vGPl#`TDZ5PokYy^P=$*}d*};h z&_}UDg?Uc8@D+C*Fywwq=djB8J?GN0w~#&G83*@*sgHSp$GL-fn8$qR77kQ`#tH#^ z6jJ)CTvE=^Q%Lt`{#Qchv$};wBI}eD*m61PxZ#6N7($+a33`bxQCwLNhDiJ_lMRuf z4iOpVY;7@JPsSoeApA%?(W`OjnFZQ2|1-y1n_r-xVa|fQ`~^0_Zt23-MEreZOs~Jg z;V5-G&p92Rx}BeLS5#qEOuJbF*ebQN6TWRQEDb*<6`_Bm?ZcA%n2W0egyENrcYuvsW) zj+5yiVa@P4roGiNn{lheco!E(P_Eca(g5<*| zMdrGbKZixZ<@_vxR(l@VkU+z|4Ob@6ey?+B0-X*@?5@x#gNU(uh+FG32ihAInI55T zu30z<+TaOHj=)6W#G&=YaBwFiUV{kG&-P`bd z0!*~d)39O$7@VbH5$zGF5Bip7R`+>mTMM(OhkCpCpa({DF7wbn7k}lU6Yd{x0$;X` zl4GssKx{Vrkr!?WyuvF}^CB;O30u7vvg6DYYgxggO@<{OsRsGQ=EsAb^pUn#{9o34 z;rHa{iXbfy$U864n=X$Sj^r`tta2uQ!}JN`R-I;Hd?F7LWPZ>d*we{ZQs}IcFQ%Z) z<=|sf;EHzvrq$#cIC4s6klj;6=4+XFkqmAiAV$In!GNtF;)lZ>EDf%v{43F94cpQ-m{+Pi0pYi} zm%~iPiMGRe$iaA(;GFbZ)H3!!B1yP4?(LhIIDOb-KTH3KG`!G9QS4e^=)5jQ=2y zINa0NC2QOCAAxhh@Ck>(2aqfW9*{R3+|5aor01(N%J=AB5iEwAfLqRbK4N$r@pPs+ zPQJ}@LIpk+%HWJ*KRDPZg1#m>;<_`cqiL@Sw)!N;a=2o^O~fl+GNnEP*Md1-)8EY- zeRLc?0Fd!W>Td@e8Ghq%X3`xiGwR#ROn*x$GiNX&qyCaf}iEC#Rv%_%jZED1K`JXihtfi z&h#Hbop62_qKRHC-G=yt{77oL*~bt#=R1ru#{(FEgE9<*b2FG_X-pervJboI8+3U$ zed26h=BDHPGB_W|q6=9*oqGjY9(C0^5`t3}vYhVD&V%K^1HZBlywwkcXrE-c(Z?Xa z^eu((=98{J%czl3nI-SSGBS+|RkI2A(sZW5e`d~=Aw^@z{?l#M);N4~!5xm zz&YPlbXJ`1Astpu;0(2!WrWE-@4?Cz(=}~%HZS*Jf%7srBV^J>mj6s~?>6am>?XBI z#|G~<={LccF{`1yR0$N)hyP=*?++FF%&(M;md@cH_3rbG%Q2lj&<@RH=S_8 z(sU3f>291H^I?XQ10Dn^du(0C@LjY5{(l3)Z3}Y*qU>Yyv~I?+)B)3zW4?om9E@M| zI?RIb(sNjXbz{kSkRy0kX%OB|6C8xOc4SOQHm*{M*Lk5!wuQ4|m5_1#d)N4wM^jsK zfs1+?N3qNFbMROf&3DT0Ah{j(I4XNdSu6jI@2<-4z~|I2v;I<(JIG=05G6lr-=GK|l1l$HCf&SdCwyH2UXpOHbN<_IAJ$fDQI5mzTA+(Oyx&KMJwE}x-}?g2 zLw&-S;*X`}s90`L%(xVOjWWUfA^(M5!PE!dLsAT^`0?NF;c<32NM&9=5ftwYa25uI zv&5oTSoHd!AF)VhZ&f?MA)+)aw$YNX^q%D~pg4JUSUky!!vw#su`p4(#qHsOJEI~b z-Z8gBROIEnu#Bez!#MHDGl=LOlEB!IL@y6Xf<2+i;3G4BUj7l4^gr3(wAf&lx(wVK zN?fMg31{rNaO`lI?Jn-a&K}tESTmk=pL7d@bU!t%E;|l87Wm8!=8t^_CsJ6yVV&kP z1ALfM#`=Ui-6xE#J|63LcK7ofKaKG7M89*LG$o4gtv;;PUIcFjo+77nn-dz~y|#sA z|8|cg%AVW+4D3v?dFbQdB~Eck!N1tHn^5ZXefzmTn?L^kjXPmHMla2aP=6N>j$rQM zkr6S;VtLue_b~V~{CozkjRBqzF`ow*oI8P;4kY_LED_hk60yzlxj7z@=zijDL*wB+ z6c%4HOepa@DZ%dAQo6TlJbER82AEbKB+4uXdW|EwTOt-28(au{?j31vCeSc=FeT8| zfH=cqya&BD_y_pD?g>RePr)daKwpP5!C4n+3He!Znb5Z&Ui@Qs!oMbw?!+_r$gpV& ze`x4o?qTpm$`dFqKidrd2kmq4R3}|Jvh;ok8y#lyYClMOBiQ)Ric3N8o`-0Sa!Y90x2 zk9Z6V{S72-mrfj;OcWFUjIj8CeGtJ)dRHWhG&dqqh@FYU?5EY8YSiQ42Ar=PsrZG* z!Knnx;{XA89N?e2p?hCU_}1f~XQFr<97_<71IWPRpkE@LmdElE9O@FNBp~eN0qIgx zWy`fS*aD1Gp>!At!}$gpPelq1)O;8pMa05*4A=WCvRgtF>?sLgY)*(ma7rS|dPK~N zDDV;U`-VeOEuVrpRV|+a0DKB|R~Daw8KB+i;J~M#xGEj+EHDW4^7EpqG}_M#t4i^Z z{Dz;$SB2^2kBHqFTx7ty6XxxesUX7pD^s615t}3t_cj66~Hk+(TC2TE4V#1KI>WVY;Ft?S}jC}XZI#ZW54#JZpe8+Ti^pqX` zr#QfBN&~PaX-Y>O+@mRNbn=ZRv;cmMP3R!=#3pnZeZC2-;`~(;g3IQxOiBB3rsTUWlXsvDnWF!2W<2;; zGetwsEGa|3EdHu76=sS2jx5P{Zx)|!OxLrdoU0m(<}HmSFSJ6Oj+2*icSd&U) zaYm3v(;Pq8lu8GkydX_F?d4Rd^rkd9B|4faw!%qiG}+5%Qt3m#@OuS#SsI-3d2||m z5#pX{@Sx*0X|yqp`=^iq2qo#4SNhsD z2nf9>gu*Tl1wl&B>iLx1!%D^{o0|6%M;9dbp)& zCS%_!!wY>*yvZ@g=PY*dUM~&y@Gh@e=uH8Cn2%@pV!pkrWc7k#$5!rlMm04Vk{$=p z2ib|^;u9>+VqdYD>*lrC1k2&mcKNv{%|Dyx_tghyT(SehE_s)mHoADL+e~4h;fxCU zj9cE*nkt)>#quLJK-%bz+34tx1HiU)$?#V>^6uj5HgpybZ5uh@8q$`=!EV)-&UtuW z8`omTP~UX^stuiir$$@aQIm(Xq4{w52lq zqGC_-={9t*6`#(bW39PgTe^ndHZ=OFr3O0tKGO^Z`t%t;a@qcjRN&w<(0uF}Dd$x% zP}656^U=>rGc9;F9z__IBXmiQ6bJ3eug*i`f~fR1Z(|r{p#ZNXu7~m32~xUeRxJzT z-r|!^nqcbSolDzXgi7(JY! zBVN2EApA`-#_jP6iCn5Y#CcBaEO6@kOUCyOaAuFUq_7Xt`z|u~|NYYr&Yzg9J*Yjl zrWNV(QdHL(cpvH<)*912e4skPx>i;lZsynxESBeKJ9YyQJmud5k*P2URU_aDgP772zEX z;pxi<>S2>SO<3?zK30#mCGgkvVyFGzBwGA|$-JW;O-|I8$ol*ygZBUaB31su6XfNVTF)6q=6Ji9)(xMidI>X55rgFRd4a?(T91u|}N> z4#P?MvrKGgdYMl$tqlzT8=7N{WJ5Ep0X8(-C8n#7w`WqJk3Vcgqa?o8fJ&2iHd?2WL~pNz zo^zqnG*Qtv%9}H3e3Y+dQBh?EXM5#*gN!a#DKt=y)&g%sYQBNkskC$?Us+AW_Erk+oDg^X$X2^MidIyXGm*wuPd=r z>qe2^7K^@IS5oz^CmKf9i-KNh(L3rzQM7CIqR4Yx{U|c~to{>_8Pp((9FIv$qdOM4 zu%g4TZk!lFubZm|fVVf7JS8?3445O`Jsk6MXn>EqJ}a+lo@-4vd<@PE{}Hn}hq{Hh z*RwP{#Jh6nYN#zZLnGVJS9itp;I?!oo(tR3Pzq0NP1CAyQEOV1&cj<{z~jZOsHhGfZbf@CxNB>gS67mKUXS~< zrbG34Yb(0dkoUBr(^srH4`30o9`U76sn$|t^BIvb` zaDHnV)|}_GrVkz!`JIn)*H-jd3+~g3@*k75Cmt)5V)bh&LWM0Q!Pu5OycJDvnFjur zmLj^hr4;MSmb|z%ecf`bBpC1{uWLmk@Y|XuKPh>B{-l)p_>+O|QixlG?iiNu>{#NB$E%*H0S{1E<(*mwJihsi4@!z|OPP=1l_}Izy9-LOJ zD~Qn**Q-Y~oNfi_3!HFT7fktb9kRo&SooNRW2xbir{P%X@qMbZ-_7rW#=BJC6Khy=F)6+vQJ>#rtgiT7ZZh*6&uuq`v)a@pcZ(HX9^`HeF zw7`QFc+dh5THrwoJZORcIW1tXPXpIub+W@%?hDtxFWl_D@KYKNYt#Hh!@8Um6RZ^@ z7FM}#;`^U+;WI|o6{qWWv4zToPw!Y)6~*QnpQ>S9rqegK@8C;VM8DN_vb}1p_lKCE zuCj?zVqt#_=npqyL_oth@wBeHyMwK<{e-<>a z3lxhLOB72L%M{BMD->aUj^(eIp_r|hqnNAMNwJG!o??Mwv0{m0sbZO8xnhN)dxz$) zn4y@hn4_4h*h#UAVxD4wVzFY0VyR-8V!2|4q8p|@tNj%-6tfj`6mu0jDRxoJQ!G#{ zRxD90RV-61SFBKU@6!AgGZeEGa};wGJ1KTi%u_5-ELJR0ELAL1ELW^hbi>Qvs=s1} zVzy$AVy<4#ZHP{6!R1d6pIy06iXG$6w4JW6y19@f5i;NY{eYKT*Xd`T@>>a3lxhLOB72L z%M{BMD-_-PG=Iem#cahK#azWsid_`*6blrK6-yLL70VRM6)P0o`!#>X48?549K~G4 zPKsR=^Armdixo>0OBKr$%M~jW-3K&(#SF!4#T><4#ZHP{6!R1d6pIy06iXG$6w4JW z6y5lsx7Gg?GZeEGa};wGJ1KTi%u_5-ELJR0ELAL1ELW^hbRW|E6*CmG6>}7G6+0<* zQOr{;P%Ks~Q7ly~Q!H1kP;?*G{1r14vlVj`a}_%&c2UezEKn>~EKw{~EK@93tWb1+ zsrf5rC}u0>DCR15QtYCbr&yp^tXQI0s#vC2u2`YyKBD<6W+-MW<|yVWc2ex3n5S5v zSgcs0SgKg2Sgu&1=>AIcSIkh%R?Jb%RqUkLMKMpYK(Sb{M6pz{OtDrF<~Uok^5TQNs5SFw{~7sWiq0>xs*62(%*GR1Pm3PtxRt-oT1Vzy$A zVy>a3lxhLOB72L z%M{BMD-_*lG=Iem#cahK#azWsid_`*6blrK6-yLL70VRM6)P0oUu*t~8H(A8If_;z z{hgm!YNC$nCs6cs?Bwt-w%@?tN%LP}{YvfoFDbsF_^RUX75}LCj^cZYe^VT)*h8_O z;&8)MX}CynlHydw*^2WO7b`APT&1{9 zahu|1#odbKiWe1Knty^~x?-8O!!gC0%3q@4+8WMKY_I$h#d^x$qT$^dKA_>fit`m4 zX#86meop;K8Y%w`Xk=xqypnufNy%-Oe3;M_F&b z)45~T@8AA&*6;rO#+$EYzVRAaq1QXS_c~?0_P4j+``cSF?EG#lrc1|n-+SYox4#p3 z1#$0oe6xcjQ0h-_cBZU1-hKnWojd*&znu_3+&iyz=-h#_I==o&r*}KN)$x_rUqf0u z1f{RO`bx*YzS{9monJxm-s~9D@k)nx-|g_Xm=2p3J(4L@S_SOz)*G)P{X57CKUr4( zvAllw-g}hw>N{_})$whKwCkGHp>yYV-}v31J9m`#OaIwR>`HQ?Y1@yQD`8{p`!cZY zJvO@#w2XC-O=pw+j2HOi}Yd}v%|K1%*GFxTztm&V!w9#Gro^9u|?SYaWpHaG-zn%Vd@T7?P zgx!7SY&)oJ=Y)uLNm=i`UPa*E^yzv|ZDW(Pd!_Xm2g`Qvd;7lh&*}Qb#%brio1>l1 z*4p{L^tQd$M%#{S%YRoJ(Z6bXyZ!Oeo|vd&6rWwX_qsp-?ueB7+v%ehV(D!hns{&O z*uB1&lYd|OIj)#}!N%u)d$07j_s`~zye~a}oq2SX`o3 ziZ)yVA?0skGZgLgS@-cpRxTTFf{x{6v1z3@)-u1={A { + console.log(events); +}); + +// later on... +await subscription.unsubscribe(); + +// Get events since some saved snapshot in the past +let snapshotPath = path.join(process.cwd(), 'snapshot.txt'); +let events = await watcher.getEventsSince(process.cwd(), snapshotPath); + +// Save a snapshot for later +await watcher.writeSnapshot(process.cwd(), snapshotPath); +``` + +## Watching + +`@parcel/watcher` supports subscribing to realtime notifications of changes in a directory. It works recursively, so changes in sub-directories will also be emitted. + +Events are throttled and coalesced for performance during large changes like `git checkout` or `npm install`, and a single notification will be emitted with all of the events at the end. + +Only one notification will be emitted per file. For example, if a file was both created and updated since the last event, you'll get only a `create` event. If a file is both created and deleted, you will not be notifed of that file. Renames cause two events: a `delete` for the old name, and a `create` for the new name. + +```javascript +let subscription = await watcher.subscribe(process.cwd(), (err, events) => { + console.log(events); +}); +``` + +Events have two properties: + +- `type` - the event type: `create`, `update`, or `delete`. +- `path` - the absolute path to the file or directory. + +To unsubscribe from change notifications, call the `unsubscribe` method on the returned subscription object. + +```javascript +await subscription.unsubscribe(); +``` + +`@parcel/watcher` has the following watcher backends, listed in priority order: + +- [FSEvents](https://developer.apple.com/documentation/coreservices/file_system_events) on macOS +- [Watchman](https://facebook.github.io/watchman/) if installed +- [inotify](http://man7.org/linux/man-pages/man7/inotify.7.html) on Linux +- [ReadDirectoryChangesW](https://msdn.microsoft.com/en-us/library/windows/desktop/aa365465%28v%3Dvs.85%29.aspx) on Windows +- [kqueue](https://man.freebsd.org/cgi/man.cgi?kqueue) on FreeBSD, or as an alternative to FSEvents on macOS + +You can specify the exact backend you wish to use by passing the `backend` option. If that backend is not available on the current platform, the default backend will be used instead. See below for the list of backend names that can be passed to the options. + +## Querying + +`@parcel/watcher` also supports querying for historical changes made in a directory, even when your program is not running. This makes it easy to invalidate a cache and re-build only the files that have changed, for example. It can be **significantly** faster than traversing the entire filesystem to determine what files changed, depending on the platform. + +In order to query for historical changes, you first need a previous snapshot to compare to. This can be saved to a file with the `writeSnapshot` function, e.g. just before your program exits. + +```javascript +await watcher.writeSnapshot(dirPath, snapshotPath); +``` + +When your program starts up, you can query for changes that have occurred since that snapshot using the `getEventsSince` function. + +```javascript +let events = await watcher.getEventsSince(dirPath, snapshotPath); +``` + +The events returned are exactly the same as the events that would be passed to the `subscribe` callback (see above). + +`@parcel/watcher` has the following watcher backends, listed in priority order: + +- [FSEvents](https://developer.apple.com/documentation/coreservices/file_system_events) on macOS +- [Watchman](https://facebook.github.io/watchman/) if installed +- [fts](http://man7.org/linux/man-pages/man3/fts.3.html) (brute force) on Linux and FreeBSD +- [FindFirstFile](https://docs.microsoft.com/en-us/windows/desktop/api/fileapi/nf-fileapi-findfirstfilea) (brute force) on Windows + +The FSEvents (macOS) and Watchman backends are significantly more performant than the brute force backends used by default on Linux and Windows, for example returning results in miliseconds instead of seconds for large directory trees. This is because a background daemon monitoring filesystem changes on those platforms allows us to query cached data rather than traversing the filesystem manually (brute force). + +macOS has good performance with FSEvents by default. For the best performance on other platforms, install [Watchman](https://facebook.github.io/watchman/) and it will be used by `@parcel/watcher` automatically. + +You can specify the exact backend you wish to use by passing the `backend` option. If that backend is not available on the current platform, the default backend will be used instead. See below for the list of backend names that can be passed to the options. + +## Options + +All of the APIs in `@parcel/watcher` support the following options, which are passed as an object as the last function argument. + +- `ignore` - an array of paths or glob patterns to ignore. uses [`is-glob`](https://github.com/micromatch/is-glob) to distinguish paths from globs. glob patterns are parsed with [`micromatch`](https://github.com/micromatch/micromatch) (see [features](https://github.com/micromatch/micromatch#matching-features)). + - paths can be relative or absolute and can either be files or directories. No events will be emitted about these files or directories or their children. + - glob patterns match on relative paths from the root that is watched. No events will be emitted for matching paths. +- `backend` - the name of an explicitly chosen backend to use. Allowed options are `"fs-events"`, `"watchman"`, `"inotify"`, `"kqueue"`, `"windows"`, or `"brute-force"` (only for querying). If the specified backend is not available on the current platform, the default backend will be used instead. + +## WASM + +The `@parcel/watcher-wasm` package can be used in place of `@parcel/watcher` on unsupported platforms. It relies on the Node `fs` module, so in non-Node environments such as browsers, an `fs` polyfill will be needed. + +**Note**: the WASM implementation is significantly less efficient than the native implementations because it must crawl the file system to watch each directory individually. Use the native `@parcel/watcher` package wherever possible. + +```js +import {subscribe} from '@parcel/watcher-wasm'; + +// Use the module as documented above. +subscribe(/* ... */); +``` + +## Who is using this? + +- [Parcel 2](https://parceljs.org/) +- [VSCode](https://code.visualstudio.com/updates/v1_62#_file-watching-changes) +- [Tailwind CSS Intellisense](https://github.com/tailwindlabs/tailwindcss-intellisense) +- [Gatsby Cloud](https://twitter.com/chatsidhartha/status/1435647412828196867) +- [Nx](https://nx.dev) +- [Nuxt](https://nuxt.com) + +## License + +MIT diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/binding.gyp b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/binding.gyp new file mode 100644 index 00000000..9b8f6ffd --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/binding.gyp @@ -0,0 +1,93 @@ +{ + "targets": [ + { + "target_name": "watcher", + "defines": [ "NAPI_DISABLE_CPP_EXCEPTIONS" ], + "sources": [ "src/binding.cc", "src/Watcher.cc", "src/Backend.cc", "src/DirTree.cc", "src/Glob.cc", "src/Debounce.cc" ], + "include_dirs" : [" unknown; + export interface AsyncSubscription { + unsubscribe(): Promise; + } + export interface Event { + path: FilePath; + type: EventType; + } + export function getEventsSince( + dir: FilePath, + snapshot: FilePath, + opts?: Options + ): Promise; + export function subscribe( + dir: FilePath, + fn: SubscribeCallback, + opts?: Options + ): Promise; + export function unsubscribe( + dir: FilePath, + fn: SubscribeCallback, + opts?: Options + ): Promise; + export function writeSnapshot( + dir: FilePath, + snapshot: FilePath, + opts?: Options + ): Promise; +} + +export = ParcelWatcher; \ No newline at end of file diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/index.js b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/index.js new file mode 100644 index 00000000..8afb2b11 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/index.js @@ -0,0 +1,41 @@ +const {createWrapper} = require('./wrapper'); + +let name = `@parcel/watcher-${process.platform}-${process.arch}`; +if (process.platform === 'linux') { + const { MUSL, family } = require('detect-libc'); + if (family === MUSL) { + name += '-musl'; + } else { + name += '-glibc'; + } +} + +let binding; +try { + binding = require(name); +} catch (err) { + handleError(err); + try { + binding = require('./build/Release/watcher.node'); + } catch (err) { + handleError(err); + try { + binding = require('./build/Debug/watcher.node'); + } catch (err) { + handleError(err); + throw new Error(`No prebuild or local build of @parcel/watcher found. Tried ${name}. Please ensure it is installed (don't use --no-optional when installing with npm). Otherwise it is possible we don't support your platform yet. If this is the case, please report an issue to https://github.com/parcel-bundler/watcher.`); + } + } +} + +function handleError(err) { + if (err?.code !== 'MODULE_NOT_FOUND') { + throw err; + } +} + +const wrapper = createWrapper(binding); +exports.writeSnapshot = wrapper.writeSnapshot; +exports.getEventsSince = wrapper.getEventsSince; +exports.subscribe = wrapper.subscribe; +exports.unsubscribe = wrapper.unsubscribe; diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/index.js.flow b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/index.js.flow new file mode 100644 index 00000000..d75da93d --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/index.js.flow @@ -0,0 +1,48 @@ +// @flow +declare type FilePath = string; +declare type GlobPattern = string; + +export type BackendType = + | 'fs-events' + | 'watchman' + | 'inotify' + | 'windows' + | 'brute-force'; +export type EventType = 'create' | 'update' | 'delete'; +export interface Options { + ignore?: Array, + backend?: BackendType +} +export type SubscribeCallback = ( + err: ?Error, + events: Array +) => mixed; +export interface AsyncSubscription { + unsubscribe(): Promise +} +export interface Event { + path: FilePath, + type: EventType +} +declare module.exports: { + getEventsSince( + dir: FilePath, + snapshot: FilePath, + opts?: Options + ): Promise>, + subscribe( + dir: FilePath, + fn: SubscribeCallback, + opts?: Options + ): Promise, + unsubscribe( + dir: FilePath, + fn: SubscribeCallback, + opts?: Options + ): Promise, + writeSnapshot( + dir: FilePath, + snapshot: FilePath, + opts?: Options + ): Promise +} \ No newline at end of file diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/package.json b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/package.json new file mode 100644 index 00000000..dc415008 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/package.json @@ -0,0 +1,88 @@ +{ + "name": "@parcel/watcher", + "version": "2.5.1", + "main": "index.js", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/parcel-bundler/watcher.git" + }, + "description": "A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "files": [ + "index.js", + "index.js.flow", + "index.d.ts", + "wrapper.js", + "package.json", + "README.md", + "LICENSE", + "src", + "scripts/build-from-source.js", + "binding.gyp" + ], + "scripts": { + "prebuild": "prebuildify --napi --strip --tag-libc", + "format": "prettier --write \"./**/*.{js,json,md}\"", + "build": "node-gyp rebuild", + "install": "node scripts/build-from-source.js", + "test": "mocha" + }, + "engines": { + "node": ">= 10.0.0" + }, + "husky": { + "hooks": { + "pre-commit": "lint-staged" + } + }, + "lint-staged": { + "*.{js,json,md}": [ + "prettier --write", + "git add" + ] + }, + "dependencies": { + "detect-libc": "^1.0.3", + "is-glob": "^4.0.3", + "micromatch": "^4.0.5", + "node-addon-api": "^7.0.0" + }, + "devDependencies": { + "esbuild": "^0.19.8", + "fs-extra": "^10.0.0", + "husky": "^7.0.2", + "lint-staged": "^11.1.2", + "mocha": "^9.1.1", + "napi-wasm": "^1.1.0", + "prebuildify": "^6.0.1", + "prettier": "^2.3.2" + }, + "binary": { + "napi_versions": [ + 3 + ] + }, + "optionalDependencies": { + "@parcel/watcher-darwin-x64": "2.5.1", + "@parcel/watcher-darwin-arm64": "2.5.1", + "@parcel/watcher-win32-x64": "2.5.1", + "@parcel/watcher-win32-arm64": "2.5.1", + "@parcel/watcher-win32-ia32": "2.5.1", + "@parcel/watcher-linux-x64-glibc": "2.5.1", + "@parcel/watcher-linux-x64-musl": "2.5.1", + "@parcel/watcher-linux-arm64-glibc": "2.5.1", + "@parcel/watcher-linux-arm64-musl": "2.5.1", + "@parcel/watcher-linux-arm-glibc": "2.5.1", + "@parcel/watcher-linux-arm-musl": "2.5.1", + "@parcel/watcher-android-arm64": "2.5.1", + "@parcel/watcher-freebsd-x64": "2.5.1" + } +} diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/scripts/build-from-source.js b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/scripts/build-from-source.js new file mode 100644 index 00000000..4602008b --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/scripts/build-from-source.js @@ -0,0 +1,13 @@ +#!/usr/bin/env node + +const {spawn} = require('child_process'); + +if (process.env.npm_config_build_from_source === 'true') { + build(); +} + +function build() { + spawn('node-gyp', ['rebuild'], { stdio: 'inherit', shell: true }).on('exit', function (code) { + process.exit(code); + }); +} diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Backend.cc b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Backend.cc new file mode 100644 index 00000000..fcf55446 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Backend.cc @@ -0,0 +1,182 @@ +#ifdef FS_EVENTS +#include "macos/FSEventsBackend.hh" +#endif +#ifdef WATCHMAN +#include "watchman/WatchmanBackend.hh" +#endif +#ifdef WINDOWS +#include "windows/WindowsBackend.hh" +#endif +#ifdef INOTIFY +#include "linux/InotifyBackend.hh" +#endif +#ifdef KQUEUE +#include "kqueue/KqueueBackend.hh" +#endif +#ifdef __wasm32__ +#include "wasm/WasmBackend.hh" +#endif +#include "shared/BruteForceBackend.hh" + +#include "Backend.hh" +#include + +static std::unordered_map> sharedBackends; + +std::shared_ptr getBackend(std::string backend) { + // Use FSEvents on macOS by default. + // Use watchman by default if available on other platforms. + // Fall back to brute force. + #ifdef FS_EVENTS + if (backend == "fs-events" || backend == "default") { + return std::make_shared(); + } + #endif + #ifdef WATCHMAN + if ((backend == "watchman" || backend == "default") && WatchmanBackend::checkAvailable()) { + return std::make_shared(); + } + #endif + #ifdef WINDOWS + if (backend == "windows" || backend == "default") { + return std::make_shared(); + } + #endif + #ifdef INOTIFY + if (backend == "inotify" || backend == "default") { + return std::make_shared(); + } + #endif + #ifdef KQUEUE + if (backend == "kqueue" || backend == "default") { + return std::make_shared(); + } + #endif + #ifdef __wasm32__ + if (backend == "wasm" || backend == "default") { + return std::make_shared(); + } + #endif + if (backend == "brute-force" || backend == "default") { + return std::make_shared(); + } + + return nullptr; +} + +std::shared_ptr Backend::getShared(std::string backend) { + auto found = sharedBackends.find(backend); + if (found != sharedBackends.end()) { + return found->second; + } + + auto result = getBackend(backend); + if (!result) { + return getShared("default"); + } + + result->run(); + sharedBackends.emplace(backend, result); + return result; +} + +void removeShared(Backend *backend) { + for (auto it = sharedBackends.begin(); it != sharedBackends.end(); it++) { + if (it->second.get() == backend) { + sharedBackends.erase(it); + break; + } + } + + // Free up memory. + if (sharedBackends.size() == 0) { + sharedBackends.rehash(0); + } +} + +void Backend::run() { + #ifndef __wasm32__ + mThread = std::thread([this] () { + try { + start(); + } catch (std::exception &err) { + handleError(err); + } + }); + + if (mThread.joinable()) { + mStartedSignal.wait(); + } + #else + try { + start(); + } catch (std::exception &err) { + handleError(err); + } + #endif +} + +void Backend::notifyStarted() { + mStartedSignal.notify(); +} + +void Backend::start() { + notifyStarted(); +} + +Backend::~Backend() { + #ifndef __wasm32__ + // Wait for thread to stop + if (mThread.joinable()) { + // If the backend is being destroyed from the thread itself, detach, otherwise join. + if (mThread.get_id() == std::this_thread::get_id()) { + mThread.detach(); + } else { + mThread.join(); + } + } + #endif +} + +void Backend::watch(WatcherRef watcher) { + std::unique_lock lock(mMutex); + auto res = mSubscriptions.find(watcher); + if (res == mSubscriptions.end()) { + try { + this->subscribe(watcher); + mSubscriptions.insert(watcher); + } catch (std::exception &err) { + unref(); + throw; + } + } +} + +void Backend::unwatch(WatcherRef watcher) { + std::unique_lock lock(mMutex); + size_t deleted = mSubscriptions.erase(watcher); + if (deleted > 0) { + this->unsubscribe(watcher); + unref(); + } +} + +void Backend::unref() { + if (mSubscriptions.size() == 0) { + removeShared(this); + } +} + +void Backend::handleWatcherError(WatcherError &err) { + unwatch(err.mWatcher); + err.mWatcher->notifyError(err); +} + +void Backend::handleError(std::exception &err) { + std::unique_lock lock(mMutex); + for (auto it = mSubscriptions.begin(); it != mSubscriptions.end(); it++) { + (*it)->notifyError(err); + } + + removeShared(this); +} diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Backend.hh b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Backend.hh new file mode 100644 index 00000000..d673bd1a --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Backend.hh @@ -0,0 +1,37 @@ +#ifndef BACKEND_H +#define BACKEND_H + +#include "Event.hh" +#include "Watcher.hh" +#include "Signal.hh" +#include + +class Backend { +public: + virtual ~Backend(); + void run(); + void notifyStarted(); + + virtual void start(); + virtual void writeSnapshot(WatcherRef watcher, std::string *snapshotPath) = 0; + virtual void getEventsSince(WatcherRef watcher, std::string *snapshotPath) = 0; + virtual void subscribe(WatcherRef watcher) = 0; + virtual void unsubscribe(WatcherRef watcher) = 0; + + static std::shared_ptr getShared(std::string backend); + + void watch(WatcherRef watcher); + void unwatch(WatcherRef watcher); + void unref(); + void handleWatcherError(WatcherError &err); + + std::mutex mMutex; + std::thread mThread; +private: + std::unordered_set mSubscriptions; + Signal mStartedSignal; + + void handleError(std::exception &err); +}; + +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Debounce.cc b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Debounce.cc new file mode 100644 index 00000000..be07e782 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Debounce.cc @@ -0,0 +1,113 @@ +#include "Debounce.hh" + +#ifdef __wasm32__ +extern "C" void on_timeout(void *ctx) { + Debounce *debounce = (Debounce *)ctx; + debounce->notify(); +} +#endif + +std::shared_ptr Debounce::getShared() { + static std::weak_ptr sharedInstance; + std::shared_ptr shared = sharedInstance.lock(); + if (!shared) { + shared = std::make_shared(); + sharedInstance = shared; + } + + return shared; +} + +Debounce::Debounce() { + mRunning = true; + #ifndef __wasm32__ + mThread = std::thread([this] () { + loop(); + }); + #endif +} + +Debounce::~Debounce() { + mRunning = false; + #ifndef __wasm32__ + mWaitSignal.notify(); + mThread.join(); + #endif +} + +void Debounce::add(void *key, std::function cb) { + std::unique_lock lock(mMutex); + mCallbacks.emplace(key, cb); +} + +void Debounce::remove(void *key) { + std::unique_lock lock(mMutex); + mCallbacks.erase(key); +} + +void Debounce::trigger() { + std::unique_lock lock(mMutex); + #ifdef __wasm32__ + notifyIfReady(); + #else + mWaitSignal.notify(); + #endif +} + +#ifndef __wasm32__ +void Debounce::loop() { + while (mRunning) { + mWaitSignal.wait(); + if (!mRunning) { + break; + } + + notifyIfReady(); + } +} +#endif + +void Debounce::notifyIfReady() { + if (!mRunning) { + return; + } + + // If we haven't seen an event in more than the maximum wait time, notify callbacks immediately + // to ensure that we don't wait forever. Otherwise, wait for the minimum wait time and batch + // subsequent fast changes. This also means the first file change in a batch is notified immediately, + // separately from the rest of the batch. This seems like an acceptable tradeoff if the common case + // is that only a single file was updated at a time. + auto time = std::chrono::steady_clock::now(); + if ((time - mLastTime) > std::chrono::milliseconds(MAX_WAIT_TIME)) { + mLastTime = time; + notify(); + } else { + wait(); + } +} + +void Debounce::wait() { + #ifdef __wasm32__ + clear_timeout(mTimeout); + mTimeout = set_timeout(MIN_WAIT_TIME, this); + #else + auto status = mWaitSignal.waitFor(std::chrono::milliseconds(MIN_WAIT_TIME)); + if (mRunning && (status == std::cv_status::timeout)) { + notify(); + } + #endif +} + +void Debounce::notify() { + std::unique_lock lock(mMutex); + + mLastTime = std::chrono::steady_clock::now(); + for (auto it = mCallbacks.begin(); it != mCallbacks.end(); it++) { + auto cb = it->second; + cb(); + } + + #ifndef __wasm32__ + mWaitSignal.reset(); + #endif +} diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Debounce.hh b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Debounce.hh new file mode 100644 index 00000000..a17fdef7 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Debounce.hh @@ -0,0 +1,49 @@ +#ifndef DEBOUNCE_H +#define DEBOUNCE_H + +#include +#include +#include +#include "Signal.hh" + +#define MIN_WAIT_TIME 50 +#define MAX_WAIT_TIME 500 + +#ifdef __wasm32__ +extern "C" { + int set_timeout(int ms, void *ctx); + void clear_timeout(int timeout); + void on_timeout(void *ctx); +}; +#endif + +class Debounce { +public: + static std::shared_ptr getShared(); + + Debounce(); + ~Debounce(); + + void add(void *key, std::function cb); + void remove(void *key); + void trigger(); + void notify(); + +private: + bool mRunning; + std::mutex mMutex; + #ifdef __wasm32__ + int mTimeout; + #else + Signal mWaitSignal; + std::thread mThread; + #endif + std::unordered_map> mCallbacks; + std::chrono::time_point mLastTime; + + void loop(); + void notifyIfReady(); + void wait(); +}; + +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/DirTree.cc b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/DirTree.cc new file mode 100644 index 00000000..ac17c15c --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/DirTree.cc @@ -0,0 +1,152 @@ +#include "DirTree.hh" +#include + +static std::mutex mDirCacheMutex; +static std::unordered_map> dirTreeCache; + +struct DirTreeDeleter { + void operator()(DirTree *tree) { + std::lock_guard lock(mDirCacheMutex); + dirTreeCache.erase(tree->root); + delete tree; + + // Free up memory. + if (dirTreeCache.size() == 0) { + dirTreeCache.rehash(0); + } + } +}; + +std::shared_ptr DirTree::getCached(std::string root) { + std::lock_guard lock(mDirCacheMutex); + + auto found = dirTreeCache.find(root); + std::shared_ptr tree; + + // Use cached tree, or create an empty one. + if (found != dirTreeCache.end()) { + tree = found->second.lock(); + } else { + tree = std::shared_ptr(new DirTree(root), DirTreeDeleter()); + dirTreeCache.emplace(root, tree); + } + + return tree; +} + +DirTree::DirTree(std::string root, FILE *f) : root(root), isComplete(true) { + size_t size; + if (fscanf(f, "%zu", &size)) { + for (size_t i = 0; i < size; i++) { + DirEntry entry(f); + entries.emplace(entry.path, entry); + } + } +} + +// Internal find method that has no lock +DirEntry *DirTree::_find(std::string path) { + auto found = entries.find(path); + if (found == entries.end()) { + return NULL; + } + + return &found->second; +} + +DirEntry *DirTree::add(std::string path, uint64_t mtime, bool isDir) { + std::lock_guard lock(mMutex); + + DirEntry entry(path, mtime, isDir); + auto it = entries.emplace(entry.path, entry); + return &it.first->second; +} + +DirEntry *DirTree::find(std::string path) { + std::lock_guard lock(mMutex); + return _find(path); +} + +DirEntry *DirTree::update(std::string path, uint64_t mtime) { + std::lock_guard lock(mMutex); + + DirEntry *found = _find(path); + if (found) { + found->mtime = mtime; + } + + return found; +} + +void DirTree::remove(std::string path) { + std::lock_guard lock(mMutex); + + DirEntry *found = _find(path); + + // Remove all sub-entries if this is a directory + if (found && found->isDir) { + std::string pathStart = path + DIR_SEP; + for (auto it = entries.begin(); it != entries.end();) { + if (it->first.rfind(pathStart, 0) == 0) { + it = entries.erase(it); + } else { + it++; + } + } + } + + entries.erase(path); +} + +void DirTree::write(FILE *f) { + std::lock_guard lock(mMutex); + + fprintf(f, "%zu\n", entries.size()); + for (auto it = entries.begin(); it != entries.end(); it++) { + it->second.write(f); + } +} + +void DirTree::getChanges(DirTree *snapshot, EventList &events) { + std::lock_guard lock(mMutex); + std::lock_guard snapshotLock(snapshot->mMutex); + + for (auto it = entries.begin(); it != entries.end(); it++) { + auto found = snapshot->entries.find(it->first); + if (found == snapshot->entries.end()) { + events.create(it->second.path); + } else if (found->second.mtime != it->second.mtime && !found->second.isDir && !it->second.isDir) { + events.update(it->second.path); + } + } + + for (auto it = snapshot->entries.begin(); it != snapshot->entries.end(); it++) { + size_t count = entries.count(it->first); + if (count == 0) { + events.remove(it->second.path); + } + } +} + +DirEntry::DirEntry(std::string p, uint64_t t, bool d) { + path = p; + mtime = t; + isDir = d; + state = NULL; +} + +DirEntry::DirEntry(FILE *f) { + size_t size; + if (fscanf(f, "%zu", &size)) { + path.resize(size); + if (fread(&path[0], sizeof(char), size, f)) { + int d = 0; + fscanf(f, "%" PRIu64 " %d\n", &mtime, &d); + isDir = d == 1; + } + } +} + +void DirEntry::write(FILE *f) const { + fprintf(f, "%zu%s%" PRIu64 " %d\n", path.size(), path.c_str(), mtime, isDir); +} diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/DirTree.hh b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/DirTree.hh new file mode 100644 index 00000000..328f4699 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/DirTree.hh @@ -0,0 +1,50 @@ +#ifndef DIR_TREE_H +#define DIR_TREE_H + +#include +#include +#include +#include "Event.hh" + +#ifdef _WIN32 +#define DIR_SEP "\\" +#else +#define DIR_SEP "/" +#endif + +struct DirEntry { + std::string path; + uint64_t mtime; + bool isDir; + mutable void *state; + + DirEntry(std::string p, uint64_t t, bool d); + DirEntry(FILE *f); + void write(FILE *f) const; + bool operator==(const DirEntry &other) const { + return path == other.path; + } +}; + +class DirTree { +public: + static std::shared_ptr getCached(std::string root); + DirTree(std::string root) : root(root), isComplete(false) {} + DirTree(std::string root, FILE *f); + DirEntry *add(std::string path, uint64_t mtime, bool isDir); + DirEntry *find(std::string path); + DirEntry *update(std::string path, uint64_t mtime); + void remove(std::string path); + void write(FILE *f); + void getChanges(DirTree *snapshot, EventList &events); + + std::mutex mMutex; + std::string root; + bool isComplete; + std::unordered_map entries; + +private: + DirEntry *_find(std::string path); +}; + +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Event.hh b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Event.hh new file mode 100644 index 00000000..8d09712e --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Event.hh @@ -0,0 +1,109 @@ +#ifndef EVENT_H +#define EVENT_H + +#include +#include +#include "wasm/include.h" +#include +#include +#include +#include + +using namespace Napi; + +struct Event { + std::string path; + bool isCreated; + bool isDeleted; + Event(std::string path) : path(path), isCreated(false), isDeleted(false) {} + + Value toJS(const Env& env) { + EscapableHandleScope scope(env); + Object res = Object::New(env); + std::string type = isCreated ? "create" : isDeleted ? "delete" : "update"; + res.Set(String::New(env, "path"), String::New(env, path.c_str())); + res.Set(String::New(env, "type"), String::New(env, type.c_str())); + return scope.Escape(res); + } +}; + +class EventList { +public: + void create(std::string path) { + std::lock_guard l(mMutex); + Event *event = internalUpdate(path); + if (event->isDeleted) { + // Assume update event when rapidly removed and created + // https://github.com/parcel-bundler/watcher/issues/72 + event->isDeleted = false; + } else { + event->isCreated = true; + } + } + + Event *update(std::string path) { + std::lock_guard l(mMutex); + return internalUpdate(path); + } + + void remove(std::string path) { + std::lock_guard l(mMutex); + Event *event = internalUpdate(path); + event->isDeleted = true; + } + + size_t size() { + std::lock_guard l(mMutex); + return mEvents.size(); + } + + std::vector getEvents() { + std::lock_guard l(mMutex); + std::vector eventsCloneVector; + for(auto it = mEvents.begin(); it != mEvents.end(); ++it) { + if (!(it->second.isCreated && it->second.isDeleted)) { + eventsCloneVector.push_back(it->second); + } + } + return eventsCloneVector; + } + + void clear() { + std::lock_guard l(mMutex); + mEvents.clear(); + mError.reset(); + } + + void error(std::string err) { + std::lock_guard l(mMutex); + if (!mError.has_value()) { + mError.emplace(err); + } + } + + bool hasError() { + std::lock_guard l(mMutex); + return mError.has_value(); + } + + std::string getError() { + std::lock_guard l(mMutex); + return mError.value_or(""); + } + +private: + mutable std::mutex mMutex; + std::map mEvents; + std::optional mError; + Event *internalUpdate(std::string path) { + auto found = mEvents.find(path); + if (found == mEvents.end()) { + auto it = mEvents.emplace(path, Event(path)); + return &it.first->second; + } + + return &found->second; + } +}; + +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Glob.cc b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Glob.cc new file mode 100644 index 00000000..a4a17224 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Glob.cc @@ -0,0 +1,22 @@ +#include "Glob.hh" + +#ifdef __wasm32__ +extern "C" bool wasm_regex_match(const char *s, const char *regex); +#endif + +Glob::Glob(std::string raw) { + mRaw = raw; + mHash = std::hash()(raw); + #ifndef __wasm32__ + mRegex = std::regex(raw); + #endif +} + +bool Glob::isIgnored(std::string relative_path) const { + // Use native JS regex engine for wasm to reduce binary size. + #ifdef __wasm32__ + return wasm_regex_match(relative_path.c_str(), mRaw.c_str()); + #else + return std::regex_match(relative_path, mRegex); + #endif +} diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Glob.hh b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Glob.hh new file mode 100644 index 00000000..6e049e6c --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Glob.hh @@ -0,0 +1,34 @@ +#ifndef GLOB_H +#define GLOB_H + +#include +#include + +struct Glob { + std::size_t mHash; + std::string mRaw; + #ifndef __wasm32__ + std::regex mRegex; + #endif + + Glob(std::string raw); + + bool operator==(const Glob &other) const { + return mHash == other.mHash; + } + + bool isIgnored(std::string relative_path) const; +}; + +namespace std +{ + template <> + struct hash + { + size_t operator()(const Glob& g) const { + return g.mHash; + } + }; +} + +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/PromiseRunner.hh b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/PromiseRunner.hh new file mode 100644 index 00000000..4ca3bb66 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/PromiseRunner.hh @@ -0,0 +1,101 @@ +#ifndef PROMISE_RUNNER_H +#define PROMISE_RUNNER_H + +#include +#include "wasm/include.h" +#include + +using namespace Napi; + +class PromiseRunner { +public: + const Env env; + Promise::Deferred deferred; + + PromiseRunner(Env env) : env(env), deferred(Promise::Deferred::New(env)) { + napi_status status = napi_create_async_work(env, nullptr, env.Undefined(), + onExecute, onWorkComplete, this, &work); + if (status != napi_ok) { + work = nullptr; + const napi_extended_error_info *error_info = 0; + napi_get_last_error_info(env, &error_info); + if (error_info->error_message) { + Error::New(env, error_info->error_message).ThrowAsJavaScriptException(); + } else { + Error::New(env).ThrowAsJavaScriptException(); + } + } + } + + virtual ~PromiseRunner() {} + + Value queue() { + if (work) { + napi_status status = napi_queue_async_work(env, work); + if (status != napi_ok) { + onError(Error::New(env)); + } + } + + return deferred.Promise(); + } + +private: + napi_async_work work; + std::string error; + + static void onExecute(napi_env env, void *this_pointer) { + PromiseRunner* self = (PromiseRunner*) this_pointer; + try { + self->execute(); + } catch (std::exception &err) { + self->error = err.what(); + } + } + + static void onWorkComplete(napi_env env, napi_status status, void *this_pointer) { + PromiseRunner* self = (PromiseRunner*) this_pointer; + if (status != napi_cancelled) { + HandleScope scope(self->env); + if (status == napi_ok) { + status = napi_delete_async_work(self->env, self->work); + if (status == napi_ok) { + if (self->error.size() == 0) { + self->onOK(); + } else { + self->onError(Error::New(self->env, self->error)); + } + delete self; + return; + } + } + } + + // fallthrough for error handling + const napi_extended_error_info *error_info = 0; + napi_get_last_error_info(env, &error_info); + if (error_info->error_message){ + self->onError(Error::New(env, error_info->error_message)); + } else { + self->onError(Error::New(env)); + } + delete self; + } + + virtual void execute() {} + virtual Value getResult() { + return env.Null(); + } + + void onOK() { + HandleScope scope(env); + Value result = getResult(); + deferred.Resolve(result); + } + + void onError(const Error &e) { + deferred.Reject(e.Value()); + } +}; + +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Signal.hh b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Signal.hh new file mode 100644 index 00000000..e577319d --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Signal.hh @@ -0,0 +1,46 @@ +#ifndef SIGNAL_H +#define SIGNAL_H + +#include +#include + +class Signal { +public: + Signal() : mFlag(false), mWaiting(false) {} + void wait() { + std::unique_lock lock(mMutex); + while (!mFlag) { + mWaiting = true; + mCond.wait(lock); + } + } + + std::cv_status waitFor(std::chrono::milliseconds ms) { + std::unique_lock lock(mMutex); + return mCond.wait_for(lock, ms); + } + + void notify() { + std::unique_lock lock(mMutex); + mFlag = true; + mCond.notify_all(); + } + + void reset() { + std::unique_lock lock(mMutex); + mFlag = false; + mWaiting = false; + } + + bool isWaiting() { + return mWaiting; + } + +private: + bool mFlag; + bool mWaiting; + std::mutex mMutex; + std::condition_variable mCond; +}; + +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Watcher.cc b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Watcher.cc new file mode 100644 index 00000000..e9d7676d --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Watcher.cc @@ -0,0 +1,237 @@ +#include "Watcher.hh" +#include + +using namespace Napi; + +struct WatcherHash { + std::size_t operator() (WatcherRef const &k) const { + return std::hash()(k->mDir); + } +}; + +struct WatcherCompare { + size_t operator() (WatcherRef const &a, WatcherRef const &b) const { + return *a == *b; + } +}; + +static std::unordered_set sharedWatchers; + +WatcherRef Watcher::getShared(std::string dir, std::unordered_set ignorePaths, std::unordered_set ignoreGlobs) { + WatcherRef watcher = std::make_shared(dir, ignorePaths, ignoreGlobs); + auto found = sharedWatchers.find(watcher); + if (found != sharedWatchers.end()) { + return *found; + } + + sharedWatchers.insert(watcher); + return watcher; +} + +void removeShared(Watcher *watcher) { + for (auto it = sharedWatchers.begin(); it != sharedWatchers.end(); it++) { + if (it->get() == watcher) { + sharedWatchers.erase(it); + break; + } + } + + // Free up memory. + if (sharedWatchers.size() == 0) { + sharedWatchers.rehash(0); + } +} + +Watcher::Watcher(std::string dir, std::unordered_set ignorePaths, std::unordered_set ignoreGlobs) + : mDir(dir), + mIgnorePaths(ignorePaths), + mIgnoreGlobs(ignoreGlobs) { + mDebounce = Debounce::getShared(); + mDebounce->add(this, [this] () { + triggerCallbacks(); + }); + } + +Watcher::~Watcher() { + mDebounce->remove(this); +} + +void Watcher::wait() { + std::unique_lock lk(mMutex); + mCond.wait(lk); +} + +void Watcher::notify() { + std::unique_lock lk(mMutex); + mCond.notify_all(); + + if (mCallbacks.size() > 0 && mEvents.size() > 0) { + // We must release our lock before calling into the debouncer + // to avoid a deadlock: the debouncer thread itself will require + // our lock from its thread when calling into `triggerCallbacks` + // while holding its own debouncer lock. + lk.unlock(); + mDebounce->trigger(); + } +} + +struct CallbackData { + std::string error; + std::vector events; + CallbackData(std::string error, std::vector events) : error(error), events(events) {} +}; + +Value callbackEventsToJS(const Env &env, std::vector &events) { + EscapableHandleScope scope(env); + Array arr = Array::New(env, events.size()); + size_t currentEventIndex = 0; + for (auto eventIterator = events.begin(); eventIterator != events.end(); eventIterator++) { + arr.Set(currentEventIndex++, eventIterator->toJS(env)); + } + return scope.Escape(arr); +} + +void callJSFunction(Napi::Env env, Function jsCallback, CallbackData *data) { + HandleScope scope(env); + auto err = data->error.size() > 0 ? Error::New(env, data->error).Value() : env.Null(); + auto events = callbackEventsToJS(env, data->events); + jsCallback.Call({err, events}); + delete data; + + // Throw errors from the callback as fatal exceptions + // If we don't handle these node segfaults... + if (env.IsExceptionPending()) { + Napi::Error err = env.GetAndClearPendingException(); + napi_fatal_exception(env, err.Value()); + } +} + +void Watcher::notifyError(std::exception &err) { + std::unique_lock lk(mMutex); + for (auto it = mCallbacks.begin(); it != mCallbacks.end(); it++) { + CallbackData *data = new CallbackData(err.what(), {}); + it->tsfn.BlockingCall(data, callJSFunction); + } + + clearCallbacks(); +} + +// This function is called from the debounce thread. +void Watcher::triggerCallbacks() { + std::unique_lock lk(mMutex); + if (mCallbacks.size() > 0 && (mEvents.size() > 0 || mEvents.hasError())) { + auto error = mEvents.getError(); + auto events = mEvents.getEvents(); + mEvents.clear(); + + for (auto it = mCallbacks.begin(); it != mCallbacks.end(); it++) { + it->tsfn.BlockingCall(new CallbackData(error, events), callJSFunction); + } + } +} + +// This should be called from the JavaScript thread. +bool Watcher::watch(Function callback) { + std::unique_lock lk(mMutex); + + auto it = findCallback(callback); + if (it != mCallbacks.end()) { + return false; + } + + auto tsfn = ThreadSafeFunction::New( + callback.Env(), + callback, + "Watcher callback", + 0, // Unlimited queue + 1 // Initial thread count + ); + + mCallbacks.push_back(Callback { + tsfn, + Napi::Persistent(callback), + std::this_thread::get_id() + }); + + return true; +} + +// This should be called from the JavaScript thread. +std::vector::iterator Watcher::findCallback(Function callback) { + for (auto it = mCallbacks.begin(); it != mCallbacks.end(); it++) { + // Only consider callbacks created by the same thread, or V8 will panic. + if (it->threadId == std::this_thread::get_id() && it->ref.Value() == callback) { + return it; + } + } + + return mCallbacks.end(); +} + +// This should be called from the JavaScript thread. +bool Watcher::unwatch(Function callback) { + std::unique_lock lk(mMutex); + + bool removed = false; + auto it = findCallback(callback); + if (it != mCallbacks.end()) { + it->tsfn.Release(); + it->ref.Unref(); + mCallbacks.erase(it); + removed = true; + } + + if (removed && mCallbacks.size() == 0) { + unref(); + return true; + } + + return false; +} + +void Watcher::unref() { + if (mCallbacks.size() == 0) { + removeShared(this); + } +} + +void Watcher::destroy() { + std::unique_lock lk(mMutex); + clearCallbacks(); +} + +// Private because it doesn't lock. +void Watcher::clearCallbacks() { + for (auto it = mCallbacks.begin(); it != mCallbacks.end(); it++) { + it->tsfn.Release(); + it->ref.Unref(); + } + + mCallbacks.clear(); + unref(); +} + +bool Watcher::isIgnored(std::string path) { + for (auto it = mIgnorePaths.begin(); it != mIgnorePaths.end(); it++) { + auto dir = *it + DIR_SEP; + if (*it == path || path.compare(0, dir.size(), dir) == 0) { + return true; + } + } + + auto basePath = mDir + DIR_SEP; + + if (path.rfind(basePath, 0) != 0) { + return false; + } + + auto relativePath = path.substr(basePath.size()); + + for (auto it = mIgnoreGlobs.begin(); it != mIgnoreGlobs.end(); it++) { + if (it->isIgnored(relativePath)) { + return true; + } + } + + return false; +} diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Watcher.hh b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Watcher.hh new file mode 100644 index 00000000..f89e9f5d --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/Watcher.hh @@ -0,0 +1,73 @@ +#ifndef WATCHER_H +#define WATCHER_H + +#include +#include +#include +#include +#include "Glob.hh" +#include "Event.hh" +#include "Debounce.hh" +#include "DirTree.hh" +#include "Signal.hh" + +using namespace Napi; + +struct Watcher; +using WatcherRef = std::shared_ptr; + +struct Callback { + Napi::ThreadSafeFunction tsfn; + Napi::FunctionReference ref; + std::thread::id threadId; +}; + +class WatcherState { +public: + virtual ~WatcherState() = default; +}; + +struct Watcher { + std::string mDir; + std::unordered_set mIgnorePaths; + std::unordered_set mIgnoreGlobs; + EventList mEvents; + std::shared_ptr state; + + Watcher(std::string dir, std::unordered_set ignorePaths, std::unordered_set ignoreGlobs); + ~Watcher(); + + bool operator==(const Watcher &other) const { + return mDir == other.mDir && mIgnorePaths == other.mIgnorePaths && mIgnoreGlobs == other.mIgnoreGlobs; + } + + void wait(); + void notify(); + void notifyError(std::exception &err); + bool watch(Function callback); + bool unwatch(Function callback); + void unref(); + bool isIgnored(std::string path); + void destroy(); + + static WatcherRef getShared(std::string dir, std::unordered_set ignorePaths, std::unordered_set ignoreGlobs); + +private: + std::mutex mMutex; + std::condition_variable mCond; + std::vector mCallbacks; + std::shared_ptr mDebounce; + + std::vector::iterator findCallback(Function callback); + void clearCallbacks(); + void triggerCallbacks(); +}; + +class WatcherError : public std::runtime_error { +public: + WatcherRef mWatcher; + WatcherError(std::string msg, WatcherRef watcher) : std::runtime_error(msg), mWatcher(watcher) {} + WatcherError(const char *msg, WatcherRef watcher) : std::runtime_error(msg), mWatcher(watcher) {} +}; + +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/binding.cc b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/binding.cc new file mode 100644 index 00000000..e1506bcd --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/binding.cc @@ -0,0 +1,268 @@ +#include +#include +#include "wasm/include.h" +#include +#include "Glob.hh" +#include "Event.hh" +#include "Backend.hh" +#include "Watcher.hh" +#include "PromiseRunner.hh" + +using namespace Napi; + +std::unordered_set getIgnorePaths(Env env, Value opts) { + std::unordered_set result; + + if (opts.IsObject()) { + Value v = opts.As().Get(String::New(env, "ignorePaths")); + if (v.IsArray()) { + Array items = v.As(); + for (size_t i = 0; i < items.Length(); i++) { + Value item = items.Get(Number::New(env, i)); + if (item.IsString()) { + result.insert(std::string(item.As().Utf8Value().c_str())); + } + } + } + } + + return result; +} + +std::unordered_set getIgnoreGlobs(Env env, Value opts) { + std::unordered_set result; + + if (opts.IsObject()) { + Value v = opts.As().Get(String::New(env, "ignoreGlobs")); + if (v.IsArray()) { + Array items = v.As(); + for (size_t i = 0; i < items.Length(); i++) { + Value item = items.Get(Number::New(env, i)); + if (item.IsString()) { + auto key = item.As().Utf8Value(); + try { + result.emplace(key); + } catch (const std::regex_error& e) { + Error::New(env, e.what()).ThrowAsJavaScriptException(); + } + } + } + } + } + + return result; +} + +std::shared_ptr getBackend(Env env, Value opts) { + Value b = opts.As().Get(String::New(env, "backend")); + std::string backendName; + if (b.IsString()) { + backendName = std::string(b.As().Utf8Value().c_str()); + } + + return Backend::getShared(backendName); +} + +class WriteSnapshotRunner : public PromiseRunner { +public: + WriteSnapshotRunner(Env env, Value dir, Value snap, Value opts) + : PromiseRunner(env), + snapshotPath(std::string(snap.As().Utf8Value().c_str())) { + watcher = Watcher::getShared( + std::string(dir.As().Utf8Value().c_str()), + getIgnorePaths(env, opts), + getIgnoreGlobs(env, opts) + ); + + backend = getBackend(env, opts); + } + + ~WriteSnapshotRunner() { + watcher->unref(); + backend->unref(); + } +private: + std::shared_ptr backend; + WatcherRef watcher; + std::string snapshotPath; + + void execute() override { + backend->writeSnapshot(watcher, &snapshotPath); + } +}; + +class GetEventsSinceRunner : public PromiseRunner { +public: + GetEventsSinceRunner(Env env, Value dir, Value snap, Value opts) + : PromiseRunner(env), + snapshotPath(std::string(snap.As().Utf8Value().c_str())) { + watcher = std::make_shared( + std::string(dir.As().Utf8Value().c_str()), + getIgnorePaths(env, opts), + getIgnoreGlobs(env, opts) + ); + + backend = getBackend(env, opts); + } + + ~GetEventsSinceRunner() { + watcher->unref(); + backend->unref(); + } +private: + std::shared_ptr backend; + WatcherRef watcher; + std::string snapshotPath; + + void execute() override { + backend->getEventsSince(watcher, &snapshotPath); + if (watcher->mEvents.hasError()) { + throw std::runtime_error(watcher->mEvents.getError()); + } + } + + Value getResult() override { + std::vector events = watcher->mEvents.getEvents(); + Array eventsArray = Array::New(env, events.size()); + size_t i = 0; + for (auto it = events.begin(); it != events.end(); it++) { + eventsArray.Set(i++, it->toJS(env)); + } + return eventsArray; + } +}; + +template +Value queueSnapshotWork(const CallbackInfo& info) { + Env env = info.Env(); + if (info.Length() < 1 || !info[0].IsString()) { + TypeError::New(env, "Expected a string").ThrowAsJavaScriptException(); + return env.Null(); + } + + if (info.Length() < 2 || !info[1].IsString()) { + TypeError::New(env, "Expected a string").ThrowAsJavaScriptException(); + return env.Null(); + } + + if (info.Length() >= 3 && !info[2].IsObject()) { + TypeError::New(env, "Expected an object").ThrowAsJavaScriptException(); + return env.Null(); + } + + Runner *runner = new Runner(info.Env(), info[0], info[1], info[2]); + return runner->queue(); +} + +Value writeSnapshot(const CallbackInfo& info) { + return queueSnapshotWork(info); +} + +Value getEventsSince(const CallbackInfo& info) { + return queueSnapshotWork(info); +} + +class SubscribeRunner : public PromiseRunner { +public: + SubscribeRunner(Env env, Value dir, Value fn, Value opts) : PromiseRunner(env) { + watcher = Watcher::getShared( + std::string(dir.As().Utf8Value().c_str()), + getIgnorePaths(env, opts), + getIgnoreGlobs(env, opts) + ); + + backend = getBackend(env, opts); + watcher->watch(fn.As()); + } + +private: + WatcherRef watcher; + std::shared_ptr backend; + FunctionReference callback; + + void execute() override { + try { + backend->watch(watcher); + } catch (std::exception &err) { + watcher->destroy(); + throw; + } + } +}; + +class UnsubscribeRunner : public PromiseRunner { +public: + UnsubscribeRunner(Env env, Value dir, Value fn, Value opts) : PromiseRunner(env) { + watcher = Watcher::getShared( + std::string(dir.As().Utf8Value().c_str()), + getIgnorePaths(env, opts), + getIgnoreGlobs(env, opts) + ); + + backend = getBackend(env, opts); + shouldUnwatch = watcher->unwatch(fn.As()); + } + +private: + WatcherRef watcher; + std::shared_ptr backend; + bool shouldUnwatch; + + void execute() override { + if (shouldUnwatch) { + backend->unwatch(watcher); + } + } +}; + +template +Value queueSubscriptionWork(const CallbackInfo& info) { + Env env = info.Env(); + if (info.Length() < 1 || !info[0].IsString()) { + TypeError::New(env, "Expected a string").ThrowAsJavaScriptException(); + return env.Null(); + } + + if (info.Length() < 2 || !info[1].IsFunction()) { + TypeError::New(env, "Expected a function").ThrowAsJavaScriptException(); + return env.Null(); + } + + if (info.Length() >= 3 && !info[2].IsObject()) { + TypeError::New(env, "Expected an object").ThrowAsJavaScriptException(); + return env.Null(); + } + + Runner *runner = new Runner(info.Env(), info[0], info[1], info[2]); + return runner->queue(); +} + +Value subscribe(const CallbackInfo& info) { + return queueSubscriptionWork(info); +} + +Value unsubscribe(const CallbackInfo& info) { + return queueSubscriptionWork(info); +} + +Object Init(Env env, Object exports) { + exports.Set( + String::New(env, "writeSnapshot"), + Function::New(env, writeSnapshot) + ); + exports.Set( + String::New(env, "getEventsSince"), + Function::New(env, getEventsSince) + ); + exports.Set( + String::New(env, "subscribe"), + Function::New(env, subscribe) + ); + exports.Set( + String::New(env, "unsubscribe"), + Function::New(env, unsubscribe) + ); + return exports; +} + +NODE_API_MODULE(watcher, Init) diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/kqueue/KqueueBackend.cc b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/kqueue/KqueueBackend.cc new file mode 100644 index 00000000..2991c32f --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/kqueue/KqueueBackend.cc @@ -0,0 +1,306 @@ +#include +#include +#include +#include +#include +#include +#include +#include "KqueueBackend.hh" + +#if __APPLE__ +#define st_mtim st_mtimespec +#endif + +#if !defined(O_EVTONLY) +#define O_EVTONLY O_RDONLY +#endif + +#define CONVERT_TIME(ts) ((uint64_t)ts.tv_sec * 1000000000 + ts.tv_nsec) + +void KqueueBackend::start() { + if ((mKqueue = kqueue()) < 0) { + throw std::runtime_error(std::string("Unable to open kqueue: ") + strerror(errno)); + } + + // Create a pipe that we will write to when we want to end the thread. + int err = pipe(mPipe); + if (err == -1) { + throw std::runtime_error(std::string("Unable to open pipe: ") + strerror(errno)); + } + + // Subscribe kqueue to this pipe. + struct kevent ev; + EV_SET( + &ev, + mPipe[0], + EVFILT_READ, + EV_ADD | EV_CLEAR, + 0, + 0, + 0 + ); + + if (kevent(mKqueue, &ev, 1, NULL, 0, 0)) { + close(mPipe[0]); + close(mPipe[1]); + throw std::runtime_error(std::string("Unable to watch pipe: ") + strerror(errno)); + } + + notifyStarted(); + + struct kevent events[128]; + + while (true) { + int event_count = kevent(mKqueue, NULL, 0, events, 128, 0); + if (event_count < 0 || events[0].flags == EV_ERROR) { + throw std::runtime_error(std::string("kevent error: ") + strerror(errno)); + } + + // Track all of the watchers that are touched so we can notify them at the end of the events. + std::unordered_set watchers; + + for (int i = 0; i < event_count; i++) { + int flags = events[i].fflags; + int fd = events[i].ident; + if (fd == mPipe[0]) { + // pipe was written to. break out of the loop. + goto done; + } + + auto it = mFdToEntry.find(fd); + if (it == mFdToEntry.end()) { + // If fd wasn't in our map, we may have already stopped watching it. Ignore the event. + continue; + } + + DirEntry *entry = it->second; + + if (flags & NOTE_WRITE && entry && entry->isDir) { + // If a write occurred on a directory, we have to diff the contents of that + // directory to determine what file was added/deleted. + compareDir(fd, entry->path, watchers); + } else { + std::vector subs = findSubscriptions(entry->path); + for (auto it = subs.begin(); it != subs.end(); it++) { + KqueueSubscription *sub = *it; + watchers.insert(sub->watcher); + if (flags & (NOTE_DELETE | NOTE_RENAME | NOTE_REVOKE)) { + sub->watcher->mEvents.remove(sub->path); + sub->tree->remove(sub->path); + mFdToEntry.erase((int)(size_t)entry->state); + mSubscriptions.erase(sub->path); + } else if (flags & (NOTE_WRITE | NOTE_ATTRIB | NOTE_EXTEND)) { + struct stat st; + lstat(sub->path.c_str(), &st); + if (entry->mtime != CONVERT_TIME(st.st_mtim)) { + entry->mtime = CONVERT_TIME(st.st_mtim); + sub->watcher->mEvents.update(sub->path); + } + } + } + } + } + + for (auto it = watchers.begin(); it != watchers.end(); it++) { + (*it)->notify(); + } + } + +done: + close(mPipe[0]); + close(mPipe[1]); + mEndedSignal.notify(); +} + +KqueueBackend::~KqueueBackend() { + write(mPipe[1], "X", 1); + mEndedSignal.wait(); +} + +void KqueueBackend::subscribe(WatcherRef watcher) { + // Build a full directory tree recursively, and watch each directory. + std::shared_ptr tree = getTree(watcher); + + for (auto it = tree->entries.begin(); it != tree->entries.end(); it++) { + bool success = watchDir(watcher, it->second.path, tree); + if (!success) { + throw WatcherError(std::string("error watching " + watcher->mDir + ": " + strerror(errno)), watcher); + } + } +} + +bool KqueueBackend::watchDir(WatcherRef watcher, std::string path, std::shared_ptr tree) { + if (watcher->isIgnored(path)) { + return false; + } + + DirEntry *entry = tree->find(path); + if (!entry) { + return false; + } + + KqueueSubscription sub = { + .watcher = watcher, + .path = path, + .tree = tree + }; + + if (!entry->state) { + int fd = open(path.c_str(), O_EVTONLY); + if (fd <= 0) { + return false; + } + + struct kevent event; + EV_SET( + &event, + fd, + EVFILT_VNODE, + EV_ADD | EV_CLEAR | EV_ENABLE, + NOTE_DELETE | NOTE_WRITE | NOTE_EXTEND | NOTE_ATTRIB | NOTE_RENAME | NOTE_REVOKE, + 0, + 0 + ); + + if (kevent(mKqueue, &event, 1, NULL, 0, 0)) { + close(fd); + return false; + } + + entry->state = (void *)(size_t)fd; + mFdToEntry.emplace(fd, entry); + } + + sub.fd = (int)(size_t)entry->state; + mSubscriptions.emplace(path, sub); + return true; +} + +std::vector KqueueBackend::findSubscriptions(std::string &path) { + // Find the subscriptions affected by this path. + // Copy pointers to them into a vector so that modifying mSubscriptions doesn't invalidate the iterator. + auto range = mSubscriptions.equal_range(path); + std::vector subs; + for (auto it = range.first; it != range.second; it++) { + subs.push_back(&it->second); + } + + return subs; +} + +bool KqueueBackend::compareDir(int fd, std::string &path, std::unordered_set &watchers) { + // macOS doesn't support fdclosedir, so we have to duplicate the file descriptor + // to ensure the closedir doesn't also stop watching. + #if __APPLE__ + fd = dup(fd); + #endif + + DIR *dir = fdopendir(fd); + if (dir == NULL) { + return false; + } + + // fdopendir doesn't rewind to the beginning. + rewinddir(dir); + + std::vector subs = findSubscriptions(path); + std::string dirStart = path + DIR_SEP; + + std::unordered_set> trees; + for (auto it = subs.begin(); it != subs.end(); it++) { + trees.emplace((*it)->tree); + } + + std::unordered_set entries; + struct dirent *entry; + while ((entry = readdir(dir))) { + if (strcmp(entry->d_name, ".") == 0 || strcmp(entry->d_name, "..") == 0) { + continue; + } + + std::string fullpath = dirStart + entry->d_name; + entries.emplace(fullpath); + + for (auto it = trees.begin(); it != trees.end(); it++) { + std::shared_ptr tree = *it; + if (!tree->find(fullpath)) { + struct stat st; + fstatat(fd, entry->d_name, &st, AT_SYMLINK_NOFOLLOW); + tree->add(fullpath, CONVERT_TIME(st.st_mtim), S_ISDIR(st.st_mode)); + + // Notify all watchers with the same tree. + for (auto i = subs.begin(); i != subs.end(); i++) { + KqueueSubscription *sub = *i; + if (sub->tree == tree) { + if (sub->watcher->isIgnored(fullpath)) { + continue; + } + + sub->watcher->mEvents.create(fullpath); + watchers.emplace(sub->watcher); + + bool success = watchDir(sub->watcher, fullpath, sub->tree); + if (!success) { + sub->tree->remove(fullpath); + return false; + } + } + } + } + } + } + + for (auto it = trees.begin(); it != trees.end(); it++) { + std::shared_ptr tree = *it; + for (auto entry = tree->entries.begin(); entry != tree->entries.end();) { + + if ( + entry->first.rfind(dirStart, 0) == 0 && + entry->first.find(DIR_SEP, dirStart.length()) == std::string::npos && + entries.count(entry->first) == 0 + ) { + // Notify all watchers with the same tree. + for (auto i = subs.begin(); i != subs.end(); i++) { + if ((*i)->tree == tree) { + KqueueSubscription *sub = *i; + if (!sub->watcher->isIgnored(entry->first)) { + sub->watcher->mEvents.remove(entry->first); + watchers.emplace(sub->watcher); + } + } + } + + mFdToEntry.erase((int)(size_t)entry->second.state); + mSubscriptions.erase(entry->first); + entry = tree->entries.erase(entry); + } else { + entry++; + } + } + } + + #if __APPLE__ + closedir(dir); + #else + fdclosedir(dir); + #endif + + return true; +} + +void KqueueBackend::unsubscribe(WatcherRef watcher) { + // Find any subscriptions pointing to this watcher, and remove them. + for (auto it = mSubscriptions.begin(); it != mSubscriptions.end();) { + if (it->second.watcher.get() == watcher.get()) { + if (mSubscriptions.count(it->first) == 1) { + // Closing the file descriptor automatically unwatches it in the kqueue. + close(it->second.fd); + mFdToEntry.erase(it->second.fd); + } + + it = mSubscriptions.erase(it); + } else { + it++; + } + } +} diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/kqueue/KqueueBackend.hh b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/kqueue/KqueueBackend.hh new file mode 100644 index 00000000..3c6a9cdd --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/kqueue/KqueueBackend.hh @@ -0,0 +1,35 @@ +#ifndef KQUEUE_H +#define KQUEUE_H + +#include +#include +#include "../shared/BruteForceBackend.hh" +#include "../DirTree.hh" +#include "../Signal.hh" + +struct KqueueSubscription { + WatcherRef watcher; + std::string path; + std::shared_ptr tree; + int fd; +}; + +class KqueueBackend : public BruteForceBackend { +public: + void start() override; + ~KqueueBackend(); + void subscribe(WatcherRef watcher) override; + void unsubscribe(WatcherRef watcher) override; +private: + int mKqueue; + int mPipe[2]; + std::unordered_multimap mSubscriptions; + std::unordered_map mFdToEntry; + Signal mEndedSignal; + + bool watchDir(WatcherRef watcher, std::string path, std::shared_ptr tree); + bool compareDir(int fd, std::string &dir, std::unordered_set &watchers); + std::vector findSubscriptions(std::string &path); +}; + +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/linux/InotifyBackend.cc b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/linux/InotifyBackend.cc new file mode 100644 index 00000000..ec926915 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/linux/InotifyBackend.cc @@ -0,0 +1,232 @@ +#include +#include +#include +#include +#include +#include "InotifyBackend.hh" + +#define INOTIFY_MASK \ + IN_ATTRIB | IN_CREATE | IN_DELETE | \ + IN_DELETE_SELF | IN_MODIFY | IN_MOVE_SELF | IN_MOVED_FROM | \ + IN_MOVED_TO | IN_DONT_FOLLOW | IN_ONLYDIR | IN_EXCL_UNLINK +#define BUFFER_SIZE 8192 +#define CONVERT_TIME(ts) ((uint64_t)ts.tv_sec * 1000000000 + ts.tv_nsec) + +void InotifyBackend::start() { + // Create a pipe that we will write to when we want to end the thread. + int err = pipe2(mPipe, O_CLOEXEC | O_NONBLOCK); + if (err == -1) { + throw std::runtime_error(std::string("Unable to open pipe: ") + strerror(errno)); + } + + // Init inotify file descriptor. + mInotify = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); + if (mInotify == -1) { + throw std::runtime_error(std::string("Unable to initialize inotify: ") + strerror(errno)); + } + + pollfd pollfds[2]; + pollfds[0].fd = mPipe[0]; + pollfds[0].events = POLLIN; + pollfds[0].revents = 0; + pollfds[1].fd = mInotify; + pollfds[1].events = POLLIN; + pollfds[1].revents = 0; + + notifyStarted(); + + // Loop until we get an event from the pipe. + while (true) { + int result = poll(pollfds, 2, 500); + if (result < 0) { + throw std::runtime_error(std::string("Unable to poll: ") + strerror(errno)); + } + + if (pollfds[0].revents) { + break; + } + + if (pollfds[1].revents) { + handleEvents(); + } + } + + close(mPipe[0]); + close(mPipe[1]); + close(mInotify); + + mEndedSignal.notify(); +} + +InotifyBackend::~InotifyBackend() { + write(mPipe[1], "X", 1); + mEndedSignal.wait(); +} + +// This function is called by Backend::watch which takes a lock on mMutex +void InotifyBackend::subscribe(WatcherRef watcher) { + // Build a full directory tree recursively, and watch each directory. + std::shared_ptr tree = getTree(watcher); + + for (auto it = tree->entries.begin(); it != tree->entries.end(); it++) { + if (it->second.isDir) { + bool success = watchDir(watcher, it->second.path, tree); + if (!success) { + throw WatcherError(std::string("inotify_add_watch on '") + it->second.path + std::string("' failed: ") + strerror(errno), watcher); + } + } + } +} + +bool InotifyBackend::watchDir(WatcherRef watcher, std::string path, std::shared_ptr tree) { + int wd = inotify_add_watch(mInotify, path.c_str(), INOTIFY_MASK); + if (wd == -1) { + return false; + } + + std::shared_ptr sub = std::make_shared(); + sub->tree = tree; + sub->path = path; + sub->watcher = watcher; + mSubscriptions.emplace(wd, sub); + + return true; +} + +void InotifyBackend::handleEvents() { + char buf[BUFFER_SIZE] __attribute__ ((aligned(__alignof__(struct inotify_event))));; + struct inotify_event *event; + + // Track all of the watchers that are touched so we can notify them at the end of the events. + std::unordered_set watchers; + + while (true) { + int n = read(mInotify, &buf, BUFFER_SIZE); + if (n < 0) { + if (errno == EAGAIN || errno == EWOULDBLOCK) { + break; + } + + throw std::runtime_error(std::string("Error reading from inotify: ") + strerror(errno)); + } + + if (n == 0) { + break; + } + + for (char *ptr = buf; ptr < buf + n; ptr += sizeof(*event) + event->len) { + event = (struct inotify_event *)ptr; + + if ((event->mask & IN_Q_OVERFLOW) == IN_Q_OVERFLOW) { + // overflow + continue; + } + + handleEvent(event, watchers); + } + } + + for (auto it = watchers.begin(); it != watchers.end(); it++) { + (*it)->notify(); + } +} + +void InotifyBackend::handleEvent(struct inotify_event *event, std::unordered_set &watchers) { + std::unique_lock lock(mMutex); + + // Find the subscriptions for this watch descriptor + auto range = mSubscriptions.equal_range(event->wd); + std::unordered_set> set; + for (auto it = range.first; it != range.second; it++) { + set.insert(it->second); + } + + for (auto it = set.begin(); it != set.end(); it++) { + if (handleSubscription(event, *it)) { + watchers.insert((*it)->watcher); + } + } +} + +bool InotifyBackend::handleSubscription(struct inotify_event *event, std::shared_ptr sub) { + // Build full path and check if its in our ignore list. + std::shared_ptr watcher = sub->watcher; + std::string path = std::string(sub->path); + bool isDir = event->mask & IN_ISDIR; + + if (event->len > 0) { + path += "/" + std::string(event->name); + } + + if (watcher->isIgnored(path)) { + return false; + } + + // If this is a create, check if it's a directory and start watching if it is. + // In any case, keep the directory tree up to date. + if (event->mask & (IN_CREATE | IN_MOVED_TO)) { + watcher->mEvents.create(path); + + struct stat st; + // Use lstat to avoid resolving symbolic links that we cannot watch anyway + // https://github.com/parcel-bundler/watcher/issues/76 + lstat(path.c_str(), &st); + DirEntry *entry = sub->tree->add(path, CONVERT_TIME(st.st_mtim), S_ISDIR(st.st_mode)); + + if (entry->isDir) { + bool success = watchDir(watcher, path, sub->tree); + if (!success) { + sub->tree->remove(path); + return false; + } + } + } else if (event->mask & (IN_MODIFY | IN_ATTRIB)) { + watcher->mEvents.update(path); + + struct stat st; + stat(path.c_str(), &st); + sub->tree->update(path, CONVERT_TIME(st.st_mtim)); + } else if (event->mask & (IN_DELETE | IN_DELETE_SELF | IN_MOVED_FROM | IN_MOVE_SELF)) { + bool isSelfEvent = (event->mask & (IN_DELETE_SELF | IN_MOVE_SELF)); + // Ignore delete/move self events unless this is the recursive watch root + if (isSelfEvent && path != watcher->mDir) { + return false; + } + + // If the entry being deleted/moved is a directory, remove it from the list of subscriptions + // XXX: self events don't have the IN_ISDIR mask + if (isSelfEvent || isDir) { + for (auto it = mSubscriptions.begin(); it != mSubscriptions.end();) { + if (it->second->path == path) { + it = mSubscriptions.erase(it); + } else { + ++it; + } + } + } + + watcher->mEvents.remove(path); + sub->tree->remove(path); + } + + return true; +} + +// This function is called by Backend::unwatch which takes a lock on mMutex +void InotifyBackend::unsubscribe(WatcherRef watcher) { + // Find any subscriptions pointing to this watcher, and remove them. + for (auto it = mSubscriptions.begin(); it != mSubscriptions.end();) { + if (it->second->watcher.get() == watcher.get()) { + if (mSubscriptions.count(it->first) == 1) { + int err = inotify_rm_watch(mInotify, it->first); + if (err == -1) { + throw WatcherError(std::string("Unable to remove watcher: ") + strerror(errno), watcher); + } + } + + it = mSubscriptions.erase(it); + } else { + it++; + } + } +} diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/linux/InotifyBackend.hh b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/linux/InotifyBackend.hh new file mode 100644 index 00000000..f34cd1f0 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/linux/InotifyBackend.hh @@ -0,0 +1,34 @@ +#ifndef INOTIFY_H +#define INOTIFY_H + +#include +#include +#include "../shared/BruteForceBackend.hh" +#include "../DirTree.hh" +#include "../Signal.hh" + +struct InotifySubscription { + std::shared_ptr tree; + std::string path; + WatcherRef watcher; +}; + +class InotifyBackend : public BruteForceBackend { +public: + void start() override; + ~InotifyBackend(); + void subscribe(WatcherRef watcher) override; + void unsubscribe(WatcherRef watcher) override; +private: + int mPipe[2]; + int mInotify; + std::unordered_multimap> mSubscriptions; + Signal mEndedSignal; + + bool watchDir(WatcherRef watcher, std::string path, std::shared_ptr tree); + void handleEvents(); + void handleEvent(struct inotify_event *event, std::unordered_set &watchers); + bool handleSubscription(struct inotify_event *event, std::shared_ptr sub); +}; + +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/macos/FSEventsBackend.cc b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/macos/FSEventsBackend.cc new file mode 100644 index 00000000..cfda9625 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/macos/FSEventsBackend.cc @@ -0,0 +1,338 @@ +#include +#include +#include +#include +#include +#include "../Event.hh" +#include "../Backend.hh" +#include "./FSEventsBackend.hh" +#include "../Watcher.hh" + +#define CONVERT_TIME(ts) ((uint64_t)ts.tv_sec * 1000000000 + ts.tv_nsec) +#define IGNORED_FLAGS (kFSEventStreamEventFlagItemIsHardlink | kFSEventStreamEventFlagItemIsLastHardlink | kFSEventStreamEventFlagItemIsSymlink | kFSEventStreamEventFlagItemIsDir | kFSEventStreamEventFlagItemIsFile) + +void stopStream(FSEventStreamRef stream, CFRunLoopRef runLoop) { + FSEventStreamStop(stream); + FSEventStreamUnscheduleFromRunLoop(stream, runLoop, kCFRunLoopDefaultMode); + FSEventStreamInvalidate(stream); + FSEventStreamRelease(stream); +} + +// macOS has a case insensitive file system by default. In order to detect +// file renames that only affect case, we need to get the canonical path +// and compare it with the input path to determine if a file was created or deleted. +bool pathExists(char *path) { + int fd = open(path, O_RDONLY | O_SYMLINK); + if (fd == -1) { + return false; + } + + char buf[PATH_MAX]; + if (fcntl(fd, F_GETPATH, buf) == -1) { + close(fd); + return false; + } + + bool res = strncmp(path, buf, PATH_MAX) == 0; + close(fd); + return res; +} + +class State: public WatcherState { +public: + FSEventStreamRef stream; + std::shared_ptr tree; + uint64_t since; +}; + +void FSEventsCallback( + ConstFSEventStreamRef streamRef, + void *clientCallBackInfo, + size_t numEvents, + void *eventPaths, + const FSEventStreamEventFlags eventFlags[], + const FSEventStreamEventId eventIds[] +) { + char **paths = (char **)eventPaths; + std::shared_ptr& watcher = *static_cast *>(clientCallBackInfo); + + EventList& list = watcher->mEvents; + if (watcher->state == nullptr) { + return; + } + + auto stateGuard = watcher->state; + auto* state = static_cast(stateGuard.get()); + uint64_t since = state->since; + bool deletedRoot = false; + + for (size_t i = 0; i < numEvents; ++i) { + bool isCreated = (eventFlags[i] & kFSEventStreamEventFlagItemCreated) == kFSEventStreamEventFlagItemCreated; + bool isRemoved = (eventFlags[i] & kFSEventStreamEventFlagItemRemoved) == kFSEventStreamEventFlagItemRemoved; + bool isModified = (eventFlags[i] & kFSEventStreamEventFlagItemModified) == kFSEventStreamEventFlagItemModified || + (eventFlags[i] & kFSEventStreamEventFlagItemInodeMetaMod) == kFSEventStreamEventFlagItemInodeMetaMod || + (eventFlags[i] & kFSEventStreamEventFlagItemFinderInfoMod) == kFSEventStreamEventFlagItemFinderInfoMod || + (eventFlags[i] & kFSEventStreamEventFlagItemChangeOwner) == kFSEventStreamEventFlagItemChangeOwner || + (eventFlags[i] & kFSEventStreamEventFlagItemXattrMod) == kFSEventStreamEventFlagItemXattrMod; + bool isRenamed = (eventFlags[i] & kFSEventStreamEventFlagItemRenamed) == kFSEventStreamEventFlagItemRenamed; + bool isDone = (eventFlags[i] & kFSEventStreamEventFlagHistoryDone) == kFSEventStreamEventFlagHistoryDone; + bool isDir = (eventFlags[i] & kFSEventStreamEventFlagItemIsDir) == kFSEventStreamEventFlagItemIsDir; + + + if (eventFlags[i] & kFSEventStreamEventFlagMustScanSubDirs) { + if (eventFlags[i] & kFSEventStreamEventFlagUserDropped) { + list.error("Events were dropped by the FSEvents client. File system must be re-scanned."); + } else if (eventFlags[i] & kFSEventStreamEventFlagKernelDropped) { + list.error("Events were dropped by the kernel. File system must be re-scanned."); + } else { + list.error("Too many events. File system must be re-scanned."); + } + } + + if (isDone) { + watcher->notify(); + break; + } + + auto ignoredFlags = IGNORED_FLAGS; + if (__builtin_available(macOS 10.13, *)) { + ignoredFlags |= kFSEventStreamEventFlagItemCloned; + } + + // If we don't care about any of the flags that are set, ignore this event. + if ((eventFlags[i] & ~ignoredFlags) == 0) { + continue; + } + + // FSEvents exclusion paths only apply to files, not directories. + if (watcher->isIgnored(paths[i])) { + continue; + } + + // Handle unambiguous events first + if (isCreated && !(isRemoved || isModified || isRenamed)) { + state->tree->add(paths[i], 0, isDir); + list.create(paths[i]); + } else if (isRemoved && !(isCreated || isModified || isRenamed)) { + state->tree->remove(paths[i]); + list.remove(paths[i]); + if (paths[i] == watcher->mDir) { + deletedRoot = true; + } + } else if (isModified && !(isCreated || isRemoved || isRenamed)) { + struct stat file; + if (stat(paths[i], &file)) { + continue; + } + + // Ignore if mtime is the same as the last event. + // This prevents duplicate events from being emitted. + // If tv_nsec is zero, the file system probably only has second-level + // granularity so allow the even through in that case. + uint64_t mtime = CONVERT_TIME(file.st_mtimespec); + DirEntry *entry = state->tree->find(paths[i]); + if (entry && mtime == entry->mtime && file.st_mtimespec.tv_nsec != 0) { + continue; + } + + if (entry) { + // Update mtime. + entry->mtime = mtime; + } else { + // Add to tree if this path has not been discovered yet. + state->tree->add(paths[i], mtime, S_ISDIR(file.st_mode)); + } + + list.update(paths[i]); + } else { + // If multiple flags were set, then we need to call `stat` to determine if the file really exists. + // This helps disambiguate creates, updates, and deletes. + struct stat file; + if (stat(paths[i], &file) || !pathExists(paths[i])) { + // File does not exist, so we have to assume it was removed. This is not exact since the + // flags set by fsevents get coalesced together (e.g. created & deleted), so there is no way to + // know whether the create and delete both happened since our snapshot (in which case + // we'd rather ignore this event completely). This will result in some extra delete events + // being emitted for files we don't know about, but that is the best we can do. + state->tree->remove(paths[i]); + list.remove(paths[i]); + if (paths[i] == watcher->mDir) { + deletedRoot = true; + } + continue; + } + + // If the file was modified, and existed before, then this is an update, otherwise a create. + uint64_t ctime = CONVERT_TIME(file.st_birthtimespec); + uint64_t mtime = CONVERT_TIME(file.st_mtimespec); + DirEntry *entry = !since ? state->tree->find(paths[i]) : NULL; + if (entry && entry->mtime == mtime && file.st_mtimespec.tv_nsec != 0) { + continue; + } + + // Some mounted file systems report a creation time of 0/unix epoch which we special case. + if (isModified && (entry || (ctime <= since && ctime != 0))) { + state->tree->update(paths[i], mtime); + list.update(paths[i]); + } else { + state->tree->add(paths[i], mtime, S_ISDIR(file.st_mode)); + list.create(paths[i]); + } + } + } + + if (!since) { + watcher->notify(); + } + + // Stop watching if the root directory was deleted. + if (deletedRoot) { + stopStream((FSEventStreamRef)streamRef, CFRunLoopGetCurrent()); + watcher->state = nullptr; + } +} + +void checkWatcher(WatcherRef watcher) { + struct stat file; + if (stat(watcher->mDir.c_str(), &file)) { + throw WatcherError(strerror(errno), watcher); + } + + if (!S_ISDIR(file.st_mode)) { + throw WatcherError(strerror(ENOTDIR), watcher); + } +} + +void FSEventsBackend::startStream(WatcherRef watcher, FSEventStreamEventId id) { + checkWatcher(watcher); + + CFAbsoluteTime latency = 0.001; + CFStringRef fileWatchPath = CFStringCreateWithCString( + NULL, + watcher->mDir.c_str(), + kCFStringEncodingUTF8 + ); + + CFArrayRef pathsToWatch = CFArrayCreate( + NULL, + (const void **)&fileWatchPath, + 1, + NULL + ); + + // Make a watcher reference we can pass into the callback. This ensures bumped ref-count. + std::shared_ptr* callbackWatcher = new std::shared_ptr (watcher); + FSEventStreamContext callbackInfo {0, static_cast (callbackWatcher), nullptr, nullptr, nullptr}; + FSEventStreamRef stream = FSEventStreamCreate( + NULL, + &FSEventsCallback, + &callbackInfo, + pathsToWatch, + id, + latency, + kFSEventStreamCreateFlagFileEvents + ); + + CFMutableArrayRef exclusions = CFArrayCreateMutable(NULL, watcher->mIgnorePaths.size(), NULL); + for (auto it = watcher->mIgnorePaths.begin(); it != watcher->mIgnorePaths.end(); it++) { + CFStringRef path = CFStringCreateWithCString( + NULL, + it->c_str(), + kCFStringEncodingUTF8 + ); + + CFArrayAppendValue(exclusions, (const void *)path); + } + + FSEventStreamSetExclusionPaths(stream, exclusions); + + FSEventStreamScheduleWithRunLoop(stream, mRunLoop, kCFRunLoopDefaultMode); + bool started = FSEventStreamStart(stream); + + CFRelease(pathsToWatch); + CFRelease(fileWatchPath); + + if (!started) { + FSEventStreamRelease(stream); + throw WatcherError("Error starting FSEvents stream", watcher); + } + + auto stateGuard = watcher->state; + State* s = static_cast(stateGuard.get()); + s->tree = std::make_shared(watcher->mDir); + s->stream = stream; +} + +void FSEventsBackend::start() { + mRunLoop = CFRunLoopGetCurrent(); + CFRetain(mRunLoop); + + // Unlock once run loop has started. + CFRunLoopPerformBlock(mRunLoop, kCFRunLoopDefaultMode, ^ { + notifyStarted(); + }); + + CFRunLoopWakeUp(mRunLoop); + CFRunLoopRun(); +} + +FSEventsBackend::~FSEventsBackend() { + std::unique_lock lock(mMutex); + CFRunLoopStop(mRunLoop); + CFRelease(mRunLoop); +} + +void FSEventsBackend::writeSnapshot(WatcherRef watcher, std::string *snapshotPath) { + std::unique_lock lock(mMutex); + checkWatcher(watcher); + + FSEventStreamEventId id = FSEventsGetCurrentEventId(); + std::ofstream ofs(*snapshotPath); + ofs << id; + ofs << "\n"; + + struct timespec now; + clock_gettime(CLOCK_REALTIME, &now); + ofs << CONVERT_TIME(now); +} + +void FSEventsBackend::getEventsSince(WatcherRef watcher, std::string *snapshotPath) { + std::unique_lock lock(mMutex); + std::ifstream ifs(*snapshotPath); + if (ifs.fail()) { + return; + } + + FSEventStreamEventId id; + uint64_t since; + ifs >> id; + ifs >> since; + + auto s = std::make_shared(); + s->since = since; + watcher->state = s; + + startStream(watcher, id); + watcher->wait(); + stopStream(s->stream, mRunLoop); + + watcher->state = nullptr; +} + +// This function is called by Backend::watch which takes a lock on mMutex +void FSEventsBackend::subscribe(WatcherRef watcher) { + auto s = std::make_shared(); + s->since = 0; + watcher->state = s; + startStream(watcher, kFSEventStreamEventIdSinceNow); +} + +// This function is called by Backend::unwatch which takes a lock on mMutex +void FSEventsBackend::unsubscribe(WatcherRef watcher) { + auto stateGuard = watcher->state; + State* s = static_cast(stateGuard.get()); + if (s != nullptr) { + stopStream(s->stream, mRunLoop); + watcher->state = nullptr; + } +} diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/macos/FSEventsBackend.hh b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/macos/FSEventsBackend.hh new file mode 100644 index 00000000..57ded666 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/macos/FSEventsBackend.hh @@ -0,0 +1,20 @@ +#ifndef FS_EVENTS_H +#define FS_EVENTS_H + +#include +#include "../Backend.hh" + +class FSEventsBackend : public Backend { +public: + void start() override; + ~FSEventsBackend(); + void writeSnapshot(WatcherRef watcher, std::string *snapshotPath) override; + void getEventsSince(WatcherRef watcher, std::string *snapshotPath) override; + void subscribe(WatcherRef watcher) override; + void unsubscribe(WatcherRef watcher) override; +private: + void startStream(WatcherRef watcher, FSEventStreamEventId id); + CFRunLoopRef mRunLoop; +}; + +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/shared/BruteForceBackend.cc b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/shared/BruteForceBackend.cc new file mode 100644 index 00000000..0e9b84f0 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/shared/BruteForceBackend.cc @@ -0,0 +1,41 @@ +#include +#include "../DirTree.hh" +#include "../Event.hh" +#include "./BruteForceBackend.hh" + +std::shared_ptr BruteForceBackend::getTree(WatcherRef watcher, bool shouldRead) { + auto tree = DirTree::getCached(watcher->mDir); + + // If the tree is not complete, read it if needed. + if (!tree->isComplete && shouldRead) { + readTree(watcher, tree); + tree->isComplete = true; + } + + return tree; +} + +void BruteForceBackend::writeSnapshot(WatcherRef watcher, std::string *snapshotPath) { + std::unique_lock lock(mMutex); + auto tree = getTree(watcher); + FILE *f = fopen(snapshotPath->c_str(), "w"); + if (!f) { + throw std::runtime_error(std::string("Unable to open snapshot file: ") + strerror(errno)); + } + + tree->write(f); + fclose(f); +} + +void BruteForceBackend::getEventsSince(WatcherRef watcher, std::string *snapshotPath) { + std::unique_lock lock(mMutex); + FILE *f = fopen(snapshotPath->c_str(), "r"); + if (!f) { + throw std::runtime_error(std::string("Unable to open snapshot file: ") + strerror(errno)); + } + + DirTree snapshot{watcher->mDir, f}; + auto now = getTree(watcher); + now->getChanges(&snapshot, watcher->mEvents); + fclose(f); +} diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/shared/BruteForceBackend.hh b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/shared/BruteForceBackend.hh new file mode 100644 index 00000000..de7a73d1 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/shared/BruteForceBackend.hh @@ -0,0 +1,25 @@ +#ifndef BRUTE_FORCE_H +#define BRUTE_FORCE_H + +#include "../Backend.hh" +#include "../DirTree.hh" +#include "../Watcher.hh" + +class BruteForceBackend : public Backend { +public: + void writeSnapshot(WatcherRef watcher, std::string *snapshotPath) override; + void getEventsSince(WatcherRef watcher, std::string *snapshotPath) override; + void subscribe(WatcherRef watcher) override { + throw "Brute force backend doesn't support subscriptions."; + } + + void unsubscribe(WatcherRef watcher) override { + throw "Brute force backend doesn't support subscriptions."; + } + + std::shared_ptr getTree(WatcherRef watcher, bool shouldRead = true); +private: + void readTree(WatcherRef watcher, std::shared_ptr tree); +}; + +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/unix/fts.cc b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/unix/fts.cc new file mode 100644 index 00000000..d50c3e49 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/unix/fts.cc @@ -0,0 +1,50 @@ +#include + +// weird error on linux +#ifdef __THROW +#undef __THROW +#endif +#define __THROW + +#include +#include +#include "../DirTree.hh" +#include "../shared/BruteForceBackend.hh" + +#define CONVERT_TIME(ts) ((uint64_t)ts.tv_sec * 1000000000 + ts.tv_nsec) +#if __APPLE__ +#define st_mtim st_mtimespec +#endif + +void BruteForceBackend::readTree(WatcherRef watcher, std::shared_ptr tree) { + char *paths[2] {(char *)watcher->mDir.c_str(), NULL}; + FTS *fts = fts_open(paths, FTS_NOCHDIR | FTS_PHYSICAL, NULL); + if (!fts) { + throw WatcherError(strerror(errno), watcher); + } + + FTSENT *node; + bool isRoot = true; + + while ((node = fts_read(fts)) != NULL) { + if (node->fts_errno) { + fts_close(fts); + throw WatcherError(strerror(node->fts_errno), watcher); + } + + if (isRoot && !(node->fts_info & FTS_D)) { + fts_close(fts); + throw WatcherError(strerror(ENOTDIR), watcher); + } + + if (watcher->isIgnored(std::string(node->fts_path))) { + fts_set(fts, node, FTS_SKIP); + continue; + } + + tree->add(node->fts_path, CONVERT_TIME(node->fts_statp->st_mtim), (node->fts_info & FTS_D) == FTS_D); + isRoot = false; + } + + fts_close(fts); +} diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/unix/legacy.cc b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/unix/legacy.cc new file mode 100644 index 00000000..60490c63 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/unix/legacy.cc @@ -0,0 +1,77 @@ +#include + +// weird error on linux +#ifdef __THROW +#undef __THROW +#endif +#define __THROW + +#ifdef _LIBC +# include +#else +# include +#endif +#include +#include +#include + +#include "../DirTree.hh" +#include "../shared/BruteForceBackend.hh" + +#define CONVERT_TIME(ts) ((uint64_t)ts.tv_sec * 1000000000 + ts.tv_nsec) +#if __APPLE__ +#define st_mtim st_mtimespec +#endif +#define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) + +void iterateDir(WatcherRef watcher, const std::shared_ptr tree, const char *relative, int parent_fd, const std::string &dirname) { + int open_flags = (O_RDONLY | O_CLOEXEC | O_DIRECTORY | O_NOCTTY | O_NONBLOCK | O_NOFOLLOW); + int new_fd = openat(parent_fd, relative, open_flags); + if (new_fd == -1) { + if (errno == EACCES) { + return; // ignore insufficient permissions + } + + throw WatcherError(strerror(errno), watcher); + } + + struct stat rootAttributes; + fstatat(new_fd, ".", &rootAttributes, AT_SYMLINK_NOFOLLOW); + tree->add(dirname, CONVERT_TIME(rootAttributes.st_mtim), true); + + if (DIR *dir = fdopendir(new_fd)) { + while (struct dirent *ent = (errno = 0, readdir(dir))) { + if (ISDOT(ent->d_name)) continue; + + std::string fullPath = dirname + "/" + ent->d_name; + + if (!watcher->isIgnored(fullPath)) { + struct stat attrib; + fstatat(new_fd, ent->d_name, &attrib, AT_SYMLINK_NOFOLLOW); + bool isDir = ent->d_type == DT_DIR; + + if (isDir) { + iterateDir(watcher, tree, ent->d_name, new_fd, fullPath); + } else { + tree->add(fullPath, CONVERT_TIME(attrib.st_mtim), isDir); + } + } + } + + closedir(dir); + } else { + close(new_fd); + } + + if (errno) { + throw WatcherError(strerror(errno), watcher); + } +} + +void BruteForceBackend::readTree(WatcherRef watcher, std::shared_ptr tree) { + int fd = open(watcher->mDir.c_str(), O_RDONLY); + if (fd) { + iterateDir(watcher, tree, ".", fd, watcher->mDir); + close(fd); + } +} diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/wasm/WasmBackend.cc b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/wasm/WasmBackend.cc new file mode 100644 index 00000000..9514109c --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/wasm/WasmBackend.cc @@ -0,0 +1,132 @@ +#include +#include "WasmBackend.hh" + +#define CONVERT_TIME(ts) ((uint64_t)ts.tv_sec * 1000000000 + ts.tv_nsec) + +void WasmBackend::start() { + notifyStarted(); +} + +void WasmBackend::subscribe(WatcherRef watcher) { + // Build a full directory tree recursively, and watch each directory. + std::shared_ptr tree = getTree(watcher); + + for (auto it = tree->entries.begin(); it != tree->entries.end(); it++) { + if (it->second.isDir) { + watchDir(watcher, it->second.path, tree); + } + } +} + +void WasmBackend::watchDir(WatcherRef watcher, std::string path, std::shared_ptr tree) { + int wd = wasm_backend_add_watch(path.c_str(), (void *)this); + std::shared_ptr sub = std::make_shared(); + sub->tree = tree; + sub->path = path; + sub->watcher = watcher; + mSubscriptions.emplace(wd, sub); +} + +extern "C" void wasm_backend_event_handler(void *backend, int wd, int type, char *filename) { + WasmBackend *b = (WasmBackend *)(backend); + b->handleEvent(wd, type, filename); +} + +void WasmBackend::handleEvent(int wd, int type, char *filename) { + // Find the subscriptions for this watch descriptor + auto range = mSubscriptions.equal_range(wd); + std::unordered_set> set; + for (auto it = range.first; it != range.second; it++) { + set.insert(it->second); + } + + for (auto it = set.begin(); it != set.end(); it++) { + if (handleSubscription(type, filename, *it)) { + (*it)->watcher->notify(); + } + } +} + +bool WasmBackend::handleSubscription(int type, char *filename, std::shared_ptr sub) { + // Build full path and check if its in our ignore list. + WatcherRef watcher = sub->watcher; + std::string path = std::string(sub->path); + + if (filename[0] != '\0') { + path += "/" + std::string(filename); + } + + if (watcher->isIgnored(path)) { + return false; + } + + if (type == 1) { + struct stat st; + stat(path.c_str(), &st); + sub->tree->update(path, CONVERT_TIME(st.st_mtim)); + watcher->mEvents.update(path); + } else if (type == 2) { + // Determine if this is a create or delete depending on if the file exists or not. + struct stat st; + if (lstat(path.c_str(), &st)) { + // If the entry being deleted/moved is a directory, remove it from the list of subscriptions + DirEntry *entry = sub->tree->find(path); + if (!entry) { + return false; + } + + if (entry->isDir) { + std::string pathStart = path + DIR_SEP; + for (auto it = mSubscriptions.begin(); it != mSubscriptions.end();) { + if (it->second->path == path || it->second->path.rfind(pathStart, 0) == 0) { + wasm_backend_remove_watch(it->first); + it = mSubscriptions.erase(it); + } else { + ++it; + } + } + + // Remove all sub-entries + for (auto it = sub->tree->entries.begin(); it != sub->tree->entries.end();) { + if (it->first.rfind(pathStart, 0) == 0) { + watcher->mEvents.remove(it->first); + it = sub->tree->entries.erase(it); + } else { + it++; + } + } + } + + watcher->mEvents.remove(path); + sub->tree->remove(path); + } else if (sub->tree->find(path)) { + sub->tree->update(path, CONVERT_TIME(st.st_mtim)); + watcher->mEvents.update(path); + } else { + watcher->mEvents.create(path); + + // If this is a create, check if it's a directory and start watching if it is. + DirEntry *entry = sub->tree->add(path, CONVERT_TIME(st.st_mtim), S_ISDIR(st.st_mode)); + if (entry->isDir) { + watchDir(watcher, path, sub->tree); + } + } + } + + return true; +} + +void WasmBackend::unsubscribe(WatcherRef watcher) { + // Find any subscriptions pointing to this watcher, and remove them. + for (auto it = mSubscriptions.begin(); it != mSubscriptions.end();) { + if (it->second->watcher.get() == watcher.get()) { + if (mSubscriptions.count(it->first) == 1) { + wasm_backend_remove_watch(it->first); + } + + it = mSubscriptions.erase(it); + } else { + it++; + } + } +} diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/wasm/WasmBackend.hh b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/wasm/WasmBackend.hh new file mode 100644 index 00000000..9facac85 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/wasm/WasmBackend.hh @@ -0,0 +1,34 @@ +#ifndef WASM_H +#define WASM_H + +#include +#include "../shared/BruteForceBackend.hh" +#include "../DirTree.hh" + +extern "C" { + int wasm_backend_add_watch(const char *filename, void *backend); + void wasm_backend_remove_watch(int wd); + void wasm_backend_event_handler(void *backend, int wd, int type, char *filename); +}; + +struct WasmSubscription { + std::shared_ptr tree; + std::string path; + WatcherRef watcher; +}; + +class WasmBackend : public BruteForceBackend { +public: + void start() override; + void subscribe(WatcherRef watcher) override; + void unsubscribe(WatcherRef watcher) override; + void handleEvent(int wd, int type, char *filename); +private: + int mWasm; + std::unordered_multimap> mSubscriptions; + + void watchDir(WatcherRef watcher, std::string path, std::shared_ptr tree); + bool handleSubscription(int type, char *filename, std::shared_ptr sub); +}; + +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/wasm/include.h b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/wasm/include.h new file mode 100644 index 00000000..60e4d657 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/wasm/include.h @@ -0,0 +1,74 @@ +/* +Copyright Node.js contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +*/ + +// Node does not include the headers for these functions when compiling for WASM, so add them here. +#ifdef __wasm32__ +extern "C" { +NAPI_EXTERN napi_status NAPI_CDECL +napi_create_threadsafe_function(napi_env env, + napi_value func, + napi_value async_resource, + napi_value async_resource_name, + size_t max_queue_size, + size_t initial_thread_count, + void* thread_finalize_data, + napi_finalize thread_finalize_cb, + void* context, + napi_threadsafe_function_call_js call_js_cb, + napi_threadsafe_function* result); + +NAPI_EXTERN napi_status NAPI_CDECL napi_get_threadsafe_function_context( + napi_threadsafe_function func, void** result); + +NAPI_EXTERN napi_status NAPI_CDECL +napi_call_threadsafe_function(napi_threadsafe_function func, + void* data, + napi_threadsafe_function_call_mode is_blocking); + +NAPI_EXTERN napi_status NAPI_CDECL +napi_acquire_threadsafe_function(napi_threadsafe_function func); + +NAPI_EXTERN napi_status NAPI_CDECL napi_release_threadsafe_function( + napi_threadsafe_function func, napi_threadsafe_function_release_mode mode); + +NAPI_EXTERN napi_status NAPI_CDECL +napi_unref_threadsafe_function(napi_env env, napi_threadsafe_function func); + +NAPI_EXTERN napi_status NAPI_CDECL +napi_ref_threadsafe_function(napi_env env, napi_threadsafe_function func); + +NAPI_EXTERN napi_status NAPI_CDECL +napi_create_async_work(napi_env env, + napi_value async_resource, + napi_value async_resource_name, + napi_async_execute_callback execute, + napi_async_complete_callback complete, + void* data, + napi_async_work* result); +NAPI_EXTERN napi_status NAPI_CDECL napi_delete_async_work(napi_env env, + napi_async_work work); +NAPI_EXTERN napi_status NAPI_CDECL napi_queue_async_work(napi_env env, + napi_async_work work); +NAPI_EXTERN napi_status NAPI_CDECL napi_cancel_async_work(napi_env env, + napi_async_work work); +} +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/BSER.cc b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/BSER.cc new file mode 100644 index 00000000..1fbcd45b --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/BSER.cc @@ -0,0 +1,302 @@ +#include +#include "./BSER.hh" + +BSERType decodeType(std::istream &iss) { + int8_t type; + iss.read(reinterpret_cast(&type), sizeof(type)); + return (BSERType) type; +} + +void expectType(std::istream &iss, BSERType expected) { + BSERType got = decodeType(iss); + if (got != expected) { + throw std::runtime_error("Unexpected BSER type"); + } +} + +void encodeType(std::ostream &oss, BSERType type) { + int8_t t = (int8_t)type; + oss.write(reinterpret_cast(&t), sizeof(t)); +} + +template +class Value : public BSERValue { +public: + T value; + Value(T val) { + value = val; + } + + Value() {} +}; + +class BSERInteger : public Value { +public: + BSERInteger(int64_t value) : Value(value) {} + BSERInteger(std::istream &iss) { + int8_t int8; + int16_t int16; + int32_t int32; + int64_t int64; + + BSERType type = decodeType(iss); + + switch (type) { + case BSER_INT8: + iss.read(reinterpret_cast(&int8), sizeof(int8)); + value = int8; + break; + case BSER_INT16: + iss.read(reinterpret_cast(&int16), sizeof(int16)); + value = int16; + break; + case BSER_INT32: + iss.read(reinterpret_cast(&int32), sizeof(int32)); + value = int32; + break; + case BSER_INT64: + iss.read(reinterpret_cast(&int64), sizeof(int64)); + value = int64; + break; + default: + throw std::runtime_error("Invalid BSER int type"); + } + } + + int64_t intValue() override { + return value; + } + + void encode(std::ostream &oss) override { + if (value <= INT8_MAX) { + encodeType(oss, BSER_INT8); + int8_t v = (int8_t)value; + oss.write(reinterpret_cast(&v), sizeof(v)); + } else if (value <= INT16_MAX) { + encodeType(oss, BSER_INT16); + int16_t v = (int16_t)value; + oss.write(reinterpret_cast(&v), sizeof(v)); + } else if (value <= INT32_MAX) { + encodeType(oss, BSER_INT32); + int32_t v = (int32_t)value; + oss.write(reinterpret_cast(&v), sizeof(v)); + } else { + encodeType(oss, BSER_INT64); + oss.write(reinterpret_cast(&value), sizeof(value)); + } + } +}; + +class BSERArray : public Value { +public: + BSERArray() : Value() {} + BSERArray(BSER::Array value) : Value(value) {} + BSERArray(std::istream &iss) { + expectType(iss, BSER_ARRAY); + int64_t len = BSERInteger(iss).intValue(); + for (int64_t i = 0; i < len; i++) { + value.push_back(BSER(iss)); + } + } + + BSER::Array arrayValue() override { + return value; + } + + void encode(std::ostream &oss) override { + encodeType(oss, BSER_ARRAY); + BSERInteger(value.size()).encode(oss); + for (auto it = value.begin(); it != value.end(); it++) { + it->encode(oss); + } + } +}; + +class BSERString : public Value { +public: + BSERString(std::string value) : Value(value) {} + BSERString(std::istream &iss) { + expectType(iss, BSER_STRING); + int64_t len = BSERInteger(iss).intValue(); + value.resize(len); + iss.read(&value[0], len); + } + + std::string stringValue() override { + return value; + } + + void encode(std::ostream &oss) override { + encodeType(oss, BSER_STRING); + BSERInteger(value.size()).encode(oss); + oss << value; + } +}; + +class BSERObject : public Value { +public: + BSERObject() : Value() {} + BSERObject(BSER::Object value) : Value(value) {} + BSERObject(std::istream &iss) { + expectType(iss, BSER_OBJECT); + int64_t len = BSERInteger(iss).intValue(); + for (int64_t i = 0; i < len; i++) { + auto key = BSERString(iss).stringValue(); + auto val = BSER(iss); + value.emplace(key, val); + } + } + + BSER::Object objectValue() override { + return value; + } + + void encode(std::ostream &oss) override { + encodeType(oss, BSER_OBJECT); + BSERInteger(value.size()).encode(oss); + for (auto it = value.begin(); it != value.end(); it++) { + BSERString(it->first).encode(oss); + it->second.encode(oss); + } + } +}; + +class BSERDouble : public Value { +public: + BSERDouble(double value) : Value(value) {} + BSERDouble(std::istream &iss) { + expectType(iss, BSER_REAL); + iss.read(reinterpret_cast(&value), sizeof(value)); + } + + double doubleValue() override { + return value; + } + + void encode(std::ostream &oss) override { + encodeType(oss, BSER_REAL); + oss.write(reinterpret_cast(&value), sizeof(value)); + } +}; + +class BSERBoolean : public Value { +public: + BSERBoolean(bool value) : Value(value) {} + bool boolValue() override { return value; } + void encode(std::ostream &oss) override { + int8_t t = value == true ? BSER_BOOL_TRUE : BSER_BOOL_FALSE; + oss.write(reinterpret_cast(&t), sizeof(t)); + } +}; + +class BSERNull : public Value { +public: + BSERNull() : Value(false) {} + void encode(std::ostream &oss) override { + encodeType(oss, BSER_NULL); + } +}; + +std::shared_ptr decodeTemplate(std::istream &iss) { + expectType(iss, BSER_TEMPLATE); + auto keys = BSERArray(iss).arrayValue(); + auto len = BSERInteger(iss).intValue(); + std::shared_ptr arr = std::make_shared(); + for (int64_t i = 0; i < len; i++) { + BSER::Object obj; + for (auto it = keys.begin(); it != keys.end(); it++) { + if (iss.peek() == 0x0c) { + iss.ignore(1); + continue; + } + + auto val = BSER(iss); + obj.emplace(it->stringValue(), val); + } + arr->value.push_back(obj); + } + return arr; +} + +BSER::BSER(std::istream &iss) { + BSERType type = decodeType(iss); + iss.unget(); + + switch (type) { + case BSER_ARRAY: + m_ptr = std::make_shared(iss); + break; + case BSER_OBJECT: + m_ptr = std::make_shared(iss); + break; + case BSER_STRING: + m_ptr = std::make_shared(iss); + break; + case BSER_INT8: + case BSER_INT16: + case BSER_INT32: + case BSER_INT64: + m_ptr = std::make_shared(iss); + break; + case BSER_REAL: + m_ptr = std::make_shared(iss); + break; + case BSER_BOOL_TRUE: + iss.ignore(1); + m_ptr = std::make_shared(true); + break; + case BSER_BOOL_FALSE: + iss.ignore(1); + m_ptr = std::make_shared(false); + break; + case BSER_NULL: + iss.ignore(1); + m_ptr = std::make_shared(); + break; + case BSER_TEMPLATE: + m_ptr = decodeTemplate(iss); + break; + default: + throw std::runtime_error("unknown BSER type"); + } +} + +BSER::BSER() : m_ptr(std::make_shared()) {} +BSER::BSER(BSER::Array value) : m_ptr(std::make_shared(value)) {} +BSER::BSER(BSER::Object value) : m_ptr(std::make_shared(value)) {} +BSER::BSER(const char *value) : m_ptr(std::make_shared(value)) {} +BSER::BSER(std::string value) : m_ptr(std::make_shared(value)) {} +BSER::BSER(int64_t value) : m_ptr(std::make_shared(value)) {} +BSER::BSER(double value) : m_ptr(std::make_shared(value)) {} +BSER::BSER(bool value) : m_ptr(std::make_shared(value)) {} + +BSER::Array BSER::arrayValue() { return m_ptr->arrayValue(); } +BSER::Object BSER::objectValue() { return m_ptr->objectValue(); } +std::string BSER::stringValue() { return m_ptr->stringValue(); } +int64_t BSER::intValue() { return m_ptr->intValue(); } +double BSER::doubleValue() { return m_ptr->doubleValue(); } +bool BSER::boolValue() { return m_ptr->boolValue(); } +void BSER::encode(std::ostream &oss) { + m_ptr->encode(oss); +} + +int64_t BSER::decodeLength(std::istream &iss) { + char pdu[2]; + if (!iss.read(pdu, 2) || pdu[0] != 0 || pdu[1] != 1) { + throw std::runtime_error("Invalid BSER"); + } + + return BSERInteger(iss).intValue(); +} + +std::string BSER::encode() { + std::ostringstream oss(std::ios_base::binary); + encode(oss); + + std::ostringstream res(std::ios_base::binary); + res.write("\x00\x01", 2); + + BSERInteger(oss.str().size()).encode(res); + res << oss.str(); + return res.str(); +} diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/BSER.hh b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/BSER.hh new file mode 100644 index 00000000..6bd20254 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/BSER.hh @@ -0,0 +1,69 @@ +#ifndef BSER_H +#define BSER_H + +#include +#include +#include +#include +#include + +enum BSERType { + BSER_ARRAY = 0x00, + BSER_OBJECT = 0x01, + BSER_STRING = 0x02, + BSER_INT8 = 0x03, + BSER_INT16 = 0x04, + BSER_INT32 = 0x05, + BSER_INT64 = 0x06, + BSER_REAL = 0x07, + BSER_BOOL_TRUE = 0x08, + BSER_BOOL_FALSE = 0x09, + BSER_NULL = 0x0a, + BSER_TEMPLATE = 0x0b +}; + +class BSERValue; + +class BSER { +public: + typedef std::vector Array; + typedef std::unordered_map Object; + + BSER(); + BSER(BSER::Array value); + BSER(BSER::Object value); + BSER(std::string value); + BSER(const char *value); + BSER(int64_t value); + BSER(double value); + BSER(bool value); + BSER(std::istream &iss); + + BSER::Array arrayValue(); + BSER::Object objectValue(); + std::string stringValue(); + int64_t intValue(); + double doubleValue(); + bool boolValue(); + void encode(std::ostream &oss); + + static int64_t decodeLength(std::istream &iss); + std::string encode(); +private: + std::shared_ptr m_ptr; +}; + +class BSERValue { +protected: + friend class BSER; + virtual BSER::Array arrayValue() { return BSER::Array(); } + virtual BSER::Object objectValue() { return BSER::Object(); } + virtual std::string stringValue() { return std::string(); } + virtual int64_t intValue() { return 0; } + virtual double doubleValue() { return 0; } + virtual bool boolValue() { return false; } + virtual void encode(std::ostream &oss) {} + virtual ~BSERValue() {} +}; + +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/IPC.hh b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/IPC.hh new file mode 100644 index 00000000..6e852c8d --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/IPC.hh @@ -0,0 +1,175 @@ +#ifndef IPC_H +#define IPC_H + +#include +#include + +#ifdef _WIN32 +#include +#include +#else +#include +#include +#include +#endif + +class IPC { +public: + IPC(std::string path) { + mStopped = false; + #ifdef _WIN32 + while (true) { + mPipe = CreateFile( + path.data(), // pipe name + GENERIC_READ | GENERIC_WRITE, // read and write access + 0, // no sharing + NULL, // default security attributes + OPEN_EXISTING, // opens existing pipe + FILE_FLAG_OVERLAPPED, // attributes + NULL // no template file + ); + + if (mPipe != INVALID_HANDLE_VALUE) { + break; + } + + if (GetLastError() != ERROR_PIPE_BUSY) { + throw std::runtime_error("Could not open pipe"); + } + + // Wait for pipe to become available if it is busy + if (!WaitNamedPipe(path.data(), 30000)) { + throw std::runtime_error("Error waiting for pipe"); + } + } + + mReader = CreateEvent(NULL, true, false, NULL); + mWriter = CreateEvent(NULL, true, false, NULL); + #else + struct sockaddr_un addr; + memset(&addr, 0, sizeof(addr)); + addr.sun_family = AF_UNIX; + strncpy(addr.sun_path, path.c_str(), sizeof(addr.sun_path) - 1); + + mSock = socket(AF_UNIX, SOCK_STREAM, 0); + if (connect(mSock, (struct sockaddr *) &addr, sizeof(struct sockaddr_un))) { + throw std::runtime_error("Error connecting to socket"); + } + #endif + } + + ~IPC() { + mStopped = true; + #ifdef _WIN32 + CancelIo(mPipe); + CloseHandle(mPipe); + CloseHandle(mReader); + CloseHandle(mWriter); + #else + shutdown(mSock, SHUT_RDWR); + #endif + } + + void write(std::string buf) { + #ifdef _WIN32 + OVERLAPPED overlapped; + overlapped.hEvent = mWriter; + bool success = WriteFile( + mPipe, // pipe handle + buf.data(), // message + buf.size(), // message length + NULL, // bytes written + &overlapped // overlapped + ); + + if (mStopped) { + return; + } + + if (!success) { + if (GetLastError() != ERROR_IO_PENDING) { + throw std::runtime_error("Write error"); + } + } + + DWORD written; + success = GetOverlappedResult(mPipe, &overlapped, &written, true); + if (!success) { + throw std::runtime_error("GetOverlappedResult failed"); + } + + if (written != buf.size()) { + throw std::runtime_error("Wrong number of bytes written"); + } + #else + int r = 0; + for (unsigned int i = 0; i != buf.size(); i += r) { + r = ::write(mSock, &buf[i], buf.size() - i); + if (r == -1) { + if (errno == EAGAIN) { + r = 0; + } else if (mStopped) { + return; + } else { + throw std::runtime_error("Write error"); + } + } + } + #endif + } + + int read(char *buf, size_t len) { + #ifdef _WIN32 + OVERLAPPED overlapped; + overlapped.hEvent = mReader; + bool success = ReadFile( + mPipe, // pipe handle + buf, // buffer to receive reply + len, // size of buffer + NULL, // number of bytes read + &overlapped // overlapped + ); + + if (!success && !mStopped) { + if (GetLastError() != ERROR_IO_PENDING) { + throw std::runtime_error("Read error"); + } + } + + DWORD read = 0; + success = GetOverlappedResult(mPipe, &overlapped, &read, true); + if (!success && !mStopped) { + throw std::runtime_error("GetOverlappedResult failed"); + } + + return read; + #else + int r = ::read(mSock, buf, len); + if (r == 0 && !mStopped) { + throw std::runtime_error("Socket ended unexpectedly"); + } + + if (r < 0) { + if (mStopped) { + return 0; + } + + throw std::runtime_error(strerror(errno)); + } + + return r; + #endif + } + +private: + bool mStopped; + #ifdef _WIN32 + HANDLE mPipe; + HANDLE mReader; + HANDLE mWriter; + #else + int mSock; + #endif +}; + +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/WatchmanBackend.cc b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/WatchmanBackend.cc new file mode 100644 index 00000000..82a23f52 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/WatchmanBackend.cc @@ -0,0 +1,338 @@ +#include +#include +#include +#include +#include "../DirTree.hh" +#include "../Event.hh" +#include "./BSER.hh" +#include "./WatchmanBackend.hh" + +#ifdef _WIN32 +#include "../windows/win_utils.hh" +#define S_ISDIR(mode) ((mode & _S_IFDIR) == _S_IFDIR) +#define popen _popen +#define pclose _pclose +#else +#include +#define normalizePath(dir) dir +#endif + +template +BSER readBSER(T &&do_read) { + std::stringstream oss; + char buffer[256]; + int r; + int64_t len = -1; + do { + // Start by reading a minimal amount of data in order to decode the length. + // After that, attempt to read the remaining length, up to the buffer size. + r = do_read(buffer, len == -1 ? 20 : (len < 256 ? len : 256)); + oss << std::string(buffer, r); + + if (len == -1) { + uint64_t l = BSER::decodeLength(oss); + len = l + oss.tellg(); + } + + len -= r; + } while (len > 0); + + return BSER(oss); +} + +std::string getSockPath() { + auto var = getenv("WATCHMAN_SOCK"); + if (var && *var) { + return std::string(var); + } + + FILE *fp = popen("watchman --output-encoding=bser get-sockname", "r"); + if (fp == NULL || errno == ECHILD) { + throw std::runtime_error("Failed to execute watchman"); + } + + BSER b = readBSER([fp] (char *buf, size_t len) { + return fread(buf, sizeof(char), len, fp); + }); + + pclose(fp); + + auto objValue = b.objectValue(); + auto foundSockname = objValue.find("sockname"); + if (foundSockname == objValue.end()) { + throw std::runtime_error("sockname not found"); + } + return foundSockname->second.stringValue(); +} + +std::unique_ptr watchmanConnect() { + std::string path = getSockPath(); + return std::unique_ptr(new IPC(path)); +} + +BSER watchmanRead(IPC *ipc) { + return readBSER([ipc] (char *buf, size_t len) { + return ipc->read(buf, len); + }); +} + +BSER::Object WatchmanBackend::watchmanRequest(BSER b) { + std::string cmd = b.encode(); + mIPC->write(cmd); + mRequestSignal.notify(); + + mResponseSignal.wait(); + mResponseSignal.reset(); + + if (!mError.empty()) { + std::runtime_error err = std::runtime_error(mError); + mError = std::string(); + throw err; + } + + return mResponse; +} + +void WatchmanBackend::watchmanWatch(std::string dir) { + std::vector cmd; + cmd.push_back("watch"); + cmd.push_back(normalizePath(dir)); + watchmanRequest(cmd); +} + +bool WatchmanBackend::checkAvailable() { + try { + watchmanConnect(); + return true; + } catch (std::exception &err) { + return false; + } +} + +void handleFiles(WatcherRef watcher, BSER::Object obj) { + auto found = obj.find("files"); + if (found == obj.end()) { + throw WatcherError("Error reading changes from watchman", watcher); + } + + auto files = found->second.arrayValue(); + for (auto it = files.begin(); it != files.end(); it++) { + auto file = it->objectValue(); + auto name = file.find("name")->second.stringValue(); + #ifdef _WIN32 + std::replace(name.begin(), name.end(), '/', '\\'); + #endif + auto mode = file.find("mode")->second.intValue(); + auto isNew = file.find("new")->second.boolValue(); + auto exists = file.find("exists")->second.boolValue(); + auto path = watcher->mDir + DIR_SEP + name; + if (watcher->isIgnored(path)) { + continue; + } + + if (isNew && exists) { + watcher->mEvents.create(path); + } else if (exists && !S_ISDIR(mode)) { + watcher->mEvents.update(path); + } else if (!isNew && !exists) { + watcher->mEvents.remove(path); + } + } +} + +void WatchmanBackend::handleSubscription(BSER::Object obj) { + std::unique_lock lock(mMutex); + auto subscription = obj.find("subscription")->second.stringValue(); + auto it = mSubscriptions.find(subscription); + if (it == mSubscriptions.end()) { + return; + } + + auto watcher = it->second; + try { + handleFiles(watcher, obj); + watcher->notify(); + } catch (WatcherError &err) { + handleWatcherError(err); + } +} + +void WatchmanBackend::start() { + mIPC = watchmanConnect(); + notifyStarted(); + + while (true) { + // If there are no subscriptions we are reading, wait for a request. + if (mSubscriptions.size() == 0) { + mRequestSignal.wait(); + mRequestSignal.reset(); + } + + // Break out of loop if we are stopped. + if (mStopped) { + break; + } + + // Attempt to read from the socket. + // If there is an error and we are stopped, break. + BSER b; + try { + b = watchmanRead(&*mIPC); + } catch (std::exception &err) { + if (mStopped) { + break; + } else if (mResponseSignal.isWaiting()) { + mError = err.what(); + mResponseSignal.notify(); + } else { + // Throwing causes the backend to be destroyed, but we never reach the code below to notify the signal + mEndedSignal.notify(); + throw; + } + } + + auto obj = b.objectValue(); + auto error = obj.find("error"); + if (error != obj.end()) { + mError = error->second.stringValue(); + mResponseSignal.notify(); + continue; + } + + // If this message is for a subscription, handle it, otherwise notify the request. + auto subscription = obj.find("subscription"); + if (subscription != obj.end()) { + handleSubscription(obj); + } else { + mResponse = obj; + mResponseSignal.notify(); + } + } + + mEndedSignal.notify(); +} + +WatchmanBackend::~WatchmanBackend() { + // Mark the watcher as stopped, close the socket, and trigger the lock. + // This will cause the read loop to be broken and the thread to exit. + mStopped = true; + mIPC.reset(); + mRequestSignal.notify(); + + // If not ended yet, wait. + mEndedSignal.wait(); +} + +std::string WatchmanBackend::clock(WatcherRef watcher) { + BSER::Array cmd; + cmd.push_back("clock"); + cmd.push_back(normalizePath(watcher->mDir)); + + BSER::Object obj = watchmanRequest(cmd); + auto found = obj.find("clock"); + if (found == obj.end()) { + throw WatcherError("Error reading clock from watchman", watcher); + } + + return found->second.stringValue(); +} + +void WatchmanBackend::writeSnapshot(WatcherRef watcher, std::string *snapshotPath) { + std::unique_lock lock(mMutex); + watchmanWatch(watcher->mDir); + + std::ofstream ofs(*snapshotPath); + ofs << clock(watcher); +} + +void WatchmanBackend::getEventsSince(WatcherRef watcher, std::string *snapshotPath) { + std::unique_lock lock(mMutex); + std::ifstream ifs(*snapshotPath); + if (ifs.fail()) { + return; + } + + watchmanWatch(watcher->mDir); + + std::string clock; + ifs >> clock; + + BSER::Array cmd; + cmd.push_back("since"); + cmd.push_back(normalizePath(watcher->mDir)); + cmd.push_back(clock); + + BSER::Object obj = watchmanRequest(cmd); + handleFiles(watcher, obj); +} + +std::string getId(WatcherRef watcher) { + std::ostringstream id; + id << "parcel-"; + id << static_cast(watcher.get()); + return id.str(); +} + +// This function is called by Backend::watch which takes a lock on mMutex +void WatchmanBackend::subscribe(WatcherRef watcher) { + watchmanWatch(watcher->mDir); + + std::string id = getId(watcher); + BSER::Array cmd; + cmd.push_back("subscribe"); + cmd.push_back(normalizePath(watcher->mDir)); + cmd.push_back(id); + + BSER::Array fields; + fields.push_back("name"); + fields.push_back("mode"); + fields.push_back("exists"); + fields.push_back("new"); + + BSER::Object opts; + opts.emplace("fields", fields); + opts.emplace("since", clock(watcher)); + + if (watcher->mIgnorePaths.size() > 0) { + BSER::Array ignore; + BSER::Array anyOf; + anyOf.push_back("anyof"); + + for (auto it = watcher->mIgnorePaths.begin(); it != watcher->mIgnorePaths.end(); it++) { + std::string pathStart = watcher->mDir + DIR_SEP; + if (it->rfind(pathStart, 0) == 0) { + auto relative = it->substr(pathStart.size()); + BSER::Array dirname; + dirname.push_back("dirname"); + dirname.push_back(relative); + anyOf.push_back(dirname); + } + } + + ignore.push_back("not"); + ignore.push_back(anyOf); + + opts.emplace("expression", ignore); + } + + cmd.push_back(opts); + watchmanRequest(cmd); + + mSubscriptions.emplace(id, watcher); + mRequestSignal.notify(); +} + +// This function is called by Backend::unwatch which takes a lock on mMutex +void WatchmanBackend::unsubscribe(WatcherRef watcher) { + std::string id = getId(watcher); + auto erased = mSubscriptions.erase(id); + + if (erased) { + BSER::Array cmd; + cmd.push_back("unsubscribe"); + cmd.push_back(normalizePath(watcher->mDir)); + cmd.push_back(id); + + watchmanRequest(cmd); + } +} diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/WatchmanBackend.hh b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/WatchmanBackend.hh new file mode 100644 index 00000000..699cded9 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/watchman/WatchmanBackend.hh @@ -0,0 +1,35 @@ +#ifndef WATCHMAN_H +#define WATCHMAN_H + +#include "../Backend.hh" +#include "./BSER.hh" +#include "../Signal.hh" +#include "./IPC.hh" + +class WatchmanBackend : public Backend { +public: + static bool checkAvailable(); + void start() override; + WatchmanBackend() : mStopped(false) {}; + ~WatchmanBackend(); + void writeSnapshot(WatcherRef watcher, std::string *snapshotPath) override; + void getEventsSince(WatcherRef watcher, std::string *snapshotPath) override; + void subscribe(WatcherRef watcher) override; + void unsubscribe(WatcherRef watcher) override; +private: + std::unique_ptr mIPC; + Signal mRequestSignal; + Signal mResponseSignal; + BSER::Object mResponse; + std::string mError; + std::unordered_map mSubscriptions; + bool mStopped; + Signal mEndedSignal; + + std::string clock(WatcherRef watcher); + void watchmanWatch(std::string dir); + BSER::Object watchmanRequest(BSER cmd); + void handleSubscription(BSER::Object obj); +}; + +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/windows/WindowsBackend.cc b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/windows/WindowsBackend.cc new file mode 100644 index 00000000..eabce1e0 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/windows/WindowsBackend.cc @@ -0,0 +1,282 @@ +#include +#include +#include "../DirTree.hh" +#include "../shared/BruteForceBackend.hh" +#include "./WindowsBackend.hh" +#include "./win_utils.hh" + +#define DEFAULT_BUF_SIZE 1024 * 1024 +#define NETWORK_BUF_SIZE 64 * 1024 +#define CONVERT_TIME(ft) ULARGE_INTEGER{ft.dwLowDateTime, ft.dwHighDateTime}.QuadPart + +void BruteForceBackend::readTree(WatcherRef watcher, std::shared_ptr tree) { + std::stack directories; + + directories.push(watcher->mDir); + + while (!directories.empty()) { + HANDLE hFind = INVALID_HANDLE_VALUE; + + std::string path = directories.top(); + std::string spec = path + "\\*"; + directories.pop(); + + WIN32_FIND_DATA ffd; + hFind = FindFirstFile(spec.c_str(), &ffd); + + if (hFind == INVALID_HANDLE_VALUE) { + if (path == watcher->mDir) { + FindClose(hFind); + throw WatcherError("Error opening directory", watcher); + } + + tree->remove(path); + continue; + } + + do { + if (strcmp(ffd.cFileName, ".") != 0 && strcmp(ffd.cFileName, "..") != 0) { + std::string fullPath = path + "\\" + ffd.cFileName; + if (watcher->isIgnored(fullPath)) { + continue; + } + + tree->add(fullPath, CONVERT_TIME(ffd.ftLastWriteTime), ffd.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY); + if (ffd.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) { + directories.push(fullPath); + } + } + } while (FindNextFile(hFind, &ffd) != 0); + + FindClose(hFind); + } +} + +void WindowsBackend::start() { + mRunning = true; + notifyStarted(); + + while (mRunning) { + SleepEx(INFINITE, true); + } +} + +WindowsBackend::~WindowsBackend() { + // Mark as stopped, and queue a noop function in the thread to break the loop + mRunning = false; + QueueUserAPC([](__in ULONG_PTR) {}, mThread.native_handle(), (ULONG_PTR)this); +} + +class Subscription: public WatcherState { +public: + Subscription(WindowsBackend *backend, WatcherRef watcher, std::shared_ptr tree) { + mRunning = true; + mBackend = backend; + mWatcher = watcher; + mTree = tree; + ZeroMemory(&mOverlapped, sizeof(OVERLAPPED)); + mOverlapped.hEvent = this; + mReadBuffer.resize(DEFAULT_BUF_SIZE); + mWriteBuffer.resize(DEFAULT_BUF_SIZE); + + mDirectoryHandle = CreateFileW( + utf8ToUtf16(watcher->mDir).data(), + FILE_LIST_DIRECTORY, + FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE, + NULL, + OPEN_EXISTING, + FILE_FLAG_BACKUP_SEMANTICS | FILE_FLAG_OVERLAPPED, + NULL + ); + + if (mDirectoryHandle == INVALID_HANDLE_VALUE) { + throw WatcherError("Invalid handle", mWatcher); + } + + // Ensure that the path is a directory + BY_HANDLE_FILE_INFORMATION info; + bool success = GetFileInformationByHandle( + mDirectoryHandle, + &info + ); + + if (!success) { + throw WatcherError("Could not get file information", mWatcher); + } + + if (!(info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)) { + throw WatcherError("Not a directory", mWatcher); + } + } + + virtual ~Subscription() { + stop(); + } + + void run() { + try { + poll(); + } catch (WatcherError &err) { + mBackend->handleWatcherError(err); + } + } + + void stop() { + if (mRunning) { + mRunning = false; + CancelIo(mDirectoryHandle); + CloseHandle(mDirectoryHandle); + } + } + + void poll() { + if (!mRunning) { + return; + } + + // Asynchronously wait for changes. + int success = ReadDirectoryChangesW( + mDirectoryHandle, + mWriteBuffer.data(), + static_cast(mWriteBuffer.size()), + TRUE, // recursive + FILE_NOTIFY_CHANGE_FILE_NAME | FILE_NOTIFY_CHANGE_DIR_NAME | FILE_NOTIFY_CHANGE_ATTRIBUTES + | FILE_NOTIFY_CHANGE_SIZE | FILE_NOTIFY_CHANGE_LAST_WRITE, + NULL, + &mOverlapped, + [](DWORD errorCode, DWORD numBytes, LPOVERLAPPED overlapped) { + auto subscription = reinterpret_cast(overlapped->hEvent); + try { + subscription->processEvents(errorCode); + } catch (WatcherError &err) { + subscription->mBackend->handleWatcherError(err); + } + } + ); + + if (!success) { + throw WatcherError("Failed to read changes", mWatcher); + } + } + + void processEvents(DWORD errorCode) { + if (!mRunning) { + return; + } + + switch (errorCode) { + case ERROR_OPERATION_ABORTED: + return; + case ERROR_INVALID_PARAMETER: + // resize buffers to network size (64kb), and try again + mReadBuffer.resize(NETWORK_BUF_SIZE); + mWriteBuffer.resize(NETWORK_BUF_SIZE); + poll(); + return; + case ERROR_NOTIFY_ENUM_DIR: + throw WatcherError("Buffer overflow. Some events may have been lost.", mWatcher); + case ERROR_ACCESS_DENIED: { + // This can happen if the watched directory is deleted. Check if that is the case, + // and if so emit a delete event. Otherwise, fall through to default error case. + DWORD attrs = GetFileAttributesW(utf8ToUtf16(mWatcher->mDir).data()); + bool isDir = attrs != INVALID_FILE_ATTRIBUTES && (attrs & FILE_ATTRIBUTE_DIRECTORY); + if (!isDir) { + mWatcher->mEvents.remove(mWatcher->mDir); + mTree->remove(mWatcher->mDir); + mWatcher->notify(); + stop(); + return; + } + } + default: + if (errorCode != ERROR_SUCCESS) { + throw WatcherError("Unknown error", mWatcher); + } + } + + // Swap read and write buffers, and poll again + std::swap(mWriteBuffer, mReadBuffer); + poll(); + + // Read change events + BYTE *base = mReadBuffer.data(); + while (true) { + PFILE_NOTIFY_INFORMATION info = (PFILE_NOTIFY_INFORMATION)base; + processEvent(info); + + if (info->NextEntryOffset == 0) { + break; + } + + base += info->NextEntryOffset; + } + + mWatcher->notify(); + } + + void processEvent(PFILE_NOTIFY_INFORMATION info) { + std::string path = mWatcher->mDir + "\\" + utf16ToUtf8(info->FileName, info->FileNameLength / sizeof(WCHAR)); + if (mWatcher->isIgnored(path)) { + return; + } + + switch (info->Action) { + case FILE_ACTION_ADDED: + case FILE_ACTION_RENAMED_NEW_NAME: { + WIN32_FILE_ATTRIBUTE_DATA data; + if (GetFileAttributesExW(utf8ToUtf16(path).data(), GetFileExInfoStandard, &data)) { + mWatcher->mEvents.create(path); + mTree->add(path, CONVERT_TIME(data.ftLastWriteTime), data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY); + } + break; + } + case FILE_ACTION_MODIFIED: { + WIN32_FILE_ATTRIBUTE_DATA data; + if (GetFileAttributesExW(utf8ToUtf16(path).data(), GetFileExInfoStandard, &data)) { + mTree->update(path, CONVERT_TIME(data.ftLastWriteTime)); + if (!(data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)) { + mWatcher->mEvents.update(path); + } + } + break; + } + case FILE_ACTION_REMOVED: + case FILE_ACTION_RENAMED_OLD_NAME: + mWatcher->mEvents.remove(path); + mTree->remove(path); + break; + } + } + +private: + WindowsBackend *mBackend; + std::shared_ptr mWatcher; + std::shared_ptr mTree; + bool mRunning; + HANDLE mDirectoryHandle; + std::vector mReadBuffer; + std::vector mWriteBuffer; + OVERLAPPED mOverlapped; +}; + +// This function is called by Backend::watch which takes a lock on mMutex +void WindowsBackend::subscribe(WatcherRef watcher) { + // Create a subscription for this watcher + auto sub = std::make_shared(this, watcher, getTree(watcher, false)); + watcher->state = sub; + + // Queue polling for this subscription in the correct thread. + bool success = QueueUserAPC([](__in ULONG_PTR ptr) { + Subscription *sub = (Subscription *)ptr; + sub->run(); + }, mThread.native_handle(), (ULONG_PTR)sub.get()); + + if (!success) { + throw std::runtime_error("Unable to queue APC"); + } +} + +// This function is called by Backend::unwatch which takes a lock on mMutex +void WindowsBackend::unsubscribe(WatcherRef watcher) { + watcher->state = nullptr; +} diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/windows/WindowsBackend.hh b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/windows/WindowsBackend.hh new file mode 100644 index 00000000..d6797828 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/windows/WindowsBackend.hh @@ -0,0 +1,18 @@ +#ifndef WINDOWS_H +#define WINDOWS_H + +#include +#include +#include "../shared/BruteForceBackend.hh" + +class WindowsBackend : public BruteForceBackend { +public: + void start() override; + ~WindowsBackend(); + void subscribe(WatcherRef watcher) override; + void unsubscribe(WatcherRef watcher) override; +private: + bool mRunning; +}; + +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/windows/win_utils.cc b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/windows/win_utils.cc new file mode 100644 index 00000000..986690ff --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/windows/win_utils.cc @@ -0,0 +1,44 @@ +#include "./win_utils.hh" + +std::wstring utf8ToUtf16(std::string input) { + unsigned int len = MultiByteToWideChar(CP_UTF8, 0, input.c_str(), -1, NULL, 0); + WCHAR *output = new WCHAR[len]; + MultiByteToWideChar(CP_UTF8, 0, input.c_str(), -1, output, len); + std::wstring res(output); + delete output; + return res; +} + +std::string utf16ToUtf8(const WCHAR *input, size_t length) { + unsigned int len = WideCharToMultiByte(CP_UTF8, 0, input, length, NULL, 0, NULL, NULL); + char *output = new char[len + 1]; + WideCharToMultiByte(CP_UTF8, 0, input, length, output, len, NULL, NULL); + output[len] = '\0'; + std::string res(output); + delete output; + return res; +} + +std::string normalizePath(std::string path) { + // Prevent truncation to MAX_PATH characters by adding the \\?\ prefix + std::wstring p = utf8ToUtf16("\\\\?\\" + path); + + // Get the required length for the output + unsigned int len = GetLongPathNameW(p.data(), NULL, 0); + if (!len) { + return path; + } + + // Allocate output array and get long path + WCHAR *output = new WCHAR[len]; + len = GetLongPathNameW(p.data(), output, len); + if (!len) { + delete output; + return path; + } + + // Convert back to utf8 + std::string res = utf16ToUtf8(output + 4, len - 4); + delete output; + return res; +} diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/windows/win_utils.hh b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/windows/win_utils.hh new file mode 100644 index 00000000..23134934 --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/src/windows/win_utils.hh @@ -0,0 +1,11 @@ +#ifndef WIN_UTILS_H +#define WIN_UTILS_H + +#include +#include + +std::wstring utf8ToUtf16(std::string input); +std::string utf16ToUtf8(const WCHAR *input, size_t length); +std::string normalizePath(std::string path); + +#endif diff --git a/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/wrapper.js b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/wrapper.js new file mode 100644 index 00000000..496d56bc --- /dev/null +++ b/.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/wrapper.js @@ -0,0 +1,77 @@ +const path = require('path'); +const micromatch = require('micromatch'); +const isGlob = require('is-glob'); + +function normalizeOptions(dir, opts = {}) { + const { ignore, ...rest } = opts; + + if (Array.isArray(ignore)) { + opts = { ...rest }; + + for (const value of ignore) { + if (isGlob(value)) { + if (!opts.ignoreGlobs) { + opts.ignoreGlobs = []; + } + + const regex = micromatch.makeRe(value, { + // We set `dot: true` to workaround an issue with the + // regular expression on Linux where the resulting + // negative lookahead `(?!(\\/|^)` was never matching + // in some cases. See also https://bit.ly/3UZlQDm + dot: true, + // C++ does not support lookbehind regex patterns, they + // were only added later to JavaScript engines + // (https://bit.ly/3V7S6UL) + lookbehinds: false + }); + opts.ignoreGlobs.push(regex.source); + } else { + if (!opts.ignorePaths) { + opts.ignorePaths = []; + } + + opts.ignorePaths.push(path.resolve(dir, value)); + } + } + } + + return opts; +} + +exports.createWrapper = (binding) => { + return { + writeSnapshot(dir, snapshot, opts) { + return binding.writeSnapshot( + path.resolve(dir), + path.resolve(snapshot), + normalizeOptions(dir, opts), + ); + }, + getEventsSince(dir, snapshot, opts) { + return binding.getEventsSince( + path.resolve(dir), + path.resolve(snapshot), + normalizeOptions(dir, opts), + ); + }, + async subscribe(dir, fn, opts) { + dir = path.resolve(dir); + opts = normalizeOptions(dir, opts); + await binding.subscribe(dir, fn, opts); + + return { + unsubscribe() { + return binding.unsubscribe(dir, fn, opts); + }, + }; + }, + unsubscribe(dir, fn, opts) { + return binding.unsubscribe( + path.resolve(dir), + fn, + normalizeOptions(dir, opts), + ); + } + }; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/.ready b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/.ready new file mode 100644 index 00000000..e69de29b diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/LICENSE b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/LICENSE new file mode 100644 index 00000000..a18fea22 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2014-2025 Denis Pushkarev + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/README.md b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/README.md new file mode 100644 index 00000000..9d57a672 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/README.md @@ -0,0 +1,95 @@ +![logo](https://user-images.githubusercontent.com/2213682/146607186-8e13ddef-26a4-4ebf-befd-5aac9d77c090.png) + +
+ +[![fundraising](https://opencollective.com/core-js/all/badge.svg?label=fundraising)](https://opencollective.com/core-js) [![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/zloirock/core-js/blob/master/CONTRIBUTING.md) [![version](https://img.shields.io/npm/v/core-js.svg)](https://www.npmjs.com/package/core-js) [![core-js downloads](https://img.shields.io/npm/dm/core-js.svg?label=npm%20i%20core-js)](https://npm-stat.com/charts.html?package=core-js&package=core-js-pure&package=core-js-compat&from=2014-11-18) + +
+ +**I highly recommend reading this: [So, what's next?](https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md)** +--- + +> Modular standard library for JavaScript. Includes polyfills for [ECMAScript up to 2023](https://github.com/zloirock/core-js#ecmascript): [promises](https://github.com/zloirock/core-js#ecmascript-promise), [symbols](https://github.com/zloirock/core-js#ecmascript-symbol), [collections](https://github.com/zloirock/core-js#ecmascript-collections), iterators, [typed arrays](https://github.com/zloirock/core-js#ecmascript-typed-arrays), many other features, [ECMAScript proposals](https://github.com/zloirock/core-js#ecmascript-proposals), [some cross-platform WHATWG / W3C features and proposals](#web-standards) like [`URL`](https://github.com/zloirock/core-js#url-and-urlsearchparams). You can load only required features or use it without global namespace pollution. + +## Raising funds + +`core-js` isn't backed by a company, so the future of this project depends on you. Become a sponsor or a backer if you are interested in `core-js`: [**Open Collective**](https://opencollective.com/core-js), [**Patreon**](https://patreon.com/zloirock), [**Boosty**](https://boosty.to/zloirock), **Bitcoin ( bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz )**, [**Alipay**](https://user-images.githubusercontent.com/2213682/219464783-c17ad329-17ce-4795-82a7-f609493345ed.png). + +--- + + + +--- + + + +--- + +[*Example of usage*](https://tinyurl.com/2mknex43): +```js +import 'core-js/actual'; + +Promise.resolve(42).then(it => console.log(it)); // => 42 + +Array.from(new Set([1, 2, 3]).union(new Set([3, 4, 5]))); // => [1, 2, 3, 4, 5] + +[1, 2].flatMap(it => [it, it]); // => [1, 1, 2, 2] + +(function * (i) { while (true) yield i++; })(1) + .drop(1).take(5) + .filter(it => it % 2) + .map(it => it ** 2) + .toArray(); // => [9, 25] + +structuredClone(new Set([1, 2, 3])); // => new Set([1, 2, 3]) +``` + +*You can load only required features*: +```js +import 'core-js/actual/promise'; +import 'core-js/actual/set'; +import 'core-js/actual/iterator'; +import 'core-js/actual/array/from'; +import 'core-js/actual/array/flat-map'; +import 'core-js/actual/structured-clone'; + +Promise.resolve(42).then(it => console.log(it)); // => 42 + +Array.from(new Set([1, 2, 3]).union(new Set([3, 4, 5]))); // => [1, 2, 3, 4, 5] + +[1, 2].flatMap(it => [it, it]); // => [1, 1, 2, 2] + +(function * (i) { while (true) yield i++; })(1) + .drop(1).take(5) + .filter(it => it % 2) + .map(it => it ** 2) + .toArray(); // => [9, 25] + +structuredClone(new Set([1, 2, 3])); // => new Set([1, 2, 3]) +``` + +*Or use it without global namespace pollution*: +```js +import Promise from 'core-js-pure/actual/promise'; +import Set from 'core-js-pure/actual/set'; +import Iterator from 'core-js-pure/actual/iterator'; +import from from 'core-js-pure/actual/array/from'; +import flatMap from 'core-js-pure/actual/array/flat-map'; +import structuredClone from 'core-js-pure/actual/structured-clone'; + +Promise.resolve(42).then(it => console.log(it)); // => 42 + +from(new Set([1, 2, 3]).union(new Set([3, 4, 5]))); // => [1, 2, 3, 4, 5] + +flatMap([1, 2], it => [it, it]); // => [1, 1, 2, 2] + +Iterator.from(function * (i) { while (true) yield i++; }(1)) + .drop(1).take(5) + .filter(it => it % 2) + .map(it => it ** 2) + .toArray(); // => [9, 25] + +structuredClone(new Set([1, 2, 3])); // => new Set([1, 2, 3]) +``` + +**It's a global version (first 2 examples), for more info see [`core-js` documentation](https://github.com/zloirock/core-js/blob/master/README.md).** diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/README.md b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/README.md new file mode 100644 index 00000000..62c88a0d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/README.md @@ -0,0 +1 @@ +This folder contains entry points for all `core-js` features with dependencies. It's the recommended way for usage only required features. diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/aggregate-error.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/aggregate-error.js new file mode 100644 index 00000000..78ab9867 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/aggregate-error.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../stable/aggregate-error'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/constructor.js new file mode 100644 index 00000000..f6e214d3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/constructor.js @@ -0,0 +1,7 @@ +'use strict'; +var parent = require('../../stable/array-buffer/constructor'); +require('../../modules/esnext.array-buffer.detached'); +require('../../modules/esnext.array-buffer.transfer'); +require('../../modules/esnext.array-buffer.transfer-to-fixed-length'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/detached.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/detached.js new file mode 100644 index 00000000..88610107 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/detached.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/array-buffer/detached'); +require('../../modules/esnext.array-buffer.detached'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/index.js new file mode 100644 index 00000000..47e89f4c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/index.js @@ -0,0 +1,7 @@ +'use strict'; +var parent = require('../../stable/array-buffer'); +require('../../modules/esnext.array-buffer.detached'); +require('../../modules/esnext.array-buffer.transfer'); +require('../../modules/esnext.array-buffer.transfer-to-fixed-length'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/is-view.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/is-view.js new file mode 100644 index 00000000..e84330cd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/is-view.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array-buffer/is-view'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/slice.js new file mode 100644 index 00000000..750d7122 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/slice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array-buffer/slice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/transfer-to-fixed-length.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/transfer-to-fixed-length.js new file mode 100644 index 00000000..2d5e4c86 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/transfer-to-fixed-length.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/array-buffer/transfer-to-fixed-length'); +require('../../modules/esnext.array-buffer.transfer-to-fixed-length'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/transfer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/transfer.js new file mode 100644 index 00000000..9f1700af --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array-buffer/transfer.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/array-buffer/transfer'); +require('../../modules/esnext.array-buffer.transfer'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/at.js new file mode 100644 index 00000000..4a395363 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/concat.js new file mode 100644 index 00000000..76ba9be2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/concat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/concat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/copy-within.js new file mode 100644 index 00000000..1719cc8d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/copy-within.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/copy-within'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/entries.js new file mode 100644 index 00000000..014c2889 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/entries.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/entries'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/every.js new file mode 100644 index 00000000..5c67c698 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/every.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/every'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/fill.js new file mode 100644 index 00000000..cd3a5279 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/fill.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/fill'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/filter.js new file mode 100644 index 00000000..e975a056 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/filter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/filter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/find-index.js new file mode 100644 index 00000000..a90bcfd8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/find-index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/find-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/find-last-index.js new file mode 100644 index 00000000..1c29cfcb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/find-last-index.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.array.find-last-index'); +var parent = require('../../stable/array/find-last-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/find-last.js new file mode 100644 index 00000000..c215b31a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/find-last.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.array.find-last'); +var parent = require('../../stable/array/find-last'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/find.js new file mode 100644 index 00000000..2a4b74fb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/find.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/find'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/flat-map.js new file mode 100644 index 00000000..e27b6d31 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/flat-map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/flat-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/flat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/flat.js new file mode 100644 index 00000000..7a7779bb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/flat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/flat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/for-each.js new file mode 100644 index 00000000..8f7370e4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/for-each.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/for-each'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/from-async.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/from-async.js new file mode 100644 index 00000000..875bc687 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/from-async.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/es.string.iterator'); +require('../../modules/esnext.array.from-async'); +var path = require('../../internals/path'); + +module.exports = path.Array.fromAsync; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/from.js new file mode 100644 index 00000000..ee3ee01b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/from.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/from'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/group-by-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/group-by-to-map.js new file mode 100644 index 00000000..d29af876 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/group-by-to-map.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/es.object.to-string'); +require('../../modules/esnext.array.group-by-to-map'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'groupByToMap'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/group-by.js new file mode 100644 index 00000000..0044399e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/group-by.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.array.group-by'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'groupBy'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/group-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/group-to-map.js new file mode 100644 index 00000000..67d3e71e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/group-to-map.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/es.object.to-string'); +require('../../modules/esnext.array.group-to-map'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'groupToMap'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/group.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/group.js new file mode 100644 index 00000000..0e3ac699 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/group.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.array.group'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'group'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/includes.js new file mode 100644 index 00000000..2bf0fdbb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/includes.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/includes'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/index-of.js new file mode 100644 index 00000000..efe592b8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/index.js new file mode 100644 index 00000000..4ffabf52 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/index.js @@ -0,0 +1,18 @@ +'use strict'; +var parent = require('../../stable/array'); +require('../../modules/es.promise'); +require('../../modules/es.object.to-string'); +require('../../modules/esnext.array.from-async'); +require('../../modules/esnext.array.group'); +require('../../modules/esnext.array.group-to-map'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.array.find-last'); +require('../../modules/esnext.array.find-last-index'); +require('../../modules/esnext.array.group-by'); +require('../../modules/esnext.array.group-by-to-map'); +require('../../modules/esnext.array.to-reversed'); +require('../../modules/esnext.array.to-sorted'); +require('../../modules/esnext.array.to-spliced'); +require('../../modules/esnext.array.with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/is-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/is-array.js new file mode 100644 index 00000000..95c9b867 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/is-array.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/is-array'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/iterator.js new file mode 100644 index 00000000..d61e2e06 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/join.js new file mode 100644 index 00000000..3bdb90e4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/join.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/join'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/keys.js new file mode 100644 index 00000000..117fffc7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/keys.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/keys'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/last-index-of.js new file mode 100644 index 00000000..af358310 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/last-index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/last-index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/map.js new file mode 100644 index 00000000..575c07bd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/of.js new file mode 100644 index 00000000..45b8aef8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/push.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/push.js new file mode 100644 index 00000000..d4d5d6fa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/push.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/push'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/reduce-right.js new file mode 100644 index 00000000..355656b3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/reduce-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/reduce-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/reduce.js new file mode 100644 index 00000000..f4ad08c3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/reduce.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/reduce'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/reverse.js new file mode 100644 index 00000000..91043188 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/reverse.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/reverse'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/slice.js new file mode 100644 index 00000000..e19733b8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/slice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/slice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/some.js new file mode 100644 index 00000000..451975b9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/some.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/some'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/sort.js new file mode 100644 index 00000000..2425dfa8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/sort.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/sort'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/splice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/splice.js new file mode 100644 index 00000000..71dbb51f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/splice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/splice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/to-reversed.js new file mode 100644 index 00000000..459dc5d1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/to-reversed.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/array/to-reversed'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.array.to-reversed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/to-sorted.js new file mode 100644 index 00000000..00444f04 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/to-sorted.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/array/to-sorted'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.array.to-sorted'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/to-spliced.js new file mode 100644 index 00000000..18fea692 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/to-spliced.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/array/to-spliced'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.array.to-spliced'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/unshift.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/unshift.js new file mode 100644 index 00000000..84012630 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/unshift.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/unshift'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/values.js new file mode 100644 index 00000000..ae813ae4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/values.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/array/values'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/at.js new file mode 100644 index 00000000..578d5ad5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/concat.js new file mode 100644 index 00000000..f4b15899 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/concat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/concat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/copy-within.js new file mode 100644 index 00000000..45039b77 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/copy-within.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/copy-within'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/entries.js new file mode 100644 index 00000000..68ac70a2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/entries.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/entries'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/every.js new file mode 100644 index 00000000..b49636f1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/every.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/every'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/fill.js new file mode 100644 index 00000000..1ab5b05b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/fill.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/fill'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/filter.js new file mode 100644 index 00000000..7b7dfbb1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/filter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/filter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/find-index.js new file mode 100644 index 00000000..c924f63b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/find-index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/find-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/find-last-index.js new file mode 100644 index 00000000..3c0397f1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/find-last-index.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/esnext.array.find-last-index'); +var parent = require('../../../stable/array/virtual/find-last-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/find-last.js new file mode 100644 index 00000000..ab53b1c2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/find-last.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/esnext.array.find-last'); +var parent = require('../../../stable/array/virtual/find-last'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/find.js new file mode 100644 index 00000000..0cf8df69 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/find.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/find'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/flat-map.js new file mode 100644 index 00000000..ae16b206 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/flat-map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/flat-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/flat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/flat.js new file mode 100644 index 00000000..a02b5694 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/flat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/flat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/for-each.js new file mode 100644 index 00000000..a5e179d4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/for-each.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/for-each'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/group-by-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/group-by-to-map.js new file mode 100644 index 00000000..617aaa30 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/group-by-to-map.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../../modules/es.map'); +require('../../../modules/es.object.to-string'); +require('../../../modules/esnext.array.group-by-to-map'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'groupByToMap'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/group-by.js new file mode 100644 index 00000000..af7eb764 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/group-by.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/esnext.array.group-by'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'groupBy'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/group-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/group-to-map.js new file mode 100644 index 00000000..6cfad209 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/group-to-map.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../../modules/es.map'); +require('../../../modules/es.object.to-string'); +require('../../../modules/esnext.array.group-to-map'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'groupToMap'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/group.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/group.js new file mode 100644 index 00000000..ab3beace --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/group.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/esnext.array.group'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'group'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/includes.js new file mode 100644 index 00000000..dafeb0a5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/includes.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/includes'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/index-of.js new file mode 100644 index 00000000..1cc47c09 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/index.js new file mode 100644 index 00000000..5c738434 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/index.js @@ -0,0 +1,17 @@ +'use strict'; +var parent = require('../../../stable/array/virtual'); +require('../../../modules/es.map'); +require('../../../modules/es.object.to-string'); +require('../../../modules/esnext.array.group'); +require('../../../modules/esnext.array.group-to-map'); +// TODO: Remove from `core-js@4` +require('../../../modules/esnext.array.find-last'); +require('../../../modules/esnext.array.find-last-index'); +require('../../../modules/esnext.array.group-by'); +require('../../../modules/esnext.array.group-by-to-map'); +require('../../../modules/esnext.array.to-reversed'); +require('../../../modules/esnext.array.to-sorted'); +require('../../../modules/esnext.array.to-spliced'); +require('../../../modules/esnext.array.with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/iterator.js new file mode 100644 index 00000000..78515f84 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/join.js new file mode 100644 index 00000000..58e7a1ec --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/join.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/join'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/keys.js new file mode 100644 index 00000000..d60d6482 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/keys.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/keys'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/last-index-of.js new file mode 100644 index 00000000..b512303b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/last-index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/last-index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/map.js new file mode 100644 index 00000000..33c53e0e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/push.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/push.js new file mode 100644 index 00000000..b33a19b3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/push.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/push'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/reduce-right.js new file mode 100644 index 00000000..8c87c1a1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/reduce-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/reduce-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/reduce.js new file mode 100644 index 00000000..8efc567d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/reduce.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/reduce'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/reverse.js new file mode 100644 index 00000000..e1c69f33 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/reverse.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/reverse'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/slice.js new file mode 100644 index 00000000..992e9eef --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/slice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/slice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/some.js new file mode 100644 index 00000000..1bc11052 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/some.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/some'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/sort.js new file mode 100644 index 00000000..92b20171 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/sort.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/sort'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/splice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/splice.js new file mode 100644 index 00000000..a2811968 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/splice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/splice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/to-reversed.js new file mode 100644 index 00000000..025a3c5b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/to-reversed.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/to-reversed'); +// TODO: Remove from `core-js@4` +require('../../../modules/esnext.array.to-reversed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/to-sorted.js new file mode 100644 index 00000000..27c5c968 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/to-sorted.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/to-sorted'); +// TODO: Remove from `core-js@4` +require('../../../modules/esnext.array.to-sorted'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/to-spliced.js new file mode 100644 index 00000000..a6da4dad --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/to-spliced.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/to-spliced'); +// TODO: Remove from `core-js@4` +require('../../../modules/esnext.array.to-spliced'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/unshift.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/unshift.js new file mode 100644 index 00000000..7cf8b802 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/unshift.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/unshift'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/values.js new file mode 100644 index 00000000..d3dac457 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/values.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/values'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/with.js new file mode 100644 index 00000000..ab70a39c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/virtual/with.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../../stable/array/virtual/with'); +// TODO: Remove from `core-js@4` +require('../../../modules/esnext.array.with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/with.js new file mode 100644 index 00000000..324e998d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/array/with.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/array/with'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.array.with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-disposable-stack/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-disposable-stack/constructor.js new file mode 100644 index 00000000..b8b56dd9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-disposable-stack/constructor.js @@ -0,0 +1,12 @@ +'use strict'; +require('../../modules/es.error.cause'); +require('../../modules/es.error.to-string'); +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/esnext.suppressed-error.constructor'); +require('../../modules/esnext.async-disposable-stack.constructor'); +require('../../modules/esnext.async-iterator.async-dispose'); +require('../../modules/esnext.iterator.dispose'); +var path = require('../../internals/path'); + +module.exports = path.AsyncDisposableStack; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-disposable-stack/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-disposable-stack/index.js new file mode 100644 index 00000000..b8b56dd9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-disposable-stack/index.js @@ -0,0 +1,12 @@ +'use strict'; +require('../../modules/es.error.cause'); +require('../../modules/es.error.to-string'); +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/esnext.suppressed-error.constructor'); +require('../../modules/esnext.async-disposable-stack.constructor'); +require('../../modules/esnext.async-iterator.async-dispose'); +require('../../modules/esnext.iterator.dispose'); +var path = require('../../internals/path'); + +module.exports = path.AsyncDisposableStack; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/async-dispose.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/async-dispose.js new file mode 100644 index 00000000..8513ef38 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/async-dispose.js @@ -0,0 +1,4 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/esnext.async-iterator.async-dispose'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/drop.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/drop.js new file mode 100644 index 00000000..e38788f1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/drop.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/esnext.async-iterator.constructor'); +require('../../modules/esnext.async-iterator.drop'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('AsyncIterator', 'drop'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/every.js new file mode 100644 index 00000000..57ef76e4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/every.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/esnext.async-iterator.constructor'); +require('../../modules/esnext.async-iterator.every'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('AsyncIterator', 'every'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/filter.js new file mode 100644 index 00000000..6ca50b18 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/filter.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/esnext.async-iterator.constructor'); +require('../../modules/esnext.async-iterator.filter'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('AsyncIterator', 'filter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/find.js new file mode 100644 index 00000000..ed47baec --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/find.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/esnext.async-iterator.constructor'); +require('../../modules/esnext.async-iterator.find'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('AsyncIterator', 'find'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/flat-map.js new file mode 100644 index 00000000..97c2d18b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/flat-map.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/esnext.async-iterator.constructor'); +require('../../modules/esnext.async-iterator.flat-map'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('AsyncIterator', 'flatMap'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/for-each.js new file mode 100644 index 00000000..9f2be34e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/for-each.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/esnext.async-iterator.constructor'); +require('../../modules/esnext.async-iterator.for-each'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('AsyncIterator', 'forEach'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/from.js new file mode 100644 index 00000000..e8471c1d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/from.js @@ -0,0 +1,23 @@ +'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/es.string.iterator'); +require('../../modules/esnext.async-iterator.constructor'); +require('../../modules/esnext.async-iterator.drop'); +require('../../modules/esnext.async-iterator.every'); +require('../../modules/esnext.async-iterator.filter'); +require('../../modules/esnext.async-iterator.find'); +require('../../modules/esnext.async-iterator.flat-map'); +require('../../modules/esnext.async-iterator.for-each'); +require('../../modules/esnext.async-iterator.from'); +require('../../modules/esnext.async-iterator.map'); +require('../../modules/esnext.async-iterator.reduce'); +require('../../modules/esnext.async-iterator.some'); +require('../../modules/esnext.async-iterator.take'); +require('../../modules/esnext.async-iterator.to-array'); +require('../../modules/web.dom-collections.iterator'); + +var path = require('../../internals/path'); + +module.exports = path.AsyncIterator.from; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/index.js new file mode 100644 index 00000000..2c85f876 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/index.js @@ -0,0 +1,24 @@ +'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/es.string.iterator'); +require('../../modules/esnext.async-iterator.constructor'); +require('../../modules/esnext.async-iterator.async-dispose'); +require('../../modules/esnext.async-iterator.drop'); +require('../../modules/esnext.async-iterator.every'); +require('../../modules/esnext.async-iterator.filter'); +require('../../modules/esnext.async-iterator.find'); +require('../../modules/esnext.async-iterator.flat-map'); +require('../../modules/esnext.async-iterator.for-each'); +require('../../modules/esnext.async-iterator.from'); +require('../../modules/esnext.async-iterator.map'); +require('../../modules/esnext.async-iterator.reduce'); +require('../../modules/esnext.async-iterator.some'); +require('../../modules/esnext.async-iterator.take'); +require('../../modules/esnext.async-iterator.to-array'); +require('../../modules/web.dom-collections.iterator'); + +var path = require('../../internals/path'); + +module.exports = path.AsyncIterator; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/map.js new file mode 100644 index 00000000..503762d5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/map.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/esnext.async-iterator.constructor'); +require('../../modules/esnext.async-iterator.map'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('AsyncIterator', 'map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/reduce.js new file mode 100644 index 00000000..07d122c9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/reduce.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/esnext.async-iterator.constructor'); +require('../../modules/esnext.async-iterator.reduce'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('AsyncIterator', 'reduce'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/some.js new file mode 100644 index 00000000..cb0612a1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/some.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/esnext.async-iterator.constructor'); +require('../../modules/esnext.async-iterator.some'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('AsyncIterator', 'some'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/take.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/take.js new file mode 100644 index 00000000..318528a2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/take.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/esnext.async-iterator.constructor'); +require('../../modules/esnext.async-iterator.take'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('AsyncIterator', 'take'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/to-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/to-array.js new file mode 100644 index 00000000..90abd70e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/async-iterator/to-array.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/esnext.async-iterator.constructor'); +require('../../modules/esnext.async-iterator.to-array'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('AsyncIterator', 'toArray'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/atob.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/atob.js new file mode 100644 index 00000000..ec90d10e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/atob.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../stable/atob'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/btoa.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/btoa.js new file mode 100644 index 00000000..681dcee9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/btoa.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../stable/btoa'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/clear-immediate.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/clear-immediate.js new file mode 100644 index 00000000..c9445e0b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/clear-immediate.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../stable/clear-immediate'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/data-view/get-float16.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/data-view/get-float16.js new file mode 100644 index 00000000..3c12bb29 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/data-view/get-float16.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/esnext.data-view.get-float16'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/data-view/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/data-view/index.js new file mode 100644 index 00000000..732555eb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/data-view/index.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/data-view'); +require('../../modules/esnext.data-view.get-float16'); +require('../../modules/esnext.data-view.set-float16'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/data-view/set-float16.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/data-view/set-float16.js new file mode 100644 index 00000000..e2388397 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/data-view/set-float16.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/esnext.data-view.set-float16'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/get-year.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/get-year.js new file mode 100644 index 00000000..b4eff1fc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/get-year.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/date/get-year'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/index.js new file mode 100644 index 00000000..270b6e8d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/date'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/now.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/now.js new file mode 100644 index 00000000..f0ca2b66 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/now.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/date/now'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/set-year.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/set-year.js new file mode 100644 index 00000000..d35ee3f3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/set-year.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/date/set-year'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-gmt-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-gmt-string.js new file mode 100644 index 00000000..cabf92e6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-gmt-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/date/to-gmt-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-iso-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-iso-string.js new file mode 100644 index 00000000..027ecdd9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-iso-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/date/to-iso-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-json.js new file mode 100644 index 00000000..72ce9005 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-json.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/date/to-json'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-primitive.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-primitive.js new file mode 100644 index 00000000..d85a5d22 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-primitive.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/date/to-primitive'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-string.js new file mode 100644 index 00000000..e07e11af --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/date/to-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/date/to-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/disposable-stack/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/disposable-stack/constructor.js new file mode 100644 index 00000000..f9b8d387 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/disposable-stack/constructor.js @@ -0,0 +1,10 @@ +'use strict'; +require('../../modules/es.error.cause'); +require('../../modules/es.error.to-string'); +require('../../modules/es.object.to-string'); +require('../../modules/esnext.suppressed-error.constructor'); +require('../../modules/esnext.disposable-stack.constructor'); +require('../../modules/esnext.iterator.dispose'); +var path = require('../../internals/path'); + +module.exports = path.DisposableStack; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/disposable-stack/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/disposable-stack/index.js new file mode 100644 index 00000000..f9b8d387 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/disposable-stack/index.js @@ -0,0 +1,10 @@ +'use strict'; +require('../../modules/es.error.cause'); +require('../../modules/es.error.to-string'); +require('../../modules/es.object.to-string'); +require('../../modules/esnext.suppressed-error.constructor'); +require('../../modules/esnext.disposable-stack.constructor'); +require('../../modules/esnext.iterator.dispose'); +var path = require('../../internals/path'); + +module.exports = path.DisposableStack; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-collections/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-collections/for-each.js new file mode 100644 index 00000000..379a13c8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-collections/for-each.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/dom-collections/for-each'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-collections/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-collections/index.js new file mode 100644 index 00000000..535ba24b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-collections/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/dom-collections'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-collections/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-collections/iterator.js new file mode 100644 index 00000000..659a6f2d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-collections/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/dom-collections/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-exception/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-exception/constructor.js new file mode 100644 index 00000000..0efde7c5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-exception/constructor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/dom-exception/constructor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-exception/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-exception/index.js new file mode 100644 index 00000000..a5a30fb3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-exception/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/dom-exception'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-exception/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-exception/to-string-tag.js new file mode 100644 index 00000000..7230555b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/dom-exception/to-string-tag.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/dom-exception/to-string-tag'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/error/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/error/constructor.js new file mode 100644 index 00000000..6fe4e88c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/error/constructor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/error/constructor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/error/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/error/index.js new file mode 100644 index 00000000..2c0da9fa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/error/index.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/error'); +require('../../modules/es.object.create'); +require('../../modules/esnext.error.is-error'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/error/is-error.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/error/is-error.js new file mode 100644 index 00000000..623bca15 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/error/is-error.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.object.create'); +require('../../modules/esnext.error.is-error'); +var path = require('../../internals/path'); + +module.exports = path.Error.isError; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/error/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/error/to-string.js new file mode 100644 index 00000000..8a8032fc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/error/to-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/error/to-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/escape.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/escape.js new file mode 100644 index 00000000..2d039683 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/escape.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../stable/escape'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/bind.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/bind.js new file mode 100644 index 00000000..510ca612 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/bind.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/function/bind'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/has-instance.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/has-instance.js new file mode 100644 index 00000000..b2a802d7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/has-instance.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/function/has-instance'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/index.js new file mode 100644 index 00000000..d3f88856 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/index.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/function'); +require('../../modules/esnext.function.metadata'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/metadata.js new file mode 100644 index 00000000..63c5bbab --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/metadata.js @@ -0,0 +1,4 @@ +'use strict'; +require('../../modules/esnext.function.metadata'); + +module.exports = null; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/name.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/name.js new file mode 100644 index 00000000..8ca16577 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/name.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/function/name'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/virtual/bind.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/virtual/bind.js new file mode 100644 index 00000000..03e8ccca --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/virtual/bind.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/function/virtual/bind'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/virtual/index.js new file mode 100644 index 00000000..b190d983 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/function/virtual/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/function/virtual'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/get-iterator-method.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/get-iterator-method.js new file mode 100644 index 00000000..bef996b1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/get-iterator-method.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../stable/get-iterator-method'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/get-iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/get-iterator.js new file mode 100644 index 00000000..34665e8c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/get-iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../stable/get-iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/global-this.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/global-this.js new file mode 100644 index 00000000..b7a5fd9e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/global-this.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../stable/global-this'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/index.js new file mode 100644 index 00000000..6c80f2be --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/index.js @@ -0,0 +1,5 @@ +'use strict'; +require('../stable'); +require('../stage/3'); + +module.exports = require('../internals/path'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/at.js new file mode 100644 index 00000000..3a260783 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/bind.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/bind.js new file mode 100644 index 00000000..dbc4848d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/bind.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/bind'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/code-point-at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/code-point-at.js new file mode 100644 index 00000000..b4fc699c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/code-point-at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/code-point-at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/concat.js new file mode 100644 index 00000000..c6f4020a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/concat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/concat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/copy-within.js new file mode 100644 index 00000000..4029b41b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/copy-within.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/copy-within'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/ends-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/ends-with.js new file mode 100644 index 00000000..ea42c980 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/ends-with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/ends-with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/entries.js new file mode 100644 index 00000000..e5fc8bcb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/entries.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/entries'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/every.js new file mode 100644 index 00000000..78de3edd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/every.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/every'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/fill.js new file mode 100644 index 00000000..20c30b6a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/fill.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/fill'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/filter.js new file mode 100644 index 00000000..986aebe8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/filter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/filter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/find-index.js new file mode 100644 index 00000000..a395e931 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/find-index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/find-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/find-last-index.js new file mode 100644 index 00000000..4c7cfcbc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/find-last-index.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/find-last-index'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.findLastIndex; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.findLastIndex) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/find-last.js new file mode 100644 index 00000000..7d30e0b0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/find-last.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/find-last'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.findLast; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.findLast) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/find.js new file mode 100644 index 00000000..1b6457a0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/find.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/find'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/flags.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/flags.js new file mode 100644 index 00000000..b932b41e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/flags.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/flags'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/flat-map.js new file mode 100644 index 00000000..9d1187e7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/flat-map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/flat-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/flat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/flat.js new file mode 100644 index 00000000..46ca8d6f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/flat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/flat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/for-each.js new file mode 100644 index 00000000..5dd1750b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/for-each.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/for-each'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/group-by-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/group-by-to-map.js new file mode 100644 index 00000000..3786d420 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/group-by-to-map.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/group-by-to-map'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.groupByToMap; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.groupByToMap) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/group-by.js new file mode 100644 index 00000000..2d52f6ea --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/group-by.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/group-by'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.groupBy; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.groupBy) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/group-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/group-to-map.js new file mode 100644 index 00000000..627a20e5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/group-to-map.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/group-to-map'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.groupToMap; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.groupToMap) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/group.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/group.js new file mode 100644 index 00000000..e2ec5d40 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/group.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/group'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.group; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.group) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/includes.js new file mode 100644 index 00000000..1a098bae --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/includes.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/includes'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/index-of.js new file mode 100644 index 00000000..b124eac7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/is-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/is-well-formed.js new file mode 100644 index 00000000..67351652 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/is-well-formed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/is-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/keys.js new file mode 100644 index 00000000..e7815a4f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/keys.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/keys'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/last-index-of.js new file mode 100644 index 00000000..b7af4191 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/last-index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/last-index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/map.js new file mode 100644 index 00000000..47412e49 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/match-all.js new file mode 100644 index 00000000..7e5dc8fb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/match-all.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/match-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/pad-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/pad-end.js new file mode 100644 index 00000000..cdd52820 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/pad-end.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/pad-end'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/pad-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/pad-start.js new file mode 100644 index 00000000..2ffcc714 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/pad-start.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/pad-start'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/push.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/push.js new file mode 100644 index 00000000..643d7e5a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/push.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/push'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/reduce-right.js new file mode 100644 index 00000000..f1094f22 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/reduce-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/reduce-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/reduce.js new file mode 100644 index 00000000..c82bac0f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/reduce.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/reduce'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/repeat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/repeat.js new file mode 100644 index 00000000..08618ba4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/repeat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/repeat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/replace-all.js new file mode 100644 index 00000000..8343a9e0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/replace-all.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/replace-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/reverse.js new file mode 100644 index 00000000..d1e55bc4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/reverse.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/reverse'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/slice.js new file mode 100644 index 00000000..8573bc36 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/slice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/slice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/some.js new file mode 100644 index 00000000..372f2486 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/some.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/some'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/sort.js new file mode 100644 index 00000000..d99506ed --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/sort.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/sort'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/splice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/splice.js new file mode 100644 index 00000000..95c48417 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/splice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/splice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/starts-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/starts-with.js new file mode 100644 index 00000000..91b4142a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/starts-with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/starts-with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/to-reversed.js new file mode 100644 index 00000000..5cfb459d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/to-reversed.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/to-reversed'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.toReversed; + return (it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.toReversed)) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/to-sorted.js new file mode 100644 index 00000000..a059c6f7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/to-sorted.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/to-sorted'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.toSorted; + return (it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.toSorted)) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/to-spliced.js new file mode 100644 index 00000000..9e67474f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/to-spliced.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/to-spliced'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.toSpliced; + return (it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.toSpliced)) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/to-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/to-well-formed.js new file mode 100644 index 00000000..3139f67e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/to-well-formed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/to-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim-end.js new file mode 100644 index 00000000..44d66a0b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim-end.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/trim-end'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim-left.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim-left.js new file mode 100644 index 00000000..fc7e89a9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim-left.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/trim-left'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim-right.js new file mode 100644 index 00000000..4d6ac08b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/trim-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim-start.js new file mode 100644 index 00000000..9599f65b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim-start.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/trim-start'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim.js new file mode 100644 index 00000000..be937f3c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/trim.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/trim'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/unshift.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/unshift.js new file mode 100644 index 00000000..99598d6f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/unshift.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/unshift'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/values.js new file mode 100644 index 00000000..10d5e972 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/values.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/instance/values'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/with.js new file mode 100644 index 00000000..f3db9f47 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/instance/with.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/with'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it['with']; + return (it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype['with'])) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/is-iterable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/is-iterable.js new file mode 100644 index 00000000..aaaee552 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/is-iterable.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../stable/is-iterable'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/dispose.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/dispose.js new file mode 100644 index 00000000..4fbee001 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/dispose.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/esnext.iterator.dispose'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/drop.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/drop.js new file mode 100644 index 00000000..4a9613b4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/drop.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/iterator/drop'); +require('../../modules/esnext.iterator.constructor'); +require('../../modules/esnext.iterator.drop'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/every.js new file mode 100644 index 00000000..458c211c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/every.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/iterator/every'); +require('../../modules/esnext.iterator.constructor'); +require('../../modules/esnext.iterator.every'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/filter.js new file mode 100644 index 00000000..8919ddf6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/filter.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/iterator/filter'); +require('../../modules/esnext.iterator.constructor'); +require('../../modules/esnext.iterator.filter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/find.js new file mode 100644 index 00000000..bd1e3947 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/find.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/iterator/find'); +require('../../modules/esnext.iterator.constructor'); +require('../../modules/esnext.iterator.find'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/flat-map.js new file mode 100644 index 00000000..b620081e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/flat-map.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/iterator/flat-map'); +require('../../modules/esnext.iterator.constructor'); +require('../../modules/esnext.iterator.flat-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/for-each.js new file mode 100644 index 00000000..4b5e8bd4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/for-each.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/iterator/for-each'); +require('../../modules/esnext.iterator.constructor'); +require('../../modules/esnext.iterator.for-each'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/from.js new file mode 100644 index 00000000..4a3513ff --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/from.js @@ -0,0 +1,20 @@ +'use strict'; +var parent = require('../../stable/iterator/from'); +require('../../modules/es.promise'); +require('../../modules/esnext.iterator.constructor'); +require('../../modules/esnext.iterator.dispose'); +require('../../modules/esnext.iterator.drop'); +require('../../modules/esnext.iterator.every'); +require('../../modules/esnext.iterator.filter'); +require('../../modules/esnext.iterator.find'); +require('../../modules/esnext.iterator.flat-map'); +require('../../modules/esnext.iterator.for-each'); +require('../../modules/esnext.iterator.from'); +require('../../modules/esnext.iterator.map'); +require('../../modules/esnext.iterator.reduce'); +require('../../modules/esnext.iterator.some'); +require('../../modules/esnext.iterator.take'); +require('../../modules/esnext.iterator.to-array'); +require('../../modules/esnext.iterator.to-async'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/index.js new file mode 100644 index 00000000..87c9bd78 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/index.js @@ -0,0 +1,20 @@ +'use strict'; +var parent = require('../../stable/iterator'); +require('../../modules/es.promise'); +require('../../modules/esnext.iterator.constructor'); +require('../../modules/esnext.iterator.dispose'); +require('../../modules/esnext.iterator.drop'); +require('../../modules/esnext.iterator.every'); +require('../../modules/esnext.iterator.filter'); +require('../../modules/esnext.iterator.find'); +require('../../modules/esnext.iterator.flat-map'); +require('../../modules/esnext.iterator.for-each'); +require('../../modules/esnext.iterator.from'); +require('../../modules/esnext.iterator.map'); +require('../../modules/esnext.iterator.reduce'); +require('../../modules/esnext.iterator.some'); +require('../../modules/esnext.iterator.take'); +require('../../modules/esnext.iterator.to-array'); +require('../../modules/esnext.iterator.to-async'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/map.js new file mode 100644 index 00000000..b2d7d8e4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/map.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/iterator/map'); +require('../../modules/esnext.iterator.constructor'); +require('../../modules/esnext.iterator.map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/reduce.js new file mode 100644 index 00000000..593d3519 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/reduce.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/iterator/reduce'); +require('../../modules/esnext.iterator.constructor'); +require('../../modules/esnext.iterator.reduce'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/some.js new file mode 100644 index 00000000..36cfb25e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/some.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/iterator/some'); +require('../../modules/esnext.iterator.constructor'); +require('../../modules/esnext.iterator.some'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/take.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/take.js new file mode 100644 index 00000000..294d0261 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/take.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/iterator/take'); +require('../../modules/esnext.iterator.constructor'); +require('../../modules/esnext.iterator.take'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/to-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/to-array.js new file mode 100644 index 00000000..22ef7a5c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/to-array.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/iterator/to-array'); +require('../../modules/esnext.iterator.constructor'); +require('../../modules/esnext.iterator.to-array'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/to-async.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/to-async.js new file mode 100644 index 00000000..84484f35 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/iterator/to-async.js @@ -0,0 +1,11 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/es.iterator.constructor'); +// TODO: Drop from `core-js@4` +require('../../modules/esnext.iterator.constructor'); +require('../../modules/esnext.iterator.to-async'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Iterator', 'toAsync'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/index.js new file mode 100644 index 00000000..6061c65d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/index.js @@ -0,0 +1,10 @@ +'use strict'; +var parent = require('../../stable/json'); +require('../../modules/es.object.create'); +require('../../modules/es.object.freeze'); +require('../../modules/es.object.keys'); +require('../../modules/esnext.json.is-raw-json'); +require('../../modules/esnext.json.parse'); +require('../../modules/esnext.json.raw-json'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/is-raw-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/is-raw-json.js new file mode 100644 index 00000000..a0d5a440 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/is-raw-json.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.json.is-raw-json'); +var path = require('../../internals/path'); + +module.exports = path.JSON.isRawJSON; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/parse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/parse.js new file mode 100644 index 00000000..b2ae4695 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/parse.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.object.keys'); +require('../../modules/esnext.json.parse'); +var path = require('../../internals/path'); + +module.exports = path.JSON.parse; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/raw-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/raw-json.js new file mode 100644 index 00000000..5a285692 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/raw-json.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.object.create'); +require('../../modules/es.object.freeze'); +require('../../modules/esnext.json.raw-json'); +var path = require('../../internals/path'); + +module.exports = path.JSON.rawJSON; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/stringify.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/stringify.js new file mode 100644 index 00000000..a28b682e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/stringify.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/json/stringify'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/to-string-tag.js new file mode 100644 index 00000000..50ae57a7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/json/to-string-tag.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/json/to-string-tag'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/map/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/map/group-by.js new file mode 100644 index 00000000..fdc4be87 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/map/group-by.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/map/group-by'); +require('../../modules/esnext.map.group-by'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/map/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/map/index.js new file mode 100644 index 00000000..3663acf5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/map/index.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/map'); +require('../../modules/esnext.map.group-by'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/acosh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/acosh.js new file mode 100644 index 00000000..77c94ab6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/acosh.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/math/acosh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/asinh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/asinh.js new file mode 100644 index 00000000..eb45ca47 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/asinh.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/math/asinh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/atanh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/atanh.js new file mode 100644 index 00000000..257d0425 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/atanh.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/math/atanh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/cbrt.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/cbrt.js new file mode 100644 index 00000000..b2997fbf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/cbrt.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/math/cbrt'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/clz32.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/clz32.js new file mode 100644 index 00000000..47e999e9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/clz32.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/math/clz32'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/cosh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/cosh.js new file mode 100644 index 00000000..fdb381ef --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/cosh.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/math/cosh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/expm1.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/expm1.js new file mode 100644 index 00000000..9ffc0c17 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/expm1.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/math/expm1'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/f16round.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/f16round.js new file mode 100644 index 00000000..f16f880a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/f16round.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.math.f16round'); +var path = require('../../internals/path'); + +module.exports = path.Math.f16round; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/fround.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/fround.js new file mode 100644 index 00000000..6775a3c0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/fround.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/math/fround'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/hypot.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/hypot.js new file mode 100644 index 00000000..e89c8857 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/hypot.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/math/hypot'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/imul.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/imul.js new file mode 100644 index 00000000..aa22b085 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/imul.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/math/imul'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/index.js new file mode 100644 index 00000000..8a5ac679 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/index.js @@ -0,0 +1,7 @@ +'use strict'; +var parent = require('../../stable/math'); +require('../../modules/es.array.iterator'); +require('../../modules/esnext.math.f16round'); +require('../../modules/esnext.math.sum-precise'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/log10.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/log10.js new file mode 100644 index 00000000..d0522a61 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/log10.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/math/log10'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/log1p.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/log1p.js new file mode 100644 index 00000000..f8b6a710 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/log1p.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/math/log1p'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/log2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/log2.js new file mode 100644 index 00000000..960932ae --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/log2.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/math/log2'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/sign.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/sign.js new file mode 100644 index 00000000..1ec56347 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/sign.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/math/sign'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/sinh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/sinh.js new file mode 100644 index 00000000..73db2e73 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/sinh.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/math/sinh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/sum-precise.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/sum-precise.js new file mode 100644 index 00000000..fda5a72c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/sum-precise.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/esnext.math.sum-precise'); +var path = require('../../internals/path'); + +module.exports = path.Math.sumPrecise; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/tanh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/tanh.js new file mode 100644 index 00000000..ca38467d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/tanh.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/math/tanh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/to-string-tag.js new file mode 100644 index 00000000..a8788f85 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/to-string-tag.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/math/to-string-tag'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/trunc.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/trunc.js new file mode 100644 index 00000000..3396343c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/math/trunc.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/math/trunc'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/constructor.js new file mode 100644 index 00000000..c6050e63 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/constructor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/number/constructor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/epsilon.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/epsilon.js new file mode 100644 index 00000000..caa8083f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/epsilon.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/number/epsilon'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/index.js new file mode 100644 index 00000000..7166da00 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/number'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/is-finite.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/is-finite.js new file mode 100644 index 00000000..4d07a046 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/is-finite.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/number/is-finite'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/is-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/is-integer.js new file mode 100644 index 00000000..7b39d4ac --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/is-integer.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/number/is-integer'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/is-nan.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/is-nan.js new file mode 100644 index 00000000..669bcdca --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/is-nan.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/number/is-nan'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/is-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/is-safe-integer.js new file mode 100644 index 00000000..6c569dc2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/is-safe-integer.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/number/is-safe-integer'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/max-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/max-safe-integer.js new file mode 100644 index 00000000..2c3a264d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/max-safe-integer.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/number/max-safe-integer'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/min-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/min-safe-integer.js new file mode 100644 index 00000000..378c27c1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/min-safe-integer.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/number/min-safe-integer'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/parse-float.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/parse-float.js new file mode 100644 index 00000000..5164e3c3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/parse-float.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/number/parse-float'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/parse-int.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/parse-int.js new file mode 100644 index 00000000..88c334a9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/parse-int.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/number/parse-int'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/to-exponential.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/to-exponential.js new file mode 100644 index 00000000..31f33626 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/to-exponential.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/number/to-exponential'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/to-fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/to-fixed.js new file mode 100644 index 00000000..918a91af --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/to-fixed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/number/to-fixed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/to-precision.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/to-precision.js new file mode 100644 index 00000000..5d6f7bcf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/to-precision.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/number/to-precision'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/virtual/index.js new file mode 100644 index 00000000..02e5b8fa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/virtual/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/number/virtual'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/virtual/to-exponential.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/virtual/to-exponential.js new file mode 100644 index 00000000..0b782d96 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/virtual/to-exponential.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/number/virtual/to-exponential'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/virtual/to-fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/virtual/to-fixed.js new file mode 100644 index 00000000..8be480b8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/virtual/to-fixed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/number/virtual/to-fixed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/virtual/to-precision.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/virtual/to-precision.js new file mode 100644 index 00000000..ae967260 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/number/virtual/to-precision.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/number/virtual/to-precision'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/assign.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/assign.js new file mode 100644 index 00000000..714d1d86 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/assign.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/assign'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/create.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/create.js new file mode 100644 index 00000000..4ae79ab8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/create.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/create'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/define-getter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/define-getter.js new file mode 100644 index 00000000..5dee6d0e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/define-getter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/define-getter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/define-properties.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/define-properties.js new file mode 100644 index 00000000..7f78475d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/define-properties.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/define-properties'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/define-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/define-property.js new file mode 100644 index 00000000..8f84eae3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/define-property.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/define-property'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/define-setter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/define-setter.js new file mode 100644 index 00000000..d4e258ea --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/define-setter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/define-setter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/entries.js new file mode 100644 index 00000000..15857c91 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/entries.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/entries'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/freeze.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/freeze.js new file mode 100644 index 00000000..896dccb5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/freeze.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/freeze'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/from-entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/from-entries.js new file mode 100644 index 00000000..0ef1d530 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/from-entries.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/from-entries'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-own-property-descriptor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-own-property-descriptor.js new file mode 100644 index 00000000..70625060 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-own-property-descriptor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/get-own-property-descriptor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-own-property-descriptors.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-own-property-descriptors.js new file mode 100644 index 00000000..8a95172c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-own-property-descriptors.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/get-own-property-descriptors'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-own-property-names.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-own-property-names.js new file mode 100644 index 00000000..990e5dc4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-own-property-names.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/get-own-property-names'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-own-property-symbols.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-own-property-symbols.js new file mode 100644 index 00000000..6c468cbc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-own-property-symbols.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/get-own-property-symbols'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-prototype-of.js new file mode 100644 index 00000000..37d72fd7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/get-prototype-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/get-prototype-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/group-by.js new file mode 100644 index 00000000..71b12459 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/group-by.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/object/group-by'); +require('../../modules/esnext.object.group-by'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/has-own.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/has-own.js new file mode 100644 index 00000000..c2c8615b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/has-own.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/has-own'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/index.js new file mode 100644 index 00000000..4123d83e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/index.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/object'); +require('../../modules/esnext.object.group-by'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/is-extensible.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/is-extensible.js new file mode 100644 index 00000000..bd9fd8eb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/is-extensible.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/is-extensible'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/is-frozen.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/is-frozen.js new file mode 100644 index 00000000..1f84fe66 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/is-frozen.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/is-frozen'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/is-sealed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/is-sealed.js new file mode 100644 index 00000000..67bdd67a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/is-sealed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/is-sealed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/is.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/is.js new file mode 100644 index 00000000..06ac44b6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/is.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/is'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/keys.js new file mode 100644 index 00000000..8ee488ea --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/keys.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/keys'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/lookup-getter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/lookup-getter.js new file mode 100644 index 00000000..3b7753bd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/lookup-getter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/lookup-getter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/lookup-setter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/lookup-setter.js new file mode 100644 index 00000000..b00be37d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/lookup-setter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/lookup-setter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/prevent-extensions.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/prevent-extensions.js new file mode 100644 index 00000000..a85d8298 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/prevent-extensions.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/prevent-extensions'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/proto.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/proto.js new file mode 100644 index 00000000..a35edc54 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/proto.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/proto'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/seal.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/seal.js new file mode 100644 index 00000000..7464ccda --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/seal.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/seal'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/set-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/set-prototype-of.js new file mode 100644 index 00000000..17dabe80 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/set-prototype-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/set-prototype-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/to-string.js new file mode 100644 index 00000000..caaec016 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/to-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/to-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/values.js new file mode 100644 index 00000000..36e80282 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/object/values.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/object/values'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/parse-float.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/parse-float.js new file mode 100644 index 00000000..2733e703 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/parse-float.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../stable/parse-float'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/parse-int.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/parse-int.js new file mode 100644 index 00000000..0aefd413 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/parse-int.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../stable/parse-int'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/all-settled.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/all-settled.js new file mode 100644 index 00000000..e19dfcf8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/all-settled.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/promise/all-settled'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/any.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/any.js new file mode 100644 index 00000000..1568a8fc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/any.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/promise/any'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/finally.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/finally.js new file mode 100644 index 00000000..d6ec566a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/finally.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/promise/finally'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/index.js new file mode 100644 index 00000000..4f668859 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/index.js @@ -0,0 +1,7 @@ +'use strict'; +var parent = require('../../stable/promise'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.promise.try'); +require('../../modules/esnext.promise.with-resolvers'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/try.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/try.js new file mode 100644 index 00000000..ff15c672 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/try.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/promise/try'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.promise.try'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/with-resolvers.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/with-resolvers.js new file mode 100644 index 00000000..92bf3c5b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/promise/with-resolvers.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/promise/with-resolvers'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.promise.with-resolvers'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/queue-microtask.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/queue-microtask.js new file mode 100644 index 00000000..0f10b0d7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/queue-microtask.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../stable/queue-microtask'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/apply.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/apply.js new file mode 100644 index 00000000..62d9eb70 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/apply.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/reflect/apply'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/construct.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/construct.js new file mode 100644 index 00000000..f87a36e7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/construct.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/reflect/construct'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/define-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/define-property.js new file mode 100644 index 00000000..bbc20167 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/define-property.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/reflect/define-property'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/delete-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/delete-property.js new file mode 100644 index 00000000..039d837e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/delete-property.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/reflect/delete-property'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/get-own-property-descriptor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/get-own-property-descriptor.js new file mode 100644 index 00000000..3bd76f66 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/get-own-property-descriptor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/reflect/get-own-property-descriptor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/get-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/get-prototype-of.js new file mode 100644 index 00000000..4fa6cc05 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/get-prototype-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/reflect/get-prototype-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/get.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/get.js new file mode 100644 index 00000000..6181621a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/get.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/reflect/get'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/has.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/has.js new file mode 100644 index 00000000..758ac93e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/has.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/reflect/has'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/index.js new file mode 100644 index 00000000..60ed697f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/reflect'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/is-extensible.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/is-extensible.js new file mode 100644 index 00000000..9be837a2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/is-extensible.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/reflect/is-extensible'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/own-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/own-keys.js new file mode 100644 index 00000000..03e80257 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/own-keys.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/reflect/own-keys'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/prevent-extensions.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/prevent-extensions.js new file mode 100644 index 00000000..63575dc1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/prevent-extensions.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/reflect/prevent-extensions'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/set-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/set-prototype-of.js new file mode 100644 index 00000000..e67ce794 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/set-prototype-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/reflect/set-prototype-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/set.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/set.js new file mode 100644 index 00000000..07d1cf89 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/set.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/reflect/set'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/to-string-tag.js new file mode 100644 index 00000000..3908aff3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/reflect/to-string-tag.js @@ -0,0 +1,4 @@ +'use strict'; +require('../../modules/es.reflect.to-string-tag'); + +module.exports = 'Reflect'; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/constructor.js new file mode 100644 index 00000000..3bbfdb0a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/constructor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/regexp/constructor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/dot-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/dot-all.js new file mode 100644 index 00000000..f087e21f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/dot-all.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/regexp/dot-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/escape.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/escape.js new file mode 100644 index 00000000..983d2607 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/escape.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.regexp.escape'); +var path = require('../../internals/path'); + +module.exports = path.RegExp.escape; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/flags.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/flags.js new file mode 100644 index 00000000..a15eb25d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/flags.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/regexp/flags'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/index.js new file mode 100644 index 00000000..ba369e08 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/index.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/regexp'); +require('../../modules/esnext.regexp.escape'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/match.js new file mode 100644 index 00000000..b07f8a80 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/match.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/regexp/match'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/replace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/replace.js new file mode 100644 index 00000000..ba055ef0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/replace.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/regexp/replace'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/search.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/search.js new file mode 100644 index 00000000..291d14b7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/search.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/regexp/search'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/split.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/split.js new file mode 100644 index 00000000..08f81b34 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/split.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/regexp/split'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/sticky.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/sticky.js new file mode 100644 index 00000000..58979340 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/sticky.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/regexp/sticky'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/test.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/test.js new file mode 100644 index 00000000..68ea66f0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/test.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/regexp/test'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/to-string.js new file mode 100644 index 00000000..93d6a299 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/regexp/to-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/regexp/to-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/self.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/self.js new file mode 100644 index 00000000..42d78cd2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/self.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../stable/self'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set-immediate.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set-immediate.js new file mode 100644 index 00000000..70365b3f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set-immediate.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../stable/set-immediate'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set-interval.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set-interval.js new file mode 100644 index 00000000..67d300c8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set-interval.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../stable/set-interval'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set-timeout.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set-timeout.js new file mode 100644 index 00000000..7203eb21 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set-timeout.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../stable/set-timeout'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/difference.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/difference.js new file mode 100644 index 00000000..594bd7a1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/difference.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/set/difference'); +require('../../modules/esnext.set.difference.v2'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/index.js new file mode 100644 index 00000000..2ea9cf0a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/index.js @@ -0,0 +1,11 @@ +'use strict'; +var parent = require('../../stable/set'); +require('../../modules/esnext.set.difference.v2'); +require('../../modules/esnext.set.intersection.v2'); +require('../../modules/esnext.set.is-disjoint-from.v2'); +require('../../modules/esnext.set.is-subset-of.v2'); +require('../../modules/esnext.set.is-superset-of.v2'); +require('../../modules/esnext.set.symmetric-difference.v2'); +require('../../modules/esnext.set.union.v2'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/intersection.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/intersection.js new file mode 100644 index 00000000..d245fec3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/intersection.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/set/intersection'); +require('../../modules/esnext.set.intersection.v2'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/is-disjoint-from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/is-disjoint-from.js new file mode 100644 index 00000000..6781d79e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/is-disjoint-from.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/set/is-disjoint-from'); +require('../../modules/esnext.set.is-disjoint-from.v2'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/is-subset-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/is-subset-of.js new file mode 100644 index 00000000..96a48be9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/is-subset-of.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/set/is-subset-of'); +require('../../modules/esnext.set.is-subset-of.v2'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/is-superset-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/is-superset-of.js new file mode 100644 index 00000000..3c675636 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/is-superset-of.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/set/is-superset-of'); +require('../../modules/esnext.set.is-superset-of.v2'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/symmetric-difference.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/symmetric-difference.js new file mode 100644 index 00000000..4efeeb38 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/symmetric-difference.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/set/symmetric-difference'); +require('../../modules/esnext.set.symmetric-difference.v2'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/union.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/union.js new file mode 100644 index 00000000..50d0a012 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/set/union.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/set/union'); +require('../../modules/esnext.set.union.v2'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/anchor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/anchor.js new file mode 100644 index 00000000..9efc89d2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/anchor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/anchor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/at.js new file mode 100644 index 00000000..f9a9c7c6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/big.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/big.js new file mode 100644 index 00000000..0ecd01d1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/big.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/big'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/blink.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/blink.js new file mode 100644 index 00000000..3162b48a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/blink.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/blink'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/bold.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/bold.js new file mode 100644 index 00000000..6a25ad73 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/bold.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/bold'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/code-point-at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/code-point-at.js new file mode 100644 index 00000000..e537d17f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/code-point-at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/code-point-at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/ends-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/ends-with.js new file mode 100644 index 00000000..2ca9ed24 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/ends-with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/ends-with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/fixed.js new file mode 100644 index 00000000..2ac56e24 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/fixed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/fixed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/fontcolor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/fontcolor.js new file mode 100644 index 00000000..d60137b7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/fontcolor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/fontcolor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/fontsize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/fontsize.js new file mode 100644 index 00000000..edfcbc45 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/fontsize.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/fontsize'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/from-code-point.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/from-code-point.js new file mode 100644 index 00000000..b86cdae2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/from-code-point.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/from-code-point'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/includes.js new file mode 100644 index 00000000..c221c3db --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/includes.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/includes'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/index.js new file mode 100644 index 00000000..d1357b5e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/index.js @@ -0,0 +1,8 @@ +'use strict'; +var parent = require('../../stable/string'); + +// TODO: Remove from `core-js@4` +require('../../modules/esnext.string.is-well-formed'); +require('../../modules/esnext.string.to-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/is-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/is-well-formed.js new file mode 100644 index 00000000..9e91f47d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/is-well-formed.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../../modules/esnext.string.is-well-formed'); + +var parent = require('../../stable/string/is-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/italics.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/italics.js new file mode 100644 index 00000000..eb3d62ed --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/italics.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/italics'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/iterator.js new file mode 100644 index 00000000..02ebb138 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/link.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/link.js new file mode 100644 index 00000000..f9d02552 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/link.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/link'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/match-all.js new file mode 100644 index 00000000..06d157da --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/match-all.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/match-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/match.js new file mode 100644 index 00000000..2395bcc5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/match.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/match'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/pad-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/pad-end.js new file mode 100644 index 00000000..877ba29c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/pad-end.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/pad-end'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/pad-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/pad-start.js new file mode 100644 index 00000000..d4e4a7ef --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/pad-start.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/pad-start'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/raw.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/raw.js new file mode 100644 index 00000000..39202ab7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/raw.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/raw'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/repeat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/repeat.js new file mode 100644 index 00000000..0d2945c1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/repeat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/repeat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/replace-all.js new file mode 100644 index 00000000..ba6985aa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/replace-all.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/replace-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/replace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/replace.js new file mode 100644 index 00000000..075d819c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/replace.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/replace'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/search.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/search.js new file mode 100644 index 00000000..d66b1067 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/search.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/search'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/small.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/small.js new file mode 100644 index 00000000..430e0836 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/small.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/small'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/split.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/split.js new file mode 100644 index 00000000..d71e6275 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/split.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/split'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/starts-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/starts-with.js new file mode 100644 index 00000000..818cdffc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/starts-with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/starts-with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/strike.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/strike.js new file mode 100644 index 00000000..ca20cd3b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/strike.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/strike'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/sub.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/sub.js new file mode 100644 index 00000000..58163d2e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/sub.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/sub'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/substr.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/substr.js new file mode 100644 index 00000000..f71c01b1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/substr.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/substr'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/sup.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/sup.js new file mode 100644 index 00000000..04fa80d5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/sup.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/sup'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/to-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/to-well-formed.js new file mode 100644 index 00000000..67ad9e4f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/to-well-formed.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../../modules/esnext.string.to-well-formed'); + +var parent = require('../../stable/string/to-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim-end.js new file mode 100644 index 00000000..92c2c388 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim-end.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/trim-end'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim-left.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim-left.js new file mode 100644 index 00000000..d9b2f3fc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim-left.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/trim-left'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim-right.js new file mode 100644 index 00000000..68bb582b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/trim-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim-start.js new file mode 100644 index 00000000..17611e6c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim-start.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/trim-start'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim.js new file mode 100644 index 00000000..05393551 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/trim.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/string/trim'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/anchor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/anchor.js new file mode 100644 index 00000000..66c2c912 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/anchor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/anchor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/at.js new file mode 100644 index 00000000..b87d421a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/big.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/big.js new file mode 100644 index 00000000..5c89910b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/big.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/big'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/blink.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/blink.js new file mode 100644 index 00000000..a4a0f124 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/blink.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/blink'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/bold.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/bold.js new file mode 100644 index 00000000..b2384d91 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/bold.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/bold'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/code-point-at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/code-point-at.js new file mode 100644 index 00000000..0620b086 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/code-point-at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/code-point-at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/ends-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/ends-with.js new file mode 100644 index 00000000..d874e7d1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/ends-with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/ends-with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/fixed.js new file mode 100644 index 00000000..fd547198 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/fixed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/fixed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/fontcolor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/fontcolor.js new file mode 100644 index 00000000..cb5c63ac --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/fontcolor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/fontcolor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/fontsize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/fontsize.js new file mode 100644 index 00000000..2175b3f8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/fontsize.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/fontsize'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/includes.js new file mode 100644 index 00000000..21752600 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/includes.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/includes'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/index.js new file mode 100644 index 00000000..19afd937 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/index.js @@ -0,0 +1,8 @@ +'use strict'; +var parent = require('../../../stable/string/virtual'); + +// TODO: Remove from `core-js@4` +require('../../../modules/esnext.string.is-well-formed'); +require('../../../modules/esnext.string.to-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/is-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/is-well-formed.js new file mode 100644 index 00000000..e3702f4f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/is-well-formed.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../../../modules/esnext.string.is-well-formed'); + +var parent = require('../../../stable/string/virtual/is-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/italics.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/italics.js new file mode 100644 index 00000000..921158a5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/italics.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/italics'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/iterator.js new file mode 100644 index 00000000..c6a45cdb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/link.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/link.js new file mode 100644 index 00000000..464611cf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/link.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/link'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/match-all.js new file mode 100644 index 00000000..8703b82a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/match-all.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/match-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/pad-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/pad-end.js new file mode 100644 index 00000000..43d1d1c8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/pad-end.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/pad-end'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/pad-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/pad-start.js new file mode 100644 index 00000000..e4e7e1a3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/pad-start.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/pad-start'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/repeat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/repeat.js new file mode 100644 index 00000000..14962cf5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/repeat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/repeat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/replace-all.js new file mode 100644 index 00000000..d3604ff6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/replace-all.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/replace-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/small.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/small.js new file mode 100644 index 00000000..8c4de6a0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/small.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/small'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/starts-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/starts-with.js new file mode 100644 index 00000000..d887a043 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/starts-with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/starts-with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/strike.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/strike.js new file mode 100644 index 00000000..2aea074e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/strike.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/strike'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/sub.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/sub.js new file mode 100644 index 00000000..cd3327b6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/sub.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/sub'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/substr.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/substr.js new file mode 100644 index 00000000..a02e33cd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/substr.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/substr'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/sup.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/sup.js new file mode 100644 index 00000000..33036f7c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/sup.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/sup'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/to-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/to-well-formed.js new file mode 100644 index 00000000..86db8e6d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/to-well-formed.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../../../modules/esnext.string.to-well-formed'); + +var parent = require('../../../stable/string/virtual/to-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim-end.js new file mode 100644 index 00000000..30650121 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim-end.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/trim-end'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim-left.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim-left.js new file mode 100644 index 00000000..dadf7705 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim-left.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/trim-left'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim-right.js new file mode 100644 index 00000000..fba0dfde --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/trim-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim-start.js new file mode 100644 index 00000000..c0679cce --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim-start.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/trim-start'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim.js new file mode 100644 index 00000000..59673b56 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/string/virtual/trim.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../stable/string/virtual/trim'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/structured-clone.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/structured-clone.js new file mode 100644 index 00000000..2dc60a11 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/structured-clone.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../stable/structured-clone'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/suppressed-error.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/suppressed-error.js new file mode 100644 index 00000000..d550baa5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/suppressed-error.js @@ -0,0 +1,7 @@ +'use strict'; +require('../modules/es.error.cause'); +require('../modules/es.error.to-string'); +require('../modules/esnext.suppressed-error.constructor'); +var path = require('../internals/path'); + +module.exports = path.SuppressedError; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/async-dispose.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/async-dispose.js new file mode 100644 index 00000000..712e3be9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/async-dispose.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.symbol.async-dispose'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('asyncDispose'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/async-iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/async-iterator.js new file mode 100644 index 00000000..9ed1f74c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/async-iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/symbol/async-iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/description.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/description.js new file mode 100644 index 00000000..d2a57311 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/description.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/symbol/description'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/dispose.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/dispose.js new file mode 100644 index 00000000..17c74c39 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/dispose.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.symbol.dispose'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('dispose'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/for.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/for.js new file mode 100644 index 00000000..23493234 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/for.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/symbol/for'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/has-instance.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/has-instance.js new file mode 100644 index 00000000..4ffe7250 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/has-instance.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/symbol/has-instance'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/index.js new file mode 100644 index 00000000..5905a78b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/index.js @@ -0,0 +1,9 @@ +'use strict'; +var parent = require('../../stable/symbol'); + +require('../../modules/esnext.function.metadata'); +require('../../modules/esnext.symbol.async-dispose'); +require('../../modules/esnext.symbol.dispose'); +require('../../modules/esnext.symbol.metadata'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/is-concat-spreadable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/is-concat-spreadable.js new file mode 100644 index 00000000..0c86b418 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/is-concat-spreadable.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/symbol/is-concat-spreadable'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/iterator.js new file mode 100644 index 00000000..0804df8a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/symbol/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/key-for.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/key-for.js new file mode 100644 index 00000000..c515ed31 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/key-for.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/symbol/key-for'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/match-all.js new file mode 100644 index 00000000..23c97e0a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/match-all.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/symbol/match-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/match.js new file mode 100644 index 00000000..68061fd0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/match.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/symbol/match'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/metadata.js new file mode 100644 index 00000000..768cbae5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/metadata.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/esnext.function.metadata'); +require('../../modules/esnext.symbol.metadata'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('metadata'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/replace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/replace.js new file mode 100644 index 00000000..59ea3ad1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/replace.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/symbol/replace'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/search.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/search.js new file mode 100644 index 00000000..68f6233f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/search.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/symbol/search'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/species.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/species.js new file mode 100644 index 00000000..25dfd511 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/species.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/symbol/species'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/split.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/split.js new file mode 100644 index 00000000..c4af55f3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/split.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/symbol/split'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/to-primitive.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/to-primitive.js new file mode 100644 index 00000000..ceab28f5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/to-primitive.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/symbol/to-primitive'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/to-string-tag.js new file mode 100644 index 00000000..6fe360c7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/to-string-tag.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/symbol/to-string-tag'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/unscopables.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/unscopables.js new file mode 100644 index 00000000..1d05b709 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/symbol/unscopables.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/symbol/unscopables'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/at.js new file mode 100644 index 00000000..59e18b8a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/copy-within.js new file mode 100644 index 00000000..015fea18 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/copy-within.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/copy-within'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/entries.js new file mode 100644 index 00000000..f187e0dd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/entries.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/entries'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/every.js new file mode 100644 index 00000000..a34625d0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/every.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/every'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/fill.js new file mode 100644 index 00000000..3236a10b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/fill.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/fill'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/filter.js new file mode 100644 index 00000000..8ac9e894 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/filter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/filter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/find-index.js new file mode 100644 index 00000000..da184046 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/find-index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/find-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/find-last-index.js new file mode 100644 index 00000000..eb7cd482 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/find-last-index.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.typed-array.find-last-index'); +var parent = require('../../stable/typed-array/find-last-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/find-last.js new file mode 100644 index 00000000..f7608b17 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/find-last.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.typed-array.find-last'); +var parent = require('../../stable/typed-array/find-last'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/find.js new file mode 100644 index 00000000..af39eacf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/find.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/find'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/float32-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/float32-array.js new file mode 100644 index 00000000..1bfbb239 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/float32-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/typed-array/float32-array'); +require('../../actual/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/float64-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/float64-array.js new file mode 100644 index 00000000..85a9b736 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/float64-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/typed-array/float64-array'); +require('../../actual/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/for-each.js new file mode 100644 index 00000000..56f4c263 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/for-each.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/for-each'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/from-base64.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/from-base64.js new file mode 100644 index 00000000..68a6e942 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/from-base64.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/esnext.uint8-array.from-base64'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/from-hex.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/from-hex.js new file mode 100644 index 00000000..984225b0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/from-hex.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/esnext.uint8-array.from-hex'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/from.js new file mode 100644 index 00000000..2027a7a6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/from.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/from'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/includes.js new file mode 100644 index 00000000..c87ecab6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/includes.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/includes'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/index-of.js new file mode 100644 index 00000000..e2096edb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/index.js new file mode 100644 index 00000000..c495f5a5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/index.js @@ -0,0 +1,17 @@ +'use strict'; +var parent = require('../../stable/typed-array'); +require('../../modules/esnext.uint8-array.from-base64'); +require('../../modules/esnext.uint8-array.from-hex'); +require('../../modules/esnext.uint8-array.set-from-base64'); +require('../../modules/esnext.uint8-array.set-from-hex'); +require('../../modules/esnext.uint8-array.to-base64'); +require('../../modules/esnext.uint8-array.to-hex'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.typed-array.find-last'); +require('../../modules/esnext.typed-array.find-last-index'); +require('../../modules/esnext.typed-array.to-reversed'); +require('../../modules/esnext.typed-array.to-sorted'); +require('../../modules/esnext.typed-array.to-spliced'); +require('../../modules/esnext.typed-array.with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/int16-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/int16-array.js new file mode 100644 index 00000000..ee00a145 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/int16-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/typed-array/int16-array'); +require('../../actual/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/int32-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/int32-array.js new file mode 100644 index 00000000..b20c128d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/int32-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/typed-array/int32-array'); +require('../../actual/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/int8-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/int8-array.js new file mode 100644 index 00000000..48376621 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/int8-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/typed-array/int8-array'); +require('../../actual/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/iterator.js new file mode 100644 index 00000000..98b9665e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/join.js new file mode 100644 index 00000000..d18a9367 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/join.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/join'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/keys.js new file mode 100644 index 00000000..4976bfe1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/keys.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/keys'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/last-index-of.js new file mode 100644 index 00000000..abfa69ec --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/last-index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/last-index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/map.js new file mode 100644 index 00000000..8b70aeb4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/methods.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/methods.js new file mode 100644 index 00000000..c9f680c0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/methods.js @@ -0,0 +1,17 @@ +'use strict'; +var parent = require('../../stable/typed-array/methods'); +require('../../modules/esnext.uint8-array.from-base64'); +require('../../modules/esnext.uint8-array.from-hex'); +require('../../modules/esnext.uint8-array.set-from-base64'); +require('../../modules/esnext.uint8-array.set-from-hex'); +require('../../modules/esnext.uint8-array.to-base64'); +require('../../modules/esnext.uint8-array.to-hex'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.typed-array.find-last'); +require('../../modules/esnext.typed-array.find-last-index'); +require('../../modules/esnext.typed-array.to-reversed'); +require('../../modules/esnext.typed-array.to-sorted'); +require('../../modules/esnext.typed-array.to-spliced'); +require('../../modules/esnext.typed-array.with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/of.js new file mode 100644 index 00000000..720fad2f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/reduce-right.js new file mode 100644 index 00000000..3b61cca4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/reduce-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/reduce-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/reduce.js new file mode 100644 index 00000000..fc0cce01 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/reduce.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/reduce'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/reverse.js new file mode 100644 index 00000000..ad562774 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/reverse.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/reverse'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/set-from-base64.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/set-from-base64.js new file mode 100644 index 00000000..4bdfeb8b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/set-from-base64.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/esnext.uint8-array.set-from-base64'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/set-from-hex.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/set-from-hex.js new file mode 100644 index 00000000..50ad2b1a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/set-from-hex.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/esnext.uint8-array.set-from-hex'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/set.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/set.js new file mode 100644 index 00000000..3ccf650d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/set.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/set'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/slice.js new file mode 100644 index 00000000..0a6cddb1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/slice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/slice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/some.js new file mode 100644 index 00000000..6bd5b42a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/some.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/some'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/sort.js new file mode 100644 index 00000000..611064bd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/sort.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/sort'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/subarray.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/subarray.js new file mode 100644 index 00000000..864d0411 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/subarray.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/subarray'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-base64.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-base64.js new file mode 100644 index 00000000..2ad689d0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-base64.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/esnext.uint8-array.to-base64'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-hex.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-hex.js new file mode 100644 index 00000000..2ea18d1b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-hex.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/esnext.uint8-array.to-hex'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-locale-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-locale-string.js new file mode 100644 index 00000000..a9b0e497 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-locale-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/to-locale-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-reversed.js new file mode 100644 index 00000000..81a473bc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-reversed.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/typed-array/to-reversed'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.typed-array.to-reversed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-sorted.js new file mode 100644 index 00000000..fd51ddfa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-sorted.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/typed-array/to-sorted'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.typed-array.to-sorted'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-spliced.js new file mode 100644 index 00000000..ab4bf350 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-spliced.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../../modules/esnext.typed-array.to-spliced'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-string.js new file mode 100644 index 00000000..3d30acb3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/to-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/to-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/uint16-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/uint16-array.js new file mode 100644 index 00000000..7bf175fc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/uint16-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/typed-array/uint16-array'); +require('../../actual/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/uint32-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/uint32-array.js new file mode 100644 index 00000000..a4a9db82 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/uint32-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/typed-array/uint32-array'); +require('../../actual/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/uint8-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/uint8-array.js new file mode 100644 index 00000000..f34cc91d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/uint8-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/typed-array/uint8-array'); +require('../../actual/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/uint8-clamped-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/uint8-clamped-array.js new file mode 100644 index 00000000..77f79501 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/uint8-clamped-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../stable/typed-array/uint8-clamped-array'); +require('../../actual/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/values.js new file mode 100644 index 00000000..36b171f5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/values.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/typed-array/values'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/with.js new file mode 100644 index 00000000..080d19dc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/typed-array/with.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../stable/typed-array/with'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.typed-array.with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/unescape.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/unescape.js new file mode 100644 index 00000000..6aadaa0c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/unescape.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../stable/unescape'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url-search-params/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url-search-params/index.js new file mode 100644 index 00000000..612b82ea --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url-search-params/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/url-search-params'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url/can-parse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url/can-parse.js new file mode 100644 index 00000000..356c417f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url/can-parse.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/url/can-parse'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url/index.js new file mode 100644 index 00000000..59968cf0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/url'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url/parse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url/parse.js new file mode 100644 index 00000000..5c0c9fbd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url/parse.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/url/parse'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url/to-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url/to-json.js new file mode 100644 index 00000000..917718a1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/url/to-json.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/url/to-json'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/weak-map/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/weak-map/index.js new file mode 100644 index 00000000..2216ded9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/weak-map/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/weak-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/weak-set/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/weak-set/index.js new file mode 100644 index 00000000..926088a5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/actual/weak-set/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../stable/weak-set'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/configurator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/configurator.js new file mode 100644 index 00000000..b8cac18c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/configurator.js @@ -0,0 +1,28 @@ +'use strict'; +var hasOwn = require('./internals/has-own-property'); +var isArray = require('./internals/is-array'); +var isForced = require('./internals/is-forced'); +var shared = require('./internals/shared-store'); + +var data = isForced.data; +var normalize = isForced.normalize; +var USE_FUNCTION_CONSTRUCTOR = 'USE_FUNCTION_CONSTRUCTOR'; +var ASYNC_ITERATOR_PROTOTYPE = 'AsyncIteratorPrototype'; + +var setAggressivenessLevel = function (object, constant) { + if (isArray(object)) for (var i = 0; i < object.length; i++) data[normalize(object[i])] = constant; +}; + +module.exports = function (options) { + if (typeof options == 'object') { + setAggressivenessLevel(options.useNative, isForced.NATIVE); + setAggressivenessLevel(options.usePolyfill, isForced.POLYFILL); + setAggressivenessLevel(options.useFeatureDetection, null); + if (hasOwn(options, USE_FUNCTION_CONSTRUCTOR)) { + shared[USE_FUNCTION_CONSTRUCTOR] = !!options[USE_FUNCTION_CONSTRUCTOR]; + } + if (hasOwn(options, ASYNC_ITERATOR_PROTOTYPE)) { + shared[ASYNC_ITERATOR_PROTOTYPE] = options[ASYNC_ITERATOR_PROTOTYPE]; + } + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/README.md b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/README.md new file mode 100644 index 00000000..d497f295 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/README.md @@ -0,0 +1 @@ +This folder contains entry points for [stable ECMAScript features](https://github.com/zloirock/core-js/#ecmascript) with dependencies. diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/aggregate-error.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/aggregate-error.js new file mode 100644 index 00000000..2a0c8106 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/aggregate-error.js @@ -0,0 +1,9 @@ +'use strict'; +require('../modules/es.error.cause'); +require('../modules/es.aggregate-error'); +require('../modules/es.aggregate-error.cause'); +require('../modules/es.array.iterator'); +require('../modules/es.string.iterator'); +var path = require('../internals/path'); + +module.exports = path.AggregateError; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/constructor.js new file mode 100644 index 00000000..3a375e08 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/constructor.js @@ -0,0 +1,10 @@ +'use strict'; +require('../../modules/es.array-buffer.constructor'); +require('../../modules/es.array-buffer.slice'); +require('../../modules/es.array-buffer.detached'); +require('../../modules/es.array-buffer.transfer'); +require('../../modules/es.array-buffer.transfer-to-fixed-length'); +require('../../modules/es.object.to-string'); +var path = require('../../internals/path'); + +module.exports = path.ArrayBuffer; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/detached.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/detached.js new file mode 100644 index 00000000..2c0ec734 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/detached.js @@ -0,0 +1,4 @@ +'use strict'; +require('../../modules/es.array-buffer.constructor'); +require('../../modules/es.array-buffer.slice'); +require('../../modules/es.array-buffer.detached'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/index.js new file mode 100644 index 00000000..f66c7f7b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/index.js @@ -0,0 +1,12 @@ +'use strict'; +require('../../modules/es.array-buffer.constructor'); +require('../../modules/es.array-buffer.is-view'); +require('../../modules/es.array-buffer.slice'); +require('../../modules/es.data-view'); +require('../../modules/es.array-buffer.detached'); +require('../../modules/es.array-buffer.transfer'); +require('../../modules/es.array-buffer.transfer-to-fixed-length'); +require('../../modules/es.object.to-string'); +var path = require('../../internals/path'); + +module.exports = path.ArrayBuffer; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/is-view.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/is-view.js new file mode 100644 index 00000000..7580dd01 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/is-view.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array-buffer.is-view'); +var path = require('../../internals/path'); + +module.exports = path.ArrayBuffer.isView; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/slice.js new file mode 100644 index 00000000..df382202 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/slice.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.array-buffer.slice'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/transfer-to-fixed-length.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/transfer-to-fixed-length.js new file mode 100644 index 00000000..21d43404 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/transfer-to-fixed-length.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array-buffer.constructor'); +require('../../modules/es.array-buffer.slice'); +require('../../modules/es.data-view'); +require('../../modules/es.array-buffer.transfer-to-fixed-length'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/transfer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/transfer.js new file mode 100644 index 00000000..f7198e03 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array-buffer/transfer.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array-buffer.constructor'); +require('../../modules/es.array-buffer.slice'); +require('../../modules/es.data-view'); +require('../../modules/es.array-buffer.transfer'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/at.js new file mode 100644 index 00000000..045588c7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/at.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.at'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/concat.js new file mode 100644 index 00000000..f9868cb0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/concat.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.concat'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'concat'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/copy-within.js new file mode 100644 index 00000000..ec749293 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/copy-within.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.copy-within'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'copyWithin'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/entries.js new file mode 100644 index 00000000..191cea2b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/entries.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'entries'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/every.js new file mode 100644 index 00000000..02a5973f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/every.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.every'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'every'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/fill.js new file mode 100644 index 00000000..5510882e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/fill.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.fill'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'fill'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/filter.js new file mode 100644 index 00000000..22c6fb23 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/filter.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.filter'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'filter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/find-index.js new file mode 100644 index 00000000..e4f753b3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/find-index.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.find-index'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'findIndex'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/find-last-index.js new file mode 100644 index 00000000..8495550e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/find-last-index.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.find-last-index'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'findLastIndex'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/find-last.js new file mode 100644 index 00000000..ce0b9ae6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/find-last.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.find-last'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'findLast'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/find.js new file mode 100644 index 00000000..18c71f7b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/find.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.find'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'find'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/flat-map.js new file mode 100644 index 00000000..f64d5a40 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/flat-map.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.array.flat-map'); +require('../../modules/es.array.unscopables.flat-map'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'flatMap'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/flat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/flat.js new file mode 100644 index 00000000..f5ee4cd7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/flat.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.array.flat'); +require('../../modules/es.array.unscopables.flat'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'flat'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/for-each.js new file mode 100644 index 00000000..e28bb513 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/for-each.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.for-each'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'forEach'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/from.js new file mode 100644 index 00000000..9d7c5af2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/from.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.string.iterator'); +require('../../modules/es.array.from'); +var path = require('../../internals/path'); + +module.exports = path.Array.from; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/includes.js new file mode 100644 index 00000000..cb2ca437 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/includes.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.includes'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'includes'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/index-of.js new file mode 100644 index 00000000..f330bd44 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/index-of.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.index-of'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'indexOf'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/index.js new file mode 100644 index 00000000..abae289b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/index.js @@ -0,0 +1,44 @@ +'use strict'; +require('../../modules/es.array.from'); +require('../../modules/es.array.is-array'); +require('../../modules/es.array.of'); +require('../../modules/es.array.at'); +require('../../modules/es.array.concat'); +require('../../modules/es.array.copy-within'); +require('../../modules/es.array.every'); +require('../../modules/es.array.fill'); +require('../../modules/es.array.filter'); +require('../../modules/es.array.find'); +require('../../modules/es.array.find-index'); +require('../../modules/es.array.find-last'); +require('../../modules/es.array.find-last-index'); +require('../../modules/es.array.flat'); +require('../../modules/es.array.flat-map'); +require('../../modules/es.array.for-each'); +require('../../modules/es.array.includes'); +require('../../modules/es.array.index-of'); +require('../../modules/es.array.iterator'); +require('../../modules/es.array.join'); +require('../../modules/es.array.last-index-of'); +require('../../modules/es.array.map'); +require('../../modules/es.array.push'); +require('../../modules/es.array.reduce'); +require('../../modules/es.array.reduce-right'); +require('../../modules/es.array.reverse'); +require('../../modules/es.array.slice'); +require('../../modules/es.array.some'); +require('../../modules/es.array.sort'); +require('../../modules/es.array.species'); +require('../../modules/es.array.splice'); +require('../../modules/es.array.to-reversed'); +require('../../modules/es.array.to-sorted'); +require('../../modules/es.array.to-spliced'); +require('../../modules/es.array.unscopables.flat'); +require('../../modules/es.array.unscopables.flat-map'); +require('../../modules/es.array.unshift'); +require('../../modules/es.array.with'); +require('../../modules/es.object.to-string'); +require('../../modules/es.string.iterator'); +var path = require('../../internals/path'); + +module.exports = path.Array; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/is-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/is-array.js new file mode 100644 index 00000000..3db4bce2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/is-array.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.is-array'); +var path = require('../../internals/path'); + +module.exports = path.Array.isArray; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/iterator.js new file mode 100644 index 00000000..05f32e7b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/iterator.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'values'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/join.js new file mode 100644 index 00000000..ae4ea90f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/join.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.join'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'join'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/keys.js new file mode 100644 index 00000000..0a49fd33 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/keys.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'keys'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/last-index-of.js new file mode 100644 index 00000000..52d96828 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/last-index-of.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.last-index-of'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'lastIndexOf'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/map.js new file mode 100644 index 00000000..8de03a6e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/map.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.map'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/of.js new file mode 100644 index 00000000..dc88b021 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/of.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.of'); +var path = require('../../internals/path'); + +module.exports = path.Array.of; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/push.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/push.js new file mode 100644 index 00000000..d3d2fed9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/push.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.push'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'push'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/reduce-right.js new file mode 100644 index 00000000..da1c0bc3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/reduce-right.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.reduce-right'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'reduceRight'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/reduce.js new file mode 100644 index 00000000..4a2ab821 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/reduce.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.reduce'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'reduce'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/reverse.js new file mode 100644 index 00000000..d81b9977 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/reverse.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.reverse'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'reverse'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/slice.js new file mode 100644 index 00000000..3a938064 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/slice.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.slice'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'slice'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/some.js new file mode 100644 index 00000000..0c16abc5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/some.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.some'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'some'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/sort.js new file mode 100644 index 00000000..a603b2c1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/sort.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.sort'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'sort'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/splice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/splice.js new file mode 100644 index 00000000..310381b0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/splice.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.splice'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'splice'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/to-reversed.js new file mode 100644 index 00000000..d05807e0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/to-reversed.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.to-reversed'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'toReversed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/to-sorted.js new file mode 100644 index 00000000..acffea2d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/to-sorted.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.array.sort'); +require('../../modules/es.array.to-sorted'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'toSorted'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/to-spliced.js new file mode 100644 index 00000000..f0a99931 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/to-spliced.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.to-spliced'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'toSpliced'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/unshift.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/unshift.js new file mode 100644 index 00000000..63e33a8d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/unshift.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.unshift'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'unshift'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/values.js new file mode 100644 index 00000000..05f32e7b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/values.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'values'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/at.js new file mode 100644 index 00000000..20d5030c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/at.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.at'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/concat.js new file mode 100644 index 00000000..17763b49 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/concat.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.concat'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'concat'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/copy-within.js new file mode 100644 index 00000000..1540c356 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/copy-within.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.copy-within'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'copyWithin'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/entries.js new file mode 100644 index 00000000..c38f7039 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/entries.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../../modules/es.array.iterator'); +require('../../../modules/es.object.to-string'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'entries'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/every.js new file mode 100644 index 00000000..d3620289 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/every.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.every'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'every'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/fill.js new file mode 100644 index 00000000..07998904 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/fill.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.fill'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'fill'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/filter.js new file mode 100644 index 00000000..e30806a9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/filter.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.filter'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'filter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/find-index.js new file mode 100644 index 00000000..797c3a80 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/find-index.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.find-index'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'findIndex'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/find-last-index.js new file mode 100644 index 00000000..b0a1cc73 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/find-last-index.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.find-last-index'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'findLastIndex'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/find-last.js new file mode 100644 index 00000000..7c55df65 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/find-last.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.find-last'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'findLast'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/find.js new file mode 100644 index 00000000..9b91c0af --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/find.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.find'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'find'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/flat-map.js new file mode 100644 index 00000000..505a05a3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/flat-map.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../../modules/es.array.flat-map'); +require('../../../modules/es.array.unscopables.flat-map'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'flatMap'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/flat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/flat.js new file mode 100644 index 00000000..8e327b6b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/flat.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../../modules/es.array.flat'); +require('../../../modules/es.array.unscopables.flat'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'flat'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/for-each.js new file mode 100644 index 00000000..adb777b6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/for-each.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.for-each'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'forEach'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/includes.js new file mode 100644 index 00000000..f4ec86f5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/includes.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.includes'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'includes'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/index-of.js new file mode 100644 index 00000000..f30a3f25 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/index-of.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.index-of'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'indexOf'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/index.js new file mode 100644 index 00000000..03a8182c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/index.js @@ -0,0 +1,40 @@ +'use strict'; +require('../../../modules/es.array.at'); +require('../../../modules/es.array.concat'); +require('../../../modules/es.array.copy-within'); +require('../../../modules/es.array.every'); +require('../../../modules/es.array.fill'); +require('../../../modules/es.array.filter'); +require('../../../modules/es.array.find'); +require('../../../modules/es.array.find-index'); +require('../../../modules/es.array.find-last'); +require('../../../modules/es.array.find-last-index'); +require('../../../modules/es.array.flat'); +require('../../../modules/es.array.flat-map'); +require('../../../modules/es.array.for-each'); +require('../../../modules/es.array.includes'); +require('../../../modules/es.array.index-of'); +require('../../../modules/es.array.iterator'); +require('../../../modules/es.array.join'); +require('../../../modules/es.array.last-index-of'); +require('../../../modules/es.array.map'); +require('../../../modules/es.array.push'); +require('../../../modules/es.array.reduce'); +require('../../../modules/es.array.reduce-right'); +require('../../../modules/es.array.reverse'); +require('../../../modules/es.array.slice'); +require('../../../modules/es.array.some'); +require('../../../modules/es.array.sort'); +require('../../../modules/es.array.species'); +require('../../../modules/es.array.splice'); +require('../../../modules/es.array.to-reversed'); +require('../../../modules/es.array.to-sorted'); +require('../../../modules/es.array.to-spliced'); +require('../../../modules/es.array.unscopables.flat'); +require('../../../modules/es.array.unscopables.flat-map'); +require('../../../modules/es.array.unshift'); +require('../../../modules/es.array.with'); +require('../../../modules/es.object.to-string'); +var entryVirtual = require('../../../internals/entry-virtual'); + +module.exports = entryVirtual('Array'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/iterator.js new file mode 100644 index 00000000..5a8b3d4c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/iterator.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../../modules/es.array.iterator'); +require('../../../modules/es.object.to-string'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'values'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/join.js new file mode 100644 index 00000000..a60ddd8c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/join.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.join'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'join'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/keys.js new file mode 100644 index 00000000..f4f40de3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/keys.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../../modules/es.array.iterator'); +require('../../../modules/es.object.to-string'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'keys'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/last-index-of.js new file mode 100644 index 00000000..3bbe2ecc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/last-index-of.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.last-index-of'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'lastIndexOf'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/map.js new file mode 100644 index 00000000..4596b984 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/map.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.map'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/push.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/push.js new file mode 100644 index 00000000..f28af7de --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/push.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.push'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'push'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/reduce-right.js new file mode 100644 index 00000000..2560648f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/reduce-right.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.reduce-right'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'reduceRight'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/reduce.js new file mode 100644 index 00000000..7d890210 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/reduce.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.reduce'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'reduce'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/reverse.js new file mode 100644 index 00000000..c7476505 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/reverse.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.reverse'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'reverse'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/slice.js new file mode 100644 index 00000000..8650e1d5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/slice.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.slice'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'slice'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/some.js new file mode 100644 index 00000000..e8d33275 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/some.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.some'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'some'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/sort.js new file mode 100644 index 00000000..c09054c3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/sort.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.sort'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'sort'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/splice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/splice.js new file mode 100644 index 00000000..60e2f3ad --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/splice.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.splice'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'splice'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/to-reversed.js new file mode 100644 index 00000000..fd982124 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/to-reversed.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.to-reversed'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'toReversed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/to-sorted.js new file mode 100644 index 00000000..5cb7fa22 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/to-sorted.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../../modules/es.array.sort'); +require('../../../modules/es.array.to-sorted'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'toSorted'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/to-spliced.js new file mode 100644 index 00000000..0ab0bafd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/to-spliced.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.to-spliced'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'toSpliced'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/unshift.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/unshift.js new file mode 100644 index 00000000..8f1038df --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/unshift.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.unshift'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'unshift'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/values.js new file mode 100644 index 00000000..5a8b3d4c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/values.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../../modules/es.array.iterator'); +require('../../../modules/es.object.to-string'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'values'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/with.js new file mode 100644 index 00000000..c5da88a1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/virtual/with.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.array.with'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'with'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/with.js new file mode 100644 index 00000000..ed0527e0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/array/with.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.array.with'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'with'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/data-view/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/data-view/index.js new file mode 100644 index 00000000..6eeb107e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/data-view/index.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.array-buffer.constructor'); +require('../../modules/es.array-buffer.slice'); +require('../../modules/es.data-view'); +require('../../modules/es.object.to-string'); +var path = require('../../internals/path'); + +module.exports = path.DataView; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/get-year.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/get-year.js new file mode 100644 index 00000000..8364fa1e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/get-year.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.date.get-year'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Date', 'getYear'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/index.js new file mode 100644 index 00000000..ec1d2245 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/index.js @@ -0,0 +1,12 @@ +'use strict'; +require('../../modules/es.date.get-year'); +require('../../modules/es.date.now'); +require('../../modules/es.date.set-year'); +require('../../modules/es.date.to-gmt-string'); +require('../../modules/es.date.to-iso-string'); +require('../../modules/es.date.to-json'); +require('../../modules/es.date.to-string'); +require('../../modules/es.date.to-primitive'); +var path = require('../../internals/path'); + +module.exports = path.Date; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/now.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/now.js new file mode 100644 index 00000000..0e395aeb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/now.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.date.now'); +var path = require('../../internals/path'); + +module.exports = path.Date.now; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/set-year.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/set-year.js new file mode 100644 index 00000000..b12aa4ea --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/set-year.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.date.set-year'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Date', 'setYear'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-gmt-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-gmt-string.js new file mode 100644 index 00000000..eb5fe4b9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-gmt-string.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.date.to-gmt-string'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Date', 'toGMTString'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-iso-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-iso-string.js new file mode 100644 index 00000000..1099ff1b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-iso-string.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.date.to-iso-string'); +require('../../modules/es.date.to-json'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Date', 'toISOString'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-json.js new file mode 100644 index 00000000..891ee538 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-json.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.date.to-json'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Date', 'toJSON'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-primitive.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-primitive.js new file mode 100644 index 00000000..bccade65 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-primitive.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.date.to-primitive'); +var uncurryThis = require('../../internals/function-uncurry-this'); +var toPrimitive = require('../../internals/date-to-primitive'); + +module.exports = uncurryThis(toPrimitive); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-string.js new file mode 100644 index 00000000..4dc3ee2b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/date/to-string.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.date.to-string'); +var uncurryThis = require('../../internals/function-uncurry-this'); + +module.exports = uncurryThis(Date.prototype.toString); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/error/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/error/constructor.js new file mode 100644 index 00000000..a14c3529 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/error/constructor.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.error.cause'); +var path = require('../../internals/path'); + +module.exports = path; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/error/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/error/index.js new file mode 100644 index 00000000..10f873f0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/error/index.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.error.cause'); +require('../../modules/es.error.to-string'); +var path = require('../../internals/path'); + +module.exports = path; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/error/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/error/to-string.js new file mode 100644 index 00000000..fe82bf27 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/error/to-string.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.error.to-string'); +var toString = require('../../internals/error-to-string'); + +module.exports = toString; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/escape.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/escape.js new file mode 100644 index 00000000..71775b5d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/escape.js @@ -0,0 +1,5 @@ +'use strict'; +require('../modules/es.escape'); +var path = require('../internals/path'); + +module.exports = path.escape; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/bind.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/bind.js new file mode 100644 index 00000000..4b35a80e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/bind.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.function.bind'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Function', 'bind'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/has-instance.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/has-instance.js new file mode 100644 index 00000000..d50062dd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/has-instance.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.function.has-instance'); +var wellKnownSymbol = require('../../internals/well-known-symbol'); + +module.exports = Function[wellKnownSymbol('hasInstance')]; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/index.js new file mode 100644 index 00000000..c58835fa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/index.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.function.bind'); +require('../../modules/es.function.name'); +require('../../modules/es.function.has-instance'); +var path = require('../../internals/path'); + +module.exports = path.Function; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/name.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/name.js new file mode 100644 index 00000000..588269a6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/name.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.function.name'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/virtual/bind.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/virtual/bind.js new file mode 100644 index 00000000..46bf5022 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/virtual/bind.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.function.bind'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Function', 'bind'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/virtual/index.js new file mode 100644 index 00000000..ccda880e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/function/virtual/index.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.function.bind'); +var entryVirtual = require('../../../internals/entry-virtual'); + +module.exports = entryVirtual('Function'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/get-iterator-method.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/get-iterator-method.js new file mode 100644 index 00000000..8ea9df4e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/get-iterator-method.js @@ -0,0 +1,6 @@ +'use strict'; +require('../modules/es.array.iterator'); +require('../modules/es.string.iterator'); +var getIteratorMethod = require('../internals/get-iterator-method'); + +module.exports = getIteratorMethod; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/get-iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/get-iterator.js new file mode 100644 index 00000000..372774ed --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/get-iterator.js @@ -0,0 +1,6 @@ +'use strict'; +require('../modules/es.array.iterator'); +require('../modules/es.string.iterator'); +var getIterator = require('../internals/get-iterator'); + +module.exports = getIterator; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/global-this.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/global-this.js new file mode 100644 index 00000000..4b10fec4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/global-this.js @@ -0,0 +1,4 @@ +'use strict'; +require('../modules/es.global-this'); + +module.exports = require('../internals/global-this'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/index.js new file mode 100644 index 00000000..30392e9d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/index.js @@ -0,0 +1,272 @@ +'use strict'; +require('../modules/es.symbol'); +require('../modules/es.symbol.description'); +require('../modules/es.symbol.async-iterator'); +require('../modules/es.symbol.has-instance'); +require('../modules/es.symbol.is-concat-spreadable'); +require('../modules/es.symbol.iterator'); +require('../modules/es.symbol.match'); +require('../modules/es.symbol.match-all'); +require('../modules/es.symbol.replace'); +require('../modules/es.symbol.search'); +require('../modules/es.symbol.species'); +require('../modules/es.symbol.split'); +require('../modules/es.symbol.to-primitive'); +require('../modules/es.symbol.to-string-tag'); +require('../modules/es.symbol.unscopables'); +require('../modules/es.error.cause'); +require('../modules/es.error.to-string'); +require('../modules/es.aggregate-error'); +require('../modules/es.aggregate-error.cause'); +require('../modules/es.array.at'); +require('../modules/es.array.concat'); +require('../modules/es.array.copy-within'); +require('../modules/es.array.every'); +require('../modules/es.array.fill'); +require('../modules/es.array.filter'); +require('../modules/es.array.find'); +require('../modules/es.array.find-index'); +require('../modules/es.array.find-last'); +require('../modules/es.array.find-last-index'); +require('../modules/es.array.flat'); +require('../modules/es.array.flat-map'); +require('../modules/es.array.for-each'); +require('../modules/es.array.from'); +require('../modules/es.array.includes'); +require('../modules/es.array.index-of'); +require('../modules/es.array.is-array'); +require('../modules/es.array.iterator'); +require('../modules/es.array.join'); +require('../modules/es.array.last-index-of'); +require('../modules/es.array.map'); +require('../modules/es.array.of'); +require('../modules/es.array.push'); +require('../modules/es.array.reduce'); +require('../modules/es.array.reduce-right'); +require('../modules/es.array.reverse'); +require('../modules/es.array.slice'); +require('../modules/es.array.some'); +require('../modules/es.array.sort'); +require('../modules/es.array.species'); +require('../modules/es.array.splice'); +require('../modules/es.array.to-reversed'); +require('../modules/es.array.to-sorted'); +require('../modules/es.array.to-spliced'); +require('../modules/es.array.unscopables.flat'); +require('../modules/es.array.unscopables.flat-map'); +require('../modules/es.array.unshift'); +require('../modules/es.array.with'); +require('../modules/es.array-buffer.constructor'); +require('../modules/es.array-buffer.is-view'); +require('../modules/es.array-buffer.slice'); +require('../modules/es.data-view'); +require('../modules/es.array-buffer.detached'); +require('../modules/es.array-buffer.transfer'); +require('../modules/es.array-buffer.transfer-to-fixed-length'); +require('../modules/es.date.get-year'); +require('../modules/es.date.now'); +require('../modules/es.date.set-year'); +require('../modules/es.date.to-gmt-string'); +require('../modules/es.date.to-iso-string'); +require('../modules/es.date.to-json'); +require('../modules/es.date.to-primitive'); +require('../modules/es.date.to-string'); +require('../modules/es.escape'); +require('../modules/es.function.bind'); +require('../modules/es.function.has-instance'); +require('../modules/es.function.name'); +require('../modules/es.global-this'); +require('../modules/es.iterator.constructor'); +require('../modules/es.iterator.drop'); +require('../modules/es.iterator.every'); +require('../modules/es.iterator.filter'); +require('../modules/es.iterator.find'); +require('../modules/es.iterator.flat-map'); +require('../modules/es.iterator.for-each'); +require('../modules/es.iterator.from'); +require('../modules/es.iterator.map'); +require('../modules/es.iterator.reduce'); +require('../modules/es.iterator.some'); +require('../modules/es.iterator.take'); +require('../modules/es.iterator.to-array'); +require('../modules/es.json.stringify'); +require('../modules/es.json.to-string-tag'); +require('../modules/es.map'); +require('../modules/es.map.group-by'); +require('../modules/es.math.acosh'); +require('../modules/es.math.asinh'); +require('../modules/es.math.atanh'); +require('../modules/es.math.cbrt'); +require('../modules/es.math.clz32'); +require('../modules/es.math.cosh'); +require('../modules/es.math.expm1'); +require('../modules/es.math.fround'); +require('../modules/es.math.hypot'); +require('../modules/es.math.imul'); +require('../modules/es.math.log10'); +require('../modules/es.math.log1p'); +require('../modules/es.math.log2'); +require('../modules/es.math.sign'); +require('../modules/es.math.sinh'); +require('../modules/es.math.tanh'); +require('../modules/es.math.to-string-tag'); +require('../modules/es.math.trunc'); +require('../modules/es.number.constructor'); +require('../modules/es.number.epsilon'); +require('../modules/es.number.is-finite'); +require('../modules/es.number.is-integer'); +require('../modules/es.number.is-nan'); +require('../modules/es.number.is-safe-integer'); +require('../modules/es.number.max-safe-integer'); +require('../modules/es.number.min-safe-integer'); +require('../modules/es.number.parse-float'); +require('../modules/es.number.parse-int'); +require('../modules/es.number.to-exponential'); +require('../modules/es.number.to-fixed'); +require('../modules/es.number.to-precision'); +require('../modules/es.object.assign'); +require('../modules/es.object.create'); +require('../modules/es.object.define-getter'); +require('../modules/es.object.define-properties'); +require('../modules/es.object.define-property'); +require('../modules/es.object.define-setter'); +require('../modules/es.object.entries'); +require('../modules/es.object.freeze'); +require('../modules/es.object.from-entries'); +require('../modules/es.object.get-own-property-descriptor'); +require('../modules/es.object.get-own-property-descriptors'); +require('../modules/es.object.get-own-property-names'); +require('../modules/es.object.get-prototype-of'); +require('../modules/es.object.group-by'); +require('../modules/es.object.has-own'); +require('../modules/es.object.is'); +require('../modules/es.object.is-extensible'); +require('../modules/es.object.is-frozen'); +require('../modules/es.object.is-sealed'); +require('../modules/es.object.keys'); +require('../modules/es.object.lookup-getter'); +require('../modules/es.object.lookup-setter'); +require('../modules/es.object.prevent-extensions'); +require('../modules/es.object.proto'); +require('../modules/es.object.seal'); +require('../modules/es.object.set-prototype-of'); +require('../modules/es.object.to-string'); +require('../modules/es.object.values'); +require('../modules/es.parse-float'); +require('../modules/es.parse-int'); +require('../modules/es.promise'); +require('../modules/es.promise.all-settled'); +require('../modules/es.promise.any'); +require('../modules/es.promise.finally'); +require('../modules/es.promise.try'); +require('../modules/es.promise.with-resolvers'); +require('../modules/es.reflect.apply'); +require('../modules/es.reflect.construct'); +require('../modules/es.reflect.define-property'); +require('../modules/es.reflect.delete-property'); +require('../modules/es.reflect.get'); +require('../modules/es.reflect.get-own-property-descriptor'); +require('../modules/es.reflect.get-prototype-of'); +require('../modules/es.reflect.has'); +require('../modules/es.reflect.is-extensible'); +require('../modules/es.reflect.own-keys'); +require('../modules/es.reflect.prevent-extensions'); +require('../modules/es.reflect.set'); +require('../modules/es.reflect.set-prototype-of'); +require('../modules/es.reflect.to-string-tag'); +require('../modules/es.regexp.constructor'); +require('../modules/es.regexp.dot-all'); +require('../modules/es.regexp.exec'); +require('../modules/es.regexp.flags'); +require('../modules/es.regexp.sticky'); +require('../modules/es.regexp.test'); +require('../modules/es.regexp.to-string'); +require('../modules/es.set'); +require('../modules/es.set.difference.v2'); +require('../modules/es.set.intersection.v2'); +require('../modules/es.set.is-disjoint-from.v2'); +require('../modules/es.set.is-subset-of.v2'); +require('../modules/es.set.is-superset-of.v2'); +require('../modules/es.set.symmetric-difference.v2'); +require('../modules/es.set.union.v2'); +require('../modules/es.string.at-alternative'); +require('../modules/es.string.code-point-at'); +require('../modules/es.string.ends-with'); +require('../modules/es.string.from-code-point'); +require('../modules/es.string.includes'); +require('../modules/es.string.is-well-formed'); +require('../modules/es.string.iterator'); +require('../modules/es.string.match'); +require('../modules/es.string.match-all'); +require('../modules/es.string.pad-end'); +require('../modules/es.string.pad-start'); +require('../modules/es.string.raw'); +require('../modules/es.string.repeat'); +require('../modules/es.string.replace'); +require('../modules/es.string.replace-all'); +require('../modules/es.string.search'); +require('../modules/es.string.split'); +require('../modules/es.string.starts-with'); +require('../modules/es.string.substr'); +require('../modules/es.string.to-well-formed'); +require('../modules/es.string.trim'); +require('../modules/es.string.trim-end'); +require('../modules/es.string.trim-start'); +require('../modules/es.string.anchor'); +require('../modules/es.string.big'); +require('../modules/es.string.blink'); +require('../modules/es.string.bold'); +require('../modules/es.string.fixed'); +require('../modules/es.string.fontcolor'); +require('../modules/es.string.fontsize'); +require('../modules/es.string.italics'); +require('../modules/es.string.link'); +require('../modules/es.string.small'); +require('../modules/es.string.strike'); +require('../modules/es.string.sub'); +require('../modules/es.string.sup'); +require('../modules/es.typed-array.float32-array'); +require('../modules/es.typed-array.float64-array'); +require('../modules/es.typed-array.int8-array'); +require('../modules/es.typed-array.int16-array'); +require('../modules/es.typed-array.int32-array'); +require('../modules/es.typed-array.uint8-array'); +require('../modules/es.typed-array.uint8-clamped-array'); +require('../modules/es.typed-array.uint16-array'); +require('../modules/es.typed-array.uint32-array'); +require('../modules/es.typed-array.at'); +require('../modules/es.typed-array.copy-within'); +require('../modules/es.typed-array.every'); +require('../modules/es.typed-array.fill'); +require('../modules/es.typed-array.filter'); +require('../modules/es.typed-array.find'); +require('../modules/es.typed-array.find-index'); +require('../modules/es.typed-array.find-last'); +require('../modules/es.typed-array.find-last-index'); +require('../modules/es.typed-array.for-each'); +require('../modules/es.typed-array.from'); +require('../modules/es.typed-array.includes'); +require('../modules/es.typed-array.index-of'); +require('../modules/es.typed-array.iterator'); +require('../modules/es.typed-array.join'); +require('../modules/es.typed-array.last-index-of'); +require('../modules/es.typed-array.map'); +require('../modules/es.typed-array.of'); +require('../modules/es.typed-array.reduce'); +require('../modules/es.typed-array.reduce-right'); +require('../modules/es.typed-array.reverse'); +require('../modules/es.typed-array.set'); +require('../modules/es.typed-array.slice'); +require('../modules/es.typed-array.some'); +require('../modules/es.typed-array.sort'); +require('../modules/es.typed-array.subarray'); +require('../modules/es.typed-array.to-locale-string'); +require('../modules/es.typed-array.to-reversed'); +require('../modules/es.typed-array.to-sorted'); +require('../modules/es.typed-array.to-string'); +require('../modules/es.typed-array.with'); +require('../modules/es.unescape'); +require('../modules/es.weak-map'); +require('../modules/es.weak-set'); + +module.exports = require('../internals/path'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/at.js new file mode 100644 index 00000000..75de4fc2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/at.js @@ -0,0 +1,15 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var arrayMethod = require('../array/virtual/at'); +var stringMethod = require('../string/virtual/at'); + +var ArrayPrototype = Array.prototype; +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.at; + if (it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.at)) return arrayMethod; + if (typeof it == 'string' || it === StringPrototype || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.at)) { + return stringMethod; + } return own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/bind.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/bind.js new file mode 100644 index 00000000..e8fb66fc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/bind.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../function/virtual/bind'); + +var FunctionPrototype = Function.prototype; + +module.exports = function (it) { + var own = it.bind; + return it === FunctionPrototype || (isPrototypeOf(FunctionPrototype, it) && own === FunctionPrototype.bind) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/code-point-at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/code-point-at.js new file mode 100644 index 00000000..5be3cd33 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/code-point-at.js @@ -0,0 +1,11 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../string/virtual/code-point-at'); + +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.codePointAt; + return typeof it == 'string' || it === StringPrototype + || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.codePointAt) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/concat.js new file mode 100644 index 00000000..64740414 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/concat.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/concat'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.concat; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.concat) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/copy-within.js new file mode 100644 index 00000000..9b16fe01 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/copy-within.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/copy-within'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.copyWithin; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.copyWithin) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/ends-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/ends-with.js new file mode 100644 index 00000000..ca2af508 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/ends-with.js @@ -0,0 +1,11 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../string/virtual/ends-with'); + +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.endsWith; + return typeof it == 'string' || it === StringPrototype + || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.endsWith) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/entries.js new file mode 100644 index 00000000..e900c67d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/entries.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/entries'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.entries; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.entries) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/every.js new file mode 100644 index 00000000..0e3bc52a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/every.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/every'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.every; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.every) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/fill.js new file mode 100644 index 00000000..5bf862c2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/fill.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/fill'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.fill; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.fill) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/filter.js new file mode 100644 index 00000000..7e0a348d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/filter.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/filter'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.filter; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.filter) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/find-index.js new file mode 100644 index 00000000..862344f8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/find-index.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/find-index'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.findIndex; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.findIndex) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/find-last-index.js new file mode 100644 index 00000000..4c7cfcbc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/find-last-index.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/find-last-index'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.findLastIndex; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.findLastIndex) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/find-last.js new file mode 100644 index 00000000..7d30e0b0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/find-last.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/find-last'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.findLast; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.findLast) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/find.js new file mode 100644 index 00000000..2511c3b7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/find.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/find'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.find; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.find) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/flags.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/flags.js new file mode 100644 index 00000000..66b08c44 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/flags.js @@ -0,0 +1,9 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var flags = require('../regexp/flags'); + +var RegExpPrototype = RegExp.prototype; + +module.exports = function (it) { + return (it === RegExpPrototype || isPrototypeOf(RegExpPrototype, it)) ? flags(it) : it.flags; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/flat-map.js new file mode 100644 index 00000000..d406dd9d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/flat-map.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/flat-map'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.flatMap; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.flatMap) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/flat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/flat.js new file mode 100644 index 00000000..5b168646 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/flat.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/flat'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.flat; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.flat) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/for-each.js new file mode 100644 index 00000000..58566e6e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/for-each.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/for-each'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.forEach; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.forEach) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/includes.js new file mode 100644 index 00000000..d2daf8ca --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/includes.js @@ -0,0 +1,15 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var arrayMethod = require('../array/virtual/includes'); +var stringMethod = require('../string/virtual/includes'); + +var ArrayPrototype = Array.prototype; +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.includes; + if (it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.includes)) return arrayMethod; + if (typeof it == 'string' || it === StringPrototype || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.includes)) { + return stringMethod; + } return own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/index-of.js new file mode 100644 index 00000000..bcd0898c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/index-of.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/index-of'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.indexOf; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.indexOf) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/is-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/is-well-formed.js new file mode 100644 index 00000000..728fdc55 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/is-well-formed.js @@ -0,0 +1,11 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../string/virtual/is-well-formed'); + +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.isWellFormed; + return typeof it == 'string' || it === StringPrototype + || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.isWellFormed) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/keys.js new file mode 100644 index 00000000..b535ac28 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/keys.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/keys'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.keys; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.keys) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/last-index-of.js new file mode 100644 index 00000000..633d1206 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/last-index-of.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/last-index-of'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.lastIndexOf; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.lastIndexOf) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/map.js new file mode 100644 index 00000000..43b9fcac --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/map.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/map'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.map; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.map) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/match-all.js new file mode 100644 index 00000000..251a5be8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/match-all.js @@ -0,0 +1,11 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../string/virtual/match-all'); + +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.matchAll; + return typeof it == 'string' || it === StringPrototype + || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.matchAll) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/pad-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/pad-end.js new file mode 100644 index 00000000..bb5dd805 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/pad-end.js @@ -0,0 +1,11 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../string/virtual/pad-end'); + +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.padEnd; + return typeof it == 'string' || it === StringPrototype + || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.padEnd) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/pad-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/pad-start.js new file mode 100644 index 00000000..94a73a97 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/pad-start.js @@ -0,0 +1,11 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../string/virtual/pad-start'); + +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.padStart; + return typeof it == 'string' || it === StringPrototype + || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.padStart) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/push.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/push.js new file mode 100644 index 00000000..1796ff05 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/push.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/push'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.push; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.push) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/reduce-right.js new file mode 100644 index 00000000..25c6118a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/reduce-right.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/reduce-right'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.reduceRight; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.reduceRight) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/reduce.js new file mode 100644 index 00000000..0f8f4148 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/reduce.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/reduce'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.reduce; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.reduce) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/repeat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/repeat.js new file mode 100644 index 00000000..ab7e4976 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/repeat.js @@ -0,0 +1,11 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../string/virtual/repeat'); + +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.repeat; + return typeof it == 'string' || it === StringPrototype + || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.repeat) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/replace-all.js new file mode 100644 index 00000000..f5b2146c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/replace-all.js @@ -0,0 +1,11 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../string/virtual/replace-all'); + +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.replaceAll; + return typeof it == 'string' || it === StringPrototype + || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.replaceAll) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/reverse.js new file mode 100644 index 00000000..bf00f66d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/reverse.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/reverse'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.reverse; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.reverse) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/slice.js new file mode 100644 index 00000000..369ea0a8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/slice.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/slice'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.slice; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.slice) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/some.js new file mode 100644 index 00000000..3eddc1b7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/some.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/some'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.some; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.some) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/sort.js new file mode 100644 index 00000000..a6c21f6b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/sort.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/sort'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.sort; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.sort) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/splice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/splice.js new file mode 100644 index 00000000..e7e715f5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/splice.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/splice'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.splice; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.splice) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/starts-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/starts-with.js new file mode 100644 index 00000000..2185de7f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/starts-with.js @@ -0,0 +1,11 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../string/virtual/starts-with'); + +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.startsWith; + return typeof it == 'string' || it === StringPrototype + || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.startsWith) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/to-reversed.js new file mode 100644 index 00000000..5cfb459d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/to-reversed.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/to-reversed'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.toReversed; + return (it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.toReversed)) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/to-sorted.js new file mode 100644 index 00000000..a059c6f7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/to-sorted.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/to-sorted'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.toSorted; + return (it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.toSorted)) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/to-spliced.js new file mode 100644 index 00000000..9e67474f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/to-spliced.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/to-spliced'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.toSpliced; + return (it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.toSpliced)) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/to-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/to-well-formed.js new file mode 100644 index 00000000..29701d8b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/to-well-formed.js @@ -0,0 +1,11 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../string/virtual/to-well-formed'); + +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.toWellFormed; + return typeof it == 'string' || it === StringPrototype + || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.toWellFormed) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim-end.js new file mode 100644 index 00000000..4688be62 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim-end.js @@ -0,0 +1,11 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../string/virtual/trim-end'); + +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.trimEnd; + return typeof it == 'string' || it === StringPrototype + || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.trimEnd) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim-left.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim-left.js new file mode 100644 index 00000000..9657cebe --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim-left.js @@ -0,0 +1,11 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../string/virtual/trim-left'); + +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.trimLeft; + return typeof it == 'string' || it === StringPrototype + || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.trimLeft) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim-right.js new file mode 100644 index 00000000..16eb9e3c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim-right.js @@ -0,0 +1,11 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../string/virtual/trim-right'); + +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.trimRight; + return typeof it == 'string' || it === StringPrototype + || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.trimRight) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim-start.js new file mode 100644 index 00000000..baf15997 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim-start.js @@ -0,0 +1,11 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../string/virtual/trim-start'); + +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.trimStart; + return typeof it == 'string' || it === StringPrototype + || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.trimStart) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim.js new file mode 100644 index 00000000..6983995d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/trim.js @@ -0,0 +1,11 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../string/virtual/trim'); + +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.trim; + return typeof it == 'string' || it === StringPrototype + || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.trim) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/unshift.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/unshift.js new file mode 100644 index 00000000..e30c7148 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/unshift.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/unshift'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.unshift; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.unshift) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/values.js new file mode 100644 index 00000000..0573ad44 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/values.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/values'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.values; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.values) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/with.js new file mode 100644 index 00000000..f3db9f47 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/instance/with.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/with'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it['with']; + return (it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype['with'])) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/is-iterable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/is-iterable.js new file mode 100644 index 00000000..7a531143 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/is-iterable.js @@ -0,0 +1,6 @@ +'use strict'; +require('../modules/es.array.iterator'); +require('../modules/es.string.iterator'); +var isIterable = require('../internals/is-iterable'); + +module.exports = isIterable; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/drop.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/drop.js new file mode 100644 index 00000000..f97b3266 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/drop.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.iterator.constructor'); +require('../../modules/es.iterator.drop'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Iterator', 'drop'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/every.js new file mode 100644 index 00000000..99c46068 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/every.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.iterator.constructor'); +require('../../modules/es.iterator.every'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Iterator', 'every'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/filter.js new file mode 100644 index 00000000..9d19be82 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/filter.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.iterator.constructor'); +require('../../modules/es.iterator.filter'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Iterator', 'filter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/find.js new file mode 100644 index 00000000..0c387786 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/find.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.iterator.constructor'); +require('../../modules/es.iterator.find'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Iterator', 'find'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/flat-map.js new file mode 100644 index 00000000..296d29c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/flat-map.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.iterator.constructor'); +require('../../modules/es.iterator.flat-map'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Iterator', 'flatMap'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/for-each.js new file mode 100644 index 00000000..31e93edd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/for-each.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.iterator.constructor'); +require('../../modules/es.iterator.for-each'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Iterator', 'forEach'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/from.js new file mode 100644 index 00000000..f5c21839 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/from.js @@ -0,0 +1,21 @@ +'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); +require('../../modules/es.string.iterator'); +require('../../modules/es.iterator.constructor'); +require('../../modules/es.iterator.drop'); +require('../../modules/es.iterator.every'); +require('../../modules/es.iterator.filter'); +require('../../modules/es.iterator.find'); +require('../../modules/es.iterator.flat-map'); +require('../../modules/es.iterator.for-each'); +require('../../modules/es.iterator.from'); +require('../../modules/es.iterator.map'); +require('../../modules/es.iterator.reduce'); +require('../../modules/es.iterator.some'); +require('../../modules/es.iterator.take'); +require('../../modules/es.iterator.to-array'); + +var path = require('../../internals/path'); + +module.exports = path.Iterator.from; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/index.js new file mode 100644 index 00000000..265f0447 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/index.js @@ -0,0 +1,21 @@ +'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); +require('../../modules/es.string.iterator'); +require('../../modules/es.iterator.constructor'); +require('../../modules/es.iterator.drop'); +require('../../modules/es.iterator.every'); +require('../../modules/es.iterator.filter'); +require('../../modules/es.iterator.find'); +require('../../modules/es.iterator.flat-map'); +require('../../modules/es.iterator.for-each'); +require('../../modules/es.iterator.from'); +require('../../modules/es.iterator.map'); +require('../../modules/es.iterator.reduce'); +require('../../modules/es.iterator.some'); +require('../../modules/es.iterator.take'); +require('../../modules/es.iterator.to-array'); + +var path = require('../../internals/path'); + +module.exports = path.Iterator; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/map.js new file mode 100644 index 00000000..18434784 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/map.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.iterator.constructor'); +require('../../modules/es.iterator.map'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Iterator', 'map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/reduce.js new file mode 100644 index 00000000..80ef615e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/reduce.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.iterator.constructor'); +require('../../modules/es.iterator.reduce'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Iterator', 'reduce'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/some.js new file mode 100644 index 00000000..d688f03f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/some.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.iterator.constructor'); +require('../../modules/es.iterator.some'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Iterator', 'some'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/take.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/take.js new file mode 100644 index 00000000..3d8841db --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/take.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.iterator.constructor'); +require('../../modules/es.iterator.take'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Iterator', 'take'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/to-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/to-array.js new file mode 100644 index 00000000..92c55e27 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/iterator/to-array.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.iterator.constructor'); +require('../../modules/es.iterator.to-array'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Iterator', 'toArray'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/json/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/json/index.js new file mode 100644 index 00000000..ea69c7f6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/json/index.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.date.to-json'); +require('../../modules/es.json.stringify'); +require('../../modules/es.json.to-string-tag'); +var path = require('../../internals/path'); + +// eslint-disable-next-line es/no-json -- safe +module.exports = path.JSON || (path.JSON = { stringify: JSON.stringify }); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/json/stringify.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/json/stringify.js new file mode 100644 index 00000000..068f1ea2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/json/stringify.js @@ -0,0 +1,13 @@ +'use strict'; +require('../../modules/es.date.to-json'); +require('../../modules/es.json.stringify'); +var path = require('../../internals/path'); +var apply = require('../../internals/function-apply'); + +// eslint-disable-next-line es/no-json -- safe +if (!path.JSON) path.JSON = { stringify: JSON.stringify }; + +// eslint-disable-next-line no-unused-vars -- required for `.length` +module.exports = function stringify(it, replacer, space) { + return apply(path.JSON.stringify, null, arguments); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/json/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/json/to-string-tag.js new file mode 100644 index 00000000..8a8fbcd4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/json/to-string-tag.js @@ -0,0 +1,4 @@ +'use strict'; +require('../../modules/es.json.to-string-tag'); + +module.exports = 'JSON'; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/map/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/map/group-by.js new file mode 100644 index 00000000..3228c057 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/map/group-by.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.map'); +require('../../modules/es.map.group-by'); +var path = require('../../internals/path'); + +module.exports = path.Map.groupBy; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/map/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/map/index.js new file mode 100644 index 00000000..9dea507c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/map/index.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/es.map'); +require('../../modules/es.map.group-by'); +require('../../modules/es.object.to-string'); +require('../../modules/es.string.iterator'); +var path = require('../../internals/path'); + +module.exports = path.Map; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/acosh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/acosh.js new file mode 100644 index 00000000..f9f77970 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/acosh.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.math.acosh'); +var path = require('../../internals/path'); + +module.exports = path.Math.acosh; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/asinh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/asinh.js new file mode 100644 index 00000000..fcbc193a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/asinh.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.math.asinh'); +var path = require('../../internals/path'); + +module.exports = path.Math.asinh; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/atanh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/atanh.js new file mode 100644 index 00000000..cab7848c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/atanh.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.math.atanh'); +var path = require('../../internals/path'); + +module.exports = path.Math.atanh; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/cbrt.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/cbrt.js new file mode 100644 index 00000000..2760a52d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/cbrt.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.math.cbrt'); +var path = require('../../internals/path'); + +module.exports = path.Math.cbrt; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/clz32.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/clz32.js new file mode 100644 index 00000000..ba550ae2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/clz32.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.math.clz32'); +var path = require('../../internals/path'); + +module.exports = path.Math.clz32; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/cosh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/cosh.js new file mode 100644 index 00000000..73f9ada1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/cosh.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.math.cosh'); +var path = require('../../internals/path'); + +module.exports = path.Math.cosh; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/expm1.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/expm1.js new file mode 100644 index 00000000..909cb458 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/expm1.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.math.expm1'); +var path = require('../../internals/path'); + +module.exports = path.Math.expm1; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/fround.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/fround.js new file mode 100644 index 00000000..25e17ca6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/fround.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.math.fround'); +var path = require('../../internals/path'); + +module.exports = path.Math.fround; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/hypot.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/hypot.js new file mode 100644 index 00000000..9d476c81 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/hypot.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.math.hypot'); +var path = require('../../internals/path'); + +module.exports = path.Math.hypot; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/imul.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/imul.js new file mode 100644 index 00000000..4962f305 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/imul.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.math.imul'); +var path = require('../../internals/path'); + +module.exports = path.Math.imul; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/index.js new file mode 100644 index 00000000..a9e7aa96 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/index.js @@ -0,0 +1,22 @@ +'use strict'; +require('../../modules/es.math.acosh'); +require('../../modules/es.math.asinh'); +require('../../modules/es.math.atanh'); +require('../../modules/es.math.cbrt'); +require('../../modules/es.math.clz32'); +require('../../modules/es.math.cosh'); +require('../../modules/es.math.expm1'); +require('../../modules/es.math.fround'); +require('../../modules/es.math.hypot'); +require('../../modules/es.math.imul'); +require('../../modules/es.math.log10'); +require('../../modules/es.math.log1p'); +require('../../modules/es.math.log2'); +require('../../modules/es.math.sign'); +require('../../modules/es.math.sinh'); +require('../../modules/es.math.tanh'); +require('../../modules/es.math.to-string-tag'); +require('../../modules/es.math.trunc'); +var path = require('../../internals/path'); + +module.exports = path.Math; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/log10.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/log10.js new file mode 100644 index 00000000..abe36158 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/log10.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.math.log10'); +var path = require('../../internals/path'); + +module.exports = path.Math.log10; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/log1p.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/log1p.js new file mode 100644 index 00000000..ea24c241 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/log1p.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.math.log1p'); +var path = require('../../internals/path'); + +module.exports = path.Math.log1p; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/log2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/log2.js new file mode 100644 index 00000000..39aca146 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/log2.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.math.log2'); +var path = require('../../internals/path'); + +module.exports = path.Math.log2; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/sign.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/sign.js new file mode 100644 index 00000000..7d3c8353 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/sign.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.math.sign'); +var path = require('../../internals/path'); + +module.exports = path.Math.sign; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/sinh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/sinh.js new file mode 100644 index 00000000..07412d61 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/sinh.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.math.sinh'); +var path = require('../../internals/path'); + +module.exports = path.Math.sinh; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/tanh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/tanh.js new file mode 100644 index 00000000..906be86e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/tanh.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.math.tanh'); +var path = require('../../internals/path'); + +module.exports = path.Math.tanh; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/to-string-tag.js new file mode 100644 index 00000000..f59580ac --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/to-string-tag.js @@ -0,0 +1,4 @@ +'use strict'; +require('../../modules/es.math.to-string-tag'); + +module.exports = 'Math'; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/trunc.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/trunc.js new file mode 100644 index 00000000..491a41a2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/math/trunc.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.math.trunc'); +var path = require('../../internals/path'); + +module.exports = path.Math.trunc; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/constructor.js new file mode 100644 index 00000000..77d9d6d9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/constructor.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.number.constructor'); +var path = require('../../internals/path'); + +module.exports = path.Number; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/epsilon.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/epsilon.js new file mode 100644 index 00000000..a0405ff4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/epsilon.js @@ -0,0 +1,4 @@ +'use strict'; +require('../../modules/es.number.epsilon'); + +module.exports = Math.pow(2, -52); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/index.js new file mode 100644 index 00000000..f1eaa61e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/index.js @@ -0,0 +1,17 @@ +'use strict'; +require('../../modules/es.number.constructor'); +require('../../modules/es.number.epsilon'); +require('../../modules/es.number.is-finite'); +require('../../modules/es.number.is-integer'); +require('../../modules/es.number.is-nan'); +require('../../modules/es.number.is-safe-integer'); +require('../../modules/es.number.max-safe-integer'); +require('../../modules/es.number.min-safe-integer'); +require('../../modules/es.number.parse-float'); +require('../../modules/es.number.parse-int'); +require('../../modules/es.number.to-exponential'); +require('../../modules/es.number.to-fixed'); +require('../../modules/es.number.to-precision'); +var path = require('../../internals/path'); + +module.exports = path.Number; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/is-finite.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/is-finite.js new file mode 100644 index 00000000..c57cd98a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/is-finite.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.number.is-finite'); +var path = require('../../internals/path'); + +module.exports = path.Number.isFinite; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/is-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/is-integer.js new file mode 100644 index 00000000..9c1e3ce2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/is-integer.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.number.is-integer'); +var path = require('../../internals/path'); + +module.exports = path.Number.isInteger; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/is-nan.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/is-nan.js new file mode 100644 index 00000000..e55780fd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/is-nan.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.number.is-nan'); +var path = require('../../internals/path'); + +module.exports = path.Number.isNaN; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/is-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/is-safe-integer.js new file mode 100644 index 00000000..a83cb0f0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/is-safe-integer.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.number.is-safe-integer'); +var path = require('../../internals/path'); + +module.exports = path.Number.isSafeInteger; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/max-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/max-safe-integer.js new file mode 100644 index 00000000..68c978c9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/max-safe-integer.js @@ -0,0 +1,4 @@ +'use strict'; +require('../../modules/es.number.max-safe-integer'); + +module.exports = 0x1FFFFFFFFFFFFF; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/min-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/min-safe-integer.js new file mode 100644 index 00000000..03545663 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/min-safe-integer.js @@ -0,0 +1,4 @@ +'use strict'; +require('../../modules/es.number.min-safe-integer'); + +module.exports = -0x1FFFFFFFFFFFFF; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/parse-float.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/parse-float.js new file mode 100644 index 00000000..43015af6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/parse-float.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.number.parse-float'); +var path = require('../../internals/path'); + +module.exports = path.Number.parseFloat; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/parse-int.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/parse-int.js new file mode 100644 index 00000000..90660fc5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/parse-int.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.number.parse-int'); +var path = require('../../internals/path'); + +module.exports = path.Number.parseInt; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/to-exponential.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/to-exponential.js new file mode 100644 index 00000000..cb5f64e6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/to-exponential.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.number.to-exponential'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Number', 'toExponential'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/to-fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/to-fixed.js new file mode 100644 index 00000000..f96050d7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/to-fixed.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.number.to-fixed'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Number', 'toFixed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/to-precision.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/to-precision.js new file mode 100644 index 00000000..395353d9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/to-precision.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.number.to-precision'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Number', 'toPrecision'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/virtual/index.js new file mode 100644 index 00000000..14140394 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/virtual/index.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../../modules/es.number.to-exponential'); +require('../../../modules/es.number.to-fixed'); +require('../../../modules/es.number.to-precision'); +var entryVirtual = require('../../../internals/entry-virtual'); + +module.exports = entryVirtual('Number'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/virtual/to-exponential.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/virtual/to-exponential.js new file mode 100644 index 00000000..16c701a0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/virtual/to-exponential.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.number.to-exponential'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Number', 'toExponential'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/virtual/to-fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/virtual/to-fixed.js new file mode 100644 index 00000000..13f923c8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/virtual/to-fixed.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.number.to-fixed'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Number', 'toFixed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/virtual/to-precision.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/virtual/to-precision.js new file mode 100644 index 00000000..3f140059 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/number/virtual/to-precision.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.number.to-precision'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Number', 'toPrecision'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/assign.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/assign.js new file mode 100644 index 00000000..a65486bc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/assign.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.assign'); +var path = require('../../internals/path'); + +module.exports = path.Object.assign; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/create.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/create.js new file mode 100644 index 00000000..4c8ed6d9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/create.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/es.object.create'); +var path = require('../../internals/path'); + +var Object = path.Object; + +module.exports = function create(P, D) { + return Object.create(P, D); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/define-getter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/define-getter.js new file mode 100644 index 00000000..a7073b97 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/define-getter.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.define-getter'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Object', '__defineGetter__'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/define-properties.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/define-properties.js new file mode 100644 index 00000000..6b3959e7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/define-properties.js @@ -0,0 +1,11 @@ +'use strict'; +require('../../modules/es.object.define-properties'); +var path = require('../../internals/path'); + +var Object = path.Object; + +var defineProperties = module.exports = function defineProperties(T, D) { + return Object.defineProperties(T, D); +}; + +if (Object.defineProperties.sham) defineProperties.sham = true; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/define-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/define-property.js new file mode 100644 index 00000000..26b927b3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/define-property.js @@ -0,0 +1,11 @@ +'use strict'; +require('../../modules/es.object.define-property'); +var path = require('../../internals/path'); + +var Object = path.Object; + +var defineProperty = module.exports = function defineProperty(it, key, desc) { + return Object.defineProperty(it, key, desc); +}; + +if (Object.defineProperty.sham) defineProperty.sham = true; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/define-setter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/define-setter.js new file mode 100644 index 00000000..0b35deca --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/define-setter.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.define-setter'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Object', '__defineSetter__'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/entries.js new file mode 100644 index 00000000..5670fe3b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/entries.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.entries'); +var path = require('../../internals/path'); + +module.exports = path.Object.entries; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/freeze.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/freeze.js new file mode 100644 index 00000000..f0bc19a4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/freeze.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.freeze'); +var path = require('../../internals/path'); + +module.exports = path.Object.freeze; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/from-entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/from-entries.js new file mode 100644 index 00000000..9177fecd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/from-entries.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/es.object.from-entries'); +var path = require('../../internals/path'); + +module.exports = path.Object.fromEntries; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-own-property-descriptor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-own-property-descriptor.js new file mode 100644 index 00000000..069b1514 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-own-property-descriptor.js @@ -0,0 +1,11 @@ +'use strict'; +require('../../modules/es.object.get-own-property-descriptor'); +var path = require('../../internals/path'); + +var Object = path.Object; + +var getOwnPropertyDescriptor = module.exports = function getOwnPropertyDescriptor(it, key) { + return Object.getOwnPropertyDescriptor(it, key); +}; + +if (Object.getOwnPropertyDescriptor.sham) getOwnPropertyDescriptor.sham = true; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-own-property-descriptors.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-own-property-descriptors.js new file mode 100644 index 00000000..71551921 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-own-property-descriptors.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.get-own-property-descriptors'); +var path = require('../../internals/path'); + +module.exports = path.Object.getOwnPropertyDescriptors; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-own-property-names.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-own-property-names.js new file mode 100644 index 00000000..fe438dd7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-own-property-names.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/es.object.get-own-property-names'); +var path = require('../../internals/path'); + +var Object = path.Object; + +module.exports = function getOwnPropertyNames(it) { + return Object.getOwnPropertyNames(it); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-own-property-symbols.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-own-property-symbols.js new file mode 100644 index 00000000..5238c786 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-own-property-symbols.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.symbol'); +var path = require('../../internals/path'); + +module.exports = path.Object.getOwnPropertySymbols; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-prototype-of.js new file mode 100644 index 00000000..a0af9c62 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/get-prototype-of.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.get-prototype-of'); +var path = require('../../internals/path'); + +module.exports = path.Object.getPrototypeOf; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/group-by.js new file mode 100644 index 00000000..52a006cf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/group-by.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.object.create'); +require('../../modules/es.object.group-by'); + +var path = require('../../internals/path'); + +module.exports = path.Object.groupBy; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/has-own.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/has-own.js new file mode 100644 index 00000000..bf8685c2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/has-own.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.has-own'); +var path = require('../../internals/path'); + +module.exports = path.Object.hasOwn; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/index.js new file mode 100644 index 00000000..266bb6e0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/index.js @@ -0,0 +1,36 @@ +'use strict'; +require('../../modules/es.symbol'); +require('../../modules/es.object.assign'); +require('../../modules/es.object.create'); +require('../../modules/es.object.define-property'); +require('../../modules/es.object.define-properties'); +require('../../modules/es.object.entries'); +require('../../modules/es.object.freeze'); +require('../../modules/es.object.from-entries'); +require('../../modules/es.object.get-own-property-descriptor'); +require('../../modules/es.object.get-own-property-descriptors'); +require('../../modules/es.object.get-own-property-names'); +require('../../modules/es.object.get-prototype-of'); +require('../../modules/es.object.group-by'); +require('../../modules/es.object.has-own'); +require('../../modules/es.object.is'); +require('../../modules/es.object.is-extensible'); +require('../../modules/es.object.is-frozen'); +require('../../modules/es.object.is-sealed'); +require('../../modules/es.object.keys'); +require('../../modules/es.object.prevent-extensions'); +require('../../modules/es.object.proto'); +require('../../modules/es.object.seal'); +require('../../modules/es.object.set-prototype-of'); +require('../../modules/es.object.values'); +require('../../modules/es.object.to-string'); +require('../../modules/es.object.define-getter'); +require('../../modules/es.object.define-setter'); +require('../../modules/es.object.lookup-getter'); +require('../../modules/es.object.lookup-setter'); +require('../../modules/es.json.to-string-tag'); +require('../../modules/es.math.to-string-tag'); +require('../../modules/es.reflect.to-string-tag'); +var path = require('../../internals/path'); + +module.exports = path.Object; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/is-extensible.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/is-extensible.js new file mode 100644 index 00000000..8472a831 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/is-extensible.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.is-extensible'); +var path = require('../../internals/path'); + +module.exports = path.Object.isExtensible; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/is-frozen.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/is-frozen.js new file mode 100644 index 00000000..7ce78483 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/is-frozen.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.is-frozen'); +var path = require('../../internals/path'); + +module.exports = path.Object.isFrozen; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/is-sealed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/is-sealed.js new file mode 100644 index 00000000..d7f4b3d0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/is-sealed.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.is-sealed'); +var path = require('../../internals/path'); + +module.exports = path.Object.isSealed; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/is.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/is.js new file mode 100644 index 00000000..9b0dbc36 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/is.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.is'); +var path = require('../../internals/path'); + +module.exports = path.Object.is; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/keys.js new file mode 100644 index 00000000..e0c01431 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/keys.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.keys'); +var path = require('../../internals/path'); + +module.exports = path.Object.keys; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/lookup-getter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/lookup-getter.js new file mode 100644 index 00000000..cadd1f36 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/lookup-getter.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.lookup-getter'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Object', '__lookupGetter__'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/lookup-setter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/lookup-setter.js new file mode 100644 index 00000000..6afc30f1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/lookup-setter.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.lookup-setter'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Object', '__lookupSetter__'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/prevent-extensions.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/prevent-extensions.js new file mode 100644 index 00000000..4c0a44ab --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/prevent-extensions.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.prevent-extensions'); +var path = require('../../internals/path'); + +module.exports = path.Object.preventExtensions; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/proto.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/proto.js new file mode 100644 index 00000000..611f1683 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/proto.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.object.proto'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/seal.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/seal.js new file mode 100644 index 00000000..4da8ba8a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/seal.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.seal'); +var path = require('../../internals/path'); + +module.exports = path.Object.seal; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/set-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/set-prototype-of.js new file mode 100644 index 00000000..29200893 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/set-prototype-of.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.set-prototype-of'); +var path = require('../../internals/path'); + +module.exports = path.Object.setPrototypeOf; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/to-string.js new file mode 100644 index 00000000..76f65f6d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/to-string.js @@ -0,0 +1,10 @@ +'use strict'; +require('../../modules/es.json.to-string-tag'); +require('../../modules/es.math.to-string-tag'); +require('../../modules/es.object.to-string'); +require('../../modules/es.reflect.to-string-tag'); +var classof = require('../../internals/classof'); + +module.exports = function (it) { + return '[object ' + classof(it) + ']'; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/values.js new file mode 100644 index 00000000..6c4f188a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/object/values.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.values'); +var path = require('../../internals/path'); + +module.exports = path.Object.values; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/parse-float.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/parse-float.js new file mode 100644 index 00000000..38fcad1f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/parse-float.js @@ -0,0 +1,5 @@ +'use strict'; +require('../modules/es.parse-float'); +var path = require('../internals/path'); + +module.exports = path.parseFloat; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/parse-int.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/parse-int.js new file mode 100644 index 00000000..9859572f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/parse-int.js @@ -0,0 +1,5 @@ +'use strict'; +require('../modules/es.parse-int'); +var path = require('../internals/path'); + +module.exports = path.parseInt; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/all-settled.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/all-settled.js new file mode 100644 index 00000000..9f9875e7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/all-settled.js @@ -0,0 +1,16 @@ +'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/es.promise.all-settled'); +require('../../modules/es.string.iterator'); +var call = require('../../internals/function-call'); +var isCallable = require('../../internals/is-callable'); +var path = require('../../internals/path'); + +var Promise = path.Promise; +var $allSettled = Promise.allSettled; + +module.exports = function allSettled(iterable) { + return call($allSettled, isCallable(this) ? this : Promise, iterable); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/any.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/any.js new file mode 100644 index 00000000..8e49250c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/any.js @@ -0,0 +1,17 @@ +'use strict'; +require('../../modules/es.aggregate-error'); +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/es.promise.any'); +require('../../modules/es.string.iterator'); +var call = require('../../internals/function-call'); +var isCallable = require('../../internals/is-callable'); +var path = require('../../internals/path'); + +var Promise = path.Promise; +var $any = Promise.any; + +module.exports = function any(iterable) { + return call($any, isCallable(this) ? this : Promise, iterable); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/finally.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/finally.js new file mode 100644 index 00000000..6a07c1a2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/finally.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/es.promise.finally'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Promise', 'finally'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/index.js new file mode 100644 index 00000000..5c758b41 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/index.js @@ -0,0 +1,14 @@ +'use strict'; +require('../../modules/es.aggregate-error'); +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/es.promise.all-settled'); +require('../../modules/es.promise.any'); +require('../../modules/es.promise.try'); +require('../../modules/es.promise.with-resolvers'); +require('../../modules/es.promise.finally'); +require('../../modules/es.string.iterator'); +var path = require('../../internals/path'); + +module.exports = path.Promise; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/try.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/try.js new file mode 100644 index 00000000..c3e99599 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/try.js @@ -0,0 +1,15 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/es.promise.try'); +var apply = require('../../internals/function-apply'); +var isCallable = require('../../internals/is-callable'); +var path = require('../../internals/path'); + +var Promise = path.Promise; +var $try = Promise['try']; + +// eslint-disable-next-line no-unused-vars -- required for arity +module.exports = ({ 'try': function (callbackfn /* , ...args */) { + return apply($try, isCallable(this) ? this : Promise, arguments); +} })['try']; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/with-resolvers.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/with-resolvers.js new file mode 100644 index 00000000..0e2f6a0e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/promise/with-resolvers.js @@ -0,0 +1,13 @@ +'use strict'; +require('../../modules/es.promise'); +require('../../modules/es.promise.with-resolvers'); +var call = require('../../internals/function-call'); +var isCallable = require('../../internals/is-callable'); +var path = require('../../internals/path'); + +var Promise = path.Promise; +var promiseWithResolvers = Promise.withResolvers; + +module.exports = function withResolvers() { + return call(promiseWithResolvers, isCallable(this) ? this : Promise); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/apply.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/apply.js new file mode 100644 index 00000000..3e20a2d5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/apply.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.reflect.apply'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.apply; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/construct.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/construct.js new file mode 100644 index 00000000..c2118b2b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/construct.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.reflect.construct'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.construct; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/define-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/define-property.js new file mode 100644 index 00000000..b2366a70 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/define-property.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.reflect.define-property'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.defineProperty; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/delete-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/delete-property.js new file mode 100644 index 00000000..43f7cc3d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/delete-property.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.reflect.delete-property'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.deleteProperty; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/get-own-property-descriptor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/get-own-property-descriptor.js new file mode 100644 index 00000000..24260523 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/get-own-property-descriptor.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.reflect.get-own-property-descriptor'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.getOwnPropertyDescriptor; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/get-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/get-prototype-of.js new file mode 100644 index 00000000..a53ab730 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/get-prototype-of.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.reflect.get-prototype-of'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.getPrototypeOf; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/get.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/get.js new file mode 100644 index 00000000..ec57c086 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/get.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.reflect.get'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.get; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/has.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/has.js new file mode 100644 index 00000000..70f721ba --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/has.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.reflect.has'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.has; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/index.js new file mode 100644 index 00000000..0916f6ae --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/index.js @@ -0,0 +1,19 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.reflect.apply'); +require('../../modules/es.reflect.construct'); +require('../../modules/es.reflect.define-property'); +require('../../modules/es.reflect.delete-property'); +require('../../modules/es.reflect.get'); +require('../../modules/es.reflect.get-own-property-descriptor'); +require('../../modules/es.reflect.get-prototype-of'); +require('../../modules/es.reflect.has'); +require('../../modules/es.reflect.is-extensible'); +require('../../modules/es.reflect.own-keys'); +require('../../modules/es.reflect.prevent-extensions'); +require('../../modules/es.reflect.set'); +require('../../modules/es.reflect.set-prototype-of'); +require('../../modules/es.reflect.to-string-tag'); +var path = require('../../internals/path'); + +module.exports = path.Reflect; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/is-extensible.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/is-extensible.js new file mode 100644 index 00000000..c234774b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/is-extensible.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.reflect.is-extensible'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.isExtensible; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/own-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/own-keys.js new file mode 100644 index 00000000..15a75b28 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/own-keys.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.reflect.own-keys'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.ownKeys; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/prevent-extensions.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/prevent-extensions.js new file mode 100644 index 00000000..e5a758eb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/prevent-extensions.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.reflect.prevent-extensions'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.preventExtensions; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/set-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/set-prototype-of.js new file mode 100644 index 00000000..7fa3db9a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/set-prototype-of.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.reflect.set-prototype-of'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.setPrototypeOf; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/set.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/set.js new file mode 100644 index 00000000..ffaaef7a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/set.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.reflect.set'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.set; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/to-string-tag.js new file mode 100644 index 00000000..be533d07 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/reflect/to-string-tag.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.reflect.to-string-tag'); + +module.exports = 'Reflect'; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/constructor.js new file mode 100644 index 00000000..6c5d1e1e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/constructor.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.regexp.constructor'); +require('../../modules/es.regexp.dot-all'); +require('../../modules/es.regexp.exec'); +require('../../modules/es.regexp.sticky'); + +module.exports = RegExp; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/dot-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/dot-all.js new file mode 100644 index 00000000..10f2571b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/dot-all.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.regexp.constructor'); +require('../../modules/es.regexp.dot-all'); +require('../../modules/es.regexp.exec'); + +module.exports = function (it) { + return it.dotAll; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/flags.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/flags.js new file mode 100644 index 00000000..cda54e4a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/flags.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.regexp.flags'); +var getRegExpFlags = require('../../internals/regexp-get-flags'); + +module.exports = getRegExpFlags; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/index.js new file mode 100644 index 00000000..27c4121f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/index.js @@ -0,0 +1,12 @@ +'use strict'; +require('../../modules/es.regexp.constructor'); +require('../../modules/es.regexp.to-string'); +require('../../modules/es.regexp.dot-all'); +require('../../modules/es.regexp.exec'); +require('../../modules/es.regexp.flags'); +require('../../modules/es.regexp.sticky'); +require('../../modules/es.regexp.test'); +require('../../modules/es.string.match'); +require('../../modules/es.string.replace'); +require('../../modules/es.string.search'); +require('../../modules/es.string.split'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/match.js new file mode 100644 index 00000000..48803ceb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/match.js @@ -0,0 +1,11 @@ +'use strict'; +require('../../modules/es.regexp.exec'); +require('../../modules/es.string.match'); +var call = require('../../internals/function-call'); +var wellKnownSymbol = require('../../internals/well-known-symbol'); + +var MATCH = wellKnownSymbol('match'); + +module.exports = function (it, str) { + return call(RegExp.prototype[MATCH], it, str); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/replace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/replace.js new file mode 100644 index 00000000..f1182047 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/replace.js @@ -0,0 +1,11 @@ +'use strict'; +require('../../modules/es.regexp.exec'); +require('../../modules/es.string.replace'); +var call = require('../../internals/function-call'); +var wellKnownSymbol = require('../../internals/well-known-symbol'); + +var REPLACE = wellKnownSymbol('replace'); + +module.exports = function (it, str, replacer) { + return call(RegExp.prototype[REPLACE], it, str, replacer); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/search.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/search.js new file mode 100644 index 00000000..ef3edf03 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/search.js @@ -0,0 +1,11 @@ +'use strict'; +require('../../modules/es.regexp.exec'); +require('../../modules/es.string.search'); +var call = require('../../internals/function-call'); +var wellKnownSymbol = require('../../internals/well-known-symbol'); + +var SEARCH = wellKnownSymbol('search'); + +module.exports = function (it, str) { + return call(RegExp.prototype[SEARCH], it, str); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/split.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/split.js new file mode 100644 index 00000000..91cbd2cb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/split.js @@ -0,0 +1,11 @@ +'use strict'; +require('../../modules/es.regexp.exec'); +require('../../modules/es.string.split'); +var call = require('../../internals/function-call'); +var wellKnownSymbol = require('../../internals/well-known-symbol'); + +var SPLIT = wellKnownSymbol('split'); + +module.exports = function (it, str, limit) { + return call(RegExp.prototype[SPLIT], it, str, limit); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/sticky.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/sticky.js new file mode 100644 index 00000000..9726f3d5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/sticky.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.regexp.constructor'); +require('../../modules/es.regexp.exec'); +require('../../modules/es.regexp.sticky'); + +module.exports = function (it) { + return it.sticky; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/test.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/test.js new file mode 100644 index 00000000..cc779f4e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/test.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.regexp.exec'); +require('../../modules/es.regexp.test'); +var uncurryThis = require('../../internals/function-uncurry-this'); + +module.exports = uncurryThis(/./.test); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/to-string.js new file mode 100644 index 00000000..c42ce3ee --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/regexp/to-string.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.regexp.to-string'); +var uncurryThis = require('../../internals/function-uncurry-this'); + +module.exports = uncurryThis(/./.toString); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/difference.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/difference.js new file mode 100644 index 00000000..cc5a1d64 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/difference.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.set'); +require('../../modules/es.set.difference.v2'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'difference'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/index.js new file mode 100644 index 00000000..9a300f8f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/index.js @@ -0,0 +1,15 @@ +'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); +require('../../modules/es.set'); +require('../../modules/es.set.difference.v2'); +require('../../modules/es.set.intersection.v2'); +require('../../modules/es.set.is-disjoint-from.v2'); +require('../../modules/es.set.is-subset-of.v2'); +require('../../modules/es.set.is-superset-of.v2'); +require('../../modules/es.set.symmetric-difference.v2'); +require('../../modules/es.set.union.v2'); +require('../../modules/es.string.iterator'); +var path = require('../../internals/path'); + +module.exports = path.Set; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/intersection.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/intersection.js new file mode 100644 index 00000000..8c2b7a1c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/intersection.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.set'); +require('../../modules/es.set.intersection.v2'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'intersection'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/is-disjoint-from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/is-disjoint-from.js new file mode 100644 index 00000000..18888696 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/is-disjoint-from.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.set'); +require('../../modules/es.set.is-disjoint-from.v2'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'isDisjointFrom'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/is-subset-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/is-subset-of.js new file mode 100644 index 00000000..242f7174 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/is-subset-of.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.set'); +require('../../modules/es.set.is-subset-of.v2'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'isSubsetOf'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/is-superset-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/is-superset-of.js new file mode 100644 index 00000000..ee81cfb4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/is-superset-of.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.set'); +require('../../modules/es.set.is-superset-of.v2'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'isSupersetOf'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/symmetric-difference.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/symmetric-difference.js new file mode 100644 index 00000000..60fbf7b5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/symmetric-difference.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.set'); +require('../../modules/es.set.symmetric-difference.v2'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'symmetricDifference'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/union.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/union.js new file mode 100644 index 00000000..d5d7516d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/set/union.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.set'); +require('../../modules/es.set.union.v2'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'union'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/anchor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/anchor.js new file mode 100644 index 00000000..627f397a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/anchor.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.anchor'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'anchor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/at.js new file mode 100644 index 00000000..1183270b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/at.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.at-alternative'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/big.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/big.js new file mode 100644 index 00000000..08cc112c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/big.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.big'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'big'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/blink.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/blink.js new file mode 100644 index 00000000..2741fb4f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/blink.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.blink'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'blink'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/bold.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/bold.js new file mode 100644 index 00000000..24065f77 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/bold.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.bold'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'bold'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/code-point-at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/code-point-at.js new file mode 100644 index 00000000..7a6bc5c9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/code-point-at.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.code-point-at'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'codePointAt'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/ends-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/ends-with.js new file mode 100644 index 00000000..d5980203 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/ends-with.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.ends-with'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'endsWith'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/fixed.js new file mode 100644 index 00000000..9d703482 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/fixed.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.fixed'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'fixed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/fontcolor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/fontcolor.js new file mode 100644 index 00000000..056c07d9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/fontcolor.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.fontcolor'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'fontcolor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/fontsize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/fontsize.js new file mode 100644 index 00000000..8784d06c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/fontsize.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.fontsize'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'fontsize'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/from-code-point.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/from-code-point.js new file mode 100644 index 00000000..93ba4ce7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/from-code-point.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.from-code-point'); +var path = require('../../internals/path'); + +module.exports = path.String.fromCodePoint; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/includes.js new file mode 100644 index 00000000..0b6f480f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/includes.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.includes'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'includes'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/index.js new file mode 100644 index 00000000..6529e2d7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/index.js @@ -0,0 +1,42 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.regexp.exec'); +require('../../modules/es.string.from-code-point'); +require('../../modules/es.string.raw'); +require('../../modules/es.string.code-point-at'); +require('../../modules/es.string.at-alternative'); +require('../../modules/es.string.ends-with'); +require('../../modules/es.string.includes'); +require('../../modules/es.string.is-well-formed'); +require('../../modules/es.string.match'); +require('../../modules/es.string.match-all'); +require('../../modules/es.string.pad-end'); +require('../../modules/es.string.pad-start'); +require('../../modules/es.string.repeat'); +require('../../modules/es.string.replace'); +require('../../modules/es.string.replace-all'); +require('../../modules/es.string.search'); +require('../../modules/es.string.split'); +require('../../modules/es.string.starts-with'); +require('../../modules/es.string.substr'); +require('../../modules/es.string.to-well-formed'); +require('../../modules/es.string.trim'); +require('../../modules/es.string.trim-start'); +require('../../modules/es.string.trim-end'); +require('../../modules/es.string.iterator'); +require('../../modules/es.string.anchor'); +require('../../modules/es.string.big'); +require('../../modules/es.string.blink'); +require('../../modules/es.string.bold'); +require('../../modules/es.string.fixed'); +require('../../modules/es.string.fontcolor'); +require('../../modules/es.string.fontsize'); +require('../../modules/es.string.italics'); +require('../../modules/es.string.link'); +require('../../modules/es.string.small'); +require('../../modules/es.string.strike'); +require('../../modules/es.string.sub'); +require('../../modules/es.string.sup'); +var path = require('../../internals/path'); + +module.exports = path.String; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/is-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/is-well-formed.js new file mode 100644 index 00000000..6504ed06 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/is-well-formed.js @@ -0,0 +1,4 @@ +'use strict'; +require('../../modules/es.string.is-well-formed'); + +module.exports = require('../../internals/entry-unbind')('String', 'isWellFormed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/italics.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/italics.js new file mode 100644 index 00000000..0d5b42c3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/italics.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.italics'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'italics'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/iterator.js new file mode 100644 index 00000000..3b1e83b2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/iterator.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.string.iterator'); +var uncurryThis = require('../../internals/function-uncurry-this'); +var Iterators = require('../../internals/iterators'); + +module.exports = uncurryThis(Iterators.String); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/link.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/link.js new file mode 100644 index 00000000..d40cc6df --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/link.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.link'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'link'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/match-all.js new file mode 100644 index 00000000..d51c037f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/match-all.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.regexp.exec'); +require('../../modules/es.string.match-all'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'matchAll'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/match.js new file mode 100644 index 00000000..2aeded5a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/match.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.regexp.exec'); +require('../../modules/es.string.match'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'match'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/pad-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/pad-end.js new file mode 100644 index 00000000..f6316351 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/pad-end.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.pad-end'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'padEnd'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/pad-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/pad-start.js new file mode 100644 index 00000000..e4e2e4de --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/pad-start.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.pad-start'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'padStart'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/raw.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/raw.js new file mode 100644 index 00000000..3da97615 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/raw.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.raw'); +var path = require('../../internals/path'); + +module.exports = path.String.raw; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/repeat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/repeat.js new file mode 100644 index 00000000..dd725d25 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/repeat.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.repeat'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'repeat'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/replace-all.js new file mode 100644 index 00000000..36ff09f3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/replace-all.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.regexp.exec'); +require('../../modules/es.string.replace'); +require('../../modules/es.string.replace-all'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'replaceAll'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/replace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/replace.js new file mode 100644 index 00000000..724b8118 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/replace.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.regexp.exec'); +require('../../modules/es.string.replace'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'replace'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/search.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/search.js new file mode 100644 index 00000000..d85960cb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/search.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.regexp.exec'); +require('../../modules/es.string.search'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'search'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/small.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/small.js new file mode 100644 index 00000000..1d5bd501 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/small.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.small'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'small'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/split.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/split.js new file mode 100644 index 00000000..e449df0b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/split.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.regexp.exec'); +require('../../modules/es.string.split'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'split'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/starts-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/starts-with.js new file mode 100644 index 00000000..ebf96ad5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/starts-with.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.starts-with'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'startsWith'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/strike.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/strike.js new file mode 100644 index 00000000..0ea8a3a8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/strike.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.strike'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'strike'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/sub.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/sub.js new file mode 100644 index 00000000..9ba0d459 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/sub.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.sub'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'sub'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/substr.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/substr.js new file mode 100644 index 00000000..6159b9ec --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/substr.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.substr'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'substr'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/sup.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/sup.js new file mode 100644 index 00000000..fd0a477e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/sup.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.sup'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'sup'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/to-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/to-well-formed.js new file mode 100644 index 00000000..151870ad --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/to-well-formed.js @@ -0,0 +1,4 @@ +'use strict'; +require('../../modules/es.string.to-well-formed'); + +module.exports = require('../../internals/entry-unbind')('String', 'toWellFormed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim-end.js new file mode 100644 index 00000000..1ca5a974 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim-end.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.trim-end'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'trimRight'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim-left.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim-left.js new file mode 100644 index 00000000..ea85dd93 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim-left.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.trim-start'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'trimLeft'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim-right.js new file mode 100644 index 00000000..1ca5a974 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim-right.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.trim-end'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'trimRight'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim-start.js new file mode 100644 index 00000000..ea85dd93 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim-start.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.trim-start'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'trimLeft'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim.js new file mode 100644 index 00000000..4ae27eb4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/trim.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.string.trim'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'trim'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/anchor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/anchor.js new file mode 100644 index 00000000..fc4dce9b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/anchor.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.anchor'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'anchor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/at.js new file mode 100644 index 00000000..bea638a2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/at.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.at-alternative'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/big.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/big.js new file mode 100644 index 00000000..07d2c7cd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/big.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.big'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'big'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/blink.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/blink.js new file mode 100644 index 00000000..dddf5b07 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/blink.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.blink'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'blink'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/bold.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/bold.js new file mode 100644 index 00000000..7c74a78f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/bold.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.bold'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'bold'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/code-point-at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/code-point-at.js new file mode 100644 index 00000000..593ef4ca --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/code-point-at.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.code-point-at'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'codePointAt'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/ends-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/ends-with.js new file mode 100644 index 00000000..a45a986d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/ends-with.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.ends-with'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'endsWith'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/fixed.js new file mode 100644 index 00000000..bbde9c3a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/fixed.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.fixed'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'fixed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/fontcolor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/fontcolor.js new file mode 100644 index 00000000..d5f95685 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/fontcolor.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.fontcolor'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'fontcolor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/fontsize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/fontsize.js new file mode 100644 index 00000000..82839207 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/fontsize.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.fontsize'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'fontsize'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/includes.js new file mode 100644 index 00000000..b75490a7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/includes.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.includes'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'includes'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/index.js new file mode 100644 index 00000000..70199c93 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/index.js @@ -0,0 +1,38 @@ +'use strict'; +require('../../../modules/es.object.to-string'); +require('../../../modules/es.regexp.exec'); +require('../../../modules/es.string.at-alternative'); +require('../../../modules/es.string.code-point-at'); +require('../../../modules/es.string.ends-with'); +require('../../../modules/es.string.includes'); +require('../../../modules/es.string.match'); +require('../../../modules/es.string.match-all'); +require('../../../modules/es.string.pad-end'); +require('../../../modules/es.string.pad-start'); +require('../../../modules/es.string.repeat'); +require('../../../modules/es.string.replace'); +require('../../../modules/es.string.replace-all'); +require('../../../modules/es.string.search'); +require('../../../modules/es.string.split'); +require('../../../modules/es.string.starts-with'); +require('../../../modules/es.string.substr'); +require('../../../modules/es.string.trim'); +require('../../../modules/es.string.trim-start'); +require('../../../modules/es.string.trim-end'); +require('../../../modules/es.string.iterator'); +require('../../../modules/es.string.anchor'); +require('../../../modules/es.string.big'); +require('../../../modules/es.string.blink'); +require('../../../modules/es.string.bold'); +require('../../../modules/es.string.fixed'); +require('../../../modules/es.string.fontcolor'); +require('../../../modules/es.string.fontsize'); +require('../../../modules/es.string.italics'); +require('../../../modules/es.string.link'); +require('../../../modules/es.string.small'); +require('../../../modules/es.string.strike'); +require('../../../modules/es.string.sub'); +require('../../../modules/es.string.sup'); +var entryVirtual = require('../../../internals/entry-virtual'); + +module.exports = entryVirtual('String'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/is-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/is-well-formed.js new file mode 100644 index 00000000..620db5ed --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/is-well-formed.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.is-well-formed'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'isWellFormed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/italics.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/italics.js new file mode 100644 index 00000000..59866c12 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/italics.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.italics'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'italics'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/iterator.js new file mode 100644 index 00000000..613d81d2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/iterator.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../../modules/es.object.to-string'); +require('../../../modules/es.string.iterator'); +var Iterators = require('../../../internals/iterators'); + +module.exports = Iterators.String; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/link.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/link.js new file mode 100644 index 00000000..f3e9c313 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/link.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.link'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'link'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/match-all.js new file mode 100644 index 00000000..ef1e92ed --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/match-all.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../../modules/es.object.to-string'); +require('../../../modules/es.regexp.exec'); +require('../../../modules/es.string.match-all'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'matchAll'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/pad-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/pad-end.js new file mode 100644 index 00000000..e76542bc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/pad-end.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.pad-end'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'padEnd'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/pad-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/pad-start.js new file mode 100644 index 00000000..56aa70d9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/pad-start.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.pad-start'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'padStart'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/repeat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/repeat.js new file mode 100644 index 00000000..b8d857be --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/repeat.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.repeat'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'repeat'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/replace-all.js new file mode 100644 index 00000000..aeebb974 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/replace-all.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../../modules/es.regexp.exec'); +require('../../../modules/es.string.replace'); +require('../../../modules/es.string.replace-all'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'replaceAll'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/small.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/small.js new file mode 100644 index 00000000..401b13a4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/small.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.small'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'small'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/starts-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/starts-with.js new file mode 100644 index 00000000..d4dbe861 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/starts-with.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.starts-with'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'startsWith'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/strike.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/strike.js new file mode 100644 index 00000000..a0b769c9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/strike.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.strike'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'strike'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/sub.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/sub.js new file mode 100644 index 00000000..c710755a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/sub.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.sub'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'sub'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/substr.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/substr.js new file mode 100644 index 00000000..61a2217d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/substr.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.substr'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'substr'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/sup.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/sup.js new file mode 100644 index 00000000..0707bc01 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/sup.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.sup'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'sup'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/to-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/to-well-formed.js new file mode 100644 index 00000000..87d62757 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/to-well-formed.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.to-well-formed'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'toWellFormed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim-end.js new file mode 100644 index 00000000..bd013aa6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim-end.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.trim-end'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'trimRight'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim-left.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim-left.js new file mode 100644 index 00000000..3987da84 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim-left.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.trim-start'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'trimLeft'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim-right.js new file mode 100644 index 00000000..bd013aa6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim-right.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.trim-end'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'trimRight'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim-start.js new file mode 100644 index 00000000..3987da84 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim-start.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.trim-start'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'trimLeft'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim.js new file mode 100644 index 00000000..02e9b228 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/string/virtual/trim.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/es.string.trim'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'trim'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/async-iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/async-iterator.js new file mode 100644 index 00000000..64b80aea --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/async-iterator.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.symbol.async-iterator'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('asyncIterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/description.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/description.js new file mode 100644 index 00000000..01ce17a6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/description.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.symbol.description'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/for.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/for.js new file mode 100644 index 00000000..9c0a7d09 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/for.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.symbol'); +var path = require('../../internals/path'); + +module.exports = path.Symbol['for']; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/has-instance.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/has-instance.js new file mode 100644 index 00000000..a588394b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/has-instance.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.symbol.has-instance'); +require('../../modules/es.function.has-instance'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('hasInstance'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/index.js new file mode 100644 index 00000000..80226abc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/index.js @@ -0,0 +1,24 @@ +'use strict'; +require('../../modules/es.array.concat'); +require('../../modules/es.object.to-string'); +require('../../modules/es.symbol'); +require('../../modules/es.symbol.async-iterator'); +require('../../modules/es.symbol.description'); +require('../../modules/es.symbol.has-instance'); +require('../../modules/es.symbol.is-concat-spreadable'); +require('../../modules/es.symbol.iterator'); +require('../../modules/es.symbol.match'); +require('../../modules/es.symbol.match-all'); +require('../../modules/es.symbol.replace'); +require('../../modules/es.symbol.search'); +require('../../modules/es.symbol.species'); +require('../../modules/es.symbol.split'); +require('../../modules/es.symbol.to-primitive'); +require('../../modules/es.symbol.to-string-tag'); +require('../../modules/es.symbol.unscopables'); +require('../../modules/es.json.to-string-tag'); +require('../../modules/es.math.to-string-tag'); +require('../../modules/es.reflect.to-string-tag'); +var path = require('../../internals/path'); + +module.exports = path.Symbol; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/is-concat-spreadable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/is-concat-spreadable.js new file mode 100644 index 00000000..dbf9a5ba --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/is-concat-spreadable.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.array.concat'); +require('../../modules/es.symbol.is-concat-spreadable'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('isConcatSpreadable'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/iterator.js new file mode 100644 index 00000000..dfddcf81 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/iterator.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); +require('../../modules/es.string.iterator'); +require('../../modules/es.symbol.iterator'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/key-for.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/key-for.js new file mode 100644 index 00000000..d04d3d0d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/key-for.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.symbol'); +var path = require('../../internals/path'); + +module.exports = path.Symbol.keyFor; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/match-all.js new file mode 100644 index 00000000..295d0db1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/match-all.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.regexp.exec'); +require('../../modules/es.symbol.match-all'); +require('../../modules/es.string.match-all'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('matchAll'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/match.js new file mode 100644 index 00000000..7047f3d2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/match.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.regexp.exec'); +require('../../modules/es.symbol.match'); +require('../../modules/es.string.match'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('match'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/replace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/replace.js new file mode 100644 index 00000000..8ebfd578 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/replace.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.regexp.exec'); +require('../../modules/es.symbol.replace'); +require('../../modules/es.string.replace'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('replace'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/search.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/search.js new file mode 100644 index 00000000..2510cd65 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/search.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.regexp.exec'); +require('../../modules/es.symbol.search'); +require('../../modules/es.string.search'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('search'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/species.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/species.js new file mode 100644 index 00000000..12f064a9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/species.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.symbol.species'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('species'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/split.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/split.js new file mode 100644 index 00000000..da2c04b8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/split.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.regexp.exec'); +require('../../modules/es.symbol.split'); +require('../../modules/es.string.split'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('split'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/to-primitive.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/to-primitive.js new file mode 100644 index 00000000..c5fde8da --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/to-primitive.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.date.to-primitive'); +require('../../modules/es.symbol.to-primitive'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('toPrimitive'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/to-string-tag.js new file mode 100644 index 00000000..1bf12843 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/to-string-tag.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/es.json.to-string-tag'); +require('../../modules/es.math.to-string-tag'); +require('../../modules/es.object.to-string'); +require('../../modules/es.reflect.to-string-tag'); +require('../../modules/es.symbol.to-string-tag'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('toStringTag'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/unscopables.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/unscopables.js new file mode 100644 index 00000000..5d7799c9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/symbol/unscopables.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.symbol.unscopables'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('unscopables'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/at.js new file mode 100644 index 00000000..17ed4534 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/at.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/copy-within.js new file mode 100644 index 00000000..1381bac0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/copy-within.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.copy-within'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/entries.js new file mode 100644 index 00000000..918a9b36 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/entries.js @@ -0,0 +1,3 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.typed-array.iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/every.js new file mode 100644 index 00000000..530fbbbb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/every.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.every'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/fill.js new file mode 100644 index 00000000..0f13bf5a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/fill.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.fill'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/filter.js new file mode 100644 index 00000000..40bbc516 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/filter.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.filter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/find-index.js new file mode 100644 index 00000000..e5e3a332 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/find-index.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.find-index'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/find-last-index.js new file mode 100644 index 00000000..e2c58bf9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/find-last-index.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.find-last-index'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/find-last.js new file mode 100644 index 00000000..95e41171 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/find-last.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.find-last'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/find.js new file mode 100644 index 00000000..1d89e095 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/find.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.find'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/float32-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/float32-array.js new file mode 100644 index 00000000..9f3e4bb2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/float32-array.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.array-buffer.constructor'); +require('../../modules/es.array-buffer.slice'); +require('../../modules/es.typed-array.float32-array'); +require('./methods'); +var global = require('../../internals/global-this'); + +module.exports = global.Float32Array; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/float64-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/float64-array.js new file mode 100644 index 00000000..5506d7b2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/float64-array.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.array-buffer.constructor'); +require('../../modules/es.array-buffer.slice'); +require('../../modules/es.typed-array.float64-array'); +require('./methods'); +var global = require('../../internals/global-this'); + +module.exports = global.Float64Array; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/for-each.js new file mode 100644 index 00000000..95452249 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/for-each.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.for-each'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/from.js new file mode 100644 index 00000000..b38f31cc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/from.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.from'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/includes.js new file mode 100644 index 00000000..0c825a46 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/includes.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.includes'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/index-of.js new file mode 100644 index 00000000..5e78bf0a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/index-of.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.index-of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/index.js new file mode 100644 index 00000000..9e20b36b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/index.js @@ -0,0 +1,13 @@ +'use strict'; +require('../../modules/es.typed-array.int8-array'); +require('../../modules/es.typed-array.uint8-array'); +require('../../modules/es.typed-array.uint8-clamped-array'); +require('../../modules/es.typed-array.int16-array'); +require('../../modules/es.typed-array.uint16-array'); +require('../../modules/es.typed-array.int32-array'); +require('../../modules/es.typed-array.uint32-array'); +require('../../modules/es.typed-array.float32-array'); +require('../../modules/es.typed-array.float64-array'); +require('./methods'); + +module.exports = require('../../internals/global-this'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/int16-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/int16-array.js new file mode 100644 index 00000000..5ba8637b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/int16-array.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.array-buffer.constructor'); +require('../../modules/es.array-buffer.slice'); +require('../../modules/es.typed-array.int16-array'); +require('./methods'); +var global = require('../../internals/global-this'); + +module.exports = global.Int16Array; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/int32-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/int32-array.js new file mode 100644 index 00000000..24bf1693 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/int32-array.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.array-buffer.constructor'); +require('../../modules/es.array-buffer.slice'); +require('../../modules/es.typed-array.int32-array'); +require('./methods'); +var global = require('../../internals/global-this'); + +module.exports = global.Int32Array; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/int8-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/int8-array.js new file mode 100644 index 00000000..3796320f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/int8-array.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.array-buffer.constructor'); +require('../../modules/es.array-buffer.slice'); +require('../../modules/es.typed-array.int8-array'); +require('./methods'); +var global = require('../../internals/global-this'); + +module.exports = global.Int8Array; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/iterator.js new file mode 100644 index 00000000..918a9b36 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/iterator.js @@ -0,0 +1,3 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.typed-array.iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/join.js new file mode 100644 index 00000000..70465b8d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/join.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.join'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/keys.js new file mode 100644 index 00000000..918a9b36 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/keys.js @@ -0,0 +1,3 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.typed-array.iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/last-index-of.js new file mode 100644 index 00000000..4babd1e7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/last-index-of.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.last-index-of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/map.js new file mode 100644 index 00000000..059366c3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/map.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/methods.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/methods.js new file mode 100644 index 00000000..22b5d7ca --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/methods.js @@ -0,0 +1,34 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.string.iterator'); +require('../../modules/es.typed-array.from'); +require('../../modules/es.typed-array.of'); +require('../../modules/es.typed-array.at'); +require('../../modules/es.typed-array.copy-within'); +require('../../modules/es.typed-array.every'); +require('../../modules/es.typed-array.fill'); +require('../../modules/es.typed-array.filter'); +require('../../modules/es.typed-array.find'); +require('../../modules/es.typed-array.find-index'); +require('../../modules/es.typed-array.find-last'); +require('../../modules/es.typed-array.find-last-index'); +require('../../modules/es.typed-array.for-each'); +require('../../modules/es.typed-array.includes'); +require('../../modules/es.typed-array.index-of'); +require('../../modules/es.typed-array.join'); +require('../../modules/es.typed-array.last-index-of'); +require('../../modules/es.typed-array.map'); +require('../../modules/es.typed-array.reduce'); +require('../../modules/es.typed-array.reduce-right'); +require('../../modules/es.typed-array.reverse'); +require('../../modules/es.typed-array.set'); +require('../../modules/es.typed-array.slice'); +require('../../modules/es.typed-array.some'); +require('../../modules/es.typed-array.sort'); +require('../../modules/es.typed-array.subarray'); +require('../../modules/es.typed-array.to-locale-string'); +require('../../modules/es.typed-array.to-string'); +require('../../modules/es.typed-array.to-reversed'); +require('../../modules/es.typed-array.to-sorted'); +require('../../modules/es.typed-array.with'); +require('../../modules/es.typed-array.iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/of.js new file mode 100644 index 00000000..dc572fb4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/of.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/reduce-right.js new file mode 100644 index 00000000..9acb3e7b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/reduce-right.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.reduce-right'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/reduce.js new file mode 100644 index 00000000..59b3f781 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/reduce.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.reduce'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/reverse.js new file mode 100644 index 00000000..00d8399f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/reverse.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.reverse'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/set.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/set.js new file mode 100644 index 00000000..3394aae9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/set.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.set'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/slice.js new file mode 100644 index 00000000..5b074a10 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/slice.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.slice'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/some.js new file mode 100644 index 00000000..bfc4f4fe --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/some.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.some'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/sort.js new file mode 100644 index 00000000..a3cf1c8c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/sort.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.sort'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/subarray.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/subarray.js new file mode 100644 index 00000000..5314642f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/subarray.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.subarray'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/to-locale-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/to-locale-string.js new file mode 100644 index 00000000..aa77e74a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/to-locale-string.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.to-locale-string'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/to-reversed.js new file mode 100644 index 00000000..2bd631ab --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/to-reversed.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.to-reversed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/to-sorted.js new file mode 100644 index 00000000..9ab0f2b1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/to-sorted.js @@ -0,0 +1,3 @@ +'use strict'; +require('../../modules/es.typed-array.sort'); +require('../../modules/es.typed-array.to-sorted'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/to-string.js new file mode 100644 index 00000000..86142adb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/to-string.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.to-string'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/uint16-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/uint16-array.js new file mode 100644 index 00000000..08ebcadd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/uint16-array.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.array-buffer.constructor'); +require('../../modules/es.array-buffer.slice'); +require('../../modules/es.typed-array.uint16-array'); +require('./methods'); +var global = require('../../internals/global-this'); + +module.exports = global.Uint16Array; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/uint32-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/uint32-array.js new file mode 100644 index 00000000..04cd382b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/uint32-array.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.array-buffer.constructor'); +require('../../modules/es.array-buffer.slice'); +require('../../modules/es.typed-array.uint32-array'); +require('./methods'); +var global = require('../../internals/global-this'); + +module.exports = global.Uint32Array; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/uint8-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/uint8-array.js new file mode 100644 index 00000000..531c1f3e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/uint8-array.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.array-buffer.constructor'); +require('../../modules/es.array-buffer.slice'); +require('../../modules/es.typed-array.uint8-array'); +require('./methods'); +var global = require('../../internals/global-this'); + +module.exports = global.Uint8Array; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/uint8-clamped-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/uint8-clamped-array.js new file mode 100644 index 00000000..2081308b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/uint8-clamped-array.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.array-buffer.constructor'); +require('../../modules/es.array-buffer.slice'); +require('../../modules/es.typed-array.uint8-clamped-array'); +require('./methods'); +var global = require('../../internals/global-this'); + +module.exports = global.Uint8ClampedArray; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/values.js new file mode 100644 index 00000000..918a9b36 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/values.js @@ -0,0 +1,3 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.typed-array.iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/with.js new file mode 100644 index 00000000..25d0047c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/typed-array/with.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.typed-array.with'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/unescape.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/unescape.js new file mode 100644 index 00000000..94829451 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/unescape.js @@ -0,0 +1,5 @@ +'use strict'; +require('../modules/es.unescape'); +var path = require('../internals/path'); + +module.exports = path.unescape; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/weak-map/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/weak-map/index.js new file mode 100644 index 00000000..591e5b8a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/weak-map/index.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); +require('../../modules/es.weak-map'); +var path = require('../../internals/path'); + +module.exports = path.WeakMap; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/weak-set/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/weak-set/index.js new file mode 100644 index 00000000..39079e35 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/es/weak-set/index.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); +require('../../modules/es.weak-set'); +var path = require('../../internals/path'); + +module.exports = path.WeakSet; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/aggregate-error.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/aggregate-error.js new file mode 100644 index 00000000..dc651f8b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/aggregate-error.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/aggregate-error'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/constructor.js new file mode 100644 index 00000000..5a04836d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/constructor.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array-buffer/constructor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/detached.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/detached.js new file mode 100644 index 00000000..9f086b38 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/detached.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array-buffer/detached'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/index.js new file mode 100644 index 00000000..c7422100 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array-buffer'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/is-view.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/is-view.js new file mode 100644 index 00000000..32ac3547 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/is-view.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array-buffer/is-view'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/slice.js new file mode 100644 index 00000000..dc4551f5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/slice.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array-buffer/slice'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/transfer-to-fixed-length.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/transfer-to-fixed-length.js new file mode 100644 index 00000000..0820c7b7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/transfer-to-fixed-length.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array-buffer/transfer-to-fixed-length'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/transfer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/transfer.js new file mode 100644 index 00000000..f34385e8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array-buffer/transfer.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array-buffer/transfer'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/at.js new file mode 100644 index 00000000..28ad63a9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/at.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/concat.js new file mode 100644 index 00000000..a4d93010 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/concat.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/concat'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/copy-within.js new file mode 100644 index 00000000..22359da4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/copy-within.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/copy-within'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/entries.js new file mode 100644 index 00000000..b7e134a2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/entries.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/entries'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/every.js new file mode 100644 index 00000000..5a6748d3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/every.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/every'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/fill.js new file mode 100644 index 00000000..e4e02786 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/fill.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/fill'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/filter-out.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/filter-out.js new file mode 100644 index 00000000..3a82aff5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/filter-out.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/filter-out'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/filter-reject.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/filter-reject.js new file mode 100644 index 00000000..497c19a2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/filter-reject.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/filter-reject'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/filter.js new file mode 100644 index 00000000..79fb0b9d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/filter.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/filter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/find-index.js new file mode 100644 index 00000000..119f698b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/find-index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/find-index'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/find-last-index.js new file mode 100644 index 00000000..0a760db8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/find-last-index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/find-last-index'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/find-last.js new file mode 100644 index 00000000..49f9d2fc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/find-last.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/find-last'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/find.js new file mode 100644 index 00000000..eac11478 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/find.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/find'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/flat-map.js new file mode 100644 index 00000000..db4a7d7b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/flat-map.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/flat-map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/flat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/flat.js new file mode 100644 index 00000000..45797e02 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/flat.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/flat'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/for-each.js new file mode 100644 index 00000000..b823be57 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/for-each.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/for-each'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/from-async.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/from-async.js new file mode 100644 index 00000000..63c1931b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/from-async.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/from-async'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/from.js new file mode 100644 index 00000000..752da11b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/from.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/from'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/group-by-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/group-by-to-map.js new file mode 100644 index 00000000..559d4588 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/group-by-to-map.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/group-by-to-map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/group-by.js new file mode 100644 index 00000000..66f66a5e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/group-by.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/group-by'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/group-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/group-to-map.js new file mode 100644 index 00000000..9bf0af46 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/group-to-map.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/group-to-map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/group.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/group.js new file mode 100644 index 00000000..8e587059 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/group.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/group'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/includes.js new file mode 100644 index 00000000..b70af4cb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/includes.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/includes'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/index-of.js new file mode 100644 index 00000000..c088e002 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/index-of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/index-of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/index.js new file mode 100644 index 00000000..7b95b431 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/is-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/is-array.js new file mode 100644 index 00000000..119116ad --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/is-array.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/is-array'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/is-template-object.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/is-template-object.js new file mode 100644 index 00000000..25ec3f78 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/is-template-object.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/is-template-object'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/iterator.js new file mode 100644 index 00000000..322b558e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/iterator.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/join.js new file mode 100644 index 00000000..c0532444 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/join.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/join'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/keys.js new file mode 100644 index 00000000..fd4c6f8e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/keys.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/keys'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/last-index-of.js new file mode 100644 index 00000000..1a4b7d03 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/last-index-of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/last-index-of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/last-index.js new file mode 100644 index 00000000..c8133001 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/last-index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/last-index'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/last-item.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/last-item.js new file mode 100644 index 00000000..264d1091 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/last-item.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/last-item'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/map.js new file mode 100644 index 00000000..755baa09 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/map.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/of.js new file mode 100644 index 00000000..aa27fbef --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/push.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/push.js new file mode 100644 index 00000000..e445e851 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/push.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/push'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/reduce-right.js new file mode 100644 index 00000000..0a81e533 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/reduce-right.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/reduce-right'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/reduce.js new file mode 100644 index 00000000..be5dcc40 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/reduce.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/reduce'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/reverse.js new file mode 100644 index 00000000..13ffa306 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/reverse.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/reverse'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/slice.js new file mode 100644 index 00000000..23617249 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/slice.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/slice'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/some.js new file mode 100644 index 00000000..70ef42a5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/some.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/some'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/sort.js new file mode 100644 index 00000000..51542be7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/sort.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/sort'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/splice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/splice.js new file mode 100644 index 00000000..435477a2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/splice.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/splice'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/to-reversed.js new file mode 100644 index 00000000..4d5e3e85 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/to-reversed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/to-reversed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/to-sorted.js new file mode 100644 index 00000000..78634138 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/to-sorted.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/to-sorted'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/to-spliced.js new file mode 100644 index 00000000..573563cd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/to-spliced.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/to-spliced'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/unique-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/unique-by.js new file mode 100644 index 00000000..f45a3d18 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/unique-by.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/unique-by'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/unshift.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/unshift.js new file mode 100644 index 00000000..0b2cc19f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/unshift.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/unshift'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/values.js new file mode 100644 index 00000000..a07deb74 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/values.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/values'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/at.js new file mode 100644 index 00000000..0df97568 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/at.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/concat.js new file mode 100644 index 00000000..1c92a12c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/concat.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/concat'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/copy-within.js new file mode 100644 index 00000000..ece58e60 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/copy-within.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/copy-within'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/entries.js new file mode 100644 index 00000000..ad7f4f52 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/entries.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/entries'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/every.js new file mode 100644 index 00000000..228d31bb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/every.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/every'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/fill.js new file mode 100644 index 00000000..066ebc13 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/fill.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/fill'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/filter-out.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/filter-out.js new file mode 100644 index 00000000..c01b3c48 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/filter-out.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/filter-out'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/filter-reject.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/filter-reject.js new file mode 100644 index 00000000..e361da3c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/filter-reject.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/filter-reject'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/filter.js new file mode 100644 index 00000000..b037cf9a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/filter.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/filter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/find-index.js new file mode 100644 index 00000000..73532981 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/find-index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/find-index'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/find-last-index.js new file mode 100644 index 00000000..fd157f2f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/find-last-index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/find-last-index'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/find-last.js new file mode 100644 index 00000000..4f7456b8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/find-last.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/find-last'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/find.js new file mode 100644 index 00000000..d87b83e7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/find.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/find'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/flat-map.js new file mode 100644 index 00000000..eb6010c2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/flat-map.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/flat-map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/flat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/flat.js new file mode 100644 index 00000000..b13e32d7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/flat.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/flat'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/for-each.js new file mode 100644 index 00000000..36a63e20 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/for-each.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/for-each'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/group-by-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/group-by-to-map.js new file mode 100644 index 00000000..e6e35006 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/group-by-to-map.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/group-by-to-map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/group-by.js new file mode 100644 index 00000000..cb7b4250 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/group-by.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/group-by'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/group-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/group-to-map.js new file mode 100644 index 00000000..45794688 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/group-to-map.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/group-to-map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/group.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/group.js new file mode 100644 index 00000000..d74be5cd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/group.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/group'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/includes.js new file mode 100644 index 00000000..b9587454 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/includes.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/includes'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/index-of.js new file mode 100644 index 00000000..c662ba16 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/index-of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/index-of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/index.js new file mode 100644 index 00000000..dee1f549 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/iterator.js new file mode 100644 index 00000000..557e31b2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/iterator.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/join.js new file mode 100644 index 00000000..62bf5b9d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/join.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/join'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/keys.js new file mode 100644 index 00000000..1e088ef4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/keys.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/keys'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/last-index-of.js new file mode 100644 index 00000000..f275e49f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/last-index-of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/last-index-of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/map.js new file mode 100644 index 00000000..af801d8b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/map.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/push.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/push.js new file mode 100644 index 00000000..b25cc382 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/push.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/push'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/reduce-right.js new file mode 100644 index 00000000..896942f1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/reduce-right.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/reduce-right'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/reduce.js new file mode 100644 index 00000000..479ec564 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/reduce.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/reduce'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/reverse.js new file mode 100644 index 00000000..94b6ab8f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/reverse.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/reverse'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/slice.js new file mode 100644 index 00000000..4cb10c6f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/slice.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/slice'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/some.js new file mode 100644 index 00000000..12cd60c5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/some.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/some'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/sort.js new file mode 100644 index 00000000..db45d315 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/sort.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/sort'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/splice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/splice.js new file mode 100644 index 00000000..e1485f0b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/splice.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/splice'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/to-reversed.js new file mode 100644 index 00000000..d6c9044d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/to-reversed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/to-reversed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/to-sorted.js new file mode 100644 index 00000000..2c9ccf26 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/to-sorted.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/to-sorted'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/to-spliced.js new file mode 100644 index 00000000..785933f9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/to-spliced.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/to-spliced'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/unique-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/unique-by.js new file mode 100644 index 00000000..178bd56c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/unique-by.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/unique-by'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/unshift.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/unshift.js new file mode 100644 index 00000000..c9761cb9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/unshift.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/unshift'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/values.js new file mode 100644 index 00000000..c39701e2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/values.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/values'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/with.js new file mode 100644 index 00000000..5b3f3a97 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/virtual/with.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/array/virtual/with'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/with.js new file mode 100644 index 00000000..dea83a76 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/array/with.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/array/with'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-disposable-stack/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-disposable-stack/constructor.js new file mode 100644 index 00000000..2adfd3e5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-disposable-stack/constructor.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/async-disposable-stack/constructor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-disposable-stack/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-disposable-stack/index.js new file mode 100644 index 00000000..e45aa25a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-disposable-stack/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/async-disposable-stack'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/as-indexed-pairs.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/as-indexed-pairs.js new file mode 100644 index 00000000..8f479ff4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/as-indexed-pairs.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/async-iterator/as-indexed-pairs'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/async-dispose.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/async-dispose.js new file mode 100644 index 00000000..ac376102 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/async-dispose.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/async-iterator/async-dispose'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/drop.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/drop.js new file mode 100644 index 00000000..12e52a34 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/drop.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/async-iterator/drop'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/every.js new file mode 100644 index 00000000..eb74c22d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/every.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/async-iterator/every'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/filter.js new file mode 100644 index 00000000..eaef99aa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/filter.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/async-iterator/filter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/find.js new file mode 100644 index 00000000..3b5a8ea1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/find.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/async-iterator/find'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/flat-map.js new file mode 100644 index 00000000..dbfc9c7b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/flat-map.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/async-iterator/flat-map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/for-each.js new file mode 100644 index 00000000..3ff764a5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/for-each.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/async-iterator/for-each'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/from.js new file mode 100644 index 00000000..1fcdec14 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/from.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/async-iterator/from'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/index.js new file mode 100644 index 00000000..7aaf549b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/async-iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/indexed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/indexed.js new file mode 100644 index 00000000..b8403f65 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/indexed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/async-iterator/indexed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/map.js new file mode 100644 index 00000000..9de4ae33 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/map.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/async-iterator/map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/reduce.js new file mode 100644 index 00000000..8050d22c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/reduce.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/async-iterator/reduce'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/some.js new file mode 100644 index 00000000..eeeff5d3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/some.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/async-iterator/some'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/take.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/take.js new file mode 100644 index 00000000..17d1a634 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/take.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/async-iterator/take'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/to-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/to-array.js new file mode 100644 index 00000000..cf421985 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/async-iterator/to-array.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/async-iterator/to-array'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/atob.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/atob.js new file mode 100644 index 00000000..52745556 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/atob.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/atob'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/bigint/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/bigint/index.js new file mode 100644 index 00000000..c634a7c8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/bigint/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/bigint'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/bigint/range.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/bigint/range.js new file mode 100644 index 00000000..b40003df --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/bigint/range.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/bigint/range'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/btoa.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/btoa.js new file mode 100644 index 00000000..a3eeb281 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/btoa.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/btoa'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/clear-immediate.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/clear-immediate.js new file mode 100644 index 00000000..670e2ac8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/clear-immediate.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/clear-immediate'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/composite-key.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/composite-key.js new file mode 100644 index 00000000..0aa534d0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/composite-key.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/composite-key'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/composite-symbol.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/composite-symbol.js new file mode 100644 index 00000000..870aaf3a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/composite-symbol.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/composite-symbol'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/get-float16.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/get-float16.js new file mode 100644 index 00000000..d53e289c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/get-float16.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/data-view/get-float16'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/get-uint8-clamped.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/get-uint8-clamped.js new file mode 100644 index 00000000..6b2e0e3e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/get-uint8-clamped.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/data-view/get-uint8-clamped'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/index.js new file mode 100644 index 00000000..3ee3e882 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/data-view'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/set-float16.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/set-float16.js new file mode 100644 index 00000000..2c0c9af4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/set-float16.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/data-view/set-float16'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/set-uint8-clamped.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/set-uint8-clamped.js new file mode 100644 index 00000000..27e928f7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/data-view/set-uint8-clamped.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/data-view/set-uint8-clamped'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/get-year.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/get-year.js new file mode 100644 index 00000000..01748db0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/get-year.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/date/get-year'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/index.js new file mode 100644 index 00000000..00763b16 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/date'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/now.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/now.js new file mode 100644 index 00000000..456f0927 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/now.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/date/now'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/set-year.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/set-year.js new file mode 100644 index 00000000..b1eb5b63 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/set-year.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/date/set-year'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-gmt-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-gmt-string.js new file mode 100644 index 00000000..1a8cf3d7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-gmt-string.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/date/to-gmt-string'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-iso-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-iso-string.js new file mode 100644 index 00000000..4351df85 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-iso-string.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/date/to-iso-string'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-json.js new file mode 100644 index 00000000..eb1f0731 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-json.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/date/to-json'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-primitive.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-primitive.js new file mode 100644 index 00000000..c04d5ffe --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-primitive.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/date/to-primitive'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-string.js new file mode 100644 index 00000000..138ac942 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/date/to-string.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/date/to-string'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/disposable-stack/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/disposable-stack/constructor.js new file mode 100644 index 00000000..be69e371 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/disposable-stack/constructor.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/disposable-stack/constructor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/disposable-stack/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/disposable-stack/index.js new file mode 100644 index 00000000..5bbacfb2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/disposable-stack/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/disposable-stack'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-collections/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-collections/for-each.js new file mode 100644 index 00000000..4e349198 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-collections/for-each.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/dom-collections/for-each'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-collections/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-collections/index.js new file mode 100644 index 00000000..a2b1318f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-collections/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/dom-collections'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-collections/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-collections/iterator.js new file mode 100644 index 00000000..6b51ef06 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-collections/iterator.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/dom-collections/iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-exception/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-exception/constructor.js new file mode 100644 index 00000000..54c37aa0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-exception/constructor.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/dom-exception/constructor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-exception/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-exception/index.js new file mode 100644 index 00000000..d047ee8b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-exception/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/dom-exception'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-exception/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-exception/to-string-tag.js new file mode 100644 index 00000000..a578f445 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/dom-exception/to-string-tag.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/dom-exception/to-string-tag'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/error/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/error/constructor.js new file mode 100644 index 00000000..73f2cbcf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/error/constructor.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/error/constructor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/error/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/error/index.js new file mode 100644 index 00000000..5a0f6b01 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/error/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/error'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/error/is-error.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/error/is-error.js new file mode 100644 index 00000000..fdfa3397 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/error/is-error.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/error/is-error'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/error/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/error/to-string.js new file mode 100644 index 00000000..47b15512 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/error/to-string.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/error/to-string'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/escape.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/escape.js new file mode 100644 index 00000000..be0474ba --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/escape.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/escape'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/bind.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/bind.js new file mode 100644 index 00000000..8281dcbd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/bind.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/function/bind'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/demethodize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/demethodize.js new file mode 100644 index 00000000..cf093c33 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/demethodize.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/function/demethodize'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/has-instance.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/has-instance.js new file mode 100644 index 00000000..4fc1051d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/has-instance.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/function/has-instance'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/index.js new file mode 100644 index 00000000..0ba08dfc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/function'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/is-callable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/is-callable.js new file mode 100644 index 00000000..b624162e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/is-callable.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/function/is-callable'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/is-constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/is-constructor.js new file mode 100644 index 00000000..46c92085 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/is-constructor.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/function/is-constructor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/metadata.js new file mode 100644 index 00000000..31e8feab --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/metadata.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/function/metadata'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/name.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/name.js new file mode 100644 index 00000000..e5facbc3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/name.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/function/name'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/un-this.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/un-this.js new file mode 100644 index 00000000..bc6f5191 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/un-this.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/function/un-this'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/virtual/bind.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/virtual/bind.js new file mode 100644 index 00000000..f0da5dee --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/virtual/bind.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/function/virtual/bind'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/virtual/demethodize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/virtual/demethodize.js new file mode 100644 index 00000000..a9e64032 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/virtual/demethodize.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/function/virtual/demethodize'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/virtual/index.js new file mode 100644 index 00000000..cbfa55ec --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/virtual/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/function/virtual'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/virtual/un-this.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/virtual/un-this.js new file mode 100644 index 00000000..d5344920 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/function/virtual/un-this.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/function/virtual/un-this'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/get-iterator-method.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/get-iterator-method.js new file mode 100644 index 00000000..2ee2e325 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/get-iterator-method.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/get-iterator-method'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/get-iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/get-iterator.js new file mode 100644 index 00000000..0e973661 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/get-iterator.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/get-iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/global-this.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/global-this.js new file mode 100644 index 00000000..7ef6e00a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/global-this.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/global-this'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/index.js new file mode 100644 index 00000000..862f06c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/at.js new file mode 100644 index 00000000..63ee4e0f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/at.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/bind.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/bind.js new file mode 100644 index 00000000..a4df4440 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/bind.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/bind'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/code-point-at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/code-point-at.js new file mode 100644 index 00000000..ac8f54a0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/code-point-at.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/code-point-at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/code-points.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/code-points.js new file mode 100644 index 00000000..250b28ce --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/code-points.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/code-points'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/concat.js new file mode 100644 index 00000000..70fe0072 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/concat.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/concat'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/copy-within.js new file mode 100644 index 00000000..b8337397 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/copy-within.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/copy-within'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/demethodize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/demethodize.js new file mode 100644 index 00000000..3d5d9a44 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/demethodize.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/demethodize'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/ends-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/ends-with.js new file mode 100644 index 00000000..e6abcf7f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/ends-with.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/ends-with'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/entries.js new file mode 100644 index 00000000..23486b25 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/entries.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/entries'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/every.js new file mode 100644 index 00000000..d9b53c99 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/every.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/every'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/fill.js new file mode 100644 index 00000000..17d1f576 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/fill.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/fill'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/filter-out.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/filter-out.js new file mode 100644 index 00000000..12191d63 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/filter-out.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/filter-out'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/filter-reject.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/filter-reject.js new file mode 100644 index 00000000..c52ceaba --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/filter-reject.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/filter-reject'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/filter.js new file mode 100644 index 00000000..75faee11 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/filter.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/filter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/find-index.js new file mode 100644 index 00000000..843a5f06 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/find-index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/find-index'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/find-last-index.js new file mode 100644 index 00000000..9e121287 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/find-last-index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/find-last-index'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/find-last.js new file mode 100644 index 00000000..f3e952e7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/find-last.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/find-last'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/find.js new file mode 100644 index 00000000..2b4eece0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/find.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/find'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/flags.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/flags.js new file mode 100644 index 00000000..5d51e282 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/flags.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/flags'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/flat-map.js new file mode 100644 index 00000000..9de4385e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/flat-map.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/flat-map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/flat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/flat.js new file mode 100644 index 00000000..caceea43 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/flat.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/flat'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/for-each.js new file mode 100644 index 00000000..160548f6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/for-each.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/for-each'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/group-by-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/group-by-to-map.js new file mode 100644 index 00000000..0a27360f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/group-by-to-map.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/group-by-to-map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/group-by.js new file mode 100644 index 00000000..fc9c9cce --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/group-by.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/group-by'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/group-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/group-to-map.js new file mode 100644 index 00000000..010a97e0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/group-to-map.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/group-to-map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/group.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/group.js new file mode 100644 index 00000000..4479a8a1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/group.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/group'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/includes.js new file mode 100644 index 00000000..845b7285 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/includes.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/includes'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/index-of.js new file mode 100644 index 00000000..39d1aa03 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/index-of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/index-of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/is-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/is-well-formed.js new file mode 100644 index 00000000..50253dca --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/is-well-formed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/is-well-formed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/keys.js new file mode 100644 index 00000000..2def5f59 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/keys.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/keys'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/last-index-of.js new file mode 100644 index 00000000..03502cc9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/last-index-of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/last-index-of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/map.js new file mode 100644 index 00000000..01086068 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/map.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/match-all.js new file mode 100644 index 00000000..41dd3e4f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/match-all.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/match-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/pad-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/pad-end.js new file mode 100644 index 00000000..d7d01c5e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/pad-end.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/pad-end'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/pad-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/pad-start.js new file mode 100644 index 00000000..c96ea43b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/pad-start.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/pad-start'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/push.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/push.js new file mode 100644 index 00000000..3d1703f1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/push.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/push'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/reduce-right.js new file mode 100644 index 00000000..024f17b1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/reduce-right.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/reduce-right'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/reduce.js new file mode 100644 index 00000000..895fc2f7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/reduce.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/reduce'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/repeat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/repeat.js new file mode 100644 index 00000000..8664359e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/repeat.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/repeat'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/replace-all.js new file mode 100644 index 00000000..90185918 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/replace-all.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/replace-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/reverse.js new file mode 100644 index 00000000..d7173ec7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/reverse.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/reverse'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/slice.js new file mode 100644 index 00000000..550de9b2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/slice.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/slice'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/some.js new file mode 100644 index 00000000..a03bf9a3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/some.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/some'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/sort.js new file mode 100644 index 00000000..a7368e07 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/sort.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/sort'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/splice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/splice.js new file mode 100644 index 00000000..0527d4f5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/splice.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/splice'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/starts-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/starts-with.js new file mode 100644 index 00000000..fc41430e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/starts-with.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/starts-with'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/to-reversed.js new file mode 100644 index 00000000..e89a837a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/to-reversed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/to-reversed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/to-sorted.js new file mode 100644 index 00000000..52d079aa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/to-sorted.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/to-sorted'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/to-spliced.js new file mode 100644 index 00000000..bcca07d9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/to-spliced.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/to-spliced'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/to-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/to-well-formed.js new file mode 100644 index 00000000..b689d9fa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/to-well-formed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/to-well-formed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim-end.js new file mode 100644 index 00000000..3cc70302 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim-end.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/trim-end'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim-left.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim-left.js new file mode 100644 index 00000000..212ab15d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim-left.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/trim-left'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim-right.js new file mode 100644 index 00000000..f264fe68 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim-right.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/trim-right'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim-start.js new file mode 100644 index 00000000..f3a64e5e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim-start.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/trim-start'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim.js new file mode 100644 index 00000000..1f4c525b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/trim.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/trim'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/un-this.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/un-this.js new file mode 100644 index 00000000..d66d389b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/un-this.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/un-this'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/unique-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/unique-by.js new file mode 100644 index 00000000..cd88bc77 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/unique-by.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/unique-by'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/unshift.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/unshift.js new file mode 100644 index 00000000..e5e66aa4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/unshift.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/unshift'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/values.js new file mode 100644 index 00000000..9052a5d1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/values.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/values'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/with.js new file mode 100644 index 00000000..286b09d6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/instance/with.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/instance/with'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/is-iterable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/is-iterable.js new file mode 100644 index 00000000..766bd5ff --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/is-iterable.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/is-iterable'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/as-indexed-pairs.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/as-indexed-pairs.js new file mode 100644 index 00000000..9364305c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/as-indexed-pairs.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator/as-indexed-pairs'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/concat.js new file mode 100644 index 00000000..91d0cb74 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/concat.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator/concat'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/dispose.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/dispose.js new file mode 100644 index 00000000..fcd35396 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/dispose.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator/dispose'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/drop.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/drop.js new file mode 100644 index 00000000..bbcff357 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/drop.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator/drop'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/every.js new file mode 100644 index 00000000..ecc41f29 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/every.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator/every'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/filter.js new file mode 100644 index 00000000..0f7c200c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/filter.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator/filter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/find.js new file mode 100644 index 00000000..cc311fa5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/find.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator/find'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/flat-map.js new file mode 100644 index 00000000..a7380445 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/flat-map.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator/flat-map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/for-each.js new file mode 100644 index 00000000..21c2f997 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/for-each.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator/for-each'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/from.js new file mode 100644 index 00000000..92d71c4f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/from.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator/from'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/index.js new file mode 100644 index 00000000..fef2b873 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/indexed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/indexed.js new file mode 100644 index 00000000..e4440d01 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/indexed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator/indexed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/map.js new file mode 100644 index 00000000..4428c6bb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/map.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator/map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/range.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/range.js new file mode 100644 index 00000000..ae809a54 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/range.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator/range'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/reduce.js new file mode 100644 index 00000000..6e397c10 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/reduce.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator/reduce'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/some.js new file mode 100644 index 00000000..4a3b82bd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/some.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator/some'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/take.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/take.js new file mode 100644 index 00000000..0f046268 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/take.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator/take'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/to-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/to-array.js new file mode 100644 index 00000000..fa386a01 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/to-array.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator/to-array'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/to-async.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/to-async.js new file mode 100644 index 00000000..0feb8461 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/iterator/to-async.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/iterator/to-async'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/index.js new file mode 100644 index 00000000..4148d309 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/json'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/is-raw-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/is-raw-json.js new file mode 100644 index 00000000..602cee79 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/is-raw-json.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/json/is-raw-json'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/parse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/parse.js new file mode 100644 index 00000000..f65730c9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/parse.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/json/parse'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/raw-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/raw-json.js new file mode 100644 index 00000000..7b1ba01d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/raw-json.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/json/raw-json'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/stringify.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/stringify.js new file mode 100644 index 00000000..026d8715 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/stringify.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/json/stringify'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/to-string-tag.js new file mode 100644 index 00000000..68c5d832 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/json/to-string-tag.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/json/to-string-tag'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/delete-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/delete-all.js new file mode 100644 index 00000000..a80185dc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/delete-all.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/delete-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/emplace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/emplace.js new file mode 100644 index 00000000..91430cf0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/emplace.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/emplace'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/every.js new file mode 100644 index 00000000..f9061c00 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/every.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/every'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/filter.js new file mode 100644 index 00000000..c2e9babc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/filter.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/filter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/find-key.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/find-key.js new file mode 100644 index 00000000..f279fcd1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/find-key.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/find-key'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/find.js new file mode 100644 index 00000000..1e59378d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/find.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/find'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/from.js new file mode 100644 index 00000000..ec52d18f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/from.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/from'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/get-or-insert-computed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/get-or-insert-computed.js new file mode 100644 index 00000000..34907c1f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/get-or-insert-computed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/get-or-insert-computed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/get-or-insert.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/get-or-insert.js new file mode 100644 index 00000000..ac952cf7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/get-or-insert.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/get-or-insert'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/group-by.js new file mode 100644 index 00000000..63b9c7a9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/group-by.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/group-by'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/includes.js new file mode 100644 index 00000000..fb664b9f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/includes.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/includes'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/index.js new file mode 100644 index 00000000..2a8a0b9f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/key-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/key-by.js new file mode 100644 index 00000000..2e8ee66c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/key-by.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/key-by'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/key-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/key-of.js new file mode 100644 index 00000000..9beb0594 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/key-of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/key-of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/map-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/map-keys.js new file mode 100644 index 00000000..bfb33d34 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/map-keys.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/map-keys'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/map-values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/map-values.js new file mode 100644 index 00000000..2c304cee --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/map-values.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/map-values'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/merge.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/merge.js new file mode 100644 index 00000000..fdd5c808 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/merge.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/merge'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/of.js new file mode 100644 index 00000000..d8f58a51 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/reduce.js new file mode 100644 index 00000000..e5cd5df4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/reduce.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/reduce'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/some.js new file mode 100644 index 00000000..2512dd21 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/some.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/some'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/update-or-insert.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/update-or-insert.js new file mode 100644 index 00000000..a18ccb40 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/update-or-insert.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/update-or-insert'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/update.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/update.js new file mode 100644 index 00000000..440c7405 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/update.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/update'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/upsert.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/upsert.js new file mode 100644 index 00000000..04ffb64a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/map/upsert.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/map/upsert'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/acosh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/acosh.js new file mode 100644 index 00000000..c9bfc00a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/acosh.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/acosh'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/asinh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/asinh.js new file mode 100644 index 00000000..6b9eb957 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/asinh.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/asinh'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/atanh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/atanh.js new file mode 100644 index 00000000..82177115 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/atanh.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/atanh'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/cbrt.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/cbrt.js new file mode 100644 index 00000000..f9b9faa7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/cbrt.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/cbrt'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/clamp.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/clamp.js new file mode 100644 index 00000000..c2f81741 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/clamp.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/clamp'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/clz32.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/clz32.js new file mode 100644 index 00000000..2841081e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/clz32.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/clz32'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/cosh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/cosh.js new file mode 100644 index 00000000..65e26619 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/cosh.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/cosh'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/deg-per-rad.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/deg-per-rad.js new file mode 100644 index 00000000..110d845f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/deg-per-rad.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/deg-per-rad'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/degrees.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/degrees.js new file mode 100644 index 00000000..76853a83 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/degrees.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/degrees'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/expm1.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/expm1.js new file mode 100644 index 00000000..800178ad --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/expm1.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/expm1'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/f16round.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/f16round.js new file mode 100644 index 00000000..ef460573 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/f16round.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/f16round'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/fround.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/fround.js new file mode 100644 index 00000000..2d0ffb98 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/fround.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/fround'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/fscale.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/fscale.js new file mode 100644 index 00000000..a3c810ea --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/fscale.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/fscale'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/hypot.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/hypot.js new file mode 100644 index 00000000..440e05bc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/hypot.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/hypot'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/iaddh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/iaddh.js new file mode 100644 index 00000000..41b60229 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/iaddh.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/iaddh'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/imul.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/imul.js new file mode 100644 index 00000000..6ea4a598 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/imul.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/imul'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/imulh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/imulh.js new file mode 100644 index 00000000..8d3aa00b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/imulh.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/imulh'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/index.js new file mode 100644 index 00000000..a81bf120 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/isubh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/isubh.js new file mode 100644 index 00000000..230ac6d6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/isubh.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/isubh'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/log10.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/log10.js new file mode 100644 index 00000000..318026b4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/log10.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/log10'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/log1p.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/log1p.js new file mode 100644 index 00000000..6ba95b3e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/log1p.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/log1p'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/log2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/log2.js new file mode 100644 index 00000000..58646701 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/log2.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/log2'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/rad-per-deg.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/rad-per-deg.js new file mode 100644 index 00000000..58356031 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/rad-per-deg.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/rad-per-deg'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/radians.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/radians.js new file mode 100644 index 00000000..24b0d60c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/radians.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/radians'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/scale.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/scale.js new file mode 100644 index 00000000..5ab06d2c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/scale.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/scale'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/seeded-prng.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/seeded-prng.js new file mode 100644 index 00000000..2974ed0b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/seeded-prng.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/seeded-prng'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/sign.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/sign.js new file mode 100644 index 00000000..f7d2f5ba --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/sign.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/sign'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/signbit.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/signbit.js new file mode 100644 index 00000000..04d90f3c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/signbit.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/signbit'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/sinh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/sinh.js new file mode 100644 index 00000000..efa726f6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/sinh.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/sinh'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/sum-precise.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/sum-precise.js new file mode 100644 index 00000000..9b97747b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/sum-precise.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/sum-precise'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/tanh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/tanh.js new file mode 100644 index 00000000..64b2af9e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/tanh.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/tanh'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/to-string-tag.js new file mode 100644 index 00000000..1e098bcc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/to-string-tag.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/to-string-tag'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/trunc.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/trunc.js new file mode 100644 index 00000000..5e0503ee --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/trunc.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/trunc'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/umulh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/umulh.js new file mode 100644 index 00000000..a75cfb2c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/math/umulh.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/math/umulh'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/constructor.js new file mode 100644 index 00000000..c8b7fd29 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/constructor.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/number/constructor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/epsilon.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/epsilon.js new file mode 100644 index 00000000..3ef93888 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/epsilon.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/number/epsilon'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/from-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/from-string.js new file mode 100644 index 00000000..94449dc5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/from-string.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/number/from-string'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/index.js new file mode 100644 index 00000000..cc284ab4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/number'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/is-finite.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/is-finite.js new file mode 100644 index 00000000..6b4d6861 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/is-finite.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/number/is-finite'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/is-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/is-integer.js new file mode 100644 index 00000000..875de436 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/is-integer.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/number/is-integer'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/is-nan.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/is-nan.js new file mode 100644 index 00000000..3d04b6c9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/is-nan.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/number/is-nan'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/is-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/is-safe-integer.js new file mode 100644 index 00000000..80138ab7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/is-safe-integer.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/number/is-safe-integer'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/max-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/max-safe-integer.js new file mode 100644 index 00000000..f197c193 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/max-safe-integer.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/number/max-safe-integer'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/min-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/min-safe-integer.js new file mode 100644 index 00000000..eb2f1cc0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/min-safe-integer.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/number/min-safe-integer'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/parse-float.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/parse-float.js new file mode 100644 index 00000000..f7a26ad1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/parse-float.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/number/parse-float'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/parse-int.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/parse-int.js new file mode 100644 index 00000000..73867930 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/parse-int.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/number/parse-int'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/range.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/range.js new file mode 100644 index 00000000..baaff2d1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/range.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/number/range'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/to-exponential.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/to-exponential.js new file mode 100644 index 00000000..d43a5cbd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/to-exponential.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/number/to-exponential'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/to-fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/to-fixed.js new file mode 100644 index 00000000..2bfde187 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/to-fixed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/number/to-fixed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/to-precision.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/to-precision.js new file mode 100644 index 00000000..7b114618 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/to-precision.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/number/to-precision'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/virtual/index.js new file mode 100644 index 00000000..ecbe6825 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/virtual/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/number/virtual'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/virtual/to-exponential.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/virtual/to-exponential.js new file mode 100644 index 00000000..cfea35c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/virtual/to-exponential.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/number/virtual/to-exponential'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/virtual/to-fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/virtual/to-fixed.js new file mode 100644 index 00000000..1189dde2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/virtual/to-fixed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/number/virtual/to-fixed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/virtual/to-precision.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/virtual/to-precision.js new file mode 100644 index 00000000..ae1ecf02 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/number/virtual/to-precision.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/number/virtual/to-precision'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/assign.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/assign.js new file mode 100644 index 00000000..5683ee58 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/assign.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/assign'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/create.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/create.js new file mode 100644 index 00000000..64219bab --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/create.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/create'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/define-getter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/define-getter.js new file mode 100644 index 00000000..ca4f069d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/define-getter.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/define-getter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/define-properties.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/define-properties.js new file mode 100644 index 00000000..9304e18f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/define-properties.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/define-properties'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/define-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/define-property.js new file mode 100644 index 00000000..73e600e1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/define-property.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/define-property'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/define-setter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/define-setter.js new file mode 100644 index 00000000..433c6dbb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/define-setter.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/define-setter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/entries.js new file mode 100644 index 00000000..571de8a9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/entries.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/entries'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/freeze.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/freeze.js new file mode 100644 index 00000000..16498ebc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/freeze.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/freeze'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/from-entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/from-entries.js new file mode 100644 index 00000000..ba13c500 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/from-entries.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/from-entries'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-own-property-descriptor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-own-property-descriptor.js new file mode 100644 index 00000000..8830ad1e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-own-property-descriptor.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/get-own-property-descriptor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-own-property-descriptors.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-own-property-descriptors.js new file mode 100644 index 00000000..387f6bac --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-own-property-descriptors.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/get-own-property-descriptors'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-own-property-names.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-own-property-names.js new file mode 100644 index 00000000..908d1bc2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-own-property-names.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/get-own-property-names'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-own-property-symbols.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-own-property-symbols.js new file mode 100644 index 00000000..5c07b43f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-own-property-symbols.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/get-own-property-symbols'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-prototype-of.js new file mode 100644 index 00000000..42892a90 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/get-prototype-of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/get-prototype-of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/group-by.js new file mode 100644 index 00000000..0453c41c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/group-by.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/group-by'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/has-own.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/has-own.js new file mode 100644 index 00000000..54f123ad --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/has-own.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/has-own'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/index.js new file mode 100644 index 00000000..5c340fa1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/is-extensible.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/is-extensible.js new file mode 100644 index 00000000..9c5cf712 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/is-extensible.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/is-extensible'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/is-frozen.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/is-frozen.js new file mode 100644 index 00000000..5b55ff2e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/is-frozen.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/is-frozen'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/is-sealed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/is-sealed.js new file mode 100644 index 00000000..ca9b6d57 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/is-sealed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/is-sealed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/is.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/is.js new file mode 100644 index 00000000..3c1cc375 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/is.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/is'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/iterate-entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/iterate-entries.js new file mode 100644 index 00000000..9062fd96 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/iterate-entries.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/iterate-entries'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/iterate-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/iterate-keys.js new file mode 100644 index 00000000..399bf68c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/iterate-keys.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/iterate-keys'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/iterate-values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/iterate-values.js new file mode 100644 index 00000000..90711193 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/iterate-values.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/iterate-values'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/keys.js new file mode 100644 index 00000000..96c50aa7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/keys.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/keys'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/lookup-getter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/lookup-getter.js new file mode 100644 index 00000000..adb1c5f0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/lookup-getter.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/lookup-getter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/lookup-setter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/lookup-setter.js new file mode 100644 index 00000000..2f5f762e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/lookup-setter.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/lookup-setter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/prevent-extensions.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/prevent-extensions.js new file mode 100644 index 00000000..82d6ec64 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/prevent-extensions.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/prevent-extensions'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/proto.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/proto.js new file mode 100644 index 00000000..19d734ab --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/proto.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/proto'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/seal.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/seal.js new file mode 100644 index 00000000..938fdea6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/seal.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/seal'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/set-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/set-prototype-of.js new file mode 100644 index 00000000..c6752499 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/set-prototype-of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/set-prototype-of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/to-string.js new file mode 100644 index 00000000..dfe3d9a6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/to-string.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/to-string'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/values.js new file mode 100644 index 00000000..a24b011a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/object/values.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/object/values'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/observable/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/observable/index.js new file mode 100644 index 00000000..8a6a1344 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/observable/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/observable'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/parse-float.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/parse-float.js new file mode 100644 index 00000000..c4f9729b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/parse-float.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/parse-float'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/parse-int.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/parse-int.js new file mode 100644 index 00000000..ed5510f3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/parse-int.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/parse-int'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/all-settled.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/all-settled.js new file mode 100644 index 00000000..4a11ad8f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/all-settled.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/promise/all-settled'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/any.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/any.js new file mode 100644 index 00000000..8aca2101 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/any.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/promise/any'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/finally.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/finally.js new file mode 100644 index 00000000..597665b8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/finally.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/promise/finally'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/index.js new file mode 100644 index 00000000..087ef056 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/promise'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/try.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/try.js new file mode 100644 index 00000000..51e03f32 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/try.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/promise/try'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/with-resolvers.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/with-resolvers.js new file mode 100644 index 00000000..d605d927 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/promise/with-resolvers.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/promise/with-resolvers'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/queue-microtask.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/queue-microtask.js new file mode 100644 index 00000000..2eba40c6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/queue-microtask.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/queue-microtask'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/apply.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/apply.js new file mode 100644 index 00000000..91bd4b7a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/apply.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/apply'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/construct.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/construct.js new file mode 100644 index 00000000..0cac364f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/construct.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/construct'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/define-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/define-metadata.js new file mode 100644 index 00000000..ebae09ef --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/define-metadata.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/define-metadata'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/define-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/define-property.js new file mode 100644 index 00000000..4505faa7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/define-property.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/define-property'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/delete-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/delete-metadata.js new file mode 100644 index 00000000..a7a5de52 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/delete-metadata.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/delete-metadata'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/delete-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/delete-property.js new file mode 100644 index 00000000..30f0bcbb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/delete-property.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/delete-property'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-metadata-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-metadata-keys.js new file mode 100644 index 00000000..ddb80960 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-metadata-keys.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/get-metadata-keys'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-metadata.js new file mode 100644 index 00000000..df1a5057 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-metadata.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/get-metadata'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-own-metadata-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-own-metadata-keys.js new file mode 100644 index 00000000..900520a0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-own-metadata-keys.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/get-own-metadata-keys'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-own-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-own-metadata.js new file mode 100644 index 00000000..4a57ec59 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-own-metadata.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/get-own-metadata'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-own-property-descriptor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-own-property-descriptor.js new file mode 100644 index 00000000..37621675 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-own-property-descriptor.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/get-own-property-descriptor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-prototype-of.js new file mode 100644 index 00000000..e9e5ccce --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get-prototype-of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/get-prototype-of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get.js new file mode 100644 index 00000000..208ac212 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/get.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/get'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/has-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/has-metadata.js new file mode 100644 index 00000000..4672bb18 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/has-metadata.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/has-metadata'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/has-own-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/has-own-metadata.js new file mode 100644 index 00000000..312bbcda --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/has-own-metadata.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/has-own-metadata'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/has.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/has.js new file mode 100644 index 00000000..cce123eb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/has.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/has'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/index.js new file mode 100644 index 00000000..71c2937c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/is-extensible.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/is-extensible.js new file mode 100644 index 00000000..0505e0d4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/is-extensible.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/is-extensible'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/metadata.js new file mode 100644 index 00000000..0be92392 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/metadata.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/metadata'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/own-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/own-keys.js new file mode 100644 index 00000000..92abc14e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/own-keys.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/own-keys'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/prevent-extensions.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/prevent-extensions.js new file mode 100644 index 00000000..2ff709ac --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/prevent-extensions.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/prevent-extensions'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/set-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/set-prototype-of.js new file mode 100644 index 00000000..0de0f6ff --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/set-prototype-of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/set-prototype-of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/set.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/set.js new file mode 100644 index 00000000..64d2f259 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/set.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/set'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/to-string-tag.js new file mode 100644 index 00000000..80250775 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/reflect/to-string-tag.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/reflect/to-string-tag'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/constructor.js new file mode 100644 index 00000000..4ebcde90 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/constructor.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/regexp/constructor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/dot-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/dot-all.js new file mode 100644 index 00000000..54e2001b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/dot-all.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/regexp/dot-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/escape.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/escape.js new file mode 100644 index 00000000..49cff6e7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/escape.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/regexp/escape'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/flags.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/flags.js new file mode 100644 index 00000000..7f42d4c2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/flags.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/regexp/flags'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/index.js new file mode 100644 index 00000000..c0ac4a69 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/regexp'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/match.js new file mode 100644 index 00000000..ee1ff236 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/match.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/regexp/match'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/replace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/replace.js new file mode 100644 index 00000000..ec82d104 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/replace.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/regexp/replace'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/search.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/search.js new file mode 100644 index 00000000..81bf05a0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/search.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/regexp/search'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/split.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/split.js new file mode 100644 index 00000000..de101d18 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/split.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/regexp/split'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/sticky.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/sticky.js new file mode 100644 index 00000000..a126677e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/sticky.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/regexp/sticky'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/test.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/test.js new file mode 100644 index 00000000..4a712724 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/test.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/regexp/test'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/to-string.js new file mode 100644 index 00000000..231dd7f9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/regexp/to-string.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/regexp/to-string'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/self.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/self.js new file mode 100644 index 00000000..8d6cc483 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/self.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/self'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set-immediate.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set-immediate.js new file mode 100644 index 00000000..596f1742 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set-immediate.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/set-immediate'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set-interval.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set-interval.js new file mode 100644 index 00000000..87f9063e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set-interval.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/set-interval'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set-timeout.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set-timeout.js new file mode 100644 index 00000000..572fe7c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set-timeout.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/set-timeout'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/add-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/add-all.js new file mode 100644 index 00000000..9483e5e9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/add-all.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set/add-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/delete-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/delete-all.js new file mode 100644 index 00000000..bbc2a2dd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/delete-all.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set/delete-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/difference.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/difference.js new file mode 100644 index 00000000..bd086a8a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/difference.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set/difference'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/every.js new file mode 100644 index 00000000..ee6f35a7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/every.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set/every'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/filter.js new file mode 100644 index 00000000..9f15da06 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/filter.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set/filter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/find.js new file mode 100644 index 00000000..d3345d55 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/find.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set/find'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/from.js new file mode 100644 index 00000000..fcf53c40 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/from.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set/from'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/index.js new file mode 100644 index 00000000..b014ccf8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/intersection.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/intersection.js new file mode 100644 index 00000000..013eccf9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/intersection.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set/intersection'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/is-disjoint-from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/is-disjoint-from.js new file mode 100644 index 00000000..45b1726d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/is-disjoint-from.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set/is-disjoint-from'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/is-subset-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/is-subset-of.js new file mode 100644 index 00000000..02766652 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/is-subset-of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set/is-subset-of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/is-superset-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/is-superset-of.js new file mode 100644 index 00000000..d90cf53a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/is-superset-of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set/is-superset-of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/join.js new file mode 100644 index 00000000..74be35e1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/join.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set/join'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/map.js new file mode 100644 index 00000000..4a8d4311 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/map.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set/map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/of.js new file mode 100644 index 00000000..07c4b51e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set/of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/reduce.js new file mode 100644 index 00000000..9a916176 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/reduce.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set/reduce'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/some.js new file mode 100644 index 00000000..cf445d56 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/some.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set/some'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/symmetric-difference.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/symmetric-difference.js new file mode 100644 index 00000000..66dbeb3b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/symmetric-difference.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set/symmetric-difference'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/union.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/union.js new file mode 100644 index 00000000..56b88c71 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/set/union.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/set/union'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/anchor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/anchor.js new file mode 100644 index 00000000..e319c4cd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/anchor.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/anchor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/at.js new file mode 100644 index 00000000..f052a4b2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/at.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/big.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/big.js new file mode 100644 index 00000000..25db1cd3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/big.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/big'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/blink.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/blink.js new file mode 100644 index 00000000..198acfb0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/blink.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/blink'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/bold.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/bold.js new file mode 100644 index 00000000..12e3a98e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/bold.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/bold'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/code-point-at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/code-point-at.js new file mode 100644 index 00000000..21a1efc3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/code-point-at.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/code-point-at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/code-points.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/code-points.js new file mode 100644 index 00000000..aa721d7e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/code-points.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/code-points'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/cooked.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/cooked.js new file mode 100644 index 00000000..cc7d80b3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/cooked.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/cooked'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/dedent.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/dedent.js new file mode 100644 index 00000000..1417fea3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/dedent.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/dedent'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/ends-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/ends-with.js new file mode 100644 index 00000000..82c8de3a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/ends-with.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/ends-with'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/fixed.js new file mode 100644 index 00000000..18e3d12d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/fixed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/fixed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/fontcolor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/fontcolor.js new file mode 100644 index 00000000..d2173ad5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/fontcolor.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/fontcolor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/fontsize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/fontsize.js new file mode 100644 index 00000000..60ed0de1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/fontsize.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/fontsize'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/from-code-point.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/from-code-point.js new file mode 100644 index 00000000..4ae1760f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/from-code-point.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/from-code-point'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/includes.js new file mode 100644 index 00000000..a38daaee --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/includes.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/includes'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/index.js new file mode 100644 index 00000000..39dec7f1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/is-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/is-well-formed.js new file mode 100644 index 00000000..8a3222eb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/is-well-formed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/is-well-formed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/italics.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/italics.js new file mode 100644 index 00000000..2662142a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/italics.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/italics'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/iterator.js new file mode 100644 index 00000000..e947c4c3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/iterator.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/link.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/link.js new file mode 100644 index 00000000..ce03a708 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/link.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/link'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/match-all.js new file mode 100644 index 00000000..cff637b3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/match-all.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/match-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/match.js new file mode 100644 index 00000000..fcdc6381 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/match.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/match'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/pad-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/pad-end.js new file mode 100644 index 00000000..87afd0b0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/pad-end.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/pad-end'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/pad-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/pad-start.js new file mode 100644 index 00000000..6381fbd4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/pad-start.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/pad-start'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/raw.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/raw.js new file mode 100644 index 00000000..99219608 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/raw.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/raw'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/repeat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/repeat.js new file mode 100644 index 00000000..e9549f35 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/repeat.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/repeat'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/replace-all.js new file mode 100644 index 00000000..8cb01ea5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/replace-all.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/replace-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/replace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/replace.js new file mode 100644 index 00000000..cfbbbdb0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/replace.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/replace'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/search.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/search.js new file mode 100644 index 00000000..7f44ebaa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/search.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/search'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/small.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/small.js new file mode 100644 index 00000000..83371d4d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/small.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/small'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/split.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/split.js new file mode 100644 index 00000000..df53ddeb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/split.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/split'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/starts-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/starts-with.js new file mode 100644 index 00000000..c36f72b6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/starts-with.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/starts-with'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/strike.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/strike.js new file mode 100644 index 00000000..5931582b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/strike.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/strike'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/sub.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/sub.js new file mode 100644 index 00000000..ee9be2d8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/sub.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/sub'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/substr.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/substr.js new file mode 100644 index 00000000..3a0d9964 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/substr.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/substr'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/sup.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/sup.js new file mode 100644 index 00000000..fafa2e51 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/sup.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/sup'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/to-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/to-well-formed.js new file mode 100644 index 00000000..318acd27 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/to-well-formed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/to-well-formed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim-end.js new file mode 100644 index 00000000..6913dab6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim-end.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/trim-end'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim-left.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim-left.js new file mode 100644 index 00000000..729d4d44 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim-left.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/trim-left'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim-right.js new file mode 100644 index 00000000..5bb915cc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim-right.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/trim-right'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim-start.js new file mode 100644 index 00000000..9288f6c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim-start.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/trim-start'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim.js new file mode 100644 index 00000000..d5cdd8ef --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/trim.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/string/trim'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/anchor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/anchor.js new file mode 100644 index 00000000..ef0030d1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/anchor.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/anchor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/at.js new file mode 100644 index 00000000..cf004d89 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/at.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/big.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/big.js new file mode 100644 index 00000000..bb7af64d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/big.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/big'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/blink.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/blink.js new file mode 100644 index 00000000..13c183f0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/blink.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/blink'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/bold.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/bold.js new file mode 100644 index 00000000..b18c2dca --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/bold.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/bold'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/code-point-at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/code-point-at.js new file mode 100644 index 00000000..d96f5445 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/code-point-at.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/code-point-at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/code-points.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/code-points.js new file mode 100644 index 00000000..fdbd7a47 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/code-points.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/code-points'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/ends-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/ends-with.js new file mode 100644 index 00000000..232aaa77 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/ends-with.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/ends-with'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/fixed.js new file mode 100644 index 00000000..4d405781 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/fixed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/fixed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/fontcolor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/fontcolor.js new file mode 100644 index 00000000..2d37d0e9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/fontcolor.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/fontcolor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/fontsize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/fontsize.js new file mode 100644 index 00000000..9a106100 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/fontsize.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/fontsize'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/includes.js new file mode 100644 index 00000000..0c77bc76 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/includes.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/includes'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/index.js new file mode 100644 index 00000000..4dbf80b9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/is-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/is-well-formed.js new file mode 100644 index 00000000..7a46df33 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/is-well-formed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/is-well-formed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/italics.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/italics.js new file mode 100644 index 00000000..a3597916 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/italics.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/italics'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/iterator.js new file mode 100644 index 00000000..070896f5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/iterator.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/link.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/link.js new file mode 100644 index 00000000..4caad6c5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/link.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/link'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/match-all.js new file mode 100644 index 00000000..f1a16e51 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/match-all.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/match-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/pad-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/pad-end.js new file mode 100644 index 00000000..b197b82f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/pad-end.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/pad-end'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/pad-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/pad-start.js new file mode 100644 index 00000000..0d9f7906 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/pad-start.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/pad-start'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/repeat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/repeat.js new file mode 100644 index 00000000..c9bd2b19 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/repeat.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/repeat'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/replace-all.js new file mode 100644 index 00000000..5c41a81f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/replace-all.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/replace-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/small.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/small.js new file mode 100644 index 00000000..41830fd9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/small.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/small'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/starts-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/starts-with.js new file mode 100644 index 00000000..faf7f9af --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/starts-with.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/starts-with'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/strike.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/strike.js new file mode 100644 index 00000000..4aa6aab0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/strike.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/strike'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/sub.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/sub.js new file mode 100644 index 00000000..0406b512 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/sub.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/sub'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/substr.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/substr.js new file mode 100644 index 00000000..bff178af --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/substr.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/substr'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/sup.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/sup.js new file mode 100644 index 00000000..ea4b0869 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/sup.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/sup'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/to-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/to-well-formed.js new file mode 100644 index 00000000..fb106bcb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/to-well-formed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/to-well-formed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim-end.js new file mode 100644 index 00000000..d90c02dd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim-end.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/trim-end'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim-left.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim-left.js new file mode 100644 index 00000000..407b11ff --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim-left.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/trim-left'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim-right.js new file mode 100644 index 00000000..8e6fd4db --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim-right.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/trim-right'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim-start.js new file mode 100644 index 00000000..0c3545a4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim-start.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/trim-start'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim.js new file mode 100644 index 00000000..da33237a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/string/virtual/trim.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../full/string/virtual/trim'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/structured-clone.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/structured-clone.js new file mode 100644 index 00000000..3f23d559 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/structured-clone.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/structured-clone'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/suppressed-error.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/suppressed-error.js new file mode 100644 index 00000000..331939cd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/suppressed-error.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/suppressed-error'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/async-dispose.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/async-dispose.js new file mode 100644 index 00000000..e31c76d6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/async-dispose.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/async-dispose'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/async-iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/async-iterator.js new file mode 100644 index 00000000..6951daec --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/async-iterator.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/async-iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/custom-matcher.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/custom-matcher.js new file mode 100644 index 00000000..79c145d9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/custom-matcher.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/custom-matcher'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/description.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/description.js new file mode 100644 index 00000000..dacdab2a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/description.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/description'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/dispose.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/dispose.js new file mode 100644 index 00000000..270f7291 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/dispose.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/dispose'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/for.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/for.js new file mode 100644 index 00000000..69a35553 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/for.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/for'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/has-instance.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/has-instance.js new file mode 100644 index 00000000..fc003b38 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/has-instance.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/has-instance'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/index.js new file mode 100644 index 00000000..02c9e00a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-concat-spreadable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-concat-spreadable.js new file mode 100644 index 00000000..190c326d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-concat-spreadable.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/is-concat-spreadable'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-registered-symbol.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-registered-symbol.js new file mode 100644 index 00000000..abc6281a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-registered-symbol.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/is-registered-symbol'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-registered.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-registered.js new file mode 100644 index 00000000..59545193 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-registered.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/is-registered'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-well-known-symbol.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-well-known-symbol.js new file mode 100644 index 00000000..71f6a9d6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-well-known-symbol.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/is-well-known-symbol'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-well-known.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-well-known.js new file mode 100644 index 00000000..3c6270e6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/is-well-known.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/is-well-known'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/iterator.js new file mode 100644 index 00000000..01690d8c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/iterator.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/key-for.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/key-for.js new file mode 100644 index 00000000..b8d20616 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/key-for.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/key-for'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/match-all.js new file mode 100644 index 00000000..d9218822 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/match-all.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/match-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/match.js new file mode 100644 index 00000000..52f36d4e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/match.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/match'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/matcher.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/matcher.js new file mode 100644 index 00000000..a5950854 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/matcher.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/matcher'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/metadata-key.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/metadata-key.js new file mode 100644 index 00000000..8f0b0267 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/metadata-key.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/metadata-key'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/metadata.js new file mode 100644 index 00000000..af7fdd19 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/metadata.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/metadata'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/observable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/observable.js new file mode 100644 index 00000000..991b7f97 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/observable.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/observable'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/pattern-match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/pattern-match.js new file mode 100644 index 00000000..74a6bba5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/pattern-match.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/pattern-match'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/replace-all.js new file mode 100644 index 00000000..e6b3eabd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/replace-all.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/replace-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/replace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/replace.js new file mode 100644 index 00000000..890d0fc4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/replace.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/replace'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/search.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/search.js new file mode 100644 index 00000000..b888afcb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/search.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/search'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/species.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/species.js new file mode 100644 index 00000000..e7e4e28f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/species.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/species'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/split.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/split.js new file mode 100644 index 00000000..8c4b7a55 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/split.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/split'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/to-primitive.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/to-primitive.js new file mode 100644 index 00000000..d3b7a0d6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/to-primitive.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/to-primitive'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/to-string-tag.js new file mode 100644 index 00000000..b08cc0fe --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/to-string-tag.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/to-string-tag'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/unscopables.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/unscopables.js new file mode 100644 index 00000000..f3363145 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/symbol/unscopables.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/symbol/unscopables'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/at.js new file mode 100644 index 00000000..dbda0f23 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/at.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/copy-within.js new file mode 100644 index 00000000..5cd49d9c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/copy-within.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/copy-within'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/entries.js new file mode 100644 index 00000000..d7fb6352 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/entries.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/entries'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/every.js new file mode 100644 index 00000000..4d9f4946 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/every.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/every'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/fill.js new file mode 100644 index 00000000..987b2c63 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/fill.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/fill'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/filter-out.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/filter-out.js new file mode 100644 index 00000000..4ebe2585 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/filter-out.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/filter-out'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/filter-reject.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/filter-reject.js new file mode 100644 index 00000000..1eca98cd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/filter-reject.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/filter-reject'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/filter.js new file mode 100644 index 00000000..e8004b26 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/filter.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/filter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/find-index.js new file mode 100644 index 00000000..a1de959f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/find-index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/find-index'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/find-last-index.js new file mode 100644 index 00000000..de77d08f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/find-last-index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/find-last-index'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/find-last.js new file mode 100644 index 00000000..d224ab30 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/find-last.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/find-last'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/find.js new file mode 100644 index 00000000..40cc4964 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/find.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/find'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/float32-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/float32-array.js new file mode 100644 index 00000000..4d48fa1d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/float32-array.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/float32-array'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/float64-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/float64-array.js new file mode 100644 index 00000000..64bdedfa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/float64-array.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/float64-array'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/for-each.js new file mode 100644 index 00000000..f2e50735 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/for-each.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/for-each'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/from-async.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/from-async.js new file mode 100644 index 00000000..c19d08c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/from-async.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/from-async'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/from-base64.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/from-base64.js new file mode 100644 index 00000000..dbcfebc1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/from-base64.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/from-base64'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/from-hex.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/from-hex.js new file mode 100644 index 00000000..d7418cd1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/from-hex.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/from-hex'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/from.js new file mode 100644 index 00000000..a0488efd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/from.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/from'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/group-by.js new file mode 100644 index 00000000..946f22c3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/group-by.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/group-by'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/includes.js new file mode 100644 index 00000000..1af591fe --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/includes.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/includes'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/index-of.js new file mode 100644 index 00000000..d1009187 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/index-of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/index-of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/index.js new file mode 100644 index 00000000..84e38dd8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/int16-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/int16-array.js new file mode 100644 index 00000000..8b90d1a7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/int16-array.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/int16-array'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/int32-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/int32-array.js new file mode 100644 index 00000000..0bc324b7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/int32-array.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/int32-array'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/int8-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/int8-array.js new file mode 100644 index 00000000..3d30c414 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/int8-array.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/int8-array'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/iterator.js new file mode 100644 index 00000000..02623eaf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/iterator.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/join.js new file mode 100644 index 00000000..8c1a74f8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/join.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/join'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/keys.js new file mode 100644 index 00000000..b90483fd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/keys.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/keys'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/last-index-of.js new file mode 100644 index 00000000..c1708482 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/last-index-of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/last-index-of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/map.js new file mode 100644 index 00000000..cb73c09b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/map.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/methods.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/methods.js new file mode 100644 index 00000000..9f8db1e5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/methods.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/methods'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/of.js new file mode 100644 index 00000000..52663f4e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/reduce-right.js new file mode 100644 index 00000000..d258dcd9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/reduce-right.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/reduce-right'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/reduce.js new file mode 100644 index 00000000..bdb91067 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/reduce.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/reduce'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/reverse.js new file mode 100644 index 00000000..7923e59e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/reverse.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/reverse'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/set-from-base64.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/set-from-base64.js new file mode 100644 index 00000000..ea2f6394 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/set-from-base64.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/set-from-base64'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/set-from-hex.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/set-from-hex.js new file mode 100644 index 00000000..a6c639b4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/set-from-hex.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/set-from-hex'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/set.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/set.js new file mode 100644 index 00000000..5f126824 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/set.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/set'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/slice.js new file mode 100644 index 00000000..e0d0811e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/slice.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/slice'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/some.js new file mode 100644 index 00000000..7d3bf5a7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/some.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/some'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/sort.js new file mode 100644 index 00000000..8af7761b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/sort.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/sort'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/subarray.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/subarray.js new file mode 100644 index 00000000..aba0b31f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/subarray.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/subarray'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-base64.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-base64.js new file mode 100644 index 00000000..92059456 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-base64.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/to-base64'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-hex.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-hex.js new file mode 100644 index 00000000..2a19bdcc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-hex.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/to-hex'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-locale-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-locale-string.js new file mode 100644 index 00000000..96ec8917 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-locale-string.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/to-locale-string'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-reversed.js new file mode 100644 index 00000000..1d163ed0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-reversed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/to-reversed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-sorted.js new file mode 100644 index 00000000..06ee8a6c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-sorted.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/to-sorted'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-spliced.js new file mode 100644 index 00000000..4bc82461 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-spliced.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/to-spliced'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-string.js new file mode 100644 index 00000000..564dec72 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/to-string.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/to-string'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/uint16-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/uint16-array.js new file mode 100644 index 00000000..3c139722 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/uint16-array.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/uint16-array'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/uint32-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/uint32-array.js new file mode 100644 index 00000000..57d4db5e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/uint32-array.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/uint32-array'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/uint8-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/uint8-array.js new file mode 100644 index 00000000..7d50a3d9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/uint8-array.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/uint8-array'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/uint8-clamped-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/uint8-clamped-array.js new file mode 100644 index 00000000..6a82ffbc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/uint8-clamped-array.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/uint8-clamped-array'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/unique-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/unique-by.js new file mode 100644 index 00000000..8ee5b6e4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/unique-by.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/unique-by'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/values.js new file mode 100644 index 00000000..c2d2e94d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/values.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/values'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/with.js new file mode 100644 index 00000000..93b9f514 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/typed-array/with.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/typed-array/with'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/unescape.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/unescape.js new file mode 100644 index 00000000..2627b4a1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/unescape.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../full/unescape'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url-search-params/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url-search-params/index.js new file mode 100644 index 00000000..a8205455 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url-search-params/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/url-search-params'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url/can-parse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url/can-parse.js new file mode 100644 index 00000000..3d69ec55 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url/can-parse.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/url/can-parse'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url/index.js new file mode 100644 index 00000000..d7202ad7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/url'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url/parse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url/parse.js new file mode 100644 index 00000000..37c22d63 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url/parse.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/url/parse'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url/to-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url/to-json.js new file mode 100644 index 00000000..6cf7a77c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/url/to-json.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/url/to-json'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/delete-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/delete-all.js new file mode 100644 index 00000000..a19160b0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/delete-all.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/weak-map/delete-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/emplace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/emplace.js new file mode 100644 index 00000000..ac398472 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/emplace.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/weak-map/emplace'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/from.js new file mode 100644 index 00000000..4dbec012 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/from.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/weak-map/from'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/get-or-insert-computed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/get-or-insert-computed.js new file mode 100644 index 00000000..9eabbfbe --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/get-or-insert-computed.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/weak-map/get-or-insert-computed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/get-or-insert.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/get-or-insert.js new file mode 100644 index 00000000..9962ee31 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/get-or-insert.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/weak-map/get-or-insert'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/index.js new file mode 100644 index 00000000..d5bceded --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/weak-map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/of.js new file mode 100644 index 00000000..73021e61 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/weak-map/of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/upsert.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/upsert.js new file mode 100644 index 00000000..6582591d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-map/upsert.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/weak-map/upsert'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/add-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/add-all.js new file mode 100644 index 00000000..f537412e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/add-all.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/weak-set/add-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/delete-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/delete-all.js new file mode 100644 index 00000000..3da6c756 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/delete-all.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/weak-set/delete-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/from.js new file mode 100644 index 00000000..d300e224 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/from.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/weak-set/from'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/index.js new file mode 100644 index 00000000..7da09c84 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/weak-set'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/of.js new file mode 100644 index 00000000..7070230d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/features/weak-set/of.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../full/weak-set/of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/README.md b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/README.md new file mode 100644 index 00000000..62c88a0d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/README.md @@ -0,0 +1 @@ +This folder contains entry points for all `core-js` features with dependencies. It's the recommended way for usage only required features. diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/aggregate-error.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/aggregate-error.js new file mode 100644 index 00000000..53ba5cf5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/aggregate-error.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: remove from `core-js@4` +require('../modules/esnext.aggregate-error'); + +var parent = require('../actual/aggregate-error'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/constructor.js new file mode 100644 index 00000000..fc0efd2f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/constructor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array-buffer/constructor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/detached.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/detached.js new file mode 100644 index 00000000..08bff30f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/detached.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array-buffer/detached'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/index.js new file mode 100644 index 00000000..6f64913a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array-buffer'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/is-view.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/is-view.js new file mode 100644 index 00000000..ae1a5466 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/is-view.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array-buffer/is-view'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/slice.js new file mode 100644 index 00000000..1886c1ef --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/slice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array-buffer/slice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/transfer-to-fixed-length.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/transfer-to-fixed-length.js new file mode 100644 index 00000000..8eb8cc91 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/transfer-to-fixed-length.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array-buffer/transfer-to-fixed-length'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/transfer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/transfer.js new file mode 100644 index 00000000..2906f133 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array-buffer/transfer.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array-buffer/transfer'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/at.js new file mode 100644 index 00000000..edc75eac --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/at.js @@ -0,0 +1,7 @@ +'use strict'; +var parent = require('../../actual/array/at'); + +// TODO: Remove from `core-js@4` +require('../../modules/esnext.array.at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/concat.js new file mode 100644 index 00000000..249f6711 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/concat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/concat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/copy-within.js new file mode 100644 index 00000000..e6f7e0e6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/copy-within.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/copy-within'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/entries.js new file mode 100644 index 00000000..cca5eaf1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/entries.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/entries'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/every.js new file mode 100644 index 00000000..d82e61dd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/every.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/every'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/fill.js new file mode 100644 index 00000000..7ed4273d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/fill.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/fill'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/filter-out.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/filter-out.js new file mode 100644 index 00000000..21169a1c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/filter-out.js @@ -0,0 +1,6 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../../modules/esnext.array.filter-out'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'filterOut'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/filter-reject.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/filter-reject.js new file mode 100644 index 00000000..b346de7e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/filter-reject.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.array.filter-reject'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'filterReject'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/filter.js new file mode 100644 index 00000000..910ac63a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/filter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/filter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/find-index.js new file mode 100644 index 00000000..b3b00d6a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/find-index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/find-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/find-last-index.js new file mode 100644 index 00000000..6dbba159 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/find-last-index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/find-last-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/find-last.js new file mode 100644 index 00000000..60a41af8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/find-last.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/find-last'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/find.js new file mode 100644 index 00000000..48dfb637 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/find.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/find'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/flat-map.js new file mode 100644 index 00000000..f610ccd7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/flat-map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/flat-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/flat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/flat.js new file mode 100644 index 00000000..db1d5566 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/flat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/flat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/for-each.js new file mode 100644 index 00000000..8b5c6840 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/for-each.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/for-each'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/from-async.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/from-async.js new file mode 100644 index 00000000..667964a9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/from-async.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/from-async'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/from.js new file mode 100644 index 00000000..b6eda777 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/from.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/from'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/group-by-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/group-by-to-map.js new file mode 100644 index 00000000..70ca4cc8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/group-by-to-map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/group-by-to-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/group-by.js new file mode 100644 index 00000000..12da2650 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/group-by.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/group-by'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/group-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/group-to-map.js new file mode 100644 index 00000000..46b881d1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/group-to-map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/group-to-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/group.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/group.js new file mode 100644 index 00000000..597fe8ea --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/group.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/group'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/includes.js new file mode 100644 index 00000000..445a9888 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/includes.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/includes'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/index-of.js new file mode 100644 index 00000000..6974884b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/index.js new file mode 100644 index 00000000..a6de170f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/index.js @@ -0,0 +1,14 @@ +'use strict'; +var parent = require('../../actual/array'); +require('../../modules/es.map'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.array.at'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.array.filter-out'); +require('../../modules/esnext.array.filter-reject'); +require('../../modules/esnext.array.is-template-object'); +require('../../modules/esnext.array.last-item'); +require('../../modules/esnext.array.last-index'); +require('../../modules/esnext.array.unique-by'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/is-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/is-array.js new file mode 100644 index 00000000..5d277cb8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/is-array.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/is-array'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/is-template-object.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/is-template-object.js new file mode 100644 index 00000000..30fe977a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/is-template-object.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.array.is-template-object'); +var path = require('../../internals/path'); + +module.exports = path.Array.isTemplateObject; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/iterator.js new file mode 100644 index 00000000..3ab47e32 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/join.js new file mode 100644 index 00000000..63f9458c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/join.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/join'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/keys.js new file mode 100644 index 00000000..fb0bfd25 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/keys.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/keys'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/last-index-of.js new file mode 100644 index 00000000..c013671c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/last-index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/last-index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/last-index.js new file mode 100644 index 00000000..2f49d082 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/last-index.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/esnext.array.last-index'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/last-item.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/last-item.js new file mode 100644 index 00000000..be6b3d66 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/last-item.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/esnext.array.last-item'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/map.js new file mode 100644 index 00000000..d26b99e7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/of.js new file mode 100644 index 00000000..ada7f025 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/push.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/push.js new file mode 100644 index 00000000..f0d432ab --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/push.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/push'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/reduce-right.js new file mode 100644 index 00000000..d060ec90 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/reduce-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/reduce-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/reduce.js new file mode 100644 index 00000000..31389bd4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/reduce.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/reduce'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/reverse.js new file mode 100644 index 00000000..8841bf72 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/reverse.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/reverse'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/slice.js new file mode 100644 index 00000000..b113e06b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/slice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/slice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/some.js new file mode 100644 index 00000000..21360ffc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/some.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/some'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/sort.js new file mode 100644 index 00000000..05edb2fc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/sort.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/sort'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/splice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/splice.js new file mode 100644 index 00000000..9bdd09c0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/splice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/splice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/to-reversed.js new file mode 100644 index 00000000..ac88cd18 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/to-reversed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/to-reversed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/to-sorted.js new file mode 100644 index 00000000..45e8491a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/to-sorted.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/to-sorted'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/to-spliced.js new file mode 100644 index 00000000..219c3ef3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/to-spliced.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/to-spliced'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/unique-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/unique-by.js new file mode 100644 index 00000000..8bb3b36e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/unique-by.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.array.unique-by'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'uniqueBy'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/unshift.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/unshift.js new file mode 100644 index 00000000..ab7ecb83 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/unshift.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/unshift'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/values.js new file mode 100644 index 00000000..61ee0a97 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/values.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/values'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/at.js new file mode 100644 index 00000000..3780e741 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/at.js @@ -0,0 +1,7 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/at'); + +// TODO: Remove from `core-js@4` +require('../../../modules/esnext.array.at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/concat.js new file mode 100644 index 00000000..5909ae13 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/concat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/concat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/copy-within.js new file mode 100644 index 00000000..da9f25b6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/copy-within.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/copy-within'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/entries.js new file mode 100644 index 00000000..e8d34082 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/entries.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/entries'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/every.js new file mode 100644 index 00000000..03650700 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/every.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/every'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/fill.js new file mode 100644 index 00000000..7c554517 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/fill.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/fill'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/filter-out.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/filter-out.js new file mode 100644 index 00000000..8bf9a24c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/filter-out.js @@ -0,0 +1,6 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../../../modules/esnext.array.filter-out'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'filterOut'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/filter-reject.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/filter-reject.js new file mode 100644 index 00000000..094f90df --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/filter-reject.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/esnext.array.filter-reject'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'filterReject'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/filter.js new file mode 100644 index 00000000..f1f47135 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/filter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/filter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/find-index.js new file mode 100644 index 00000000..78f64de6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/find-index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/find-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/find-last-index.js new file mode 100644 index 00000000..d681c60c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/find-last-index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/find-last-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/find-last.js new file mode 100644 index 00000000..cbe5fd08 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/find-last.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/find-last'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/find.js new file mode 100644 index 00000000..fda73cbd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/find.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/find'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/flat-map.js new file mode 100644 index 00000000..4c95ebd3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/flat-map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/flat-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/flat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/flat.js new file mode 100644 index 00000000..801557bf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/flat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/flat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/for-each.js new file mode 100644 index 00000000..4f3c6b4b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/for-each.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/for-each'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/group-by-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/group-by-to-map.js new file mode 100644 index 00000000..5ef4d2cc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/group-by-to-map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/group-by-to-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/group-by.js new file mode 100644 index 00000000..69cb4325 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/group-by.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/group-by'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/group-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/group-to-map.js new file mode 100644 index 00000000..f4003926 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/group-to-map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/group-to-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/group.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/group.js new file mode 100644 index 00000000..e207bea3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/group.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/group'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/includes.js new file mode 100644 index 00000000..87036aad --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/includes.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/includes'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/index-of.js new file mode 100644 index 00000000..3bed9e33 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/index.js new file mode 100644 index 00000000..540a9c5e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/index.js @@ -0,0 +1,10 @@ +'use strict'; +var parent = require('../../../actual/array/virtual'); +// TODO: Remove from `core-js@4` +require('../../../modules/esnext.array.at'); +// TODO: Remove from `core-js@4` +require('../../../modules/esnext.array.filter-out'); +require('../../../modules/esnext.array.filter-reject'); +require('../../../modules/esnext.array.unique-by'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/iterator.js new file mode 100644 index 00000000..7270ac13 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/join.js new file mode 100644 index 00000000..da77b621 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/join.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/join'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/keys.js new file mode 100644 index 00000000..d0dac797 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/keys.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/keys'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/last-index-of.js new file mode 100644 index 00000000..255dbfcf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/last-index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/last-index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/map.js new file mode 100644 index 00000000..4c48db41 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/push.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/push.js new file mode 100644 index 00000000..19e76ba5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/push.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/push'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/reduce-right.js new file mode 100644 index 00000000..2af9769f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/reduce-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/reduce-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/reduce.js new file mode 100644 index 00000000..db9f0882 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/reduce.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/reduce'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/reverse.js new file mode 100644 index 00000000..68e2e482 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/reverse.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/reverse'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/slice.js new file mode 100644 index 00000000..3a592891 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/slice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/slice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/some.js new file mode 100644 index 00000000..629feb34 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/some.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/some'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/sort.js new file mode 100644 index 00000000..c10bc939 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/sort.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/sort'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/splice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/splice.js new file mode 100644 index 00000000..f0cf4445 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/splice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/splice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/to-reversed.js new file mode 100644 index 00000000..7e90ce03 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/to-reversed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/to-reversed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/to-sorted.js new file mode 100644 index 00000000..d7c3698c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/to-sorted.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/to-sorted'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/to-spliced.js new file mode 100644 index 00000000..f8abf12d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/to-spliced.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/to-spliced'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/unique-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/unique-by.js new file mode 100644 index 00000000..d9c0282b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/unique-by.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../../modules/es.map'); +require('../../../modules/esnext.array.unique-by'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Array', 'uniqueBy'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/unshift.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/unshift.js new file mode 100644 index 00000000..20c10225 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/unshift.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/unshift'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/values.js new file mode 100644 index 00000000..d88e6f48 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/values.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/values'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/with.js new file mode 100644 index 00000000..51abc802 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/virtual/with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/array/virtual/with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/with.js new file mode 100644 index 00000000..71c9c573 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/array/with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/array/with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-disposable-stack/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-disposable-stack/constructor.js new file mode 100644 index 00000000..97269710 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-disposable-stack/constructor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/async-disposable-stack/constructor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-disposable-stack/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-disposable-stack/index.js new file mode 100644 index 00000000..59583536 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-disposable-stack/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/async-disposable-stack'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/as-indexed-pairs.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/as-indexed-pairs.js new file mode 100644 index 00000000..0dee7208 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/as-indexed-pairs.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/esnext.async-iterator.constructor'); +require('../../modules/esnext.async-iterator.as-indexed-pairs'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('AsyncIterator', 'asIndexedPairs'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/async-dispose.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/async-dispose.js new file mode 100644 index 00000000..fb92148b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/async-dispose.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/async-iterator/async-dispose'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/drop.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/drop.js new file mode 100644 index 00000000..7b3e510e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/drop.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/async-iterator/drop'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/every.js new file mode 100644 index 00000000..22304e4a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/every.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/async-iterator/every'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/filter.js new file mode 100644 index 00000000..b50edd68 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/filter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/async-iterator/filter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/find.js new file mode 100644 index 00000000..9288425c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/find.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/async-iterator/find'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/flat-map.js new file mode 100644 index 00000000..8ec86565 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/flat-map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/async-iterator/flat-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/for-each.js new file mode 100644 index 00000000..ae36f430 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/for-each.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/async-iterator/for-each'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/from.js new file mode 100644 index 00000000..3023df90 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/from.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/async-iterator/from'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/index.js new file mode 100644 index 00000000..2f8a40e2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/index.js @@ -0,0 +1,7 @@ +'use strict'; +var parent = require('../../actual/async-iterator'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.async-iterator.as-indexed-pairs'); +require('../../modules/esnext.async-iterator.indexed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/indexed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/indexed.js new file mode 100644 index 00000000..915bf46b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/indexed.js @@ -0,0 +1,10 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../../modules/es.object.to-string'); +require('../../modules/es.promise'); +require('../../modules/esnext.async-iterator.constructor'); +require('../../modules/esnext.async-iterator.indexed'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('AsyncIterator', 'indexed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/map.js new file mode 100644 index 00000000..516dd535 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/async-iterator/map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/reduce.js new file mode 100644 index 00000000..eedfb776 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/reduce.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/async-iterator/reduce'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/some.js new file mode 100644 index 00000000..aec975a8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/some.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/async-iterator/some'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/take.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/take.js new file mode 100644 index 00000000..b9212029 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/take.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/async-iterator/take'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/to-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/to-array.js new file mode 100644 index 00000000..df3bad61 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/async-iterator/to-array.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/async-iterator/to-array'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/atob.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/atob.js new file mode 100644 index 00000000..b1331567 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/atob.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../actual/atob'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/bigint/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/bigint/index.js new file mode 100644 index 00000000..f00d8354 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/bigint/index.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/esnext.bigint.range'); +var BigInt = require('../../internals/path').BigInt; + +module.exports = BigInt; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/bigint/range.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/bigint/range.js new file mode 100644 index 00000000..dac08486 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/bigint/range.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/esnext.bigint.range'); +var BigInt = require('../../internals/path').BigInt; + +module.exports = BigInt && BigInt.range; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/btoa.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/btoa.js new file mode 100644 index 00000000..6dc6cdf7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/btoa.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../actual/btoa'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/clear-immediate.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/clear-immediate.js new file mode 100644 index 00000000..34408f31 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/clear-immediate.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../actual/clear-immediate'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/composite-key.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/composite-key.js new file mode 100644 index 00000000..6da3f57b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/composite-key.js @@ -0,0 +1,5 @@ +'use strict'; +require('../modules/esnext.composite-key'); +var path = require('../internals/path'); + +module.exports = path.compositeKey; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/composite-symbol.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/composite-symbol.js new file mode 100644 index 00000000..50b220cf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/composite-symbol.js @@ -0,0 +1,6 @@ +'use strict'; +require('../modules/es.symbol'); +require('../modules/esnext.composite-symbol'); +var path = require('../internals/path'); + +module.exports = path.compositeSymbol; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/get-float16.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/get-float16.js new file mode 100644 index 00000000..03caa59c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/get-float16.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/data-view/get-float16'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/get-uint8-clamped.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/get-uint8-clamped.js new file mode 100644 index 00000000..8311c07c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/get-uint8-clamped.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/esnext.data-view.get-uint8-clamped'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/index.js new file mode 100644 index 00000000..18d16c42 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/index.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('../../actual/data-view'); +require('../../modules/esnext.data-view.get-uint8-clamped'); +require('../../modules/esnext.data-view.set-uint8-clamped'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/set-float16.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/set-float16.js new file mode 100644 index 00000000..e884df94 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/set-float16.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/data-view/set-float16'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/set-uint8-clamped.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/set-uint8-clamped.js new file mode 100644 index 00000000..e2bbae26 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/data-view/set-uint8-clamped.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/esnext.data-view.set-uint8-clamped'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/get-year.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/get-year.js new file mode 100644 index 00000000..4ef2dc15 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/get-year.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/date/get-year'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/index.js new file mode 100644 index 00000000..4077bdea --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/date'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/now.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/now.js new file mode 100644 index 00000000..87da6389 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/now.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/date/now'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/set-year.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/set-year.js new file mode 100644 index 00000000..79c0ab3b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/set-year.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/date/set-year'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-gmt-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-gmt-string.js new file mode 100644 index 00000000..53aa6279 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-gmt-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/date/to-gmt-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-iso-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-iso-string.js new file mode 100644 index 00000000..c8041d0c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-iso-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/date/to-iso-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-json.js new file mode 100644 index 00000000..d80c14a3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-json.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/date/to-json'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-primitive.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-primitive.js new file mode 100644 index 00000000..7e8094e3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-primitive.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/date/to-primitive'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-string.js new file mode 100644 index 00000000..15f29035 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/date/to-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/date/to-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/disposable-stack/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/disposable-stack/constructor.js new file mode 100644 index 00000000..4ee0a30f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/disposable-stack/constructor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/disposable-stack/constructor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/disposable-stack/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/disposable-stack/index.js new file mode 100644 index 00000000..a0c0de99 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/disposable-stack/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/disposable-stack'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-collections/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-collections/for-each.js new file mode 100644 index 00000000..5172d595 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-collections/for-each.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/dom-collections/for-each'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-collections/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-collections/index.js new file mode 100644 index 00000000..12395180 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-collections/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/dom-collections'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-collections/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-collections/iterator.js new file mode 100644 index 00000000..8c31637a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-collections/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/dom-collections/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-exception/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-exception/constructor.js new file mode 100644 index 00000000..873ebbf8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-exception/constructor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/dom-exception/constructor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-exception/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-exception/index.js new file mode 100644 index 00000000..31290fcd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-exception/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/dom-exception'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-exception/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-exception/to-string-tag.js new file mode 100644 index 00000000..50261b60 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/dom-exception/to-string-tag.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/dom-exception/to-string-tag'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/error/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/error/constructor.js new file mode 100644 index 00000000..26a72a6c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/error/constructor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/error/constructor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/error/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/error/index.js new file mode 100644 index 00000000..1885dea8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/error/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/error'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/error/is-error.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/error/is-error.js new file mode 100644 index 00000000..1d2e2053 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/error/is-error.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/error/is-error'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/error/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/error/to-string.js new file mode 100644 index 00000000..1b330525 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/error/to-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/error/to-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/escape.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/escape.js new file mode 100644 index 00000000..6648b3a2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/escape.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../actual/escape'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/bind.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/bind.js new file mode 100644 index 00000000..33687e0c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/bind.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/function/bind'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/demethodize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/demethodize.js new file mode 100644 index 00000000..6e96aa1e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/demethodize.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.function.demethodize'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Function', 'demethodize'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/has-instance.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/has-instance.js new file mode 100644 index 00000000..12219cbe --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/has-instance.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/function/has-instance'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/index.js new file mode 100644 index 00000000..4ecdac5c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/index.js @@ -0,0 +1,9 @@ +'use strict'; +var parent = require('../../actual/function'); +require('../../modules/esnext.function.demethodize'); +require('../../modules/esnext.function.is-callable'); +require('../../modules/esnext.function.is-constructor'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.function.un-this'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/is-callable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/is-callable.js new file mode 100644 index 00000000..e481b3cc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/is-callable.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.function.is-callable'); +var path = require('../../internals/path'); + +module.exports = path.Function.isCallable; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/is-constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/is-constructor.js new file mode 100644 index 00000000..7256eac3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/is-constructor.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.function.is-constructor'); +var path = require('../../internals/path'); + +module.exports = path.Function.isConstructor; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/metadata.js new file mode 100644 index 00000000..5b33d152 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/metadata.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/function/metadata'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/name.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/name.js new file mode 100644 index 00000000..80daa2d6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/name.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/function/name'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/un-this.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/un-this.js new file mode 100644 index 00000000..a9561ca1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/un-this.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.function.un-this'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Function', 'unThis'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/virtual/bind.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/virtual/bind.js new file mode 100644 index 00000000..2262d5f9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/virtual/bind.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/function/virtual/bind'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/virtual/demethodize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/virtual/demethodize.js new file mode 100644 index 00000000..47318a47 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/virtual/demethodize.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/esnext.function.demethodize'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Function', 'demethodize'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/virtual/index.js new file mode 100644 index 00000000..76d59520 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/virtual/index.js @@ -0,0 +1,7 @@ +'use strict'; +var parent = require('../../../actual/function/virtual'); +require('../../../modules/esnext.function.demethodize'); +// TODO: Remove from `core-js@4` +require('../../../modules/esnext.function.un-this'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/virtual/un-this.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/virtual/un-this.js new file mode 100644 index 00000000..671c1891 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/function/virtual/un-this.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../../modules/esnext.function.un-this'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('Function', 'unThis'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/get-iterator-method.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/get-iterator-method.js new file mode 100644 index 00000000..803708e9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/get-iterator-method.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../actual/get-iterator-method'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/get-iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/get-iterator.js new file mode 100644 index 00000000..d22ebe33 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/get-iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../actual/get-iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/global-this.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/global-this.js new file mode 100644 index 00000000..fd3dec9b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/global-this.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: remove from `core-js@4` +require('../modules/esnext.global-this'); + +var parent = require('../actual/global-this'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/index.js new file mode 100644 index 00000000..bfc30fe4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/index.js @@ -0,0 +1,503 @@ +'use strict'; +require('../modules/es.symbol'); +require('../modules/es.symbol.description'); +require('../modules/es.symbol.async-iterator'); +require('../modules/es.symbol.has-instance'); +require('../modules/es.symbol.is-concat-spreadable'); +require('../modules/es.symbol.iterator'); +require('../modules/es.symbol.match'); +require('../modules/es.symbol.match-all'); +require('../modules/es.symbol.replace'); +require('../modules/es.symbol.search'); +require('../modules/es.symbol.species'); +require('../modules/es.symbol.split'); +require('../modules/es.symbol.to-primitive'); +require('../modules/es.symbol.to-string-tag'); +require('../modules/es.symbol.unscopables'); +require('../modules/es.error.cause'); +require('../modules/es.error.to-string'); +require('../modules/es.aggregate-error'); +require('../modules/es.aggregate-error.cause'); +require('../modules/es.array.at'); +require('../modules/es.array.concat'); +require('../modules/es.array.copy-within'); +require('../modules/es.array.every'); +require('../modules/es.array.fill'); +require('../modules/es.array.filter'); +require('../modules/es.array.find'); +require('../modules/es.array.find-index'); +require('../modules/es.array.find-last'); +require('../modules/es.array.find-last-index'); +require('../modules/es.array.flat'); +require('../modules/es.array.flat-map'); +require('../modules/es.array.for-each'); +require('../modules/es.array.from'); +require('../modules/es.array.includes'); +require('../modules/es.array.index-of'); +require('../modules/es.array.is-array'); +require('../modules/es.array.iterator'); +require('../modules/es.array.join'); +require('../modules/es.array.last-index-of'); +require('../modules/es.array.map'); +require('../modules/es.array.of'); +require('../modules/es.array.push'); +require('../modules/es.array.reduce'); +require('../modules/es.array.reduce-right'); +require('../modules/es.array.reverse'); +require('../modules/es.array.slice'); +require('../modules/es.array.some'); +require('../modules/es.array.sort'); +require('../modules/es.array.species'); +require('../modules/es.array.splice'); +require('../modules/es.array.to-reversed'); +require('../modules/es.array.to-sorted'); +require('../modules/es.array.to-spliced'); +require('../modules/es.array.unscopables.flat'); +require('../modules/es.array.unscopables.flat-map'); +require('../modules/es.array.unshift'); +require('../modules/es.array.with'); +require('../modules/es.array-buffer.constructor'); +require('../modules/es.array-buffer.is-view'); +require('../modules/es.array-buffer.slice'); +require('../modules/es.data-view'); +require('../modules/es.array-buffer.detached'); +require('../modules/es.array-buffer.transfer'); +require('../modules/es.array-buffer.transfer-to-fixed-length'); +require('../modules/es.date.get-year'); +require('../modules/es.date.now'); +require('../modules/es.date.set-year'); +require('../modules/es.date.to-gmt-string'); +require('../modules/es.date.to-iso-string'); +require('../modules/es.date.to-json'); +require('../modules/es.date.to-primitive'); +require('../modules/es.date.to-string'); +require('../modules/es.escape'); +require('../modules/es.function.bind'); +require('../modules/es.function.has-instance'); +require('../modules/es.function.name'); +require('../modules/es.global-this'); +require('../modules/es.iterator.constructor'); +require('../modules/es.iterator.drop'); +require('../modules/es.iterator.every'); +require('../modules/es.iterator.filter'); +require('../modules/es.iterator.find'); +require('../modules/es.iterator.flat-map'); +require('../modules/es.iterator.for-each'); +require('../modules/es.iterator.from'); +require('../modules/es.iterator.map'); +require('../modules/es.iterator.reduce'); +require('../modules/es.iterator.some'); +require('../modules/es.iterator.take'); +require('../modules/es.iterator.to-array'); +require('../modules/es.json.stringify'); +require('../modules/es.json.to-string-tag'); +require('../modules/es.map'); +require('../modules/es.map.group-by'); +require('../modules/es.math.acosh'); +require('../modules/es.math.asinh'); +require('../modules/es.math.atanh'); +require('../modules/es.math.cbrt'); +require('../modules/es.math.clz32'); +require('../modules/es.math.cosh'); +require('../modules/es.math.expm1'); +require('../modules/es.math.fround'); +require('../modules/es.math.hypot'); +require('../modules/es.math.imul'); +require('../modules/es.math.log10'); +require('../modules/es.math.log1p'); +require('../modules/es.math.log2'); +require('../modules/es.math.sign'); +require('../modules/es.math.sinh'); +require('../modules/es.math.tanh'); +require('../modules/es.math.to-string-tag'); +require('../modules/es.math.trunc'); +require('../modules/es.number.constructor'); +require('../modules/es.number.epsilon'); +require('../modules/es.number.is-finite'); +require('../modules/es.number.is-integer'); +require('../modules/es.number.is-nan'); +require('../modules/es.number.is-safe-integer'); +require('../modules/es.number.max-safe-integer'); +require('../modules/es.number.min-safe-integer'); +require('../modules/es.number.parse-float'); +require('../modules/es.number.parse-int'); +require('../modules/es.number.to-exponential'); +require('../modules/es.number.to-fixed'); +require('../modules/es.number.to-precision'); +require('../modules/es.object.assign'); +require('../modules/es.object.create'); +require('../modules/es.object.define-getter'); +require('../modules/es.object.define-properties'); +require('../modules/es.object.define-property'); +require('../modules/es.object.define-setter'); +require('../modules/es.object.entries'); +require('../modules/es.object.freeze'); +require('../modules/es.object.from-entries'); +require('../modules/es.object.get-own-property-descriptor'); +require('../modules/es.object.get-own-property-descriptors'); +require('../modules/es.object.get-own-property-names'); +require('../modules/es.object.get-prototype-of'); +require('../modules/es.object.group-by'); +require('../modules/es.object.has-own'); +require('../modules/es.object.is'); +require('../modules/es.object.is-extensible'); +require('../modules/es.object.is-frozen'); +require('../modules/es.object.is-sealed'); +require('../modules/es.object.keys'); +require('../modules/es.object.lookup-getter'); +require('../modules/es.object.lookup-setter'); +require('../modules/es.object.prevent-extensions'); +require('../modules/es.object.proto'); +require('../modules/es.object.seal'); +require('../modules/es.object.set-prototype-of'); +require('../modules/es.object.to-string'); +require('../modules/es.object.values'); +require('../modules/es.parse-float'); +require('../modules/es.parse-int'); +require('../modules/es.promise'); +require('../modules/es.promise.all-settled'); +require('../modules/es.promise.any'); +require('../modules/es.promise.finally'); +require('../modules/es.promise.try'); +require('../modules/es.promise.with-resolvers'); +require('../modules/es.reflect.apply'); +require('../modules/es.reflect.construct'); +require('../modules/es.reflect.define-property'); +require('../modules/es.reflect.delete-property'); +require('../modules/es.reflect.get'); +require('../modules/es.reflect.get-own-property-descriptor'); +require('../modules/es.reflect.get-prototype-of'); +require('../modules/es.reflect.has'); +require('../modules/es.reflect.is-extensible'); +require('../modules/es.reflect.own-keys'); +require('../modules/es.reflect.prevent-extensions'); +require('../modules/es.reflect.set'); +require('../modules/es.reflect.set-prototype-of'); +require('../modules/es.reflect.to-string-tag'); +require('../modules/es.regexp.constructor'); +require('../modules/es.regexp.dot-all'); +require('../modules/es.regexp.exec'); +require('../modules/es.regexp.flags'); +require('../modules/es.regexp.sticky'); +require('../modules/es.regexp.test'); +require('../modules/es.regexp.to-string'); +require('../modules/es.set'); +require('../modules/es.set.difference.v2'); +require('../modules/es.set.intersection.v2'); +require('../modules/es.set.is-disjoint-from.v2'); +require('../modules/es.set.is-subset-of.v2'); +require('../modules/es.set.is-superset-of.v2'); +require('../modules/es.set.symmetric-difference.v2'); +require('../modules/es.set.union.v2'); +require('../modules/es.string.at-alternative'); +require('../modules/es.string.code-point-at'); +require('../modules/es.string.ends-with'); +require('../modules/es.string.from-code-point'); +require('../modules/es.string.includes'); +require('../modules/es.string.is-well-formed'); +require('../modules/es.string.iterator'); +require('../modules/es.string.match'); +require('../modules/es.string.match-all'); +require('../modules/es.string.pad-end'); +require('../modules/es.string.pad-start'); +require('../modules/es.string.raw'); +require('../modules/es.string.repeat'); +require('../modules/es.string.replace'); +require('../modules/es.string.replace-all'); +require('../modules/es.string.search'); +require('../modules/es.string.split'); +require('../modules/es.string.starts-with'); +require('../modules/es.string.substr'); +require('../modules/es.string.to-well-formed'); +require('../modules/es.string.trim'); +require('../modules/es.string.trim-end'); +require('../modules/es.string.trim-start'); +require('../modules/es.string.anchor'); +require('../modules/es.string.big'); +require('../modules/es.string.blink'); +require('../modules/es.string.bold'); +require('../modules/es.string.fixed'); +require('../modules/es.string.fontcolor'); +require('../modules/es.string.fontsize'); +require('../modules/es.string.italics'); +require('../modules/es.string.link'); +require('../modules/es.string.small'); +require('../modules/es.string.strike'); +require('../modules/es.string.sub'); +require('../modules/es.string.sup'); +require('../modules/es.typed-array.float32-array'); +require('../modules/es.typed-array.float64-array'); +require('../modules/es.typed-array.int8-array'); +require('../modules/es.typed-array.int16-array'); +require('../modules/es.typed-array.int32-array'); +require('../modules/es.typed-array.uint8-array'); +require('../modules/es.typed-array.uint8-clamped-array'); +require('../modules/es.typed-array.uint16-array'); +require('../modules/es.typed-array.uint32-array'); +require('../modules/es.typed-array.at'); +require('../modules/es.typed-array.copy-within'); +require('../modules/es.typed-array.every'); +require('../modules/es.typed-array.fill'); +require('../modules/es.typed-array.filter'); +require('../modules/es.typed-array.find'); +require('../modules/es.typed-array.find-index'); +require('../modules/es.typed-array.find-last'); +require('../modules/es.typed-array.find-last-index'); +require('../modules/es.typed-array.for-each'); +require('../modules/es.typed-array.from'); +require('../modules/es.typed-array.includes'); +require('../modules/es.typed-array.index-of'); +require('../modules/es.typed-array.iterator'); +require('../modules/es.typed-array.join'); +require('../modules/es.typed-array.last-index-of'); +require('../modules/es.typed-array.map'); +require('../modules/es.typed-array.of'); +require('../modules/es.typed-array.reduce'); +require('../modules/es.typed-array.reduce-right'); +require('../modules/es.typed-array.reverse'); +require('../modules/es.typed-array.set'); +require('../modules/es.typed-array.slice'); +require('../modules/es.typed-array.some'); +require('../modules/es.typed-array.sort'); +require('../modules/es.typed-array.subarray'); +require('../modules/es.typed-array.to-locale-string'); +require('../modules/es.typed-array.to-reversed'); +require('../modules/es.typed-array.to-sorted'); +require('../modules/es.typed-array.to-string'); +require('../modules/es.typed-array.with'); +require('../modules/es.unescape'); +require('../modules/es.weak-map'); +require('../modules/es.weak-set'); +require('../modules/esnext.aggregate-error'); +require('../modules/esnext.suppressed-error.constructor'); +require('../modules/esnext.array.from-async'); +require('../modules/esnext.array.at'); +require('../modules/esnext.array.filter-out'); +require('../modules/esnext.array.filter-reject'); +require('../modules/esnext.array.find-last'); +require('../modules/esnext.array.find-last-index'); +require('../modules/esnext.array.group'); +require('../modules/esnext.array.group-by'); +require('../modules/esnext.array.group-by-to-map'); +require('../modules/esnext.array.group-to-map'); +require('../modules/esnext.array.is-template-object'); +require('../modules/esnext.array.last-index'); +require('../modules/esnext.array.last-item'); +require('../modules/esnext.array.to-reversed'); +require('../modules/esnext.array.to-sorted'); +require('../modules/esnext.array.to-spliced'); +require('../modules/esnext.array.unique-by'); +require('../modules/esnext.array.with'); +require('../modules/esnext.array-buffer.detached'); +require('../modules/esnext.array-buffer.transfer'); +require('../modules/esnext.array-buffer.transfer-to-fixed-length'); +require('../modules/esnext.async-disposable-stack.constructor'); +require('../modules/esnext.async-iterator.constructor'); +require('../modules/esnext.async-iterator.as-indexed-pairs'); +require('../modules/esnext.async-iterator.async-dispose'); +require('../modules/esnext.async-iterator.drop'); +require('../modules/esnext.async-iterator.every'); +require('../modules/esnext.async-iterator.filter'); +require('../modules/esnext.async-iterator.find'); +require('../modules/esnext.async-iterator.flat-map'); +require('../modules/esnext.async-iterator.for-each'); +require('../modules/esnext.async-iterator.from'); +require('../modules/esnext.async-iterator.indexed'); +require('../modules/esnext.async-iterator.map'); +require('../modules/esnext.async-iterator.reduce'); +require('../modules/esnext.async-iterator.some'); +require('../modules/esnext.async-iterator.take'); +require('../modules/esnext.async-iterator.to-array'); +require('../modules/esnext.bigint.range'); +require('../modules/esnext.composite-key'); +require('../modules/esnext.composite-symbol'); +require('../modules/esnext.data-view.get-float16'); +require('../modules/esnext.data-view.get-uint8-clamped'); +require('../modules/esnext.data-view.set-float16'); +require('../modules/esnext.data-view.set-uint8-clamped'); +require('../modules/esnext.disposable-stack.constructor'); +require('../modules/esnext.error.is-error'); +require('../modules/esnext.function.demethodize'); +require('../modules/esnext.function.is-callable'); +require('../modules/esnext.function.is-constructor'); +require('../modules/esnext.function.metadata'); +require('../modules/esnext.function.un-this'); +require('../modules/esnext.global-this'); +require('../modules/esnext.iterator.constructor'); +require('../modules/esnext.iterator.as-indexed-pairs'); +require('../modules/esnext.iterator.concat'); +require('../modules/esnext.iterator.dispose'); +require('../modules/esnext.iterator.drop'); +require('../modules/esnext.iterator.every'); +require('../modules/esnext.iterator.filter'); +require('../modules/esnext.iterator.find'); +require('../modules/esnext.iterator.flat-map'); +require('../modules/esnext.iterator.for-each'); +require('../modules/esnext.iterator.from'); +require('../modules/esnext.iterator.indexed'); +require('../modules/esnext.iterator.map'); +require('../modules/esnext.iterator.range'); +require('../modules/esnext.iterator.reduce'); +require('../modules/esnext.iterator.some'); +require('../modules/esnext.iterator.take'); +require('../modules/esnext.iterator.to-array'); +require('../modules/esnext.iterator.to-async'); +require('../modules/esnext.json.is-raw-json'); +require('../modules/esnext.json.parse'); +require('../modules/esnext.json.raw-json'); +require('../modules/esnext.map.delete-all'); +require('../modules/esnext.map.emplace'); +require('../modules/esnext.map.every'); +require('../modules/esnext.map.filter'); +require('../modules/esnext.map.find'); +require('../modules/esnext.map.find-key'); +require('../modules/esnext.map.from'); +require('../modules/esnext.map.get-or-insert'); +require('../modules/esnext.map.get-or-insert-computed'); +require('../modules/esnext.map.group-by'); +require('../modules/esnext.map.includes'); +require('../modules/esnext.map.key-by'); +require('../modules/esnext.map.key-of'); +require('../modules/esnext.map.map-keys'); +require('../modules/esnext.map.map-values'); +require('../modules/esnext.map.merge'); +require('../modules/esnext.map.of'); +require('../modules/esnext.map.reduce'); +require('../modules/esnext.map.some'); +require('../modules/esnext.map.update'); +require('../modules/esnext.map.update-or-insert'); +require('../modules/esnext.map.upsert'); +require('../modules/esnext.math.clamp'); +require('../modules/esnext.math.deg-per-rad'); +require('../modules/esnext.math.degrees'); +require('../modules/esnext.math.fscale'); +require('../modules/esnext.math.f16round'); +require('../modules/esnext.math.iaddh'); +require('../modules/esnext.math.imulh'); +require('../modules/esnext.math.isubh'); +require('../modules/esnext.math.rad-per-deg'); +require('../modules/esnext.math.radians'); +require('../modules/esnext.math.scale'); +require('../modules/esnext.math.seeded-prng'); +require('../modules/esnext.math.signbit'); +require('../modules/esnext.math.sum-precise'); +require('../modules/esnext.math.umulh'); +require('../modules/esnext.number.from-string'); +require('../modules/esnext.number.range'); +require('../modules/esnext.object.has-own'); +require('../modules/esnext.object.iterate-entries'); +require('../modules/esnext.object.iterate-keys'); +require('../modules/esnext.object.iterate-values'); +require('../modules/esnext.object.group-by'); +require('../modules/esnext.observable'); +require('../modules/esnext.promise.all-settled'); +require('../modules/esnext.promise.any'); +require('../modules/esnext.promise.try'); +require('../modules/esnext.promise.with-resolvers'); +require('../modules/esnext.reflect.define-metadata'); +require('../modules/esnext.reflect.delete-metadata'); +require('../modules/esnext.reflect.get-metadata'); +require('../modules/esnext.reflect.get-metadata-keys'); +require('../modules/esnext.reflect.get-own-metadata'); +require('../modules/esnext.reflect.get-own-metadata-keys'); +require('../modules/esnext.reflect.has-metadata'); +require('../modules/esnext.reflect.has-own-metadata'); +require('../modules/esnext.reflect.metadata'); +require('../modules/esnext.regexp.escape'); +require('../modules/esnext.set.add-all'); +require('../modules/esnext.set.delete-all'); +require('../modules/esnext.set.difference.v2'); +require('../modules/esnext.set.difference'); +require('../modules/esnext.set.every'); +require('../modules/esnext.set.filter'); +require('../modules/esnext.set.find'); +require('../modules/esnext.set.from'); +require('../modules/esnext.set.intersection.v2'); +require('../modules/esnext.set.intersection'); +require('../modules/esnext.set.is-disjoint-from.v2'); +require('../modules/esnext.set.is-disjoint-from'); +require('../modules/esnext.set.is-subset-of.v2'); +require('../modules/esnext.set.is-subset-of'); +require('../modules/esnext.set.is-superset-of.v2'); +require('../modules/esnext.set.is-superset-of'); +require('../modules/esnext.set.join'); +require('../modules/esnext.set.map'); +require('../modules/esnext.set.of'); +require('../modules/esnext.set.reduce'); +require('../modules/esnext.set.some'); +require('../modules/esnext.set.symmetric-difference.v2'); +require('../modules/esnext.set.symmetric-difference'); +require('../modules/esnext.set.union.v2'); +require('../modules/esnext.set.union'); +require('../modules/esnext.string.at'); +require('../modules/esnext.string.cooked'); +require('../modules/esnext.string.code-points'); +require('../modules/esnext.string.dedent'); +require('../modules/esnext.string.is-well-formed'); +require('../modules/esnext.string.match-all'); +require('../modules/esnext.string.replace-all'); +require('../modules/esnext.string.to-well-formed'); +require('../modules/esnext.symbol.async-dispose'); +require('../modules/esnext.symbol.custom-matcher'); +require('../modules/esnext.symbol.dispose'); +require('../modules/esnext.symbol.is-registered-symbol'); +require('../modules/esnext.symbol.is-registered'); +require('../modules/esnext.symbol.is-well-known-symbol'); +require('../modules/esnext.symbol.is-well-known'); +require('../modules/esnext.symbol.matcher'); +require('../modules/esnext.symbol.metadata'); +require('../modules/esnext.symbol.metadata-key'); +require('../modules/esnext.symbol.observable'); +require('../modules/esnext.symbol.pattern-match'); +require('../modules/esnext.symbol.replace-all'); +require('../modules/esnext.typed-array.from-async'); +require('../modules/esnext.typed-array.at'); +require('../modules/esnext.typed-array.filter-out'); +require('../modules/esnext.typed-array.filter-reject'); +require('../modules/esnext.typed-array.find-last'); +require('../modules/esnext.typed-array.find-last-index'); +require('../modules/esnext.typed-array.group-by'); +require('../modules/esnext.typed-array.to-reversed'); +require('../modules/esnext.typed-array.to-sorted'); +require('../modules/esnext.typed-array.to-spliced'); +require('../modules/esnext.typed-array.unique-by'); +require('../modules/esnext.typed-array.with'); +require('../modules/esnext.uint8-array.from-base64'); +require('../modules/esnext.uint8-array.from-hex'); +require('../modules/esnext.uint8-array.set-from-base64'); +require('../modules/esnext.uint8-array.set-from-hex'); +require('../modules/esnext.uint8-array.to-base64'); +require('../modules/esnext.uint8-array.to-hex'); +require('../modules/esnext.weak-map.delete-all'); +require('../modules/esnext.weak-map.from'); +require('../modules/esnext.weak-map.of'); +require('../modules/esnext.weak-map.emplace'); +require('../modules/esnext.weak-map.get-or-insert'); +require('../modules/esnext.weak-map.get-or-insert-computed'); +require('../modules/esnext.weak-map.upsert'); +require('../modules/esnext.weak-set.add-all'); +require('../modules/esnext.weak-set.delete-all'); +require('../modules/esnext.weak-set.from'); +require('../modules/esnext.weak-set.of'); +require('../modules/web.atob'); +require('../modules/web.btoa'); +require('../modules/web.dom-collections.for-each'); +require('../modules/web.dom-collections.iterator'); +require('../modules/web.dom-exception.constructor'); +require('../modules/web.dom-exception.stack'); +require('../modules/web.dom-exception.to-string-tag'); +require('../modules/web.immediate'); +require('../modules/web.queue-microtask'); +require('../modules/web.self'); +require('../modules/web.structured-clone'); +require('../modules/web.timers'); +require('../modules/web.url'); +require('../modules/web.url.can-parse'); +require('../modules/web.url.parse'); +require('../modules/web.url.to-json'); +require('../modules/web.url-search-params'); +require('../modules/web.url-search-params.delete'); +require('../modules/web.url-search-params.has'); +require('../modules/web.url-search-params.size'); + +module.exports = require('../internals/path'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/at.js new file mode 100644 index 00000000..75de4fc2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/at.js @@ -0,0 +1,15 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var arrayMethod = require('../array/virtual/at'); +var stringMethod = require('../string/virtual/at'); + +var ArrayPrototype = Array.prototype; +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.at; + if (it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.at)) return arrayMethod; + if (typeof it == 'string' || it === StringPrototype || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.at)) { + return stringMethod; + } return own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/bind.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/bind.js new file mode 100644 index 00000000..229d51a2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/bind.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/bind'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/code-point-at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/code-point-at.js new file mode 100644 index 00000000..57d254a8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/code-point-at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/code-point-at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/code-points.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/code-points.js new file mode 100644 index 00000000..d2050a7e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/code-points.js @@ -0,0 +1,11 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../string/virtual/code-points'); + +var StringPrototype = String.prototype; + +module.exports = function (it) { + var own = it.codePoints; + return typeof it == 'string' || it === StringPrototype + || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.codePoints) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/concat.js new file mode 100644 index 00000000..7efdf2ce --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/concat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/concat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/copy-within.js new file mode 100644 index 00000000..3ee9dc5e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/copy-within.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/copy-within'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/demethodize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/demethodize.js new file mode 100644 index 00000000..c463e6cb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/demethodize.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../function/virtual/demethodize'); + +var FunctionPrototype = Function.prototype; + +module.exports = function (it) { + var own = it.demethodize; + return it === FunctionPrototype || (isPrototypeOf(FunctionPrototype, it) && own === FunctionPrototype.demethodize) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/ends-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/ends-with.js new file mode 100644 index 00000000..af148b0f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/ends-with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/ends-with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/entries.js new file mode 100644 index 00000000..e29f0d3a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/entries.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/entries'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/every.js new file mode 100644 index 00000000..49822cbf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/every.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/every'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/fill.js new file mode 100644 index 00000000..d4a97d44 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/fill.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/fill'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/filter-out.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/filter-out.js new file mode 100644 index 00000000..ea5fb5b6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/filter-out.js @@ -0,0 +1,11 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/filter-out'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.filterOut; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.filterOut) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/filter-reject.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/filter-reject.js new file mode 100644 index 00000000..fbf438d7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/filter-reject.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/filter-reject'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.filterReject; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.filterReject) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/filter.js new file mode 100644 index 00000000..2f0f1b51 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/filter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/filter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/find-index.js new file mode 100644 index 00000000..fb201b78 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/find-index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/find-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/find-last-index.js new file mode 100644 index 00000000..031dfc92 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/find-last-index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/find-last-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/find-last.js new file mode 100644 index 00000000..1f5dcc6b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/find-last.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/find-last'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/find.js new file mode 100644 index 00000000..80aafe15 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/find.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/find'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/flags.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/flags.js new file mode 100644 index 00000000..ad4640c2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/flags.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/flags'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/flat-map.js new file mode 100644 index 00000000..53315a18 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/flat-map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/flat-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/flat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/flat.js new file mode 100644 index 00000000..20538cd8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/flat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/flat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/for-each.js new file mode 100644 index 00000000..0fc67857 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/for-each.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/for-each'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/group-by-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/group-by-to-map.js new file mode 100644 index 00000000..35da2a73 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/group-by-to-map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/group-by-to-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/group-by.js new file mode 100644 index 00000000..0162d6dc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/group-by.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/group-by'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/group-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/group-to-map.js new file mode 100644 index 00000000..62d9a1fc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/group-to-map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/group-to-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/group.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/group.js new file mode 100644 index 00000000..9fc4fd14 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/group.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/group'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/includes.js new file mode 100644 index 00000000..a5d876e5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/includes.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/includes'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/index-of.js new file mode 100644 index 00000000..bbfecf2b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/is-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/is-well-formed.js new file mode 100644 index 00000000..2480643e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/is-well-formed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/is-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/keys.js new file mode 100644 index 00000000..d066c779 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/keys.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/keys'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/last-index-of.js new file mode 100644 index 00000000..04d3e456 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/last-index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/last-index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/map.js new file mode 100644 index 00000000..2b2d637f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/match-all.js new file mode 100644 index 00000000..0207313d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/match-all.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: remove from `core-js@4` +require('../../modules/esnext.string.match-all'); + +var parent = require('../../actual/instance/match-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/pad-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/pad-end.js new file mode 100644 index 00000000..a288446b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/pad-end.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/pad-end'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/pad-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/pad-start.js new file mode 100644 index 00000000..1e66bd4d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/pad-start.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/pad-start'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/push.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/push.js new file mode 100644 index 00000000..5b49c01f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/push.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/push'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/reduce-right.js new file mode 100644 index 00000000..0ffbf826 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/reduce-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/reduce-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/reduce.js new file mode 100644 index 00000000..ae52442b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/reduce.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/reduce'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/repeat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/repeat.js new file mode 100644 index 00000000..58286527 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/repeat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/repeat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/replace-all.js new file mode 100644 index 00000000..f218e3e9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/replace-all.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: remove from `core-js@4` +require('../../modules/esnext.string.replace-all'); + +var parent = require('../../actual/instance/replace-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/reverse.js new file mode 100644 index 00000000..5541ac7c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/reverse.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/reverse'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/slice.js new file mode 100644 index 00000000..07cdbd79 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/slice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/slice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/some.js new file mode 100644 index 00000000..c01be5f7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/some.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/some'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/sort.js new file mode 100644 index 00000000..b51a3f1a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/sort.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/sort'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/splice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/splice.js new file mode 100644 index 00000000..b0fd55eb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/splice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/splice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/starts-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/starts-with.js new file mode 100644 index 00000000..4d7a24e7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/starts-with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/starts-with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/to-reversed.js new file mode 100644 index 00000000..030a66ae --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/to-reversed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/to-reversed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/to-sorted.js new file mode 100644 index 00000000..623a5357 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/to-sorted.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/to-sorted'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/to-spliced.js new file mode 100644 index 00000000..92fc8379 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/to-spliced.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/to-spliced'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/to-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/to-well-formed.js new file mode 100644 index 00000000..751ce513 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/to-well-formed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/to-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim-end.js new file mode 100644 index 00000000..c28bf3fa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim-end.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/trim-end'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim-left.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim-left.js new file mode 100644 index 00000000..2888ccf4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim-left.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/trim-left'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim-right.js new file mode 100644 index 00000000..83c6b40e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/trim-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim-start.js new file mode 100644 index 00000000..3e92d9f7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim-start.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/trim-start'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim.js new file mode 100644 index 00000000..6327d402 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/trim.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/trim'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/un-this.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/un-this.js new file mode 100644 index 00000000..a1d40b70 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/un-this.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../function/virtual/un-this'); + +var FunctionPrototype = Function.prototype; + +module.exports = function (it) { + var own = it.unThis; + return it === FunctionPrototype || (isPrototypeOf(FunctionPrototype, it) && own === FunctionPrototype.unThis) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/unique-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/unique-by.js new file mode 100644 index 00000000..faad544f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/unique-by.js @@ -0,0 +1,10 @@ +'use strict'; +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/unique-by'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.uniqueBy; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.uniqueBy) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/unshift.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/unshift.js new file mode 100644 index 00000000..d92d4a6e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/unshift.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/unshift'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/values.js new file mode 100644 index 00000000..5b3a76ee --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/values.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/values'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/with.js new file mode 100644 index 00000000..b1eb565d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/instance/with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/instance/with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/is-iterable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/is-iterable.js new file mode 100644 index 00000000..c8f44d7f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/is-iterable.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../actual/is-iterable'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/as-indexed-pairs.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/as-indexed-pairs.js new file mode 100644 index 00000000..e8504f3a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/as-indexed-pairs.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/esnext.iterator.constructor'); +require('../../modules/esnext.iterator.as-indexed-pairs'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Iterator', 'asIndexedPairs'); + diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/concat.js new file mode 100644 index 00000000..f0979ddb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/concat.js @@ -0,0 +1,20 @@ +'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); +require('../../modules/es.string.iterator'); +require('../../modules/es.iterator.constructor'); +require('../../modules/es.iterator.drop'); +require('../../modules/es.iterator.every'); +require('../../modules/es.iterator.filter'); +require('../../modules/es.iterator.find'); +require('../../modules/es.iterator.flat-map'); +require('../../modules/es.iterator.for-each'); +require('../../modules/es.iterator.map'); +require('../../modules/es.iterator.reduce'); +require('../../modules/es.iterator.some'); +require('../../modules/es.iterator.take'); +require('../../modules/es.iterator.to-array'); +require('../../modules/esnext.iterator.concat'); +var path = require('../../internals/path'); + +module.exports = path.Iterator.concat; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/dispose.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/dispose.js new file mode 100644 index 00000000..6246a056 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/dispose.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/iterator/dispose'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/drop.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/drop.js new file mode 100644 index 00000000..dc9a5489 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/drop.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/iterator/drop'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/every.js new file mode 100644 index 00000000..3f7b3949 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/every.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/iterator/every'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/filter.js new file mode 100644 index 00000000..f19dd0fb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/filter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/iterator/filter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/find.js new file mode 100644 index 00000000..e26690e5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/find.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/iterator/find'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/flat-map.js new file mode 100644 index 00000000..e6d721df --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/flat-map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/iterator/flat-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/for-each.js new file mode 100644 index 00000000..b378e329 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/for-each.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/iterator/for-each'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/from.js new file mode 100644 index 00000000..57cece22 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/from.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/iterator/from'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/index.js new file mode 100644 index 00000000..f65eb51d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/index.js @@ -0,0 +1,9 @@ +'use strict'; +var parent = require('../../actual/iterator'); +require('../../modules/esnext.iterator.concat'); +require('../../modules/esnext.iterator.range'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.iterator.as-indexed-pairs'); +require('../../modules/esnext.iterator.indexed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/indexed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/indexed.js new file mode 100644 index 00000000..6a2aa840 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/indexed.js @@ -0,0 +1,10 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../../modules/es.object.to-string'); +require('../../modules/esnext.iterator.constructor'); +require('../../modules/esnext.iterator.indexed'); + +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Iterator', 'indexed'); + diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/map.js new file mode 100644 index 00000000..e41e3830 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/iterator/map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/range.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/range.js new file mode 100644 index 00000000..20f811bc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/range.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/esnext.iterator.constructor'); +require('../../modules/esnext.iterator.range'); +var path = require('../../internals/path'); + +module.exports = path.Iterator.range; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/reduce.js new file mode 100644 index 00000000..d2c30ac2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/reduce.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/iterator/reduce'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/some.js new file mode 100644 index 00000000..a6ea5972 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/some.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/iterator/some'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/take.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/take.js new file mode 100644 index 00000000..6988d742 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/take.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/iterator/take'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/to-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/to-array.js new file mode 100644 index 00000000..e8a923d7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/to-array.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/iterator/to-array'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/to-async.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/to-async.js new file mode 100644 index 00000000..8c6985c8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/iterator/to-async.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/iterator/to-async'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/index.js new file mode 100644 index 00000000..7f01daa6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/json'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/is-raw-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/is-raw-json.js new file mode 100644 index 00000000..ba34b876 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/is-raw-json.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/json/is-raw-json'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/parse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/parse.js new file mode 100644 index 00000000..10319ef6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/parse.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/json/parse'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/raw-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/raw-json.js new file mode 100644 index 00000000..1b85bf6d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/raw-json.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/json/raw-json'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/stringify.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/stringify.js new file mode 100644 index 00000000..4b65c677 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/stringify.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/json/stringify'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/to-string-tag.js new file mode 100644 index 00000000..d0eae3ce --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/json/to-string-tag.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/json/to-string-tag'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/delete-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/delete-all.js new file mode 100644 index 00000000..53f7532c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/delete-all.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.map.delete-all'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Map', 'deleteAll'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/emplace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/emplace.js new file mode 100644 index 00000000..b23b7958 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/emplace.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.map.emplace'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Map', 'emplace'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/every.js new file mode 100644 index 00000000..cb6053bd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/every.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.map.every'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Map', 'every'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/filter.js new file mode 100644 index 00000000..e94aafb4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/filter.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.map.filter'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Map', 'filter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/find-key.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/find-key.js new file mode 100644 index 00000000..942c4573 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/find-key.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.map.find-key'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Map', 'findKey'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/find.js new file mode 100644 index 00000000..f1326b2d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/find.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.map.find'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Map', 'find'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/from.js new file mode 100644 index 00000000..f19d8fdd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/from.js @@ -0,0 +1,26 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.array.iterator'); +require('../../modules/es.map'); +require('../../modules/es.string.iterator'); +require('../../modules/esnext.map.from'); +require('../../modules/esnext.map.delete-all'); +require('../../modules/esnext.map.emplace'); +require('../../modules/esnext.map.every'); +require('../../modules/esnext.map.filter'); +require('../../modules/esnext.map.find'); +require('../../modules/esnext.map.find-key'); +require('../../modules/esnext.map.get-or-insert'); +require('../../modules/esnext.map.get-or-insert-computed'); +require('../../modules/esnext.map.includes'); +require('../../modules/esnext.map.key-of'); +require('../../modules/esnext.map.map-keys'); +require('../../modules/esnext.map.map-values'); +require('../../modules/esnext.map.merge'); +require('../../modules/esnext.map.reduce'); +require('../../modules/esnext.map.some'); +require('../../modules/esnext.map.update'); +require('../../modules/web.dom-collections.iterator'); +var path = require('../../internals/path'); + +module.exports = path.Map.from; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/get-or-insert-computed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/get-or-insert-computed.js new file mode 100644 index 00000000..82f01b45 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/get-or-insert-computed.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.map.get-or-insert-computed'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Map', 'getOrInsertComputed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/get-or-insert.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/get-or-insert.js new file mode 100644 index 00000000..a526ad60 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/get-or-insert.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.map.get-or-insert'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Map', 'getOrInsert'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/group-by.js new file mode 100644 index 00000000..1728363b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/group-by.js @@ -0,0 +1,20 @@ +'use strict'; +var parent = require('../../actual/map/group-by'); +require('../../modules/esnext.map.delete-all'); +require('../../modules/esnext.map.emplace'); +require('../../modules/esnext.map.every'); +require('../../modules/esnext.map.filter'); +require('../../modules/esnext.map.find'); +require('../../modules/esnext.map.find-key'); +require('../../modules/esnext.map.get-or-insert'); +require('../../modules/esnext.map.get-or-insert-computed'); +require('../../modules/esnext.map.includes'); +require('../../modules/esnext.map.key-of'); +require('../../modules/esnext.map.map-keys'); +require('../../modules/esnext.map.map-values'); +require('../../modules/esnext.map.merge'); +require('../../modules/esnext.map.reduce'); +require('../../modules/esnext.map.some'); +require('../../modules/esnext.map.update'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/includes.js new file mode 100644 index 00000000..52432ed0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/includes.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.map.includes'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Map', 'includes'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/index.js new file mode 100644 index 00000000..26c5cab4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/index.js @@ -0,0 +1,27 @@ +'use strict'; +var parent = require('../../actual/map'); +require('../../modules/esnext.map.from'); +require('../../modules/esnext.map.of'); +require('../../modules/esnext.map.key-by'); +require('../../modules/esnext.map.delete-all'); +require('../../modules/esnext.map.emplace'); +require('../../modules/esnext.map.every'); +require('../../modules/esnext.map.filter'); +require('../../modules/esnext.map.find'); +require('../../modules/esnext.map.find-key'); +require('../../modules/esnext.map.includes'); +require('../../modules/esnext.map.get-or-insert'); +require('../../modules/esnext.map.get-or-insert-computed'); +require('../../modules/esnext.map.key-of'); +require('../../modules/esnext.map.map-keys'); +require('../../modules/esnext.map.map-values'); +require('../../modules/esnext.map.merge'); +require('../../modules/esnext.map.reduce'); +require('../../modules/esnext.map.some'); +require('../../modules/esnext.map.update'); +// TODO: remove from `core-js@4` +require('../../modules/esnext.map.upsert'); +// TODO: remove from `core-js@4` +require('../../modules/esnext.map.update-or-insert'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/key-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/key-by.js new file mode 100644 index 00000000..92c3570b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/key-by.js @@ -0,0 +1,30 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.map'); +require('../../modules/esnext.map.key-by'); +require('../../modules/esnext.map.delete-all'); +require('../../modules/esnext.map.emplace'); +require('../../modules/esnext.map.every'); +require('../../modules/esnext.map.filter'); +require('../../modules/esnext.map.find'); +require('../../modules/esnext.map.find-key'); +require('../../modules/esnext.map.get-or-insert'); +require('../../modules/esnext.map.get-or-insert-computed'); +require('../../modules/esnext.map.includes'); +require('../../modules/esnext.map.key-of'); +require('../../modules/esnext.map.map-keys'); +require('../../modules/esnext.map.map-values'); +require('../../modules/esnext.map.merge'); +require('../../modules/esnext.map.reduce'); +require('../../modules/esnext.map.some'); +require('../../modules/esnext.map.update'); +var call = require('../../internals/function-call'); +var isCallable = require('../../internals/is-callable'); +var path = require('../../internals/path'); + +var Map = path.Map; +var mapKeyBy = Map.keyBy; + +module.exports = function keyBy(source, iterable, keyDerivative) { + return call(mapKeyBy, isCallable(this) ? this : Map, source, iterable, keyDerivative); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/key-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/key-of.js new file mode 100644 index 00000000..985c2ca9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/key-of.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.map.key-of'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Map', 'keyOf'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/map-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/map-keys.js new file mode 100644 index 00000000..168d985b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/map-keys.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.map.map-keys'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Map', 'mapKeys'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/map-values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/map-values.js new file mode 100644 index 00000000..2346a0b5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/map-values.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.map.map-values'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Map', 'mapValues'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/merge.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/merge.js new file mode 100644 index 00000000..85c0b0aa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/merge.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.map.merge'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Map', 'merge'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/of.js new file mode 100644 index 00000000..6a246dc5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/of.js @@ -0,0 +1,24 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.array.iterator'); +require('../../modules/es.map'); +require('../../modules/esnext.map.of'); +require('../../modules/esnext.map.delete-all'); +require('../../modules/esnext.map.emplace'); +require('../../modules/esnext.map.every'); +require('../../modules/esnext.map.filter'); +require('../../modules/esnext.map.find'); +require('../../modules/esnext.map.find-key'); +require('../../modules/esnext.map.get-or-insert'); +require('../../modules/esnext.map.get-or-insert-computed'); +require('../../modules/esnext.map.includes'); +require('../../modules/esnext.map.key-of'); +require('../../modules/esnext.map.map-keys'); +require('../../modules/esnext.map.map-values'); +require('../../modules/esnext.map.merge'); +require('../../modules/esnext.map.reduce'); +require('../../modules/esnext.map.some'); +require('../../modules/esnext.map.update'); +var path = require('../../internals/path'); + +module.exports = path.Map.of; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/reduce.js new file mode 100644 index 00000000..88bf5664 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/reduce.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.map.reduce'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Map', 'reduce'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/some.js new file mode 100644 index 00000000..fb55efbd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/some.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.map.some'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Map', 'some'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/update-or-insert.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/update-or-insert.js new file mode 100644 index 00000000..299d9c3d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/update-or-insert.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: remove from `core-js@4` +require('../../modules/es.map'); +require('../../modules/esnext.map.update-or-insert'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Map', 'updateOrInsert'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/update.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/update.js new file mode 100644 index 00000000..abc452c2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/update.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.map.update'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Map', 'update'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/upsert.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/upsert.js new file mode 100644 index 00000000..7467fe7f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/map/upsert.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.map.upsert'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Map', 'upsert'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/acosh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/acosh.js new file mode 100644 index 00000000..ae3e3864 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/acosh.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/acosh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/asinh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/asinh.js new file mode 100644 index 00000000..7771b336 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/asinh.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/asinh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/atanh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/atanh.js new file mode 100644 index 00000000..40ffa974 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/atanh.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/atanh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/cbrt.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/cbrt.js new file mode 100644 index 00000000..add08876 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/cbrt.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/cbrt'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/clamp.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/clamp.js new file mode 100644 index 00000000..fdece385 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/clamp.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.math.clamp'); +var path = require('../../internals/path'); + +module.exports = path.Math.clamp; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/clz32.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/clz32.js new file mode 100644 index 00000000..cb9c4051 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/clz32.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/clz32'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/cosh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/cosh.js new file mode 100644 index 00000000..16e37a5d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/cosh.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/cosh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/deg-per-rad.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/deg-per-rad.js new file mode 100644 index 00000000..15800187 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/deg-per-rad.js @@ -0,0 +1,4 @@ +'use strict'; +require('../../modules/esnext.math.deg-per-rad'); + +module.exports = Math.PI / 180; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/degrees.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/degrees.js new file mode 100644 index 00000000..fd68e7ec --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/degrees.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.math.degrees'); +var path = require('../../internals/path'); + +module.exports = path.Math.degrees; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/expm1.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/expm1.js new file mode 100644 index 00000000..29f007ea --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/expm1.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/expm1'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/f16round.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/f16round.js new file mode 100644 index 00000000..935ecf48 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/f16round.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/f16round'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/fround.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/fround.js new file mode 100644 index 00000000..87df0b1f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/fround.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/fround'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/fscale.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/fscale.js new file mode 100644 index 00000000..43dbe078 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/fscale.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.math.fscale'); +var path = require('../../internals/path'); + +module.exports = path.Math.fscale; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/hypot.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/hypot.js new file mode 100644 index 00000000..5b340dc3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/hypot.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/hypot'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/iaddh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/iaddh.js new file mode 100644 index 00000000..a0c35436 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/iaddh.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.math.iaddh'); +var path = require('../../internals/path'); + +module.exports = path.Math.iaddh; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/imul.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/imul.js new file mode 100644 index 00000000..0d0c7eb8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/imul.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/imul'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/imulh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/imulh.js new file mode 100644 index 00000000..ee0b2675 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/imulh.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.math.imulh'); +var path = require('../../internals/path'); + +module.exports = path.Math.imulh; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/index.js new file mode 100644 index 00000000..f1db3d46 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/index.js @@ -0,0 +1,18 @@ +'use strict'; +var parent = require('../../actual/math'); +require('../../modules/esnext.math.clamp'); +require('../../modules/esnext.math.deg-per-rad'); +require('../../modules/esnext.math.degrees'); +require('../../modules/esnext.math.fscale'); +require('../../modules/esnext.math.rad-per-deg'); +require('../../modules/esnext.math.radians'); +require('../../modules/esnext.math.scale'); +require('../../modules/esnext.math.seeded-prng'); +require('../../modules/esnext.math.signbit'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.math.iaddh'); +require('../../modules/esnext.math.isubh'); +require('../../modules/esnext.math.imulh'); +require('../../modules/esnext.math.umulh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/isubh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/isubh.js new file mode 100644 index 00000000..57ff251a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/isubh.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.math.isubh'); +var path = require('../../internals/path'); + +module.exports = path.Math.isubh; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/log10.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/log10.js new file mode 100644 index 00000000..32b479f2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/log10.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/log10'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/log1p.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/log1p.js new file mode 100644 index 00000000..06b776da --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/log1p.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/log1p'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/log2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/log2.js new file mode 100644 index 00000000..248ff4d4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/log2.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/log2'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/rad-per-deg.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/rad-per-deg.js new file mode 100644 index 00000000..2f66c121 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/rad-per-deg.js @@ -0,0 +1,4 @@ +'use strict'; +require('../../modules/esnext.math.rad-per-deg'); + +module.exports = 180 / Math.PI; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/radians.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/radians.js new file mode 100644 index 00000000..27d0a672 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/radians.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.math.radians'); +var path = require('../../internals/path'); + +module.exports = path.Math.radians; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/scale.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/scale.js new file mode 100644 index 00000000..8a60a85f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/scale.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.math.scale'); +var path = require('../../internals/path'); + +module.exports = path.Math.scale; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/seeded-prng.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/seeded-prng.js new file mode 100644 index 00000000..513140a6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/seeded-prng.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.math.seeded-prng'); +var path = require('../../internals/path'); + +module.exports = path.Math.seededPRNG; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/sign.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/sign.js new file mode 100644 index 00000000..678db985 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/sign.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/sign'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/signbit.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/signbit.js new file mode 100644 index 00000000..e652559d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/signbit.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.math.signbit'); +var path = require('../../internals/path'); + +module.exports = path.Math.signbit; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/sinh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/sinh.js new file mode 100644 index 00000000..6d1a4981 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/sinh.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/sinh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/sum-precise.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/sum-precise.js new file mode 100644 index 00000000..6d722065 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/sum-precise.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/sum-precise'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/tanh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/tanh.js new file mode 100644 index 00000000..b56c9af8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/tanh.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/tanh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/to-string-tag.js new file mode 100644 index 00000000..f3913739 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/to-string-tag.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/to-string-tag'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/trunc.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/trunc.js new file mode 100644 index 00000000..f0d3f68c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/trunc.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/math/trunc'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/umulh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/umulh.js new file mode 100644 index 00000000..2cdd561d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/math/umulh.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.math.umulh'); +var path = require('../../internals/path'); + +module.exports = path.Math.umulh; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/constructor.js new file mode 100644 index 00000000..74d82564 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/constructor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/number/constructor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/epsilon.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/epsilon.js new file mode 100644 index 00000000..85eda3d5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/epsilon.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/number/epsilon'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/from-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/from-string.js new file mode 100644 index 00000000..334b9318 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/from-string.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.number.from-string'); +var path = require('../../internals/path'); + +module.exports = path.Number.fromString; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/index.js new file mode 100644 index 00000000..d06e9c1e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/index.js @@ -0,0 +1,8 @@ +'use strict'; +var parent = require('../../actual/number'); + +module.exports = parent; + +require('../../modules/es.object.to-string'); +require('../../modules/esnext.number.from-string'); +require('../../modules/esnext.number.range'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/is-finite.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/is-finite.js new file mode 100644 index 00000000..160692d1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/is-finite.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/number/is-finite'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/is-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/is-integer.js new file mode 100644 index 00000000..c871191b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/is-integer.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/number/is-integer'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/is-nan.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/is-nan.js new file mode 100644 index 00000000..e5bb8d02 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/is-nan.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/number/is-nan'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/is-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/is-safe-integer.js new file mode 100644 index 00000000..2a81972b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/is-safe-integer.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/number/is-safe-integer'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/max-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/max-safe-integer.js new file mode 100644 index 00000000..8090e2ae --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/max-safe-integer.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/number/max-safe-integer'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/min-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/min-safe-integer.js new file mode 100644 index 00000000..9c95f274 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/min-safe-integer.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/number/min-safe-integer'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/parse-float.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/parse-float.js new file mode 100644 index 00000000..0c815791 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/parse-float.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/number/parse-float'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/parse-int.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/parse-int.js new file mode 100644 index 00000000..211a7032 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/parse-int.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/number/parse-int'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/range.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/range.js new file mode 100644 index 00000000..5b02c43c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/range.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/esnext.number.range'); +var path = require('../../internals/path'); + +module.exports = path.Number.range; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/to-exponential.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/to-exponential.js new file mode 100644 index 00000000..35ecf72e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/to-exponential.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/number/to-exponential'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/to-fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/to-fixed.js new file mode 100644 index 00000000..4541d0e1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/to-fixed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/number/to-fixed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/to-precision.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/to-precision.js new file mode 100644 index 00000000..6a5453b7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/to-precision.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/number/to-precision'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/virtual/index.js new file mode 100644 index 00000000..8c21e414 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/virtual/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/number/virtual'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/virtual/to-exponential.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/virtual/to-exponential.js new file mode 100644 index 00000000..7e9c11c8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/virtual/to-exponential.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/number/virtual/to-exponential'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/virtual/to-fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/virtual/to-fixed.js new file mode 100644 index 00000000..fd794111 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/virtual/to-fixed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/number/virtual/to-fixed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/virtual/to-precision.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/virtual/to-precision.js new file mode 100644 index 00000000..7613cbe0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/number/virtual/to-precision.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/number/virtual/to-precision'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/assign.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/assign.js new file mode 100644 index 00000000..31728d17 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/assign.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/assign'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/create.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/create.js new file mode 100644 index 00000000..6f345f1b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/create.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/create'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/define-getter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/define-getter.js new file mode 100644 index 00000000..b227de08 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/define-getter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/define-getter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/define-properties.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/define-properties.js new file mode 100644 index 00000000..4e8b0e0c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/define-properties.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/define-properties'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/define-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/define-property.js new file mode 100644 index 00000000..49fbbb7b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/define-property.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/define-property'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/define-setter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/define-setter.js new file mode 100644 index 00000000..64d47ddc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/define-setter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/define-setter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/entries.js new file mode 100644 index 00000000..38df8a74 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/entries.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/entries'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/freeze.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/freeze.js new file mode 100644 index 00000000..cb2d1fba --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/freeze.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/freeze'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/from-entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/from-entries.js new file mode 100644 index 00000000..e057e664 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/from-entries.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/from-entries'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-own-property-descriptor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-own-property-descriptor.js new file mode 100644 index 00000000..0a2d96b4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-own-property-descriptor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/get-own-property-descriptor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-own-property-descriptors.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-own-property-descriptors.js new file mode 100644 index 00000000..2d084c62 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-own-property-descriptors.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/get-own-property-descriptors'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-own-property-names.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-own-property-names.js new file mode 100644 index 00000000..02d280f2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-own-property-names.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/get-own-property-names'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-own-property-symbols.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-own-property-symbols.js new file mode 100644 index 00000000..ebad5058 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-own-property-symbols.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/get-own-property-symbols'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-prototype-of.js new file mode 100644 index 00000000..5cb26a87 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/get-prototype-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/get-prototype-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/group-by.js new file mode 100644 index 00000000..c52c073d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/group-by.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/group-by'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/has-own.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/has-own.js new file mode 100644 index 00000000..3d2c4edd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/has-own.js @@ -0,0 +1,7 @@ +'use strict'; +var parent = require('../../actual/object/has-own'); + +// TODO: Remove from `core-js@4` +require('../../modules/esnext.object.has-own'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/index.js new file mode 100644 index 00000000..6720214e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/index.js @@ -0,0 +1,9 @@ +'use strict'; +var parent = require('../../actual/object'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.object.has-own'); +require('../../modules/esnext.object.iterate-entries'); +require('../../modules/esnext.object.iterate-keys'); +require('../../modules/esnext.object.iterate-values'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/is-extensible.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/is-extensible.js new file mode 100644 index 00000000..7bc463ad --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/is-extensible.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/is-extensible'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/is-frozen.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/is-frozen.js new file mode 100644 index 00000000..5573c286 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/is-frozen.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/is-frozen'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/is-sealed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/is-sealed.js new file mode 100644 index 00000000..423fcafa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/is-sealed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/is-sealed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/is.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/is.js new file mode 100644 index 00000000..07872605 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/is.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/is'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/iterate-entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/iterate-entries.js new file mode 100644 index 00000000..e46f8810 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/iterate-entries.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.object.iterate-entries'); +var path = require('../../internals/path'); + +module.exports = path.Object.iterateEntries; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/iterate-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/iterate-keys.js new file mode 100644 index 00000000..68afc745 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/iterate-keys.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.object.iterate-keys'); +var path = require('../../internals/path'); + +module.exports = path.Object.iterateKeys; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/iterate-values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/iterate-values.js new file mode 100644 index 00000000..2a351275 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/iterate-values.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.object.iterate-values'); +var path = require('../../internals/path'); + +module.exports = path.Object.iterateValues; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/keys.js new file mode 100644 index 00000000..f5e1b56d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/keys.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/keys'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/lookup-getter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/lookup-getter.js new file mode 100644 index 00000000..e74c064e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/lookup-getter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/lookup-getter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/lookup-setter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/lookup-setter.js new file mode 100644 index 00000000..7a11b4a0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/lookup-setter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/lookup-setter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/prevent-extensions.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/prevent-extensions.js new file mode 100644 index 00000000..55376945 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/prevent-extensions.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/prevent-extensions'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/proto.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/proto.js new file mode 100644 index 00000000..dcf2a1ac --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/proto.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/proto'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/seal.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/seal.js new file mode 100644 index 00000000..7afd5a95 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/seal.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/seal'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/set-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/set-prototype-of.js new file mode 100644 index 00000000..e3434d7b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/set-prototype-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/set-prototype-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/to-string.js new file mode 100644 index 00000000..7c590c68 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/to-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/to-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/values.js new file mode 100644 index 00000000..72b86911 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/object/values.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/object/values'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/observable/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/observable/index.js new file mode 100644 index 00000000..c29fa73f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/observable/index.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../modules/esnext.observable'); +require('../../modules/esnext.symbol.observable'); +require('../../modules/es.object.to-string'); +require('../../modules/es.string.iterator'); +require('../../modules/web.dom-collections.iterator'); +var path = require('../../internals/path'); + +module.exports = path.Observable; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/parse-float.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/parse-float.js new file mode 100644 index 00000000..943f46e9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/parse-float.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../actual/parse-float'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/parse-int.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/parse-int.js new file mode 100644 index 00000000..02673086 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/parse-int.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../actual/parse-int'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/all-settled.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/all-settled.js new file mode 100644 index 00000000..5279cbad --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/all-settled.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../../modules/esnext.promise.all-settled'); + +var parent = require('../../actual/promise/all-settled'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/any.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/any.js new file mode 100644 index 00000000..ab2a7da1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/any.js @@ -0,0 +1,8 @@ +'use strict'; +var parent = require('../../actual/promise/any'); + +// TODO: Remove from `core-js@4` +require('../../modules/esnext.aggregate-error'); +require('../../modules/esnext.promise.any'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/finally.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/finally.js new file mode 100644 index 00000000..feae5bba --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/finally.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/promise/finally'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/index.js new file mode 100644 index 00000000..f6789691 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/index.js @@ -0,0 +1,8 @@ +'use strict'; +var parent = require('../../actual/promise'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.aggregate-error'); +require('../../modules/esnext.promise.all-settled'); +require('../../modules/esnext.promise.any'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/try.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/try.js new file mode 100644 index 00000000..68bb7bab --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/try.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/promise/try'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/with-resolvers.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/with-resolvers.js new file mode 100644 index 00000000..f1b07093 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/promise/with-resolvers.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/promise/with-resolvers'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/queue-microtask.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/queue-microtask.js new file mode 100644 index 00000000..a01488ce --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/queue-microtask.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../actual/queue-microtask'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/apply.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/apply.js new file mode 100644 index 00000000..39adbcd3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/apply.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/reflect/apply'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/construct.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/construct.js new file mode 100644 index 00000000..7f1bb95e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/construct.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/reflect/construct'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/define-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/define-metadata.js new file mode 100644 index 00000000..dba9cc3b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/define-metadata.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.reflect.define-metadata'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.defineMetadata; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/define-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/define-property.js new file mode 100644 index 00000000..f3f7d5f8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/define-property.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/reflect/define-property'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/delete-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/delete-metadata.js new file mode 100644 index 00000000..a3a37336 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/delete-metadata.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.reflect.delete-metadata'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.deleteMetadata; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/delete-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/delete-property.js new file mode 100644 index 00000000..270cb5d9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/delete-property.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/reflect/delete-property'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-metadata-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-metadata-keys.js new file mode 100644 index 00000000..4d671fdc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-metadata-keys.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.reflect.get-metadata-keys'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.getMetadataKeys; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-metadata.js new file mode 100644 index 00000000..738bd740 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-metadata.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.reflect.get-metadata'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.getMetadata; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-own-metadata-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-own-metadata-keys.js new file mode 100644 index 00000000..bd33e654 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-own-metadata-keys.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.reflect.get-own-metadata-keys'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.getOwnMetadataKeys; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-own-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-own-metadata.js new file mode 100644 index 00000000..c8890df8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-own-metadata.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.reflect.get-own-metadata'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.getOwnMetadata; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-own-property-descriptor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-own-property-descriptor.js new file mode 100644 index 00000000..4610a0f8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-own-property-descriptor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/reflect/get-own-property-descriptor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-prototype-of.js new file mode 100644 index 00000000..e948f49a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get-prototype-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/reflect/get-prototype-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get.js new file mode 100644 index 00000000..75b2c856 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/get.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/reflect/get'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/has-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/has-metadata.js new file mode 100644 index 00000000..bd623a74 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/has-metadata.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.reflect.has-metadata'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.hasMetadata; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/has-own-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/has-own-metadata.js new file mode 100644 index 00000000..f56149fa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/has-own-metadata.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.reflect.has-own-metadata'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.hasOwnMetadata; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/has.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/has.js new file mode 100644 index 00000000..3de54d84 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/has.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/reflect/has'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/index.js new file mode 100644 index 00000000..5ff58926 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/index.js @@ -0,0 +1,13 @@ +'use strict'; +var parent = require('../../actual/reflect'); +require('../../modules/esnext.reflect.define-metadata'); +require('../../modules/esnext.reflect.delete-metadata'); +require('../../modules/esnext.reflect.get-metadata'); +require('../../modules/esnext.reflect.get-metadata-keys'); +require('../../modules/esnext.reflect.get-own-metadata'); +require('../../modules/esnext.reflect.get-own-metadata-keys'); +require('../../modules/esnext.reflect.has-metadata'); +require('../../modules/esnext.reflect.has-own-metadata'); +require('../../modules/esnext.reflect.metadata'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/is-extensible.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/is-extensible.js new file mode 100644 index 00000000..b6131c49 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/is-extensible.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/reflect/is-extensible'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/metadata.js new file mode 100644 index 00000000..a3ff8f56 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/metadata.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.reflect.metadata'); +var path = require('../../internals/path'); + +module.exports = path.Reflect.metadata; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/own-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/own-keys.js new file mode 100644 index 00000000..1bfadd3b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/own-keys.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/reflect/own-keys'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/prevent-extensions.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/prevent-extensions.js new file mode 100644 index 00000000..48af9575 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/prevent-extensions.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/reflect/prevent-extensions'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/set-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/set-prototype-of.js new file mode 100644 index 00000000..0d07597c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/set-prototype-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/reflect/set-prototype-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/set.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/set.js new file mode 100644 index 00000000..a08a20d7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/set.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/reflect/set'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/to-string-tag.js new file mode 100644 index 00000000..3908aff3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/reflect/to-string-tag.js @@ -0,0 +1,4 @@ +'use strict'; +require('../../modules/es.reflect.to-string-tag'); + +module.exports = 'Reflect'; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/constructor.js new file mode 100644 index 00000000..414c1dbc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/constructor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/regexp/constructor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/dot-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/dot-all.js new file mode 100644 index 00000000..bb687d21 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/dot-all.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/regexp/dot-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/escape.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/escape.js new file mode 100644 index 00000000..5790cabd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/escape.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/regexp/escape'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/flags.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/flags.js new file mode 100644 index 00000000..1356b99a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/flags.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/regexp/flags'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/index.js new file mode 100644 index 00000000..427bbc1a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/regexp'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/match.js new file mode 100644 index 00000000..97dcf32a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/match.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/regexp/match'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/replace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/replace.js new file mode 100644 index 00000000..5c22adb8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/replace.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/regexp/replace'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/search.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/search.js new file mode 100644 index 00000000..551c4039 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/search.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/regexp/search'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/split.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/split.js new file mode 100644 index 00000000..2aaa16c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/split.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/regexp/split'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/sticky.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/sticky.js new file mode 100644 index 00000000..28314252 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/sticky.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/regexp/sticky'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/test.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/test.js new file mode 100644 index 00000000..04e5c12b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/test.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/regexp/test'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/to-string.js new file mode 100644 index 00000000..f2a27097 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/regexp/to-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/regexp/to-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/self.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/self.js new file mode 100644 index 00000000..f460150e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/self.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../actual/self'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set-immediate.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set-immediate.js new file mode 100644 index 00000000..8d99840b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set-immediate.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../actual/set-immediate'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set-interval.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set-interval.js new file mode 100644 index 00000000..b542c54b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set-interval.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../actual/set-interval'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set-timeout.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set-timeout.js new file mode 100644 index 00000000..2cc19782 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set-timeout.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../actual/set-timeout'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/add-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/add-all.js new file mode 100644 index 00000000..bafef1c9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/add-all.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.set'); +require('../../modules/esnext.set.add-all'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'addAll'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/delete-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/delete-all.js new file mode 100644 index 00000000..02336216 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/delete-all.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.set'); +require('../../modules/esnext.set.delete-all'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'deleteAll'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/difference.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/difference.js new file mode 100644 index 00000000..879eff13 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/difference.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../actual/set/difference'); +require('../../modules/es.array.iterator'); +require('../../modules/es.string.iterator'); +require('../../modules/esnext.set.difference'); +require('../../modules/web.dom-collections.iterator'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'difference'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/every.js new file mode 100644 index 00000000..f5c0cfb2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/every.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.set'); +require('../../modules/esnext.set.every'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'every'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/filter.js new file mode 100644 index 00000000..31500687 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/filter.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.set'); +require('../../modules/esnext.set.filter'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'filter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/find.js new file mode 100644 index 00000000..9ff5b53b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/find.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.set'); +require('../../modules/esnext.set.find'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'find'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/from.js new file mode 100644 index 00000000..d46b0512 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/from.js @@ -0,0 +1,26 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.array.iterator'); +require('../../modules/es.set'); +require('../../modules/es.string.iterator'); +require('../../modules/esnext.set.from'); +require('../../modules/esnext.set.add-all'); +require('../../modules/esnext.set.delete-all'); +require('../../modules/esnext.set.difference.v2'); +require('../../modules/esnext.set.every'); +require('../../modules/esnext.set.filter'); +require('../../modules/esnext.set.find'); +require('../../modules/esnext.set.join'); +require('../../modules/esnext.set.intersection.v2'); +require('../../modules/esnext.set.is-disjoint-from.v2'); +require('../../modules/esnext.set.is-subset-of.v2'); +require('../../modules/esnext.set.is-superset-of.v2'); +require('../../modules/esnext.set.map'); +require('../../modules/esnext.set.reduce'); +require('../../modules/esnext.set.some'); +require('../../modules/esnext.set.symmetric-difference.v2'); +require('../../modules/esnext.set.union.v2'); +require('../../modules/web.dom-collections.iterator'); +var path = require('../../internals/path'); + +module.exports = path.Set.from; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/index.js new file mode 100644 index 00000000..f483f9ec --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/index.js @@ -0,0 +1,22 @@ +'use strict'; +var parent = require('../../actual/set'); +require('../../modules/esnext.set.from'); +require('../../modules/esnext.set.of'); +require('../../modules/esnext.set.add-all'); +require('../../modules/esnext.set.delete-all'); +require('../../modules/esnext.set.every'); +require('../../modules/esnext.set.difference'); +require('../../modules/esnext.set.filter'); +require('../../modules/esnext.set.find'); +require('../../modules/esnext.set.intersection'); +require('../../modules/esnext.set.is-disjoint-from'); +require('../../modules/esnext.set.is-subset-of'); +require('../../modules/esnext.set.is-superset-of'); +require('../../modules/esnext.set.join'); +require('../../modules/esnext.set.map'); +require('../../modules/esnext.set.reduce'); +require('../../modules/esnext.set.some'); +require('../../modules/esnext.set.symmetric-difference'); +require('../../modules/esnext.set.union'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/intersection.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/intersection.js new file mode 100644 index 00000000..8e96ff5f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/intersection.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../actual/set/intersection'); +require('../../modules/es.array.iterator'); +require('../../modules/es.string.iterator'); +require('../../modules/esnext.set.intersection'); +require('../../modules/web.dom-collections.iterator'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'intersection'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/is-disjoint-from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/is-disjoint-from.js new file mode 100644 index 00000000..0eae0d6e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/is-disjoint-from.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../actual/set/is-disjoint-from'); +require('../../modules/es.array.iterator'); +require('../../modules/es.string.iterator'); +require('../../modules/esnext.set.is-disjoint-from'); +require('../../modules/web.dom-collections.iterator'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'isDisjointFrom'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/is-subset-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/is-subset-of.js new file mode 100644 index 00000000..6cab4250 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/is-subset-of.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../actual/set/is-subset-of'); +require('../../modules/es.array.iterator'); +require('../../modules/es.string.iterator'); +require('../../modules/esnext.set.is-subset-of'); +require('../../modules/web.dom-collections.iterator'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'isSubsetOf'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/is-superset-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/is-superset-of.js new file mode 100644 index 00000000..38c029ec --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/is-superset-of.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../actual/set/is-superset-of'); +require('../../modules/es.array.iterator'); +require('../../modules/es.string.iterator'); +require('../../modules/esnext.set.is-superset-of'); +require('../../modules/web.dom-collections.iterator'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'isSupersetOf'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/join.js new file mode 100644 index 00000000..f50f5e2e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/join.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.set'); +require('../../modules/esnext.set.join'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'join'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/map.js new file mode 100644 index 00000000..0785cfc5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/map.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.set'); +require('../../modules/esnext.set.map'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/of.js new file mode 100644 index 00000000..754f8e30 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/of.js @@ -0,0 +1,24 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.array.iterator'); +require('../../modules/es.set'); +require('../../modules/esnext.set.of'); +require('../../modules/esnext.set.add-all'); +require('../../modules/esnext.set.delete-all'); +require('../../modules/esnext.set.difference.v2'); +require('../../modules/esnext.set.every'); +require('../../modules/esnext.set.filter'); +require('../../modules/esnext.set.find'); +require('../../modules/esnext.set.join'); +require('../../modules/esnext.set.intersection.v2'); +require('../../modules/esnext.set.is-disjoint-from.v2'); +require('../../modules/esnext.set.is-subset-of.v2'); +require('../../modules/esnext.set.is-superset-of.v2'); +require('../../modules/esnext.set.map'); +require('../../modules/esnext.set.reduce'); +require('../../modules/esnext.set.some'); +require('../../modules/esnext.set.symmetric-difference.v2'); +require('../../modules/esnext.set.union.v2'); +var path = require('../../internals/path'); + +module.exports = path.Set.of; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/reduce.js new file mode 100644 index 00000000..5e624cd6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/reduce.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.set'); +require('../../modules/esnext.set.reduce'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'reduce'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/some.js new file mode 100644 index 00000000..9a7adfda --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/some.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.set'); +require('../../modules/esnext.set.some'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'some'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/symmetric-difference.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/symmetric-difference.js new file mode 100644 index 00000000..04b74e8b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/symmetric-difference.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../actual/set/symmetric-difference'); +require('../../modules/es.array.iterator'); +require('../../modules/es.string.iterator'); +require('../../modules/esnext.set.symmetric-difference'); +require('../../modules/web.dom-collections.iterator'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'symmetricDifference'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/union.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/union.js new file mode 100644 index 00000000..146011c3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/set/union.js @@ -0,0 +1,9 @@ +'use strict'; +require('../../actual/set/union'); +require('../../modules/es.array.iterator'); +require('../../modules/es.string.iterator'); +require('../../modules/esnext.set.union'); +require('../../modules/web.dom-collections.iterator'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Set', 'union'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/anchor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/anchor.js new file mode 100644 index 00000000..8faede4b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/anchor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/anchor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/at.js new file mode 100644 index 00000000..a3903ea1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/at.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../actual/string/at'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.string.at'); + +module.exports = require('../../internals/entry-unbind')('String', 'at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/big.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/big.js new file mode 100644 index 00000000..bc349a24 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/big.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/big'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/blink.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/blink.js new file mode 100644 index 00000000..e8abf633 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/blink.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/blink'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/bold.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/bold.js new file mode 100644 index 00000000..e7954e58 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/bold.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/bold'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/code-point-at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/code-point-at.js new file mode 100644 index 00000000..ade6be4d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/code-point-at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/code-point-at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/code-points.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/code-points.js new file mode 100644 index 00000000..73bca4e5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/code-points.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/esnext.string.code-points'); + +module.exports = require('../../internals/entry-unbind')('String', 'codePoints'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/cooked.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/cooked.js new file mode 100644 index 00000000..6eddb1b7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/cooked.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.string.cooked'); +var path = require('../../internals/path'); + +module.exports = path.String.cooked; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/dedent.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/dedent.js new file mode 100644 index 00000000..68eb0900 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/dedent.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.string.from-code-point'); +require('../../modules/es.weak-map'); +require('../../modules/esnext.string.dedent'); +var path = require('../../internals/path'); + +module.exports = path.String.dedent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/ends-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/ends-with.js new file mode 100644 index 00000000..44ad69ef --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/ends-with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/ends-with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/fixed.js new file mode 100644 index 00000000..44efff25 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/fixed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/fixed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/fontcolor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/fontcolor.js new file mode 100644 index 00000000..f491dfb2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/fontcolor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/fontcolor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/fontsize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/fontsize.js new file mode 100644 index 00000000..0dffa6a4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/fontsize.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/fontsize'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/from-code-point.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/from-code-point.js new file mode 100644 index 00000000..3c2e909d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/from-code-point.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/from-code-point'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/includes.js new file mode 100644 index 00000000..52966da9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/includes.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/includes'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/index.js new file mode 100644 index 00000000..708cbe65 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/index.js @@ -0,0 +1,12 @@ +'use strict'; +var parent = require('../../actual/string'); +require('../../modules/es.weak-map'); +// TODO: remove from `core-js@4` +require('../../modules/esnext.string.at'); +require('../../modules/esnext.string.cooked'); +require('../../modules/esnext.string.code-points'); +require('../../modules/esnext.string.dedent'); +require('../../modules/esnext.string.match-all'); +require('../../modules/esnext.string.replace-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/is-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/is-well-formed.js new file mode 100644 index 00000000..c156be27 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/is-well-formed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/is-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/italics.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/italics.js new file mode 100644 index 00000000..42184d37 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/italics.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/italics'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/iterator.js new file mode 100644 index 00000000..fefcef63 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/link.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/link.js new file mode 100644 index 00000000..3acbcfbb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/link.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/link'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/match-all.js new file mode 100644 index 00000000..9d23a4af --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/match-all.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: remove from `core-js@4` +require('../../modules/esnext.string.match-all'); + +var parent = require('../../actual/string/match-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/match.js new file mode 100644 index 00000000..a3dc019a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/match.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/match'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/pad-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/pad-end.js new file mode 100644 index 00000000..d51bd030 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/pad-end.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/pad-end'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/pad-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/pad-start.js new file mode 100644 index 00000000..f93fbdcd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/pad-start.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/pad-start'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/raw.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/raw.js new file mode 100644 index 00000000..d3041970 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/raw.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/raw'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/repeat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/repeat.js new file mode 100644 index 00000000..f3075ea2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/repeat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/repeat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/replace-all.js new file mode 100644 index 00000000..1bbb6510 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/replace-all.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: remove from `core-js@4` +require('../../modules/esnext.string.replace-all'); + +var parent = require('../../actual/string/replace-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/replace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/replace.js new file mode 100644 index 00000000..2ada8032 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/replace.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/replace'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/search.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/search.js new file mode 100644 index 00000000..53e96af4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/search.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/search'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/small.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/small.js new file mode 100644 index 00000000..5d9b03f6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/small.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/small'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/split.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/split.js new file mode 100644 index 00000000..29d49206 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/split.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/split'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/starts-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/starts-with.js new file mode 100644 index 00000000..677f13ff --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/starts-with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/starts-with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/strike.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/strike.js new file mode 100644 index 00000000..39ac25e5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/strike.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/strike'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/sub.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/sub.js new file mode 100644 index 00000000..a67dc8e0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/sub.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/sub'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/substr.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/substr.js new file mode 100644 index 00000000..0ffb4ae1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/substr.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/substr'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/sup.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/sup.js new file mode 100644 index 00000000..2ef447d0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/sup.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/sup'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/to-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/to-well-formed.js new file mode 100644 index 00000000..ac5affe4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/to-well-formed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/to-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim-end.js new file mode 100644 index 00000000..6be627fc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim-end.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/trim-end'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim-left.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim-left.js new file mode 100644 index 00000000..862eb1a6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim-left.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/trim-left'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim-right.js new file mode 100644 index 00000000..8c34d718 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/trim-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim-start.js new file mode 100644 index 00000000..b6c6e135 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim-start.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/trim-start'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim.js new file mode 100644 index 00000000..23cd1773 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/trim.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/string/trim'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/anchor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/anchor.js new file mode 100644 index 00000000..fcd064c2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/anchor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/anchor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/at.js new file mode 100644 index 00000000..68c432c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/at.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../../actual/string/virtual/at'); +// TODO: Remove from `core-js@4` +require('../../../modules/esnext.string.at'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/big.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/big.js new file mode 100644 index 00000000..ea815ef1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/big.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/big'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/blink.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/blink.js new file mode 100644 index 00000000..906bbe3e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/blink.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/blink'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/bold.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/bold.js new file mode 100644 index 00000000..8cbfe9d9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/bold.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/bold'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/code-point-at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/code-point-at.js new file mode 100644 index 00000000..dd2db8f7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/code-point-at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/code-point-at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/code-points.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/code-points.js new file mode 100644 index 00000000..4fa3ce4d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/code-points.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../../modules/es.object.to-string'); +require('../../../modules/esnext.string.code-points'); +var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method'); + +module.exports = getBuiltInPrototypeMethod('String', 'codePoints'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/ends-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/ends-with.js new file mode 100644 index 00000000..e77ae8d1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/ends-with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/ends-with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/fixed.js new file mode 100644 index 00000000..daf1e224 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/fixed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/fixed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/fontcolor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/fontcolor.js new file mode 100644 index 00000000..1e9fa24f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/fontcolor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/fontcolor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/fontsize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/fontsize.js new file mode 100644 index 00000000..19b2a4c6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/fontsize.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/fontsize'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/includes.js new file mode 100644 index 00000000..5057bba8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/includes.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/includes'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/index.js new file mode 100644 index 00000000..261c940e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/index.js @@ -0,0 +1,10 @@ +'use strict'; +var parent = require('../../../actual/string/virtual'); +// TODO: remove from `core-js@4` +require('../../../modules/esnext.string.at'); +require('../../../modules/esnext.string.code-points'); +// TODO: remove from `core-js@4` +require('../../../modules/esnext.string.match-all'); +require('../../../modules/esnext.string.replace-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/is-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/is-well-formed.js new file mode 100644 index 00000000..0358bea8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/is-well-formed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/is-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/italics.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/italics.js new file mode 100644 index 00000000..8714b593 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/italics.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/italics'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/iterator.js new file mode 100644 index 00000000..1878fd12 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/link.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/link.js new file mode 100644 index 00000000..f61a09bd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/link.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/link'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/match-all.js new file mode 100644 index 00000000..26e80f63 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/match-all.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: remove from `core-js@4` +require('../../../modules/esnext.string.match-all'); + +var parent = require('../../../actual/string/virtual/match-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/pad-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/pad-end.js new file mode 100644 index 00000000..f02b9ecd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/pad-end.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/pad-end'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/pad-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/pad-start.js new file mode 100644 index 00000000..f8aeed68 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/pad-start.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/pad-start'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/repeat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/repeat.js new file mode 100644 index 00000000..4dc5718d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/repeat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/repeat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/replace-all.js new file mode 100644 index 00000000..cdf4c9d2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/replace-all.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: remove from `core-js@4` +require('../../../modules/esnext.string.replace-all'); + +var parent = require('../../../actual/string/virtual/replace-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/small.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/small.js new file mode 100644 index 00000000..7dd3fdf0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/small.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/small'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/starts-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/starts-with.js new file mode 100644 index 00000000..7cda8185 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/starts-with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/starts-with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/strike.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/strike.js new file mode 100644 index 00000000..f1cdccb1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/strike.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/strike'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/sub.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/sub.js new file mode 100644 index 00000000..10cb6c2d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/sub.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/sub'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/substr.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/substr.js new file mode 100644 index 00000000..58703667 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/substr.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/substr'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/sup.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/sup.js new file mode 100644 index 00000000..132152b2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/sup.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/sup'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/to-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/to-well-formed.js new file mode 100644 index 00000000..f4f5d71b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/to-well-formed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/to-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim-end.js new file mode 100644 index 00000000..961704fa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim-end.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/trim-end'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim-left.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim-left.js new file mode 100644 index 00000000..59bb506b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim-left.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/trim-left'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim-right.js new file mode 100644 index 00000000..69fe2c90 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/trim-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim-start.js new file mode 100644 index 00000000..fce3e89e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim-start.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/trim-start'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim.js new file mode 100644 index 00000000..af5fa18f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/string/virtual/trim.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../actual/string/virtual/trim'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/structured-clone.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/structured-clone.js new file mode 100644 index 00000000..e79f18f7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/structured-clone.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../actual/structured-clone'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/suppressed-error.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/suppressed-error.js new file mode 100644 index 00000000..4b2905ae --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/suppressed-error.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../actual/suppressed-error'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/async-dispose.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/async-dispose.js new file mode 100644 index 00000000..badcbcf2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/async-dispose.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/symbol/async-dispose'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/async-iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/async-iterator.js new file mode 100644 index 00000000..fd7aa548 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/async-iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/symbol/async-iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/custom-matcher.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/custom-matcher.js new file mode 100644 index 00000000..7b6dad36 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/custom-matcher.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.symbol.custom-matcher'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('customMatcher'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/description.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/description.js new file mode 100644 index 00000000..01ce17a6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/description.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/es.symbol.description'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/dispose.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/dispose.js new file mode 100644 index 00000000..153ed525 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/dispose.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/symbol/dispose'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/for.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/for.js new file mode 100644 index 00000000..6e5e5c63 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/for.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/symbol/for'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/has-instance.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/has-instance.js new file mode 100644 index 00000000..b70ed03f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/has-instance.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/symbol/has-instance'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/index.js new file mode 100644 index 00000000..83668137 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/index.js @@ -0,0 +1,15 @@ +'use strict'; +var parent = require('../../actual/symbol'); +require('../../modules/esnext.symbol.is-registered-symbol'); +require('../../modules/esnext.symbol.is-well-known-symbol'); +require('../../modules/esnext.symbol.custom-matcher'); +require('../../modules/esnext.symbol.observable'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.symbol.is-registered'); +require('../../modules/esnext.symbol.is-well-known'); +require('../../modules/esnext.symbol.matcher'); +require('../../modules/esnext.symbol.metadata-key'); +require('../../modules/esnext.symbol.pattern-match'); +require('../../modules/esnext.symbol.replace-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-concat-spreadable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-concat-spreadable.js new file mode 100644 index 00000000..606e169b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-concat-spreadable.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/symbol/is-concat-spreadable'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-registered-symbol.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-registered-symbol.js new file mode 100644 index 00000000..7ef1f022 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-registered-symbol.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.symbol'); +require('../../modules/esnext.symbol.is-registered-symbol'); +var path = require('../../internals/path'); + +module.exports = path.Symbol.isRegisteredSymbol; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-registered.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-registered.js new file mode 100644 index 00000000..7a2e6d27 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-registered.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.symbol'); +require('../../modules/esnext.symbol.is-registered'); +var path = require('../../internals/path'); + +module.exports = path.Symbol.isRegistered; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-well-known-symbol.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-well-known-symbol.js new file mode 100644 index 00000000..51062421 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-well-known-symbol.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.symbol'); +require('../../modules/esnext.symbol.is-well-known-symbol'); +var path = require('../../internals/path'); + +module.exports = path.Symbol.isWellKnownSymbol; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-well-known.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-well-known.js new file mode 100644 index 00000000..9e9f648b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/is-well-known.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.symbol'); +require('../../modules/esnext.symbol.is-well-known'); +var path = require('../../internals/path'); + +module.exports = path.Symbol.isWellKnown; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/iterator.js new file mode 100644 index 00000000..5ed48cc0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/symbol/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/key-for.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/key-for.js new file mode 100644 index 00000000..a959f7f2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/key-for.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/symbol/key-for'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/match-all.js new file mode 100644 index 00000000..6ee84745 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/match-all.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/symbol/match-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/match.js new file mode 100644 index 00000000..29f668ed --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/match.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/symbol/match'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/matcher.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/matcher.js new file mode 100644 index 00000000..8ae8bd1b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/matcher.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.symbol.matcher'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('matcher'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/metadata-key.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/metadata-key.js new file mode 100644 index 00000000..a6fcd007 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/metadata-key.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.symbol.metadata-key'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('metadataKey'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/metadata.js new file mode 100644 index 00000000..b44c1a54 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/metadata.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/symbol/metadata'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/observable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/observable.js new file mode 100644 index 00000000..3f05b281 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/observable.js @@ -0,0 +1,5 @@ +'use strict'; +require('../../modules/esnext.symbol.observable'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('observable'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/pattern-match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/pattern-match.js new file mode 100644 index 00000000..3bd8489f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/pattern-match.js @@ -0,0 +1,6 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../../modules/esnext.symbol.pattern-match'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('patternMatch'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/replace-all.js new file mode 100644 index 00000000..76a360a1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/replace-all.js @@ -0,0 +1,6 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../../modules/esnext.symbol.replace-all'); +var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); + +module.exports = WrappedWellKnownSymbolModule.f('replaceAll'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/replace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/replace.js new file mode 100644 index 00000000..749b2c14 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/replace.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/symbol/replace'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/search.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/search.js new file mode 100644 index 00000000..4259531e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/search.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/symbol/search'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/species.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/species.js new file mode 100644 index 00000000..970e5261 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/species.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/symbol/species'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/split.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/split.js new file mode 100644 index 00000000..07c221d7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/split.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/symbol/split'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/to-primitive.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/to-primitive.js new file mode 100644 index 00000000..4775a13e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/to-primitive.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/symbol/to-primitive'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/to-string-tag.js new file mode 100644 index 00000000..3a1918b0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/to-string-tag.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/symbol/to-string-tag'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/unscopables.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/unscopables.js new file mode 100644 index 00000000..379e8b32 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/symbol/unscopables.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/symbol/unscopables'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/at.js new file mode 100644 index 00000000..ee0919ff --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/at.js @@ -0,0 +1,7 @@ +'use strict'; +var parent = require('../../actual/typed-array/at'); + +// TODO: Remove from `core-js@4` +require('../../modules/esnext.typed-array.at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/copy-within.js new file mode 100644 index 00000000..c2228f87 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/copy-within.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/copy-within'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/entries.js new file mode 100644 index 00000000..cf3edb64 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/entries.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/entries'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/every.js new file mode 100644 index 00000000..4d40f039 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/every.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/every'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/fill.js new file mode 100644 index 00000000..50b2d543 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/fill.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/fill'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/filter-out.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/filter-out.js new file mode 100644 index 00000000..a6726b79 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/filter-out.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../../modules/esnext.typed-array.filter-out'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/filter-reject.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/filter-reject.js new file mode 100644 index 00000000..c9d32756 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/filter-reject.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/esnext.typed-array.filter-reject'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/filter.js new file mode 100644 index 00000000..0e5b3490 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/filter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/filter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/find-index.js new file mode 100644 index 00000000..f770e7dc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/find-index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/find-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/find-last-index.js new file mode 100644 index 00000000..1c8ade64 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/find-last-index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/find-last-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/find-last.js new file mode 100644 index 00000000..5279720b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/find-last.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/find-last'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/find.js new file mode 100644 index 00000000..c78edeed --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/find.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/find'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/float32-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/float32-array.js new file mode 100644 index 00000000..94de0e74 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/float32-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../actual/typed-array/float32-array'); +require('../../full/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/float64-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/float64-array.js new file mode 100644 index 00000000..88375774 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/float64-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../actual/typed-array/float64-array'); +require('../../full/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/for-each.js new file mode 100644 index 00000000..8ceca88f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/for-each.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/for-each'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/from-async.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/from-async.js new file mode 100644 index 00000000..f78f4a84 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/from-async.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/esnext.typed-array.from-async'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/from-base64.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/from-base64.js new file mode 100644 index 00000000..73387003 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/from-base64.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/from-base64'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/from-hex.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/from-hex.js new file mode 100644 index 00000000..4d329ec6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/from-hex.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/from-hex'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/from.js new file mode 100644 index 00000000..a1693c8f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/from.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/from'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/group-by.js new file mode 100644 index 00000000..cea8d665 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/group-by.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/esnext.typed-array.group-by'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/includes.js new file mode 100644 index 00000000..d9011038 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/includes.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/includes'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/index-of.js new file mode 100644 index 00000000..89a1fd9d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/index.js new file mode 100644 index 00000000..2a1f0436 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/index.js @@ -0,0 +1,14 @@ +'use strict'; +var parent = require('../../actual/typed-array'); +require('../../modules/es.map'); +require('../../modules/es.promise'); +require('../../modules/esnext.typed-array.from-async'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.typed-array.at'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.typed-array.filter-out'); +require('../../modules/esnext.typed-array.filter-reject'); +require('../../modules/esnext.typed-array.group-by'); +require('../../modules/esnext.typed-array.unique-by'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/int16-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/int16-array.js new file mode 100644 index 00000000..b9473c60 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/int16-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../actual/typed-array/int16-array'); +require('../../full/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/int32-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/int32-array.js new file mode 100644 index 00000000..283854bf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/int32-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../actual/typed-array/int32-array'); +require('../../full/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/int8-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/int8-array.js new file mode 100644 index 00000000..37ab3fb0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/int8-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../actual/typed-array/int8-array'); +require('../../full/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/iterator.js new file mode 100644 index 00000000..a7c10a3b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/join.js new file mode 100644 index 00000000..cbfce882 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/join.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/join'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/keys.js new file mode 100644 index 00000000..369e7d49 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/keys.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/keys'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/last-index-of.js new file mode 100644 index 00000000..940fb2d2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/last-index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/last-index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/map.js new file mode 100644 index 00000000..a9793632 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/methods.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/methods.js new file mode 100644 index 00000000..1e85c5fa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/methods.js @@ -0,0 +1,14 @@ +'use strict'; +var parent = require('../../actual/typed-array/methods'); +require('../../modules/es.map'); +require('../../modules/es.promise'); +require('../../modules/esnext.typed-array.from-async'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.typed-array.at'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.typed-array.filter-out'); +require('../../modules/esnext.typed-array.filter-reject'); +require('../../modules/esnext.typed-array.group-by'); +require('../../modules/esnext.typed-array.unique-by'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/of.js new file mode 100644 index 00000000..8b4d0969 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/reduce-right.js new file mode 100644 index 00000000..350a25c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/reduce-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/reduce-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/reduce.js new file mode 100644 index 00000000..dc2ca2d2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/reduce.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/reduce'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/reverse.js new file mode 100644 index 00000000..c6d6242b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/reverse.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/reverse'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/set-from-base64.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/set-from-base64.js new file mode 100644 index 00000000..78bf569b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/set-from-base64.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/set-from-base64'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/set-from-hex.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/set-from-hex.js new file mode 100644 index 00000000..9b112f5a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/set-from-hex.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/set-from-hex'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/set.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/set.js new file mode 100644 index 00000000..d1cf8f2d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/set.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/set'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/slice.js new file mode 100644 index 00000000..264ae0f5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/slice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/slice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/some.js new file mode 100644 index 00000000..32d17c26 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/some.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/some'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/sort.js new file mode 100644 index 00000000..cdc3de35 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/sort.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/sort'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/subarray.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/subarray.js new file mode 100644 index 00000000..a638b2a1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/subarray.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/subarray'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-base64.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-base64.js new file mode 100644 index 00000000..065c3a68 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-base64.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/to-base64'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-hex.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-hex.js new file mode 100644 index 00000000..2d155109 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-hex.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/to-hex'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-locale-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-locale-string.js new file mode 100644 index 00000000..fbc9f6f8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-locale-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/to-locale-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-reversed.js new file mode 100644 index 00000000..9fa431a8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-reversed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/to-reversed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-sorted.js new file mode 100644 index 00000000..04453764 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-sorted.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/to-sorted'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-spliced.js new file mode 100644 index 00000000..a21aff31 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-spliced.js @@ -0,0 +1,5 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var parent = require('../../actual/typed-array/to-spliced'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-string.js new file mode 100644 index 00000000..0c9f331b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/to-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/to-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/uint16-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/uint16-array.js new file mode 100644 index 00000000..53fa8192 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/uint16-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../actual/typed-array/uint16-array'); +require('../../full/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/uint32-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/uint32-array.js new file mode 100644 index 00000000..f577d7f7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/uint32-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../actual/typed-array/uint32-array'); +require('../../full/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/uint8-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/uint8-array.js new file mode 100644 index 00000000..3eb28d7e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/uint8-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../actual/typed-array/uint8-array'); +require('../../full/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/uint8-clamped-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/uint8-clamped-array.js new file mode 100644 index 00000000..493d611b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/uint8-clamped-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../actual/typed-array/uint8-clamped-array'); +require('../../full/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/unique-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/unique-by.js new file mode 100644 index 00000000..43a46a71 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/unique-by.js @@ -0,0 +1,3 @@ +'use strict'; +require('../../modules/es.map'); +require('../../modules/esnext.typed-array.unique-by'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/values.js new file mode 100644 index 00000000..4ef9b9d4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/values.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/values'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/with.js new file mode 100644 index 00000000..ec01ee55 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/typed-array/with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/typed-array/with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/unescape.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/unescape.js new file mode 100644 index 00000000..c9d614ae --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/unescape.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../actual/unescape'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url-search-params/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url-search-params/index.js new file mode 100644 index 00000000..d6e6df5e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url-search-params/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/url-search-params'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url/can-parse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url/can-parse.js new file mode 100644 index 00000000..5b083b0e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url/can-parse.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/url/can-parse'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url/index.js new file mode 100644 index 00000000..59c378f2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/url'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url/parse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url/parse.js new file mode 100644 index 00000000..7105032c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url/parse.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/url/parse'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url/to-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url/to-json.js new file mode 100644 index 00000000..c26ef4ae --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/url/to-json.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../actual/url/to-json'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/delete-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/delete-all.js new file mode 100644 index 00000000..76f854bc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/delete-all.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.weak-map'); +require('../../modules/esnext.weak-map.delete-all'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('WeakMap', 'deleteAll'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/emplace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/emplace.js new file mode 100644 index 00000000..fc3844a4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/emplace.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.weak-map'); +require('../../modules/esnext.weak-map.emplace'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('WeakMap', 'emplace'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/from.js new file mode 100644 index 00000000..443fd8f0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/from.js @@ -0,0 +1,14 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.array.iterator'); +require('../../modules/es.string.iterator'); +require('../../modules/es.weak-map'); +require('../../modules/esnext.weak-map.from'); +require('../../modules/esnext.weak-map.delete-all'); +require('../../modules/esnext.weak-map.emplace'); +require('../../modules/esnext.weak-map.get-or-insert'); +require('../../modules/esnext.weak-map.get-or-insert-computed'); +require('../../modules/web.dom-collections.iterator'); +var path = require('../../internals/path'); + +module.exports = path.WeakMap.from; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/get-or-insert-computed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/get-or-insert-computed.js new file mode 100644 index 00000000..b8dcd093 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/get-or-insert-computed.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.weak-map'); +require('../../modules/esnext.weak-map.get-or-insert-computed'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('WeakMap', 'getOrInsertComputed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/get-or-insert.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/get-or-insert.js new file mode 100644 index 00000000..6bb549fc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/get-or-insert.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.weak-map'); +require('../../modules/esnext.weak-map.get-or-insert'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('WeakMap', 'getOrInsert'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/index.js new file mode 100644 index 00000000..0710b896 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/index.js @@ -0,0 +1,13 @@ +'use strict'; +var parent = require('../../actual/weak-map'); +require('../../modules/es.string.iterator'); +require('../../modules/esnext.weak-map.from'); +require('../../modules/esnext.weak-map.of'); +require('../../modules/esnext.weak-map.emplace'); +require('../../modules/esnext.weak-map.get-or-insert'); +require('../../modules/esnext.weak-map.get-or-insert-computed'); +require('../../modules/esnext.weak-map.delete-all'); +// TODO: remove from `core-js@4` +require('../../modules/esnext.weak-map.upsert'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/of.js new file mode 100644 index 00000000..66d30633 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/of.js @@ -0,0 +1,12 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.array.iterator'); +require('../../modules/es.weak-map'); +require('../../modules/esnext.weak-map.of'); +require('../../modules/esnext.weak-map.delete-all'); +require('../../modules/esnext.weak-map.emplace'); +require('../../modules/esnext.weak-map.get-or-insert'); +require('../../modules/esnext.weak-map.get-or-insert-computed'); +var path = require('../../internals/path'); + +module.exports = path.WeakMap.of; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/upsert.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/upsert.js new file mode 100644 index 00000000..003098f6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-map/upsert.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.weak-map'); +require('../../modules/esnext.weak-map.upsert'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('WeakMap', 'upsert'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/add-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/add-all.js new file mode 100644 index 00000000..4ecd10f2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/add-all.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.weak-set'); +require('../../modules/esnext.weak-set.add-all'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('WeakSet', 'addAll'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/delete-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/delete-all.js new file mode 100644 index 00000000..5ddc14a1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/delete-all.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.weak-set'); +require('../../modules/esnext.weak-set.delete-all'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('WeakSet', 'deleteAll'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/from.js new file mode 100644 index 00000000..5d7a4f9a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/from.js @@ -0,0 +1,12 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.array.iterator'); +require('../../modules/es.string.iterator'); +require('../../modules/es.weak-set'); +require('../../modules/esnext.weak-set.from'); +require('../../modules/esnext.weak-set.add-all'); +require('../../modules/esnext.weak-set.delete-all'); +require('../../modules/web.dom-collections.iterator'); +var path = require('../../internals/path'); + +module.exports = path.WeakSet.from; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/index.js new file mode 100644 index 00000000..9d9ac8d6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/index.js @@ -0,0 +1,9 @@ +'use strict'; +var parent = require('../../actual/weak-set'); +require('../../modules/es.string.iterator'); +require('../../modules/esnext.weak-set.add-all'); +require('../../modules/esnext.weak-set.delete-all'); +require('../../modules/esnext.weak-set.from'); +require('../../modules/esnext.weak-set.of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/of.js new file mode 100644 index 00000000..79b4523d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/full/weak-set/of.js @@ -0,0 +1,10 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/es.array.iterator'); +require('../../modules/es.weak-set'); +require('../../modules/esnext.weak-set.of'); +require('../../modules/esnext.weak-set.add-all'); +require('../../modules/esnext.weak-set.delete-all'); +var path = require('../../internals/path'); + +module.exports = path.WeakSet.of; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/index.js new file mode 100644 index 00000000..b4eca7ef --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('./full'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/README.md b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/README.md new file mode 100644 index 00000000..f5cca304 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/README.md @@ -0,0 +1 @@ +This folder contains internal parts of `core-js` like helpers. diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-callable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-callable.js new file mode 100644 index 00000000..0aae1ad5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-callable.js @@ -0,0 +1,11 @@ +'use strict'; +var isCallable = require('../internals/is-callable'); +var tryToString = require('../internals/try-to-string'); + +var $TypeError = TypeError; + +// `Assert: IsCallable(argument) is true` +module.exports = function (argument) { + if (isCallable(argument)) return argument; + throw new $TypeError(tryToString(argument) + ' is not a function'); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-constructor.js new file mode 100644 index 00000000..efede0f9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-constructor.js @@ -0,0 +1,11 @@ +'use strict'; +var isConstructor = require('../internals/is-constructor'); +var tryToString = require('../internals/try-to-string'); + +var $TypeError = TypeError; + +// `Assert: IsConstructor(argument) is true` +module.exports = function (argument) { + if (isConstructor(argument)) return argument; + throw new $TypeError(tryToString(argument) + ' is not a constructor'); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-data-view.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-data-view.js new file mode 100644 index 00000000..12ed3e5c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-data-view.js @@ -0,0 +1,9 @@ +'use strict'; +var classof = require('../internals/classof'); + +var $TypeError = TypeError; + +module.exports = function (argument) { + if (classof(argument) === 'DataView') return argument; + throw new $TypeError('Argument is not a DataView'); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-map.js new file mode 100644 index 00000000..0b21a893 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-map.js @@ -0,0 +1,8 @@ +'use strict'; +var has = require('../internals/map-helpers').has; + +// Perform ? RequireInternalSlot(M, [[MapData]]) +module.exports = function (it) { + has(it); + return it; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-possible-prototype.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-possible-prototype.js new file mode 100644 index 00000000..d8002589 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-possible-prototype.js @@ -0,0 +1,10 @@ +'use strict'; +var isPossiblePrototype = require('../internals/is-possible-prototype'); + +var $String = String; +var $TypeError = TypeError; + +module.exports = function (argument) { + if (isPossiblePrototype(argument)) return argument; + throw new $TypeError("Can't set " + $String(argument) + ' as a prototype'); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-set.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-set.js new file mode 100644 index 00000000..6df1ead9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-set.js @@ -0,0 +1,8 @@ +'use strict'; +var has = require('../internals/set-helpers').has; + +// Perform ? RequireInternalSlot(M, [[SetData]]) +module.exports = function (it) { + has(it); + return it; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-string.js new file mode 100644 index 00000000..ec8dff30 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-string.js @@ -0,0 +1,7 @@ +'use strict'; +var $TypeError = TypeError; + +module.exports = function (argument) { + if (typeof argument == 'string') return argument; + throw new $TypeError('Argument is not a string'); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-weak-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-weak-map.js new file mode 100644 index 00000000..5d775f13 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-weak-map.js @@ -0,0 +1,8 @@ +'use strict'; +var has = require('../internals/weak-map-helpers').has; + +// Perform ? RequireInternalSlot(M, [[WeakMapData]]) +module.exports = function (it) { + has(it); + return it; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-weak-set.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-weak-set.js new file mode 100644 index 00000000..5b0c13c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/a-weak-set.js @@ -0,0 +1,8 @@ +'use strict'; +var has = require('../internals/weak-set-helpers').has; + +// Perform ? RequireInternalSlot(M, [[WeakSetData]]) +module.exports = function (it) { + has(it); + return it; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/add-disposable-resource.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/add-disposable-resource.js new file mode 100644 index 00000000..78d5c18e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/add-disposable-resource.js @@ -0,0 +1,62 @@ +'use strict'; +var getBuiltIn = require('../internals/get-built-in'); +var call = require('../internals/function-call'); +var uncurryThis = require('../internals/function-uncurry-this'); +var bind = require('../internals/function-bind-context'); +var anObject = require('../internals/an-object'); +var aCallable = require('../internals/a-callable'); +var isNullOrUndefined = require('../internals/is-null-or-undefined'); +var getMethod = require('../internals/get-method'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var ASYNC_DISPOSE = wellKnownSymbol('asyncDispose'); +var DISPOSE = wellKnownSymbol('dispose'); + +var push = uncurryThis([].push); + +// `GetDisposeMethod` abstract operation +// https://tc39.es/proposal-explicit-resource-management/#sec-getdisposemethod +var getDisposeMethod = function (V, hint) { + if (hint === 'async-dispose') { + var method = getMethod(V, ASYNC_DISPOSE); + if (method !== undefined) return method; + method = getMethod(V, DISPOSE); + if (method === undefined) return method; + return function () { + var O = this; + var Promise = getBuiltIn('Promise'); + return new Promise(function (resolve) { + call(method, O); + resolve(undefined); + }); + }; + } return getMethod(V, DISPOSE); +}; + +// `CreateDisposableResource` abstract operation +// https://tc39.es/proposal-explicit-resource-management/#sec-createdisposableresource +var createDisposableResource = function (V, hint, method) { + if (arguments.length < 3 && !isNullOrUndefined(V)) { + method = aCallable(getDisposeMethod(anObject(V), hint)); + } + + return method === undefined ? function () { + return undefined; + } : bind(method, V); +}; + +// `AddDisposableResource` abstract operation +// https://tc39.es/proposal-explicit-resource-management/#sec-adddisposableresource +module.exports = function (disposable, V, hint, method) { + var resource; + if (arguments.length < 4) { + // When `V`` is either `null` or `undefined` and hint is `async-dispose`, + // we record that the resource was evaluated to ensure we will still perform an `Await` when resources are later disposed. + if (isNullOrUndefined(V) && hint === 'sync-dispose') return; + resource = createDisposableResource(V, hint); + } else { + resource = createDisposableResource(undefined, hint, method); + } + + push(disposable.stack, resource); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/add-to-unscopables.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/add-to-unscopables.js new file mode 100644 index 00000000..c0908db9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/add-to-unscopables.js @@ -0,0 +1,21 @@ +'use strict'; +var wellKnownSymbol = require('../internals/well-known-symbol'); +var create = require('../internals/object-create'); +var defineProperty = require('../internals/object-define-property').f; + +var UNSCOPABLES = wellKnownSymbol('unscopables'); +var ArrayPrototype = Array.prototype; + +// Array.prototype[@@unscopables] +// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables +if (ArrayPrototype[UNSCOPABLES] === undefined) { + defineProperty(ArrayPrototype, UNSCOPABLES, { + configurable: true, + value: create(null) + }); +} + +// add a key to Array.prototype[@@unscopables] +module.exports = function (key) { + ArrayPrototype[UNSCOPABLES][key] = true; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/advance-string-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/advance-string-index.js new file mode 100644 index 00000000..f104d533 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/advance-string-index.js @@ -0,0 +1,8 @@ +'use strict'; +var charAt = require('../internals/string-multibyte').charAt; + +// `AdvanceStringIndex` abstract operation +// https://tc39.es/ecma262/#sec-advancestringindex +module.exports = function (S, index, unicode) { + return index + (unicode ? charAt(S, index).length : 1); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/an-instance.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/an-instance.js new file mode 100644 index 00000000..ba3422d9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/an-instance.js @@ -0,0 +1,9 @@ +'use strict'; +var isPrototypeOf = require('../internals/object-is-prototype-of'); + +var $TypeError = TypeError; + +module.exports = function (it, Prototype) { + if (isPrototypeOf(Prototype, it)) return it; + throw new $TypeError('Incorrect invocation'); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/an-object-or-undefined.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/an-object-or-undefined.js new file mode 100644 index 00000000..3138e114 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/an-object-or-undefined.js @@ -0,0 +1,10 @@ +'use strict'; +var isObject = require('../internals/is-object'); + +var $String = String; +var $TypeError = TypeError; + +module.exports = function (argument) { + if (argument === undefined || isObject(argument)) return argument; + throw new $TypeError($String(argument) + ' is not an object or undefined'); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/an-object.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/an-object.js new file mode 100644 index 00000000..c782e781 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/an-object.js @@ -0,0 +1,11 @@ +'use strict'; +var isObject = require('../internals/is-object'); + +var $String = String; +var $TypeError = TypeError; + +// `Assert: Type(argument) is Object` +module.exports = function (argument) { + if (isObject(argument)) return argument; + throw new $TypeError($String(argument) + ' is not an object'); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/an-uint8-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/an-uint8-array.js new file mode 100644 index 00000000..7f162f68 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/an-uint8-array.js @@ -0,0 +1,11 @@ +'use strict'; +var classof = require('../internals/classof'); + +var $TypeError = TypeError; + +// Perform ? RequireInternalSlot(argument, [[TypedArrayName]]) +// If argument.[[TypedArrayName]] is not "Uint8Array", throw a TypeError exception +module.exports = function (argument) { + if (classof(argument) === 'Uint8Array') return argument; + throw new $TypeError('Argument is not an Uint8Array'); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-basic-detection.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-basic-detection.js new file mode 100644 index 00000000..8ae7d9bf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-basic-detection.js @@ -0,0 +1,3 @@ +'use strict'; +// eslint-disable-next-line es/no-typed-arrays -- safe +module.exports = typeof ArrayBuffer != 'undefined' && typeof DataView != 'undefined'; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-byte-length.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-byte-length.js new file mode 100644 index 00000000..56ffa876 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-byte-length.js @@ -0,0 +1,15 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var uncurryThisAccessor = require('../internals/function-uncurry-this-accessor'); +var classof = require('../internals/classof-raw'); + +var ArrayBuffer = globalThis.ArrayBuffer; +var TypeError = globalThis.TypeError; + +// Includes +// - Perform ? RequireInternalSlot(O, [[ArrayBufferData]]). +// - If IsSharedArrayBuffer(O) is true, throw a TypeError exception. +module.exports = ArrayBuffer && uncurryThisAccessor(ArrayBuffer.prototype, 'byteLength', 'get') || function (O) { + if (classof(O) !== 'ArrayBuffer') throw new TypeError('ArrayBuffer expected'); + return O.byteLength; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-is-detached.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-is-detached.js new file mode 100644 index 00000000..b6bbe68f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-is-detached.js @@ -0,0 +1,17 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var NATIVE_ARRAY_BUFFER = require('../internals/array-buffer-basic-detection'); +var arrayBufferByteLength = require('../internals/array-buffer-byte-length'); + +var DataView = globalThis.DataView; + +module.exports = function (O) { + if (!NATIVE_ARRAY_BUFFER || arrayBufferByteLength(O) !== 0) return false; + try { + // eslint-disable-next-line no-new -- thrower + new DataView(O); + return false; + } catch (error) { + return true; + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-non-extensible.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-non-extensible.js new file mode 100644 index 00000000..968b2d07 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-non-extensible.js @@ -0,0 +1,11 @@ +'use strict'; +// FF26- bug: ArrayBuffers are non-extensible, but Object.isExtensible does not report it +var fails = require('../internals/fails'); + +module.exports = fails(function () { + if (typeof ArrayBuffer == 'function') { + var buffer = new ArrayBuffer(8); + // eslint-disable-next-line es/no-object-isextensible, es/no-object-defineproperty -- safe + if (Object.isExtensible(buffer)) Object.defineProperty(buffer, 'a', { value: 8 }); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-not-detached.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-not-detached.js new file mode 100644 index 00000000..be5aff3b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-not-detached.js @@ -0,0 +1,9 @@ +'use strict'; +var isDetached = require('../internals/array-buffer-is-detached'); + +var $TypeError = TypeError; + +module.exports = function (it) { + if (isDetached(it)) throw new $TypeError('ArrayBuffer is detached'); + return it; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-transfer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-transfer.js new file mode 100644 index 00000000..26ae9d07 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-transfer.js @@ -0,0 +1,45 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var uncurryThis = require('../internals/function-uncurry-this'); +var uncurryThisAccessor = require('../internals/function-uncurry-this-accessor'); +var toIndex = require('../internals/to-index'); +var notDetached = require('../internals/array-buffer-not-detached'); +var arrayBufferByteLength = require('../internals/array-buffer-byte-length'); +var detachTransferable = require('../internals/detach-transferable'); +var PROPER_STRUCTURED_CLONE_TRANSFER = require('../internals/structured-clone-proper-transfer'); + +var structuredClone = globalThis.structuredClone; +var ArrayBuffer = globalThis.ArrayBuffer; +var DataView = globalThis.DataView; +var min = Math.min; +var ArrayBufferPrototype = ArrayBuffer.prototype; +var DataViewPrototype = DataView.prototype; +var slice = uncurryThis(ArrayBufferPrototype.slice); +var isResizable = uncurryThisAccessor(ArrayBufferPrototype, 'resizable', 'get'); +var maxByteLength = uncurryThisAccessor(ArrayBufferPrototype, 'maxByteLength', 'get'); +var getInt8 = uncurryThis(DataViewPrototype.getInt8); +var setInt8 = uncurryThis(DataViewPrototype.setInt8); + +module.exports = (PROPER_STRUCTURED_CLONE_TRANSFER || detachTransferable) && function (arrayBuffer, newLength, preserveResizability) { + var byteLength = arrayBufferByteLength(arrayBuffer); + var newByteLength = newLength === undefined ? byteLength : toIndex(newLength); + var fixedLength = !isResizable || !isResizable(arrayBuffer); + var newBuffer; + notDetached(arrayBuffer); + if (PROPER_STRUCTURED_CLONE_TRANSFER) { + arrayBuffer = structuredClone(arrayBuffer, { transfer: [arrayBuffer] }); + if (byteLength === newByteLength && (preserveResizability || fixedLength)) return arrayBuffer; + } + if (byteLength >= newByteLength && (!preserveResizability || fixedLength)) { + newBuffer = slice(arrayBuffer, 0, newByteLength); + } else { + var options = preserveResizability && !fixedLength && maxByteLength ? { maxByteLength: maxByteLength(arrayBuffer) } : undefined; + newBuffer = new ArrayBuffer(newByteLength, options); + var a = new DataView(arrayBuffer); + var b = new DataView(newBuffer); + var copyLength = min(newByteLength, byteLength); + for (var i = 0; i < copyLength; i++) setInt8(b, i, getInt8(a, i)); + } + if (!PROPER_STRUCTURED_CLONE_TRANSFER) detachTransferable(arrayBuffer); + return newBuffer; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-view-core.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-view-core.js new file mode 100644 index 00000000..14d2d1c0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer-view-core.js @@ -0,0 +1,193 @@ +'use strict'; +var NATIVE_ARRAY_BUFFER = require('../internals/array-buffer-basic-detection'); +var DESCRIPTORS = require('../internals/descriptors'); +var globalThis = require('../internals/global-this'); +var isCallable = require('../internals/is-callable'); +var isObject = require('../internals/is-object'); +var hasOwn = require('../internals/has-own-property'); +var classof = require('../internals/classof'); +var tryToString = require('../internals/try-to-string'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var defineBuiltIn = require('../internals/define-built-in'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var isPrototypeOf = require('../internals/object-is-prototype-of'); +var getPrototypeOf = require('../internals/object-get-prototype-of'); +var setPrototypeOf = require('../internals/object-set-prototype-of'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var uid = require('../internals/uid'); +var InternalStateModule = require('../internals/internal-state'); + +var enforceInternalState = InternalStateModule.enforce; +var getInternalState = InternalStateModule.get; +var Int8Array = globalThis.Int8Array; +var Int8ArrayPrototype = Int8Array && Int8Array.prototype; +var Uint8ClampedArray = globalThis.Uint8ClampedArray; +var Uint8ClampedArrayPrototype = Uint8ClampedArray && Uint8ClampedArray.prototype; +var TypedArray = Int8Array && getPrototypeOf(Int8Array); +var TypedArrayPrototype = Int8ArrayPrototype && getPrototypeOf(Int8ArrayPrototype); +var ObjectPrototype = Object.prototype; +var TypeError = globalThis.TypeError; + +var TO_STRING_TAG = wellKnownSymbol('toStringTag'); +var TYPED_ARRAY_TAG = uid('TYPED_ARRAY_TAG'); +var TYPED_ARRAY_CONSTRUCTOR = 'TypedArrayConstructor'; +// Fixing native typed arrays in Opera Presto crashes the browser, see #595 +var NATIVE_ARRAY_BUFFER_VIEWS = NATIVE_ARRAY_BUFFER && !!setPrototypeOf && classof(globalThis.opera) !== 'Opera'; +var TYPED_ARRAY_TAG_REQUIRED = false; +var NAME, Constructor, Prototype; + +var TypedArrayConstructorsList = { + Int8Array: 1, + Uint8Array: 1, + Uint8ClampedArray: 1, + Int16Array: 2, + Uint16Array: 2, + Int32Array: 4, + Uint32Array: 4, + Float32Array: 4, + Float64Array: 8 +}; + +var BigIntArrayConstructorsList = { + BigInt64Array: 8, + BigUint64Array: 8 +}; + +var isView = function isView(it) { + if (!isObject(it)) return false; + var klass = classof(it); + return klass === 'DataView' + || hasOwn(TypedArrayConstructorsList, klass) + || hasOwn(BigIntArrayConstructorsList, klass); +}; + +var getTypedArrayConstructor = function (it) { + var proto = getPrototypeOf(it); + if (!isObject(proto)) return; + var state = getInternalState(proto); + return (state && hasOwn(state, TYPED_ARRAY_CONSTRUCTOR)) ? state[TYPED_ARRAY_CONSTRUCTOR] : getTypedArrayConstructor(proto); +}; + +var isTypedArray = function (it) { + if (!isObject(it)) return false; + var klass = classof(it); + return hasOwn(TypedArrayConstructorsList, klass) + || hasOwn(BigIntArrayConstructorsList, klass); +}; + +var aTypedArray = function (it) { + if (isTypedArray(it)) return it; + throw new TypeError('Target is not a typed array'); +}; + +var aTypedArrayConstructor = function (C) { + if (isCallable(C) && (!setPrototypeOf || isPrototypeOf(TypedArray, C))) return C; + throw new TypeError(tryToString(C) + ' is not a typed array constructor'); +}; + +var exportTypedArrayMethod = function (KEY, property, forced, options) { + if (!DESCRIPTORS) return; + if (forced) for (var ARRAY in TypedArrayConstructorsList) { + var TypedArrayConstructor = globalThis[ARRAY]; + if (TypedArrayConstructor && hasOwn(TypedArrayConstructor.prototype, KEY)) try { + delete TypedArrayConstructor.prototype[KEY]; + } catch (error) { + // old WebKit bug - some methods are non-configurable + try { + TypedArrayConstructor.prototype[KEY] = property; + } catch (error2) { /* empty */ } + } + } + if (!TypedArrayPrototype[KEY] || forced) { + defineBuiltIn(TypedArrayPrototype, KEY, forced ? property + : NATIVE_ARRAY_BUFFER_VIEWS && Int8ArrayPrototype[KEY] || property, options); + } +}; + +var exportTypedArrayStaticMethod = function (KEY, property, forced) { + var ARRAY, TypedArrayConstructor; + if (!DESCRIPTORS) return; + if (setPrototypeOf) { + if (forced) for (ARRAY in TypedArrayConstructorsList) { + TypedArrayConstructor = globalThis[ARRAY]; + if (TypedArrayConstructor && hasOwn(TypedArrayConstructor, KEY)) try { + delete TypedArrayConstructor[KEY]; + } catch (error) { /* empty */ } + } + if (!TypedArray[KEY] || forced) { + // V8 ~ Chrome 49-50 `%TypedArray%` methods are non-writable non-configurable + try { + return defineBuiltIn(TypedArray, KEY, forced ? property : NATIVE_ARRAY_BUFFER_VIEWS && TypedArray[KEY] || property); + } catch (error) { /* empty */ } + } else return; + } + for (ARRAY in TypedArrayConstructorsList) { + TypedArrayConstructor = globalThis[ARRAY]; + if (TypedArrayConstructor && (!TypedArrayConstructor[KEY] || forced)) { + defineBuiltIn(TypedArrayConstructor, KEY, property); + } + } +}; + +for (NAME in TypedArrayConstructorsList) { + Constructor = globalThis[NAME]; + Prototype = Constructor && Constructor.prototype; + if (Prototype) enforceInternalState(Prototype)[TYPED_ARRAY_CONSTRUCTOR] = Constructor; + else NATIVE_ARRAY_BUFFER_VIEWS = false; +} + +for (NAME in BigIntArrayConstructorsList) { + Constructor = globalThis[NAME]; + Prototype = Constructor && Constructor.prototype; + if (Prototype) enforceInternalState(Prototype)[TYPED_ARRAY_CONSTRUCTOR] = Constructor; +} + +// WebKit bug - typed arrays constructors prototype is Object.prototype +if (!NATIVE_ARRAY_BUFFER_VIEWS || !isCallable(TypedArray) || TypedArray === Function.prototype) { + // eslint-disable-next-line no-shadow -- safe + TypedArray = function TypedArray() { + throw new TypeError('Incorrect invocation'); + }; + if (NATIVE_ARRAY_BUFFER_VIEWS) for (NAME in TypedArrayConstructorsList) { + if (globalThis[NAME]) setPrototypeOf(globalThis[NAME], TypedArray); + } +} + +if (!NATIVE_ARRAY_BUFFER_VIEWS || !TypedArrayPrototype || TypedArrayPrototype === ObjectPrototype) { + TypedArrayPrototype = TypedArray.prototype; + if (NATIVE_ARRAY_BUFFER_VIEWS) for (NAME in TypedArrayConstructorsList) { + if (globalThis[NAME]) setPrototypeOf(globalThis[NAME].prototype, TypedArrayPrototype); + } +} + +// WebKit bug - one more object in Uint8ClampedArray prototype chain +if (NATIVE_ARRAY_BUFFER_VIEWS && getPrototypeOf(Uint8ClampedArrayPrototype) !== TypedArrayPrototype) { + setPrototypeOf(Uint8ClampedArrayPrototype, TypedArrayPrototype); +} + +if (DESCRIPTORS && !hasOwn(TypedArrayPrototype, TO_STRING_TAG)) { + TYPED_ARRAY_TAG_REQUIRED = true; + defineBuiltInAccessor(TypedArrayPrototype, TO_STRING_TAG, { + configurable: true, + get: function () { + return isObject(this) ? this[TYPED_ARRAY_TAG] : undefined; + } + }); + for (NAME in TypedArrayConstructorsList) if (globalThis[NAME]) { + createNonEnumerableProperty(globalThis[NAME], TYPED_ARRAY_TAG, NAME); + } +} + +module.exports = { + NATIVE_ARRAY_BUFFER_VIEWS: NATIVE_ARRAY_BUFFER_VIEWS, + TYPED_ARRAY_TAG: TYPED_ARRAY_TAG_REQUIRED && TYPED_ARRAY_TAG, + aTypedArray: aTypedArray, + aTypedArrayConstructor: aTypedArrayConstructor, + exportTypedArrayMethod: exportTypedArrayMethod, + exportTypedArrayStaticMethod: exportTypedArrayStaticMethod, + getTypedArrayConstructor: getTypedArrayConstructor, + isView: isView, + isTypedArray: isTypedArray, + TypedArray: TypedArray, + TypedArrayPrototype: TypedArrayPrototype +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer.js new file mode 100644 index 00000000..6cd44ac8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-buffer.js @@ -0,0 +1,260 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var uncurryThis = require('../internals/function-uncurry-this'); +var DESCRIPTORS = require('../internals/descriptors'); +var NATIVE_ARRAY_BUFFER = require('../internals/array-buffer-basic-detection'); +var FunctionName = require('../internals/function-name'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var defineBuiltIns = require('../internals/define-built-ins'); +var fails = require('../internals/fails'); +var anInstance = require('../internals/an-instance'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); +var toLength = require('../internals/to-length'); +var toIndex = require('../internals/to-index'); +var fround = require('../internals/math-fround'); +var IEEE754 = require('../internals/ieee754'); +var getPrototypeOf = require('../internals/object-get-prototype-of'); +var setPrototypeOf = require('../internals/object-set-prototype-of'); +var arrayFill = require('../internals/array-fill'); +var arraySlice = require('../internals/array-slice'); +var inheritIfRequired = require('../internals/inherit-if-required'); +var copyConstructorProperties = require('../internals/copy-constructor-properties'); +var setToStringTag = require('../internals/set-to-string-tag'); +var InternalStateModule = require('../internals/internal-state'); + +var PROPER_FUNCTION_NAME = FunctionName.PROPER; +var CONFIGURABLE_FUNCTION_NAME = FunctionName.CONFIGURABLE; +var ARRAY_BUFFER = 'ArrayBuffer'; +var DATA_VIEW = 'DataView'; +var PROTOTYPE = 'prototype'; +var WRONG_LENGTH = 'Wrong length'; +var WRONG_INDEX = 'Wrong index'; +var getInternalArrayBufferState = InternalStateModule.getterFor(ARRAY_BUFFER); +var getInternalDataViewState = InternalStateModule.getterFor(DATA_VIEW); +var setInternalState = InternalStateModule.set; +var NativeArrayBuffer = globalThis[ARRAY_BUFFER]; +var $ArrayBuffer = NativeArrayBuffer; +var ArrayBufferPrototype = $ArrayBuffer && $ArrayBuffer[PROTOTYPE]; +var $DataView = globalThis[DATA_VIEW]; +var DataViewPrototype = $DataView && $DataView[PROTOTYPE]; +var ObjectPrototype = Object.prototype; +var Array = globalThis.Array; +var RangeError = globalThis.RangeError; +var fill = uncurryThis(arrayFill); +var reverse = uncurryThis([].reverse); + +var packIEEE754 = IEEE754.pack; +var unpackIEEE754 = IEEE754.unpack; + +var packInt8 = function (number) { + return [number & 0xFF]; +}; + +var packInt16 = function (number) { + return [number & 0xFF, number >> 8 & 0xFF]; +}; + +var packInt32 = function (number) { + return [number & 0xFF, number >> 8 & 0xFF, number >> 16 & 0xFF, number >> 24 & 0xFF]; +}; + +var unpackInt32 = function (buffer) { + return buffer[3] << 24 | buffer[2] << 16 | buffer[1] << 8 | buffer[0]; +}; + +var packFloat32 = function (number) { + return packIEEE754(fround(number), 23, 4); +}; + +var packFloat64 = function (number) { + return packIEEE754(number, 52, 8); +}; + +var addGetter = function (Constructor, key, getInternalState) { + defineBuiltInAccessor(Constructor[PROTOTYPE], key, { + configurable: true, + get: function () { + return getInternalState(this)[key]; + } + }); +}; + +var get = function (view, count, index, isLittleEndian) { + var store = getInternalDataViewState(view); + var intIndex = toIndex(index); + var boolIsLittleEndian = !!isLittleEndian; + if (intIndex + count > store.byteLength) throw new RangeError(WRONG_INDEX); + var bytes = store.bytes; + var start = intIndex + store.byteOffset; + var pack = arraySlice(bytes, start, start + count); + return boolIsLittleEndian ? pack : reverse(pack); +}; + +var set = function (view, count, index, conversion, value, isLittleEndian) { + var store = getInternalDataViewState(view); + var intIndex = toIndex(index); + var pack = conversion(+value); + var boolIsLittleEndian = !!isLittleEndian; + if (intIndex + count > store.byteLength) throw new RangeError(WRONG_INDEX); + var bytes = store.bytes; + var start = intIndex + store.byteOffset; + for (var i = 0; i < count; i++) bytes[start + i] = pack[boolIsLittleEndian ? i : count - i - 1]; +}; + +if (!NATIVE_ARRAY_BUFFER) { + $ArrayBuffer = function ArrayBuffer(length) { + anInstance(this, ArrayBufferPrototype); + var byteLength = toIndex(length); + setInternalState(this, { + type: ARRAY_BUFFER, + bytes: fill(Array(byteLength), 0), + byteLength: byteLength + }); + if (!DESCRIPTORS) { + this.byteLength = byteLength; + this.detached = false; + } + }; + + ArrayBufferPrototype = $ArrayBuffer[PROTOTYPE]; + + $DataView = function DataView(buffer, byteOffset, byteLength) { + anInstance(this, DataViewPrototype); + anInstance(buffer, ArrayBufferPrototype); + var bufferState = getInternalArrayBufferState(buffer); + var bufferLength = bufferState.byteLength; + var offset = toIntegerOrInfinity(byteOffset); + if (offset < 0 || offset > bufferLength) throw new RangeError('Wrong offset'); + byteLength = byteLength === undefined ? bufferLength - offset : toLength(byteLength); + if (offset + byteLength > bufferLength) throw new RangeError(WRONG_LENGTH); + setInternalState(this, { + type: DATA_VIEW, + buffer: buffer, + byteLength: byteLength, + byteOffset: offset, + bytes: bufferState.bytes + }); + if (!DESCRIPTORS) { + this.buffer = buffer; + this.byteLength = byteLength; + this.byteOffset = offset; + } + }; + + DataViewPrototype = $DataView[PROTOTYPE]; + + if (DESCRIPTORS) { + addGetter($ArrayBuffer, 'byteLength', getInternalArrayBufferState); + addGetter($DataView, 'buffer', getInternalDataViewState); + addGetter($DataView, 'byteLength', getInternalDataViewState); + addGetter($DataView, 'byteOffset', getInternalDataViewState); + } + + defineBuiltIns(DataViewPrototype, { + getInt8: function getInt8(byteOffset) { + return get(this, 1, byteOffset)[0] << 24 >> 24; + }, + getUint8: function getUint8(byteOffset) { + return get(this, 1, byteOffset)[0]; + }, + getInt16: function getInt16(byteOffset /* , littleEndian */) { + var bytes = get(this, 2, byteOffset, arguments.length > 1 ? arguments[1] : false); + return (bytes[1] << 8 | bytes[0]) << 16 >> 16; + }, + getUint16: function getUint16(byteOffset /* , littleEndian */) { + var bytes = get(this, 2, byteOffset, arguments.length > 1 ? arguments[1] : false); + return bytes[1] << 8 | bytes[0]; + }, + getInt32: function getInt32(byteOffset /* , littleEndian */) { + return unpackInt32(get(this, 4, byteOffset, arguments.length > 1 ? arguments[1] : false)); + }, + getUint32: function getUint32(byteOffset /* , littleEndian */) { + return unpackInt32(get(this, 4, byteOffset, arguments.length > 1 ? arguments[1] : false)) >>> 0; + }, + getFloat32: function getFloat32(byteOffset /* , littleEndian */) { + return unpackIEEE754(get(this, 4, byteOffset, arguments.length > 1 ? arguments[1] : false), 23); + }, + getFloat64: function getFloat64(byteOffset /* , littleEndian */) { + return unpackIEEE754(get(this, 8, byteOffset, arguments.length > 1 ? arguments[1] : false), 52); + }, + setInt8: function setInt8(byteOffset, value) { + set(this, 1, byteOffset, packInt8, value); + }, + setUint8: function setUint8(byteOffset, value) { + set(this, 1, byteOffset, packInt8, value); + }, + setInt16: function setInt16(byteOffset, value /* , littleEndian */) { + set(this, 2, byteOffset, packInt16, value, arguments.length > 2 ? arguments[2] : false); + }, + setUint16: function setUint16(byteOffset, value /* , littleEndian */) { + set(this, 2, byteOffset, packInt16, value, arguments.length > 2 ? arguments[2] : false); + }, + setInt32: function setInt32(byteOffset, value /* , littleEndian */) { + set(this, 4, byteOffset, packInt32, value, arguments.length > 2 ? arguments[2] : false); + }, + setUint32: function setUint32(byteOffset, value /* , littleEndian */) { + set(this, 4, byteOffset, packInt32, value, arguments.length > 2 ? arguments[2] : false); + }, + setFloat32: function setFloat32(byteOffset, value /* , littleEndian */) { + set(this, 4, byteOffset, packFloat32, value, arguments.length > 2 ? arguments[2] : false); + }, + setFloat64: function setFloat64(byteOffset, value /* , littleEndian */) { + set(this, 8, byteOffset, packFloat64, value, arguments.length > 2 ? arguments[2] : false); + } + }); +} else { + var INCORRECT_ARRAY_BUFFER_NAME = PROPER_FUNCTION_NAME && NativeArrayBuffer.name !== ARRAY_BUFFER; + /* eslint-disable no-new, sonarjs/inconsistent-function-call -- required for testing */ + if (!fails(function () { + NativeArrayBuffer(1); + }) || !fails(function () { + new NativeArrayBuffer(-1); + }) || fails(function () { + new NativeArrayBuffer(); + new NativeArrayBuffer(1.5); + new NativeArrayBuffer(NaN); + return NativeArrayBuffer.length !== 1 || INCORRECT_ARRAY_BUFFER_NAME && !CONFIGURABLE_FUNCTION_NAME; + })) { + /* eslint-enable no-new, sonarjs/inconsistent-function-call -- required for testing */ + $ArrayBuffer = function ArrayBuffer(length) { + anInstance(this, ArrayBufferPrototype); + return inheritIfRequired(new NativeArrayBuffer(toIndex(length)), this, $ArrayBuffer); + }; + + $ArrayBuffer[PROTOTYPE] = ArrayBufferPrototype; + + ArrayBufferPrototype.constructor = $ArrayBuffer; + + copyConstructorProperties($ArrayBuffer, NativeArrayBuffer); + } else if (INCORRECT_ARRAY_BUFFER_NAME && CONFIGURABLE_FUNCTION_NAME) { + createNonEnumerableProperty(NativeArrayBuffer, 'name', ARRAY_BUFFER); + } + + // WebKit bug - the same parent prototype for typed arrays and data view + if (setPrototypeOf && getPrototypeOf(DataViewPrototype) !== ObjectPrototype) { + setPrototypeOf(DataViewPrototype, ObjectPrototype); + } + + // iOS Safari 7.x bug + var testView = new $DataView(new $ArrayBuffer(2)); + var $setInt8 = uncurryThis(DataViewPrototype.setInt8); + testView.setInt8(0, 2147483648); + testView.setInt8(1, 2147483649); + if (testView.getInt8(0) || !testView.getInt8(1)) defineBuiltIns(DataViewPrototype, { + setInt8: function setInt8(byteOffset, value) { + $setInt8(this, byteOffset, value << 24 >> 24); + }, + setUint8: function setUint8(byteOffset, value) { + $setInt8(this, byteOffset, value << 24 >> 24); + } + }, { unsafe: true }); +} + +setToStringTag($ArrayBuffer, ARRAY_BUFFER); +setToStringTag($DataView, DATA_VIEW); + +module.exports = { + ArrayBuffer: $ArrayBuffer, + DataView: $DataView +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-copy-within.js new file mode 100644 index 00000000..e1997148 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-copy-within.js @@ -0,0 +1,31 @@ +'use strict'; +var toObject = require('../internals/to-object'); +var toAbsoluteIndex = require('../internals/to-absolute-index'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var deletePropertyOrThrow = require('../internals/delete-property-or-throw'); + +var min = Math.min; + +// `Array.prototype.copyWithin` method implementation +// https://tc39.es/ecma262/#sec-array.prototype.copywithin +// eslint-disable-next-line es/no-array-prototype-copywithin -- safe +module.exports = [].copyWithin || function copyWithin(target /* = 0 */, start /* = 0, end = @length */) { + var O = toObject(this); + var len = lengthOfArrayLike(O); + var to = toAbsoluteIndex(target, len); + var from = toAbsoluteIndex(start, len); + var end = arguments.length > 2 ? arguments[2] : undefined; + var count = min((end === undefined ? len : toAbsoluteIndex(end, len)) - from, len - to); + var inc = 1; + if (from < to && to < from + count) { + inc = -1; + from += count - 1; + to += count - 1; + } + while (count-- > 0) { + if (from in O) O[to] = O[from]; + else deletePropertyOrThrow(O, to); + to += inc; + from += inc; + } return O; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-fill.js new file mode 100644 index 00000000..c6b16cd0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-fill.js @@ -0,0 +1,17 @@ +'use strict'; +var toObject = require('../internals/to-object'); +var toAbsoluteIndex = require('../internals/to-absolute-index'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); + +// `Array.prototype.fill` method implementation +// https://tc39.es/ecma262/#sec-array.prototype.fill +module.exports = function fill(value /* , start = 0, end = @length */) { + var O = toObject(this); + var length = lengthOfArrayLike(O); + var argumentsLength = arguments.length; + var index = toAbsoluteIndex(argumentsLength > 1 ? arguments[1] : undefined, length); + var end = argumentsLength > 2 ? arguments[2] : undefined; + var endPos = end === undefined ? length : toAbsoluteIndex(end, length); + while (endPos > index) O[index++] = value; + return O; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-for-each.js new file mode 100644 index 00000000..22477f47 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-for-each.js @@ -0,0 +1,12 @@ +'use strict'; +var $forEach = require('../internals/array-iteration').forEach; +var arrayMethodIsStrict = require('../internals/array-method-is-strict'); + +var STRICT_METHOD = arrayMethodIsStrict('forEach'); + +// `Array.prototype.forEach` method implementation +// https://tc39.es/ecma262/#sec-array.prototype.foreach +module.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) { + return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); +// eslint-disable-next-line es/no-array-prototype-foreach -- safe +} : [].forEach; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-from-async.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-from-async.js new file mode 100644 index 00000000..6cca9994 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-from-async.js @@ -0,0 +1,51 @@ +'use strict'; +var bind = require('../internals/function-bind-context'); +var uncurryThis = require('../internals/function-uncurry-this'); +var toObject = require('../internals/to-object'); +var isConstructor = require('../internals/is-constructor'); +var getAsyncIterator = require('../internals/get-async-iterator'); +var getIterator = require('../internals/get-iterator'); +var getIteratorDirect = require('../internals/get-iterator-direct'); +var getIteratorMethod = require('../internals/get-iterator-method'); +var getMethod = require('../internals/get-method'); +var getBuiltIn = require('../internals/get-built-in'); +var getBuiltInPrototypeMethod = require('../internals/get-built-in-prototype-method'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var AsyncFromSyncIterator = require('../internals/async-from-sync-iterator'); +var toArray = require('../internals/async-iterator-iteration').toArray; + +var ASYNC_ITERATOR = wellKnownSymbol('asyncIterator'); +var arrayIterator = uncurryThis(getBuiltInPrototypeMethod('Array', 'values')); +var arrayIteratorNext = uncurryThis(arrayIterator([]).next); + +var safeArrayIterator = function () { + return new SafeArrayIterator(this); +}; + +var SafeArrayIterator = function (O) { + this.iterator = arrayIterator(O); +}; + +SafeArrayIterator.prototype.next = function () { + return arrayIteratorNext(this.iterator); +}; + +// `Array.fromAsync` method implementation +// https://github.com/tc39/proposal-array-from-async +module.exports = function fromAsync(asyncItems /* , mapfn = undefined, thisArg = undefined */) { + var C = this; + var argumentsLength = arguments.length; + var mapfn = argumentsLength > 1 ? arguments[1] : undefined; + var thisArg = argumentsLength > 2 ? arguments[2] : undefined; + return new (getBuiltIn('Promise'))(function (resolve) { + var O = toObject(asyncItems); + if (mapfn !== undefined) mapfn = bind(mapfn, thisArg); + var usingAsyncIterator = getMethod(O, ASYNC_ITERATOR); + var usingSyncIterator = usingAsyncIterator ? undefined : getIteratorMethod(O) || safeArrayIterator; + var A = isConstructor(C) ? new C() : []; + var iterator = usingAsyncIterator + ? getAsyncIterator(O, usingAsyncIterator) + : new AsyncFromSyncIterator(getIteratorDirect(getIterator(O, usingSyncIterator))); + resolve(toArray(iterator, mapfn, A)); + }); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-from-constructor-and-list.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-from-constructor-and-list.js new file mode 100644 index 00000000..d6c8ae24 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-from-constructor-and-list.js @@ -0,0 +1,10 @@ +'use strict'; +var lengthOfArrayLike = require('../internals/length-of-array-like'); + +module.exports = function (Constructor, list, $length) { + var index = 0; + var length = arguments.length > 2 ? $length : lengthOfArrayLike(list); + var result = new Constructor(length); + while (length > index) result[index] = list[index++]; + return result; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-from.js new file mode 100644 index 00000000..e187939e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-from.js @@ -0,0 +1,46 @@ +'use strict'; +var bind = require('../internals/function-bind-context'); +var call = require('../internals/function-call'); +var toObject = require('../internals/to-object'); +var callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing'); +var isArrayIteratorMethod = require('../internals/is-array-iterator-method'); +var isConstructor = require('../internals/is-constructor'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var createProperty = require('../internals/create-property'); +var getIterator = require('../internals/get-iterator'); +var getIteratorMethod = require('../internals/get-iterator-method'); + +var $Array = Array; + +// `Array.from` method implementation +// https://tc39.es/ecma262/#sec-array.from +module.exports = function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) { + var O = toObject(arrayLike); + var IS_CONSTRUCTOR = isConstructor(this); + var argumentsLength = arguments.length; + var mapfn = argumentsLength > 1 ? arguments[1] : undefined; + var mapping = mapfn !== undefined; + if (mapping) mapfn = bind(mapfn, argumentsLength > 2 ? arguments[2] : undefined); + var iteratorMethod = getIteratorMethod(O); + var index = 0; + var length, result, step, iterator, next, value; + // if the target is not iterable or it's an array with the default iterator - use a simple case + if (iteratorMethod && !(this === $Array && isArrayIteratorMethod(iteratorMethod))) { + result = IS_CONSTRUCTOR ? new this() : []; + iterator = getIterator(O, iteratorMethod); + next = iterator.next; + for (;!(step = call(next, iterator)).done; index++) { + value = mapping ? callWithSafeIterationClosing(iterator, mapfn, [step.value, index], true) : step.value; + createProperty(result, index, value); + } + } else { + length = lengthOfArrayLike(O); + result = IS_CONSTRUCTOR ? new this(length) : $Array(length); + for (;length > index; index++) { + value = mapping ? mapfn(O[index], index) : O[index]; + createProperty(result, index, value); + } + } + result.length = index; + return result; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-group-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-group-to-map.js new file mode 100644 index 00000000..608d45ad --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-group-to-map.js @@ -0,0 +1,31 @@ +'use strict'; +var bind = require('../internals/function-bind-context'); +var uncurryThis = require('../internals/function-uncurry-this'); +var IndexedObject = require('../internals/indexed-object'); +var toObject = require('../internals/to-object'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var MapHelpers = require('../internals/map-helpers'); + +var Map = MapHelpers.Map; +var mapGet = MapHelpers.get; +var mapHas = MapHelpers.has; +var mapSet = MapHelpers.set; +var push = uncurryThis([].push); + +// `Array.prototype.groupToMap` method +// https://github.com/tc39/proposal-array-grouping +module.exports = function groupToMap(callbackfn /* , thisArg */) { + var O = toObject(this); + var self = IndexedObject(O); + var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined); + var map = new Map(); + var length = lengthOfArrayLike(self); + var index = 0; + var key, value; + for (;length > index; index++) { + value = self[index]; + key = boundFunction(value, index, O); + if (mapHas(map, key)) push(mapGet(map, key), value); + else mapSet(map, key, [value]); + } return map; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-group.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-group.js new file mode 100644 index 00000000..dbec5a4d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-group.js @@ -0,0 +1,37 @@ +'use strict'; +var bind = require('../internals/function-bind-context'); +var uncurryThis = require('../internals/function-uncurry-this'); +var IndexedObject = require('../internals/indexed-object'); +var toObject = require('../internals/to-object'); +var toPropertyKey = require('../internals/to-property-key'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var objectCreate = require('../internals/object-create'); +var arrayFromConstructorAndList = require('../internals/array-from-constructor-and-list'); + +var $Array = Array; +var push = uncurryThis([].push); + +module.exports = function ($this, callbackfn, that, specificConstructor) { + var O = toObject($this); + var self = IndexedObject(O); + var boundFunction = bind(callbackfn, that); + var target = objectCreate(null); + var length = lengthOfArrayLike(self); + var index = 0; + var Constructor, key, value; + for (;length > index; index++) { + value = self[index]; + key = toPropertyKey(boundFunction(value, index, O)); + // in some IE versions, `hasOwnProperty` returns incorrect result on integer keys + // but since it's a `null` prototype object, we can safely use `in` + if (key in target) push(target[key], value); + else target[key] = [value]; + } + // TODO: Remove this block from `core-js@4` + if (specificConstructor) { + Constructor = specificConstructor(O); + if (Constructor !== $Array) { + for (key in target) target[key] = arrayFromConstructorAndList(Constructor, target[key]); + } + } return target; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-includes.js new file mode 100644 index 00000000..556d54a7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-includes.js @@ -0,0 +1,34 @@ +'use strict'; +var toIndexedObject = require('../internals/to-indexed-object'); +var toAbsoluteIndex = require('../internals/to-absolute-index'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); + +// `Array.prototype.{ indexOf, includes }` methods implementation +var createMethod = function (IS_INCLUDES) { + return function ($this, el, fromIndex) { + var O = toIndexedObject($this); + var length = lengthOfArrayLike(O); + if (length === 0) return !IS_INCLUDES && -1; + var index = toAbsoluteIndex(fromIndex, length); + var value; + // Array#includes uses SameValueZero equality algorithm + // eslint-disable-next-line no-self-compare -- NaN check + if (IS_INCLUDES && el !== el) while (length > index) { + value = O[index++]; + // eslint-disable-next-line no-self-compare -- NaN check + if (value !== value) return true; + // Array#indexOf ignores holes, Array#includes - not + } else for (;length > index; index++) { + if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0; + } return !IS_INCLUDES && -1; + }; +}; + +module.exports = { + // `Array.prototype.includes` method + // https://tc39.es/ecma262/#sec-array.prototype.includes + includes: createMethod(true), + // `Array.prototype.indexOf` method + // https://tc39.es/ecma262/#sec-array.prototype.indexof + indexOf: createMethod(false) +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-iteration-from-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-iteration-from-last.js new file mode 100644 index 00000000..aa797243 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-iteration-from-last.js @@ -0,0 +1,35 @@ +'use strict'; +var bind = require('../internals/function-bind-context'); +var IndexedObject = require('../internals/indexed-object'); +var toObject = require('../internals/to-object'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); + +// `Array.prototype.{ findLast, findLastIndex }` methods implementation +var createMethod = function (TYPE) { + var IS_FIND_LAST_INDEX = TYPE === 1; + return function ($this, callbackfn, that) { + var O = toObject($this); + var self = IndexedObject(O); + var index = lengthOfArrayLike(self); + var boundFunction = bind(callbackfn, that); + var value, result; + while (index-- > 0) { + value = self[index]; + result = boundFunction(value, index, O); + if (result) switch (TYPE) { + case 0: return value; // findLast + case 1: return index; // findLastIndex + } + } + return IS_FIND_LAST_INDEX ? -1 : undefined; + }; +}; + +module.exports = { + // `Array.prototype.findLast` method + // https://github.com/tc39/proposal-array-find-from-last + findLast: createMethod(0), + // `Array.prototype.findLastIndex` method + // https://github.com/tc39/proposal-array-find-from-last + findLastIndex: createMethod(1) +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-iteration.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-iteration.js new file mode 100644 index 00000000..689c8854 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-iteration.js @@ -0,0 +1,74 @@ +'use strict'; +var bind = require('../internals/function-bind-context'); +var uncurryThis = require('../internals/function-uncurry-this'); +var IndexedObject = require('../internals/indexed-object'); +var toObject = require('../internals/to-object'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var arraySpeciesCreate = require('../internals/array-species-create'); + +var push = uncurryThis([].push); + +// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterReject }` methods implementation +var createMethod = function (TYPE) { + var IS_MAP = TYPE === 1; + var IS_FILTER = TYPE === 2; + var IS_SOME = TYPE === 3; + var IS_EVERY = TYPE === 4; + var IS_FIND_INDEX = TYPE === 6; + var IS_FILTER_REJECT = TYPE === 7; + var NO_HOLES = TYPE === 5 || IS_FIND_INDEX; + return function ($this, callbackfn, that, specificCreate) { + var O = toObject($this); + var self = IndexedObject(O); + var length = lengthOfArrayLike(self); + var boundFunction = bind(callbackfn, that); + var index = 0; + var create = specificCreate || arraySpeciesCreate; + var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_REJECT ? create($this, 0) : undefined; + var value, result; + for (;length > index; index++) if (NO_HOLES || index in self) { + value = self[index]; + result = boundFunction(value, index, O); + if (TYPE) { + if (IS_MAP) target[index] = result; // map + else if (result) switch (TYPE) { + case 3: return true; // some + case 5: return value; // find + case 6: return index; // findIndex + case 2: push(target, value); // filter + } else switch (TYPE) { + case 4: return false; // every + case 7: push(target, value); // filterReject + } + } + } + return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target; + }; +}; + +module.exports = { + // `Array.prototype.forEach` method + // https://tc39.es/ecma262/#sec-array.prototype.foreach + forEach: createMethod(0), + // `Array.prototype.map` method + // https://tc39.es/ecma262/#sec-array.prototype.map + map: createMethod(1), + // `Array.prototype.filter` method + // https://tc39.es/ecma262/#sec-array.prototype.filter + filter: createMethod(2), + // `Array.prototype.some` method + // https://tc39.es/ecma262/#sec-array.prototype.some + some: createMethod(3), + // `Array.prototype.every` method + // https://tc39.es/ecma262/#sec-array.prototype.every + every: createMethod(4), + // `Array.prototype.find` method + // https://tc39.es/ecma262/#sec-array.prototype.find + find: createMethod(5), + // `Array.prototype.findIndex` method + // https://tc39.es/ecma262/#sec-array.prototype.findIndex + findIndex: createMethod(6), + // `Array.prototype.filterReject` method + // https://github.com/tc39/proposal-array-filtering + filterReject: createMethod(7) +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-last-index-of.js new file mode 100644 index 00000000..84eaaa32 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-last-index-of.js @@ -0,0 +1,28 @@ +'use strict'; +/* eslint-disable es/no-array-prototype-lastindexof -- safe */ +var apply = require('../internals/function-apply'); +var toIndexedObject = require('../internals/to-indexed-object'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var arrayMethodIsStrict = require('../internals/array-method-is-strict'); + +var min = Math.min; +var $lastIndexOf = [].lastIndexOf; +var NEGATIVE_ZERO = !!$lastIndexOf && 1 / [1].lastIndexOf(1, -0) < 0; +var STRICT_METHOD = arrayMethodIsStrict('lastIndexOf'); +var FORCED = NEGATIVE_ZERO || !STRICT_METHOD; + +// `Array.prototype.lastIndexOf` method implementation +// https://tc39.es/ecma262/#sec-array.prototype.lastindexof +module.exports = FORCED ? function lastIndexOf(searchElement /* , fromIndex = @[*-1] */) { + // convert -0 to +0 + if (NEGATIVE_ZERO) return apply($lastIndexOf, this, arguments) || 0; + var O = toIndexedObject(this); + var length = lengthOfArrayLike(O); + if (length === 0) return -1; + var index = length - 1; + if (arguments.length > 1) index = min(index, toIntegerOrInfinity(arguments[1])); + if (index < 0) index = length + index; + for (;index >= 0; index--) if (index in O && O[index] === searchElement) return index || 0; + return -1; +} : $lastIndexOf; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-method-has-species-support.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-method-has-species-support.js new file mode 100644 index 00000000..83fafe06 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-method-has-species-support.js @@ -0,0 +1,20 @@ +'use strict'; +var fails = require('../internals/fails'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var V8_VERSION = require('../internals/environment-v8-version'); + +var SPECIES = wellKnownSymbol('species'); + +module.exports = function (METHOD_NAME) { + // We can't use this feature detection in V8 since it causes + // deoptimization and serious performance degradation + // https://github.com/zloirock/core-js/issues/677 + return V8_VERSION >= 51 || !fails(function () { + var array = []; + var constructor = array.constructor = {}; + constructor[SPECIES] = function () { + return { foo: 1 }; + }; + return array[METHOD_NAME](Boolean).foo !== 1; + }); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-method-is-strict.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-method-is-strict.js new file mode 100644 index 00000000..8259c2fd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-method-is-strict.js @@ -0,0 +1,10 @@ +'use strict'; +var fails = require('../internals/fails'); + +module.exports = function (METHOD_NAME, argument) { + var method = [][METHOD_NAME]; + return !!method && fails(function () { + // eslint-disable-next-line no-useless-call -- required for testing + method.call(null, argument || function () { return 1; }, 1); + }); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-reduce.js new file mode 100644 index 00000000..0c6b6896 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-reduce.js @@ -0,0 +1,46 @@ +'use strict'; +var aCallable = require('../internals/a-callable'); +var toObject = require('../internals/to-object'); +var IndexedObject = require('../internals/indexed-object'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); + +var $TypeError = TypeError; + +var REDUCE_EMPTY = 'Reduce of empty array with no initial value'; + +// `Array.prototype.{ reduce, reduceRight }` methods implementation +var createMethod = function (IS_RIGHT) { + return function (that, callbackfn, argumentsLength, memo) { + var O = toObject(that); + var self = IndexedObject(O); + var length = lengthOfArrayLike(O); + aCallable(callbackfn); + if (length === 0 && argumentsLength < 2) throw new $TypeError(REDUCE_EMPTY); + var index = IS_RIGHT ? length - 1 : 0; + var i = IS_RIGHT ? -1 : 1; + if (argumentsLength < 2) while (true) { + if (index in self) { + memo = self[index]; + index += i; + break; + } + index += i; + if (IS_RIGHT ? index < 0 : length <= index) { + throw new $TypeError(REDUCE_EMPTY); + } + } + for (;IS_RIGHT ? index >= 0 : length > index; index += i) if (index in self) { + memo = callbackfn(memo, self[index], index, O); + } + return memo; + }; +}; + +module.exports = { + // `Array.prototype.reduce` method + // https://tc39.es/ecma262/#sec-array.prototype.reduce + left: createMethod(false), + // `Array.prototype.reduceRight` method + // https://tc39.es/ecma262/#sec-array.prototype.reduceright + right: createMethod(true) +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-set-length.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-set-length.js new file mode 100644 index 00000000..53242802 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-set-length.js @@ -0,0 +1,27 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var isArray = require('../internals/is-array'); + +var $TypeError = TypeError; +// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe +var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; + +// Safari < 13 does not throw an error in this case +var SILENT_ON_NON_WRITABLE_LENGTH_SET = DESCRIPTORS && !function () { + // makes no sense without proper strict mode support + if (this !== undefined) return true; + try { + // eslint-disable-next-line es/no-object-defineproperty -- safe + Object.defineProperty([], 'length', { writable: false }).length = 1; + } catch (error) { + return error instanceof TypeError; + } +}(); + +module.exports = SILENT_ON_NON_WRITABLE_LENGTH_SET ? function (O, length) { + if (isArray(O) && !getOwnPropertyDescriptor(O, 'length').writable) { + throw new $TypeError('Cannot set read only .length'); + } return O.length = length; +} : function (O, length) { + return O.length = length; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-slice.js new file mode 100644 index 00000000..b18786f6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-slice.js @@ -0,0 +1,4 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); + +module.exports = uncurryThis([].slice); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-sort.js new file mode 100644 index 00000000..c12faf1c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-sort.js @@ -0,0 +1,42 @@ +'use strict'; +var arraySlice = require('../internals/array-slice'); + +var floor = Math.floor; + +var sort = function (array, comparefn) { + var length = array.length; + + if (length < 8) { + // insertion sort + var i = 1; + var element, j; + + while (i < length) { + j = i; + element = array[i]; + while (j && comparefn(array[j - 1], element) > 0) { + array[j] = array[--j]; + } + if (j !== i++) array[j] = element; + } + } else { + // merge sort + var middle = floor(length / 2); + var left = sort(arraySlice(array, 0, middle), comparefn); + var right = sort(arraySlice(array, middle), comparefn); + var llength = left.length; + var rlength = right.length; + var lindex = 0; + var rindex = 0; + + while (lindex < llength || rindex < rlength) { + array[lindex + rindex] = (lindex < llength && rindex < rlength) + ? comparefn(left[lindex], right[rindex]) <= 0 ? left[lindex++] : right[rindex++] + : lindex < llength ? left[lindex++] : right[rindex++]; + } + } + + return array; +}; + +module.exports = sort; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-species-constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-species-constructor.js new file mode 100644 index 00000000..db2f18ca --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-species-constructor.js @@ -0,0 +1,23 @@ +'use strict'; +var isArray = require('../internals/is-array'); +var isConstructor = require('../internals/is-constructor'); +var isObject = require('../internals/is-object'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var SPECIES = wellKnownSymbol('species'); +var $Array = Array; + +// a part of `ArraySpeciesCreate` abstract operation +// https://tc39.es/ecma262/#sec-arrayspeciescreate +module.exports = function (originalArray) { + var C; + if (isArray(originalArray)) { + C = originalArray.constructor; + // cross-realm fallback + if (isConstructor(C) && (C === $Array || isArray(C.prototype))) C = undefined; + else if (isObject(C)) { + C = C[SPECIES]; + if (C === null) C = undefined; + } + } return C === undefined ? $Array : C; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-species-create.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-species-create.js new file mode 100644 index 00000000..35d02914 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-species-create.js @@ -0,0 +1,8 @@ +'use strict'; +var arraySpeciesConstructor = require('../internals/array-species-constructor'); + +// `ArraySpeciesCreate` abstract operation +// https://tc39.es/ecma262/#sec-arrayspeciescreate +module.exports = function (originalArray, length) { + return new (arraySpeciesConstructor(originalArray))(length === 0 ? 0 : length); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-to-reversed.js new file mode 100644 index 00000000..0a1e9c73 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-to-reversed.js @@ -0,0 +1,12 @@ +'use strict'; +var lengthOfArrayLike = require('../internals/length-of-array-like'); + +// https://tc39.es/proposal-change-array-by-copy/#sec-array.prototype.toReversed +// https://tc39.es/proposal-change-array-by-copy/#sec-%typedarray%.prototype.toReversed +module.exports = function (O, C) { + var len = lengthOfArrayLike(O); + var A = new C(len); + var k = 0; + for (; k < len; k++) A[k] = O[len - k - 1]; + return A; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-unique-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-unique-by.js new file mode 100644 index 00000000..42f24253 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-unique-by.js @@ -0,0 +1,35 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var aCallable = require('../internals/a-callable'); +var isNullOrUndefined = require('../internals/is-null-or-undefined'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var toObject = require('../internals/to-object'); +var MapHelpers = require('../internals/map-helpers'); +var iterate = require('../internals/map-iterate'); + +var Map = MapHelpers.Map; +var mapHas = MapHelpers.has; +var mapSet = MapHelpers.set; +var push = uncurryThis([].push); + +// `Array.prototype.uniqueBy` method +// https://github.com/tc39/proposal-array-unique +module.exports = function uniqueBy(resolver) { + var that = toObject(this); + var length = lengthOfArrayLike(that); + var result = []; + var map = new Map(); + var resolverFunction = !isNullOrUndefined(resolver) ? aCallable(resolver) : function (value) { + return value; + }; + var index, item, key; + for (index = 0; index < length; index++) { + item = that[index]; + key = resolverFunction(item); + if (!mapHas(map, key)) mapSet(map, key, item); + } + iterate(map, function (value) { + push(result, value); + }); + return result; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-with.js new file mode 100644 index 00000000..e4a825e1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/array-with.js @@ -0,0 +1,18 @@ +'use strict'; +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); + +var $RangeError = RangeError; + +// https://tc39.es/proposal-change-array-by-copy/#sec-array.prototype.with +// https://tc39.es/proposal-change-array-by-copy/#sec-%typedarray%.prototype.with +module.exports = function (O, C, index, value) { + var len = lengthOfArrayLike(O); + var relativeIndex = toIntegerOrInfinity(index); + var actualIndex = relativeIndex < 0 ? len + relativeIndex : relativeIndex; + if (actualIndex >= len || actualIndex < 0) throw new $RangeError('Incorrect index'); + var A = new C(len); + var k = 0; + for (; k < len; k++) A[k] = k === actualIndex ? value : O[k]; + return A; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-from-sync-iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-from-sync-iterator.js new file mode 100644 index 00000000..b4ab0179 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-from-sync-iterator.js @@ -0,0 +1,49 @@ +'use strict'; +var call = require('../internals/function-call'); +var anObject = require('../internals/an-object'); +var create = require('../internals/object-create'); +var getMethod = require('../internals/get-method'); +var defineBuiltIns = require('../internals/define-built-ins'); +var InternalStateModule = require('../internals/internal-state'); +var getBuiltIn = require('../internals/get-built-in'); +var AsyncIteratorPrototype = require('../internals/async-iterator-prototype'); +var createIterResultObject = require('../internals/create-iter-result-object'); + +var Promise = getBuiltIn('Promise'); + +var ASYNC_FROM_SYNC_ITERATOR = 'AsyncFromSyncIterator'; +var setInternalState = InternalStateModule.set; +var getInternalState = InternalStateModule.getterFor(ASYNC_FROM_SYNC_ITERATOR); + +var asyncFromSyncIteratorContinuation = function (result, resolve, reject) { + var done = result.done; + Promise.resolve(result.value).then(function (value) { + resolve(createIterResultObject(value, done)); + }, reject); +}; + +var AsyncFromSyncIterator = function AsyncIterator(iteratorRecord) { + iteratorRecord.type = ASYNC_FROM_SYNC_ITERATOR; + setInternalState(this, iteratorRecord); +}; + +AsyncFromSyncIterator.prototype = defineBuiltIns(create(AsyncIteratorPrototype), { + next: function next() { + var state = getInternalState(this); + return new Promise(function (resolve, reject) { + var result = anObject(call(state.next, state.iterator)); + asyncFromSyncIteratorContinuation(result, resolve, reject); + }); + }, + 'return': function () { + var iterator = getInternalState(this).iterator; + return new Promise(function (resolve, reject) { + var $return = getMethod(iterator, 'return'); + if ($return === undefined) return resolve(createIterResultObject(undefined, true)); + var result = anObject(call($return, iterator)); + asyncFromSyncIteratorContinuation(result, resolve, reject); + }); + } +}); + +module.exports = AsyncFromSyncIterator; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-close.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-close.js new file mode 100644 index 00000000..30cc91ab --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-close.js @@ -0,0 +1,19 @@ +'use strict'; +var call = require('../internals/function-call'); +var getBuiltIn = require('../internals/get-built-in'); +var getMethod = require('../internals/get-method'); + +module.exports = function (iterator, method, argument, reject) { + try { + var returnMethod = getMethod(iterator, 'return'); + if (returnMethod) { + return getBuiltIn('Promise').resolve(call(returnMethod, iterator)).then(function () { + method(argument); + }, function (error) { + reject(error); + }); + } + } catch (error2) { + return reject(error2); + } method(argument); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-create-proxy.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-create-proxy.js new file mode 100644 index 00000000..12f7c2d7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-create-proxy.js @@ -0,0 +1,105 @@ +'use strict'; +var call = require('../internals/function-call'); +var perform = require('../internals/perform'); +var anObject = require('../internals/an-object'); +var create = require('../internals/object-create'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var defineBuiltIns = require('../internals/define-built-ins'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var InternalStateModule = require('../internals/internal-state'); +var getBuiltIn = require('../internals/get-built-in'); +var getMethod = require('../internals/get-method'); +var AsyncIteratorPrototype = require('../internals/async-iterator-prototype'); +var createIterResultObject = require('../internals/create-iter-result-object'); +var iteratorClose = require('../internals/iterator-close'); + +var Promise = getBuiltIn('Promise'); + +var TO_STRING_TAG = wellKnownSymbol('toStringTag'); +var ASYNC_ITERATOR_HELPER = 'AsyncIteratorHelper'; +var WRAP_FOR_VALID_ASYNC_ITERATOR = 'WrapForValidAsyncIterator'; +var setInternalState = InternalStateModule.set; + +var createAsyncIteratorProxyPrototype = function (IS_ITERATOR) { + var IS_GENERATOR = !IS_ITERATOR; + var getInternalState = InternalStateModule.getterFor(IS_ITERATOR ? WRAP_FOR_VALID_ASYNC_ITERATOR : ASYNC_ITERATOR_HELPER); + + var getStateOrEarlyExit = function (that) { + var stateCompletion = perform(function () { + return getInternalState(that); + }); + + var stateError = stateCompletion.error; + var state = stateCompletion.value; + + if (stateError || (IS_GENERATOR && state.done)) { + return { exit: true, value: stateError ? Promise.reject(state) : Promise.resolve(createIterResultObject(undefined, true)) }; + } return { exit: false, value: state }; + }; + + return defineBuiltIns(create(AsyncIteratorPrototype), { + next: function next() { + var stateCompletion = getStateOrEarlyExit(this); + var state = stateCompletion.value; + if (stateCompletion.exit) return state; + var handlerCompletion = perform(function () { + return anObject(state.nextHandler(Promise)); + }); + var handlerError = handlerCompletion.error; + var value = handlerCompletion.value; + if (handlerError) state.done = true; + return handlerError ? Promise.reject(value) : Promise.resolve(value); + }, + 'return': function () { + var stateCompletion = getStateOrEarlyExit(this); + var state = stateCompletion.value; + if (stateCompletion.exit) return state; + state.done = true; + var iterator = state.iterator; + var returnMethod, result; + var completion = perform(function () { + if (state.inner) try { + iteratorClose(state.inner.iterator, 'normal'); + } catch (error) { + return iteratorClose(iterator, 'throw', error); + } + return getMethod(iterator, 'return'); + }); + returnMethod = result = completion.value; + if (completion.error) return Promise.reject(result); + if (returnMethod === undefined) return Promise.resolve(createIterResultObject(undefined, true)); + completion = perform(function () { + return call(returnMethod, iterator); + }); + result = completion.value; + if (completion.error) return Promise.reject(result); + return IS_ITERATOR ? Promise.resolve(result) : Promise.resolve(result).then(function (resolved) { + anObject(resolved); + return createIterResultObject(undefined, true); + }); + } + }); +}; + +var WrapForValidAsyncIteratorPrototype = createAsyncIteratorProxyPrototype(true); +var AsyncIteratorHelperPrototype = createAsyncIteratorProxyPrototype(false); + +createNonEnumerableProperty(AsyncIteratorHelperPrototype, TO_STRING_TAG, 'Async Iterator Helper'); + +module.exports = function (nextHandler, IS_ITERATOR) { + var AsyncIteratorProxy = function AsyncIterator(record, state) { + if (state) { + state.iterator = record.iterator; + state.next = record.next; + } else state = record; + state.type = IS_ITERATOR ? WRAP_FOR_VALID_ASYNC_ITERATOR : ASYNC_ITERATOR_HELPER; + state.nextHandler = nextHandler; + state.counter = 0; + state.done = false; + setInternalState(this, state); + }; + + AsyncIteratorProxy.prototype = IS_ITERATOR ? WrapForValidAsyncIteratorPrototype : AsyncIteratorHelperPrototype; + + return AsyncIteratorProxy; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-indexed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-indexed.js new file mode 100644 index 00000000..8ed66716 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-indexed.js @@ -0,0 +1,13 @@ +'use strict'; +var call = require('../internals/function-call'); +var map = require('../internals/async-iterator-map'); + +var callback = function (value, counter) { + return [counter, value]; +}; + +// `AsyncIterator.prototype.indexed` method +// https://github.com/tc39/proposal-iterator-helpers +module.exports = function indexed() { + return call(map, this, callback); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-iteration.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-iteration.js new file mode 100644 index 00000000..684c0bf8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-iteration.js @@ -0,0 +1,90 @@ +'use strict'; +// https://github.com/tc39/proposal-iterator-helpers +// https://github.com/tc39/proposal-array-from-async +var call = require('../internals/function-call'); +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var isObject = require('../internals/is-object'); +var doesNotExceedSafeInteger = require('../internals/does-not-exceed-safe-integer'); +var getBuiltIn = require('../internals/get-built-in'); +var getIteratorDirect = require('../internals/get-iterator-direct'); +var closeAsyncIteration = require('../internals/async-iterator-close'); + +var createMethod = function (TYPE) { + var IS_TO_ARRAY = TYPE === 0; + var IS_FOR_EACH = TYPE === 1; + var IS_EVERY = TYPE === 2; + var IS_SOME = TYPE === 3; + return function (object, fn, target) { + anObject(object); + var MAPPING = fn !== undefined; + if (MAPPING || !IS_TO_ARRAY) aCallable(fn); + var record = getIteratorDirect(object); + var Promise = getBuiltIn('Promise'); + var iterator = record.iterator; + var next = record.next; + var counter = 0; + + return new Promise(function (resolve, reject) { + var ifAbruptCloseAsyncIterator = function (error) { + closeAsyncIteration(iterator, reject, error, reject); + }; + + var loop = function () { + try { + if (MAPPING) try { + doesNotExceedSafeInteger(counter); + } catch (error5) { ifAbruptCloseAsyncIterator(error5); } + Promise.resolve(anObject(call(next, iterator))).then(function (step) { + try { + if (anObject(step).done) { + if (IS_TO_ARRAY) { + target.length = counter; + resolve(target); + } else resolve(IS_SOME ? false : IS_EVERY || undefined); + } else { + var value = step.value; + try { + if (MAPPING) { + var result = fn(value, counter); + + var handler = function ($result) { + if (IS_FOR_EACH) { + loop(); + } else if (IS_EVERY) { + $result ? loop() : closeAsyncIteration(iterator, resolve, false, reject); + } else if (IS_TO_ARRAY) { + try { + target[counter++] = $result; + loop(); + } catch (error4) { ifAbruptCloseAsyncIterator(error4); } + } else { + $result ? closeAsyncIteration(iterator, resolve, IS_SOME || value, reject) : loop(); + } + }; + + if (isObject(result)) Promise.resolve(result).then(handler, ifAbruptCloseAsyncIterator); + else handler(result); + } else { + target[counter++] = value; + loop(); + } + } catch (error3) { ifAbruptCloseAsyncIterator(error3); } + } + } catch (error2) { reject(error2); } + }, reject); + } catch (error) { reject(error); } + }; + + loop(); + }); + }; +}; + +module.exports = { + toArray: createMethod(0), + forEach: createMethod(1), + every: createMethod(2), + some: createMethod(3), + find: createMethod(4) +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-map.js new file mode 100644 index 00000000..6e333f95 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-map.js @@ -0,0 +1,57 @@ +'use strict'; +var call = require('../internals/function-call'); +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var isObject = require('../internals/is-object'); +var getIteratorDirect = require('../internals/get-iterator-direct'); +var createAsyncIteratorProxy = require('../internals/async-iterator-create-proxy'); +var createIterResultObject = require('../internals/create-iter-result-object'); +var closeAsyncIteration = require('../internals/async-iterator-close'); + +var AsyncIteratorProxy = createAsyncIteratorProxy(function (Promise) { + var state = this; + var iterator = state.iterator; + var mapper = state.mapper; + + return new Promise(function (resolve, reject) { + var doneAndReject = function (error) { + state.done = true; + reject(error); + }; + + var ifAbruptCloseAsyncIterator = function (error) { + closeAsyncIteration(iterator, doneAndReject, error, doneAndReject); + }; + + Promise.resolve(anObject(call(state.next, iterator))).then(function (step) { + try { + if (anObject(step).done) { + state.done = true; + resolve(createIterResultObject(undefined, true)); + } else { + var value = step.value; + try { + var result = mapper(value, state.counter++); + + var handler = function (mapped) { + resolve(createIterResultObject(mapped, false)); + }; + + if (isObject(result)) Promise.resolve(result).then(handler, ifAbruptCloseAsyncIterator); + else handler(result); + } catch (error2) { ifAbruptCloseAsyncIterator(error2); } + } + } catch (error) { doneAndReject(error); } + }, doneAndReject); + }); +}); + +// `AsyncIterator.prototype.map` method +// https://github.com/tc39/proposal-iterator-helpers +module.exports = function map(mapper) { + anObject(this); + aCallable(mapper); + return new AsyncIteratorProxy(getIteratorDirect(this), { + mapper: mapper + }); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-prototype.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-prototype.js new file mode 100644 index 00000000..1fed1354 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-prototype.js @@ -0,0 +1,38 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var shared = require('../internals/shared-store'); +var isCallable = require('../internals/is-callable'); +var create = require('../internals/object-create'); +var getPrototypeOf = require('../internals/object-get-prototype-of'); +var defineBuiltIn = require('../internals/define-built-in'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var IS_PURE = require('../internals/is-pure'); + +var USE_FUNCTION_CONSTRUCTOR = 'USE_FUNCTION_CONSTRUCTOR'; +var ASYNC_ITERATOR = wellKnownSymbol('asyncIterator'); +var AsyncIterator = globalThis.AsyncIterator; +var PassedAsyncIteratorPrototype = shared.AsyncIteratorPrototype; +var AsyncIteratorPrototype, prototype; + +if (PassedAsyncIteratorPrototype) { + AsyncIteratorPrototype = PassedAsyncIteratorPrototype; +} else if (isCallable(AsyncIterator)) { + AsyncIteratorPrototype = AsyncIterator.prototype; +} else if (shared[USE_FUNCTION_CONSTRUCTOR] || globalThis[USE_FUNCTION_CONSTRUCTOR]) { + try { + // eslint-disable-next-line no-new-func -- we have no alternatives without usage of modern syntax + prototype = getPrototypeOf(getPrototypeOf(getPrototypeOf(Function('return async function*(){}()')()))); + if (getPrototypeOf(prototype) === Object.prototype) AsyncIteratorPrototype = prototype; + } catch (error) { /* empty */ } +} + +if (!AsyncIteratorPrototype) AsyncIteratorPrototype = {}; +else if (IS_PURE) AsyncIteratorPrototype = create(AsyncIteratorPrototype); + +if (!isCallable(AsyncIteratorPrototype[ASYNC_ITERATOR])) { + defineBuiltIn(AsyncIteratorPrototype, ASYNC_ITERATOR, function () { + return this; + }); +} + +module.exports = AsyncIteratorPrototype; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-wrap.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-wrap.js new file mode 100644 index 00000000..58363167 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/async-iterator-wrap.js @@ -0,0 +1,7 @@ +'use strict'; +var call = require('../internals/function-call'); +var createAsyncIteratorProxy = require('../internals/async-iterator-create-proxy'); + +module.exports = createAsyncIteratorProxy(function () { + return call(this.next, this.iterator); +}, true); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/base64-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/base64-map.js new file mode 100644 index 00000000..2bda13a7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/base64-map.js @@ -0,0 +1,19 @@ +'use strict'; +var commonAlphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; +var base64Alphabet = commonAlphabet + '+/'; +var base64UrlAlphabet = commonAlphabet + '-_'; + +var inverse = function (characters) { + // TODO: use `Object.create(null)` in `core-js@4` + var result = {}; + var index = 0; + for (; index < 64; index++) result[characters.charAt(index)] = index; + return result; +}; + +module.exports = { + i2c: base64Alphabet, + c2i: inverse(base64Alphabet), + i2cUrl: base64UrlAlphabet, + c2iUrl: inverse(base64UrlAlphabet) +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/call-with-safe-iteration-closing.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/call-with-safe-iteration-closing.js new file mode 100644 index 00000000..b468c8f7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/call-with-safe-iteration-closing.js @@ -0,0 +1,12 @@ +'use strict'; +var anObject = require('../internals/an-object'); +var iteratorClose = require('../internals/iterator-close'); + +// call something on iterator step with safe closing on error +module.exports = function (iterator, fn, value, ENTRIES) { + try { + return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value); + } catch (error) { + iteratorClose(iterator, 'throw', error); + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/caller.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/caller.js new file mode 100644 index 00000000..c37987e6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/caller.js @@ -0,0 +1,8 @@ +'use strict'; +module.exports = function (methodName, numArgs) { + return numArgs === 1 ? function (object, arg) { + return object[methodName](arg); + } : function (object, arg1, arg2) { + return object[methodName](arg1, arg2); + }; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/check-correctness-of-iteration.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/check-correctness-of-iteration.js new file mode 100644 index 00000000..ee9f0922 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/check-correctness-of-iteration.js @@ -0,0 +1,41 @@ +'use strict'; +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var ITERATOR = wellKnownSymbol('iterator'); +var SAFE_CLOSING = false; + +try { + var called = 0; + var iteratorWithReturn = { + next: function () { + return { done: !!called++ }; + }, + 'return': function () { + SAFE_CLOSING = true; + } + }; + iteratorWithReturn[ITERATOR] = function () { + return this; + }; + // eslint-disable-next-line es/no-array-from, no-throw-literal -- required for testing + Array.from(iteratorWithReturn, function () { throw 2; }); +} catch (error) { /* empty */ } + +module.exports = function (exec, SKIP_CLOSING) { + try { + if (!SKIP_CLOSING && !SAFE_CLOSING) return false; + } catch (error) { return false; } // workaround of old WebKit + `eval` bug + var ITERATION_SUPPORT = false; + try { + var object = {}; + object[ITERATOR] = function () { + return { + next: function () { + return { done: ITERATION_SUPPORT = true }; + } + }; + }; + exec(object); + } catch (error) { /* empty */ } + return ITERATION_SUPPORT; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/classof-raw.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/classof-raw.js new file mode 100644 index 00000000..3c3d4303 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/classof-raw.js @@ -0,0 +1,9 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); + +var toString = uncurryThis({}.toString); +var stringSlice = uncurryThis(''.slice); + +module.exports = function (it) { + return stringSlice(toString(it), 8, -1); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/classof.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/classof.js new file mode 100644 index 00000000..8c0fae6a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/classof.js @@ -0,0 +1,30 @@ +'use strict'; +var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support'); +var isCallable = require('../internals/is-callable'); +var classofRaw = require('../internals/classof-raw'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var TO_STRING_TAG = wellKnownSymbol('toStringTag'); +var $Object = Object; + +// ES3 wrong here +var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) === 'Arguments'; + +// fallback for IE11 Script Access Denied error +var tryGet = function (it, key) { + try { + return it[key]; + } catch (error) { /* empty */ } +}; + +// getting tag from ES6+ `Object.prototype.toString` +module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) { + var O, tag, result; + return it === undefined ? 'Undefined' : it === null ? 'Null' + // @@toStringTag case + : typeof (tag = tryGet(O = $Object(it), TO_STRING_TAG)) == 'string' ? tag + // builtinTag case + : CORRECT_ARGUMENTS ? classofRaw(O) + // ES3 arguments fallback + : (result = classofRaw(O)) === 'Object' && isCallable(O.callee) ? 'Arguments' : result; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection-from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection-from.js new file mode 100644 index 00000000..06d7f989 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection-from.js @@ -0,0 +1,24 @@ +'use strict'; +// https://tc39.github.io/proposal-setmap-offrom/ +var bind = require('../internals/function-bind-context'); +var anObject = require('../internals/an-object'); +var toObject = require('../internals/to-object'); +var iterate = require('../internals/iterate'); + +module.exports = function (C, adder, ENTRY) { + return function from(source /* , mapFn, thisArg */) { + var O = toObject(source); + var length = arguments.length; + var mapFn = length > 1 ? arguments[1] : undefined; + var mapping = mapFn !== undefined; + var boundFunction = mapping ? bind(mapFn, length > 2 ? arguments[2] : undefined) : undefined; + var result = new C(); + var n = 0; + iterate(O, function (nextItem) { + var entry = mapping ? boundFunction(nextItem, n++) : nextItem; + if (ENTRY) adder(result, anObject(entry)[0], entry[1]); + else adder(result, entry); + }); + return result; + }; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection-of.js new file mode 100644 index 00000000..b23f18b1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection-of.js @@ -0,0 +1,15 @@ +'use strict'; +var anObject = require('../internals/an-object'); + +// https://tc39.github.io/proposal-setmap-offrom/ +module.exports = function (C, adder, ENTRY) { + return function of() { + var result = new C(); + var length = arguments.length; + for (var index = 0; index < length; index++) { + var entry = arguments[index]; + if (ENTRY) adder(result, anObject(entry)[0], entry[1]); + else adder(result, entry); + } return result; + }; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection-strong.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection-strong.js new file mode 100644 index 00000000..cea1107e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection-strong.js @@ -0,0 +1,206 @@ +'use strict'; +var create = require('../internals/object-create'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var defineBuiltIns = require('../internals/define-built-ins'); +var bind = require('../internals/function-bind-context'); +var anInstance = require('../internals/an-instance'); +var isNullOrUndefined = require('../internals/is-null-or-undefined'); +var iterate = require('../internals/iterate'); +var defineIterator = require('../internals/iterator-define'); +var createIterResultObject = require('../internals/create-iter-result-object'); +var setSpecies = require('../internals/set-species'); +var DESCRIPTORS = require('../internals/descriptors'); +var fastKey = require('../internals/internal-metadata').fastKey; +var InternalStateModule = require('../internals/internal-state'); + +var setInternalState = InternalStateModule.set; +var internalStateGetterFor = InternalStateModule.getterFor; + +module.exports = { + getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) { + var Constructor = wrapper(function (that, iterable) { + anInstance(that, Prototype); + setInternalState(that, { + type: CONSTRUCTOR_NAME, + index: create(null), + first: null, + last: null, + size: 0 + }); + if (!DESCRIPTORS) that.size = 0; + if (!isNullOrUndefined(iterable)) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP }); + }); + + var Prototype = Constructor.prototype; + + var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME); + + var define = function (that, key, value) { + var state = getInternalState(that); + var entry = getEntry(that, key); + var previous, index; + // change existing entry + if (entry) { + entry.value = value; + // create new entry + } else { + state.last = entry = { + index: index = fastKey(key, true), + key: key, + value: value, + previous: previous = state.last, + next: null, + removed: false + }; + if (!state.first) state.first = entry; + if (previous) previous.next = entry; + if (DESCRIPTORS) state.size++; + else that.size++; + // add to index + if (index !== 'F') state.index[index] = entry; + } return that; + }; + + var getEntry = function (that, key) { + var state = getInternalState(that); + // fast case + var index = fastKey(key); + var entry; + if (index !== 'F') return state.index[index]; + // frozen object case + for (entry = state.first; entry; entry = entry.next) { + if (entry.key === key) return entry; + } + }; + + defineBuiltIns(Prototype, { + // `{ Map, Set }.prototype.clear()` methods + // https://tc39.es/ecma262/#sec-map.prototype.clear + // https://tc39.es/ecma262/#sec-set.prototype.clear + clear: function clear() { + var that = this; + var state = getInternalState(that); + var entry = state.first; + while (entry) { + entry.removed = true; + if (entry.previous) entry.previous = entry.previous.next = null; + entry = entry.next; + } + state.first = state.last = null; + state.index = create(null); + if (DESCRIPTORS) state.size = 0; + else that.size = 0; + }, + // `{ Map, Set }.prototype.delete(key)` methods + // https://tc39.es/ecma262/#sec-map.prototype.delete + // https://tc39.es/ecma262/#sec-set.prototype.delete + 'delete': function (key) { + var that = this; + var state = getInternalState(that); + var entry = getEntry(that, key); + if (entry) { + var next = entry.next; + var prev = entry.previous; + delete state.index[entry.index]; + entry.removed = true; + if (prev) prev.next = next; + if (next) next.previous = prev; + if (state.first === entry) state.first = next; + if (state.last === entry) state.last = prev; + if (DESCRIPTORS) state.size--; + else that.size--; + } return !!entry; + }, + // `{ Map, Set }.prototype.forEach(callbackfn, thisArg = undefined)` methods + // https://tc39.es/ecma262/#sec-map.prototype.foreach + // https://tc39.es/ecma262/#sec-set.prototype.foreach + forEach: function forEach(callbackfn /* , that = undefined */) { + var state = getInternalState(this); + var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined); + var entry; + while (entry = entry ? entry.next : state.first) { + boundFunction(entry.value, entry.key, this); + // revert to the last existing entry + while (entry && entry.removed) entry = entry.previous; + } + }, + // `{ Map, Set}.prototype.has(key)` methods + // https://tc39.es/ecma262/#sec-map.prototype.has + // https://tc39.es/ecma262/#sec-set.prototype.has + has: function has(key) { + return !!getEntry(this, key); + } + }); + + defineBuiltIns(Prototype, IS_MAP ? { + // `Map.prototype.get(key)` method + // https://tc39.es/ecma262/#sec-map.prototype.get + get: function get(key) { + var entry = getEntry(this, key); + return entry && entry.value; + }, + // `Map.prototype.set(key, value)` method + // https://tc39.es/ecma262/#sec-map.prototype.set + set: function set(key, value) { + return define(this, key === 0 ? 0 : key, value); + } + } : { + // `Set.prototype.add(value)` method + // https://tc39.es/ecma262/#sec-set.prototype.add + add: function add(value) { + return define(this, value = value === 0 ? 0 : value, value); + } + }); + if (DESCRIPTORS) defineBuiltInAccessor(Prototype, 'size', { + configurable: true, + get: function () { + return getInternalState(this).size; + } + }); + return Constructor; + }, + setStrong: function (Constructor, CONSTRUCTOR_NAME, IS_MAP) { + var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator'; + var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME); + var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME); + // `{ Map, Set }.prototype.{ keys, values, entries, @@iterator }()` methods + // https://tc39.es/ecma262/#sec-map.prototype.entries + // https://tc39.es/ecma262/#sec-map.prototype.keys + // https://tc39.es/ecma262/#sec-map.prototype.values + // https://tc39.es/ecma262/#sec-map.prototype-@@iterator + // https://tc39.es/ecma262/#sec-set.prototype.entries + // https://tc39.es/ecma262/#sec-set.prototype.keys + // https://tc39.es/ecma262/#sec-set.prototype.values + // https://tc39.es/ecma262/#sec-set.prototype-@@iterator + defineIterator(Constructor, CONSTRUCTOR_NAME, function (iterated, kind) { + setInternalState(this, { + type: ITERATOR_NAME, + target: iterated, + state: getInternalCollectionState(iterated), + kind: kind, + last: null + }); + }, function () { + var state = getInternalIteratorState(this); + var kind = state.kind; + var entry = state.last; + // revert to the last existing entry + while (entry && entry.removed) entry = entry.previous; + // get next entry + if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) { + // or finish the iteration + state.target = null; + return createIterResultObject(undefined, true); + } + // return step by kind + if (kind === 'keys') return createIterResultObject(entry.key, false); + if (kind === 'values') return createIterResultObject(entry.value, false); + return createIterResultObject([entry.key, entry.value], false); + }, IS_MAP ? 'entries' : 'values', !IS_MAP, true); + + // `{ Map, Set }.prototype[@@species]` accessors + // https://tc39.es/ecma262/#sec-get-map-@@species + // https://tc39.es/ecma262/#sec-get-set-@@species + setSpecies(CONSTRUCTOR_NAME); + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection-weak.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection-weak.js new file mode 100644 index 00000000..d13b7bc9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection-weak.js @@ -0,0 +1,131 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var defineBuiltIns = require('../internals/define-built-ins'); +var getWeakData = require('../internals/internal-metadata').getWeakData; +var anInstance = require('../internals/an-instance'); +var anObject = require('../internals/an-object'); +var isNullOrUndefined = require('../internals/is-null-or-undefined'); +var isObject = require('../internals/is-object'); +var iterate = require('../internals/iterate'); +var ArrayIterationModule = require('../internals/array-iteration'); +var hasOwn = require('../internals/has-own-property'); +var InternalStateModule = require('../internals/internal-state'); + +var setInternalState = InternalStateModule.set; +var internalStateGetterFor = InternalStateModule.getterFor; +var find = ArrayIterationModule.find; +var findIndex = ArrayIterationModule.findIndex; +var splice = uncurryThis([].splice); +var id = 0; + +// fallback for uncaught frozen keys +var uncaughtFrozenStore = function (state) { + return state.frozen || (state.frozen = new UncaughtFrozenStore()); +}; + +var UncaughtFrozenStore = function () { + this.entries = []; +}; + +var findUncaughtFrozen = function (store, key) { + return find(store.entries, function (it) { + return it[0] === key; + }); +}; + +UncaughtFrozenStore.prototype = { + get: function (key) { + var entry = findUncaughtFrozen(this, key); + if (entry) return entry[1]; + }, + has: function (key) { + return !!findUncaughtFrozen(this, key); + }, + set: function (key, value) { + var entry = findUncaughtFrozen(this, key); + if (entry) entry[1] = value; + else this.entries.push([key, value]); + }, + 'delete': function (key) { + var index = findIndex(this.entries, function (it) { + return it[0] === key; + }); + if (~index) splice(this.entries, index, 1); + return !!~index; + } +}; + +module.exports = { + getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) { + var Constructor = wrapper(function (that, iterable) { + anInstance(that, Prototype); + setInternalState(that, { + type: CONSTRUCTOR_NAME, + id: id++, + frozen: null + }); + if (!isNullOrUndefined(iterable)) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP }); + }); + + var Prototype = Constructor.prototype; + + var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME); + + var define = function (that, key, value) { + var state = getInternalState(that); + var data = getWeakData(anObject(key), true); + if (data === true) uncaughtFrozenStore(state).set(key, value); + else data[state.id] = value; + return that; + }; + + defineBuiltIns(Prototype, { + // `{ WeakMap, WeakSet }.prototype.delete(key)` methods + // https://tc39.es/ecma262/#sec-weakmap.prototype.delete + // https://tc39.es/ecma262/#sec-weakset.prototype.delete + 'delete': function (key) { + var state = getInternalState(this); + if (!isObject(key)) return false; + var data = getWeakData(key); + if (data === true) return uncaughtFrozenStore(state)['delete'](key); + return data && hasOwn(data, state.id) && delete data[state.id]; + }, + // `{ WeakMap, WeakSet }.prototype.has(key)` methods + // https://tc39.es/ecma262/#sec-weakmap.prototype.has + // https://tc39.es/ecma262/#sec-weakset.prototype.has + has: function has(key) { + var state = getInternalState(this); + if (!isObject(key)) return false; + var data = getWeakData(key); + if (data === true) return uncaughtFrozenStore(state).has(key); + return data && hasOwn(data, state.id); + } + }); + + defineBuiltIns(Prototype, IS_MAP ? { + // `WeakMap.prototype.get(key)` method + // https://tc39.es/ecma262/#sec-weakmap.prototype.get + get: function get(key) { + var state = getInternalState(this); + if (isObject(key)) { + var data = getWeakData(key); + if (data === true) return uncaughtFrozenStore(state).get(key); + if (data) return data[state.id]; + } + }, + // `WeakMap.prototype.set(key, value)` method + // https://tc39.es/ecma262/#sec-weakmap.prototype.set + set: function set(key, value) { + return define(this, key, value); + } + } : { + // `WeakSet.prototype.add(value)` method + // https://tc39.es/ecma262/#sec-weakset.prototype.add + add: function add(value) { + return define(this, value, true); + } + }); + + return Constructor; + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection.js new file mode 100644 index 00000000..4961bd76 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/collection.js @@ -0,0 +1,106 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var uncurryThis = require('../internals/function-uncurry-this'); +var isForced = require('../internals/is-forced'); +var defineBuiltIn = require('../internals/define-built-in'); +var InternalMetadataModule = require('../internals/internal-metadata'); +var iterate = require('../internals/iterate'); +var anInstance = require('../internals/an-instance'); +var isCallable = require('../internals/is-callable'); +var isNullOrUndefined = require('../internals/is-null-or-undefined'); +var isObject = require('../internals/is-object'); +var fails = require('../internals/fails'); +var checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration'); +var setToStringTag = require('../internals/set-to-string-tag'); +var inheritIfRequired = require('../internals/inherit-if-required'); + +module.exports = function (CONSTRUCTOR_NAME, wrapper, common) { + var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1; + var IS_WEAK = CONSTRUCTOR_NAME.indexOf('Weak') !== -1; + var ADDER = IS_MAP ? 'set' : 'add'; + var NativeConstructor = globalThis[CONSTRUCTOR_NAME]; + var NativePrototype = NativeConstructor && NativeConstructor.prototype; + var Constructor = NativeConstructor; + var exported = {}; + + var fixMethod = function (KEY) { + var uncurriedNativeMethod = uncurryThis(NativePrototype[KEY]); + defineBuiltIn(NativePrototype, KEY, + KEY === 'add' ? function add(value) { + uncurriedNativeMethod(this, value === 0 ? 0 : value); + return this; + } : KEY === 'delete' ? function (key) { + return IS_WEAK && !isObject(key) ? false : uncurriedNativeMethod(this, key === 0 ? 0 : key); + } : KEY === 'get' ? function get(key) { + return IS_WEAK && !isObject(key) ? undefined : uncurriedNativeMethod(this, key === 0 ? 0 : key); + } : KEY === 'has' ? function has(key) { + return IS_WEAK && !isObject(key) ? false : uncurriedNativeMethod(this, key === 0 ? 0 : key); + } : function set(key, value) { + uncurriedNativeMethod(this, key === 0 ? 0 : key, value); + return this; + } + ); + }; + + var REPLACE = isForced( + CONSTRUCTOR_NAME, + !isCallable(NativeConstructor) || !(IS_WEAK || NativePrototype.forEach && !fails(function () { + new NativeConstructor().entries().next(); + })) + ); + + if (REPLACE) { + // create collection constructor + Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER); + InternalMetadataModule.enable(); + } else if (isForced(CONSTRUCTOR_NAME, true)) { + var instance = new Constructor(); + // early implementations not supports chaining + var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) !== instance; + // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false + var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); }); + // most early implementations doesn't supports iterables, most modern - not close it correctly + // eslint-disable-next-line no-new -- required for testing + var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); }); + // for early implementations -0 and +0 not the same + var BUGGY_ZERO = !IS_WEAK && fails(function () { + // V8 ~ Chromium 42- fails only with 5+ elements + var $instance = new NativeConstructor(); + var index = 5; + while (index--) $instance[ADDER](index, index); + return !$instance.has(-0); + }); + + if (!ACCEPT_ITERABLES) { + Constructor = wrapper(function (dummy, iterable) { + anInstance(dummy, NativePrototype); + var that = inheritIfRequired(new NativeConstructor(), dummy, Constructor); + if (!isNullOrUndefined(iterable)) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP }); + return that; + }); + Constructor.prototype = NativePrototype; + NativePrototype.constructor = Constructor; + } + + if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) { + fixMethod('delete'); + fixMethod('has'); + IS_MAP && fixMethod('get'); + } + + if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER); + + // weak collections should not contains .clear method + if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear; + } + + exported[CONSTRUCTOR_NAME] = Constructor; + $({ global: true, constructor: true, forced: Constructor !== NativeConstructor }, exported); + + setToStringTag(Constructor, CONSTRUCTOR_NAME); + + if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP); + + return Constructor; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/composite-key.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/composite-key.js new file mode 100644 index 00000000..6c44f204 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/composite-key.js @@ -0,0 +1,50 @@ +'use strict'; +// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env` +require('../modules/es.map'); +require('../modules/es.weak-map'); +var getBuiltIn = require('../internals/get-built-in'); +var create = require('../internals/object-create'); +var isObject = require('../internals/is-object'); + +var $Object = Object; +var $TypeError = TypeError; +var Map = getBuiltIn('Map'); +var WeakMap = getBuiltIn('WeakMap'); + +var Node = function () { + // keys + this.object = null; + this.symbol = null; + // child nodes + this.primitives = null; + this.objectsByIndex = create(null); +}; + +Node.prototype.get = function (key, initializer) { + return this[key] || (this[key] = initializer()); +}; + +Node.prototype.next = function (i, it, IS_OBJECT) { + var store = IS_OBJECT + ? this.objectsByIndex[i] || (this.objectsByIndex[i] = new WeakMap()) + : this.primitives || (this.primitives = new Map()); + var entry = store.get(it); + if (!entry) store.set(it, entry = new Node()); + return entry; +}; + +var root = new Node(); + +module.exports = function () { + var active = root; + var length = arguments.length; + var i, it; + // for prevent leaking, start from objects + for (i = 0; i < length; i++) { + if (isObject(it = arguments[i])) active = active.next(i, it, true); + } + if (this === $Object && active === root) throw new $TypeError('Composite keys must contain a non-primitive component'); + for (i = 0; i < length; i++) { + if (!isObject(it = arguments[i])) active = active.next(i, it, false); + } return active; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/copy-constructor-properties.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/copy-constructor-properties.js new file mode 100644 index 00000000..8e73d46f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/copy-constructor-properties.js @@ -0,0 +1,17 @@ +'use strict'; +var hasOwn = require('../internals/has-own-property'); +var ownKeys = require('../internals/own-keys'); +var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor'); +var definePropertyModule = require('../internals/object-define-property'); + +module.exports = function (target, source, exceptions) { + var keys = ownKeys(source); + var defineProperty = definePropertyModule.f; + var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f; + for (var i = 0; i < keys.length; i++) { + var key = keys[i]; + if (!hasOwn(target, key) && !(exceptions && hasOwn(exceptions, key))) { + defineProperty(target, key, getOwnPropertyDescriptor(source, key)); + } + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/correct-is-regexp-logic.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/correct-is-regexp-logic.js new file mode 100644 index 00000000..2eb5233b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/correct-is-regexp-logic.js @@ -0,0 +1,16 @@ +'use strict'; +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var MATCH = wellKnownSymbol('match'); + +module.exports = function (METHOD_NAME) { + var regexp = /./; + try { + '/./'[METHOD_NAME](regexp); + } catch (error1) { + try { + regexp[MATCH] = false; + return '/./'[METHOD_NAME](regexp); + } catch (error2) { /* empty */ } + } return false; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/correct-prototype-getter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/correct-prototype-getter.js new file mode 100644 index 00000000..e14d4af7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/correct-prototype-getter.js @@ -0,0 +1,9 @@ +'use strict'; +var fails = require('../internals/fails'); + +module.exports = !fails(function () { + function F() { /* empty */ } + F.prototype.constructor = null; + // eslint-disable-next-line es/no-object-getprototypeof -- required for testing + return Object.getPrototypeOf(new F()) !== F.prototype; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-html.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-html.js new file mode 100644 index 00000000..650c2a14 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-html.js @@ -0,0 +1,16 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var toString = require('../internals/to-string'); + +var quot = /"/g; +var replace = uncurryThis(''.replace); + +// `CreateHTML` abstract operation +// https://tc39.es/ecma262/#sec-createhtml +module.exports = function (string, tag, attribute, value) { + var S = toString(requireObjectCoercible(string)); + var p1 = '<' + tag; + if (attribute !== '') p1 += ' ' + attribute + '="' + replace(toString(value), quot, '"') + '"'; + return p1 + '>' + S + ''; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-iter-result-object.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-iter-result-object.js new file mode 100644 index 00000000..a05d2d33 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-iter-result-object.js @@ -0,0 +1,6 @@ +'use strict'; +// `CreateIterResultObject` abstract operation +// https://tc39.es/ecma262/#sec-createiterresultobject +module.exports = function (value, done) { + return { value: value, done: done }; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-non-enumerable-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-non-enumerable-property.js new file mode 100644 index 00000000..718c3a59 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-non-enumerable-property.js @@ -0,0 +1,11 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var definePropertyModule = require('../internals/object-define-property'); +var createPropertyDescriptor = require('../internals/create-property-descriptor'); + +module.exports = DESCRIPTORS ? function (object, key, value) { + return definePropertyModule.f(object, key, createPropertyDescriptor(1, value)); +} : function (object, key, value) { + object[key] = value; + return object; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-property-descriptor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-property-descriptor.js new file mode 100644 index 00000000..5ef2773c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-property-descriptor.js @@ -0,0 +1,9 @@ +'use strict'; +module.exports = function (bitmap, value) { + return { + enumerable: !(bitmap & 1), + configurable: !(bitmap & 2), + writable: !(bitmap & 4), + value: value + }; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-property.js new file mode 100644 index 00000000..e7f61883 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/create-property.js @@ -0,0 +1,9 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var definePropertyModule = require('../internals/object-define-property'); +var createPropertyDescriptor = require('../internals/create-property-descriptor'); + +module.exports = function (object, key, value) { + if (DESCRIPTORS) definePropertyModule.f(object, key, createPropertyDescriptor(0, value)); + else object[key] = value; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/date-to-iso-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/date-to-iso-string.js new file mode 100644 index 00000000..4fc47a14 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/date-to-iso-string.js @@ -0,0 +1,41 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var fails = require('../internals/fails'); +var padStart = require('../internals/string-pad').start; + +var $RangeError = RangeError; +var $isFinite = isFinite; +var abs = Math.abs; +var DatePrototype = Date.prototype; +var nativeDateToISOString = DatePrototype.toISOString; +var thisTimeValue = uncurryThis(DatePrototype.getTime); +var getUTCDate = uncurryThis(DatePrototype.getUTCDate); +var getUTCFullYear = uncurryThis(DatePrototype.getUTCFullYear); +var getUTCHours = uncurryThis(DatePrototype.getUTCHours); +var getUTCMilliseconds = uncurryThis(DatePrototype.getUTCMilliseconds); +var getUTCMinutes = uncurryThis(DatePrototype.getUTCMinutes); +var getUTCMonth = uncurryThis(DatePrototype.getUTCMonth); +var getUTCSeconds = uncurryThis(DatePrototype.getUTCSeconds); + +// `Date.prototype.toISOString` method implementation +// https://tc39.es/ecma262/#sec-date.prototype.toisostring +// PhantomJS / old WebKit fails here: +module.exports = (fails(function () { + return nativeDateToISOString.call(new Date(-5e13 - 1)) !== '0385-07-25T07:06:39.999Z'; +}) || !fails(function () { + nativeDateToISOString.call(new Date(NaN)); +})) ? function toISOString() { + if (!$isFinite(thisTimeValue(this))) throw new $RangeError('Invalid time value'); + var date = this; + var year = getUTCFullYear(date); + var milliseconds = getUTCMilliseconds(date); + var sign = year < 0 ? '-' : year > 9999 ? '+' : ''; + return sign + padStart(abs(year), sign ? 6 : 4, 0) + + '-' + padStart(getUTCMonth(date) + 1, 2, 0) + + '-' + padStart(getUTCDate(date), 2, 0) + + 'T' + padStart(getUTCHours(date), 2, 0) + + ':' + padStart(getUTCMinutes(date), 2, 0) + + ':' + padStart(getUTCSeconds(date), 2, 0) + + '.' + padStart(milliseconds, 3, 0) + + 'Z'; +} : nativeDateToISOString; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/date-to-primitive.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/date-to-primitive.js new file mode 100644 index 00000000..b72e5dfe --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/date-to-primitive.js @@ -0,0 +1,14 @@ +'use strict'; +var anObject = require('../internals/an-object'); +var ordinaryToPrimitive = require('../internals/ordinary-to-primitive'); + +var $TypeError = TypeError; + +// `Date.prototype[@@toPrimitive](hint)` method implementation +// https://tc39.es/ecma262/#sec-date.prototype-@@toprimitive +module.exports = function (hint) { + anObject(this); + if (hint === 'string' || hint === 'default') hint = 'string'; + else if (hint !== 'number') throw new $TypeError('Incorrect hint'); + return ordinaryToPrimitive(this, hint); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/define-built-in-accessor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/define-built-in-accessor.js new file mode 100644 index 00000000..17c97086 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/define-built-in-accessor.js @@ -0,0 +1,9 @@ +'use strict'; +var makeBuiltIn = require('../internals/make-built-in'); +var defineProperty = require('../internals/object-define-property'); + +module.exports = function (target, name, descriptor) { + if (descriptor.get) makeBuiltIn(descriptor.get, name, { getter: true }); + if (descriptor.set) makeBuiltIn(descriptor.set, name, { setter: true }); + return defineProperty.f(target, name, descriptor); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/define-built-in.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/define-built-in.js new file mode 100644 index 00000000..3594306f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/define-built-in.js @@ -0,0 +1,28 @@ +'use strict'; +var isCallable = require('../internals/is-callable'); +var definePropertyModule = require('../internals/object-define-property'); +var makeBuiltIn = require('../internals/make-built-in'); +var defineGlobalProperty = require('../internals/define-global-property'); + +module.exports = function (O, key, value, options) { + if (!options) options = {}; + var simple = options.enumerable; + var name = options.name !== undefined ? options.name : key; + if (isCallable(value)) makeBuiltIn(value, name, options); + if (options.global) { + if (simple) O[key] = value; + else defineGlobalProperty(key, value); + } else { + try { + if (!options.unsafe) delete O[key]; + else if (O[key]) simple = true; + } catch (error) { /* empty */ } + if (simple) O[key] = value; + else definePropertyModule.f(O, key, { + value: value, + enumerable: false, + configurable: !options.nonConfigurable, + writable: !options.nonWritable + }); + } return O; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/define-built-ins.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/define-built-ins.js new file mode 100644 index 00000000..1fbd53c1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/define-built-ins.js @@ -0,0 +1,7 @@ +'use strict'; +var defineBuiltIn = require('../internals/define-built-in'); + +module.exports = function (target, src, options) { + for (var key in src) defineBuiltIn(target, key, src[key], options); + return target; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/define-global-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/define-global-property.js new file mode 100644 index 00000000..96fd4a2e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/define-global-property.js @@ -0,0 +1,13 @@ +'use strict'; +var globalThis = require('../internals/global-this'); + +// eslint-disable-next-line es/no-object-defineproperty -- safe +var defineProperty = Object.defineProperty; + +module.exports = function (key, value) { + try { + defineProperty(globalThis, key, { value: value, configurable: true, writable: true }); + } catch (error) { + globalThis[key] = value; + } return value; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/delete-property-or-throw.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/delete-property-or-throw.js new file mode 100644 index 00000000..7265f6f6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/delete-property-or-throw.js @@ -0,0 +1,8 @@ +'use strict'; +var tryToString = require('../internals/try-to-string'); + +var $TypeError = TypeError; + +module.exports = function (O, P) { + if (!delete O[P]) throw new $TypeError('Cannot delete property ' + tryToString(P) + ' of ' + tryToString(O)); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/descriptors.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/descriptors.js new file mode 100644 index 00000000..7d6f24ab --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/descriptors.js @@ -0,0 +1,8 @@ +'use strict'; +var fails = require('../internals/fails'); + +// Detect IE8's incomplete defineProperty implementation +module.exports = !fails(function () { + // eslint-disable-next-line es/no-object-defineproperty -- required for testing + return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] !== 7; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/detach-transferable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/detach-transferable.js new file mode 100644 index 00000000..8fa55c53 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/detach-transferable.js @@ -0,0 +1,37 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var getBuiltInNodeModule = require('../internals/get-built-in-node-module'); +var PROPER_STRUCTURED_CLONE_TRANSFER = require('../internals/structured-clone-proper-transfer'); + +var structuredClone = globalThis.structuredClone; +var $ArrayBuffer = globalThis.ArrayBuffer; +var $MessageChannel = globalThis.MessageChannel; +var detach = false; +var WorkerThreads, channel, buffer, $detach; + +if (PROPER_STRUCTURED_CLONE_TRANSFER) { + detach = function (transferable) { + structuredClone(transferable, { transfer: [transferable] }); + }; +} else if ($ArrayBuffer) try { + if (!$MessageChannel) { + WorkerThreads = getBuiltInNodeModule('worker_threads'); + if (WorkerThreads) $MessageChannel = WorkerThreads.MessageChannel; + } + + if ($MessageChannel) { + channel = new $MessageChannel(); + buffer = new $ArrayBuffer(2); + + $detach = function (transferable) { + channel.port1.postMessage(null, [transferable]); + }; + + if (buffer.byteLength === 2) { + $detach(buffer); + if (buffer.byteLength === 0) detach = $detach; + } + } +} catch (error) { /* empty */ } + +module.exports = detach; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/document-create-element.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/document-create-element.js new file mode 100644 index 00000000..dd572fbe --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/document-create-element.js @@ -0,0 +1,11 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var isObject = require('../internals/is-object'); + +var document = globalThis.document; +// typeof document.createElement is 'object' in old IE +var EXISTS = isObject(document) && isObject(document.createElement); + +module.exports = function (it) { + return EXISTS ? document.createElement(it) : {}; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/does-not-exceed-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/does-not-exceed-safe-integer.js new file mode 100644 index 00000000..fff7beb7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/does-not-exceed-safe-integer.js @@ -0,0 +1,8 @@ +'use strict'; +var $TypeError = TypeError; +var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF; // 2 ** 53 - 1 == 9007199254740991 + +module.exports = function (it) { + if (it > MAX_SAFE_INTEGER) throw $TypeError('Maximum allowed index exceeded'); + return it; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/dom-exception-constants.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/dom-exception-constants.js new file mode 100644 index 00000000..15889537 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/dom-exception-constants.js @@ -0,0 +1,28 @@ +'use strict'; +module.exports = { + IndexSizeError: { s: 'INDEX_SIZE_ERR', c: 1, m: 1 }, + DOMStringSizeError: { s: 'DOMSTRING_SIZE_ERR', c: 2, m: 0 }, + HierarchyRequestError: { s: 'HIERARCHY_REQUEST_ERR', c: 3, m: 1 }, + WrongDocumentError: { s: 'WRONG_DOCUMENT_ERR', c: 4, m: 1 }, + InvalidCharacterError: { s: 'INVALID_CHARACTER_ERR', c: 5, m: 1 }, + NoDataAllowedError: { s: 'NO_DATA_ALLOWED_ERR', c: 6, m: 0 }, + NoModificationAllowedError: { s: 'NO_MODIFICATION_ALLOWED_ERR', c: 7, m: 1 }, + NotFoundError: { s: 'NOT_FOUND_ERR', c: 8, m: 1 }, + NotSupportedError: { s: 'NOT_SUPPORTED_ERR', c: 9, m: 1 }, + InUseAttributeError: { s: 'INUSE_ATTRIBUTE_ERR', c: 10, m: 1 }, + InvalidStateError: { s: 'INVALID_STATE_ERR', c: 11, m: 1 }, + SyntaxError: { s: 'SYNTAX_ERR', c: 12, m: 1 }, + InvalidModificationError: { s: 'INVALID_MODIFICATION_ERR', c: 13, m: 1 }, + NamespaceError: { s: 'NAMESPACE_ERR', c: 14, m: 1 }, + InvalidAccessError: { s: 'INVALID_ACCESS_ERR', c: 15, m: 1 }, + ValidationError: { s: 'VALIDATION_ERR', c: 16, m: 0 }, + TypeMismatchError: { s: 'TYPE_MISMATCH_ERR', c: 17, m: 1 }, + SecurityError: { s: 'SECURITY_ERR', c: 18, m: 1 }, + NetworkError: { s: 'NETWORK_ERR', c: 19, m: 1 }, + AbortError: { s: 'ABORT_ERR', c: 20, m: 1 }, + URLMismatchError: { s: 'URL_MISMATCH_ERR', c: 21, m: 1 }, + QuotaExceededError: { s: 'QUOTA_EXCEEDED_ERR', c: 22, m: 1 }, + TimeoutError: { s: 'TIMEOUT_ERR', c: 23, m: 1 }, + InvalidNodeTypeError: { s: 'INVALID_NODE_TYPE_ERR', c: 24, m: 1 }, + DataCloneError: { s: 'DATA_CLONE_ERR', c: 25, m: 1 } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/dom-iterables.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/dom-iterables.js new file mode 100644 index 00000000..1dbc1f7f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/dom-iterables.js @@ -0,0 +1,36 @@ +'use strict'; +// iterable DOM collections +// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods +module.exports = { + CSSRuleList: 0, + CSSStyleDeclaration: 0, + CSSValueList: 0, + ClientRectList: 0, + DOMRectList: 0, + DOMStringList: 0, + DOMTokenList: 1, + DataTransferItemList: 0, + FileList: 0, + HTMLAllCollection: 0, + HTMLCollection: 0, + HTMLFormElement: 0, + HTMLSelectElement: 0, + MediaList: 0, + MimeTypeArray: 0, + NamedNodeMap: 0, + NodeList: 1, + PaintRequestList: 0, + Plugin: 0, + PluginArray: 0, + SVGLengthList: 0, + SVGNumberList: 0, + SVGPathSegList: 0, + SVGPointList: 0, + SVGStringList: 0, + SVGTransformList: 0, + SourceBufferList: 0, + StyleSheetList: 0, + TextTrackCueList: 0, + TextTrackList: 0, + TouchList: 0 +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/dom-token-list-prototype.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/dom-token-list-prototype.js new file mode 100644 index 00000000..a0c40710 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/dom-token-list-prototype.js @@ -0,0 +1,8 @@ +'use strict'; +// in old WebKit versions, `element.classList` is not an instance of global `DOMTokenList` +var documentCreateElement = require('../internals/document-create-element'); + +var classList = documentCreateElement('span').classList; +var DOMTokenListPrototype = classList && classList.constructor && classList.constructor.prototype; + +module.exports = DOMTokenListPrototype === Object.prototype ? undefined : DOMTokenListPrototype; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/entry-unbind.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/entry-unbind.js new file mode 100644 index 00000000..3ec17cd5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/entry-unbind.js @@ -0,0 +1,7 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var uncurryThis = require('../internals/function-uncurry-this'); + +module.exports = function (CONSTRUCTOR, METHOD) { + return uncurryThis(globalThis[CONSTRUCTOR].prototype[METHOD]); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/entry-virtual.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/entry-virtual.js new file mode 100644 index 00000000..948d83f1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/entry-virtual.js @@ -0,0 +1,6 @@ +'use strict'; +var globalThis = require('../internals/global-this'); + +module.exports = function (CONSTRUCTOR) { + return globalThis[CONSTRUCTOR].prototype; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/enum-bug-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/enum-bug-keys.js new file mode 100644 index 00000000..a99e8a0c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/enum-bug-keys.js @@ -0,0 +1,11 @@ +'use strict'; +// IE8- don't enum bug keys +module.exports = [ + 'constructor', + 'hasOwnProperty', + 'isPrototypeOf', + 'propertyIsEnumerable', + 'toLocaleString', + 'toString', + 'valueOf' +]; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-ff-version.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-ff-version.js new file mode 100644 index 00000000..dd72d7e4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-ff-version.js @@ -0,0 +1,6 @@ +'use strict'; +var userAgent = require('../internals/environment-user-agent'); + +var firefox = userAgent.match(/firefox\/(\d+)/i); + +module.exports = !!firefox && +firefox[1]; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-ie-or-edge.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-ie-or-edge.js new file mode 100644 index 00000000..7c64cb72 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-ie-or-edge.js @@ -0,0 +1,4 @@ +'use strict'; +var UA = require('../internals/environment-user-agent'); + +module.exports = /MSIE|Trident/.test(UA); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-ios-pebble.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-ios-pebble.js new file mode 100644 index 00000000..c411fa70 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-ios-pebble.js @@ -0,0 +1,4 @@ +'use strict'; +var userAgent = require('../internals/environment-user-agent'); + +module.exports = /ipad|iphone|ipod/i.test(userAgent) && typeof Pebble != 'undefined'; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-ios.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-ios.js new file mode 100644 index 00000000..100367d2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-ios.js @@ -0,0 +1,5 @@ +'use strict'; +var userAgent = require('../internals/environment-user-agent'); + +// eslint-disable-next-line redos/no-vulnerable -- safe +module.exports = /(?:ipad|iphone|ipod).*applewebkit/i.test(userAgent); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-node.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-node.js new file mode 100644 index 00000000..eb6eeda1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-node.js @@ -0,0 +1,4 @@ +'use strict'; +var ENVIRONMENT = require('../internals/environment'); + +module.exports = ENVIRONMENT === 'NODE'; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-webos-webkit.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-webos-webkit.js new file mode 100644 index 00000000..16d9abb5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-is-webos-webkit.js @@ -0,0 +1,4 @@ +'use strict'; +var userAgent = require('../internals/environment-user-agent'); + +module.exports = /web0s(?!.*chrome)/i.test(userAgent); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-user-agent.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-user-agent.js new file mode 100644 index 00000000..31b1067f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-user-agent.js @@ -0,0 +1,7 @@ +'use strict'; +var globalThis = require('../internals/global-this'); + +var navigator = globalThis.navigator; +var userAgent = navigator && navigator.userAgent; + +module.exports = userAgent ? String(userAgent) : ''; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-v8-version.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-v8-version.js new file mode 100644 index 00000000..6b083aab --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-v8-version.js @@ -0,0 +1,28 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var userAgent = require('../internals/environment-user-agent'); + +var process = globalThis.process; +var Deno = globalThis.Deno; +var versions = process && process.versions || Deno && Deno.version; +var v8 = versions && versions.v8; +var match, version; + +if (v8) { + match = v8.split('.'); + // in old Chrome, versions of V8 isn't V8 = Chrome / 10 + // but their correct versions are not interesting for us + version = match[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1]); +} + +// BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0` +// so check `userAgent` even if `.v8` exists, but 0 +if (!version && userAgent) { + match = userAgent.match(/Edge\/(\d+)/); + if (!match || match[1] >= 74) { + match = userAgent.match(/Chrome\/(\d+)/); + if (match) version = +match[1]; + } +} + +module.exports = version; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-webkit-version.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-webkit-version.js new file mode 100644 index 00000000..207b1512 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment-webkit-version.js @@ -0,0 +1,6 @@ +'use strict'; +var userAgent = require('../internals/environment-user-agent'); + +var webkit = userAgent.match(/AppleWebKit\/(\d+)\./); + +module.exports = !!webkit && +webkit[1]; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment.js new file mode 100644 index 00000000..1c6fdd8b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/environment.js @@ -0,0 +1,21 @@ +'use strict'; +/* global Bun, Deno -- detection */ +var globalThis = require('../internals/global-this'); +var userAgent = require('../internals/environment-user-agent'); +var classof = require('../internals/classof-raw'); + +var userAgentStartsWith = function (string) { + return userAgent.slice(0, string.length) === string; +}; + +module.exports = (function () { + if (userAgentStartsWith('Bun/')) return 'BUN'; + if (userAgentStartsWith('Cloudflare-Workers')) return 'CLOUDFLARE'; + if (userAgentStartsWith('Deno/')) return 'DENO'; + if (userAgentStartsWith('Node.js/')) return 'NODE'; + if (globalThis.Bun && typeof Bun.version == 'string') return 'BUN'; + if (globalThis.Deno && typeof Deno.version == 'object') return 'DENO'; + if (classof(globalThis.process) === 'process') return 'NODE'; + if (globalThis.window && globalThis.document) return 'BROWSER'; + return 'REST'; +})(); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/error-stack-clear.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/error-stack-clear.js new file mode 100644 index 00000000..fa66aab1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/error-stack-clear.js @@ -0,0 +1,16 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); + +var $Error = Error; +var replace = uncurryThis(''.replace); + +var TEST = (function (arg) { return String(new $Error(arg).stack); })('zxcasd'); +// eslint-disable-next-line redos/no-vulnerable, sonarjs/slow-regex -- safe +var V8_OR_CHAKRA_STACK_ENTRY = /\n\s*at [^:]*:[^\n]*/; +var IS_V8_OR_CHAKRA_STACK = V8_OR_CHAKRA_STACK_ENTRY.test(TEST); + +module.exports = function (stack, dropEntries) { + if (IS_V8_OR_CHAKRA_STACK && typeof stack == 'string' && !$Error.prepareStackTrace) { + while (dropEntries--) stack = replace(stack, V8_OR_CHAKRA_STACK_ENTRY, ''); + } return stack; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/error-stack-install.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/error-stack-install.js new file mode 100644 index 00000000..eef057b1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/error-stack-install.js @@ -0,0 +1,14 @@ +'use strict'; +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var clearErrorStack = require('../internals/error-stack-clear'); +var ERROR_STACK_INSTALLABLE = require('../internals/error-stack-installable'); + +// non-standard V8 +var captureStackTrace = Error.captureStackTrace; + +module.exports = function (error, C, stack, dropEntries) { + if (ERROR_STACK_INSTALLABLE) { + if (captureStackTrace) captureStackTrace(error, C); + else createNonEnumerableProperty(error, 'stack', clearErrorStack(stack, dropEntries)); + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/error-stack-installable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/error-stack-installable.js new file mode 100644 index 00000000..96b987fb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/error-stack-installable.js @@ -0,0 +1,11 @@ +'use strict'; +var fails = require('../internals/fails'); +var createPropertyDescriptor = require('../internals/create-property-descriptor'); + +module.exports = !fails(function () { + var error = new Error('a'); + if (!('stack' in error)) return true; + // eslint-disable-next-line es/no-object-defineproperty -- safe + Object.defineProperty(error, 'stack', createPropertyDescriptor(1, 7)); + return error.stack !== 7; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/error-to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/error-to-string.js new file mode 100644 index 00000000..0fdb8ee7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/error-to-string.js @@ -0,0 +1,29 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var fails = require('../internals/fails'); +var anObject = require('../internals/an-object'); +var normalizeStringArgument = require('../internals/normalize-string-argument'); + +var nativeErrorToString = Error.prototype.toString; + +var INCORRECT_TO_STRING = fails(function () { + if (DESCRIPTORS) { + // Chrome 32- incorrectly call accessor + // eslint-disable-next-line es/no-object-create, es/no-object-defineproperty -- safe + var object = Object.create(Object.defineProperty({}, 'name', { get: function () { + return this === object; + } })); + if (nativeErrorToString.call(object) !== 'true') return true; + } + // FF10- does not properly handle non-strings + return nativeErrorToString.call({ message: 1, name: 2 }) !== '2: 1' + // IE8 does not properly handle defaults + || nativeErrorToString.call({}) !== 'Error'; +}); + +module.exports = INCORRECT_TO_STRING ? function toString() { + var O = anObject(this); + var name = normalizeStringArgument(O.name, 'Error'); + var message = normalizeStringArgument(O.message); + return !name ? message : !message ? name : name + ': ' + message; +} : nativeErrorToString; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/export.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/export.js new file mode 100644 index 00000000..b175366f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/export.js @@ -0,0 +1,55 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f; +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var defineBuiltIn = require('../internals/define-built-in'); +var defineGlobalProperty = require('../internals/define-global-property'); +var copyConstructorProperties = require('../internals/copy-constructor-properties'); +var isForced = require('../internals/is-forced'); + +/* + options.target - name of the target object + options.global - target is the global object + options.stat - export as static methods of target + options.proto - export as prototype methods of target + options.real - real prototype method for the `pure` version + options.forced - export even if the native feature is available + options.bind - bind methods to the target, required for the `pure` version + options.wrap - wrap constructors to preventing global pollution, required for the `pure` version + options.unsafe - use the simple assignment of property instead of delete + defineProperty + options.sham - add a flag to not completely full polyfills + options.enumerable - export as enumerable property + options.dontCallGetSet - prevent calling a getter on target + options.name - the .name of the function if it does not match the key +*/ +module.exports = function (options, source) { + var TARGET = options.target; + var GLOBAL = options.global; + var STATIC = options.stat; + var FORCED, target, key, targetProperty, sourceProperty, descriptor; + if (GLOBAL) { + target = globalThis; + } else if (STATIC) { + target = globalThis[TARGET] || defineGlobalProperty(TARGET, {}); + } else { + target = globalThis[TARGET] && globalThis[TARGET].prototype; + } + if (target) for (key in source) { + sourceProperty = source[key]; + if (options.dontCallGetSet) { + descriptor = getOwnPropertyDescriptor(target, key); + targetProperty = descriptor && descriptor.value; + } else targetProperty = target[key]; + FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced); + // contained in target + if (!FORCED && targetProperty !== undefined) { + if (typeof sourceProperty == typeof targetProperty) continue; + copyConstructorProperties(sourceProperty, targetProperty); + } + // add a flag to not completely full polyfills + if (options.sham || (targetProperty && targetProperty.sham)) { + createNonEnumerableProperty(sourceProperty, 'sham', true); + } + defineBuiltIn(target, key, sourceProperty, options); + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/fails.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/fails.js new file mode 100644 index 00000000..7880c82e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/fails.js @@ -0,0 +1,8 @@ +'use strict'; +module.exports = function (exec) { + try { + return !!exec(); + } catch (error) { + return true; + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js new file mode 100644 index 00000000..816a5b30 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js @@ -0,0 +1,76 @@ +'use strict'; +// TODO: Remove from `core-js@4` since it's moved to entry points +require('../modules/es.regexp.exec'); +var call = require('../internals/function-call'); +var defineBuiltIn = require('../internals/define-built-in'); +var regexpExec = require('../internals/regexp-exec'); +var fails = require('../internals/fails'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); + +var SPECIES = wellKnownSymbol('species'); +var RegExpPrototype = RegExp.prototype; + +module.exports = function (KEY, exec, FORCED, SHAM) { + var SYMBOL = wellKnownSymbol(KEY); + + var DELEGATES_TO_SYMBOL = !fails(function () { + // String methods call symbol-named RegExp methods + var O = {}; + O[SYMBOL] = function () { return 7; }; + return ''[KEY](O) !== 7; + }); + + var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () { + // Symbol-named RegExp methods call .exec + var execCalled = false; + var re = /a/; + + if (KEY === 'split') { + // We can't use real regex here since it causes deoptimization + // and serious performance degradation in V8 + // https://github.com/zloirock/core-js/issues/306 + re = {}; + // RegExp[@@split] doesn't call the regex's exec method, but first creates + // a new one. We need to return the patched regex when creating the new one. + re.constructor = {}; + re.constructor[SPECIES] = function () { return re; }; + re.flags = ''; + re[SYMBOL] = /./[SYMBOL]; + } + + re.exec = function () { + execCalled = true; + return null; + }; + + re[SYMBOL](''); + return !execCalled; + }); + + if ( + !DELEGATES_TO_SYMBOL || + !DELEGATES_TO_EXEC || + FORCED + ) { + var nativeRegExpMethod = /./[SYMBOL]; + var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) { + var $exec = regexp.exec; + if ($exec === regexpExec || $exec === RegExpPrototype.exec) { + if (DELEGATES_TO_SYMBOL && !forceStringMethod) { + // The native String method already delegates to @@method (this + // polyfilled function), leasing to infinite recursion. + // We avoid it by directly calling the native @@method method. + return { done: true, value: call(nativeRegExpMethod, regexp, str, arg2) }; + } + return { done: true, value: call(nativeMethod, str, regexp, arg2) }; + } + return { done: false }; + }); + + defineBuiltIn(String.prototype, KEY, methods[0]); + defineBuiltIn(RegExpPrototype, SYMBOL, methods[1]); + } + + if (SHAM) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/flatten-into-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/flatten-into-array.js new file mode 100644 index 00000000..04b20305 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/flatten-into-array.js @@ -0,0 +1,34 @@ +'use strict'; +var isArray = require('../internals/is-array'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var doesNotExceedSafeInteger = require('../internals/does-not-exceed-safe-integer'); +var bind = require('../internals/function-bind-context'); + +// `FlattenIntoArray` abstract operation +// https://tc39.github.io/proposal-flatMap/#sec-FlattenIntoArray +var flattenIntoArray = function (target, original, source, sourceLen, start, depth, mapper, thisArg) { + var targetIndex = start; + var sourceIndex = 0; + var mapFn = mapper ? bind(mapper, thisArg) : false; + var element, elementLen; + + while (sourceIndex < sourceLen) { + if (sourceIndex in source) { + element = mapFn ? mapFn(source[sourceIndex], sourceIndex, original) : source[sourceIndex]; + + if (depth > 0 && isArray(element)) { + elementLen = lengthOfArrayLike(element); + targetIndex = flattenIntoArray(target, original, element, elementLen, targetIndex, depth - 1) - 1; + } else { + doesNotExceedSafeInteger(targetIndex + 1); + target[targetIndex] = element; + } + + targetIndex++; + } + sourceIndex++; + } + return targetIndex; +}; + +module.exports = flattenIntoArray; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/freezing.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/freezing.js new file mode 100644 index 00000000..17212adf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/freezing.js @@ -0,0 +1,7 @@ +'use strict'; +var fails = require('../internals/fails'); + +module.exports = !fails(function () { + // eslint-disable-next-line es/no-object-isextensible, es/no-object-preventextensions -- required for testing + return Object.isExtensible(Object.preventExtensions({})); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-apply.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-apply.js new file mode 100644 index 00000000..ad3facaf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-apply.js @@ -0,0 +1,11 @@ +'use strict'; +var NATIVE_BIND = require('../internals/function-bind-native'); + +var FunctionPrototype = Function.prototype; +var apply = FunctionPrototype.apply; +var call = FunctionPrototype.call; + +// eslint-disable-next-line es/no-function-prototype-bind, es/no-reflect -- safe +module.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call.bind(apply) : function () { + return call.apply(apply, arguments); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-bind-context.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-bind-context.js new file mode 100644 index 00000000..73378e8f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-bind-context.js @@ -0,0 +1,14 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this-clause'); +var aCallable = require('../internals/a-callable'); +var NATIVE_BIND = require('../internals/function-bind-native'); + +var bind = uncurryThis(uncurryThis.bind); + +// optional / simple context binding +module.exports = function (fn, that) { + aCallable(fn); + return that === undefined ? fn : NATIVE_BIND ? bind(fn, that) : function (/* ...args */) { + return fn.apply(that, arguments); + }; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-bind-native.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-bind-native.js new file mode 100644 index 00000000..424f934d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-bind-native.js @@ -0,0 +1,9 @@ +'use strict'; +var fails = require('../internals/fails'); + +module.exports = !fails(function () { + // eslint-disable-next-line es/no-function-prototype-bind -- safe + var test = (function () { /* empty */ }).bind(); + // eslint-disable-next-line no-prototype-builtins -- safe + return typeof test != 'function' || test.hasOwnProperty('prototype'); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-bind.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-bind.js new file mode 100644 index 00000000..fe22ec59 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-bind.js @@ -0,0 +1,36 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var aCallable = require('../internals/a-callable'); +var isObject = require('../internals/is-object'); +var hasOwn = require('../internals/has-own-property'); +var arraySlice = require('../internals/array-slice'); +var NATIVE_BIND = require('../internals/function-bind-native'); + +var $Function = Function; +var concat = uncurryThis([].concat); +var join = uncurryThis([].join); +var factories = {}; + +var construct = function (C, argsLength, args) { + if (!hasOwn(factories, argsLength)) { + var list = []; + var i = 0; + for (; i < argsLength; i++) list[i] = 'a[' + i + ']'; + factories[argsLength] = $Function('C,a', 'return new C(' + join(list, ',') + ')'); + } return factories[argsLength](C, args); +}; + +// `Function.prototype.bind` method implementation +// https://tc39.es/ecma262/#sec-function.prototype.bind +// eslint-disable-next-line es/no-function-prototype-bind -- detection +module.exports = NATIVE_BIND ? $Function.bind : function bind(that /* , ...args */) { + var F = aCallable(this); + var Prototype = F.prototype; + var partArgs = arraySlice(arguments, 1); + var boundFunction = function bound(/* args... */) { + var args = concat(partArgs, arraySlice(arguments)); + return this instanceof boundFunction ? construct(F, args.length, args) : F.apply(that, args); + }; + if (isObject(Prototype)) boundFunction.prototype = Prototype; + return boundFunction; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-call.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-call.js new file mode 100644 index 00000000..122c3f43 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-call.js @@ -0,0 +1,8 @@ +'use strict'; +var NATIVE_BIND = require('../internals/function-bind-native'); + +var call = Function.prototype.call; +// eslint-disable-next-line es/no-function-prototype-bind -- safe +module.exports = NATIVE_BIND ? call.bind(call) : function () { + return call.apply(call, arguments); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-demethodize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-demethodize.js new file mode 100644 index 00000000..0ba9d439 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-demethodize.js @@ -0,0 +1,7 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var aCallable = require('../internals/a-callable'); + +module.exports = function demethodize() { + return uncurryThis(aCallable(this)); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-name.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-name.js new file mode 100644 index 00000000..ce6fdd9e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-name.js @@ -0,0 +1,18 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var hasOwn = require('../internals/has-own-property'); + +var FunctionPrototype = Function.prototype; +// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe +var getDescriptor = DESCRIPTORS && Object.getOwnPropertyDescriptor; + +var EXISTS = hasOwn(FunctionPrototype, 'name'); +// additional protection from minified / mangled / dropped function names +var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something'; +var CONFIGURABLE = EXISTS && (!DESCRIPTORS || (DESCRIPTORS && getDescriptor(FunctionPrototype, 'name').configurable)); + +module.exports = { + EXISTS: EXISTS, + PROPER: PROPER, + CONFIGURABLE: CONFIGURABLE +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-uncurry-this-accessor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-uncurry-this-accessor.js new file mode 100644 index 00000000..4d5ef182 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-uncurry-this-accessor.js @@ -0,0 +1,10 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var aCallable = require('../internals/a-callable'); + +module.exports = function (object, key, method) { + try { + // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe + return uncurryThis(aCallable(Object.getOwnPropertyDescriptor(object, key)[method])); + } catch (error) { /* empty */ } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-uncurry-this-clause.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-uncurry-this-clause.js new file mode 100644 index 00000000..7589e4bd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-uncurry-this-clause.js @@ -0,0 +1,10 @@ +'use strict'; +var classofRaw = require('../internals/classof-raw'); +var uncurryThis = require('../internals/function-uncurry-this'); + +module.exports = function (fn) { + // Nashorn bug: + // https://github.com/zloirock/core-js/issues/1128 + // https://github.com/zloirock/core-js/issues/1130 + if (classofRaw(fn) === 'Function') return uncurryThis(fn); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-uncurry-this.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-uncurry-this.js new file mode 100644 index 00000000..cd1c9ee0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/function-uncurry-this.js @@ -0,0 +1,13 @@ +'use strict'; +var NATIVE_BIND = require('../internals/function-bind-native'); + +var FunctionPrototype = Function.prototype; +var call = FunctionPrototype.call; +// eslint-disable-next-line es/no-function-prototype-bind -- safe +var uncurryThisWithBind = NATIVE_BIND && FunctionPrototype.bind.bind(call, call); + +module.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) { + return function () { + return call.apply(fn, arguments); + }; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-alphabet-option.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-alphabet-option.js new file mode 100644 index 00000000..216d1692 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-alphabet-option.js @@ -0,0 +1,8 @@ +'use strict'; +var $TypeError = TypeError; + +module.exports = function (options) { + var alphabet = options && options.alphabet; + if (alphabet === undefined || alphabet === 'base64' || alphabet === 'base64url') return alphabet || 'base64'; + throw new $TypeError('Incorrect `alphabet` option'); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-async-iterator-flattenable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-async-iterator-flattenable.js new file mode 100644 index 00000000..4cd7d048 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-async-iterator-flattenable.js @@ -0,0 +1,30 @@ +'use strict'; +var call = require('../internals/function-call'); +var isCallable = require('../internals/is-callable'); +var anObject = require('../internals/an-object'); +var getIteratorDirect = require('../internals/get-iterator-direct'); +var getIteratorMethod = require('../internals/get-iterator-method'); +var getMethod = require('../internals/get-method'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var AsyncFromSyncIterator = require('../internals/async-from-sync-iterator'); + +var ASYNC_ITERATOR = wellKnownSymbol('asyncIterator'); + +module.exports = function (obj) { + var object = anObject(obj); + var alreadyAsync = true; + var method = getMethod(object, ASYNC_ITERATOR); + var iterator; + if (!isCallable(method)) { + method = getIteratorMethod(object); + alreadyAsync = false; + } + if (method !== undefined) { + iterator = call(method, object); + } else { + iterator = object; + alreadyAsync = true; + } + anObject(iterator); + return getIteratorDirect(alreadyAsync ? iterator : new AsyncFromSyncIterator(getIteratorDirect(iterator))); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-async-iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-async-iterator.js new file mode 100644 index 00000000..b25b75f1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-async-iterator.js @@ -0,0 +1,15 @@ +'use strict'; +var call = require('../internals/function-call'); +var AsyncFromSyncIterator = require('../internals/async-from-sync-iterator'); +var anObject = require('../internals/an-object'); +var getIterator = require('../internals/get-iterator'); +var getIteratorDirect = require('../internals/get-iterator-direct'); +var getMethod = require('../internals/get-method'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var ASYNC_ITERATOR = wellKnownSymbol('asyncIterator'); + +module.exports = function (it, usingIterator) { + var method = arguments.length < 2 ? getMethod(it, ASYNC_ITERATOR) : usingIterator; + return method ? anObject(call(method, it)) : new AsyncFromSyncIterator(getIteratorDirect(getIterator(it))); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-built-in-node-module.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-built-in-node-module.js new file mode 100644 index 00000000..93ba567b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-built-in-node-module.js @@ -0,0 +1,15 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var IS_NODE = require('../internals/environment-is-node'); + +module.exports = function (name) { + if (IS_NODE) { + try { + return globalThis.process.getBuiltinModule(name); + } catch (error) { /* empty */ } + try { + // eslint-disable-next-line no-new-func -- safe + return Function('return require("' + name + '")')(); + } catch (error) { /* empty */ } + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-built-in-prototype-method.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-built-in-prototype-method.js new file mode 100644 index 00000000..ad054043 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-built-in-prototype-method.js @@ -0,0 +1,8 @@ +'use strict'; +var globalThis = require('../internals/global-this'); + +module.exports = function (CONSTRUCTOR, METHOD) { + var Constructor = globalThis[CONSTRUCTOR]; + var Prototype = Constructor && Constructor.prototype; + return Prototype && Prototype[METHOD]; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-built-in.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-built-in.js new file mode 100644 index 00000000..b685be59 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-built-in.js @@ -0,0 +1,11 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var isCallable = require('../internals/is-callable'); + +var aFunction = function (argument) { + return isCallable(argument) ? argument : undefined; +}; + +module.exports = function (namespace, method) { + return arguments.length < 2 ? aFunction(globalThis[namespace]) : globalThis[namespace] && globalThis[namespace][method]; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-iterator-direct.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-iterator-direct.js new file mode 100644 index 00000000..b321956f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-iterator-direct.js @@ -0,0 +1,10 @@ +'use strict'; +// `GetIteratorDirect(obj)` abstract operation +// https://tc39.es/proposal-iterator-helpers/#sec-getiteratordirect +module.exports = function (obj) { + return { + iterator: obj, + next: obj.next, + done: false + }; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-iterator-flattenable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-iterator-flattenable.js new file mode 100644 index 00000000..e9ea9c4b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-iterator-flattenable.js @@ -0,0 +1,11 @@ +'use strict'; +var call = require('../internals/function-call'); +var anObject = require('../internals/an-object'); +var getIteratorDirect = require('../internals/get-iterator-direct'); +var getIteratorMethod = require('../internals/get-iterator-method'); + +module.exports = function (obj, stringHandling) { + if (!stringHandling || typeof obj !== 'string') anObject(obj); + var method = getIteratorMethod(obj); + return getIteratorDirect(anObject(method !== undefined ? call(method, obj) : obj)); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-iterator-method.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-iterator-method.js new file mode 100644 index 00000000..7c1a58b5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-iterator-method.js @@ -0,0 +1,14 @@ +'use strict'; +var classof = require('../internals/classof'); +var getMethod = require('../internals/get-method'); +var isNullOrUndefined = require('../internals/is-null-or-undefined'); +var Iterators = require('../internals/iterators'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var ITERATOR = wellKnownSymbol('iterator'); + +module.exports = function (it) { + if (!isNullOrUndefined(it)) return getMethod(it, ITERATOR) + || getMethod(it, '@@iterator') + || Iterators[classof(it)]; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-iterator.js new file mode 100644 index 00000000..2b4c53e4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-iterator.js @@ -0,0 +1,14 @@ +'use strict'; +var call = require('../internals/function-call'); +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var tryToString = require('../internals/try-to-string'); +var getIteratorMethod = require('../internals/get-iterator-method'); + +var $TypeError = TypeError; + +module.exports = function (argument, usingIterator) { + var iteratorMethod = arguments.length < 2 ? getIteratorMethod(argument) : usingIterator; + if (aCallable(iteratorMethod)) return anObject(call(iteratorMethod, argument)); + throw new $TypeError(tryToString(argument) + ' is not iterable'); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-json-replacer-function.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-json-replacer-function.js new file mode 100644 index 00000000..abfdce42 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-json-replacer-function.js @@ -0,0 +1,30 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var isArray = require('../internals/is-array'); +var isCallable = require('../internals/is-callable'); +var classof = require('../internals/classof-raw'); +var toString = require('../internals/to-string'); + +var push = uncurryThis([].push); + +module.exports = function (replacer) { + if (isCallable(replacer)) return replacer; + if (!isArray(replacer)) return; + var rawLength = replacer.length; + var keys = []; + for (var i = 0; i < rawLength; i++) { + var element = replacer[i]; + if (typeof element == 'string') push(keys, element); + else if (typeof element == 'number' || classof(element) === 'Number' || classof(element) === 'String') push(keys, toString(element)); + } + var keysLength = keys.length; + var root = true; + return function (key, value) { + if (root) { + root = false; + return value; + } + if (isArray(this)) return value; + for (var j = 0; j < keysLength; j++) if (keys[j] === key) return value; + }; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-method.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-method.js new file mode 100644 index 00000000..dd3c10cd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-method.js @@ -0,0 +1,10 @@ +'use strict'; +var aCallable = require('../internals/a-callable'); +var isNullOrUndefined = require('../internals/is-null-or-undefined'); + +// `GetMethod` abstract operation +// https://tc39.es/ecma262/#sec-getmethod +module.exports = function (V, P) { + var func = V[P]; + return isNullOrUndefined(func) ? undefined : aCallable(func); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-set-record.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-set-record.js new file mode 100644 index 00000000..ab43f325 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-set-record.js @@ -0,0 +1,40 @@ +'use strict'; +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var call = require('../internals/function-call'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); +var getIteratorDirect = require('../internals/get-iterator-direct'); + +var INVALID_SIZE = 'Invalid size'; +var $RangeError = RangeError; +var $TypeError = TypeError; +var max = Math.max; + +var SetRecord = function (set, intSize) { + this.set = set; + this.size = max(intSize, 0); + this.has = aCallable(set.has); + this.keys = aCallable(set.keys); +}; + +SetRecord.prototype = { + getIterator: function () { + return getIteratorDirect(anObject(call(this.keys, this.set))); + }, + includes: function (it) { + return call(this.has, this.set, it); + } +}; + +// `GetSetRecord` abstract operation +// https://tc39.es/proposal-set-methods/#sec-getsetrecord +module.exports = function (obj) { + anObject(obj); + var numSize = +obj.size; + // NOTE: If size is undefined, then numSize will be NaN + // eslint-disable-next-line no-self-compare -- NaN check + if (numSize !== numSize) throw new $TypeError(INVALID_SIZE); + var intSize = toIntegerOrInfinity(numSize); + if (intSize < 0) throw new $RangeError(INVALID_SIZE); + return new SetRecord(obj, intSize); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-substitution.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-substitution.js new file mode 100644 index 00000000..fcb8860c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/get-substitution.js @@ -0,0 +1,46 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var toObject = require('../internals/to-object'); + +var floor = Math.floor; +var charAt = uncurryThis(''.charAt); +var replace = uncurryThis(''.replace); +var stringSlice = uncurryThis(''.slice); +// eslint-disable-next-line redos/no-vulnerable -- safe +var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d{1,2}|<[^>]*>)/g; +var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d{1,2})/g; + +// `GetSubstitution` abstract operation +// https://tc39.es/ecma262/#sec-getsubstitution +module.exports = function (matched, str, position, captures, namedCaptures, replacement) { + var tailPos = position + matched.length; + var m = captures.length; + var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED; + if (namedCaptures !== undefined) { + namedCaptures = toObject(namedCaptures); + symbols = SUBSTITUTION_SYMBOLS; + } + return replace(replacement, symbols, function (match, ch) { + var capture; + switch (charAt(ch, 0)) { + case '$': return '$'; + case '&': return matched; + case '`': return stringSlice(str, 0, position); + case "'": return stringSlice(str, tailPos); + case '<': + capture = namedCaptures[stringSlice(ch, 1, -1)]; + break; + default: // \d\d? + var n = +ch; + if (n === 0) return match; + if (n > m) { + var f = floor(n / 10); + if (f === 0) return match; + if (f <= m) return captures[f - 1] === undefined ? charAt(ch, 1) : captures[f - 1] + charAt(ch, 1); + return match; + } + capture = captures[n - 1]; + } + return capture === undefined ? '' : capture; + }); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/global-this.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/global-this.js new file mode 100644 index 00000000..a154678c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/global-this.js @@ -0,0 +1,16 @@ +'use strict'; +var check = function (it) { + return it && it.Math === Math && it; +}; + +// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 +module.exports = + // eslint-disable-next-line es/no-global-this -- safe + check(typeof globalThis == 'object' && globalThis) || + check(typeof window == 'object' && window) || + // eslint-disable-next-line no-restricted-globals -- safe + check(typeof self == 'object' && self) || + check(typeof global == 'object' && global) || + check(typeof this == 'object' && this) || + // eslint-disable-next-line no-new-func -- fallback + (function () { return this; })() || Function('return this')(); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/has-own-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/has-own-property.js new file mode 100644 index 00000000..336d800b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/has-own-property.js @@ -0,0 +1,12 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var toObject = require('../internals/to-object'); + +var hasOwnProperty = uncurryThis({}.hasOwnProperty); + +// `HasOwnProperty` abstract operation +// https://tc39.es/ecma262/#sec-hasownproperty +// eslint-disable-next-line es/no-object-hasown -- safe +module.exports = Object.hasOwn || function hasOwn(it, key) { + return hasOwnProperty(toObject(it), key); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/hidden-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/hidden-keys.js new file mode 100644 index 00000000..648a1666 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/hidden-keys.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = {}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/host-report-errors.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/host-report-errors.js new file mode 100644 index 00000000..1f3b26a8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/host-report-errors.js @@ -0,0 +1,7 @@ +'use strict'; +module.exports = function (a, b) { + try { + // eslint-disable-next-line no-console -- safe + arguments.length === 1 ? console.error(a) : console.error(a, b); + } catch (error) { /* empty */ } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/html.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/html.js new file mode 100644 index 00000000..b8da90e6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/html.js @@ -0,0 +1,4 @@ +'use strict'; +var getBuiltIn = require('../internals/get-built-in'); + +module.exports = getBuiltIn('document', 'documentElement'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/ie8-dom-define.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/ie8-dom-define.js new file mode 100644 index 00000000..22719e88 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/ie8-dom-define.js @@ -0,0 +1,12 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var fails = require('../internals/fails'); +var createElement = require('../internals/document-create-element'); + +// Thanks to IE8 for its funny defineProperty +module.exports = !DESCRIPTORS && !fails(function () { + // eslint-disable-next-line es/no-object-defineproperty -- required for testing + return Object.defineProperty(createElement('div'), 'a', { + get: function () { return 7; } + }).a !== 7; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/ieee754.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/ieee754.js new file mode 100644 index 00000000..ae60a47f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/ieee754.js @@ -0,0 +1,103 @@ +'use strict'; +// IEEE754 conversions based on https://github.com/feross/ieee754 +var $Array = Array; +var abs = Math.abs; +var pow = Math.pow; +var floor = Math.floor; +var log = Math.log; +var LN2 = Math.LN2; + +var pack = function (number, mantissaLength, bytes) { + var buffer = $Array(bytes); + var exponentLength = bytes * 8 - mantissaLength - 1; + var eMax = (1 << exponentLength) - 1; + var eBias = eMax >> 1; + var rt = mantissaLength === 23 ? pow(2, -24) - pow(2, -77) : 0; + var sign = number < 0 || number === 0 && 1 / number < 0 ? 1 : 0; + var index = 0; + var exponent, mantissa, c; + number = abs(number); + // eslint-disable-next-line no-self-compare -- NaN check + if (number !== number || number === Infinity) { + // eslint-disable-next-line no-self-compare -- NaN check + mantissa = number !== number ? 1 : 0; + exponent = eMax; + } else { + exponent = floor(log(number) / LN2); + c = pow(2, -exponent); + if (number * c < 1) { + exponent--; + c *= 2; + } + if (exponent + eBias >= 1) { + number += rt / c; + } else { + number += rt * pow(2, 1 - eBias); + } + if (number * c >= 2) { + exponent++; + c /= 2; + } + if (exponent + eBias >= eMax) { + mantissa = 0; + exponent = eMax; + } else if (exponent + eBias >= 1) { + mantissa = (number * c - 1) * pow(2, mantissaLength); + exponent += eBias; + } else { + mantissa = number * pow(2, eBias - 1) * pow(2, mantissaLength); + exponent = 0; + } + } + while (mantissaLength >= 8) { + buffer[index++] = mantissa & 255; + mantissa /= 256; + mantissaLength -= 8; + } + exponent = exponent << mantissaLength | mantissa; + exponentLength += mantissaLength; + while (exponentLength > 0) { + buffer[index++] = exponent & 255; + exponent /= 256; + exponentLength -= 8; + } + buffer[index - 1] |= sign * 128; + return buffer; +}; + +var unpack = function (buffer, mantissaLength) { + var bytes = buffer.length; + var exponentLength = bytes * 8 - mantissaLength - 1; + var eMax = (1 << exponentLength) - 1; + var eBias = eMax >> 1; + var nBits = exponentLength - 7; + var index = bytes - 1; + var sign = buffer[index--]; + var exponent = sign & 127; + var mantissa; + sign >>= 7; + while (nBits > 0) { + exponent = exponent * 256 + buffer[index--]; + nBits -= 8; + } + mantissa = exponent & (1 << -nBits) - 1; + exponent >>= -nBits; + nBits += mantissaLength; + while (nBits > 0) { + mantissa = mantissa * 256 + buffer[index--]; + nBits -= 8; + } + if (exponent === 0) { + exponent = 1 - eBias; + } else if (exponent === eMax) { + return mantissa ? NaN : sign ? -Infinity : Infinity; + } else { + mantissa += pow(2, mantissaLength); + exponent -= eBias; + } return (sign ? -1 : 1) * mantissa * pow(2, exponent - mantissaLength); +}; + +module.exports = { + pack: pack, + unpack: unpack +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/indexed-object.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/indexed-object.js new file mode 100644 index 00000000..cea2a9a2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/indexed-object.js @@ -0,0 +1,16 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var fails = require('../internals/fails'); +var classof = require('../internals/classof-raw'); + +var $Object = Object; +var split = uncurryThis(''.split); + +// fallback for non-array-like ES3 and non-enumerable old V8 strings +module.exports = fails(function () { + // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346 + // eslint-disable-next-line no-prototype-builtins -- safe + return !$Object('z').propertyIsEnumerable(0); +}) ? function (it) { + return classof(it) === 'String' ? split(it, '') : $Object(it); +} : $Object; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/inherit-if-required.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/inherit-if-required.js new file mode 100644 index 00000000..248771df --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/inherit-if-required.js @@ -0,0 +1,19 @@ +'use strict'; +var isCallable = require('../internals/is-callable'); +var isObject = require('../internals/is-object'); +var setPrototypeOf = require('../internals/object-set-prototype-of'); + +// makes subclassing work correct for wrapped built-ins +module.exports = function ($this, dummy, Wrapper) { + var NewTarget, NewTargetPrototype; + if ( + // it can work only with native `setPrototypeOf` + setPrototypeOf && + // we haven't completely correct pre-ES6 way for getting `new.target`, so use this + isCallable(NewTarget = dummy.constructor) && + NewTarget !== Wrapper && + isObject(NewTargetPrototype = NewTarget.prototype) && + NewTargetPrototype !== Wrapper.prototype + ) setPrototypeOf($this, NewTargetPrototype); + return $this; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/inspect-source.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/inspect-source.js new file mode 100644 index 00000000..eb9e80c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/inspect-source.js @@ -0,0 +1,15 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var isCallable = require('../internals/is-callable'); +var store = require('../internals/shared-store'); + +var functionToString = uncurryThis(Function.toString); + +// this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper +if (!isCallable(store.inspectSource)) { + store.inspectSource = function (it) { + return functionToString(it); + }; +} + +module.exports = store.inspectSource; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/install-error-cause.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/install-error-cause.js new file mode 100644 index 00000000..35f3b932 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/install-error-cause.js @@ -0,0 +1,11 @@ +'use strict'; +var isObject = require('../internals/is-object'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); + +// `InstallErrorCause` abstract operation +// https://tc39.es/proposal-error-cause/#sec-errorobjects-install-error-cause +module.exports = function (O, options) { + if (isObject(options) && 'cause' in options) { + createNonEnumerableProperty(O, 'cause', options.cause); + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/internal-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/internal-metadata.js new file mode 100644 index 00000000..df8b3380 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/internal-metadata.js @@ -0,0 +1,90 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var hiddenKeys = require('../internals/hidden-keys'); +var isObject = require('../internals/is-object'); +var hasOwn = require('../internals/has-own-property'); +var defineProperty = require('../internals/object-define-property').f; +var getOwnPropertyNamesModule = require('../internals/object-get-own-property-names'); +var getOwnPropertyNamesExternalModule = require('../internals/object-get-own-property-names-external'); +var isExtensible = require('../internals/object-is-extensible'); +var uid = require('../internals/uid'); +var FREEZING = require('../internals/freezing'); + +var REQUIRED = false; +var METADATA = uid('meta'); +var id = 0; + +var setMetadata = function (it) { + defineProperty(it, METADATA, { value: { + objectID: 'O' + id++, // object ID + weakData: {} // weak collections IDs + } }); +}; + +var fastKey = function (it, create) { + // return a primitive with prefix + if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it; + if (!hasOwn(it, METADATA)) { + // can't set metadata to uncaught frozen object + if (!isExtensible(it)) return 'F'; + // not necessary to add metadata + if (!create) return 'E'; + // add missing metadata + setMetadata(it); + // return object ID + } return it[METADATA].objectID; +}; + +var getWeakData = function (it, create) { + if (!hasOwn(it, METADATA)) { + // can't set metadata to uncaught frozen object + if (!isExtensible(it)) return true; + // not necessary to add metadata + if (!create) return false; + // add missing metadata + setMetadata(it); + // return the store of weak collections IDs + } return it[METADATA].weakData; +}; + +// add metadata on freeze-family methods calling +var onFreeze = function (it) { + if (FREEZING && REQUIRED && isExtensible(it) && !hasOwn(it, METADATA)) setMetadata(it); + return it; +}; + +var enable = function () { + meta.enable = function () { /* empty */ }; + REQUIRED = true; + var getOwnPropertyNames = getOwnPropertyNamesModule.f; + var splice = uncurryThis([].splice); + var test = {}; + test[METADATA] = 1; + + // prevent exposing of metadata key + if (getOwnPropertyNames(test).length) { + getOwnPropertyNamesModule.f = function (it) { + var result = getOwnPropertyNames(it); + for (var i = 0, length = result.length; i < length; i++) { + if (result[i] === METADATA) { + splice(result, i, 1); + break; + } + } return result; + }; + + $({ target: 'Object', stat: true, forced: true }, { + getOwnPropertyNames: getOwnPropertyNamesExternalModule.f + }); + } +}; + +var meta = module.exports = { + enable: enable, + fastKey: fastKey, + getWeakData: getWeakData, + onFreeze: onFreeze +}; + +hiddenKeys[METADATA] = true; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/internal-state.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/internal-state.js new file mode 100644 index 00000000..83e70b64 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/internal-state.js @@ -0,0 +1,71 @@ +'use strict'; +var NATIVE_WEAK_MAP = require('../internals/weak-map-basic-detection'); +var globalThis = require('../internals/global-this'); +var isObject = require('../internals/is-object'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var hasOwn = require('../internals/has-own-property'); +var shared = require('../internals/shared-store'); +var sharedKey = require('../internals/shared-key'); +var hiddenKeys = require('../internals/hidden-keys'); + +var OBJECT_ALREADY_INITIALIZED = 'Object already initialized'; +var TypeError = globalThis.TypeError; +var WeakMap = globalThis.WeakMap; +var set, get, has; + +var enforce = function (it) { + return has(it) ? get(it) : set(it, {}); +}; + +var getterFor = function (TYPE) { + return function (it) { + var state; + if (!isObject(it) || (state = get(it)).type !== TYPE) { + throw new TypeError('Incompatible receiver, ' + TYPE + ' required'); + } return state; + }; +}; + +if (NATIVE_WEAK_MAP || shared.state) { + var store = shared.state || (shared.state = new WeakMap()); + /* eslint-disable no-self-assign -- prototype methods protection */ + store.get = store.get; + store.has = store.has; + store.set = store.set; + /* eslint-enable no-self-assign -- prototype methods protection */ + set = function (it, metadata) { + if (store.has(it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED); + metadata.facade = it; + store.set(it, metadata); + return metadata; + }; + get = function (it) { + return store.get(it) || {}; + }; + has = function (it) { + return store.has(it); + }; +} else { + var STATE = sharedKey('state'); + hiddenKeys[STATE] = true; + set = function (it, metadata) { + if (hasOwn(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED); + metadata.facade = it; + createNonEnumerableProperty(it, STATE, metadata); + return metadata; + }; + get = function (it) { + return hasOwn(it, STATE) ? it[STATE] : {}; + }; + has = function (it) { + return hasOwn(it, STATE); + }; +} + +module.exports = { + set: set, + get: get, + has: has, + enforce: enforce, + getterFor: getterFor +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-array-iterator-method.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-array-iterator-method.js new file mode 100644 index 00000000..6878983d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-array-iterator-method.js @@ -0,0 +1,11 @@ +'use strict'; +var wellKnownSymbol = require('../internals/well-known-symbol'); +var Iterators = require('../internals/iterators'); + +var ITERATOR = wellKnownSymbol('iterator'); +var ArrayPrototype = Array.prototype; + +// check on default Array iterator +module.exports = function (it) { + return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-array.js new file mode 100644 index 00000000..14ea3b01 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-array.js @@ -0,0 +1,9 @@ +'use strict'; +var classof = require('../internals/classof-raw'); + +// `IsArray` abstract operation +// https://tc39.es/ecma262/#sec-isarray +// eslint-disable-next-line es/no-array-isarray -- safe +module.exports = Array.isArray || function isArray(argument) { + return classof(argument) === 'Array'; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-big-int-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-big-int-array.js new file mode 100644 index 00000000..7599b57e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-big-int-array.js @@ -0,0 +1,7 @@ +'use strict'; +var classof = require('../internals/classof'); + +module.exports = function (it) { + var klass = classof(it); + return klass === 'BigInt64Array' || klass === 'BigUint64Array'; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-callable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-callable.js new file mode 100644 index 00000000..bf804632 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-callable.js @@ -0,0 +1,12 @@ +'use strict'; +// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot +var documentAll = typeof document == 'object' && document.all; + +// `IsCallable` abstract operation +// https://tc39.es/ecma262/#sec-iscallable +// eslint-disable-next-line unicorn/no-typeof-undefined -- required for testing +module.exports = typeof documentAll == 'undefined' && documentAll !== undefined ? function (argument) { + return typeof argument == 'function' || argument === documentAll; +} : function (argument) { + return typeof argument == 'function'; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-constructor.js new file mode 100644 index 00000000..36d7342e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-constructor.js @@ -0,0 +1,52 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var fails = require('../internals/fails'); +var isCallable = require('../internals/is-callable'); +var classof = require('../internals/classof'); +var getBuiltIn = require('../internals/get-built-in'); +var inspectSource = require('../internals/inspect-source'); + +var noop = function () { /* empty */ }; +var construct = getBuiltIn('Reflect', 'construct'); +var constructorRegExp = /^\s*(?:class|function)\b/; +var exec = uncurryThis(constructorRegExp.exec); +var INCORRECT_TO_STRING = !constructorRegExp.test(noop); + +var isConstructorModern = function isConstructor(argument) { + if (!isCallable(argument)) return false; + try { + construct(noop, [], argument); + return true; + } catch (error) { + return false; + } +}; + +var isConstructorLegacy = function isConstructor(argument) { + if (!isCallable(argument)) return false; + switch (classof(argument)) { + case 'AsyncFunction': + case 'GeneratorFunction': + case 'AsyncGeneratorFunction': return false; + } + try { + // we can't check .prototype since constructors produced by .bind haven't it + // `Function#toString` throws on some built-it function in some legacy engines + // (for example, `DOMQuad` and similar in FF41-) + return INCORRECT_TO_STRING || !!exec(constructorRegExp, inspectSource(argument)); + } catch (error) { + return true; + } +}; + +isConstructorLegacy.sham = true; + +// `IsConstructor` abstract operation +// https://tc39.es/ecma262/#sec-isconstructor +module.exports = !construct || fails(function () { + var called; + return isConstructorModern(isConstructorModern.call) + || !isConstructorModern(Object) + || !isConstructorModern(function () { called = true; }) + || called; +}) ? isConstructorLegacy : isConstructorModern; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-data-descriptor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-data-descriptor.js new file mode 100644 index 00000000..201e35b2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-data-descriptor.js @@ -0,0 +1,6 @@ +'use strict'; +var hasOwn = require('../internals/has-own-property'); + +module.exports = function (descriptor) { + return descriptor !== undefined && (hasOwn(descriptor, 'value') || hasOwn(descriptor, 'writable')); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-forced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-forced.js new file mode 100644 index 00000000..acd8cc45 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-forced.js @@ -0,0 +1,23 @@ +'use strict'; +var fails = require('../internals/fails'); +var isCallable = require('../internals/is-callable'); + +var replacement = /#|\.prototype\./; + +var isForced = function (feature, detection) { + var value = data[normalize(feature)]; + return value === POLYFILL ? true + : value === NATIVE ? false + : isCallable(detection) ? fails(detection) + : !!detection; +}; + +var normalize = isForced.normalize = function (string) { + return String(string).replace(replacement, '.').toLowerCase(); +}; + +var data = isForced.data = {}; +var NATIVE = isForced.NATIVE = 'N'; +var POLYFILL = isForced.POLYFILL = 'P'; + +module.exports = isForced; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-integral-number.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-integral-number.js new file mode 100644 index 00000000..f2bbf69c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-integral-number.js @@ -0,0 +1,11 @@ +'use strict'; +var isObject = require('../internals/is-object'); + +var floor = Math.floor; + +// `IsIntegralNumber` abstract operation +// https://tc39.es/ecma262/#sec-isintegralnumber +// eslint-disable-next-line es/no-number-isinteger -- safe +module.exports = Number.isInteger || function isInteger(it) { + return !isObject(it) && isFinite(it) && floor(it) === it; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-iterable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-iterable.js new file mode 100644 index 00000000..94560dce --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-iterable.js @@ -0,0 +1,17 @@ +'use strict'; +var classof = require('../internals/classof'); +var hasOwn = require('../internals/has-own-property'); +var isNullOrUndefined = require('../internals/is-null-or-undefined'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var Iterators = require('../internals/iterators'); + +var ITERATOR = wellKnownSymbol('iterator'); +var $Object = Object; + +module.exports = function (it) { + if (isNullOrUndefined(it)) return false; + var O = $Object(it); + return O[ITERATOR] !== undefined + || '@@iterator' in O + || hasOwn(Iterators, classof(O)); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-null-or-undefined.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-null-or-undefined.js new file mode 100644 index 00000000..8e687ddc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-null-or-undefined.js @@ -0,0 +1,6 @@ +'use strict'; +// we can't use just `it == null` since of `document.all` special case +// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot-aec +module.exports = function (it) { + return it === null || it === undefined; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-object.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-object.js new file mode 100644 index 00000000..8ed15889 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-object.js @@ -0,0 +1,6 @@ +'use strict'; +var isCallable = require('../internals/is-callable'); + +module.exports = function (it) { + return typeof it == 'object' ? it !== null : isCallable(it); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-possible-prototype.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-possible-prototype.js new file mode 100644 index 00000000..80e976da --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-possible-prototype.js @@ -0,0 +1,6 @@ +'use strict'; +var isObject = require('../internals/is-object'); + +module.exports = function (argument) { + return isObject(argument) || argument === null; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-pure.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-pure.js new file mode 100644 index 00000000..ae7c87b1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-pure.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = false; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-raw-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-raw-json.js new file mode 100644 index 00000000..f6cab852 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-raw-json.js @@ -0,0 +1,9 @@ +'use strict'; +var isObject = require('../internals/is-object'); +var getInternalState = require('../internals/internal-state').get; + +module.exports = function isRawJSON(O) { + if (!isObject(O)) return false; + var state = getInternalState(O); + return !!state && state.type === 'RawJSON'; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-regexp.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-regexp.js new file mode 100644 index 00000000..a4b287a0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-regexp.js @@ -0,0 +1,13 @@ +'use strict'; +var isObject = require('../internals/is-object'); +var classof = require('../internals/classof-raw'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var MATCH = wellKnownSymbol('match'); + +// `IsRegExp` abstract operation +// https://tc39.es/ecma262/#sec-isregexp +module.exports = function (it) { + var isRegExp; + return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) === 'RegExp'); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-symbol.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-symbol.js new file mode 100644 index 00000000..8c62ff91 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/is-symbol.js @@ -0,0 +1,14 @@ +'use strict'; +var getBuiltIn = require('../internals/get-built-in'); +var isCallable = require('../internals/is-callable'); +var isPrototypeOf = require('../internals/object-is-prototype-of'); +var USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid'); + +var $Object = Object; + +module.exports = USE_SYMBOL_AS_UID ? function (it) { + return typeof it == 'symbol'; +} : function (it) { + var $Symbol = getBuiltIn('Symbol'); + return isCallable($Symbol) && isPrototypeOf($Symbol.prototype, $Object(it)); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterate-simple.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterate-simple.js new file mode 100644 index 00000000..f940cc32 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterate-simple.js @@ -0,0 +1,12 @@ +'use strict'; +var call = require('../internals/function-call'); + +module.exports = function (record, fn, ITERATOR_INSTEAD_OF_RECORD) { + var iterator = ITERATOR_INSTEAD_OF_RECORD ? record : record.iterator; + var next = record.next; + var step, result; + while (!(step = call(next, iterator)).done) { + result = fn(step.value); + if (result !== undefined) return result; + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterate.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterate.js new file mode 100644 index 00000000..bcfa5cf0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterate.js @@ -0,0 +1,69 @@ +'use strict'; +var bind = require('../internals/function-bind-context'); +var call = require('../internals/function-call'); +var anObject = require('../internals/an-object'); +var tryToString = require('../internals/try-to-string'); +var isArrayIteratorMethod = require('../internals/is-array-iterator-method'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var isPrototypeOf = require('../internals/object-is-prototype-of'); +var getIterator = require('../internals/get-iterator'); +var getIteratorMethod = require('../internals/get-iterator-method'); +var iteratorClose = require('../internals/iterator-close'); + +var $TypeError = TypeError; + +var Result = function (stopped, result) { + this.stopped = stopped; + this.result = result; +}; + +var ResultPrototype = Result.prototype; + +module.exports = function (iterable, unboundFunction, options) { + var that = options && options.that; + var AS_ENTRIES = !!(options && options.AS_ENTRIES); + var IS_RECORD = !!(options && options.IS_RECORD); + var IS_ITERATOR = !!(options && options.IS_ITERATOR); + var INTERRUPTED = !!(options && options.INTERRUPTED); + var fn = bind(unboundFunction, that); + var iterator, iterFn, index, length, result, next, step; + + var stop = function (condition) { + if (iterator) iteratorClose(iterator, 'normal', condition); + return new Result(true, condition); + }; + + var callFn = function (value) { + if (AS_ENTRIES) { + anObject(value); + return INTERRUPTED ? fn(value[0], value[1], stop) : fn(value[0], value[1]); + } return INTERRUPTED ? fn(value, stop) : fn(value); + }; + + if (IS_RECORD) { + iterator = iterable.iterator; + } else if (IS_ITERATOR) { + iterator = iterable; + } else { + iterFn = getIteratorMethod(iterable); + if (!iterFn) throw new $TypeError(tryToString(iterable) + ' is not iterable'); + // optimisation for array iterators + if (isArrayIteratorMethod(iterFn)) { + for (index = 0, length = lengthOfArrayLike(iterable); length > index; index++) { + result = callFn(iterable[index]); + if (result && isPrototypeOf(ResultPrototype, result)) return result; + } return new Result(false); + } + iterator = getIterator(iterable, iterFn); + } + + next = IS_RECORD ? iterable.next : iterator.next; + while (!(step = call(next, iterator)).done) { + try { + result = callFn(step.value); + } catch (error) { + iteratorClose(iterator, 'throw', error); + } + if (typeof result == 'object' && result && isPrototypeOf(ResultPrototype, result)) return result; + } return new Result(false); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-close.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-close.js new file mode 100644 index 00000000..df2d1e0e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-close.js @@ -0,0 +1,24 @@ +'use strict'; +var call = require('../internals/function-call'); +var anObject = require('../internals/an-object'); +var getMethod = require('../internals/get-method'); + +module.exports = function (iterator, kind, value) { + var innerResult, innerError; + anObject(iterator); + try { + innerResult = getMethod(iterator, 'return'); + if (!innerResult) { + if (kind === 'throw') throw value; + return value; + } + innerResult = call(innerResult, iterator); + } catch (error) { + innerError = true; + innerResult = error; + } + if (kind === 'throw') throw value; + if (innerError) throw innerResult; + anObject(innerResult); + return value; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-create-constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-create-constructor.js new file mode 100644 index 00000000..e519c9f2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-create-constructor.js @@ -0,0 +1,16 @@ +'use strict'; +var IteratorPrototype = require('../internals/iterators-core').IteratorPrototype; +var create = require('../internals/object-create'); +var createPropertyDescriptor = require('../internals/create-property-descriptor'); +var setToStringTag = require('../internals/set-to-string-tag'); +var Iterators = require('../internals/iterators'); + +var returnThis = function () { return this; }; + +module.exports = function (IteratorConstructor, NAME, next, ENUMERABLE_NEXT) { + var TO_STRING_TAG = NAME + ' Iterator'; + IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(+!ENUMERABLE_NEXT, next) }); + setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true); + Iterators[TO_STRING_TAG] = returnThis; + return IteratorConstructor; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-create-proxy.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-create-proxy.js new file mode 100644 index 00000000..a0f21028 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-create-proxy.js @@ -0,0 +1,78 @@ +'use strict'; +var call = require('../internals/function-call'); +var create = require('../internals/object-create'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var defineBuiltIns = require('../internals/define-built-ins'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var InternalStateModule = require('../internals/internal-state'); +var getMethod = require('../internals/get-method'); +var IteratorPrototype = require('../internals/iterators-core').IteratorPrototype; +var createIterResultObject = require('../internals/create-iter-result-object'); +var iteratorClose = require('../internals/iterator-close'); + +var TO_STRING_TAG = wellKnownSymbol('toStringTag'); +var ITERATOR_HELPER = 'IteratorHelper'; +var WRAP_FOR_VALID_ITERATOR = 'WrapForValidIterator'; +var setInternalState = InternalStateModule.set; + +var createIteratorProxyPrototype = function (IS_ITERATOR) { + var getInternalState = InternalStateModule.getterFor(IS_ITERATOR ? WRAP_FOR_VALID_ITERATOR : ITERATOR_HELPER); + + return defineBuiltIns(create(IteratorPrototype), { + next: function next() { + var state = getInternalState(this); + // for simplification: + // for `%WrapForValidIteratorPrototype%.next` or with `state.returnHandlerResult` our `nextHandler` returns `IterResultObject` + // for `%IteratorHelperPrototype%.next` - just a value + if (IS_ITERATOR) return state.nextHandler(); + if (state.done) return createIterResultObject(undefined, true); + try { + var result = state.nextHandler(); + return state.returnHandlerResult ? result : createIterResultObject(result, state.done); + } catch (error) { + state.done = true; + throw error; + } + }, + 'return': function () { + var state = getInternalState(this); + var iterator = state.iterator; + state.done = true; + if (IS_ITERATOR) { + var returnMethod = getMethod(iterator, 'return'); + return returnMethod ? call(returnMethod, iterator) : createIterResultObject(undefined, true); + } + if (state.inner) try { + iteratorClose(state.inner.iterator, 'normal'); + } catch (error) { + return iteratorClose(iterator, 'throw', error); + } + if (iterator) iteratorClose(iterator, 'normal'); + return createIterResultObject(undefined, true); + } + }); +}; + +var WrapForValidIteratorPrototype = createIteratorProxyPrototype(true); +var IteratorHelperPrototype = createIteratorProxyPrototype(false); + +createNonEnumerableProperty(IteratorHelperPrototype, TO_STRING_TAG, 'Iterator Helper'); + +module.exports = function (nextHandler, IS_ITERATOR, RETURN_HANDLER_RESULT) { + var IteratorProxy = function Iterator(record, state) { + if (state) { + state.iterator = record.iterator; + state.next = record.next; + } else state = record; + state.type = IS_ITERATOR ? WRAP_FOR_VALID_ITERATOR : ITERATOR_HELPER; + state.returnHandlerResult = !!RETURN_HANDLER_RESULT; + state.nextHandler = nextHandler; + state.counter = 0; + state.done = false; + setInternalState(this, state); + }; + + IteratorProxy.prototype = IS_ITERATOR ? WrapForValidIteratorPrototype : IteratorHelperPrototype; + + return IteratorProxy; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-define.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-define.js new file mode 100644 index 00000000..c1eebd48 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-define.js @@ -0,0 +1,102 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var IS_PURE = require('../internals/is-pure'); +var FunctionName = require('../internals/function-name'); +var isCallable = require('../internals/is-callable'); +var createIteratorConstructor = require('../internals/iterator-create-constructor'); +var getPrototypeOf = require('../internals/object-get-prototype-of'); +var setPrototypeOf = require('../internals/object-set-prototype-of'); +var setToStringTag = require('../internals/set-to-string-tag'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var defineBuiltIn = require('../internals/define-built-in'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var Iterators = require('../internals/iterators'); +var IteratorsCore = require('../internals/iterators-core'); + +var PROPER_FUNCTION_NAME = FunctionName.PROPER; +var CONFIGURABLE_FUNCTION_NAME = FunctionName.CONFIGURABLE; +var IteratorPrototype = IteratorsCore.IteratorPrototype; +var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS; +var ITERATOR = wellKnownSymbol('iterator'); +var KEYS = 'keys'; +var VALUES = 'values'; +var ENTRIES = 'entries'; + +var returnThis = function () { return this; }; + +module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) { + createIteratorConstructor(IteratorConstructor, NAME, next); + + var getIterationMethod = function (KIND) { + if (KIND === DEFAULT && defaultIterator) return defaultIterator; + if (!BUGGY_SAFARI_ITERATORS && KIND && KIND in IterablePrototype) return IterablePrototype[KIND]; + + switch (KIND) { + case KEYS: return function keys() { return new IteratorConstructor(this, KIND); }; + case VALUES: return function values() { return new IteratorConstructor(this, KIND); }; + case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); }; + } + + return function () { return new IteratorConstructor(this); }; + }; + + var TO_STRING_TAG = NAME + ' Iterator'; + var INCORRECT_VALUES_NAME = false; + var IterablePrototype = Iterable.prototype; + var nativeIterator = IterablePrototype[ITERATOR] + || IterablePrototype['@@iterator'] + || DEFAULT && IterablePrototype[DEFAULT]; + var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT); + var anyNativeIterator = NAME === 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator; + var CurrentIteratorPrototype, methods, KEY; + + // fix native + if (anyNativeIterator) { + CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable())); + if (CurrentIteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) { + if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) { + if (setPrototypeOf) { + setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype); + } else if (!isCallable(CurrentIteratorPrototype[ITERATOR])) { + defineBuiltIn(CurrentIteratorPrototype, ITERATOR, returnThis); + } + } + // Set @@toStringTag to native iterators + setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true); + if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis; + } + } + + // fix Array.prototype.{ values, @@iterator }.name in V8 / FF + if (PROPER_FUNCTION_NAME && DEFAULT === VALUES && nativeIterator && nativeIterator.name !== VALUES) { + if (!IS_PURE && CONFIGURABLE_FUNCTION_NAME) { + createNonEnumerableProperty(IterablePrototype, 'name', VALUES); + } else { + INCORRECT_VALUES_NAME = true; + defaultIterator = function values() { return call(nativeIterator, this); }; + } + } + + // export additional methods + if (DEFAULT) { + methods = { + values: getIterationMethod(VALUES), + keys: IS_SET ? defaultIterator : getIterationMethod(KEYS), + entries: getIterationMethod(ENTRIES) + }; + if (FORCED) for (KEY in methods) { + if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) { + defineBuiltIn(IterablePrototype, KEY, methods[KEY]); + } + } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods); + } + + // define iterator + if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) { + defineBuiltIn(IterablePrototype, ITERATOR, defaultIterator, { name: DEFAULT }); + } + Iterators[NAME] = defaultIterator; + + return methods; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-indexed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-indexed.js new file mode 100644 index 00000000..e7e66766 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-indexed.js @@ -0,0 +1,13 @@ +'use strict'; +var call = require('../internals/function-call'); +var map = require('../internals/iterator-map'); + +var callback = function (value, counter) { + return [counter, value]; +}; + +// `Iterator.prototype.indexed` method +// https://github.com/tc39/proposal-iterator-helpers +module.exports = function indexed() { + return call(map, this, callback); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-map.js new file mode 100644 index 00000000..005abe03 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterator-map.js @@ -0,0 +1,24 @@ +'use strict'; +var call = require('../internals/function-call'); +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var getIteratorDirect = require('../internals/get-iterator-direct'); +var createIteratorProxy = require('../internals/iterator-create-proxy'); +var callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing'); + +var IteratorProxy = createIteratorProxy(function () { + var iterator = this.iterator; + var result = anObject(call(this.next, iterator)); + var done = this.done = !!result.done; + if (!done) return callWithSafeIterationClosing(iterator, this.mapper, [result.value, this.counter++], true); +}); + +// `Iterator.prototype.map` method +// https://github.com/tc39/proposal-iterator-helpers +module.exports = function map(mapper) { + anObject(this); + aCallable(mapper); + return new IteratorProxy(getIteratorDirect(this), { + mapper: mapper + }); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterators-core.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterators-core.js new file mode 100644 index 00000000..9ebcaae6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterators-core.js @@ -0,0 +1,49 @@ +'use strict'; +var fails = require('../internals/fails'); +var isCallable = require('../internals/is-callable'); +var isObject = require('../internals/is-object'); +var create = require('../internals/object-create'); +var getPrototypeOf = require('../internals/object-get-prototype-of'); +var defineBuiltIn = require('../internals/define-built-in'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var IS_PURE = require('../internals/is-pure'); + +var ITERATOR = wellKnownSymbol('iterator'); +var BUGGY_SAFARI_ITERATORS = false; + +// `%IteratorPrototype%` object +// https://tc39.es/ecma262/#sec-%iteratorprototype%-object +var IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator; + +/* eslint-disable es/no-array-prototype-keys -- safe */ +if ([].keys) { + arrayIterator = [].keys(); + // Safari 8 has buggy iterators w/o `next` + if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true; + else { + PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator)); + if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype; + } +} + +var NEW_ITERATOR_PROTOTYPE = !isObject(IteratorPrototype) || fails(function () { + var test = {}; + // FF44- legacy iterators case + return IteratorPrototype[ITERATOR].call(test) !== test; +}); + +if (NEW_ITERATOR_PROTOTYPE) IteratorPrototype = {}; +else if (IS_PURE) IteratorPrototype = create(IteratorPrototype); + +// `%IteratorPrototype%[@@iterator]()` method +// https://tc39.es/ecma262/#sec-%iteratorprototype%-@@iterator +if (!isCallable(IteratorPrototype[ITERATOR])) { + defineBuiltIn(IteratorPrototype, ITERATOR, function () { + return this; + }); +} + +module.exports = { + IteratorPrototype: IteratorPrototype, + BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterators.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterators.js new file mode 100644 index 00000000..648a1666 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/iterators.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = {}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/length-of-array-like.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/length-of-array-like.js new file mode 100644 index 00000000..8cddc2ff --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/length-of-array-like.js @@ -0,0 +1,8 @@ +'use strict'; +var toLength = require('../internals/to-length'); + +// `LengthOfArrayLike` abstract operation +// https://tc39.es/ecma262/#sec-lengthofarraylike +module.exports = function (obj) { + return toLength(obj.length); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/make-built-in.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/make-built-in.js new file mode 100644 index 00000000..57430985 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/make-built-in.js @@ -0,0 +1,55 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var fails = require('../internals/fails'); +var isCallable = require('../internals/is-callable'); +var hasOwn = require('../internals/has-own-property'); +var DESCRIPTORS = require('../internals/descriptors'); +var CONFIGURABLE_FUNCTION_NAME = require('../internals/function-name').CONFIGURABLE; +var inspectSource = require('../internals/inspect-source'); +var InternalStateModule = require('../internals/internal-state'); + +var enforceInternalState = InternalStateModule.enforce; +var getInternalState = InternalStateModule.get; +var $String = String; +// eslint-disable-next-line es/no-object-defineproperty -- safe +var defineProperty = Object.defineProperty; +var stringSlice = uncurryThis(''.slice); +var replace = uncurryThis(''.replace); +var join = uncurryThis([].join); + +var CONFIGURABLE_LENGTH = DESCRIPTORS && !fails(function () { + return defineProperty(function () { /* empty */ }, 'length', { value: 8 }).length !== 8; +}); + +var TEMPLATE = String(String).split('String'); + +var makeBuiltIn = module.exports = function (value, name, options) { + if (stringSlice($String(name), 0, 7) === 'Symbol(') { + name = '[' + replace($String(name), /^Symbol\(([^)]*)\).*$/, '$1') + ']'; + } + if (options && options.getter) name = 'get ' + name; + if (options && options.setter) name = 'set ' + name; + if (!hasOwn(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value.name !== name)) { + if (DESCRIPTORS) defineProperty(value, 'name', { value: name, configurable: true }); + else value.name = name; + } + if (CONFIGURABLE_LENGTH && options && hasOwn(options, 'arity') && value.length !== options.arity) { + defineProperty(value, 'length', { value: options.arity }); + } + try { + if (options && hasOwn(options, 'constructor') && options.constructor) { + if (DESCRIPTORS) defineProperty(value, 'prototype', { writable: false }); + // in V8 ~ Chrome 53, prototypes of some methods, like `Array.prototype.values`, are non-writable + } else if (value.prototype) value.prototype = undefined; + } catch (error) { /* empty */ } + var state = enforceInternalState(value); + if (!hasOwn(state, 'source')) { + state.source = join(TEMPLATE, typeof name == 'string' ? name : ''); + } return value; +}; + +// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative +// eslint-disable-next-line no-extend-native -- required +Function.prototype.toString = makeBuiltIn(function toString() { + return isCallable(this) && getInternalState(this).source || inspectSource(this); +}, 'toString'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/map-helpers.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/map-helpers.js new file mode 100644 index 00000000..8120c7dc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/map-helpers.js @@ -0,0 +1,15 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); + +// eslint-disable-next-line es/no-map -- safe +var MapPrototype = Map.prototype; + +module.exports = { + // eslint-disable-next-line es/no-map -- safe + Map: Map, + set: uncurryThis(MapPrototype.set), + get: uncurryThis(MapPrototype.get), + has: uncurryThis(MapPrototype.has), + remove: uncurryThis(MapPrototype['delete']), + proto: MapPrototype +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/map-iterate.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/map-iterate.js new file mode 100644 index 00000000..2c56a0b8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/map-iterate.js @@ -0,0 +1,16 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var iterateSimple = require('../internals/iterate-simple'); +var MapHelpers = require('../internals/map-helpers'); + +var Map = MapHelpers.Map; +var MapPrototype = MapHelpers.proto; +var forEach = uncurryThis(MapPrototype.forEach); +var entries = uncurryThis(MapPrototype.entries); +var next = entries(new Map()).next; + +module.exports = function (map, fn, interruptible) { + return interruptible ? iterateSimple({ iterator: entries(map), next: next }, function (entry) { + return fn(entry[1], entry[0]); + }) : forEach(map, fn); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/map-upsert.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/map-upsert.js new file mode 100644 index 00000000..28f17f3f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/map-upsert.js @@ -0,0 +1,31 @@ +'use strict'; +var call = require('../internals/function-call'); +var aCallable = require('../internals/a-callable'); +var isCallable = require('../internals/is-callable'); +var anObject = require('../internals/an-object'); + +var $TypeError = TypeError; + +// `Map.prototype.upsert` method +// https://github.com/tc39/proposal-upsert +module.exports = function upsert(key, updateFn /* , insertFn */) { + var map = anObject(this); + var get = aCallable(map.get); + var has = aCallable(map.has); + var set = aCallable(map.set); + var insertFn = arguments.length > 2 ? arguments[2] : undefined; + var value; + if (!isCallable(updateFn) && !isCallable(insertFn)) { + throw new $TypeError('At least one callback required'); + } + if (call(has, map, key)) { + value = call(get, map, key); + if (isCallable(updateFn)) { + value = updateFn(value); + call(set, map, key, value); + } + } else if (isCallable(insertFn)) { + value = insertFn(); + call(set, map, key, value); + } return value; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-expm1.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-expm1.js new file mode 100644 index 00000000..f0a1a968 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-expm1.js @@ -0,0 +1,17 @@ +'use strict'; +// eslint-disable-next-line es/no-math-expm1 -- safe +var $expm1 = Math.expm1; +var exp = Math.exp; + +// `Math.expm1` method implementation +// https://tc39.es/ecma262/#sec-math.expm1 +module.exports = (!$expm1 + // Old FF bug + // eslint-disable-next-line no-loss-of-precision -- required for old engines + || $expm1(10) > 22025.465794806719 || $expm1(10) < 22025.4657948067165168 + // Tor Browser bug + || $expm1(-2e-17) !== -2e-17 +) ? function expm1(x) { + var n = +x; + return n === 0 ? n : n > -1e-6 && n < 1e-6 ? n + n * n / 2 : exp(n) - 1; +} : $expm1; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-float-round.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-float-round.js new file mode 100644 index 00000000..5f86a0c1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-float-round.js @@ -0,0 +1,19 @@ +'use strict'; +var sign = require('../internals/math-sign'); +var roundTiesToEven = require('../internals/math-round-ties-to-even'); + +var abs = Math.abs; + +var EPSILON = 2.220446049250313e-16; // Number.EPSILON + +module.exports = function (x, FLOAT_EPSILON, FLOAT_MAX_VALUE, FLOAT_MIN_VALUE) { + var n = +x; + var absolute = abs(n); + var s = sign(n); + if (absolute < FLOAT_MIN_VALUE) return s * roundTiesToEven(absolute / FLOAT_MIN_VALUE / FLOAT_EPSILON) * FLOAT_MIN_VALUE * FLOAT_EPSILON; + var a = (1 + FLOAT_EPSILON / EPSILON) * absolute; + var result = a - (a - absolute); + // eslint-disable-next-line no-self-compare -- NaN check + if (result > FLOAT_MAX_VALUE || result !== result) return s * Infinity; + return s * result; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-fround.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-fround.js new file mode 100644 index 00000000..7fc1909b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-fround.js @@ -0,0 +1,13 @@ +'use strict'; +var floatRound = require('../internals/math-float-round'); + +var FLOAT32_EPSILON = 1.1920928955078125e-7; // 2 ** -23; +var FLOAT32_MAX_VALUE = 3.4028234663852886e+38; // 2 ** 128 - 2 ** 104 +var FLOAT32_MIN_VALUE = 1.1754943508222875e-38; // 2 ** -126; + +// `Math.fround` method implementation +// https://tc39.es/ecma262/#sec-math.fround +// eslint-disable-next-line es/no-math-fround -- safe +module.exports = Math.fround || function fround(x) { + return floatRound(x, FLOAT32_EPSILON, FLOAT32_MAX_VALUE, FLOAT32_MIN_VALUE); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-log10.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-log10.js new file mode 100644 index 00000000..c6a47b2d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-log10.js @@ -0,0 +1,8 @@ +'use strict'; +var log = Math.log; +var LOG10E = Math.LOG10E; + +// eslint-disable-next-line es/no-math-log10 -- safe +module.exports = Math.log10 || function log10(x) { + return log(x) * LOG10E; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-log1p.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-log1p.js new file mode 100644 index 00000000..6917bf47 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-log1p.js @@ -0,0 +1,10 @@ +'use strict'; +var log = Math.log; + +// `Math.log1p` method implementation +// https://tc39.es/ecma262/#sec-math.log1p +// eslint-disable-next-line es/no-math-log1p -- safe +module.exports = Math.log1p || function log1p(x) { + var n = +x; + return n > -1e-8 && n < 1e-8 ? n - n * n / 2 : log(1 + n); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-log2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-log2.js new file mode 100644 index 00000000..c29b5ab6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-log2.js @@ -0,0 +1,10 @@ +'use strict'; +var log = Math.log; +var LN2 = Math.LN2; + +// `Math.log2` method +// https://tc39.es/ecma262/#sec-math.log2 +// eslint-disable-next-line es/no-math-log2 -- safe +module.exports = Math.log2 || function log2(x) { + return log(x) / LN2; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-round-ties-to-even.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-round-ties-to-even.js new file mode 100644 index 00000000..fa5cb601 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-round-ties-to-even.js @@ -0,0 +1,7 @@ +'use strict'; +var EPSILON = 2.220446049250313e-16; // Number.EPSILON +var INVERSE_EPSILON = 1 / EPSILON; + +module.exports = function (n) { + return n + INVERSE_EPSILON - INVERSE_EPSILON; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-scale.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-scale.js new file mode 100644 index 00000000..d3e2ceb5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-scale.js @@ -0,0 +1,14 @@ +'use strict'; +// `Math.scale` method implementation +// https://rwaldron.github.io/proposal-math-extensions/ +module.exports = function scale(x, inLow, inHigh, outLow, outHigh) { + var nx = +x; + var nInLow = +inLow; + var nInHigh = +inHigh; + var nOutLow = +outLow; + var nOutHigh = +outHigh; + // eslint-disable-next-line no-self-compare -- NaN check + if (nx !== nx || nInLow !== nInLow || nInHigh !== nInHigh || nOutLow !== nOutLow || nOutHigh !== nOutHigh) return NaN; + if (nx === Infinity || nx === -Infinity) return nx; + return (nx - nInLow) * (nOutHigh - nOutLow) / (nInHigh - nInLow) + nOutLow; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-sign.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-sign.js new file mode 100644 index 00000000..d59578e8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-sign.js @@ -0,0 +1,9 @@ +'use strict'; +// `Math.sign` method implementation +// https://tc39.es/ecma262/#sec-math.sign +// eslint-disable-next-line es/no-math-sign -- safe +module.exports = Math.sign || function sign(x) { + var n = +x; + // eslint-disable-next-line no-self-compare -- NaN check + return n === 0 || n !== n ? n : n < 0 ? -1 : 1; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-trunc.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-trunc.js new file mode 100644 index 00000000..6d41e543 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/math-trunc.js @@ -0,0 +1,11 @@ +'use strict'; +var ceil = Math.ceil; +var floor = Math.floor; + +// `Math.trunc` method +// https://tc39.es/ecma262/#sec-math.trunc +// eslint-disable-next-line es/no-math-trunc -- safe +module.exports = Math.trunc || function trunc(x) { + var n = +x; + return (n > 0 ? floor : ceil)(n); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/microtask.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/microtask.js new file mode 100644 index 00000000..906ffc43 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/microtask.js @@ -0,0 +1,79 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var safeGetBuiltIn = require('../internals/safe-get-built-in'); +var bind = require('../internals/function-bind-context'); +var macrotask = require('../internals/task').set; +var Queue = require('../internals/queue'); +var IS_IOS = require('../internals/environment-is-ios'); +var IS_IOS_PEBBLE = require('../internals/environment-is-ios-pebble'); +var IS_WEBOS_WEBKIT = require('../internals/environment-is-webos-webkit'); +var IS_NODE = require('../internals/environment-is-node'); + +var MutationObserver = globalThis.MutationObserver || globalThis.WebKitMutationObserver; +var document = globalThis.document; +var process = globalThis.process; +var Promise = globalThis.Promise; +var microtask = safeGetBuiltIn('queueMicrotask'); +var notify, toggle, node, promise, then; + +// modern engines have queueMicrotask method +if (!microtask) { + var queue = new Queue(); + + var flush = function () { + var parent, fn; + if (IS_NODE && (parent = process.domain)) parent.exit(); + while (fn = queue.get()) try { + fn(); + } catch (error) { + if (queue.head) notify(); + throw error; + } + if (parent) parent.enter(); + }; + + // browsers with MutationObserver, except iOS - https://github.com/zloirock/core-js/issues/339 + // also except WebOS Webkit https://github.com/zloirock/core-js/issues/898 + if (!IS_IOS && !IS_NODE && !IS_WEBOS_WEBKIT && MutationObserver && document) { + toggle = true; + node = document.createTextNode(''); + new MutationObserver(flush).observe(node, { characterData: true }); + notify = function () { + node.data = toggle = !toggle; + }; + // environments with maybe non-completely correct, but existent Promise + } else if (!IS_IOS_PEBBLE && Promise && Promise.resolve) { + // Promise.resolve without an argument throws an error in LG WebOS 2 + promise = Promise.resolve(undefined); + // workaround of WebKit ~ iOS Safari 10.1 bug + promise.constructor = Promise; + then = bind(promise.then, promise); + notify = function () { + then(flush); + }; + // Node.js without promises + } else if (IS_NODE) { + notify = function () { + process.nextTick(flush); + }; + // for other environments - macrotask based on: + // - setImmediate + // - MessageChannel + // - window.postMessage + // - onreadystatechange + // - setTimeout + } else { + // `webpack` dev server bug on IE global methods - use bind(fn, global) + macrotask = bind(macrotask, globalThis); + notify = function () { + macrotask(flush); + }; + } + + microtask = function (fn) { + if (!queue.head) notify(); + queue.add(fn); + }; +} + +module.exports = microtask; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/native-raw-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/native-raw-json.js new file mode 100644 index 00000000..96b35310 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/native-raw-json.js @@ -0,0 +1,11 @@ +'use strict'; +/* eslint-disable es/no-json -- safe */ +var fails = require('../internals/fails'); + +module.exports = !fails(function () { + var unsafeInt = '9007199254740993'; + // eslint-disable-next-line es/no-nonstandard-json-properties -- feature detection + var raw = JSON.rawJSON(unsafeInt); + // eslint-disable-next-line es/no-nonstandard-json-properties -- feature detection + return !JSON.isRawJSON(raw) || JSON.stringify(raw) !== unsafeInt; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/new-promise-capability.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/new-promise-capability.js new file mode 100644 index 00000000..dac6549b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/new-promise-capability.js @@ -0,0 +1,21 @@ +'use strict'; +var aCallable = require('../internals/a-callable'); + +var $TypeError = TypeError; + +var PromiseCapability = function (C) { + var resolve, reject; + this.promise = new C(function ($$resolve, $$reject) { + if (resolve !== undefined || reject !== undefined) throw new $TypeError('Bad Promise constructor'); + resolve = $$resolve; + reject = $$reject; + }); + this.resolve = aCallable(resolve); + this.reject = aCallable(reject); +}; + +// `NewPromiseCapability` abstract operation +// https://tc39.es/ecma262/#sec-newpromisecapability +module.exports.f = function (C) { + return new PromiseCapability(C); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/normalize-string-argument.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/normalize-string-argument.js new file mode 100644 index 00000000..83d4af7f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/normalize-string-argument.js @@ -0,0 +1,6 @@ +'use strict'; +var toString = require('../internals/to-string'); + +module.exports = function (argument, $default) { + return argument === undefined ? arguments.length < 2 ? '' : $default : toString(argument); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/not-a-nan.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/not-a-nan.js new file mode 100644 index 00000000..61ce8f13 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/not-a-nan.js @@ -0,0 +1,8 @@ +'use strict'; +var $RangeError = RangeError; + +module.exports = function (it) { + // eslint-disable-next-line no-self-compare -- NaN check + if (it === it) return it; + throw new $RangeError('NaN is not allowed'); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/not-a-regexp.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/not-a-regexp.js new file mode 100644 index 00000000..49c81fbc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/not-a-regexp.js @@ -0,0 +1,10 @@ +'use strict'; +var isRegExp = require('../internals/is-regexp'); + +var $TypeError = TypeError; + +module.exports = function (it) { + if (isRegExp(it)) { + throw new $TypeError("The method doesn't accept regular expressions"); + } return it; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/number-is-finite.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/number-is-finite.js new file mode 100644 index 00000000..d2fe159f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/number-is-finite.js @@ -0,0 +1,11 @@ +'use strict'; +var globalThis = require('../internals/global-this'); + +var globalIsFinite = globalThis.isFinite; + +// `Number.isFinite` method +// https://tc39.es/ecma262/#sec-number.isfinite +// eslint-disable-next-line es/no-number-isfinite -- safe +module.exports = Number.isFinite || function isFinite(it) { + return typeof it == 'number' && globalIsFinite(it); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/number-parse-float.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/number-parse-float.js new file mode 100644 index 00000000..09da20d9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/number-parse-float.js @@ -0,0 +1,23 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var fails = require('../internals/fails'); +var uncurryThis = require('../internals/function-uncurry-this'); +var toString = require('../internals/to-string'); +var trim = require('../internals/string-trim').trim; +var whitespaces = require('../internals/whitespaces'); + +var charAt = uncurryThis(''.charAt); +var $parseFloat = globalThis.parseFloat; +var Symbol = globalThis.Symbol; +var ITERATOR = Symbol && Symbol.iterator; +var FORCED = 1 / $parseFloat(whitespaces + '-0') !== -Infinity + // MS Edge 18- broken with boxed symbols + || (ITERATOR && !fails(function () { $parseFloat(Object(ITERATOR)); })); + +// `parseFloat` method +// https://tc39.es/ecma262/#sec-parsefloat-string +module.exports = FORCED ? function parseFloat(string) { + var trimmedString = trim(toString(string)); + var result = $parseFloat(trimmedString); + return result === 0 && charAt(trimmedString, 0) === '-' ? -0 : result; +} : $parseFloat; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/number-parse-int.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/number-parse-int.js new file mode 100644 index 00000000..eae28131 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/number-parse-int.js @@ -0,0 +1,23 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var fails = require('../internals/fails'); +var uncurryThis = require('../internals/function-uncurry-this'); +var toString = require('../internals/to-string'); +var trim = require('../internals/string-trim').trim; +var whitespaces = require('../internals/whitespaces'); + +var $parseInt = globalThis.parseInt; +var Symbol = globalThis.Symbol; +var ITERATOR = Symbol && Symbol.iterator; +var hex = /^[+-]?0x/i; +var exec = uncurryThis(hex.exec); +var FORCED = $parseInt(whitespaces + '08') !== 8 || $parseInt(whitespaces + '0x16') !== 22 + // MS Edge 18- broken with boxed symbols + || (ITERATOR && !fails(function () { $parseInt(Object(ITERATOR)); })); + +// `parseInt` method +// https://tc39.es/ecma262/#sec-parseint-string-radix +module.exports = FORCED ? function parseInt(string, radix) { + var S = trim(toString(string)); + return $parseInt(S, (radix >>> 0) || (exec(hex, S) ? 16 : 10)); +} : $parseInt; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/numeric-range-iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/numeric-range-iterator.js new file mode 100644 index 00000000..17830a24 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/numeric-range-iterator.js @@ -0,0 +1,106 @@ +'use strict'; +var InternalStateModule = require('../internals/internal-state'); +var createIteratorConstructor = require('../internals/iterator-create-constructor'); +var createIterResultObject = require('../internals/create-iter-result-object'); +var isNullOrUndefined = require('../internals/is-null-or-undefined'); +var isObject = require('../internals/is-object'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var DESCRIPTORS = require('../internals/descriptors'); + +var INCORRECT_RANGE = 'Incorrect Iterator.range arguments'; +var NUMERIC_RANGE_ITERATOR = 'NumericRangeIterator'; + +var setInternalState = InternalStateModule.set; +var getInternalState = InternalStateModule.getterFor(NUMERIC_RANGE_ITERATOR); + +var $RangeError = RangeError; +var $TypeError = TypeError; + +var $RangeIterator = createIteratorConstructor(function NumericRangeIterator(start, end, option, type, zero, one) { + // TODO: Drop the first `typeof` check after removing legacy methods in `core-js@4` + if (typeof start != type || (end !== Infinity && end !== -Infinity && typeof end != type)) { + throw new $TypeError(INCORRECT_RANGE); + } + if (start === Infinity || start === -Infinity) { + throw new $RangeError(INCORRECT_RANGE); + } + var ifIncrease = end > start; + var inclusiveEnd = false; + var step; + if (option === undefined) { + step = undefined; + } else if (isObject(option)) { + step = option.step; + inclusiveEnd = !!option.inclusive; + } else if (typeof option == type) { + step = option; + } else { + throw new $TypeError(INCORRECT_RANGE); + } + if (isNullOrUndefined(step)) { + step = ifIncrease ? one : -one; + } + if (typeof step != type) { + throw new $TypeError(INCORRECT_RANGE); + } + if (step === Infinity || step === -Infinity || (step === zero && start !== end)) { + throw new $RangeError(INCORRECT_RANGE); + } + // eslint-disable-next-line no-self-compare -- NaN check + var hitsEnd = start !== start || end !== end || step !== step || (end > start) !== (step > zero); + setInternalState(this, { + type: NUMERIC_RANGE_ITERATOR, + start: start, + end: end, + step: step, + inclusive: inclusiveEnd, + hitsEnd: hitsEnd, + currentCount: zero, + zero: zero + }); + if (!DESCRIPTORS) { + this.start = start; + this.end = end; + this.step = step; + this.inclusive = inclusiveEnd; + } +}, NUMERIC_RANGE_ITERATOR, function next() { + var state = getInternalState(this); + if (state.hitsEnd) return createIterResultObject(undefined, true); + var start = state.start; + var end = state.end; + var step = state.step; + var currentYieldingValue = start + (step * state.currentCount++); + if (currentYieldingValue === end) state.hitsEnd = true; + var inclusiveEnd = state.inclusive; + var endCondition; + if (end > start) { + endCondition = inclusiveEnd ? currentYieldingValue > end : currentYieldingValue >= end; + } else { + endCondition = inclusiveEnd ? end > currentYieldingValue : end >= currentYieldingValue; + } + if (endCondition) { + state.hitsEnd = true; + return createIterResultObject(undefined, true); + } return createIterResultObject(currentYieldingValue, false); +}); + +var addGetter = function (key) { + defineBuiltInAccessor($RangeIterator.prototype, key, { + get: function () { + return getInternalState(this)[key]; + }, + set: function () { /* empty */ }, + configurable: true, + enumerable: false + }); +}; + +if (DESCRIPTORS) { + addGetter('start'); + addGetter('end'); + addGetter('inclusive'); + addGetter('step'); +} + +module.exports = $RangeIterator; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-assign.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-assign.js new file mode 100644 index 00000000..e1025483 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-assign.js @@ -0,0 +1,58 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var uncurryThis = require('../internals/function-uncurry-this'); +var call = require('../internals/function-call'); +var fails = require('../internals/fails'); +var objectKeys = require('../internals/object-keys'); +var getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols'); +var propertyIsEnumerableModule = require('../internals/object-property-is-enumerable'); +var toObject = require('../internals/to-object'); +var IndexedObject = require('../internals/indexed-object'); + +// eslint-disable-next-line es/no-object-assign -- safe +var $assign = Object.assign; +// eslint-disable-next-line es/no-object-defineproperty -- required for testing +var defineProperty = Object.defineProperty; +var concat = uncurryThis([].concat); + +// `Object.assign` method +// https://tc39.es/ecma262/#sec-object.assign +module.exports = !$assign || fails(function () { + // should have correct order of operations (Edge bug) + if (DESCRIPTORS && $assign({ b: 1 }, $assign(defineProperty({}, 'a', { + enumerable: true, + get: function () { + defineProperty(this, 'b', { + value: 3, + enumerable: false + }); + } + }), { b: 2 })).b !== 1) return true; + // should work with symbols and should have deterministic property order (V8 bug) + var A = {}; + var B = {}; + // eslint-disable-next-line es/no-symbol -- safe + var symbol = Symbol('assign detection'); + var alphabet = 'abcdefghijklmnopqrst'; + A[symbol] = 7; + // eslint-disable-next-line es/no-array-prototype-foreach -- safe + alphabet.split('').forEach(function (chr) { B[chr] = chr; }); + return $assign({}, A)[symbol] !== 7 || objectKeys($assign({}, B)).join('') !== alphabet; +}) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length` + var T = toObject(target); + var argumentsLength = arguments.length; + var index = 1; + var getOwnPropertySymbols = getOwnPropertySymbolsModule.f; + var propertyIsEnumerable = propertyIsEnumerableModule.f; + while (argumentsLength > index) { + var S = IndexedObject(arguments[index++]); + var keys = getOwnPropertySymbols ? concat(objectKeys(S), getOwnPropertySymbols(S)) : objectKeys(S); + var length = keys.length; + var j = 0; + var key; + while (length > j) { + key = keys[j++]; + if (!DESCRIPTORS || call(propertyIsEnumerable, S, key)) T[key] = S[key]; + } + } return T; +} : $assign; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-create.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-create.js new file mode 100644 index 00000000..e24560ef --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-create.js @@ -0,0 +1,85 @@ +'use strict'; +/* global ActiveXObject -- old IE, WSH */ +var anObject = require('../internals/an-object'); +var definePropertiesModule = require('../internals/object-define-properties'); +var enumBugKeys = require('../internals/enum-bug-keys'); +var hiddenKeys = require('../internals/hidden-keys'); +var html = require('../internals/html'); +var documentCreateElement = require('../internals/document-create-element'); +var sharedKey = require('../internals/shared-key'); + +var GT = '>'; +var LT = '<'; +var PROTOTYPE = 'prototype'; +var SCRIPT = 'script'; +var IE_PROTO = sharedKey('IE_PROTO'); + +var EmptyConstructor = function () { /* empty */ }; + +var scriptTag = function (content) { + return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT; +}; + +// Create object with fake `null` prototype: use ActiveX Object with cleared prototype +var NullProtoObjectViaActiveX = function (activeXDocument) { + activeXDocument.write(scriptTag('')); + activeXDocument.close(); + var temp = activeXDocument.parentWindow.Object; + // eslint-disable-next-line no-useless-assignment -- avoid memory leak + activeXDocument = null; + return temp; +}; + +// Create object with fake `null` prototype: use iframe Object with cleared prototype +var NullProtoObjectViaIFrame = function () { + // Thrash, waste and sodomy: IE GC bug + var iframe = documentCreateElement('iframe'); + var JS = 'java' + SCRIPT + ':'; + var iframeDocument; + iframe.style.display = 'none'; + html.appendChild(iframe); + // https://github.com/zloirock/core-js/issues/475 + iframe.src = String(JS); + iframeDocument = iframe.contentWindow.document; + iframeDocument.open(); + iframeDocument.write(scriptTag('document.F=Object')); + iframeDocument.close(); + return iframeDocument.F; +}; + +// Check for document.domain and active x support +// No need to use active x approach when document.domain is not set +// see https://github.com/es-shims/es5-shim/issues/150 +// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346 +// avoid IE GC bug +var activeXDocument; +var NullProtoObject = function () { + try { + activeXDocument = new ActiveXObject('htmlfile'); + } catch (error) { /* ignore */ } + NullProtoObject = typeof document != 'undefined' + ? document.domain && activeXDocument + ? NullProtoObjectViaActiveX(activeXDocument) // old IE + : NullProtoObjectViaIFrame() + : NullProtoObjectViaActiveX(activeXDocument); // WSH + var length = enumBugKeys.length; + while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]]; + return NullProtoObject(); +}; + +hiddenKeys[IE_PROTO] = true; + +// `Object.create` method +// https://tc39.es/ecma262/#sec-object.create +// eslint-disable-next-line es/no-object-create -- safe +module.exports = Object.create || function create(O, Properties) { + var result; + if (O !== null) { + EmptyConstructor[PROTOTYPE] = anObject(O); + result = new EmptyConstructor(); + EmptyConstructor[PROTOTYPE] = null; + // add "__proto__" for Object.getPrototypeOf polyfill + result[IE_PROTO] = O; + } else result = NullProtoObject(); + return Properties === undefined ? result : definePropertiesModule.f(result, Properties); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-define-properties.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-define-properties.js new file mode 100644 index 00000000..1a1d1bd4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-define-properties.js @@ -0,0 +1,21 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var V8_PROTOTYPE_DEFINE_BUG = require('../internals/v8-prototype-define-bug'); +var definePropertyModule = require('../internals/object-define-property'); +var anObject = require('../internals/an-object'); +var toIndexedObject = require('../internals/to-indexed-object'); +var objectKeys = require('../internals/object-keys'); + +// `Object.defineProperties` method +// https://tc39.es/ecma262/#sec-object.defineproperties +// eslint-disable-next-line es/no-object-defineproperties -- safe +exports.f = DESCRIPTORS && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties : function defineProperties(O, Properties) { + anObject(O); + var props = toIndexedObject(Properties); + var keys = objectKeys(Properties); + var length = keys.length; + var index = 0; + var key; + while (length > index) definePropertyModule.f(O, key = keys[index++], props[key]); + return O; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-define-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-define-property.js new file mode 100644 index 00000000..704d6166 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-define-property.js @@ -0,0 +1,44 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var IE8_DOM_DEFINE = require('../internals/ie8-dom-define'); +var V8_PROTOTYPE_DEFINE_BUG = require('../internals/v8-prototype-define-bug'); +var anObject = require('../internals/an-object'); +var toPropertyKey = require('../internals/to-property-key'); + +var $TypeError = TypeError; +// eslint-disable-next-line es/no-object-defineproperty -- safe +var $defineProperty = Object.defineProperty; +// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe +var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; +var ENUMERABLE = 'enumerable'; +var CONFIGURABLE = 'configurable'; +var WRITABLE = 'writable'; + +// `Object.defineProperty` method +// https://tc39.es/ecma262/#sec-object.defineproperty +exports.f = DESCRIPTORS ? V8_PROTOTYPE_DEFINE_BUG ? function defineProperty(O, P, Attributes) { + anObject(O); + P = toPropertyKey(P); + anObject(Attributes); + if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) { + var current = $getOwnPropertyDescriptor(O, P); + if (current && current[WRITABLE]) { + O[P] = Attributes.value; + Attributes = { + configurable: CONFIGURABLE in Attributes ? Attributes[CONFIGURABLE] : current[CONFIGURABLE], + enumerable: ENUMERABLE in Attributes ? Attributes[ENUMERABLE] : current[ENUMERABLE], + writable: false + }; + } + } return $defineProperty(O, P, Attributes); +} : $defineProperty : function defineProperty(O, P, Attributes) { + anObject(O); + P = toPropertyKey(P); + anObject(Attributes); + if (IE8_DOM_DEFINE) try { + return $defineProperty(O, P, Attributes); + } catch (error) { /* empty */ } + if ('get' in Attributes || 'set' in Attributes) throw new $TypeError('Accessors not supported'); + if ('value' in Attributes) O[P] = Attributes.value; + return O; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-own-property-descriptor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-own-property-descriptor.js new file mode 100644 index 00000000..1fd41812 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-own-property-descriptor.js @@ -0,0 +1,23 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var call = require('../internals/function-call'); +var propertyIsEnumerableModule = require('../internals/object-property-is-enumerable'); +var createPropertyDescriptor = require('../internals/create-property-descriptor'); +var toIndexedObject = require('../internals/to-indexed-object'); +var toPropertyKey = require('../internals/to-property-key'); +var hasOwn = require('../internals/has-own-property'); +var IE8_DOM_DEFINE = require('../internals/ie8-dom-define'); + +// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe +var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; + +// `Object.getOwnPropertyDescriptor` method +// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor +exports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) { + O = toIndexedObject(O); + P = toPropertyKey(P); + if (IE8_DOM_DEFINE) try { + return $getOwnPropertyDescriptor(O, P); + } catch (error) { /* empty */ } + if (hasOwn(O, P)) return createPropertyDescriptor(!call(propertyIsEnumerableModule.f, O, P), O[P]); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-own-property-names-external.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-own-property-names-external.js new file mode 100644 index 00000000..9bafd9a0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-own-property-names-external.js @@ -0,0 +1,24 @@ +'use strict'; +/* eslint-disable es/no-object-getownpropertynames -- safe */ +var classof = require('../internals/classof-raw'); +var toIndexedObject = require('../internals/to-indexed-object'); +var $getOwnPropertyNames = require('../internals/object-get-own-property-names').f; +var arraySlice = require('../internals/array-slice'); + +var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames + ? Object.getOwnPropertyNames(window) : []; + +var getWindowNames = function (it) { + try { + return $getOwnPropertyNames(it); + } catch (error) { + return arraySlice(windowNames); + } +}; + +// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window +module.exports.f = function getOwnPropertyNames(it) { + return windowNames && classof(it) === 'Window' + ? getWindowNames(it) + : $getOwnPropertyNames(toIndexedObject(it)); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-own-property-names.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-own-property-names.js new file mode 100644 index 00000000..08c935d8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-own-property-names.js @@ -0,0 +1,12 @@ +'use strict'; +var internalObjectKeys = require('../internals/object-keys-internal'); +var enumBugKeys = require('../internals/enum-bug-keys'); + +var hiddenKeys = enumBugKeys.concat('length', 'prototype'); + +// `Object.getOwnPropertyNames` method +// https://tc39.es/ecma262/#sec-object.getownpropertynames +// eslint-disable-next-line es/no-object-getownpropertynames -- safe +exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) { + return internalObjectKeys(O, hiddenKeys); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-own-property-symbols.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-own-property-symbols.js new file mode 100644 index 00000000..9ee3730a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-own-property-symbols.js @@ -0,0 +1,3 @@ +'use strict'; +// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe +exports.f = Object.getOwnPropertySymbols; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-prototype-of.js new file mode 100644 index 00000000..75201d3a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-get-prototype-of.js @@ -0,0 +1,22 @@ +'use strict'; +var hasOwn = require('../internals/has-own-property'); +var isCallable = require('../internals/is-callable'); +var toObject = require('../internals/to-object'); +var sharedKey = require('../internals/shared-key'); +var CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter'); + +var IE_PROTO = sharedKey('IE_PROTO'); +var $Object = Object; +var ObjectPrototype = $Object.prototype; + +// `Object.getPrototypeOf` method +// https://tc39.es/ecma262/#sec-object.getprototypeof +// eslint-disable-next-line es/no-object-getprototypeof -- safe +module.exports = CORRECT_PROTOTYPE_GETTER ? $Object.getPrototypeOf : function (O) { + var object = toObject(O); + if (hasOwn(object, IE_PROTO)) return object[IE_PROTO]; + var constructor = object.constructor; + if (isCallable(constructor) && object instanceof constructor) { + return constructor.prototype; + } return object instanceof $Object ? ObjectPrototype : null; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-is-extensible.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-is-extensible.js new file mode 100644 index 00000000..1f3d6288 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-is-extensible.js @@ -0,0 +1,17 @@ +'use strict'; +var fails = require('../internals/fails'); +var isObject = require('../internals/is-object'); +var classof = require('../internals/classof-raw'); +var ARRAY_BUFFER_NON_EXTENSIBLE = require('../internals/array-buffer-non-extensible'); + +// eslint-disable-next-line es/no-object-isextensible -- safe +var $isExtensible = Object.isExtensible; +var FAILS_ON_PRIMITIVES = fails(function () { $isExtensible(1); }); + +// `Object.isExtensible` method +// https://tc39.es/ecma262/#sec-object.isextensible +module.exports = (FAILS_ON_PRIMITIVES || ARRAY_BUFFER_NON_EXTENSIBLE) ? function isExtensible(it) { + if (!isObject(it)) return false; + if (ARRAY_BUFFER_NON_EXTENSIBLE && classof(it) === 'ArrayBuffer') return false; + return $isExtensible ? $isExtensible(it) : true; +} : $isExtensible; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-is-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-is-prototype-of.js new file mode 100644 index 00000000..77cca1ed --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-is-prototype-of.js @@ -0,0 +1,4 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); + +module.exports = uncurryThis({}.isPrototypeOf); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-iterator.js new file mode 100644 index 00000000..a2f04434 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-iterator.js @@ -0,0 +1,38 @@ +'use strict'; +var InternalStateModule = require('../internals/internal-state'); +var createIteratorConstructor = require('../internals/iterator-create-constructor'); +var createIterResultObject = require('../internals/create-iter-result-object'); +var hasOwn = require('../internals/has-own-property'); +var objectKeys = require('../internals/object-keys'); +var toObject = require('../internals/to-object'); + +var OBJECT_ITERATOR = 'Object Iterator'; +var setInternalState = InternalStateModule.set; +var getInternalState = InternalStateModule.getterFor(OBJECT_ITERATOR); + +module.exports = createIteratorConstructor(function ObjectIterator(source, mode) { + var object = toObject(source); + setInternalState(this, { + type: OBJECT_ITERATOR, + mode: mode, + object: object, + keys: objectKeys(object), + index: 0 + }); +}, 'Object', function next() { + var state = getInternalState(this); + var keys = state.keys; + while (true) { + if (keys === null || state.index >= keys.length) { + state.object = state.keys = null; + return createIterResultObject(undefined, true); + } + var key = keys[state.index++]; + var object = state.object; + if (!hasOwn(object, key)) continue; + switch (state.mode) { + case 'keys': return createIterResultObject(key, false); + case 'values': return createIterResultObject(object[key], false); + } /* entries */ return createIterResultObject([key, object[key]], false); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-keys-internal.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-keys-internal.js new file mode 100644 index 00000000..42354cf6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-keys-internal.js @@ -0,0 +1,21 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var hasOwn = require('../internals/has-own-property'); +var toIndexedObject = require('../internals/to-indexed-object'); +var indexOf = require('../internals/array-includes').indexOf; +var hiddenKeys = require('../internals/hidden-keys'); + +var push = uncurryThis([].push); + +module.exports = function (object, names) { + var O = toIndexedObject(object); + var i = 0; + var result = []; + var key; + for (key in O) !hasOwn(hiddenKeys, key) && hasOwn(O, key) && push(result, key); + // Don't enum bug & hidden keys + while (names.length > i) if (hasOwn(O, key = names[i++])) { + ~indexOf(result, key) || push(result, key); + } + return result; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-keys.js new file mode 100644 index 00000000..03761359 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-keys.js @@ -0,0 +1,10 @@ +'use strict'; +var internalObjectKeys = require('../internals/object-keys-internal'); +var enumBugKeys = require('../internals/enum-bug-keys'); + +// `Object.keys` method +// https://tc39.es/ecma262/#sec-object.keys +// eslint-disable-next-line es/no-object-keys -- safe +module.exports = Object.keys || function keys(O) { + return internalObjectKeys(O, enumBugKeys); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-property-is-enumerable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-property-is-enumerable.js new file mode 100644 index 00000000..f262d100 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-property-is-enumerable.js @@ -0,0 +1,14 @@ +'use strict'; +var $propertyIsEnumerable = {}.propertyIsEnumerable; +// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe +var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; + +// Nashorn ~ JDK8 bug +var NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1); + +// `Object.prototype.propertyIsEnumerable` method implementation +// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable +exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) { + var descriptor = getOwnPropertyDescriptor(this, V); + return !!descriptor && descriptor.enumerable; +} : $propertyIsEnumerable; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-prototype-accessors-forced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-prototype-accessors-forced.js new file mode 100644 index 00000000..6d76a66a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-prototype-accessors-forced.js @@ -0,0 +1,18 @@ +'use strict'; +/* eslint-disable no-undef, no-useless-call, sonarjs/no-reference-error -- required for testing */ +/* eslint-disable es/no-legacy-object-prototype-accessor-methods -- required for testing */ +var IS_PURE = require('../internals/is-pure'); +var globalThis = require('../internals/global-this'); +var fails = require('../internals/fails'); +var WEBKIT = require('../internals/environment-webkit-version'); + +// Forced replacement object prototype accessors methods +module.exports = IS_PURE || !fails(function () { + // This feature detection crashes old WebKit + // https://github.com/zloirock/core-js/issues/232 + if (WEBKIT && WEBKIT < 535) return; + var key = Math.random(); + // In FF throws only define methods + __defineSetter__.call(null, key, function () { /* empty */ }); + delete globalThis[key]; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-set-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-set-prototype-of.js new file mode 100644 index 00000000..94fcf6c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-set-prototype-of.js @@ -0,0 +1,29 @@ +'use strict'; +/* eslint-disable no-proto -- safe */ +var uncurryThisAccessor = require('../internals/function-uncurry-this-accessor'); +var isObject = require('../internals/is-object'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var aPossiblePrototype = require('../internals/a-possible-prototype'); + +// `Object.setPrototypeOf` method +// https://tc39.es/ecma262/#sec-object.setprototypeof +// Works with __proto__ only. Old v8 can't work with null proto objects. +// eslint-disable-next-line es/no-object-setprototypeof -- safe +module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () { + var CORRECT_SETTER = false; + var test = {}; + var setter; + try { + setter = uncurryThisAccessor(Object.prototype, '__proto__', 'set'); + setter(test, []); + CORRECT_SETTER = test instanceof Array; + } catch (error) { /* empty */ } + return function setPrototypeOf(O, proto) { + requireObjectCoercible(O); + aPossiblePrototype(proto); + if (!isObject(O)) return O; + if (CORRECT_SETTER) setter(O, proto); + else O.__proto__ = proto; + return O; + }; +}() : undefined); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-to-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-to-array.js new file mode 100644 index 00000000..2a84f75f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-to-array.js @@ -0,0 +1,49 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var fails = require('../internals/fails'); +var uncurryThis = require('../internals/function-uncurry-this'); +var objectGetPrototypeOf = require('../internals/object-get-prototype-of'); +var objectKeys = require('../internals/object-keys'); +var toIndexedObject = require('../internals/to-indexed-object'); +var $propertyIsEnumerable = require('../internals/object-property-is-enumerable').f; + +var propertyIsEnumerable = uncurryThis($propertyIsEnumerable); +var push = uncurryThis([].push); + +// in some IE versions, `propertyIsEnumerable` returns incorrect result on integer keys +// of `null` prototype objects +var IE_BUG = DESCRIPTORS && fails(function () { + // eslint-disable-next-line es/no-object-create -- safe + var O = Object.create(null); + O[2] = 2; + return !propertyIsEnumerable(O, 2); +}); + +// `Object.{ entries, values }` methods implementation +var createMethod = function (TO_ENTRIES) { + return function (it) { + var O = toIndexedObject(it); + var keys = objectKeys(O); + var IE_WORKAROUND = IE_BUG && objectGetPrototypeOf(O) === null; + var length = keys.length; + var i = 0; + var result = []; + var key; + while (length > i) { + key = keys[i++]; + if (!DESCRIPTORS || (IE_WORKAROUND ? key in O : propertyIsEnumerable(O, key))) { + push(result, TO_ENTRIES ? [key, O[key]] : O[key]); + } + } + return result; + }; +}; + +module.exports = { + // `Object.entries` method + // https://tc39.es/ecma262/#sec-object.entries + entries: createMethod(true), + // `Object.values` method + // https://tc39.es/ecma262/#sec-object.values + values: createMethod(false) +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-to-string.js new file mode 100644 index 00000000..d624036d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/object-to-string.js @@ -0,0 +1,9 @@ +'use strict'; +var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support'); +var classof = require('../internals/classof'); + +// `Object.prototype.toString` method implementation +// https://tc39.es/ecma262/#sec-object.prototype.tostring +module.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() { + return '[object ' + classof(this) + ']'; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/ordinary-to-primitive.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/ordinary-to-primitive.js new file mode 100644 index 00000000..f8acc2fa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/ordinary-to-primitive.js @@ -0,0 +1,16 @@ +'use strict'; +var call = require('../internals/function-call'); +var isCallable = require('../internals/is-callable'); +var isObject = require('../internals/is-object'); + +var $TypeError = TypeError; + +// `OrdinaryToPrimitive` abstract operation +// https://tc39.es/ecma262/#sec-ordinarytoprimitive +module.exports = function (input, pref) { + var fn, val; + if (pref === 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val; + if (isCallable(fn = input.valueOf) && !isObject(val = call(fn, input))) return val; + if (pref !== 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val; + throw new $TypeError("Can't convert object to primitive value"); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/own-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/own-keys.js new file mode 100644 index 00000000..bf4864da --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/own-keys.js @@ -0,0 +1,15 @@ +'use strict'; +var getBuiltIn = require('../internals/get-built-in'); +var uncurryThis = require('../internals/function-uncurry-this'); +var getOwnPropertyNamesModule = require('../internals/object-get-own-property-names'); +var getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols'); +var anObject = require('../internals/an-object'); + +var concat = uncurryThis([].concat); + +// all object keys, includes non-enumerable and symbols +module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) { + var keys = getOwnPropertyNamesModule.f(anObject(it)); + var getOwnPropertySymbols = getOwnPropertySymbolsModule.f; + return getOwnPropertySymbols ? concat(keys, getOwnPropertySymbols(it)) : keys; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/parse-json-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/parse-json-string.js new file mode 100644 index 00000000..741c0bd8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/parse-json-string.js @@ -0,0 +1,56 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var hasOwn = require('../internals/has-own-property'); + +var $SyntaxError = SyntaxError; +var $parseInt = parseInt; +var fromCharCode = String.fromCharCode; +var at = uncurryThis(''.charAt); +var slice = uncurryThis(''.slice); +var exec = uncurryThis(/./.exec); + +var codePoints = { + '\\"': '"', + '\\\\': '\\', + '\\/': '/', + '\\b': '\b', + '\\f': '\f', + '\\n': '\n', + '\\r': '\r', + '\\t': '\t' +}; + +var IS_4_HEX_DIGITS = /^[\da-f]{4}$/i; +// eslint-disable-next-line regexp/no-control-character -- safe +var IS_C0_CONTROL_CODE = /^[\u0000-\u001F]$/; + +module.exports = function (source, i) { + var unterminated = true; + var value = ''; + while (i < source.length) { + var chr = at(source, i); + if (chr === '\\') { + var twoChars = slice(source, i, i + 2); + if (hasOwn(codePoints, twoChars)) { + value += codePoints[twoChars]; + i += 2; + } else if (twoChars === '\\u') { + i += 2; + var fourHexDigits = slice(source, i, i + 4); + if (!exec(IS_4_HEX_DIGITS, fourHexDigits)) throw new $SyntaxError('Bad Unicode escape at: ' + i); + value += fromCharCode($parseInt(fourHexDigits, 16)); + i += 4; + } else throw new $SyntaxError('Unknown escape sequence: "' + twoChars + '"'); + } else if (chr === '"') { + unterminated = false; + i++; + break; + } else { + if (exec(IS_C0_CONTROL_CODE, chr)) throw new $SyntaxError('Bad control character in string literal at: ' + i); + value += chr; + i++; + } + } + if (unterminated) throw new $SyntaxError('Unterminated string at: ' + i); + return { value: value, end: i }; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/path.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/path.js new file mode 100644 index 00000000..6c8b3444 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/path.js @@ -0,0 +1,4 @@ +'use strict'; +var globalThis = require('../internals/global-this'); + +module.exports = globalThis; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/perform.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/perform.js new file mode 100644 index 00000000..3100f098 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/perform.js @@ -0,0 +1,8 @@ +'use strict'; +module.exports = function (exec) { + try { + return { error: false, value: exec() }; + } catch (error) { + return { error: true, value: error }; + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/promise-constructor-detection.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/promise-constructor-detection.js new file mode 100644 index 00000000..1c2e2035 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/promise-constructor-detection.js @@ -0,0 +1,47 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var NativePromiseConstructor = require('../internals/promise-native-constructor'); +var isCallable = require('../internals/is-callable'); +var isForced = require('../internals/is-forced'); +var inspectSource = require('../internals/inspect-source'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var ENVIRONMENT = require('../internals/environment'); +var IS_PURE = require('../internals/is-pure'); +var V8_VERSION = require('../internals/environment-v8-version'); + +var NativePromisePrototype = NativePromiseConstructor && NativePromiseConstructor.prototype; +var SPECIES = wellKnownSymbol('species'); +var SUBCLASSING = false; +var NATIVE_PROMISE_REJECTION_EVENT = isCallable(globalThis.PromiseRejectionEvent); + +var FORCED_PROMISE_CONSTRUCTOR = isForced('Promise', function () { + var PROMISE_CONSTRUCTOR_SOURCE = inspectSource(NativePromiseConstructor); + var GLOBAL_CORE_JS_PROMISE = PROMISE_CONSTRUCTOR_SOURCE !== String(NativePromiseConstructor); + // V8 6.6 (Node 10 and Chrome 66) have a bug with resolving custom thenables + // https://bugs.chromium.org/p/chromium/issues/detail?id=830565 + // We can't detect it synchronously, so just check versions + if (!GLOBAL_CORE_JS_PROMISE && V8_VERSION === 66) return true; + // We need Promise#{ catch, finally } in the pure version for preventing prototype pollution + if (IS_PURE && !(NativePromisePrototype['catch'] && NativePromisePrototype['finally'])) return true; + // We can't use @@species feature detection in V8 since it causes + // deoptimization and performance degradation + // https://github.com/zloirock/core-js/issues/679 + if (!V8_VERSION || V8_VERSION < 51 || !/native code/.test(PROMISE_CONSTRUCTOR_SOURCE)) { + // Detect correctness of subclassing with @@species support + var promise = new NativePromiseConstructor(function (resolve) { resolve(1); }); + var FakePromise = function (exec) { + exec(function () { /* empty */ }, function () { /* empty */ }); + }; + var constructor = promise.constructor = {}; + constructor[SPECIES] = FakePromise; + SUBCLASSING = promise.then(function () { /* empty */ }) instanceof FakePromise; + if (!SUBCLASSING) return true; + // Unhandled rejections tracking support, NodeJS Promise without it fails @@species test + } return !GLOBAL_CORE_JS_PROMISE && (ENVIRONMENT === 'BROWSER' || ENVIRONMENT === 'DENO') && !NATIVE_PROMISE_REJECTION_EVENT; +}); + +module.exports = { + CONSTRUCTOR: FORCED_PROMISE_CONSTRUCTOR, + REJECTION_EVENT: NATIVE_PROMISE_REJECTION_EVENT, + SUBCLASSING: SUBCLASSING +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/promise-native-constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/promise-native-constructor.js new file mode 100644 index 00000000..4d126bc8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/promise-native-constructor.js @@ -0,0 +1,4 @@ +'use strict'; +var globalThis = require('../internals/global-this'); + +module.exports = globalThis.Promise; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/promise-resolve.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/promise-resolve.js new file mode 100644 index 00000000..c562d9cf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/promise-resolve.js @@ -0,0 +1,13 @@ +'use strict'; +var anObject = require('../internals/an-object'); +var isObject = require('../internals/is-object'); +var newPromiseCapability = require('../internals/new-promise-capability'); + +module.exports = function (C, x) { + anObject(C); + if (isObject(x) && x.constructor === C) return x; + var promiseCapability = newPromiseCapability.f(C); + var resolve = promiseCapability.resolve; + resolve(x); + return promiseCapability.promise; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/promise-statics-incorrect-iteration.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/promise-statics-incorrect-iteration.js new file mode 100644 index 00000000..21c0f229 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/promise-statics-incorrect-iteration.js @@ -0,0 +1,8 @@ +'use strict'; +var NativePromiseConstructor = require('../internals/promise-native-constructor'); +var checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration'); +var FORCED_PROMISE_CONSTRUCTOR = require('../internals/promise-constructor-detection').CONSTRUCTOR; + +module.exports = FORCED_PROMISE_CONSTRUCTOR || !checkCorrectnessOfIteration(function (iterable) { + NativePromiseConstructor.all(iterable).then(undefined, function () { /* empty */ }); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/proxy-accessor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/proxy-accessor.js new file mode 100644 index 00000000..8718bb7b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/proxy-accessor.js @@ -0,0 +1,10 @@ +'use strict'; +var defineProperty = require('../internals/object-define-property').f; + +module.exports = function (Target, Source, key) { + key in Target || defineProperty(Target, key, { + configurable: true, + get: function () { return Source[key]; }, + set: function (it) { Source[key] = it; } + }); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/queue.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/queue.js new file mode 100644 index 00000000..0785558e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/queue.js @@ -0,0 +1,25 @@ +'use strict'; +var Queue = function () { + this.head = null; + this.tail = null; +}; + +Queue.prototype = { + add: function (item) { + var entry = { item: item, next: null }; + var tail = this.tail; + if (tail) tail.next = entry; + else this.head = entry; + this.tail = entry; + }, + get: function () { + var entry = this.head; + if (entry) { + var next = this.head = entry.next; + if (next === null) this.tail = null; + return entry.item; + } + } +}; + +module.exports = Queue; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/reflect-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/reflect-metadata.js new file mode 100644 index 00000000..80416160 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/reflect-metadata.js @@ -0,0 +1,62 @@ +'use strict'; +// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env` +require('../modules/es.map'); +require('../modules/es.weak-map'); +var getBuiltIn = require('../internals/get-built-in'); +var uncurryThis = require('../internals/function-uncurry-this'); +var shared = require('../internals/shared'); + +var Map = getBuiltIn('Map'); +var WeakMap = getBuiltIn('WeakMap'); +var push = uncurryThis([].push); + +var metadata = shared('metadata'); +var store = metadata.store || (metadata.store = new WeakMap()); + +var getOrCreateMetadataMap = function (target, targetKey, create) { + var targetMetadata = store.get(target); + if (!targetMetadata) { + if (!create) return; + store.set(target, targetMetadata = new Map()); + } + var keyMetadata = targetMetadata.get(targetKey); + if (!keyMetadata) { + if (!create) return; + targetMetadata.set(targetKey, keyMetadata = new Map()); + } return keyMetadata; +}; + +var ordinaryHasOwnMetadata = function (MetadataKey, O, P) { + var metadataMap = getOrCreateMetadataMap(O, P, false); + return metadataMap === undefined ? false : metadataMap.has(MetadataKey); +}; + +var ordinaryGetOwnMetadata = function (MetadataKey, O, P) { + var metadataMap = getOrCreateMetadataMap(O, P, false); + return metadataMap === undefined ? undefined : metadataMap.get(MetadataKey); +}; + +var ordinaryDefineOwnMetadata = function (MetadataKey, MetadataValue, O, P) { + getOrCreateMetadataMap(O, P, true).set(MetadataKey, MetadataValue); +}; + +var ordinaryOwnMetadataKeys = function (target, targetKey) { + var metadataMap = getOrCreateMetadataMap(target, targetKey, false); + var keys = []; + if (metadataMap) metadataMap.forEach(function (_, key) { push(keys, key); }); + return keys; +}; + +var toMetadataKey = function (it) { + return it === undefined || typeof it == 'symbol' ? it : String(it); +}; + +module.exports = { + store: store, + getMap: getOrCreateMetadataMap, + has: ordinaryHasOwnMetadata, + get: ordinaryGetOwnMetadata, + set: ordinaryDefineOwnMetadata, + keys: ordinaryOwnMetadataKeys, + toKey: toMetadataKey +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-exec-abstract.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-exec-abstract.js new file mode 100644 index 00000000..630d6056 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-exec-abstract.js @@ -0,0 +1,21 @@ +'use strict'; +var call = require('../internals/function-call'); +var anObject = require('../internals/an-object'); +var isCallable = require('../internals/is-callable'); +var classof = require('../internals/classof-raw'); +var regexpExec = require('../internals/regexp-exec'); + +var $TypeError = TypeError; + +// `RegExpExec` abstract operation +// https://tc39.es/ecma262/#sec-regexpexec +module.exports = function (R, S) { + var exec = R.exec; + if (isCallable(exec)) { + var result = call(exec, R, S); + if (result !== null) anObject(result); + return result; + } + if (classof(R) === 'RegExp') return call(regexpExec, R, S); + throw new $TypeError('RegExp#exec called on incompatible receiver'); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-exec.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-exec.js new file mode 100644 index 00000000..a23cf2ad --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-exec.js @@ -0,0 +1,117 @@ +'use strict'; +/* eslint-disable regexp/no-empty-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */ +/* eslint-disable regexp/no-useless-quantifier -- testing */ +var call = require('../internals/function-call'); +var uncurryThis = require('../internals/function-uncurry-this'); +var toString = require('../internals/to-string'); +var regexpFlags = require('../internals/regexp-flags'); +var stickyHelpers = require('../internals/regexp-sticky-helpers'); +var shared = require('../internals/shared'); +var create = require('../internals/object-create'); +var getInternalState = require('../internals/internal-state').get; +var UNSUPPORTED_DOT_ALL = require('../internals/regexp-unsupported-dot-all'); +var UNSUPPORTED_NCG = require('../internals/regexp-unsupported-ncg'); + +var nativeReplace = shared('native-string-replace', String.prototype.replace); +var nativeExec = RegExp.prototype.exec; +var patchedExec = nativeExec; +var charAt = uncurryThis(''.charAt); +var indexOf = uncurryThis(''.indexOf); +var replace = uncurryThis(''.replace); +var stringSlice = uncurryThis(''.slice); + +var UPDATES_LAST_INDEX_WRONG = (function () { + var re1 = /a/; + var re2 = /b*/g; + call(nativeExec, re1, 'a'); + call(nativeExec, re2, 'a'); + return re1.lastIndex !== 0 || re2.lastIndex !== 0; +})(); + +var UNSUPPORTED_Y = stickyHelpers.BROKEN_CARET; + +// nonparticipating capturing group, copied from es5-shim's String#split patch. +var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined; + +var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y || UNSUPPORTED_DOT_ALL || UNSUPPORTED_NCG; + +if (PATCH) { + patchedExec = function exec(string) { + var re = this; + var state = getInternalState(re); + var str = toString(string); + var raw = state.raw; + var result, reCopy, lastIndex, match, i, object, group; + + if (raw) { + raw.lastIndex = re.lastIndex; + result = call(patchedExec, raw, str); + re.lastIndex = raw.lastIndex; + return result; + } + + var groups = state.groups; + var sticky = UNSUPPORTED_Y && re.sticky; + var flags = call(regexpFlags, re); + var source = re.source; + var charsAdded = 0; + var strCopy = str; + + if (sticky) { + flags = replace(flags, 'y', ''); + if (indexOf(flags, 'g') === -1) { + flags += 'g'; + } + + strCopy = stringSlice(str, re.lastIndex); + // Support anchored sticky behavior. + if (re.lastIndex > 0 && (!re.multiline || re.multiline && charAt(str, re.lastIndex - 1) !== '\n')) { + source = '(?: ' + source + ')'; + strCopy = ' ' + strCopy; + charsAdded++; + } + // ^(? + rx + ) is needed, in combination with some str slicing, to + // simulate the 'y' flag. + reCopy = new RegExp('^(?:' + source + ')', flags); + } + + if (NPCG_INCLUDED) { + reCopy = new RegExp('^' + source + '$(?!\\s)', flags); + } + if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex; + + match = call(nativeExec, sticky ? reCopy : re, strCopy); + + if (sticky) { + if (match) { + match.input = stringSlice(match.input, charsAdded); + match[0] = stringSlice(match[0], charsAdded); + match.index = re.lastIndex; + re.lastIndex += match[0].length; + } else re.lastIndex = 0; + } else if (UPDATES_LAST_INDEX_WRONG && match) { + re.lastIndex = re.global ? match.index + match[0].length : lastIndex; + } + if (NPCG_INCLUDED && match && match.length > 1) { + // Fix browsers whose `exec` methods don't consistently return `undefined` + // for NPCG, like IE8. NOTE: This doesn't work for /(.?)?/ + call(nativeReplace, match[0], reCopy, function () { + for (i = 1; i < arguments.length - 2; i++) { + if (arguments[i] === undefined) match[i] = undefined; + } + }); + } + + if (match && groups) { + match.groups = object = create(null); + for (i = 0; i < groups.length; i++) { + group = groups[i]; + object[group[0]] = match[group[1]]; + } + } + + return match; + }; +} + +module.exports = patchedExec; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-flags.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-flags.js new file mode 100644 index 00000000..6d73e1c2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-flags.js @@ -0,0 +1,18 @@ +'use strict'; +var anObject = require('../internals/an-object'); + +// `RegExp.prototype.flags` getter implementation +// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags +module.exports = function () { + var that = anObject(this); + var result = ''; + if (that.hasIndices) result += 'd'; + if (that.global) result += 'g'; + if (that.ignoreCase) result += 'i'; + if (that.multiline) result += 'm'; + if (that.dotAll) result += 's'; + if (that.unicode) result += 'u'; + if (that.unicodeSets) result += 'v'; + if (that.sticky) result += 'y'; + return result; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-get-flags.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-get-flags.js new file mode 100644 index 00000000..134ff743 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-get-flags.js @@ -0,0 +1,13 @@ +'use strict'; +var call = require('../internals/function-call'); +var hasOwn = require('../internals/has-own-property'); +var isPrototypeOf = require('../internals/object-is-prototype-of'); +var regExpFlags = require('../internals/regexp-flags'); + +var RegExpPrototype = RegExp.prototype; + +module.exports = function (R) { + var flags = R.flags; + return flags === undefined && !('flags' in RegExpPrototype) && !hasOwn(R, 'flags') && isPrototypeOf(RegExpPrototype, R) + ? call(regExpFlags, R) : flags; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-sticky-helpers.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-sticky-helpers.js new file mode 100644 index 00000000..7e266f27 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-sticky-helpers.js @@ -0,0 +1,31 @@ +'use strict'; +var fails = require('../internals/fails'); +var globalThis = require('../internals/global-this'); + +// babel-minify and Closure Compiler transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError +var $RegExp = globalThis.RegExp; + +var UNSUPPORTED_Y = fails(function () { + var re = $RegExp('a', 'y'); + re.lastIndex = 2; + return re.exec('abcd') !== null; +}); + +// UC Browser bug +// https://github.com/zloirock/core-js/issues/1008 +var MISSED_STICKY = UNSUPPORTED_Y || fails(function () { + return !$RegExp('a', 'y').sticky; +}); + +var BROKEN_CARET = UNSUPPORTED_Y || fails(function () { + // https://bugzilla.mozilla.org/show_bug.cgi?id=773687 + var re = $RegExp('^r', 'gy'); + re.lastIndex = 2; + return re.exec('str') !== null; +}); + +module.exports = { + BROKEN_CARET: BROKEN_CARET, + MISSED_STICKY: MISSED_STICKY, + UNSUPPORTED_Y: UNSUPPORTED_Y +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-unsupported-dot-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-unsupported-dot-all.js new file mode 100644 index 00000000..2ffb9d2c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-unsupported-dot-all.js @@ -0,0 +1,11 @@ +'use strict'; +var fails = require('../internals/fails'); +var globalThis = require('../internals/global-this'); + +// babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError +var $RegExp = globalThis.RegExp; + +module.exports = fails(function () { + var re = $RegExp('.', 's'); + return !(re.dotAll && re.test('\n') && re.flags === 's'); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-unsupported-ncg.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-unsupported-ncg.js new file mode 100644 index 00000000..5fa1939c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/regexp-unsupported-ncg.js @@ -0,0 +1,12 @@ +'use strict'; +var fails = require('../internals/fails'); +var globalThis = require('../internals/global-this'); + +// babel-minify and Closure Compiler transpiles RegExp('(?b)', 'g') -> /(?b)/g and it causes SyntaxError +var $RegExp = globalThis.RegExp; + +module.exports = fails(function () { + var re = $RegExp('(?b)', 'g'); + return re.exec('b').groups.a !== 'b' || + 'b'.replace(re, '$c') !== 'bc'; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/require-object-coercible.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/require-object-coercible.js new file mode 100644 index 00000000..2a170586 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/require-object-coercible.js @@ -0,0 +1,11 @@ +'use strict'; +var isNullOrUndefined = require('../internals/is-null-or-undefined'); + +var $TypeError = TypeError; + +// `RequireObjectCoercible` abstract operation +// https://tc39.es/ecma262/#sec-requireobjectcoercible +module.exports = function (it) { + if (isNullOrUndefined(it)) throw new $TypeError("Can't call method on " + it); + return it; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/safe-get-built-in.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/safe-get-built-in.js new file mode 100644 index 00000000..7185174b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/safe-get-built-in.js @@ -0,0 +1,13 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var DESCRIPTORS = require('../internals/descriptors'); + +// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe +var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; + +// Avoid NodeJS experimental warning +module.exports = function (name) { + if (!DESCRIPTORS) return globalThis[name]; + var descriptor = getOwnPropertyDescriptor(globalThis, name); + return descriptor && descriptor.value; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/same-value-zero.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/same-value-zero.js new file mode 100644 index 00000000..be238571 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/same-value-zero.js @@ -0,0 +1,7 @@ +'use strict'; +// `SameValueZero` abstract operation +// https://tc39.es/ecma262/#sec-samevaluezero +module.exports = function (x, y) { + // eslint-disable-next-line no-self-compare -- NaN check + return x === y || x !== x && y !== y; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/same-value.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/same-value.js new file mode 100644 index 00000000..7b0d1dd3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/same-value.js @@ -0,0 +1,8 @@ +'use strict'; +// `SameValue` abstract operation +// https://tc39.es/ecma262/#sec-samevalue +// eslint-disable-next-line es/no-object-is -- safe +module.exports = Object.is || function is(x, y) { + // eslint-disable-next-line no-self-compare -- NaN check + return x === y ? x !== 0 || 1 / x === 1 / y : x !== x && y !== y; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/schedulers-fix.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/schedulers-fix.js new file mode 100644 index 00000000..6c1001c1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/schedulers-fix.js @@ -0,0 +1,31 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var apply = require('../internals/function-apply'); +var isCallable = require('../internals/is-callable'); +var ENVIRONMENT = require('../internals/environment'); +var USER_AGENT = require('../internals/environment-user-agent'); +var arraySlice = require('../internals/array-slice'); +var validateArgumentsLength = require('../internals/validate-arguments-length'); + +var Function = globalThis.Function; +// dirty IE9- and Bun 0.3.0- checks +var WRAP = /MSIE .\./.test(USER_AGENT) || ENVIRONMENT === 'BUN' && (function () { + var version = globalThis.Bun.version.split('.'); + return version.length < 3 || version[0] === '0' && (version[1] < 3 || version[1] === '3' && version[2] === '0'); +})(); + +// IE9- / Bun 0.3.0- setTimeout / setInterval / setImmediate additional parameters fix +// https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers +// https://github.com/oven-sh/bun/issues/1633 +module.exports = function (scheduler, hasTimeArg) { + var firstParamIndex = hasTimeArg ? 2 : 1; + return WRAP ? function (handler, timeout /* , ...arguments */) { + var boundArgs = validateArgumentsLength(arguments.length, 1) > firstParamIndex; + var fn = isCallable(handler) ? handler : Function(handler); + var params = boundArgs ? arraySlice(arguments, firstParamIndex) : []; + var callback = boundArgs ? function () { + apply(fn, this, params); + } : fn; + return hasTimeArg ? scheduler(callback, timeout) : scheduler(callback); + } : scheduler; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-clone.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-clone.js new file mode 100644 index 00000000..07329f43 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-clone.js @@ -0,0 +1,14 @@ +'use strict'; +var SetHelpers = require('../internals/set-helpers'); +var iterate = require('../internals/set-iterate'); + +var Set = SetHelpers.Set; +var add = SetHelpers.add; + +module.exports = function (set) { + var result = new Set(); + iterate(set, function (it) { + add(result, it); + }); + return result; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-difference.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-difference.js new file mode 100644 index 00000000..cb215425 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-difference.js @@ -0,0 +1,26 @@ +'use strict'; +var aSet = require('../internals/a-set'); +var SetHelpers = require('../internals/set-helpers'); +var clone = require('../internals/set-clone'); +var size = require('../internals/set-size'); +var getSetRecord = require('../internals/get-set-record'); +var iterateSet = require('../internals/set-iterate'); +var iterateSimple = require('../internals/iterate-simple'); + +var has = SetHelpers.has; +var remove = SetHelpers.remove; + +// `Set.prototype.difference` method +// https://github.com/tc39/proposal-set-methods +module.exports = function difference(other) { + var O = aSet(this); + var otherRec = getSetRecord(other); + var result = clone(O); + if (size(O) <= otherRec.size) iterateSet(O, function (e) { + if (otherRec.includes(e)) remove(result, e); + }); + else iterateSimple(otherRec.getIterator(), function (e) { + if (has(O, e)) remove(result, e); + }); + return result; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-helpers.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-helpers.js new file mode 100644 index 00000000..f4749870 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-helpers.js @@ -0,0 +1,14 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); + +// eslint-disable-next-line es/no-set -- safe +var SetPrototype = Set.prototype; + +module.exports = { + // eslint-disable-next-line es/no-set -- safe + Set: Set, + add: uncurryThis(SetPrototype.add), + has: uncurryThis(SetPrototype.has), + remove: uncurryThis(SetPrototype['delete']), + proto: SetPrototype +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-intersection.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-intersection.js new file mode 100644 index 00000000..fd926f2a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-intersection.js @@ -0,0 +1,31 @@ +'use strict'; +var aSet = require('../internals/a-set'); +var SetHelpers = require('../internals/set-helpers'); +var size = require('../internals/set-size'); +var getSetRecord = require('../internals/get-set-record'); +var iterateSet = require('../internals/set-iterate'); +var iterateSimple = require('../internals/iterate-simple'); + +var Set = SetHelpers.Set; +var add = SetHelpers.add; +var has = SetHelpers.has; + +// `Set.prototype.intersection` method +// https://github.com/tc39/proposal-set-methods +module.exports = function intersection(other) { + var O = aSet(this); + var otherRec = getSetRecord(other); + var result = new Set(); + + if (size(O) > otherRec.size) { + iterateSimple(otherRec.getIterator(), function (e) { + if (has(O, e)) add(result, e); + }); + } else { + iterateSet(O, function (e) { + if (otherRec.includes(e)) add(result, e); + }); + } + + return result; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-is-disjoint-from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-is-disjoint-from.js new file mode 100644 index 00000000..9f3c7b5c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-is-disjoint-from.js @@ -0,0 +1,22 @@ +'use strict'; +var aSet = require('../internals/a-set'); +var has = require('../internals/set-helpers').has; +var size = require('../internals/set-size'); +var getSetRecord = require('../internals/get-set-record'); +var iterateSet = require('../internals/set-iterate'); +var iterateSimple = require('../internals/iterate-simple'); +var iteratorClose = require('../internals/iterator-close'); + +// `Set.prototype.isDisjointFrom` method +// https://tc39.github.io/proposal-set-methods/#Set.prototype.isDisjointFrom +module.exports = function isDisjointFrom(other) { + var O = aSet(this); + var otherRec = getSetRecord(other); + if (size(O) <= otherRec.size) return iterateSet(O, function (e) { + if (otherRec.includes(e)) return false; + }, true) !== false; + var iterator = otherRec.getIterator(); + return iterateSimple(iterator, function (e) { + if (has(O, e)) return iteratorClose(iterator, 'normal', false); + }) !== false; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-is-subset-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-is-subset-of.js new file mode 100644 index 00000000..541c007d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-is-subset-of.js @@ -0,0 +1,16 @@ +'use strict'; +var aSet = require('../internals/a-set'); +var size = require('../internals/set-size'); +var iterate = require('../internals/set-iterate'); +var getSetRecord = require('../internals/get-set-record'); + +// `Set.prototype.isSubsetOf` method +// https://tc39.github.io/proposal-set-methods/#Set.prototype.isSubsetOf +module.exports = function isSubsetOf(other) { + var O = aSet(this); + var otherRec = getSetRecord(other); + if (size(O) > otherRec.size) return false; + return iterate(O, function (e) { + if (!otherRec.includes(e)) return false; + }, true) !== false; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-is-superset-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-is-superset-of.js new file mode 100644 index 00000000..09074248 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-is-superset-of.js @@ -0,0 +1,19 @@ +'use strict'; +var aSet = require('../internals/a-set'); +var has = require('../internals/set-helpers').has; +var size = require('../internals/set-size'); +var getSetRecord = require('../internals/get-set-record'); +var iterateSimple = require('../internals/iterate-simple'); +var iteratorClose = require('../internals/iterator-close'); + +// `Set.prototype.isSupersetOf` method +// https://tc39.github.io/proposal-set-methods/#Set.prototype.isSupersetOf +module.exports = function isSupersetOf(other) { + var O = aSet(this); + var otherRec = getSetRecord(other); + if (size(O) < otherRec.size) return false; + var iterator = otherRec.getIterator(); + return iterateSimple(iterator, function (e) { + if (!has(O, e)) return iteratorClose(iterator, 'normal', false); + }) !== false; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-iterate.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-iterate.js new file mode 100644 index 00000000..afbf9101 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-iterate.js @@ -0,0 +1,14 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var iterateSimple = require('../internals/iterate-simple'); +var SetHelpers = require('../internals/set-helpers'); + +var Set = SetHelpers.Set; +var SetPrototype = SetHelpers.proto; +var forEach = uncurryThis(SetPrototype.forEach); +var keys = uncurryThis(SetPrototype.keys); +var next = keys(new Set()).next; + +module.exports = function (set, fn, interruptible) { + return interruptible ? iterateSimple({ iterator: keys(set), next: next }, fn) : forEach(set, fn); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-method-accept-set-like.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-method-accept-set-like.js new file mode 100644 index 00000000..94faa085 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-method-accept-set-like.js @@ -0,0 +1,58 @@ +'use strict'; +var getBuiltIn = require('../internals/get-built-in'); + +var createSetLike = function (size) { + return { + size: size, + has: function () { + return false; + }, + keys: function () { + return { + next: function () { + return { done: true }; + } + }; + } + }; +}; + +var createSetLikeWithInfinitySize = function (size) { + return { + size: size, + has: function () { + return true; + }, + keys: function () { + throw new Error('e'); + } + }; +}; + +module.exports = function (name, callback) { + var Set = getBuiltIn('Set'); + try { + new Set()[name](createSetLike(0)); + try { + // late spec change, early WebKit ~ Safari 17.0 beta implementation does not pass it + // https://github.com/tc39/proposal-set-methods/pull/88 + new Set()[name](createSetLike(-1)); + return false; + } catch (error2) { + if (!callback) return true; + // early V8 implementation bug + // https://issues.chromium.org/issues/351332634 + try { + new Set()[name](createSetLikeWithInfinitySize(-Infinity)); + return false; + } catch (error) { + var set = new Set(); + set.add(1); + set.add(2); + return callback(set[name](createSetLikeWithInfinitySize(Infinity))); + } + } + } catch (error) { + return false; + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-size.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-size.js new file mode 100644 index 00000000..19df5c8f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-size.js @@ -0,0 +1,7 @@ +'use strict'; +var uncurryThisAccessor = require('../internals/function-uncurry-this-accessor'); +var SetHelpers = require('../internals/set-helpers'); + +module.exports = uncurryThisAccessor(SetHelpers.proto, 'size', 'get') || function (set) { + return set.size; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-species.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-species.js new file mode 100644 index 00000000..fd92a4de --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-species.js @@ -0,0 +1,18 @@ +'use strict'; +var getBuiltIn = require('../internals/get-built-in'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var DESCRIPTORS = require('../internals/descriptors'); + +var SPECIES = wellKnownSymbol('species'); + +module.exports = function (CONSTRUCTOR_NAME) { + var Constructor = getBuiltIn(CONSTRUCTOR_NAME); + + if (DESCRIPTORS && Constructor && !Constructor[SPECIES]) { + defineBuiltInAccessor(Constructor, SPECIES, { + configurable: true, + get: function () { return this; } + }); + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-symmetric-difference.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-symmetric-difference.js new file mode 100644 index 00000000..acd1c461 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-symmetric-difference.js @@ -0,0 +1,23 @@ +'use strict'; +var aSet = require('../internals/a-set'); +var SetHelpers = require('../internals/set-helpers'); +var clone = require('../internals/set-clone'); +var getSetRecord = require('../internals/get-set-record'); +var iterateSimple = require('../internals/iterate-simple'); + +var add = SetHelpers.add; +var has = SetHelpers.has; +var remove = SetHelpers.remove; + +// `Set.prototype.symmetricDifference` method +// https://github.com/tc39/proposal-set-methods +module.exports = function symmetricDifference(other) { + var O = aSet(this); + var keysIter = getSetRecord(other).getIterator(); + var result = clone(O); + iterateSimple(keysIter, function (e) { + if (has(O, e)) remove(result, e); + else add(result, e); + }); + return result; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-to-string-tag.js new file mode 100644 index 00000000..1dd00528 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-to-string-tag.js @@ -0,0 +1,13 @@ +'use strict'; +var defineProperty = require('../internals/object-define-property').f; +var hasOwn = require('../internals/has-own-property'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var TO_STRING_TAG = wellKnownSymbol('toStringTag'); + +module.exports = function (target, TAG, STATIC) { + if (target && !STATIC) target = target.prototype; + if (target && !hasOwn(target, TO_STRING_TAG)) { + defineProperty(target, TO_STRING_TAG, { configurable: true, value: TAG }); + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-union.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-union.js new file mode 100644 index 00000000..51e38d0c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/set-union.js @@ -0,0 +1,18 @@ +'use strict'; +var aSet = require('../internals/a-set'); +var add = require('../internals/set-helpers').add; +var clone = require('../internals/set-clone'); +var getSetRecord = require('../internals/get-set-record'); +var iterateSimple = require('../internals/iterate-simple'); + +// `Set.prototype.union` method +// https://github.com/tc39/proposal-set-methods +module.exports = function union(other) { + var O = aSet(this); + var keysIter = getSetRecord(other).getIterator(); + var result = clone(O); + iterateSimple(keysIter, function (it) { + add(result, it); + }); + return result; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/shared-key.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/shared-key.js new file mode 100644 index 00000000..157f98e5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/shared-key.js @@ -0,0 +1,9 @@ +'use strict'; +var shared = require('../internals/shared'); +var uid = require('../internals/uid'); + +var keys = shared('keys'); + +module.exports = function (key) { + return keys[key] || (keys[key] = uid(key)); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/shared-store.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/shared-store.js new file mode 100644 index 00000000..62061214 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/shared-store.js @@ -0,0 +1,15 @@ +'use strict'; +var IS_PURE = require('../internals/is-pure'); +var globalThis = require('../internals/global-this'); +var defineGlobalProperty = require('../internals/define-global-property'); + +var SHARED = '__core-js_shared__'; +var store = module.exports = globalThis[SHARED] || defineGlobalProperty(SHARED, {}); + +(store.versions || (store.versions = [])).push({ + version: '3.40.0', + mode: IS_PURE ? 'pure' : 'global', + copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)', + license: 'https://github.com/zloirock/core-js/blob/v3.40.0/LICENSE', + source: 'https://github.com/zloirock/core-js' +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/shared.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/shared.js new file mode 100644 index 00000000..29ac11c2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/shared.js @@ -0,0 +1,6 @@ +'use strict'; +var store = require('../internals/shared-store'); + +module.exports = function (key, value) { + return store[key] || (store[key] = value || {}); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/species-constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/species-constructor.js new file mode 100644 index 00000000..5627cde6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/species-constructor.js @@ -0,0 +1,15 @@ +'use strict'; +var anObject = require('../internals/an-object'); +var aConstructor = require('../internals/a-constructor'); +var isNullOrUndefined = require('../internals/is-null-or-undefined'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var SPECIES = wellKnownSymbol('species'); + +// `SpeciesConstructor` abstract operation +// https://tc39.es/ecma262/#sec-speciesconstructor +module.exports = function (O, defaultConstructor) { + var C = anObject(O).constructor; + var S; + return C === undefined || isNullOrUndefined(S = anObject(C)[SPECIES]) ? defaultConstructor : aConstructor(S); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-cooked.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-cooked.js new file mode 100644 index 00000000..c0b58ea9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-cooked.js @@ -0,0 +1,27 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var toIndexedObject = require('../internals/to-indexed-object'); +var toString = require('../internals/to-string'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); + +var $TypeError = TypeError; +var push = uncurryThis([].push); +var join = uncurryThis([].join); + +// `String.cooked` method +// https://tc39.es/proposal-string-cooked/ +module.exports = function cooked(template /* , ...substitutions */) { + var cookedTemplate = toIndexedObject(template); + var literalSegments = lengthOfArrayLike(cookedTemplate); + if (!literalSegments) return ''; + var argumentsLength = arguments.length; + var elements = []; + var i = 0; + while (true) { + var nextVal = cookedTemplate[i++]; + if (nextVal === undefined) throw new $TypeError('Incorrect template'); + push(elements, toString(nextVal)); + if (i === literalSegments) return join(elements, ''); + if (i < argumentsLength) push(elements, toString(arguments[i])); + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-html-forced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-html-forced.js new file mode 100644 index 00000000..d6470d04 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-html-forced.js @@ -0,0 +1,11 @@ +'use strict'; +var fails = require('../internals/fails'); + +// check the existence of a method, lowercase +// of a tag and escaping quotes in arguments +module.exports = function (METHOD_NAME) { + return fails(function () { + var test = ''[METHOD_NAME]('"'); + return test !== test.toLowerCase() || test.split('"').length > 3; + }); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-multibyte.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-multibyte.js new file mode 100644 index 00000000..d4093a7a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-multibyte.js @@ -0,0 +1,37 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); +var toString = require('../internals/to-string'); +var requireObjectCoercible = require('../internals/require-object-coercible'); + +var charAt = uncurryThis(''.charAt); +var charCodeAt = uncurryThis(''.charCodeAt); +var stringSlice = uncurryThis(''.slice); + +var createMethod = function (CONVERT_TO_STRING) { + return function ($this, pos) { + var S = toString(requireObjectCoercible($this)); + var position = toIntegerOrInfinity(pos); + var size = S.length; + var first, second; + if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined; + first = charCodeAt(S, position); + return first < 0xD800 || first > 0xDBFF || position + 1 === size + || (second = charCodeAt(S, position + 1)) < 0xDC00 || second > 0xDFFF + ? CONVERT_TO_STRING + ? charAt(S, position) + : first + : CONVERT_TO_STRING + ? stringSlice(S, position, position + 2) + : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000; + }; +}; + +module.exports = { + // `String.prototype.codePointAt` method + // https://tc39.es/ecma262/#sec-string.prototype.codepointat + codeAt: createMethod(false), + // `String.prototype.at` method + // https://github.com/mathiasbynens/String.prototype.at + charAt: createMethod(true) +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-pad-webkit-bug.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-pad-webkit-bug.js new file mode 100644 index 00000000..e37987ba --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-pad-webkit-bug.js @@ -0,0 +1,5 @@ +'use strict'; +// https://github.com/zloirock/core-js/issues/280 +var userAgent = require('../internals/environment-user-agent'); + +module.exports = /Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(userAgent); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-pad.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-pad.js new file mode 100644 index 00000000..419e904d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-pad.js @@ -0,0 +1,36 @@ +'use strict'; +// https://github.com/tc39/proposal-string-pad-start-end +var uncurryThis = require('../internals/function-uncurry-this'); +var toLength = require('../internals/to-length'); +var toString = require('../internals/to-string'); +var $repeat = require('../internals/string-repeat'); +var requireObjectCoercible = require('../internals/require-object-coercible'); + +var repeat = uncurryThis($repeat); +var stringSlice = uncurryThis(''.slice); +var ceil = Math.ceil; + +// `String.prototype.{ padStart, padEnd }` methods implementation +var createMethod = function (IS_END) { + return function ($this, maxLength, fillString) { + var S = toString(requireObjectCoercible($this)); + var intMaxLength = toLength(maxLength); + var stringLength = S.length; + var fillStr = fillString === undefined ? ' ' : toString(fillString); + var fillLen, stringFiller; + if (intMaxLength <= stringLength || fillStr === '') return S; + fillLen = intMaxLength - stringLength; + stringFiller = repeat(fillStr, ceil(fillLen / fillStr.length)); + if (stringFiller.length > fillLen) stringFiller = stringSlice(stringFiller, 0, fillLen); + return IS_END ? S + stringFiller : stringFiller + S; + }; +}; + +module.exports = { + // `String.prototype.padStart` method + // https://tc39.es/ecma262/#sec-string.prototype.padstart + start: createMethod(false), + // `String.prototype.padEnd` method + // https://tc39.es/ecma262/#sec-string.prototype.padend + end: createMethod(true) +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-parse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-parse.js new file mode 100644 index 00000000..e7196f4d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-parse.js @@ -0,0 +1,119 @@ +'use strict'; +// adapted from https://github.com/jridgewell/string-dedent +var getBuiltIn = require('../internals/get-built-in'); +var uncurryThis = require('../internals/function-uncurry-this'); + +var fromCharCode = String.fromCharCode; +var fromCodePoint = getBuiltIn('String', 'fromCodePoint'); +var charAt = uncurryThis(''.charAt); +var charCodeAt = uncurryThis(''.charCodeAt); +var stringIndexOf = uncurryThis(''.indexOf); +var stringSlice = uncurryThis(''.slice); + +var ZERO_CODE = 48; +var NINE_CODE = 57; +var LOWER_A_CODE = 97; +var LOWER_F_CODE = 102; +var UPPER_A_CODE = 65; +var UPPER_F_CODE = 70; + +var isDigit = function (str, index) { + var c = charCodeAt(str, index); + return c >= ZERO_CODE && c <= NINE_CODE; +}; + +var parseHex = function (str, index, end) { + if (end >= str.length) return -1; + var n = 0; + for (; index < end; index++) { + var c = hexToInt(charCodeAt(str, index)); + if (c === -1) return -1; + n = n * 16 + c; + } + return n; +}; + +var hexToInt = function (c) { + if (c >= ZERO_CODE && c <= NINE_CODE) return c - ZERO_CODE; + if (c >= LOWER_A_CODE && c <= LOWER_F_CODE) return c - LOWER_A_CODE + 10; + if (c >= UPPER_A_CODE && c <= UPPER_F_CODE) return c - UPPER_A_CODE + 10; + return -1; +}; + +module.exports = function (raw) { + var out = ''; + var start = 0; + // We need to find every backslash escape sequence, and cook the escape into a real char. + var i = 0; + var n; + while ((i = stringIndexOf(raw, '\\', i)) > -1) { + out += stringSlice(raw, start, i); + // If the backslash is the last char of the string, then it was an invalid sequence. + // This can't actually happen in a tagged template literal, but could happen if you manually + // invoked the tag with an array. + if (++i === raw.length) return; + var next = charAt(raw, i++); + switch (next) { + // Escaped control codes need to be individually processed. + case 'b': + out += '\b'; + break; + case 't': + out += '\t'; + break; + case 'n': + out += '\n'; + break; + case 'v': + out += '\v'; + break; + case 'f': + out += '\f'; + break; + case 'r': + out += '\r'; + break; + // Escaped line terminators just skip the char. + case '\r': + // Treat `\r\n` as a single terminator. + if (i < raw.length && charAt(raw, i) === '\n') ++i; + // break omitted + case '\n': + case '\u2028': + case '\u2029': + break; + // `\0` is a null control char, but `\0` followed by another digit is an illegal octal escape. + case '0': + if (isDigit(raw, i)) return; + out += '\0'; + break; + // Hex escapes must contain 2 hex chars. + case 'x': + n = parseHex(raw, i, i + 2); + if (n === -1) return; + i += 2; + out += fromCharCode(n); + break; + // Unicode escapes contain either 4 chars, or an unlimited number between `{` and `}`. + // The hex value must not overflow 0x10FFFF. + case 'u': + if (i < raw.length && charAt(raw, i) === '{') { + var end = stringIndexOf(raw, '}', ++i); + if (end === -1) return; + n = parseHex(raw, i, end); + i = end + 1; + } else { + n = parseHex(raw, i, i + 4); + i += 4; + } + if (n === -1 || n > 0x10FFFF) return; + out += fromCodePoint(n); + break; + default: + if (isDigit(next, 0)) return; + out += next; + } + start = i; + } + return out + stringSlice(raw, start); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-punycode-to-ascii.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-punycode-to-ascii.js new file mode 100644 index 00000000..6e397462 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-punycode-to-ascii.js @@ -0,0 +1,181 @@ +'use strict'; +// based on https://github.com/bestiejs/punycode.js/blob/master/punycode.js +var uncurryThis = require('../internals/function-uncurry-this'); + +var maxInt = 2147483647; // aka. 0x7FFFFFFF or 2^31-1 +var base = 36; +var tMin = 1; +var tMax = 26; +var skew = 38; +var damp = 700; +var initialBias = 72; +var initialN = 128; // 0x80 +var delimiter = '-'; // '\x2D' +var regexNonASCII = /[^\0-\u007E]/; // non-ASCII chars +var regexSeparators = /[.\u3002\uFF0E\uFF61]/g; // RFC 3490 separators +var OVERFLOW_ERROR = 'Overflow: input needs wider integers to process'; +var baseMinusTMin = base - tMin; + +var $RangeError = RangeError; +var exec = uncurryThis(regexSeparators.exec); +var floor = Math.floor; +var fromCharCode = String.fromCharCode; +var charCodeAt = uncurryThis(''.charCodeAt); +var join = uncurryThis([].join); +var push = uncurryThis([].push); +var replace = uncurryThis(''.replace); +var split = uncurryThis(''.split); +var toLowerCase = uncurryThis(''.toLowerCase); + +/** + * Creates an array containing the numeric code points of each Unicode + * character in the string. While JavaScript uses UCS-2 internally, + * this function will convert a pair of surrogate halves (each of which + * UCS-2 exposes as separate characters) into a single code point, + * matching UTF-16. + */ +var ucs2decode = function (string) { + var output = []; + var counter = 0; + var length = string.length; + while (counter < length) { + var value = charCodeAt(string, counter++); + if (value >= 0xD800 && value <= 0xDBFF && counter < length) { + // It's a high surrogate, and there is a next character. + var extra = charCodeAt(string, counter++); + if ((extra & 0xFC00) === 0xDC00) { // Low surrogate. + push(output, ((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000); + } else { + // It's an unmatched surrogate; only append this code unit, in case the + // next code unit is the high surrogate of a surrogate pair. + push(output, value); + counter--; + } + } else { + push(output, value); + } + } + return output; +}; + +/** + * Converts a digit/integer into a basic code point. + */ +var digitToBasic = function (digit) { + // 0..25 map to ASCII a..z or A..Z + // 26..35 map to ASCII 0..9 + return digit + 22 + 75 * (digit < 26); +}; + +/** + * Bias adaptation function as per section 3.4 of RFC 3492. + * https://tools.ietf.org/html/rfc3492#section-3.4 + */ +var adapt = function (delta, numPoints, firstTime) { + var k = 0; + delta = firstTime ? floor(delta / damp) : delta >> 1; + delta += floor(delta / numPoints); + while (delta > baseMinusTMin * tMax >> 1) { + delta = floor(delta / baseMinusTMin); + k += base; + } + return floor(k + (baseMinusTMin + 1) * delta / (delta + skew)); +}; + +/** + * Converts a string of Unicode symbols (e.g. a domain name label) to a + * Punycode string of ASCII-only symbols. + */ +var encode = function (input) { + var output = []; + + // Convert the input in UCS-2 to an array of Unicode code points. + input = ucs2decode(input); + + // Cache the length. + var inputLength = input.length; + + // Initialize the state. + var n = initialN; + var delta = 0; + var bias = initialBias; + var i, currentValue; + + // Handle the basic code points. + for (i = 0; i < input.length; i++) { + currentValue = input[i]; + if (currentValue < 0x80) { + push(output, fromCharCode(currentValue)); + } + } + + var basicLength = output.length; // number of basic code points. + var handledCPCount = basicLength; // number of code points that have been handled; + + // Finish the basic string with a delimiter unless it's empty. + if (basicLength) { + push(output, delimiter); + } + + // Main encoding loop: + while (handledCPCount < inputLength) { + // All non-basic code points < n have been handled already. Find the next larger one: + var m = maxInt; + for (i = 0; i < input.length; i++) { + currentValue = input[i]; + if (currentValue >= n && currentValue < m) { + m = currentValue; + } + } + + // Increase `delta` enough to advance the decoder's state to , but guard against overflow. + var handledCPCountPlusOne = handledCPCount + 1; + if (m - n > floor((maxInt - delta) / handledCPCountPlusOne)) { + throw new $RangeError(OVERFLOW_ERROR); + } + + delta += (m - n) * handledCPCountPlusOne; + n = m; + + for (i = 0; i < input.length; i++) { + currentValue = input[i]; + if (currentValue < n && ++delta > maxInt) { + throw new $RangeError(OVERFLOW_ERROR); + } + if (currentValue === n) { + // Represent delta as a generalized variable-length integer. + var q = delta; + var k = base; + while (true) { + var t = k <= bias ? tMin : k >= bias + tMax ? tMax : k - bias; + if (q < t) break; + var qMinusT = q - t; + var baseMinusT = base - t; + push(output, fromCharCode(digitToBasic(t + qMinusT % baseMinusT))); + q = floor(qMinusT / baseMinusT); + k += base; + } + + push(output, fromCharCode(digitToBasic(q))); + bias = adapt(delta, handledCPCountPlusOne, handledCPCount === basicLength); + delta = 0; + handledCPCount++; + } + } + + delta++; + n++; + } + return join(output, ''); +}; + +module.exports = function (input) { + var encoded = []; + var labels = split(replace(toLowerCase(input), regexSeparators, '\u002E'), '.'); + var i, label; + for (i = 0; i < labels.length; i++) { + label = labels[i]; + push(encoded, exec(regexNonASCII, label) ? 'xn--' + encode(label) : label); + } + return join(encoded, '.'); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-repeat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-repeat.js new file mode 100644 index 00000000..5d0460e9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-repeat.js @@ -0,0 +1,17 @@ +'use strict'; +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); +var toString = require('../internals/to-string'); +var requireObjectCoercible = require('../internals/require-object-coercible'); + +var $RangeError = RangeError; + +// `String.prototype.repeat` method implementation +// https://tc39.es/ecma262/#sec-string.prototype.repeat +module.exports = function repeat(count) { + var str = toString(requireObjectCoercible(this)); + var result = ''; + var n = toIntegerOrInfinity(count); + if (n < 0 || n === Infinity) throw new $RangeError('Wrong number of repetitions'); + for (;n > 0; (n >>>= 1) && (str += str)) if (n & 1) result += str; + return result; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-trim-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-trim-end.js new file mode 100644 index 00000000..a57c7d68 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-trim-end.js @@ -0,0 +1,11 @@ +'use strict'; +var $trimEnd = require('../internals/string-trim').end; +var forcedStringTrimMethod = require('../internals/string-trim-forced'); + +// `String.prototype.{ trimEnd, trimRight }` method +// https://tc39.es/ecma262/#sec-string.prototype.trimend +// https://tc39.es/ecma262/#String.prototype.trimright +module.exports = forcedStringTrimMethod('trimEnd') ? function trimEnd() { + return $trimEnd(this); +// eslint-disable-next-line es/no-string-prototype-trimstart-trimend -- safe +} : ''.trimEnd; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-trim-forced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-trim-forced.js new file mode 100644 index 00000000..86b71609 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-trim-forced.js @@ -0,0 +1,16 @@ +'use strict'; +var PROPER_FUNCTION_NAME = require('../internals/function-name').PROPER; +var fails = require('../internals/fails'); +var whitespaces = require('../internals/whitespaces'); + +var non = '\u200B\u0085\u180E'; + +// check that a method works with the correct list +// of whitespaces and has a correct name +module.exports = function (METHOD_NAME) { + return fails(function () { + return !!whitespaces[METHOD_NAME]() + || non[METHOD_NAME]() !== non + || (PROPER_FUNCTION_NAME && whitespaces[METHOD_NAME].name !== METHOD_NAME); + }); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-trim-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-trim-start.js new file mode 100644 index 00000000..b1e16cfc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-trim-start.js @@ -0,0 +1,11 @@ +'use strict'; +var $trimStart = require('../internals/string-trim').start; +var forcedStringTrimMethod = require('../internals/string-trim-forced'); + +// `String.prototype.{ trimStart, trimLeft }` method +// https://tc39.es/ecma262/#sec-string.prototype.trimstart +// https://tc39.es/ecma262/#String.prototype.trimleft +module.exports = forcedStringTrimMethod('trimStart') ? function trimStart() { + return $trimStart(this); +// eslint-disable-next-line es/no-string-prototype-trimstart-trimend -- safe +} : ''.trimStart; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-trim.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-trim.js new file mode 100644 index 00000000..01379b55 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/string-trim.js @@ -0,0 +1,31 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var toString = require('../internals/to-string'); +var whitespaces = require('../internals/whitespaces'); + +var replace = uncurryThis(''.replace); +var ltrim = RegExp('^[' + whitespaces + ']+'); +var rtrim = RegExp('(^|[^' + whitespaces + '])[' + whitespaces + ']+$'); + +// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation +var createMethod = function (TYPE) { + return function ($this) { + var string = toString(requireObjectCoercible($this)); + if (TYPE & 1) string = replace(string, ltrim, ''); + if (TYPE & 2) string = replace(string, rtrim, '$1'); + return string; + }; +}; + +module.exports = { + // `String.prototype.{ trimLeft, trimStart }` methods + // https://tc39.es/ecma262/#sec-string.prototype.trimstart + start: createMethod(1), + // `String.prototype.{ trimRight, trimEnd }` methods + // https://tc39.es/ecma262/#sec-string.prototype.trimend + end: createMethod(2), + // `String.prototype.trim` method + // https://tc39.es/ecma262/#sec-string.prototype.trim + trim: createMethod(3) +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/structured-clone-proper-transfer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/structured-clone-proper-transfer.js new file mode 100644 index 00000000..eb57f299 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/structured-clone-proper-transfer.js @@ -0,0 +1,16 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var fails = require('../internals/fails'); +var V8 = require('../internals/environment-v8-version'); +var ENVIRONMENT = require('../internals/environment'); + +var structuredClone = globalThis.structuredClone; + +module.exports = !!structuredClone && !fails(function () { + // prevent V8 ArrayBufferDetaching protector cell invalidation and performance degradation + // https://github.com/zloirock/core-js/issues/679 + if ((ENVIRONMENT === 'DENO' && V8 > 92) || (ENVIRONMENT === 'NODE' && V8 > 94) || (ENVIRONMENT === 'BROWSER' && V8 > 97)) return false; + var buffer = new ArrayBuffer(8); + var clone = structuredClone(buffer, { transfer: [buffer] }); + return buffer.byteLength !== 0 || clone.byteLength !== 8; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-constructor-detection.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-constructor-detection.js new file mode 100644 index 00000000..2c421dd6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-constructor-detection.js @@ -0,0 +1,19 @@ +'use strict'; +/* eslint-disable es/no-symbol -- required for testing */ +var V8_VERSION = require('../internals/environment-v8-version'); +var fails = require('../internals/fails'); +var globalThis = require('../internals/global-this'); + +var $String = globalThis.String; + +// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing +module.exports = !!Object.getOwnPropertySymbols && !fails(function () { + var symbol = Symbol('symbol detection'); + // Chrome 38 Symbol has incorrect toString conversion + // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances + // nb: Do not call `String` directly to avoid this being optimized out to `symbol+''` which will, + // of course, fail. + return !$String(symbol) || !(Object(symbol) instanceof Symbol) || + // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances + !Symbol.sham && V8_VERSION && V8_VERSION < 41; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-define-to-primitive.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-define-to-primitive.js new file mode 100644 index 00000000..67fb7856 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-define-to-primitive.js @@ -0,0 +1,21 @@ +'use strict'; +var call = require('../internals/function-call'); +var getBuiltIn = require('../internals/get-built-in'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var defineBuiltIn = require('../internals/define-built-in'); + +module.exports = function () { + var Symbol = getBuiltIn('Symbol'); + var SymbolPrototype = Symbol && Symbol.prototype; + var valueOf = SymbolPrototype && SymbolPrototype.valueOf; + var TO_PRIMITIVE = wellKnownSymbol('toPrimitive'); + + if (SymbolPrototype && !SymbolPrototype[TO_PRIMITIVE]) { + // `Symbol.prototype[@@toPrimitive]` method + // https://tc39.es/ecma262/#sec-symbol.prototype-@@toprimitive + // eslint-disable-next-line no-unused-vars -- required for .length + defineBuiltIn(SymbolPrototype, TO_PRIMITIVE, function (hint) { + return call(valueOf, this); + }, { arity: 1 }); + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-is-registered.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-is-registered.js new file mode 100644 index 00000000..9c35d700 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-is-registered.js @@ -0,0 +1,17 @@ +'use strict'; +var getBuiltIn = require('../internals/get-built-in'); +var uncurryThis = require('../internals/function-uncurry-this'); + +var Symbol = getBuiltIn('Symbol'); +var keyFor = Symbol.keyFor; +var thisSymbolValue = uncurryThis(Symbol.prototype.valueOf); + +// `Symbol.isRegisteredSymbol` method +// https://tc39.es/proposal-symbol-predicates/#sec-symbol-isregisteredsymbol +module.exports = Symbol.isRegisteredSymbol || function isRegisteredSymbol(value) { + try { + return keyFor(thisSymbolValue(value)) !== undefined; + } catch (error) { + return false; + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-is-well-known.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-is-well-known.js new file mode 100644 index 00000000..50ec53eb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-is-well-known.js @@ -0,0 +1,35 @@ +'use strict'; +var shared = require('../internals/shared'); +var getBuiltIn = require('../internals/get-built-in'); +var uncurryThis = require('../internals/function-uncurry-this'); +var isSymbol = require('../internals/is-symbol'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var Symbol = getBuiltIn('Symbol'); +var $isWellKnownSymbol = Symbol.isWellKnownSymbol; +var getOwnPropertyNames = getBuiltIn('Object', 'getOwnPropertyNames'); +var thisSymbolValue = uncurryThis(Symbol.prototype.valueOf); +var WellKnownSymbolsStore = shared('wks'); + +for (var i = 0, symbolKeys = getOwnPropertyNames(Symbol), symbolKeysLength = symbolKeys.length; i < symbolKeysLength; i++) { + // some old engines throws on access to some keys like `arguments` or `caller` + try { + var symbolKey = symbolKeys[i]; + if (isSymbol(Symbol[symbolKey])) wellKnownSymbol(symbolKey); + } catch (error) { /* empty */ } +} + +// `Symbol.isWellKnownSymbol` method +// https://tc39.es/proposal-symbol-predicates/#sec-symbol-iswellknownsymbol +// We should patch it for newly added well-known symbols. If it's not required, this module just will not be injected +module.exports = function isWellKnownSymbol(value) { + if ($isWellKnownSymbol && $isWellKnownSymbol(value)) return true; + try { + var symbol = thisSymbolValue(value); + for (var j = 0, keys = getOwnPropertyNames(WellKnownSymbolsStore), keysLength = keys.length; j < keysLength; j++) { + // eslint-disable-next-line eqeqeq -- polyfilled symbols case + if (WellKnownSymbolsStore[keys[j]] == symbol) return true; + } + } catch (error) { /* empty */ } + return false; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-registry-detection.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-registry-detection.js new file mode 100644 index 00000000..d6fec445 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/symbol-registry-detection.js @@ -0,0 +1,5 @@ +'use strict'; +var NATIVE_SYMBOL = require('../internals/symbol-constructor-detection'); + +/* eslint-disable es/no-symbol -- safe */ +module.exports = NATIVE_SYMBOL && !!Symbol['for'] && !!Symbol.keyFor; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/task.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/task.js new file mode 100644 index 00000000..691b36e8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/task.js @@ -0,0 +1,117 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var apply = require('../internals/function-apply'); +var bind = require('../internals/function-bind-context'); +var isCallable = require('../internals/is-callable'); +var hasOwn = require('../internals/has-own-property'); +var fails = require('../internals/fails'); +var html = require('../internals/html'); +var arraySlice = require('../internals/array-slice'); +var createElement = require('../internals/document-create-element'); +var validateArgumentsLength = require('../internals/validate-arguments-length'); +var IS_IOS = require('../internals/environment-is-ios'); +var IS_NODE = require('../internals/environment-is-node'); + +var set = globalThis.setImmediate; +var clear = globalThis.clearImmediate; +var process = globalThis.process; +var Dispatch = globalThis.Dispatch; +var Function = globalThis.Function; +var MessageChannel = globalThis.MessageChannel; +var String = globalThis.String; +var counter = 0; +var queue = {}; +var ONREADYSTATECHANGE = 'onreadystatechange'; +var $location, defer, channel, port; + +fails(function () { + // Deno throws a ReferenceError on `location` access without `--location` flag + $location = globalThis.location; +}); + +var run = function (id) { + if (hasOwn(queue, id)) { + var fn = queue[id]; + delete queue[id]; + fn(); + } +}; + +var runner = function (id) { + return function () { + run(id); + }; +}; + +var eventListener = function (event) { + run(event.data); +}; + +var globalPostMessageDefer = function (id) { + // old engines have not location.origin + globalThis.postMessage(String(id), $location.protocol + '//' + $location.host); +}; + +// Node.js 0.9+ & IE10+ has setImmediate, otherwise: +if (!set || !clear) { + set = function setImmediate(handler) { + validateArgumentsLength(arguments.length, 1); + var fn = isCallable(handler) ? handler : Function(handler); + var args = arraySlice(arguments, 1); + queue[++counter] = function () { + apply(fn, undefined, args); + }; + defer(counter); + return counter; + }; + clear = function clearImmediate(id) { + delete queue[id]; + }; + // Node.js 0.8- + if (IS_NODE) { + defer = function (id) { + process.nextTick(runner(id)); + }; + // Sphere (JS game engine) Dispatch API + } else if (Dispatch && Dispatch.now) { + defer = function (id) { + Dispatch.now(runner(id)); + }; + // Browsers with MessageChannel, includes WebWorkers + // except iOS - https://github.com/zloirock/core-js/issues/624 + } else if (MessageChannel && !IS_IOS) { + channel = new MessageChannel(); + port = channel.port2; + channel.port1.onmessage = eventListener; + defer = bind(port.postMessage, port); + // Browsers with postMessage, skip WebWorkers + // IE8 has postMessage, but it's sync & typeof its postMessage is 'object' + } else if ( + globalThis.addEventListener && + isCallable(globalThis.postMessage) && + !globalThis.importScripts && + $location && $location.protocol !== 'file:' && + !fails(globalPostMessageDefer) + ) { + defer = globalPostMessageDefer; + globalThis.addEventListener('message', eventListener, false); + // IE8- + } else if (ONREADYSTATECHANGE in createElement('script')) { + defer = function (id) { + html.appendChild(createElement('script'))[ONREADYSTATECHANGE] = function () { + html.removeChild(this); + run(id); + }; + }; + // Rest old browsers + } else { + defer = function (id) { + setTimeout(runner(id), 0); + }; + } +} + +module.exports = { + set: set, + clear: clear +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/this-number-value.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/this-number-value.js new file mode 100644 index 00000000..9bd6e3df --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/this-number-value.js @@ -0,0 +1,6 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); + +// `thisNumberValue` abstract operation +// https://tc39.es/ecma262/#sec-thisnumbervalue +module.exports = uncurryThis(1.0.valueOf); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-absolute-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-absolute-index.js new file mode 100644 index 00000000..11899b39 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-absolute-index.js @@ -0,0 +1,13 @@ +'use strict'; +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); + +var max = Math.max; +var min = Math.min; + +// Helper for a popular repeating case of the spec: +// Let integer be ? ToInteger(index). +// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length). +module.exports = function (index, length) { + var integer = toIntegerOrInfinity(index); + return integer < 0 ? max(integer + length, 0) : min(integer, length); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-big-int.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-big-int.js new file mode 100644 index 00000000..4e36df99 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-big-int.js @@ -0,0 +1,13 @@ +'use strict'; +var toPrimitive = require('../internals/to-primitive'); + +var $TypeError = TypeError; + +// `ToBigInt` abstract operation +// https://tc39.es/ecma262/#sec-tobigint +module.exports = function (argument) { + var prim = toPrimitive(argument, 'number'); + if (typeof prim == 'number') throw new $TypeError("Can't convert number to bigint"); + // eslint-disable-next-line es/no-bigint -- safe + return BigInt(prim); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-index.js new file mode 100644 index 00000000..63333818 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-index.js @@ -0,0 +1,15 @@ +'use strict'; +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); +var toLength = require('../internals/to-length'); + +var $RangeError = RangeError; + +// `ToIndex` abstract operation +// https://tc39.es/ecma262/#sec-toindex +module.exports = function (it) { + if (it === undefined) return 0; + var number = toIntegerOrInfinity(it); + var length = toLength(number); + if (number !== length) throw new $RangeError('Wrong length or index'); + return length; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-indexed-object.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-indexed-object.js new file mode 100644 index 00000000..74d66d2b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-indexed-object.js @@ -0,0 +1,8 @@ +'use strict'; +// toObject with fallback for non-array-like ES3 strings +var IndexedObject = require('../internals/indexed-object'); +var requireObjectCoercible = require('../internals/require-object-coercible'); + +module.exports = function (it) { + return IndexedObject(requireObjectCoercible(it)); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-integer-or-infinity.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-integer-or-infinity.js new file mode 100644 index 00000000..8b277977 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-integer-or-infinity.js @@ -0,0 +1,10 @@ +'use strict'; +var trunc = require('../internals/math-trunc'); + +// `ToIntegerOrInfinity` abstract operation +// https://tc39.es/ecma262/#sec-tointegerorinfinity +module.exports = function (argument) { + var number = +argument; + // eslint-disable-next-line no-self-compare -- NaN check + return number !== number || number === 0 ? 0 : trunc(number); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-length.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-length.js new file mode 100644 index 00000000..3166ef54 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-length.js @@ -0,0 +1,11 @@ +'use strict'; +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); + +var min = Math.min; + +// `ToLength` abstract operation +// https://tc39.es/ecma262/#sec-tolength +module.exports = function (argument) { + var len = toIntegerOrInfinity(argument); + return len > 0 ? min(len, 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991 +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-object.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-object.js new file mode 100644 index 00000000..e5c736ae --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-object.js @@ -0,0 +1,10 @@ +'use strict'; +var requireObjectCoercible = require('../internals/require-object-coercible'); + +var $Object = Object; + +// `ToObject` abstract operation +// https://tc39.es/ecma262/#sec-toobject +module.exports = function (argument) { + return $Object(requireObjectCoercible(argument)); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-offset.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-offset.js new file mode 100644 index 00000000..7376f6fc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-offset.js @@ -0,0 +1,10 @@ +'use strict'; +var toPositiveInteger = require('../internals/to-positive-integer'); + +var $RangeError = RangeError; + +module.exports = function (it, BYTES) { + var offset = toPositiveInteger(it); + if (offset % BYTES) throw new $RangeError('Wrong offset'); + return offset; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-positive-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-positive-integer.js new file mode 100644 index 00000000..5376f519 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-positive-integer.js @@ -0,0 +1,10 @@ +'use strict'; +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); + +var $RangeError = RangeError; + +module.exports = function (it) { + var result = toIntegerOrInfinity(it); + if (result < 0) throw new $RangeError("The argument can't be less than 0"); + return result; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-primitive.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-primitive.js new file mode 100644 index 00000000..a7518438 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-primitive.js @@ -0,0 +1,26 @@ +'use strict'; +var call = require('../internals/function-call'); +var isObject = require('../internals/is-object'); +var isSymbol = require('../internals/is-symbol'); +var getMethod = require('../internals/get-method'); +var ordinaryToPrimitive = require('../internals/ordinary-to-primitive'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var $TypeError = TypeError; +var TO_PRIMITIVE = wellKnownSymbol('toPrimitive'); + +// `ToPrimitive` abstract operation +// https://tc39.es/ecma262/#sec-toprimitive +module.exports = function (input, pref) { + if (!isObject(input) || isSymbol(input)) return input; + var exoticToPrim = getMethod(input, TO_PRIMITIVE); + var result; + if (exoticToPrim) { + if (pref === undefined) pref = 'default'; + result = call(exoticToPrim, input, pref); + if (!isObject(result) || isSymbol(result)) return result; + throw new $TypeError("Can't convert object to primitive value"); + } + if (pref === undefined) pref = 'number'; + return ordinaryToPrimitive(input, pref); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-property-key.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-property-key.js new file mode 100644 index 00000000..f11cf995 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-property-key.js @@ -0,0 +1,10 @@ +'use strict'; +var toPrimitive = require('../internals/to-primitive'); +var isSymbol = require('../internals/is-symbol'); + +// `ToPropertyKey` abstract operation +// https://tc39.es/ecma262/#sec-topropertykey +module.exports = function (argument) { + var key = toPrimitive(argument, 'string'); + return isSymbol(key) ? key : key + ''; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-set-like.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-set-like.js new file mode 100644 index 00000000..dcdbda31 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-set-like.js @@ -0,0 +1,20 @@ +'use strict'; +var getBuiltIn = require('../internals/get-built-in'); +var isCallable = require('../internals/is-callable'); +var isIterable = require('../internals/is-iterable'); +var isObject = require('../internals/is-object'); + +var Set = getBuiltIn('Set'); + +var isSetLike = function (it) { + return isObject(it) + && typeof it.size == 'number' + && isCallable(it.has) + && isCallable(it.keys); +}; + +// fallback old -> new set methods proposal arguments +module.exports = function (it) { + if (isSetLike(it)) return it; + return isIterable(it) ? new Set(it) : it; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-string-tag-support.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-string-tag-support.js new file mode 100644 index 00000000..916a7888 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-string-tag-support.js @@ -0,0 +1,9 @@ +'use strict'; +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var TO_STRING_TAG = wellKnownSymbol('toStringTag'); +var test = {}; + +test[TO_STRING_TAG] = 'z'; + +module.exports = String(test) === '[object z]'; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-string.js new file mode 100644 index 00000000..0b0fae5e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-string.js @@ -0,0 +1,9 @@ +'use strict'; +var classof = require('../internals/classof'); + +var $String = String; + +module.exports = function (argument) { + if (classof(argument) === 'Symbol') throw new TypeError('Cannot convert a Symbol value to a string'); + return $String(argument); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-uint8-clamped.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-uint8-clamped.js new file mode 100644 index 00000000..f4bda190 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/to-uint8-clamped.js @@ -0,0 +1,7 @@ +'use strict'; +var round = Math.round; + +module.exports = function (it) { + var value = round(it); + return value < 0 ? 0 : value > 0xFF ? 0xFF : value & 0xFF; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/try-to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/try-to-string.js new file mode 100644 index 00000000..8f2357dd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/try-to-string.js @@ -0,0 +1,10 @@ +'use strict'; +var $String = String; + +module.exports = function (argument) { + try { + return $String(argument); + } catch (error) { + return 'Object'; + } +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/typed-array-constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/typed-array-constructor.js new file mode 100644 index 00000000..b7046a3c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/typed-array-constructor.js @@ -0,0 +1,236 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var call = require('../internals/function-call'); +var DESCRIPTORS = require('../internals/descriptors'); +var TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = require('../internals/typed-array-constructors-require-wrappers'); +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var ArrayBufferModule = require('../internals/array-buffer'); +var anInstance = require('../internals/an-instance'); +var createPropertyDescriptor = require('../internals/create-property-descriptor'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var isIntegralNumber = require('../internals/is-integral-number'); +var toLength = require('../internals/to-length'); +var toIndex = require('../internals/to-index'); +var toOffset = require('../internals/to-offset'); +var toUint8Clamped = require('../internals/to-uint8-clamped'); +var toPropertyKey = require('../internals/to-property-key'); +var hasOwn = require('../internals/has-own-property'); +var classof = require('../internals/classof'); +var isObject = require('../internals/is-object'); +var isSymbol = require('../internals/is-symbol'); +var create = require('../internals/object-create'); +var isPrototypeOf = require('../internals/object-is-prototype-of'); +var setPrototypeOf = require('../internals/object-set-prototype-of'); +var getOwnPropertyNames = require('../internals/object-get-own-property-names').f; +var typedArrayFrom = require('../internals/typed-array-from'); +var forEach = require('../internals/array-iteration').forEach; +var setSpecies = require('../internals/set-species'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var definePropertyModule = require('../internals/object-define-property'); +var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor'); +var arrayFromConstructorAndList = require('../internals/array-from-constructor-and-list'); +var InternalStateModule = require('../internals/internal-state'); +var inheritIfRequired = require('../internals/inherit-if-required'); + +var getInternalState = InternalStateModule.get; +var setInternalState = InternalStateModule.set; +var enforceInternalState = InternalStateModule.enforce; +var nativeDefineProperty = definePropertyModule.f; +var nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f; +var RangeError = globalThis.RangeError; +var ArrayBuffer = ArrayBufferModule.ArrayBuffer; +var ArrayBufferPrototype = ArrayBuffer.prototype; +var DataView = ArrayBufferModule.DataView; +var NATIVE_ARRAY_BUFFER_VIEWS = ArrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS; +var TYPED_ARRAY_TAG = ArrayBufferViewCore.TYPED_ARRAY_TAG; +var TypedArray = ArrayBufferViewCore.TypedArray; +var TypedArrayPrototype = ArrayBufferViewCore.TypedArrayPrototype; +var isTypedArray = ArrayBufferViewCore.isTypedArray; +var BYTES_PER_ELEMENT = 'BYTES_PER_ELEMENT'; +var WRONG_LENGTH = 'Wrong length'; + +var addGetter = function (it, key) { + defineBuiltInAccessor(it, key, { + configurable: true, + get: function () { + return getInternalState(this)[key]; + } + }); +}; + +var isArrayBuffer = function (it) { + var klass; + return isPrototypeOf(ArrayBufferPrototype, it) || (klass = classof(it)) === 'ArrayBuffer' || klass === 'SharedArrayBuffer'; +}; + +var isTypedArrayIndex = function (target, key) { + return isTypedArray(target) + && !isSymbol(key) + && key in target + && isIntegralNumber(+key) + && key >= 0; +}; + +var wrappedGetOwnPropertyDescriptor = function getOwnPropertyDescriptor(target, key) { + key = toPropertyKey(key); + return isTypedArrayIndex(target, key) + ? createPropertyDescriptor(2, target[key]) + : nativeGetOwnPropertyDescriptor(target, key); +}; + +var wrappedDefineProperty = function defineProperty(target, key, descriptor) { + key = toPropertyKey(key); + if (isTypedArrayIndex(target, key) + && isObject(descriptor) + && hasOwn(descriptor, 'value') + && !hasOwn(descriptor, 'get') + && !hasOwn(descriptor, 'set') + // TODO: add validation descriptor w/o calling accessors + && !descriptor.configurable + && (!hasOwn(descriptor, 'writable') || descriptor.writable) + && (!hasOwn(descriptor, 'enumerable') || descriptor.enumerable) + ) { + target[key] = descriptor.value; + return target; + } return nativeDefineProperty(target, key, descriptor); +}; + +if (DESCRIPTORS) { + if (!NATIVE_ARRAY_BUFFER_VIEWS) { + getOwnPropertyDescriptorModule.f = wrappedGetOwnPropertyDescriptor; + definePropertyModule.f = wrappedDefineProperty; + addGetter(TypedArrayPrototype, 'buffer'); + addGetter(TypedArrayPrototype, 'byteOffset'); + addGetter(TypedArrayPrototype, 'byteLength'); + addGetter(TypedArrayPrototype, 'length'); + } + + $({ target: 'Object', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, { + getOwnPropertyDescriptor: wrappedGetOwnPropertyDescriptor, + defineProperty: wrappedDefineProperty + }); + + module.exports = function (TYPE, wrapper, CLAMPED) { + var BYTES = TYPE.match(/\d+/)[0] / 8; + var CONSTRUCTOR_NAME = TYPE + (CLAMPED ? 'Clamped' : '') + 'Array'; + var GETTER = 'get' + TYPE; + var SETTER = 'set' + TYPE; + var NativeTypedArrayConstructor = globalThis[CONSTRUCTOR_NAME]; + var TypedArrayConstructor = NativeTypedArrayConstructor; + var TypedArrayConstructorPrototype = TypedArrayConstructor && TypedArrayConstructor.prototype; + var exported = {}; + + var getter = function (that, index) { + var data = getInternalState(that); + return data.view[GETTER](index * BYTES + data.byteOffset, true); + }; + + var setter = function (that, index, value) { + var data = getInternalState(that); + data.view[SETTER](index * BYTES + data.byteOffset, CLAMPED ? toUint8Clamped(value) : value, true); + }; + + var addElement = function (that, index) { + nativeDefineProperty(that, index, { + get: function () { + return getter(this, index); + }, + set: function (value) { + return setter(this, index, value); + }, + enumerable: true + }); + }; + + if (!NATIVE_ARRAY_BUFFER_VIEWS) { + TypedArrayConstructor = wrapper(function (that, data, offset, $length) { + anInstance(that, TypedArrayConstructorPrototype); + var index = 0; + var byteOffset = 0; + var buffer, byteLength, length; + if (!isObject(data)) { + length = toIndex(data); + byteLength = length * BYTES; + buffer = new ArrayBuffer(byteLength); + } else if (isArrayBuffer(data)) { + buffer = data; + byteOffset = toOffset(offset, BYTES); + var $len = data.byteLength; + if ($length === undefined) { + if ($len % BYTES) throw new RangeError(WRONG_LENGTH); + byteLength = $len - byteOffset; + if (byteLength < 0) throw new RangeError(WRONG_LENGTH); + } else { + byteLength = toLength($length) * BYTES; + if (byteLength + byteOffset > $len) throw new RangeError(WRONG_LENGTH); + } + length = byteLength / BYTES; + } else if (isTypedArray(data)) { + return arrayFromConstructorAndList(TypedArrayConstructor, data); + } else { + return call(typedArrayFrom, TypedArrayConstructor, data); + } + setInternalState(that, { + buffer: buffer, + byteOffset: byteOffset, + byteLength: byteLength, + length: length, + view: new DataView(buffer) + }); + while (index < length) addElement(that, index++); + }); + + if (setPrototypeOf) setPrototypeOf(TypedArrayConstructor, TypedArray); + TypedArrayConstructorPrototype = TypedArrayConstructor.prototype = create(TypedArrayPrototype); + } else if (TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS) { + TypedArrayConstructor = wrapper(function (dummy, data, typedArrayOffset, $length) { + anInstance(dummy, TypedArrayConstructorPrototype); + return inheritIfRequired(function () { + if (!isObject(data)) return new NativeTypedArrayConstructor(toIndex(data)); + if (isArrayBuffer(data)) return $length !== undefined + ? new NativeTypedArrayConstructor(data, toOffset(typedArrayOffset, BYTES), $length) + : typedArrayOffset !== undefined + ? new NativeTypedArrayConstructor(data, toOffset(typedArrayOffset, BYTES)) + : new NativeTypedArrayConstructor(data); + if (isTypedArray(data)) return arrayFromConstructorAndList(TypedArrayConstructor, data); + return call(typedArrayFrom, TypedArrayConstructor, data); + }(), dummy, TypedArrayConstructor); + }); + + if (setPrototypeOf) setPrototypeOf(TypedArrayConstructor, TypedArray); + forEach(getOwnPropertyNames(NativeTypedArrayConstructor), function (key) { + if (!(key in TypedArrayConstructor)) { + createNonEnumerableProperty(TypedArrayConstructor, key, NativeTypedArrayConstructor[key]); + } + }); + TypedArrayConstructor.prototype = TypedArrayConstructorPrototype; + } + + if (TypedArrayConstructorPrototype.constructor !== TypedArrayConstructor) { + createNonEnumerableProperty(TypedArrayConstructorPrototype, 'constructor', TypedArrayConstructor); + } + + enforceInternalState(TypedArrayConstructorPrototype).TypedArrayConstructor = TypedArrayConstructor; + + if (TYPED_ARRAY_TAG) { + createNonEnumerableProperty(TypedArrayConstructorPrototype, TYPED_ARRAY_TAG, CONSTRUCTOR_NAME); + } + + var FORCED = TypedArrayConstructor !== NativeTypedArrayConstructor; + + exported[CONSTRUCTOR_NAME] = TypedArrayConstructor; + + $({ global: true, constructor: true, forced: FORCED, sham: !NATIVE_ARRAY_BUFFER_VIEWS }, exported); + + if (!(BYTES_PER_ELEMENT in TypedArrayConstructor)) { + createNonEnumerableProperty(TypedArrayConstructor, BYTES_PER_ELEMENT, BYTES); + } + + if (!(BYTES_PER_ELEMENT in TypedArrayConstructorPrototype)) { + createNonEnumerableProperty(TypedArrayConstructorPrototype, BYTES_PER_ELEMENT, BYTES); + } + + setSpecies(CONSTRUCTOR_NAME); + }; +} else module.exports = function () { /* empty */ }; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js new file mode 100644 index 00000000..fa256fcc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js @@ -0,0 +1,23 @@ +'use strict'; +/* eslint-disable no-new, sonarjs/inconsistent-function-call -- required for testing */ +var globalThis = require('../internals/global-this'); +var fails = require('../internals/fails'); +var checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration'); +var NATIVE_ARRAY_BUFFER_VIEWS = require('../internals/array-buffer-view-core').NATIVE_ARRAY_BUFFER_VIEWS; + +var ArrayBuffer = globalThis.ArrayBuffer; +var Int8Array = globalThis.Int8Array; + +module.exports = !NATIVE_ARRAY_BUFFER_VIEWS || !fails(function () { + Int8Array(1); +}) || !fails(function () { + new Int8Array(-1); +}) || !checkCorrectnessOfIteration(function (iterable) { + new Int8Array(); + new Int8Array(null); + new Int8Array(1.5); + new Int8Array(iterable); +}, true) || fails(function () { + // Safari (11+) bug - a reason why even Safari 13 should load a typed array polyfill + return new Int8Array(new ArrayBuffer(2), 1, undefined).length !== 1; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/typed-array-from-same-type-and-list.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/typed-array-from-same-type-and-list.js new file mode 100644 index 00000000..c6aea588 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/typed-array-from-same-type-and-list.js @@ -0,0 +1,7 @@ +'use strict'; +var arrayFromConstructorAndList = require('../internals/array-from-constructor-and-list'); +var getTypedArrayConstructor = require('../internals/array-buffer-view-core').getTypedArrayConstructor; + +module.exports = function (instance, list) { + return arrayFromConstructorAndList(getTypedArrayConstructor(instance), list); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/typed-array-from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/typed-array-from.js new file mode 100644 index 00000000..f9cf1dae --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/typed-array-from.js @@ -0,0 +1,42 @@ +'use strict'; +var bind = require('../internals/function-bind-context'); +var call = require('../internals/function-call'); +var aConstructor = require('../internals/a-constructor'); +var toObject = require('../internals/to-object'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var getIterator = require('../internals/get-iterator'); +var getIteratorMethod = require('../internals/get-iterator-method'); +var isArrayIteratorMethod = require('../internals/is-array-iterator-method'); +var isBigIntArray = require('../internals/is-big-int-array'); +var aTypedArrayConstructor = require('../internals/array-buffer-view-core').aTypedArrayConstructor; +var toBigInt = require('../internals/to-big-int'); + +module.exports = function from(source /* , mapfn, thisArg */) { + var C = aConstructor(this); + var O = toObject(source); + var argumentsLength = arguments.length; + var mapfn = argumentsLength > 1 ? arguments[1] : undefined; + var mapping = mapfn !== undefined; + var iteratorMethod = getIteratorMethod(O); + var i, length, result, thisIsBigIntArray, value, step, iterator, next; + if (iteratorMethod && !isArrayIteratorMethod(iteratorMethod)) { + iterator = getIterator(O, iteratorMethod); + next = iterator.next; + O = []; + while (!(step = call(next, iterator)).done) { + O.push(step.value); + } + } + if (mapping && argumentsLength > 2) { + mapfn = bind(mapfn, arguments[2]); + } + length = lengthOfArrayLike(O); + result = new (aTypedArrayConstructor(C))(length); + thisIsBigIntArray = isBigIntArray(result); + for (i = 0; length > i; i++) { + value = mapping ? mapfn(O[i], i) : O[i]; + // FF30- typed arrays doesn't properly convert objects to typed array values + result[i] = thisIsBigIntArray ? toBigInt(value) : +value; + } + return result; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/uid.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/uid.js new file mode 100644 index 00000000..c02c4011 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/uid.js @@ -0,0 +1,10 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); + +var id = 0; +var postfix = Math.random(); +var toString = uncurryThis(1.0.toString); + +module.exports = function (key) { + return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/uint8-from-base64.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/uint8-from-base64.js new file mode 100644 index 00000000..1297e0c9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/uint8-from-base64.js @@ -0,0 +1,156 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var uncurryThis = require('../internals/function-uncurry-this'); +var anObjectOrUndefined = require('../internals/an-object-or-undefined'); +var aString = require('../internals/a-string'); +var hasOwn = require('../internals/has-own-property'); +var base64Map = require('../internals/base64-map'); +var getAlphabetOption = require('../internals/get-alphabet-option'); +var notDetached = require('../internals/array-buffer-not-detached'); + +var base64Alphabet = base64Map.c2i; +var base64UrlAlphabet = base64Map.c2iUrl; + +var SyntaxError = globalThis.SyntaxError; +var TypeError = globalThis.TypeError; +var at = uncurryThis(''.charAt); + +var skipAsciiWhitespace = function (string, index) { + var length = string.length; + for (;index < length; index++) { + var chr = at(string, index); + if (chr !== ' ' && chr !== '\t' && chr !== '\n' && chr !== '\f' && chr !== '\r') break; + } return index; +}; + +var decodeBase64Chunk = function (chunk, alphabet, throwOnExtraBits) { + var chunkLength = chunk.length; + + if (chunkLength < 4) { + chunk += chunkLength === 2 ? 'AA' : 'A'; + } + + var triplet = (alphabet[at(chunk, 0)] << 18) + + (alphabet[at(chunk, 1)] << 12) + + (alphabet[at(chunk, 2)] << 6) + + alphabet[at(chunk, 3)]; + + var chunkBytes = [ + (triplet >> 16) & 255, + (triplet >> 8) & 255, + triplet & 255 + ]; + + if (chunkLength === 2) { + if (throwOnExtraBits && chunkBytes[1] !== 0) { + throw new SyntaxError('Extra bits'); + } + return [chunkBytes[0]]; + } + + if (chunkLength === 3) { + if (throwOnExtraBits && chunkBytes[2] !== 0) { + throw new SyntaxError('Extra bits'); + } + return [chunkBytes[0], chunkBytes[1]]; + } + + return chunkBytes; +}; + +var writeBytes = function (bytes, elements, written) { + var elementsLength = elements.length; + for (var index = 0; index < elementsLength; index++) { + bytes[written + index] = elements[index]; + } + return written + elementsLength; +}; + +/* eslint-disable max-statements, max-depth -- TODO */ +module.exports = function (string, options, into, maxLength) { + aString(string); + anObjectOrUndefined(options); + var alphabet = getAlphabetOption(options) === 'base64' ? base64Alphabet : base64UrlAlphabet; + var lastChunkHandling = options ? options.lastChunkHandling : undefined; + + if (lastChunkHandling === undefined) lastChunkHandling = 'loose'; + + if (lastChunkHandling !== 'loose' && lastChunkHandling !== 'strict' && lastChunkHandling !== 'stop-before-partial') { + throw new TypeError('Incorrect `lastChunkHandling` option'); + } + + if (into) notDetached(into.buffer); + + var bytes = into || []; + var written = 0; + var read = 0; + var chunk = ''; + var index = 0; + + if (maxLength) while (true) { + index = skipAsciiWhitespace(string, index); + if (index === string.length) { + if (chunk.length > 0) { + if (lastChunkHandling === 'stop-before-partial') { + break; + } + if (lastChunkHandling === 'loose') { + if (chunk.length === 1) { + throw new SyntaxError('Malformed padding: exactly one additional character'); + } + written = writeBytes(bytes, decodeBase64Chunk(chunk, alphabet, false), written); + } else { + throw new SyntaxError('Missing padding'); + } + } + read = string.length; + break; + } + var chr = at(string, index); + ++index; + if (chr === '=') { + if (chunk.length < 2) { + throw new SyntaxError('Padding is too early'); + } + index = skipAsciiWhitespace(string, index); + if (chunk.length === 2) { + if (index === string.length) { + if (lastChunkHandling === 'stop-before-partial') { + break; + } + throw new SyntaxError('Malformed padding: only one ='); + } + if (at(string, index) === '=') { + ++index; + index = skipAsciiWhitespace(string, index); + } + } + if (index < string.length) { + throw new SyntaxError('Unexpected character after padding'); + } + written = writeBytes(bytes, decodeBase64Chunk(chunk, alphabet, lastChunkHandling === 'strict'), written); + read = string.length; + break; + } + if (!hasOwn(alphabet, chr)) { + throw new SyntaxError('Unexpected character'); + } + var remainingBytes = maxLength - written; + if (remainingBytes === 1 && chunk.length === 2 || remainingBytes === 2 && chunk.length === 3) { + // special case: we can fit exactly the number of bytes currently represented by chunk, so we were just checking for `=` + break; + } + + chunk += chr; + if (chunk.length === 4) { + written = writeBytes(bytes, decodeBase64Chunk(chunk, alphabet, false), written); + chunk = ''; + read = index; + if (written === maxLength) { + break; + } + } + } + + return { bytes: bytes, read: read, written: written }; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/uint8-from-hex.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/uint8-from-hex.js new file mode 100644 index 00000000..fb195c79 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/uint8-from-hex.js @@ -0,0 +1,26 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var uncurryThis = require('../internals/function-uncurry-this'); + +var Uint8Array = globalThis.Uint8Array; +var SyntaxError = globalThis.SyntaxError; +var parseInt = globalThis.parseInt; +var min = Math.min; +var NOT_HEX = /[^\da-f]/i; +var exec = uncurryThis(NOT_HEX.exec); +var stringSlice = uncurryThis(''.slice); + +module.exports = function (string, into) { + var stringLength = string.length; + if (stringLength % 2 !== 0) throw new SyntaxError('String should be an even number of characters'); + var maxLength = into ? min(into.length, stringLength / 2) : stringLength / 2; + var bytes = into || new Uint8Array(maxLength); + var read = 0; + var written = 0; + while (written < maxLength) { + var hexits = stringSlice(string, read, read += 2); + if (exec(NOT_HEX, hexits)) throw new SyntaxError('String should only contain hex characters'); + bytes[written++] = parseInt(hexits, 16); + } + return { bytes: bytes, read: read }; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/url-constructor-detection.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/url-constructor-detection.js new file mode 100644 index 00000000..5a67c99d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/url-constructor-detection.js @@ -0,0 +1,42 @@ +'use strict'; +var fails = require('../internals/fails'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var DESCRIPTORS = require('../internals/descriptors'); +var IS_PURE = require('../internals/is-pure'); + +var ITERATOR = wellKnownSymbol('iterator'); + +module.exports = !fails(function () { + // eslint-disable-next-line unicorn/relative-url-style -- required for testing + var url = new URL('b?a=1&b=2&c=3', 'https://a'); + var params = url.searchParams; + var params2 = new URLSearchParams('a=1&a=2&b=3'); + var result = ''; + url.pathname = 'c%20d'; + params.forEach(function (value, key) { + params['delete']('b'); + result += key + value; + }); + params2['delete']('a', 2); + // `undefined` case is a Chromium 117 bug + // https://bugs.chromium.org/p/v8/issues/detail?id=14222 + params2['delete']('b', undefined); + return (IS_PURE && (!url.toJSON || !params2.has('a', 1) || params2.has('a', 2) || !params2.has('a', undefined) || params2.has('b'))) + || (!params.size && (IS_PURE || !DESCRIPTORS)) + || !params.sort + || url.href !== 'https://a/c%20d?a=1&c=3' + || params.get('c') !== '3' + || String(new URLSearchParams('?a=1')) !== 'a=1' + || !params[ITERATOR] + // throws in Edge + || new URL('https://a@b').username !== 'a' + || new URLSearchParams(new URLSearchParams('a=b')).get('a') !== 'b' + // not punycoded in Edge + || new URL('https://тест').host !== 'xn--e1aybc' + // not escaped in Chrome 62- + || new URL('https://a#б').hash !== '#%D0%B1' + // fails in Chrome 66- + || result !== 'a1c3' + // throws in Safari + || new URL('https://x', undefined).host !== 'x'; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/use-symbol-as-uid.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/use-symbol-as-uid.js new file mode 100644 index 00000000..c0262ae1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/use-symbol-as-uid.js @@ -0,0 +1,7 @@ +'use strict'; +/* eslint-disable es/no-symbol -- required for testing */ +var NATIVE_SYMBOL = require('../internals/symbol-constructor-detection'); + +module.exports = NATIVE_SYMBOL && + !Symbol.sham && + typeof Symbol.iterator == 'symbol'; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/v8-prototype-define-bug.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/v8-prototype-define-bug.js new file mode 100644 index 00000000..278d2bf2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/v8-prototype-define-bug.js @@ -0,0 +1,13 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var fails = require('../internals/fails'); + +// V8 ~ Chrome 36- +// https://bugs.chromium.org/p/v8/issues/detail?id=3334 +module.exports = DESCRIPTORS && fails(function () { + // eslint-disable-next-line es/no-object-defineproperty -- required for testing + return Object.defineProperty(function () { /* empty */ }, 'prototype', { + value: 42, + writable: false + }).prototype !== 42; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/validate-arguments-length.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/validate-arguments-length.js new file mode 100644 index 00000000..b3a67b1a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/validate-arguments-length.js @@ -0,0 +1,7 @@ +'use strict'; +var $TypeError = TypeError; + +module.exports = function (passed, required) { + if (passed < required) throw new $TypeError('Not enough arguments'); + return passed; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/weak-map-basic-detection.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/weak-map-basic-detection.js new file mode 100644 index 00000000..d9072c20 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/weak-map-basic-detection.js @@ -0,0 +1,7 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var isCallable = require('../internals/is-callable'); + +var WeakMap = globalThis.WeakMap; + +module.exports = isCallable(WeakMap) && /native code/.test(String(WeakMap)); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/weak-map-helpers.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/weak-map-helpers.js new file mode 100644 index 00000000..a58bc827 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/weak-map-helpers.js @@ -0,0 +1,14 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); + +// eslint-disable-next-line es/no-weak-map -- safe +var WeakMapPrototype = WeakMap.prototype; + +module.exports = { + // eslint-disable-next-line es/no-weak-map -- safe + WeakMap: WeakMap, + set: uncurryThis(WeakMapPrototype.set), + get: uncurryThis(WeakMapPrototype.get), + has: uncurryThis(WeakMapPrototype.has), + remove: uncurryThis(WeakMapPrototype['delete']) +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/weak-set-helpers.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/weak-set-helpers.js new file mode 100644 index 00000000..1714de94 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/weak-set-helpers.js @@ -0,0 +1,13 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); + +// eslint-disable-next-line es/no-weak-set -- safe +var WeakSetPrototype = WeakSet.prototype; + +module.exports = { + // eslint-disable-next-line es/no-weak-set -- safe + WeakSet: WeakSet, + add: uncurryThis(WeakSetPrototype.add), + has: uncurryThis(WeakSetPrototype.has), + remove: uncurryThis(WeakSetPrototype['delete']) +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/well-known-symbol-define.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/well-known-symbol-define.js new file mode 100644 index 00000000..f17892ca --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/well-known-symbol-define.js @@ -0,0 +1,12 @@ +'use strict'; +var path = require('../internals/path'); +var hasOwn = require('../internals/has-own-property'); +var wrappedWellKnownSymbolModule = require('../internals/well-known-symbol-wrapped'); +var defineProperty = require('../internals/object-define-property').f; + +module.exports = function (NAME) { + var Symbol = path.Symbol || (path.Symbol = {}); + if (!hasOwn(Symbol, NAME)) defineProperty(Symbol, NAME, { + value: wrappedWellKnownSymbolModule.f(NAME) + }); +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/well-known-symbol-wrapped.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/well-known-symbol-wrapped.js new file mode 100644 index 00000000..41d3b77e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/well-known-symbol-wrapped.js @@ -0,0 +1,4 @@ +'use strict'; +var wellKnownSymbol = require('../internals/well-known-symbol'); + +exports.f = wellKnownSymbol; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/well-known-symbol.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/well-known-symbol.js new file mode 100644 index 00000000..bc94b14b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/well-known-symbol.js @@ -0,0 +1,19 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var shared = require('../internals/shared'); +var hasOwn = require('../internals/has-own-property'); +var uid = require('../internals/uid'); +var NATIVE_SYMBOL = require('../internals/symbol-constructor-detection'); +var USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid'); + +var Symbol = globalThis.Symbol; +var WellKnownSymbolsStore = shared('wks'); +var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol['for'] || Symbol : Symbol && Symbol.withoutSetter || uid; + +module.exports = function (name) { + if (!hasOwn(WellKnownSymbolsStore, name)) { + WellKnownSymbolsStore[name] = NATIVE_SYMBOL && hasOwn(Symbol, name) + ? Symbol[name] + : createWellKnownSymbol('Symbol.' + name); + } return WellKnownSymbolsStore[name]; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/whitespaces.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/whitespaces.js new file mode 100644 index 00000000..916b2fe4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/whitespaces.js @@ -0,0 +1,4 @@ +'use strict'; +// a string of all valid unicode whitespaces +module.exports = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' + + '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF'; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/wrap-error-constructor-with-cause.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/wrap-error-constructor-with-cause.js new file mode 100644 index 00000000..5431c5b0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/internals/wrap-error-constructor-with-cause.js @@ -0,0 +1,65 @@ +'use strict'; +var getBuiltIn = require('../internals/get-built-in'); +var hasOwn = require('../internals/has-own-property'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var isPrototypeOf = require('../internals/object-is-prototype-of'); +var setPrototypeOf = require('../internals/object-set-prototype-of'); +var copyConstructorProperties = require('../internals/copy-constructor-properties'); +var proxyAccessor = require('../internals/proxy-accessor'); +var inheritIfRequired = require('../internals/inherit-if-required'); +var normalizeStringArgument = require('../internals/normalize-string-argument'); +var installErrorCause = require('../internals/install-error-cause'); +var installErrorStack = require('../internals/error-stack-install'); +var DESCRIPTORS = require('../internals/descriptors'); +var IS_PURE = require('../internals/is-pure'); + +module.exports = function (FULL_NAME, wrapper, FORCED, IS_AGGREGATE_ERROR) { + var STACK_TRACE_LIMIT = 'stackTraceLimit'; + var OPTIONS_POSITION = IS_AGGREGATE_ERROR ? 2 : 1; + var path = FULL_NAME.split('.'); + var ERROR_NAME = path[path.length - 1]; + var OriginalError = getBuiltIn.apply(null, path); + + if (!OriginalError) return; + + var OriginalErrorPrototype = OriginalError.prototype; + + // V8 9.3- bug https://bugs.chromium.org/p/v8/issues/detail?id=12006 + if (!IS_PURE && hasOwn(OriginalErrorPrototype, 'cause')) delete OriginalErrorPrototype.cause; + + if (!FORCED) return OriginalError; + + var BaseError = getBuiltIn('Error'); + + var WrappedError = wrapper(function (a, b) { + var message = normalizeStringArgument(IS_AGGREGATE_ERROR ? b : a, undefined); + var result = IS_AGGREGATE_ERROR ? new OriginalError(a) : new OriginalError(); + if (message !== undefined) createNonEnumerableProperty(result, 'message', message); + installErrorStack(result, WrappedError, result.stack, 2); + if (this && isPrototypeOf(OriginalErrorPrototype, this)) inheritIfRequired(result, this, WrappedError); + if (arguments.length > OPTIONS_POSITION) installErrorCause(result, arguments[OPTIONS_POSITION]); + return result; + }); + + WrappedError.prototype = OriginalErrorPrototype; + + if (ERROR_NAME !== 'Error') { + if (setPrototypeOf) setPrototypeOf(WrappedError, BaseError); + else copyConstructorProperties(WrappedError, BaseError, { name: true }); + } else if (DESCRIPTORS && STACK_TRACE_LIMIT in OriginalError) { + proxyAccessor(WrappedError, OriginalError, STACK_TRACE_LIMIT); + proxyAccessor(WrappedError, OriginalError, 'prepareStackTrace'); + } + + copyConstructorProperties(WrappedError, OriginalError); + + if (!IS_PURE) try { + // Safari 13- bug: WebAssembly errors does not have a proper `.name` + if (OriginalErrorPrototype.name !== ERROR_NAME) { + createNonEnumerableProperty(OriginalErrorPrototype, 'name', ERROR_NAME); + } + OriginalErrorPrototype.constructor = WrappedError; + } catch (error) { /* empty */ } + + return WrappedError; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/README.md b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/README.md new file mode 100644 index 00000000..0d6b3cb0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/README.md @@ -0,0 +1 @@ +This folder contains implementations of polyfills. It's not recommended to include in your projects directly if you don't completely understand what are you doing. diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.aggregate-error.cause.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.aggregate-error.cause.js new file mode 100644 index 00000000..dfc3b38d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.aggregate-error.cause.js @@ -0,0 +1,23 @@ +'use strict'; +var $ = require('../internals/export'); +var getBuiltIn = require('../internals/get-built-in'); +var apply = require('../internals/function-apply'); +var fails = require('../internals/fails'); +var wrapErrorConstructorWithCause = require('../internals/wrap-error-constructor-with-cause'); + +var AGGREGATE_ERROR = 'AggregateError'; +var $AggregateError = getBuiltIn(AGGREGATE_ERROR); + +var FORCED = !fails(function () { + return $AggregateError([1]).errors[0] !== 1; +}) && fails(function () { + return $AggregateError([1], AGGREGATE_ERROR, { cause: 7 }).cause !== 7; +}); + +// https://tc39.es/ecma262/#sec-aggregate-error +$({ global: true, constructor: true, arity: 2, forced: FORCED }, { + AggregateError: wrapErrorConstructorWithCause(AGGREGATE_ERROR, function (init) { + // eslint-disable-next-line no-unused-vars -- required for functions `.length` + return function AggregateError(errors, message) { return apply(init, this, arguments); }; + }, FORCED, true) +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.aggregate-error.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.aggregate-error.constructor.js new file mode 100644 index 00000000..0d76dd02 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.aggregate-error.constructor.js @@ -0,0 +1,51 @@ +'use strict'; +var $ = require('../internals/export'); +var isPrototypeOf = require('../internals/object-is-prototype-of'); +var getPrototypeOf = require('../internals/object-get-prototype-of'); +var setPrototypeOf = require('../internals/object-set-prototype-of'); +var copyConstructorProperties = require('../internals/copy-constructor-properties'); +var create = require('../internals/object-create'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var createPropertyDescriptor = require('../internals/create-property-descriptor'); +var installErrorCause = require('../internals/install-error-cause'); +var installErrorStack = require('../internals/error-stack-install'); +var iterate = require('../internals/iterate'); +var normalizeStringArgument = require('../internals/normalize-string-argument'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var TO_STRING_TAG = wellKnownSymbol('toStringTag'); +var $Error = Error; +var push = [].push; + +var $AggregateError = function AggregateError(errors, message /* , options */) { + var isInstance = isPrototypeOf(AggregateErrorPrototype, this); + var that; + if (setPrototypeOf) { + that = setPrototypeOf(new $Error(), isInstance ? getPrototypeOf(this) : AggregateErrorPrototype); + } else { + that = isInstance ? this : create(AggregateErrorPrototype); + createNonEnumerableProperty(that, TO_STRING_TAG, 'Error'); + } + if (message !== undefined) createNonEnumerableProperty(that, 'message', normalizeStringArgument(message)); + installErrorStack(that, $AggregateError, that.stack, 1); + if (arguments.length > 2) installErrorCause(that, arguments[2]); + var errorsArray = []; + iterate(errors, push, { that: errorsArray }); + createNonEnumerableProperty(that, 'errors', errorsArray); + return that; +}; + +if (setPrototypeOf) setPrototypeOf($AggregateError, $Error); +else copyConstructorProperties($AggregateError, $Error, { name: true }); + +var AggregateErrorPrototype = $AggregateError.prototype = create($Error.prototype, { + constructor: createPropertyDescriptor(1, $AggregateError), + message: createPropertyDescriptor(1, ''), + name: createPropertyDescriptor(1, 'AggregateError') +}); + +// `AggregateError` constructor +// https://tc39.es/ecma262/#sec-aggregate-error-constructor +$({ global: true, constructor: true, arity: 2 }, { + AggregateError: $AggregateError +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.aggregate-error.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.aggregate-error.js new file mode 100644 index 00000000..649517e3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.aggregate-error.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove this module from `core-js@4` since it's replaced to module below +require('../modules/es.aggregate-error.constructor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.constructor.js new file mode 100644 index 00000000..810c906f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.constructor.js @@ -0,0 +1,17 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var arrayBufferModule = require('../internals/array-buffer'); +var setSpecies = require('../internals/set-species'); + +var ARRAY_BUFFER = 'ArrayBuffer'; +var ArrayBuffer = arrayBufferModule[ARRAY_BUFFER]; +var NativeArrayBuffer = globalThis[ARRAY_BUFFER]; + +// `ArrayBuffer` constructor +// https://tc39.es/ecma262/#sec-arraybuffer-constructor +$({ global: true, constructor: true, forced: NativeArrayBuffer !== ArrayBuffer }, { + ArrayBuffer: ArrayBuffer +}); + +setSpecies(ARRAY_BUFFER); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.detached.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.detached.js new file mode 100644 index 00000000..e718eada --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.detached.js @@ -0,0 +1,17 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var isDetached = require('../internals/array-buffer-is-detached'); + +var ArrayBufferPrototype = ArrayBuffer.prototype; + +// `ArrayBuffer.prototype.detached` getter +// https://tc39.es/ecma262/#sec-get-arraybuffer.prototype.detached +if (DESCRIPTORS && !('detached' in ArrayBufferPrototype)) { + defineBuiltInAccessor(ArrayBufferPrototype, 'detached', { + configurable: true, + get: function detached() { + return isDetached(this); + } + }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.is-view.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.is-view.js new file mode 100644 index 00000000..b83a614b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.is-view.js @@ -0,0 +1,11 @@ +'use strict'; +var $ = require('../internals/export'); +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); + +var NATIVE_ARRAY_BUFFER_VIEWS = ArrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS; + +// `ArrayBuffer.isView` method +// https://tc39.es/ecma262/#sec-arraybuffer.isview +$({ target: 'ArrayBuffer', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, { + isView: ArrayBufferViewCore.isView +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.slice.js new file mode 100644 index 00000000..b337ee5a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.slice.js @@ -0,0 +1,39 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this-clause'); +var fails = require('../internals/fails'); +var ArrayBufferModule = require('../internals/array-buffer'); +var anObject = require('../internals/an-object'); +var toAbsoluteIndex = require('../internals/to-absolute-index'); +var toLength = require('../internals/to-length'); + +var ArrayBuffer = ArrayBufferModule.ArrayBuffer; +var DataView = ArrayBufferModule.DataView; +var DataViewPrototype = DataView.prototype; +var nativeArrayBufferSlice = uncurryThis(ArrayBuffer.prototype.slice); +var getUint8 = uncurryThis(DataViewPrototype.getUint8); +var setUint8 = uncurryThis(DataViewPrototype.setUint8); + +var INCORRECT_SLICE = fails(function () { + return !new ArrayBuffer(2).slice(1, undefined).byteLength; +}); + +// `ArrayBuffer.prototype.slice` method +// https://tc39.es/ecma262/#sec-arraybuffer.prototype.slice +$({ target: 'ArrayBuffer', proto: true, unsafe: true, forced: INCORRECT_SLICE }, { + slice: function slice(start, end) { + if (nativeArrayBufferSlice && end === undefined) { + return nativeArrayBufferSlice(anObject(this), start); // FF fix + } + var length = anObject(this).byteLength; + var first = toAbsoluteIndex(start, length); + var fin = toAbsoluteIndex(end === undefined ? length : end, length); + var result = new ArrayBuffer(toLength(fin - first)); + var viewSource = new DataView(this); + var viewTarget = new DataView(result); + var index = 0; + while (first < fin) { + setUint8(viewTarget, index++, getUint8(viewSource, first++)); + } return result; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.transfer-to-fixed-length.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.transfer-to-fixed-length.js new file mode 100644 index 00000000..55a9f8a7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.transfer-to-fixed-length.js @@ -0,0 +1,11 @@ +'use strict'; +var $ = require('../internals/export'); +var $transfer = require('../internals/array-buffer-transfer'); + +// `ArrayBuffer.prototype.transferToFixedLength` method +// https://tc39.es/proposal-arraybuffer-transfer/#sec-arraybuffer.prototype.transfertofixedlength +if ($transfer) $({ target: 'ArrayBuffer', proto: true }, { + transferToFixedLength: function transferToFixedLength() { + return $transfer(this, arguments.length ? arguments[0] : undefined, false); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.transfer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.transfer.js new file mode 100644 index 00000000..197658de --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array-buffer.transfer.js @@ -0,0 +1,11 @@ +'use strict'; +var $ = require('../internals/export'); +var $transfer = require('../internals/array-buffer-transfer'); + +// `ArrayBuffer.prototype.transfer` method +// https://tc39.es/proposal-arraybuffer-transfer/#sec-arraybuffer.prototype.transfer +if ($transfer) $({ target: 'ArrayBuffer', proto: true }, { + transfer: function transfer() { + return $transfer(this, arguments.length ? arguments[0] : undefined, true); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.at.js new file mode 100644 index 00000000..965c266a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.at.js @@ -0,0 +1,20 @@ +'use strict'; +var $ = require('../internals/export'); +var toObject = require('../internals/to-object'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); +var addToUnscopables = require('../internals/add-to-unscopables'); + +// `Array.prototype.at` method +// https://tc39.es/ecma262/#sec-array.prototype.at +$({ target: 'Array', proto: true }, { + at: function at(index) { + var O = toObject(this); + var len = lengthOfArrayLike(O); + var relativeIndex = toIntegerOrInfinity(index); + var k = relativeIndex >= 0 ? relativeIndex : len + relativeIndex; + return (k < 0 || k >= len) ? undefined : O[k]; + } +}); + +addToUnscopables('at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.concat.js new file mode 100644 index 00000000..2e1a773a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.concat.js @@ -0,0 +1,58 @@ +'use strict'; +var $ = require('../internals/export'); +var fails = require('../internals/fails'); +var isArray = require('../internals/is-array'); +var isObject = require('../internals/is-object'); +var toObject = require('../internals/to-object'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var doesNotExceedSafeInteger = require('../internals/does-not-exceed-safe-integer'); +var createProperty = require('../internals/create-property'); +var arraySpeciesCreate = require('../internals/array-species-create'); +var arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var V8_VERSION = require('../internals/environment-v8-version'); + +var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable'); + +// We can't use this feature detection in V8 since it causes +// deoptimization and serious performance degradation +// https://github.com/zloirock/core-js/issues/679 +var IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () { + var array = []; + array[IS_CONCAT_SPREADABLE] = false; + return array.concat()[0] !== array; +}); + +var isConcatSpreadable = function (O) { + if (!isObject(O)) return false; + var spreadable = O[IS_CONCAT_SPREADABLE]; + return spreadable !== undefined ? !!spreadable : isArray(O); +}; + +var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !arrayMethodHasSpeciesSupport('concat'); + +// `Array.prototype.concat` method +// https://tc39.es/ecma262/#sec-array.prototype.concat +// with adding support of @@isConcatSpreadable and @@species +$({ target: 'Array', proto: true, arity: 1, forced: FORCED }, { + // eslint-disable-next-line no-unused-vars -- required for `.length` + concat: function concat(arg) { + var O = toObject(this); + var A = arraySpeciesCreate(O, 0); + var n = 0; + var i, k, length, len, E; + for (i = -1, length = arguments.length; i < length; i++) { + E = i === -1 ? O : arguments[i]; + if (isConcatSpreadable(E)) { + len = lengthOfArrayLike(E); + doesNotExceedSafeInteger(n + len); + for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]); + } else { + doesNotExceedSafeInteger(n + 1); + createProperty(A, n++, E); + } + } + A.length = n; + return A; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.copy-within.js new file mode 100644 index 00000000..021ca3cf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.copy-within.js @@ -0,0 +1,13 @@ +'use strict'; +var $ = require('../internals/export'); +var copyWithin = require('../internals/array-copy-within'); +var addToUnscopables = require('../internals/add-to-unscopables'); + +// `Array.prototype.copyWithin` method +// https://tc39.es/ecma262/#sec-array.prototype.copywithin +$({ target: 'Array', proto: true }, { + copyWithin: copyWithin +}); + +// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables +addToUnscopables('copyWithin'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.every.js new file mode 100644 index 00000000..61b526e1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.every.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var $every = require('../internals/array-iteration').every; +var arrayMethodIsStrict = require('../internals/array-method-is-strict'); + +var STRICT_METHOD = arrayMethodIsStrict('every'); + +// `Array.prototype.every` method +// https://tc39.es/ecma262/#sec-array.prototype.every +$({ target: 'Array', proto: true, forced: !STRICT_METHOD }, { + every: function every(callbackfn /* , thisArg */) { + return $every(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.fill.js new file mode 100644 index 00000000..31e640e4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.fill.js @@ -0,0 +1,13 @@ +'use strict'; +var $ = require('../internals/export'); +var fill = require('../internals/array-fill'); +var addToUnscopables = require('../internals/add-to-unscopables'); + +// `Array.prototype.fill` method +// https://tc39.es/ecma262/#sec-array.prototype.fill +$({ target: 'Array', proto: true }, { + fill: fill +}); + +// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables +addToUnscopables('fill'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.filter.js new file mode 100644 index 00000000..beb43a5d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.filter.js @@ -0,0 +1,15 @@ +'use strict'; +var $ = require('../internals/export'); +var $filter = require('../internals/array-iteration').filter; +var arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support'); + +var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter'); + +// `Array.prototype.filter` method +// https://tc39.es/ecma262/#sec-array.prototype.filter +// with adding support of @@species +$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, { + filter: function filter(callbackfn /* , thisArg */) { + return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.find-index.js new file mode 100644 index 00000000..ba3fd9fb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.find-index.js @@ -0,0 +1,22 @@ +'use strict'; +var $ = require('../internals/export'); +var $findIndex = require('../internals/array-iteration').findIndex; +var addToUnscopables = require('../internals/add-to-unscopables'); + +var FIND_INDEX = 'findIndex'; +var SKIPS_HOLES = true; + +// Shouldn't skip holes +// eslint-disable-next-line es/no-array-prototype-findindex -- testing +if (FIND_INDEX in []) Array(1)[FIND_INDEX](function () { SKIPS_HOLES = false; }); + +// `Array.prototype.findIndex` method +// https://tc39.es/ecma262/#sec-array.prototype.findindex +$({ target: 'Array', proto: true, forced: SKIPS_HOLES }, { + findIndex: function findIndex(callbackfn /* , that = undefined */) { + return $findIndex(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); + } +}); + +// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables +addToUnscopables(FIND_INDEX); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.find-last-index.js new file mode 100644 index 00000000..82d8984d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.find-last-index.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var $findLastIndex = require('../internals/array-iteration-from-last').findLastIndex; +var addToUnscopables = require('../internals/add-to-unscopables'); + +// `Array.prototype.findLastIndex` method +// https://tc39.es/ecma262/#sec-array.prototype.findlastindex +$({ target: 'Array', proto: true }, { + findLastIndex: function findLastIndex(callbackfn /* , that = undefined */) { + return $findLastIndex(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); + } +}); + +addToUnscopables('findLastIndex'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.find-last.js new file mode 100644 index 00000000..479c1733 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.find-last.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var $findLast = require('../internals/array-iteration-from-last').findLast; +var addToUnscopables = require('../internals/add-to-unscopables'); + +// `Array.prototype.findLast` method +// https://tc39.es/ecma262/#sec-array.prototype.findlast +$({ target: 'Array', proto: true }, { + findLast: function findLast(callbackfn /* , that = undefined */) { + return $findLast(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); + } +}); + +addToUnscopables('findLast'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.find.js new file mode 100644 index 00000000..f7fab66f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.find.js @@ -0,0 +1,22 @@ +'use strict'; +var $ = require('../internals/export'); +var $find = require('../internals/array-iteration').find; +var addToUnscopables = require('../internals/add-to-unscopables'); + +var FIND = 'find'; +var SKIPS_HOLES = true; + +// Shouldn't skip holes +// eslint-disable-next-line es/no-array-prototype-find -- testing +if (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES = false; }); + +// `Array.prototype.find` method +// https://tc39.es/ecma262/#sec-array.prototype.find +$({ target: 'Array', proto: true, forced: SKIPS_HOLES }, { + find: function find(callbackfn /* , that = undefined */) { + return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); + } +}); + +// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables +addToUnscopables(FIND); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.flat-map.js new file mode 100644 index 00000000..9b177dec --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.flat-map.js @@ -0,0 +1,21 @@ +'use strict'; +var $ = require('../internals/export'); +var flattenIntoArray = require('../internals/flatten-into-array'); +var aCallable = require('../internals/a-callable'); +var toObject = require('../internals/to-object'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var arraySpeciesCreate = require('../internals/array-species-create'); + +// `Array.prototype.flatMap` method +// https://tc39.es/ecma262/#sec-array.prototype.flatmap +$({ target: 'Array', proto: true }, { + flatMap: function flatMap(callbackfn /* , thisArg */) { + var O = toObject(this); + var sourceLen = lengthOfArrayLike(O); + var A; + aCallable(callbackfn); + A = arraySpeciesCreate(O, 0); + A.length = flattenIntoArray(A, O, O, sourceLen, 0, 1, callbackfn, arguments.length > 1 ? arguments[1] : undefined); + return A; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.flat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.flat.js new file mode 100644 index 00000000..146adecf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.flat.js @@ -0,0 +1,20 @@ +'use strict'; +var $ = require('../internals/export'); +var flattenIntoArray = require('../internals/flatten-into-array'); +var toObject = require('../internals/to-object'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); +var arraySpeciesCreate = require('../internals/array-species-create'); + +// `Array.prototype.flat` method +// https://tc39.es/ecma262/#sec-array.prototype.flat +$({ target: 'Array', proto: true }, { + flat: function flat(/* depthArg = 1 */) { + var depthArg = arguments.length ? arguments[0] : undefined; + var O = toObject(this); + var sourceLen = lengthOfArrayLike(O); + var A = arraySpeciesCreate(O, 0); + A.length = flattenIntoArray(A, O, O, sourceLen, 0, depthArg === undefined ? 1 : toIntegerOrInfinity(depthArg)); + return A; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.for-each.js new file mode 100644 index 00000000..6f45b51d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.for-each.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var forEach = require('../internals/array-for-each'); + +// `Array.prototype.forEach` method +// https://tc39.es/ecma262/#sec-array.prototype.foreach +// eslint-disable-next-line es/no-array-prototype-foreach -- safe +$({ target: 'Array', proto: true, forced: [].forEach !== forEach }, { + forEach: forEach +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.from.js new file mode 100644 index 00000000..0015b09d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.from.js @@ -0,0 +1,15 @@ +'use strict'; +var $ = require('../internals/export'); +var from = require('../internals/array-from'); +var checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration'); + +var INCORRECT_ITERATION = !checkCorrectnessOfIteration(function (iterable) { + // eslint-disable-next-line es/no-array-from -- required for testing + Array.from(iterable); +}); + +// `Array.from` method +// https://tc39.es/ecma262/#sec-array.from +$({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, { + from: from +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.includes.js new file mode 100644 index 00000000..7ada6d96 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.includes.js @@ -0,0 +1,22 @@ +'use strict'; +var $ = require('../internals/export'); +var $includes = require('../internals/array-includes').includes; +var fails = require('../internals/fails'); +var addToUnscopables = require('../internals/add-to-unscopables'); + +// FF99+ bug +var BROKEN_ON_SPARSE = fails(function () { + // eslint-disable-next-line es/no-array-prototype-includes -- detection + return !Array(1).includes(); +}); + +// `Array.prototype.includes` method +// https://tc39.es/ecma262/#sec-array.prototype.includes +$({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, { + includes: function includes(el /* , fromIndex = 0 */) { + return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined); + } +}); + +// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables +addToUnscopables('includes'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.index-of.js new file mode 100644 index 00000000..9cca6115 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.index-of.js @@ -0,0 +1,23 @@ +'use strict'; +/* eslint-disable es/no-array-prototype-indexof -- required for testing */ +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this-clause'); +var $indexOf = require('../internals/array-includes').indexOf; +var arrayMethodIsStrict = require('../internals/array-method-is-strict'); + +var nativeIndexOf = uncurryThis([].indexOf); + +var NEGATIVE_ZERO = !!nativeIndexOf && 1 / nativeIndexOf([1], 1, -0) < 0; +var FORCED = NEGATIVE_ZERO || !arrayMethodIsStrict('indexOf'); + +// `Array.prototype.indexOf` method +// https://tc39.es/ecma262/#sec-array.prototype.indexof +$({ target: 'Array', proto: true, forced: FORCED }, { + indexOf: function indexOf(searchElement /* , fromIndex = 0 */) { + var fromIndex = arguments.length > 1 ? arguments[1] : undefined; + return NEGATIVE_ZERO + // convert -0 to +0 + ? nativeIndexOf(this, searchElement, fromIndex) || 0 + : $indexOf(this, searchElement, fromIndex); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.is-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.is-array.js new file mode 100644 index 00000000..44824279 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.is-array.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var isArray = require('../internals/is-array'); + +// `Array.isArray` method +// https://tc39.es/ecma262/#sec-array.isarray +$({ target: 'Array', stat: true }, { + isArray: isArray +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.iterator.js new file mode 100644 index 00000000..3b5af9ab --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.iterator.js @@ -0,0 +1,62 @@ +'use strict'; +var toIndexedObject = require('../internals/to-indexed-object'); +var addToUnscopables = require('../internals/add-to-unscopables'); +var Iterators = require('../internals/iterators'); +var InternalStateModule = require('../internals/internal-state'); +var defineProperty = require('../internals/object-define-property').f; +var defineIterator = require('../internals/iterator-define'); +var createIterResultObject = require('../internals/create-iter-result-object'); +var IS_PURE = require('../internals/is-pure'); +var DESCRIPTORS = require('../internals/descriptors'); + +var ARRAY_ITERATOR = 'Array Iterator'; +var setInternalState = InternalStateModule.set; +var getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR); + +// `Array.prototype.entries` method +// https://tc39.es/ecma262/#sec-array.prototype.entries +// `Array.prototype.keys` method +// https://tc39.es/ecma262/#sec-array.prototype.keys +// `Array.prototype.values` method +// https://tc39.es/ecma262/#sec-array.prototype.values +// `Array.prototype[@@iterator]` method +// https://tc39.es/ecma262/#sec-array.prototype-@@iterator +// `CreateArrayIterator` internal method +// https://tc39.es/ecma262/#sec-createarrayiterator +module.exports = defineIterator(Array, 'Array', function (iterated, kind) { + setInternalState(this, { + type: ARRAY_ITERATOR, + target: toIndexedObject(iterated), // target + index: 0, // next index + kind: kind // kind + }); +// `%ArrayIteratorPrototype%.next` method +// https://tc39.es/ecma262/#sec-%arrayiteratorprototype%.next +}, function () { + var state = getInternalState(this); + var target = state.target; + var index = state.index++; + if (!target || index >= target.length) { + state.target = null; + return createIterResultObject(undefined, true); + } + switch (state.kind) { + case 'keys': return createIterResultObject(index, false); + case 'values': return createIterResultObject(target[index], false); + } return createIterResultObject([index, target[index]], false); +}, 'values'); + +// argumentsList[@@iterator] is %ArrayProto_values% +// https://tc39.es/ecma262/#sec-createunmappedargumentsobject +// https://tc39.es/ecma262/#sec-createmappedargumentsobject +var values = Iterators.Arguments = Iterators.Array; + +// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables +addToUnscopables('keys'); +addToUnscopables('values'); +addToUnscopables('entries'); + +// V8 ~ Chrome 45- bug +if (!IS_PURE && DESCRIPTORS && values.name !== 'values') try { + defineProperty(values, 'name', { value: 'values' }); +} catch (error) { /* empty */ } diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.join.js new file mode 100644 index 00000000..9f2ebf2a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.join.js @@ -0,0 +1,19 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var IndexedObject = require('../internals/indexed-object'); +var toIndexedObject = require('../internals/to-indexed-object'); +var arrayMethodIsStrict = require('../internals/array-method-is-strict'); + +var nativeJoin = uncurryThis([].join); + +var ES3_STRINGS = IndexedObject !== Object; +var FORCED = ES3_STRINGS || !arrayMethodIsStrict('join', ','); + +// `Array.prototype.join` method +// https://tc39.es/ecma262/#sec-array.prototype.join +$({ target: 'Array', proto: true, forced: FORCED }, { + join: function join(separator) { + return nativeJoin(toIndexedObject(this), separator === undefined ? ',' : separator); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.last-index-of.js new file mode 100644 index 00000000..0f3cfc52 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.last-index-of.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var lastIndexOf = require('../internals/array-last-index-of'); + +// `Array.prototype.lastIndexOf` method +// https://tc39.es/ecma262/#sec-array.prototype.lastindexof +// eslint-disable-next-line es/no-array-prototype-lastindexof -- required for testing +$({ target: 'Array', proto: true, forced: lastIndexOf !== [].lastIndexOf }, { + lastIndexOf: lastIndexOf +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.map.js new file mode 100644 index 00000000..4419a0b7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.map.js @@ -0,0 +1,15 @@ +'use strict'; +var $ = require('../internals/export'); +var $map = require('../internals/array-iteration').map; +var arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support'); + +var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map'); + +// `Array.prototype.map` method +// https://tc39.es/ecma262/#sec-array.prototype.map +// with adding support of @@species +$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, { + map: function map(callbackfn /* , thisArg */) { + return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.of.js new file mode 100644 index 00000000..4dbb2341 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.of.js @@ -0,0 +1,27 @@ +'use strict'; +var $ = require('../internals/export'); +var fails = require('../internals/fails'); +var isConstructor = require('../internals/is-constructor'); +var createProperty = require('../internals/create-property'); + +var $Array = Array; + +var ISNT_GENERIC = fails(function () { + function F() { /* empty */ } + // eslint-disable-next-line es/no-array-of -- safe + return !($Array.of.call(F) instanceof F); +}); + +// `Array.of` method +// https://tc39.es/ecma262/#sec-array.of +// WebKit Array.of isn't generic +$({ target: 'Array', stat: true, forced: ISNT_GENERIC }, { + of: function of(/* ...args */) { + var index = 0; + var argumentsLength = arguments.length; + var result = new (isConstructor(this) ? this : $Array)(argumentsLength); + while (argumentsLength > index) createProperty(result, index, arguments[index++]); + result.length = argumentsLength; + return result; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.push.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.push.js new file mode 100644 index 00000000..71db9767 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.push.js @@ -0,0 +1,42 @@ +'use strict'; +var $ = require('../internals/export'); +var toObject = require('../internals/to-object'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var setArrayLength = require('../internals/array-set-length'); +var doesNotExceedSafeInteger = require('../internals/does-not-exceed-safe-integer'); +var fails = require('../internals/fails'); + +var INCORRECT_TO_LENGTH = fails(function () { + return [].push.call({ length: 0x100000000 }, 1) !== 4294967297; +}); + +// V8 <= 121 and Safari <= 15.4; FF < 23 throws InternalError +// https://bugs.chromium.org/p/v8/issues/detail?id=12681 +var properErrorOnNonWritableLength = function () { + try { + // eslint-disable-next-line es/no-object-defineproperty -- safe + Object.defineProperty([], 'length', { writable: false }).push(); + } catch (error) { + return error instanceof TypeError; + } +}; + +var FORCED = INCORRECT_TO_LENGTH || !properErrorOnNonWritableLength(); + +// `Array.prototype.push` method +// https://tc39.es/ecma262/#sec-array.prototype.push +$({ target: 'Array', proto: true, arity: 1, forced: FORCED }, { + // eslint-disable-next-line no-unused-vars -- required for `.length` + push: function push(item) { + var O = toObject(this); + var len = lengthOfArrayLike(O); + var argCount = arguments.length; + doesNotExceedSafeInteger(len + argCount); + for (var i = 0; i < argCount; i++) { + O[len] = arguments[i]; + len++; + } + setArrayLength(O, len); + return len; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.reduce-right.js new file mode 100644 index 00000000..49501040 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.reduce-right.js @@ -0,0 +1,19 @@ +'use strict'; +var $ = require('../internals/export'); +var $reduceRight = require('../internals/array-reduce').right; +var arrayMethodIsStrict = require('../internals/array-method-is-strict'); +var CHROME_VERSION = require('../internals/environment-v8-version'); +var IS_NODE = require('../internals/environment-is-node'); + +// Chrome 80-82 has a critical bug +// https://bugs.chromium.org/p/chromium/issues/detail?id=1049982 +var CHROME_BUG = !IS_NODE && CHROME_VERSION > 79 && CHROME_VERSION < 83; +var FORCED = CHROME_BUG || !arrayMethodIsStrict('reduceRight'); + +// `Array.prototype.reduceRight` method +// https://tc39.es/ecma262/#sec-array.prototype.reduceright +$({ target: 'Array', proto: true, forced: FORCED }, { + reduceRight: function reduceRight(callbackfn /* , initialValue */) { + return $reduceRight(this, callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.reduce.js new file mode 100644 index 00000000..42a008ed --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.reduce.js @@ -0,0 +1,20 @@ +'use strict'; +var $ = require('../internals/export'); +var $reduce = require('../internals/array-reduce').left; +var arrayMethodIsStrict = require('../internals/array-method-is-strict'); +var CHROME_VERSION = require('../internals/environment-v8-version'); +var IS_NODE = require('../internals/environment-is-node'); + +// Chrome 80-82 has a critical bug +// https://bugs.chromium.org/p/chromium/issues/detail?id=1049982 +var CHROME_BUG = !IS_NODE && CHROME_VERSION > 79 && CHROME_VERSION < 83; +var FORCED = CHROME_BUG || !arrayMethodIsStrict('reduce'); + +// `Array.prototype.reduce` method +// https://tc39.es/ecma262/#sec-array.prototype.reduce +$({ target: 'Array', proto: true, forced: FORCED }, { + reduce: function reduce(callbackfn /* , initialValue */) { + var length = arguments.length; + return $reduce(this, callbackfn, length, length > 1 ? arguments[1] : undefined); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.reverse.js new file mode 100644 index 00000000..79047586 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.reverse.js @@ -0,0 +1,19 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var isArray = require('../internals/is-array'); + +var nativeReverse = uncurryThis([].reverse); +var test = [1, 2]; + +// `Array.prototype.reverse` method +// https://tc39.es/ecma262/#sec-array.prototype.reverse +// fix for Safari 12.0 bug +// https://bugs.webkit.org/show_bug.cgi?id=188794 +$({ target: 'Array', proto: true, forced: String(test) === String(test.reverse()) }, { + reverse: function reverse() { + // eslint-disable-next-line no-self-assign -- dirty hack + if (isArray(this)) this.length = this.length; + return nativeReverse(this); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.slice.js new file mode 100644 index 00000000..373cab53 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.slice.js @@ -0,0 +1,49 @@ +'use strict'; +var $ = require('../internals/export'); +var isArray = require('../internals/is-array'); +var isConstructor = require('../internals/is-constructor'); +var isObject = require('../internals/is-object'); +var toAbsoluteIndex = require('../internals/to-absolute-index'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var toIndexedObject = require('../internals/to-indexed-object'); +var createProperty = require('../internals/create-property'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support'); +var nativeSlice = require('../internals/array-slice'); + +var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('slice'); + +var SPECIES = wellKnownSymbol('species'); +var $Array = Array; +var max = Math.max; + +// `Array.prototype.slice` method +// https://tc39.es/ecma262/#sec-array.prototype.slice +// fallback for not array-like ES3 strings and DOM objects +$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, { + slice: function slice(start, end) { + var O = toIndexedObject(this); + var length = lengthOfArrayLike(O); + var k = toAbsoluteIndex(start, length); + var fin = toAbsoluteIndex(end === undefined ? length : end, length); + // inline `ArraySpeciesCreate` for usage native `Array#slice` where it's possible + var Constructor, result, n; + if (isArray(O)) { + Constructor = O.constructor; + // cross-realm fallback + if (isConstructor(Constructor) && (Constructor === $Array || isArray(Constructor.prototype))) { + Constructor = undefined; + } else if (isObject(Constructor)) { + Constructor = Constructor[SPECIES]; + if (Constructor === null) Constructor = undefined; + } + if (Constructor === $Array || Constructor === undefined) { + return nativeSlice(O, k, fin); + } + } + result = new (Constructor === undefined ? $Array : Constructor)(max(fin - k, 0)); + for (n = 0; k < fin; k++, n++) if (k in O) createProperty(result, n, O[k]); + result.length = n; + return result; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.some.js new file mode 100644 index 00000000..f1b4462d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.some.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var $some = require('../internals/array-iteration').some; +var arrayMethodIsStrict = require('../internals/array-method-is-strict'); + +var STRICT_METHOD = arrayMethodIsStrict('some'); + +// `Array.prototype.some` method +// https://tc39.es/ecma262/#sec-array.prototype.some +$({ target: 'Array', proto: true, forced: !STRICT_METHOD }, { + some: function some(callbackfn /* , thisArg */) { + return $some(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.sort.js new file mode 100644 index 00000000..9e9b0fef --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.sort.js @@ -0,0 +1,106 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var aCallable = require('../internals/a-callable'); +var toObject = require('../internals/to-object'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var deletePropertyOrThrow = require('../internals/delete-property-or-throw'); +var toString = require('../internals/to-string'); +var fails = require('../internals/fails'); +var internalSort = require('../internals/array-sort'); +var arrayMethodIsStrict = require('../internals/array-method-is-strict'); +var FF = require('../internals/environment-ff-version'); +var IE_OR_EDGE = require('../internals/environment-is-ie-or-edge'); +var V8 = require('../internals/environment-v8-version'); +var WEBKIT = require('../internals/environment-webkit-version'); + +var test = []; +var nativeSort = uncurryThis(test.sort); +var push = uncurryThis(test.push); + +// IE8- +var FAILS_ON_UNDEFINED = fails(function () { + test.sort(undefined); +}); +// V8 bug +var FAILS_ON_NULL = fails(function () { + test.sort(null); +}); +// Old WebKit +var STRICT_METHOD = arrayMethodIsStrict('sort'); + +var STABLE_SORT = !fails(function () { + // feature detection can be too slow, so check engines versions + if (V8) return V8 < 70; + if (FF && FF > 3) return; + if (IE_OR_EDGE) return true; + if (WEBKIT) return WEBKIT < 603; + + var result = ''; + var code, chr, value, index; + + // generate an array with more 512 elements (Chakra and old V8 fails only in this case) + for (code = 65; code < 76; code++) { + chr = String.fromCharCode(code); + + switch (code) { + case 66: case 69: case 70: case 72: value = 3; break; + case 68: case 71: value = 4; break; + default: value = 2; + } + + for (index = 0; index < 47; index++) { + test.push({ k: chr + index, v: value }); + } + } + + test.sort(function (a, b) { return b.v - a.v; }); + + for (index = 0; index < test.length; index++) { + chr = test[index].k.charAt(0); + if (result.charAt(result.length - 1) !== chr) result += chr; + } + + return result !== 'DGBEFHACIJK'; +}); + +var FORCED = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || !STRICT_METHOD || !STABLE_SORT; + +var getSortCompare = function (comparefn) { + return function (x, y) { + if (y === undefined) return -1; + if (x === undefined) return 1; + if (comparefn !== undefined) return +comparefn(x, y) || 0; + return toString(x) > toString(y) ? 1 : -1; + }; +}; + +// `Array.prototype.sort` method +// https://tc39.es/ecma262/#sec-array.prototype.sort +$({ target: 'Array', proto: true, forced: FORCED }, { + sort: function sort(comparefn) { + if (comparefn !== undefined) aCallable(comparefn); + + var array = toObject(this); + + if (STABLE_SORT) return comparefn === undefined ? nativeSort(array) : nativeSort(array, comparefn); + + var items = []; + var arrayLength = lengthOfArrayLike(array); + var itemsLength, index; + + for (index = 0; index < arrayLength; index++) { + if (index in array) push(items, array[index]); + } + + internalSort(items, getSortCompare(comparefn)); + + itemsLength = lengthOfArrayLike(items); + index = 0; + + while (index < itemsLength) array[index] = items[index++]; + while (index < arrayLength) deletePropertyOrThrow(array, index++); + + return array; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.species.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.species.js new file mode 100644 index 00000000..11ada491 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.species.js @@ -0,0 +1,6 @@ +'use strict'; +var setSpecies = require('../internals/set-species'); + +// `Array[@@species]` getter +// https://tc39.es/ecma262/#sec-get-array-@@species +setSpecies('Array'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.splice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.splice.js new file mode 100644 index 00000000..2da6a795 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.splice.js @@ -0,0 +1,67 @@ +'use strict'; +var $ = require('../internals/export'); +var toObject = require('../internals/to-object'); +var toAbsoluteIndex = require('../internals/to-absolute-index'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var setArrayLength = require('../internals/array-set-length'); +var doesNotExceedSafeInteger = require('../internals/does-not-exceed-safe-integer'); +var arraySpeciesCreate = require('../internals/array-species-create'); +var createProperty = require('../internals/create-property'); +var deletePropertyOrThrow = require('../internals/delete-property-or-throw'); +var arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support'); + +var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('splice'); + +var max = Math.max; +var min = Math.min; + +// `Array.prototype.splice` method +// https://tc39.es/ecma262/#sec-array.prototype.splice +// with adding support of @@species +$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, { + splice: function splice(start, deleteCount /* , ...items */) { + var O = toObject(this); + var len = lengthOfArrayLike(O); + var actualStart = toAbsoluteIndex(start, len); + var argumentsLength = arguments.length; + var insertCount, actualDeleteCount, A, k, from, to; + if (argumentsLength === 0) { + insertCount = actualDeleteCount = 0; + } else if (argumentsLength === 1) { + insertCount = 0; + actualDeleteCount = len - actualStart; + } else { + insertCount = argumentsLength - 2; + actualDeleteCount = min(max(toIntegerOrInfinity(deleteCount), 0), len - actualStart); + } + doesNotExceedSafeInteger(len + insertCount - actualDeleteCount); + A = arraySpeciesCreate(O, actualDeleteCount); + for (k = 0; k < actualDeleteCount; k++) { + from = actualStart + k; + if (from in O) createProperty(A, k, O[from]); + } + A.length = actualDeleteCount; + if (insertCount < actualDeleteCount) { + for (k = actualStart; k < len - actualDeleteCount; k++) { + from = k + actualDeleteCount; + to = k + insertCount; + if (from in O) O[to] = O[from]; + else deletePropertyOrThrow(O, to); + } + for (k = len; k > len - actualDeleteCount + insertCount; k--) deletePropertyOrThrow(O, k - 1); + } else if (insertCount > actualDeleteCount) { + for (k = len - actualDeleteCount; k > actualStart; k--) { + from = k + actualDeleteCount - 1; + to = k + insertCount - 1; + if (from in O) O[to] = O[from]; + else deletePropertyOrThrow(O, to); + } + } + for (k = 0; k < insertCount; k++) { + O[k + actualStart] = arguments[k + 2]; + } + setArrayLength(O, len - actualDeleteCount + insertCount); + return A; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.to-reversed.js new file mode 100644 index 00000000..00c5d0d0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.to-reversed.js @@ -0,0 +1,17 @@ +'use strict'; +var $ = require('../internals/export'); +var arrayToReversed = require('../internals/array-to-reversed'); +var toIndexedObject = require('../internals/to-indexed-object'); +var addToUnscopables = require('../internals/add-to-unscopables'); + +var $Array = Array; + +// `Array.prototype.toReversed` method +// https://tc39.es/ecma262/#sec-array.prototype.toreversed +$({ target: 'Array', proto: true }, { + toReversed: function toReversed() { + return arrayToReversed(toIndexedObject(this), $Array); + } +}); + +addToUnscopables('toReversed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.to-sorted.js new file mode 100644 index 00000000..b3ce4786 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.to-sorted.js @@ -0,0 +1,24 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var aCallable = require('../internals/a-callable'); +var toIndexedObject = require('../internals/to-indexed-object'); +var arrayFromConstructorAndList = require('../internals/array-from-constructor-and-list'); +var getBuiltInPrototypeMethod = require('../internals/get-built-in-prototype-method'); +var addToUnscopables = require('../internals/add-to-unscopables'); + +var $Array = Array; +var sort = uncurryThis(getBuiltInPrototypeMethod('Array', 'sort')); + +// `Array.prototype.toSorted` method +// https://tc39.es/ecma262/#sec-array.prototype.tosorted +$({ target: 'Array', proto: true }, { + toSorted: function toSorted(compareFn) { + if (compareFn !== undefined) aCallable(compareFn); + var O = toIndexedObject(this); + var A = arrayFromConstructorAndList($Array, O); + return sort(A, compareFn); + } +}); + +addToUnscopables('toSorted'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.to-spliced.js new file mode 100644 index 00000000..cad654ee --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.to-spliced.js @@ -0,0 +1,44 @@ +'use strict'; +var $ = require('../internals/export'); +var addToUnscopables = require('../internals/add-to-unscopables'); +var doesNotExceedSafeInteger = require('../internals/does-not-exceed-safe-integer'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var toAbsoluteIndex = require('../internals/to-absolute-index'); +var toIndexedObject = require('../internals/to-indexed-object'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); + +var $Array = Array; +var max = Math.max; +var min = Math.min; + +// `Array.prototype.toSpliced` method +// https://tc39.es/ecma262/#sec-array.prototype.tospliced +$({ target: 'Array', proto: true }, { + toSpliced: function toSpliced(start, deleteCount /* , ...items */) { + var O = toIndexedObject(this); + var len = lengthOfArrayLike(O); + var actualStart = toAbsoluteIndex(start, len); + var argumentsLength = arguments.length; + var k = 0; + var insertCount, actualDeleteCount, newLen, A; + if (argumentsLength === 0) { + insertCount = actualDeleteCount = 0; + } else if (argumentsLength === 1) { + insertCount = 0; + actualDeleteCount = len - actualStart; + } else { + insertCount = argumentsLength - 2; + actualDeleteCount = min(max(toIntegerOrInfinity(deleteCount), 0), len - actualStart); + } + newLen = doesNotExceedSafeInteger(len + insertCount - actualDeleteCount); + A = $Array(newLen); + + for (; k < actualStart; k++) A[k] = O[k]; + for (; k < actualStart + insertCount; k++) A[k] = arguments[k - actualStart + 2]; + for (; k < newLen; k++) A[k] = O[k + actualDeleteCount - insertCount]; + + return A; + } +}); + +addToUnscopables('toSpliced'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.unscopables.flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.unscopables.flat-map.js new file mode 100644 index 00000000..788076de --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.unscopables.flat-map.js @@ -0,0 +1,7 @@ +'use strict'; +// this method was added to unscopables after implementation +// in popular engines, so it's moved to a separate module +var addToUnscopables = require('../internals/add-to-unscopables'); + +// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables +addToUnscopables('flatMap'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.unscopables.flat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.unscopables.flat.js new file mode 100644 index 00000000..4fa66a88 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.unscopables.flat.js @@ -0,0 +1,7 @@ +'use strict'; +// this method was added to unscopables after implementation +// in popular engines, so it's moved to a separate module +var addToUnscopables = require('../internals/add-to-unscopables'); + +// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables +addToUnscopables('flat'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.unshift.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.unshift.js new file mode 100644 index 00000000..4d31cd89 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.unshift.js @@ -0,0 +1,45 @@ +'use strict'; +var $ = require('../internals/export'); +var toObject = require('../internals/to-object'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var setArrayLength = require('../internals/array-set-length'); +var deletePropertyOrThrow = require('../internals/delete-property-or-throw'); +var doesNotExceedSafeInteger = require('../internals/does-not-exceed-safe-integer'); + +// IE8- +var INCORRECT_RESULT = [].unshift(0) !== 1; + +// V8 ~ Chrome < 71 and Safari <= 15.4, FF < 23 throws InternalError +var properErrorOnNonWritableLength = function () { + try { + // eslint-disable-next-line es/no-object-defineproperty -- safe + Object.defineProperty([], 'length', { writable: false }).unshift(); + } catch (error) { + return error instanceof TypeError; + } +}; + +var FORCED = INCORRECT_RESULT || !properErrorOnNonWritableLength(); + +// `Array.prototype.unshift` method +// https://tc39.es/ecma262/#sec-array.prototype.unshift +$({ target: 'Array', proto: true, arity: 1, forced: FORCED }, { + // eslint-disable-next-line no-unused-vars -- required for `.length` + unshift: function unshift(item) { + var O = toObject(this); + var len = lengthOfArrayLike(O); + var argCount = arguments.length; + if (argCount) { + doesNotExceedSafeInteger(len + argCount); + var k = len; + while (k--) { + var to = k + argCount; + if (k in O) O[to] = O[k]; + else deletePropertyOrThrow(O, to); + } + for (var j = 0; j < argCount; j++) { + O[j] = arguments[j]; + } + } return setArrayLength(O, len + argCount); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.with.js new file mode 100644 index 00000000..77fd99f8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.array.with.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var arrayWith = require('../internals/array-with'); +var toIndexedObject = require('../internals/to-indexed-object'); + +var $Array = Array; + +// `Array.prototype.with` method +// https://tc39.es/ecma262/#sec-array.prototype.with +$({ target: 'Array', proto: true }, { + 'with': function (index, value) { + return arrayWith(toIndexedObject(this), $Array, index, value); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.data-view.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.data-view.constructor.js new file mode 100644 index 00000000..0c33e768 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.data-view.constructor.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var ArrayBufferModule = require('../internals/array-buffer'); +var NATIVE_ARRAY_BUFFER = require('../internals/array-buffer-basic-detection'); + +// `DataView` constructor +// https://tc39.es/ecma262/#sec-dataview-constructor +$({ global: true, constructor: true, forced: !NATIVE_ARRAY_BUFFER }, { + DataView: ArrayBufferModule.DataView +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.data-view.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.data-view.js new file mode 100644 index 00000000..97728492 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.data-view.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove this module from `core-js@4` since it's replaced to module below +require('../modules/es.data-view.constructor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.get-year.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.get-year.js new file mode 100644 index 00000000..3558c192 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.get-year.js @@ -0,0 +1,20 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var fails = require('../internals/fails'); + +// IE8- non-standard case +var FORCED = fails(function () { + // eslint-disable-next-line es/no-date-prototype-getyear-setyear -- detection + return new Date(16e11).getYear() !== 120; +}); + +var getFullYear = uncurryThis(Date.prototype.getFullYear); + +// `Date.prototype.getYear` method +// https://tc39.es/ecma262/#sec-date.prototype.getyear +$({ target: 'Date', proto: true, forced: FORCED }, { + getYear: function getYear() { + return getFullYear(this) - 1900; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.now.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.now.js new file mode 100644 index 00000000..df018fe1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.now.js @@ -0,0 +1,15 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); + +var $Date = Date; +var thisTimeValue = uncurryThis($Date.prototype.getTime); + +// `Date.now` method +// https://tc39.es/ecma262/#sec-date.now +$({ target: 'Date', stat: true }, { + now: function now() { + return thisTimeValue(new $Date()); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.set-year.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.set-year.js new file mode 100644 index 00000000..0ee20fc0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.set-year.js @@ -0,0 +1,20 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); + +var DatePrototype = Date.prototype; +var thisTimeValue = uncurryThis(DatePrototype.getTime); +var setFullYear = uncurryThis(DatePrototype.setFullYear); + +// `Date.prototype.setYear` method +// https://tc39.es/ecma262/#sec-date.prototype.setyear +$({ target: 'Date', proto: true }, { + setYear: function setYear(year) { + // validate + thisTimeValue(this); + var yi = toIntegerOrInfinity(year); + var yyyy = yi >= 0 && yi <= 99 ? yi + 1900 : yi; + return setFullYear(this, yyyy); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-gmt-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-gmt-string.js new file mode 100644 index 00000000..7be854ea --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-gmt-string.js @@ -0,0 +1,8 @@ +'use strict'; +var $ = require('../internals/export'); + +// `Date.prototype.toGMTString` method +// https://tc39.es/ecma262/#sec-date.prototype.togmtstring +$({ target: 'Date', proto: true }, { + toGMTString: Date.prototype.toUTCString +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-iso-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-iso-string.js new file mode 100644 index 00000000..d22cd273 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-iso-string.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var toISOString = require('../internals/date-to-iso-string'); + +// `Date.prototype.toISOString` method +// https://tc39.es/ecma262/#sec-date.prototype.toisostring +// PhantomJS / old WebKit has a broken implementations +$({ target: 'Date', proto: true, forced: Date.prototype.toISOString !== toISOString }, { + toISOString: toISOString +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-json.js new file mode 100644 index 00000000..328ee26f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-json.js @@ -0,0 +1,21 @@ +'use strict'; +var $ = require('../internals/export'); +var fails = require('../internals/fails'); +var toObject = require('../internals/to-object'); +var toPrimitive = require('../internals/to-primitive'); + +var FORCED = fails(function () { + return new Date(NaN).toJSON() !== null + || Date.prototype.toJSON.call({ toISOString: function () { return 1; } }) !== 1; +}); + +// `Date.prototype.toJSON` method +// https://tc39.es/ecma262/#sec-date.prototype.tojson +$({ target: 'Date', proto: true, arity: 1, forced: FORCED }, { + // eslint-disable-next-line no-unused-vars -- required for `.length` + toJSON: function toJSON(key) { + var O = toObject(this); + var pv = toPrimitive(O, 'number'); + return typeof pv == 'number' && !isFinite(pv) ? null : O.toISOString(); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-primitive.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-primitive.js new file mode 100644 index 00000000..6e20634a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-primitive.js @@ -0,0 +1,14 @@ +'use strict'; +var hasOwn = require('../internals/has-own-property'); +var defineBuiltIn = require('../internals/define-built-in'); +var dateToPrimitive = require('../internals/date-to-primitive'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var TO_PRIMITIVE = wellKnownSymbol('toPrimitive'); +var DatePrototype = Date.prototype; + +// `Date.prototype[@@toPrimitive]` method +// https://tc39.es/ecma262/#sec-date.prototype-@@toprimitive +if (!hasOwn(DatePrototype, TO_PRIMITIVE)) { + defineBuiltIn(DatePrototype, TO_PRIMITIVE, dateToPrimitive); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-string.js new file mode 100644 index 00000000..32e0d52f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.date.to-string.js @@ -0,0 +1,20 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var uncurryThis = require('../internals/function-uncurry-this'); +var defineBuiltIn = require('../internals/define-built-in'); + +var DatePrototype = Date.prototype; +var INVALID_DATE = 'Invalid Date'; +var TO_STRING = 'toString'; +var nativeDateToString = uncurryThis(DatePrototype[TO_STRING]); +var thisTimeValue = uncurryThis(DatePrototype.getTime); + +// `Date.prototype.toString` method +// https://tc39.es/ecma262/#sec-date.prototype.tostring +if (String(new Date(NaN)) !== INVALID_DATE) { + defineBuiltIn(DatePrototype, TO_STRING, function toString() { + var value = thisTimeValue(this); + // eslint-disable-next-line no-self-compare -- NaN check + return value === value ? nativeDateToString(this) : INVALID_DATE; + }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.error.cause.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.error.cause.js new file mode 100644 index 00000000..2e82c21f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.error.cause.js @@ -0,0 +1,58 @@ +'use strict'; +/* eslint-disable no-unused-vars -- required for functions `.length` */ +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var apply = require('../internals/function-apply'); +var wrapErrorConstructorWithCause = require('../internals/wrap-error-constructor-with-cause'); + +var WEB_ASSEMBLY = 'WebAssembly'; +var WebAssembly = globalThis[WEB_ASSEMBLY]; + +// eslint-disable-next-line es/no-error-cause -- feature detection +var FORCED = new Error('e', { cause: 7 }).cause !== 7; + +var exportGlobalErrorCauseWrapper = function (ERROR_NAME, wrapper) { + var O = {}; + O[ERROR_NAME] = wrapErrorConstructorWithCause(ERROR_NAME, wrapper, FORCED); + $({ global: true, constructor: true, arity: 1, forced: FORCED }, O); +}; + +var exportWebAssemblyErrorCauseWrapper = function (ERROR_NAME, wrapper) { + if (WebAssembly && WebAssembly[ERROR_NAME]) { + var O = {}; + O[ERROR_NAME] = wrapErrorConstructorWithCause(WEB_ASSEMBLY + '.' + ERROR_NAME, wrapper, FORCED); + $({ target: WEB_ASSEMBLY, stat: true, constructor: true, arity: 1, forced: FORCED }, O); + } +}; + +// https://tc39.es/ecma262/#sec-nativeerror +exportGlobalErrorCauseWrapper('Error', function (init) { + return function Error(message) { return apply(init, this, arguments); }; +}); +exportGlobalErrorCauseWrapper('EvalError', function (init) { + return function EvalError(message) { return apply(init, this, arguments); }; +}); +exportGlobalErrorCauseWrapper('RangeError', function (init) { + return function RangeError(message) { return apply(init, this, arguments); }; +}); +exportGlobalErrorCauseWrapper('ReferenceError', function (init) { + return function ReferenceError(message) { return apply(init, this, arguments); }; +}); +exportGlobalErrorCauseWrapper('SyntaxError', function (init) { + return function SyntaxError(message) { return apply(init, this, arguments); }; +}); +exportGlobalErrorCauseWrapper('TypeError', function (init) { + return function TypeError(message) { return apply(init, this, arguments); }; +}); +exportGlobalErrorCauseWrapper('URIError', function (init) { + return function URIError(message) { return apply(init, this, arguments); }; +}); +exportWebAssemblyErrorCauseWrapper('CompileError', function (init) { + return function CompileError(message) { return apply(init, this, arguments); }; +}); +exportWebAssemblyErrorCauseWrapper('LinkError', function (init) { + return function LinkError(message) { return apply(init, this, arguments); }; +}); +exportWebAssemblyErrorCauseWrapper('RuntimeError', function (init) { + return function RuntimeError(message) { return apply(init, this, arguments); }; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.error.to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.error.to-string.js new file mode 100644 index 00000000..490c2738 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.error.to-string.js @@ -0,0 +1,11 @@ +'use strict'; +var defineBuiltIn = require('../internals/define-built-in'); +var errorToString = require('../internals/error-to-string'); + +var ErrorPrototype = Error.prototype; + +// `Error.prototype.toString` method fix +// https://tc39.es/ecma262/#sec-error.prototype.tostring +if (ErrorPrototype.toString !== errorToString) { + defineBuiltIn(ErrorPrototype, 'toString', errorToString); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.escape.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.escape.js new file mode 100644 index 00000000..20e1b998 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.escape.js @@ -0,0 +1,43 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var toString = require('../internals/to-string'); + +var charAt = uncurryThis(''.charAt); +var charCodeAt = uncurryThis(''.charCodeAt); +var exec = uncurryThis(/./.exec); +var numberToString = uncurryThis(1.0.toString); +var toUpperCase = uncurryThis(''.toUpperCase); + +var raw = /[\w*+\-./@]/; + +var hex = function (code, length) { + var result = numberToString(code, 16); + while (result.length < length) result = '0' + result; + return result; +}; + +// `escape` method +// https://tc39.es/ecma262/#sec-escape-string +$({ global: true }, { + escape: function escape(string) { + var str = toString(string); + var result = ''; + var length = str.length; + var index = 0; + var chr, code; + while (index < length) { + chr = charAt(str, index++); + if (exec(raw, chr)) { + result += chr; + } else { + code = charCodeAt(chr, 0); + if (code < 256) { + result += '%' + hex(code, 2); + } else { + result += '%u' + toUpperCase(hex(code, 4)); + } + } + } return result; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.function.bind.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.function.bind.js new file mode 100644 index 00000000..f8650c2c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.function.bind.js @@ -0,0 +1,11 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var bind = require('../internals/function-bind'); + +// `Function.prototype.bind` method +// https://tc39.es/ecma262/#sec-function.prototype.bind +// eslint-disable-next-line es/no-function-prototype-bind -- detection +$({ target: 'Function', proto: true, forced: Function.bind !== bind }, { + bind: bind +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.function.has-instance.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.function.has-instance.js new file mode 100644 index 00000000..8038eedd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.function.has-instance.js @@ -0,0 +1,20 @@ +'use strict'; +var isCallable = require('../internals/is-callable'); +var isObject = require('../internals/is-object'); +var definePropertyModule = require('../internals/object-define-property'); +var isPrototypeOf = require('../internals/object-is-prototype-of'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var makeBuiltIn = require('../internals/make-built-in'); + +var HAS_INSTANCE = wellKnownSymbol('hasInstance'); +var FunctionPrototype = Function.prototype; + +// `Function.prototype[@@hasInstance]` method +// https://tc39.es/ecma262/#sec-function.prototype-@@hasinstance +if (!(HAS_INSTANCE in FunctionPrototype)) { + definePropertyModule.f(FunctionPrototype, HAS_INSTANCE, { value: makeBuiltIn(function (O) { + if (!isCallable(this) || !isObject(O)) return false; + var P = this.prototype; + return isObject(P) ? isPrototypeOf(P, O) : O instanceof this; + }, HAS_INSTANCE) }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.function.name.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.function.name.js new file mode 100644 index 00000000..aa833e4c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.function.name.js @@ -0,0 +1,26 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var FUNCTION_NAME_EXISTS = require('../internals/function-name').EXISTS; +var uncurryThis = require('../internals/function-uncurry-this'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); + +var FunctionPrototype = Function.prototype; +var functionToString = uncurryThis(FunctionPrototype.toString); +var nameRE = /function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/; +var regExpExec = uncurryThis(nameRE.exec); +var NAME = 'name'; + +// Function instances `.name` property +// https://tc39.es/ecma262/#sec-function-instances-name +if (DESCRIPTORS && !FUNCTION_NAME_EXISTS) { + defineBuiltInAccessor(FunctionPrototype, NAME, { + configurable: true, + get: function () { + try { + return regExpExec(nameRE, functionToString(this))[1]; + } catch (error) { + return ''; + } + } + }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.global-this.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.global-this.js new file mode 100644 index 00000000..92635853 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.global-this.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); + +// `globalThis` object +// https://tc39.es/ecma262/#sec-globalthis +$({ global: true, forced: globalThis.globalThis !== globalThis }, { + globalThis: globalThis +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.constructor.js new file mode 100644 index 00000000..de4816b5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.constructor.js @@ -0,0 +1,65 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var anInstance = require('../internals/an-instance'); +var anObject = require('../internals/an-object'); +var isCallable = require('../internals/is-callable'); +var getPrototypeOf = require('../internals/object-get-prototype-of'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var createProperty = require('../internals/create-property'); +var fails = require('../internals/fails'); +var hasOwn = require('../internals/has-own-property'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var IteratorPrototype = require('../internals/iterators-core').IteratorPrototype; +var DESCRIPTORS = require('../internals/descriptors'); +var IS_PURE = require('../internals/is-pure'); + +var CONSTRUCTOR = 'constructor'; +var ITERATOR = 'Iterator'; +var TO_STRING_TAG = wellKnownSymbol('toStringTag'); + +var $TypeError = TypeError; +var NativeIterator = globalThis[ITERATOR]; + +// FF56- have non-standard global helper `Iterator` +var FORCED = IS_PURE + || !isCallable(NativeIterator) + || NativeIterator.prototype !== IteratorPrototype + // FF44- non-standard `Iterator` passes previous tests + || !fails(function () { NativeIterator({}); }); + +var IteratorConstructor = function Iterator() { + anInstance(this, IteratorPrototype); + if (getPrototypeOf(this) === IteratorPrototype) throw new $TypeError('Abstract class Iterator not directly constructable'); +}; + +var defineIteratorPrototypeAccessor = function (key, value) { + if (DESCRIPTORS) { + defineBuiltInAccessor(IteratorPrototype, key, { + configurable: true, + get: function () { + return value; + }, + set: function (replacement) { + anObject(this); + if (this === IteratorPrototype) throw new $TypeError("You can't redefine this property"); + if (hasOwn(this, key)) this[key] = replacement; + else createProperty(this, key, replacement); + } + }); + } else IteratorPrototype[key] = value; +}; + +if (!hasOwn(IteratorPrototype, TO_STRING_TAG)) defineIteratorPrototypeAccessor(TO_STRING_TAG, ITERATOR); + +if (FORCED || !hasOwn(IteratorPrototype, CONSTRUCTOR) || IteratorPrototype[CONSTRUCTOR] === Object) { + defineIteratorPrototypeAccessor(CONSTRUCTOR, IteratorConstructor); +} + +IteratorConstructor.prototype = IteratorPrototype; + +// `Iterator` constructor +// https://tc39.es/ecma262/#sec-iterator +$({ global: true, constructor: true, forced: FORCED }, { + Iterator: IteratorConstructor +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.drop.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.drop.js new file mode 100644 index 00000000..5010b410 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.drop.js @@ -0,0 +1,36 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var anObject = require('../internals/an-object'); +var getIteratorDirect = require('../internals/get-iterator-direct'); +var notANaN = require('../internals/not-a-nan'); +var toPositiveInteger = require('../internals/to-positive-integer'); +var createIteratorProxy = require('../internals/iterator-create-proxy'); +var IS_PURE = require('../internals/is-pure'); + +var IteratorProxy = createIteratorProxy(function () { + var iterator = this.iterator; + var next = this.next; + var result, done; + while (this.remaining) { + this.remaining--; + result = anObject(call(next, iterator)); + done = this.done = !!result.done; + if (done) return; + } + result = anObject(call(next, iterator)); + done = this.done = !!result.done; + if (!done) return result.value; +}); + +// `Iterator.prototype.drop` method +// https://tc39.es/ecma262/#sec-iterator.prototype.drop +$({ target: 'Iterator', proto: true, real: true, forced: IS_PURE }, { + drop: function drop(limit) { + anObject(this); + var remaining = toPositiveInteger(notANaN(+limit)); + return new IteratorProxy(getIteratorDirect(this), { + remaining: remaining + }); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.every.js new file mode 100644 index 00000000..af5a043b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.every.js @@ -0,0 +1,20 @@ +'use strict'; +var $ = require('../internals/export'); +var iterate = require('../internals/iterate'); +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var getIteratorDirect = require('../internals/get-iterator-direct'); + +// `Iterator.prototype.every` method +// https://tc39.es/ecma262/#sec-iterator.prototype.every +$({ target: 'Iterator', proto: true, real: true }, { + every: function every(predicate) { + anObject(this); + aCallable(predicate); + var record = getIteratorDirect(this); + var counter = 0; + return !iterate(record, function (value, stop) { + if (!predicate(value, counter++)) return stop(); + }, { IS_RECORD: true, INTERRUPTED: true }).stopped; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.filter.js new file mode 100644 index 00000000..13397125 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.filter.js @@ -0,0 +1,35 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var getIteratorDirect = require('../internals/get-iterator-direct'); +var createIteratorProxy = require('../internals/iterator-create-proxy'); +var callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing'); +var IS_PURE = require('../internals/is-pure'); + +var IteratorProxy = createIteratorProxy(function () { + var iterator = this.iterator; + var predicate = this.predicate; + var next = this.next; + var result, done, value; + while (true) { + result = anObject(call(next, iterator)); + done = this.done = !!result.done; + if (done) return; + value = result.value; + if (callWithSafeIterationClosing(iterator, predicate, [value, this.counter++], true)) return value; + } +}); + +// `Iterator.prototype.filter` method +// https://tc39.es/ecma262/#sec-iterator.prototype.filter +$({ target: 'Iterator', proto: true, real: true, forced: IS_PURE }, { + filter: function filter(predicate) { + anObject(this); + aCallable(predicate); + return new IteratorProxy(getIteratorDirect(this), { + predicate: predicate + }); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.find.js new file mode 100644 index 00000000..ae25054e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.find.js @@ -0,0 +1,20 @@ +'use strict'; +var $ = require('../internals/export'); +var iterate = require('../internals/iterate'); +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var getIteratorDirect = require('../internals/get-iterator-direct'); + +// `Iterator.prototype.find` method +// https://tc39.es/ecma262/#sec-iterator.prototype.find +$({ target: 'Iterator', proto: true, real: true }, { + find: function find(predicate) { + anObject(this); + aCallable(predicate); + var record = getIteratorDirect(this); + var counter = 0; + return iterate(record, function (value, stop) { + if (predicate(value, counter++)) return stop(value); + }, { IS_RECORD: true, INTERRUPTED: true }).result; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.flat-map.js new file mode 100644 index 00000000..59d4912d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.flat-map.js @@ -0,0 +1,45 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var getIteratorDirect = require('../internals/get-iterator-direct'); +var getIteratorFlattenable = require('../internals/get-iterator-flattenable'); +var createIteratorProxy = require('../internals/iterator-create-proxy'); +var iteratorClose = require('../internals/iterator-close'); +var IS_PURE = require('../internals/is-pure'); + +var IteratorProxy = createIteratorProxy(function () { + var iterator = this.iterator; + var mapper = this.mapper; + var result, inner; + + while (true) { + if (inner = this.inner) try { + result = anObject(call(inner.next, inner.iterator)); + if (!result.done) return result.value; + this.inner = null; + } catch (error) { iteratorClose(iterator, 'throw', error); } + + result = anObject(call(this.next, iterator)); + + if (this.done = !!result.done) return; + + try { + this.inner = getIteratorFlattenable(mapper(result.value, this.counter++), false); + } catch (error) { iteratorClose(iterator, 'throw', error); } + } +}); + +// `Iterator.prototype.flatMap` method +// https://tc39.es/ecma262/#sec-iterator.prototype.flatmap +$({ target: 'Iterator', proto: true, real: true, forced: IS_PURE }, { + flatMap: function flatMap(mapper) { + anObject(this); + aCallable(mapper); + return new IteratorProxy(getIteratorDirect(this), { + mapper: mapper, + inner: null + }); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.for-each.js new file mode 100644 index 00000000..ac880a1c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.for-each.js @@ -0,0 +1,20 @@ +'use strict'; +var $ = require('../internals/export'); +var iterate = require('../internals/iterate'); +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var getIteratorDirect = require('../internals/get-iterator-direct'); + +// `Iterator.prototype.forEach` method +// https://tc39.es/ecma262/#sec-iterator.prototype.foreach +$({ target: 'Iterator', proto: true, real: true }, { + forEach: function forEach(fn) { + anObject(this); + aCallable(fn); + var record = getIteratorDirect(this); + var counter = 0; + iterate(record, function (value) { + fn(value, counter++); + }, { IS_RECORD: true }); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.from.js new file mode 100644 index 00000000..6c6d2054 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.from.js @@ -0,0 +1,24 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var toObject = require('../internals/to-object'); +var isPrototypeOf = require('../internals/object-is-prototype-of'); +var IteratorPrototype = require('../internals/iterators-core').IteratorPrototype; +var createIteratorProxy = require('../internals/iterator-create-proxy'); +var getIteratorFlattenable = require('../internals/get-iterator-flattenable'); +var IS_PURE = require('../internals/is-pure'); + +var IteratorProxy = createIteratorProxy(function () { + return call(this.next, this.iterator); +}, true); + +// `Iterator.from` method +// https://tc39.es/ecma262/#sec-iterator.from +$({ target: 'Iterator', stat: true, forced: IS_PURE }, { + from: function from(O) { + var iteratorRecord = getIteratorFlattenable(typeof O == 'string' ? toObject(O) : O, true); + return isPrototypeOf(IteratorPrototype, iteratorRecord.iterator) + ? iteratorRecord.iterator + : new IteratorProxy(iteratorRecord); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.map.js new file mode 100644 index 00000000..62c2114f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.map.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var map = require('../internals/iterator-map'); +var IS_PURE = require('../internals/is-pure'); + +// `Iterator.prototype.map` method +// https://tc39.es/ecma262/#sec-iterator.prototype.map +$({ target: 'Iterator', proto: true, real: true, forced: IS_PURE }, { + map: map +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.reduce.js new file mode 100644 index 00000000..eca31c87 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.reduce.js @@ -0,0 +1,32 @@ +'use strict'; +var $ = require('../internals/export'); +var iterate = require('../internals/iterate'); +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var getIteratorDirect = require('../internals/get-iterator-direct'); + +var $TypeError = TypeError; + +// `Iterator.prototype.reduce` method +// https://tc39.es/ecma262/#sec-iterator.prototype.reduce +$({ target: 'Iterator', proto: true, real: true }, { + reduce: function reduce(reducer /* , initialValue */) { + anObject(this); + aCallable(reducer); + var record = getIteratorDirect(this); + var noInitial = arguments.length < 2; + var accumulator = noInitial ? undefined : arguments[1]; + var counter = 0; + iterate(record, function (value) { + if (noInitial) { + noInitial = false; + accumulator = value; + } else { + accumulator = reducer(accumulator, value, counter); + } + counter++; + }, { IS_RECORD: true }); + if (noInitial) throw new $TypeError('Reduce of empty iterator with no initial value'); + return accumulator; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.some.js new file mode 100644 index 00000000..9d43c7f1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.some.js @@ -0,0 +1,20 @@ +'use strict'; +var $ = require('../internals/export'); +var iterate = require('../internals/iterate'); +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var getIteratorDirect = require('../internals/get-iterator-direct'); + +// `Iterator.prototype.some` method +// https://tc39.es/ecma262/#sec-iterator.prototype.some +$({ target: 'Iterator', proto: true, real: true }, { + some: function some(predicate) { + anObject(this); + aCallable(predicate); + var record = getIteratorDirect(this); + var counter = 0; + return iterate(record, function (value, stop) { + if (predicate(value, counter++)) return stop(); + }, { IS_RECORD: true, INTERRUPTED: true }).stopped; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.take.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.take.js new file mode 100644 index 00000000..b24742c3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.take.js @@ -0,0 +1,33 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var anObject = require('../internals/an-object'); +var getIteratorDirect = require('../internals/get-iterator-direct'); +var notANaN = require('../internals/not-a-nan'); +var toPositiveInteger = require('../internals/to-positive-integer'); +var createIteratorProxy = require('../internals/iterator-create-proxy'); +var iteratorClose = require('../internals/iterator-close'); +var IS_PURE = require('../internals/is-pure'); + +var IteratorProxy = createIteratorProxy(function () { + var iterator = this.iterator; + if (!this.remaining--) { + this.done = true; + return iteratorClose(iterator, 'normal', undefined); + } + var result = anObject(call(this.next, iterator)); + var done = this.done = !!result.done; + if (!done) return result.value; +}); + +// `Iterator.prototype.take` method +// https://tc39.es/ecma262/#sec-iterator.prototype.take +$({ target: 'Iterator', proto: true, real: true, forced: IS_PURE }, { + take: function take(limit) { + anObject(this); + var remaining = toPositiveInteger(notANaN(+limit)); + return new IteratorProxy(getIteratorDirect(this), { + remaining: remaining + }); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.to-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.to-array.js new file mode 100644 index 00000000..79c9da47 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.iterator.to-array.js @@ -0,0 +1,17 @@ +'use strict'; +var $ = require('../internals/export'); +var anObject = require('../internals/an-object'); +var iterate = require('../internals/iterate'); +var getIteratorDirect = require('../internals/get-iterator-direct'); + +var push = [].push; + +// `Iterator.prototype.toArray` method +// https://tc39.es/ecma262/#sec-iterator.prototype.toarray +$({ target: 'Iterator', proto: true, real: true }, { + toArray: function toArray() { + var result = []; + iterate(getIteratorDirect(anObject(this)), push, { that: result, IS_RECORD: true }); + return result; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.json.stringify.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.json.stringify.js new file mode 100644 index 00000000..3c62efc1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.json.stringify.js @@ -0,0 +1,73 @@ +'use strict'; +var $ = require('../internals/export'); +var getBuiltIn = require('../internals/get-built-in'); +var apply = require('../internals/function-apply'); +var call = require('../internals/function-call'); +var uncurryThis = require('../internals/function-uncurry-this'); +var fails = require('../internals/fails'); +var isCallable = require('../internals/is-callable'); +var isSymbol = require('../internals/is-symbol'); +var arraySlice = require('../internals/array-slice'); +var getReplacerFunction = require('../internals/get-json-replacer-function'); +var NATIVE_SYMBOL = require('../internals/symbol-constructor-detection'); + +var $String = String; +var $stringify = getBuiltIn('JSON', 'stringify'); +var exec = uncurryThis(/./.exec); +var charAt = uncurryThis(''.charAt); +var charCodeAt = uncurryThis(''.charCodeAt); +var replace = uncurryThis(''.replace); +var numberToString = uncurryThis(1.0.toString); + +var tester = /[\uD800-\uDFFF]/g; +var low = /^[\uD800-\uDBFF]$/; +var hi = /^[\uDC00-\uDFFF]$/; + +var WRONG_SYMBOLS_CONVERSION = !NATIVE_SYMBOL || fails(function () { + var symbol = getBuiltIn('Symbol')('stringify detection'); + // MS Edge converts symbol values to JSON as {} + return $stringify([symbol]) !== '[null]' + // WebKit converts symbol values to JSON as null + || $stringify({ a: symbol }) !== '{}' + // V8 throws on boxed symbols + || $stringify(Object(symbol)) !== '{}'; +}); + +// https://github.com/tc39/proposal-well-formed-stringify +var ILL_FORMED_UNICODE = fails(function () { + return $stringify('\uDF06\uD834') !== '"\\udf06\\ud834"' + || $stringify('\uDEAD') !== '"\\udead"'; +}); + +var stringifyWithSymbolsFix = function (it, replacer) { + var args = arraySlice(arguments); + var $replacer = getReplacerFunction(replacer); + if (!isCallable($replacer) && (it === undefined || isSymbol(it))) return; // IE8 returns string on undefined + args[1] = function (key, value) { + // some old implementations (like WebKit) could pass numbers as keys + if (isCallable($replacer)) value = call($replacer, this, $String(key), value); + if (!isSymbol(value)) return value; + }; + return apply($stringify, null, args); +}; + +var fixIllFormed = function (match, offset, string) { + var prev = charAt(string, offset - 1); + var next = charAt(string, offset + 1); + if ((exec(low, match) && !exec(hi, next)) || (exec(hi, match) && !exec(low, prev))) { + return '\\u' + numberToString(charCodeAt(match, 0), 16); + } return match; +}; + +if ($stringify) { + // `JSON.stringify` method + // https://tc39.es/ecma262/#sec-json.stringify + $({ target: 'JSON', stat: true, arity: 3, forced: WRONG_SYMBOLS_CONVERSION || ILL_FORMED_UNICODE }, { + // eslint-disable-next-line no-unused-vars -- required for `.length` + stringify: function stringify(it, replacer, space) { + var args = arraySlice(arguments); + var result = apply(WRONG_SYMBOLS_CONVERSION ? stringifyWithSymbolsFix : $stringify, null, args); + return ILL_FORMED_UNICODE && typeof result == 'string' ? replace(result, tester, fixIllFormed) : result; + } + }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.json.to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.json.to-string-tag.js new file mode 100644 index 00000000..b886b62b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.json.to-string-tag.js @@ -0,0 +1,7 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var setToStringTag = require('../internals/set-to-string-tag'); + +// JSON[@@toStringTag] property +// https://tc39.es/ecma262/#sec-json-@@tostringtag +setToStringTag(globalThis.JSON, 'JSON', true); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.map.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.map.constructor.js new file mode 100644 index 00000000..c78dcf6d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.map.constructor.js @@ -0,0 +1,9 @@ +'use strict'; +var collection = require('../internals/collection'); +var collectionStrong = require('../internals/collection-strong'); + +// `Map` constructor +// https://tc39.es/ecma262/#sec-map-objects +collection('Map', function (init) { + return function Map() { return init(this, arguments.length ? arguments[0] : undefined); }; +}, collectionStrong); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.map.group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.map.group-by.js new file mode 100644 index 00000000..686e54ec --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.map.group-by.js @@ -0,0 +1,38 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var aCallable = require('../internals/a-callable'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var iterate = require('../internals/iterate'); +var MapHelpers = require('../internals/map-helpers'); +var IS_PURE = require('../internals/is-pure'); +var fails = require('../internals/fails'); + +var Map = MapHelpers.Map; +var has = MapHelpers.has; +var get = MapHelpers.get; +var set = MapHelpers.set; +var push = uncurryThis([].push); + +var DOES_NOT_WORK_WITH_PRIMITIVES = IS_PURE || fails(function () { + return Map.groupBy('ab', function (it) { + return it; + }).get('a').length !== 1; +}); + +// `Map.groupBy` method +// https://tc39.es/ecma262/#sec-map.groupby +$({ target: 'Map', stat: true, forced: IS_PURE || DOES_NOT_WORK_WITH_PRIMITIVES }, { + groupBy: function groupBy(items, callbackfn) { + requireObjectCoercible(items); + aCallable(callbackfn); + var map = new Map(); + var k = 0; + iterate(items, function (value) { + var key = callbackfn(value, k++); + if (!has(map, key)) set(map, key, [value]); + else push(get(map, key), value); + }); + return map; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.map.js new file mode 100644 index 00000000..abe2fe5e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.map.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove this module from `core-js@4` since it's replaced to module below +require('../modules/es.map.constructor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.acosh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.acosh.js new file mode 100644 index 00000000..d49bb772 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.acosh.js @@ -0,0 +1,26 @@ +'use strict'; +var $ = require('../internals/export'); +var log1p = require('../internals/math-log1p'); + +// eslint-disable-next-line es/no-math-acosh -- required for testing +var $acosh = Math.acosh; +var log = Math.log; +var sqrt = Math.sqrt; +var LN2 = Math.LN2; + +var FORCED = !$acosh + // V8 bug: https://code.google.com/p/v8/issues/detail?id=3509 + || Math.floor($acosh(Number.MAX_VALUE)) !== 710 + // Tor Browser bug: Math.acosh(Infinity) -> NaN + || $acosh(Infinity) !== Infinity; + +// `Math.acosh` method +// https://tc39.es/ecma262/#sec-math.acosh +$({ target: 'Math', stat: true, forced: FORCED }, { + acosh: function acosh(x) { + var n = +x; + return n < 1 ? NaN : n > 94906265.62425156 + ? log(n) + LN2 + : log1p(n - 1 + sqrt(n - 1) * sqrt(n + 1)); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.asinh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.asinh.js new file mode 100644 index 00000000..0069392e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.asinh.js @@ -0,0 +1,21 @@ +'use strict'; +var $ = require('../internals/export'); + +// eslint-disable-next-line es/no-math-asinh -- required for testing +var $asinh = Math.asinh; +var log = Math.log; +var sqrt = Math.sqrt; + +function asinh(x) { + var n = +x; + return !isFinite(n) || n === 0 ? n : n < 0 ? -asinh(-n) : log(n + sqrt(n * n + 1)); +} + +var FORCED = !($asinh && 1 / $asinh(0) > 0); + +// `Math.asinh` method +// https://tc39.es/ecma262/#sec-math.asinh +// Tor Browser bug: Math.asinh(0) -> -0 +$({ target: 'Math', stat: true, forced: FORCED }, { + asinh: asinh +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.atanh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.atanh.js new file mode 100644 index 00000000..125a1b7a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.atanh.js @@ -0,0 +1,18 @@ +'use strict'; +var $ = require('../internals/export'); + +// eslint-disable-next-line es/no-math-atanh -- required for testing +var $atanh = Math.atanh; +var log = Math.log; + +var FORCED = !($atanh && 1 / $atanh(-0) < 0); + +// `Math.atanh` method +// https://tc39.es/ecma262/#sec-math.atanh +// Tor Browser bug: Math.atanh(-0) -> 0 +$({ target: 'Math', stat: true, forced: FORCED }, { + atanh: function atanh(x) { + var n = +x; + return n === 0 ? n : log((1 + n) / (1 - n)) / 2; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.cbrt.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.cbrt.js new file mode 100644 index 00000000..1c634cfb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.cbrt.js @@ -0,0 +1,15 @@ +'use strict'; +var $ = require('../internals/export'); +var sign = require('../internals/math-sign'); + +var abs = Math.abs; +var pow = Math.pow; + +// `Math.cbrt` method +// https://tc39.es/ecma262/#sec-math.cbrt +$({ target: 'Math', stat: true }, { + cbrt: function cbrt(x) { + var n = +x; + return sign(n) * pow(abs(n), 1 / 3); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.clz32.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.clz32.js new file mode 100644 index 00000000..65f7ffc0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.clz32.js @@ -0,0 +1,15 @@ +'use strict'; +var $ = require('../internals/export'); + +var floor = Math.floor; +var log = Math.log; +var LOG2E = Math.LOG2E; + +// `Math.clz32` method +// https://tc39.es/ecma262/#sec-math.clz32 +$({ target: 'Math', stat: true }, { + clz32: function clz32(x) { + var n = x >>> 0; + return n ? 31 - floor(log(n + 0.5) * LOG2E) : 32; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.cosh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.cosh.js new file mode 100644 index 00000000..6846eadb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.cosh.js @@ -0,0 +1,19 @@ +'use strict'; +var $ = require('../internals/export'); +var expm1 = require('../internals/math-expm1'); + +// eslint-disable-next-line es/no-math-cosh -- required for testing +var $cosh = Math.cosh; +var abs = Math.abs; +var E = Math.E; + +var FORCED = !$cosh || $cosh(710) === Infinity; + +// `Math.cosh` method +// https://tc39.es/ecma262/#sec-math.cosh +$({ target: 'Math', stat: true, forced: FORCED }, { + cosh: function cosh(x) { + var t = expm1(abs(x) - 1) + 1; + return (t + 1 / (t * E * E)) * (E / 2); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.expm1.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.expm1.js new file mode 100644 index 00000000..cc9f1747 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.expm1.js @@ -0,0 +1,8 @@ +'use strict'; +var $ = require('../internals/export'); +var expm1 = require('../internals/math-expm1'); + +// `Math.expm1` method +// https://tc39.es/ecma262/#sec-math.expm1 +// eslint-disable-next-line es/no-math-expm1 -- required for testing +$({ target: 'Math', stat: true, forced: expm1 !== Math.expm1 }, { expm1: expm1 }); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.fround.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.fround.js new file mode 100644 index 00000000..dedce41c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.fround.js @@ -0,0 +1,7 @@ +'use strict'; +var $ = require('../internals/export'); +var fround = require('../internals/math-fround'); + +// `Math.fround` method +// https://tc39.es/ecma262/#sec-math.fround +$({ target: 'Math', stat: true }, { fround: fround }); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.hypot.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.hypot.js new file mode 100644 index 00000000..0c15598d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.hypot.js @@ -0,0 +1,36 @@ +'use strict'; +var $ = require('../internals/export'); + +// eslint-disable-next-line es/no-math-hypot -- required for testing +var $hypot = Math.hypot; +var abs = Math.abs; +var sqrt = Math.sqrt; + +// Chrome 77 bug +// https://bugs.chromium.org/p/v8/issues/detail?id=9546 +var FORCED = !!$hypot && $hypot(Infinity, NaN) !== Infinity; + +// `Math.hypot` method +// https://tc39.es/ecma262/#sec-math.hypot +$({ target: 'Math', stat: true, arity: 2, forced: FORCED }, { + // eslint-disable-next-line no-unused-vars -- required for `.length` + hypot: function hypot(value1, value2) { + var sum = 0; + var i = 0; + var aLen = arguments.length; + var larg = 0; + var arg, div; + while (i < aLen) { + arg = abs(arguments[i++]); + if (larg < arg) { + div = larg / arg; + sum = sum * div * div + 1; + larg = arg; + } else if (arg > 0) { + div = arg / larg; + sum += div * div; + } else sum += arg; + } + return larg === Infinity ? Infinity : larg * sqrt(sum); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.imul.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.imul.js new file mode 100644 index 00000000..23e73b64 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.imul.js @@ -0,0 +1,24 @@ +'use strict'; +var $ = require('../internals/export'); +var fails = require('../internals/fails'); + +// eslint-disable-next-line es/no-math-imul -- required for testing +var $imul = Math.imul; + +var FORCED = fails(function () { + return $imul(0xFFFFFFFF, 5) !== -5 || $imul.length !== 2; +}); + +// `Math.imul` method +// https://tc39.es/ecma262/#sec-math.imul +// some WebKit versions fails with big numbers, some has wrong arity +$({ target: 'Math', stat: true, forced: FORCED }, { + imul: function imul(x, y) { + var UINT16 = 0xFFFF; + var xn = +x; + var yn = +y; + var xl = UINT16 & xn; + var yl = UINT16 & yn; + return 0 | xl * yl + ((UINT16 & xn >>> 16) * yl + xl * (UINT16 & yn >>> 16) << 16 >>> 0); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.log10.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.log10.js new file mode 100644 index 00000000..ebdcea32 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.log10.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var log10 = require('../internals/math-log10'); + +// `Math.log10` method +// https://tc39.es/ecma262/#sec-math.log10 +$({ target: 'Math', stat: true }, { + log10: log10 +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.log1p.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.log1p.js new file mode 100644 index 00000000..951bb343 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.log1p.js @@ -0,0 +1,7 @@ +'use strict'; +var $ = require('../internals/export'); +var log1p = require('../internals/math-log1p'); + +// `Math.log1p` method +// https://tc39.es/ecma262/#sec-math.log1p +$({ target: 'Math', stat: true }, { log1p: log1p }); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.log2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.log2.js new file mode 100644 index 00000000..8fb47339 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.log2.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var log2 = require('../internals/math-log2'); + +// `Math.log2` method +// https://tc39.es/ecma262/#sec-math.log2 +$({ target: 'Math', stat: true }, { + log2: log2 +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.sign.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.sign.js new file mode 100644 index 00000000..f28f17f1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.sign.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var sign = require('../internals/math-sign'); + +// `Math.sign` method +// https://tc39.es/ecma262/#sec-math.sign +$({ target: 'Math', stat: true }, { + sign: sign +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.sinh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.sinh.js new file mode 100644 index 00000000..6e80ba07 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.sinh.js @@ -0,0 +1,23 @@ +'use strict'; +var $ = require('../internals/export'); +var fails = require('../internals/fails'); +var expm1 = require('../internals/math-expm1'); + +var abs = Math.abs; +var exp = Math.exp; +var E = Math.E; + +var FORCED = fails(function () { + // eslint-disable-next-line es/no-math-sinh -- required for testing + return Math.sinh(-2e-17) !== -2e-17; +}); + +// `Math.sinh` method +// https://tc39.es/ecma262/#sec-math.sinh +// V8 near Chromium 38 has a problem with very small numbers +$({ target: 'Math', stat: true, forced: FORCED }, { + sinh: function sinh(x) { + var n = +x; + return abs(n) < 1 ? (expm1(n) - expm1(-n)) / 2 : (exp(n - 1) - exp(-n - 1)) * (E / 2); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.tanh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.tanh.js new file mode 100644 index 00000000..a93da241 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.tanh.js @@ -0,0 +1,16 @@ +'use strict'; +var $ = require('../internals/export'); +var expm1 = require('../internals/math-expm1'); + +var exp = Math.exp; + +// `Math.tanh` method +// https://tc39.es/ecma262/#sec-math.tanh +$({ target: 'Math', stat: true }, { + tanh: function tanh(x) { + var n = +x; + var a = expm1(n); + var b = expm1(-n); + return a === Infinity ? 1 : b === Infinity ? -1 : (a - b) / (exp(n) + exp(-n)); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.to-string-tag.js new file mode 100644 index 00000000..183b9b8f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.to-string-tag.js @@ -0,0 +1,6 @@ +'use strict'; +var setToStringTag = require('../internals/set-to-string-tag'); + +// Math[@@toStringTag] property +// https://tc39.es/ecma262/#sec-math-@@tostringtag +setToStringTag(Math, 'Math', true); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.trunc.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.trunc.js new file mode 100644 index 00000000..68d99216 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.math.trunc.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var trunc = require('../internals/math-trunc'); + +// `Math.trunc` method +// https://tc39.es/ecma262/#sec-math.trunc +$({ target: 'Math', stat: true }, { + trunc: trunc +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.constructor.js new file mode 100644 index 00000000..a7e856c6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.constructor.js @@ -0,0 +1,115 @@ +'use strict'; +var $ = require('../internals/export'); +var IS_PURE = require('../internals/is-pure'); +var DESCRIPTORS = require('../internals/descriptors'); +var globalThis = require('../internals/global-this'); +var path = require('../internals/path'); +var uncurryThis = require('../internals/function-uncurry-this'); +var isForced = require('../internals/is-forced'); +var hasOwn = require('../internals/has-own-property'); +var inheritIfRequired = require('../internals/inherit-if-required'); +var isPrototypeOf = require('../internals/object-is-prototype-of'); +var isSymbol = require('../internals/is-symbol'); +var toPrimitive = require('../internals/to-primitive'); +var fails = require('../internals/fails'); +var getOwnPropertyNames = require('../internals/object-get-own-property-names').f; +var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f; +var defineProperty = require('../internals/object-define-property').f; +var thisNumberValue = require('../internals/this-number-value'); +var trim = require('../internals/string-trim').trim; + +var NUMBER = 'Number'; +var NativeNumber = globalThis[NUMBER]; +var PureNumberNamespace = path[NUMBER]; +var NumberPrototype = NativeNumber.prototype; +var TypeError = globalThis.TypeError; +var stringSlice = uncurryThis(''.slice); +var charCodeAt = uncurryThis(''.charCodeAt); + +// `ToNumeric` abstract operation +// https://tc39.es/ecma262/#sec-tonumeric +var toNumeric = function (value) { + var primValue = toPrimitive(value, 'number'); + return typeof primValue == 'bigint' ? primValue : toNumber(primValue); +}; + +// `ToNumber` abstract operation +// https://tc39.es/ecma262/#sec-tonumber +var toNumber = function (argument) { + var it = toPrimitive(argument, 'number'); + var first, third, radix, maxCode, digits, length, index, code; + if (isSymbol(it)) throw new TypeError('Cannot convert a Symbol value to a number'); + if (typeof it == 'string' && it.length > 2) { + it = trim(it); + first = charCodeAt(it, 0); + if (first === 43 || first === 45) { + third = charCodeAt(it, 2); + if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix + } else if (first === 48) { + switch (charCodeAt(it, 1)) { + // fast equal of /^0b[01]+$/i + case 66: + case 98: + radix = 2; + maxCode = 49; + break; + // fast equal of /^0o[0-7]+$/i + case 79: + case 111: + radix = 8; + maxCode = 55; + break; + default: + return +it; + } + digits = stringSlice(it, 2); + length = digits.length; + for (index = 0; index < length; index++) { + code = charCodeAt(digits, index); + // parseInt parses a string to a first unavailable symbol + // but ToNumber should return NaN if a string contains unavailable symbols + if (code < 48 || code > maxCode) return NaN; + } return parseInt(digits, radix); + } + } return +it; +}; + +var FORCED = isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1')); + +var calledWithNew = function (dummy) { + // includes check on 1..constructor(foo) case + return isPrototypeOf(NumberPrototype, dummy) && fails(function () { thisNumberValue(dummy); }); +}; + +// `Number` constructor +// https://tc39.es/ecma262/#sec-number-constructor +var NumberWrapper = function Number(value) { + var n = arguments.length < 1 ? 0 : NativeNumber(toNumeric(value)); + return calledWithNew(this) ? inheritIfRequired(Object(n), this, NumberWrapper) : n; +}; + +NumberWrapper.prototype = NumberPrototype; +if (FORCED && !IS_PURE) NumberPrototype.constructor = NumberWrapper; + +$({ global: true, constructor: true, wrap: true, forced: FORCED }, { + Number: NumberWrapper +}); + +// Use `internal/copy-constructor-properties` helper in `core-js@4` +var copyConstructorProperties = function (target, source) { + for (var keys = DESCRIPTORS ? getOwnPropertyNames(source) : ( + // ES3: + 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' + + // ES2015 (in case, if modules with ES2015 Number statics required before): + 'EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,' + + // ESNext + 'fromString,range' + ).split(','), j = 0, key; keys.length > j; j++) { + if (hasOwn(source, key = keys[j]) && !hasOwn(target, key)) { + defineProperty(target, key, getOwnPropertyDescriptor(source, key)); + } + } +}; + +if (IS_PURE && PureNumberNamespace) copyConstructorProperties(path[NUMBER], PureNumberNamespace); +if (FORCED || IS_PURE) copyConstructorProperties(path[NUMBER], NativeNumber); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.epsilon.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.epsilon.js new file mode 100644 index 00000000..30aa42a2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.epsilon.js @@ -0,0 +1,8 @@ +'use strict'; +var $ = require('../internals/export'); + +// `Number.EPSILON` constant +// https://tc39.es/ecma262/#sec-number.epsilon +$({ target: 'Number', stat: true, nonConfigurable: true, nonWritable: true }, { + EPSILON: Math.pow(2, -52) +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.is-finite.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.is-finite.js new file mode 100644 index 00000000..61e10e79 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.is-finite.js @@ -0,0 +1,7 @@ +'use strict'; +var $ = require('../internals/export'); +var numberIsFinite = require('../internals/number-is-finite'); + +// `Number.isFinite` method +// https://tc39.es/ecma262/#sec-number.isfinite +$({ target: 'Number', stat: true }, { isFinite: numberIsFinite }); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.is-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.is-integer.js new file mode 100644 index 00000000..57620dfe --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.is-integer.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var isIntegralNumber = require('../internals/is-integral-number'); + +// `Number.isInteger` method +// https://tc39.es/ecma262/#sec-number.isinteger +$({ target: 'Number', stat: true }, { + isInteger: isIntegralNumber +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.is-nan.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.is-nan.js new file mode 100644 index 00000000..d12d708b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.is-nan.js @@ -0,0 +1,11 @@ +'use strict'; +var $ = require('../internals/export'); + +// `Number.isNaN` method +// https://tc39.es/ecma262/#sec-number.isnan +$({ target: 'Number', stat: true }, { + isNaN: function isNaN(number) { + // eslint-disable-next-line no-self-compare -- NaN check + return number !== number; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.is-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.is-safe-integer.js new file mode 100644 index 00000000..5720637c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.is-safe-integer.js @@ -0,0 +1,13 @@ +'use strict'; +var $ = require('../internals/export'); +var isIntegralNumber = require('../internals/is-integral-number'); + +var abs = Math.abs; + +// `Number.isSafeInteger` method +// https://tc39.es/ecma262/#sec-number.issafeinteger +$({ target: 'Number', stat: true }, { + isSafeInteger: function isSafeInteger(number) { + return isIntegralNumber(number) && abs(number) <= 0x1FFFFFFFFFFFFF; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.max-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.max-safe-integer.js new file mode 100644 index 00000000..44e1cbba --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.max-safe-integer.js @@ -0,0 +1,8 @@ +'use strict'; +var $ = require('../internals/export'); + +// `Number.MAX_SAFE_INTEGER` constant +// https://tc39.es/ecma262/#sec-number.max_safe_integer +$({ target: 'Number', stat: true, nonConfigurable: true, nonWritable: true }, { + MAX_SAFE_INTEGER: 0x1FFFFFFFFFFFFF +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.min-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.min-safe-integer.js new file mode 100644 index 00000000..1d6a8712 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.min-safe-integer.js @@ -0,0 +1,8 @@ +'use strict'; +var $ = require('../internals/export'); + +// `Number.MIN_SAFE_INTEGER` constant +// https://tc39.es/ecma262/#sec-number.min_safe_integer +$({ target: 'Number', stat: true, nonConfigurable: true, nonWritable: true }, { + MIN_SAFE_INTEGER: -0x1FFFFFFFFFFFFF +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.parse-float.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.parse-float.js new file mode 100644 index 00000000..754bed77 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.parse-float.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var parseFloat = require('../internals/number-parse-float'); + +// `Number.parseFloat` method +// https://tc39.es/ecma262/#sec-number.parseFloat +// eslint-disable-next-line es/no-number-parsefloat -- required for testing +$({ target: 'Number', stat: true, forced: Number.parseFloat !== parseFloat }, { + parseFloat: parseFloat +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.parse-int.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.parse-int.js new file mode 100644 index 00000000..9cd68138 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.parse-int.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var parseInt = require('../internals/number-parse-int'); + +// `Number.parseInt` method +// https://tc39.es/ecma262/#sec-number.parseint +// eslint-disable-next-line es/no-number-parseint -- required for testing +$({ target: 'Number', stat: true, forced: Number.parseInt !== parseInt }, { + parseInt: parseInt +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.to-exponential.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.to-exponential.js new file mode 100644 index 00000000..ed06e0d0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.to-exponential.js @@ -0,0 +1,98 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); +var thisNumberValue = require('../internals/this-number-value'); +var $repeat = require('../internals/string-repeat'); +var log10 = require('../internals/math-log10'); +var fails = require('../internals/fails'); + +var $RangeError = RangeError; +var $String = String; +var $isFinite = isFinite; +var abs = Math.abs; +var floor = Math.floor; +var pow = Math.pow; +var round = Math.round; +var nativeToExponential = uncurryThis(1.0.toExponential); +var repeat = uncurryThis($repeat); +var stringSlice = uncurryThis(''.slice); + +// Edge 17- +var ROUNDS_PROPERLY = nativeToExponential(-6.9e-11, 4) === '-6.9000e-11' + // IE11- && Edge 14- + && nativeToExponential(1.255, 2) === '1.25e+0' + // FF86-, V8 ~ Chrome 49-50 + && nativeToExponential(12345, 3) === '1.235e+4' + // FF86-, V8 ~ Chrome 49-50 + && nativeToExponential(25, 0) === '3e+1'; + +// IE8- +var throwsOnInfinityFraction = function () { + return fails(function () { + nativeToExponential(1, Infinity); + }) && fails(function () { + nativeToExponential(1, -Infinity); + }); +}; + +// Safari <11 && FF <50 +var properNonFiniteThisCheck = function () { + return !fails(function () { + nativeToExponential(Infinity, Infinity); + nativeToExponential(NaN, Infinity); + }); +}; + +var FORCED = !ROUNDS_PROPERLY || !throwsOnInfinityFraction() || !properNonFiniteThisCheck(); + +// `Number.prototype.toExponential` method +// https://tc39.es/ecma262/#sec-number.prototype.toexponential +$({ target: 'Number', proto: true, forced: FORCED }, { + toExponential: function toExponential(fractionDigits) { + var x = thisNumberValue(this); + if (fractionDigits === undefined) return nativeToExponential(x); + var f = toIntegerOrInfinity(fractionDigits); + if (!$isFinite(x)) return String(x); + // TODO: ES2018 increased the maximum number of fraction digits to 100, need to improve the implementation + if (f < 0 || f > 20) throw new $RangeError('Incorrect fraction digits'); + if (ROUNDS_PROPERLY) return nativeToExponential(x, f); + var s = ''; + var m, e, c, d; + if (x < 0) { + s = '-'; + x = -x; + } + if (x === 0) { + e = 0; + m = repeat('0', f + 1); + } else { + // this block is based on https://gist.github.com/SheetJSDev/1100ad56b9f856c95299ed0e068eea08 + // TODO: improve accuracy with big fraction digits + var l = log10(x); + e = floor(l); + var w = pow(10, e - f); + var n = round(x / w); + if (2 * x >= (2 * n + 1) * w) { + n += 1; + } + if (n >= pow(10, f + 1)) { + n /= 10; + e += 1; + } + m = $String(n); + } + if (f !== 0) { + m = stringSlice(m, 0, 1) + '.' + stringSlice(m, 1); + } + if (e === 0) { + c = '+'; + d = '0'; + } else { + c = e > 0 ? '+' : '-'; + d = $String(abs(e)); + } + m += 'e' + c + d; + return s + m; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.to-fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.to-fixed.js new file mode 100644 index 00000000..2ac36b03 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.to-fixed.js @@ -0,0 +1,131 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); +var thisNumberValue = require('../internals/this-number-value'); +var $repeat = require('../internals/string-repeat'); +var fails = require('../internals/fails'); + +var $RangeError = RangeError; +var $String = String; +var floor = Math.floor; +var repeat = uncurryThis($repeat); +var stringSlice = uncurryThis(''.slice); +var nativeToFixed = uncurryThis(1.0.toFixed); + +var pow = function (x, n, acc) { + return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc); +}; + +var log = function (x) { + var n = 0; + var x2 = x; + while (x2 >= 4096) { + n += 12; + x2 /= 4096; + } + while (x2 >= 2) { + n += 1; + x2 /= 2; + } return n; +}; + +var multiply = function (data, n, c) { + var index = -1; + var c2 = c; + while (++index < 6) { + c2 += n * data[index]; + data[index] = c2 % 1e7; + c2 = floor(c2 / 1e7); + } +}; + +var divide = function (data, n) { + var index = 6; + var c = 0; + while (--index >= 0) { + c += data[index]; + data[index] = floor(c / n); + c = (c % n) * 1e7; + } +}; + +var dataToString = function (data) { + var index = 6; + var s = ''; + while (--index >= 0) { + if (s !== '' || index === 0 || data[index] !== 0) { + var t = $String(data[index]); + s = s === '' ? t : s + repeat('0', 7 - t.length) + t; + } + } return s; +}; + +var FORCED = fails(function () { + return nativeToFixed(0.00008, 3) !== '0.000' || + nativeToFixed(0.9, 0) !== '1' || + nativeToFixed(1.255, 2) !== '1.25' || + nativeToFixed(1000000000000000128.0, 0) !== '1000000000000000128'; +}) || !fails(function () { + // V8 ~ Android 4.3- + nativeToFixed({}); +}); + +// `Number.prototype.toFixed` method +// https://tc39.es/ecma262/#sec-number.prototype.tofixed +$({ target: 'Number', proto: true, forced: FORCED }, { + toFixed: function toFixed(fractionDigits) { + var number = thisNumberValue(this); + var fractDigits = toIntegerOrInfinity(fractionDigits); + var data = [0, 0, 0, 0, 0, 0]; + var sign = ''; + var result = '0'; + var e, z, j, k; + + // TODO: ES2018 increased the maximum number of fraction digits to 100, need to improve the implementation + if (fractDigits < 0 || fractDigits > 20) throw new $RangeError('Incorrect fraction digits'); + // eslint-disable-next-line no-self-compare -- NaN check + if (number !== number) return 'NaN'; + if (number <= -1e21 || number >= 1e21) return $String(number); + if (number < 0) { + sign = '-'; + number = -number; + } + if (number > 1e-21) { + e = log(number * pow(2, 69, 1)) - 69; + z = e < 0 ? number * pow(2, -e, 1) : number / pow(2, e, 1); + z *= 0x10000000000000; + e = 52 - e; + if (e > 0) { + multiply(data, 0, z); + j = fractDigits; + while (j >= 7) { + multiply(data, 1e7, 0); + j -= 7; + } + multiply(data, pow(10, j, 1), 0); + j = e - 1; + while (j >= 23) { + divide(data, 1 << 23); + j -= 23; + } + divide(data, 1 << j); + multiply(data, 1, 1); + divide(data, 2); + result = dataToString(data); + } else { + multiply(data, 0, z); + multiply(data, 1 << -e, 0); + result = dataToString(data) + repeat('0', fractDigits); + } + } + if (fractDigits > 0) { + k = result.length; + result = sign + (k <= fractDigits + ? '0.' + repeat('0', fractDigits - k) + result + : stringSlice(result, 0, k - fractDigits) + '.' + stringSlice(result, k - fractDigits)); + } else { + result = sign + result; + } return result; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.to-precision.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.to-precision.js new file mode 100644 index 00000000..9e49e53a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.number.to-precision.js @@ -0,0 +1,25 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var fails = require('../internals/fails'); +var thisNumberValue = require('../internals/this-number-value'); + +var nativeToPrecision = uncurryThis(1.0.toPrecision); + +var FORCED = fails(function () { + // IE7- + return nativeToPrecision(1, undefined) !== '1'; +}) || !fails(function () { + // V8 ~ Android 4.3- + nativeToPrecision({}); +}); + +// `Number.prototype.toPrecision` method +// https://tc39.es/ecma262/#sec-number.prototype.toprecision +$({ target: 'Number', proto: true, forced: FORCED }, { + toPrecision: function toPrecision(precision) { + return precision === undefined + ? nativeToPrecision(thisNumberValue(this)) + : nativeToPrecision(thisNumberValue(this), precision); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.assign.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.assign.js new file mode 100644 index 00000000..88b10728 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.assign.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var assign = require('../internals/object-assign'); + +// `Object.assign` method +// https://tc39.es/ecma262/#sec-object.assign +// eslint-disable-next-line es/no-object-assign -- required for testing +$({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }, { + assign: assign +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.create.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.create.js new file mode 100644 index 00000000..5522f62e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.create.js @@ -0,0 +1,11 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var DESCRIPTORS = require('../internals/descriptors'); +var create = require('../internals/object-create'); + +// `Object.create` method +// https://tc39.es/ecma262/#sec-object.create +$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, { + create: create +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.define-getter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.define-getter.js new file mode 100644 index 00000000..50fd442c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.define-getter.js @@ -0,0 +1,17 @@ +'use strict'; +var $ = require('../internals/export'); +var DESCRIPTORS = require('../internals/descriptors'); +var FORCED = require('../internals/object-prototype-accessors-forced'); +var aCallable = require('../internals/a-callable'); +var toObject = require('../internals/to-object'); +var definePropertyModule = require('../internals/object-define-property'); + +// `Object.prototype.__defineGetter__` method +// https://tc39.es/ecma262/#sec-object.prototype.__defineGetter__ +if (DESCRIPTORS) { + $({ target: 'Object', proto: true, forced: FORCED }, { + __defineGetter__: function __defineGetter__(P, getter) { + definePropertyModule.f(toObject(this), P, { get: aCallable(getter), enumerable: true, configurable: true }); + } + }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.define-properties.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.define-properties.js new file mode 100644 index 00000000..b19cc603 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.define-properties.js @@ -0,0 +1,11 @@ +'use strict'; +var $ = require('../internals/export'); +var DESCRIPTORS = require('../internals/descriptors'); +var defineProperties = require('../internals/object-define-properties').f; + +// `Object.defineProperties` method +// https://tc39.es/ecma262/#sec-object.defineproperties +// eslint-disable-next-line es/no-object-defineproperties -- safe +$({ target: 'Object', stat: true, forced: Object.defineProperties !== defineProperties, sham: !DESCRIPTORS }, { + defineProperties: defineProperties +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.define-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.define-property.js new file mode 100644 index 00000000..691c9c4d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.define-property.js @@ -0,0 +1,11 @@ +'use strict'; +var $ = require('../internals/export'); +var DESCRIPTORS = require('../internals/descriptors'); +var defineProperty = require('../internals/object-define-property').f; + +// `Object.defineProperty` method +// https://tc39.es/ecma262/#sec-object.defineproperty +// eslint-disable-next-line es/no-object-defineproperty -- safe +$({ target: 'Object', stat: true, forced: Object.defineProperty !== defineProperty, sham: !DESCRIPTORS }, { + defineProperty: defineProperty +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.define-setter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.define-setter.js new file mode 100644 index 00000000..186976f3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.define-setter.js @@ -0,0 +1,17 @@ +'use strict'; +var $ = require('../internals/export'); +var DESCRIPTORS = require('../internals/descriptors'); +var FORCED = require('../internals/object-prototype-accessors-forced'); +var aCallable = require('../internals/a-callable'); +var toObject = require('../internals/to-object'); +var definePropertyModule = require('../internals/object-define-property'); + +// `Object.prototype.__defineSetter__` method +// https://tc39.es/ecma262/#sec-object.prototype.__defineSetter__ +if (DESCRIPTORS) { + $({ target: 'Object', proto: true, forced: FORCED }, { + __defineSetter__: function __defineSetter__(P, setter) { + definePropertyModule.f(toObject(this), P, { set: aCallable(setter), enumerable: true, configurable: true }); + } + }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.entries.js new file mode 100644 index 00000000..41b6ad25 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.entries.js @@ -0,0 +1,11 @@ +'use strict'; +var $ = require('../internals/export'); +var $entries = require('../internals/object-to-array').entries; + +// `Object.entries` method +// https://tc39.es/ecma262/#sec-object.entries +$({ target: 'Object', stat: true }, { + entries: function entries(O) { + return $entries(O); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.freeze.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.freeze.js new file mode 100644 index 00000000..bd48bc74 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.freeze.js @@ -0,0 +1,18 @@ +'use strict'; +var $ = require('../internals/export'); +var FREEZING = require('../internals/freezing'); +var fails = require('../internals/fails'); +var isObject = require('../internals/is-object'); +var onFreeze = require('../internals/internal-metadata').onFreeze; + +// eslint-disable-next-line es/no-object-freeze -- safe +var $freeze = Object.freeze; +var FAILS_ON_PRIMITIVES = fails(function () { $freeze(1); }); + +// `Object.freeze` method +// https://tc39.es/ecma262/#sec-object.freeze +$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, { + freeze: function freeze(it) { + return $freeze && isObject(it) ? $freeze(onFreeze(it)) : it; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.from-entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.from-entries.js new file mode 100644 index 00000000..fbfa32f9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.from-entries.js @@ -0,0 +1,16 @@ +'use strict'; +var $ = require('../internals/export'); +var iterate = require('../internals/iterate'); +var createProperty = require('../internals/create-property'); + +// `Object.fromEntries` method +// https://tc39.es/ecma262/#sec-object.fromentries +$({ target: 'Object', stat: true }, { + fromEntries: function fromEntries(iterable) { + var obj = {}; + iterate(iterable, function (k, v) { + createProperty(obj, k, v); + }, { AS_ENTRIES: true }); + return obj; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-own-property-descriptor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-own-property-descriptor.js new file mode 100644 index 00000000..44606a4a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-own-property-descriptor.js @@ -0,0 +1,16 @@ +'use strict'; +var $ = require('../internals/export'); +var fails = require('../internals/fails'); +var toIndexedObject = require('../internals/to-indexed-object'); +var nativeGetOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f; +var DESCRIPTORS = require('../internals/descriptors'); + +var FORCED = !DESCRIPTORS || fails(function () { nativeGetOwnPropertyDescriptor(1); }); + +// `Object.getOwnPropertyDescriptor` method +// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor +$({ target: 'Object', stat: true, forced: FORCED, sham: !DESCRIPTORS }, { + getOwnPropertyDescriptor: function getOwnPropertyDescriptor(it, key) { + return nativeGetOwnPropertyDescriptor(toIndexedObject(it), key); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-own-property-descriptors.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-own-property-descriptors.js new file mode 100644 index 00000000..7c1a22c0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-own-property-descriptors.js @@ -0,0 +1,25 @@ +'use strict'; +var $ = require('../internals/export'); +var DESCRIPTORS = require('../internals/descriptors'); +var ownKeys = require('../internals/own-keys'); +var toIndexedObject = require('../internals/to-indexed-object'); +var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor'); +var createProperty = require('../internals/create-property'); + +// `Object.getOwnPropertyDescriptors` method +// https://tc39.es/ecma262/#sec-object.getownpropertydescriptors +$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, { + getOwnPropertyDescriptors: function getOwnPropertyDescriptors(object) { + var O = toIndexedObject(object); + var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f; + var keys = ownKeys(O); + var result = {}; + var index = 0; + var key, descriptor; + while (keys.length > index) { + descriptor = getOwnPropertyDescriptor(O, key = keys[index++]); + if (descriptor !== undefined) createProperty(result, key, descriptor); + } + return result; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-own-property-names.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-own-property-names.js new file mode 100644 index 00000000..c076a51c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-own-property-names.js @@ -0,0 +1,13 @@ +'use strict'; +var $ = require('../internals/export'); +var fails = require('../internals/fails'); +var getOwnPropertyNames = require('../internals/object-get-own-property-names-external').f; + +// eslint-disable-next-line es/no-object-getownpropertynames -- required for testing +var FAILS_ON_PRIMITIVES = fails(function () { return !Object.getOwnPropertyNames(1); }); + +// `Object.getOwnPropertyNames` method +// https://tc39.es/ecma262/#sec-object.getownpropertynames +$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, { + getOwnPropertyNames: getOwnPropertyNames +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-own-property-symbols.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-own-property-symbols.js new file mode 100644 index 00000000..62ebd30d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-own-property-symbols.js @@ -0,0 +1,19 @@ +'use strict'; +var $ = require('../internals/export'); +var NATIVE_SYMBOL = require('../internals/symbol-constructor-detection'); +var fails = require('../internals/fails'); +var getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols'); +var toObject = require('../internals/to-object'); + +// V8 ~ Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives +// https://bugs.chromium.org/p/v8/issues/detail?id=3443 +var FORCED = !NATIVE_SYMBOL || fails(function () { getOwnPropertySymbolsModule.f(1); }); + +// `Object.getOwnPropertySymbols` method +// https://tc39.es/ecma262/#sec-object.getownpropertysymbols +$({ target: 'Object', stat: true, forced: FORCED }, { + getOwnPropertySymbols: function getOwnPropertySymbols(it) { + var $getOwnPropertySymbols = getOwnPropertySymbolsModule.f; + return $getOwnPropertySymbols ? $getOwnPropertySymbols(toObject(it)) : []; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-prototype-of.js new file mode 100644 index 00000000..e8b53163 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.get-prototype-of.js @@ -0,0 +1,17 @@ +'use strict'; +var $ = require('../internals/export'); +var fails = require('../internals/fails'); +var toObject = require('../internals/to-object'); +var nativeGetPrototypeOf = require('../internals/object-get-prototype-of'); +var CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter'); + +var FAILS_ON_PRIMITIVES = fails(function () { nativeGetPrototypeOf(1); }); + +// `Object.getPrototypeOf` method +// https://tc39.es/ecma262/#sec-object.getprototypeof +$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !CORRECT_PROTOTYPE_GETTER }, { + getPrototypeOf: function getPrototypeOf(it) { + return nativeGetPrototypeOf(toObject(it)); + } +}); + diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.group-by.js new file mode 100644 index 00000000..590f567b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.group-by.js @@ -0,0 +1,39 @@ +'use strict'; +var $ = require('../internals/export'); +var getBuiltIn = require('../internals/get-built-in'); +var uncurryThis = require('../internals/function-uncurry-this'); +var aCallable = require('../internals/a-callable'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var toPropertyKey = require('../internals/to-property-key'); +var iterate = require('../internals/iterate'); +var fails = require('../internals/fails'); + +// eslint-disable-next-line es/no-object-groupby -- testing +var nativeGroupBy = Object.groupBy; +var create = getBuiltIn('Object', 'create'); +var push = uncurryThis([].push); + +var DOES_NOT_WORK_WITH_PRIMITIVES = !nativeGroupBy || fails(function () { + return nativeGroupBy('ab', function (it) { + return it; + }).a.length !== 1; +}); + +// `Object.groupBy` method +// https://tc39.es/ecma262/#sec-object.groupby +$({ target: 'Object', stat: true, forced: DOES_NOT_WORK_WITH_PRIMITIVES }, { + groupBy: function groupBy(items, callbackfn) { + requireObjectCoercible(items); + aCallable(callbackfn); + var obj = create(null); + var k = 0; + iterate(items, function (value) { + var key = toPropertyKey(callbackfn(value, k++)); + // in some IE versions, `hasOwnProperty` returns incorrect result on integer keys + // but since it's a `null` prototype object, we can safely use `in` + if (key in obj) push(obj[key], value); + else obj[key] = [value]; + }); + return obj; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.has-own.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.has-own.js new file mode 100644 index 00000000..0723a801 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.has-own.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var hasOwn = require('../internals/has-own-property'); + +// `Object.hasOwn` method +// https://tc39.es/ecma262/#sec-object.hasown +$({ target: 'Object', stat: true }, { + hasOwn: hasOwn +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.is-extensible.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.is-extensible.js new file mode 100644 index 00000000..4b05a297 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.is-extensible.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var $isExtensible = require('../internals/object-is-extensible'); + +// `Object.isExtensible` method +// https://tc39.es/ecma262/#sec-object.isextensible +// eslint-disable-next-line es/no-object-isextensible -- safe +$({ target: 'Object', stat: true, forced: Object.isExtensible !== $isExtensible }, { + isExtensible: $isExtensible +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.is-frozen.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.is-frozen.js new file mode 100644 index 00000000..4cd6ddb2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.is-frozen.js @@ -0,0 +1,21 @@ +'use strict'; +var $ = require('../internals/export'); +var fails = require('../internals/fails'); +var isObject = require('../internals/is-object'); +var classof = require('../internals/classof-raw'); +var ARRAY_BUFFER_NON_EXTENSIBLE = require('../internals/array-buffer-non-extensible'); + +// eslint-disable-next-line es/no-object-isfrozen -- safe +var $isFrozen = Object.isFrozen; + +var FORCED = ARRAY_BUFFER_NON_EXTENSIBLE || fails(function () { $isFrozen(1); }); + +// `Object.isFrozen` method +// https://tc39.es/ecma262/#sec-object.isfrozen +$({ target: 'Object', stat: true, forced: FORCED }, { + isFrozen: function isFrozen(it) { + if (!isObject(it)) return true; + if (ARRAY_BUFFER_NON_EXTENSIBLE && classof(it) === 'ArrayBuffer') return true; + return $isFrozen ? $isFrozen(it) : false; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.is-sealed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.is-sealed.js new file mode 100644 index 00000000..cf3a787f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.is-sealed.js @@ -0,0 +1,21 @@ +'use strict'; +var $ = require('../internals/export'); +var fails = require('../internals/fails'); +var isObject = require('../internals/is-object'); +var classof = require('../internals/classof-raw'); +var ARRAY_BUFFER_NON_EXTENSIBLE = require('../internals/array-buffer-non-extensible'); + +// eslint-disable-next-line es/no-object-issealed -- safe +var $isSealed = Object.isSealed; + +var FORCED = ARRAY_BUFFER_NON_EXTENSIBLE || fails(function () { $isSealed(1); }); + +// `Object.isSealed` method +// https://tc39.es/ecma262/#sec-object.issealed +$({ target: 'Object', stat: true, forced: FORCED }, { + isSealed: function isSealed(it) { + if (!isObject(it)) return true; + if (ARRAY_BUFFER_NON_EXTENSIBLE && classof(it) === 'ArrayBuffer') return true; + return $isSealed ? $isSealed(it) : false; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.is.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.is.js new file mode 100644 index 00000000..7478e2d0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.is.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var is = require('../internals/same-value'); + +// `Object.is` method +// https://tc39.es/ecma262/#sec-object.is +$({ target: 'Object', stat: true }, { + is: is +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.keys.js new file mode 100644 index 00000000..92356b7d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.keys.js @@ -0,0 +1,15 @@ +'use strict'; +var $ = require('../internals/export'); +var toObject = require('../internals/to-object'); +var nativeKeys = require('../internals/object-keys'); +var fails = require('../internals/fails'); + +var FAILS_ON_PRIMITIVES = fails(function () { nativeKeys(1); }); + +// `Object.keys` method +// https://tc39.es/ecma262/#sec-object.keys +$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, { + keys: function keys(it) { + return nativeKeys(toObject(it)); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.lookup-getter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.lookup-getter.js new file mode 100644 index 00000000..d7f59fec --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.lookup-getter.js @@ -0,0 +1,23 @@ +'use strict'; +var $ = require('../internals/export'); +var DESCRIPTORS = require('../internals/descriptors'); +var FORCED = require('../internals/object-prototype-accessors-forced'); +var toObject = require('../internals/to-object'); +var toPropertyKey = require('../internals/to-property-key'); +var getPrototypeOf = require('../internals/object-get-prototype-of'); +var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f; + +// `Object.prototype.__lookupGetter__` method +// https://tc39.es/ecma262/#sec-object.prototype.__lookupGetter__ +if (DESCRIPTORS) { + $({ target: 'Object', proto: true, forced: FORCED }, { + __lookupGetter__: function __lookupGetter__(P) { + var O = toObject(this); + var key = toPropertyKey(P); + var desc; + do { + if (desc = getOwnPropertyDescriptor(O, key)) return desc.get; + } while (O = getPrototypeOf(O)); + } + }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.lookup-setter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.lookup-setter.js new file mode 100644 index 00000000..77397132 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.lookup-setter.js @@ -0,0 +1,23 @@ +'use strict'; +var $ = require('../internals/export'); +var DESCRIPTORS = require('../internals/descriptors'); +var FORCED = require('../internals/object-prototype-accessors-forced'); +var toObject = require('../internals/to-object'); +var toPropertyKey = require('../internals/to-property-key'); +var getPrototypeOf = require('../internals/object-get-prototype-of'); +var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f; + +// `Object.prototype.__lookupSetter__` method +// https://tc39.es/ecma262/#sec-object.prototype.__lookupSetter__ +if (DESCRIPTORS) { + $({ target: 'Object', proto: true, forced: FORCED }, { + __lookupSetter__: function __lookupSetter__(P) { + var O = toObject(this); + var key = toPropertyKey(P); + var desc; + do { + if (desc = getOwnPropertyDescriptor(O, key)) return desc.set; + } while (O = getPrototypeOf(O)); + } + }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.prevent-extensions.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.prevent-extensions.js new file mode 100644 index 00000000..0f826f8c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.prevent-extensions.js @@ -0,0 +1,18 @@ +'use strict'; +var $ = require('../internals/export'); +var isObject = require('../internals/is-object'); +var onFreeze = require('../internals/internal-metadata').onFreeze; +var FREEZING = require('../internals/freezing'); +var fails = require('../internals/fails'); + +// eslint-disable-next-line es/no-object-preventextensions -- safe +var $preventExtensions = Object.preventExtensions; +var FAILS_ON_PRIMITIVES = fails(function () { $preventExtensions(1); }); + +// `Object.preventExtensions` method +// https://tc39.es/ecma262/#sec-object.preventextensions +$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, { + preventExtensions: function preventExtensions(it) { + return $preventExtensions && isObject(it) ? $preventExtensions(onFreeze(it)) : it; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.proto.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.proto.js new file mode 100644 index 00000000..9954885d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.proto.js @@ -0,0 +1,31 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var isObject = require('../internals/is-object'); +var isPossiblePrototype = require('../internals/is-possible-prototype'); +var toObject = require('../internals/to-object'); +var requireObjectCoercible = require('../internals/require-object-coercible'); + +// eslint-disable-next-line es/no-object-getprototypeof -- safe +var getPrototypeOf = Object.getPrototypeOf; +// eslint-disable-next-line es/no-object-setprototypeof -- safe +var setPrototypeOf = Object.setPrototypeOf; +var ObjectPrototype = Object.prototype; +var PROTO = '__proto__'; + +// `Object.prototype.__proto__` accessor +// https://tc39.es/ecma262/#sec-object.prototype.__proto__ +if (DESCRIPTORS && getPrototypeOf && setPrototypeOf && !(PROTO in ObjectPrototype)) try { + defineBuiltInAccessor(ObjectPrototype, PROTO, { + configurable: true, + get: function __proto__() { + return getPrototypeOf(toObject(this)); + }, + set: function __proto__(proto) { + var O = requireObjectCoercible(this); + if (isPossiblePrototype(proto) && isObject(O)) { + setPrototypeOf(O, proto); + } + } + }); +} catch (error) { /* empty */ } diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.seal.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.seal.js new file mode 100644 index 00000000..b77983b6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.seal.js @@ -0,0 +1,18 @@ +'use strict'; +var $ = require('../internals/export'); +var isObject = require('../internals/is-object'); +var onFreeze = require('../internals/internal-metadata').onFreeze; +var FREEZING = require('../internals/freezing'); +var fails = require('../internals/fails'); + +// eslint-disable-next-line es/no-object-seal -- safe +var $seal = Object.seal; +var FAILS_ON_PRIMITIVES = fails(function () { $seal(1); }); + +// `Object.seal` method +// https://tc39.es/ecma262/#sec-object.seal +$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, { + seal: function seal(it) { + return $seal && isObject(it) ? $seal(onFreeze(it)) : it; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.set-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.set-prototype-of.js new file mode 100644 index 00000000..3d0952e7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.set-prototype-of.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var setPrototypeOf = require('../internals/object-set-prototype-of'); + +// `Object.setPrototypeOf` method +// https://tc39.es/ecma262/#sec-object.setprototypeof +$({ target: 'Object', stat: true }, { + setPrototypeOf: setPrototypeOf +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.to-string.js new file mode 100644 index 00000000..63253be1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.to-string.js @@ -0,0 +1,10 @@ +'use strict'; +var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support'); +var defineBuiltIn = require('../internals/define-built-in'); +var toString = require('../internals/object-to-string'); + +// `Object.prototype.toString` method +// https://tc39.es/ecma262/#sec-object.prototype.tostring +if (!TO_STRING_TAG_SUPPORT) { + defineBuiltIn(Object.prototype, 'toString', toString, { unsafe: true }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.values.js new file mode 100644 index 00000000..e35348e0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.object.values.js @@ -0,0 +1,11 @@ +'use strict'; +var $ = require('../internals/export'); +var $values = require('../internals/object-to-array').values; + +// `Object.values` method +// https://tc39.es/ecma262/#sec-object.values +$({ target: 'Object', stat: true }, { + values: function values(O) { + return $values(O); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.parse-float.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.parse-float.js new file mode 100644 index 00000000..109e0751 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.parse-float.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var $parseFloat = require('../internals/number-parse-float'); + +// `parseFloat` method +// https://tc39.es/ecma262/#sec-parsefloat-string +$({ global: true, forced: parseFloat !== $parseFloat }, { + parseFloat: $parseFloat +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.parse-int.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.parse-int.js new file mode 100644 index 00000000..7422a73e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.parse-int.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var $parseInt = require('../internals/number-parse-int'); + +// `parseInt` method +// https://tc39.es/ecma262/#sec-parseint-string-radix +$({ global: true, forced: parseInt !== $parseInt }, { + parseInt: $parseInt +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.all-settled.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.all-settled.js new file mode 100644 index 00000000..73b282a4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.all-settled.js @@ -0,0 +1,44 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var aCallable = require('../internals/a-callable'); +var newPromiseCapabilityModule = require('../internals/new-promise-capability'); +var perform = require('../internals/perform'); +var iterate = require('../internals/iterate'); +var PROMISE_STATICS_INCORRECT_ITERATION = require('../internals/promise-statics-incorrect-iteration'); + +// `Promise.allSettled` method +// https://tc39.es/ecma262/#sec-promise.allsettled +$({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATION }, { + allSettled: function allSettled(iterable) { + var C = this; + var capability = newPromiseCapabilityModule.f(C); + var resolve = capability.resolve; + var reject = capability.reject; + var result = perform(function () { + var promiseResolve = aCallable(C.resolve); + var values = []; + var counter = 0; + var remaining = 1; + iterate(iterable, function (promise) { + var index = counter++; + var alreadyCalled = false; + remaining++; + call(promiseResolve, C, promise).then(function (value) { + if (alreadyCalled) return; + alreadyCalled = true; + values[index] = { status: 'fulfilled', value: value }; + --remaining || resolve(values); + }, function (error) { + if (alreadyCalled) return; + alreadyCalled = true; + values[index] = { status: 'rejected', reason: error }; + --remaining || resolve(values); + }); + }); + --remaining || resolve(values); + }); + if (result.error) reject(result.value); + return capability.promise; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.all.js new file mode 100644 index 00000000..77e81c93 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.all.js @@ -0,0 +1,39 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var aCallable = require('../internals/a-callable'); +var newPromiseCapabilityModule = require('../internals/new-promise-capability'); +var perform = require('../internals/perform'); +var iterate = require('../internals/iterate'); +var PROMISE_STATICS_INCORRECT_ITERATION = require('../internals/promise-statics-incorrect-iteration'); + +// `Promise.all` method +// https://tc39.es/ecma262/#sec-promise.all +$({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATION }, { + all: function all(iterable) { + var C = this; + var capability = newPromiseCapabilityModule.f(C); + var resolve = capability.resolve; + var reject = capability.reject; + var result = perform(function () { + var $promiseResolve = aCallable(C.resolve); + var values = []; + var counter = 0; + var remaining = 1; + iterate(iterable, function (promise) { + var index = counter++; + var alreadyCalled = false; + remaining++; + call($promiseResolve, C, promise).then(function (value) { + if (alreadyCalled) return; + alreadyCalled = true; + values[index] = value; + --remaining || resolve(values); + }, reject); + }); + --remaining || resolve(values); + }); + if (result.error) reject(result.value); + return capability.promise; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.any.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.any.js new file mode 100644 index 00000000..dd92bd76 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.any.js @@ -0,0 +1,48 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var aCallable = require('../internals/a-callable'); +var getBuiltIn = require('../internals/get-built-in'); +var newPromiseCapabilityModule = require('../internals/new-promise-capability'); +var perform = require('../internals/perform'); +var iterate = require('../internals/iterate'); +var PROMISE_STATICS_INCORRECT_ITERATION = require('../internals/promise-statics-incorrect-iteration'); + +var PROMISE_ANY_ERROR = 'No one promise resolved'; + +// `Promise.any` method +// https://tc39.es/ecma262/#sec-promise.any +$({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATION }, { + any: function any(iterable) { + var C = this; + var AggregateError = getBuiltIn('AggregateError'); + var capability = newPromiseCapabilityModule.f(C); + var resolve = capability.resolve; + var reject = capability.reject; + var result = perform(function () { + var promiseResolve = aCallable(C.resolve); + var errors = []; + var counter = 0; + var remaining = 1; + var alreadyResolved = false; + iterate(iterable, function (promise) { + var index = counter++; + var alreadyRejected = false; + remaining++; + call(promiseResolve, C, promise).then(function (value) { + if (alreadyRejected || alreadyResolved) return; + alreadyResolved = true; + resolve(value); + }, function (error) { + if (alreadyRejected || alreadyResolved) return; + alreadyRejected = true; + errors[index] = error; + --remaining || reject(new AggregateError(errors, PROMISE_ANY_ERROR)); + }); + }); + --remaining || reject(new AggregateError(errors, PROMISE_ANY_ERROR)); + }); + if (result.error) reject(result.value); + return capability.promise; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.catch.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.catch.js new file mode 100644 index 00000000..c4947fde --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.catch.js @@ -0,0 +1,26 @@ +'use strict'; +var $ = require('../internals/export'); +var IS_PURE = require('../internals/is-pure'); +var FORCED_PROMISE_CONSTRUCTOR = require('../internals/promise-constructor-detection').CONSTRUCTOR; +var NativePromiseConstructor = require('../internals/promise-native-constructor'); +var getBuiltIn = require('../internals/get-built-in'); +var isCallable = require('../internals/is-callable'); +var defineBuiltIn = require('../internals/define-built-in'); + +var NativePromisePrototype = NativePromiseConstructor && NativePromiseConstructor.prototype; + +// `Promise.prototype.catch` method +// https://tc39.es/ecma262/#sec-promise.prototype.catch +$({ target: 'Promise', proto: true, forced: FORCED_PROMISE_CONSTRUCTOR, real: true }, { + 'catch': function (onRejected) { + return this.then(undefined, onRejected); + } +}); + +// makes sure that native promise-based APIs `Promise#catch` properly works with patched `Promise#then` +if (!IS_PURE && isCallable(NativePromiseConstructor)) { + var method = getBuiltIn('Promise').prototype['catch']; + if (NativePromisePrototype['catch'] !== method) { + defineBuiltIn(NativePromisePrototype, 'catch', method, { unsafe: true }); + } +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.constructor.js new file mode 100644 index 00000000..9c04222f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.constructor.js @@ -0,0 +1,290 @@ +'use strict'; +var $ = require('../internals/export'); +var IS_PURE = require('../internals/is-pure'); +var IS_NODE = require('../internals/environment-is-node'); +var globalThis = require('../internals/global-this'); +var call = require('../internals/function-call'); +var defineBuiltIn = require('../internals/define-built-in'); +var setPrototypeOf = require('../internals/object-set-prototype-of'); +var setToStringTag = require('../internals/set-to-string-tag'); +var setSpecies = require('../internals/set-species'); +var aCallable = require('../internals/a-callable'); +var isCallable = require('../internals/is-callable'); +var isObject = require('../internals/is-object'); +var anInstance = require('../internals/an-instance'); +var speciesConstructor = require('../internals/species-constructor'); +var task = require('../internals/task').set; +var microtask = require('../internals/microtask'); +var hostReportErrors = require('../internals/host-report-errors'); +var perform = require('../internals/perform'); +var Queue = require('../internals/queue'); +var InternalStateModule = require('../internals/internal-state'); +var NativePromiseConstructor = require('../internals/promise-native-constructor'); +var PromiseConstructorDetection = require('../internals/promise-constructor-detection'); +var newPromiseCapabilityModule = require('../internals/new-promise-capability'); + +var PROMISE = 'Promise'; +var FORCED_PROMISE_CONSTRUCTOR = PromiseConstructorDetection.CONSTRUCTOR; +var NATIVE_PROMISE_REJECTION_EVENT = PromiseConstructorDetection.REJECTION_EVENT; +var NATIVE_PROMISE_SUBCLASSING = PromiseConstructorDetection.SUBCLASSING; +var getInternalPromiseState = InternalStateModule.getterFor(PROMISE); +var setInternalState = InternalStateModule.set; +var NativePromisePrototype = NativePromiseConstructor && NativePromiseConstructor.prototype; +var PromiseConstructor = NativePromiseConstructor; +var PromisePrototype = NativePromisePrototype; +var TypeError = globalThis.TypeError; +var document = globalThis.document; +var process = globalThis.process; +var newPromiseCapability = newPromiseCapabilityModule.f; +var newGenericPromiseCapability = newPromiseCapability; + +var DISPATCH_EVENT = !!(document && document.createEvent && globalThis.dispatchEvent); +var UNHANDLED_REJECTION = 'unhandledrejection'; +var REJECTION_HANDLED = 'rejectionhandled'; +var PENDING = 0; +var FULFILLED = 1; +var REJECTED = 2; +var HANDLED = 1; +var UNHANDLED = 2; + +var Internal, OwnPromiseCapability, PromiseWrapper, nativeThen; + +// helpers +var isThenable = function (it) { + var then; + return isObject(it) && isCallable(then = it.then) ? then : false; +}; + +var callReaction = function (reaction, state) { + var value = state.value; + var ok = state.state === FULFILLED; + var handler = ok ? reaction.ok : reaction.fail; + var resolve = reaction.resolve; + var reject = reaction.reject; + var domain = reaction.domain; + var result, then, exited; + try { + if (handler) { + if (!ok) { + if (state.rejection === UNHANDLED) onHandleUnhandled(state); + state.rejection = HANDLED; + } + if (handler === true) result = value; + else { + if (domain) domain.enter(); + result = handler(value); // can throw + if (domain) { + domain.exit(); + exited = true; + } + } + if (result === reaction.promise) { + reject(new TypeError('Promise-chain cycle')); + } else if (then = isThenable(result)) { + call(then, result, resolve, reject); + } else resolve(result); + } else reject(value); + } catch (error) { + if (domain && !exited) domain.exit(); + reject(error); + } +}; + +var notify = function (state, isReject) { + if (state.notified) return; + state.notified = true; + microtask(function () { + var reactions = state.reactions; + var reaction; + while (reaction = reactions.get()) { + callReaction(reaction, state); + } + state.notified = false; + if (isReject && !state.rejection) onUnhandled(state); + }); +}; + +var dispatchEvent = function (name, promise, reason) { + var event, handler; + if (DISPATCH_EVENT) { + event = document.createEvent('Event'); + event.promise = promise; + event.reason = reason; + event.initEvent(name, false, true); + globalThis.dispatchEvent(event); + } else event = { promise: promise, reason: reason }; + if (!NATIVE_PROMISE_REJECTION_EVENT && (handler = globalThis['on' + name])) handler(event); + else if (name === UNHANDLED_REJECTION) hostReportErrors('Unhandled promise rejection', reason); +}; + +var onUnhandled = function (state) { + call(task, globalThis, function () { + var promise = state.facade; + var value = state.value; + var IS_UNHANDLED = isUnhandled(state); + var result; + if (IS_UNHANDLED) { + result = perform(function () { + if (IS_NODE) { + process.emit('unhandledRejection', value, promise); + } else dispatchEvent(UNHANDLED_REJECTION, promise, value); + }); + // Browsers should not trigger `rejectionHandled` event if it was handled here, NodeJS - should + state.rejection = IS_NODE || isUnhandled(state) ? UNHANDLED : HANDLED; + if (result.error) throw result.value; + } + }); +}; + +var isUnhandled = function (state) { + return state.rejection !== HANDLED && !state.parent; +}; + +var onHandleUnhandled = function (state) { + call(task, globalThis, function () { + var promise = state.facade; + if (IS_NODE) { + process.emit('rejectionHandled', promise); + } else dispatchEvent(REJECTION_HANDLED, promise, state.value); + }); +}; + +var bind = function (fn, state, unwrap) { + return function (value) { + fn(state, value, unwrap); + }; +}; + +var internalReject = function (state, value, unwrap) { + if (state.done) return; + state.done = true; + if (unwrap) state = unwrap; + state.value = value; + state.state = REJECTED; + notify(state, true); +}; + +var internalResolve = function (state, value, unwrap) { + if (state.done) return; + state.done = true; + if (unwrap) state = unwrap; + try { + if (state.facade === value) throw new TypeError("Promise can't be resolved itself"); + var then = isThenable(value); + if (then) { + microtask(function () { + var wrapper = { done: false }; + try { + call(then, value, + bind(internalResolve, wrapper, state), + bind(internalReject, wrapper, state) + ); + } catch (error) { + internalReject(wrapper, error, state); + } + }); + } else { + state.value = value; + state.state = FULFILLED; + notify(state, false); + } + } catch (error) { + internalReject({ done: false }, error, state); + } +}; + +// constructor polyfill +if (FORCED_PROMISE_CONSTRUCTOR) { + // 25.4.3.1 Promise(executor) + PromiseConstructor = function Promise(executor) { + anInstance(this, PromisePrototype); + aCallable(executor); + call(Internal, this); + var state = getInternalPromiseState(this); + try { + executor(bind(internalResolve, state), bind(internalReject, state)); + } catch (error) { + internalReject(state, error); + } + }; + + PromisePrototype = PromiseConstructor.prototype; + + // eslint-disable-next-line no-unused-vars -- required for `.length` + Internal = function Promise(executor) { + setInternalState(this, { + type: PROMISE, + done: false, + notified: false, + parent: false, + reactions: new Queue(), + rejection: false, + state: PENDING, + value: null + }); + }; + + // `Promise.prototype.then` method + // https://tc39.es/ecma262/#sec-promise.prototype.then + Internal.prototype = defineBuiltIn(PromisePrototype, 'then', function then(onFulfilled, onRejected) { + var state = getInternalPromiseState(this); + var reaction = newPromiseCapability(speciesConstructor(this, PromiseConstructor)); + state.parent = true; + reaction.ok = isCallable(onFulfilled) ? onFulfilled : true; + reaction.fail = isCallable(onRejected) && onRejected; + reaction.domain = IS_NODE ? process.domain : undefined; + if (state.state === PENDING) state.reactions.add(reaction); + else microtask(function () { + callReaction(reaction, state); + }); + return reaction.promise; + }); + + OwnPromiseCapability = function () { + var promise = new Internal(); + var state = getInternalPromiseState(promise); + this.promise = promise; + this.resolve = bind(internalResolve, state); + this.reject = bind(internalReject, state); + }; + + newPromiseCapabilityModule.f = newPromiseCapability = function (C) { + return C === PromiseConstructor || C === PromiseWrapper + ? new OwnPromiseCapability(C) + : newGenericPromiseCapability(C); + }; + + if (!IS_PURE && isCallable(NativePromiseConstructor) && NativePromisePrototype !== Object.prototype) { + nativeThen = NativePromisePrototype.then; + + if (!NATIVE_PROMISE_SUBCLASSING) { + // make `Promise#then` return a polyfilled `Promise` for native promise-based APIs + defineBuiltIn(NativePromisePrototype, 'then', function then(onFulfilled, onRejected) { + var that = this; + return new PromiseConstructor(function (resolve, reject) { + call(nativeThen, that, resolve, reject); + }).then(onFulfilled, onRejected); + // https://github.com/zloirock/core-js/issues/640 + }, { unsafe: true }); + } + + // make `.constructor === Promise` work for native promise-based APIs + try { + delete NativePromisePrototype.constructor; + } catch (error) { /* empty */ } + + // make `instanceof Promise` work for native promise-based APIs + if (setPrototypeOf) { + setPrototypeOf(NativePromisePrototype, PromisePrototype); + } + } +} + +// `Promise` constructor +// https://tc39.es/ecma262/#sec-promise-executor +$({ global: true, constructor: true, wrap: true, forced: FORCED_PROMISE_CONSTRUCTOR }, { + Promise: PromiseConstructor +}); + +setToStringTag(PromiseConstructor, PROMISE, false, true); +setSpecies(PROMISE); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.finally.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.finally.js new file mode 100644 index 00000000..d5644b6f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.finally.js @@ -0,0 +1,43 @@ +'use strict'; +var $ = require('../internals/export'); +var IS_PURE = require('../internals/is-pure'); +var NativePromiseConstructor = require('../internals/promise-native-constructor'); +var fails = require('../internals/fails'); +var getBuiltIn = require('../internals/get-built-in'); +var isCallable = require('../internals/is-callable'); +var speciesConstructor = require('../internals/species-constructor'); +var promiseResolve = require('../internals/promise-resolve'); +var defineBuiltIn = require('../internals/define-built-in'); + +var NativePromisePrototype = NativePromiseConstructor && NativePromiseConstructor.prototype; + +// Safari bug https://bugs.webkit.org/show_bug.cgi?id=200829 +var NON_GENERIC = !!NativePromiseConstructor && fails(function () { + // eslint-disable-next-line unicorn/no-thenable -- required for testing + NativePromisePrototype['finally'].call({ then: function () { /* empty */ } }, function () { /* empty */ }); +}); + +// `Promise.prototype.finally` method +// https://tc39.es/ecma262/#sec-promise.prototype.finally +$({ target: 'Promise', proto: true, real: true, forced: NON_GENERIC }, { + 'finally': function (onFinally) { + var C = speciesConstructor(this, getBuiltIn('Promise')); + var isFunction = isCallable(onFinally); + return this.then( + isFunction ? function (x) { + return promiseResolve(C, onFinally()).then(function () { return x; }); + } : onFinally, + isFunction ? function (e) { + return promiseResolve(C, onFinally()).then(function () { throw e; }); + } : onFinally + ); + } +}); + +// makes sure that native promise-based APIs `Promise#finally` properly works with patched `Promise#then` +if (!IS_PURE && isCallable(NativePromiseConstructor)) { + var method = getBuiltIn('Promise').prototype['finally']; + if (NativePromisePrototype['finally'] !== method) { + defineBuiltIn(NativePromisePrototype, 'finally', method, { unsafe: true }); + } +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.js new file mode 100644 index 00000000..86067786 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.js @@ -0,0 +1,8 @@ +'use strict'; +// TODO: Remove this module from `core-js@4` since it's split to modules listed below +require('../modules/es.promise.constructor'); +require('../modules/es.promise.all'); +require('../modules/es.promise.catch'); +require('../modules/es.promise.race'); +require('../modules/es.promise.reject'); +require('../modules/es.promise.resolve'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.race.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.race.js new file mode 100644 index 00000000..2fb470d2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.race.js @@ -0,0 +1,26 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var aCallable = require('../internals/a-callable'); +var newPromiseCapabilityModule = require('../internals/new-promise-capability'); +var perform = require('../internals/perform'); +var iterate = require('../internals/iterate'); +var PROMISE_STATICS_INCORRECT_ITERATION = require('../internals/promise-statics-incorrect-iteration'); + +// `Promise.race` method +// https://tc39.es/ecma262/#sec-promise.race +$({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATION }, { + race: function race(iterable) { + var C = this; + var capability = newPromiseCapabilityModule.f(C); + var reject = capability.reject; + var result = perform(function () { + var $promiseResolve = aCallable(C.resolve); + iterate(iterable, function (promise) { + call($promiseResolve, C, promise).then(capability.resolve, reject); + }); + }); + if (result.error) reject(result.value); + return capability.promise; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.reject.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.reject.js new file mode 100644 index 00000000..44e1456e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.reject.js @@ -0,0 +1,15 @@ +'use strict'; +var $ = require('../internals/export'); +var newPromiseCapabilityModule = require('../internals/new-promise-capability'); +var FORCED_PROMISE_CONSTRUCTOR = require('../internals/promise-constructor-detection').CONSTRUCTOR; + +// `Promise.reject` method +// https://tc39.es/ecma262/#sec-promise.reject +$({ target: 'Promise', stat: true, forced: FORCED_PROMISE_CONSTRUCTOR }, { + reject: function reject(r) { + var capability = newPromiseCapabilityModule.f(this); + var capabilityReject = capability.reject; + capabilityReject(r); + return capability.promise; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.resolve.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.resolve.js new file mode 100644 index 00000000..f1a0a0ea --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.resolve.js @@ -0,0 +1,18 @@ +'use strict'; +var $ = require('../internals/export'); +var getBuiltIn = require('../internals/get-built-in'); +var IS_PURE = require('../internals/is-pure'); +var NativePromiseConstructor = require('../internals/promise-native-constructor'); +var FORCED_PROMISE_CONSTRUCTOR = require('../internals/promise-constructor-detection').CONSTRUCTOR; +var promiseResolve = require('../internals/promise-resolve'); + +var PromiseConstructorWrapper = getBuiltIn('Promise'); +var CHECK_WRAPPER = IS_PURE && !FORCED_PROMISE_CONSTRUCTOR; + +// `Promise.resolve` method +// https://tc39.es/ecma262/#sec-promise.resolve +$({ target: 'Promise', stat: true, forced: IS_PURE || FORCED_PROMISE_CONSTRUCTOR }, { + resolve: function resolve(x) { + return promiseResolve(CHECK_WRAPPER && this === PromiseConstructorWrapper ? NativePromiseConstructor : this, x); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.try.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.try.js new file mode 100644 index 00000000..525b79ca --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.try.js @@ -0,0 +1,33 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var apply = require('../internals/function-apply'); +var slice = require('../internals/array-slice'); +var newPromiseCapabilityModule = require('../internals/new-promise-capability'); +var aCallable = require('../internals/a-callable'); +var perform = require('../internals/perform'); + +var Promise = globalThis.Promise; + +var ACCEPT_ARGUMENTS = false; +// Avoiding the use of polyfills of the previous iteration of this proposal +// that does not accept arguments of the callback +var FORCED = !Promise || !Promise['try'] || perform(function () { + Promise['try'](function (argument) { + ACCEPT_ARGUMENTS = argument === 8; + }, 8); +}).error || !ACCEPT_ARGUMENTS; + +// `Promise.try` method +// https://tc39.es/ecma262/#sec-promise.try +$({ target: 'Promise', stat: true, forced: FORCED }, { + 'try': function (callbackfn /* , ...args */) { + var args = arguments.length > 1 ? slice(arguments, 1) : []; + var promiseCapability = newPromiseCapabilityModule.f(this); + var result = perform(function () { + return apply(aCallable(callbackfn), undefined, args); + }); + (result.error ? promiseCapability.reject : promiseCapability.resolve)(result.value); + return promiseCapability.promise; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.with-resolvers.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.with-resolvers.js new file mode 100644 index 00000000..834f0ebd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.promise.with-resolvers.js @@ -0,0 +1,16 @@ +'use strict'; +var $ = require('../internals/export'); +var newPromiseCapabilityModule = require('../internals/new-promise-capability'); + +// `Promise.withResolvers` method +// https://tc39.es/ecma262/#sec-promise.withResolvers +$({ target: 'Promise', stat: true }, { + withResolvers: function withResolvers() { + var promiseCapability = newPromiseCapabilityModule.f(this); + return { + promise: promiseCapability.promise, + resolve: promiseCapability.resolve, + reject: promiseCapability.reject + }; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.apply.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.apply.js new file mode 100644 index 00000000..2e19c8f3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.apply.js @@ -0,0 +1,20 @@ +'use strict'; +var $ = require('../internals/export'); +var functionApply = require('../internals/function-apply'); +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var fails = require('../internals/fails'); + +// MS Edge argumentsList argument is optional +var OPTIONAL_ARGUMENTS_LIST = !fails(function () { + // eslint-disable-next-line es/no-reflect -- required for testing + Reflect.apply(function () { /* empty */ }); +}); + +// `Reflect.apply` method +// https://tc39.es/ecma262/#sec-reflect.apply +$({ target: 'Reflect', stat: true, forced: OPTIONAL_ARGUMENTS_LIST }, { + apply: function apply(target, thisArgument, argumentsList) { + return functionApply(aCallable(target), thisArgument, anObject(argumentsList)); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.construct.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.construct.js new file mode 100644 index 00000000..d2283e39 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.construct.js @@ -0,0 +1,57 @@ +'use strict'; +var $ = require('../internals/export'); +var getBuiltIn = require('../internals/get-built-in'); +var apply = require('../internals/function-apply'); +var bind = require('../internals/function-bind'); +var aConstructor = require('../internals/a-constructor'); +var anObject = require('../internals/an-object'); +var isObject = require('../internals/is-object'); +var create = require('../internals/object-create'); +var fails = require('../internals/fails'); + +var nativeConstruct = getBuiltIn('Reflect', 'construct'); +var ObjectPrototype = Object.prototype; +var push = [].push; + +// `Reflect.construct` method +// https://tc39.es/ecma262/#sec-reflect.construct +// MS Edge supports only 2 arguments and argumentsList argument is optional +// FF Nightly sets third argument as `new.target`, but does not create `this` from it +var NEW_TARGET_BUG = fails(function () { + function F() { /* empty */ } + return !(nativeConstruct(function () { /* empty */ }, [], F) instanceof F); +}); + +var ARGS_BUG = !fails(function () { + nativeConstruct(function () { /* empty */ }); +}); + +var FORCED = NEW_TARGET_BUG || ARGS_BUG; + +$({ target: 'Reflect', stat: true, forced: FORCED, sham: FORCED }, { + construct: function construct(Target, args /* , newTarget */) { + aConstructor(Target); + anObject(args); + var newTarget = arguments.length < 3 ? Target : aConstructor(arguments[2]); + if (ARGS_BUG && !NEW_TARGET_BUG) return nativeConstruct(Target, args, newTarget); + if (Target === newTarget) { + // w/o altered newTarget, optimization for 0-4 arguments + switch (args.length) { + case 0: return new Target(); + case 1: return new Target(args[0]); + case 2: return new Target(args[0], args[1]); + case 3: return new Target(args[0], args[1], args[2]); + case 4: return new Target(args[0], args[1], args[2], args[3]); + } + // w/o altered newTarget, lot of arguments case + var $args = [null]; + apply(push, $args, args); + return new (apply(bind, Target, $args))(); + } + // with altered newTarget, not support built-in constructors + var proto = newTarget.prototype; + var instance = create(isObject(proto) ? proto : ObjectPrototype); + var result = apply(Target, instance, args); + return isObject(result) ? result : instance; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.define-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.define-property.js new file mode 100644 index 00000000..c01ee5a4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.define-property.js @@ -0,0 +1,29 @@ +'use strict'; +var $ = require('../internals/export'); +var DESCRIPTORS = require('../internals/descriptors'); +var anObject = require('../internals/an-object'); +var toPropertyKey = require('../internals/to-property-key'); +var definePropertyModule = require('../internals/object-define-property'); +var fails = require('../internals/fails'); + +// MS Edge has broken Reflect.defineProperty - throwing instead of returning false +var ERROR_INSTEAD_OF_FALSE = fails(function () { + // eslint-disable-next-line es/no-reflect -- required for testing + Reflect.defineProperty(definePropertyModule.f({}, 1, { value: 1 }), 1, { value: 2 }); +}); + +// `Reflect.defineProperty` method +// https://tc39.es/ecma262/#sec-reflect.defineproperty +$({ target: 'Reflect', stat: true, forced: ERROR_INSTEAD_OF_FALSE, sham: !DESCRIPTORS }, { + defineProperty: function defineProperty(target, propertyKey, attributes) { + anObject(target); + var key = toPropertyKey(propertyKey); + anObject(attributes); + try { + definePropertyModule.f(target, key, attributes); + return true; + } catch (error) { + return false; + } + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.delete-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.delete-property.js new file mode 100644 index 00000000..fa9c1e66 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.delete-property.js @@ -0,0 +1,13 @@ +'use strict'; +var $ = require('../internals/export'); +var anObject = require('../internals/an-object'); +var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f; + +// `Reflect.deleteProperty` method +// https://tc39.es/ecma262/#sec-reflect.deleteproperty +$({ target: 'Reflect', stat: true }, { + deleteProperty: function deleteProperty(target, propertyKey) { + var descriptor = getOwnPropertyDescriptor(anObject(target), propertyKey); + return descriptor && !descriptor.configurable ? false : delete target[propertyKey]; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js new file mode 100644 index 00000000..2e978bf0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js @@ -0,0 +1,13 @@ +'use strict'; +var $ = require('../internals/export'); +var DESCRIPTORS = require('../internals/descriptors'); +var anObject = require('../internals/an-object'); +var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor'); + +// `Reflect.getOwnPropertyDescriptor` method +// https://tc39.es/ecma262/#sec-reflect.getownpropertydescriptor +$({ target: 'Reflect', stat: true, sham: !DESCRIPTORS }, { + getOwnPropertyDescriptor: function getOwnPropertyDescriptor(target, propertyKey) { + return getOwnPropertyDescriptorModule.f(anObject(target), propertyKey); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.get-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.get-prototype-of.js new file mode 100644 index 00000000..1fef329e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.get-prototype-of.js @@ -0,0 +1,13 @@ +'use strict'; +var $ = require('../internals/export'); +var anObject = require('../internals/an-object'); +var objectGetPrototypeOf = require('../internals/object-get-prototype-of'); +var CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter'); + +// `Reflect.getPrototypeOf` method +// https://tc39.es/ecma262/#sec-reflect.getprototypeof +$({ target: 'Reflect', stat: true, sham: !CORRECT_PROTOTYPE_GETTER }, { + getPrototypeOf: function getPrototypeOf(target) { + return objectGetPrototypeOf(anObject(target)); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.get.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.get.js new file mode 100644 index 00000000..e5fc8d1b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.get.js @@ -0,0 +1,25 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var isObject = require('../internals/is-object'); +var anObject = require('../internals/an-object'); +var isDataDescriptor = require('../internals/is-data-descriptor'); +var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor'); +var getPrototypeOf = require('../internals/object-get-prototype-of'); + +// `Reflect.get` method +// https://tc39.es/ecma262/#sec-reflect.get +function get(target, propertyKey /* , receiver */) { + var receiver = arguments.length < 3 ? target : arguments[2]; + var descriptor, prototype; + if (anObject(target) === receiver) return target[propertyKey]; + descriptor = getOwnPropertyDescriptorModule.f(target, propertyKey); + if (descriptor) return isDataDescriptor(descriptor) + ? descriptor.value + : descriptor.get === undefined ? undefined : call(descriptor.get, receiver); + if (isObject(prototype = getPrototypeOf(target))) return get(prototype, propertyKey, receiver); +} + +$({ target: 'Reflect', stat: true }, { + get: get +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.has.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.has.js new file mode 100644 index 00000000..5d4a7f26 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.has.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); + +// `Reflect.has` method +// https://tc39.es/ecma262/#sec-reflect.has +$({ target: 'Reflect', stat: true }, { + has: function has(target, propertyKey) { + return propertyKey in target; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.is-extensible.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.is-extensible.js new file mode 100644 index 00000000..35480ba9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.is-extensible.js @@ -0,0 +1,13 @@ +'use strict'; +var $ = require('../internals/export'); +var anObject = require('../internals/an-object'); +var $isExtensible = require('../internals/object-is-extensible'); + +// `Reflect.isExtensible` method +// https://tc39.es/ecma262/#sec-reflect.isextensible +$({ target: 'Reflect', stat: true }, { + isExtensible: function isExtensible(target) { + anObject(target); + return $isExtensible(target); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.own-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.own-keys.js new file mode 100644 index 00000000..17646526 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.own-keys.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var ownKeys = require('../internals/own-keys'); + +// `Reflect.ownKeys` method +// https://tc39.es/ecma262/#sec-reflect.ownkeys +$({ target: 'Reflect', stat: true }, { + ownKeys: ownKeys +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.prevent-extensions.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.prevent-extensions.js new file mode 100644 index 00000000..57b298d8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.prevent-extensions.js @@ -0,0 +1,20 @@ +'use strict'; +var $ = require('../internals/export'); +var getBuiltIn = require('../internals/get-built-in'); +var anObject = require('../internals/an-object'); +var FREEZING = require('../internals/freezing'); + +// `Reflect.preventExtensions` method +// https://tc39.es/ecma262/#sec-reflect.preventextensions +$({ target: 'Reflect', stat: true, sham: !FREEZING }, { + preventExtensions: function preventExtensions(target) { + anObject(target); + try { + var objectPreventExtensions = getBuiltIn('Object', 'preventExtensions'); + if (objectPreventExtensions) objectPreventExtensions(target); + return true; + } catch (error) { + return false; + } + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.set-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.set-prototype-of.js new file mode 100644 index 00000000..4b7faffc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.set-prototype-of.js @@ -0,0 +1,20 @@ +'use strict'; +var $ = require('../internals/export'); +var anObject = require('../internals/an-object'); +var aPossiblePrototype = require('../internals/a-possible-prototype'); +var objectSetPrototypeOf = require('../internals/object-set-prototype-of'); + +// `Reflect.setPrototypeOf` method +// https://tc39.es/ecma262/#sec-reflect.setprototypeof +if (objectSetPrototypeOf) $({ target: 'Reflect', stat: true }, { + setPrototypeOf: function setPrototypeOf(target, proto) { + anObject(target); + aPossiblePrototype(proto); + try { + objectSetPrototypeOf(target, proto); + return true; + } catch (error) { + return false; + } + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.set.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.set.js new file mode 100644 index 00000000..5a0d3b12 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.set.js @@ -0,0 +1,50 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var anObject = require('../internals/an-object'); +var isObject = require('../internals/is-object'); +var isDataDescriptor = require('../internals/is-data-descriptor'); +var fails = require('../internals/fails'); +var definePropertyModule = require('../internals/object-define-property'); +var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor'); +var getPrototypeOf = require('../internals/object-get-prototype-of'); +var createPropertyDescriptor = require('../internals/create-property-descriptor'); + +// `Reflect.set` method +// https://tc39.es/ecma262/#sec-reflect.set +function set(target, propertyKey, V /* , receiver */) { + var receiver = arguments.length < 4 ? target : arguments[3]; + var ownDescriptor = getOwnPropertyDescriptorModule.f(anObject(target), propertyKey); + var existingDescriptor, prototype, setter; + if (!ownDescriptor) { + if (isObject(prototype = getPrototypeOf(target))) { + return set(prototype, propertyKey, V, receiver); + } + ownDescriptor = createPropertyDescriptor(0); + } + if (isDataDescriptor(ownDescriptor)) { + if (ownDescriptor.writable === false || !isObject(receiver)) return false; + if (existingDescriptor = getOwnPropertyDescriptorModule.f(receiver, propertyKey)) { + if (existingDescriptor.get || existingDescriptor.set || existingDescriptor.writable === false) return false; + existingDescriptor.value = V; + definePropertyModule.f(receiver, propertyKey, existingDescriptor); + } else definePropertyModule.f(receiver, propertyKey, createPropertyDescriptor(0, V)); + } else { + setter = ownDescriptor.set; + if (setter === undefined) return false; + call(setter, receiver, V); + } return true; +} + +// MS Edge 17-18 Reflect.set allows setting the property to object +// with non-writable property on the prototype +var MS_EDGE_BUG = fails(function () { + var Constructor = function () { /* empty */ }; + var object = definePropertyModule.f(new Constructor(), 'a', { configurable: true }); + // eslint-disable-next-line es/no-reflect -- required for testing + return Reflect.set(Constructor.prototype, 'a', 1, object) !== false; +}); + +$({ target: 'Reflect', stat: true, forced: MS_EDGE_BUG }, { + set: set +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.to-string-tag.js new file mode 100644 index 00000000..90f12cde --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.reflect.to-string-tag.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var setToStringTag = require('../internals/set-to-string-tag'); + +$({ global: true }, { Reflect: {} }); + +// Reflect[@@toStringTag] property +// https://tc39.es/ecma262/#sec-reflect-@@tostringtag +setToStringTag(globalThis.Reflect, 'Reflect', true); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.constructor.js new file mode 100644 index 00000000..7167c30c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.constructor.js @@ -0,0 +1,197 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var globalThis = require('../internals/global-this'); +var uncurryThis = require('../internals/function-uncurry-this'); +var isForced = require('../internals/is-forced'); +var inheritIfRequired = require('../internals/inherit-if-required'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var create = require('../internals/object-create'); +var getOwnPropertyNames = require('../internals/object-get-own-property-names').f; +var isPrototypeOf = require('../internals/object-is-prototype-of'); +var isRegExp = require('../internals/is-regexp'); +var toString = require('../internals/to-string'); +var getRegExpFlags = require('../internals/regexp-get-flags'); +var stickyHelpers = require('../internals/regexp-sticky-helpers'); +var proxyAccessor = require('../internals/proxy-accessor'); +var defineBuiltIn = require('../internals/define-built-in'); +var fails = require('../internals/fails'); +var hasOwn = require('../internals/has-own-property'); +var enforceInternalState = require('../internals/internal-state').enforce; +var setSpecies = require('../internals/set-species'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var UNSUPPORTED_DOT_ALL = require('../internals/regexp-unsupported-dot-all'); +var UNSUPPORTED_NCG = require('../internals/regexp-unsupported-ncg'); + +var MATCH = wellKnownSymbol('match'); +var NativeRegExp = globalThis.RegExp; +var RegExpPrototype = NativeRegExp.prototype; +var SyntaxError = globalThis.SyntaxError; +var exec = uncurryThis(RegExpPrototype.exec); +var charAt = uncurryThis(''.charAt); +var replace = uncurryThis(''.replace); +var stringIndexOf = uncurryThis(''.indexOf); +var stringSlice = uncurryThis(''.slice); +// TODO: Use only proper RegExpIdentifierName +var IS_NCG = /^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/; +var re1 = /a/g; +var re2 = /a/g; + +// "new" should create a new object, old webkit bug +var CORRECT_NEW = new NativeRegExp(re1) !== re1; + +var MISSED_STICKY = stickyHelpers.MISSED_STICKY; +var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y; + +var BASE_FORCED = DESCRIPTORS && + (!CORRECT_NEW || MISSED_STICKY || UNSUPPORTED_DOT_ALL || UNSUPPORTED_NCG || fails(function () { + re2[MATCH] = false; + // RegExp constructor can alter flags and IsRegExp works correct with @@match + // eslint-disable-next-line sonarjs/inconsistent-function-call -- required for testing + return NativeRegExp(re1) !== re1 || NativeRegExp(re2) === re2 || String(NativeRegExp(re1, 'i')) !== '/a/i'; + })); + +var handleDotAll = function (string) { + var length = string.length; + var index = 0; + var result = ''; + var brackets = false; + var chr; + for (; index <= length; index++) { + chr = charAt(string, index); + if (chr === '\\') { + result += chr + charAt(string, ++index); + continue; + } + if (!brackets && chr === '.') { + result += '[\\s\\S]'; + } else { + if (chr === '[') { + brackets = true; + } else if (chr === ']') { + brackets = false; + } result += chr; + } + } return result; +}; + +var handleNCG = function (string) { + var length = string.length; + var index = 0; + var result = ''; + var named = []; + var names = create(null); + var brackets = false; + var ncg = false; + var groupid = 0; + var groupname = ''; + var chr; + for (; index <= length; index++) { + chr = charAt(string, index); + if (chr === '\\') { + chr += charAt(string, ++index); + } else if (chr === ']') { + brackets = false; + } else if (!brackets) switch (true) { + case chr === '[': + brackets = true; + break; + case chr === '(': + result += chr; + // ignore non-capturing groups + if (stringSlice(string, index + 1, index + 3) === '?:') { + continue; + } + if (exec(IS_NCG, stringSlice(string, index + 1))) { + index += 2; + ncg = true; + } + groupid++; + continue; + case chr === '>' && ncg: + if (groupname === '' || hasOwn(names, groupname)) { + throw new SyntaxError('Invalid capture group name'); + } + names[groupname] = true; + named[named.length] = [groupname, groupid]; + ncg = false; + groupname = ''; + continue; + } + if (ncg) groupname += chr; + else result += chr; + } return [result, named]; +}; + +// `RegExp` constructor +// https://tc39.es/ecma262/#sec-regexp-constructor +if (isForced('RegExp', BASE_FORCED)) { + var RegExpWrapper = function RegExp(pattern, flags) { + var thisIsRegExp = isPrototypeOf(RegExpPrototype, this); + var patternIsRegExp = isRegExp(pattern); + var flagsAreUndefined = flags === undefined; + var groups = []; + var rawPattern = pattern; + var rawFlags, dotAll, sticky, handled, result, state; + + if (!thisIsRegExp && patternIsRegExp && flagsAreUndefined && pattern.constructor === RegExpWrapper) { + return pattern; + } + + if (patternIsRegExp || isPrototypeOf(RegExpPrototype, pattern)) { + pattern = pattern.source; + if (flagsAreUndefined) flags = getRegExpFlags(rawPattern); + } + + pattern = pattern === undefined ? '' : toString(pattern); + flags = flags === undefined ? '' : toString(flags); + rawPattern = pattern; + + if (UNSUPPORTED_DOT_ALL && 'dotAll' in re1) { + dotAll = !!flags && stringIndexOf(flags, 's') > -1; + if (dotAll) flags = replace(flags, /s/g, ''); + } + + rawFlags = flags; + + if (MISSED_STICKY && 'sticky' in re1) { + sticky = !!flags && stringIndexOf(flags, 'y') > -1; + if (sticky && UNSUPPORTED_Y) flags = replace(flags, /y/g, ''); + } + + if (UNSUPPORTED_NCG) { + handled = handleNCG(pattern); + pattern = handled[0]; + groups = handled[1]; + } + + result = inheritIfRequired(NativeRegExp(pattern, flags), thisIsRegExp ? this : RegExpPrototype, RegExpWrapper); + + if (dotAll || sticky || groups.length) { + state = enforceInternalState(result); + if (dotAll) { + state.dotAll = true; + state.raw = RegExpWrapper(handleDotAll(pattern), rawFlags); + } + if (sticky) state.sticky = true; + if (groups.length) state.groups = groups; + } + + if (pattern !== rawPattern) try { + // fails in old engines, but we have no alternatives for unsupported regex syntax + createNonEnumerableProperty(result, 'source', rawPattern === '' ? '(?:)' : rawPattern); + } catch (error) { /* empty */ } + + return result; + }; + + for (var keys = getOwnPropertyNames(NativeRegExp), index = 0; keys.length > index;) { + proxyAccessor(RegExpWrapper, NativeRegExp, keys[index++]); + } + + RegExpPrototype.constructor = RegExpWrapper; + RegExpWrapper.prototype = RegExpPrototype; + defineBuiltIn(globalThis, 'RegExp', RegExpWrapper, { constructor: true }); +} + +// https://tc39.es/ecma262/#sec-get-regexp-@@species +setSpecies('RegExp'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.dot-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.dot-all.js new file mode 100644 index 00000000..7ad0f580 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.dot-all.js @@ -0,0 +1,26 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var UNSUPPORTED_DOT_ALL = require('../internals/regexp-unsupported-dot-all'); +var classof = require('../internals/classof-raw'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var getInternalState = require('../internals/internal-state').get; + +var RegExpPrototype = RegExp.prototype; +var $TypeError = TypeError; + +// `RegExp.prototype.dotAll` getter +// https://tc39.es/ecma262/#sec-get-regexp.prototype.dotall +if (DESCRIPTORS && UNSUPPORTED_DOT_ALL) { + defineBuiltInAccessor(RegExpPrototype, 'dotAll', { + configurable: true, + get: function dotAll() { + if (this === RegExpPrototype) return; + // We can't use InternalStateModule.getterFor because + // we don't add metadata for regexps created by a literal. + if (classof(this) === 'RegExp') { + return !!getInternalState(this).dotAll; + } + throw new $TypeError('Incompatible receiver, RegExp required'); + } + }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.exec.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.exec.js new file mode 100644 index 00000000..072f2be3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.exec.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var exec = require('../internals/regexp-exec'); + +// `RegExp.prototype.exec` method +// https://tc39.es/ecma262/#sec-regexp.prototype.exec +$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, { + exec: exec +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.flags.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.flags.js new file mode 100644 index 00000000..167dc234 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.flags.js @@ -0,0 +1,56 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var DESCRIPTORS = require('../internals/descriptors'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var regExpFlags = require('../internals/regexp-flags'); +var fails = require('../internals/fails'); + +// babel-minify and Closure Compiler transpiles RegExp('.', 'd') -> /./d and it causes SyntaxError +var RegExp = globalThis.RegExp; +var RegExpPrototype = RegExp.prototype; + +var FORCED = DESCRIPTORS && fails(function () { + var INDICES_SUPPORT = true; + try { + RegExp('.', 'd'); + } catch (error) { + INDICES_SUPPORT = false; + } + + var O = {}; + // modern V8 bug + var calls = ''; + var expected = INDICES_SUPPORT ? 'dgimsy' : 'gimsy'; + + var addGetter = function (key, chr) { + // eslint-disable-next-line es/no-object-defineproperty -- safe + Object.defineProperty(O, key, { get: function () { + calls += chr; + return true; + } }); + }; + + var pairs = { + dotAll: 's', + global: 'g', + ignoreCase: 'i', + multiline: 'm', + sticky: 'y' + }; + + if (INDICES_SUPPORT) pairs.hasIndices = 'd'; + + for (var key in pairs) addGetter(key, pairs[key]); + + // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe + var result = Object.getOwnPropertyDescriptor(RegExpPrototype, 'flags').get.call(O); + + return result !== expected || calls !== expected; +}); + +// `RegExp.prototype.flags` getter +// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags +if (FORCED) defineBuiltInAccessor(RegExpPrototype, 'flags', { + configurable: true, + get: regExpFlags +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.sticky.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.sticky.js new file mode 100644 index 00000000..7a7d2bd4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.sticky.js @@ -0,0 +1,26 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var MISSED_STICKY = require('../internals/regexp-sticky-helpers').MISSED_STICKY; +var classof = require('../internals/classof-raw'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var getInternalState = require('../internals/internal-state').get; + +var RegExpPrototype = RegExp.prototype; +var $TypeError = TypeError; + +// `RegExp.prototype.sticky` getter +// https://tc39.es/ecma262/#sec-get-regexp.prototype.sticky +if (DESCRIPTORS && MISSED_STICKY) { + defineBuiltInAccessor(RegExpPrototype, 'sticky', { + configurable: true, + get: function sticky() { + if (this === RegExpPrototype) return; + // We can't use InternalStateModule.getterFor because + // we don't add metadata for regexps created by a literal. + if (classof(this) === 'RegExp') { + return !!getInternalState(this).sticky; + } + throw new $TypeError('Incompatible receiver, RegExp required'); + } + }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.test.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.test.js new file mode 100644 index 00000000..20daaa00 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.test.js @@ -0,0 +1,35 @@ +'use strict'; +// TODO: Remove from `core-js@4` since it's moved to entry points +require('../modules/es.regexp.exec'); +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var isCallable = require('../internals/is-callable'); +var anObject = require('../internals/an-object'); +var toString = require('../internals/to-string'); + +var DELEGATES_TO_EXEC = function () { + var execCalled = false; + var re = /[ac]/; + re.exec = function () { + execCalled = true; + return /./.exec.apply(this, arguments); + }; + return re.test('abc') === true && execCalled; +}(); + +var nativeTest = /./.test; + +// `RegExp.prototype.test` method +// https://tc39.es/ecma262/#sec-regexp.prototype.test +$({ target: 'RegExp', proto: true, forced: !DELEGATES_TO_EXEC }, { + test: function (S) { + var R = anObject(this); + var string = toString(S); + var exec = R.exec; + if (!isCallable(exec)) return call(nativeTest, R, string); + var result = call(exec, R, string); + if (result === null) return false; + anObject(result); + return true; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.to-string.js new file mode 100644 index 00000000..05c763ee --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.regexp.to-string.js @@ -0,0 +1,26 @@ +'use strict'; +var PROPER_FUNCTION_NAME = require('../internals/function-name').PROPER; +var defineBuiltIn = require('../internals/define-built-in'); +var anObject = require('../internals/an-object'); +var $toString = require('../internals/to-string'); +var fails = require('../internals/fails'); +var getRegExpFlags = require('../internals/regexp-get-flags'); + +var TO_STRING = 'toString'; +var RegExpPrototype = RegExp.prototype; +var nativeToString = RegExpPrototype[TO_STRING]; + +var NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) !== '/a/b'; }); +// FF44- RegExp#toString has a wrong name +var INCORRECT_NAME = PROPER_FUNCTION_NAME && nativeToString.name !== TO_STRING; + +// `RegExp.prototype.toString` method +// https://tc39.es/ecma262/#sec-regexp.prototype.tostring +if (NOT_GENERIC || INCORRECT_NAME) { + defineBuiltIn(RegExpPrototype, TO_STRING, function toString() { + var R = anObject(this); + var pattern = $toString(R.source); + var flags = $toString(getRegExpFlags(R)); + return '/' + pattern + '/' + flags; + }, { unsafe: true }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.constructor.js new file mode 100644 index 00000000..a35ebe1e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.constructor.js @@ -0,0 +1,9 @@ +'use strict'; +var collection = require('../internals/collection'); +var collectionStrong = require('../internals/collection-strong'); + +// `Set` constructor +// https://tc39.es/ecma262/#sec-set-objects +collection('Set', function (init) { + return function Set() { return init(this, arguments.length ? arguments[0] : undefined); }; +}, collectionStrong); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.difference.v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.difference.v2.js new file mode 100644 index 00000000..1316eb40 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.difference.v2.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var difference = require('../internals/set-difference'); +var setMethodAcceptSetLike = require('../internals/set-method-accept-set-like'); + +var INCORRECT = !setMethodAcceptSetLike('difference', function (result) { + return result.size === 0; +}); + +// `Set.prototype.difference` method +// https://tc39.es/ecma262/#sec-set.prototype.difference +$({ target: 'Set', proto: true, real: true, forced: INCORRECT }, { + difference: difference +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.intersection.v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.intersection.v2.js new file mode 100644 index 00000000..e79f1c7a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.intersection.v2.js @@ -0,0 +1,18 @@ +'use strict'; +var $ = require('../internals/export'); +var fails = require('../internals/fails'); +var intersection = require('../internals/set-intersection'); +var setMethodAcceptSetLike = require('../internals/set-method-accept-set-like'); + +var INCORRECT = !setMethodAcceptSetLike('intersection', function (result) { + return result.size === 2 && result.has(1) && result.has(2); +}) || fails(function () { + // eslint-disable-next-line es/no-array-from, es/no-set, es/no-set-prototype-intersection -- testing + return String(Array.from(new Set([1, 2, 3]).intersection(new Set([3, 2])))) !== '3,2'; +}); + +// `Set.prototype.intersection` method +// https://tc39.es/ecma262/#sec-set.prototype.intersection +$({ target: 'Set', proto: true, real: true, forced: INCORRECT }, { + intersection: intersection +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.is-disjoint-from.v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.is-disjoint-from.v2.js new file mode 100644 index 00000000..b68fe55f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.is-disjoint-from.v2.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var isDisjointFrom = require('../internals/set-is-disjoint-from'); +var setMethodAcceptSetLike = require('../internals/set-method-accept-set-like'); + +var INCORRECT = !setMethodAcceptSetLike('isDisjointFrom', function (result) { + return !result; +}); + +// `Set.prototype.isDisjointFrom` method +// https://tc39.es/ecma262/#sec-set.prototype.isdisjointfrom +$({ target: 'Set', proto: true, real: true, forced: INCORRECT }, { + isDisjointFrom: isDisjointFrom +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.is-subset-of.v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.is-subset-of.v2.js new file mode 100644 index 00000000..3117f01c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.is-subset-of.v2.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var isSubsetOf = require('../internals/set-is-subset-of'); +var setMethodAcceptSetLike = require('../internals/set-method-accept-set-like'); + +var INCORRECT = !setMethodAcceptSetLike('isSubsetOf', function (result) { + return result; +}); + +// `Set.prototype.isSubsetOf` method +// https://tc39.es/ecma262/#sec-set.prototype.issubsetof +$({ target: 'Set', proto: true, real: true, forced: INCORRECT }, { + isSubsetOf: isSubsetOf +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.is-superset-of.v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.is-superset-of.v2.js new file mode 100644 index 00000000..2d47461c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.is-superset-of.v2.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var isSupersetOf = require('../internals/set-is-superset-of'); +var setMethodAcceptSetLike = require('../internals/set-method-accept-set-like'); + +var INCORRECT = !setMethodAcceptSetLike('isSupersetOf', function (result) { + return !result; +}); + +// `Set.prototype.isSupersetOf` method +// https://tc39.es/ecma262/#sec-set.prototype.issupersetof +$({ target: 'Set', proto: true, real: true, forced: INCORRECT }, { + isSupersetOf: isSupersetOf +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.js new file mode 100644 index 00000000..ff66f709 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove this module from `core-js@4` since it's replaced to module below +require('../modules/es.set.constructor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.symmetric-difference.v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.symmetric-difference.v2.js new file mode 100644 index 00000000..fa4df60f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.symmetric-difference.v2.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var symmetricDifference = require('../internals/set-symmetric-difference'); +var setMethodAcceptSetLike = require('../internals/set-method-accept-set-like'); + +// `Set.prototype.symmetricDifference` method +// https://tc39.es/ecma262/#sec-set.prototype.symmetricdifference +$({ target: 'Set', proto: true, real: true, forced: !setMethodAcceptSetLike('symmetricDifference') }, { + symmetricDifference: symmetricDifference +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.union.v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.union.v2.js new file mode 100644 index 00000000..c184a5b4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.set.union.v2.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var union = require('../internals/set-union'); +var setMethodAcceptSetLike = require('../internals/set-method-accept-set-like'); + +// `Set.prototype.union` method +// https://tc39.es/ecma262/#sec-set.prototype.union +$({ target: 'Set', proto: true, real: true, forced: !setMethodAcceptSetLike('union') }, { + union: union +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.anchor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.anchor.js new file mode 100644 index 00000000..9c0f0dae --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.anchor.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var createHTML = require('../internals/create-html'); +var forcedStringHTMLMethod = require('../internals/string-html-forced'); + +// `String.prototype.anchor` method +// https://tc39.es/ecma262/#sec-string.prototype.anchor +$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('anchor') }, { + anchor: function anchor(name) { + return createHTML(this, 'a', 'name', name); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.at-alternative.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.at-alternative.js new file mode 100644 index 00000000..b7b99a70 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.at-alternative.js @@ -0,0 +1,26 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); +var toString = require('../internals/to-string'); +var fails = require('../internals/fails'); + +var charAt = uncurryThis(''.charAt); + +var FORCED = fails(function () { + // eslint-disable-next-line es/no-string-prototype-at -- safe + return '𠮷'.at(-2) !== '\uD842'; +}); + +// `String.prototype.at` method +// https://tc39.es/ecma262/#sec-string.prototype.at +$({ target: 'String', proto: true, forced: FORCED }, { + at: function at(index) { + var S = toString(requireObjectCoercible(this)); + var len = S.length; + var relativeIndex = toIntegerOrInfinity(index); + var k = relativeIndex >= 0 ? relativeIndex : len + relativeIndex; + return (k < 0 || k >= len) ? undefined : charAt(S, k); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.big.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.big.js new file mode 100644 index 00000000..478a31c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.big.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var createHTML = require('../internals/create-html'); +var forcedStringHTMLMethod = require('../internals/string-html-forced'); + +// `String.prototype.big` method +// https://tc39.es/ecma262/#sec-string.prototype.big +$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('big') }, { + big: function big() { + return createHTML(this, 'big', '', ''); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.blink.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.blink.js new file mode 100644 index 00000000..2599a0fe --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.blink.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var createHTML = require('../internals/create-html'); +var forcedStringHTMLMethod = require('../internals/string-html-forced'); + +// `String.prototype.blink` method +// https://tc39.es/ecma262/#sec-string.prototype.blink +$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('blink') }, { + blink: function blink() { + return createHTML(this, 'blink', '', ''); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.bold.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.bold.js new file mode 100644 index 00000000..ed15e728 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.bold.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var createHTML = require('../internals/create-html'); +var forcedStringHTMLMethod = require('../internals/string-html-forced'); + +// `String.prototype.bold` method +// https://tc39.es/ecma262/#sec-string.prototype.bold +$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('bold') }, { + bold: function bold() { + return createHTML(this, 'b', '', ''); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.code-point-at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.code-point-at.js new file mode 100644 index 00000000..927e4138 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.code-point-at.js @@ -0,0 +1,11 @@ +'use strict'; +var $ = require('../internals/export'); +var codeAt = require('../internals/string-multibyte').codeAt; + +// `String.prototype.codePointAt` method +// https://tc39.es/ecma262/#sec-string.prototype.codepointat +$({ target: 'String', proto: true }, { + codePointAt: function codePointAt(pos) { + return codeAt(this, pos); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.ends-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.ends-with.js new file mode 100644 index 00000000..04913f86 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.ends-with.js @@ -0,0 +1,34 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this-clause'); +var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f; +var toLength = require('../internals/to-length'); +var toString = require('../internals/to-string'); +var notARegExp = require('../internals/not-a-regexp'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var correctIsRegExpLogic = require('../internals/correct-is-regexp-logic'); +var IS_PURE = require('../internals/is-pure'); + +var slice = uncurryThis(''.slice); +var min = Math.min; + +var CORRECT_IS_REGEXP_LOGIC = correctIsRegExpLogic('endsWith'); +// https://github.com/zloirock/core-js/pull/702 +var MDN_POLYFILL_BUG = !IS_PURE && !CORRECT_IS_REGEXP_LOGIC && !!function () { + var descriptor = getOwnPropertyDescriptor(String.prototype, 'endsWith'); + return descriptor && !descriptor.writable; +}(); + +// `String.prototype.endsWith` method +// https://tc39.es/ecma262/#sec-string.prototype.endswith +$({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, { + endsWith: function endsWith(searchString /* , endPosition = @length */) { + var that = toString(requireObjectCoercible(this)); + notARegExp(searchString); + var endPosition = arguments.length > 1 ? arguments[1] : undefined; + var len = that.length; + var end = endPosition === undefined ? len : min(toLength(endPosition), len); + var search = toString(searchString); + return slice(that, end - search.length, end) === search; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.fixed.js new file mode 100644 index 00000000..9f9b87d5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.fixed.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var createHTML = require('../internals/create-html'); +var forcedStringHTMLMethod = require('../internals/string-html-forced'); + +// `String.prototype.fixed` method +// https://tc39.es/ecma262/#sec-string.prototype.fixed +$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fixed') }, { + fixed: function fixed() { + return createHTML(this, 'tt', '', ''); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.fontcolor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.fontcolor.js new file mode 100644 index 00000000..f96ebb4e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.fontcolor.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var createHTML = require('../internals/create-html'); +var forcedStringHTMLMethod = require('../internals/string-html-forced'); + +// `String.prototype.fontcolor` method +// https://tc39.es/ecma262/#sec-string.prototype.fontcolor +$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fontcolor') }, { + fontcolor: function fontcolor(color) { + return createHTML(this, 'font', 'color', color); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.fontsize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.fontsize.js new file mode 100644 index 00000000..e5760460 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.fontsize.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var createHTML = require('../internals/create-html'); +var forcedStringHTMLMethod = require('../internals/string-html-forced'); + +// `String.prototype.fontsize` method +// https://tc39.es/ecma262/#sec-string.prototype.fontsize +$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fontsize') }, { + fontsize: function fontsize(size) { + return createHTML(this, 'font', 'size', size); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.from-code-point.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.from-code-point.js new file mode 100644 index 00000000..112f39aa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.from-code-point.js @@ -0,0 +1,32 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var toAbsoluteIndex = require('../internals/to-absolute-index'); + +var $RangeError = RangeError; +var fromCharCode = String.fromCharCode; +// eslint-disable-next-line es/no-string-fromcodepoint -- required for testing +var $fromCodePoint = String.fromCodePoint; +var join = uncurryThis([].join); + +// length should be 1, old FF problem +var INCORRECT_LENGTH = !!$fromCodePoint && $fromCodePoint.length !== 1; + +// `String.fromCodePoint` method +// https://tc39.es/ecma262/#sec-string.fromcodepoint +$({ target: 'String', stat: true, arity: 1, forced: INCORRECT_LENGTH }, { + // eslint-disable-next-line no-unused-vars -- required for `.length` + fromCodePoint: function fromCodePoint(x) { + var elements = []; + var length = arguments.length; + var i = 0; + var code; + while (length > i) { + code = +arguments[i++]; + if (toAbsoluteIndex(code, 0x10FFFF) !== code) throw new $RangeError(code + ' is not a valid code point'); + elements[i] = code < 0x10000 + ? fromCharCode(code) + : fromCharCode(((code -= 0x10000) >> 10) + 0xD800, code % 0x400 + 0xDC00); + } return join(elements, ''); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.includes.js new file mode 100644 index 00000000..22afdcaf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.includes.js @@ -0,0 +1,21 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var notARegExp = require('../internals/not-a-regexp'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var toString = require('../internals/to-string'); +var correctIsRegExpLogic = require('../internals/correct-is-regexp-logic'); + +var stringIndexOf = uncurryThis(''.indexOf); + +// `String.prototype.includes` method +// https://tc39.es/ecma262/#sec-string.prototype.includes +$({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }, { + includes: function includes(searchString /* , position = 0 */) { + return !!~stringIndexOf( + toString(requireObjectCoercible(this)), + toString(notARegExp(searchString)), + arguments.length > 1 ? arguments[1] : undefined + ); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.is-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.is-well-formed.js new file mode 100644 index 00000000..7698440c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.is-well-formed.js @@ -0,0 +1,23 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var toString = require('../internals/to-string'); + +var charCodeAt = uncurryThis(''.charCodeAt); + +// `String.prototype.isWellFormed` method +// https://tc39.es/ecma262/#sec-string.prototype.iswellformed +$({ target: 'String', proto: true }, { + isWellFormed: function isWellFormed() { + var S = toString(requireObjectCoercible(this)); + var length = S.length; + for (var i = 0; i < length; i++) { + var charCode = charCodeAt(S, i); + // single UTF-16 code unit + if ((charCode & 0xF800) !== 0xD800) continue; + // unpaired surrogate + if (charCode >= 0xDC00 || ++i >= length || (charCodeAt(S, i) & 0xFC00) !== 0xDC00) return false; + } return true; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.italics.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.italics.js new file mode 100644 index 00000000..fca5e06e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.italics.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var createHTML = require('../internals/create-html'); +var forcedStringHTMLMethod = require('../internals/string-html-forced'); + +// `String.prototype.italics` method +// https://tc39.es/ecma262/#sec-string.prototype.italics +$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('italics') }, { + italics: function italics() { + return createHTML(this, 'i', '', ''); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.iterator.js new file mode 100644 index 00000000..cfd486c1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.iterator.js @@ -0,0 +1,31 @@ +'use strict'; +var charAt = require('../internals/string-multibyte').charAt; +var toString = require('../internals/to-string'); +var InternalStateModule = require('../internals/internal-state'); +var defineIterator = require('../internals/iterator-define'); +var createIterResultObject = require('../internals/create-iter-result-object'); + +var STRING_ITERATOR = 'String Iterator'; +var setInternalState = InternalStateModule.set; +var getInternalState = InternalStateModule.getterFor(STRING_ITERATOR); + +// `String.prototype[@@iterator]` method +// https://tc39.es/ecma262/#sec-string.prototype-@@iterator +defineIterator(String, 'String', function (iterated) { + setInternalState(this, { + type: STRING_ITERATOR, + string: toString(iterated), + index: 0 + }); +// `%StringIteratorPrototype%.next` method +// https://tc39.es/ecma262/#sec-%stringiteratorprototype%.next +}, function next() { + var state = getInternalState(this); + var string = state.string; + var index = state.index; + var point; + if (index >= string.length) return createIterResultObject(undefined, true); + point = charAt(string, index); + state.index += point.length; + return createIterResultObject(point, false); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.link.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.link.js new file mode 100644 index 00000000..0d128915 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.link.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var createHTML = require('../internals/create-html'); +var forcedStringHTMLMethod = require('../internals/string-html-forced'); + +// `String.prototype.link` method +// https://tc39.es/ecma262/#sec-string.prototype.link +$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('link') }, { + link: function link(url) { + return createHTML(this, 'a', 'href', url); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.match-all.js new file mode 100644 index 00000000..3d1cce10 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.match-all.js @@ -0,0 +1,102 @@ +'use strict'; +/* eslint-disable es/no-string-prototype-matchall -- safe */ +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var uncurryThis = require('../internals/function-uncurry-this-clause'); +var createIteratorConstructor = require('../internals/iterator-create-constructor'); +var createIterResultObject = require('../internals/create-iter-result-object'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var toLength = require('../internals/to-length'); +var toString = require('../internals/to-string'); +var anObject = require('../internals/an-object'); +var isNullOrUndefined = require('../internals/is-null-or-undefined'); +var classof = require('../internals/classof-raw'); +var isRegExp = require('../internals/is-regexp'); +var getRegExpFlags = require('../internals/regexp-get-flags'); +var getMethod = require('../internals/get-method'); +var defineBuiltIn = require('../internals/define-built-in'); +var fails = require('../internals/fails'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var speciesConstructor = require('../internals/species-constructor'); +var advanceStringIndex = require('../internals/advance-string-index'); +var regExpExec = require('../internals/regexp-exec-abstract'); +var InternalStateModule = require('../internals/internal-state'); +var IS_PURE = require('../internals/is-pure'); + +var MATCH_ALL = wellKnownSymbol('matchAll'); +var REGEXP_STRING = 'RegExp String'; +var REGEXP_STRING_ITERATOR = REGEXP_STRING + ' Iterator'; +var setInternalState = InternalStateModule.set; +var getInternalState = InternalStateModule.getterFor(REGEXP_STRING_ITERATOR); +var RegExpPrototype = RegExp.prototype; +var $TypeError = TypeError; +var stringIndexOf = uncurryThis(''.indexOf); +var nativeMatchAll = uncurryThis(''.matchAll); + +var WORKS_WITH_NON_GLOBAL_REGEX = !!nativeMatchAll && !fails(function () { + nativeMatchAll('a', /./); +}); + +var $RegExpStringIterator = createIteratorConstructor(function RegExpStringIterator(regexp, string, $global, fullUnicode) { + setInternalState(this, { + type: REGEXP_STRING_ITERATOR, + regexp: regexp, + string: string, + global: $global, + unicode: fullUnicode, + done: false + }); +}, REGEXP_STRING, function next() { + var state = getInternalState(this); + if (state.done) return createIterResultObject(undefined, true); + var R = state.regexp; + var S = state.string; + var match = regExpExec(R, S); + if (match === null) { + state.done = true; + return createIterResultObject(undefined, true); + } + if (state.global) { + if (toString(match[0]) === '') R.lastIndex = advanceStringIndex(S, toLength(R.lastIndex), state.unicode); + return createIterResultObject(match, false); + } + state.done = true; + return createIterResultObject(match, false); +}); + +var $matchAll = function (string) { + var R = anObject(this); + var S = toString(string); + var C = speciesConstructor(R, RegExp); + var flags = toString(getRegExpFlags(R)); + var matcher, $global, fullUnicode; + matcher = new C(C === RegExp ? R.source : R, flags); + $global = !!~stringIndexOf(flags, 'g'); + fullUnicode = !!~stringIndexOf(flags, 'u'); + matcher.lastIndex = toLength(R.lastIndex); + return new $RegExpStringIterator(matcher, S, $global, fullUnicode); +}; + +// `String.prototype.matchAll` method +// https://tc39.es/ecma262/#sec-string.prototype.matchall +$({ target: 'String', proto: true, forced: WORKS_WITH_NON_GLOBAL_REGEX }, { + matchAll: function matchAll(regexp) { + var O = requireObjectCoercible(this); + var flags, S, matcher, rx; + if (!isNullOrUndefined(regexp)) { + if (isRegExp(regexp)) { + flags = toString(requireObjectCoercible(getRegExpFlags(regexp))); + if (!~stringIndexOf(flags, 'g')) throw new $TypeError('`.matchAll` does not allow non-global regexes'); + } + if (WORKS_WITH_NON_GLOBAL_REGEX) return nativeMatchAll(O, regexp); + matcher = getMethod(regexp, MATCH_ALL); + if (matcher === undefined && IS_PURE && classof(regexp) === 'RegExp') matcher = $matchAll; + if (matcher) return call(matcher, regexp, O); + } else if (WORKS_WITH_NON_GLOBAL_REGEX) return nativeMatchAll(O, regexp); + S = toString(O); + rx = new RegExp(regexp, 'g'); + return IS_PURE ? call($matchAll, rx, S) : rx[MATCH_ALL](S); + } +}); + +IS_PURE || MATCH_ALL in RegExpPrototype || defineBuiltIn(RegExpPrototype, MATCH_ALL, $matchAll); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.match.js new file mode 100644 index 00000000..354c40f0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.match.js @@ -0,0 +1,48 @@ +'use strict'; +var call = require('../internals/function-call'); +var fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic'); +var anObject = require('../internals/an-object'); +var isNullOrUndefined = require('../internals/is-null-or-undefined'); +var toLength = require('../internals/to-length'); +var toString = require('../internals/to-string'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var getMethod = require('../internals/get-method'); +var advanceStringIndex = require('../internals/advance-string-index'); +var regExpExec = require('../internals/regexp-exec-abstract'); + +// @@match logic +fixRegExpWellKnownSymbolLogic('match', function (MATCH, nativeMatch, maybeCallNative) { + return [ + // `String.prototype.match` method + // https://tc39.es/ecma262/#sec-string.prototype.match + function match(regexp) { + var O = requireObjectCoercible(this); + var matcher = isNullOrUndefined(regexp) ? undefined : getMethod(regexp, MATCH); + return matcher ? call(matcher, regexp, O) : new RegExp(regexp)[MATCH](toString(O)); + }, + // `RegExp.prototype[@@match]` method + // https://tc39.es/ecma262/#sec-regexp.prototype-@@match + function (string) { + var rx = anObject(this); + var S = toString(string); + var res = maybeCallNative(nativeMatch, rx, S); + + if (res.done) return res.value; + + if (!rx.global) return regExpExec(rx, S); + + var fullUnicode = rx.unicode; + rx.lastIndex = 0; + var A = []; + var n = 0; + var result; + while ((result = regExpExec(rx, S)) !== null) { + var matchStr = toString(result[0]); + A[n] = matchStr; + if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode); + n++; + } + return n === 0 ? null : A; + } + ]; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.pad-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.pad-end.js new file mode 100644 index 00000000..f770a85f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.pad-end.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var $padEnd = require('../internals/string-pad').end; +var WEBKIT_BUG = require('../internals/string-pad-webkit-bug'); + +// `String.prototype.padEnd` method +// https://tc39.es/ecma262/#sec-string.prototype.padend +$({ target: 'String', proto: true, forced: WEBKIT_BUG }, { + padEnd: function padEnd(maxLength /* , fillString = ' ' */) { + return $padEnd(this, maxLength, arguments.length > 1 ? arguments[1] : undefined); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.pad-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.pad-start.js new file mode 100644 index 00000000..d213b46e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.pad-start.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var $padStart = require('../internals/string-pad').start; +var WEBKIT_BUG = require('../internals/string-pad-webkit-bug'); + +// `String.prototype.padStart` method +// https://tc39.es/ecma262/#sec-string.prototype.padstart +$({ target: 'String', proto: true, forced: WEBKIT_BUG }, { + padStart: function padStart(maxLength /* , fillString = ' ' */) { + return $padStart(this, maxLength, arguments.length > 1 ? arguments[1] : undefined); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.raw.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.raw.js new file mode 100644 index 00000000..65ed7c86 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.raw.js @@ -0,0 +1,28 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var toIndexedObject = require('../internals/to-indexed-object'); +var toObject = require('../internals/to-object'); +var toString = require('../internals/to-string'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); + +var push = uncurryThis([].push); +var join = uncurryThis([].join); + +// `String.raw` method +// https://tc39.es/ecma262/#sec-string.raw +$({ target: 'String', stat: true }, { + raw: function raw(template) { + var rawTemplate = toIndexedObject(toObject(template).raw); + var literalSegments = lengthOfArrayLike(rawTemplate); + if (!literalSegments) return ''; + var argumentsLength = arguments.length; + var elements = []; + var i = 0; + while (true) { + push(elements, toString(rawTemplate[i++])); + if (i === literalSegments) return join(elements, ''); + if (i < argumentsLength) push(elements, toString(arguments[i])); + } + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.repeat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.repeat.js new file mode 100644 index 00000000..7ec1c2ba --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.repeat.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var repeat = require('../internals/string-repeat'); + +// `String.prototype.repeat` method +// https://tc39.es/ecma262/#sec-string.prototype.repeat +$({ target: 'String', proto: true }, { + repeat: repeat +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.replace-all.js new file mode 100644 index 00000000..6904d7ff --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.replace-all.js @@ -0,0 +1,61 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var uncurryThis = require('../internals/function-uncurry-this'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var isCallable = require('../internals/is-callable'); +var isNullOrUndefined = require('../internals/is-null-or-undefined'); +var isRegExp = require('../internals/is-regexp'); +var toString = require('../internals/to-string'); +var getMethod = require('../internals/get-method'); +var getRegExpFlags = require('../internals/regexp-get-flags'); +var getSubstitution = require('../internals/get-substitution'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var IS_PURE = require('../internals/is-pure'); + +var REPLACE = wellKnownSymbol('replace'); +var $TypeError = TypeError; +var indexOf = uncurryThis(''.indexOf); +var replace = uncurryThis(''.replace); +var stringSlice = uncurryThis(''.slice); +var max = Math.max; + +// `String.prototype.replaceAll` method +// https://tc39.es/ecma262/#sec-string.prototype.replaceall +$({ target: 'String', proto: true }, { + replaceAll: function replaceAll(searchValue, replaceValue) { + var O = requireObjectCoercible(this); + var IS_REG_EXP, flags, replacer, string, searchString, functionalReplace, searchLength, advanceBy, position, replacement; + var endOfLastMatch = 0; + var result = ''; + if (!isNullOrUndefined(searchValue)) { + IS_REG_EXP = isRegExp(searchValue); + if (IS_REG_EXP) { + flags = toString(requireObjectCoercible(getRegExpFlags(searchValue))); + if (!~indexOf(flags, 'g')) throw new $TypeError('`.replaceAll` does not allow non-global regexes'); + } + replacer = getMethod(searchValue, REPLACE); + if (replacer) return call(replacer, searchValue, O, replaceValue); + if (IS_PURE && IS_REG_EXP) return replace(toString(O), searchValue, replaceValue); + } + string = toString(O); + searchString = toString(searchValue); + functionalReplace = isCallable(replaceValue); + if (!functionalReplace) replaceValue = toString(replaceValue); + searchLength = searchString.length; + advanceBy = max(1, searchLength); + position = indexOf(string, searchString); + while (position !== -1) { + replacement = functionalReplace + ? toString(replaceValue(searchString, position, string)) + : getSubstitution(searchString, string, position, [], undefined, replaceValue); + result += stringSlice(string, endOfLastMatch, position) + replacement; + endOfLastMatch = position + searchLength; + position = position + advanceBy > string.length ? -1 : indexOf(string, searchString, position + advanceBy); + } + if (endOfLastMatch < string.length) { + result += stringSlice(string, endOfLastMatch); + } + return result; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.replace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.replace.js new file mode 100644 index 00000000..c3b8c650 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.replace.js @@ -0,0 +1,142 @@ +'use strict'; +var apply = require('../internals/function-apply'); +var call = require('../internals/function-call'); +var uncurryThis = require('../internals/function-uncurry-this'); +var fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic'); +var fails = require('../internals/fails'); +var anObject = require('../internals/an-object'); +var isCallable = require('../internals/is-callable'); +var isNullOrUndefined = require('../internals/is-null-or-undefined'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); +var toLength = require('../internals/to-length'); +var toString = require('../internals/to-string'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var advanceStringIndex = require('../internals/advance-string-index'); +var getMethod = require('../internals/get-method'); +var getSubstitution = require('../internals/get-substitution'); +var regExpExec = require('../internals/regexp-exec-abstract'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var REPLACE = wellKnownSymbol('replace'); +var max = Math.max; +var min = Math.min; +var concat = uncurryThis([].concat); +var push = uncurryThis([].push); +var stringIndexOf = uncurryThis(''.indexOf); +var stringSlice = uncurryThis(''.slice); + +var maybeToString = function (it) { + return it === undefined ? it : String(it); +}; + +// IE <= 11 replaces $0 with the whole match, as if it was $& +// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0 +var REPLACE_KEEPS_$0 = (function () { + // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing + return 'a'.replace(/./, '$0') === '$0'; +})(); + +// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string +var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () { + if (/./[REPLACE]) { + return /./[REPLACE]('a', '$0') === ''; + } + return false; +})(); + +var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () { + var re = /./; + re.exec = function () { + var result = []; + result.groups = { a: '7' }; + return result; + }; + // eslint-disable-next-line regexp/no-useless-dollar-replacements -- false positive + return ''.replace(re, '$') !== '7'; +}); + +// @@replace logic +fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNative) { + var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0'; + + return [ + // `String.prototype.replace` method + // https://tc39.es/ecma262/#sec-string.prototype.replace + function replace(searchValue, replaceValue) { + var O = requireObjectCoercible(this); + var replacer = isNullOrUndefined(searchValue) ? undefined : getMethod(searchValue, REPLACE); + return replacer + ? call(replacer, searchValue, O, replaceValue) + : call(nativeReplace, toString(O), searchValue, replaceValue); + }, + // `RegExp.prototype[@@replace]` method + // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace + function (string, replaceValue) { + var rx = anObject(this); + var S = toString(string); + + if ( + typeof replaceValue == 'string' && + stringIndexOf(replaceValue, UNSAFE_SUBSTITUTE) === -1 && + stringIndexOf(replaceValue, '$<') === -1 + ) { + var res = maybeCallNative(nativeReplace, rx, S, replaceValue); + if (res.done) return res.value; + } + + var functionalReplace = isCallable(replaceValue); + if (!functionalReplace) replaceValue = toString(replaceValue); + + var global = rx.global; + var fullUnicode; + if (global) { + fullUnicode = rx.unicode; + rx.lastIndex = 0; + } + + var results = []; + var result; + while (true) { + result = regExpExec(rx, S); + if (result === null) break; + + push(results, result); + if (!global) break; + + var matchStr = toString(result[0]); + if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode); + } + + var accumulatedResult = ''; + var nextSourcePosition = 0; + for (var i = 0; i < results.length; i++) { + result = results[i]; + + var matched = toString(result[0]); + var position = max(min(toIntegerOrInfinity(result.index), S.length), 0); + var captures = []; + var replacement; + // NOTE: This is equivalent to + // captures = result.slice(1).map(maybeToString) + // but for some reason `nativeSlice.call(result, 1, result.length)` (called in + // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and + // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it. + for (var j = 1; j < result.length; j++) push(captures, maybeToString(result[j])); + var namedCaptures = result.groups; + if (functionalReplace) { + var replacerArgs = concat([matched], captures, position, S); + if (namedCaptures !== undefined) push(replacerArgs, namedCaptures); + replacement = toString(apply(replaceValue, undefined, replacerArgs)); + } else { + replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue); + } + if (position >= nextSourcePosition) { + accumulatedResult += stringSlice(S, nextSourcePosition, position) + replacement; + nextSourcePosition = position + matched.length; + } + } + + return accumulatedResult + stringSlice(S, nextSourcePosition); + } + ]; +}, !REPLACE_SUPPORTS_NAMED_GROUPS || !REPLACE_KEEPS_$0 || REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.search.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.search.js new file mode 100644 index 00000000..17bf7ba2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.search.js @@ -0,0 +1,38 @@ +'use strict'; +var call = require('../internals/function-call'); +var fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic'); +var anObject = require('../internals/an-object'); +var isNullOrUndefined = require('../internals/is-null-or-undefined'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var sameValue = require('../internals/same-value'); +var toString = require('../internals/to-string'); +var getMethod = require('../internals/get-method'); +var regExpExec = require('../internals/regexp-exec-abstract'); + +// @@search logic +fixRegExpWellKnownSymbolLogic('search', function (SEARCH, nativeSearch, maybeCallNative) { + return [ + // `String.prototype.search` method + // https://tc39.es/ecma262/#sec-string.prototype.search + function search(regexp) { + var O = requireObjectCoercible(this); + var searcher = isNullOrUndefined(regexp) ? undefined : getMethod(regexp, SEARCH); + return searcher ? call(searcher, regexp, O) : new RegExp(regexp)[SEARCH](toString(O)); + }, + // `RegExp.prototype[@@search]` method + // https://tc39.es/ecma262/#sec-regexp.prototype-@@search + function (string) { + var rx = anObject(this); + var S = toString(string); + var res = maybeCallNative(nativeSearch, rx, S); + + if (res.done) return res.value; + + var previousLastIndex = rx.lastIndex; + if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0; + var result = regExpExec(rx, S); + if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex; + return result === null ? -1 : result.index; + } + ]; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.small.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.small.js new file mode 100644 index 00000000..ab9f6658 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.small.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var createHTML = require('../internals/create-html'); +var forcedStringHTMLMethod = require('../internals/string-html-forced'); + +// `String.prototype.small` method +// https://tc39.es/ecma262/#sec-string.prototype.small +$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('small') }, { + small: function small() { + return createHTML(this, 'small', '', ''); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.split.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.split.js new file mode 100644 index 00000000..4d769018 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.split.js @@ -0,0 +1,111 @@ +'use strict'; +var call = require('../internals/function-call'); +var uncurryThis = require('../internals/function-uncurry-this'); +var fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic'); +var anObject = require('../internals/an-object'); +var isNullOrUndefined = require('../internals/is-null-or-undefined'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var speciesConstructor = require('../internals/species-constructor'); +var advanceStringIndex = require('../internals/advance-string-index'); +var toLength = require('../internals/to-length'); +var toString = require('../internals/to-string'); +var getMethod = require('../internals/get-method'); +var regExpExec = require('../internals/regexp-exec-abstract'); +var stickyHelpers = require('../internals/regexp-sticky-helpers'); +var fails = require('../internals/fails'); + +var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y; +var MAX_UINT32 = 0xFFFFFFFF; +var min = Math.min; +var push = uncurryThis([].push); +var stringSlice = uncurryThis(''.slice); + +// Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec +// Weex JS has frozen built-in prototypes, so use try / catch wrapper +var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () { + // eslint-disable-next-line regexp/no-empty-group -- required for testing + var re = /(?:)/; + var originalExec = re.exec; + re.exec = function () { return originalExec.apply(this, arguments); }; + var result = 'ab'.split(re); + return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b'; +}); + +var BUGGY = 'abbc'.split(/(b)*/)[1] === 'c' || + // eslint-disable-next-line regexp/no-empty-group -- required for testing + 'test'.split(/(?:)/, -1).length !== 4 || + 'ab'.split(/(?:ab)*/).length !== 2 || + '.'.split(/(.?)(.?)/).length !== 4 || + // eslint-disable-next-line regexp/no-empty-capturing-group, regexp/no-empty-group -- required for testing + '.'.split(/()()/).length > 1 || + ''.split(/.?/).length; + +// @@split logic +fixRegExpWellKnownSymbolLogic('split', function (SPLIT, nativeSplit, maybeCallNative) { + var internalSplit = '0'.split(undefined, 0).length ? function (separator, limit) { + return separator === undefined && limit === 0 ? [] : call(nativeSplit, this, separator, limit); + } : nativeSplit; + + return [ + // `String.prototype.split` method + // https://tc39.es/ecma262/#sec-string.prototype.split + function split(separator, limit) { + var O = requireObjectCoercible(this); + var splitter = isNullOrUndefined(separator) ? undefined : getMethod(separator, SPLIT); + return splitter + ? call(splitter, separator, O, limit) + : call(internalSplit, toString(O), separator, limit); + }, + // `RegExp.prototype[@@split]` method + // https://tc39.es/ecma262/#sec-regexp.prototype-@@split + // + // NOTE: This cannot be properly polyfilled in engines that don't support + // the 'y' flag. + function (string, limit) { + var rx = anObject(this); + var S = toString(string); + + if (!BUGGY) { + var res = maybeCallNative(internalSplit, rx, S, limit, internalSplit !== nativeSplit); + if (res.done) return res.value; + } + + var C = speciesConstructor(rx, RegExp); + var unicodeMatching = rx.unicode; + var flags = (rx.ignoreCase ? 'i' : '') + + (rx.multiline ? 'm' : '') + + (rx.unicode ? 'u' : '') + + (UNSUPPORTED_Y ? 'g' : 'y'); + // ^(? + rx + ) is needed, in combination with some S slicing, to + // simulate the 'y' flag. + var splitter = new C(UNSUPPORTED_Y ? '^(?:' + rx.source + ')' : rx, flags); + var lim = limit === undefined ? MAX_UINT32 : limit >>> 0; + if (lim === 0) return []; + if (S.length === 0) return regExpExec(splitter, S) === null ? [S] : []; + var p = 0; + var q = 0; + var A = []; + while (q < S.length) { + splitter.lastIndex = UNSUPPORTED_Y ? 0 : q; + var z = regExpExec(splitter, UNSUPPORTED_Y ? stringSlice(S, q) : S); + var e; + if ( + z === null || + (e = min(toLength(splitter.lastIndex + (UNSUPPORTED_Y ? q : 0)), S.length)) === p + ) { + q = advanceStringIndex(S, q, unicodeMatching); + } else { + push(A, stringSlice(S, p, q)); + if (A.length === lim) return A; + for (var i = 1; i <= z.length - 1; i++) { + push(A, z[i]); + if (A.length === lim) return A; + } + q = p = e; + } + } + push(A, stringSlice(S, p)); + return A; + } + ]; +}, BUGGY || !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC, UNSUPPORTED_Y); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.starts-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.starts-with.js new file mode 100644 index 00000000..c95bc913 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.starts-with.js @@ -0,0 +1,32 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this-clause'); +var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f; +var toLength = require('../internals/to-length'); +var toString = require('../internals/to-string'); +var notARegExp = require('../internals/not-a-regexp'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var correctIsRegExpLogic = require('../internals/correct-is-regexp-logic'); +var IS_PURE = require('../internals/is-pure'); + +var stringSlice = uncurryThis(''.slice); +var min = Math.min; + +var CORRECT_IS_REGEXP_LOGIC = correctIsRegExpLogic('startsWith'); +// https://github.com/zloirock/core-js/pull/702 +var MDN_POLYFILL_BUG = !IS_PURE && !CORRECT_IS_REGEXP_LOGIC && !!function () { + var descriptor = getOwnPropertyDescriptor(String.prototype, 'startsWith'); + return descriptor && !descriptor.writable; +}(); + +// `String.prototype.startsWith` method +// https://tc39.es/ecma262/#sec-string.prototype.startswith +$({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, { + startsWith: function startsWith(searchString /* , position = 0 */) { + var that = toString(requireObjectCoercible(this)); + notARegExp(searchString); + var index = toLength(min(arguments.length > 1 ? arguments[1] : undefined, that.length)); + var search = toString(searchString); + return stringSlice(that, index, index + search.length) === search; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.strike.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.strike.js new file mode 100644 index 00000000..f78a222e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.strike.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var createHTML = require('../internals/create-html'); +var forcedStringHTMLMethod = require('../internals/string-html-forced'); + +// `String.prototype.strike` method +// https://tc39.es/ecma262/#sec-string.prototype.strike +$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('strike') }, { + strike: function strike() { + return createHTML(this, 'strike', '', ''); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.sub.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.sub.js new file mode 100644 index 00000000..bc62879c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.sub.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var createHTML = require('../internals/create-html'); +var forcedStringHTMLMethod = require('../internals/string-html-forced'); + +// `String.prototype.sub` method +// https://tc39.es/ecma262/#sec-string.prototype.sub +$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sub') }, { + sub: function sub() { + return createHTML(this, 'sub', '', ''); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.substr.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.substr.js new file mode 100644 index 00000000..57595da6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.substr.js @@ -0,0 +1,30 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); +var toString = require('../internals/to-string'); + +var stringSlice = uncurryThis(''.slice); +var max = Math.max; +var min = Math.min; + +// eslint-disable-next-line unicorn/prefer-string-slice -- required for testing +var FORCED = !''.substr || 'ab'.substr(-1) !== 'b'; + +// `String.prototype.substr` method +// https://tc39.es/ecma262/#sec-string.prototype.substr +$({ target: 'String', proto: true, forced: FORCED }, { + substr: function substr(start, length) { + var that = toString(requireObjectCoercible(this)); + var size = that.length; + var intStart = toIntegerOrInfinity(start); + var intLength, intEnd; + if (intStart === Infinity) intStart = 0; + if (intStart < 0) intStart = max(size + intStart, 0); + intLength = length === undefined ? size : toIntegerOrInfinity(length); + if (intLength <= 0 || intLength === Infinity) return ''; + intEnd = min(intStart + intLength, size); + return intStart >= intEnd ? '' : stringSlice(that, intStart, intEnd); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.sup.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.sup.js new file mode 100644 index 00000000..6e1e5cbe --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.sup.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var createHTML = require('../internals/create-html'); +var forcedStringHTMLMethod = require('../internals/string-html-forced'); + +// `String.prototype.sup` method +// https://tc39.es/ecma262/#sec-string.prototype.sup +$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sup') }, { + sup: function sup() { + return createHTML(this, 'sup', '', ''); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.to-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.to-well-formed.js new file mode 100644 index 00000000..5f18c971 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.to-well-formed.js @@ -0,0 +1,43 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var uncurryThis = require('../internals/function-uncurry-this'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var toString = require('../internals/to-string'); +var fails = require('../internals/fails'); + +var $Array = Array; +var charAt = uncurryThis(''.charAt); +var charCodeAt = uncurryThis(''.charCodeAt); +var join = uncurryThis([].join); +// eslint-disable-next-line es/no-string-prototype-towellformed -- safe +var $toWellFormed = ''.toWellFormed; +var REPLACEMENT_CHARACTER = '\uFFFD'; + +// Safari bug +var TO_STRING_CONVERSION_BUG = $toWellFormed && fails(function () { + return call($toWellFormed, 1) !== '1'; +}); + +// `String.prototype.toWellFormed` method +// https://tc39.es/ecma262/#sec-string.prototype.towellformed +$({ target: 'String', proto: true, forced: TO_STRING_CONVERSION_BUG }, { + toWellFormed: function toWellFormed() { + var S = toString(requireObjectCoercible(this)); + if (TO_STRING_CONVERSION_BUG) return call($toWellFormed, S); + var length = S.length; + var result = $Array(length); + for (var i = 0; i < length; i++) { + var charCode = charCodeAt(S, i); + // single UTF-16 code unit + if ((charCode & 0xF800) !== 0xD800) result[i] = charAt(S, i); + // unpaired surrogate + else if (charCode >= 0xDC00 || i + 1 >= length || (charCodeAt(S, i + 1) & 0xFC00) !== 0xDC00) result[i] = REPLACEMENT_CHARACTER; + // surrogate pair + else { + result[i] = charAt(S, i); + result[++i] = charAt(S, i); + } + } return join(result, ''); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim-end.js new file mode 100644 index 00000000..7d218db4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim-end.js @@ -0,0 +1,12 @@ +'use strict'; +// TODO: Remove this line from `core-js@4` +require('../modules/es.string.trim-right'); +var $ = require('../internals/export'); +var trimEnd = require('../internals/string-trim-end'); + +// `String.prototype.trimEnd` method +// https://tc39.es/ecma262/#sec-string.prototype.trimend +// eslint-disable-next-line es/no-string-prototype-trimstart-trimend -- safe +$({ target: 'String', proto: true, name: 'trimEnd', forced: ''.trimEnd !== trimEnd }, { + trimEnd: trimEnd +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim-left.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim-left.js new file mode 100644 index 00000000..55a38f45 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim-left.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var trimStart = require('../internals/string-trim-start'); + +// `String.prototype.trimLeft` method +// https://tc39.es/ecma262/#sec-string.prototype.trimleft +// eslint-disable-next-line es/no-string-prototype-trimleft-trimright -- safe +$({ target: 'String', proto: true, name: 'trimStart', forced: ''.trimLeft !== trimStart }, { + trimLeft: trimStart +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim-right.js new file mode 100644 index 00000000..eb33758c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim-right.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var trimEnd = require('../internals/string-trim-end'); + +// `String.prototype.trimRight` method +// https://tc39.es/ecma262/#sec-string.prototype.trimend +// eslint-disable-next-line es/no-string-prototype-trimleft-trimright -- safe +$({ target: 'String', proto: true, name: 'trimEnd', forced: ''.trimRight !== trimEnd }, { + trimRight: trimEnd +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim-start.js new file mode 100644 index 00000000..c09ce7aa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim-start.js @@ -0,0 +1,12 @@ +'use strict'; +// TODO: Remove this line from `core-js@4` +require('../modules/es.string.trim-left'); +var $ = require('../internals/export'); +var trimStart = require('../internals/string-trim-start'); + +// `String.prototype.trimStart` method +// https://tc39.es/ecma262/#sec-string.prototype.trimstart +// eslint-disable-next-line es/no-string-prototype-trimstart-trimend -- safe +$({ target: 'String', proto: true, name: 'trimStart', forced: ''.trimStart !== trimStart }, { + trimStart: trimStart +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim.js new file mode 100644 index 00000000..e9cfb4ba --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.string.trim.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var $trim = require('../internals/string-trim').trim; +var forcedStringTrimMethod = require('../internals/string-trim-forced'); + +// `String.prototype.trim` method +// https://tc39.es/ecma262/#sec-string.prototype.trim +$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, { + trim: function trim() { + return $trim(this); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.async-iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.async-iterator.js new file mode 100644 index 00000000..40d1930c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.async-iterator.js @@ -0,0 +1,6 @@ +'use strict'; +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); + +// `Symbol.asyncIterator` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.asynciterator +defineWellKnownSymbol('asyncIterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.constructor.js new file mode 100644 index 00000000..274e2ef6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.constructor.js @@ -0,0 +1,263 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var call = require('../internals/function-call'); +var uncurryThis = require('../internals/function-uncurry-this'); +var IS_PURE = require('../internals/is-pure'); +var DESCRIPTORS = require('../internals/descriptors'); +var NATIVE_SYMBOL = require('../internals/symbol-constructor-detection'); +var fails = require('../internals/fails'); +var hasOwn = require('../internals/has-own-property'); +var isPrototypeOf = require('../internals/object-is-prototype-of'); +var anObject = require('../internals/an-object'); +var toIndexedObject = require('../internals/to-indexed-object'); +var toPropertyKey = require('../internals/to-property-key'); +var $toString = require('../internals/to-string'); +var createPropertyDescriptor = require('../internals/create-property-descriptor'); +var nativeObjectCreate = require('../internals/object-create'); +var objectKeys = require('../internals/object-keys'); +var getOwnPropertyNamesModule = require('../internals/object-get-own-property-names'); +var getOwnPropertyNamesExternal = require('../internals/object-get-own-property-names-external'); +var getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols'); +var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor'); +var definePropertyModule = require('../internals/object-define-property'); +var definePropertiesModule = require('../internals/object-define-properties'); +var propertyIsEnumerableModule = require('../internals/object-property-is-enumerable'); +var defineBuiltIn = require('../internals/define-built-in'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var shared = require('../internals/shared'); +var sharedKey = require('../internals/shared-key'); +var hiddenKeys = require('../internals/hidden-keys'); +var uid = require('../internals/uid'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var wrappedWellKnownSymbolModule = require('../internals/well-known-symbol-wrapped'); +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); +var defineSymbolToPrimitive = require('../internals/symbol-define-to-primitive'); +var setToStringTag = require('../internals/set-to-string-tag'); +var InternalStateModule = require('../internals/internal-state'); +var $forEach = require('../internals/array-iteration').forEach; + +var HIDDEN = sharedKey('hidden'); +var SYMBOL = 'Symbol'; +var PROTOTYPE = 'prototype'; + +var setInternalState = InternalStateModule.set; +var getInternalState = InternalStateModule.getterFor(SYMBOL); + +var ObjectPrototype = Object[PROTOTYPE]; +var $Symbol = globalThis.Symbol; +var SymbolPrototype = $Symbol && $Symbol[PROTOTYPE]; +var RangeError = globalThis.RangeError; +var TypeError = globalThis.TypeError; +var QObject = globalThis.QObject; +var nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f; +var nativeDefineProperty = definePropertyModule.f; +var nativeGetOwnPropertyNames = getOwnPropertyNamesExternal.f; +var nativePropertyIsEnumerable = propertyIsEnumerableModule.f; +var push = uncurryThis([].push); + +var AllSymbols = shared('symbols'); +var ObjectPrototypeSymbols = shared('op-symbols'); +var WellKnownSymbolsStore = shared('wks'); + +// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173 +var USE_SETTER = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild; + +// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687 +var fallbackDefineProperty = function (O, P, Attributes) { + var ObjectPrototypeDescriptor = nativeGetOwnPropertyDescriptor(ObjectPrototype, P); + if (ObjectPrototypeDescriptor) delete ObjectPrototype[P]; + nativeDefineProperty(O, P, Attributes); + if (ObjectPrototypeDescriptor && O !== ObjectPrototype) { + nativeDefineProperty(ObjectPrototype, P, ObjectPrototypeDescriptor); + } +}; + +var setSymbolDescriptor = DESCRIPTORS && fails(function () { + return nativeObjectCreate(nativeDefineProperty({}, 'a', { + get: function () { return nativeDefineProperty(this, 'a', { value: 7 }).a; } + })).a !== 7; +}) ? fallbackDefineProperty : nativeDefineProperty; + +var wrap = function (tag, description) { + var symbol = AllSymbols[tag] = nativeObjectCreate(SymbolPrototype); + setInternalState(symbol, { + type: SYMBOL, + tag: tag, + description: description + }); + if (!DESCRIPTORS) symbol.description = description; + return symbol; +}; + +var $defineProperty = function defineProperty(O, P, Attributes) { + if (O === ObjectPrototype) $defineProperty(ObjectPrototypeSymbols, P, Attributes); + anObject(O); + var key = toPropertyKey(P); + anObject(Attributes); + if (hasOwn(AllSymbols, key)) { + if (!Attributes.enumerable) { + if (!hasOwn(O, HIDDEN)) nativeDefineProperty(O, HIDDEN, createPropertyDescriptor(1, nativeObjectCreate(null))); + O[HIDDEN][key] = true; + } else { + if (hasOwn(O, HIDDEN) && O[HIDDEN][key]) O[HIDDEN][key] = false; + Attributes = nativeObjectCreate(Attributes, { enumerable: createPropertyDescriptor(0, false) }); + } return setSymbolDescriptor(O, key, Attributes); + } return nativeDefineProperty(O, key, Attributes); +}; + +var $defineProperties = function defineProperties(O, Properties) { + anObject(O); + var properties = toIndexedObject(Properties); + var keys = objectKeys(properties).concat($getOwnPropertySymbols(properties)); + $forEach(keys, function (key) { + if (!DESCRIPTORS || call($propertyIsEnumerable, properties, key)) $defineProperty(O, key, properties[key]); + }); + return O; +}; + +var $create = function create(O, Properties) { + return Properties === undefined ? nativeObjectCreate(O) : $defineProperties(nativeObjectCreate(O), Properties); +}; + +var $propertyIsEnumerable = function propertyIsEnumerable(V) { + var P = toPropertyKey(V); + var enumerable = call(nativePropertyIsEnumerable, this, P); + if (this === ObjectPrototype && hasOwn(AllSymbols, P) && !hasOwn(ObjectPrototypeSymbols, P)) return false; + return enumerable || !hasOwn(this, P) || !hasOwn(AllSymbols, P) || hasOwn(this, HIDDEN) && this[HIDDEN][P] + ? enumerable : true; +}; + +var $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(O, P) { + var it = toIndexedObject(O); + var key = toPropertyKey(P); + if (it === ObjectPrototype && hasOwn(AllSymbols, key) && !hasOwn(ObjectPrototypeSymbols, key)) return; + var descriptor = nativeGetOwnPropertyDescriptor(it, key); + if (descriptor && hasOwn(AllSymbols, key) && !(hasOwn(it, HIDDEN) && it[HIDDEN][key])) { + descriptor.enumerable = true; + } + return descriptor; +}; + +var $getOwnPropertyNames = function getOwnPropertyNames(O) { + var names = nativeGetOwnPropertyNames(toIndexedObject(O)); + var result = []; + $forEach(names, function (key) { + if (!hasOwn(AllSymbols, key) && !hasOwn(hiddenKeys, key)) push(result, key); + }); + return result; +}; + +var $getOwnPropertySymbols = function (O) { + var IS_OBJECT_PROTOTYPE = O === ObjectPrototype; + var names = nativeGetOwnPropertyNames(IS_OBJECT_PROTOTYPE ? ObjectPrototypeSymbols : toIndexedObject(O)); + var result = []; + $forEach(names, function (key) { + if (hasOwn(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || hasOwn(ObjectPrototype, key))) { + push(result, AllSymbols[key]); + } + }); + return result; +}; + +// `Symbol` constructor +// https://tc39.es/ecma262/#sec-symbol-constructor +if (!NATIVE_SYMBOL) { + $Symbol = function Symbol() { + if (isPrototypeOf(SymbolPrototype, this)) throw new TypeError('Symbol is not a constructor'); + var description = !arguments.length || arguments[0] === undefined ? undefined : $toString(arguments[0]); + var tag = uid(description); + var setter = function (value) { + var $this = this === undefined ? globalThis : this; + if ($this === ObjectPrototype) call(setter, ObjectPrototypeSymbols, value); + if (hasOwn($this, HIDDEN) && hasOwn($this[HIDDEN], tag)) $this[HIDDEN][tag] = false; + var descriptor = createPropertyDescriptor(1, value); + try { + setSymbolDescriptor($this, tag, descriptor); + } catch (error) { + if (!(error instanceof RangeError)) throw error; + fallbackDefineProperty($this, tag, descriptor); + } + }; + if (DESCRIPTORS && USE_SETTER) setSymbolDescriptor(ObjectPrototype, tag, { configurable: true, set: setter }); + return wrap(tag, description); + }; + + SymbolPrototype = $Symbol[PROTOTYPE]; + + defineBuiltIn(SymbolPrototype, 'toString', function toString() { + return getInternalState(this).tag; + }); + + defineBuiltIn($Symbol, 'withoutSetter', function (description) { + return wrap(uid(description), description); + }); + + propertyIsEnumerableModule.f = $propertyIsEnumerable; + definePropertyModule.f = $defineProperty; + definePropertiesModule.f = $defineProperties; + getOwnPropertyDescriptorModule.f = $getOwnPropertyDescriptor; + getOwnPropertyNamesModule.f = getOwnPropertyNamesExternal.f = $getOwnPropertyNames; + getOwnPropertySymbolsModule.f = $getOwnPropertySymbols; + + wrappedWellKnownSymbolModule.f = function (name) { + return wrap(wellKnownSymbol(name), name); + }; + + if (DESCRIPTORS) { + // https://github.com/tc39/proposal-Symbol-description + defineBuiltInAccessor(SymbolPrototype, 'description', { + configurable: true, + get: function description() { + return getInternalState(this).description; + } + }); + if (!IS_PURE) { + defineBuiltIn(ObjectPrototype, 'propertyIsEnumerable', $propertyIsEnumerable, { unsafe: true }); + } + } +} + +$({ global: true, constructor: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, { + Symbol: $Symbol +}); + +$forEach(objectKeys(WellKnownSymbolsStore), function (name) { + defineWellKnownSymbol(name); +}); + +$({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, { + useSetter: function () { USE_SETTER = true; }, + useSimple: function () { USE_SETTER = false; } +}); + +$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL, sham: !DESCRIPTORS }, { + // `Object.create` method + // https://tc39.es/ecma262/#sec-object.create + create: $create, + // `Object.defineProperty` method + // https://tc39.es/ecma262/#sec-object.defineproperty + defineProperty: $defineProperty, + // `Object.defineProperties` method + // https://tc39.es/ecma262/#sec-object.defineproperties + defineProperties: $defineProperties, + // `Object.getOwnPropertyDescriptor` method + // https://tc39.es/ecma262/#sec-object.getownpropertydescriptors + getOwnPropertyDescriptor: $getOwnPropertyDescriptor +}); + +$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, { + // `Object.getOwnPropertyNames` method + // https://tc39.es/ecma262/#sec-object.getownpropertynames + getOwnPropertyNames: $getOwnPropertyNames +}); + +// `Symbol.prototype[@@toPrimitive]` method +// https://tc39.es/ecma262/#sec-symbol.prototype-@@toprimitive +defineSymbolToPrimitive(); + +// `Symbol.prototype[@@toStringTag]` property +// https://tc39.es/ecma262/#sec-symbol.prototype-@@tostringtag +setToStringTag($Symbol, SYMBOL); + +hiddenKeys[HIDDEN] = true; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.description.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.description.js new file mode 100644 index 00000000..7f2458fa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.description.js @@ -0,0 +1,60 @@ +// `Symbol.prototype.description` getter +// https://tc39.es/ecma262/#sec-symbol.prototype.description +'use strict'; +var $ = require('../internals/export'); +var DESCRIPTORS = require('../internals/descriptors'); +var globalThis = require('../internals/global-this'); +var uncurryThis = require('../internals/function-uncurry-this'); +var hasOwn = require('../internals/has-own-property'); +var isCallable = require('../internals/is-callable'); +var isPrototypeOf = require('../internals/object-is-prototype-of'); +var toString = require('../internals/to-string'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var copyConstructorProperties = require('../internals/copy-constructor-properties'); + +var NativeSymbol = globalThis.Symbol; +var SymbolPrototype = NativeSymbol && NativeSymbol.prototype; + +if (DESCRIPTORS && isCallable(NativeSymbol) && (!('description' in SymbolPrototype) || + // Safari 12 bug + NativeSymbol().description !== undefined +)) { + var EmptyStringDescriptionStore = {}; + // wrap Symbol constructor for correct work with undefined description + var SymbolWrapper = function Symbol() { + var description = arguments.length < 1 || arguments[0] === undefined ? undefined : toString(arguments[0]); + var result = isPrototypeOf(SymbolPrototype, this) + // eslint-disable-next-line sonarjs/inconsistent-function-call -- ok + ? new NativeSymbol(description) + // in Edge 13, String(Symbol(undefined)) === 'Symbol(undefined)' + : description === undefined ? NativeSymbol() : NativeSymbol(description); + if (description === '') EmptyStringDescriptionStore[result] = true; + return result; + }; + + copyConstructorProperties(SymbolWrapper, NativeSymbol); + SymbolWrapper.prototype = SymbolPrototype; + SymbolPrototype.constructor = SymbolWrapper; + + var NATIVE_SYMBOL = String(NativeSymbol('description detection')) === 'Symbol(description detection)'; + var thisSymbolValue = uncurryThis(SymbolPrototype.valueOf); + var symbolDescriptiveString = uncurryThis(SymbolPrototype.toString); + var regexp = /^Symbol\((.*)\)[^)]+$/; + var replace = uncurryThis(''.replace); + var stringSlice = uncurryThis(''.slice); + + defineBuiltInAccessor(SymbolPrototype, 'description', { + configurable: true, + get: function description() { + var symbol = thisSymbolValue(this); + if (hasOwn(EmptyStringDescriptionStore, symbol)) return ''; + var string = symbolDescriptiveString(symbol); + var desc = NATIVE_SYMBOL ? stringSlice(string, 7, -1) : replace(string, regexp, '$1'); + return desc === '' ? undefined : desc; + } + }); + + $({ global: true, constructor: true, forced: true }, { + Symbol: SymbolWrapper + }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.for.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.for.js new file mode 100644 index 00000000..e056b6b5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.for.js @@ -0,0 +1,23 @@ +'use strict'; +var $ = require('../internals/export'); +var getBuiltIn = require('../internals/get-built-in'); +var hasOwn = require('../internals/has-own-property'); +var toString = require('../internals/to-string'); +var shared = require('../internals/shared'); +var NATIVE_SYMBOL_REGISTRY = require('../internals/symbol-registry-detection'); + +var StringToSymbolRegistry = shared('string-to-symbol-registry'); +var SymbolToStringRegistry = shared('symbol-to-string-registry'); + +// `Symbol.for` method +// https://tc39.es/ecma262/#sec-symbol.for +$({ target: 'Symbol', stat: true, forced: !NATIVE_SYMBOL_REGISTRY }, { + 'for': function (key) { + var string = toString(key); + if (hasOwn(StringToSymbolRegistry, string)) return StringToSymbolRegistry[string]; + var symbol = getBuiltIn('Symbol')(string); + StringToSymbolRegistry[string] = symbol; + SymbolToStringRegistry[symbol] = string; + return symbol; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.has-instance.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.has-instance.js new file mode 100644 index 00000000..a37c6663 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.has-instance.js @@ -0,0 +1,6 @@ +'use strict'; +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); + +// `Symbol.hasInstance` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.hasinstance +defineWellKnownSymbol('hasInstance'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.is-concat-spreadable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.is-concat-spreadable.js new file mode 100644 index 00000000..f449e796 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.is-concat-spreadable.js @@ -0,0 +1,6 @@ +'use strict'; +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); + +// `Symbol.isConcatSpreadable` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.isconcatspreadable +defineWellKnownSymbol('isConcatSpreadable'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.iterator.js new file mode 100644 index 00000000..545ad973 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.iterator.js @@ -0,0 +1,6 @@ +'use strict'; +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); + +// `Symbol.iterator` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.iterator +defineWellKnownSymbol('iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.js new file mode 100644 index 00000000..aaef3c14 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: Remove this module from `core-js@4` since it's split to modules listed below +require('../modules/es.symbol.constructor'); +require('../modules/es.symbol.for'); +require('../modules/es.symbol.key-for'); +require('../modules/es.json.stringify'); +require('../modules/es.object.get-own-property-symbols'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.key-for.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.key-for.js new file mode 100644 index 00000000..c7f4d25c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.key-for.js @@ -0,0 +1,18 @@ +'use strict'; +var $ = require('../internals/export'); +var hasOwn = require('../internals/has-own-property'); +var isSymbol = require('../internals/is-symbol'); +var tryToString = require('../internals/try-to-string'); +var shared = require('../internals/shared'); +var NATIVE_SYMBOL_REGISTRY = require('../internals/symbol-registry-detection'); + +var SymbolToStringRegistry = shared('symbol-to-string-registry'); + +// `Symbol.keyFor` method +// https://tc39.es/ecma262/#sec-symbol.keyfor +$({ target: 'Symbol', stat: true, forced: !NATIVE_SYMBOL_REGISTRY }, { + keyFor: function keyFor(sym) { + if (!isSymbol(sym)) throw new TypeError(tryToString(sym) + ' is not a symbol'); + if (hasOwn(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym]; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.match-all.js new file mode 100644 index 00000000..19a3bd07 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.match-all.js @@ -0,0 +1,6 @@ +'use strict'; +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); + +// `Symbol.matchAll` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.matchall +defineWellKnownSymbol('matchAll'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.match.js new file mode 100644 index 00000000..4947d02f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.match.js @@ -0,0 +1,6 @@ +'use strict'; +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); + +// `Symbol.match` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.match +defineWellKnownSymbol('match'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.replace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.replace.js new file mode 100644 index 00000000..73062093 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.replace.js @@ -0,0 +1,6 @@ +'use strict'; +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); + +// `Symbol.replace` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.replace +defineWellKnownSymbol('replace'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.search.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.search.js new file mode 100644 index 00000000..61bdf8ac --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.search.js @@ -0,0 +1,6 @@ +'use strict'; +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); + +// `Symbol.search` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.search +defineWellKnownSymbol('search'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.species.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.species.js new file mode 100644 index 00000000..67b995c5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.species.js @@ -0,0 +1,6 @@ +'use strict'; +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); + +// `Symbol.species` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.species +defineWellKnownSymbol('species'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.split.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.split.js new file mode 100644 index 00000000..926e02ca --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.split.js @@ -0,0 +1,6 @@ +'use strict'; +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); + +// `Symbol.split` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.split +defineWellKnownSymbol('split'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.to-primitive.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.to-primitive.js new file mode 100644 index 00000000..c263093a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.to-primitive.js @@ -0,0 +1,11 @@ +'use strict'; +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); +var defineSymbolToPrimitive = require('../internals/symbol-define-to-primitive'); + +// `Symbol.toPrimitive` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.toprimitive +defineWellKnownSymbol('toPrimitive'); + +// `Symbol.prototype[@@toPrimitive]` method +// https://tc39.es/ecma262/#sec-symbol.prototype-@@toprimitive +defineSymbolToPrimitive(); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.to-string-tag.js new file mode 100644 index 00000000..4a09f112 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.to-string-tag.js @@ -0,0 +1,12 @@ +'use strict'; +var getBuiltIn = require('../internals/get-built-in'); +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); +var setToStringTag = require('../internals/set-to-string-tag'); + +// `Symbol.toStringTag` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.tostringtag +defineWellKnownSymbol('toStringTag'); + +// `Symbol.prototype[@@toStringTag]` property +// https://tc39.es/ecma262/#sec-symbol.prototype-@@tostringtag +setToStringTag(getBuiltIn('Symbol'), 'Symbol'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.unscopables.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.unscopables.js new file mode 100644 index 00000000..e5df05ec --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.symbol.unscopables.js @@ -0,0 +1,6 @@ +'use strict'; +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); + +// `Symbol.unscopables` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.unscopables +defineWellKnownSymbol('unscopables'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.at.js new file mode 100644 index 00000000..c2c2208e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.at.js @@ -0,0 +1,17 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.at` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.at +exportTypedArrayMethod('at', function at(index) { + var O = aTypedArray(this); + var len = lengthOfArrayLike(O); + var relativeIndex = toIntegerOrInfinity(index); + var k = relativeIndex >= 0 ? relativeIndex : len + relativeIndex; + return (k < 0 || k >= len) ? undefined : O[k]; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.copy-within.js new file mode 100644 index 00000000..ec0baff5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.copy-within.js @@ -0,0 +1,14 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var $ArrayCopyWithin = require('../internals/array-copy-within'); + +var u$ArrayCopyWithin = uncurryThis($ArrayCopyWithin); +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.copyWithin` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.copywithin +exportTypedArrayMethod('copyWithin', function copyWithin(target, start /* , end */) { + return u$ArrayCopyWithin(aTypedArray(this), target, start, arguments.length > 2 ? arguments[2] : undefined); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.every.js new file mode 100644 index 00000000..625a0c59 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.every.js @@ -0,0 +1,12 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var $every = require('../internals/array-iteration').every; + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.every` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.every +exportTypedArrayMethod('every', function every(callbackfn /* , thisArg */) { + return $every(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.fill.js new file mode 100644 index 00000000..3fa8a878 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.fill.js @@ -0,0 +1,29 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var $fill = require('../internals/array-fill'); +var toBigInt = require('../internals/to-big-int'); +var classof = require('../internals/classof'); +var call = require('../internals/function-call'); +var uncurryThis = require('../internals/function-uncurry-this'); +var fails = require('../internals/fails'); + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; +var slice = uncurryThis(''.slice); + +// V8 ~ Chrome < 59, Safari < 14.1, FF < 55, Edge <=18 +var CONVERSION_BUG = fails(function () { + var count = 0; + // eslint-disable-next-line es/no-typed-arrays -- safe + new Int8Array(2).fill({ valueOf: function () { return count++; } }); + return count !== 1; +}); + +// `%TypedArray%.prototype.fill` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.fill +exportTypedArrayMethod('fill', function fill(value /* , start, end */) { + var length = arguments.length; + aTypedArray(this); + var actualValue = slice(classof(this), 0, 3) === 'Big' ? toBigInt(value) : +value; + return call($fill, this, actualValue, length > 1 ? arguments[1] : undefined, length > 2 ? arguments[2] : undefined); +}, CONVERSION_BUG); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.filter.js new file mode 100644 index 00000000..51d5bc90 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.filter.js @@ -0,0 +1,14 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var $filter = require('../internals/array-iteration').filter; +var fromSameTypeAndList = require('../internals/typed-array-from-same-type-and-list'); + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.filter` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.filter +exportTypedArrayMethod('filter', function filter(callbackfn /* , thisArg */) { + var list = $filter(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined); + return fromSameTypeAndList(this, list); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.find-index.js new file mode 100644 index 00000000..b1266565 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.find-index.js @@ -0,0 +1,12 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var $findIndex = require('../internals/array-iteration').findIndex; + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.findIndex` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.findindex +exportTypedArrayMethod('findIndex', function findIndex(predicate /* , thisArg */) { + return $findIndex(aTypedArray(this), predicate, arguments.length > 1 ? arguments[1] : undefined); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.find-last-index.js new file mode 100644 index 00000000..5e8b501a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.find-last-index.js @@ -0,0 +1,12 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var $findLastIndex = require('../internals/array-iteration-from-last').findLastIndex; + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.findLastIndex` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.findlastindex +exportTypedArrayMethod('findLastIndex', function findLastIndex(predicate /* , thisArg */) { + return $findLastIndex(aTypedArray(this), predicate, arguments.length > 1 ? arguments[1] : undefined); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.find-last.js new file mode 100644 index 00000000..2b124cfb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.find-last.js @@ -0,0 +1,12 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var $findLast = require('../internals/array-iteration-from-last').findLast; + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.findLast` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.findlast +exportTypedArrayMethod('findLast', function findLast(predicate /* , thisArg */) { + return $findLast(aTypedArray(this), predicate, arguments.length > 1 ? arguments[1] : undefined); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.find.js new file mode 100644 index 00000000..db7ee3f7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.find.js @@ -0,0 +1,12 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var $find = require('../internals/array-iteration').find; + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.find` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.find +exportTypedArrayMethod('find', function find(predicate /* , thisArg */) { + return $find(aTypedArray(this), predicate, arguments.length > 1 ? arguments[1] : undefined); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.float32-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.float32-array.js new file mode 100644 index 00000000..95b84811 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.float32-array.js @@ -0,0 +1,10 @@ +'use strict'; +var createTypedArrayConstructor = require('../internals/typed-array-constructor'); + +// `Float32Array` constructor +// https://tc39.es/ecma262/#sec-typedarray-objects +createTypedArrayConstructor('Float32', function (init) { + return function Float32Array(data, byteOffset, length) { + return init(this, data, byteOffset, length); + }; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.float64-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.float64-array.js new file mode 100644 index 00000000..da82da24 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.float64-array.js @@ -0,0 +1,10 @@ +'use strict'; +var createTypedArrayConstructor = require('../internals/typed-array-constructor'); + +// `Float64Array` constructor +// https://tc39.es/ecma262/#sec-typedarray-objects +createTypedArrayConstructor('Float64', function (init) { + return function Float64Array(data, byteOffset, length) { + return init(this, data, byteOffset, length); + }; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.for-each.js new file mode 100644 index 00000000..bc2f28f7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.for-each.js @@ -0,0 +1,12 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var $forEach = require('../internals/array-iteration').forEach; + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.forEach` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.foreach +exportTypedArrayMethod('forEach', function forEach(callbackfn /* , thisArg */) { + $forEach(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.from.js new file mode 100644 index 00000000..79ad0f13 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.from.js @@ -0,0 +1,8 @@ +'use strict'; +var TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = require('../internals/typed-array-constructors-require-wrappers'); +var exportTypedArrayStaticMethod = require('../internals/array-buffer-view-core').exportTypedArrayStaticMethod; +var typedArrayFrom = require('../internals/typed-array-from'); + +// `%TypedArray%.from` method +// https://tc39.es/ecma262/#sec-%typedarray%.from +exportTypedArrayStaticMethod('from', typedArrayFrom, TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.includes.js new file mode 100644 index 00000000..b465840f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.includes.js @@ -0,0 +1,12 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var $includes = require('../internals/array-includes').includes; + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.includes` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.includes +exportTypedArrayMethod('includes', function includes(searchElement /* , fromIndex */) { + return $includes(aTypedArray(this), searchElement, arguments.length > 1 ? arguments[1] : undefined); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.index-of.js new file mode 100644 index 00000000..b369f5c1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.index-of.js @@ -0,0 +1,12 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var $indexOf = require('../internals/array-includes').indexOf; + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.indexOf` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.indexof +exportTypedArrayMethod('indexOf', function indexOf(searchElement /* , fromIndex */) { + return $indexOf(aTypedArray(this), searchElement, arguments.length > 1 ? arguments[1] : undefined); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.int16-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.int16-array.js new file mode 100644 index 00000000..fe3da1dc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.int16-array.js @@ -0,0 +1,10 @@ +'use strict'; +var createTypedArrayConstructor = require('../internals/typed-array-constructor'); + +// `Int16Array` constructor +// https://tc39.es/ecma262/#sec-typedarray-objects +createTypedArrayConstructor('Int16', function (init) { + return function Int16Array(data, byteOffset, length) { + return init(this, data, byteOffset, length); + }; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.int32-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.int32-array.js new file mode 100644 index 00000000..38afed59 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.int32-array.js @@ -0,0 +1,10 @@ +'use strict'; +var createTypedArrayConstructor = require('../internals/typed-array-constructor'); + +// `Int32Array` constructor +// https://tc39.es/ecma262/#sec-typedarray-objects +createTypedArrayConstructor('Int32', function (init) { + return function Int32Array(data, byteOffset, length) { + return init(this, data, byteOffset, length); + }; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.int8-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.int8-array.js new file mode 100644 index 00000000..dda9bd4d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.int8-array.js @@ -0,0 +1,10 @@ +'use strict'; +var createTypedArrayConstructor = require('../internals/typed-array-constructor'); + +// `Int8Array` constructor +// https://tc39.es/ecma262/#sec-typedarray-objects +createTypedArrayConstructor('Int8', function (init) { + return function Int8Array(data, byteOffset, length) { + return init(this, data, byteOffset, length); + }; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.iterator.js new file mode 100644 index 00000000..55bdbbc7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.iterator.js @@ -0,0 +1,46 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var fails = require('../internals/fails'); +var uncurryThis = require('../internals/function-uncurry-this'); +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var ArrayIterators = require('../modules/es.array.iterator'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var ITERATOR = wellKnownSymbol('iterator'); +var Uint8Array = globalThis.Uint8Array; +var arrayValues = uncurryThis(ArrayIterators.values); +var arrayKeys = uncurryThis(ArrayIterators.keys); +var arrayEntries = uncurryThis(ArrayIterators.entries); +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; +var TypedArrayPrototype = Uint8Array && Uint8Array.prototype; + +var GENERIC = !fails(function () { + TypedArrayPrototype[ITERATOR].call([1]); +}); + +var ITERATOR_IS_VALUES = !!TypedArrayPrototype + && TypedArrayPrototype.values + && TypedArrayPrototype[ITERATOR] === TypedArrayPrototype.values + && TypedArrayPrototype.values.name === 'values'; + +var typedArrayValues = function values() { + return arrayValues(aTypedArray(this)); +}; + +// `%TypedArray%.prototype.entries` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.entries +exportTypedArrayMethod('entries', function entries() { + return arrayEntries(aTypedArray(this)); +}, GENERIC); +// `%TypedArray%.prototype.keys` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.keys +exportTypedArrayMethod('keys', function keys() { + return arrayKeys(aTypedArray(this)); +}, GENERIC); +// `%TypedArray%.prototype.values` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.values +exportTypedArrayMethod('values', typedArrayValues, GENERIC || !ITERATOR_IS_VALUES, { name: 'values' }); +// `%TypedArray%.prototype[@@iterator]` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype-@@iterator +exportTypedArrayMethod(ITERATOR, typedArrayValues, GENERIC || !ITERATOR_IS_VALUES, { name: 'values' }); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.join.js new file mode 100644 index 00000000..e8e7720e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.join.js @@ -0,0 +1,13 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var uncurryThis = require('../internals/function-uncurry-this'); + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; +var $join = uncurryThis([].join); + +// `%TypedArray%.prototype.join` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.join +exportTypedArrayMethod('join', function join(separator) { + return $join(aTypedArray(this), separator); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.last-index-of.js new file mode 100644 index 00000000..89c2fc2f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.last-index-of.js @@ -0,0 +1,14 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var apply = require('../internals/function-apply'); +var $lastIndexOf = require('../internals/array-last-index-of'); + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.lastIndexOf` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.lastindexof +exportTypedArrayMethod('lastIndexOf', function lastIndexOf(searchElement /* , fromIndex */) { + var length = arguments.length; + return apply($lastIndexOf, aTypedArray(this), length > 1 ? [searchElement, arguments[1]] : [searchElement]); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.map.js new file mode 100644 index 00000000..103b6bb1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.map.js @@ -0,0 +1,15 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var $map = require('../internals/array-iteration').map; + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var getTypedArrayConstructor = ArrayBufferViewCore.getTypedArrayConstructor; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.map` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.map +exportTypedArrayMethod('map', function map(mapfn /* , thisArg */) { + return $map(aTypedArray(this), mapfn, arguments.length > 1 ? arguments[1] : undefined, function (O, length) { + return new (getTypedArrayConstructor(O))(length); + }); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.of.js new file mode 100644 index 00000000..2c9064b4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.of.js @@ -0,0 +1,16 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = require('../internals/typed-array-constructors-require-wrappers'); + +var aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor; +var exportTypedArrayStaticMethod = ArrayBufferViewCore.exportTypedArrayStaticMethod; + +// `%TypedArray%.of` method +// https://tc39.es/ecma262/#sec-%typedarray%.of +exportTypedArrayStaticMethod('of', function of(/* ...items */) { + var index = 0; + var length = arguments.length; + var result = new (aTypedArrayConstructor(this))(length); + while (length > index) result[index] = arguments[index++]; + return result; +}, TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.reduce-right.js new file mode 100644 index 00000000..5df1ca12 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.reduce-right.js @@ -0,0 +1,13 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var $reduceRight = require('../internals/array-reduce').right; + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.reduceRight` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.reduceright +exportTypedArrayMethod('reduceRight', function reduceRight(callbackfn /* , initialValue */) { + var length = arguments.length; + return $reduceRight(aTypedArray(this), callbackfn, length, length > 1 ? arguments[1] : undefined); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.reduce.js new file mode 100644 index 00000000..4a71707a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.reduce.js @@ -0,0 +1,13 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var $reduce = require('../internals/array-reduce').left; + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.reduce` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.reduce +exportTypedArrayMethod('reduce', function reduce(callbackfn /* , initialValue */) { + var length = arguments.length; + return $reduce(aTypedArray(this), callbackfn, length, length > 1 ? arguments[1] : undefined); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.reverse.js new file mode 100644 index 00000000..4a5a8706 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.reverse.js @@ -0,0 +1,21 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; +var floor = Math.floor; + +// `%TypedArray%.prototype.reverse` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.reverse +exportTypedArrayMethod('reverse', function reverse() { + var that = this; + var length = aTypedArray(that).length; + var middle = floor(length / 2); + var index = 0; + var value; + while (index < middle) { + value = that[index]; + that[index++] = that[--length]; + that[length] = value; + } return that; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.set.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.set.js new file mode 100644 index 00000000..8248ce24 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.set.js @@ -0,0 +1,44 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var call = require('../internals/function-call'); +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var toOffset = require('../internals/to-offset'); +var toIndexedObject = require('../internals/to-object'); +var fails = require('../internals/fails'); + +var RangeError = globalThis.RangeError; +var Int8Array = globalThis.Int8Array; +var Int8ArrayPrototype = Int8Array && Int8Array.prototype; +var $set = Int8ArrayPrototype && Int8ArrayPrototype.set; +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +var WORKS_WITH_OBJECTS_AND_GENERIC_ON_TYPED_ARRAYS = !fails(function () { + // eslint-disable-next-line es/no-typed-arrays -- required for testing + var array = new Uint8ClampedArray(2); + call($set, array, { length: 1, 0: 3 }, 1); + return array[1] !== 3; +}); + +// https://bugs.chromium.org/p/v8/issues/detail?id=11294 and other +var TO_OBJECT_BUG = WORKS_WITH_OBJECTS_AND_GENERIC_ON_TYPED_ARRAYS && ArrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS && fails(function () { + var array = new Int8Array(2); + array.set(1); + array.set('2', 1); + return array[0] !== 0 || array[1] !== 2; +}); + +// `%TypedArray%.prototype.set` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.set +exportTypedArrayMethod('set', function set(arrayLike /* , offset */) { + aTypedArray(this); + var offset = toOffset(arguments.length > 1 ? arguments[1] : undefined, 1); + var src = toIndexedObject(arrayLike); + if (WORKS_WITH_OBJECTS_AND_GENERIC_ON_TYPED_ARRAYS) return call($set, this, src, offset); + var length = this.length; + var len = lengthOfArrayLike(src); + var index = 0; + if (len + offset > length) throw new RangeError('Wrong length'); + while (index < len) this[offset + index] = src[index++]; +}, !WORKS_WITH_OBJECTS_AND_GENERIC_ON_TYPED_ARRAYS || TO_OBJECT_BUG); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.slice.js new file mode 100644 index 00000000..810fb5a3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.slice.js @@ -0,0 +1,25 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var fails = require('../internals/fails'); +var arraySlice = require('../internals/array-slice'); + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var getTypedArrayConstructor = ArrayBufferViewCore.getTypedArrayConstructor; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +var FORCED = fails(function () { + // eslint-disable-next-line es/no-typed-arrays -- required for testing + new Int8Array(1).slice(); +}); + +// `%TypedArray%.prototype.slice` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.slice +exportTypedArrayMethod('slice', function slice(start, end) { + var list = arraySlice(aTypedArray(this), start, end); + var C = getTypedArrayConstructor(this); + var index = 0; + var length = list.length; + var result = new C(length); + while (length > index) result[index] = list[index++]; + return result; +}, FORCED); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.some.js new file mode 100644 index 00000000..214115b8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.some.js @@ -0,0 +1,12 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var $some = require('../internals/array-iteration').some; + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.some` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.some +exportTypedArrayMethod('some', function some(callbackfn /* , thisArg */) { + return $some(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.sort.js new file mode 100644 index 00000000..5fddfb14 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.sort.js @@ -0,0 +1,70 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var uncurryThis = require('../internals/function-uncurry-this-clause'); +var fails = require('../internals/fails'); +var aCallable = require('../internals/a-callable'); +var internalSort = require('../internals/array-sort'); +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var FF = require('../internals/environment-ff-version'); +var IE_OR_EDGE = require('../internals/environment-is-ie-or-edge'); +var V8 = require('../internals/environment-v8-version'); +var WEBKIT = require('../internals/environment-webkit-version'); + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; +var Uint16Array = globalThis.Uint16Array; +var nativeSort = Uint16Array && uncurryThis(Uint16Array.prototype.sort); + +// WebKit +var ACCEPT_INCORRECT_ARGUMENTS = !!nativeSort && !(fails(function () { + nativeSort(new Uint16Array(2), null); +}) && fails(function () { + nativeSort(new Uint16Array(2), {}); +})); + +var STABLE_SORT = !!nativeSort && !fails(function () { + // feature detection can be too slow, so check engines versions + if (V8) return V8 < 74; + if (FF) return FF < 67; + if (IE_OR_EDGE) return true; + if (WEBKIT) return WEBKIT < 602; + + var array = new Uint16Array(516); + var expected = Array(516); + var index, mod; + + for (index = 0; index < 516; index++) { + mod = index % 4; + array[index] = 515 - index; + expected[index] = index - 2 * mod + 3; + } + + nativeSort(array, function (a, b) { + return (a / 4 | 0) - (b / 4 | 0); + }); + + for (index = 0; index < 516; index++) { + if (array[index] !== expected[index]) return true; + } +}); + +var getSortCompare = function (comparefn) { + return function (x, y) { + if (comparefn !== undefined) return +comparefn(x, y) || 0; + // eslint-disable-next-line no-self-compare -- NaN check + if (y !== y) return -1; + // eslint-disable-next-line no-self-compare -- NaN check + if (x !== x) return 1; + if (x === 0 && y === 0) return 1 / x > 0 && 1 / y < 0 ? 1 : -1; + return x > y; + }; +}; + +// `%TypedArray%.prototype.sort` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.sort +exportTypedArrayMethod('sort', function sort(comparefn) { + if (comparefn !== undefined) aCallable(comparefn); + if (STABLE_SORT) return nativeSort(this, comparefn); + + return internalSort(aTypedArray(this), getSortCompare(comparefn)); +}, !STABLE_SORT || ACCEPT_INCORRECT_ARGUMENTS); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.subarray.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.subarray.js new file mode 100644 index 00000000..5bf98557 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.subarray.js @@ -0,0 +1,22 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var toLength = require('../internals/to-length'); +var toAbsoluteIndex = require('../internals/to-absolute-index'); + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var getTypedArrayConstructor = ArrayBufferViewCore.getTypedArrayConstructor; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.subarray` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.subarray +exportTypedArrayMethod('subarray', function subarray(begin, end) { + var O = aTypedArray(this); + var length = O.length; + var beginIndex = toAbsoluteIndex(begin, length); + var C = getTypedArrayConstructor(O); + return new C( + O.buffer, + O.byteOffset + beginIndex * O.BYTES_PER_ELEMENT, + toLength((end === undefined ? length : toAbsoluteIndex(end, length)) - beginIndex) + ); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.to-locale-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.to-locale-string.js new file mode 100644 index 00000000..714e50fa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.to-locale-string.js @@ -0,0 +1,32 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var apply = require('../internals/function-apply'); +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var fails = require('../internals/fails'); +var arraySlice = require('../internals/array-slice'); + +var Int8Array = globalThis.Int8Array; +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; +var $toLocaleString = [].toLocaleString; + +// iOS Safari 6.x fails here +var TO_LOCALE_STRING_BUG = !!Int8Array && fails(function () { + $toLocaleString.call(new Int8Array(1)); +}); + +var FORCED = fails(function () { + return [1, 2].toLocaleString() !== new Int8Array([1, 2]).toLocaleString(); +}) || !fails(function () { + Int8Array.prototype.toLocaleString.call([1, 2]); +}); + +// `%TypedArray%.prototype.toLocaleString` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.tolocalestring +exportTypedArrayMethod('toLocaleString', function toLocaleString() { + return apply( + $toLocaleString, + TO_LOCALE_STRING_BUG ? arraySlice(aTypedArray(this)) : aTypedArray(this), + arraySlice(arguments) + ); +}, FORCED); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.to-reversed.js new file mode 100644 index 00000000..500d44f8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.to-reversed.js @@ -0,0 +1,13 @@ +'use strict'; +var arrayToReversed = require('../internals/array-to-reversed'); +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; +var getTypedArrayConstructor = ArrayBufferViewCore.getTypedArrayConstructor; + +// `%TypedArray%.prototype.toReversed` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.toreversed +exportTypedArrayMethod('toReversed', function toReversed() { + return arrayToReversed(aTypedArray(this), getTypedArrayConstructor(this)); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.to-sorted.js new file mode 100644 index 00000000..09b9afdc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.to-sorted.js @@ -0,0 +1,19 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var uncurryThis = require('../internals/function-uncurry-this'); +var aCallable = require('../internals/a-callable'); +var arrayFromConstructorAndList = require('../internals/array-from-constructor-and-list'); + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var getTypedArrayConstructor = ArrayBufferViewCore.getTypedArrayConstructor; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; +var sort = uncurryThis(ArrayBufferViewCore.TypedArrayPrototype.sort); + +// `%TypedArray%.prototype.toSorted` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.tosorted +exportTypedArrayMethod('toSorted', function toSorted(compareFn) { + if (compareFn !== undefined) aCallable(compareFn); + var O = aTypedArray(this); + var A = arrayFromConstructorAndList(getTypedArrayConstructor(O), O); + return sort(A, compareFn); +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.to-string.js new file mode 100644 index 00000000..c7b9459c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.to-string.js @@ -0,0 +1,22 @@ +'use strict'; +var exportTypedArrayMethod = require('../internals/array-buffer-view-core').exportTypedArrayMethod; +var fails = require('../internals/fails'); +var globalThis = require('../internals/global-this'); +var uncurryThis = require('../internals/function-uncurry-this'); + +var Uint8Array = globalThis.Uint8Array; +var Uint8ArrayPrototype = Uint8Array && Uint8Array.prototype || {}; +var arrayToString = [].toString; +var join = uncurryThis([].join); + +if (fails(function () { arrayToString.call({}); })) { + arrayToString = function toString() { + return join(this); + }; +} + +var IS_NOT_ARRAY_METHOD = Uint8ArrayPrototype.toString !== arrayToString; + +// `%TypedArray%.prototype.toString` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.tostring +exportTypedArrayMethod('toString', arrayToString, IS_NOT_ARRAY_METHOD); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.uint16-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.uint16-array.js new file mode 100644 index 00000000..81750e1a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.uint16-array.js @@ -0,0 +1,10 @@ +'use strict'; +var createTypedArrayConstructor = require('../internals/typed-array-constructor'); + +// `Uint16Array` constructor +// https://tc39.es/ecma262/#sec-typedarray-objects +createTypedArrayConstructor('Uint16', function (init) { + return function Uint16Array(data, byteOffset, length) { + return init(this, data, byteOffset, length); + }; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.uint32-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.uint32-array.js new file mode 100644 index 00000000..eb3e9d17 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.uint32-array.js @@ -0,0 +1,10 @@ +'use strict'; +var createTypedArrayConstructor = require('../internals/typed-array-constructor'); + +// `Uint32Array` constructor +// https://tc39.es/ecma262/#sec-typedarray-objects +createTypedArrayConstructor('Uint32', function (init) { + return function Uint32Array(data, byteOffset, length) { + return init(this, data, byteOffset, length); + }; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.uint8-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.uint8-array.js new file mode 100644 index 00000000..24a1830e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.uint8-array.js @@ -0,0 +1,10 @@ +'use strict'; +var createTypedArrayConstructor = require('../internals/typed-array-constructor'); + +// `Uint8Array` constructor +// https://tc39.es/ecma262/#sec-typedarray-objects +createTypedArrayConstructor('Uint8', function (init) { + return function Uint8Array(data, byteOffset, length) { + return init(this, data, byteOffset, length); + }; +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js new file mode 100644 index 00000000..46103ce9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js @@ -0,0 +1,10 @@ +'use strict'; +var createTypedArrayConstructor = require('../internals/typed-array-constructor'); + +// `Uint8ClampedArray` constructor +// https://tc39.es/ecma262/#sec-typedarray-objects +createTypedArrayConstructor('Uint8', function (init) { + return function Uint8ClampedArray(data, byteOffset, length) { + return init(this, data, byteOffset, length); + }; +}, true); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.with.js new file mode 100644 index 00000000..f9e83cde --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.typed-array.with.js @@ -0,0 +1,30 @@ +'use strict'; +var arrayWith = require('../internals/array-with'); +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var isBigIntArray = require('../internals/is-big-int-array'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); +var toBigInt = require('../internals/to-big-int'); + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var getTypedArrayConstructor = ArrayBufferViewCore.getTypedArrayConstructor; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +var PROPER_ORDER = !!function () { + try { + // eslint-disable-next-line no-throw-literal, es/no-typed-arrays, es/no-array-prototype-with -- required for testing + new Int8Array(1)['with'](2, { valueOf: function () { throw 8; } }); + } catch (error) { + // some early implementations, like WebKit, does not follow the final semantic + // https://github.com/tc39/proposal-change-array-by-copy/pull/86 + return error === 8; + } +}(); + +// `%TypedArray%.prototype.with` method +// https://tc39.es/ecma262/#sec-%typedarray%.prototype.with +exportTypedArrayMethod('with', { 'with': function (index, value) { + var O = aTypedArray(this); + var relativeIndex = toIntegerOrInfinity(index); + var actualValue = isBigIntArray(O) ? toBigInt(value) : +value; + return arrayWith(O, getTypedArrayConstructor(O), relativeIndex, actualValue); +} }['with'], !PROPER_ORDER); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.unescape.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.unescape.js new file mode 100644 index 00000000..c23b68c1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.unescape.js @@ -0,0 +1,45 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var toString = require('../internals/to-string'); + +var fromCharCode = String.fromCharCode; +var charAt = uncurryThis(''.charAt); +var exec = uncurryThis(/./.exec); +var stringSlice = uncurryThis(''.slice); + +var hex2 = /^[\da-f]{2}$/i; +var hex4 = /^[\da-f]{4}$/i; + +// `unescape` method +// https://tc39.es/ecma262/#sec-unescape-string +$({ global: true }, { + unescape: function unescape(string) { + var str = toString(string); + var result = ''; + var length = str.length; + var index = 0; + var chr, part; + while (index < length) { + chr = charAt(str, index++); + if (chr === '%') { + if (charAt(str, index) === 'u') { + part = stringSlice(str, index + 1, index + 5); + if (exec(hex4, part)) { + result += fromCharCode(parseInt(part, 16)); + index += 5; + continue; + } + } else { + part = stringSlice(str, index, index + 2); + if (exec(hex2, part)) { + result += fromCharCode(parseInt(part, 16)); + index += 2; + continue; + } + } + } + result += chr; + } return result; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.weak-map.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.weak-map.constructor.js new file mode 100644 index 00000000..d5105e4d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.weak-map.constructor.js @@ -0,0 +1,106 @@ +'use strict'; +var FREEZING = require('../internals/freezing'); +var globalThis = require('../internals/global-this'); +var uncurryThis = require('../internals/function-uncurry-this'); +var defineBuiltIns = require('../internals/define-built-ins'); +var InternalMetadataModule = require('../internals/internal-metadata'); +var collection = require('../internals/collection'); +var collectionWeak = require('../internals/collection-weak'); +var isObject = require('../internals/is-object'); +var enforceInternalState = require('../internals/internal-state').enforce; +var fails = require('../internals/fails'); +var NATIVE_WEAK_MAP = require('../internals/weak-map-basic-detection'); + +var $Object = Object; +// eslint-disable-next-line es/no-array-isarray -- safe +var isArray = Array.isArray; +// eslint-disable-next-line es/no-object-isextensible -- safe +var isExtensible = $Object.isExtensible; +// eslint-disable-next-line es/no-object-isfrozen -- safe +var isFrozen = $Object.isFrozen; +// eslint-disable-next-line es/no-object-issealed -- safe +var isSealed = $Object.isSealed; +// eslint-disable-next-line es/no-object-freeze -- safe +var freeze = $Object.freeze; +// eslint-disable-next-line es/no-object-seal -- safe +var seal = $Object.seal; + +var IS_IE11 = !globalThis.ActiveXObject && 'ActiveXObject' in globalThis; +var InternalWeakMap; + +var wrapper = function (init) { + return function WeakMap() { + return init(this, arguments.length ? arguments[0] : undefined); + }; +}; + +// `WeakMap` constructor +// https://tc39.es/ecma262/#sec-weakmap-constructor +var $WeakMap = collection('WeakMap', wrapper, collectionWeak); +var WeakMapPrototype = $WeakMap.prototype; +var nativeSet = uncurryThis(WeakMapPrototype.set); + +// Chakra Edge bug: adding frozen arrays to WeakMap unfreeze them +var hasMSEdgeFreezingBug = function () { + return FREEZING && fails(function () { + var frozenArray = freeze([]); + nativeSet(new $WeakMap(), frozenArray, 1); + return !isFrozen(frozenArray); + }); +}; + +// IE11 WeakMap frozen keys fix +// We can't use feature detection because it crash some old IE builds +// https://github.com/zloirock/core-js/issues/485 +if (NATIVE_WEAK_MAP) if (IS_IE11) { + InternalWeakMap = collectionWeak.getConstructor(wrapper, 'WeakMap', true); + InternalMetadataModule.enable(); + var nativeDelete = uncurryThis(WeakMapPrototype['delete']); + var nativeHas = uncurryThis(WeakMapPrototype.has); + var nativeGet = uncurryThis(WeakMapPrototype.get); + defineBuiltIns(WeakMapPrototype, { + 'delete': function (key) { + if (isObject(key) && !isExtensible(key)) { + var state = enforceInternalState(this); + if (!state.frozen) state.frozen = new InternalWeakMap(); + return nativeDelete(this, key) || state.frozen['delete'](key); + } return nativeDelete(this, key); + }, + has: function has(key) { + if (isObject(key) && !isExtensible(key)) { + var state = enforceInternalState(this); + if (!state.frozen) state.frozen = new InternalWeakMap(); + return nativeHas(this, key) || state.frozen.has(key); + } return nativeHas(this, key); + }, + get: function get(key) { + if (isObject(key) && !isExtensible(key)) { + var state = enforceInternalState(this); + if (!state.frozen) state.frozen = new InternalWeakMap(); + return nativeHas(this, key) ? nativeGet(this, key) : state.frozen.get(key); + } return nativeGet(this, key); + }, + set: function set(key, value) { + if (isObject(key) && !isExtensible(key)) { + var state = enforceInternalState(this); + if (!state.frozen) state.frozen = new InternalWeakMap(); + nativeHas(this, key) ? nativeSet(this, key, value) : state.frozen.set(key, value); + } else nativeSet(this, key, value); + return this; + } + }); +// Chakra Edge frozen keys fix +} else if (hasMSEdgeFreezingBug()) { + defineBuiltIns(WeakMapPrototype, { + set: function set(key, value) { + var arrayIntegrityLevel; + if (isArray(key)) { + if (isFrozen(key)) arrayIntegrityLevel = freeze; + else if (isSealed(key)) arrayIntegrityLevel = seal; + } + nativeSet(this, key, value); + if (arrayIntegrityLevel) arrayIntegrityLevel(key); + return this; + } + }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.weak-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.weak-map.js new file mode 100644 index 00000000..d59a49f2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.weak-map.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove this module from `core-js@4` since it's replaced to module below +require('../modules/es.weak-map.constructor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.weak-set.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.weak-set.constructor.js new file mode 100644 index 00000000..80d9c34f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.weak-set.constructor.js @@ -0,0 +1,9 @@ +'use strict'; +var collection = require('../internals/collection'); +var collectionWeak = require('../internals/collection-weak'); + +// `WeakSet` constructor +// https://tc39.es/ecma262/#sec-weakset-constructor +collection('WeakSet', function (init) { + return function WeakSet() { return init(this, arguments.length ? arguments[0] : undefined); }; +}, collectionWeak); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.weak-set.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.weak-set.js new file mode 100644 index 00000000..7d3d93e6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/es.weak-set.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove this module from `core-js@4` since it's replaced to module below +require('../modules/es.weak-set.constructor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.aggregate-error.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.aggregate-error.js new file mode 100644 index 00000000..677193d2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.aggregate-error.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.aggregate-error'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array-buffer.detached.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array-buffer.detached.js new file mode 100644 index 00000000..c8db3f0b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array-buffer.detached.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.array-buffer.detached'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array-buffer.transfer-to-fixed-length.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array-buffer.transfer-to-fixed-length.js new file mode 100644 index 00000000..9bc38ebd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array-buffer.transfer-to-fixed-length.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.array-buffer.transfer-to-fixed-length'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array-buffer.transfer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array-buffer.transfer.js new file mode 100644 index 00000000..f5f939ba --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array-buffer.transfer.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.array-buffer.transfer'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.at.js new file mode 100644 index 00000000..13a671b5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.at.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.array.at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.filter-out.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.filter-out.js new file mode 100644 index 00000000..fc737f24 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.filter-out.js @@ -0,0 +1,15 @@ +'use strict'; +// TODO: remove from `core-js@4` +var $ = require('../internals/export'); +var $filterReject = require('../internals/array-iteration').filterReject; +var addToUnscopables = require('../internals/add-to-unscopables'); + +// `Array.prototype.filterOut` method +// https://github.com/tc39/proposal-array-filtering +$({ target: 'Array', proto: true, forced: true }, { + filterOut: function filterOut(callbackfn /* , thisArg */) { + return $filterReject(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); + } +}); + +addToUnscopables('filterOut'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.filter-reject.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.filter-reject.js new file mode 100644 index 00000000..8a9ee56d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.filter-reject.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var $filterReject = require('../internals/array-iteration').filterReject; +var addToUnscopables = require('../internals/add-to-unscopables'); + +// `Array.prototype.filterReject` method +// https://github.com/tc39/proposal-array-filtering +$({ target: 'Array', proto: true, forced: true }, { + filterReject: function filterReject(callbackfn /* , thisArg */) { + return $filterReject(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); + } +}); + +addToUnscopables('filterReject'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.find-last-index.js new file mode 100644 index 00000000..bc997fed --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.find-last-index.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.array.find-last-index'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.find-last.js new file mode 100644 index 00000000..04f1cd82 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.find-last.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.array.find-last'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.from-async.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.from-async.js new file mode 100644 index 00000000..1d9e6154 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.from-async.js @@ -0,0 +1,22 @@ +'use strict'; +var $ = require('../internals/export'); +var fromAsync = require('../internals/array-from-async'); +var fails = require('../internals/fails'); + +// eslint-disable-next-line es/no-nonstandard-array-properties -- safe +var nativeFromAsync = Array.fromAsync; +// https://bugs.webkit.org/show_bug.cgi?id=271703 +var INCORRECT_CONSTRUCTURING = !nativeFromAsync || fails(function () { + var counter = 0; + nativeFromAsync.call(function () { + counter++; + return []; + }, { length: 0 }); + return counter !== 1; +}); + +// `Array.fromAsync` method +// https://github.com/tc39/proposal-array-from-async +$({ target: 'Array', stat: true, forced: INCORRECT_CONSTRUCTURING }, { + fromAsync: fromAsync +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.group-by-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.group-by-to-map.js new file mode 100644 index 00000000..f2919a2d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.group-by-to-map.js @@ -0,0 +1,16 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var arrayMethodIsStrict = require('../internals/array-method-is-strict'); +var addToUnscopables = require('../internals/add-to-unscopables'); +var $groupToMap = require('../internals/array-group-to-map'); +var IS_PURE = require('../internals/is-pure'); + +// `Array.prototype.groupByToMap` method +// https://github.com/tc39/proposal-array-grouping +// https://bugs.webkit.org/show_bug.cgi?id=236541 +$({ target: 'Array', proto: true, name: 'groupToMap', forced: IS_PURE || !arrayMethodIsStrict('groupByToMap') }, { + groupByToMap: $groupToMap +}); + +addToUnscopables('groupByToMap'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.group-by.js new file mode 100644 index 00000000..f5b9abf8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.group-by.js @@ -0,0 +1,18 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var $group = require('../internals/array-group'); +var arrayMethodIsStrict = require('../internals/array-method-is-strict'); +var addToUnscopables = require('../internals/add-to-unscopables'); + +// `Array.prototype.groupBy` method +// https://github.com/tc39/proposal-array-grouping +// https://bugs.webkit.org/show_bug.cgi?id=236541 +$({ target: 'Array', proto: true, forced: !arrayMethodIsStrict('groupBy') }, { + groupBy: function groupBy(callbackfn /* , thisArg */) { + var thisArg = arguments.length > 1 ? arguments[1] : undefined; + return $group(this, callbackfn, thisArg); + } +}); + +addToUnscopables('groupBy'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.group-to-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.group-to-map.js new file mode 100644 index 00000000..42502649 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.group-to-map.js @@ -0,0 +1,13 @@ +'use strict'; +var $ = require('../internals/export'); +var addToUnscopables = require('../internals/add-to-unscopables'); +var $groupToMap = require('../internals/array-group-to-map'); +var IS_PURE = require('../internals/is-pure'); + +// `Array.prototype.groupToMap` method +// https://github.com/tc39/proposal-array-grouping +$({ target: 'Array', proto: true, forced: IS_PURE }, { + groupToMap: $groupToMap +}); + +addToUnscopables('groupToMap'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.group.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.group.js new file mode 100644 index 00000000..9afca8c9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.group.js @@ -0,0 +1,15 @@ +'use strict'; +var $ = require('../internals/export'); +var $group = require('../internals/array-group'); +var addToUnscopables = require('../internals/add-to-unscopables'); + +// `Array.prototype.group` method +// https://github.com/tc39/proposal-array-grouping +$({ target: 'Array', proto: true }, { + group: function group(callbackfn /* , thisArg */) { + var thisArg = arguments.length > 1 ? arguments[1] : undefined; + return $group(this, callbackfn, thisArg); + } +}); + +addToUnscopables('group'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.is-template-object.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.is-template-object.js new file mode 100644 index 00000000..0f1a826f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.is-template-object.js @@ -0,0 +1,29 @@ +'use strict'; +var $ = require('../internals/export'); +var isArray = require('../internals/is-array'); + +// eslint-disable-next-line es/no-object-isfrozen -- safe +var isFrozen = Object.isFrozen; + +var isFrozenStringArray = function (array, allowUndefined) { + if (!isFrozen || !isArray(array) || !isFrozen(array)) return false; + var index = 0; + var length = array.length; + var element; + while (index < length) { + element = array[index++]; + if (!(typeof element == 'string' || (allowUndefined && element === undefined))) { + return false; + } + } return length !== 0; +}; + +// `Array.isTemplateObject` method +// https://github.com/tc39/proposal-array-is-template-object +$({ target: 'Array', stat: true, sham: true, forced: true }, { + isTemplateObject: function isTemplateObject(value) { + if (!isFrozenStringArray(value, true)) return false; + var raw = value.raw; + return raw.length === value.length && isFrozenStringArray(raw, false); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.last-index.js new file mode 100644 index 00000000..48d49977 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.last-index.js @@ -0,0 +1,22 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var DESCRIPTORS = require('../internals/descriptors'); +var addToUnscopables = require('../internals/add-to-unscopables'); +var toObject = require('../internals/to-object'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); + +// `Array.prototype.lastIndex` getter +// https://github.com/keithamus/proposal-array-last +if (DESCRIPTORS) { + defineBuiltInAccessor(Array.prototype, 'lastIndex', { + configurable: true, + get: function lastIndex() { + var O = toObject(this); + var len = lengthOfArrayLike(O); + return len === 0 ? 0 : len - 1; + } + }); + + addToUnscopables('lastIndex'); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.last-item.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.last-item.js new file mode 100644 index 00000000..c1704cbf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.last-item.js @@ -0,0 +1,27 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var DESCRIPTORS = require('../internals/descriptors'); +var addToUnscopables = require('../internals/add-to-unscopables'); +var toObject = require('../internals/to-object'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); + +// `Array.prototype.lastIndex` accessor +// https://github.com/keithamus/proposal-array-last +if (DESCRIPTORS) { + defineBuiltInAccessor(Array.prototype, 'lastItem', { + configurable: true, + get: function lastItem() { + var O = toObject(this); + var len = lengthOfArrayLike(O); + return len === 0 ? undefined : O[len - 1]; + }, + set: function lastItem(value) { + var O = toObject(this); + var len = lengthOfArrayLike(O); + return O[len === 0 ? 0 : len - 1] = value; + } + }); + + addToUnscopables('lastItem'); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.to-reversed.js new file mode 100644 index 00000000..258a90a8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.to-reversed.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.array.to-reversed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.to-sorted.js new file mode 100644 index 00000000..4ef39e50 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.to-sorted.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.array.to-sorted'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.to-spliced.js new file mode 100644 index 00000000..f8d18fb7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.to-spliced.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.array.to-spliced'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.unique-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.unique-by.js new file mode 100644 index 00000000..ea8f4f97 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.unique-by.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var addToUnscopables = require('../internals/add-to-unscopables'); +var uniqueBy = require('../internals/array-unique-by'); + +// `Array.prototype.uniqueBy` method +// https://github.com/tc39/proposal-array-unique +$({ target: 'Array', proto: true, forced: true }, { + uniqueBy: uniqueBy +}); + +addToUnscopables('uniqueBy'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.with.js new file mode 100644 index 00000000..a1e20a17 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.array.with.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.array.with'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-disposable-stack.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-disposable-stack.constructor.js new file mode 100644 index 00000000..0b9ca393 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-disposable-stack.constructor.js @@ -0,0 +1,130 @@ +'use strict'; +// https://github.com/tc39/proposal-async-explicit-resource-management +var $ = require('../internals/export'); +var DESCRIPTORS = require('../internals/descriptors'); +var getBuiltIn = require('../internals/get-built-in'); +var aCallable = require('../internals/a-callable'); +var anInstance = require('../internals/an-instance'); +var defineBuiltIn = require('../internals/define-built-in'); +var defineBuiltIns = require('../internals/define-built-ins'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var InternalStateModule = require('../internals/internal-state'); +var addDisposableResource = require('../internals/add-disposable-resource'); + +var Promise = getBuiltIn('Promise'); +var SuppressedError = getBuiltIn('SuppressedError'); +var $ReferenceError = ReferenceError; + +var ASYNC_DISPOSE = wellKnownSymbol('asyncDispose'); +var TO_STRING_TAG = wellKnownSymbol('toStringTag'); + +var ASYNC_DISPOSABLE_STACK = 'AsyncDisposableStack'; +var setInternalState = InternalStateModule.set; +var getAsyncDisposableStackInternalState = InternalStateModule.getterFor(ASYNC_DISPOSABLE_STACK); + +var HINT = 'async-dispose'; +var DISPOSED = 'disposed'; +var PENDING = 'pending'; + +var getPendingAsyncDisposableStackInternalState = function (stack) { + var internalState = getAsyncDisposableStackInternalState(stack); + if (internalState.state === DISPOSED) throw new $ReferenceError(ASYNC_DISPOSABLE_STACK + ' already disposed'); + return internalState; +}; + +var $AsyncDisposableStack = function AsyncDisposableStack() { + setInternalState(anInstance(this, AsyncDisposableStackPrototype), { + type: ASYNC_DISPOSABLE_STACK, + state: PENDING, + stack: [] + }); + + if (!DESCRIPTORS) this.disposed = false; +}; + +var AsyncDisposableStackPrototype = $AsyncDisposableStack.prototype; + +defineBuiltIns(AsyncDisposableStackPrototype, { + disposeAsync: function disposeAsync() { + var asyncDisposableStack = this; + return new Promise(function (resolve, reject) { + var internalState = getAsyncDisposableStackInternalState(asyncDisposableStack); + if (internalState.state === DISPOSED) return resolve(undefined); + internalState.state = DISPOSED; + if (!DESCRIPTORS) asyncDisposableStack.disposed = true; + var stack = internalState.stack; + var i = stack.length; + var thrown = false; + var suppressed; + + var handleError = function (result) { + if (thrown) { + suppressed = new SuppressedError(result, suppressed); + } else { + thrown = true; + suppressed = result; + } + + loop(); + }; + + var loop = function () { + if (i) { + var disposeMethod = stack[--i]; + stack[i] = null; + try { + Promise.resolve(disposeMethod()).then(loop, handleError); + } catch (error) { + handleError(error); + } + } else { + internalState.stack = null; + thrown ? reject(suppressed) : resolve(undefined); + } + }; + + loop(); + }); + }, + use: function use(value) { + addDisposableResource(getPendingAsyncDisposableStackInternalState(this), value, HINT); + return value; + }, + adopt: function adopt(value, onDispose) { + var internalState = getPendingAsyncDisposableStackInternalState(this); + aCallable(onDispose); + addDisposableResource(internalState, undefined, HINT, function () { + return onDispose(value); + }); + return value; + }, + defer: function defer(onDispose) { + var internalState = getPendingAsyncDisposableStackInternalState(this); + aCallable(onDispose); + addDisposableResource(internalState, undefined, HINT, onDispose); + }, + move: function move() { + var internalState = getPendingAsyncDisposableStackInternalState(this); + var newAsyncDisposableStack = new $AsyncDisposableStack(); + getAsyncDisposableStackInternalState(newAsyncDisposableStack).stack = internalState.stack; + internalState.stack = []; + internalState.state = DISPOSED; + if (!DESCRIPTORS) this.disposed = true; + return newAsyncDisposableStack; + } +}); + +if (DESCRIPTORS) defineBuiltInAccessor(AsyncDisposableStackPrototype, 'disposed', { + configurable: true, + get: function disposed() { + return getAsyncDisposableStackInternalState(this).state === DISPOSED; + } +}); + +defineBuiltIn(AsyncDisposableStackPrototype, ASYNC_DISPOSE, AsyncDisposableStackPrototype.disposeAsync, { name: 'disposeAsync' }); +defineBuiltIn(AsyncDisposableStackPrototype, TO_STRING_TAG, ASYNC_DISPOSABLE_STACK, { nonWritable: true }); + +$({ global: true, constructor: true }, { + AsyncDisposableStack: $AsyncDisposableStack +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js new file mode 100644 index 00000000..bd4e3d84 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js @@ -0,0 +1,10 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var indexed = require('../internals/async-iterator-indexed'); + +// `AsyncIterator.prototype.asIndexedPairs` method +// https://github.com/tc39/proposal-iterator-helpers +$({ target: 'AsyncIterator', name: 'indexed', proto: true, real: true, forced: true }, { + asIndexedPairs: indexed +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.async-dispose.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.async-dispose.js new file mode 100644 index 00000000..d6c1cd1c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.async-dispose.js @@ -0,0 +1,26 @@ +'use strict'; +// https://github.com/tc39/proposal-async-explicit-resource-management +var call = require('../internals/function-call'); +var defineBuiltIn = require('../internals/define-built-in'); +var getBuiltIn = require('../internals/get-built-in'); +var getMethod = require('../internals/get-method'); +var hasOwn = require('../internals/has-own-property'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var AsyncIteratorPrototype = require('../internals/async-iterator-prototype'); + +var ASYNC_DISPOSE = wellKnownSymbol('asyncDispose'); +var Promise = getBuiltIn('Promise'); + +if (!hasOwn(AsyncIteratorPrototype, ASYNC_DISPOSE)) { + defineBuiltIn(AsyncIteratorPrototype, ASYNC_DISPOSE, function () { + var O = this; + return new Promise(function (resolve, reject) { + var $return = getMethod(O, 'return'); + if ($return) { + Promise.resolve(call($return, O)).then(function () { + resolve(undefined); + }, reject); + } else resolve(undefined); + }); + }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.constructor.js new file mode 100644 index 00000000..b82b3736 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.constructor.js @@ -0,0 +1,34 @@ +'use strict'; +var $ = require('../internals/export'); +var anInstance = require('../internals/an-instance'); +var getPrototypeOf = require('../internals/object-get-prototype-of'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var hasOwn = require('../internals/has-own-property'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var AsyncIteratorPrototype = require('../internals/async-iterator-prototype'); +var IS_PURE = require('../internals/is-pure'); + +var TO_STRING_TAG = wellKnownSymbol('toStringTag'); + +var $TypeError = TypeError; + +var AsyncIteratorConstructor = function AsyncIterator() { + anInstance(this, AsyncIteratorPrototype); + if (getPrototypeOf(this) === AsyncIteratorPrototype) throw new $TypeError('Abstract class AsyncIterator not directly constructable'); +}; + +AsyncIteratorConstructor.prototype = AsyncIteratorPrototype; + +if (!hasOwn(AsyncIteratorPrototype, TO_STRING_TAG)) { + createNonEnumerableProperty(AsyncIteratorPrototype, TO_STRING_TAG, 'AsyncIterator'); +} + +if (IS_PURE || !hasOwn(AsyncIteratorPrototype, 'constructor') || AsyncIteratorPrototype.constructor === Object) { + createNonEnumerableProperty(AsyncIteratorPrototype, 'constructor', AsyncIteratorConstructor); +} + +// `AsyncIterator` constructor +// https://github.com/tc39/proposal-async-iterator-helpers +$({ global: true, constructor: true, forced: IS_PURE }, { + AsyncIterator: AsyncIteratorConstructor +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.drop.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.drop.js new file mode 100644 index 00000000..f6535bad --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.drop.js @@ -0,0 +1,51 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var anObject = require('../internals/an-object'); +var getIteratorDirect = require('../internals/get-iterator-direct'); +var notANaN = require('../internals/not-a-nan'); +var toPositiveInteger = require('../internals/to-positive-integer'); +var createAsyncIteratorProxy = require('../internals/async-iterator-create-proxy'); +var createIterResultObject = require('../internals/create-iter-result-object'); +var IS_PURE = require('../internals/is-pure'); + +var AsyncIteratorProxy = createAsyncIteratorProxy(function (Promise) { + var state = this; + + return new Promise(function (resolve, reject) { + var doneAndReject = function (error) { + state.done = true; + reject(error); + }; + + var loop = function () { + try { + Promise.resolve(anObject(call(state.next, state.iterator))).then(function (step) { + try { + if (anObject(step).done) { + state.done = true; + resolve(createIterResultObject(undefined, true)); + } else if (state.remaining) { + state.remaining--; + loop(); + } else resolve(createIterResultObject(step.value, false)); + } catch (err) { doneAndReject(err); } + }, doneAndReject); + } catch (error) { doneAndReject(error); } + }; + + loop(); + }); +}); + +// `AsyncIterator.prototype.drop` method +// https://github.com/tc39/proposal-async-iterator-helpers +$({ target: 'AsyncIterator', proto: true, real: true, forced: IS_PURE }, { + drop: function drop(limit) { + anObject(this); + var remaining = toPositiveInteger(notANaN(+limit)); + return new AsyncIteratorProxy(getIteratorDirect(this), { + remaining: remaining + }); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.every.js new file mode 100644 index 00000000..f8a77734 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.every.js @@ -0,0 +1,11 @@ +'use strict'; +var $ = require('../internals/export'); +var $every = require('../internals/async-iterator-iteration').every; + +// `AsyncIterator.prototype.every` method +// https://github.com/tc39/proposal-async-iterator-helpers +$({ target: 'AsyncIterator', proto: true, real: true }, { + every: function every(predicate) { + return $every(this, predicate); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.filter.js new file mode 100644 index 00000000..14555047 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.filter.js @@ -0,0 +1,67 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var isObject = require('../internals/is-object'); +var getIteratorDirect = require('../internals/get-iterator-direct'); +var createAsyncIteratorProxy = require('../internals/async-iterator-create-proxy'); +var createIterResultObject = require('../internals/create-iter-result-object'); +var closeAsyncIteration = require('../internals/async-iterator-close'); +var IS_PURE = require('../internals/is-pure'); + +var AsyncIteratorProxy = createAsyncIteratorProxy(function (Promise) { + var state = this; + var iterator = state.iterator; + var predicate = state.predicate; + + return new Promise(function (resolve, reject) { + var doneAndReject = function (error) { + state.done = true; + reject(error); + }; + + var ifAbruptCloseAsyncIterator = function (error) { + closeAsyncIteration(iterator, doneAndReject, error, doneAndReject); + }; + + var loop = function () { + try { + Promise.resolve(anObject(call(state.next, iterator))).then(function (step) { + try { + if (anObject(step).done) { + state.done = true; + resolve(createIterResultObject(undefined, true)); + } else { + var value = step.value; + try { + var result = predicate(value, state.counter++); + + var handler = function (selected) { + selected ? resolve(createIterResultObject(value, false)) : loop(); + }; + + if (isObject(result)) Promise.resolve(result).then(handler, ifAbruptCloseAsyncIterator); + else handler(result); + } catch (error3) { ifAbruptCloseAsyncIterator(error3); } + } + } catch (error2) { doneAndReject(error2); } + }, doneAndReject); + } catch (error) { doneAndReject(error); } + }; + + loop(); + }); +}); + +// `AsyncIterator.prototype.filter` method +// https://github.com/tc39/proposal-async-iterator-helpers +$({ target: 'AsyncIterator', proto: true, real: true, forced: IS_PURE }, { + filter: function filter(predicate) { + anObject(this); + aCallable(predicate); + return new AsyncIteratorProxy(getIteratorDirect(this), { + predicate: predicate + }); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.find.js new file mode 100644 index 00000000..beb69468 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.find.js @@ -0,0 +1,11 @@ +'use strict'; +var $ = require('../internals/export'); +var $find = require('../internals/async-iterator-iteration').find; + +// `AsyncIterator.prototype.find` method +// https://github.com/tc39/proposal-async-iterator-helpers +$({ target: 'AsyncIterator', proto: true, real: true }, { + find: function find(predicate) { + return $find(this, predicate); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.flat-map.js new file mode 100644 index 00000000..50195b6d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.flat-map.js @@ -0,0 +1,88 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var isObject = require('../internals/is-object'); +var getIteratorDirect = require('../internals/get-iterator-direct'); +var createAsyncIteratorProxy = require('../internals/async-iterator-create-proxy'); +var createIterResultObject = require('../internals/create-iter-result-object'); +var getAsyncIteratorFlattenable = require('../internals/get-async-iterator-flattenable'); +var closeAsyncIteration = require('../internals/async-iterator-close'); +var IS_PURE = require('../internals/is-pure'); + +var AsyncIteratorProxy = createAsyncIteratorProxy(function (Promise) { + var state = this; + var iterator = state.iterator; + var mapper = state.mapper; + + return new Promise(function (resolve, reject) { + var doneAndReject = function (error) { + state.done = true; + reject(error); + }; + + var ifAbruptCloseAsyncIterator = function (error) { + closeAsyncIteration(iterator, doneAndReject, error, doneAndReject); + }; + + var outerLoop = function () { + try { + Promise.resolve(anObject(call(state.next, iterator))).then(function (step) { + try { + if (anObject(step).done) { + state.done = true; + resolve(createIterResultObject(undefined, true)); + } else { + var value = step.value; + try { + var result = mapper(value, state.counter++); + + var handler = function (mapped) { + try { + state.inner = getAsyncIteratorFlattenable(mapped); + innerLoop(); + } catch (error4) { ifAbruptCloseAsyncIterator(error4); } + }; + + if (isObject(result)) Promise.resolve(result).then(handler, ifAbruptCloseAsyncIterator); + else handler(result); + } catch (error3) { ifAbruptCloseAsyncIterator(error3); } + } + } catch (error2) { doneAndReject(error2); } + }, doneAndReject); + } catch (error) { doneAndReject(error); } + }; + + var innerLoop = function () { + var inner = state.inner; + if (inner) { + try { + Promise.resolve(anObject(call(inner.next, inner.iterator))).then(function (result) { + try { + if (anObject(result).done) { + state.inner = null; + outerLoop(); + } else resolve(createIterResultObject(result.value, false)); + } catch (error1) { ifAbruptCloseAsyncIterator(error1); } + }, ifAbruptCloseAsyncIterator); + } catch (error) { ifAbruptCloseAsyncIterator(error); } + } else outerLoop(); + }; + + innerLoop(); + }); +}); + +// `AsyncIterator.prototype.flaMap` method +// https://github.com/tc39/proposal-async-iterator-helpers +$({ target: 'AsyncIterator', proto: true, real: true, forced: IS_PURE }, { + flatMap: function flatMap(mapper) { + anObject(this); + aCallable(mapper); + return new AsyncIteratorProxy(getIteratorDirect(this), { + mapper: mapper, + inner: null + }); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.for-each.js new file mode 100644 index 00000000..c56ad130 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.for-each.js @@ -0,0 +1,11 @@ +'use strict'; +var $ = require('../internals/export'); +var $forEach = require('../internals/async-iterator-iteration').forEach; + +// `AsyncIterator.prototype.forEach` method +// https://github.com/tc39/proposal-async-iterator-helpers +$({ target: 'AsyncIterator', proto: true, real: true }, { + forEach: function forEach(fn) { + return $forEach(this, fn); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.from.js new file mode 100644 index 00000000..8eed9803 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.from.js @@ -0,0 +1,19 @@ +'use strict'; +var $ = require('../internals/export'); +var toObject = require('../internals/to-object'); +var isPrototypeOf = require('../internals/object-is-prototype-of'); +var getAsyncIteratorFlattenable = require('../internals/get-async-iterator-flattenable'); +var AsyncIteratorPrototype = require('../internals/async-iterator-prototype'); +var WrapAsyncIterator = require('../internals/async-iterator-wrap'); +var IS_PURE = require('../internals/is-pure'); + +// `AsyncIterator.from` method +// https://github.com/tc39/proposal-async-iterator-helpers +$({ target: 'AsyncIterator', stat: true, forced: IS_PURE }, { + from: function from(O) { + var iteratorRecord = getAsyncIteratorFlattenable(typeof O == 'string' ? toObject(O) : O); + return isPrototypeOf(AsyncIteratorPrototype, iteratorRecord.iterator) + ? iteratorRecord.iterator + : new WrapAsyncIterator(iteratorRecord); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.indexed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.indexed.js new file mode 100644 index 00000000..66018229 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.indexed.js @@ -0,0 +1,10 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var indexed = require('../internals/async-iterator-indexed'); + +// `AsyncIterator.prototype.indexed` method +// https://github.com/tc39/proposal-iterator-helpers +$({ target: 'AsyncIterator', proto: true, real: true, forced: true }, { + indexed: indexed +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.map.js new file mode 100644 index 00000000..da1a3302 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.map.js @@ -0,0 +1,11 @@ +'use strict'; +var $ = require('../internals/export'); +var map = require('../internals/async-iterator-map'); +var IS_PURE = require('../internals/is-pure'); + +// `AsyncIterator.prototype.map` method +// https://github.com/tc39/proposal-async-iterator-helpers +$({ target: 'AsyncIterator', proto: true, real: true, forced: IS_PURE }, { + map: map +}); + diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.reduce.js new file mode 100644 index 00000000..b417a51d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.reduce.js @@ -0,0 +1,65 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var isObject = require('../internals/is-object'); +var getBuiltIn = require('../internals/get-built-in'); +var getIteratorDirect = require('../internals/get-iterator-direct'); +var closeAsyncIteration = require('../internals/async-iterator-close'); + +var Promise = getBuiltIn('Promise'); +var $TypeError = TypeError; + +// `AsyncIterator.prototype.reduce` method +// https://github.com/tc39/proposal-async-iterator-helpers +$({ target: 'AsyncIterator', proto: true, real: true }, { + reduce: function reduce(reducer /* , initialValue */) { + anObject(this); + aCallable(reducer); + var record = getIteratorDirect(this); + var iterator = record.iterator; + var next = record.next; + var noInitial = arguments.length < 2; + var accumulator = noInitial ? undefined : arguments[1]; + var counter = 0; + + return new Promise(function (resolve, reject) { + var ifAbruptCloseAsyncIterator = function (error) { + closeAsyncIteration(iterator, reject, error, reject); + }; + + var loop = function () { + try { + Promise.resolve(anObject(call(next, iterator))).then(function (step) { + try { + if (anObject(step).done) { + noInitial ? reject(new $TypeError('Reduce of empty iterator with no initial value')) : resolve(accumulator); + } else { + var value = step.value; + if (noInitial) { + noInitial = false; + accumulator = value; + loop(); + } else try { + var result = reducer(accumulator, value, counter); + + var handler = function ($result) { + accumulator = $result; + loop(); + }; + + if (isObject(result)) Promise.resolve(result).then(handler, ifAbruptCloseAsyncIterator); + else handler(result); + } catch (error3) { ifAbruptCloseAsyncIterator(error3); } + } + counter++; + } catch (error2) { reject(error2); } + }, reject); + } catch (error) { reject(error); } + }; + + loop(); + }); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.some.js new file mode 100644 index 00000000..1dc324dc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.some.js @@ -0,0 +1,11 @@ +'use strict'; +var $ = require('../internals/export'); +var $some = require('../internals/async-iterator-iteration').some; + +// `AsyncIterator.prototype.some` method +// https://github.com/tc39/proposal-async-iterator-helpers +$({ target: 'AsyncIterator', proto: true, real: true }, { + some: function some(predicate) { + return $some(this, predicate); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.take.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.take.js new file mode 100644 index 00000000..977febad --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.take.js @@ -0,0 +1,48 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var anObject = require('../internals/an-object'); +var getIteratorDirect = require('../internals/get-iterator-direct'); +var notANaN = require('../internals/not-a-nan'); +var toPositiveInteger = require('../internals/to-positive-integer'); +var createAsyncIteratorProxy = require('../internals/async-iterator-create-proxy'); +var createIterResultObject = require('../internals/create-iter-result-object'); +var IS_PURE = require('../internals/is-pure'); + +var AsyncIteratorProxy = createAsyncIteratorProxy(function (Promise) { + var state = this; + var iterator = state.iterator; + var returnMethod; + + if (!state.remaining--) { + var resultDone = createIterResultObject(undefined, true); + state.done = true; + returnMethod = iterator['return']; + if (returnMethod !== undefined) { + return Promise.resolve(call(returnMethod, iterator, undefined)).then(function () { + return resultDone; + }); + } + return resultDone; + } return Promise.resolve(call(state.next, iterator)).then(function (step) { + if (anObject(step).done) { + state.done = true; + return createIterResultObject(undefined, true); + } return createIterResultObject(step.value, false); + }).then(null, function (error) { + state.done = true; + throw error; + }); +}); + +// `AsyncIterator.prototype.take` method +// https://github.com/tc39/proposal-async-iterator-helpers +$({ target: 'AsyncIterator', proto: true, real: true, forced: IS_PURE }, { + take: function take(limit) { + anObject(this); + var remaining = toPositiveInteger(notANaN(+limit)); + return new AsyncIteratorProxy(getIteratorDirect(this), { + remaining: remaining + }); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.to-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.to-array.js new file mode 100644 index 00000000..4476457e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.async-iterator.to-array.js @@ -0,0 +1,11 @@ +'use strict'; +var $ = require('../internals/export'); +var $toArray = require('../internals/async-iterator-iteration').toArray; + +// `AsyncIterator.prototype.toArray` method +// https://github.com/tc39/proposal-async-iterator-helpers +$({ target: 'AsyncIterator', proto: true, real: true }, { + toArray: function toArray() { + return $toArray(this, undefined, []); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.bigint.range.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.bigint.range.js new file mode 100644 index 00000000..1e86869f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.bigint.range.js @@ -0,0 +1,15 @@ +'use strict'; +/* eslint-disable es/no-bigint -- safe */ +var $ = require('../internals/export'); +var NumericRangeIterator = require('../internals/numeric-range-iterator'); + +// `BigInt.range` method +// https://github.com/tc39/proposal-Number.range +// TODO: Remove from `core-js@4` +if (typeof BigInt == 'function') { + $({ target: 'BigInt', stat: true, forced: true }, { + range: function range(start, end, option) { + return new NumericRangeIterator(start, end, option, 'bigint', BigInt(0), BigInt(1)); + } + }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.composite-key.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.composite-key.js new file mode 100644 index 00000000..5eeacfb1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.composite-key.js @@ -0,0 +1,20 @@ +'use strict'; +var $ = require('../internals/export'); +var apply = require('../internals/function-apply'); +var getCompositeKeyNode = require('../internals/composite-key'); +var getBuiltIn = require('../internals/get-built-in'); +var create = require('../internals/object-create'); + +var $Object = Object; + +var initializer = function () { + var freeze = getBuiltIn('Object', 'freeze'); + return freeze ? freeze(create(null)) : create(null); +}; + +// https://github.com/tc39/proposal-richer-keys/tree/master/compositeKey +$({ global: true, forced: true }, { + compositeKey: function compositeKey() { + return apply(getCompositeKeyNode, $Object, arguments).get('object', initializer); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.composite-symbol.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.composite-symbol.js new file mode 100644 index 00000000..93f5a08b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.composite-symbol.js @@ -0,0 +1,13 @@ +'use strict'; +var $ = require('../internals/export'); +var getCompositeKeyNode = require('../internals/composite-key'); +var getBuiltIn = require('../internals/get-built-in'); +var apply = require('../internals/function-apply'); + +// https://github.com/tc39/proposal-richer-keys/tree/master/compositeKey +$({ global: true, forced: true }, { + compositeSymbol: function compositeSymbol() { + if (arguments.length === 1 && typeof arguments[0] == 'string') return getBuiltIn('Symbol')['for'](arguments[0]); + return apply(getCompositeKeyNode, null, arguments).get('symbol', getBuiltIn('Symbol')); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.data-view.get-float16.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.data-view.get-float16.js new file mode 100644 index 00000000..62a24b21 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.data-view.get-float16.js @@ -0,0 +1,31 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); + +var pow = Math.pow; + +var EXP_MASK16 = 31; // 2 ** 5 - 1 +var SIGNIFICAND_MASK16 = 1023; // 2 ** 10 - 1 +var MIN_SUBNORMAL16 = pow(2, -24); // 2 ** -10 * 2 ** -14 +var SIGNIFICAND_DENOM16 = 0.0009765625; // 2 ** -10 + +var unpackFloat16 = function (bytes) { + var sign = bytes >>> 15; + var exponent = bytes >>> 10 & EXP_MASK16; + var significand = bytes & SIGNIFICAND_MASK16; + if (exponent === EXP_MASK16) return significand === 0 ? (sign === 0 ? Infinity : -Infinity) : NaN; + if (exponent === 0) return significand * (sign === 0 ? MIN_SUBNORMAL16 : -MIN_SUBNORMAL16); + return pow(2, exponent - 15) * (sign === 0 ? 1 + significand * SIGNIFICAND_DENOM16 : -1 - significand * SIGNIFICAND_DENOM16); +}; + +// eslint-disable-next-line es/no-typed-arrays -- safe +var getUint16 = uncurryThis(DataView.prototype.getUint16); + +// `DataView.prototype.getFloat16` method +// https://github.com/tc39/proposal-float16array +$({ target: 'DataView', proto: true }, { + getFloat16: function getFloat16(byteOffset /* , littleEndian */) { + var uint16 = getUint16(this, byteOffset, arguments.length > 1 ? arguments[1] : false); + return unpackFloat16(uint16); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.data-view.get-uint8-clamped.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.data-view.get-uint8-clamped.js new file mode 100644 index 00000000..a2920821 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.data-view.get-uint8-clamped.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); + +// eslint-disable-next-line es/no-typed-arrays -- safe +var getUint8 = uncurryThis(DataView.prototype.getUint8); + +// `DataView.prototype.getUint8Clamped` method +// https://github.com/tc39/proposal-dataview-get-set-uint8clamped +$({ target: 'DataView', proto: true, forced: true }, { + getUint8Clamped: function getUint8Clamped(byteOffset) { + return getUint8(this, byteOffset); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.data-view.set-float16.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.data-view.set-float16.js new file mode 100644 index 00000000..4073f109 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.data-view.set-float16.js @@ -0,0 +1,54 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var aDataView = require('../internals/a-data-view'); +var toIndex = require('../internals/to-index'); +// TODO: Replace with module dependency in `core-js@4` +var log2 = require('../internals/math-log2'); +var roundTiesToEven = require('../internals/math-round-ties-to-even'); + +var pow = Math.pow; + +var MIN_INFINITY16 = 65520; // (2 - 2 ** -11) * 2 ** 15 +var MIN_NORMAL16 = 0.000061005353927612305; // (1 - 2 ** -11) * 2 ** -14 +var REC_MIN_SUBNORMAL16 = 16777216; // 2 ** 10 * 2 ** 14 +var REC_SIGNIFICAND_DENOM16 = 1024; // 2 ** 10; + +var packFloat16 = function (value) { + // eslint-disable-next-line no-self-compare -- NaN check + if (value !== value) return 0x7E00; // NaN + if (value === 0) return (1 / value === -Infinity) << 15; // +0 or -0 + + var neg = value < 0; + if (neg) value = -value; + if (value >= MIN_INFINITY16) return neg << 15 | 0x7C00; // Infinity + if (value < MIN_NORMAL16) return neg << 15 | roundTiesToEven(value * REC_MIN_SUBNORMAL16); // subnormal + + // normal + var exponent = log2(value) | 0; + if (exponent === -15) { + // we round from a value between 2 ** -15 * (1 + 1022/1024) (the largest subnormal) and 2 ** -14 * (1 + 0/1024) (the smallest normal) + // to the latter (former impossible because of the subnormal check above) + return neg << 15 | REC_SIGNIFICAND_DENOM16; + } + var significand = roundTiesToEven((value * pow(2, -exponent) - 1) * REC_SIGNIFICAND_DENOM16); + if (significand === REC_SIGNIFICAND_DENOM16) { + // we round from a value between 2 ** n * (1 + 1023/1024) and 2 ** (n + 1) * (1 + 0/1024) to the latter + return neg << 15 | exponent + 16 << 10; + } + return neg << 15 | exponent + 15 << 10 | significand; +}; + +// eslint-disable-next-line es/no-typed-arrays -- safe +var setUint16 = uncurryThis(DataView.prototype.setUint16); + +// `DataView.prototype.setFloat16` method +// https://github.com/tc39/proposal-float16array +$({ target: 'DataView', proto: true }, { + setFloat16: function setFloat16(byteOffset, value /* , littleEndian */) { + aDataView(this); + var offset = toIndex(byteOffset); + var bytes = packFloat16(+value); + return setUint16(this, offset, bytes, arguments.length > 2 ? arguments[2] : false); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.data-view.set-uint8-clamped.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.data-view.set-uint8-clamped.js new file mode 100644 index 00000000..ec60716f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.data-view.set-uint8-clamped.js @@ -0,0 +1,19 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var aDataView = require('../internals/a-data-view'); +var toIndex = require('../internals/to-index'); +var toUint8Clamped = require('../internals/to-uint8-clamped'); + +// eslint-disable-next-line es/no-typed-arrays -- safe +var setUint8 = uncurryThis(DataView.prototype.setUint8); + +// `DataView.prototype.setUint8Clamped` method +// https://github.com/tc39/proposal-dataview-get-set-uint8clamped +$({ target: 'DataView', proto: true, forced: true }, { + setUint8Clamped: function setUint8Clamped(byteOffset, value) { + aDataView(this); + var offset = toIndex(byteOffset); + return setUint8(this, offset, toUint8Clamped(value)); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.disposable-stack.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.disposable-stack.constructor.js new file mode 100644 index 00000000..435e21f6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.disposable-stack.constructor.js @@ -0,0 +1,114 @@ +'use strict'; +// https://github.com/tc39/proposal-explicit-resource-management +var $ = require('../internals/export'); +var DESCRIPTORS = require('../internals/descriptors'); +var getBuiltIn = require('../internals/get-built-in'); +var aCallable = require('../internals/a-callable'); +var anInstance = require('../internals/an-instance'); +var defineBuiltIn = require('../internals/define-built-in'); +var defineBuiltIns = require('../internals/define-built-ins'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var InternalStateModule = require('../internals/internal-state'); +var addDisposableResource = require('../internals/add-disposable-resource'); + +var SuppressedError = getBuiltIn('SuppressedError'); +var $ReferenceError = ReferenceError; + +var DISPOSE = wellKnownSymbol('dispose'); +var TO_STRING_TAG = wellKnownSymbol('toStringTag'); + +var DISPOSABLE_STACK = 'DisposableStack'; +var setInternalState = InternalStateModule.set; +var getDisposableStackInternalState = InternalStateModule.getterFor(DISPOSABLE_STACK); + +var HINT = 'sync-dispose'; +var DISPOSED = 'disposed'; +var PENDING = 'pending'; + +var getPendingDisposableStackInternalState = function (stack) { + var internalState = getDisposableStackInternalState(stack); + if (internalState.state === DISPOSED) throw new $ReferenceError(DISPOSABLE_STACK + ' already disposed'); + return internalState; +}; + +var $DisposableStack = function DisposableStack() { + setInternalState(anInstance(this, DisposableStackPrototype), { + type: DISPOSABLE_STACK, + state: PENDING, + stack: [] + }); + + if (!DESCRIPTORS) this.disposed = false; +}; + +var DisposableStackPrototype = $DisposableStack.prototype; + +defineBuiltIns(DisposableStackPrototype, { + dispose: function dispose() { + var internalState = getDisposableStackInternalState(this); + if (internalState.state === DISPOSED) return; + internalState.state = DISPOSED; + if (!DESCRIPTORS) this.disposed = true; + var stack = internalState.stack; + var i = stack.length; + var thrown = false; + var suppressed; + while (i) { + var disposeMethod = stack[--i]; + stack[i] = null; + try { + disposeMethod(); + } catch (errorResult) { + if (thrown) { + suppressed = new SuppressedError(errorResult, suppressed); + } else { + thrown = true; + suppressed = errorResult; + } + } + } + internalState.stack = null; + if (thrown) throw suppressed; + }, + use: function use(value) { + addDisposableResource(getPendingDisposableStackInternalState(this), value, HINT); + return value; + }, + adopt: function adopt(value, onDispose) { + var internalState = getPendingDisposableStackInternalState(this); + aCallable(onDispose); + addDisposableResource(internalState, undefined, HINT, function () { + onDispose(value); + }); + return value; + }, + defer: function defer(onDispose) { + var internalState = getPendingDisposableStackInternalState(this); + aCallable(onDispose); + addDisposableResource(internalState, undefined, HINT, onDispose); + }, + move: function move() { + var internalState = getPendingDisposableStackInternalState(this); + var newDisposableStack = new $DisposableStack(); + getDisposableStackInternalState(newDisposableStack).stack = internalState.stack; + internalState.stack = []; + internalState.state = DISPOSED; + if (!DESCRIPTORS) this.disposed = true; + return newDisposableStack; + } +}); + +if (DESCRIPTORS) defineBuiltInAccessor(DisposableStackPrototype, 'disposed', { + configurable: true, + get: function disposed() { + return getDisposableStackInternalState(this).state === DISPOSED; + } +}); + +defineBuiltIn(DisposableStackPrototype, DISPOSE, DisposableStackPrototype.dispose, { name: 'dispose' }); +defineBuiltIn(DisposableStackPrototype, TO_STRING_TAG, DISPOSABLE_STACK, { nonWritable: true }); + +$({ global: true, constructor: true }, { + DisposableStack: $DisposableStack +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.error.is-error.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.error.is-error.js new file mode 100644 index 00000000..6d4f6a48 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.error.is-error.js @@ -0,0 +1,36 @@ +'use strict'; +var $ = require('../internals/export'); +var getBuiltIn = require('../internals/get-built-in'); +var isObject = require('../internals/is-object'); +var classof = require('../internals/classof'); +var fails = require('../internals/fails'); + +var ERROR = 'Error'; +var DOM_EXCEPTION = 'DOMException'; +// eslint-disable-next-line es/no-object-setprototypeof, no-proto -- safe +var PROTOTYPE_SETTING_AVAILABLE = Object.setPrototypeOf || ({}).__proto__; + +var DOMException = getBuiltIn(DOM_EXCEPTION); +var $Error = Error; +var $isError = $Error.isError; + +var FORCED = !$isError || !PROTOTYPE_SETTING_AVAILABLE || fails(function () { + // Bun, isNativeError-based implementations, some buggy structuredClone-based implementations, etc. + // https://github.com/oven-sh/bun/issues/15821 + return (DOMException && !$isError(new DOMException(DOM_EXCEPTION))) || + // structuredClone-based implementations + // eslint-disable-next-line es/no-error-cause -- detection + !$isError(new $Error(ERROR, { cause: function () { /* empty */ } })) || + // instanceof-based and FF Error#stack-based implementations + $isError(getBuiltIn('Object', 'create')($Error.prototype)); +}); + +// `Error.isError` method +// https://github.com/tc39/proposal-is-error +$({ target: 'Error', stat: true, sham: true, forced: FORCED }, { + isError: function isError(arg) { + if (!isObject(arg)) return false; + var tag = classof(arg); + return tag === ERROR || tag === DOM_EXCEPTION; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.demethodize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.demethodize.js new file mode 100644 index 00000000..2e17f655 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.demethodize.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var demethodize = require('../internals/function-demethodize'); + +// `Function.prototype.demethodize` method +// https://github.com/js-choi/proposal-function-demethodize +$({ target: 'Function', proto: true, forced: true }, { + demethodize: demethodize +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.is-callable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.is-callable.js new file mode 100644 index 00000000..6dac60c0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.is-callable.js @@ -0,0 +1,30 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var $isCallable = require('../internals/is-callable'); +var inspectSource = require('../internals/inspect-source'); +var hasOwn = require('../internals/has-own-property'); +var DESCRIPTORS = require('../internals/descriptors'); + +// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe +var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; +var classRegExp = /^\s*class\b/; +var exec = uncurryThis(classRegExp.exec); + +var isClassConstructor = function (argument) { + try { + // `Function#toString` throws on some built-it function in some legacy engines + // (for example, `DOMQuad` and similar in FF41-) + if (!DESCRIPTORS || !exec(classRegExp, inspectSource(argument))) return false; + } catch (error) { /* empty */ } + var prototype = getOwnPropertyDescriptor(argument, 'prototype'); + return !!prototype && hasOwn(prototype, 'writable') && !prototype.writable; +}; + +// `Function.isCallable` method +// https://github.com/caitp/TC39-Proposals/blob/trunk/tc39-reflect-isconstructor-iscallable.md +$({ target: 'Function', stat: true, sham: true, forced: true }, { + isCallable: function isCallable(argument) { + return $isCallable(argument) && !isClassConstructor(argument); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.is-constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.is-constructor.js new file mode 100644 index 00000000..5ad81e13 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.is-constructor.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var isConstructor = require('../internals/is-constructor'); + +// `Function.isConstructor` method +// https://github.com/caitp/TC39-Proposals/blob/trunk/tc39-reflect-isconstructor-iscallable.md +$({ target: 'Function', stat: true, forced: true }, { + isConstructor: isConstructor +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.metadata.js new file mode 100644 index 00000000..58dfa7af --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.metadata.js @@ -0,0 +1,14 @@ +'use strict'; +var wellKnownSymbol = require('../internals/well-known-symbol'); +var defineProperty = require('../internals/object-define-property').f; + +var METADATA = wellKnownSymbol('metadata'); +var FunctionPrototype = Function.prototype; + +// Function.prototype[@@metadata] +// https://github.com/tc39/proposal-decorator-metadata +if (FunctionPrototype[METADATA] === undefined) { + defineProperty(FunctionPrototype, METADATA, { + value: null + }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.un-this.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.un-this.js new file mode 100644 index 00000000..020539b7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.function.un-this.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var demethodize = require('../internals/function-demethodize'); + +// `Function.prototype.unThis` method +// https://github.com/js-choi/proposal-function-demethodize +// TODO: Remove from `core-js@4` +$({ target: 'Function', proto: true, forced: true, name: 'demethodize' }, { + unThis: demethodize +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.global-this.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.global-this.js new file mode 100644 index 00000000..1115dfa3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.global-this.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.global-this'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.as-indexed-pairs.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.as-indexed-pairs.js new file mode 100644 index 00000000..6cc37923 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.as-indexed-pairs.js @@ -0,0 +1,10 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var indexed = require('../internals/iterator-indexed'); + +// `Iterator.prototype.asIndexedPairs` method +// https://github.com/tc39/proposal-iterator-helpers +$({ target: 'Iterator', name: 'indexed', proto: true, real: true, forced: true }, { + asIndexedPairs: indexed +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.concat.js new file mode 100644 index 00000000..c59969dc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.concat.js @@ -0,0 +1,57 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var getIteratorMethod = require('../internals/get-iterator-method'); +var createIteratorProxy = require('../internals/iterator-create-proxy'); +var createIterResultObject = require('../internals/create-iter-result-object'); + +var $Array = Array; + +var IteratorProxy = createIteratorProxy(function () { + while (true) { + var iterator = this.iterator; + if (!iterator) { + var iterableIndex = this.nextIterableIndex++; + var iterables = this.iterables; + if (iterableIndex >= iterables.length) { + this.done = true; + return createIterResultObject(undefined, true); + } + var entry = iterables[iterableIndex]; + this.iterables[iterableIndex] = null; + iterator = this.iterator = call(entry.method, entry.iterable); + this.next = iterator.next; + } + var result = anObject(call(this.next, iterator)); + if (result.done) { + this.iterator = null; + this.next = null; + continue; + } + return result; + } +}, false, true); + +// `Iterator.concat` method +// https://github.com/tc39/proposal-iterator-sequencing +$({ target: 'Iterator', stat: true, forced: true }, { + concat: function concat() { + var length = arguments.length; + var iterables = $Array(length); + for (var index = 0; index < length; index++) { + var item = anObject(arguments[index]); + iterables[index] = { + iterable: item, + method: aCallable(getIteratorMethod(item)) + }; + } + return new IteratorProxy({ + iterables: iterables, + nextIterableIndex: 0, + iterator: null, + next: null + }); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.constructor.js new file mode 100644 index 00000000..bdc2881a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.constructor.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.iterator.constructor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.dispose.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.dispose.js new file mode 100644 index 00000000..ac463eeb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.dispose.js @@ -0,0 +1,17 @@ +'use strict'; +// https://github.com/tc39/proposal-explicit-resource-management +var call = require('../internals/function-call'); +var defineBuiltIn = require('../internals/define-built-in'); +var getMethod = require('../internals/get-method'); +var hasOwn = require('../internals/has-own-property'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var IteratorPrototype = require('../internals/iterators-core').IteratorPrototype; + +var DISPOSE = wellKnownSymbol('dispose'); + +if (!hasOwn(IteratorPrototype, DISPOSE)) { + defineBuiltIn(IteratorPrototype, DISPOSE, function () { + var $return = getMethod(this, 'return'); + if ($return) call($return, this); + }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.drop.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.drop.js new file mode 100644 index 00000000..cacf1884 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.drop.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.iterator.drop'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.every.js new file mode 100644 index 00000000..2be29b27 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.every.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.iterator.every'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.filter.js new file mode 100644 index 00000000..5917c40f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.filter.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.iterator.filter'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.find.js new file mode 100644 index 00000000..dd728fd9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.find.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.iterator.find'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.flat-map.js new file mode 100644 index 00000000..a11305f6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.flat-map.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.iterator.flat-map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.for-each.js new file mode 100644 index 00000000..6ac88f88 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.for-each.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.iterator.for-each'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.from.js new file mode 100644 index 00000000..446b421b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.from.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.iterator.from'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.indexed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.indexed.js new file mode 100644 index 00000000..3d44a3c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.indexed.js @@ -0,0 +1,10 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var indexed = require('../internals/iterator-indexed'); + +// `Iterator.prototype.indexed` method +// https://github.com/tc39/proposal-iterator-helpers +$({ target: 'Iterator', proto: true, real: true, forced: true }, { + indexed: indexed +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.map.js new file mode 100644 index 00000000..97261f34 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.map.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.iterator.map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.range.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.range.js new file mode 100644 index 00000000..876940b1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.range.js @@ -0,0 +1,16 @@ +'use strict'; +/* eslint-disable es/no-bigint -- safe */ +var $ = require('../internals/export'); +var NumericRangeIterator = require('../internals/numeric-range-iterator'); + +var $TypeError = TypeError; + +// `Iterator.range` method +// https://github.com/tc39/proposal-Number.range +$({ target: 'Iterator', stat: true, forced: true }, { + range: function range(start, end, option) { + if (typeof start == 'number') return new NumericRangeIterator(start, end, option, 'number', 0, 1); + if (typeof start == 'bigint') return new NumericRangeIterator(start, end, option, 'bigint', BigInt(0), BigInt(1)); + throw new $TypeError('Incorrect Iterator.range arguments'); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.reduce.js new file mode 100644 index 00000000..0c7fe4ac --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.reduce.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.iterator.reduce'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.some.js new file mode 100644 index 00000000..2f283ada --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.some.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.iterator.some'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.take.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.take.js new file mode 100644 index 00000000..717dabc8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.take.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.iterator.take'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.to-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.to-array.js new file mode 100644 index 00000000..3efc4081 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.to-array.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.iterator.to-array'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.to-async.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.to-async.js new file mode 100644 index 00000000..fa7ee2ef --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.iterator.to-async.js @@ -0,0 +1,15 @@ +'use strict'; +var $ = require('../internals/export'); +var anObject = require('../internals/an-object'); +var AsyncFromSyncIterator = require('../internals/async-from-sync-iterator'); +var WrapAsyncIterator = require('../internals/async-iterator-wrap'); +var getIteratorDirect = require('../internals/get-iterator-direct'); +var IS_PURE = require('../internals/is-pure'); + +// `Iterator.prototype.toAsync` method +// https://github.com/tc39/proposal-async-iterator-helpers +$({ target: 'Iterator', proto: true, real: true, forced: IS_PURE }, { + toAsync: function toAsync() { + return new WrapAsyncIterator(getIteratorDirect(new AsyncFromSyncIterator(getIteratorDirect(anObject(this))))); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.json.is-raw-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.json.is-raw-json.js new file mode 100644 index 00000000..2fbc9503 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.json.is-raw-json.js @@ -0,0 +1,11 @@ +'use strict'; +var $ = require('../internals/export'); +var NATIVE_RAW_JSON = require('../internals/native-raw-json'); +var isRawJSON = require('../internals/is-raw-json'); + +// `JSON.parse` method +// https://tc39.es/proposal-json-parse-with-source/#sec-json.israwjson +// https://github.com/tc39/proposal-json-parse-with-source +$({ target: 'JSON', stat: true, forced: !NATIVE_RAW_JSON }, { + isRawJSON: isRawJSON +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.json.parse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.json.parse.js new file mode 100644 index 00000000..c51aa7fb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.json.parse.js @@ -0,0 +1,251 @@ +'use strict'; +var $ = require('../internals/export'); +var DESCRIPTORS = require('../internals/descriptors'); +var globalThis = require('../internals/global-this'); +var getBuiltIn = require('../internals/get-built-in'); +var uncurryThis = require('../internals/function-uncurry-this'); +var call = require('../internals/function-call'); +var isCallable = require('../internals/is-callable'); +var isObject = require('../internals/is-object'); +var isArray = require('../internals/is-array'); +var hasOwn = require('../internals/has-own-property'); +var toString = require('../internals/to-string'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var createProperty = require('../internals/create-property'); +var fails = require('../internals/fails'); +var parseJSONString = require('../internals/parse-json-string'); +var NATIVE_SYMBOL = require('../internals/symbol-constructor-detection'); + +var JSON = globalThis.JSON; +var Number = globalThis.Number; +var SyntaxError = globalThis.SyntaxError; +var nativeParse = JSON && JSON.parse; +var enumerableOwnProperties = getBuiltIn('Object', 'keys'); +// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe +var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; +var at = uncurryThis(''.charAt); +var slice = uncurryThis(''.slice); +var exec = uncurryThis(/./.exec); +var push = uncurryThis([].push); + +var IS_DIGIT = /^\d$/; +var IS_NON_ZERO_DIGIT = /^[1-9]$/; +var IS_NUMBER_START = /^[\d-]$/; +var IS_WHITESPACE = /^[\t\n\r ]$/; + +var PRIMITIVE = 0; +var OBJECT = 1; + +var $parse = function (source, reviver) { + source = toString(source); + var context = new Context(source, 0, ''); + var root = context.parse(); + var value = root.value; + var endIndex = context.skip(IS_WHITESPACE, root.end); + if (endIndex < source.length) { + throw new SyntaxError('Unexpected extra character: "' + at(source, endIndex) + '" after the parsed data at: ' + endIndex); + } + return isCallable(reviver) ? internalize({ '': value }, '', reviver, root) : value; +}; + +var internalize = function (holder, name, reviver, node) { + var val = holder[name]; + var unmodified = node && val === node.value; + var context = unmodified && typeof node.source == 'string' ? { source: node.source } : {}; + var elementRecordsLen, keys, len, i, P; + if (isObject(val)) { + var nodeIsArray = isArray(val); + var nodes = unmodified ? node.nodes : nodeIsArray ? [] : {}; + if (nodeIsArray) { + elementRecordsLen = nodes.length; + len = lengthOfArrayLike(val); + for (i = 0; i < len; i++) { + internalizeProperty(val, i, internalize(val, '' + i, reviver, i < elementRecordsLen ? nodes[i] : undefined)); + } + } else { + keys = enumerableOwnProperties(val); + len = lengthOfArrayLike(keys); + for (i = 0; i < len; i++) { + P = keys[i]; + internalizeProperty(val, P, internalize(val, P, reviver, hasOwn(nodes, P) ? nodes[P] : undefined)); + } + } + } + return call(reviver, holder, name, val, context); +}; + +var internalizeProperty = function (object, key, value) { + if (DESCRIPTORS) { + var descriptor = getOwnPropertyDescriptor(object, key); + if (descriptor && !descriptor.configurable) return; + } + if (value === undefined) delete object[key]; + else createProperty(object, key, value); +}; + +var Node = function (value, end, source, nodes) { + this.value = value; + this.end = end; + this.source = source; + this.nodes = nodes; +}; + +var Context = function (source, index) { + this.source = source; + this.index = index; +}; + +// https://www.json.org/json-en.html +Context.prototype = { + fork: function (nextIndex) { + return new Context(this.source, nextIndex); + }, + parse: function () { + var source = this.source; + var i = this.skip(IS_WHITESPACE, this.index); + var fork = this.fork(i); + var chr = at(source, i); + if (exec(IS_NUMBER_START, chr)) return fork.number(); + switch (chr) { + case '{': + return fork.object(); + case '[': + return fork.array(); + case '"': + return fork.string(); + case 't': + return fork.keyword(true); + case 'f': + return fork.keyword(false); + case 'n': + return fork.keyword(null); + } throw new SyntaxError('Unexpected character: "' + chr + '" at: ' + i); + }, + node: function (type, value, start, end, nodes) { + return new Node(value, end, type ? null : slice(this.source, start, end), nodes); + }, + object: function () { + var source = this.source; + var i = this.index + 1; + var expectKeypair = false; + var object = {}; + var nodes = {}; + while (i < source.length) { + i = this.until(['"', '}'], i); + if (at(source, i) === '}' && !expectKeypair) { + i++; + break; + } + // Parsing the key + var result = this.fork(i).string(); + var key = result.value; + i = result.end; + i = this.until([':'], i) + 1; + // Parsing value + i = this.skip(IS_WHITESPACE, i); + result = this.fork(i).parse(); + createProperty(nodes, key, result); + createProperty(object, key, result.value); + i = this.until([',', '}'], result.end); + var chr = at(source, i); + if (chr === ',') { + expectKeypair = true; + i++; + } else if (chr === '}') { + i++; + break; + } + } + return this.node(OBJECT, object, this.index, i, nodes); + }, + array: function () { + var source = this.source; + var i = this.index + 1; + var expectElement = false; + var array = []; + var nodes = []; + while (i < source.length) { + i = this.skip(IS_WHITESPACE, i); + if (at(source, i) === ']' && !expectElement) { + i++; + break; + } + var result = this.fork(i).parse(); + push(nodes, result); + push(array, result.value); + i = this.until([',', ']'], result.end); + if (at(source, i) === ',') { + expectElement = true; + i++; + } else if (at(source, i) === ']') { + i++; + break; + } + } + return this.node(OBJECT, array, this.index, i, nodes); + }, + string: function () { + var index = this.index; + var parsed = parseJSONString(this.source, this.index + 1); + return this.node(PRIMITIVE, parsed.value, index, parsed.end); + }, + number: function () { + var source = this.source; + var startIndex = this.index; + var i = startIndex; + if (at(source, i) === '-') i++; + if (at(source, i) === '0') i++; + else if (exec(IS_NON_ZERO_DIGIT, at(source, i))) i = this.skip(IS_DIGIT, i + 1); + else throw new SyntaxError('Failed to parse number at: ' + i); + if (at(source, i) === '.') i = this.skip(IS_DIGIT, i + 1); + if (at(source, i) === 'e' || at(source, i) === 'E') { + i++; + if (at(source, i) === '+' || at(source, i) === '-') i++; + var exponentStartIndex = i; + i = this.skip(IS_DIGIT, i); + if (exponentStartIndex === i) throw new SyntaxError("Failed to parse number's exponent value at: " + i); + } + return this.node(PRIMITIVE, Number(slice(source, startIndex, i)), startIndex, i); + }, + keyword: function (value) { + var keyword = '' + value; + var index = this.index; + var endIndex = index + keyword.length; + if (slice(this.source, index, endIndex) !== keyword) throw new SyntaxError('Failed to parse value at: ' + index); + return this.node(PRIMITIVE, value, index, endIndex); + }, + skip: function (regex, i) { + var source = this.source; + for (; i < source.length; i++) if (!exec(regex, at(source, i))) break; + return i; + }, + until: function (array, i) { + i = this.skip(IS_WHITESPACE, i); + var chr = at(this.source, i); + for (var j = 0; j < array.length; j++) if (array[j] === chr) return i; + throw new SyntaxError('Unexpected character: "' + chr + '" at: ' + i); + } +}; + +var NO_SOURCE_SUPPORT = fails(function () { + var unsafeInt = '9007199254740993'; + var source; + nativeParse(unsafeInt, function (key, value, context) { + source = context.source; + }); + return source !== unsafeInt; +}); + +var PROPER_BASE_PARSE = NATIVE_SYMBOL && !fails(function () { + // Safari 9 bug + return 1 / nativeParse('-0 \t') !== -Infinity; +}); + +// `JSON.parse` method +// https://tc39.es/ecma262/#sec-json.parse +// https://github.com/tc39/proposal-json-parse-with-source +$({ target: 'JSON', stat: true, forced: NO_SOURCE_SUPPORT }, { + parse: function parse(text, reviver) { + return PROPER_BASE_PARSE && !isCallable(reviver) ? nativeParse(text) : $parse(text, reviver); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.json.raw-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.json.raw-json.js new file mode 100644 index 00000000..34d8734e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.json.raw-json.js @@ -0,0 +1,86 @@ +'use strict'; +var $ = require('../internals/export'); +var FREEZING = require('../internals/freezing'); +var NATIVE_RAW_JSON = require('../internals/native-raw-json'); +var getBuiltIn = require('../internals/get-built-in'); +var call = require('../internals/function-call'); +var uncurryThis = require('../internals/function-uncurry-this'); +var isCallable = require('../internals/is-callable'); +var isRawJSON = require('../internals/is-raw-json'); +var toString = require('../internals/to-string'); +var createProperty = require('../internals/create-property'); +var parseJSONString = require('../internals/parse-json-string'); +var getReplacerFunction = require('../internals/get-json-replacer-function'); +var uid = require('../internals/uid'); +var setInternalState = require('../internals/internal-state').set; + +var $String = String; +var $SyntaxError = SyntaxError; +var parse = getBuiltIn('JSON', 'parse'); +var $stringify = getBuiltIn('JSON', 'stringify'); +var create = getBuiltIn('Object', 'create'); +var freeze = getBuiltIn('Object', 'freeze'); +var at = uncurryThis(''.charAt); +var slice = uncurryThis(''.slice); +var push = uncurryThis([].push); + +var MARK = uid(); +var MARK_LENGTH = MARK.length; +var ERROR_MESSAGE = 'Unacceptable as raw JSON'; + +var isWhitespace = function (it) { + return it === ' ' || it === '\t' || it === '\n' || it === '\r'; +}; + +// `JSON.parse` method +// https://tc39.es/proposal-json-parse-with-source/#sec-json.israwjson +// https://github.com/tc39/proposal-json-parse-with-source +$({ target: 'JSON', stat: true, forced: !NATIVE_RAW_JSON }, { + rawJSON: function rawJSON(text) { + var jsonString = toString(text); + if (jsonString === '' || isWhitespace(at(jsonString, 0)) || isWhitespace(at(jsonString, jsonString.length - 1))) { + throw new $SyntaxError(ERROR_MESSAGE); + } + var parsed = parse(jsonString); + if (typeof parsed == 'object' && parsed !== null) throw new $SyntaxError(ERROR_MESSAGE); + var obj = create(null); + setInternalState(obj, { type: 'RawJSON' }); + createProperty(obj, 'rawJSON', jsonString); + return FREEZING ? freeze(obj) : obj; + } +}); + +// `JSON.stringify` method +// https://tc39.es/ecma262/#sec-json.stringify +// https://github.com/tc39/proposal-json-parse-with-source +if ($stringify) $({ target: 'JSON', stat: true, arity: 3, forced: !NATIVE_RAW_JSON }, { + stringify: function stringify(text, replacer, space) { + var replacerFunction = getReplacerFunction(replacer); + var rawStrings = []; + + var json = $stringify(text, function (key, value) { + // some old implementations (like WebKit) could pass numbers as keys + var v = isCallable(replacerFunction) ? call(replacerFunction, this, $String(key), value) : value; + return isRawJSON(v) ? MARK + (push(rawStrings, v.rawJSON) - 1) : v; + }, space); + + if (typeof json != 'string') return json; + + var result = ''; + var length = json.length; + + for (var i = 0; i < length; i++) { + var chr = at(json, i); + if (chr === '"') { + var end = parseJSONString(json, ++i).end - 1; + var string = slice(json, i, end); + result += slice(string, 0, MARK_LENGTH) === MARK + ? rawStrings[slice(string, MARK_LENGTH)] + : '"' + string + '"'; + i = end; + } else result += chr; + } + + return result; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.delete-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.delete-all.js new file mode 100644 index 00000000..5a0d2425 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.delete-all.js @@ -0,0 +1,18 @@ +'use strict'; +var $ = require('../internals/export'); +var aMap = require('../internals/a-map'); +var remove = require('../internals/map-helpers').remove; + +// `Map.prototype.deleteAll` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Map', proto: true, real: true, forced: true }, { + deleteAll: function deleteAll(/* ...elements */) { + var collection = aMap(this); + var allDeleted = true; + var wasDeleted; + for (var k = 0, len = arguments.length; k < len; k++) { + wasDeleted = remove(collection, arguments[k]); + allDeleted = allDeleted && wasDeleted; + } return !!allDeleted; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.emplace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.emplace.js new file mode 100644 index 00000000..24fe86ef --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.emplace.js @@ -0,0 +1,27 @@ +'use strict'; +var $ = require('../internals/export'); +var aMap = require('../internals/a-map'); +var MapHelpers = require('../internals/map-helpers'); + +var get = MapHelpers.get; +var has = MapHelpers.has; +var set = MapHelpers.set; + +// `Map.prototype.emplace` method +// https://github.com/tc39/proposal-upsert +$({ target: 'Map', proto: true, real: true, forced: true }, { + emplace: function emplace(key, handler) { + var map = aMap(this); + var value, inserted; + if (has(map, key)) { + value = get(map, key); + if ('update' in handler) { + value = handler.update(value, key, map); + set(map, key, value); + } return value; + } + inserted = handler.insert(key, map); + set(map, key, inserted); + return inserted; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.every.js new file mode 100644 index 00000000..85264c7b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.every.js @@ -0,0 +1,17 @@ +'use strict'; +var $ = require('../internals/export'); +var bind = require('../internals/function-bind-context'); +var aMap = require('../internals/a-map'); +var iterate = require('../internals/map-iterate'); + +// `Map.prototype.every` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Map', proto: true, real: true, forced: true }, { + every: function every(callbackfn /* , thisArg */) { + var map = aMap(this); + var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined); + return iterate(map, function (value, key) { + if (!boundFunction(value, key, map)) return false; + }, true) !== false; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.filter.js new file mode 100644 index 00000000..67ffe5c8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.filter.js @@ -0,0 +1,23 @@ +'use strict'; +var $ = require('../internals/export'); +var bind = require('../internals/function-bind-context'); +var aMap = require('../internals/a-map'); +var MapHelpers = require('../internals/map-helpers'); +var iterate = require('../internals/map-iterate'); + +var Map = MapHelpers.Map; +var set = MapHelpers.set; + +// `Map.prototype.filter` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Map', proto: true, real: true, forced: true }, { + filter: function filter(callbackfn /* , thisArg */) { + var map = aMap(this); + var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined); + var newMap = new Map(); + iterate(map, function (value, key) { + if (boundFunction(value, key, map)) set(newMap, key, value); + }); + return newMap; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.find-key.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.find-key.js new file mode 100644 index 00000000..c3779a82 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.find-key.js @@ -0,0 +1,18 @@ +'use strict'; +var $ = require('../internals/export'); +var bind = require('../internals/function-bind-context'); +var aMap = require('../internals/a-map'); +var iterate = require('../internals/map-iterate'); + +// `Map.prototype.findKey` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Map', proto: true, real: true, forced: true }, { + findKey: function findKey(callbackfn /* , thisArg */) { + var map = aMap(this); + var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined); + var result = iterate(map, function (value, key) { + if (boundFunction(value, key, map)) return { key: key }; + }, true); + return result && result.key; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.find.js new file mode 100644 index 00000000..ca1f0f9b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.find.js @@ -0,0 +1,18 @@ +'use strict'; +var $ = require('../internals/export'); +var bind = require('../internals/function-bind-context'); +var aMap = require('../internals/a-map'); +var iterate = require('../internals/map-iterate'); + +// `Map.prototype.find` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Map', proto: true, real: true, forced: true }, { + find: function find(callbackfn /* , thisArg */) { + var map = aMap(this); + var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined); + var result = iterate(map, function (value, key) { + if (boundFunction(value, key, map)) return { value: value }; + }, true); + return result && result.value; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.from.js new file mode 100644 index 00000000..2d916b2b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.from.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var MapHelpers = require('../internals/map-helpers'); +var createCollectionFrom = require('../internals/collection-from'); + +// `Map.from` method +// https://tc39.github.io/proposal-setmap-offrom/#sec-map.from +$({ target: 'Map', stat: true, forced: true }, { + from: createCollectionFrom(MapHelpers.Map, MapHelpers.set, true) +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.get-or-insert-computed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.get-or-insert-computed.js new file mode 100644 index 00000000..b62c10d5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.get-or-insert-computed.js @@ -0,0 +1,24 @@ +'use strict'; +var $ = require('../internals/export'); +var aCallable = require('../internals/a-callable'); +var aMap = require('../internals/a-map'); +var MapHelpers = require('../internals/map-helpers'); + +var get = MapHelpers.get; +var has = MapHelpers.has; +var set = MapHelpers.set; + +// `Map.prototype.getOrInsertComputed` method +// https://github.com/tc39/proposal-upsert +$({ target: 'Map', proto: true, real: true, forced: true }, { + getOrInsertComputed: function getOrInsertComputed(key, callbackfn) { + aMap(this); + aCallable(callbackfn); + if (has(this, key)) return get(this, key); + // CanonicalizeKeyedCollectionKey + if (key === 0 && 1 / key === -Infinity) key = 0; + var value = callbackfn(key); + set(this, key, value); + return value; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.get-or-insert.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.get-or-insert.js new file mode 100644 index 00000000..e26f1505 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.get-or-insert.js @@ -0,0 +1,18 @@ +'use strict'; +var $ = require('../internals/export'); +var aMap = require('../internals/a-map'); +var MapHelpers = require('../internals/map-helpers'); + +var get = MapHelpers.get; +var has = MapHelpers.has; +var set = MapHelpers.set; + +// `Map.prototype.getOrInsert` method +// https://github.com/tc39/proposal-upsert +$({ target: 'Map', proto: true, real: true, forced: true }, { + getOrInsert: function getOrInsert(key, value) { + if (has(aMap(this), key)) return get(this, key); + set(this, key, value); + return value; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.group-by.js new file mode 100644 index 00000000..116b89a8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.group-by.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.map.group-by'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.includes.js new file mode 100644 index 00000000..14b51ab5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.includes.js @@ -0,0 +1,15 @@ +'use strict'; +var $ = require('../internals/export'); +var sameValueZero = require('../internals/same-value-zero'); +var aMap = require('../internals/a-map'); +var iterate = require('../internals/map-iterate'); + +// `Map.prototype.includes` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Map', proto: true, real: true, forced: true }, { + includes: function includes(searchElement) { + return iterate(aMap(this), function (value) { + if (sameValueZero(value, searchElement)) return true; + }, true) === true; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.key-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.key-by.js new file mode 100644 index 00000000..67933b59 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.key-by.js @@ -0,0 +1,22 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var iterate = require('../internals/iterate'); +var isCallable = require('../internals/is-callable'); +var aCallable = require('../internals/a-callable'); +var Map = require('../internals/map-helpers').Map; + +// `Map.keyBy` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Map', stat: true, forced: true }, { + keyBy: function keyBy(iterable, keyDerivative) { + var C = isCallable(this) ? this : Map; + var newMap = new C(); + aCallable(keyDerivative); + var setter = aCallable(newMap.set); + iterate(iterable, function (element) { + call(setter, newMap, keyDerivative(element), element); + }); + return newMap; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.key-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.key-of.js new file mode 100644 index 00000000..07d5d18e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.key-of.js @@ -0,0 +1,15 @@ +'use strict'; +var $ = require('../internals/export'); +var aMap = require('../internals/a-map'); +var iterate = require('../internals/map-iterate'); + +// `Map.prototype.keyOf` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Map', proto: true, real: true, forced: true }, { + keyOf: function keyOf(searchElement) { + var result = iterate(aMap(this), function (value, key) { + if (value === searchElement) return { key: key }; + }, true); + return result && result.key; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.map-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.map-keys.js new file mode 100644 index 00000000..dcb1ea82 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.map-keys.js @@ -0,0 +1,23 @@ +'use strict'; +var $ = require('../internals/export'); +var bind = require('../internals/function-bind-context'); +var aMap = require('../internals/a-map'); +var MapHelpers = require('../internals/map-helpers'); +var iterate = require('../internals/map-iterate'); + +var Map = MapHelpers.Map; +var set = MapHelpers.set; + +// `Map.prototype.mapKeys` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Map', proto: true, real: true, forced: true }, { + mapKeys: function mapKeys(callbackfn /* , thisArg */) { + var map = aMap(this); + var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined); + var newMap = new Map(); + iterate(map, function (value, key) { + set(newMap, boundFunction(value, key, map), value); + }); + return newMap; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.map-values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.map-values.js new file mode 100644 index 00000000..e10f42be --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.map-values.js @@ -0,0 +1,23 @@ +'use strict'; +var $ = require('../internals/export'); +var bind = require('../internals/function-bind-context'); +var aMap = require('../internals/a-map'); +var MapHelpers = require('../internals/map-helpers'); +var iterate = require('../internals/map-iterate'); + +var Map = MapHelpers.Map; +var set = MapHelpers.set; + +// `Map.prototype.mapValues` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Map', proto: true, real: true, forced: true }, { + mapValues: function mapValues(callbackfn /* , thisArg */) { + var map = aMap(this); + var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined); + var newMap = new Map(); + iterate(map, function (value, key) { + set(newMap, key, boundFunction(value, key, map)); + }); + return newMap; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.merge.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.merge.js new file mode 100644 index 00000000..d2174f80 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.merge.js @@ -0,0 +1,22 @@ +'use strict'; +var $ = require('../internals/export'); +var aMap = require('../internals/a-map'); +var iterate = require('../internals/iterate'); +var set = require('../internals/map-helpers').set; + +// `Map.prototype.merge` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Map', proto: true, real: true, arity: 1, forced: true }, { + // eslint-disable-next-line no-unused-vars -- required for `.length` + merge: function merge(iterable /* ...iterables */) { + var map = aMap(this); + var argumentsLength = arguments.length; + var i = 0; + while (i < argumentsLength) { + iterate(arguments[i++], function (key, value) { + set(map, key, value); + }, { AS_ENTRIES: true }); + } + return map; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.of.js new file mode 100644 index 00000000..5fc111ed --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.of.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var MapHelpers = require('../internals/map-helpers'); +var createCollectionOf = require('../internals/collection-of'); + +// `Map.of` method +// https://tc39.github.io/proposal-setmap-offrom/#sec-map.of +$({ target: 'Map', stat: true, forced: true }, { + of: createCollectionOf(MapHelpers.Map, MapHelpers.set, true) +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.reduce.js new file mode 100644 index 00000000..1067337e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.reduce.js @@ -0,0 +1,28 @@ +'use strict'; +var $ = require('../internals/export'); +var aCallable = require('../internals/a-callable'); +var aMap = require('../internals/a-map'); +var iterate = require('../internals/map-iterate'); + +var $TypeError = TypeError; + +// `Map.prototype.reduce` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Map', proto: true, real: true, forced: true }, { + reduce: function reduce(callbackfn /* , initialValue */) { + var map = aMap(this); + var noInitial = arguments.length < 2; + var accumulator = noInitial ? undefined : arguments[1]; + aCallable(callbackfn); + iterate(map, function (value, key) { + if (noInitial) { + noInitial = false; + accumulator = value; + } else { + accumulator = callbackfn(accumulator, value, key, map); + } + }); + if (noInitial) throw new $TypeError('Reduce of empty map with no initial value'); + return accumulator; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.some.js new file mode 100644 index 00000000..c3d6421f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.some.js @@ -0,0 +1,17 @@ +'use strict'; +var $ = require('../internals/export'); +var bind = require('../internals/function-bind-context'); +var aMap = require('../internals/a-map'); +var iterate = require('../internals/map-iterate'); + +// `Map.prototype.some` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Map', proto: true, real: true, forced: true }, { + some: function some(callbackfn /* , thisArg */) { + var map = aMap(this); + var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined); + return iterate(map, function (value, key) { + if (boundFunction(value, key, map)) return true; + }, true) === true; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.update-or-insert.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.update-or-insert.js new file mode 100644 index 00000000..05003214 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.update-or-insert.js @@ -0,0 +1,10 @@ +'use strict'; +// TODO: remove from `core-js@4` +var $ = require('../internals/export'); +var upsert = require('../internals/map-upsert'); + +// `Map.prototype.updateOrInsert` method (replaced by `Map.prototype.emplace`) +// https://github.com/thumbsupep/proposal-upsert +$({ target: 'Map', proto: true, real: true, name: 'upsert', forced: true }, { + updateOrInsert: upsert +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.update.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.update.js new file mode 100644 index 00000000..a112f711 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.update.js @@ -0,0 +1,27 @@ +'use strict'; +var $ = require('../internals/export'); +var aCallable = require('../internals/a-callable'); +var aMap = require('../internals/a-map'); +var MapHelpers = require('../internals/map-helpers'); + +var $TypeError = TypeError; +var get = MapHelpers.get; +var has = MapHelpers.has; +var set = MapHelpers.set; + +// `Map.prototype.update` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Map', proto: true, real: true, forced: true }, { + update: function update(key, callback /* , thunk */) { + var map = aMap(this); + var length = arguments.length; + aCallable(callback); + var isPresentInMap = has(map, key); + if (!isPresentInMap && length < 3) { + throw new $TypeError('Updating absent value'); + } + var value = isPresentInMap ? get(map, key) : aCallable(length > 2 ? arguments[2] : undefined)(key, map); + set(map, key, callback(value, key, map)); + return map; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.upsert.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.upsert.js new file mode 100644 index 00000000..10d9ad85 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.map.upsert.js @@ -0,0 +1,10 @@ +'use strict'; +// TODO: remove from `core-js@4` +var $ = require('../internals/export'); +var upsert = require('../internals/map-upsert'); + +// `Map.prototype.upsert` method (replaced by `Map.prototype.emplace`) +// https://github.com/thumbsupep/proposal-upsert +$({ target: 'Map', proto: true, real: true, forced: true }, { + upsert: upsert +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.clamp.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.clamp.js new file mode 100644 index 00000000..49a3d30f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.clamp.js @@ -0,0 +1,13 @@ +'use strict'; +var $ = require('../internals/export'); + +var min = Math.min; +var max = Math.max; + +// `Math.clamp` method +// https://rwaldron.github.io/proposal-math-extensions/ +$({ target: 'Math', stat: true, forced: true }, { + clamp: function clamp(x, lower, upper) { + return min(upper, max(lower, x)); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.deg-per-rad.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.deg-per-rad.js new file mode 100644 index 00000000..2b1d8c44 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.deg-per-rad.js @@ -0,0 +1,8 @@ +'use strict'; +var $ = require('../internals/export'); + +// `Math.DEG_PER_RAD` constant +// https://rwaldron.github.io/proposal-math-extensions/ +$({ target: 'Math', stat: true, nonConfigurable: true, nonWritable: true }, { + DEG_PER_RAD: Math.PI / 180 +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.degrees.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.degrees.js new file mode 100644 index 00000000..aa21ad76 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.degrees.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); + +var RAD_PER_DEG = 180 / Math.PI; + +// `Math.degrees` method +// https://rwaldron.github.io/proposal-math-extensions/ +$({ target: 'Math', stat: true, forced: true }, { + degrees: function degrees(radians) { + return radians * RAD_PER_DEG; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.f16round.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.f16round.js new file mode 100644 index 00000000..61dd6788 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.f16round.js @@ -0,0 +1,15 @@ +'use strict'; +var $ = require('../internals/export'); +var floatRound = require('../internals/math-float-round'); + +var FLOAT16_EPSILON = 0.0009765625; +var FLOAT16_MAX_VALUE = 65504; +var FLOAT16_MIN_VALUE = 6.103515625e-05; + +// `Math.f16round` method +// https://github.com/tc39/proposal-float16array +$({ target: 'Math', stat: true }, { + f16round: function f16round(x) { + return floatRound(x, FLOAT16_EPSILON, FLOAT16_MAX_VALUE, FLOAT16_MIN_VALUE); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.fscale.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.fscale.js new file mode 100644 index 00000000..d9767c56 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.fscale.js @@ -0,0 +1,13 @@ +'use strict'; +var $ = require('../internals/export'); + +var scale = require('../internals/math-scale'); +var fround = require('../internals/math-fround'); + +// `Math.fscale` method +// https://rwaldron.github.io/proposal-math-extensions/ +$({ target: 'Math', stat: true, forced: true }, { + fscale: function fscale(x, inLow, inHigh, outLow, outHigh) { + return fround(scale(x, inLow, inHigh, outLow, outHigh)); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.iaddh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.iaddh.js new file mode 100644 index 00000000..f446d887 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.iaddh.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); + +// `Math.iaddh` method +// https://gist.github.com/BrendanEich/4294d5c212a6d2254703 +// TODO: Remove from `core-js@4` +$({ target: 'Math', stat: true, forced: true }, { + iaddh: function iaddh(x0, x1, y0, y1) { + var $x0 = x0 >>> 0; + var $x1 = x1 >>> 0; + var $y0 = y0 >>> 0; + return $x1 + (y1 >>> 0) + (($x0 & $y0 | ($x0 | $y0) & ~($x0 + $y0 >>> 0)) >>> 31) | 0; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.imulh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.imulh.js new file mode 100644 index 00000000..b3c8ad6f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.imulh.js @@ -0,0 +1,19 @@ +'use strict'; +var $ = require('../internals/export'); + +// `Math.imulh` method +// https://gist.github.com/BrendanEich/4294d5c212a6d2254703 +// TODO: Remove from `core-js@4` +$({ target: 'Math', stat: true, forced: true }, { + imulh: function imulh(u, v) { + var UINT16 = 0xFFFF; + var $u = +u; + var $v = +v; + var u0 = $u & UINT16; + var v0 = $v & UINT16; + var u1 = $u >> 16; + var v1 = $v >> 16; + var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16); + return u1 * v1 + (t >> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >> 16); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.isubh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.isubh.js new file mode 100644 index 00000000..92674e51 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.isubh.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); + +// `Math.isubh` method +// https://gist.github.com/BrendanEich/4294d5c212a6d2254703 +// TODO: Remove from `core-js@4` +$({ target: 'Math', stat: true, forced: true }, { + isubh: function isubh(x0, x1, y0, y1) { + var $x0 = x0 >>> 0; + var $x1 = x1 >>> 0; + var $y0 = y0 >>> 0; + return $x1 - (y1 >>> 0) - ((~$x0 & $y0 | ~($x0 ^ $y0) & $x0 - $y0 >>> 0) >>> 31) | 0; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.rad-per-deg.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.rad-per-deg.js new file mode 100644 index 00000000..ea50751a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.rad-per-deg.js @@ -0,0 +1,8 @@ +'use strict'; +var $ = require('../internals/export'); + +// `Math.RAD_PER_DEG` constant +// https://rwaldron.github.io/proposal-math-extensions/ +$({ target: 'Math', stat: true, nonConfigurable: true, nonWritable: true }, { + RAD_PER_DEG: 180 / Math.PI +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.radians.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.radians.js new file mode 100644 index 00000000..ea622718 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.radians.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); + +var DEG_PER_RAD = Math.PI / 180; + +// `Math.radians` method +// https://rwaldron.github.io/proposal-math-extensions/ +$({ target: 'Math', stat: true, forced: true }, { + radians: function radians(degrees) { + return degrees * DEG_PER_RAD; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.scale.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.scale.js new file mode 100644 index 00000000..be0b6c42 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.scale.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var scale = require('../internals/math-scale'); + +// `Math.scale` method +// https://rwaldron.github.io/proposal-math-extensions/ +$({ target: 'Math', stat: true, forced: true }, { + scale: scale +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.seeded-prng.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.seeded-prng.js new file mode 100644 index 00000000..3ca520de --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.seeded-prng.js @@ -0,0 +1,36 @@ +'use strict'; +var $ = require('../internals/export'); +var anObject = require('../internals/an-object'); +var numberIsFinite = require('../internals/number-is-finite'); +var createIteratorConstructor = require('../internals/iterator-create-constructor'); +var createIterResultObject = require('../internals/create-iter-result-object'); +var InternalStateModule = require('../internals/internal-state'); + +var SEEDED_RANDOM = 'Seeded Random'; +var SEEDED_RANDOM_GENERATOR = SEEDED_RANDOM + ' Generator'; +var SEED_TYPE_ERROR = 'Math.seededPRNG() argument should have a "seed" field with a finite value.'; +var setInternalState = InternalStateModule.set; +var getInternalState = InternalStateModule.getterFor(SEEDED_RANDOM_GENERATOR); +var $TypeError = TypeError; + +var $SeededRandomGenerator = createIteratorConstructor(function SeededRandomGenerator(seed) { + setInternalState(this, { + type: SEEDED_RANDOM_GENERATOR, + seed: seed % 2147483647 + }); +}, SEEDED_RANDOM, function next() { + var state = getInternalState(this); + var seed = state.seed = (state.seed * 1103515245 + 12345) % 2147483647; + return createIterResultObject((seed & 1073741823) / 1073741823, false); +}); + +// `Math.seededPRNG` method +// https://github.com/tc39/proposal-seeded-random +// based on https://github.com/tc39/proposal-seeded-random/blob/78b8258835b57fc2100d076151ab506bc3202ae6/demo.html +$({ target: 'Math', stat: true, forced: true }, { + seededPRNG: function seededPRNG(it) { + var seed = anObject(it).seed; + if (!numberIsFinite(seed)) throw new $TypeError(SEED_TYPE_ERROR); + return new $SeededRandomGenerator(seed); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.signbit.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.signbit.js new file mode 100644 index 00000000..1d4cad0c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.signbit.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); + +// `Math.signbit` method +// https://github.com/tc39/proposal-Math.signbit +$({ target: 'Math', stat: true, forced: true }, { + signbit: function signbit(x) { + var n = +x; + // eslint-disable-next-line no-self-compare -- NaN check + return n === n && n === 0 ? 1 / n === -Infinity : n < 0; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.sum-precise.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.sum-precise.js new file mode 100644 index 00000000..80ba8d49 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.sum-precise.js @@ -0,0 +1,151 @@ +'use strict'; +// based on Shewchuk's algorithm for exactly floating point addition +// adapted from https://github.com/tc39/proposal-math-sum/blob/3513d58323a1ae25560e8700aa5294500c6c9287/polyfill/polyfill.mjs +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var iterate = require('../internals/iterate'); + +var $RangeError = RangeError; +var $TypeError = TypeError; +var $Infinity = Infinity; +var $NaN = NaN; +var abs = Math.abs; +var pow = Math.pow; +var push = uncurryThis([].push); + +var POW_2_1023 = pow(2, 1023); +var MAX_SAFE_INTEGER = pow(2, 53) - 1; // 2 ** 53 - 1 === 9007199254740992 +var MAX_DOUBLE = Number.MAX_VALUE; // 2 ** 1024 - 2 ** (1023 - 52) === 1.79769313486231570815e+308 +var MAX_ULP = pow(2, 971); // 2 ** (1023 - 52) === 1.99584030953471981166e+292 + +var NOT_A_NUMBER = {}; +var MINUS_INFINITY = {}; +var PLUS_INFINITY = {}; +var MINUS_ZERO = {}; +var FINITE = {}; + +// prerequisite: abs(x) >= abs(y) +var twosum = function (x, y) { + var hi = x + y; + var lo = y - (hi - x); + return { hi: hi, lo: lo }; +}; + +// `Math.sumPrecise` method +// https://github.com/tc39/proposal-math-sum +$({ target: 'Math', stat: true }, { + // eslint-disable-next-line max-statements -- ok + sumPrecise: function sumPrecise(items) { + var numbers = []; + var count = 0; + var state = MINUS_ZERO; + + iterate(items, function (n) { + if (++count >= MAX_SAFE_INTEGER) throw new $RangeError('Maximum allowed index exceeded'); + if (typeof n != 'number') throw new $TypeError('Value is not a number'); + if (state !== NOT_A_NUMBER) { + // eslint-disable-next-line no-self-compare -- NaN check + if (n !== n) state = NOT_A_NUMBER; + else if (n === $Infinity) state = state === MINUS_INFINITY ? NOT_A_NUMBER : PLUS_INFINITY; + else if (n === -$Infinity) state = state === PLUS_INFINITY ? NOT_A_NUMBER : MINUS_INFINITY; + else if ((n !== 0 || (1 / n) === $Infinity) && (state === MINUS_ZERO || state === FINITE)) { + state = FINITE; + push(numbers, n); + } + } + }); + + switch (state) { + case NOT_A_NUMBER: return $NaN; + case MINUS_INFINITY: return -$Infinity; + case PLUS_INFINITY: return $Infinity; + case MINUS_ZERO: return -0; + } + + var partials = []; + var overflow = 0; // conceptually 2 ** 1024 times this value; the final partial is biased by this amount + var x, y, sum, hi, lo, tmp; + + for (var i = 0; i < numbers.length; i++) { + x = numbers[i]; + var actuallyUsedPartials = 0; + for (var j = 0; j < partials.length; j++) { + y = partials[j]; + if (abs(x) < abs(y)) { + tmp = x; + x = y; + y = tmp; + } + sum = twosum(x, y); + hi = sum.hi; + lo = sum.lo; + if (abs(hi) === $Infinity) { + var sign = hi === $Infinity ? 1 : -1; + overflow += sign; + + x = (x - (sign * POW_2_1023)) - (sign * POW_2_1023); + if (abs(x) < abs(y)) { + tmp = x; + x = y; + y = tmp; + } + sum = twosum(x, y); + hi = sum.hi; + lo = sum.lo; + } + if (lo !== 0) partials[actuallyUsedPartials++] = lo; + x = hi; + } + partials.length = actuallyUsedPartials; + if (x !== 0) push(partials, x); + } + + // compute the exact sum of partials, stopping once we lose precision + var n = partials.length - 1; + hi = 0; + lo = 0; + + if (overflow !== 0) { + var next = n >= 0 ? partials[n] : 0; + n--; + if (abs(overflow) > 1 || (overflow > 0 && next > 0) || (overflow < 0 && next < 0)) { + return overflow > 0 ? $Infinity : -$Infinity; + } + // here we actually have to do the arithmetic + // drop a factor of 2 so we can do it without overflow + // assert(abs(overflow) === 1) + sum = twosum(overflow * POW_2_1023, next / 2); + hi = sum.hi; + lo = sum.lo; + lo *= 2; + if (abs(2 * hi) === $Infinity) { + // rounding to the maximum value + if (hi > 0) { + return (hi === POW_2_1023 && lo === -(MAX_ULP / 2) && n >= 0 && partials[n] < 0) ? MAX_DOUBLE : $Infinity; + } return (hi === -POW_2_1023 && lo === (MAX_ULP / 2) && n >= 0 && partials[n] > 0) ? -MAX_DOUBLE : -$Infinity; + } + + if (lo !== 0) { + partials[++n] = lo; + lo = 0; + } + + hi *= 2; + } + + while (n >= 0) { + sum = twosum(hi, partials[n--]); + hi = sum.hi; + lo = sum.lo; + if (lo !== 0) break; + } + + if (n >= 0 && ((lo < 0 && partials[n] < 0) || (lo > 0 && partials[n] > 0))) { + y = lo * 2; + x = hi + y; + if (y === x - hi) hi = x; + } + + return hi; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.umulh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.umulh.js new file mode 100644 index 00000000..db995ce8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.math.umulh.js @@ -0,0 +1,19 @@ +'use strict'; +var $ = require('../internals/export'); + +// `Math.umulh` method +// https://gist.github.com/BrendanEich/4294d5c212a6d2254703 +// TODO: Remove from `core-js@4` +$({ target: 'Math', stat: true, forced: true }, { + umulh: function umulh(u, v) { + var UINT16 = 0xFFFF; + var $u = +u; + var $v = +v; + var u0 = $u & UINT16; + var v0 = $v & UINT16; + var u1 = $u >>> 16; + var v1 = $v >>> 16; + var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16); + return u1 * v1 + (t >>> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >>> 16); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.number.from-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.number.from-string.js new file mode 100644 index 00000000..f3851ae2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.number.from-string.js @@ -0,0 +1,41 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); + +var INVALID_NUMBER_REPRESENTATION = 'Invalid number representation'; +var INVALID_RADIX = 'Invalid radix'; +var $RangeError = RangeError; +var $SyntaxError = SyntaxError; +var $TypeError = TypeError; +var $parseInt = parseInt; +var pow = Math.pow; +var valid = /^[\d.a-z]+$/; +var charAt = uncurryThis(''.charAt); +var exec = uncurryThis(valid.exec); +var numberToString = uncurryThis(1.0.toString); +var stringSlice = uncurryThis(''.slice); +var split = uncurryThis(''.split); + +// `Number.fromString` method +// https://github.com/tc39/proposal-number-fromstring +$({ target: 'Number', stat: true, forced: true }, { + fromString: function fromString(string, radix) { + var sign = 1; + if (typeof string != 'string') throw new $TypeError(INVALID_NUMBER_REPRESENTATION); + if (!string.length) throw new $SyntaxError(INVALID_NUMBER_REPRESENTATION); + if (charAt(string, 0) === '-') { + sign = -1; + string = stringSlice(string, 1); + if (!string.length) throw new $SyntaxError(INVALID_NUMBER_REPRESENTATION); + } + var R = radix === undefined ? 10 : toIntegerOrInfinity(radix); + if (R < 2 || R > 36) throw new $RangeError(INVALID_RADIX); + if (!exec(valid, string)) throw new $SyntaxError(INVALID_NUMBER_REPRESENTATION); + var parts = split(string, '.'); + var mathNum = $parseInt(parts[0], R); + if (parts.length > 1) mathNum += $parseInt(parts[1], R) / pow(R, parts[1].length); + if (R === 10 && numberToString(mathNum, R) !== string) throw new $SyntaxError(INVALID_NUMBER_REPRESENTATION); + return sign * mathNum; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.number.range.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.number.range.js new file mode 100644 index 00000000..5f44694b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.number.range.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var NumericRangeIterator = require('../internals/numeric-range-iterator'); + +// `Number.range` method +// https://github.com/tc39/proposal-Number.range +// TODO: Remove from `core-js@4` +$({ target: 'Number', stat: true, forced: true }, { + range: function range(start, end, option) { + return new NumericRangeIterator(start, end, option, 'number', 0, 1); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.group-by.js new file mode 100644 index 00000000..80845bc5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.group-by.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.object.group-by'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.has-own.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.has-own.js new file mode 100644 index 00000000..12bf5589 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.has-own.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.object.has-own'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.iterate-entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.iterate-entries.js new file mode 100644 index 00000000..f93b6841 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.iterate-entries.js @@ -0,0 +1,12 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var ObjectIterator = require('../internals/object-iterator'); + +// `Object.iterateEntries` method +// https://github.com/tc39/proposal-object-iteration +$({ target: 'Object', stat: true, forced: true }, { + iterateEntries: function iterateEntries(object) { + return new ObjectIterator(object, 'entries'); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.iterate-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.iterate-keys.js new file mode 100644 index 00000000..41e5de9a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.iterate-keys.js @@ -0,0 +1,12 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var ObjectIterator = require('../internals/object-iterator'); + +// `Object.iterateKeys` method +// https://github.com/tc39/proposal-object-iteration +$({ target: 'Object', stat: true, forced: true }, { + iterateKeys: function iterateKeys(object) { + return new ObjectIterator(object, 'keys'); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.iterate-values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.iterate-values.js new file mode 100644 index 00000000..490abc8b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.object.iterate-values.js @@ -0,0 +1,12 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var ObjectIterator = require('../internals/object-iterator'); + +// `Object.iterateValues` method +// https://github.com/tc39/proposal-object-iteration +$({ target: 'Object', stat: true, forced: true }, { + iterateValues: function iterateValues(object) { + return new ObjectIterator(object, 'values'); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.observable.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.observable.constructor.js new file mode 100644 index 00000000..47761a7a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.observable.constructor.js @@ -0,0 +1,187 @@ +'use strict'; +// https://github.com/tc39/proposal-observable +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var DESCRIPTORS = require('../internals/descriptors'); +var setSpecies = require('../internals/set-species'); +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var anInstance = require('../internals/an-instance'); +var isCallable = require('../internals/is-callable'); +var isNullOrUndefined = require('../internals/is-null-or-undefined'); +var isObject = require('../internals/is-object'); +var getMethod = require('../internals/get-method'); +var defineBuiltIn = require('../internals/define-built-in'); +var defineBuiltIns = require('../internals/define-built-ins'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var hostReportErrors = require('../internals/host-report-errors'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var InternalStateModule = require('../internals/internal-state'); + +var $$OBSERVABLE = wellKnownSymbol('observable'); +var OBSERVABLE = 'Observable'; +var SUBSCRIPTION = 'Subscription'; +var SUBSCRIPTION_OBSERVER = 'SubscriptionObserver'; +var getterFor = InternalStateModule.getterFor; +var setInternalState = InternalStateModule.set; +var getObservableInternalState = getterFor(OBSERVABLE); +var getSubscriptionInternalState = getterFor(SUBSCRIPTION); +var getSubscriptionObserverInternalState = getterFor(SUBSCRIPTION_OBSERVER); + +var SubscriptionState = function (observer) { + this.observer = anObject(observer); + this.cleanup = null; + this.subscriptionObserver = null; +}; + +SubscriptionState.prototype = { + type: SUBSCRIPTION, + clean: function () { + var cleanup = this.cleanup; + if (cleanup) { + this.cleanup = null; + try { + cleanup(); + } catch (error) { + hostReportErrors(error); + } + } + }, + close: function () { + if (!DESCRIPTORS) { + var subscription = this.facade; + var subscriptionObserver = this.subscriptionObserver; + subscription.closed = true; + if (subscriptionObserver) subscriptionObserver.closed = true; + } this.observer = null; + }, + isClosed: function () { + return this.observer === null; + } +}; + +var Subscription = function (observer, subscriber) { + var subscriptionState = setInternalState(this, new SubscriptionState(observer)); + var start; + if (!DESCRIPTORS) this.closed = false; + try { + if (start = getMethod(observer, 'start')) call(start, observer, this); + } catch (error) { + hostReportErrors(error); + } + if (subscriptionState.isClosed()) return; + var subscriptionObserver = subscriptionState.subscriptionObserver = new SubscriptionObserver(subscriptionState); + try { + var cleanup = subscriber(subscriptionObserver); + var subscription = cleanup; + if (!isNullOrUndefined(cleanup)) subscriptionState.cleanup = isCallable(cleanup.unsubscribe) + ? function () { subscription.unsubscribe(); } + : aCallable(cleanup); + } catch (error) { + subscriptionObserver.error(error); + return; + } if (subscriptionState.isClosed()) subscriptionState.clean(); +}; + +Subscription.prototype = defineBuiltIns({}, { + unsubscribe: function unsubscribe() { + var subscriptionState = getSubscriptionInternalState(this); + if (!subscriptionState.isClosed()) { + subscriptionState.close(); + subscriptionState.clean(); + } + } +}); + +if (DESCRIPTORS) defineBuiltInAccessor(Subscription.prototype, 'closed', { + configurable: true, + get: function closed() { + return getSubscriptionInternalState(this).isClosed(); + } +}); + +var SubscriptionObserver = function (subscriptionState) { + setInternalState(this, { + type: SUBSCRIPTION_OBSERVER, + subscriptionState: subscriptionState + }); + if (!DESCRIPTORS) this.closed = false; +}; + +SubscriptionObserver.prototype = defineBuiltIns({}, { + next: function next(value) { + var subscriptionState = getSubscriptionObserverInternalState(this).subscriptionState; + if (!subscriptionState.isClosed()) { + var observer = subscriptionState.observer; + try { + var nextMethod = getMethod(observer, 'next'); + if (nextMethod) call(nextMethod, observer, value); + } catch (error) { + hostReportErrors(error); + } + } + }, + error: function error(value) { + var subscriptionState = getSubscriptionObserverInternalState(this).subscriptionState; + if (!subscriptionState.isClosed()) { + var observer = subscriptionState.observer; + subscriptionState.close(); + try { + var errorMethod = getMethod(observer, 'error'); + if (errorMethod) call(errorMethod, observer, value); + else hostReportErrors(value); + } catch (err) { + hostReportErrors(err); + } subscriptionState.clean(); + } + }, + complete: function complete() { + var subscriptionState = getSubscriptionObserverInternalState(this).subscriptionState; + if (!subscriptionState.isClosed()) { + var observer = subscriptionState.observer; + subscriptionState.close(); + try { + var completeMethod = getMethod(observer, 'complete'); + if (completeMethod) call(completeMethod, observer); + } catch (error) { + hostReportErrors(error); + } subscriptionState.clean(); + } + } +}); + +if (DESCRIPTORS) defineBuiltInAccessor(SubscriptionObserver.prototype, 'closed', { + configurable: true, + get: function closed() { + return getSubscriptionObserverInternalState(this).subscriptionState.isClosed(); + } +}); + +var $Observable = function Observable(subscriber) { + anInstance(this, ObservablePrototype); + setInternalState(this, { + type: OBSERVABLE, + subscriber: aCallable(subscriber) + }); +}; + +var ObservablePrototype = $Observable.prototype; + +defineBuiltIns(ObservablePrototype, { + subscribe: function subscribe(observer) { + var length = arguments.length; + return new Subscription(isCallable(observer) ? { + next: observer, + error: length > 1 ? arguments[1] : undefined, + complete: length > 2 ? arguments[2] : undefined + } : isObject(observer) ? observer : {}, getObservableInternalState(this).subscriber); + } +}); + +defineBuiltIn(ObservablePrototype, $$OBSERVABLE, function () { return this; }); + +$({ global: true, constructor: true, forced: true }, { + Observable: $Observable +}); + +setSpecies(OBSERVABLE); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.observable.from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.observable.from.js new file mode 100644 index 00000000..e1f81c19 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.observable.from.js @@ -0,0 +1,35 @@ +'use strict'; +var $ = require('../internals/export'); +var getBuiltIn = require('../internals/get-built-in'); +var call = require('../internals/function-call'); +var anObject = require('../internals/an-object'); +var isConstructor = require('../internals/is-constructor'); +var getIterator = require('../internals/get-iterator'); +var getMethod = require('../internals/get-method'); +var iterate = require('../internals/iterate'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var $$OBSERVABLE = wellKnownSymbol('observable'); + +// `Observable.from` method +// https://github.com/tc39/proposal-observable +$({ target: 'Observable', stat: true, forced: true }, { + from: function from(x) { + var C = isConstructor(this) ? this : getBuiltIn('Observable'); + var observableMethod = getMethod(anObject(x), $$OBSERVABLE); + if (observableMethod) { + var observable = anObject(call(observableMethod, x)); + return observable.constructor === C ? observable : new C(function (observer) { + return observable.subscribe(observer); + }); + } + var iterator = getIterator(x); + return new C(function (observer) { + iterate(iterator, function (it, stop) { + observer.next(it); + if (observer.closed) return stop(); + }, { IS_ITERATOR: true, INTERRUPTED: true }); + observer.complete(); + }); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.observable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.observable.js new file mode 100644 index 00000000..7f37b46a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.observable.js @@ -0,0 +1,5 @@ +'use strict'; +// TODO: Remove this module from `core-js@4` since it's split to modules listed below +require('../modules/esnext.observable.constructor'); +require('../modules/esnext.observable.from'); +require('../modules/esnext.observable.of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.observable.of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.observable.of.js new file mode 100644 index 00000000..3082f04b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.observable.of.js @@ -0,0 +1,24 @@ +'use strict'; +var $ = require('../internals/export'); +var getBuiltIn = require('../internals/get-built-in'); +var isConstructor = require('../internals/is-constructor'); + +var Array = getBuiltIn('Array'); + +// `Observable.of` method +// https://github.com/tc39/proposal-observable +$({ target: 'Observable', stat: true, forced: true }, { + of: function of() { + var C = isConstructor(this) ? this : getBuiltIn('Observable'); + var length = arguments.length; + var items = Array(length); + var index = 0; + while (index < length) items[index] = arguments[index++]; + return new C(function (observer) { + for (var i = 0; i < length; i++) { + observer.next(items[i]); + if (observer.closed) return; + } observer.complete(); + }); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.promise.all-settled.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.promise.all-settled.js new file mode 100644 index 00000000..d7ba53d1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.promise.all-settled.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.promise.all-settled.js'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.promise.any.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.promise.any.js new file mode 100644 index 00000000..b50dede4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.promise.any.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.promise.any'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.promise.try.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.promise.try.js new file mode 100644 index 00000000..2f2c04b2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.promise.try.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.promise.try.js'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.promise.with-resolvers.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.promise.with-resolvers.js new file mode 100644 index 00000000..1a34a665 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.promise.with-resolvers.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.promise.with-resolvers'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.define-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.define-metadata.js new file mode 100644 index 00000000..8ace9f44 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.define-metadata.js @@ -0,0 +1,17 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var ReflectMetadataModule = require('../internals/reflect-metadata'); +var anObject = require('../internals/an-object'); + +var toMetadataKey = ReflectMetadataModule.toKey; +var ordinaryDefineOwnMetadata = ReflectMetadataModule.set; + +// `Reflect.defineMetadata` method +// https://github.com/rbuckton/reflect-metadata +$({ target: 'Reflect', stat: true }, { + defineMetadata: function defineMetadata(metadataKey, metadataValue, target /* , targetKey */) { + var targetKey = arguments.length < 4 ? undefined : toMetadataKey(arguments[3]); + ordinaryDefineOwnMetadata(metadataKey, metadataValue, anObject(target), targetKey); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.delete-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.delete-metadata.js new file mode 100644 index 00000000..13ba13d0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.delete-metadata.js @@ -0,0 +1,22 @@ +'use strict'; +var $ = require('../internals/export'); +var ReflectMetadataModule = require('../internals/reflect-metadata'); +var anObject = require('../internals/an-object'); + +var toMetadataKey = ReflectMetadataModule.toKey; +var getOrCreateMetadataMap = ReflectMetadataModule.getMap; +var store = ReflectMetadataModule.store; + +// `Reflect.deleteMetadata` method +// https://github.com/rbuckton/reflect-metadata +$({ target: 'Reflect', stat: true }, { + deleteMetadata: function deleteMetadata(metadataKey, target /* , targetKey */) { + var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]); + var metadataMap = getOrCreateMetadataMap(anObject(target), targetKey, false); + if (metadataMap === undefined || !metadataMap['delete'](metadataKey)) return false; + if (metadataMap.size) return true; + var targetMetadata = store.get(target); + targetMetadata['delete'](targetKey); + return !!targetMetadata.size || store['delete'](target); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js new file mode 100644 index 00000000..34fad84b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js @@ -0,0 +1,30 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var ReflectMetadataModule = require('../internals/reflect-metadata'); +var anObject = require('../internals/an-object'); +var getPrototypeOf = require('../internals/object-get-prototype-of'); +var $arrayUniqueBy = require('../internals/array-unique-by'); + +var arrayUniqueBy = uncurryThis($arrayUniqueBy); +var concat = uncurryThis([].concat); +var ordinaryOwnMetadataKeys = ReflectMetadataModule.keys; +var toMetadataKey = ReflectMetadataModule.toKey; + +var ordinaryMetadataKeys = function (O, P) { + var oKeys = ordinaryOwnMetadataKeys(O, P); + var parent = getPrototypeOf(O); + if (parent === null) return oKeys; + var pKeys = ordinaryMetadataKeys(parent, P); + return pKeys.length ? oKeys.length ? arrayUniqueBy(concat(oKeys, pKeys)) : pKeys : oKeys; +}; + +// `Reflect.getMetadataKeys` method +// https://github.com/rbuckton/reflect-metadata +$({ target: 'Reflect', stat: true }, { + getMetadataKeys: function getMetadataKeys(target /* , targetKey */) { + var targetKey = arguments.length < 2 ? undefined : toMetadataKey(arguments[1]); + return ordinaryMetadataKeys(anObject(target), targetKey); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.get-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.get-metadata.js new file mode 100644 index 00000000..72582523 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.get-metadata.js @@ -0,0 +1,26 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var ReflectMetadataModule = require('../internals/reflect-metadata'); +var anObject = require('../internals/an-object'); +var getPrototypeOf = require('../internals/object-get-prototype-of'); + +var ordinaryHasOwnMetadata = ReflectMetadataModule.has; +var ordinaryGetOwnMetadata = ReflectMetadataModule.get; +var toMetadataKey = ReflectMetadataModule.toKey; + +var ordinaryGetMetadata = function (MetadataKey, O, P) { + var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P); + if (hasOwn) return ordinaryGetOwnMetadata(MetadataKey, O, P); + var parent = getPrototypeOf(O); + return parent !== null ? ordinaryGetMetadata(MetadataKey, parent, P) : undefined; +}; + +// `Reflect.getMetadata` method +// https://github.com/rbuckton/reflect-metadata +$({ target: 'Reflect', stat: true }, { + getMetadata: function getMetadata(metadataKey, target /* , targetKey */) { + var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]); + return ordinaryGetMetadata(metadataKey, anObject(target), targetKey); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js new file mode 100644 index 00000000..3b44e0f0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js @@ -0,0 +1,17 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var ReflectMetadataModule = require('../internals/reflect-metadata'); +var anObject = require('../internals/an-object'); + +var ordinaryOwnMetadataKeys = ReflectMetadataModule.keys; +var toMetadataKey = ReflectMetadataModule.toKey; + +// `Reflect.getOwnMetadataKeys` method +// https://github.com/rbuckton/reflect-metadata +$({ target: 'Reflect', stat: true }, { + getOwnMetadataKeys: function getOwnMetadataKeys(target /* , targetKey */) { + var targetKey = arguments.length < 2 ? undefined : toMetadataKey(arguments[1]); + return ordinaryOwnMetadataKeys(anObject(target), targetKey); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js new file mode 100644 index 00000000..e1f62fc5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js @@ -0,0 +1,17 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var ReflectMetadataModule = require('../internals/reflect-metadata'); +var anObject = require('../internals/an-object'); + +var ordinaryGetOwnMetadata = ReflectMetadataModule.get; +var toMetadataKey = ReflectMetadataModule.toKey; + +// `Reflect.getOwnMetadata` method +// https://github.com/rbuckton/reflect-metadata +$({ target: 'Reflect', stat: true }, { + getOwnMetadata: function getOwnMetadata(metadataKey, target /* , targetKey */) { + var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]); + return ordinaryGetOwnMetadata(metadataKey, anObject(target), targetKey); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.has-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.has-metadata.js new file mode 100644 index 00000000..26ce2569 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.has-metadata.js @@ -0,0 +1,25 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var ReflectMetadataModule = require('../internals/reflect-metadata'); +var anObject = require('../internals/an-object'); +var getPrototypeOf = require('../internals/object-get-prototype-of'); + +var ordinaryHasOwnMetadata = ReflectMetadataModule.has; +var toMetadataKey = ReflectMetadataModule.toKey; + +var ordinaryHasMetadata = function (MetadataKey, O, P) { + var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P); + if (hasOwn) return true; + var parent = getPrototypeOf(O); + return parent !== null ? ordinaryHasMetadata(MetadataKey, parent, P) : false; +}; + +// `Reflect.hasMetadata` method +// https://github.com/rbuckton/reflect-metadata +$({ target: 'Reflect', stat: true }, { + hasMetadata: function hasMetadata(metadataKey, target /* , targetKey */) { + var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]); + return ordinaryHasMetadata(metadataKey, anObject(target), targetKey); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js new file mode 100644 index 00000000..5e388856 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js @@ -0,0 +1,17 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var ReflectMetadataModule = require('../internals/reflect-metadata'); +var anObject = require('../internals/an-object'); + +var ordinaryHasOwnMetadata = ReflectMetadataModule.has; +var toMetadataKey = ReflectMetadataModule.toKey; + +// `Reflect.hasOwnMetadata` method +// https://github.com/rbuckton/reflect-metadata +$({ target: 'Reflect', stat: true }, { + hasOwnMetadata: function hasOwnMetadata(metadataKey, target /* , targetKey */) { + var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]); + return ordinaryHasOwnMetadata(metadataKey, anObject(target), targetKey); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.metadata.js new file mode 100644 index 00000000..5d98d032 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.reflect.metadata.js @@ -0,0 +1,17 @@ +'use strict'; +var $ = require('../internals/export'); +var ReflectMetadataModule = require('../internals/reflect-metadata'); +var anObject = require('../internals/an-object'); + +var toMetadataKey = ReflectMetadataModule.toKey; +var ordinaryDefineOwnMetadata = ReflectMetadataModule.set; + +// `Reflect.metadata` method +// https://github.com/rbuckton/reflect-metadata +$({ target: 'Reflect', stat: true }, { + metadata: function metadata(metadataKey, metadataValue) { + return function decorator(target, key) { + ordinaryDefineOwnMetadata(metadataKey, metadataValue, anObject(target), toMetadataKey(key)); + }; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.regexp.escape.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.regexp.escape.js new file mode 100644 index 00000000..04c18705 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.regexp.escape.js @@ -0,0 +1,71 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var aString = require('../internals/a-string'); +var hasOwn = require('../internals/has-own-property'); +var padStart = require('../internals/string-pad').start; +var WHITESPACES = require('../internals/whitespaces'); + +var $Array = Array; +// eslint-disable-next-line es/no-nonstandard-regexp-properties -- safe +var $escape = RegExp.escape; +var charAt = uncurryThis(''.charAt); +var charCodeAt = uncurryThis(''.charCodeAt); +var numberToString = uncurryThis(1.1.toString); +var join = uncurryThis([].join); +var FIRST_DIGIT_OR_ASCII = /^[0-9a-z]/i; +var SYNTAX_SOLIDUS = /^[$()*+./?[\\\]^{|}]/; +var OTHER_PUNCTUATORS_AND_WHITESPACES = RegExp('^[!"#%&\',\\-:;<=>@`~' + WHITESPACES + ']'); +var exec = uncurryThis(FIRST_DIGIT_OR_ASCII.exec); + +var ControlEscape = { + '\u0009': 't', + '\u000A': 'n', + '\u000B': 'v', + '\u000C': 'f', + '\u000D': 'r' +}; + +var escapeChar = function (chr) { + var hex = numberToString(charCodeAt(chr, 0), 16); + return hex.length < 3 ? '\\x' + padStart(hex, 2, '0') : '\\u' + padStart(hex, 4, '0'); +}; + +// Avoiding the use of polyfills of the previous iteration of this proposal +var FORCED = !$escape || $escape('ab') !== '\\x61b'; + +// `RegExp.escape` method +// https://github.com/tc39/proposal-regex-escaping +$({ target: 'RegExp', stat: true, forced: FORCED }, { + escape: function escape(S) { + aString(S); + var length = S.length; + var result = $Array(length); + + for (var i = 0; i < length; i++) { + var chr = charAt(S, i); + if (i === 0 && exec(FIRST_DIGIT_OR_ASCII, chr)) { + result[i] = escapeChar(chr); + } else if (hasOwn(ControlEscape, chr)) { + result[i] = '\\' + ControlEscape[chr]; + } else if (exec(SYNTAX_SOLIDUS, chr)) { + result[i] = '\\' + chr; + } else if (exec(OTHER_PUNCTUATORS_AND_WHITESPACES, chr)) { + result[i] = escapeChar(chr); + } else { + var charCode = charCodeAt(chr, 0); + // single UTF-16 code unit + if ((charCode & 0xF800) !== 0xD800) result[i] = chr; + // unpaired surrogate + else if (charCode >= 0xDC00 || i + 1 >= length || (charCodeAt(S, i + 1) & 0xFC00) !== 0xDC00) result[i] = escapeChar(chr); + // surrogate pair + else { + result[i] = chr; + result[++i] = charAt(S, i); + } + } + } + + return join(result, ''); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.add-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.add-all.js new file mode 100644 index 00000000..d168fbe4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.add-all.js @@ -0,0 +1,15 @@ +'use strict'; +var $ = require('../internals/export'); +var aSet = require('../internals/a-set'); +var add = require('../internals/set-helpers').add; + +// `Set.prototype.addAll` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Set', proto: true, real: true, forced: true }, { + addAll: function addAll(/* ...elements */) { + var set = aSet(this); + for (var k = 0, len = arguments.length; k < len; k++) { + add(set, arguments[k]); + } return set; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.delete-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.delete-all.js new file mode 100644 index 00000000..cbba8743 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.delete-all.js @@ -0,0 +1,18 @@ +'use strict'; +var $ = require('../internals/export'); +var aSet = require('../internals/a-set'); +var remove = require('../internals/set-helpers').remove; + +// `Set.prototype.deleteAll` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Set', proto: true, real: true, forced: true }, { + deleteAll: function deleteAll(/* ...elements */) { + var collection = aSet(this); + var allDeleted = true; + var wasDeleted; + for (var k = 0, len = arguments.length; k < len; k++) { + wasDeleted = remove(collection, arguments[k]); + allDeleted = allDeleted && wasDeleted; + } return !!allDeleted; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.difference.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.difference.js new file mode 100644 index 00000000..d2a40088 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.difference.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var toSetLike = require('../internals/to-set-like'); +var $difference = require('../internals/set-difference'); + +// `Set.prototype.difference` method +// https://github.com/tc39/proposal-set-methods +// TODO: Obsolete version, remove from `core-js@4` +$({ target: 'Set', proto: true, real: true, forced: true }, { + difference: function difference(other) { + return call($difference, this, toSetLike(other)); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.difference.v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.difference.v2.js new file mode 100644 index 00000000..4fe7c7d5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.difference.v2.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.set.difference.v2'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.every.js new file mode 100644 index 00000000..999c6be4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.every.js @@ -0,0 +1,17 @@ +'use strict'; +var $ = require('../internals/export'); +var bind = require('../internals/function-bind-context'); +var aSet = require('../internals/a-set'); +var iterate = require('../internals/set-iterate'); + +// `Set.prototype.every` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Set', proto: true, real: true, forced: true }, { + every: function every(callbackfn /* , thisArg */) { + var set = aSet(this); + var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined); + return iterate(set, function (value) { + if (!boundFunction(value, value, set)) return false; + }, true) !== false; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.filter.js new file mode 100644 index 00000000..84e1dac7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.filter.js @@ -0,0 +1,23 @@ +'use strict'; +var $ = require('../internals/export'); +var bind = require('../internals/function-bind-context'); +var aSet = require('../internals/a-set'); +var SetHelpers = require('../internals/set-helpers'); +var iterate = require('../internals/set-iterate'); + +var Set = SetHelpers.Set; +var add = SetHelpers.add; + +// `Set.prototype.filter` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Set', proto: true, real: true, forced: true }, { + filter: function filter(callbackfn /* , thisArg */) { + var set = aSet(this); + var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined); + var newSet = new Set(); + iterate(set, function (value) { + if (boundFunction(value, value, set)) add(newSet, value); + }); + return newSet; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.find.js new file mode 100644 index 00000000..ae18ca7c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.find.js @@ -0,0 +1,18 @@ +'use strict'; +var $ = require('../internals/export'); +var bind = require('../internals/function-bind-context'); +var aSet = require('../internals/a-set'); +var iterate = require('../internals/set-iterate'); + +// `Set.prototype.find` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Set', proto: true, real: true, forced: true }, { + find: function find(callbackfn /* , thisArg */) { + var set = aSet(this); + var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined); + var result = iterate(set, function (value) { + if (boundFunction(value, value, set)) return { value: value }; + }, true); + return result && result.value; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.from.js new file mode 100644 index 00000000..1704a4bb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.from.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var SetHelpers = require('../internals/set-helpers'); +var createCollectionFrom = require('../internals/collection-from'); + +// `Set.from` method +// https://tc39.github.io/proposal-setmap-offrom/#sec-set.from +$({ target: 'Set', stat: true, forced: true }, { + from: createCollectionFrom(SetHelpers.Set, SetHelpers.add, false) +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.intersection.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.intersection.js new file mode 100644 index 00000000..fed2c438 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.intersection.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var toSetLike = require('../internals/to-set-like'); +var $intersection = require('../internals/set-intersection'); + +// `Set.prototype.intersection` method +// https://github.com/tc39/proposal-set-methods +// TODO: Obsolete version, remove from `core-js@4` +$({ target: 'Set', proto: true, real: true, forced: true }, { + intersection: function intersection(other) { + return call($intersection, this, toSetLike(other)); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.intersection.v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.intersection.v2.js new file mode 100644 index 00000000..c417a811 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.intersection.v2.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.set.intersection.v2'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-disjoint-from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-disjoint-from.js new file mode 100644 index 00000000..bec2b235 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-disjoint-from.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var toSetLike = require('../internals/to-set-like'); +var $isDisjointFrom = require('../internals/set-is-disjoint-from'); + +// `Set.prototype.isDisjointFrom` method +// https://github.com/tc39/proposal-set-methods +// TODO: Obsolete version, remove from `core-js@4` +$({ target: 'Set', proto: true, real: true, forced: true }, { + isDisjointFrom: function isDisjointFrom(other) { + return call($isDisjointFrom, this, toSetLike(other)); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-disjoint-from.v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-disjoint-from.v2.js new file mode 100644 index 00000000..1aec2f80 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-disjoint-from.v2.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.set.is-disjoint-from.v2'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-subset-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-subset-of.js new file mode 100644 index 00000000..7b30e935 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-subset-of.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var toSetLike = require('../internals/to-set-like'); +var $isSubsetOf = require('../internals/set-is-subset-of'); + +// `Set.prototype.isSubsetOf` method +// https://github.com/tc39/proposal-set-methods +// TODO: Obsolete version, remove from `core-js@4` +$({ target: 'Set', proto: true, real: true, forced: true }, { + isSubsetOf: function isSubsetOf(other) { + return call($isSubsetOf, this, toSetLike(other)); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-subset-of.v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-subset-of.v2.js new file mode 100644 index 00000000..a89f2667 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-subset-of.v2.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.set.is-subset-of.v2'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-superset-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-superset-of.js new file mode 100644 index 00000000..43250853 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-superset-of.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var toSetLike = require('../internals/to-set-like'); +var $isSupersetOf = require('../internals/set-is-superset-of'); + +// `Set.prototype.isSupersetOf` method +// https://github.com/tc39/proposal-set-methods +// TODO: Obsolete version, remove from `core-js@4` +$({ target: 'Set', proto: true, real: true, forced: true }, { + isSupersetOf: function isSupersetOf(other) { + return call($isSupersetOf, this, toSetLike(other)); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-superset-of.v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-superset-of.v2.js new file mode 100644 index 00000000..c539c66f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.is-superset-of.v2.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.set.is-superset-of.v2'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.join.js new file mode 100644 index 00000000..4f7a62aa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.join.js @@ -0,0 +1,23 @@ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var aSet = require('../internals/a-set'); +var iterate = require('../internals/set-iterate'); +var toString = require('../internals/to-string'); + +var arrayJoin = uncurryThis([].join); +var push = uncurryThis([].push); + +// `Set.prototype.join` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Set', proto: true, real: true, forced: true }, { + join: function join(separator) { + var set = aSet(this); + var sep = separator === undefined ? ',' : toString(separator); + var array = []; + iterate(set, function (value) { + push(array, value); + }); + return arrayJoin(array, sep); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.map.js new file mode 100644 index 00000000..2eea3de7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.map.js @@ -0,0 +1,23 @@ +'use strict'; +var $ = require('../internals/export'); +var bind = require('../internals/function-bind-context'); +var aSet = require('../internals/a-set'); +var SetHelpers = require('../internals/set-helpers'); +var iterate = require('../internals/set-iterate'); + +var Set = SetHelpers.Set; +var add = SetHelpers.add; + +// `Set.prototype.map` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Set', proto: true, real: true, forced: true }, { + map: function map(callbackfn /* , thisArg */) { + var set = aSet(this); + var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined); + var newSet = new Set(); + iterate(set, function (value) { + add(newSet, boundFunction(value, value, set)); + }); + return newSet; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.of.js new file mode 100644 index 00000000..a1a54240 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.of.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var SetHelpers = require('../internals/set-helpers'); +var createCollectionOf = require('../internals/collection-of'); + +// `Set.of` method +// https://tc39.github.io/proposal-setmap-offrom/#sec-set.of +$({ target: 'Set', stat: true, forced: true }, { + of: createCollectionOf(SetHelpers.Set, SetHelpers.add, false) +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.reduce.js new file mode 100644 index 00000000..988af322 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.reduce.js @@ -0,0 +1,28 @@ +'use strict'; +var $ = require('../internals/export'); +var aCallable = require('../internals/a-callable'); +var aSet = require('../internals/a-set'); +var iterate = require('../internals/set-iterate'); + +var $TypeError = TypeError; + +// `Set.prototype.reduce` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Set', proto: true, real: true, forced: true }, { + reduce: function reduce(callbackfn /* , initialValue */) { + var set = aSet(this); + var noInitial = arguments.length < 2; + var accumulator = noInitial ? undefined : arguments[1]; + aCallable(callbackfn); + iterate(set, function (value) { + if (noInitial) { + noInitial = false; + accumulator = value; + } else { + accumulator = callbackfn(accumulator, value, value, set); + } + }); + if (noInitial) throw new $TypeError('Reduce of empty set with no initial value'); + return accumulator; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.some.js new file mode 100644 index 00000000..ab86d1cf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.some.js @@ -0,0 +1,17 @@ +'use strict'; +var $ = require('../internals/export'); +var bind = require('../internals/function-bind-context'); +var aSet = require('../internals/a-set'); +var iterate = require('../internals/set-iterate'); + +// `Set.prototype.some` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'Set', proto: true, real: true, forced: true }, { + some: function some(callbackfn /* , thisArg */) { + var set = aSet(this); + var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined); + return iterate(set, function (value) { + if (boundFunction(value, value, set)) return true; + }, true) === true; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.symmetric-difference.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.symmetric-difference.js new file mode 100644 index 00000000..fa697f02 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.symmetric-difference.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var toSetLike = require('../internals/to-set-like'); +var $symmetricDifference = require('../internals/set-symmetric-difference'); + +// `Set.prototype.symmetricDifference` method +// https://github.com/tc39/proposal-set-methods +// TODO: Obsolete version, remove from `core-js@4` +$({ target: 'Set', proto: true, real: true, forced: true }, { + symmetricDifference: function symmetricDifference(other) { + return call($symmetricDifference, this, toSetLike(other)); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.symmetric-difference.v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.symmetric-difference.v2.js new file mode 100644 index 00000000..0d1f18a5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.symmetric-difference.v2.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.set.symmetric-difference.v2'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.union.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.union.js new file mode 100644 index 00000000..0ff06962 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.union.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var toSetLike = require('../internals/to-set-like'); +var $union = require('../internals/set-union'); + +// `Set.prototype.union` method +// https://github.com/tc39/proposal-set-methods +// TODO: Obsolete version, remove from `core-js@4` +$({ target: 'Set', proto: true, real: true, forced: true }, { + union: function union(other) { + return call($union, this, toSetLike(other)); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.union.v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.union.v2.js new file mode 100644 index 00000000..cd5c93f3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.set.union.v2.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.set.union.v2'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.at-alternative.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.at-alternative.js new file mode 100644 index 00000000..50bc7d13 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.at-alternative.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.string.at-alternative'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.at.js new file mode 100644 index 00000000..88d4c951 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.at.js @@ -0,0 +1,19 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var $ = require('../internals/export'); +var charAt = require('../internals/string-multibyte').charAt; +var requireObjectCoercible = require('../internals/require-object-coercible'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); +var toString = require('../internals/to-string'); + +// `String.prototype.at` method +// https://github.com/mathiasbynens/String.prototype.at +$({ target: 'String', proto: true, forced: true }, { + at: function at(index) { + var S = toString(requireObjectCoercible(this)); + var len = S.length; + var relativeIndex = toIntegerOrInfinity(index); + var k = relativeIndex >= 0 ? relativeIndex : len + relativeIndex; + return (k < 0 || k >= len) ? undefined : charAt(S, k); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.code-points.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.code-points.js new file mode 100644 index 00000000..68720f4b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.code-points.js @@ -0,0 +1,40 @@ +'use strict'; +var $ = require('../internals/export'); +var createIteratorConstructor = require('../internals/iterator-create-constructor'); +var createIterResultObject = require('../internals/create-iter-result-object'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var toString = require('../internals/to-string'); +var InternalStateModule = require('../internals/internal-state'); +var StringMultibyteModule = require('../internals/string-multibyte'); + +var codeAt = StringMultibyteModule.codeAt; +var charAt = StringMultibyteModule.charAt; +var STRING_ITERATOR = 'String Iterator'; +var setInternalState = InternalStateModule.set; +var getInternalState = InternalStateModule.getterFor(STRING_ITERATOR); + +// TODO: unify with String#@@iterator +var $StringIterator = createIteratorConstructor(function StringIterator(string) { + setInternalState(this, { + type: STRING_ITERATOR, + string: string, + index: 0 + }); +}, 'String', function next() { + var state = getInternalState(this); + var string = state.string; + var index = state.index; + var point; + if (index >= string.length) return createIterResultObject(undefined, true); + point = charAt(string, index); + state.index += point.length; + return createIterResultObject({ codePoint: codeAt(point, 0), position: index }, false); +}); + +// `String.prototype.codePoints` method +// https://github.com/tc39/proposal-string-prototype-codepoints +$({ target: 'String', proto: true, forced: true }, { + codePoints: function codePoints() { + return new $StringIterator(toString(requireObjectCoercible(this))); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.cooked.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.cooked.js new file mode 100644 index 00000000..68c7e0aa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.cooked.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var cooked = require('../internals/string-cooked'); + +// `String.cooked` method +// https://github.com/tc39/proposal-string-cooked +$({ target: 'String', stat: true, forced: true }, { + cooked: cooked +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.dedent.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.dedent.js new file mode 100644 index 00000000..571f0846 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.dedent.js @@ -0,0 +1,153 @@ +'use strict'; +var FREEZING = require('../internals/freezing'); +var $ = require('../internals/export'); +var makeBuiltIn = require('../internals/make-built-in'); +var uncurryThis = require('../internals/function-uncurry-this'); +var apply = require('../internals/function-apply'); +var anObject = require('../internals/an-object'); +var toObject = require('../internals/to-object'); +var isCallable = require('../internals/is-callable'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var defineProperty = require('../internals/object-define-property').f; +var createArrayFromList = require('../internals/array-slice'); +var WeakMapHelpers = require('../internals/weak-map-helpers'); +var cooked = require('../internals/string-cooked'); +var parse = require('../internals/string-parse'); +var whitespaces = require('../internals/whitespaces'); + +var DedentMap = new WeakMapHelpers.WeakMap(); +var weakMapGet = WeakMapHelpers.get; +var weakMapHas = WeakMapHelpers.has; +var weakMapSet = WeakMapHelpers.set; + +var $Array = Array; +var $TypeError = TypeError; +// eslint-disable-next-line es/no-object-freeze -- safe +var freeze = Object.freeze || Object; +// eslint-disable-next-line es/no-object-isfrozen -- safe +var isFrozen = Object.isFrozen; +var min = Math.min; +var charAt = uncurryThis(''.charAt); +var stringSlice = uncurryThis(''.slice); +var split = uncurryThis(''.split); +var exec = uncurryThis(/./.exec); + +var NEW_LINE = /([\n\u2028\u2029]|\r\n?)/g; +var LEADING_WHITESPACE = RegExp('^[' + whitespaces + ']*'); +var NON_WHITESPACE = RegExp('[^' + whitespaces + ']'); +var INVALID_TAG = 'Invalid tag'; +var INVALID_OPENING_LINE = 'Invalid opening line'; +var INVALID_CLOSING_LINE = 'Invalid closing line'; + +var dedentTemplateStringsArray = function (template) { + var rawInput = template.raw; + // https://github.com/tc39/proposal-string-dedent/issues/75 + if (FREEZING && !isFrozen(rawInput)) throw new $TypeError('Raw template should be frozen'); + if (weakMapHas(DedentMap, rawInput)) return weakMapGet(DedentMap, rawInput); + var raw = dedentStringsArray(rawInput); + var cookedArr = cookStrings(raw); + defineProperty(cookedArr, 'raw', { + value: freeze(raw) + }); + freeze(cookedArr); + weakMapSet(DedentMap, rawInput, cookedArr); + return cookedArr; +}; + +var dedentStringsArray = function (template) { + var t = toObject(template); + var length = lengthOfArrayLike(t); + var blocks = $Array(length); + var dedented = $Array(length); + var i = 0; + var lines, common, quasi, k; + + if (!length) throw new $TypeError(INVALID_TAG); + + for (; i < length; i++) { + var element = t[i]; + if (typeof element == 'string') blocks[i] = split(element, NEW_LINE); + else throw new $TypeError(INVALID_TAG); + } + + for (i = 0; i < length; i++) { + var lastSplit = i + 1 === length; + lines = blocks[i]; + if (i === 0) { + if (lines.length === 1 || lines[0].length > 0) { + throw new $TypeError(INVALID_OPENING_LINE); + } + lines[1] = ''; + } + if (lastSplit) { + if (lines.length === 1 || exec(NON_WHITESPACE, lines[lines.length - 1])) { + throw new $TypeError(INVALID_CLOSING_LINE); + } + lines[lines.length - 2] = ''; + lines[lines.length - 1] = ''; + } + // eslint-disable-next-line sonarjs/no-redundant-assignments -- false positive, https://github.com/SonarSource/SonarJS/issues/4767 + for (var j = 2; j < lines.length; j += 2) { + var text = lines[j]; + var lineContainsTemplateExpression = j + 1 === lines.length && !lastSplit; + var leading = exec(LEADING_WHITESPACE, text)[0]; + if (!lineContainsTemplateExpression && leading.length === text.length) { + lines[j] = ''; + continue; + } + common = commonLeadingIndentation(leading, common); + } + } + + var count = common ? common.length : 0; + + for (i = 0; i < length; i++) { + lines = blocks[i]; + quasi = lines[0]; + k = 1; + for (; k < lines.length; k += 2) { + quasi += lines[k] + stringSlice(lines[k + 1], count); + } + dedented[i] = quasi; + } + + return dedented; +}; + +var commonLeadingIndentation = function (a, b) { + if (b === undefined || a === b) return a; + var i = 0; + for (var len = min(a.length, b.length); i < len; i++) { + if (charAt(a, i) !== charAt(b, i)) break; + } + return stringSlice(a, 0, i); +}; + +var cookStrings = function (raw) { + var i = 0; + var length = raw.length; + var result = $Array(length); + for (; i < length; i++) { + result[i] = parse(raw[i]); + } return result; +}; + +var makeDedentTag = function (tag) { + return makeBuiltIn(function (template /* , ...substitutions */) { + var args = createArrayFromList(arguments); + args[0] = dedentTemplateStringsArray(anObject(template)); + return apply(tag, this, args); + }, ''); +}; + +var cookedDedentTag = makeDedentTag(cooked); + +// `String.dedent` method +// https://github.com/tc39/proposal-string-dedent +$({ target: 'String', stat: true, forced: true }, { + dedent: function dedent(templateOrFn /* , ...substitutions */) { + anObject(templateOrFn); + if (isCallable(templateOrFn)) return makeDedentTag(templateOrFn); + return apply(cookedDedentTag, this, arguments); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.is-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.is-well-formed.js new file mode 100644 index 00000000..f6205b49 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.is-well-formed.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.string.is-well-formed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.match-all.js new file mode 100644 index 00000000..420374c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.match-all.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.string.match-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.replace-all.js new file mode 100644 index 00000000..74d6117b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.replace-all.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.string.replace-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.to-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.to-well-formed.js new file mode 100644 index 00000000..4fcdcf21 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.string.to-well-formed.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.string.to-well-formed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.suppressed-error.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.suppressed-error.constructor.js new file mode 100644 index 00000000..f1f57e99 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.suppressed-error.constructor.js @@ -0,0 +1,64 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var isPrototypeOf = require('../internals/object-is-prototype-of'); +var getPrototypeOf = require('../internals/object-get-prototype-of'); +var setPrototypeOf = require('../internals/object-set-prototype-of'); +var copyConstructorProperties = require('../internals/copy-constructor-properties'); +var create = require('../internals/object-create'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var createPropertyDescriptor = require('../internals/create-property-descriptor'); +var installErrorStack = require('../internals/error-stack-install'); +var normalizeStringArgument = require('../internals/normalize-string-argument'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var fails = require('../internals/fails'); +var IS_PURE = require('../internals/is-pure'); + +var NativeSuppressedError = globalThis.SuppressedError; +var TO_STRING_TAG = wellKnownSymbol('toStringTag'); +var $Error = Error; + +// https://github.com/oven-sh/bun/issues/9282 +var WRONG_ARITY = !!NativeSuppressedError && NativeSuppressedError.length !== 3; + +// https://github.com/oven-sh/bun/issues/9283 +var EXTRA_ARGS_SUPPORT = !!NativeSuppressedError && fails(function () { + return new NativeSuppressedError(1, 2, 3, { cause: 4 }).cause === 4; +}); + +var PATCH = WRONG_ARITY || EXTRA_ARGS_SUPPORT; + +var $SuppressedError = function SuppressedError(error, suppressed, message) { + var isInstance = isPrototypeOf(SuppressedErrorPrototype, this); + var that; + if (setPrototypeOf) { + that = PATCH && (!isInstance || getPrototypeOf(this) === SuppressedErrorPrototype) + ? new NativeSuppressedError() + : setPrototypeOf(new $Error(), isInstance ? getPrototypeOf(this) : SuppressedErrorPrototype); + } else { + that = isInstance ? this : create(SuppressedErrorPrototype); + createNonEnumerableProperty(that, TO_STRING_TAG, 'Error'); + } + if (message !== undefined) createNonEnumerableProperty(that, 'message', normalizeStringArgument(message)); + installErrorStack(that, $SuppressedError, that.stack, 1); + createNonEnumerableProperty(that, 'error', error); + createNonEnumerableProperty(that, 'suppressed', suppressed); + return that; +}; + +if (setPrototypeOf) setPrototypeOf($SuppressedError, $Error); +else copyConstructorProperties($SuppressedError, $Error, { name: true }); + +var SuppressedErrorPrototype = $SuppressedError.prototype = PATCH ? NativeSuppressedError.prototype : create($Error.prototype, { + constructor: createPropertyDescriptor(1, $SuppressedError), + message: createPropertyDescriptor(1, ''), + name: createPropertyDescriptor(1, 'SuppressedError') +}); + +if (PATCH && !IS_PURE) SuppressedErrorPrototype.constructor = $SuppressedError; + +// `SuppressedError` constructor +// https://github.com/tc39/proposal-explicit-resource-management +$({ global: true, constructor: true, arity: 3, forced: PATCH }, { + SuppressedError: $SuppressedError +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.async-dispose.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.async-dispose.js new file mode 100644 index 00000000..76d7edec --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.async-dispose.js @@ -0,0 +1,21 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); +var defineProperty = require('../internals/object-define-property').f; +var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f; + +var Symbol = globalThis.Symbol; + +// `Symbol.asyncDispose` well-known symbol +// https://github.com/tc39/proposal-async-explicit-resource-management +defineWellKnownSymbol('asyncDispose'); + +if (Symbol) { + var descriptor = getOwnPropertyDescriptor(Symbol, 'asyncDispose'); + // workaround of NodeJS 20.4 bug + // https://github.com/nodejs/node/issues/48699 + // and incorrect descriptor from some transpilers and userland helpers + if (descriptor.enumerable && descriptor.configurable && descriptor.writable) { + defineProperty(Symbol, 'asyncDispose', { value: descriptor.value, enumerable: false, configurable: false, writable: false }); + } +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.custom-matcher.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.custom-matcher.js new file mode 100644 index 00000000..0950470b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.custom-matcher.js @@ -0,0 +1,6 @@ +'use strict'; +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); + +// `Symbol.customMatcher` well-known symbol +// https://github.com/tc39/proposal-pattern-matching +defineWellKnownSymbol('customMatcher'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.dispose.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.dispose.js new file mode 100644 index 00000000..4cae30cb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.dispose.js @@ -0,0 +1,21 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); +var defineProperty = require('../internals/object-define-property').f; +var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f; + +var Symbol = globalThis.Symbol; + +// `Symbol.dispose` well-known symbol +// https://github.com/tc39/proposal-explicit-resource-management +defineWellKnownSymbol('dispose'); + +if (Symbol) { + var descriptor = getOwnPropertyDescriptor(Symbol, 'dispose'); + // workaround of NodeJS 20.4 bug + // https://github.com/nodejs/node/issues/48699 + // and incorrect descriptor from some transpilers and userland helpers + if (descriptor.enumerable && descriptor.configurable && descriptor.writable) { + defineProperty(Symbol, 'dispose', { value: descriptor.value, enumerable: false, configurable: false, writable: false }); + } +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.is-registered-symbol.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.is-registered-symbol.js new file mode 100644 index 00000000..5cd5c203 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.is-registered-symbol.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var isRegisteredSymbol = require('../internals/symbol-is-registered'); + +// `Symbol.isRegisteredSymbol` method +// https://tc39.es/proposal-symbol-predicates/#sec-symbol-isregisteredsymbol +$({ target: 'Symbol', stat: true }, { + isRegisteredSymbol: isRegisteredSymbol +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.is-registered.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.is-registered.js new file mode 100644 index 00000000..777c9729 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.is-registered.js @@ -0,0 +1,9 @@ +'use strict'; +var $ = require('../internals/export'); +var isRegisteredSymbol = require('../internals/symbol-is-registered'); + +// `Symbol.isRegistered` method +// obsolete version of https://tc39.es/proposal-symbol-predicates/#sec-symbol-isregisteredsymbol +$({ target: 'Symbol', stat: true, name: 'isRegisteredSymbol' }, { + isRegistered: isRegisteredSymbol +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.is-well-known-symbol.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.is-well-known-symbol.js new file mode 100644 index 00000000..8663e05a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.is-well-known-symbol.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var isWellKnownSymbol = require('../internals/symbol-is-well-known'); + +// `Symbol.isWellKnownSymbol` method +// https://tc39.es/proposal-symbol-predicates/#sec-symbol-iswellknownsymbol +// We should patch it for newly added well-known symbols. If it's not required, this module just will not be injected +$({ target: 'Symbol', stat: true, forced: true }, { + isWellKnownSymbol: isWellKnownSymbol +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.is-well-known.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.is-well-known.js new file mode 100644 index 00000000..6c0e0005 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.is-well-known.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var isWellKnownSymbol = require('../internals/symbol-is-well-known'); + +// `Symbol.isWellKnown` method +// obsolete version of https://tc39.es/proposal-symbol-predicates/#sec-symbol-iswellknownsymbol +// We should patch it for newly added well-known symbols. If it's not required, this module just will not be injected +$({ target: 'Symbol', stat: true, name: 'isWellKnownSymbol', forced: true }, { + isWellKnown: isWellKnownSymbol +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.matcher.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.matcher.js new file mode 100644 index 00000000..ec224aed --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.matcher.js @@ -0,0 +1,6 @@ +'use strict'; +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); + +// `Symbol.matcher` well-known symbol +// https://github.com/tc39/proposal-pattern-matching +defineWellKnownSymbol('matcher'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.metadata-key.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.metadata-key.js new file mode 100644 index 00000000..f0435c64 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.metadata-key.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); + +// `Symbol.metadataKey` well-known symbol +// https://github.com/tc39/proposal-decorator-metadata +defineWellKnownSymbol('metadataKey'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.metadata.js new file mode 100644 index 00000000..182c9363 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.metadata.js @@ -0,0 +1,6 @@ +'use strict'; +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); + +// `Symbol.metadata` well-known symbol +// https://github.com/tc39/proposal-decorators +defineWellKnownSymbol('metadata'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.observable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.observable.js new file mode 100644 index 00000000..100044da --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.observable.js @@ -0,0 +1,6 @@ +'use strict'; +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); + +// `Symbol.observable` well-known symbol +// https://github.com/tc39/proposal-observable +defineWellKnownSymbol('observable'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.pattern-match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.pattern-match.js new file mode 100644 index 00000000..bd587232 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.pattern-match.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: remove from `core-js@4` +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); + +// `Symbol.patternMatch` well-known symbol +// https://github.com/tc39/proposal-pattern-matching +defineWellKnownSymbol('patternMatch'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.replace-all.js new file mode 100644 index 00000000..1bd2e1b1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.symbol.replace-all.js @@ -0,0 +1,5 @@ +'use strict'; +// TODO: remove from `core-js@4` +var defineWellKnownSymbol = require('../internals/well-known-symbol-define'); + +defineWellKnownSymbol('replaceAll'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.at.js new file mode 100644 index 00000000..e9d808c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.at.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.typed-array.at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.filter-out.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.filter-out.js new file mode 100644 index 00000000..ce5ec730 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.filter-out.js @@ -0,0 +1,15 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var $filterReject = require('../internals/array-iteration').filterReject; +var fromSameTypeAndList = require('../internals/typed-array-from-same-type-and-list'); + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.filterOut` method +// https://github.com/tc39/proposal-array-filtering +exportTypedArrayMethod('filterOut', function filterOut(callbackfn /* , thisArg */) { + var list = $filterReject(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined); + return fromSameTypeAndList(this, list); +}, true); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.filter-reject.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.filter-reject.js new file mode 100644 index 00000000..78e60d9e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.filter-reject.js @@ -0,0 +1,14 @@ +'use strict'; +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var $filterReject = require('../internals/array-iteration').filterReject; +var fromSameTypeAndList = require('../internals/typed-array-from-same-type-and-list'); + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.filterReject` method +// https://github.com/tc39/proposal-array-filtering +exportTypedArrayMethod('filterReject', function filterReject(callbackfn /* , thisArg */) { + var list = $filterReject(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined); + return fromSameTypeAndList(this, list); +}, true); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.find-last-index.js new file mode 100644 index 00000000..9b35fb38 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.find-last-index.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.typed-array.find-last-index'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.find-last.js new file mode 100644 index 00000000..ed44d530 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.find-last.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.typed-array.find-last'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.from-async.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.from-async.js new file mode 100644 index 00000000..64c57d79 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.from-async.js @@ -0,0 +1,25 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var getBuiltIn = require('../internals/get-built-in'); +var aConstructor = require('../internals/a-constructor'); +var arrayFromAsync = require('../internals/array-from-async'); +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var arrayFromConstructorAndList = require('../internals/array-from-constructor-and-list'); + +var aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor; +var exportTypedArrayStaticMethod = ArrayBufferViewCore.exportTypedArrayStaticMethod; + +// `%TypedArray%.fromAsync` method +// https://github.com/tc39/proposal-array-from-async +exportTypedArrayStaticMethod('fromAsync', function fromAsync(asyncItems /* , mapfn = undefined, thisArg = undefined */) { + var C = this; + var argumentsLength = arguments.length; + var mapfn = argumentsLength > 1 ? arguments[1] : undefined; + var thisArg = argumentsLength > 2 ? arguments[2] : undefined; + return new (getBuiltIn('Promise'))(function (resolve) { + aConstructor(C); + resolve(arrayFromAsync(asyncItems, mapfn, thisArg)); + }).then(function (list) { + return arrayFromConstructorAndList(aTypedArrayConstructor(C), list); + }); +}, true); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.group-by.js new file mode 100644 index 00000000..9fe6354a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.group-by.js @@ -0,0 +1,15 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var $group = require('../internals/array-group'); + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var getTypedArrayConstructor = ArrayBufferViewCore.getTypedArrayConstructor; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; + +// `%TypedArray%.prototype.groupBy` method +// https://github.com/tc39/proposal-array-grouping +exportTypedArrayMethod('groupBy', function groupBy(callbackfn /* , thisArg */) { + var thisArg = arguments.length > 1 ? arguments[1] : undefined; + return $group(aTypedArray(this), callbackfn, thisArg, getTypedArrayConstructor); +}, true); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.to-reversed.js new file mode 100644 index 00000000..ba5bcd55 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.to-reversed.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.typed-array.to-reversed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.to-sorted.js new file mode 100644 index 00000000..c38f3b8d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.to-sorted.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.typed-array.to-sorted'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.to-spliced.js new file mode 100644 index 00000000..710f2964 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.to-spliced.js @@ -0,0 +1,52 @@ +'use strict'; +// TODO: Remove from `core-js@4` +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var isBigIntArray = require('../internals/is-big-int-array'); +var toAbsoluteIndex = require('../internals/to-absolute-index'); +var toBigInt = require('../internals/to-big-int'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var getTypedArrayConstructor = ArrayBufferViewCore.getTypedArrayConstructor; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; +var max = Math.max; +var min = Math.min; + +// `%TypedArray%.prototype.toSpliced` method +// https://tc39.es/proposal-change-array-by-copy/#sec-%typedarray%.prototype.toSpliced +exportTypedArrayMethod('toSpliced', function toSpliced(start, deleteCount /* , ...items */) { + var O = aTypedArray(this); + var C = getTypedArrayConstructor(O); + var len = lengthOfArrayLike(O); + var actualStart = toAbsoluteIndex(start, len); + var argumentsLength = arguments.length; + var k = 0; + var insertCount, actualDeleteCount, thisIsBigIntArray, convertedItems, value, newLen, A; + if (argumentsLength === 0) { + insertCount = actualDeleteCount = 0; + } else if (argumentsLength === 1) { + insertCount = 0; + actualDeleteCount = len - actualStart; + } else { + actualDeleteCount = min(max(toIntegerOrInfinity(deleteCount), 0), len - actualStart); + insertCount = argumentsLength - 2; + if (insertCount) { + convertedItems = new C(insertCount); + thisIsBigIntArray = isBigIntArray(convertedItems); + for (var i = 2; i < argumentsLength; i++) { + value = arguments[i]; + // FF30- typed arrays doesn't properly convert objects to typed array values + convertedItems[i - 2] = thisIsBigIntArray ? toBigInt(value) : +value; + } + } + } + newLen = len + insertCount - actualDeleteCount; + A = new C(newLen); + + for (; k < actualStart; k++) A[k] = O[k]; + for (; k < actualStart + insertCount; k++) A[k] = convertedItems[k - actualStart]; + for (; k < newLen; k++) A[k] = O[k + actualDeleteCount - insertCount]; + + return A; +}, true); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.unique-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.unique-by.js new file mode 100644 index 00000000..4a99e6d8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.unique-by.js @@ -0,0 +1,17 @@ +'use strict'; +var uncurryThis = require('../internals/function-uncurry-this'); +var ArrayBufferViewCore = require('../internals/array-buffer-view-core'); +var arrayFromConstructorAndList = require('../internals/array-from-constructor-and-list'); +var $arrayUniqueBy = require('../internals/array-unique-by'); + +var aTypedArray = ArrayBufferViewCore.aTypedArray; +var getTypedArrayConstructor = ArrayBufferViewCore.getTypedArrayConstructor; +var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; +var arrayUniqueBy = uncurryThis($arrayUniqueBy); + +// `%TypedArray%.prototype.uniqueBy` method +// https://github.com/tc39/proposal-array-unique +exportTypedArrayMethod('uniqueBy', function uniqueBy(resolver) { + aTypedArray(this); + return arrayFromConstructorAndList(getTypedArrayConstructor(this), arrayUniqueBy(this, resolver)); +}, true); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.with.js new file mode 100644 index 00000000..14bc75c8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.typed-array.with.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove from `core-js@4` +require('../modules/es.typed-array.with'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.from-base64.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.from-base64.js new file mode 100644 index 00000000..1dfc8597 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.from-base64.js @@ -0,0 +1,16 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var arrayFromConstructorAndList = require('../internals/array-from-constructor-and-list'); +var $fromBase64 = require('../internals/uint8-from-base64'); + +var Uint8Array = globalThis.Uint8Array; + +// `Uint8Array.fromBase64` method +// https://github.com/tc39/proposal-arraybuffer-base64 +if (Uint8Array) $({ target: 'Uint8Array', stat: true }, { + fromBase64: function fromBase64(string /* , options */) { + var result = $fromBase64(string, arguments.length > 1 ? arguments[1] : undefined, null, 0x1FFFFFFFFFFFFF); + return arrayFromConstructorAndList(Uint8Array, result.bytes); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.from-hex.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.from-hex.js new file mode 100644 index 00000000..036f3a8b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.from-hex.js @@ -0,0 +1,13 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var aString = require('../internals/a-string'); +var $fromHex = require('../internals/uint8-from-hex'); + +// `Uint8Array.fromHex` method +// https://github.com/tc39/proposal-arraybuffer-base64 +if (globalThis.Uint8Array) $({ target: 'Uint8Array', stat: true }, { + fromHex: function fromHex(string) { + return $fromHex(aString(string)).bytes; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.set-from-base64.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.set-from-base64.js new file mode 100644 index 00000000..976fcb19 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.set-from-base64.js @@ -0,0 +1,19 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var $fromBase64 = require('../internals/uint8-from-base64'); +var anUint8Array = require('../internals/an-uint8-array'); + +var Uint8Array = globalThis.Uint8Array; + +// `Uint8Array.prototype.setFromBase64` method +// https://github.com/tc39/proposal-arraybuffer-base64 +if (Uint8Array) $({ target: 'Uint8Array', proto: true }, { + setFromBase64: function setFromBase64(string /* , options */) { + anUint8Array(this); + + var result = $fromBase64(string, arguments.length > 1 ? arguments[1] : undefined, this, this.length); + + return { read: result.read, written: result.written }; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.set-from-hex.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.set-from-hex.js new file mode 100644 index 00000000..29f54208 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.set-from-hex.js @@ -0,0 +1,19 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var aString = require('../internals/a-string'); +var anUint8Array = require('../internals/an-uint8-array'); +var notDetached = require('../internals/array-buffer-not-detached'); +var $fromHex = require('../internals/uint8-from-hex'); + +// `Uint8Array.prototype.setFromHex` method +// https://github.com/tc39/proposal-arraybuffer-base64 +if (globalThis.Uint8Array) $({ target: 'Uint8Array', proto: true }, { + setFromHex: function setFromHex(string) { + anUint8Array(this); + aString(string); + notDetached(this.buffer); + var read = $fromHex(string, this).read; + return { read: read, written: read / 2 }; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.to-base64.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.to-base64.js new file mode 100644 index 00000000..e7426e39 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.to-base64.js @@ -0,0 +1,49 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var uncurryThis = require('../internals/function-uncurry-this'); +var anObjectOrUndefined = require('../internals/an-object-or-undefined'); +var anUint8Array = require('../internals/an-uint8-array'); +var notDetached = require('../internals/array-buffer-not-detached'); +var base64Map = require('../internals/base64-map'); +var getAlphabetOption = require('../internals/get-alphabet-option'); + +var base64Alphabet = base64Map.i2c; +var base64UrlAlphabet = base64Map.i2cUrl; + +var charAt = uncurryThis(''.charAt); + +// `Uint8Array.prototype.toBase64` method +// https://github.com/tc39/proposal-arraybuffer-base64 +if (globalThis.Uint8Array) $({ target: 'Uint8Array', proto: true }, { + toBase64: function toBase64(/* options */) { + var array = anUint8Array(this); + var options = arguments.length ? anObjectOrUndefined(arguments[0]) : undefined; + var alphabet = getAlphabetOption(options) === 'base64' ? base64Alphabet : base64UrlAlphabet; + var omitPadding = !!options && !!options.omitPadding; + notDetached(this.buffer); + + var result = ''; + var i = 0; + var length = array.length; + var triplet; + + var at = function (shift) { + return charAt(alphabet, (triplet >> (6 * shift)) & 63); + }; + + for (; i + 2 < length; i += 3) { + triplet = (array[i] << 16) + (array[i + 1] << 8) + array[i + 2]; + result += at(3) + at(2) + at(1) + at(0); + } + if (i + 2 === length) { + triplet = (array[i] << 16) + (array[i + 1] << 8); + result += at(3) + at(2) + at(1) + (omitPadding ? '' : '='); + } else if (i + 1 === length) { + triplet = array[i] << 16; + result += at(3) + at(2) + (omitPadding ? '' : '=='); + } + + return result; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.to-hex.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.to-hex.js new file mode 100644 index 00000000..e023ad05 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.uint8-array.to-hex.js @@ -0,0 +1,23 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var uncurryThis = require('../internals/function-uncurry-this'); +var anUint8Array = require('../internals/an-uint8-array'); +var notDetached = require('../internals/array-buffer-not-detached'); + +var numberToString = uncurryThis(1.0.toString); + +// `Uint8Array.prototype.toHex` method +// https://github.com/tc39/proposal-arraybuffer-base64 +if (globalThis.Uint8Array) $({ target: 'Uint8Array', proto: true }, { + toHex: function toHex() { + anUint8Array(this); + notDetached(this.buffer); + var result = ''; + for (var i = 0, length = this.length; i < length; i++) { + var hex = numberToString(this[i], 16); + result += hex.length === 1 ? '0' + hex : hex; + } + return result; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.delete-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.delete-all.js new file mode 100644 index 00000000..7d83a4ac --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.delete-all.js @@ -0,0 +1,18 @@ +'use strict'; +var $ = require('../internals/export'); +var aWeakMap = require('../internals/a-weak-map'); +var remove = require('../internals/weak-map-helpers').remove; + +// `WeakMap.prototype.deleteAll` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'WeakMap', proto: true, real: true, forced: true }, { + deleteAll: function deleteAll(/* ...elements */) { + var collection = aWeakMap(this); + var allDeleted = true; + var wasDeleted; + for (var k = 0, len = arguments.length; k < len; k++) { + wasDeleted = remove(collection, arguments[k]); + allDeleted = allDeleted && wasDeleted; + } return !!allDeleted; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.emplace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.emplace.js new file mode 100644 index 00000000..9050c153 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.emplace.js @@ -0,0 +1,27 @@ +'use strict'; +var $ = require('../internals/export'); +var aWeakMap = require('../internals/a-weak-map'); +var WeakMapHelpers = require('../internals/weak-map-helpers'); + +var get = WeakMapHelpers.get; +var has = WeakMapHelpers.has; +var set = WeakMapHelpers.set; + +// `WeakMap.prototype.emplace` method +// https://github.com/tc39/proposal-upsert +$({ target: 'WeakMap', proto: true, real: true, forced: true }, { + emplace: function emplace(key, handler) { + var map = aWeakMap(this); + var value, inserted; + if (has(map, key)) { + value = get(map, key); + if ('update' in handler) { + value = handler.update(value, key, map); + set(map, key, value); + } return value; + } + inserted = handler.insert(key, map); + set(map, key, inserted); + return inserted; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.from.js new file mode 100644 index 00000000..a14b008b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.from.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var WeakMapHelpers = require('../internals/weak-map-helpers'); +var createCollectionFrom = require('../internals/collection-from'); + +// `WeakMap.from` method +// https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.from +$({ target: 'WeakMap', stat: true, forced: true }, { + from: createCollectionFrom(WeakMapHelpers.WeakMap, WeakMapHelpers.set, true) +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.get-or-insert-computed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.get-or-insert-computed.js new file mode 100644 index 00000000..37f389ff --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.get-or-insert-computed.js @@ -0,0 +1,23 @@ +'use strict'; +var $ = require('../internals/export'); +var aCallable = require('../internals/a-callable'); +var aWeakMap = require('../internals/a-weak-map'); +var WeakMapHelpers = require('../internals/weak-map-helpers'); + +var get = WeakMapHelpers.get; +var has = WeakMapHelpers.has; +var set = WeakMapHelpers.set; + +// `WeakMap.prototype.getOrInsertComputed` method +// https://github.com/tc39/proposal-upsert +$({ target: 'WeakMap', proto: true, real: true, forced: true }, { + getOrInsertComputed: function getOrInsertComputed(key, callbackfn) { + aWeakMap(this); + aCallable(callbackfn); + if (has(this, key)) return get(this, key); + set(this, key); // key validation + var value = callbackfn(key); + set(this, key, value); + return value; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.get-or-insert.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.get-or-insert.js new file mode 100644 index 00000000..f1e345f1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.get-or-insert.js @@ -0,0 +1,18 @@ +'use strict'; +var $ = require('../internals/export'); +var aWeakMap = require('../internals/a-weak-map'); +var WeakMapHelpers = require('../internals/weak-map-helpers'); + +var get = WeakMapHelpers.get; +var has = WeakMapHelpers.has; +var set = WeakMapHelpers.set; + +// `WeakMap.prototype.getOrInsert` method +// https://github.com/tc39/proposal-upsert +$({ target: 'WeakMap', proto: true, real: true, forced: true }, { + getOrInsert: function getOrInsert(key, value) { + if (has(aWeakMap(this), key)) return get(this, key); + set(this, key, value); + return value; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.of.js new file mode 100644 index 00000000..e411172b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.of.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var WeakMapHelpers = require('../internals/weak-map-helpers'); +var createCollectionOf = require('../internals/collection-of'); + +// `WeakMap.of` method +// https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.of +$({ target: 'WeakMap', stat: true, forced: true }, { + of: createCollectionOf(WeakMapHelpers.WeakMap, WeakMapHelpers.set, true) +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.upsert.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.upsert.js new file mode 100644 index 00000000..ddef2d81 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-map.upsert.js @@ -0,0 +1,10 @@ +'use strict'; +// TODO: remove from `core-js@4` +var $ = require('../internals/export'); +var upsert = require('../internals/map-upsert'); + +// `WeakMap.prototype.upsert` method (replaced by `WeakMap.prototype.emplace`) +// https://github.com/tc39/proposal-upsert +$({ target: 'WeakMap', proto: true, real: true, forced: true }, { + upsert: upsert +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-set.add-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-set.add-all.js new file mode 100644 index 00000000..3880c709 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-set.add-all.js @@ -0,0 +1,15 @@ +'use strict'; +var $ = require('../internals/export'); +var aWeakSet = require('../internals/a-weak-set'); +var add = require('../internals/weak-set-helpers').add; + +// `WeakSet.prototype.addAll` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'WeakSet', proto: true, real: true, forced: true }, { + addAll: function addAll(/* ...elements */) { + var set = aWeakSet(this); + for (var k = 0, len = arguments.length; k < len; k++) { + add(set, arguments[k]); + } return set; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-set.delete-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-set.delete-all.js new file mode 100644 index 00000000..a3913ac6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-set.delete-all.js @@ -0,0 +1,18 @@ +'use strict'; +var $ = require('../internals/export'); +var aWeakSet = require('../internals/a-weak-set'); +var remove = require('../internals/weak-set-helpers').remove; + +// `WeakSet.prototype.deleteAll` method +// https://github.com/tc39/proposal-collection-methods +$({ target: 'WeakSet', proto: true, real: true, forced: true }, { + deleteAll: function deleteAll(/* ...elements */) { + var collection = aWeakSet(this); + var allDeleted = true; + var wasDeleted; + for (var k = 0, len = arguments.length; k < len; k++) { + wasDeleted = remove(collection, arguments[k]); + allDeleted = allDeleted && wasDeleted; + } return !!allDeleted; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-set.from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-set.from.js new file mode 100644 index 00000000..a2143e11 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-set.from.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var WeakSetHelpers = require('../internals/weak-set-helpers'); +var createCollectionFrom = require('../internals/collection-from'); + +// `WeakSet.from` method +// https://tc39.github.io/proposal-setmap-offrom/#sec-weakset.from +$({ target: 'WeakSet', stat: true, forced: true }, { + from: createCollectionFrom(WeakSetHelpers.WeakSet, WeakSetHelpers.add, false) +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-set.of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-set.of.js new file mode 100644 index 00000000..92cfd49d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/esnext.weak-set.of.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var WeakSetHelpers = require('../internals/weak-set-helpers'); +var createCollectionOf = require('../internals/collection-of'); + +// `WeakSet.of` method +// https://tc39.github.io/proposal-setmap-offrom/#sec-weakset.of +$({ target: 'WeakSet', stat: true, forced: true }, { + of: createCollectionOf(WeakSetHelpers.WeakSet, WeakSetHelpers.add, false) +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.atob.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.atob.js new file mode 100644 index 00000000..c3221c66 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.atob.js @@ -0,0 +1,67 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var getBuiltIn = require('../internals/get-built-in'); +var uncurryThis = require('../internals/function-uncurry-this'); +var call = require('../internals/function-call'); +var fails = require('../internals/fails'); +var toString = require('../internals/to-string'); +var validateArgumentsLength = require('../internals/validate-arguments-length'); +var c2i = require('../internals/base64-map').c2i; + +var disallowed = /[^\d+/a-z]/i; +var whitespaces = /[\t\n\f\r ]+/g; +var finalEq = /[=]{1,2}$/; + +var $atob = getBuiltIn('atob'); +var fromCharCode = String.fromCharCode; +var charAt = uncurryThis(''.charAt); +var replace = uncurryThis(''.replace); +var exec = uncurryThis(disallowed.exec); + +var BASIC = !!$atob && !fails(function () { + return $atob('aGk=') !== 'hi'; +}); + +var NO_SPACES_IGNORE = BASIC && fails(function () { + return $atob(' ') !== ''; +}); + +var NO_ENCODING_CHECK = BASIC && !fails(function () { + $atob('a'); +}); + +var NO_ARG_RECEIVING_CHECK = BASIC && !fails(function () { + $atob(); +}); + +var WRONG_ARITY = BASIC && $atob.length !== 1; + +var FORCED = !BASIC || NO_SPACES_IGNORE || NO_ENCODING_CHECK || NO_ARG_RECEIVING_CHECK || WRONG_ARITY; + +// `atob` method +// https://html.spec.whatwg.org/multipage/webappapis.html#dom-atob +$({ global: true, bind: true, enumerable: true, forced: FORCED }, { + atob: function atob(data) { + validateArgumentsLength(arguments.length, 1); + // `webpack` dev server bug on IE global methods - use call(fn, global, ...) + if (BASIC && !NO_SPACES_IGNORE && !NO_ENCODING_CHECK) return call($atob, globalThis, data); + var string = replace(toString(data), whitespaces, ''); + var output = ''; + var position = 0; + var bc = 0; + var length, chr, bs; + if (string.length % 4 === 0) { + string = replace(string, finalEq, ''); + } + length = string.length; + if (length % 4 === 1 || exec(disallowed, string)) { + throw new (getBuiltIn('DOMException'))('The string is not correctly encoded', 'InvalidCharacterError'); + } + while (position < length) { + chr = charAt(string, position++); + bs = bc % 4 ? bs * 64 + c2i[chr] : c2i[chr]; + if (bc++ % 4) output += fromCharCode(255 & bs >> (-2 * bc & 6)); + } return output; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.btoa.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.btoa.js new file mode 100644 index 00000000..b8bda16c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.btoa.js @@ -0,0 +1,51 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var getBuiltIn = require('../internals/get-built-in'); +var uncurryThis = require('../internals/function-uncurry-this'); +var call = require('../internals/function-call'); +var fails = require('../internals/fails'); +var toString = require('../internals/to-string'); +var validateArgumentsLength = require('../internals/validate-arguments-length'); +var i2c = require('../internals/base64-map').i2c; + +var $btoa = getBuiltIn('btoa'); +var charAt = uncurryThis(''.charAt); +var charCodeAt = uncurryThis(''.charCodeAt); + +var BASIC = !!$btoa && !fails(function () { + return $btoa('hi') !== 'aGk='; +}); + +var NO_ARG_RECEIVING_CHECK = BASIC && !fails(function () { + $btoa(); +}); + +var WRONG_ARG_CONVERSION = BASIC && fails(function () { + return $btoa(null) !== 'bnVsbA=='; +}); + +var WRONG_ARITY = BASIC && $btoa.length !== 1; + +// `btoa` method +// https://html.spec.whatwg.org/multipage/webappapis.html#dom-btoa +$({ global: true, bind: true, enumerable: true, forced: !BASIC || NO_ARG_RECEIVING_CHECK || WRONG_ARG_CONVERSION || WRONG_ARITY }, { + btoa: function btoa(data) { + validateArgumentsLength(arguments.length, 1); + // `webpack` dev server bug on IE global methods - use call(fn, global, ...) + if (BASIC) return call($btoa, globalThis, toString(data)); + var string = toString(data); + var output = ''; + var position = 0; + var map = i2c; + var block, charCode; + while (charAt(string, position) || (map = '=', position % 1)) { + charCode = charCodeAt(string, position += 3 / 4); + if (charCode > 0xFF) { + throw new (getBuiltIn('DOMException'))('The string contains characters outside of the Latin1 range', 'InvalidCharacterError'); + } + block = block << 8 | charCode; + output += charAt(map, 63 & block >> 8 - position % 1 * 8); + } return output; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.clear-immediate.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.clear-immediate.js new file mode 100644 index 00000000..e2d8eb5b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.clear-immediate.js @@ -0,0 +1,10 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var clearImmediate = require('../internals/task').clear; + +// `clearImmediate` method +// http://w3c.github.io/setImmediate/#si-clearImmediate +$({ global: true, bind: true, enumerable: true, forced: globalThis.clearImmediate !== clearImmediate }, { + clearImmediate: clearImmediate +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-collections.for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-collections.for-each.js new file mode 100644 index 00000000..bbbdef24 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-collections.for-each.js @@ -0,0 +1,23 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var DOMIterables = require('../internals/dom-iterables'); +var DOMTokenListPrototype = require('../internals/dom-token-list-prototype'); +var forEach = require('../internals/array-for-each'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); + +var handlePrototype = function (CollectionPrototype) { + // some Chrome versions have non-configurable methods on DOMTokenList + if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try { + createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach); + } catch (error) { + CollectionPrototype.forEach = forEach; + } +}; + +for (var COLLECTION_NAME in DOMIterables) { + if (DOMIterables[COLLECTION_NAME]) { + handlePrototype(globalThis[COLLECTION_NAME] && globalThis[COLLECTION_NAME].prototype); + } +} + +handlePrototype(DOMTokenListPrototype); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-collections.iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-collections.iterator.js new file mode 100644 index 00000000..882a8287 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-collections.iterator.js @@ -0,0 +1,37 @@ +'use strict'; +var globalThis = require('../internals/global-this'); +var DOMIterables = require('../internals/dom-iterables'); +var DOMTokenListPrototype = require('../internals/dom-token-list-prototype'); +var ArrayIteratorMethods = require('../modules/es.array.iterator'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var setToStringTag = require('../internals/set-to-string-tag'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var ITERATOR = wellKnownSymbol('iterator'); +var ArrayValues = ArrayIteratorMethods.values; + +var handlePrototype = function (CollectionPrototype, COLLECTION_NAME) { + if (CollectionPrototype) { + // some Chrome versions have non-configurable methods on DOMTokenList + if (CollectionPrototype[ITERATOR] !== ArrayValues) try { + createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues); + } catch (error) { + CollectionPrototype[ITERATOR] = ArrayValues; + } + setToStringTag(CollectionPrototype, COLLECTION_NAME, true); + if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) { + // some Chrome versions have non-configurable methods on DOMTokenList + if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try { + createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]); + } catch (error) { + CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME]; + } + } + } +}; + +for (var COLLECTION_NAME in DOMIterables) { + handlePrototype(globalThis[COLLECTION_NAME] && globalThis[COLLECTION_NAME].prototype, COLLECTION_NAME); +} + +handlePrototype(DOMTokenListPrototype, 'DOMTokenList'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-exception.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-exception.constructor.js new file mode 100644 index 00000000..f5cf6aaa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-exception.constructor.js @@ -0,0 +1,145 @@ +'use strict'; +var $ = require('../internals/export'); +var getBuiltIn = require('../internals/get-built-in'); +var getBuiltInNodeModule = require('../internals/get-built-in-node-module'); +var fails = require('../internals/fails'); +var create = require('../internals/object-create'); +var createPropertyDescriptor = require('../internals/create-property-descriptor'); +var defineProperty = require('../internals/object-define-property').f; +var defineBuiltIn = require('../internals/define-built-in'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var hasOwn = require('../internals/has-own-property'); +var anInstance = require('../internals/an-instance'); +var anObject = require('../internals/an-object'); +var errorToString = require('../internals/error-to-string'); +var normalizeStringArgument = require('../internals/normalize-string-argument'); +var DOMExceptionConstants = require('../internals/dom-exception-constants'); +var clearErrorStack = require('../internals/error-stack-clear'); +var InternalStateModule = require('../internals/internal-state'); +var DESCRIPTORS = require('../internals/descriptors'); +var IS_PURE = require('../internals/is-pure'); + +var DOM_EXCEPTION = 'DOMException'; +var DATA_CLONE_ERR = 'DATA_CLONE_ERR'; +var Error = getBuiltIn('Error'); +// NodeJS < 17.0 does not expose `DOMException` to global +var NativeDOMException = getBuiltIn(DOM_EXCEPTION) || (function () { + try { + // NodeJS < 15.0 does not expose `MessageChannel` to global + var MessageChannel = getBuiltIn('MessageChannel') || getBuiltInNodeModule('worker_threads').MessageChannel; + // eslint-disable-next-line es/no-weak-map, unicorn/require-post-message-target-origin -- safe + new MessageChannel().port1.postMessage(new WeakMap()); + } catch (error) { + if (error.name === DATA_CLONE_ERR && error.code === 25) return error.constructor; + } +})(); +var NativeDOMExceptionPrototype = NativeDOMException && NativeDOMException.prototype; +var ErrorPrototype = Error.prototype; +var setInternalState = InternalStateModule.set; +var getInternalState = InternalStateModule.getterFor(DOM_EXCEPTION); +var HAS_STACK = 'stack' in new Error(DOM_EXCEPTION); + +var codeFor = function (name) { + return hasOwn(DOMExceptionConstants, name) && DOMExceptionConstants[name].m ? DOMExceptionConstants[name].c : 0; +}; + +var $DOMException = function DOMException() { + anInstance(this, DOMExceptionPrototype); + var argumentsLength = arguments.length; + var message = normalizeStringArgument(argumentsLength < 1 ? undefined : arguments[0]); + var name = normalizeStringArgument(argumentsLength < 2 ? undefined : arguments[1], 'Error'); + var code = codeFor(name); + setInternalState(this, { + type: DOM_EXCEPTION, + name: name, + message: message, + code: code + }); + if (!DESCRIPTORS) { + this.name = name; + this.message = message; + this.code = code; + } + if (HAS_STACK) { + var error = new Error(message); + error.name = DOM_EXCEPTION; + defineProperty(this, 'stack', createPropertyDescriptor(1, clearErrorStack(error.stack, 1))); + } +}; + +var DOMExceptionPrototype = $DOMException.prototype = create(ErrorPrototype); + +var createGetterDescriptor = function (get) { + return { enumerable: true, configurable: true, get: get }; +}; + +var getterFor = function (key) { + return createGetterDescriptor(function () { + return getInternalState(this)[key]; + }); +}; + +if (DESCRIPTORS) { + // `DOMException.prototype.code` getter + defineBuiltInAccessor(DOMExceptionPrototype, 'code', getterFor('code')); + // `DOMException.prototype.message` getter + defineBuiltInAccessor(DOMExceptionPrototype, 'message', getterFor('message')); + // `DOMException.prototype.name` getter + defineBuiltInAccessor(DOMExceptionPrototype, 'name', getterFor('name')); +} + +defineProperty(DOMExceptionPrototype, 'constructor', createPropertyDescriptor(1, $DOMException)); + +// FF36- DOMException is a function, but can't be constructed +var INCORRECT_CONSTRUCTOR = fails(function () { + return !(new NativeDOMException() instanceof Error); +}); + +// Safari 10.1 / Chrome 32- / IE8- DOMException.prototype.toString bugs +var INCORRECT_TO_STRING = INCORRECT_CONSTRUCTOR || fails(function () { + return ErrorPrototype.toString !== errorToString || String(new NativeDOMException(1, 2)) !== '2: 1'; +}); + +// Deno 1.6.3- DOMException.prototype.code just missed +var INCORRECT_CODE = INCORRECT_CONSTRUCTOR || fails(function () { + return new NativeDOMException(1, 'DataCloneError').code !== 25; +}); + +// Deno 1.6.3- DOMException constants just missed +var MISSED_CONSTANTS = INCORRECT_CONSTRUCTOR + || NativeDOMException[DATA_CLONE_ERR] !== 25 + || NativeDOMExceptionPrototype[DATA_CLONE_ERR] !== 25; + +var FORCED_CONSTRUCTOR = IS_PURE ? INCORRECT_TO_STRING || INCORRECT_CODE || MISSED_CONSTANTS : INCORRECT_CONSTRUCTOR; + +// `DOMException` constructor +// https://webidl.spec.whatwg.org/#idl-DOMException +$({ global: true, constructor: true, forced: FORCED_CONSTRUCTOR }, { + DOMException: FORCED_CONSTRUCTOR ? $DOMException : NativeDOMException +}); + +var PolyfilledDOMException = getBuiltIn(DOM_EXCEPTION); +var PolyfilledDOMExceptionPrototype = PolyfilledDOMException.prototype; + +if (INCORRECT_TO_STRING && (IS_PURE || NativeDOMException === PolyfilledDOMException)) { + defineBuiltIn(PolyfilledDOMExceptionPrototype, 'toString', errorToString); +} + +if (INCORRECT_CODE && DESCRIPTORS && NativeDOMException === PolyfilledDOMException) { + defineBuiltInAccessor(PolyfilledDOMExceptionPrototype, 'code', createGetterDescriptor(function () { + return codeFor(anObject(this).name); + })); +} + +// `DOMException` constants +for (var key in DOMExceptionConstants) if (hasOwn(DOMExceptionConstants, key)) { + var constant = DOMExceptionConstants[key]; + var constantName = constant.s; + var descriptor = createPropertyDescriptor(6, constant.c); + if (!hasOwn(PolyfilledDOMException, constantName)) { + defineProperty(PolyfilledDOMException, constantName, descriptor); + } + if (!hasOwn(PolyfilledDOMExceptionPrototype, constantName)) { + defineProperty(PolyfilledDOMExceptionPrototype, constantName, descriptor); + } +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-exception.stack.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-exception.stack.js new file mode 100644 index 00000000..f166de3e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-exception.stack.js @@ -0,0 +1,68 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var getBuiltIn = require('../internals/get-built-in'); +var createPropertyDescriptor = require('../internals/create-property-descriptor'); +var defineProperty = require('../internals/object-define-property').f; +var hasOwn = require('../internals/has-own-property'); +var anInstance = require('../internals/an-instance'); +var inheritIfRequired = require('../internals/inherit-if-required'); +var normalizeStringArgument = require('../internals/normalize-string-argument'); +var DOMExceptionConstants = require('../internals/dom-exception-constants'); +var clearErrorStack = require('../internals/error-stack-clear'); +var DESCRIPTORS = require('../internals/descriptors'); +var IS_PURE = require('../internals/is-pure'); + +var DOM_EXCEPTION = 'DOMException'; +var Error = getBuiltIn('Error'); +var NativeDOMException = getBuiltIn(DOM_EXCEPTION); + +var $DOMException = function DOMException() { + anInstance(this, DOMExceptionPrototype); + var argumentsLength = arguments.length; + var message = normalizeStringArgument(argumentsLength < 1 ? undefined : arguments[0]); + var name = normalizeStringArgument(argumentsLength < 2 ? undefined : arguments[1], 'Error'); + var that = new NativeDOMException(message, name); + var error = new Error(message); + error.name = DOM_EXCEPTION; + defineProperty(that, 'stack', createPropertyDescriptor(1, clearErrorStack(error.stack, 1))); + inheritIfRequired(that, this, $DOMException); + return that; +}; + +var DOMExceptionPrototype = $DOMException.prototype = NativeDOMException.prototype; + +var ERROR_HAS_STACK = 'stack' in new Error(DOM_EXCEPTION); +var DOM_EXCEPTION_HAS_STACK = 'stack' in new NativeDOMException(1, 2); + +// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe +var descriptor = NativeDOMException && DESCRIPTORS && Object.getOwnPropertyDescriptor(globalThis, DOM_EXCEPTION); + +// Bun ~ 0.1.1 DOMException have incorrect descriptor and we can't redefine it +// https://github.com/Jarred-Sumner/bun/issues/399 +var BUGGY_DESCRIPTOR = !!descriptor && !(descriptor.writable && descriptor.configurable); + +var FORCED_CONSTRUCTOR = ERROR_HAS_STACK && !BUGGY_DESCRIPTOR && !DOM_EXCEPTION_HAS_STACK; + +// `DOMException` constructor patch for `.stack` where it's required +// https://webidl.spec.whatwg.org/#es-DOMException-specialness +$({ global: true, constructor: true, forced: IS_PURE || FORCED_CONSTRUCTOR }, { // TODO: fix export logic + DOMException: FORCED_CONSTRUCTOR ? $DOMException : NativeDOMException +}); + +var PolyfilledDOMException = getBuiltIn(DOM_EXCEPTION); +var PolyfilledDOMExceptionPrototype = PolyfilledDOMException.prototype; + +if (PolyfilledDOMExceptionPrototype.constructor !== PolyfilledDOMException) { + if (!IS_PURE) { + defineProperty(PolyfilledDOMExceptionPrototype, 'constructor', createPropertyDescriptor(1, PolyfilledDOMException)); + } + + for (var key in DOMExceptionConstants) if (hasOwn(DOMExceptionConstants, key)) { + var constant = DOMExceptionConstants[key]; + var constantName = constant.s; + if (!hasOwn(PolyfilledDOMException, constantName)) { + defineProperty(PolyfilledDOMException, constantName, createPropertyDescriptor(6, constant.c)); + } + } +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-exception.to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-exception.to-string-tag.js new file mode 100644 index 00000000..f53c6d50 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.dom-exception.to-string-tag.js @@ -0,0 +1,8 @@ +'use strict'; +var getBuiltIn = require('../internals/get-built-in'); +var setToStringTag = require('../internals/set-to-string-tag'); + +var DOM_EXCEPTION = 'DOMException'; + +// `DOMException.prototype[@@toStringTag]` property +setToStringTag(getBuiltIn(DOM_EXCEPTION), DOM_EXCEPTION); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.immediate.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.immediate.js new file mode 100644 index 00000000..170a00e6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.immediate.js @@ -0,0 +1,4 @@ +'use strict'; +// TODO: Remove this module from `core-js@4` since it's split to modules listed below +require('../modules/web.clear-immediate'); +require('../modules/web.set-immediate'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.queue-microtask.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.queue-microtask.js new file mode 100644 index 00000000..d34de673 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.queue-microtask.js @@ -0,0 +1,25 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var microtask = require('../internals/microtask'); +var aCallable = require('../internals/a-callable'); +var validateArgumentsLength = require('../internals/validate-arguments-length'); +var fails = require('../internals/fails'); +var DESCRIPTORS = require('../internals/descriptors'); + +// Bun ~ 1.0.30 bug +// https://github.com/oven-sh/bun/issues/9249 +var WRONG_ARITY = fails(function () { + // getOwnPropertyDescriptor for prevent experimental warning in Node 11 + // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe + return DESCRIPTORS && Object.getOwnPropertyDescriptor(globalThis, 'queueMicrotask').value.length !== 1; +}); + +// `queueMicrotask` method +// https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-queuemicrotask +$({ global: true, enumerable: true, dontCallGetSet: true, forced: WRONG_ARITY }, { + queueMicrotask: function queueMicrotask(fn) { + validateArgumentsLength(arguments.length, 1); + microtask(aCallable(fn)); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.self.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.self.js new file mode 100644 index 00000000..f409cc0c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.self.js @@ -0,0 +1,41 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var DESCRIPTORS = require('../internals/descriptors'); + +var $TypeError = TypeError; +// eslint-disable-next-line es/no-object-defineproperty -- safe +var defineProperty = Object.defineProperty; +var INCORRECT_VALUE = globalThis.self !== globalThis; + +// `self` getter +// https://html.spec.whatwg.org/multipage/window-object.html#dom-self +try { + if (DESCRIPTORS) { + // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe + var descriptor = Object.getOwnPropertyDescriptor(globalThis, 'self'); + // some engines have `self`, but with incorrect descriptor + // https://github.com/denoland/deno/issues/15765 + if (INCORRECT_VALUE || !descriptor || !descriptor.get || !descriptor.enumerable) { + defineBuiltInAccessor(globalThis, 'self', { + get: function self() { + return globalThis; + }, + set: function self(value) { + if (this !== globalThis) throw new $TypeError('Illegal invocation'); + defineProperty(globalThis, 'self', { + value: value, + writable: true, + configurable: true, + enumerable: true + }); + }, + configurable: true, + enumerable: true + }); + } + } else $({ global: true, simple: true, forced: INCORRECT_VALUE }, { + self: globalThis + }); +} catch (error) { /* empty */ } diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.set-immediate.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.set-immediate.js new file mode 100644 index 00000000..8aa3dc87 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.set-immediate.js @@ -0,0 +1,14 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var setTask = require('../internals/task').set; +var schedulersFix = require('../internals/schedulers-fix'); + +// https://github.com/oven-sh/bun/issues/1633 +var setImmediate = globalThis.setImmediate ? schedulersFix(setTask, false) : setTask; + +// `setImmediate` method +// http://w3c.github.io/setImmediate/#si-setImmediate +$({ global: true, bind: true, enumerable: true, forced: globalThis.setImmediate !== setImmediate }, { + setImmediate: setImmediate +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.set-interval.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.set-interval.js new file mode 100644 index 00000000..d0b6bb70 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.set-interval.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var schedulersFix = require('../internals/schedulers-fix'); + +var setInterval = schedulersFix(globalThis.setInterval, true); + +// Bun / IE9- setInterval additional parameters fix +// https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-setinterval +$({ global: true, bind: true, forced: globalThis.setInterval !== setInterval }, { + setInterval: setInterval +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.set-timeout.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.set-timeout.js new file mode 100644 index 00000000..3b054ae3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.set-timeout.js @@ -0,0 +1,12 @@ +'use strict'; +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var schedulersFix = require('../internals/schedulers-fix'); + +var setTimeout = schedulersFix(globalThis.setTimeout, true); + +// Bun / IE9- setTimeout additional parameters fix +// https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-settimeout +$({ global: true, bind: true, forced: globalThis.setTimeout !== setTimeout }, { + setTimeout: setTimeout +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.structured-clone.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.structured-clone.js new file mode 100644 index 00000000..b0b4a894 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.structured-clone.js @@ -0,0 +1,535 @@ +'use strict'; +var IS_PURE = require('../internals/is-pure'); +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var getBuiltIn = require('../internals/get-built-in'); +var uncurryThis = require('../internals/function-uncurry-this'); +var fails = require('../internals/fails'); +var uid = require('../internals/uid'); +var isCallable = require('../internals/is-callable'); +var isConstructor = require('../internals/is-constructor'); +var isNullOrUndefined = require('../internals/is-null-or-undefined'); +var isObject = require('../internals/is-object'); +var isSymbol = require('../internals/is-symbol'); +var iterate = require('../internals/iterate'); +var anObject = require('../internals/an-object'); +var classof = require('../internals/classof'); +var hasOwn = require('../internals/has-own-property'); +var createProperty = require('../internals/create-property'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var validateArgumentsLength = require('../internals/validate-arguments-length'); +var getRegExpFlags = require('../internals/regexp-get-flags'); +var MapHelpers = require('../internals/map-helpers'); +var SetHelpers = require('../internals/set-helpers'); +var setIterate = require('../internals/set-iterate'); +var detachTransferable = require('../internals/detach-transferable'); +var ERROR_STACK_INSTALLABLE = require('../internals/error-stack-installable'); +var PROPER_STRUCTURED_CLONE_TRANSFER = require('../internals/structured-clone-proper-transfer'); + +var Object = globalThis.Object; +var Array = globalThis.Array; +var Date = globalThis.Date; +var Error = globalThis.Error; +var TypeError = globalThis.TypeError; +var PerformanceMark = globalThis.PerformanceMark; +var DOMException = getBuiltIn('DOMException'); +var Map = MapHelpers.Map; +var mapHas = MapHelpers.has; +var mapGet = MapHelpers.get; +var mapSet = MapHelpers.set; +var Set = SetHelpers.Set; +var setAdd = SetHelpers.add; +var setHas = SetHelpers.has; +var objectKeys = getBuiltIn('Object', 'keys'); +var push = uncurryThis([].push); +var thisBooleanValue = uncurryThis(true.valueOf); +var thisNumberValue = uncurryThis(1.0.valueOf); +var thisStringValue = uncurryThis(''.valueOf); +var thisTimeValue = uncurryThis(Date.prototype.getTime); +var PERFORMANCE_MARK = uid('structuredClone'); +var DATA_CLONE_ERROR = 'DataCloneError'; +var TRANSFERRING = 'Transferring'; + +var checkBasicSemantic = function (structuredCloneImplementation) { + return !fails(function () { + var set1 = new globalThis.Set([7]); + var set2 = structuredCloneImplementation(set1); + var number = structuredCloneImplementation(Object(7)); + return set2 === set1 || !set2.has(7) || !isObject(number) || +number !== 7; + }) && structuredCloneImplementation; +}; + +var checkErrorsCloning = function (structuredCloneImplementation, $Error) { + return !fails(function () { + var error = new $Error(); + var test = structuredCloneImplementation({ a: error, b: error }); + return !(test && test.a === test.b && test.a instanceof $Error && test.a.stack === error.stack); + }); +}; + +// https://github.com/whatwg/html/pull/5749 +var checkNewErrorsCloningSemantic = function (structuredCloneImplementation) { + return !fails(function () { + var test = structuredCloneImplementation(new globalThis.AggregateError([1], PERFORMANCE_MARK, { cause: 3 })); + return test.name !== 'AggregateError' || test.errors[0] !== 1 || test.message !== PERFORMANCE_MARK || test.cause !== 3; + }); +}; + +// FF94+, Safari 15.4+, Chrome 98+, NodeJS 17.0+, Deno 1.13+ +// FF<103 and Safari implementations can't clone errors +// https://bugzilla.mozilla.org/show_bug.cgi?id=1556604 +// FF103 can clone errors, but `.stack` of clone is an empty string +// https://bugzilla.mozilla.org/show_bug.cgi?id=1778762 +// FF104+ fixed it on usual errors, but not on DOMExceptions +// https://bugzilla.mozilla.org/show_bug.cgi?id=1777321 +// Chrome <102 returns `null` if cloned object contains multiple references to one error +// https://bugs.chromium.org/p/v8/issues/detail?id=12542 +// NodeJS implementation can't clone DOMExceptions +// https://github.com/nodejs/node/issues/41038 +// only FF103+ supports new (html/5749) error cloning semantic +var nativeStructuredClone = globalThis.structuredClone; + +var FORCED_REPLACEMENT = IS_PURE + || !checkErrorsCloning(nativeStructuredClone, Error) + || !checkErrorsCloning(nativeStructuredClone, DOMException) + || !checkNewErrorsCloningSemantic(nativeStructuredClone); + +// Chrome 82+, Safari 14.1+, Deno 1.11+ +// Chrome 78-81 implementation swaps `.name` and `.message` of cloned `DOMException` +// Chrome returns `null` if cloned object contains multiple references to one error +// Safari 14.1 implementation doesn't clone some `RegExp` flags, so requires a workaround +// Safari implementation can't clone errors +// Deno 1.2-1.10 implementations too naive +// NodeJS 16.0+ does not have `PerformanceMark` constructor +// NodeJS <17.2 structured cloning implementation from `performance.mark` is too naive +// and can't clone, for example, `RegExp` or some boxed primitives +// https://github.com/nodejs/node/issues/40840 +// no one of those implementations supports new (html/5749) error cloning semantic +var structuredCloneFromMark = !nativeStructuredClone && checkBasicSemantic(function (value) { + return new PerformanceMark(PERFORMANCE_MARK, { detail: value }).detail; +}); + +var nativeRestrictedStructuredClone = checkBasicSemantic(nativeStructuredClone) || structuredCloneFromMark; + +var throwUncloneable = function (type) { + throw new DOMException('Uncloneable type: ' + type, DATA_CLONE_ERROR); +}; + +var throwUnpolyfillable = function (type, action) { + throw new DOMException((action || 'Cloning') + ' of ' + type + ' cannot be properly polyfilled in this engine', DATA_CLONE_ERROR); +}; + +var tryNativeRestrictedStructuredClone = function (value, type) { + if (!nativeRestrictedStructuredClone) throwUnpolyfillable(type); + return nativeRestrictedStructuredClone(value); +}; + +var createDataTransfer = function () { + var dataTransfer; + try { + dataTransfer = new globalThis.DataTransfer(); + } catch (error) { + try { + dataTransfer = new globalThis.ClipboardEvent('').clipboardData; + } catch (error2) { /* empty */ } + } + return dataTransfer && dataTransfer.items && dataTransfer.files ? dataTransfer : null; +}; + +var cloneBuffer = function (value, map, $type) { + if (mapHas(map, value)) return mapGet(map, value); + + var type = $type || classof(value); + var clone, length, options, source, target, i; + + if (type === 'SharedArrayBuffer') { + if (nativeRestrictedStructuredClone) clone = nativeRestrictedStructuredClone(value); + // SharedArrayBuffer should use shared memory, we can't polyfill it, so return the original + else clone = value; + } else { + var DataView = globalThis.DataView; + + // `ArrayBuffer#slice` is not available in IE10 + // `ArrayBuffer#slice` and `DataView` are not available in old FF + if (!DataView && !isCallable(value.slice)) throwUnpolyfillable('ArrayBuffer'); + // detached buffers throws in `DataView` and `.slice` + try { + if (isCallable(value.slice) && !value.resizable) { + clone = value.slice(0); + } else { + length = value.byteLength; + options = 'maxByteLength' in value ? { maxByteLength: value.maxByteLength } : undefined; + // eslint-disable-next-line es/no-resizable-and-growable-arraybuffers -- safe + clone = new ArrayBuffer(length, options); + source = new DataView(value); + target = new DataView(clone); + for (i = 0; i < length; i++) { + target.setUint8(i, source.getUint8(i)); + } + } + } catch (error) { + throw new DOMException('ArrayBuffer is detached', DATA_CLONE_ERROR); + } + } + + mapSet(map, value, clone); + + return clone; +}; + +var cloneView = function (value, type, offset, length, map) { + var C = globalThis[type]; + // in some old engines like Safari 9, typeof C is 'object' + // on Uint8ClampedArray or some other constructors + if (!isObject(C)) throwUnpolyfillable(type); + return new C(cloneBuffer(value.buffer, map), offset, length); +}; + +var structuredCloneInternal = function (value, map) { + if (isSymbol(value)) throwUncloneable('Symbol'); + if (!isObject(value)) return value; + // effectively preserves circular references + if (map) { + if (mapHas(map, value)) return mapGet(map, value); + } else map = new Map(); + + var type = classof(value); + var C, name, cloned, dataTransfer, i, length, keys, key; + + switch (type) { + case 'Array': + cloned = Array(lengthOfArrayLike(value)); + break; + case 'Object': + cloned = {}; + break; + case 'Map': + cloned = new Map(); + break; + case 'Set': + cloned = new Set(); + break; + case 'RegExp': + // in this block because of a Safari 14.1 bug + // old FF does not clone regexes passed to the constructor, so get the source and flags directly + cloned = new RegExp(value.source, getRegExpFlags(value)); + break; + case 'Error': + name = value.name; + switch (name) { + case 'AggregateError': + cloned = new (getBuiltIn(name))([]); + break; + case 'EvalError': + case 'RangeError': + case 'ReferenceError': + case 'SuppressedError': + case 'SyntaxError': + case 'TypeError': + case 'URIError': + cloned = new (getBuiltIn(name))(); + break; + case 'CompileError': + case 'LinkError': + case 'RuntimeError': + cloned = new (getBuiltIn('WebAssembly', name))(); + break; + default: + cloned = new Error(); + } + break; + case 'DOMException': + cloned = new DOMException(value.message, value.name); + break; + case 'ArrayBuffer': + case 'SharedArrayBuffer': + cloned = cloneBuffer(value, map, type); + break; + case 'DataView': + case 'Int8Array': + case 'Uint8Array': + case 'Uint8ClampedArray': + case 'Int16Array': + case 'Uint16Array': + case 'Int32Array': + case 'Uint32Array': + case 'Float16Array': + case 'Float32Array': + case 'Float64Array': + case 'BigInt64Array': + case 'BigUint64Array': + length = type === 'DataView' ? value.byteLength : value.length; + cloned = cloneView(value, type, value.byteOffset, length, map); + break; + case 'DOMQuad': + try { + cloned = new DOMQuad( + structuredCloneInternal(value.p1, map), + structuredCloneInternal(value.p2, map), + structuredCloneInternal(value.p3, map), + structuredCloneInternal(value.p4, map) + ); + } catch (error) { + cloned = tryNativeRestrictedStructuredClone(value, type); + } + break; + case 'File': + if (nativeRestrictedStructuredClone) try { + cloned = nativeRestrictedStructuredClone(value); + // NodeJS 20.0.0 bug, https://github.com/nodejs/node/issues/47612 + if (classof(cloned) !== type) cloned = undefined; + } catch (error) { /* empty */ } + if (!cloned) try { + cloned = new File([value], value.name, value); + } catch (error) { /* empty */ } + if (!cloned) throwUnpolyfillable(type); + break; + case 'FileList': + dataTransfer = createDataTransfer(); + if (dataTransfer) { + for (i = 0, length = lengthOfArrayLike(value); i < length; i++) { + dataTransfer.items.add(structuredCloneInternal(value[i], map)); + } + cloned = dataTransfer.files; + } else cloned = tryNativeRestrictedStructuredClone(value, type); + break; + case 'ImageData': + // Safari 9 ImageData is a constructor, but typeof ImageData is 'object' + try { + cloned = new ImageData( + structuredCloneInternal(value.data, map), + value.width, + value.height, + { colorSpace: value.colorSpace } + ); + } catch (error) { + cloned = tryNativeRestrictedStructuredClone(value, type); + } break; + default: + if (nativeRestrictedStructuredClone) { + cloned = nativeRestrictedStructuredClone(value); + } else switch (type) { + case 'BigInt': + // can be a 3rd party polyfill + cloned = Object(value.valueOf()); + break; + case 'Boolean': + cloned = Object(thisBooleanValue(value)); + break; + case 'Number': + cloned = Object(thisNumberValue(value)); + break; + case 'String': + cloned = Object(thisStringValue(value)); + break; + case 'Date': + cloned = new Date(thisTimeValue(value)); + break; + case 'Blob': + try { + cloned = value.slice(0, value.size, value.type); + } catch (error) { + throwUnpolyfillable(type); + } break; + case 'DOMPoint': + case 'DOMPointReadOnly': + C = globalThis[type]; + try { + cloned = C.fromPoint + ? C.fromPoint(value) + : new C(value.x, value.y, value.z, value.w); + } catch (error) { + throwUnpolyfillable(type); + } break; + case 'DOMRect': + case 'DOMRectReadOnly': + C = globalThis[type]; + try { + cloned = C.fromRect + ? C.fromRect(value) + : new C(value.x, value.y, value.width, value.height); + } catch (error) { + throwUnpolyfillable(type); + } break; + case 'DOMMatrix': + case 'DOMMatrixReadOnly': + C = globalThis[type]; + try { + cloned = C.fromMatrix + ? C.fromMatrix(value) + : new C(value); + } catch (error) { + throwUnpolyfillable(type); + } break; + case 'AudioData': + case 'VideoFrame': + if (!isCallable(value.clone)) throwUnpolyfillable(type); + try { + cloned = value.clone(); + } catch (error) { + throwUncloneable(type); + } break; + case 'CropTarget': + case 'CryptoKey': + case 'FileSystemDirectoryHandle': + case 'FileSystemFileHandle': + case 'FileSystemHandle': + case 'GPUCompilationInfo': + case 'GPUCompilationMessage': + case 'ImageBitmap': + case 'RTCCertificate': + case 'WebAssembly.Module': + throwUnpolyfillable(type); + // break omitted + default: + throwUncloneable(type); + } + } + + mapSet(map, value, cloned); + + switch (type) { + case 'Array': + case 'Object': + keys = objectKeys(value); + for (i = 0, length = lengthOfArrayLike(keys); i < length; i++) { + key = keys[i]; + createProperty(cloned, key, structuredCloneInternal(value[key], map)); + } break; + case 'Map': + value.forEach(function (v, k) { + mapSet(cloned, structuredCloneInternal(k, map), structuredCloneInternal(v, map)); + }); + break; + case 'Set': + value.forEach(function (v) { + setAdd(cloned, structuredCloneInternal(v, map)); + }); + break; + case 'Error': + createNonEnumerableProperty(cloned, 'message', structuredCloneInternal(value.message, map)); + if (hasOwn(value, 'cause')) { + createNonEnumerableProperty(cloned, 'cause', structuredCloneInternal(value.cause, map)); + } + if (name === 'AggregateError') { + cloned.errors = structuredCloneInternal(value.errors, map); + } else if (name === 'SuppressedError') { + cloned.error = structuredCloneInternal(value.error, map); + cloned.suppressed = structuredCloneInternal(value.suppressed, map); + } // break omitted + case 'DOMException': + if (ERROR_STACK_INSTALLABLE) { + createNonEnumerableProperty(cloned, 'stack', structuredCloneInternal(value.stack, map)); + } + } + + return cloned; +}; + +var tryToTransfer = function (rawTransfer, map) { + if (!isObject(rawTransfer)) throw new TypeError('Transfer option cannot be converted to a sequence'); + + var transfer = []; + + iterate(rawTransfer, function (value) { + push(transfer, anObject(value)); + }); + + var i = 0; + var length = lengthOfArrayLike(transfer); + var buffers = new Set(); + var value, type, C, transferred, canvas, context; + + while (i < length) { + value = transfer[i++]; + + type = classof(value); + + if (type === 'ArrayBuffer' ? setHas(buffers, value) : mapHas(map, value)) { + throw new DOMException('Duplicate transferable', DATA_CLONE_ERROR); + } + + if (type === 'ArrayBuffer') { + setAdd(buffers, value); + continue; + } + + if (PROPER_STRUCTURED_CLONE_TRANSFER) { + transferred = nativeStructuredClone(value, { transfer: [value] }); + } else switch (type) { + case 'ImageBitmap': + C = globalThis.OffscreenCanvas; + if (!isConstructor(C)) throwUnpolyfillable(type, TRANSFERRING); + try { + canvas = new C(value.width, value.height); + context = canvas.getContext('bitmaprenderer'); + context.transferFromImageBitmap(value); + transferred = canvas.transferToImageBitmap(); + } catch (error) { /* empty */ } + break; + case 'AudioData': + case 'VideoFrame': + if (!isCallable(value.clone) || !isCallable(value.close)) throwUnpolyfillable(type, TRANSFERRING); + try { + transferred = value.clone(); + value.close(); + } catch (error) { /* empty */ } + break; + case 'MediaSourceHandle': + case 'MessagePort': + case 'MIDIAccess': + case 'OffscreenCanvas': + case 'ReadableStream': + case 'RTCDataChannel': + case 'TransformStream': + case 'WebTransportReceiveStream': + case 'WebTransportSendStream': + case 'WritableStream': + throwUnpolyfillable(type, TRANSFERRING); + } + + if (transferred === undefined) throw new DOMException('This object cannot be transferred: ' + type, DATA_CLONE_ERROR); + + mapSet(map, value, transferred); + } + + return buffers; +}; + +var detachBuffers = function (buffers) { + setIterate(buffers, function (buffer) { + if (PROPER_STRUCTURED_CLONE_TRANSFER) { + nativeRestrictedStructuredClone(buffer, { transfer: [buffer] }); + } else if (isCallable(buffer.transfer)) { + buffer.transfer(); + } else if (detachTransferable) { + detachTransferable(buffer); + } else { + throwUnpolyfillable('ArrayBuffer', TRANSFERRING); + } + }); +}; + +// `structuredClone` method +// https://html.spec.whatwg.org/multipage/structured-data.html#dom-structuredclone +$({ global: true, enumerable: true, sham: !PROPER_STRUCTURED_CLONE_TRANSFER, forced: FORCED_REPLACEMENT }, { + structuredClone: function structuredClone(value /* , { transfer } */) { + var options = validateArgumentsLength(arguments.length, 1) > 1 && !isNullOrUndefined(arguments[1]) ? anObject(arguments[1]) : undefined; + var transfer = options ? options.transfer : undefined; + var map, buffers; + + if (transfer !== undefined) { + map = new Map(); + buffers = tryToTransfer(transfer, map); + } + + var clone = structuredCloneInternal(value, map); + + // since of an issue with cloning views of transferred buffers, we a forced to detach them later + // https://github.com/zloirock/core-js/issues/1265 + if (buffers) detachBuffers(buffers); + + return clone; + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.timers.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.timers.js new file mode 100644 index 00000000..b7876866 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.timers.js @@ -0,0 +1,4 @@ +'use strict'; +// TODO: Remove this module from `core-js@4` since it's split to modules listed below +require('../modules/web.set-interval'); +require('../modules/web.set-timeout'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.constructor.js new file mode 100644 index 00000000..e5a249cb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.constructor.js @@ -0,0 +1,511 @@ +'use strict'; +// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env` +require('../modules/es.array.iterator'); +require('../modules/es.string.from-code-point'); +var $ = require('../internals/export'); +var globalThis = require('../internals/global-this'); +var safeGetBuiltIn = require('../internals/safe-get-built-in'); +var getBuiltIn = require('../internals/get-built-in'); +var call = require('../internals/function-call'); +var uncurryThis = require('../internals/function-uncurry-this'); +var DESCRIPTORS = require('../internals/descriptors'); +var USE_NATIVE_URL = require('../internals/url-constructor-detection'); +var defineBuiltIn = require('../internals/define-built-in'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var defineBuiltIns = require('../internals/define-built-ins'); +var setToStringTag = require('../internals/set-to-string-tag'); +var createIteratorConstructor = require('../internals/iterator-create-constructor'); +var InternalStateModule = require('../internals/internal-state'); +var anInstance = require('../internals/an-instance'); +var isCallable = require('../internals/is-callable'); +var hasOwn = require('../internals/has-own-property'); +var bind = require('../internals/function-bind-context'); +var classof = require('../internals/classof'); +var anObject = require('../internals/an-object'); +var isObject = require('../internals/is-object'); +var $toString = require('../internals/to-string'); +var create = require('../internals/object-create'); +var createPropertyDescriptor = require('../internals/create-property-descriptor'); +var getIterator = require('../internals/get-iterator'); +var getIteratorMethod = require('../internals/get-iterator-method'); +var createIterResultObject = require('../internals/create-iter-result-object'); +var validateArgumentsLength = require('../internals/validate-arguments-length'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var arraySort = require('../internals/array-sort'); + +var ITERATOR = wellKnownSymbol('iterator'); +var URL_SEARCH_PARAMS = 'URLSearchParams'; +var URL_SEARCH_PARAMS_ITERATOR = URL_SEARCH_PARAMS + 'Iterator'; +var setInternalState = InternalStateModule.set; +var getInternalParamsState = InternalStateModule.getterFor(URL_SEARCH_PARAMS); +var getInternalIteratorState = InternalStateModule.getterFor(URL_SEARCH_PARAMS_ITERATOR); + +var nativeFetch = safeGetBuiltIn('fetch'); +var NativeRequest = safeGetBuiltIn('Request'); +var Headers = safeGetBuiltIn('Headers'); +var RequestPrototype = NativeRequest && NativeRequest.prototype; +var HeadersPrototype = Headers && Headers.prototype; +var TypeError = globalThis.TypeError; +var encodeURIComponent = globalThis.encodeURIComponent; +var fromCharCode = String.fromCharCode; +var fromCodePoint = getBuiltIn('String', 'fromCodePoint'); +var $parseInt = parseInt; +var charAt = uncurryThis(''.charAt); +var join = uncurryThis([].join); +var push = uncurryThis([].push); +var replace = uncurryThis(''.replace); +var shift = uncurryThis([].shift); +var splice = uncurryThis([].splice); +var split = uncurryThis(''.split); +var stringSlice = uncurryThis(''.slice); +var exec = uncurryThis(/./.exec); + +var plus = /\+/g; +var FALLBACK_REPLACER = '\uFFFD'; +var VALID_HEX = /^[0-9a-f]+$/i; + +var parseHexOctet = function (string, start) { + var substr = stringSlice(string, start, start + 2); + if (!exec(VALID_HEX, substr)) return NaN; + + return $parseInt(substr, 16); +}; + +var getLeadingOnes = function (octet) { + var count = 0; + for (var mask = 0x80; mask > 0 && (octet & mask) !== 0; mask >>= 1) { + count++; + } + return count; +}; + +var utf8Decode = function (octets) { + var codePoint = null; + + switch (octets.length) { + case 1: + codePoint = octets[0]; + break; + case 2: + codePoint = (octets[0] & 0x1F) << 6 | (octets[1] & 0x3F); + break; + case 3: + codePoint = (octets[0] & 0x0F) << 12 | (octets[1] & 0x3F) << 6 | (octets[2] & 0x3F); + break; + case 4: + codePoint = (octets[0] & 0x07) << 18 | (octets[1] & 0x3F) << 12 | (octets[2] & 0x3F) << 6 | (octets[3] & 0x3F); + break; + } + + return codePoint > 0x10FFFF ? null : codePoint; +}; + +var decode = function (input) { + input = replace(input, plus, ' '); + var length = input.length; + var result = ''; + var i = 0; + + while (i < length) { + var decodedChar = charAt(input, i); + + if (decodedChar === '%') { + if (charAt(input, i + 1) === '%' || i + 3 > length) { + result += '%'; + i++; + continue; + } + + var octet = parseHexOctet(input, i + 1); + + // eslint-disable-next-line no-self-compare -- NaN check + if (octet !== octet) { + result += decodedChar; + i++; + continue; + } + + i += 2; + var byteSequenceLength = getLeadingOnes(octet); + + if (byteSequenceLength === 0) { + decodedChar = fromCharCode(octet); + } else { + if (byteSequenceLength === 1 || byteSequenceLength > 4) { + result += FALLBACK_REPLACER; + i++; + continue; + } + + var octets = [octet]; + var sequenceIndex = 1; + + while (sequenceIndex < byteSequenceLength) { + i++; + if (i + 3 > length || charAt(input, i) !== '%') break; + + var nextByte = parseHexOctet(input, i + 1); + + // eslint-disable-next-line no-self-compare -- NaN check + if (nextByte !== nextByte) { + i += 3; + break; + } + if (nextByte > 191 || nextByte < 128) break; + + push(octets, nextByte); + i += 2; + sequenceIndex++; + } + + if (octets.length !== byteSequenceLength) { + result += FALLBACK_REPLACER; + continue; + } + + var codePoint = utf8Decode(octets); + if (codePoint === null) { + result += FALLBACK_REPLACER; + } else { + decodedChar = fromCodePoint(codePoint); + } + } + } + + result += decodedChar; + i++; + } + + return result; +}; + +var find = /[!'()~]|%20/g; + +var replacements = { + '!': '%21', + "'": '%27', + '(': '%28', + ')': '%29', + '~': '%7E', + '%20': '+' +}; + +var replacer = function (match) { + return replacements[match]; +}; + +var serialize = function (it) { + return replace(encodeURIComponent(it), find, replacer); +}; + +var URLSearchParamsIterator = createIteratorConstructor(function Iterator(params, kind) { + setInternalState(this, { + type: URL_SEARCH_PARAMS_ITERATOR, + target: getInternalParamsState(params).entries, + index: 0, + kind: kind + }); +}, URL_SEARCH_PARAMS, function next() { + var state = getInternalIteratorState(this); + var target = state.target; + var index = state.index++; + if (!target || index >= target.length) { + state.target = null; + return createIterResultObject(undefined, true); + } + var entry = target[index]; + switch (state.kind) { + case 'keys': return createIterResultObject(entry.key, false); + case 'values': return createIterResultObject(entry.value, false); + } return createIterResultObject([entry.key, entry.value], false); +}, true); + +var URLSearchParamsState = function (init) { + this.entries = []; + this.url = null; + + if (init !== undefined) { + if (isObject(init)) this.parseObject(init); + else this.parseQuery(typeof init == 'string' ? charAt(init, 0) === '?' ? stringSlice(init, 1) : init : $toString(init)); + } +}; + +URLSearchParamsState.prototype = { + type: URL_SEARCH_PARAMS, + bindURL: function (url) { + this.url = url; + this.update(); + }, + parseObject: function (object) { + var entries = this.entries; + var iteratorMethod = getIteratorMethod(object); + var iterator, next, step, entryIterator, entryNext, first, second; + + if (iteratorMethod) { + iterator = getIterator(object, iteratorMethod); + next = iterator.next; + while (!(step = call(next, iterator)).done) { + entryIterator = getIterator(anObject(step.value)); + entryNext = entryIterator.next; + if ( + (first = call(entryNext, entryIterator)).done || + (second = call(entryNext, entryIterator)).done || + !call(entryNext, entryIterator).done + ) throw new TypeError('Expected sequence with length 2'); + push(entries, { key: $toString(first.value), value: $toString(second.value) }); + } + } else for (var key in object) if (hasOwn(object, key)) { + push(entries, { key: key, value: $toString(object[key]) }); + } + }, + parseQuery: function (query) { + if (query) { + var entries = this.entries; + var attributes = split(query, '&'); + var index = 0; + var attribute, entry; + while (index < attributes.length) { + attribute = attributes[index++]; + if (attribute.length) { + entry = split(attribute, '='); + push(entries, { + key: decode(shift(entry)), + value: decode(join(entry, '=')) + }); + } + } + } + }, + serialize: function () { + var entries = this.entries; + var result = []; + var index = 0; + var entry; + while (index < entries.length) { + entry = entries[index++]; + push(result, serialize(entry.key) + '=' + serialize(entry.value)); + } return join(result, '&'); + }, + update: function () { + this.entries.length = 0; + this.parseQuery(this.url.query); + }, + updateURL: function () { + if (this.url) this.url.update(); + } +}; + +// `URLSearchParams` constructor +// https://url.spec.whatwg.org/#interface-urlsearchparams +var URLSearchParamsConstructor = function URLSearchParams(/* init */) { + anInstance(this, URLSearchParamsPrototype); + var init = arguments.length > 0 ? arguments[0] : undefined; + var state = setInternalState(this, new URLSearchParamsState(init)); + if (!DESCRIPTORS) this.size = state.entries.length; +}; + +var URLSearchParamsPrototype = URLSearchParamsConstructor.prototype; + +defineBuiltIns(URLSearchParamsPrototype, { + // `URLSearchParams.prototype.append` method + // https://url.spec.whatwg.org/#dom-urlsearchparams-append + append: function append(name, value) { + var state = getInternalParamsState(this); + validateArgumentsLength(arguments.length, 2); + push(state.entries, { key: $toString(name), value: $toString(value) }); + if (!DESCRIPTORS) this.length++; + state.updateURL(); + }, + // `URLSearchParams.prototype.delete` method + // https://url.spec.whatwg.org/#dom-urlsearchparams-delete + 'delete': function (name /* , value */) { + var state = getInternalParamsState(this); + var length = validateArgumentsLength(arguments.length, 1); + var entries = state.entries; + var key = $toString(name); + var $value = length < 2 ? undefined : arguments[1]; + var value = $value === undefined ? $value : $toString($value); + var index = 0; + while (index < entries.length) { + var entry = entries[index]; + if (entry.key === key && (value === undefined || entry.value === value)) { + splice(entries, index, 1); + if (value !== undefined) break; + } else index++; + } + if (!DESCRIPTORS) this.size = entries.length; + state.updateURL(); + }, + // `URLSearchParams.prototype.get` method + // https://url.spec.whatwg.org/#dom-urlsearchparams-get + get: function get(name) { + var entries = getInternalParamsState(this).entries; + validateArgumentsLength(arguments.length, 1); + var key = $toString(name); + var index = 0; + for (; index < entries.length; index++) { + if (entries[index].key === key) return entries[index].value; + } + return null; + }, + // `URLSearchParams.prototype.getAll` method + // https://url.spec.whatwg.org/#dom-urlsearchparams-getall + getAll: function getAll(name) { + var entries = getInternalParamsState(this).entries; + validateArgumentsLength(arguments.length, 1); + var key = $toString(name); + var result = []; + var index = 0; + for (; index < entries.length; index++) { + if (entries[index].key === key) push(result, entries[index].value); + } + return result; + }, + // `URLSearchParams.prototype.has` method + // https://url.spec.whatwg.org/#dom-urlsearchparams-has + has: function has(name /* , value */) { + var entries = getInternalParamsState(this).entries; + var length = validateArgumentsLength(arguments.length, 1); + var key = $toString(name); + var $value = length < 2 ? undefined : arguments[1]; + var value = $value === undefined ? $value : $toString($value); + var index = 0; + while (index < entries.length) { + var entry = entries[index++]; + if (entry.key === key && (value === undefined || entry.value === value)) return true; + } + return false; + }, + // `URLSearchParams.prototype.set` method + // https://url.spec.whatwg.org/#dom-urlsearchparams-set + set: function set(name, value) { + var state = getInternalParamsState(this); + validateArgumentsLength(arguments.length, 1); + var entries = state.entries; + var found = false; + var key = $toString(name); + var val = $toString(value); + var index = 0; + var entry; + for (; index < entries.length; index++) { + entry = entries[index]; + if (entry.key === key) { + if (found) splice(entries, index--, 1); + else { + found = true; + entry.value = val; + } + } + } + if (!found) push(entries, { key: key, value: val }); + if (!DESCRIPTORS) this.size = entries.length; + state.updateURL(); + }, + // `URLSearchParams.prototype.sort` method + // https://url.spec.whatwg.org/#dom-urlsearchparams-sort + sort: function sort() { + var state = getInternalParamsState(this); + arraySort(state.entries, function (a, b) { + return a.key > b.key ? 1 : -1; + }); + state.updateURL(); + }, + // `URLSearchParams.prototype.forEach` method + forEach: function forEach(callback /* , thisArg */) { + var entries = getInternalParamsState(this).entries; + var boundFunction = bind(callback, arguments.length > 1 ? arguments[1] : undefined); + var index = 0; + var entry; + while (index < entries.length) { + entry = entries[index++]; + boundFunction(entry.value, entry.key, this); + } + }, + // `URLSearchParams.prototype.keys` method + keys: function keys() { + return new URLSearchParamsIterator(this, 'keys'); + }, + // `URLSearchParams.prototype.values` method + values: function values() { + return new URLSearchParamsIterator(this, 'values'); + }, + // `URLSearchParams.prototype.entries` method + entries: function entries() { + return new URLSearchParamsIterator(this, 'entries'); + } +}, { enumerable: true }); + +// `URLSearchParams.prototype[@@iterator]` method +defineBuiltIn(URLSearchParamsPrototype, ITERATOR, URLSearchParamsPrototype.entries, { name: 'entries' }); + +// `URLSearchParams.prototype.toString` method +// https://url.spec.whatwg.org/#urlsearchparams-stringification-behavior +defineBuiltIn(URLSearchParamsPrototype, 'toString', function toString() { + return getInternalParamsState(this).serialize(); +}, { enumerable: true }); + +// `URLSearchParams.prototype.size` getter +// https://github.com/whatwg/url/pull/734 +if (DESCRIPTORS) defineBuiltInAccessor(URLSearchParamsPrototype, 'size', { + get: function size() { + return getInternalParamsState(this).entries.length; + }, + configurable: true, + enumerable: true +}); + +setToStringTag(URLSearchParamsConstructor, URL_SEARCH_PARAMS); + +$({ global: true, constructor: true, forced: !USE_NATIVE_URL }, { + URLSearchParams: URLSearchParamsConstructor +}); + +// Wrap `fetch` and `Request` for correct work with polyfilled `URLSearchParams` +if (!USE_NATIVE_URL && isCallable(Headers)) { + var headersHas = uncurryThis(HeadersPrototype.has); + var headersSet = uncurryThis(HeadersPrototype.set); + + var wrapRequestOptions = function (init) { + if (isObject(init)) { + var body = init.body; + var headers; + if (classof(body) === URL_SEARCH_PARAMS) { + headers = init.headers ? new Headers(init.headers) : new Headers(); + if (!headersHas(headers, 'content-type')) { + headersSet(headers, 'content-type', 'application/x-www-form-urlencoded;charset=UTF-8'); + } + return create(init, { + body: createPropertyDescriptor(0, $toString(body)), + headers: createPropertyDescriptor(0, headers) + }); + } + } return init; + }; + + if (isCallable(nativeFetch)) { + $({ global: true, enumerable: true, dontCallGetSet: true, forced: true }, { + fetch: function fetch(input /* , init */) { + return nativeFetch(input, arguments.length > 1 ? wrapRequestOptions(arguments[1]) : {}); + } + }); + } + + if (isCallable(NativeRequest)) { + var RequestConstructor = function Request(input /* , init */) { + anInstance(this, RequestPrototype); + return new NativeRequest(input, arguments.length > 1 ? wrapRequestOptions(arguments[1]) : {}); + }; + + RequestPrototype.constructor = RequestConstructor; + RequestConstructor.prototype = RequestPrototype; + + $({ global: true, constructor: true, dontCallGetSet: true, forced: true }, { + Request: RequestConstructor + }); + } +} + +module.exports = { + URLSearchParams: URLSearchParamsConstructor, + getState: getInternalParamsState +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.delete.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.delete.js new file mode 100644 index 00000000..0d8023a1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.delete.js @@ -0,0 +1,49 @@ +'use strict'; +var defineBuiltIn = require('../internals/define-built-in'); +var uncurryThis = require('../internals/function-uncurry-this'); +var toString = require('../internals/to-string'); +var validateArgumentsLength = require('../internals/validate-arguments-length'); + +var $URLSearchParams = URLSearchParams; +var URLSearchParamsPrototype = $URLSearchParams.prototype; +var append = uncurryThis(URLSearchParamsPrototype.append); +var $delete = uncurryThis(URLSearchParamsPrototype['delete']); +var forEach = uncurryThis(URLSearchParamsPrototype.forEach); +var push = uncurryThis([].push); +var params = new $URLSearchParams('a=1&a=2&b=3'); + +params['delete']('a', 1); +// `undefined` case is a Chromium 117 bug +// https://bugs.chromium.org/p/v8/issues/detail?id=14222 +params['delete']('b', undefined); + +if (params + '' !== 'a=2') { + defineBuiltIn(URLSearchParamsPrototype, 'delete', function (name /* , value */) { + var length = arguments.length; + var $value = length < 2 ? undefined : arguments[1]; + if (length && $value === undefined) return $delete(this, name); + var entries = []; + forEach(this, function (v, k) { // also validates `this` + push(entries, { key: k, value: v }); + }); + validateArgumentsLength(length, 1); + var key = toString(name); + var value = toString($value); + var index = 0; + var dindex = 0; + var found = false; + var entriesLength = entries.length; + var entry; + while (index < entriesLength) { + entry = entries[index++]; + if (found || entry.key === key) { + found = true; + $delete(this, entry.key); + } else dindex++; + } + while (dindex < entriesLength) { + entry = entries[dindex++]; + if (!(entry.key === key && entry.value === value)) append(this, entry.key, entry.value); + } + }, { enumerable: true, unsafe: true }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.has.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.has.js new file mode 100644 index 00000000..46f6a2d5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.has.js @@ -0,0 +1,28 @@ +'use strict'; +var defineBuiltIn = require('../internals/define-built-in'); +var uncurryThis = require('../internals/function-uncurry-this'); +var toString = require('../internals/to-string'); +var validateArgumentsLength = require('../internals/validate-arguments-length'); + +var $URLSearchParams = URLSearchParams; +var URLSearchParamsPrototype = $URLSearchParams.prototype; +var getAll = uncurryThis(URLSearchParamsPrototype.getAll); +var $has = uncurryThis(URLSearchParamsPrototype.has); +var params = new $URLSearchParams('a=1'); + +// `undefined` case is a Chromium 117 bug +// https://bugs.chromium.org/p/v8/issues/detail?id=14222 +if (params.has('a', 2) || !params.has('a', undefined)) { + defineBuiltIn(URLSearchParamsPrototype, 'has', function has(name /* , value */) { + var length = arguments.length; + var $value = length < 2 ? undefined : arguments[1]; + if (length && $value === undefined) return $has(this, name); + var values = getAll(this, name); // also validates `this` + validateArgumentsLength(length, 1); + var value = toString($value); + var index = 0; + while (index < values.length) { + if (values[index++] === value) return true; + } return false; + }, { enumerable: true, unsafe: true }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.js new file mode 100644 index 00000000..5ebea93f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove this module from `core-js@4` since it's replaced to module below +require('../modules/web.url-search-params.constructor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.size.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.size.js new file mode 100644 index 00000000..65ab25de --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url-search-params.size.js @@ -0,0 +1,21 @@ +'use strict'; +var DESCRIPTORS = require('../internals/descriptors'); +var uncurryThis = require('../internals/function-uncurry-this'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); + +var URLSearchParamsPrototype = URLSearchParams.prototype; +var forEach = uncurryThis(URLSearchParamsPrototype.forEach); + +// `URLSearchParams.prototype.size` getter +// https://github.com/whatwg/url/pull/734 +if (DESCRIPTORS && !('size' in URLSearchParamsPrototype)) { + defineBuiltInAccessor(URLSearchParamsPrototype, 'size', { + get: function size() { + var count = 0; + forEach(this, function () { count++; }); + return count; + }, + configurable: true, + enumerable: true + }); +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.can-parse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.can-parse.js new file mode 100644 index 00000000..bf7a96f5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.can-parse.js @@ -0,0 +1,36 @@ +'use strict'; +var $ = require('../internals/export'); +var getBuiltIn = require('../internals/get-built-in'); +var fails = require('../internals/fails'); +var validateArgumentsLength = require('../internals/validate-arguments-length'); +var toString = require('../internals/to-string'); +var USE_NATIVE_URL = require('../internals/url-constructor-detection'); + +var URL = getBuiltIn('URL'); + +// https://github.com/nodejs/node/issues/47505 +// https://github.com/denoland/deno/issues/18893 +var THROWS_WITHOUT_ARGUMENTS = USE_NATIVE_URL && fails(function () { + URL.canParse(); +}); + +// Bun ~ 1.0.30 bug +// https://github.com/oven-sh/bun/issues/9250 +var WRONG_ARITY = fails(function () { + return URL.canParse.length !== 1; +}); + +// `URL.canParse` method +// https://url.spec.whatwg.org/#dom-url-canparse +$({ target: 'URL', stat: true, forced: !THROWS_WITHOUT_ARGUMENTS || WRONG_ARITY }, { + canParse: function canParse(url) { + var length = validateArgumentsLength(arguments.length, 1); + var urlString = toString(url); + var base = length < 2 || arguments[1] === undefined ? undefined : toString(arguments[1]); + try { + return !!new URL(urlString, base); + } catch (error) { + return false; + } + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.constructor.js new file mode 100644 index 00000000..2a31ff0a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.constructor.js @@ -0,0 +1,1050 @@ +'use strict'; +// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env` +require('../modules/es.string.iterator'); +var $ = require('../internals/export'); +var DESCRIPTORS = require('../internals/descriptors'); +var USE_NATIVE_URL = require('../internals/url-constructor-detection'); +var globalThis = require('../internals/global-this'); +var bind = require('../internals/function-bind-context'); +var uncurryThis = require('../internals/function-uncurry-this'); +var defineBuiltIn = require('../internals/define-built-in'); +var defineBuiltInAccessor = require('../internals/define-built-in-accessor'); +var anInstance = require('../internals/an-instance'); +var hasOwn = require('../internals/has-own-property'); +var assign = require('../internals/object-assign'); +var arrayFrom = require('../internals/array-from'); +var arraySlice = require('../internals/array-slice'); +var codeAt = require('../internals/string-multibyte').codeAt; +var toASCII = require('../internals/string-punycode-to-ascii'); +var $toString = require('../internals/to-string'); +var setToStringTag = require('../internals/set-to-string-tag'); +var validateArgumentsLength = require('../internals/validate-arguments-length'); +var URLSearchParamsModule = require('../modules/web.url-search-params.constructor'); +var InternalStateModule = require('../internals/internal-state'); + +var setInternalState = InternalStateModule.set; +var getInternalURLState = InternalStateModule.getterFor('URL'); +var URLSearchParams = URLSearchParamsModule.URLSearchParams; +var getInternalSearchParamsState = URLSearchParamsModule.getState; + +var NativeURL = globalThis.URL; +var TypeError = globalThis.TypeError; +var parseInt = globalThis.parseInt; +var floor = Math.floor; +var pow = Math.pow; +var charAt = uncurryThis(''.charAt); +var exec = uncurryThis(/./.exec); +var join = uncurryThis([].join); +var numberToString = uncurryThis(1.0.toString); +var pop = uncurryThis([].pop); +var push = uncurryThis([].push); +var replace = uncurryThis(''.replace); +var shift = uncurryThis([].shift); +var split = uncurryThis(''.split); +var stringSlice = uncurryThis(''.slice); +var toLowerCase = uncurryThis(''.toLowerCase); +var unshift = uncurryThis([].unshift); + +var INVALID_AUTHORITY = 'Invalid authority'; +var INVALID_SCHEME = 'Invalid scheme'; +var INVALID_HOST = 'Invalid host'; +var INVALID_PORT = 'Invalid port'; + +var ALPHA = /[a-z]/i; +// eslint-disable-next-line regexp/no-obscure-range -- safe +var ALPHANUMERIC = /[\d+-.a-z]/i; +var DIGIT = /\d/; +var HEX_START = /^0x/i; +var OCT = /^[0-7]+$/; +var DEC = /^\d+$/; +var HEX = /^[\da-f]+$/i; +/* eslint-disable regexp/no-control-character -- safe */ +var FORBIDDEN_HOST_CODE_POINT = /[\0\t\n\r #%/:<>?@[\\\]^|]/; +var FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT = /[\0\t\n\r #/:<>?@[\\\]^|]/; +var LEADING_C0_CONTROL_OR_SPACE = /^[\u0000-\u0020]+/; +var TRAILING_C0_CONTROL_OR_SPACE = /(^|[^\u0000-\u0020])[\u0000-\u0020]+$/; +var TAB_AND_NEW_LINE = /[\t\n\r]/g; +/* eslint-enable regexp/no-control-character -- safe */ +var EOF; + +// https://url.spec.whatwg.org/#ipv4-number-parser +var parseIPv4 = function (input) { + var parts = split(input, '.'); + var partsLength, numbers, index, part, radix, number, ipv4; + if (parts.length && parts[parts.length - 1] === '') { + parts.length--; + } + partsLength = parts.length; + if (partsLength > 4) return input; + numbers = []; + for (index = 0; index < partsLength; index++) { + part = parts[index]; + if (part === '') return input; + radix = 10; + if (part.length > 1 && charAt(part, 0) === '0') { + radix = exec(HEX_START, part) ? 16 : 8; + part = stringSlice(part, radix === 8 ? 1 : 2); + } + if (part === '') { + number = 0; + } else { + if (!exec(radix === 10 ? DEC : radix === 8 ? OCT : HEX, part)) return input; + number = parseInt(part, radix); + } + push(numbers, number); + } + for (index = 0; index < partsLength; index++) { + number = numbers[index]; + if (index === partsLength - 1) { + if (number >= pow(256, 5 - partsLength)) return null; + } else if (number > 255) return null; + } + ipv4 = pop(numbers); + for (index = 0; index < numbers.length; index++) { + ipv4 += numbers[index] * pow(256, 3 - index); + } + return ipv4; +}; + +// https://url.spec.whatwg.org/#concept-ipv6-parser +// eslint-disable-next-line max-statements -- TODO +var parseIPv6 = function (input) { + var address = [0, 0, 0, 0, 0, 0, 0, 0]; + var pieceIndex = 0; + var compress = null; + var pointer = 0; + var value, length, numbersSeen, ipv4Piece, number, swaps, swap; + + var chr = function () { + return charAt(input, pointer); + }; + + if (chr() === ':') { + if (charAt(input, 1) !== ':') return; + pointer += 2; + pieceIndex++; + compress = pieceIndex; + } + while (chr()) { + if (pieceIndex === 8) return; + if (chr() === ':') { + if (compress !== null) return; + pointer++; + pieceIndex++; + compress = pieceIndex; + continue; + } + value = length = 0; + while (length < 4 && exec(HEX, chr())) { + value = value * 16 + parseInt(chr(), 16); + pointer++; + length++; + } + if (chr() === '.') { + if (length === 0) return; + pointer -= length; + if (pieceIndex > 6) return; + numbersSeen = 0; + while (chr()) { + ipv4Piece = null; + if (numbersSeen > 0) { + if (chr() === '.' && numbersSeen < 4) pointer++; + else return; + } + if (!exec(DIGIT, chr())) return; + while (exec(DIGIT, chr())) { + number = parseInt(chr(), 10); + if (ipv4Piece === null) ipv4Piece = number; + else if (ipv4Piece === 0) return; + else ipv4Piece = ipv4Piece * 10 + number; + if (ipv4Piece > 255) return; + pointer++; + } + address[pieceIndex] = address[pieceIndex] * 256 + ipv4Piece; + numbersSeen++; + if (numbersSeen === 2 || numbersSeen === 4) pieceIndex++; + } + if (numbersSeen !== 4) return; + break; + } else if (chr() === ':') { + pointer++; + if (!chr()) return; + } else if (chr()) return; + address[pieceIndex++] = value; + } + if (compress !== null) { + swaps = pieceIndex - compress; + pieceIndex = 7; + while (pieceIndex !== 0 && swaps > 0) { + swap = address[pieceIndex]; + address[pieceIndex--] = address[compress + swaps - 1]; + address[compress + --swaps] = swap; + } + } else if (pieceIndex !== 8) return; + return address; +}; + +var findLongestZeroSequence = function (ipv6) { + var maxIndex = null; + var maxLength = 1; + var currStart = null; + var currLength = 0; + var index = 0; + for (; index < 8; index++) { + if (ipv6[index] !== 0) { + if (currLength > maxLength) { + maxIndex = currStart; + maxLength = currLength; + } + currStart = null; + currLength = 0; + } else { + if (currStart === null) currStart = index; + ++currLength; + } + } + return currLength > maxLength ? currStart : maxIndex; +}; + +// https://url.spec.whatwg.org/#host-serializing +var serializeHost = function (host) { + var result, index, compress, ignore0; + + // ipv4 + if (typeof host == 'number') { + result = []; + for (index = 0; index < 4; index++) { + unshift(result, host % 256); + host = floor(host / 256); + } + return join(result, '.'); + } + + // ipv6 + if (typeof host == 'object') { + result = ''; + compress = findLongestZeroSequence(host); + for (index = 0; index < 8; index++) { + if (ignore0 && host[index] === 0) continue; + if (ignore0) ignore0 = false; + if (compress === index) { + result += index ? ':' : '::'; + ignore0 = true; + } else { + result += numberToString(host[index], 16); + if (index < 7) result += ':'; + } + } + return '[' + result + ']'; + } + + return host; +}; + +var C0ControlPercentEncodeSet = {}; +var fragmentPercentEncodeSet = assign({}, C0ControlPercentEncodeSet, { + ' ': 1, '"': 1, '<': 1, '>': 1, '`': 1 +}); +var pathPercentEncodeSet = assign({}, fragmentPercentEncodeSet, { + '#': 1, '?': 1, '{': 1, '}': 1 +}); +var userinfoPercentEncodeSet = assign({}, pathPercentEncodeSet, { + '/': 1, ':': 1, ';': 1, '=': 1, '@': 1, '[': 1, '\\': 1, ']': 1, '^': 1, '|': 1 +}); + +var percentEncode = function (chr, set) { + var code = codeAt(chr, 0); + return code > 0x20 && code < 0x7F && !hasOwn(set, chr) ? chr : encodeURIComponent(chr); +}; + +// https://url.spec.whatwg.org/#special-scheme +var specialSchemes = { + ftp: 21, + file: null, + http: 80, + https: 443, + ws: 80, + wss: 443 +}; + +// https://url.spec.whatwg.org/#windows-drive-letter +var isWindowsDriveLetter = function (string, normalized) { + var second; + return string.length === 2 && exec(ALPHA, charAt(string, 0)) + && ((second = charAt(string, 1)) === ':' || (!normalized && second === '|')); +}; + +// https://url.spec.whatwg.org/#start-with-a-windows-drive-letter +var startsWithWindowsDriveLetter = function (string) { + var third; + return string.length > 1 && isWindowsDriveLetter(stringSlice(string, 0, 2)) && ( + string.length === 2 || + ((third = charAt(string, 2)) === '/' || third === '\\' || third === '?' || third === '#') + ); +}; + +// https://url.spec.whatwg.org/#single-dot-path-segment +var isSingleDot = function (segment) { + return segment === '.' || toLowerCase(segment) === '%2e'; +}; + +// https://url.spec.whatwg.org/#double-dot-path-segment +var isDoubleDot = function (segment) { + segment = toLowerCase(segment); + return segment === '..' || segment === '%2e.' || segment === '.%2e' || segment === '%2e%2e'; +}; + +// States: +var SCHEME_START = {}; +var SCHEME = {}; +var NO_SCHEME = {}; +var SPECIAL_RELATIVE_OR_AUTHORITY = {}; +var PATH_OR_AUTHORITY = {}; +var RELATIVE = {}; +var RELATIVE_SLASH = {}; +var SPECIAL_AUTHORITY_SLASHES = {}; +var SPECIAL_AUTHORITY_IGNORE_SLASHES = {}; +var AUTHORITY = {}; +var HOST = {}; +var HOSTNAME = {}; +var PORT = {}; +var FILE = {}; +var FILE_SLASH = {}; +var FILE_HOST = {}; +var PATH_START = {}; +var PATH = {}; +var CANNOT_BE_A_BASE_URL_PATH = {}; +var QUERY = {}; +var FRAGMENT = {}; + +var URLState = function (url, isBase, base) { + var urlString = $toString(url); + var baseState, failure, searchParams; + if (isBase) { + failure = this.parse(urlString); + if (failure) throw new TypeError(failure); + this.searchParams = null; + } else { + if (base !== undefined) baseState = new URLState(base, true); + failure = this.parse(urlString, null, baseState); + if (failure) throw new TypeError(failure); + searchParams = getInternalSearchParamsState(new URLSearchParams()); + searchParams.bindURL(this); + this.searchParams = searchParams; + } +}; + +URLState.prototype = { + type: 'URL', + // https://url.spec.whatwg.org/#url-parsing + // eslint-disable-next-line max-statements -- TODO + parse: function (input, stateOverride, base) { + var url = this; + var state = stateOverride || SCHEME_START; + var pointer = 0; + var buffer = ''; + var seenAt = false; + var seenBracket = false; + var seenPasswordToken = false; + var codePoints, chr, bufferCodePoints, failure; + + input = $toString(input); + + if (!stateOverride) { + url.scheme = ''; + url.username = ''; + url.password = ''; + url.host = null; + url.port = null; + url.path = []; + url.query = null; + url.fragment = null; + url.cannotBeABaseURL = false; + input = replace(input, LEADING_C0_CONTROL_OR_SPACE, ''); + input = replace(input, TRAILING_C0_CONTROL_OR_SPACE, '$1'); + } + + input = replace(input, TAB_AND_NEW_LINE, ''); + + codePoints = arrayFrom(input); + + while (pointer <= codePoints.length) { + chr = codePoints[pointer]; + switch (state) { + case SCHEME_START: + if (chr && exec(ALPHA, chr)) { + buffer += toLowerCase(chr); + state = SCHEME; + } else if (!stateOverride) { + state = NO_SCHEME; + continue; + } else return INVALID_SCHEME; + break; + + case SCHEME: + if (chr && (exec(ALPHANUMERIC, chr) || chr === '+' || chr === '-' || chr === '.')) { + buffer += toLowerCase(chr); + } else if (chr === ':') { + if (stateOverride && ( + (url.isSpecial() !== hasOwn(specialSchemes, buffer)) || + (buffer === 'file' && (url.includesCredentials() || url.port !== null)) || + (url.scheme === 'file' && !url.host) + )) return; + url.scheme = buffer; + if (stateOverride) { + if (url.isSpecial() && specialSchemes[url.scheme] === url.port) url.port = null; + return; + } + buffer = ''; + if (url.scheme === 'file') { + state = FILE; + } else if (url.isSpecial() && base && base.scheme === url.scheme) { + state = SPECIAL_RELATIVE_OR_AUTHORITY; + } else if (url.isSpecial()) { + state = SPECIAL_AUTHORITY_SLASHES; + } else if (codePoints[pointer + 1] === '/') { + state = PATH_OR_AUTHORITY; + pointer++; + } else { + url.cannotBeABaseURL = true; + push(url.path, ''); + state = CANNOT_BE_A_BASE_URL_PATH; + } + } else if (!stateOverride) { + buffer = ''; + state = NO_SCHEME; + pointer = 0; + continue; + } else return INVALID_SCHEME; + break; + + case NO_SCHEME: + if (!base || (base.cannotBeABaseURL && chr !== '#')) return INVALID_SCHEME; + if (base.cannotBeABaseURL && chr === '#') { + url.scheme = base.scheme; + url.path = arraySlice(base.path); + url.query = base.query; + url.fragment = ''; + url.cannotBeABaseURL = true; + state = FRAGMENT; + break; + } + state = base.scheme === 'file' ? FILE : RELATIVE; + continue; + + case SPECIAL_RELATIVE_OR_AUTHORITY: + if (chr === '/' && codePoints[pointer + 1] === '/') { + state = SPECIAL_AUTHORITY_IGNORE_SLASHES; + pointer++; + } else { + state = RELATIVE; + continue; + } break; + + case PATH_OR_AUTHORITY: + if (chr === '/') { + state = AUTHORITY; + break; + } else { + state = PATH; + continue; + } + + case RELATIVE: + url.scheme = base.scheme; + if (chr === EOF) { + url.username = base.username; + url.password = base.password; + url.host = base.host; + url.port = base.port; + url.path = arraySlice(base.path); + url.query = base.query; + } else if (chr === '/' || (chr === '\\' && url.isSpecial())) { + state = RELATIVE_SLASH; + } else if (chr === '?') { + url.username = base.username; + url.password = base.password; + url.host = base.host; + url.port = base.port; + url.path = arraySlice(base.path); + url.query = ''; + state = QUERY; + } else if (chr === '#') { + url.username = base.username; + url.password = base.password; + url.host = base.host; + url.port = base.port; + url.path = arraySlice(base.path); + url.query = base.query; + url.fragment = ''; + state = FRAGMENT; + } else { + url.username = base.username; + url.password = base.password; + url.host = base.host; + url.port = base.port; + url.path = arraySlice(base.path); + url.path.length--; + state = PATH; + continue; + } break; + + case RELATIVE_SLASH: + if (url.isSpecial() && (chr === '/' || chr === '\\')) { + state = SPECIAL_AUTHORITY_IGNORE_SLASHES; + } else if (chr === '/') { + state = AUTHORITY; + } else { + url.username = base.username; + url.password = base.password; + url.host = base.host; + url.port = base.port; + state = PATH; + continue; + } break; + + case SPECIAL_AUTHORITY_SLASHES: + state = SPECIAL_AUTHORITY_IGNORE_SLASHES; + if (chr !== '/' || charAt(buffer, pointer + 1) !== '/') continue; + pointer++; + break; + + case SPECIAL_AUTHORITY_IGNORE_SLASHES: + if (chr !== '/' && chr !== '\\') { + state = AUTHORITY; + continue; + } break; + + case AUTHORITY: + if (chr === '@') { + if (seenAt) buffer = '%40' + buffer; + seenAt = true; + bufferCodePoints = arrayFrom(buffer); + for (var i = 0; i < bufferCodePoints.length; i++) { + var codePoint = bufferCodePoints[i]; + if (codePoint === ':' && !seenPasswordToken) { + seenPasswordToken = true; + continue; + } + var encodedCodePoints = percentEncode(codePoint, userinfoPercentEncodeSet); + if (seenPasswordToken) url.password += encodedCodePoints; + else url.username += encodedCodePoints; + } + buffer = ''; + } else if ( + chr === EOF || chr === '/' || chr === '?' || chr === '#' || + (chr === '\\' && url.isSpecial()) + ) { + if (seenAt && buffer === '') return INVALID_AUTHORITY; + pointer -= arrayFrom(buffer).length + 1; + buffer = ''; + state = HOST; + } else buffer += chr; + break; + + case HOST: + case HOSTNAME: + if (stateOverride && url.scheme === 'file') { + state = FILE_HOST; + continue; + } else if (chr === ':' && !seenBracket) { + if (buffer === '') return INVALID_HOST; + failure = url.parseHost(buffer); + if (failure) return failure; + buffer = ''; + state = PORT; + if (stateOverride === HOSTNAME) return; + } else if ( + chr === EOF || chr === '/' || chr === '?' || chr === '#' || + (chr === '\\' && url.isSpecial()) + ) { + if (url.isSpecial() && buffer === '') return INVALID_HOST; + if (stateOverride && buffer === '' && (url.includesCredentials() || url.port !== null)) return; + failure = url.parseHost(buffer); + if (failure) return failure; + buffer = ''; + state = PATH_START; + if (stateOverride) return; + continue; + } else { + if (chr === '[') seenBracket = true; + else if (chr === ']') seenBracket = false; + buffer += chr; + } break; + + case PORT: + if (exec(DIGIT, chr)) { + buffer += chr; + } else if ( + chr === EOF || chr === '/' || chr === '?' || chr === '#' || + (chr === '\\' && url.isSpecial()) || + stateOverride + ) { + if (buffer !== '') { + var port = parseInt(buffer, 10); + if (port > 0xFFFF) return INVALID_PORT; + url.port = (url.isSpecial() && port === specialSchemes[url.scheme]) ? null : port; + buffer = ''; + } + if (stateOverride) return; + state = PATH_START; + continue; + } else return INVALID_PORT; + break; + + case FILE: + url.scheme = 'file'; + if (chr === '/' || chr === '\\') state = FILE_SLASH; + else if (base && base.scheme === 'file') { + switch (chr) { + case EOF: + url.host = base.host; + url.path = arraySlice(base.path); + url.query = base.query; + break; + case '?': + url.host = base.host; + url.path = arraySlice(base.path); + url.query = ''; + state = QUERY; + break; + case '#': + url.host = base.host; + url.path = arraySlice(base.path); + url.query = base.query; + url.fragment = ''; + state = FRAGMENT; + break; + default: + if (!startsWithWindowsDriveLetter(join(arraySlice(codePoints, pointer), ''))) { + url.host = base.host; + url.path = arraySlice(base.path); + url.shortenPath(); + } + state = PATH; + continue; + } + } else { + state = PATH; + continue; + } break; + + case FILE_SLASH: + if (chr === '/' || chr === '\\') { + state = FILE_HOST; + break; + } + if (base && base.scheme === 'file' && !startsWithWindowsDriveLetter(join(arraySlice(codePoints, pointer), ''))) { + if (isWindowsDriveLetter(base.path[0], true)) push(url.path, base.path[0]); + else url.host = base.host; + } + state = PATH; + continue; + + case FILE_HOST: + if (chr === EOF || chr === '/' || chr === '\\' || chr === '?' || chr === '#') { + if (!stateOverride && isWindowsDriveLetter(buffer)) { + state = PATH; + } else if (buffer === '') { + url.host = ''; + if (stateOverride) return; + state = PATH_START; + } else { + failure = url.parseHost(buffer); + if (failure) return failure; + if (url.host === 'localhost') url.host = ''; + if (stateOverride) return; + buffer = ''; + state = PATH_START; + } continue; + } else buffer += chr; + break; + + case PATH_START: + if (url.isSpecial()) { + state = PATH; + if (chr !== '/' && chr !== '\\') continue; + } else if (!stateOverride && chr === '?') { + url.query = ''; + state = QUERY; + } else if (!stateOverride && chr === '#') { + url.fragment = ''; + state = FRAGMENT; + } else if (chr !== EOF) { + state = PATH; + if (chr !== '/') continue; + } break; + + case PATH: + if ( + chr === EOF || chr === '/' || + (chr === '\\' && url.isSpecial()) || + (!stateOverride && (chr === '?' || chr === '#')) + ) { + if (isDoubleDot(buffer)) { + url.shortenPath(); + if (chr !== '/' && !(chr === '\\' && url.isSpecial())) { + push(url.path, ''); + } + } else if (isSingleDot(buffer)) { + if (chr !== '/' && !(chr === '\\' && url.isSpecial())) { + push(url.path, ''); + } + } else { + if (url.scheme === 'file' && !url.path.length && isWindowsDriveLetter(buffer)) { + if (url.host) url.host = ''; + buffer = charAt(buffer, 0) + ':'; // normalize windows drive letter + } + push(url.path, buffer); + } + buffer = ''; + if (url.scheme === 'file' && (chr === EOF || chr === '?' || chr === '#')) { + while (url.path.length > 1 && url.path[0] === '') { + shift(url.path); + } + } + if (chr === '?') { + url.query = ''; + state = QUERY; + } else if (chr === '#') { + url.fragment = ''; + state = FRAGMENT; + } + } else { + buffer += percentEncode(chr, pathPercentEncodeSet); + } break; + + case CANNOT_BE_A_BASE_URL_PATH: + if (chr === '?') { + url.query = ''; + state = QUERY; + } else if (chr === '#') { + url.fragment = ''; + state = FRAGMENT; + } else if (chr !== EOF) { + url.path[0] += percentEncode(chr, C0ControlPercentEncodeSet); + } break; + + case QUERY: + if (!stateOverride && chr === '#') { + url.fragment = ''; + state = FRAGMENT; + } else if (chr !== EOF) { + if (chr === "'" && url.isSpecial()) url.query += '%27'; + else if (chr === '#') url.query += '%23'; + else url.query += percentEncode(chr, C0ControlPercentEncodeSet); + } break; + + case FRAGMENT: + if (chr !== EOF) url.fragment += percentEncode(chr, fragmentPercentEncodeSet); + break; + } + + pointer++; + } + }, + // https://url.spec.whatwg.org/#host-parsing + parseHost: function (input) { + var result, codePoints, index; + if (charAt(input, 0) === '[') { + if (charAt(input, input.length - 1) !== ']') return INVALID_HOST; + result = parseIPv6(stringSlice(input, 1, -1)); + if (!result) return INVALID_HOST; + this.host = result; + // opaque host + } else if (!this.isSpecial()) { + if (exec(FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT, input)) return INVALID_HOST; + result = ''; + codePoints = arrayFrom(input); + for (index = 0; index < codePoints.length; index++) { + result += percentEncode(codePoints[index], C0ControlPercentEncodeSet); + } + this.host = result; + } else { + input = toASCII(input); + if (exec(FORBIDDEN_HOST_CODE_POINT, input)) return INVALID_HOST; + result = parseIPv4(input); + if (result === null) return INVALID_HOST; + this.host = result; + } + }, + // https://url.spec.whatwg.org/#cannot-have-a-username-password-port + cannotHaveUsernamePasswordPort: function () { + return !this.host || this.cannotBeABaseURL || this.scheme === 'file'; + }, + // https://url.spec.whatwg.org/#include-credentials + includesCredentials: function () { + return this.username !== '' || this.password !== ''; + }, + // https://url.spec.whatwg.org/#is-special + isSpecial: function () { + return hasOwn(specialSchemes, this.scheme); + }, + // https://url.spec.whatwg.org/#shorten-a-urls-path + shortenPath: function () { + var path = this.path; + var pathSize = path.length; + if (pathSize && (this.scheme !== 'file' || pathSize !== 1 || !isWindowsDriveLetter(path[0], true))) { + path.length--; + } + }, + // https://url.spec.whatwg.org/#concept-url-serializer + serialize: function () { + var url = this; + var scheme = url.scheme; + var username = url.username; + var password = url.password; + var host = url.host; + var port = url.port; + var path = url.path; + var query = url.query; + var fragment = url.fragment; + var output = scheme + ':'; + if (host !== null) { + output += '//'; + if (url.includesCredentials()) { + output += username + (password ? ':' + password : '') + '@'; + } + output += serializeHost(host); + if (port !== null) output += ':' + port; + } else if (scheme === 'file') output += '//'; + output += url.cannotBeABaseURL ? path[0] : path.length ? '/' + join(path, '/') : ''; + if (query !== null) output += '?' + query; + if (fragment !== null) output += '#' + fragment; + return output; + }, + // https://url.spec.whatwg.org/#dom-url-href + setHref: function (href) { + var failure = this.parse(href); + if (failure) throw new TypeError(failure); + this.searchParams.update(); + }, + // https://url.spec.whatwg.org/#dom-url-origin + getOrigin: function () { + var scheme = this.scheme; + var port = this.port; + if (scheme === 'blob') try { + return new URLConstructor(scheme.path[0]).origin; + } catch (error) { + return 'null'; + } + if (scheme === 'file' || !this.isSpecial()) return 'null'; + return scheme + '://' + serializeHost(this.host) + (port !== null ? ':' + port : ''); + }, + // https://url.spec.whatwg.org/#dom-url-protocol + getProtocol: function () { + return this.scheme + ':'; + }, + setProtocol: function (protocol) { + this.parse($toString(protocol) + ':', SCHEME_START); + }, + // https://url.spec.whatwg.org/#dom-url-username + getUsername: function () { + return this.username; + }, + setUsername: function (username) { + var codePoints = arrayFrom($toString(username)); + if (this.cannotHaveUsernamePasswordPort()) return; + this.username = ''; + for (var i = 0; i < codePoints.length; i++) { + this.username += percentEncode(codePoints[i], userinfoPercentEncodeSet); + } + }, + // https://url.spec.whatwg.org/#dom-url-password + getPassword: function () { + return this.password; + }, + setPassword: function (password) { + var codePoints = arrayFrom($toString(password)); + if (this.cannotHaveUsernamePasswordPort()) return; + this.password = ''; + for (var i = 0; i < codePoints.length; i++) { + this.password += percentEncode(codePoints[i], userinfoPercentEncodeSet); + } + }, + // https://url.spec.whatwg.org/#dom-url-host + getHost: function () { + var host = this.host; + var port = this.port; + return host === null ? '' + : port === null ? serializeHost(host) + : serializeHost(host) + ':' + port; + }, + setHost: function (host) { + if (this.cannotBeABaseURL) return; + this.parse(host, HOST); + }, + // https://url.spec.whatwg.org/#dom-url-hostname + getHostname: function () { + var host = this.host; + return host === null ? '' : serializeHost(host); + }, + setHostname: function (hostname) { + if (this.cannotBeABaseURL) return; + this.parse(hostname, HOSTNAME); + }, + // https://url.spec.whatwg.org/#dom-url-port + getPort: function () { + var port = this.port; + return port === null ? '' : $toString(port); + }, + setPort: function (port) { + if (this.cannotHaveUsernamePasswordPort()) return; + port = $toString(port); + if (port === '') this.port = null; + else this.parse(port, PORT); + }, + // https://url.spec.whatwg.org/#dom-url-pathname + getPathname: function () { + var path = this.path; + return this.cannotBeABaseURL ? path[0] : path.length ? '/' + join(path, '/') : ''; + }, + setPathname: function (pathname) { + if (this.cannotBeABaseURL) return; + this.path = []; + this.parse(pathname, PATH_START); + }, + // https://url.spec.whatwg.org/#dom-url-search + getSearch: function () { + var query = this.query; + return query ? '?' + query : ''; + }, + setSearch: function (search) { + search = $toString(search); + if (search === '') { + this.query = null; + } else { + if (charAt(search, 0) === '?') search = stringSlice(search, 1); + this.query = ''; + this.parse(search, QUERY); + } + this.searchParams.update(); + }, + // https://url.spec.whatwg.org/#dom-url-searchparams + getSearchParams: function () { + return this.searchParams.facade; + }, + // https://url.spec.whatwg.org/#dom-url-hash + getHash: function () { + var fragment = this.fragment; + return fragment ? '#' + fragment : ''; + }, + setHash: function (hash) { + hash = $toString(hash); + if (hash === '') { + this.fragment = null; + return; + } + if (charAt(hash, 0) === '#') hash = stringSlice(hash, 1); + this.fragment = ''; + this.parse(hash, FRAGMENT); + }, + update: function () { + this.query = this.searchParams.serialize() || null; + } +}; + +// `URL` constructor +// https://url.spec.whatwg.org/#url-class +var URLConstructor = function URL(url /* , base */) { + var that = anInstance(this, URLPrototype); + var base = validateArgumentsLength(arguments.length, 1) > 1 ? arguments[1] : undefined; + var state = setInternalState(that, new URLState(url, false, base)); + if (!DESCRIPTORS) { + that.href = state.serialize(); + that.origin = state.getOrigin(); + that.protocol = state.getProtocol(); + that.username = state.getUsername(); + that.password = state.getPassword(); + that.host = state.getHost(); + that.hostname = state.getHostname(); + that.port = state.getPort(); + that.pathname = state.getPathname(); + that.search = state.getSearch(); + that.searchParams = state.getSearchParams(); + that.hash = state.getHash(); + } +}; + +var URLPrototype = URLConstructor.prototype; + +var accessorDescriptor = function (getter, setter) { + return { + get: function () { + return getInternalURLState(this)[getter](); + }, + set: setter && function (value) { + return getInternalURLState(this)[setter](value); + }, + configurable: true, + enumerable: true + }; +}; + +if (DESCRIPTORS) { + // `URL.prototype.href` accessors pair + // https://url.spec.whatwg.org/#dom-url-href + defineBuiltInAccessor(URLPrototype, 'href', accessorDescriptor('serialize', 'setHref')); + // `URL.prototype.origin` getter + // https://url.spec.whatwg.org/#dom-url-origin + defineBuiltInAccessor(URLPrototype, 'origin', accessorDescriptor('getOrigin')); + // `URL.prototype.protocol` accessors pair + // https://url.spec.whatwg.org/#dom-url-protocol + defineBuiltInAccessor(URLPrototype, 'protocol', accessorDescriptor('getProtocol', 'setProtocol')); + // `URL.prototype.username` accessors pair + // https://url.spec.whatwg.org/#dom-url-username + defineBuiltInAccessor(URLPrototype, 'username', accessorDescriptor('getUsername', 'setUsername')); + // `URL.prototype.password` accessors pair + // https://url.spec.whatwg.org/#dom-url-password + defineBuiltInAccessor(URLPrototype, 'password', accessorDescriptor('getPassword', 'setPassword')); + // `URL.prototype.host` accessors pair + // https://url.spec.whatwg.org/#dom-url-host + defineBuiltInAccessor(URLPrototype, 'host', accessorDescriptor('getHost', 'setHost')); + // `URL.prototype.hostname` accessors pair + // https://url.spec.whatwg.org/#dom-url-hostname + defineBuiltInAccessor(URLPrototype, 'hostname', accessorDescriptor('getHostname', 'setHostname')); + // `URL.prototype.port` accessors pair + // https://url.spec.whatwg.org/#dom-url-port + defineBuiltInAccessor(URLPrototype, 'port', accessorDescriptor('getPort', 'setPort')); + // `URL.prototype.pathname` accessors pair + // https://url.spec.whatwg.org/#dom-url-pathname + defineBuiltInAccessor(URLPrototype, 'pathname', accessorDescriptor('getPathname', 'setPathname')); + // `URL.prototype.search` accessors pair + // https://url.spec.whatwg.org/#dom-url-search + defineBuiltInAccessor(URLPrototype, 'search', accessorDescriptor('getSearch', 'setSearch')); + // `URL.prototype.searchParams` getter + // https://url.spec.whatwg.org/#dom-url-searchparams + defineBuiltInAccessor(URLPrototype, 'searchParams', accessorDescriptor('getSearchParams')); + // `URL.prototype.hash` accessors pair + // https://url.spec.whatwg.org/#dom-url-hash + defineBuiltInAccessor(URLPrototype, 'hash', accessorDescriptor('getHash', 'setHash')); +} + +// `URL.prototype.toJSON` method +// https://url.spec.whatwg.org/#dom-url-tojson +defineBuiltIn(URLPrototype, 'toJSON', function toJSON() { + return getInternalURLState(this).serialize(); +}, { enumerable: true }); + +// `URL.prototype.toString` method +// https://url.spec.whatwg.org/#URL-stringification-behavior +defineBuiltIn(URLPrototype, 'toString', function toString() { + return getInternalURLState(this).serialize(); +}, { enumerable: true }); + +if (NativeURL) { + var nativeCreateObjectURL = NativeURL.createObjectURL; + var nativeRevokeObjectURL = NativeURL.revokeObjectURL; + // `URL.createObjectURL` method + // https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL + if (nativeCreateObjectURL) defineBuiltIn(URLConstructor, 'createObjectURL', bind(nativeCreateObjectURL, NativeURL)); + // `URL.revokeObjectURL` method + // https://developer.mozilla.org/en-US/docs/Web/API/URL/revokeObjectURL + if (nativeRevokeObjectURL) defineBuiltIn(URLConstructor, 'revokeObjectURL', bind(nativeRevokeObjectURL, NativeURL)); +} + +setToStringTag(URLConstructor, 'URL'); + +$({ global: true, constructor: true, forced: !USE_NATIVE_URL, sham: !DESCRIPTORS }, { + URL: URLConstructor +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.js new file mode 100644 index 00000000..5ec16d10 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove this module from `core-js@4` since it's replaced to module below +require('../modules/web.url.constructor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.parse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.parse.js new file mode 100644 index 00000000..1a89d6f3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.parse.js @@ -0,0 +1,23 @@ +'use strict'; +var $ = require('../internals/export'); +var getBuiltIn = require('../internals/get-built-in'); +var validateArgumentsLength = require('../internals/validate-arguments-length'); +var toString = require('../internals/to-string'); +var USE_NATIVE_URL = require('../internals/url-constructor-detection'); + +var URL = getBuiltIn('URL'); + +// `URL.parse` method +// https://url.spec.whatwg.org/#dom-url-canparse +$({ target: 'URL', stat: true, forced: !USE_NATIVE_URL }, { + parse: function parse(url) { + var length = validateArgumentsLength(arguments.length, 1); + var urlString = toString(url); + var base = length < 2 || arguments[1] === undefined ? undefined : toString(arguments[1]); + try { + return new URL(urlString, base); + } catch (error) { + return null; + } + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.to-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.to-json.js new file mode 100644 index 00000000..f4f41c36 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/modules/web.url.to-json.js @@ -0,0 +1,11 @@ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); + +// `URL.prototype.toJSON` method +// https://url.spec.whatwg.org/#dom-url-tojson +$({ target: 'URL', proto: true, enumerable: true }, { + toJSON: function toJSON() { + return call(URL.prototype.toString, this); + } +}); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/package.json b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/package.json new file mode 100644 index 00000000..d728f5ee --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/package.json @@ -0,0 +1,73 @@ +{ + "name": "core-js", + "version": "3.40.0", + "type": "commonjs", + "description": "Standard library", + "keywords": [ + "ES3", + "ES5", + "ES6", + "ES7", + "ES2015", + "ES2016", + "ES2017", + "ES2018", + "ES2019", + "ES2020", + "ES2021", + "ES2022", + "ES2023", + "ES2024", + "ECMAScript 3", + "ECMAScript 5", + "ECMAScript 6", + "ECMAScript 7", + "ECMAScript 2015", + "ECMAScript 2016", + "ECMAScript 2017", + "ECMAScript 2018", + "ECMAScript 2019", + "ECMAScript 2020", + "ECMAScript 2021", + "ECMAScript 2022", + "ECMAScript 2023", + "ECMAScript 2024", + "Map", + "Set", + "WeakMap", + "WeakSet", + "TypedArray", + "Promise", + "Observable", + "Symbol", + "Iterator", + "AsyncIterator", + "URL", + "URLSearchParams", + "queueMicrotask", + "setImmediate", + "structuredClone", + "polyfill", + "ponyfill", + "shim" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/zloirock/core-js.git", + "directory": "packages/core-js" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + }, + "license": "MIT", + "author": { + "name": "Denis Pushkarev", + "email": "zloirock@zloirock.ru", + "url": "http://zloirock.ru" + }, + "main": "index.js", + "scripts": { + "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\"" + } +} diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/postinstall.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/postinstall.js new file mode 100644 index 00000000..a75132c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/postinstall.js @@ -0,0 +1,62 @@ +'use strict'; +/* eslint-disable node/no-sync -- avoiding overcomplicating */ +/* eslint-disable unicorn/prefer-node-protocol -- ancient env possible */ +var fs = require('fs'); +var os = require('os'); +var path = require('path'); + +var env = process.env; +var ADBLOCK = is(env.ADBLOCK); +var COLOR = is(env.npm_config_color); +var DISABLE_OPENCOLLECTIVE = is(env.DISABLE_OPENCOLLECTIVE); +var SILENT = ['silent', 'error', 'warn'].indexOf(env.npm_config_loglevel) !== -1; +var OPEN_SOURCE_CONTRIBUTOR = is(env.OPEN_SOURCE_CONTRIBUTOR); +var MINUTE = 60 * 1000; + +// you could add a PR with an env variable for your CI detection +var CI = [ + 'BUILD_NUMBER', + 'CI', + 'CONTINUOUS_INTEGRATION', + 'DRONE', + 'RUN_ID' +].some(function (it) { return is(env[it]); }); + +var BANNER = '\u001B[96mThank you for using core-js (\u001B[94m https://github.com/zloirock/core-js \u001B[96m) for polyfilling JavaScript standard library!\u001B[0m\n\n' + + '\u001B[96mThe project needs your help! Please consider supporting core-js:\u001B[0m\n' + + '\u001B[96m>\u001B[94m https://opencollective.com/core-js \u001B[0m\n' + + '\u001B[96m>\u001B[94m https://patreon.com/zloirock \u001B[0m\n' + + '\u001B[96m>\u001B[94m https://boosty.to/zloirock \u001B[0m\n' + + '\u001B[96m>\u001B[94m bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz \u001B[0m\n\n' + + '\u001B[96mI highly recommend reading this:\u001B[94m https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md \u001B[96m\u001B[0m\n'; + +function is(it) { + return !!it && it !== '0' && it !== 'false'; +} + +function isBannerRequired() { + if (ADBLOCK || CI || DISABLE_OPENCOLLECTIVE || SILENT || OPEN_SOURCE_CONTRIBUTOR) return false; + var file = path.join(os.tmpdir(), 'core-js-banners'); + var banners = []; + try { + var DELTA = Date.now() - fs.statSync(file).mtime; + if (DELTA >= 0 && DELTA < MINUTE * 3) { + banners = JSON.parse(fs.readFileSync(file)); + if (banners.indexOf(BANNER) !== -1) return false; + } + } catch (error) { + banners = []; + } + try { + banners.push(BANNER); + fs.writeFileSync(file, JSON.stringify(banners), 'utf8'); + } catch (error) { /* empty */ } + return true; +} + +function showBanner() { + // eslint-disable-next-line no-console, regexp/no-control-character -- output + console.log(COLOR ? BANNER : BANNER.replace(/\u001B\[\d+m/g, '')); +} + +if (isBannerRequired()) showBanner(); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/accessible-object-hasownproperty.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/accessible-object-hasownproperty.js new file mode 100644 index 00000000..aad09888 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/accessible-object-hasownproperty.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-accessible-object-hasownproperty +require('../modules/esnext.object.has-own'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-buffer-base64.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-buffer-base64.js new file mode 100644 index 00000000..e4616882 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-buffer-base64.js @@ -0,0 +1,8 @@ +'use strict'; +// https://github.com/tc39/proposal-arraybuffer-base64 +require('../modules/esnext.uint8-array.from-base64'); +require('../modules/esnext.uint8-array.from-hex'); +require('../modules/esnext.uint8-array.set-from-base64'); +require('../modules/esnext.uint8-array.set-from-hex'); +require('../modules/esnext.uint8-array.to-base64'); +require('../modules/esnext.uint8-array.to-hex'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-buffer-transfer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-buffer-transfer.js new file mode 100644 index 00000000..409da3d3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-buffer-transfer.js @@ -0,0 +1,5 @@ +'use strict'; +// https://github.com/tc39/proposal-arraybuffer-transfer +require('../modules/esnext.array-buffer.detached'); +require('../modules/esnext.array-buffer.transfer'); +require('../modules/esnext.array-buffer.transfer-to-fixed-length'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-filtering-stage-1.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-filtering-stage-1.js new file mode 100644 index 00000000..de07b81b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-filtering-stage-1.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-array-filtering +require('../modules/esnext.array.filter-reject'); +require('../modules/esnext.typed-array.filter-reject'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-filtering.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-filtering.js new file mode 100644 index 00000000..624b1a9f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-filtering.js @@ -0,0 +1,8 @@ +'use strict'; +// https://github.com/tc39/proposal-array-filtering +// TODO: Remove from `core-js@4` +require('../modules/esnext.array.filter-out'); +require('../modules/esnext.array.filter-reject'); +// TODO: Remove from `core-js@4` +require('../modules/esnext.typed-array.filter-out'); +require('../modules/esnext.typed-array.filter-reject'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-find-from-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-find-from-last.js new file mode 100644 index 00000000..a60804bf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-find-from-last.js @@ -0,0 +1,6 @@ +'use strict'; +// https://github.com/tc39/proposal-array-find-from-last/ +require('../modules/esnext.array.find-last'); +require('../modules/esnext.array.find-last-index'); +require('../modules/esnext.typed-array.find-last'); +require('../modules/esnext.typed-array.find-last-index'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-flat-map.js new file mode 100644 index 00000000..bd56314e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-flat-map.js @@ -0,0 +1,6 @@ +'use strict'; +// https://github.com/tc39/proposal-flatMap +require('../modules/es.array.flat'); +require('../modules/es.array.flat-map'); +require('../modules/es.array.unscopables.flat'); +require('../modules/es.array.unscopables.flat-map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-from-async-stage-2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-from-async-stage-2.js new file mode 100644 index 00000000..70264eed --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-from-async-stage-2.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-array-from-async +require('../modules/esnext.array.from-async'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-from-async.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-from-async.js new file mode 100644 index 00000000..bf4f5438 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-from-async.js @@ -0,0 +1,5 @@ +'use strict'; +// https://github.com/tc39/proposal-array-from-async +require('../modules/esnext.array.from-async'); +// TODO: Remove from `core-js@4` +require('../modules/esnext.typed-array.from-async'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-grouping-stage-3-2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-grouping-stage-3-2.js new file mode 100644 index 00000000..b4bc7423 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-grouping-stage-3-2.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-array-grouping +require('../modules/esnext.array.group'); +require('../modules/esnext.array.group-to-map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-grouping-stage-3.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-grouping-stage-3.js new file mode 100644 index 00000000..338c26e8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-grouping-stage-3.js @@ -0,0 +1,5 @@ +'use strict'; +// https://github.com/tc39/proposal-array-grouping +// TODO: Remove from `core-js@4` +require('../modules/esnext.array.group-by'); +require('../modules/esnext.array.group-by-to-map'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-grouping-v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-grouping-v2.js new file mode 100644 index 00000000..6cca4194 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-grouping-v2.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-array-grouping +require('../modules/esnext.map.group-by'); +require('../modules/esnext.object.group-by'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-grouping.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-grouping.js new file mode 100644 index 00000000..8ee49a01 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-grouping.js @@ -0,0 +1,6 @@ +'use strict'; +// https://github.com/tc39/proposal-array-grouping +require('../modules/esnext.array.group-by'); +require('../modules/esnext.array.group-by-to-map'); +// TODO: Remove from `core-js@4` +require('../modules/esnext.typed-array.group-by'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-includes.js new file mode 100644 index 00000000..7c2726d0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-includes.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-Array.prototype.includes +require('../modules/es.array.includes'); +require('../modules/es.typed-array.includes'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-is-template-object.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-is-template-object.js new file mode 100644 index 00000000..3864d4ce --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-is-template-object.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-array-is-template-object +require('../modules/esnext.array.is-template-object'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-last.js new file mode 100644 index 00000000..7d5015ef --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-last.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-array-last +require('../modules/esnext.array.last-index'); +require('../modules/esnext.array.last-item'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-unique.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-unique.js new file mode 100644 index 00000000..d854af00 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/array-unique.js @@ -0,0 +1,5 @@ +'use strict'; +// https://github.com/tc39/proposal-array-unique +require('../modules/es.map'); +require('../modules/esnext.array.unique-by'); +require('../modules/esnext.typed-array.unique-by'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/async-explicit-resource-management.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/async-explicit-resource-management.js new file mode 100644 index 00000000..3d2a651c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/async-explicit-resource-management.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: Remove from `core-js@4` +// https://github.com/tc39/proposal-async-explicit-resource-management +require('../modules/esnext.suppressed-error.constructor'); +require('../modules/esnext.async-disposable-stack.constructor'); +require('../modules/esnext.async-iterator.async-dispose'); +require('../modules/esnext.symbol.async-dispose'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/async-iteration.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/async-iteration.js new file mode 100644 index 00000000..085dbfba --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/async-iteration.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-async-iteration +require('../modules/es.symbol.async-iterator'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/async-iterator-helpers.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/async-iterator-helpers.js new file mode 100644 index 00000000..22314337 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/async-iterator-helpers.js @@ -0,0 +1,16 @@ +'use strict'; +// https://github.com/tc39/proposal-async-iterator-helpers +require('../modules/esnext.async-iterator.constructor'); +require('../modules/esnext.async-iterator.drop'); +require('../modules/esnext.async-iterator.every'); +require('../modules/esnext.async-iterator.filter'); +require('../modules/esnext.async-iterator.find'); +require('../modules/esnext.async-iterator.flat-map'); +require('../modules/esnext.async-iterator.for-each'); +require('../modules/esnext.async-iterator.from'); +require('../modules/esnext.async-iterator.map'); +require('../modules/esnext.async-iterator.reduce'); +require('../modules/esnext.async-iterator.some'); +require('../modules/esnext.async-iterator.take'); +require('../modules/esnext.async-iterator.to-array'); +require('../modules/esnext.iterator.to-async'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/change-array-by-copy-stage-4.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/change-array-by-copy-stage-4.js new file mode 100644 index 00000000..d93aa8a0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/change-array-by-copy-stage-4.js @@ -0,0 +1,9 @@ +'use strict'; +// https://github.com/tc39/proposal-change-array-by-copy +require('../modules/esnext.array.to-reversed'); +require('../modules/esnext.array.to-sorted'); +require('../modules/esnext.array.to-spliced'); +require('../modules/esnext.array.with'); +require('../modules/esnext.typed-array.to-reversed'); +require('../modules/esnext.typed-array.to-sorted'); +require('../modules/esnext.typed-array.with'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/change-array-by-copy.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/change-array-by-copy.js new file mode 100644 index 00000000..02188ee4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/change-array-by-copy.js @@ -0,0 +1,11 @@ +'use strict'; +// https://github.com/tc39/proposal-change-array-by-copy +require('../modules/esnext.array.to-reversed'); +require('../modules/esnext.array.to-sorted'); +require('../modules/esnext.array.to-spliced'); +require('../modules/esnext.array.with'); +require('../modules/esnext.typed-array.to-reversed'); +require('../modules/esnext.typed-array.to-sorted'); +// TODO: Remove from `core-js@4` +require('../modules/esnext.typed-array.to-spliced'); +require('../modules/esnext.typed-array.with'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/collection-methods.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/collection-methods.js new file mode 100644 index 00000000..32a82f61 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/collection-methods.js @@ -0,0 +1,29 @@ +'use strict'; +// https://github.com/tc39/proposal-collection-methods +require('../modules/esnext.map.group-by'); +require('../modules/esnext.map.key-by'); +require('../modules/esnext.map.delete-all'); +require('../modules/esnext.map.every'); +require('../modules/esnext.map.filter'); +require('../modules/esnext.map.find'); +require('../modules/esnext.map.find-key'); +require('../modules/esnext.map.includes'); +require('../modules/esnext.map.key-of'); +require('../modules/esnext.map.map-keys'); +require('../modules/esnext.map.map-values'); +require('../modules/esnext.map.merge'); +require('../modules/esnext.map.reduce'); +require('../modules/esnext.map.some'); +require('../modules/esnext.map.update'); +require('../modules/esnext.set.add-all'); +require('../modules/esnext.set.delete-all'); +require('../modules/esnext.set.every'); +require('../modules/esnext.set.filter'); +require('../modules/esnext.set.find'); +require('../modules/esnext.set.join'); +require('../modules/esnext.set.map'); +require('../modules/esnext.set.reduce'); +require('../modules/esnext.set.some'); +require('../modules/esnext.weak-map.delete-all'); +require('../modules/esnext.weak-set.add-all'); +require('../modules/esnext.weak-set.delete-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/collection-of-from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/collection-of-from.js new file mode 100644 index 00000000..6fbf7e3b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/collection-of-from.js @@ -0,0 +1,10 @@ +'use strict'; +// https://github.com/tc39/proposal-setmap-offrom +require('../modules/esnext.map.from'); +require('../modules/esnext.map.of'); +require('../modules/esnext.set.from'); +require('../modules/esnext.set.of'); +require('../modules/esnext.weak-map.from'); +require('../modules/esnext.weak-map.of'); +require('../modules/esnext.weak-set.from'); +require('../modules/esnext.weak-set.of'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/data-view-get-set-uint8-clamped.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/data-view-get-set-uint8-clamped.js new file mode 100644 index 00000000..065b2837 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/data-view-get-set-uint8-clamped.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-dataview-get-set-uint8clamped +require('../modules/esnext.data-view.get-uint8-clamped'); +require('../modules/esnext.data-view.set-uint8-clamped'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/decorator-metadata-v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/decorator-metadata-v2.js new file mode 100644 index 00000000..e0a26c2c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/decorator-metadata-v2.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-decorator-metadata +require('../modules/esnext.function.metadata'); +require('../modules/esnext.symbol.metadata'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/decorator-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/decorator-metadata.js new file mode 100644 index 00000000..2cc3395c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/decorator-metadata.js @@ -0,0 +1,4 @@ +'use strict'; +// TODO: Remove from `core-js@4` +// https://github.com/tc39/proposal-decorator-metadata +require('../modules/esnext.symbol.metadata-key'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/decorators.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/decorators.js new file mode 100644 index 00000000..9e52ad22 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/decorators.js @@ -0,0 +1,4 @@ +'use strict'; +// TODO: Remove from `core-js@4` +// https://github.com/tc39/proposal-decorators +require('../modules/esnext.symbol.metadata'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/efficient-64-bit-arithmetic.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/efficient-64-bit-arithmetic.js new file mode 100644 index 00000000..f9af1339 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/efficient-64-bit-arithmetic.js @@ -0,0 +1,7 @@ +'use strict'; +// TODO: remove from `core-js@4` as withdrawn +// https://gist.github.com/BrendanEich/4294d5c212a6d2254703 +require('../modules/esnext.math.iaddh'); +require('../modules/esnext.math.isubh'); +require('../modules/esnext.math.imulh'); +require('../modules/esnext.math.umulh'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/error-cause.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/error-cause.js new file mode 100644 index 00000000..16dd0207 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/error-cause.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-error-cause +require('../modules/es.error.cause'); +require('../modules/es.aggregate-error.cause'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/explicit-resource-management.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/explicit-resource-management.js new file mode 100644 index 00000000..08b73383 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/explicit-resource-management.js @@ -0,0 +1,9 @@ +'use strict'; +// https://github.com/tc39/proposal-explicit-resource-management +require('../modules/esnext.suppressed-error.constructor'); +require('../modules/esnext.async-disposable-stack.constructor'); +require('../modules/esnext.async-iterator.async-dispose'); +require('../modules/esnext.disposable-stack.constructor'); +require('../modules/esnext.iterator.dispose'); +require('../modules/esnext.symbol.async-dispose'); +require('../modules/esnext.symbol.dispose'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/extractors.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/extractors.js new file mode 100644 index 00000000..abda3a8c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/extractors.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-extractors +require('../modules/esnext.symbol.custom-matcher'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/float16.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/float16.js new file mode 100644 index 00000000..ac43dac2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/float16.js @@ -0,0 +1,5 @@ +'use strict'; +// https://github.com/tc39/proposal-float16array +require('../modules/esnext.data-view.get-float16'); +require('../modules/esnext.data-view.set-float16'); +require('../modules/esnext.math.f16round'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/function-demethodize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/function-demethodize.js new file mode 100644 index 00000000..6276099d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/function-demethodize.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/js-choi/proposal-function-demethodize +require('../modules/esnext.function.demethodize'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/function-is-callable-is-constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/function-is-callable-is-constructor.js new file mode 100644 index 00000000..888ddd04 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/function-is-callable-is-constructor.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/caitp/TC39-Proposals/blob/trunk/tc39-reflect-isconstructor-iscallable.md +require('../modules/esnext.function.is-callable'); +require('../modules/esnext.function.is-constructor'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/function-un-this.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/function-un-this.js new file mode 100644 index 00000000..88cb32d6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/function-un-this.js @@ -0,0 +1,4 @@ +'use strict'; +// TODO: Remove from `core-js@4` +// https://github.com/js-choi/proposal-function-un-this +require('../modules/esnext.function.un-this'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/global-this.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/global-this.js new file mode 100644 index 00000000..aa3a2100 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/global-this.js @@ -0,0 +1,6 @@ +'use strict'; +// https://github.com/tc39/proposal-global +require('../modules/esnext.global-this'); +var globalThis = require('../internals/global-this'); + +module.exports = globalThis; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/index.js new file mode 100644 index 00000000..c470daee --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/index.js @@ -0,0 +1,3 @@ +'use strict'; +// TODO: Remove this entry from `core-js@4` +require('../stage'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/is-error.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/is-error.js new file mode 100644 index 00000000..f1586588 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/is-error.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-is-error +require('../modules/esnext.error.is-error'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-helpers-stage-3-2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-helpers-stage-3-2.js new file mode 100644 index 00000000..39d9b1da --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-helpers-stage-3-2.js @@ -0,0 +1,15 @@ +'use strict'; +// https://github.com/tc39/proposal-iterator-helpers +require('../modules/esnext.iterator.constructor'); +require('../modules/esnext.iterator.drop'); +require('../modules/esnext.iterator.every'); +require('../modules/esnext.iterator.filter'); +require('../modules/esnext.iterator.find'); +require('../modules/esnext.iterator.flat-map'); +require('../modules/esnext.iterator.for-each'); +require('../modules/esnext.iterator.from'); +require('../modules/esnext.iterator.map'); +require('../modules/esnext.iterator.reduce'); +require('../modules/esnext.iterator.some'); +require('../modules/esnext.iterator.take'); +require('../modules/esnext.iterator.to-array'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-helpers-stage-3.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-helpers-stage-3.js new file mode 100644 index 00000000..dff419e3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-helpers-stage-3.js @@ -0,0 +1,29 @@ +'use strict'; +// https://github.com/tc39/proposal-iterator-helpers +require('../modules/esnext.async-iterator.constructor'); +require('../modules/esnext.async-iterator.drop'); +require('../modules/esnext.async-iterator.every'); +require('../modules/esnext.async-iterator.filter'); +require('../modules/esnext.async-iterator.find'); +require('../modules/esnext.async-iterator.flat-map'); +require('../modules/esnext.async-iterator.for-each'); +require('../modules/esnext.async-iterator.from'); +require('../modules/esnext.async-iterator.map'); +require('../modules/esnext.async-iterator.reduce'); +require('../modules/esnext.async-iterator.some'); +require('../modules/esnext.async-iterator.take'); +require('../modules/esnext.async-iterator.to-array'); +require('../modules/esnext.iterator.constructor'); +require('../modules/esnext.iterator.drop'); +require('../modules/esnext.iterator.every'); +require('../modules/esnext.iterator.filter'); +require('../modules/esnext.iterator.find'); +require('../modules/esnext.iterator.flat-map'); +require('../modules/esnext.iterator.for-each'); +require('../modules/esnext.iterator.from'); +require('../modules/esnext.iterator.map'); +require('../modules/esnext.iterator.reduce'); +require('../modules/esnext.iterator.some'); +require('../modules/esnext.iterator.take'); +require('../modules/esnext.iterator.to-array'); +require('../modules/esnext.iterator.to-async'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-helpers.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-helpers.js new file mode 100644 index 00000000..4dc46a2f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-helpers.js @@ -0,0 +1,8 @@ +'use strict'; +// TODO: remove from `core-js@4` +// https://github.com/tc39/proposal-iterator-helpers +require('./iterator-helpers-stage-3'); +require('../modules/esnext.async-iterator.as-indexed-pairs'); +require('../modules/esnext.async-iterator.indexed'); +require('../modules/esnext.iterator.as-indexed-pairs'); +require('../modules/esnext.iterator.indexed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-range.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-range.js new file mode 100644 index 00000000..b1e6b5de --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-range.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-Number.range +require('../modules/esnext.iterator.constructor'); +require('../modules/esnext.iterator.range'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-sequencing.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-sequencing.js new file mode 100644 index 00000000..3938904e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/iterator-sequencing.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-iterator-sequencing +require('../modules/esnext.iterator.concat'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/json-parse-with-source.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/json-parse-with-source.js new file mode 100644 index 00000000..c4b83160 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/json-parse-with-source.js @@ -0,0 +1,5 @@ +'use strict'; +// https://github.com/tc39/proposal-json-parse-with-source +require('../modules/esnext.json.is-raw-json'); +require('../modules/esnext.json.parse'); +require('../modules/esnext.json.raw-json'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/keys-composition.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/keys-composition.js new file mode 100644 index 00000000..076c342a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/keys-composition.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-richer-keys/tree/master/compositeKey +require('../modules/esnext.composite-key'); +require('../modules/esnext.composite-symbol'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/map-update-or-insert.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/map-update-or-insert.js new file mode 100644 index 00000000..7fb69259 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/map-update-or-insert.js @@ -0,0 +1,4 @@ +'use strict'; +// TODO: remove from `core-js@4` +// https://github.com/tc39/proposal-upsert +require('./map-upsert'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/map-upsert-stage-2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/map-upsert-stage-2.js new file mode 100644 index 00000000..d3166867 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/map-upsert-stage-2.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-upsert +require('../modules/esnext.map.emplace'); +require('../modules/esnext.weak-map.emplace'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/map-upsert-v4.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/map-upsert-v4.js new file mode 100644 index 00000000..f9ec2189 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/map-upsert-v4.js @@ -0,0 +1,6 @@ +'use strict'; +// https://github.com/tc39/proposal-upsert +require('../modules/esnext.map.get-or-insert'); +require('../modules/esnext.map.get-or-insert-computed'); +require('../modules/esnext.weak-map.get-or-insert'); +require('../modules/esnext.weak-map.get-or-insert-computed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/map-upsert.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/map-upsert.js new file mode 100644 index 00000000..8d9e84dc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/map-upsert.js @@ -0,0 +1,10 @@ +'use strict'; +// https://github.com/tc39/proposal-upsert +require('../modules/esnext.map.emplace'); +// TODO: remove from `core-js@4` +require('../modules/esnext.map.update-or-insert'); +// TODO: remove from `core-js@4` +require('../modules/esnext.map.upsert'); +require('../modules/esnext.weak-map.emplace'); +// TODO: remove from `core-js@4` +require('../modules/esnext.weak-map.upsert'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/math-extensions.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/math-extensions.js new file mode 100644 index 00000000..fddf1077 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/math-extensions.js @@ -0,0 +1,9 @@ +'use strict'; +// https://github.com/rwaldron/proposal-math-extensions +require('../modules/esnext.math.clamp'); +require('../modules/esnext.math.deg-per-rad'); +require('../modules/esnext.math.degrees'); +require('../modules/esnext.math.fscale'); +require('../modules/esnext.math.rad-per-deg'); +require('../modules/esnext.math.radians'); +require('../modules/esnext.math.scale'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/math-signbit.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/math-signbit.js new file mode 100644 index 00000000..62d74d0f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/math-signbit.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-Math.signbit +require('../modules/esnext.math.signbit'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/math-sum.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/math-sum.js new file mode 100644 index 00000000..bdd165d7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/math-sum.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-math-sum +require('../modules/esnext.math.sum-precise'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/number-from-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/number-from-string.js new file mode 100644 index 00000000..d5744229 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/number-from-string.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-number-fromstring +require('../modules/esnext.number.from-string'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/number-range.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/number-range.js new file mode 100644 index 00000000..6483292a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/number-range.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-Number.range +require('../modules/esnext.bigint.range'); +require('../modules/esnext.number.range'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/object-from-entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/object-from-entries.js new file mode 100644 index 00000000..b9ea7e1c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/object-from-entries.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-object-from-entries +require('../modules/es.object.from-entries'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/object-getownpropertydescriptors.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/object-getownpropertydescriptors.js new file mode 100644 index 00000000..121cae6e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/object-getownpropertydescriptors.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-object-getownpropertydescriptors +require('../modules/es.object.get-own-property-descriptors'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/object-iteration.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/object-iteration.js new file mode 100644 index 00000000..5d406023 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/object-iteration.js @@ -0,0 +1,6 @@ +'use strict'; +// TODO: remove from `core-js@4` as withdrawn +// https://github.com/tc39/proposal-object-iteration +require('../modules/esnext.object.iterate-entries'); +require('../modules/esnext.object.iterate-keys'); +require('../modules/esnext.object.iterate-values'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/object-values-entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/object-values-entries.js new file mode 100644 index 00000000..f37e3034 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/object-values-entries.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-object-values-entries +require('../modules/es.object.entries'); +require('../modules/es.object.values'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/observable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/observable.js new file mode 100644 index 00000000..0dcee84c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/observable.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-observable +require('../modules/esnext.observable'); +require('../modules/esnext.symbol.observable'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/pattern-matching-v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/pattern-matching-v2.js new file mode 100644 index 00000000..726cd215 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/pattern-matching-v2.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-pattern-matching +require('../modules/esnext.symbol.custom-matcher'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/pattern-matching.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/pattern-matching.js new file mode 100644 index 00000000..0da79cd1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/pattern-matching.js @@ -0,0 +1,5 @@ +'use strict'; +// https://github.com/tc39/proposal-pattern-matching +require('../modules/esnext.symbol.matcher'); +// TODO: remove from `core-js@4` +require('../modules/esnext.symbol.pattern-match'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-all-settled.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-all-settled.js new file mode 100644 index 00000000..4e5f41a9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-all-settled.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-promise-allSettled +require('../modules/esnext.promise.all-settled'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-any.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-any.js new file mode 100644 index 00000000..3ed7f7c0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-any.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-promise-any +require('../modules/esnext.aggregate-error'); +require('../modules/esnext.promise.any'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-finally.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-finally.js new file mode 100644 index 00000000..7da1723f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-finally.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-promise-finally +require('../modules/es.promise.finally'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-try.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-try.js new file mode 100644 index 00000000..d0611460 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-try.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-promise-try +require('../modules/esnext.promise.try'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-with-resolvers.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-with-resolvers.js new file mode 100644 index 00000000..38c71e5c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/promise-with-resolvers.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-promise-with-resolvers +require('../modules/esnext.promise.with-resolvers'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/reflect-metadata.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/reflect-metadata.js new file mode 100644 index 00000000..dfc75929 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/reflect-metadata.js @@ -0,0 +1,11 @@ +'use strict'; +// https://github.com/rbuckton/reflect-metadata +require('../modules/esnext.reflect.define-metadata'); +require('../modules/esnext.reflect.delete-metadata'); +require('../modules/esnext.reflect.get-metadata'); +require('../modules/esnext.reflect.get-metadata-keys'); +require('../modules/esnext.reflect.get-own-metadata'); +require('../modules/esnext.reflect.get-own-metadata-keys'); +require('../modules/esnext.reflect.has-metadata'); +require('../modules/esnext.reflect.has-own-metadata'); +require('../modules/esnext.reflect.metadata'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/regexp-dotall-flag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/regexp-dotall-flag.js new file mode 100644 index 00000000..60d50d14 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/regexp-dotall-flag.js @@ -0,0 +1,6 @@ +'use strict'; +// https://github.com/tc39/proposal-regexp-dotall-flag +require('../modules/es.regexp.constructor'); +require('../modules/es.regexp.dot-all'); +require('../modules/es.regexp.exec'); +require('../modules/es.regexp.flags'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/regexp-escaping.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/regexp-escaping.js new file mode 100644 index 00000000..d77c2ca3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/regexp-escaping.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-regex-escaping +require('../modules/esnext.regexp.escape'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/regexp-named-groups.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/regexp-named-groups.js new file mode 100644 index 00000000..8c52b572 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/regexp-named-groups.js @@ -0,0 +1,5 @@ +'use strict'; +// https://github.com/tc39/proposal-regexp-named-groups +require('../modules/es.regexp.constructor'); +require('../modules/es.regexp.exec'); +require('../modules/es.string.replace'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/relative-indexing-method.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/relative-indexing-method.js new file mode 100644 index 00000000..640d0146 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/relative-indexing-method.js @@ -0,0 +1,5 @@ +'use strict'; +// https://github.com/tc39/proposal-relative-indexing-method +require('../modules/es.string.at-alternative'); +require('../modules/esnext.array.at'); +require('../modules/esnext.typed-array.at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/seeded-random.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/seeded-random.js new file mode 100644 index 00000000..fa0a5814 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/seeded-random.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-seeded-random +require('../modules/esnext.math.seeded-prng'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/set-methods-v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/set-methods-v2.js new file mode 100644 index 00000000..048708fe --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/set-methods-v2.js @@ -0,0 +1,9 @@ +'use strict'; +// https://github.com/tc39/proposal-set-methods +require('../modules/esnext.set.difference.v2'); +require('../modules/esnext.set.intersection.v2'); +require('../modules/esnext.set.is-disjoint-from.v2'); +require('../modules/esnext.set.is-subset-of.v2'); +require('../modules/esnext.set.is-superset-of.v2'); +require('../modules/esnext.set.union.v2'); +require('../modules/esnext.set.symmetric-difference.v2'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/set-methods.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/set-methods.js new file mode 100644 index 00000000..951f7e9c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/set-methods.js @@ -0,0 +1,17 @@ +'use strict'; +// https://github.com/tc39/proposal-set-methods +require('../modules/esnext.set.difference.v2'); +require('../modules/esnext.set.intersection.v2'); +require('../modules/esnext.set.is-disjoint-from.v2'); +require('../modules/esnext.set.is-subset-of.v2'); +require('../modules/esnext.set.is-superset-of.v2'); +require('../modules/esnext.set.union.v2'); +require('../modules/esnext.set.symmetric-difference.v2'); +// TODO: Obsolete versions, remove from `core-js@4` +require('../modules/esnext.set.difference'); +require('../modules/esnext.set.intersection'); +require('../modules/esnext.set.is-disjoint-from'); +require('../modules/esnext.set.is-subset-of'); +require('../modules/esnext.set.is-superset-of'); +require('../modules/esnext.set.union'); +require('../modules/esnext.set.symmetric-difference'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-at.js new file mode 100644 index 00000000..bf57aab3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-at.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/mathiasbynens/String.prototype.at +require('../modules/esnext.string.at'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-code-points.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-code-points.js new file mode 100644 index 00000000..937a1042 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-code-points.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-string-prototype-codepoints +require('../modules/esnext.string.code-points'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-cooked.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-cooked.js new file mode 100644 index 00000000..00872b8c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-cooked.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/bathos/proposal-string-cooked +require('../modules/esnext.string.cooked'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-dedent.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-dedent.js new file mode 100644 index 00000000..b857c35d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-dedent.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-string-dedent +require('../modules/esnext.string.dedent'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-left-right-trim.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-left-right-trim.js new file mode 100644 index 00000000..daef2b69 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-left-right-trim.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-string-left-right-trim +require('../modules/es.string.trim-start'); +require('../modules/es.string.trim-end'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-match-all.js new file mode 100644 index 00000000..36dab4f0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-match-all.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-string-matchall +require('../modules/esnext.string.match-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-padding.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-padding.js new file mode 100644 index 00000000..435429ef --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-padding.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-string-pad-start-end +require('../modules/es.string.pad-end'); +require('../modules/es.string.pad-start'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-replace-all-stage-4.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-replace-all-stage-4.js new file mode 100644 index 00000000..ab7d05bc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-replace-all-stage-4.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-string-replaceall +require('../modules/esnext.string.replace-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-replace-all.js new file mode 100644 index 00000000..6ad7e75b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/string-replace-all.js @@ -0,0 +1,5 @@ +'use strict'; +// https://github.com/tc39/proposal-string-replaceall +require('../modules/esnext.string.replace-all'); +// TODO: remove from `core-js@4` +require('../modules/esnext.symbol.replace-all'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/symbol-description.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/symbol-description.js new file mode 100644 index 00000000..e5bf6748 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/symbol-description.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-Symbol-description +require('../modules/es.symbol.description'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/symbol-predicates-v2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/symbol-predicates-v2.js new file mode 100644 index 00000000..5bd3ce55 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/symbol-predicates-v2.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-symbol-predicates +require('../modules/esnext.symbol.is-registered-symbol'); +require('../modules/esnext.symbol.is-well-known-symbol'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/symbol-predicates.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/symbol-predicates.js new file mode 100644 index 00000000..2776b848 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/symbol-predicates.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-symbol-predicates +require('../modules/esnext.symbol.is-registered'); +require('../modules/esnext.symbol.is-well-known'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/url.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/url.js new file mode 100644 index 00000000..2f12fdee --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/url.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/jasnell/proposal-url +require('../web/url'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/using-statement.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/using-statement.js new file mode 100644 index 00000000..b85b28d5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/using-statement.js @@ -0,0 +1,5 @@ +'use strict'; +// TODO: Renamed, remove from `core-js@4` +// https://github.com/tc39/proposal-explicit-resource-management +require('../modules/esnext.symbol.async-dispose'); +require('../modules/esnext.symbol.dispose'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/well-formed-stringify.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/well-formed-stringify.js new file mode 100644 index 00000000..53a5f990 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/well-formed-stringify.js @@ -0,0 +1,3 @@ +'use strict'; +// https://github.com/tc39/proposal-well-formed-stringify +require('../modules/es.json.stringify'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/well-formed-unicode-strings.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/well-formed-unicode-strings.js new file mode 100644 index 00000000..bdbaec8e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/proposals/well-formed-unicode-strings.js @@ -0,0 +1,4 @@ +'use strict'; +// https://github.com/tc39/proposal-is-usv-string +require('../modules/esnext.string.is-well-formed'); +require('../modules/esnext.string.to-well-formed'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/README.md b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/README.md new file mode 100644 index 00000000..903150c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/README.md @@ -0,0 +1 @@ +This folder contains entry points for all stable `core-js` features with dependencies. It's the recommended way for usage only required features. diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/aggregate-error.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/aggregate-error.js new file mode 100644 index 00000000..2a6c4365 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/aggregate-error.js @@ -0,0 +1,8 @@ +'use strict'; +// TODO: remove from `core-js@4` +require('../modules/esnext.aggregate-error'); + +var parent = require('../es/aggregate-error'); +require('../modules/web.dom-collections.iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/constructor.js new file mode 100644 index 00000000..b412c941 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/constructor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array-buffer/constructor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/detached.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/detached.js new file mode 100644 index 00000000..ad4679dc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/detached.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array-buffer/detached'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/index.js new file mode 100644 index 00000000..ffda1eec --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array-buffer'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/is-view.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/is-view.js new file mode 100644 index 00000000..8fa117c1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/is-view.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array-buffer/is-view'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/slice.js new file mode 100644 index 00000000..524f0869 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/slice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array-buffer/slice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/transfer-to-fixed-length.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/transfer-to-fixed-length.js new file mode 100644 index 00000000..4e183bda --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/transfer-to-fixed-length.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array-buffer/transfer-to-fixed-length'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/transfer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/transfer.js new file mode 100644 index 00000000..cca11f36 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array-buffer/transfer.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array-buffer/transfer'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/at.js new file mode 100644 index 00000000..aff713bd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/concat.js new file mode 100644 index 00000000..a7eccbaa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/concat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/concat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/copy-within.js new file mode 100644 index 00000000..7d3440e4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/copy-within.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/copy-within'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/entries.js new file mode 100644 index 00000000..e9bde39b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/entries.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/entries'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/every.js new file mode 100644 index 00000000..52c255d3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/every.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/every'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/fill.js new file mode 100644 index 00000000..5e9a2bf6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/fill.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/fill'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/filter.js new file mode 100644 index 00000000..24a6dc9b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/filter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/filter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/find-index.js new file mode 100644 index 00000000..67f63abc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/find-index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/find-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/find-last-index.js new file mode 100644 index 00000000..4cc07ac0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/find-last-index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../es/array/find-last-index'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/find-last.js new file mode 100644 index 00000000..93994015 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/find-last.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../es/array/find-last'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/find.js new file mode 100644 index 00000000..a749978e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/find.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/find'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/flat-map.js new file mode 100644 index 00000000..b2cd2301 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/flat-map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/flat-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/flat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/flat.js new file mode 100644 index 00000000..65870c4b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/flat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/flat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/for-each.js new file mode 100644 index 00000000..fbe96196 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/for-each.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/for-each'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/from.js new file mode 100644 index 00000000..9d4ee90b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/from.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/from'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/includes.js new file mode 100644 index 00000000..030648ae --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/includes.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/includes'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/index-of.js new file mode 100644 index 00000000..65da2957 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/index.js new file mode 100644 index 00000000..01a0083f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/is-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/is-array.js new file mode 100644 index 00000000..7e5207eb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/is-array.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/is-array'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/iterator.js new file mode 100644 index 00000000..75e4a950 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/join.js new file mode 100644 index 00000000..3df704bf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/join.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/join'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/keys.js new file mode 100644 index 00000000..21c0d4be --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/keys.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/keys'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/last-index-of.js new file mode 100644 index 00000000..4b1e9ced --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/last-index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/last-index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/map.js new file mode 100644 index 00000000..2ca8b318 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/of.js new file mode 100644 index 00000000..12c79220 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/push.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/push.js new file mode 100644 index 00000000..b64c62c3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/push.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/push'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/reduce-right.js new file mode 100644 index 00000000..e8202519 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/reduce-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/reduce-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/reduce.js new file mode 100644 index 00000000..d612f420 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/reduce.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/reduce'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/reverse.js new file mode 100644 index 00000000..1b26236e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/reverse.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/reverse'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/slice.js new file mode 100644 index 00000000..77cb872b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/slice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/slice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/some.js new file mode 100644 index 00000000..ee3d4ded --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/some.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/some'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/sort.js new file mode 100644 index 00000000..14f89372 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/sort.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/sort'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/splice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/splice.js new file mode 100644 index 00000000..4743a4e8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/splice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/splice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/to-reversed.js new file mode 100644 index 00000000..b92ed50a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/to-reversed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/to-reversed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/to-sorted.js new file mode 100644 index 00000000..ecbb86f8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/to-sorted.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/to-sorted'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/to-spliced.js new file mode 100644 index 00000000..b1846a96 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/to-spliced.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/to-spliced'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/unshift.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/unshift.js new file mode 100644 index 00000000..7053319f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/unshift.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/unshift'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/values.js new file mode 100644 index 00000000..a9d6417a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/values.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/values'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/at.js new file mode 100644 index 00000000..13832e02 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/concat.js new file mode 100644 index 00000000..6a0b0944 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/concat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/concat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/copy-within.js new file mode 100644 index 00000000..6ab25def --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/copy-within.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/copy-within'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/entries.js new file mode 100644 index 00000000..a3b0a707 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/entries.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/entries'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/every.js new file mode 100644 index 00000000..f37d7f8c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/every.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/every'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/fill.js new file mode 100644 index 00000000..74103a57 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/fill.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/fill'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/filter.js new file mode 100644 index 00000000..74c0e771 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/filter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/filter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/find-index.js new file mode 100644 index 00000000..9aed40a2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/find-index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/find-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/find-last-index.js new file mode 100644 index 00000000..ba04a178 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/find-last-index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../es/array/virtual/find-last-index'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/find-last.js new file mode 100644 index 00000000..6b546a66 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/find-last.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../../es/array/virtual/find-last'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/find.js new file mode 100644 index 00000000..147252a4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/find.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/find'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/flat-map.js new file mode 100644 index 00000000..864845a8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/flat-map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/flat-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/flat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/flat.js new file mode 100644 index 00000000..bdebf7c6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/flat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/flat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/for-each.js new file mode 100644 index 00000000..16abca82 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/for-each.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/for-each'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/includes.js new file mode 100644 index 00000000..f16ee639 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/includes.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/includes'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/index-of.js new file mode 100644 index 00000000..2bfb9ba9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/index.js new file mode 100644 index 00000000..7cab8261 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/iterator.js new file mode 100644 index 00000000..7fb71e31 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/join.js new file mode 100644 index 00000000..c10586db --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/join.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/join'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/keys.js new file mode 100644 index 00000000..b7dee23e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/keys.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/keys'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/last-index-of.js new file mode 100644 index 00000000..2bc914f1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/last-index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/last-index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/map.js new file mode 100644 index 00000000..5821a116 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/push.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/push.js new file mode 100644 index 00000000..7b975d39 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/push.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/push'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/reduce-right.js new file mode 100644 index 00000000..2d7c7d66 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/reduce-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/reduce-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/reduce.js new file mode 100644 index 00000000..270a0673 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/reduce.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/reduce'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/reverse.js new file mode 100644 index 00000000..cede168d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/reverse.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/reverse'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/slice.js new file mode 100644 index 00000000..c19788c9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/slice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/slice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/some.js new file mode 100644 index 00000000..26375fe0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/some.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/some'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/sort.js new file mode 100644 index 00000000..5ef50be4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/sort.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/sort'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/splice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/splice.js new file mode 100644 index 00000000..c763b291 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/splice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/splice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/to-reversed.js new file mode 100644 index 00000000..f09f2eb2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/to-reversed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/to-reversed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/to-sorted.js new file mode 100644 index 00000000..affc20c6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/to-sorted.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/to-sorted'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/to-spliced.js new file mode 100644 index 00000000..5426ebe8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/to-spliced.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/to-spliced'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/unshift.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/unshift.js new file mode 100644 index 00000000..d6c95cd3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/unshift.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/unshift'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/values.js new file mode 100644 index 00000000..616ecc3d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/values.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/values'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/with.js new file mode 100644 index 00000000..8b14f217 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/virtual/with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/array/virtual/with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/with.js new file mode 100644 index 00000000..14df0c9f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/array/with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/array/with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/atob.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/atob.js new file mode 100644 index 00000000..a7b40aab --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/atob.js @@ -0,0 +1,10 @@ +'use strict'; +require('../modules/es.error.to-string'); +require('../modules/es.object.to-string'); +require('../modules/web.atob'); +require('../modules/web.dom-exception.constructor'); +require('../modules/web.dom-exception.stack'); +require('../modules/web.dom-exception.to-string-tag'); +var path = require('../internals/path'); + +module.exports = path.atob; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/btoa.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/btoa.js new file mode 100644 index 00000000..91cf24af --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/btoa.js @@ -0,0 +1,10 @@ +'use strict'; +require('../modules/es.error.to-string'); +require('../modules/es.object.to-string'); +require('../modules/web.btoa'); +require('../modules/web.dom-exception.constructor'); +require('../modules/web.dom-exception.stack'); +require('../modules/web.dom-exception.to-string-tag'); +var path = require('../internals/path'); + +module.exports = path.btoa; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/clear-immediate.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/clear-immediate.js new file mode 100644 index 00000000..8735f367 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/clear-immediate.js @@ -0,0 +1,5 @@ +'use strict'; +require('../modules/web.immediate'); +var path = require('../internals/path'); + +module.exports = path.clearImmediate; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/data-view/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/data-view/index.js new file mode 100644 index 00000000..b7c595c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/data-view/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/data-view'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/get-year.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/get-year.js new file mode 100644 index 00000000..b8831fe5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/get-year.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/date/get-year'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/index.js new file mode 100644 index 00000000..a4101f7e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/date'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/now.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/now.js new file mode 100644 index 00000000..2b540540 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/now.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/date/now'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/set-year.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/set-year.js new file mode 100644 index 00000000..56c7ba97 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/set-year.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/date/set-year'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-gmt-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-gmt-string.js new file mode 100644 index 00000000..ecff2fab --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-gmt-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/date/to-gmt-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-iso-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-iso-string.js new file mode 100644 index 00000000..daae0fa6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-iso-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/date/to-iso-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-json.js new file mode 100644 index 00000000..9fb0ab72 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-json.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/date/to-json'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-primitive.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-primitive.js new file mode 100644 index 00000000..bbd6d114 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-primitive.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/date/to-primitive'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-string.js new file mode 100644 index 00000000..65fcdf6b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/date/to-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/date/to-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-collections/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-collections/for-each.js new file mode 100644 index 00000000..3cffa653 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-collections/for-each.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/web.dom-collections.for-each'); + +var parent = require('../../internals/array-for-each'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-collections/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-collections/index.js new file mode 100644 index 00000000..5436ac51 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-collections/index.js @@ -0,0 +1,14 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/web.dom-collections.for-each'); +require('../../modules/web.dom-collections.iterator'); +var ArrayIterators = require('../../modules/es.array.iterator'); +var forEach = require('../../internals/array-for-each'); + +module.exports = { + keys: ArrayIterators.keys, + values: ArrayIterators.values, + entries: ArrayIterators.entries, + iterator: ArrayIterators.values, + forEach: forEach +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-collections/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-collections/iterator.js new file mode 100644 index 00000000..63582f07 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-collections/iterator.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/es.object.to-string'); +require('../../modules/web.dom-collections.iterator'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'values'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-exception/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-exception/constructor.js new file mode 100644 index 00000000..f014fe95 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-exception/constructor.js @@ -0,0 +1,7 @@ +'use strict'; +require('../../modules/es.error.to-string'); +require('../../modules/web.dom-exception.constructor'); +require('../../modules/web.dom-exception.stack'); +var path = require('../../internals/path'); + +module.exports = path.DOMException; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-exception/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-exception/index.js new file mode 100644 index 00000000..f187f84a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-exception/index.js @@ -0,0 +1,8 @@ +'use strict'; +require('../../modules/es.error.to-string'); +require('../../modules/web.dom-exception.constructor'); +require('../../modules/web.dom-exception.stack'); +require('../../modules/web.dom-exception.to-string-tag'); +var path = require('../../internals/path'); + +module.exports = path.DOMException; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-exception/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-exception/to-string-tag.js new file mode 100644 index 00000000..5856e652 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/dom-exception/to-string-tag.js @@ -0,0 +1,4 @@ +'use strict'; +require('../../modules/web.dom-exception.to-string-tag'); + +module.exports = 'DOMException'; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/error/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/error/constructor.js new file mode 100644 index 00000000..761efd33 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/error/constructor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/error/constructor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/error/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/error/index.js new file mode 100644 index 00000000..87d3e24b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/error/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/error'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/error/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/error/to-string.js new file mode 100644 index 00000000..5fe958f2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/error/to-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/error/to-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/escape.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/escape.js new file mode 100644 index 00000000..008bb6de --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/escape.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../es/escape'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/bind.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/bind.js new file mode 100644 index 00000000..de54f8ad --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/bind.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/function/bind'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/has-instance.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/has-instance.js new file mode 100644 index 00000000..3eb22122 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/has-instance.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/function/has-instance'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/index.js new file mode 100644 index 00000000..dcb9d34e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/function'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/name.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/name.js new file mode 100644 index 00000000..11db2554 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/name.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/function/name'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/virtual/bind.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/virtual/bind.js new file mode 100644 index 00000000..1dde33d7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/virtual/bind.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/function/virtual/bind'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/virtual/index.js new file mode 100644 index 00000000..ee7a38cd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/function/virtual/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/function/virtual'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/get-iterator-method.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/get-iterator-method.js new file mode 100644 index 00000000..8ec61893 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/get-iterator-method.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../es/get-iterator-method'); +require('../modules/web.dom-collections.iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/get-iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/get-iterator.js new file mode 100644 index 00000000..e91de843 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/get-iterator.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../es/get-iterator'); +require('../modules/web.dom-collections.iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/global-this.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/global-this.js new file mode 100644 index 00000000..2c4ca755 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/global-this.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../es/global-this'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/index.js new file mode 100644 index 00000000..bfa307bf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/index.js @@ -0,0 +1,292 @@ +'use strict'; +require('../modules/es.symbol'); +require('../modules/es.symbol.description'); +require('../modules/es.symbol.async-iterator'); +require('../modules/es.symbol.has-instance'); +require('../modules/es.symbol.is-concat-spreadable'); +require('../modules/es.symbol.iterator'); +require('../modules/es.symbol.match'); +require('../modules/es.symbol.match-all'); +require('../modules/es.symbol.replace'); +require('../modules/es.symbol.search'); +require('../modules/es.symbol.species'); +require('../modules/es.symbol.split'); +require('../modules/es.symbol.to-primitive'); +require('../modules/es.symbol.to-string-tag'); +require('../modules/es.symbol.unscopables'); +require('../modules/es.error.cause'); +require('../modules/es.error.to-string'); +require('../modules/es.aggregate-error'); +require('../modules/es.aggregate-error.cause'); +require('../modules/es.array.at'); +require('../modules/es.array.concat'); +require('../modules/es.array.copy-within'); +require('../modules/es.array.every'); +require('../modules/es.array.fill'); +require('../modules/es.array.filter'); +require('../modules/es.array.find'); +require('../modules/es.array.find-index'); +require('../modules/es.array.find-last'); +require('../modules/es.array.find-last-index'); +require('../modules/es.array.flat'); +require('../modules/es.array.flat-map'); +require('../modules/es.array.for-each'); +require('../modules/es.array.from'); +require('../modules/es.array.includes'); +require('../modules/es.array.index-of'); +require('../modules/es.array.is-array'); +require('../modules/es.array.iterator'); +require('../modules/es.array.join'); +require('../modules/es.array.last-index-of'); +require('../modules/es.array.map'); +require('../modules/es.array.of'); +require('../modules/es.array.push'); +require('../modules/es.array.reduce'); +require('../modules/es.array.reduce-right'); +require('../modules/es.array.reverse'); +require('../modules/es.array.slice'); +require('../modules/es.array.some'); +require('../modules/es.array.sort'); +require('../modules/es.array.species'); +require('../modules/es.array.splice'); +require('../modules/es.array.to-reversed'); +require('../modules/es.array.to-sorted'); +require('../modules/es.array.to-spliced'); +require('../modules/es.array.unscopables.flat'); +require('../modules/es.array.unscopables.flat-map'); +require('../modules/es.array.unshift'); +require('../modules/es.array.with'); +require('../modules/es.array-buffer.constructor'); +require('../modules/es.array-buffer.is-view'); +require('../modules/es.array-buffer.slice'); +require('../modules/es.data-view'); +require('../modules/es.array-buffer.detached'); +require('../modules/es.array-buffer.transfer'); +require('../modules/es.array-buffer.transfer-to-fixed-length'); +require('../modules/es.date.get-year'); +require('../modules/es.date.now'); +require('../modules/es.date.set-year'); +require('../modules/es.date.to-gmt-string'); +require('../modules/es.date.to-iso-string'); +require('../modules/es.date.to-json'); +require('../modules/es.date.to-primitive'); +require('../modules/es.date.to-string'); +require('../modules/es.escape'); +require('../modules/es.function.bind'); +require('../modules/es.function.has-instance'); +require('../modules/es.function.name'); +require('../modules/es.global-this'); +require('../modules/es.iterator.constructor'); +require('../modules/es.iterator.drop'); +require('../modules/es.iterator.every'); +require('../modules/es.iterator.filter'); +require('../modules/es.iterator.find'); +require('../modules/es.iterator.flat-map'); +require('../modules/es.iterator.for-each'); +require('../modules/es.iterator.from'); +require('../modules/es.iterator.map'); +require('../modules/es.iterator.reduce'); +require('../modules/es.iterator.some'); +require('../modules/es.iterator.take'); +require('../modules/es.iterator.to-array'); +require('../modules/es.json.stringify'); +require('../modules/es.json.to-string-tag'); +require('../modules/es.map'); +require('../modules/es.map.group-by'); +require('../modules/es.math.acosh'); +require('../modules/es.math.asinh'); +require('../modules/es.math.atanh'); +require('../modules/es.math.cbrt'); +require('../modules/es.math.clz32'); +require('../modules/es.math.cosh'); +require('../modules/es.math.expm1'); +require('../modules/es.math.fround'); +require('../modules/es.math.hypot'); +require('../modules/es.math.imul'); +require('../modules/es.math.log10'); +require('../modules/es.math.log1p'); +require('../modules/es.math.log2'); +require('../modules/es.math.sign'); +require('../modules/es.math.sinh'); +require('../modules/es.math.tanh'); +require('../modules/es.math.to-string-tag'); +require('../modules/es.math.trunc'); +require('../modules/es.number.constructor'); +require('../modules/es.number.epsilon'); +require('../modules/es.number.is-finite'); +require('../modules/es.number.is-integer'); +require('../modules/es.number.is-nan'); +require('../modules/es.number.is-safe-integer'); +require('../modules/es.number.max-safe-integer'); +require('../modules/es.number.min-safe-integer'); +require('../modules/es.number.parse-float'); +require('../modules/es.number.parse-int'); +require('../modules/es.number.to-exponential'); +require('../modules/es.number.to-fixed'); +require('../modules/es.number.to-precision'); +require('../modules/es.object.assign'); +require('../modules/es.object.create'); +require('../modules/es.object.define-getter'); +require('../modules/es.object.define-properties'); +require('../modules/es.object.define-property'); +require('../modules/es.object.define-setter'); +require('../modules/es.object.entries'); +require('../modules/es.object.freeze'); +require('../modules/es.object.from-entries'); +require('../modules/es.object.get-own-property-descriptor'); +require('../modules/es.object.get-own-property-descriptors'); +require('../modules/es.object.get-own-property-names'); +require('../modules/es.object.get-prototype-of'); +require('../modules/es.object.group-by'); +require('../modules/es.object.has-own'); +require('../modules/es.object.is'); +require('../modules/es.object.is-extensible'); +require('../modules/es.object.is-frozen'); +require('../modules/es.object.is-sealed'); +require('../modules/es.object.keys'); +require('../modules/es.object.lookup-getter'); +require('../modules/es.object.lookup-setter'); +require('../modules/es.object.prevent-extensions'); +require('../modules/es.object.proto'); +require('../modules/es.object.seal'); +require('../modules/es.object.set-prototype-of'); +require('../modules/es.object.to-string'); +require('../modules/es.object.values'); +require('../modules/es.parse-float'); +require('../modules/es.parse-int'); +require('../modules/es.promise'); +require('../modules/es.promise.all-settled'); +require('../modules/es.promise.any'); +require('../modules/es.promise.finally'); +require('../modules/es.promise.try'); +require('../modules/es.promise.with-resolvers'); +require('../modules/es.reflect.apply'); +require('../modules/es.reflect.construct'); +require('../modules/es.reflect.define-property'); +require('../modules/es.reflect.delete-property'); +require('../modules/es.reflect.get'); +require('../modules/es.reflect.get-own-property-descriptor'); +require('../modules/es.reflect.get-prototype-of'); +require('../modules/es.reflect.has'); +require('../modules/es.reflect.is-extensible'); +require('../modules/es.reflect.own-keys'); +require('../modules/es.reflect.prevent-extensions'); +require('../modules/es.reflect.set'); +require('../modules/es.reflect.set-prototype-of'); +require('../modules/es.reflect.to-string-tag'); +require('../modules/es.regexp.constructor'); +require('../modules/es.regexp.dot-all'); +require('../modules/es.regexp.exec'); +require('../modules/es.regexp.flags'); +require('../modules/es.regexp.sticky'); +require('../modules/es.regexp.test'); +require('../modules/es.regexp.to-string'); +require('../modules/es.set'); +require('../modules/es.set.difference.v2'); +require('../modules/es.set.intersection.v2'); +require('../modules/es.set.is-disjoint-from.v2'); +require('../modules/es.set.is-subset-of.v2'); +require('../modules/es.set.is-superset-of.v2'); +require('../modules/es.set.symmetric-difference.v2'); +require('../modules/es.set.union.v2'); +require('../modules/es.string.at-alternative'); +require('../modules/es.string.code-point-at'); +require('../modules/es.string.ends-with'); +require('../modules/es.string.from-code-point'); +require('../modules/es.string.includes'); +require('../modules/es.string.is-well-formed'); +require('../modules/es.string.iterator'); +require('../modules/es.string.match'); +require('../modules/es.string.match-all'); +require('../modules/es.string.pad-end'); +require('../modules/es.string.pad-start'); +require('../modules/es.string.raw'); +require('../modules/es.string.repeat'); +require('../modules/es.string.replace'); +require('../modules/es.string.replace-all'); +require('../modules/es.string.search'); +require('../modules/es.string.split'); +require('../modules/es.string.starts-with'); +require('../modules/es.string.substr'); +require('../modules/es.string.to-well-formed'); +require('../modules/es.string.trim'); +require('../modules/es.string.trim-end'); +require('../modules/es.string.trim-start'); +require('../modules/es.string.anchor'); +require('../modules/es.string.big'); +require('../modules/es.string.blink'); +require('../modules/es.string.bold'); +require('../modules/es.string.fixed'); +require('../modules/es.string.fontcolor'); +require('../modules/es.string.fontsize'); +require('../modules/es.string.italics'); +require('../modules/es.string.link'); +require('../modules/es.string.small'); +require('../modules/es.string.strike'); +require('../modules/es.string.sub'); +require('../modules/es.string.sup'); +require('../modules/es.typed-array.float32-array'); +require('../modules/es.typed-array.float64-array'); +require('../modules/es.typed-array.int8-array'); +require('../modules/es.typed-array.int16-array'); +require('../modules/es.typed-array.int32-array'); +require('../modules/es.typed-array.uint8-array'); +require('../modules/es.typed-array.uint8-clamped-array'); +require('../modules/es.typed-array.uint16-array'); +require('../modules/es.typed-array.uint32-array'); +require('../modules/es.typed-array.at'); +require('../modules/es.typed-array.copy-within'); +require('../modules/es.typed-array.every'); +require('../modules/es.typed-array.fill'); +require('../modules/es.typed-array.filter'); +require('../modules/es.typed-array.find'); +require('../modules/es.typed-array.find-index'); +require('../modules/es.typed-array.find-last'); +require('../modules/es.typed-array.find-last-index'); +require('../modules/es.typed-array.for-each'); +require('../modules/es.typed-array.from'); +require('../modules/es.typed-array.includes'); +require('../modules/es.typed-array.index-of'); +require('../modules/es.typed-array.iterator'); +require('../modules/es.typed-array.join'); +require('../modules/es.typed-array.last-index-of'); +require('../modules/es.typed-array.map'); +require('../modules/es.typed-array.of'); +require('../modules/es.typed-array.reduce'); +require('../modules/es.typed-array.reduce-right'); +require('../modules/es.typed-array.reverse'); +require('../modules/es.typed-array.set'); +require('../modules/es.typed-array.slice'); +require('../modules/es.typed-array.some'); +require('../modules/es.typed-array.sort'); +require('../modules/es.typed-array.subarray'); +require('../modules/es.typed-array.to-locale-string'); +require('../modules/es.typed-array.to-reversed'); +require('../modules/es.typed-array.to-sorted'); +require('../modules/es.typed-array.to-string'); +require('../modules/es.typed-array.with'); +require('../modules/es.unescape'); +require('../modules/es.weak-map'); +require('../modules/es.weak-set'); +require('../modules/web.atob'); +require('../modules/web.btoa'); +require('../modules/web.dom-collections.for-each'); +require('../modules/web.dom-collections.iterator'); +require('../modules/web.dom-exception.constructor'); +require('../modules/web.dom-exception.stack'); +require('../modules/web.dom-exception.to-string-tag'); +require('../modules/web.immediate'); +require('../modules/web.queue-microtask'); +require('../modules/web.self'); +require('../modules/web.structured-clone'); +require('../modules/web.timers'); +require('../modules/web.url'); +require('../modules/web.url.can-parse'); +require('../modules/web.url.parse'); +require('../modules/web.url.to-json'); +require('../modules/web.url-search-params'); +require('../modules/web.url-search-params.delete'); +require('../modules/web.url-search-params.has'); +require('../modules/web.url-search-params.size'); + +module.exports = require('../internals/path'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/at.js new file mode 100644 index 00000000..745048cd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/bind.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/bind.js new file mode 100644 index 00000000..ad5f7e0a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/bind.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/bind'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/code-point-at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/code-point-at.js new file mode 100644 index 00000000..a2edf415 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/code-point-at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/code-point-at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/concat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/concat.js new file mode 100644 index 00000000..d098728d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/concat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/concat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/copy-within.js new file mode 100644 index 00000000..ee3ba246 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/copy-within.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/copy-within'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/ends-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/ends-with.js new file mode 100644 index 00000000..ff366c12 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/ends-with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/ends-with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/entries.js new file mode 100644 index 00000000..0a9918dc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/entries.js @@ -0,0 +1,19 @@ +'use strict'; +require('../../modules/web.dom-collections.iterator'); +var classof = require('../../internals/classof'); +var hasOwn = require('../../internals/has-own-property'); +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/entries'); + +var ArrayPrototype = Array.prototype; + +var DOMIterables = { + DOMTokenList: true, + NodeList: true +}; + +module.exports = function (it) { + var own = it.entries; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.entries) + || hasOwn(DOMIterables, classof(it)) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/every.js new file mode 100644 index 00000000..b3c7acee --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/every.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/every'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/fill.js new file mode 100644 index 00000000..768cf75a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/fill.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/fill'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/filter.js new file mode 100644 index 00000000..914f6c86 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/filter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/filter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/find-index.js new file mode 100644 index 00000000..3e4410e1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/find-index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/find-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/find-last-index.js new file mode 100644 index 00000000..4c87c6fa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/find-last-index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/find-last-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/find-last.js new file mode 100644 index 00000000..95ab0b69 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/find-last.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/find-last'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/find.js new file mode 100644 index 00000000..ce67ff59 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/find.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/find'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/flags.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/flags.js new file mode 100644 index 00000000..012b83df --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/flags.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/flags'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/flat-map.js new file mode 100644 index 00000000..89aaac80 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/flat-map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/flat-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/flat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/flat.js new file mode 100644 index 00000000..8acc0fb7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/flat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/flat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/for-each.js new file mode 100644 index 00000000..0ed3caed --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/for-each.js @@ -0,0 +1,19 @@ +'use strict'; +var classof = require('../../internals/classof'); +var hasOwn = require('../../internals/has-own-property'); +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/for-each'); +require('../../modules/web.dom-collections.for-each'); + +var ArrayPrototype = Array.prototype; + +var DOMIterables = { + DOMTokenList: true, + NodeList: true +}; + +module.exports = function (it) { + var own = it.forEach; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.forEach) + || hasOwn(DOMIterables, classof(it)) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/includes.js new file mode 100644 index 00000000..45283f2b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/includes.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/includes'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/index-of.js new file mode 100644 index 00000000..89c0daf6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/is-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/is-well-formed.js new file mode 100644 index 00000000..292abd9e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/is-well-formed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/is-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/keys.js new file mode 100644 index 00000000..4c00406d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/keys.js @@ -0,0 +1,19 @@ +'use strict'; +require('../../modules/web.dom-collections.iterator'); +var classof = require('../../internals/classof'); +var hasOwn = require('../../internals/has-own-property'); +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/keys'); + +var ArrayPrototype = Array.prototype; + +var DOMIterables = { + DOMTokenList: true, + NodeList: true +}; + +module.exports = function (it) { + var own = it.keys; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.keys) + || hasOwn(DOMIterables, classof(it)) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/last-index-of.js new file mode 100644 index 00000000..f14f8c14 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/last-index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/last-index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/map.js new file mode 100644 index 00000000..1b521b02 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/match-all.js new file mode 100644 index 00000000..28e68ae6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/match-all.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/match-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/pad-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/pad-end.js new file mode 100644 index 00000000..d0b48708 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/pad-end.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/pad-end'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/pad-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/pad-start.js new file mode 100644 index 00000000..d41f8f0e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/pad-start.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/pad-start'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/push.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/push.js new file mode 100644 index 00000000..674250a1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/push.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/push'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/reduce-right.js new file mode 100644 index 00000000..fd485df3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/reduce-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/reduce-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/reduce.js new file mode 100644 index 00000000..02f72cb5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/reduce.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/reduce'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/repeat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/repeat.js new file mode 100644 index 00000000..81056993 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/repeat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/repeat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/replace-all.js new file mode 100644 index 00000000..a1fcbb02 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/replace-all.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/replace-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/reverse.js new file mode 100644 index 00000000..622325ad --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/reverse.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/reverse'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/slice.js new file mode 100644 index 00000000..d2649072 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/slice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/slice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/some.js new file mode 100644 index 00000000..4578f7fb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/some.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/some'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/sort.js new file mode 100644 index 00000000..214fa8fd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/sort.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/sort'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/splice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/splice.js new file mode 100644 index 00000000..9f97f894 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/splice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/splice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/starts-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/starts-with.js new file mode 100644 index 00000000..907985dd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/starts-with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/starts-with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/to-reversed.js new file mode 100644 index 00000000..7464291e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/to-reversed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/to-reversed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/to-sorted.js new file mode 100644 index 00000000..d4d8ca7c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/to-sorted.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/to-sorted'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/to-spliced.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/to-spliced.js new file mode 100644 index 00000000..68a32bd5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/to-spliced.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/to-spliced'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/to-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/to-well-formed.js new file mode 100644 index 00000000..a3177e36 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/to-well-formed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/to-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim-end.js new file mode 100644 index 00000000..e16a8629 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim-end.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/trim-end'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim-left.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim-left.js new file mode 100644 index 00000000..3d60632e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim-left.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/trim-left'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim-right.js new file mode 100644 index 00000000..ad81d599 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/trim-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim-start.js new file mode 100644 index 00000000..7877fbe3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim-start.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/trim-start'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim.js new file mode 100644 index 00000000..008afe4a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/trim.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/trim'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/unshift.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/unshift.js new file mode 100644 index 00000000..178cfc92 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/unshift.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/unshift'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/values.js new file mode 100644 index 00000000..0ef76852 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/values.js @@ -0,0 +1,19 @@ +'use strict'; +require('../../modules/web.dom-collections.iterator'); +var classof = require('../../internals/classof'); +var hasOwn = require('../../internals/has-own-property'); +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/values'); + +var ArrayPrototype = Array.prototype; + +var DOMIterables = { + DOMTokenList: true, + NodeList: true +}; + +module.exports = function (it) { + var own = it.values; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.values) + || hasOwn(DOMIterables, classof(it)) ? method : own; +}; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/with.js new file mode 100644 index 00000000..1994520d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/instance/with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/instance/with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/is-iterable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/is-iterable.js new file mode 100644 index 00000000..8b5315a5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/is-iterable.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../es/is-iterable'); +require('../modules/web.dom-collections.iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/drop.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/drop.js new file mode 100644 index 00000000..677a588b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/drop.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/iterator/drop'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/every.js new file mode 100644 index 00000000..6a565a2e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/every.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/iterator/every'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/filter.js new file mode 100644 index 00000000..b34543d5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/filter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/iterator/filter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/find.js new file mode 100644 index 00000000..6ec257c0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/find.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/iterator/find'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/flat-map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/flat-map.js new file mode 100644 index 00000000..dfc6dc6d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/flat-map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/iterator/flat-map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/for-each.js new file mode 100644 index 00000000..e5f1ad17 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/for-each.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/iterator/for-each'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/from.js new file mode 100644 index 00000000..0ed9ade3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/from.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/iterator/from'); +require('../../modules/web.dom-collections.iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/index.js new file mode 100644 index 00000000..9912e0c2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/index.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/iterator'); +require('../../modules/web.dom-collections.iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/map.js new file mode 100644 index 00000000..02b944fb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/iterator/map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/reduce.js new file mode 100644 index 00000000..4e29d5cb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/reduce.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/iterator/reduce'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/some.js new file mode 100644 index 00000000..6fa2c750 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/some.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/iterator/some'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/take.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/take.js new file mode 100644 index 00000000..4018f1c8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/take.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/iterator/take'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/to-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/to-array.js new file mode 100644 index 00000000..377abdf6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/iterator/to-array.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/iterator/to-array'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/json/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/json/index.js new file mode 100644 index 00000000..8cd8376b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/json/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/json'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/json/stringify.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/json/stringify.js new file mode 100644 index 00000000..ef878650 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/json/stringify.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/json/stringify'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/json/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/json/to-string-tag.js new file mode 100644 index 00000000..d2c991a8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/json/to-string-tag.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/json/to-string-tag'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/map/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/map/group-by.js new file mode 100644 index 00000000..c7d22f02 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/map/group-by.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/map/group-by'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/map/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/map/index.js new file mode 100644 index 00000000..e10edd66 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/map/index.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/map'); +require('../../modules/web.dom-collections.iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/acosh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/acosh.js new file mode 100644 index 00000000..a9206ca1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/acosh.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math/acosh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/asinh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/asinh.js new file mode 100644 index 00000000..c9fe44e0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/asinh.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math/asinh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/atanh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/atanh.js new file mode 100644 index 00000000..47e6b33a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/atanh.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math/atanh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/cbrt.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/cbrt.js new file mode 100644 index 00000000..ae5c1afd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/cbrt.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math/cbrt'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/clz32.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/clz32.js new file mode 100644 index 00000000..d6add6b9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/clz32.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math/clz32'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/cosh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/cosh.js new file mode 100644 index 00000000..b54b3667 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/cosh.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math/cosh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/expm1.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/expm1.js new file mode 100644 index 00000000..b3fdc6d5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/expm1.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math/expm1'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/fround.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/fround.js new file mode 100644 index 00000000..8399b9e5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/fround.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math/fround'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/hypot.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/hypot.js new file mode 100644 index 00000000..f26138c8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/hypot.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math/hypot'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/imul.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/imul.js new file mode 100644 index 00000000..5302d3bc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/imul.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math/imul'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/index.js new file mode 100644 index 00000000..370efcae --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/log10.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/log10.js new file mode 100644 index 00000000..68e82b2a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/log10.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math/log10'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/log1p.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/log1p.js new file mode 100644 index 00000000..f24450a8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/log1p.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math/log1p'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/log2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/log2.js new file mode 100644 index 00000000..264193a2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/log2.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math/log2'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/sign.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/sign.js new file mode 100644 index 00000000..7ff26587 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/sign.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math/sign'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/sinh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/sinh.js new file mode 100644 index 00000000..9b426d47 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/sinh.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math/sinh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/tanh.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/tanh.js new file mode 100644 index 00000000..00dd5b77 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/tanh.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math/tanh'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/to-string-tag.js new file mode 100644 index 00000000..89d59d31 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/to-string-tag.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math/to-string-tag'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/trunc.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/trunc.js new file mode 100644 index 00000000..3fc8041d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/math/trunc.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/math/trunc'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/constructor.js new file mode 100644 index 00000000..faf98bba --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/constructor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/number/constructor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/epsilon.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/epsilon.js new file mode 100644 index 00000000..70fc56c4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/epsilon.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/number/epsilon'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/index.js new file mode 100644 index 00000000..c38e52dc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/number'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/is-finite.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/is-finite.js new file mode 100644 index 00000000..f2641dfa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/is-finite.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/number/is-finite'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/is-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/is-integer.js new file mode 100644 index 00000000..2727681a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/is-integer.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/number/is-integer'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/is-nan.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/is-nan.js new file mode 100644 index 00000000..a2755ce1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/is-nan.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/number/is-nan'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/is-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/is-safe-integer.js new file mode 100644 index 00000000..e230ff7e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/is-safe-integer.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/number/is-safe-integer'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/max-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/max-safe-integer.js new file mode 100644 index 00000000..3615661f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/max-safe-integer.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/number/max-safe-integer'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/min-safe-integer.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/min-safe-integer.js new file mode 100644 index 00000000..3f0e6cfa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/min-safe-integer.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/number/min-safe-integer'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/parse-float.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/parse-float.js new file mode 100644 index 00000000..8557796a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/parse-float.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/number/parse-float'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/parse-int.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/parse-int.js new file mode 100644 index 00000000..41f3f3a8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/parse-int.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/number/parse-int'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/to-exponential.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/to-exponential.js new file mode 100644 index 00000000..e3a3d9f4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/to-exponential.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/number/to-exponential'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/to-fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/to-fixed.js new file mode 100644 index 00000000..dcf510bf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/to-fixed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/number/to-fixed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/to-precision.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/to-precision.js new file mode 100644 index 00000000..7a7df4d2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/to-precision.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/number/to-precision'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/virtual/index.js new file mode 100644 index 00000000..66b17796 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/virtual/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/number/virtual'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/virtual/to-exponential.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/virtual/to-exponential.js new file mode 100644 index 00000000..8fecaf27 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/virtual/to-exponential.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/number/virtual/to-exponential'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/virtual/to-fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/virtual/to-fixed.js new file mode 100644 index 00000000..3631cff0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/virtual/to-fixed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/number/virtual/to-fixed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/virtual/to-precision.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/virtual/to-precision.js new file mode 100644 index 00000000..59d30cdd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/number/virtual/to-precision.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/number/virtual/to-precision'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/assign.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/assign.js new file mode 100644 index 00000000..e180c76a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/assign.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/assign'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/create.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/create.js new file mode 100644 index 00000000..6ca30974 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/create.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/create'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/define-getter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/define-getter.js new file mode 100644 index 00000000..aaee5076 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/define-getter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/define-getter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/define-properties.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/define-properties.js new file mode 100644 index 00000000..6754c3b5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/define-properties.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/define-properties'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/define-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/define-property.js new file mode 100644 index 00000000..56f11d9d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/define-property.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/define-property'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/define-setter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/define-setter.js new file mode 100644 index 00000000..04e8c376 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/define-setter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/define-setter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/entries.js new file mode 100644 index 00000000..5e98513a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/entries.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/entries'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/freeze.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/freeze.js new file mode 100644 index 00000000..0fec058e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/freeze.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/freeze'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/from-entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/from-entries.js new file mode 100644 index 00000000..633b68c0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/from-entries.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/object/from-entries'); +require('../../modules/web.dom-collections.iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-own-property-descriptor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-own-property-descriptor.js new file mode 100644 index 00000000..49e99035 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-own-property-descriptor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/get-own-property-descriptor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-own-property-descriptors.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-own-property-descriptors.js new file mode 100644 index 00000000..081f7596 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-own-property-descriptors.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/get-own-property-descriptors'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-own-property-names.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-own-property-names.js new file mode 100644 index 00000000..fcec1fd4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-own-property-names.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/get-own-property-names'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-own-property-symbols.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-own-property-symbols.js new file mode 100644 index 00000000..1585fdc9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-own-property-symbols.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/get-own-property-symbols'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-prototype-of.js new file mode 100644 index 00000000..46bfd2d2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/get-prototype-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/get-prototype-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/group-by.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/group-by.js new file mode 100644 index 00000000..c6163a56 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/group-by.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/group-by'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/has-own.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/has-own.js new file mode 100644 index 00000000..dd2002db --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/has-own.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/has-own'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/index.js new file mode 100644 index 00000000..bd849dcc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/index.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/object'); +require('../../modules/web.dom-collections.iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/is-extensible.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/is-extensible.js new file mode 100644 index 00000000..f7de1a48 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/is-extensible.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/is-extensible'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/is-frozen.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/is-frozen.js new file mode 100644 index 00000000..39a44930 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/is-frozen.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/is-frozen'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/is-sealed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/is-sealed.js new file mode 100644 index 00000000..3be1ca9e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/is-sealed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/is-sealed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/is.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/is.js new file mode 100644 index 00000000..5aebdf82 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/is.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/is'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/keys.js new file mode 100644 index 00000000..74e942e9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/keys.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/keys'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/lookup-getter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/lookup-getter.js new file mode 100644 index 00000000..ae21d750 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/lookup-getter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/lookup-getter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/lookup-setter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/lookup-setter.js new file mode 100644 index 00000000..c0155854 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/lookup-setter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/lookup-setter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/prevent-extensions.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/prevent-extensions.js new file mode 100644 index 00000000..a673c7c5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/prevent-extensions.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/prevent-extensions'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/proto.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/proto.js new file mode 100644 index 00000000..8c9f1b87 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/proto.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/proto'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/seal.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/seal.js new file mode 100644 index 00000000..87755d3b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/seal.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/seal'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/set-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/set-prototype-of.js new file mode 100644 index 00000000..cb5a173f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/set-prototype-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/set-prototype-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/to-string.js new file mode 100644 index 00000000..a8d0abd1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/to-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/to-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/values.js new file mode 100644 index 00000000..3052e588 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/object/values.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/object/values'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/parse-float.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/parse-float.js new file mode 100644 index 00000000..2b0eae0c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/parse-float.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../es/parse-float'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/parse-int.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/parse-int.js new file mode 100644 index 00000000..d8c07fdf --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/parse-int.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../es/parse-int'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/all-settled.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/all-settled.js new file mode 100644 index 00000000..d1e211b2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/all-settled.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/promise/all-settled'); +require('../../modules/web.dom-collections.iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/any.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/any.js new file mode 100644 index 00000000..63482c89 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/any.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/promise/any'); +require('../../modules/web.dom-collections.iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/finally.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/finally.js new file mode 100644 index 00000000..25a5f2c2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/finally.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/promise/finally'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/index.js new file mode 100644 index 00000000..cc69685c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/index.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/promise'); +require('../../modules/web.dom-collections.iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/try.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/try.js new file mode 100644 index 00000000..a9149be3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/try.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/promise/try'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/with-resolvers.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/with-resolvers.js new file mode 100644 index 00000000..5ea677d3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/promise/with-resolvers.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/promise/with-resolvers'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/queue-microtask.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/queue-microtask.js new file mode 100644 index 00000000..9d07e2e3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/queue-microtask.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../web/queue-microtask'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/apply.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/apply.js new file mode 100644 index 00000000..94994e36 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/apply.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/reflect/apply'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/construct.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/construct.js new file mode 100644 index 00000000..72f669d9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/construct.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/reflect/construct'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/define-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/define-property.js new file mode 100644 index 00000000..f98593a8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/define-property.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/reflect/define-property'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/delete-property.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/delete-property.js new file mode 100644 index 00000000..1bd3f867 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/delete-property.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/reflect/delete-property'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/get-own-property-descriptor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/get-own-property-descriptor.js new file mode 100644 index 00000000..96cd6d9f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/get-own-property-descriptor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/reflect/get-own-property-descriptor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/get-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/get-prototype-of.js new file mode 100644 index 00000000..ae5fa571 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/get-prototype-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/reflect/get-prototype-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/get.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/get.js new file mode 100644 index 00000000..a342e123 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/get.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/reflect/get'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/has.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/has.js new file mode 100644 index 00000000..fcbf3330 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/has.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/reflect/has'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/index.js new file mode 100644 index 00000000..c8cb648c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/reflect'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/is-extensible.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/is-extensible.js new file mode 100644 index 00000000..3c76f43f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/is-extensible.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/reflect/is-extensible'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/own-keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/own-keys.js new file mode 100644 index 00000000..3c01f785 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/own-keys.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/reflect/own-keys'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/prevent-extensions.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/prevent-extensions.js new file mode 100644 index 00000000..9869cc8e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/prevent-extensions.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/reflect/prevent-extensions'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/set-prototype-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/set-prototype-of.js new file mode 100644 index 00000000..3db7ab72 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/set-prototype-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/reflect/set-prototype-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/set.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/set.js new file mode 100644 index 00000000..894287b0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/set.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/reflect/set'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/to-string-tag.js new file mode 100644 index 00000000..3908aff3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/reflect/to-string-tag.js @@ -0,0 +1,4 @@ +'use strict'; +require('../../modules/es.reflect.to-string-tag'); + +module.exports = 'Reflect'; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/constructor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/constructor.js new file mode 100644 index 00000000..fc090d03 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/constructor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/regexp/constructor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/dot-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/dot-all.js new file mode 100644 index 00000000..ea55b605 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/dot-all.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/regexp/dot-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/flags.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/flags.js new file mode 100644 index 00000000..780fac2c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/flags.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/regexp/flags'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/index.js new file mode 100644 index 00000000..72e616c7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/regexp'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/match.js new file mode 100644 index 00000000..f7d5d0d1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/match.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/regexp/match'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/replace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/replace.js new file mode 100644 index 00000000..07750927 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/replace.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/regexp/replace'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/search.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/search.js new file mode 100644 index 00000000..f4fb6b7b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/search.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/regexp/search'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/split.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/split.js new file mode 100644 index 00000000..4dda86aa --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/split.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/regexp/split'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/sticky.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/sticky.js new file mode 100644 index 00000000..7897bd60 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/sticky.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/regexp/sticky'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/test.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/test.js new file mode 100644 index 00000000..2fbef7bd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/test.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/regexp/test'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/to-string.js new file mode 100644 index 00000000..edf2c0e0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/regexp/to-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/regexp/to-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/self.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/self.js new file mode 100644 index 00000000..b4850ee7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/self.js @@ -0,0 +1,5 @@ +'use strict'; +require('../modules/web.self'); +var path = require('../internals/path'); + +module.exports = path.self; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set-immediate.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set-immediate.js new file mode 100644 index 00000000..379b982e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set-immediate.js @@ -0,0 +1,5 @@ +'use strict'; +require('../modules/web.immediate'); +var path = require('../internals/path'); + +module.exports = path.setImmediate; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set-interval.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set-interval.js new file mode 100644 index 00000000..b49aca55 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set-interval.js @@ -0,0 +1,5 @@ +'use strict'; +require('../modules/web.timers'); +var path = require('../internals/path'); + +module.exports = path.setInterval; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set-timeout.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set-timeout.js new file mode 100644 index 00000000..e178923d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set-timeout.js @@ -0,0 +1,5 @@ +'use strict'; +require('../modules/web.timers'); +var path = require('../internals/path'); + +module.exports = path.setTimeout; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/difference.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/difference.js new file mode 100644 index 00000000..c9880919 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/difference.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/set/difference'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/index.js new file mode 100644 index 00000000..b7e35e47 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/index.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/set'); +require('../../modules/web.dom-collections.iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/intersection.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/intersection.js new file mode 100644 index 00000000..5791c5b1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/intersection.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/set/intersection'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/is-disjoint-from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/is-disjoint-from.js new file mode 100644 index 00000000..fa256626 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/is-disjoint-from.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/set/is-disjoint-from'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/is-subset-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/is-subset-of.js new file mode 100644 index 00000000..39834993 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/is-subset-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/set/is-subset-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/is-superset-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/is-superset-of.js new file mode 100644 index 00000000..c0cddad8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/is-superset-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/set/is-superset-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/symmetric-difference.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/symmetric-difference.js new file mode 100644 index 00000000..ab6b27b2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/symmetric-difference.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/set/symmetric-difference'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/union.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/union.js new file mode 100644 index 00000000..5d7ece27 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/set/union.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/set/union'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/anchor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/anchor.js new file mode 100644 index 00000000..a17713c8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/anchor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/anchor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/at.js new file mode 100644 index 00000000..9caf17d6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/big.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/big.js new file mode 100644 index 00000000..9a0c1c6a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/big.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/big'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/blink.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/blink.js new file mode 100644 index 00000000..d2b74b33 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/blink.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/blink'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/bold.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/bold.js new file mode 100644 index 00000000..e2ca678c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/bold.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/bold'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/code-point-at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/code-point-at.js new file mode 100644 index 00000000..8c2d5bba --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/code-point-at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/code-point-at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/ends-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/ends-with.js new file mode 100644 index 00000000..f1c17787 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/ends-with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/ends-with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/fixed.js new file mode 100644 index 00000000..b07f2d38 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/fixed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/fixed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/fontcolor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/fontcolor.js new file mode 100644 index 00000000..781fd1ea --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/fontcolor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/fontcolor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/fontsize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/fontsize.js new file mode 100644 index 00000000..a5e976a6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/fontsize.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/fontsize'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/from-code-point.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/from-code-point.js new file mode 100644 index 00000000..3b51dff3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/from-code-point.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/from-code-point'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/includes.js new file mode 100644 index 00000000..88b14c5b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/includes.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/includes'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/index.js new file mode 100644 index 00000000..af1bcb26 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/is-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/is-well-formed.js new file mode 100644 index 00000000..35ba7523 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/is-well-formed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/is-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/italics.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/italics.js new file mode 100644 index 00000000..e3c669f2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/italics.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/italics'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/iterator.js new file mode 100644 index 00000000..1fcf858e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/link.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/link.js new file mode 100644 index 00000000..920ce956 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/link.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/link'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/match-all.js new file mode 100644 index 00000000..74e25882 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/match-all.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/match-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/match.js new file mode 100644 index 00000000..d0c495a9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/match.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/match'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/pad-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/pad-end.js new file mode 100644 index 00000000..b0b91230 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/pad-end.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/pad-end'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/pad-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/pad-start.js new file mode 100644 index 00000000..cb83bd50 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/pad-start.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/pad-start'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/raw.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/raw.js new file mode 100644 index 00000000..dbba130d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/raw.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/raw'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/repeat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/repeat.js new file mode 100644 index 00000000..e1aedfcb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/repeat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/repeat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/replace-all.js new file mode 100644 index 00000000..88855508 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/replace-all.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/replace-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/replace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/replace.js new file mode 100644 index 00000000..d30fbeb2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/replace.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/replace'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/search.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/search.js new file mode 100644 index 00000000..fab8643d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/search.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/search'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/small.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/small.js new file mode 100644 index 00000000..9ce14b68 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/small.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/small'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/split.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/split.js new file mode 100644 index 00000000..82e7ce25 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/split.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/split'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/starts-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/starts-with.js new file mode 100644 index 00000000..78c17165 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/starts-with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/starts-with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/strike.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/strike.js new file mode 100644 index 00000000..1bb8b81a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/strike.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/strike'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/sub.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/sub.js new file mode 100644 index 00000000..12a57a37 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/sub.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/sub'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/substr.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/substr.js new file mode 100644 index 00000000..7c7fe2d4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/substr.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/substr'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/sup.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/sup.js new file mode 100644 index 00000000..e68750a7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/sup.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/sup'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/to-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/to-well-formed.js new file mode 100644 index 00000000..6193ba76 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/to-well-formed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/to-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim-end.js new file mode 100644 index 00000000..1088705f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim-end.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/trim-end'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim-left.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim-left.js new file mode 100644 index 00000000..1909d02a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim-left.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/trim-left'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim-right.js new file mode 100644 index 00000000..37aa0686 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/trim-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim-start.js new file mode 100644 index 00000000..47b5d42a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim-start.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/trim-start'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim.js new file mode 100644 index 00000000..6db2e8f5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/trim.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/string/trim'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/anchor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/anchor.js new file mode 100644 index 00000000..867aaa12 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/anchor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/anchor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/at.js new file mode 100644 index 00000000..f0b8c654 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/big.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/big.js new file mode 100644 index 00000000..18740276 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/big.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/big'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/blink.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/blink.js new file mode 100644 index 00000000..acd2a76b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/blink.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/blink'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/bold.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/bold.js new file mode 100644 index 00000000..e86a6dd0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/bold.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/bold'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/code-point-at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/code-point-at.js new file mode 100644 index 00000000..af25c5bd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/code-point-at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/code-point-at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/ends-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/ends-with.js new file mode 100644 index 00000000..1410d8d0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/ends-with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/ends-with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/fixed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/fixed.js new file mode 100644 index 00000000..747f4a2c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/fixed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/fixed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/fontcolor.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/fontcolor.js new file mode 100644 index 00000000..b34881a6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/fontcolor.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/fontcolor'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/fontsize.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/fontsize.js new file mode 100644 index 00000000..a8de306f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/fontsize.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/fontsize'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/includes.js new file mode 100644 index 00000000..82d2a8f1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/includes.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/includes'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/index.js new file mode 100644 index 00000000..17e0666f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/is-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/is-well-formed.js new file mode 100644 index 00000000..ca3313f8 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/is-well-formed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/is-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/italics.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/italics.js new file mode 100644 index 00000000..9652df01 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/italics.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/italics'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/iterator.js new file mode 100644 index 00000000..56dab138 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/link.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/link.js new file mode 100644 index 00000000..133c4258 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/link.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/link'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/match-all.js new file mode 100644 index 00000000..72114921 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/match-all.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/match-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/pad-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/pad-end.js new file mode 100644 index 00000000..bef7418a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/pad-end.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/pad-end'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/pad-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/pad-start.js new file mode 100644 index 00000000..1b112d5a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/pad-start.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/pad-start'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/repeat.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/repeat.js new file mode 100644 index 00000000..3c5bf619 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/repeat.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/repeat'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/replace-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/replace-all.js new file mode 100644 index 00000000..0c8be0d1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/replace-all.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/replace-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/small.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/small.js new file mode 100644 index 00000000..34c50203 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/small.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/small'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/starts-with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/starts-with.js new file mode 100644 index 00000000..81bd97d0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/starts-with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/starts-with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/strike.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/strike.js new file mode 100644 index 00000000..2238ef57 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/strike.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/strike'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/sub.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/sub.js new file mode 100644 index 00000000..b6f2a5a2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/sub.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/sub'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/substr.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/substr.js new file mode 100644 index 00000000..a3dafd3d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/substr.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/substr'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/sup.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/sup.js new file mode 100644 index 00000000..99680188 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/sup.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/sup'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/to-well-formed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/to-well-formed.js new file mode 100644 index 00000000..31f54f70 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/to-well-formed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/to-well-formed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim-end.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim-end.js new file mode 100644 index 00000000..3f3d22c9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim-end.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/trim-end'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim-left.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim-left.js new file mode 100644 index 00000000..b44db439 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim-left.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/trim-left'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim-right.js new file mode 100644 index 00000000..d6ed8fe2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/trim-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim-start.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim-start.js new file mode 100644 index 00000000..869c2376 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim-start.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/trim-start'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim.js new file mode 100644 index 00000000..218155ac --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/string/virtual/trim.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../../es/string/virtual/trim'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/structured-clone.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/structured-clone.js new file mode 100644 index 00000000..3c877c0f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/structured-clone.js @@ -0,0 +1,14 @@ +'use strict'; +require('../modules/es.error.to-string'); +require('../modules/es.array.iterator'); +require('../modules/es.object.keys'); +require('../modules/es.object.to-string'); +require('../modules/es.map'); +require('../modules/es.set'); +require('../modules/web.dom-exception.constructor'); +require('../modules/web.dom-exception.stack'); +require('../modules/web.dom-exception.to-string-tag'); +require('../modules/web.structured-clone'); +var path = require('../internals/path'); + +module.exports = path.structuredClone; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/async-iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/async-iterator.js new file mode 100644 index 00000000..0b51219f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/async-iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/symbol/async-iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/description.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/description.js new file mode 100644 index 00000000..299f557b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/description.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/symbol/description'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/for.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/for.js new file mode 100644 index 00000000..ce0ec945 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/for.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/symbol/for'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/has-instance.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/has-instance.js new file mode 100644 index 00000000..4f3b9fdc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/has-instance.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/symbol/has-instance'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/index.js new file mode 100644 index 00000000..297807ac --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/index.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/symbol'); +require('../../modules/web.dom-collections.iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/is-concat-spreadable.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/is-concat-spreadable.js new file mode 100644 index 00000000..342f8392 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/is-concat-spreadable.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/symbol/is-concat-spreadable'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/iterator.js new file mode 100644 index 00000000..61fdcd1b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/iterator.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/symbol/iterator'); +require('../../modules/web.dom-collections.iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/key-for.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/key-for.js new file mode 100644 index 00000000..8c0a2454 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/key-for.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/symbol/key-for'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/match-all.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/match-all.js new file mode 100644 index 00000000..2b3e7920 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/match-all.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/symbol/match-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/match.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/match.js new file mode 100644 index 00000000..5771ecc2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/match.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/symbol/match'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/replace.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/replace.js new file mode 100644 index 00000000..32de402a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/replace.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/symbol/replace'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/search.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/search.js new file mode 100644 index 00000000..33f7af26 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/search.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/symbol/search'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/species.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/species.js new file mode 100644 index 00000000..1993f385 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/species.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/symbol/species'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/split.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/split.js new file mode 100644 index 00000000..36591f5b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/split.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/symbol/split'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/to-primitive.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/to-primitive.js new file mode 100644 index 00000000..0ff90d15 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/to-primitive.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/symbol/to-primitive'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/to-string-tag.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/to-string-tag.js new file mode 100644 index 00000000..07743c3a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/to-string-tag.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/symbol/to-string-tag'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/unscopables.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/unscopables.js new file mode 100644 index 00000000..a9a1e9bc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/symbol/unscopables.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/symbol/unscopables'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/at.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/at.js new file mode 100644 index 00000000..c37f9a51 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/at.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/at'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/copy-within.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/copy-within.js new file mode 100644 index 00000000..5475894b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/copy-within.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/copy-within'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/entries.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/entries.js new file mode 100644 index 00000000..5840f90c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/entries.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/entries'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/every.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/every.js new file mode 100644 index 00000000..6e35c970 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/every.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/every'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/fill.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/fill.js new file mode 100644 index 00000000..ae1b3b72 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/fill.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/fill'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/filter.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/filter.js new file mode 100644 index 00000000..bd128d32 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/filter.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/filter'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/find-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/find-index.js new file mode 100644 index 00000000..d5a65c9c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/find-index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/find-index'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/find-last-index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/find-last-index.js new file mode 100644 index 00000000..8c052057 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/find-last-index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../es/typed-array/find-last-index'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/find-last.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/find-last.js new file mode 100644 index 00000000..2ed42749 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/find-last.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('../../es/typed-array/find-last'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/find.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/find.js new file mode 100644 index 00000000..f0f958ba --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/find.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/find'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/float32-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/float32-array.js new file mode 100644 index 00000000..8452ba99 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/float32-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/typed-array/float32-array'); +require('../../stable/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/float64-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/float64-array.js new file mode 100644 index 00000000..311dd181 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/float64-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/typed-array/float64-array'); +require('../../stable/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/for-each.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/for-each.js new file mode 100644 index 00000000..4461c21f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/for-each.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/for-each'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/from.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/from.js new file mode 100644 index 00000000..a4ed37eb --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/from.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/from'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/includes.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/includes.js new file mode 100644 index 00000000..4725ca7d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/includes.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/includes'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/index-of.js new file mode 100644 index 00000000..0b8a574d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/index.js new file mode 100644 index 00000000..8f49ed30 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/int16-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/int16-array.js new file mode 100644 index 00000000..5bab6091 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/int16-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/typed-array/int16-array'); +require('../../stable/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/int32-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/int32-array.js new file mode 100644 index 00000000..881fc4e3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/int32-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/typed-array/int32-array'); +require('../../stable/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/int8-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/int8-array.js new file mode 100644 index 00000000..eb56ff3c --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/int8-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/typed-array/int8-array'); +require('../../stable/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/iterator.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/iterator.js new file mode 100644 index 00000000..3adf1945 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/iterator.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/join.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/join.js new file mode 100644 index 00000000..98bfd715 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/join.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/join'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/keys.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/keys.js new file mode 100644 index 00000000..698af2e7 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/keys.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/keys'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/last-index-of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/last-index-of.js new file mode 100644 index 00000000..6bb68b7e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/last-index-of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/last-index-of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/map.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/map.js new file mode 100644 index 00000000..60c2682b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/map.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/map'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/methods.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/methods.js new file mode 100644 index 00000000..1ce17072 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/methods.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/of.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/of.js new file mode 100644 index 00000000..f5b88534 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/of.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/of'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/reduce-right.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/reduce-right.js new file mode 100644 index 00000000..a1bb8ff2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/reduce-right.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/reduce-right'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/reduce.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/reduce.js new file mode 100644 index 00000000..ce088778 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/reduce.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/reduce'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/reverse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/reverse.js new file mode 100644 index 00000000..27c5ea3d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/reverse.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/reverse'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/set.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/set.js new file mode 100644 index 00000000..26c09de3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/set.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/set'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/slice.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/slice.js new file mode 100644 index 00000000..62da77bc --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/slice.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/slice'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/some.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/some.js new file mode 100644 index 00000000..7b996b47 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/some.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/some'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/sort.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/sort.js new file mode 100644 index 00000000..2d479a6f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/sort.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/sort'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/subarray.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/subarray.js new file mode 100644 index 00000000..a1e2bab1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/subarray.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/subarray'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/to-locale-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/to-locale-string.js new file mode 100644 index 00000000..7a2a01ca --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/to-locale-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/to-locale-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/to-reversed.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/to-reversed.js new file mode 100644 index 00000000..1fb1fdba --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/to-reversed.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/to-reversed'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/to-sorted.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/to-sorted.js new file mode 100644 index 00000000..12ea8b14 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/to-sorted.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/to-sorted'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/to-string.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/to-string.js new file mode 100644 index 00000000..37af5032 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/to-string.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/to-string'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/uint16-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/uint16-array.js new file mode 100644 index 00000000..4fc2f5a1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/uint16-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/typed-array/uint16-array'); +require('../../stable/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/uint32-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/uint32-array.js new file mode 100644 index 00000000..0146afb1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/uint32-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/typed-array/uint32-array'); +require('../../stable/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/uint8-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/uint8-array.js new file mode 100644 index 00000000..66f1552e --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/uint8-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/typed-array/uint8-array'); +require('../../stable/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/uint8-clamped-array.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/uint8-clamped-array.js new file mode 100644 index 00000000..5b88f7f3 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/uint8-clamped-array.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/typed-array/uint8-clamped-array'); +require('../../stable/typed-array/methods'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/values.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/values.js new file mode 100644 index 00000000..457c07ae --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/values.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/values'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/with.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/with.js new file mode 100644 index 00000000..5784c0f2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/typed-array/with.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../es/typed-array/with'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/unescape.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/unescape.js new file mode 100644 index 00000000..7fa0f430 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/unescape.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../es/unescape'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url-search-params/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url-search-params/index.js new file mode 100644 index 00000000..df531895 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url-search-params/index.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../web/url-search-params'); +require('../../modules/web.dom-collections.iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url/can-parse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url/can-parse.js new file mode 100644 index 00000000..161f22f0 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url/can-parse.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/web.url'); +require('../../modules/web.url.can-parse'); +var path = require('../../internals/path'); + +module.exports = path.URL.canParse; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url/index.js new file mode 100644 index 00000000..a391cf3f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url/index.js @@ -0,0 +1,4 @@ +'use strict'; +var parent = require('../../web/url'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url/parse.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url/parse.js new file mode 100644 index 00000000..d0fdfe00 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url/parse.js @@ -0,0 +1,6 @@ +'use strict'; +require('../../modules/web.url'); +require('../../modules/web.url.parse'); +var path = require('../../internals/path'); + +module.exports = path.URL.parse; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url/to-json.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url/to-json.js new file mode 100644 index 00000000..5ac6f4cd --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/url/to-json.js @@ -0,0 +1,2 @@ +'use strict'; +require('../../modules/web.url.to-json'); diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/weak-map/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/weak-map/index.js new file mode 100644 index 00000000..606700da --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/weak-map/index.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/weak-map'); +require('../../modules/web.dom-collections.iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/weak-set/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/weak-set/index.js new file mode 100644 index 00000000..6510f044 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stable/weak-set/index.js @@ -0,0 +1,5 @@ +'use strict'; +var parent = require('../../es/weak-set'); +require('../../modules/web.dom-collections.iterator'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/0.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/0.js new file mode 100644 index 00000000..888b810b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/0.js @@ -0,0 +1,13 @@ +'use strict'; +var parent = require('./1'); + +require('../proposals/efficient-64-bit-arithmetic'); +require('../proposals/function-demethodize'); +require('../proposals/function-is-callable-is-constructor'); +require('../proposals/string-at'); +require('../proposals/url'); +// TODO: Obsolete versions, remove from `core-js@4`: +require('../proposals/array-filtering'); +require('../proposals/function-un-this'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/1.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/1.js new file mode 100644 index 00000000..d359930b --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/1.js @@ -0,0 +1,27 @@ +'use strict'; +var parent = require('./2'); + +require('../proposals/array-filtering-stage-1'); +require('../proposals/array-last'); +require('../proposals/array-unique'); +require('../proposals/collection-methods'); +require('../proposals/collection-of-from'); +require('../proposals/data-view-get-set-uint8-clamped'); +require('../proposals/keys-composition'); +require('../proposals/math-extensions'); +require('../proposals/math-signbit'); +require('../proposals/number-from-string'); +require('../proposals/object-iteration'); +require('../proposals/observable'); +require('../proposals/pattern-matching-v2'); +require('../proposals/seeded-random'); +require('../proposals/string-code-points'); +require('../proposals/string-cooked'); +// TODO: Obsolete versions, remove from `core-js@4`: +require('../proposals/array-from-async'); +require('../proposals/map-upsert'); +require('../proposals/number-range'); +require('../proposals/pattern-matching'); +require('../proposals/string-replace-all'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/2.7.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/2.7.js new file mode 100644 index 00000000..41a8257d --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/2.7.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('./3'); + +require('../proposals/iterator-sequencing'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/2.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/2.js new file mode 100644 index 00000000..e842d284 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/2.js @@ -0,0 +1,22 @@ +'use strict'; +var parent = require('./2.7'); + +require('../proposals/array-is-template-object'); +require('../proposals/async-iterator-helpers'); +require('../proposals/extractors'); +require('../proposals/iterator-range'); +require('../proposals/map-upsert-v4'); +require('../proposals/string-dedent'); +require('../proposals/symbol-predicates-v2'); +// TODO: Obsolete versions, remove from `core-js@4` +require('../proposals/array-grouping'); +require('../proposals/async-explicit-resource-management'); +require('../proposals/decorators'); +require('../proposals/decorator-metadata'); +require('../proposals/iterator-helpers'); +require('../proposals/map-upsert-stage-2'); +require('../proposals/set-methods'); +require('../proposals/symbol-predicates'); +require('../proposals/using-statement'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/3.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/3.js new file mode 100644 index 00000000..3ea2ec12 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/3.js @@ -0,0 +1,19 @@ +'use strict'; +var parent = require('./4'); + +require('../proposals/array-buffer-base64'); +require('../proposals/array-from-async-stage-2'); +require('../proposals/decorator-metadata-v2'); +require('../proposals/explicit-resource-management'); +require('../proposals/float16'); +require('../proposals/is-error'); +require('../proposals/json-parse-with-source'); +require('../proposals/math-sum'); +require('../proposals/regexp-escaping'); +// TODO: Obsolete versions, remove from `core-js@4` +require('../proposals/array-grouping-stage-3'); +require('../proposals/array-grouping-stage-3-2'); +require('../proposals/change-array-by-copy'); +require('../proposals/iterator-helpers-stage-3'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/4.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/4.js new file mode 100644 index 00000000..1b22c5a6 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/4.js @@ -0,0 +1,23 @@ +'use strict'; +// TODO: Remove this entry from `core-js@4` +require('../proposals/accessible-object-hasownproperty'); +require('../proposals/array-buffer-transfer'); +require('../proposals/array-find-from-last'); +require('../proposals/array-grouping-v2'); +require('../proposals/change-array-by-copy-stage-4'); +// require('../proposals/error-cause'); +require('../proposals/global-this'); +require('../proposals/iterator-helpers-stage-3-2'); +require('../proposals/promise-all-settled'); +require('../proposals/promise-any'); +require('../proposals/promise-try'); +require('../proposals/promise-with-resolvers'); +require('../proposals/relative-indexing-method'); +require('../proposals/set-methods-v2'); +require('../proposals/string-match-all'); +require('../proposals/string-replace-all-stage-4'); +require('../proposals/well-formed-unicode-strings'); + +var path = require('../internals/path'); + +module.exports = path; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/README.md b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/README.md new file mode 100644 index 00000000..e64ccfb9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/README.md @@ -0,0 +1 @@ +This folder contains entry points for [ECMAScript proposals](https://github.com/zloirock/core-js#ecmascript-proposals) with dependencies. diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/index.js new file mode 100644 index 00000000..c1a27ed4 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/index.js @@ -0,0 +1,4 @@ +'use strict'; +var proposals = require('./pre'); + +module.exports = proposals; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/pre.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/pre.js new file mode 100644 index 00000000..0f22311a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/stage/pre.js @@ -0,0 +1,6 @@ +'use strict'; +var parent = require('./0'); + +require('../proposals/reflect-metadata'); + +module.exports = parent; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/README.md b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/README.md new file mode 100644 index 00000000..76c8c168 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/README.md @@ -0,0 +1 @@ +This folder contains entry points for features from [WHATWG / W3C](https://github.com/zloirock/core-js#web-standards) with dependencies. diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/dom-collections.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/dom-collections.js new file mode 100644 index 00000000..6551d7a2 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/dom-collections.js @@ -0,0 +1,6 @@ +'use strict'; +require('../modules/web.dom-collections.for-each'); +require('../modules/web.dom-collections.iterator'); +var path = require('../internals/path'); + +module.exports = path; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/dom-exception.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/dom-exception.js new file mode 100644 index 00000000..7c1658a1 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/dom-exception.js @@ -0,0 +1,8 @@ +'use strict'; +require('../modules/es.error.to-string'); +require('../modules/web.dom-exception.constructor'); +require('../modules/web.dom-exception.stack'); +require('../modules/web.dom-exception.to-string-tag'); +var path = require('../internals/path'); + +module.exports = path.DOMException; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/immediate.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/immediate.js new file mode 100644 index 00000000..3154cd95 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/immediate.js @@ -0,0 +1,5 @@ +'use strict'; +require('../modules/web.immediate'); +var path = require('../internals/path'); + +module.exports = path; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/index.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/index.js new file mode 100644 index 00000000..d0a6f4e5 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/index.js @@ -0,0 +1,24 @@ +'use strict'; +require('../modules/web.atob'); +require('../modules/web.btoa'); +require('../modules/web.dom-collections.for-each'); +require('../modules/web.dom-collections.iterator'); +require('../modules/web.dom-exception.constructor'); +require('../modules/web.dom-exception.stack'); +require('../modules/web.dom-exception.to-string-tag'); +require('../modules/web.immediate'); +require('../modules/web.queue-microtask'); +require('../modules/web.self'); +require('../modules/web.structured-clone'); +require('../modules/web.timers'); +require('../modules/web.url'); +require('../modules/web.url.can-parse'); +require('../modules/web.url.parse'); +require('../modules/web.url.to-json'); +require('../modules/web.url-search-params'); +require('../modules/web.url-search-params.delete'); +require('../modules/web.url-search-params.has'); +require('../modules/web.url-search-params.size'); +var path = require('../internals/path'); + +module.exports = path; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/queue-microtask.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/queue-microtask.js new file mode 100644 index 00000000..87552e7a --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/queue-microtask.js @@ -0,0 +1,5 @@ +'use strict'; +require('../modules/web.queue-microtask'); +var path = require('../internals/path'); + +module.exports = path.queueMicrotask; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/structured-clone.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/structured-clone.js new file mode 100644 index 00000000..a58caf01 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/structured-clone.js @@ -0,0 +1,9 @@ +'use strict'; +require('../modules/es.array.iterator'); +require('../modules/es.object.to-string'); +require('../modules/es.map'); +require('../modules/es.set'); +require('../modules/web.structured-clone'); +var path = require('../internals/path'); + +module.exports = path.structuredClone; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/timers.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/timers.js new file mode 100644 index 00000000..2e6e766f --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/timers.js @@ -0,0 +1,5 @@ +'use strict'; +require('../modules/web.timers'); +var path = require('../internals/path'); + +module.exports = path; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/url-search-params.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/url-search-params.js new file mode 100644 index 00000000..4f3127e9 --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/url-search-params.js @@ -0,0 +1,8 @@ +'use strict'; +require('../modules/web.url-search-params'); +require('../modules/web.url-search-params.delete'); +require('../modules/web.url-search-params.has'); +require('../modules/web.url-search-params.size'); +var path = require('../internals/path'); + +module.exports = path.URLSearchParams; diff --git a/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/url.js b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/url.js new file mode 100644 index 00000000..8f5616df --- /dev/null +++ b/.yarn/unplugged/core-js-npm-3.40.0-312b1d0da0/node_modules/core-js/web/url.js @@ -0,0 +1,9 @@ +'use strict'; +require('./url-search-params'); +require('../modules/web.url'); +require('../modules/web.url.can-parse'); +require('../modules/web.url.parse'); +require('../modules/web.url.to-json'); +var path = require('../internals/path'); + +module.exports = path.URL; diff --git a/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/.dntrc b/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/.dntrc new file mode 100644 index 00000000..a0c3318e --- /dev/null +++ b/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/.dntrc @@ -0,0 +1,33 @@ +## DNT config file +## see https://github.com/rvagg/dnt + +NODE_VERSIONS="\ + master \ + v0.11.10 \ + v0.11.9 \ + v0.11.8 \ + v0.11.7 \ + v0.11.6 \ + v0.11.5 \ + v0.11.4 \ + v0.10.24 \ + v0.10.23 \ + v0.10.22 \ + v0.10.21 \ + v0.10.20 \ + v0.10.19 \ + v0.10.18 \ + v0.8.26 \ + v0.8.25 \ + v0.8.24 \ + v0.8.23 \ + v0.8.22 \ +" +OUTPUT_PREFIX="nan-" +TEST_CMD="\ + cd /dnt/test/ && \ + npm install && \ + node_modules/.bin/node-gyp --nodedir /usr/src/node/ rebuild && \ + node_modules/.bin/tap js/*-test.js; \ +" + diff --git a/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/.ready b/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/.ready new file mode 100644 index 00000000..e69de29b diff --git a/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/LICENSE b/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/LICENSE new file mode 100644 index 00000000..d502e18a --- /dev/null +++ b/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/LICENSE @@ -0,0 +1,46 @@ +Copyright 2013, NAN contributors: + - Rod Vagg + - Benjamin Byholm + - Trevor Norris + - Nathan Rajlich + - Brett Lawson + - Ben Noordhuis +(the "Original Author") +All rights reserved. + +MIT +no-false-attribs License + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +Distributions of all or part of the Software intended to be used +by the recipients as they would use the unmodified Software, +containing modifications that substantially alter, remove, or +disable functionality of the Software, outside of the documented +configuration mechanisms provided by the Software, shall be +modified such that the Original Author's bug reporting email +addresses and urls are either replaced with the contact information +of the parties responsible for the changes, or removed entirely. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +Except where noted, this license applies to any and all software +programs and associated documentation files created by the +Original Author, when distributed with the Software. diff --git a/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/README.md b/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/README.md new file mode 100644 index 00000000..2e6727f1 --- /dev/null +++ b/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/README.md @@ -0,0 +1,818 @@ +Native Abstractions for Node.js +=============================== + +**A header file filled with macro and utility goodness for making add-on development for Node.js easier across versions 0.8, 0.10 and 0.11, and eventually 0.12.** + +***Current version: 0.8.0*** *(See [nan.h](https://github.com/rvagg/nan/blob/master/nan.h) for complete ChangeLog)* + +[![NPM](https://nodei.co/npm/nan.png?downloads=true)](https://nodei.co/npm/nan/) [![NPM](https://nodei.co/npm-dl/nan.png?months=6)](https://nodei.co/npm/nan/) + +Thanks to the crazy changes in V8 (and some in Node core), keeping native addons compiling happily across versions, particularly 0.10 to 0.11/0.12, is a minor nightmare. The goal of this project is to store all logic necessary to develop native Node.js addons without having to inspect `NODE_MODULE_VERSION` and get yourself into a macro-tangle. + +This project also contains some helper utilities that make addon development a bit more pleasant. + + * **[News & Updates](#news)** + * **[Usage](#usage)** + * **[Example](#example)** + * **[API](#api)** + + +## News & Updates + +### Dec-2013: NanCString and NanRawString + +Two new functions have been introduced to replace the functionality that's been provided by `NanFromV8String` until now. NanCString has sensible defaults so it's super easy to fetch a null-terminated c-style string out of a `v8::String`. `NanFromV8String` is still around and has defaults that allow you to pass a single handle to fetch a `char*` while `NanRawString` requires a little more attention to arguments. + +### Nov-2013: Node 0.11.9+ breaking V8 change + +The version of V8 that's shipping with Node 0.11.9+ has changed the signature for new `Local`s to: `v8::Local::New(isolate, value)`, i.e. introducing the `isolate` argument and therefore breaking all new `Local` declarations for previous versions. NAN 0.6+ now includes a `NanNewLocal(value)` that can be used in place to work around this incompatibility and maintain compatibility with 0.8->0.11.9+ (minus a few early 0.11 releases). + +For example, if you wanted to return a `null` on a callback you will have to change the argument from `v8::Local::New(v8::Null())` to `NanNewLocal(v8::Null())`. + +### Nov-2013: Change to binding.gyp `"include_dirs"` for NAN + +Inclusion of NAN in a project's binding.gyp is now greatly simplified. You can now just use `" +## Usage + +Simply add **NAN** as a dependency in the *package.json* of your Node addon: + +``` bash +$ npm install --save nan +``` + +Pull in the path to **NAN** in your *binding.gyp* so that you can use `#include "nan.h"` in your *.cpp* files: + +``` python +"include_dirs" : [ + "` when compiling your addon. + + +## Example + +See **[LevelDOWN](https://github.com/rvagg/node-leveldown/pull/48)** for a full example of **NAN** in use. + +For a simpler example, see the **[async pi estimation example](https://github.com/rvagg/nan/tree/master/examples/async_pi_estimate)** in the examples directory for full code and an explanation of what this Monte Carlo Pi estimation example does. Below are just some parts of the full example that illustrate the use of **NAN**. + +Compare to the current 0.10 version of this example, found in the [node-addon-examples](https://github.com/rvagg/node-addon-examples/tree/master/9_async_work) repository and also a 0.11 version of the same found [here](https://github.com/kkoopa/node-addon-examples/tree/5c01f58fc993377a567812597e54a83af69686d7/9_async_work). + +Note that there is no embedded version sniffing going on here and also the async work is made much simpler, see below for details on the `NanAsyncWorker` class. + +```c++ +// addon.cc +#include +#include "nan.h" +// ... + +using namespace v8; + +void InitAll(Handle exports) { + exports->Set(NanSymbol("calculateSync"), + FunctionTemplate::New(CalculateSync)->GetFunction()); + + exports->Set(NanSymbol("calculateAsync"), + FunctionTemplate::New(CalculateAsync)->GetFunction()); +} + +NODE_MODULE(addon, InitAll) +``` + +```c++ +// sync.h +#include +#include "nan.h" + +NAN_METHOD(CalculateSync); +``` + +```c++ +// sync.cc +#include +#include "nan.h" +#include "sync.h" +// ... + +using namespace v8; + +// Simple synchronous access to the `Estimate()` function +NAN_METHOD(CalculateSync) { + NanScope(); + + // expect a number as the first argument + int points = args[0]->Uint32Value(); + double est = Estimate(points); + + NanReturnValue(Number::New(est)); +} +``` + +```c++ +// async.cc +#include +#include "nan.h" +#include "async.h" + +// ... + +using namespace v8; + +class PiWorker : public NanAsyncWorker { + public: + PiWorker(NanCallback *callback, int points) + : NanAsyncWorker(callback), points(points) {} + ~PiWorker() {} + + // Executed inside the worker-thread. + // It is not safe to access V8, or V8 data structures + // here, so everything we need for input and output + // should go on `this`. + void Execute () { + estimate = Estimate(points); + } + + // Executed when the async work is complete + // this function will be run inside the main event loop + // so it is safe to use V8 again + void HandleOKCallback () { + NanScope(); + + Local argv[] = { + Local::New(Null()) + , Number::New(estimate) + }; + + callback->Call(2, argv); + }; + + private: + int points; + double estimate; +}; + +// Asynchronous access to the `Estimate()` function +NAN_METHOD(CalculateAsync) { + NanScope(); + + int points = args[0]->Uint32Value(); + NanCallback *callback = new NanCallback(args[1].As()); + + NanAsyncQueueWorker(new PiWorker(callback, points)); + NanReturnUndefined(); +} +``` + + +## API + + * NAN_METHOD + * NAN_GETTER + * NAN_SETTER + * NAN_PROPERTY_GETTER + * NAN_PROPERTY_SETTER + * NAN_PROPERTY_ENUMERATOR + * NAN_PROPERTY_DELETER + * NAN_PROPERTY_QUERY + * NAN_INDEX_GETTER + * NAN_INDEX_SETTER + * NAN_INDEX_ENUMERATOR + * NAN_INDEX_DELETER + * NAN_INDEX_QUERY + * NAN_WEAK_CALLBACK + * NAN_DEPRECATED + * NAN_INLINE + * NanNewLocal + * NanReturnValue + * NanReturnUndefined + * NanReturnNull + * NanReturnEmptyString + * NanScope + * NanLocker + * NanUnlocker + * NanGetInternalFieldPointer + * NanSetInternalFieldPointer + * NanObjectWrapHandle + * NanMakeWeak + * NanSymbol + * NanGetPointerSafe + * NanSetPointerSafe + * NanRawString + * NanCString + * NanFromV8String + * NanBooleanOptionValue + * NanUInt32OptionValue + * NanError, NanTypeError, NanRangeError + * NanThrowError, NanThrowTypeError, NanThrowRangeError, NanThrowError(Handle), NanThrowError(Handle, int) + * NanNewBufferHandle(char *, size_t, FreeCallback, void *), NanNewBufferHandle(char *, uint32_t), NanNewBufferHandle(uint32_t) + * NanBufferUse(char *, uint32_t) + * NanNewContextHandle + * NanHasInstance + * NanPersistentToLocal + * NanDisposePersistent + * NanAssignPersistent + * NanInitPersistent + * NanCallback + * NanAsyncWorker + * NanAsyncQueueWorker + + +### NAN_METHOD(methodname) + +Use `NAN_METHOD` to define your V8 accessible methods: + +```c++ +// .h: +class Foo : public node::ObjectWrap { + ... + + static NAN_METHOD(Bar); + static NAN_METHOD(Baz); +} + + +// .cc: +NAN_METHOD(Foo::Bar) { + ... +} + +NAN_METHOD(Foo::Baz) { + ... +} +``` + +The reason for this macro is because of the method signature change in 0.11: + +```c++ +// 0.10 and below: +Handle name(const Arguments& args) + +// 0.11 and above +void name(const FunctionCallbackInfo& args) +``` + +The introduction of `FunctionCallbackInfo` brings additional complications: + + +### NAN_GETTER(methodname) + +Use `NAN_GETTER` to declare your V8 accessible getters. You get a `Local` `property` and an appropriately typed `args` object that can act like the `args` argument to a `NAN_METHOD` call. + +You can use `NanReturnNull()`, `NanReturnEmptyString()`, `NanReturnUndefined()` and `NanReturnValue()` in a `NAN_GETTER`. + + +### NAN_SETTER(methodname) + +Use `NAN_SETTER` to declare your V8 accessible setters. Same as `NAN_GETTER` but you also get a `Local` `value` object to work with. + + +### NAN_PROPERTY_GETTER(cbname) +Use `NAN_PROPERTY_GETTER` to declare your V8 accessible property getters. You get a `Local` `property` and an appropriately typed `args` object that can act similar to the `args` argument to a `NAN_METHOD` call. + +You can use `NanReturnNull()`, `NanReturnEmptyString()`, `NanReturnUndefined()` and `NanReturnValue()` in a `NAN_PROPERTY_GETTER`. + + +### NAN_PROPERTY_SETTER(cbname) +Use `NAN_PROPERTY_SETTER` to declare your V8 accessible property setters. Same as `NAN_PROPERTY_GETTER` but you also get a `Local` `value` object to work with. + + +### NAN_PROPERTY_ENUMERATOR(cbname) +Use `NAN_PROPERTY_ENUMERATOR` to declare your V8 accessible property enumerators. You get an appropriately typed `args` object like the `args` argument to a `NAN_PROPERTY_GETTER` call. + +You can use `NanReturnNull()`, `NanReturnEmptyString()`, `NanReturnUndefined()` and `NanReturnValue()` in a `NAN_PROPERTY_ENUMERATOR`. + + +### NAN_PROPERTY_DELETER(cbname) +Use `NAN_PROPERTY_DELETER` to declare your V8 accessible property deleters. Same as `NAN_PROPERTY_GETTER`. + +You can use `NanReturnNull()`, `NanReturnEmptyString()`, `NanReturnUndefined()` and `NanReturnValue()` in a `NAN_PROPERTY_DELETER`. + + +### NAN_PROPERTY_QUERY(cbname) +Use `NAN_PROPERTY_QUERY` to declare your V8 accessible property queries. Same as `NAN_PROPERTY_GETTER`. + +You can use `NanReturnNull()`, `NanReturnEmptyString()`, `NanReturnUndefined()` and `NanReturnValue()` in a `NAN_PROPERTY_QUERY`. + + +### NAN_INDEX_GETTER(cbname) +Use `NAN_INDEX_GETTER` to declare your V8 accessible index getters. You get a `uint32_t` `index` and an appropriately typed `args` object that can act similar to the `args` argument to a `NAN_METHOD` call. + +You can use `NanReturnNull()`, `NanReturnEmptyString()`, `NanReturnUndefined()` and `NanReturnValue()` in a `NAN_INDEX_GETTER`. + + +### NAN_INDEX_SETTER(cbname) +Use `NAN_INDEX_SETTER` to declare your V8 accessible index setters. Same as `NAN_INDEX_GETTER` but you also get a `Local` `value` object to work with. + + +### NAN_INDEX_ENUMERATOR(cbname) +Use `NAN_INDEX_ENUMERATOR` to declare your V8 accessible index enumerators. You get an appropriately typed `args` object like the `args` argument to a `NAN_INDEX_GETTER` call. + +You can use `NanReturnNull()`, `NanReturnEmptyString()`, `NanReturnUndefined()` and `NanReturnValue()` in a `NAN_INDEX_ENUMERATOR`. + + +### NAN_INDEX_DELETER(cbname) +Use `NAN_INDEX_DELETER` to declare your V8 accessible index deleters. Same as `NAN_INDEX_GETTER`. + +You can use `NanReturnNull()`, `NanReturnEmptyString()`, `NanReturnUndefined()` and `NanReturnValue()` in a `NAN_INDEX_DELETER`. + + +### NAN_INDEX_QUERY(cbname) +Use `NAN_INDEX_QUERY` to declare your V8 accessible index queries. Same as `NAN_INDEX_GETTER`. + +You can use `NanReturnNull()`, `NanReturnEmptyString()`, `NanReturnUndefined()` and `NanReturnValue()` in a `NAN_INDEX_QUERY`. + + +### NAN_WEAK_CALLBACK(type, cbname) + +Use `NAN_WEAK_CALLBACK` to declare your V8 WeakReference callbacks. There is an object argument accessible through `NAN_WEAK_CALLBACK_OBJECT`. The `type` argument gives the type of the `data` argument, accessible through `NAN_WEAK_CALLBACK_DATA(type)`. + +```c++ +static NAN_WEAK_CALLBACK(BufferReference*, WeakCheck) { + if (NAN_WEAK_CALLBACK_DATA(BufferReference*)->noLongerNeeded_) { + delete NAN_WEAK_CALLBACK_DATA(BufferReference*); + } else { + // Still in use, revive, prevent GC + NanMakeWeak(NAN_WEAK_CALLBACK_OBJECT, NAN_WEAK_CALLBACK_DATA(BufferReference*), &WeakCheck); + } +} +``` + + +### NAN_DEPRECATED(declarator) +Declares a function as deprecated. Identical to `V8_DEPRECATED`. + +```c++ +static NAN_DEPRECATED(NAN_METHOD(foo)) { + ... +} +``` + + +### NAN_INLINE(declarator) +Inlines a function. Identical to `V8_INLINE`. + +```c++ +static NAN_INLINE(int foo(int bar)) { + ... +} +``` + + +### NanNewLocal<T>(Handle<Value>) + +Use `NanNewLocal` in place of `v8::Local::New(...)` as this function +requires an `isolate` argument in recent versions of V8 but not in older versions. + +```c++ +NanNewLocal(v8::Null()) +``` + + +### NanReturnValue(Handle<Value>) + +Use `NanReturnValue` when you want to return a value from your V8 accessible method: + +```c++ +NAN_METHOD(Foo::Bar) { + ... + + NanReturnValue(String::New("FooBar!")); +} +``` + +No `return` statement required. + + +### NanReturnUndefined() + +Use `NanReturnUndefined` when you don't want to return anything from your V8 accessible method: + +```c++ +NAN_METHOD(Foo::Baz) { + ... + + NanReturnUndefined(); +} +``` + + +### NanReturnNull() + +Use `NanReturnNull` when you want to return `Null` from your V8 accessible method: + +```c++ +NAN_METHOD(Foo::Baz) { + ... + + NanReturnNull(); +} +``` + + +### NanReturnEmptyString() + +Use `NanReturnEmptyString` when you want to return an empty `String` from your V8 accessible method: + +```c++ +NAN_METHOD(Foo::Baz) { + ... + + NanReturnEmptyString(); +} +``` + + +### NanScope() + +The introduction of `isolate` references for many V8 calls in Node 0.11 makes `NanScope()` necessary, use it in place of `HandleScope scope`: + +```c++ +NAN_METHOD(Foo::Bar) { + NanScope(); + + NanReturnValue(String::New("FooBar!")); +} +``` + + +### NanLocker() + +The introduction of `isolate` references for many V8 calls in Node 0.11 makes `NanLocker()` necessary, use it in place of `Locker locker`: + +```c++ +NAN_METHOD(Foo::Bar) { + NanLocker(); + ... + NanUnlocker(); +} +``` + + +### NanUnlocker() + +The introduction of `isolate` references for many V8 calls in Node 0.11 makes `NanUnlocker()` necessary, use it in place of `Unlocker unlocker`: + +```c++ +NAN_METHOD(Foo::Bar) { + NanLocker(); + ... + NanUnlocker(); +} +``` + + +### void * NanGetInternalFieldPointer(Handle<Object>, int) + +Gets a pointer to the internal field with at `index` from a V8 `Object` handle. + +```c++ +Local obj; +... +NanGetInternalFieldPointer(obj, 0); +``` + +### void NanSetInternalFieldPointer(Handle<Object>, int, void *) + +Sets the value of the internal field at `index` on a V8 `Object` handle. + +```c++ +static Persistent dataWrapperCtor; +... +Local wrapper = NanPersistentToLocal(dataWrapperCtor)->NewInstance(); +NanSetInternalFieldPointer(wrapper, 0, this); +``` + + +### Local<Object> NanObjectWrapHandle(Object) + +When you want to fetch the V8 object handle from a native object you've wrapped with Node's `ObjectWrap`, you should use `NanObjectWrapHandle`: + +```c++ +NanObjectWrapHandle(iterator)->Get(String::NewSymbol("end")) +``` + + +### NanMakeWeak(Persistent<T>, parameter, callback) + +Make a persistent reference weak. + + +### String NanSymbol(char *) + +This isn't strictly about compatibility, it's just an easier way to create string symbol objects (i.e. `String::NewSymbol(x)`), for getting and setting object properties, or names of objects. + +```c++ +bool foo = false; +if (obj->Has(NanSymbol("foo"))) + foo = optionsObj->Get(NanSymbol("foo"))->BooleanValue() +``` + + +### Type NanGetPointerSafe(Type *[, Type]) + +A helper for getting values from optional pointers. If the pointer is `NULL`, the function returns the optional default value, which defaults to `0`. Otherwise, the function returns the value the pointer points to. + +```c++ +char *plugh(uint32_t *optional) { + char res[] = "xyzzy"; + uint32_t param = NanGetPointerSafe(optional, 0x1337); + switch (param) { + ... + } + NanSetPointerSafe(optional, 0xDEADBEEF); +} +``` + + +### bool NanSetPointerSafe(Type *, Type) + +A helper for setting optional argument pointers. If the pointer is `NULL`, the function simply return `false`. Otherwise, the value is assigned to the variable the pointer points to. + +```c++ +const char *plugh(size_t *outputsize) { + char res[] = "xyzzy"; + if !(NanSetPointerSafe(outputsize, strlen(res) + 1)) { + ... + } + + ... +} +``` + + +### void* NanRawString(Handle<Value>, enum Nan::Encoding, size_t *, void *, size_t, int) + +When you want to convert a V8 `String` to a `char*` buffer, use `NanRawString`. You have to supply an encoding as well as a pointer to a variable that will be assigned the number of bytes in the returned string. It is also possible to supply a buffer and its length to the function in order not to have a new buffer allocated. The final argument allows setting `String::WriteOptions`. +Just remember that you'll end up with an object that you'll need to `delete[]` at some point unless you supply your own buffer: + +```c++ +size_t count; +void* decoded = NanRawString(args[1], Nan::BASE64, &count, NULL, 0, String::HINT_MANY_WRITES_EXPECTED); +char param_copy[count]; +memcpy(param_copy, decoded, count); +delete[] decoded; +``` + + +### char* NanCString(Handle<Value>, size_t *[, char *, size_t, int]) + +When you want to convert a V8 `String` to a null-terminated C `char*` use `NanCString`. The resulting `char*` will be UTF-8-encoded, and you need to supply a pointer to a variable that will be assigned the number of bytes in the returned string. It is also possible to supply a buffer and its length to the function in order not to have a new buffer allocated. The final argument allows optionally setting `String::WriteOptions`, which default to `v8::String::NO_OPTIONS`. +Just remember that you'll end up with an object that you'll need to `delete[]` at some point unless you supply your own buffer: + +```c++ +size_t count; +char* name = NanCString(args[0], &count); +``` + + +### char* NanFromV8String(Handle<Value>[, enum Nan::Encoding, size_t *, char *, size_t, int]) + +A convenience function that uses `NanRawString()` to convert a V8 `String` to a `char*`. Defaults to UTF8 encoding and no null-termination. + +```c++ +size_t count; +char* name = NanFromV8String(args[0]); +``` + + +### bool NanBooleanOptionValue(Handle<Value>, Handle<String>[, bool]) + +When you have an "options" object that you need to fetch properties from, boolean options can be fetched with this pair. They check first if the object exists (`IsEmpty`), then if the object has the given property (`Has`) then they get and convert/coerce the property to a `bool`. + +The optional last parameter is the *default* value, which is `false` if left off: + +```c++ +// `foo` is false unless the user supplies a truthy value for it +bool foo = NanBooleanOptionValue(optionsObj, NanSymbol("foo")); +// `bar` is true unless the user supplies a falsy value for it +bool bar = NanBooleanOptionValueDefTrue(optionsObj, NanSymbol("bar"), true); +``` + + +### uint32_t NanUInt32OptionValue(Handle<Value>, Handle<String>, uint32_t) + +Similar to `NanBooleanOptionValue`, use `NanUInt32OptionValue` to fetch an integer option from your options object. Can be any kind of JavaScript `Number` and it will be coerced to an unsigned 32-bit integer. + +Requires all 3 arguments as a default is not optional: + +```c++ +uint32_t count = NanUInt32OptionValue(optionsObj, NanSymbol("count"), 1024); +``` + + +### NanError(message), NanTypeError(message), NanRangeError(message) + +For making `Error`, `TypeError` and `RangeError` objects. + +```c++ +Local res = NanError("you must supply a callback argument"); +``` + + +### NanThrowError(message), NanThrowTypeError(message), NanThrowRangeError(message), NanThrowError(Local<Value>), NanThrowError(Local<Value>, int) + +For throwing `Error`, `TypeError` and `RangeError` objects. You should `return` this call: + +```c++ +return NanThrowError("you must supply a callback argument"); +``` + +Can also handle any custom object you may want to throw. If used with the error code argument, it will add the supplied error code to the error object as a property called `code`. + + +### Local<Object> NanNewBufferHandle(char *, uint32_t), Local<Object> NanNewBufferHandle(uint32_t) + +The `Buffer` API has changed a little in Node 0.11, this helper provides consistent access to `Buffer` creation: + +```c++ +NanNewBufferHandle((char*)value.data(), value.size()); +``` + +Can also be used to initialize a `Buffer` with just a `size` argument. + +Can also be supplied with a `NAN_WEAK_CALLBACK` and a hint for the garbage collector, when dealing with weak references. + + +### Local<Object> NanBufferUse(char*, uint32_t) + +`Buffer::New(char*, uint32_t)` prior to 0.11 would make a copy of the data. +While it was possible to get around this, it required a shim by passing a +callback. So the new API `Buffer::Use(char*, uint32_t)` was introduced to remove +needing to use this shim. + +`NanBufferUse` uses the `char*` passed as the backing data, and will free the +memory automatically when the weak callback is called. Keep this in mind, as +careless use can lead to "double free or corruption" and other cryptic failures. + + +### bool NanHasInstance(Persistent<FunctionTemplate>&, Handle<Value>) + +Can be used to check the type of an object to determine it is of a particular class you have already defined and have a `Persistent` handle for. + + +### Local<Type> NanPersistentToLocal(Persistent<Type>&) + +Aside from `FunctionCallbackInfo`, the biggest and most painful change to V8 in Node 0.11 is the many restrictions now placed on `Persistent` handles. They are difficult to assign and difficult to fetch the original value out of. + +Use `NanPersistentToLocal` to convert a `Persistent` handle back to a `Local` handle. + +```c++ +Local handle = NanPersistentToLocal(persistentHandle); +``` + + +### Local<Context> NanNewContextHandle([ExtensionConfiguration*, Handle<ObjectTemplate>, Handle<Value>]) +Creates a new `Local` handle. + +```c++ +Local ftmpl = FunctionTemplate::New(); +Local otmpl = ftmpl->InstanceTemplate(); +Local ctx = NanNewContextHandle(NULL, otmpl); +``` + + +### void NanDisposePersistent(Persistent<T> &) + +Use `NanDisposePersistent` to dispose a `Persistent` handle. + +```c++ +NanDisposePersistent(persistentHandle); +``` + + +### NanAssignPersistent(type, handle, object) + +Use `NanAssignPersistent` to assign a non-`Persistent` handle to a `Persistent` one. You can no longer just declare a `Persistent` handle and assign directly to it later, you have to `Reset` it in Node 0.11, so this makes it easier. + +In general it is now better to place anything you want to protect from V8's garbage collector as properties of a generic `Object` and then assign that to a `Persistent`. This works in older versions of Node also if you use `NanAssignPersistent`: + +```c++ +Persistent persistentHandle; + +... + +Local obj = Object::New(); +obj->Set(NanSymbol("key"), keyHandle); // where keyHandle might be a Local +NanAssignPersistent(Object, persistentHandle, obj) +``` + + +### NanInitPersistent(type, name, object) + +User `NanInitPersistent` to declare and initialize a new `Persistent` with the supplied object. The assignment operator for `Persistent` is no longer public in Node 0.11, so this macro makes it easier to declare and initializing a new `Persistent`. See NanAssignPersistent for more information. + +```c++ +Local obj = Object::New(); +obj->Set(NanSymbol("key"), keyHandle); // where keyHandle might be a Local +NanInitPersistent(Object, persistentHandle, obj); +``` + + +### NanCallback + +Because of the difficulties imposed by the changes to `Persistent` handles in V8 in Node 0.11, creating `Persistent` versions of your `Handle` is annoyingly tricky. `NanCallback` makes it easier by taking your handle, making it persistent until the `NanCallback` is deleted and even providing a handy `Call()` method to fetch and execute the callback `Function`. + +```c++ +Local callbackHandle = args[0].As(); +NanCallback *callback = new NanCallback(callbackHandle); +// pass `callback` around and it's safe from GC until you: +delete callback; +``` + +You can execute the callback like so: + +```c++ +// no arguments: +callback->Call(0, NULL); + +// an error argument: +Handle argv[] = { + Exception::Error(String::New("fail!")) +}; +callback->Call(1, argv); + +// a success argument: +Handle argv[] = { + Null(), + String::New("w00t!") +}; +callback->Call(2, argv); +``` + +`NanCallback` also has a `Local GetCallback()` method that you can use +to fetch a local handle to the underlying callback function, as well as a +`void SetFunction(Handle)` for setting the callback on the +`NanCallback`. Additionally a generic constructor is available for using +`NanCallback` without performing heap allocations. + + +### NanAsyncWorker + +`NanAsyncWorker` is an abstract class that you can subclass to have much of the annoying async queuing and handling taken care of for you. It can even store arbitrary V8 objects for you and have them persist while the async work is in progress. + +See a rough outline of the implementation: + +```c++ +class NanAsyncWorker { +public: + NanAsyncWorker (NanCallback *callback); + + // Clean up persistent handles and delete the *callback + virtual ~NanAsyncWorker (); + + // Check the `char *errmsg` property and call HandleOKCallback() + // or HandleErrorCallback depending on whether it has been set or not + virtual void WorkComplete (); + + // You must implement this to do some async work. If there is an + // error then allocate `errmsg` to to a message and the callback will + // be passed that string in an Error object + virtual void Execute (); + + // Save a V8 object in a Persistent handle to protect it from GC + void SavePersistent(const char *key, Local &obj); + + // Fetch a stored V8 object (don't call from within `Execute()`) + Local GetFromPersistent(const char *key); + +protected: + // Set this if there is an error, otherwise it's NULL + const char *errmsg; + + // Default implementation calls the callback function with no arguments. + // Override this to return meaningful data + virtual void HandleOKCallback (); + + // Default implementation calls the callback function with an Error object + // wrapping the `errmsg` string + virtual void HandleErrorCallback (); +}; +``` + + +### NanAsyncQueueWorker(NanAsyncWorker *) + +`NanAsyncQueueWorker` will run a `NanAsyncWorker` asynchronously via libuv. Both the *execute* and *after_work* steps are taken care of for you—most of the logic for this is embedded in `NanAsyncWorker`. + +### Contributors + +NAN is only possible due to the excellent work of the following contributors: + + + + + + + + +
Rod VaggGitHub/rvaggTwitter/@rvagg
Benjamin ByholmGitHub/kkoopa
Trevor NorrisGitHub/trevnorrisTwitter/@trevnorris
Nathan RajlichGitHub/TooTallNateTwitter/@TooTallNate
Brett LawsonGitHub/brett19Twitter/@brett19x
Ben NoordhuisGitHub/bnoordhuisTwitter/@bnoordhuis
+ +Licence & copyright +----------------------- + +Copyright (c) 2013 NAN contributors (listed above). + +Native Abstractions for Node.js is licensed under an MIT +no-false-attribs license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details. diff --git a/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/build/config.gypi b/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/build/config.gypi new file mode 100644 index 00000000..e085a500 --- /dev/null +++ b/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/build/config.gypi @@ -0,0 +1,38 @@ +# Do not edit. File was generated by node-gyp's "configure" step +{ + "target_defaults": { + "cflags": [], + "default_configuration": "Release", + "defines": [], + "include_dirs": [], + "libraries": [] + }, + "variables": { + "clang": 0, + "gcc_version": 47, + "host_arch": "x64", + "node_install_npm": "true", + "node_prefix": "", + "node_shared_cares": "false", + "node_shared_http_parser": "false", + "node_shared_libuv": "false", + "node_shared_openssl": "false", + "node_shared_v8": "false", + "node_shared_zlib": "false", + "node_tag": "", + "node_unsafe_optimizations": 0, + "node_use_dtrace": "false", + "node_use_etw": "false", + "node_use_openssl": "true", + "node_use_perfctr": "false", + "node_use_systemtap": "false", + "python": "/usr/bin/python", + "target_arch": "x64", + "v8_enable_gdbjit": 0, + "v8_no_strict_aliasing": 1, + "v8_use_snapshot": "true", + "nodedir": "/home/rvagg/.node-gyp/0.10.21", + "copy_dev_lib": "true", + "standalone_static_library": 1 + } +} diff --git a/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/include_dirs.js b/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/include_dirs.js new file mode 100644 index 00000000..4f1dfb41 --- /dev/null +++ b/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/include_dirs.js @@ -0,0 +1 @@ +console.log(require('path').relative('.', __dirname)); diff --git a/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/nan.h b/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/nan.h new file mode 100644 index 00000000..458bb92f --- /dev/null +++ b/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/nan.h @@ -0,0 +1,1196 @@ +/********************************************************************************** + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2014 NAN contributors: + * - Rod Vagg + * - Benjamin Byholm + * - Trevor Norris + * - Nathan Rajlich + * - Brett Lawson + * - Ben Noordhuis + * + * MIT +no-false-attribs License + * + * Version 0.8.0 (current Node unstable: 0.11.10, Node stable: 0.10.24) + * + * ChangeLog: + * * 0.8.0 Jan 9 2014 + * - NanDispose -> NanDisposePersistent, deprecate NanDispose + * - Extract _NAN_*_RETURN_TYPE, pull up NAN_*() + * + * * 0.7.1 Jan 9 2014 + * - Fixes to work against debug builds of Node + * - Safer NanPersistentToLocal (avoid reinterpret_cast) + * - Speed up common NanRawString case by only extracting flattened string when necessary + * + * * 0.7.0 Dec 17 2013 + * - New no-arg form of NanCallback() constructor. + * - NanCallback#Call takes Handle rather than Local + * - Removed deprecated NanCallback#Run method, use NanCallback#Call instead + * - Split off _NAN_*_ARGS_TYPE from _NAN_*_ARGS + * - Restore (unofficial) Node 0.6 compatibility at NanCallback#Call() + * - Introduce NanRawString() for char* (or appropriate void*) from v8::String + * (replacement for NanFromV8String) + * - Introduce NanCString() for null-terminated char* from v8::String + * + * * 0.6.0 Nov 21 2013 + * - Introduce NanNewLocal(v8::Handle value) for use in place of + * v8::Local::New(...) since v8 started requiring isolate in Node 0.11.9 + * + * * 0.5.2 Nov 16 2013 + * - Convert SavePersistent and GetFromPersistent in NanAsyncWorker from protected and public + * + * * 0.5.1 Nov 12 2013 + * - Use node::MakeCallback() instead of direct v8::Function::Call() + * + * * 0.5.0 Nov 11 2013 + * - Added @TooTallNate as collaborator + * - New, much simpler, "include_dirs" for binding.gyp + * - Added full range of NAN_INDEX_* macros to match NAN_PROPERTY_* macros + * + * * 0.4.4 Nov 2 2013 + * - Isolate argument from v8::Persistent::MakeWeak removed for 0.11.8+ + * + * * 0.4.3 Nov 2 2013 + * - Include node_object_wrap.h, removed from node.h for Node 0.11.8. + * + * * 0.4.2 Nov 2 2013 + * - Handle deprecation of v8::Persistent::Dispose(v8::Isolate* isolate)) for + * Node 0.11.8 release. + * + * * 0.4.1 Sep 16 2013 + * - Added explicit `#include ` as it was removed from node.h for v0.11.8 + * + * * 0.4.0 Sep 2 2013 + * - Added NAN_INLINE and NAN_DEPRECATED and made use of them + * - Added NanError, NanTypeError and NanRangeError + * - Cleaned up code + * + * * 0.3.2 Aug 30 2013 + * - Fix missing scope declaration in GetFromPersistent() and SaveToPersistent + * in NanAsyncWorker + * + * * 0.3.1 Aug 20 2013 + * - fix "not all control paths return a value" compile warning on some platforms + * + * * 0.3.0 Aug 19 2013 + * - Made NAN work with NPM + * - Lots of fixes to NanFromV8String, pulling in features from new Node core + * - Changed node::encoding to Nan::Encoding in NanFromV8String to unify the API + * - Added optional error number argument for NanThrowError() + * - Added NanInitPersistent() + * - Added NanReturnNull() and NanReturnEmptyString() + * - Added NanLocker and NanUnlocker + * - Added missing scopes + * - Made sure to clear disposed Persistent handles + * - Changed NanAsyncWorker to allocate error messages on the heap + * - Changed NanThrowError(Local) to NanThrowError(Handle) + * - Fixed leak in NanAsyncWorker when errmsg is used + * + * * 0.2.2 Aug 5 2013 + * - Fixed usage of undefined variable with node::BASE64 in NanFromV8String() + * + * * 0.2.1 Aug 5 2013 + * - Fixed 0.8 breakage, node::BUFFER encoding type not available in 0.8 for + * NanFromV8String() + * + * * 0.2.0 Aug 5 2013 + * - Added NAN_PROPERTY_GETTER, NAN_PROPERTY_SETTER, NAN_PROPERTY_ENUMERATOR, + * NAN_PROPERTY_DELETER, NAN_PROPERTY_QUERY + * - Extracted _NAN_METHOD_ARGS, _NAN_GETTER_ARGS, _NAN_SETTER_ARGS, + * _NAN_PROPERTY_GETTER_ARGS, _NAN_PROPERTY_SETTER_ARGS, + * _NAN_PROPERTY_ENUMERATOR_ARGS, _NAN_PROPERTY_DELETER_ARGS, + * _NAN_PROPERTY_QUERY_ARGS + * - Added NanGetInternalFieldPointer, NanSetInternalFieldPointer + * - Added NAN_WEAK_CALLBACK, NAN_WEAK_CALLBACK_OBJECT, + * NAN_WEAK_CALLBACK_DATA, NanMakeWeak + * - Renamed THROW_ERROR to _NAN_THROW_ERROR + * - Added NanNewBufferHandle(char*, size_t, node::smalloc::FreeCallback, void*) + * - Added NanBufferUse(char*, uint32_t) + * - Added NanNewContextHandle(v8::ExtensionConfiguration*, + * v8::Handle, v8::Handle) + * - Fixed broken NanCallback#GetFunction() + * - Added optional encoding and size arguments to NanFromV8String() + * - Added NanGetPointerSafe() and NanSetPointerSafe() + * - Added initial test suite (to be expanded) + * - Allow NanUInt32OptionValue to convert any Number object + * + * * 0.1.0 Jul 21 2013 + * - Added `NAN_GETTER`, `NAN_SETTER` + * - Added `NanThrowError` with single Local argument + * - Added `NanNewBufferHandle` with single uint32_t argument + * - Added `NanHasInstance(Persistent&, Handle)` + * - Added `Local NanCallback#GetFunction()` + * - Added `NanCallback#Call(int, Local[])` + * - Deprecated `NanCallback#Run(int, Local[])` in favour of Call + * + * See https://github.com/rvagg/nan for the latest update to this file + **********************************************************************************/ + +#ifndef NAN_H +#define NAN_H + +#include +#include +#include +#include +#include +#include + +#if defined(__GNUC__) && !defined(DEBUG) +# define NAN_INLINE(declarator) inline __attribute__((always_inline)) declarator +#elif defined(_MSC_VER) && !defined(DEBUG) +# define NAN_INLINE(declarator) __forceinline declarator +#else +# define NAN_INLINE(declarator) inline declarator +#endif + +#if defined(__GNUC__) && !V8_DISABLE_DEPRECATIONS +# define NAN_DEPRECATED(declarator) __attribute__((deprecated)) declarator +#elif defined(_MSC_VER) && !V8_DISABLE_DEPRECATIONS +# define NAN_DEPRECATED(declarator) __declspec(deprecated) declarator +#else +# define NAN_DEPRECATED(declarator) declarator +#endif + +// some generic helpers + +template static NAN_INLINE(bool NanSetPointerSafe( + T *var + , T val +)) { + if (var) { + *var = val; + return true; + } else { + return false; + } +} + +template static NAN_INLINE(T NanGetPointerSafe( + T *var + , T fallback = reinterpret_cast(0) +)) { + if (var) { + return *var; + } else { + return fallback; + } +} + +#define NanSymbol(value) v8::String::NewSymbol(value) + +static NAN_INLINE(bool NanBooleanOptionValue( + v8::Local optionsObj + , v8::Handle opt, bool def +)) { + if (def) { + return optionsObj.IsEmpty() + || !optionsObj->Has(opt) + || optionsObj->Get(opt)->BooleanValue(); + } else { + return !optionsObj.IsEmpty() + && optionsObj->Has(opt) + && optionsObj->Get(opt)->BooleanValue(); + } +} + +static NAN_INLINE(bool NanBooleanOptionValue( + v8::Local optionsObj + , v8::Handle opt +)) { + return NanBooleanOptionValue(optionsObj, opt, false); +} + +static NAN_INLINE(uint32_t NanUInt32OptionValue( + v8::Local optionsObj + , v8::Handle opt + , uint32_t def +)) { + return !optionsObj.IsEmpty() + && optionsObj->Has(opt) + && optionsObj->Get(opt)->IsNumber() + ? optionsObj->Get(opt)->Uint32Value() + : def; +} + +#if (NODE_MODULE_VERSION > 0x000B) +// Node 0.11+ (0.11.3 and below won't compile with these) + +static v8::Isolate* nan_isolate = v8::Isolate::GetCurrent(); + +# define _NAN_METHOD_ARGS_TYPE const v8::FunctionCallbackInfo& +# define _NAN_METHOD_ARGS _NAN_METHOD_ARGS_TYPE args +# define _NAN_METHOD_RETURN_TYPE void + +# define _NAN_GETTER_ARGS_TYPE const v8::PropertyCallbackInfo& +# define _NAN_GETTER_ARGS _NAN_GETTER_ARGS_TYPE args +# define _NAN_GETTER_RETURN_TYPE void + +# define _NAN_SETTER_ARGS_TYPE const v8::PropertyCallbackInfo& +# define _NAN_SETTER_ARGS _NAN_SETTER_ARGS_TYPE args +# define _NAN_SETTER_RETURN_TYPE void + +# define _NAN_PROPERTY_GETTER_ARGS_TYPE \ + const v8::PropertyCallbackInfo& +# define _NAN_PROPERTY_GETTER_ARGS _NAN_PROPERTY_GETTER_ARGS_TYPE args +# define _NAN_PROPERTY_GETTER_RETURN_TYPE void + +# define _NAN_PROPERTY_SETTER_ARGS_TYPE \ + const v8::PropertyCallbackInfo& +# define _NAN_PROPERTY_SETTER_ARGS _NAN_PROPERTY_SETTER_ARGS_TYPE args +# define _NAN_PROPERTY_SETTER_RETURN_TYPE void + +# define _NAN_PROPERTY_ENUMERATOR_ARGS_TYPE \ + const v8::PropertyCallbackInfo& +# define _NAN_PROPERTY_ENUMERATOR_ARGS _NAN_PROPERTY_ENUMERATOR_ARGS_TYPE args +# define _NAN_PROPERTY_ENUMERATOR_RETURN_TYPE void + +# define _NAN_PROPERTY_DELETER_ARGS_TYPE \ + const v8::PropertyCallbackInfo& +# define _NAN_PROPERTY_DELETER_ARGS \ + _NAN_PROPERTY_DELETER_ARGS_TYPE args +# define _NAN_PROPERTY_DELETER_RETURN_TYPE void + +# define _NAN_PROPERTY_QUERY_ARGS_TYPE \ + const v8::PropertyCallbackInfo& +# define _NAN_PROPERTY_QUERY_ARGS _NAN_PROPERTY_QUERY_ARGS_TYPE args +# define _NAN_PROPERTY_QUERY_RETURN_TYPE void + +# define _NAN_INDEX_GETTER_ARGS_TYPE \ + const v8::PropertyCallbackInfo& +# define _NAN_INDEX_GETTER_ARGS _NAN_INDEX_GETTER_ARGS_TYPE args +# define _NAN_INDEX_GETTER_RETURN_TYPE void + +# define _NAN_INDEX_SETTER_ARGS_TYPE \ + const v8::PropertyCallbackInfo& +# define _NAN_INDEX_SETTER_ARGS _NAN_INDEX_SETTER_ARGS_TYPE args +# define _NAN_INDEX_SETTER_RETURN_TYPE void + +# define _NAN_INDEX_ENUMERATOR_ARGS_TYPE \ + const v8::PropertyCallbackInfo& +# define _NAN_INDEX_ENUMERATOR_ARGS _NAN_INDEX_ENUMERATOR_ARGS_TYPE args +# define _NAN_INDEX_ENUMERATOR_RETURN_TYPE void + +# define _NAN_INDEX_DELETER_ARGS_TYPE \ + const v8::PropertyCallbackInfo& +# define _NAN_INDEX_DELETER_ARGS _NAN_INDEX_DELETER_ARGS_TYPE args +# define _NAN_INDEX_DELETER_RETURN_TYPE void + +# define _NAN_INDEX_QUERY_ARGS_TYPE \ + const v8::PropertyCallbackInfo& +# define _NAN_INDEX_QUERY_ARGS _NAN_INDEX_QUERY_ARGS_TYPE args +# define _NAN_INDEX_QUERY_RETURN_TYPE void + +# define NanGetInternalFieldPointer(object, index) \ + object->GetAlignedPointerFromInternalField(index) +# define NanSetInternalFieldPointer(object, index, value) \ + object->SetAlignedPointerInInternalField(index, value) + +# define NAN_WEAK_CALLBACK(type, name) \ + void name( \ + v8::Isolate* isolate \ + , v8::Persistent* object \ + , type data) +# define NAN_WEAK_CALLBACK_OBJECT (*object) +# define NAN_WEAK_CALLBACK_DATA(type) ((type) data) + +# define NanScope() v8::HandleScope scope(nan_isolate) +# define NanLocker() v8::Locker locker(nan_isolate) +# define NanUnlocker() v8::Unlocker unlocker(nan_isolate) +# define NanReturnValue(value) return args.GetReturnValue().Set(value) +# define NanReturnUndefined() return +# define NanReturnNull() return args.GetReturnValue().SetNull() +# define NanReturnEmptyString() return args.GetReturnValue().SetEmptyString() +# define NanAssignPersistent(type, handle, obj) handle.Reset(nan_isolate, obj) +# define NanInitPersistent(type, name, obj) \ + v8::Persistent name(nan_isolate, obj) +# define NanObjectWrapHandle(obj) obj->handle() + +//TODO: remove <0.11.8 support when 0.12 is released +#if NODE_VERSION_AT_LEAST(0, 11, 8) +# define NanMakeWeak(handle, parameter, callback) \ + handle.MakeWeak(parameter, callback) +#else +# define NanMakeWeak(handle, parameter, callback) \ + handle.MakeWeak(nan_isolate, parameter, callback) +#endif + +# define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg)) + +# define _NAN_THROW_ERROR(fun, errmsg) \ + do { \ + NanScope(); \ + v8::ThrowException(_NAN_ERROR(fun, errmsg)); \ + } while (0); + + template static NAN_INLINE(v8::Local NanNewLocal( + v8::Handle val + )) { +//TODO: remove <0.11.9 support when 0.12 is released +#if NODE_VERSION_AT_LEAST(0, 11, 9) + return v8::Local::New(nan_isolate, val); +#else + return v8::Local::New(val); +#endif + } + + static NAN_INLINE(v8::Handle NanError(const char* errmsg)) { + return _NAN_ERROR(v8::Exception::Error, errmsg); + } + + static NAN_INLINE(void NanThrowError(const char* errmsg)) { + _NAN_THROW_ERROR(v8::Exception::Error, errmsg); + } + + static NAN_INLINE(void NanThrowError(v8::Handle error)) { + NanScope(); + v8::ThrowException(error); + } + + static NAN_INLINE(v8::Handle NanError( + const char *msg + , const int errorNumber + )) { + v8::Local err = v8::Exception::Error(v8::String::New(msg)); + v8::Local obj = err.As(); + obj->Set(v8::String::New("code"), v8::Int32::New(errorNumber)); + return err; + } + + static NAN_INLINE(void NanThrowError( + const char *msg + , const int errorNumber + )) { + NanThrowError(NanError(msg, errorNumber)); + } + + static NAN_INLINE(v8::Handle NanTypeError(const char* errmsg)) { + return _NAN_ERROR(v8::Exception::TypeError, errmsg); + } + + static NAN_INLINE(void NanThrowTypeError(const char* errmsg)) { + _NAN_THROW_ERROR(v8::Exception::TypeError, errmsg); + } + + static NAN_INLINE(v8::Handle NanRangeError(const char* errmsg)) { + return _NAN_ERROR(v8::Exception::RangeError, errmsg); + } + + static NAN_INLINE(void NanThrowRangeError(const char* errmsg)) { + _NAN_THROW_ERROR(v8::Exception::RangeError, errmsg); + } + + template static NAN_INLINE(void NanDisposePersistent( + v8::Persistent &handle + )) { + +//TODO: remove <0.11.8 support when 0.12 is released +# if NODE_VERSION_AT_LEAST(0, 11, 8) + handle.Reset(); +# else + handle.Dispose(nan_isolate); +# endif + handle.Clear(); + } + + template static NAN_DEPRECATED(void NanDispose( + v8::Persistent &handle + )) { + NanDisposePersistent(handle); + } + + static NAN_INLINE(v8::Local NanNewBufferHandle ( + char *data + , size_t length + , node::smalloc::FreeCallback callback + , void *hint + )) { + return node::Buffer::New(data, length, callback, hint); + } + + static NAN_INLINE(v8::Local NanNewBufferHandle ( + char *data + , uint32_t size + )) { + return node::Buffer::New(data, size); + } + + static NAN_INLINE(v8::Local NanNewBufferHandle (uint32_t size)) { + return node::Buffer::New(size); + } + + static NAN_INLINE(v8::Local NanBufferUse( + char* data + , uint32_t size + )) { + return node::Buffer::Use(data, size); + } + + template + static NAN_INLINE(v8::Local NanPersistentToLocal( + const v8::Persistent& persistent + )) { + return v8::Local::New(nan_isolate, persistent); + } + + static NAN_INLINE(bool NanHasInstance( + v8::Persistent& function_template + , v8::Handle value + )) { + return NanPersistentToLocal(function_template)->HasInstance(value); + } + + static NAN_INLINE(v8::Local NanNewContextHandle( + v8::ExtensionConfiguration* extensions = NULL + , v8::Handle tmpl = v8::Handle() + , v8::Handle obj = v8::Handle() + )) { + return v8::Local::New( + nan_isolate + , v8::Context::New(nan_isolate, extensions, tmpl, obj) + ); + } + +#else +// Node 0.8 and 0.10 + +# define _NAN_METHOD_ARGS_TYPE const v8::Arguments& +# define _NAN_METHOD_ARGS _NAN_METHOD_ARGS_TYPE args +# define _NAN_METHOD_RETURN_TYPE v8::Handle + +# define _NAN_GETTER_ARGS_TYPE const v8::AccessorInfo & +# define _NAN_GETTER_ARGS _NAN_GETTER_ARGS_TYPE args +# define _NAN_GETTER_RETURN_TYPE v8::Handle + +# define _NAN_SETTER_ARGS_TYPE const v8::AccessorInfo & +# define _NAN_SETTER_ARGS _NAN_SETTER_ARGS_TYPE args +# define _NAN_SETTER_RETURN_TYPE void + +# define _NAN_PROPERTY_GETTER_ARGS_TYPE const v8::AccessorInfo& +# define _NAN_PROPERTY_GETTER_ARGS _NAN_PROPERTY_GETTER_ARGS_TYPE args +# define _NAN_PROPERTY_GETTER_RETURN_TYPE v8::Handle + +# define _NAN_PROPERTY_SETTER_ARGS_TYPE const v8::AccessorInfo& +# define _NAN_PROPERTY_SETTER_ARGS _NAN_PROPERTY_SETTER_ARGS_TYPE args +# define _NAN_PROPERTY_SETTER_RETURN_TYPE v8::Handle + +# define _NAN_PROPERTY_ENUMERATOR_ARGS_TYPE const v8::AccessorInfo& +# define _NAN_PROPERTY_ENUMERATOR_ARGS _NAN_PROPERTY_ENUMERATOR_ARGS_TYPE args +# define _NAN_PROPERTY_ENUMERATOR_RETURN_TYPE v8::Handle + +# define _NAN_PROPERTY_DELETER_ARGS_TYPE const v8::AccessorInfo& +# define _NAN_PROPERTY_DELETER_ARGS _NAN_PROPERTY_DELETER_ARGS_TYPE args +# define _NAN_PROPERTY_DELETER_RETURN_TYPE v8::Handle + +# define _NAN_PROPERTY_QUERY_ARGS_TYPE const v8::AccessorInfo& +# define _NAN_PROPERTY_QUERY_ARGS _NAN_PROPERTY_QUERY_ARGS_TYPE args +# define _NAN_PROPERTY_QUERY_RETURN_TYPE v8::Handle + +# define _NAN_INDEX_GETTER_ARGS_TYPE const v8::AccessorInfo& +# define _NAN_INDEX_GETTER_ARGS _NAN_INDEX_GETTER_ARGS_TYPE args +# define _NAN_INDEX_GETTER_RETURN_TYPE v8::Handle + +# define _NAN_INDEX_SETTER_ARGS_TYPE const v8::AccessorInfo& +# define _NAN_INDEX_SETTER_ARGS _NAN_INDEX_SETTER_ARGS_TYPE args +# define _NAN_INDEX_SETTER_RETURN_TYPE v8::Handle + +# define _NAN_INDEX_ENUMERATOR_ARGS_TYPE const v8::AccessorInfo& +# define _NAN_INDEX_ENUMERATOR_ARGS _NAN_INDEX_ENUMERATOR_ARGS_TYPE args +# define _NAN_INDEX_ENUMERATOR_RETURN_TYPE v8::Handle + +# define _NAN_INDEX_DELETER_ARGS_TYPE const v8::AccessorInfo& +# define _NAN_INDEX_DELETER_ARGS _NAN_INDEX_DELETER_ARGS_TYPE args +# define _NAN_INDEX_DELETER_RETURN_TYPE v8::Handle + +# define _NAN_INDEX_QUERY_ARGS_TYPE const v8::AccessorInfo& +# define _NAN_INDEX_QUERY_ARGS _NAN_INDEX_QUERY_ARGS_TYPE args +# define _NAN_INDEX_QUERY_RETURN_TYPE v8::Handle + +# define NanGetInternalFieldPointer(object, index) \ + object->GetPointerFromInternalField(index) +# define NanSetInternalFieldPointer(object, index, value) \ + object->SetPointerInInternalField(index, value) +# define NAN_WEAK_CALLBACK(type, name) \ + void name( \ + v8::Persistent object \ + , void *data) +# define NAN_WEAK_CALLBACK_OBJECT object +# define NAN_WEAK_CALLBACK_DATA(type) ((type) data) + +# define NanScope() v8::HandleScope scope +# define NanLocker() v8::Locker locker +# define NanUnlocker() v8::Unlocker unlocker +# define NanReturnValue(value) return scope.Close(value) +# define NanReturnUndefined() return v8::Undefined() +# define NanReturnNull() return v8::Null() +# define NanReturnEmptyString() return v8::String::Empty() +# define NanInitPersistent(type, name, obj) \ + v8::Persistent name = v8::Persistent::New(obj) +# define NanAssignPersistent(type, handle, obj) \ + handle = v8::Persistent::New(obj) +# define NanObjectWrapHandle(obj) obj->handle_ +# define NanMakeWeak(handle, parameters, callback) \ + handle.MakeWeak(parameters, callback) + +# define _NAN_ERROR(fun, errmsg) \ + fun(v8::String::New(errmsg)) + +# define _NAN_THROW_ERROR(fun, errmsg) \ + do { \ + NanScope(); \ + return v8::ThrowException(_NAN_ERROR(fun, errmsg)); \ + } while (0); + + template static NAN_INLINE(v8::Local NanNewLocal( + v8::Handle val + )) { + return v8::Local::New(val); + } + + static NAN_INLINE(v8::Handle NanError(const char* errmsg)) { + return _NAN_ERROR(v8::Exception::Error, errmsg); + } + + static NAN_INLINE(v8::Handle NanThrowError(const char* errmsg)) { + _NAN_THROW_ERROR(v8::Exception::Error, errmsg); + } + + static NAN_INLINE(v8::Handle NanThrowError( + v8::Handle error + )) { + NanScope(); + return v8::ThrowException(error); + } + + static NAN_INLINE(v8::Handle NanError( + const char *msg + , const int errorNumber + )) { + v8::Local err = v8::Exception::Error(v8::String::New(msg)); + v8::Local obj = err.As(); + obj->Set(v8::String::New("code"), v8::Int32::New(errorNumber)); + return err; + } + + static NAN_INLINE(v8::Handle NanThrowError( + const char *msg + , const int errorNumber + )) { + return NanThrowError(NanError(msg, errorNumber)); + } + + static NAN_INLINE(v8::Handle NanTypeError(const char* errmsg)) { + return _NAN_ERROR(v8::Exception::TypeError, errmsg); + } + + static NAN_INLINE(v8::Handle NanThrowTypeError( + const char* errmsg + )) { + _NAN_THROW_ERROR(v8::Exception::TypeError, errmsg); + } + + static NAN_INLINE(v8::Handle NanRangeError( + const char* errmsg + )) { + return _NAN_ERROR(v8::Exception::RangeError, errmsg); + } + + static NAN_INLINE(v8::Handle NanThrowRangeError( + const char* errmsg + )) { + _NAN_THROW_ERROR(v8::Exception::RangeError, errmsg); + } + + template static NAN_INLINE(void NanDisposePersistent( + v8::Persistent &handle + )) { + handle.Dispose(); + handle.Clear(); + } + + template static NAN_DEPRECATED(void NanDispose( + v8::Persistent &handle + )) { + NanDisposePersistent(handle); + } + + static NAN_INLINE(v8::Local NanNewBufferHandle ( + char *data + , size_t length + , node::Buffer::free_callback callback + , void *hint + )) { + return NanNewLocal( + node::Buffer::New(data, length, callback, hint)->handle_); + } + + static NAN_INLINE(v8::Local NanNewBufferHandle ( + char *data + , uint32_t size + )) { + return NanNewLocal(node::Buffer::New(data, size)->handle_); + } + + static NAN_INLINE(v8::Local NanNewBufferHandle (uint32_t size)) { + return NanNewLocal(node::Buffer::New(size)->handle_); + } + + static NAN_INLINE(void FreeData(char *data, void *hint)) { + delete[] data; + } + + static NAN_INLINE(v8::Local NanBufferUse( + char* data + , uint32_t size + )) { + return NanNewLocal( + node::Buffer::New(data, size, FreeData, NULL)->handle_); + } + + template + static NAN_INLINE(v8::Local NanPersistentToLocal( + const v8::Persistent& persistent + )) { + return NanNewLocal(persistent); + } + + static NAN_INLINE(bool NanHasInstance( + v8::Persistent& function_template + , v8::Handle value + )) { + return function_template->HasInstance(value); + } + + static NAN_INLINE(v8::Local NanNewContextHandle( + v8::ExtensionConfiguration* extensions = NULL + , v8::Handle tmpl = v8::Handle() + , v8::Handle obj = v8::Handle() + )) { + v8::Persistent ctx = v8::Context::New(extensions, tmpl, obj); + v8::Local lctx = NanNewLocal(ctx); + ctx.Dispose(); + return lctx; + } + +#endif // node version + +#define NAN_METHOD(name) _NAN_METHOD_RETURN_TYPE name(_NAN_METHOD_ARGS) +#define NAN_GETTER(name) \ + _NAN_GETTER_RETURN_TYPE name( \ + v8::Local property \ + , _NAN_GETTER_ARGS) +#define NAN_SETTER(name) \ + _NAN_SETTER_RETURN_TYPE name( \ + v8::Local property \ + , v8::Local value \ + , _NAN_SETTER_ARGS) +#define NAN_PROPERTY_GETTER(name) \ + _NAN_PROPERTY_GETTER_RETURN_TYPE name( \ + v8::Local property \ + , _NAN_PROPERTY_GETTER_ARGS) +#define NAN_PROPERTY_SETTER(name) \ + _NAN_PROPERTY_SETTER_RETURN_TYPE name( \ + v8::Local property \ + , v8::Local value \ + , _NAN_PROPERTY_SETTER_ARGS) +#define NAN_PROPERTY_ENUMERATOR(name) \ + _NAN_PROPERTY_ENUMERATOR_RETURN_TYPE name(_NAN_PROPERTY_ENUMERATOR_ARGS) +#define NAN_PROPERTY_DELETER(name) \ + _NAN_PROPERTY_DELETER_RETURN_TYPE name( \ + v8::Local property \ + , _NAN_PROPERTY_DELETER_ARGS) +#define NAN_PROPERTY_QUERY(name) \ + _NAN_PROPERTY_QUERY_RETURN_TYPE name( \ + v8::Local property \ + , _NAN_PROPERTY_QUERY_ARGS) +# define NAN_INDEX_GETTER(name) \ + _NAN_INDEX_GETTER_RETURN_TYPE name(uint32_t index, _NAN_INDEX_GETTER_ARGS) +#define NAN_INDEX_SETTER(name) \ + _NAN_INDEX_SETTER_RETURN_TYPE name( \ + uint32_t index \ + , v8::Local value \ + , _NAN_INDEX_SETTER_ARGS) +#define NAN_INDEX_ENUMERATOR(name) \ + _NAN_INDEX_ENUMERATOR_RETURN_TYPE name(_NAN_INDEX_ENUMERATOR_ARGS) +#define NAN_INDEX_DELETER(name) \ + _NAN_INDEX_DELETER_RETURN_TYPE name( \ + uint32_t index \ + , _NAN_INDEX_DELETER_ARGS) +#define NAN_INDEX_QUERY(name) \ + _NAN_INDEX_QUERY_RETURN_TYPE name(uint32_t index, _NAN_INDEX_QUERY_ARGS) + +class NanCallback { + public: + NanCallback() { + NanScope(); + v8::Local obj = v8::Object::New(); + NanAssignPersistent(v8::Object, handle, obj); + } + + NanCallback(const v8::Handle &fn) { + NanScope(); + v8::Local obj = v8::Object::New(); + NanAssignPersistent(v8::Object, handle, obj); + SetFunction(fn); + } + + ~NanCallback() { + if (handle.IsEmpty()) return; + handle.Dispose(); + handle.Clear(); + } + + NAN_INLINE(void SetFunction(const v8::Handle &fn)) { + NanScope(); + NanPersistentToLocal(handle)->Set(NanSymbol("callback"), fn); + } + + NAN_INLINE(v8::Local GetFunction ()) { + return NanPersistentToLocal(handle)->Get(NanSymbol("callback")) + .As(); + } + + void Call(int argc, v8::Handle argv[]) { + NanScope(); + +#if NODE_VERSION_AT_LEAST(0, 8, 0) + v8::Local callback = NanPersistentToLocal(handle)-> + Get(NanSymbol("callback")).As(); + node::MakeCallback( + v8::Context::GetCurrent()->Global() + , callback + , argc + , argv + ); +#else + node::MakeCallback(handle, "callback", argc, argv); +#endif + } + + private: + v8::Persistent handle; +}; + +/* abstract */ class NanAsyncWorker { +public: + NanAsyncWorker (NanCallback *callback) : callback(callback) { + request.data = this; + errmsg = NULL; + } + + virtual ~NanAsyncWorker () { + NanScope(); + + if (!persistentHandle.IsEmpty()) + NanDisposePersistent(persistentHandle); + if (callback) + delete callback; + if (errmsg) + delete errmsg; + } + + virtual void WorkComplete () { + NanScope(); + + if (errmsg == NULL) + HandleOKCallback(); + else + HandleErrorCallback(); + delete callback; + callback = NULL; + } + + void SavePersistent(const char *key, v8::Local &obj) { + NanScope(); + + v8::Local handle = NanPersistentToLocal(persistentHandle); + handle->Set(NanSymbol(key), obj); + } + + v8::Local GetFromPersistent(const char *key) { + NanScope(); + + v8::Local handle = NanPersistentToLocal(persistentHandle); + return handle->Get(NanSymbol(key)).As(); + } + + virtual void Execute () =0; + + uv_work_t request; + +protected: + v8::Persistent persistentHandle; + NanCallback *callback; + const char *errmsg; + + virtual void HandleOKCallback () { + NanScope(); + + callback->Call(0, NULL); + }; + + virtual void HandleErrorCallback () { + NanScope(); + + v8::Local argv[] = { + v8::Exception::Error(v8::String::New(errmsg)) + }; + callback->Call(1, argv); + } +}; + +NAN_INLINE(void NanAsyncExecute (uv_work_t* req)) { + NanAsyncWorker *worker = static_cast(req->data); + worker->Execute(); +} + +NAN_INLINE(void NanAsyncExecuteComplete (uv_work_t* req)) { + NanAsyncWorker* worker = static_cast(req->data); + worker->WorkComplete(); + delete worker; +} + +NAN_INLINE(void NanAsyncQueueWorker (NanAsyncWorker* worker)) { + uv_queue_work( + uv_default_loop() + , &worker->request + , NanAsyncExecute + , (uv_after_work_cb)NanAsyncExecuteComplete + ); +} + +//// Base 64 //// + +#define _nan_base64_encoded_size(size) ((size + 2 - ((size + 2) % 3)) / 3 * 4) + +// Doesn't check for padding at the end. Can be 1-2 bytes over. +static NAN_INLINE(size_t _nan_base64_decoded_size_fast(size_t size)) { + size_t remainder = size % 4; + + size = (size / 4) * 3; + if (remainder) { + if (size == 0 && remainder == 1) { + // special case: 1-byte input cannot be decoded + size = 0; + } else { + // non-padded input, add 1 or 2 extra bytes + size += 1 + (remainder == 3); + } + } + + return size; +} + +template +static NAN_INLINE(size_t _nan_base64_decoded_size( + const TypeName* src + , size_t size +)) { + if (size == 0) + return 0; + + if (src[size - 1] == '=') + size--; + if (size > 0 && src[size - 1] == '=') + size--; + + return _nan_base64_decoded_size_fast(size); +} + +// supports regular and URL-safe base64 +static const int _nan_unbase64_table[] = { + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -2, -1, -1, -2, -1, -1 + , -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 + , -2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 62, -1, 62, -1, 63 + , 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, -1, -1, -1, -1, -1, -1 + , -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 + , 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, -1, -1, -1, -1, 63 + , -1, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 + , 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1 + , -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 + , -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 + , -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 + , -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 + , -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 + , -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 + , -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 + , -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 +}; + +#define _nan_unbase64(x) _nan_unbase64_table[(uint8_t)(x)] + +template static size_t _nan_base64_decode( + char* buf + , size_t len + , const TypeName* src + , const size_t srcLen +) { + char* dst = buf; + char* dstEnd = buf + len; + const TypeName* srcEnd = src + srcLen; + + while (src < srcEnd && dst < dstEnd) { + int remaining = srcEnd - src; + char a, b, c, d; + + while (_nan_unbase64(*src) < 0 && src < srcEnd) src++, remaining--; + if (remaining == 0 || *src == '=') break; + a = _nan_unbase64(*src++); + + while (_nan_unbase64(*src) < 0 && src < srcEnd) src++, remaining--; + if (remaining <= 1 || *src == '=') break; + b = _nan_unbase64(*src++); + + *dst++ = (a << 2) | ((b & 0x30) >> 4); + if (dst == dstEnd) break; + + while (_nan_unbase64(*src) < 0 && src < srcEnd) src++, remaining--; + if (remaining <= 2 || *src == '=') break; + c = _nan_unbase64(*src++); + + *dst++ = ((b & 0x0F) << 4) | ((c & 0x3C) >> 2); + if (dst == dstEnd) break; + + while (_nan_unbase64(*src) < 0 && src < srcEnd) src++, remaining--; + if (remaining <= 3 || *src == '=') break; + d = _nan_unbase64(*src++); + + *dst++ = ((c & 0x03) << 6) | (d & 0x3F); + } + + return dst - buf; +} + +//// HEX //// + +template unsigned _nan_hex2bin(TypeName c) { + if (c >= '0' && c <= '9') return c - '0'; + if (c >= 'A' && c <= 'F') return 10 + (c - 'A'); + if (c >= 'a' && c <= 'f') return 10 + (c - 'a'); + return static_cast(-1); +} + +template static size_t _nan_hex_decode( + char* buf + , size_t len + , const TypeName* src + , const size_t srcLen +) { + size_t i; + for (i = 0; i < len && i * 2 + 1 < srcLen; ++i) { + unsigned a = _nan_hex2bin(src[i * 2 + 0]); + unsigned b = _nan_hex2bin(src[i * 2 + 1]); + if (!~a || !~b) return i; + buf[i] = a * 16 + b; + } + + return i; +} + +static bool _NanGetExternalParts( + v8::Handle val + , const char** data + , size_t* len +) { + if (node::Buffer::HasInstance(val)) { + *data = node::Buffer::Data(val.As()); + *len = node::Buffer::Length(val.As()); + return true; + } + + assert(val->IsString()); + v8::Local str = NanNewLocal(val.As()); + + if (str->IsExternalAscii()) { + const v8::String::ExternalAsciiStringResource* ext; + ext = str->GetExternalAsciiStringResource(); + *data = ext->data(); + *len = ext->length(); + return true; + + } else if (str->IsExternal()) { + const v8::String::ExternalStringResource* ext; + ext = str->GetExternalStringResource(); + *data = reinterpret_cast(ext->data()); + *len = ext->length(); + return true; + } + + return false; +} + +namespace Nan { + enum Encoding {ASCII, UTF8, BASE64, UCS2, BINARY, HEX, BUFFER}; +} + +static NAN_INLINE(void* NanRawString( + v8::Handle from + , enum Nan::Encoding encoding + , size_t *datalen + , void *buf + , size_t buflen + , int flags +)) { + NanScope(); + + size_t sz_; + size_t term_len = !(flags & v8::String::NO_NULL_TERMINATION); + char *data = NULL; + size_t len; + bool is_extern = _NanGetExternalParts( + from + , const_cast(&data) + , &len); + + if (is_extern && !term_len) { + NanSetPointerSafe(datalen, len); + return data; + } + + v8::Local toStr = from->ToString(); + + char *to = (char*)buf; + + switch(encoding) { + case Nan::ASCII: +#if NODE_MODULE_VERSION < 0x0C + sz_ = toStr->Length(); + if (to == NULL) { + to = new char[sz_ + term_len]; + } else { + assert(buflen >= sz_ + term_len && "too small buffer"); + } + NanSetPointerSafe( + datalen + , toStr->WriteAscii(to, 0, sz_ + term_len, flags)); + return to; +#endif + case Nan::BINARY: + case Nan::BUFFER: + sz_ = toStr->Length(); + if (to == NULL) { + to = new char[sz_ + term_len]; + } else { + assert(buflen >= sz_ + term_len && "too small buffer"); + } +#if NODE_MODULE_VERSION < 0x0C + // TODO(isaacs): THIS IS AWFUL!!! + // AGREE(kkoopa) + { + uint16_t* twobytebuf = new uint16_t[sz_ + term_len]; + + size_t len = toStr->Write(twobytebuf, 0, sz_ + term_len, flags); + + for (size_t i = 0; i < sz_ + term_len && i < len + term_len; i++) { + unsigned char *b = reinterpret_cast(&twobytebuf[i]); + to[i] = *b; + } + + NanSetPointerSafe(datalen, len); + + delete[] twobytebuf; + return to; + } +#else + NanSetPointerSafe( + datalen, + toStr->WriteOneByte( + reinterpret_cast(to) + , 0 + , sz_ + term_len + , flags)); + return to; +#endif + case Nan::UTF8: + sz_ = toStr->Utf8Length(); + if (to == NULL) { + to = new char[sz_ + term_len]; + } else { + assert(buflen >= sz_ + term_len && "too small buffer"); + } + NanSetPointerSafe( + datalen + , toStr->WriteUtf8(to, sz_ + term_len, NULL, flags) - term_len); + return to; + case Nan::BASE64: + { + v8::String::Value value(toStr); + sz_ = _nan_base64_decoded_size(*value, value.length()); + if (to == NULL) { + to = new char[sz_ + term_len]; + } else { + assert(buflen >= sz_ + term_len); + } + NanSetPointerSafe( + datalen + , _nan_base64_decode(to, sz_, *value, value.length())); + if (term_len) { + to[sz_] = '\0'; + } + return to; + } + case Nan::UCS2: + { + sz_ = toStr->Length(); + if (to == NULL) { + to = new char[(sz_ + term_len) * 2]; + } else { + assert(buflen >= (sz_ + term_len) * 2 && "too small buffer"); + } + + int bc = 2 * toStr->Write( + reinterpret_cast(to) + , 0 + , sz_ + term_len + , flags); + NanSetPointerSafe(datalen, bc); + return to; + } + case Nan::HEX: + { + v8::String::Value value(toStr); + sz_ = value.length(); + assert(!(sz_ & 1) && "bad hex data"); + if (to == NULL) { + to = new char[sz_ / 2 + term_len]; + } else { + assert(buflen >= sz_ / 2 + term_len && "too small buffer"); + } + NanSetPointerSafe( + datalen + , _nan_hex_decode(to, sz_ / 2, *value, value.length())); + } + if (term_len) { + to[sz_ / 2] = '\0'; + } + return to; + default: + assert(0 && "unknown encoding"); + } + return to; +} + +static NAN_INLINE(char* NanFromV8String( + v8::Handle from + , enum Nan::Encoding encoding = Nan::UTF8 + , size_t *datalen = NULL + , char *buf = NULL + , size_t buflen = 0 + , int flags = + v8::String::NO_NULL_TERMINATION | v8::String::HINT_MANY_WRITES_EXPECTED +)) { + return (char *) NanRawString(from, encoding, datalen, buf, buflen, flags); +} + +static NAN_INLINE(char* NanCString( + v8::Handle from + , size_t *datalen + , char *buf = NULL + , size_t buflen = 0 + , int flags = v8::String::NO_OPTIONS +)) { + return (char *) NanRawString(from, Nan::UTF8, datalen, buf, buflen, flags); +} + +#endif diff --git a/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/package.json b/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/package.json new file mode 100644 index 00000000..bc19985b --- /dev/null +++ b/.yarn/unplugged/nan-npm-0.8.0-c4db886767/node_modules/nan/package.json @@ -0,0 +1,19 @@ +{ + "name": "nan", + "version": "0.8.0", + "description": "Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibility", + "main": "include_dirs.js", + "repository": { + "type": "git", + "url": "git://github.com/rvagg/nan.git" + }, + "contributors": [ + "Rod Vagg (https://github.com/rvagg)", + "Benjamin Byholm (https://github.com/kkoopa/)", + "Trevor Norris (https://github.com/trevnorris)", + "Nathan Rajlich (https://github.com/TooTallNate)", + "Brett Lawson (https://github.com/brett19)", + "Ben Noordhuis (https://github.com/bnoordhuis)" + ], + "license": "MIT" +} diff --git a/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/.ready b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/.ready new file mode 100644 index 00000000..e69de29b diff --git a/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/LICENSE.md b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/LICENSE.md new file mode 100644 index 00000000..819d91a5 --- /dev/null +++ b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/LICENSE.md @@ -0,0 +1,9 @@ +The MIT License (MIT) + +Copyright (c) 2017 [Node.js API collaborators](https://github.com/nodejs/node-addon-api#collaborators) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/README.md b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/README.md new file mode 100644 index 00000000..e90eb7c9 --- /dev/null +++ b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/README.md @@ -0,0 +1,319 @@ +NOTE: The default branch has been renamed! +master is now named main + +If you have a local clone, you can update it by running: + +```shell +git branch -m master main +git fetch origin +git branch -u origin/main main +``` + +# **node-addon-api module** +This module contains **header-only C++ wrapper classes** which simplify +the use of the C based [Node-API](https://nodejs.org/dist/latest/docs/api/n-api.html) +provided by Node.js when using C++. It provides a C++ object model +and exception handling semantics with low overhead. + +There are three options for implementing addons: Node-API, nan, or direct +use of internal V8, libuv, and Node.js libraries. Unless there is a need for +direct access to functionality that is not exposed by Node-API as outlined +in [C/C++ addons](https://nodejs.org/dist/latest/docs/api/addons.html) +in Node.js core, use Node-API. Refer to +[C/C++ addons with Node-API](https://nodejs.org/dist/latest/docs/api/n-api.html) +for more information on Node-API. + +Node-API is an ABI stable C interface provided by Node.js for building native +addons. It is independent of the underlying JavaScript runtime (e.g. V8 or ChakraCore) +and is maintained as part of Node.js itself. It is intended to insulate +native addons from changes in the underlying JavaScript engine and allow +modules compiled for one version to run on later versions of Node.js without +recompilation. + +The `node-addon-api` module, which is not part of Node.js, preserves the benefits +of the Node-API as it consists only of inline code that depends only on the stable API +provided by Node-API. As such, modules built against one version of Node.js +using node-addon-api should run without having to be rebuilt with newer versions +of Node.js. + +It is important to remember that *other* Node.js interfaces such as +`libuv` (included in a project via `#include `) are not ABI-stable across +Node.js major versions. Thus, an addon must use Node-API and/or `node-addon-api` +exclusively and build against a version of Node.js that includes an +implementation of Node-API (meaning an active LTS version of Node.js) in +order to benefit from ABI stability across Node.js major versions. Node.js +provides an [ABI stability guide][] containing a detailed explanation of ABI +stability in general, and the Node-API ABI stability guarantee in particular. + +As new APIs are added to Node-API, node-addon-api must be updated to provide +wrappers for those new APIs. For this reason, node-addon-api provides +methods that allow callers to obtain the underlying Node-API handles so +direct calls to Node-API and the use of the objects/methods provided by +node-addon-api can be used together. For example, in order to be able +to use an API for which the node-addon-api does not yet provide a wrapper. + +APIs exposed by node-addon-api are generally used to create and +manipulate JavaScript values. Concepts and operations generally map +to ideas specified in the **ECMA262 Language Specification**. + +The [Node-API Resource](https://nodejs.github.io/node-addon-examples/) offers an +excellent orientation and tips for developers just getting started with Node-API +and node-addon-api. + +- **[Setup](#setup)** +- **[API Documentation](#api)** +- **[Examples](#examples)** +- **[Tests](#tests)** +- **[More resource and info about native Addons](#resources)** +- **[Badges](#badges)** +- **[Code of Conduct](CODE_OF_CONDUCT.md)** +- **[Contributors](#contributors)** +- **[License](#license)** + +## **Current version: 7.1.1** + +(See [CHANGELOG.md](CHANGELOG.md) for complete Changelog) + +[![NPM](https://nodei.co/npm/node-addon-api.png?downloads=true&downloadRank=true)](https://nodei.co/npm/node-addon-api/) [![NPM](https://nodei.co/npm-dl/node-addon-api.png?months=6&height=1)](https://nodei.co/npm/node-addon-api/) + + + +node-addon-api is based on [Node-API](https://nodejs.org/api/n-api.html) and supports using different Node-API versions. +This allows addons built with it to run with Node.js versions which support the targeted Node-API version. +**However** the node-addon-api support model is to support only the active LTS Node.js versions. This means that +every year there will be a new major which drops support for the Node.js LTS version which has gone out of service. + +The oldest Node.js version supported by the current version of node-addon-api is Node.js 16.x. + +## Setup + - [Installation and usage](doc/setup.md) + - [node-gyp](doc/node-gyp.md) + - [cmake-js](doc/cmake-js.md) + - [Conversion tool](doc/conversion-tool.md) + - [Checker tool](doc/checker-tool.md) + - [Generator](doc/generator.md) + - [Prebuild tools](doc/prebuild_tools.md) + + + +### **API Documentation** + +The following is the documentation for node-addon-api. + + - [Full Class Hierarchy](doc/hierarchy.md) + - [Addon Structure](doc/addon.md) + - Data Types: + - [Env](doc/env.md) + - [CallbackInfo](doc/callbackinfo.md) + - [Reference](doc/reference.md) + - [Value](doc/value.md) + - [Name](doc/name.md) + - [Symbol](doc/symbol.md) + - [String](doc/string.md) + - [Number](doc/number.md) + - [Date](doc/date.md) + - [BigInt](doc/bigint.md) + - [Boolean](doc/boolean.md) + - [External](doc/external.md) + - [Object](doc/object.md) + - [Array](doc/array.md) + - [ObjectReference](doc/object_reference.md) + - [PropertyDescriptor](doc/property_descriptor.md) + - [Function](doc/function.md) + - [FunctionReference](doc/function_reference.md) + - [ObjectWrap](doc/object_wrap.md) + - [ClassPropertyDescriptor](doc/class_property_descriptor.md) + - [Buffer](doc/buffer.md) + - [ArrayBuffer](doc/array_buffer.md) + - [TypedArray](doc/typed_array.md) + - [TypedArrayOf](doc/typed_array_of.md) + - [DataView](doc/dataview.md) + - [Error Handling](doc/error_handling.md) + - [Error](doc/error.md) + - [TypeError](doc/type_error.md) + - [RangeError](doc/range_error.md) + - [SyntaxError](doc/syntax_error.md) + - [Object Lifetime Management](doc/object_lifetime_management.md) + - [HandleScope](doc/handle_scope.md) + - [EscapableHandleScope](doc/escapable_handle_scope.md) + - [Memory Management](doc/memory_management.md) + - [Async Operations](doc/async_operations.md) + - [AsyncWorker](doc/async_worker.md) + - [AsyncContext](doc/async_context.md) + - [AsyncWorker Variants](doc/async_worker_variants.md) + - [Thread-safe Functions](doc/threadsafe.md) + - [ThreadSafeFunction](doc/threadsafe_function.md) + - [TypedThreadSafeFunction](doc/typed_threadsafe_function.md) + - [Promises](doc/promises.md) + - [Version management](doc/version_management.md) + + + +### **Examples** + +Are you new to **node-addon-api**? Take a look at our **[examples](https://github.com/nodejs/node-addon-examples)** + +- **[Hello World](https://github.com/nodejs/node-addon-examples/tree/main/src/1-getting-started/1_hello_world)** +- **[Pass arguments to a function](https://github.com/nodejs/node-addon-examples/tree/main/src/1-getting-started/2_function_arguments/node-addon-api)** +- **[Callbacks](https://github.com/nodejs/node-addon-examples/tree/main/src/1-getting-started/3_callbacks/node-addon-api)** +- **[Object factory](https://github.com/nodejs/node-addon-examples/tree/main/src/1-getting-started/4_object_factory/node-addon-api)** +- **[Function factory](https://github.com/nodejs/node-addon-examples/tree/main/src/1-getting-started/5_function_factory/node-addon-api)** +- **[Wrapping C++ Object](https://github.com/nodejs/node-addon-examples/tree/main/src/1-getting-started/6_object_wrap/node-addon-api)** +- **[Factory of wrapped object](https://github.com/nodejs/node-addon-examples/tree/main/src/1-getting-started/7_factory_wrap/node-addon-api)** +- **[Passing wrapped object around](https://github.com/nodejs/node-addon-examples/tree/main/src/2-js-to-native-conversion/8_passing_wrapped/node-addon-api)** + + + +### **Tests** + +To run the **node-addon-api** tests do: + +``` +npm install +npm test +``` + +To avoid testing the deprecated portions of the API run +``` +npm install +npm test --disable-deprecated +``` + +To run the tests targeting a specific version of Node-API run +``` +npm install +export NAPI_VERSION=X +npm test --NAPI_VERSION=X +``` + +where X is the version of Node-API you want to target. + +To run a specific unit test, filter conditions are available + +**Example:** + compile and run only tests on objectwrap.cc and objectwrap.js + ``` + npm run unit --filter=objectwrap + ``` + +Multiple unit tests cane be selected with wildcards + +**Example:** +compile and run all test files ending with "reference" -> function_reference.cc, object_reference.cc, reference.cc + ``` + npm run unit --filter=*reference + ``` + +Multiple filter conditions can be joined to broaden the test selection + +**Example:** + compile and run all tests under folders threadsafe_function and typed_threadsafe_function and also the objectwrap.cc file + npm run unit --filter='*function objectwrap' + +### **Debug** + +To run the **node-addon-api** tests with `--debug` option: + +``` +npm run-script dev +``` + +If you want a faster build, you might use the following option: + +``` +npm run-script dev:incremental +``` + +Take a look and get inspired by our **[test suite](https://github.com/nodejs/node-addon-api/tree/HEAD/test)** + +### **Benchmarks** + +You can run the available benchmarks using the following command: + +``` +npm run-script benchmark +``` + +See [benchmark/README.md](benchmark/README.md) for more details about running and adding benchmarks. + + + +### **More resource and info about native Addons** +- **[C++ Addons](https://nodejs.org/dist/latest/docs/api/addons.html)** +- **[Node-API](https://nodejs.org/dist/latest/docs/api/n-api.html)** +- **[Node-API - Next Generation Node API for Native Modules](https://youtu.be/-Oniup60Afs)** +- **[How We Migrated Realm JavaScript From NAN to Node-API](https://developer.mongodb.com/article/realm-javascript-nan-to-n-api)** + +As node-addon-api's core mission is to expose the plain C Node-API as C++ +wrappers, tools that facilitate n-api/node-addon-api providing more +convenient patterns for developing a Node.js add-on with n-api/node-addon-api +can be published to NPM as standalone packages. It is also recommended to tag +such packages with `node-addon-api` to provide more visibility to the community. + +Quick links to NPM searches: [keywords:node-addon-api](https://www.npmjs.com/search?q=keywords%3Anode-addon-api). + + + +### **Other bindings** + +- **[napi-rs](https://napi.rs)** - (`Rust`) + + + +### **Badges** + +The use of badges is recommended to indicate the minimum version of Node-API +required for the module. This helps to determine which Node.js major versions are +supported. Addon maintainers can consult the [Node-API support matrix][] to determine +which Node.js versions provide a given Node-API version. The following badges are +available: + +![Node-API v1 Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20v1%20Badge.svg) +![Node-API v2 Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20v2%20Badge.svg) +![Node-API v3 Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20v3%20Badge.svg) +![Node-API v4 Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20v4%20Badge.svg) +![Node-API v5 Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20v5%20Badge.svg) +![Node-API v6 Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20v6%20Badge.svg) +![Node-API v7 Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20v7%20Badge.svg) +![Node-API v8 Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20v8%20Badge.svg) +![Node-API v9 Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20v9%20Badge.svg) +![Node-API Experimental Version Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20Experimental%20Version%20Badge.svg) + +## **Contributing** + +We love contributions from the community to **node-addon-api**! +See [CONTRIBUTING.md](CONTRIBUTING.md) for more details on our philosophy around extending this module. + + + +## Team members + +### Active +| Name | GitHub Link | +| ------------------- | ----------------------------------------------------- | +| Anna Henningsen | [addaleax](https://github.com/addaleax) | +| Chengzhong Wu | [legendecas](https://github.com/legendecas) | +| Jack Xia | [JckXia](https://github.com/JckXia) | +| Kevin Eady | [KevinEady](https://github.com/KevinEady) | +| Michael Dawson | [mhdawson](https://github.com/mhdawson) | +| Nicola Del Gobbo | [NickNaso](https://github.com/NickNaso) | +| Vladimir Morozov | [vmoroz](https://github.com/vmoroz) | + +### Emeritus +| Name | GitHub Link | +| ------------------- | ----------------------------------------------------- | +| Arunesh Chandra | [aruneshchandra](https://github.com/aruneshchandra) | +| Benjamin Byholm | [kkoopa](https://github.com/kkoopa) | +| Gabriel Schulhof | [gabrielschulhof](https://github.com/gabrielschulhof) | +| Hitesh Kanwathirtha | [digitalinfinity](https://github.com/digitalinfinity) | +| Jason Ginchereau | [jasongin](https://github.com/jasongin) | +| Jim Schlight | [jschlight](https://github.com/jschlight) | +| Sampson Gao | [sampsongao](https://github.com/sampsongao) | +| Taylor Woll | [boingoing](https://github.com/boingoing) | + + + +Licensed under [MIT](./LICENSE.md) + +[ABI stability guide]: https://nodejs.org/en/docs/guides/abi-stability/ +[Node-API support matrix]: https://nodejs.org/dist/latest/docs/api/n-api.html#n_api_n_api_version_matrix diff --git a/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/common.gypi b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/common.gypi new file mode 100644 index 00000000..06c0176b --- /dev/null +++ b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/common.gypi @@ -0,0 +1,20 @@ +{ + 'variables': { + 'NAPI_VERSION%': " +inline PropertyDescriptor PropertyDescriptor::Accessor( + const char* utf8name, + Getter getter, + napi_property_attributes attributes, + void* /*data*/) { + using CbData = details::CallbackData; + // TODO: Delete when the function is destroyed + auto callbackData = new CbData({getter, nullptr}); + + return PropertyDescriptor({utf8name, + nullptr, + nullptr, + CbData::Wrapper, + nullptr, + nullptr, + attributes, + callbackData}); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor( + const std::string& utf8name, + Getter getter, + napi_property_attributes attributes, + void* data) { + return Accessor(utf8name.c_str(), getter, attributes, data); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor( + napi_value name, + Getter getter, + napi_property_attributes attributes, + void* /*data*/) { + using CbData = details::CallbackData; + // TODO: Delete when the function is destroyed + auto callbackData = new CbData({getter, nullptr}); + + return PropertyDescriptor({nullptr, + name, + nullptr, + CbData::Wrapper, + nullptr, + nullptr, + attributes, + callbackData}); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor( + Name name, Getter getter, napi_property_attributes attributes, void* data) { + napi_value nameValue = name; + return PropertyDescriptor::Accessor(nameValue, getter, attributes, data); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor( + const char* utf8name, + Getter getter, + Setter setter, + napi_property_attributes attributes, + void* /*data*/) { + using CbData = details::AccessorCallbackData; + // TODO: Delete when the function is destroyed + auto callbackData = new CbData({getter, setter, nullptr}); + + return PropertyDescriptor({utf8name, + nullptr, + nullptr, + CbData::GetterWrapper, + CbData::SetterWrapper, + nullptr, + attributes, + callbackData}); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor( + const std::string& utf8name, + Getter getter, + Setter setter, + napi_property_attributes attributes, + void* data) { + return Accessor(utf8name.c_str(), getter, setter, attributes, data); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor( + napi_value name, + Getter getter, + Setter setter, + napi_property_attributes attributes, + void* /*data*/) { + using CbData = details::AccessorCallbackData; + // TODO: Delete when the function is destroyed + auto callbackData = new CbData({getter, setter, nullptr}); + + return PropertyDescriptor({nullptr, + name, + nullptr, + CbData::GetterWrapper, + CbData::SetterWrapper, + nullptr, + attributes, + callbackData}); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor( + Name name, + Getter getter, + Setter setter, + napi_property_attributes attributes, + void* data) { + napi_value nameValue = name; + return PropertyDescriptor::Accessor( + nameValue, getter, setter, attributes, data); +} + +template +inline PropertyDescriptor PropertyDescriptor::Function( + const char* utf8name, + Callable cb, + napi_property_attributes attributes, + void* /*data*/) { + using ReturnType = decltype(cb(CallbackInfo(nullptr, nullptr))); + using CbData = details::CallbackData; + // TODO: Delete when the function is destroyed + auto callbackData = new CbData({cb, nullptr}); + + return PropertyDescriptor({utf8name, + nullptr, + CbData::Wrapper, + nullptr, + nullptr, + nullptr, + attributes, + callbackData}); +} + +template +inline PropertyDescriptor PropertyDescriptor::Function( + const std::string& utf8name, + Callable cb, + napi_property_attributes attributes, + void* data) { + return Function(utf8name.c_str(), cb, attributes, data); +} + +template +inline PropertyDescriptor PropertyDescriptor::Function( + napi_value name, + Callable cb, + napi_property_attributes attributes, + void* /*data*/) { + using ReturnType = decltype(cb(CallbackInfo(nullptr, nullptr))); + using CbData = details::CallbackData; + // TODO: Delete when the function is destroyed + auto callbackData = new CbData({cb, nullptr}); + + return PropertyDescriptor({nullptr, + name, + CbData::Wrapper, + nullptr, + nullptr, + nullptr, + attributes, + callbackData}); +} + +template +inline PropertyDescriptor PropertyDescriptor::Function( + Name name, Callable cb, napi_property_attributes attributes, void* data) { + napi_value nameValue = name; + return PropertyDescriptor::Function(nameValue, cb, attributes, data); +} + +#endif // !SRC_NAPI_INL_DEPRECATED_H_ diff --git a/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/napi-inl.h b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/napi-inl.h new file mode 100644 index 00000000..a5ae7af7 --- /dev/null +++ b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/napi-inl.h @@ -0,0 +1,6607 @@ +#ifndef SRC_NAPI_INL_H_ +#define SRC_NAPI_INL_H_ + +//////////////////////////////////////////////////////////////////////////////// +// Node-API C++ Wrapper Classes +// +// Inline header-only implementations for "Node-API" ABI-stable C APIs for +// Node.js. +//////////////////////////////////////////////////////////////////////////////// + +// Note: Do not include this file directly! Include "napi.h" instead. + +#include +#include +#if NAPI_HAS_THREADS +#include +#endif // NAPI_HAS_THREADS +#include +#include + +namespace Napi { + +#ifdef NAPI_CPP_CUSTOM_NAMESPACE +namespace NAPI_CPP_CUSTOM_NAMESPACE { +#endif + +// Helpers to handle functions exposed from C++ and internal constants. +namespace details { + +// New napi_status constants not yet available in all supported versions of +// Node.js releases. Only necessary when they are used in napi.h and napi-inl.h. +constexpr int napi_no_external_buffers_allowed = 22; + +template +inline void default_finalizer(napi_env /*env*/, void* data, void* /*hint*/) { + delete static_cast(data); +} + +// Attach a data item to an object and delete it when the object gets +// garbage-collected. +// TODO: Replace this code with `napi_add_finalizer()` whenever it becomes +// available on all supported versions of Node.js. +template > +inline napi_status AttachData(napi_env env, + napi_value obj, + FreeType* data, + void* hint = nullptr) { + napi_status status; +#if (NAPI_VERSION < 5) + napi_value symbol, external; + status = napi_create_symbol(env, nullptr, &symbol); + if (status == napi_ok) { + status = napi_create_external(env, data, finalizer, hint, &external); + if (status == napi_ok) { + napi_property_descriptor desc = {nullptr, + symbol, + nullptr, + nullptr, + nullptr, + external, + napi_default, + nullptr}; + status = napi_define_properties(env, obj, 1, &desc); + } + } +#else // NAPI_VERSION >= 5 + status = napi_add_finalizer(env, obj, data, finalizer, hint, nullptr); +#endif + return status; +} + +// For use in JS to C++ callback wrappers to catch any Napi::Error exceptions +// and rethrow them as JavaScript exceptions before returning from the callback. +template +inline napi_value WrapCallback(Callable callback) { +#ifdef NAPI_CPP_EXCEPTIONS + try { + return callback(); + } catch (const Error& e) { + e.ThrowAsJavaScriptException(); + return nullptr; + } +#else // NAPI_CPP_EXCEPTIONS + // When C++ exceptions are disabled, errors are immediately thrown as JS + // exceptions, so there is no need to catch and rethrow them here. + return callback(); +#endif // NAPI_CPP_EXCEPTIONS +} + +// For use in JS to C++ void callback wrappers to catch any Napi::Error +// exceptions and rethrow them as JavaScript exceptions before returning from +// the callback. +template +inline void WrapVoidCallback(Callable callback) { +#ifdef NAPI_CPP_EXCEPTIONS + try { + callback(); + } catch (const Error& e) { + e.ThrowAsJavaScriptException(); + } +#else // NAPI_CPP_EXCEPTIONS + // When C++ exceptions are disabled, errors are immediately thrown as JS + // exceptions, so there is no need to catch and rethrow them here. + callback(); +#endif // NAPI_CPP_EXCEPTIONS +} + +template +struct CallbackData { + static inline napi_value Wrapper(napi_env env, napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + CallbackData* callbackData = + static_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + return callbackData->callback(callbackInfo); + }); + } + + Callable callback; + void* data; +}; + +template +struct CallbackData { + static inline napi_value Wrapper(napi_env env, napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + CallbackData* callbackData = + static_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + callbackData->callback(callbackInfo); + return nullptr; + }); + } + + Callable callback; + void* data; +}; + +template +napi_value TemplatedVoidCallback(napi_env env, + napi_callback_info info) NAPI_NOEXCEPT { + return details::WrapCallback([&] { + CallbackInfo cbInfo(env, info); + Callback(cbInfo); + return nullptr; + }); +} + +template +napi_value TemplatedCallback(napi_env env, + napi_callback_info info) NAPI_NOEXCEPT { + return details::WrapCallback([&] { + CallbackInfo cbInfo(env, info); + return Callback(cbInfo); + }); +} + +template +napi_value TemplatedInstanceCallback(napi_env env, + napi_callback_info info) NAPI_NOEXCEPT { + return details::WrapCallback([&] { + CallbackInfo cbInfo(env, info); + T* instance = T::Unwrap(cbInfo.This().As()); + return instance ? (instance->*UnwrapCallback)(cbInfo) : Napi::Value(); + }); +} + +template +napi_value TemplatedInstanceVoidCallback(napi_env env, napi_callback_info info) + NAPI_NOEXCEPT { + return details::WrapCallback([&] { + CallbackInfo cbInfo(env, info); + T* instance = T::Unwrap(cbInfo.This().As()); + if (instance) (instance->*UnwrapCallback)(cbInfo); + return nullptr; + }); +} + +template +struct FinalizeData { + static inline void Wrapper(napi_env env, + void* data, + void* finalizeHint) NAPI_NOEXCEPT { + WrapVoidCallback([&] { + FinalizeData* finalizeData = static_cast(finalizeHint); + finalizeData->callback(Env(env), static_cast(data)); + delete finalizeData; + }); + } + + static inline void WrapperWithHint(napi_env env, + void* data, + void* finalizeHint) NAPI_NOEXCEPT { + WrapVoidCallback([&] { + FinalizeData* finalizeData = static_cast(finalizeHint); + finalizeData->callback( + Env(env), static_cast(data), finalizeData->hint); + delete finalizeData; + }); + } + + Finalizer callback; + Hint* hint; +}; + +#if (NAPI_VERSION > 3 && NAPI_HAS_THREADS) +template , + typename FinalizerDataType = void> +struct ThreadSafeFinalize { + static inline void Wrapper(napi_env env, + void* rawFinalizeData, + void* /* rawContext */) { + if (rawFinalizeData == nullptr) return; + + ThreadSafeFinalize* finalizeData = + static_cast(rawFinalizeData); + finalizeData->callback(Env(env)); + delete finalizeData; + } + + static inline void FinalizeWrapperWithData(napi_env env, + void* rawFinalizeData, + void* /* rawContext */) { + if (rawFinalizeData == nullptr) return; + + ThreadSafeFinalize* finalizeData = + static_cast(rawFinalizeData); + finalizeData->callback(Env(env), finalizeData->data); + delete finalizeData; + } + + static inline void FinalizeWrapperWithContext(napi_env env, + void* rawFinalizeData, + void* rawContext) { + if (rawFinalizeData == nullptr) return; + + ThreadSafeFinalize* finalizeData = + static_cast(rawFinalizeData); + finalizeData->callback(Env(env), static_cast(rawContext)); + delete finalizeData; + } + + static inline void FinalizeFinalizeWrapperWithDataAndContext( + napi_env env, void* rawFinalizeData, void* rawContext) { + if (rawFinalizeData == nullptr) return; + + ThreadSafeFinalize* finalizeData = + static_cast(rawFinalizeData); + finalizeData->callback( + Env(env), finalizeData->data, static_cast(rawContext)); + delete finalizeData; + } + + FinalizerDataType* data; + Finalizer callback; +}; + +template +inline typename std::enable_if(nullptr)>::type +CallJsWrapper(napi_env env, napi_value jsCallback, void* context, void* data) { + details::WrapVoidCallback([&]() { + call(env, + Function(env, jsCallback), + static_cast(context), + static_cast(data)); + }); +} + +template +inline typename std::enable_if(nullptr)>::type +CallJsWrapper(napi_env env, + napi_value jsCallback, + void* /*context*/, + void* /*data*/) { + details::WrapVoidCallback([&]() { + if (jsCallback != nullptr) { + Function(env, jsCallback).Call(0, nullptr); + } + }); +} + +#if NAPI_VERSION > 4 + +template +napi_value DefaultCallbackWrapper(napi_env /*env*/, std::nullptr_t /*cb*/) { + return nullptr; +} + +template +napi_value DefaultCallbackWrapper(napi_env /*env*/, Napi::Function cb) { + return cb; +} + +#else +template +napi_value DefaultCallbackWrapper(napi_env env, Napi::Function cb) { + if (cb.IsEmpty()) { + return TSFN::EmptyFunctionFactory(env); + } + return cb; +} +#endif // NAPI_VERSION > 4 +#endif // NAPI_VERSION > 3 && NAPI_HAS_THREADS + +template +struct AccessorCallbackData { + static inline napi_value GetterWrapper(napi_env env, + napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + AccessorCallbackData* callbackData = + static_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + return callbackData->getterCallback(callbackInfo); + }); + } + + static inline napi_value SetterWrapper(napi_env env, + napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + AccessorCallbackData* callbackData = + static_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + callbackData->setterCallback(callbackInfo); + return nullptr; + }); + } + + Getter getterCallback; + Setter setterCallback; + void* data; +}; + +} // namespace details + +#ifndef NODE_ADDON_API_DISABLE_DEPRECATED +#include "napi-inl.deprecated.h" +#endif // !NODE_ADDON_API_DISABLE_DEPRECATED + +//////////////////////////////////////////////////////////////////////////////// +// Module registration +//////////////////////////////////////////////////////////////////////////////// + +// Register an add-on based on an initializer function. +#define NODE_API_MODULE(modname, regfunc) \ + static napi_value __napi_##regfunc(napi_env env, napi_value exports) { \ + return Napi::RegisterModule(env, exports, regfunc); \ + } \ + NAPI_MODULE(modname, __napi_##regfunc) + +// Register an add-on based on a subclass of `Addon` with a custom Node.js +// module name. +#define NODE_API_NAMED_ADDON(modname, classname) \ + static napi_value __napi_##classname(napi_env env, napi_value exports) { \ + return Napi::RegisterModule(env, exports, &classname::Init); \ + } \ + NAPI_MODULE(modname, __napi_##classname) + +// Register an add-on based on a subclass of `Addon` with the Node.js module +// name given by node-gyp from the `target_name` in binding.gyp. +#define NODE_API_ADDON(classname) \ + NODE_API_NAMED_ADDON(NODE_GYP_MODULE_NAME, classname) + +// Adapt the NAPI_MODULE registration function: +// - Wrap the arguments in NAPI wrappers. +// - Catch any NAPI errors and rethrow as JS exceptions. +inline napi_value RegisterModule(napi_env env, + napi_value exports, + ModuleRegisterCallback registerCallback) { + return details::WrapCallback([&] { + return napi_value( + registerCallback(Napi::Env(env), Napi::Object(env, exports))); + }); +} + +//////////////////////////////////////////////////////////////////////////////// +// Maybe class +//////////////////////////////////////////////////////////////////////////////// + +template +bool Maybe::IsNothing() const { + return !_has_value; +} + +template +bool Maybe::IsJust() const { + return _has_value; +} + +template +void Maybe::Check() const { + NAPI_CHECK(IsJust(), "Napi::Maybe::Check", "Maybe value is Nothing."); +} + +template +T Maybe::Unwrap() const { + NAPI_CHECK(IsJust(), "Napi::Maybe::Unwrap", "Maybe value is Nothing."); + return _value; +} + +template +T Maybe::UnwrapOr(const T& default_value) const { + return _has_value ? _value : default_value; +} + +template +bool Maybe::UnwrapTo(T* out) const { + if (IsJust()) { + *out = _value; + return true; + }; + return false; +} + +template +bool Maybe::operator==(const Maybe& other) const { + return (IsJust() == other.IsJust()) && + (!IsJust() || Unwrap() == other.Unwrap()); +} + +template +bool Maybe::operator!=(const Maybe& other) const { + return !operator==(other); +} + +template +Maybe::Maybe() : _has_value(false) {} + +template +Maybe::Maybe(const T& t) : _has_value(true), _value(t) {} + +template +inline Maybe Nothing() { + return Maybe(); +} + +template +inline Maybe Just(const T& t) { + return Maybe(t); +} + +//////////////////////////////////////////////////////////////////////////////// +// Env class +//////////////////////////////////////////////////////////////////////////////// + +inline Env::Env(napi_env env) : _env(env) {} + +inline Env::operator napi_env() const { + return _env; +} + +inline Object Env::Global() const { + napi_value value; + napi_status status = napi_get_global(*this, &value); + NAPI_THROW_IF_FAILED(*this, status, Object()); + return Object(*this, value); +} + +inline Value Env::Undefined() const { + napi_value value; + napi_status status = napi_get_undefined(*this, &value); + NAPI_THROW_IF_FAILED(*this, status, Value()); + return Value(*this, value); +} + +inline Value Env::Null() const { + napi_value value; + napi_status status = napi_get_null(*this, &value); + NAPI_THROW_IF_FAILED(*this, status, Value()); + return Value(*this, value); +} + +inline bool Env::IsExceptionPending() const { + bool result; + napi_status status = napi_is_exception_pending(_env, &result); + if (status != napi_ok) + result = false; // Checking for a pending exception shouldn't throw. + return result; +} + +inline Error Env::GetAndClearPendingException() const { + napi_value value; + napi_status status = napi_get_and_clear_last_exception(_env, &value); + if (status != napi_ok) { + // Don't throw another exception when failing to get the exception! + return Error(); + } + return Error(_env, value); +} + +inline MaybeOrValue Env::RunScript(const char* utf8script) const { + String script = String::New(_env, utf8script); + return RunScript(script); +} + +inline MaybeOrValue Env::RunScript(const std::string& utf8script) const { + return RunScript(utf8script.c_str()); +} + +inline MaybeOrValue Env::RunScript(String script) const { + napi_value result; + napi_status status = napi_run_script(_env, script, &result); + NAPI_RETURN_OR_THROW_IF_FAILED( + _env, status, Napi::Value(_env, result), Napi::Value); +} + +#if NAPI_VERSION > 2 +template +void Env::CleanupHook::Wrapper(void* data) NAPI_NOEXCEPT { + auto* cleanupData = + static_cast::CleanupData*>( + data); + cleanupData->hook(); + delete cleanupData; +} + +template +void Env::CleanupHook::WrapperWithArg(void* data) NAPI_NOEXCEPT { + auto* cleanupData = + static_cast::CleanupData*>( + data); + cleanupData->hook(static_cast(cleanupData->arg)); + delete cleanupData; +} +#endif // NAPI_VERSION > 2 + +#if NAPI_VERSION > 5 +template fini> +inline void Env::SetInstanceData(T* data) const { + napi_status status = napi_set_instance_data( + _env, + data, + [](napi_env env, void* data, void*) { fini(env, static_cast(data)); }, + nullptr); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +template fini> +inline void Env::SetInstanceData(DataType* data, HintType* hint) const { + napi_status status = napi_set_instance_data( + _env, + data, + [](napi_env env, void* data, void* hint) { + fini(env, static_cast(data), static_cast(hint)); + }, + hint); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +template +inline T* Env::GetInstanceData() const { + void* data = nullptr; + + napi_status status = napi_get_instance_data(_env, &data); + NAPI_THROW_IF_FAILED(_env, status, nullptr); + + return static_cast(data); +} + +template +void Env::DefaultFini(Env, T* data) { + delete data; +} + +template +void Env::DefaultFiniWithHint(Env, DataType* data, HintType*) { + delete data; +} +#endif // NAPI_VERSION > 5 + +#if NAPI_VERSION > 8 +inline const char* Env::GetModuleFileName() const { + const char* result; + napi_status status = node_api_get_module_file_name(_env, &result); + NAPI_THROW_IF_FAILED(*this, status, nullptr); + return result; +} +#endif // NAPI_VERSION > 8 +//////////////////////////////////////////////////////////////////////////////// +// Value class +//////////////////////////////////////////////////////////////////////////////// + +inline Value::Value() : _env(nullptr), _value(nullptr) {} + +inline Value::Value(napi_env env, napi_value value) + : _env(env), _value(value) {} + +inline Value::operator napi_value() const { + return _value; +} + +inline bool Value::operator==(const Value& other) const { + return StrictEquals(other); +} + +inline bool Value::operator!=(const Value& other) const { + return !this->operator==(other); +} + +inline bool Value::StrictEquals(const Value& other) const { + bool result; + napi_status status = napi_strict_equals(_env, *this, other, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} + +inline Napi::Env Value::Env() const { + return Napi::Env(_env); +} + +inline bool Value::IsEmpty() const { + return _value == nullptr; +} + +inline napi_valuetype Value::Type() const { + if (IsEmpty()) { + return napi_undefined; + } + + napi_valuetype type; + napi_status status = napi_typeof(_env, _value, &type); + NAPI_THROW_IF_FAILED(_env, status, napi_undefined); + return type; +} + +inline bool Value::IsUndefined() const { + return Type() == napi_undefined; +} + +inline bool Value::IsNull() const { + return Type() == napi_null; +} + +inline bool Value::IsBoolean() const { + return Type() == napi_boolean; +} + +inline bool Value::IsNumber() const { + return Type() == napi_number; +} + +#if NAPI_VERSION > 5 +inline bool Value::IsBigInt() const { + return Type() == napi_bigint; +} +#endif // NAPI_VERSION > 5 + +#if (NAPI_VERSION > 4) +inline bool Value::IsDate() const { + if (IsEmpty()) { + return false; + } + + bool result; + napi_status status = napi_is_date(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} +#endif + +inline bool Value::IsString() const { + return Type() == napi_string; +} + +inline bool Value::IsSymbol() const { + return Type() == napi_symbol; +} + +inline bool Value::IsArray() const { + if (IsEmpty()) { + return false; + } + + bool result; + napi_status status = napi_is_array(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} + +inline bool Value::IsArrayBuffer() const { + if (IsEmpty()) { + return false; + } + + bool result; + napi_status status = napi_is_arraybuffer(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} + +inline bool Value::IsTypedArray() const { + if (IsEmpty()) { + return false; + } + + bool result; + napi_status status = napi_is_typedarray(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} + +inline bool Value::IsObject() const { + return Type() == napi_object || IsFunction(); +} + +inline bool Value::IsFunction() const { + return Type() == napi_function; +} + +inline bool Value::IsPromise() const { + if (IsEmpty()) { + return false; + } + + bool result; + napi_status status = napi_is_promise(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} + +inline bool Value::IsDataView() const { + if (IsEmpty()) { + return false; + } + + bool result; + napi_status status = napi_is_dataview(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} + +inline bool Value::IsBuffer() const { + if (IsEmpty()) { + return false; + } + + bool result; + napi_status status = napi_is_buffer(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} + +inline bool Value::IsExternal() const { + return Type() == napi_external; +} + +template +inline T Value::As() const { +#ifdef NODE_ADDON_API_ENABLE_TYPE_CHECK_ON_AS + T::CheckCast(_env, _value); +#endif + return T(_env, _value); +} + +inline MaybeOrValue Value::ToBoolean() const { + napi_value result; + napi_status status = napi_coerce_to_bool(_env, _value, &result); + NAPI_RETURN_OR_THROW_IF_FAILED( + _env, status, Napi::Boolean(_env, result), Napi::Boolean); +} + +inline MaybeOrValue Value::ToNumber() const { + napi_value result; + napi_status status = napi_coerce_to_number(_env, _value, &result); + NAPI_RETURN_OR_THROW_IF_FAILED( + _env, status, Napi::Number(_env, result), Napi::Number); +} + +inline MaybeOrValue Value::ToString() const { + napi_value result; + napi_status status = napi_coerce_to_string(_env, _value, &result); + NAPI_RETURN_OR_THROW_IF_FAILED( + _env, status, Napi::String(_env, result), Napi::String); +} + +inline MaybeOrValue Value::ToObject() const { + napi_value result; + napi_status status = napi_coerce_to_object(_env, _value, &result); + NAPI_RETURN_OR_THROW_IF_FAILED( + _env, status, Napi::Object(_env, result), Napi::Object); +} + +//////////////////////////////////////////////////////////////////////////////// +// Boolean class +//////////////////////////////////////////////////////////////////////////////// + +inline Boolean Boolean::New(napi_env env, bool val) { + napi_value value; + napi_status status = napi_get_boolean(env, val, &value); + NAPI_THROW_IF_FAILED(env, status, Boolean()); + return Boolean(env, value); +} + +inline void Boolean::CheckCast(napi_env env, napi_value value) { + NAPI_CHECK(value != nullptr, "Boolean::CheckCast", "empty value"); + + napi_valuetype type; + napi_status status = napi_typeof(env, value, &type); + NAPI_CHECK(status == napi_ok, "Boolean::CheckCast", "napi_typeof failed"); + NAPI_CHECK( + type == napi_boolean, "Boolean::CheckCast", "value is not napi_boolean"); +} + +inline Boolean::Boolean() : Napi::Value() {} + +inline Boolean::Boolean(napi_env env, napi_value value) + : Napi::Value(env, value) {} + +inline Boolean::operator bool() const { + return Value(); +} + +inline bool Boolean::Value() const { + bool result; + napi_status status = napi_get_value_bool(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} + +//////////////////////////////////////////////////////////////////////////////// +// Number class +//////////////////////////////////////////////////////////////////////////////// + +inline Number Number::New(napi_env env, double val) { + napi_value value; + napi_status status = napi_create_double(env, val, &value); + NAPI_THROW_IF_FAILED(env, status, Number()); + return Number(env, value); +} + +inline void Number::CheckCast(napi_env env, napi_value value) { + NAPI_CHECK(value != nullptr, "Number::CheckCast", "empty value"); + + napi_valuetype type; + napi_status status = napi_typeof(env, value, &type); + NAPI_CHECK(status == napi_ok, "Number::CheckCast", "napi_typeof failed"); + NAPI_CHECK( + type == napi_number, "Number::CheckCast", "value is not napi_number"); +} + +inline Number::Number() : Value() {} + +inline Number::Number(napi_env env, napi_value value) : Value(env, value) {} + +inline Number::operator int32_t() const { + return Int32Value(); +} + +inline Number::operator uint32_t() const { + return Uint32Value(); +} + +inline Number::operator int64_t() const { + return Int64Value(); +} + +inline Number::operator float() const { + return FloatValue(); +} + +inline Number::operator double() const { + return DoubleValue(); +} + +inline int32_t Number::Int32Value() const { + int32_t result; + napi_status status = napi_get_value_int32(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} + +inline uint32_t Number::Uint32Value() const { + uint32_t result; + napi_status status = napi_get_value_uint32(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} + +inline int64_t Number::Int64Value() const { + int64_t result; + napi_status status = napi_get_value_int64(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} + +inline float Number::FloatValue() const { + return static_cast(DoubleValue()); +} + +inline double Number::DoubleValue() const { + double result; + napi_status status = napi_get_value_double(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} + +#if NAPI_VERSION > 5 +//////////////////////////////////////////////////////////////////////////////// +// BigInt Class +//////////////////////////////////////////////////////////////////////////////// + +inline BigInt BigInt::New(napi_env env, int64_t val) { + napi_value value; + napi_status status = napi_create_bigint_int64(env, val, &value); + NAPI_THROW_IF_FAILED(env, status, BigInt()); + return BigInt(env, value); +} + +inline BigInt BigInt::New(napi_env env, uint64_t val) { + napi_value value; + napi_status status = napi_create_bigint_uint64(env, val, &value); + NAPI_THROW_IF_FAILED(env, status, BigInt()); + return BigInt(env, value); +} + +inline BigInt BigInt::New(napi_env env, + int sign_bit, + size_t word_count, + const uint64_t* words) { + napi_value value; + napi_status status = + napi_create_bigint_words(env, sign_bit, word_count, words, &value); + NAPI_THROW_IF_FAILED(env, status, BigInt()); + return BigInt(env, value); +} + +inline void BigInt::CheckCast(napi_env env, napi_value value) { + NAPI_CHECK(value != nullptr, "BigInt::CheckCast", "empty value"); + + napi_valuetype type; + napi_status status = napi_typeof(env, value, &type); + NAPI_CHECK(status == napi_ok, "BigInt::CheckCast", "napi_typeof failed"); + NAPI_CHECK( + type == napi_bigint, "BigInt::CheckCast", "value is not napi_bigint"); +} + +inline BigInt::BigInt() : Value() {} + +inline BigInt::BigInt(napi_env env, napi_value value) : Value(env, value) {} + +inline int64_t BigInt::Int64Value(bool* lossless) const { + int64_t result; + napi_status status = + napi_get_value_bigint_int64(_env, _value, &result, lossless); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} + +inline uint64_t BigInt::Uint64Value(bool* lossless) const { + uint64_t result; + napi_status status = + napi_get_value_bigint_uint64(_env, _value, &result, lossless); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} + +inline size_t BigInt::WordCount() const { + size_t word_count; + napi_status status = + napi_get_value_bigint_words(_env, _value, nullptr, &word_count, nullptr); + NAPI_THROW_IF_FAILED(_env, status, 0); + return word_count; +} + +inline void BigInt::ToWords(int* sign_bit, + size_t* word_count, + uint64_t* words) { + napi_status status = + napi_get_value_bigint_words(_env, _value, sign_bit, word_count, words); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} +#endif // NAPI_VERSION > 5 + +#if (NAPI_VERSION > 4) +//////////////////////////////////////////////////////////////////////////////// +// Date Class +//////////////////////////////////////////////////////////////////////////////// + +inline Date Date::New(napi_env env, double val) { + napi_value value; + napi_status status = napi_create_date(env, val, &value); + NAPI_THROW_IF_FAILED(env, status, Date()); + return Date(env, value); +} + +inline void Date::CheckCast(napi_env env, napi_value value) { + NAPI_CHECK(value != nullptr, "Date::CheckCast", "empty value"); + + bool result; + napi_status status = napi_is_date(env, value, &result); + NAPI_CHECK(status == napi_ok, "Date::CheckCast", "napi_is_date failed"); + NAPI_CHECK(result, "Date::CheckCast", "value is not date"); +} + +inline Date::Date() : Value() {} + +inline Date::Date(napi_env env, napi_value value) : Value(env, value) {} + +inline Date::operator double() const { + return ValueOf(); +} + +inline double Date::ValueOf() const { + double result; + napi_status status = napi_get_date_value(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} +#endif + +//////////////////////////////////////////////////////////////////////////////// +// Name class +//////////////////////////////////////////////////////////////////////////////// +inline void Name::CheckCast(napi_env env, napi_value value) { + NAPI_CHECK(value != nullptr, "Name::CheckCast", "empty value"); + + napi_valuetype type; + napi_status status = napi_typeof(env, value, &type); + NAPI_CHECK(status == napi_ok, "Name::CheckCast", "napi_typeof failed"); + NAPI_CHECK(type == napi_string || type == napi_symbol, + "Name::CheckCast", + "value is not napi_string or napi_symbol"); +} + +inline Name::Name() : Value() {} + +inline Name::Name(napi_env env, napi_value value) : Value(env, value) {} + +//////////////////////////////////////////////////////////////////////////////// +// String class +//////////////////////////////////////////////////////////////////////////////// + +inline String String::New(napi_env env, const std::string& val) { + return String::New(env, val.c_str(), val.size()); +} + +inline String String::New(napi_env env, const std::u16string& val) { + return String::New(env, val.c_str(), val.size()); +} + +inline String String::New(napi_env env, const char* val) { + // TODO(@gabrielschulhof) Remove if-statement when core's error handling is + // available in all supported versions. + if (val == nullptr) { + // Throw an error that looks like it came from core. + NAPI_THROW_IF_FAILED(env, napi_invalid_arg, String()); + } + napi_value value; + napi_status status = + napi_create_string_utf8(env, val, std::strlen(val), &value); + NAPI_THROW_IF_FAILED(env, status, String()); + return String(env, value); +} + +inline String String::New(napi_env env, const char16_t* val) { + napi_value value; + // TODO(@gabrielschulhof) Remove if-statement when core's error handling is + // available in all supported versions. + if (val == nullptr) { + // Throw an error that looks like it came from core. + NAPI_THROW_IF_FAILED(env, napi_invalid_arg, String()); + } + napi_status status = + napi_create_string_utf16(env, val, std::u16string(val).size(), &value); + NAPI_THROW_IF_FAILED(env, status, String()); + return String(env, value); +} + +inline String String::New(napi_env env, const char* val, size_t length) { + napi_value value; + napi_status status = napi_create_string_utf8(env, val, length, &value); + NAPI_THROW_IF_FAILED(env, status, String()); + return String(env, value); +} + +inline String String::New(napi_env env, const char16_t* val, size_t length) { + napi_value value; + napi_status status = napi_create_string_utf16(env, val, length, &value); + NAPI_THROW_IF_FAILED(env, status, String()); + return String(env, value); +} + +inline void String::CheckCast(napi_env env, napi_value value) { + NAPI_CHECK(value != nullptr, "String::CheckCast", "empty value"); + + napi_valuetype type; + napi_status status = napi_typeof(env, value, &type); + NAPI_CHECK(status == napi_ok, "String::CheckCast", "napi_typeof failed"); + NAPI_CHECK( + type == napi_string, "String::CheckCast", "value is not napi_string"); +} + +inline String::String() : Name() {} + +inline String::String(napi_env env, napi_value value) : Name(env, value) {} + +inline String::operator std::string() const { + return Utf8Value(); +} + +inline String::operator std::u16string() const { + return Utf16Value(); +} + +inline std::string String::Utf8Value() const { + size_t length; + napi_status status = + napi_get_value_string_utf8(_env, _value, nullptr, 0, &length); + NAPI_THROW_IF_FAILED(_env, status, ""); + + std::string value; + value.reserve(length + 1); + value.resize(length); + status = napi_get_value_string_utf8( + _env, _value, &value[0], value.capacity(), nullptr); + NAPI_THROW_IF_FAILED(_env, status, ""); + return value; +} + +inline std::u16string String::Utf16Value() const { + size_t length; + napi_status status = + napi_get_value_string_utf16(_env, _value, nullptr, 0, &length); + NAPI_THROW_IF_FAILED(_env, status, NAPI_WIDE_TEXT("")); + + std::u16string value; + value.reserve(length + 1); + value.resize(length); + status = napi_get_value_string_utf16( + _env, _value, &value[0], value.capacity(), nullptr); + NAPI_THROW_IF_FAILED(_env, status, NAPI_WIDE_TEXT("")); + return value; +} + +//////////////////////////////////////////////////////////////////////////////// +// Symbol class +//////////////////////////////////////////////////////////////////////////////// + +inline Symbol Symbol::New(napi_env env, const char* description) { + napi_value descriptionValue = description != nullptr + ? String::New(env, description) + : static_cast(nullptr); + return Symbol::New(env, descriptionValue); +} + +inline Symbol Symbol::New(napi_env env, const std::string& description) { + napi_value descriptionValue = String::New(env, description); + return Symbol::New(env, descriptionValue); +} + +inline Symbol Symbol::New(napi_env env, String description) { + napi_value descriptionValue = description; + return Symbol::New(env, descriptionValue); +} + +inline Symbol Symbol::New(napi_env env, napi_value description) { + napi_value value; + napi_status status = napi_create_symbol(env, description, &value); + NAPI_THROW_IF_FAILED(env, status, Symbol()); + return Symbol(env, value); +} + +inline MaybeOrValue Symbol::WellKnown(napi_env env, + const std::string& name) { +#if defined(NODE_ADDON_API_ENABLE_MAYBE) + Value symbol_obj; + Value symbol_value; + if (Napi::Env(env).Global().Get("Symbol").UnwrapTo(&symbol_obj) && + symbol_obj.As().Get(name).UnwrapTo(&symbol_value)) { + return Just(symbol_value.As()); + } + return Nothing(); +#else + return Napi::Env(env) + .Global() + .Get("Symbol") + .As() + .Get(name) + .As(); +#endif +} + +inline MaybeOrValue Symbol::For(napi_env env, + const std::string& description) { + napi_value descriptionValue = String::New(env, description); + return Symbol::For(env, descriptionValue); +} + +inline MaybeOrValue Symbol::For(napi_env env, const char* description) { + napi_value descriptionValue = String::New(env, description); + return Symbol::For(env, descriptionValue); +} + +inline MaybeOrValue Symbol::For(napi_env env, String description) { + return Symbol::For(env, static_cast(description)); +} + +inline MaybeOrValue Symbol::For(napi_env env, napi_value description) { +#if defined(NODE_ADDON_API_ENABLE_MAYBE) + Value symbol_obj; + Value symbol_for_value; + Value symbol_value; + if (Napi::Env(env).Global().Get("Symbol").UnwrapTo(&symbol_obj) && + symbol_obj.As().Get("for").UnwrapTo(&symbol_for_value) && + symbol_for_value.As() + .Call(symbol_obj, {description}) + .UnwrapTo(&symbol_value)) { + return Just(symbol_value.As()); + } + return Nothing(); +#else + Object symbol_obj = Napi::Env(env).Global().Get("Symbol").As(); + return symbol_obj.Get("for") + .As() + .Call(symbol_obj, {description}) + .As(); +#endif +} + +inline void Symbol::CheckCast(napi_env env, napi_value value) { + NAPI_CHECK(value != nullptr, "Symbol::CheckCast", "empty value"); + + napi_valuetype type; + napi_status status = napi_typeof(env, value, &type); + NAPI_CHECK(status == napi_ok, "Symbol::CheckCast", "napi_typeof failed"); + NAPI_CHECK( + type == napi_symbol, "Symbol::CheckCast", "value is not napi_symbol"); +} + +inline Symbol::Symbol() : Name() {} + +inline Symbol::Symbol(napi_env env, napi_value value) : Name(env, value) {} + +//////////////////////////////////////////////////////////////////////////////// +// Automagic value creation +//////////////////////////////////////////////////////////////////////////////// + +namespace details { +template +struct vf_number { + static Number From(napi_env env, T value) { + return Number::New(env, static_cast(value)); + } +}; + +template <> +struct vf_number { + static Boolean From(napi_env env, bool value) { + return Boolean::New(env, value); + } +}; + +struct vf_utf8_charp { + static String From(napi_env env, const char* value) { + return String::New(env, value); + } +}; + +struct vf_utf16_charp { + static String From(napi_env env, const char16_t* value) { + return String::New(env, value); + } +}; +struct vf_utf8_string { + static String From(napi_env env, const std::string& value) { + return String::New(env, value); + } +}; + +struct vf_utf16_string { + static String From(napi_env env, const std::u16string& value) { + return String::New(env, value); + } +}; + +template +struct vf_fallback { + static Value From(napi_env env, const T& value) { return Value(env, value); } +}; + +template +struct disjunction : std::false_type {}; +template +struct disjunction : B {}; +template +struct disjunction + : std::conditional>::type {}; + +template +struct can_make_string + : disjunction::type, + typename std::is_convertible::type, + typename std::is_convertible::type, + typename std::is_convertible::type> {}; +} // namespace details + +template +Value Value::From(napi_env env, const T& value) { + using Helper = typename std::conditional< + std::is_integral::value || std::is_floating_point::value, + details::vf_number, + typename std::conditional::value, + String, + details::vf_fallback>::type>::type; + return Helper::From(env, value); +} + +template +String String::From(napi_env env, const T& value) { + struct Dummy {}; + using Helper = typename std::conditional< + std::is_convertible::value, + details::vf_utf8_charp, + typename std::conditional< + std::is_convertible::value, + details::vf_utf16_charp, + typename std::conditional< + std::is_convertible::value, + details::vf_utf8_string, + typename std::conditional< + std::is_convertible::value, + details::vf_utf16_string, + Dummy>::type>::type>::type>::type; + return Helper::From(env, value); +} + +//////////////////////////////////////////////////////////////////////////////// +// TypeTaggable class +//////////////////////////////////////////////////////////////////////////////// + +inline TypeTaggable::TypeTaggable() : Value() {} + +inline TypeTaggable::TypeTaggable(napi_env _env, napi_value _value) + : Value(_env, _value) {} + +#if NAPI_VERSION >= 8 + +inline void TypeTaggable::TypeTag(const napi_type_tag* type_tag) const { + napi_status status = napi_type_tag_object(_env, _value, type_tag); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline bool TypeTaggable::CheckTypeTag(const napi_type_tag* type_tag) const { + bool result; + napi_status status = + napi_check_object_type_tag(_env, _value, type_tag, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} + +#endif // NAPI_VERSION >= 8 + +//////////////////////////////////////////////////////////////////////////////// +// Object class +//////////////////////////////////////////////////////////////////////////////// + +template +inline Object::PropertyLValue::operator Value() const { + MaybeOrValue val = Object(_env, _object).Get(_key); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + return val.Unwrap(); +#else + return val; +#endif +} + +template +template +inline Object::PropertyLValue& Object::PropertyLValue::operator=( + ValueType value) { +#ifdef NODE_ADDON_API_ENABLE_MAYBE + MaybeOrValue result = +#endif + Object(_env, _object).Set(_key, value); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + result.Unwrap(); +#endif + return *this; +} + +template +inline Object::PropertyLValue::PropertyLValue(Object object, Key key) + : _env(object.Env()), _object(object), _key(key) {} + +inline Object Object::New(napi_env env) { + napi_value value; + napi_status status = napi_create_object(env, &value); + NAPI_THROW_IF_FAILED(env, status, Object()); + return Object(env, value); +} + +inline void Object::CheckCast(napi_env env, napi_value value) { + NAPI_CHECK(value != nullptr, "Object::CheckCast", "empty value"); + + napi_valuetype type; + napi_status status = napi_typeof(env, value, &type); + NAPI_CHECK(status == napi_ok, "Object::CheckCast", "napi_typeof failed"); + NAPI_CHECK( + type == napi_object, "Object::CheckCast", "value is not napi_object"); +} + +inline Object::Object() : TypeTaggable() {} + +inline Object::Object(napi_env env, napi_value value) + : TypeTaggable(env, value) {} + +inline Object::PropertyLValue Object::operator[]( + const char* utf8name) { + return PropertyLValue(*this, utf8name); +} + +inline Object::PropertyLValue Object::operator[]( + const std::string& utf8name) { + return PropertyLValue(*this, utf8name); +} + +inline Object::PropertyLValue Object::operator[](uint32_t index) { + return PropertyLValue(*this, index); +} + +inline Object::PropertyLValue Object::operator[](Value index) const { + return PropertyLValue(*this, index); +} + +inline MaybeOrValue Object::operator[](const char* utf8name) const { + return Get(utf8name); +} + +inline MaybeOrValue Object::operator[]( + const std::string& utf8name) const { + return Get(utf8name); +} + +inline MaybeOrValue Object::operator[](uint32_t index) const { + return Get(index); +} + +inline MaybeOrValue Object::Has(napi_value key) const { + bool result; + napi_status status = napi_has_property(_env, _value, key, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +inline MaybeOrValue Object::Has(Value key) const { + bool result; + napi_status status = napi_has_property(_env, _value, key, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +inline MaybeOrValue Object::Has(const char* utf8name) const { + bool result; + napi_status status = napi_has_named_property(_env, _value, utf8name, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +inline MaybeOrValue Object::Has(const std::string& utf8name) const { + return Has(utf8name.c_str()); +} + +inline MaybeOrValue Object::HasOwnProperty(napi_value key) const { + bool result; + napi_status status = napi_has_own_property(_env, _value, key, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +inline MaybeOrValue Object::HasOwnProperty(Value key) const { + bool result; + napi_status status = napi_has_own_property(_env, _value, key, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +inline MaybeOrValue Object::HasOwnProperty(const char* utf8name) const { + napi_value key; + napi_status status = + napi_create_string_utf8(_env, utf8name, std::strlen(utf8name), &key); + NAPI_MAYBE_THROW_IF_FAILED(_env, status, bool); + return HasOwnProperty(key); +} + +inline MaybeOrValue Object::HasOwnProperty( + const std::string& utf8name) const { + return HasOwnProperty(utf8name.c_str()); +} + +inline MaybeOrValue Object::Get(napi_value key) const { + napi_value result; + napi_status status = napi_get_property(_env, _value, key, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, Value(_env, result), Value); +} + +inline MaybeOrValue Object::Get(Value key) const { + napi_value result; + napi_status status = napi_get_property(_env, _value, key, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, Value(_env, result), Value); +} + +inline MaybeOrValue Object::Get(const char* utf8name) const { + napi_value result; + napi_status status = napi_get_named_property(_env, _value, utf8name, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, Value(_env, result), Value); +} + +inline MaybeOrValue Object::Get(const std::string& utf8name) const { + return Get(utf8name.c_str()); +} + +template +inline MaybeOrValue Object::Set(napi_value key, + const ValueType& value) const { + napi_status status = + napi_set_property(_env, _value, key, Value::From(_env, value)); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool); +} + +template +inline MaybeOrValue Object::Set(Value key, const ValueType& value) const { + napi_status status = + napi_set_property(_env, _value, key, Value::From(_env, value)); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool); +} + +template +inline MaybeOrValue Object::Set(const char* utf8name, + const ValueType& value) const { + napi_status status = + napi_set_named_property(_env, _value, utf8name, Value::From(_env, value)); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool); +} + +template +inline MaybeOrValue Object::Set(const std::string& utf8name, + const ValueType& value) const { + return Set(utf8name.c_str(), value); +} + +inline MaybeOrValue Object::Delete(napi_value key) const { + bool result; + napi_status status = napi_delete_property(_env, _value, key, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +inline MaybeOrValue Object::Delete(Value key) const { + bool result; + napi_status status = napi_delete_property(_env, _value, key, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +inline MaybeOrValue Object::Delete(const char* utf8name) const { + return Delete(String::New(_env, utf8name)); +} + +inline MaybeOrValue Object::Delete(const std::string& utf8name) const { + return Delete(String::New(_env, utf8name)); +} + +inline MaybeOrValue Object::Has(uint32_t index) const { + bool result; + napi_status status = napi_has_element(_env, _value, index, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +inline MaybeOrValue Object::Get(uint32_t index) const { + napi_value value; + napi_status status = napi_get_element(_env, _value, index, &value); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, Value(_env, value), Value); +} + +template +inline MaybeOrValue Object::Set(uint32_t index, + const ValueType& value) const { + napi_status status = + napi_set_element(_env, _value, index, Value::From(_env, value)); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool); +} + +inline MaybeOrValue Object::Delete(uint32_t index) const { + bool result; + napi_status status = napi_delete_element(_env, _value, index, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +inline MaybeOrValue Object::GetPropertyNames() const { + napi_value result; + napi_status status = napi_get_property_names(_env, _value, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, Array(_env, result), Array); +} + +inline MaybeOrValue Object::DefineProperty( + const PropertyDescriptor& property) const { + napi_status status = napi_define_properties( + _env, + _value, + 1, + reinterpret_cast(&property)); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool); +} + +inline MaybeOrValue Object::DefineProperties( + const std::initializer_list& properties) const { + napi_status status = napi_define_properties( + _env, + _value, + properties.size(), + reinterpret_cast(properties.begin())); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool); +} + +inline MaybeOrValue Object::DefineProperties( + const std::vector& properties) const { + napi_status status = napi_define_properties( + _env, + _value, + properties.size(), + reinterpret_cast(properties.data())); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool); +} + +inline MaybeOrValue Object::InstanceOf( + const Function& constructor) const { + bool result; + napi_status status = napi_instanceof(_env, _value, constructor, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +template +inline void Object::AddFinalizer(Finalizer finalizeCallback, T* data) const { + details::FinalizeData* finalizeData = + new details::FinalizeData( + {std::move(finalizeCallback), nullptr}); + napi_status status = + details::AttachData::Wrapper>( + _env, *this, data, finalizeData); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED_VOID(_env, status); + } +} + +template +inline void Object::AddFinalizer(Finalizer finalizeCallback, + T* data, + Hint* finalizeHint) const { + details::FinalizeData* finalizeData = + new details::FinalizeData( + {std::move(finalizeCallback), finalizeHint}); + napi_status status = details:: + AttachData::WrapperWithHint>( + _env, *this, data, finalizeData); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED_VOID(_env, status); + } +} + +#ifdef NAPI_CPP_EXCEPTIONS +inline Object::const_iterator::const_iterator(const Object* object, + const Type type) { + _object = object; + _keys = object->GetPropertyNames(); + _index = type == Type::BEGIN ? 0 : _keys.Length(); +} + +inline Object::const_iterator Napi::Object::begin() const { + const_iterator it(this, Object::const_iterator::Type::BEGIN); + return it; +} + +inline Object::const_iterator Napi::Object::end() const { + const_iterator it(this, Object::const_iterator::Type::END); + return it; +} + +inline Object::const_iterator& Object::const_iterator::operator++() { + ++_index; + return *this; +} + +inline bool Object::const_iterator::operator==( + const const_iterator& other) const { + return _index == other._index; +} + +inline bool Object::const_iterator::operator!=( + const const_iterator& other) const { + return _index != other._index; +} + +inline const std::pair> +Object::const_iterator::operator*() const { + const Value key = _keys[_index]; + const PropertyLValue value = (*_object)[key]; + return {key, value}; +} + +inline Object::iterator::iterator(Object* object, const Type type) { + _object = object; + _keys = object->GetPropertyNames(); + _index = type == Type::BEGIN ? 0 : _keys.Length(); +} + +inline Object::iterator Napi::Object::begin() { + iterator it(this, Object::iterator::Type::BEGIN); + return it; +} + +inline Object::iterator Napi::Object::end() { + iterator it(this, Object::iterator::Type::END); + return it; +} + +inline Object::iterator& Object::iterator::operator++() { + ++_index; + return *this; +} + +inline bool Object::iterator::operator==(const iterator& other) const { + return _index == other._index; +} + +inline bool Object::iterator::operator!=(const iterator& other) const { + return _index != other._index; +} + +inline std::pair> +Object::iterator::operator*() { + Value key = _keys[_index]; + PropertyLValue value = (*_object)[key]; + return {key, value}; +} +#endif // NAPI_CPP_EXCEPTIONS + +#if NAPI_VERSION >= 8 +inline MaybeOrValue Object::Freeze() const { + napi_status status = napi_object_freeze(_env, _value); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool); +} + +inline MaybeOrValue Object::Seal() const { + napi_status status = napi_object_seal(_env, _value); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool); +} +#endif // NAPI_VERSION >= 8 + +//////////////////////////////////////////////////////////////////////////////// +// External class +//////////////////////////////////////////////////////////////////////////////// + +template +inline External External::New(napi_env env, T* data) { + napi_value value; + napi_status status = + napi_create_external(env, data, nullptr, nullptr, &value); + NAPI_THROW_IF_FAILED(env, status, External()); + return External(env, value); +} + +template +template +inline External External::New(napi_env env, + T* data, + Finalizer finalizeCallback) { + napi_value value; + details::FinalizeData* finalizeData = + new details::FinalizeData( + {std::move(finalizeCallback), nullptr}); + napi_status status = + napi_create_external(env, + data, + details::FinalizeData::Wrapper, + finalizeData, + &value); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED(env, status, External()); + } + return External(env, value); +} + +template +template +inline External External::New(napi_env env, + T* data, + Finalizer finalizeCallback, + Hint* finalizeHint) { + napi_value value; + details::FinalizeData* finalizeData = + new details::FinalizeData( + {std::move(finalizeCallback), finalizeHint}); + napi_status status = napi_create_external( + env, + data, + details::FinalizeData::WrapperWithHint, + finalizeData, + &value); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED(env, status, External()); + } + return External(env, value); +} + +template +inline void External::CheckCast(napi_env env, napi_value value) { + NAPI_CHECK(value != nullptr, "External::CheckCast", "empty value"); + + napi_valuetype type; + napi_status status = napi_typeof(env, value, &type); + NAPI_CHECK(status == napi_ok, "External::CheckCast", "napi_typeof failed"); + NAPI_CHECK(type == napi_external, + "External::CheckCast", + "value is not napi_external"); +} + +template +inline External::External() : TypeTaggable() {} + +template +inline External::External(napi_env env, napi_value value) + : TypeTaggable(env, value) {} + +template +inline T* External::Data() const { + void* data; + napi_status status = napi_get_value_external(_env, _value, &data); + NAPI_THROW_IF_FAILED(_env, status, nullptr); + return reinterpret_cast(data); +} + +//////////////////////////////////////////////////////////////////////////////// +// Array class +//////////////////////////////////////////////////////////////////////////////// + +inline Array Array::New(napi_env env) { + napi_value value; + napi_status status = napi_create_array(env, &value); + NAPI_THROW_IF_FAILED(env, status, Array()); + return Array(env, value); +} + +inline Array Array::New(napi_env env, size_t length) { + napi_value value; + napi_status status = napi_create_array_with_length(env, length, &value); + NAPI_THROW_IF_FAILED(env, status, Array()); + return Array(env, value); +} + +inline void Array::CheckCast(napi_env env, napi_value value) { + NAPI_CHECK(value != nullptr, "Array::CheckCast", "empty value"); + + bool result; + napi_status status = napi_is_array(env, value, &result); + NAPI_CHECK(status == napi_ok, "Array::CheckCast", "napi_is_array failed"); + NAPI_CHECK(result, "Array::CheckCast", "value is not array"); +} + +inline Array::Array() : Object() {} + +inline Array::Array(napi_env env, napi_value value) : Object(env, value) {} + +inline uint32_t Array::Length() const { + uint32_t result; + napi_status status = napi_get_array_length(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} + +//////////////////////////////////////////////////////////////////////////////// +// ArrayBuffer class +//////////////////////////////////////////////////////////////////////////////// + +inline ArrayBuffer ArrayBuffer::New(napi_env env, size_t byteLength) { + napi_value value; + void* data; + napi_status status = napi_create_arraybuffer(env, byteLength, &data, &value); + NAPI_THROW_IF_FAILED(env, status, ArrayBuffer()); + + return ArrayBuffer(env, value); +} + +#ifndef NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED +inline ArrayBuffer ArrayBuffer::New(napi_env env, + void* externalData, + size_t byteLength) { + napi_value value; + napi_status status = napi_create_external_arraybuffer( + env, externalData, byteLength, nullptr, nullptr, &value); + NAPI_THROW_IF_FAILED(env, status, ArrayBuffer()); + + return ArrayBuffer(env, value); +} + +template +inline ArrayBuffer ArrayBuffer::New(napi_env env, + void* externalData, + size_t byteLength, + Finalizer finalizeCallback) { + napi_value value; + details::FinalizeData* finalizeData = + new details::FinalizeData( + {std::move(finalizeCallback), nullptr}); + napi_status status = napi_create_external_arraybuffer( + env, + externalData, + byteLength, + details::FinalizeData::Wrapper, + finalizeData, + &value); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED(env, status, ArrayBuffer()); + } + + return ArrayBuffer(env, value); +} + +template +inline ArrayBuffer ArrayBuffer::New(napi_env env, + void* externalData, + size_t byteLength, + Finalizer finalizeCallback, + Hint* finalizeHint) { + napi_value value; + details::FinalizeData* finalizeData = + new details::FinalizeData( + {std::move(finalizeCallback), finalizeHint}); + napi_status status = napi_create_external_arraybuffer( + env, + externalData, + byteLength, + details::FinalizeData::WrapperWithHint, + finalizeData, + &value); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED(env, status, ArrayBuffer()); + } + + return ArrayBuffer(env, value); +} +#endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED + +inline void ArrayBuffer::CheckCast(napi_env env, napi_value value) { + NAPI_CHECK(value != nullptr, "ArrayBuffer::CheckCast", "empty value"); + + bool result; + napi_status status = napi_is_arraybuffer(env, value, &result); + NAPI_CHECK(status == napi_ok, + "ArrayBuffer::CheckCast", + "napi_is_arraybuffer failed"); + NAPI_CHECK(result, "ArrayBuffer::CheckCast", "value is not arraybuffer"); +} + +inline ArrayBuffer::ArrayBuffer() : Object() {} + +inline ArrayBuffer::ArrayBuffer(napi_env env, napi_value value) + : Object(env, value) {} + +inline void* ArrayBuffer::Data() { + void* data; + napi_status status = napi_get_arraybuffer_info(_env, _value, &data, nullptr); + NAPI_THROW_IF_FAILED(_env, status, nullptr); + return data; +} + +inline size_t ArrayBuffer::ByteLength() { + size_t length; + napi_status status = + napi_get_arraybuffer_info(_env, _value, nullptr, &length); + NAPI_THROW_IF_FAILED(_env, status, 0); + return length; +} + +#if NAPI_VERSION >= 7 +inline bool ArrayBuffer::IsDetached() const { + bool detached; + napi_status status = napi_is_detached_arraybuffer(_env, _value, &detached); + NAPI_THROW_IF_FAILED(_env, status, false); + return detached; +} + +inline void ArrayBuffer::Detach() { + napi_status status = napi_detach_arraybuffer(_env, _value); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} +#endif // NAPI_VERSION >= 7 + +//////////////////////////////////////////////////////////////////////////////// +// DataView class +//////////////////////////////////////////////////////////////////////////////// +inline DataView DataView::New(napi_env env, Napi::ArrayBuffer arrayBuffer) { + return New(env, arrayBuffer, 0, arrayBuffer.ByteLength()); +} + +inline DataView DataView::New(napi_env env, + Napi::ArrayBuffer arrayBuffer, + size_t byteOffset) { + if (byteOffset > arrayBuffer.ByteLength()) { + NAPI_THROW(RangeError::New( + env, "Start offset is outside the bounds of the buffer"), + DataView()); + } + return New( + env, arrayBuffer, byteOffset, arrayBuffer.ByteLength() - byteOffset); +} + +inline DataView DataView::New(napi_env env, + Napi::ArrayBuffer arrayBuffer, + size_t byteOffset, + size_t byteLength) { + if (byteOffset + byteLength > arrayBuffer.ByteLength()) { + NAPI_THROW(RangeError::New(env, "Invalid DataView length"), DataView()); + } + napi_value value; + napi_status status = + napi_create_dataview(env, byteLength, arrayBuffer, byteOffset, &value); + NAPI_THROW_IF_FAILED(env, status, DataView()); + return DataView(env, value); +} + +inline void DataView::CheckCast(napi_env env, napi_value value) { + NAPI_CHECK(value != nullptr, "DataView::CheckCast", "empty value"); + + bool result; + napi_status status = napi_is_dataview(env, value, &result); + NAPI_CHECK( + status == napi_ok, "DataView::CheckCast", "napi_is_dataview failed"); + NAPI_CHECK(result, "DataView::CheckCast", "value is not dataview"); +} + +inline DataView::DataView() : Object() {} + +inline DataView::DataView(napi_env env, napi_value value) : Object(env, value) { + napi_status status = napi_get_dataview_info(_env, + _value /* dataView */, + &_length /* byteLength */, + &_data /* data */, + nullptr /* arrayBuffer */, + nullptr /* byteOffset */); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline Napi::ArrayBuffer DataView::ArrayBuffer() const { + napi_value arrayBuffer; + napi_status status = napi_get_dataview_info(_env, + _value /* dataView */, + nullptr /* byteLength */, + nullptr /* data */, + &arrayBuffer /* arrayBuffer */, + nullptr /* byteOffset */); + NAPI_THROW_IF_FAILED(_env, status, Napi::ArrayBuffer()); + return Napi::ArrayBuffer(_env, arrayBuffer); +} + +inline size_t DataView::ByteOffset() const { + size_t byteOffset; + napi_status status = napi_get_dataview_info(_env, + _value /* dataView */, + nullptr /* byteLength */, + nullptr /* data */, + nullptr /* arrayBuffer */, + &byteOffset /* byteOffset */); + NAPI_THROW_IF_FAILED(_env, status, 0); + return byteOffset; +} + +inline size_t DataView::ByteLength() const { + return _length; +} + +inline void* DataView::Data() const { + return _data; +} + +inline float DataView::GetFloat32(size_t byteOffset) const { + return ReadData(byteOffset); +} + +inline double DataView::GetFloat64(size_t byteOffset) const { + return ReadData(byteOffset); +} + +inline int8_t DataView::GetInt8(size_t byteOffset) const { + return ReadData(byteOffset); +} + +inline int16_t DataView::GetInt16(size_t byteOffset) const { + return ReadData(byteOffset); +} + +inline int32_t DataView::GetInt32(size_t byteOffset) const { + return ReadData(byteOffset); +} + +inline uint8_t DataView::GetUint8(size_t byteOffset) const { + return ReadData(byteOffset); +} + +inline uint16_t DataView::GetUint16(size_t byteOffset) const { + return ReadData(byteOffset); +} + +inline uint32_t DataView::GetUint32(size_t byteOffset) const { + return ReadData(byteOffset); +} + +inline void DataView::SetFloat32(size_t byteOffset, float value) const { + WriteData(byteOffset, value); +} + +inline void DataView::SetFloat64(size_t byteOffset, double value) const { + WriteData(byteOffset, value); +} + +inline void DataView::SetInt8(size_t byteOffset, int8_t value) const { + WriteData(byteOffset, value); +} + +inline void DataView::SetInt16(size_t byteOffset, int16_t value) const { + WriteData(byteOffset, value); +} + +inline void DataView::SetInt32(size_t byteOffset, int32_t value) const { + WriteData(byteOffset, value); +} + +inline void DataView::SetUint8(size_t byteOffset, uint8_t value) const { + WriteData(byteOffset, value); +} + +inline void DataView::SetUint16(size_t byteOffset, uint16_t value) const { + WriteData(byteOffset, value); +} + +inline void DataView::SetUint32(size_t byteOffset, uint32_t value) const { + WriteData(byteOffset, value); +} + +template +inline T DataView::ReadData(size_t byteOffset) const { + if (byteOffset + sizeof(T) > _length || + byteOffset + sizeof(T) < byteOffset) { // overflow + NAPI_THROW( + RangeError::New(_env, "Offset is outside the bounds of the DataView"), + 0); + } + + return *reinterpret_cast(static_cast(_data) + byteOffset); +} + +template +inline void DataView::WriteData(size_t byteOffset, T value) const { + if (byteOffset + sizeof(T) > _length || + byteOffset + sizeof(T) < byteOffset) { // overflow + NAPI_THROW_VOID( + RangeError::New(_env, "Offset is outside the bounds of the DataView")); + } + + *reinterpret_cast(static_cast(_data) + byteOffset) = value; +} + +//////////////////////////////////////////////////////////////////////////////// +// TypedArray class +//////////////////////////////////////////////////////////////////////////////// +inline void TypedArray::CheckCast(napi_env env, napi_value value) { + NAPI_CHECK(value != nullptr, "TypedArray::CheckCast", "empty value"); + + bool result; + napi_status status = napi_is_typedarray(env, value, &result); + NAPI_CHECK( + status == napi_ok, "TypedArray::CheckCast", "napi_is_typedarray failed"); + NAPI_CHECK(result, "TypedArray::CheckCast", "value is not typedarray"); +} + +inline TypedArray::TypedArray() + : Object(), _type(napi_typedarray_type::napi_int8_array), _length(0) {} + +inline TypedArray::TypedArray(napi_env env, napi_value value) + : Object(env, value), + _type(napi_typedarray_type::napi_int8_array), + _length(0) { + if (value != nullptr) { + napi_status status = + napi_get_typedarray_info(_env, + _value, + &const_cast(this)->_type, + &const_cast(this)->_length, + nullptr, + nullptr, + nullptr); + NAPI_THROW_IF_FAILED_VOID(_env, status); + } +} + +inline TypedArray::TypedArray(napi_env env, + napi_value value, + napi_typedarray_type type, + size_t length) + : Object(env, value), _type(type), _length(length) {} + +inline napi_typedarray_type TypedArray::TypedArrayType() const { + return _type; +} + +inline uint8_t TypedArray::ElementSize() const { + switch (_type) { + case napi_int8_array: + case napi_uint8_array: + case napi_uint8_clamped_array: + return 1; + case napi_int16_array: + case napi_uint16_array: + return 2; + case napi_int32_array: + case napi_uint32_array: + case napi_float32_array: + return 4; + case napi_float64_array: +#if (NAPI_VERSION > 5) + case napi_bigint64_array: + case napi_biguint64_array: +#endif // (NAPI_VERSION > 5) + return 8; + default: + return 0; + } +} + +inline size_t TypedArray::ElementLength() const { + return _length; +} + +inline size_t TypedArray::ByteOffset() const { + size_t byteOffset; + napi_status status = napi_get_typedarray_info( + _env, _value, nullptr, nullptr, nullptr, nullptr, &byteOffset); + NAPI_THROW_IF_FAILED(_env, status, 0); + return byteOffset; +} + +inline size_t TypedArray::ByteLength() const { + return ElementSize() * ElementLength(); +} + +inline Napi::ArrayBuffer TypedArray::ArrayBuffer() const { + napi_value arrayBuffer; + napi_status status = napi_get_typedarray_info( + _env, _value, nullptr, nullptr, nullptr, &arrayBuffer, nullptr); + NAPI_THROW_IF_FAILED(_env, status, Napi::ArrayBuffer()); + return Napi::ArrayBuffer(_env, arrayBuffer); +} + +//////////////////////////////////////////////////////////////////////////////// +// TypedArrayOf class +//////////////////////////////////////////////////////////////////////////////// +template +inline void TypedArrayOf::CheckCast(napi_env env, napi_value value) { + TypedArray::CheckCast(env, value); + napi_typedarray_type type; + napi_status status = napi_get_typedarray_info( + env, value, &type, nullptr, nullptr, nullptr, nullptr); + NAPI_CHECK(status == napi_ok, + "TypedArrayOf::CheckCast", + "napi_is_typedarray failed"); + + NAPI_CHECK( + (type == TypedArrayTypeForPrimitiveType() || + (type == napi_uint8_clamped_array && std::is_same::value)), + "TypedArrayOf::CheckCast", + "Array type must match the template parameter. (Uint8 arrays may " + "optionally have the \"clamped\" array type.)"); +} + +template +inline TypedArrayOf TypedArrayOf::New(napi_env env, + size_t elementLength, + napi_typedarray_type type) { + Napi::ArrayBuffer arrayBuffer = + Napi::ArrayBuffer::New(env, elementLength * sizeof(T)); + return New(env, elementLength, arrayBuffer, 0, type); +} + +template +inline TypedArrayOf TypedArrayOf::New(napi_env env, + size_t elementLength, + Napi::ArrayBuffer arrayBuffer, + size_t bufferOffset, + napi_typedarray_type type) { + napi_value value; + napi_status status = napi_create_typedarray( + env, type, elementLength, arrayBuffer, bufferOffset, &value); + NAPI_THROW_IF_FAILED(env, status, TypedArrayOf()); + + return TypedArrayOf( + env, + value, + type, + elementLength, + reinterpret_cast(reinterpret_cast(arrayBuffer.Data()) + + bufferOffset)); +} + +template +inline TypedArrayOf::TypedArrayOf() : TypedArray(), _data(nullptr) {} + +template +inline TypedArrayOf::TypedArrayOf(napi_env env, napi_value value) + : TypedArray(env, value), _data(nullptr) { + napi_status status = napi_ok; + if (value != nullptr) { + void* data = nullptr; + status = napi_get_typedarray_info( + _env, _value, &_type, &_length, &data, nullptr, nullptr); + _data = static_cast(data); + } else { + _type = TypedArrayTypeForPrimitiveType(); + _length = 0; + } + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +template +inline TypedArrayOf::TypedArrayOf(napi_env env, + napi_value value, + napi_typedarray_type type, + size_t length, + T* data) + : TypedArray(env, value, type, length), _data(data) { + if (!(type == TypedArrayTypeForPrimitiveType() || + (type == napi_uint8_clamped_array && + std::is_same::value))) { + NAPI_THROW_VOID(TypeError::New( + env, + "Array type must match the template parameter. " + "(Uint8 arrays may optionally have the \"clamped\" array type.)")); + } +} + +template +inline T& TypedArrayOf::operator[](size_t index) { + return _data[index]; +} + +template +inline const T& TypedArrayOf::operator[](size_t index) const { + return _data[index]; +} + +template +inline T* TypedArrayOf::Data() { + return _data; +} + +template +inline const T* TypedArrayOf::Data() const { + return _data; +} + +//////////////////////////////////////////////////////////////////////////////// +// Function class +//////////////////////////////////////////////////////////////////////////////// + +template +inline napi_status CreateFunction(napi_env env, + const char* utf8name, + napi_callback cb, + CbData* data, + napi_value* result) { + napi_status status = + napi_create_function(env, utf8name, NAPI_AUTO_LENGTH, cb, data, result); + if (status == napi_ok) { + status = Napi::details::AttachData(env, *result, data); + } + + return status; +} + +template +inline Function Function::New(napi_env env, const char* utf8name, void* data) { + napi_value result = nullptr; + napi_status status = napi_create_function(env, + utf8name, + NAPI_AUTO_LENGTH, + details::TemplatedVoidCallback, + data, + &result); + NAPI_THROW_IF_FAILED(env, status, Function()); + return Function(env, result); +} + +template +inline Function Function::New(napi_env env, const char* utf8name, void* data) { + napi_value result = nullptr; + napi_status status = napi_create_function(env, + utf8name, + NAPI_AUTO_LENGTH, + details::TemplatedCallback, + data, + &result); + NAPI_THROW_IF_FAILED(env, status, Function()); + return Function(env, result); +} + +template +inline Function Function::New(napi_env env, + const std::string& utf8name, + void* data) { + return Function::New(env, utf8name.c_str(), data); +} + +template +inline Function Function::New(napi_env env, + const std::string& utf8name, + void* data) { + return Function::New(env, utf8name.c_str(), data); +} + +template +inline Function Function::New(napi_env env, + Callable cb, + const char* utf8name, + void* data) { + using ReturnType = decltype(cb(CallbackInfo(nullptr, nullptr))); + using CbData = details::CallbackData; + auto callbackData = new CbData{std::move(cb), data}; + + napi_value value; + napi_status status = + CreateFunction(env, utf8name, CbData::Wrapper, callbackData, &value); + if (status != napi_ok) { + delete callbackData; + NAPI_THROW_IF_FAILED(env, status, Function()); + } + + return Function(env, value); +} + +template +inline Function Function::New(napi_env env, + Callable cb, + const std::string& utf8name, + void* data) { + return New(env, cb, utf8name.c_str(), data); +} + +inline void Function::CheckCast(napi_env env, napi_value value) { + NAPI_CHECK(value != nullptr, "Function::CheckCast", "empty value"); + + napi_valuetype type; + napi_status status = napi_typeof(env, value, &type); + NAPI_CHECK(status == napi_ok, "Function::CheckCast", "napi_typeof failed"); + NAPI_CHECK(type == napi_function, + "Function::CheckCast", + "value is not napi_function"); +} + +inline Function::Function() : Object() {} + +inline Function::Function(napi_env env, napi_value value) + : Object(env, value) {} + +inline MaybeOrValue Function::operator()( + const std::initializer_list& args) const { + return Call(Env().Undefined(), args); +} + +inline MaybeOrValue Function::Call( + const std::initializer_list& args) const { + return Call(Env().Undefined(), args); +} + +inline MaybeOrValue Function::Call( + const std::vector& args) const { + return Call(Env().Undefined(), args); +} + +inline MaybeOrValue Function::Call( + const std::vector& args) const { + return Call(Env().Undefined(), args); +} + +inline MaybeOrValue Function::Call(size_t argc, + const napi_value* args) const { + return Call(Env().Undefined(), argc, args); +} + +inline MaybeOrValue Function::Call( + napi_value recv, const std::initializer_list& args) const { + return Call(recv, args.size(), args.begin()); +} + +inline MaybeOrValue Function::Call( + napi_value recv, const std::vector& args) const { + return Call(recv, args.size(), args.data()); +} + +inline MaybeOrValue Function::Call( + napi_value recv, const std::vector& args) const { + const size_t argc = args.size(); + const size_t stackArgsCount = 6; + napi_value stackArgs[stackArgsCount]; + std::vector heapArgs; + napi_value* argv; + if (argc <= stackArgsCount) { + argv = stackArgs; + } else { + heapArgs.resize(argc); + argv = heapArgs.data(); + } + + for (size_t index = 0; index < argc; index++) { + argv[index] = static_cast(args[index]); + } + + return Call(recv, argc, argv); +} + +inline MaybeOrValue Function::Call(napi_value recv, + size_t argc, + const napi_value* args) const { + napi_value result; + napi_status status = + napi_call_function(_env, recv, _value, argc, args, &result); + NAPI_RETURN_OR_THROW_IF_FAILED( + _env, status, Napi::Value(_env, result), Napi::Value); +} + +inline MaybeOrValue Function::MakeCallback( + napi_value recv, + const std::initializer_list& args, + napi_async_context context) const { + return MakeCallback(recv, args.size(), args.begin(), context); +} + +inline MaybeOrValue Function::MakeCallback( + napi_value recv, + const std::vector& args, + napi_async_context context) const { + return MakeCallback(recv, args.size(), args.data(), context); +} + +inline MaybeOrValue Function::MakeCallback( + napi_value recv, + size_t argc, + const napi_value* args, + napi_async_context context) const { + napi_value result; + napi_status status = + napi_make_callback(_env, context, recv, _value, argc, args, &result); + NAPI_RETURN_OR_THROW_IF_FAILED( + _env, status, Napi::Value(_env, result), Napi::Value); +} + +inline MaybeOrValue Function::New( + const std::initializer_list& args) const { + return New(args.size(), args.begin()); +} + +inline MaybeOrValue Function::New( + const std::vector& args) const { + return New(args.size(), args.data()); +} + +inline MaybeOrValue Function::New(size_t argc, + const napi_value* args) const { + napi_value result; + napi_status status = napi_new_instance(_env, _value, argc, args, &result); + NAPI_RETURN_OR_THROW_IF_FAILED( + _env, status, Napi::Object(_env, result), Napi::Object); +} + +//////////////////////////////////////////////////////////////////////////////// +// Promise class +//////////////////////////////////////////////////////////////////////////////// + +inline Promise::Deferred Promise::Deferred::New(napi_env env) { + return Promise::Deferred(env); +} + +inline Promise::Deferred::Deferred(napi_env env) : _env(env) { + napi_status status = napi_create_promise(_env, &_deferred, &_promise); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline Promise Promise::Deferred::Promise() const { + return Napi::Promise(_env, _promise); +} + +inline Napi::Env Promise::Deferred::Env() const { + return Napi::Env(_env); +} + +inline void Promise::Deferred::Resolve(napi_value value) const { + napi_status status = napi_resolve_deferred(_env, _deferred, value); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline void Promise::Deferred::Reject(napi_value value) const { + napi_status status = napi_reject_deferred(_env, _deferred, value); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline void Promise::CheckCast(napi_env env, napi_value value) { + NAPI_CHECK(value != nullptr, "Promise::CheckCast", "empty value"); + + bool result; + napi_status status = napi_is_promise(env, value, &result); + NAPI_CHECK(status == napi_ok, "Promise::CheckCast", "napi_is_promise failed"); + NAPI_CHECK(result, "Promise::CheckCast", "value is not promise"); +} + +inline Promise::Promise(napi_env env, napi_value value) : Object(env, value) {} + +//////////////////////////////////////////////////////////////////////////////// +// Buffer class +//////////////////////////////////////////////////////////////////////////////// + +template +inline Buffer Buffer::New(napi_env env, size_t length) { + napi_value value; + void* data; + napi_status status = + napi_create_buffer(env, length * sizeof(T), &data, &value); + NAPI_THROW_IF_FAILED(env, status, Buffer()); + return Buffer(env, value); +} + +#ifndef NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED +template +inline Buffer Buffer::New(napi_env env, T* data, size_t length) { + napi_value value; + napi_status status = napi_create_external_buffer( + env, length * sizeof(T), data, nullptr, nullptr, &value); + NAPI_THROW_IF_FAILED(env, status, Buffer()); + return Buffer(env, value); +} + +template +template +inline Buffer Buffer::New(napi_env env, + T* data, + size_t length, + Finalizer finalizeCallback) { + napi_value value; + details::FinalizeData* finalizeData = + new details::FinalizeData( + {std::move(finalizeCallback), nullptr}); + napi_status status = + napi_create_external_buffer(env, + length * sizeof(T), + data, + details::FinalizeData::Wrapper, + finalizeData, + &value); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED(env, status, Buffer()); + } + return Buffer(env, value); +} + +template +template +inline Buffer Buffer::New(napi_env env, + T* data, + size_t length, + Finalizer finalizeCallback, + Hint* finalizeHint) { + napi_value value; + details::FinalizeData* finalizeData = + new details::FinalizeData( + {std::move(finalizeCallback), finalizeHint}); + napi_status status = napi_create_external_buffer( + env, + length * sizeof(T), + data, + details::FinalizeData::WrapperWithHint, + finalizeData, + &value); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED(env, status, Buffer()); + } + return Buffer(env, value); +} +#endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED + +template +inline Buffer Buffer::NewOrCopy(napi_env env, T* data, size_t length) { +#ifndef NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED + napi_value value; + napi_status status = napi_create_external_buffer( + env, length * sizeof(T), data, nullptr, nullptr, &value); + if (status == details::napi_no_external_buffers_allowed) { +#endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED + // If we can't create an external buffer, we'll just copy the data. + return Buffer::Copy(env, data, length); +#ifndef NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED + } + NAPI_THROW_IF_FAILED(env, status, Buffer()); + return Buffer(env, value); +#endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED +} + +template +template +inline Buffer Buffer::NewOrCopy(napi_env env, + T* data, + size_t length, + Finalizer finalizeCallback) { + details::FinalizeData* finalizeData = + new details::FinalizeData( + {std::move(finalizeCallback), nullptr}); +#ifndef NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED + napi_value value; + napi_status status = + napi_create_external_buffer(env, + length * sizeof(T), + data, + details::FinalizeData::Wrapper, + finalizeData, + &value); + if (status == details::napi_no_external_buffers_allowed) { +#endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED + // If we can't create an external buffer, we'll just copy the data. + Buffer ret = Buffer::Copy(env, data, length); + details::FinalizeData::Wrapper(env, data, finalizeData); + return ret; +#ifndef NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED + } + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED(env, status, Buffer()); + } + return Buffer(env, value); +#endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED +} + +template +template +inline Buffer Buffer::NewOrCopy(napi_env env, + T* data, + size_t length, + Finalizer finalizeCallback, + Hint* finalizeHint) { + details::FinalizeData* finalizeData = + new details::FinalizeData( + {std::move(finalizeCallback), finalizeHint}); +#ifndef NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED + napi_value value; + napi_status status = napi_create_external_buffer( + env, + length * sizeof(T), + data, + details::FinalizeData::WrapperWithHint, + finalizeData, + &value); + if (status == details::napi_no_external_buffers_allowed) { +#endif + // If we can't create an external buffer, we'll just copy the data. + Buffer ret = Buffer::Copy(env, data, length); + details::FinalizeData::WrapperWithHint( + env, data, finalizeData); + return ret; +#ifndef NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED + } + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED(env, status, Buffer()); + } + return Buffer(env, value); +#endif +} + +template +inline Buffer Buffer::Copy(napi_env env, const T* data, size_t length) { + napi_value value; + napi_status status = + napi_create_buffer_copy(env, length * sizeof(T), data, nullptr, &value); + NAPI_THROW_IF_FAILED(env, status, Buffer()); + return Buffer(env, value); +} + +template +inline void Buffer::CheckCast(napi_env env, napi_value value) { + NAPI_CHECK(value != nullptr, "Buffer::CheckCast", "empty value"); + + bool result; + napi_status status = napi_is_buffer(env, value, &result); + NAPI_CHECK(status == napi_ok, "Buffer::CheckCast", "napi_is_buffer failed"); + NAPI_CHECK(result, "Buffer::CheckCast", "value is not buffer"); +} + +template +inline Buffer::Buffer() : Uint8Array() {} + +template +inline Buffer::Buffer(napi_env env, napi_value value) + : Uint8Array(env, value) {} + +template +inline size_t Buffer::Length() const { + return ByteLength() / sizeof(T); +} + +template +inline T* Buffer::Data() const { + return reinterpret_cast(const_cast(Uint8Array::Data())); +} + +//////////////////////////////////////////////////////////////////////////////// +// Error class +//////////////////////////////////////////////////////////////////////////////// + +inline Error Error::New(napi_env env) { + napi_status status; + napi_value error = nullptr; + bool is_exception_pending; + napi_extended_error_info last_error_info_copy; + + { + // We must retrieve the last error info before doing anything else because + // doing anything else will replace the last error info. + const napi_extended_error_info* last_error_info; + status = napi_get_last_error_info(env, &last_error_info); + NAPI_FATAL_IF_FAILED(status, "Error::New", "napi_get_last_error_info"); + + // All fields of the `napi_extended_error_info` structure gets reset in + // subsequent Node-API function calls on the same `env`. This includes a + // call to `napi_is_exception_pending()`. So here it is necessary to make a + // copy of the information as the `error_code` field is used later on. + memcpy(&last_error_info_copy, + last_error_info, + sizeof(napi_extended_error_info)); + } + + status = napi_is_exception_pending(env, &is_exception_pending); + NAPI_FATAL_IF_FAILED(status, "Error::New", "napi_is_exception_pending"); + + // A pending exception takes precedence over any internal error status. + if (is_exception_pending) { + status = napi_get_and_clear_last_exception(env, &error); + NAPI_FATAL_IF_FAILED( + status, "Error::New", "napi_get_and_clear_last_exception"); + } else { + const char* error_message = last_error_info_copy.error_message != nullptr + ? last_error_info_copy.error_message + : "Error in native callback"; + + napi_value message; + status = napi_create_string_utf8( + env, error_message, std::strlen(error_message), &message); + NAPI_FATAL_IF_FAILED(status, "Error::New", "napi_create_string_utf8"); + + switch (last_error_info_copy.error_code) { + case napi_object_expected: + case napi_string_expected: + case napi_boolean_expected: + case napi_number_expected: + status = napi_create_type_error(env, nullptr, message, &error); + break; + default: + status = napi_create_error(env, nullptr, message, &error); + break; + } + NAPI_FATAL_IF_FAILED(status, "Error::New", "napi_create_error"); + } + + return Error(env, error); +} + +inline Error Error::New(napi_env env, const char* message) { + return Error::New( + env, message, std::strlen(message), napi_create_error); +} + +inline Error Error::New(napi_env env, const std::string& message) { + return Error::New( + env, message.c_str(), message.size(), napi_create_error); +} + +inline NAPI_NO_RETURN void Error::Fatal(const char* location, + const char* message) { + napi_fatal_error(location, NAPI_AUTO_LENGTH, message, NAPI_AUTO_LENGTH); +} + +inline Error::Error() : ObjectReference() {} + +inline Error::Error(napi_env env, napi_value value) + : ObjectReference(env, nullptr) { + if (value != nullptr) { + // Attempting to create a reference on the error object. + // If it's not a Object/Function/Symbol, this call will return an error + // status. + napi_status status = napi_create_reference(env, value, 1, &_ref); + + if (status != napi_ok) { + napi_value wrappedErrorObj; + + // Create an error object + status = napi_create_object(env, &wrappedErrorObj); + NAPI_FATAL_IF_FAILED(status, "Error::Error", "napi_create_object"); + + // property flag that we attach to show the error object is wrapped + napi_property_descriptor wrapObjFlag = { + ERROR_WRAP_VALUE(), // Unique GUID identifier since Symbol isn't a + // viable option + nullptr, + nullptr, + nullptr, + nullptr, + Value::From(env, value), + napi_enumerable, + nullptr}; + + status = napi_define_properties(env, wrappedErrorObj, 1, &wrapObjFlag); +#ifdef NODE_API_SWALLOW_UNTHROWABLE_EXCEPTIONS + if (status == napi_pending_exception) { + // Test if the pending exception was reported because the environment is + // shutting down. We assume that a status of napi_pending_exception + // coupled with the absence of an actual pending exception means that + // the environment is shutting down. If so, we replace the + // napi_pending_exception status with napi_ok. + bool is_exception_pending = false; + status = napi_is_exception_pending(env, &is_exception_pending); + if (status == napi_ok && !is_exception_pending) { + status = napi_ok; + } else { + status = napi_pending_exception; + } + } +#endif // NODE_API_SWALLOW_UNTHROWABLE_EXCEPTIONS + NAPI_FATAL_IF_FAILED(status, "Error::Error", "napi_define_properties"); + + // Create a reference on the newly wrapped object + status = napi_create_reference(env, wrappedErrorObj, 1, &_ref); + } + + // Avoid infinite recursion in the failure case. + NAPI_FATAL_IF_FAILED(status, "Error::Error", "napi_create_reference"); + } +} + +inline Object Error::Value() const { + if (_ref == nullptr) { + return Object(_env, nullptr); + } + + napi_value refValue; + napi_status status = napi_get_reference_value(_env, _ref, &refValue); + NAPI_THROW_IF_FAILED(_env, status, Object()); + + napi_valuetype type; + status = napi_typeof(_env, refValue, &type); + NAPI_THROW_IF_FAILED(_env, status, Object()); + + // If refValue isn't a symbol, then we proceed to whether the refValue has the + // wrapped error flag + if (type != napi_symbol) { + // We are checking if the object is wrapped + bool isWrappedObject = false; + + status = napi_has_property(_env, + refValue, + String::From(_env, ERROR_WRAP_VALUE()), + &isWrappedObject); + + // Don't care about status + if (isWrappedObject) { + napi_value unwrappedValue; + status = napi_get_property(_env, + refValue, + String::From(_env, ERROR_WRAP_VALUE()), + &unwrappedValue); + NAPI_THROW_IF_FAILED(_env, status, Object()); + + return Object(_env, unwrappedValue); + } + } + + return Object(_env, refValue); +} + +inline Error::Error(Error&& other) : ObjectReference(std::move(other)) {} + +inline Error& Error::operator=(Error&& other) { + static_cast*>(this)->operator=(std::move(other)); + return *this; +} + +inline Error::Error(const Error& other) : ObjectReference(other) {} + +inline Error& Error::operator=(const Error& other) { + Reset(); + + _env = other.Env(); + HandleScope scope(_env); + + napi_value value = other.Value(); + if (value != nullptr) { + napi_status status = napi_create_reference(_env, value, 1, &_ref); + NAPI_THROW_IF_FAILED(_env, status, *this); + } + + return *this; +} + +inline const std::string& Error::Message() const NAPI_NOEXCEPT { + if (_message.size() == 0 && _env != nullptr) { +#ifdef NAPI_CPP_EXCEPTIONS + try { + _message = Get("message").As(); + } catch (...) { + // Catch all errors here, to include e.g. a std::bad_alloc from + // the std::string::operator=, because this method may not throw. + } +#else // NAPI_CPP_EXCEPTIONS +#if defined(NODE_ADDON_API_ENABLE_MAYBE) + Napi::Value message_val; + if (Get("message").UnwrapTo(&message_val)) { + _message = message_val.As(); + } +#else + _message = Get("message").As(); +#endif +#endif // NAPI_CPP_EXCEPTIONS + } + return _message; +} + +// we created an object on the &_ref +inline void Error::ThrowAsJavaScriptException() const { + HandleScope scope(_env); + if (!IsEmpty()) { +#ifdef NODE_API_SWALLOW_UNTHROWABLE_EXCEPTIONS + bool pendingException = false; + + // check if there is already a pending exception. If so don't try to throw a + // new one as that is not allowed/possible + napi_status status = napi_is_exception_pending(_env, &pendingException); + + if ((status != napi_ok) || + ((status == napi_ok) && (pendingException == false))) { + // We intentionally don't use `NAPI_THROW_*` macros here to ensure + // that there is no possible recursion as `ThrowAsJavaScriptException` + // is part of `NAPI_THROW_*` macro definition for noexcept. + + status = napi_throw(_env, Value()); + + if (status == napi_pending_exception) { + // The environment must be terminating as we checked earlier and there + // was no pending exception. In this case continuing will result + // in a fatal error and there is nothing the author has done incorrectly + // in their code that is worth flagging through a fatal error + return; + } + } else { + status = napi_pending_exception; + } +#else + // We intentionally don't use `NAPI_THROW_*` macros here to ensure + // that there is no possible recursion as `ThrowAsJavaScriptException` + // is part of `NAPI_THROW_*` macro definition for noexcept. + + napi_status status = napi_throw(_env, Value()); +#endif + +#ifdef NAPI_CPP_EXCEPTIONS + if (status != napi_ok) { + throw Error::New(_env); + } +#else // NAPI_CPP_EXCEPTIONS + NAPI_FATAL_IF_FAILED( + status, "Error::ThrowAsJavaScriptException", "napi_throw"); +#endif // NAPI_CPP_EXCEPTIONS + } +} + +#ifdef NAPI_CPP_EXCEPTIONS + +inline const char* Error::what() const NAPI_NOEXCEPT { + return Message().c_str(); +} + +#endif // NAPI_CPP_EXCEPTIONS + +inline const char* Error::ERROR_WRAP_VALUE() NAPI_NOEXCEPT { + return "4bda9e7e-4913-4dbc-95de-891cbf66598e-errorVal"; +} + +template +inline TError Error::New(napi_env env, + const char* message, + size_t length, + create_error_fn create_error) { + napi_value str; + napi_status status = napi_create_string_utf8(env, message, length, &str); + NAPI_THROW_IF_FAILED(env, status, TError()); + + napi_value error; + status = create_error(env, nullptr, str, &error); + NAPI_THROW_IF_FAILED(env, status, TError()); + + return TError(env, error); +} + +inline TypeError TypeError::New(napi_env env, const char* message) { + return Error::New( + env, message, std::strlen(message), napi_create_type_error); +} + +inline TypeError TypeError::New(napi_env env, const std::string& message) { + return Error::New( + env, message.c_str(), message.size(), napi_create_type_error); +} + +inline TypeError::TypeError() : Error() {} + +inline TypeError::TypeError(napi_env env, napi_value value) + : Error(env, value) {} + +inline RangeError RangeError::New(napi_env env, const char* message) { + return Error::New( + env, message, std::strlen(message), napi_create_range_error); +} + +inline RangeError RangeError::New(napi_env env, const std::string& message) { + return Error::New( + env, message.c_str(), message.size(), napi_create_range_error); +} + +inline RangeError::RangeError() : Error() {} + +inline RangeError::RangeError(napi_env env, napi_value value) + : Error(env, value) {} + +#if NAPI_VERSION > 8 +inline SyntaxError SyntaxError::New(napi_env env, const char* message) { + return Error::New( + env, message, std::strlen(message), node_api_create_syntax_error); +} + +inline SyntaxError SyntaxError::New(napi_env env, const std::string& message) { + return Error::New( + env, message.c_str(), message.size(), node_api_create_syntax_error); +} + +inline SyntaxError::SyntaxError() : Error() {} + +inline SyntaxError::SyntaxError(napi_env env, napi_value value) + : Error(env, value) {} +#endif // NAPI_VERSION > 8 + +//////////////////////////////////////////////////////////////////////////////// +// Reference class +//////////////////////////////////////////////////////////////////////////////// + +template +inline Reference Reference::New(const T& value, + uint32_t initialRefcount) { + napi_env env = value.Env(); + napi_value val = value; + + if (val == nullptr) { + return Reference(env, nullptr); + } + + napi_ref ref; + napi_status status = napi_create_reference(env, value, initialRefcount, &ref); + NAPI_THROW_IF_FAILED(env, status, Reference()); + + return Reference(env, ref); +} + +template +inline Reference::Reference() + : _env(nullptr), _ref(nullptr), _suppressDestruct(false) {} + +template +inline Reference::Reference(napi_env env, napi_ref ref) + : _env(env), _ref(ref), _suppressDestruct(false) {} + +template +inline Reference::~Reference() { + if (_ref != nullptr) { + if (!_suppressDestruct) { + napi_delete_reference(_env, _ref); + } + + _ref = nullptr; + } +} + +template +inline Reference::Reference(Reference&& other) + : _env(other._env), + _ref(other._ref), + _suppressDestruct(other._suppressDestruct) { + other._env = nullptr; + other._ref = nullptr; + other._suppressDestruct = false; +} + +template +inline Reference& Reference::operator=(Reference&& other) { + Reset(); + _env = other._env; + _ref = other._ref; + _suppressDestruct = other._suppressDestruct; + other._env = nullptr; + other._ref = nullptr; + other._suppressDestruct = false; + return *this; +} + +template +inline Reference::Reference(const Reference& other) + : _env(other._env), _ref(nullptr), _suppressDestruct(false) { + HandleScope scope(_env); + + napi_value value = other.Value(); + if (value != nullptr) { + // Copying is a limited scenario (currently only used for Error object) and + // always creates a strong reference to the given value even if the incoming + // reference is weak. + napi_status status = napi_create_reference(_env, value, 1, &_ref); + NAPI_FATAL_IF_FAILED( + status, "Reference::Reference", "napi_create_reference"); + } +} + +template +inline Reference::operator napi_ref() const { + return _ref; +} + +template +inline bool Reference::operator==(const Reference& other) const { + HandleScope scope(_env); + return this->Value().StrictEquals(other.Value()); +} + +template +inline bool Reference::operator!=(const Reference& other) const { + return !this->operator==(other); +} + +template +inline Napi::Env Reference::Env() const { + return Napi::Env(_env); +} + +template +inline bool Reference::IsEmpty() const { + return _ref == nullptr; +} + +template +inline T Reference::Value() const { + if (_ref == nullptr) { + return T(_env, nullptr); + } + + napi_value value; + napi_status status = napi_get_reference_value(_env, _ref, &value); + NAPI_THROW_IF_FAILED(_env, status, T()); + return T(_env, value); +} + +template +inline uint32_t Reference::Ref() const { + uint32_t result; + napi_status status = napi_reference_ref(_env, _ref, &result); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} + +template +inline uint32_t Reference::Unref() const { + uint32_t result; + napi_status status = napi_reference_unref(_env, _ref, &result); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} + +template +inline void Reference::Reset() { + if (_ref != nullptr) { + napi_status status = napi_delete_reference(_env, _ref); + NAPI_THROW_IF_FAILED_VOID(_env, status); + _ref = nullptr; + } +} + +template +inline void Reference::Reset(const T& value, uint32_t refcount) { + Reset(); + _env = value.Env(); + + napi_value val = value; + if (val != nullptr) { + napi_status status = napi_create_reference(_env, value, refcount, &_ref); + NAPI_THROW_IF_FAILED_VOID(_env, status); + } +} + +template +inline void Reference::SuppressDestruct() { + _suppressDestruct = true; +} + +template +inline Reference Weak(T value) { + return Reference::New(value, 0); +} + +inline ObjectReference Weak(Object value) { + return Reference::New(value, 0); +} + +inline FunctionReference Weak(Function value) { + return Reference::New(value, 0); +} + +template +inline Reference Persistent(T value) { + return Reference::New(value, 1); +} + +inline ObjectReference Persistent(Object value) { + return Reference::New(value, 1); +} + +inline FunctionReference Persistent(Function value) { + return Reference::New(value, 1); +} + +//////////////////////////////////////////////////////////////////////////////// +// ObjectReference class +//////////////////////////////////////////////////////////////////////////////// + +inline ObjectReference::ObjectReference() : Reference() {} + +inline ObjectReference::ObjectReference(napi_env env, napi_ref ref) + : Reference(env, ref) {} + +inline ObjectReference::ObjectReference(Reference&& other) + : Reference(std::move(other)) {} + +inline ObjectReference& ObjectReference::operator=(Reference&& other) { + static_cast*>(this)->operator=(std::move(other)); + return *this; +} + +inline ObjectReference::ObjectReference(ObjectReference&& other) + : Reference(std::move(other)) {} + +inline ObjectReference& ObjectReference::operator=(ObjectReference&& other) { + static_cast*>(this)->operator=(std::move(other)); + return *this; +} + +inline ObjectReference::ObjectReference(const ObjectReference& other) + : Reference(other) {} + +inline MaybeOrValue ObjectReference::Get( + const char* utf8name) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().Get(utf8name); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue ObjectReference::Get( + const std::string& utf8name) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().Get(utf8name); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue ObjectReference::Set(const char* utf8name, + napi_value value) const { + HandleScope scope(_env); + return Value().Set(utf8name, value); +} + +inline MaybeOrValue ObjectReference::Set(const char* utf8name, + Napi::Value value) const { + HandleScope scope(_env); + return Value().Set(utf8name, value); +} + +inline MaybeOrValue ObjectReference::Set(const char* utf8name, + const char* utf8value) const { + HandleScope scope(_env); + return Value().Set(utf8name, utf8value); +} + +inline MaybeOrValue ObjectReference::Set(const char* utf8name, + bool boolValue) const { + HandleScope scope(_env); + return Value().Set(utf8name, boolValue); +} + +inline MaybeOrValue ObjectReference::Set(const char* utf8name, + double numberValue) const { + HandleScope scope(_env); + return Value().Set(utf8name, numberValue); +} + +inline MaybeOrValue ObjectReference::Set(const std::string& utf8name, + napi_value value) const { + HandleScope scope(_env); + return Value().Set(utf8name, value); +} + +inline MaybeOrValue ObjectReference::Set(const std::string& utf8name, + Napi::Value value) const { + HandleScope scope(_env); + return Value().Set(utf8name, value); +} + +inline MaybeOrValue ObjectReference::Set(const std::string& utf8name, + std::string& utf8value) const { + HandleScope scope(_env); + return Value().Set(utf8name, utf8value); +} + +inline MaybeOrValue ObjectReference::Set(const std::string& utf8name, + bool boolValue) const { + HandleScope scope(_env); + return Value().Set(utf8name, boolValue); +} + +inline MaybeOrValue ObjectReference::Set(const std::string& utf8name, + double numberValue) const { + HandleScope scope(_env); + return Value().Set(utf8name, numberValue); +} + +inline MaybeOrValue ObjectReference::Get(uint32_t index) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().Get(index); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue ObjectReference::Set(uint32_t index, + napi_value value) const { + HandleScope scope(_env); + return Value().Set(index, value); +} + +inline MaybeOrValue ObjectReference::Set(uint32_t index, + Napi::Value value) const { + HandleScope scope(_env); + return Value().Set(index, value); +} + +inline MaybeOrValue ObjectReference::Set(uint32_t index, + const char* utf8value) const { + HandleScope scope(_env); + return Value().Set(index, utf8value); +} + +inline MaybeOrValue ObjectReference::Set( + uint32_t index, const std::string& utf8value) const { + HandleScope scope(_env); + return Value().Set(index, utf8value); +} + +inline MaybeOrValue ObjectReference::Set(uint32_t index, + bool boolValue) const { + HandleScope scope(_env); + return Value().Set(index, boolValue); +} + +inline MaybeOrValue ObjectReference::Set(uint32_t index, + double numberValue) const { + HandleScope scope(_env); + return Value().Set(index, numberValue); +} + +//////////////////////////////////////////////////////////////////////////////// +// FunctionReference class +//////////////////////////////////////////////////////////////////////////////// + +inline FunctionReference::FunctionReference() : Reference() {} + +inline FunctionReference::FunctionReference(napi_env env, napi_ref ref) + : Reference(env, ref) {} + +inline FunctionReference::FunctionReference(Reference&& other) + : Reference(std::move(other)) {} + +inline FunctionReference& FunctionReference::operator=( + Reference&& other) { + static_cast*>(this)->operator=(std::move(other)); + return *this; +} + +inline FunctionReference::FunctionReference(FunctionReference&& other) + : Reference(std::move(other)) {} + +inline FunctionReference& FunctionReference::operator=( + FunctionReference&& other) { + static_cast*>(this)->operator=(std::move(other)); + return *this; +} + +inline MaybeOrValue FunctionReference::operator()( + const std::initializer_list& args) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value()(args); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue FunctionReference::Call( + const std::initializer_list& args) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().Call(args); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue FunctionReference::Call( + const std::vector& args) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().Call(args); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue FunctionReference::Call( + napi_value recv, const std::initializer_list& args) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().Call(recv, args); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue FunctionReference::Call( + napi_value recv, const std::vector& args) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().Call(recv, args); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue FunctionReference::Call( + napi_value recv, size_t argc, const napi_value* args) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().Call(recv, argc, args); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue FunctionReference::MakeCallback( + napi_value recv, + const std::initializer_list& args, + napi_async_context context) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().MakeCallback(recv, args, context); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue FunctionReference::MakeCallback( + napi_value recv, + const std::vector& args, + napi_async_context context) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().MakeCallback(recv, args, context); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue FunctionReference::MakeCallback( + napi_value recv, + size_t argc, + const napi_value* args, + napi_async_context context) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = + Value().MakeCallback(recv, argc, args, context); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue FunctionReference::New( + const std::initializer_list& args) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().New(args); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap()).As()); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Object(); + } + return scope.Escape(result).As(); +#endif +} + +inline MaybeOrValue FunctionReference::New( + const std::vector& args) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().New(args); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap()).As()); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Object(); + } + return scope.Escape(result).As(); +#endif +} + +//////////////////////////////////////////////////////////////////////////////// +// CallbackInfo class +//////////////////////////////////////////////////////////////////////////////// + +inline CallbackInfo::CallbackInfo(napi_env env, napi_callback_info info) + : _env(env), + _info(info), + _this(nullptr), + _dynamicArgs(nullptr), + _data(nullptr) { + _argc = _staticArgCount; + _argv = _staticArgs; + napi_status status = + napi_get_cb_info(env, info, &_argc, _argv, &_this, &_data); + NAPI_THROW_IF_FAILED_VOID(_env, status); + + if (_argc > _staticArgCount) { + // Use either a fixed-size array (on the stack) or a dynamically-allocated + // array (on the heap) depending on the number of args. + _dynamicArgs = new napi_value[_argc]; + _argv = _dynamicArgs; + + status = napi_get_cb_info(env, info, &_argc, _argv, nullptr, nullptr); + NAPI_THROW_IF_FAILED_VOID(_env, status); + } +} + +inline CallbackInfo::~CallbackInfo() { + if (_dynamicArgs != nullptr) { + delete[] _dynamicArgs; + } +} + +inline CallbackInfo::operator napi_callback_info() const { + return _info; +} + +inline Value CallbackInfo::NewTarget() const { + napi_value newTarget; + napi_status status = napi_get_new_target(_env, _info, &newTarget); + NAPI_THROW_IF_FAILED(_env, status, Value()); + return Value(_env, newTarget); +} + +inline bool CallbackInfo::IsConstructCall() const { + return !NewTarget().IsEmpty(); +} + +inline Napi::Env CallbackInfo::Env() const { + return Napi::Env(_env); +} + +inline size_t CallbackInfo::Length() const { + return _argc; +} + +inline const Value CallbackInfo::operator[](size_t index) const { + return index < _argc ? Value(_env, _argv[index]) : Env().Undefined(); +} + +inline Value CallbackInfo::This() const { + if (_this == nullptr) { + return Env().Undefined(); + } + return Object(_env, _this); +} + +inline void* CallbackInfo::Data() const { + return _data; +} + +inline void CallbackInfo::SetData(void* data) { + _data = data; +} + +//////////////////////////////////////////////////////////////////////////////// +// PropertyDescriptor class +//////////////////////////////////////////////////////////////////////////////// + +template +PropertyDescriptor PropertyDescriptor::Accessor( + const char* utf8name, napi_property_attributes attributes, void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + + desc.utf8name = utf8name; + desc.getter = details::TemplatedCallback; + desc.attributes = attributes; + desc.data = data; + + return desc; +} + +template +PropertyDescriptor PropertyDescriptor::Accessor( + const std::string& utf8name, + napi_property_attributes attributes, + void* data) { + return Accessor(utf8name.c_str(), attributes, data); +} + +template +PropertyDescriptor PropertyDescriptor::Accessor( + Name name, napi_property_attributes attributes, void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + + desc.name = name; + desc.getter = details::TemplatedCallback; + desc.attributes = attributes; + desc.data = data; + + return desc; +} + +template +PropertyDescriptor PropertyDescriptor::Accessor( + const char* utf8name, napi_property_attributes attributes, void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + + desc.utf8name = utf8name; + desc.getter = details::TemplatedCallback; + desc.setter = details::TemplatedVoidCallback; + desc.attributes = attributes; + desc.data = data; + + return desc; +} + +template +PropertyDescriptor PropertyDescriptor::Accessor( + const std::string& utf8name, + napi_property_attributes attributes, + void* data) { + return Accessor(utf8name.c_str(), attributes, data); +} + +template +PropertyDescriptor PropertyDescriptor::Accessor( + Name name, napi_property_attributes attributes, void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + + desc.name = name; + desc.getter = details::TemplatedCallback; + desc.setter = details::TemplatedVoidCallback; + desc.attributes = attributes; + desc.data = data; + + return desc; +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor( + Napi::Env env, + Napi::Object object, + const char* utf8name, + Getter getter, + napi_property_attributes attributes, + void* data) { + using CbData = details::CallbackData; + auto callbackData = new CbData({getter, data}); + + napi_status status = AttachData(env, object, callbackData); + if (status != napi_ok) { + delete callbackData; + NAPI_THROW_IF_FAILED(env, status, napi_property_descriptor()); + } + + return PropertyDescriptor({utf8name, + nullptr, + nullptr, + CbData::Wrapper, + nullptr, + nullptr, + attributes, + callbackData}); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor( + Napi::Env env, + Napi::Object object, + const std::string& utf8name, + Getter getter, + napi_property_attributes attributes, + void* data) { + return Accessor(env, object, utf8name.c_str(), getter, attributes, data); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor( + Napi::Env env, + Napi::Object object, + Name name, + Getter getter, + napi_property_attributes attributes, + void* data) { + using CbData = details::CallbackData; + auto callbackData = new CbData({getter, data}); + + napi_status status = AttachData(env, object, callbackData); + if (status != napi_ok) { + delete callbackData; + NAPI_THROW_IF_FAILED(env, status, napi_property_descriptor()); + } + + return PropertyDescriptor({nullptr, + name, + nullptr, + CbData::Wrapper, + nullptr, + nullptr, + attributes, + callbackData}); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor( + Napi::Env env, + Napi::Object object, + const char* utf8name, + Getter getter, + Setter setter, + napi_property_attributes attributes, + void* data) { + using CbData = details::AccessorCallbackData; + auto callbackData = new CbData({getter, setter, data}); + + napi_status status = AttachData(env, object, callbackData); + if (status != napi_ok) { + delete callbackData; + NAPI_THROW_IF_FAILED(env, status, napi_property_descriptor()); + } + + return PropertyDescriptor({utf8name, + nullptr, + nullptr, + CbData::GetterWrapper, + CbData::SetterWrapper, + nullptr, + attributes, + callbackData}); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor( + Napi::Env env, + Napi::Object object, + const std::string& utf8name, + Getter getter, + Setter setter, + napi_property_attributes attributes, + void* data) { + return Accessor( + env, object, utf8name.c_str(), getter, setter, attributes, data); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor( + Napi::Env env, + Napi::Object object, + Name name, + Getter getter, + Setter setter, + napi_property_attributes attributes, + void* data) { + using CbData = details::AccessorCallbackData; + auto callbackData = new CbData({getter, setter, data}); + + napi_status status = AttachData(env, object, callbackData); + if (status != napi_ok) { + delete callbackData; + NAPI_THROW_IF_FAILED(env, status, napi_property_descriptor()); + } + + return PropertyDescriptor({nullptr, + name, + nullptr, + CbData::GetterWrapper, + CbData::SetterWrapper, + nullptr, + attributes, + callbackData}); +} + +template +inline PropertyDescriptor PropertyDescriptor::Function( + Napi::Env env, + Napi::Object /*object*/, + const char* utf8name, + Callable cb, + napi_property_attributes attributes, + void* data) { + return PropertyDescriptor({utf8name, + nullptr, + nullptr, + nullptr, + nullptr, + Napi::Function::New(env, cb, utf8name, data), + attributes, + nullptr}); +} + +template +inline PropertyDescriptor PropertyDescriptor::Function( + Napi::Env env, + Napi::Object object, + const std::string& utf8name, + Callable cb, + napi_property_attributes attributes, + void* data) { + return Function(env, object, utf8name.c_str(), cb, attributes, data); +} + +template +inline PropertyDescriptor PropertyDescriptor::Function( + Napi::Env env, + Napi::Object /*object*/, + Name name, + Callable cb, + napi_property_attributes attributes, + void* data) { + return PropertyDescriptor({nullptr, + name, + nullptr, + nullptr, + nullptr, + Napi::Function::New(env, cb, nullptr, data), + attributes, + nullptr}); +} + +inline PropertyDescriptor PropertyDescriptor::Value( + const char* utf8name, + napi_value value, + napi_property_attributes attributes) { + return PropertyDescriptor({utf8name, + nullptr, + nullptr, + nullptr, + nullptr, + value, + attributes, + nullptr}); +} + +inline PropertyDescriptor PropertyDescriptor::Value( + const std::string& utf8name, + napi_value value, + napi_property_attributes attributes) { + return Value(utf8name.c_str(), value, attributes); +} + +inline PropertyDescriptor PropertyDescriptor::Value( + napi_value name, napi_value value, napi_property_attributes attributes) { + return PropertyDescriptor( + {nullptr, name, nullptr, nullptr, nullptr, value, attributes, nullptr}); +} + +inline PropertyDescriptor PropertyDescriptor::Value( + Name name, Napi::Value value, napi_property_attributes attributes) { + napi_value nameValue = name; + napi_value valueValue = value; + return PropertyDescriptor::Value(nameValue, valueValue, attributes); +} + +inline PropertyDescriptor::PropertyDescriptor(napi_property_descriptor desc) + : _desc(desc) {} + +inline PropertyDescriptor::operator napi_property_descriptor&() { + return _desc; +} + +inline PropertyDescriptor::operator const napi_property_descriptor&() const { + return _desc; +} + +//////////////////////////////////////////////////////////////////////////////// +// InstanceWrap class +//////////////////////////////////////////////////////////////////////////////// + +template +inline void InstanceWrap::AttachPropData( + napi_env env, napi_value value, const napi_property_descriptor* prop) { + napi_status status; + if (!(prop->attributes & napi_static)) { + if (prop->method == T::InstanceVoidMethodCallbackWrapper) { + status = Napi::details::AttachData( + env, value, static_cast(prop->data)); + NAPI_THROW_IF_FAILED_VOID(env, status); + } else if (prop->method == T::InstanceMethodCallbackWrapper) { + status = Napi::details::AttachData( + env, value, static_cast(prop->data)); + NAPI_THROW_IF_FAILED_VOID(env, status); + } else if (prop->getter == T::InstanceGetterCallbackWrapper || + prop->setter == T::InstanceSetterCallbackWrapper) { + status = Napi::details::AttachData( + env, value, static_cast(prop->data)); + NAPI_THROW_IF_FAILED_VOID(env, status); + } + } +} + +template +inline ClassPropertyDescriptor InstanceWrap::InstanceMethod( + const char* utf8name, + InstanceVoidMethodCallback method, + napi_property_attributes attributes, + void* data) { + InstanceVoidMethodCallbackData* callbackData = + new InstanceVoidMethodCallbackData({method, data}); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.method = T::InstanceVoidMethodCallbackWrapper; + desc.data = callbackData; + desc.attributes = attributes; + return desc; +} + +template +inline ClassPropertyDescriptor InstanceWrap::InstanceMethod( + const char* utf8name, + InstanceMethodCallback method, + napi_property_attributes attributes, + void* data) { + InstanceMethodCallbackData* callbackData = + new InstanceMethodCallbackData({method, data}); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.method = T::InstanceMethodCallbackWrapper; + desc.data = callbackData; + desc.attributes = attributes; + return desc; +} + +template +inline ClassPropertyDescriptor InstanceWrap::InstanceMethod( + Symbol name, + InstanceVoidMethodCallback method, + napi_property_attributes attributes, + void* data) { + InstanceVoidMethodCallbackData* callbackData = + new InstanceVoidMethodCallbackData({method, data}); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.method = T::InstanceVoidMethodCallbackWrapper; + desc.data = callbackData; + desc.attributes = attributes; + return desc; +} + +template +inline ClassPropertyDescriptor InstanceWrap::InstanceMethod( + Symbol name, + InstanceMethodCallback method, + napi_property_attributes attributes, + void* data) { + InstanceMethodCallbackData* callbackData = + new InstanceMethodCallbackData({method, data}); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.method = T::InstanceMethodCallbackWrapper; + desc.data = callbackData; + desc.attributes = attributes; + return desc; +} + +template +template ::InstanceVoidMethodCallback method> +inline ClassPropertyDescriptor InstanceWrap::InstanceMethod( + const char* utf8name, napi_property_attributes attributes, void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.method = details::TemplatedInstanceVoidCallback; + desc.data = data; + desc.attributes = attributes; + return desc; +} + +template +template ::InstanceMethodCallback method> +inline ClassPropertyDescriptor InstanceWrap::InstanceMethod( + const char* utf8name, napi_property_attributes attributes, void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.method = details::TemplatedInstanceCallback; + desc.data = data; + desc.attributes = attributes; + return desc; +} + +template +template ::InstanceVoidMethodCallback method> +inline ClassPropertyDescriptor InstanceWrap::InstanceMethod( + Symbol name, napi_property_attributes attributes, void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.method = details::TemplatedInstanceVoidCallback; + desc.data = data; + desc.attributes = attributes; + return desc; +} + +template +template ::InstanceMethodCallback method> +inline ClassPropertyDescriptor InstanceWrap::InstanceMethod( + Symbol name, napi_property_attributes attributes, void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.method = details::TemplatedInstanceCallback; + desc.data = data; + desc.attributes = attributes; + return desc; +} + +template +inline ClassPropertyDescriptor InstanceWrap::InstanceAccessor( + const char* utf8name, + InstanceGetterCallback getter, + InstanceSetterCallback setter, + napi_property_attributes attributes, + void* data) { + InstanceAccessorCallbackData* callbackData = + new InstanceAccessorCallbackData({getter, setter, data}); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.getter = getter != nullptr ? T::InstanceGetterCallbackWrapper : nullptr; + desc.setter = setter != nullptr ? T::InstanceSetterCallbackWrapper : nullptr; + desc.data = callbackData; + desc.attributes = attributes; + return desc; +} + +template +inline ClassPropertyDescriptor InstanceWrap::InstanceAccessor( + Symbol name, + InstanceGetterCallback getter, + InstanceSetterCallback setter, + napi_property_attributes attributes, + void* data) { + InstanceAccessorCallbackData* callbackData = + new InstanceAccessorCallbackData({getter, setter, data}); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.getter = getter != nullptr ? T::InstanceGetterCallbackWrapper : nullptr; + desc.setter = setter != nullptr ? T::InstanceSetterCallbackWrapper : nullptr; + desc.data = callbackData; + desc.attributes = attributes; + return desc; +} + +template +template ::InstanceGetterCallback getter, + typename InstanceWrap::InstanceSetterCallback setter> +inline ClassPropertyDescriptor InstanceWrap::InstanceAccessor( + const char* utf8name, napi_property_attributes attributes, void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.getter = details::TemplatedInstanceCallback; + desc.setter = This::WrapSetter(This::SetterTag()); + desc.data = data; + desc.attributes = attributes; + return desc; +} + +template +template ::InstanceGetterCallback getter, + typename InstanceWrap::InstanceSetterCallback setter> +inline ClassPropertyDescriptor InstanceWrap::InstanceAccessor( + Symbol name, napi_property_attributes attributes, void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.getter = details::TemplatedInstanceCallback; + desc.setter = This::WrapSetter(This::SetterTag()); + desc.data = data; + desc.attributes = attributes; + return desc; +} + +template +inline ClassPropertyDescriptor InstanceWrap::InstanceValue( + const char* utf8name, + Napi::Value value, + napi_property_attributes attributes) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.value = value; + desc.attributes = attributes; + return desc; +} + +template +inline ClassPropertyDescriptor InstanceWrap::InstanceValue( + Symbol name, Napi::Value value, napi_property_attributes attributes) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.value = value; + desc.attributes = attributes; + return desc; +} + +template +inline napi_value InstanceWrap::InstanceVoidMethodCallbackWrapper( + napi_env env, napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + InstanceVoidMethodCallbackData* callbackData = + reinterpret_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + T* instance = T::Unwrap(callbackInfo.This().As()); + auto cb = callbackData->callback; + if (instance) (instance->*cb)(callbackInfo); + return nullptr; + }); +} + +template +inline napi_value InstanceWrap::InstanceMethodCallbackWrapper( + napi_env env, napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + InstanceMethodCallbackData* callbackData = + reinterpret_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + T* instance = T::Unwrap(callbackInfo.This().As()); + auto cb = callbackData->callback; + return instance ? (instance->*cb)(callbackInfo) : Napi::Value(); + }); +} + +template +inline napi_value InstanceWrap::InstanceGetterCallbackWrapper( + napi_env env, napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + InstanceAccessorCallbackData* callbackData = + reinterpret_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + T* instance = T::Unwrap(callbackInfo.This().As()); + auto cb = callbackData->getterCallback; + return instance ? (instance->*cb)(callbackInfo) : Napi::Value(); + }); +} + +template +inline napi_value InstanceWrap::InstanceSetterCallbackWrapper( + napi_env env, napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + InstanceAccessorCallbackData* callbackData = + reinterpret_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + T* instance = T::Unwrap(callbackInfo.This().As()); + auto cb = callbackData->setterCallback; + if (instance) (instance->*cb)(callbackInfo, callbackInfo[0]); + return nullptr; + }); +} + +template +template ::InstanceSetterCallback method> +inline napi_value InstanceWrap::WrappedMethod( + napi_env env, napi_callback_info info) NAPI_NOEXCEPT { + return details::WrapCallback([&] { + const CallbackInfo cbInfo(env, info); + T* instance = T::Unwrap(cbInfo.This().As()); + if (instance) (instance->*method)(cbInfo, cbInfo[0]); + return nullptr; + }); +} + +//////////////////////////////////////////////////////////////////////////////// +// ObjectWrap class +//////////////////////////////////////////////////////////////////////////////// + +template +inline ObjectWrap::ObjectWrap(const Napi::CallbackInfo& callbackInfo) { + napi_env env = callbackInfo.Env(); + napi_value wrapper = callbackInfo.This(); + napi_status status; + napi_ref ref; + T* instance = static_cast(this); + status = napi_wrap(env, wrapper, instance, FinalizeCallback, nullptr, &ref); + NAPI_THROW_IF_FAILED_VOID(env, status); + + Reference* instanceRef = instance; + *instanceRef = Reference(env, ref); +} + +template +inline ObjectWrap::~ObjectWrap() { + // If the JS object still exists at this point, remove the finalizer added + // through `napi_wrap()`. + if (!IsEmpty()) { + Object object = Value(); + // It is not valid to call `napi_remove_wrap()` with an empty `object`. + // This happens e.g. during garbage collection. + if (!object.IsEmpty() && _construction_failed) { + napi_remove_wrap(Env(), object, nullptr); + } + } +} + +template +inline T* ObjectWrap::Unwrap(Object wrapper) { + void* unwrapped; + napi_status status = napi_unwrap(wrapper.Env(), wrapper, &unwrapped); + NAPI_THROW_IF_FAILED(wrapper.Env(), status, nullptr); + return static_cast(unwrapped); +} + +template +inline Function ObjectWrap::DefineClass( + Napi::Env env, + const char* utf8name, + const size_t props_count, + const napi_property_descriptor* descriptors, + void* data) { + napi_status status; + std::vector props(props_count); + + // We copy the descriptors to a local array because before defining the class + // we must replace static method property descriptors with value property + // descriptors such that the value is a function-valued `napi_value` created + // with `CreateFunction()`. + // + // This replacement could be made for instance methods as well, but V8 aborts + // if we do that, because it expects methods defined on the prototype template + // to have `FunctionTemplate`s. + for (size_t index = 0; index < props_count; index++) { + props[index] = descriptors[index]; + napi_property_descriptor* prop = &props[index]; + if (prop->method == T::StaticMethodCallbackWrapper) { + status = + CreateFunction(env, + utf8name, + prop->method, + static_cast(prop->data), + &(prop->value)); + NAPI_THROW_IF_FAILED(env, status, Function()); + prop->method = nullptr; + prop->data = nullptr; + } else if (prop->method == T::StaticVoidMethodCallbackWrapper) { + status = + CreateFunction(env, + utf8name, + prop->method, + static_cast(prop->data), + &(prop->value)); + NAPI_THROW_IF_FAILED(env, status, Function()); + prop->method = nullptr; + prop->data = nullptr; + } + } + + napi_value value; + status = napi_define_class(env, + utf8name, + NAPI_AUTO_LENGTH, + T::ConstructorCallbackWrapper, + data, + props_count, + props.data(), + &value); + NAPI_THROW_IF_FAILED(env, status, Function()); + + // After defining the class we iterate once more over the property descriptors + // and attach the data associated with accessors and instance methods to the + // newly created JavaScript class. + for (size_t idx = 0; idx < props_count; idx++) { + const napi_property_descriptor* prop = &props[idx]; + + if (prop->getter == T::StaticGetterCallbackWrapper || + prop->setter == T::StaticSetterCallbackWrapper) { + status = Napi::details::AttachData( + env, value, static_cast(prop->data)); + NAPI_THROW_IF_FAILED(env, status, Function()); + } else { + // InstanceWrap::AttachPropData is responsible for attaching the data + // of instance methods and accessors. + T::AttachPropData(env, value, prop); + } + } + + return Function(env, value); +} + +template +inline Function ObjectWrap::DefineClass( + Napi::Env env, + const char* utf8name, + const std::initializer_list>& properties, + void* data) { + return DefineClass( + env, + utf8name, + properties.size(), + reinterpret_cast(properties.begin()), + data); +} + +template +inline Function ObjectWrap::DefineClass( + Napi::Env env, + const char* utf8name, + const std::vector>& properties, + void* data) { + return DefineClass( + env, + utf8name, + properties.size(), + reinterpret_cast(properties.data()), + data); +} + +template +inline ClassPropertyDescriptor ObjectWrap::StaticMethod( + const char* utf8name, + StaticVoidMethodCallback method, + napi_property_attributes attributes, + void* data) { + StaticVoidMethodCallbackData* callbackData = + new StaticVoidMethodCallbackData({method, data}); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.method = T::StaticVoidMethodCallbackWrapper; + desc.data = callbackData; + desc.attributes = + static_cast(attributes | napi_static); + return desc; +} + +template +inline ClassPropertyDescriptor ObjectWrap::StaticMethod( + const char* utf8name, + StaticMethodCallback method, + napi_property_attributes attributes, + void* data) { + StaticMethodCallbackData* callbackData = + new StaticMethodCallbackData({method, data}); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.method = T::StaticMethodCallbackWrapper; + desc.data = callbackData; + desc.attributes = + static_cast(attributes | napi_static); + return desc; +} + +template +inline ClassPropertyDescriptor ObjectWrap::StaticMethod( + Symbol name, + StaticVoidMethodCallback method, + napi_property_attributes attributes, + void* data) { + StaticVoidMethodCallbackData* callbackData = + new StaticVoidMethodCallbackData({method, data}); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.method = T::StaticVoidMethodCallbackWrapper; + desc.data = callbackData; + desc.attributes = + static_cast(attributes | napi_static); + return desc; +} + +template +inline ClassPropertyDescriptor ObjectWrap::StaticMethod( + Symbol name, + StaticMethodCallback method, + napi_property_attributes attributes, + void* data) { + StaticMethodCallbackData* callbackData = + new StaticMethodCallbackData({method, data}); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.method = T::StaticMethodCallbackWrapper; + desc.data = callbackData; + desc.attributes = + static_cast(attributes | napi_static); + return desc; +} + +template +template ::StaticVoidMethodCallback method> +inline ClassPropertyDescriptor ObjectWrap::StaticMethod( + const char* utf8name, napi_property_attributes attributes, void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.method = details::TemplatedVoidCallback; + desc.data = data; + desc.attributes = + static_cast(attributes | napi_static); + return desc; +} + +template +template ::StaticVoidMethodCallback method> +inline ClassPropertyDescriptor ObjectWrap::StaticMethod( + Symbol name, napi_property_attributes attributes, void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.method = details::TemplatedVoidCallback; + desc.data = data; + desc.attributes = + static_cast(attributes | napi_static); + return desc; +} + +template +template ::StaticMethodCallback method> +inline ClassPropertyDescriptor ObjectWrap::StaticMethod( + const char* utf8name, napi_property_attributes attributes, void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.method = details::TemplatedCallback; + desc.data = data; + desc.attributes = + static_cast(attributes | napi_static); + return desc; +} + +template +template ::StaticMethodCallback method> +inline ClassPropertyDescriptor ObjectWrap::StaticMethod( + Symbol name, napi_property_attributes attributes, void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.method = details::TemplatedCallback; + desc.data = data; + desc.attributes = + static_cast(attributes | napi_static); + return desc; +} + +template +inline ClassPropertyDescriptor ObjectWrap::StaticAccessor( + const char* utf8name, + StaticGetterCallback getter, + StaticSetterCallback setter, + napi_property_attributes attributes, + void* data) { + StaticAccessorCallbackData* callbackData = + new StaticAccessorCallbackData({getter, setter, data}); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.getter = getter != nullptr ? T::StaticGetterCallbackWrapper : nullptr; + desc.setter = setter != nullptr ? T::StaticSetterCallbackWrapper : nullptr; + desc.data = callbackData; + desc.attributes = + static_cast(attributes | napi_static); + return desc; +} + +template +inline ClassPropertyDescriptor ObjectWrap::StaticAccessor( + Symbol name, + StaticGetterCallback getter, + StaticSetterCallback setter, + napi_property_attributes attributes, + void* data) { + StaticAccessorCallbackData* callbackData = + new StaticAccessorCallbackData({getter, setter, data}); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.getter = getter != nullptr ? T::StaticGetterCallbackWrapper : nullptr; + desc.setter = setter != nullptr ? T::StaticSetterCallbackWrapper : nullptr; + desc.data = callbackData; + desc.attributes = + static_cast(attributes | napi_static); + return desc; +} + +template +template ::StaticGetterCallback getter, + typename ObjectWrap::StaticSetterCallback setter> +inline ClassPropertyDescriptor ObjectWrap::StaticAccessor( + const char* utf8name, napi_property_attributes attributes, void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.getter = details::TemplatedCallback; + desc.setter = This::WrapStaticSetter(This::StaticSetterTag()); + desc.data = data; + desc.attributes = + static_cast(attributes | napi_static); + return desc; +} + +template +template ::StaticGetterCallback getter, + typename ObjectWrap::StaticSetterCallback setter> +inline ClassPropertyDescriptor ObjectWrap::StaticAccessor( + Symbol name, napi_property_attributes attributes, void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.getter = details::TemplatedCallback; + desc.setter = This::WrapStaticSetter(This::StaticSetterTag()); + desc.data = data; + desc.attributes = + static_cast(attributes | napi_static); + return desc; +} + +template +inline ClassPropertyDescriptor ObjectWrap::StaticValue( + const char* utf8name, + Napi::Value value, + napi_property_attributes attributes) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.value = value; + desc.attributes = + static_cast(attributes | napi_static); + return desc; +} + +template +inline ClassPropertyDescriptor ObjectWrap::StaticValue( + Symbol name, Napi::Value value, napi_property_attributes attributes) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.value = value; + desc.attributes = + static_cast(attributes | napi_static); + return desc; +} + +template +inline Value ObjectWrap::OnCalledAsFunction( + const Napi::CallbackInfo& callbackInfo) { + NAPI_THROW( + TypeError::New(callbackInfo.Env(), + "Class constructors cannot be invoked without 'new'"), + Napi::Value()); +} + +template +inline void ObjectWrap::Finalize(Napi::Env /*env*/) {} + +template +inline napi_value ObjectWrap::ConstructorCallbackWrapper( + napi_env env, napi_callback_info info) { + napi_value new_target; + napi_status status = napi_get_new_target(env, info, &new_target); + if (status != napi_ok) return nullptr; + + bool isConstructCall = (new_target != nullptr); + if (!isConstructCall) { + return details::WrapCallback( + [&] { return T::OnCalledAsFunction(CallbackInfo(env, info)); }); + } + + napi_value wrapper = details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + T* instance = new T(callbackInfo); +#ifdef NAPI_CPP_EXCEPTIONS + instance->_construction_failed = false; +#else + if (callbackInfo.Env().IsExceptionPending()) { + // We need to clear the exception so that removing the wrap might work. + Error e = callbackInfo.Env().GetAndClearPendingException(); + delete instance; + e.ThrowAsJavaScriptException(); + } else { + instance->_construction_failed = false; + } +#endif // NAPI_CPP_EXCEPTIONS + return callbackInfo.This(); + }); + + return wrapper; +} + +template +inline napi_value ObjectWrap::StaticVoidMethodCallbackWrapper( + napi_env env, napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + StaticVoidMethodCallbackData* callbackData = + reinterpret_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + callbackData->callback(callbackInfo); + return nullptr; + }); +} + +template +inline napi_value ObjectWrap::StaticMethodCallbackWrapper( + napi_env env, napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + StaticMethodCallbackData* callbackData = + reinterpret_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + return callbackData->callback(callbackInfo); + }); +} + +template +inline napi_value ObjectWrap::StaticGetterCallbackWrapper( + napi_env env, napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + StaticAccessorCallbackData* callbackData = + reinterpret_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + return callbackData->getterCallback(callbackInfo); + }); +} + +template +inline napi_value ObjectWrap::StaticSetterCallbackWrapper( + napi_env env, napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + StaticAccessorCallbackData* callbackData = + reinterpret_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + callbackData->setterCallback(callbackInfo, callbackInfo[0]); + return nullptr; + }); +} + +template +inline void ObjectWrap::FinalizeCallback(napi_env env, + void* data, + void* /*hint*/) { + HandleScope scope(env); + T* instance = static_cast(data); + instance->Finalize(Napi::Env(env)); + delete instance; +} + +template +template ::StaticSetterCallback method> +inline napi_value ObjectWrap::WrappedMethod( + napi_env env, napi_callback_info info) NAPI_NOEXCEPT { + return details::WrapCallback([&] { + const CallbackInfo cbInfo(env, info); + method(cbInfo, cbInfo[0]); + return nullptr; + }); +} + +//////////////////////////////////////////////////////////////////////////////// +// HandleScope class +//////////////////////////////////////////////////////////////////////////////// + +inline HandleScope::HandleScope(napi_env env, napi_handle_scope scope) + : _env(env), _scope(scope) {} + +inline HandleScope::HandleScope(Napi::Env env) : _env(env) { + napi_status status = napi_open_handle_scope(_env, &_scope); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline HandleScope::~HandleScope() { + napi_status status = napi_close_handle_scope(_env, _scope); + NAPI_FATAL_IF_FAILED( + status, "HandleScope::~HandleScope", "napi_close_handle_scope"); +} + +inline HandleScope::operator napi_handle_scope() const { + return _scope; +} + +inline Napi::Env HandleScope::Env() const { + return Napi::Env(_env); +} + +//////////////////////////////////////////////////////////////////////////////// +// EscapableHandleScope class +//////////////////////////////////////////////////////////////////////////////// + +inline EscapableHandleScope::EscapableHandleScope( + napi_env env, napi_escapable_handle_scope scope) + : _env(env), _scope(scope) {} + +inline EscapableHandleScope::EscapableHandleScope(Napi::Env env) : _env(env) { + napi_status status = napi_open_escapable_handle_scope(_env, &_scope); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline EscapableHandleScope::~EscapableHandleScope() { + napi_status status = napi_close_escapable_handle_scope(_env, _scope); + NAPI_FATAL_IF_FAILED(status, + "EscapableHandleScope::~EscapableHandleScope", + "napi_close_escapable_handle_scope"); +} + +inline EscapableHandleScope::operator napi_escapable_handle_scope() const { + return _scope; +} + +inline Napi::Env EscapableHandleScope::Env() const { + return Napi::Env(_env); +} + +inline Value EscapableHandleScope::Escape(napi_value escapee) { + napi_value result; + napi_status status = napi_escape_handle(_env, _scope, escapee, &result); + NAPI_THROW_IF_FAILED(_env, status, Value()); + return Value(_env, result); +} + +#if (NAPI_VERSION > 2) +//////////////////////////////////////////////////////////////////////////////// +// CallbackScope class +//////////////////////////////////////////////////////////////////////////////// + +inline CallbackScope::CallbackScope(napi_env env, napi_callback_scope scope) + : _env(env), _scope(scope) {} + +inline CallbackScope::CallbackScope(napi_env env, napi_async_context context) + : _env(env) { + napi_status status = + napi_open_callback_scope(_env, Object::New(env), context, &_scope); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline CallbackScope::~CallbackScope() { + napi_status status = napi_close_callback_scope(_env, _scope); + NAPI_FATAL_IF_FAILED( + status, "CallbackScope::~CallbackScope", "napi_close_callback_scope"); +} + +inline CallbackScope::operator napi_callback_scope() const { + return _scope; +} + +inline Napi::Env CallbackScope::Env() const { + return Napi::Env(_env); +} +#endif + +//////////////////////////////////////////////////////////////////////////////// +// AsyncContext class +//////////////////////////////////////////////////////////////////////////////// + +inline AsyncContext::AsyncContext(napi_env env, const char* resource_name) + : AsyncContext(env, resource_name, Object::New(env)) {} + +inline AsyncContext::AsyncContext(napi_env env, + const char* resource_name, + const Object& resource) + : _env(env), _context(nullptr) { + napi_value resource_id; + napi_status status = napi_create_string_utf8( + _env, resource_name, NAPI_AUTO_LENGTH, &resource_id); + NAPI_THROW_IF_FAILED_VOID(_env, status); + + status = napi_async_init(_env, resource, resource_id, &_context); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline AsyncContext::~AsyncContext() { + if (_context != nullptr) { + napi_async_destroy(_env, _context); + _context = nullptr; + } +} + +inline AsyncContext::AsyncContext(AsyncContext&& other) { + _env = other._env; + other._env = nullptr; + _context = other._context; + other._context = nullptr; +} + +inline AsyncContext& AsyncContext::operator=(AsyncContext&& other) { + _env = other._env; + other._env = nullptr; + _context = other._context; + other._context = nullptr; + return *this; +} + +inline AsyncContext::operator napi_async_context() const { + return _context; +} + +inline Napi::Env AsyncContext::Env() const { + return Napi::Env(_env); +} + +//////////////////////////////////////////////////////////////////////////////// +// AsyncWorker class +//////////////////////////////////////////////////////////////////////////////// + +#if NAPI_HAS_THREADS + +inline AsyncWorker::AsyncWorker(const Function& callback) + : AsyncWorker(callback, "generic") {} + +inline AsyncWorker::AsyncWorker(const Function& callback, + const char* resource_name) + : AsyncWorker(callback, resource_name, Object::New(callback.Env())) {} + +inline AsyncWorker::AsyncWorker(const Function& callback, + const char* resource_name, + const Object& resource) + : AsyncWorker( + Object::New(callback.Env()), callback, resource_name, resource) {} + +inline AsyncWorker::AsyncWorker(const Object& receiver, + const Function& callback) + : AsyncWorker(receiver, callback, "generic") {} + +inline AsyncWorker::AsyncWorker(const Object& receiver, + const Function& callback, + const char* resource_name) + : AsyncWorker( + receiver, callback, resource_name, Object::New(callback.Env())) {} + +inline AsyncWorker::AsyncWorker(const Object& receiver, + const Function& callback, + const char* resource_name, + const Object& resource) + : _env(callback.Env()), + _receiver(Napi::Persistent(receiver)), + _callback(Napi::Persistent(callback)), + _suppress_destruct(false) { + napi_value resource_id; + napi_status status = napi_create_string_latin1( + _env, resource_name, NAPI_AUTO_LENGTH, &resource_id); + NAPI_THROW_IF_FAILED_VOID(_env, status); + + status = napi_create_async_work(_env, + resource, + resource_id, + OnAsyncWorkExecute, + OnAsyncWorkComplete, + this, + &_work); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline AsyncWorker::AsyncWorker(Napi::Env env) : AsyncWorker(env, "generic") {} + +inline AsyncWorker::AsyncWorker(Napi::Env env, const char* resource_name) + : AsyncWorker(env, resource_name, Object::New(env)) {} + +inline AsyncWorker::AsyncWorker(Napi::Env env, + const char* resource_name, + const Object& resource) + : _env(env), _receiver(), _callback(), _suppress_destruct(false) { + napi_value resource_id; + napi_status status = napi_create_string_latin1( + _env, resource_name, NAPI_AUTO_LENGTH, &resource_id); + NAPI_THROW_IF_FAILED_VOID(_env, status); + + status = napi_create_async_work(_env, + resource, + resource_id, + OnAsyncWorkExecute, + OnAsyncWorkComplete, + this, + &_work); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline AsyncWorker::~AsyncWorker() { + if (_work != nullptr) { + napi_delete_async_work(_env, _work); + _work = nullptr; + } +} + +inline void AsyncWorker::Destroy() { + delete this; +} + +inline AsyncWorker::operator napi_async_work() const { + return _work; +} + +inline Napi::Env AsyncWorker::Env() const { + return Napi::Env(_env); +} + +inline void AsyncWorker::Queue() { + napi_status status = napi_queue_async_work(_env, _work); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline void AsyncWorker::Cancel() { + napi_status status = napi_cancel_async_work(_env, _work); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline ObjectReference& AsyncWorker::Receiver() { + return _receiver; +} + +inline FunctionReference& AsyncWorker::Callback() { + return _callback; +} + +inline void AsyncWorker::SuppressDestruct() { + _suppress_destruct = true; +} + +inline void AsyncWorker::OnOK() { + if (!_callback.IsEmpty()) { + _callback.Call(_receiver.Value(), GetResult(_callback.Env())); + } +} + +inline void AsyncWorker::OnError(const Error& e) { + if (!_callback.IsEmpty()) { + _callback.Call(_receiver.Value(), + std::initializer_list{e.Value()}); + } +} + +inline void AsyncWorker::SetError(const std::string& error) { + _error = error; +} + +inline std::vector AsyncWorker::GetResult(Napi::Env /*env*/) { + return {}; +} +// The OnAsyncWorkExecute method receives an napi_env argument. However, do NOT +// use it within this method, as it does not run on the JavaScript thread and +// must not run any method that would cause JavaScript to run. In practice, +// this means that almost any use of napi_env will be incorrect. +inline void AsyncWorker::OnAsyncWorkExecute(napi_env env, void* asyncworker) { + AsyncWorker* self = static_cast(asyncworker); + self->OnExecute(env); +} +// The OnExecute method receives an napi_env argument. However, do NOT +// use it within this method, as it does not run on the JavaScript thread and +// must not run any method that would cause JavaScript to run. In practice, +// this means that almost any use of napi_env will be incorrect. +inline void AsyncWorker::OnExecute(Napi::Env /*DO_NOT_USE*/) { +#ifdef NAPI_CPP_EXCEPTIONS + try { + Execute(); + } catch (const std::exception& e) { + SetError(e.what()); + } +#else // NAPI_CPP_EXCEPTIONS + Execute(); +#endif // NAPI_CPP_EXCEPTIONS +} + +inline void AsyncWorker::OnAsyncWorkComplete(napi_env env, + napi_status status, + void* asyncworker) { + AsyncWorker* self = static_cast(asyncworker); + self->OnWorkComplete(env, status); +} +inline void AsyncWorker::OnWorkComplete(Napi::Env /*env*/, napi_status status) { + if (status != napi_cancelled) { + HandleScope scope(_env); + details::WrapCallback([&] { + if (_error.size() == 0) { + OnOK(); + } else { + OnError(Error::New(_env, _error)); + } + return nullptr; + }); + } + if (!_suppress_destruct) { + Destroy(); + } +} + +#endif // NAPI_HAS_THREADS + +#if (NAPI_VERSION > 3 && NAPI_HAS_THREADS) +//////////////////////////////////////////////////////////////////////////////// +// TypedThreadSafeFunction class +//////////////////////////////////////////////////////////////////////////////// + +// Starting with NAPI 5, the JavaScript function `func` parameter of +// `napi_create_threadsafe_function` is optional. +#if NAPI_VERSION > 4 +// static, with Callback [missing] Resource [missing] Finalizer [missing] +template +template +inline TypedThreadSafeFunction +TypedThreadSafeFunction::New( + napi_env env, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context) { + TypedThreadSafeFunction tsfn; + + napi_status status = + napi_create_threadsafe_function(env, + nullptr, + nullptr, + String::From(env, resourceName), + maxQueueSize, + initialThreadCount, + nullptr, + nullptr, + context, + CallJsInternal, + &tsfn._tsfn); + if (status != napi_ok) { + NAPI_THROW_IF_FAILED( + env, status, TypedThreadSafeFunction()); + } + + return tsfn; +} + +// static, with Callback [missing] Resource [passed] Finalizer [missing] +template +template +inline TypedThreadSafeFunction +TypedThreadSafeFunction::New( + napi_env env, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context) { + TypedThreadSafeFunction tsfn; + + napi_status status = + napi_create_threadsafe_function(env, + nullptr, + resource, + String::From(env, resourceName), + maxQueueSize, + initialThreadCount, + nullptr, + nullptr, + context, + CallJsInternal, + &tsfn._tsfn); + if (status != napi_ok) { + NAPI_THROW_IF_FAILED( + env, status, TypedThreadSafeFunction()); + } + + return tsfn; +} + +// static, with Callback [missing] Resource [missing] Finalizer [passed] +template +template +inline TypedThreadSafeFunction +TypedThreadSafeFunction::New( + napi_env env, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data) { + TypedThreadSafeFunction tsfn; + + auto* finalizeData = new details:: + ThreadSafeFinalize( + {data, finalizeCallback}); + napi_status status = napi_create_threadsafe_function( + env, + nullptr, + nullptr, + String::From(env, resourceName), + maxQueueSize, + initialThreadCount, + finalizeData, + details::ThreadSafeFinalize:: + FinalizeFinalizeWrapperWithDataAndContext, + context, + CallJsInternal, + &tsfn._tsfn); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED( + env, status, TypedThreadSafeFunction()); + } + + return tsfn; +} + +// static, with Callback [missing] Resource [passed] Finalizer [passed] +template +template +inline TypedThreadSafeFunction +TypedThreadSafeFunction::New( + napi_env env, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data) { + TypedThreadSafeFunction tsfn; + + auto* finalizeData = new details:: + ThreadSafeFinalize( + {data, finalizeCallback}); + napi_status status = napi_create_threadsafe_function( + env, + nullptr, + resource, + String::From(env, resourceName), + maxQueueSize, + initialThreadCount, + finalizeData, + details::ThreadSafeFinalize:: + FinalizeFinalizeWrapperWithDataAndContext, + context, + CallJsInternal, + &tsfn._tsfn); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED( + env, status, TypedThreadSafeFunction()); + } + + return tsfn; +} +#endif + +// static, with Callback [passed] Resource [missing] Finalizer [missing] +template +template +inline TypedThreadSafeFunction +TypedThreadSafeFunction::New( + napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context) { + TypedThreadSafeFunction tsfn; + + napi_status status = + napi_create_threadsafe_function(env, + callback, + nullptr, + String::From(env, resourceName), + maxQueueSize, + initialThreadCount, + nullptr, + nullptr, + context, + CallJsInternal, + &tsfn._tsfn); + if (status != napi_ok) { + NAPI_THROW_IF_FAILED( + env, status, TypedThreadSafeFunction()); + } + + return tsfn; +} + +// static, with Callback [passed] Resource [passed] Finalizer [missing] +template +template +inline TypedThreadSafeFunction +TypedThreadSafeFunction::New( + napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context) { + TypedThreadSafeFunction tsfn; + + napi_status status = + napi_create_threadsafe_function(env, + callback, + resource, + String::From(env, resourceName), + maxQueueSize, + initialThreadCount, + nullptr, + nullptr, + context, + CallJsInternal, + &tsfn._tsfn); + if (status != napi_ok) { + NAPI_THROW_IF_FAILED( + env, status, TypedThreadSafeFunction()); + } + + return tsfn; +} + +// static, with Callback [passed] Resource [missing] Finalizer [passed] +template +template +inline TypedThreadSafeFunction +TypedThreadSafeFunction::New( + napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data) { + TypedThreadSafeFunction tsfn; + + auto* finalizeData = new details:: + ThreadSafeFinalize( + {data, finalizeCallback}); + napi_status status = napi_create_threadsafe_function( + env, + callback, + nullptr, + String::From(env, resourceName), + maxQueueSize, + initialThreadCount, + finalizeData, + details::ThreadSafeFinalize:: + FinalizeFinalizeWrapperWithDataAndContext, + context, + CallJsInternal, + &tsfn._tsfn); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED( + env, status, TypedThreadSafeFunction()); + } + + return tsfn; +} + +// static, with: Callback [passed] Resource [passed] Finalizer [passed] +template +template +inline TypedThreadSafeFunction +TypedThreadSafeFunction::New( + napi_env env, + CallbackType callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data) { + TypedThreadSafeFunction tsfn; + + auto* finalizeData = new details:: + ThreadSafeFinalize( + {data, finalizeCallback}); + napi_status status = napi_create_threadsafe_function( + env, + details::DefaultCallbackWrapper< + CallbackType, + TypedThreadSafeFunction>(env, + callback), + resource, + String::From(env, resourceName), + maxQueueSize, + initialThreadCount, + finalizeData, + details::ThreadSafeFinalize:: + FinalizeFinalizeWrapperWithDataAndContext, + context, + CallJsInternal, + &tsfn._tsfn); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED( + env, status, TypedThreadSafeFunction()); + } + + return tsfn; +} + +template +inline TypedThreadSafeFunction:: + TypedThreadSafeFunction() + : _tsfn() {} + +template +inline TypedThreadSafeFunction:: + TypedThreadSafeFunction(napi_threadsafe_function tsfn) + : _tsfn(tsfn) {} + +template +inline TypedThreadSafeFunction:: +operator napi_threadsafe_function() const { + return _tsfn; +} + +template +inline napi_status +TypedThreadSafeFunction::BlockingCall( + DataType* data) const { + return napi_call_threadsafe_function(_tsfn, data, napi_tsfn_blocking); +} + +template +inline napi_status +TypedThreadSafeFunction::NonBlockingCall( + DataType* data) const { + return napi_call_threadsafe_function(_tsfn, data, napi_tsfn_nonblocking); +} + +template +inline void TypedThreadSafeFunction::Ref( + napi_env env) const { + if (_tsfn != nullptr) { + napi_status status = napi_ref_threadsafe_function(env, _tsfn); + NAPI_THROW_IF_FAILED_VOID(env, status); + } +} + +template +inline void TypedThreadSafeFunction::Unref( + napi_env env) const { + if (_tsfn != nullptr) { + napi_status status = napi_unref_threadsafe_function(env, _tsfn); + NAPI_THROW_IF_FAILED_VOID(env, status); + } +} + +template +inline napi_status +TypedThreadSafeFunction::Acquire() const { + return napi_acquire_threadsafe_function(_tsfn); +} + +template +inline napi_status +TypedThreadSafeFunction::Release() const { + return napi_release_threadsafe_function(_tsfn, napi_tsfn_release); +} + +template +inline napi_status +TypedThreadSafeFunction::Abort() const { + return napi_release_threadsafe_function(_tsfn, napi_tsfn_abort); +} + +template +inline ContextType* +TypedThreadSafeFunction::GetContext() const { + void* context; + napi_status status = napi_get_threadsafe_function_context(_tsfn, &context); + NAPI_FATAL_IF_FAILED(status, + "TypedThreadSafeFunction::GetContext", + "napi_get_threadsafe_function_context"); + return static_cast(context); +} + +// static +template +void TypedThreadSafeFunction::CallJsInternal( + napi_env env, napi_value jsCallback, void* context, void* data) { + details::CallJsWrapper( + env, jsCallback, context, data); +} + +#if NAPI_VERSION == 4 +// static +template +Napi::Function +TypedThreadSafeFunction::EmptyFunctionFactory( + Napi::Env env) { + return Napi::Function::New(env, [](const CallbackInfo& cb) {}); +} + +// static +template +Napi::Function +TypedThreadSafeFunction::FunctionOrEmpty( + Napi::Env env, Napi::Function& callback) { + if (callback.IsEmpty()) { + return EmptyFunctionFactory(env); + } + return callback; +} + +#else +// static +template +std::nullptr_t +TypedThreadSafeFunction::EmptyFunctionFactory( + Napi::Env /*env*/) { + return nullptr; +} + +// static +template +Napi::Function +TypedThreadSafeFunction::FunctionOrEmpty( + Napi::Env /*env*/, Napi::Function& callback) { + return callback; +} + +#endif + +//////////////////////////////////////////////////////////////////////////////// +// ThreadSafeFunction class +//////////////////////////////////////////////////////////////////////////////// + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount) { + return New( + env, callback, Object(), resourceName, maxQueueSize, initialThreadCount); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context) { + return New(env, + callback, + Object(), + resourceName, + maxQueueSize, + initialThreadCount, + context); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + Finalizer finalizeCallback) { + return New(env, + callback, + Object(), + resourceName, + maxQueueSize, + initialThreadCount, + finalizeCallback); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + Finalizer finalizeCallback, + FinalizerDataType* data) { + return New(env, + callback, + Object(), + resourceName, + maxQueueSize, + initialThreadCount, + finalizeCallback, + data); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback) { + return New(env, + callback, + Object(), + resourceName, + maxQueueSize, + initialThreadCount, + context, + finalizeCallback); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data) { + return New(env, + callback, + Object(), + resourceName, + maxQueueSize, + initialThreadCount, + context, + finalizeCallback, + data); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount) { + return New(env, + callback, + resource, + resourceName, + maxQueueSize, + initialThreadCount, + static_cast(nullptr) /* context */); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context) { + return New(env, + callback, + resource, + resourceName, + maxQueueSize, + initialThreadCount, + context, + [](Env, ContextType*) {} /* empty finalizer */); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + Finalizer finalizeCallback) { + return New(env, + callback, + resource, + resourceName, + maxQueueSize, + initialThreadCount, + static_cast(nullptr) /* context */, + finalizeCallback, + static_cast(nullptr) /* data */, + details::ThreadSafeFinalize::Wrapper); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + Finalizer finalizeCallback, + FinalizerDataType* data) { + return New(env, + callback, + resource, + resourceName, + maxQueueSize, + initialThreadCount, + static_cast(nullptr) /* context */, + finalizeCallback, + data, + details::ThreadSafeFinalize:: + FinalizeWrapperWithData); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback) { + return New( + env, + callback, + resource, + resourceName, + maxQueueSize, + initialThreadCount, + context, + finalizeCallback, + static_cast(nullptr) /* data */, + details::ThreadSafeFinalize::FinalizeWrapperWithContext); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data) { + return New( + env, + callback, + resource, + resourceName, + maxQueueSize, + initialThreadCount, + context, + finalizeCallback, + data, + details::ThreadSafeFinalize:: + FinalizeFinalizeWrapperWithDataAndContext); +} + +inline ThreadSafeFunction::ThreadSafeFunction() : _tsfn() {} + +inline ThreadSafeFunction::ThreadSafeFunction(napi_threadsafe_function tsfn) + : _tsfn(tsfn) {} + +inline ThreadSafeFunction::operator napi_threadsafe_function() const { + return _tsfn; +} + +inline napi_status ThreadSafeFunction::BlockingCall() const { + return CallInternal(nullptr, napi_tsfn_blocking); +} + +template <> +inline napi_status ThreadSafeFunction::BlockingCall(void* data) const { + return napi_call_threadsafe_function(_tsfn, data, napi_tsfn_blocking); +} + +template +inline napi_status ThreadSafeFunction::BlockingCall(Callback callback) const { + return CallInternal(new CallbackWrapper(callback), napi_tsfn_blocking); +} + +template +inline napi_status ThreadSafeFunction::BlockingCall(DataType* data, + Callback callback) const { + auto wrapper = [data, callback](Env env, Function jsCallback) { + callback(env, jsCallback, data); + }; + return CallInternal(new CallbackWrapper(wrapper), napi_tsfn_blocking); +} + +inline napi_status ThreadSafeFunction::NonBlockingCall() const { + return CallInternal(nullptr, napi_tsfn_nonblocking); +} + +template <> +inline napi_status ThreadSafeFunction::NonBlockingCall(void* data) const { + return napi_call_threadsafe_function(_tsfn, data, napi_tsfn_nonblocking); +} + +template +inline napi_status ThreadSafeFunction::NonBlockingCall( + Callback callback) const { + return CallInternal(new CallbackWrapper(callback), napi_tsfn_nonblocking); +} + +template +inline napi_status ThreadSafeFunction::NonBlockingCall( + DataType* data, Callback callback) const { + auto wrapper = [data, callback](Env env, Function jsCallback) { + callback(env, jsCallback, data); + }; + return CallInternal(new CallbackWrapper(wrapper), napi_tsfn_nonblocking); +} + +inline void ThreadSafeFunction::Ref(napi_env env) const { + if (_tsfn != nullptr) { + napi_status status = napi_ref_threadsafe_function(env, _tsfn); + NAPI_THROW_IF_FAILED_VOID(env, status); + } +} + +inline void ThreadSafeFunction::Unref(napi_env env) const { + if (_tsfn != nullptr) { + napi_status status = napi_unref_threadsafe_function(env, _tsfn); + NAPI_THROW_IF_FAILED_VOID(env, status); + } +} + +inline napi_status ThreadSafeFunction::Acquire() const { + return napi_acquire_threadsafe_function(_tsfn); +} + +inline napi_status ThreadSafeFunction::Release() const { + return napi_release_threadsafe_function(_tsfn, napi_tsfn_release); +} + +inline napi_status ThreadSafeFunction::Abort() const { + return napi_release_threadsafe_function(_tsfn, napi_tsfn_abort); +} + +inline ThreadSafeFunction::ConvertibleContext ThreadSafeFunction::GetContext() + const { + void* context; + napi_status status = napi_get_threadsafe_function_context(_tsfn, &context); + NAPI_FATAL_IF_FAILED(status, + "ThreadSafeFunction::GetContext", + "napi_get_threadsafe_function_context"); + return ConvertibleContext({context}); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data, + napi_finalize wrapper) { + static_assert(details::can_make_string::value || + std::is_convertible::value, + "Resource name should be convertible to the string type"); + + ThreadSafeFunction tsfn; + auto* finalizeData = new details:: + ThreadSafeFinalize( + {data, finalizeCallback}); + napi_status status = + napi_create_threadsafe_function(env, + callback, + resource, + Value::From(env, resourceName), + maxQueueSize, + initialThreadCount, + finalizeData, + wrapper, + context, + CallJS, + &tsfn._tsfn); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED(env, status, ThreadSafeFunction()); + } + + return tsfn; +} + +inline napi_status ThreadSafeFunction::CallInternal( + CallbackWrapper* callbackWrapper, + napi_threadsafe_function_call_mode mode) const { + napi_status status = + napi_call_threadsafe_function(_tsfn, callbackWrapper, mode); + if (status != napi_ok && callbackWrapper != nullptr) { + delete callbackWrapper; + } + + return status; +} + +// static +inline void ThreadSafeFunction::CallJS(napi_env env, + napi_value jsCallback, + void* /* context */, + void* data) { + if (env == nullptr && jsCallback == nullptr) { + return; + } + + details::WrapVoidCallback([&]() { + if (data != nullptr) { + auto* callbackWrapper = static_cast(data); + (*callbackWrapper)(env, Function(env, jsCallback)); + delete callbackWrapper; + } else if (jsCallback != nullptr) { + Function(env, jsCallback).Call({}); + } + }); +} + +//////////////////////////////////////////////////////////////////////////////// +// Async Progress Worker Base class +//////////////////////////////////////////////////////////////////////////////// +template +inline AsyncProgressWorkerBase::AsyncProgressWorkerBase( + const Object& receiver, + const Function& callback, + const char* resource_name, + const Object& resource, + size_t queue_size) + : AsyncWorker(receiver, callback, resource_name, resource) { + // Fill all possible arguments to work around ambiguous + // ThreadSafeFunction::New signatures. + _tsfn = ThreadSafeFunction::New(callback.Env(), + callback, + resource, + resource_name, + queue_size, + /** initialThreadCount */ 1, + /** context */ this, + OnThreadSafeFunctionFinalize, + /** finalizeData */ this); +} + +#if NAPI_VERSION > 4 +template +inline AsyncProgressWorkerBase::AsyncProgressWorkerBase( + Napi::Env env, + const char* resource_name, + const Object& resource, + size_t queue_size) + : AsyncWorker(env, resource_name, resource) { + // TODO: Once the changes to make the callback optional for threadsafe + // functions are available on all versions we can remove the dummy Function + // here. + Function callback; + // Fill all possible arguments to work around ambiguous + // ThreadSafeFunction::New signatures. + _tsfn = ThreadSafeFunction::New(env, + callback, + resource, + resource_name, + queue_size, + /** initialThreadCount */ 1, + /** context */ this, + OnThreadSafeFunctionFinalize, + /** finalizeData */ this); +} +#endif + +template +inline AsyncProgressWorkerBase::~AsyncProgressWorkerBase() { + // Abort pending tsfn call. + // Don't send progress events after we've already completed. + // It's ok to call ThreadSafeFunction::Abort and ThreadSafeFunction::Release + // duplicated. + _tsfn.Abort(); +} + +template +inline void AsyncProgressWorkerBase::OnAsyncWorkProgress( + Napi::Env /* env */, Napi::Function /* jsCallback */, void* data) { + ThreadSafeData* tsd = static_cast(data); + tsd->asyncprogressworker()->OnWorkProgress(tsd->data()); + delete tsd; +} + +template +inline napi_status AsyncProgressWorkerBase::NonBlockingCall( + DataType* data) { + auto tsd = new AsyncProgressWorkerBase::ThreadSafeData(this, data); + auto ret = _tsfn.NonBlockingCall(tsd, OnAsyncWorkProgress); + if (ret != napi_ok) { + delete tsd; + } + return ret; +} + +template +inline void AsyncProgressWorkerBase::OnWorkComplete( + Napi::Env /* env */, napi_status status) { + _work_completed = true; + _complete_status = status; + _tsfn.Release(); +} + +template +inline void AsyncProgressWorkerBase::OnThreadSafeFunctionFinalize( + Napi::Env env, void* /* data */, AsyncProgressWorkerBase* context) { + if (context->_work_completed) { + context->AsyncWorker::OnWorkComplete(env, context->_complete_status); + } +} + +//////////////////////////////////////////////////////////////////////////////// +// Async Progress Worker class +//////////////////////////////////////////////////////////////////////////////// +template +inline AsyncProgressWorker::AsyncProgressWorker(const Function& callback) + : AsyncProgressWorker(callback, "generic") {} + +template +inline AsyncProgressWorker::AsyncProgressWorker(const Function& callback, + const char* resource_name) + : AsyncProgressWorker( + callback, resource_name, Object::New(callback.Env())) {} + +template +inline AsyncProgressWorker::AsyncProgressWorker(const Function& callback, + const char* resource_name, + const Object& resource) + : AsyncProgressWorker( + Object::New(callback.Env()), callback, resource_name, resource) {} + +template +inline AsyncProgressWorker::AsyncProgressWorker(const Object& receiver, + const Function& callback) + : AsyncProgressWorker(receiver, callback, "generic") {} + +template +inline AsyncProgressWorker::AsyncProgressWorker(const Object& receiver, + const Function& callback, + const char* resource_name) + : AsyncProgressWorker( + receiver, callback, resource_name, Object::New(callback.Env())) {} + +template +inline AsyncProgressWorker::AsyncProgressWorker(const Object& receiver, + const Function& callback, + const char* resource_name, + const Object& resource) + : AsyncProgressWorkerBase(receiver, callback, resource_name, resource), + _asyncdata(nullptr), + _asyncsize(0), + _signaled(false) {} + +#if NAPI_VERSION > 4 +template +inline AsyncProgressWorker::AsyncProgressWorker(Napi::Env env) + : AsyncProgressWorker(env, "generic") {} + +template +inline AsyncProgressWorker::AsyncProgressWorker(Napi::Env env, + const char* resource_name) + : AsyncProgressWorker(env, resource_name, Object::New(env)) {} + +template +inline AsyncProgressWorker::AsyncProgressWorker(Napi::Env env, + const char* resource_name, + const Object& resource) + : AsyncProgressWorkerBase(env, resource_name, resource), + _asyncdata(nullptr), + _asyncsize(0) {} +#endif + +template +inline AsyncProgressWorker::~AsyncProgressWorker() { + { + std::lock_guard lock(this->_mutex); + _asyncdata = nullptr; + _asyncsize = 0; + } +} + +template +inline void AsyncProgressWorker::Execute() { + ExecutionProgress progress(this); + Execute(progress); +} + +template +inline void AsyncProgressWorker::OnWorkProgress(void*) { + T* data; + size_t size; + bool signaled; + { + std::lock_guard lock(this->_mutex); + data = this->_asyncdata; + size = this->_asyncsize; + signaled = this->_signaled; + this->_asyncdata = nullptr; + this->_asyncsize = 0; + this->_signaled = false; + } + + /** + * The callback of ThreadSafeFunction is not been invoked immediately on the + * callback of uv_async_t (uv io poll), rather the callback of TSFN is + * invoked on the right next uv idle callback. There are chances that during + * the deferring the signal of uv_async_t is been sent again, i.e. potential + * not coalesced two calls of the TSFN callback. + */ + if (data == nullptr && !signaled) { + return; + } + + this->OnProgress(data, size); + delete[] data; +} + +template +inline void AsyncProgressWorker::SendProgress_(const T* data, size_t count) { + T* new_data = new T[count]; + std::copy(data, data + count, new_data); + + T* old_data; + { + std::lock_guard lock(this->_mutex); + old_data = _asyncdata; + _asyncdata = new_data; + _asyncsize = count; + _signaled = false; + } + this->NonBlockingCall(nullptr); + + delete[] old_data; +} + +template +inline void AsyncProgressWorker::Signal() { + { + std::lock_guard lock(this->_mutex); + _signaled = true; + } + this->NonBlockingCall(static_cast(nullptr)); +} + +template +inline void AsyncProgressWorker::ExecutionProgress::Signal() const { + this->_worker->Signal(); +} + +template +inline void AsyncProgressWorker::ExecutionProgress::Send( + const T* data, size_t count) const { + _worker->SendProgress_(data, count); +} + +//////////////////////////////////////////////////////////////////////////////// +// Async Progress Queue Worker class +//////////////////////////////////////////////////////////////////////////////// +template +inline AsyncProgressQueueWorker::AsyncProgressQueueWorker( + const Function& callback) + : AsyncProgressQueueWorker(callback, "generic") {} + +template +inline AsyncProgressQueueWorker::AsyncProgressQueueWorker( + const Function& callback, const char* resource_name) + : AsyncProgressQueueWorker( + callback, resource_name, Object::New(callback.Env())) {} + +template +inline AsyncProgressQueueWorker::AsyncProgressQueueWorker( + const Function& callback, const char* resource_name, const Object& resource) + : AsyncProgressQueueWorker( + Object::New(callback.Env()), callback, resource_name, resource) {} + +template +inline AsyncProgressQueueWorker::AsyncProgressQueueWorker( + const Object& receiver, const Function& callback) + : AsyncProgressQueueWorker(receiver, callback, "generic") {} + +template +inline AsyncProgressQueueWorker::AsyncProgressQueueWorker( + const Object& receiver, const Function& callback, const char* resource_name) + : AsyncProgressQueueWorker( + receiver, callback, resource_name, Object::New(callback.Env())) {} + +template +inline AsyncProgressQueueWorker::AsyncProgressQueueWorker( + const Object& receiver, + const Function& callback, + const char* resource_name, + const Object& resource) + : AsyncProgressWorkerBase>( + receiver, + callback, + resource_name, + resource, + /** unlimited queue size */ 0) {} + +#if NAPI_VERSION > 4 +template +inline AsyncProgressQueueWorker::AsyncProgressQueueWorker(Napi::Env env) + : AsyncProgressQueueWorker(env, "generic") {} + +template +inline AsyncProgressQueueWorker::AsyncProgressQueueWorker( + Napi::Env env, const char* resource_name) + : AsyncProgressQueueWorker(env, resource_name, Object::New(env)) {} + +template +inline AsyncProgressQueueWorker::AsyncProgressQueueWorker( + Napi::Env env, const char* resource_name, const Object& resource) + : AsyncProgressWorkerBase>( + env, resource_name, resource, /** unlimited queue size */ 0) {} +#endif + +template +inline void AsyncProgressQueueWorker::Execute() { + ExecutionProgress progress(this); + Execute(progress); +} + +template +inline void AsyncProgressQueueWorker::OnWorkProgress( + std::pair* datapair) { + if (datapair == nullptr) { + return; + } + + T* data = datapair->first; + size_t size = datapair->second; + + this->OnProgress(data, size); + delete datapair; + delete[] data; +} + +template +inline void AsyncProgressQueueWorker::SendProgress_(const T* data, + size_t count) { + T* new_data = new T[count]; + std::copy(data, data + count, new_data); + + auto pair = new std::pair(new_data, count); + this->NonBlockingCall(pair); +} + +template +inline void AsyncProgressQueueWorker::Signal() const { + this->SendProgress_(static_cast(nullptr), 0); +} + +template +inline void AsyncProgressQueueWorker::OnWorkComplete(Napi::Env env, + napi_status status) { + // Draining queued items in TSFN. + AsyncProgressWorkerBase>::OnWorkComplete(env, status); +} + +template +inline void AsyncProgressQueueWorker::ExecutionProgress::Signal() const { + _worker->SendProgress_(static_cast(nullptr), 0); +} + +template +inline void AsyncProgressQueueWorker::ExecutionProgress::Send( + const T* data, size_t count) const { + _worker->SendProgress_(data, count); +} +#endif // NAPI_VERSION > 3 && NAPI_HAS_THREADS + +//////////////////////////////////////////////////////////////////////////////// +// Memory Management class +//////////////////////////////////////////////////////////////////////////////// + +inline int64_t MemoryManagement::AdjustExternalMemory(Env env, + int64_t change_in_bytes) { + int64_t result; + napi_status status = + napi_adjust_external_memory(env, change_in_bytes, &result); + NAPI_THROW_IF_FAILED(env, status, 0); + return result; +} + +//////////////////////////////////////////////////////////////////////////////// +// Version Management class +//////////////////////////////////////////////////////////////////////////////// + +inline uint32_t VersionManagement::GetNapiVersion(Env env) { + uint32_t result; + napi_status status = napi_get_version(env, &result); + NAPI_THROW_IF_FAILED(env, status, 0); + return result; +} + +inline const napi_node_version* VersionManagement::GetNodeVersion(Env env) { + const napi_node_version* result; + napi_status status = napi_get_node_version(env, &result); + NAPI_THROW_IF_FAILED(env, status, 0); + return result; +} + +#if NAPI_VERSION > 5 +//////////////////////////////////////////////////////////////////////////////// +// Addon class +//////////////////////////////////////////////////////////////////////////////// + +template +inline Object Addon::Init(Env env, Object exports) { + T* addon = new T(env, exports); + env.SetInstanceData(addon); + return addon->entry_point_; +} + +template +inline T* Addon::Unwrap(Object wrapper) { + return wrapper.Env().GetInstanceData(); +} + +template +inline void Addon::DefineAddon( + Object exports, const std::initializer_list& props) { + DefineProperties(exports, props); + entry_point_ = exports; +} + +template +inline Napi::Object Addon::DefineProperties( + Object object, const std::initializer_list& props) { + const napi_property_descriptor* properties = + reinterpret_cast(props.begin()); + size_t size = props.size(); + napi_status status = + napi_define_properties(object.Env(), object, size, properties); + NAPI_THROW_IF_FAILED(object.Env(), status, object); + for (size_t idx = 0; idx < size; idx++) + T::AttachPropData(object.Env(), object, &properties[idx]); + return object; +} +#endif // NAPI_VERSION > 5 + +#if NAPI_VERSION > 2 +template +Env::CleanupHook Env::AddCleanupHook(Hook hook, Arg* arg) { + return CleanupHook(*this, hook, arg); +} + +template +Env::CleanupHook Env::AddCleanupHook(Hook hook) { + return CleanupHook(*this, hook); +} + +template +Env::CleanupHook::CleanupHook() { + data = nullptr; +} + +template +Env::CleanupHook::CleanupHook(Napi::Env env, Hook hook) + : wrapper(Env::CleanupHook::Wrapper) { + data = new CleanupData{std::move(hook), nullptr}; + napi_status status = napi_add_env_cleanup_hook(env, wrapper, data); + if (status != napi_ok) { + delete data; + data = nullptr; + } +} + +template +Env::CleanupHook::CleanupHook(Napi::Env env, Hook hook, Arg* arg) + : wrapper(Env::CleanupHook::WrapperWithArg) { + data = new CleanupData{std::move(hook), arg}; + napi_status status = napi_add_env_cleanup_hook(env, wrapper, data); + if (status != napi_ok) { + delete data; + data = nullptr; + } +} + +template +bool Env::CleanupHook::Remove(Env env) { + napi_status status = napi_remove_env_cleanup_hook(env, wrapper, data); + delete data; + data = nullptr; + return status == napi_ok; +} + +template +bool Env::CleanupHook::IsEmpty() const { + return data == nullptr; +} +#endif // NAPI_VERSION > 2 + +#ifdef NAPI_CPP_CUSTOM_NAMESPACE +} // namespace NAPI_CPP_CUSTOM_NAMESPACE +#endif + +} // namespace Napi + +#endif // SRC_NAPI_INL_H_ diff --git a/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/napi.h b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/napi.h new file mode 100644 index 00000000..9f20cb88 --- /dev/null +++ b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/napi.h @@ -0,0 +1,3201 @@ +#ifndef SRC_NAPI_H_ +#define SRC_NAPI_H_ + +#ifndef NAPI_HAS_THREADS +#if !defined(__wasm__) || (defined(__EMSCRIPTEN_PTHREADS__) || \ + (defined(__wasi__) && defined(_REENTRANT))) +#define NAPI_HAS_THREADS 1 +#else +#define NAPI_HAS_THREADS 0 +#endif +#endif + +#include +#include +#include +#include +#if NAPI_HAS_THREADS +#include +#endif // NAPI_HAS_THREADS +#include +#include + +// VS2015 RTM has bugs with constexpr, so require min of VS2015 Update 3 (known +// good version) +#if !defined(_MSC_VER) || _MSC_FULL_VER >= 190024210 +#define NAPI_HAS_CONSTEXPR 1 +#endif + +// VS2013 does not support char16_t literal strings, so we'll work around it +// using wchar_t strings and casting them. This is safe as long as the character +// sizes are the same. +#if defined(_MSC_VER) && _MSC_VER <= 1800 +static_assert(sizeof(char16_t) == sizeof(wchar_t), + "Size mismatch between char16_t and wchar_t"); +#define NAPI_WIDE_TEXT(x) reinterpret_cast(L##x) +#else +#define NAPI_WIDE_TEXT(x) u##x +#endif + +// If C++ exceptions are not explicitly enabled or disabled, enable them +// if exceptions were enabled in the compiler settings. +#if !defined(NAPI_CPP_EXCEPTIONS) && !defined(NAPI_DISABLE_CPP_EXCEPTIONS) +#if defined(_CPPUNWIND) || defined(__EXCEPTIONS) +#define NAPI_CPP_EXCEPTIONS +#else +#error Exception support not detected. \ + Define either NAPI_CPP_EXCEPTIONS or NAPI_DISABLE_CPP_EXCEPTIONS. +#endif +#endif + +// If C++ NAPI_CPP_EXCEPTIONS are enabled, NODE_ADDON_API_ENABLE_MAYBE should +// not be set +#if defined(NAPI_CPP_EXCEPTIONS) && defined(NODE_ADDON_API_ENABLE_MAYBE) +#error NODE_ADDON_API_ENABLE_MAYBE should not be set when \ + NAPI_CPP_EXCEPTIONS is defined. +#endif + +#ifdef _NOEXCEPT +#define NAPI_NOEXCEPT _NOEXCEPT +#else +#define NAPI_NOEXCEPT noexcept +#endif + +#ifdef NAPI_CPP_EXCEPTIONS + +// When C++ exceptions are enabled, Errors are thrown directly. There is no need +// to return anything after the throw statements. The variadic parameter is an +// optional return value that is ignored. +// We need _VOID versions of the macros to avoid warnings resulting from +// leaving the NAPI_THROW_* `...` argument empty. + +#define NAPI_THROW(e, ...) throw e +#define NAPI_THROW_VOID(e) throw e + +#define NAPI_THROW_IF_FAILED(env, status, ...) \ + if ((status) != napi_ok) throw Napi::Error::New(env); + +#define NAPI_THROW_IF_FAILED_VOID(env, status) \ + if ((status) != napi_ok) throw Napi::Error::New(env); + +#else // NAPI_CPP_EXCEPTIONS + +// When C++ exceptions are disabled, Errors are thrown as JavaScript exceptions, +// which are pending until the callback returns to JS. The variadic parameter +// is an optional return value; usually it is an empty result. +// We need _VOID versions of the macros to avoid warnings resulting from +// leaving the NAPI_THROW_* `...` argument empty. + +#define NAPI_THROW(e, ...) \ + do { \ + (e).ThrowAsJavaScriptException(); \ + return __VA_ARGS__; \ + } while (0) + +#define NAPI_THROW_VOID(e) \ + do { \ + (e).ThrowAsJavaScriptException(); \ + return; \ + } while (0) + +#define NAPI_THROW_IF_FAILED(env, status, ...) \ + if ((status) != napi_ok) { \ + Napi::Error::New(env).ThrowAsJavaScriptException(); \ + return __VA_ARGS__; \ + } + +#define NAPI_THROW_IF_FAILED_VOID(env, status) \ + if ((status) != napi_ok) { \ + Napi::Error::New(env).ThrowAsJavaScriptException(); \ + return; \ + } + +#endif // NAPI_CPP_EXCEPTIONS + +#ifdef NODE_ADDON_API_ENABLE_MAYBE +#define NAPI_MAYBE_THROW_IF_FAILED(env, status, type) \ + NAPI_THROW_IF_FAILED(env, status, Napi::Nothing()) + +#define NAPI_RETURN_OR_THROW_IF_FAILED(env, status, result, type) \ + NAPI_MAYBE_THROW_IF_FAILED(env, status, type); \ + return Napi::Just(result); +#else +#define NAPI_MAYBE_THROW_IF_FAILED(env, status, type) \ + NAPI_THROW_IF_FAILED(env, status, type()) + +#define NAPI_RETURN_OR_THROW_IF_FAILED(env, status, result, type) \ + NAPI_MAYBE_THROW_IF_FAILED(env, status, type); \ + return result; +#endif + +#define NAPI_DISALLOW_ASSIGN(CLASS) void operator=(const CLASS&) = delete; +#define NAPI_DISALLOW_COPY(CLASS) CLASS(const CLASS&) = delete; + +#define NAPI_DISALLOW_ASSIGN_COPY(CLASS) \ + NAPI_DISALLOW_ASSIGN(CLASS) \ + NAPI_DISALLOW_COPY(CLASS) + +#define NAPI_CHECK(condition, location, message) \ + do { \ + if (!(condition)) { \ + Napi::Error::Fatal((location), (message)); \ + } \ + } while (0) + +#define NAPI_FATAL_IF_FAILED(status, location, message) \ + NAPI_CHECK((status) == napi_ok, location, message) + +//////////////////////////////////////////////////////////////////////////////// +/// Node-API C++ Wrapper Classes +/// +/// These classes wrap the "Node-API" ABI-stable C APIs for Node.js, providing a +/// C++ object model and C++ exception-handling semantics with low overhead. +/// The wrappers are all header-only so that they do not affect the ABI. +//////////////////////////////////////////////////////////////////////////////// +namespace Napi { + +#ifdef NAPI_CPP_CUSTOM_NAMESPACE +// NAPI_CPP_CUSTOM_NAMESPACE can be #define'd per-addon to avoid symbol +// conflicts between different instances of node-addon-api + +// First dummy definition of the namespace to make sure that Napi::(name) still +// refers to the right things inside this file. +namespace NAPI_CPP_CUSTOM_NAMESPACE {} +using namespace NAPI_CPP_CUSTOM_NAMESPACE; + +namespace NAPI_CPP_CUSTOM_NAMESPACE { +#endif + +// Forward declarations +class Env; +class Value; +class Boolean; +class Number; +#if NAPI_VERSION > 5 +class BigInt; +#endif // NAPI_VERSION > 5 +#if (NAPI_VERSION > 4) +class Date; +#endif +class String; +class Object; +class Array; +class ArrayBuffer; +class Function; +class Error; +class PropertyDescriptor; +class CallbackInfo; +class TypedArray; +template +class TypedArrayOf; + +using Int8Array = + TypedArrayOf; ///< Typed-array of signed 8-bit integers +using Uint8Array = + TypedArrayOf; ///< Typed-array of unsigned 8-bit integers +using Int16Array = + TypedArrayOf; ///< Typed-array of signed 16-bit integers +using Uint16Array = + TypedArrayOf; ///< Typed-array of unsigned 16-bit integers +using Int32Array = + TypedArrayOf; ///< Typed-array of signed 32-bit integers +using Uint32Array = + TypedArrayOf; ///< Typed-array of unsigned 32-bit integers +using Float32Array = + TypedArrayOf; ///< Typed-array of 32-bit floating-point values +using Float64Array = + TypedArrayOf; ///< Typed-array of 64-bit floating-point values +#if NAPI_VERSION > 5 +using BigInt64Array = + TypedArrayOf; ///< Typed array of signed 64-bit integers +using BigUint64Array = + TypedArrayOf; ///< Typed array of unsigned 64-bit integers +#endif // NAPI_VERSION > 5 + +/// Defines the signature of a Node-API C++ module's registration callback +/// (init) function. +using ModuleRegisterCallback = Object (*)(Env env, Object exports); + +class MemoryManagement; + +/// A simple Maybe type, representing an object which may or may not have a +/// value. +/// +/// If an API method returns a Maybe<>, the API method can potentially fail +/// either because an exception is thrown, or because an exception is pending, +/// e.g. because a previous API call threw an exception that hasn't been +/// caught yet. In that case, a "Nothing" value is returned. +template +class Maybe { + public: + bool IsNothing() const; + bool IsJust() const; + + /// Short-hand for Unwrap(), which doesn't return a value. Could be used + /// where the actual value of the Maybe is not needed like Object::Set. + /// If this Maybe is nothing (empty), node-addon-api will crash the + /// process. + void Check() const; + + /// Return the value of type T contained in the Maybe. If this Maybe is + /// nothing (empty), node-addon-api will crash the process. + T Unwrap() const; + + /// Return the value of type T contained in the Maybe, or using a default + /// value if this Maybe is nothing (empty). + T UnwrapOr(const T& default_value) const; + + /// Converts this Maybe to a value of type T in the out. If this Maybe is + /// nothing (empty), `false` is returned and `out` is left untouched. + bool UnwrapTo(T* out) const; + + bool operator==(const Maybe& other) const; + bool operator!=(const Maybe& other) const; + + private: + Maybe(); + explicit Maybe(const T& t); + + bool _has_value; + T _value; + + template + friend Maybe Nothing(); + template + friend Maybe Just(const U& u); +}; + +template +inline Maybe Nothing(); + +template +inline Maybe Just(const T& t); + +#if defined(NODE_ADDON_API_ENABLE_MAYBE) +template +using MaybeOrValue = Maybe; +#else +template +using MaybeOrValue = T; +#endif + +/// Environment for Node-API values and operations. +/// +/// All Node-API values and operations must be associated with an environment. +/// An environment instance is always provided to callback functions; that +/// environment must then be used for any creation of Node-API values or other +/// Node-API operations within the callback. (Many methods infer the +/// environment from the `this` instance that the method is called on.) +/// +/// In the future, multiple environments per process may be supported, +/// although current implementations only support one environment per process. +/// +/// In the V8 JavaScript engine, a Node-API environment approximately +/// corresponds to an Isolate. +class Env { + private: + napi_env _env; +#if NAPI_VERSION > 5 + template + static void DefaultFini(Env, T* data); + template + static void DefaultFiniWithHint(Env, DataType* data, HintType* hint); +#endif // NAPI_VERSION > 5 + public: + Env(napi_env env); + + operator napi_env() const; + + Object Global() const; + Value Undefined() const; + Value Null() const; + + bool IsExceptionPending() const; + Error GetAndClearPendingException() const; + + MaybeOrValue RunScript(const char* utf8script) const; + MaybeOrValue RunScript(const std::string& utf8script) const; + MaybeOrValue RunScript(String script) const; + +#if NAPI_VERSION > 2 + template + class CleanupHook; + + template + CleanupHook AddCleanupHook(Hook hook); + + template + CleanupHook AddCleanupHook(Hook hook, Arg* arg); +#endif // NAPI_VERSION > 2 + +#if NAPI_VERSION > 5 + template + T* GetInstanceData() const; + + template + using Finalizer = void (*)(Env, T*); + template fini = Env::DefaultFini> + void SetInstanceData(T* data) const; + + template + using FinalizerWithHint = void (*)(Env, DataType*, HintType*); + template fini = + Env::DefaultFiniWithHint> + void SetInstanceData(DataType* data, HintType* hint) const; +#endif // NAPI_VERSION > 5 + +#if NAPI_VERSION > 2 + template + class CleanupHook { + public: + CleanupHook(); + CleanupHook(Env env, Hook hook, Arg* arg); + CleanupHook(Env env, Hook hook); + bool Remove(Env env); + bool IsEmpty() const; + + private: + static inline void Wrapper(void* data) NAPI_NOEXCEPT; + static inline void WrapperWithArg(void* data) NAPI_NOEXCEPT; + + void (*wrapper)(void* arg); + struct CleanupData { + Hook hook; + Arg* arg; + } * data; + }; +#endif // NAPI_VERSION > 2 + +#if NAPI_VERSION > 8 + const char* GetModuleFileName() const; +#endif // NAPI_VERSION > 8 +}; + +/// A JavaScript value of unknown type. +/// +/// For type-specific operations, convert to one of the Value subclasses using a +/// `To*` or `As()` method. The `To*` methods do type coercion; the `As()` +/// method does not. +/// +/// Napi::Value value = ... +/// if (!value.IsString()) throw Napi::TypeError::New(env, "Invalid +/// arg..."); Napi::String str = value.As(); // Cast to a +/// string value +/// +/// Napi::Value anotherValue = ... +/// bool isTruthy = anotherValue.ToBoolean(); // Coerce to a boolean value +class Value { + public: + Value(); ///< Creates a new _empty_ Value instance. + Value(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + /// Creates a JS value from a C++ primitive. + /// + /// `value` may be any of: + /// - bool + /// - Any integer type + /// - Any floating point type + /// - const char* (encoded using UTF-8, null-terminated) + /// - const char16_t* (encoded using UTF-16-LE, null-terminated) + /// - std::string (encoded using UTF-8) + /// - std::u16string + /// - napi::Value + /// - napi_value + template + static Value From(napi_env env, const T& value); + + /// Converts to a Node-API value primitive. + /// + /// If the instance is _empty_, this returns `nullptr`. + operator napi_value() const; + + /// Tests if this value strictly equals another value. + bool operator==(const Value& other) const; + + /// Tests if this value does not strictly equal another value. + bool operator!=(const Value& other) const; + + /// Tests if this value strictly equals another value. + bool StrictEquals(const Value& other) const; + + /// Gets the environment the value is associated with. + Napi::Env Env() const; + + /// Checks if the value is empty (uninitialized). + /// + /// An empty value is invalid, and most attempts to perform an operation on an + /// empty value will result in an exception. Note an empty value is distinct + /// from JavaScript `null` or `undefined`, which are valid values. + /// + /// When C++ exceptions are disabled at compile time, a method with a `Value` + /// return type may return an empty value to indicate a pending exception. So + /// when not using C++ exceptions, callers should check whether the value is + /// empty before attempting to use it. + bool IsEmpty() const; + + napi_valuetype Type() const; ///< Gets the type of the value. + + bool IsUndefined() + const; ///< Tests if a value is an undefined JavaScript value. + bool IsNull() const; ///< Tests if a value is a null JavaScript value. + bool IsBoolean() const; ///< Tests if a value is a JavaScript boolean. + bool IsNumber() const; ///< Tests if a value is a JavaScript number. +#if NAPI_VERSION > 5 + bool IsBigInt() const; ///< Tests if a value is a JavaScript bigint. +#endif // NAPI_VERSION > 5 +#if (NAPI_VERSION > 4) + bool IsDate() const; ///< Tests if a value is a JavaScript date. +#endif + bool IsString() const; ///< Tests if a value is a JavaScript string. + bool IsSymbol() const; ///< Tests if a value is a JavaScript symbol. + bool IsArray() const; ///< Tests if a value is a JavaScript array. + bool IsArrayBuffer() + const; ///< Tests if a value is a JavaScript array buffer. + bool IsTypedArray() const; ///< Tests if a value is a JavaScript typed array. + bool IsObject() const; ///< Tests if a value is a JavaScript object. + bool IsFunction() const; ///< Tests if a value is a JavaScript function. + bool IsPromise() const; ///< Tests if a value is a JavaScript promise. + bool IsDataView() const; ///< Tests if a value is a JavaScript data view. + bool IsBuffer() const; ///< Tests if a value is a Node buffer. + bool IsExternal() const; ///< Tests if a value is a pointer to external data. + + /// Casts to another type of `Napi::Value`, when the actual type is known or + /// assumed. + /// + /// This conversion does NOT coerce the type. Calling any methods + /// inappropriate for the actual value type will throw `Napi::Error`. + /// + /// If `NODE_ADDON_API_ENABLE_TYPE_CHECK_ON_AS` is defined, this method + /// asserts that the actual type is the expected type. + template + T As() const; + + MaybeOrValue ToBoolean() + const; ///< Coerces a value to a JavaScript boolean. + MaybeOrValue ToNumber() + const; ///< Coerces a value to a JavaScript number. + MaybeOrValue ToString() + const; ///< Coerces a value to a JavaScript string. + MaybeOrValue ToObject() + const; ///< Coerces a value to a JavaScript object. + + protected: + /// !cond INTERNAL + napi_env _env; + napi_value _value; + /// !endcond +}; + +/// A JavaScript boolean value. +class Boolean : public Value { + public: + static Boolean New(napi_env env, ///< Node-API environment + bool value ///< Boolean value + ); + + static void CheckCast(napi_env env, napi_value value); + + Boolean(); ///< Creates a new _empty_ Boolean instance. + Boolean(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + operator bool() const; ///< Converts a Boolean value to a boolean primitive. + bool Value() const; ///< Converts a Boolean value to a boolean primitive. +}; + +/// A JavaScript number value. +class Number : public Value { + public: + static Number New(napi_env env, ///< Node-API environment + double value ///< Number value + ); + + static void CheckCast(napi_env env, napi_value value); + + Number(); ///< Creates a new _empty_ Number instance. + Number(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + operator int32_t() + const; ///< Converts a Number value to a 32-bit signed integer value. + operator uint32_t() + const; ///< Converts a Number value to a 32-bit unsigned integer value. + operator int64_t() + const; ///< Converts a Number value to a 64-bit signed integer value. + operator float() + const; ///< Converts a Number value to a 32-bit floating-point value. + operator double() + const; ///< Converts a Number value to a 64-bit floating-point value. + + int32_t Int32Value() + const; ///< Converts a Number value to a 32-bit signed integer value. + uint32_t Uint32Value() + const; ///< Converts a Number value to a 32-bit unsigned integer value. + int64_t Int64Value() + const; ///< Converts a Number value to a 64-bit signed integer value. + float FloatValue() + const; ///< Converts a Number value to a 32-bit floating-point value. + double DoubleValue() + const; ///< Converts a Number value to a 64-bit floating-point value. +}; + +#if NAPI_VERSION > 5 +/// A JavaScript bigint value. +class BigInt : public Value { + public: + static BigInt New(napi_env env, ///< Node-API environment + int64_t value ///< Number value + ); + static BigInt New(napi_env env, ///< Node-API environment + uint64_t value ///< Number value + ); + + /// Creates a new BigInt object using a specified sign bit and a + /// specified list of digits/words. + /// The resulting number is calculated as: + /// (-1)^sign_bit * (words[0] * (2^64)^0 + words[1] * (2^64)^1 + ...) + static BigInt New(napi_env env, ///< Node-API environment + int sign_bit, ///< Sign bit. 1 if negative. + size_t word_count, ///< Number of words in array + const uint64_t* words ///< Array of words + ); + + static void CheckCast(napi_env env, napi_value value); + + BigInt(); ///< Creates a new _empty_ BigInt instance. + BigInt(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + int64_t Int64Value(bool* lossless) + const; ///< Converts a BigInt value to a 64-bit signed integer value. + uint64_t Uint64Value(bool* lossless) + const; ///< Converts a BigInt value to a 64-bit unsigned integer value. + + size_t WordCount() const; ///< The number of 64-bit words needed to store + ///< the result of ToWords(). + + /// Writes the contents of this BigInt to a specified memory location. + /// `sign_bit` must be provided and will be set to 1 if this BigInt is + /// negative. + /// `*word_count` has to be initialized to the length of the `words` array. + /// Upon return, it will be set to the actual number of words that would + /// be needed to store this BigInt (i.e. the return value of `WordCount()`). + void ToWords(int* sign_bit, size_t* word_count, uint64_t* words); +}; +#endif // NAPI_VERSION > 5 + +#if (NAPI_VERSION > 4) +/// A JavaScript date value. +class Date : public Value { + public: + /// Creates a new Date value from a double primitive. + static Date New(napi_env env, ///< Node-API environment + double value ///< Number value + ); + + static void CheckCast(napi_env env, napi_value value); + + Date(); ///< Creates a new _empty_ Date instance. + Date(napi_env env, napi_value value); ///< Wraps a Node-API value primitive. + operator double() const; ///< Converts a Date value to double primitive + + double ValueOf() const; ///< Converts a Date value to a double primitive. +}; +#endif + +/// A JavaScript string or symbol value (that can be used as a property name). +class Name : public Value { + public: + static void CheckCast(napi_env env, napi_value value); + + Name(); ///< Creates a new _empty_ Name instance. + Name(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. +}; + +/// A JavaScript string value. +class String : public Name { + public: + /// Creates a new String value from a UTF-8 encoded C++ string. + static String New(napi_env env, ///< Node-API environment + const std::string& value ///< UTF-8 encoded C++ string + ); + + /// Creates a new String value from a UTF-16 encoded C++ string. + static String New(napi_env env, ///< Node-API environment + const std::u16string& value ///< UTF-16 encoded C++ string + ); + + /// Creates a new String value from a UTF-8 encoded C string. + static String New( + napi_env env, ///< Node-API environment + const char* value ///< UTF-8 encoded null-terminated C string + ); + + /// Creates a new String value from a UTF-16 encoded C string. + static String New( + napi_env env, ///< Node-API environment + const char16_t* value ///< UTF-16 encoded null-terminated C string + ); + + /// Creates a new String value from a UTF-8 encoded C string with specified + /// length. + static String New(napi_env env, ///< Node-API environment + const char* value, ///< UTF-8 encoded C string (not + ///< necessarily null-terminated) + size_t length ///< length of the string in bytes + ); + + /// Creates a new String value from a UTF-16 encoded C string with specified + /// length. + static String New( + napi_env env, ///< Node-API environment + const char16_t* value, ///< UTF-16 encoded C string (not necessarily + ///< null-terminated) + size_t length ///< Length of the string in 2-byte code units + ); + + /// Creates a new String based on the original object's type. + /// + /// `value` may be any of: + /// - const char* (encoded using UTF-8, null-terminated) + /// - const char16_t* (encoded using UTF-16-LE, null-terminated) + /// - std::string (encoded using UTF-8) + /// - std::u16string + template + static String From(napi_env env, const T& value); + + static void CheckCast(napi_env env, napi_value value); + + String(); ///< Creates a new _empty_ String instance. + String(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + operator std::string() + const; ///< Converts a String value to a UTF-8 encoded C++ string. + operator std::u16string() + const; ///< Converts a String value to a UTF-16 encoded C++ string. + std::string Utf8Value() + const; ///< Converts a String value to a UTF-8 encoded C++ string. + std::u16string Utf16Value() + const; ///< Converts a String value to a UTF-16 encoded C++ string. +}; + +/// A JavaScript symbol value. +class Symbol : public Name { + public: + /// Creates a new Symbol value with an optional description. + static Symbol New( + napi_env env, ///< Node-API environment + const char* description = + nullptr ///< Optional UTF-8 encoded null-terminated C string + /// describing the symbol + ); + + /// Creates a new Symbol value with a description. + static Symbol New( + napi_env env, ///< Node-API environment + const std::string& + description ///< UTF-8 encoded C++ string describing the symbol + ); + + /// Creates a new Symbol value with a description. + static Symbol New(napi_env env, ///< Node-API environment + String description ///< String value describing the symbol + ); + + /// Creates a new Symbol value with a description. + static Symbol New( + napi_env env, ///< Node-API environment + napi_value description ///< String value describing the symbol + ); + + /// Get a public Symbol (e.g. Symbol.iterator). + static MaybeOrValue WellKnown(napi_env, const std::string& name); + + // Create a symbol in the global registry, UTF-8 Encoded cpp string + static MaybeOrValue For(napi_env env, const std::string& description); + + // Create a symbol in the global registry, C style string (null terminated) + static MaybeOrValue For(napi_env env, const char* description); + + // Create a symbol in the global registry, String value describing the symbol + static MaybeOrValue For(napi_env env, String description); + + // Create a symbol in the global registry, napi_value describing the symbol + static MaybeOrValue For(napi_env env, napi_value description); + + static void CheckCast(napi_env env, napi_value value); + + Symbol(); ///< Creates a new _empty_ Symbol instance. + Symbol(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. +}; + +class TypeTaggable : public Value { + public: +#if NAPI_VERSION >= 8 + void TypeTag(const napi_type_tag* type_tag) const; + bool CheckTypeTag(const napi_type_tag* type_tag) const; +#endif // NAPI_VERSION >= 8 + protected: + TypeTaggable(); + TypeTaggable(napi_env env, napi_value value); +}; + +/// A JavaScript object value. +class Object : public TypeTaggable { + public: + /// Enables property and element assignments using indexing syntax. + /// + /// This is a convenient helper to get and set object properties. As + /// getting and setting object properties may throw with JavaScript + /// exceptions, it is notable that these operations may fail. + /// When NODE_ADDON_API_ENABLE_MAYBE is defined, the process will abort + /// on JavaScript exceptions. + /// + /// Example: + /// + /// Napi::Value propertyValue = object1['A']; + /// object2['A'] = propertyValue; + /// Napi::Value elementValue = array[0]; + /// array[1] = elementValue; + template + class PropertyLValue { + public: + /// Converts an L-value to a value. + operator Value() const; + + /// Assigns a value to the property. The type of value can be + /// anything supported by `Object::Set`. + template + PropertyLValue& operator=(ValueType value); + + private: + PropertyLValue() = delete; + PropertyLValue(Object object, Key key); + napi_env _env; + napi_value _object; + Key _key; + + friend class Napi::Object; + }; + + /// Creates a new Object value. + static Object New(napi_env env ///< Node-API environment + ); + + static void CheckCast(napi_env env, napi_value value); + + Object(); ///< Creates a new _empty_ Object instance. + Object(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + /// Gets or sets a named property. + PropertyLValue operator[]( + const char* utf8name ///< UTF-8 encoded null-terminated property name + ); + + /// Gets or sets a named property. + PropertyLValue operator[]( + const std::string& utf8name ///< UTF-8 encoded property name + ); + + /// Gets or sets an indexed property or array element. + PropertyLValue operator[]( + uint32_t index /// Property / element index + ); + + /// Gets or sets an indexed property or array element. + PropertyLValue operator[](Value index /// Property / element index + ) const; + + /// Gets a named property. + MaybeOrValue operator[]( + const char* utf8name ///< UTF-8 encoded null-terminated property name + ) const; + + /// Gets a named property. + MaybeOrValue operator[]( + const std::string& utf8name ///< UTF-8 encoded property name + ) const; + + /// Gets an indexed property or array element. + MaybeOrValue operator[](uint32_t index ///< Property / element index + ) const; + + /// Checks whether a property is present. + MaybeOrValue Has(napi_value key ///< Property key primitive + ) const; + + /// Checks whether a property is present. + MaybeOrValue Has(Value key ///< Property key + ) const; + + /// Checks whether a named property is present. + MaybeOrValue Has( + const char* utf8name ///< UTF-8 encoded null-terminated property name + ) const; + + /// Checks whether a named property is present. + MaybeOrValue Has( + const std::string& utf8name ///< UTF-8 encoded property name + ) const; + + /// Checks whether a own property is present. + MaybeOrValue HasOwnProperty(napi_value key ///< Property key primitive + ) const; + + /// Checks whether a own property is present. + MaybeOrValue HasOwnProperty(Value key ///< Property key + ) const; + + /// Checks whether a own property is present. + MaybeOrValue HasOwnProperty( + const char* utf8name ///< UTF-8 encoded null-terminated property name + ) const; + + /// Checks whether a own property is present. + MaybeOrValue HasOwnProperty( + const std::string& utf8name ///< UTF-8 encoded property name + ) const; + + /// Gets a property. + MaybeOrValue Get(napi_value key ///< Property key primitive + ) const; + + /// Gets a property. + MaybeOrValue Get(Value key ///< Property key + ) const; + + /// Gets a named property. + MaybeOrValue Get( + const char* utf8name ///< UTF-8 encoded null-terminated property name + ) const; + + /// Gets a named property. + MaybeOrValue Get( + const std::string& utf8name ///< UTF-8 encoded property name + ) const; + + /// Sets a property. + template + MaybeOrValue Set(napi_value key, ///< Property key primitive + const ValueType& value ///< Property value primitive + ) const; + + /// Sets a property. + template + MaybeOrValue Set(Value key, ///< Property key + const ValueType& value ///< Property value + ) const; + + /// Sets a named property. + template + MaybeOrValue Set( + const char* utf8name, ///< UTF-8 encoded null-terminated property name + const ValueType& value) const; + + /// Sets a named property. + template + MaybeOrValue Set( + const std::string& utf8name, ///< UTF-8 encoded property name + const ValueType& value ///< Property value primitive + ) const; + + /// Delete property. + MaybeOrValue Delete(napi_value key ///< Property key primitive + ) const; + + /// Delete property. + MaybeOrValue Delete(Value key ///< Property key + ) const; + + /// Delete property. + MaybeOrValue Delete( + const char* utf8name ///< UTF-8 encoded null-terminated property name + ) const; + + /// Delete property. + MaybeOrValue Delete( + const std::string& utf8name ///< UTF-8 encoded property name + ) const; + + /// Checks whether an indexed property is present. + MaybeOrValue Has(uint32_t index ///< Property / element index + ) const; + + /// Gets an indexed property or array element. + MaybeOrValue Get(uint32_t index ///< Property / element index + ) const; + + /// Sets an indexed property or array element. + template + MaybeOrValue Set(uint32_t index, ///< Property / element index + const ValueType& value ///< Property value primitive + ) const; + + /// Deletes an indexed property or array element. + MaybeOrValue Delete(uint32_t index ///< Property / element index + ) const; + + /// This operation can fail in case of Proxy.[[OwnPropertyKeys]] and + /// Proxy.[[GetOwnProperty]] calling into JavaScript. See: + /// - + /// https://tc39.es/ecma262/#sec-proxy-object-internal-methods-and-internal-slots-ownpropertykeys + /// - + /// https://tc39.es/ecma262/#sec-proxy-object-internal-methods-and-internal-slots-getownproperty-p + MaybeOrValue GetPropertyNames() const; ///< Get all property names + + /// Defines a property on the object. + /// + /// This operation can fail in case of Proxy.[[DefineOwnProperty]] calling + /// into JavaScript. See + /// https://tc39.es/ecma262/#sec-proxy-object-internal-methods-and-internal-slots-defineownproperty-p-desc + MaybeOrValue DefineProperty( + const PropertyDescriptor& + property ///< Descriptor for the property to be defined + ) const; + + /// Defines properties on the object. + /// + /// This operation can fail in case of Proxy.[[DefineOwnProperty]] calling + /// into JavaScript. See + /// https://tc39.es/ecma262/#sec-proxy-object-internal-methods-and-internal-slots-defineownproperty-p-desc + MaybeOrValue DefineProperties( + const std::initializer_list& properties + ///< List of descriptors for the properties to be defined + ) const; + + /// Defines properties on the object. + /// + /// This operation can fail in case of Proxy.[[DefineOwnProperty]] calling + /// into JavaScript. See + /// https://tc39.es/ecma262/#sec-proxy-object-internal-methods-and-internal-slots-defineownproperty-p-desc + MaybeOrValue DefineProperties( + const std::vector& properties + ///< Vector of descriptors for the properties to be defined + ) const; + + /// Checks if an object is an instance created by a constructor function. + /// + /// This is equivalent to the JavaScript `instanceof` operator. + /// + /// This operation can fail in case of Proxy.[[GetPrototypeOf]] calling into + /// JavaScript. + /// See + /// https://tc39.es/ecma262/#sec-proxy-object-internal-methods-and-internal-slots-getprototypeof + MaybeOrValue InstanceOf( + const Function& constructor ///< Constructor function + ) const; + + template + inline void AddFinalizer(Finalizer finalizeCallback, T* data) const; + + template + inline void AddFinalizer(Finalizer finalizeCallback, + T* data, + Hint* finalizeHint) const; + +#ifdef NAPI_CPP_EXCEPTIONS + class const_iterator; + + inline const_iterator begin() const; + + inline const_iterator end() const; + + class iterator; + + inline iterator begin(); + + inline iterator end(); +#endif // NAPI_CPP_EXCEPTIONS + +#if NAPI_VERSION >= 8 + /// This operation can fail in case of Proxy.[[GetPrototypeOf]] calling into + /// JavaScript. + /// See + /// https://tc39.es/ecma262/#sec-proxy-object-internal-methods-and-internal-slots-getprototypeof + MaybeOrValue Freeze() const; + /// This operation can fail in case of Proxy.[[GetPrototypeOf]] calling into + /// JavaScript. + /// See + /// https://tc39.es/ecma262/#sec-proxy-object-internal-methods-and-internal-slots-getprototypeof + MaybeOrValue Seal() const; +#endif // NAPI_VERSION >= 8 +}; + +template +class External : public TypeTaggable { + public: + static External New(napi_env env, T* data); + + // Finalizer must implement `void operator()(Env env, T* data)`. + template + static External New(napi_env env, T* data, Finalizer finalizeCallback); + // Finalizer must implement `void operator()(Env env, T* data, Hint* hint)`. + template + static External New(napi_env env, + T* data, + Finalizer finalizeCallback, + Hint* finalizeHint); + + static void CheckCast(napi_env env, napi_value value); + + External(); + External(napi_env env, napi_value value); + + T* Data() const; +}; + +class Array : public Object { + public: + static Array New(napi_env env); + static Array New(napi_env env, size_t length); + + static void CheckCast(napi_env env, napi_value value); + + Array(); + Array(napi_env env, napi_value value); + + uint32_t Length() const; +}; + +#ifdef NAPI_CPP_EXCEPTIONS +class Object::const_iterator { + private: + enum class Type { BEGIN, END }; + + inline const_iterator(const Object* object, const Type type); + + public: + inline const_iterator& operator++(); + + inline bool operator==(const const_iterator& other) const; + + inline bool operator!=(const const_iterator& other) const; + + inline const std::pair> operator*() + const; + + private: + const Napi::Object* _object; + Array _keys; + uint32_t _index; + + friend class Object; +}; + +class Object::iterator { + private: + enum class Type { BEGIN, END }; + + inline iterator(Object* object, const Type type); + + public: + inline iterator& operator++(); + + inline bool operator==(const iterator& other) const; + + inline bool operator!=(const iterator& other) const; + + inline std::pair> operator*(); + + private: + Napi::Object* _object; + Array _keys; + uint32_t _index; + + friend class Object; +}; +#endif // NAPI_CPP_EXCEPTIONS + +/// A JavaScript array buffer value. +class ArrayBuffer : public Object { + public: + /// Creates a new ArrayBuffer instance over a new automatically-allocated + /// buffer. + static ArrayBuffer New( + napi_env env, ///< Node-API environment + size_t byteLength ///< Length of the buffer to be allocated, in bytes + ); + +#ifndef NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED + /// Creates a new ArrayBuffer instance, using an external buffer with + /// specified byte length. + static ArrayBuffer New( + napi_env env, ///< Node-API environment + void* externalData, ///< Pointer to the external buffer to be used by + ///< the array + size_t byteLength ///< Length of the external buffer to be used by the + ///< array, in bytes + ); + + /// Creates a new ArrayBuffer instance, using an external buffer with + /// specified byte length. + template + static ArrayBuffer New( + napi_env env, ///< Node-API environment + void* externalData, ///< Pointer to the external buffer to be used by + ///< the array + size_t byteLength, ///< Length of the external buffer to be used by the + ///< array, + /// in bytes + Finalizer finalizeCallback ///< Function to be called when the array + ///< buffer is destroyed; + /// must implement `void operator()(Env env, + /// void* externalData)` + ); + + /// Creates a new ArrayBuffer instance, using an external buffer with + /// specified byte length. + template + static ArrayBuffer New( + napi_env env, ///< Node-API environment + void* externalData, ///< Pointer to the external buffer to be used by + ///< the array + size_t byteLength, ///< Length of the external buffer to be used by the + ///< array, + /// in bytes + Finalizer finalizeCallback, ///< Function to be called when the array + ///< buffer is destroyed; + /// must implement `void operator()(Env + /// env, void* externalData, Hint* hint)` + Hint* finalizeHint ///< Hint (second parameter) to be passed to the + ///< finalize callback + ); +#endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED + + static void CheckCast(napi_env env, napi_value value); + + ArrayBuffer(); ///< Creates a new _empty_ ArrayBuffer instance. + ArrayBuffer(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + void* Data(); ///< Gets a pointer to the data buffer. + size_t ByteLength(); ///< Gets the length of the array buffer in bytes. + +#if NAPI_VERSION >= 7 + bool IsDetached() const; + void Detach(); +#endif // NAPI_VERSION >= 7 +}; + +/// A JavaScript typed-array value with unknown array type. +/// +/// For type-specific operations, cast to a `TypedArrayOf` instance using the +/// `As()` method: +/// +/// Napi::TypedArray array = ... +/// if (t.TypedArrayType() == napi_int32_array) { +/// Napi::Int32Array int32Array = t.As(); +/// } +class TypedArray : public Object { + public: + static void CheckCast(napi_env env, napi_value value); + + TypedArray(); ///< Creates a new _empty_ TypedArray instance. + TypedArray(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + napi_typedarray_type TypedArrayType() + const; ///< Gets the type of this typed-array. + Napi::ArrayBuffer ArrayBuffer() const; ///< Gets the backing array buffer. + + uint8_t ElementSize() + const; ///< Gets the size in bytes of one element in the array. + size_t ElementLength() const; ///< Gets the number of elements in the array. + size_t ByteOffset() + const; ///< Gets the offset into the buffer where the array starts. + size_t ByteLength() const; ///< Gets the length of the array in bytes. + + protected: + /// !cond INTERNAL + napi_typedarray_type _type; + size_t _length; + + TypedArray(napi_env env, + napi_value value, + napi_typedarray_type type, + size_t length); + + template + static +#if defined(NAPI_HAS_CONSTEXPR) + constexpr +#endif + napi_typedarray_type + TypedArrayTypeForPrimitiveType() { + return std::is_same::value ? napi_int8_array + : std::is_same::value ? napi_uint8_array + : std::is_same::value ? napi_int16_array + : std::is_same::value ? napi_uint16_array + : std::is_same::value ? napi_int32_array + : std::is_same::value ? napi_uint32_array + : std::is_same::value ? napi_float32_array + : std::is_same::value ? napi_float64_array +#if NAPI_VERSION > 5 + : std::is_same::value ? napi_bigint64_array + : std::is_same::value ? napi_biguint64_array +#endif // NAPI_VERSION > 5 + : napi_int8_array; + } + /// !endcond +}; + +/// A JavaScript typed-array value with known array type. +/// +/// Note while it is possible to create and access Uint8 "clamped" arrays using +/// this class, the _clamping_ behavior is only applied in JavaScript. +template +class TypedArrayOf : public TypedArray { + public: + /// Creates a new TypedArray instance over a new automatically-allocated array + /// buffer. + /// + /// The array type parameter can normally be omitted (because it is inferred + /// from the template parameter T), except when creating a "clamped" array: + /// + /// Uint8Array::New(env, length, napi_uint8_clamped_array) + static TypedArrayOf New( + napi_env env, ///< Node-API environment + size_t elementLength, ///< Length of the created array, as a number of + ///< elements +#if defined(NAPI_HAS_CONSTEXPR) + napi_typedarray_type type = + TypedArray::TypedArrayTypeForPrimitiveType() +#else + napi_typedarray_type type +#endif + ///< Type of array, if different from the default array type for the + ///< template parameter T. + ); + + /// Creates a new TypedArray instance over a provided array buffer. + /// + /// The array type parameter can normally be omitted (because it is inferred + /// from the template parameter T), except when creating a "clamped" array: + /// + /// Uint8Array::New(env, length, buffer, 0, napi_uint8_clamped_array) + static TypedArrayOf New( + napi_env env, ///< Node-API environment + size_t elementLength, ///< Length of the created array, as a number of + ///< elements + Napi::ArrayBuffer arrayBuffer, ///< Backing array buffer instance to use + size_t bufferOffset, ///< Offset into the array buffer where the + ///< typed-array starts +#if defined(NAPI_HAS_CONSTEXPR) + napi_typedarray_type type = + TypedArray::TypedArrayTypeForPrimitiveType() +#else + napi_typedarray_type type +#endif + ///< Type of array, if different from the default array type for the + ///< template parameter T. + ); + + static void CheckCast(napi_env env, napi_value value); + + TypedArrayOf(); ///< Creates a new _empty_ TypedArrayOf instance. + TypedArrayOf(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + T& operator[](size_t index); ///< Gets or sets an element in the array. + const T& operator[](size_t index) const; ///< Gets an element in the array. + + /// Gets a pointer to the array's backing buffer. + /// + /// This is not necessarily the same as the `ArrayBuffer::Data()` pointer, + /// because the typed-array may have a non-zero `ByteOffset()` into the + /// `ArrayBuffer`. + T* Data(); + + /// Gets a pointer to the array's backing buffer. + /// + /// This is not necessarily the same as the `ArrayBuffer::Data()` pointer, + /// because the typed-array may have a non-zero `ByteOffset()` into the + /// `ArrayBuffer`. + const T* Data() const; + + private: + T* _data; + + TypedArrayOf(napi_env env, + napi_value value, + napi_typedarray_type type, + size_t length, + T* data); +}; + +/// The DataView provides a low-level interface for reading/writing multiple +/// number types in an ArrayBuffer irrespective of the platform's endianness. +class DataView : public Object { + public: + static DataView New(napi_env env, Napi::ArrayBuffer arrayBuffer); + static DataView New(napi_env env, + Napi::ArrayBuffer arrayBuffer, + size_t byteOffset); + static DataView New(napi_env env, + Napi::ArrayBuffer arrayBuffer, + size_t byteOffset, + size_t byteLength); + + static void CheckCast(napi_env env, napi_value value); + + DataView(); ///< Creates a new _empty_ DataView instance. + DataView(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + Napi::ArrayBuffer ArrayBuffer() const; ///< Gets the backing array buffer. + size_t ByteOffset() + const; ///< Gets the offset into the buffer where the array starts. + size_t ByteLength() const; ///< Gets the length of the array in bytes. + + void* Data() const; + + float GetFloat32(size_t byteOffset) const; + double GetFloat64(size_t byteOffset) const; + int8_t GetInt8(size_t byteOffset) const; + int16_t GetInt16(size_t byteOffset) const; + int32_t GetInt32(size_t byteOffset) const; + uint8_t GetUint8(size_t byteOffset) const; + uint16_t GetUint16(size_t byteOffset) const; + uint32_t GetUint32(size_t byteOffset) const; + + void SetFloat32(size_t byteOffset, float value) const; + void SetFloat64(size_t byteOffset, double value) const; + void SetInt8(size_t byteOffset, int8_t value) const; + void SetInt16(size_t byteOffset, int16_t value) const; + void SetInt32(size_t byteOffset, int32_t value) const; + void SetUint8(size_t byteOffset, uint8_t value) const; + void SetUint16(size_t byteOffset, uint16_t value) const; + void SetUint32(size_t byteOffset, uint32_t value) const; + + private: + template + T ReadData(size_t byteOffset) const; + + template + void WriteData(size_t byteOffset, T value) const; + + void* _data; + size_t _length; +}; + +class Function : public Object { + public: + using VoidCallback = void (*)(const CallbackInfo& info); + using Callback = Value (*)(const CallbackInfo& info); + + template + static Function New(napi_env env, + const char* utf8name = nullptr, + void* data = nullptr); + + template + static Function New(napi_env env, + const char* utf8name = nullptr, + void* data = nullptr); + + template + static Function New(napi_env env, + const std::string& utf8name, + void* data = nullptr); + + template + static Function New(napi_env env, + const std::string& utf8name, + void* data = nullptr); + + /// Callable must implement operator() accepting a const CallbackInfo& + /// and return either void or Value. + template + static Function New(napi_env env, + Callable cb, + const char* utf8name = nullptr, + void* data = nullptr); + /// Callable must implement operator() accepting a const CallbackInfo& + /// and return either void or Value. + template + static Function New(napi_env env, + Callable cb, + const std::string& utf8name, + void* data = nullptr); + + static void CheckCast(napi_env env, napi_value value); + + Function(); + Function(napi_env env, napi_value value); + + MaybeOrValue operator()( + const std::initializer_list& args) const; + + MaybeOrValue Call(const std::initializer_list& args) const; + MaybeOrValue Call(const std::vector& args) const; + MaybeOrValue Call(const std::vector& args) const; + MaybeOrValue Call(size_t argc, const napi_value* args) const; + MaybeOrValue Call(napi_value recv, + const std::initializer_list& args) const; + MaybeOrValue Call(napi_value recv, + const std::vector& args) const; + MaybeOrValue Call(napi_value recv, + const std::vector& args) const; + MaybeOrValue Call(napi_value recv, + size_t argc, + const napi_value* args) const; + + MaybeOrValue MakeCallback( + napi_value recv, + const std::initializer_list& args, + napi_async_context context = nullptr) const; + MaybeOrValue MakeCallback(napi_value recv, + const std::vector& args, + napi_async_context context = nullptr) const; + MaybeOrValue MakeCallback(napi_value recv, + size_t argc, + const napi_value* args, + napi_async_context context = nullptr) const; + + MaybeOrValue New(const std::initializer_list& args) const; + MaybeOrValue New(const std::vector& args) const; + MaybeOrValue New(size_t argc, const napi_value* args) const; +}; + +class Promise : public Object { + public: + class Deferred { + public: + static Deferred New(napi_env env); + Deferred(napi_env env); + + Napi::Promise Promise() const; + Napi::Env Env() const; + + void Resolve(napi_value value) const; + void Reject(napi_value value) const; + + private: + napi_env _env; + napi_deferred _deferred; + napi_value _promise; + }; + + static void CheckCast(napi_env env, napi_value value); + + Promise(napi_env env, napi_value value); +}; + +template +class Buffer : public Uint8Array { + public: + static Buffer New(napi_env env, size_t length); +#ifndef NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED + static Buffer New(napi_env env, T* data, size_t length); + + // Finalizer must implement `void operator()(Env env, T* data)`. + template + static Buffer New(napi_env env, + T* data, + size_t length, + Finalizer finalizeCallback); + // Finalizer must implement `void operator()(Env env, T* data, Hint* hint)`. + template + static Buffer New(napi_env env, + T* data, + size_t length, + Finalizer finalizeCallback, + Hint* finalizeHint); +#endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED + + static Buffer NewOrCopy(napi_env env, T* data, size_t length); + // Finalizer must implement `void operator()(Env env, T* data)`. + template + static Buffer NewOrCopy(napi_env env, + T* data, + size_t length, + Finalizer finalizeCallback); + // Finalizer must implement `void operator()(Env env, T* data, Hint* hint)`. + template + static Buffer NewOrCopy(napi_env env, + T* data, + size_t length, + Finalizer finalizeCallback, + Hint* finalizeHint); + + static Buffer Copy(napi_env env, const T* data, size_t length); + + static void CheckCast(napi_env env, napi_value value); + + Buffer(); + Buffer(napi_env env, napi_value value); + size_t Length() const; + T* Data() const; + + private: +}; + +/// Holds a counted reference to a value; initially a weak reference unless +/// otherwise specified, may be changed to/from a strong reference by adjusting +/// the refcount. +/// +/// The referenced value is not immediately destroyed when the reference count +/// is zero; it is merely then eligible for garbage-collection if there are no +/// other references to the value. +template +class Reference { + public: + static Reference New(const T& value, uint32_t initialRefcount = 0); + + Reference(); + Reference(napi_env env, napi_ref ref); + ~Reference(); + + // A reference can be moved but cannot be copied. + Reference(Reference&& other); + Reference& operator=(Reference&& other); + NAPI_DISALLOW_ASSIGN(Reference) + + operator napi_ref() const; + bool operator==(const Reference& other) const; + bool operator!=(const Reference& other) const; + + Napi::Env Env() const; + bool IsEmpty() const; + + // Note when getting the value of a Reference it is usually correct to do so + // within a HandleScope so that the value handle gets cleaned up efficiently. + T Value() const; + + uint32_t Ref() const; + uint32_t Unref() const; + void Reset(); + void Reset(const T& value, uint32_t refcount = 0); + + // Call this on a reference that is declared as static data, to prevent its + // destructor from running at program shutdown time, which would attempt to + // reset the reference when the environment is no longer valid. Avoid using + // this if at all possible. If you do need to use static data, MAKE SURE to + // warn your users that your addon is NOT threadsafe. + void SuppressDestruct(); + + protected: + Reference(const Reference&); + + /// !cond INTERNAL + napi_env _env; + napi_ref _ref; + /// !endcond + + private: + bool _suppressDestruct; +}; + +class ObjectReference : public Reference { + public: + ObjectReference(); + ObjectReference(napi_env env, napi_ref ref); + + // A reference can be moved but cannot be copied. + ObjectReference(Reference&& other); + ObjectReference& operator=(Reference&& other); + ObjectReference(ObjectReference&& other); + ObjectReference& operator=(ObjectReference&& other); + NAPI_DISALLOW_ASSIGN(ObjectReference) + + MaybeOrValue Get(const char* utf8name) const; + MaybeOrValue Get(const std::string& utf8name) const; + MaybeOrValue Set(const char* utf8name, napi_value value) const; + MaybeOrValue Set(const char* utf8name, Napi::Value value) const; + MaybeOrValue Set(const char* utf8name, const char* utf8value) const; + MaybeOrValue Set(const char* utf8name, bool boolValue) const; + MaybeOrValue Set(const char* utf8name, double numberValue) const; + MaybeOrValue Set(const std::string& utf8name, napi_value value) const; + MaybeOrValue Set(const std::string& utf8name, Napi::Value value) const; + MaybeOrValue Set(const std::string& utf8name, + std::string& utf8value) const; + MaybeOrValue Set(const std::string& utf8name, bool boolValue) const; + MaybeOrValue Set(const std::string& utf8name, double numberValue) const; + + MaybeOrValue Get(uint32_t index) const; + MaybeOrValue Set(uint32_t index, const napi_value value) const; + MaybeOrValue Set(uint32_t index, const Napi::Value value) const; + MaybeOrValue Set(uint32_t index, const char* utf8value) const; + MaybeOrValue Set(uint32_t index, const std::string& utf8value) const; + MaybeOrValue Set(uint32_t index, bool boolValue) const; + MaybeOrValue Set(uint32_t index, double numberValue) const; + + protected: + ObjectReference(const ObjectReference&); +}; + +class FunctionReference : public Reference { + public: + FunctionReference(); + FunctionReference(napi_env env, napi_ref ref); + + // A reference can be moved but cannot be copied. + FunctionReference(Reference&& other); + FunctionReference& operator=(Reference&& other); + FunctionReference(FunctionReference&& other); + FunctionReference& operator=(FunctionReference&& other); + NAPI_DISALLOW_ASSIGN_COPY(FunctionReference) + + MaybeOrValue operator()( + const std::initializer_list& args) const; + + MaybeOrValue Call( + const std::initializer_list& args) const; + MaybeOrValue Call(const std::vector& args) const; + MaybeOrValue Call( + napi_value recv, const std::initializer_list& args) const; + MaybeOrValue Call(napi_value recv, + const std::vector& args) const; + MaybeOrValue Call(napi_value recv, + size_t argc, + const napi_value* args) const; + + MaybeOrValue MakeCallback( + napi_value recv, + const std::initializer_list& args, + napi_async_context context = nullptr) const; + MaybeOrValue MakeCallback( + napi_value recv, + const std::vector& args, + napi_async_context context = nullptr) const; + MaybeOrValue MakeCallback( + napi_value recv, + size_t argc, + const napi_value* args, + napi_async_context context = nullptr) const; + + MaybeOrValue New(const std::initializer_list& args) const; + MaybeOrValue New(const std::vector& args) const; +}; + +// Shortcuts to creating a new reference with inferred type and refcount = 0. +template +Reference Weak(T value); +ObjectReference Weak(Object value); +FunctionReference Weak(Function value); + +// Shortcuts to creating a new reference with inferred type and refcount = 1. +template +Reference Persistent(T value); +ObjectReference Persistent(Object value); +FunctionReference Persistent(Function value); + +/// A persistent reference to a JavaScript error object. Use of this class +/// depends somewhat on whether C++ exceptions are enabled at compile time. +/// +/// ### Handling Errors With C++ Exceptions +/// +/// If C++ exceptions are enabled, then the `Error` class extends +/// `std::exception` and enables integrated error-handling for C++ exceptions +/// and JavaScript exceptions. +/// +/// If a Node-API call fails without executing any JavaScript code (for +/// example due to an invalid argument), then the Node-API wrapper +/// automatically converts and throws the error as a C++ exception of type +/// `Napi::Error`. Or if a JavaScript function called by C++ code via Node-API +/// throws a JavaScript exception, then the Node-API wrapper automatically +/// converts and throws it as a C++ exception of type `Napi::Error`. +/// +/// If a C++ exception of type `Napi::Error` escapes from a Node-API C++ +/// callback, then the Node-API wrapper automatically converts and throws it +/// as a JavaScript exception. Therefore, catching a C++ exception of type +/// `Napi::Error` prevents a JavaScript exception from being thrown. +/// +/// #### Example 1A - Throwing a C++ exception: +/// +/// Napi::Env env = ... +/// throw Napi::Error::New(env, "Example exception"); +/// +/// Following C++ statements will not be executed. The exception will bubble +/// up as a C++ exception of type `Napi::Error`, until it is either caught +/// while still in C++, or else automatically propataged as a JavaScript +/// exception when the callback returns to JavaScript. +/// +/// #### Example 2A - Propagating a Node-API C++ exception: +/// +/// Napi::Function jsFunctionThatThrows = someObj.As(); +/// Napi::Value result = jsFunctionThatThrows({ arg1, arg2 }); +/// +/// Following C++ statements will not be executed. The exception will bubble +/// up as a C++ exception of type `Napi::Error`, until it is either caught +/// while still in C++, or else automatically propagated as a JavaScript +/// exception when the callback returns to JavaScript. +/// +/// #### Example 3A - Handling a Node-API C++ exception: +/// +/// Napi::Function jsFunctionThatThrows = someObj.As(); +/// Napi::Value result; +/// try { +/// result = jsFunctionThatThrows({ arg1, arg2 }); +/// } catch (const Napi::Error& e) { +/// cerr << "Caught JavaScript exception: " + e.what(); +/// } +/// +/// Since the exception was caught here, it will not be propagated as a +/// JavaScript exception. +/// +/// ### Handling Errors Without C++ Exceptions +/// +/// If C++ exceptions are disabled (by defining `NAPI_DISABLE_CPP_EXCEPTIONS`) +/// then this class does not extend `std::exception`, and APIs in the `Napi` +/// namespace do not throw C++ exceptions when they fail. Instead, they raise +/// _pending_ JavaScript exceptions and return _empty_ `Value`s. Calling code +/// should check `Value::IsEmpty()` before attempting to use a returned value, +/// and may use methods on the `Env` class to check for, get, and clear a +/// pending JavaScript exception. If the pending exception is not cleared, it +/// will be thrown when the native callback returns to JavaScript. +/// +/// #### Example 1B - Throwing a JS exception +/// +/// Napi::Env env = ... +/// Napi::Error::New(env, "Example +/// exception").ThrowAsJavaScriptException(); return; +/// +/// After throwing a JS exception, the code should generally return +/// immediately from the native callback, after performing any necessary +/// cleanup. +/// +/// #### Example 2B - Propagating a Node-API JS exception: +/// +/// Napi::Function jsFunctionThatThrows = someObj.As(); +/// Napi::Value result = jsFunctionThatThrows({ arg1, arg2 }); +/// if (result.IsEmpty()) return; +/// +/// An empty value result from a Node-API call indicates an error occurred, +/// and a JavaScript exception is pending. To let the exception propagate, the +/// code should generally return immediately from the native callback, after +/// performing any necessary cleanup. +/// +/// #### Example 3B - Handling a Node-API JS exception: +/// +/// Napi::Function jsFunctionThatThrows = someObj.As(); +/// Napi::Value result = jsFunctionThatThrows({ arg1, arg2 }); +/// if (result.IsEmpty()) { +/// Napi::Error e = env.GetAndClearPendingException(); +/// cerr << "Caught JavaScript exception: " + e.Message(); +/// } +/// +/// Since the exception was cleared here, it will not be propagated as a +/// JavaScript exception after the native callback returns. +class Error : public ObjectReference +#ifdef NAPI_CPP_EXCEPTIONS + , + public std::exception +#endif // NAPI_CPP_EXCEPTIONS +{ + public: + static Error New(napi_env env); + static Error New(napi_env env, const char* message); + static Error New(napi_env env, const std::string& message); + + static NAPI_NO_RETURN void Fatal(const char* location, const char* message); + + Error(); + Error(napi_env env, napi_value value); + + // An error can be moved or copied. + Error(Error&& other); + Error& operator=(Error&& other); + Error(const Error&); + Error& operator=(const Error&); + + const std::string& Message() const NAPI_NOEXCEPT; + void ThrowAsJavaScriptException() const; + + Object Value() const; + +#ifdef NAPI_CPP_EXCEPTIONS + const char* what() const NAPI_NOEXCEPT override; +#endif // NAPI_CPP_EXCEPTIONS + + protected: + /// !cond INTERNAL + using create_error_fn = napi_status (*)(napi_env envb, + napi_value code, + napi_value msg, + napi_value* result); + + template + static TError New(napi_env env, + const char* message, + size_t length, + create_error_fn create_error); + /// !endcond + + private: + static inline const char* ERROR_WRAP_VALUE() NAPI_NOEXCEPT; + mutable std::string _message; +}; + +class TypeError : public Error { + public: + static TypeError New(napi_env env, const char* message); + static TypeError New(napi_env env, const std::string& message); + + TypeError(); + TypeError(napi_env env, napi_value value); +}; + +class RangeError : public Error { + public: + static RangeError New(napi_env env, const char* message); + static RangeError New(napi_env env, const std::string& message); + + RangeError(); + RangeError(napi_env env, napi_value value); +}; + +#if NAPI_VERSION > 8 +class SyntaxError : public Error { + public: + static SyntaxError New(napi_env env, const char* message); + static SyntaxError New(napi_env env, const std::string& message); + + SyntaxError(); + SyntaxError(napi_env env, napi_value value); +}; +#endif // NAPI_VERSION > 8 + +class CallbackInfo { + public: + CallbackInfo(napi_env env, napi_callback_info info); + ~CallbackInfo(); + + // Disallow copying to prevent multiple free of _dynamicArgs + NAPI_DISALLOW_ASSIGN_COPY(CallbackInfo) + + Napi::Env Env() const; + Value NewTarget() const; + bool IsConstructCall() const; + size_t Length() const; + const Value operator[](size_t index) const; + Value This() const; + void* Data() const; + void SetData(void* data); + explicit operator napi_callback_info() const; + + private: + const size_t _staticArgCount = 6; + napi_env _env; + napi_callback_info _info; + napi_value _this; + size_t _argc; + napi_value* _argv; + napi_value _staticArgs[6]; + napi_value* _dynamicArgs; + void* _data; +}; + +class PropertyDescriptor { + public: + using GetterCallback = Napi::Value (*)(const Napi::CallbackInfo& info); + using SetterCallback = void (*)(const Napi::CallbackInfo& info); + +#ifndef NODE_ADDON_API_DISABLE_DEPRECATED + template + static PropertyDescriptor Accessor( + const char* utf8name, + Getter getter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor( + const std::string& utf8name, + Getter getter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor( + napi_value name, + Getter getter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor( + Name name, + Getter getter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor( + const char* utf8name, + Getter getter, + Setter setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor( + const std::string& utf8name, + Getter getter, + Setter setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor( + napi_value name, + Getter getter, + Setter setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor( + Name name, + Getter getter, + Setter setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Function( + const char* utf8name, + Callable cb, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Function( + const std::string& utf8name, + Callable cb, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Function( + napi_value name, + Callable cb, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Function( + Name name, + Callable cb, + napi_property_attributes attributes = napi_default, + void* data = nullptr); +#endif // !NODE_ADDON_API_DISABLE_DEPRECATED + + template + static PropertyDescriptor Accessor( + const char* utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + + template + static PropertyDescriptor Accessor( + const std::string& utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + + template + static PropertyDescriptor Accessor( + Name name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + + template + static PropertyDescriptor Accessor( + const char* utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + + template + static PropertyDescriptor Accessor( + const std::string& utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + + template + static PropertyDescriptor Accessor( + Name name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + + template + static PropertyDescriptor Accessor( + Napi::Env env, + Napi::Object object, + const char* utf8name, + Getter getter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor( + Napi::Env env, + Napi::Object object, + const std::string& utf8name, + Getter getter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor( + Napi::Env env, + Napi::Object object, + Name name, + Getter getter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor( + Napi::Env env, + Napi::Object object, + const char* utf8name, + Getter getter, + Setter setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor( + Napi::Env env, + Napi::Object object, + const std::string& utf8name, + Getter getter, + Setter setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor( + Napi::Env env, + Napi::Object object, + Name name, + Getter getter, + Setter setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Function( + Napi::Env env, + Napi::Object object, + const char* utf8name, + Callable cb, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Function( + Napi::Env env, + Napi::Object object, + const std::string& utf8name, + Callable cb, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Function( + Napi::Env env, + Napi::Object object, + Name name, + Callable cb, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor Value( + const char* utf8name, + napi_value value, + napi_property_attributes attributes = napi_default); + static PropertyDescriptor Value( + const std::string& utf8name, + napi_value value, + napi_property_attributes attributes = napi_default); + static PropertyDescriptor Value( + napi_value name, + napi_value value, + napi_property_attributes attributes = napi_default); + static PropertyDescriptor Value( + Name name, + Napi::Value value, + napi_property_attributes attributes = napi_default); + + PropertyDescriptor(napi_property_descriptor desc); + + operator napi_property_descriptor&(); + operator const napi_property_descriptor&() const; + + private: + napi_property_descriptor _desc; +}; + +/// Property descriptor for use with `ObjectWrap::DefineClass()`. +/// +/// This is different from the standalone `PropertyDescriptor` because it is +/// specific to each `ObjectWrap` subclass. This prevents using descriptors +/// from a different class when defining a new class (preventing the callbacks +/// from having incorrect `this` pointers). +template +class ClassPropertyDescriptor { + public: + ClassPropertyDescriptor(napi_property_descriptor desc) : _desc(desc) {} + + operator napi_property_descriptor&() { return _desc; } + operator const napi_property_descriptor&() const { return _desc; } + + private: + napi_property_descriptor _desc; +}; + +template +struct MethodCallbackData { + TCallback callback; + void* data; +}; + +template +struct AccessorCallbackData { + TGetterCallback getterCallback; + TSetterCallback setterCallback; + void* data; +}; + +template +class InstanceWrap { + public: + using InstanceVoidMethodCallback = void (T::*)(const CallbackInfo& info); + using InstanceMethodCallback = Napi::Value (T::*)(const CallbackInfo& info); + using InstanceGetterCallback = Napi::Value (T::*)(const CallbackInfo& info); + using InstanceSetterCallback = void (T::*)(const CallbackInfo& info, + const Napi::Value& value); + + using PropertyDescriptor = ClassPropertyDescriptor; + + static PropertyDescriptor InstanceMethod( + const char* utf8name, + InstanceVoidMethodCallback method, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor InstanceMethod( + const char* utf8name, + InstanceMethodCallback method, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor InstanceMethod( + Symbol name, + InstanceVoidMethodCallback method, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor InstanceMethod( + Symbol name, + InstanceMethodCallback method, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor InstanceMethod( + const char* utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor InstanceMethod( + const char* utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor InstanceMethod( + Symbol name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor InstanceMethod( + Symbol name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor InstanceAccessor( + const char* utf8name, + InstanceGetterCallback getter, + InstanceSetterCallback setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor InstanceAccessor( + Symbol name, + InstanceGetterCallback getter, + InstanceSetterCallback setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor InstanceAccessor( + const char* utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor InstanceAccessor( + Symbol name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor InstanceValue( + const char* utf8name, + Napi::Value value, + napi_property_attributes attributes = napi_default); + static PropertyDescriptor InstanceValue( + Symbol name, + Napi::Value value, + napi_property_attributes attributes = napi_default); + + protected: + static void AttachPropData(napi_env env, + napi_value value, + const napi_property_descriptor* prop); + + private: + using This = InstanceWrap; + + using InstanceVoidMethodCallbackData = + MethodCallbackData; + using InstanceMethodCallbackData = + MethodCallbackData; + using InstanceAccessorCallbackData = + AccessorCallbackData; + + static napi_value InstanceVoidMethodCallbackWrapper(napi_env env, + napi_callback_info info); + static napi_value InstanceMethodCallbackWrapper(napi_env env, + napi_callback_info info); + static napi_value InstanceGetterCallbackWrapper(napi_env env, + napi_callback_info info); + static napi_value InstanceSetterCallbackWrapper(napi_env env, + napi_callback_info info); + + template + static napi_value WrappedMethod(napi_env env, + napi_callback_info info) NAPI_NOEXCEPT; + + template + struct SetterTag {}; + + template + static napi_callback WrapSetter(SetterTag) NAPI_NOEXCEPT { + return &This::WrappedMethod; + } + static napi_callback WrapSetter(SetterTag) NAPI_NOEXCEPT { + return nullptr; + } +}; + +/// Base class to be extended by C++ classes exposed to JavaScript; each C++ +/// class instance gets "wrapped" by a JavaScript object that is managed by this +/// class. +/// +/// At initialization time, the `DefineClass()` method must be used to +/// hook up the accessor and method callbacks. It takes a list of +/// property descriptors, which can be constructed via the various +/// static methods on the base class. +/// +/// #### Example: +/// +/// class Example: public Napi::ObjectWrap { +/// public: +/// static void Initialize(Napi::Env& env, Napi::Object& target) { +/// Napi::Function constructor = DefineClass(env, "Example", { +/// InstanceAccessor<&Example::GetSomething, +/// &Example::SetSomething>("value"), +/// InstanceMethod<&Example::DoSomething>("doSomething"), +/// }); +/// target.Set("Example", constructor); +/// } +/// +/// Example(const Napi::CallbackInfo& info); // Constructor +/// Napi::Value GetSomething(const Napi::CallbackInfo& info); +/// void SetSomething(const Napi::CallbackInfo& info, const Napi::Value& +/// value); Napi::Value DoSomething(const Napi::CallbackInfo& info); +/// } +template +class ObjectWrap : public InstanceWrap, public Reference { + public: + ObjectWrap(const CallbackInfo& callbackInfo); + virtual ~ObjectWrap(); + + static T* Unwrap(Object wrapper); + + // Methods exposed to JavaScript must conform to one of these callback + // signatures. + using StaticVoidMethodCallback = void (*)(const CallbackInfo& info); + using StaticMethodCallback = Napi::Value (*)(const CallbackInfo& info); + using StaticGetterCallback = Napi::Value (*)(const CallbackInfo& info); + using StaticSetterCallback = void (*)(const CallbackInfo& info, + const Napi::Value& value); + + using PropertyDescriptor = ClassPropertyDescriptor; + + static Function DefineClass( + Napi::Env env, + const char* utf8name, + const std::initializer_list& properties, + void* data = nullptr); + static Function DefineClass(Napi::Env env, + const char* utf8name, + const std::vector& properties, + void* data = nullptr); + static PropertyDescriptor StaticMethod( + const char* utf8name, + StaticVoidMethodCallback method, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor StaticMethod( + const char* utf8name, + StaticMethodCallback method, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor StaticMethod( + Symbol name, + StaticVoidMethodCallback method, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor StaticMethod( + Symbol name, + StaticMethodCallback method, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor StaticMethod( + const char* utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor StaticMethod( + Symbol name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor StaticMethod( + const char* utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor StaticMethod( + Symbol name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor StaticAccessor( + const char* utf8name, + StaticGetterCallback getter, + StaticSetterCallback setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor StaticAccessor( + Symbol name, + StaticGetterCallback getter, + StaticSetterCallback setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor StaticAccessor( + const char* utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor StaticAccessor( + Symbol name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor StaticValue( + const char* utf8name, + Napi::Value value, + napi_property_attributes attributes = napi_default); + static PropertyDescriptor StaticValue( + Symbol name, + Napi::Value value, + napi_property_attributes attributes = napi_default); + static Napi::Value OnCalledAsFunction(const Napi::CallbackInfo& callbackInfo); + virtual void Finalize(Napi::Env env); + + private: + using This = ObjectWrap; + + static napi_value ConstructorCallbackWrapper(napi_env env, + napi_callback_info info); + static napi_value StaticVoidMethodCallbackWrapper(napi_env env, + napi_callback_info info); + static napi_value StaticMethodCallbackWrapper(napi_env env, + napi_callback_info info); + static napi_value StaticGetterCallbackWrapper(napi_env env, + napi_callback_info info); + static napi_value StaticSetterCallbackWrapper(napi_env env, + napi_callback_info info); + static void FinalizeCallback(napi_env env, void* data, void* hint); + static Function DefineClass(Napi::Env env, + const char* utf8name, + const size_t props_count, + const napi_property_descriptor* props, + void* data = nullptr); + + using StaticVoidMethodCallbackData = + MethodCallbackData; + using StaticMethodCallbackData = MethodCallbackData; + + using StaticAccessorCallbackData = + AccessorCallbackData; + + template + static napi_value WrappedMethod(napi_env env, + napi_callback_info info) NAPI_NOEXCEPT; + + template + struct StaticSetterTag {}; + + template + static napi_callback WrapStaticSetter(StaticSetterTag) NAPI_NOEXCEPT { + return &This::WrappedMethod; + } + static napi_callback WrapStaticSetter(StaticSetterTag) + NAPI_NOEXCEPT { + return nullptr; + } + + bool _construction_failed = true; +}; + +class HandleScope { + public: + HandleScope(napi_env env, napi_handle_scope scope); + explicit HandleScope(Napi::Env env); + ~HandleScope(); + + // Disallow copying to prevent double close of napi_handle_scope + NAPI_DISALLOW_ASSIGN_COPY(HandleScope) + + operator napi_handle_scope() const; + + Napi::Env Env() const; + + private: + napi_env _env; + napi_handle_scope _scope; +}; + +class EscapableHandleScope { + public: + EscapableHandleScope(napi_env env, napi_escapable_handle_scope scope); + explicit EscapableHandleScope(Napi::Env env); + ~EscapableHandleScope(); + + // Disallow copying to prevent double close of napi_escapable_handle_scope + NAPI_DISALLOW_ASSIGN_COPY(EscapableHandleScope) + + operator napi_escapable_handle_scope() const; + + Napi::Env Env() const; + Value Escape(napi_value escapee); + + private: + napi_env _env; + napi_escapable_handle_scope _scope; +}; + +#if (NAPI_VERSION > 2) +class CallbackScope { + public: + CallbackScope(napi_env env, napi_callback_scope scope); + CallbackScope(napi_env env, napi_async_context context); + virtual ~CallbackScope(); + + // Disallow copying to prevent double close of napi_callback_scope + NAPI_DISALLOW_ASSIGN_COPY(CallbackScope) + + operator napi_callback_scope() const; + + Napi::Env Env() const; + + private: + napi_env _env; + napi_callback_scope _scope; +}; +#endif + +class AsyncContext { + public: + explicit AsyncContext(napi_env env, const char* resource_name); + explicit AsyncContext(napi_env env, + const char* resource_name, + const Object& resource); + virtual ~AsyncContext(); + + AsyncContext(AsyncContext&& other); + AsyncContext& operator=(AsyncContext&& other); + NAPI_DISALLOW_ASSIGN_COPY(AsyncContext) + + operator napi_async_context() const; + + Napi::Env Env() const; + + private: + napi_env _env; + napi_async_context _context; +}; + +#if NAPI_HAS_THREADS +class AsyncWorker { + public: + virtual ~AsyncWorker(); + + NAPI_DISALLOW_ASSIGN_COPY(AsyncWorker) + + operator napi_async_work() const; + + Napi::Env Env() const; + + void Queue(); + void Cancel(); + void SuppressDestruct(); + + ObjectReference& Receiver(); + FunctionReference& Callback(); + + virtual void OnExecute(Napi::Env env); + virtual void OnWorkComplete(Napi::Env env, napi_status status); + + protected: + explicit AsyncWorker(const Function& callback); + explicit AsyncWorker(const Function& callback, const char* resource_name); + explicit AsyncWorker(const Function& callback, + const char* resource_name, + const Object& resource); + explicit AsyncWorker(const Object& receiver, const Function& callback); + explicit AsyncWorker(const Object& receiver, + const Function& callback, + const char* resource_name); + explicit AsyncWorker(const Object& receiver, + const Function& callback, + const char* resource_name, + const Object& resource); + + explicit AsyncWorker(Napi::Env env); + explicit AsyncWorker(Napi::Env env, const char* resource_name); + explicit AsyncWorker(Napi::Env env, + const char* resource_name, + const Object& resource); + + virtual void Execute() = 0; + virtual void OnOK(); + virtual void OnError(const Error& e); + virtual void Destroy(); + virtual std::vector GetResult(Napi::Env env); + + void SetError(const std::string& error); + + private: + static inline void OnAsyncWorkExecute(napi_env env, void* asyncworker); + static inline void OnAsyncWorkComplete(napi_env env, + napi_status status, + void* asyncworker); + + napi_env _env; + napi_async_work _work; + ObjectReference _receiver; + FunctionReference _callback; + std::string _error; + bool _suppress_destruct; +}; +#endif // NAPI_HAS_THREADS + +#if (NAPI_VERSION > 3 && NAPI_HAS_THREADS) +class ThreadSafeFunction { + public: + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + Finalizer finalizeCallback); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + Finalizer finalizeCallback, + FinalizerDataType* data); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + Finalizer finalizeCallback); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + Finalizer finalizeCallback, + FinalizerDataType* data); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data); + + ThreadSafeFunction(); + ThreadSafeFunction(napi_threadsafe_function tsFunctionValue); + + operator napi_threadsafe_function() const; + + // This API may be called from any thread. + napi_status BlockingCall() const; + + // This API may be called from any thread. + template + napi_status BlockingCall(Callback callback) const; + + // This API may be called from any thread. + template + napi_status BlockingCall(DataType* data, Callback callback) const; + + // This API may be called from any thread. + napi_status NonBlockingCall() const; + + // This API may be called from any thread. + template + napi_status NonBlockingCall(Callback callback) const; + + // This API may be called from any thread. + template + napi_status NonBlockingCall(DataType* data, Callback callback) const; + + // This API may only be called from the main thread. + void Ref(napi_env env) const; + + // This API may only be called from the main thread. + void Unref(napi_env env) const; + + // This API may be called from any thread. + napi_status Acquire() const; + + // This API may be called from any thread. + napi_status Release() const; + + // This API may be called from any thread. + napi_status Abort() const; + + struct ConvertibleContext { + template + operator T*() { + return static_cast(context); + } + void* context; + }; + + // This API may be called from any thread. + ConvertibleContext GetContext() const; + + private: + using CallbackWrapper = std::function; + + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data, + napi_finalize wrapper); + + napi_status CallInternal(CallbackWrapper* callbackWrapper, + napi_threadsafe_function_call_mode mode) const; + + static void CallJS(napi_env env, + napi_value jsCallback, + void* context, + void* data); + + napi_threadsafe_function _tsfn; +}; + +// A TypedThreadSafeFunction by default has no context (nullptr) and can +// accept any type (void) to its CallJs. +template +class TypedThreadSafeFunction { + public: + // This API may only be called from the main thread. + // Helper function that returns nullptr if running Node-API 5+, otherwise a + // non-empty, no-op Function. This provides the ability to specify at + // compile-time a callback parameter to `New` that safely does no action + // when targeting _any_ Node-API version. +#if NAPI_VERSION > 4 + static std::nullptr_t EmptyFunctionFactory(Napi::Env env); +#else + static Napi::Function EmptyFunctionFactory(Napi::Env env); +#endif + static Napi::Function FunctionOrEmpty(Napi::Env env, + Napi::Function& callback); + +#if NAPI_VERSION > 4 + // This API may only be called from the main thread. + // Creates a new threadsafe function with: + // Callback [missing] Resource [missing] Finalizer [missing] + template + static TypedThreadSafeFunction New( + napi_env env, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context = nullptr); + + // This API may only be called from the main thread. + // Creates a new threadsafe function with: + // Callback [missing] Resource [passed] Finalizer [missing] + template + static TypedThreadSafeFunction New( + napi_env env, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context = nullptr); + + // This API may only be called from the main thread. + // Creates a new threadsafe function with: + // Callback [missing] Resource [missing] Finalizer [passed] + template + static TypedThreadSafeFunction New( + napi_env env, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data = nullptr); + + // This API may only be called from the main thread. + // Creates a new threadsafe function with: + // Callback [missing] Resource [passed] Finalizer [passed] + template + static TypedThreadSafeFunction New( + napi_env env, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data = nullptr); +#endif + + // This API may only be called from the main thread. + // Creates a new threadsafe function with: + // Callback [passed] Resource [missing] Finalizer [missing] + template + static TypedThreadSafeFunction New( + napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context = nullptr); + + // This API may only be called from the main thread. + // Creates a new threadsafe function with: + // Callback [passed] Resource [passed] Finalizer [missing] + template + static TypedThreadSafeFunction New( + napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context = nullptr); + + // This API may only be called from the main thread. + // Creates a new threadsafe function with: + // Callback [passed] Resource [missing] Finalizer [passed] + template + static TypedThreadSafeFunction New( + napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data = nullptr); + + // This API may only be called from the main thread. + // Creates a new threadsafe function with: + // Callback [passed] Resource [passed] Finalizer [passed] + template + static TypedThreadSafeFunction New( + napi_env env, + CallbackType callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data = nullptr); + + TypedThreadSafeFunction(); + TypedThreadSafeFunction(napi_threadsafe_function tsFunctionValue); + + operator napi_threadsafe_function() const; + + // This API may be called from any thread. + napi_status BlockingCall(DataType* data = nullptr) const; + + // This API may be called from any thread. + napi_status NonBlockingCall(DataType* data = nullptr) const; + + // This API may only be called from the main thread. + void Ref(napi_env env) const; + + // This API may only be called from the main thread. + void Unref(napi_env env) const; + + // This API may be called from any thread. + napi_status Acquire() const; + + // This API may be called from any thread. + napi_status Release() const; + + // This API may be called from any thread. + napi_status Abort() const; + + // This API may be called from any thread. + ContextType* GetContext() const; + + private: + template + static TypedThreadSafeFunction New( + napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data, + napi_finalize wrapper); + + static void CallJsInternal(napi_env env, + napi_value jsCallback, + void* context, + void* data); + + protected: + napi_threadsafe_function _tsfn; +}; +template +class AsyncProgressWorkerBase : public AsyncWorker { + public: + virtual void OnWorkProgress(DataType* data) = 0; + class ThreadSafeData { + public: + ThreadSafeData(AsyncProgressWorkerBase* asyncprogressworker, DataType* data) + : _asyncprogressworker(asyncprogressworker), _data(data) {} + + AsyncProgressWorkerBase* asyncprogressworker() { + return _asyncprogressworker; + }; + DataType* data() { return _data; }; + + private: + AsyncProgressWorkerBase* _asyncprogressworker; + DataType* _data; + }; + void OnWorkComplete(Napi::Env env, napi_status status) override; + + protected: + explicit AsyncProgressWorkerBase(const Object& receiver, + const Function& callback, + const char* resource_name, + const Object& resource, + size_t queue_size = 1); + virtual ~AsyncProgressWorkerBase(); + +// Optional callback of Napi::ThreadSafeFunction only available after +// NAPI_VERSION 4. Refs: https://github.com/nodejs/node/pull/27791 +#if NAPI_VERSION > 4 + explicit AsyncProgressWorkerBase(Napi::Env env, + const char* resource_name, + const Object& resource, + size_t queue_size = 1); +#endif + + static inline void OnAsyncWorkProgress(Napi::Env env, + Napi::Function jsCallback, + void* data); + + napi_status NonBlockingCall(DataType* data); + + private: + ThreadSafeFunction _tsfn; + bool _work_completed = false; + napi_status _complete_status; + static inline void OnThreadSafeFunctionFinalize( + Napi::Env env, void* data, AsyncProgressWorkerBase* context); +}; + +template +class AsyncProgressWorker : public AsyncProgressWorkerBase { + public: + virtual ~AsyncProgressWorker(); + + class ExecutionProgress { + friend class AsyncProgressWorker; + + public: + void Signal() const; + void Send(const T* data, size_t count) const; + + private: + explicit ExecutionProgress(AsyncProgressWorker* worker) : _worker(worker) {} + AsyncProgressWorker* const _worker; + }; + + void OnWorkProgress(void*) override; + + protected: + explicit AsyncProgressWorker(const Function& callback); + explicit AsyncProgressWorker(const Function& callback, + const char* resource_name); + explicit AsyncProgressWorker(const Function& callback, + const char* resource_name, + const Object& resource); + explicit AsyncProgressWorker(const Object& receiver, + const Function& callback); + explicit AsyncProgressWorker(const Object& receiver, + const Function& callback, + const char* resource_name); + explicit AsyncProgressWorker(const Object& receiver, + const Function& callback, + const char* resource_name, + const Object& resource); + +// Optional callback of Napi::ThreadSafeFunction only available after +// NAPI_VERSION 4. Refs: https://github.com/nodejs/node/pull/27791 +#if NAPI_VERSION > 4 + explicit AsyncProgressWorker(Napi::Env env); + explicit AsyncProgressWorker(Napi::Env env, const char* resource_name); + explicit AsyncProgressWorker(Napi::Env env, + const char* resource_name, + const Object& resource); +#endif + virtual void Execute(const ExecutionProgress& progress) = 0; + virtual void OnProgress(const T* data, size_t count) = 0; + + private: + void Execute() override; + void Signal(); + void SendProgress_(const T* data, size_t count); + + std::mutex _mutex; + T* _asyncdata; + size_t _asyncsize; + bool _signaled; +}; + +template +class AsyncProgressQueueWorker + : public AsyncProgressWorkerBase> { + public: + virtual ~AsyncProgressQueueWorker(){}; + + class ExecutionProgress { + friend class AsyncProgressQueueWorker; + + public: + void Signal() const; + void Send(const T* data, size_t count) const; + + private: + explicit ExecutionProgress(AsyncProgressQueueWorker* worker) + : _worker(worker) {} + AsyncProgressQueueWorker* const _worker; + }; + + void OnWorkComplete(Napi::Env env, napi_status status) override; + void OnWorkProgress(std::pair*) override; + + protected: + explicit AsyncProgressQueueWorker(const Function& callback); + explicit AsyncProgressQueueWorker(const Function& callback, + const char* resource_name); + explicit AsyncProgressQueueWorker(const Function& callback, + const char* resource_name, + const Object& resource); + explicit AsyncProgressQueueWorker(const Object& receiver, + const Function& callback); + explicit AsyncProgressQueueWorker(const Object& receiver, + const Function& callback, + const char* resource_name); + explicit AsyncProgressQueueWorker(const Object& receiver, + const Function& callback, + const char* resource_name, + const Object& resource); + +// Optional callback of Napi::ThreadSafeFunction only available after +// NAPI_VERSION 4. Refs: https://github.com/nodejs/node/pull/27791 +#if NAPI_VERSION > 4 + explicit AsyncProgressQueueWorker(Napi::Env env); + explicit AsyncProgressQueueWorker(Napi::Env env, const char* resource_name); + explicit AsyncProgressQueueWorker(Napi::Env env, + const char* resource_name, + const Object& resource); +#endif + virtual void Execute(const ExecutionProgress& progress) = 0; + virtual void OnProgress(const T* data, size_t count) = 0; + + private: + void Execute() override; + void Signal() const; + void SendProgress_(const T* data, size_t count); +}; +#endif // NAPI_VERSION > 3 && NAPI_HAS_THREADS + +// Memory management. +class MemoryManagement { + public: + static int64_t AdjustExternalMemory(Env env, int64_t change_in_bytes); +}; + +// Version management +class VersionManagement { + public: + static uint32_t GetNapiVersion(Env env); + static const napi_node_version* GetNodeVersion(Env env); +}; + +#if NAPI_VERSION > 5 +template +class Addon : public InstanceWrap { + public: + static inline Object Init(Env env, Object exports); + static T* Unwrap(Object wrapper); + + protected: + using AddonProp = ClassPropertyDescriptor; + void DefineAddon(Object exports, + const std::initializer_list& props); + Napi::Object DefineProperties(Object object, + const std::initializer_list& props); + + private: + Object entry_point_; +}; +#endif // NAPI_VERSION > 5 + +#ifdef NAPI_CPP_CUSTOM_NAMESPACE +} // namespace NAPI_CPP_CUSTOM_NAMESPACE +#endif + +} // namespace Napi + +// Inline implementations of all the above class methods are included here. +#include "napi-inl.h" + +#endif // SRC_NAPI_H_ diff --git a/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/node_addon_api.gyp b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/node_addon_api.gyp new file mode 100644 index 00000000..29905ed4 --- /dev/null +++ b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/node_addon_api.gyp @@ -0,0 +1,32 @@ +{ + 'targets': [ + { + 'target_name': 'node_addon_api', + 'type': 'none', + 'sources': [ 'napi.h', 'napi-inl.h' ], + 'direct_dependent_settings': { + 'include_dirs': [ '.' ], + 'includes': ['noexcept.gypi'], + } + }, + { + 'target_name': 'node_addon_api_except', + 'type': 'none', + 'sources': [ 'napi.h', 'napi-inl.h' ], + 'direct_dependent_settings': { + 'include_dirs': [ '.' ], + 'includes': ['except.gypi'], + } + }, + { + 'target_name': 'node_addon_api_maybe', + 'type': 'none', + 'sources': [ 'napi.h', 'napi-inl.h' ], + 'direct_dependent_settings': { + 'include_dirs': [ '.' ], + 'includes': ['noexcept.gypi'], + 'defines': ['NODE_ADDON_API_ENABLE_MAYBE'] + } + }, + ] +} diff --git a/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/node_api.gyp b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/node_api.gyp new file mode 100644 index 00000000..4ff0ae7d --- /dev/null +++ b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/node_api.gyp @@ -0,0 +1,9 @@ +{ + 'targets': [ + { + 'target_name': 'nothing', + 'type': 'static_library', + 'sources': [ 'nothing.c' ] + } + ] +} diff --git a/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/noexcept.gypi b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/noexcept.gypi new file mode 100644 index 00000000..404a05f3 --- /dev/null +++ b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/noexcept.gypi @@ -0,0 +1,26 @@ +{ + 'defines': [ 'NAPI_DISABLE_CPP_EXCEPTIONS' ], + 'cflags': [ '-fno-exceptions' ], + 'cflags_cc': [ '-fno-exceptions' ], + 'conditions': [ + ["OS=='win'", { + # _HAS_EXCEPTIONS is already defined and set to 0 in common.gypi + #"defines": [ + # "_HAS_EXCEPTIONS=0" + #], + "msvs_settings": { + "VCCLCompilerTool": { + 'ExceptionHandling': 0, + 'EnablePREfast': 'true', + }, + }, + }], + ["OS=='mac'", { + 'xcode_settings': { + 'CLANG_CXX_LIBRARY': 'libc++', + 'MACOSX_DEPLOYMENT_TARGET': '10.7', + 'GCC_ENABLE_CPP_EXCEPTIONS': 'NO', + }, + }], + ], +} diff --git a/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/nothing.c b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/nothing.c new file mode 100644 index 00000000..e69de29b diff --git a/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/package-support.json b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/package-support.json new file mode 100644 index 00000000..10d3607a --- /dev/null +++ b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/package-support.json @@ -0,0 +1,21 @@ +{ + "versions": [ + { + "version": "*", + "target": { + "node": "active" + }, + "response": { + "type": "time-permitting", + "paid": false, + "contact": { + "name": "node-addon-api team", + "url": "https://github.com/nodejs/node-addon-api/issues" + } + }, + "backing": [ { "project": "https://github.com/nodejs" }, + { "foundation": "https://openjsf.org/" } + ] + } + ] +} diff --git a/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/package.json b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/package.json new file mode 100644 index 00000000..d772ddc9 --- /dev/null +++ b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/package.json @@ -0,0 +1,480 @@ +{ + "bugs": { + "url": "https://github.com/nodejs/node-addon-api/issues" + }, + "contributors": [ + { + "name": "Abhishek Kumar Singh", + "url": "https://github.com/abhi11210646" + }, + { + "name": "Alba Mendez", + "url": "https://github.com/jmendeth" + }, + { + "name": "Alexander Floh", + "url": "https://github.com/alexanderfloh" + }, + { + "name": "Ammar Faizi", + "url": "https://github.com/ammarfaizi2" + }, + { + "name": "András Timár, Dr", + "url": "https://github.com/timarandras" + }, + { + "name": "Andrew Petersen", + "url": "https://github.com/kirbysayshi" + }, + { + "name": "Anisha Rohra", + "url": "https://github.com/anisha-rohra" + }, + { + "name": "Anna Henningsen", + "url": "https://github.com/addaleax" + }, + { + "name": "Arnaud Botella", + "url": "https://github.com/BotellaA" + }, + { + "name": "Arunesh Chandra", + "url": "https://github.com/aruneshchandra" + }, + { + "name": "Azlan Mukhtar", + "url": "https://github.com/azlan" + }, + { + "name": "Ben Berman", + "url": "https://github.com/rivertam" + }, + { + "name": "Benjamin Byholm", + "url": "https://github.com/kkoopa" + }, + { + "name": "Bill Gallafent", + "url": "https://github.com/gallafent" + }, + { + "name": "blagoev", + "url": "https://github.com/blagoev" + }, + { + "name": "Bruce A. MacNaughton", + "url": "https://github.com/bmacnaughton" + }, + { + "name": "Cory Mickelson", + "url": "https://github.com/corymickelson" + }, + { + "name": "Daniel Bevenius", + "url": "https://github.com/danbev" + }, + { + "name": "Dante Calderón", + "url": "https://github.com/dantehemerson" + }, + { + "name": "Darshan Sen", + "url": "https://github.com/RaisinTen" + }, + { + "name": "David Halls", + "url": "https://github.com/davedoesdev" + }, + { + "name": "Deepak Rajamohan", + "url": "https://github.com/deepakrkris" + }, + { + "name": "Dmitry Ashkadov", + "url": "https://github.com/dmitryash" + }, + { + "name": "Dongjin Na", + "url": "https://github.com/nadongguri" + }, + { + "name": "Doni Rubiagatra", + "url": "https://github.com/rubiagatra" + }, + { + "name": "Eric Bickle", + "url": "https://github.com/ebickle" + }, + { + "name": "extremeheat", + "url": "https://github.com/extremeheat" + }, + { + "name": "Feng Yu", + "url": "https://github.com/F3n67u" + }, + { + "name": "Ferdinand Holzer", + "url": "https://github.com/fholzer" + }, + { + "name": "Gabriel Schulhof", + "url": "https://github.com/gabrielschulhof" + }, + { + "name": "Guenter Sandner", + "url": "https://github.com/gms1" + }, + { + "name": "Gus Caplan", + "url": "https://github.com/devsnek" + }, + { + "name": "Helio Frota", + "url": "https://github.com/helio-frota" + }, + { + "name": "Hitesh Kanwathirtha", + "url": "https://github.com/digitalinfinity" + }, + { + "name": "ikokostya", + "url": "https://github.com/ikokostya" + }, + { + "name": "Jack Xia", + "url": "https://github.com/JckXia" + }, + { + "name": "Jake Barnes", + "url": "https://github.com/DuBistKomisch" + }, + { + "name": "Jake Yoon", + "url": "https://github.com/yjaeseok" + }, + { + "name": "Jason Ginchereau", + "url": "https://github.com/jasongin" + }, + { + "name": "Jenny", + "url": "https://github.com/egg-bread" + }, + { + "name": "Jeroen Janssen", + "url": "https://github.com/japj" + }, + { + "name": "Jim Schlight", + "url": "https://github.com/jschlight" + }, + { + "name": "Jinho Bang", + "url": "https://github.com/romandev" + }, + { + "name": "José Expósito", + "url": "https://github.com/JoseExposito" + }, + { + "name": "joshgarde", + "url": "https://github.com/joshgarde" + }, + { + "name": "Julian Mesa", + "url": "https://github.com/julianmesa-gitkraken" + }, + { + "name": "Kasumi Hanazuki", + "url": "https://github.com/hanazuki" + }, + { + "name": "Kelvin", + "url": "https://github.com/kelvinhammond" + }, + { + "name": "Kevin Eady", + "url": "https://github.com/KevinEady" + }, + { + "name": "Kévin VOYER", + "url": "https://github.com/kecsou" + }, + { + "name": "kidneysolo", + "url": "https://github.com/kidneysolo" + }, + { + "name": "Koki Nishihara", + "url": "https://github.com/Nishikoh" + }, + { + "name": "Konstantin Tarkus", + "url": "https://github.com/koistya" + }, + { + "name": "Kyle Farnung", + "url": "https://github.com/kfarnung" + }, + { + "name": "Kyle Kovacs", + "url": "https://github.com/nullromo" + }, + { + "name": "legendecas", + "url": "https://github.com/legendecas" + }, + { + "name": "LongYinan", + "url": "https://github.com/Brooooooklyn" + }, + { + "name": "Lovell Fuller", + "url": "https://github.com/lovell" + }, + { + "name": "Luciano Martorella", + "url": "https://github.com/lmartorella" + }, + { + "name": "mastergberry", + "url": "https://github.com/mastergberry" + }, + { + "name": "Mathias Küsel", + "url": "https://github.com/mathiask88" + }, + { + "name": "Mathias Stearn", + "url": "https://github.com/RedBeard0531" + }, + { + "name": "Matteo Collina", + "url": "https://github.com/mcollina" + }, + { + "name": "Michael Dawson", + "url": "https://github.com/mhdawson" + }, + { + "name": "Michael Price", + "url": "https://github.com/mikepricedev" + }, + { + "name": "Michele Campus", + "url": "https://github.com/kYroL01" + }, + { + "name": "Mikhail Cheshkov", + "url": "https://github.com/mcheshkov" + }, + { + "name": "nempoBu4", + "url": "https://github.com/nempoBu4" + }, + { + "name": "Nicola Del Gobbo", + "url": "https://github.com/NickNaso" + }, + { + "name": "Nick Soggin", + "url": "https://github.com/iSkore" + }, + { + "name": "Nikolai Vavilov", + "url": "https://github.com/seishun" + }, + { + "name": "Nurbol Alpysbayev", + "url": "https://github.com/anurbol" + }, + { + "name": "pacop", + "url": "https://github.com/pacop" + }, + { + "name": "Peter Šándor", + "url": "https://github.com/petersandor" + }, + { + "name": "Philipp Renoth", + "url": "https://github.com/DaAitch" + }, + { + "name": "rgerd", + "url": "https://github.com/rgerd" + }, + { + "name": "Richard Lau", + "url": "https://github.com/richardlau" + }, + { + "name": "Rolf Timmermans", + "url": "https://github.com/rolftimmermans" + }, + { + "name": "Ross Weir", + "url": "https://github.com/ross-weir" + }, + { + "name": "Ryuichi Okumura", + "url": "https://github.com/okuryu" + }, + { + "name": "Saint Gabriel", + "url": "https://github.com/chineduG" + }, + { + "name": "Sampson Gao", + "url": "https://github.com/sampsongao" + }, + { + "name": "Sam Roberts", + "url": "https://github.com/sam-github" + }, + { + "name": "strager", + "url": "https://github.com/strager" + }, + { + "name": "Taylor Woll", + "url": "https://github.com/boingoing" + }, + { + "name": "Thomas Gentilhomme", + "url": "https://github.com/fraxken" + }, + { + "name": "Tim Rach", + "url": "https://github.com/timrach" + }, + { + "name": "Tobias Nießen", + "url": "https://github.com/tniessen" + }, + { + "name": "todoroff", + "url": "https://github.com/todoroff" + }, + { + "name": "Toyo Li", + "url": "https://github.com/toyobayashi" + }, + { + "name": "Tux3", + "url": "https://github.com/tux3" + }, + { + "name": "Vlad Velmisov", + "url": "https://github.com/Velmisov" + }, + { + "name": "Vladimir Morozov", + "url": "https://github.com/vmoroz" + + }, + { + "name": "WenheLI", + "url": "https://github.com/WenheLI" + }, + { + "name": "Xuguang Mei", + "url": "https://github.com/meixg" + }, + { + "name": "Yohei Kishimoto", + "url": "https://github.com/morokosi" + }, + { + "name": "Yulong Wang", + "url": "https://github.com/fs-eire" + }, + { + "name": "Ziqiu Zhao", + "url": "https://github.com/ZzqiZQute" + }, + { + "name": "Feng Yu", + "url": "https://github.com/F3n67u" + }, + { + "name": "wanlu wang", + "url": "https://github.com/wanlu" + }, + { + "name": "Caleb Hearon", + "url": "https://github.com/chearon" + }, + { + "name": "Marx", + "url": "https://github.com/MarxJiao" + }, + { + "name": "Ömer AKGÜL", + "url": "https://github.com/tuhalf" + } + ], + "description": "Node.js API (Node-API)", + "devDependencies": { + "benchmark": "^2.1.4", + "bindings": "^1.5.0", + "clang-format": "^1.4.0", + "eslint": "^7.32.0", + "eslint-config-semistandard": "^16.0.0", + "eslint-config-standard": "^16.0.3", + "eslint-plugin-import": "^2.24.2", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^5.1.0", + "fs-extra": "^11.1.1", + "path": "^0.12.7", + "pre-commit": "^1.2.2", + "safe-buffer": "^5.1.1" + }, + "directories": {}, + "gypfile": false, + "homepage": "https://github.com/nodejs/node-addon-api", + "keywords": [ + "n-api", + "napi", + "addon", + "native", + "bindings", + "c", + "c++", + "nan", + "node-addon-api" + ], + "license": "MIT", + "main": "index.js", + "name": "node-addon-api", + "readme": "README.md", + "repository": { + "type": "git", + "url": "git://github.com/nodejs/node-addon-api.git" + }, + "files": [ + "*.{c,h,gyp,gypi}", + "package-support.json", + "tools/" + ], + "scripts": { + "prebenchmark": "node-gyp rebuild -C benchmark", + "benchmark": "node benchmark", + "pretest": "node-gyp rebuild -C test", + "test": "node test", + "test:debug": "node-gyp rebuild -C test --debug && NODE_API_BUILD_CONFIG=Debug node ./test/index.js", + "predev": "node-gyp rebuild -C test --debug", + "dev": "node test", + "predev:incremental": "node-gyp configure build -C test --debug", + "dev:incremental": "node test", + "doc": "doxygen doc/Doxyfile", + "lint": "node tools/eslint-format && node tools/clang-format", + "lint:fix": "node tools/clang-format --fix && node tools/eslint-format --fix" + }, + "pre-commit": "lint", + "version": "7.1.1", + "support": true +} diff --git a/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/README.md b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/README.md new file mode 100644 index 00000000..6b80e94f --- /dev/null +++ b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/README.md @@ -0,0 +1,73 @@ +# Tools + +## clang-format + +The clang-format checking tools is designed to check changed lines of code compared to given git-refs. + +## Migration Script + +The migration tool is designed to reduce repetitive work in the migration process. However, the script is not aiming to convert every thing for you. There are usually some small fixes and major reconstruction required. + +### How To Use + +To run the conversion script, first make sure you have the latest `node-addon-api` in your `node_modules` directory. +``` +npm install node-addon-api +``` + +Then run the script passing your project directory +``` +node ./node_modules/node-addon-api/tools/conversion.js ./ +``` + +After finish, recompile and debug things that are missed by the script. + + +### Quick Fixes +Here is the list of things that can be fixed easily. + 1. Change your methods' return value to void if it doesn't return value to JavaScript. + 2. Use `.` to access attribute or to invoke member function in Napi::Object instead of `->`. + 3. `Napi::New(env, value);` to `Napi::[Type]::New(env, value); + + +### Major Reconstructions +The implementation of `Napi::ObjectWrap` is significantly different from NAN's. `Napi::ObjectWrap` takes a pointer to the wrapped object and creates a reference to the wrapped object inside ObjectWrap constructor. `Napi::ObjectWrap` also associates wrapped object's instance methods to Javascript module instead of static methods like NAN. + +So if you use Nan::ObjectWrap in your module, you will need to execute the following steps. + + 1. Convert your [ClassName]::New function to a constructor function that takes a `Napi::CallbackInfo`. Declare it as +``` +[ClassName](const Napi::CallbackInfo& info); +``` +and define it as +``` +[ClassName]::[ClassName](const Napi::CallbackInfo& info) : Napi::ObjectWrap<[ClassName]>(info){ + ... +} +``` +This way, the `Napi::ObjectWrap` constructor will be invoked after the object has been instantiated and `Napi::ObjectWrap` can use the `this` pointer to create a reference to the wrapped object. + + 2. Move your original constructor code into the new constructor. Delete your original constructor. + 3. In your class initialization function, associate native methods in the following way. +``` +Napi::FunctionReference constructor; + +void [ClassName]::Init(Napi::Env env, Napi::Object exports, Napi::Object module) { + Napi::HandleScope scope(env); + Napi::Function ctor = DefineClass(env, "Canvas", { + InstanceMethod<&[ClassName]::Func1>("Func1"), + InstanceMethod<&[ClassName]::Func2>("Func2"), + InstanceAccessor<&[ClassName]::ValueGetter>("Value"), + StaticMethod<&[ClassName]::StaticMethod>("MethodName"), + InstanceValue("Value", Napi::[Type]::New(env, value)), + }); + + constructor = Napi::Persistent(ctor); + constructor .SuppressDestruct(); + exports.Set("[ClassName]", ctor); +} +``` + 4. In function where you need to Unwrap the ObjectWrap in NAN like `[ClassName]* native = Nan::ObjectWrap::Unwrap<[ClassName]>(info.This());`, use `this` pointer directly as the unwrapped object as each ObjectWrap instance is associated with a unique object instance. + + +If you still find issues after following this guide, please leave us an issue describing your problem and we will try to resolve it. diff --git a/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/check-napi.js b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/check-napi.js new file mode 100644 index 00000000..9199af33 --- /dev/null +++ b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/check-napi.js @@ -0,0 +1,99 @@ +'use strict'; +// Descend into a directory structure and, for each file matching *.node, output +// based on the imports found in the file whether it's an N-API module or not. + +const fs = require('fs'); +const path = require('path'); + +// Read the output of the command, break it into lines, and use the reducer to +// decide whether the file is an N-API module or not. +function checkFile (file, command, argv, reducer) { + const child = require('child_process').spawn(command, argv, { + stdio: ['inherit', 'pipe', 'inherit'] + }); + let leftover = ''; + let isNapi; + child.stdout.on('data', (chunk) => { + if (isNapi === undefined) { + chunk = (leftover + chunk.toString()).split(/[\r\n]+/); + leftover = chunk.pop(); + isNapi = chunk.reduce(reducer, isNapi); + if (isNapi !== undefined) { + child.kill(); + } + } + }); + child.on('close', (code, signal) => { + if ((code === null && signal !== null) || (code !== 0)) { + console.log( + command + ' exited with code: ' + code + ' and signal: ' + signal); + } else { + // Green if it's a N-API module, red otherwise. + console.log( + '\x1b[' + (isNapi ? '42' : '41') + 'm' + + (isNapi ? ' N-API' : 'Not N-API') + + '\x1b[0m: ' + file); + } + }); +} + +// Use nm -a to list symbols. +function checkFileUNIX (file) { + checkFile(file, 'nm', ['-a', file], (soFar, line) => { + if (soFar === undefined) { + line = line.match(/([0-9a-f]*)? ([a-zA-Z]) (.*$)/); + if (line[2] === 'U') { + if (/^napi/.test(line[3])) { + soFar = true; + } + } + } + return soFar; + }); +} + +// Use dumpbin /imports to list symbols. +function checkFileWin32 (file) { + checkFile(file, 'dumpbin', ['/imports', file], (soFar, line) => { + if (soFar === undefined) { + line = line.match(/([0-9a-f]*)? +([a-zA-Z0-9]) (.*$)/); + if (line && /^napi/.test(line[line.length - 1])) { + soFar = true; + } + } + return soFar; + }); +} + +// Descend into a directory structure and pass each file ending in '.node' to +// one of the above checks, depending on the OS. +function recurse (top) { + fs.readdir(top, (error, items) => { + if (error) { + throw new Error('error reading directory ' + top + ': ' + error); + } + items.forEach((item) => { + item = path.join(top, item); + fs.stat(item, ((item) => (error, stats) => { + if (error) { + throw new Error('error about ' + item + ': ' + error); + } + if (stats.isDirectory()) { + recurse(item); + } else if (/[.]node$/.test(item) && + // Explicitly ignore files called 'nothing.node' because they are + // artefacts of node-addon-api having identified a version of + // Node.js that ships with a correct implementation of N-API. + path.basename(item) !== 'nothing.node') { + process.platform === 'win32' + ? checkFileWin32(item) + : checkFileUNIX(item); + } + })(item)); + }); + }); +} + +// Start with the directory given on the command line or the current directory +// if nothing was given. +recurse(process.argv.length > 3 ? process.argv[2] : '.'); diff --git a/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/clang-format.js b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/clang-format.js new file mode 100644 index 00000000..e4bb4f52 --- /dev/null +++ b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/clang-format.js @@ -0,0 +1,71 @@ +#!/usr/bin/env node + +const spawn = require('child_process').spawnSync; +const path = require('path'); + +const filesToCheck = ['*.h', '*.cc']; +const FORMAT_START = process.env.FORMAT_START || 'main'; + +function main (args) { + let fix = false; + while (args.length > 0) { + switch (args[0]) { + case '-f': + case '--fix': + fix = true; + break; + default: + } + args.shift(); + } + + const clangFormatPath = path.dirname(require.resolve('clang-format')); + const binary = process.platform === 'win32' + ? 'node_modules\\.bin\\clang-format.cmd' + : 'node_modules/.bin/clang-format'; + const options = ['--binary=' + binary, '--style=file']; + if (fix) { + options.push(FORMAT_START); + } else { + options.push('--diff', FORMAT_START); + } + + const gitClangFormatPath = path.join(clangFormatPath, 'bin/git-clang-format'); + const result = spawn( + 'python', + [gitClangFormatPath, ...options, '--', ...filesToCheck], + { encoding: 'utf-8' } + ); + + if (result.stderr) { + console.error('Error running git-clang-format:', result.stderr); + return 2; + } + + const clangFormatOutput = result.stdout.trim(); + // Bail fast if in fix mode. + if (fix) { + console.log(clangFormatOutput); + return 0; + } + // Detect if there is any complains from clang-format + if ( + clangFormatOutput !== '' && + clangFormatOutput !== 'no modified files to format' && + clangFormatOutput !== 'clang-format did not modify any files' + ) { + console.error(clangFormatOutput); + const fixCmd = 'npm run lint:fix'; + console.error(` + ERROR: please run "${fixCmd}" to format changes in your commit + Note that when running the command locally, please keep your local + main branch and working branch up to date with nodejs/node-addon-api + to exclude un-related complains. + Or you can run "env FORMAT_START=upstream/main ${fixCmd}".`); + return 1; + } +} + +if (require.main === module) { + process.exitCode = main(process.argv.slice(2)); +} diff --git a/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/conversion.js b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/conversion.js new file mode 100755 index 00000000..f89245ac --- /dev/null +++ b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/conversion.js @@ -0,0 +1,301 @@ +#! /usr/bin/env node + +'use strict'; + +const fs = require('fs'); +const path = require('path'); + +const args = process.argv.slice(2); +const dir = args[0]; +if (!dir) { + console.log('Usage: node ' + path.basename(__filename) + ' '); + process.exit(1); +} + +const NodeApiVersion = require('../package.json').version; + +const disable = args[1]; +let ConfigFileOperations; +if (disable !== '--disable' && dir !== '--disable') { + ConfigFileOperations = { + 'package.json': [ + [/([ ]*)"dependencies": {/g, '$1"dependencies": {\n$1 "node-addon-api": "' + NodeApiVersion + '",'], + [/[ ]*"nan": *"[^"]+"(,|)[\n\r]/g, ''] + ], + 'binding.gyp': [ + [/([ ]*)'include_dirs': \[/g, '$1\'include_dirs\': [\n$1 \'\s+(\w+)\s*=\s*Nan::New\([\w\d:]+\);(?:\w+->Reset\(\1\))?\s+\1->SetClassName\(Nan::String::New\("(\w+)"\)\);/g, 'Napi::Function $1 = DefineClass(env, "$2", {'], + [/Local\s+(\w+)\s*=\s*Nan::New\([\w\d:]+\);\s+(\w+)\.Reset\((\1)\);\s+\1->SetClassName\((Nan::String::New|Nan::New<(v8::)*String>)\("(.+?)"\)\);/g, 'Napi::Function $1 = DefineClass(env, "$6", {'], + [/Local\s+(\w+)\s*=\s*Nan::New\([\w\d:]+\);(?:\w+->Reset\(\1\))?\s+\1->SetClassName\(Nan::String::New\("(\w+)"\)\);/g, 'Napi::Function $1 = DefineClass(env, "$2", {'], + [/Nan::New\(([\w\d:]+)\)->GetFunction\(\)/g, 'Napi::Function::New(env, $1)'], + [/Nan::New\(([\w\d:]+)\)->GetFunction()/g, 'Napi::Function::New(env, $1);'], + [/Nan::New\(([\w\d:]+)\)/g, 'Napi::Function::New(env, $1)'], + [/Nan::New\(([\w\d:]+)\)/g, 'Napi::Function::New(env, $1)'], + + // FunctionTemplate to FunctionReference + [/Nan::Persistent<(v8::)*FunctionTemplate>/g, 'Napi::FunctionReference'], + [/Nan::Persistent<(v8::)*Function>/g, 'Napi::FunctionReference'], + [/v8::Local/g, 'Napi::FunctionReference'], + [/Local/g, 'Napi::FunctionReference'], + [/v8::FunctionTemplate/g, 'Napi::FunctionReference'], + [/FunctionTemplate/g, 'Napi::FunctionReference'], + + [/([ ]*)Nan::SetPrototypeMethod\(\w+, "(\w+)", (\w+)\);/g, '$1InstanceMethod("$2", &$3),'], + [/([ ]*)(?:\w+\.Reset\(\w+\);\s+)?\(target\)\.Set\("(\w+)",\s*Nan::GetFunction\((\w+)\)\);/gm, + '});\n\n' + + '$1constructor = Napi::Persistent($3);\n' + + '$1constructor.SuppressDestruct();\n' + + '$1target.Set("$2", $3);'], + + // TODO: Other attribute combinations + [/static_cast\(ReadOnly\s*\|\s*DontDelete\)/gm, + 'static_cast(napi_enumerable | napi_configurable)'], + + [/([\w\d:<>]+?)::Cast\((.+?)\)/g, '$2.As<$1>()'], + + [/\*Nan::Utf8String\(([^)]+)\)/g, '$1->As().Utf8Value().c_str()'], + [/Nan::Utf8String +(\w+)\(([^)]+)\)/g, 'std::string $1 = $2.As()'], + [/Nan::Utf8String/g, 'std::string'], + + [/v8::String::Utf8Value (.+?)\((.+?)\)/g, 'Napi::String $1(env, $2)'], + [/String::Utf8Value (.+?)\((.+?)\)/g, 'Napi::String $1(env, $2)'], + [/\.length\(\)/g, '.Length()'], + + [/Nan::MakeCallback\(([^,]+),[\s\\]+([^,]+),/gm, '$2.MakeCallback($1,'], + + [/class\s+(\w+)\s*:\s*public\s+Nan::ObjectWrap/g, 'class $1 : public Napi::ObjectWrap<$1>'], + [/(\w+)\(([^)]*)\)\s*:\s*Nan::ObjectWrap\(\)\s*(,)?/gm, '$1($2) : Napi::ObjectWrap<$1>()$3'], + + // HandleOKCallback to OnOK + [/HandleOKCallback/g, 'OnOK'], + // HandleErrorCallback to OnError + [/HandleErrorCallback/g, 'OnError'], + + // ex. .As() to .As() + [/\.As\(\)/g, '.As()'], + [/\.As<(Value|Boolean|String|Number|Object|Array|Symbol|External|Function)>\(\)/g, '.As()'], + + // ex. Nan::New(info[0]) to Napi::Number::New(info[0]) + [/Nan::New<(v8::)*Integer>\((.+?)\)/g, 'Napi::Number::New(env, $2)'], + [/Nan::New\(([0-9.]+)\)/g, 'Napi::Number::New(env, $1)'], + [/Nan::New<(v8::)*String>\("(.+?)"\)/g, 'Napi::String::New(env, "$2")'], + [/Nan::New\("(.+?)"\)/g, 'Napi::String::New(env, "$1")'], + [/Nan::New<(v8::)*(.+?)>\(\)/g, 'Napi::$2::New(env)'], + [/Nan::New<(.+?)>\(\)/g, 'Napi::$1::New(env)'], + [/Nan::New<(v8::)*(.+?)>\(/g, 'Napi::$2::New(env, '], + [/Nan::New<(.+?)>\(/g, 'Napi::$1::New(env, '], + [/Nan::NewBuffer\(/g, 'Napi::Buffer::New(env, '], + // TODO: Properly handle this + [/Nan::New\(/g, 'Napi::New(env, '], + + [/\.IsInt32\(\)/g, '.IsNumber()'], + [/->IsInt32\(\)/g, '.IsNumber()'], + + [/(.+?)->BooleanValue\(\)/g, '$1.As().Value()'], + [/(.+?)->Int32Value\(\)/g, '$1.As().Int32Value()'], + [/(.+?)->Uint32Value\(\)/g, '$1.As().Uint32Value()'], + [/(.+?)->IntegerValue\(\)/g, '$1.As().Int64Value()'], + [/(.+?)->NumberValue\(\)/g, '$1.As().DoubleValue()'], + + // ex. Nan::To(info[0]) to info[0].Value() + [/Nan::To\((.+?)\)/g, '$2.To()'], + [/Nan::To<(Boolean|String|Number|Object|Array|Symbol|Function)>\((.+?)\)/g, '$2.To()'], + // ex. Nan::To(info[0]) to info[0].As().Value() + [/Nan::To\((.+?)\)/g, '$1.As().Value()'], + // ex. Nan::To(info[0]) to info[0].As().Int32Value() + [/Nan::To\((.+?)\)/g, '$1.As().Int32Value()'], + // ex. Nan::To(info[0]) to info[0].As().Int32Value() + [/Nan::To\((.+?)\)/g, '$1.As().Int32Value()'], + // ex. Nan::To(info[0]) to info[0].As().Uint32Value() + [/Nan::To\((.+?)\)/g, '$1.As().Uint32Value()'], + // ex. Nan::To(info[0]) to info[0].As().Int64Value() + [/Nan::To\((.+?)\)/g, '$1.As().Int64Value()'], + // ex. Nan::To(info[0]) to info[0].As().FloatValue() + [/Nan::To\((.+?)\)/g, '$1.As().FloatValue()'], + // ex. Nan::To(info[0]) to info[0].As().DoubleValue() + [/Nan::To\((.+?)\)/g, '$1.As().DoubleValue()'], + + [/Nan::New\((\w+)\)->HasInstance\((\w+)\)/g, '$2.InstanceOf($1.Value())'], + + [/Nan::Has\(([^,]+),\s*/gm, '($1).Has('], + [/\.Has\([\s|\\]*Nan::New<(v8::)*String>\(([^)]+)\)\)/gm, '.Has($1)'], + [/\.Has\([\s|\\]*Nan::New\(([^)]+)\)\)/gm, '.Has($1)'], + + [/Nan::Get\(([^,]+),\s*/gm, '($1).Get('], + [/\.Get\([\s|\\]*Nan::New<(v8::)*String>\(([^)]+)\)\)/gm, '.Get($1)'], + [/\.Get\([\s|\\]*Nan::New\(([^)]+)\)\)/gm, '.Get($1)'], + + [/Nan::Set\(([^,]+),\s*/gm, '($1).Set('], + [/\.Set\([\s|\\]*Nan::New<(v8::)*String>\(([^)]+)\)\s*,/gm, '.Set($1,'], + [/\.Set\([\s|\\]*Nan::New\(([^)]+)\)\s*,/gm, '.Set($1,'], + + // ex. node::Buffer::HasInstance(info[0]) to info[0].IsBuffer() + [/node::Buffer::HasInstance\((.+?)\)/g, '$1.IsBuffer()'], + // ex. node::Buffer::Length(info[0]) to info[0].Length() + [/node::Buffer::Length\((.+?)\)/g, '$1.As>().Length()'], + // ex. node::Buffer::Data(info[0]) to info[0].Data() + [/node::Buffer::Data\((.+?)\)/g, '$1.As>().Data()'], + [/Nan::CopyBuffer\(/g, 'Napi::Buffer::Copy(env, '], + + // Nan::AsyncQueueWorker(worker) + [/Nan::AsyncQueueWorker\((.+)\);/g, '$1.Queue();'], + [/Nan::(Undefined|Null|True|False)\(\)/g, 'env.$1()'], + + // Nan::ThrowError(error) to Napi::Error::New(env, error).ThrowAsJavaScriptException() + [/([ ]*)return Nan::Throw(\w*?)Error\((.+?)\);/g, '$1Napi::$2Error::New(env, $3).ThrowAsJavaScriptException();\n$1return env.Null();'], + [/Nan::Throw(\w*?)Error\((.+?)\);\n(\s*)return;/g, 'Napi::$1Error::New(env, $2).ThrowAsJavaScriptException();\n$3return env.Null();'], + [/Nan::Throw(\w*?)Error\((.+?)\);/g, 'Napi::$1Error::New(env, $2).ThrowAsJavaScriptException();\n'], + // Nan::RangeError(error) to Napi::RangeError::New(env, error) + [/Nan::(\w*?)Error\((.+)\)/g, 'Napi::$1Error::New(env, $2)'], + + [/Nan::Set\((.+?),\n* *(.+?),\n* *(.+?),\n* *(.+?)\)/g, '$1.Set($2, $3, $4)'], + + [/Nan::(Escapable)?HandleScope\s+(\w+)\s*;/g, 'Napi::$1HandleScope $2(env);'], + [/Nan::(Escapable)?HandleScope/g, 'Napi::$1HandleScope'], + [/Nan::ForceSet\(([^,]+), ?/g, '$1->DefineProperty('], + [/\.ForceSet\(Napi::String::New\(env, "(\w+)"\),\s*?/g, '.DefineProperty("$1", '], + // [ /Nan::GetPropertyNames\(([^,]+)\)/, '$1->GetPropertyNames()' ], + [/Nan::Equals\(([^,]+),/g, '$1.StrictEquals('], + + [/(.+)->Set\(/g, '$1.Set('], + + [/Nan::Callback/g, 'Napi::FunctionReference'], + + [/Nan::Persistent/g, 'Napi::ObjectReference'], + [/Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE target/g, 'Napi::Env& env, Napi::Object& target'], + + [/(\w+)\*\s+(\w+)\s*=\s*Nan::ObjectWrap::Unwrap<\w+>\(info\.This\(\)\);/g, '$1* $2 = this;'], + [/Nan::ObjectWrap::Unwrap<(\w+)>\((.*)\);/g, '$2.Unwrap<$1>();'], + + [/Nan::NAN_METHOD_RETURN_TYPE/g, 'void'], + [/NAN_INLINE/g, 'inline'], + + [/Nan::NAN_METHOD_ARGS_TYPE/g, 'const Napi::CallbackInfo&'], + [/NAN_METHOD\(([\w\d:]+?)\)/g, 'Napi::Value $1(const Napi::CallbackInfo& info)'], + [/static\s*NAN_GETTER\(([\w\d:]+?)\)/g, 'Napi::Value $1(const Napi::CallbackInfo& info)'], + [/NAN_GETTER\(([\w\d:]+?)\)/g, 'Napi::Value $1(const Napi::CallbackInfo& info)'], + [/static\s*NAN_SETTER\(([\w\d:]+?)\)/g, 'void $1(const Napi::CallbackInfo& info, const Napi::Value& value)'], + [/NAN_SETTER\(([\w\d:]+?)\)/g, 'void $1(const Napi::CallbackInfo& info, const Napi::Value& value)'], + [/void Init\((v8::)*Local<(v8::)*Object> exports\)/g, 'Napi::Object Init(Napi::Env env, Napi::Object exports)'], + [/NAN_MODULE_INIT\(([\w\d:]+?)\);/g, 'Napi::Object $1(Napi::Env env, Napi::Object exports);'], + [/NAN_MODULE_INIT\(([\w\d:]+?)\)/g, 'Napi::Object $1(Napi::Env env, Napi::Object exports)'], + + [/::(Init(?:ialize)?)\(target\)/g, '::$1(env, target, module)'], + [/constructor_template/g, 'constructor'], + + [/Nan::FunctionCallbackInfo<(v8::)?Value>[ ]*& [ ]*info\)[ ]*{\n*([ ]*)/gm, 'Napi::CallbackInfo& info) {\n$2Napi::Env env = info.Env();\n$2'], + [/Nan::FunctionCallbackInfo<(v8::)*Value>\s*&\s*info\);/g, 'Napi::CallbackInfo& info);'], + [/Nan::FunctionCallbackInfo<(v8::)*Value>\s*&/g, 'Napi::CallbackInfo&'], + + [/Buffer::HasInstance\(([^)]+)\)/g, '$1.IsBuffer()'], + + [/info\[(\d+)\]->/g, 'info[$1].'], + [/info\[([\w\d]+)\]->/g, 'info[$1].'], + [/info\.This\(\)->/g, 'info.This().'], + [/->Is(Object|String|Int32|Number)\(\)/g, '.Is$1()'], + [/info.GetReturnValue\(\).SetUndefined\(\)/g, 'return env.Undefined()'], + [/info\.GetReturnValue\(\)\.Set\(((\n|.)+?)\);/g, 'return $1;'], + + // ex. Local to Napi::Value + [/v8::Local/g, 'Napi::$1'], + [/Local<(Value|Boolean|String|Number|Object|Array|Symbol|External|Function)>/g, 'Napi::$1'], + + // Declare an env in helper functions that take a Napi::Value + [/(\w+)\(Napi::Value (\w+)(,\s*[^()]+)?\)\s*{\n*([ ]*)/gm, '$1(Napi::Value $2$3) {\n$4Napi::Env env = $2.Env();\n$4'], + + // delete #include and/or + [/#include +(<|")(?:node|nan).h("|>)/g, '#include $1napi.h$2\n#include $1uv.h$2'], + // NODE_MODULE to NODE_API_MODULE + [/NODE_MODULE/g, 'NODE_API_MODULE'], + [/Nan::/g, 'Napi::'], + [/nan.h/g, 'napi.h'], + + // delete .FromJust() + [/\.FromJust\(\)/g, ''], + // delete .ToLocalCheck() + [/\.ToLocalChecked\(\)/g, ''], + [/^.*->SetInternalFieldCount\(.*$/gm, ''], + + // replace using node; and/or using v8; to using Napi; + [/using (node|v8);/g, 'using Napi;'], + [/using namespace (node|Nan|v8);/g, 'using namespace Napi;'], + // delete using v8::Local; + [/using v8::Local;\n/g, ''], + // replace using v8::XXX; with using Napi::XXX + [/using v8::([A-Za-z]+);/g, 'using Napi::$1;'] + +]; + +const paths = listFiles(dir); +paths.forEach(function (dirEntry) { + const filename = dirEntry.split('\\').pop().split('/').pop(); + + // Check whether the file is a source file or a config file + // then execute function accordingly + const sourcePattern = /.+\.h|.+\.cc|.+\.cpp/; + if (sourcePattern.test(filename)) { + convertFile(dirEntry, SourceFileOperations); + } else if (ConfigFileOperations[filename] != null) { + convertFile(dirEntry, ConfigFileOperations[filename]); + } +}); + +function listFiles (dir, filelist) { + const files = fs.readdirSync(dir); + filelist = filelist || []; + files.forEach(function (file) { + if (file === 'node_modules') { + return; + } + + if (fs.statSync(path.join(dir, file)).isDirectory()) { + filelist = listFiles(path.join(dir, file), filelist); + } else { + filelist.push(path.join(dir, file)); + } + }); + return filelist; +} + +function convert (content, operations) { + for (let i = 0; i < operations.length; i++) { + const operation = operations[i]; + content = content.replace(operation[0], operation[1]); + } + return content; +} + +function convertFile (fileName, operations) { + fs.readFile(fileName, 'utf-8', function (err, file) { + if (err) throw err; + + file = convert(file, operations); + + fs.writeFile(fileName, file, function (err) { + if (err) throw err; + }); + }); +} diff --git a/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/eslint-format.js b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/eslint-format.js new file mode 100644 index 00000000..6923ab7b --- /dev/null +++ b/.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/tools/eslint-format.js @@ -0,0 +1,79 @@ +#!/usr/bin/env node + +const spawn = require('child_process').spawnSync; + +const filesToCheck = '*.js'; +const FORMAT_START = process.env.FORMAT_START || 'main'; +const IS_WIN = process.platform === 'win32'; +const ESLINT_PATH = IS_WIN ? 'node_modules\\.bin\\eslint.cmd' : 'node_modules/.bin/eslint'; + +function main (args) { + let fix = false; + while (args.length > 0) { + switch (args[0]) { + case '-f': + case '--fix': + fix = true; + break; + default: + } + args.shift(); + } + + // Check js files that change on unstaged file + const fileUnStaged = spawn( + 'git', + ['diff', '--name-only', '--diff-filter=d', FORMAT_START, filesToCheck], + { + encoding: 'utf-8' + } + ); + + // Check js files that change on staged file + const fileStaged = spawn( + 'git', + ['diff', '--name-only', '--cached', '--diff-filter=d', FORMAT_START, filesToCheck], + { + encoding: 'utf-8' + } + ); + + const options = [ + ...fileStaged.stdout.split('\n').filter((f) => f !== ''), + ...fileUnStaged.stdout.split('\n').filter((f) => f !== '') + ]; + + if (fix) { + options.push('--fix'); + } + + const result = spawn(ESLINT_PATH, [...options], { + encoding: 'utf-8' + }); + + if (result.error && result.error.errno === 'ENOENT') { + console.error('Eslint not found! Eslint is supposed to be found at ', ESLINT_PATH); + return 2; + } + + if (result.status === 1) { + console.error('Eslint error:', result.stdout); + const fixCmd = 'npm run lint:fix'; + console.error(`ERROR: please run "${fixCmd}" to format changes in your commit + Note that when running the command locally, please keep your local + main branch and working branch up to date with nodejs/node-addon-api + to exclude un-related complains. + Or you can run "env FORMAT_START=upstream/main ${fixCmd}". + Also fix JS files by yourself if necessary.`); + return 1; + } + + if (result.stderr) { + console.error('Error running eslint:', result.stderr); + return 2; + } +} + +if (require.main === module) { + process.exitCode = main(process.argv.slice(2)); +} diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/.ready b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/.ready new file mode 100644 index 00000000..e69de29b diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/.release-please-manifest.json b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/.release-please-manifest.json new file mode 100644 index 00000000..b9132640 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/.release-please-manifest.json @@ -0,0 +1,3 @@ +{ + ".": "11.1.0" +} diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/CHANGELOG.md b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/CHANGELOG.md new file mode 100644 index 00000000..3bb923e6 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/CHANGELOG.md @@ -0,0 +1,1023 @@ +# Changelog + +## [11.1.0](https://github.com/nodejs/node-gyp/compare/v11.0.0...v11.1.0) (2025-02-10) + + +### Features + +* update gyp-next to v0.19.1 ([#3122](https://github.com/nodejs/node-gyp/issues/3122)) ([504250e](https://github.com/nodejs/node-gyp/commit/504250e5e3e27c6ef6dcfcaa744b36e1a99c1be8)) + + +### Bug Fixes + +* Find VC.Tools.ARM64 on arm64 machine ([#3075](https://github.com/nodejs/node-gyp/issues/3075)) ([b899fae](https://github.com/nodejs/node-gyp/commit/b899faed56270d3d8496da7576b5750b264c2c21)) +* try libnode.dll first in load_exe_hook ([#2834](https://github.com/nodejs/node-gyp/issues/2834)) ([b9d10a5](https://github.com/nodejs/node-gyp/commit/b9d10a5a37081e2a731937e43eca52c83609e7f5)) + + +### Miscellaneous + +* add gyp-next updater ([#3105](https://github.com/nodejs/node-gyp/issues/3105)) ([e3f9a77](https://github.com/nodejs/node-gyp/commit/e3f9a7756f65a7f4e50799017b3dc51d5bc195b2)) +* Test on Ubuntu-24.04-arm and Node.js v23 ([#3121](https://github.com/nodejs/node-gyp/issues/3121)) ([2530f51](https://github.com/nodejs/node-gyp/commit/2530f51cec3ba595184e5bcb7fe1245e240beb59)) +* Use astral-sh/ruff-action@v3 to run the Python linter ([#3114](https://github.com/nodejs/node-gyp/issues/3114)) ([94448fc](https://github.com/nodejs/node-gyp/commit/94448fcd9f090814bce1c4361471dae199dc2e82)) + +## [11.0.0](https://github.com/nodejs/node-gyp/compare/v10.3.1...v11.0.0) (2024-12-03) + + +### ⚠ BREAKING CHANGES + +* drop node 16 support ([#3102](https://github.com/nodejs/node-gyp/issues/3102)) + +### Features + +* drop node 16 support ([#3102](https://github.com/nodejs/node-gyp/issues/3102)) ([0e6b6f8](https://github.com/nodejs/node-gyp/commit/0e6b6f8bea615cf031d76ecff9102a38e5474c72)) + + +### Miscellaneous + +* migrate from standard to neostandard ([#3103](https://github.com/nodejs/node-gyp/issues/3103)) ([a130178](https://github.com/nodejs/node-gyp/commit/a13017807d0ae7da8fa076b0bcf23153af7c60a6)) + +## [10.3.1](https://github.com/nodejs/node-gyp/compare/v10.3.0...v10.3.1) (2024-12-02) + + +### Miscellaneous + +* fix npm-publish dependencies and add provenance ([#3099](https://github.com/nodejs/node-gyp/issues/3099)) ([6dded88](https://github.com/nodejs/node-gyp/commit/6dded88065872a32f44114e60731ba4b701ec057)) + +## [10.3.0](https://github.com/nodejs/node-gyp/compare/v10.2.0...v10.3.0) (2024-11-29) + + +### Features + +* prohibit compiling with ClangCL on Windows ([#3098](https://github.com/nodejs/node-gyp/issues/3098)) ([88260bf](https://github.com/nodejs/node-gyp/commit/88260bf86aeb4c39959b78104a5edc3dc88d3aef)) + + +### Bug Fixes + +* **ci:** use correct release-please-action domain after organization url was changed ([#3032](https://github.com/nodejs/node-gyp/issues/3032)) ([d1ed3d4](https://github.com/nodejs/node-gyp/commit/d1ed3d4dc3a53b8ccab4093d002e43945bbece0e)) + + +### Miscellaneous + +* add links to Code of Conduct from root file ([#2196](https://github.com/nodejs/node-gyp/issues/2196)) ([d22e2eb](https://github.com/nodejs/node-gyp/commit/d22e2eb080807c6290533a67249c343a7605a989)) +* publish to npm with release-please ([#3051](https://github.com/nodejs/node-gyp/issues/3051)) ([8319847](https://github.com/nodejs/node-gyp/commit/831984736393a3ea8417efec5255f95d53a70785)) + +## [10.2.0](https://github.com/nodejs/node-gyp/compare/v10.1.0...v10.2.0) (2024-07-09) + + +### Features + +* allow VCINSTALLDIR to specify a portable instance ([#3036](https://github.com/nodejs/node-gyp/issues/3036)) ([d38af2e](https://github.com/nodejs/node-gyp/commit/d38af2e0c2a81b12cd221b1f8517fb89e609d62c)) +* **gyp:** update gyp to v0.18.1 ([#3039](https://github.com/nodejs/node-gyp/issues/3039)) ([ea99fea](https://github.com/nodejs/node-gyp/commit/ea99fea83485dc5be04db01df9b2fdbe05319b8e)) +* support `rebuild` and `build` for cross-compiling Node-API module to wasm on Windows ([#2974](https://github.com/nodejs/node-gyp/issues/2974)) ([6318d2b](https://github.com/nodejs/node-gyp/commit/6318d2b210224415ff5932c2863e6cc14d4583dc)) + + +### Core + +* add an arch check to VS 2019 ([#3025](https://github.com/nodejs/node-gyp/issues/3025)) ([323957b](https://github.com/nodejs/node-gyp/commit/323957b74e9586fb3fbfb2acad5040379c778de6)) +* **deps:** bump seanmiddleditch/gha-setup-ninja from 4 to 5 ([#3041](https://github.com/nodejs/node-gyp/issues/3041)) ([10f6730](https://github.com/nodejs/node-gyp/commit/10f6730be660e7a38be8a12111937e37fcf74834)) +* proc-log@4.0.0 ([#3022](https://github.com/nodejs/node-gyp/issues/3022)) ([141aa6b](https://github.com/nodejs/node-gyp/commit/141aa6bf029e6f984be8ea98aaf985e5df894082)) +* tar@6.2.1 ([#3021](https://github.com/nodejs/node-gyp/issues/3021)) ([b22d5ee](https://github.com/nodejs/node-gyp/commit/b22d5eef861892c968052ffc1c71b551f738163b)) + + +### Doc + +* `node-pre-gyp` is no longer maintained ([#3015](https://github.com/nodejs/node-gyp/issues/3015)) ([93186f1](https://github.com/nodejs/node-gyp/commit/93186f10c966b4148fc500e48f8cbffacccdfa3c)) +* add the way to configuring Python dependency for Windows PowerShell ([#2996](https://github.com/nodejs/node-gyp/issues/2996)) ([9fd7936](https://github.com/nodejs/node-gyp/commit/9fd7936f0d7232a8a79e6a7b6cbfb814d9042b13)) +* Installation -- Python >= v3.12 requires `node-gyp` >= v10 ([#3010](https://github.com/nodejs/node-gyp/issues/3010)) ([a6b48fc](https://github.com/nodejs/node-gyp/commit/a6b48fca9993e54d757cd110f6b41f8200d99ca4)) + + +### Miscellaneous + +* fix ruff command ([#3044](https://github.com/nodejs/node-gyp/issues/3044)) ([b3916d5](https://github.com/nodejs/node-gyp/commit/b3916d5b25704a53e89be16b500036a14bdc5060)) + +## [10.1.0](https://github.com/nodejs/node-gyp/compare/v10.0.1...v10.1.0) (2024-03-13) + + +### Features + +* improve visual studio detection ([#2957](https://github.com/nodejs/node-gyp/issues/2957)) ([109e3d4](https://github.com/nodejs/node-gyp/commit/109e3d4245504a7b75c99f578e1203c0ef4b518e)) + + +### Core + +* add support for locally installed headers ([#2964](https://github.com/nodejs/node-gyp/issues/2964)) ([3298731](https://github.com/nodejs/node-gyp/commit/329873141f0d3e3787d3c006801431da04e4ed0c)) +* **deps:** bump actions/setup-python from 4 to 5 ([#2960](https://github.com/nodejs/node-gyp/issues/2960)) ([3f0df7e](https://github.com/nodejs/node-gyp/commit/3f0df7e9334e49e8c7f6fdbbb9e1e6c5a8cca53b)) +* **deps:** bump google-github-actions/release-please-action ([#2961](https://github.com/nodejs/node-gyp/issues/2961)) ([b1f1808](https://github.com/nodejs/node-gyp/commit/b1f1808bfff0d51e6d3eb696ab6a5b89b7b9630c)) +* print Python executable path using UTF-8 ([#2995](https://github.com/nodejs/node-gyp/issues/2995)) ([c472912](https://github.com/nodejs/node-gyp/commit/c4729129daa9bb5204246b857826fb391ac961e1)) +* update supported vs versions ([#2959](https://github.com/nodejs/node-gyp/issues/2959)) ([391cc5b](https://github.com/nodejs/node-gyp/commit/391cc5b9b25cffe0cb2edcba3583414a771b4a15)) + + +### Doc + +* npm is currently v10 ([#2970](https://github.com/nodejs/node-gyp/issues/2970)) ([7705a22](https://github.com/nodejs/node-gyp/commit/7705a22f31a62076e9f8429780a459f4ad71ea4c)) +* remove outdated Node versions from readme ([#2955](https://github.com/nodejs/node-gyp/issues/2955)) ([ae8478e](https://github.com/nodejs/node-gyp/commit/ae8478ec32d9b2fa71b591ac22cdf867ef2e9a7d)) +* remove outdated update engines.node reference in 10.0.0 changelog ([b42e796](https://github.com/nodejs/node-gyp/commit/b42e7966177f006f3d1aab1d27885d8372c8ed01)) + + +### Miscellaneous + +* only run release please on push ([cff9ac2](https://github.com/nodejs/node-gyp/commit/cff9ac2c3083769a383e00bc60b91562f03116e3)) +* upgrade release please action from v2 to v4 ([#2982](https://github.com/nodejs/node-gyp/issues/2982)) ([0035d8e](https://github.com/nodejs/node-gyp/commit/0035d8e9dc98b94f0bc8cd9023a6fa635003703e)) + +### [10.0.1](https://www.github.com/nodejs/node-gyp/compare/v10.0.0...v10.0.1) (2023-11-02) + + +### Bug Fixes + +* use local `util` for `findAccessibleSync()` ([b39e681](https://www.github.com/nodejs/node-gyp/commit/b39e6819aa9e2c45107d6e60a4913ca036ebfbfd)) + + +### Miscellaneous + +* add parallel test logging ([7de1f5f](https://www.github.com/nodejs/node-gyp/commit/7de1f5f32d550d26d48fe4f76aed5866744edcba)) +* lint fixes ([4e0ed99](https://www.github.com/nodejs/node-gyp/commit/4e0ed992566f43abc6e988af091ad07fde04acbf)) +* use platform specific timeouts in tests ([a68586a](https://www.github.com/nodejs/node-gyp/commit/a68586a67d0af238300662cc062422b42820044d)) + +## [10.0.0](https://www.github.com/nodejs/node-gyp/compare/v9.4.0...v10.0.0) (2023-10-28) + + +### ⚠ BREAKING CHANGES + +* use .npmignore file to limit which files are published (#2921) +* the `Gyp` class exported is now created using ECMAScript classes and therefore might have small differences to classes that were previously created with `util.inherits`. +* All internal functions have been coverted to return promises and no longer accept callbacks. This is not a breaking change for users but may be breaking to consumers of `node-gyp` if you are requiring internal functions directly. +* `node-gyp` now supports node `^16.14.0 || >=18.0.0` + +### Features + +* convert all internal functions to async/await ([355622f](https://www.github.com/nodejs/node-gyp/commit/355622f4aac3bd3056b9e03aac5fa2f42a4b3576)) +* convert internal classes from util.inherits to classes ([d52997e](https://www.github.com/nodejs/node-gyp/commit/d52997e975b9da6e0cea3d9b99873e9ddc768679)) +* drop node 14 support ([#2929](https://www.github.com/nodejs/node-gyp/issues/2929)) ([1b3bd34](https://www.github.com/nodejs/node-gyp/commit/1b3bd341b40f384988d03207ce8187e93ba609bc)) +* drop rimraf dependency ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1)) +* **gyp:** update gyp to v0.16.1 ([#2923](https://www.github.com/nodejs/node-gyp/issues/2923)) ([707927c](https://www.github.com/nodejs/node-gyp/commit/707927cd579205ef2b4b17e61c1cce24c056b452)) +* replace npmlog with proc-log ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1)) +* update engines.node to ^14.17.0 || ^16.13.0 || >=18.0.0 ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1)) +* use .npmignore file to limit which files are published ([#2921](https://www.github.com/nodejs/node-gyp/issues/2921)) ([864a979](https://www.github.com/nodejs/node-gyp/commit/864a979930cf0ef5ad64bc887b901fa8955d058f)) + + +### Bug Fixes + +* create Python symlink only during builds, and clean it up after ([#2721](https://www.github.com/nodejs/node-gyp/issues/2721)) ([0f1f667](https://www.github.com/nodejs/node-gyp/commit/0f1f667b737d21905e283df100a2cb639993562a)) +* promisify build command ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1)) +* use fs/promises in favor of fs.promises ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1)) + + +### Tests + +* increase mocha timeout ([#2887](https://www.github.com/nodejs/node-gyp/issues/2887)) ([445c28f](https://www.github.com/nodejs/node-gyp/commit/445c28fabc5fbdf9c3bb3341fb70660a3530f6ad)) +* update expired certs ([#2908](https://www.github.com/nodejs/node-gyp/issues/2908)) ([5746691](https://www.github.com/nodejs/node-gyp/commit/5746691a36f7b37019d4b8d4e9616aec43d20410)) + + +### Doc + +* Add note about Python symlinks (PR 2362) to CHANGELOG.md for 9.1.0 ([#2783](https://www.github.com/nodejs/node-gyp/issues/2783)) ([b3d41ae](https://www.github.com/nodejs/node-gyp/commit/b3d41aeb737ddd54cc292f363abc561dcc0a614e)) +* README.md Do not hardcode the supported versions of Python ([#2880](https://www.github.com/nodejs/node-gyp/issues/2880)) ([bb93b94](https://www.github.com/nodejs/node-gyp/commit/bb93b946a9c74934b59164deb52128cf913c97d5)) +* update applicable GitHub links from master to main ([#2843](https://www.github.com/nodejs/node-gyp/issues/2843)) ([d644ce4](https://www.github.com/nodejs/node-gyp/commit/d644ce48311edf090d0e920ad449e5766c757933)) +* Update windows installation instructions in README.md ([#2882](https://www.github.com/nodejs/node-gyp/issues/2882)) ([c9caa2e](https://www.github.com/nodejs/node-gyp/commit/c9caa2ecf3c7deae68444ce8fabb32d2dca651cd)) + + +### Core + +* find python checks order changed on windows ([#2872](https://www.github.com/nodejs/node-gyp/issues/2872)) ([b030555](https://www.github.com/nodejs/node-gyp/commit/b030555cdb754d9c23906e7e707115cd077bbf76)) +* glob@10.3.10 ([#2926](https://www.github.com/nodejs/node-gyp/issues/2926)) ([4bef1ec](https://www.github.com/nodejs/node-gyp/commit/4bef1ecc7554097d92beb397fbe1a546c5227545)) +* glob@8.0.3 ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1)) +* make-fetch-happen@13.0.0 ([#2927](https://www.github.com/nodejs/node-gyp/issues/2927)) ([059bb6f](https://www.github.com/nodejs/node-gyp/commit/059bb6fd41bb50955a9efbd97887773d60d53221)) +* nopt@^7.0.0 ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1)) +* standard@17.0.0 and fix linting errors ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1)) +* which@3.0.0 ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1)) +* which@4.0.0 ([#2928](https://www.github.com/nodejs/node-gyp/issues/2928)) ([e388255](https://www.github.com/nodejs/node-gyp/commit/e38825531403aabeae7abe58e76867f31b832f36)) + + +### Miscellaneous + +* add check engines script to CI ([#2922](https://www.github.com/nodejs/node-gyp/issues/2922)) ([21a7249](https://www.github.com/nodejs/node-gyp/commit/21a7249b40d8f95e7721e450fd18764adb1648a7)) +* empty commit to add changelog entries from [#2770](https://www.github.com/nodejs/node-gyp/issues/2770) ([4a50fe3](https://www.github.com/nodejs/node-gyp/commit/4a50fe31574217c4b2a798fc72b19947a64ceea1)) +* GitHub Workflows security hardening ([#2740](https://www.github.com/nodejs/node-gyp/issues/2740)) ([26683e9](https://www.github.com/nodejs/node-gyp/commit/26683e993df038fb94d89f2276f3535e4522d79a)) +* misc testing fixes ([#2930](https://www.github.com/nodejs/node-gyp/issues/2930)) ([4e493d4](https://www.github.com/nodejs/node-gyp/commit/4e493d4fb262d12ac52c84979071ccc79e666a1a)) +* run tests after release please PR ([3032e10](https://www.github.com/nodejs/node-gyp/commit/3032e1061cc2b7b49f83c397d385bafddc6b0214)) + +## [9.4.0](https://www.github.com/nodejs/node-gyp/compare/v9.3.1...v9.4.0) (2023-06-12) + + +### Features + +* add support for native windows arm64 build tools ([bb76021](https://www.github.com/nodejs/node-gyp/commit/bb76021d35964d2bb125bc6214286f35ae4e6cad)) +* Upgrade Python linting from flake8 to ruff ([#2815](https://www.github.com/nodejs/node-gyp/issues/2815)) ([fc0ddc6](https://www.github.com/nodejs/node-gyp/commit/fc0ddc6523c62b10e5ca1257500b3ceac01450a7)) + + +### Bug Fixes + +* extract tarball to temp directory on Windows ([#2846](https://www.github.com/nodejs/node-gyp/issues/2846)) ([aaa117c](https://www.github.com/nodejs/node-gyp/commit/aaa117c514430aa2c1e568b95df1b6ed1c1fd3b6)) +* log statement is for devDir not nodedir ([#2840](https://www.github.com/nodejs/node-gyp/issues/2840)) ([55048f8](https://www.github.com/nodejs/node-gyp/commit/55048f8be5707c295fb0876306aded75638a8b63)) + + +### Miscellaneous + +* get update-gyp.py to work with Python >= v3.5 ([#2826](https://www.github.com/nodejs/node-gyp/issues/2826)) ([337e8e6](https://www.github.com/nodejs/node-gyp/commit/337e8e68209bd2481cbb11dacce61234dc5c9419)) + + +### Doc + +* docs/README.md add advise about deprecated node-sass ([#2828](https://www.github.com/nodejs/node-gyp/issues/2828)) ([6f3c2d3](https://www.github.com/nodejs/node-gyp/commit/6f3c2d3c6c0de0dbf8c7245f34c2e0b3eea53812)) +* Update README.md ([#2822](https://www.github.com/nodejs/node-gyp/issues/2822)) ([c7927e2](https://www.github.com/nodejs/node-gyp/commit/c7927e228dfde059c93e08c26b54dd8026144583)) + + +### Tests + +* remove deprecated Node.js and Python ([#2868](https://www.github.com/nodejs/node-gyp/issues/2868)) ([a0b3d1c](https://www.github.com/nodejs/node-gyp/commit/a0b3d1c3afed71a74501476fcbc6ee3fface4d13)) + +### [9.3.1](https://www.github.com/nodejs/node-gyp/compare/v9.3.0...v9.3.1) (2022-12-16) + + +### Bug Fixes + +* increase node 12 support to ^12.13 ([#2771](https://www.github.com/nodejs/node-gyp/issues/2771)) ([888efb9](https://www.github.com/nodejs/node-gyp/commit/888efb9055857afee6a6b54550722cf9ae3ee323)) + + +### Miscellaneous + +* update python test matrix ([#2774](https://www.github.com/nodejs/node-gyp/issues/2774)) ([38f01fa](https://www.github.com/nodejs/node-gyp/commit/38f01fa57d10fdb3db7697121d957bc2e0e96508)) + +## [9.3.0](https://www.github.com/nodejs/node-gyp/compare/v9.2.0...v9.3.0) (2022-10-10) + + +### Features + +* **gyp:** update gyp to v0.14.0 ([#2749](https://www.github.com/nodejs/node-gyp/issues/2749)) ([713b8dc](https://www.github.com/nodejs/node-gyp/commit/713b8dcdbf44532ca9453a127da266386cc737f8)) +* remove support for VS2015 in Node.js >=19 ([#2746](https://www.github.com/nodejs/node-gyp/issues/2746)) ([131d1a4](https://www.github.com/nodejs/node-gyp/commit/131d1a463baf034a04154bcda753a8295f112a34)) +* support IBM Open XL C/C++ on z/OS ([#2743](https://www.github.com/nodejs/node-gyp/issues/2743)) ([7d0c83d](https://www.github.com/nodejs/node-gyp/commit/7d0c83d2a95aca743dff972826d0da26203acfc4)) + +## [9.2.0](https://www.github.com/nodejs/node-gyp/compare/v9.1.0...v9.2.0) (2022-10-02) + + +### Features + +* Add proper support for IBM i ([a26494f](https://www.github.com/nodejs/node-gyp/commit/a26494fbb8883d9ef784503979e115dec3e2791e)) +* **gyp:** update gyp to v0.13.0 ([3e2a532](https://www.github.com/nodejs/node-gyp/commit/3e2a5324f1c24f3a04bca04cf54fe23d5c4d5e50)) + + +### Bug Fixes + +* node.js debugger adds stderr (but exit code is 0) -> shouldn't throw ([#2719](https://www.github.com/nodejs/node-gyp/issues/2719)) ([c379a74](https://www.github.com/nodejs/node-gyp/commit/c379a744c65c7ab07c2c3193d9c7e8f25ae1b05e)) + + +### Core + +* enable support for zoslib on z/OS ([#2600](https://www.github.com/nodejs/node-gyp/issues/2600)) ([83c0a12](https://www.github.com/nodejs/node-gyp/commit/83c0a12bf23b4cbf3125d41f9e2d4201db76c9ae)) + + +### Miscellaneous + +* update dependency - nopt@6.0.0 ([#2707](https://www.github.com/nodejs/node-gyp/issues/2707)) ([8958ecf](https://www.github.com/nodejs/node-gyp/commit/8958ecf2bb719227bbcbf155891c3186ee219a2e)) + +## [9.1.0](https://www.github.com/nodejs/node-gyp/compare/v9.0.0...v9.1.0) (2022-07-13) + + +### Features + +* Update function getSDK() to support Windows 11 SDK ([#2565](https://www.github.com/nodejs/node-gyp/issues/2565)) ([ea8520e](https://www.github.com/nodejs/node-gyp/commit/ea8520e3855374bd15b6d001fe112d58a8d7d737)) + + +### Bug Fixes + +* extend tap timeout length to allow for slow CI ([6f74c76](https://www.github.com/nodejs/node-gyp/commit/6f74c762fe3c19bdd20245cb5c02e2dfa65d9451)) +* new ca & server certs, bundle in .js file and unpack for testing ([147e3d3](https://www.github.com/nodejs/node-gyp/commit/147e3d34f44a97deb7aa507207680cf0f4e662a2)) +* re-label ([#2689](https://www.github.com/nodejs/node-gyp/issues/2689)) ([f0b7863](https://www.github.com/nodejs/node-gyp/commit/f0b7863dadfa365afc173025ae95351aec79abd9)) +* typo on readme ([bf81cd4](https://www.github.com/nodejs/node-gyp/commit/bf81cd452b931dd4dfa82762c23dd530a075d992)) + + +### Doc + +* update docs/README.md with latest version number ([62d2815](https://www.github.com/nodejs/node-gyp/commit/62d28151bf8266a34e1bcceeb25b4e6e2ae5ca5d)) + + +### Core + +* update due to rename of primary branch ([ca1f068](https://www.github.com/nodejs/node-gyp/commit/ca1f0681a5567ca8cd51acebccd37a633f19bc6a)) +* Add Python symlink to path (for non-Windows OSes only) ([#2362](https://github.com/nodejs/node-gyp/pull/2362)) ([b9ddcd5](https://github.com/nodejs/node-gyp/commit/b9ddcd5bbd93b05b03674836b6ebdae2c2e74c8c)) + + +### Tests + +* Try msvs-version: [2016, 2019, 2022] ([#2700](https://www.github.com/nodejs/node-gyp/issues/2700)) ([68b5b5b](https://www.github.com/nodejs/node-gyp/commit/68b5b5be9c94ac20c55e88654ff6f55234d7130a)) +* Upgrade GitHub Actions ([#2623](https://www.github.com/nodejs/node-gyp/issues/2623)) ([245cd5b](https://www.github.com/nodejs/node-gyp/commit/245cd5bbe4441d4f05e88f2fa20a86425419b6af)) +* Upgrade GitHub Actions ([#2701](https://www.github.com/nodejs/node-gyp/issues/2701)) ([1c64ca7](https://www.github.com/nodejs/node-gyp/commit/1c64ca7f4702c6eb43ecd16fbd67b5d939041621)) + +## [9.0.0](https://www.github.com/nodejs/node-gyp/compare/v8.4.1...v9.0.0) (2022-02-24) + + +### ⚠ BREAKING CHANGES + +* increase "engines" to "node" : "^12.22 || ^14.13 || >=16" (#2601) + +### Bug Fixes + +* _ in npm_config_ env variables ([eef4eef](https://www.github.com/nodejs/node-gyp/commit/eef4eefccb13ff6a32db862709ee5b2d4edf7e95)) +* update make-fetch-happen to a minimum of 10.0.3 ([839e414](https://www.github.com/nodejs/node-gyp/commit/839e414b63790c815a4a370d0feee8f24a94d40f)) + + +### Miscellaneous + +* add minimal SECURITY.md ([#2560](https://www.github.com/nodejs/node-gyp/issues/2560)) ([c2a1850](https://www.github.com/nodejs/node-gyp/commit/c2a185056e2e589b520fbc0bcc59c2935cd07ede)) + + +### Doc + +* Add notes/disclaimers for upgrading the copy of node-gyp that npm uses ([#2585](https://www.github.com/nodejs/node-gyp/issues/2585)) ([faf6d48](https://www.github.com/nodejs/node-gyp/commit/faf6d48f8a77c08a313baf9332358c4b1231c73c)) +* Rename and update Common-issues.md --> docs/README.md ([#2567](https://www.github.com/nodejs/node-gyp/issues/2567)) ([2ef5fb8](https://www.github.com/nodejs/node-gyp/commit/2ef5fb86277c4d81baffc0b9f642a8d86be1bfa5)) +* rephrase explanation of which node-gyp is used by npm ([#2587](https://www.github.com/nodejs/node-gyp/issues/2587)) ([a2f2988](https://www.github.com/nodejs/node-gyp/commit/a2f298870692022302fa27a1d42363c4a72df407)) +* title match content ([#2574](https://www.github.com/nodejs/node-gyp/issues/2574)) ([6e8f93b](https://www.github.com/nodejs/node-gyp/commit/6e8f93be0443f2649d4effa7bc773a9da06a33b4)) +* Update Python versions ([#2571](https://www.github.com/nodejs/node-gyp/issues/2571)) ([e069f13](https://www.github.com/nodejs/node-gyp/commit/e069f13658a8bfb5fd60f74708cf8be0856d92e3)) + + +### Core + +* add lib.target as path for searching libnode on z/OS ([1d499dd](https://www.github.com/nodejs/node-gyp/commit/1d499dd5606f39de2d34fa822fd0fa5ce17fbd06)) +* increase "engines" to "node" : "^12.22 || ^14.13 || >=16" ([#2601](https://www.github.com/nodejs/node-gyp/issues/2601)) ([6562f92](https://www.github.com/nodejs/node-gyp/commit/6562f92a6f2e67aeae081ddf5272ff117f1fab07)) +* make-fetch-happen@10.0.1 ([78f6660](https://www.github.com/nodejs/node-gyp/commit/78f66604e0df480d4f36a8fa4f3618c046a6fbdc)) + +### [8.4.1](https://www.github.com/nodejs/node-gyp/compare/v8.4.0...v8.4.1) (2021-11-19) + + +### Bug Fixes + +* windows command missing space ([#2553](https://www.github.com/nodejs/node-gyp/issues/2553)) ([cc37b88](https://www.github.com/nodejs/node-gyp/commit/cc37b880690706d3c5d04d5a68c76c392a0a23ed)) + + +### Doc + +* fix typo in powershell node-gyp update ([787cf7f](https://www.github.com/nodejs/node-gyp/commit/787cf7f8e5ddd5039e02b64ace6b7b15e06fe0a4)) + + +### Core + +* npmlog@6.0.0 ([8083f6b](https://www.github.com/nodejs/node-gyp/commit/8083f6b855bd7f3326af04c5f5269fc28d7f2508)) + +## [8.4.0](https://www.github.com/nodejs/node-gyp/compare/v8.3.0...v8.4.0) (2021-11-05) + + +### Features + +* build with config.gypi from node headers ([a27dc08](https://www.github.com/nodejs/node-gyp/commit/a27dc08696911c6d81e76cc228697243069103c1)) +* support vs2022 ([#2533](https://www.github.com/nodejs/node-gyp/issues/2533)) ([5a00387](https://www.github.com/nodejs/node-gyp/commit/5a00387e5f8018264a1822f6c4d5dbf425f21cf6)) + +## [8.3.0](https://www.github.com/nodejs/node-gyp/compare/v8.2.0...v8.3.0) (2021-10-11) + + +### Features + +* **gyp:** update gyp to v0.10.0 ([#2521](https://www.github.com/nodejs/node-gyp/issues/2521)) ([5585792](https://www.github.com/nodejs/node-gyp/commit/5585792922a97f0629f143c560efd74470eae87f)) + + +### Tests + +* Python 3.10 was release on Oct. 4th ([#2504](https://www.github.com/nodejs/node-gyp/issues/2504)) ([0a67dcd](https://www.github.com/nodejs/node-gyp/commit/0a67dcd1307f3560495219253241eafcbf4e2a69)) + + +### Miscellaneous + +* **deps:** bump make-fetch-happen from 8.0.14 to 9.1.0 ([b05b4fe](https://www.github.com/nodejs/node-gyp/commit/b05b4fe9891f718f40edf547e9b50e982826d48a)) +* refactor the creation of config.gypi file ([f2ad87f](https://www.github.com/nodejs/node-gyp/commit/f2ad87ff65f98ad66daa7225ad59d99b759a2b07)) + +## [8.2.0](https://www.github.com/nodejs/node-gyp/compare/v8.1.0...v8.2.0) (2021-08-23) + + +### Features + +* **gyp:** update gyp to v0.9.6 ([#2481](https://www.github.com/nodejs/node-gyp/issues/2481)) ([ed9a9ed](https://www.github.com/nodejs/node-gyp/commit/ed9a9ed653a17c84afa3c327161992d0da7d0cea)) + + +### Bug Fixes + +* add error arg back into catch block for older Node.js users ([5cde818](https://www.github.com/nodejs/node-gyp/commit/5cde818aac715477e9e9747966bb6b4c4ed070a8)) +* change default gyp update message ([#2420](https://www.github.com/nodejs/node-gyp/issues/2420)) ([cfd12ff](https://www.github.com/nodejs/node-gyp/commit/cfd12ff3bb0eb4525173413ef6a94b3cd8398cad)) +* doc how to update node-gyp independently from npm ([c8c0af7](https://www.github.com/nodejs/node-gyp/commit/c8c0af72e78141a02b5da4cd4d704838333a90bd)) +* missing spaces ([f0882b1](https://www.github.com/nodejs/node-gyp/commit/f0882b1264b2fa701adbc81a3be0b3cba80e333d)) + + +### Core + +* deep-copy process.config during configure ([#2368](https://www.github.com/nodejs/node-gyp/issues/2368)) ([5f1a06c](https://www.github.com/nodejs/node-gyp/commit/5f1a06c50f3b0c3d292f64948f85a004cfcc5c87)) + + +### Miscellaneous + +* **deps:** bump tar from 6.1.0 to 6.1.2 ([#2474](https://www.github.com/nodejs/node-gyp/issues/2474)) ([ec15a3e](https://www.github.com/nodejs/node-gyp/commit/ec15a3e5012004172713c11eebcc9d852d32d380)) +* fix typos discovered by codespell ([#2442](https://www.github.com/nodejs/node-gyp/issues/2442)) ([2d0ce55](https://www.github.com/nodejs/node-gyp/commit/2d0ce5595e232a3fc7c562cdf39efb77e2312cc1)) +* GitHub Actions Test on node: [12.x, 14.x, 16.x] ([#2439](https://www.github.com/nodejs/node-gyp/issues/2439)) ([b7bccdb](https://www.github.com/nodejs/node-gyp/commit/b7bccdb527d93b0bb0ce99713f083ce2985fe85c)) + + +### Doc + +* correct link to "binding.gyp files out in the wild" ([#2483](https://www.github.com/nodejs/node-gyp/issues/2483)) ([660dd7b](https://www.github.com/nodejs/node-gyp/commit/660dd7b2a822c184be8027b300e68be67b366772)) +* **wiki:** Add a link to the node-midi binding.gyp file. ([b354711](https://www.github.com/nodejs/node-gyp/commit/b3547115f6e356358138310e857c7f1ec627a8a7)) +* **wiki:** add bcrypt ([e199cfa](https://www.github.com/nodejs/node-gyp/commit/e199cfa8fc6161492d2a6ade2190510d0ebf7c0f)) +* **wiki:** Add helpful information ([4eda827](https://www.github.com/nodejs/node-gyp/commit/4eda8275c03dae6d2f5c40f3c1dbe930d84b0f2b)) +* **wiki:** Add node-canvas ([13a9553](https://www.github.com/nodejs/node-gyp/commit/13a955317b39caf98fd1f412d8d3f41599e979fd)) +* **wiki:** Add node-openvg-canvas and node-openvg. ([61f709e](https://www.github.com/nodejs/node-gyp/commit/61f709ec4d9f256a6467e9ff84430a48eeb629d1)) +* **wiki:** add one more example ([77f3632](https://www.github.com/nodejs/node-gyp/commit/77f363272930d3d4d24fd3973be22e6237128fcc)) +* **wiki:** add topcube, node-osmium, and node-osrm ([1a75d2b](https://www.github.com/nodejs/node-gyp/commit/1a75d2bf2f562ba50846893a516e111cfbb50885)) +* **wiki:** Added details for properly fixing ([3d4d9d5](https://www.github.com/nodejs/node-gyp/commit/3d4d9d52d6b5b49de06bb0bb5b68e2686d2b7ebd)) +* **wiki:** Added Ghostscript4JS ([bf4bed1](https://www.github.com/nodejs/node-gyp/commit/bf4bed1b96a7d22fba6f97f4552ad09f32ac3737)) +* **wiki:** added levelup ([1575bce](https://www.github.com/nodejs/node-gyp/commit/1575bce3a53db628bfb023fd6f3258fdf98c3195)) +* **wiki:** Added nk-mysql (nodamysql) ([5b4f2d0](https://www.github.com/nodejs/node-gyp/commit/5b4f2d0e1d5d3eadfd03aaf9c1668340f76c4bea)) +* **wiki:** Added nk-xrm-installer .gyp references, including .py scripts for providing complete reference to examples of fetching source via http, extracting, and moving files (as opposed to copying) ([ceb3088](https://www.github.com/nodejs/node-gyp/commit/ceb30885b74f6789374ef52267b84767be93ebe4)) +* **wiki:** Added tip about resolving frustrating LNK1181 error ([e64798d](https://www.github.com/nodejs/node-gyp/commit/e64798de8cac6031ad598a86d7599e81b4d20b17)) +* **wiki:** ADDED: Node.js binding to OpenCV ([e2dc777](https://www.github.com/nodejs/node-gyp/commit/e2dc77730b09d7ee8682d7713a7603a2d7aacabd)) +* **wiki:** Adding link to node-cryptopp's gyp file ([875adbe](https://www.github.com/nodejs/node-gyp/commit/875adbe2a4669fa5f2be0250ffbf98fb55e800fd)) +* **wiki:** Adding the sharp library to the list ([9dce0e4](https://www.github.com/nodejs/node-gyp/commit/9dce0e41650c3fa973e6135a79632d022c662a1d)) +* **wiki:** Adds node-fann ([23e3d48](https://www.github.com/nodejs/node-gyp/commit/23e3d485ed894ba7c631e9c062f5e366b50c416c)) +* **wiki:** Adds node-inotify and v8-profiler ([b6e542f](https://www.github.com/nodejs/node-gyp/commit/b6e542f644dbbfe22b88524ec500696e06ee4af7)) +* **wiki:** Bumping Python version from 2.3 to 2.7 as per the node-gyp readme ([55ebd6e](https://www.github.com/nodejs/node-gyp/commit/55ebd6ebacde975bf84f7bf4d8c66e64cc7cd0da)) +* **wiki:** C++ build tools version upgraded ([5b899b7](https://www.github.com/nodejs/node-gyp/commit/5b899b70db729c392ced7c98e8e17590c6499fc3)) +* **wiki:** change bcrypt url to binding.gyp file ([e11bdd8](https://www.github.com/nodejs/node-gyp/commit/e11bdd84de6144492d3eb327d67cbf2d62da1a76)) +* **wiki:** Clarification + direct link to VS2010 ([531c724](https://www.github.com/nodejs/node-gyp/commit/531c724561d947b5d870de8d52dd8c3c51c5ec2d)) +* **wiki:** Correcting the link to node-osmium ([fae7516](https://www.github.com/nodejs/node-gyp/commit/fae7516a1d2829b6e234eaded74fb112ebd79a05)) +* **wiki:** Created "binding.gyp" files out in the wild (markdown) ([d4fd143](https://www.github.com/nodejs/node-gyp/commit/d4fd14355bbe57f229f082f47bb2b3670868203f)) +* **wiki:** Created Common issues (markdown) ([a38299e](https://www.github.com/nodejs/node-gyp/commit/a38299ea340ceb0e732c6dc6a1b4760257644839)) +* **wiki:** Created Error: "pre" versions of node cannot be installed (markdown) ([98bc80d](https://www.github.com/nodejs/node-gyp/commit/98bc80d7a62ba70c881f3c39d94f804322e57852)) +* **wiki:** Created Linking to OpenSSL (markdown) ([c46d00d](https://www.github.com/nodejs/node-gyp/commit/c46d00d83bac5173dea8bbbb175a1a7de74fdaca)) +* **wiki:** Created Updating npm's bundled node gyp (markdown) ([e0ac8d1](https://www.github.com/nodejs/node-gyp/commit/e0ac8d15af46aadd1c220599e63199b154a514e6)) +* **wiki:** Created use of undeclared identifier 'TypedArray' (markdown) ([65ba711](https://www.github.com/nodejs/node-gyp/commit/65ba71139e9b7f64ac823e575ee9dbf17d937ce4)) +* **wiki:** Created Visual Studio 2010 Setup (markdown) ([5b80e83](https://www.github.com/nodejs/node-gyp/commit/5b80e834c8f79dda9fb2770a876ff3cf649c06f3)) +* **wiki:** Created Visual studio 2012 setup (markdown) ([becef31](https://www.github.com/nodejs/node-gyp/commit/becef316b6c46a33e783667720ee074a0141d1a5)) +* **wiki:** Destroyed Visual Studio 2010 Setup (markdown) ([93423b4](https://www.github.com/nodejs/node-gyp/commit/93423b43606de9664aeb79635825f5e9941ec9bc)) +* **wiki:** Destroyed Visual studio 2012 setup (markdown) ([3601508](https://www.github.com/nodejs/node-gyp/commit/3601508bb10fa05da0ddc7e70d57e4b4dd679657)) +* **wiki:** Different commands for Windows npm v6 vs. v7 ([0fce46b](https://www.github.com/nodejs/node-gyp/commit/0fce46b53340c85e8091cde347d5ed23a443c82f)) +* **wiki:** Drop in favor of ([9285ff6](https://www.github.com/nodejs/node-gyp/commit/9285ff6e451c52c070a05f05f0a9602621d91d53)) +* **wiki:** Explicit link to Visual C++ 2010 Express ([378c363](https://www.github.com/nodejs/node-gyp/commit/378c3632f02c096ed819ec8f2611c65bef0c0554)) +* **wiki:** fix link to gyp file used to build libsqlite3 ([54db8d7](https://www.github.com/nodejs/node-gyp/commit/54db8d7ac33e3f98220960b5d86cfa18a75b53cb)) +* **wiki:** Fix link to node-zipfile ([92e49a8](https://www.github.com/nodejs/node-gyp/commit/92e49a858ed69cb4847a26a5676ab56ef5e2de33)) +* **wiki:** fixed node-serialport link ([954ee53](https://www.github.com/nodejs/node-gyp/commit/954ee530b3972d1db591fce32368e4e31b5a25d8)) +* **wiki:** I highly missing it in common issue as every windows biggner face that issue ([d617fae](https://www.github.com/nodejs/node-gyp/commit/d617faee29c40871ca5c8f93efd0ce929a40d541)) +* **wiki:** if ouns that the -h did not help. I founs on github that there was support for visual studio 2015, while i couldn't install node-red beacuse it kept telling me the key 2015 was missing. looking in he gyp python code i found the local file was bot up t dat with the github repo. updating took several efforts before i tried to drop the -g option. ([408b72f](https://www.github.com/nodejs/node-gyp/commit/408b72f561329408daeb17834436e381406efcc8)) +* **wiki:** If permissions error, please try and then the command. ([ee8e1c1](https://www.github.com/nodejs/node-gyp/commit/ee8e1c1e5334096d58e0d6bca6c006f2ee9c88cb)) +* **wiki:** Improve Unix instructions ([c3e5487](https://www.github.com/nodejs/node-gyp/commit/c3e548736645b535ea5bce613d74ca3e98598243)) +* **wiki:** link to docs/ from README ([b52e487](https://www.github.com/nodejs/node-gyp/commit/b52e487eac1eb421573d1e67114a242eeff45a00)) +* **wiki:** Lower case L ([3aa2c6b](https://www.github.com/nodejs/node-gyp/commit/3aa2c6bdb07971b87505e32e32548d75264bd19f)) +* **wiki:** Make changes discussed in https://github.com/nodejs/node-gyp/issues/2416 ([1dcad87](https://www.github.com/nodejs/node-gyp/commit/1dcad873539027511a5f0243baf770ea90f6f4e2)) +* **wiki:** move wiki docs into doc/ ([f0a4835](https://www.github.com/nodejs/node-gyp/commit/f0a48355d86534ec3bdabcdb3ce3340fa2e17f39)) +* **wiki:** node-sass in the wild ([d310a73](https://www.github.com/nodejs/node-gyp/commit/d310a73d64d0065050377baac7047472f7424a1b)) +* **wiki:** node-srs was a 404 ([bbca21a](https://www.github.com/nodejs/node-gyp/commit/bbca21a1e1ede4c473aff365ca71989a5bda7b57)) +* **wiki:** Note: VS2010 seems to be no longer available! VS2013 or nothing! ([7b5dcaf](https://www.github.com/nodejs/node-gyp/commit/7b5dcafafccdceae4b8f2b53ac9081a694b6ade8)) +* **wiki:** safer doc names, remove unnecessary TypedArray doc ([161c235](https://www.github.com/nodejs/node-gyp/commit/161c2353ef5b562f4acfb2fd77608fcbd0800fc0)) +* **wiki:** sorry, forgot to mention a specific windows version. ([d69dffc](https://www.github.com/nodejs/node-gyp/commit/d69dffc16c2b1e3c60dcb5d1c35a49270ba22a35)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([7444b47](https://www.github.com/nodejs/node-gyp/commit/7444b47a7caac1e14d1da474a7fcfcf88d328017)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([d766b74](https://www.github.com/nodejs/node-gyp/commit/d766b7427851e6c2edc02e2504a7be9be7e330c0)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([d319b0e](https://www.github.com/nodejs/node-gyp/commit/d319b0e98c7085de8e51bc5595eba4264b99a7d5)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([3c6692d](https://www.github.com/nodejs/node-gyp/commit/3c6692d538f0ce973869aa237118b7d2483feccd)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([93392d5](https://www.github.com/nodejs/node-gyp/commit/93392d559ce6f250b9c7fe8177e6c88603809dc1)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([8841158](https://www.github.com/nodejs/node-gyp/commit/88411588f300e9b7c00fe516ecd977a1feeeb15c)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([81bfa1f](https://www.github.com/nodejs/node-gyp/commit/81bfa1f1b63d522a9f8a9ae9ca0c7ae90fe75140)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([d1cd237](https://www.github.com/nodejs/node-gyp/commit/d1cd237bad06fa507adb354b9e2181a14dc63d24)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([3de9e17](https://www.github.com/nodejs/node-gyp/commit/3de9e17e0b8a387eafe7bd18d0ec1e3191d118e8)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([a9b7096](https://www.github.com/nodejs/node-gyp/commit/a9b70968fb956eab3b95672048b94350e1565ca3)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([3236069](https://www.github.com/nodejs/node-gyp/commit/3236069689e7e0eb15b324fce74ab58158956f98)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([1462755](https://www.github.com/nodejs/node-gyp/commit/14627556966e5d513bdb8e5208f0e1300f68991f)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([7ab1337](https://www.github.com/nodejs/node-gyp/commit/7ab133752a6c402bb96dcd3d671d73e03e9487ad)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([640895d](https://www.github.com/nodejs/node-gyp/commit/640895d36b7448c646a3b850c1e159106f83c724)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([ced8c96](https://www.github.com/nodejs/node-gyp/commit/ced8c968457f285ab8989c291d28173d7730833c)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([27b883a](https://www.github.com/nodejs/node-gyp/commit/27b883a350ad0db6b9130d7b996f35855ec34c7a)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([d29fb13](https://www.github.com/nodejs/node-gyp/commit/d29fb134f1c4b9dd729ba95f2979e69e0934809f)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([2765891](https://www.github.com/nodejs/node-gyp/commit/27658913e6220cf0371b4b73e25a0e4ab11108a1)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([dc97766](https://www.github.com/nodejs/node-gyp/commit/dc9776648d432bca6775c176641f16da14522d4c)) +* **wiki:** Updated Error: "pre" versions of node cannot be installed (markdown) ([e9f8b33](https://www.github.com/nodejs/node-gyp/commit/e9f8b33d1f87d04f22cb09a814d7c55d0fa38446)) +* **wiki:** Updated Home (markdown) ([3407109](https://www.github.com/nodejs/node-gyp/commit/3407109325cf7ba1e925656b9eb75feffab0557c)) +* **wiki:** Updated Home (markdown) ([6e392bc](https://www.github.com/nodejs/node-gyp/commit/6e392bcdd3dd1691773e6e16e1dffc35931b81e0)) +* **wiki:** Updated Home (markdown) ([65efe32](https://www.github.com/nodejs/node-gyp/commit/65efe32ccb8d446ce569453364f922dd9d27c945)) +* **wiki:** Updated Home (markdown) ([ea28f09](https://www.github.com/nodejs/node-gyp/commit/ea28f0947af91fa638be355143f5df89d2e431c8)) +* **wiki:** Updated Home (markdown) ([0e37ff4](https://www.github.com/nodejs/node-gyp/commit/0e37ff48b306c12149661b375895741d3d710da7)) +* **wiki:** Updated Home (markdown) ([b398ef4](https://www.github.com/nodejs/node-gyp/commit/b398ef46f660d2b1506508550dadfb4c35639e4b)) +* **wiki:** Updated Linking to OpenSSL (markdown) ([8919028](https://www.github.com/nodejs/node-gyp/commit/8919028921fd304f08044098434f0dc6071fb7cf)) +* **wiki:** Updated Linking to OpenSSL (markdown) ([c00eb77](https://www.github.com/nodejs/node-gyp/commit/c00eb778fc7dc27e4dab3a9219035ea20458b33b)) +* **wiki:** Updated node-levelup to node-leveldown (broken links) ([59668bb](https://www.github.com/nodejs/node-gyp/commit/59668bb0b904feccf3c09afa2fd37378c77af967)) +* **wiki:** Updated Updating npm's bundled node gyp (markdown) ([d314854](https://www.github.com/nodejs/node-gyp/commit/d31485415ef69d46effa6090c95698341965de1b)) +* **wiki:** Updated Updating npm's bundled node gyp (markdown) ([11858b0](https://www.github.com/nodejs/node-gyp/commit/11858b0655d1eee00c62ad628e719d4378803d14)) +* **wiki:** Updated Updating npm's bundled node gyp (markdown) ([33561e9](https://www.github.com/nodejs/node-gyp/commit/33561e9cbf5f4eb46111318503c77df2c6eb484a)) +* **wiki:** Updated Updating npm's bundled node gyp (markdown) ([4a7f2d0](https://www.github.com/nodejs/node-gyp/commit/4a7f2d0d869a65c99a78504976567017edadf657)) +* **wiki:** Updated Updating npm's bundled node gyp (markdown) ([979a706](https://www.github.com/nodejs/node-gyp/commit/979a7063b950c088a7f4896fc3a48e1d00dfd231)) +* **wiki:** Updated Updating npm's bundled node gyp (markdown) ([e50e04d](https://www.github.com/nodejs/node-gyp/commit/e50e04d7b6a3754ea0aa11fe8cef491b3bc5bdd4)) + +## [8.1.0](https://www.github.com/nodejs/node-gyp/compare/v8.0.0...v8.1.0) (2021-05-28) + + +### Features + +* **gyp:** update gyp to v0.9.1 ([#2402](https://www.github.com/nodejs/node-gyp/issues/2402)) ([814b1b0](https://www.github.com/nodejs/node-gyp/commit/814b1b0eda102afb9fc87e81638a9cf5b650bb10)) + + +### Miscellaneous + +* add `release-please-action` for automated releases ([#2395](https://www.github.com/nodejs/node-gyp/issues/2395)) ([07e9d7c](https://www.github.com/nodejs/node-gyp/commit/07e9d7c7ee80ba119ea760c635f72fd8e7efe198)) + + +### Core + +* fail gracefully if we can't find the username ([#2375](https://www.github.com/nodejs/node-gyp/issues/2375)) ([fca4795](https://www.github.com/nodejs/node-gyp/commit/fca4795512c67dc8420aaa0d913b5b89a4b147f3)) +* log as yes/no whether build dir was created ([#2370](https://www.github.com/nodejs/node-gyp/issues/2370)) ([245dee5](https://www.github.com/nodejs/node-gyp/commit/245dee5b62581309946872ae253226ea3a42c0e3)) + + +### Doc + +* fix v8.0.0 release date ([4b83c3d](https://www.github.com/nodejs/node-gyp/commit/4b83c3de7300457919d53f26d96ea9ad6f6bedd8)) +* remove redundant version info ([#2403](https://www.github.com/nodejs/node-gyp/issues/2403)) ([1423670](https://www.github.com/nodejs/node-gyp/commit/14236709de64b100a424396b91a5115639daa0ef)) +* Update README.md Visual Studio Community page polski to auto ([#2371](https://www.github.com/nodejs/node-gyp/issues/2371)) ([1b4697a](https://www.github.com/nodejs/node-gyp/commit/1b4697abf69ef574a48faf832a7098f4c6c224a5)) + +## v8.0.0 2021-04-03 + +* [[`0d8a6f1b19`](https://github.com/nodejs/node-gyp/commit/0d8a6f1b19)] - **ci**: update actions/setup-node to v2 (#2302) (Sora Morimoto) [#2302](https://github.com/nodejs/node-gyp/pull/2302) +* [[`15a5c7d45b`](https://github.com/nodejs/node-gyp/commit/15a5c7d45b)] - **ci**: migrate deprecated grammar (#2285) (Jiawen Geng) [#2285](https://github.com/nodejs/node-gyp/pull/2285) +* [[`06ddde27f9`](https://github.com/nodejs/node-gyp/commit/06ddde27f9)] - **deps**: sync mutual dependencies with npm (DeeDeeG) [#2348](https://github.com/nodejs/node-gyp/pull/2348) +* [[`a5fd1f41e3`](https://github.com/nodejs/node-gyp/commit/a5fd1f41e3)] - **doc**: add downloads badge (#2352) (Jiawen Geng) [#2352](https://github.com/nodejs/node-gyp/pull/2352) +* [[`cc1cbce056`](https://github.com/nodejs/node-gyp/commit/cc1cbce056)] - **doc**: update macOS\_Catalina.md (#2293) (iMrLopez) [#2293](https://github.com/nodejs/node-gyp/pull/2293) +* [[`6287118fc4`](https://github.com/nodejs/node-gyp/commit/6287118fc4)] - **doc**: updated README.md to copy easily (#2281) (மனோஜ்குமார் பழனிச்சாமி) [#2281](https://github.com/nodejs/node-gyp/pull/2281) +* [[`66c0f04467`](https://github.com/nodejs/node-gyp/commit/66c0f04467)] - **doc**: add missing `sudo` to Catalina doc (Karl Horky) [#2244](https://github.com/nodejs/node-gyp/pull/2244) +* [[`0da2e0140d`](https://github.com/nodejs/node-gyp/commit/0da2e0140d)] - **gyp**: update gyp to v0.8.1 (#2355) (DeeDeeG) [#2355](https://github.com/nodejs/node-gyp/pull/2355) +* [[`0093ec8646`](https://github.com/nodejs/node-gyp/commit/0093ec8646)] - **gyp**: Improve our flake8 linting tests (Christian Clauss) [#2356](https://github.com/nodejs/node-gyp/pull/2356) +* [[`a78b584236`](https://github.com/nodejs/node-gyp/commit/a78b584236)] - **(SEMVER-MAJOR)** **gyp**: remove support for Python 2 (#2300) (Christian Clauss) [#2300](https://github.com/nodejs/node-gyp/pull/2300) +* [[`c3c510d89e`](https://github.com/nodejs/node-gyp/commit/c3c510d89e)] - **gyp**: update gyp to v0.8.0 (#2318) (Christian Clauss) [#2318](https://github.com/nodejs/node-gyp/pull/2318) +* [[`9e1397c52e`](https://github.com/nodejs/node-gyp/commit/9e1397c52e)] - **(SEMVER-MAJOR)** **gyp**: update gyp to v0.7.0 (#2284) (Jiawen Geng) [#2284](https://github.com/nodejs/node-gyp/pull/2284) +* [[`1bd18f3e77`](https://github.com/nodejs/node-gyp/commit/1bd18f3e77)] - **(SEMVER-MAJOR)** **lib**: drop Python 2 support in find-python.js (#2333) (DeeDeeG) [#2333](https://github.com/nodejs/node-gyp/pull/2333) +* [[`e81602ef55`](https://github.com/nodejs/node-gyp/commit/e81602ef55)] - **(SEMVER-MAJOR)** **lib**: migrate requests to fetch (#2220) (Matias Lopez) [#2220](https://github.com/nodejs/node-gyp/pull/2220) +* [[`392b7760b4`](https://github.com/nodejs/node-gyp/commit/392b7760b4)] - **lib**: avoid changing process.config (#2322) (Michaël Zasso) [#2322](https://github.com/nodejs/node-gyp/pull/2322) + +## v7.1.2 2020-10-17 + +* [[`096e3aded5`](https://github.com/nodejs/node-gyp/commit/096e3aded5)] - **gyp**: update gyp to 0.6.2 (Myles Borins) [#2241](https://github.com/nodejs/node-gyp/pull/2241) +* [[`54f97cd243`](https://github.com/nodejs/node-gyp/commit/54f97cd243)] - **doc**: add cmd to reset `xcode-select` to initial state (Valera Rozuvan) [#2235](https://github.com/nodejs/node-gyp/pull/2235) + +## v7.1.1 2020-10-15 + +This release restores the location of shared library builds to the pre-v7 +location. In v7.0.0 until this release, shared library outputs were placed +in a lib.target subdirectory inside the build/{Release,Debug} directory for +builds using `make` (Linux, etc.). This is inconsistent with macOS (Xcode) +behavior and previous node-gyp behavior so has been reverted. +We consider this a bug-fix rather than semver-major change. + +* [[`18bf2d1d38`](https://github.com/nodejs/node-gyp/commit/18bf2d1d38)] - **deps**: update deps to match npm@7 (Rod Vagg) [#2240](https://github.com/nodejs/node-gyp/pull/2240) +* [[`ee6a837cb7`](https://github.com/nodejs/node-gyp/commit/ee6a837cb7)] - **gyp**: update gyp to 0.6.1 (Rod Vagg) [#2238](https://github.com/nodejs/node-gyp/pull/2238) +* [[`3e7f8ccafc`](https://github.com/nodejs/node-gyp/commit/3e7f8ccafc)] - **lib**: better log message when ps fails (Martin Midtgaard) [#2229](https://github.com/nodejs/node-gyp/pull/2229) +* [[`7fb314339f`](https://github.com/nodejs/node-gyp/commit/7fb314339f)] - **test**: GitHub Actions: Test on Python 3.9 (Christian Clauss) [#2230](https://github.com/nodejs/node-gyp/pull/2230) +* [[`754996b9ec`](https://github.com/nodejs/node-gyp/commit/754996b9ec)] - **doc**: replace status badges with new Actions badge (Rod Vagg) [#2218](https://github.com/nodejs/node-gyp/pull/2218) +* [[`2317dc400c`](https://github.com/nodejs/node-gyp/commit/2317dc400c)] - **ci**: switch to GitHub Actions (Shelley Vohr) [#2210](https://github.com/nodejs/node-gyp/pull/2210) +* [[`2cca9b74f7`](https://github.com/nodejs/node-gyp/commit/2cca9b74f7)] - **doc**: drop the --production flag for installing windows-build-tools (DeeDeeG) [#2206](https://github.com/nodejs/node-gyp/pull/2206) + +## v7.1.0 2020-08-12 + +* [[`aaf33c3029`](https://github.com/nodejs/node-gyp/commit/aaf33c3029)] - **build**: add update-gyp script (Samuel Attard) [#2167](https://github.com/nodejs/node-gyp/pull/2167) +* * [[`3baa4e4172`](https://github.com/nodejs/node-gyp/commit/3baa4e4172)] - **(SEMVER-MINOR)** **gyp**: update gyp to 0.4.0 (Samuel Attard) [#2165](https://github.com/nodejs/node-gyp/pull/2165) +* * [[`f461d56c53`](https://github.com/nodejs/node-gyp/commit/f461d56c53)] - **(SEMVER-MINOR)** **build**: support apple silicon (arm64 darwin) builds (Samuel Attard) [#2165](https://github.com/nodejs/node-gyp/pull/2165) +* * [[`ee6fa7d3bc`](https://github.com/nodejs/node-gyp/commit/ee6fa7d3bc)] - **docs**: note that node-gyp@7 should solve Catalina CLT issues (Rod Vagg) [#2156](https://github.com/nodejs/node-gyp/pull/2156) +* * [[`4fc8ff179d`](https://github.com/nodejs/node-gyp/commit/4fc8ff179d)] - **doc**: silence curl for macOS Catalina acid test (Chia Wei Ong) [#2150](https://github.com/nodejs/node-gyp/pull/2150) +* * [[`7857cb2eb1`](https://github.com/nodejs/node-gyp/commit/7857cb2eb1)] - **deps**: increase "engines" to "node" : "\>= 10.12.0" (DeeDeeG) [#2153](https://github.com/nodejs/node-gyp/pull/2153) + +## v7.0.0 2020-06-03 + +* [[`e18a61afc1`](https://github.com/nodejs/node-gyp/commit/e18a61afc1)] - **build**: shrink bloated addon binaries on windows (Shelley Vohr) [#2060](https://github.com/nodejs/node-gyp/pull/2060) +* [[`4937722cf5`](https://github.com/nodejs/node-gyp/commit/4937722cf5)] - **(SEMVER-MAJOR)** **deps**: replace mkdirp with {recursive} mkdir (Rod Vagg) [#2123](https://github.com/nodejs/node-gyp/pull/2123) +* [[`d45438a047`](https://github.com/nodejs/node-gyp/commit/d45438a047)] - **(SEMVER-MAJOR)** **deps**: update deps, match to npm@7 (Rod Vagg) [#2126](https://github.com/nodejs/node-gyp/pull/2126) +* [[`ba4f34b7d6`](https://github.com/nodejs/node-gyp/commit/ba4f34b7d6)] - **doc**: update catalina xcode clt download link (Dario Vladovic) [#2133](https://github.com/nodejs/node-gyp/pull/2133) +* [[`f7bfce96ed`](https://github.com/nodejs/node-gyp/commit/f7bfce96ed)] - **doc**: update acid test and introduce curl|bash test script (Dario Vladovic) [#2105](https://github.com/nodejs/node-gyp/pull/2105) +* [[`e529f3309d`](https://github.com/nodejs/node-gyp/commit/e529f3309d)] - **doc**: update README to reflect upgrade to gyp-next (Ujjwal Sharma) [#2092](https://github.com/nodejs/node-gyp/pull/2092) +* [[`9aed6286a3`](https://github.com/nodejs/node-gyp/commit/9aed6286a3)] - **doc**: give more attention to Catalina issues doc (Matheus Marchini) [#2134](https://github.com/nodejs/node-gyp/pull/2134) +* [[`963f2a7b48`](https://github.com/nodejs/node-gyp/commit/963f2a7b48)] - **doc**: improve Catalina discoverability for search engines (Matheus Marchini) [#2135](https://github.com/nodejs/node-gyp/pull/2135) +* [[`7b75af349b`](https://github.com/nodejs/node-gyp/commit/7b75af349b)] - **doc**: add macOS Catalina software update info (Karl Horky) [#2078](https://github.com/nodejs/node-gyp/pull/2078) +* [[`4f23c7bee2`](https://github.com/nodejs/node-gyp/commit/4f23c7bee2)] - **doc**: update link to the code of conduct (#2073) (Michaël Zasso) [#2073](https://github.com/nodejs/node-gyp/pull/2073) +* [[`473cfa283f`](https://github.com/nodejs/node-gyp/commit/473cfa283f)] - **doc**: note in README that Python 3.8 is supported (#2072) (Michaël Zasso) [#2072](https://github.com/nodejs/node-gyp/pull/2072) +* [[`e7402b4a7c`](https://github.com/nodejs/node-gyp/commit/e7402b4a7c)] - **doc**: update catalina xcode cli tools download link (#2044) (Dario Vladović) [#2044](https://github.com/nodejs/node-gyp/pull/2044) +* [[`35de45984f`](https://github.com/nodejs/node-gyp/commit/35de45984f)] - **doc**: update catalina xcode cli tools download link; formatting (Jonathan Hult) [#2034](https://github.com/nodejs/node-gyp/pull/2034) +* [[`48642191f5`](https://github.com/nodejs/node-gyp/commit/48642191f5)] - **doc**: add download link for Command Line Tools for Xcode (Przemysław Bitkowski) [#2029](https://github.com/nodejs/node-gyp/pull/2029) +* [[`ae5b150051`](https://github.com/nodejs/node-gyp/commit/ae5b150051)] - **doc**: Catalina suggestion: remove /Library/Developer/CommandLineTools (Christian Clauss) [#2022](https://github.com/nodejs/node-gyp/pull/2022) +* [[`d1dea13fe4`](https://github.com/nodejs/node-gyp/commit/d1dea13fe4)] - **doc**: fix changelog 6.1.0 release year to be 2020 (Quentin Vernot) [#2021](https://github.com/nodejs/node-gyp/pull/2021) +* [[`6356117b08`](https://github.com/nodejs/node-gyp/commit/6356117b08)] - **doc, bin**: stop suggesting opening node-gyp issues (Bartosz Sosnowski) [#2096](https://github.com/nodejs/node-gyp/pull/2096) +* [[`a6b76a8b48`](https://github.com/nodejs/node-gyp/commit/a6b76a8b48)] - **gyp**: update gyp to 0.2.1 (Ujjwal Sharma) [#2092](https://github.com/nodejs/node-gyp/pull/2092) +* [[`ebc34ec823`](https://github.com/nodejs/node-gyp/commit/ebc34ec823)] - **gyp**: update gyp to 0.2.0 (Ujjwal Sharma) [#2092](https://github.com/nodejs/node-gyp/pull/2092) +* [[`972780bde7`](https://github.com/nodejs/node-gyp/commit/972780bde7)] - **(SEMVER-MAJOR)** **gyp**: sync code base with nodejs repo (#1975) (Michaël Zasso) [#1975](https://github.com/nodejs/node-gyp/pull/1975) +* [[`c255ffbf6a`](https://github.com/nodejs/node-gyp/commit/c255ffbf6a)] - **lib**: drop "-2" flag for "py.exe" launcher (DeeDeeG) [#2131](https://github.com/nodejs/node-gyp/pull/2131) +* [[`1f7e1e93b5`](https://github.com/nodejs/node-gyp/commit/1f7e1e93b5)] - **lib**: ignore VS instances that cause COMExceptions (Andrew Casey) [#2018](https://github.com/nodejs/node-gyp/pull/2018) +* [[`741ab096d5`](https://github.com/nodejs/node-gyp/commit/741ab096d5)] - **test**: remove support for EOL versions of Node.js (Shelley Vohr) +* [[`ca86ef2539`](https://github.com/nodejs/node-gyp/commit/ca86ef2539)] - **test**: bump actions/checkout from v1 to v2 (BSKY) [#2063](https://github.com/nodejs/node-gyp/pull/2063) + +## v6.1.0 2020-01-08 + +* [[`9a7dd16b76`](https://github.com/nodejs/node-gyp/commit/9a7dd16b76)] - **doc**: remove backticks from Python version list (Rod Vagg) [#2011](https://github.com/nodejs/node-gyp/pull/2011) +* [[`26cd6eaea6`](https://github.com/nodejs/node-gyp/commit/26cd6eaea6)] - **doc**: add GitHub Actions badge (#1994) (Rod Vagg) [#1994](https://github.com/nodejs/node-gyp/pull/1994) +* [[`312c12ef4f`](https://github.com/nodejs/node-gyp/commit/312c12ef4f)] - **doc**: update macOS\_Catalina.md (#1992) (James Home) [#1992](https://github.com/nodejs/node-gyp/pull/1992) +* [[`f7b6b6b77b`](https://github.com/nodejs/node-gyp/commit/f7b6b6b77b)] - **doc**: fix typo in README.md (#1985) (Suraneti Rodsuwan) [#1985](https://github.com/nodejs/node-gyp/pull/1985) +* [[`6b8f2652dd`](https://github.com/nodejs/node-gyp/commit/6b8f2652dd)] - **doc**: add travis badge (Rod Vagg) [#1971](https://github.com/nodejs/node-gyp/pull/1971) +* [[`20aa0b44f7`](https://github.com/nodejs/node-gyp/commit/20aa0b44f7)] - **doc**: macOS Catalina add two commands (Christian Clauss) [#1962](https://github.com/nodejs/node-gyp/pull/1962) +* [[`14f2a07a39`](https://github.com/nodejs/node-gyp/commit/14f2a07a39)] - **gyp**: list(dict) so we can del dict(key) while iterating (Christian Clauss) [#2009](https://github.com/nodejs/node-gyp/pull/2009) +* [[`f242ce4d2c`](https://github.com/nodejs/node-gyp/commit/f242ce4d2c)] - **lib**: compatibility with semver ≥ 7 (`new` for semver.Range) (Xavier Guimard) [#2006](https://github.com/nodejs/node-gyp/pull/2006) +* [[`3bcba2a01a`](https://github.com/nodejs/node-gyp/commit/3bcba2a01a)] - **(SEMVER-MINOR)** **lib**: noproxy support, match proxy detection to `request` (Matias Lopez) [#1978](https://github.com/nodejs/node-gyp/pull/1978) +* [[`470cc2178e`](https://github.com/nodejs/node-gyp/commit/470cc2178e)] - **test**: remove old docker test harness (#1993) (Rod Vagg) [#1993](https://github.com/nodejs/node-gyp/pull/1993) +* [[`31ecc8421d`](https://github.com/nodejs/node-gyp/commit/31ecc8421d)] - **test**: add Windows to GitHub Actions testing (#1996) (Christian Clauss) [#1996](https://github.com/nodejs/node-gyp/pull/1996) +* [[`5a729e86ee`](https://github.com/nodejs/node-gyp/commit/5a729e86ee)] - **test**: fix typo in header download test (#2001) (Richard Lau) [#2001](https://github.com/nodejs/node-gyp/pull/2001) +* [[`345c70e56d`](https://github.com/nodejs/node-gyp/commit/345c70e56d)] - **test**: direct python invocation & simpler pyenv (Matias Lopez) [#1979](https://github.com/nodejs/node-gyp/pull/1979) +* [[`d6a7e0e1fb`](https://github.com/nodejs/node-gyp/commit/d6a7e0e1fb)] - **test**: fix macOS Travis on Python 2.7 & 3.7 (Christian Clauss) [#1979](https://github.com/nodejs/node-gyp/pull/1979) +* [[`5a64e9bd32`](https://github.com/nodejs/node-gyp/commit/5a64e9bd32)] - **test**: initial Github Actions with Ubuntu & macOS (Christian Clauss) [#1985](https://github.com/nodejs/node-gyp/pull/1985) +* [[`04da736d38`](https://github.com/nodejs/node-gyp/commit/04da736d38)] - **test**: fix Python unittests (cclauss) [#1961](https://github.com/nodejs/node-gyp/pull/1961) +* [[`0670e5189d`](https://github.com/nodejs/node-gyp/commit/0670e5189d)] - **test**: add header download test (Rod Vagg) [#1796](https://github.com/nodejs/node-gyp/pull/1796) +* [[`c506a6a150`](https://github.com/nodejs/node-gyp/commit/c506a6a150)] - **test**: configure proper devDir for invoking configure() (Rod Vagg) [#1796](https://github.com/nodejs/node-gyp/pull/1796) + +## v6.0.1 2019-11-01 + +* [[`8ec2e681d5`](https://github.com/nodejs/node-gyp/commit/8ec2e681d5)] - **doc**: add macOS\_Catalina.md document (cclauss) [#1940](https://github.com/nodejs/node-gyp/pull/1940) +* [[`1b11be63cc`](https://github.com/nodejs/node-gyp/commit/1b11be63cc)] - **gyp**: python3 fixes: utf8 decode, use of 'None' in eval (Wilfried Goesgens) [#1925](https://github.com/nodejs/node-gyp/pull/1925) +* [[`c0282daa48`](https://github.com/nodejs/node-gyp/commit/c0282daa48)] - **gyp**: iteritems() -\> items() in compile\_commands\_json.py (cclauss) [#1947](https://github.com/nodejs/node-gyp/pull/1947) +* [[`d8e09a1b6a`](https://github.com/nodejs/node-gyp/commit/d8e09a1b6a)] - **gyp**: make cmake python3 compatible (gengjiawen) [#1944](https://github.com/nodejs/node-gyp/pull/1944) +* [[`9c0f3404f0`](https://github.com/nodejs/node-gyp/commit/9c0f3404f0)] - **gyp**: fix TypeError in XcodeVersion() (Christian Clauss) [#1939](https://github.com/nodejs/node-gyp/pull/1939) +* [[`bb2eb72a3f`](https://github.com/nodejs/node-gyp/commit/bb2eb72a3f)] - **gyp**: finish decode stdout on Python 3 (Christian Clauss) [#1937](https://github.com/nodejs/node-gyp/pull/1937) +* [[`f0693413d9`](https://github.com/nodejs/node-gyp/commit/f0693413d9)] - **src,win**: allow 403 errors for arm64 node.lib (Richard Lau) [#1934](https://github.com/nodejs/node-gyp/pull/1934) +* [[`c60c22de58`](https://github.com/nodejs/node-gyp/commit/c60c22de58)] - **deps**: update deps to roughly match current npm@6 (Rod Vagg) [#1920](https://github.com/nodejs/node-gyp/pull/1920) +* [[`b91718eefc`](https://github.com/nodejs/node-gyp/commit/b91718eefc)] - **test**: upgrade Linux Travis CI to Python 3.8 (Christian Clauss) [#1923](https://github.com/nodejs/node-gyp/pull/1923) +* [[`3538a317b6`](https://github.com/nodejs/node-gyp/commit/3538a317b6)] - **doc**: adjustments to the README.md for new users (Dan Pike) [#1919](https://github.com/nodejs/node-gyp/pull/1919) +* [[`4fff8458c0`](https://github.com/nodejs/node-gyp/commit/4fff8458c0)] - **travis**: ignore failed `brew upgrade npm`, update xcode (Christian Clauss) [#1932](https://github.com/nodejs/node-gyp/pull/1932) +* [[`60e4488f08`](https://github.com/nodejs/node-gyp/commit/60e4488f08)] - **build**: avoid bare exceptions in xcode\_emulation.py (Christian Clauss) [#1932](https://github.com/nodejs/node-gyp/pull/1932) +* [[`032db2a2d0`](https://github.com/nodejs/node-gyp/commit/032db2a2d0)] - **lib,install**: always download SHA sums on Windows (Sam Hughes) [#1926](https://github.com/nodejs/node-gyp/pull/1926) +* [[`5a83630c33`](https://github.com/nodejs/node-gyp/commit/5a83630c33)] - **travis**: add Windows + Python 3.8 to the mix (Rod Vagg) [#1921](https://github.com/nodejs/node-gyp/pull/1921) + +## v6.0.0 2019-10-04 + +* [[`dd0e97ef0b`](https://github.com/nodejs/node-gyp/commit/dd0e97ef0b)] - **(SEMVER-MAJOR)** **lib**: try to find `python` after `python3` (Sam Roberts) [#1907](https://github.com/nodejs/node-gyp/pull/1907) +* [[`f60ed47d14`](https://github.com/nodejs/node-gyp/commit/f60ed47d14)] - **travis**: add Python 3.5 and 3.6 tests on Linux (Christian Clauss) [#1903](https://github.com/nodejs/node-gyp/pull/1903) +* [[`c763ca1838`](https://github.com/nodejs/node-gyp/commit/c763ca1838)] - **(SEMVER-MAJOR)** **doc**: Declare that node-gyp is Python 3 compatible (cclauss) [#1811](https://github.com/nodejs/node-gyp/pull/1811) +* [[`3d1c60ab81`](https://github.com/nodejs/node-gyp/commit/3d1c60ab81)] - **(SEMVER-MAJOR)** **lib**: accept Python 3 by default (João Reis) [#1844](https://github.com/nodejs/node-gyp/pull/1844) +* [[`c6e3b65a23`](https://github.com/nodejs/node-gyp/commit/c6e3b65a23)] - **(SEMVER-MAJOR)** **lib**: raise the minimum Python version from 2.6 to 2.7 (cclauss) [#1818](https://github.com/nodejs/node-gyp/pull/1818) + +## v5.1.1 2020-05-25 + +* [[`bdd3a79abe`](https://github.com/nodejs/node-gyp/commit/bdd3a79abe)] - **build**: shrink bloated addon binaries on windows (Shelley Vohr) [#2060](https://github.com/nodejs/node-gyp/pull/2060) +* [[`1f2ba75bc0`](https://github.com/nodejs/node-gyp/commit/1f2ba75bc0)] - **doc**: add macOS Catalina software update info (Karl Horky) [#2078](https://github.com/nodejs/node-gyp/pull/2078) +* [[`c106d915f5`](https://github.com/nodejs/node-gyp/commit/c106d915f5)] - **doc**: update catalina xcode cli tools download link (#2044) (Dario Vladović) [#2044](https://github.com/nodejs/node-gyp/pull/2044) +* [[`9a6fea92e2`](https://github.com/nodejs/node-gyp/commit/9a6fea92e2)] - **doc**: update catalina xcode cli tools download link; formatting (Jonathan Hult) [#2034](https://github.com/nodejs/node-gyp/pull/2034) +* [[`59b0b1add8`](https://github.com/nodejs/node-gyp/commit/59b0b1add8)] - **doc**: add download link for Command Line Tools for Xcode (Przemysław Bitkowski) [#2029](https://github.com/nodejs/node-gyp/pull/2029) +* [[`bb8d0e7b10`](https://github.com/nodejs/node-gyp/commit/bb8d0e7b10)] - **doc**: Catalina suggestion: remove /Library/Developer/CommandLineTools (Christian Clauss) [#2022](https://github.com/nodejs/node-gyp/pull/2022) +* [[`fb2e80d4e3`](https://github.com/nodejs/node-gyp/commit/fb2e80d4e3)] - **doc**: update link to the code of conduct (#2073) (Michaël Zasso) [#2073](https://github.com/nodejs/node-gyp/pull/2073) +* [[`251d9c885c`](https://github.com/nodejs/node-gyp/commit/251d9c885c)] - **doc**: note in README that Python 3.8 is supported (#2072) (Michaël Zasso) [#2072](https://github.com/nodejs/node-gyp/pull/2072) +* [[`2b6fc3c8d6`](https://github.com/nodejs/node-gyp/commit/2b6fc3c8d6)] - **doc, bin**: stop suggesting opening node-gyp issues (Bartosz Sosnowski) [#2096](https://github.com/nodejs/node-gyp/pull/2096) +* [[`a876ae58ad`](https://github.com/nodejs/node-gyp/commit/a876ae58ad)] - **test**: bump actions/checkout from v1 to v2 (BSKY) [#2063](https://github.com/nodejs/node-gyp/pull/2063) + +## v5.1.0 2020-02-05 + +* [[`f37a8b40d0`](https://github.com/nodejs/node-gyp/commit/f37a8b40d0)] - **doc**: add GitHub Actions badge (#1994) (Rod Vagg) [#1994](https://github.com/nodejs/node-gyp/pull/1994) +* [[`cb3f6aae5e`](https://github.com/nodejs/node-gyp/commit/cb3f6aae5e)] - **doc**: update macOS\_Catalina.md (#1992) (James Home) [#1992](https://github.com/nodejs/node-gyp/pull/1992) +* [[`0607596a4c`](https://github.com/nodejs/node-gyp/commit/0607596a4c)] - **doc**: fix typo in README.md (#1985) (Suraneti Rodsuwan) [#1985](https://github.com/nodejs/node-gyp/pull/1985) +* [[`0d5a415a14`](https://github.com/nodejs/node-gyp/commit/0d5a415a14)] - **doc**: add travis badge (Rod Vagg) [#1971](https://github.com/nodejs/node-gyp/pull/1971) +* [[`103740cd95`](https://github.com/nodejs/node-gyp/commit/103740cd95)] - **gyp**: list(dict) so we can del dict(key) while iterating (Christian Clauss) [#2009](https://github.com/nodejs/node-gyp/pull/2009) +* [[`278dcddbdd`](https://github.com/nodejs/node-gyp/commit/278dcddbdd)] - **lib**: ignore VS instances that cause COMExceptions (Andrew Casey) [#2018](https://github.com/nodejs/node-gyp/pull/2018) +* [[`1694907bbf`](https://github.com/nodejs/node-gyp/commit/1694907bbf)] - **lib**: compatibility with semver ≥ 7 (`new` for semver.Range) (Xavier Guimard) [#2006](https://github.com/nodejs/node-gyp/pull/2006) +* [[`a3f1143514`](https://github.com/nodejs/node-gyp/commit/a3f1143514)] - **(SEMVER-MINOR)** **lib**: noproxy support, match proxy detection to `request` (Matias Lopez) [#1978](https://github.com/nodejs/node-gyp/pull/1978) +* [[`52365819c7`](https://github.com/nodejs/node-gyp/commit/52365819c7)] - **test**: remove old docker test harness (#1993) (Rod Vagg) [#1993](https://github.com/nodejs/node-gyp/pull/1993) +* [[`bc509c511d`](https://github.com/nodejs/node-gyp/commit/bc509c511d)] - **test**: add Windows to GitHub Actions testing (#1996) (Christian Clauss) [#1996](https://github.com/nodejs/node-gyp/pull/1996) +* [[`91ee26dd48`](https://github.com/nodejs/node-gyp/commit/91ee26dd48)] - **test**: fix typo in header download test (#2001) (Richard Lau) [#2001](https://github.com/nodejs/node-gyp/pull/2001) +* [[`0923f344c9`](https://github.com/nodejs/node-gyp/commit/0923f344c9)] - **test**: direct python invocation & simpler pyenv (Matias Lopez) [#1979](https://github.com/nodejs/node-gyp/pull/1979) +* [[`32c8744b34`](https://github.com/nodejs/node-gyp/commit/32c8744b34)] - **test**: fix macOS Travis on Python 2.7 & 3.7 (Christian Clauss) [#1979](https://github.com/nodejs/node-gyp/pull/1979) +* [[`fd4b1351e4`](https://github.com/nodejs/node-gyp/commit/fd4b1351e4)] - **test**: initial Github Actions with Ubuntu & macOS (Christian Clauss) [#1985](https://github.com/nodejs/node-gyp/pull/1985) + +## v5.0.7 2019-12-16 + +Republish of v5.0.6 with unnecessary tarball removed from pack file. + +## v5.0.6 2019-12-16 + +* [[`cdec00286f`](https://github.com/nodejs/node-gyp/commit/cdec00286f)] - **doc**: adjustments to the README.md for new users (Dan Pike) [#1919](https://github.com/nodejs/node-gyp/pull/1919) +* [[`b7c8233ef2`](https://github.com/nodejs/node-gyp/commit/b7c8233ef2)] - **test**: fix Python unittests (cclauss) [#1961](https://github.com/nodejs/node-gyp/pull/1961) +* [[`e12b00ab0a`](https://github.com/nodejs/node-gyp/commit/e12b00ab0a)] - **doc**: macOS Catalina add two commands (Christian Clauss) [#1962](https://github.com/nodejs/node-gyp/pull/1962) +* [[`70b9890c0d`](https://github.com/nodejs/node-gyp/commit/70b9890c0d)] - **test**: add header download test (Rod Vagg) [#1796](https://github.com/nodejs/node-gyp/pull/1796) +* [[`4029fa8629`](https://github.com/nodejs/node-gyp/commit/4029fa8629)] - **test**: configure proper devDir for invoking configure() (Rod Vagg) [#1796](https://github.com/nodejs/node-gyp/pull/1796) +* [[`fe8b02cc8b`](https://github.com/nodejs/node-gyp/commit/fe8b02cc8b)] - **doc**: add macOS\_Catalina.md document (cclauss) [#1940](https://github.com/nodejs/node-gyp/pull/1940) +* [[`8ea47ce365`](https://github.com/nodejs/node-gyp/commit/8ea47ce365)] - **gyp**: python3 fixes: utf8 decode, use of 'None' in eval (Wilfried Goesgens) [#1925](https://github.com/nodejs/node-gyp/pull/1925) +* [[`c7229716ba`](https://github.com/nodejs/node-gyp/commit/c7229716ba)] - **gyp**: iteritems() -\> items() in compile\_commands\_json.py (cclauss) [#1947](https://github.com/nodejs/node-gyp/pull/1947) +* [[`2a18b2a0f8`](https://github.com/nodejs/node-gyp/commit/2a18b2a0f8)] - **gyp**: make cmake python3 compatible (gengjiawen) [#1944](https://github.com/nodejs/node-gyp/pull/1944) +* [[`70f391e844`](https://github.com/nodejs/node-gyp/commit/70f391e844)] - **gyp**: fix TypeError in XcodeVersion() (Christian Clauss) [#1939](https://github.com/nodejs/node-gyp/pull/1939) +* [[`9f4f0fa34e`](https://github.com/nodejs/node-gyp/commit/9f4f0fa34e)] - **gyp**: finish decode stdout on Python 3 (Christian Clauss) [#1937](https://github.com/nodejs/node-gyp/pull/1937) +* [[`7cf507906d`](https://github.com/nodejs/node-gyp/commit/7cf507906d)] - **src,win**: allow 403 errors for arm64 node.lib (Richard Lau) [#1934](https://github.com/nodejs/node-gyp/pull/1934) +* [[`ad0d182c01`](https://github.com/nodejs/node-gyp/commit/ad0d182c01)] - **deps**: update deps to roughly match current npm@6 (Rod Vagg) [#1920](https://github.com/nodejs/node-gyp/pull/1920) +* [[`1553081ed6`](https://github.com/nodejs/node-gyp/commit/1553081ed6)] - **test**: upgrade Linux Travis CI to Python 3.8 (Christian Clauss) [#1923](https://github.com/nodejs/node-gyp/pull/1923) +* [[`0705cae9aa`](https://github.com/nodejs/node-gyp/commit/0705cae9aa)] - **travis**: ignore failed `brew upgrade npm`, update xcode (Christian Clauss) [#1932](https://github.com/nodejs/node-gyp/pull/1932) +* [[`7bfdb6f5bf`](https://github.com/nodejs/node-gyp/commit/7bfdb6f5bf)] - **build**: avoid bare exceptions in xcode\_emulation.py (Christian Clauss) [#1932](https://github.com/nodejs/node-gyp/pull/1932) +* [[`7edf7658fa`](https://github.com/nodejs/node-gyp/commit/7edf7658fa)] - **lib,install**: always download SHA sums on Windows (Sam Hughes) [#1926](https://github.com/nodejs/node-gyp/pull/1926) +* [[`69056d04fe`](https://github.com/nodejs/node-gyp/commit/69056d04fe)] - **travis**: add Windows + Python 3.8 to the mix (Rod Vagg) [#1921](https://github.com/nodejs/node-gyp/pull/1921) + +## v5.0.5 2019-10-04 + +* [[`3891391746`](https://github.com/nodejs/node-gyp/commit/3891391746)] - **doc**: reconcile README with Python 3 compat changes (Rod Vagg) [#1911](https://github.com/nodejs/node-gyp/pull/1911) +* [[`07f81f1920`](https://github.com/nodejs/node-gyp/commit/07f81f1920)] - **lib**: accept Python 3 after Python 2 (Sam Roberts) [#1910](https://github.com/nodejs/node-gyp/pull/1910) +* [[`04ce59f4a2`](https://github.com/nodejs/node-gyp/commit/04ce59f4a2)] - **doc**: clarify Python configuration, etc (Sam Roberts) [#1908](https://github.com/nodejs/node-gyp/pull/1908) +* [[`01c46ee3df`](https://github.com/nodejs/node-gyp/commit/01c46ee3df)] - **gyp**: add \_\_lt\_\_ to MSVSSolutionEntry (João Reis) [#1904](https://github.com/nodejs/node-gyp/pull/1904) +* [[`735d961b99`](https://github.com/nodejs/node-gyp/commit/735d961b99)] - **win**: support VS 2017 Desktop Express (João Reis) [#1902](https://github.com/nodejs/node-gyp/pull/1902) +* [[`3834156a92`](https://github.com/nodejs/node-gyp/commit/3834156a92)] - **test**: add Python 3.5 and 3.6 tests on Linux (cclauss) [#1909](https://github.com/nodejs/node-gyp/pull/1909) +* [[`1196e990d8`](https://github.com/nodejs/node-gyp/commit/1196e990d8)] - **src**: update to standard@14 (Rod Vagg) [#1899](https://github.com/nodejs/node-gyp/pull/1899) +* [[`53ee7dfe89`](https://github.com/nodejs/node-gyp/commit/53ee7dfe89)] - **gyp**: fix undefined name: cflags --\> ldflags (Christian Clauss) [#1901](https://github.com/nodejs/node-gyp/pull/1901) +* [[`5871dcf6c9`](https://github.com/nodejs/node-gyp/commit/5871dcf6c9)] - **src,win**: add support for fetching arm64 node.lib (Richard Townsend) [#1875](https://github.com/nodejs/node-gyp/pull/1875) + +## v5.0.4 2019-09-27 + +* [[`1236869ffc`](https://github.com/nodejs/node-gyp/commit/1236869ffc)] - **gyp**: modify XcodeVersion() to convert "4.2" to "0420" and "10.0" to "1000" (Christian Clauss) [#1895](https://github.com/nodejs/node-gyp/pull/1895) +* [[`36638afe48`](https://github.com/nodejs/node-gyp/commit/36638afe48)] - **gyp**: more decode stdout on Python 3 (cclauss) [#1894](https://github.com/nodejs/node-gyp/pull/1894) +* [[`f753c167c5`](https://github.com/nodejs/node-gyp/commit/f753c167c5)] - **gyp**: decode stdout on Python 3 (cclauss) [#1890](https://github.com/nodejs/node-gyp/pull/1890) +* [[`60a4083523`](https://github.com/nodejs/node-gyp/commit/60a4083523)] - **doc**: update xcode install instructions to match Node's BUILDING (Nhan Khong) [#1884](https://github.com/nodejs/node-gyp/pull/1884) +* [[`19dbc9ac32`](https://github.com/nodejs/node-gyp/commit/19dbc9ac32)] - **deps**: update tar to 4.4.12 (Matheus Marchini) [#1889](https://github.com/nodejs/node-gyp/pull/1889) +* [[`5f3ed92181`](https://github.com/nodejs/node-gyp/commit/5f3ed92181)] - **bin**: fix the usage instructions (Halit Ogunc) [#1888](https://github.com/nodejs/node-gyp/pull/1888) +* [[`aab118edf1`](https://github.com/nodejs/node-gyp/commit/aab118edf1)] - **lib**: adding keep-alive header to download requests (Milad Farazmand) [#1863](https://github.com/nodejs/node-gyp/pull/1863) +* [[`1186e89326`](https://github.com/nodejs/node-gyp/commit/1186e89326)] - **lib**: ignore non-critical os.userInfo() failures (Rod Vagg) [#1835](https://github.com/nodejs/node-gyp/pull/1835) +* [[`785e527c3d`](https://github.com/nodejs/node-gyp/commit/785e527c3d)] - **doc**: fix missing argument for setting python path (lagorsse) [#1802](https://github.com/nodejs/node-gyp/pull/1802) +* [[`a97615196c`](https://github.com/nodejs/node-gyp/commit/a97615196c)] - **gyp**: rm semicolons (Python != JavaScript) (MattIPv4) [#1858](https://github.com/nodejs/node-gyp/pull/1858) +* [[`06019bac24`](https://github.com/nodejs/node-gyp/commit/06019bac24)] - **gyp**: assorted typo fixes (XhmikosR) [#1853](https://github.com/nodejs/node-gyp/pull/1853) +* [[`3f4972c1ca`](https://github.com/nodejs/node-gyp/commit/3f4972c1ca)] - **gyp**: use "is" when comparing to None (Vladyslav Burzakovskyy) [#1860](https://github.com/nodejs/node-gyp/pull/1860) +* [[`1cb4708073`](https://github.com/nodejs/node-gyp/commit/1cb4708073)] - **src,win**: improve unmanaged handling (Peter Sabath) [#1852](https://github.com/nodejs/node-gyp/pull/1852) +* [[`5553cd910e`](https://github.com/nodejs/node-gyp/commit/5553cd910e)] - **gyp**: improve Windows+Cygwin compatibility (Jose Quijada) [#1817](https://github.com/nodejs/node-gyp/pull/1817) +* [[`8bcb1fbb43`](https://github.com/nodejs/node-gyp/commit/8bcb1fbb43)] - **gyp**: Python 3 Windows fixes (João Reis) [#1843](https://github.com/nodejs/node-gyp/pull/1843) +* [[`2e24d0a326`](https://github.com/nodejs/node-gyp/commit/2e24d0a326)] - **test**: accept Python 3 in test-find-python.js (João Reis) [#1843](https://github.com/nodejs/node-gyp/pull/1843) +* [[`1267b4dc1c`](https://github.com/nodejs/node-gyp/commit/1267b4dc1c)] - **build**: add test run Python 3.7 on macOS (Christian Clauss) [#1843](https://github.com/nodejs/node-gyp/pull/1843) +* [[`da1b031aa3`](https://github.com/nodejs/node-gyp/commit/da1b031aa3)] - **build**: import StringIO on Python 2 and Python 3 (Christian Clauss) [#1836](https://github.com/nodejs/node-gyp/pull/1836) +* [[`fa0ed4aa42`](https://github.com/nodejs/node-gyp/commit/fa0ed4aa42)] - **build**: more Python 3 compat, replace compile with ast (cclauss) [#1820](https://github.com/nodejs/node-gyp/pull/1820) +* [[`18d5c7c9d0`](https://github.com/nodejs/node-gyp/commit/18d5c7c9d0)] - **win,src**: update win\_delay\_load\_hook.cc to work with /clr (Ivan Petrovic) [#1819](https://github.com/nodejs/node-gyp/pull/1819) + +## v5.0.3 2019-07-17 + +* [[`66ad305775`](https://github.com/nodejs/node-gyp/commit/66ad305775)] - **python**: accept Python 3 conditionally (João Reis) [#1815](https://github.com/nodejs/node-gyp/pull/1815) +* [[`7e7fce3fed`](https://github.com/nodejs/node-gyp/commit/7e7fce3fed)] - **python**: move Python detection to its own file (João Reis) [#1815](https://github.com/nodejs/node-gyp/pull/1815) +* [[`e40c99e283`](https://github.com/nodejs/node-gyp/commit/e40c99e283)] - **src**: implement standard.js linting (Rod Vagg) [#1794](https://github.com/nodejs/node-gyp/pull/1794) +* [[`bb92c761a9`](https://github.com/nodejs/node-gyp/commit/bb92c761a9)] - **test**: add Node.js 6 on Windows to Travis CI (João Reis) [#1812](https://github.com/nodejs/node-gyp/pull/1812) +* [[`7fd924079f`](https://github.com/nodejs/node-gyp/commit/7fd924079f)] - **test**: increase tap timeout (João Reis) [#1812](https://github.com/nodejs/node-gyp/pull/1812) +* [[`7e8127068f`](https://github.com/nodejs/node-gyp/commit/7e8127068f)] - **test**: cover supported node versions with travis (Rod Vagg) [#1809](https://github.com/nodejs/node-gyp/pull/1809) +* [[`24109148df`](https://github.com/nodejs/node-gyp/commit/24109148df)] - **test**: downgrade to tap@^12 for continued Node 6 support (Rod Vagg) [#1808](https://github.com/nodejs/node-gyp/pull/1808) +* [[`656117cc4a`](https://github.com/nodejs/node-gyp/commit/656117cc4a)] - **win**: make VS path match case-insensitive (João Reis) [#1806](https://github.com/nodejs/node-gyp/pull/1806) + +## v5.0.2 2019-06-27 + +* [[`2761afbf73`](https://github.com/nodejs/node-gyp/commit/2761afbf73)] - **build,test**: add duplicate symbol test (Gabriel Schulhof) [#1689](https://github.com/nodejs/node-gyp/pull/1689) +* [[`82f129d6de`](https://github.com/nodejs/node-gyp/commit/82f129d6de)] - **gyp**: replace optparse to argparse (KiYugadgeter) [#1591](https://github.com/nodejs/node-gyp/pull/1591) +* [[`afaaa29c61`](https://github.com/nodejs/node-gyp/commit/afaaa29c61)] - **gyp**: remove from \_\_future\_\_ import with\_statement (cclauss) [#1799](https://github.com/nodejs/node-gyp/pull/1799) +* [[`a991f633d6`](https://github.com/nodejs/node-gyp/commit/a991f633d6)] - **gyp**: fix the remaining Python 3 issues (cclauss) [#1793](https://github.com/nodejs/node-gyp/pull/1793) +* [[`f952b08f84`](https://github.com/nodejs/node-gyp/commit/f952b08f84)] - **gyp**: move from \_\_future\_\_ import to the top of the file (cclauss) [#1789](https://github.com/nodejs/node-gyp/pull/1789) +* [[`4f4a677dfa`](https://github.com/nodejs/node-gyp/commit/4f4a677dfa)] - **gyp**: use different default compiler for z/OS (Shuowang (Wayne) Zhang) [#1768](https://github.com/nodejs/node-gyp/pull/1768) +* [[`03683f09d6`](https://github.com/nodejs/node-gyp/commit/03683f09d6)] - **lib**: code de-duplication (Pavel Medvedev) [#965](https://github.com/nodejs/node-gyp/pull/965) +* [[`611bc3c89f`](https://github.com/nodejs/node-gyp/commit/611bc3c89f)] - **lib**: add .json suffix for explicit require (Rod Vagg) [#1787](https://github.com/nodejs/node-gyp/pull/1787) +* [[`d3478d7b0b`](https://github.com/nodejs/node-gyp/commit/d3478d7b0b)] - **meta**: add to .gitignore (Refael Ackermann) [#1573](https://github.com/nodejs/node-gyp/pull/1573) +* [[`7a9a038e9e`](https://github.com/nodejs/node-gyp/commit/7a9a038e9e)] - **test**: add parallel test runs on macOS and Windows (cclauss) [#1800](https://github.com/nodejs/node-gyp/pull/1800) +* [[`7dd7f2b2a2`](https://github.com/nodejs/node-gyp/commit/7dd7f2b2a2)] - **test**: fix Python syntax error in test-adding.js (cclauss) [#1793](https://github.com/nodejs/node-gyp/pull/1793) +* [[`395f843de0`](https://github.com/nodejs/node-gyp/commit/395f843de0)] - **test**: replace self-signed cert with 'localhost' (Rod Vagg) [#1795](https://github.com/nodejs/node-gyp/pull/1795) +* [[`a52c6eb9e8`](https://github.com/nodejs/node-gyp/commit/a52c6eb9e8)] - **test**: migrate from tape to tap (Rod Vagg) [#1795](https://github.com/nodejs/node-gyp/pull/1795) +* [[`ec2eb44a30`](https://github.com/nodejs/node-gyp/commit/ec2eb44a30)] - **test**: use Nan in duplicate\_symbols (Gabriel Schulhof) [#1689](https://github.com/nodejs/node-gyp/pull/1689) +* [[`1597c84aad`](https://github.com/nodejs/node-gyp/commit/1597c84aad)] - **test**: use Travis CI to run tests on every pull request (cclauss) [#1752](https://github.com/nodejs/node-gyp/pull/1752) +* [[`dd9bf929ac`](https://github.com/nodejs/node-gyp/commit/dd9bf929ac)] - **zos**: update compiler options (Shuowang (Wayne) Zhang) [#1768](https://github.com/nodejs/node-gyp/pull/1768) + +## v5.0.1 2019-06-20 + +* [[`e3861722ed`](https://github.com/nodejs/node-gyp/commit/e3861722ed)] - **doc**: document --jobs max (David Sanders) [#1770](https://github.com/nodejs/node-gyp/pull/1770) +* [[`1cfdb28886`](https://github.com/nodejs/node-gyp/commit/1cfdb28886)] - **lib**: reintroduce support for iojs file naming for releases \>= 1 && \< 4 (Samuel Attard) [#1777](https://github.com/nodejs/node-gyp/pull/1777) + +## v5.0.0 2019-06-13 + +* [[`8a83972743`](https://github.com/nodejs/node-gyp/commit/8a83972743)] - **(SEMVER-MAJOR)** **bin**: follow XDG OS conventions for storing data (Selwyn) [#1570](https://github.com/nodejs/node-gyp/pull/1570) +* [[`9e46872ea3`](https://github.com/nodejs/node-gyp/commit/9e46872ea3)] - **bin,lib**: remove extra comments/lines/spaces (Jon Moss) [#1508](https://github.com/nodejs/node-gyp/pull/1508) +* [[`8098ebdeb4`](https://github.com/nodejs/node-gyp/commit/8098ebdeb4)] - **deps**: replace `osenv` dependency with native `os` (Selwyn) +* [[`f83b457e03`](https://github.com/nodejs/node-gyp/commit/f83b457e03)] - **deps**: bump request to 2.8.7, fixes heok/hawk issues (Rohit Hazra) [#1492](https://github.com/nodejs/node-gyp/pull/1492) +* [[`323cee7323`](https://github.com/nodejs/node-gyp/commit/323cee7323)] - **deps**: pin `request` version range (Refael Ackermann) [#1300](https://github.com/nodejs/node-gyp/pull/1300) +* [[`c515912d08`](https://github.com/nodejs/node-gyp/commit/c515912d08)] - **doc**: improve issue template (Bartosz Sosnowski) [#1618](https://github.com/nodejs/node-gyp/pull/1618) +* [[`cca2d66727`](https://github.com/nodejs/node-gyp/commit/cca2d66727)] - **doc**: python info needs own header (Taylor D. Lee) [#1245](https://github.com/nodejs/node-gyp/pull/1245) +* [[`3e64c780f5`](https://github.com/nodejs/node-gyp/commit/3e64c780f5)] - **doc**: lint README.md (Jon Moss) [#1498](https://github.com/nodejs/node-gyp/pull/1498) +* [[`a20faedc91`](https://github.com/nodejs/node-gyp/commit/a20faedc91)] - **(SEMVER-MAJOR)** **gyp**: enable MARMASM items only on new VS versions (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762) +* [[`721eb691cf`](https://github.com/nodejs/node-gyp/commit/721eb691cf)] - **gyp**: teach MSVS generator about MARMASM Items (Jon Kunkee) [#1679](https://github.com/nodejs/node-gyp/pull/1679) +* [[`91744bfecc`](https://github.com/nodejs/node-gyp/commit/91744bfecc)] - **gyp**: add support for Windows on Arm (Richard Townsend) [#1739](https://github.com/nodejs/node-gyp/pull/1739) +* [[`a6e0a6c7ed`](https://github.com/nodejs/node-gyp/commit/a6e0a6c7ed)] - **gyp**: move compile\_commands\_json (Paul Maréchal) [#1661](https://github.com/nodejs/node-gyp/pull/1661) +* [[`92e8b52cee`](https://github.com/nodejs/node-gyp/commit/92e8b52cee)] - **gyp**: fix target --\> self.target (cclauss) +* [[`febdfa2137`](https://github.com/nodejs/node-gyp/commit/febdfa2137)] - **gyp**: fix sntex error (cclauss) [#1333](https://github.com/nodejs/node-gyp/pull/1333) +* [[`588d333c14`](https://github.com/nodejs/node-gyp/commit/588d333c14)] - **gyp**: \_winreg module was renamed to winreg in Python 3. (Craig Rodrigues) +* [[`98226d198c`](https://github.com/nodejs/node-gyp/commit/98226d198c)] - **gyp**: replace basestring with str, but only on Python 3. (Craig Rodrigues) +* [[`7535e4478e`](https://github.com/nodejs/node-gyp/commit/7535e4478e)] - **gyp**: replace deprecated functions (Craig Rodrigues) +* [[`2040cd21cc`](https://github.com/nodejs/node-gyp/commit/2040cd21cc)] - **gyp**: use print as a function, as specified in PEP 3105. (Craig Rodrigues) +* [[`abef93ded5`](https://github.com/nodejs/node-gyp/commit/abef93ded5)] - **gyp**: get ready for python 3 (cclauss) +* [[`43031fadcb`](https://github.com/nodejs/node-gyp/commit/43031fadcb)] - **python**: clean-up detection (João Reis) [#1582](https://github.com/nodejs/node-gyp/pull/1582) +* [[`49ab79d221`](https://github.com/nodejs/node-gyp/commit/49ab79d221)] - **python**: more informative error (Refael Ackermann) [#1269](https://github.com/nodejs/node-gyp/pull/1269) +* [[`997bc3c748`](https://github.com/nodejs/node-gyp/commit/997bc3c748)] - **readme**: add ARM64 info to MSVC setup instructions (Jon Kunkee) [#1655](https://github.com/nodejs/node-gyp/pull/1655) +* [[`788e767179`](https://github.com/nodejs/node-gyp/commit/788e767179)] - **test**: remove unused variable (João Reis) +* [[`6f5a408934`](https://github.com/nodejs/node-gyp/commit/6f5a408934)] - **tools**: fix usage of inherited -fPIC and -fPIE (Jens) [#1340](https://github.com/nodejs/node-gyp/pull/1340) +* [[`0efb8fb34b`](https://github.com/nodejs/node-gyp/commit/0efb8fb34b)] - **(SEMVER-MAJOR)** **win**: support running in VS Command Prompt (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762) +* [[`360ddbdf3a`](https://github.com/nodejs/node-gyp/commit/360ddbdf3a)] - **(SEMVER-MAJOR)** **win**: add support for Visual Studio 2019 (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762) +* [[`8f43f68275`](https://github.com/nodejs/node-gyp/commit/8f43f68275)] - **(SEMVER-MAJOR)** **win**: detect all VS versions in node-gyp (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762) +* [[`7fe4095974`](https://github.com/nodejs/node-gyp/commit/7fe4095974)] - **(SEMVER-MAJOR)** **win**: generic Visual Studio 2017 detection (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762) +* [[`7a71d68bce`](https://github.com/nodejs/node-gyp/commit/7a71d68bce)] - **win**: use msbuild from the configure stage (Bartosz Sosnowski) [#1654](https://github.com/nodejs/node-gyp/pull/1654) +* [[`d3b21220a0`](https://github.com/nodejs/node-gyp/commit/d3b21220a0)] - **win**: fix delay-load hook for electron 4 (Andy Dill) +* [[`81f3a92338`](https://github.com/nodejs/node-gyp/commit/81f3a92338)] - Update list of Node.js versions to test against. (Ben Noordhuis) [#1670](https://github.com/nodejs/node-gyp/pull/1670) +* [[`4748f6ab75`](https://github.com/nodejs/node-gyp/commit/4748f6ab75)] - Remove deprecated compatibility code. (Ben Noordhuis) [#1670](https://github.com/nodejs/node-gyp/pull/1670) +* [[`45e3221fd4`](https://github.com/nodejs/node-gyp/commit/45e3221fd4)] - Remove an outdated workaround for Python 2.4 (cclauss) [#1650](https://github.com/nodejs/node-gyp/pull/1650) +* [[`721dc7d314`](https://github.com/nodejs/node-gyp/commit/721dc7d314)] - Add ARM64 to MSBuild /Platform logic (Jon Kunkee) [#1655](https://github.com/nodejs/node-gyp/pull/1655) +* [[`a5b7410497`](https://github.com/nodejs/node-gyp/commit/a5b7410497)] - Add ESLint no-unused-vars rule (Jon Moss) [#1497](https://github.com/nodejs/node-gyp/pull/1497) + +## v4.0.0 2019-04-24 + +* [[`ceed5cbe10`](https://github.com/nodejs/node-gyp/commit/ceed5cbe10)] - **deps**: updated tar package version to 4.4.8 (Pobegaylo Maksim) [#1713](https://github.com/nodejs/node-gyp/pull/1713) +* [[`374519e066`](https://github.com/nodejs/node-gyp/commit/374519e066)] - **(SEMVER-MAJOR)** Upgrade to tar v3 (isaacs) [#1212](https://github.com/nodejs/node-gyp/pull/1212) +* [[`e6699d13cd`](https://github.com/nodejs/node-gyp/commit/e6699d13cd)] - **test**: fix addon test for Node.js 12 and V8 7.4 (Richard Lau) [#1705](https://github.com/nodejs/node-gyp/pull/1705) +* [[`0c6bf530a0`](https://github.com/nodejs/node-gyp/commit/0c6bf530a0)] - **lib**: use print() for python version detection (GreenAddress) [#1534](https://github.com/nodejs/node-gyp/pull/1534) + +## v3.8.0 2018-08-09 + +* [[`c5929cb4fe`](https://github.com/nodejs/node-gyp/commit/c5929cb4fe)] - **doc**: update Xcode preferences tab name. (Ivan Daniluk) [#1330](https://github.com/nodejs/node-gyp/pull/1330) +* [[`8b488da8b9`](https://github.com/nodejs/node-gyp/commit/8b488da8b9)] - **doc**: update link to commit guidelines (Jonas Hermsmeier) [#1456](https://github.com/nodejs/node-gyp/pull/1456) +* [[`b4fe8c16f9`](https://github.com/nodejs/node-gyp/commit/b4fe8c16f9)] - **doc**: fix visual studio links (Bartosz Sosnowski) [#1490](https://github.com/nodejs/node-gyp/pull/1490) +* [[`536759c7e9`](https://github.com/nodejs/node-gyp/commit/536759c7e9)] - **configure**: use sys.version\_info to get python version (Yang Guo) [#1504](https://github.com/nodejs/node-gyp/pull/1504) +* [[`94c39c604e`](https://github.com/nodejs/node-gyp/commit/94c39c604e)] - **gyp**: fix ninja build failure (GYP patch) (Daniel Bevenius) [nodejs/node#12484](https://github.com/nodejs/node/pull/12484) +* [[`e8ea74e0fa`](https://github.com/nodejs/node-gyp/commit/e8ea74e0fa)] - **tools**: patch gyp to avoid xcrun errors (Ujjwal Sharma) [nodejs/node#21520](https://github.com/nodejs/node/pull/21520) +* [[`ea9aff44f2`](https://github.com/nodejs/node-gyp/commit/ea9aff44f2)] - **tools**: fix "the the" typos in comments (Masashi Hirano) [nodejs/node#20716](https://github.com/nodejs/node/pull/20716) +* [[`207e5aa4fd`](https://github.com/nodejs/node-gyp/commit/207e5aa4fd)] - **gyp**: implement LD/LDXX for ninja and FIPS (Sam Roberts) +* [[`b416c5f4b7`](https://github.com/nodejs/node-gyp/commit/b416c5f4b7)] - **gyp**: enable cctest to use objects (gyp part) (Daniel Bevenius) [nodejs/node#12450](https://github.com/nodejs/node/pull/12450) +* [[`40692d016b`](https://github.com/nodejs/node-gyp/commit/40692d016b)] - **gyp**: add compile\_commands.json gyp generator (Ben Noordhuis) [nodejs/node#12450](https://github.com/nodejs/node/pull/12450) +* [[`fc3c4e2b10`](https://github.com/nodejs/node-gyp/commit/fc3c4e2b10)] - **gyp**: float gyp patch for long filenames (Anna Henningsen) [nodejs/node#7963](https://github.com/nodejs/node/pull/7963) +* [[`8aedbfdef6`](https://github.com/nodejs/node-gyp/commit/8aedbfdef6)] - **gyp**: backport GYP fix to fix AIX shared suffix (Stewart Addison) +* [[`6cd84b84fc`](https://github.com/nodejs/node-gyp/commit/6cd84b84fc)] - **test**: formatting and minor fixes for execFileSync replacement (Rod Vagg) [#1521](https://github.com/nodejs/node-gyp/pull/1521) +* [[`60e421363f`](https://github.com/nodejs/node-gyp/commit/60e421363f)] - **test**: added test/processExecSync.js for when execFileSync is not available. (Rohit Hazra) [#1492](https://github.com/nodejs/node-gyp/pull/1492) +* [[`969447c5bd`](https://github.com/nodejs/node-gyp/commit/969447c5bd)] - **deps**: bump request to 2.8.7, fixes heok/hawk issues (Rohit Hazra) [#1492](https://github.com/nodejs/node-gyp/pull/1492) +* [[`340403ccfe`](https://github.com/nodejs/node-gyp/commit/340403ccfe)] - **win**: improve parsing of SDK version (Alessandro Vergani) [#1516](https://github.com/nodejs/node-gyp/pull/1516) + +## v3.7.0 2018-06-08 + +* [[`84cea7b30d`](https://github.com/nodejs/node-gyp/commit/84cea7b30d)] - Remove unused gyp test scripts. (Ben Noordhuis) [#1458](https://github.com/nodejs/node-gyp/pull/1458) +* [[`0540e4ec63`](https://github.com/nodejs/node-gyp/commit/0540e4ec63)] - **gyp**: escape spaces in filenames in make generator (Jeff Senn) [#1436](https://github.com/nodejs/node-gyp/pull/1436) +* [[`88fc6fa0ec`](https://github.com/nodejs/node-gyp/commit/88fc6fa0ec)] - Drop dependency on minimatch. (Brian Woodward) [#1158](https://github.com/nodejs/node-gyp/pull/1158) +* [[`1e203c5148`](https://github.com/nodejs/node-gyp/commit/1e203c5148)] - Fix include path when pointing to Node.js source (Richard Lau) [#1055](https://github.com/nodejs/node-gyp/pull/1055) +* [[`53d8cb967c`](https://github.com/nodejs/node-gyp/commit/53d8cb967c)] - Prefix build targets with /t: on Windows (Natalie Wolfe) [#1164](https://github.com/nodejs/node-gyp/pull/1164) +* [[`53a5f8ff38`](https://github.com/nodejs/node-gyp/commit/53a5f8ff38)] - **gyp**: add support for .mm files to msvs generator (Julien Racle) [#1167](https://github.com/nodejs/node-gyp/pull/1167) +* [[`dd8561e528`](https://github.com/nodejs/node-gyp/commit/dd8561e528)] - **zos**: don't use universal-new-lines mode (John Barboza) [#1451](https://github.com/nodejs/node-gyp/pull/1451) +* [[`e5a69010ed`](https://github.com/nodejs/node-gyp/commit/e5a69010ed)] - **zos**: add search locations for libnode.x (John Barboza) [#1451](https://github.com/nodejs/node-gyp/pull/1451) +* [[`79febace53`](https://github.com/nodejs/node-gyp/commit/79febace53)] - **doc**: update macOS information in README (Josh Parnham) [#1323](https://github.com/nodejs/node-gyp/pull/1323) +* [[`9425448945`](https://github.com/nodejs/node-gyp/commit/9425448945)] - **gyp**: don't print xcodebuild not found errors (Gibson Fahnestock) [#1370](https://github.com/nodejs/node-gyp/pull/1370) +* [[`6f1286f5b2`](https://github.com/nodejs/node-gyp/commit/6f1286f5b2)] - Fix infinite install loop. (Ben Noordhuis) [#1384](https://github.com/nodejs/node-gyp/pull/1384) +* [[`2580b9139e`](https://github.com/nodejs/node-gyp/commit/2580b9139e)] - Update `--nodedir` description in README. (Ben Noordhuis) [#1372](https://github.com/nodejs/node-gyp/pull/1372) +* [[`a61360391a`](https://github.com/nodejs/node-gyp/commit/a61360391a)] - Update README with another way to install on windows (JeffAtDeere) [#1352](https://github.com/nodejs/node-gyp/pull/1352) +* [[`47496bf6dc`](https://github.com/nodejs/node-gyp/commit/47496bf6dc)] - Fix IndexError when parsing GYP files. (Ben Noordhuis) [#1267](https://github.com/nodejs/node-gyp/pull/1267) +* [[`b2024dee7b`](https://github.com/nodejs/node-gyp/commit/b2024dee7b)] - **zos**: support platform (John Barboza) [#1276](https://github.com/nodejs/node-gyp/pull/1276) +* [[`90d86512f4`](https://github.com/nodejs/node-gyp/commit/90d86512f4)] - **win**: run PS with `-NoProfile` (Refael Ackermann) [#1292](https://github.com/nodejs/node-gyp/pull/1292) +* [[`2da5f86ef7`](https://github.com/nodejs/node-gyp/commit/2da5f86ef7)] - **doc**: add github PR and Issue templates (Gibson Fahnestock) [#1228](https://github.com/nodejs/node-gyp/pull/1228) +* [[`a46a770d68`](https://github.com/nodejs/node-gyp/commit/a46a770d68)] - **doc**: update proposed DCO and CoC (Mikeal Rogers) [#1229](https://github.com/nodejs/node-gyp/pull/1229) +* [[`7e803d58e0`](https://github.com/nodejs/node-gyp/commit/7e803d58e0)] - **doc**: headerify the Install instructions (Nick Schonning) [#1225](https://github.com/nodejs/node-gyp/pull/1225) +* [[`f27599193a`](https://github.com/nodejs/node-gyp/commit/f27599193a)] - **gyp**: update xml string encoding conversion (Liu Chao) [#1203](https://github.com/nodejs/node-gyp/pull/1203) +* [[`0a07e481f7`](https://github.com/nodejs/node-gyp/commit/0a07e481f7)] - **configure**: don't set ensure if tarball is set (Gibson Fahnestock) [#1220](https://github.com/nodejs/node-gyp/pull/1220) + +## v3.6.3 2018-06-08 + +* [[`90cd2e8da9`](https://github.com/nodejs/node-gyp/commit/90cd2e8da9)] - **gyp**: fix regex to match multi-digit versions (Jonas Hermsmeier) [#1455](https://github.com/nodejs/node-gyp/pull/1455) +* [[`7900122337`](https://github.com/nodejs/node-gyp/commit/7900122337)] - deps: pin `request` version range (Refael Ackerman) [#1300](https://github.com/nodejs/node-gyp/pull/1300) + +## v3.6.2 2017-06-01 + +* [[`72afdd62cd`](https://github.com/nodejs/node-gyp/commit/72afdd62cd)] - **build**: rename copyNodeLib() to doBuild() (Liu Chao) [#1206](https://github.com/nodejs/node-gyp/pull/1206) +* [[`bad903ac70`](https://github.com/nodejs/node-gyp/commit/bad903ac70)] - **win**: more robust parsing of SDK version (Refael Ackermann) [#1198](https://github.com/nodejs/node-gyp/pull/1198) +* [[`241752f381`](https://github.com/nodejs/node-gyp/commit/241752f381)] - Log dist-url. (Ben Noordhuis) [#1170](https://github.com/nodejs/node-gyp/pull/1170) +* [[`386746c7d1`](https://github.com/nodejs/node-gyp/commit/386746c7d1)] - **configure**: use full path in node_lib_file GYP var (Pavel Medvedev) [#964](https://github.com/nodejs/node-gyp/pull/964) +* [[`0913b2dd99`](https://github.com/nodejs/node-gyp/commit/0913b2dd99)] - **build, win**: use target_arch to link with node.lib (Pavel Medvedev) [#964](https://github.com/nodejs/node-gyp/pull/964) +* [[`c307b302f7`](https://github.com/nodejs/node-gyp/commit/c307b302f7)] - **doc**: blorb about setting `npm_config_OPTION_NAME` (Refael Ackermann) [#1185](https://github.com/nodejs/node-gyp/pull/1185) + +## v3.6.1 2017-04-30 + +* [[`49801716c2`](https://github.com/nodejs/node-gyp/commit/49801716c2)] - **test**: fix test-find-python on v0.10.x buildbot. (Ben Noordhuis) [#1172](https://github.com/nodejs/node-gyp/pull/1172) +* [[`a83a3801fc`](https://github.com/nodejs/node-gyp/commit/a83a3801fc)] - **test**: fix test/test-configure-python on AIX (Richard Lau) [#1131](https://github.com/nodejs/node-gyp/pull/1131) +* [[`8a767145c9`](https://github.com/nodejs/node-gyp/commit/8a767145c9)] - **gyp**: Revert quote_cmd workaround (Kunal Pathak) [#1153](https://github.com/nodejs/node-gyp/pull/1153) +* [[`c09cf7671e`](https://github.com/nodejs/node-gyp/commit/c09cf7671e)] - **doc**: add a note for using `configure` on Windows (Vse Mozhet Byt) [#1152](https://github.com/nodejs/node-gyp/pull/1152) +* [[`da9cb5f411`](https://github.com/nodejs/node-gyp/commit/da9cb5f411)] - Delete superfluous .patch files. (Ben Noordhuis) [#1122](https://github.com/nodejs/node-gyp/pull/1122) + +## v3.6.0 2017-03-16 + +* [[`ae141e1906`](https://github.com/nodejs/node-gyp/commit/ae141e1906)] - **win**: find and setup for VS2017 (Refael Ackermann) [#1130](https://github.com/nodejs/node-gyp/pull/1130) +* [[`ec5fc36a80`](https://github.com/nodejs/node-gyp/commit/ec5fc36a80)] - Add support to build node.js with chakracore for ARM. (Kunal Pathak) [#873](https://github.com/nodejs/node-gyp/pull/873) +* [[`a04ea3051a`](https://github.com/nodejs/node-gyp/commit/a04ea3051a)] - Add support to build node.js with chakracore. (Kunal Pathak) [#873](https://github.com/nodejs/node-gyp/pull/873) +* [[`93d7fa83c8`](https://github.com/nodejs/node-gyp/commit/93d7fa83c8)] - Upgrade semver dependency. (Ben Noordhuis) [#1107](https://github.com/nodejs/node-gyp/pull/1107) +* [[`ff9a6fadfd`](https://github.com/nodejs/node-gyp/commit/ff9a6fadfd)] - Update link of gyp as Google code is shutting down (Peter Dave Hello) [#1061](https://github.com/nodejs/node-gyp/pull/1061) + +## v3.5.0 2017-01-10 + +* [[`762d19a39e`](https://github.com/nodejs/node-gyp/commit/762d19a39e)] - \[doc\] merge History.md and CHANGELOG.md (Rod Vagg) +* [[`80fc5c3d31`](https://github.com/nodejs/node-gyp/commit/80fc5c3d31)] - Fix deprecated dependency warning (Simone Primarosa) [#1069](https://github.com/nodejs/node-gyp/pull/1069) +* [[`05c44944fd`](https://github.com/nodejs/node-gyp/commit/05c44944fd)] - Open the build file with universal-newlines mode (Guy Margalit) [#1053](https://github.com/nodejs/node-gyp/pull/1053) +* [[`37ae7be114`](https://github.com/nodejs/node-gyp/commit/37ae7be114)] - Try python launcher when stock python is python 3. (Ben Noordhuis) [#992](https://github.com/nodejs/node-gyp/pull/992) +* [[`e3778d9907`](https://github.com/nodejs/node-gyp/commit/e3778d9907)] - Add lots of findPython() tests. (Ben Noordhuis) [#992](https://github.com/nodejs/node-gyp/pull/992) +* [[`afc766adf6`](https://github.com/nodejs/node-gyp/commit/afc766adf6)] - Unset executable bit for .bat files (Pavel Medvedev) [#969](https://github.com/nodejs/node-gyp/pull/969) +* [[`ddac348991`](https://github.com/nodejs/node-gyp/commit/ddac348991)] - Use push on PYTHONPATH and add tests (Michael Hart) [#990](https://github.com/nodejs/node-gyp/pull/990) +* [[`b182a19042`](https://github.com/nodejs/node-gyp/commit/b182a19042)] - ***Revert*** "add "path-array" dep" (Michael Hart) [#990](https://github.com/nodejs/node-gyp/pull/990) +* [[`7c08b85c5a`](https://github.com/nodejs/node-gyp/commit/7c08b85c5a)] - ***Revert*** "**configure**: use "path-array" for PYTHONPATH" (Michael Hart) [#990](https://github.com/nodejs/node-gyp/pull/990) +* [[`9c8d275526`](https://github.com/nodejs/node-gyp/commit/9c8d275526)] - Add --devdir flag. (Ben Noordhuis) [#916](https://github.com/nodejs/node-gyp/pull/916) +* [[`f6eab1f9e4`](https://github.com/nodejs/node-gyp/commit/f6eab1f9e4)] - **doc**: add windows-build-tools to readme (Felix Rieseberg) [#970](https://github.com/nodejs/node-gyp/pull/970) + +## v3.4.0 2016-06-28 + +* [[`ce5fd04e94`](https://github.com/nodejs/node-gyp/commit/ce5fd04e94)] - **deps**: update minimatch version (delphiactual) [#961](https://github.com/nodejs/node-gyp/pull/961) +* [[`77383ddd85`](https://github.com/nodejs/node-gyp/commit/77383ddd85)] - Replace fs.accessSync call to fs.statSync (Richard Lau) [#955](https://github.com/nodejs/node-gyp/pull/955) +* [[`0dba4bda57`](https://github.com/nodejs/node-gyp/commit/0dba4bda57)] - **test**: add simple addon test (Richard Lau) [#955](https://github.com/nodejs/node-gyp/pull/955) +* [[`c4344b3889`](https://github.com/nodejs/node-gyp/commit/c4344b3889)] - **doc**: add --target option to README (Gibson Fahnestock) [#958](https://github.com/nodejs/node-gyp/pull/958) +* [[`cc778e9215`](https://github.com/nodejs/node-gyp/commit/cc778e9215)] - Override BUILDING_UV_SHARED, BUILDING_V8_SHARED. (Ben Noordhuis) [#915](https://github.com/nodejs/node-gyp/pull/915) +* [[`af35b2ad32`](https://github.com/nodejs/node-gyp/commit/af35b2ad32)] - Move VC++ Build Tools to Build Tools landing page. (Andrew Pardoe) [#953](https://github.com/nodejs/node-gyp/pull/953) +* [[`f31482e226`](https://github.com/nodejs/node-gyp/commit/f31482e226)] - **win**: work around __pfnDliNotifyHook2 type change (Alexis Campailla) [#952](https://github.com/nodejs/node-gyp/pull/952) +* [[`3df8222fa5`](https://github.com/nodejs/node-gyp/commit/3df8222fa5)] - Allow for npmlog@3.x (Rebecca Turner) [#950](https://github.com/nodejs/node-gyp/pull/950) +* [[`a4fa07b390`](https://github.com/nodejs/node-gyp/commit/a4fa07b390)] - More verbose error on locating msbuild.exe failure. (Mateusz Jaworski) [#930](https://github.com/nodejs/node-gyp/pull/930) +* [[`4ee31329e0`](https://github.com/nodejs/node-gyp/commit/4ee31329e0)] - **doc**: add command options to README.md (Gibson Fahnestock) [#937](https://github.com/nodejs/node-gyp/pull/937) +* [[`c8c7ca86b9`](https://github.com/nodejs/node-gyp/commit/c8c7ca86b9)] - Add --silent option for zero output. (Gibson Fahnestock) [#937](https://github.com/nodejs/node-gyp/pull/937) +* [[`ac29d23a7c`](https://github.com/nodejs/node-gyp/commit/ac29d23a7c)] - Upgrade to glob@7.0.3. (Ben Noordhuis) [#943](https://github.com/nodejs/node-gyp/pull/943) +* [[`15fd56be3d`](https://github.com/nodejs/node-gyp/commit/15fd56be3d)] - Enable V8 deprecation warnings for native modules (Matt Loring) [#920](https://github.com/nodejs/node-gyp/pull/920) +* [[`7f1c1b960c`](https://github.com/nodejs/node-gyp/commit/7f1c1b960c)] - **gyp**: improvements for android generator (Robert Chiras) [#935](https://github.com/nodejs/node-gyp/pull/935) +* [[`088082766c`](https://github.com/nodejs/node-gyp/commit/088082766c)] - Update Windows install instructions (Sara Itani) [#867](https://github.com/nodejs/node-gyp/pull/867) +* [[`625c1515f9`](https://github.com/nodejs/node-gyp/commit/625c1515f9)] - **gyp**: inherit CC/CXX for CC/CXX.host (Johan Bergström) [#908](https://github.com/nodejs/node-gyp/pull/908) +* [[`3bcb1720e4`](https://github.com/nodejs/node-gyp/commit/3bcb1720e4)] - Add support for the Python launcher on Windows (Patrick Westerhoff) [#894](https://github.com/nodejs/node-gyp/pull/894 + +## v3.3.1 2016-03-04 + +* [[`a981ef847a`](https://github.com/nodejs/node-gyp/commit/a981ef847a)] - **gyp**: fix android generator (Robert Chiras) [#889](https://github.com/nodejs/node-gyp/pull/889) + +## v3.3.0 2016-02-16 + +* [[`818d854a4d`](https://github.com/nodejs/node-gyp/commit/818d854a4d)] - Introduce NODEJS_ORG_MIRROR and IOJS_ORG_MIRROR (Rod Vagg) [#878](https://github.com/nodejs/node-gyp/pull/878) +* [[`d1e4cc4b62`](https://github.com/nodejs/node-gyp/commit/d1e4cc4b62)] - **(SEMVER-MINOR)** Download headers tarball for ~0.12.10 || ~0.10.42 (Rod Vagg) [#877](https://github.com/nodejs/node-gyp/pull/877) +* [[`6e28ad1bea`](https://github.com/nodejs/node-gyp/commit/6e28ad1bea)] - Allow for npmlog@2.x (Rebecca Turner) [#861](https://github.com/nodejs/node-gyp/pull/861) +* [[`07371e5812`](https://github.com/nodejs/node-gyp/commit/07371e5812)] - Use -fPIC for NetBSD. (Marcin Cieślak) [#856](https://github.com/nodejs/node-gyp/pull/856) +* [[`8c4b0ffa50`](https://github.com/nodejs/node-gyp/commit/8c4b0ffa50)] - **(SEMVER-MINOR)** Add --cafile command line option. (Ben Noordhuis) [#837](https://github.com/nodejs/node-gyp/pull/837) +* [[`b3ad43498e`](https://github.com/nodejs/node-gyp/commit/b3ad43498e)] - **(SEMVER-MINOR)** Make download() function testable. (Ben Noordhuis) [#837](https://github.com/nodejs/node-gyp/pull/837) + +## v3.2.1 2015-12-03 + +* [[`ab89b477c4`](https://github.com/nodejs/node-gyp/commit/ab89b477c4)] - Upgrade gyp to b3cef02. (Ben Noordhuis) [#831](https://github.com/nodejs/node-gyp/pull/831) +* [[`90078ecb17`](https://github.com/nodejs/node-gyp/commit/90078ecb17)] - Define WIN32_LEAN_AND_MEAN conditionally. (Ben Noordhuis) [#824](https://github.com/nodejs/node-gyp/pull/824) + +## v3.2.0 2015-11-25 + +* [[`268f1ca4c7`](https://github.com/nodejs/node-gyp/commit/268f1ca4c7)] - Use result of `which` when searching for python. (Refael Ackermann) [#668](https://github.com/nodejs/node-gyp/pull/668) +* [[`817ed9bd78`](https://github.com/nodejs/node-gyp/commit/817ed9bd78)] - Add test for python executable search logic. (Ben Noordhuis) [#756](https://github.com/nodejs/node-gyp/pull/756) +* [[`0e2dfda1f3`](https://github.com/nodejs/node-gyp/commit/0e2dfda1f3)] - Fix test/test-options when run through `npm test`. (Ben Noordhuis) [#755](https://github.com/nodejs/node-gyp/pull/755) +* [[`9bfa0876b4`](https://github.com/nodejs/node-gyp/commit/9bfa0876b4)] - Add support for AIX (Michael Dawson) [#753](https://github.com/nodejs/node-gyp/pull/753) +* [[`a8d441a0a2`](https://github.com/nodejs/node-gyp/commit/a8d441a0a2)] - Update README for Windows 10 support. (Jason Williams) [#766](https://github.com/nodejs/node-gyp/pull/766) +* [[`d1d6015276`](https://github.com/nodejs/node-gyp/commit/d1d6015276)] - Update broken links and switch to HTTPS. (andrew morton) + +## v3.1.0 2015-11-14 + +* [[`9049241f91`](https://github.com/nodejs/node-gyp/commit/9049241f91)] - **gyp**: don't use links at all, just copy the files instead (Nathan Zadoks) +* [[`8ef90348d1`](https://github.com/nodejs/node-gyp/commit/8ef90348d1)] - **gyp**: apply https://codereview.chromium.org/11361103/ (Nathan Rajlich) +* [[`a2ed0df84e`](https://github.com/nodejs/node-gyp/commit/a2ed0df84e)] - **gyp**: always install into $PRODUCT_DIR (Nathan Rajlich) +* [[`cc8b2fa83e`](https://github.com/nodejs/node-gyp/commit/cc8b2fa83e)] - Update gyp to b3cef02. (Imran Iqbal) [#781](https://github.com/nodejs/node-gyp/pull/781) +* [[`f5d86eb84e`](https://github.com/nodejs/node-gyp/commit/f5d86eb84e)] - Update to tar@2.0.0. (Edgar Muentes) [#797](https://github.com/nodejs/node-gyp/pull/797) +* [[`2ac7de02c4`](https://github.com/nodejs/node-gyp/commit/2ac7de02c4)] - Fix infinite loop with zero-length options. (Ben Noordhuis) [#745](https://github.com/nodejs/node-gyp/pull/745) +* [[`101bed639b`](https://github.com/nodejs/node-gyp/commit/101bed639b)] - This platform value came from debian package, and now the value (Jérémy Lal) [#738](https://github.com/nodejs/node-gyp/pull/738) + +## v3.0.3 2015-09-14 + +* [[`ad827cda30`](https://github.com/nodejs/node-gyp/commit/ad827cda30)] - tarballUrl global and && when checking for iojs (Lars-Magnus Skog) [#729](https://github.com/nodejs/node-gyp/pull/729) + +## v3.0.2 2015-09-12 + +* [[`6e8c3bf3c6`](https://github.com/nodejs/node-gyp/commit/6e8c3bf3c6)] - add back support for passing additional cmdline args (Rod Vagg) [#723](https://github.com/nodejs/node-gyp/pull/723) +* [[`ff82f2f3b9`](https://github.com/nodejs/node-gyp/commit/ff82f2f3b9)] - fixed broken link in docs to Visual Studio 2013 download (simon-p-r) [#722](https://github.com/nodejs/node-gyp/pull/722) + +## v3.0.1 2015-09-08 + +* [[`846337e36b`](https://github.com/nodejs/node-gyp/commit/846337e36b)] - normalise versions for target == this comparison (Rod Vagg) [#716](https://github.com/nodejs/node-gyp/pull/716) + +## v3.0.0 2015-09-08 + +* [[`9720d0373c`](https://github.com/nodejs/node-gyp/commit/9720d0373c)] - remove node_modules from tree (Rod Vagg) [#711](https://github.com/nodejs/node-gyp/pull/711) +* [[`6dcf220db7`](https://github.com/nodejs/node-gyp/commit/6dcf220db7)] - test version major directly, don't use semver.satisfies() (Rod Vagg) [#711](https://github.com/nodejs/node-gyp/pull/711) +* [[`938dd18d1c`](https://github.com/nodejs/node-gyp/commit/938dd18d1c)] - refactor for clarity, fix dist-url, add env var dist-url functionality (Rod Vagg) [#711](https://github.com/nodejs/node-gyp/pull/711) +* [[`9e9df66a06`](https://github.com/nodejs/node-gyp/commit/9e9df66a06)] - use process.release, make aware of io.js & node v4 differences (Rod Vagg) [#711](https://github.com/nodejs/node-gyp/pull/711) +* [[`1ea7ed01f4`](https://github.com/nodejs/node-gyp/commit/1ea7ed01f4)] - **deps**: update graceful-fs dependency to the latest (Sakthipriyan Vairamani) [#714](https://github.com/nodejs/node-gyp/pull/714) +* [[`0fbc387b35`](https://github.com/nodejs/node-gyp/commit/0fbc387b35)] - Update repository URLs. (Ben Noordhuis) [#715](https://github.com/nodejs/node-gyp/pull/715) +* [[`bbedb8868b`](https://github.com/nodejs/node-gyp/commit/bbedb8868b)] - **(SEMVER-MAJOR)** **win**: enable delay-load hook by default (Jeremiah Senkpiel) [#708](https://github.com/nodejs/node-gyp/pull/708) +* [[`85ed107565`](https://github.com/nodejs/node-gyp/commit/85ed107565)] - Merge pull request #664 from othiym23/othiym23/allow-semver-5 (Nathan Rajlich) +* [[`0c720d234c`](https://github.com/nodejs/node-gyp/commit/0c720d234c)] - allow semver@5 (Forrest L Norvell) + +## 2.0.2 / 2015-07-14 + + * Use HTTPS for dist url (#656, @SonicHedgehog) + * Merge pull request #648 from nevosegal/master + * Merge pull request #650 from magic890/patch-1 + * Updated Installation section on README + * Updated link to gyp user documentation + * Fix download error message spelling (#643, @tomxtobin) + * Merge pull request #637 from lygstate/master + * Set NODE_GYP_DIR for addon.gypi to setting absolute path for + src/win_delay_load_hook.c, and fixes of the long relative path issue on Win32. + Fixes #636 (#637, @lygstate). + +## 2.0.1 / 2015-05-28 + + * configure: try/catch the semver range.test() call + * README: update for visual studio 2013 (#510, @samccone) + +## 2.0.0 / 2015-05-24 + + * configure: check for python2 executable by default, fallback to python + * configure: don't clobber existing $PYTHONPATH + * configure: use "path-array" for PYTHONPATH + * gyp: fix for non-acsii userprofile name on Windows + * gyp: always install into $PRODUCT_DIR + * gyp: apply https://codereview.chromium.org/11361103/ + * gyp: don't use links at all, just copy the files instead + * gyp: update gyp to e1c8fcf7 + * Updated README.md with updated Windows build info + * Show URL when a download fails + * package: add a "license" field + * move HMODULE m declaration to top + * Only add "-undefined dynamic_lookup" to loadable_module targets + * win: optionally allow node.exe/iojs.exe to be renamed + * Avoid downloading shasums if using tarPath + * Add target name preprocessor define: `NODE_GYP_MODULE_NAME` + * Show better error message in case of bad network settings diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/CODE_OF_CONDUCT.md b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..4c211405 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/CODE_OF_CONDUCT.md @@ -0,0 +1,4 @@ +# Code of Conduct + +* [Node.js Code of Conduct](https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md) +* [Node.js Moderation Policy](https://github.com/nodejs/admin/blob/master/Moderation-Policy.md) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/CONTRIBUTING.md b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/CONTRIBUTING.md new file mode 100644 index 00000000..5b977898 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/CONTRIBUTING.md @@ -0,0 +1,34 @@ +# Contributing to node-gyp + +## Code of Conduct + +Please read the +[Code of Conduct](https://github.com/nodejs/admin/blob/main/CODE_OF_CONDUCT.md) +which explains the minimum behavior expectations for node-gyp contributors. + + +## Developer's Certificate of Origin 1.1 + +By making a contribution to this project, I certify that: + +* (a) The contribution was created in whole or in part by me and I + have the right to submit it under the open source license + indicated in the file; or + +* (b) The contribution is based upon previous work that, to the best + of my knowledge, is covered under an appropriate open source + license and I have the right under that license to submit that + work with modifications, whether created in whole or in part + by me, under the same open source license (unless I am + permitted to submit under a different license), as indicated + in the file; or + +* (c) The contribution was provided directly to me by some other + person who certified (a), (b) or (c) and I have not modified + it. + +* (d) I understand and agree that this project and the contribution + are public and that a record of the contribution (including all + personal information I submit with it, including my sign-off) is + maintained indefinitely and may be redistributed consistent with + this project or the open source license(s) involved. diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/LICENSE b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/LICENSE new file mode 100644 index 00000000..2ea4dc5e --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/LICENSE @@ -0,0 +1,24 @@ +(The MIT License) + +Copyright (c) 2012 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/README.md b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/README.md new file mode 100644 index 00000000..474c59b4 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/README.md @@ -0,0 +1,273 @@ +# `node-gyp` - Node.js native addon build tool + +[![Build Status](https://github.com/nodejs/node-gyp/workflows/Tests/badge.svg?branch=main)](https://github.com/nodejs/node-gyp/actions?query=workflow%3ATests+branch%3Amain) +![npm](https://img.shields.io/npm/dm/node-gyp) + +`node-gyp` is a cross-platform command-line tool written in Node.js for +compiling native addon modules for Node.js. It contains a vendored copy of the +[gyp-next](https://github.com/nodejs/gyp-next) project that was previously used +by the Chromium team and extended to support the development of Node.js native +addons. + +Note that `node-gyp` is _not_ used to build Node.js itself. + +All current and LTS target versions of Node.js are supported. Depending on what version of Node.js is actually installed on your system +`node-gyp` downloads the necessary development files or headers for the target version. List of stable Node.js versions can be found on [Node.js website](https://nodejs.org/en/about/previous-releases). + +## Features + + * The same build commands work on any of the supported platforms + * Supports the targeting of different versions of Node.js + +## Installation + +> [!Important] +> Python >= v3.12 requires `node-gyp` >= v10 + +You can install `node-gyp` using `npm`: + +``` bash +npm install -g node-gyp +``` + +Depending on your operating system, you will need to install: + +### On Unix + + * [A supported version of Python](https://devguide.python.org/versions/) + * `make` + * A proper C/C++ compiler toolchain, like [GCC](https://gcc.gnu.org) + +### On macOS + + * [A supported version of Python](https://devguide.python.org/versions/) + * `Xcode Command Line Tools` which will install `clang`, `clang++`, and `make`. + * Install the `Xcode Command Line Tools` standalone by running `xcode-select --install`. -- OR -- + * Alternatively, if you already have the [full Xcode installed](https://developer.apple.com/xcode/download/), you can install the Command Line Tools under the menu `Xcode -> Open Developer Tool -> More Developer Tools...`. + + +### On Windows + +Install tools with [Chocolatey](https://chocolatey.org): +``` bash +choco install python visualstudio2022-workload-vctools -y +``` + +Or install and configure Python and Visual Studio tools manually: + + * Install the current [version of Python](https://devguide.python.org/versions/) from the + [Microsoft Store](https://apps.microsoft.com/store/search?publisher=Python+Software+Foundation). + + * Install Visual C++ Build Environment: For Visual Studio 2019 or later, use the `Desktop development with C++` workload from [Visual Studio Community](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community). For a version older than Visual Studio 2019, install [Visual Studio Build Tools](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools) with the `Visual C++ build tools` option. + + If the above steps didn't work for you, please visit [Microsoft's Node.js Guidelines for Windows](https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules) for additional tips. + + To target native ARM64 Node.js on Windows on ARM, add the components "Visual C++ compilers and libraries for ARM64" and "Visual C++ ATL for ARM64". + + To use the native ARM64 C++ compiler on Windows on ARM, ensure that you have Visual Studio 2022 [17.4 or later](https://devblogs.microsoft.com/visualstudio/arm64-visual-studio-is-officially-here/) installed. + +It's advised to install following Powershell module: [VSSetup](https://github.com/microsoft/vssetup.powershell) using `Install-Module VSSetup -Scope CurrentUser`. +This will make Visual Studio detection logic to use more flexible and accessible method, avoiding Powershell's `ConstrainedLanguage` mode. + +### Configuring Python Dependency + +`node-gyp` requires that you have installed a [supported version of Python](https://devguide.python.org/versions/). +If you have multiple versions of Python installed, you can identify which version +`node-gyp` should use in one of the following ways: + +1. by setting the `--python` command-line option, e.g.: + +``` bash +node-gyp --python /path/to/executable/python +``` + +2. If `node-gyp` is called by way of `npm`, *and* you have multiple versions of +Python installed, then you can set the `npm_config_python` environment variable +to the appropriate path: +``` bash +export npm_config_python=/path/to/executable/python +``` +    Or on Windows: +```console +py --list-paths # To see the installed Python versions +set npm_config_python=C:\path\to\python.exe # CMD +$Env:npm_config_python="C:\path\to\python.exe" # PowerShell +``` + +3. If the `PYTHON` environment variable is set to the path of a Python executable, +then that version will be used if it is a supported version. + +4. If the `NODE_GYP_FORCE_PYTHON` environment variable is set to the path of a +Python executable, it will be used instead of any of the other configured or +built-in Python search paths. If it's not a compatible version, no further +searching will be done. + +### Build for Third Party Node.js Runtimes + +When building modules for third-party Node.js runtimes like Electron, which have +different build configurations from the official Node.js distribution, you +should use `--dist-url` or `--nodedir` flags to specify the headers of the +runtime to build for. + +Also when `--dist-url` or `--nodedir` flags are passed, node-gyp will use the +`config.gypi` shipped in the headers distribution to generate build +configurations, which is different from the default mode that would use the +`process.config` object of the running Node.js instance. + +Some old versions of Electron shipped malformed `config.gypi` in their headers +distributions, and you might need to pass `--force-process-config` to node-gyp +to work around configuration errors. + +## How to Use + +To compile your native addon first go to its root directory: + +``` bash +cd my_node_addon +``` + +The next step is to generate the appropriate project build files for the current +platform. Use `configure` for that: + +``` bash +node-gyp configure +``` + +Auto-detection fails for Visual C++ Build Tools 2015, so `--msvs_version=2015` +needs to be added (not needed when run by npm as configured above): +``` bash +node-gyp configure --msvs_version=2015 +``` + +__Note__: The `configure` step looks for a `binding.gyp` file in the current +directory to process. See below for instructions on creating a `binding.gyp` file. + +Now you will have either a `Makefile` (on Unix platforms) or a `vcxproj` file +(on Windows) in the `build/` directory. Next, invoke the `build` command: + +``` bash +node-gyp build +``` + +Now you have your compiled `.node` bindings file! The compiled bindings end up +in `build/Debug/` or `build/Release/`, depending on the build mode. At this point, +you can require the `.node` file with Node.js and run your tests! + +__Note:__ To create a _Debug_ build of the bindings file, pass the `--debug` (or +`-d`) switch when running either the `configure`, `build` or `rebuild` commands. + +## The `binding.gyp` file + +A `binding.gyp` file describes the configuration to build your module, in a +JSON-like format. This file gets placed in the root of your package, alongside +`package.json`. + +A barebones `gyp` file appropriate for building a Node.js addon could look like: + +```python +{ + "targets": [ + { + "target_name": "binding", + "sources": [ "src/binding.cc" ] + } + ] +} +``` + +## Further reading + +The **[docs](./docs/)** directory contains additional documentation on specific node-gyp topics that may be useful if you are experiencing problems installing or building addons using node-gyp. + +Some additional resources for Node.js native addons and writing `gyp` configuration files: + + * ["Going Native" a nodeschool.io tutorial](http://nodeschool.io/#goingnative) + * ["Hello World" node addon example](https://github.com/nodejs/node/tree/main/test/addons/hello-world) + * [gyp user documentation](https://gyp.gsrc.io/docs/UserDocumentation.md) + * [gyp input format reference](https://gyp.gsrc.io/docs/InputFormatReference.md) + * [*"binding.gyp" files out in the wild* wiki page](./docs/binding.gyp-files-in-the-wild.md) + +## Commands + +`node-gyp` responds to the following commands: + +| **Command** | **Description** +|:--------------|:--------------------------------------------------------------- +| `help` | Shows the help dialog +| `build` | Invokes `make`/`msbuild.exe` and builds the native addon +| `clean` | Removes the `build` directory if it exists +| `configure` | Generates project build files for the current platform +| `rebuild` | Runs `clean`, `configure` and `build` all in a row +| `install` | Installs Node.js header files for the given version +| `list` | Lists the currently installed Node.js header versions +| `remove` | Removes the Node.js header files for the given version + + +## Command Options + +`node-gyp` accepts the following command options: + +| **Command** | **Description** +|:----------------------------------|:------------------------------------------ +| `-j n`, `--jobs n` | Run `make` in parallel. The value `max` will use all available CPU cores +| `--target=v6.2.1` | Node.js version to build for (default is `process.version`) +| `--silly`, `--loglevel=silly` | Log all progress to console +| `--verbose`, `--loglevel=verbose` | Log most progress to console +| `--silent`, `--loglevel=silent` | Don't log anything to console +| `debug`, `--debug` | Make Debug build (default is `Release`) +| `--release`, `--no-debug` | Make Release build +| `-C $dir`, `--directory=$dir` | Run command in different directory +| `--make=$make` | Override `make` command (e.g. `gmake`) +| `--thin=yes` | Enable thin static libraries +| `--arch=$arch` | Set target architecture (e.g. ia32) +| `--tarball=$path` | Get headers from a local tarball +| `--devdir=$path` | SDK download directory (default is OS cache directory) +| `--ensure` | Don't reinstall headers if already present +| `--dist-url=$url` | Download header tarball from custom URL +| `--proxy=$url` | Set HTTP(S) proxy for downloading header tarball +| `--noproxy=$urls` | Set urls to ignore proxies when downloading header tarball +| `--cafile=$cafile` | Override default CA chain (to download tarball) +| `--nodedir=$path` | Set the path to the node source code +| `--python=$path` | Set path to the Python binary +| `--msvs_version=$version` | Set Visual Studio version (Windows only) +| `--solution=$solution` | Set Visual Studio Solution version (Windows only) +| `--force-process-config` | Force using runtime's `process.config` object to generate `config.gypi` file + +## Configuration + +### Environment variables + +Use the form `npm_config_OPTION_NAME` for any of the command options listed +above (dashes in option names should be replaced by underscores). + +For example, to set `devdir` equal to `/tmp/.gyp`, you would: + +Run this on Unix: + +```bash +export npm_config_devdir=/tmp/.gyp +``` + +Or this on Windows: + +```console +set npm_config_devdir=c:\temp\.gyp +``` + +### `npm` configuration for npm versions before v9 + +Use the form `OPTION_NAME` for any of the command options listed above. + +For example, to set `devdir` equal to `/tmp/.gyp`, you would run: + +```bash +npm config set [--global] devdir /tmp/.gyp +``` + +**Note:** Configuration set via `npm` will only be used when `node-gyp` +is run via `npm`, not when `node-gyp` is run directly. + +## License + +`node-gyp` is available under the MIT license. See the [LICENSE +file](LICENSE) for details. diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/SECURITY.md b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/SECURITY.md new file mode 100644 index 00000000..1e168d76 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/SECURITY.md @@ -0,0 +1,2 @@ +If you believe you have found a security issue in the software in this +repository, please consult https://github.com/nodejs/node/blob/HEAD/SECURITY.md. \ No newline at end of file diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/addon.gypi b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/addon.gypi new file mode 100644 index 00000000..b4ac369a --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/addon.gypi @@ -0,0 +1,204 @@ +{ + 'variables' : { + 'node_engine_include_dir%': 'deps/v8/include', + 'node_host_binary%': 'node', + 'node_with_ltcg%': 'true', + }, + 'target_defaults': { + 'type': 'loadable_module', + 'win_delay_load_hook': 'true', + 'product_prefix': '', + + 'conditions': [ + [ 'node_engine=="chakracore"', { + 'variables': { + 'node_engine_include_dir%': 'deps/chakrashim/include' + }, + }] + ], + + 'include_dirs': [ + '<(node_root_dir)/include/node', + '<(node_root_dir)/src', + '<(node_root_dir)/deps/openssl/config', + '<(node_root_dir)/deps/openssl/openssl/include', + '<(node_root_dir)/deps/uv/include', + '<(node_root_dir)/deps/zlib', + '<(node_root_dir)/<(node_engine_include_dir)' + ], + 'defines!': [ + 'BUILDING_UV_SHARED=1', # Inherited from common.gypi. + 'BUILDING_V8_SHARED=1', # Inherited from common.gypi. + ], + 'defines': [ + 'NODE_GYP_MODULE_NAME=>(_target_name)', + 'USING_UV_SHARED=1', + 'USING_V8_SHARED=1', + # Warn when using deprecated V8 APIs. + 'V8_DEPRECATION_WARNINGS=1' + ], + + 'target_conditions': [ + ['_type=="loadable_module"', { + 'product_extension': 'node', + 'defines': [ + 'BUILDING_NODE_EXTENSION' + ], + 'xcode_settings': { + 'OTHER_LDFLAGS': [ + '-undefined dynamic_lookup' + ], + }, + }], + + ['_type=="static_library"', { + # set to `1` to *disable* the -T thin archive 'ld' flag. + # older linkers don't support this flag. + 'standalone_static_library': '<(standalone_static_library)' + }], + + ['_type!="executable"', { + 'conditions': [ + [ 'OS=="android"', { + 'cflags!': [ '-fPIE' ], + }] + ] + }], + + ['_win_delay_load_hook=="true"', { + # If the addon specifies `'win_delay_load_hook': 'true'` in its + # binding.gyp, link a delay-load hook into the DLL. This hook ensures + # that the addon will work regardless of whether the node/iojs binary + # is named node.exe, iojs.exe, or something else. + 'conditions': [ + [ 'OS=="win"', { + 'defines': [ 'HOST_BINARY=\"<(node_host_binary)<(EXECUTABLE_SUFFIX)\"', ], + 'sources': [ + '<(node_gyp_dir)/src/win_delay_load_hook.cc', + ], + 'msvs_settings': { + 'VCLinkerTool': { + 'DelayLoadDLLs': [ '<(node_host_binary)<(EXECUTABLE_SUFFIX)' ], + # Don't print a linker warning when no imports from either .exe + # are used. + 'AdditionalOptions': [ '/ignore:4199' ], + }, + }, + }], + ], + }], + ], + + 'conditions': [ + [ 'OS=="mac"', { + 'defines': [ + '_DARWIN_USE_64_BIT_INODE=1' + ], + 'xcode_settings': { + 'DYLIB_INSTALL_NAME_BASE': '@rpath' + }, + }], + [ 'OS=="aix"', { + 'ldflags': [ + '-Wl,-bimport:<(node_exp_file)' + ], + }], + [ 'OS=="os400"', { + 'ldflags': [ + '-Wl,-bimport:<(node_exp_file)' + ], + }], + [ 'OS=="zos"', { + 'conditions': [ + [ '"' + # needs to have dll-interface to be used by + # clients of class 'node::ObjectWrap' + 4251 + ], + }, { + # OS!="win" + 'defines': [ + '_LARGEFILE_SOURCE', + '_FILE_OFFSET_BITS=64' + ], + }], + [ 'OS in "freebsd openbsd netbsd solaris android" or \ + (OS=="linux" and target_arch!="ia32")', { + 'cflags': [ '-fPIC' ], + }], + ] + } +} diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/bin/node-gyp.js b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/bin/node-gyp.js new file mode 100755 index 00000000..f8317b47 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/bin/node-gyp.js @@ -0,0 +1,138 @@ +#!/usr/bin/env node + +'use strict' + +process.title = 'node-gyp' + +const envPaths = require('env-paths') +const gyp = require('../') +const log = require('../lib/log') +const os = require('os') + +/** + * Process and execute the selected commands. + */ + +const prog = gyp() +let completed = false +prog.parseArgv(process.argv) +prog.devDir = prog.opts.devdir + +const homeDir = os.homedir() +if (prog.devDir) { + prog.devDir = prog.devDir.replace(/^~/, homeDir) +} else if (homeDir) { + prog.devDir = envPaths('node-gyp', { suffix: '' }).cache +} else { + throw new Error( + "node-gyp requires that the user's home directory is specified " + + 'in either of the environmental variables HOME or USERPROFILE. ' + + 'Overide with: --devdir /path/to/.node-gyp') +} + +if (prog.todo.length === 0) { + if (~process.argv.indexOf('-v') || ~process.argv.indexOf('--version')) { + log.stdout('v%s', prog.version) + } else { + log.stdout('%s', prog.usage()) + } + process.exit(0) +} + +log.info('it worked if it ends with', 'ok') +log.verbose('cli', process.argv) +log.info('using', 'node-gyp@%s', prog.version) +log.info('using', 'node@%s | %s | %s', process.versions.node, process.platform, process.arch) + +/** + * Change dir if -C/--directory was passed. + */ + +const dir = prog.opts.directory +if (dir) { + const fs = require('fs') + try { + const stat = fs.statSync(dir) + if (stat.isDirectory()) { + log.info('chdir', dir) + process.chdir(dir) + } else { + log.warn('chdir', dir + ' is not a directory') + } + } catch (e) { + if (e.code === 'ENOENT') { + log.warn('chdir', dir + ' is not a directory') + } else { + log.warn('chdir', 'error during chdir() "%s"', e.message) + } + } +} + +async function run () { + const command = prog.todo.shift() + if (!command) { + // done! + completed = true + log.info('ok') + return + } + + try { + const args = await prog.commands[command.name](command.args) ?? [] + + if (command.name === 'list') { + if (args.length) { + args.forEach((version) => log.stdout(version)) + } else { + log.stdout('No node development files installed. Use `node-gyp install` to install a version.') + } + } else if (args.length >= 1) { + log.stdout(...args.slice(1)) + } + + // now run the next command in the queue + return run() + } catch (err) { + log.error(command.name + ' error') + log.error('stack', err.stack) + errorMessage() + log.error('not ok') + return process.exit(1) + } +} + +process.on('exit', function (code) { + if (!completed && !code) { + log.error('Completion callback never invoked!') + issueMessage() + process.exit(6) + } +}) + +process.on('uncaughtException', function (err) { + log.error('UNCAUGHT EXCEPTION') + log.error('stack', err.stack) + issueMessage() + process.exit(7) +}) + +function errorMessage () { + // copied from npm's lib/utils/error-handler.js + const os = require('os') + log.error('System', os.type() + ' ' + os.release()) + log.error('command', process.argv + .map(JSON.stringify).join(' ')) + log.error('cwd', process.cwd()) + log.error('node -v', process.version) + log.error('node-gyp -v', 'v' + prog.package.version) +} + +function issueMessage () { + errorMessage() + log.error('', ['Node-gyp failed to build your package.', + 'Try to update npm and/or node-gyp and if it does not help file an issue with the package author.' + ].join('\n')) +} + +// start running the given commands! +run() diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/eslint.config.js b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/eslint.config.js new file mode 100644 index 00000000..5212dc93 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/eslint.config.js @@ -0,0 +1,3 @@ +'use strict' + +module.exports = require('neostandard')({}) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/.release-please-manifest.json b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/.release-please-manifest.json new file mode 100644 index 00000000..1f911381 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/.release-please-manifest.json @@ -0,0 +1,3 @@ +{ + ".": "0.19.1" +} diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/LICENSE b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/LICENSE new file mode 100644 index 00000000..c6944c5e --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/LICENSE @@ -0,0 +1,28 @@ +Copyright (c) 2020 Node.js contributors. All rights reserved. +Copyright (c) 2009 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/data/ninja/build.ninja b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/data/ninja/build.ninja new file mode 100644 index 00000000..2400dbb1 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/data/ninja/build.ninja @@ -0,0 +1,4 @@ +rule cc + command = cc $in $out + +build my.out: cc my.in diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc new file mode 100644 index 00000000..8bca5108 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc @@ -0,0 +1,12 @@ +// Copyright (c) 2013 Google Inc. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// This file is used to generate an empty .pdb -- with a 4KB pagesize -- that is +// then used during the final link for modules that have large PDBs. Otherwise, +// the linker will generate a pdb with a page size of 1KB, which imposes a limit +// of 1GB on the .pdb. By generating an initial empty .pdb with the compiler +// (rather than the linker), this limit is avoided. With this in place PDBs may +// grow to 2GB. +// +// This file is referenced by the msvs_large_pdb mechanism in MSVSUtil.py. diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/GypVsCMake.md b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/GypVsCMake.md new file mode 100644 index 00000000..6d659a61 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/GypVsCMake.md @@ -0,0 +1,116 @@ +# vs. CMake + +GYP was originally created to generate native IDE project files (Visual Studio, Xcode) for building [Chromium](http://www.chromim.org). + +The functionality of GYP is very similar to the [CMake](http://www.cmake.org) +build tool. Bradley Nelson wrote up the following description of why the team +created GYP instead of using CMake. The text below is copied from +http://www.mail-archive.com/webkit-dev@lists.webkit.org/msg11029.html + +``` + +Re: [webkit-dev] CMake as a build system? +Bradley Nelson +Mon, 19 Apr 2010 22:38:30 -0700 + +Here's the innards of an email with a laundry list of stuff I came up with a +while back on the gyp-developers list in response to Mike Craddick regarding +what motivated gyp's development, since we were aware of cmake at the time +(we'd even started a speculative port): + + +I did an exploratory port of portions of Chromium to cmake (I think I got as +far as net, base, sandbox, and part of webkit). +There were a number of motivations, not all of which would apply to other +projects. Also, some of the design of gyp was informed by experience at +Google with large projects built wholly from source, leading to features +absent from cmake, but not strictly required for Chromium. + +1. Ability to incrementally transition on Windows. It took us about 6 months +to switch fully to gyp. Previous attempts to move to scons had taken a long +time and failed, due to the requirement to transition while in flight. For a +substantial period of time, we had a hybrid of checked in vcproj and gyp generated +vcproj. To this day we still have a good number of GUIDs pinned in the gyp files, +because different parts of our release pipeline have leftover assumptions +regarding manipulating the raw sln/vcprojs. This transition occurred from +the bottom up, largely because modules like base were easier to convert, and +had a lower churn rate. During early stages of the transition, the majority +of the team wasn't even aware they were using gyp, as it integrated into +their existing workflow, and only affected modules that had been converted. + +2. Generation of a more 'normal' vcproj file. Gyp attempts, particularly on +Windows, to generate vcprojs which resemble hand generated projects. It +doesn't generate any Makefile type projects, but instead produces msvs +Custom Build Steps and Custom Build Rules. This makes the resulting projects +easier to understand from the IDE and avoids parts of the IDE that simply +don't function correctly if you use Makefile projects. Our early hope with +gyp was to support the least common denominator of features present in each +of the platform specific project file formats, rather than falling back on +generated Makefiles/shell scripts to emulate some common abstraction. CMake by +comparison makes a good faith attempt to use native project features, but +falls back on generated scripts in order to preserve the same semantics on +each platforms. + +3. Abstraction on the level of project settings, rather than command line +flags. In gyp's syntax you can add nearly any option present in a hand +generated xcode/vcproj file. This allows you to use abstractions built into +the IDEs rather than reverse engineering them possibly incorrectly for +things like: manifest generation, precompiled headers, bundle generation. +When somebody wants to use a particular menu option from msvs, I'm able to +do a web search on the name of the setting from the IDE and provide them +with a gyp stanza that does the equivalent. In many cases, not all project +file constructs correspond to command line flags. + +4. Strong notion of module public/private interface. Gyp allows targets to +publish a set of direct_dependent_settings, specifying things like +include_dirs, defines, platforms specific settings, etc. This means that +when module A depends on module B, it automatically acquires the right build +settings without module A being filled with assumptions/knowledge of exactly +how module B is built. Additionally, all of the transitive dependencies of +module B are pulled in. This avoids their being a single top level view of +the project, rather each gyp file expresses knowledge about its immediate +neighbors. This keep local knowledge local. CMake effectively has a large +shared global namespace. + +5. Cross platform generation. CMake is not able to generate all project +files on all platforms. For example xcode projects cannot be generated from +windows (cmake uses mac specific libraries to do project generation). This +means that for instance generating a tarball containing pregenerated +projects for all platforms is hard with Cmake (requires distribution to +several machine types). + +6. Gyp has rudimentary cross compile support. Currently we've added enough +functionality to gyp to support x86 -> arm cross compiles. Last I checked +this functionality wasn't present in cmake. (This occurred later). + + +That being said there are a number of drawbacks currently to gyp: + +1. Because platform specific settings are expressed at the project file +level (rather than the command line level). Settings which might otherwise +be shared in common between platforms (flags to gcc on mac/linux), end up +being repeated twice. Though in fairness there is actually less sharing here +than you'd think. include_dirs and defines actually represent 90% of what +can be typically shared. + +2. CMake may be more mature, having been applied to a broader range of +projects. There a number of 'tool modules' for cmake, which are shared in a +common community. + +3. gyp currently makes some nasty assumptions about the availability of +chromium's hermetic copy of cygwin on windows. This causes you to either +have to special case a number of rules, or swallow this copy of cygwin as a +build time dependency. + +4. CMake includes a fairly readable imperative language. Currently Gyp has a +somewhat poorly specified declarative language (variable expansion happens +in sometimes weird and counter-intuitive ways). In fairness though, gyp assumes +that external python scripts can be used as an escape hatch. Also gyp avoids +a lot of the things you'd need imperative code for, by having a nice target +settings publication mechanism. + +5. (Feature/drawback depending on personal preference). Gyp's syntax is +DEEPLY nested. It suffers from all of Lisp's advantages and drawbacks. + +-BradN +``` diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/Hacking.md b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/Hacking.md new file mode 100644 index 00000000..b00783bd --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/Hacking.md @@ -0,0 +1,46 @@ +# Hacking + +## Getting the sources + +Git is required to hack on anything, you can set up a git clone of GYP +as follows: + +``` +mkdir foo +cd foo +git clone git@github.com:nodejs/gyp-next.git +cd gyp +``` + +(this will clone gyp underneath it into `foo/gyp`. +`foo` can be any directory name you want. Once you've done that, +you can use the repo like anything other Git repo. + +## Testing your change + +GYP has a suite of tests which you can run with the provided test driver +to make sure your changes aren't breaking anything important. + +You run the test driver with e.g. + +``` sh +$ python -m pip install --upgrade pip setuptools +$ pip install --editable ".[dev]" +$ python -m pytest +``` + +See [Testing](Testing.md) for more details on the test framework. + +Note that it can be handy to look at the project files output by the tests +to diagnose problems. The easiest way to do that is by kindly asking the +test driver to leave the temporary directories it creates in-place. +This is done by setting the environment variable "PRESERVE", e.g. + +``` +set PRESERVE=all # On Windows +export PRESERVE=all # On saner platforms. +``` + +## Reviewing your change + +All changes to GYP must be code reviewed before submission. diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/InputFormatReference.md b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/InputFormatReference.md new file mode 100644 index 00000000..2b2c180f --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/InputFormatReference.md @@ -0,0 +1,1080 @@ +# Input Format Reference + +## Primitive Types + +The following primitive types are found within input files: + + * String values, which may be represented by enclosing them in + `'single quotes'` or `"double quotes"`. By convention, single + quotes are used. + * Integer values, which are represented in decimal without any special + decoration. Integers are fairly rare in input files, but have a few + applications in boolean contexts, where the convention is to + represent true values with `1` and false with `0`. + * Lists, which are represented as a sequence of items separated by + commas (`,`) within square brackets (`[` and `]`). A list may + contain any other primitive types, including other lists. + Generally, each item of a list must be of the same type as all other + items in the list, but in some cases (such as within `conditions` + sections), the list structure is more tightly specified. A trailing + comma is permitted. + + This example list contains three string values. + + ``` + [ 'Generate', 'Your', 'Projects', ] + ``` + + * Dictionaries, which map keys to values. All keys are strings. + Values may be of any other primitive type, including other + dictionaries. A dictionary is enclosed within curly braces (`{` and + `}`). Keys precede values, separated by a colon (`:`). Successive + dictionary entries are separated by commas (`,`). A trailing comma + is permitted. It is an error for keys to be duplicated within a + single dictionary as written in an input file, although keys may + replace other keys during [merging](#Merging). + + This example dictionary maps each of three keys to different values. + + ``` + { + 'inputs': ['version.c.in'], + 'outputs': ['version.c'], + 'process_outputs_as_sources': 1, + } + ``` + +## Overall Structure + +A GYP input file is organized as structured data. At the root scope of +each `.gyp` or `.gypi` (include) file is a dictionary. The keys and +values of this dictionary, along with any descendants contained within +the values, provide the data contained within the file. This data is +given meaning by interpreting specific key names and their associated +values in specific ways (see [Settings Keys](#Settings_Keys)). + +### Comments (#) + +Within an input file, a comment is introduced by a pound sign (`#`) not +within a string. Any text following the pound sign, up until the end of +the line, is treated as a comment. + +#### Example + +``` +{ + 'school_supplies': [ + 'Marble composition book', + 'Sharp #2 pencil', + 'Safety scissors', # You still shouldn't run with these + ], +} +``` + +In this example, the # in `'Sharp #2 pencil'` is not taken as +introducing a comment because it occurs within a string, but the text +after `'Safety scissors'` is treated as a comment having no impact on +the data within the file. + +## Merging + +### Merge Basics (=, ?, +) + +Many operations on GYP input files occurs by merging dictionary and list +items together. During merge operations, it is important to recognize +the distinction between source and destination values. Items from the +source value are merged into the destination, which leaves the source +unchanged and the destination modified by the source. A dictionary may +only be merged into another dictionary, and a list may only be merged +into another list. + + * When merging a dictionary, for each key in the source: + * If the key does not exist in the destination dictionary, insert it + and copy the associated value directly. + * If the key does exist: + * If the associated value is a dictionary, perform the dictionary + merging procedure using the source's and destination's value + dictionaries. + * If the associated value is a list, perform the list merging + procedure using the source's and destination's value lists. + * If the associated value is a string or integer, the destination + value is replaced by the source value. + * When merging a list, merge according to the suffix appended to the + key name, if the list is a value within a dictionary. + * If the key ends with an equals sign (`=`), the policy is for the + source list to completely replace the destination list if it + exists. _Mnemonic: `=` for assignment._ + * If the key ends with a question mark (`?`), the policy is for the + source list to be set as the destination list only if the key is + not already present in the destination. _Mnemonic: `?` for + conditional assignment_. + * If the key ends with a plus sign (`+`), the policy is for the + source list contents to be prepended to the destination list. + _Mnemonic: `+` for addition or concatenation._ + * If the list key is undecorated, the policy is for the source list + contents to be appended to the destination list. This is the + default list merge policy. + +#### Example + +Source dictionary: + +``` +{ + 'include_dirs+': [ + 'shared_stuff/public', + ], + 'link_settings': { + 'libraries': [ + '-lshared_stuff', + ], + }, + 'test': 1, +} +``` + +Destination dictionary: + +``` +{ + 'target_name': 'hello', + 'sources': [ + 'kitty.cc', + ], + 'include_dirs': [ + 'headers', + ], + 'link_settings': { + 'libraries': [ + '-lm', + ], + 'library_dirs': [ + '/usr/lib', + ], + }, + 'test': 0, +} +``` + +Merged dictionary: + +``` +{ + 'target_name': 'hello', + 'sources': [ + 'kitty.cc', + ], + 'include_dirs': [ + 'shared_stuff/public', # Merged, list item prepended due to include_dirs+ + 'headers', + ], + 'link_settings': { + 'libraries': [ + '-lm', + '-lshared_stuff', # Merged, list item appended + ], + 'library_dirs': [ + '/usr/lib', + ], + }, + 'test': 1, # Merged, int value replaced +} +``` + +## Pathname Relativization + +In a `.gyp` or `.gypi` file, many string values are treated as pathnames +relative to the file in which they are defined. + +String values associated with the following keys, or contained within +lists associated with the following keys, are treated as pathnames: + + * destination + * files + * include\_dirs + * inputs + * libraries + * outputs + * sources + * mac\_bundle\_resources + * mac\_framework\_dirs + * msvs\_cygwin\_dirs + * msvs\_props + +Additionally, string values associated with keys ending in the following +suffixes, or contained within lists associated with keys ending in the +following suffixes, are treated as pathnames: + + * `_dir` + * `_dirs` + * `_file` + * `_files` + * `_path` + * `_paths` + +However, any string value beginning with any of these characters is +excluded from pathname relativization: + + * `/` for identifying absolute paths. + * `$` for introducing build system variable expansions. + * `-` to support specifying such items as `-llib`, meaning “library + `lib` in the library search path.” + * `<`, `>`, and `!` for GYP expansions. + +When merging such relative pathnames, they are adjusted so that they can +remain valid relative pathnames, despite being relative to a new home. + +#### Example + +Source dictionary from `../build/common.gypi`: + +``` +{ + 'include_dirs': ['include'], # Treated as relative to ../build + 'libraries': ['-lz'], # Not treated as a pathname, begins with a dash + 'defines': ['NDEBUG'], # defines does not contain pathnames +} +``` + +Target dictionary, from `base.gyp`: + +``` +{ + 'sources': ['string_util.cc'], +} +``` + +Merged dictionary: + +``` +{ + 'sources': ['string_util.cc'], + 'include_dirs': ['../build/include'], + 'libraries': ['-lz'], + 'defines': ['NDEBUG'], +} +``` + +Because of pathname relativization, after the merge is complete, all of +the pathnames in the merged dictionary are valid relative to the +directory containing `base.gyp`. + +## List Singletons + +Some list items are treated as singletons, and the list merge process +will enforce special rules when merging them. At present, any string +item in a list that does not begin with a dash (`-`) is treated as a +singleton, although **this is subject to change.** When appending or +prepending a singleton to a list, if the item is already in the list, +only the earlier instance is retained in the merged list. + +#### Example + +Source dictionary: + +``` +{ + 'defines': [ + 'EXPERIMENT=1', + 'NDEBUG', + ], +} +``` + +Destination dictionary: + +``` +{ + 'defines': [ + 'NDEBUG', + 'USE_THREADS', + ], +} +``` + +Merged dictionary: + +``` +{ + 'defines': [ + 'NDEBUG', + 'USE_THREADS', + 'EXPERIMENT=1', # Note that NDEBUG is not appended after this. + ], +} +``` + +## Including Other Files + +If the `-I` (`--include`) argument was used to invoke GYP, any files +specified will be implicitly merged into the root dictionary of all +`.gyp` files. + +An [includes](#includes) section may be placed anywhere within a +`.gyp` or `.gypi` (include) file. `includes` sections contain lists of +other files to include. They are processed sequentially and merged into +the enclosing dictionary at the point that the `includes` section was +found. `includes` sections at the root of a `.gyp` file dictionary are +merged after any `-I` includes from the command line. + +[includes](#includes) sections are processed immediately after a file is +loaded, even before [variable and conditional +processing](#Variables_and_Conditionals), so it is not possible to +include a file based on a [variable reference](#Variable_Expansions). +While it would be useful to be able to include files based on variable +expansions, it is most likely more useful to allow included files access +to variables set by the files that included them. + +An [includes](#includes) section may, however, be placed within a +[conditional](#Conditionals) section. The included file itself will +be loaded unconditionally, but its dictionary will be discarded if the +associated condition is not true. + +## Variables and Conditionals + +### Variables + +There are three main types of variables within GYP. + + * Predefined variables. By convention, these are named with + `CAPITAL_LETTERS`. Predefined variables are set automatically by + GYP. They may be overridden, but it is not advisable to do so. See + [Predefined Variables](#Predefined_Variables) for a list of + variables that GYP provides. + * User-defined variables. Within any dictionary, a key named + `variables` can be provided, containing a mapping between variable + names (keys) and their contents (values), which may be strings, + integers, or lists of strings. By convention, user-defined + variables are named with `lowercase_letters`. + * Automatic variables. Within any dictionary, any key with a string + value has a corresponding automatic variable whose name is the same + as the key name with an underscore (`_`) prefixed. For example, if + your dictionary contains `type: 'static_library'`, an automatic + variable named `_type` will be provided, and its value will be a + string, `'static_library'`. + +Variables are inherited from enclosing scopes. + +### Providing Default Values for Variables (%) + +Within a `variables` section, keys named with percent sign (`%`) +suffixes mean that the variable should be set only if it is undefined at +the time it is processed. This can be used to provide defaults for +variables that would otherwise be undefined, so that they may reliably +be used in [variable expansion or conditional +processing](#Variables_and_Conditionals). + +### Predefined Variables + +Each GYP generator module provides defaults for the following variables: + + * `OS`: The name of the operating system that the generator produces + output for. Common values for values for `OS` are: + + * `'linux'` + * `'mac'` + * `'win'` + + But other values may be encountered and this list should not be + considered exhaustive. The `gypd` (debug) generator module does not + provide a predefined value for `OS`. When invoking GYP with the + `gypd` module, if a value for `OS` is needed, it must be provided on + the command line, such as `gyp -f gypd -DOS=mac`. + + GYP generators also provide defaults for these variables. They may + be expressed in terms of variables used by the build system that + they generate for, often in `$(VARIABLE)` format. For example, the + GYP `PRODUCT_DIR` variable maps to the Xcode `BUILT_PRODUCTS_DIR` + variable, so `PRODUCT_DIR` is defined by the Xcode generator as + `$(BUILT_PRODUCTS_DIR)`. + * `EXECUTABLE_PREFIX`: A prefix, if any, applied to executable names. + Usually this will be an empty string. + * `EXECUTABLE_SUFFIX`: A suffix, if any, applied to executable names. + On Windows, this will be `.exe`, elsewhere, it will usually be an + empty string. + * `INTERMEDIATE_DIR`: A directory that can be used to place + intermediate build results in. `INTERMEDIATE_DIR` is only + guaranteed to be accessible within a single target (See targets). + This variable is most useful within the context of rules and actions + (See rules, See actions). Compare with `SHARED_INTERMEDIATE_DIR`. + * `PRODUCT_DIR`: The directory in which the primary output of each + target, such as executables and libraries, is placed. + * `RULE_INPUT_ROOT`: The base name for the input file (e.g. "`foo`"). + See Rules. + * `RULE_INPUT_EXT`: The file extension for the input file (e.g. + "`.cc`"). See Rules. + * `RULE_INPUT_NAME`: Full name of the input file (e.g. "`foo.cc`"). + See Rules. + * `RULE_INPUT_PATH`: Full path to the input file (e.g. + "`/bar/foo.cc`"). See Rules. + * `SHARED_INTERMEDIATE_DIR`: A directory that can be used to place + intermediate build results in, and have them be accessible to other + targets. Unlike `INTERMEDIATE_DIR`, each target in a project, + possibly spanning multiple `.gyp` files, shares the same + `SHARED_INTERMEDIATE_DIR`. + +The following additional predefined variables may be available under +certain circumstances: + + * `DEPTH`. When GYP is invoked with a `--depth` argument, when + processing any `.gyp` file, `DEPTH` will be a relative path from the + `.gyp` file to the directory specified by the `--depth` argument. + +### User-Defined Variables + +A user-defined variable may be defined in terms of other variables, but +not other variables that have definitions provided in the same scope. + +### Variable Expansions (<, >, <@, >@) + +GYP provides two forms of variable expansions, “early” or “pre” +expansions, and “late,” “post,” or “target” expansions. They have +similar syntax, differing only in the character used to introduce them. + + * Early expansions are introduced by a less-than (`<`) character. + _Mnemonic: the arrow points to the left, earlier on a timeline._ + * Late expansions are introduced by a less-than (`>`) character. + _Mnemonic: the arrow points to the right, later on a timeline._ + +The difference the two phases of expansion is described in [Early and +Late Phases](#Early_and_Late_Phases). + +These characters were chosen based upon the requirement that they not +conflict with the variable format used natively by build systems. While +the dollar sign (`$`) is the most natural fit for variable expansions, +its use was ruled out because most build systems already use that +character for their own variable expansions. Using different characters +means that no escaping mechanism was needed to differentiate between GYP +variables and build system variables, and writing build system variables +into GYP files is not cumbersome. + +Variables may contain lists or strings, and variable expansions may +occur in list or string context. There are variant forms of variable +expansions that may be used to determine how each type of variable is to +be expanded in each context. + + * When a variable is referenced by `<(VAR)` or `>(VAR)`: + * If `VAR` is a string, the variable reference within the string is + replaced by variable's string value. + * If `VAR` is a list, the variable reference within the string is + replaced by a string containing the concatenation of all of the + variable’s list items. Generally, the items are joined with + spaces between each, but the specific behavior is + generator-specific. The precise encoding used by any generator + should be one that would allow each list item to be treated as a + separate argument when used as program arguments on the system + that the generator produces output for. + * When a variable is referenced by `<@(VAR)` or `>@(VAR)`: + * The expansion must occur in list context. + * The list item must be `'<@(VAR)'` or `'>@(VAR)'` exactly. + * If `VAR` is a list, each of its elements are inserted into the + list in which expansion is taking place, replacing the list item + containing the variable reference. + * If `VAR` is a string, the string is converted to a list which is + inserted into the list in which expansion is taking place as + above. The conversion into a list is generator-specific, but + generally, spaces in the string are taken as separators between + list items. The specific method of converting the string to a + list should be the inverse of the encoding method used to expand + list variables in string context, above. + +GYP treats references to undefined variables as errors. + +### Command Expansions (` form + of [variable expansions](#Variable_Expansions), + and on the `!` form of [command + expansions](#Command_Expansions_(!,_!@)). + +These two phases are provided because there are some circumstances in +which each is desirable. + +The “early” phase is appropriate for most expansions and evaluations. +“Early” expansions and evaluations may be performed anywhere within any +`.gyp` or `.gypi` file. + +The “late” phase is appropriate when expansion or evaluation must be +deferred until a specific section has been merged into target context. +“Late” expansions and evaluations only occur within `targets` sections +and their descendants. The typical use case for a late-phase expansion +is to provide, in some globally-included `.gypi` file, distinct +behaviors depending on the specifics of a target. + +#### Example + +Given this input: + +``` +{ + 'target_defaults': { + 'target_conditions': [ + ['_type=="shared_library"', {'cflags': ['-fPIC']}], + ], + }, + 'targets': [ + { + 'target_name': 'sharing_is_caring', + 'type': 'shared_library', + }, + { + 'target_name': 'static_in_the_attic', + 'type': 'static_library', + }, + ] +} +``` + +The conditional needs to be evaluated only in target context; it is +nonsense outside of target context because no `_type` variable is +defined. [target\_conditions](#target_conditions) allows evaluation +to be deferred until after the [targets](#targets) sections are +merged into their copies of [target\_defaults](#target_defaults). +The resulting targets, after “late” phase processing: + +``` +{ + 'targets': [ + { + 'target_name': 'sharing_is_caring', + 'type': 'shared_library', + 'cflags': ['-fPIC'], + }, + { + 'target_name': 'static_in_the_attic', + 'type': 'static_library', + }, + ] +} +``` + +### Expansion and Evaluation Performed Simultaneously + +During any expansion and evaluation phase, both expansion and evaluation +are performed simultaneously. The process for handling variable +expansions and conditional evaluation within a dictionary is: + + * Load [automatic variables](#Variables) (those with leading + underscores). + * If a [variables](#variables) section is present, recurse into its + dictionary. This allows [conditionals](#Conditionals) to be + present within the `variables` dictionary. + * Load [Variables user-defined variables](#User-Defined) from the + [variables](#variables) section. + * For each string value in the dictionary, perform [variable + expansion](#Variable_Expansions) and, if operating + during the “late” phase, [command + expansions](#Command_Expansions). + * Reload [automatic variables](#Variables) and [Variables + user-defined variables](#User-Defined) because the variable + expansion step may have resulted in changes to the automatic + variables. + * If a [conditions](#conditions) or + [target\_conditions](#target_conditions) section (depending on + phase) is present, recurse into its dictionary. This is done after + variable expansion so that conditionals may take advantage of + expanded automatic variables. + * Evaluate [conditionals](#Conditionals). + * Reload [automatic variables](#Variables) and [Variables + user-defined variables](#User-Defined) because the conditional + evaluation step may have resulted in changes to the automatic + variables. + * Recurse into child dictionaries or lists that have not yet been + processed. + +One quirk of this ordering is that you cannot expect a +[variables](#variables) section within a dictionary’s +[conditional](#Conditionals) to be effective in the dictionary +itself, but the added variables will be effective in any child +dictionaries or lists. It is thought to be far more worthwhile to +provide resolved [automatic variables](#Variables) to +[conditional](#Conditionals) sections, though. As a workaround, to +conditionalize variable values, place a [conditions](#conditions) or +[target\_conditions](#target_conditions) section within the +[variables](#variables) section. + +## Dependencies and Dependents + +In GYP, “dependents” are targets that rely on other targets, called +“dependencies.” Dependents declare their reliance with a special +section within their target dictionary, +[dependencies](#dependencies). + +### Dependent Settings + +It is useful for targets to “advertise” settings to their dependents. +For example, a target might require that all of its dependents add +certain directories to their include paths, link against special +libraries, or define certain preprocessor macros. GYP allows these +cases to be handled gracefully with “dependent settings” sections. +There are three types of such sections: + + * [direct\_dependent\_settings](#direct_dependent_settings), which + advertises settings to a target's direct dependents only. + * [all\_dependent\_settings](#all_dependnet_settings), which + advertises settings to all of a target's dependents, both direct and + indirect. + * [link\_settings](#link_settings), which contains settings that + should be applied when a target’s object files are used as linker + input. + +Furthermore, in some cases, a target needs to pass its dependencies’ +settings on to its own dependents. This might happen when a target’s +own public header files include header files provided by its dependency. +[export\_dependent\_settings](#export_dependent_settings) allows a +target to declare dependencies for which +[direct\_dependent\_settings](#direct_dependent_settings) should be +passed through to its own dependents. + +Dependent settings processing merges a copy of the relevant dependent +settings dictionary from a dependency into its relevant dependent +targets. + +In most instances, +[direct\_dependent\_settings](#direct_dependent_settings) will be +used. There are very few cases where +[all\_dependent\_settings](#all_dependent_settings) is actually +correct; in most of the cases where it is tempting to use, it would be +preferable to declare +[export\_dependent\_settings](#export_dependent_settings). Most +[libraries](#libraries) and [library\_dirs](#library_dirs) +sections should be placed within [link\_settings](#link_settings) +sections. + +#### Example + +Given: + +``` +{ + 'targets': [ + { + 'target_name': 'cruncher', + 'type': 'static_library', + 'sources': ['cruncher.cc'], + 'direct_dependent_settings': { + 'include_dirs': ['.'], # dependents need to find cruncher.h. + }, + 'link_settings': { + 'libraries': ['-lm'], # cruncher.cc does math. + }, + }, + { + 'target_name': 'cruncher_test', + 'type': 'executable', + 'dependencies': ['cruncher'], + 'sources': ['cruncher_test.cc'], + }, + ], +} +``` + +After dependent settings processing, the dictionary for `cruncher_test` +will be: + +``` +{ + 'target_name': 'cruncher_test', + 'type': 'executable', + 'dependencies': ['cruncher'], # implies linking against cruncher + 'sources': ['cruncher_test.cc'], + 'include_dirs': ['.'] + 'libraries': ['-lm'], +}, +``` + +If `cruncher` was declared as a `shared_library` instead of a +`static_library`, the `cruncher_test` target would not contain `-lm`, +but instead, `cruncher` itself would link against `-lm`. + +## Linking Dependencies + +The precise meaning of a dependency relationship varies with the +[types](#type) of the [targets](#targets) at either end of the +relationship. In GYP, a dependency relationship can indicate two things +about how targets relate to each other: + + * Whether the dependent target needs to link against the dependency. + * Whether the dependency target needs to be built prior to the + dependent. If the former case is true, this case must be true as + well. + +The analysis of the first item is complicated by the differences between +static and shared libraries. + + * Static libraries are simply collections of object files (`.o` or + `.obj`) that are used as inputs to a linker (`ld` or `link.exe`). + Static libraries don't link against other libraries, they’re + collected together and used when eventually linking a shared library + or executable. + * Shared libraries are linker output and must undergo symbol + resolution. They must link against other libraries (static or + shared) in order to facilitate symbol resolution. They may be used + as libraries in subsequent link steps. + * Executables are also linker output, and also undergo symbol + resolution. Like shared libraries, they must link against static + and shared libraries to facilitate symbol resolution. They may not + be reused as linker inputs in subsequent link steps. + +Accordingly, GYP performs an operation referred to as “static library +dependency adjustment,” in which it makes each linker output target +(shared libraries and executables) link against the static libraries it +depends on, either directly or indirectly. Because the linkable targets +link against these static libraries, they are also made direct +dependents of the static libraries. + +As part of this process, GYP is also able to remove the direct +dependency relationships between two static library targets, as a +dependent static library does not actually need to link against a +dependency static library. This removal facilitates speedier builds +under some build systems, as they are now free to build the two targets +in parallel. The removal of this dependency is incorrect in some cases, +such as when the dependency target contains [rules](#rules) or +[actions](#actions) that generate header files required by the +dependent target. In such cases, the dependency target, the one +providing the side-effect files, must declare itself as a +[hard\_dependency](#hard_dependency). This setting instructs GYP to +not remove the dependency link between two static library targets in its +generated output. + +## Loading Files to Resolve Dependencies + +When GYP runs, it loads all `.gyp` files needed to resolve dependencies +found in [dependencies](#dependencies) sections. These files are not +merged into the files that reference them, but they may contain special +sections that are merged into dependent target dictionaries. + +## Build Configurations + +Explain this. + +## List Filters + +GYP allows list items to be filtered by “exclusions” and “patterns.” +Any list containing string values in a dictionary may have this +filtering applied. For the purposes of this section, a list modified by +exclusions or patterns is referred to as a “base list”, in contrast to +the “exclusion list” and “pattern list” that operates on it. + + * For a base list identified by key name `key`, the `key!` list + provides exclusions. + * For a base list identified by key name `key`, the `key/` list + provides regular expression pattern-based filtering. + +Both `key!` and `key/` may be present. The `key!` exclusion list will +be processed first, followed by the `key/` pattern list. + +Exclusion lists are most powerful when used in conjunction with +[conditionals](#Conditionals). + +## Exclusion Lists (!) + +An exclusion list provides a way to remove items from the related list +based on exact matching. Any item found in an exclusion list will be +removed from the corresponding base list. + +#### Example + +This example excludes files from the `sources` based on the setting of +the `OS` variable. + +``` +{ + 'sources:' [ + 'mac_util.mm', + 'win_util.cc', + ], + 'conditions': [ + ['OS=="mac"', {'sources!': ['win_util.cc']}], + ['OS=="win"', {'sources!': ['mac_util.cc']}], + ], +} +``` + +## Pattern Lists (/) + +Pattern lists are similar to, but more powerful than, [exclusion +lists](#Exclusion_Lists_(!)). Each item in a pattern list is itself +a two-element list. The first item is a string, either `'include'` or +`'exclude'`, specifying the action to take. The second item is a string +specifying a regular expression. Any item in the base list matching the +regular expression pattern will either be included or excluded, based on +the action specified. + +Items in a pattern list are processed in sequence, and an excluded item +that is later included will not be removed from the list (unless it is +subsequently excluded again.) + +Pattern lists are processed after [exclusion +lists](#Exclusion_Lists_(!)), so it is possible for a pattern list to +re-include items previously excluded by an exclusion list. + +Nothing is actually removed from a base list until all items in an +[exclusion list](#Exclusion_Lists_(!)) and pattern list have been +evaluated. This allows items to retain their correct position relative +to one another even after being excluded and subsequently included. + +#### Example + +In this example, a uniform naming scheme is adopted for +platform-specific files. + +``` +{ + 'sources': [ + 'io_posix.cc', + 'io_win.cc', + 'launcher_mac.cc', + 'main.cc', + 'platform_util_linux.cc', + 'platform_util_mac.mm', + ], + 'sources/': [ + ['exclude', '_win\\.cc$'], + ], + 'conditions': [ + ['OS!="linux"', {'sources/': [['exclude', '_linux\\.cc$']]}], + ['OS!="mac"', {'sources/': [['exclude', '_mac\\.cc|mm?$']]}], + ['OS=="win"', {'sources/': [ + ['include', '_win\\.cc$'], + ['exclude', '_posix\\.cc$'], + ]}], + ], +} +``` + +After the pattern list is applied, `sources` will have the following +values, depending on the setting of `OS`: + + * When `OS` is `linux`: `['io_posix.cc', 'main.cc', + 'platform_util_linux.cc']` + * When `OS` is `mac`: `['io_posix.cc', 'launcher_mac.cc', 'main.cc', + 'platform_util_mac.mm']` + * When `OS` is `win`: `['io_win.cc', 'main.cc', + 'platform_util_win.cc']` + +Note that when `OS` is `win`, the `include` for `_win.cc` files is +processed after the `exclude` matching the same pattern, because the +`sources/` list participates in [merging](#Merging) during +[conditional evaluation](#Conditonals) just like any other list +would. This guarantees that the `_win.cc` files, previously +unconditionally excluded, will be re-included when `OS` is `win`. + +## Locating Excluded Items + +In some cases, a GYP generator needs to access to items that were +excluded by an [exclusion list](#Exclusion_Lists_(!)) or [pattern +list](#Pattern_Lists_(/)). When GYP excludes items during processing +of either of these list types, it places the results in an `_excluded` +list. In the example above, when `OS` is `mac`, `sources_excluded` +would be set to `['io_win.cc', 'platform_util_linux.cc']`. Some GYP +generators use this feature to display excluded files in the project +files they generate for the convenience of users, who may wish to refer +to other implementations. + +## Processing Order + +GYP uses a defined and predictable order to execute the various steps +performed between loading files and generating output. + + * Load files. + * Load `.gyp` files. Merge any [command-line + includes](#Including_Other_Files) into each `.gyp` file’s root + dictionary. As [includes](#Including_Other_Files) are found, + load them as well and [merge](#Merging) them into the scope in + which the [includes](#includes) section was found. + * Perform [“early” or “pre”](#Early_and_Late_Phases) [variable + expansion and conditional + evaluation](#Variables_and_Conditionals). + * [Merge](#Merging) each [target’s](#targets) dictionary into + the `.gyp` file’s root [target\_defaults](#target_defaults) + dictionary. + * Scan each [target](#targets) for + [dependencies](#dependencies), and repeat the above steps for + any newly-referenced `.gyp` files not yet loaded. + * Scan each [target](#targets) for wildcard + [dependencies](#dependencies), expanding the wildcards. + * Process [dependent settings](#Dependent_Settings). These + sections are processed, in order: + * [all\_dependent\_settings](#all_dependent_settings) + * [direct\_dependent\_settings](#direct_dependent_settings) + * [link\_dependent\_settings](#link_dependent_settings) + * Perform [static library dependency + adjustment](#Linking_Dependencies). + * Perform [“late,” “post,” or “target”](#Early_and_Late_Phases) + [variable expansion and conditional + evaluation](#Variables_and_Conditionals) on [target](#targets) + dictionaries. + * Merge [target](#targets) settings into + [configurations](#configurations) as appropriate. + * Process [exclusion and pattern + lists](#List_Exclusions_and_Patterns). + +## Settings Keys + +### Settings that may appear anywhere + +#### conditions + +_List of `condition` items_ + +A `conditions` section introduces a subdictionary that is only merged +into the enclosing scope based on the evaluation of a conditional +expression. Each `condition` within a `conditions` list is itself a +list of at least two items: + + 1. A string containing the conditional expression itself. Conditional + expressions may take the following forms: + * For string values, `var=="value"` and `var!="value"` to test + equality and inequality. For example, `'OS=="linux"'` is true + when the `OS` variable is set to `"linux"`. + * For integer values, `var==value`, `var!=value`, `var=value`, and `var>value`, to test equality and + several common forms of inequality. For example, + `'chromium_code==0'` is true when the `chromium_code` variable is + set to `0`. + * It is an error for a conditional expression to reference any + undefined variable. + 1. A dictionary containing the subdictionary to be merged into the + enclosing scope if the conditional expression evaluates to true. + +These two items can be followed by any number of similar two items that +will be evaluated if the previous conditional expression does not +evaluate to true. + +An additional optional dictionary can be appended to this sequence of +two items. This optional dictionary will be merged into the enclosing +scope if none of the conditional expressions evaluate to true. + +Within a `conditions` section, each item is processed sequentially, so +it is possible to predict the order in which operations will occur. + +There is no restriction on nesting `conditions` sections. + +`conditions` sections are very similar to `target_conditions` sections. +See target\_conditions. + +#### Example + +``` +{ + 'sources': [ + 'common.cc', + ], + 'conditions': [ + ['OS=="mac"', {'sources': ['mac_util.mm']}], + ['OS=="win"', {'sources': ['win_main.cc']}, {'sources': ['posix_main.cc']}], + ['OS=="mac"', {'sources': ['mac_impl.mm']}, + 'OS=="win"', {'sources': ['win_impl.cc']}, + {'sources': ['default_impl.cc']} + ], + ], +} +``` + +Given this input, the `sources` list will take on different values based +on the `OS` variable. + + * If `OS` is `"mac"`, `sources` will contain `['common.cc', + 'mac_util.mm', 'posix_main.cc', 'mac_impl.mm']`. + * If `OS` is `"win"`, `sources` will contain `['common.cc', + 'win_main.cc', 'win_impl.cc']`. + * If `OS` is any other value such as `"linux"`, `sources` will contain + `['common.cc', 'posix_main.cc', 'default_impl.cc']`. diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/LanguageSpecification.md b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/LanguageSpecification.md new file mode 100644 index 00000000..f8fff097 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/LanguageSpecification.md @@ -0,0 +1,430 @@ +# Language Specification + +## Objective + +Create a tool for the Chromium project that generates native Visual Studio, +Xcode and SCons and/or make build files from a platform-independent input +format. Make the input format as reasonably general as possible without +spending extra time trying to "get everything right," except where not doing so +would likely lead Chromium to an eventual dead end. When in doubt, do what +Chromium needs and don't worry about generalizing the solution. + +## Background + +Numerous other projects, both inside and outside Google, have tried to +create a simple, universal cross-platform build representation that +still allows sufficient per-platform flexibility to accommodate +irreconcilable differences. The fact that no obvious working candidate +exists that meets Chromium's requirements indicates this is probably a +tougher problem than it appears at first glance. We aim to succeed by +creating a tool that is highly specific to Chromium's specific use case, +not to the general case of design a completely platform-independent tool +for expressing any possible build. + +The Mac has the most sophisticated model for application development +through an IDE. Consequently, we will use the Xcode model as the +starting point (the input file format must handle Chromium's use of +Xcode seamlessly) and adapt the design as necessary for the other +platforms. + +## Overview + +The overall design has the following characteristics: + + * Input configurations are specified in files with the suffix `.gyp`. + * Each `.gyp` file specifies how to build the targets for the + "component" defined by that file. + * Each `.gyp` file generates one or more output files appropriate to + the platform: + * On Mac, a `.gyp` file generates one Xcode .xcodeproj bundle with + information about how its targets are built. + * On Windows, a `.gyp` file generates one Visual Studio .sln file, + and one Visual Studio .vcproj file per target. + * On Linux, a `.gyp` file generates one SCons file and/or one + Makefile per target + * The `.gyp` file syntax is a Python data structure. + * Use of arbitrary Python in `.gyp` files is forbidden. + * Use of eval() with restricted globals and locals on `.gyp` file + contents restricts the input to an evaluated expression, not + arbitrary Python statements. + * All input is expected to comply with JSON, with two exceptions: + the # character (not inside strings) begins a comment that lasts + until the end of the line, and trailing commas are permitted at + the end of list and dict contents. + * Input data is a dictionary of keywords and values. + * "Invalid" keywords on any given data structure are not illegal, + they're just ignored. + * TODO: providing warnings on use of illegal keywords would help + users catch typos. Figure out something nice to do with this. + +## Detailed Design + +Some up-front design principles/thoughts/TODOs: + + * Re-use keywords consistently. + * Keywords that allow configuration of a platform-specific concept get + prefixed appropriately: + * Examples: `msvs_disabled_warnings`, `xcode_framework_dirs` + * The input syntax is declarative and data-driven. + * This gets enforced by using Python `eval()` (which only evaluates + an expression) instead of `exec` (which executes arbitrary python) + * Semantic meanings of specific keyword values get deferred until all + are read and the configuration is being evaluated to spit out the + appropriate file(s) + * Source file lists: + * Are flat lists. Any imposed ordering within the `.gyp` file (e.g. + alphabetically) is purely by convention and for developer + convenience. When source files are linked or archived together, + it is expected that this will occur in the order that files are + listed in the `.gyp` file. + * Source file lists contain no mechanism for by-hand folder + configuration (`Filter` tags in Visual Studio, `Groups` in Xcode) + * A folder hierarchy is created automatically that mirrors the file + system + +### Example + +``` +{ + 'target_defaults': { + 'defines': [ + 'U_STATIC_IMPLEMENTATION', + ['LOGFILE', 'foo.log',], + ], + 'include_dirs': [ + '..', + ], + }, + 'targets': [ + { + 'target_name': 'foo', + 'type': 'static_library', + 'sources': [ + 'foo/src/foo.cc', + 'foo/src/foo_main.cc', + ], + 'include_dirs': [ + 'foo', + 'foo/include', + ], + 'conditions': [ + [ 'OS==mac', { 'sources': [ 'platform_test_mac.mm' ] } ] + ], + 'direct_dependent_settings': { + 'defines': [ + 'UNIT_TEST', + ], + 'include_dirs': [ + 'foo', + 'foo/include', + ], + }, + }, + ], +} +``` + +### Structural Elements + +### Top-level Dictionary + +This is the single dictionary in the `.gyp` file that defines the +targets and how they're to be built. + +The following keywords are meaningful within the top-level dictionary +definition: + +| *Keyword* | *Description* | +|:------------------|:------------------| +| `conditions` | A conditional section that may contain other items that can be present in a top-level dictionary, on a conditional basis. See the "Conditionals" section below. | +| `includes` | A list of `.gypi` files to be included in the top-level dictionary. | +| `target_defaults` | A dictionary of default settings to be inherited by all targets in the top-level dictionary. See the "Settings keywords" section below. | +| `targets` | A list of target specifications. See the "targets" below. | +| `variables` | A dictionary containing variable definitions. Each key in this dictionary is the name of a variable, and each value must be a string value that the variable is to be set to. | + +### targets + +A list of dictionaries defining targets to be built by the files +generated from this `.gyp` file. + +Targets may contain `includes`, `conditions`, and `variables` sections +as permitted in the root dictionary. The following additional keywords +have structural meaning for target definitions: + +| *Keyword* | *Description* | +|:---------------------------- |:------------------------------------------| +| `actions` | A list of special custom actions to perform on a specific input file, or files, to produce output files. See the "Actions" section below. | +| `all_dependent_settings` | A dictionary of settings to be applied to all dependents of the target, transitively. This includes direct dependents and the entire set of their dependents, and so on. This section may contain anything found within a `target` dictionary, except `configurations`, `target_name`, and `type` sections. Compare `direct_dependent_settings` and `link_settings`. | +| `configurations` | A list of dictionaries defining build configurations for the target. See the "Configurations" section below. | +| `copies` | A list of copy actions to perform. See the "Copies" section below. | +| `defines` | A list of preprocessor definitions to be passed on the command line to the C/C++ compiler (via `-D` or `/D` options). | +| `dependencies` | A list of targets on which this target depends. Targets in other `.gyp` files are specified as `../path/to/other.gyp:target_we_want`. | +| `direct_dependent_settings` | A dictionary of settings to be applied to other targets that depend on this target. These settings will only be applied to direct dependents. This section may contain anything found within a `target` dictionary, except `configurations`, `target_name`, and `type` sections. Compare with `all_dependent_settings` and `link_settings`. | +| `include_dirs` | A list of include directories to be passed on the command line to the C/C++ compiler (via `-I` or `/I` options). | +| `libraries` | A list of list of libraries (and/or frameworks) on which this target depends. | +| `link_settings` | A dictionary of settings to be applied to targets in which this target's contents are linked. `executable` and `shared_library` targets are linkable, so if they depend on a non-linkable target such as a `static_library`, they will adopt its `link_settings`. This section can contain anything found within a `target` dictionary, except `configurations`, `target_name`, and `type` sections. Compare `all_dependent_settings` and `direct_dependent_settings`. | +| `rules` | A special custom action to perform on a list of input files, to produce output files. See the "Rules" section below. | +| `sources` | A list of source files that are used to build this target or which should otherwise show up in the IDE for this target. In practice, we expect this list to be a union of all files necessary to build the target on all platforms, as well as other related files that aren't actually used for building, like README files. | +| `target_conditions` | Like `conditions`, but evaluation is delayed until the settings have been merged into an actual target. `target_conditions` may be used to place conditionals into a `target_defaults` section but have them still depend on specific target settings. | +| `target_name` | The name of a target being defined. | +| `type` | The type of target being defined. This field currently supports `executable`, `static_library`, `shared_library`, and `none`. The `none` target type is useful when producing output which is not linked. For example, converting raw translation files into resources or documentation into platform specific help files. | +| `msvs_props` | A list of Visual Studio property sheets (`.vsprops` files) to be used to build the target. | +| `xcode_config_file` | An Xcode configuration (`.xcconfig` file) to be used to build the target. | +| `xcode_framework_dirs` | A list of framework directories be used to build the target. | + +You can affect the way that lists/dictionaries are merged together (for +example the way a list in target\_defaults interacts with the same named +list in the target itself) with a couple of special characters, which +are covered in [Merge +Basics](InputFormatReference#Merge_Basics_(=,_?,_+).md) and [List +Filters](InputFormatReference#List_Filters.md) on the +InputFormatReference page. + +### configurations + +`configurations` sections may be found within `targets` or +`target_defaults` sections. The `configurations` section is a list of +dictionaries specifying different build configurations. Because +configurations are implemented as lists, it is not currently possible to +override aspects of configurations that are imported into a target from +a `target_defaults` section. + +NOTE: It is extremely important that each target within a project define +the same set of configurations. This continues to apply even when a +project spans across multiple `.gyp` files. + +A configuration dictionary may contain anything that can be found within +a target dictionary, except for `actions`, `all_dependent_settings`, +`configurations`, `dependencies`, `direct_dependent_settings`, +`libraries`, `link_settings`, `sources`, `target_name`, and `type`. + +Configuration dictionaries may also contain these elements: + +| *Keyword* | *Description* | +|:---------------------|:----------------------------------------------------| +| `configuration_name` | Required attribute. The name of the configuration. | + +### Conditionals + +Conditionals may appear within any dictionary in a `.gyp` file. There +are two tpes of conditionals, which differ only in the timing of their +processing. `conditions` sections are processed shortly after loading +`.gyp` files, and `target_conditions` sections are processed after all +dependencies have been computed. + +A conditional section is introduced with a `conditions` or +`target_conditions` dictionary keyword, and is composed of a list. Each +list contains two or three elements. The first two elements, which are +always required, are the conditional expression to evaluate and a +dictionary containing settings to merge into the dictionary containing +the `conditions` or `target_conditions` section if the expression +evaluates to true. The third, optional, list element is a dictionary to +merge if the expression evaluates to false. + +The `eval()` of the expression string takes place in the context of +global and/or local dictionaries that constructed from the `.gyp` input +data, and overrides the `__builtin__` dictionary, to prevent the +execution of arbitrary Python code. + +### Actions + +An `actions` section provides a list of custom build actions to perform +on inputs, producing outputs. The `actions` section is organized as a +list. Each item in the list is a dictionary having the following form: + +| *Keyword* | *Type* | *Description* | +|:--------------|:-------|:-----------------------------| +| `action_name` | string | The name of the action. Depending on how actions are implemented in the various generators, some may desire or require this property to be set to a unique name; others may ignore this property entirely. | +| `inputs` | list | A list of pathnames treated as inputs to the custom action. | +| `outputs` | list | A list of pathnames that the custom action produces. | +| `action` | list | A command line invocation used to produce `outputs` from `inputs`. For maximum cross-platform compatibility, invocations that require a Python interpreter should be specified with a first element `"python"`. This will enable generators for environments with specialized Python installations to be able to perform the action in an appropriate Python environment. | +| `message` | string | A message to be displayed to the user by the build system when the action is run. | + +Build environments will compare `inputs` and `outputs`. If any `output` +is missing or is outdated relative to any `input`, the custom action +will be invoked. If all `outputs` are present and newer than all +`inputs`, the `outputs` are considered up-to-date and the action need +not be invoked. + +Actions are implemented in Xcode as shell script build phases performed +prior to the compilation phase. In the Visual Studio generator, actions +appear files with a `FileConfiguration` containing a custom +`VCCustomBuildTool` specifying the remainder of the inputs, the outputs, +and the action. + +Combined with variable expansions, actions can be quite powerful. Here +is an example action that leverages variable expansions to minimize +duplication of pathnames: + +``` + 'sources': [ + # libraries.cc is generated by the js2c action below. + '<(INTERMEDIATE_DIR)/libraries.cc', + ], + 'actions': [ + { + 'variables': { + 'core_library_files': [ + 'src/runtime.js', + 'src/v8natives.js', + 'src/macros.py', + ], + }, + 'action_name': 'js2c', + 'inputs': [ + 'tools/js2c.py', + '<@(core_library_files)', + ], + 'outputs': [ + '<(INTERMEDIATE_DIR)/libraries.cc', + '<(INTERMEDIATE_DIR)/libraries-empty.cc', + ], + 'action': ['python', 'tools/js2c.py', '<@(_outputs)', 'CORE', '<@(core_library_files)'], + }, + ], +``` + +### Rules + +A `rules` section provides custom build action to perform on inputs, producing +outputs. The `rules` section is organized as a list. Each item in the list is +a dictionary having the following form: + +| *Keyword* | *Type* | *Description* | +|:------------|:-------|:-----------------------------------------| +| `rule_name` | string | The name of the rule. Depending on how Rules are implemented in the various generators, some may desire or require this property to be set to a unique name; others may ignore this property entirely. | +| `extension` | string | All source files of the current target with the given extension will be treated successively as inputs to the rule. | +| `inputs` | list | Additional dependencies of the rule. | +| `outputs` | list | A list of pathnames that the rule produces. Has access to `RULE_INPUT_` variables (see below). | +| `action` | list | A command line invocation used to produce `outputs` from `inputs`. For maximum cross-platform compatibility, invocations that require a Python interpreter should be specified with a first element `"python"`. This will enable generators for environments with specialized Python installations to be able to perform the action in an appropriate Python environment. Has access to `RULE_INPUT_` variables (see below). | +| `message` | string | A message to be displayed to the user by the build system when the action is run. Has access to `RULE_INPUT_` variables (see below). | + +There are several variables available to `outputs`, `action`, and `message`. + +| *Variable* | *Description* | +|:---------------------|:------------------------------------| +| `RULE_INPUT_PATH` | The full path to the current input. | +| `RULE_INPUT_DIRNAME` | The directory of the current input. | +| `RULE_INPUT_NAME` | The file name of the current input. | +| `RULE_INPUT_ROOT` | The file name of the current input without extension. | +| `RULE_INPUT_EXT` | The file name extension of the current input. | + +Rules can be thought of as Action generators. For each source selected +by `extension` an special action is created. This action starts out with +the same `inputs`, `outputs`, `action`, and `message` as the rule. The +source is added to the action's `inputs`. The `outputs`, `action`, and +`message` are then handled the same but with the additional variables. +If the `_output` variable is used in the `action` or `message` the +`RULE_INPUT_` variables in `output` will be expanded for the current +source. + +### Copies + +A `copies` section provides a simple means of copying files. The +`copies` section is organized as a list. Each item in the list is a +dictionary having the following form: + +| *Keyword* | *Type* | *Description* | +|:--------------|:-------|:------------------------------| +| `destination` | string | The directory into which the `files` will be copied. | +| `files` | list | A list of files to be copied. | + +The copies will be created in `destination` and have the same file name +as the file they are copied from. Even if the `files` are from multiple +directories they will all be copied into the `destination` directory. +Each `destination` file has an implicit build dependency on the file it +is copied from. + +### Generated Xcode .pbxproj Files + +We derive the following things in a `project.pbxproj` plist file within +an `.xcodeproj` bundle from the above input file formats as follows: + + * `Group hierarchy`: This is generated in a fixed format with contents + derived from the input files. There is no provision for the user to + specify additional groups or create a custom hierarchy. + * `Configuration group`: This will be used with the + `xcode_config_file` property above, if needed. + * `Source group`: The union of the `sources` lists of all `targets` + after applying appropriate `conditions`. The resulting list is + sorted and put into a group hierarchy that matches the layout of + the directory tree on disk, with a root of // (the top of the + hierarchy). + * `Frameworks group`: Taken directly from `libraries` value for the + target, after applying appropriate conditions. + * `Projects group`: References to other `.xcodeproj` bundles that + are needed by the `.xcodeproj` in which the group is contained. + * `Products group`: Output from the various targets. + * `Project References`: + * `Project Configurations`: + * Per-`.xcodeproj` file settings are not supported, all settings are + applied at the target level. + * `Targets`: + * `Phases`: Copy sources, link with libraries/frameworks, ... + * `Target Configurations`: Specified by input. + * `Dependencies`: (local and remote) + +### Generated Visual Studio .vcproj Files + +We derive the following sections in a `.vcproj` file from the above +input file formats as follows: + + * `VisualStudioProject`: + * `Platforms`: + * `ToolFiles`: + * `Configurations`: + * `Configuration`: + * `References`: + * `Files`: + * `Filter`: + * `File`: + * `FileConfiguration`: + * `Tool`: + * `Globals`: + +### Generated Visual Studio .sln Files + +We derive the following sections in a `.sln` file from the above input +file formats as follows: + + * `Projects`: + * `WebsiteProperties`: + * `ProjectDependencies`: + * `Global`: + * `SolutionConfigurationPlatforms`: + * `ProjectConfigurationPlatforms`: + * `SolutionProperties`: + * `NestedProjects`: + +## Caveats + +Notes/Question from very first prototype draft of the language. +Make sure these issues are addressed somewhere before deleting. + + * Libraries are easy, application abstraction is harder + * Applications involves resource compilation + * Applications involve many inputs + * Applications include transitive closure of dependencies + * Specific use cases like cc\_library + * Mac compiles more than just .c/.cpp files (specifically, .m and .mm + files) + * Compiler options vary by: + * File type + * Target type + * Individual file + * Files may have custom settings per file per platform, but we probably + don't care or need to support this in gyp. + * Will all linked non-Chromium projects always use the same versions of every + subsystem? + * Variants are difficult. We've identified the following variants (some + specific to Chromium, some typical of other projects in the same ballpark): + * Target platform + * V8 vs. JSC + * Debug vs. Release + * Toolchain (VS version, gcc, version) + * Host platform + * L10N + * Vendor + * Purify / Valgrind + * Will everyone upgrade VS at once? + * What does a dylib dependency mean? diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/README.md b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/README.md new file mode 100644 index 00000000..5f9b6a59 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/README.md @@ -0,0 +1,27 @@ +# Generate Your Projects (gyp-next) + +GYP is a Meta-Build system: a build system that generates other build systems. + +* [User documentation](./UserDocumentation.md) +* [Input Format Reference](./InputFormatReference.md) +* [Language specification](./LanguageSpecification.md) +* [Hacking](./Hacking.md) +* [Testing](./Testing.md) +* [GYP vs. CMake](./GypVsCMake.md) + +GYP is intended to support large projects that need to be built on multiple +platforms (e.g., Mac, Windows, Linux), and where it is important that +the project can be built using the IDEs that are popular on each platform +as if the project is a "native" one. + +It can be used to generate XCode projects, Visual Studio projects, Ninja +build files, and Makefiles. In each case GYP's goal is to replicate as +closely as possible the way one would set up a native build of the project +using the IDE. + +GYP can also be used to generate "hybrid" projects that provide the IDE +scaffolding for a nice user experience but call out to Ninja to do the actual +building (which is usually much faster than the native build systems of the +IDEs). + +For more information on GYP, click on the links above. diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/Testing.md b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/Testing.md new file mode 100644 index 00000000..a52031e8 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/Testing.md @@ -0,0 +1,450 @@ +# Testing + +NOTE: this document is outdated and needs to be updated. Read with your own discretion. + +## Introduction + +This document describes the GYP testing infrastructure, +as provided by the `TestGyp.py` module. + +These tests emphasize testing the _behavior_ of the +various GYP-generated build configurations: +Visual Studio, Xcode, SCons, Make, etc. +The goal is _not_ to test the output of the GYP generators by, +for example, comparing a GYP-generated Makefile +against a set of known "golden" Makefiles +(although the testing infrastructure could +be used to write those kinds of tests). +The idea is that the generated build configuration files +could be completely written to add a feature or fix a bug +so long as they continue to support the functional behaviors +defined by the tests: building programs, shared libraries, etc. + +## "Hello, world!" GYP test configuration + +Here is an actual test configuration, +a simple build of a C program to print `"Hello, world!"`. + +``` + $ ls -l test/hello + total 20 + -rw-r--r-- 1 knight knight 312 Jul 30 20:22 gyptest-all.py + -rw-r--r-- 1 knight knight 307 Jul 30 20:22 gyptest-default.py + -rwxr-xr-x 1 knight knight 326 Jul 30 20:22 gyptest-target.py + -rw-r--r-- 1 knight knight 98 Jul 30 20:22 hello.c + -rw-r--r-- 1 knight knight 142 Jul 30 20:22 hello.gyp + $ +``` + +The `gyptest-*.py` files are three separate tests (test scripts) +that use this configuration. The first one, `gyptest-all.py`, +looks like this: + +``` + #!/usr/bin/env python + + """ + Verifies simplest-possible build of a "Hello, world!" program + using an explicit build target of 'all'. + """ + + import TestGyp + + test = TestGyp.TestGyp() + + test.run_gyp('hello.gyp') + + test.build_all('hello.gyp') + + test.run_built_executable('hello', stdout="Hello, world!\n") + + test.pass_test() +``` + +The test script above runs GYP against the specified input file +(`hello.gyp`) to generate a build configuration. +It then tries to build the `'all'` target +(or its equivalent) using the generated build configuration. +Last, it verifies that the build worked as expected +by running the executable program (`hello`) +that was just presumably built by the generated configuration, +and verifies that the output from the program +matches the expected `stdout` string (`"Hello, world!\n"`). + +Which configuration is generated +(i.e., which build tool to test) +is specified when the test is run; +see the next section. + +Surrounding the functional parts of the test +described above are the header, +which should be basically the same for each test +(modulo a different description in the docstring): + +``` + #!/usr/bin/env python + + """ + Verifies simplest-possible build of a "Hello, world!" program + using an explicit build target of 'all'. + """ + + import TestGyp + + test = TestGyp.TestGyp() +``` + +Similarly, the footer should be the same in every test: + +``` + test.pass_test() +``` + +## Running tests + +Test scripts are run by the `gyptest.py` script. +You can specify (an) explicit test script(s) to run: + +``` + $ python gyptest.py test/hello/gyptest-all.py + PYTHONPATH=/home/knight/src/gyp/trunk/test/lib + TESTGYP_FORMAT=scons + /usr/bin/python test/hello/gyptest-all.py + PASSED + $ +``` + +If you specify a directory, all test scripts +(scripts prefixed with `gyptest-`) underneath +the directory will be run: + +``` + $ python gyptest.py test/hello + PYTHONPATH=/home/knight/src/gyp/trunk/test/lib + TESTGYP_FORMAT=scons + /usr/bin/python test/hello/gyptest-all.py + PASSED + /usr/bin/python test/hello/gyptest-default.py + PASSED + /usr/bin/python test/hello/gyptest-target.py + PASSED + $ +``` + +Or you can specify the `-a` option to run all scripts +in the tree: + +``` + $ python gyptest.py -a + PYTHONPATH=/home/knight/src/gyp/trunk/test/lib + TESTGYP_FORMAT=scons + /usr/bin/python test/configurations/gyptest-configurations.py + PASSED + /usr/bin/python test/defines/gyptest-defines.py + PASSED + . + . + . + . + /usr/bin/python test/variables/gyptest-commands.py + PASSED + $ +``` + +If any tests fail during the run, +the `gyptest.py` script will report them in a +summary at the end. + +## Debugging tests + +Tests that create intermediate output do so under the gyp/out/testworkarea +directory. On test completion, intermediate output is cleaned up. To preserve +this output, set the environment variable PRESERVE=1. This can be handy to +inspect intermediate data when debugging a test. + +You can also set PRESERVE\_PASS=1, PRESERVE\_FAIL=1 or PRESERVE\_NO\_RESULT=1 +to preserve output for tests that fall into one of those categories. + +# Specifying the format (build tool) to use + +By default, the `gyptest.py` script will generate configurations for +the "primary" supported build tool for the platform you're on: +Visual Studio on Windows, +Xcode on Mac, +and (currently) SCons on Linux. +An alternate format (build tool) may be specified +using the `-f` option: + +``` + $ python gyptest.py -f make test/hello/gyptest-all.py + PYTHONPATH=/home/knight/src/gyp/trunk/test/lib + TESTGYP_FORMAT=make + /usr/bin/python test/hello/gyptest-all.py + PASSED + $ +``` + +Multiple tools may be specified in a single pass as +a comma-separated list: + +``` + $ python gyptest.py -f make,scons test/hello/gyptest-all.py + PYTHONPATH=/home/knight/src/gyp/trunk/test/lib + TESTGYP_FORMAT=make + /usr/bin/python test/hello/gyptest-all.py + PASSED + TESTGYP_FORMAT=scons + /usr/bin/python test/hello/gyptest-all.py + PASSED + $ +``` + +## Test script functions and methods + +The `TestGyp` class contains a lot of functionality +intended to make it easy to write tests. +This section describes the most useful pieces for GYP testing. + +(The `TestGyp` class is actually a subclass of more generic +`TestCommon` and `TestCmd` base classes +that contain even more functionality than is +described here.) + +### Initialization + +The standard initialization formula is: + +``` + import TestGyp + test = TestGyp.TestGyp() +``` + +This copies the contents of the directory tree in which +the test script lives to a temporary directory for execution, +and arranges for the temporary directory's removal on exit. + +By default, any comparisons of output or file contents +must be exact matches for the test to pass. +If you need to use regular expressions for matches, +a useful alternative initialization is: + +``` + import TestGyp + test = TestGyp.TestGyp(match = TestGyp.match_re, + diff = TestGyp.diff_re)` +``` + +### Running GYP + +The canonical invocation is to simply specify the `.gyp` file to be executed: + +``` + test.run_gyp('file.gyp') +``` + +Additional GYP arguments may be specified: + +``` + test.run_gyp('file.gyp', arguments=['arg1', 'arg2', ...]) +``` + +To execute GYP from a subdirectory (where, presumably, the specified file +lives): + +``` + test.run_gyp('file.gyp', chdir='subdir') +``` + +### Running the build tool + +Running the build tool requires passing in a `.gyp` file, which may be used to +calculate the name of a specific build configuration file (such as a MSVS +solution file corresponding to the `.gyp` file). + +There are several different `.build_*()` methods for invoking different types +of builds. + +To invoke a build tool with an explicit `all` target (or equivalent): + +``` + test.build_all('file.gyp') +``` + +To invoke a build tool with its default behavior (for example, executing `make` +with no targets specified): + +``` + test.build_default('file.gyp') +``` + +To invoke a build tool with an explicit specified target: + +``` + test.build_target('file.gyp', 'target') +``` + +### Running executables + +The most useful method executes a program built by the GYP-generated +configuration: + +``` + test.run_built_executable('program') +``` + +The `.run_built_executable()` method will account for the actual built target +output location for the build tool being tested, as well as tack on any +necessary executable file suffix for the platform (for example `.exe` on +Windows). + +`stdout=` and `stderr=` keyword arguments specify expected standard output and +error output, respectively. Failure to match these (if specified) will cause +the test to fail. An explicit `None` value will suppress that verification: + +``` + test.run_built_executable('program', + stdout="expect this output\n", + stderr=None) +``` + +Note that the default values are `stdout=None` and `stderr=''` (that is, no +check for standard output, and error output must be empty). + +Arbitrary executables (not necessarily those built by GYP) can be executed with +the lower-level `.run()` method: + +``` + test.run('program') +``` + +The program must be in the local directory (that is, the temporary directory +for test execution) or be an absolute path name. + +### Fetching command output + +``` + test.stdout() +``` + +Returns the standard output from the most recent executed command (including +`.run_gyp()`, `.build_*()`, or `.run*()` methods). + +``` + test.stderr() +``` + +Returns the error output from the most recent executed command (including +`.run_gyp()`, `.build_*()`, or `.run*()` methods). + +### Verifying existence or non-existence of files or directories + +``` + test.must_exist('file_or_dir') +``` + +Verifies that the specified file or directory exists, and fails the test if it +doesn't. + +``` + test.must_not_exist('file_or_dir') +``` + +Verifies that the specified file or directory does not exist, and fails the +test if it does. + +### Verifying file contents + +``` + test.must_match('file', 'expected content\n') +``` + +Verifies that the content of the specified file match the expected string, and +fails the test if it does not. By default, the match must be exact, but +line-by-line regular expressions may be used if the `TestGyp` object was +initialized with `TestGyp.match_re`. + +``` + test.must_not_match('file', 'expected content\n') +``` + +Verifies that the content of the specified file does _not_ match the expected +string, and fails the test if it does. By default, the match must be exact, +but line-by-line regular expressions may be used if the `TestGyp` object was +initialized with `TestGyp.match_re`. + +``` + test.must_contain('file', 'substring') +``` + +Verifies that the specified file contains the specified substring, and fails +the test if it does not. + +``` + test.must_not_contain('file', 'substring') +``` + +Verifies that the specified file does not contain the specified substring, and +fails the test if it does. + +``` + test.must_contain_all_lines(output, lines) +``` + +Verifies that the output string contains all of the "lines" in the specified +list of lines. In practice, the lines can be any substring and need not be +`\n`-terminated lines per se. If any line is missing, the test fails. + +``` + test.must_not_contain_any_lines(output, lines) +``` + +Verifies that the output string does _not_ contain any of the "lines" in the +specified list of lines. In practice, the lines can be any substring and need +not be `\n`-terminated lines per se. If any line exists in the output string, +the test fails. + +``` + test.must_contain_any_line(output, lines) +``` + +Verifies that the output string contains at least one of the "lines" in the +specified list of lines. In practice, the lines can be any substring and need +not be `\n`-terminated lines per se. If none of the specified lines is present, +the test fails. + +### Reading file contents + +``` + test.read('file') +``` + +Returns the contents of the specified file. Directory elements contained in a +list will be joined: + +``` + test.read(['subdir', 'file']) +``` + +### Test success or failure + +``` + test.fail_test() +``` + +Fails the test, reporting `FAILED` on standard output and exiting with an exit +status of `1`. + +``` + test.pass_test() +``` + +Passes the test, reporting `PASSED` on standard output and exiting with an exit +status of `0`. + +``` + test.no_result() +``` + +Indicates the test had no valid result (i.e., the conditions could not be +tested because of an external factor like a full file system). Reports `NO +RESULT` on standard output and exits with a status of `2`. diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/UserDocumentation.md b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/UserDocumentation.md new file mode 100644 index 00000000..b9d412e1 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/docs/UserDocumentation.md @@ -0,0 +1,965 @@ +# User Documentation + +## Introduction + +This document is intended to provide a user-level guide to GYP. The +emphasis here is on how to use GYP to accomplish specific tasks, not on +the complete technical language specification. (For that, see the +[LanguageSpecification](LanguageSpecification.md).) + +The document below starts with some overviews to provide context: an +overview of the structure of a `.gyp` file itself, an overview of a +typical executable-program target in a `.gyp` file, an an overview of a +typical library target in a `.gyp` file. + +After the overviews, there are examples of `gyp` patterns for different +common use cases. + +## Skeleton of a typical Chromium .gyp file + +Here is the skeleton of a typical `.gyp` file in the Chromium tree: + +``` + { + 'variables': { + . + . + . + }, + 'includes': [ + '../build/common.gypi', + ], + 'target_defaults': { + . + . + . + }, + 'targets': [ + { + 'target_name': 'target_1', + . + . + . + }, + { + 'target_name': 'target_2', + . + . + . + }, + ], + 'conditions': [ + ['OS=="linux"', { + 'targets': [ + { + 'target_name': 'linux_target_3', + . + . + . + }, + ], + }], + ['OS=="win"', { + 'targets': [ + { + 'target_name': 'windows_target_4', + . + . + . + }, + ], + }, { # OS != "win" + 'targets': [ + { + 'target_name': 'non_windows_target_5', + . + . + . + }, + }], + ], + } +``` + +The entire file just contains a Python dictionary. (It's actually JSON, +with two small Pythonic deviations: comments are introduced with `#`, +and a `,` (comma)) is legal after the last element in a list or +dictionary.) + +The top-level pieces in the `.gyp` file are as follows: + +`'variables'`: Definitions of variables that can be interpolated and +used in various other parts of the file. + +`'includes'`: A list of of other files that will be included in this +file. By convention, included files have the suffix `.gypi` (gyp +include). + +`'target_defaults'`: Settings that will apply to _all_ of the targets +defined in this `.gyp` file. + +`'targets'`: The list of targets for which this `.gyp` file can +generate builds. Each target is a dictionary that contains settings +describing all the information necessary to build the target. + +`'conditions'`: A list of condition specifications that can modify the +contents of the items in the global dictionary defined by this `.gyp` +file based on the values of different variables. As implied by the +above example, the most common use of a `conditions` section in the +top-level dictionary is to add platform-specific targets to the +`targets` list. + +## Skeleton of a typical executable target in a .gyp file + +The most straightforward target is probably a simple executable program. +Here is an example `executable` target that demonstrates the features +that should cover most simple uses of gyp: + +``` + { + 'targets': [ + { + 'target_name': 'foo', + 'type': 'executable', + 'msvs_guid': '5ECEC9E5-8F23-47B6-93E0-C3B328B3BE65', + 'dependencies': [ + 'xyzzy', + '../bar/bar.gyp:bar', + ], + 'defines': [ + 'DEFINE_FOO', + 'DEFINE_A_VALUE=value', + ], + 'include_dirs': [ + '..', + ], + 'sources': [ + 'file1.cc', + 'file2.cc', + ], + 'conditions': [ + ['OS=="linux"', { + 'defines': [ + 'LINUX_DEFINE', + ], + 'include_dirs': [ + 'include/linux', + ], + }], + ['OS=="win"', { + 'defines': [ + 'WINDOWS_SPECIFIC_DEFINE', + ], + }, { # OS != "win", + 'defines': [ + 'NON_WINDOWS_DEFINE', + ], + }] + ], + }, + ], + } +``` + +The top-level settings in the target include: + +`'target_name'`: The name by which the target should be known, which +should be unique across all `.gyp` files. This name will be used as the +project name in the generated Visual Studio solution, as the target name +in the generated XCode configuration, and as the alias for building this +target from the command line of the generated SCons configuration. + +`'type'`: Set to `executable`, logically enough. + +`'msvs_guid'`: THIS IS ONLY TRANSITIONAL. This is a hard-coded GUID +values that will be used in the generated Visual Studio solution +file(s). This allows us to check in a `chrome.sln` file that +interoperates with gyp-generated project files. Once everything in +Chromium is being generated by gyp, it will no longer be important that +the GUIDs stay constant across invocations, and we'll likely get rid of +these settings, + +`'dependencies'`: This lists other targets that this target depends on. +The gyp-generated files will guarantee that the other targets are built +before this target. Any library targets in the `dependencies` list will +be linked with this target. The various settings (`defines`, +`include_dirs`, etc.) listed in the `direct_dependent_settings` sections +of the targets in this list will be applied to how _this_ target is +built and linked. See the more complete discussion of +`direct_dependent_settings`, below. + +`'defines'`: The C preprocessor definitions that will be passed in on +compilation command lines (using `-D` or `/D` options). + +`'include_dirs'`: The directories in which included header files live. +These will be passed in on compilation command lines (using `-I` or `/I` +options). + +`'sources'`: The source files for this target. + +`'conditions'`: A block of conditions that will be evaluated to update +the different settings in the target dictionary. + +## Skeleton of a typical library target in a .gyp file + +The vast majority of targets are libraries. Here is an example of a +library target including the additional features that should cover most +needs of libraries: + +``` + { + 'targets': [ + { + 'target_name': 'foo', + 'type': '<(library)' + 'msvs_guid': '5ECEC9E5-8F23-47B6-93E0-C3B328B3BE65', + 'dependencies': [ + 'xyzzy', + '../bar/bar.gyp:bar', + ], + 'defines': [ + 'DEFINE_FOO', + 'DEFINE_A_VALUE=value', + ], + 'include_dirs': [ + '..', + ], + 'direct_dependent_settings': { + 'defines': [ + 'DEFINE_FOO', + 'DEFINE_ADDITIONAL', + ], + 'linkflags': [ + ], + }, + 'export_dependent_settings': [ + '../bar/bar.gyp:bar', + ], + 'sources': [ + 'file1.cc', + 'file2.cc', + ], + 'conditions': [ + ['OS=="linux"', { + 'defines': [ + 'LINUX_DEFINE', + ], + 'include_dirs': [ + 'include/linux', + ], + ], + ['OS=="win"', { + 'defines': [ + 'WINDOWS_SPECIFIC_DEFINE', + ], + }, { # OS != "win", + 'defines': [ + 'NON_WINDOWS_DEFINE', + ], + }] + ], + ], + } +``` + +The possible entries in a library target are largely the same as those +that can be specified for an executable target (`defines`, +`include_dirs`, etc.). The differences include: + +`'type'`: This should almost always be set to '<(library)', which allows +the user to define at gyp time whether libraries are to be built static +or shared. (On Linux, at least, linking with shared libraries saves +significant link time.) If it's necessary to pin down the type of +library to be built, the `type` can be set explicitly to +`static_library` or `shared_library`. + +`'direct_dependent_settings'`: This defines the settings that will be +applied to other targets that _directly depend_ on this target--that is, +that list _this_ target in their `'dependencies'` setting. This is +where you list the `defines`, `include_dirs`, `cflags` and `linkflags` +that other targets that compile or link against this target need to +build consistently. + +`'export_dependent_settings'`: This lists the targets whose +`direct_dependent_settings` should be "passed on" to other targets that +use (depend on) this target. `TODO: expand on this description.` + +## Use Cases + +These use cases are intended to cover the most common actions performed +by developers using GYP. + +Note that these examples are _not_ fully-functioning, self-contained +examples (or else they'd be way too long). Each example mostly contains +just the keywords and settings relevant to the example, with perhaps a +few extra keywords for context. The intent is to try to show the +specific pieces you need to pay attention to when doing something. +[NOTE: if practical use shows that these examples are confusing without +additional context, please add what's necessary to clarify things.] + +### Add new source files + +There are similar but slightly different patterns for adding a +platform-independent source file vs. adding a source file that only +builds on some of the supported platforms. + +#### Add a source file that builds on all platforms + +**Simplest possible case**: You are adding a file(s) that builds on all +platforms. + +Just add the file(s) to the `sources` list of the appropriate dictionary +in the `targets` list: + +``` + { + 'targets': [ + { + 'target_name': 'my_target', + 'type': 'executable', + 'sources': [ + '../other/file_1.cc', + 'new_file.cc', + 'subdir/file3.cc', + ], + }, + ], + }, +``` + +File path names are relative to the directory in which the `.gyp` file lives. + +Keep the list sorted alphabetically (unless there's a really, really, +_really_ good reason not to). + +#### Add a platform-specific source file + +##### Your platform-specific file is named `*_linux.{ext}`, `*_mac.{ext}`, `*_posix.{ext}` or `*_win.{ext}` + +The simplest way to add a platform-specific source file, assuming you're +adding a completely new file and get to name it, is to use one of the +following standard suffixes: + + * `_linux` (e.g. `foo_linux.cc`) + * `_mac` (e.g. `foo_mac.cc`) + * `_posix` (e.g. `foo_posix.cc`) + * `_win` (e.g. `foo_win.cc`) + +Simply add the file to the `sources` list of the appropriate dict within +the `targets` list, like you would any other source file. + +``` + { + 'targets': [ + { + 'target_name': 'foo', + 'type': 'executable', + 'sources': [ + 'independent.cc', + 'specific_win.cc', + ], + }, + ], + }, +``` + +The Chromium `.gyp` files all have appropriate `conditions` entries to +filter out the files that aren't appropriate for the current platform. +In the above example, the `specific_win.cc` file will be removed +automatically from the source-list on non-Windows builds. + +##### Your platform-specific file does not use an already-defined pattern + +If your platform-specific file does not contain a +`*_{linux,mac,posix,win}` substring (or some other pattern that's +already in the `conditions` for the target), and you can't change the +file name, there are two patterns that can be used. + +**Preferred**: Add the file to the `sources` list of the appropriate +dictionary within the `targets` list. Add an appropriate `conditions` +section to exclude the specific files name: + +``` + { + 'targets': [ + { + 'target_name': 'foo', + 'type': 'executable', + 'sources': [ + 'linux_specific.cc', + ], + 'conditions': [ + ['OS != "linux"', { + 'sources!': [ + # Linux-only; exclude on other platforms. + 'linux_specific.cc', + ] + }[, + ], + }, + ], + }, +``` + +Despite the duplicate listing, the above is generally preferred because +the `sources` list contains a useful global list of all sources on all +platforms with consistent sorting on all platforms. + +**Non-preferred**: In some situations, however, it might make sense to +list a platform-specific file only in a `conditions` section that +specifically _includes_ it in the `sources` list: + +``` + { + 'targets': [ + { + 'target_name': 'foo', + 'type': 'executable', + 'sources': [], + ['OS == "linux"', { + 'sources': [ + # Only add to sources list on Linux. + 'linux_specific.cc', + ] + }], + }, + ], + }, +``` + +The above two examples end up generating equivalent builds, with the +small exception that the `sources` lists will list the files in +different orders. (The first example defines explicitly where +`linux_specific.cc` appears in the list--perhaps in in the +middle--whereas the second example will always tack it on to the end of +the list.) + +**Including or excluding files using patterns**: There are more +complicated ways to construct a `sources` list based on patterns. See +`TODO` below. + +### Add a new executable + +An executable program is probably the most straightforward type of +target, since all it typically needs is a list of source files, some +compiler/linker settings (probably varied by platform), and some library +targets on which it depends and which must be used in the final link. + +#### Add an executable that builds on all platforms + +Add a dictionary defining the new executable target to the `targets` +list in the appropriate `.gyp` file. Example: + +``` + { + 'targets': [ + { + 'target_name': 'new_unit_tests', + 'type': 'executable', + 'defines': [ + 'FOO', + ], + 'include_dirs': [ + '..', + ], + 'dependencies': [ + 'other_target_in_this_file', + 'other_gyp2:target_in_other_gyp2', + ], + 'sources': [ + 'new_additional_source.cc', + 'new_unit_tests.cc', + ], + }, + ], + } +``` + +#### Add a platform-specific executable + +Add a dictionary defining the new executable target to the `targets` +list within an appropriate `conditions` block for the platform. The +`conditions` block should be a sibling to the top-level `targets` list: + +``` + { + 'targets': [ + ], + 'conditions': [ + ['OS=="win"', { + 'targets': [ + { + 'target_name': 'new_unit_tests', + 'type': 'executable', + 'defines': [ + 'FOO', + ], + 'include_dirs': [ + '..', + ], + 'dependencies': [ + 'other_target_in_this_file', + 'other_gyp2:target_in_other_gyp2', + ], + 'sources': [ + 'new_additional_source.cc', + 'new_unit_tests.cc', + ], + }, + ], + }], + ], + } +``` + +### Add settings to a target + +There are several different types of settings that can be defined for +any given target. + +#### Add new preprocessor definitions (`-D` or `/D` flags) + +New preprocessor definitions are added by the `defines` setting: + +``` + { + 'targets': [ + { + 'target_name': 'existing_target', + 'defines': [ + 'FOO', + 'BAR=some_value', + ], + }, + ], + }, +``` + +These may be specified directly in a target's settings, as in the above +example, or in a `conditions` section. + +#### Add a new include directory (`-I` or `/I` flags) + +New include directories are added by the `include_dirs` setting: + +``` + { + 'targets': [ + { + 'target_name': 'existing_target', + 'include_dirs': [ + '..', + 'include', + ], + }, + ], + }, +``` + +These may be specified directly in a target's settings, as in the above +example, or in a `conditions` section. + +#### Add new compiler flags + +Specific compiler flags can be added with the `cflags` setting: + +``` + { + 'targets': [ + { + 'target_name': 'existing_target', + 'conditions': [ + ['OS=="win"', { + 'cflags': [ + '/WX', + ], + }, { # OS != "win" + 'cflags': [ + '-Werror', + ], + }], + ], + }, + ], + }, +``` + +Because these flags will be specific to the actual compiler involved, +they will almost always be only set within a `conditions` section. + +#### Add new linker flags + +Setting linker flags is OS-specific. On linux and most non-mac posix +systems, they can be added with the `ldflags` setting: + +``` + { + 'targets': [ + { + 'target_name': 'existing_target', + 'conditions': [ + ['OS=="linux"', { + 'ldflags': [ + '-pthread', + ], + }], + ], + }, + ], + }, +``` + +Because these flags will be specific to the actual linker involved, +they will almost always be only set within a `conditions` section. + +On OS X, linker settings are set via `xcode_settings`, on Windows via +`msvs_settings`. + +#### Exclude settings on a platform + +Any given settings keyword (`defines`, `include_dirs`, etc.) has a +corresponding form with a trailing `!` (exclamation point) to remove +values from a setting. One useful example of this is to remove the +Linux `-Werror` flag from the global settings defined in +`build/common.gypi`: + +``` + { + 'targets': [ + { + 'target_name': 'third_party_target', + 'conditions': [ + ['OS=="linux"', { + 'cflags!': [ + '-Werror', + ], + }], + ], + }, + ], + }, +``` + +### Cross-compiling + +GYP has some (relatively limited) support for cross-compiling. + +If the variable `GYP_CROSSCOMPILE` or one of the toolchain-related +variables (like `CC_host` or `CC_target`) is set, GYP will think that +you wish to do a cross-compile. + +When cross-compiling, each target can be part of a "host" build, a +"target" build, or both. By default, the target is assumed to be (only) +part of the "target" build. The 'toolsets' property can be set on a +target to change the default. + +A target's dependencies are assumed to match the build type (so, if A +depends on B, by default that means that a target build of A depends on +a target build of B). You can explicitly depend on targets across +toolchains by specifying "#host" or "#target" in the dependencies list. +If GYP is not doing a cross-compile, the "#host" and "#target" will be +stripped as needed, so nothing breaks. + +### Add a new library + +TODO: write intro + +#### Add a library that builds on all platforms + +Add the a dictionary defining the new library target to the `targets` +list in the appropriate `.gyp` file. Example: + +``` + { + 'targets': [ + { + 'target_name': 'new_library', + 'type': '<(library)', + 'defines': [ + 'FOO', + 'BAR=some_value', + ], + 'include_dirs': [ + '..', + ], + 'dependencies': [ + 'other_target_in_this_file', + 'other_gyp2:target_in_other_gyp2', + ], + 'direct_dependent_settings': { + 'include_dirs': '.', + }, + 'export_dependent_settings': [ + 'other_target_in_this_file', + ], + 'sources': [ + 'new_additional_source.cc', + 'new_library.cc', + ], + }, + ], + } +``` + +The use of the `<(library)` variable above should be the default `type` +setting for most library targets, as it allows the developer to choose, +at `gyp` time, whether to build with static or shared libraries. +(Building with shared libraries saves a _lot_ of link time on Linux.) + +It may be necessary to build a specific library as a fixed type. Is so, +the `type` field can be hard-wired appropriately. For a static library: + +``` + 'type': 'static_library', +``` + +For a shared library: + +``` + 'type': 'shared_library', +``` + +#### Add a platform-specific library + +Add a dictionary defining the new library target to the `targets` list +within a `conditions` block that's a sibling to the top-level `targets` +list: + +``` + { + 'targets': [ + ], + 'conditions': [ + ['OS=="win"', { + 'targets': [ + { + 'target_name': 'new_library', + 'type': '<(library)', + 'defines': [ + 'FOO', + 'BAR=some_value', + ], + 'include_dirs': [ + '..', + ], + 'dependencies': [ + 'other_target_in_this_file', + 'other_gyp2:target_in_other_gyp2', + ], + 'direct_dependent_settings': { + 'include_dirs': '.', + }, + 'export_dependent_settings': [ + 'other_target_in_this_file', + ], + 'sources': [ + 'new_additional_source.cc', + 'new_library.cc', + ], + }, + ], + }], + ], + } +``` + +### Dependencies between targets + +GYP provides useful primitives for establishing dependencies between +targets, which need to be configured in the following situations. + +#### Linking with another library target + +``` + { + 'targets': [ + { + 'target_name': 'foo', + 'dependencies': [ + 'libbar', + ], + }, + { + 'target_name': 'libbar', + 'type': '<(library)', + 'sources': [ + ], + }, + ], + } +``` + +Note that if the library target is in a different `.gyp` file, you have +to specify the path to other `.gyp` file, relative to this `.gyp` file's +directory: + +``` + { + 'targets': [ + { + 'target_name': 'foo', + 'dependencies': [ + '../bar/bar.gyp:libbar', + ], + }, + ], + } +``` + +Adding a library often involves updating multiple `.gyp` files, adding +the target to the appropriate `.gyp` file (possibly a newly-added `.gyp` +file), and updating targets in the other `.gyp` files that depend on +(link with) the new library. + +#### Compiling with necessary flags for a library target dependency + +We need to build a library (often a third-party library) with specific +preprocessor definitions or command-line flags, and need to ensure that +targets that depend on the library build with the same settings. This +situation is handled by a `direct_dependent_settings` block: + +``` + { + 'targets': [ + { + 'target_name': 'foo', + 'type': 'executable', + 'dependencies': [ + 'libbar', + ], + }, + { + 'target_name': 'libbar', + 'type': '<(library)', + 'defines': [ + 'LOCAL_DEFINE_FOR_LIBBAR', + 'DEFINE_TO_USE_LIBBAR', + ], + 'include_dirs': [ + '..', + 'include/libbar', + ], + 'direct_dependent_settings': { + 'defines': [ + 'DEFINE_TO_USE_LIBBAR', + ], + 'include_dirs': [ + 'include/libbar', + ], + }, + }, + ], + } +``` + +In the above example, the sources of the `foo` executable will be +compiled with the options `-DDEFINE_TO_USE_LIBBAR -Iinclude/libbar`, +because of those settings' being listed in the +`direct_dependent_settings` block. + +Note that these settings will likely need to be replicated in the +settings for the library target itself, so that the library will build +with the same options. This does not prevent the target from defining +additional options for its "internal" use when compiling its own source +files. (In the above example, these are the `LOCAL_DEFINE_FOR_LIBBAR` +define, and the `..` entry in the `include_dirs` list.) + +#### When a library depends on an additional library at final link time + +``` + { + 'targets': [ + { + 'target_name': 'foo', + 'type': 'executable', + 'dependencies': [ + 'libbar', + ], + }, + { + 'target_name': 'libbar', + 'type': '<(library)', + 'dependencies': [ + 'libother' + ], + 'export_dependent_settings': [ + 'libother' + ], + }, + { + 'target_name': 'libother', + 'type': '<(library)', + 'direct_dependent_settings': { + 'defines': [ + 'DEFINE_FOR_LIBOTHER', + ], + 'include_dirs': [ + 'include/libother', + ], + }, + }, + ], + } +``` + +### Support for Mac OS X bundles + +gyp supports building bundles on OS X (.app, .framework, .bundle, etc). +Here is an example of this: + +``` + { + 'target_name': 'test_app', + 'product_name': 'Test App Gyp', + 'type': 'executable', + 'mac_bundle': 1, + 'sources': [ + 'main.m', + 'TestAppAppDelegate.h', + 'TestAppAppDelegate.m', + ], + 'mac_bundle_resources': [ + 'TestApp/English.lproj/InfoPlist.strings', + 'TestApp/English.lproj/MainMenu.xib', + ], + 'link_settings': { + 'libraries': [ + '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', + ], + }, + 'xcode_settings': { + 'INFOPLIST_FILE': 'TestApp/TestApp-Info.plist', + }, + }, +``` + +The `mac_bundle` key tells gyp that this target should be a bundle. +`executable` targets get extension `.app` by default, `shared_library` +targets get `.framework` – but you can change the bundle extensions by +setting `product_extension` if you want. Files listed in +`mac_bundle_resources` will be copied to the bundle's `Resource` folder +of the bundle. You can also set +`process_outputs_as_mac_bundle_resources` to 1 in actions and rules to +let the output of actions and rules be added to that folder (similar to +`process_outputs_as_sources`). If `product_name` is not set, the bundle +will be named after `target_name`as usual. + +### Move files (refactoring) + +TODO + +### Custom build steps + +TODO + +#### Adding an explicit build step to generate specific files + +TODO + +#### Adding a rule to handle files with a new suffix + +TODO + +### Build flavors + +TODO diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/gyp b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/gyp new file mode 100755 index 00000000..1b8b9bdf --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/gyp @@ -0,0 +1,8 @@ +#!/bin/sh +# Copyright 2013 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +set -e +base=$(dirname "$0") +exec python "${base}/gyp_main.py" "$@" diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/gyp.bat b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/gyp.bat new file mode 100755 index 00000000..c0b4ca24 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/gyp.bat @@ -0,0 +1,5 @@ +@rem Copyright (c) 2009 Google Inc. All rights reserved. +@rem Use of this source code is governed by a BSD-style license that can be +@rem found in the LICENSE file. + +@python "%~dp0gyp_main.py" %* diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/gyp_main.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/gyp_main.py new file mode 100755 index 00000000..f23dcdf8 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/gyp_main.py @@ -0,0 +1,45 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2009 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +import os +import sys +import subprocess + + +def IsCygwin(): + # Function copied from pylib/gyp/common.py + try: + out = subprocess.Popen( + "uname", stdout=subprocess.PIPE, stderr=subprocess.STDOUT + ) + stdout, _ = out.communicate() + return "CYGWIN" in stdout.decode("utf-8") + except Exception: + return False + + +def UnixifyPath(path): + try: + if not IsCygwin(): + return path + out = subprocess.Popen( + ["cygpath", "-u", path], stdout=subprocess.PIPE, stderr=subprocess.STDOUT + ) + stdout, _ = out.communicate() + return stdout.decode("utf-8") + except Exception: + return path + + +# Make sure we're using the version of pylib in this repo, not one installed +# elsewhere on the system. Also convert to Unix style path on Cygwin systems, +# else the 'gyp' library will not be found +path = UnixifyPath(sys.argv[0]) +sys.path.insert(0, os.path.join(os.path.dirname(path), "pylib")) +import gyp # noqa: E402 + +if __name__ == "__main__": + sys.exit(gyp.script_main()) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py new file mode 100644 index 00000000..bc0e93d0 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py @@ -0,0 +1,365 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""New implementation of Visual Studio project generation.""" + +import hashlib +import os +import random +from operator import attrgetter + +import gyp.common + + +def cmp(x, y): + return (x > y) - (x < y) + + +# Initialize random number generator +random.seed() + +# GUIDs for project types +ENTRY_TYPE_GUIDS = { + "project": "{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}", + "folder": "{2150E333-8FDC-42A3-9474-1A3956D46DE8}", +} + +# ------------------------------------------------------------------------------ +# Helper functions + + +def MakeGuid(name, seed="msvs_new"): + """Returns a GUID for the specified target name. + + Args: + name: Target name. + seed: Seed for MD5 hash. + Returns: + A GUID-line string calculated from the name and seed. + + This generates something which looks like a GUID, but depends only on the + name and seed. This means the same name/seed will always generate the same + GUID, so that projects and solutions which refer to each other can explicitly + determine the GUID to refer to explicitly. It also means that the GUID will + not change when the project for a target is rebuilt. + """ + # Calculate a MD5 signature for the seed and name. + d = hashlib.md5((str(seed) + str(name)).encode("utf-8")).hexdigest().upper() + # Convert most of the signature to GUID form (discard the rest) + guid = ( + "{" + + d[:8] + + "-" + + d[8:12] + + "-" + + d[12:16] + + "-" + + d[16:20] + + "-" + + d[20:32] + + "}" + ) + return guid + + +# ------------------------------------------------------------------------------ + + +class MSVSSolutionEntry: + def __cmp__(self, other): + # Sort by name then guid (so things are in order on vs2008). + return cmp((self.name, self.get_guid()), (other.name, other.get_guid())) + + +class MSVSFolder(MSVSSolutionEntry): + """Folder in a Visual Studio project or solution.""" + + def __init__(self, path, name=None, entries=None, guid=None, items=None): + """Initializes the folder. + + Args: + path: Full path to the folder. + name: Name of the folder. + entries: List of folder entries to nest inside this folder. May contain + Folder or Project objects. May be None, if the folder is empty. + guid: GUID to use for folder, if not None. + items: List of solution items to include in the folder project. May be + None, if the folder does not directly contain items. + """ + if name: + self.name = name + else: + # Use last layer. + self.name = os.path.basename(path) + + self.path = path + self.guid = guid + + # Copy passed lists (or set to empty lists) + self.entries = sorted(entries or [], key=attrgetter("path")) + self.items = list(items or []) + + self.entry_type_guid = ENTRY_TYPE_GUIDS["folder"] + + def get_guid(self): + if self.guid is None: + # Use consistent guids for folders (so things don't regenerate). + self.guid = MakeGuid(self.path, seed="msvs_folder") + return self.guid + + +# ------------------------------------------------------------------------------ + + +class MSVSProject(MSVSSolutionEntry): + """Visual Studio project.""" + + def __init__( + self, + path, + name=None, + dependencies=None, + guid=None, + spec=None, + build_file=None, + config_platform_overrides=None, + fixpath_prefix=None, + ): + """Initializes the project. + + Args: + path: Absolute path to the project file. + name: Name of project. If None, the name will be the same as the base + name of the project file. + dependencies: List of other Project objects this project is dependent + upon, if not None. + guid: GUID to use for project, if not None. + spec: Dictionary specifying how to build this project. + build_file: Filename of the .gyp file that the vcproj file comes from. + config_platform_overrides: optional dict of configuration platforms to + used in place of the default for this target. + fixpath_prefix: the path used to adjust the behavior of _fixpath + """ + self.path = path + self.guid = guid + self.spec = spec + self.build_file = build_file + # Use project filename if name not specified + self.name = name or os.path.splitext(os.path.basename(path))[0] + + # Copy passed lists (or set to empty lists) + self.dependencies = list(dependencies or []) + + self.entry_type_guid = ENTRY_TYPE_GUIDS["project"] + + if config_platform_overrides: + self.config_platform_overrides = config_platform_overrides + else: + self.config_platform_overrides = {} + self.fixpath_prefix = fixpath_prefix + self.msbuild_toolset = None + + def set_dependencies(self, dependencies): + self.dependencies = list(dependencies or []) + + def get_guid(self): + if self.guid is None: + # Set GUID from path + # TODO(rspangler): This is fragile. + # 1. We can't just use the project filename sans path, since there could + # be multiple projects with the same base name (for example, + # foo/unittest.vcproj and bar/unittest.vcproj). + # 2. The path needs to be relative to $SOURCE_ROOT, so that the project + # GUID is the same whether it's included from base/base.sln or + # foo/bar/baz/baz.sln. + # 3. The GUID needs to be the same each time this builder is invoked, so + # that we don't need to rebuild the solution when the project changes. + # 4. We should be able to handle pre-built project files by reading the + # GUID from the files. + self.guid = MakeGuid(self.name) + return self.guid + + def set_msbuild_toolset(self, msbuild_toolset): + self.msbuild_toolset = msbuild_toolset + + +# ------------------------------------------------------------------------------ + + +class MSVSSolution: + """Visual Studio solution.""" + + def __init__( + self, path, version, entries=None, variants=None, websiteProperties=True + ): + """Initializes the solution. + + Args: + path: Path to solution file. + version: Format version to emit. + entries: List of entries in solution. May contain Folder or Project + objects. May be None, if the folder is empty. + variants: List of build variant strings. If none, a default list will + be used. + websiteProperties: Flag to decide if the website properties section + is generated. + """ + self.path = path + self.websiteProperties = websiteProperties + self.version = version + + # Copy passed lists (or set to empty lists) + self.entries = list(entries or []) + + if variants: + # Copy passed list + self.variants = variants[:] + else: + # Use default + self.variants = ["Debug|Win32", "Release|Win32"] + # TODO(rspangler): Need to be able to handle a mapping of solution config + # to project config. Should we be able to handle variants being a dict, + # or add a separate variant_map variable? If it's a dict, we can't + # guarantee the order of variants since dict keys aren't ordered. + + # TODO(rspangler): Automatically write to disk for now; should delay until + # node-evaluation time. + self.Write() + + def Write(self, writer=gyp.common.WriteOnDiff): + """Writes the solution file to disk. + + Raises: + IndexError: An entry appears multiple times. + """ + # Walk the entry tree and collect all the folders and projects. + all_entries = set() + entries_to_check = self.entries[:] + while entries_to_check: + e = entries_to_check.pop(0) + + # If this entry has been visited, nothing to do. + if e in all_entries: + continue + + all_entries.add(e) + + # If this is a folder, check its entries too. + if isinstance(e, MSVSFolder): + entries_to_check += e.entries + + all_entries = sorted(all_entries, key=attrgetter("path")) + + # Open file and print header + f = writer(self.path) + f.write( + "Microsoft Visual Studio Solution File, " + "Format Version %s\r\n" % self.version.SolutionVersion() + ) + f.write("# %s\r\n" % self.version.Description()) + + # Project entries + sln_root = os.path.split(self.path)[0] + for e in all_entries: + relative_path = gyp.common.RelativePath(e.path, sln_root) + # msbuild does not accept an empty folder_name. + # use '.' in case relative_path is empty. + folder_name = relative_path.replace("/", "\\") or "." + f.write( + 'Project("%s") = "%s", "%s", "%s"\r\n' + % ( + e.entry_type_guid, # Entry type GUID + e.name, # Folder name + folder_name, # Folder name (again) + e.get_guid(), # Entry GUID + ) + ) + + # TODO(rspangler): Need a way to configure this stuff + if self.websiteProperties: + f.write( + "\tProjectSection(WebsiteProperties) = preProject\r\n" + '\t\tDebug.AspNetCompiler.Debug = "True"\r\n' + '\t\tRelease.AspNetCompiler.Debug = "False"\r\n' + "\tEndProjectSection\r\n" + ) + + if isinstance(e, MSVSFolder) and e.items: + f.write("\tProjectSection(SolutionItems) = preProject\r\n") + for i in e.items: + f.write(f"\t\t{i} = {i}\r\n") + f.write("\tEndProjectSection\r\n") + + if isinstance(e, MSVSProject) and e.dependencies: + f.write("\tProjectSection(ProjectDependencies) = postProject\r\n") + for d in e.dependencies: + f.write(f"\t\t{d.get_guid()} = {d.get_guid()}\r\n") + f.write("\tEndProjectSection\r\n") + + f.write("EndProject\r\n") + + # Global section + f.write("Global\r\n") + + # Configurations (variants) + f.write("\tGlobalSection(SolutionConfigurationPlatforms) = preSolution\r\n") + for v in self.variants: + f.write(f"\t\t{v} = {v}\r\n") + f.write("\tEndGlobalSection\r\n") + + # Sort config guids for easier diffing of solution changes. + config_guids = [] + config_guids_overrides = {} + for e in all_entries: + if isinstance(e, MSVSProject): + config_guids.append(e.get_guid()) + config_guids_overrides[e.get_guid()] = e.config_platform_overrides + config_guids.sort() + + f.write("\tGlobalSection(ProjectConfigurationPlatforms) = postSolution\r\n") + for g in config_guids: + for v in self.variants: + nv = config_guids_overrides[g].get(v, v) + # Pick which project configuration to build for this solution + # configuration. + f.write( + "\t\t%s.%s.ActiveCfg = %s\r\n" + % ( + g, # Project GUID + v, # Solution build configuration + nv, # Project build config for that solution config + ) + ) + + # Enable project in this solution configuration. + f.write( + "\t\t%s.%s.Build.0 = %s\r\n" + % ( + g, # Project GUID + v, # Solution build configuration + nv, # Project build config for that solution config + ) + ) + f.write("\tEndGlobalSection\r\n") + + # TODO(rspangler): Should be able to configure this stuff too (though I've + # never seen this be any different) + f.write("\tGlobalSection(SolutionProperties) = preSolution\r\n") + f.write("\t\tHideSolutionNode = FALSE\r\n") + f.write("\tEndGlobalSection\r\n") + + # Folder mappings + # Omit this section if there are no folders + if any(e.entries for e in all_entries if isinstance(e, MSVSFolder)): + f.write("\tGlobalSection(NestedProjects) = preSolution\r\n") + for e in all_entries: + if not isinstance(e, MSVSFolder): + continue # Does not apply to projects, only folders + for subentry in e.entries: + f.write(f"\t\t{subentry.get_guid()} = {e.get_guid()}\r\n") + f.write("\tEndGlobalSection\r\n") + + f.write("EndGlobal\r\n") + + f.close() diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py new file mode 100644 index 00000000..629f3f61 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py @@ -0,0 +1,206 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Visual Studio project reader/writer.""" + +import gyp.easy_xml as easy_xml + +# ------------------------------------------------------------------------------ + + +class Tool: + """Visual Studio tool.""" + + def __init__(self, name, attrs=None): + """Initializes the tool. + + Args: + name: Tool name. + attrs: Dict of tool attributes; may be None. + """ + self._attrs = attrs or {} + self._attrs["Name"] = name + + def _GetSpecification(self): + """Creates an element for the tool. + + Returns: + A new xml.dom.Element for the tool. + """ + return ["Tool", self._attrs] + + +class Filter: + """Visual Studio filter - that is, a virtual folder.""" + + def __init__(self, name, contents=None): + """Initializes the folder. + + Args: + name: Filter (folder) name. + contents: List of filenames and/or Filter objects contained. + """ + self.name = name + self.contents = list(contents or []) + + +# ------------------------------------------------------------------------------ + + +class Writer: + """Visual Studio XML project writer.""" + + def __init__(self, project_path, version, name, guid=None, platforms=None): + """Initializes the project. + + Args: + project_path: Path to the project file. + version: Format version to emit. + name: Name of the project. + guid: GUID to use for project, if not None. + platforms: Array of string, the supported platforms. If null, ['Win32'] + """ + self.project_path = project_path + self.version = version + self.name = name + self.guid = guid + + # Default to Win32 for platforms. + if not platforms: + platforms = ["Win32"] + + # Initialize the specifications of the various sections. + self.platform_section = ["Platforms"] + for platform in platforms: + self.platform_section.append(["Platform", {"Name": platform}]) + self.tool_files_section = ["ToolFiles"] + self.configurations_section = ["Configurations"] + self.files_section = ["Files"] + + # Keep a dict keyed on filename to speed up access. + self.files_dict = {} + + def AddToolFile(self, path): + """Adds a tool file to the project. + + Args: + path: Relative path from project to tool file. + """ + self.tool_files_section.append(["ToolFile", {"RelativePath": path}]) + + def _GetSpecForConfiguration(self, config_type, config_name, attrs, tools): + """Returns the specification for a configuration. + + Args: + config_type: Type of configuration node. + config_name: Configuration name. + attrs: Dict of configuration attributes; may be None. + tools: List of tools (strings or Tool objects); may be None. + Returns: + """ + # Handle defaults + if not attrs: + attrs = {} + if not tools: + tools = [] + + # Add configuration node and its attributes + node_attrs = attrs.copy() + node_attrs["Name"] = config_name + specification = [config_type, node_attrs] + + # Add tool nodes and their attributes + if tools: + for t in tools: + if isinstance(t, Tool): + specification.append(t._GetSpecification()) + else: + specification.append(Tool(t)._GetSpecification()) + return specification + + def AddConfig(self, name, attrs=None, tools=None): + """Adds a configuration to the project. + + Args: + name: Configuration name. + attrs: Dict of configuration attributes; may be None. + tools: List of tools (strings or Tool objects); may be None. + """ + spec = self._GetSpecForConfiguration("Configuration", name, attrs, tools) + self.configurations_section.append(spec) + + def _AddFilesToNode(self, parent, files): + """Adds files and/or filters to the parent node. + + Args: + parent: Destination node + files: A list of Filter objects and/or relative paths to files. + + Will call itself recursively, if the files list contains Filter objects. + """ + for f in files: + if isinstance(f, Filter): + node = ["Filter", {"Name": f.name}] + self._AddFilesToNode(node, f.contents) + else: + node = ["File", {"RelativePath": f}] + self.files_dict[f] = node + parent.append(node) + + def AddFiles(self, files): + """Adds files to the project. + + Args: + files: A list of Filter objects and/or relative paths to files. + + This makes a copy of the file/filter tree at the time of this call. If you + later add files to a Filter object which was passed into a previous call + to AddFiles(), it will not be reflected in this project. + """ + self._AddFilesToNode(self.files_section, files) + # TODO(rspangler) This also doesn't handle adding files to an existing + # filter. That is, it doesn't merge the trees. + + def AddFileConfig(self, path, config, attrs=None, tools=None): + """Adds a configuration to a file. + + Args: + path: Relative path to the file. + config: Name of configuration to add. + attrs: Dict of configuration attributes; may be None. + tools: List of tools (strings or Tool objects); may be None. + + Raises: + ValueError: Relative path does not match any file added via AddFiles(). + """ + # Find the file node with the right relative path + parent = self.files_dict.get(path) + if not parent: + raise ValueError('AddFileConfig: file "%s" not in project.' % path) + + # Add the config to the file node + spec = self._GetSpecForConfiguration("FileConfiguration", config, attrs, tools) + parent.append(spec) + + def WriteIfChanged(self): + """Writes the project file.""" + # First create XML content definition + content = [ + "VisualStudioProject", + { + "ProjectType": "Visual C++", + "Version": self.version.ProjectVersion(), + "Name": self.name, + "ProjectGUID": self.guid, + "RootNamespace": self.name, + "Keyword": "Win32Proj", + }, + self.platform_section, + self.tool_files_section, + self.configurations_section, + ["References"], # empty section + self.files_section, + ["Globals"], # empty section + ] + easy_xml.WriteXmlIfChanged(content, self.project_path, encoding="Windows-1252") diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py new file mode 100644 index 00000000..fea6e672 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py @@ -0,0 +1,1272 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +r"""Code to validate and convert settings of the Microsoft build tools. + +This file contains code to validate and convert settings of the Microsoft +build tools. The function ConvertToMSBuildSettings(), ValidateMSVSSettings(), +and ValidateMSBuildSettings() are the entry points. + +This file was created by comparing the projects created by Visual Studio 2008 +and Visual Studio 2010 for all available settings through the user interface. +The MSBuild schemas were also considered. They are typically found in the +MSBuild install directory, e.g. c:\Program Files (x86)\MSBuild +""" + +import re +import sys + +# Dictionaries of settings validators. The key is the tool name, the value is +# a dictionary mapping setting names to validation functions. +_msvs_validators = {} +_msbuild_validators = {} + + +# A dictionary of settings converters. The key is the tool name, the value is +# a dictionary mapping setting names to conversion functions. +_msvs_to_msbuild_converters = {} + + +# Tool name mapping from MSVS to MSBuild. +_msbuild_name_of_tool = {} + + +class _Tool: + """Represents a tool used by MSVS or MSBuild. + + Attributes: + msvs_name: The name of the tool in MSVS. + msbuild_name: The name of the tool in MSBuild. + """ + + def __init__(self, msvs_name, msbuild_name): + self.msvs_name = msvs_name + self.msbuild_name = msbuild_name + + +def _AddTool(tool): + """Adds a tool to the four dictionaries used to process settings. + + This only defines the tool. Each setting also needs to be added. + + Args: + tool: The _Tool object to be added. + """ + _msvs_validators[tool.msvs_name] = {} + _msbuild_validators[tool.msbuild_name] = {} + _msvs_to_msbuild_converters[tool.msvs_name] = {} + _msbuild_name_of_tool[tool.msvs_name] = tool.msbuild_name + + +def _GetMSBuildToolSettings(msbuild_settings, tool): + """Returns an MSBuild tool dictionary. Creates it if needed.""" + return msbuild_settings.setdefault(tool.msbuild_name, {}) + + +class _Type: + """Type of settings (Base class).""" + + def ValidateMSVS(self, value): + """Verifies that the value is legal for MSVS. + + Args: + value: the value to check for this type. + + Raises: + ValueError if value is not valid for MSVS. + """ + + def ValidateMSBuild(self, value): + """Verifies that the value is legal for MSBuild. + + Args: + value: the value to check for this type. + + Raises: + ValueError if value is not valid for MSBuild. + """ + + def ConvertToMSBuild(self, value): + """Returns the MSBuild equivalent of the MSVS value given. + + Args: + value: the MSVS value to convert. + + Returns: + the MSBuild equivalent. + + Raises: + ValueError if value is not valid. + """ + return value + + +class _String(_Type): + """A setting that's just a string.""" + + def ValidateMSVS(self, value): + if not isinstance(value, str): + raise ValueError("expected string; got %r" % value) + + def ValidateMSBuild(self, value): + if not isinstance(value, str): + raise ValueError("expected string; got %r" % value) + + def ConvertToMSBuild(self, value): + # Convert the macros + return ConvertVCMacrosToMSBuild(value) + + +class _StringList(_Type): + """A settings that's a list of strings.""" + + def ValidateMSVS(self, value): + if not isinstance(value, (list, str)): + raise ValueError("expected string list; got %r" % value) + + def ValidateMSBuild(self, value): + if not isinstance(value, (list, str)): + raise ValueError("expected string list; got %r" % value) + + def ConvertToMSBuild(self, value): + # Convert the macros + if isinstance(value, list): + return [ConvertVCMacrosToMSBuild(i) for i in value] + else: + return ConvertVCMacrosToMSBuild(value) + + +class _Boolean(_Type): + """Boolean settings, can have the values 'false' or 'true'.""" + + def _Validate(self, value): + if value not in {"true", "false"}: + raise ValueError("expected bool; got %r" % value) + + def ValidateMSVS(self, value): + self._Validate(value) + + def ValidateMSBuild(self, value): + self._Validate(value) + + def ConvertToMSBuild(self, value): + self._Validate(value) + return value + + +class _Integer(_Type): + """Integer settings.""" + + def __init__(self, msbuild_base=10): + _Type.__init__(self) + self._msbuild_base = msbuild_base + + def ValidateMSVS(self, value): + # Try to convert, this will raise ValueError if invalid. + self.ConvertToMSBuild(value) + + def ValidateMSBuild(self, value): + # Try to convert, this will raise ValueError if invalid. + int(value, self._msbuild_base) + + def ConvertToMSBuild(self, value): + msbuild_format = ((self._msbuild_base == 10) and "%d") or "0x%04x" + return msbuild_format % int(value) + + +class _Enumeration(_Type): + """Type of settings that is an enumeration. + + In MSVS, the values are indexes like '0', '1', and '2'. + MSBuild uses text labels that are more representative, like 'Win32'. + + Constructor args: + label_list: an array of MSBuild labels that correspond to the MSVS index. + In the rare cases where MSVS has skipped an index value, None is + used in the array to indicate the unused spot. + new: an array of labels that are new to MSBuild. + """ + + def __init__(self, label_list, new=None): + _Type.__init__(self) + self._label_list = label_list + self._msbuild_values = {value for value in label_list if value is not None} + if new is not None: + self._msbuild_values.update(new) + + def ValidateMSVS(self, value): + # Try to convert. It will raise an exception if not valid. + self.ConvertToMSBuild(value) + + def ValidateMSBuild(self, value): + if value not in self._msbuild_values: + raise ValueError("unrecognized enumerated value %s" % value) + + def ConvertToMSBuild(self, value): + index = int(value) + if index < 0 or index >= len(self._label_list): + raise ValueError( + "index value (%d) not in expected range [0, %d)" + % (index, len(self._label_list)) + ) + label = self._label_list[index] + if label is None: + raise ValueError("converted value for %s not specified." % value) + return label + + +# Instantiate the various generic types. +_boolean = _Boolean() +_integer = _Integer() +# For now, we don't do any special validation on these types: +_string = _String() +_file_name = _String() +_folder_name = _String() +_file_list = _StringList() +_folder_list = _StringList() +_string_list = _StringList() +# Some boolean settings went from numerical values to boolean. The +# mapping is 0: default, 1: false, 2: true. +_newly_boolean = _Enumeration(["", "false", "true"]) + + +def _Same(tool, name, setting_type): + """Defines a setting that has the same name in MSVS and MSBuild. + + Args: + tool: a dictionary that gives the names of the tool for MSVS and MSBuild. + name: the name of the setting. + setting_type: the type of this setting. + """ + _Renamed(tool, name, name, setting_type) + + +def _Renamed(tool, msvs_name, msbuild_name, setting_type): + """Defines a setting for which the name has changed. + + Args: + tool: a dictionary that gives the names of the tool for MSVS and MSBuild. + msvs_name: the name of the MSVS setting. + msbuild_name: the name of the MSBuild setting. + setting_type: the type of this setting. + """ + + def _Translate(value, msbuild_settings): + msbuild_tool_settings = _GetMSBuildToolSettings(msbuild_settings, tool) + msbuild_tool_settings[msbuild_name] = setting_type.ConvertToMSBuild(value) + + _msvs_validators[tool.msvs_name][msvs_name] = setting_type.ValidateMSVS + _msbuild_validators[tool.msbuild_name][msbuild_name] = setting_type.ValidateMSBuild + _msvs_to_msbuild_converters[tool.msvs_name][msvs_name] = _Translate + + +def _Moved(tool, settings_name, msbuild_tool_name, setting_type): + _MovedAndRenamed( + tool, settings_name, msbuild_tool_name, settings_name, setting_type + ) + + +def _MovedAndRenamed( + tool, msvs_settings_name, msbuild_tool_name, msbuild_settings_name, setting_type +): + """Defines a setting that may have moved to a new section. + + Args: + tool: a dictionary that gives the names of the tool for MSVS and MSBuild. + msvs_settings_name: the MSVS name of the setting. + msbuild_tool_name: the name of the MSBuild tool to place the setting under. + msbuild_settings_name: the MSBuild name of the setting. + setting_type: the type of this setting. + """ + + def _Translate(value, msbuild_settings): + tool_settings = msbuild_settings.setdefault(msbuild_tool_name, {}) + tool_settings[msbuild_settings_name] = setting_type.ConvertToMSBuild(value) + + _msvs_validators[tool.msvs_name][msvs_settings_name] = setting_type.ValidateMSVS + validator = setting_type.ValidateMSBuild + _msbuild_validators[msbuild_tool_name][msbuild_settings_name] = validator + _msvs_to_msbuild_converters[tool.msvs_name][msvs_settings_name] = _Translate + + +def _MSVSOnly(tool, name, setting_type): + """Defines a setting that is only found in MSVS. + + Args: + tool: a dictionary that gives the names of the tool for MSVS and MSBuild. + name: the name of the setting. + setting_type: the type of this setting. + """ + + def _Translate(unused_value, unused_msbuild_settings): + # Since this is for MSVS only settings, no translation will happen. + pass + + _msvs_validators[tool.msvs_name][name] = setting_type.ValidateMSVS + _msvs_to_msbuild_converters[tool.msvs_name][name] = _Translate + + +def _MSBuildOnly(tool, name, setting_type): + """Defines a setting that is only found in MSBuild. + + Args: + tool: a dictionary that gives the names of the tool for MSVS and MSBuild. + name: the name of the setting. + setting_type: the type of this setting. + """ + + def _Translate(value, msbuild_settings): + # Let msbuild-only properties get translated as-is from msvs_settings. + tool_settings = msbuild_settings.setdefault(tool.msbuild_name, {}) + tool_settings[name] = value + + _msbuild_validators[tool.msbuild_name][name] = setting_type.ValidateMSBuild + _msvs_to_msbuild_converters[tool.msvs_name][name] = _Translate + + +def _ConvertedToAdditionalOption(tool, msvs_name, flag): + """Defines a setting that's handled via a command line option in MSBuild. + + Args: + tool: a dictionary that gives the names of the tool for MSVS and MSBuild. + msvs_name: the name of the MSVS setting that if 'true' becomes a flag + flag: the flag to insert at the end of the AdditionalOptions + """ + + def _Translate(value, msbuild_settings): + if value == "true": + tool_settings = _GetMSBuildToolSettings(msbuild_settings, tool) + if "AdditionalOptions" in tool_settings: + new_flags = "{} {}".format(tool_settings["AdditionalOptions"], flag) + else: + new_flags = flag + tool_settings["AdditionalOptions"] = new_flags + + _msvs_validators[tool.msvs_name][msvs_name] = _boolean.ValidateMSVS + _msvs_to_msbuild_converters[tool.msvs_name][msvs_name] = _Translate + + +def _CustomGeneratePreprocessedFile(tool, msvs_name): + def _Translate(value, msbuild_settings): + tool_settings = _GetMSBuildToolSettings(msbuild_settings, tool) + if value == "0": + tool_settings["PreprocessToFile"] = "false" + tool_settings["PreprocessSuppressLineNumbers"] = "false" + elif value == "1": # /P + tool_settings["PreprocessToFile"] = "true" + tool_settings["PreprocessSuppressLineNumbers"] = "false" + elif value == "2": # /EP /P + tool_settings["PreprocessToFile"] = "true" + tool_settings["PreprocessSuppressLineNumbers"] = "true" + else: + raise ValueError("value must be one of [0, 1, 2]; got %s" % value) + + # Create a bogus validator that looks for '0', '1', or '2' + msvs_validator = _Enumeration(["a", "b", "c"]).ValidateMSVS + _msvs_validators[tool.msvs_name][msvs_name] = msvs_validator + msbuild_validator = _boolean.ValidateMSBuild + msbuild_tool_validators = _msbuild_validators[tool.msbuild_name] + msbuild_tool_validators["PreprocessToFile"] = msbuild_validator + msbuild_tool_validators["PreprocessSuppressLineNumbers"] = msbuild_validator + _msvs_to_msbuild_converters[tool.msvs_name][msvs_name] = _Translate + + +fix_vc_macro_slashes_regex_list = ("IntDir", "OutDir") +fix_vc_macro_slashes_regex = re.compile( + r"(\$\((?:%s)\))(?:[\\/]+)" % "|".join(fix_vc_macro_slashes_regex_list) +) + +# Regular expression to detect keys that were generated by exclusion lists +_EXCLUDED_SUFFIX_RE = re.compile("^(.*)_excluded$") + + +def _ValidateExclusionSetting(setting, settings, error_msg, stderr=sys.stderr): + """Verify that 'setting' is valid if it is generated from an exclusion list. + + If the setting appears to be generated from an exclusion list, the root name + is checked. + + Args: + setting: A string that is the setting name to validate + settings: A dictionary where the keys are valid settings + error_msg: The message to emit in the event of error + stderr: The stream receiving the error messages. + """ + # This may be unrecognized because it's an exclusion list. If the + # setting name has the _excluded suffix, then check the root name. + unrecognized = True + m = re.match(_EXCLUDED_SUFFIX_RE, setting) + if m: + root_setting = m.group(1) + unrecognized = root_setting not in settings + + if unrecognized: + # We don't know this setting. Give a warning. + print(error_msg, file=stderr) + + +def FixVCMacroSlashes(s): + """Replace macros which have excessive following slashes. + + These macros are known to have a built-in trailing slash. Furthermore, many + scripts hiccup on processing paths with extra slashes in the middle. + + This list is probably not exhaustive. Add as needed. + """ + if "$" in s: + s = fix_vc_macro_slashes_regex.sub(r"\1", s) + return s + + +def ConvertVCMacrosToMSBuild(s): + """Convert the MSVS macros found in the string to the MSBuild equivalent. + + This list is probably not exhaustive. Add as needed. + """ + if "$" in s: + replace_map = { + "$(ConfigurationName)": "$(Configuration)", + "$(InputDir)": "%(RelativeDir)", + "$(InputExt)": "%(Extension)", + "$(InputFileName)": "%(Filename)%(Extension)", + "$(InputName)": "%(Filename)", + "$(InputPath)": "%(Identity)", + "$(ParentName)": "$(ProjectFileName)", + "$(PlatformName)": "$(Platform)", + "$(SafeInputName)": "%(Filename)", + } + for old, new in replace_map.items(): + s = s.replace(old, new) + s = FixVCMacroSlashes(s) + return s + + +def ConvertToMSBuildSettings(msvs_settings, stderr=sys.stderr): + """Converts MSVS settings (VS2008 and earlier) to MSBuild settings (VS2010+). + + Args: + msvs_settings: A dictionary. The key is the tool name. The values are + themselves dictionaries of settings and their values. + stderr: The stream receiving the error messages. + + Returns: + A dictionary of MSBuild settings. The key is either the MSBuild tool name + or the empty string (for the global settings). The values are themselves + dictionaries of settings and their values. + """ + msbuild_settings = {} + for msvs_tool_name, msvs_tool_settings in msvs_settings.items(): + if msvs_tool_name in _msvs_to_msbuild_converters: + msvs_tool = _msvs_to_msbuild_converters[msvs_tool_name] + for msvs_setting, msvs_value in msvs_tool_settings.items(): + if msvs_setting in msvs_tool: + # Invoke the translation function. + try: + msvs_tool[msvs_setting](msvs_value, msbuild_settings) + except ValueError as e: + print( + "Warning: while converting %s/%s to MSBuild, " + "%s" % (msvs_tool_name, msvs_setting, e), + file=stderr, + ) + else: + _ValidateExclusionSetting( + msvs_setting, + msvs_tool, + ( + "Warning: unrecognized setting %s/%s " + "while converting to MSBuild." + % (msvs_tool_name, msvs_setting) + ), + stderr, + ) + else: + print( + "Warning: unrecognized tool %s while converting to " + "MSBuild." % msvs_tool_name, + file=stderr, + ) + return msbuild_settings + + +def ValidateMSVSSettings(settings, stderr=sys.stderr): + """Validates that the names of the settings are valid for MSVS. + + Args: + settings: A dictionary. The key is the tool name. The values are + themselves dictionaries of settings and their values. + stderr: The stream receiving the error messages. + """ + _ValidateSettings(_msvs_validators, settings, stderr) + + +def ValidateMSBuildSettings(settings, stderr=sys.stderr): + """Validates that the names of the settings are valid for MSBuild. + + Args: + settings: A dictionary. The key is the tool name. The values are + themselves dictionaries of settings and their values. + stderr: The stream receiving the error messages. + """ + _ValidateSettings(_msbuild_validators, settings, stderr) + + +def _ValidateSettings(validators, settings, stderr): + """Validates that the settings are valid for MSBuild or MSVS. + + We currently only validate the names of the settings, not their values. + + Args: + validators: A dictionary of tools and their validators. + settings: A dictionary. The key is the tool name. The values are + themselves dictionaries of settings and their values. + stderr: The stream receiving the error messages. + """ + for tool_name in settings: + if tool_name in validators: + tool_validators = validators[tool_name] + for setting, value in settings[tool_name].items(): + if setting in tool_validators: + try: + tool_validators[setting](value) + except ValueError as e: + print( + f"Warning: for {tool_name}/{setting}, {e}", + file=stderr, + ) + else: + _ValidateExclusionSetting( + setting, + tool_validators, + (f"Warning: unrecognized setting {tool_name}/{setting}"), + stderr, + ) + + else: + print("Warning: unrecognized tool %s" % (tool_name), file=stderr) + + +# MSVS and MBuild names of the tools. +_compile = _Tool("VCCLCompilerTool", "ClCompile") +_link = _Tool("VCLinkerTool", "Link") +_midl = _Tool("VCMIDLTool", "Midl") +_rc = _Tool("VCResourceCompilerTool", "ResourceCompile") +_lib = _Tool("VCLibrarianTool", "Lib") +_manifest = _Tool("VCManifestTool", "Manifest") +_masm = _Tool("MASM", "MASM") +_armasm = _Tool("ARMASM", "ARMASM") + + +_AddTool(_compile) +_AddTool(_link) +_AddTool(_midl) +_AddTool(_rc) +_AddTool(_lib) +_AddTool(_manifest) +_AddTool(_masm) +_AddTool(_armasm) +# Add sections only found in the MSBuild settings. +_msbuild_validators[""] = {} +_msbuild_validators["ProjectReference"] = {} +_msbuild_validators["ManifestResourceCompile"] = {} + +# Descriptions of the compiler options, i.e. VCCLCompilerTool in MSVS and +# ClCompile in MSBuild. +# See "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\1033\cl.xml" for +# the schema of the MSBuild ClCompile settings. + +# Options that have the same name in MSVS and MSBuild +_Same(_compile, "AdditionalIncludeDirectories", _folder_list) # /I +_Same(_compile, "AdditionalOptions", _string_list) +_Same(_compile, "AdditionalUsingDirectories", _folder_list) # /AI +_Same(_compile, "AssemblerListingLocation", _file_name) # /Fa +_Same(_compile, "BrowseInformationFile", _file_name) +_Same(_compile, "BufferSecurityCheck", _boolean) # /GS +_Same(_compile, "DisableLanguageExtensions", _boolean) # /Za +_Same(_compile, "DisableSpecificWarnings", _string_list) # /wd +_Same(_compile, "EnableFiberSafeOptimizations", _boolean) # /GT +_Same(_compile, "EnablePREfast", _boolean) # /analyze Visible='false' +_Same(_compile, "ExpandAttributedSource", _boolean) # /Fx +_Same(_compile, "FloatingPointExceptions", _boolean) # /fp:except +_Same(_compile, "ForceConformanceInForLoopScope", _boolean) # /Zc:forScope +_Same(_compile, "ForcedIncludeFiles", _file_list) # /FI +_Same(_compile, "ForcedUsingFiles", _file_list) # /FU +_Same(_compile, "GenerateXMLDocumentationFiles", _boolean) # /doc +_Same(_compile, "IgnoreStandardIncludePath", _boolean) # /X +_Same(_compile, "MinimalRebuild", _boolean) # /Gm +_Same(_compile, "OmitDefaultLibName", _boolean) # /Zl +_Same(_compile, "OmitFramePointers", _boolean) # /Oy +_Same(_compile, "PreprocessorDefinitions", _string_list) # /D +_Same(_compile, "ProgramDataBaseFileName", _file_name) # /Fd +_Same(_compile, "RuntimeTypeInfo", _boolean) # /GR +_Same(_compile, "ShowIncludes", _boolean) # /showIncludes +_Same(_compile, "SmallerTypeCheck", _boolean) # /RTCc +_Same(_compile, "StringPooling", _boolean) # /GF +_Same(_compile, "SuppressStartupBanner", _boolean) # /nologo +_Same(_compile, "TreatWChar_tAsBuiltInType", _boolean) # /Zc:wchar_t +_Same(_compile, "UndefineAllPreprocessorDefinitions", _boolean) # /u +_Same(_compile, "UndefinePreprocessorDefinitions", _string_list) # /U +_Same(_compile, "UseFullPaths", _boolean) # /FC +_Same(_compile, "WholeProgramOptimization", _boolean) # /GL +_Same(_compile, "XMLDocumentationFileName", _file_name) +_Same(_compile, "CompileAsWinRT", _boolean) # /ZW + +_Same( + _compile, + "AssemblerOutput", + _Enumeration( + [ + "NoListing", + "AssemblyCode", # /FA + "All", # /FAcs + "AssemblyAndMachineCode", # /FAc + "AssemblyAndSourceCode", + ] + ), +) # /FAs +_Same( + _compile, + "BasicRuntimeChecks", + _Enumeration( + [ + "Default", + "StackFrameRuntimeCheck", # /RTCs + "UninitializedLocalUsageCheck", # /RTCu + "EnableFastChecks", + ] + ), +) # /RTC1 +_Same( + _compile, "BrowseInformation", _Enumeration(["false", "true", "true"]) # /FR +) # /Fr +_Same( + _compile, + "CallingConvention", + _Enumeration(["Cdecl", "FastCall", "StdCall", "VectorCall"]), # /Gd # /Gr # /Gz +) # /Gv +_Same( + _compile, + "CompileAs", + _Enumeration(["Default", "CompileAsC", "CompileAsCpp"]), # /TC +) # /TP +_Same( + _compile, + "DebugInformationFormat", + _Enumeration( + [ + "", # Disabled + "OldStyle", # /Z7 + None, + "ProgramDatabase", # /Zi + "EditAndContinue", + ] + ), +) # /ZI +_Same( + _compile, + "EnableEnhancedInstructionSet", + _Enumeration( + [ + "NotSet", + "StreamingSIMDExtensions", # /arch:SSE + "StreamingSIMDExtensions2", # /arch:SSE2 + "AdvancedVectorExtensions", # /arch:AVX (vs2012+) + "NoExtensions", # /arch:IA32 (vs2012+) + # This one only exists in the new msbuild format. + "AdvancedVectorExtensions2", # /arch:AVX2 (vs2013r2+) + ] + ), +) +_Same( + _compile, + "ErrorReporting", + _Enumeration( + [ + "None", # /errorReport:none + "Prompt", # /errorReport:prompt + "Queue", + ], # /errorReport:queue + new=["Send"], + ), +) # /errorReport:send" +_Same( + _compile, + "ExceptionHandling", + _Enumeration(["false", "Sync", "Async"], new=["SyncCThrow"]), # /EHsc # /EHa +) # /EHs +_Same( + _compile, "FavorSizeOrSpeed", _Enumeration(["Neither", "Speed", "Size"]) # /Ot +) # /Os +_Same( + _compile, + "FloatingPointModel", + _Enumeration(["Precise", "Strict", "Fast"]), # /fp:precise # /fp:strict +) # /fp:fast +_Same( + _compile, + "InlineFunctionExpansion", + _Enumeration( + ["Default", "OnlyExplicitInline", "AnySuitable"], # /Ob1 # /Ob2 + new=["Disabled"], + ), +) # /Ob0 +_Same( + _compile, + "Optimization", + _Enumeration(["Disabled", "MinSpace", "MaxSpeed", "Full"]), # /Od # /O1 # /O2 +) # /Ox +_Same( + _compile, + "RuntimeLibrary", + _Enumeration( + [ + "MultiThreaded", # /MT + "MultiThreadedDebug", # /MTd + "MultiThreadedDLL", # /MD + "MultiThreadedDebugDLL", + ] + ), +) # /MDd +_Same( + _compile, + "StructMemberAlignment", + _Enumeration( + [ + "Default", + "1Byte", # /Zp1 + "2Bytes", # /Zp2 + "4Bytes", # /Zp4 + "8Bytes", # /Zp8 + "16Bytes", + ] + ), +) # /Zp16 +_Same( + _compile, + "WarningLevel", + _Enumeration( + [ + "TurnOffAllWarnings", # /W0 + "Level1", # /W1 + "Level2", # /W2 + "Level3", # /W3 + "Level4", + ], # /W4 + new=["EnableAllWarnings"], + ), +) # /Wall + +# Options found in MSVS that have been renamed in MSBuild. +_Renamed( + _compile, "EnableFunctionLevelLinking", "FunctionLevelLinking", _boolean +) # /Gy +_Renamed(_compile, "EnableIntrinsicFunctions", "IntrinsicFunctions", _boolean) # /Oi +_Renamed(_compile, "KeepComments", "PreprocessKeepComments", _boolean) # /C +_Renamed(_compile, "ObjectFile", "ObjectFileName", _file_name) # /Fo +_Renamed(_compile, "OpenMP", "OpenMPSupport", _boolean) # /openmp +_Renamed( + _compile, "PrecompiledHeaderThrough", "PrecompiledHeaderFile", _file_name +) # Used with /Yc and /Yu +_Renamed( + _compile, "PrecompiledHeaderFile", "PrecompiledHeaderOutputFile", _file_name +) # /Fp +_Renamed( + _compile, + "UsePrecompiledHeader", + "PrecompiledHeader", + _Enumeration( + ["NotUsing", "Create", "Use"] # VS recognized '' for this value too. # /Yc + ), +) # /Yu +_Renamed(_compile, "WarnAsError", "TreatWarningAsError", _boolean) # /WX + +_ConvertedToAdditionalOption(_compile, "DefaultCharIsUnsigned", "/J") + +# MSVS options not found in MSBuild. +_MSVSOnly(_compile, "Detect64BitPortabilityProblems", _boolean) +_MSVSOnly(_compile, "UseUnicodeResponseFiles", _boolean) + +# MSBuild options not found in MSVS. +_MSBuildOnly(_compile, "BuildingInIDE", _boolean) +_MSBuildOnly( + _compile, "CompileAsManaged", _Enumeration([], new=["false", "true"]) +) # /clr +_MSBuildOnly(_compile, "CreateHotpatchableImage", _boolean) # /hotpatch +_MSBuildOnly(_compile, "LanguageStandard", _string) +_MSBuildOnly(_compile, "LanguageStandard_C", _string) +_MSBuildOnly(_compile, "MultiProcessorCompilation", _boolean) # /MP +_MSBuildOnly(_compile, "PreprocessOutputPath", _string) # /Fi +_MSBuildOnly(_compile, "ProcessorNumber", _integer) # the number of processors +_MSBuildOnly(_compile, "TrackerLogDirectory", _folder_name) +_MSBuildOnly(_compile, "TreatSpecificWarningsAsErrors", _string_list) # /we +_MSBuildOnly(_compile, "UseUnicodeForAssemblerListing", _boolean) # /FAu + +# Defines a setting that needs very customized processing +_CustomGeneratePreprocessedFile(_compile, "GeneratePreprocessedFile") + + +# Directives for converting MSVS VCLinkerTool to MSBuild Link. +# See "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\1033\link.xml" for +# the schema of the MSBuild Link settings. + +# Options that have the same name in MSVS and MSBuild +_Same(_link, "AdditionalDependencies", _file_list) +_Same(_link, "AdditionalLibraryDirectories", _folder_list) # /LIBPATH +# /MANIFESTDEPENDENCY: +_Same(_link, "AdditionalManifestDependencies", _file_list) +_Same(_link, "AdditionalOptions", _string_list) +_Same(_link, "AddModuleNamesToAssembly", _file_list) # /ASSEMBLYMODULE +_Same(_link, "AllowIsolation", _boolean) # /ALLOWISOLATION +_Same(_link, "AssemblyLinkResource", _file_list) # /ASSEMBLYLINKRESOURCE +_Same(_link, "BaseAddress", _string) # /BASE +_Same(_link, "CLRUnmanagedCodeCheck", _boolean) # /CLRUNMANAGEDCODECHECK +_Same(_link, "DelayLoadDLLs", _file_list) # /DELAYLOAD +_Same(_link, "DelaySign", _boolean) # /DELAYSIGN +_Same(_link, "EmbedManagedResourceFile", _file_list) # /ASSEMBLYRESOURCE +_Same(_link, "EnableUAC", _boolean) # /MANIFESTUAC +_Same(_link, "EntryPointSymbol", _string) # /ENTRY +_Same(_link, "ForceSymbolReferences", _file_list) # /INCLUDE +_Same(_link, "FunctionOrder", _file_name) # /ORDER +_Same(_link, "GenerateDebugInformation", _boolean) # /DEBUG +_Same(_link, "GenerateMapFile", _boolean) # /MAP +_Same(_link, "HeapCommitSize", _string) +_Same(_link, "HeapReserveSize", _string) # /HEAP +_Same(_link, "IgnoreAllDefaultLibraries", _boolean) # /NODEFAULTLIB +_Same(_link, "IgnoreEmbeddedIDL", _boolean) # /IGNOREIDL +_Same(_link, "ImportLibrary", _file_name) # /IMPLIB +_Same(_link, "KeyContainer", _file_name) # /KEYCONTAINER +_Same(_link, "KeyFile", _file_name) # /KEYFILE +_Same(_link, "ManifestFile", _file_name) # /ManifestFile +_Same(_link, "MapExports", _boolean) # /MAPINFO:EXPORTS +_Same(_link, "MapFileName", _file_name) +_Same(_link, "MergedIDLBaseFileName", _file_name) # /IDLOUT +_Same(_link, "MergeSections", _string) # /MERGE +_Same(_link, "MidlCommandFile", _file_name) # /MIDL +_Same(_link, "ModuleDefinitionFile", _file_name) # /DEF +_Same(_link, "OutputFile", _file_name) # /OUT +_Same(_link, "PerUserRedirection", _boolean) +_Same(_link, "Profile", _boolean) # /PROFILE +_Same(_link, "ProfileGuidedDatabase", _file_name) # /PGD +_Same(_link, "ProgramDatabaseFile", _file_name) # /PDB +_Same(_link, "RegisterOutput", _boolean) +_Same(_link, "SetChecksum", _boolean) # /RELEASE +_Same(_link, "StackCommitSize", _string) +_Same(_link, "StackReserveSize", _string) # /STACK +_Same(_link, "StripPrivateSymbols", _file_name) # /PDBSTRIPPED +_Same(_link, "SupportUnloadOfDelayLoadedDLL", _boolean) # /DELAY:UNLOAD +_Same(_link, "SuppressStartupBanner", _boolean) # /NOLOGO +_Same(_link, "SwapRunFromCD", _boolean) # /SWAPRUN:CD +_Same(_link, "TurnOffAssemblyGeneration", _boolean) # /NOASSEMBLY +_Same(_link, "TypeLibraryFile", _file_name) # /TLBOUT +_Same(_link, "TypeLibraryResourceID", _integer) # /TLBID +_Same(_link, "UACUIAccess", _boolean) # /uiAccess='true' +_Same(_link, "Version", _string) # /VERSION + +_Same(_link, "EnableCOMDATFolding", _newly_boolean) # /OPT:ICF +_Same(_link, "FixedBaseAddress", _newly_boolean) # /FIXED +_Same(_link, "LargeAddressAware", _newly_boolean) # /LARGEADDRESSAWARE +_Same(_link, "OptimizeReferences", _newly_boolean) # /OPT:REF +_Same(_link, "RandomizedBaseAddress", _newly_boolean) # /DYNAMICBASE +_Same(_link, "TerminalServerAware", _newly_boolean) # /TSAWARE + +_subsystem_enumeration = _Enumeration( + [ + "NotSet", + "Console", # /SUBSYSTEM:CONSOLE + "Windows", # /SUBSYSTEM:WINDOWS + "Native", # /SUBSYSTEM:NATIVE + "EFI Application", # /SUBSYSTEM:EFI_APPLICATION + "EFI Boot Service Driver", # /SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER + "EFI ROM", # /SUBSYSTEM:EFI_ROM + "EFI Runtime", # /SUBSYSTEM:EFI_RUNTIME_DRIVER + "WindowsCE", + ], # /SUBSYSTEM:WINDOWSCE + new=["POSIX"], +) # /SUBSYSTEM:POSIX + +_target_machine_enumeration = _Enumeration( + [ + "NotSet", + "MachineX86", # /MACHINE:X86 + None, + "MachineARM", # /MACHINE:ARM + "MachineEBC", # /MACHINE:EBC + "MachineIA64", # /MACHINE:IA64 + None, + "MachineMIPS", # /MACHINE:MIPS + "MachineMIPS16", # /MACHINE:MIPS16 + "MachineMIPSFPU", # /MACHINE:MIPSFPU + "MachineMIPSFPU16", # /MACHINE:MIPSFPU16 + None, + None, + None, + "MachineSH4", # /MACHINE:SH4 + None, + "MachineTHUMB", # /MACHINE:THUMB + "MachineX64", + ] +) # /MACHINE:X64 + +_Same( + _link, "AssemblyDebug", _Enumeration(["", "true", "false"]) # /ASSEMBLYDEBUG +) # /ASSEMBLYDEBUG:DISABLE +_Same( + _link, + "CLRImageType", + _Enumeration( + [ + "Default", + "ForceIJWImage", # /CLRIMAGETYPE:IJW + "ForcePureILImage", # /Switch="CLRIMAGETYPE:PURE + "ForceSafeILImage", + ] + ), +) # /Switch="CLRIMAGETYPE:SAFE +_Same( + _link, + "CLRThreadAttribute", + _Enumeration( + [ + "DefaultThreadingAttribute", # /CLRTHREADATTRIBUTE:NONE + "MTAThreadingAttribute", # /CLRTHREADATTRIBUTE:MTA + "STAThreadingAttribute", + ] + ), +) # /CLRTHREADATTRIBUTE:STA +_Same( + _link, + "DataExecutionPrevention", + _Enumeration(["", "false", "true"]), # /NXCOMPAT:NO +) # /NXCOMPAT +_Same( + _link, + "Driver", + _Enumeration(["NotSet", "Driver", "UpOnly", "WDM"]), # /Driver # /DRIVER:UPONLY +) # /DRIVER:WDM +_Same( + _link, + "LinkTimeCodeGeneration", + _Enumeration( + [ + "Default", + "UseLinkTimeCodeGeneration", # /LTCG + "PGInstrument", # /LTCG:PGInstrument + "PGOptimization", # /LTCG:PGOptimize + "PGUpdate", + ] + ), +) # /LTCG:PGUpdate +_Same( + _link, + "ShowProgress", + _Enumeration( + ["NotSet", "LinkVerbose", "LinkVerboseLib"], # /VERBOSE # /VERBOSE:Lib + new=[ + "LinkVerboseICF", # /VERBOSE:ICF + "LinkVerboseREF", # /VERBOSE:REF + "LinkVerboseSAFESEH", # /VERBOSE:SAFESEH + "LinkVerboseCLR", + ], + ), +) # /VERBOSE:CLR +_Same(_link, "SubSystem", _subsystem_enumeration) +_Same(_link, "TargetMachine", _target_machine_enumeration) +_Same( + _link, + "UACExecutionLevel", + _Enumeration( + [ + "AsInvoker", # /level='asInvoker' + "HighestAvailable", # /level='highestAvailable' + "RequireAdministrator", + ] + ), +) # /level='requireAdministrator' +_Same(_link, "MinimumRequiredVersion", _string) +_Same(_link, "TreatLinkerWarningAsErrors", _boolean) # /WX + + +# Options found in MSVS that have been renamed in MSBuild. +_Renamed( + _link, + "ErrorReporting", + "LinkErrorReporting", + _Enumeration( + [ + "NoErrorReport", # /ERRORREPORT:NONE + "PromptImmediately", # /ERRORREPORT:PROMPT + "QueueForNextLogin", + ], # /ERRORREPORT:QUEUE + new=["SendErrorReport"], + ), +) # /ERRORREPORT:SEND +_Renamed( + _link, "IgnoreDefaultLibraryNames", "IgnoreSpecificDefaultLibraries", _file_list +) # /NODEFAULTLIB +_Renamed(_link, "ResourceOnlyDLL", "NoEntryPoint", _boolean) # /NOENTRY +_Renamed(_link, "SwapRunFromNet", "SwapRunFromNET", _boolean) # /SWAPRUN:NET + +_Moved(_link, "GenerateManifest", "", _boolean) +_Moved(_link, "IgnoreImportLibrary", "", _boolean) +_Moved(_link, "LinkIncremental", "", _newly_boolean) +_Moved(_link, "LinkLibraryDependencies", "ProjectReference", _boolean) +_Moved(_link, "UseLibraryDependencyInputs", "ProjectReference", _boolean) + +# MSVS options not found in MSBuild. +_MSVSOnly(_link, "OptimizeForWindows98", _newly_boolean) +_MSVSOnly(_link, "UseUnicodeResponseFiles", _boolean) + +# MSBuild options not found in MSVS. +_MSBuildOnly(_link, "BuildingInIDE", _boolean) +_MSBuildOnly(_link, "ImageHasSafeExceptionHandlers", _boolean) # /SAFESEH +_MSBuildOnly(_link, "LinkDLL", _boolean) # /DLL Visible='false' +_MSBuildOnly(_link, "LinkStatus", _boolean) # /LTCG:STATUS +_MSBuildOnly(_link, "PreventDllBinding", _boolean) # /ALLOWBIND +_MSBuildOnly(_link, "SupportNobindOfDelayLoadedDLL", _boolean) # /DELAY:NOBIND +_MSBuildOnly(_link, "TrackerLogDirectory", _folder_name) +_MSBuildOnly(_link, "MSDOSStubFileName", _file_name) # /STUB Visible='false' +_MSBuildOnly(_link, "SectionAlignment", _integer) # /ALIGN +_MSBuildOnly(_link, "SpecifySectionAttributes", _string) # /SECTION +_MSBuildOnly( + _link, + "ForceFileOutput", + _Enumeration( + [], + new=[ + "Enabled", # /FORCE + # /FORCE:MULTIPLE + "MultiplyDefinedSymbolOnly", + "UndefinedSymbolOnly", + ], + ), +) # /FORCE:UNRESOLVED +_MSBuildOnly( + _link, + "CreateHotPatchableImage", + _Enumeration( + [], + new=[ + "Enabled", # /FUNCTIONPADMIN + "X86Image", # /FUNCTIONPADMIN:5 + "X64Image", # /FUNCTIONPADMIN:6 + "ItaniumImage", + ], + ), +) # /FUNCTIONPADMIN:16 +_MSBuildOnly( + _link, + "CLRSupportLastError", + _Enumeration( + [], + new=[ + "Enabled", # /CLRSupportLastError + "Disabled", # /CLRSupportLastError:NO + # /CLRSupportLastError:SYSTEMDLL + "SystemDlls", + ], + ), +) + + +# Directives for converting VCResourceCompilerTool to ResourceCompile. +# See "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\1033\rc.xml" for +# the schema of the MSBuild ResourceCompile settings. + +_Same(_rc, "AdditionalOptions", _string_list) +_Same(_rc, "AdditionalIncludeDirectories", _folder_list) # /I +_Same(_rc, "Culture", _Integer(msbuild_base=16)) +_Same(_rc, "IgnoreStandardIncludePath", _boolean) # /X +_Same(_rc, "PreprocessorDefinitions", _string_list) # /D +_Same(_rc, "ResourceOutputFileName", _string) # /fo +_Same(_rc, "ShowProgress", _boolean) # /v +# There is no UI in VisualStudio 2008 to set the following properties. +# However they are found in CL and other tools. Include them here for +# completeness, as they are very likely to have the same usage pattern. +_Same(_rc, "SuppressStartupBanner", _boolean) # /nologo +_Same(_rc, "UndefinePreprocessorDefinitions", _string_list) # /u + +# MSBuild options not found in MSVS. +_MSBuildOnly(_rc, "NullTerminateStrings", _boolean) # /n +_MSBuildOnly(_rc, "TrackerLogDirectory", _folder_name) + + +# Directives for converting VCMIDLTool to Midl. +# See "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\1033\midl.xml" for +# the schema of the MSBuild Midl settings. + +_Same(_midl, "AdditionalIncludeDirectories", _folder_list) # /I +_Same(_midl, "AdditionalOptions", _string_list) +_Same(_midl, "CPreprocessOptions", _string) # /cpp_opt +_Same(_midl, "ErrorCheckAllocations", _boolean) # /error allocation +_Same(_midl, "ErrorCheckBounds", _boolean) # /error bounds_check +_Same(_midl, "ErrorCheckEnumRange", _boolean) # /error enum +_Same(_midl, "ErrorCheckRefPointers", _boolean) # /error ref +_Same(_midl, "ErrorCheckStubData", _boolean) # /error stub_data +_Same(_midl, "GenerateStublessProxies", _boolean) # /Oicf +_Same(_midl, "GenerateTypeLibrary", _boolean) +_Same(_midl, "HeaderFileName", _file_name) # /h +_Same(_midl, "IgnoreStandardIncludePath", _boolean) # /no_def_idir +_Same(_midl, "InterfaceIdentifierFileName", _file_name) # /iid +_Same(_midl, "MkTypLibCompatible", _boolean) # /mktyplib203 +_Same(_midl, "OutputDirectory", _string) # /out +_Same(_midl, "PreprocessorDefinitions", _string_list) # /D +_Same(_midl, "ProxyFileName", _file_name) # /proxy +_Same(_midl, "RedirectOutputAndErrors", _file_name) # /o +_Same(_midl, "SuppressStartupBanner", _boolean) # /nologo +_Same(_midl, "TypeLibraryName", _file_name) # /tlb +_Same(_midl, "UndefinePreprocessorDefinitions", _string_list) # /U +_Same(_midl, "WarnAsError", _boolean) # /WX + +_Same( + _midl, + "DefaultCharType", + _Enumeration(["Unsigned", "Signed", "Ascii"]), # /char unsigned # /char signed +) # /char ascii7 +_Same( + _midl, + "TargetEnvironment", + _Enumeration( + [ + "NotSet", + "Win32", # /env win32 + "Itanium", # /env ia64 + "X64", # /env x64 + "ARM64", # /env arm64 + ] + ), +) +_Same( + _midl, + "EnableErrorChecks", + _Enumeration(["EnableCustom", "None", "All"]), # /error none +) # /error all +_Same( + _midl, + "StructMemberAlignment", + _Enumeration(["NotSet", "1", "2", "4", "8"]), # Zp1 # Zp2 # Zp4 +) # Zp8 +_Same( + _midl, + "WarningLevel", + _Enumeration(["0", "1", "2", "3", "4"]), # /W0 # /W1 # /W2 # /W3 +) # /W4 + +_Renamed(_midl, "DLLDataFileName", "DllDataFileName", _file_name) # /dlldata +_Renamed(_midl, "ValidateParameters", "ValidateAllParameters", _boolean) # /robust + +# MSBuild options not found in MSVS. +_MSBuildOnly(_midl, "ApplicationConfigurationMode", _boolean) # /app_config +_MSBuildOnly(_midl, "ClientStubFile", _file_name) # /cstub +_MSBuildOnly( + _midl, "GenerateClientFiles", _Enumeration([], new=["Stub", "None"]) # /client stub +) # /client none +_MSBuildOnly( + _midl, "GenerateServerFiles", _Enumeration([], new=["Stub", "None"]) # /client stub +) # /client none +_MSBuildOnly(_midl, "LocaleID", _integer) # /lcid DECIMAL +_MSBuildOnly(_midl, "ServerStubFile", _file_name) # /sstub +_MSBuildOnly(_midl, "SuppressCompilerWarnings", _boolean) # /no_warn +_MSBuildOnly(_midl, "TrackerLogDirectory", _folder_name) +_MSBuildOnly( + _midl, "TypeLibFormat", _Enumeration([], new=["NewFormat", "OldFormat"]) # /newtlb +) # /oldtlb + + +# Directives for converting VCLibrarianTool to Lib. +# See "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\1033\lib.xml" for +# the schema of the MSBuild Lib settings. + +_Same(_lib, "AdditionalDependencies", _file_list) +_Same(_lib, "AdditionalLibraryDirectories", _folder_list) # /LIBPATH +_Same(_lib, "AdditionalOptions", _string_list) +_Same(_lib, "ExportNamedFunctions", _string_list) # /EXPORT +_Same(_lib, "ForceSymbolReferences", _string) # /INCLUDE +_Same(_lib, "IgnoreAllDefaultLibraries", _boolean) # /NODEFAULTLIB +_Same(_lib, "IgnoreSpecificDefaultLibraries", _file_list) # /NODEFAULTLIB +_Same(_lib, "ModuleDefinitionFile", _file_name) # /DEF +_Same(_lib, "OutputFile", _file_name) # /OUT +_Same(_lib, "SuppressStartupBanner", _boolean) # /NOLOGO +_Same(_lib, "UseUnicodeResponseFiles", _boolean) +_Same(_lib, "LinkTimeCodeGeneration", _boolean) # /LTCG +_Same(_lib, "TargetMachine", _target_machine_enumeration) + +# TODO(jeanluc) _link defines the same value that gets moved to +# ProjectReference. We may want to validate that they are consistent. +_Moved(_lib, "LinkLibraryDependencies", "ProjectReference", _boolean) + +_MSBuildOnly(_lib, "DisplayLibrary", _string) # /LIST Visible='false' +_MSBuildOnly( + _lib, + "ErrorReporting", + _Enumeration( + [], + new=[ + "PromptImmediately", # /ERRORREPORT:PROMPT + "QueueForNextLogin", # /ERRORREPORT:QUEUE + "SendErrorReport", # /ERRORREPORT:SEND + "NoErrorReport", + ], + ), +) # /ERRORREPORT:NONE +_MSBuildOnly(_lib, "MinimumRequiredVersion", _string) +_MSBuildOnly(_lib, "Name", _file_name) # /NAME +_MSBuildOnly(_lib, "RemoveObjects", _file_list) # /REMOVE +_MSBuildOnly(_lib, "SubSystem", _subsystem_enumeration) +_MSBuildOnly(_lib, "TrackerLogDirectory", _folder_name) +_MSBuildOnly(_lib, "TreatLibWarningAsErrors", _boolean) # /WX +_MSBuildOnly(_lib, "Verbose", _boolean) + + +# Directives for converting VCManifestTool to Mt. +# See "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\1033\mt.xml" for +# the schema of the MSBuild Lib settings. + +# Options that have the same name in MSVS and MSBuild +_Same(_manifest, "AdditionalManifestFiles", _file_list) # /manifest +_Same(_manifest, "AdditionalOptions", _string_list) +_Same(_manifest, "AssemblyIdentity", _string) # /identity: +_Same(_manifest, "ComponentFileName", _file_name) # /dll +_Same(_manifest, "GenerateCatalogFiles", _boolean) # /makecdfs +_Same(_manifest, "InputResourceManifests", _string) # /inputresource +_Same(_manifest, "OutputManifestFile", _file_name) # /out +_Same(_manifest, "RegistrarScriptFile", _file_name) # /rgs +_Same(_manifest, "ReplacementsFile", _file_name) # /replacements +_Same(_manifest, "SuppressStartupBanner", _boolean) # /nologo +_Same(_manifest, "TypeLibraryFile", _file_name) # /tlb: +_Same(_manifest, "UpdateFileHashes", _boolean) # /hashupdate +_Same(_manifest, "UpdateFileHashesSearchPath", _file_name) +_Same(_manifest, "VerboseOutput", _boolean) # /verbose + +# Options that have moved location. +_MovedAndRenamed( + _manifest, + "ManifestResourceFile", + "ManifestResourceCompile", + "ResourceOutputFileName", + _file_name, +) +_Moved(_manifest, "EmbedManifest", "", _boolean) + +# MSVS options not found in MSBuild. +_MSVSOnly(_manifest, "DependencyInformationFile", _file_name) +_MSVSOnly(_manifest, "UseFAT32Workaround", _boolean) +_MSVSOnly(_manifest, "UseUnicodeResponseFiles", _boolean) + +# MSBuild options not found in MSVS. +_MSBuildOnly(_manifest, "EnableDPIAwareness", _boolean) +_MSBuildOnly(_manifest, "GenerateCategoryTags", _boolean) # /category +_MSBuildOnly( + _manifest, "ManifestFromManagedAssembly", _file_name +) # /managedassemblyname +_MSBuildOnly(_manifest, "OutputResourceManifests", _string) # /outputresource +_MSBuildOnly(_manifest, "SuppressDependencyElement", _boolean) # /nodependency +_MSBuildOnly(_manifest, "TrackerLogDirectory", _folder_name) + + +# Directives for MASM. +# See "$(VCTargetsPath)\BuildCustomizations\masm.xml" for the schema of the +# MSBuild MASM settings. + +# Options that have the same name in MSVS and MSBuild. +_Same(_masm, "UseSafeExceptionHandlers", _boolean) # /safeseh diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py new file mode 100755 index 00000000..6ca09687 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py @@ -0,0 +1,1547 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Unit tests for the MSVSSettings.py file.""" + +import unittest +import gyp.MSVSSettings as MSVSSettings + +from io import StringIO + + +class TestSequenceFunctions(unittest.TestCase): + def setUp(self): + self.stderr = StringIO() + + def _ExpectedWarnings(self, expected): + """Compares recorded lines to expected warnings.""" + self.stderr.seek(0) + actual = self.stderr.read().split("\n") + actual = [line for line in actual if line] + self.assertEqual(sorted(expected), sorted(actual)) + + def testValidateMSVSSettings_tool_names(self): + """Tests that only MSVS tool names are allowed.""" + MSVSSettings.ValidateMSVSSettings( + { + "VCCLCompilerTool": {}, + "VCLinkerTool": {}, + "VCMIDLTool": {}, + "foo": {}, + "VCResourceCompilerTool": {}, + "VCLibrarianTool": {}, + "VCManifestTool": {}, + "ClCompile": {}, + }, + self.stderr, + ) + self._ExpectedWarnings( + ["Warning: unrecognized tool foo", "Warning: unrecognized tool ClCompile"] + ) + + def testValidateMSVSSettings_settings(self): + """Tests that for invalid MSVS settings.""" + MSVSSettings.ValidateMSVSSettings( + { + "VCCLCompilerTool": { + "AdditionalIncludeDirectories": "folder1;folder2", + "AdditionalOptions": ["string1", "string2"], + "AdditionalUsingDirectories": "folder1;folder2", + "AssemblerListingLocation": "a_file_name", + "AssemblerOutput": "0", + "BasicRuntimeChecks": "5", + "BrowseInformation": "fdkslj", + "BrowseInformationFile": "a_file_name", + "BufferSecurityCheck": "true", + "CallingConvention": "-1", + "CompileAs": "1", + "DebugInformationFormat": "2", + "DefaultCharIsUnsigned": "true", + "Detect64BitPortabilityProblems": "true", + "DisableLanguageExtensions": "true", + "DisableSpecificWarnings": "string1;string2", + "EnableEnhancedInstructionSet": "1", + "EnableFiberSafeOptimizations": "true", + "EnableFunctionLevelLinking": "true", + "EnableIntrinsicFunctions": "true", + "EnablePREfast": "true", + "Enableprefast": "bogus", + "ErrorReporting": "1", + "ExceptionHandling": "1", + "ExpandAttributedSource": "true", + "FavorSizeOrSpeed": "1", + "FloatingPointExceptions": "true", + "FloatingPointModel": "1", + "ForceConformanceInForLoopScope": "true", + "ForcedIncludeFiles": "file1;file2", + "ForcedUsingFiles": "file1;file2", + "GeneratePreprocessedFile": "1", + "GenerateXMLDocumentationFiles": "true", + "IgnoreStandardIncludePath": "true", + "InlineFunctionExpansion": "1", + "KeepComments": "true", + "MinimalRebuild": "true", + "ObjectFile": "a_file_name", + "OmitDefaultLibName": "true", + "OmitFramePointers": "true", + "OpenMP": "true", + "Optimization": "1", + "PrecompiledHeaderFile": "a_file_name", + "PrecompiledHeaderThrough": "a_file_name", + "PreprocessorDefinitions": "string1;string2", + "ProgramDataBaseFileName": "a_file_name", + "RuntimeLibrary": "1", + "RuntimeTypeInfo": "true", + "ShowIncludes": "true", + "SmallerTypeCheck": "true", + "StringPooling": "true", + "StructMemberAlignment": "1", + "SuppressStartupBanner": "true", + "TreatWChar_tAsBuiltInType": "true", + "UndefineAllPreprocessorDefinitions": "true", + "UndefinePreprocessorDefinitions": "string1;string2", + "UseFullPaths": "true", + "UsePrecompiledHeader": "1", + "UseUnicodeResponseFiles": "true", + "WarnAsError": "true", + "WarningLevel": "1", + "WholeProgramOptimization": "true", + "XMLDocumentationFileName": "a_file_name", + "ZZXYZ": "bogus", + }, + "VCLinkerTool": { + "AdditionalDependencies": "file1;file2", + "AdditionalDependencies_excluded": "file3", + "AdditionalLibraryDirectories": "folder1;folder2", + "AdditionalManifestDependencies": "file1;file2", + "AdditionalOptions": "a string1", + "AddModuleNamesToAssembly": "file1;file2", + "AllowIsolation": "true", + "AssemblyDebug": "2", + "AssemblyLinkResource": "file1;file2", + "BaseAddress": "a string1", + "CLRImageType": "2", + "CLRThreadAttribute": "2", + "CLRUnmanagedCodeCheck": "true", + "DataExecutionPrevention": "2", + "DelayLoadDLLs": "file1;file2", + "DelaySign": "true", + "Driver": "2", + "EmbedManagedResourceFile": "file1;file2", + "EnableCOMDATFolding": "2", + "EnableUAC": "true", + "EntryPointSymbol": "a string1", + "ErrorReporting": "2", + "FixedBaseAddress": "2", + "ForceSymbolReferences": "file1;file2", + "FunctionOrder": "a_file_name", + "GenerateDebugInformation": "true", + "GenerateManifest": "true", + "GenerateMapFile": "true", + "HeapCommitSize": "a string1", + "HeapReserveSize": "a string1", + "IgnoreAllDefaultLibraries": "true", + "IgnoreDefaultLibraryNames": "file1;file2", + "IgnoreEmbeddedIDL": "true", + "IgnoreImportLibrary": "true", + "ImportLibrary": "a_file_name", + "KeyContainer": "a_file_name", + "KeyFile": "a_file_name", + "LargeAddressAware": "2", + "LinkIncremental": "2", + "LinkLibraryDependencies": "true", + "LinkTimeCodeGeneration": "2", + "ManifestFile": "a_file_name", + "MapExports": "true", + "MapFileName": "a_file_name", + "MergedIDLBaseFileName": "a_file_name", + "MergeSections": "a string1", + "MidlCommandFile": "a_file_name", + "ModuleDefinitionFile": "a_file_name", + "OptimizeForWindows98": "1", + "OptimizeReferences": "2", + "OutputFile": "a_file_name", + "PerUserRedirection": "true", + "Profile": "true", + "ProfileGuidedDatabase": "a_file_name", + "ProgramDatabaseFile": "a_file_name", + "RandomizedBaseAddress": "2", + "RegisterOutput": "true", + "ResourceOnlyDLL": "true", + "SetChecksum": "true", + "ShowProgress": "2", + "StackCommitSize": "a string1", + "StackReserveSize": "a string1", + "StripPrivateSymbols": "a_file_name", + "SubSystem": "2", + "SupportUnloadOfDelayLoadedDLL": "true", + "SuppressStartupBanner": "true", + "SwapRunFromCD": "true", + "SwapRunFromNet": "true", + "TargetMachine": "2", + "TerminalServerAware": "2", + "TurnOffAssemblyGeneration": "true", + "TypeLibraryFile": "a_file_name", + "TypeLibraryResourceID": "33", + "UACExecutionLevel": "2", + "UACUIAccess": "true", + "UseLibraryDependencyInputs": "true", + "UseUnicodeResponseFiles": "true", + "Version": "a string1", + }, + "VCMIDLTool": { + "AdditionalIncludeDirectories": "folder1;folder2", + "AdditionalOptions": "a string1", + "CPreprocessOptions": "a string1", + "DefaultCharType": "1", + "DLLDataFileName": "a_file_name", + "EnableErrorChecks": "1", + "ErrorCheckAllocations": "true", + "ErrorCheckBounds": "true", + "ErrorCheckEnumRange": "true", + "ErrorCheckRefPointers": "true", + "ErrorCheckStubData": "true", + "GenerateStublessProxies": "true", + "GenerateTypeLibrary": "true", + "HeaderFileName": "a_file_name", + "IgnoreStandardIncludePath": "true", + "InterfaceIdentifierFileName": "a_file_name", + "MkTypLibCompatible": "true", + "notgood": "bogus", + "OutputDirectory": "a string1", + "PreprocessorDefinitions": "string1;string2", + "ProxyFileName": "a_file_name", + "RedirectOutputAndErrors": "a_file_name", + "StructMemberAlignment": "1", + "SuppressStartupBanner": "true", + "TargetEnvironment": "1", + "TypeLibraryName": "a_file_name", + "UndefinePreprocessorDefinitions": "string1;string2", + "ValidateParameters": "true", + "WarnAsError": "true", + "WarningLevel": "1", + }, + "VCResourceCompilerTool": { + "AdditionalOptions": "a string1", + "AdditionalIncludeDirectories": "folder1;folder2", + "Culture": "1003", + "IgnoreStandardIncludePath": "true", + "notgood2": "bogus", + "PreprocessorDefinitions": "string1;string2", + "ResourceOutputFileName": "a string1", + "ShowProgress": "true", + "SuppressStartupBanner": "true", + "UndefinePreprocessorDefinitions": "string1;string2", + }, + "VCLibrarianTool": { + "AdditionalDependencies": "file1;file2", + "AdditionalLibraryDirectories": "folder1;folder2", + "AdditionalOptions": "a string1", + "ExportNamedFunctions": "string1;string2", + "ForceSymbolReferences": "a string1", + "IgnoreAllDefaultLibraries": "true", + "IgnoreSpecificDefaultLibraries": "file1;file2", + "LinkLibraryDependencies": "true", + "ModuleDefinitionFile": "a_file_name", + "OutputFile": "a_file_name", + "SuppressStartupBanner": "true", + "UseUnicodeResponseFiles": "true", + }, + "VCManifestTool": { + "AdditionalManifestFiles": "file1;file2", + "AdditionalOptions": "a string1", + "AssemblyIdentity": "a string1", + "ComponentFileName": "a_file_name", + "DependencyInformationFile": "a_file_name", + "GenerateCatalogFiles": "true", + "InputResourceManifests": "a string1", + "ManifestResourceFile": "a_file_name", + "OutputManifestFile": "a_file_name", + "RegistrarScriptFile": "a_file_name", + "ReplacementsFile": "a_file_name", + "SuppressStartupBanner": "true", + "TypeLibraryFile": "a_file_name", + "UpdateFileHashes": "truel", + "UpdateFileHashesSearchPath": "a_file_name", + "UseFAT32Workaround": "true", + "UseUnicodeResponseFiles": "true", + "VerboseOutput": "true", + }, + }, + self.stderr, + ) + self._ExpectedWarnings( + [ + "Warning: for VCCLCompilerTool/BasicRuntimeChecks, " + "index value (5) not in expected range [0, 4)", + "Warning: for VCCLCompilerTool/BrowseInformation, " + "invalid literal for int() with base 10: 'fdkslj'", + "Warning: for VCCLCompilerTool/CallingConvention, " + "index value (-1) not in expected range [0, 4)", + "Warning: for VCCLCompilerTool/DebugInformationFormat, " + "converted value for 2 not specified.", + "Warning: unrecognized setting VCCLCompilerTool/Enableprefast", + "Warning: unrecognized setting VCCLCompilerTool/ZZXYZ", + "Warning: for VCLinkerTool/TargetMachine, " + "converted value for 2 not specified.", + "Warning: unrecognized setting VCMIDLTool/notgood", + "Warning: unrecognized setting VCResourceCompilerTool/notgood2", + "Warning: for VCManifestTool/UpdateFileHashes, " + "expected bool; got 'truel'" + "", + ] + ) + + def testValidateMSBuildSettings_settings(self): + """Tests that for invalid MSBuild settings.""" + MSVSSettings.ValidateMSBuildSettings( + { + "ClCompile": { + "AdditionalIncludeDirectories": "folder1;folder2", + "AdditionalOptions": ["string1", "string2"], + "AdditionalUsingDirectories": "folder1;folder2", + "AssemblerListingLocation": "a_file_name", + "AssemblerOutput": "NoListing", + "BasicRuntimeChecks": "StackFrameRuntimeCheck", + "BrowseInformation": "false", + "BrowseInformationFile": "a_file_name", + "BufferSecurityCheck": "true", + "BuildingInIDE": "true", + "CallingConvention": "Cdecl", + "CompileAs": "CompileAsC", + "CompileAsManaged": "true", + "CreateHotpatchableImage": "true", + "DebugInformationFormat": "ProgramDatabase", + "DisableLanguageExtensions": "true", + "DisableSpecificWarnings": "string1;string2", + "EnableEnhancedInstructionSet": "StreamingSIMDExtensions", + "EnableFiberSafeOptimizations": "true", + "EnablePREfast": "true", + "Enableprefast": "bogus", + "ErrorReporting": "Prompt", + "ExceptionHandling": "SyncCThrow", + "ExpandAttributedSource": "true", + "FavorSizeOrSpeed": "Neither", + "FloatingPointExceptions": "true", + "FloatingPointModel": "Precise", + "ForceConformanceInForLoopScope": "true", + "ForcedIncludeFiles": "file1;file2", + "ForcedUsingFiles": "file1;file2", + "FunctionLevelLinking": "false", + "GenerateXMLDocumentationFiles": "true", + "IgnoreStandardIncludePath": "true", + "InlineFunctionExpansion": "OnlyExplicitInline", + "IntrinsicFunctions": "false", + "MinimalRebuild": "true", + "MultiProcessorCompilation": "true", + "ObjectFileName": "a_file_name", + "OmitDefaultLibName": "true", + "OmitFramePointers": "true", + "OpenMPSupport": "true", + "Optimization": "Disabled", + "PrecompiledHeader": "NotUsing", + "PrecompiledHeaderFile": "a_file_name", + "PrecompiledHeaderOutputFile": "a_file_name", + "PreprocessKeepComments": "true", + "PreprocessorDefinitions": "string1;string2", + "PreprocessOutputPath": "a string1", + "PreprocessSuppressLineNumbers": "false", + "PreprocessToFile": "false", + "ProcessorNumber": "33", + "ProgramDataBaseFileName": "a_file_name", + "RuntimeLibrary": "MultiThreaded", + "RuntimeTypeInfo": "true", + "ShowIncludes": "true", + "SmallerTypeCheck": "true", + "StringPooling": "true", + "StructMemberAlignment": "1Byte", + "SuppressStartupBanner": "true", + "TrackerLogDirectory": "a_folder", + "TreatSpecificWarningsAsErrors": "string1;string2", + "TreatWarningAsError": "true", + "TreatWChar_tAsBuiltInType": "true", + "UndefineAllPreprocessorDefinitions": "true", + "UndefinePreprocessorDefinitions": "string1;string2", + "UseFullPaths": "true", + "UseUnicodeForAssemblerListing": "true", + "WarningLevel": "TurnOffAllWarnings", + "WholeProgramOptimization": "true", + "XMLDocumentationFileName": "a_file_name", + "ZZXYZ": "bogus", + }, + "Link": { + "AdditionalDependencies": "file1;file2", + "AdditionalLibraryDirectories": "folder1;folder2", + "AdditionalManifestDependencies": "file1;file2", + "AdditionalOptions": "a string1", + "AddModuleNamesToAssembly": "file1;file2", + "AllowIsolation": "true", + "AssemblyDebug": "", + "AssemblyLinkResource": "file1;file2", + "BaseAddress": "a string1", + "BuildingInIDE": "true", + "CLRImageType": "ForceIJWImage", + "CLRSupportLastError": "Enabled", + "CLRThreadAttribute": "MTAThreadingAttribute", + "CLRUnmanagedCodeCheck": "true", + "CreateHotPatchableImage": "X86Image", + "DataExecutionPrevention": "false", + "DelayLoadDLLs": "file1;file2", + "DelaySign": "true", + "Driver": "NotSet", + "EmbedManagedResourceFile": "file1;file2", + "EnableCOMDATFolding": "false", + "EnableUAC": "true", + "EntryPointSymbol": "a string1", + "FixedBaseAddress": "false", + "ForceFileOutput": "Enabled", + "ForceSymbolReferences": "file1;file2", + "FunctionOrder": "a_file_name", + "GenerateDebugInformation": "true", + "GenerateMapFile": "true", + "HeapCommitSize": "a string1", + "HeapReserveSize": "a string1", + "IgnoreAllDefaultLibraries": "true", + "IgnoreEmbeddedIDL": "true", + "IgnoreSpecificDefaultLibraries": "a_file_list", + "ImageHasSafeExceptionHandlers": "true", + "ImportLibrary": "a_file_name", + "KeyContainer": "a_file_name", + "KeyFile": "a_file_name", + "LargeAddressAware": "false", + "LinkDLL": "true", + "LinkErrorReporting": "SendErrorReport", + "LinkStatus": "true", + "LinkTimeCodeGeneration": "UseLinkTimeCodeGeneration", + "ManifestFile": "a_file_name", + "MapExports": "true", + "MapFileName": "a_file_name", + "MergedIDLBaseFileName": "a_file_name", + "MergeSections": "a string1", + "MidlCommandFile": "a_file_name", + "MinimumRequiredVersion": "a string1", + "ModuleDefinitionFile": "a_file_name", + "MSDOSStubFileName": "a_file_name", + "NoEntryPoint": "true", + "OptimizeReferences": "false", + "OutputFile": "a_file_name", + "PerUserRedirection": "true", + "PreventDllBinding": "true", + "Profile": "true", + "ProfileGuidedDatabase": "a_file_name", + "ProgramDatabaseFile": "a_file_name", + "RandomizedBaseAddress": "false", + "RegisterOutput": "true", + "SectionAlignment": "33", + "SetChecksum": "true", + "ShowProgress": "LinkVerboseREF", + "SpecifySectionAttributes": "a string1", + "StackCommitSize": "a string1", + "StackReserveSize": "a string1", + "StripPrivateSymbols": "a_file_name", + "SubSystem": "Console", + "SupportNobindOfDelayLoadedDLL": "true", + "SupportUnloadOfDelayLoadedDLL": "true", + "SuppressStartupBanner": "true", + "SwapRunFromCD": "true", + "SwapRunFromNET": "true", + "TargetMachine": "MachineX86", + "TerminalServerAware": "false", + "TrackerLogDirectory": "a_folder", + "TreatLinkerWarningAsErrors": "true", + "TurnOffAssemblyGeneration": "true", + "TypeLibraryFile": "a_file_name", + "TypeLibraryResourceID": "33", + "UACExecutionLevel": "AsInvoker", + "UACUIAccess": "true", + "Version": "a string1", + }, + "ResourceCompile": { + "AdditionalIncludeDirectories": "folder1;folder2", + "AdditionalOptions": "a string1", + "Culture": "0x236", + "IgnoreStandardIncludePath": "true", + "NullTerminateStrings": "true", + "PreprocessorDefinitions": "string1;string2", + "ResourceOutputFileName": "a string1", + "ShowProgress": "true", + "SuppressStartupBanner": "true", + "TrackerLogDirectory": "a_folder", + "UndefinePreprocessorDefinitions": "string1;string2", + }, + "Midl": { + "AdditionalIncludeDirectories": "folder1;folder2", + "AdditionalOptions": "a string1", + "ApplicationConfigurationMode": "true", + "ClientStubFile": "a_file_name", + "CPreprocessOptions": "a string1", + "DefaultCharType": "Signed", + "DllDataFileName": "a_file_name", + "EnableErrorChecks": "EnableCustom", + "ErrorCheckAllocations": "true", + "ErrorCheckBounds": "true", + "ErrorCheckEnumRange": "true", + "ErrorCheckRefPointers": "true", + "ErrorCheckStubData": "true", + "GenerateClientFiles": "Stub", + "GenerateServerFiles": "None", + "GenerateStublessProxies": "true", + "GenerateTypeLibrary": "true", + "HeaderFileName": "a_file_name", + "IgnoreStandardIncludePath": "true", + "InterfaceIdentifierFileName": "a_file_name", + "LocaleID": "33", + "MkTypLibCompatible": "true", + "OutputDirectory": "a string1", + "PreprocessorDefinitions": "string1;string2", + "ProxyFileName": "a_file_name", + "RedirectOutputAndErrors": "a_file_name", + "ServerStubFile": "a_file_name", + "StructMemberAlignment": "NotSet", + "SuppressCompilerWarnings": "true", + "SuppressStartupBanner": "true", + "TargetEnvironment": "Itanium", + "TrackerLogDirectory": "a_folder", + "TypeLibFormat": "NewFormat", + "TypeLibraryName": "a_file_name", + "UndefinePreprocessorDefinitions": "string1;string2", + "ValidateAllParameters": "true", + "WarnAsError": "true", + "WarningLevel": "1", + }, + "Lib": { + "AdditionalDependencies": "file1;file2", + "AdditionalLibraryDirectories": "folder1;folder2", + "AdditionalOptions": "a string1", + "DisplayLibrary": "a string1", + "ErrorReporting": "PromptImmediately", + "ExportNamedFunctions": "string1;string2", + "ForceSymbolReferences": "a string1", + "IgnoreAllDefaultLibraries": "true", + "IgnoreSpecificDefaultLibraries": "file1;file2", + "LinkTimeCodeGeneration": "true", + "MinimumRequiredVersion": "a string1", + "ModuleDefinitionFile": "a_file_name", + "Name": "a_file_name", + "OutputFile": "a_file_name", + "RemoveObjects": "file1;file2", + "SubSystem": "Console", + "SuppressStartupBanner": "true", + "TargetMachine": "MachineX86i", + "TrackerLogDirectory": "a_folder", + "TreatLibWarningAsErrors": "true", + "UseUnicodeResponseFiles": "true", + "Verbose": "true", + }, + "Manifest": { + "AdditionalManifestFiles": "file1;file2", + "AdditionalOptions": "a string1", + "AssemblyIdentity": "a string1", + "ComponentFileName": "a_file_name", + "EnableDPIAwareness": "fal", + "GenerateCatalogFiles": "truel", + "GenerateCategoryTags": "true", + "InputResourceManifests": "a string1", + "ManifestFromManagedAssembly": "a_file_name", + "notgood3": "bogus", + "OutputManifestFile": "a_file_name", + "OutputResourceManifests": "a string1", + "RegistrarScriptFile": "a_file_name", + "ReplacementsFile": "a_file_name", + "SuppressDependencyElement": "true", + "SuppressStartupBanner": "true", + "TrackerLogDirectory": "a_folder", + "TypeLibraryFile": "a_file_name", + "UpdateFileHashes": "true", + "UpdateFileHashesSearchPath": "a_file_name", + "VerboseOutput": "true", + }, + "ProjectReference": { + "LinkLibraryDependencies": "true", + "UseLibraryDependencyInputs": "true", + }, + "ManifestResourceCompile": {"ResourceOutputFileName": "a_file_name"}, + "": { + "EmbedManifest": "true", + "GenerateManifest": "true", + "IgnoreImportLibrary": "true", + "LinkIncremental": "false", + }, + }, + self.stderr, + ) + self._ExpectedWarnings( + [ + "Warning: unrecognized setting ClCompile/Enableprefast", + "Warning: unrecognized setting ClCompile/ZZXYZ", + "Warning: unrecognized setting Manifest/notgood3", + "Warning: for Manifest/GenerateCatalogFiles, " + "expected bool; got 'truel'", + "Warning: for Lib/TargetMachine, unrecognized enumerated value " + "MachineX86i", + "Warning: for Manifest/EnableDPIAwareness, expected bool; got 'fal'", + ] + ) + + def testConvertToMSBuildSettings_empty(self): + """Tests an empty conversion.""" + msvs_settings = {} + expected_msbuild_settings = {} + actual_msbuild_settings = MSVSSettings.ConvertToMSBuildSettings( + msvs_settings, self.stderr + ) + self.assertEqual(expected_msbuild_settings, actual_msbuild_settings) + self._ExpectedWarnings([]) + + def testConvertToMSBuildSettings_minimal(self): + """Tests a minimal conversion.""" + msvs_settings = { + "VCCLCompilerTool": { + "AdditionalIncludeDirectories": "dir1", + "AdditionalOptions": "/foo", + "BasicRuntimeChecks": "0", + }, + "VCLinkerTool": { + "LinkTimeCodeGeneration": "1", + "ErrorReporting": "1", + "DataExecutionPrevention": "2", + }, + } + expected_msbuild_settings = { + "ClCompile": { + "AdditionalIncludeDirectories": "dir1", + "AdditionalOptions": "/foo", + "BasicRuntimeChecks": "Default", + }, + "Link": { + "LinkTimeCodeGeneration": "UseLinkTimeCodeGeneration", + "LinkErrorReporting": "PromptImmediately", + "DataExecutionPrevention": "true", + }, + } + actual_msbuild_settings = MSVSSettings.ConvertToMSBuildSettings( + msvs_settings, self.stderr + ) + self.assertEqual(expected_msbuild_settings, actual_msbuild_settings) + self._ExpectedWarnings([]) + + def testConvertToMSBuildSettings_warnings(self): + """Tests conversion that generates warnings.""" + msvs_settings = { + "VCCLCompilerTool": { + "AdditionalIncludeDirectories": "1", + "AdditionalOptions": "2", + # These are incorrect values: + "BasicRuntimeChecks": "12", + "BrowseInformation": "21", + "UsePrecompiledHeader": "13", + "GeneratePreprocessedFile": "14", + }, + "VCLinkerTool": { + # These are incorrect values: + "Driver": "10", + "LinkTimeCodeGeneration": "31", + "ErrorReporting": "21", + "FixedBaseAddress": "6", + }, + "VCResourceCompilerTool": { + # Custom + "Culture": "1003" + }, + } + expected_msbuild_settings = { + "ClCompile": { + "AdditionalIncludeDirectories": "1", + "AdditionalOptions": "2", + }, + "Link": {}, + "ResourceCompile": { + # Custom + "Culture": "0x03eb" + }, + } + actual_msbuild_settings = MSVSSettings.ConvertToMSBuildSettings( + msvs_settings, self.stderr + ) + self.assertEqual(expected_msbuild_settings, actual_msbuild_settings) + self._ExpectedWarnings( + [ + "Warning: while converting VCCLCompilerTool/BasicRuntimeChecks to " + "MSBuild, index value (12) not in expected range [0, 4)", + "Warning: while converting VCCLCompilerTool/BrowseInformation to " + "MSBuild, index value (21) not in expected range [0, 3)", + "Warning: while converting VCCLCompilerTool/UsePrecompiledHeader to " + "MSBuild, index value (13) not in expected range [0, 3)", + "Warning: while converting " + "VCCLCompilerTool/GeneratePreprocessedFile to " + "MSBuild, value must be one of [0, 1, 2]; got 14", + "Warning: while converting VCLinkerTool/Driver to " + "MSBuild, index value (10) not in expected range [0, 4)", + "Warning: while converting VCLinkerTool/LinkTimeCodeGeneration to " + "MSBuild, index value (31) not in expected range [0, 5)", + "Warning: while converting VCLinkerTool/ErrorReporting to " + "MSBuild, index value (21) not in expected range [0, 3)", + "Warning: while converting VCLinkerTool/FixedBaseAddress to " + "MSBuild, index value (6) not in expected range [0, 3)", + ] + ) + + def testConvertToMSBuildSettings_full_synthetic(self): + """Tests conversion of all the MSBuild settings.""" + msvs_settings = { + "VCCLCompilerTool": { + "AdditionalIncludeDirectories": "folder1;folder2;folder3", + "AdditionalOptions": "a_string", + "AdditionalUsingDirectories": "folder1;folder2;folder3", + "AssemblerListingLocation": "a_file_name", + "AssemblerOutput": "0", + "BasicRuntimeChecks": "1", + "BrowseInformation": "2", + "BrowseInformationFile": "a_file_name", + "BufferSecurityCheck": "true", + "CallingConvention": "0", + "CompileAs": "1", + "DebugInformationFormat": "4", + "DefaultCharIsUnsigned": "true", + "Detect64BitPortabilityProblems": "true", + "DisableLanguageExtensions": "true", + "DisableSpecificWarnings": "d1;d2;d3", + "EnableEnhancedInstructionSet": "0", + "EnableFiberSafeOptimizations": "true", + "EnableFunctionLevelLinking": "true", + "EnableIntrinsicFunctions": "true", + "EnablePREfast": "true", + "ErrorReporting": "1", + "ExceptionHandling": "2", + "ExpandAttributedSource": "true", + "FavorSizeOrSpeed": "0", + "FloatingPointExceptions": "true", + "FloatingPointModel": "1", + "ForceConformanceInForLoopScope": "true", + "ForcedIncludeFiles": "file1;file2;file3", + "ForcedUsingFiles": "file1;file2;file3", + "GeneratePreprocessedFile": "1", + "GenerateXMLDocumentationFiles": "true", + "IgnoreStandardIncludePath": "true", + "InlineFunctionExpansion": "2", + "KeepComments": "true", + "MinimalRebuild": "true", + "ObjectFile": "a_file_name", + "OmitDefaultLibName": "true", + "OmitFramePointers": "true", + "OpenMP": "true", + "Optimization": "3", + "PrecompiledHeaderFile": "a_file_name", + "PrecompiledHeaderThrough": "a_file_name", + "PreprocessorDefinitions": "d1;d2;d3", + "ProgramDataBaseFileName": "a_file_name", + "RuntimeLibrary": "0", + "RuntimeTypeInfo": "true", + "ShowIncludes": "true", + "SmallerTypeCheck": "true", + "StringPooling": "true", + "StructMemberAlignment": "1", + "SuppressStartupBanner": "true", + "TreatWChar_tAsBuiltInType": "true", + "UndefineAllPreprocessorDefinitions": "true", + "UndefinePreprocessorDefinitions": "d1;d2;d3", + "UseFullPaths": "true", + "UsePrecompiledHeader": "1", + "UseUnicodeResponseFiles": "true", + "WarnAsError": "true", + "WarningLevel": "2", + "WholeProgramOptimization": "true", + "XMLDocumentationFileName": "a_file_name", + }, + "VCLinkerTool": { + "AdditionalDependencies": "file1;file2;file3", + "AdditionalLibraryDirectories": "folder1;folder2;folder3", + "AdditionalLibraryDirectories_excluded": "folder1;folder2;folder3", + "AdditionalManifestDependencies": "file1;file2;file3", + "AdditionalOptions": "a_string", + "AddModuleNamesToAssembly": "file1;file2;file3", + "AllowIsolation": "true", + "AssemblyDebug": "0", + "AssemblyLinkResource": "file1;file2;file3", + "BaseAddress": "a_string", + "CLRImageType": "1", + "CLRThreadAttribute": "2", + "CLRUnmanagedCodeCheck": "true", + "DataExecutionPrevention": "0", + "DelayLoadDLLs": "file1;file2;file3", + "DelaySign": "true", + "Driver": "1", + "EmbedManagedResourceFile": "file1;file2;file3", + "EnableCOMDATFolding": "0", + "EnableUAC": "true", + "EntryPointSymbol": "a_string", + "ErrorReporting": "0", + "FixedBaseAddress": "1", + "ForceSymbolReferences": "file1;file2;file3", + "FunctionOrder": "a_file_name", + "GenerateDebugInformation": "true", + "GenerateManifest": "true", + "GenerateMapFile": "true", + "HeapCommitSize": "a_string", + "HeapReserveSize": "a_string", + "IgnoreAllDefaultLibraries": "true", + "IgnoreDefaultLibraryNames": "file1;file2;file3", + "IgnoreEmbeddedIDL": "true", + "IgnoreImportLibrary": "true", + "ImportLibrary": "a_file_name", + "KeyContainer": "a_file_name", + "KeyFile": "a_file_name", + "LargeAddressAware": "2", + "LinkIncremental": "1", + "LinkLibraryDependencies": "true", + "LinkTimeCodeGeneration": "2", + "ManifestFile": "a_file_name", + "MapExports": "true", + "MapFileName": "a_file_name", + "MergedIDLBaseFileName": "a_file_name", + "MergeSections": "a_string", + "MidlCommandFile": "a_file_name", + "ModuleDefinitionFile": "a_file_name", + "OptimizeForWindows98": "1", + "OptimizeReferences": "0", + "OutputFile": "a_file_name", + "PerUserRedirection": "true", + "Profile": "true", + "ProfileGuidedDatabase": "a_file_name", + "ProgramDatabaseFile": "a_file_name", + "RandomizedBaseAddress": "1", + "RegisterOutput": "true", + "ResourceOnlyDLL": "true", + "SetChecksum": "true", + "ShowProgress": "0", + "StackCommitSize": "a_string", + "StackReserveSize": "a_string", + "StripPrivateSymbols": "a_file_name", + "SubSystem": "2", + "SupportUnloadOfDelayLoadedDLL": "true", + "SuppressStartupBanner": "true", + "SwapRunFromCD": "true", + "SwapRunFromNet": "true", + "TargetMachine": "3", + "TerminalServerAware": "2", + "TurnOffAssemblyGeneration": "true", + "TypeLibraryFile": "a_file_name", + "TypeLibraryResourceID": "33", + "UACExecutionLevel": "1", + "UACUIAccess": "true", + "UseLibraryDependencyInputs": "false", + "UseUnicodeResponseFiles": "true", + "Version": "a_string", + }, + "VCResourceCompilerTool": { + "AdditionalIncludeDirectories": "folder1;folder2;folder3", + "AdditionalOptions": "a_string", + "Culture": "1003", + "IgnoreStandardIncludePath": "true", + "PreprocessorDefinitions": "d1;d2;d3", + "ResourceOutputFileName": "a_string", + "ShowProgress": "true", + "SuppressStartupBanner": "true", + "UndefinePreprocessorDefinitions": "d1;d2;d3", + }, + "VCMIDLTool": { + "AdditionalIncludeDirectories": "folder1;folder2;folder3", + "AdditionalOptions": "a_string", + "CPreprocessOptions": "a_string", + "DefaultCharType": "0", + "DLLDataFileName": "a_file_name", + "EnableErrorChecks": "2", + "ErrorCheckAllocations": "true", + "ErrorCheckBounds": "true", + "ErrorCheckEnumRange": "true", + "ErrorCheckRefPointers": "true", + "ErrorCheckStubData": "true", + "GenerateStublessProxies": "true", + "GenerateTypeLibrary": "true", + "HeaderFileName": "a_file_name", + "IgnoreStandardIncludePath": "true", + "InterfaceIdentifierFileName": "a_file_name", + "MkTypLibCompatible": "true", + "OutputDirectory": "a_string", + "PreprocessorDefinitions": "d1;d2;d3", + "ProxyFileName": "a_file_name", + "RedirectOutputAndErrors": "a_file_name", + "StructMemberAlignment": "3", + "SuppressStartupBanner": "true", + "TargetEnvironment": "1", + "TypeLibraryName": "a_file_name", + "UndefinePreprocessorDefinitions": "d1;d2;d3", + "ValidateParameters": "true", + "WarnAsError": "true", + "WarningLevel": "4", + }, + "VCLibrarianTool": { + "AdditionalDependencies": "file1;file2;file3", + "AdditionalLibraryDirectories": "folder1;folder2;folder3", + "AdditionalLibraryDirectories_excluded": "folder1;folder2;folder3", + "AdditionalOptions": "a_string", + "ExportNamedFunctions": "d1;d2;d3", + "ForceSymbolReferences": "a_string", + "IgnoreAllDefaultLibraries": "true", + "IgnoreSpecificDefaultLibraries": "file1;file2;file3", + "LinkLibraryDependencies": "true", + "ModuleDefinitionFile": "a_file_name", + "OutputFile": "a_file_name", + "SuppressStartupBanner": "true", + "UseUnicodeResponseFiles": "true", + }, + "VCManifestTool": { + "AdditionalManifestFiles": "file1;file2;file3", + "AdditionalOptions": "a_string", + "AssemblyIdentity": "a_string", + "ComponentFileName": "a_file_name", + "DependencyInformationFile": "a_file_name", + "EmbedManifest": "true", + "GenerateCatalogFiles": "true", + "InputResourceManifests": "a_string", + "ManifestResourceFile": "my_name", + "OutputManifestFile": "a_file_name", + "RegistrarScriptFile": "a_file_name", + "ReplacementsFile": "a_file_name", + "SuppressStartupBanner": "true", + "TypeLibraryFile": "a_file_name", + "UpdateFileHashes": "true", + "UpdateFileHashesSearchPath": "a_file_name", + "UseFAT32Workaround": "true", + "UseUnicodeResponseFiles": "true", + "VerboseOutput": "true", + }, + } + expected_msbuild_settings = { + "ClCompile": { + "AdditionalIncludeDirectories": "folder1;folder2;folder3", + "AdditionalOptions": "a_string /J", + "AdditionalUsingDirectories": "folder1;folder2;folder3", + "AssemblerListingLocation": "a_file_name", + "AssemblerOutput": "NoListing", + "BasicRuntimeChecks": "StackFrameRuntimeCheck", + "BrowseInformation": "true", + "BrowseInformationFile": "a_file_name", + "BufferSecurityCheck": "true", + "CallingConvention": "Cdecl", + "CompileAs": "CompileAsC", + "DebugInformationFormat": "EditAndContinue", + "DisableLanguageExtensions": "true", + "DisableSpecificWarnings": "d1;d2;d3", + "EnableEnhancedInstructionSet": "NotSet", + "EnableFiberSafeOptimizations": "true", + "EnablePREfast": "true", + "ErrorReporting": "Prompt", + "ExceptionHandling": "Async", + "ExpandAttributedSource": "true", + "FavorSizeOrSpeed": "Neither", + "FloatingPointExceptions": "true", + "FloatingPointModel": "Strict", + "ForceConformanceInForLoopScope": "true", + "ForcedIncludeFiles": "file1;file2;file3", + "ForcedUsingFiles": "file1;file2;file3", + "FunctionLevelLinking": "true", + "GenerateXMLDocumentationFiles": "true", + "IgnoreStandardIncludePath": "true", + "InlineFunctionExpansion": "AnySuitable", + "IntrinsicFunctions": "true", + "MinimalRebuild": "true", + "ObjectFileName": "a_file_name", + "OmitDefaultLibName": "true", + "OmitFramePointers": "true", + "OpenMPSupport": "true", + "Optimization": "Full", + "PrecompiledHeader": "Create", + "PrecompiledHeaderFile": "a_file_name", + "PrecompiledHeaderOutputFile": "a_file_name", + "PreprocessKeepComments": "true", + "PreprocessorDefinitions": "d1;d2;d3", + "PreprocessSuppressLineNumbers": "false", + "PreprocessToFile": "true", + "ProgramDataBaseFileName": "a_file_name", + "RuntimeLibrary": "MultiThreaded", + "RuntimeTypeInfo": "true", + "ShowIncludes": "true", + "SmallerTypeCheck": "true", + "StringPooling": "true", + "StructMemberAlignment": "1Byte", + "SuppressStartupBanner": "true", + "TreatWarningAsError": "true", + "TreatWChar_tAsBuiltInType": "true", + "UndefineAllPreprocessorDefinitions": "true", + "UndefinePreprocessorDefinitions": "d1;d2;d3", + "UseFullPaths": "true", + "WarningLevel": "Level2", + "WholeProgramOptimization": "true", + "XMLDocumentationFileName": "a_file_name", + }, + "Link": { + "AdditionalDependencies": "file1;file2;file3", + "AdditionalLibraryDirectories": "folder1;folder2;folder3", + "AdditionalManifestDependencies": "file1;file2;file3", + "AdditionalOptions": "a_string", + "AddModuleNamesToAssembly": "file1;file2;file3", + "AllowIsolation": "true", + "AssemblyDebug": "", + "AssemblyLinkResource": "file1;file2;file3", + "BaseAddress": "a_string", + "CLRImageType": "ForceIJWImage", + "CLRThreadAttribute": "STAThreadingAttribute", + "CLRUnmanagedCodeCheck": "true", + "DataExecutionPrevention": "", + "DelayLoadDLLs": "file1;file2;file3", + "DelaySign": "true", + "Driver": "Driver", + "EmbedManagedResourceFile": "file1;file2;file3", + "EnableCOMDATFolding": "", + "EnableUAC": "true", + "EntryPointSymbol": "a_string", + "FixedBaseAddress": "false", + "ForceSymbolReferences": "file1;file2;file3", + "FunctionOrder": "a_file_name", + "GenerateDebugInformation": "true", + "GenerateMapFile": "true", + "HeapCommitSize": "a_string", + "HeapReserveSize": "a_string", + "IgnoreAllDefaultLibraries": "true", + "IgnoreEmbeddedIDL": "true", + "IgnoreSpecificDefaultLibraries": "file1;file2;file3", + "ImportLibrary": "a_file_name", + "KeyContainer": "a_file_name", + "KeyFile": "a_file_name", + "LargeAddressAware": "true", + "LinkErrorReporting": "NoErrorReport", + "LinkTimeCodeGeneration": "PGInstrument", + "ManifestFile": "a_file_name", + "MapExports": "true", + "MapFileName": "a_file_name", + "MergedIDLBaseFileName": "a_file_name", + "MergeSections": "a_string", + "MidlCommandFile": "a_file_name", + "ModuleDefinitionFile": "a_file_name", + "NoEntryPoint": "true", + "OptimizeReferences": "", + "OutputFile": "a_file_name", + "PerUserRedirection": "true", + "Profile": "true", + "ProfileGuidedDatabase": "a_file_name", + "ProgramDatabaseFile": "a_file_name", + "RandomizedBaseAddress": "false", + "RegisterOutput": "true", + "SetChecksum": "true", + "ShowProgress": "NotSet", + "StackCommitSize": "a_string", + "StackReserveSize": "a_string", + "StripPrivateSymbols": "a_file_name", + "SubSystem": "Windows", + "SupportUnloadOfDelayLoadedDLL": "true", + "SuppressStartupBanner": "true", + "SwapRunFromCD": "true", + "SwapRunFromNET": "true", + "TargetMachine": "MachineARM", + "TerminalServerAware": "true", + "TurnOffAssemblyGeneration": "true", + "TypeLibraryFile": "a_file_name", + "TypeLibraryResourceID": "33", + "UACExecutionLevel": "HighestAvailable", + "UACUIAccess": "true", + "Version": "a_string", + }, + "ResourceCompile": { + "AdditionalIncludeDirectories": "folder1;folder2;folder3", + "AdditionalOptions": "a_string", + "Culture": "0x03eb", + "IgnoreStandardIncludePath": "true", + "PreprocessorDefinitions": "d1;d2;d3", + "ResourceOutputFileName": "a_string", + "ShowProgress": "true", + "SuppressStartupBanner": "true", + "UndefinePreprocessorDefinitions": "d1;d2;d3", + }, + "Midl": { + "AdditionalIncludeDirectories": "folder1;folder2;folder3", + "AdditionalOptions": "a_string", + "CPreprocessOptions": "a_string", + "DefaultCharType": "Unsigned", + "DllDataFileName": "a_file_name", + "EnableErrorChecks": "All", + "ErrorCheckAllocations": "true", + "ErrorCheckBounds": "true", + "ErrorCheckEnumRange": "true", + "ErrorCheckRefPointers": "true", + "ErrorCheckStubData": "true", + "GenerateStublessProxies": "true", + "GenerateTypeLibrary": "true", + "HeaderFileName": "a_file_name", + "IgnoreStandardIncludePath": "true", + "InterfaceIdentifierFileName": "a_file_name", + "MkTypLibCompatible": "true", + "OutputDirectory": "a_string", + "PreprocessorDefinitions": "d1;d2;d3", + "ProxyFileName": "a_file_name", + "RedirectOutputAndErrors": "a_file_name", + "StructMemberAlignment": "4", + "SuppressStartupBanner": "true", + "TargetEnvironment": "Win32", + "TypeLibraryName": "a_file_name", + "UndefinePreprocessorDefinitions": "d1;d2;d3", + "ValidateAllParameters": "true", + "WarnAsError": "true", + "WarningLevel": "4", + }, + "Lib": { + "AdditionalDependencies": "file1;file2;file3", + "AdditionalLibraryDirectories": "folder1;folder2;folder3", + "AdditionalOptions": "a_string", + "ExportNamedFunctions": "d1;d2;d3", + "ForceSymbolReferences": "a_string", + "IgnoreAllDefaultLibraries": "true", + "IgnoreSpecificDefaultLibraries": "file1;file2;file3", + "ModuleDefinitionFile": "a_file_name", + "OutputFile": "a_file_name", + "SuppressStartupBanner": "true", + "UseUnicodeResponseFiles": "true", + }, + "Manifest": { + "AdditionalManifestFiles": "file1;file2;file3", + "AdditionalOptions": "a_string", + "AssemblyIdentity": "a_string", + "ComponentFileName": "a_file_name", + "GenerateCatalogFiles": "true", + "InputResourceManifests": "a_string", + "OutputManifestFile": "a_file_name", + "RegistrarScriptFile": "a_file_name", + "ReplacementsFile": "a_file_name", + "SuppressStartupBanner": "true", + "TypeLibraryFile": "a_file_name", + "UpdateFileHashes": "true", + "UpdateFileHashesSearchPath": "a_file_name", + "VerboseOutput": "true", + }, + "ManifestResourceCompile": {"ResourceOutputFileName": "my_name"}, + "ProjectReference": { + "LinkLibraryDependencies": "true", + "UseLibraryDependencyInputs": "false", + }, + "": { + "EmbedManifest": "true", + "GenerateManifest": "true", + "IgnoreImportLibrary": "true", + "LinkIncremental": "false", + }, + } + self.maxDiff = 9999 # on failure display a long diff + actual_msbuild_settings = MSVSSettings.ConvertToMSBuildSettings( + msvs_settings, self.stderr + ) + self.assertEqual(expected_msbuild_settings, actual_msbuild_settings) + self._ExpectedWarnings([]) + + def testConvertToMSBuildSettings_actual(self): + """Tests the conversion of an actual project. + + A VS2008 project with most of the options defined was created through the + VS2008 IDE. It was then converted to VS2010. The tool settings found in + the .vcproj and .vcxproj files were converted to the two dictionaries + msvs_settings and expected_msbuild_settings. + + Note that for many settings, the VS2010 converter adds macros like + %(AdditionalIncludeDirectories) to make sure than inherited values are + included. Since the Gyp projects we generate do not use inheritance, + we removed these macros. They were: + ClCompile: + AdditionalIncludeDirectories: ';%(AdditionalIncludeDirectories)' + AdditionalOptions: ' %(AdditionalOptions)' + AdditionalUsingDirectories: ';%(AdditionalUsingDirectories)' + DisableSpecificWarnings: ';%(DisableSpecificWarnings)', + ForcedIncludeFiles: ';%(ForcedIncludeFiles)', + ForcedUsingFiles: ';%(ForcedUsingFiles)', + PreprocessorDefinitions: ';%(PreprocessorDefinitions)', + UndefinePreprocessorDefinitions: + ';%(UndefinePreprocessorDefinitions)', + Link: + AdditionalDependencies: ';%(AdditionalDependencies)', + AdditionalLibraryDirectories: ';%(AdditionalLibraryDirectories)', + AdditionalManifestDependencies: + ';%(AdditionalManifestDependencies)', + AdditionalOptions: ' %(AdditionalOptions)', + AddModuleNamesToAssembly: ';%(AddModuleNamesToAssembly)', + AssemblyLinkResource: ';%(AssemblyLinkResource)', + DelayLoadDLLs: ';%(DelayLoadDLLs)', + EmbedManagedResourceFile: ';%(EmbedManagedResourceFile)', + ForceSymbolReferences: ';%(ForceSymbolReferences)', + IgnoreSpecificDefaultLibraries: + ';%(IgnoreSpecificDefaultLibraries)', + ResourceCompile: + AdditionalIncludeDirectories: ';%(AdditionalIncludeDirectories)', + AdditionalOptions: ' %(AdditionalOptions)', + PreprocessorDefinitions: ';%(PreprocessorDefinitions)', + Manifest: + AdditionalManifestFiles: ';%(AdditionalManifestFiles)', + AdditionalOptions: ' %(AdditionalOptions)', + InputResourceManifests: ';%(InputResourceManifests)', + """ + msvs_settings = { + "VCCLCompilerTool": { + "AdditionalIncludeDirectories": "dir1", + "AdditionalOptions": "/more", + "AdditionalUsingDirectories": "test", + "AssemblerListingLocation": "$(IntDir)\\a", + "AssemblerOutput": "1", + "BasicRuntimeChecks": "3", + "BrowseInformation": "1", + "BrowseInformationFile": "$(IntDir)\\e", + "BufferSecurityCheck": "false", + "CallingConvention": "1", + "CompileAs": "1", + "DebugInformationFormat": "4", + "DefaultCharIsUnsigned": "true", + "Detect64BitPortabilityProblems": "true", + "DisableLanguageExtensions": "true", + "DisableSpecificWarnings": "abc", + "EnableEnhancedInstructionSet": "1", + "EnableFiberSafeOptimizations": "true", + "EnableFunctionLevelLinking": "true", + "EnableIntrinsicFunctions": "true", + "EnablePREfast": "true", + "ErrorReporting": "2", + "ExceptionHandling": "2", + "ExpandAttributedSource": "true", + "FavorSizeOrSpeed": "2", + "FloatingPointExceptions": "true", + "FloatingPointModel": "1", + "ForceConformanceInForLoopScope": "false", + "ForcedIncludeFiles": "def", + "ForcedUsingFiles": "ge", + "GeneratePreprocessedFile": "2", + "GenerateXMLDocumentationFiles": "true", + "IgnoreStandardIncludePath": "true", + "InlineFunctionExpansion": "1", + "KeepComments": "true", + "MinimalRebuild": "true", + "ObjectFile": "$(IntDir)\\b", + "OmitDefaultLibName": "true", + "OmitFramePointers": "true", + "OpenMP": "true", + "Optimization": "3", + "PrecompiledHeaderFile": "$(IntDir)\\$(TargetName).pche", + "PrecompiledHeaderThrough": "StdAfx.hd", + "PreprocessorDefinitions": "WIN32;_DEBUG;_CONSOLE", + "ProgramDataBaseFileName": "$(IntDir)\\vc90b.pdb", + "RuntimeLibrary": "3", + "RuntimeTypeInfo": "false", + "ShowIncludes": "true", + "SmallerTypeCheck": "true", + "StringPooling": "true", + "StructMemberAlignment": "3", + "SuppressStartupBanner": "false", + "TreatWChar_tAsBuiltInType": "false", + "UndefineAllPreprocessorDefinitions": "true", + "UndefinePreprocessorDefinitions": "wer", + "UseFullPaths": "true", + "UsePrecompiledHeader": "0", + "UseUnicodeResponseFiles": "false", + "WarnAsError": "true", + "WarningLevel": "3", + "WholeProgramOptimization": "true", + "XMLDocumentationFileName": "$(IntDir)\\c", + }, + "VCLinkerTool": { + "AdditionalDependencies": "zx", + "AdditionalLibraryDirectories": "asd", + "AdditionalManifestDependencies": "s2", + "AdditionalOptions": "/mor2", + "AddModuleNamesToAssembly": "d1", + "AllowIsolation": "false", + "AssemblyDebug": "1", + "AssemblyLinkResource": "d5", + "BaseAddress": "23423", + "CLRImageType": "3", + "CLRThreadAttribute": "1", + "CLRUnmanagedCodeCheck": "true", + "DataExecutionPrevention": "0", + "DelayLoadDLLs": "d4", + "DelaySign": "true", + "Driver": "2", + "EmbedManagedResourceFile": "d2", + "EnableCOMDATFolding": "1", + "EnableUAC": "false", + "EntryPointSymbol": "f5", + "ErrorReporting": "2", + "FixedBaseAddress": "1", + "ForceSymbolReferences": "d3", + "FunctionOrder": "fssdfsd", + "GenerateDebugInformation": "true", + "GenerateManifest": "false", + "GenerateMapFile": "true", + "HeapCommitSize": "13", + "HeapReserveSize": "12", + "IgnoreAllDefaultLibraries": "true", + "IgnoreDefaultLibraryNames": "flob;flok", + "IgnoreEmbeddedIDL": "true", + "IgnoreImportLibrary": "true", + "ImportLibrary": "f4", + "KeyContainer": "f7", + "KeyFile": "f6", + "LargeAddressAware": "2", + "LinkIncremental": "0", + "LinkLibraryDependencies": "false", + "LinkTimeCodeGeneration": "1", + "ManifestFile": "$(IntDir)\\$(TargetFileName).2intermediate.manifest", + "MapExports": "true", + "MapFileName": "d5", + "MergedIDLBaseFileName": "f2", + "MergeSections": "f5", + "MidlCommandFile": "f1", + "ModuleDefinitionFile": "sdsd", + "OptimizeForWindows98": "2", + "OptimizeReferences": "2", + "OutputFile": "$(OutDir)\\$(ProjectName)2.exe", + "PerUserRedirection": "true", + "Profile": "true", + "ProfileGuidedDatabase": "$(TargetDir)$(TargetName).pgdd", + "ProgramDatabaseFile": "Flob.pdb", + "RandomizedBaseAddress": "1", + "RegisterOutput": "true", + "ResourceOnlyDLL": "true", + "SetChecksum": "false", + "ShowProgress": "1", + "StackCommitSize": "15", + "StackReserveSize": "14", + "StripPrivateSymbols": "d3", + "SubSystem": "1", + "SupportUnloadOfDelayLoadedDLL": "true", + "SuppressStartupBanner": "false", + "SwapRunFromCD": "true", + "SwapRunFromNet": "true", + "TargetMachine": "1", + "TerminalServerAware": "1", + "TurnOffAssemblyGeneration": "true", + "TypeLibraryFile": "f3", + "TypeLibraryResourceID": "12", + "UACExecutionLevel": "2", + "UACUIAccess": "true", + "UseLibraryDependencyInputs": "true", + "UseUnicodeResponseFiles": "false", + "Version": "333", + }, + "VCResourceCompilerTool": { + "AdditionalIncludeDirectories": "f3", + "AdditionalOptions": "/more3", + "Culture": "3084", + "IgnoreStandardIncludePath": "true", + "PreprocessorDefinitions": "_UNICODE;UNICODE2", + "ResourceOutputFileName": "$(IntDir)/$(InputName)3.res", + "ShowProgress": "true", + }, + "VCManifestTool": { + "AdditionalManifestFiles": "sfsdfsd", + "AdditionalOptions": "afdsdafsd", + "AssemblyIdentity": "sddfdsadfsa", + "ComponentFileName": "fsdfds", + "DependencyInformationFile": "$(IntDir)\\mt.depdfd", + "EmbedManifest": "false", + "GenerateCatalogFiles": "true", + "InputResourceManifests": "asfsfdafs", + "ManifestResourceFile": + "$(IntDir)\\$(TargetFileName).embed.manifest.resfdsf", + "OutputManifestFile": "$(TargetPath).manifestdfs", + "RegistrarScriptFile": "sdfsfd", + "ReplacementsFile": "sdffsd", + "SuppressStartupBanner": "false", + "TypeLibraryFile": "sfsd", + "UpdateFileHashes": "true", + "UpdateFileHashesSearchPath": "sfsd", + "UseFAT32Workaround": "true", + "UseUnicodeResponseFiles": "false", + "VerboseOutput": "true", + }, + } + expected_msbuild_settings = { + "ClCompile": { + "AdditionalIncludeDirectories": "dir1", + "AdditionalOptions": "/more /J", + "AdditionalUsingDirectories": "test", + "AssemblerListingLocation": "$(IntDir)a", + "AssemblerOutput": "AssemblyCode", + "BasicRuntimeChecks": "EnableFastChecks", + "BrowseInformation": "true", + "BrowseInformationFile": "$(IntDir)e", + "BufferSecurityCheck": "false", + "CallingConvention": "FastCall", + "CompileAs": "CompileAsC", + "DebugInformationFormat": "EditAndContinue", + "DisableLanguageExtensions": "true", + "DisableSpecificWarnings": "abc", + "EnableEnhancedInstructionSet": "StreamingSIMDExtensions", + "EnableFiberSafeOptimizations": "true", + "EnablePREfast": "true", + "ErrorReporting": "Queue", + "ExceptionHandling": "Async", + "ExpandAttributedSource": "true", + "FavorSizeOrSpeed": "Size", + "FloatingPointExceptions": "true", + "FloatingPointModel": "Strict", + "ForceConformanceInForLoopScope": "false", + "ForcedIncludeFiles": "def", + "ForcedUsingFiles": "ge", + "FunctionLevelLinking": "true", + "GenerateXMLDocumentationFiles": "true", + "IgnoreStandardIncludePath": "true", + "InlineFunctionExpansion": "OnlyExplicitInline", + "IntrinsicFunctions": "true", + "MinimalRebuild": "true", + "ObjectFileName": "$(IntDir)b", + "OmitDefaultLibName": "true", + "OmitFramePointers": "true", + "OpenMPSupport": "true", + "Optimization": "Full", + "PrecompiledHeader": "NotUsing", # Actual conversion gives '' + "PrecompiledHeaderFile": "StdAfx.hd", + "PrecompiledHeaderOutputFile": "$(IntDir)$(TargetName).pche", + "PreprocessKeepComments": "true", + "PreprocessorDefinitions": "WIN32;_DEBUG;_CONSOLE", + "PreprocessSuppressLineNumbers": "true", + "PreprocessToFile": "true", + "ProgramDataBaseFileName": "$(IntDir)vc90b.pdb", + "RuntimeLibrary": "MultiThreadedDebugDLL", + "RuntimeTypeInfo": "false", + "ShowIncludes": "true", + "SmallerTypeCheck": "true", + "StringPooling": "true", + "StructMemberAlignment": "4Bytes", + "SuppressStartupBanner": "false", + "TreatWarningAsError": "true", + "TreatWChar_tAsBuiltInType": "false", + "UndefineAllPreprocessorDefinitions": "true", + "UndefinePreprocessorDefinitions": "wer", + "UseFullPaths": "true", + "WarningLevel": "Level3", + "WholeProgramOptimization": "true", + "XMLDocumentationFileName": "$(IntDir)c", + }, + "Link": { + "AdditionalDependencies": "zx", + "AdditionalLibraryDirectories": "asd", + "AdditionalManifestDependencies": "s2", + "AdditionalOptions": "/mor2", + "AddModuleNamesToAssembly": "d1", + "AllowIsolation": "false", + "AssemblyDebug": "true", + "AssemblyLinkResource": "d5", + "BaseAddress": "23423", + "CLRImageType": "ForceSafeILImage", + "CLRThreadAttribute": "MTAThreadingAttribute", + "CLRUnmanagedCodeCheck": "true", + "DataExecutionPrevention": "", + "DelayLoadDLLs": "d4", + "DelaySign": "true", + "Driver": "UpOnly", + "EmbedManagedResourceFile": "d2", + "EnableCOMDATFolding": "false", + "EnableUAC": "false", + "EntryPointSymbol": "f5", + "FixedBaseAddress": "false", + "ForceSymbolReferences": "d3", + "FunctionOrder": "fssdfsd", + "GenerateDebugInformation": "true", + "GenerateMapFile": "true", + "HeapCommitSize": "13", + "HeapReserveSize": "12", + "IgnoreAllDefaultLibraries": "true", + "IgnoreEmbeddedIDL": "true", + "IgnoreSpecificDefaultLibraries": "flob;flok", + "ImportLibrary": "f4", + "KeyContainer": "f7", + "KeyFile": "f6", + "LargeAddressAware": "true", + "LinkErrorReporting": "QueueForNextLogin", + "LinkTimeCodeGeneration": "UseLinkTimeCodeGeneration", + "ManifestFile": "$(IntDir)$(TargetFileName).2intermediate.manifest", + "MapExports": "true", + "MapFileName": "d5", + "MergedIDLBaseFileName": "f2", + "MergeSections": "f5", + "MidlCommandFile": "f1", + "ModuleDefinitionFile": "sdsd", + "NoEntryPoint": "true", + "OptimizeReferences": "true", + "OutputFile": "$(OutDir)$(ProjectName)2.exe", + "PerUserRedirection": "true", + "Profile": "true", + "ProfileGuidedDatabase": "$(TargetDir)$(TargetName).pgdd", + "ProgramDatabaseFile": "Flob.pdb", + "RandomizedBaseAddress": "false", + "RegisterOutput": "true", + "SetChecksum": "false", + "ShowProgress": "LinkVerbose", + "StackCommitSize": "15", + "StackReserveSize": "14", + "StripPrivateSymbols": "d3", + "SubSystem": "Console", + "SupportUnloadOfDelayLoadedDLL": "true", + "SuppressStartupBanner": "false", + "SwapRunFromCD": "true", + "SwapRunFromNET": "true", + "TargetMachine": "MachineX86", + "TerminalServerAware": "false", + "TurnOffAssemblyGeneration": "true", + "TypeLibraryFile": "f3", + "TypeLibraryResourceID": "12", + "UACExecutionLevel": "RequireAdministrator", + "UACUIAccess": "true", + "Version": "333", + }, + "ResourceCompile": { + "AdditionalIncludeDirectories": "f3", + "AdditionalOptions": "/more3", + "Culture": "0x0c0c", + "IgnoreStandardIncludePath": "true", + "PreprocessorDefinitions": "_UNICODE;UNICODE2", + "ResourceOutputFileName": "$(IntDir)%(Filename)3.res", + "ShowProgress": "true", + }, + "Manifest": { + "AdditionalManifestFiles": "sfsdfsd", + "AdditionalOptions": "afdsdafsd", + "AssemblyIdentity": "sddfdsadfsa", + "ComponentFileName": "fsdfds", + "GenerateCatalogFiles": "true", + "InputResourceManifests": "asfsfdafs", + "OutputManifestFile": "$(TargetPath).manifestdfs", + "RegistrarScriptFile": "sdfsfd", + "ReplacementsFile": "sdffsd", + "SuppressStartupBanner": "false", + "TypeLibraryFile": "sfsd", + "UpdateFileHashes": "true", + "UpdateFileHashesSearchPath": "sfsd", + "VerboseOutput": "true", + }, + "ProjectReference": { + "LinkLibraryDependencies": "false", + "UseLibraryDependencyInputs": "true", + }, + "": { + "EmbedManifest": "false", + "GenerateManifest": "false", + "IgnoreImportLibrary": "true", + "LinkIncremental": "", + }, + "ManifestResourceCompile": { + "ResourceOutputFileName": + "$(IntDir)$(TargetFileName).embed.manifest.resfdsf" + }, + } + self.maxDiff = 9999 # on failure display a long diff + actual_msbuild_settings = MSVSSettings.ConvertToMSBuildSettings( + msvs_settings, self.stderr + ) + self.assertEqual(expected_msbuild_settings, actual_msbuild_settings) + self._ExpectedWarnings([]) + + +if __name__ == "__main__": + unittest.main() diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py new file mode 100644 index 00000000..2e5c811b --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py @@ -0,0 +1,59 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Visual Studio project reader/writer.""" + +import gyp.easy_xml as easy_xml + + +class Writer: + """Visual Studio XML tool file writer.""" + + def __init__(self, tool_file_path, name): + """Initializes the tool file. + + Args: + tool_file_path: Path to the tool file. + name: Name of the tool file. + """ + self.tool_file_path = tool_file_path + self.name = name + self.rules_section = ["Rules"] + + def AddCustomBuildRule( + self, name, cmd, description, additional_dependencies, outputs, extensions + ): + """Adds a rule to the tool file. + + Args: + name: Name of the rule. + description: Description of the rule. + cmd: Command line of the rule. + additional_dependencies: other files which may trigger the rule. + outputs: outputs of the rule. + extensions: extensions handled by the rule. + """ + rule = [ + "CustomBuildRule", + { + "Name": name, + "ExecutionDescription": description, + "CommandLine": cmd, + "Outputs": ";".join(outputs), + "FileExtensions": ";".join(extensions), + "AdditionalDependencies": ";".join(additional_dependencies), + }, + ] + self.rules_section.append(rule) + + def WriteIfChanged(self): + """Writes the tool file.""" + content = [ + "VisualStudioToolFile", + {"Version": "8.00", "Name": self.name}, + self.rules_section, + ] + easy_xml.WriteXmlIfChanged( + content, self.tool_file_path, encoding="Windows-1252" + ) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py new file mode 100644 index 00000000..e580c00f --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py @@ -0,0 +1,153 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Visual Studio user preferences file writer.""" + +import os +import re +import socket # for gethostname + +import gyp.easy_xml as easy_xml + + +# ------------------------------------------------------------------------------ + + +def _FindCommandInPath(command): + """If there are no slashes in the command given, this function + searches the PATH env to find the given command, and converts it + to an absolute path. We have to do this because MSVS is looking + for an actual file to launch a debugger on, not just a command + line. Note that this happens at GYP time, so anything needing to + be built needs to have a full path.""" + if "/" in command or "\\" in command: + # If the command already has path elements (either relative or + # absolute), then assume it is constructed properly. + return command + else: + # Search through the path list and find an existing file that + # we can access. + paths = os.environ.get("PATH", "").split(os.pathsep) + for path in paths: + item = os.path.join(path, command) + if os.path.isfile(item) and os.access(item, os.X_OK): + return item + return command + + +def _QuoteWin32CommandLineArgs(args): + new_args = [] + for arg in args: + # Replace all double-quotes with double-double-quotes to escape + # them for cmd shell, and then quote the whole thing if there + # are any. + if arg.find('"') != -1: + arg = '""'.join(arg.split('"')) + arg = '"%s"' % arg + + # Otherwise, if there are any spaces, quote the whole arg. + elif re.search(r"[ \t\n]", arg): + arg = '"%s"' % arg + new_args.append(arg) + return new_args + + +class Writer: + """Visual Studio XML user user file writer.""" + + def __init__(self, user_file_path, version, name): + """Initializes the user file. + + Args: + user_file_path: Path to the user file. + version: Version info. + name: Name of the user file. + """ + self.user_file_path = user_file_path + self.version = version + self.name = name + self.configurations = {} + + def AddConfig(self, name): + """Adds a configuration to the project. + + Args: + name: Configuration name. + """ + self.configurations[name] = ["Configuration", {"Name": name}] + + def AddDebugSettings( + self, config_name, command, environment={}, working_directory="" + ): + """Adds a DebugSettings node to the user file for a particular config. + + Args: + command: command line to run. First element in the list is the + executable. All elements of the command will be quoted if + necessary. + working_directory: other files which may trigger the rule. (optional) + """ + command = _QuoteWin32CommandLineArgs(command) + + abs_command = _FindCommandInPath(command[0]) + + if environment and isinstance(environment, dict): + env_list = [f'{key}="{val}"' for (key, val) in environment.items()] + environment = " ".join(env_list) + else: + environment = "" + + n_cmd = [ + "DebugSettings", + { + "Command": abs_command, + "WorkingDirectory": working_directory, + "CommandArguments": " ".join(command[1:]), + "RemoteMachine": socket.gethostname(), + "Environment": environment, + "EnvironmentMerge": "true", + # Currently these are all "dummy" values that we're just setting + # in the default manner that MSVS does it. We could use some of + # these to add additional capabilities, I suppose, but they might + # not have parity with other platforms then. + "Attach": "false", + "DebuggerType": "3", # 'auto' debugger + "Remote": "1", + "RemoteCommand": "", + "HttpUrl": "", + "PDBPath": "", + "SQLDebugging": "", + "DebuggerFlavor": "0", + "MPIRunCommand": "", + "MPIRunArguments": "", + "MPIRunWorkingDirectory": "", + "ApplicationCommand": "", + "ApplicationArguments": "", + "ShimCommand": "", + "MPIAcceptMode": "", + "MPIAcceptFilter": "", + }, + ] + + # Find the config, and add it if it doesn't exist. + if config_name not in self.configurations: + self.AddConfig(config_name) + + # Add the DebugSettings onto the appropriate config. + self.configurations[config_name].append(n_cmd) + + def WriteIfChanged(self): + """Writes the user file.""" + configs = ["Configurations"] + for config, spec in sorted(self.configurations.items()): + configs.append(spec) + + content = [ + "VisualStudioUserFile", + {"Version": self.version.ProjectVersion(), "Name": self.name}, + configs, + ] + easy_xml.WriteXmlIfChanged( + content, self.user_file_path, encoding="Windows-1252" + ) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py new file mode 100644 index 00000000..36bb782b --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py @@ -0,0 +1,271 @@ +# Copyright (c) 2013 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Utility functions shared amongst the Windows generators.""" + +import copy +import os + + +# A dictionary mapping supported target types to extensions. +TARGET_TYPE_EXT = { + "executable": "exe", + "loadable_module": "dll", + "shared_library": "dll", + "static_library": "lib", + "windows_driver": "sys", +} + + +def _GetLargePdbShimCcPath(): + """Returns the path of the large_pdb_shim.cc file.""" + this_dir = os.path.abspath(os.path.dirname(__file__)) + src_dir = os.path.abspath(os.path.join(this_dir, "..", "..")) + win_data_dir = os.path.join(src_dir, "data", "win") + large_pdb_shim_cc = os.path.join(win_data_dir, "large-pdb-shim.cc") + return large_pdb_shim_cc + + +def _DeepCopySomeKeys(in_dict, keys): + """Performs a partial deep-copy on |in_dict|, only copying the keys in |keys|. + + Arguments: + in_dict: The dictionary to copy. + keys: The keys to be copied. If a key is in this list and doesn't exist in + |in_dict| this is not an error. + Returns: + The partially deep-copied dictionary. + """ + d = {} + for key in keys: + if key not in in_dict: + continue + d[key] = copy.deepcopy(in_dict[key]) + return d + + +def _SuffixName(name, suffix): + """Add a suffix to the end of a target. + + Arguments: + name: name of the target (foo#target) + suffix: the suffix to be added + Returns: + Target name with suffix added (foo_suffix#target) + """ + parts = name.rsplit("#", 1) + parts[0] = f"{parts[0]}_{suffix}" + return "#".join(parts) + + +def _ShardName(name, number): + """Add a shard number to the end of a target. + + Arguments: + name: name of the target (foo#target) + number: shard number + Returns: + Target name with shard added (foo_1#target) + """ + return _SuffixName(name, str(number)) + + +def ShardTargets(target_list, target_dicts): + """Shard some targets apart to work around the linkers limits. + + Arguments: + target_list: List of target pairs: 'base/base.gyp:base'. + target_dicts: Dict of target properties keyed on target pair. + Returns: + Tuple of the new sharded versions of the inputs. + """ + # Gather the targets to shard, and how many pieces. + targets_to_shard = {} + for t in target_dicts: + shards = int(target_dicts[t].get("msvs_shard", 0)) + if shards: + targets_to_shard[t] = shards + # Shard target_list. + new_target_list = [] + for t in target_list: + if t in targets_to_shard: + for i in range(targets_to_shard[t]): + new_target_list.append(_ShardName(t, i)) + else: + new_target_list.append(t) + # Shard target_dict. + new_target_dicts = {} + for t in target_dicts: + if t in targets_to_shard: + for i in range(targets_to_shard[t]): + name = _ShardName(t, i) + new_target_dicts[name] = copy.copy(target_dicts[t]) + new_target_dicts[name]["target_name"] = _ShardName( + new_target_dicts[name]["target_name"], i + ) + sources = new_target_dicts[name].get("sources", []) + new_sources = [] + for pos in range(i, len(sources), targets_to_shard[t]): + new_sources.append(sources[pos]) + new_target_dicts[name]["sources"] = new_sources + else: + new_target_dicts[t] = target_dicts[t] + # Shard dependencies. + for t in sorted(new_target_dicts): + for deptype in ("dependencies", "dependencies_original"): + dependencies = copy.copy(new_target_dicts[t].get(deptype, [])) + new_dependencies = [] + for d in dependencies: + if d in targets_to_shard: + for i in range(targets_to_shard[d]): + new_dependencies.append(_ShardName(d, i)) + else: + new_dependencies.append(d) + new_target_dicts[t][deptype] = new_dependencies + + return (new_target_list, new_target_dicts) + + +def _GetPdbPath(target_dict, config_name, vars): + """Returns the path to the PDB file that will be generated by a given + configuration. + + The lookup proceeds as follows: + - Look for an explicit path in the VCLinkerTool configuration block. + - Look for an 'msvs_large_pdb_path' variable. + - Use '<(PRODUCT_DIR)/<(product_name).(exe|dll).pdb' if 'product_name' is + specified. + - Use '<(PRODUCT_DIR)/<(target_name).(exe|dll).pdb'. + + Arguments: + target_dict: The target dictionary to be searched. + config_name: The name of the configuration of interest. + vars: A dictionary of common GYP variables with generator-specific values. + Returns: + The path of the corresponding PDB file. + """ + config = target_dict["configurations"][config_name] + msvs = config.setdefault("msvs_settings", {}) + + linker = msvs.get("VCLinkerTool", {}) + + pdb_path = linker.get("ProgramDatabaseFile") + if pdb_path: + return pdb_path + + variables = target_dict.get("variables", {}) + pdb_path = variables.get("msvs_large_pdb_path", None) + if pdb_path: + return pdb_path + + pdb_base = target_dict.get("product_name", target_dict["target_name"]) + pdb_base = "{}.{}.pdb".format(pdb_base, TARGET_TYPE_EXT[target_dict["type"]]) + pdb_path = vars["PRODUCT_DIR"] + "/" + pdb_base + + return pdb_path + + +def InsertLargePdbShims(target_list, target_dicts, vars): + """Insert a shim target that forces the linker to use 4KB pagesize PDBs. + + This is a workaround for targets with PDBs greater than 1GB in size, the + limit for the 1KB pagesize PDBs created by the linker by default. + + Arguments: + target_list: List of target pairs: 'base/base.gyp:base'. + target_dicts: Dict of target properties keyed on target pair. + vars: A dictionary of common GYP variables with generator-specific values. + Returns: + Tuple of the shimmed version of the inputs. + """ + # Determine which targets need shimming. + targets_to_shim = [] + for t in target_dicts: + target_dict = target_dicts[t] + + # We only want to shim targets that have msvs_large_pdb enabled. + if not int(target_dict.get("msvs_large_pdb", 0)): + continue + # This is intended for executable, shared_library and loadable_module + # targets where every configuration is set up to produce a PDB output. + # If any of these conditions is not true then the shim logic will fail + # below. + targets_to_shim.append(t) + + large_pdb_shim_cc = _GetLargePdbShimCcPath() + + for t in targets_to_shim: + target_dict = target_dicts[t] + target_name = target_dict.get("target_name") + + base_dict = _DeepCopySomeKeys( + target_dict, ["configurations", "default_configuration", "toolset"] + ) + + # This is the dict for copying the source file (part of the GYP tree) + # to the intermediate directory of the project. This is necessary because + # we can't always build a relative path to the shim source file (on Windows + # GYP and the project may be on different drives), and Ninja hates absolute + # paths (it ends up generating the .obj and .obj.d alongside the source + # file, polluting GYPs tree). + copy_suffix = "large_pdb_copy" + copy_target_name = target_name + "_" + copy_suffix + full_copy_target_name = _SuffixName(t, copy_suffix) + shim_cc_basename = os.path.basename(large_pdb_shim_cc) + shim_cc_dir = vars["SHARED_INTERMEDIATE_DIR"] + "/" + copy_target_name + shim_cc_path = shim_cc_dir + "/" + shim_cc_basename + copy_dict = copy.deepcopy(base_dict) + copy_dict["target_name"] = copy_target_name + copy_dict["type"] = "none" + copy_dict["sources"] = [large_pdb_shim_cc] + copy_dict["copies"] = [ + {"destination": shim_cc_dir, "files": [large_pdb_shim_cc]} + ] + + # This is the dict for the PDB generating shim target. It depends on the + # copy target. + shim_suffix = "large_pdb_shim" + shim_target_name = target_name + "_" + shim_suffix + full_shim_target_name = _SuffixName(t, shim_suffix) + shim_dict = copy.deepcopy(base_dict) + shim_dict["target_name"] = shim_target_name + shim_dict["type"] = "static_library" + shim_dict["sources"] = [shim_cc_path] + shim_dict["dependencies"] = [full_copy_target_name] + + # Set up the shim to output its PDB to the same location as the final linker + # target. + for config_name, config in shim_dict.get("configurations").items(): + pdb_path = _GetPdbPath(target_dict, config_name, vars) + + # A few keys that we don't want to propagate. + for key in ["msvs_precompiled_header", "msvs_precompiled_source", "test"]: + config.pop(key, None) + + msvs = config.setdefault("msvs_settings", {}) + + # Update the compiler directives in the shim target. + compiler = msvs.setdefault("VCCLCompilerTool", {}) + compiler["DebugInformationFormat"] = "3" + compiler["ProgramDataBaseFileName"] = pdb_path + + # Set the explicit PDB path in the appropriate configuration of the + # original target. + config = target_dict["configurations"][config_name] + msvs = config.setdefault("msvs_settings", {}) + linker = msvs.setdefault("VCLinkerTool", {}) + linker["GenerateDebugInformation"] = "true" + linker["ProgramDatabaseFile"] = pdb_path + + # Add the new targets. They must go to the beginning of the list so that + # the dependency generation works as expected in ninja. + target_list.insert(0, full_copy_target_name) + target_list.insert(0, full_shim_target_name) + target_dicts[full_copy_target_name] = copy_dict + target_dicts[full_shim_target_name] = shim_dict + + # Update the original target to depend on the shim target. + target_dict.setdefault("dependencies", []).append(full_shim_target_name) + + return (target_list, target_dicts) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py new file mode 100644 index 00000000..1b353629 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py @@ -0,0 +1,574 @@ +# Copyright (c) 2013 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Handle version information related to Visual Stuio.""" + +import errno +import os +import re +import subprocess +import sys +import glob + + +def JoinPath(*args): + return os.path.normpath(os.path.join(*args)) + + +class VisualStudioVersion: + """Information regarding a version of Visual Studio.""" + + def __init__( + self, + short_name, + description, + solution_version, + project_version, + flat_sln, + uses_vcxproj, + path, + sdk_based, + default_toolset=None, + compatible_sdks=None, + ): + self.short_name = short_name + self.description = description + self.solution_version = solution_version + self.project_version = project_version + self.flat_sln = flat_sln + self.uses_vcxproj = uses_vcxproj + self.path = path + self.sdk_based = sdk_based + self.default_toolset = default_toolset + compatible_sdks = compatible_sdks or [] + compatible_sdks.sort(key=lambda v: float(v.replace("v", "")), reverse=True) + self.compatible_sdks = compatible_sdks + + def ShortName(self): + return self.short_name + + def Description(self): + """Get the full description of the version.""" + return self.description + + def SolutionVersion(self): + """Get the version number of the sln files.""" + return self.solution_version + + def ProjectVersion(self): + """Get the version number of the vcproj or vcxproj files.""" + return self.project_version + + def FlatSolution(self): + return self.flat_sln + + def UsesVcxproj(self): + """Returns true if this version uses a vcxproj file.""" + return self.uses_vcxproj + + def ProjectExtension(self): + """Returns the file extension for the project.""" + return (self.uses_vcxproj and ".vcxproj") or ".vcproj" + + def Path(self): + """Returns the path to Visual Studio installation.""" + return self.path + + def ToolPath(self, tool): + """Returns the path to a given compiler tool. """ + return os.path.normpath(os.path.join(self.path, "VC/bin", tool)) + + def DefaultToolset(self): + """Returns the msbuild toolset version that will be used in the absence + of a user override.""" + return self.default_toolset + + def _SetupScriptInternal(self, target_arch): + """Returns a command (with arguments) to be used to set up the + environment.""" + assert target_arch in ("x86", "x64"), "target_arch not supported" + # If WindowsSDKDir is set and SetEnv.Cmd exists then we are using the + # depot_tools build tools and should run SetEnv.Cmd to set up the + # environment. The check for WindowsSDKDir alone is not sufficient because + # this is set by running vcvarsall.bat. + sdk_dir = os.environ.get("WindowsSDKDir", "") + setup_path = JoinPath(sdk_dir, "Bin", "SetEnv.Cmd") + if self.sdk_based and sdk_dir and os.path.exists(setup_path): + return [setup_path, "/" + target_arch] + + is_host_arch_x64 = ( + os.environ.get("PROCESSOR_ARCHITECTURE") == "AMD64" + or os.environ.get("PROCESSOR_ARCHITEW6432") == "AMD64" + ) + + # For VS2017 (and newer) it's fairly easy + if self.short_name >= "2017": + script_path = JoinPath( + self.path, "VC", "Auxiliary", "Build", "vcvarsall.bat" + ) + + # Always use a native executable, cross-compiling if necessary. + host_arch = "amd64" if is_host_arch_x64 else "x86" + msvc_target_arch = "amd64" if target_arch == "x64" else "x86" + arg = host_arch + if host_arch != msvc_target_arch: + arg += "_" + msvc_target_arch + + return [script_path, arg] + + # We try to find the best version of the env setup batch. + vcvarsall = JoinPath(self.path, "VC", "vcvarsall.bat") + if target_arch == "x86": + if ( + self.short_name >= "2013" + and self.short_name[-1] != "e" + and is_host_arch_x64 + ): + # VS2013 and later, non-Express have a x64-x86 cross that we want + # to prefer. + return [vcvarsall, "amd64_x86"] + else: + # Otherwise, the standard x86 compiler. We don't use VC/vcvarsall.bat + # for x86 because vcvarsall calls vcvars32, which it can only find if + # VS??COMNTOOLS is set, which isn't guaranteed. + return [JoinPath(self.path, "Common7", "Tools", "vsvars32.bat")] + elif target_arch == "x64": + arg = "x86_amd64" + # Use the 64-on-64 compiler if we're not using an express edition and + # we're running on a 64bit OS. + if self.short_name[-1] != "e" and is_host_arch_x64: + arg = "amd64" + return [vcvarsall, arg] + + def SetupScript(self, target_arch): + script_data = self._SetupScriptInternal(target_arch) + script_path = script_data[0] + if not os.path.exists(script_path): + raise Exception( + "%s is missing - make sure VC++ tools are installed." % script_path + ) + return script_data + + +def _RegistryQueryBase(sysdir, key, value): + """Use reg.exe to read a particular key. + + While ideally we might use the win32 module, we would like gyp to be + python neutral, so for instance cygwin python lacks this module. + + Arguments: + sysdir: The system subdirectory to attempt to launch reg.exe from. + key: The registry key to read from. + value: The particular value to read. + Return: + stdout from reg.exe, or None for failure. + """ + # Skip if not on Windows or Python Win32 setup issue + if sys.platform not in ("win32", "cygwin"): + return None + # Setup params to pass to and attempt to launch reg.exe + cmd = [os.path.join(os.environ.get("WINDIR", ""), sysdir, "reg.exe"), "query", key] + if value: + cmd.extend(["/v", value]) + p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) + # Obtain the stdout from reg.exe, reading to the end so p.returncode is valid + # Note that the error text may be in [1] in some cases + text = p.communicate()[0].decode("utf-8") + # Check return code from reg.exe; officially 0==success and 1==error + if p.returncode: + return None + return text + + +def _RegistryQuery(key, value=None): + r"""Use reg.exe to read a particular key through _RegistryQueryBase. + + First tries to launch from %WinDir%\Sysnative to avoid WoW64 redirection. If + that fails, it falls back to System32. Sysnative is available on Vista and + up and available on Windows Server 2003 and XP through KB patch 942589. Note + that Sysnative will always fail if using 64-bit python due to it being a + virtual directory and System32 will work correctly in the first place. + + KB 942589 - http://support.microsoft.com/kb/942589/en-us. + + Arguments: + key: The registry key. + value: The particular registry value to read (optional). + Return: + stdout from reg.exe, or None for failure. + """ + text = None + try: + text = _RegistryQueryBase("Sysnative", key, value) + except OSError as e: + if e.errno == errno.ENOENT: + text = _RegistryQueryBase("System32", key, value) + else: + raise + return text + + +def _RegistryGetValueUsingWinReg(key, value): + """Use the _winreg module to obtain the value of a registry key. + + Args: + key: The registry key. + value: The particular registry value to read. + Return: + contents of the registry key's value, or None on failure. Throws + ImportError if winreg is unavailable. + """ + from winreg import HKEY_LOCAL_MACHINE, OpenKey, QueryValueEx + try: + root, subkey = key.split("\\", 1) + assert root == "HKLM" # Only need HKLM for now. + with OpenKey(HKEY_LOCAL_MACHINE, subkey) as hkey: + return QueryValueEx(hkey, value)[0] + except OSError: + return None + + +def _RegistryGetValue(key, value): + """Use _winreg or reg.exe to obtain the value of a registry key. + + Using _winreg is preferable because it solves an issue on some corporate + environments where access to reg.exe is locked down. However, we still need + to fallback to reg.exe for the case where the _winreg module is not available + (for example in cygwin python). + + Args: + key: The registry key. + value: The particular registry value to read. + Return: + contents of the registry key's value, or None on failure. + """ + try: + return _RegistryGetValueUsingWinReg(key, value) + except ImportError: + pass + + # Fallback to reg.exe if we fail to import _winreg. + text = _RegistryQuery(key, value) + if not text: + return None + # Extract value. + match = re.search(r"REG_\w+\s+([^\r]+)\r\n", text) + if not match: + return None + return match.group(1) + + +def _CreateVersion(name, path, sdk_based=False): + """Sets up MSVS project generation. + + Setup is based off the GYP_MSVS_VERSION environment variable or whatever is + autodetected if GYP_MSVS_VERSION is not explicitly specified. If a version is + passed in that doesn't match a value in versions python will throw a error. + """ + if path: + path = os.path.normpath(path) + versions = { + "2022": VisualStudioVersion( + "2022", + "Visual Studio 2022", + solution_version="12.00", + project_version="17.0", + flat_sln=False, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + default_toolset="v143", + compatible_sdks=["v8.1", "v10.0"], + ), + "2019": VisualStudioVersion( + "2019", + "Visual Studio 2019", + solution_version="12.00", + project_version="16.0", + flat_sln=False, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + default_toolset="v142", + compatible_sdks=["v8.1", "v10.0"], + ), + "2017": VisualStudioVersion( + "2017", + "Visual Studio 2017", + solution_version="12.00", + project_version="15.0", + flat_sln=False, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + default_toolset="v141", + compatible_sdks=["v8.1", "v10.0"], + ), + "2015": VisualStudioVersion( + "2015", + "Visual Studio 2015", + solution_version="12.00", + project_version="14.0", + flat_sln=False, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + default_toolset="v140", + ), + "2013": VisualStudioVersion( + "2013", + "Visual Studio 2013", + solution_version="13.00", + project_version="12.0", + flat_sln=False, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + default_toolset="v120", + ), + "2013e": VisualStudioVersion( + "2013e", + "Visual Studio 2013", + solution_version="13.00", + project_version="12.0", + flat_sln=True, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + default_toolset="v120", + ), + "2012": VisualStudioVersion( + "2012", + "Visual Studio 2012", + solution_version="12.00", + project_version="4.0", + flat_sln=False, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + default_toolset="v110", + ), + "2012e": VisualStudioVersion( + "2012e", + "Visual Studio 2012", + solution_version="12.00", + project_version="4.0", + flat_sln=True, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + default_toolset="v110", + ), + "2010": VisualStudioVersion( + "2010", + "Visual Studio 2010", + solution_version="11.00", + project_version="4.0", + flat_sln=False, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + ), + "2010e": VisualStudioVersion( + "2010e", + "Visual C++ Express 2010", + solution_version="11.00", + project_version="4.0", + flat_sln=True, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + ), + "2008": VisualStudioVersion( + "2008", + "Visual Studio 2008", + solution_version="10.00", + project_version="9.00", + flat_sln=False, + uses_vcxproj=False, + path=path, + sdk_based=sdk_based, + ), + "2008e": VisualStudioVersion( + "2008e", + "Visual Studio 2008", + solution_version="10.00", + project_version="9.00", + flat_sln=True, + uses_vcxproj=False, + path=path, + sdk_based=sdk_based, + ), + "2005": VisualStudioVersion( + "2005", + "Visual Studio 2005", + solution_version="9.00", + project_version="8.00", + flat_sln=False, + uses_vcxproj=False, + path=path, + sdk_based=sdk_based, + ), + "2005e": VisualStudioVersion( + "2005e", + "Visual Studio 2005", + solution_version="9.00", + project_version="8.00", + flat_sln=True, + uses_vcxproj=False, + path=path, + sdk_based=sdk_based, + ), + } + return versions[str(name)] + + +def _ConvertToCygpath(path): + """Convert to cygwin path if we are using cygwin.""" + if sys.platform == "cygwin": + p = subprocess.Popen(["cygpath", path], stdout=subprocess.PIPE) + path = p.communicate()[0].decode("utf-8").strip() + return path + + +def _DetectVisualStudioVersions(versions_to_check, force_express): + """Collect the list of installed visual studio versions. + + Returns: + A list of visual studio versions installed in descending order of + usage preference. + Base this on the registry and a quick check if devenv.exe exists. + Possibilities are: + 2005(e) - Visual Studio 2005 (8) + 2008(e) - Visual Studio 2008 (9) + 2010(e) - Visual Studio 2010 (10) + 2012(e) - Visual Studio 2012 (11) + 2013(e) - Visual Studio 2013 (12) + 2015 - Visual Studio 2015 (14) + 2017 - Visual Studio 2017 (15) + 2019 - Visual Studio 2019 (16) + 2022 - Visual Studio 2022 (17) + Where (e) is e for express editions of MSVS and blank otherwise. + """ + version_to_year = { + "8.0": "2005", + "9.0": "2008", + "10.0": "2010", + "11.0": "2012", + "12.0": "2013", + "14.0": "2015", + "15.0": "2017", + "16.0": "2019", + "17.0": "2022", + } + versions = [] + for version in versions_to_check: + # Old method of searching for which VS version is installed + # We don't use the 2010-encouraged-way because we also want to get the + # path to the binaries, which it doesn't offer. + keys = [ + r"HKLM\Software\Microsoft\VisualStudio\%s" % version, + r"HKLM\Software\Wow6432Node\Microsoft\VisualStudio\%s" % version, + r"HKLM\Software\Microsoft\VCExpress\%s" % version, + r"HKLM\Software\Wow6432Node\Microsoft\VCExpress\%s" % version, + ] + for index in range(len(keys)): + path = _RegistryGetValue(keys[index], "InstallDir") + if not path: + continue + path = _ConvertToCygpath(path) + # Check for full. + full_path = os.path.join(path, "devenv.exe") + express_path = os.path.join(path, "*express.exe") + if not force_express and os.path.exists(full_path): + # Add this one. + versions.append( + _CreateVersion( + version_to_year[version], os.path.join(path, "..", "..") + ) + ) + # Check for express. + elif glob.glob(express_path): + # Add this one. + versions.append( + _CreateVersion( + version_to_year[version] + "e", os.path.join(path, "..", "..") + ) + ) + + # The old method above does not work when only SDK is installed. + keys = [ + r"HKLM\Software\Microsoft\VisualStudio\SxS\VC7", + r"HKLM\Software\Wow6432Node\Microsoft\VisualStudio\SxS\VC7", + r"HKLM\Software\Microsoft\VisualStudio\SxS\VS7", + r"HKLM\Software\Wow6432Node\Microsoft\VisualStudio\SxS\VS7", + ] + for index in range(len(keys)): + path = _RegistryGetValue(keys[index], version) + if not path: + continue + path = _ConvertToCygpath(path) + if version == "15.0": + if os.path.exists(path): + versions.append(_CreateVersion("2017", path)) + elif version != "14.0": # There is no Express edition for 2015. + versions.append( + _CreateVersion( + version_to_year[version] + "e", + os.path.join(path, ".."), + sdk_based=True, + ) + ) + + return versions + + +def SelectVisualStudioVersion(version="auto", allow_fallback=True): + """Select which version of Visual Studio projects to generate. + + Arguments: + version: Hook to allow caller to force a particular version (vs auto). + Returns: + An object representing a visual studio project format version. + """ + # In auto mode, check environment variable for override. + if version == "auto": + version = os.environ.get("GYP_MSVS_VERSION", "auto") + version_map = { + "auto": ("17.0", "16.0", "15.0", "14.0", "12.0", "10.0", "9.0", "8.0", "11.0"), + "2005": ("8.0",), + "2005e": ("8.0",), + "2008": ("9.0",), + "2008e": ("9.0",), + "2010": ("10.0",), + "2010e": ("10.0",), + "2012": ("11.0",), + "2012e": ("11.0",), + "2013": ("12.0",), + "2013e": ("12.0",), + "2015": ("14.0",), + "2017": ("15.0",), + "2019": ("16.0",), + "2022": ("17.0",), + } + override_path = os.environ.get("GYP_MSVS_OVERRIDE_PATH") + if override_path: + msvs_version = os.environ.get("GYP_MSVS_VERSION") + if not msvs_version: + raise ValueError( + "GYP_MSVS_OVERRIDE_PATH requires GYP_MSVS_VERSION to be " + "set to a particular version (e.g. 2010e)." + ) + return _CreateVersion(msvs_version, override_path, sdk_based=True) + version = str(version) + versions = _DetectVisualStudioVersions(version_map[version], "e" in version) + if not versions: + if not allow_fallback: + raise ValueError("Could not locate Visual Studio installation.") + if version == "auto": + # Default to 2005 if we couldn't find anything + return _CreateVersion("2005", None) + else: + return _CreateVersion(version, None) + return versions[0] diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/__init__.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/__init__.py new file mode 100755 index 00000000..8933d0c4 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/__init__.py @@ -0,0 +1,705 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +from __future__ import annotations +import copy +import gyp.input +import argparse +import os.path +import re +import shlex +import sys +import traceback +from gyp.common import GypError + + +# Default debug modes for GYP +debug = {} + +# List of "official" debug modes, but you can use anything you like. +DEBUG_GENERAL = "general" +DEBUG_VARIABLES = "variables" +DEBUG_INCLUDES = "includes" + +def EscapeForCString(string: bytes | str) -> str: + if isinstance(string, str): + string = string.encode(encoding='utf8') + + backslash_or_double_quote = {ord('\\'), ord('"')} + result = '' + for char in string: + if char in backslash_or_double_quote or not 32 <= char < 127: + result += '\\%03o' % char + else: + result += chr(char) + return result + +def DebugOutput(mode, message, *args): + if "all" in gyp.debug or mode in gyp.debug: + ctx = ("unknown", 0, "unknown") + try: + f = traceback.extract_stack(limit=2) + if f: + ctx = f[0][:3] + except Exception: + pass + if args: + message %= args + print( + "%s:%s:%d:%s %s" + % (mode.upper(), os.path.basename(ctx[0]), ctx[1], ctx[2], message) + ) + + +def FindBuildFiles(): + extension = ".gyp" + files = os.listdir(os.getcwd()) + build_files = [] + for file in files: + if file.endswith(extension): + build_files.append(file) + return build_files + + +def Load( + build_files, + format, + default_variables={}, + includes=[], + depth=".", + params=None, + check=False, + circular_check=True, +): + """ + Loads one or more specified build files. + default_variables and includes will be copied before use. + Returns the generator for the specified format and the + data returned by loading the specified build files. + """ + if params is None: + params = {} + + if "-" in format: + format, params["flavor"] = format.split("-", 1) + + default_variables = copy.copy(default_variables) + + # Default variables provided by this program and its modules should be + # named WITH_CAPITAL_LETTERS to provide a distinct "best practice" namespace, + # avoiding collisions with user and automatic variables. + default_variables["GENERATOR"] = format + default_variables["GENERATOR_FLAVOR"] = params.get("flavor", "") + + # Format can be a custom python file, or by default the name of a module + # within gyp.generator. + if format.endswith(".py"): + generator_name = os.path.splitext(format)[0] + path, generator_name = os.path.split(generator_name) + + # Make sure the path to the custom generator is in sys.path + # Don't worry about removing it once we are done. Keeping the path + # to each generator that is used in sys.path is likely harmless and + # arguably a good idea. + path = os.path.abspath(path) + if path not in sys.path: + sys.path.insert(0, path) + else: + generator_name = "gyp.generator." + format + + # These parameters are passed in order (as opposed to by key) + # because ActivePython cannot handle key parameters to __import__. + generator = __import__(generator_name, globals(), locals(), generator_name) + for (key, val) in generator.generator_default_variables.items(): + default_variables.setdefault(key, val) + + output_dir = params["options"].generator_output or params["options"].toplevel_dir + if default_variables["GENERATOR"] == "ninja": + product_dir_abs = os.path.join( + output_dir, "out", default_variables.get("build_type", "default") + ) + else: + product_dir_abs = os.path.join( + output_dir, default_variables["CONFIGURATION_NAME"] + ) + + default_variables.setdefault("PRODUCT_DIR_ABS", product_dir_abs) + default_variables.setdefault( + "PRODUCT_DIR_ABS_CSTR", EscapeForCString(product_dir_abs) + ) + + # Give the generator the opportunity to set additional variables based on + # the params it will receive in the output phase. + if getattr(generator, "CalculateVariables", None): + generator.CalculateVariables(default_variables, params) + + # Give the generator the opportunity to set generator_input_info based on + # the params it will receive in the output phase. + if getattr(generator, "CalculateGeneratorInputInfo", None): + generator.CalculateGeneratorInputInfo(params) + + # Fetch the generator specific info that gets fed to input, we use getattr + # so we can default things and the generators only have to provide what + # they need. + generator_input_info = { + "non_configuration_keys": getattr( + generator, "generator_additional_non_configuration_keys", [] + ), + "path_sections": getattr(generator, "generator_additional_path_sections", []), + "extra_sources_for_rules": getattr( + generator, "generator_extra_sources_for_rules", [] + ), + "generator_supports_multiple_toolsets": getattr( + generator, "generator_supports_multiple_toolsets", False + ), + "generator_wants_static_library_dependencies_adjusted": getattr( + generator, "generator_wants_static_library_dependencies_adjusted", True + ), + "generator_wants_sorted_dependencies": getattr( + generator, "generator_wants_sorted_dependencies", False + ), + "generator_filelist_paths": getattr( + generator, "generator_filelist_paths", None + ), + } + + # Process the input specific to this generator. + result = gyp.input.Load( + build_files, + default_variables, + includes[:], + depth, + generator_input_info, + check, + circular_check, + params["parallel"], + params["root_targets"], + ) + return [generator] + result + + +def NameValueListToDict(name_value_list): + """ + Takes an array of strings of the form 'NAME=VALUE' and creates a dictionary + of the pairs. If a string is simply NAME, then the value in the dictionary + is set to True. If VALUE can be converted to an integer, it is. + """ + result = {} + for item in name_value_list: + tokens = item.split("=", 1) + if len(tokens) == 2: + # If we can make it an int, use that, otherwise, use the string. + try: + token_value = int(tokens[1]) + except ValueError: + token_value = tokens[1] + # Set the variable to the supplied value. + result[tokens[0]] = token_value + else: + # No value supplied, treat it as a boolean and set it. + result[tokens[0]] = True + return result + + +def ShlexEnv(env_name): + flags = os.environ.get(env_name, []) + if flags: + flags = shlex.split(flags) + return flags + + +def FormatOpt(opt, value): + if opt.startswith("--"): + return f"{opt}={value}" + return opt + value + + +def RegenerateAppendFlag(flag, values, predicate, env_name, options): + """Regenerate a list of command line flags, for an option of action='append'. + + The |env_name|, if given, is checked in the environment and used to generate + an initial list of options, then the options that were specified on the + command line (given in |values|) are appended. This matches the handling of + environment variables and command line flags where command line flags override + the environment, while not requiring the environment to be set when the flags + are used again. + """ + flags = [] + if options.use_environment and env_name: + for flag_value in ShlexEnv(env_name): + value = FormatOpt(flag, predicate(flag_value)) + if value in flags: + flags.remove(value) + flags.append(value) + if values: + for flag_value in values: + flags.append(FormatOpt(flag, predicate(flag_value))) + return flags + + +def RegenerateFlags(options): + """Given a parsed options object, and taking the environment variables into + account, returns a list of flags that should regenerate an equivalent options + object (even in the absence of the environment variables.) + + Any path options will be normalized relative to depth. + + The format flag is not included, as it is assumed the calling generator will + set that as appropriate. + """ + + def FixPath(path): + path = gyp.common.FixIfRelativePath(path, options.depth) + if not path: + return os.path.curdir + return path + + def Noop(value): + return value + + # We always want to ignore the environment when regenerating, to avoid + # duplicate or changed flags in the environment at the time of regeneration. + flags = ["--ignore-environment"] + for name, metadata in options._regeneration_metadata.items(): + opt = metadata["opt"] + value = getattr(options, name) + value_predicate = (metadata["type"] == "path" and FixPath) or Noop + action = metadata["action"] + env_name = metadata["env_name"] + if action == "append": + flags.extend( + RegenerateAppendFlag(opt, value, value_predicate, env_name, options) + ) + elif action in ("store", None): # None is a synonym for 'store'. + if value: + flags.append(FormatOpt(opt, value_predicate(value))) + elif options.use_environment and env_name and os.environ.get(env_name): + flags.append(FormatOpt(opt, value_predicate(os.environ.get(env_name)))) + elif action in ("store_true", "store_false"): + if (action == "store_true" and value) or ( + action == "store_false" and not value + ): + flags.append(opt) + elif options.use_environment and env_name: + print( + "Warning: environment regeneration unimplemented " + "for %s flag %r env_name %r" % (action, opt, env_name), + file=sys.stderr, + ) + else: + print( + "Warning: regeneration unimplemented for action %r " + "flag %r" % (action, opt), + file=sys.stderr, + ) + + return flags + + +class RegeneratableOptionParser(argparse.ArgumentParser): + def __init__(self, usage): + self.__regeneratable_options = {} + argparse.ArgumentParser.__init__(self, usage=usage) + + def add_argument(self, *args, **kw): + """Add an option to the parser. + + This accepts the same arguments as ArgumentParser.add_argument, plus the + following: + regenerate: can be set to False to prevent this option from being included + in regeneration. + env_name: name of environment variable that additional values for this + option come from. + type: adds type='path', to tell the regenerator that the values of + this option need to be made relative to options.depth + """ + env_name = kw.pop("env_name", None) + if "dest" in kw and kw.pop("regenerate", True): + dest = kw["dest"] + + # The path type is needed for regenerating, for optparse we can just treat + # it as a string. + type = kw.get("type") + if type == "path": + kw["type"] = str + + self.__regeneratable_options[dest] = { + "action": kw.get("action"), + "type": type, + "env_name": env_name, + "opt": args[0], + } + + argparse.ArgumentParser.add_argument(self, *args, **kw) + + def parse_args(self, *args): + values, args = argparse.ArgumentParser.parse_known_args(self, *args) + values._regeneration_metadata = self.__regeneratable_options + return values, args + + +def gyp_main(args): + my_name = os.path.basename(sys.argv[0]) + usage = "usage: %(prog)s [options ...] [build_file ...]" + + parser = RegeneratableOptionParser(usage=usage.replace("%s", "%(prog)s")) + parser.add_argument( + "--build", + dest="configs", + action="append", + help="configuration for build after project generation", + ) + parser.add_argument( + "--check", dest="check", action="store_true", help="check format of gyp files" + ) + parser.add_argument( + "--config-dir", + dest="config_dir", + action="store", + env_name="GYP_CONFIG_DIR", + default=None, + help="The location for configuration files like " "include.gypi.", + ) + parser.add_argument( + "-d", + "--debug", + dest="debug", + metavar="DEBUGMODE", + action="append", + default=[], + help="turn on a debugging " + 'mode for debugging GYP. Supported modes are "variables", ' + '"includes" and "general" or "all" for all of them.', + ) + parser.add_argument( + "-D", + dest="defines", + action="append", + metavar="VAR=VAL", + env_name="GYP_DEFINES", + help="sets variable VAR to value VAL", + ) + parser.add_argument( + "--depth", + dest="depth", + metavar="PATH", + type="path", + help="set DEPTH gyp variable to a relative path to PATH", + ) + parser.add_argument( + "-f", + "--format", + dest="formats", + action="append", + env_name="GYP_GENERATORS", + regenerate=False, + help="output formats to generate", + ) + parser.add_argument( + "-G", + dest="generator_flags", + action="append", + default=[], + metavar="FLAG=VAL", + env_name="GYP_GENERATOR_FLAGS", + help="sets generator flag FLAG to VAL", + ) + parser.add_argument( + "--generator-output", + dest="generator_output", + action="store", + default=None, + metavar="DIR", + type="path", + env_name="GYP_GENERATOR_OUTPUT", + help="puts generated build files under DIR", + ) + parser.add_argument( + "--ignore-environment", + dest="use_environment", + action="store_false", + default=True, + regenerate=False, + help="do not read options from environment variables", + ) + parser.add_argument( + "-I", + "--include", + dest="includes", + action="append", + metavar="INCLUDE", + type="path", + help="files to include in all loaded .gyp files", + ) + # --no-circular-check disables the check for circular relationships between + # .gyp files. These relationships should not exist, but they've only been + # observed to be harmful with the Xcode generator. Chromium's .gyp files + # currently have some circular relationships on non-Mac platforms, so this + # option allows the strict behavior to be used on Macs and the lenient + # behavior to be used elsewhere. + # TODO(mark): Remove this option when http://crbug.com/35878 is fixed. + parser.add_argument( + "--no-circular-check", + dest="circular_check", + action="store_false", + default=True, + regenerate=False, + help="don't check for circular relationships between files", + ) + parser.add_argument( + "--no-parallel", + action="store_true", + default=False, + help="Disable multiprocessing", + ) + parser.add_argument( + "-S", + "--suffix", + dest="suffix", + default="", + help="suffix to add to generated files", + ) + parser.add_argument( + "--toplevel-dir", + dest="toplevel_dir", + action="store", + default=None, + metavar="DIR", + type="path", + help="directory to use as the root of the source tree", + ) + parser.add_argument( + "-R", + "--root-target", + dest="root_targets", + action="append", + metavar="TARGET", + help="include only TARGET and its deep dependencies", + ) + parser.add_argument( + "-V", + "--version", + dest="version", + action="store_true", + help="Show the version and exit.", + ) + + options, build_files_arg = parser.parse_args(args) + if options.version: + import pkg_resources + print(f"v{pkg_resources.get_distribution('gyp-next').version}") + return 0 + build_files = build_files_arg + + # Set up the configuration directory (defaults to ~/.gyp) + if not options.config_dir: + home = None + home_dot_gyp = None + if options.use_environment: + home_dot_gyp = os.environ.get("GYP_CONFIG_DIR", None) + if home_dot_gyp: + home_dot_gyp = os.path.expanduser(home_dot_gyp) + + if not home_dot_gyp: + home_vars = ["HOME"] + if sys.platform in ("cygwin", "win32"): + home_vars.append("USERPROFILE") + for home_var in home_vars: + home = os.getenv(home_var) + if home: + home_dot_gyp = os.path.join(home, ".gyp") + if not os.path.exists(home_dot_gyp): + home_dot_gyp = None + else: + break + else: + home_dot_gyp = os.path.expanduser(options.config_dir) + + if home_dot_gyp and not os.path.exists(home_dot_gyp): + home_dot_gyp = None + + if not options.formats: + # If no format was given on the command line, then check the env variable. + generate_formats = [] + if options.use_environment: + generate_formats = os.environ.get("GYP_GENERATORS", []) + if generate_formats: + generate_formats = re.split(r"[\s,]", generate_formats) + if generate_formats: + options.formats = generate_formats + else: + # Nothing in the variable, default based on platform. + if sys.platform == "darwin": + options.formats = ["xcode"] + elif sys.platform in ("win32", "cygwin"): + options.formats = ["msvs"] + else: + options.formats = ["make"] + + if not options.generator_output and options.use_environment: + g_o = os.environ.get("GYP_GENERATOR_OUTPUT") + if g_o: + options.generator_output = g_o + + options.parallel = not options.no_parallel + + for mode in options.debug: + gyp.debug[mode] = 1 + + # Do an extra check to avoid work when we're not debugging. + if DEBUG_GENERAL in gyp.debug: + DebugOutput(DEBUG_GENERAL, "running with these options:") + for option, value in sorted(options.__dict__.items()): + if option[0] == "_": + continue + if isinstance(value, str): + DebugOutput(DEBUG_GENERAL, " %s: '%s'", option, value) + else: + DebugOutput(DEBUG_GENERAL, " %s: %s", option, value) + + if not build_files: + build_files = FindBuildFiles() + if not build_files: + raise GypError((usage + "\n\n%s: error: no build_file") % (my_name, my_name)) + + # TODO(mark): Chromium-specific hack! + # For Chromium, the gyp "depth" variable should always be a relative path + # to Chromium's top-level "src" directory. If no depth variable was set + # on the command line, try to find a "src" directory by looking at the + # absolute path to each build file's directory. The first "src" component + # found will be treated as though it were the path used for --depth. + if not options.depth: + for build_file in build_files: + build_file_dir = os.path.abspath(os.path.dirname(build_file)) + build_file_dir_components = build_file_dir.split(os.path.sep) + components_len = len(build_file_dir_components) + for index in range(components_len - 1, -1, -1): + if build_file_dir_components[index] == "src": + options.depth = os.path.sep.join(build_file_dir_components) + break + del build_file_dir_components[index] + + # If the inner loop found something, break without advancing to another + # build file. + if options.depth: + break + + if not options.depth: + raise GypError( + "Could not automatically locate src directory. This is" + "a temporary Chromium feature that will be removed. Use" + "--depth as a workaround." + ) + + # If toplevel-dir is not set, we assume that depth is the root of our source + # tree. + if not options.toplevel_dir: + options.toplevel_dir = options.depth + + # -D on the command line sets variable defaults - D isn't just for define, + # it's for default. Perhaps there should be a way to force (-F?) a + # variable's value so that it can't be overridden by anything else. + cmdline_default_variables = {} + defines = [] + if options.use_environment: + defines += ShlexEnv("GYP_DEFINES") + if options.defines: + defines += options.defines + cmdline_default_variables = NameValueListToDict(defines) + if DEBUG_GENERAL in gyp.debug: + DebugOutput( + DEBUG_GENERAL, "cmdline_default_variables: %s", cmdline_default_variables + ) + + # Set up includes. + includes = [] + + # If ~/.gyp/include.gypi exists, it'll be forcibly included into every + # .gyp file that's loaded, before anything else is included. + if home_dot_gyp: + default_include = os.path.join(home_dot_gyp, "include.gypi") + if os.path.exists(default_include): + print("Using overrides found in " + default_include) + includes.append(default_include) + + # Command-line --include files come after the default include. + if options.includes: + includes.extend(options.includes) + + # Generator flags should be prefixed with the target generator since they + # are global across all generator runs. + gen_flags = [] + if options.use_environment: + gen_flags += ShlexEnv("GYP_GENERATOR_FLAGS") + if options.generator_flags: + gen_flags += options.generator_flags + generator_flags = NameValueListToDict(gen_flags) + if DEBUG_GENERAL in gyp.debug: + DebugOutput(DEBUG_GENERAL, "generator_flags: %s", generator_flags) + + # Generate all requested formats (use a set in case we got one format request + # twice) + for format in set(options.formats): + params = { + "options": options, + "build_files": build_files, + "generator_flags": generator_flags, + "cwd": os.getcwd(), + "build_files_arg": build_files_arg, + "gyp_binary": sys.argv[0], + "home_dot_gyp": home_dot_gyp, + "parallel": options.parallel, + "root_targets": options.root_targets, + "target_arch": cmdline_default_variables.get("target_arch", ""), + } + + # Start with the default variables from the command line. + [generator, flat_list, targets, data] = Load( + build_files, + format, + cmdline_default_variables, + includes, + options.depth, + params, + options.check, + options.circular_check, + ) + + # TODO(mark): Pass |data| for now because the generator needs a list of + # build files that came in. In the future, maybe it should just accept + # a list, and not the whole data dict. + # NOTE: flat_list is the flattened dependency graph specifying the order + # that targets may be built. Build systems that operate serially or that + # need to have dependencies defined before dependents reference them should + # generate targets in the order specified in flat_list. + generator.GenerateOutput(flat_list, targets, data, params) + + if options.configs: + valid_configs = targets[flat_list[0]]["configurations"] + for conf in options.configs: + if conf not in valid_configs: + raise GypError("Invalid config specified via --build: %s" % conf) + generator.PerformBuild(data, options.configs, params) + + # Done + return 0 + + +def main(args): + try: + return gyp_main(args) + except GypError as e: + sys.stderr.write("gyp: %s\n" % e) + return 1 + + +# NOTE: setuptools generated console_scripts calls function with no arguments +def script_main(): + return main(sys.argv[1:]) + + +if __name__ == "__main__": + sys.exit(script_main()) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/common.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/common.py new file mode 100644 index 00000000..762ae021 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/common.py @@ -0,0 +1,711 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +import errno +import filecmp +import os.path +import re +import tempfile +import sys +import subprocess +import shlex + +from collections.abc import MutableSet + + +# A minimal memoizing decorator. It'll blow up if the args aren't immutable, +# among other "problems". +class memoize: + def __init__(self, func): + self.func = func + self.cache = {} + + def __call__(self, *args): + try: + return self.cache[args] + except KeyError: + result = self.func(*args) + self.cache[args] = result + return result + + +class GypError(Exception): + """Error class representing an error, which is to be presented + to the user. The main entry point will catch and display this. + """ + + pass + + +def ExceptionAppend(e, msg): + """Append a message to the given exception's message.""" + if not e.args: + e.args = (msg,) + elif len(e.args) == 1: + e.args = (str(e.args[0]) + " " + msg,) + else: + e.args = (str(e.args[0]) + " " + msg,) + e.args[1:] + + +def FindQualifiedTargets(target, qualified_list): + """ + Given a list of qualified targets, return the qualified targets for the + specified |target|. + """ + return [t for t in qualified_list if ParseQualifiedTarget(t)[1] == target] + + +def ParseQualifiedTarget(target): + # Splits a qualified target into a build file, target name and toolset. + + # NOTE: rsplit is used to disambiguate the Windows drive letter separator. + target_split = target.rsplit(":", 1) + if len(target_split) == 2: + [build_file, target] = target_split + else: + build_file = None + + target_split = target.rsplit("#", 1) + if len(target_split) == 2: + [target, toolset] = target_split + else: + toolset = None + + return [build_file, target, toolset] + + +def ResolveTarget(build_file, target, toolset): + # This function resolves a target into a canonical form: + # - a fully defined build file, either absolute or relative to the current + # directory + # - a target name + # - a toolset + # + # build_file is the file relative to which 'target' is defined. + # target is the qualified target. + # toolset is the default toolset for that target. + [parsed_build_file, target, parsed_toolset] = ParseQualifiedTarget(target) + + if parsed_build_file: + if build_file: + # If a relative path, parsed_build_file is relative to the directory + # containing build_file. If build_file is not in the current directory, + # parsed_build_file is not a usable path as-is. Resolve it by + # interpreting it as relative to build_file. If parsed_build_file is + # absolute, it is usable as a path regardless of the current directory, + # and os.path.join will return it as-is. + build_file = os.path.normpath( + os.path.join(os.path.dirname(build_file), parsed_build_file) + ) + # Further (to handle cases like ../cwd), make it relative to cwd) + if not os.path.isabs(build_file): + build_file = RelativePath(build_file, ".") + else: + build_file = parsed_build_file + + if parsed_toolset: + toolset = parsed_toolset + + return [build_file, target, toolset] + + +def BuildFile(fully_qualified_target): + # Extracts the build file from the fully qualified target. + return ParseQualifiedTarget(fully_qualified_target)[0] + + +def GetEnvironFallback(var_list, default): + """Look up a key in the environment, with fallback to secondary keys + and finally falling back to a default value.""" + for var in var_list: + if var in os.environ: + return os.environ[var] + return default + + +def QualifiedTarget(build_file, target, toolset): + # "Qualified" means the file that a target was defined in and the target + # name, separated by a colon, suffixed by a # and the toolset name: + # /path/to/file.gyp:target_name#toolset + fully_qualified = build_file + ":" + target + if toolset: + fully_qualified = fully_qualified + "#" + toolset + return fully_qualified + + +@memoize +def RelativePath(path, relative_to, follow_path_symlink=True): + # Assuming both |path| and |relative_to| are relative to the current + # directory, returns a relative path that identifies path relative to + # relative_to. + # If |follow_symlink_path| is true (default) and |path| is a symlink, then + # this method returns a path to the real file represented by |path|. If it is + # false, this method returns a path to the symlink. If |path| is not a + # symlink, this option has no effect. + + # Convert to normalized (and therefore absolute paths). + path = os.path.realpath(path) if follow_path_symlink else os.path.abspath(path) + relative_to = os.path.realpath(relative_to) + + # On Windows, we can't create a relative path to a different drive, so just + # use the absolute path. + if sys.platform == "win32" and ( + os.path.splitdrive(path)[0].lower() + != os.path.splitdrive(relative_to)[0].lower() + ): + return path + + # Split the paths into components. + path_split = path.split(os.path.sep) + relative_to_split = relative_to.split(os.path.sep) + + # Determine how much of the prefix the two paths share. + prefix_len = len(os.path.commonprefix([path_split, relative_to_split])) + + # Put enough ".." components to back up out of relative_to to the common + # prefix, and then append the part of path_split after the common prefix. + relative_split = [os.path.pardir] * ( + len(relative_to_split) - prefix_len + ) + path_split[prefix_len:] + + if len(relative_split) == 0: + # The paths were the same. + return "" + + # Turn it back into a string and we're done. + return os.path.join(*relative_split) + + +@memoize +def InvertRelativePath(path, toplevel_dir=None): + """Given a path like foo/bar that is relative to toplevel_dir, return + the inverse relative path back to the toplevel_dir. + + E.g. os.path.normpath(os.path.join(path, InvertRelativePath(path))) + should always produce the empty string, unless the path contains symlinks. + """ + if not path: + return path + toplevel_dir = "." if toplevel_dir is None else toplevel_dir + return RelativePath(toplevel_dir, os.path.join(toplevel_dir, path)) + + +def FixIfRelativePath(path, relative_to): + # Like RelativePath but returns |path| unchanged if it is absolute. + if os.path.isabs(path): + return path + return RelativePath(path, relative_to) + + +def UnrelativePath(path, relative_to): + # Assuming that |relative_to| is relative to the current directory, and |path| + # is a path relative to the dirname of |relative_to|, returns a path that + # identifies |path| relative to the current directory. + rel_dir = os.path.dirname(relative_to) + return os.path.normpath(os.path.join(rel_dir, path)) + + +# re objects used by EncodePOSIXShellArgument. See IEEE 1003.1 XCU.2.2 at +# http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_02 +# and the documentation for various shells. + +# _quote is a pattern that should match any argument that needs to be quoted +# with double-quotes by EncodePOSIXShellArgument. It matches the following +# characters appearing anywhere in an argument: +# \t, \n, space parameter separators +# # comments +# $ expansions (quoted to always expand within one argument) +# % called out by IEEE 1003.1 XCU.2.2 +# & job control +# ' quoting +# (, ) subshell execution +# *, ?, [ pathname expansion +# ; command delimiter +# <, >, | redirection +# = assignment +# {, } brace expansion (bash) +# ~ tilde expansion +# It also matches the empty string, because "" (or '') is the only way to +# represent an empty string literal argument to a POSIX shell. +# +# This does not match the characters in _escape, because those need to be +# backslash-escaped regardless of whether they appear in a double-quoted +# string. +_quote = re.compile("[\t\n #$%&'()*;<=>?[{|}~]|^$") + +# _escape is a pattern that should match any character that needs to be +# escaped with a backslash, whether or not the argument matched the _quote +# pattern. _escape is used with re.sub to backslash anything in _escape's +# first match group, hence the (parentheses) in the regular expression. +# +# _escape matches the following characters appearing anywhere in an argument: +# " to prevent POSIX shells from interpreting this character for quoting +# \ to prevent POSIX shells from interpreting this character for escaping +# ` to prevent POSIX shells from interpreting this character for command +# substitution +# Missing from this list is $, because the desired behavior of +# EncodePOSIXShellArgument is to permit parameter (variable) expansion. +# +# Also missing from this list is !, which bash will interpret as the history +# expansion character when history is enabled. bash does not enable history +# by default in non-interactive shells, so this is not thought to be a problem. +# ! was omitted from this list because bash interprets "\!" as a literal string +# including the backslash character (avoiding history expansion but retaining +# the backslash), which would not be correct for argument encoding. Handling +# this case properly would also be problematic because bash allows the history +# character to be changed with the histchars shell variable. Fortunately, +# as history is not enabled in non-interactive shells and +# EncodePOSIXShellArgument is only expected to encode for non-interactive +# shells, there is no room for error here by ignoring !. +_escape = re.compile(r'(["\\`])') + + +def EncodePOSIXShellArgument(argument): + """Encodes |argument| suitably for consumption by POSIX shells. + + argument may be quoted and escaped as necessary to ensure that POSIX shells + treat the returned value as a literal representing the argument passed to + this function. Parameter (variable) expansions beginning with $ are allowed + to remain intact without escaping the $, to allow the argument to contain + references to variables to be expanded by the shell. + """ + + if not isinstance(argument, str): + argument = str(argument) + + quote = '"' if _quote.search(argument) else "" + + encoded = quote + re.sub(_escape, r"\\\1", argument) + quote + + return encoded + + +def EncodePOSIXShellList(list): + """Encodes |list| suitably for consumption by POSIX shells. + + Returns EncodePOSIXShellArgument for each item in list, and joins them + together using the space character as an argument separator. + """ + + encoded_arguments = [] + for argument in list: + encoded_arguments.append(EncodePOSIXShellArgument(argument)) + return " ".join(encoded_arguments) + + +def DeepDependencyTargets(target_dicts, roots): + """Returns the recursive list of target dependencies.""" + dependencies = set() + pending = set(roots) + while pending: + # Pluck out one. + r = pending.pop() + # Skip if visited already. + if r in dependencies: + continue + # Add it. + dependencies.add(r) + # Add its children. + spec = target_dicts[r] + pending.update(set(spec.get("dependencies", []))) + pending.update(set(spec.get("dependencies_original", []))) + return list(dependencies - set(roots)) + + +def BuildFileTargets(target_list, build_file): + """From a target_list, returns the subset from the specified build_file. + """ + return [p for p in target_list if BuildFile(p) == build_file] + + +def AllTargets(target_list, target_dicts, build_file): + """Returns all targets (direct and dependencies) for the specified build_file. + """ + bftargets = BuildFileTargets(target_list, build_file) + deptargets = DeepDependencyTargets(target_dicts, bftargets) + return bftargets + deptargets + + +def WriteOnDiff(filename): + """Write to a file only if the new contents differ. + + Arguments: + filename: name of the file to potentially write to. + Returns: + A file like object which will write to temporary file and only overwrite + the target if it differs (on close). + """ + + class Writer: + """Wrapper around file which only covers the target if it differs.""" + + def __init__(self): + # On Cygwin remove the "dir" argument + # `C:` prefixed paths are treated as relative, + # consequently ending up with current dir "/cygdrive/c/..." + # being prefixed to those, which was + # obviously a non-existent path, + # for example: "/cygdrive/c//C:\". + # For more details see: + # https://docs.python.org/2/library/tempfile.html#tempfile.mkstemp + base_temp_dir = "" if IsCygwin() else os.path.dirname(filename) + # Pick temporary file. + tmp_fd, self.tmp_path = tempfile.mkstemp( + suffix=".tmp", + prefix=os.path.split(filename)[1] + ".gyp.", + dir=base_temp_dir, + ) + try: + self.tmp_file = os.fdopen(tmp_fd, "wb") + except Exception: + # Don't leave turds behind. + os.unlink(self.tmp_path) + raise + + def __getattr__(self, attrname): + # Delegate everything else to self.tmp_file + return getattr(self.tmp_file, attrname) + + def close(self): + try: + # Close tmp file. + self.tmp_file.close() + # Determine if different. + same = False + try: + same = filecmp.cmp(self.tmp_path, filename, False) + except OSError as e: + if e.errno != errno.ENOENT: + raise + + if same: + # The new file is identical to the old one, just get rid of the new + # one. + os.unlink(self.tmp_path) + else: + # The new file is different from the old one, + # or there is no old one. + # Rename the new file to the permanent name. + # + # tempfile.mkstemp uses an overly restrictive mode, resulting in a + # file that can only be read by the owner, regardless of the umask. + # There's no reason to not respect the umask here, + # which means that an extra hoop is required + # to fetch it and reset the new file's mode. + # + # No way to get the umask without setting a new one? Set a safe one + # and then set it back to the old value. + umask = os.umask(0o77) + os.umask(umask) + os.chmod(self.tmp_path, 0o666 & ~umask) + if sys.platform == "win32" and os.path.exists(filename): + # NOTE: on windows (but not cygwin) rename will not replace an + # existing file, so it must be preceded with a remove. + # Sadly there is no way to make the switch atomic. + os.remove(filename) + os.rename(self.tmp_path, filename) + except Exception: + # Don't leave turds behind. + os.unlink(self.tmp_path) + raise + + def write(self, s): + self.tmp_file.write(s.encode("utf-8")) + + return Writer() + + +def EnsureDirExists(path): + """Make sure the directory for |path| exists.""" + try: + os.makedirs(os.path.dirname(path)) + except OSError: + pass + +def GetCrossCompilerPredefines(): # -> dict + cmd = [] + + # shlex.split() will eat '\' in posix mode, but + # setting posix=False will preserve extra '"' cause CreateProcess fail on Windows + # this makes '\' in %CC_target% and %CFLAGS% work + def replace_sep(s): + return s.replace(os.sep, "/") if os.sep != "/" else s + + if CC := os.environ.get("CC_target") or os.environ.get("CC"): + cmd += shlex.split(replace_sep(CC)) + if CFLAGS := os.environ.get("CFLAGS"): + cmd += shlex.split(replace_sep(CFLAGS)) + elif CXX := os.environ.get("CXX_target") or os.environ.get("CXX"): + cmd += shlex.split(replace_sep(CXX)) + if CXXFLAGS := os.environ.get("CXXFLAGS"): + cmd += shlex.split(replace_sep(CXXFLAGS)) + else: + return {} + + if sys.platform == "win32": + fd, input = tempfile.mkstemp(suffix=".c") + real_cmd = [*cmd, "-dM", "-E", "-x", "c", input] + try: + os.close(fd) + stdout = subprocess.run( + real_cmd, shell=True, + capture_output=True, check=True + ).stdout + finally: + os.unlink(input) + else: + input = "/dev/null" + real_cmd = [*cmd, "-dM", "-E", "-x", "c", input] + stdout = subprocess.run( + real_cmd, shell=False, + capture_output=True, check=True + ).stdout + + defines = {} + lines = stdout.decode("utf-8").replace("\r\n", "\n").split("\n") + for line in lines: + if (line or "").startswith("#define "): + _, key, *value = line.split(" ") + defines[key] = " ".join(value) + return defines + +def GetFlavorByPlatform(): + """Returns |params.flavor| if it's set, the system's default flavor else.""" + flavors = { + "cygwin": "win", + "win32": "win", + "darwin": "mac", + } + + if sys.platform in flavors: + return flavors[sys.platform] + if sys.platform.startswith("sunos"): + return "solaris" + if sys.platform.startswith(("dragonfly", "freebsd")): + return "freebsd" + if sys.platform.startswith("openbsd"): + return "openbsd" + if sys.platform.startswith("netbsd"): + return "netbsd" + if sys.platform.startswith("aix"): + return "aix" + if sys.platform.startswith(("os390", "zos")): + return "zos" + if sys.platform == "os400": + return "os400" + + return "linux" + +def GetFlavor(params): + if "flavor" in params: + return params["flavor"] + + defines = GetCrossCompilerPredefines() + if "__EMSCRIPTEN__" in defines: + return "emscripten" + if "__wasm__" in defines: + return "wasi" if "__wasi__" in defines else "wasm" + + return GetFlavorByPlatform() + + +def CopyTool(flavor, out_path, generator_flags={}): + """Finds (flock|mac|win)_tool.gyp in the gyp directory and copies it + to |out_path|.""" + # aix and solaris just need flock emulation. mac and win use more complicated + # support scripts. + prefix = { + "aix": "flock", + "os400": "flock", + "solaris": "flock", + "mac": "mac", + "ios": "mac", + "win": "win", + }.get(flavor, None) + if not prefix: + return + + # Slurp input file. + source_path = os.path.join( + os.path.dirname(os.path.abspath(__file__)), "%s_tool.py" % prefix + ) + with open(source_path) as source_file: + source = source_file.readlines() + + # Set custom header flags. + header = "# Generated by gyp. Do not edit.\n" + mac_toolchain_dir = generator_flags.get("mac_toolchain_dir", None) + if flavor == "mac" and mac_toolchain_dir: + header += "import os;\nos.environ['DEVELOPER_DIR']='%s'\n" % mac_toolchain_dir + + # Add header and write it out. + tool_path = os.path.join(out_path, "gyp-%s-tool" % prefix) + with open(tool_path, "w") as tool_file: + tool_file.write("".join([source[0], header] + source[1:])) + + # Make file executable. + os.chmod(tool_path, 0o755) + + +# From Alex Martelli, +# http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52560 +# ASPN: Python Cookbook: Remove duplicates from a sequence +# First comment, dated 2001/10/13. +# (Also in the printed Python Cookbook.) + + +def uniquer(seq, idfun=lambda x: x): + seen = {} + result = [] + for item in seq: + marker = idfun(item) + if marker in seen: + continue + seen[marker] = 1 + result.append(item) + return result + + +# Based on http://code.activestate.com/recipes/576694/. +class OrderedSet(MutableSet): + def __init__(self, iterable=None): + self.end = end = [] + end += [None, end, end] # sentinel node for doubly linked list + self.map = {} # key --> [key, prev, next] + if iterable is not None: + self |= iterable + + def __len__(self): + return len(self.map) + + def __contains__(self, key): + return key in self.map + + def add(self, key): + if key not in self.map: + end = self.end + curr = end[1] + curr[2] = end[1] = self.map[key] = [key, curr, end] + + def discard(self, key): + if key in self.map: + key, prev_item, next_item = self.map.pop(key) + prev_item[2] = next_item + next_item[1] = prev_item + + def __iter__(self): + end = self.end + curr = end[2] + while curr is not end: + yield curr[0] + curr = curr[2] + + def __reversed__(self): + end = self.end + curr = end[1] + while curr is not end: + yield curr[0] + curr = curr[1] + + # The second argument is an addition that causes a pylint warning. + def pop(self, last=True): # pylint: disable=W0221 + if not self: + raise KeyError("set is empty") + key = self.end[1][0] if last else self.end[2][0] + self.discard(key) + return key + + def __repr__(self): + if not self: + return f"{self.__class__.__name__}()" + return f"{self.__class__.__name__}({list(self)!r})" + + def __eq__(self, other): + if isinstance(other, OrderedSet): + return len(self) == len(other) and list(self) == list(other) + return set(self) == set(other) + + # Extensions to the recipe. + def update(self, iterable): + for i in iterable: + if i not in self: + self.add(i) + + +class CycleError(Exception): + """An exception raised when an unexpected cycle is detected.""" + + def __init__(self, nodes): + self.nodes = nodes + + def __str__(self): + return "CycleError: cycle involving: " + str(self.nodes) + + +def TopologicallySorted(graph, get_edges): + r"""Topologically sort based on a user provided edge definition. + + Args: + graph: A list of node names. + get_edges: A function mapping from node name to a hashable collection + of node names which this node has outgoing edges to. + Returns: + A list containing all of the node in graph in topological order. + It is assumed that calling get_edges once for each node and caching is + cheaper than repeatedly calling get_edges. + Raises: + CycleError in the event of a cycle. + Example: + graph = {'a': '$(b) $(c)', 'b': 'hi', 'c': '$(b)'} + def GetEdges(node): + return re.findall(r'\$\(([^))]\)', graph[node]) + print TopologicallySorted(graph.keys(), GetEdges) + ==> + ['a', 'c', b'] + """ + get_edges = memoize(get_edges) + visited = set() + visiting = set() + ordered_nodes = [] + + def Visit(node): + if node in visiting: + raise CycleError(visiting) + if node in visited: + return + visited.add(node) + visiting.add(node) + for neighbor in get_edges(node): + Visit(neighbor) + visiting.remove(node) + ordered_nodes.insert(0, node) + + for node in sorted(graph): + Visit(node) + return ordered_nodes + + +def CrossCompileRequested(): + # TODO: figure out how to not build extra host objects in the + # non-cross-compile case when this is enabled, and enable unconditionally. + return ( + os.environ.get("GYP_CROSSCOMPILE") + or os.environ.get("AR_host") + or os.environ.get("CC_host") + or os.environ.get("CXX_host") + or os.environ.get("AR_target") + or os.environ.get("CC_target") + or os.environ.get("CXX_target") + ) + + +def IsCygwin(): + try: + out = subprocess.Popen( + "uname", stdout=subprocess.PIPE, stderr=subprocess.STDOUT + ) + stdout = out.communicate()[0].decode("utf-8") + return "CYGWIN" in str(stdout) + except Exception: + return False diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/common_test.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/common_test.py new file mode 100755 index 00000000..b6c4cccc --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/common_test.py @@ -0,0 +1,171 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Unit tests for the common.py file.""" + +import gyp.common +import unittest +import sys +import os +from unittest.mock import patch, MagicMock + +class TestTopologicallySorted(unittest.TestCase): + def test_Valid(self): + """Test that sorting works on a valid graph with one possible order.""" + graph = { + "a": ["b", "c"], + "b": [], + "c": ["d"], + "d": ["b"], + } + + def GetEdge(node): + return tuple(graph[node]) + + assert gyp.common.TopologicallySorted( + graph.keys(), GetEdge) == ["a", "c", "d", "b"] + + def test_Cycle(self): + """Test that an exception is thrown on a cyclic graph.""" + graph = { + "a": ["b"], + "b": ["c"], + "c": ["d"], + "d": ["a"], + } + + def GetEdge(node): + return tuple(graph[node]) + + self.assertRaises( + gyp.common.CycleError, gyp.common.TopologicallySorted, graph.keys(), GetEdge + ) + + +class TestGetFlavor(unittest.TestCase): + """Test that gyp.common.GetFlavor works as intended""" + + original_platform = "" + + def setUp(self): + self.original_platform = sys.platform + + def tearDown(self): + sys.platform = self.original_platform + + def assertFlavor(self, expected, argument, param): + sys.platform = argument + assert expected == gyp.common.GetFlavor(param) + + def test_platform_default(self): + self.assertFlavor("freebsd", "freebsd9", {}) + self.assertFlavor("freebsd", "freebsd10", {}) + self.assertFlavor("openbsd", "openbsd5", {}) + self.assertFlavor("solaris", "sunos5", {}) + self.assertFlavor("solaris", "sunos", {}) + self.assertFlavor("linux", "linux2", {}) + self.assertFlavor("linux", "linux3", {}) + self.assertFlavor("linux", "linux", {}) + + def test_param(self): + self.assertFlavor("foobar", "linux2", {"flavor": "foobar"}) + + class MockCommunicate: + def __init__(self, stdout): + self.stdout = stdout + + def decode(self, encoding): + return self.stdout + + @patch("os.close") + @patch("os.unlink") + @patch("tempfile.mkstemp") + def test_GetCrossCompilerPredefines(self, mock_mkstemp, mock_unlink, mock_close): + mock_close.return_value = None + mock_unlink.return_value = None + mock_mkstemp.return_value = (0, "temp.c") + + def mock_run(env, defines_stdout, expected_cmd): + with patch("subprocess.run") as mock_run: + mock_process = MagicMock() + mock_process.returncode = 0 + mock_process.stdout = TestGetFlavor.MockCommunicate(defines_stdout) + mock_run.return_value = mock_process + expected_input = "temp.c" if sys.platform == "win32" else "/dev/null" + with patch.dict(os.environ, env): + defines = gyp.common.GetCrossCompilerPredefines() + flavor = gyp.common.GetFlavor({}) + if env.get("CC_target"): + mock_run.assert_called_with( + [ + *expected_cmd, + "-dM", "-E", "-x", "c", expected_input + ], + shell=sys.platform == "win32", + capture_output=True, check=True) + return [defines, flavor] + + [defines1, _] = mock_run({}, "", []) + assert {} == defines1 + + [defines2, flavor2] = mock_run( + { "CC_target": "/opt/wasi-sdk/bin/clang" }, + "#define __wasm__ 1\n#define __wasi__ 1\n", + ["/opt/wasi-sdk/bin/clang"] + ) + assert { "__wasm__": "1", "__wasi__": "1" } == defines2 + assert flavor2 == "wasi" + + [defines3, flavor3] = mock_run( + { "CC_target": "/opt/wasi-sdk/bin/clang --target=wasm32" }, + "#define __wasm__ 1\n", + ["/opt/wasi-sdk/bin/clang", "--target=wasm32"] + ) + assert { "__wasm__": "1" } == defines3 + assert flavor3 == "wasm" + + [defines4, flavor4] = mock_run( + { "CC_target": "/emsdk/upstream/emscripten/emcc" }, + "#define __EMSCRIPTEN__ 1\n", + ["/emsdk/upstream/emscripten/emcc"] + ) + assert { "__EMSCRIPTEN__": "1" } == defines4 + assert flavor4 == "emscripten" + + # Test path which include white space + [defines5, flavor5] = mock_run( + { + "CC_target": "\"/Users/Toyo Li/wasi-sdk/bin/clang\" -O3", + "CFLAGS": "--target=wasm32-wasi-threads -pthread" + }, + "#define __wasm__ 1\n#define __wasi__ 1\n#define _REENTRANT 1\n", + [ + "/Users/Toyo Li/wasi-sdk/bin/clang", + "-O3", + "--target=wasm32-wasi-threads", + "-pthread" + ] + ) + assert { + "__wasm__": "1", + "__wasi__": "1", + "_REENTRANT": "1" + } == defines5 + assert flavor5 == "wasi" + + original_sep = os.sep + os.sep = "\\" + [defines6, flavor6] = mock_run( + { "CC_target": "\"C:\\Program Files\\wasi-sdk\\clang.exe\"" }, + "#define __wasm__ 1\n#define __wasi__ 1\n", + ["C:/Program Files/wasi-sdk/clang.exe"] + ) + os.sep = original_sep + assert { "__wasm__": "1", "__wasi__": "1" } == defines6 + assert flavor6 == "wasi" + +if __name__ == "__main__": + unittest.main() diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py new file mode 100644 index 00000000..02567b25 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py @@ -0,0 +1,169 @@ +# Copyright (c) 2011 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +import sys +import re +import os +import locale +from functools import reduce + + +def XmlToString(content, encoding="utf-8", pretty=False): + """ Writes the XML content to disk, touching the file only if it has changed. + + Visual Studio files have a lot of pre-defined structures. This function makes + it easy to represent these structures as Python data structures, instead of + having to create a lot of function calls. + + Each XML element of the content is represented as a list composed of: + 1. The name of the element, a string, + 2. The attributes of the element, a dictionary (optional), and + 3+. The content of the element, if any. Strings are simple text nodes and + lists are child elements. + + Example 1: + + becomes + ['test'] + + Example 2: + + This is + it! + + + becomes + ['myelement', {'a':'value1', 'b':'value2'}, + ['childtype', 'This is'], + ['childtype', 'it!'], + ] + + Args: + content: The structured content to be converted. + encoding: The encoding to report on the first XML line. + pretty: True if we want pretty printing with indents and new lines. + + Returns: + The XML content as a string. + """ + # We create a huge list of all the elements of the file. + xml_parts = ['' % encoding] + if pretty: + xml_parts.append("\n") + _ConstructContentList(xml_parts, content, pretty) + + # Convert it to a string + return "".join(xml_parts) + + +def _ConstructContentList(xml_parts, specification, pretty, level=0): + """ Appends the XML parts corresponding to the specification. + + Args: + xml_parts: A list of XML parts to be appended to. + specification: The specification of the element. See EasyXml docs. + pretty: True if we want pretty printing with indents and new lines. + level: Indentation level. + """ + # The first item in a specification is the name of the element. + if pretty: + indentation = " " * level + new_line = "\n" + else: + indentation = "" + new_line = "" + name = specification[0] + if not isinstance(name, str): + raise Exception( + "The first item of an EasyXml specification should be " + "a string. Specification was " + str(specification) + ) + xml_parts.append(indentation + "<" + name) + + # Optionally in second position is a dictionary of the attributes. + rest = specification[1:] + if rest and isinstance(rest[0], dict): + for at, val in sorted(rest[0].items()): + xml_parts.append(f' {at}="{_XmlEscape(val, attr=True)}"') + rest = rest[1:] + if rest: + xml_parts.append(">") + all_strings = reduce(lambda x, y: x and isinstance(y, str), rest, True) + multi_line = not all_strings + if multi_line and new_line: + xml_parts.append(new_line) + for child_spec in rest: + # If it's a string, append a text node. + # Otherwise recurse over that child definition + if isinstance(child_spec, str): + xml_parts.append(_XmlEscape(child_spec)) + else: + _ConstructContentList(xml_parts, child_spec, pretty, level + 1) + if multi_line and indentation: + xml_parts.append(indentation) + xml_parts.append(f"{new_line}") + else: + xml_parts.append("/>%s" % new_line) + + +def WriteXmlIfChanged(content, path, encoding="utf-8", pretty=False, + win32=(sys.platform == "win32")): + """ Writes the XML content to disk, touching the file only if it has changed. + + Args: + content: The structured content to be written. + path: Location of the file. + encoding: The encoding to report on the first line of the XML file. + pretty: True if we want pretty printing with indents and new lines. + """ + xml_string = XmlToString(content, encoding, pretty) + if win32 and os.linesep != "\r\n": + xml_string = xml_string.replace("\n", "\r\n") + + try: # getdefaultlocale() was removed in Python 3.11 + default_encoding = locale.getdefaultlocale()[1] + except AttributeError: + default_encoding = locale.getencoding() + + if default_encoding and default_encoding.upper() != encoding.upper(): + xml_string = xml_string.encode(encoding) + + # Get the old content + try: + with open(path) as file: + existing = file.read() + except OSError: + existing = None + + # It has changed, write it + if existing != xml_string: + with open(path, "wb") as file: + file.write(xml_string) + + +_xml_escape_map = { + '"': """, + "'": "'", + "<": "<", + ">": ">", + "&": "&", + "\n": " ", + "\r": " ", +} + + +_xml_escape_re = re.compile("(%s)" % "|".join(map(re.escape, _xml_escape_map.keys()))) + + +def _XmlEscape(value, attr=False): + """ Escape a string for inclusion in XML.""" + + def replace(match): + m = match.string[match.start() : match.end()] + # don't replace single quotes in attrs + if attr and m == "'": + return m + return _xml_escape_map[m] + + return _xml_escape_re.sub(replace, value) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py new file mode 100755 index 00000000..2d9b1521 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py @@ -0,0 +1,113 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2011 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +""" Unit tests for the easy_xml.py file. """ + +import gyp.easy_xml as easy_xml +import unittest + +from io import StringIO + + +class TestSequenceFunctions(unittest.TestCase): + def setUp(self): + self.stderr = StringIO() + + def test_EasyXml_simple(self): + self.assertEqual( + easy_xml.XmlToString(["test"]), + '', + ) + + self.assertEqual( + easy_xml.XmlToString(["test"], encoding="Windows-1252"), + '', + ) + + def test_EasyXml_simple_with_attributes(self): + self.assertEqual( + easy_xml.XmlToString(["test2", {"a": "value1", "b": "value2"}]), + '', + ) + + def test_EasyXml_escaping(self): + original = "'\"\r&\nfoo" + converted = "<test>'" & foo" + converted_apos = converted.replace("'", "'") + self.assertEqual( + easy_xml.XmlToString(["test3", {"a": original}, original]), + '%s' + % (converted, converted_apos), + ) + + def test_EasyXml_pretty(self): + self.assertEqual( + easy_xml.XmlToString( + ["test3", ["GrandParent", ["Parent1", ["Child"]], ["Parent2"]]], + pretty=True, + ), + '\n' + "\n" + " \n" + " \n" + " \n" + " \n" + " \n" + " \n" + "\n", + ) + + def test_EasyXml_complex(self): + # We want to create: + target = ( + '' + "" + '' + "{D2250C20-3A94-4FB9-AF73-11BC5B73884B}" + "Win32Proj" + "automated_ui_tests" + "" + '' + "' + "Application" + "Unicode" + "SpectreLoadCF" + "14.36.32532" + "" + "" + ) + + xml = easy_xml.XmlToString( + [ + "Project", + [ + "PropertyGroup", + {"Label": "Globals"}, + ["ProjectGuid", "{D2250C20-3A94-4FB9-AF73-11BC5B73884B}"], + ["Keyword", "Win32Proj"], + ["RootNamespace", "automated_ui_tests"], + ], + ["Import", {"Project": "$(VCTargetsPath)\\Microsoft.Cpp.props"}], + [ + "PropertyGroup", + { + "Condition": "'$(Configuration)|$(Platform)'=='Debug|Win32'", + "Label": "Configuration", + }, + ["ConfigurationType", "Application"], + ["CharacterSet", "Unicode"], + ["SpectreMitigation", "SpectreLoadCF"], + ["VCToolsVersion", "14.36.32532"], + ], + ] + ) + self.assertEqual(xml, target) + + +if __name__ == "__main__": + unittest.main() diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py new file mode 100755 index 00000000..0754aff2 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py @@ -0,0 +1,55 @@ +#!/usr/bin/env python3 +# Copyright (c) 2011 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""These functions are executed via gyp-flock-tool when using the Makefile +generator. Used on systems that don't have a built-in flock.""" + +import fcntl +import os +import struct +import subprocess +import sys + + +def main(args): + executor = FlockTool() + executor.Dispatch(args) + + +class FlockTool: + """This class emulates the 'flock' command.""" + + def Dispatch(self, args): + """Dispatches a string command to a method.""" + if len(args) < 1: + raise Exception("Not enough arguments") + + method = "Exec%s" % self._CommandifyName(args[0]) + getattr(self, method)(*args[1:]) + + def _CommandifyName(self, name_string): + """Transforms a tool name like copy-info-plist to CopyInfoPlist""" + return name_string.title().replace("-", "") + + def ExecFlock(self, lockfile, *cmd_list): + """Emulates the most basic behavior of Linux's flock(1).""" + # Rely on exception handling to report errors. + # Note that the stock python on SunOS has a bug + # where fcntl.flock(fd, LOCK_EX) always fails + # with EBADF, that's why we use this F_SETLK + # hack instead. + fd = os.open(lockfile, os.O_WRONLY | os.O_NOCTTY | os.O_CREAT, 0o666) + if sys.platform.startswith("aix") or sys.platform == "os400": + # Python on AIX is compiled with LARGEFILE support, which changes the + # struct size. + op = struct.pack("hhIllqq", fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0) + else: + op = struct.pack("hhllhhl", fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0) + fcntl.fcntl(fd, fcntl.F_SETLK, op) + return subprocess.call(cmd_list) + + +if __name__ == "__main__": + sys.exit(main(sys.argv[1:])) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py new file mode 100644 index 00000000..64573ad2 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py @@ -0,0 +1,804 @@ +# Copyright (c) 2014 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +""" +This script is intended for use as a GYP_GENERATOR. It takes as input (by way of +the generator flag config_path) the path of a json file that dictates the files +and targets to search for. The following keys are supported: +files: list of paths (relative) of the files to search for. +test_targets: unqualified target names to search for. Any target in this list +that depends upon a file in |files| is output regardless of the type of target +or chain of dependencies. +additional_compile_targets: Unqualified targets to search for in addition to +test_targets. Targets in the combined list that depend upon a file in |files| +are not necessarily output. For example, if the target is of type none then the +target is not output (but one of the descendants of the target will be). + +The following is output: +error: only supplied if there is an error. +compile_targets: minimal set of targets that directly or indirectly (for + targets of type none) depend on the files in |files| and is one of the + supplied targets or a target that one of the supplied targets depends on. + The expectation is this set of targets is passed into a build step. This list + always contains the output of test_targets as well. +test_targets: set of targets from the supplied |test_targets| that either + directly or indirectly depend upon a file in |files|. This list if useful + if additional processing needs to be done for certain targets after the + build, such as running tests. +status: outputs one of three values: none of the supplied files were found, + one of the include files changed so that it should be assumed everything + changed (in this case test_targets and compile_targets are not output) or at + least one file was found. +invalid_targets: list of supplied targets that were not found. + +Example: +Consider a graph like the following: + A D + / \ +B C +A depends upon both B and C, A is of type none and B and C are executables. +D is an executable, has no dependencies and nothing depends on it. +If |additional_compile_targets| = ["A"], |test_targets| = ["B", "C"] and +files = ["b.cc", "d.cc"] (B depends upon b.cc and D depends upon d.cc), then +the following is output: +|compile_targets| = ["B"] B must built as it depends upon the changed file b.cc +and the supplied target A depends upon it. A is not output as a build_target +as it is of type none with no rules and actions. +|test_targets| = ["B"] B directly depends upon the change file b.cc. + +Even though the file d.cc, which D depends upon, has changed D is not output +as it was not supplied by way of |additional_compile_targets| or |test_targets|. + +If the generator flag analyzer_output_path is specified, output is written +there. Otherwise output is written to stdout. + +In Gyp the "all" target is shorthand for the root targets in the files passed +to gyp. For example, if file "a.gyp" contains targets "a1" and +"a2", and file "b.gyp" contains targets "b1" and "b2" and "a2" has a dependency +on "b2" and gyp is supplied "a.gyp" then "all" consists of "a1" and "a2". +Notice that "b1" and "b2" are not in the "all" target as "b.gyp" was not +directly supplied to gyp. OTOH if both "a.gyp" and "b.gyp" are supplied to gyp +then the "all" target includes "b1" and "b2". +""" + + +import gyp.common +import json +import os +import posixpath + +debug = False + +found_dependency_string = "Found dependency" +no_dependency_string = "No dependencies" +# Status when it should be assumed that everything has changed. +all_changed_string = "Found dependency (all)" + +# MatchStatus is used indicate if and how a target depends upon the supplied +# sources. +# The target's sources contain one of the supplied paths. +MATCH_STATUS_MATCHES = 1 +# The target has a dependency on another target that contains one of the +# supplied paths. +MATCH_STATUS_MATCHES_BY_DEPENDENCY = 2 +# The target's sources weren't in the supplied paths and none of the target's +# dependencies depend upon a target that matched. +MATCH_STATUS_DOESNT_MATCH = 3 +# The target doesn't contain the source, but the dependent targets have not yet +# been visited to determine a more specific status yet. +MATCH_STATUS_TBD = 4 + +generator_supports_multiple_toolsets = gyp.common.CrossCompileRequested() + +generator_wants_static_library_dependencies_adjusted = False + +generator_default_variables = {} +for dirname in [ + "INTERMEDIATE_DIR", + "SHARED_INTERMEDIATE_DIR", + "PRODUCT_DIR", + "LIB_DIR", + "SHARED_LIB_DIR", +]: + generator_default_variables[dirname] = "!!!" + +for unused in [ + "RULE_INPUT_PATH", + "RULE_INPUT_ROOT", + "RULE_INPUT_NAME", + "RULE_INPUT_DIRNAME", + "RULE_INPUT_EXT", + "EXECUTABLE_PREFIX", + "EXECUTABLE_SUFFIX", + "STATIC_LIB_PREFIX", + "STATIC_LIB_SUFFIX", + "SHARED_LIB_PREFIX", + "SHARED_LIB_SUFFIX", + "CONFIGURATION_NAME", +]: + generator_default_variables[unused] = "" + + +def _ToGypPath(path): + """Converts a path to the format used by gyp.""" + if os.sep == "\\" and os.altsep == "/": + return path.replace("\\", "/") + return path + + +def _ResolveParent(path, base_path_components): + """Resolves |path|, which starts with at least one '../'. Returns an empty + string if the path shouldn't be considered. See _AddSources() for a + description of |base_path_components|.""" + depth = 0 + while path.startswith("../"): + depth += 1 + path = path[3:] + # Relative includes may go outside the source tree. For example, an action may + # have inputs in /usr/include, which are not in the source tree. + if depth > len(base_path_components): + return "" + if depth == len(base_path_components): + return path + return ( + "/".join(base_path_components[0 : len(base_path_components) - depth]) + + "/" + + path + ) + + +def _AddSources(sources, base_path, base_path_components, result): + """Extracts valid sources from |sources| and adds them to |result|. Each + source file is relative to |base_path|, but may contain '..'. To make + resolving '..' easier |base_path_components| contains each of the + directories in |base_path|. Additionally each source may contain variables. + Such sources are ignored as it is assumed dependencies on them are expressed + and tracked in some other means.""" + # NOTE: gyp paths are always posix style. + for source in sources: + if not len(source) or source.startswith("!!!") or source.startswith("$"): + continue + # variable expansion may lead to //. + org_source = source + source = source[0] + source[1:].replace("//", "/") + if source.startswith("../"): + source = _ResolveParent(source, base_path_components) + if len(source): + result.append(source) + continue + result.append(base_path + source) + if debug: + print("AddSource", org_source, result[len(result) - 1]) + + +def _ExtractSourcesFromAction(action, base_path, base_path_components, results): + if "inputs" in action: + _AddSources(action["inputs"], base_path, base_path_components, results) + + +def _ToLocalPath(toplevel_dir, path): + """Converts |path| to a path relative to |toplevel_dir|.""" + if path == toplevel_dir: + return "" + if path.startswith(toplevel_dir + "/"): + return path[len(toplevel_dir) + len("/") :] + return path + + +def _ExtractSources(target, target_dict, toplevel_dir): + # |target| is either absolute or relative and in the format of the OS. Gyp + # source paths are always posix. Convert |target| to a posix path relative to + # |toplevel_dir_|. This is done to make it easy to build source paths. + base_path = posixpath.dirname(_ToLocalPath(toplevel_dir, _ToGypPath(target))) + base_path_components = base_path.split("/") + + # Add a trailing '/' so that _AddSources() can easily build paths. + if len(base_path): + base_path += "/" + + if debug: + print("ExtractSources", target, base_path) + + results = [] + if "sources" in target_dict: + _AddSources(target_dict["sources"], base_path, base_path_components, results) + # Include the inputs from any actions. Any changes to these affect the + # resulting output. + if "actions" in target_dict: + for action in target_dict["actions"]: + _ExtractSourcesFromAction(action, base_path, base_path_components, results) + if "rules" in target_dict: + for rule in target_dict["rules"]: + _ExtractSourcesFromAction(rule, base_path, base_path_components, results) + + return results + + +class Target: + """Holds information about a particular target: + deps: set of Targets this Target depends upon. This is not recursive, only the + direct dependent Targets. + match_status: one of the MatchStatus values. + back_deps: set of Targets that have a dependency on this Target. + visited: used during iteration to indicate whether we've visited this target. + This is used for two iterations, once in building the set of Targets and + again in _GetBuildTargets(). + name: fully qualified name of the target. + requires_build: True if the target type is such that it needs to be built. + See _DoesTargetTypeRequireBuild for details. + added_to_compile_targets: used when determining if the target was added to the + set of targets that needs to be built. + in_roots: true if this target is a descendant of one of the root nodes. + is_executable: true if the type of target is executable. + is_static_library: true if the type of target is static_library. + is_or_has_linked_ancestor: true if the target does a link (eg executable), or + if there is a target in back_deps that does a link.""" + + def __init__(self, name): + self.deps = set() + self.match_status = MATCH_STATUS_TBD + self.back_deps = set() + self.name = name + # TODO(sky): I don't like hanging this off Target. This state is specific + # to certain functions and should be isolated there. + self.visited = False + self.requires_build = False + self.added_to_compile_targets = False + self.in_roots = False + self.is_executable = False + self.is_static_library = False + self.is_or_has_linked_ancestor = False + + +class Config: + """Details what we're looking for + files: set of files to search for + targets: see file description for details.""" + + def __init__(self): + self.files = [] + self.targets = set() + self.additional_compile_target_names = set() + self.test_target_names = set() + + def Init(self, params): + """Initializes Config. This is a separate method as it raises an exception + if there is a parse error.""" + generator_flags = params.get("generator_flags", {}) + config_path = generator_flags.get("config_path", None) + if not config_path: + return + try: + f = open(config_path) + config = json.load(f) + f.close() + except OSError: + raise Exception("Unable to open file " + config_path) + except ValueError as e: + raise Exception("Unable to parse config file " + config_path + str(e)) + if not isinstance(config, dict): + raise Exception("config_path must be a JSON file containing a dictionary") + self.files = config.get("files", []) + self.additional_compile_target_names = set( + config.get("additional_compile_targets", []) + ) + self.test_target_names = set(config.get("test_targets", [])) + + +def _WasBuildFileModified(build_file, data, files, toplevel_dir): + """Returns true if the build file |build_file| is either in |files| or + one of the files included by |build_file| is in |files|. |toplevel_dir| is + the root of the source tree.""" + if _ToLocalPath(toplevel_dir, _ToGypPath(build_file)) in files: + if debug: + print("gyp file modified", build_file) + return True + + # First element of included_files is the file itself. + if len(data[build_file]["included_files"]) <= 1: + return False + + for include_file in data[build_file]["included_files"][1:]: + # |included_files| are relative to the directory of the |build_file|. + rel_include_file = _ToGypPath( + gyp.common.UnrelativePath(include_file, build_file) + ) + if _ToLocalPath(toplevel_dir, rel_include_file) in files: + if debug: + print( + "included gyp file modified, gyp_file=", + build_file, + "included file=", + rel_include_file, + ) + return True + return False + + +def _GetOrCreateTargetByName(targets, target_name): + """Creates or returns the Target at targets[target_name]. If there is no + Target for |target_name| one is created. Returns a tuple of whether a new + Target was created and the Target.""" + if target_name in targets: + return False, targets[target_name] + target = Target(target_name) + targets[target_name] = target + return True, target + + +def _DoesTargetTypeRequireBuild(target_dict): + """Returns true if the target type is such that it needs to be built.""" + # If a 'none' target has rules or actions we assume it requires a build. + return bool( + target_dict["type"] != "none" + or target_dict.get("actions") + or target_dict.get("rules") + ) + + +def _GenerateTargets(data, target_list, target_dicts, toplevel_dir, files, build_files): + """Returns a tuple of the following: + . A dictionary mapping from fully qualified name to Target. + . A list of the targets that have a source file in |files|. + . Targets that constitute the 'all' target. See description at top of file + for details on the 'all' target. + This sets the |match_status| of the targets that contain any of the source + files in |files| to MATCH_STATUS_MATCHES. + |toplevel_dir| is the root of the source tree.""" + # Maps from target name to Target. + name_to_target = {} + + # Targets that matched. + matching_targets = [] + + # Queue of targets to visit. + targets_to_visit = target_list[:] + + # Maps from build file to a boolean indicating whether the build file is in + # |files|. + build_file_in_files = {} + + # Root targets across all files. + roots = set() + + # Set of Targets in |build_files|. + build_file_targets = set() + + while len(targets_to_visit) > 0: + target_name = targets_to_visit.pop() + created_target, target = _GetOrCreateTargetByName(name_to_target, target_name) + if created_target: + roots.add(target) + elif target.visited: + continue + + target.visited = True + target.requires_build = _DoesTargetTypeRequireBuild(target_dicts[target_name]) + target_type = target_dicts[target_name]["type"] + target.is_executable = target_type == "executable" + target.is_static_library = target_type == "static_library" + target.is_or_has_linked_ancestor = ( + target_type in {"executable", "shared_library"} + ) + + build_file = gyp.common.ParseQualifiedTarget(target_name)[0] + if build_file not in build_file_in_files: + build_file_in_files[build_file] = _WasBuildFileModified( + build_file, data, files, toplevel_dir + ) + + if build_file in build_files: + build_file_targets.add(target) + + # If a build file (or any of its included files) is modified we assume all + # targets in the file are modified. + if build_file_in_files[build_file]: + print("matching target from modified build file", target_name) + target.match_status = MATCH_STATUS_MATCHES + matching_targets.append(target) + else: + sources = _ExtractSources( + target_name, target_dicts[target_name], toplevel_dir + ) + for source in sources: + if _ToGypPath(os.path.normpath(source)) in files: + print("target", target_name, "matches", source) + target.match_status = MATCH_STATUS_MATCHES + matching_targets.append(target) + break + + # Add dependencies to visit as well as updating back pointers for deps. + for dep in target_dicts[target_name].get("dependencies", []): + targets_to_visit.append(dep) + + created_dep_target, dep_target = _GetOrCreateTargetByName( + name_to_target, dep + ) + if not created_dep_target: + roots.discard(dep_target) + + target.deps.add(dep_target) + dep_target.back_deps.add(target) + + return name_to_target, matching_targets, roots & build_file_targets + + +def _GetUnqualifiedToTargetMapping(all_targets, to_find): + """Returns a tuple of the following: + . mapping (dictionary) from unqualified name to Target for all the + Targets in |to_find|. + . any target names not found. If this is empty all targets were found.""" + result = {} + if not to_find: + return {}, [] + to_find = set(to_find) + for target_name in all_targets: + extracted = gyp.common.ParseQualifiedTarget(target_name) + if len(extracted) > 1 and extracted[1] in to_find: + to_find.remove(extracted[1]) + result[extracted[1]] = all_targets[target_name] + if not to_find: + return result, [] + return result, list(to_find) + + +def _DoesTargetDependOnMatchingTargets(target): + """Returns true if |target| or any of its dependencies is one of the + targets containing the files supplied as input to analyzer. This updates + |matches| of the Targets as it recurses. + target: the Target to look for.""" + if target.match_status == MATCH_STATUS_DOESNT_MATCH: + return False + if ( + target.match_status in {MATCH_STATUS_MATCHES, + MATCH_STATUS_MATCHES_BY_DEPENDENCY} + ): + return True + for dep in target.deps: + if _DoesTargetDependOnMatchingTargets(dep): + target.match_status = MATCH_STATUS_MATCHES_BY_DEPENDENCY + print("\t", target.name, "matches by dep", dep.name) + return True + target.match_status = MATCH_STATUS_DOESNT_MATCH + return False + + +def _GetTargetsDependingOnMatchingTargets(possible_targets): + """Returns the list of Targets in |possible_targets| that depend (either + directly on indirectly) on at least one of the targets containing the files + supplied as input to analyzer. + possible_targets: targets to search from.""" + found = [] + print("Targets that matched by dependency:") + for target in possible_targets: + if _DoesTargetDependOnMatchingTargets(target): + found.append(target) + return found + + +def _AddCompileTargets(target, roots, add_if_no_ancestor, result): + """Recurses through all targets that depend on |target|, adding all targets + that need to be built (and are in |roots|) to |result|. + roots: set of root targets. + add_if_no_ancestor: If true and there are no ancestors of |target| then add + |target| to |result|. |target| must still be in |roots|. + result: targets that need to be built are added here.""" + if target.visited: + return + + target.visited = True + target.in_roots = target in roots + + for back_dep_target in target.back_deps: + _AddCompileTargets(back_dep_target, roots, False, result) + target.added_to_compile_targets |= back_dep_target.added_to_compile_targets + target.in_roots |= back_dep_target.in_roots + target.is_or_has_linked_ancestor |= back_dep_target.is_or_has_linked_ancestor + + # Always add 'executable' targets. Even though they may be built by other + # targets that depend upon them it makes detection of what is going to be + # built easier. + # And always add static_libraries that have no dependencies on them from + # linkables. This is necessary as the other dependencies on them may be + # static libraries themselves, which are not compile time dependencies. + if target.in_roots and ( + target.is_executable + or ( + not target.added_to_compile_targets + and (add_if_no_ancestor or target.requires_build) + ) + or ( + target.is_static_library + and add_if_no_ancestor + and not target.is_or_has_linked_ancestor + ) + ): + print( + "\t\tadding to compile targets", + target.name, + "executable", + target.is_executable, + "added_to_compile_targets", + target.added_to_compile_targets, + "add_if_no_ancestor", + add_if_no_ancestor, + "requires_build", + target.requires_build, + "is_static_library", + target.is_static_library, + "is_or_has_linked_ancestor", + target.is_or_has_linked_ancestor, + ) + result.add(target) + target.added_to_compile_targets = True + + +def _GetCompileTargets(matching_targets, supplied_targets): + """Returns the set of Targets that require a build. + matching_targets: targets that changed and need to be built. + supplied_targets: set of targets supplied to analyzer to search from.""" + result = set() + for target in matching_targets: + print("finding compile targets for match", target.name) + _AddCompileTargets(target, supplied_targets, True, result) + return result + + +def _WriteOutput(params, **values): + """Writes the output, either to stdout or a file is specified.""" + if "error" in values: + print("Error:", values["error"]) + if "status" in values: + print(values["status"]) + if "targets" in values: + values["targets"].sort() + print("Supplied targets that depend on changed files:") + for target in values["targets"]: + print("\t", target) + if "invalid_targets" in values: + values["invalid_targets"].sort() + print("The following targets were not found:") + for target in values["invalid_targets"]: + print("\t", target) + if "build_targets" in values: + values["build_targets"].sort() + print("Targets that require a build:") + for target in values["build_targets"]: + print("\t", target) + if "compile_targets" in values: + values["compile_targets"].sort() + print("Targets that need to be built:") + for target in values["compile_targets"]: + print("\t", target) + if "test_targets" in values: + values["test_targets"].sort() + print("Test targets:") + for target in values["test_targets"]: + print("\t", target) + + output_path = params.get("generator_flags", {}).get("analyzer_output_path", None) + if not output_path: + print(json.dumps(values)) + return + try: + f = open(output_path, "w") + f.write(json.dumps(values) + "\n") + f.close() + except OSError as e: + print("Error writing to output file", output_path, str(e)) + + +def _WasGypIncludeFileModified(params, files): + """Returns true if one of the files in |files| is in the set of included + files.""" + if params["options"].includes: + for include in params["options"].includes: + if _ToGypPath(os.path.normpath(include)) in files: + print("Include file modified, assuming all changed", include) + return True + return False + + +def _NamesNotIn(names, mapping): + """Returns a list of the values in |names| that are not in |mapping|.""" + return [name for name in names if name not in mapping] + + +def _LookupTargets(names, mapping): + """Returns a list of the mapping[name] for each value in |names| that is in + |mapping|.""" + return [mapping[name] for name in names if name in mapping] + + +def CalculateVariables(default_variables, params): + """Calculate additional variables for use in the build (called by gyp).""" + flavor = gyp.common.GetFlavor(params) + if flavor == "mac": + default_variables.setdefault("OS", "mac") + elif flavor == "win": + default_variables.setdefault("OS", "win") + gyp.msvs_emulation.CalculateCommonVariables(default_variables, params) + else: + operating_system = flavor + if flavor == "android": + operating_system = "linux" # Keep this legacy behavior for now. + default_variables.setdefault("OS", operating_system) + + +class TargetCalculator: + """Calculates the matching test_targets and matching compile_targets.""" + + def __init__( + self, + files, + additional_compile_target_names, + test_target_names, + data, + target_list, + target_dicts, + toplevel_dir, + build_files, + ): + self._additional_compile_target_names = set(additional_compile_target_names) + self._test_target_names = set(test_target_names) + ( + self._name_to_target, + self._changed_targets, + self._root_targets, + ) = _GenerateTargets( + data, target_list, target_dicts, toplevel_dir, frozenset(files), build_files + ) + ( + self._unqualified_mapping, + self.invalid_targets, + ) = _GetUnqualifiedToTargetMapping( + self._name_to_target, self._supplied_target_names_no_all() + ) + + def _supplied_target_names(self): + return self._additional_compile_target_names | self._test_target_names + + def _supplied_target_names_no_all(self): + """Returns the supplied test targets without 'all'.""" + result = self._supplied_target_names() + result.discard("all") + return result + + def is_build_impacted(self): + """Returns true if the supplied files impact the build at all.""" + return self._changed_targets + + def find_matching_test_target_names(self): + """Returns the set of output test targets.""" + assert self.is_build_impacted() + # Find the test targets first. 'all' is special cased to mean all the + # root targets. To deal with all the supplied |test_targets| are expanded + # to include the root targets during lookup. If any of the root targets + # match, we remove it and replace it with 'all'. + test_target_names_no_all = set(self._test_target_names) + test_target_names_no_all.discard("all") + test_targets_no_all = _LookupTargets( + test_target_names_no_all, self._unqualified_mapping + ) + test_target_names_contains_all = "all" in self._test_target_names + if test_target_names_contains_all: + test_targets = list(set(test_targets_no_all) | set(self._root_targets)) + else: + test_targets = list(test_targets_no_all) + print("supplied test_targets") + for target_name in self._test_target_names: + print("\t", target_name) + print("found test_targets") + for target in test_targets: + print("\t", target.name) + print("searching for matching test targets") + matching_test_targets = _GetTargetsDependingOnMatchingTargets(test_targets) + matching_test_targets_contains_all = test_target_names_contains_all and set( + matching_test_targets + ) & set(self._root_targets) + if matching_test_targets_contains_all: + # Remove any of the targets for all that were not explicitly supplied, + # 'all' is subsequently added to the matching names below. + matching_test_targets = list( + set(matching_test_targets) & set(test_targets_no_all) + ) + print("matched test_targets") + for target in matching_test_targets: + print("\t", target.name) + matching_target_names = [ + gyp.common.ParseQualifiedTarget(target.name)[1] + for target in matching_test_targets + ] + if matching_test_targets_contains_all: + matching_target_names.append("all") + print("\tall") + return matching_target_names + + def find_matching_compile_target_names(self): + """Returns the set of output compile targets.""" + assert self.is_build_impacted() + # Compile targets are found by searching up from changed targets. + # Reset the visited status for _GetBuildTargets. + for target in self._name_to_target.values(): + target.visited = False + + supplied_targets = _LookupTargets( + self._supplied_target_names_no_all(), self._unqualified_mapping + ) + if "all" in self._supplied_target_names(): + supplied_targets = list(set(supplied_targets) | set(self._root_targets)) + print("Supplied test_targets & compile_targets") + for target in supplied_targets: + print("\t", target.name) + print("Finding compile targets") + compile_targets = _GetCompileTargets(self._changed_targets, supplied_targets) + return [ + gyp.common.ParseQualifiedTarget(target.name)[1] + for target in compile_targets + ] + + +def GenerateOutput(target_list, target_dicts, data, params): + """Called by gyp as the final stage. Outputs results.""" + config = Config() + try: + config.Init(params) + + if not config.files: + raise Exception( + "Must specify files to analyze via config_path generator " "flag" + ) + + toplevel_dir = _ToGypPath(os.path.abspath(params["options"].toplevel_dir)) + if debug: + print("toplevel_dir", toplevel_dir) + + if _WasGypIncludeFileModified(params, config.files): + result_dict = { + "status": all_changed_string, + "test_targets": list(config.test_target_names), + "compile_targets": list( + config.additional_compile_target_names | config.test_target_names + ), + } + _WriteOutput(params, **result_dict) + return + + calculator = TargetCalculator( + config.files, + config.additional_compile_target_names, + config.test_target_names, + data, + target_list, + target_dicts, + toplevel_dir, + params["build_files"], + ) + if not calculator.is_build_impacted(): + result_dict = { + "status": no_dependency_string, + "test_targets": [], + "compile_targets": [], + } + if calculator.invalid_targets: + result_dict["invalid_targets"] = calculator.invalid_targets + _WriteOutput(params, **result_dict) + return + + test_target_names = calculator.find_matching_test_target_names() + compile_target_names = calculator.find_matching_compile_target_names() + found_at_least_one_target = compile_target_names or test_target_names + result_dict = { + "test_targets": test_target_names, + "status": found_dependency_string + if found_at_least_one_target + else no_dependency_string, + "compile_targets": list(set(compile_target_names) | set(test_target_names)), + } + if calculator.invalid_targets: + result_dict["invalid_targets"] = calculator.invalid_targets + _WriteOutput(params, **result_dict) + + except Exception as e: + _WriteOutput(params, error=str(e)) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py new file mode 100644 index 00000000..64da385e --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py @@ -0,0 +1,1173 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +# Notes: +# +# This generates makefiles suitable for inclusion into the Android build system +# via an Android.mk file. It is based on make.py, the standard makefile +# generator. +# +# The code below generates a separate .mk file for each target, but +# all are sourced by the top-level GypAndroid.mk. This means that all +# variables in .mk-files clobber one another, and furthermore that any +# variables set potentially clash with other Android build system variables. +# Try to avoid setting global variables where possible. + + +import gyp +import gyp.common +import gyp.generator.make as make # Reuse global functions from make backend. +import os +import re +import subprocess + +generator_default_variables = { + "OS": "android", + "EXECUTABLE_PREFIX": "", + "EXECUTABLE_SUFFIX": "", + "STATIC_LIB_PREFIX": "lib", + "SHARED_LIB_PREFIX": "lib", + "STATIC_LIB_SUFFIX": ".a", + "SHARED_LIB_SUFFIX": ".so", + "INTERMEDIATE_DIR": "$(gyp_intermediate_dir)", + "SHARED_INTERMEDIATE_DIR": "$(gyp_shared_intermediate_dir)", + "PRODUCT_DIR": "$(gyp_shared_intermediate_dir)", + "SHARED_LIB_DIR": "$(builddir)/lib.$(TOOLSET)", + "LIB_DIR": "$(obj).$(TOOLSET)", + "RULE_INPUT_ROOT": "%(INPUT_ROOT)s", # This gets expanded by Python. + "RULE_INPUT_DIRNAME": "%(INPUT_DIRNAME)s", # This gets expanded by Python. + "RULE_INPUT_PATH": "$(RULE_SOURCES)", + "RULE_INPUT_EXT": "$(suffix $<)", + "RULE_INPUT_NAME": "$(notdir $<)", + "CONFIGURATION_NAME": "$(GYP_CONFIGURATION)", +} + +# Make supports multiple toolsets +generator_supports_multiple_toolsets = True + + +# Generator-specific gyp specs. +generator_additional_non_configuration_keys = [ + # Boolean to declare that this target does not want its name mangled. + "android_unmangled_name", + # Map of android build system variables to set. + "aosp_build_settings", +] +generator_additional_path_sections = [] +generator_extra_sources_for_rules = [] + + +ALL_MODULES_FOOTER = """\ +# "gyp_all_modules" is a concatenation of the "gyp_all_modules" targets from +# all the included sub-makefiles. This is just here to clarify. +gyp_all_modules: +""" + +header = """\ +# This file is generated by gyp; do not edit. + +""" + +# Map gyp target types to Android module classes. +MODULE_CLASSES = { + "static_library": "STATIC_LIBRARIES", + "shared_library": "SHARED_LIBRARIES", + "executable": "EXECUTABLES", +} + + +def IsCPPExtension(ext): + return make.COMPILABLE_EXTENSIONS.get(ext) == "cxx" + + +def Sourceify(path): + """Convert a path to its source directory form. The Android backend does not + support options.generator_output, so this function is a noop.""" + return path + + +# Map from qualified target to path to output. +# For Android, the target of these maps is a tuple ('static', 'modulename'), +# ('dynamic', 'modulename'), or ('path', 'some/path') instead of a string, +# since we link by module. +target_outputs = {} +# Map from qualified target to any linkable output. A subset +# of target_outputs. E.g. when mybinary depends on liba, we want to +# include liba in the linker line; when otherbinary depends on +# mybinary, we just want to build mybinary first. +target_link_deps = {} + + +class AndroidMkWriter: + """AndroidMkWriter packages up the writing of one target-specific Android.mk. + + Its only real entry point is Write(), and is mostly used for namespacing. + """ + + def __init__(self, android_top_dir): + self.android_top_dir = android_top_dir + + def Write( + self, + qualified_target, + relative_target, + base_path, + output_filename, + spec, + configs, + part_of_all, + write_alias_target, + sdk_version, + ): + """The main entry point: writes a .mk file for a single target. + + Arguments: + qualified_target: target we're generating + relative_target: qualified target name relative to the root + base_path: path relative to source root we're building in, used to resolve + target-relative paths + output_filename: output .mk file name to write + spec, configs: gyp info + part_of_all: flag indicating this target is part of 'all' + write_alias_target: flag indicating whether to create short aliases for + this target + sdk_version: what to emit for LOCAL_SDK_VERSION in output + """ + gyp.common.EnsureDirExists(output_filename) + + self.fp = open(output_filename, "w") + + self.fp.write(header) + + self.qualified_target = qualified_target + self.relative_target = relative_target + self.path = base_path + self.target = spec["target_name"] + self.type = spec["type"] + self.toolset = spec["toolset"] + + deps, link_deps = self.ComputeDeps(spec) + + # Some of the generation below can add extra output, sources, or + # link dependencies. All of the out params of the functions that + # follow use names like extra_foo. + extra_outputs = [] + extra_sources = [] + + self.android_class = MODULE_CLASSES.get(self.type, "GYP") + self.android_module = self.ComputeAndroidModule(spec) + (self.android_stem, self.android_suffix) = self.ComputeOutputParts(spec) + self.output = self.output_binary = self.ComputeOutput(spec) + + # Standard header. + self.WriteLn("include $(CLEAR_VARS)\n") + + # Module class and name. + self.WriteLn("LOCAL_MODULE_CLASS := " + self.android_class) + self.WriteLn("LOCAL_MODULE := " + self.android_module) + # Only emit LOCAL_MODULE_STEM if it's different to LOCAL_MODULE. + # The library module classes fail if the stem is set. ComputeOutputParts + # makes sure that stem == modulename in these cases. + if self.android_stem != self.android_module: + self.WriteLn("LOCAL_MODULE_STEM := " + self.android_stem) + self.WriteLn("LOCAL_MODULE_SUFFIX := " + self.android_suffix) + if self.toolset == "host": + self.WriteLn("LOCAL_IS_HOST_MODULE := true") + self.WriteLn("LOCAL_MULTILIB := $(GYP_HOST_MULTILIB)") + elif sdk_version > 0: + self.WriteLn( + "LOCAL_MODULE_TARGET_ARCH := " "$(TARGET_$(GYP_VAR_PREFIX)ARCH)" + ) + self.WriteLn("LOCAL_SDK_VERSION := %s" % sdk_version) + + # Grab output directories; needed for Actions and Rules. + if self.toolset == "host": + self.WriteLn( + "gyp_intermediate_dir := " + "$(call local-intermediates-dir,,$(GYP_HOST_VAR_PREFIX))" + ) + else: + self.WriteLn( + "gyp_intermediate_dir := " + "$(call local-intermediates-dir,,$(GYP_VAR_PREFIX))" + ) + self.WriteLn( + "gyp_shared_intermediate_dir := " + "$(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))" + ) + self.WriteLn() + + # List files this target depends on so that actions/rules/copies/sources + # can depend on the list. + # TODO: doesn't pull in things through transitive link deps; needed? + target_dependencies = [x[1] for x in deps if x[0] == "path"] + self.WriteLn("# Make sure our deps are built first.") + self.WriteList( + target_dependencies, "GYP_TARGET_DEPENDENCIES", local_pathify=True + ) + + # Actions must come first, since they can generate more OBJs for use below. + if "actions" in spec: + self.WriteActions(spec["actions"], extra_sources, extra_outputs) + + # Rules must be early like actions. + if "rules" in spec: + self.WriteRules(spec["rules"], extra_sources, extra_outputs) + + if "copies" in spec: + self.WriteCopies(spec["copies"], extra_outputs) + + # GYP generated outputs. + self.WriteList(extra_outputs, "GYP_GENERATED_OUTPUTS", local_pathify=True) + + # Set LOCAL_ADDITIONAL_DEPENDENCIES so that Android's build rules depend + # on both our dependency targets and our generated files. + self.WriteLn("# Make sure our deps and generated files are built first.") + self.WriteLn( + "LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) " + "$(GYP_GENERATED_OUTPUTS)" + ) + self.WriteLn() + + # Sources. + if spec.get("sources", []) or extra_sources: + self.WriteSources(spec, configs, extra_sources) + + self.WriteTarget( + spec, configs, deps, link_deps, part_of_all, write_alias_target + ) + + # Update global list of target outputs, used in dependency tracking. + target_outputs[qualified_target] = ("path", self.output_binary) + + # Update global list of link dependencies. + if self.type == "static_library": + target_link_deps[qualified_target] = ("static", self.android_module) + elif self.type == "shared_library": + target_link_deps[qualified_target] = ("shared", self.android_module) + + self.fp.close() + return self.android_module + + def WriteActions(self, actions, extra_sources, extra_outputs): + """Write Makefile code for any 'actions' from the gyp input. + + extra_sources: a list that will be filled in with newly generated source + files, if any + extra_outputs: a list that will be filled in with any outputs of these + actions (used to make other pieces dependent on these + actions) + """ + for action in actions: + name = make.StringToMakefileVariable( + "{}_{}".format(self.relative_target, action["action_name"]) + ) + self.WriteLn('### Rules for action "%s":' % action["action_name"]) + inputs = action["inputs"] + outputs = action["outputs"] + + # Build up a list of outputs. + # Collect the output dirs we'll need. + dirs = set() + for out in outputs: + if not out.startswith("$"): + print( + 'WARNING: Action for target "%s" writes output to local path ' + '"%s".' % (self.target, out) + ) + dir = os.path.split(out)[0] + if dir: + dirs.add(dir) + if int(action.get("process_outputs_as_sources", False)): + extra_sources += outputs + + # Prepare the actual command. + command = gyp.common.EncodePOSIXShellList(action["action"]) + if "message" in action: + quiet_cmd = "Gyp action: %s ($@)" % action["message"] + else: + quiet_cmd = "Gyp action: %s ($@)" % name + if len(dirs) > 0: + command = "mkdir -p %s" % " ".join(dirs) + "; " + command + + cd_action = "cd $(gyp_local_path)/%s; " % self.path + command = cd_action + command + + # The makefile rules are all relative to the top dir, but the gyp actions + # are defined relative to their containing dir. This replaces the gyp_* + # variables for the action rule with an absolute version so that the + # output goes in the right place. + # Only write the gyp_* rules for the "primary" output (:1); + # it's superfluous for the "extra outputs", and this avoids accidentally + # writing duplicate dummy rules for those outputs. + main_output = make.QuoteSpaces(self.LocalPathify(outputs[0])) + self.WriteLn("%s: gyp_local_path := $(LOCAL_PATH)" % main_output) + self.WriteLn("%s: gyp_var_prefix := $(GYP_VAR_PREFIX)" % main_output) + self.WriteLn( + "%s: gyp_intermediate_dir := " + "$(abspath $(gyp_intermediate_dir))" % main_output + ) + self.WriteLn( + "%s: gyp_shared_intermediate_dir := " + "$(abspath $(gyp_shared_intermediate_dir))" % main_output + ) + + # Android's envsetup.sh adds a number of directories to the path including + # the built host binary directory. This causes actions/rules invoked by + # gyp to sometimes use these instead of system versions, e.g. bison. + # The built host binaries may not be suitable, and can cause errors. + # So, we remove them from the PATH using the ANDROID_BUILD_PATHS variable + # set by envsetup. + self.WriteLn( + "%s: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))" + % main_output + ) + + # Don't allow spaces in input/output filenames, but make an exception for + # filenames which start with '$(' since it's okay for there to be spaces + # inside of make function/macro invocations. + for input in inputs: + if not input.startswith("$(") and " " in input: + raise gyp.common.GypError( + 'Action input filename "%s" in target %s contains a space' + % (input, self.target) + ) + for output in outputs: + if not output.startswith("$(") and " " in output: + raise gyp.common.GypError( + 'Action output filename "%s" in target %s contains a space' + % (output, self.target) + ) + + self.WriteLn( + "%s: %s $(GYP_TARGET_DEPENDENCIES)" + % (main_output, " ".join(map(self.LocalPathify, inputs))) + ) + self.WriteLn('\t@echo "%s"' % quiet_cmd) + self.WriteLn("\t$(hide)%s\n" % command) + for output in outputs[1:]: + # Make each output depend on the main output, with an empty command + # to force make to notice that the mtime has changed. + self.WriteLn(f"{self.LocalPathify(output)}: {main_output} ;") + + extra_outputs += outputs + self.WriteLn() + + self.WriteLn() + + def WriteRules(self, rules, extra_sources, extra_outputs): + """Write Makefile code for any 'rules' from the gyp input. + + extra_sources: a list that will be filled in with newly generated source + files, if any + extra_outputs: a list that will be filled in with any outputs of these + rules (used to make other pieces dependent on these rules) + """ + if len(rules) == 0: + return + + for rule in rules: + if len(rule.get("rule_sources", [])) == 0: + continue + name = make.StringToMakefileVariable( + "{}_{}".format(self.relative_target, rule["rule_name"]) + ) + self.WriteLn('\n### Generated for rule "%s":' % name) + self.WriteLn('# "%s":' % rule) + + inputs = rule.get("inputs") + for rule_source in rule.get("rule_sources", []): + (rule_source_dirname, rule_source_basename) = os.path.split(rule_source) + (rule_source_root, rule_source_ext) = os.path.splitext( + rule_source_basename + ) + + outputs = [ + self.ExpandInputRoot(out, rule_source_root, rule_source_dirname) + for out in rule["outputs"] + ] + + dirs = set() + for out in outputs: + if not out.startswith("$"): + print( + "WARNING: Rule for target %s writes output to local path %s" + % (self.target, out) + ) + dir = os.path.dirname(out) + if dir: + dirs.add(dir) + extra_outputs += outputs + if int(rule.get("process_outputs_as_sources", False)): + extra_sources.extend(outputs) + + components = [] + for component in rule["action"]: + component = self.ExpandInputRoot( + component, rule_source_root, rule_source_dirname + ) + if "$(RULE_SOURCES)" in component: + component = component.replace("$(RULE_SOURCES)", rule_source) + components.append(component) + + command = gyp.common.EncodePOSIXShellList(components) + cd_action = "cd $(gyp_local_path)/%s; " % self.path + command = cd_action + command + if dirs: + command = "mkdir -p %s" % " ".join(dirs) + "; " + command + + # We set up a rule to build the first output, and then set up + # a rule for each additional output to depend on the first. + outputs = map(self.LocalPathify, outputs) + main_output = outputs[0] + self.WriteLn("%s: gyp_local_path := $(LOCAL_PATH)" % main_output) + self.WriteLn("%s: gyp_var_prefix := $(GYP_VAR_PREFIX)" % main_output) + self.WriteLn( + "%s: gyp_intermediate_dir := " + "$(abspath $(gyp_intermediate_dir))" % main_output + ) + self.WriteLn( + "%s: gyp_shared_intermediate_dir := " + "$(abspath $(gyp_shared_intermediate_dir))" % main_output + ) + + # See explanation in WriteActions. + self.WriteLn( + "%s: export PATH := " + "$(subst $(ANDROID_BUILD_PATHS),,$(PATH))" % main_output + ) + + main_output_deps = self.LocalPathify(rule_source) + if inputs: + main_output_deps += " " + main_output_deps += " ".join([self.LocalPathify(f) for f in inputs]) + + self.WriteLn( + "%s: %s $(GYP_TARGET_DEPENDENCIES)" + % (main_output, main_output_deps) + ) + self.WriteLn("\t%s\n" % command) + for output in outputs[1:]: + # Make each output depend on the main output, with an empty command + # to force make to notice that the mtime has changed. + self.WriteLn(f"{output}: {main_output} ;") + self.WriteLn() + + self.WriteLn() + + def WriteCopies(self, copies, extra_outputs): + """Write Makefile code for any 'copies' from the gyp input. + + extra_outputs: a list that will be filled in with any outputs of this action + (used to make other pieces dependent on this action) + """ + self.WriteLn("### Generated for copy rule.") + + variable = make.StringToMakefileVariable(self.relative_target + "_copies") + outputs = [] + for copy in copies: + for path in copy["files"]: + # The Android build system does not allow generation of files into the + # source tree. The destination should start with a variable, which will + # typically be $(gyp_intermediate_dir) or + # $(gyp_shared_intermediate_dir). Note that we can't use an assertion + # because some of the gyp tests depend on this. + if not copy["destination"].startswith("$"): + print( + "WARNING: Copy rule for target %s writes output to " + "local path %s" % (self.target, copy["destination"]) + ) + + # LocalPathify() calls normpath, stripping trailing slashes. + path = Sourceify(self.LocalPathify(path)) + filename = os.path.split(path)[1] + output = Sourceify( + self.LocalPathify(os.path.join(copy["destination"], filename)) + ) + + self.WriteLn(f"{output}: {path} $(GYP_TARGET_DEPENDENCIES) | $(ACP)") + self.WriteLn("\t@echo Copying: $@") + self.WriteLn("\t$(hide) mkdir -p $(dir $@)") + self.WriteLn("\t$(hide) $(ACP) -rpf $< $@") + self.WriteLn() + outputs.append(output) + self.WriteLn( + "{} = {}".format(variable, " ".join(map(make.QuoteSpaces, outputs))) + ) + extra_outputs.append("$(%s)" % variable) + self.WriteLn() + + def WriteSourceFlags(self, spec, configs): + """Write out the flags and include paths used to compile source files for + the current target. + + Args: + spec, configs: input from gyp. + """ + for configname, config in sorted(configs.items()): + extracted_includes = [] + + self.WriteLn("\n# Flags passed to both C and C++ files.") + cflags, includes_from_cflags = self.ExtractIncludesFromCFlags( + config.get("cflags", []) + config.get("cflags_c", []) + ) + extracted_includes.extend(includes_from_cflags) + self.WriteList(cflags, "MY_CFLAGS_%s" % configname) + + self.WriteList( + config.get("defines"), + "MY_DEFS_%s" % configname, + prefix="-D", + quoter=make.EscapeCppDefine, + ) + + self.WriteLn("\n# Include paths placed before CFLAGS/CPPFLAGS") + includes = list(config.get("include_dirs", [])) + includes.extend(extracted_includes) + includes = map(Sourceify, map(self.LocalPathify, includes)) + includes = self.NormalizeIncludePaths(includes) + self.WriteList(includes, "LOCAL_C_INCLUDES_%s" % configname) + + self.WriteLn("\n# Flags passed to only C++ (and not C) files.") + self.WriteList(config.get("cflags_cc"), "LOCAL_CPPFLAGS_%s" % configname) + + self.WriteLn( + "\nLOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) " + "$(MY_DEFS_$(GYP_CONFIGURATION))" + ) + # Undefine ANDROID for host modules + # TODO: the source code should not use macro ANDROID to tell if it's host + # or target module. + if self.toolset == "host": + self.WriteLn("# Undefine ANDROID for host modules") + self.WriteLn("LOCAL_CFLAGS += -UANDROID") + self.WriteLn( + "LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) " + "$(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))" + ) + self.WriteLn("LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))") + # Android uses separate flags for assembly file invocations, but gyp expects + # the same CFLAGS to be applied: + self.WriteLn("LOCAL_ASFLAGS := $(LOCAL_CFLAGS)") + + def WriteSources(self, spec, configs, extra_sources): + """Write Makefile code for any 'sources' from the gyp input. + These are source files necessary to build the current target. + We need to handle shared_intermediate directory source files as + a special case by copying them to the intermediate directory and + treating them as a generated sources. Otherwise the Android build + rules won't pick them up. + + Args: + spec, configs: input from gyp. + extra_sources: Sources generated from Actions or Rules. + """ + sources = filter(make.Compilable, spec.get("sources", [])) + generated_not_sources = [x for x in extra_sources if not make.Compilable(x)] + extra_sources = filter(make.Compilable, extra_sources) + + # Determine and output the C++ extension used by these sources. + # We simply find the first C++ file and use that extension. + all_sources = sources + extra_sources + local_cpp_extension = ".cpp" + for source in all_sources: + (root, ext) = os.path.splitext(source) + if IsCPPExtension(ext): + local_cpp_extension = ext + break + if local_cpp_extension != ".cpp": + self.WriteLn("LOCAL_CPP_EXTENSION := %s" % local_cpp_extension) + + # We need to move any non-generated sources that are coming from the + # shared intermediate directory out of LOCAL_SRC_FILES and put them + # into LOCAL_GENERATED_SOURCES. We also need to move over any C++ files + # that don't match our local_cpp_extension, since Android will only + # generate Makefile rules for a single LOCAL_CPP_EXTENSION. + local_files = [] + for source in sources: + (root, ext) = os.path.splitext(source) + if "$(gyp_shared_intermediate_dir)" in source: + extra_sources.append(source) + elif "$(gyp_intermediate_dir)" in source: + extra_sources.append(source) + elif IsCPPExtension(ext) and ext != local_cpp_extension: + extra_sources.append(source) + else: + local_files.append(os.path.normpath(os.path.join(self.path, source))) + + # For any generated source, if it is coming from the shared intermediate + # directory then we add a Make rule to copy them to the local intermediate + # directory first. This is because the Android LOCAL_GENERATED_SOURCES + # must be in the local module intermediate directory for the compile rules + # to work properly. If the file has the wrong C++ extension, then we add + # a rule to copy that to intermediates and use the new version. + final_generated_sources = [] + # If a source file gets copied, we still need to add the original source + # directory as header search path, for GCC searches headers in the + # directory that contains the source file by default. + origin_src_dirs = [] + for source in extra_sources: + local_file = source + if "$(gyp_intermediate_dir)/" not in local_file: + basename = os.path.basename(local_file) + local_file = "$(gyp_intermediate_dir)/" + basename + (root, ext) = os.path.splitext(local_file) + if IsCPPExtension(ext) and ext != local_cpp_extension: + local_file = root + local_cpp_extension + if local_file != source: + self.WriteLn(f"{local_file}: {self.LocalPathify(source)}") + self.WriteLn("\tmkdir -p $(@D); cp $< $@") + origin_src_dirs.append(os.path.dirname(source)) + final_generated_sources.append(local_file) + + # We add back in all of the non-compilable stuff to make sure that the + # make rules have dependencies on them. + final_generated_sources.extend(generated_not_sources) + self.WriteList(final_generated_sources, "LOCAL_GENERATED_SOURCES") + + origin_src_dirs = gyp.common.uniquer(origin_src_dirs) + origin_src_dirs = map(Sourceify, map(self.LocalPathify, origin_src_dirs)) + self.WriteList(origin_src_dirs, "GYP_COPIED_SOURCE_ORIGIN_DIRS") + + self.WriteList(local_files, "LOCAL_SRC_FILES") + + # Write out the flags used to compile the source; this must be done last + # so that GYP_COPIED_SOURCE_ORIGIN_DIRS can be used as an include path. + self.WriteSourceFlags(spec, configs) + + def ComputeAndroidModule(self, spec): + """Return the Android module name used for a gyp spec. + + We use the complete qualified target name to avoid collisions between + duplicate targets in different directories. We also add a suffix to + distinguish gyp-generated module names. + """ + + if int(spec.get("android_unmangled_name", 0)): + assert self.type != "shared_library" or self.target.startswith("lib") + return self.target + + if self.type == "shared_library": + # For reasons of convention, the Android build system requires that all + # shared library modules are named 'libfoo' when generating -l flags. + prefix = "lib_" + else: + prefix = "" + + if spec["toolset"] == "host": + suffix = "_$(TARGET_$(GYP_VAR_PREFIX)ARCH)_host_gyp" + else: + suffix = "_gyp" + + if self.path: + middle = make.StringToMakefileVariable(f"{self.path}_{self.target}") + else: + middle = make.StringToMakefileVariable(self.target) + + return "".join([prefix, middle, suffix]) + + def ComputeOutputParts(self, spec): + """Return the 'output basename' of a gyp spec, split into filename + ext. + + Android libraries must be named the same thing as their module name, + otherwise the linker can't find them, so product_name and so on must be + ignored if we are building a library, and the "lib" prepending is + not done for Android. + """ + assert self.type != "loadable_module" # TODO: not supported? + + target = spec["target_name"] + target_prefix = "" + target_ext = "" + if self.type == "static_library": + target = self.ComputeAndroidModule(spec) + target_ext = ".a" + elif self.type == "shared_library": + target = self.ComputeAndroidModule(spec) + target_ext = ".so" + elif self.type == "none": + target_ext = ".stamp" + elif self.type != "executable": + print( + "ERROR: What output file should be generated?", + "type", + self.type, + "target", + target, + ) + + if self.type not in {"static_library", "shared_library"}: + target_prefix = spec.get("product_prefix", target_prefix) + target = spec.get("product_name", target) + product_ext = spec.get("product_extension") + if product_ext: + target_ext = "." + product_ext + + target_stem = target_prefix + target + return (target_stem, target_ext) + + def ComputeOutputBasename(self, spec): + """Return the 'output basename' of a gyp spec. + + E.g., the loadable module 'foobar' in directory 'baz' will produce + 'libfoobar.so' + """ + return "".join(self.ComputeOutputParts(spec)) + + def ComputeOutput(self, spec): + """Return the 'output' (full output path) of a gyp spec. + + E.g., the loadable module 'foobar' in directory 'baz' will produce + '$(obj)/baz/libfoobar.so' + """ + if self.type == "executable": + # We install host executables into shared_intermediate_dir so they can be + # run by gyp rules that refer to PRODUCT_DIR. + path = "$(gyp_shared_intermediate_dir)" + elif self.type == "shared_library": + if self.toolset == "host": + path = "$($(GYP_HOST_VAR_PREFIX)HOST_OUT_INTERMEDIATE_LIBRARIES)" + else: + path = "$($(GYP_VAR_PREFIX)TARGET_OUT_INTERMEDIATE_LIBRARIES)" + else: + # Other targets just get built into their intermediate dir. + if self.toolset == "host": + path = ( + "$(call intermediates-dir-for,%s,%s,true,," + "$(GYP_HOST_VAR_PREFIX))" + % (self.android_class, self.android_module) + ) + else: + path = ( + f"$(call intermediates-dir-for,{self.android_class}," + f"{self.android_module},,,$(GYP_VAR_PREFIX))" + ) + + assert spec.get("product_dir") is None # TODO: not supported? + return os.path.join(path, self.ComputeOutputBasename(spec)) + + def NormalizeIncludePaths(self, include_paths): + """Normalize include_paths. + Convert absolute paths to relative to the Android top directory. + + Args: + include_paths: A list of unprocessed include paths. + Returns: + A list of normalized include paths. + """ + normalized = [] + for path in include_paths: + if path[0] == "/": + path = gyp.common.RelativePath(path, self.android_top_dir) + normalized.append(path) + return normalized + + def ExtractIncludesFromCFlags(self, cflags): + """Extract includes "-I..." out from cflags + + Args: + cflags: A list of compiler flags, which may be mixed with "-I.." + Returns: + A tuple of lists: (clean_cflags, include_paths). "-I.." is trimmed. + """ + clean_cflags = [] + include_paths = [] + for flag in cflags: + if flag.startswith("-I"): + include_paths.append(flag[2:]) + else: + clean_cflags.append(flag) + + return (clean_cflags, include_paths) + + def FilterLibraries(self, libraries): + """Filter the 'libraries' key to separate things that shouldn't be ldflags. + + Library entries that look like filenames should be converted to android + module names instead of being passed to the linker as flags. + + Args: + libraries: the value of spec.get('libraries') + Returns: + A tuple (static_lib_modules, dynamic_lib_modules, ldflags) + """ + static_lib_modules = [] + dynamic_lib_modules = [] + ldflags = [] + for libs in libraries: + # Libs can have multiple words. + for lib in libs.split(): + # Filter the system libraries, which are added by default by the Android + # build system. + if ( + lib == "-lc" + or lib == "-lstdc++" + or lib == "-lm" + or lib.endswith("libgcc.a") + ): + continue + match = re.search(r"([^/]+)\.a$", lib) + if match: + static_lib_modules.append(match.group(1)) + continue + match = re.search(r"([^/]+)\.so$", lib) + if match: + dynamic_lib_modules.append(match.group(1)) + continue + if lib.startswith("-l"): + ldflags.append(lib) + return (static_lib_modules, dynamic_lib_modules, ldflags) + + def ComputeDeps(self, spec): + """Compute the dependencies of a gyp spec. + + Returns a tuple (deps, link_deps), where each is a list of + filenames that will need to be put in front of make for either + building (deps) or linking (link_deps). + """ + deps = [] + link_deps = [] + if "dependencies" in spec: + deps.extend( + [ + target_outputs[dep] + for dep in spec["dependencies"] + if target_outputs[dep] + ] + ) + for dep in spec["dependencies"]: + if dep in target_link_deps: + link_deps.append(target_link_deps[dep]) + deps.extend(link_deps) + return (gyp.common.uniquer(deps), gyp.common.uniquer(link_deps)) + + def WriteTargetFlags(self, spec, configs, link_deps): + """Write Makefile code to specify the link flags and library dependencies. + + spec, configs: input from gyp. + link_deps: link dependency list; see ComputeDeps() + """ + # Libraries (i.e. -lfoo) + # These must be included even for static libraries as some of them provide + # implicit include paths through the build system. + libraries = gyp.common.uniquer(spec.get("libraries", [])) + static_libs, dynamic_libs, ldflags_libs = self.FilterLibraries(libraries) + + if self.type != "static_library": + for configname, config in sorted(configs.items()): + ldflags = list(config.get("ldflags", [])) + self.WriteLn("") + self.WriteList(ldflags, "LOCAL_LDFLAGS_%s" % configname) + self.WriteList(ldflags_libs, "LOCAL_GYP_LIBS") + self.WriteLn( + "LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION)) " + "$(LOCAL_GYP_LIBS)" + ) + + # Link dependencies (i.e. other gyp targets this target depends on) + # These need not be included for static libraries as within the gyp build + # we do not use the implicit include path mechanism. + if self.type != "static_library": + static_link_deps = [x[1] for x in link_deps if x[0] == "static"] + shared_link_deps = [x[1] for x in link_deps if x[0] == "shared"] + else: + static_link_deps = [] + shared_link_deps = [] + + # Only write the lists if they are non-empty. + if static_libs or static_link_deps: + self.WriteLn("") + self.WriteList(static_libs + static_link_deps, "LOCAL_STATIC_LIBRARIES") + self.WriteLn("# Enable grouping to fix circular references") + self.WriteLn("LOCAL_GROUP_STATIC_LIBRARIES := true") + if dynamic_libs or shared_link_deps: + self.WriteLn("") + self.WriteList(dynamic_libs + shared_link_deps, "LOCAL_SHARED_LIBRARIES") + + def WriteTarget( + self, spec, configs, deps, link_deps, part_of_all, write_alias_target + ): + """Write Makefile code to produce the final target of the gyp spec. + + spec, configs: input from gyp. + deps, link_deps: dependency lists; see ComputeDeps() + part_of_all: flag indicating this target is part of 'all' + write_alias_target: flag indicating whether to create short aliases for this + target + """ + self.WriteLn("### Rules for final target.") + + if self.type != "none": + self.WriteTargetFlags(spec, configs, link_deps) + + settings = spec.get("aosp_build_settings", {}) + if settings: + self.WriteLn("### Set directly by aosp_build_settings.") + for k, v in settings.items(): + if isinstance(v, list): + self.WriteList(v, k) + else: + self.WriteLn(f"{k} := {make.QuoteIfNecessary(v)}") + self.WriteLn("") + + # Add to the set of targets which represent the gyp 'all' target. We use the + # name 'gyp_all_modules' as the Android build system doesn't allow the use + # of the Make target 'all' and because 'all_modules' is the equivalent of + # the Make target 'all' on Android. + if part_of_all and write_alias_target: + self.WriteLn('# Add target alias to "gyp_all_modules" target.') + self.WriteLn(".PHONY: gyp_all_modules") + self.WriteLn("gyp_all_modules: %s" % self.android_module) + self.WriteLn("") + + # Add an alias from the gyp target name to the Android module name. This + # simplifies manual builds of the target, and is required by the test + # framework. + if self.target != self.android_module and write_alias_target: + self.WriteLn("# Alias gyp target name.") + self.WriteLn(".PHONY: %s" % self.target) + self.WriteLn(f"{self.target}: {self.android_module}") + self.WriteLn("") + + # Add the command to trigger build of the target type depending + # on the toolset. Ex: BUILD_STATIC_LIBRARY vs. BUILD_HOST_STATIC_LIBRARY + # NOTE: This has to come last! + modifier = "" + if self.toolset == "host": + modifier = "HOST_" + if self.type == "static_library": + self.WriteLn("include $(BUILD_%sSTATIC_LIBRARY)" % modifier) + elif self.type == "shared_library": + self.WriteLn("LOCAL_PRELINK_MODULE := false") + self.WriteLn("include $(BUILD_%sSHARED_LIBRARY)" % modifier) + elif self.type == "executable": + self.WriteLn("LOCAL_CXX_STL := libc++_static") + # Executables are for build and test purposes only, so they're installed + # to a directory that doesn't get included in the system image. + self.WriteLn("LOCAL_MODULE_PATH := $(gyp_shared_intermediate_dir)") + self.WriteLn("include $(BUILD_%sEXECUTABLE)" % modifier) + else: + self.WriteLn("LOCAL_MODULE_PATH := $(PRODUCT_OUT)/gyp_stamp") + self.WriteLn("LOCAL_UNINSTALLABLE_MODULE := true") + if self.toolset == "target": + self.WriteLn("LOCAL_2ND_ARCH_VAR_PREFIX := $(GYP_VAR_PREFIX)") + else: + self.WriteLn("LOCAL_2ND_ARCH_VAR_PREFIX := $(GYP_HOST_VAR_PREFIX)") + self.WriteLn() + self.WriteLn("include $(BUILD_SYSTEM)/base_rules.mk") + self.WriteLn() + self.WriteLn("$(LOCAL_BUILT_MODULE): $(LOCAL_ADDITIONAL_DEPENDENCIES)") + self.WriteLn('\t$(hide) echo "Gyp timestamp: $@"') + self.WriteLn("\t$(hide) mkdir -p $(dir $@)") + self.WriteLn("\t$(hide) touch $@") + self.WriteLn() + self.WriteLn("LOCAL_2ND_ARCH_VAR_PREFIX :=") + + def WriteList( + self, + value_list, + variable=None, + prefix="", + quoter=make.QuoteIfNecessary, + local_pathify=False, + ): + """Write a variable definition that is a list of values. + + E.g. WriteList(['a','b'], 'foo', prefix='blah') writes out + foo = blaha blahb + but in a pretty-printed style. + """ + values = "" + if value_list: + value_list = [quoter(prefix + value) for value in value_list] + if local_pathify: + value_list = [self.LocalPathify(value) for value in value_list] + values = " \\\n\t" + " \\\n\t".join(value_list) + self.fp.write(f"{variable} :={values}\n\n") + + def WriteLn(self, text=""): + self.fp.write(text + "\n") + + def LocalPathify(self, path): + """Convert a subdirectory-relative path into a normalized path which starts + with the make variable $(LOCAL_PATH) (i.e. the top of the project tree). + Absolute paths, or paths that contain variables, are just normalized.""" + if "$(" in path or os.path.isabs(path): + # path is not a file in the project tree in this case, but calling + # normpath is still important for trimming trailing slashes. + return os.path.normpath(path) + local_path = os.path.join("$(LOCAL_PATH)", self.path, path) + local_path = os.path.normpath(local_path) + # Check that normalizing the path didn't ../ itself out of $(LOCAL_PATH) + # - i.e. that the resulting path is still inside the project tree. The + # path may legitimately have ended up containing just $(LOCAL_PATH), though, + # so we don't look for a slash. + assert local_path.startswith( + "$(LOCAL_PATH)" + ), f"Path {path} attempts to escape from gyp path {self.path} !)" + return local_path + + def ExpandInputRoot(self, template, expansion, dirname): + if "%(INPUT_ROOT)s" not in template and "%(INPUT_DIRNAME)s" not in template: + return template + path = template % { + "INPUT_ROOT": expansion, + "INPUT_DIRNAME": dirname, + } + return os.path.normpath(path) + + +def PerformBuild(data, configurations, params): + # The android backend only supports the default configuration. + options = params["options"] + makefile = os.path.abspath(os.path.join(options.toplevel_dir, "GypAndroid.mk")) + env = dict(os.environ) + env["ONE_SHOT_MAKEFILE"] = makefile + arguments = ["make", "-C", os.environ["ANDROID_BUILD_TOP"], "gyp_all_modules"] + print("Building: %s" % arguments) + subprocess.check_call(arguments, env=env) + + +def GenerateOutput(target_list, target_dicts, data, params): + options = params["options"] + generator_flags = params.get("generator_flags", {}) + limit_to_target_all = generator_flags.get("limit_to_target_all", False) + write_alias_targets = generator_flags.get("write_alias_targets", True) + sdk_version = generator_flags.get("aosp_sdk_version", 0) + android_top_dir = os.environ.get("ANDROID_BUILD_TOP") + assert android_top_dir, "$ANDROID_BUILD_TOP not set; you need to run lunch." + + def CalculateMakefilePath(build_file, base_name): + """Determine where to write a Makefile for a given gyp file.""" + # Paths in gyp files are relative to the .gyp file, but we want + # paths relative to the source root for the master makefile. Grab + # the path of the .gyp file as the base to relativize against. + # E.g. "foo/bar" when we're constructing targets for "foo/bar/baz.gyp". + base_path = gyp.common.RelativePath(os.path.dirname(build_file), options.depth) + # We write the file in the base_path directory. + output_file = os.path.join(options.depth, base_path, base_name) + assert ( + not options.generator_output + ), "The Android backend does not support options.generator_output." + base_path = gyp.common.RelativePath( + os.path.dirname(build_file), options.toplevel_dir + ) + return base_path, output_file + + # TODO: search for the first non-'Default' target. This can go + # away when we add verification that all targets have the + # necessary configurations. + default_configuration = None + for target in target_list: + spec = target_dicts[target] + if spec["default_configuration"] != "Default": + default_configuration = spec["default_configuration"] + break + if not default_configuration: + default_configuration = "Default" + + makefile_name = "GypAndroid" + options.suffix + ".mk" + makefile_path = os.path.join(options.toplevel_dir, makefile_name) + assert ( + not options.generator_output + ), "The Android backend does not support options.generator_output." + gyp.common.EnsureDirExists(makefile_path) + root_makefile = open(makefile_path, "w") + + root_makefile.write(header) + + # We set LOCAL_PATH just once, here, to the top of the project tree. This + # allows all the other paths we use to be relative to the Android.mk file, + # as the Android build system expects. + root_makefile.write("\nLOCAL_PATH := $(call my-dir)\n") + + # Find the list of targets that derive from the gyp file(s) being built. + needed_targets = set() + for build_file in params["build_files"]: + for target in gyp.common.AllTargets(target_list, target_dicts, build_file): + needed_targets.add(target) + + build_files = set() + include_list = set() + android_modules = {} + for qualified_target in target_list: + build_file, target, toolset = gyp.common.ParseQualifiedTarget(qualified_target) + relative_build_file = gyp.common.RelativePath(build_file, options.toplevel_dir) + build_files.add(relative_build_file) + included_files = data[build_file]["included_files"] + for included_file in included_files: + # The included_files entries are relative to the dir of the build file + # that included them, so we have to undo that and then make them relative + # to the root dir. + relative_include_file = gyp.common.RelativePath( + gyp.common.UnrelativePath(included_file, build_file), + options.toplevel_dir, + ) + abs_include_file = os.path.abspath(relative_include_file) + # If the include file is from the ~/.gyp dir, we should use absolute path + # so that relocating the src dir doesn't break the path. + if params["home_dot_gyp"] and abs_include_file.startswith( + params["home_dot_gyp"] + ): + build_files.add(abs_include_file) + else: + build_files.add(relative_include_file) + + base_path, output_file = CalculateMakefilePath( + build_file, target + "." + toolset + options.suffix + ".mk" + ) + + spec = target_dicts[qualified_target] + configs = spec["configurations"] + + part_of_all = qualified_target in needed_targets + if limit_to_target_all and not part_of_all: + continue + + relative_target = gyp.common.QualifiedTarget( + relative_build_file, target, toolset + ) + writer = AndroidMkWriter(android_top_dir) + android_module = writer.Write( + qualified_target, + relative_target, + base_path, + output_file, + spec, + configs, + part_of_all=part_of_all, + write_alias_target=write_alias_targets, + sdk_version=sdk_version, + ) + if android_module in android_modules: + print( + "ERROR: Android module names must be unique. The following " + "targets both generate Android module name %s.\n %s\n %s" + % (android_module, android_modules[android_module], qualified_target) + ) + return + android_modules[android_module] = qualified_target + + # Our root_makefile lives at the source root. Compute the relative path + # from there to the output_file for including. + mkfile_rel_path = gyp.common.RelativePath( + output_file, os.path.dirname(makefile_path) + ) + include_list.add(mkfile_rel_path) + + root_makefile.write("GYP_CONFIGURATION ?= %s\n" % default_configuration) + root_makefile.write("GYP_VAR_PREFIX ?=\n") + root_makefile.write("GYP_HOST_VAR_PREFIX ?=\n") + root_makefile.write("GYP_HOST_MULTILIB ?= first\n") + + # Write out the sorted list of includes. + root_makefile.write("\n") + for include_file in sorted(include_list): + root_makefile.write("include $(LOCAL_PATH)/" + include_file + "\n") + root_makefile.write("\n") + + if write_alias_targets: + root_makefile.write(ALL_MODULES_FOOTER) + + root_makefile.close() diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py new file mode 100644 index 00000000..8720a3da --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py @@ -0,0 +1,1318 @@ +# Copyright (c) 2013 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""cmake output module + +This module is under development and should be considered experimental. + +This module produces cmake (2.8.8+) input as its output. One CMakeLists.txt is +created for each configuration. + +This module's original purpose was to support editing in IDEs like KDevelop +which use CMake for project management. It is also possible to use CMake to +generate projects for other IDEs such as eclipse cdt and code::blocks. QtCreator +will convert the CMakeLists.txt to a code::blocks cbp for the editor to read, +but build using CMake. As a result QtCreator editor is unaware of compiler +defines. The generated CMakeLists.txt can also be used to build on Linux. There +is currently no support for building on platforms other than Linux. + +The generated CMakeLists.txt should properly compile all projects. However, +there is a mismatch between gyp and cmake with regard to linking. All attempts +are made to work around this, but CMake sometimes sees -Wl,--start-group as a +library and incorrectly repeats it. As a result the output of this generator +should not be relied on for building. + +When using with kdevelop, use version 4.4+. Previous versions of kdevelop will +not be able to find the header file directories described in the generated +CMakeLists.txt file. +""" + + +import multiprocessing +import os +import signal +import subprocess +import gyp.common +import gyp.xcode_emulation + +_maketrans = str.maketrans + +generator_default_variables = { + "EXECUTABLE_PREFIX": "", + "EXECUTABLE_SUFFIX": "", + "STATIC_LIB_PREFIX": "lib", + "STATIC_LIB_SUFFIX": ".a", + "SHARED_LIB_PREFIX": "lib", + "SHARED_LIB_SUFFIX": ".so", + "SHARED_LIB_DIR": "${builddir}/lib.${TOOLSET}", + "LIB_DIR": "${obj}.${TOOLSET}", + "INTERMEDIATE_DIR": "${obj}.${TOOLSET}/${TARGET}/geni", + "SHARED_INTERMEDIATE_DIR": "${obj}/gen", + "PRODUCT_DIR": "${builddir}", + "RULE_INPUT_PATH": "${RULE_INPUT_PATH}", + "RULE_INPUT_DIRNAME": "${RULE_INPUT_DIRNAME}", + "RULE_INPUT_NAME": "${RULE_INPUT_NAME}", + "RULE_INPUT_ROOT": "${RULE_INPUT_ROOT}", + "RULE_INPUT_EXT": "${RULE_INPUT_EXT}", + "CONFIGURATION_NAME": "${configuration}", +} + +FULL_PATH_VARS = ("${CMAKE_CURRENT_LIST_DIR}", "${builddir}", "${obj}") + +generator_supports_multiple_toolsets = True +generator_wants_static_library_dependencies_adjusted = True + +COMPILABLE_EXTENSIONS = { + ".c": "cc", + ".cc": "cxx", + ".cpp": "cxx", + ".cxx": "cxx", + ".s": "s", # cc + ".S": "s", # cc +} + + +def RemovePrefix(a, prefix): + """Returns 'a' without 'prefix' if it starts with 'prefix'.""" + return a[len(prefix) :] if a.startswith(prefix) else a + + +def CalculateVariables(default_variables, params): + """Calculate additional variables for use in the build (called by gyp).""" + default_variables.setdefault("OS", gyp.common.GetFlavor(params)) + + +def Compilable(filename): + """Return true if the file is compilable (should be in OBJS).""" + return any(filename.endswith(e) for e in COMPILABLE_EXTENSIONS) + + +def Linkable(filename): + """Return true if the file is linkable (should be on the link line).""" + return filename.endswith(".o") + + +def NormjoinPathForceCMakeSource(base_path, rel_path): + """Resolves rel_path against base_path and returns the result. + + If rel_path is an absolute path it is returned unchanged. + Otherwise it is resolved against base_path and normalized. + If the result is a relative path, it is forced to be relative to the + CMakeLists.txt. + """ + if os.path.isabs(rel_path): + return rel_path + if any(rel_path.startswith(var) for var in FULL_PATH_VARS): + return rel_path + # TODO: do we need to check base_path for absolute variables as well? + return os.path.join( + "${CMAKE_CURRENT_LIST_DIR}", os.path.normpath(os.path.join(base_path, rel_path)) + ) + + +def NormjoinPath(base_path, rel_path): + """Resolves rel_path against base_path and returns the result. + TODO: what is this really used for? + If rel_path begins with '$' it is returned unchanged. + Otherwise it is resolved against base_path if relative, then normalized. + """ + if rel_path.startswith("$") and not rel_path.startswith("${configuration}"): + return rel_path + return os.path.normpath(os.path.join(base_path, rel_path)) + + +def CMakeStringEscape(a): + """Escapes the string 'a' for use inside a CMake string. + + This means escaping + '\' otherwise it may be seen as modifying the next character + '"' otherwise it will end the string + ';' otherwise the string becomes a list + + The following do not need to be escaped + '#' when the lexer is in string state, this does not start a comment + + The following are yet unknown + '$' generator variables (like ${obj}) must not be escaped, + but text $ should be escaped + what is wanted is to know which $ come from generator variables + """ + return a.replace("\\", "\\\\").replace(";", "\\;").replace('"', '\\"') + + +def SetFileProperty(output, source_name, property_name, values, sep): + """Given a set of source file, sets the given property on them.""" + output.write("set_source_files_properties(") + output.write(source_name) + output.write(" PROPERTIES ") + output.write(property_name) + output.write(' "') + for value in values: + output.write(CMakeStringEscape(value)) + output.write(sep) + output.write('")\n') + + +def SetFilesProperty(output, variable, property_name, values, sep): + """Given a set of source files, sets the given property on them.""" + output.write("set_source_files_properties(") + WriteVariable(output, variable) + output.write(" PROPERTIES ") + output.write(property_name) + output.write(' "') + for value in values: + output.write(CMakeStringEscape(value)) + output.write(sep) + output.write('")\n') + + +def SetTargetProperty(output, target_name, property_name, values, sep=""): + """Given a target, sets the given property.""" + output.write("set_target_properties(") + output.write(target_name) + output.write(" PROPERTIES ") + output.write(property_name) + output.write(' "') + for value in values: + output.write(CMakeStringEscape(value)) + output.write(sep) + output.write('")\n') + + +def SetVariable(output, variable_name, value): + """Sets a CMake variable.""" + output.write("set(") + output.write(variable_name) + output.write(' "') + output.write(CMakeStringEscape(value)) + output.write('")\n') + + +def SetVariableList(output, variable_name, values): + """Sets a CMake variable to a list.""" + if not values: + return SetVariable(output, variable_name, "") + if len(values) == 1: + return SetVariable(output, variable_name, values[0]) + output.write("list(APPEND ") + output.write(variable_name) + output.write('\n "') + output.write('"\n "'.join([CMakeStringEscape(value) for value in values])) + output.write('")\n') + + +def UnsetVariable(output, variable_name): + """Unsets a CMake variable.""" + output.write("unset(") + output.write(variable_name) + output.write(")\n") + + +def WriteVariable(output, variable_name, prepend=None): + if prepend: + output.write(prepend) + output.write("${") + output.write(variable_name) + output.write("}") + + +class CMakeTargetType: + def __init__(self, command, modifier, property_modifier): + self.command = command + self.modifier = modifier + self.property_modifier = property_modifier + + +cmake_target_type_from_gyp_target_type = { + "executable": CMakeTargetType("add_executable", None, "RUNTIME"), + "static_library": CMakeTargetType("add_library", "STATIC", "ARCHIVE"), + "shared_library": CMakeTargetType("add_library", "SHARED", "LIBRARY"), + "loadable_module": CMakeTargetType("add_library", "MODULE", "LIBRARY"), + "none": CMakeTargetType("add_custom_target", "SOURCES", None), +} + + +def StringToCMakeTargetName(a): + """Converts the given string 'a' to a valid CMake target name. + + All invalid characters are replaced by '_'. + Invalid for cmake: ' ', '/', '(', ')', '"' + Invalid for make: ':' + Invalid for unknown reasons but cause failures: '.' + """ + return a.translate(_maketrans(' /():."', "_______")) + + +def WriteActions(target_name, actions, extra_sources, extra_deps, path_to_gyp, output): + """Write CMake for the 'actions' in the target. + + Args: + target_name: the name of the CMake target being generated. + actions: the Gyp 'actions' dict for this target. + extra_sources: [(, )] to append with generated source files. + extra_deps: [] to append with generated targets. + path_to_gyp: relative path from CMakeLists.txt being generated to + the Gyp file in which the target being generated is defined. + """ + for action in actions: + action_name = StringToCMakeTargetName(action["action_name"]) + action_target_name = f"{target_name}__{action_name}" + + inputs = action["inputs"] + inputs_name = action_target_name + "__input" + SetVariableList( + output, + inputs_name, + [NormjoinPathForceCMakeSource(path_to_gyp, dep) for dep in inputs], + ) + + outputs = action["outputs"] + cmake_outputs = [ + NormjoinPathForceCMakeSource(path_to_gyp, out) for out in outputs + ] + outputs_name = action_target_name + "__output" + SetVariableList(output, outputs_name, cmake_outputs) + + # Build up a list of outputs. + # Collect the output dirs we'll need. + dirs = {dir for dir in (os.path.dirname(o) for o in outputs) if dir} + + if int(action.get("process_outputs_as_sources", False)): + extra_sources.extend(zip(cmake_outputs, outputs)) + + # add_custom_command + output.write("add_custom_command(OUTPUT ") + WriteVariable(output, outputs_name) + output.write("\n") + + if len(dirs) > 0: + for directory in dirs: + output.write(" COMMAND ${CMAKE_COMMAND} -E make_directory ") + output.write(directory) + output.write("\n") + + output.write(" COMMAND ") + output.write(gyp.common.EncodePOSIXShellList(action["action"])) + output.write("\n") + + output.write(" DEPENDS ") + WriteVariable(output, inputs_name) + output.write("\n") + + output.write(" WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/") + output.write(path_to_gyp) + output.write("\n") + + output.write(" COMMENT ") + if "message" in action: + output.write(action["message"]) + else: + output.write(action_target_name) + output.write("\n") + + output.write(" VERBATIM\n") + output.write(")\n") + + # add_custom_target + output.write("add_custom_target(") + output.write(action_target_name) + output.write("\n DEPENDS ") + WriteVariable(output, outputs_name) + output.write("\n SOURCES ") + WriteVariable(output, inputs_name) + output.write("\n)\n") + + extra_deps.append(action_target_name) + + +def NormjoinRulePathForceCMakeSource(base_path, rel_path, rule_source): + if rel_path.startswith(("${RULE_INPUT_PATH}", "${RULE_INPUT_DIRNAME}")): + if any(rule_source.startswith(var) for var in FULL_PATH_VARS): + return rel_path + return NormjoinPathForceCMakeSource(base_path, rel_path) + + +def WriteRules(target_name, rules, extra_sources, extra_deps, path_to_gyp, output): + """Write CMake for the 'rules' in the target. + + Args: + target_name: the name of the CMake target being generated. + actions: the Gyp 'actions' dict for this target. + extra_sources: [(, )] to append with generated source files. + extra_deps: [] to append with generated targets. + path_to_gyp: relative path from CMakeLists.txt being generated to + the Gyp file in which the target being generated is defined. + """ + for rule in rules: + rule_name = StringToCMakeTargetName(target_name + "__" + rule["rule_name"]) + + inputs = rule.get("inputs", []) + inputs_name = rule_name + "__input" + SetVariableList( + output, + inputs_name, + [NormjoinPathForceCMakeSource(path_to_gyp, dep) for dep in inputs], + ) + outputs = rule["outputs"] + var_outputs = [] + + for count, rule_source in enumerate(rule.get("rule_sources", [])): + action_name = rule_name + "_" + str(count) + + rule_source_dirname, rule_source_basename = os.path.split(rule_source) + rule_source_root, rule_source_ext = os.path.splitext(rule_source_basename) + + SetVariable(output, "RULE_INPUT_PATH", rule_source) + SetVariable(output, "RULE_INPUT_DIRNAME", rule_source_dirname) + SetVariable(output, "RULE_INPUT_NAME", rule_source_basename) + SetVariable(output, "RULE_INPUT_ROOT", rule_source_root) + SetVariable(output, "RULE_INPUT_EXT", rule_source_ext) + + # Build up a list of outputs. + # Collect the output dirs we'll need. + dirs = {dir for dir in (os.path.dirname(o) for o in outputs) if dir} + + # Create variables for the output, as 'local' variable will be unset. + these_outputs = [] + for output_index, out in enumerate(outputs): + output_name = action_name + "_" + str(output_index) + SetVariable( + output, + output_name, + NormjoinRulePathForceCMakeSource(path_to_gyp, out, rule_source), + ) + if int(rule.get("process_outputs_as_sources", False)): + extra_sources.append(("${" + output_name + "}", out)) + these_outputs.append("${" + output_name + "}") + var_outputs.append("${" + output_name + "}") + + # add_custom_command + output.write("add_custom_command(OUTPUT\n") + for out in these_outputs: + output.write(" ") + output.write(out) + output.write("\n") + + for directory in dirs: + output.write(" COMMAND ${CMAKE_COMMAND} -E make_directory ") + output.write(directory) + output.write("\n") + + output.write(" COMMAND ") + output.write(gyp.common.EncodePOSIXShellList(rule["action"])) + output.write("\n") + + output.write(" DEPENDS ") + WriteVariable(output, inputs_name) + output.write(" ") + output.write(NormjoinPath(path_to_gyp, rule_source)) + output.write("\n") + + # CMAKE_CURRENT_LIST_DIR is where the CMakeLists.txt lives. + # The cwd is the current build directory. + output.write(" WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/") + output.write(path_to_gyp) + output.write("\n") + + output.write(" COMMENT ") + if "message" in rule: + output.write(rule["message"]) + else: + output.write(action_name) + output.write("\n") + + output.write(" VERBATIM\n") + output.write(")\n") + + UnsetVariable(output, "RULE_INPUT_PATH") + UnsetVariable(output, "RULE_INPUT_DIRNAME") + UnsetVariable(output, "RULE_INPUT_NAME") + UnsetVariable(output, "RULE_INPUT_ROOT") + UnsetVariable(output, "RULE_INPUT_EXT") + + # add_custom_target + output.write("add_custom_target(") + output.write(rule_name) + output.write(" DEPENDS\n") + for out in var_outputs: + output.write(" ") + output.write(out) + output.write("\n") + output.write("SOURCES ") + WriteVariable(output, inputs_name) + output.write("\n") + for rule_source in rule.get("rule_sources", []): + output.write(" ") + output.write(NormjoinPath(path_to_gyp, rule_source)) + output.write("\n") + output.write(")\n") + + extra_deps.append(rule_name) + + +def WriteCopies(target_name, copies, extra_deps, path_to_gyp, output): + """Write CMake for the 'copies' in the target. + + Args: + target_name: the name of the CMake target being generated. + actions: the Gyp 'actions' dict for this target. + extra_deps: [] to append with generated targets. + path_to_gyp: relative path from CMakeLists.txt being generated to + the Gyp file in which the target being generated is defined. + """ + copy_name = target_name + "__copies" + + # CMake gets upset with custom targets with OUTPUT which specify no output. + have_copies = any(copy["files"] for copy in copies) + if not have_copies: + output.write("add_custom_target(") + output.write(copy_name) + output.write(")\n") + extra_deps.append(copy_name) + return + + class Copy: + def __init__(self, ext, command): + self.cmake_inputs = [] + self.cmake_outputs = [] + self.gyp_inputs = [] + self.gyp_outputs = [] + self.ext = ext + self.inputs_name = None + self.outputs_name = None + self.command = command + + file_copy = Copy("", "copy") + dir_copy = Copy("_dirs", "copy_directory") + + for copy in copies: + files = copy["files"] + destination = copy["destination"] + for src in files: + path = os.path.normpath(src) + basename = os.path.split(path)[1] + dst = os.path.join(destination, basename) + + copy = file_copy if os.path.basename(src) else dir_copy + + copy.cmake_inputs.append(NormjoinPathForceCMakeSource(path_to_gyp, src)) + copy.cmake_outputs.append(NormjoinPathForceCMakeSource(path_to_gyp, dst)) + copy.gyp_inputs.append(src) + copy.gyp_outputs.append(dst) + + for copy in (file_copy, dir_copy): + if copy.cmake_inputs: + copy.inputs_name = copy_name + "__input" + copy.ext + SetVariableList(output, copy.inputs_name, copy.cmake_inputs) + + copy.outputs_name = copy_name + "__output" + copy.ext + SetVariableList(output, copy.outputs_name, copy.cmake_outputs) + + # add_custom_command + output.write("add_custom_command(\n") + + output.write("OUTPUT") + for copy in (file_copy, dir_copy): + if copy.outputs_name: + WriteVariable(output, copy.outputs_name, " ") + output.write("\n") + + for copy in (file_copy, dir_copy): + for src, dst in zip(copy.gyp_inputs, copy.gyp_outputs): + # 'cmake -E copy src dst' will create the 'dst' directory if needed. + output.write("COMMAND ${CMAKE_COMMAND} -E %s " % copy.command) + output.write(src) + output.write(" ") + output.write(dst) + output.write("\n") + + output.write("DEPENDS") + for copy in (file_copy, dir_copy): + if copy.inputs_name: + WriteVariable(output, copy.inputs_name, " ") + output.write("\n") + + output.write("WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/") + output.write(path_to_gyp) + output.write("\n") + + output.write("COMMENT Copying for ") + output.write(target_name) + output.write("\n") + + output.write("VERBATIM\n") + output.write(")\n") + + # add_custom_target + output.write("add_custom_target(") + output.write(copy_name) + output.write("\n DEPENDS") + for copy in (file_copy, dir_copy): + if copy.outputs_name: + WriteVariable(output, copy.outputs_name, " ") + output.write("\n SOURCES") + if file_copy.inputs_name: + WriteVariable(output, file_copy.inputs_name, " ") + output.write("\n)\n") + + extra_deps.append(copy_name) + + +def CreateCMakeTargetBaseName(qualified_target): + """This is the name we would like the target to have.""" + _, gyp_target_name, gyp_target_toolset = gyp.common.ParseQualifiedTarget( + qualified_target + ) + cmake_target_base_name = gyp_target_name + if gyp_target_toolset and gyp_target_toolset != "target": + cmake_target_base_name += "_" + gyp_target_toolset + return StringToCMakeTargetName(cmake_target_base_name) + + +def CreateCMakeTargetFullName(qualified_target): + """An unambiguous name for the target.""" + gyp_file, gyp_target_name, gyp_target_toolset = gyp.common.ParseQualifiedTarget( + qualified_target + ) + cmake_target_full_name = gyp_file + ":" + gyp_target_name + if gyp_target_toolset and gyp_target_toolset != "target": + cmake_target_full_name += "_" + gyp_target_toolset + return StringToCMakeTargetName(cmake_target_full_name) + + +class CMakeNamer: + """Converts Gyp target names into CMake target names. + + CMake requires that target names be globally unique. One way to ensure + this is to fully qualify the names of the targets. Unfortunately, this + ends up with all targets looking like "chrome_chrome_gyp_chrome" instead + of just "chrome". If this generator were only interested in building, it + would be possible to fully qualify all target names, then create + unqualified target names which depend on all qualified targets which + should have had that name. This is more or less what the 'make' generator + does with aliases. However, one goal of this generator is to create CMake + files for use with IDEs, and fully qualified names are not as user + friendly. + + Since target name collision is rare, we do the above only when required. + + Toolset variants are always qualified from the base, as this is required for + building. However, it also makes sense for an IDE, as it is possible for + defines to be different. + """ + + def __init__(self, target_list): + self.cmake_target_base_names_conflicting = set() + + cmake_target_base_names_seen = set() + for qualified_target in target_list: + cmake_target_base_name = CreateCMakeTargetBaseName(qualified_target) + + if cmake_target_base_name not in cmake_target_base_names_seen: + cmake_target_base_names_seen.add(cmake_target_base_name) + else: + self.cmake_target_base_names_conflicting.add(cmake_target_base_name) + + def CreateCMakeTargetName(self, qualified_target): + base_name = CreateCMakeTargetBaseName(qualified_target) + if base_name in self.cmake_target_base_names_conflicting: + return CreateCMakeTargetFullName(qualified_target) + return base_name + + +def WriteTarget( + namer, + qualified_target, + target_dicts, + build_dir, + config_to_use, + options, + generator_flags, + all_qualified_targets, + flavor, + output, +): + # The make generator does this always. + # TODO: It would be nice to be able to tell CMake all dependencies. + circular_libs = generator_flags.get("circular", True) + + if not generator_flags.get("standalone", False): + output.write("\n#") + output.write(qualified_target) + output.write("\n") + + gyp_file, _, _ = gyp.common.ParseQualifiedTarget(qualified_target) + rel_gyp_file = gyp.common.RelativePath(gyp_file, options.toplevel_dir) + rel_gyp_dir = os.path.dirname(rel_gyp_file) + + # Relative path from build dir to top dir. + build_to_top = gyp.common.InvertRelativePath(build_dir, options.toplevel_dir) + # Relative path from build dir to gyp dir. + build_to_gyp = os.path.join(build_to_top, rel_gyp_dir) + + path_from_cmakelists_to_gyp = build_to_gyp + + spec = target_dicts.get(qualified_target, {}) + config = spec.get("configurations", {}).get(config_to_use, {}) + + xcode_settings = None + if flavor == "mac": + xcode_settings = gyp.xcode_emulation.XcodeSettings(spec) + + target_name = spec.get("target_name", "") + target_type = spec.get("type", "") + target_toolset = spec.get("toolset") + + cmake_target_type = cmake_target_type_from_gyp_target_type.get(target_type) + if cmake_target_type is None: + print( + "Target %s has unknown target type %s, skipping." + % (target_name, target_type) + ) + return + + SetVariable(output, "TARGET", target_name) + SetVariable(output, "TOOLSET", target_toolset) + + cmake_target_name = namer.CreateCMakeTargetName(qualified_target) + + extra_sources = [] + extra_deps = [] + + # Actions must come first, since they can generate more OBJs for use below. + if "actions" in spec: + WriteActions( + cmake_target_name, + spec["actions"], + extra_sources, + extra_deps, + path_from_cmakelists_to_gyp, + output, + ) + + # Rules must be early like actions. + if "rules" in spec: + WriteRules( + cmake_target_name, + spec["rules"], + extra_sources, + extra_deps, + path_from_cmakelists_to_gyp, + output, + ) + + # Copies + if "copies" in spec: + WriteCopies( + cmake_target_name, + spec["copies"], + extra_deps, + path_from_cmakelists_to_gyp, + output, + ) + + # Target and sources + srcs = spec.get("sources", []) + + # Gyp separates the sheep from the goats based on file extensions. + # A full separation is done here because of flag handing (see below). + s_sources = [] + c_sources = [] + cxx_sources = [] + linkable_sources = [] + other_sources = [] + for src in srcs: + _, ext = os.path.splitext(src) + src_type = COMPILABLE_EXTENSIONS.get(ext, None) + src_norm_path = NormjoinPath(path_from_cmakelists_to_gyp, src) + + if src_type == "s": + s_sources.append(src_norm_path) + elif src_type == "cc": + c_sources.append(src_norm_path) + elif src_type == "cxx": + cxx_sources.append(src_norm_path) + elif Linkable(ext): + linkable_sources.append(src_norm_path) + else: + other_sources.append(src_norm_path) + + for extra_source in extra_sources: + src, real_source = extra_source + _, ext = os.path.splitext(real_source) + src_type = COMPILABLE_EXTENSIONS.get(ext, None) + + if src_type == "s": + s_sources.append(src) + elif src_type == "cc": + c_sources.append(src) + elif src_type == "cxx": + cxx_sources.append(src) + elif Linkable(ext): + linkable_sources.append(src) + else: + other_sources.append(src) + + s_sources_name = None + if s_sources: + s_sources_name = cmake_target_name + "__asm_srcs" + SetVariableList(output, s_sources_name, s_sources) + + c_sources_name = None + if c_sources: + c_sources_name = cmake_target_name + "__c_srcs" + SetVariableList(output, c_sources_name, c_sources) + + cxx_sources_name = None + if cxx_sources: + cxx_sources_name = cmake_target_name + "__cxx_srcs" + SetVariableList(output, cxx_sources_name, cxx_sources) + + linkable_sources_name = None + if linkable_sources: + linkable_sources_name = cmake_target_name + "__linkable_srcs" + SetVariableList(output, linkable_sources_name, linkable_sources) + + other_sources_name = None + if other_sources: + other_sources_name = cmake_target_name + "__other_srcs" + SetVariableList(output, other_sources_name, other_sources) + + # CMake gets upset when executable targets provide no sources. + # http://www.cmake.org/pipermail/cmake/2010-July/038461.html + dummy_sources_name = None + has_sources = ( + s_sources_name + or c_sources_name + or cxx_sources_name + or linkable_sources_name + or other_sources_name + ) + if target_type == "executable" and not has_sources: + dummy_sources_name = cmake_target_name + "__dummy_srcs" + SetVariable( + output, dummy_sources_name, "${obj}.${TOOLSET}/${TARGET}/genc/dummy.c" + ) + output.write('if(NOT EXISTS "') + WriteVariable(output, dummy_sources_name) + output.write('")\n') + output.write(' file(WRITE "') + WriteVariable(output, dummy_sources_name) + output.write('" "")\n') + output.write("endif()\n") + + # CMake is opposed to setting linker directories and considers the practice + # of setting linker directories dangerous. Instead, it favors the use of + # find_library and passing absolute paths to target_link_libraries. + # However, CMake does provide the command link_directories, which adds + # link directories to targets defined after it is called. + # As a result, link_directories must come before the target definition. + # CMake unfortunately has no means of removing entries from LINK_DIRECTORIES. + library_dirs = config.get("library_dirs") + if library_dirs is not None: + output.write("link_directories(") + for library_dir in library_dirs: + output.write(" ") + output.write(NormjoinPath(path_from_cmakelists_to_gyp, library_dir)) + output.write("\n") + output.write(")\n") + + output.write(cmake_target_type.command) + output.write("(") + output.write(cmake_target_name) + + if cmake_target_type.modifier is not None: + output.write(" ") + output.write(cmake_target_type.modifier) + + if s_sources_name: + WriteVariable(output, s_sources_name, " ") + if c_sources_name: + WriteVariable(output, c_sources_name, " ") + if cxx_sources_name: + WriteVariable(output, cxx_sources_name, " ") + if linkable_sources_name: + WriteVariable(output, linkable_sources_name, " ") + if other_sources_name: + WriteVariable(output, other_sources_name, " ") + if dummy_sources_name: + WriteVariable(output, dummy_sources_name, " ") + + output.write(")\n") + + # Let CMake know if the 'all' target should depend on this target. + exclude_from_all = ( + "TRUE" if qualified_target not in all_qualified_targets else "FALSE" + ) + SetTargetProperty(output, cmake_target_name, "EXCLUDE_FROM_ALL", exclude_from_all) + for extra_target_name in extra_deps: + SetTargetProperty( + output, extra_target_name, "EXCLUDE_FROM_ALL", exclude_from_all + ) + + # Output name and location. + if target_type != "none": + # Link as 'C' if there are no other files + if not c_sources and not cxx_sources: + SetTargetProperty(output, cmake_target_name, "LINKER_LANGUAGE", ["C"]) + + # Mark uncompiled sources as uncompiled. + if other_sources_name: + output.write("set_source_files_properties(") + WriteVariable(output, other_sources_name, "") + output.write(' PROPERTIES HEADER_FILE_ONLY "TRUE")\n') + + # Mark object sources as linkable. + if linkable_sources_name: + output.write("set_source_files_properties(") + WriteVariable(output, other_sources_name, "") + output.write(' PROPERTIES EXTERNAL_OBJECT "TRUE")\n') + + # Output directory + target_output_directory = spec.get("product_dir") + if target_output_directory is None: + if target_type in ("executable", "loadable_module"): + target_output_directory = generator_default_variables["PRODUCT_DIR"] + elif target_type == "shared_library": + target_output_directory = "${builddir}/lib.${TOOLSET}" + elif spec.get("standalone_static_library", False): + target_output_directory = generator_default_variables["PRODUCT_DIR"] + else: + base_path = gyp.common.RelativePath( + os.path.dirname(gyp_file), options.toplevel_dir + ) + target_output_directory = "${obj}.${TOOLSET}" + target_output_directory = os.path.join( + target_output_directory, base_path + ) + + cmake_target_output_directory = NormjoinPathForceCMakeSource( + path_from_cmakelists_to_gyp, target_output_directory + ) + SetTargetProperty( + output, + cmake_target_name, + cmake_target_type.property_modifier + "_OUTPUT_DIRECTORY", + cmake_target_output_directory, + ) + + # Output name + default_product_prefix = "" + default_product_name = target_name + default_product_ext = "" + if target_type == "static_library": + static_library_prefix = generator_default_variables["STATIC_LIB_PREFIX"] + default_product_name = RemovePrefix( + default_product_name, static_library_prefix + ) + default_product_prefix = static_library_prefix + default_product_ext = generator_default_variables["STATIC_LIB_SUFFIX"] + + elif target_type in ("loadable_module", "shared_library"): + shared_library_prefix = generator_default_variables["SHARED_LIB_PREFIX"] + default_product_name = RemovePrefix( + default_product_name, shared_library_prefix + ) + default_product_prefix = shared_library_prefix + default_product_ext = generator_default_variables["SHARED_LIB_SUFFIX"] + + elif target_type != "executable": + print( + "ERROR: What output file should be generated?", + "type", + target_type, + "target", + target_name, + ) + + product_prefix = spec.get("product_prefix", default_product_prefix) + product_name = spec.get("product_name", default_product_name) + product_ext = spec.get("product_extension") + product_ext = "." + product_ext if product_ext else default_product_ext + + SetTargetProperty(output, cmake_target_name, "PREFIX", product_prefix) + SetTargetProperty( + output, + cmake_target_name, + cmake_target_type.property_modifier + "_OUTPUT_NAME", + product_name, + ) + SetTargetProperty(output, cmake_target_name, "SUFFIX", product_ext) + + # Make the output of this target referenceable as a source. + cmake_target_output_basename = product_prefix + product_name + product_ext + cmake_target_output = os.path.join( + cmake_target_output_directory, cmake_target_output_basename + ) + SetFileProperty(output, cmake_target_output, "GENERATED", ["TRUE"], "") + + # Includes + includes = config.get("include_dirs") + if includes: + # This (target include directories) is what requires CMake 2.8.8 + includes_name = cmake_target_name + "__include_dirs" + SetVariableList( + output, + includes_name, + [ + NormjoinPathForceCMakeSource(path_from_cmakelists_to_gyp, include) + for include in includes + ], + ) + output.write("set_property(TARGET ") + output.write(cmake_target_name) + output.write(" APPEND PROPERTY INCLUDE_DIRECTORIES ") + WriteVariable(output, includes_name, "") + output.write(")\n") + + # Defines + defines = config.get("defines") + if defines is not None: + SetTargetProperty( + output, cmake_target_name, "COMPILE_DEFINITIONS", defines, ";" + ) + + # Compile Flags - http://www.cmake.org/Bug/view.php?id=6493 + # CMake currently does not have target C and CXX flags. + # So, instead of doing... + + # cflags_c = config.get('cflags_c') + # if cflags_c is not None: + # SetTargetProperty(output, cmake_target_name, + # 'C_COMPILE_FLAGS', cflags_c, ' ') + + # cflags_cc = config.get('cflags_cc') + # if cflags_cc is not None: + # SetTargetProperty(output, cmake_target_name, + # 'CXX_COMPILE_FLAGS', cflags_cc, ' ') + + # Instead we must... + cflags = config.get("cflags", []) + cflags_c = config.get("cflags_c", []) + cflags_cxx = config.get("cflags_cc", []) + if xcode_settings: + cflags = xcode_settings.GetCflags(config_to_use) + cflags_c = xcode_settings.GetCflagsC(config_to_use) + cflags_cxx = xcode_settings.GetCflagsCC(config_to_use) + # cflags_objc = xcode_settings.GetCflagsObjC(config_to_use) + # cflags_objcc = xcode_settings.GetCflagsObjCC(config_to_use) + + if (not cflags_c or not c_sources) and (not cflags_cxx or not cxx_sources): + SetTargetProperty(output, cmake_target_name, "COMPILE_FLAGS", cflags, " ") + + elif c_sources and not (s_sources or cxx_sources): + flags = [] + flags.extend(cflags) + flags.extend(cflags_c) + SetTargetProperty(output, cmake_target_name, "COMPILE_FLAGS", flags, " ") + + elif cxx_sources and not (s_sources or c_sources): + flags = [] + flags.extend(cflags) + flags.extend(cflags_cxx) + SetTargetProperty(output, cmake_target_name, "COMPILE_FLAGS", flags, " ") + + else: + # TODO: This is broken, one cannot generally set properties on files, + # as other targets may require different properties on the same files. + if s_sources and cflags: + SetFilesProperty(output, s_sources_name, "COMPILE_FLAGS", cflags, " ") + + if c_sources and (cflags or cflags_c): + flags = [] + flags.extend(cflags) + flags.extend(cflags_c) + SetFilesProperty(output, c_sources_name, "COMPILE_FLAGS", flags, " ") + + if cxx_sources and (cflags or cflags_cxx): + flags = [] + flags.extend(cflags) + flags.extend(cflags_cxx) + SetFilesProperty(output, cxx_sources_name, "COMPILE_FLAGS", flags, " ") + + # Linker flags + ldflags = config.get("ldflags") + if ldflags is not None: + SetTargetProperty(output, cmake_target_name, "LINK_FLAGS", ldflags, " ") + + # XCode settings + xcode_settings = config.get("xcode_settings", {}) + for xcode_setting, xcode_value in xcode_settings.items(): + SetTargetProperty( + output, + cmake_target_name, + "XCODE_ATTRIBUTE_%s" % xcode_setting, + xcode_value, + "" if isinstance(xcode_value, str) else " ", + ) + + # Note on Dependencies and Libraries: + # CMake wants to handle link order, resolving the link line up front. + # Gyp does not retain or enforce specifying enough information to do so. + # So do as other gyp generators and use --start-group and --end-group. + # Give CMake as little information as possible so that it doesn't mess it up. + + # Dependencies + rawDeps = spec.get("dependencies", []) + + static_deps = [] + shared_deps = [] + other_deps = [] + for rawDep in rawDeps: + dep_cmake_name = namer.CreateCMakeTargetName(rawDep) + dep_spec = target_dicts.get(rawDep, {}) + dep_target_type = dep_spec.get("type", None) + + if dep_target_type == "static_library": + static_deps.append(dep_cmake_name) + elif dep_target_type == "shared_library": + shared_deps.append(dep_cmake_name) + else: + other_deps.append(dep_cmake_name) + + # ensure all external dependencies are complete before internal dependencies + # extra_deps currently only depend on their own deps, so otherwise run early + if static_deps or shared_deps or other_deps: + for extra_dep in extra_deps: + output.write("add_dependencies(") + output.write(extra_dep) + output.write("\n") + for deps in (static_deps, shared_deps, other_deps): + for dep in gyp.common.uniquer(deps): + output.write(" ") + output.write(dep) + output.write("\n") + output.write(")\n") + + linkable = target_type in ("executable", "loadable_module", "shared_library") + other_deps.extend(extra_deps) + if other_deps or (not linkable and (static_deps or shared_deps)): + output.write("add_dependencies(") + output.write(cmake_target_name) + output.write("\n") + for dep in gyp.common.uniquer(other_deps): + output.write(" ") + output.write(dep) + output.write("\n") + if not linkable: + for deps in (static_deps, shared_deps): + for lib_dep in gyp.common.uniquer(deps): + output.write(" ") + output.write(lib_dep) + output.write("\n") + output.write(")\n") + + # Libraries + if linkable: + external_libs = [lib for lib in spec.get("libraries", []) if len(lib) > 0] + if external_libs or static_deps or shared_deps: + output.write("target_link_libraries(") + output.write(cmake_target_name) + output.write("\n") + if static_deps: + write_group = circular_libs and len(static_deps) > 1 and flavor != "mac" + if write_group: + output.write("-Wl,--start-group\n") + for dep in gyp.common.uniquer(static_deps): + output.write(" ") + output.write(dep) + output.write("\n") + if write_group: + output.write("-Wl,--end-group\n") + if shared_deps: + for dep in gyp.common.uniquer(shared_deps): + output.write(" ") + output.write(dep) + output.write("\n") + if external_libs: + for lib in gyp.common.uniquer(external_libs): + output.write(' "') + output.write(RemovePrefix(lib, "$(SDKROOT)")) + output.write('"\n') + + output.write(")\n") + + UnsetVariable(output, "TOOLSET") + UnsetVariable(output, "TARGET") + + +def GenerateOutputForConfig(target_list, target_dicts, data, params, config_to_use): + options = params["options"] + generator_flags = params["generator_flags"] + flavor = gyp.common.GetFlavor(params) + + # generator_dir: relative path from pwd to where make puts build files. + # Makes migrating from make to cmake easier, cmake doesn't put anything here. + # Each Gyp configuration creates a different CMakeLists.txt file + # to avoid incompatibilities between Gyp and CMake configurations. + generator_dir = os.path.relpath(options.generator_output or ".") + + # output_dir: relative path from generator_dir to the build directory. + output_dir = generator_flags.get("output_dir", "out") + + # build_dir: relative path from source root to our output files. + # e.g. "out/Debug" + build_dir = os.path.normpath(os.path.join(generator_dir, output_dir, config_to_use)) + + toplevel_build = os.path.join(options.toplevel_dir, build_dir) + + output_file = os.path.join(toplevel_build, "CMakeLists.txt") + gyp.common.EnsureDirExists(output_file) + + output = open(output_file, "w") + output.write("cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)\n") + output.write("cmake_policy(VERSION 2.8.8)\n") + + gyp_file, project_target, _ = gyp.common.ParseQualifiedTarget(target_list[-1]) + output.write("project(") + output.write(project_target) + output.write(")\n") + + SetVariable(output, "configuration", config_to_use) + + ar = None + cc = None + cxx = None + + make_global_settings = data[gyp_file].get("make_global_settings", []) + build_to_top = gyp.common.InvertRelativePath(build_dir, options.toplevel_dir) + for key, value in make_global_settings: + if key == "AR": + ar = os.path.join(build_to_top, value) + if key == "CC": + cc = os.path.join(build_to_top, value) + if key == "CXX": + cxx = os.path.join(build_to_top, value) + + ar = gyp.common.GetEnvironFallback(["AR_target", "AR"], ar) + cc = gyp.common.GetEnvironFallback(["CC_target", "CC"], cc) + cxx = gyp.common.GetEnvironFallback(["CXX_target", "CXX"], cxx) + + if ar: + SetVariable(output, "CMAKE_AR", ar) + if cc: + SetVariable(output, "CMAKE_C_COMPILER", cc) + if cxx: + SetVariable(output, "CMAKE_CXX_COMPILER", cxx) + + # The following appears to be as-yet undocumented. + # http://public.kitware.com/Bug/view.php?id=8392 + output.write("enable_language(ASM)\n") + # ASM-ATT does not support .S files. + # output.write('enable_language(ASM-ATT)\n') + + if cc: + SetVariable(output, "CMAKE_ASM_COMPILER", cc) + + SetVariable(output, "builddir", "${CMAKE_CURRENT_BINARY_DIR}") + SetVariable(output, "obj", "${builddir}/obj") + output.write("\n") + + # TODO: Undocumented/unsupported (the CMake Java generator depends on it). + # CMake by default names the object resulting from foo.c to be foo.c.o. + # Gyp traditionally names the object resulting from foo.c foo.o. + # This should be irrelevant, but some targets extract .o files from .a + # and depend on the name of the extracted .o files. + output.write("set(CMAKE_C_OUTPUT_EXTENSION_REPLACE 1)\n") + output.write("set(CMAKE_CXX_OUTPUT_EXTENSION_REPLACE 1)\n") + output.write("\n") + + # Force ninja to use rsp files. Otherwise link and ar lines can get too long, + # resulting in 'Argument list too long' errors. + # However, rsp files don't work correctly on Mac. + if flavor != "mac": + output.write("set(CMAKE_NINJA_FORCE_RESPONSE_FILE 1)\n") + output.write("\n") + + namer = CMakeNamer(target_list) + + # The list of targets upon which the 'all' target should depend. + # CMake has it's own implicit 'all' target, one is not created explicitly. + all_qualified_targets = set() + for build_file in params["build_files"]: + for qualified_target in gyp.common.AllTargets( + target_list, target_dicts, os.path.normpath(build_file) + ): + all_qualified_targets.add(qualified_target) + + for qualified_target in target_list: + if flavor == "mac": + gyp_file, _, _ = gyp.common.ParseQualifiedTarget(qualified_target) + spec = target_dicts[qualified_target] + gyp.xcode_emulation.MergeGlobalXcodeSettingsToSpec(data[gyp_file], spec) + + WriteTarget( + namer, + qualified_target, + target_dicts, + build_dir, + config_to_use, + options, + generator_flags, + all_qualified_targets, + flavor, + output, + ) + + output.close() + + +def PerformBuild(data, configurations, params): + options = params["options"] + generator_flags = params["generator_flags"] + + # generator_dir: relative path from pwd to where make puts build files. + # Makes migrating from make to cmake easier, cmake doesn't put anything here. + generator_dir = os.path.relpath(options.generator_output or ".") + + # output_dir: relative path from generator_dir to the build directory. + output_dir = generator_flags.get("output_dir", "out") + + for config_name in configurations: + # build_dir: relative path from source root to our output files. + # e.g. "out/Debug" + build_dir = os.path.normpath( + os.path.join(generator_dir, output_dir, config_name) + ) + arguments = ["cmake", "-G", "Ninja"] + print(f"Generating [{config_name}]: {arguments}") + subprocess.check_call(arguments, cwd=build_dir) + + arguments = ["ninja", "-C", build_dir] + print(f"Building [{config_name}]: {arguments}") + subprocess.check_call(arguments) + + +def CallGenerateOutputForConfig(arglist): + # Ignore the interrupt signal so that the parent process catches it and + # kills all multiprocessing children. + signal.signal(signal.SIGINT, signal.SIG_IGN) + + target_list, target_dicts, data, params, config_name = arglist + GenerateOutputForConfig(target_list, target_dicts, data, params, config_name) + + +def GenerateOutput(target_list, target_dicts, data, params): + user_config = params.get("generator_flags", {}).get("config", None) + if user_config: + GenerateOutputForConfig(target_list, target_dicts, data, params, user_config) + else: + config_names = target_dicts[target_list[0]]["configurations"] + if params["parallel"]: + try: + pool = multiprocessing.Pool(len(config_names)) + arglists = [] + for config_name in config_names: + arglists.append( + (target_list, target_dicts, data, params, config_name) + ) + pool.map(CallGenerateOutputForConfig, arglists) + except KeyboardInterrupt as e: + pool.terminate() + raise e + else: + for config_name in config_names: + GenerateOutputForConfig( + target_list, target_dicts, data, params, config_name + ) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py new file mode 100644 index 00000000..5d7f14da --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py @@ -0,0 +1,127 @@ +# Copyright (c) 2016 Ben Noordhuis . All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +import gyp.common +import gyp.xcode_emulation +import json +import os + +generator_additional_non_configuration_keys = [] +generator_additional_path_sections = [] +generator_extra_sources_for_rules = [] +generator_filelist_paths = None +generator_supports_multiple_toolsets = True +generator_wants_sorted_dependencies = False + +# Lifted from make.py. The actual values don't matter much. +generator_default_variables = { + "CONFIGURATION_NAME": "$(BUILDTYPE)", + "EXECUTABLE_PREFIX": "", + "EXECUTABLE_SUFFIX": "", + "INTERMEDIATE_DIR": "$(obj).$(TOOLSET)/$(TARGET)/geni", + "PRODUCT_DIR": "$(builddir)", + "RULE_INPUT_DIRNAME": "%(INPUT_DIRNAME)s", + "RULE_INPUT_EXT": "$(suffix $<)", + "RULE_INPUT_NAME": "$(notdir $<)", + "RULE_INPUT_PATH": "$(abspath $<)", + "RULE_INPUT_ROOT": "%(INPUT_ROOT)s", + "SHARED_INTERMEDIATE_DIR": "$(obj)/gen", + "SHARED_LIB_PREFIX": "lib", + "STATIC_LIB_PREFIX": "lib", + "STATIC_LIB_SUFFIX": ".a", +} + + +def IsMac(params): + return gyp.common.GetFlavor(params) == "mac" + + +def CalculateVariables(default_variables, params): + default_variables.setdefault("OS", gyp.common.GetFlavor(params)) + + +def AddCommandsForTarget(cwd, target, params, per_config_commands): + output_dir = params["generator_flags"].get("output_dir", "out") + for configuration_name, configuration in target["configurations"].items(): + if IsMac(params): + xcode_settings = gyp.xcode_emulation.XcodeSettings(target) + cflags = xcode_settings.GetCflags(configuration_name) + cflags_c = xcode_settings.GetCflagsC(configuration_name) + cflags_cc = xcode_settings.GetCflagsCC(configuration_name) + else: + cflags = configuration.get("cflags", []) + cflags_c = configuration.get("cflags_c", []) + cflags_cc = configuration.get("cflags_cc", []) + + cflags_c = cflags + cflags_c + cflags_cc = cflags + cflags_cc + + defines = configuration.get("defines", []) + defines = ["-D" + s for s in defines] + + # TODO(bnoordhuis) Handle generated source files. + extensions = (".c", ".cc", ".cpp", ".cxx") + sources = [s for s in target.get("sources", []) if s.endswith(extensions)] + + def resolve(filename): + return os.path.abspath(os.path.join(cwd, filename)) + + # TODO(bnoordhuis) Handle generated header files. + include_dirs = configuration.get("include_dirs", []) + include_dirs = [s for s in include_dirs if not s.startswith("$(obj)")] + includes = ["-I" + resolve(s) for s in include_dirs] + + defines = gyp.common.EncodePOSIXShellList(defines) + includes = gyp.common.EncodePOSIXShellList(includes) + cflags_c = gyp.common.EncodePOSIXShellList(cflags_c) + cflags_cc = gyp.common.EncodePOSIXShellList(cflags_cc) + + commands = per_config_commands.setdefault(configuration_name, []) + for source in sources: + file = resolve(source) + isc = source.endswith(".c") + cc = "cc" if isc else "c++" + cflags = cflags_c if isc else cflags_cc + command = " ".join( + ( + cc, + defines, + includes, + cflags, + "-c", + gyp.common.EncodePOSIXShellArgument(file), + ) + ) + commands.append({"command": command, "directory": output_dir, "file": file}) + + +def GenerateOutput(target_list, target_dicts, data, params): + per_config_commands = {} + for qualified_target, target in target_dicts.items(): + build_file, target_name, toolset = gyp.common.ParseQualifiedTarget( + qualified_target + ) + if IsMac(params): + settings = data[build_file] + gyp.xcode_emulation.MergeGlobalXcodeSettingsToSpec(settings, target) + cwd = os.path.dirname(build_file) + AddCommandsForTarget(cwd, target, params, per_config_commands) + + output_dir = None + try: + # generator_output can be `None` on Windows machines, or even not + # defined in other cases + output_dir = params.get("options").generator_output + except AttributeError: + pass + output_dir = output_dir or params["generator_flags"].get("output_dir", "out") + for configuration_name, commands in per_config_commands.items(): + filename = os.path.join(output_dir, configuration_name, "compile_commands.json") + gyp.common.EnsureDirExists(filename) + fp = open(filename, "w") + json.dump(commands, fp=fp, indent=0, check_circular=False) + + +def PerformBuild(data, configurations, params): + pass diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py new file mode 100644 index 00000000..99d5c1fd --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py @@ -0,0 +1,103 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + + +import os +import gyp +import gyp.common +import gyp.msvs_emulation +import json + +generator_supports_multiple_toolsets = True + +generator_wants_static_library_dependencies_adjusted = False + +generator_filelist_paths = {} + +generator_default_variables = {} +for dirname in [ + "INTERMEDIATE_DIR", + "SHARED_INTERMEDIATE_DIR", + "PRODUCT_DIR", + "LIB_DIR", + "SHARED_LIB_DIR", +]: + # Some gyp steps fail if these are empty(!). + generator_default_variables[dirname] = "dir" +for unused in [ + "RULE_INPUT_PATH", + "RULE_INPUT_ROOT", + "RULE_INPUT_NAME", + "RULE_INPUT_DIRNAME", + "RULE_INPUT_EXT", + "EXECUTABLE_PREFIX", + "EXECUTABLE_SUFFIX", + "STATIC_LIB_PREFIX", + "STATIC_LIB_SUFFIX", + "SHARED_LIB_PREFIX", + "SHARED_LIB_SUFFIX", + "CONFIGURATION_NAME", +]: + generator_default_variables[unused] = "" + + +def CalculateVariables(default_variables, params): + generator_flags = params.get("generator_flags", {}) + for key, val in generator_flags.items(): + default_variables.setdefault(key, val) + default_variables.setdefault("OS", gyp.common.GetFlavor(params)) + + flavor = gyp.common.GetFlavor(params) + if flavor == "win": + gyp.msvs_emulation.CalculateCommonVariables(default_variables, params) + + +def CalculateGeneratorInputInfo(params): + """Calculate the generator specific info that gets fed to input (called by + gyp).""" + generator_flags = params.get("generator_flags", {}) + if generator_flags.get("adjust_static_libraries", False): + global generator_wants_static_library_dependencies_adjusted + generator_wants_static_library_dependencies_adjusted = True + + toplevel = params["options"].toplevel_dir + generator_dir = os.path.relpath(params["options"].generator_output or ".") + # output_dir: relative path from generator_dir to the build directory. + output_dir = generator_flags.get("output_dir", "out") + qualified_out_dir = os.path.normpath( + os.path.join(toplevel, generator_dir, output_dir, "gypfiles") + ) + global generator_filelist_paths + generator_filelist_paths = { + "toplevel": toplevel, + "qualified_out_dir": qualified_out_dir, + } + + +def GenerateOutput(target_list, target_dicts, data, params): + # Map of target -> list of targets it depends on. + edges = {} + + # Queue of targets to visit. + targets_to_visit = target_list[:] + + while len(targets_to_visit) > 0: + target = targets_to_visit.pop() + if target in edges: + continue + edges[target] = [] + + for dep in target_dicts[target].get("dependencies", []): + edges[target].append(dep) + targets_to_visit.append(dep) + + try: + filepath = params["generator_flags"]["output_dir"] + except KeyError: + filepath = "." + filename = os.path.join(filepath, "dump.json") + f = open(filename, "w") + json.dump(edges, f) + f.close() + print("Wrote json to %s." % filename) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py new file mode 100644 index 00000000..52aeae60 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py @@ -0,0 +1,461 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""GYP backend that generates Eclipse CDT settings files. + +This backend DOES NOT generate Eclipse CDT projects. Instead, it generates XML +files that can be imported into an Eclipse CDT project. The XML file contains a +list of include paths and symbols (i.e. defines). + +Because a full .cproject definition is not created by this generator, it's not +possible to properly define the include dirs and symbols for each file +individually. Instead, one set of includes/symbols is generated for the entire +project. This works fairly well (and is a vast improvement in general), but may +still result in a few indexer issues here and there. + +This generator has no automated tests, so expect it to be broken. +""" + +from xml.sax.saxutils import escape +import os.path +import subprocess +import gyp +import gyp.common +import gyp.msvs_emulation +import shlex +import xml.etree.ElementTree as ET + +generator_wants_static_library_dependencies_adjusted = False + +generator_default_variables = {} + +for dirname in ["INTERMEDIATE_DIR", "PRODUCT_DIR", "LIB_DIR", "SHARED_LIB_DIR"]: + # Some gyp steps fail if these are empty(!), so we convert them to variables + generator_default_variables[dirname] = "$" + dirname + +for unused in [ + "RULE_INPUT_PATH", + "RULE_INPUT_ROOT", + "RULE_INPUT_NAME", + "RULE_INPUT_DIRNAME", + "RULE_INPUT_EXT", + "EXECUTABLE_PREFIX", + "EXECUTABLE_SUFFIX", + "STATIC_LIB_PREFIX", + "STATIC_LIB_SUFFIX", + "SHARED_LIB_PREFIX", + "SHARED_LIB_SUFFIX", + "CONFIGURATION_NAME", +]: + generator_default_variables[unused] = "" + +# Include dirs will occasionally use the SHARED_INTERMEDIATE_DIR variable as +# part of the path when dealing with generated headers. This value will be +# replaced dynamically for each configuration. +generator_default_variables["SHARED_INTERMEDIATE_DIR"] = "$SHARED_INTERMEDIATE_DIR" + + +def CalculateVariables(default_variables, params): + generator_flags = params.get("generator_flags", {}) + for key, val in generator_flags.items(): + default_variables.setdefault(key, val) + flavor = gyp.common.GetFlavor(params) + default_variables.setdefault("OS", flavor) + if flavor == "win": + gyp.msvs_emulation.CalculateCommonVariables(default_variables, params) + + +def CalculateGeneratorInputInfo(params): + """Calculate the generator specific info that gets fed to input (called by + gyp).""" + generator_flags = params.get("generator_flags", {}) + if generator_flags.get("adjust_static_libraries", False): + global generator_wants_static_library_dependencies_adjusted + generator_wants_static_library_dependencies_adjusted = True + + +def GetAllIncludeDirectories( + target_list, + target_dicts, + shared_intermediate_dirs, + config_name, + params, + compiler_path, +): + """Calculate the set of include directories to be used. + + Returns: + A list including all the include_dir's specified for every target followed + by any include directories that were added as cflag compiler options. + """ + + gyp_includes_set = set() + compiler_includes_list = [] + + # Find compiler's default include dirs. + if compiler_path: + command = shlex.split(compiler_path) + command.extend(["-E", "-xc++", "-v", "-"]) + proc = subprocess.Popen( + args=command, + stdin=subprocess.PIPE, + stdout=subprocess.PIPE, + stderr=subprocess.PIPE, + ) + output = proc.communicate()[1].decode("utf-8") + # Extract the list of include dirs from the output, which has this format: + # ... + # #include "..." search starts here: + # #include <...> search starts here: + # /usr/include/c++/4.6 + # /usr/local/include + # End of search list. + # ... + in_include_list = False + for line in output.splitlines(): + if line.startswith("#include"): + in_include_list = True + continue + if line.startswith("End of search list."): + break + if in_include_list: + include_dir = line.strip() + if include_dir not in compiler_includes_list: + compiler_includes_list.append(include_dir) + + flavor = gyp.common.GetFlavor(params) + if flavor == "win": + generator_flags = params.get("generator_flags", {}) + for target_name in target_list: + target = target_dicts[target_name] + if config_name in target["configurations"]: + config = target["configurations"][config_name] + + # Look for any include dirs that were explicitly added via cflags. This + # may be done in gyp files to force certain includes to come at the end. + # TODO(jgreenwald): Change the gyp files to not abuse cflags for this, and + # remove this. + if flavor == "win": + msvs_settings = gyp.msvs_emulation.MsvsSettings(target, generator_flags) + cflags = msvs_settings.GetCflags(config_name) + else: + cflags = config["cflags"] + for cflag in cflags: + if cflag.startswith("-I"): + include_dir = cflag[2:] + if include_dir not in compiler_includes_list: + compiler_includes_list.append(include_dir) + + # Find standard gyp include dirs. + if "include_dirs" in config: + include_dirs = config["include_dirs"] + for shared_intermediate_dir in shared_intermediate_dirs: + for include_dir in include_dirs: + include_dir = include_dir.replace( + "$SHARED_INTERMEDIATE_DIR", shared_intermediate_dir + ) + if not os.path.isabs(include_dir): + base_dir = os.path.dirname(target_name) + + include_dir = base_dir + "/" + include_dir + include_dir = os.path.abspath(include_dir) + + gyp_includes_set.add(include_dir) + + # Generate a list that has all the include dirs. + all_includes_list = list(gyp_includes_set) + all_includes_list.sort() + for compiler_include in compiler_includes_list: + if compiler_include not in gyp_includes_set: + all_includes_list.append(compiler_include) + + # All done. + return all_includes_list + + +def GetCompilerPath(target_list, data, options): + """Determine a command that can be used to invoke the compiler. + + Returns: + If this is a gyp project that has explicit make settings, try to determine + the compiler from that. Otherwise, see if a compiler was specified via the + CC_target environment variable. + """ + # First, see if the compiler is configured in make's settings. + build_file, _, _ = gyp.common.ParseQualifiedTarget(target_list[0]) + make_global_settings_dict = data[build_file].get("make_global_settings", {}) + for key, value in make_global_settings_dict: + if key in ["CC", "CXX"]: + return os.path.join(options.toplevel_dir, value) + + # Check to see if the compiler was specified as an environment variable. + for key in ["CC_target", "CC", "CXX"]: + compiler = os.environ.get(key) + if compiler: + return compiler + + return "gcc" + + +def GetAllDefines(target_list, target_dicts, data, config_name, params, compiler_path): + """Calculate the defines for a project. + + Returns: + A dict that includes explicit defines declared in gyp files along with all + of the default defines that the compiler uses. + """ + + # Get defines declared in the gyp files. + all_defines = {} + flavor = gyp.common.GetFlavor(params) + if flavor == "win": + generator_flags = params.get("generator_flags", {}) + for target_name in target_list: + target = target_dicts[target_name] + + if flavor == "win": + msvs_settings = gyp.msvs_emulation.MsvsSettings(target, generator_flags) + extra_defines = msvs_settings.GetComputedDefines(config_name) + else: + extra_defines = [] + if config_name in target["configurations"]: + config = target["configurations"][config_name] + target_defines = config["defines"] + else: + target_defines = [] + for define in target_defines + extra_defines: + split_define = define.split("=", 1) + if len(split_define) == 1: + split_define.append("1") + if split_define[0].strip() in all_defines: + # Already defined + continue + all_defines[split_define[0].strip()] = split_define[1].strip() + # Get default compiler defines (if possible). + if flavor == "win": + return all_defines # Default defines already processed in the loop above. + if compiler_path: + command = shlex.split(compiler_path) + command.extend(["-E", "-dM", "-"]) + cpp_proc = subprocess.Popen( + args=command, cwd=".", stdin=subprocess.PIPE, stdout=subprocess.PIPE + ) + cpp_output = cpp_proc.communicate()[0].decode("utf-8") + cpp_lines = cpp_output.split("\n") + for cpp_line in cpp_lines: + if not cpp_line.strip(): + continue + cpp_line_parts = cpp_line.split(" ", 2) + key = cpp_line_parts[1] + val = cpp_line_parts[2] if len(cpp_line_parts) >= 3 else "1" + all_defines[key] = val + + return all_defines + + +def WriteIncludePaths(out, eclipse_langs, include_dirs): + """Write the includes section of a CDT settings export file.""" + + out.write( + '
\n' + ) + out.write(' \n') + for lang in eclipse_langs: + out.write(' \n' % lang) + for include_dir in include_dirs: + out.write( + ' %s\n' + % include_dir + ) + out.write(" \n") + out.write("
\n") + + +def WriteMacros(out, eclipse_langs, defines): + """Write the macros section of a CDT settings export file.""" + + out.write( + '
\n' + ) + out.write(' \n') + for lang in eclipse_langs: + out.write(' \n' % lang) + for key in sorted(defines): + out.write( + " %s%s\n" + % (escape(key), escape(defines[key])) + ) + out.write(" \n") + out.write("
\n") + + +def GenerateOutputForConfig(target_list, target_dicts, data, params, config_name): + options = params["options"] + generator_flags = params.get("generator_flags", {}) + + # build_dir: relative path from source root to our output files. + # e.g. "out/Debug" + build_dir = os.path.join(generator_flags.get("output_dir", "out"), config_name) + + toplevel_build = os.path.join(options.toplevel_dir, build_dir) + # Ninja uses out/Debug/gen while make uses out/Debug/obj/gen as the + # SHARED_INTERMEDIATE_DIR. Include both possible locations. + shared_intermediate_dirs = [ + os.path.join(toplevel_build, "obj", "gen"), + os.path.join(toplevel_build, "gen"), + ] + + GenerateCdtSettingsFile( + target_list, + target_dicts, + data, + params, + config_name, + os.path.join(toplevel_build, "eclipse-cdt-settings.xml"), + options, + shared_intermediate_dirs, + ) + GenerateClasspathFile( + target_list, + target_dicts, + options.toplevel_dir, + toplevel_build, + os.path.join(toplevel_build, "eclipse-classpath.xml"), + ) + + +def GenerateCdtSettingsFile( + target_list, + target_dicts, + data, + params, + config_name, + out_name, + options, + shared_intermediate_dirs, +): + gyp.common.EnsureDirExists(out_name) + with open(out_name, "w") as out: + out.write('\n') + out.write("\n") + + eclipse_langs = [ + "C++ Source File", + "C Source File", + "Assembly Source File", + "GNU C++", + "GNU C", + "Assembly", + ] + compiler_path = GetCompilerPath(target_list, data, options) + include_dirs = GetAllIncludeDirectories( + target_list, + target_dicts, + shared_intermediate_dirs, + config_name, + params, + compiler_path, + ) + WriteIncludePaths(out, eclipse_langs, include_dirs) + defines = GetAllDefines( + target_list, target_dicts, data, config_name, params, compiler_path + ) + WriteMacros(out, eclipse_langs, defines) + + out.write("\n") + + +def GenerateClasspathFile( + target_list, target_dicts, toplevel_dir, toplevel_build, out_name +): + """Generates a classpath file suitable for symbol navigation and code + completion of Java code (such as in Android projects) by finding all + .java and .jar files used as action inputs.""" + gyp.common.EnsureDirExists(out_name) + result = ET.Element("classpath") + + def AddElements(kind, paths): + # First, we need to normalize the paths so they are all relative to the + # toplevel dir. + rel_paths = set() + for path in paths: + if os.path.isabs(path): + rel_paths.add(os.path.relpath(path, toplevel_dir)) + else: + rel_paths.add(path) + + for path in sorted(rel_paths): + entry_element = ET.SubElement(result, "classpathentry") + entry_element.set("kind", kind) + entry_element.set("path", path) + + AddElements("lib", GetJavaJars(target_list, target_dicts, toplevel_dir)) + AddElements("src", GetJavaSourceDirs(target_list, target_dicts, toplevel_dir)) + # Include the standard JRE container and a dummy out folder + AddElements("con", ["org.eclipse.jdt.launching.JRE_CONTAINER"]) + # Include a dummy out folder so that Eclipse doesn't use the default /bin + # folder in the root of the project. + AddElements("output", [os.path.join(toplevel_build, ".eclipse-java-build")]) + + ET.ElementTree(result).write(out_name) + + +def GetJavaJars(target_list, target_dicts, toplevel_dir): + """Generates a sequence of all .jars used as inputs.""" + for target_name in target_list: + target = target_dicts[target_name] + for action in target.get("actions", []): + for input_ in action["inputs"]: + if os.path.splitext(input_)[1] == ".jar" and not input_.startswith("$"): + if os.path.isabs(input_): + yield input_ + else: + yield os.path.join(os.path.dirname(target_name), input_) + + +def GetJavaSourceDirs(target_list, target_dicts, toplevel_dir): + """Generates a sequence of all likely java package root directories.""" + for target_name in target_list: + target = target_dicts[target_name] + for action in target.get("actions", []): + for input_ in action["inputs"]: + if os.path.splitext(input_)[1] == ".java" and not input_.startswith( + "$" + ): + dir_ = os.path.dirname( + os.path.join(os.path.dirname(target_name), input_) + ) + # If there is a parent 'src' or 'java' folder, navigate up to it - + # these are canonical package root names in Chromium. This will + # break if 'src' or 'java' exists in the package structure. This + # could be further improved by inspecting the java file for the + # package name if this proves to be too fragile in practice. + parent_search = dir_ + while os.path.basename(parent_search) not in ["src", "java"]: + parent_search, _ = os.path.split(parent_search) + if not parent_search or parent_search == toplevel_dir: + # Didn't find a known root, just return the original path + yield dir_ + break + else: + yield parent_search + + +def GenerateOutput(target_list, target_dicts, data, params): + """Generate an XML settings file that can be imported into a CDT project.""" + + if params["options"].generator_output: + raise NotImplementedError("--generator_output not implemented for eclipse") + + user_config = params.get("generator_flags", {}).get("config", None) + if user_config: + GenerateOutputForConfig(target_list, target_dicts, data, params, user_config) + else: + config_names = target_dicts[target_list[0]]["configurations"] + for config_name in config_names: + GenerateOutputForConfig( + target_list, target_dicts, data, params, config_name + ) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py new file mode 100644 index 00000000..4171704c --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py @@ -0,0 +1,89 @@ +# Copyright (c) 2011 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""gypd output module + +This module produces gyp input as its output. Output files are given the +.gypd extension to avoid overwriting the .gyp files that they are generated +from. Internal references to .gyp files (such as those found in +"dependencies" sections) are not adjusted to point to .gypd files instead; +unlike other paths, which are relative to the .gyp or .gypd file, such paths +are relative to the directory from which gyp was run to create the .gypd file. + +This generator module is intended to be a sample and a debugging aid, hence +the "d" for "debug" in .gypd. It is useful to inspect the results of the +various merges, expansions, and conditional evaluations performed by gyp +and to see a representation of what would be fed to a generator module. + +It's not advisable to rename .gypd files produced by this module to .gyp, +because they will have all merges, expansions, and evaluations already +performed and the relevant constructs not present in the output; paths to +dependencies may be wrong; and various sections that do not belong in .gyp +files such as such as "included_files" and "*_excluded" will be present. +Output will also be stripped of comments. This is not intended to be a +general-purpose gyp pretty-printer; for that, you probably just want to +run "pprint.pprint(eval(open('source.gyp').read()))", which will still strip +comments but won't do all of the other things done to this module's output. + +The specific formatting of the output generated by this module is subject +to change. +""" + + +import gyp.common +import pprint + + +# These variables should just be spit back out as variable references. +_generator_identity_variables = [ + "CONFIGURATION_NAME", + "EXECUTABLE_PREFIX", + "EXECUTABLE_SUFFIX", + "INTERMEDIATE_DIR", + "LIB_DIR", + "PRODUCT_DIR", + "RULE_INPUT_ROOT", + "RULE_INPUT_DIRNAME", + "RULE_INPUT_EXT", + "RULE_INPUT_NAME", + "RULE_INPUT_PATH", + "SHARED_INTERMEDIATE_DIR", + "SHARED_LIB_DIR", + "SHARED_LIB_PREFIX", + "SHARED_LIB_SUFFIX", + "STATIC_LIB_PREFIX", + "STATIC_LIB_SUFFIX", +] + +# gypd doesn't define a default value for OS like many other generator +# modules. Specify "-D OS=whatever" on the command line to provide a value. +generator_default_variables = {} + +# gypd supports multiple toolsets +generator_supports_multiple_toolsets = True + +# TODO(mark): This always uses <, which isn't right. The input module should +# notify the generator to tell it which phase it is operating in, and this +# module should use < for the early phase and then switch to > for the late +# phase. Bonus points for carrying @ back into the output too. +for v in _generator_identity_variables: + generator_default_variables[v] = "<(%s)" % v + + +def GenerateOutput(target_list, target_dicts, data, params): + output_files = {} + for qualified_target in target_list: + [input_file, target] = gyp.common.ParseQualifiedTarget(qualified_target)[0:2] + + if input_file[-4:] != ".gyp": + continue + input_file_stem = input_file[:-4] + output_file = input_file_stem + params["options"].suffix + ".gypd" + + output_files[output_file] = output_files.get(output_file, input_file) + + for output_file, input_file in output_files.items(): + output = open(output_file, "w") + pprint.pprint(data[input_file], output) + output.close() diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py new file mode 100644 index 00000000..8dfb1f16 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py @@ -0,0 +1,57 @@ +# Copyright (c) 2011 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""gypsh output module + +gypsh is a GYP shell. It's not really a generator per se. All it does is +fire up an interactive Python session with a few local variables set to the +variables passed to the generator. Like gypd, it's intended as a debugging +aid, to facilitate the exploration of .gyp structures after being processed +by the input module. + +The expected usage is "gyp -f gypsh -D OS=desired_os". +""" + + +import code +import sys + + +# All of this stuff about generator variables was lovingly ripped from gypd.py. +# That module has a much better description of what's going on and why. +_generator_identity_variables = [ + "EXECUTABLE_PREFIX", + "EXECUTABLE_SUFFIX", + "INTERMEDIATE_DIR", + "PRODUCT_DIR", + "RULE_INPUT_ROOT", + "RULE_INPUT_DIRNAME", + "RULE_INPUT_EXT", + "RULE_INPUT_NAME", + "RULE_INPUT_PATH", + "SHARED_INTERMEDIATE_DIR", +] + +generator_default_variables = {} + +for v in _generator_identity_variables: + generator_default_variables[v] = "<(%s)" % v + + +def GenerateOutput(target_list, target_dicts, data, params): + locals = { + "target_list": target_list, + "target_dicts": target_dicts, + "data": data, + } + + # Use a banner that looks like the stock Python one and like what + # code.interact uses by default, but tack on something to indicate what + # locals are available, and identify gypsh. + banner = ( + f"Python {sys.version} on {sys.platform}\nlocals.keys() = " + f"{sorted(locals.keys())!r}\ngypsh" + ) + + code.interact(banner, local=locals) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py new file mode 100644 index 00000000..634da897 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py @@ -0,0 +1,2745 @@ +# Copyright (c) 2013 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +# Notes: +# +# This is all roughly based on the Makefile system used by the Linux +# kernel, but is a non-recursive make -- we put the entire dependency +# graph in front of make and let it figure it out. +# +# The code below generates a separate .mk file for each target, but +# all are sourced by the top-level Makefile. This means that all +# variables in .mk-files clobber one another. Be careful to use := +# where appropriate for immediate evaluation, and similarly to watch +# that you're not relying on a variable value to last between different +# .mk files. +# +# TODOs: +# +# Global settings and utility functions are currently stuffed in the +# toplevel Makefile. It may make sense to generate some .mk files on +# the side to keep the files readable. + + +import os +import re +import subprocess +import sys +import gyp +import gyp.common +import gyp.xcode_emulation +from gyp.common import GetEnvironFallback + +import hashlib + +generator_default_variables = { + "EXECUTABLE_PREFIX": "", + "EXECUTABLE_SUFFIX": "", + "STATIC_LIB_PREFIX": "lib", + "SHARED_LIB_PREFIX": "lib", + "STATIC_LIB_SUFFIX": ".a", + "INTERMEDIATE_DIR": "$(obj).$(TOOLSET)/$(TARGET)/geni", + "SHARED_INTERMEDIATE_DIR": "$(obj)/gen", + "PRODUCT_DIR": "$(builddir)", + "RULE_INPUT_ROOT": "%(INPUT_ROOT)s", # This gets expanded by Python. + "RULE_INPUT_DIRNAME": "%(INPUT_DIRNAME)s", # This gets expanded by Python. + "RULE_INPUT_PATH": "$(abspath $<)", + "RULE_INPUT_EXT": "$(suffix $<)", + "RULE_INPUT_NAME": "$(notdir $<)", + "CONFIGURATION_NAME": "$(BUILDTYPE)", +} + +# Make supports multiple toolsets +generator_supports_multiple_toolsets = gyp.common.CrossCompileRequested() + +# Request sorted dependencies in the order from dependents to dependencies. +generator_wants_sorted_dependencies = False + +# Placates pylint. +generator_additional_non_configuration_keys = [] +generator_additional_path_sections = [] +generator_extra_sources_for_rules = [] +generator_filelist_paths = None + + +def CalculateVariables(default_variables, params): + """Calculate additional variables for use in the build (called by gyp).""" + flavor = gyp.common.GetFlavor(params) + if flavor == "mac": + default_variables.setdefault("OS", "mac") + default_variables.setdefault("SHARED_LIB_SUFFIX", ".dylib") + default_variables.setdefault( + "SHARED_LIB_DIR", generator_default_variables["PRODUCT_DIR"] + ) + default_variables.setdefault( + "LIB_DIR", generator_default_variables["PRODUCT_DIR"] + ) + + # Copy additional generator configuration data from Xcode, which is shared + # by the Mac Make generator. + import gyp.generator.xcode as xcode_generator + + global generator_additional_non_configuration_keys + generator_additional_non_configuration_keys = getattr( + xcode_generator, "generator_additional_non_configuration_keys", [] + ) + global generator_additional_path_sections + generator_additional_path_sections = getattr( + xcode_generator, "generator_additional_path_sections", [] + ) + global generator_extra_sources_for_rules + generator_extra_sources_for_rules = getattr( + xcode_generator, "generator_extra_sources_for_rules", [] + ) + COMPILABLE_EXTENSIONS.update({".m": "objc", ".mm": "objcxx"}) + else: + operating_system = flavor + if flavor == "android": + operating_system = "linux" # Keep this legacy behavior for now. + default_variables.setdefault("OS", operating_system) + if flavor == "aix": + default_variables.setdefault("SHARED_LIB_SUFFIX", ".a") + elif flavor == "zos": + default_variables.setdefault("SHARED_LIB_SUFFIX", ".x") + COMPILABLE_EXTENSIONS.update({".pli": "pli"}) + else: + default_variables.setdefault("SHARED_LIB_SUFFIX", ".so") + default_variables.setdefault("SHARED_LIB_DIR", "$(builddir)/lib.$(TOOLSET)") + default_variables.setdefault("LIB_DIR", "$(obj).$(TOOLSET)") + + +def CalculateGeneratorInputInfo(params): + """Calculate the generator specific info that gets fed to input (called by + gyp).""" + generator_flags = params.get("generator_flags", {}) + android_ndk_version = generator_flags.get("android_ndk_version", None) + # Android NDK requires a strict link order. + if android_ndk_version: + global generator_wants_sorted_dependencies + generator_wants_sorted_dependencies = True + + output_dir = params["options"].generator_output or params["options"].toplevel_dir + builddir_name = generator_flags.get("output_dir", "out") + qualified_out_dir = os.path.normpath( + os.path.join(output_dir, builddir_name, "gypfiles") + ) + + global generator_filelist_paths + generator_filelist_paths = { + "toplevel": params["options"].toplevel_dir, + "qualified_out_dir": qualified_out_dir, + } + + +# The .d checking code below uses these functions: +# wildcard, sort, foreach, shell, wordlist +# wildcard can handle spaces, the rest can't. +# Since I could find no way to make foreach work with spaces in filenames +# correctly, the .d files have spaces replaced with another character. The .d +# file for +# Chromium\ Framework.framework/foo +# is for example +# out/Release/.deps/out/Release/Chromium?Framework.framework/foo +# This is the replacement character. +SPACE_REPLACEMENT = "?" + + +LINK_COMMANDS_LINUX = """\ +quiet_cmd_alink = AR($(TOOLSET)) $@ +cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) crs $@ $(filter %.o,$^) + +quiet_cmd_alink_thin = AR($(TOOLSET)) $@ +cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) crsT $@ $(filter %.o,$^) + +# Due to circular dependencies between libraries :(, we wrap the +# special "figure out circular dependencies" flags around the entire +# input list during linking. +quiet_cmd_link = LINK($(TOOLSET)) $@ +cmd_link = $(LINK.$(TOOLSET)) -o $@ $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,--start-group $(LD_INPUTS) $(LIBS) -Wl,--end-group + +# Note: this does not handle spaces in paths +define xargs + $(1) $(word 1,$(2)) +$(if $(word 2,$(2)),$(call xargs,$(1),$(wordlist 2,$(words $(2)),$(2)))) +endef + +define write-to-file + @: >$(1) +$(call xargs,@printf "%s\\n" >>$(1),$(2)) +endef + +OBJ_FILE_LIST := ar-file-list + +define create_archive + rm -f $(1) $(1).$(OBJ_FILE_LIST); mkdir -p `dirname $(1)` + $(call write-to-file,$(1).$(OBJ_FILE_LIST),$(filter %.o,$(2))) + $(AR.$(TOOLSET)) crs $(1) @$(1).$(OBJ_FILE_LIST) +endef + +define create_thin_archive + rm -f $(1) $(OBJ_FILE_LIST); mkdir -p `dirname $(1)` + $(call write-to-file,$(1).$(OBJ_FILE_LIST),$(filter %.o,$(2))) + $(AR.$(TOOLSET)) crsT $(1) @$(1).$(OBJ_FILE_LIST) +endef + +# We support two kinds of shared objects (.so): +# 1) shared_library, which is just bundling together many dependent libraries +# into a link line. +# 2) loadable_module, which is generating a module intended for dlopen(). +# +# They differ only slightly: +# In the former case, we want to package all dependent code into the .so. +# In the latter case, we want to package just the API exposed by the +# outermost module. +# This means shared_library uses --whole-archive, while loadable_module doesn't. +# (Note that --whole-archive is incompatible with the --start-group used in +# normal linking.) + +# Other shared-object link notes: +# - Set SONAME to the library filename so our binaries don't reference +# the local, absolute paths used on the link command-line. +quiet_cmd_solink = SOLINK($(TOOLSET)) $@ +cmd_solink = $(LINK.$(TOOLSET)) -o $@ -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,-soname=$(@F) -Wl,--whole-archive $(LD_INPUTS) -Wl,--no-whole-archive $(LIBS) + +quiet_cmd_solink_module = SOLINK_MODULE($(TOOLSET)) $@ +cmd_solink_module = $(LINK.$(TOOLSET)) -o $@ -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,-soname=$(@F) -Wl,--start-group $(filter-out FORCE_DO_CMD, $^) -Wl,--end-group $(LIBS) +""" # noqa: E501 + +LINK_COMMANDS_MAC = """\ +quiet_cmd_alink = LIBTOOL-STATIC $@ +cmd_alink = rm -f $@ && %(python)s gyp-mac-tool filter-libtool libtool $(GYP_LIBTOOLFLAGS) -static -o $@ $(filter %%.o,$^) + +quiet_cmd_link = LINK($(TOOLSET)) $@ +cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o "$@" $(LD_INPUTS) $(LIBS) + +quiet_cmd_solink = SOLINK($(TOOLSET)) $@ +cmd_solink = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o "$@" $(LD_INPUTS) $(LIBS) + +quiet_cmd_solink_module = SOLINK_MODULE($(TOOLSET)) $@ +cmd_solink_module = $(LINK.$(TOOLSET)) -bundle $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(filter-out FORCE_DO_CMD, $^) $(LIBS) +""" % {'python': sys.executable} # noqa: E501 + +LINK_COMMANDS_ANDROID = """\ +quiet_cmd_alink = AR($(TOOLSET)) $@ +cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) crs $@ $(filter %.o,$^) + +quiet_cmd_alink_thin = AR($(TOOLSET)) $@ +cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) crsT $@ $(filter %.o,$^) + +# Note: this does not handle spaces in paths +define xargs + $(1) $(word 1,$(2)) +$(if $(word 2,$(2)),$(call xargs,$(1),$(wordlist 2,$(words $(2)),$(2)))) +endef + +define write-to-file + @: >$(1) +$(call xargs,@printf "%s\\n" >>$(1),$(2)) +endef + +OBJ_FILE_LIST := ar-file-list + +define create_archive + rm -f $(1) $(1).$(OBJ_FILE_LIST); mkdir -p `dirname $(1)` + $(call write-to-file,$(1).$(OBJ_FILE_LIST),$(filter %.o,$(2))) + $(AR.$(TOOLSET)) crs $(1) @$(1).$(OBJ_FILE_LIST) +endef + +define create_thin_archive + rm -f $(1) $(OBJ_FILE_LIST); mkdir -p `dirname $(1)` + $(call write-to-file,$(1).$(OBJ_FILE_LIST),$(filter %.o,$(2))) + $(AR.$(TOOLSET)) crsT $(1) @$(1).$(OBJ_FILE_LIST) +endef + +# Due to circular dependencies between libraries :(, we wrap the +# special "figure out circular dependencies" flags around the entire +# input list during linking. +quiet_cmd_link = LINK($(TOOLSET)) $@ +quiet_cmd_link_host = LINK($(TOOLSET)) $@ +cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ -Wl,--start-group $(LD_INPUTS) -Wl,--end-group $(LIBS) +cmd_link_host = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ -Wl,--start-group $(LD_INPUTS) -Wl,--end-group $(LIBS) + +# Other shared-object link notes: +# - Set SONAME to the library filename so our binaries don't reference +# the local, absolute paths used on the link command-line. +quiet_cmd_solink = SOLINK($(TOOLSET)) $@ +cmd_solink = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,-soname=$(@F) -o $@ -Wl,--whole-archive $(LD_INPUTS) -Wl,--no-whole-archive $(LIBS) + +quiet_cmd_solink_module = SOLINK_MODULE($(TOOLSET)) $@ +cmd_solink_module = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,-soname=$(@F) -o $@ -Wl,--start-group $(filter-out FORCE_DO_CMD, $^) -Wl,--end-group $(LIBS) +quiet_cmd_solink_module_host = SOLINK_MODULE($(TOOLSET)) $@ +cmd_solink_module_host = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,-soname=$(@F) -o $@ $(filter-out FORCE_DO_CMD, $^) $(LIBS) +""" # noqa: E501 + + +LINK_COMMANDS_AIX = """\ +quiet_cmd_alink = AR($(TOOLSET)) $@ +cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) -X32_64 crs $@ $(filter %.o,$^) + +quiet_cmd_alink_thin = AR($(TOOLSET)) $@ +cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) -X32_64 crs $@ $(filter %.o,$^) + +quiet_cmd_link = LINK($(TOOLSET)) $@ +cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(LD_INPUTS) $(LIBS) + +quiet_cmd_solink = SOLINK($(TOOLSET)) $@ +cmd_solink = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(LD_INPUTS) $(LIBS) + +quiet_cmd_solink_module = SOLINK_MODULE($(TOOLSET)) $@ +cmd_solink_module = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(filter-out FORCE_DO_CMD, $^) $(LIBS) +""" # noqa: E501 + + +LINK_COMMANDS_OS400 = """\ +quiet_cmd_alink = AR($(TOOLSET)) $@ +cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) -X64 crs $@ $(filter %.o,$^) + +quiet_cmd_alink_thin = AR($(TOOLSET)) $@ +cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) -X64 crs $@ $(filter %.o,$^) + +quiet_cmd_link = LINK($(TOOLSET)) $@ +cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(LD_INPUTS) $(LIBS) + +quiet_cmd_solink = SOLINK($(TOOLSET)) $@ +cmd_solink = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(LD_INPUTS) $(LIBS) + +quiet_cmd_solink_module = SOLINK_MODULE($(TOOLSET)) $@ +cmd_solink_module = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(filter-out FORCE_DO_CMD, $^) $(LIBS) +""" # noqa: E501 + + +LINK_COMMANDS_OS390 = """\ +quiet_cmd_alink = AR($(TOOLSET)) $@ +cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) crs $@ $(filter %.o,$^) + +quiet_cmd_alink_thin = AR($(TOOLSET)) $@ +cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) crsT $@ $(filter %.o,$^) + +quiet_cmd_link = LINK($(TOOLSET)) $@ +cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(LD_INPUTS) $(LIBS) + +quiet_cmd_solink = SOLINK($(TOOLSET)) $@ +cmd_solink = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(LD_INPUTS) $(LIBS) + +quiet_cmd_solink_module = SOLINK_MODULE($(TOOLSET)) $@ +cmd_solink_module = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(filter-out FORCE_DO_CMD, $^) $(LIBS) +""" # noqa: E501 + + +# Header of toplevel Makefile. +# This should go into the build tree, but it's easier to keep it here for now. +SHARED_HEADER = ( + """\ +# We borrow heavily from the kernel build setup, though we are simpler since +# we don't have Kconfig tweaking settings on us. + +# The implicit make rules have it looking for RCS files, among other things. +# We instead explicitly write all the rules we care about. +# It's even quicker (saves ~200ms) to pass -r on the command line. +MAKEFLAGS=-r + +# The source directory tree. +srcdir := %(srcdir)s +abs_srcdir := $(abspath $(srcdir)) + +# The name of the builddir. +builddir_name ?= %(builddir)s + +# The V=1 flag on command line makes us verbosely print command lines. +ifdef V + quiet= +else + quiet=quiet_ +endif + +# Specify BUILDTYPE=Release on the command line for a release build. +BUILDTYPE ?= %(default_configuration)s + +# Directory all our build output goes into. +# Note that this must be two directories beneath src/ for unit tests to pass, +# as they reach into the src/ directory for data with relative paths. +builddir ?= $(builddir_name)/$(BUILDTYPE) +abs_builddir := $(abspath $(builddir)) +depsdir := $(builddir)/.deps + +# Object output directory. +obj := $(builddir)/obj +abs_obj := $(abspath $(obj)) + +# We build up a list of every single one of the targets so we can slurp in the +# generated dependency rule Makefiles in one pass. +all_deps := + +%(make_global_settings)s + +CC.target ?= %(CC.target)s +CFLAGS.target ?= $(CPPFLAGS) $(CFLAGS) +CXX.target ?= %(CXX.target)s +CXXFLAGS.target ?= $(CPPFLAGS) $(CXXFLAGS) +LINK.target ?= %(LINK.target)s +LDFLAGS.target ?= $(LDFLAGS) +AR.target ?= %(AR.target)s +PLI.target ?= %(PLI.target)s + +# C++ apps need to be linked with g++. +LINK ?= $(CXX.target) + +# TODO(evan): move all cross-compilation logic to gyp-time so we don't need +# to replicate this environment fallback in make as well. +CC.host ?= %(CC.host)s +CFLAGS.host ?= $(CPPFLAGS_host) $(CFLAGS_host) +CXX.host ?= %(CXX.host)s +CXXFLAGS.host ?= $(CPPFLAGS_host) $(CXXFLAGS_host) +LINK.host ?= %(LINK.host)s +LDFLAGS.host ?= $(LDFLAGS_host) +AR.host ?= %(AR.host)s +PLI.host ?= %(PLI.host)s + +# Define a dir function that can handle spaces. +# http://www.gnu.org/software/make/manual/make.html#Syntax-of-Functions +# "leading spaces cannot appear in the text of the first argument as written. +# These characters can be put into the argument value by variable substitution." +empty := +space := $(empty) $(empty) + +# http://stackoverflow.com/questions/1189781/using-make-dir-or-notdir-on-a-path-with-spaces +replace_spaces = $(subst $(space),""" + + SPACE_REPLACEMENT + + """,$1) +unreplace_spaces = $(subst """ + + SPACE_REPLACEMENT + + """,$(space),$1) +dirx = $(call unreplace_spaces,$(dir $(call replace_spaces,$1))) + +# Flags to make gcc output dependency info. Note that you need to be +# careful here to use the flags that ccache and distcc can understand. +# We write to a dep file on the side first and then rename at the end +# so we can't end up with a broken dep file. +depfile = $(depsdir)/$(call replace_spaces,$@).d +DEPFLAGS = %(makedep_args)s -MF $(depfile).raw + +# We have to fixup the deps output in a few ways. +# (1) the file output should mention the proper .o file. +# ccache or distcc lose the path to the target, so we convert a rule of +# the form: +# foobar.o: DEP1 DEP2 +# into +# path/to/foobar.o: DEP1 DEP2 +# (2) we want missing files not to cause us to fail to build. +# We want to rewrite +# foobar.o: DEP1 DEP2 \\ +# DEP3 +# to +# DEP1: +# DEP2: +# DEP3: +# so if the files are missing, they're just considered phony rules. +# We have to do some pretty insane escaping to get those backslashes +# and dollar signs past make, the shell, and sed at the same time. +# Doesn't work with spaces, but that's fine: .d files have spaces in +# their names replaced with other characters.""" + r""" +define fixup_dep +# The depfile may not exist if the input file didn't have any #includes. +touch $(depfile).raw +# Fixup path as in (1).""" + + (r""" +sed -e "s|^$(notdir $@)|$@|" -re 's/\\\\([^$$])/\/\1/g' $(depfile).raw >> $(depfile)""" + if sys.platform == 'win32' else r""" +sed -e "s|^$(notdir $@)|$@|" $(depfile).raw >> $(depfile)""") + + r""" +# Add extra rules as in (2). +# We remove slashes and replace spaces with new lines; +# remove blank lines; +# delete the first line and append a colon to the remaining lines.""" + + (""" +sed -e 's/\\\\\\\\$$//' -e 's/\\\\\\\\/\\//g' -e 'y| |\\n|' $(depfile).raw |\\""" + if sys.platform == 'win32' else """ +sed -e 's|\\\\||' -e 'y| |\\n|' $(depfile).raw |\\""") + + r""" + grep -v '^$$' |\ + sed -e 1d -e 's|$$|:|' \ + >> $(depfile) +rm $(depfile).raw +endef +""" + """ +# Command definitions: +# - cmd_foo is the actual command to run; +# - quiet_cmd_foo is the brief-output summary of the command. + +quiet_cmd_cc = CC($(TOOLSET)) $@ +cmd_cc = $(CC.$(TOOLSET)) -o $@ $< $(GYP_CFLAGS) $(DEPFLAGS) $(CFLAGS.$(TOOLSET)) -c + +quiet_cmd_cxx = CXX($(TOOLSET)) $@ +cmd_cxx = $(CXX.$(TOOLSET)) -o $@ $< $(GYP_CXXFLAGS) $(DEPFLAGS) $(CXXFLAGS.$(TOOLSET)) -c +%(extra_commands)s +quiet_cmd_touch = TOUCH $@ +cmd_touch = touch $@ + +quiet_cmd_copy = COPY $@ +# send stderr to /dev/null to ignore messages when linking directories. +cmd_copy = ln -f "$<" "$@" 2>/dev/null || (rm -rf "$@" && cp %(copy_archive_args)s "$<" "$@") + +quiet_cmd_symlink = SYMLINK $@ +cmd_symlink = ln -sf "$<" "$@" + +%(link_commands)s +""" # noqa: E501 + r""" +# Define an escape_quotes function to escape single quotes. +# This allows us to handle quotes properly as long as we always use +# use single quotes and escape_quotes. +escape_quotes = $(subst ','\'',$(1)) +# This comment is here just to include a ' to unconfuse syntax highlighting. +# Define an escape_vars function to escape '$' variable syntax. +# This allows us to read/write command lines with shell variables (e.g. +# $LD_LIBRARY_PATH), without triggering make substitution. +escape_vars = $(subst $$,$$$$,$(1)) +# Helper that expands to a shell command to echo a string exactly as it is in +# make. This uses printf instead of echo because printf's behaviour with respect +# to escape sequences is more portable than echo's across different shells +# (e.g., dash, bash). +exact_echo = printf '%%s\n' '$(call escape_quotes,$(1))' +""" + """ +# Helper to compare the command we're about to run against the command +# we logged the last time we ran the command. Produces an empty +# string (false) when the commands match. +# Tricky point: Make has no string-equality test function. +# The kernel uses the following, but it seems like it would have false +# positives, where one string reordered its arguments. +# arg_check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \\ +# $(filter-out $(cmd_$@), $(cmd_$(1)))) +# We instead substitute each for the empty string into the other, and +# say they're equal if both substitutions produce the empty string. +# .d files contain """ + + SPACE_REPLACEMENT + + """ instead of spaces, take that into account. +command_changed = $(or $(subst $(cmd_$(1)),,$(cmd_$(call replace_spaces,$@))),\\ + $(subst $(cmd_$(call replace_spaces,$@)),,$(cmd_$(1)))) + +# Helper that is non-empty when a prerequisite changes. +# Normally make does this implicitly, but we force rules to always run +# so we can check their command lines. +# $? -- new prerequisites +# $| -- order-only dependencies +prereq_changed = $(filter-out FORCE_DO_CMD,$(filter-out $|,$?)) + +# Helper that executes all postbuilds until one fails. +define do_postbuilds + @E=0;\\ + for p in $(POSTBUILDS); do\\ + eval $$p;\\ + E=$$?;\\ + if [ $$E -ne 0 ]; then\\ + break;\\ + fi;\\ + done;\\ + if [ $$E -ne 0 ]; then\\ + rm -rf "$@";\\ + exit $$E;\\ + fi +endef + +# do_cmd: run a command via the above cmd_foo names, if necessary. +# Should always run for a given target to handle command-line changes. +# Second argument, if non-zero, makes it do asm/C/C++ dependency munging. +# Third argument, if non-zero, makes it do POSTBUILDS processing. +# Note: We intentionally do NOT call dirx for depfile, since it contains """ + + SPACE_REPLACEMENT + + """ for +# spaces already and dirx strips the """ + + SPACE_REPLACEMENT + + """ characters. +define do_cmd +$(if $(or $(command_changed),$(prereq_changed)), + @$(call exact_echo, $($(quiet)cmd_$(1))) + @mkdir -p "$(call dirx,$@)" "$(dir $(depfile))" + $(if $(findstring flock,$(word %(flock_index)d,$(cmd_$1))), + @$(cmd_$(1)) + @echo " $(quiet_cmd_$(1)): Finished", + @$(cmd_$(1)) + ) + @$(call exact_echo,$(call escape_vars,cmd_$(call replace_spaces,$@) := $(cmd_$(1)))) > $(depfile) + @$(if $(2),$(fixup_dep)) + $(if $(and $(3), $(POSTBUILDS)), + $(call do_postbuilds) + ) +) +endef + +# Declare the "%(default_target)s" target first so it is the default, +# even though we don't have the deps yet. +.PHONY: %(default_target)s +%(default_target)s: + +# make looks for ways to re-generate included makefiles, but in our case, we +# don't have a direct way. Explicitly telling make that it has nothing to do +# for them makes it go faster. +%%.d: ; + +# Use FORCE_DO_CMD to force a target to run. Should be coupled with +# do_cmd. +.PHONY: FORCE_DO_CMD +FORCE_DO_CMD: + +""" # noqa: E501 +) + +SHARED_HEADER_MAC_COMMANDS = """ +quiet_cmd_objc = CXX($(TOOLSET)) $@ +cmd_objc = $(CC.$(TOOLSET)) $(GYP_OBJCFLAGS) $(DEPFLAGS) -c -o $@ $< + +quiet_cmd_objcxx = CXX($(TOOLSET)) $@ +cmd_objcxx = $(CXX.$(TOOLSET)) $(GYP_OBJCXXFLAGS) $(DEPFLAGS) -c -o $@ $< + +# Commands for precompiled header files. +quiet_cmd_pch_c = CXX($(TOOLSET)) $@ +cmd_pch_c = $(CC.$(TOOLSET)) $(GYP_PCH_CFLAGS) $(DEPFLAGS) $(CXXFLAGS.$(TOOLSET)) -c -o $@ $< +quiet_cmd_pch_cc = CXX($(TOOLSET)) $@ +cmd_pch_cc = $(CC.$(TOOLSET)) $(GYP_PCH_CXXFLAGS) $(DEPFLAGS) $(CXXFLAGS.$(TOOLSET)) -c -o $@ $< +quiet_cmd_pch_m = CXX($(TOOLSET)) $@ +cmd_pch_m = $(CC.$(TOOLSET)) $(GYP_PCH_OBJCFLAGS) $(DEPFLAGS) -c -o $@ $< +quiet_cmd_pch_mm = CXX($(TOOLSET)) $@ +cmd_pch_mm = $(CC.$(TOOLSET)) $(GYP_PCH_OBJCXXFLAGS) $(DEPFLAGS) -c -o $@ $< + +# gyp-mac-tool is written next to the root Makefile by gyp. +# Use $(4) for the command, since $(2) and $(3) are used as flag by do_cmd +# already. +quiet_cmd_mac_tool = MACTOOL $(4) $< +cmd_mac_tool = %(python)s gyp-mac-tool $(4) $< "$@" + +quiet_cmd_mac_package_framework = PACKAGE FRAMEWORK $@ +cmd_mac_package_framework = %(python)s gyp-mac-tool package-framework "$@" $(4) + +quiet_cmd_infoplist = INFOPLIST $@ +cmd_infoplist = $(CC.$(TOOLSET)) -E -P -Wno-trigraphs -x c $(INFOPLIST_DEFINES) "$<" -o "$@" +""" % {'python': sys.executable} # noqa: E501 + + +def WriteRootHeaderSuffixRules(writer): + extensions = sorted(COMPILABLE_EXTENSIONS.keys(), key=str.lower) + + writer.write("# Suffix rules, putting all outputs into $(obj).\n") + for ext in extensions: + writer.write("$(obj).$(TOOLSET)/%%.o: $(srcdir)/%%%s FORCE_DO_CMD\n" % ext) + writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext]) + + writer.write("\n# Try building from generated source, too.\n") + for ext in extensions: + writer.write( + "$(obj).$(TOOLSET)/%%.o: $(obj).$(TOOLSET)/%%%s FORCE_DO_CMD\n" % ext + ) + writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext]) + writer.write("\n") + for ext in extensions: + writer.write("$(obj).$(TOOLSET)/%%.o: $(obj)/%%%s FORCE_DO_CMD\n" % ext) + writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext]) + writer.write("\n") + + +SHARED_HEADER_OS390_COMMANDS = """ +PLIFLAGS.target ?= -qlp=64 -qlimits=extname=31 $(PLIFLAGS) +PLIFLAGS.host ?= -qlp=64 -qlimits=extname=31 $(PLIFLAGS) + +quiet_cmd_pli = PLI($(TOOLSET)) $@ +cmd_pli = $(PLI.$(TOOLSET)) $(GYP_PLIFLAGS) $(PLIFLAGS.$(TOOLSET)) -c $< && \ + if [ -f $(notdir $@) ]; then /bin/cp $(notdir $@) $@; else true; fi +""" + +SHARED_HEADER_SUFFIX_RULES_COMMENT1 = """\ +# Suffix rules, putting all outputs into $(obj). +""" + + +SHARED_HEADER_SUFFIX_RULES_COMMENT2 = """\ +# Try building from generated source, too. +""" + + +SHARED_FOOTER = """\ +# "all" is a concatenation of the "all" targets from all the included +# sub-makefiles. This is just here to clarify. +all: + +# Add in dependency-tracking rules. $(all_deps) is the list of every single +# target in our tree. Only consider the ones with .d (dependency) info: +d_files := $(wildcard $(foreach f,$(all_deps),$(depsdir)/$(f).d)) +ifneq ($(d_files),) + include $(d_files) +endif +""" + +header = """\ +# This file is generated by gyp; do not edit. + +""" + +# Maps every compilable file extension to the do_cmd that compiles it. +COMPILABLE_EXTENSIONS = { + ".c": "cc", + ".cc": "cxx", + ".cpp": "cxx", + ".cxx": "cxx", + ".s": "cc", + ".S": "cc", +} + + +def Compilable(filename): + """Return true if the file is compilable (should be in OBJS).""" + return any(res for res in (filename.endswith(e) for e in COMPILABLE_EXTENSIONS)) + + +def Linkable(filename): + """Return true if the file is linkable (should be on the link line).""" + return filename.endswith(".o") + + +def Target(filename): + """Translate a compilable filename to its .o target.""" + return os.path.splitext(filename)[0] + ".o" + + +def EscapeShellArgument(s): + """Quotes an argument so that it will be interpreted literally by a POSIX + shell. Taken from + http://stackoverflow.com/questions/35817/whats-the-best-way-to-escape-ossystem-calls-in-python + """ + return "'" + s.replace("'", "'\\''") + "'" + + +def EscapeMakeVariableExpansion(s): + """Make has its own variable expansion syntax using $. We must escape it for + string to be interpreted literally.""" + return s.replace("$", "$$") + + +def EscapeCppDefine(s): + """Escapes a CPP define so that it will reach the compiler unaltered.""" + s = EscapeShellArgument(s) + s = EscapeMakeVariableExpansion(s) + # '#' characters must be escaped even embedded in a string, else Make will + # treat it as the start of a comment. + return s.replace("#", r"\#") + + +def QuoteIfNecessary(string): + """TODO: Should this ideally be replaced with one or more of the above + functions?""" + if '"' in string: + string = '"' + string.replace('"', '\\"') + '"' + return string + +def replace_sep(string): + if sys.platform == 'win32': + string = string.replace('\\\\', '/').replace('\\', '/') + return string + +def StringToMakefileVariable(string): + """Convert a string to a value that is acceptable as a make variable name.""" + return re.sub("[^a-zA-Z0-9_]", "_", string) + + +srcdir_prefix = "" + + +def Sourceify(path): + """Convert a path to its source directory form.""" + if "$(" in path: + return path + if os.path.isabs(path): + return path + return srcdir_prefix + path + + +def QuoteSpaces(s, quote=r"\ "): + return s.replace(" ", quote) + + +def SourceifyAndQuoteSpaces(path): + """Convert a path to its source directory form and quote spaces.""" + return QuoteSpaces(Sourceify(path)) + + +# Map from qualified target to path to output. +target_outputs = {} +# Map from qualified target to any linkable output. A subset +# of target_outputs. E.g. when mybinary depends on liba, we want to +# include liba in the linker line; when otherbinary depends on +# mybinary, we just want to build mybinary first. +target_link_deps = {} + + +class MakefileWriter: + """MakefileWriter packages up the writing of one target-specific foobar.mk. + + Its only real entry point is Write(), and is mostly used for namespacing. + """ + + def __init__(self, generator_flags, flavor): + self.generator_flags = generator_flags + self.flavor = flavor + + self.suffix_rules_srcdir = {} + self.suffix_rules_objdir1 = {} + self.suffix_rules_objdir2 = {} + + # Generate suffix rules for all compilable extensions. + for ext, value in COMPILABLE_EXTENSIONS.items(): + # Suffix rules for source folder. + self.suffix_rules_srcdir.update( + { + ext: ( + """\ +$(obj).$(TOOLSET)/$(TARGET)/%%.o: $(srcdir)/%%%s FORCE_DO_CMD +\t@$(call do_cmd,%s,1) +""" + % (ext, value) + ) + } + ) + + # Suffix rules for generated source files. + self.suffix_rules_objdir1.update( + { + ext: ( + """\ +$(obj).$(TOOLSET)/$(TARGET)/%%.o: $(obj).$(TOOLSET)/%%%s FORCE_DO_CMD +\t@$(call do_cmd,%s,1) +""" + % (ext, value) + ) + } + ) + self.suffix_rules_objdir2.update( + { + ext: ( + """\ +$(obj).$(TOOLSET)/$(TARGET)/%%.o: $(obj)/%%%s FORCE_DO_CMD +\t@$(call do_cmd,%s,1) +""" + % (ext, value) + ) + } + ) + + def Write( + self, qualified_target, base_path, output_filename, spec, configs, part_of_all + ): + """The main entry point: writes a .mk file for a single target. + + Arguments: + qualified_target: target we're generating + base_path: path relative to source root we're building in, used to resolve + target-relative paths + output_filename: output .mk file name to write + spec, configs: gyp info + part_of_all: flag indicating this target is part of 'all' + """ + gyp.common.EnsureDirExists(output_filename) + + self.fp = open(output_filename, "w") + + self.fp.write(header) + + self.qualified_target = qualified_target + self.path = base_path + self.target = spec["target_name"] + self.type = spec["type"] + self.toolset = spec["toolset"] + + self.is_mac_bundle = gyp.xcode_emulation.IsMacBundle(self.flavor, spec) + if self.flavor == "mac": + self.xcode_settings = gyp.xcode_emulation.XcodeSettings(spec) + else: + self.xcode_settings = None + + deps, link_deps = self.ComputeDeps(spec) + + # Some of the generation below can add extra output, sources, or + # link dependencies. All of the out params of the functions that + # follow use names like extra_foo. + extra_outputs = [] + extra_sources = [] + extra_link_deps = [] + extra_mac_bundle_resources = [] + mac_bundle_deps = [] + + if self.is_mac_bundle: + self.output = self.ComputeMacBundleOutput(spec) + self.output_binary = self.ComputeMacBundleBinaryOutput(spec) + else: + self.output = self.output_binary = replace_sep(self.ComputeOutput(spec)) + + self.is_standalone_static_library = bool( + spec.get("standalone_static_library", 0) + ) + self._INSTALLABLE_TARGETS = ("executable", "loadable_module", "shared_library") + if self.is_standalone_static_library or self.type in self._INSTALLABLE_TARGETS: + self.alias = os.path.basename(self.output) + install_path = self._InstallableTargetInstallPath() + else: + self.alias = self.output + install_path = self.output + + self.WriteLn("TOOLSET := " + self.toolset) + self.WriteLn("TARGET := " + self.target) + + # Actions must come first, since they can generate more OBJs for use below. + if "actions" in spec: + self.WriteActions( + spec["actions"], + extra_sources, + extra_outputs, + extra_mac_bundle_resources, + part_of_all, + ) + + # Rules must be early like actions. + if "rules" in spec: + self.WriteRules( + spec["rules"], + extra_sources, + extra_outputs, + extra_mac_bundle_resources, + part_of_all, + ) + + if "copies" in spec: + self.WriteCopies(spec["copies"], extra_outputs, part_of_all) + + # Bundle resources. + if self.is_mac_bundle: + all_mac_bundle_resources = ( + spec.get("mac_bundle_resources", []) + extra_mac_bundle_resources + ) + self.WriteMacBundleResources(all_mac_bundle_resources, mac_bundle_deps) + self.WriteMacInfoPlist(mac_bundle_deps) + + # Sources. + all_sources = spec.get("sources", []) + extra_sources + if all_sources: + self.WriteSources( + configs, + deps, + all_sources, + extra_outputs, + extra_link_deps, + part_of_all, + gyp.xcode_emulation.MacPrefixHeader( + self.xcode_settings, + lambda p: Sourceify(self.Absolutify(p)), + self.Pchify, + ), + ) + sources = [x for x in all_sources if Compilable(x)] + if sources: + self.WriteLn(SHARED_HEADER_SUFFIX_RULES_COMMENT1) + extensions = {os.path.splitext(s)[1] for s in sources} + for ext in extensions: + if ext in self.suffix_rules_srcdir: + self.WriteLn(self.suffix_rules_srcdir[ext]) + self.WriteLn(SHARED_HEADER_SUFFIX_RULES_COMMENT2) + for ext in extensions: + if ext in self.suffix_rules_objdir1: + self.WriteLn(self.suffix_rules_objdir1[ext]) + for ext in extensions: + if ext in self.suffix_rules_objdir2: + self.WriteLn(self.suffix_rules_objdir2[ext]) + self.WriteLn("# End of this set of suffix rules") + + # Add dependency from bundle to bundle binary. + if self.is_mac_bundle: + mac_bundle_deps.append(self.output_binary) + + self.WriteTarget( + spec, + configs, + deps, + extra_link_deps + link_deps, + mac_bundle_deps, + extra_outputs, + part_of_all, + ) + + # Update global list of target outputs, used in dependency tracking. + target_outputs[qualified_target] = install_path + + # Update global list of link dependencies. + if self.type in ("static_library", "shared_library"): + target_link_deps[qualified_target] = self.output_binary + + # Currently any versions have the same effect, but in future the behavior + # could be different. + if self.generator_flags.get("android_ndk_version", None): + self.WriteAndroidNdkModuleRule(self.target, all_sources, link_deps) + + self.fp.close() + + def WriteSubMake(self, output_filename, makefile_path, targets, build_dir): + """Write a "sub-project" Makefile. + + This is a small, wrapper Makefile that calls the top-level Makefile to build + the targets from a single gyp file (i.e. a sub-project). + + Arguments: + output_filename: sub-project Makefile name to write + makefile_path: path to the top-level Makefile + targets: list of "all" targets for this sub-project + build_dir: build output directory, relative to the sub-project + """ + gyp.common.EnsureDirExists(output_filename) + self.fp = open(output_filename, "w") + self.fp.write(header) + # For consistency with other builders, put sub-project build output in the + # sub-project dir (see test/subdirectory/gyptest-subdir-all.py). + self.WriteLn( + "export builddir_name ?= %s" + % replace_sep(os.path.join(os.path.dirname(output_filename), build_dir)) + ) + self.WriteLn(".PHONY: all") + self.WriteLn("all:") + if makefile_path: + makefile_path = " -C " + makefile_path + self.WriteLn("\t$(MAKE){} {}".format(makefile_path, " ".join(targets))) + self.fp.close() + + def WriteActions( + self, + actions, + extra_sources, + extra_outputs, + extra_mac_bundle_resources, + part_of_all, + ): + """Write Makefile code for any 'actions' from the gyp input. + + extra_sources: a list that will be filled in with newly generated source + files, if any + extra_outputs: a list that will be filled in with any outputs of these + actions (used to make other pieces dependent on these + actions) + part_of_all: flag indicating this target is part of 'all' + """ + env = self.GetSortedXcodeEnv() + for action in actions: + name = StringToMakefileVariable( + "{}_{}".format(self.qualified_target, action["action_name"]) + ) + self.WriteLn('### Rules for action "%s":' % action["action_name"]) + inputs = action["inputs"] + outputs = action["outputs"] + + # Build up a list of outputs. + # Collect the output dirs we'll need. + dirs = set() + for out in outputs: + dir = os.path.split(out)[0] + if dir: + dirs.add(dir) + if int(action.get("process_outputs_as_sources", False)): + extra_sources += outputs + if int(action.get("process_outputs_as_mac_bundle_resources", False)): + extra_mac_bundle_resources += outputs + + # Write the actual command. + action_commands = action["action"] + if self.flavor == "mac": + action_commands = [ + gyp.xcode_emulation.ExpandEnvVars(command, env) + for command in action_commands + ] + command = gyp.common.EncodePOSIXShellList(action_commands) + if "message" in action: + self.WriteLn( + "quiet_cmd_{} = ACTION {} $@".format(name, action["message"]) + ) + else: + self.WriteLn(f"quiet_cmd_{name} = ACTION {name} $@") + if len(dirs) > 0: + command = "mkdir -p %s" % " ".join(dirs) + "; " + command + + cd_action = "cd %s; " % Sourceify(self.path or ".") + + # command and cd_action get written to a toplevel variable called + # cmd_foo. Toplevel variables can't handle things that change per + # makefile like $(TARGET), so hardcode the target. + command = command.replace("$(TARGET)", self.target) + cd_action = cd_action.replace("$(TARGET)", self.target) + + # Set LD_LIBRARY_PATH in case the action runs an executable from this + # build which links to shared libs from this build. + # actions run on the host, so they should in theory only use host + # libraries, but until everything is made cross-compile safe, also use + # target libraries. + # TODO(piman): when everything is cross-compile safe, remove lib.target + if self.flavor in {"zos", "aix"}: + self.WriteLn( + "cmd_%s = LIBPATH=$(builddir)/lib.host:" + "$(builddir)/lib.target:$$LIBPATH; " + "export LIBPATH; " + "%s%s" % (name, cd_action, command) + ) + else: + self.WriteLn( + "cmd_%s = LD_LIBRARY_PATH=$(builddir)/lib.host:" + "$(builddir)/lib.target:$$LD_LIBRARY_PATH; " + "export LD_LIBRARY_PATH; " + "%s%s" % (name, cd_action, command) + ) + self.WriteLn() + outputs = [self.Absolutify(o) for o in outputs] + # The makefile rules are all relative to the top dir, but the gyp actions + # are defined relative to their containing dir. This replaces the obj + # variable for the action rule with an absolute version so that the output + # goes in the right place. + # Only write the 'obj' and 'builddir' rules for the "primary" output (:1); + # it's superfluous for the "extra outputs", and this avoids accidentally + # writing duplicate dummy rules for those outputs. + # Same for environment. + self.WriteLn("%s: obj := $(abs_obj)" % QuoteSpaces(outputs[0])) + self.WriteLn("%s: builddir := $(abs_builddir)" % QuoteSpaces(outputs[0])) + self.WriteSortedXcodeEnv(outputs[0], self.GetSortedXcodeEnv()) + + for input in inputs: + assert " " not in input, ( + "Spaces in action input filenames not supported (%s)" % input + ) + for output in outputs: + assert " " not in output, ( + "Spaces in action output filenames not supported (%s)" % output + ) + + # See the comment in WriteCopies about expanding env vars. + outputs = [gyp.xcode_emulation.ExpandEnvVars(o, env) for o in outputs] + inputs = [gyp.xcode_emulation.ExpandEnvVars(i, env) for i in inputs] + + self.WriteDoCmd( + outputs, + [Sourceify(self.Absolutify(i)) for i in inputs], + part_of_all=part_of_all, + command=name, + ) + + # Stuff the outputs in a variable so we can refer to them later. + outputs_variable = "action_%s_outputs" % name + self.WriteLn("{} := {}".format(outputs_variable, " ".join(outputs))) + extra_outputs.append("$(%s)" % outputs_variable) + self.WriteLn() + + self.WriteLn() + + def WriteRules( + self, + rules, + extra_sources, + extra_outputs, + extra_mac_bundle_resources, + part_of_all, + ): + """Write Makefile code for any 'rules' from the gyp input. + + extra_sources: a list that will be filled in with newly generated source + files, if any + extra_outputs: a list that will be filled in with any outputs of these + rules (used to make other pieces dependent on these rules) + part_of_all: flag indicating this target is part of 'all' + """ + env = self.GetSortedXcodeEnv() + for rule in rules: + name = StringToMakefileVariable( + "{}_{}".format(self.qualified_target, rule["rule_name"]) + ) + count = 0 + self.WriteLn("### Generated for rule %s:" % name) + + all_outputs = [] + + for rule_source in rule.get("rule_sources", []): + dirs = set() + (rule_source_dirname, rule_source_basename) = os.path.split(rule_source) + (rule_source_root, rule_source_ext) = os.path.splitext( + rule_source_basename + ) + + outputs = [ + self.ExpandInputRoot(out, rule_source_root, rule_source_dirname) + for out in rule["outputs"] + ] + + for out in outputs: + dir = os.path.dirname(out) + if dir: + dirs.add(dir) + if int(rule.get("process_outputs_as_sources", False)): + extra_sources += outputs + if int(rule.get("process_outputs_as_mac_bundle_resources", False)): + extra_mac_bundle_resources += outputs + inputs = [ + Sourceify(self.Absolutify(i)) + for i in [rule_source] + rule.get("inputs", []) + ] + actions = ["$(call do_cmd,%s_%d)" % (name, count)] + + if name == "resources_grit": + # HACK: This is ugly. Grit intentionally doesn't touch the + # timestamp of its output file when the file doesn't change, + # which is fine in hash-based dependency systems like scons + # and forge, but not kosher in the make world. After some + # discussion, hacking around it here seems like the least + # amount of pain. + actions += ["@touch --no-create $@"] + + # See the comment in WriteCopies about expanding env vars. + outputs = [gyp.xcode_emulation.ExpandEnvVars(o, env) for o in outputs] + inputs = [gyp.xcode_emulation.ExpandEnvVars(i, env) for i in inputs] + + outputs = [self.Absolutify(o) for o in outputs] + all_outputs += outputs + # Only write the 'obj' and 'builddir' rules for the "primary" output + # (:1); it's superfluous for the "extra outputs", and this avoids + # accidentally writing duplicate dummy rules for those outputs. + self.WriteLn("%s: obj := $(abs_obj)" % outputs[0]) + self.WriteLn("%s: builddir := $(abs_builddir)" % outputs[0]) + self.WriteMakeRule( + outputs, inputs, actions, command="%s_%d" % (name, count) + ) + # Spaces in rule filenames are not supported, but rule variables have + # spaces in them (e.g. RULE_INPUT_PATH expands to '$(abspath $<)'). + # The spaces within the variables are valid, so remove the variables + # before checking. + variables_with_spaces = re.compile(r"\$\([^ ]* \$<\)") + for output in outputs: + output = re.sub(variables_with_spaces, "", output) + assert " " not in output, ( + "Spaces in rule filenames not yet supported (%s)" % output + ) + self.WriteLn("all_deps += %s" % " ".join(outputs)) + + action = [ + self.ExpandInputRoot(ac, rule_source_root, rule_source_dirname) + for ac in rule["action"] + ] + mkdirs = "" + if len(dirs) > 0: + mkdirs = "mkdir -p %s; " % " ".join(dirs) + cd_action = "cd %s; " % Sourceify(self.path or ".") + + # action, cd_action, and mkdirs get written to a toplevel variable + # called cmd_foo. Toplevel variables can't handle things that change + # per makefile like $(TARGET), so hardcode the target. + if self.flavor == "mac": + action = [ + gyp.xcode_emulation.ExpandEnvVars(command, env) + for command in action + ] + action = gyp.common.EncodePOSIXShellList(action) + action = action.replace("$(TARGET)", self.target) + cd_action = cd_action.replace("$(TARGET)", self.target) + mkdirs = mkdirs.replace("$(TARGET)", self.target) + + # Set LD_LIBRARY_PATH in case the rule runs an executable from this + # build which links to shared libs from this build. + # rules run on the host, so they should in theory only use host + # libraries, but until everything is made cross-compile safe, also use + # target libraries. + # TODO(piman): when everything is cross-compile safe, remove lib.target + self.WriteLn( + "cmd_%(name)s_%(count)d = LD_LIBRARY_PATH=" + "$(builddir)/lib.host:$(builddir)/lib.target:$$LD_LIBRARY_PATH; " + "export LD_LIBRARY_PATH; " + "%(cd_action)s%(mkdirs)s%(action)s" + % { + "action": action, + "cd_action": cd_action, + "count": count, + "mkdirs": mkdirs, + "name": name, + } + ) + self.WriteLn( + "quiet_cmd_%(name)s_%(count)d = RULE %(name)s_%(count)d $@" + % {"count": count, "name": name} + ) + self.WriteLn() + count += 1 + + outputs_variable = "rule_%s_outputs" % name + self.WriteList(all_outputs, outputs_variable) + extra_outputs.append("$(%s)" % outputs_variable) + + self.WriteLn("### Finished generating for rule: %s" % name) + self.WriteLn() + self.WriteLn("### Finished generating for all rules") + self.WriteLn("") + + def WriteCopies(self, copies, extra_outputs, part_of_all): + """Write Makefile code for any 'copies' from the gyp input. + + extra_outputs: a list that will be filled in with any outputs of this action + (used to make other pieces dependent on this action) + part_of_all: flag indicating this target is part of 'all' + """ + self.WriteLn("### Generated for copy rule.") + + variable = StringToMakefileVariable(self.qualified_target + "_copies") + outputs = [] + for copy in copies: + for path in copy["files"]: + # Absolutify() may call normpath, and will strip trailing slashes. + path = Sourceify(self.Absolutify(path)) + filename = os.path.split(path)[1] + output = Sourceify( + self.Absolutify(os.path.join(copy["destination"], filename)) + ) + + # If the output path has variables in it, which happens in practice for + # 'copies', writing the environment as target-local doesn't work, + # because the variables are already needed for the target name. + # Copying the environment variables into global make variables doesn't + # work either, because then the .d files will potentially contain spaces + # after variable expansion, and .d file handling cannot handle spaces. + # As a workaround, manually expand variables at gyp time. Since 'copies' + # can't run scripts, there's no need to write the env then. + # WriteDoCmd() will escape spaces for .d files. + env = self.GetSortedXcodeEnv() + output = gyp.xcode_emulation.ExpandEnvVars(output, env) + path = gyp.xcode_emulation.ExpandEnvVars(path, env) + self.WriteDoCmd([output], [path], "copy", part_of_all) + outputs.append(output) + self.WriteLn( + "{} = {}".format(variable, " ".join(QuoteSpaces(o) for o in outputs)) + ) + extra_outputs.append("$(%s)" % variable) + self.WriteLn() + + def WriteMacBundleResources(self, resources, bundle_deps): + """Writes Makefile code for 'mac_bundle_resources'.""" + self.WriteLn("### Generated for mac_bundle_resources") + + for output, res in gyp.xcode_emulation.GetMacBundleResources( + generator_default_variables["PRODUCT_DIR"], + self.xcode_settings, + [Sourceify(self.Absolutify(r)) for r in resources], + ): + _, ext = os.path.splitext(output) + if ext != ".xcassets": + # Make does not supports '.xcassets' emulation. + self.WriteDoCmd( + [output], [res], "mac_tool,,,copy-bundle-resource", part_of_all=True + ) + bundle_deps.append(output) + + def WriteMacInfoPlist(self, bundle_deps): + """Write Makefile code for bundle Info.plist files.""" + info_plist, out, defines, extra_env = gyp.xcode_emulation.GetMacInfoPlist( + generator_default_variables["PRODUCT_DIR"], + self.xcode_settings, + lambda p: Sourceify(self.Absolutify(p)), + ) + if not info_plist: + return + if defines: + # Create an intermediate file to store preprocessed results. + intermediate_plist = "$(obj).$(TOOLSET)/$(TARGET)/" + os.path.basename( + info_plist + ) + self.WriteList( + defines, + intermediate_plist + ": INFOPLIST_DEFINES", + "-D", + quoter=EscapeCppDefine, + ) + self.WriteMakeRule( + [intermediate_plist], + [info_plist], + [ + "$(call do_cmd,infoplist)", + # "Convert" the plist so that any weird whitespace changes from the + # preprocessor do not affect the XML parser in mac_tool. + "@plutil -convert xml1 $@ $@", + ], + ) + info_plist = intermediate_plist + # plists can contain envvars and substitute them into the file. + self.WriteSortedXcodeEnv( + out, self.GetSortedXcodeEnv(additional_settings=extra_env) + ) + self.WriteDoCmd( + [out], [info_plist], "mac_tool,,,copy-info-plist", part_of_all=True + ) + bundle_deps.append(out) + + def WriteSources( + self, + configs, + deps, + sources, + extra_outputs, + extra_link_deps, + part_of_all, + precompiled_header, + ): + """Write Makefile code for any 'sources' from the gyp input. + These are source files necessary to build the current target. + + configs, deps, sources: input from gyp. + extra_outputs: a list of extra outputs this action should be dependent on; + used to serialize action/rules before compilation + extra_link_deps: a list that will be filled in with any outputs of + compilation (to be used in link lines) + part_of_all: flag indicating this target is part of 'all' + """ + + # Write configuration-specific variables for CFLAGS, etc. + for configname in sorted(configs.keys()): + config = configs[configname] + self.WriteList( + config.get("defines"), + "DEFS_%s" % configname, + prefix="-D", + quoter=EscapeCppDefine, + ) + + if self.flavor == "mac": + cflags = self.xcode_settings.GetCflags( + configname, arch=config.get("xcode_configuration_platform") + ) + cflags_c = self.xcode_settings.GetCflagsC(configname) + cflags_cc = self.xcode_settings.GetCflagsCC(configname) + cflags_objc = self.xcode_settings.GetCflagsObjC(configname) + cflags_objcc = self.xcode_settings.GetCflagsObjCC(configname) + else: + cflags = config.get("cflags") + cflags_c = config.get("cflags_c") + cflags_cc = config.get("cflags_cc") + + self.WriteLn("# Flags passed to all source files.") + self.WriteList(cflags, "CFLAGS_%s" % configname) + self.WriteLn("# Flags passed to only C files.") + self.WriteList(cflags_c, "CFLAGS_C_%s" % configname) + self.WriteLn("# Flags passed to only C++ files.") + self.WriteList(cflags_cc, "CFLAGS_CC_%s" % configname) + if self.flavor == "mac": + self.WriteLn("# Flags passed to only ObjC files.") + self.WriteList(cflags_objc, "CFLAGS_OBJC_%s" % configname) + self.WriteLn("# Flags passed to only ObjC++ files.") + self.WriteList(cflags_objcc, "CFLAGS_OBJCC_%s" % configname) + includes = config.get("include_dirs") + if includes: + includes = [Sourceify(self.Absolutify(i)) for i in includes] + self.WriteList(includes, "INCS_%s" % configname, prefix="-I") + + compilable = list(filter(Compilable, sources)) + objs = [self.Objectify(self.Absolutify(Target(c))) for c in compilable] + self.WriteList(objs, "OBJS") + + for obj in objs: + assert " " not in obj, "Spaces in object filenames not supported (%s)" % obj + self.WriteLn( + "# Add to the list of files we specially track " "dependencies for." + ) + self.WriteLn("all_deps += $(OBJS)") + self.WriteLn() + + # Make sure our dependencies are built first. + if deps: + self.WriteMakeRule( + ["$(OBJS)"], + deps, + comment="Make sure our dependencies are built " "before any of us.", + order_only=True, + ) + + # Make sure the actions and rules run first. + # If they generate any extra headers etc., the per-.o file dep tracking + # will catch the proper rebuilds, so order only is still ok here. + if extra_outputs: + self.WriteMakeRule( + ["$(OBJS)"], + extra_outputs, + comment="Make sure our actions/rules run " "before any of us.", + order_only=True, + ) + + pchdeps = precompiled_header.GetObjDependencies(compilable, objs) + if pchdeps: + self.WriteLn("# Dependencies from obj files to their precompiled headers") + for source, obj, gch in pchdeps: + self.WriteLn(f"{obj}: {gch}") + self.WriteLn("# End precompiled header dependencies") + + if objs: + extra_link_deps.append("$(OBJS)") + self.WriteLn( + """\ +# CFLAGS et al overrides must be target-local. +# See "Target-specific Variable Values" in the GNU Make manual.""" + ) + self.WriteLn("$(OBJS): TOOLSET := $(TOOLSET)") + self.WriteLn( + "$(OBJS): GYP_CFLAGS := " + "$(DEFS_$(BUILDTYPE)) " + "$(INCS_$(BUILDTYPE)) " + "%s " % precompiled_header.GetInclude("c") + "$(CFLAGS_$(BUILDTYPE)) " + "$(CFLAGS_C_$(BUILDTYPE))" + ) + self.WriteLn( + "$(OBJS): GYP_CXXFLAGS := " + "$(DEFS_$(BUILDTYPE)) " + "$(INCS_$(BUILDTYPE)) " + "%s " % precompiled_header.GetInclude("cc") + "$(CFLAGS_$(BUILDTYPE)) " + "$(CFLAGS_CC_$(BUILDTYPE))" + ) + if self.flavor == "mac": + self.WriteLn( + "$(OBJS): GYP_OBJCFLAGS := " + "$(DEFS_$(BUILDTYPE)) " + "$(INCS_$(BUILDTYPE)) " + "%s " % precompiled_header.GetInclude("m") + + "$(CFLAGS_$(BUILDTYPE)) " + "$(CFLAGS_C_$(BUILDTYPE)) " + "$(CFLAGS_OBJC_$(BUILDTYPE))" + ) + self.WriteLn( + "$(OBJS): GYP_OBJCXXFLAGS := " + "$(DEFS_$(BUILDTYPE)) " + "$(INCS_$(BUILDTYPE)) " + "%s " % precompiled_header.GetInclude("mm") + + "$(CFLAGS_$(BUILDTYPE)) " + "$(CFLAGS_CC_$(BUILDTYPE)) " + "$(CFLAGS_OBJCC_$(BUILDTYPE))" + ) + + self.WritePchTargets(precompiled_header.GetPchBuildCommands()) + + # If there are any object files in our input file list, link them into our + # output. + extra_link_deps += [source for source in sources if Linkable(source)] + + self.WriteLn() + + def WritePchTargets(self, pch_commands): + """Writes make rules to compile prefix headers.""" + if not pch_commands: + return + + for gch, lang_flag, lang, input in pch_commands: + extra_flags = { + "c": "$(CFLAGS_C_$(BUILDTYPE))", + "cc": "$(CFLAGS_CC_$(BUILDTYPE))", + "m": "$(CFLAGS_C_$(BUILDTYPE)) $(CFLAGS_OBJC_$(BUILDTYPE))", + "mm": "$(CFLAGS_CC_$(BUILDTYPE)) $(CFLAGS_OBJCC_$(BUILDTYPE))", + }[lang] + var_name = { + "c": "GYP_PCH_CFLAGS", + "cc": "GYP_PCH_CXXFLAGS", + "m": "GYP_PCH_OBJCFLAGS", + "mm": "GYP_PCH_OBJCXXFLAGS", + }[lang] + self.WriteLn( + f"{gch}: {var_name} := {lang_flag} " + "$(DEFS_$(BUILDTYPE)) " + "$(INCS_$(BUILDTYPE)) " + "$(CFLAGS_$(BUILDTYPE)) " + extra_flags + ) + + self.WriteLn(f"{gch}: {input} FORCE_DO_CMD") + self.WriteLn("\t@$(call do_cmd,pch_%s,1)" % lang) + self.WriteLn("") + assert " " not in gch, "Spaces in gch filenames not supported (%s)" % gch + self.WriteLn("all_deps += %s" % gch) + self.WriteLn("") + + def ComputeOutputBasename(self, spec): + """Return the 'output basename' of a gyp spec. + + E.g., the loadable module 'foobar' in directory 'baz' will produce + 'libfoobar.so' + """ + assert not self.is_mac_bundle + + if self.flavor == "mac" and self.type in ( + "static_library", + "executable", + "shared_library", + "loadable_module", + ): + return self.xcode_settings.GetExecutablePath() + + target = spec["target_name"] + target_prefix = "" + target_ext = "" + if self.type == "static_library": + if target[:3] == "lib": + target = target[3:] + target_prefix = "lib" + target_ext = ".a" + elif self.type in ("loadable_module", "shared_library"): + if target[:3] == "lib": + target = target[3:] + target_prefix = "lib" + if self.flavor == "aix": + target_ext = ".a" + elif self.flavor == "zos": + target_ext = ".x" + else: + target_ext = ".so" + elif self.type == "none": + target = "%s.stamp" % target + elif self.type != "executable": + print( + "ERROR: What output file should be generated?", + "type", + self.type, + "target", + target, + ) + + target_prefix = spec.get("product_prefix", target_prefix) + target = spec.get("product_name", target) + product_ext = spec.get("product_extension") + if product_ext: + target_ext = "." + product_ext + + return target_prefix + target + target_ext + + def _InstallImmediately(self): + return ( + self.toolset == "target" + and self.flavor == "mac" + and self.type + in ("static_library", "executable", "shared_library", "loadable_module") + ) + + def ComputeOutput(self, spec): + """Return the 'output' (full output path) of a gyp spec. + + E.g., the loadable module 'foobar' in directory 'baz' will produce + '$(obj)/baz/libfoobar.so' + """ + assert not self.is_mac_bundle + + path = os.path.join("$(obj)." + self.toolset, self.path) + if self.type == "executable" or self._InstallImmediately(): + path = "$(builddir)" + path = spec.get("product_dir", path) + return os.path.join(path, self.ComputeOutputBasename(spec)) + + def ComputeMacBundleOutput(self, spec): + """Return the 'output' (full output path) to a bundle output directory.""" + assert self.is_mac_bundle + path = generator_default_variables["PRODUCT_DIR"] + return os.path.join(path, self.xcode_settings.GetWrapperName()) + + def ComputeMacBundleBinaryOutput(self, spec): + """Return the 'output' (full output path) to the binary in a bundle.""" + path = generator_default_variables["PRODUCT_DIR"] + return os.path.join(path, self.xcode_settings.GetExecutablePath()) + + def ComputeDeps(self, spec): + """Compute the dependencies of a gyp spec. + + Returns a tuple (deps, link_deps), where each is a list of + filenames that will need to be put in front of make for either + building (deps) or linking (link_deps). + """ + deps = [] + link_deps = [] + if "dependencies" in spec: + deps.extend( + [ + target_outputs[dep] + for dep in spec["dependencies"] + if target_outputs[dep] + ] + ) + for dep in spec["dependencies"]: + if dep in target_link_deps: + link_deps.append(target_link_deps[dep]) + deps.extend(link_deps) + # TODO: It seems we need to transitively link in libraries (e.g. -lfoo)? + # This hack makes it work: + # link_deps.extend(spec.get('libraries', [])) + return (gyp.common.uniquer(deps), gyp.common.uniquer(link_deps)) + + def GetSharedObjectFromSidedeck(self, sidedeck): + """Return the shared object files based on sidedeck""" + return re.sub(r"\.x$", ".so", sidedeck) + + def GetUnversionedSidedeckFromSidedeck(self, sidedeck): + """Return the shared object files based on sidedeck""" + return re.sub(r"\.\d+\.x$", ".x", sidedeck) + + def WriteDependencyOnExtraOutputs(self, target, extra_outputs): + self.WriteMakeRule( + [self.output_binary], + extra_outputs, + comment="Build our special outputs first.", + order_only=True, + ) + + def WriteTarget( + self, spec, configs, deps, link_deps, bundle_deps, extra_outputs, part_of_all + ): + """Write Makefile code to produce the final target of the gyp spec. + + spec, configs: input from gyp. + deps, link_deps: dependency lists; see ComputeDeps() + extra_outputs: any extra outputs that our target should depend on + part_of_all: flag indicating this target is part of 'all' + """ + + self.WriteLn("### Rules for final target.") + + if extra_outputs: + self.WriteDependencyOnExtraOutputs(self.output_binary, extra_outputs) + self.WriteMakeRule( + extra_outputs, + deps, + comment=("Preserve order dependency of " "special output on deps."), + order_only=True, + ) + + target_postbuilds = {} + if self.type != "none": + for configname in sorted(configs.keys()): + config = configs[configname] + if self.flavor == "mac": + ldflags = self.xcode_settings.GetLdflags( + configname, + generator_default_variables["PRODUCT_DIR"], + lambda p: Sourceify(self.Absolutify(p)), + arch=config.get("xcode_configuration_platform"), + ) + + # TARGET_POSTBUILDS_$(BUILDTYPE) is added to postbuilds later on. + gyp_to_build = gyp.common.InvertRelativePath(self.path) + target_postbuild = self.xcode_settings.AddImplicitPostbuilds( + configname, + QuoteSpaces( + os.path.normpath(os.path.join(gyp_to_build, self.output)) + ), + QuoteSpaces( + os.path.normpath( + os.path.join(gyp_to_build, self.output_binary) + ) + ), + ) + if target_postbuild: + target_postbuilds[configname] = target_postbuild + else: + ldflags = config.get("ldflags", []) + # Compute an rpath for this output if needed. + if any(dep.endswith(".so") or ".so." in dep for dep in deps): + # We want to get the literal string "$ORIGIN" + # into the link command, so we need lots of escaping. + ldflags.append(r"-Wl,-rpath=\$$ORIGIN/") + ldflags.append(r"-Wl,-rpath-link=\$(builddir)/") + library_dirs = config.get("library_dirs", []) + ldflags += [("-L%s" % library_dir) for library_dir in library_dirs] + self.WriteList(ldflags, "LDFLAGS_%s" % configname) + if self.flavor == "mac": + self.WriteList( + self.xcode_settings.GetLibtoolflags(configname), + "LIBTOOLFLAGS_%s" % configname, + ) + libraries = spec.get("libraries") + if libraries: + # Remove duplicate entries + libraries = gyp.common.uniquer(libraries) + if self.flavor == "mac": + libraries = self.xcode_settings.AdjustLibraries(libraries) + self.WriteList(libraries, "LIBS") + self.WriteLn( + "%s: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))" + % QuoteSpaces(self.output_binary) + ) + self.WriteLn("%s: LIBS := $(LIBS)" % QuoteSpaces(self.output_binary)) + + if self.flavor == "mac": + self.WriteLn( + "%s: GYP_LIBTOOLFLAGS := $(LIBTOOLFLAGS_$(BUILDTYPE))" + % QuoteSpaces(self.output_binary) + ) + + # Postbuild actions. Like actions, but implicitly depend on the target's + # output. + postbuilds = [] + if self.flavor == "mac": + if target_postbuilds: + postbuilds.append("$(TARGET_POSTBUILDS_$(BUILDTYPE))") + postbuilds.extend(gyp.xcode_emulation.GetSpecPostbuildCommands(spec)) + + if postbuilds: + # Envvars may be referenced by TARGET_POSTBUILDS_$(BUILDTYPE), + # so we must output its definition first, since we declare variables + # using ":=". + self.WriteSortedXcodeEnv(self.output, self.GetSortedXcodePostbuildEnv()) + + for configname, value in target_postbuilds.items(): + self.WriteLn( + "%s: TARGET_POSTBUILDS_%s := %s" + % ( + QuoteSpaces(self.output), + configname, + gyp.common.EncodePOSIXShellList(value), + ) + ) + + # Postbuilds expect to be run in the gyp file's directory, so insert an + # implicit postbuild to cd to there. + postbuilds.insert(0, gyp.common.EncodePOSIXShellList(["cd", self.path])) + for i, postbuild in enumerate(postbuilds): + if not postbuild.startswith("$"): + postbuilds[i] = EscapeShellArgument(postbuild) + self.WriteLn("%s: builddir := $(abs_builddir)" % QuoteSpaces(self.output)) + self.WriteLn( + "%s: POSTBUILDS := %s" + % (QuoteSpaces(self.output), " ".join(postbuilds)) + ) + + # A bundle directory depends on its dependencies such as bundle resources + # and bundle binary. When all dependencies have been built, the bundle + # needs to be packaged. + if self.is_mac_bundle: + # If the framework doesn't contain a binary, then nothing depends + # on the actions -- make the framework depend on them directly too. + self.WriteDependencyOnExtraOutputs(self.output, extra_outputs) + + # Bundle dependencies. Note that the code below adds actions to this + # target, so if you move these two lines, move the lines below as well. + self.WriteList([QuoteSpaces(dep) for dep in bundle_deps], "BUNDLE_DEPS") + self.WriteLn("%s: $(BUNDLE_DEPS)" % QuoteSpaces(self.output)) + + # After the framework is built, package it. Needs to happen before + # postbuilds, since postbuilds depend on this. + if self.type in ("shared_library", "loadable_module"): + self.WriteLn( + "\t@$(call do_cmd,mac_package_framework,,,%s)" + % self.xcode_settings.GetFrameworkVersion() + ) + + # Bundle postbuilds can depend on the whole bundle, so run them after + # the bundle is packaged, not already after the bundle binary is done. + if postbuilds: + self.WriteLn("\t@$(call do_postbuilds)") + postbuilds = [] # Don't write postbuilds for target's output. + + # Needed by test/mac/gyptest-rebuild.py. + self.WriteLn("\t@true # No-op, used by tests") + + # Since this target depends on binary and resources which are in + # nested subfolders, the framework directory will be older than + # its dependencies usually. To prevent this rule from executing + # on every build (expensive, especially with postbuilds), explicitly + # update the time on the framework directory. + self.WriteLn("\t@touch -c %s" % QuoteSpaces(self.output)) + + if postbuilds: + assert not self.is_mac_bundle, ( + "Postbuilds for bundles should be done " + "on the bundle, not the binary (target '%s')" % self.target + ) + assert "product_dir" not in spec, ( + "Postbuilds do not work with " "custom product_dir" + ) + + if self.type == "executable": + self.WriteLn( + "%s: LD_INPUTS := %s" + % ( + QuoteSpaces(self.output_binary), + " ".join(QuoteSpaces(dep) for dep in link_deps), + ) + ) + if self.toolset == "host" and self.flavor == "android": + self.WriteDoCmd( + [self.output_binary], + link_deps, + "link_host", + part_of_all, + postbuilds=postbuilds, + ) + else: + self.WriteDoCmd( + [self.output_binary], + link_deps, + "link", + part_of_all, + postbuilds=postbuilds, + ) + + elif self.type == "static_library": + for link_dep in link_deps: + assert " " not in link_dep, ( + "Spaces in alink input filenames not supported (%s)" % link_dep + ) + if ( + self.flavor not in ("mac", "openbsd", "netbsd", "win") + and not self.is_standalone_static_library + ): + if self.flavor in ("linux", "android"): + self.WriteMakeRule( + [self.output_binary], + link_deps, + actions=["$(call create_thin_archive,$@,$^)"], + ) + else: + self.WriteDoCmd( + [self.output_binary], + link_deps, + "alink_thin", + part_of_all, + postbuilds=postbuilds, + ) + else: + if self.flavor in ("linux", "android"): + self.WriteMakeRule( + [self.output_binary], + link_deps, + actions=["$(call create_archive,$@,$^)"], + ) + else: + self.WriteDoCmd( + [self.output_binary], + link_deps, + "alink", + part_of_all, + postbuilds=postbuilds, + ) + elif self.type == "shared_library": + self.WriteLn( + "%s: LD_INPUTS := %s" + % ( + QuoteSpaces(self.output_binary), + " ".join(QuoteSpaces(dep) for dep in link_deps), + ) + ) + self.WriteDoCmd( + [self.output_binary], + link_deps, + "solink", + part_of_all, + postbuilds=postbuilds, + ) + # z/OS has a .so target as well as a sidedeck .x target + if self.flavor == "zos": + self.WriteLn( + "%s: %s" + % ( + QuoteSpaces( + self.GetSharedObjectFromSidedeck(self.output_binary) + ), + QuoteSpaces(self.output_binary), + ) + ) + elif self.type == "loadable_module": + for link_dep in link_deps: + assert " " not in link_dep, ( + "Spaces in module input filenames not supported (%s)" % link_dep + ) + if self.toolset == "host" and self.flavor == "android": + self.WriteDoCmd( + [self.output_binary], + link_deps, + "solink_module_host", + part_of_all, + postbuilds=postbuilds, + ) + else: + self.WriteDoCmd( + [self.output_binary], + link_deps, + "solink_module", + part_of_all, + postbuilds=postbuilds, + ) + elif self.type == "none": + # Write a stamp line. + self.WriteDoCmd( + [self.output_binary], deps, "touch", part_of_all, postbuilds=postbuilds + ) + else: + print("WARNING: no output for", self.type, self.target) + + # Add an alias for each target (if there are any outputs). + # Installable target aliases are created below. + if (self.output and self.output != self.target) and ( + self.type not in self._INSTALLABLE_TARGETS + ): + self.WriteMakeRule( + [self.target], [self.output], comment="Add target alias", phony=True + ) + if part_of_all: + self.WriteMakeRule( + ["all"], + [self.target], + comment='Add target alias to "all" target.', + phony=True, + ) + + # Add special-case rules for our installable targets. + # 1) They need to install to the build dir or "product" dir. + # 2) They get shortcuts for building (e.g. "make chrome"). + # 3) They are part of "make all". + if self.type in self._INSTALLABLE_TARGETS or self.is_standalone_static_library: + if self.type == "shared_library": + file_desc = "shared library" + elif self.type == "static_library": + file_desc = "static library" + else: + file_desc = "executable" + install_path = self._InstallableTargetInstallPath() + installable_deps = [] + if self.flavor != "zos": + installable_deps.append(self.output) + if ( + self.flavor == "mac" + and "product_dir" not in spec + and self.toolset == "target" + ): + # On mac, products are created in install_path immediately. + assert install_path == self.output, f"{install_path} != {self.output}" + + # Point the target alias to the final binary output. + self.WriteMakeRule( + [self.target], [install_path], comment="Add target alias", phony=True + ) + if install_path != self.output: + assert not self.is_mac_bundle # See comment a few lines above. + self.WriteDoCmd( + [install_path], + [self.output], + "copy", + comment="Copy this to the %s output path." % file_desc, + part_of_all=part_of_all, + ) + if self.flavor != "zos": + installable_deps.append(install_path) + if self.flavor == "zos" and self.type == "shared_library": + # lib.target/libnode.so has a dependency on $(obj).target/libnode.so + self.WriteDoCmd( + [self.GetSharedObjectFromSidedeck(install_path)], + [self.GetSharedObjectFromSidedeck(self.output)], + "copy", + comment="Copy this to the %s output path." % file_desc, + part_of_all=part_of_all, + ) + # Create a symlink of libnode.x to libnode.version.x + self.WriteDoCmd( + [self.GetUnversionedSidedeckFromSidedeck(install_path)], + [install_path], + "symlink", + comment="Symlnk this to the %s output path." % file_desc, + part_of_all=part_of_all, + ) + # Place libnode.version.so and libnode.x symlink in lib.target dir + installable_deps.append(self.GetSharedObjectFromSidedeck(install_path)) + installable_deps.append( + self.GetUnversionedSidedeckFromSidedeck(install_path) + ) + if self.alias not in (self.output, self.target): + self.WriteMakeRule( + [self.alias], + installable_deps, + comment="Short alias for building this %s." % file_desc, + phony=True, + ) + if self.flavor == "zos" and self.type == "shared_library": + # Make sure that .x symlink target is run + self.WriteMakeRule( + ["all"], + [ + self.GetUnversionedSidedeckFromSidedeck(install_path), + self.GetSharedObjectFromSidedeck(install_path), + ], + comment='Add %s to "all" target.' % file_desc, + phony=True, + ) + elif part_of_all: + self.WriteMakeRule( + ["all"], + [install_path], + comment='Add %s to "all" target.' % file_desc, + phony=True, + ) + + def WriteList(self, value_list, variable=None, prefix="", quoter=QuoteIfNecessary): + """Write a variable definition that is a list of values. + + E.g. WriteList(['a','b'], 'foo', prefix='blah') writes out + foo = blaha blahb + but in a pretty-printed style. + """ + values = "" + if value_list: + value_list = [replace_sep(quoter(prefix + value)) for value in value_list] + values = " \\\n\t" + " \\\n\t".join(value_list) + self.fp.write(f"{variable} :={values}\n\n") + + def WriteDoCmd( + self, outputs, inputs, command, part_of_all, comment=None, postbuilds=False + ): + """Write a Makefile rule that uses do_cmd. + + This makes the outputs dependent on the command line that was run, + as well as support the V= make command line flag. + """ + suffix = "" + if postbuilds: + assert "," not in command + suffix = ",,1" # Tell do_cmd to honor $POSTBUILDS + self.WriteMakeRule( + outputs, + inputs, + actions=[f"$(call do_cmd,{command}{suffix})"], + comment=comment, + command=command, + force=True, + ) + # Add our outputs to the list of targets we read depfiles from. + # all_deps is only used for deps file reading, and for deps files we replace + # spaces with ? because escaping doesn't work with make's $(sort) and + # other functions. + outputs = [QuoteSpaces(o, SPACE_REPLACEMENT) for o in outputs] + self.WriteLn("all_deps += %s" % " ".join(outputs)) + + def WriteMakeRule( + self, + outputs, + inputs, + actions=None, + comment=None, + order_only=False, + force=False, + phony=False, + command=None, + ): + """Write a Makefile rule, with some extra tricks. + + outputs: a list of outputs for the rule (note: this is not directly + supported by make; see comments below) + inputs: a list of inputs for the rule + actions: a list of shell commands to run for the rule + comment: a comment to put in the Makefile above the rule (also useful + for making this Python script's code self-documenting) + order_only: if true, makes the dependency order-only + force: if true, include FORCE_DO_CMD as an order-only dep + phony: if true, the rule does not actually generate the named output, the + output is just a name to run the rule + command: (optional) command name to generate unambiguous labels + """ + outputs = [QuoteSpaces(o) for o in outputs] + inputs = [QuoteSpaces(i) for i in inputs] + + if comment: + self.WriteLn("# " + comment) + if phony: + self.WriteLn(".PHONY: " + " ".join(outputs)) + if actions: + self.WriteLn("%s: TOOLSET := $(TOOLSET)" % outputs[0]) + force_append = " FORCE_DO_CMD" if force else "" + + if order_only: + # Order only rule: Just write a simple rule. + # TODO(evanm): just make order_only a list of deps instead of this hack. + self.WriteLn( + "{}: | {}{}".format(" ".join(outputs), " ".join(inputs), force_append) + ) + elif len(outputs) == 1: + # Regular rule, one output: Just write a simple rule. + self.WriteLn("{}: {}{}".format(outputs[0], " ".join(inputs), force_append)) + else: + # Regular rule, more than one output: Multiple outputs are tricky in + # make. We will write three rules: + # - All outputs depend on an intermediate file. + # - Make .INTERMEDIATE depend on the intermediate. + # - The intermediate file depends on the inputs and executes the + # actual command. + # - The intermediate recipe will 'touch' the intermediate file. + # - The multi-output rule will have an do-nothing recipe. + + # Hash the target name to avoid generating overlong filenames. + cmddigest = hashlib.sha1( + (command or self.target).encode("utf-8") + ).hexdigest() + intermediate = "%s.intermediate" % cmddigest + self.WriteLn("{}: {}".format(" ".join(outputs), intermediate)) + self.WriteLn("\t%s" % "@:") + self.WriteLn("{}: {}".format(".INTERMEDIATE", intermediate)) + self.WriteLn( + "{}: {}{}".format(intermediate, " ".join(inputs), force_append) + ) + actions.insert(0, "$(call do_cmd,touch)") + + if actions: + for action in actions: + self.WriteLn("\t%s" % action) + self.WriteLn() + + def WriteAndroidNdkModuleRule(self, module_name, all_sources, link_deps): + """Write a set of LOCAL_XXX definitions for Android NDK. + + These variable definitions will be used by Android NDK but do nothing for + non-Android applications. + + Arguments: + module_name: Android NDK module name, which must be unique among all + module names. + all_sources: A list of source files (will be filtered by Compilable). + link_deps: A list of link dependencies, which must be sorted in + the order from dependencies to dependents. + """ + if self.type not in ("executable", "shared_library", "static_library"): + return + + self.WriteLn("# Variable definitions for Android applications") + self.WriteLn("include $(CLEAR_VARS)") + self.WriteLn("LOCAL_MODULE := " + module_name) + self.WriteLn( + "LOCAL_CFLAGS := $(CFLAGS_$(BUILDTYPE)) " + "$(DEFS_$(BUILDTYPE)) " + # LOCAL_CFLAGS is applied to both of C and C++. There is + # no way to specify $(CFLAGS_C_$(BUILDTYPE)) only for C + # sources. + "$(CFLAGS_C_$(BUILDTYPE)) " + # $(INCS_$(BUILDTYPE)) includes the prefix '-I' while + # LOCAL_C_INCLUDES does not expect it. So put it in + # LOCAL_CFLAGS. + "$(INCS_$(BUILDTYPE))" + ) + # LOCAL_CXXFLAGS is obsolete and LOCAL_CPPFLAGS is preferred. + self.WriteLn("LOCAL_CPPFLAGS := $(CFLAGS_CC_$(BUILDTYPE))") + self.WriteLn("LOCAL_C_INCLUDES :=") + self.WriteLn("LOCAL_LDLIBS := $(LDFLAGS_$(BUILDTYPE)) $(LIBS)") + + # Detect the C++ extension. + cpp_ext = {".cc": 0, ".cpp": 0, ".cxx": 0} + default_cpp_ext = ".cpp" + for filename in all_sources: + ext = os.path.splitext(filename)[1] + if ext in cpp_ext: + cpp_ext[ext] += 1 + if cpp_ext[ext] > cpp_ext[default_cpp_ext]: + default_cpp_ext = ext + self.WriteLn("LOCAL_CPP_EXTENSION := " + default_cpp_ext) + + self.WriteList( + list(map(self.Absolutify, filter(Compilable, all_sources))), + "LOCAL_SRC_FILES", + ) + + # Filter out those which do not match prefix and suffix and produce + # the resulting list without prefix and suffix. + def DepsToModules(deps, prefix, suffix): + modules = [] + for filepath in deps: + filename = os.path.basename(filepath) + if filename.startswith(prefix) and filename.endswith(suffix): + modules.append(filename[len(prefix) : -len(suffix)]) + return modules + + # Retrieve the default value of 'SHARED_LIB_SUFFIX' + params = {"flavor": "linux"} + default_variables = {} + CalculateVariables(default_variables, params) + + self.WriteList( + DepsToModules( + link_deps, + generator_default_variables["SHARED_LIB_PREFIX"], + default_variables["SHARED_LIB_SUFFIX"], + ), + "LOCAL_SHARED_LIBRARIES", + ) + self.WriteList( + DepsToModules( + link_deps, + generator_default_variables["STATIC_LIB_PREFIX"], + generator_default_variables["STATIC_LIB_SUFFIX"], + ), + "LOCAL_STATIC_LIBRARIES", + ) + + if self.type == "executable": + self.WriteLn("include $(BUILD_EXECUTABLE)") + elif self.type == "shared_library": + self.WriteLn("include $(BUILD_SHARED_LIBRARY)") + elif self.type == "static_library": + self.WriteLn("include $(BUILD_STATIC_LIBRARY)") + self.WriteLn() + + def WriteLn(self, text=""): + self.fp.write(text + "\n") + + def GetSortedXcodeEnv(self, additional_settings=None): + return gyp.xcode_emulation.GetSortedXcodeEnv( + self.xcode_settings, + "$(abs_builddir)", + os.path.join("$(abs_srcdir)", self.path), + "$(BUILDTYPE)", + additional_settings, + ) + + def GetSortedXcodePostbuildEnv(self): + # CHROMIUM_STRIP_SAVE_FILE is a chromium-specific hack. + # TODO(thakis): It would be nice to have some general mechanism instead. + strip_save_file = self.xcode_settings.GetPerTargetSetting( + "CHROMIUM_STRIP_SAVE_FILE", "" + ) + # Even if strip_save_file is empty, explicitly write it. Else a postbuild + # might pick up an export from an earlier target. + return self.GetSortedXcodeEnv( + additional_settings={"CHROMIUM_STRIP_SAVE_FILE": strip_save_file} + ) + + def WriteSortedXcodeEnv(self, target, env): + for k, v in env: + # For + # foo := a\ b + # the escaped space does the right thing. For + # export foo := a\ b + # it does not -- the backslash is written to the env as literal character. + # So don't escape spaces in |env[k]|. + self.WriteLn(f"{QuoteSpaces(target)}: export {k} := {v}") + + def Objectify(self, path): + """Convert a path to its output directory form.""" + if "$(" in path: + path = path.replace("$(obj)/", "$(obj).%s/$(TARGET)/" % self.toolset) + if "$(obj)" not in path: + path = f"$(obj).{self.toolset}/$(TARGET)/{path}" + return path + + def Pchify(self, path, lang): + """Convert a prefix header path to its output directory form.""" + path = self.Absolutify(path) + if "$(" in path: + path = path.replace( + "$(obj)/", f"$(obj).{self.toolset}/$(TARGET)/pch-{lang}" + ) + return path + return f"$(obj).{self.toolset}/$(TARGET)/pch-{lang}/{path}" + + def Absolutify(self, path): + """Convert a subdirectory-relative path into a base-relative path. + Skips over paths that contain variables.""" + if "$(" in path: + # Don't call normpath in this case, as it might collapse the + # path too aggressively if it features '..'. However it's still + # important to strip trailing slashes. + return path.rstrip("/") + return os.path.normpath(os.path.join(self.path, path)) + + def ExpandInputRoot(self, template, expansion, dirname): + if "%(INPUT_ROOT)s" not in template and "%(INPUT_DIRNAME)s" not in template: + return template + path = template % { + "INPUT_ROOT": expansion, + "INPUT_DIRNAME": dirname, + } + return path + + def _InstallableTargetInstallPath(self): + """Returns the location of the final output for an installable target.""" + # Functionality removed for all platforms to match Xcode and hoist + # shared libraries into PRODUCT_DIR for users: + # Xcode puts shared_library results into PRODUCT_DIR, and some gyp files + # rely on this. Emulate this behavior for mac. + # if self.type == "shared_library" and ( + # self.flavor != "mac" or self.toolset != "target" + # ): + # # Install all shared libs into a common directory (per toolset) for + # # convenient access with LD_LIBRARY_PATH. + # return "$(builddir)/lib.%s/%s" % (self.toolset, self.alias) + if self.flavor == "zos" and self.type == "shared_library": + return "$(builddir)/lib.%s/%s" % (self.toolset, self.alias) + + return "$(builddir)/" + self.alias + + +def WriteAutoRegenerationRule(params, root_makefile, makefile_name, build_files): + """Write the target to regenerate the Makefile.""" + options = params["options"] + build_files_args = [ + gyp.common.RelativePath(filename, options.toplevel_dir) + for filename in params["build_files_arg"] + ] + + gyp_binary = gyp.common.FixIfRelativePath( + params["gyp_binary"], options.toplevel_dir + ) + if not gyp_binary.startswith(os.sep): + gyp_binary = os.path.join(".", gyp_binary) + + root_makefile.write( + "quiet_cmd_regen_makefile = ACTION Regenerating $@\n" + "cmd_regen_makefile = cd $(srcdir); %(cmd)s\n" + "%(makefile_name)s: %(deps)s\n" + "\t$(call do_cmd,regen_makefile)\n\n" + % { + "makefile_name": makefile_name, + "deps": replace_sep( + " ".join(SourceifyAndQuoteSpaces(bf) for bf in build_files) + ), + "cmd": replace_sep(gyp.common.EncodePOSIXShellList( + [gyp_binary, "-fmake"] + gyp.RegenerateFlags(options) + build_files_args + )), + } + ) + + +def PerformBuild(data, configurations, params): + options = params["options"] + for config in configurations: + arguments = ["make"] + if options.toplevel_dir and options.toplevel_dir != ".": + arguments += "-C", options.toplevel_dir + arguments.append("BUILDTYPE=" + config) + print(f"Building [{config}]: {arguments}") + subprocess.check_call(arguments) + + +def GenerateOutput(target_list, target_dicts, data, params): + options = params["options"] + flavor = gyp.common.GetFlavor(params) + generator_flags = params.get("generator_flags", {}) + builddir_name = generator_flags.get("output_dir", "out") + android_ndk_version = generator_flags.get("android_ndk_version", None) + default_target = generator_flags.get("default_target", "all") + + def CalculateMakefilePath(build_file, base_name): + """Determine where to write a Makefile for a given gyp file.""" + # Paths in gyp files are relative to the .gyp file, but we want + # paths relative to the source root for the master makefile. Grab + # the path of the .gyp file as the base to relativize against. + # E.g. "foo/bar" when we're constructing targets for "foo/bar/baz.gyp". + base_path = gyp.common.RelativePath(os.path.dirname(build_file), options.depth) + # We write the file in the base_path directory. + output_file = os.path.join(options.depth, base_path, base_name) + if options.generator_output: + output_file = os.path.join( + options.depth, options.generator_output, base_path, base_name + ) + base_path = gyp.common.RelativePath( + os.path.dirname(build_file), options.toplevel_dir + ) + return base_path, output_file + + # TODO: search for the first non-'Default' target. This can go + # away when we add verification that all targets have the + # necessary configurations. + default_configuration = None + toolsets = {target_dicts[target]["toolset"] for target in target_list} + for target in target_list: + spec = target_dicts[target] + if spec["default_configuration"] != "Default": + default_configuration = spec["default_configuration"] + break + if not default_configuration: + default_configuration = "Default" + + srcdir = "." + makefile_name = "Makefile" + options.suffix + makefile_path = os.path.join(options.toplevel_dir, makefile_name) + if options.generator_output: + global srcdir_prefix + makefile_path = os.path.join( + options.toplevel_dir, options.generator_output, makefile_name + ) + srcdir = replace_sep(gyp.common.RelativePath(srcdir, options.generator_output)) + srcdir_prefix = "$(srcdir)/" + + flock_command = "flock" + copy_archive_arguments = "-af" + makedep_arguments = "-MMD" + + # wasm-ld doesn't support --start-group/--end-group + link_commands = LINK_COMMANDS_LINUX + if flavor in ["wasi", "wasm"]: + link_commands = link_commands.replace(' -Wl,--start-group', '').replace( + ' -Wl,--end-group', '' + ) + + CC_target = replace_sep(GetEnvironFallback(("CC_target", "CC"), "$(CC)")) + AR_target = replace_sep(GetEnvironFallback(("AR_target", "AR"), "$(AR)")) + CXX_target = replace_sep(GetEnvironFallback(("CXX_target", "CXX"), "$(CXX)")) + LINK_target = replace_sep(GetEnvironFallback(("LINK_target", "LINK"), "$(LINK)")) + PLI_target = replace_sep(GetEnvironFallback(("PLI_target", "PLI"), "pli")) + CC_host = replace_sep(GetEnvironFallback(("CC_host", "CC"), "gcc")) + AR_host = replace_sep(GetEnvironFallback(("AR_host", "AR"), "ar")) + CXX_host = replace_sep(GetEnvironFallback(("CXX_host", "CXX"), "g++")) + LINK_host = replace_sep(GetEnvironFallback(("LINK_host", "LINK"), "$(CXX.host)")) + PLI_host = replace_sep(GetEnvironFallback(("PLI_host", "PLI"), "pli")) + + header_params = { + "default_target": default_target, + "builddir": builddir_name, + "default_configuration": default_configuration, + "flock": flock_command, + "flock_index": 1, + "link_commands": link_commands, + "extra_commands": "", + "srcdir": srcdir, + "copy_archive_args": copy_archive_arguments, + "makedep_args": makedep_arguments, + "CC.target": CC_target, + "AR.target": AR_target, + "CXX.target": CXX_target, + "LINK.target": LINK_target, + "PLI.target": PLI_target, + "CC.host": CC_host, + "AR.host": AR_host, + "CXX.host": CXX_host, + "LINK.host": LINK_host, + "PLI.host": PLI_host, + } + if flavor == "mac": + flock_command = "%s gyp-mac-tool flock" % sys.executable + header_params.update( + { + "flock": flock_command, + "flock_index": 2, + "link_commands": LINK_COMMANDS_MAC, + "extra_commands": SHARED_HEADER_MAC_COMMANDS, + } + ) + elif flavor == "android": + header_params.update({"link_commands": LINK_COMMANDS_ANDROID}) + elif flavor == "zos": + copy_archive_arguments = "-fPR" + CC_target = GetEnvironFallback(("CC_target", "CC"), "njsc") + makedep_arguments = "-MMD" + if CC_target == "clang": + CC_host = GetEnvironFallback(("CC_host", "CC"), "clang") + CXX_target = GetEnvironFallback(("CXX_target", "CXX"), "clang++") + CXX_host = GetEnvironFallback(("CXX_host", "CXX"), "clang++") + elif CC_target == "ibm-clang64": + CC_host = GetEnvironFallback(("CC_host", "CC"), "ibm-clang64") + CXX_target = GetEnvironFallback(("CXX_target", "CXX"), "ibm-clang++64") + CXX_host = GetEnvironFallback(("CXX_host", "CXX"), "ibm-clang++64") + elif CC_target == "ibm-clang": + CC_host = GetEnvironFallback(("CC_host", "CC"), "ibm-clang") + CXX_target = GetEnvironFallback(("CXX_target", "CXX"), "ibm-clang++") + CXX_host = GetEnvironFallback(("CXX_host", "CXX"), "ibm-clang++") + else: + # Node.js versions prior to v18: + makedep_arguments = "-qmakedep=gcc" + CC_host = GetEnvironFallback(("CC_host", "CC"), "njsc") + CXX_target = GetEnvironFallback(("CXX_target", "CXX"), "njsc++") + CXX_host = GetEnvironFallback(("CXX_host", "CXX"), "njsc++") + header_params.update( + { + "copy_archive_args": copy_archive_arguments, + "makedep_args": makedep_arguments, + "link_commands": LINK_COMMANDS_OS390, + "extra_commands": SHARED_HEADER_OS390_COMMANDS, + "CC.target": CC_target, + "CXX.target": CXX_target, + "CC.host": CC_host, + "CXX.host": CXX_host, + } + ) + elif flavor == "solaris": + copy_archive_arguments = "-pPRf@" + header_params.update( + { + "copy_archive_args": copy_archive_arguments, + "flock": "%s gyp-flock-tool flock" % sys.executable, + "flock_index": 2, + } + ) + elif flavor == "freebsd": + # Note: OpenBSD has sysutils/flock. lockf seems to be FreeBSD specific. + header_params.update({"flock": "lockf"}) + elif flavor == "openbsd": + copy_archive_arguments = "-pPRf" + header_params.update({"copy_archive_args": copy_archive_arguments}) + elif flavor == "aix": + copy_archive_arguments = "-pPRf" + header_params.update( + { + "copy_archive_args": copy_archive_arguments, + "link_commands": LINK_COMMANDS_AIX, + "flock": "%s gyp-flock-tool flock" % sys.executable, + "flock_index": 2, + } + ) + elif flavor == "os400": + copy_archive_arguments = "-pPRf" + header_params.update( + { + "copy_archive_args": copy_archive_arguments, + "link_commands": LINK_COMMANDS_OS400, + "flock": "%s gyp-flock-tool flock" % sys.executable, + "flock_index": 2, + } + ) + + build_file, _, _ = gyp.common.ParseQualifiedTarget(target_list[0]) + make_global_settings_array = data[build_file].get("make_global_settings", []) + wrappers = {} + for key, value in make_global_settings_array: + if key.endswith("_wrapper"): + wrappers[key[: -len("_wrapper")]] = "$(abspath %s)" % value + make_global_settings = "" + for key, value in make_global_settings_array: + if re.match(".*_wrapper", key): + continue + if value[0] != "$": + value = "$(abspath %s)" % value + wrapper = wrappers.get(key) + if wrapper: + value = f"{wrapper} {value}" + del wrappers[key] + if key in ("CC", "CC.host", "CXX", "CXX.host"): + make_global_settings += ( + "ifneq (,$(filter $(origin %s), undefined default))\n" % key + ) + # Let gyp-time envvars win over global settings. + env_key = key.replace(".", "_") # CC.host -> CC_host + if env_key in os.environ: + value = os.environ[env_key] + make_global_settings += f" {key} = {value}\n" + make_global_settings += "endif\n" + else: + make_global_settings += f"{key} ?= {value}\n" + # TODO(ukai): define cmd when only wrapper is specified in + # make_global_settings. + + header_params["make_global_settings"] = make_global_settings + + gyp.common.EnsureDirExists(makefile_path) + root_makefile = open(makefile_path, "w") + root_makefile.write(SHARED_HEADER % header_params) + # Currently any versions have the same effect, but in future the behavior + # could be different. + if android_ndk_version: + root_makefile.write( + "# Define LOCAL_PATH for build of Android applications.\n" + "LOCAL_PATH := $(call my-dir)\n" + "\n" + ) + for toolset in toolsets: + root_makefile.write("TOOLSET := %s\n" % toolset) + WriteRootHeaderSuffixRules(root_makefile) + + # Put build-time support tools next to the root Makefile. + dest_path = os.path.dirname(makefile_path) + gyp.common.CopyTool(flavor, dest_path) + + # Find the list of targets that derive from the gyp file(s) being built. + needed_targets = set() + for build_file in params["build_files"]: + for target in gyp.common.AllTargets(target_list, target_dicts, build_file): + needed_targets.add(target) + + build_files = set() + include_list = set() + for qualified_target in target_list: + build_file, target, toolset = gyp.common.ParseQualifiedTarget(qualified_target) + + this_make_global_settings = data[build_file].get("make_global_settings", []) + assert make_global_settings_array == this_make_global_settings, ( + "make_global_settings needs to be the same for all targets " + f"{this_make_global_settings} vs. {make_global_settings}" + ) + + build_files.add(gyp.common.RelativePath(build_file, options.toplevel_dir)) + included_files = data[build_file]["included_files"] + for included_file in included_files: + # The included_files entries are relative to the dir of the build file + # that included them, so we have to undo that and then make them relative + # to the root dir. + relative_include_file = gyp.common.RelativePath( + gyp.common.UnrelativePath(included_file, build_file), + options.toplevel_dir, + ) + abs_include_file = os.path.abspath(relative_include_file) + # If the include file is from the ~/.gyp dir, we should use absolute path + # so that relocating the src dir doesn't break the path. + if params["home_dot_gyp"] and abs_include_file.startswith( + params["home_dot_gyp"] + ): + build_files.add(abs_include_file) + else: + build_files.add(relative_include_file) + + base_path, output_file = CalculateMakefilePath( + build_file, target + "." + toolset + options.suffix + ".mk" + ) + + spec = target_dicts[qualified_target] + configs = spec["configurations"] + + if flavor == "mac": + gyp.xcode_emulation.MergeGlobalXcodeSettingsToSpec(data[build_file], spec) + + writer = MakefileWriter(generator_flags, flavor) + writer.Write( + qualified_target, + base_path, + output_file, + spec, + configs, + part_of_all=qualified_target in needed_targets, + ) + + # Our root_makefile lives at the source root. Compute the relative path + # from there to the output_file for including. + mkfile_rel_path = gyp.common.RelativePath( + output_file, os.path.dirname(makefile_path) + ) + include_list.add(mkfile_rel_path) + + # Write out per-gyp (sub-project) Makefiles. + depth_rel_path = gyp.common.RelativePath(options.depth, os.getcwd()) + for build_file in build_files: + # The paths in build_files were relativized above, so undo that before + # testing against the non-relativized items in target_list and before + # calculating the Makefile path. + build_file = os.path.join(depth_rel_path, build_file) + gyp_targets = [ + target_dicts[qualified_target]["target_name"] + for qualified_target in target_list + if qualified_target.startswith(build_file) + and qualified_target in needed_targets + ] + # Only generate Makefiles for gyp files with targets. + if not gyp_targets: + continue + base_path, output_file = CalculateMakefilePath( + build_file, os.path.splitext(os.path.basename(build_file))[0] + ".Makefile" + ) + makefile_rel_path = gyp.common.RelativePath( + os.path.dirname(makefile_path), os.path.dirname(output_file) + ) + writer.WriteSubMake(output_file, makefile_rel_path, gyp_targets, builddir_name) + + # Write out the sorted list of includes. + root_makefile.write("\n") + for include_file in sorted(include_list): + # We wrap each .mk include in an if statement so users can tell make to + # not load a file by setting NO_LOAD. The below make code says, only + # load the .mk file if the .mk filename doesn't start with a token in + # NO_LOAD. + root_makefile.write( + "ifeq ($(strip $(foreach prefix,$(NO_LOAD),\\\n" + " $(findstring $(join ^,$(prefix)),\\\n" + " $(join ^," + include_file + ")))),)\n" + ) + root_makefile.write(" include " + include_file + "\n") + root_makefile.write("endif\n") + root_makefile.write("\n") + + if not generator_flags.get("standalone") and generator_flags.get( + "auto_regeneration", True + ): + WriteAutoRegenerationRule(params, root_makefile, makefile_name, build_files) + + root_makefile.write(SHARED_FOOTER) + + root_makefile.close() diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py new file mode 100644 index 00000000..bea6e643 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py @@ -0,0 +1,3981 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + + +import ntpath +import os +import posixpath +import re +import subprocess +import sys + +from collections import OrderedDict + +import gyp.common +import gyp.easy_xml as easy_xml +import gyp.generator.ninja as ninja_generator +import gyp.MSVSNew as MSVSNew +import gyp.MSVSProject as MSVSProject +import gyp.MSVSSettings as MSVSSettings +import gyp.MSVSToolFile as MSVSToolFile +import gyp.MSVSUserFile as MSVSUserFile +import gyp.MSVSUtil as MSVSUtil +import gyp.MSVSVersion as MSVSVersion +from gyp.common import GypError +from gyp.common import OrderedSet + + +# Regular expression for validating Visual Studio GUIDs. If the GUID +# contains lowercase hex letters, MSVS will be fine. However, +# IncrediBuild BuildConsole will parse the solution file, but then +# silently skip building the target causing hard to track down errors. +# Note that this only happens with the BuildConsole, and does not occur +# if IncrediBuild is executed from inside Visual Studio. This regex +# validates that the string looks like a GUID with all uppercase hex +# letters. +VALID_MSVS_GUID_CHARS = re.compile(r"^[A-F0-9\-]+$") + +generator_supports_multiple_toolsets = gyp.common.CrossCompileRequested() + +generator_default_variables = { + "DRIVER_PREFIX": "", + "DRIVER_SUFFIX": ".sys", + "EXECUTABLE_PREFIX": "", + "EXECUTABLE_SUFFIX": ".exe", + "STATIC_LIB_PREFIX": "", + "SHARED_LIB_PREFIX": "", + "STATIC_LIB_SUFFIX": ".lib", + "SHARED_LIB_SUFFIX": ".dll", + "INTERMEDIATE_DIR": "$(IntDir)", + "SHARED_INTERMEDIATE_DIR": "$(OutDir)/obj/global_intermediate", + "OS": "win", + "PRODUCT_DIR": "$(OutDir)", + "LIB_DIR": "$(OutDir)lib", + "RULE_INPUT_ROOT": "$(InputName)", + "RULE_INPUT_DIRNAME": "$(InputDir)", + "RULE_INPUT_EXT": "$(InputExt)", + "RULE_INPUT_NAME": "$(InputFileName)", + "RULE_INPUT_PATH": "$(InputPath)", + "CONFIGURATION_NAME": "$(ConfigurationName)", +} + + +# The msvs specific sections that hold paths +generator_additional_path_sections = [ + "msvs_cygwin_dirs", + "msvs_props", +] + + +generator_additional_non_configuration_keys = [ + "msvs_cygwin_dirs", + "msvs_cygwin_shell", + "msvs_large_pdb", + "msvs_shard", + "msvs_external_builder", + "msvs_external_builder_out_dir", + "msvs_external_builder_build_cmd", + "msvs_external_builder_clean_cmd", + "msvs_external_builder_clcompile_cmd", + "msvs_enable_winrt", + "msvs_requires_importlibrary", + "msvs_enable_winphone", + "msvs_application_type_revision", + "msvs_target_platform_version", + "msvs_target_platform_minversion", +] + +generator_filelist_paths = None + +# List of precompiled header related keys. +precomp_keys = [ + "msvs_precompiled_header", + "msvs_precompiled_source", +] + + +cached_username = None + + +cached_domain = None + + +# TODO(gspencer): Switch the os.environ calls to be +# win32api.GetDomainName() and win32api.GetUserName() once the +# python version in depot_tools has been updated to work on Vista +# 64-bit. +def _GetDomainAndUserName(): + if sys.platform not in ("win32", "cygwin"): + return ("DOMAIN", "USERNAME") + global cached_username + global cached_domain + if not cached_domain or not cached_username: + domain = os.environ.get("USERDOMAIN") + username = os.environ.get("USERNAME") + if not domain or not username: + call = subprocess.Popen( + ["net", "config", "Workstation"], stdout=subprocess.PIPE + ) + config = call.communicate()[0].decode("utf-8") + username_re = re.compile(r"^User name\s+(\S+)", re.MULTILINE) + username_match = username_re.search(config) + if username_match: + username = username_match.group(1) + domain_re = re.compile(r"^Logon domain\s+(\S+)", re.MULTILINE) + domain_match = domain_re.search(config) + if domain_match: + domain = domain_match.group(1) + cached_domain = domain + cached_username = username + return (cached_domain, cached_username) + + +fixpath_prefix = None + + +def _NormalizedSource(source): + """Normalize the path. + + But not if that gets rid of a variable, as this may expand to something + larger than one directory. + + Arguments: + source: The path to be normalize.d + + Returns: + The normalized path. + """ + normalized = os.path.normpath(source) + if source.count("$") == normalized.count("$"): + source = normalized + return source + + +def _FixPath(path, separator="\\"): + """Convert paths to a form that will make sense in a vcproj file. + + Arguments: + path: The path to convert, may contain / etc. + Returns: + The path with all slashes made into backslashes. + """ + if ( + fixpath_prefix + and path + and not os.path.isabs(path) + and path[0] != "$" + and not _IsWindowsAbsPath(path) + ): + path = os.path.join(fixpath_prefix, path) + if separator == "\\": + path = path.replace("/", "\\") + path = _NormalizedSource(path) + if separator == "/": + path = path.replace("\\", "/") + if path and path[-1] == separator: + path = path[:-1] + return path + + +def _IsWindowsAbsPath(path): + """ + On Cygwin systems Python needs a little help determining if a path + is an absolute Windows path or not, so that + it does not treat those as relative, which results in bad paths like: + '..\\C:\\\\some_source_code_file.cc' + """ + return path.startswith("c:") or path.startswith("C:") + + +def _FixPaths(paths, separator="\\"): + """Fix each of the paths of the list.""" + return [_FixPath(i, separator) for i in paths] + + +def _ConvertSourcesToFilterHierarchy( + sources, prefix=None, excluded=None, list_excluded=True, msvs_version=None +): + """Converts a list split source file paths into a vcproj folder hierarchy. + + Arguments: + sources: A list of source file paths split. + prefix: A list of source file path layers meant to apply to each of sources. + excluded: A set of excluded files. + msvs_version: A MSVSVersion object. + + Returns: + A hierarchy of filenames and MSVSProject.Filter objects that matches the + layout of the source tree. + For example: + _ConvertSourcesToFilterHierarchy([['a', 'bob1.c'], ['b', 'bob2.c']], + prefix=['joe']) + --> + [MSVSProject.Filter('a', contents=['joe\\a\\bob1.c']), + MSVSProject.Filter('b', contents=['joe\\b\\bob2.c'])] + """ + if not prefix: + prefix = [] + result = [] + excluded_result = [] + folders = OrderedDict() + # Gather files into the final result, excluded, or folders. + for s in sources: + if len(s) == 1: + filename = _NormalizedSource("\\".join(prefix + s)) + if filename in excluded: + excluded_result.append(filename) + else: + result.append(filename) + elif msvs_version and not msvs_version.UsesVcxproj(): + # For MSVS 2008 and earlier, we need to process all files before walking + # the sub folders. + if not folders.get(s[0]): + folders[s[0]] = [] + folders[s[0]].append(s[1:]) + else: + contents = _ConvertSourcesToFilterHierarchy( + [s[1:]], + prefix + [s[0]], + excluded=excluded, + list_excluded=list_excluded, + msvs_version=msvs_version, + ) + contents = MSVSProject.Filter(s[0], contents=contents) + result.append(contents) + # Add a folder for excluded files. + if excluded_result and list_excluded: + excluded_folder = MSVSProject.Filter( + "_excluded_files", contents=excluded_result + ) + result.append(excluded_folder) + + if msvs_version and msvs_version.UsesVcxproj(): + return result + + # Populate all the folders. + for f in folders: + contents = _ConvertSourcesToFilterHierarchy( + folders[f], + prefix=prefix + [f], + excluded=excluded, + list_excluded=list_excluded, + msvs_version=msvs_version, + ) + contents = MSVSProject.Filter(f, contents=contents) + result.append(contents) + return result + + +def _ToolAppend(tools, tool_name, setting, value, only_if_unset=False): + if not value: + return + _ToolSetOrAppend(tools, tool_name, setting, value, only_if_unset) + + +def _ToolSetOrAppend(tools, tool_name, setting, value, only_if_unset=False): + # TODO(bradnelson): ugly hack, fix this more generally!!! + if "Directories" in setting or "Dependencies" in setting: + if isinstance(value, str): + value = value.replace("/", "\\") + else: + value = [i.replace("/", "\\") for i in value] + if not tools.get(tool_name): + tools[tool_name] = {} + tool = tools[tool_name] + if setting == "CompileAsWinRT": + return + if tool.get(setting): + if only_if_unset: + return + if isinstance(tool[setting], list) and isinstance(value, list): + tool[setting] += value + else: + raise TypeError( + 'Appending "%s" to a non-list setting "%s" for tool "%s" is ' + "not allowed, previous value: %s" + % (value, setting, tool_name, str(tool[setting])) + ) + else: + tool[setting] = value + + +def _ConfigTargetVersion(config_data): + return config_data.get("msvs_target_version", "Windows7") + + +def _ConfigPlatform(config_data): + return config_data.get("msvs_configuration_platform", "Win32") + + +def _ConfigBaseName(config_name, platform_name): + if config_name.endswith("_" + platform_name): + return config_name[0 : -len(platform_name) - 1] + else: + return config_name + + +def _ConfigFullName(config_name, config_data): + platform_name = _ConfigPlatform(config_data) + return f"{_ConfigBaseName(config_name, platform_name)}|{platform_name}" + + +def _ConfigWindowsTargetPlatformVersion(config_data, version): + target_ver = config_data.get("msvs_windows_target_platform_version") + if target_ver and re.match(r"^\d+", target_ver): + return target_ver + config_ver = config_data.get("msvs_windows_sdk_version") + vers = [config_ver] if config_ver else version.compatible_sdks + for ver in vers: + for key in [ + r"HKLM\Software\Microsoft\Microsoft SDKs\Windows\%s", + r"HKLM\Software\Wow6432Node\Microsoft\Microsoft SDKs\Windows\%s", + ]: + sdk_dir = MSVSVersion._RegistryGetValue(key % ver, "InstallationFolder") + if not sdk_dir: + continue + version = MSVSVersion._RegistryGetValue(key % ver, "ProductVersion") or "" + # Find a matching entry in sdk_dir\include. + expected_sdk_dir = r"%s\include" % sdk_dir + names = sorted( + ( + x + for x in ( + os.listdir(expected_sdk_dir) + if os.path.isdir(expected_sdk_dir) + else [] + ) + if x.startswith(version) + ), + reverse=True, + ) + if names: + return names[0] + else: + print( + "Warning: No include files found for detected " + "Windows SDK version %s" % (version), + file=sys.stdout, + ) + + +def _BuildCommandLineForRuleRaw( + spec, cmd, cygwin_shell, has_input_path, quote_cmd, do_setup_env +): + + if [x for x in cmd if "$(InputDir)" in x]: + input_dir_preamble = ( + "set INPUTDIR=$(InputDir)\n" + "if NOT DEFINED INPUTDIR set INPUTDIR=.\\\n" + "set INPUTDIR=%INPUTDIR:~0,-1%\n" + ) + else: + input_dir_preamble = "" + + if cygwin_shell: + # Find path to cygwin. + cygwin_dir = _FixPath(spec.get("msvs_cygwin_dirs", ["."])[0]) + # Prepare command. + direct_cmd = cmd + direct_cmd = [ + i.replace("$(IntDir)", '`cygpath -m "${INTDIR}"`') for i in direct_cmd + ] + direct_cmd = [ + i.replace("$(OutDir)", '`cygpath -m "${OUTDIR}"`') for i in direct_cmd + ] + direct_cmd = [ + i.replace("$(InputDir)", '`cygpath -m "${INPUTDIR}"`') for i in direct_cmd + ] + if has_input_path: + direct_cmd = [ + i.replace("$(InputPath)", '`cygpath -m "${INPUTPATH}"`') + for i in direct_cmd + ] + direct_cmd = ['\\"%s\\"' % i.replace('"', '\\\\\\"') for i in direct_cmd] + # direct_cmd = gyp.common.EncodePOSIXShellList(direct_cmd) + direct_cmd = " ".join(direct_cmd) + # TODO(quote): regularize quoting path names throughout the module + cmd = "" + if do_setup_env: + cmd += 'call "$(ProjectDir)%(cygwin_dir)s\\setup_env.bat" && ' + cmd += "set CYGWIN=nontsec&& " + if direct_cmd.find("NUMBER_OF_PROCESSORS") >= 0: + cmd += "set /a NUMBER_OF_PROCESSORS_PLUS_1=%%NUMBER_OF_PROCESSORS%%+1&& " + if direct_cmd.find("INTDIR") >= 0: + cmd += "set INTDIR=$(IntDir)&& " + if direct_cmd.find("OUTDIR") >= 0: + cmd += "set OUTDIR=$(OutDir)&& " + if has_input_path and direct_cmd.find("INPUTPATH") >= 0: + cmd += "set INPUTPATH=$(InputPath) && " + cmd += 'bash -c "%(cmd)s"' + cmd = cmd % {"cygwin_dir": cygwin_dir, "cmd": direct_cmd} + return input_dir_preamble + cmd + else: + # Convert cat --> type to mimic unix. + command = ["type"] if cmd[0] == "cat" else [cmd[0].replace("/", "\\")] + # Add call before command to ensure that commands can be tied together one + # after the other without aborting in Incredibuild, since IB makes a bat + # file out of the raw command string, and some commands (like python) are + # actually batch files themselves. + command.insert(0, "call") + # Fix the paths + # TODO(quote): This is a really ugly heuristic, and will miss path fixing + # for arguments like "--arg=path", arg=path, or "/opt:path". + # If the argument starts with a slash or dash, or contains an equal sign, + # it's probably a command line switch. + # Return the path with forward slashes because the command using it might + # not support backslashes. + arguments = [ + i if (i[:1] in "/-" or "=" in i) else _FixPath(i, "/") + for i in cmd[1:] + ] + arguments = [i.replace("$(InputDir)", "%INPUTDIR%") for i in arguments] + arguments = [MSVSSettings.FixVCMacroSlashes(i) for i in arguments] + if quote_cmd: + # Support a mode for using cmd directly. + # Convert any paths to native form (first element is used directly). + # TODO(quote): regularize quoting path names throughout the module + command[1] = '"%s"' % command[1] + arguments = ['"%s"' % i for i in arguments] + # Collapse into a single command. + return input_dir_preamble + " ".join(command + arguments) + + +def _BuildCommandLineForRule(spec, rule, has_input_path, do_setup_env): + # Currently this weird argument munging is used to duplicate the way a + # python script would need to be run as part of the chrome tree. + # Eventually we should add some sort of rule_default option to set this + # per project. For now the behavior chrome needs is the default. + mcs = rule.get("msvs_cygwin_shell") + if mcs is None: + mcs = int(spec.get("msvs_cygwin_shell", 1)) + elif isinstance(mcs, str): + mcs = int(mcs) + quote_cmd = int(rule.get("msvs_quote_cmd", 1)) + return _BuildCommandLineForRuleRaw( + spec, rule["action"], mcs, has_input_path, quote_cmd, do_setup_env=do_setup_env + ) + + +def _AddActionStep(actions_dict, inputs, outputs, description, command): + """Merge action into an existing list of actions. + + Care must be taken so that actions which have overlapping inputs either don't + get assigned to the same input, or get collapsed into one. + + Arguments: + actions_dict: dictionary keyed on input name, which maps to a list of + dicts describing the actions attached to that input file. + inputs: list of inputs + outputs: list of outputs + description: description of the action + command: command line to execute + """ + # Require there to be at least one input (call sites will ensure this). + assert inputs + + action = { + "inputs": inputs, + "outputs": outputs, + "description": description, + "command": command, + } + + # Pick where to stick this action. + # While less than optimal in terms of build time, attach them to the first + # input for now. + chosen_input = inputs[0] + + # Add it there. + if chosen_input not in actions_dict: + actions_dict[chosen_input] = [] + actions_dict[chosen_input].append(action) + + +def _AddCustomBuildToolForMSVS( + p, spec, primary_input, inputs, outputs, description, cmd +): + """Add a custom build tool to execute something. + + Arguments: + p: the target project + spec: the target project dict + primary_input: input file to attach the build tool to + inputs: list of inputs + outputs: list of outputs + description: description of the action + cmd: command line to execute + """ + inputs = _FixPaths(inputs) + outputs = _FixPaths(outputs) + tool = MSVSProject.Tool( + "VCCustomBuildTool", + { + "Description": description, + "AdditionalDependencies": ";".join(inputs), + "Outputs": ";".join(outputs), + "CommandLine": cmd, + }, + ) + # Add to the properties of primary input for each config. + for config_name, c_data in spec["configurations"].items(): + p.AddFileConfig( + _FixPath(primary_input), _ConfigFullName(config_name, c_data), tools=[tool] + ) + + +def _AddAccumulatedActionsToMSVS(p, spec, actions_dict): + """Add actions accumulated into an actions_dict, merging as needed. + + Arguments: + p: the target project + spec: the target project dict + actions_dict: dictionary keyed on input name, which maps to a list of + dicts describing the actions attached to that input file. + """ + for primary_input in actions_dict: + inputs = OrderedSet() + outputs = OrderedSet() + descriptions = [] + commands = [] + for action in actions_dict[primary_input]: + inputs.update(OrderedSet(action["inputs"])) + outputs.update(OrderedSet(action["outputs"])) + descriptions.append(action["description"]) + commands.append(action["command"]) + # Add the custom build step for one input file. + description = ", and also ".join(descriptions) + command = "\r\n".join(commands) + _AddCustomBuildToolForMSVS( + p, + spec, + primary_input=primary_input, + inputs=inputs, + outputs=outputs, + description=description, + cmd=command, + ) + + +def _RuleExpandPath(path, input_file): + """Given the input file to which a rule applied, string substitute a path. + + Arguments: + path: a path to string expand + input_file: the file to which the rule applied. + Returns: + The string substituted path. + """ + path = path.replace( + "$(InputName)", os.path.splitext(os.path.split(input_file)[1])[0] + ) + path = path.replace("$(InputDir)", os.path.dirname(input_file)) + path = path.replace( + "$(InputExt)", os.path.splitext(os.path.split(input_file)[1])[1] + ) + path = path.replace("$(InputFileName)", os.path.split(input_file)[1]) + path = path.replace("$(InputPath)", input_file) + return path + + +def _FindRuleTriggerFiles(rule, sources): + """Find the list of files which a particular rule applies to. + + Arguments: + rule: the rule in question + sources: the set of all known source files for this project + Returns: + The list of sources that trigger a particular rule. + """ + return rule.get("rule_sources", []) + + +def _RuleInputsAndOutputs(rule, trigger_file): + """Find the inputs and outputs generated by a rule. + + Arguments: + rule: the rule in question. + trigger_file: the main trigger for this rule. + Returns: + The pair of (inputs, outputs) involved in this rule. + """ + raw_inputs = _FixPaths(rule.get("inputs", [])) + raw_outputs = _FixPaths(rule.get("outputs", [])) + inputs = OrderedSet() + outputs = OrderedSet() + inputs.add(trigger_file) + for i in raw_inputs: + inputs.add(_RuleExpandPath(i, trigger_file)) + for o in raw_outputs: + outputs.add(_RuleExpandPath(o, trigger_file)) + return (inputs, outputs) + + +def _GenerateNativeRulesForMSVS(p, rules, output_dir, spec, options): + """Generate a native rules file. + + Arguments: + p: the target project + rules: the set of rules to include + output_dir: the directory in which the project/gyp resides + spec: the project dict + options: global generator options + """ + rules_filename = "{}{}.rules".format(spec["target_name"], options.suffix) + rules_file = MSVSToolFile.Writer( + os.path.join(output_dir, rules_filename), spec["target_name"] + ) + # Add each rule. + for r in rules: + rule_name = r["rule_name"] + rule_ext = r["extension"] + inputs = _FixPaths(r.get("inputs", [])) + outputs = _FixPaths(r.get("outputs", [])) + # Skip a rule with no action and no inputs. + if "action" not in r and not r.get("rule_sources", []): + continue + cmd = _BuildCommandLineForRule(spec, r, has_input_path=True, do_setup_env=True) + rules_file.AddCustomBuildRule( + name=rule_name, + description=r.get("message", rule_name), + extensions=[rule_ext], + additional_dependencies=inputs, + outputs=outputs, + cmd=cmd, + ) + # Write out rules file. + rules_file.WriteIfChanged() + + # Add rules file to project. + p.AddToolFile(rules_filename) + + +def _Cygwinify(path): + path = path.replace("$(OutDir)", "$(OutDirCygwin)") + path = path.replace("$(IntDir)", "$(IntDirCygwin)") + return path + + +def _GenerateExternalRules(rules, output_dir, spec, sources, options, actions_to_add): + """Generate an external makefile to do a set of rules. + + Arguments: + rules: the list of rules to include + output_dir: path containing project and gyp files + spec: project specification data + sources: set of sources known + options: global generator options + actions_to_add: The list of actions we will add to. + """ + filename = "{}_rules{}.mk".format(spec["target_name"], options.suffix) + mk_file = gyp.common.WriteOnDiff(os.path.join(output_dir, filename)) + # Find cygwin style versions of some paths. + mk_file.write('OutDirCygwin:=$(shell cygpath -u "$(OutDir)")\n') + mk_file.write('IntDirCygwin:=$(shell cygpath -u "$(IntDir)")\n') + # Gather stuff needed to emit all: target. + all_inputs = OrderedSet() + all_outputs = OrderedSet() + all_output_dirs = OrderedSet() + first_outputs = [] + for rule in rules: + trigger_files = _FindRuleTriggerFiles(rule, sources) + for tf in trigger_files: + inputs, outputs = _RuleInputsAndOutputs(rule, tf) + all_inputs.update(OrderedSet(inputs)) + all_outputs.update(OrderedSet(outputs)) + # Only use one target from each rule as the dependency for + # 'all' so we don't try to build each rule multiple times. + first_outputs.append(next(iter(outputs))) + # Get the unique output directories for this rule. + output_dirs = [os.path.split(i)[0] for i in outputs] + for od in output_dirs: + all_output_dirs.add(od) + first_outputs_cyg = [_Cygwinify(i) for i in first_outputs] + # Write out all: target, including mkdir for each output directory. + mk_file.write("all: %s\n" % " ".join(first_outputs_cyg)) + for od in all_output_dirs: + if od: + mk_file.write('\tmkdir -p `cygpath -u "%s"`\n' % od) + mk_file.write("\n") + # Define how each output is generated. + for rule in rules: + trigger_files = _FindRuleTriggerFiles(rule, sources) + for tf in trigger_files: + # Get all the inputs and outputs for this rule for this trigger file. + inputs, outputs = _RuleInputsAndOutputs(rule, tf) + inputs = [_Cygwinify(i) for i in inputs] + outputs = [_Cygwinify(i) for i in outputs] + # Prepare the command line for this rule. + cmd = [_RuleExpandPath(c, tf) for c in rule["action"]] + cmd = ['"%s"' % i for i in cmd] + cmd = " ".join(cmd) + # Add it to the makefile. + mk_file.write("{}: {}\n".format(" ".join(outputs), " ".join(inputs))) + mk_file.write("\t%s\n\n" % cmd) + # Close up the file. + mk_file.close() + + # Add makefile to list of sources. + sources.add(filename) + # Add a build action to call makefile. + cmd = [ + "make", + "OutDir=$(OutDir)", + "IntDir=$(IntDir)", + "-j", + "${NUMBER_OF_PROCESSORS_PLUS_1}", + "-f", + filename, + ] + cmd = _BuildCommandLineForRuleRaw(spec, cmd, True, False, True, True) + # Insert makefile as 0'th input, so it gets the action attached there, + # as this is easier to understand from in the IDE. + all_inputs = list(all_inputs) + all_inputs.insert(0, filename) + _AddActionStep( + actions_to_add, + inputs=_FixPaths(all_inputs), + outputs=_FixPaths(all_outputs), + description="Running external rules for %s" % spec["target_name"], + command=cmd, + ) + + +def _EscapeEnvironmentVariableExpansion(s): + """Escapes % characters. + + Escapes any % characters so that Windows-style environment variable + expansions will leave them alone. + See http://connect.microsoft.com/VisualStudio/feedback/details/106127/cl-d-name-text-containing-percentage-characters-doesnt-compile + to understand why we have to do this. + + Args: + s: The string to be escaped. + + Returns: + The escaped string. + """ + s = s.replace("%", "%%") + return s + + +quote_replacer_regex = re.compile(r'(\\*)"') + + +def _EscapeCommandLineArgumentForMSVS(s): + """Escapes a Windows command-line argument. + + So that the Win32 CommandLineToArgv function will turn the escaped result back + into the original string. + See http://msdn.microsoft.com/en-us/library/17w5ykft.aspx + ("Parsing C++ Command-Line Arguments") to understand why we have to do + this. + + Args: + s: the string to be escaped. + Returns: + the escaped string. + """ + + def _Replace(match): + # For a literal quote, CommandLineToArgv requires an odd number of + # backslashes preceding it, and it produces half as many literal backslashes + # (rounded down). So we need to produce 2n+1 backslashes. + return 2 * match.group(1) + '\\"' + + # Escape all quotes so that they are interpreted literally. + s = quote_replacer_regex.sub(_Replace, s) + # Now add unescaped quotes so that any whitespace is interpreted literally. + s = '"' + s + '"' + return s + + +delimiters_replacer_regex = re.compile(r"(\\*)([,;]+)") + + +def _EscapeVCProjCommandLineArgListItem(s): + """Escapes command line arguments for MSVS. + + The VCProj format stores string lists in a single string using commas and + semi-colons as separators, which must be quoted if they are to be + interpreted literally. However, command-line arguments may already have + quotes, and the VCProj parser is ignorant of the backslash escaping + convention used by CommandLineToArgv, so the command-line quotes and the + VCProj quotes may not be the same quotes. So to store a general + command-line argument in a VCProj list, we need to parse the existing + quoting according to VCProj's convention and quote any delimiters that are + not already quoted by that convention. The quotes that we add will also be + seen by CommandLineToArgv, so if backslashes precede them then we also have + to escape those backslashes according to the CommandLineToArgv + convention. + + Args: + s: the string to be escaped. + Returns: + the escaped string. + """ + + def _Replace(match): + # For a non-literal quote, CommandLineToArgv requires an even number of + # backslashes preceding it, and it produces half as many literal + # backslashes. So we need to produce 2n backslashes. + return 2 * match.group(1) + '"' + match.group(2) + '"' + + segments = s.split('"') + # The unquoted segments are at the even-numbered indices. + for i in range(0, len(segments), 2): + segments[i] = delimiters_replacer_regex.sub(_Replace, segments[i]) + # Concatenate back into a single string + s = '"'.join(segments) + if len(segments) % 2 == 0: + # String ends while still quoted according to VCProj's convention. This + # means the delimiter and the next list item that follow this one in the + # .vcproj file will be misinterpreted as part of this item. There is nothing + # we can do about this. Adding an extra quote would correct the problem in + # the VCProj but cause the same problem on the final command-line. Moving + # the item to the end of the list does works, but that's only possible if + # there's only one such item. Let's just warn the user. + print( + "Warning: MSVS may misinterpret the odd number of " + "quotes in " + s, + file=sys.stderr, + ) + return s + + +def _EscapeCppDefineForMSVS(s): + """Escapes a CPP define so that it will reach the compiler unaltered.""" + s = _EscapeEnvironmentVariableExpansion(s) + s = _EscapeCommandLineArgumentForMSVS(s) + s = _EscapeVCProjCommandLineArgListItem(s) + # cl.exe replaces literal # characters with = in preprocessor definitions for + # some reason. Octal-encode to work around that. + s = s.replace("#", "\\%03o" % ord("#")) + return s + + +quote_replacer_regex2 = re.compile(r'(\\+)"') + + +def _EscapeCommandLineArgumentForMSBuild(s): + """Escapes a Windows command-line argument for use by MSBuild.""" + + def _Replace(match): + return (len(match.group(1)) / 2 * 4) * "\\" + '\\"' + + # Escape all quotes so that they are interpreted literally. + s = quote_replacer_regex2.sub(_Replace, s) + return s + + +def _EscapeMSBuildSpecialCharacters(s): + escape_dictionary = { + "%": "%25", + "$": "%24", + "@": "%40", + "'": "%27", + ";": "%3B", + "?": "%3F", + "*": "%2A", + } + result = "".join([escape_dictionary.get(c, c) for c in s]) + return result + + +def _EscapeCppDefineForMSBuild(s): + """Escapes a CPP define so that it will reach the compiler unaltered.""" + s = _EscapeEnvironmentVariableExpansion(s) + s = _EscapeCommandLineArgumentForMSBuild(s) + s = _EscapeMSBuildSpecialCharacters(s) + # cl.exe replaces literal # characters with = in preprocessor definitions for + # some reason. Octal-encode to work around that. + s = s.replace("#", "\\%03o" % ord("#")) + return s + + +def _GenerateRulesForMSVS( + p, output_dir, options, spec, sources, excluded_sources, actions_to_add +): + """Generate all the rules for a particular project. + + Arguments: + p: the project + output_dir: directory to emit rules to + options: global options passed to the generator + spec: the specification for this project + sources: the set of all known source files in this project + excluded_sources: the set of sources excluded from normal processing + actions_to_add: deferred list of actions to add in + """ + rules = spec.get("rules", []) + rules_native = [r for r in rules if not int(r.get("msvs_external_rule", 0))] + rules_external = [r for r in rules if int(r.get("msvs_external_rule", 0))] + + # Handle rules that use a native rules file. + if rules_native: + _GenerateNativeRulesForMSVS(p, rules_native, output_dir, spec, options) + + # Handle external rules (non-native rules). + if rules_external: + _GenerateExternalRules( + rules_external, output_dir, spec, sources, options, actions_to_add + ) + _AdjustSourcesForRules(rules, sources, excluded_sources, False) + + +def _AdjustSourcesForRules(rules, sources, excluded_sources, is_msbuild): + # Add outputs generated by each rule (if applicable). + for rule in rules: + # Add in the outputs from this rule. + trigger_files = _FindRuleTriggerFiles(rule, sources) + for trigger_file in trigger_files: + # Remove trigger_file from excluded_sources to let the rule be triggered + # (e.g. rule trigger ax_enums.idl is added to excluded_sources + # because it's also in an action's inputs in the same project) + excluded_sources.discard(_FixPath(trigger_file)) + # Done if not processing outputs as sources. + if int(rule.get("process_outputs_as_sources", False)): + inputs, outputs = _RuleInputsAndOutputs(rule, trigger_file) + inputs = OrderedSet(_FixPaths(inputs)) + outputs = OrderedSet(_FixPaths(outputs)) + inputs.remove(_FixPath(trigger_file)) + sources.update(inputs) + if not is_msbuild: + excluded_sources.update(inputs) + sources.update(outputs) + + +def _FilterActionsFromExcluded(excluded_sources, actions_to_add): + """Take inputs with actions attached out of the list of exclusions. + + Arguments: + excluded_sources: list of source files not to be built. + actions_to_add: dict of actions keyed on source file they're attached to. + Returns: + excluded_sources with files that have actions attached removed. + """ + must_keep = OrderedSet(_FixPaths(actions_to_add.keys())) + return [s for s in excluded_sources if s not in must_keep] + + +def _GetDefaultConfiguration(spec): + return spec["configurations"][spec["default_configuration"]] + + +def _GetGuidOfProject(proj_path, spec): + """Get the guid for the project. + + Arguments: + proj_path: Path of the vcproj or vcxproj file to generate. + spec: The target dictionary containing the properties of the target. + Returns: + the guid. + Raises: + ValueError: if the specified GUID is invalid. + """ + # Pluck out the default configuration. + default_config = _GetDefaultConfiguration(spec) + # Decide the guid of the project. + guid = default_config.get("msvs_guid") + if guid: + if VALID_MSVS_GUID_CHARS.match(guid) is None: + raise ValueError( + 'Invalid MSVS guid: "%s". Must match regex: "%s".' + % (guid, VALID_MSVS_GUID_CHARS.pattern) + ) + guid = "{%s}" % guid + guid = guid or MSVSNew.MakeGuid(proj_path) + return guid + + +def _GetMsbuildToolsetOfProject(proj_path, spec, version): + """Get the platform toolset for the project. + + Arguments: + proj_path: Path of the vcproj or vcxproj file to generate. + spec: The target dictionary containing the properties of the target. + version: The MSVSVersion object. + Returns: + the platform toolset string or None. + """ + # Pluck out the default configuration. + default_config = _GetDefaultConfiguration(spec) + toolset = default_config.get("msbuild_toolset") + if not toolset and version.DefaultToolset(): + toolset = version.DefaultToolset() + if spec["type"] == "windows_driver": + toolset = "WindowsKernelModeDriver10.0" + return toolset + + +def _GenerateProject(project, options, version, generator_flags, spec): + """Generates a vcproj file. + + Arguments: + project: the MSVSProject object. + options: global generator options. + version: the MSVSVersion object. + generator_flags: dict of generator-specific flags. + Returns: + A list of source files that cannot be found on disk. + """ + default_config = _GetDefaultConfiguration(project.spec) + + # Skip emitting anything if told to with msvs_existing_vcproj option. + if default_config.get("msvs_existing_vcproj"): + return [] + + if version.UsesVcxproj(): + return _GenerateMSBuildProject(project, options, version, generator_flags, spec) + else: + return _GenerateMSVSProject(project, options, version, generator_flags) + + +def _GenerateMSVSProject(project, options, version, generator_flags): + """Generates a .vcproj file. It may create .rules and .user files too. + + Arguments: + project: The project object we will generate the file for. + options: Global options passed to the generator. + version: The VisualStudioVersion object. + generator_flags: dict of generator-specific flags. + """ + spec = project.spec + gyp.common.EnsureDirExists(project.path) + + platforms = _GetUniquePlatforms(spec) + p = MSVSProject.Writer( + project.path, version, spec["target_name"], project.guid, platforms + ) + + # Get directory project file is in. + project_dir = os.path.split(project.path)[0] + gyp_path = _NormalizedSource(project.build_file) + relative_path_of_gyp_file = gyp.common.RelativePath(gyp_path, project_dir) + + config_type = _GetMSVSConfigurationType(spec, project.build_file) + for config_name, config in spec["configurations"].items(): + _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config) + + # Prepare list of sources and excluded sources. + gyp_file = os.path.split(project.build_file)[1] + sources, excluded_sources = _PrepareListOfSources(spec, generator_flags, gyp_file) + + # Add rules. + actions_to_add = {} + _GenerateRulesForMSVS( + p, project_dir, options, spec, sources, excluded_sources, actions_to_add + ) + list_excluded = generator_flags.get("msvs_list_excluded_files", True) + sources, excluded_sources, excluded_idl = _AdjustSourcesAndConvertToFilterHierarchy( + spec, options, project_dir, sources, excluded_sources, list_excluded, version + ) + + # Add in files. + missing_sources = _VerifySourcesExist(sources, project_dir) + p.AddFiles(sources) + + _AddToolFilesToMSVS(p, spec) + _HandlePreCompiledHeaders(p, sources, spec) + _AddActions(actions_to_add, spec, relative_path_of_gyp_file) + _AddCopies(actions_to_add, spec) + _WriteMSVSUserFile(project.path, version, spec) + + # NOTE: this stanza must appear after all actions have been decided. + # Don't excluded sources with actions attached, or they won't run. + excluded_sources = _FilterActionsFromExcluded(excluded_sources, actions_to_add) + _ExcludeFilesFromBeingBuilt(p, spec, excluded_sources, excluded_idl, list_excluded) + _AddAccumulatedActionsToMSVS(p, spec, actions_to_add) + + # Write it out. + p.WriteIfChanged() + + return missing_sources + + +def _GetUniquePlatforms(spec): + """Returns the list of unique platforms for this spec, e.g ['win32', ...]. + + Arguments: + spec: The target dictionary containing the properties of the target. + Returns: + The MSVSUserFile object created. + """ + # Gather list of unique platforms. + platforms = OrderedSet() + for configuration in spec["configurations"]: + platforms.add(_ConfigPlatform(spec["configurations"][configuration])) + platforms = list(platforms) + return platforms + + +def _CreateMSVSUserFile(proj_path, version, spec): + """Generates a .user file for the user running this Gyp program. + + Arguments: + proj_path: The path of the project file being created. The .user file + shares the same path (with an appropriate suffix). + version: The VisualStudioVersion object. + spec: The target dictionary containing the properties of the target. + Returns: + The MSVSUserFile object created. + """ + (domain, username) = _GetDomainAndUserName() + vcuser_filename = ".".join([proj_path, domain, username, "user"]) + user_file = MSVSUserFile.Writer(vcuser_filename, version, spec["target_name"]) + return user_file + + +def _GetMSVSConfigurationType(spec, build_file): + """Returns the configuration type for this project. + + It's a number defined by Microsoft. May raise an exception. + + Args: + spec: The target dictionary containing the properties of the target. + build_file: The path of the gyp file. + Returns: + An integer, the configuration type. + """ + try: + config_type = { + "executable": "1", # .exe + "shared_library": "2", # .dll + "loadable_module": "2", # .dll + "static_library": "4", # .lib + "windows_driver": "5", # .sys + "none": "10", # Utility type + }[spec["type"]] + except KeyError: + if spec.get("type"): + raise GypError( + "Target type %s is not a valid target type for " + "target %s in %s." % (spec["type"], spec["target_name"], build_file) + ) + else: + raise GypError( + "Missing type field for target %s in %s." + % (spec["target_name"], build_file) + ) + return config_type + + +def _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config): + """Adds a configuration to the MSVS project. + + Many settings in a vcproj file are specific to a configuration. This + function the main part of the vcproj file that's configuration specific. + + Arguments: + p: The target project being generated. + spec: The target dictionary containing the properties of the target. + config_type: The configuration type, a number as defined by Microsoft. + config_name: The name of the configuration. + config: The dictionary that defines the special processing to be done + for this configuration. + """ + # Get the information for this configuration + include_dirs, midl_include_dirs, resource_include_dirs = _GetIncludeDirs(config) + libraries = _GetLibraries(spec) + library_dirs = _GetLibraryDirs(config) + out_file, vc_tool, _ = _GetOutputFilePathAndTool(spec, msbuild=False) + defines = _GetDefines(config) + defines = [_EscapeCppDefineForMSVS(d) for d in defines] + disabled_warnings = _GetDisabledWarnings(config) + prebuild = config.get("msvs_prebuild") + postbuild = config.get("msvs_postbuild") + def_file = _GetModuleDefinition(spec) + precompiled_header = config.get("msvs_precompiled_header") + + # Prepare the list of tools as a dictionary. + tools = {} + # Add in user specified msvs_settings. + msvs_settings = config.get("msvs_settings", {}) + MSVSSettings.ValidateMSVSSettings(msvs_settings) + + # Prevent default library inheritance from the environment. + _ToolAppend(tools, "VCLinkerTool", "AdditionalDependencies", ["$(NOINHERIT)"]) + + for tool in msvs_settings: + settings = config["msvs_settings"][tool] + for setting in settings: + _ToolAppend(tools, tool, setting, settings[setting]) + # Add the information to the appropriate tool + _ToolAppend(tools, "VCCLCompilerTool", "AdditionalIncludeDirectories", include_dirs) + _ToolAppend(tools, "VCMIDLTool", "AdditionalIncludeDirectories", midl_include_dirs) + _ToolAppend( + tools, + "VCResourceCompilerTool", + "AdditionalIncludeDirectories", + resource_include_dirs, + ) + # Add in libraries. + _ToolAppend(tools, "VCLinkerTool", "AdditionalDependencies", libraries) + _ToolAppend(tools, "VCLinkerTool", "AdditionalLibraryDirectories", library_dirs) + if out_file: + _ToolAppend(tools, vc_tool, "OutputFile", out_file, only_if_unset=True) + # Add defines. + _ToolAppend(tools, "VCCLCompilerTool", "PreprocessorDefinitions", defines) + _ToolAppend(tools, "VCResourceCompilerTool", "PreprocessorDefinitions", defines) + # Change program database directory to prevent collisions. + _ToolAppend( + tools, + "VCCLCompilerTool", + "ProgramDataBaseFileName", + "$(IntDir)$(ProjectName)\\vc80.pdb", + only_if_unset=True, + ) + # Add disabled warnings. + _ToolAppend(tools, "VCCLCompilerTool", "DisableSpecificWarnings", disabled_warnings) + # Add Pre-build. + _ToolAppend(tools, "VCPreBuildEventTool", "CommandLine", prebuild) + # Add Post-build. + _ToolAppend(tools, "VCPostBuildEventTool", "CommandLine", postbuild) + # Turn on precompiled headers if appropriate. + if precompiled_header: + precompiled_header = os.path.split(precompiled_header)[1] + _ToolAppend(tools, "VCCLCompilerTool", "UsePrecompiledHeader", "2") + _ToolAppend( + tools, "VCCLCompilerTool", "PrecompiledHeaderThrough", precompiled_header + ) + _ToolAppend(tools, "VCCLCompilerTool", "ForcedIncludeFiles", precompiled_header) + # Loadable modules don't generate import libraries; + # tell dependent projects to not expect one. + if spec["type"] == "loadable_module": + _ToolAppend(tools, "VCLinkerTool", "IgnoreImportLibrary", "true") + # Set the module definition file if any. + if def_file: + _ToolAppend(tools, "VCLinkerTool", "ModuleDefinitionFile", def_file) + + _AddConfigurationToMSVS(p, spec, tools, config, config_type, config_name) + + +def _GetIncludeDirs(config): + """Returns the list of directories to be used for #include directives. + + Arguments: + config: The dictionary that defines the special processing to be done + for this configuration. + Returns: + The list of directory paths. + """ + # TODO(bradnelson): include_dirs should really be flexible enough not to + # require this sort of thing. + include_dirs = config.get("include_dirs", []) + config.get( + "msvs_system_include_dirs", [] + ) + midl_include_dirs = config.get("midl_include_dirs", []) + config.get( + "msvs_system_include_dirs", [] + ) + resource_include_dirs = config.get("resource_include_dirs", include_dirs) + include_dirs = _FixPaths(include_dirs) + midl_include_dirs = _FixPaths(midl_include_dirs) + resource_include_dirs = _FixPaths(resource_include_dirs) + return include_dirs, midl_include_dirs, resource_include_dirs + + +def _GetLibraryDirs(config): + """Returns the list of directories to be used for library search paths. + + Arguments: + config: The dictionary that defines the special processing to be done + for this configuration. + Returns: + The list of directory paths. + """ + + library_dirs = config.get("library_dirs", []) + library_dirs = _FixPaths(library_dirs) + return library_dirs + + +def _GetLibraries(spec): + """Returns the list of libraries for this configuration. + + Arguments: + spec: The target dictionary containing the properties of the target. + Returns: + The list of directory paths. + """ + libraries = spec.get("libraries", []) + # Strip out -l, as it is not used on windows (but is needed so we can pass + # in libraries that are assumed to be in the default library path). + # Also remove duplicate entries, leaving only the last duplicate, while + # preserving order. + found = OrderedSet() + unique_libraries_list = [] + for entry in reversed(libraries): + library = re.sub(r"^\-l", "", entry) + if not os.path.splitext(library)[1]: + library += ".lib" + if library not in found: + found.add(library) + unique_libraries_list.append(library) + unique_libraries_list.reverse() + return unique_libraries_list + + +def _GetOutputFilePathAndTool(spec, msbuild): + """Returns the path and tool to use for this target. + + Figures out the path of the file this spec will create and the name of + the VC tool that will create it. + + Arguments: + spec: The target dictionary containing the properties of the target. + Returns: + A triple of (file path, name of the vc tool, name of the msbuild tool) + """ + # Select a name for the output file. + out_file = "" + vc_tool = "" + msbuild_tool = "" + output_file_map = { + "executable": ("VCLinkerTool", "Link", "$(OutDir)", ".exe"), + "shared_library": ("VCLinkerTool", "Link", "$(OutDir)", ".dll"), + "loadable_module": ("VCLinkerTool", "Link", "$(OutDir)", ".dll"), + "windows_driver": ("VCLinkerTool", "Link", "$(OutDir)", ".sys"), + "static_library": ("VCLibrarianTool", "Lib", "$(OutDir)lib\\", ".lib"), + } + output_file_props = output_file_map.get(spec["type"]) + if output_file_props and int(spec.get("msvs_auto_output_file", 1)): + vc_tool, msbuild_tool, out_dir, suffix = output_file_props + if spec.get("standalone_static_library", 0): + out_dir = "$(OutDir)" + out_dir = spec.get("product_dir", out_dir) + product_extension = spec.get("product_extension") + if product_extension: + suffix = "." + product_extension + elif msbuild: + suffix = "$(TargetExt)" + prefix = spec.get("product_prefix", "") + product_name = spec.get("product_name", "$(ProjectName)") + out_file = ntpath.join(out_dir, prefix + product_name + suffix) + return out_file, vc_tool, msbuild_tool + + +def _GetOutputTargetExt(spec): + """Returns the extension for this target, including the dot + + If product_extension is specified, set target_extension to this to avoid + MSB8012, returns None otherwise. Ignores any target_extension settings in + the input files. + + Arguments: + spec: The target dictionary containing the properties of the target. + Returns: + A string with the extension, or None + """ + target_extension = spec.get("product_extension") + if target_extension: + return "." + target_extension + return None + + +def _GetDefines(config): + """Returns the list of preprocessor definitions for this configuration. + + Arguments: + config: The dictionary that defines the special processing to be done + for this configuration. + Returns: + The list of preprocessor definitions. + """ + defines = [] + for d in config.get("defines", []): + fd = "=".join([str(dpart) for dpart in d]) if isinstance(d, list) else str(d) + defines.append(fd) + return defines + + +def _GetDisabledWarnings(config): + return [str(i) for i in config.get("msvs_disabled_warnings", [])] + + +def _GetModuleDefinition(spec): + def_file = "" + if spec["type"] in [ + "shared_library", + "loadable_module", + "executable", + "windows_driver", + ]: + def_files = [s for s in spec.get("sources", []) if s.endswith(".def")] + if len(def_files) == 1: + def_file = _FixPath(def_files[0]) + elif def_files: + raise ValueError( + "Multiple module definition files in one target, target %s lists " + "multiple .def files: %s" % (spec["target_name"], " ".join(def_files)) + ) + return def_file + + +def _ConvertToolsToExpectedForm(tools): + """Convert tools to a form expected by Visual Studio. + + Arguments: + tools: A dictionary of settings; the tool name is the key. + Returns: + A list of Tool objects. + """ + tool_list = [] + for tool, settings in tools.items(): + # Collapse settings with lists. + settings_fixed = {} + for setting, value in settings.items(): + if isinstance(value, list): + if ( + tool == "VCLinkerTool" and setting == "AdditionalDependencies" + ) or setting == "AdditionalOptions": + settings_fixed[setting] = " ".join(value) + else: + settings_fixed[setting] = ";".join(value) + else: + settings_fixed[setting] = value + # Add in this tool. + tool_list.append(MSVSProject.Tool(tool, settings_fixed)) + return tool_list + + +def _AddConfigurationToMSVS(p, spec, tools, config, config_type, config_name): + """Add to the project file the configuration specified by config. + + Arguments: + p: The target project being generated. + spec: the target project dict. + tools: A dictionary of settings; the tool name is the key. + config: The dictionary that defines the special processing to be done + for this configuration. + config_type: The configuration type, a number as defined by Microsoft. + config_name: The name of the configuration. + """ + attributes = _GetMSVSAttributes(spec, config, config_type) + # Add in this configuration. + tool_list = _ConvertToolsToExpectedForm(tools) + p.AddConfig(_ConfigFullName(config_name, config), attrs=attributes, tools=tool_list) + + +def _GetMSVSAttributes(spec, config, config_type): + # Prepare configuration attributes. + prepared_attrs = {} + source_attrs = config.get("msvs_configuration_attributes", {}) + for a in source_attrs: + prepared_attrs[a] = source_attrs[a] + # Add props files. + vsprops_dirs = config.get("msvs_props", []) + vsprops_dirs = _FixPaths(vsprops_dirs) + if vsprops_dirs: + prepared_attrs["InheritedPropertySheets"] = ";".join(vsprops_dirs) + # Set configuration type. + prepared_attrs["ConfigurationType"] = config_type + output_dir = prepared_attrs.get( + "OutputDirectory", "$(SolutionDir)$(ConfigurationName)" + ) + prepared_attrs["OutputDirectory"] = _FixPath(output_dir) + "\\" + if "IntermediateDirectory" not in prepared_attrs: + intermediate = "$(ConfigurationName)\\obj\\$(ProjectName)" + prepared_attrs["IntermediateDirectory"] = _FixPath(intermediate) + "\\" + else: + intermediate = _FixPath(prepared_attrs["IntermediateDirectory"]) + "\\" + intermediate = MSVSSettings.FixVCMacroSlashes(intermediate) + prepared_attrs["IntermediateDirectory"] = intermediate + return prepared_attrs + + +def _AddNormalizedSources(sources_set, sources_array): + sources_set.update(_NormalizedSource(s) for s in sources_array) + + +def _PrepareListOfSources(spec, generator_flags, gyp_file): + """Prepare list of sources and excluded sources. + + Besides the sources specified directly in the spec, adds the gyp file so + that a change to it will cause a re-compile. Also adds appropriate sources + for actions and copies. Assumes later stage will un-exclude files which + have custom build steps attached. + + Arguments: + spec: The target dictionary containing the properties of the target. + gyp_file: The name of the gyp file. + Returns: + A pair of (list of sources, list of excluded sources). + The sources will be relative to the gyp file. + """ + sources = OrderedSet() + _AddNormalizedSources(sources, spec.get("sources", [])) + excluded_sources = OrderedSet() + # Add in the gyp file. + if not generator_flags.get("standalone"): + sources.add(gyp_file) + + # Add in 'action' inputs and outputs. + for a in spec.get("actions", []): + inputs = a["inputs"] + inputs = [_NormalizedSource(i) for i in inputs] + # Add all inputs to sources and excluded sources. + inputs = OrderedSet(inputs) + sources.update(inputs) + if not spec.get("msvs_external_builder"): + excluded_sources.update(inputs) + if int(a.get("process_outputs_as_sources", False)): + _AddNormalizedSources(sources, a.get("outputs", [])) + # Add in 'copies' inputs and outputs. + for cpy in spec.get("copies", []): + _AddNormalizedSources(sources, cpy.get("files", [])) + return (sources, excluded_sources) + + +def _AdjustSourcesAndConvertToFilterHierarchy( + spec, options, gyp_dir, sources, excluded_sources, list_excluded, version +): + """Adjusts the list of sources and excluded sources. + + Also converts the sets to lists. + + Arguments: + spec: The target dictionary containing the properties of the target. + options: Global generator options. + gyp_dir: The path to the gyp file being processed. + sources: A set of sources to be included for this project. + excluded_sources: A set of sources to be excluded for this project. + version: A MSVSVersion object. + Returns: + A trio of (list of sources, list of excluded sources, + path of excluded IDL file) + """ + # Exclude excluded sources coming into the generator. + excluded_sources.update(OrderedSet(spec.get("sources_excluded", []))) + # Add excluded sources into sources for good measure. + sources.update(excluded_sources) + # Convert to proper windows form. + # NOTE: sources goes from being a set to a list here. + # NOTE: excluded_sources goes from being a set to a list here. + sources = _FixPaths(sources) + # Convert to proper windows form. + excluded_sources = _FixPaths(excluded_sources) + + excluded_idl = _IdlFilesHandledNonNatively(spec, sources) + + precompiled_related = _GetPrecompileRelatedFiles(spec) + # Find the excluded ones, minus the precompiled header related ones. + fully_excluded = [i for i in excluded_sources if i not in precompiled_related] + + # Convert to folders and the right slashes. + sources = [i.split("\\") for i in sources] + sources = _ConvertSourcesToFilterHierarchy( + sources, + excluded=fully_excluded, + list_excluded=list_excluded, + msvs_version=version, + ) + + # Prune filters with a single child to flatten ugly directory structures + # such as ../../src/modules/module1 etc. + if version.UsesVcxproj(): + while ( + all(isinstance(s, MSVSProject.Filter) for s in sources) + and len({s.name for s in sources}) == 1 + ): + assert all(len(s.contents) == 1 for s in sources) + sources = [s.contents[0] for s in sources] + else: + while len(sources) == 1 and isinstance(sources[0], MSVSProject.Filter): + sources = sources[0].contents + + return sources, excluded_sources, excluded_idl + + +def _IdlFilesHandledNonNatively(spec, sources): + # If any non-native rules use 'idl' as an extension exclude idl files. + # Gather a list here to use later. + using_idl = False + for rule in spec.get("rules", []): + if rule["extension"] == "idl" and int(rule.get("msvs_external_rule", 0)): + using_idl = True + break + excluded_idl = [i for i in sources if i.endswith(".idl")] if using_idl else [] + return excluded_idl + + +def _GetPrecompileRelatedFiles(spec): + # Gather a list of precompiled header related sources. + precompiled_related = [] + for _, config in spec["configurations"].items(): + for k in precomp_keys: + f = config.get(k) + if f: + precompiled_related.append(_FixPath(f)) + return precompiled_related + + +def _ExcludeFilesFromBeingBuilt(p, spec, excluded_sources, excluded_idl, list_excluded): + exclusions = _GetExcludedFilesFromBuild(spec, excluded_sources, excluded_idl) + for file_name, excluded_configs in exclusions.items(): + if not list_excluded and len(excluded_configs) == len(spec["configurations"]): + # If we're not listing excluded files, then they won't appear in the + # project, so don't try to configure them to be excluded. + pass + else: + for config_name, config in excluded_configs: + p.AddFileConfig( + file_name, + _ConfigFullName(config_name, config), + {"ExcludedFromBuild": "true"}, + ) + + +def _GetExcludedFilesFromBuild(spec, excluded_sources, excluded_idl): + exclusions = {} + # Exclude excluded sources from being built. + for f in excluded_sources: + excluded_configs = [] + for config_name, config in spec["configurations"].items(): + precomped = [_FixPath(config.get(i, "")) for i in precomp_keys] + # Don't do this for ones that are precompiled header related. + if f not in precomped: + excluded_configs.append((config_name, config)) + exclusions[f] = excluded_configs + # If any non-native rules use 'idl' as an extension exclude idl files. + # Exclude them now. + for f in excluded_idl: + excluded_configs = [] + for config_name, config in spec["configurations"].items(): + excluded_configs.append((config_name, config)) + exclusions[f] = excluded_configs + return exclusions + + +def _AddToolFilesToMSVS(p, spec): + # Add in tool files (rules). + tool_files = OrderedSet() + for _, config in spec["configurations"].items(): + for f in config.get("msvs_tool_files", []): + tool_files.add(f) + for f in tool_files: + p.AddToolFile(f) + + +def _HandlePreCompiledHeaders(p, sources, spec): + # Pre-compiled header source stubs need a different compiler flag + # (generate precompiled header) and any source file not of the same + # kind (i.e. C vs. C++) as the precompiled header source stub needs + # to have use of precompiled headers disabled. + extensions_excluded_from_precompile = [] + for config_name, config in spec["configurations"].items(): + source = config.get("msvs_precompiled_source") + if source: + source = _FixPath(source) + # UsePrecompiledHeader=1 for if using precompiled headers. + tool = MSVSProject.Tool("VCCLCompilerTool", {"UsePrecompiledHeader": "1"}) + p.AddFileConfig( + source, _ConfigFullName(config_name, config), {}, tools=[tool] + ) + basename, extension = os.path.splitext(source) + if extension == ".c": + extensions_excluded_from_precompile = [".cc", ".cpp", ".cxx"] + else: + extensions_excluded_from_precompile = [".c"] + + def DisableForSourceTree(source_tree): + for source in source_tree: + if isinstance(source, MSVSProject.Filter): + DisableForSourceTree(source.contents) + else: + basename, extension = os.path.splitext(source) + if extension in extensions_excluded_from_precompile: + for config_name, config in spec["configurations"].items(): + tool = MSVSProject.Tool( + "VCCLCompilerTool", + { + "UsePrecompiledHeader": "0", + "ForcedIncludeFiles": "$(NOINHERIT)", + }, + ) + p.AddFileConfig( + _FixPath(source), + _ConfigFullName(config_name, config), + {}, + tools=[tool], + ) + + # Do nothing if there was no precompiled source. + if extensions_excluded_from_precompile: + DisableForSourceTree(sources) + + +def _AddActions(actions_to_add, spec, relative_path_of_gyp_file): + # Add actions. + actions = spec.get("actions", []) + # Don't setup_env every time. When all the actions are run together in one + # batch file in VS, the PATH will grow too long. + # Membership in this set means that the cygwin environment has been set up, + # and does not need to be set up again. + have_setup_env = set() + for a in actions: + # Attach actions to the gyp file if nothing else is there. + inputs = a.get("inputs") or [relative_path_of_gyp_file] + attached_to = inputs[0] + need_setup_env = attached_to not in have_setup_env + cmd = _BuildCommandLineForRule( + spec, a, has_input_path=False, do_setup_env=need_setup_env + ) + have_setup_env.add(attached_to) + # Add the action. + _AddActionStep( + actions_to_add, + inputs=inputs, + outputs=a.get("outputs", []), + description=a.get("message", a["action_name"]), + command=cmd, + ) + + +def _WriteMSVSUserFile(project_path, version, spec): + # Add run_as and test targets. + if "run_as" in spec: + run_as = spec["run_as"] + action = run_as.get("action", []) + environment = run_as.get("environment", []) + working_directory = run_as.get("working_directory", ".") + elif int(spec.get("test", 0)): + action = ["$(TargetPath)", "--gtest_print_time"] + environment = [] + working_directory = "." + else: + return # Nothing to add + # Write out the user file. + user_file = _CreateMSVSUserFile(project_path, version, spec) + for config_name, c_data in spec["configurations"].items(): + user_file.AddDebugSettings( + _ConfigFullName(config_name, c_data), action, environment, working_directory + ) + user_file.WriteIfChanged() + + +def _AddCopies(actions_to_add, spec): + copies = _GetCopies(spec) + for inputs, outputs, cmd, description in copies: + _AddActionStep( + actions_to_add, + inputs=inputs, + outputs=outputs, + description=description, + command=cmd, + ) + + +def _GetCopies(spec): + copies = [] + # Add copies. + for cpy in spec.get("copies", []): + for src in cpy.get("files", []): + dst = os.path.join(cpy["destination"], os.path.basename(src)) + # _AddCustomBuildToolForMSVS() will call _FixPath() on the inputs and + # outputs, so do the same for our generated command line. + if src.endswith("/"): + src_bare = src[:-1] + base_dir = posixpath.split(src_bare)[0] + outer_dir = posixpath.split(src_bare)[1] + fixed_dst = _FixPath(dst) + full_dst = f'"{fixed_dst}\\{outer_dir}\\"' + cmd = ( + f'mkdir {full_dst} 2>nul & cd "{_FixPath(base_dir)}" ' + f'&& xcopy /e /f /y "{outer_dir}" {full_dst}' + ) + copies.append( + ( + [src], + ["dummy_copies", dst], + cmd, + f"Copying {src} to {fixed_dst}", + ) + ) + else: + fix_dst = _FixPath(cpy["destination"]) + cmd = ( + f'mkdir "{fix_dst}" 2>nul & set ERRORLEVEL=0 & ' + f'copy /Y "{_FixPath(src)}" "{_FixPath(dst)}"' + ) + copies.append(([src], [dst], cmd, f"Copying {src} to {fix_dst}")) + return copies + + +def _GetPathDict(root, path): + # |path| will eventually be empty (in the recursive calls) if it was initially + # relative; otherwise it will eventually end up as '\', 'D:\', etc. + if not path or path.endswith(os.sep): + return root + parent, folder = os.path.split(path) + parent_dict = _GetPathDict(root, parent) + if folder not in parent_dict: + parent_dict[folder] = {} + return parent_dict[folder] + + +def _DictsToFolders(base_path, bucket, flat): + # Convert to folders recursively. + children = [] + for folder, contents in bucket.items(): + if isinstance(contents, dict): + folder_children = _DictsToFolders( + os.path.join(base_path, folder), contents, flat + ) + if flat: + children += folder_children + else: + folder_children = MSVSNew.MSVSFolder( + os.path.join(base_path, folder), + name="(" + folder + ")", + entries=folder_children, + ) + children.append(folder_children) + else: + children.append(contents) + return children + + +def _CollapseSingles(parent, node): + # Recursively explorer the tree of dicts looking for projects which are + # the sole item in a folder which has the same name as the project. Bring + # such projects up one level. + if (isinstance(node, dict) and len(node) == 1 and + next(iter(node)) == parent + ".vcproj"): + return node[next(iter(node))] + if not isinstance(node, dict): + return node + for child in node: + node[child] = _CollapseSingles(child, node[child]) + return node + + +def _GatherSolutionFolders(sln_projects, project_objects, flat): + root = {} + # Convert into a tree of dicts on path. + for p in sln_projects: + gyp_file, target = gyp.common.ParseQualifiedTarget(p)[0:2] + if p.endswith("#host"): + target += "_host" + gyp_dir = os.path.dirname(gyp_file) + path_dict = _GetPathDict(root, gyp_dir) + path_dict[target + ".vcproj"] = project_objects[p] + # Walk down from the top until we hit a folder that has more than one entry. + # In practice, this strips the top-level "src/" dir from the hierarchy in + # the solution. + while len(root) == 1 and isinstance(root[next(iter(root))], dict): + root = root[next(iter(root))] + # Collapse singles. + root = _CollapseSingles("", root) + # Merge buckets until everything is a root entry. + return _DictsToFolders("", root, flat) + + +def _GetPathOfProject(qualified_target, spec, options, msvs_version): + default_config = _GetDefaultConfiguration(spec) + proj_filename = default_config.get("msvs_existing_vcproj") + if not proj_filename: + proj_filename = spec["target_name"] + if spec["toolset"] == "host": + proj_filename += "_host" + proj_filename = proj_filename + options.suffix + msvs_version.ProjectExtension() + + build_file = gyp.common.BuildFile(qualified_target) + proj_path = os.path.join(os.path.dirname(build_file), proj_filename) + fix_prefix = None + if options.generator_output: + project_dir_path = os.path.dirname(os.path.abspath(proj_path)) + proj_path = os.path.join(options.generator_output, proj_path) + fix_prefix = gyp.common.RelativePath( + project_dir_path, os.path.dirname(proj_path) + ) + return proj_path, fix_prefix + + +def _GetPlatformOverridesOfProject(spec): + # Prepare a dict indicating which project configurations are used for which + # solution configurations for this target. + config_platform_overrides = {} + for config_name, c in spec["configurations"].items(): + config_fullname = _ConfigFullName(config_name, c) + platform = c.get("msvs_target_platform", _ConfigPlatform(c)) + base_name = _ConfigBaseName(config_name, _ConfigPlatform(c)) + fixed_config_fullname = f"{base_name}|{platform}" + if spec["toolset"] == "host" and generator_supports_multiple_toolsets: + fixed_config_fullname = f"{config_name}|x64" + config_platform_overrides[config_fullname] = fixed_config_fullname + return config_platform_overrides + + +def _CreateProjectObjects(target_list, target_dicts, options, msvs_version): + """Create a MSVSProject object for the targets found in target list. + + Arguments: + target_list: the list of targets to generate project objects for. + target_dicts: the dictionary of specifications. + options: global generator options. + msvs_version: the MSVSVersion object. + Returns: + A set of created projects, keyed by target. + """ + global fixpath_prefix + # Generate each project. + projects = {} + for qualified_target in target_list: + spec = target_dicts[qualified_target] + proj_path, fixpath_prefix = _GetPathOfProject( + qualified_target, spec, options, msvs_version + ) + guid = _GetGuidOfProject(proj_path, spec) + overrides = _GetPlatformOverridesOfProject(spec) + build_file = gyp.common.BuildFile(qualified_target) + # Create object for this project. + target_name = spec["target_name"] + if spec["toolset"] == "host": + target_name += "_host" + obj = MSVSNew.MSVSProject( + proj_path, + name=target_name, + guid=guid, + spec=spec, + build_file=build_file, + config_platform_overrides=overrides, + fixpath_prefix=fixpath_prefix, + ) + # Set project toolset if any (MS build only) + if msvs_version.UsesVcxproj(): + obj.set_msbuild_toolset( + _GetMsbuildToolsetOfProject(proj_path, spec, msvs_version) + ) + projects[qualified_target] = obj + # Set all the dependencies, but not if we are using an external builder like + # ninja + for project in projects.values(): + if not project.spec.get("msvs_external_builder"): + deps = project.spec.get("dependencies", []) + deps = [projects[d] for d in deps] + project.set_dependencies(deps) + return projects + + +def _InitNinjaFlavor(params, target_list, target_dicts): + """Initialize targets for the ninja flavor. + + This sets up the necessary variables in the targets to generate msvs projects + that use ninja as an external builder. The variables in the spec are only set + if they have not been set. This allows individual specs to override the + default values initialized here. + Arguments: + params: Params provided to the generator. + target_list: List of target pairs: 'base/base.gyp:base'. + target_dicts: Dict of target properties keyed on target pair. + """ + for qualified_target in target_list: + spec = target_dicts[qualified_target] + if spec.get("msvs_external_builder"): + # The spec explicitly defined an external builder, so don't change it. + continue + + path_to_ninja = spec.get("msvs_path_to_ninja", "ninja.exe") + + spec["msvs_external_builder"] = "ninja" + if not spec.get("msvs_external_builder_out_dir"): + gyp_file, _, _ = gyp.common.ParseQualifiedTarget(qualified_target) + gyp_dir = os.path.dirname(gyp_file) + configuration = "$(Configuration)" + if params.get("target_arch") == "x64": + configuration += "_x64" + if params.get("target_arch") == "arm64": + configuration += "_arm64" + spec["msvs_external_builder_out_dir"] = os.path.join( + gyp.common.RelativePath(params["options"].toplevel_dir, gyp_dir), + ninja_generator.ComputeOutputDir(params), + configuration, + ) + if not spec.get("msvs_external_builder_build_cmd"): + spec["msvs_external_builder_build_cmd"] = [ + path_to_ninja, + "-C", + "$(OutDir)", + "$(ProjectName)", + ] + if not spec.get("msvs_external_builder_clean_cmd"): + spec["msvs_external_builder_clean_cmd"] = [ + path_to_ninja, + "-C", + "$(OutDir)", + "-tclean", + "$(ProjectName)", + ] + + +def CalculateVariables(default_variables, params): + """Generated variables that require params to be known.""" + + generator_flags = params.get("generator_flags", {}) + + # Select project file format version (if unset, default to auto detecting). + msvs_version = MSVSVersion.SelectVisualStudioVersion( + generator_flags.get("msvs_version", "auto") + ) + # Stash msvs_version for later (so we don't have to probe the system twice). + params["msvs_version"] = msvs_version + + # Set a variable so conditions can be based on msvs_version. + default_variables["MSVS_VERSION"] = msvs_version.ShortName() + + # To determine processor word size on Windows, in addition to checking + # PROCESSOR_ARCHITECTURE (which reflects the word size of the current + # process), it is also necessary to check PROCESSOR_ARCITEW6432 (which + # contains the actual word size of the system when running thru WOW64). + if ( + os.environ.get("PROCESSOR_ARCHITECTURE", "").find("64") >= 0 + or os.environ.get("PROCESSOR_ARCHITEW6432", "").find("64") >= 0 + ): + default_variables["MSVS_OS_BITS"] = 64 + else: + default_variables["MSVS_OS_BITS"] = 32 + + if gyp.common.GetFlavor(params) == "ninja": + default_variables["SHARED_INTERMEDIATE_DIR"] = "$(OutDir)gen" + + +def PerformBuild(data, configurations, params): + options = params["options"] + msvs_version = params["msvs_version"] + devenv = os.path.join(msvs_version.path, "Common7", "IDE", "devenv.com") + + for build_file, build_file_dict in data.items(): + (build_file_root, build_file_ext) = os.path.splitext(build_file) + if build_file_ext != ".gyp": + continue + sln_path = build_file_root + options.suffix + ".sln" + if options.generator_output: + sln_path = os.path.join(options.generator_output, sln_path) + + for config in configurations: + arguments = [devenv, sln_path, "/Build", config] + print(f"Building [{config}]: {arguments}") + subprocess.check_call(arguments) + + +def CalculateGeneratorInputInfo(params): + if params.get("flavor") == "ninja": + toplevel = params["options"].toplevel_dir + qualified_out_dir = os.path.normpath( + os.path.join( + toplevel, + ninja_generator.ComputeOutputDir(params), + "gypfiles-msvs-ninja", + ) + ) + + global generator_filelist_paths + generator_filelist_paths = { + "toplevel": toplevel, + "qualified_out_dir": qualified_out_dir, + } + + +def GenerateOutput(target_list, target_dicts, data, params): + """Generate .sln and .vcproj files. + + This is the entry point for this generator. + Arguments: + target_list: List of target pairs: 'base/base.gyp:base'. + target_dicts: Dict of target properties keyed on target pair. + data: Dictionary containing per .gyp data. + """ + global fixpath_prefix + + options = params["options"] + + # Get the project file format version back out of where we stashed it in + # GeneratorCalculatedVariables. + msvs_version = params["msvs_version"] + + generator_flags = params.get("generator_flags", {}) + + # Optionally shard targets marked with 'msvs_shard': SHARD_COUNT. + (target_list, target_dicts) = MSVSUtil.ShardTargets(target_list, target_dicts) + + # Optionally use the large PDB workaround for targets marked with + # 'msvs_large_pdb': 1. + (target_list, target_dicts) = MSVSUtil.InsertLargePdbShims( + target_list, target_dicts, generator_default_variables + ) + + # Optionally configure each spec to use ninja as the external builder. + if params.get("flavor") == "ninja": + _InitNinjaFlavor(params, target_list, target_dicts) + + # Prepare the set of configurations. + configs = set() + for qualified_target in target_list: + spec = target_dicts[qualified_target] + for config_name, config in spec["configurations"].items(): + config_name = _ConfigFullName(config_name, config) + configs.add(config_name) + if config_name == "Release|arm64": + configs.add("Release|x64") + configs = list(configs) + + # Figure out all the projects that will be generated and their guids + project_objects = _CreateProjectObjects( + target_list, target_dicts, options, msvs_version + ) + + # Generate each project. + missing_sources = [] + for project in project_objects.values(): + fixpath_prefix = project.fixpath_prefix + missing_sources.extend( + _GenerateProject(project, options, msvs_version, generator_flags, spec) + ) + fixpath_prefix = None + + for build_file in data: + # Validate build_file extension + target_only_configs = configs + if generator_supports_multiple_toolsets: + target_only_configs = [i for i in configs if i.endswith("arm64")] + if not build_file.endswith(".gyp"): + continue + sln_path = os.path.splitext(build_file)[0] + options.suffix + ".sln" + if options.generator_output: + sln_path = os.path.join(options.generator_output, sln_path) + # Get projects in the solution, and their dependents. + sln_projects = gyp.common.BuildFileTargets(target_list, build_file) + sln_projects += gyp.common.DeepDependencyTargets(target_dicts, sln_projects) + # Create folder hierarchy. + root_entries = _GatherSolutionFolders( + sln_projects, project_objects, flat=msvs_version.FlatSolution() + ) + # Create solution. + sln = MSVSNew.MSVSSolution( + sln_path, + entries=root_entries, + variants=target_only_configs, + websiteProperties=False, + version=msvs_version, + ) + sln.Write() + + if missing_sources: + error_message = "Missing input files:\n" + "\n".join(set(missing_sources)) + if generator_flags.get("msvs_error_on_missing_sources", False): + raise GypError(error_message) + else: + print("Warning: " + error_message, file=sys.stdout) + + +def _GenerateMSBuildFiltersFile( + filters_path, + source_files, + rule_dependencies, + extension_to_rule_name, + platforms, + toolset, +): + """Generate the filters file. + + This file is used by Visual Studio to organize the presentation of source + files into folders. + + Arguments: + filters_path: The path of the file to be created. + source_files: The hierarchical structure of all the sources. + extension_to_rule_name: A dictionary mapping file extensions to rules. + """ + filter_group = [] + source_group = [] + _AppendFiltersForMSBuild( + "", + source_files, + rule_dependencies, + extension_to_rule_name, + platforms, + toolset, + filter_group, + source_group, + ) + if filter_group: + content = [ + "Project", + { + "ToolsVersion": "4.0", + "xmlns": "http://schemas.microsoft.com/developer/msbuild/2003", + }, + ["ItemGroup"] + filter_group, + ["ItemGroup"] + source_group, + ] + easy_xml.WriteXmlIfChanged(content, filters_path, pretty=True, win32=True) + elif os.path.exists(filters_path): + # We don't need this filter anymore. Delete the old filter file. + os.unlink(filters_path) + + +def _AppendFiltersForMSBuild( + parent_filter_name, + sources, + rule_dependencies, + extension_to_rule_name, + platforms, + toolset, + filter_group, + source_group, +): + """Creates the list of filters and sources to be added in the filter file. + + Args: + parent_filter_name: The name of the filter under which the sources are + found. + sources: The hierarchy of filters and sources to process. + extension_to_rule_name: A dictionary mapping file extensions to rules. + filter_group: The list to which filter entries will be appended. + source_group: The list to which source entries will be appended. + """ + for source in sources: + if isinstance(source, MSVSProject.Filter): + # We have a sub-filter. Create the name of that sub-filter. + if not parent_filter_name: + filter_name = source.name + else: + filter_name = f"{parent_filter_name}\\{source.name}" + # Add the filter to the group. + filter_group.append( + [ + "Filter", + {"Include": filter_name}, + ["UniqueIdentifier", MSVSNew.MakeGuid(source.name)], + ] + ) + # Recurse and add its dependents. + _AppendFiltersForMSBuild( + filter_name, + source.contents, + rule_dependencies, + extension_to_rule_name, + platforms, + toolset, + filter_group, + source_group, + ) + else: + # It's a source. Create a source entry. + _, element = _MapFileToMsBuildSourceType( + source, rule_dependencies, extension_to_rule_name, platforms, toolset + ) + source_entry = [element, {"Include": source}] + # Specify the filter it is part of, if any. + if parent_filter_name: + source_entry.append(["Filter", parent_filter_name]) + source_group.append(source_entry) + + +def _MapFileToMsBuildSourceType( + source, rule_dependencies, extension_to_rule_name, platforms, toolset +): + """Returns the group and element type of the source file. + + Arguments: + source: The source file name. + extension_to_rule_name: A dictionary mapping file extensions to rules. + + Returns: + A pair of (group this file should be part of, the label of element) + """ + _, ext = os.path.splitext(source) + ext = ext.lower() + if ext in extension_to_rule_name: + group = "rule" + element = extension_to_rule_name[ext] + elif ext in [".cc", ".cpp", ".c", ".cxx", ".mm"]: + group = "compile" + element = "ClCompile" + elif ext in [".h", ".hxx"]: + group = "include" + element = "ClInclude" + elif ext == ".rc": + group = "resource" + element = "ResourceCompile" + elif ext in [".s", ".asm"]: + group = "masm" + element = "MASM" + if "arm64" in platforms and toolset == "target": + element = "MARMASM" + elif ext == ".idl": + group = "midl" + element = "Midl" + elif source in rule_dependencies: + group = "rule_dependency" + element = "CustomBuild" + else: + group = "none" + element = "None" + return (group, element) + + +def _GenerateRulesForMSBuild( + output_dir, + options, + spec, + sources, + excluded_sources, + props_files_of_rules, + targets_files_of_rules, + actions_to_add, + rule_dependencies, + extension_to_rule_name, +): + # MSBuild rules are implemented using three files: an XML file, a .targets + # file and a .props file. + # For more details see: + # https://devblogs.microsoft.com/cppblog/quick-help-on-vs2010-custom-build-rule/ + rules = spec.get("rules", []) + rules_native = [r for r in rules if not int(r.get("msvs_external_rule", 0))] + rules_external = [r for r in rules if int(r.get("msvs_external_rule", 0))] + + msbuild_rules = [] + for rule in rules_native: + # Skip a rule with no action and no inputs. + if "action" not in rule and not rule.get("rule_sources", []): + continue + msbuild_rule = MSBuildRule(rule, spec) + msbuild_rules.append(msbuild_rule) + rule_dependencies.update(msbuild_rule.additional_dependencies.split(";")) + extension_to_rule_name[msbuild_rule.extension] = msbuild_rule.rule_name + if msbuild_rules: + base = spec["target_name"] + options.suffix + props_name = base + ".props" + targets_name = base + ".targets" + xml_name = base + ".xml" + + props_files_of_rules.add(props_name) + targets_files_of_rules.add(targets_name) + + props_path = os.path.join(output_dir, props_name) + targets_path = os.path.join(output_dir, targets_name) + xml_path = os.path.join(output_dir, xml_name) + + _GenerateMSBuildRulePropsFile(props_path, msbuild_rules) + _GenerateMSBuildRuleTargetsFile(targets_path, msbuild_rules) + _GenerateMSBuildRuleXmlFile(xml_path, msbuild_rules) + + if rules_external: + _GenerateExternalRules( + rules_external, output_dir, spec, sources, options, actions_to_add + ) + _AdjustSourcesForRules(rules, sources, excluded_sources, True) + + +class MSBuildRule: + """Used to store information used to generate an MSBuild rule. + + Attributes: + rule_name: The rule name, sanitized to use in XML. + target_name: The name of the target. + after_targets: The name of the AfterTargets element. + before_targets: The name of the BeforeTargets element. + depends_on: The name of the DependsOn element. + compute_output: The name of the ComputeOutput element. + dirs_to_make: The name of the DirsToMake element. + inputs: The name of the _inputs element. + tlog: The name of the _tlog element. + extension: The extension this rule applies to. + description: The message displayed when this rule is invoked. + additional_dependencies: A string listing additional dependencies. + outputs: The outputs of this rule. + command: The command used to run the rule. + """ + + def __init__(self, rule, spec): + self.display_name = rule["rule_name"] + # Assure that the rule name is only characters and numbers + self.rule_name = re.sub(r"\W", "_", self.display_name) + # Create the various element names, following the example set by the + # Visual Studio 2008 to 2010 conversion. I don't know if VS2010 + # is sensitive to the exact names. + self.target_name = "_" + self.rule_name + self.after_targets = self.rule_name + "AfterTargets" + self.before_targets = self.rule_name + "BeforeTargets" + self.depends_on = self.rule_name + "DependsOn" + self.compute_output = "Compute%sOutput" % self.rule_name + self.dirs_to_make = self.rule_name + "DirsToMake" + self.inputs = self.rule_name + "_inputs" + self.tlog = self.rule_name + "_tlog" + self.extension = rule["extension"] + if not self.extension.startswith("."): + self.extension = "." + self.extension + + self.description = MSVSSettings.ConvertVCMacrosToMSBuild( + rule.get("message", self.rule_name) + ) + old_additional_dependencies = _FixPaths(rule.get("inputs", [])) + self.additional_dependencies = ";".join( + [ + MSVSSettings.ConvertVCMacrosToMSBuild(i) + for i in old_additional_dependencies + ] + ) + old_outputs = _FixPaths(rule.get("outputs", [])) + self.outputs = ";".join( + [MSVSSettings.ConvertVCMacrosToMSBuild(i) for i in old_outputs] + ) + old_command = _BuildCommandLineForRule( + spec, rule, has_input_path=True, do_setup_env=True + ) + self.command = MSVSSettings.ConvertVCMacrosToMSBuild(old_command) + + +def _GenerateMSBuildRulePropsFile(props_path, msbuild_rules): + """Generate the .props file.""" + content = [ + "Project", + {"xmlns": "http://schemas.microsoft.com/developer/msbuild/2003"}, + ] + for rule in msbuild_rules: + content.extend( + [ + [ + "PropertyGroup", + { + "Condition": "'$(%s)' == '' and '$(%s)' == '' and " + "'$(ConfigurationType)' != 'Makefile'" + % (rule.before_targets, rule.after_targets) + }, + [rule.before_targets, "Midl"], + [rule.after_targets, "CustomBuild"], + ], + [ + "PropertyGroup", + [ + rule.depends_on, + {"Condition": "'$(ConfigurationType)' != 'Makefile'"}, + "_SelectedFiles;$(%s)" % rule.depends_on, + ], + ], + [ + "ItemDefinitionGroup", + [ + rule.rule_name, + ["CommandLineTemplate", rule.command], + ["Outputs", rule.outputs], + ["ExecutionDescription", rule.description], + ["AdditionalDependencies", rule.additional_dependencies], + ], + ], + ] + ) + easy_xml.WriteXmlIfChanged(content, props_path, pretty=True, win32=True) + + +def _GenerateMSBuildRuleTargetsFile(targets_path, msbuild_rules): + """Generate the .targets file.""" + content = [ + "Project", + {"xmlns": "http://schemas.microsoft.com/developer/msbuild/2003"}, + ] + item_group = [ + "ItemGroup", + [ + "PropertyPageSchema", + {"Include": "$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml"}, + ], + ] + for rule in msbuild_rules: + item_group.append( + [ + "AvailableItemName", + {"Include": rule.rule_name}, + ["Targets", rule.target_name], + ] + ) + content.append(item_group) + + for rule in msbuild_rules: + content.append( + [ + "UsingTask", + { + "TaskName": rule.rule_name, + "TaskFactory": "XamlTaskFactory", + "AssemblyName": "Microsoft.Build.Tasks.v4.0", + }, + ["Task", "$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml"], + ] + ) + for rule in msbuild_rules: + rule_name = rule.rule_name + target_outputs = "%%(%s.Outputs)" % rule_name + target_inputs = ( + "%%(%s.Identity);%%(%s.AdditionalDependencies);" "$(MSBuildProjectFile)" + ) % (rule_name, rule_name) + rule_inputs = "%%(%s.Identity)" % rule_name + extension_condition = ( + "'%(Extension)'=='.obj' or " + "'%(Extension)'=='.res' or " + "'%(Extension)'=='.rsc' or " + "'%(Extension)'=='.lib'" + ) + remove_section = [ + "ItemGroup", + {"Condition": "'@(SelectedFiles)' != ''"}, + [ + rule_name, + { + "Remove": "@(%s)" % rule_name, + "Condition": "'%(Identity)' != '@(SelectedFiles)'", + }, + ], + ] + inputs_section = [ + "ItemGroup", + [rule.inputs, {"Include": "%%(%s.AdditionalDependencies)" % rule_name}], + ] + logging_section = [ + "ItemGroup", + [ + rule.tlog, + { + "Include": "%%(%s.Outputs)" % rule_name, + "Condition": ( + "'%%(%s.Outputs)' != '' and " + "'%%(%s.ExcludedFromBuild)' != 'true'" % (rule_name, rule_name) + ), + }, + ["Source", "@(%s, '|')" % rule_name], + ["Inputs", "@(%s -> '%%(Fullpath)', ';')" % rule.inputs], + ], + ] + message_section = [ + "Message", + {"Importance": "High", "Text": "%%(%s.ExecutionDescription)" % rule_name}, + ] + write_tlog_section = [ + "WriteLinesToFile", + { + "Condition": "'@(%s)' != '' and '%%(%s.ExcludedFromBuild)' != " + "'true'" % (rule.tlog, rule.tlog), + "File": "$(IntDir)$(ProjectName).write.1.tlog", + "Lines": "^%%(%s.Source);@(%s->'%%(Fullpath)')" + % (rule.tlog, rule.tlog), + }, + ] + read_tlog_section = [ + "WriteLinesToFile", + { + "Condition": "'@(%s)' != '' and '%%(%s.ExcludedFromBuild)' != " + "'true'" % (rule.tlog, rule.tlog), + "File": "$(IntDir)$(ProjectName).read.1.tlog", + "Lines": f"^%({rule.tlog}.Source);%({rule.tlog}.Inputs)", + }, + ] + command_and_input_section = [ + rule_name, + { + "Condition": "'@(%s)' != '' and '%%(%s.ExcludedFromBuild)' != " + "'true'" % (rule_name, rule_name), + "EchoOff": "true", + "StandardOutputImportance": "High", + "StandardErrorImportance": "High", + "CommandLineTemplate": "%%(%s.CommandLineTemplate)" % rule_name, + "AdditionalOptions": "%%(%s.AdditionalOptions)" % rule_name, + "Inputs": rule_inputs, + }, + ] + content.extend( + [ + [ + "Target", + { + "Name": rule.target_name, + "BeforeTargets": "$(%s)" % rule.before_targets, + "AfterTargets": "$(%s)" % rule.after_targets, + "Condition": "'@(%s)' != ''" % rule_name, + "DependsOnTargets": "$(%s);%s" + % (rule.depends_on, rule.compute_output), + "Outputs": target_outputs, + "Inputs": target_inputs, + }, + remove_section, + inputs_section, + logging_section, + message_section, + write_tlog_section, + read_tlog_section, + command_and_input_section, + ], + [ + "PropertyGroup", + [ + "ComputeLinkInputsTargets", + "$(ComputeLinkInputsTargets);", + "%s;" % rule.compute_output, + ], + [ + "ComputeLibInputsTargets", + "$(ComputeLibInputsTargets);", + "%s;" % rule.compute_output, + ], + ], + [ + "Target", + { + "Name": rule.compute_output, + "Condition": "'@(%s)' != ''" % rule_name, + }, + [ + "ItemGroup", + [ + rule.dirs_to_make, + { + "Condition": "'@(%s)' != '' and " + "'%%(%s.ExcludedFromBuild)' != 'true'" + % (rule_name, rule_name), + "Include": "%%(%s.Outputs)" % rule_name, + }, + ], + [ + "Link", + { + "Include": "%%(%s.Identity)" % rule.dirs_to_make, + "Condition": extension_condition, + }, + ], + [ + "Lib", + { + "Include": "%%(%s.Identity)" % rule.dirs_to_make, + "Condition": extension_condition, + }, + ], + [ + "ImpLib", + { + "Include": "%%(%s.Identity)" % rule.dirs_to_make, + "Condition": extension_condition, + }, + ], + ], + [ + "MakeDir", + { + "Directories": ( + "@(%s->'%%(RootDir)%%(Directory)')" % rule.dirs_to_make + ) + }, + ], + ], + ] + ) + easy_xml.WriteXmlIfChanged(content, targets_path, pretty=True, win32=True) + + +def _GenerateMSBuildRuleXmlFile(xml_path, msbuild_rules): + # Generate the .xml file + content = [ + "ProjectSchemaDefinitions", + { + "xmlns": ( + "clr-namespace:Microsoft.Build.Framework.XamlTypes;" + "assembly=Microsoft.Build.Framework" + ), + "xmlns:x": "http://schemas.microsoft.com/winfx/2006/xaml", + "xmlns:sys": "clr-namespace:System;assembly=mscorlib", + "xmlns:transformCallback": "Microsoft.Cpp.Dev10.ConvertPropertyCallback", + }, + ] + for rule in msbuild_rules: + content.extend( + [ + [ + "Rule", + { + "Name": rule.rule_name, + "PageTemplate": "tool", + "DisplayName": rule.display_name, + "Order": "200", + }, + [ + "Rule.DataSource", + [ + "DataSource", + {"Persistence": "ProjectFile", "ItemType": rule.rule_name}, + ], + ], + [ + "Rule.Categories", + [ + "Category", + {"Name": "General"}, + ["Category.DisplayName", ["sys:String", "General"]], + ], + [ + "Category", + {"Name": "Command Line", "Subtype": "CommandLine"}, + ["Category.DisplayName", ["sys:String", "Command Line"]], + ], + ], + [ + "StringListProperty", + { + "Name": "Inputs", + "Category": "Command Line", + "IsRequired": "true", + "Switch": " ", + }, + [ + "StringListProperty.DataSource", + [ + "DataSource", + { + "Persistence": "ProjectFile", + "ItemType": rule.rule_name, + "SourceType": "Item", + }, + ], + ], + ], + [ + "StringProperty", + { + "Name": "CommandLineTemplate", + "DisplayName": "Command Line", + "Visible": "False", + "IncludeInCommandLine": "False", + }, + ], + [ + "DynamicEnumProperty", + { + "Name": rule.before_targets, + "Category": "General", + "EnumProvider": "Targets", + "IncludeInCommandLine": "False", + }, + [ + "DynamicEnumProperty.DisplayName", + ["sys:String", "Execute Before"], + ], + [ + "DynamicEnumProperty.Description", + [ + "sys:String", + "Specifies the targets for the build customization" + " to run before.", + ], + ], + [ + "DynamicEnumProperty.ProviderSettings", + [ + "NameValuePair", + { + "Name": "Exclude", + "Value": "^%s|^Compute" % rule.before_targets, + }, + ], + ], + [ + "DynamicEnumProperty.DataSource", + [ + "DataSource", + { + "Persistence": "ProjectFile", + "HasConfigurationCondition": "true", + }, + ], + ], + ], + [ + "DynamicEnumProperty", + { + "Name": rule.after_targets, + "Category": "General", + "EnumProvider": "Targets", + "IncludeInCommandLine": "False", + }, + [ + "DynamicEnumProperty.DisplayName", + ["sys:String", "Execute After"], + ], + [ + "DynamicEnumProperty.Description", + [ + "sys:String", + ( + "Specifies the targets for the build customization" + " to run after." + ), + ], + ], + [ + "DynamicEnumProperty.ProviderSettings", + [ + "NameValuePair", + { + "Name": "Exclude", + "Value": "^%s|^Compute" % rule.after_targets, + }, + ], + ], + [ + "DynamicEnumProperty.DataSource", + [ + "DataSource", + { + "Persistence": "ProjectFile", + "ItemType": "", + "HasConfigurationCondition": "true", + }, + ], + ], + ], + [ + "StringListProperty", + { + "Name": "Outputs", + "DisplayName": "Outputs", + "Visible": "False", + "IncludeInCommandLine": "False", + }, + ], + [ + "StringProperty", + { + "Name": "ExecutionDescription", + "DisplayName": "Execution Description", + "Visible": "False", + "IncludeInCommandLine": "False", + }, + ], + [ + "StringListProperty", + { + "Name": "AdditionalDependencies", + "DisplayName": "Additional Dependencies", + "IncludeInCommandLine": "False", + "Visible": "false", + }, + ], + [ + "StringProperty", + { + "Subtype": "AdditionalOptions", + "Name": "AdditionalOptions", + "Category": "Command Line", + }, + [ + "StringProperty.DisplayName", + ["sys:String", "Additional Options"], + ], + [ + "StringProperty.Description", + ["sys:String", "Additional Options"], + ], + ], + ], + [ + "ItemType", + {"Name": rule.rule_name, "DisplayName": rule.display_name}, + ], + [ + "FileExtension", + {"Name": "*" + rule.extension, "ContentType": rule.rule_name}, + ], + [ + "ContentType", + { + "Name": rule.rule_name, + "DisplayName": "", + "ItemType": rule.rule_name, + }, + ], + ] + ) + easy_xml.WriteXmlIfChanged(content, xml_path, pretty=True, win32=True) + + +def _GetConfigurationAndPlatform(name, settings, spec): + configuration = name.rsplit("_", 1)[0] + platform = settings.get("msvs_configuration_platform", "Win32") + if spec["toolset"] == "host" and platform == "arm64": + platform = "x64" # Host-only tools are always built for x64 + return (configuration, platform) + + +def _GetConfigurationCondition(name, settings, spec): + return r"'$(Configuration)|$(Platform)'=='%s|%s'" % _GetConfigurationAndPlatform( + name, settings, spec + ) + + +def _GetMSBuildProjectConfigurations(configurations, spec): + group = ["ItemGroup", {"Label": "ProjectConfigurations"}] + for (name, settings) in sorted(configurations.items()): + configuration, platform = _GetConfigurationAndPlatform(name, settings, spec) + designation = f"{configuration}|{platform}" + group.append( + [ + "ProjectConfiguration", + {"Include": designation}, + ["Configuration", configuration], + ["Platform", platform], + ] + ) + return [group] + + +def _GetMSBuildGlobalProperties(spec, version, guid, gyp_file_name): + namespace = os.path.splitext(gyp_file_name)[0] + properties = [ + [ + "PropertyGroup", + {"Label": "Globals"}, + ["ProjectGuid", guid], + ["Keyword", "Win32Proj"], + ["RootNamespace", namespace], + ["IgnoreWarnCompileDuplicatedFilename", "true"], + ] + ] + + if ( + os.environ.get("PROCESSOR_ARCHITECTURE") == "AMD64" + or os.environ.get("PROCESSOR_ARCHITEW6432") == "AMD64" + ): + properties[0].append(["PreferredToolArchitecture", "x64"]) + + if spec.get("msvs_target_platform_version"): + target_platform_version = spec.get("msvs_target_platform_version") + properties[0].append(["WindowsTargetPlatformVersion", target_platform_version]) + if spec.get("msvs_target_platform_minversion"): + target_platform_minversion = spec.get("msvs_target_platform_minversion") + properties[0].append( + ["WindowsTargetPlatformMinVersion", target_platform_minversion] + ) + else: + properties[0].append( + ["WindowsTargetPlatformMinVersion", target_platform_version] + ) + + if spec.get("msvs_enable_winrt"): + properties[0].append(["DefaultLanguage", "en-US"]) + properties[0].append(["AppContainerApplication", "true"]) + if spec.get("msvs_application_type_revision"): + app_type_revision = spec.get("msvs_application_type_revision") + properties[0].append(["ApplicationTypeRevision", app_type_revision]) + else: + properties[0].append(["ApplicationTypeRevision", "8.1"]) + if spec.get("msvs_enable_winphone"): + properties[0].append(["ApplicationType", "Windows Phone"]) + else: + properties[0].append(["ApplicationType", "Windows Store"]) + + platform_name = None + msvs_windows_sdk_version = None + for configuration in spec["configurations"].values(): + platform_name = platform_name or _ConfigPlatform(configuration) + msvs_windows_sdk_version = ( + msvs_windows_sdk_version + or _ConfigWindowsTargetPlatformVersion(configuration, version) + ) + if platform_name and msvs_windows_sdk_version: + break + if msvs_windows_sdk_version: + properties[0].append( + ["WindowsTargetPlatformVersion", str(msvs_windows_sdk_version)] + ) + elif version.compatible_sdks: + raise GypError( + "%s requires any SDK of %s version, but none were found" + % (version.description, version.compatible_sdks) + ) + + if platform_name == "ARM": + properties[0].append(["WindowsSDKDesktopARMSupport", "true"]) + + return properties + + +def _GetMSBuildConfigurationDetails(spec, build_file): + properties = {} + for name, settings in spec["configurations"].items(): + msbuild_attributes = _GetMSBuildAttributes(spec, settings, build_file) + condition = _GetConfigurationCondition(name, settings, spec) + character_set = msbuild_attributes.get("CharacterSet") + vctools_version = msbuild_attributes.get("VCToolsVersion") + config_type = msbuild_attributes.get("ConfigurationType") + _AddConditionalProperty(properties, condition, "ConfigurationType", config_type) + spectre_mitigation = msbuild_attributes.get('SpectreMitigation') + if spectre_mitigation: + _AddConditionalProperty(properties, condition, "SpectreMitigation", + spectre_mitigation) + if config_type == "Driver": + _AddConditionalProperty(properties, condition, "DriverType", "WDM") + _AddConditionalProperty( + properties, condition, "TargetVersion", _ConfigTargetVersion(settings) + ) + if character_set and "msvs_enable_winrt" not in spec: + _AddConditionalProperty( + properties, condition, "CharacterSet", character_set + ) + if vctools_version and "msvs_enable_winrt" not in spec: + _AddConditionalProperty( + properties, condition, "VCToolsVersion", vctools_version + ) + return _GetMSBuildPropertyGroup(spec, "Configuration", properties) + + +def _GetMSBuildLocalProperties(msbuild_toolset): + # Currently the only local property we support is PlatformToolset + properties = {} + if msbuild_toolset: + properties = [ + [ + "PropertyGroup", + {"Label": "Locals"}, + ["PlatformToolset", msbuild_toolset], + ] + ] + return properties + + +def _GetMSBuildPropertySheets(configurations, spec): + user_props = r"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" + additional_props = {} + props_specified = False + for name, settings in sorted(configurations.items()): + configuration = _GetConfigurationCondition(name, settings, spec) + if "msbuild_props" in settings: + additional_props[configuration] = _FixPaths(settings["msbuild_props"]) + props_specified = True + else: + additional_props[configuration] = "" + + if not props_specified: + return [ + [ + "ImportGroup", + {"Label": "PropertySheets"}, + [ + "Import", + { + "Project": user_props, + "Condition": "exists('%s')" % user_props, + "Label": "LocalAppDataPlatform", + }, + ], + ] + ] + else: + sheets = [] + for condition, props in additional_props.items(): + import_group = [ + "ImportGroup", + {"Label": "PropertySheets", "Condition": condition}, + [ + "Import", + { + "Project": user_props, + "Condition": "exists('%s')" % user_props, + "Label": "LocalAppDataPlatform", + }, + ], + ] + for props_file in props: + import_group.append(["Import", {"Project": props_file}]) + sheets.append(import_group) + return sheets + + +def _ConvertMSVSBuildAttributes(spec, config, build_file): + config_type = _GetMSVSConfigurationType(spec, build_file) + msvs_attributes = _GetMSVSAttributes(spec, config, config_type) + msbuild_attributes = {} + for a in msvs_attributes: + if a in ["IntermediateDirectory", "OutputDirectory"]: + directory = MSVSSettings.ConvertVCMacrosToMSBuild(msvs_attributes[a]) + if not directory.endswith("\\"): + directory += "\\" + msbuild_attributes[a] = directory + elif a == "CharacterSet": + msbuild_attributes[a] = _ConvertMSVSCharacterSet(msvs_attributes[a]) + elif a == "ConfigurationType": + msbuild_attributes[a] = _ConvertMSVSConfigurationType(msvs_attributes[a]) + elif a == "SpectreMitigation": + msbuild_attributes[a] = msvs_attributes[a] + elif a == "VCToolsVersion": + msbuild_attributes[a] = msvs_attributes[a] + else: + print("Warning: Do not know how to convert MSVS attribute " + a) + return msbuild_attributes + + +def _ConvertMSVSCharacterSet(char_set): + if char_set.isdigit(): + char_set = {"0": "MultiByte", "1": "Unicode", "2": "MultiByte"}[char_set] + return char_set + + +def _ConvertMSVSConfigurationType(config_type): + if config_type.isdigit(): + config_type = { + "1": "Application", + "2": "DynamicLibrary", + "4": "StaticLibrary", + "5": "Driver", + "10": "Utility", + }[config_type] + return config_type + + +def _GetMSBuildAttributes(spec, config, build_file): + if "msbuild_configuration_attributes" not in config: + msbuild_attributes = _ConvertMSVSBuildAttributes(spec, config, build_file) + + else: + config_type = _GetMSVSConfigurationType(spec, build_file) + config_type = _ConvertMSVSConfigurationType(config_type) + msbuild_attributes = config.get("msbuild_configuration_attributes", {}) + msbuild_attributes.setdefault("ConfigurationType", config_type) + output_dir = msbuild_attributes.get( + "OutputDirectory", "$(SolutionDir)$(Configuration)" + ) + msbuild_attributes["OutputDirectory"] = _FixPath(output_dir) + "\\" + if "IntermediateDirectory" not in msbuild_attributes: + intermediate = _FixPath("$(Configuration)") + "\\" + msbuild_attributes["IntermediateDirectory"] = intermediate + if "CharacterSet" in msbuild_attributes: + msbuild_attributes["CharacterSet"] = _ConvertMSVSCharacterSet( + msbuild_attributes["CharacterSet"] + ) + if "TargetName" not in msbuild_attributes: + prefix = spec.get("product_prefix", "") + product_name = spec.get("product_name", "$(ProjectName)") + target_name = prefix + product_name + msbuild_attributes["TargetName"] = target_name + if "TargetExt" not in msbuild_attributes and "product_extension" in spec: + ext = spec.get("product_extension") + msbuild_attributes["TargetExt"] = "." + ext + + if spec.get("msvs_external_builder"): + external_out_dir = spec.get("msvs_external_builder_out_dir", ".") + msbuild_attributes["OutputDirectory"] = _FixPath(external_out_dir) + "\\" + + # Make sure that 'TargetPath' matches 'Lib.OutputFile' or 'Link.OutputFile' + # (depending on the tool used) to avoid MSB8012 warning. + msbuild_tool_map = { + "executable": "Link", + "shared_library": "Link", + "loadable_module": "Link", + "windows_driver": "Link", + "static_library": "Lib", + } + msbuild_tool = msbuild_tool_map.get(spec["type"]) + if msbuild_tool: + msbuild_settings = config["finalized_msbuild_settings"] + out_file = msbuild_settings[msbuild_tool].get("OutputFile") + if out_file: + msbuild_attributes["TargetPath"] = _FixPath(out_file) + target_ext = msbuild_settings[msbuild_tool].get("TargetExt") + if target_ext: + msbuild_attributes["TargetExt"] = target_ext + + return msbuild_attributes + + +def _GetMSBuildConfigurationGlobalProperties(spec, configurations, build_file): + # TODO(jeanluc) We could optimize out the following and do it only if + # there are actions. + # TODO(jeanluc) Handle the equivalent of setting 'CYGWIN=nontsec'. + new_paths = [] + cygwin_dirs = spec.get("msvs_cygwin_dirs", ["."])[0] + if cygwin_dirs: + cyg_path = "$(MSBuildProjectDirectory)\\%s\\bin\\" % _FixPath(cygwin_dirs) + new_paths.append(cyg_path) + # TODO(jeanluc) Change the convention to have both a cygwin_dir and a + # python_dir. + python_path = cyg_path.replace("cygwin\\bin", "python_26") + new_paths.append(python_path) + if new_paths: + new_paths = "$(ExecutablePath);" + ";".join(new_paths) + + properties = {} + for (name, configuration) in sorted(configurations.items()): + condition = _GetConfigurationCondition(name, configuration, spec) + attributes = _GetMSBuildAttributes(spec, configuration, build_file) + msbuild_settings = configuration["finalized_msbuild_settings"] + _AddConditionalProperty( + properties, condition, "IntDir", attributes["IntermediateDirectory"] + ) + _AddConditionalProperty( + properties, condition, "OutDir", attributes["OutputDirectory"] + ) + _AddConditionalProperty( + properties, condition, "TargetName", attributes["TargetName"] + ) + if "TargetExt" in attributes: + _AddConditionalProperty( + properties, condition, "TargetExt", attributes["TargetExt"] + ) + + if attributes.get("TargetPath"): + _AddConditionalProperty( + properties, condition, "TargetPath", attributes["TargetPath"] + ) + if attributes.get("TargetExt"): + _AddConditionalProperty( + properties, condition, "TargetExt", attributes["TargetExt"] + ) + + if new_paths: + _AddConditionalProperty(properties, condition, "ExecutablePath", new_paths) + tool_settings = msbuild_settings.get("", {}) + for name, value in sorted(tool_settings.items()): + formatted_value = _GetValueFormattedForMSBuild("", name, value) + _AddConditionalProperty(properties, condition, name, formatted_value) + return _GetMSBuildPropertyGroup(spec, None, properties) + + +def _AddConditionalProperty(properties, condition, name, value): + """Adds a property / conditional value pair to a dictionary. + + Arguments: + properties: The dictionary to be modified. The key is the name of the + property. The value is itself a dictionary; its key is the value and + the value a list of condition for which this value is true. + condition: The condition under which the named property has the value. + name: The name of the property. + value: The value of the property. + """ + if name not in properties: + properties[name] = {} + values = properties[name] + if value not in values: + values[value] = [] + conditions = values[value] + conditions.append(condition) + + +# Regex for msvs variable references ( i.e. $(FOO) ). +MSVS_VARIABLE_REFERENCE = re.compile(r"\$\(([a-zA-Z_][a-zA-Z0-9_]*)\)") + + +def _GetMSBuildPropertyGroup(spec, label, properties): + """Returns a PropertyGroup definition for the specified properties. + + Arguments: + spec: The target project dict. + label: An optional label for the PropertyGroup. + properties: The dictionary to be converted. The key is the name of the + property. The value is itself a dictionary; its key is the value and + the value a list of condition for which this value is true. + """ + group = ["PropertyGroup"] + if label: + group.append({"Label": label}) + num_configurations = len(spec["configurations"]) + + def GetEdges(node): + # Use a definition of edges such that user_of_variable -> used_variable. + # This happens to be easier in this case, since a variable's + # definition contains all variables it references in a single string. + edges = set() + for value in sorted(properties[node].keys()): + # Add to edges all $(...) references to variables. + # + # Variable references that refer to names not in properties are excluded + # These can exist for instance to refer built in definitions like + # $(SolutionDir). + # + # Self references are ignored. Self reference is used in a few places to + # append to the default value. I.e. PATH=$(PATH);other_path + edges.update( + { + v + for v in MSVS_VARIABLE_REFERENCE.findall(value) + if v in properties and v != node + } + ) + return edges + + properties_ordered = gyp.common.TopologicallySorted(properties.keys(), GetEdges) + # Walk properties in the reverse of a topological sort on + # user_of_variable -> used_variable as this ensures variables are + # defined before they are used. + # NOTE: reverse(topsort(DAG)) = topsort(reverse_edges(DAG)) + for name in reversed(properties_ordered): + values = properties[name] + for value, conditions in sorted(values.items()): + if len(conditions) == num_configurations: + # If the value is the same all configurations, + # just add one unconditional entry. + group.append([name, value]) + else: + for condition in conditions: + group.append([name, {"Condition": condition}, value]) + return [group] + + +def _GetMSBuildToolSettingsSections(spec, configurations): + groups = [] + for (name, configuration) in sorted(configurations.items()): + msbuild_settings = configuration["finalized_msbuild_settings"] + group = [ + "ItemDefinitionGroup", + {"Condition": _GetConfigurationCondition(name, configuration, spec)}, + ] + for tool_name, tool_settings in sorted(msbuild_settings.items()): + # Skip the tool named '' which is a holder of global settings handled + # by _GetMSBuildConfigurationGlobalProperties. + if tool_name and tool_settings: + tool = [tool_name] + for name, value in sorted(tool_settings.items()): + formatted_value = _GetValueFormattedForMSBuild( + tool_name, name, value + ) + tool.append([name, formatted_value]) + group.append(tool) + groups.append(group) + return groups + + +def _FinalizeMSBuildSettings(spec, configuration): + if "msbuild_settings" in configuration: + converted = False + msbuild_settings = configuration["msbuild_settings"] + MSVSSettings.ValidateMSBuildSettings(msbuild_settings) + else: + converted = True + msvs_settings = configuration.get("msvs_settings", {}) + msbuild_settings = MSVSSettings.ConvertToMSBuildSettings(msvs_settings) + include_dirs, midl_include_dirs, resource_include_dirs = _GetIncludeDirs( + configuration + ) + libraries = _GetLibraries(spec) + library_dirs = _GetLibraryDirs(configuration) + out_file, _, msbuild_tool = _GetOutputFilePathAndTool(spec, msbuild=True) + target_ext = _GetOutputTargetExt(spec) + defines = _GetDefines(configuration) + if converted: + # Visual Studio 2010 has TR1 + defines = [d for d in defines if d != "_HAS_TR1=0"] + # Warn of ignored settings + ignored_settings = ["msvs_tool_files"] + for ignored_setting in ignored_settings: + value = configuration.get(ignored_setting) + if value: + print( + "Warning: The automatic conversion to MSBuild does not handle " + "%s. Ignoring setting of %s" % (ignored_setting, str(value)) + ) + + defines = [_EscapeCppDefineForMSBuild(d) for d in defines] + disabled_warnings = _GetDisabledWarnings(configuration) + prebuild = configuration.get("msvs_prebuild") + postbuild = configuration.get("msvs_postbuild") + def_file = _GetModuleDefinition(spec) + precompiled_header = configuration.get("msvs_precompiled_header") + + # Add the information to the appropriate tool + # TODO(jeanluc) We could optimize and generate these settings only if + # the corresponding files are found, e.g. don't generate ResourceCompile + # if you don't have any resources. + _ToolAppend( + msbuild_settings, "ClCompile", "AdditionalIncludeDirectories", include_dirs + ) + _ToolAppend( + msbuild_settings, "Midl", "AdditionalIncludeDirectories", midl_include_dirs + ) + _ToolAppend( + msbuild_settings, + "ResourceCompile", + "AdditionalIncludeDirectories", + resource_include_dirs, + ) + # Add in libraries, note that even for empty libraries, we want this + # set, to prevent inheriting default libraries from the environment. + _ToolSetOrAppend(msbuild_settings, "Link", "AdditionalDependencies", libraries) + _ToolAppend(msbuild_settings, "Link", "AdditionalLibraryDirectories", library_dirs) + if out_file: + _ToolAppend( + msbuild_settings, msbuild_tool, "OutputFile", out_file, only_if_unset=True + ) + if target_ext: + _ToolAppend( + msbuild_settings, msbuild_tool, "TargetExt", target_ext, only_if_unset=True + ) + # Add defines. + _ToolAppend(msbuild_settings, "ClCompile", "PreprocessorDefinitions", defines) + _ToolAppend(msbuild_settings, "ResourceCompile", "PreprocessorDefinitions", defines) + # Add disabled warnings. + _ToolAppend( + msbuild_settings, "ClCompile", "DisableSpecificWarnings", disabled_warnings + ) + # Turn on precompiled headers if appropriate. + if precompiled_header: + # While MSVC works with just file name eg. "v8_pch.h", ClangCL requires + # the full path eg. "tools/msvs/pch/v8_pch.h" to find the file. + # P.S. Only ClangCL defines msbuild_toolset, for MSVC it is None. + if configuration.get("msbuild_toolset") != 'ClangCL': + precompiled_header = os.path.split(precompiled_header)[1] + _ToolAppend(msbuild_settings, "ClCompile", "PrecompiledHeader", "Use") + _ToolAppend( + msbuild_settings, "ClCompile", "PrecompiledHeaderFile", precompiled_header + ) + _ToolAppend( + msbuild_settings, "ClCompile", "ForcedIncludeFiles", [precompiled_header] + ) + else: + _ToolAppend(msbuild_settings, "ClCompile", "PrecompiledHeader", "NotUsing") + # Turn off WinRT compilation + _ToolAppend(msbuild_settings, "ClCompile", "CompileAsWinRT", "false") + # Turn on import libraries if appropriate + if spec.get("msvs_requires_importlibrary"): + _ToolAppend(msbuild_settings, "", "IgnoreImportLibrary", "false") + # Loadable modules don't generate import libraries; + # tell dependent projects to not expect one. + if spec["type"] == "loadable_module": + _ToolAppend(msbuild_settings, "", "IgnoreImportLibrary", "true") + # Set the module definition file if any. + if def_file: + _ToolAppend(msbuild_settings, "Link", "ModuleDefinitionFile", def_file) + configuration["finalized_msbuild_settings"] = msbuild_settings + if prebuild: + _ToolAppend(msbuild_settings, "PreBuildEvent", "Command", prebuild) + if postbuild: + _ToolAppend(msbuild_settings, "PostBuildEvent", "Command", postbuild) + + +def _GetValueFormattedForMSBuild(tool_name, name, value): + if isinstance(value, list): + # For some settings, VS2010 does not automatically extends the settings + # TODO(jeanluc) Is this what we want? + if name in [ + "AdditionalIncludeDirectories", + "AdditionalLibraryDirectories", + "AdditionalOptions", + "DelayLoadDLLs", + "DisableSpecificWarnings", + "PreprocessorDefinitions", + ]: + value.append("%%(%s)" % name) + # For most tools, entries in a list should be separated with ';' but some + # settings use a space. Check for those first. + exceptions = { + "ClCompile": ["AdditionalOptions"], + "Link": ["AdditionalOptions"], + "Lib": ["AdditionalOptions"], + } + char = " " if name in exceptions.get(tool_name, []) else ";" + formatted_value = char.join( + [MSVSSettings.ConvertVCMacrosToMSBuild(i) for i in value] + ) + else: + formatted_value = MSVSSettings.ConvertVCMacrosToMSBuild(value) + return formatted_value + + +def _VerifySourcesExist(sources, root_dir): + """Verifies that all source files exist on disk. + + Checks that all regular source files, i.e. not created at run time, + exist on disk. Missing files cause needless recompilation but no otherwise + visible errors. + + Arguments: + sources: A recursive list of Filter/file names. + root_dir: The root directory for the relative path names. + Returns: + A list of source files that cannot be found on disk. + """ + missing_sources = [] + for source in sources: + if isinstance(source, MSVSProject.Filter): + missing_sources.extend(_VerifySourcesExist(source.contents, root_dir)) + else: + if "$" not in source: + full_path = os.path.join(root_dir, source) + if not os.path.exists(full_path): + missing_sources.append(full_path) + return missing_sources + + +def _GetMSBuildSources( + spec, + sources, + exclusions, + rule_dependencies, + extension_to_rule_name, + actions_spec, + sources_handled_by_action, + list_excluded, +): + groups = [ + "none", + "masm", + "midl", + "include", + "compile", + "resource", + "rule", + "rule_dependency", + ] + grouped_sources = {} + for g in groups: + grouped_sources[g] = [] + + _AddSources2( + spec, + sources, + exclusions, + grouped_sources, + rule_dependencies, + extension_to_rule_name, + sources_handled_by_action, + list_excluded, + ) + sources = [] + for g in groups: + if grouped_sources[g]: + sources.append(["ItemGroup"] + grouped_sources[g]) + if actions_spec: + sources.append(["ItemGroup"] + actions_spec) + return sources + + +def _AddSources2( + spec, + sources, + exclusions, + grouped_sources, + rule_dependencies, + extension_to_rule_name, + sources_handled_by_action, + list_excluded, +): + extensions_excluded_from_precompile = [] + for source in sources: + if isinstance(source, MSVSProject.Filter): + _AddSources2( + spec, + source.contents, + exclusions, + grouped_sources, + rule_dependencies, + extension_to_rule_name, + sources_handled_by_action, + list_excluded, + ) + else: + if source not in sources_handled_by_action: + detail = [] + excluded_configurations = exclusions.get(source, []) + if len(excluded_configurations) == len(spec["configurations"]): + detail.append(["ExcludedFromBuild", "true"]) + else: + for config_name, configuration in sorted(excluded_configurations): + condition = _GetConfigurationCondition( + config_name, configuration + ) + detail.append( + ["ExcludedFromBuild", {"Condition": condition}, "true"] + ) + # Add precompile if needed + for config_name, configuration in spec["configurations"].items(): + precompiled_source = configuration.get( + "msvs_precompiled_source", "" + ) + if precompiled_source != "": + precompiled_source = _FixPath(precompiled_source) + if not extensions_excluded_from_precompile: + # If the precompiled header is generated by a C source, + # we must not try to use it for C++ sources, + # and vice versa. + basename, extension = os.path.splitext(precompiled_source) + if extension == ".c": + extensions_excluded_from_precompile = [ + ".cc", + ".cpp", + ".cxx", + ] + else: + extensions_excluded_from_precompile = [".c"] + + if precompiled_source == source: + condition = _GetConfigurationCondition( + config_name, configuration, spec + ) + detail.append( + ["PrecompiledHeader", {"Condition": condition}, "Create"] + ) + else: + # Turn off precompiled header usage for source files of a + # different type than the file that generated the + # precompiled header. + for extension in extensions_excluded_from_precompile: + if source.endswith(extension): + detail.append(["PrecompiledHeader", ""]) + detail.append(["ForcedIncludeFiles", ""]) + + group, element = _MapFileToMsBuildSourceType( + source, + rule_dependencies, + extension_to_rule_name, + _GetUniquePlatforms(spec), + spec["toolset"], + ) + if group == "compile" and not os.path.isabs(source): + # Add an value to support duplicate source + # file basenames, except for absolute paths to avoid paths + # with more than 260 characters. + file_name = os.path.splitext(source)[0] + ".obj" + if file_name.startswith("..\\"): + file_name = re.sub(r"^(\.\.\\)+", "", file_name) + elif file_name.startswith("$("): + file_name = re.sub(r"^\$\([^)]+\)\\", "", file_name) + detail.append(["ObjectFileName", "$(IntDir)\\" + file_name]) + grouped_sources[group].append([element, {"Include": source}] + detail) + + +def _GetMSBuildProjectReferences(project): + references = [] + if project.dependencies: + group = ["ItemGroup"] + added_dependency_set = set() + for dependency in project.dependencies: + dependency_spec = dependency.spec + should_skip_dep = False + if project.spec["toolset"] == "target": + if dependency_spec["toolset"] == "host": + if dependency_spec["type"] == "static_library": + should_skip_dep = True + if dependency.name.startswith("run_"): + should_skip_dep = False + if should_skip_dep: + continue + + canonical_name = dependency.name.replace("_host", "") + added_dependency_set.add(canonical_name) + guid = dependency.guid + project_dir = os.path.split(project.path)[0] + relative_path = gyp.common.RelativePath(dependency.path, project_dir) + project_ref = [ + "ProjectReference", + {"Include": relative_path}, + ["Project", guid], + ["ReferenceOutputAssembly", "false"], + ] + for config in dependency.spec.get("configurations", {}).values(): + if config.get("msvs_use_library_dependency_inputs", 0): + project_ref.append(["UseLibraryDependencyInputs", "true"]) + break + # If it's disabled in any config, turn it off in the reference. + if config.get("msvs_2010_disable_uldi_when_referenced", 0): + project_ref.append(["UseLibraryDependencyInputs", "false"]) + break + group.append(project_ref) + references.append(group) + return references + + +def _GenerateMSBuildProject(project, options, version, generator_flags, spec): + spec = project.spec + configurations = spec["configurations"] + toolset = spec["toolset"] + project_dir, project_file_name = os.path.split(project.path) + gyp.common.EnsureDirExists(project.path) + # Prepare list of sources and excluded sources. + + gyp_file = os.path.split(project.build_file)[1] + sources, excluded_sources = _PrepareListOfSources(spec, generator_flags, gyp_file) + # Add rules. + actions_to_add = {} + props_files_of_rules = set() + targets_files_of_rules = set() + rule_dependencies = set() + extension_to_rule_name = {} + list_excluded = generator_flags.get("msvs_list_excluded_files", True) + platforms = _GetUniquePlatforms(spec) + + # Don't generate rules if we are using an external builder like ninja. + if not spec.get("msvs_external_builder"): + _GenerateRulesForMSBuild( + project_dir, + options, + spec, + sources, + excluded_sources, + props_files_of_rules, + targets_files_of_rules, + actions_to_add, + rule_dependencies, + extension_to_rule_name, + ) + else: + rules = spec.get("rules", []) + _AdjustSourcesForRules(rules, sources, excluded_sources, True) + + sources, excluded_sources, excluded_idl = _AdjustSourcesAndConvertToFilterHierarchy( + spec, options, project_dir, sources, excluded_sources, list_excluded, version + ) + + # Don't add actions if we are using an external builder like ninja. + if not spec.get("msvs_external_builder"): + _AddActions(actions_to_add, spec, project.build_file) + _AddCopies(actions_to_add, spec) + + # NOTE: this stanza must appear after all actions have been decided. + # Don't excluded sources with actions attached, or they won't run. + excluded_sources = _FilterActionsFromExcluded(excluded_sources, actions_to_add) + + exclusions = _GetExcludedFilesFromBuild(spec, excluded_sources, excluded_idl) + actions_spec, sources_handled_by_action = _GenerateActionsForMSBuild( + spec, actions_to_add + ) + + _GenerateMSBuildFiltersFile( + project.path + ".filters", + sources, + rule_dependencies, + extension_to_rule_name, + platforms, + toolset, + ) + missing_sources = _VerifySourcesExist(sources, project_dir) + + for configuration in configurations.values(): + _FinalizeMSBuildSettings(spec, configuration) + + # Add attributes to root element + + import_default_section = [ + ["Import", {"Project": r"$(VCTargetsPath)\Microsoft.Cpp.Default.props"}] + ] + import_cpp_props_section = [ + ["Import", {"Project": r"$(VCTargetsPath)\Microsoft.Cpp.props"}] + ] + import_cpp_targets_section = [ + ["Import", {"Project": r"$(VCTargetsPath)\Microsoft.Cpp.targets"}] + ] + import_masm_props_section = [ + ["Import", {"Project": r"$(VCTargetsPath)\BuildCustomizations\masm.props"}] + ] + import_masm_targets_section = [ + ["Import", {"Project": r"$(VCTargetsPath)\BuildCustomizations\masm.targets"}] + ] + import_marmasm_props_section = [ + ["Import", {"Project": r"$(VCTargetsPath)\BuildCustomizations\marmasm.props"}] + ] + import_marmasm_targets_section = [ + ["Import", {"Project": r"$(VCTargetsPath)\BuildCustomizations\marmasm.targets"}] + ] + macro_section = [["PropertyGroup", {"Label": "UserMacros"}]] + + content = [ + "Project", + { + "xmlns": "http://schemas.microsoft.com/developer/msbuild/2003", + "ToolsVersion": version.ProjectVersion(), + "DefaultTargets": "Build", + }, + ] + + content += _GetMSBuildProjectConfigurations(configurations, spec) + content += _GetMSBuildGlobalProperties( + spec, version, project.guid, project_file_name + ) + content += import_default_section + content += _GetMSBuildConfigurationDetails(spec, project.build_file) + if spec.get("msvs_enable_winphone"): + content += _GetMSBuildLocalProperties("v120_wp81") + else: + content += _GetMSBuildLocalProperties(project.msbuild_toolset) + content += import_cpp_props_section + content += import_masm_props_section + if "arm64" in platforms and toolset == "target": + content += import_marmasm_props_section + content += _GetMSBuildExtensions(props_files_of_rules) + content += _GetMSBuildPropertySheets(configurations, spec) + content += macro_section + content += _GetMSBuildConfigurationGlobalProperties( + spec, configurations, project.build_file + ) + content += _GetMSBuildToolSettingsSections(spec, configurations) + content += _GetMSBuildSources( + spec, + sources, + exclusions, + rule_dependencies, + extension_to_rule_name, + actions_spec, + sources_handled_by_action, + list_excluded, + ) + content += _GetMSBuildProjectReferences(project) + content += import_cpp_targets_section + content += import_masm_targets_section + if "arm64" in platforms and toolset == "target": + content += import_marmasm_targets_section + content += _GetMSBuildExtensionTargets(targets_files_of_rules) + + if spec.get("msvs_external_builder"): + content += _GetMSBuildExternalBuilderTargets(spec) + + # TODO(jeanluc) File a bug to get rid of runas. We had in MSVS: + # has_run_as = _WriteMSVSUserFile(project.path, version, spec) + + easy_xml.WriteXmlIfChanged(content, project.path, pretty=True, win32=True) + + return missing_sources + + +def _GetMSBuildExternalBuilderTargets(spec): + """Return a list of MSBuild targets for external builders. + + The "Build" and "Clean" targets are always generated. If the spec contains + 'msvs_external_builder_clcompile_cmd', then the "ClCompile" target will also + be generated, to support building selected C/C++ files. + + Arguments: + spec: The gyp target spec. + Returns: + List of MSBuild 'Target' specs. + """ + build_cmd = _BuildCommandLineForRuleRaw( + spec, spec["msvs_external_builder_build_cmd"], False, False, False, False + ) + build_target = ["Target", {"Name": "Build"}] + build_target.append(["Exec", {"Command": build_cmd}]) + + clean_cmd = _BuildCommandLineForRuleRaw( + spec, spec["msvs_external_builder_clean_cmd"], False, False, False, False + ) + clean_target = ["Target", {"Name": "Clean"}] + clean_target.append(["Exec", {"Command": clean_cmd}]) + + targets = [build_target, clean_target] + + if spec.get("msvs_external_builder_clcompile_cmd"): + clcompile_cmd = _BuildCommandLineForRuleRaw( + spec, + spec["msvs_external_builder_clcompile_cmd"], + False, + False, + False, + False, + ) + clcompile_target = ["Target", {"Name": "ClCompile"}] + clcompile_target.append(["Exec", {"Command": clcompile_cmd}]) + targets.append(clcompile_target) + + return targets + + +def _GetMSBuildExtensions(props_files_of_rules): + extensions = ["ImportGroup", {"Label": "ExtensionSettings"}] + for props_file in props_files_of_rules: + extensions.append(["Import", {"Project": props_file}]) + return [extensions] + + +def _GetMSBuildExtensionTargets(targets_files_of_rules): + targets_node = ["ImportGroup", {"Label": "ExtensionTargets"}] + for targets_file in sorted(targets_files_of_rules): + targets_node.append(["Import", {"Project": targets_file}]) + return [targets_node] + + +def _GenerateActionsForMSBuild(spec, actions_to_add): + """Add actions accumulated into an actions_to_add, merging as needed. + + Arguments: + spec: the target project dict + actions_to_add: dictionary keyed on input name, which maps to a list of + dicts describing the actions attached to that input file. + + Returns: + A pair of (action specification, the sources handled by this action). + """ + sources_handled_by_action = OrderedSet() + actions_spec = [] + for primary_input, actions in actions_to_add.items(): + if generator_supports_multiple_toolsets: + primary_input = primary_input.replace(".exe", "_host.exe") + inputs = OrderedSet() + outputs = OrderedSet() + descriptions = [] + commands = [] + for action in actions: + + def fixup_host_exe(i): + if "$(OutDir)" in i: + i = i.replace(".exe", "_host.exe") + return i + + if generator_supports_multiple_toolsets: + action["inputs"] = [fixup_host_exe(i) for i in action["inputs"]] + inputs.update(OrderedSet(action["inputs"])) + outputs.update(OrderedSet(action["outputs"])) + descriptions.append(action["description"]) + cmd = action["command"] + if generator_supports_multiple_toolsets: + cmd = cmd.replace(".exe", "_host.exe") + # For most actions, add 'call' so that actions that invoke batch files + # return and continue executing. msbuild_use_call provides a way to + # disable this but I have not seen any adverse effect from doing that + # for everything. + if action.get("msbuild_use_call", True): + cmd = "call " + cmd + commands.append(cmd) + # Add the custom build action for one input file. + description = ", and also ".join(descriptions) + + # We can't join the commands simply with && because the command line will + # get too long. See also _AddActions: cygwin's setup_env mustn't be called + # for every invocation or the command that sets the PATH will grow too + # long. + command = "\r\n".join( + [c + "\r\nif %errorlevel% neq 0 exit /b %errorlevel%" for c in commands] + ) + _AddMSBuildAction( + spec, + primary_input, + inputs, + outputs, + command, + description, + sources_handled_by_action, + actions_spec, + ) + return actions_spec, sources_handled_by_action + + +def _AddMSBuildAction( + spec, + primary_input, + inputs, + outputs, + cmd, + description, + sources_handled_by_action, + actions_spec, +): + command = MSVSSettings.ConvertVCMacrosToMSBuild(cmd) + primary_input = _FixPath(primary_input) + inputs_array = _FixPaths(inputs) + outputs_array = _FixPaths(outputs) + additional_inputs = ";".join([i for i in inputs_array if i != primary_input]) + outputs = ";".join(outputs_array) + sources_handled_by_action.add(primary_input) + action_spec = ["CustomBuild", {"Include": primary_input}] + action_spec.extend( + # TODO(jeanluc) 'Document' for all or just if as_sources? + [ + ["FileType", "Document"], + ["Command", command], + ["Message", description], + ["Outputs", outputs], + ] + ) + if additional_inputs: + action_spec.append(["AdditionalInputs", additional_inputs]) + actions_spec.append(action_spec) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py new file mode 100755 index 00000000..e80b57f0 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py @@ -0,0 +1,44 @@ +#!/usr/bin/env python3 +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +""" Unit tests for the msvs.py file. """ + +import gyp.generator.msvs as msvs +import unittest + +from io import StringIO + + +class TestSequenceFunctions(unittest.TestCase): + def setUp(self): + self.stderr = StringIO() + + def test_GetLibraries(self): + self.assertEqual(msvs._GetLibraries({}), []) + self.assertEqual(msvs._GetLibraries({"libraries": []}), []) + self.assertEqual( + msvs._GetLibraries({"other": "foo", "libraries": ["a.lib"]}), ["a.lib"] + ) + self.assertEqual(msvs._GetLibraries({"libraries": ["-la"]}), ["a.lib"]) + self.assertEqual( + msvs._GetLibraries( + { + "libraries": [ + "a.lib", + "b.lib", + "c.lib", + "-lb.lib", + "-lb.lib", + "d.lib", + "a.lib", + ] + } + ), + ["c.lib", "b.lib", "d.lib", "a.lib"], + ) + + +if __name__ == "__main__": + unittest.main() diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py new file mode 100644 index 00000000..ae3dded9 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py @@ -0,0 +1,2967 @@ +# Copyright (c) 2013 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + + +import collections +import copy +import hashlib +import json +import multiprocessing +import os.path +import re +import signal +import shutil +import subprocess +import sys +import gyp +import gyp.common +import gyp.msvs_emulation +import gyp.MSVSUtil as MSVSUtil +import gyp.xcode_emulation + +from io import StringIO + +from gyp.common import GetEnvironFallback +import gyp.ninja_syntax as ninja_syntax + +generator_default_variables = { + "EXECUTABLE_PREFIX": "", + "EXECUTABLE_SUFFIX": "", + "STATIC_LIB_PREFIX": "lib", + "STATIC_LIB_SUFFIX": ".a", + "SHARED_LIB_PREFIX": "lib", + # Gyp expects the following variables to be expandable by the build + # system to the appropriate locations. Ninja prefers paths to be + # known at gyp time. To resolve this, introduce special + # variables starting with $! and $| (which begin with a $ so gyp knows it + # should be treated specially, but is otherwise an invalid + # ninja/shell variable) that are passed to gyp here but expanded + # before writing out into the target .ninja files; see + # ExpandSpecial. + # $! is used for variables that represent a path and that can only appear at + # the start of a string, while $| is used for variables that can appear + # anywhere in a string. + "INTERMEDIATE_DIR": "$!INTERMEDIATE_DIR", + "SHARED_INTERMEDIATE_DIR": "$!PRODUCT_DIR/gen", + "PRODUCT_DIR": "$!PRODUCT_DIR", + "CONFIGURATION_NAME": "$|CONFIGURATION_NAME", + # Special variables that may be used by gyp 'rule' targets. + # We generate definitions for these variables on the fly when processing a + # rule. + "RULE_INPUT_ROOT": "${root}", + "RULE_INPUT_DIRNAME": "${dirname}", + "RULE_INPUT_PATH": "${source}", + "RULE_INPUT_EXT": "${ext}", + "RULE_INPUT_NAME": "${name}", +} + +# Placates pylint. +generator_additional_non_configuration_keys = [] +generator_additional_path_sections = [] +generator_extra_sources_for_rules = [] +generator_filelist_paths = None + +generator_supports_multiple_toolsets = gyp.common.CrossCompileRequested() + + +def StripPrefix(arg, prefix): + if arg.startswith(prefix): + return arg[len(prefix) :] + return arg + + +def QuoteShellArgument(arg, flavor): + """Quote a string such that it will be interpreted as a single argument + by the shell.""" + # Rather than attempting to enumerate the bad shell characters, just + # allow common OK ones and quote anything else. + if re.match(r"^[a-zA-Z0-9_=.\\/-]+$", arg): + return arg # No quoting necessary. + if flavor == "win": + return gyp.msvs_emulation.QuoteForRspFile(arg) + return "'" + arg.replace("'", "'" + '"\'"' + "'") + "'" + + +def Define(d, flavor): + """Takes a preprocessor define and returns a -D parameter that's ninja- and + shell-escaped.""" + if flavor == "win": + # cl.exe replaces literal # characters with = in preprocessor definitions for + # some reason. Octal-encode to work around that. + d = d.replace("#", "\\%03o" % ord("#")) + return QuoteShellArgument(ninja_syntax.escape("-D" + d), flavor) + + +def AddArch(output, arch): + """Adds an arch string to an output path.""" + output, extension = os.path.splitext(output) + return f"{output}.{arch}{extension}" + + +class Target: + """Target represents the paths used within a single gyp target. + + Conceptually, building a single target A is a series of steps: + + 1) actions/rules/copies generates source/resources/etc. + 2) compiles generates .o files + 3) link generates a binary (library/executable) + 4) bundle merges the above in a mac bundle + + (Any of these steps can be optional.) + + From a build ordering perspective, a dependent target B could just + depend on the last output of this series of steps. + + But some dependent commands sometimes need to reach inside the box. + For example, when linking B it needs to get the path to the static + library generated by A. + + This object stores those paths. To keep things simple, member + variables only store concrete paths to single files, while methods + compute derived values like "the last output of the target". + """ + + def __init__(self, type): + # Gyp type ("static_library", etc.) of this target. + self.type = type + # File representing whether any input dependencies necessary for + # dependent actions have completed. + self.preaction_stamp = None + # File representing whether any input dependencies necessary for + # dependent compiles have completed. + self.precompile_stamp = None + # File representing the completion of actions/rules/copies, if any. + self.actions_stamp = None + # Path to the output of the link step, if any. + self.binary = None + # Path to the file representing the completion of building the bundle, + # if any. + self.bundle = None + # On Windows, incremental linking requires linking against all the .objs + # that compose a .lib (rather than the .lib itself). That list is stored + # here. In this case, we also need to save the compile_deps for the target, + # so that the target that directly depends on the .objs can also depend + # on those. + self.component_objs = None + self.compile_deps = None + # Windows only. The import .lib is the output of a build step, but + # because dependents only link against the lib (not both the lib and the + # dll) we keep track of the import library here. + self.import_lib = None + # Track if this target contains any C++ files, to decide if gcc or g++ + # should be used for linking. + self.uses_cpp = False + + def Linkable(self): + """Return true if this is a target that can be linked against.""" + return self.type in ("static_library", "shared_library") + + def UsesToc(self, flavor): + """Return true if the target should produce a restat rule based on a TOC + file.""" + # For bundles, the .TOC should be produced for the binary, not for + # FinalOutput(). But the naive approach would put the TOC file into the + # bundle, so don't do this for bundles for now. + if flavor == "win" or self.bundle: + return False + return self.type in ("shared_library", "loadable_module") + + def PreActionInput(self, flavor): + """Return the path, if any, that should be used as a dependency of + any dependent action step.""" + if self.UsesToc(flavor): + return self.FinalOutput() + ".TOC" + return self.FinalOutput() or self.preaction_stamp + + def PreCompileInput(self): + """Return the path, if any, that should be used as a dependency of + any dependent compile step.""" + return self.actions_stamp or self.precompile_stamp + + def FinalOutput(self): + """Return the last output of the target, which depends on all prior + steps.""" + return self.bundle or self.binary or self.actions_stamp + + +# A small discourse on paths as used within the Ninja build: +# All files we produce (both at gyp and at build time) appear in the +# build directory (e.g. out/Debug). +# +# Paths within a given .gyp file are always relative to the directory +# containing the .gyp file. Call these "gyp paths". This includes +# sources as well as the starting directory a given gyp rule/action +# expects to be run from. We call the path from the source root to +# the gyp file the "base directory" within the per-.gyp-file +# NinjaWriter code. +# +# All paths as written into the .ninja files are relative to the build +# directory. Call these paths "ninja paths". +# +# We translate between these two notions of paths with two helper +# functions: +# +# - GypPathToNinja translates a gyp path (i.e. relative to the .gyp file) +# into the equivalent ninja path. +# +# - GypPathToUniqueOutput translates a gyp path into a ninja path to write +# an output file; the result can be namespaced such that it is unique +# to the input file name as well as the output target name. + + +class NinjaWriter: + def __init__( + self, + hash_for_rules, + target_outputs, + base_dir, + build_dir, + output_file, + toplevel_build, + output_file_name, + flavor, + toplevel_dir=None, + ): + """ + base_dir: path from source root to directory containing this gyp file, + by gyp semantics, all input paths are relative to this + build_dir: path from source root to build output + toplevel_dir: path to the toplevel directory + """ + + self.hash_for_rules = hash_for_rules + self.target_outputs = target_outputs + self.base_dir = base_dir + self.build_dir = build_dir + self.ninja = ninja_syntax.Writer(output_file) + self.toplevel_build = toplevel_build + self.output_file_name = output_file_name + + self.flavor = flavor + self.abs_build_dir = None + if toplevel_dir is not None: + self.abs_build_dir = os.path.abspath(os.path.join(toplevel_dir, build_dir)) + self.obj_ext = ".obj" if flavor == "win" else ".o" + if flavor == "win": + # See docstring of msvs_emulation.GenerateEnvironmentFiles(). + self.win_env = {} + for arch in ("x86", "x64"): + self.win_env[arch] = "environment." + arch + + # Relative path from build output dir to base dir. + build_to_top = gyp.common.InvertRelativePath(build_dir, toplevel_dir) + self.build_to_base = os.path.join(build_to_top, base_dir) + # Relative path from base dir to build dir. + base_to_top = gyp.common.InvertRelativePath(base_dir, toplevel_dir) + self.base_to_build = os.path.join(base_to_top, build_dir) + + def ExpandSpecial(self, path, product_dir=None): + """Expand specials like $!PRODUCT_DIR in |path|. + + If |product_dir| is None, assumes the cwd is already the product + dir. Otherwise, |product_dir| is the relative path to the product + dir. + """ + + PRODUCT_DIR = "$!PRODUCT_DIR" + if PRODUCT_DIR in path: + if product_dir: + path = path.replace(PRODUCT_DIR, product_dir) + else: + path = path.replace(PRODUCT_DIR + "/", "") + path = path.replace(PRODUCT_DIR + "\\", "") + path = path.replace(PRODUCT_DIR, ".") + + INTERMEDIATE_DIR = "$!INTERMEDIATE_DIR" + if INTERMEDIATE_DIR in path: + int_dir = self.GypPathToUniqueOutput("gen") + # GypPathToUniqueOutput generates a path relative to the product dir, + # so insert product_dir in front if it is provided. + path = path.replace( + INTERMEDIATE_DIR, os.path.join(product_dir or "", int_dir) + ) + + CONFIGURATION_NAME = "$|CONFIGURATION_NAME" + path = path.replace(CONFIGURATION_NAME, self.config_name) + + return path + + def ExpandRuleVariables(self, path, root, dirname, source, ext, name): + if self.flavor == "win": + path = self.msvs_settings.ConvertVSMacros(path, config=self.config_name) + path = path.replace(generator_default_variables["RULE_INPUT_ROOT"], root) + path = path.replace(generator_default_variables["RULE_INPUT_DIRNAME"], dirname) + path = path.replace(generator_default_variables["RULE_INPUT_PATH"], source) + path = path.replace(generator_default_variables["RULE_INPUT_EXT"], ext) + path = path.replace(generator_default_variables["RULE_INPUT_NAME"], name) + return path + + def GypPathToNinja(self, path, env=None): + """Translate a gyp path to a ninja path, optionally expanding environment + variable references in |path| with |env|. + + See the above discourse on path conversions.""" + if env: + if self.flavor == "mac": + path = gyp.xcode_emulation.ExpandEnvVars(path, env) + elif self.flavor == "win": + path = gyp.msvs_emulation.ExpandMacros(path, env) + if path.startswith("$!"): + expanded = self.ExpandSpecial(path) + if self.flavor == "win": + expanded = os.path.normpath(expanded) + return expanded + if "$|" in path: + path = self.ExpandSpecial(path) + assert "$" not in path, path + return os.path.normpath(os.path.join(self.build_to_base, path)) + + def GypPathToUniqueOutput(self, path, qualified=True): + """Translate a gyp path to a ninja path for writing output. + + If qualified is True, qualify the resulting filename with the name + of the target. This is necessary when e.g. compiling the same + path twice for two separate output targets. + + See the above discourse on path conversions.""" + + path = self.ExpandSpecial(path) + assert not path.startswith("$"), path + + # Translate the path following this scheme: + # Input: foo/bar.gyp, target targ, references baz/out.o + # Output: obj/foo/baz/targ.out.o (if qualified) + # obj/foo/baz/out.o (otherwise) + # (and obj.host instead of obj for cross-compiles) + # + # Why this scheme and not some other one? + # 1) for a given input, you can compute all derived outputs by matching + # its path, even if the input is brought via a gyp file with '..'. + # 2) simple files like libraries and stamps have a simple filename. + + obj = "obj" + if self.toolset != "target": + obj += "." + self.toolset + + path_dir, path_basename = os.path.split(path) + assert not os.path.isabs(path_dir), ( + "'%s' can not be absolute path (see crbug.com/462153)." % path_dir + ) + + if qualified: + path_basename = self.name + "." + path_basename + return os.path.normpath( + os.path.join(obj, self.base_dir, path_dir, path_basename) + ) + + def WriteCollapsedDependencies(self, name, targets, order_only=None): + """Given a list of targets, return a path for a single file + representing the result of building all the targets or None. + + Uses a stamp file if necessary.""" + + assert targets == [item for item in targets if item], targets + if len(targets) == 0: + assert not order_only + return None + if len(targets) > 1 or order_only: + stamp = self.GypPathToUniqueOutput(name + ".stamp") + targets = self.ninja.build(stamp, "stamp", targets, order_only=order_only) + self.ninja.newline() + return targets[0] + + def _SubninjaNameForArch(self, arch): + output_file_base = os.path.splitext(self.output_file_name)[0] + return f"{output_file_base}.{arch}.ninja" + + def WriteSpec(self, spec, config_name, generator_flags): + """The main entry point for NinjaWriter: write the build rules for a spec. + + Returns a Target object, which represents the output paths for this spec. + Returns None if there are no outputs (e.g. a settings-only 'none' type + target).""" + + self.config_name = config_name + self.name = spec["target_name"] + self.toolset = spec["toolset"] + config = spec["configurations"][config_name] + self.target = Target(spec["type"]) + self.is_standalone_static_library = bool( + spec.get("standalone_static_library", 0) + ) + + self.target_rpath = generator_flags.get("target_rpath", r"\$$ORIGIN/lib/") + + self.is_mac_bundle = gyp.xcode_emulation.IsMacBundle(self.flavor, spec) + self.xcode_settings = self.msvs_settings = None + if self.flavor == "mac": + self.xcode_settings = gyp.xcode_emulation.XcodeSettings(spec) + mac_toolchain_dir = generator_flags.get("mac_toolchain_dir", None) + if mac_toolchain_dir: + self.xcode_settings.mac_toolchain_dir = mac_toolchain_dir + + if self.flavor == "win": + self.msvs_settings = gyp.msvs_emulation.MsvsSettings(spec, generator_flags) + arch = self.msvs_settings.GetArch(config_name) + self.ninja.variable("arch", self.win_env[arch]) + self.ninja.variable("cc", "$cl_" + arch) + self.ninja.variable("cxx", "$cl_" + arch) + self.ninja.variable("cc_host", "$cl_" + arch) + self.ninja.variable("cxx_host", "$cl_" + arch) + self.ninja.variable("asm", "$ml_" + arch) + + if self.flavor == "mac": + self.archs = self.xcode_settings.GetActiveArchs(config_name) + if len(self.archs) > 1: + self.arch_subninjas = { + arch: ninja_syntax.Writer( + OpenOutput( + os.path.join( + self.toplevel_build, self._SubninjaNameForArch(arch) + ), + "w", + ) + ) + for arch in self.archs + } + + # Compute predepends for all rules. + # actions_depends is the dependencies this target depends on before running + # any of its action/rule/copy steps. + # compile_depends is the dependencies this target depends on before running + # any of its compile steps. + actions_depends = [] + compile_depends = [] + # TODO(evan): it is rather confusing which things are lists and which + # are strings. Fix these. + if "dependencies" in spec: + for dep in spec["dependencies"]: + if dep in self.target_outputs: + target = self.target_outputs[dep] + actions_depends.append(target.PreActionInput(self.flavor)) + compile_depends.append(target.PreCompileInput()) + if target.uses_cpp: + self.target.uses_cpp = True + actions_depends = [item for item in actions_depends if item] + compile_depends = [item for item in compile_depends if item] + actions_depends = self.WriteCollapsedDependencies( + "actions_depends", actions_depends + ) + compile_depends = self.WriteCollapsedDependencies( + "compile_depends", compile_depends + ) + self.target.preaction_stamp = actions_depends + self.target.precompile_stamp = compile_depends + + # Write out actions, rules, and copies. These must happen before we + # compile any sources, so compute a list of predependencies for sources + # while we do it. + extra_sources = [] + mac_bundle_depends = [] + self.target.actions_stamp = self.WriteActionsRulesCopies( + spec, extra_sources, actions_depends, mac_bundle_depends + ) + + # If we have actions/rules/copies, we depend directly on those, but + # otherwise we depend on dependent target's actions/rules/copies etc. + # We never need to explicitly depend on previous target's link steps, + # because no compile ever depends on them. + compile_depends_stamp = self.target.actions_stamp or compile_depends + + # Write out the compilation steps, if any. + link_deps = [] + try: + sources = extra_sources + spec.get("sources", []) + except TypeError: + print("extra_sources: ", str(extra_sources)) + print('spec.get("sources"): ', str(spec.get("sources"))) + raise + if sources: + if self.flavor == "mac" and len(self.archs) > 1: + # Write subninja file containing compile and link commands scoped to + # a single arch if a fat binary is being built. + for arch in self.archs: + self.ninja.subninja(self._SubninjaNameForArch(arch)) + + pch = None + if self.flavor == "win": + gyp.msvs_emulation.VerifyMissingSources( + sources, self.abs_build_dir, generator_flags, self.GypPathToNinja + ) + pch = gyp.msvs_emulation.PrecompiledHeader( + self.msvs_settings, + config_name, + self.GypPathToNinja, + self.GypPathToUniqueOutput, + self.obj_ext, + ) + else: + pch = gyp.xcode_emulation.MacPrefixHeader( + self.xcode_settings, + self.GypPathToNinja, + lambda path, lang: self.GypPathToUniqueOutput(path + "-" + lang), + ) + link_deps = self.WriteSources( + self.ninja, + config_name, + config, + sources, + compile_depends_stamp, + pch, + spec, + ) + # Some actions/rules output 'sources' that are already object files. + obj_outputs = [f for f in sources if f.endswith(self.obj_ext)] + if obj_outputs: + if self.flavor != "mac" or len(self.archs) == 1: + link_deps += [self.GypPathToNinja(o) for o in obj_outputs] + else: + print( + "Warning: Actions/rules writing object files don't work with " + "multiarch targets, dropping. (target %s)" % spec["target_name"] + ) + elif self.flavor == "mac" and len(self.archs) > 1: + link_deps = collections.defaultdict(list) + + compile_deps = self.target.actions_stamp or actions_depends + if self.flavor == "win" and self.target.type == "static_library": + self.target.component_objs = link_deps + self.target.compile_deps = compile_deps + + # Write out a link step, if needed. + output = None + is_empty_bundle = not link_deps and not mac_bundle_depends + if link_deps or self.target.actions_stamp or actions_depends: + output = self.WriteTarget( + spec, config_name, config, link_deps, compile_deps + ) + if self.is_mac_bundle: + mac_bundle_depends.append(output) + + # Bundle all of the above together, if needed. + if self.is_mac_bundle: + output = self.WriteMacBundle(spec, mac_bundle_depends, is_empty_bundle) + + if not output: + return None + + assert self.target.FinalOutput(), output + return self.target + + def _WinIdlRule(self, source, prebuild, outputs): + """Handle the implicit VS .idl rule for one source file. Fills |outputs| + with files that are generated.""" + outdir, output, vars, flags = self.msvs_settings.GetIdlBuildData( + source, self.config_name + ) + outdir = self.GypPathToNinja(outdir) + + def fix_path(path, rel=None): + path = os.path.join(outdir, path) + dirname, basename = os.path.split(source) + root, ext = os.path.splitext(basename) + path = self.ExpandRuleVariables(path, root, dirname, source, ext, basename) + if rel: + path = os.path.relpath(path, rel) + return path + + vars = [(name, fix_path(value, outdir)) for name, value in vars] + output = [fix_path(p) for p in output] + vars.append(("outdir", outdir)) + vars.append(("idlflags", flags)) + input = self.GypPathToNinja(source) + self.ninja.build(output, "idl", input, variables=vars, order_only=prebuild) + outputs.extend(output) + + def WriteWinIdlFiles(self, spec, prebuild): + """Writes rules to match MSVS's implicit idl handling.""" + assert self.flavor == "win" + if self.msvs_settings.HasExplicitIdlRulesOrActions(spec): + return [] + outputs = [] + for source in filter(lambda x: x.endswith(".idl"), spec["sources"]): + self._WinIdlRule(source, prebuild, outputs) + return outputs + + def WriteActionsRulesCopies( + self, spec, extra_sources, prebuild, mac_bundle_depends + ): + """Write out the Actions, Rules, and Copies steps. Return a path + representing the outputs of these steps.""" + outputs = [] + if self.is_mac_bundle: + mac_bundle_resources = spec.get("mac_bundle_resources", [])[:] + else: + mac_bundle_resources = [] + extra_mac_bundle_resources = [] + + if "actions" in spec: + outputs += self.WriteActions( + spec["actions"], extra_sources, prebuild, extra_mac_bundle_resources + ) + if "rules" in spec: + outputs += self.WriteRules( + spec["rules"], + extra_sources, + prebuild, + mac_bundle_resources, + extra_mac_bundle_resources, + ) + if "copies" in spec: + outputs += self.WriteCopies(spec["copies"], prebuild, mac_bundle_depends) + + if "sources" in spec and self.flavor == "win": + outputs += self.WriteWinIdlFiles(spec, prebuild) + + if self.xcode_settings and self.xcode_settings.IsIosFramework(): + self.WriteiOSFrameworkHeaders(spec, outputs, prebuild) + + stamp = self.WriteCollapsedDependencies("actions_rules_copies", outputs) + + if self.is_mac_bundle: + xcassets = self.WriteMacBundleResources( + extra_mac_bundle_resources + mac_bundle_resources, mac_bundle_depends + ) + partial_info_plist = self.WriteMacXCassets(xcassets, mac_bundle_depends) + self.WriteMacInfoPlist(partial_info_plist, mac_bundle_depends) + + return stamp + + def GenerateDescription(self, verb, message, fallback): + """Generate and return a description of a build step. + + |verb| is the short summary, e.g. ACTION or RULE. + |message| is a hand-written description, or None if not available. + |fallback| is the gyp-level name of the step, usable as a fallback. + """ + if self.toolset != "target": + verb += "(%s)" % self.toolset + if message: + return f"{verb} {self.ExpandSpecial(message)}" + else: + return f"{verb} {self.name}: {fallback}" + + def WriteActions( + self, actions, extra_sources, prebuild, extra_mac_bundle_resources + ): + # Actions cd into the base directory. + env = self.GetToolchainEnv() + all_outputs = [] + for action in actions: + # First write out a rule for the action. + name = "{}_{}".format(action["action_name"], self.hash_for_rules) + description = self.GenerateDescription( + "ACTION", action.get("message", None), name + ) + win_shell_flags = ( + self.msvs_settings.GetRuleShellFlags(action) + if self.flavor == "win" + else None + ) + args = action["action"] + depfile = action.get("depfile", None) + if depfile: + depfile = self.ExpandSpecial(depfile, self.base_to_build) + pool = "console" if int(action.get("ninja_use_console", 0)) else None + rule_name, _ = self.WriteNewNinjaRule( + name, args, description, win_shell_flags, env, pool, depfile=depfile + ) + + inputs = [self.GypPathToNinja(i, env) for i in action["inputs"]] + if int(action.get("process_outputs_as_sources", False)): + extra_sources += action["outputs"] + if int(action.get("process_outputs_as_mac_bundle_resources", False)): + extra_mac_bundle_resources += action["outputs"] + outputs = [self.GypPathToNinja(o, env) for o in action["outputs"]] + + # Then write out an edge using the rule. + self.ninja.build(outputs, rule_name, inputs, order_only=prebuild) + all_outputs += outputs + + self.ninja.newline() + + return all_outputs + + def WriteRules( + self, + rules, + extra_sources, + prebuild, + mac_bundle_resources, + extra_mac_bundle_resources, + ): + env = self.GetToolchainEnv() + all_outputs = [] + for rule in rules: + # Skip a rule with no action and no inputs. + if "action" not in rule and not rule.get("rule_sources", []): + continue + + # First write out a rule for the rule action. + name = "{}_{}".format(rule["rule_name"], self.hash_for_rules) + + args = rule["action"] + description = self.GenerateDescription( + "RULE", + rule.get("message", None), + ("%s " + generator_default_variables["RULE_INPUT_PATH"]) % name, + ) + win_shell_flags = ( + self.msvs_settings.GetRuleShellFlags(rule) + if self.flavor == "win" + else None + ) + pool = "console" if int(rule.get("ninja_use_console", 0)) else None + rule_name, args = self.WriteNewNinjaRule( + name, args, description, win_shell_flags, env, pool + ) + + # TODO: if the command references the outputs directly, we should + # simplify it to just use $out. + + # Rules can potentially make use of some special variables which + # must vary per source file. + # Compute the list of variables we'll need to provide. + special_locals = ("source", "root", "dirname", "ext", "name") + needed_variables = {"source"} + for argument in args: + for var in special_locals: + if "${%s}" % var in argument: + needed_variables.add(var) + needed_variables = sorted(needed_variables) + + def cygwin_munge(path): + # pylint: disable=cell-var-from-loop + if win_shell_flags and win_shell_flags.cygwin: + return path.replace("\\", "/") + return path + + inputs = [self.GypPathToNinja(i, env) for i in rule.get("inputs", [])] + + # If there are n source files matching the rule, and m additional rule + # inputs, then adding 'inputs' to each build edge written below will + # write m * n inputs. Collapsing reduces this to m + n. + sources = rule.get("rule_sources", []) + num_inputs = len(inputs) + if prebuild: + num_inputs += 1 + if num_inputs > 2 and len(sources) > 2: + inputs = [ + self.WriteCollapsedDependencies( + rule["rule_name"], inputs, order_only=prebuild + ) + ] + prebuild = [] + + # For each source file, write an edge that generates all the outputs. + for source in sources: + source = os.path.normpath(source) + dirname, basename = os.path.split(source) + root, ext = os.path.splitext(basename) + + # Gather the list of inputs and outputs, expanding $vars if possible. + outputs = [ + self.ExpandRuleVariables(o, root, dirname, source, ext, basename) + for o in rule["outputs"] + ] + + if int(rule.get("process_outputs_as_sources", False)): + extra_sources += outputs + + was_mac_bundle_resource = source in mac_bundle_resources + if was_mac_bundle_resource or int( + rule.get("process_outputs_as_mac_bundle_resources", False) + ): + extra_mac_bundle_resources += outputs + # Note: This is n_resources * n_outputs_in_rule. + # Put to-be-removed items in a set and + # remove them all in a single pass + # if this becomes a performance issue. + if was_mac_bundle_resource: + mac_bundle_resources.remove(source) + + extra_bindings = [] + for var in needed_variables: + if var == "root": + extra_bindings.append(("root", cygwin_munge(root))) + elif var == "dirname": + # '$dirname' is a parameter to the rule action, which means + # it shouldn't be converted to a Ninja path. But we don't + # want $!PRODUCT_DIR in there either. + dirname_expanded = self.ExpandSpecial( + dirname, self.base_to_build + ) + extra_bindings.append( + ("dirname", cygwin_munge(dirname_expanded)) + ) + elif var == "source": + # '$source' is a parameter to the rule action, which means + # it shouldn't be converted to a Ninja path. But we don't + # want $!PRODUCT_DIR in there either. + source_expanded = self.ExpandSpecial(source, self.base_to_build) + extra_bindings.append(("source", cygwin_munge(source_expanded))) + elif var == "ext": + extra_bindings.append(("ext", ext)) + elif var == "name": + extra_bindings.append(("name", cygwin_munge(basename))) + else: + assert var is None, repr(var) + + outputs = [self.GypPathToNinja(o, env) for o in outputs] + if self.flavor == "win": + # WriteNewNinjaRule uses unique_name to create a rsp file on win. + extra_bindings.append( + ("unique_name", hashlib.md5(outputs[0]).hexdigest()) + ) + + self.ninja.build( + outputs, + rule_name, + self.GypPathToNinja(source), + implicit=inputs, + order_only=prebuild, + variables=extra_bindings, + ) + + all_outputs.extend(outputs) + + return all_outputs + + def WriteCopies(self, copies, prebuild, mac_bundle_depends): + outputs = [] + if self.xcode_settings: + extra_env = self.xcode_settings.GetPerTargetSettings() + env = self.GetToolchainEnv(additional_settings=extra_env) + else: + env = self.GetToolchainEnv() + for to_copy in copies: + for path in to_copy["files"]: + # Normalize the path so trailing slashes don't confuse us. + path = os.path.normpath(path) + basename = os.path.split(path)[1] + src = self.GypPathToNinja(path, env) + dst = self.GypPathToNinja( + os.path.join(to_copy["destination"], basename), env + ) + outputs += self.ninja.build(dst, "copy", src, order_only=prebuild) + if self.is_mac_bundle: + # gyp has mac_bundle_resources to copy things into a bundle's + # Resources folder, but there's no built-in way to copy files + # to other places in the bundle. + # Hence, some targets use copies for this. + # Check if this file is copied into the current bundle, + # and if so add it to the bundle depends so + # that dependent targets get rebuilt if the copy input changes. + if dst.startswith( + self.xcode_settings.GetBundleContentsFolderPath() + ): + mac_bundle_depends.append(dst) + + return outputs + + def WriteiOSFrameworkHeaders(self, spec, outputs, prebuild): + """Prebuild steps to generate hmap files and copy headers to destination.""" + framework = self.ComputeMacBundleOutput() + all_sources = spec["sources"] + copy_headers = spec["mac_framework_headers"] + output = self.GypPathToUniqueOutput("headers.hmap") + self.xcode_settings.header_map_path = output + all_headers = map( + self.GypPathToNinja, filter(lambda x: x.endswith(".h"), all_sources) + ) + variables = [ + ("framework", framework), + ("copy_headers", map(self.GypPathToNinja, copy_headers)), + ] + outputs.extend( + self.ninja.build( + output, + "compile_ios_framework_headers", + all_headers, + variables=variables, + order_only=prebuild, + ) + ) + + def WriteMacBundleResources(self, resources, bundle_depends): + """Writes ninja edges for 'mac_bundle_resources'.""" + xcassets = [] + + extra_env = self.xcode_settings.GetPerTargetSettings() + env = self.GetSortedXcodeEnv(additional_settings=extra_env) + env = self.ComputeExportEnvString(env) + isBinary = self.xcode_settings.IsBinaryOutputFormat(self.config_name) + + for output, res in gyp.xcode_emulation.GetMacBundleResources( + generator_default_variables["PRODUCT_DIR"], + self.xcode_settings, + map(self.GypPathToNinja, resources), + ): + output = self.ExpandSpecial(output) + if os.path.splitext(output)[-1] != ".xcassets": + self.ninja.build( + output, + "mac_tool", + res, + variables=[ + ("mactool_cmd", "copy-bundle-resource"), + ("env", env), + ("binary", isBinary), + ], + ) + bundle_depends.append(output) + else: + xcassets.append(res) + return xcassets + + def WriteMacXCassets(self, xcassets, bundle_depends): + """Writes ninja edges for 'mac_bundle_resources' .xcassets files. + + This add an invocation of 'actool' via the 'mac_tool.py' helper script. + It assumes that the assets catalogs define at least one imageset and + thus an Assets.car file will be generated in the application resources + directory. If this is not the case, then the build will probably be done + at each invocation of ninja.""" + if not xcassets: + return + + extra_arguments = {} + settings_to_arg = { + "XCASSETS_APP_ICON": "app-icon", + "XCASSETS_LAUNCH_IMAGE": "launch-image", + } + settings = self.xcode_settings.xcode_settings[self.config_name] + for settings_key, arg_name in settings_to_arg.items(): + value = settings.get(settings_key) + if value: + extra_arguments[arg_name] = value + + partial_info_plist = None + if extra_arguments: + partial_info_plist = self.GypPathToUniqueOutput( + "assetcatalog_generated_info.plist" + ) + extra_arguments["output-partial-info-plist"] = partial_info_plist + + outputs = [] + outputs.append( + os.path.join(self.xcode_settings.GetBundleResourceFolder(), "Assets.car") + ) + if partial_info_plist: + outputs.append(partial_info_plist) + + keys = QuoteShellArgument(json.dumps(extra_arguments), self.flavor) + extra_env = self.xcode_settings.GetPerTargetSettings() + env = self.GetSortedXcodeEnv(additional_settings=extra_env) + env = self.ComputeExportEnvString(env) + + bundle_depends.extend( + self.ninja.build( + outputs, + "compile_xcassets", + xcassets, + variables=[("env", env), ("keys", keys)], + ) + ) + return partial_info_plist + + def WriteMacInfoPlist(self, partial_info_plist, bundle_depends): + """Write build rules for bundle Info.plist files.""" + info_plist, out, defines, extra_env = gyp.xcode_emulation.GetMacInfoPlist( + generator_default_variables["PRODUCT_DIR"], + self.xcode_settings, + self.GypPathToNinja, + ) + if not info_plist: + return + out = self.ExpandSpecial(out) + if defines: + # Create an intermediate file to store preprocessed results. + intermediate_plist = self.GypPathToUniqueOutput( + os.path.basename(info_plist) + ) + defines = " ".join([Define(d, self.flavor) for d in defines]) + info_plist = self.ninja.build( + intermediate_plist, + "preprocess_infoplist", + info_plist, + variables=[("defines", defines)], + ) + + env = self.GetSortedXcodeEnv(additional_settings=extra_env) + env = self.ComputeExportEnvString(env) + + if partial_info_plist: + intermediate_plist = self.GypPathToUniqueOutput("merged_info.plist") + info_plist = self.ninja.build( + intermediate_plist, "merge_infoplist", [partial_info_plist, info_plist] + ) + + keys = self.xcode_settings.GetExtraPlistItems(self.config_name) + keys = QuoteShellArgument(json.dumps(keys), self.flavor) + isBinary = self.xcode_settings.IsBinaryOutputFormat(self.config_name) + self.ninja.build( + out, + "copy_infoplist", + info_plist, + variables=[("env", env), ("keys", keys), ("binary", isBinary)], + ) + bundle_depends.append(out) + + def WriteSources( + self, + ninja_file, + config_name, + config, + sources, + predepends, + precompiled_header, + spec, + ): + """Write build rules to compile all of |sources|.""" + if self.toolset == "host": + self.ninja.variable("ar", "$ar_host") + self.ninja.variable("cc", "$cc_host") + self.ninja.variable("cxx", "$cxx_host") + self.ninja.variable("ld", "$ld_host") + self.ninja.variable("ldxx", "$ldxx_host") + self.ninja.variable("nm", "$nm_host") + self.ninja.variable("readelf", "$readelf_host") + + if self.flavor != "mac" or len(self.archs) == 1: + return self.WriteSourcesForArch( + self.ninja, + config_name, + config, + sources, + predepends, + precompiled_header, + spec, + ) + else: + return { + arch: self.WriteSourcesForArch( + self.arch_subninjas[arch], + config_name, + config, + sources, + predepends, + precompiled_header, + spec, + arch=arch, + ) + for arch in self.archs + } + + def WriteSourcesForArch( + self, + ninja_file, + config_name, + config, + sources, + predepends, + precompiled_header, + spec, + arch=None, + ): + """Write build rules to compile all of |sources|.""" + + extra_defines = [] + if self.flavor == "mac": + cflags = self.xcode_settings.GetCflags(config_name, arch=arch) + cflags_c = self.xcode_settings.GetCflagsC(config_name) + cflags_cc = self.xcode_settings.GetCflagsCC(config_name) + cflags_objc = ["$cflags_c"] + self.xcode_settings.GetCflagsObjC(config_name) + cflags_objcc = ["$cflags_cc"] + self.xcode_settings.GetCflagsObjCC( + config_name + ) + elif self.flavor == "win": + asmflags = self.msvs_settings.GetAsmflags(config_name) + cflags = self.msvs_settings.GetCflags(config_name) + cflags_c = self.msvs_settings.GetCflagsC(config_name) + cflags_cc = self.msvs_settings.GetCflagsCC(config_name) + extra_defines = self.msvs_settings.GetComputedDefines(config_name) + # See comment at cc_command for why there's two .pdb files. + pdbpath_c = pdbpath_cc = self.msvs_settings.GetCompilerPdbName( + config_name, self.ExpandSpecial + ) + if not pdbpath_c: + obj = "obj" + if self.toolset != "target": + obj += "." + self.toolset + pdbpath = os.path.normpath(os.path.join(obj, self.base_dir, self.name)) + pdbpath_c = pdbpath + ".c.pdb" + pdbpath_cc = pdbpath + ".cc.pdb" + self.WriteVariableList(ninja_file, "pdbname_c", [pdbpath_c]) + self.WriteVariableList(ninja_file, "pdbname_cc", [pdbpath_cc]) + self.WriteVariableList(ninja_file, "pchprefix", [self.name]) + else: + cflags = config.get("cflags", []) + cflags_c = config.get("cflags_c", []) + cflags_cc = config.get("cflags_cc", []) + + # Respect environment variables related to build, but target-specific + # flags can still override them. + if self.toolset == "target": + cflags_c = ( + os.environ.get("CPPFLAGS", "").split() + + os.environ.get("CFLAGS", "").split() + + cflags_c + ) + cflags_cc = ( + os.environ.get("CPPFLAGS", "").split() + + os.environ.get("CXXFLAGS", "").split() + + cflags_cc + ) + elif self.toolset == "host": + cflags_c = ( + os.environ.get("CPPFLAGS_host", "").split() + + os.environ.get("CFLAGS_host", "").split() + + cflags_c + ) + cflags_cc = ( + os.environ.get("CPPFLAGS_host", "").split() + + os.environ.get("CXXFLAGS_host", "").split() + + cflags_cc + ) + + defines = config.get("defines", []) + extra_defines + self.WriteVariableList( + ninja_file, "defines", [Define(d, self.flavor) for d in defines] + ) + if self.flavor == "win": + self.WriteVariableList( + ninja_file, "asmflags", map(self.ExpandSpecial, asmflags) + ) + self.WriteVariableList( + ninja_file, + "rcflags", + [ + QuoteShellArgument(self.ExpandSpecial(f), self.flavor) + for f in self.msvs_settings.GetRcflags( + config_name, self.GypPathToNinja + ) + ], + ) + + include_dirs = config.get("include_dirs", []) + + env = self.GetToolchainEnv() + if self.flavor == "win": + include_dirs = self.msvs_settings.AdjustIncludeDirs( + include_dirs, config_name + ) + self.WriteVariableList( + ninja_file, + "includes", + [ + QuoteShellArgument("-I" + self.GypPathToNinja(i, env), self.flavor) + for i in include_dirs + ], + ) + + if self.flavor == "win": + midl_include_dirs = config.get("midl_include_dirs", []) + midl_include_dirs = self.msvs_settings.AdjustMidlIncludeDirs( + midl_include_dirs, config_name + ) + self.WriteVariableList( + ninja_file, + "midl_includes", + [ + QuoteShellArgument("-I" + self.GypPathToNinja(i, env), self.flavor) + for i in midl_include_dirs + ], + ) + + pch_commands = precompiled_header.GetPchBuildCommands(arch) + if self.flavor == "mac": + # Most targets use no precompiled headers, so only write these if needed. + for ext, var in [ + ("c", "cflags_pch_c"), + ("cc", "cflags_pch_cc"), + ("m", "cflags_pch_objc"), + ("mm", "cflags_pch_objcc"), + ]: + include = precompiled_header.GetInclude(ext, arch) + if include: + ninja_file.variable(var, include) + + arflags = config.get("arflags", []) + + self.WriteVariableList(ninja_file, "cflags", map(self.ExpandSpecial, cflags)) + self.WriteVariableList( + ninja_file, "cflags_c", map(self.ExpandSpecial, cflags_c) + ) + self.WriteVariableList( + ninja_file, "cflags_cc", map(self.ExpandSpecial, cflags_cc) + ) + if self.flavor == "mac": + self.WriteVariableList( + ninja_file, "cflags_objc", map(self.ExpandSpecial, cflags_objc) + ) + self.WriteVariableList( + ninja_file, "cflags_objcc", map(self.ExpandSpecial, cflags_objcc) + ) + self.WriteVariableList(ninja_file, "arflags", map(self.ExpandSpecial, arflags)) + ninja_file.newline() + outputs = [] + has_rc_source = False + for source in sources: + filename, ext = os.path.splitext(source) + ext = ext[1:] + obj_ext = self.obj_ext + if ext in ("cc", "cpp", "cxx"): + command = "cxx" + self.target.uses_cpp = True + elif ext == "c" or (ext == "S" and self.flavor != "win"): + command = "cc" + elif ext == "s" and self.flavor != "win": # Doesn't generate .o.d files. + command = "cc_s" + elif ( + self.flavor == "win" + and ext in ("asm", "S") + and not self.msvs_settings.HasExplicitAsmRules(spec) + ): + command = "asm" + # Add the _asm suffix as msvs is capable of handling .cc and + # .asm files of the same name without collision. + obj_ext = "_asm.obj" + elif self.flavor == "mac" and ext == "m": + command = "objc" + elif self.flavor == "mac" and ext == "mm": + command = "objcxx" + self.target.uses_cpp = True + elif self.flavor == "win" and ext == "rc": + command = "rc" + obj_ext = ".res" + has_rc_source = True + else: + # Ignore unhandled extensions. + continue + input = self.GypPathToNinja(source) + output = self.GypPathToUniqueOutput(filename + obj_ext) + if arch is not None: + output = AddArch(output, arch) + implicit = precompiled_header.GetObjDependencies([input], [output], arch) + variables = [] + if self.flavor == "win": + variables, output, implicit = precompiled_header.GetFlagsModifications( + input, + output, + implicit, + command, + cflags_c, + cflags_cc, + self.ExpandSpecial, + ) + ninja_file.build( + output, + command, + input, + implicit=[gch for _, _, gch in implicit], + order_only=predepends, + variables=variables, + ) + outputs.append(output) + + if has_rc_source: + resource_include_dirs = config.get("resource_include_dirs", include_dirs) + self.WriteVariableList( + ninja_file, + "resource_includes", + [ + QuoteShellArgument("-I" + self.GypPathToNinja(i, env), self.flavor) + for i in resource_include_dirs + ], + ) + + self.WritePchTargets(ninja_file, pch_commands) + + ninja_file.newline() + return outputs + + def WritePchTargets(self, ninja_file, pch_commands): + """Writes ninja rules to compile prefix headers.""" + if not pch_commands: + return + + for gch, lang_flag, lang, input in pch_commands: + var_name = { + "c": "cflags_pch_c", + "cc": "cflags_pch_cc", + "m": "cflags_pch_objc", + "mm": "cflags_pch_objcc", + }[lang] + + map = { + "c": "cc", + "cc": "cxx", + "m": "objc", + "mm": "objcxx", + } + cmd = map.get(lang) + ninja_file.build(gch, cmd, input, variables=[(var_name, lang_flag)]) + + def WriteLink(self, spec, config_name, config, link_deps, compile_deps): + """Write out a link step. Fills out target.binary. """ + if self.flavor != "mac" or len(self.archs) == 1: + return self.WriteLinkForArch( + self.ninja, spec, config_name, config, link_deps, compile_deps + ) + else: + output = self.ComputeOutput(spec) + inputs = [ + self.WriteLinkForArch( + self.arch_subninjas[arch], + spec, + config_name, + config, + link_deps[arch], + compile_deps, + arch=arch, + ) + for arch in self.archs + ] + extra_bindings = [] + build_output = output + if not self.is_mac_bundle: + self.AppendPostbuildVariable(extra_bindings, spec, output, output) + + # TODO(yyanagisawa): more work needed to fix: + # https://code.google.com/p/gyp/issues/detail?id=411 + if ( + spec["type"] in ("shared_library", "loadable_module") + and not self.is_mac_bundle + ): + extra_bindings.append(("lib", output)) + self.ninja.build( + [output, output + ".TOC"], + "solipo", + inputs, + variables=extra_bindings, + ) + else: + self.ninja.build(build_output, "lipo", inputs, variables=extra_bindings) + return output + + def WriteLinkForArch( + self, ninja_file, spec, config_name, config, link_deps, compile_deps, arch=None + ): + """Write out a link step. Fills out target.binary. """ + command = { + "executable": "link", + "loadable_module": "solink_module", + "shared_library": "solink", + }[spec["type"]] + command_suffix = "" + + implicit_deps = set() + solibs = set() + order_deps = set() + + if compile_deps: + # Normally, the compiles of the target already depend on compile_deps, + # but a shared_library target might have no sources and only link together + # a few static_library deps, so the link step also needs to depend + # on compile_deps to make sure actions in the shared_library target + # get run before the link. + order_deps.add(compile_deps) + + if "dependencies" in spec: + # Two kinds of dependencies: + # - Linkable dependencies (like a .a or a .so): add them to the link line. + # - Non-linkable dependencies (like a rule that generates a file + # and writes a stamp file): add them to implicit_deps + extra_link_deps = set() + for dep in spec["dependencies"]: + target = self.target_outputs.get(dep) + if not target: + continue + linkable = target.Linkable() + if linkable: + new_deps = [] + if ( + self.flavor == "win" + and target.component_objs + and self.msvs_settings.IsUseLibraryDependencyInputs(config_name) + ): + new_deps = target.component_objs + if target.compile_deps: + order_deps.add(target.compile_deps) + elif self.flavor == "win" and target.import_lib: + new_deps = [target.import_lib] + elif target.UsesToc(self.flavor): + solibs.add(target.binary) + implicit_deps.add(target.binary + ".TOC") + else: + new_deps = [target.binary] + for new_dep in new_deps: + if new_dep not in extra_link_deps: + extra_link_deps.add(new_dep) + link_deps.append(new_dep) + + final_output = target.FinalOutput() + if not linkable or final_output != target.binary: + implicit_deps.add(final_output) + + extra_bindings = [] + if self.target.uses_cpp and self.flavor != "win": + extra_bindings.append(("ld", "$ldxx")) + + output = self.ComputeOutput(spec, arch) + if arch is None and not self.is_mac_bundle: + self.AppendPostbuildVariable(extra_bindings, spec, output, output) + + is_executable = spec["type"] == "executable" + # The ldflags config key is not used on mac or win. On those platforms + # linker flags are set via xcode_settings and msvs_settings, respectively. + if self.toolset == "target": + env_ldflags = os.environ.get("LDFLAGS", "").split() + elif self.toolset == "host": + env_ldflags = os.environ.get("LDFLAGS_host", "").split() + + if self.flavor == "mac": + ldflags = self.xcode_settings.GetLdflags( + config_name, + self.ExpandSpecial(generator_default_variables["PRODUCT_DIR"]), + self.GypPathToNinja, + arch, + ) + ldflags = env_ldflags + ldflags + elif self.flavor == "win": + manifest_base_name = self.GypPathToUniqueOutput( + self.ComputeOutputFileName(spec) + ) + ( + ldflags, + intermediate_manifest, + manifest_files, + ) = self.msvs_settings.GetLdflags( + config_name, + self.GypPathToNinja, + self.ExpandSpecial, + manifest_base_name, + output, + is_executable, + self.toplevel_build, + ) + ldflags = env_ldflags + ldflags + self.WriteVariableList(ninja_file, "manifests", manifest_files) + implicit_deps = implicit_deps.union(manifest_files) + if intermediate_manifest: + self.WriteVariableList( + ninja_file, "intermediatemanifest", [intermediate_manifest] + ) + command_suffix = _GetWinLinkRuleNameSuffix( + self.msvs_settings.IsEmbedManifest(config_name) + ) + def_file = self.msvs_settings.GetDefFile(self.GypPathToNinja) + if def_file: + implicit_deps.add(def_file) + else: + # Respect environment variables related to build, but target-specific + # flags can still override them. + ldflags = env_ldflags + config.get("ldflags", []) + if is_executable and len(solibs): + rpath = "lib/" + if self.toolset != "target": + rpath += self.toolset + ldflags.append(r"-Wl,-rpath=\$$ORIGIN/%s" % rpath) + else: + ldflags.append("-Wl,-rpath=%s" % self.target_rpath) + ldflags.append("-Wl,-rpath-link=%s" % rpath) + self.WriteVariableList(ninja_file, "ldflags", map(self.ExpandSpecial, ldflags)) + + library_dirs = config.get("library_dirs", []) + if self.flavor == "win": + library_dirs = [ + self.msvs_settings.ConvertVSMacros(library_dir, config_name) + for library_dir in library_dirs + ] + library_dirs = [ + "/LIBPATH:" + + QuoteShellArgument(self.GypPathToNinja(library_dir), self.flavor) + for library_dir in library_dirs + ] + else: + library_dirs = [ + QuoteShellArgument("-L" + self.GypPathToNinja(library_dir), self.flavor) + for library_dir in library_dirs + ] + + libraries = gyp.common.uniquer( + map(self.ExpandSpecial, spec.get("libraries", [])) + ) + if self.flavor == "mac": + libraries = self.xcode_settings.AdjustLibraries(libraries, config_name) + elif self.flavor == "win": + libraries = self.msvs_settings.AdjustLibraries(libraries) + + self.WriteVariableList(ninja_file, "libs", library_dirs + libraries) + + linked_binary = output + + if command in ("solink", "solink_module"): + extra_bindings.append(("soname", os.path.split(output)[1])) + extra_bindings.append(("lib", gyp.common.EncodePOSIXShellArgument(output))) + if self.flavor != "win": + link_file_list = output + if self.is_mac_bundle: + # 'Dependency Framework.framework/Versions/A/Dependency Framework' + # -> 'Dependency Framework.framework.rsp' + link_file_list = self.xcode_settings.GetWrapperName() + if arch: + link_file_list += "." + arch + link_file_list += ".rsp" + # If an rspfile contains spaces, ninja surrounds the filename with + # quotes around it and then passes it to open(), creating a file with + # quotes in its name (and when looking for the rsp file, the name + # makes it through bash which strips the quotes) :-/ + link_file_list = link_file_list.replace(" ", "_") + extra_bindings.append( + ( + "link_file_list", + gyp.common.EncodePOSIXShellArgument(link_file_list), + ) + ) + if self.flavor == "win": + extra_bindings.append(("binary", output)) + if ( + "/NOENTRY" not in ldflags + and not self.msvs_settings.GetNoImportLibrary(config_name) + ): + self.target.import_lib = output + ".lib" + extra_bindings.append( + ("implibflag", "/IMPLIB:%s" % self.target.import_lib) + ) + pdbname = self.msvs_settings.GetPDBName( + config_name, self.ExpandSpecial, output + ".pdb" + ) + output = [output, self.target.import_lib] + if pdbname: + output.append(pdbname) + elif not self.is_mac_bundle: + output = [output, output + ".TOC"] + else: + command = command + "_notoc" + elif self.flavor == "win": + extra_bindings.append(("binary", output)) + pdbname = self.msvs_settings.GetPDBName( + config_name, self.ExpandSpecial, output + ".pdb" + ) + if pdbname: + output = [output, pdbname] + + if len(solibs): + extra_bindings.append( + ("solibs", gyp.common.EncodePOSIXShellList(sorted(solibs))) + ) + + ninja_file.build( + output, + command + command_suffix, + link_deps, + implicit=sorted(implicit_deps), + order_only=list(order_deps), + variables=extra_bindings, + ) + return linked_binary + + def WriteTarget(self, spec, config_name, config, link_deps, compile_deps): + extra_link_deps = any( + self.target_outputs.get(dep).Linkable() + for dep in spec.get("dependencies", []) + if dep in self.target_outputs + ) + if spec["type"] == "none" or (not link_deps and not extra_link_deps): + # TODO(evan): don't call this function for 'none' target types, as + # it doesn't do anything, and we fake out a 'binary' with a stamp file. + self.target.binary = compile_deps + self.target.type = "none" + elif spec["type"] == "static_library": + self.target.binary = self.ComputeOutput(spec) + if ( + self.flavor not in ("ios", "mac", "netbsd", "openbsd", "win") + and not self.is_standalone_static_library + ): + self.ninja.build( + self.target.binary, "alink_thin", link_deps, order_only=compile_deps + ) + else: + variables = [] + if self.xcode_settings: + libtool_flags = self.xcode_settings.GetLibtoolflags(config_name) + if libtool_flags: + variables.append(("libtool_flags", libtool_flags)) + if self.msvs_settings: + libflags = self.msvs_settings.GetLibFlags( + config_name, self.GypPathToNinja + ) + variables.append(("libflags", libflags)) + + if self.flavor != "mac" or len(self.archs) == 1: + self.AppendPostbuildVariable( + variables, spec, self.target.binary, self.target.binary + ) + self.ninja.build( + self.target.binary, + "alink", + link_deps, + order_only=compile_deps, + variables=variables, + ) + else: + inputs = [] + for arch in self.archs: + output = self.ComputeOutput(spec, arch) + self.arch_subninjas[arch].build( + output, + "alink", + link_deps[arch], + order_only=compile_deps, + variables=variables, + ) + inputs.append(output) + # TODO: It's not clear if + # libtool_flags should be passed to the alink + # call that combines single-arch .a files into a fat .a file. + self.AppendPostbuildVariable( + variables, spec, self.target.binary, self.target.binary + ) + self.ninja.build( + self.target.binary, + "alink", + inputs, + # FIXME: test proving order_only=compile_deps isn't + # needed. + variables=variables, + ) + else: + self.target.binary = self.WriteLink( + spec, config_name, config, link_deps, compile_deps + ) + return self.target.binary + + def WriteMacBundle(self, spec, mac_bundle_depends, is_empty): + assert self.is_mac_bundle + package_framework = spec["type"] in ("shared_library", "loadable_module") + output = self.ComputeMacBundleOutput() + if is_empty: + output += ".stamp" + variables = [] + self.AppendPostbuildVariable( + variables, + spec, + output, + self.target.binary, + is_command_start=not package_framework, + ) + if package_framework and not is_empty: + if spec["type"] == "shared_library" and self.xcode_settings.isIOS: + self.ninja.build( + output, + "package_ios_framework", + mac_bundle_depends, + variables=variables, + ) + else: + variables.append(("version", self.xcode_settings.GetFrameworkVersion())) + self.ninja.build( + output, "package_framework", mac_bundle_depends, variables=variables + ) + else: + self.ninja.build(output, "stamp", mac_bundle_depends, variables=variables) + self.target.bundle = output + return output + + def GetToolchainEnv(self, additional_settings=None): + """Returns the variables toolchain would set for build steps.""" + env = self.GetSortedXcodeEnv(additional_settings=additional_settings) + if self.flavor == "win": + env = self.GetMsvsToolchainEnv(additional_settings=additional_settings) + return env + + def GetMsvsToolchainEnv(self, additional_settings=None): + """Returns the variables Visual Studio would set for build steps.""" + return self.msvs_settings.GetVSMacroEnv( + "$!PRODUCT_DIR", config=self.config_name + ) + + def GetSortedXcodeEnv(self, additional_settings=None): + """Returns the variables Xcode would set for build steps.""" + assert self.abs_build_dir + abs_build_dir = self.abs_build_dir + return gyp.xcode_emulation.GetSortedXcodeEnv( + self.xcode_settings, + abs_build_dir, + os.path.join(abs_build_dir, self.build_to_base), + self.config_name, + additional_settings, + ) + + def GetSortedXcodePostbuildEnv(self): + """Returns the variables Xcode would set for postbuild steps.""" + postbuild_settings = {} + # CHROMIUM_STRIP_SAVE_FILE is a chromium-specific hack. + # TODO(thakis): It would be nice to have some general mechanism instead. + strip_save_file = self.xcode_settings.GetPerTargetSetting( + "CHROMIUM_STRIP_SAVE_FILE" + ) + if strip_save_file: + postbuild_settings["CHROMIUM_STRIP_SAVE_FILE"] = strip_save_file + return self.GetSortedXcodeEnv(additional_settings=postbuild_settings) + + def AppendPostbuildVariable( + self, variables, spec, output, binary, is_command_start=False + ): + """Adds a 'postbuild' variable if there is a postbuild for |output|.""" + postbuild = self.GetPostbuildCommand(spec, output, binary, is_command_start) + if postbuild: + variables.append(("postbuilds", postbuild)) + + def GetPostbuildCommand(self, spec, output, output_binary, is_command_start): + """Returns a shell command that runs all the postbuilds, and removes + |output| if any of them fails. If |is_command_start| is False, then the + returned string will start with ' && '.""" + if not self.xcode_settings or spec["type"] == "none" or not output: + return "" + output = QuoteShellArgument(output, self.flavor) + postbuilds = gyp.xcode_emulation.GetSpecPostbuildCommands(spec, quiet=True) + if output_binary is not None: + postbuilds = self.xcode_settings.AddImplicitPostbuilds( + self.config_name, + os.path.normpath(os.path.join(self.base_to_build, output)), + QuoteShellArgument( + os.path.normpath(os.path.join(self.base_to_build, output_binary)), + self.flavor, + ), + postbuilds, + quiet=True, + ) + + if not postbuilds: + return "" + # Postbuilds expect to be run in the gyp file's directory, so insert an + # implicit postbuild to cd to there. + postbuilds.insert( + 0, gyp.common.EncodePOSIXShellList(["cd", self.build_to_base]) + ) + env = self.ComputeExportEnvString(self.GetSortedXcodePostbuildEnv()) + # G will be non-null if any postbuild fails. Run all postbuilds in a + # subshell. + commands = ( + env + + " (" + + " && ".join([ninja_syntax.escape(command) for command in postbuilds]) + ) + command_string = ( + commands + + "); G=$$?; " + # Remove the final output if any postbuild failed. + "((exit $$G) || rm -rf %s) " % output + + "&& exit $$G)" + ) + if is_command_start: + return "(" + command_string + " && " + else: + return "$ && (" + command_string + + def ComputeExportEnvString(self, env): + """Given an environment, returns a string looking like + 'export FOO=foo; export BAR="${FOO} bar;' + that exports |env| to the shell.""" + export_str = [] + for k, v in env: + export_str.append( + "export %s=%s;" + % (k, ninja_syntax.escape(gyp.common.EncodePOSIXShellArgument(v))) + ) + return " ".join(export_str) + + def ComputeMacBundleOutput(self): + """Return the 'output' (full output path) to a bundle output directory.""" + assert self.is_mac_bundle + path = generator_default_variables["PRODUCT_DIR"] + return self.ExpandSpecial( + os.path.join(path, self.xcode_settings.GetWrapperName()) + ) + + def ComputeOutputFileName(self, spec, type=None): + """Compute the filename of the final output for the current target.""" + if not type: + type = spec["type"] + + default_variables = copy.copy(generator_default_variables) + CalculateVariables(default_variables, {"flavor": self.flavor}) + + # Compute filename prefix: the product prefix, or a default for + # the product type. + DEFAULT_PREFIX = { + "loadable_module": default_variables["SHARED_LIB_PREFIX"], + "shared_library": default_variables["SHARED_LIB_PREFIX"], + "static_library": default_variables["STATIC_LIB_PREFIX"], + "executable": default_variables["EXECUTABLE_PREFIX"], + } + prefix = spec.get("product_prefix", DEFAULT_PREFIX.get(type, "")) + + # Compute filename extension: the product extension, or a default + # for the product type. + DEFAULT_EXTENSION = { + "loadable_module": default_variables["SHARED_LIB_SUFFIX"], + "shared_library": default_variables["SHARED_LIB_SUFFIX"], + "static_library": default_variables["STATIC_LIB_SUFFIX"], + "executable": default_variables["EXECUTABLE_SUFFIX"], + } + extension = spec.get("product_extension") + extension = "." + extension if extension else DEFAULT_EXTENSION.get(type, "") + + if "product_name" in spec: + # If we were given an explicit name, use that. + target = spec["product_name"] + else: + # Otherwise, derive a name from the target name. + target = spec["target_name"] + if prefix == "lib": + # Snip out an extra 'lib' from libs if appropriate. + target = StripPrefix(target, "lib") + + if type in ( + "static_library", + "loadable_module", + "shared_library", + "executable", + ): + return f"{prefix}{target}{extension}" + elif type == "none": + return "%s.stamp" % target + else: + raise Exception("Unhandled output type %s" % type) + + def ComputeOutput(self, spec, arch=None): + """Compute the path for the final output of the spec.""" + type = spec["type"] + + if self.flavor == "win": + override = self.msvs_settings.GetOutputName( + self.config_name, self.ExpandSpecial + ) + if override: + return override + + if ( + arch is None + and self.flavor == "mac" + and type + in ("static_library", "executable", "shared_library", "loadable_module") + ): + filename = self.xcode_settings.GetExecutablePath() + else: + filename = self.ComputeOutputFileName(spec, type) + + if arch is None and "product_dir" in spec: + path = os.path.join(spec["product_dir"], filename) + return self.ExpandSpecial(path) + + # Some products go into the output root, libraries go into shared library + # dir, and everything else goes into the normal place. + type_in_output_root = ["executable", "loadable_module"] + if self.flavor == "mac" and self.toolset == "target": + type_in_output_root += ["shared_library", "static_library"] + elif self.flavor == "win" and self.toolset == "target": + type_in_output_root += ["shared_library"] + + if arch is not None: + # Make sure partial executables don't end up in a bundle or the regular + # output directory. + archdir = "arch" + if self.toolset != "target": + archdir = os.path.join("arch", "%s" % self.toolset) + return os.path.join(archdir, AddArch(filename, arch)) + elif type in type_in_output_root or self.is_standalone_static_library: + return filename + elif type == "shared_library": + libdir = "lib" + if self.toolset != "target": + libdir = os.path.join("lib", "%s" % self.toolset) + return os.path.join(libdir, filename) + else: + return self.GypPathToUniqueOutput(filename, qualified=False) + + def WriteVariableList(self, ninja_file, var, values): + assert not isinstance(values, str) + if values is None: + values = [] + ninja_file.variable(var, " ".join(values)) + + def WriteNewNinjaRule( + self, name, args, description, win_shell_flags, env, pool, depfile=None + ): + """Write out a new ninja "rule" statement for a given command. + + Returns the name of the new rule, and a copy of |args| with variables + expanded.""" + + if self.flavor == "win": + args = [ + self.msvs_settings.ConvertVSMacros( + arg, self.base_to_build, config=self.config_name + ) + for arg in args + ] + description = self.msvs_settings.ConvertVSMacros( + description, config=self.config_name + ) + elif self.flavor == "mac": + # |env| is an empty list on non-mac. + args = [gyp.xcode_emulation.ExpandEnvVars(arg, env) for arg in args] + description = gyp.xcode_emulation.ExpandEnvVars(description, env) + + # TODO: we shouldn't need to qualify names; we do it because + # currently the ninja rule namespace is global, but it really + # should be scoped to the subninja. + rule_name = self.name + if self.toolset == "target": + rule_name += "." + self.toolset + rule_name += "." + name + rule_name = re.sub("[^a-zA-Z0-9_]", "_", rule_name) + + # Remove variable references, but not if they refer to the magic rule + # variables. This is not quite right, as it also protects these for + # actions, not just for rules where they are valid. Good enough. + protect = ["${root}", "${dirname}", "${source}", "${ext}", "${name}"] + protect = "(?!" + "|".join(map(re.escape, protect)) + ")" + description = re.sub(protect + r"\$", "_", description) + + # gyp dictates that commands are run from the base directory. + # cd into the directory before running, and adjust paths in + # the arguments to point to the proper locations. + rspfile = None + rspfile_content = None + args = [self.ExpandSpecial(arg, self.base_to_build) for arg in args] + if self.flavor == "win": + rspfile = rule_name + ".$unique_name.rsp" + # The cygwin case handles this inside the bash sub-shell. + run_in = "" if win_shell_flags.cygwin else " " + self.build_to_base + if win_shell_flags.cygwin: + rspfile_content = self.msvs_settings.BuildCygwinBashCommandLine( + args, self.build_to_base + ) + else: + rspfile_content = gyp.msvs_emulation.EncodeRspFileList( + args, win_shell_flags.quote) + command = ( + "%s gyp-win-tool action-wrapper $arch " % sys.executable + + rspfile + + run_in + ) + else: + env = self.ComputeExportEnvString(env) + command = gyp.common.EncodePOSIXShellList(args) + command = "cd %s; " % self.build_to_base + env + command + + # GYP rules/actions express being no-ops by not touching their outputs. + # Avoid executing downstream dependencies in this case by specifying + # restat=1 to ninja. + self.ninja.rule( + rule_name, + command, + description, + depfile=depfile, + restat=True, + pool=pool, + rspfile=rspfile, + rspfile_content=rspfile_content, + ) + self.ninja.newline() + + return rule_name, args + + +def CalculateVariables(default_variables, params): + """Calculate additional variables for use in the build (called by gyp).""" + global generator_additional_non_configuration_keys + global generator_additional_path_sections + flavor = gyp.common.GetFlavor(params) + if flavor == "mac": + default_variables.setdefault("OS", "mac") + default_variables.setdefault("SHARED_LIB_SUFFIX", ".dylib") + default_variables.setdefault( + "SHARED_LIB_DIR", generator_default_variables["PRODUCT_DIR"] + ) + default_variables.setdefault( + "LIB_DIR", generator_default_variables["PRODUCT_DIR"] + ) + + # Copy additional generator configuration data from Xcode, which is shared + # by the Mac Ninja generator. + import gyp.generator.xcode as xcode_generator + + generator_additional_non_configuration_keys = getattr( + xcode_generator, "generator_additional_non_configuration_keys", [] + ) + generator_additional_path_sections = getattr( + xcode_generator, "generator_additional_path_sections", [] + ) + global generator_extra_sources_for_rules + generator_extra_sources_for_rules = getattr( + xcode_generator, "generator_extra_sources_for_rules", [] + ) + elif flavor == "win": + exts = gyp.MSVSUtil.TARGET_TYPE_EXT + default_variables.setdefault("OS", "win") + default_variables["EXECUTABLE_SUFFIX"] = "." + exts["executable"] + default_variables["STATIC_LIB_PREFIX"] = "" + default_variables["STATIC_LIB_SUFFIX"] = "." + exts["static_library"] + default_variables["SHARED_LIB_PREFIX"] = "" + default_variables["SHARED_LIB_SUFFIX"] = "." + exts["shared_library"] + + # Copy additional generator configuration data from VS, which is shared + # by the Windows Ninja generator. + import gyp.generator.msvs as msvs_generator + + generator_additional_non_configuration_keys = getattr( + msvs_generator, "generator_additional_non_configuration_keys", [] + ) + generator_additional_path_sections = getattr( + msvs_generator, "generator_additional_path_sections", [] + ) + + gyp.msvs_emulation.CalculateCommonVariables(default_variables, params) + else: + operating_system = flavor + if flavor == "android": + operating_system = "linux" # Keep this legacy behavior for now. + default_variables.setdefault("OS", operating_system) + default_variables.setdefault("SHARED_LIB_SUFFIX", ".so") + default_variables.setdefault( + "SHARED_LIB_DIR", os.path.join("$!PRODUCT_DIR", "lib") + ) + default_variables.setdefault("LIB_DIR", os.path.join("$!PRODUCT_DIR", "obj")) + + +def ComputeOutputDir(params): + """Returns the path from the toplevel_dir to the build output directory.""" + # generator_dir: relative path from pwd to where make puts build files. + # Makes migrating from make to ninja easier, ninja doesn't put anything here. + generator_dir = os.path.relpath(params["options"].generator_output or ".") + + # output_dir: relative path from generator_dir to the build directory. + output_dir = params.get("generator_flags", {}).get("output_dir", "out") + + # Relative path from source root to our output files. e.g. "out" + return os.path.normpath(os.path.join(generator_dir, output_dir)) + + +def CalculateGeneratorInputInfo(params): + """Called by __init__ to initialize generator values based on params.""" + # E.g. "out/gypfiles" + toplevel = params["options"].toplevel_dir + qualified_out_dir = os.path.normpath( + os.path.join(toplevel, ComputeOutputDir(params), "gypfiles") + ) + + global generator_filelist_paths + generator_filelist_paths = { + "toplevel": toplevel, + "qualified_out_dir": qualified_out_dir, + } + + +def OpenOutput(path, mode="w"): + """Open |path| for writing, creating directories if necessary.""" + gyp.common.EnsureDirExists(path) + return open(path, mode) + + +def CommandWithWrapper(cmd, wrappers, prog): + wrapper = wrappers.get(cmd, "") + if wrapper: + return wrapper + " " + prog + return prog + + +def GetDefaultConcurrentLinks(): + """Returns a best-guess for a number of concurrent links.""" + pool_size = int(os.environ.get("GYP_LINK_CONCURRENCY", 0)) + if pool_size: + return pool_size + + if sys.platform in ("win32", "cygwin"): + import ctypes + + class MEMORYSTATUSEX(ctypes.Structure): + _fields_ = [ + ("dwLength", ctypes.c_ulong), + ("dwMemoryLoad", ctypes.c_ulong), + ("ullTotalPhys", ctypes.c_ulonglong), + ("ullAvailPhys", ctypes.c_ulonglong), + ("ullTotalPageFile", ctypes.c_ulonglong), + ("ullAvailPageFile", ctypes.c_ulonglong), + ("ullTotalVirtual", ctypes.c_ulonglong), + ("ullAvailVirtual", ctypes.c_ulonglong), + ("sullAvailExtendedVirtual", ctypes.c_ulonglong), + ] + + stat = MEMORYSTATUSEX() + stat.dwLength = ctypes.sizeof(stat) + ctypes.windll.kernel32.GlobalMemoryStatusEx(ctypes.byref(stat)) + + # VS 2015 uses 20% more working set than VS 2013 and can consume all RAM + # on a 64 GiB machine. + mem_limit = max(1, stat.ullTotalPhys // (5 * (2 ** 30))) # total / 5GiB + hard_cap = max(1, int(os.environ.get("GYP_LINK_CONCURRENCY_MAX", 2 ** 32))) + return min(mem_limit, hard_cap) + elif sys.platform.startswith("linux"): + if os.path.exists("/proc/meminfo"): + with open("/proc/meminfo") as meminfo: + memtotal_re = re.compile(r"^MemTotal:\s*(\d*)\s*kB") + for line in meminfo: + match = memtotal_re.match(line) + if not match: + continue + # Allow 8Gb per link on Linux because Gold is quite memory hungry + return max(1, int(match.group(1)) // (8 * (2 ** 20))) + return 1 + elif sys.platform == "darwin": + try: + avail_bytes = int(subprocess.check_output(["sysctl", "-n", "hw.memsize"])) + # A static library debug build of Chromium's unit_tests takes ~2.7GB, so + # 4GB per ld process allows for some more bloat. + return max(1, avail_bytes // (4 * (2 ** 30))) # total / 4GB + except subprocess.CalledProcessError: + return 1 + else: + # TODO(scottmg): Implement this for other platforms. + return 1 + + +def _GetWinLinkRuleNameSuffix(embed_manifest): + """Returns the suffix used to select an appropriate linking rule depending on + whether the manifest embedding is enabled.""" + return "_embed" if embed_manifest else "" + + +def _AddWinLinkRules(master_ninja, embed_manifest): + """Adds link rules for Windows platform to |master_ninja|.""" + + def FullLinkCommand(ldcmd, out, binary_type): + resource_name = {"exe": "1", "dll": "2"}[binary_type] + return ( + "%(python)s gyp-win-tool link-with-manifests $arch %(embed)s " + '%(out)s "%(ldcmd)s" %(resname)s $mt $rc "$intermediatemanifest" ' + "$manifests" + % { + "python": sys.executable, + "out": out, + "ldcmd": ldcmd, + "resname": resource_name, + "embed": embed_manifest, + } + ) + + rule_name_suffix = _GetWinLinkRuleNameSuffix(embed_manifest) + use_separate_mspdbsrv = int(os.environ.get("GYP_USE_SEPARATE_MSPDBSRV", "0")) != 0 + dlldesc = "LINK%s(DLL) $binary" % rule_name_suffix.upper() + dllcmd = ( + "%s gyp-win-tool link-wrapper $arch %s " + "$ld /nologo $implibflag /DLL /OUT:$binary " + "@$binary.rsp" % (sys.executable, use_separate_mspdbsrv) + ) + dllcmd = FullLinkCommand(dllcmd, "$binary", "dll") + master_ninja.rule( + "solink" + rule_name_suffix, + description=dlldesc, + command=dllcmd, + rspfile="$binary.rsp", + rspfile_content="$libs $in_newline $ldflags", + restat=True, + pool="link_pool", + ) + master_ninja.rule( + "solink_module" + rule_name_suffix, + description=dlldesc, + command=dllcmd, + rspfile="$binary.rsp", + rspfile_content="$libs $in_newline $ldflags", + restat=True, + pool="link_pool", + ) + # Note that ldflags goes at the end so that it has the option of + # overriding default settings earlier in the command line. + exe_cmd = ( + "%s gyp-win-tool link-wrapper $arch %s " + "$ld /nologo /OUT:$binary @$binary.rsp" + % (sys.executable, use_separate_mspdbsrv) + ) + exe_cmd = FullLinkCommand(exe_cmd, "$binary", "exe") + master_ninja.rule( + "link" + rule_name_suffix, + description="LINK%s $binary" % rule_name_suffix.upper(), + command=exe_cmd, + rspfile="$binary.rsp", + rspfile_content="$in_newline $libs $ldflags", + pool="link_pool", + ) + + +def GenerateOutputForConfig(target_list, target_dicts, data, params, config_name): + options = params["options"] + flavor = gyp.common.GetFlavor(params) + generator_flags = params.get("generator_flags", {}) + generate_compile_commands = generator_flags.get("compile_commands", False) + + # build_dir: relative path from source root to our output files. + # e.g. "out/Debug" + build_dir = os.path.normpath(os.path.join(ComputeOutputDir(params), config_name)) + + toplevel_build = os.path.join(options.toplevel_dir, build_dir) + + master_ninja_file = OpenOutput(os.path.join(toplevel_build, "build.ninja")) + master_ninja = ninja_syntax.Writer(master_ninja_file, width=120) + + # Put build-time support tools in out/{config_name}. + gyp.common.CopyTool(flavor, toplevel_build, generator_flags) + + # Grab make settings for CC/CXX. + # The rules are + # - The priority from low to high is gcc/g++, the 'make_global_settings' in + # gyp, the environment variable. + # - If there is no 'make_global_settings' for CC.host/CXX.host or + # 'CC_host'/'CXX_host' environment variable, cc_host/cxx_host should be set + # to cc/cxx. + if flavor == "win": + ar = "lib.exe" + # cc and cxx must be set to the correct architecture by overriding with one + # of cl_x86 or cl_x64 below. + cc = "UNSET" + cxx = "UNSET" + ld = "link.exe" + ld_host = "$ld" + else: + ar = "ar" + cc = "cc" + cxx = "c++" + ld = "$cc" + ldxx = "$cxx" + ld_host = "$cc_host" + ldxx_host = "$cxx_host" + + ar_host = ar + cc_host = None + cxx_host = None + cc_host_global_setting = None + cxx_host_global_setting = None + clang_cl = None + nm = "nm" + nm_host = "nm" + readelf = "readelf" + readelf_host = "readelf" + + build_file, _, _ = gyp.common.ParseQualifiedTarget(target_list[0]) + make_global_settings = data[build_file].get("make_global_settings", []) + build_to_root = gyp.common.InvertRelativePath(build_dir, options.toplevel_dir) + wrappers = {} + for key, value in make_global_settings: + if key == "AR": + ar = os.path.join(build_to_root, value) + if key == "AR.host": + ar_host = os.path.join(build_to_root, value) + if key == "CC": + cc = os.path.join(build_to_root, value) + if cc.endswith("clang-cl"): + clang_cl = cc + if key == "CXX": + cxx = os.path.join(build_to_root, value) + if key == "CC.host": + cc_host = os.path.join(build_to_root, value) + cc_host_global_setting = value + if key == "CXX.host": + cxx_host = os.path.join(build_to_root, value) + cxx_host_global_setting = value + if key == "LD": + ld = os.path.join(build_to_root, value) + if key == "LD.host": + ld_host = os.path.join(build_to_root, value) + if key == "LDXX": + ldxx = os.path.join(build_to_root, value) + if key == "LDXX.host": + ldxx_host = os.path.join(build_to_root, value) + if key == "NM": + nm = os.path.join(build_to_root, value) + if key == "NM.host": + nm_host = os.path.join(build_to_root, value) + if key == "READELF": + readelf = os.path.join(build_to_root, value) + if key == "READELF.host": + readelf_host = os.path.join(build_to_root, value) + if key.endswith("_wrapper"): + wrappers[key[: -len("_wrapper")]] = os.path.join(build_to_root, value) + + # Support wrappers from environment variables too. + for key, value in os.environ.items(): + if key.lower().endswith("_wrapper"): + key_prefix = key[: -len("_wrapper")] + key_prefix = re.sub(r"\.HOST$", ".host", key_prefix) + wrappers[key_prefix] = os.path.join(build_to_root, value) + + mac_toolchain_dir = generator_flags.get("mac_toolchain_dir", None) + if mac_toolchain_dir: + wrappers["LINK"] = "export DEVELOPER_DIR='%s' &&" % mac_toolchain_dir + + if flavor == "win": + configs = [ + target_dicts[qualified_target]["configurations"][config_name] + for qualified_target in target_list + ] + shared_system_includes = None + if not generator_flags.get("ninja_use_custom_environment_files", 0): + shared_system_includes = gyp.msvs_emulation.ExtractSharedMSVSSystemIncludes( + configs, generator_flags + ) + cl_paths = gyp.msvs_emulation.GenerateEnvironmentFiles( + toplevel_build, generator_flags, shared_system_includes, OpenOutput + ) + for arch, path in sorted(cl_paths.items()): + if clang_cl: + # If we have selected clang-cl, use that instead. + path = clang_cl + command = CommandWithWrapper( + "CC", wrappers, QuoteShellArgument(path, "win") + ) + if clang_cl: + # Use clang-cl to cross-compile for x86 or x86_64. + command += " -m32" if arch == "x86" else " -m64" + master_ninja.variable("cl_" + arch, command) + + cc = GetEnvironFallback(["CC_target", "CC"], cc) + master_ninja.variable("cc", CommandWithWrapper("CC", wrappers, cc)) + cxx = GetEnvironFallback(["CXX_target", "CXX"], cxx) + master_ninja.variable("cxx", CommandWithWrapper("CXX", wrappers, cxx)) + + if flavor == "win": + master_ninja.variable("ld", ld) + master_ninja.variable("idl", "midl.exe") + master_ninja.variable("ar", ar) + master_ninja.variable("rc", "rc.exe") + master_ninja.variable("ml_x86", "ml.exe") + master_ninja.variable("ml_x64", "ml64.exe") + master_ninja.variable("mt", "mt.exe") + else: + master_ninja.variable("ld", CommandWithWrapper("LINK", wrappers, ld)) + master_ninja.variable("ldxx", CommandWithWrapper("LINK", wrappers, ldxx)) + master_ninja.variable("ar", GetEnvironFallback(["AR_target", "AR"], ar)) + if flavor != "mac": + # Mac does not use readelf/nm for .TOC generation, so avoiding polluting + # the master ninja with extra unused variables. + master_ninja.variable("nm", GetEnvironFallback(["NM_target", "NM"], nm)) + master_ninja.variable( + "readelf", GetEnvironFallback(["READELF_target", "READELF"], readelf) + ) + + if generator_supports_multiple_toolsets: + if not cc_host: + cc_host = cc + if not cxx_host: + cxx_host = cxx + + master_ninja.variable("ar_host", GetEnvironFallback(["AR_host"], ar_host)) + master_ninja.variable("nm_host", GetEnvironFallback(["NM_host"], nm_host)) + master_ninja.variable( + "readelf_host", GetEnvironFallback(["READELF_host"], readelf_host) + ) + cc_host = GetEnvironFallback(["CC_host"], cc_host) + cxx_host = GetEnvironFallback(["CXX_host"], cxx_host) + + # The environment variable could be used in 'make_global_settings', like + # ['CC.host', '$(CC)'] or ['CXX.host', '$(CXX)'], transform them here. + if "$(CC)" in cc_host and cc_host_global_setting: + cc_host = cc_host_global_setting.replace("$(CC)", cc) + if "$(CXX)" in cxx_host and cxx_host_global_setting: + cxx_host = cxx_host_global_setting.replace("$(CXX)", cxx) + master_ninja.variable( + "cc_host", CommandWithWrapper("CC.host", wrappers, cc_host) + ) + master_ninja.variable( + "cxx_host", CommandWithWrapper("CXX.host", wrappers, cxx_host) + ) + if flavor == "win": + master_ninja.variable("ld_host", ld_host) + else: + master_ninja.variable( + "ld_host", CommandWithWrapper("LINK", wrappers, ld_host) + ) + master_ninja.variable( + "ldxx_host", CommandWithWrapper("LINK", wrappers, ldxx_host) + ) + + master_ninja.newline() + + master_ninja.pool("link_pool", depth=GetDefaultConcurrentLinks()) + master_ninja.newline() + + deps = "msvc" if flavor == "win" else "gcc" + + if flavor != "win": + master_ninja.rule( + "cc", + description="CC $out", + command=( + "$cc -MMD -MF $out.d $defines $includes $cflags $cflags_c " + "$cflags_pch_c -c $in -o $out" + ), + depfile="$out.d", + deps=deps, + ) + master_ninja.rule( + "cc_s", + description="CC $out", + command=( + "$cc $defines $includes $cflags $cflags_c " + "$cflags_pch_c -c $in -o $out" + ), + ) + master_ninja.rule( + "cxx", + description="CXX $out", + command=( + "$cxx -MMD -MF $out.d $defines $includes $cflags $cflags_cc " + "$cflags_pch_cc -c $in -o $out" + ), + depfile="$out.d", + deps=deps, + ) + else: + # TODO(scottmg) Separate pdb names is a test to see if it works around + # http://crbug.com/142362. It seems there's a race between the creation of + # the .pdb by the precompiled header step for .cc and the compilation of + # .c files. This should be handled by mspdbsrv, but rarely errors out with + # c1xx : fatal error C1033: cannot open program database + # By making the rules target separate pdb files this might be avoided. + cc_command = ( + "ninja -t msvc -e $arch " + "-- " + "$cc /nologo /showIncludes /FC " + "@$out.rsp /c $in /Fo$out /Fd$pdbname_c " + ) + cxx_command = ( + "ninja -t msvc -e $arch " + "-- " + "$cxx /nologo /showIncludes /FC " + "@$out.rsp /c $in /Fo$out /Fd$pdbname_cc " + ) + master_ninja.rule( + "cc", + description="CC $out", + command=cc_command, + rspfile="$out.rsp", + rspfile_content="$defines $includes $cflags $cflags_c", + deps=deps, + ) + master_ninja.rule( + "cxx", + description="CXX $out", + command=cxx_command, + rspfile="$out.rsp", + rspfile_content="$defines $includes $cflags $cflags_cc", + deps=deps, + ) + master_ninja.rule( + "idl", + description="IDL $in", + command=( + "%s gyp-win-tool midl-wrapper $arch $outdir " + "$tlb $h $dlldata $iid $proxy $in " + "$midl_includes $idlflags" % sys.executable + ), + ) + master_ninja.rule( + "rc", + description="RC $in", + # Note: $in must be last otherwise rc.exe complains. + command=( + "%s gyp-win-tool rc-wrapper " + "$arch $rc $defines $resource_includes $rcflags /fo$out $in" + % sys.executable + ), + ) + master_ninja.rule( + "asm", + description="ASM $out", + command=( + "%s gyp-win-tool asm-wrapper " + "$arch $asm $defines $includes $asmflags /c /Fo $out $in" + % sys.executable + ), + ) + + if flavor not in ("ios", "mac", "win"): + master_ninja.rule( + "alink", + description="AR $out", + command="rm -f $out && $ar rcs $arflags $out $in", + ) + master_ninja.rule( + "alink_thin", + description="AR $out", + command="rm -f $out && $ar rcsT $arflags $out $in", + ) + + # This allows targets that only need to depend on $lib's API to declare an + # order-only dependency on $lib.TOC and avoid relinking such downstream + # dependencies when $lib changes only in non-public ways. + # The resulting string leaves an uninterpolated %{suffix} which + # is used in the final substitution below. + mtime_preserving_solink_base = ( + "if [ ! -e $lib -o ! -e $lib.TOC ]; then " + "%(solink)s && %(extract_toc)s > $lib.TOC; else " + "%(solink)s && %(extract_toc)s > $lib.tmp && " + "if ! cmp -s $lib.tmp $lib.TOC; then mv $lib.tmp $lib.TOC ; " + "fi; fi" + % { + "solink": "$ld -shared $ldflags -o $lib -Wl,-soname=$soname %(suffix)s", + "extract_toc": ( + "{ $readelf -d $lib | grep SONAME ; " + "$nm -gD -f p $lib | cut -f1-2 -d' '; }" + ), + } + ) + + master_ninja.rule( + "solink", + description="SOLINK $lib", + restat=True, + command=mtime_preserving_solink_base + % {"suffix": "@$link_file_list"}, + rspfile="$link_file_list", + rspfile_content=( + "-Wl,--whole-archive $in $solibs -Wl," "--no-whole-archive $libs" + ), + pool="link_pool", + ) + master_ninja.rule( + "solink_module", + description="SOLINK(module) $lib", + restat=True, + command=mtime_preserving_solink_base % {"suffix": "@$link_file_list"}, + rspfile="$link_file_list", + rspfile_content="-Wl,--start-group $in $solibs $libs -Wl,--end-group", + pool="link_pool", + ) + master_ninja.rule( + "link", + description="LINK $out", + command=( + "$ld $ldflags -o $out " + "-Wl,--start-group $in $solibs $libs -Wl,--end-group" + ), + pool="link_pool", + ) + elif flavor == "win": + master_ninja.rule( + "alink", + description="LIB $out", + command=( + "%s gyp-win-tool link-wrapper $arch False " + "$ar /nologo /ignore:4221 /OUT:$out @$out.rsp" % sys.executable + ), + rspfile="$out.rsp", + rspfile_content="$in_newline $libflags", + ) + _AddWinLinkRules(master_ninja, embed_manifest=True) + _AddWinLinkRules(master_ninja, embed_manifest=False) + else: + master_ninja.rule( + "objc", + description="OBJC $out", + command=( + "$cc -MMD -MF $out.d $defines $includes $cflags $cflags_objc " + "$cflags_pch_objc -c $in -o $out" + ), + depfile="$out.d", + deps=deps, + ) + master_ninja.rule( + "objcxx", + description="OBJCXX $out", + command=( + "$cxx -MMD -MF $out.d $defines $includes $cflags $cflags_objcc " + "$cflags_pch_objcc -c $in -o $out" + ), + depfile="$out.d", + deps=deps, + ) + master_ninja.rule( + "alink", + description="LIBTOOL-STATIC $out, POSTBUILDS", + command="rm -f $out && " + "%s gyp-mac-tool filter-libtool libtool $libtool_flags " + "-static -o $out $in" + "$postbuilds" % sys.executable, + ) + master_ninja.rule( + "lipo", + description="LIPO $out, POSTBUILDS", + command="rm -f $out && lipo -create $in -output $out$postbuilds", + ) + master_ninja.rule( + "solipo", + description="SOLIPO $out, POSTBUILDS", + command=( + "rm -f $lib $lib.TOC && lipo -create $in -output $lib$postbuilds &&" + "%(extract_toc)s > $lib.TOC" + % { + "extract_toc": "{ otool -l $lib | grep LC_ID_DYLIB -A 5; " + "nm -gP $lib | cut -f1-2 -d' ' | grep -v U$$; true; }" + } + ), + ) + + # Record the public interface of $lib in $lib.TOC. See the corresponding + # comment in the posix section above for details. + solink_base = "$ld %(type)s $ldflags -o $lib %(suffix)s" + mtime_preserving_solink_base = ( + "if [ ! -e $lib -o ! -e $lib.TOC ] || " + # Always force dependent targets to relink if this library + # reexports something. Handling this correctly would require + # recursive TOC dumping but this is rare in practice, so punt. + "otool -l $lib | grep -q LC_REEXPORT_DYLIB ; then " + "%(solink)s && %(extract_toc)s > $lib.TOC; " + "else " + "%(solink)s && %(extract_toc)s > $lib.tmp && " + "if ! cmp -s $lib.tmp $lib.TOC; then " + "mv $lib.tmp $lib.TOC ; " + "fi; " + "fi" + % { + "solink": solink_base, + "extract_toc": "{ otool -l $lib | grep LC_ID_DYLIB -A 5; " + "nm -gP $lib | cut -f1-2 -d' ' | grep -v U$$; true; }", + } + ) + + solink_suffix = "@$link_file_list$postbuilds" + master_ninja.rule( + "solink", + description="SOLINK $lib, POSTBUILDS", + restat=True, + command=mtime_preserving_solink_base + % {"suffix": solink_suffix, "type": "-shared"}, + rspfile="$link_file_list", + rspfile_content="$in $solibs $libs", + pool="link_pool", + ) + master_ninja.rule( + "solink_notoc", + description="SOLINK $lib, POSTBUILDS", + restat=True, + command=solink_base % {"suffix": solink_suffix, "type": "-shared"}, + rspfile="$link_file_list", + rspfile_content="$in $solibs $libs", + pool="link_pool", + ) + + master_ninja.rule( + "solink_module", + description="SOLINK(module) $lib, POSTBUILDS", + restat=True, + command=mtime_preserving_solink_base + % {"suffix": solink_suffix, "type": "-bundle"}, + rspfile="$link_file_list", + rspfile_content="$in $solibs $libs", + pool="link_pool", + ) + master_ninja.rule( + "solink_module_notoc", + description="SOLINK(module) $lib, POSTBUILDS", + restat=True, + command=solink_base % {"suffix": solink_suffix, "type": "-bundle"}, + rspfile="$link_file_list", + rspfile_content="$in $solibs $libs", + pool="link_pool", + ) + + master_ninja.rule( + "link", + description="LINK $out, POSTBUILDS", + command=("$ld $ldflags -o $out " "$in $solibs $libs$postbuilds"), + pool="link_pool", + ) + master_ninja.rule( + "preprocess_infoplist", + description="PREPROCESS INFOPLIST $out", + command=( + "$cc -E -P -Wno-trigraphs -x c $defines $in -o $out && " + "plutil -convert xml1 $out $out" + ), + ) + master_ninja.rule( + "copy_infoplist", + description="COPY INFOPLIST $in", + command="$env %s gyp-mac-tool copy-info-plist $in $out $binary $keys" + % sys.executable, + ) + master_ninja.rule( + "merge_infoplist", + description="MERGE INFOPLISTS $in", + command="$env %s gyp-mac-tool merge-info-plist $out $in" % sys.executable, + ) + master_ninja.rule( + "compile_xcassets", + description="COMPILE XCASSETS $in", + command="$env %s gyp-mac-tool compile-xcassets $keys $in" % sys.executable, + ) + master_ninja.rule( + "compile_ios_framework_headers", + description="COMPILE HEADER MAPS AND COPY FRAMEWORK HEADERS $in", + command="$env %(python)s gyp-mac-tool compile-ios-framework-header-map " + "$out $framework $in && $env %(python)s gyp-mac-tool " + "copy-ios-framework-headers $framework $copy_headers" + % {'python': sys.executable}, + ) + master_ninja.rule( + "mac_tool", + description="MACTOOL $mactool_cmd $in", + command="$env %s gyp-mac-tool $mactool_cmd $in $out $binary" + % sys.executable, + ) + master_ninja.rule( + "package_framework", + description="PACKAGE FRAMEWORK $out, POSTBUILDS", + command="%s gyp-mac-tool package-framework $out $version$postbuilds " + "&& touch $out" % sys.executable, + ) + master_ninja.rule( + "package_ios_framework", + description="PACKAGE IOS FRAMEWORK $out, POSTBUILDS", + command="%s gyp-mac-tool package-ios-framework $out $postbuilds " + "&& touch $out" % sys.executable, + ) + if flavor == "win": + master_ninja.rule( + "stamp", + description="STAMP $out", + command="%s gyp-win-tool stamp $out" % sys.executable, + ) + else: + master_ninja.rule( + "stamp", description="STAMP $out", command="${postbuilds}touch $out" + ) + if flavor == "win": + master_ninja.rule( + "copy", + description="COPY $in $out", + command="%s gyp-win-tool recursive-mirror $in $out" % sys.executable, + ) + elif flavor == "zos": + master_ninja.rule( + "copy", + description="COPY $in $out", + command="rm -rf $out && cp -fRP $in $out", + ) + else: + master_ninja.rule( + "copy", + description="COPY $in $out", + command="ln -f $in $out 2>/dev/null || (rm -rf $out && cp -af $in $out)", + ) + master_ninja.newline() + + all_targets = set() + for build_file in params["build_files"]: + for target in gyp.common.AllTargets( + target_list, target_dicts, os.path.normpath(build_file) + ): + all_targets.add(target) + all_outputs = set() + + # target_outputs is a map from qualified target name to a Target object. + target_outputs = {} + # target_short_names is a map from target short name to a list of Target + # objects. + target_short_names = {} + + # short name of targets that were skipped because they didn't contain anything + # interesting. + # NOTE: there may be overlap between this an non_empty_target_names. + empty_target_names = set() + + # Set of non-empty short target names. + # NOTE: there may be overlap between this an empty_target_names. + non_empty_target_names = set() + + for qualified_target in target_list: + # qualified_target is like: third_party/icu/icu.gyp:icui18n#target + build_file, name, toolset = gyp.common.ParseQualifiedTarget(qualified_target) + + this_make_global_settings = data[build_file].get("make_global_settings", []) + assert make_global_settings == this_make_global_settings, ( + "make_global_settings needs to be the same for all targets. " + f"{this_make_global_settings} vs. {make_global_settings}" + ) + + spec = target_dicts[qualified_target] + if flavor == "mac": + gyp.xcode_emulation.MergeGlobalXcodeSettingsToSpec(data[build_file], spec) + + # If build_file is a symlink, we must not follow it because there's a chance + # it could point to a path above toplevel_dir, and we cannot correctly deal + # with that case at the moment. + build_file = gyp.common.RelativePath(build_file, options.toplevel_dir, False) + + qualified_target_for_hash = gyp.common.QualifiedTarget( + build_file, name, toolset + ) + qualified_target_for_hash = qualified_target_for_hash.encode("utf-8") + hash_for_rules = hashlib.md5(qualified_target_for_hash).hexdigest() + + base_path = os.path.dirname(build_file) + obj = "obj" + if toolset != "target": + obj += "." + toolset + output_file = os.path.join(obj, base_path, name + ".ninja") + + ninja_output = StringIO() + writer = NinjaWriter( + hash_for_rules, + target_outputs, + base_path, + build_dir, + ninja_output, + toplevel_build, + output_file, + flavor, + toplevel_dir=options.toplevel_dir, + ) + + target = writer.WriteSpec(spec, config_name, generator_flags) + + if ninja_output.tell() > 0: + # Only create files for ninja files that actually have contents. + with OpenOutput(os.path.join(toplevel_build, output_file)) as ninja_file: + ninja_file.write(ninja_output.getvalue()) + ninja_output.close() + master_ninja.subninja(output_file) + + if target: + if name != target.FinalOutput() and spec["toolset"] == "target": + target_short_names.setdefault(name, []).append(target) + target_outputs[qualified_target] = target + if qualified_target in all_targets: + all_outputs.add(target.FinalOutput()) + non_empty_target_names.add(name) + else: + empty_target_names.add(name) + + if target_short_names: + # Write a short name to build this target. This benefits both the + # "build chrome" case as well as the gyp tests, which expect to be + # able to run actions and build libraries by their short name. + master_ninja.newline() + master_ninja.comment("Short names for targets.") + for short_name in sorted(target_short_names): + master_ninja.build( + short_name, + "phony", + [x.FinalOutput() for x in target_short_names[short_name]], + ) + + # Write phony targets for any empty targets that weren't written yet. As + # short names are not necessarily unique only do this for short names that + # haven't already been output for another target. + empty_target_names = empty_target_names - non_empty_target_names + if empty_target_names: + master_ninja.newline() + master_ninja.comment("Empty targets (output for completeness).") + for name in sorted(empty_target_names): + master_ninja.build(name, "phony") + + if all_outputs: + master_ninja.newline() + master_ninja.build("all", "phony", sorted(all_outputs)) + master_ninja.default(generator_flags.get("default_target", "all")) + + master_ninja_file.close() + + if generate_compile_commands: + compile_db = GenerateCompileDBWithNinja(toplevel_build) + compile_db_file = OpenOutput( + os.path.join(toplevel_build, "compile_commands.json") + ) + compile_db_file.write(json.dumps(compile_db, indent=2)) + compile_db_file.close() + + +def GenerateCompileDBWithNinja(path, targets=["all"]): + """Generates a compile database using ninja. + + Args: + path: The build directory to generate a compile database for. + targets: Additional targets to pass to ninja. + + Returns: + List of the contents of the compile database. + """ + ninja_path = shutil.which("ninja") + if ninja_path is None: + raise Exception("ninja not found in PATH") + json_compile_db = subprocess.check_output( + [ninja_path, "-C", path] + + targets + + ["-t", "compdb", "cc", "cxx", "objc", "objcxx"] + ) + return json.loads(json_compile_db) + + +def PerformBuild(data, configurations, params): + options = params["options"] + for config in configurations: + builddir = os.path.join(options.toplevel_dir, "out", config) + arguments = ["ninja", "-C", builddir] + print(f"Building [{config}]: {arguments}") + subprocess.check_call(arguments) + + +def CallGenerateOutputForConfig(arglist): + # Ignore the interrupt signal so that the parent process catches it and + # kills all multiprocessing children. + signal.signal(signal.SIGINT, signal.SIG_IGN) + + (target_list, target_dicts, data, params, config_name) = arglist + GenerateOutputForConfig(target_list, target_dicts, data, params, config_name) + + +def GenerateOutput(target_list, target_dicts, data, params): + # Update target_dicts for iOS device builds. + target_dicts = gyp.xcode_emulation.CloneConfigurationForDeviceAndEmulator( + target_dicts + ) + + user_config = params.get("generator_flags", {}).get("config", None) + if gyp.common.GetFlavor(params) == "win": + target_list, target_dicts = MSVSUtil.ShardTargets(target_list, target_dicts) + target_list, target_dicts = MSVSUtil.InsertLargePdbShims( + target_list, target_dicts, generator_default_variables + ) + + if user_config: + GenerateOutputForConfig(target_list, target_dicts, data, params, user_config) + else: + config_names = target_dicts[target_list[0]]["configurations"] + if params["parallel"]: + try: + pool = multiprocessing.Pool(len(config_names)) + arglists = [] + for config_name in config_names: + arglists.append( + (target_list, target_dicts, data, params, config_name) + ) + pool.map(CallGenerateOutputForConfig, arglists) + except KeyboardInterrupt as e: + pool.terminate() + raise e + else: + for config_name in config_names: + GenerateOutputForConfig( + target_list, target_dicts, data, params, config_name + ) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py new file mode 100644 index 00000000..15cddfdf --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py @@ -0,0 +1,67 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +""" Unit tests for the ninja.py file. """ + +from pathlib import Path +import sys +import unittest + +import gyp.generator.ninja as ninja + + +class TestPrefixesAndSuffixes(unittest.TestCase): + def test_BinaryNamesWindows(self): + # These cannot run on non-Windows as they require a VS installation to + # correctly handle variable expansion. + if sys.platform.startswith("win"): + writer = ninja.NinjaWriter( + "foo", "wee", ".", ".", "build.ninja", ".", "build.ninja", "win" + ) + spec = {"target_name": "wee"} + self.assertTrue( + writer.ComputeOutputFileName(spec, "executable").endswith(".exe") + ) + self.assertTrue( + writer.ComputeOutputFileName(spec, "shared_library").endswith(".dll") + ) + self.assertTrue( + writer.ComputeOutputFileName(spec, "static_library").endswith(".lib") + ) + + def test_BinaryNamesLinux(self): + writer = ninja.NinjaWriter( + "foo", "wee", ".", ".", "build.ninja", ".", "build.ninja", "linux" + ) + spec = {"target_name": "wee"} + self.assertTrue("." not in writer.ComputeOutputFileName(spec, "executable")) + self.assertTrue( + writer.ComputeOutputFileName(spec, "shared_library").startswith("lib") + ) + self.assertTrue( + writer.ComputeOutputFileName(spec, "static_library").startswith("lib") + ) + self.assertTrue( + writer.ComputeOutputFileName(spec, "shared_library").endswith(".so") + ) + self.assertTrue( + writer.ComputeOutputFileName(spec, "static_library").endswith(".a") + ) + + def test_GenerateCompileDBWithNinja(self): + build_dir = ( + Path(__file__).resolve().parent.parent.parent.parent / "data" / "ninja" + ) + compile_db = ninja.GenerateCompileDBWithNinja(build_dir) + assert len(compile_db) == 1 + assert compile_db[0]["directory"] == str(build_dir) + assert compile_db[0]["command"] == "cc my.in my.out" + assert compile_db[0]["file"] == "my.in" + assert compile_db[0]["output"] == "my.out" + + +if __name__ == "__main__": + unittest.main() diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py new file mode 100644 index 00000000..c3c000c4 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py @@ -0,0 +1,1391 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + + +import filecmp +import gyp.common +import gyp.xcodeproj_file +import gyp.xcode_ninja +import errno +import os +import sys +import posixpath +import re +import shutil +import subprocess +import tempfile + + +# Project files generated by this module will use _intermediate_var as a +# custom Xcode setting whose value is a DerivedSources-like directory that's +# project-specific and configuration-specific. The normal choice, +# DERIVED_FILE_DIR, is target-specific, which is thought to be too restrictive +# as it is likely that multiple targets within a single project file will want +# to access the same set of generated files. The other option, +# PROJECT_DERIVED_FILE_DIR, is unsuitable because while it is project-specific, +# it is not configuration-specific. INTERMEDIATE_DIR is defined as +# $(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION). +_intermediate_var = "INTERMEDIATE_DIR" + +# SHARED_INTERMEDIATE_DIR is the same, except that it is shared among all +# targets that share the same BUILT_PRODUCTS_DIR. +_shared_intermediate_var = "SHARED_INTERMEDIATE_DIR" + +_library_search_paths_var = "LIBRARY_SEARCH_PATHS" + +generator_default_variables = { + "EXECUTABLE_PREFIX": "", + "EXECUTABLE_SUFFIX": "", + "STATIC_LIB_PREFIX": "lib", + "SHARED_LIB_PREFIX": "lib", + "STATIC_LIB_SUFFIX": ".a", + "SHARED_LIB_SUFFIX": ".dylib", + # INTERMEDIATE_DIR is a place for targets to build up intermediate products. + # It is specific to each build environment. It is only guaranteed to exist + # and be constant within the context of a project, corresponding to a single + # input file. Some build environments may allow their intermediate directory + # to be shared on a wider scale, but this is not guaranteed. + "INTERMEDIATE_DIR": "$(%s)" % _intermediate_var, + "OS": "mac", + "PRODUCT_DIR": "$(BUILT_PRODUCTS_DIR)", + "LIB_DIR": "$(BUILT_PRODUCTS_DIR)", + "RULE_INPUT_ROOT": "$(INPUT_FILE_BASE)", + "RULE_INPUT_EXT": "$(INPUT_FILE_SUFFIX)", + "RULE_INPUT_NAME": "$(INPUT_FILE_NAME)", + "RULE_INPUT_PATH": "$(INPUT_FILE_PATH)", + "RULE_INPUT_DIRNAME": "$(INPUT_FILE_DIRNAME)", + "SHARED_INTERMEDIATE_DIR": "$(%s)" % _shared_intermediate_var, + "CONFIGURATION_NAME": "$(CONFIGURATION)", +} + +# The Xcode-specific sections that hold paths. +generator_additional_path_sections = [ + "mac_bundle_resources", + "mac_framework_headers", + "mac_framework_private_headers", + # 'mac_framework_dirs', input already handles _dirs endings. +] + +# The Xcode-specific keys that exist on targets and aren't moved down to +# configurations. +generator_additional_non_configuration_keys = [ + "ios_app_extension", + "ios_watch_app", + "ios_watchkit_extension", + "mac_bundle", + "mac_bundle_resources", + "mac_framework_headers", + "mac_framework_private_headers", + "mac_xctest_bundle", + "mac_xcuitest_bundle", + "xcode_create_dependents_test_runner", +] + +# We want to let any rules apply to files that are resources also. +generator_extra_sources_for_rules = [ + "mac_bundle_resources", + "mac_framework_headers", + "mac_framework_private_headers", +] + +generator_filelist_paths = None + +# Xcode's standard set of library directories, which don't need to be duplicated +# in LIBRARY_SEARCH_PATHS. This list is not exhaustive, but that's okay. +xcode_standard_library_dirs = frozenset( + ["$(SDKROOT)/usr/lib", "$(SDKROOT)/usr/local/lib"] +) + + +def CreateXCConfigurationList(configuration_names): + xccl = gyp.xcodeproj_file.XCConfigurationList({"buildConfigurations": []}) + if len(configuration_names) == 0: + configuration_names = ["Default"] + for configuration_name in configuration_names: + xcbc = gyp.xcodeproj_file.XCBuildConfiguration({"name": configuration_name}) + xccl.AppendProperty("buildConfigurations", xcbc) + xccl.SetProperty("defaultConfigurationName", configuration_names[0]) + return xccl + + +class XcodeProject: + def __init__(self, gyp_path, path, build_file_dict): + self.gyp_path = gyp_path + self.path = path + self.project = gyp.xcodeproj_file.PBXProject(path=path) + projectDirPath = gyp.common.RelativePath( + os.path.dirname(os.path.abspath(self.gyp_path)), + os.path.dirname(path) or ".", + ) + self.project.SetProperty("projectDirPath", projectDirPath) + self.project_file = gyp.xcodeproj_file.XCProjectFile( + {"rootObject": self.project} + ) + self.build_file_dict = build_file_dict + + # TODO(mark): add destructor that cleans up self.path if created_dir is + # True and things didn't complete successfully. Or do something even + # better with "try"? + self.created_dir = False + try: + os.makedirs(self.path) + self.created_dir = True + except OSError as e: + if e.errno != errno.EEXIST: + raise + + def Finalize1(self, xcode_targets, serialize_all_tests): + # Collect a list of all of the build configuration names used by the + # various targets in the file. It is very heavily advised to keep each + # target in an entire project (even across multiple project files) using + # the same set of configuration names. + configurations = [] + for xct in self.project.GetProperty("targets"): + xccl = xct.GetProperty("buildConfigurationList") + xcbcs = xccl.GetProperty("buildConfigurations") + for xcbc in xcbcs: + name = xcbc.GetProperty("name") + if name not in configurations: + configurations.append(name) + + # Replace the XCConfigurationList attached to the PBXProject object with + # a new one specifying all of the configuration names used by the various + # targets. + try: + xccl = CreateXCConfigurationList(configurations) + self.project.SetProperty("buildConfigurationList", xccl) + except Exception: + sys.stderr.write("Problem with gyp file %s\n" % self.gyp_path) + raise + + # The need for this setting is explained above where _intermediate_var is + # defined. The comments below about wanting to avoid project-wide build + # settings apply here too, but this needs to be set on a project-wide basis + # so that files relative to the _intermediate_var setting can be displayed + # properly in the Xcode UI. + # + # Note that for configuration-relative files such as anything relative to + # _intermediate_var, for the purposes of UI tree view display, Xcode will + # only resolve the configuration name once, when the project file is + # opened. If the active build configuration is changed, the project file + # must be closed and reopened if it is desired for the tree view to update. + # This is filed as Apple radar 6588391. + xccl.SetBuildSetting( + _intermediate_var, "$(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION)" + ) + xccl.SetBuildSetting( + _shared_intermediate_var, "$(SYMROOT)/DerivedSources/$(CONFIGURATION)" + ) + + # Set user-specified project-wide build settings and config files. This + # is intended to be used very sparingly. Really, almost everything should + # go into target-specific build settings sections. The project-wide + # settings are only intended to be used in cases where Xcode attempts to + # resolve variable references in a project context as opposed to a target + # context, such as when resolving sourceTree references while building up + # the tree tree view for UI display. + # Any values set globally are applied to all configurations, then any + # per-configuration values are applied. + for xck, xcv in self.build_file_dict.get("xcode_settings", {}).items(): + xccl.SetBuildSetting(xck, xcv) + if "xcode_config_file" in self.build_file_dict: + config_ref = self.project.AddOrGetFileInRootGroup( + self.build_file_dict["xcode_config_file"] + ) + xccl.SetBaseConfiguration(config_ref) + build_file_configurations = self.build_file_dict.get("configurations", {}) + if build_file_configurations: + for config_name in configurations: + build_file_configuration_named = build_file_configurations.get( + config_name, {} + ) + if build_file_configuration_named: + xcc = xccl.ConfigurationNamed(config_name) + for xck, xcv in build_file_configuration_named.get( + "xcode_settings", {} + ).items(): + xcc.SetBuildSetting(xck, xcv) + if "xcode_config_file" in build_file_configuration_named: + config_ref = self.project.AddOrGetFileInRootGroup( + build_file_configurations[config_name]["xcode_config_file"] + ) + xcc.SetBaseConfiguration(config_ref) + + # Sort the targets based on how they appeared in the input. + # TODO(mark): Like a lot of other things here, this assumes internal + # knowledge of PBXProject - in this case, of its "targets" property. + + # ordinary_targets are ordinary targets that are already in the project + # file. run_test_targets are the targets that run unittests and should be + # used for the Run All Tests target. support_targets are the action/rule + # targets used by GYP file targets, just kept for the assert check. + ordinary_targets = [] + run_test_targets = [] + support_targets = [] + + # targets is full list of targets in the project. + targets = [] + + # does the it define it's own "all"? + has_custom_all = False + + # targets_for_all is the list of ordinary_targets that should be listed + # in this project's "All" target. It includes each non_runtest_target + # that does not have suppress_wildcard set. + targets_for_all = [] + + for target in self.build_file_dict["targets"]: + target_name = target["target_name"] + toolset = target["toolset"] + qualified_target = gyp.common.QualifiedTarget( + self.gyp_path, target_name, toolset + ) + xcode_target = xcode_targets[qualified_target] + # Make sure that the target being added to the sorted list is already in + # the unsorted list. + assert xcode_target in self.project._properties["targets"] + targets.append(xcode_target) + ordinary_targets.append(xcode_target) + if xcode_target.support_target: + support_targets.append(xcode_target.support_target) + targets.append(xcode_target.support_target) + + if not int(target.get("suppress_wildcard", False)): + targets_for_all.append(xcode_target) + + if target_name.lower() == "all": + has_custom_all = True + + # If this target has a 'run_as' attribute, add its target to the + # targets, and add it to the test targets. + if target.get("run_as"): + # Make a target to run something. It should have one + # dependency, the parent xcode target. + xccl = CreateXCConfigurationList(configurations) + run_target = gyp.xcodeproj_file.PBXAggregateTarget( + { + "name": "Run " + target_name, + "productName": xcode_target.GetProperty("productName"), + "buildConfigurationList": xccl, + }, + parent=self.project, + ) + run_target.AddDependency(xcode_target) + + command = target["run_as"] + script = "" + if command.get("working_directory"): + script = ( + script + + 'cd "%s"\n' + % gyp.xcodeproj_file.ConvertVariablesToShellSyntax( + command.get("working_directory") + ) + ) + + if command.get("environment"): + script = ( + script + + "\n".join( + [ + 'export %s="%s"' + % ( + key, + gyp.xcodeproj_file.ConvertVariablesToShellSyntax( + val + ), + ) + for (key, val) in command.get("environment").items() + ] + ) + + "\n" + ) + + # Some test end up using sockets, files on disk, etc. and can get + # confused if more then one test runs at a time. The generator + # flag 'xcode_serialize_all_test_runs' controls the forcing of all + # tests serially. It defaults to True. To get serial runs this + # little bit of python does the same as the linux flock utility to + # make sure only one runs at a time. + command_prefix = "" + if serialize_all_tests: + command_prefix = """python -c "import fcntl, subprocess, sys +file = open('$TMPDIR/GYP_serialize_test_runs', 'a') +fcntl.flock(file.fileno(), fcntl.LOCK_EX) +sys.exit(subprocess.call(sys.argv[1:]))" """ + + # If we were unable to exec for some reason, we want to exit + # with an error, and fixup variable references to be shell + # syntax instead of xcode syntax. + script = ( + script + + "exec " + + command_prefix + + "%s\nexit 1\n" + % gyp.xcodeproj_file.ConvertVariablesToShellSyntax( + gyp.common.EncodePOSIXShellList(command.get("action")) + ) + ) + + ssbp = gyp.xcodeproj_file.PBXShellScriptBuildPhase( + {"shellScript": script, "showEnvVarsInLog": 0} + ) + run_target.AppendProperty("buildPhases", ssbp) + + # Add the run target to the project file. + targets.append(run_target) + run_test_targets.append(run_target) + xcode_target.test_runner = run_target + + # Make sure that the list of targets being replaced is the same length as + # the one replacing it, but allow for the added test runner targets. + assert len(self.project._properties["targets"]) == len(ordinary_targets) + len( + support_targets + ) + + self.project._properties["targets"] = targets + + # Get rid of unnecessary levels of depth in groups like the Source group. + self.project.RootGroupsTakeOverOnlyChildren(True) + + # Sort the groups nicely. Do this after sorting the targets, because the + # Products group is sorted based on the order of the targets. + self.project.SortGroups() + + # Create an "All" target if there's more than one target in this project + # file and the project didn't define its own "All" target. Put a generated + # "All" target first so that people opening up the project for the first + # time will build everything by default. + if len(targets_for_all) > 1 and not has_custom_all: + xccl = CreateXCConfigurationList(configurations) + all_target = gyp.xcodeproj_file.PBXAggregateTarget( + {"buildConfigurationList": xccl, "name": "All"}, parent=self.project + ) + + for target in targets_for_all: + all_target.AddDependency(target) + + # TODO(mark): This is evil because it relies on internal knowledge of + # PBXProject._properties. It's important to get the "All" target first, + # though. + self.project._properties["targets"].insert(0, all_target) + + # The same, but for run_test_targets. + if len(run_test_targets) > 1: + xccl = CreateXCConfigurationList(configurations) + run_all_tests_target = gyp.xcodeproj_file.PBXAggregateTarget( + {"buildConfigurationList": xccl, "name": "Run All Tests"}, + parent=self.project, + ) + for run_test_target in run_test_targets: + run_all_tests_target.AddDependency(run_test_target) + + # Insert after the "All" target, which must exist if there is more than + # one run_test_target. + self.project._properties["targets"].insert(1, run_all_tests_target) + + def Finalize2(self, xcode_targets, xcode_target_to_target_dict): + # Finalize2 needs to happen in a separate step because the process of + # updating references to other projects depends on the ordering of targets + # within remote project files. Finalize1 is responsible for sorting duty, + # and once all project files are sorted, Finalize2 can come in and update + # these references. + + # To support making a "test runner" target that will run all the tests + # that are direct dependents of any given target, we look for + # xcode_create_dependents_test_runner being set on an Aggregate target, + # and generate a second target that will run the tests runners found under + # the marked target. + for bf_tgt in self.build_file_dict["targets"]: + if int(bf_tgt.get("xcode_create_dependents_test_runner", 0)): + tgt_name = bf_tgt["target_name"] + toolset = bf_tgt["toolset"] + qualified_target = gyp.common.QualifiedTarget( + self.gyp_path, tgt_name, toolset + ) + xcode_target = xcode_targets[qualified_target] + if isinstance(xcode_target, gyp.xcodeproj_file.PBXAggregateTarget): + # Collect all the run test targets. + all_run_tests = [] + pbxtds = xcode_target.GetProperty("dependencies") + for pbxtd in pbxtds: + pbxcip = pbxtd.GetProperty("targetProxy") + dependency_xct = pbxcip.GetProperty("remoteGlobalIDString") + if hasattr(dependency_xct, "test_runner"): + all_run_tests.append(dependency_xct.test_runner) + + # Directly depend on all the runners as they depend on the target + # that builds them. + if len(all_run_tests) > 0: + run_all_target = gyp.xcodeproj_file.PBXAggregateTarget( + { + "name": "Run %s Tests" % tgt_name, + "productName": tgt_name, + }, + parent=self.project, + ) + for run_test_target in all_run_tests: + run_all_target.AddDependency(run_test_target) + + # Insert the test runner after the related target. + idx = self.project._properties["targets"].index(xcode_target) + self.project._properties["targets"].insert( + idx + 1, run_all_target + ) + + # Update all references to other projects, to make sure that the lists of + # remote products are complete. Otherwise, Xcode will fill them in when + # it opens the project file, which will result in unnecessary diffs. + # TODO(mark): This is evil because it relies on internal knowledge of + # PBXProject._other_pbxprojects. + for other_pbxproject in self.project._other_pbxprojects: + self.project.AddOrGetProjectReference(other_pbxproject) + + self.project.SortRemoteProductReferences() + + # Give everything an ID. + self.project_file.ComputeIDs() + + # Make sure that no two objects in the project file have the same ID. If + # multiple objects wind up with the same ID, upon loading the file, Xcode + # will only recognize one object (the last one in the file?) and the + # results are unpredictable. + self.project_file.EnsureNoIDCollisions() + + def Write(self): + # Write the project file to a temporary location first. Xcode watches for + # changes to the project file and presents a UI sheet offering to reload + # the project when it does change. However, in some cases, especially when + # multiple projects are open or when Xcode is busy, things don't work so + # seamlessly. Sometimes, Xcode is able to detect that a project file has + # changed but can't unload it because something else is referencing it. + # To mitigate this problem, and to avoid even having Xcode present the UI + # sheet when an open project is rewritten for inconsequential changes, the + # project file is written to a temporary file in the xcodeproj directory + # first. The new temporary file is then compared to the existing project + # file, if any. If they differ, the new file replaces the old; otherwise, + # the new project file is simply deleted. Xcode properly detects a file + # being renamed over an open project file as a change and so it remains + # able to present the "project file changed" sheet under this system. + # Writing to a temporary file first also avoids the possible problem of + # Xcode rereading an incomplete project file. + (output_fd, new_pbxproj_path) = tempfile.mkstemp( + suffix=".tmp", prefix="project.pbxproj.gyp.", dir=self.path + ) + + try: + output_file = os.fdopen(output_fd, "w") + + self.project_file.Print(output_file) + output_file.close() + + pbxproj_path = os.path.join(self.path, "project.pbxproj") + + same = False + try: + same = filecmp.cmp(pbxproj_path, new_pbxproj_path, False) + except OSError as e: + if e.errno != errno.ENOENT: + raise + + if same: + # The new file is identical to the old one, just get rid of the new + # one. + os.unlink(new_pbxproj_path) + else: + # The new file is different from the old one, or there is no old one. + # Rename the new file to the permanent name. + # + # tempfile.mkstemp uses an overly restrictive mode, resulting in a + # file that can only be read by the owner, regardless of the umask. + # There's no reason to not respect the umask here, which means that + # an extra hoop is required to fetch it and reset the new file's mode. + # + # No way to get the umask without setting a new one? Set a safe one + # and then set it back to the old value. + umask = os.umask(0o77) + os.umask(umask) + + os.chmod(new_pbxproj_path, 0o666 & ~umask) + os.rename(new_pbxproj_path, pbxproj_path) + + except Exception: + # Don't leave turds behind. In fact, if this code was responsible for + # creating the xcodeproj directory, get rid of that too. + os.unlink(new_pbxproj_path) + if self.created_dir: + shutil.rmtree(self.path, True) + raise + + +def AddSourceToTarget(source, type, pbxp, xct): + # TODO(mark): Perhaps source_extensions and library_extensions can be made a + # little bit fancier. + source_extensions = ["c", "cc", "cpp", "cxx", "m", "mm", "s", "swift"] + + # .o is conceptually more of a "source" than a "library," but Xcode thinks + # of "sources" as things to compile and "libraries" (or "frameworks") as + # things to link with. Adding an object file to an Xcode target's frameworks + # phase works properly. + library_extensions = ["a", "dylib", "framework", "o"] + + basename = posixpath.basename(source) + (root, ext) = posixpath.splitext(basename) + if ext: + ext = ext[1:].lower() + + if ext in source_extensions and type != "none": + xct.SourcesPhase().AddFile(source) + elif ext in library_extensions and type != "none": + xct.FrameworksPhase().AddFile(source) + else: + # Files that aren't added to a sources or frameworks build phase can still + # go into the project file, just not as part of a build phase. + pbxp.AddOrGetFileInRootGroup(source) + + +def AddResourceToTarget(resource, pbxp, xct): + # TODO(mark): Combine with AddSourceToTarget above? Or just inline this call + # where it's used. + xct.ResourcesPhase().AddFile(resource) + + +def AddHeaderToTarget(header, pbxp, xct, is_public): + # TODO(mark): Combine with AddSourceToTarget above? Or just inline this call + # where it's used. + settings = "{ATTRIBUTES = (%s, ); }" % ("Private", "Public")[is_public] + xct.HeadersPhase().AddFile(header, settings) + + +_xcode_variable_re = re.compile(r"(\$\((.*?)\))") + + +def ExpandXcodeVariables(string, expansions): + """Expands Xcode-style $(VARIABLES) in string per the expansions dict. + + In some rare cases, it is appropriate to expand Xcode variables when a + project file is generated. For any substring $(VAR) in string, if VAR is a + key in the expansions dict, $(VAR) will be replaced with expansions[VAR]. + Any $(VAR) substring in string for which VAR is not a key in the expansions + dict will remain in the returned string. + """ + + matches = _xcode_variable_re.findall(string) + if matches is None: + return string + + matches.reverse() + for match in matches: + (to_replace, variable) = match + if variable not in expansions: + continue + + replacement = expansions[variable] + string = re.sub(re.escape(to_replace), replacement, string) + + return string + + +_xcode_define_re = re.compile(r"([\\\"\' ])") + + +def EscapeXcodeDefine(s): + """We must escape the defines that we give to XCode so that it knows not to + split on spaces and to respect backslash and quote literals. However, we + must not quote the define, or Xcode will incorrectly interpret variables + especially $(inherited).""" + return re.sub(_xcode_define_re, r"\\\1", s) + + +def PerformBuild(data, configurations, params): + options = params["options"] + + for build_file, build_file_dict in data.items(): + (build_file_root, build_file_ext) = os.path.splitext(build_file) + if build_file_ext != ".gyp": + continue + xcodeproj_path = build_file_root + options.suffix + ".xcodeproj" + if options.generator_output: + xcodeproj_path = os.path.join(options.generator_output, xcodeproj_path) + + for config in configurations: + arguments = ["xcodebuild", "-project", xcodeproj_path] + arguments += ["-configuration", config] + print(f"Building [{config}]: {arguments}") + subprocess.check_call(arguments) + + +def CalculateGeneratorInputInfo(params): + toplevel = params["options"].toplevel_dir + if params.get("flavor") == "ninja": + generator_dir = os.path.relpath(params["options"].generator_output or ".") + output_dir = params.get("generator_flags", {}).get("output_dir", "out") + output_dir = os.path.normpath(os.path.join(generator_dir, output_dir)) + qualified_out_dir = os.path.normpath( + os.path.join(toplevel, output_dir, "gypfiles-xcode-ninja") + ) + else: + output_dir = os.path.normpath(os.path.join(toplevel, "xcodebuild")) + qualified_out_dir = os.path.normpath( + os.path.join(toplevel, output_dir, "gypfiles") + ) + + global generator_filelist_paths + generator_filelist_paths = { + "toplevel": toplevel, + "qualified_out_dir": qualified_out_dir, + } + + +def GenerateOutput(target_list, target_dicts, data, params): + # Optionally configure each spec to use ninja as the external builder. + ninja_wrapper = params.get("flavor") == "ninja" + if ninja_wrapper: + (target_list, target_dicts, data) = gyp.xcode_ninja.CreateWrapper( + target_list, target_dicts, data, params + ) + + options = params["options"] + generator_flags = params.get("generator_flags", {}) + parallel_builds = generator_flags.get("xcode_parallel_builds", True) + serialize_all_tests = generator_flags.get("xcode_serialize_all_test_runs", True) + upgrade_check_project_version = generator_flags.get( + "xcode_upgrade_check_project_version", None + ) + + # Format upgrade_check_project_version with leading zeros as needed. + if upgrade_check_project_version: + upgrade_check_project_version = str(upgrade_check_project_version) + while len(upgrade_check_project_version) < 4: + upgrade_check_project_version = "0" + upgrade_check_project_version + + skip_excluded_files = not generator_flags.get("xcode_list_excluded_files", True) + xcode_projects = {} + for build_file, build_file_dict in data.items(): + (build_file_root, build_file_ext) = os.path.splitext(build_file) + if build_file_ext != ".gyp": + continue + xcodeproj_path = build_file_root + options.suffix + ".xcodeproj" + if options.generator_output: + xcodeproj_path = os.path.join(options.generator_output, xcodeproj_path) + xcp = XcodeProject(build_file, xcodeproj_path, build_file_dict) + xcode_projects[build_file] = xcp + pbxp = xcp.project + + # Set project-level attributes from multiple options + project_attributes = {} + if parallel_builds: + project_attributes["BuildIndependentTargetsInParallel"] = "YES" + if upgrade_check_project_version: + project_attributes["LastUpgradeCheck"] = upgrade_check_project_version + project_attributes[ + "LastTestingUpgradeCheck" + ] = upgrade_check_project_version + project_attributes["LastSwiftUpdateCheck"] = upgrade_check_project_version + pbxp.SetProperty("attributes", project_attributes) + + # Add gyp/gypi files to project + if not generator_flags.get("standalone"): + main_group = pbxp.GetProperty("mainGroup") + build_group = gyp.xcodeproj_file.PBXGroup({"name": "Build"}) + main_group.AppendChild(build_group) + for included_file in build_file_dict["included_files"]: + build_group.AddOrGetFileByPath(included_file, False) + + xcode_targets = {} + xcode_target_to_target_dict = {} + for qualified_target in target_list: + [build_file, target_name, toolset] = gyp.common.ParseQualifiedTarget( + qualified_target + ) + + spec = target_dicts[qualified_target] + if spec["toolset"] != "target": + raise Exception( + "Multiple toolsets not supported in xcode build (target %s)" + % qualified_target + ) + configuration_names = [spec["default_configuration"]] + for configuration_name in sorted(spec["configurations"].keys()): + if configuration_name not in configuration_names: + configuration_names.append(configuration_name) + xcp = xcode_projects[build_file] + pbxp = xcp.project + + # Set up the configurations for the target according to the list of names + # supplied. + xccl = CreateXCConfigurationList(configuration_names) + + # Create an XCTarget subclass object for the target. The type with + # "+bundle" appended will be used if the target has "mac_bundle" set. + # loadable_modules not in a mac_bundle are mapped to + # com.googlecode.gyp.xcode.bundle, a pseudo-type that xcode.py interprets + # to create a single-file mh_bundle. + _types = { + "executable": "com.apple.product-type.tool", + "loadable_module": "com.googlecode.gyp.xcode.bundle", + "shared_library": "com.apple.product-type.library.dynamic", + "static_library": "com.apple.product-type.library.static", + "mac_kernel_extension": "com.apple.product-type.kernel-extension", + "executable+bundle": "com.apple.product-type.application", + "loadable_module+bundle": "com.apple.product-type.bundle", + "loadable_module+xctest": "com.apple.product-type.bundle.unit-test", + "loadable_module+xcuitest": "com.apple.product-type.bundle.ui-testing", + "shared_library+bundle": "com.apple.product-type.framework", + "executable+extension+bundle": "com.apple.product-type.app-extension", + "executable+watch+extension+bundle": + "com.apple.product-type.watchkit-extension", + "executable+watch+bundle": "com.apple.product-type.application.watchapp", + "mac_kernel_extension+bundle": "com.apple.product-type.kernel-extension", + } + + target_properties = { + "buildConfigurationList": xccl, + "name": target_name, + } + + type = spec["type"] + is_xctest = int(spec.get("mac_xctest_bundle", 0)) + is_xcuitest = int(spec.get("mac_xcuitest_bundle", 0)) + is_bundle = int(spec.get("mac_bundle", 0)) or is_xctest + is_app_extension = int(spec.get("ios_app_extension", 0)) + is_watchkit_extension = int(spec.get("ios_watchkit_extension", 0)) + is_watch_app = int(spec.get("ios_watch_app", 0)) + if type != "none": + type_bundle_key = type + if is_xcuitest: + type_bundle_key += "+xcuitest" + assert type == "loadable_module", ( + "mac_xcuitest_bundle targets must have type loadable_module " + "(target %s)" % target_name + ) + elif is_xctest: + type_bundle_key += "+xctest" + assert type == "loadable_module", ( + "mac_xctest_bundle targets must have type loadable_module " + "(target %s)" % target_name + ) + elif is_app_extension: + assert is_bundle, ( + "ios_app_extension flag requires mac_bundle " + "(target %s)" % target_name + ) + type_bundle_key += "+extension+bundle" + elif is_watchkit_extension: + assert is_bundle, ( + "ios_watchkit_extension flag requires mac_bundle " + "(target %s)" % target_name + ) + type_bundle_key += "+watch+extension+bundle" + elif is_watch_app: + assert is_bundle, ( + "ios_watch_app flag requires mac_bundle " + "(target %s)" % target_name + ) + type_bundle_key += "+watch+bundle" + elif is_bundle: + type_bundle_key += "+bundle" + + xctarget_type = gyp.xcodeproj_file.PBXNativeTarget + try: + target_properties["productType"] = _types[type_bundle_key] + except KeyError as e: + gyp.common.ExceptionAppend( + e, + "-- unknown product type while " "writing target %s" % target_name, + ) + raise + else: + xctarget_type = gyp.xcodeproj_file.PBXAggregateTarget + assert not is_bundle, ( + 'mac_bundle targets cannot have type none (target "%s")' % target_name + ) + assert not is_xcuitest, ( + 'mac_xcuitest_bundle targets cannot have type none (target "%s")' + % target_name + ) + assert not is_xctest, ( + 'mac_xctest_bundle targets cannot have type none (target "%s")' + % target_name + ) + + target_product_name = spec.get("product_name") + if target_product_name is not None: + target_properties["productName"] = target_product_name + + xct = xctarget_type( + target_properties, + parent=pbxp, + force_outdir=spec.get("product_dir"), + force_prefix=spec.get("product_prefix"), + force_extension=spec.get("product_extension"), + ) + pbxp.AppendProperty("targets", xct) + xcode_targets[qualified_target] = xct + xcode_target_to_target_dict[xct] = spec + + spec_actions = spec.get("actions", []) + spec_rules = spec.get("rules", []) + + # Xcode has some "issues" with checking dependencies for the "Compile + # sources" step with any source files/headers generated by actions/rules. + # To work around this, if a target is building anything directly (not + # type "none"), then a second target is used to run the GYP actions/rules + # and is made a dependency of this target. This way the work is done + # before the dependency checks for what should be recompiled. + support_xct = None + # The Xcode "issues" don't affect xcode-ninja builds, since the dependency + # logic all happens in ninja. Don't bother creating the extra targets in + # that case. + if type != "none" and (spec_actions or spec_rules) and not ninja_wrapper: + support_xccl = CreateXCConfigurationList(configuration_names) + support_target_suffix = generator_flags.get( + "support_target_suffix", " Support" + ) + support_target_properties = { + "buildConfigurationList": support_xccl, + "name": target_name + support_target_suffix, + } + if target_product_name: + support_target_properties["productName"] = ( + target_product_name + " Support" + ) + support_xct = gyp.xcodeproj_file.PBXAggregateTarget( + support_target_properties, parent=pbxp + ) + pbxp.AppendProperty("targets", support_xct) + xct.AddDependency(support_xct) + # Hang the support target off the main target so it can be tested/found + # by the generator during Finalize. + xct.support_target = support_xct + + prebuild_index = 0 + + # Add custom shell script phases for "actions" sections. + for action in spec_actions: + # There's no need to write anything into the script to ensure that the + # output directories already exist, because Xcode will look at the + # declared outputs and automatically ensure that they exist for us. + + # Do we have a message to print when this action runs? + message = action.get("message") + if message: + message = "echo note: " + gyp.common.EncodePOSIXShellArgument(message) + else: + message = "" + + # Turn the list into a string that can be passed to a shell. + action_string = gyp.common.EncodePOSIXShellList(action["action"]) + + # Convert Xcode-type variable references to sh-compatible environment + # variable references. + message_sh = gyp.xcodeproj_file.ConvertVariablesToShellSyntax(message) + action_string_sh = gyp.xcodeproj_file.ConvertVariablesToShellSyntax( + action_string + ) + + script = "" + # Include the optional message + if message_sh: + script += message_sh + "\n" + # Be sure the script runs in exec, and that if exec fails, the script + # exits signalling an error. + script += "exec " + action_string_sh + "\nexit 1\n" + ssbp = gyp.xcodeproj_file.PBXShellScriptBuildPhase( + { + "inputPaths": action["inputs"], + "name": 'Action "' + action["action_name"] + '"', + "outputPaths": action["outputs"], + "shellScript": script, + "showEnvVarsInLog": 0, + } + ) + + if support_xct: + support_xct.AppendProperty("buildPhases", ssbp) + else: + # TODO(mark): this assumes too much knowledge of the internals of + # xcodeproj_file; some of these smarts should move into xcodeproj_file + # itself. + xct._properties["buildPhases"].insert(prebuild_index, ssbp) + prebuild_index = prebuild_index + 1 + + # TODO(mark): Should verify that at most one of these is specified. + if int(action.get("process_outputs_as_sources", False)): + for output in action["outputs"]: + AddSourceToTarget(output, type, pbxp, xct) + + if int(action.get("process_outputs_as_mac_bundle_resources", False)): + for output in action["outputs"]: + AddResourceToTarget(output, pbxp, xct) + + # tgt_mac_bundle_resources holds the list of bundle resources so + # the rule processing can check against it. + if is_bundle: + tgt_mac_bundle_resources = spec.get("mac_bundle_resources", []) + else: + tgt_mac_bundle_resources = [] + + # Add custom shell script phases driving "make" for "rules" sections. + # + # Xcode's built-in rule support is almost powerful enough to use directly, + # but there are a few significant deficiencies that render them unusable. + # There are workarounds for some of its inadequacies, but in aggregate, + # the workarounds added complexity to the generator, and some workarounds + # actually require input files to be crafted more carefully than I'd like. + # Consequently, until Xcode rules are made more capable, "rules" input + # sections will be handled in Xcode output by shell script build phases + # performed prior to the compilation phase. + # + # The following problems with Xcode rules were found. The numbers are + # Apple radar IDs. I hope that these shortcomings are addressed, I really + # liked having the rules handled directly in Xcode during the period that + # I was prototyping this. + # + # 6588600 Xcode compiles custom script rule outputs too soon, compilation + # fails. This occurs when rule outputs from distinct inputs are + # interdependent. The only workaround is to put rules and their + # inputs in a separate target from the one that compiles the rule + # outputs. This requires input file cooperation and it means that + # process_outputs_as_sources is unusable. + # 6584932 Need to declare that custom rule outputs should be excluded from + # compilation. A possible workaround is to lie to Xcode about a + # rule's output, giving it a dummy file it doesn't know how to + # compile. The rule action script would need to touch the dummy. + # 6584839 I need a way to declare additional inputs to a custom rule. + # A possible workaround is a shell script phase prior to + # compilation that touches a rule's primary input files if any + # would-be additional inputs are newer than the output. Modifying + # the source tree - even just modification times - feels dirty. + # 6564240 Xcode "custom script" build rules always dump all environment + # variables. This is a low-priority problem and is not a + # show-stopper. + rules_by_ext = {} + for rule in spec_rules: + rules_by_ext[rule["extension"]] = rule + + # First, some definitions: + # + # A "rule source" is a file that was listed in a target's "sources" + # list and will have a rule applied to it on the basis of matching the + # rule's "extensions" attribute. Rule sources are direct inputs to + # rules. + # + # Rule definitions may specify additional inputs in their "inputs" + # attribute. These additional inputs are used for dependency tracking + # purposes. + # + # A "concrete output" is a rule output with input-dependent variables + # resolved. For example, given a rule with: + # 'extension': 'ext', 'outputs': ['$(INPUT_FILE_BASE).cc'], + # if the target's "sources" list contained "one.ext" and "two.ext", + # the "concrete output" for rule input "two.ext" would be "two.cc". If + # a rule specifies multiple outputs, each input file that the rule is + # applied to will have the same number of concrete outputs. + # + # If any concrete outputs are outdated or missing relative to their + # corresponding rule_source or to any specified additional input, the + # rule action must be performed to generate the concrete outputs. + + # concrete_outputs_by_rule_source will have an item at the same index + # as the rule['rule_sources'] that it corresponds to. Each item is a + # list of all of the concrete outputs for the rule_source. + concrete_outputs_by_rule_source = [] + + # concrete_outputs_all is a flat list of all concrete outputs that this + # rule is able to produce, given the known set of input files + # (rule_sources) that apply to it. + concrete_outputs_all = [] + + # messages & actions are keyed by the same indices as rule['rule_sources'] + # and concrete_outputs_by_rule_source. They contain the message and + # action to perform after resolving input-dependent variables. The + # message is optional, in which case None is stored for each rule source. + messages = [] + actions = [] + + for rule_source in rule.get("rule_sources", []): + rule_source_dirname, rule_source_basename = posixpath.split(rule_source) + (rule_source_root, rule_source_ext) = posixpath.splitext( + rule_source_basename + ) + + # These are the same variable names that Xcode uses for its own native + # rule support. Because Xcode's rule engine is not being used, they + # need to be expanded as they are written to the makefile. + rule_input_dict = { + "INPUT_FILE_BASE": rule_source_root, + "INPUT_FILE_SUFFIX": rule_source_ext, + "INPUT_FILE_NAME": rule_source_basename, + "INPUT_FILE_PATH": rule_source, + "INPUT_FILE_DIRNAME": rule_source_dirname, + } + + concrete_outputs_for_this_rule_source = [] + for output in rule.get("outputs", []): + # Fortunately, Xcode and make both use $(VAR) format for their + # variables, so the expansion is the only transformation necessary. + # Any remaining $(VAR)-type variables in the string can be given + # directly to make, which will pick up the correct settings from + # what Xcode puts into the environment. + concrete_output = ExpandXcodeVariables(output, rule_input_dict) + concrete_outputs_for_this_rule_source.append(concrete_output) + + # Add all concrete outputs to the project. + pbxp.AddOrGetFileInRootGroup(concrete_output) + + concrete_outputs_by_rule_source.append( + concrete_outputs_for_this_rule_source + ) + concrete_outputs_all.extend(concrete_outputs_for_this_rule_source) + + # TODO(mark): Should verify that at most one of these is specified. + if int(rule.get("process_outputs_as_sources", False)): + for output in concrete_outputs_for_this_rule_source: + AddSourceToTarget(output, type, pbxp, xct) + + # If the file came from the mac_bundle_resources list or if the rule + # is marked to process outputs as bundle resource, do so. + was_mac_bundle_resource = rule_source in tgt_mac_bundle_resources + if was_mac_bundle_resource or int( + rule.get("process_outputs_as_mac_bundle_resources", False) + ): + for output in concrete_outputs_for_this_rule_source: + AddResourceToTarget(output, pbxp, xct) + + # Do we have a message to print when this rule runs? + message = rule.get("message") + if message: + message = gyp.common.EncodePOSIXShellArgument(message) + message = ExpandXcodeVariables(message, rule_input_dict) + messages.append(message) + + # Turn the list into a string that can be passed to a shell. + action_string = gyp.common.EncodePOSIXShellList(rule["action"]) + + action = ExpandXcodeVariables(action_string, rule_input_dict) + actions.append(action) + + if len(concrete_outputs_all) > 0: + # TODO(mark): There's a possibility for collision here. Consider + # target "t" rule "A_r" and target "t_A" rule "r". + makefile_name = "%s.make" % re.sub( + "[^a-zA-Z0-9_]", "_", "{}_{}".format(target_name, rule["rule_name"]) + ) + makefile_path = os.path.join( + xcode_projects[build_file].path, makefile_name + ) + # TODO(mark): try/close? Write to a temporary file and swap it only + # if it's got changes? + makefile = open(makefile_path, "w") + + # make will build the first target in the makefile by default. By + # convention, it's called "all". List all (or at least one) + # concrete output for each rule source as a prerequisite of the "all" + # target. + makefile.write("all: \\\n") + for concrete_output_index, concrete_output_by_rule_source in enumerate( + concrete_outputs_by_rule_source + ): + # Only list the first (index [0]) concrete output of each input + # in the "all" target. Otherwise, a parallel make (-j > 1) would + # attempt to process each input multiple times simultaneously. + # Otherwise, "all" could just contain the entire list of + # concrete_outputs_all. + concrete_output = concrete_output_by_rule_source[0] + if ( + concrete_output_index + == len(concrete_outputs_by_rule_source) - 1 + ): + eol = "" + else: + eol = " \\" + makefile.write(f" {concrete_output}{eol}\n") + + for (rule_source, concrete_outputs, message, action) in zip( + rule["rule_sources"], + concrete_outputs_by_rule_source, + messages, + actions, + ): + makefile.write("\n") + + # Add a rule that declares it can build each concrete output of a + # rule source. Collect the names of the directories that are + # required. + concrete_output_dirs = [] + for concrete_output_index, concrete_output in enumerate( + concrete_outputs + ): + bol = "" if concrete_output_index == 0 else " " + makefile.write(f"{bol}{concrete_output} \\\n") + + concrete_output_dir = posixpath.dirname(concrete_output) + if ( + concrete_output_dir + and concrete_output_dir not in concrete_output_dirs + ): + concrete_output_dirs.append(concrete_output_dir) + + makefile.write(" : \\\n") + + # The prerequisites for this rule are the rule source itself and + # the set of additional rule inputs, if any. + prerequisites = [rule_source] + prerequisites.extend(rule.get("inputs", [])) + for prerequisite_index, prerequisite in enumerate(prerequisites): + if prerequisite_index == len(prerequisites) - 1: + eol = "" + else: + eol = " \\" + makefile.write(f" {prerequisite}{eol}\n") + + # Make sure that output directories exist before executing the rule + # action. + if len(concrete_output_dirs) > 0: + makefile.write( + '\t@mkdir -p "%s"\n' % '" "'.join(concrete_output_dirs) + ) + + # The rule message and action have already had + # the necessary variable substitutions performed. + if message: + # Mark it with note: so Xcode picks it up in build output. + makefile.write("\t@echo note: %s\n" % message) + makefile.write("\t%s\n" % action) + + makefile.close() + + # It might be nice to ensure that needed output directories exist + # here rather than in each target in the Makefile, but that wouldn't + # work if there ever was a concrete output that had an input-dependent + # variable anywhere other than in the leaf position. + + # Don't declare any inputPaths or outputPaths. If they're present, + # Xcode will provide a slight optimization by only running the script + # phase if any output is missing or outdated relative to any input. + # Unfortunately, it will also assume that all outputs are touched by + # the script, and if the outputs serve as files in a compilation + # phase, they will be unconditionally rebuilt. Since make might not + # rebuild everything that could be declared here as an output, this + # extra compilation activity is unnecessary. With inputPaths and + # outputPaths not supplied, make will always be called, but it knows + # enough to not do anything when everything is up-to-date. + + # To help speed things up, pass -j COUNT to make so it does some work + # in parallel. Don't use ncpus because Xcode will build ncpus targets + # in parallel and if each target happens to have a rules step, there + # would be ncpus^2 things going. With a machine that has 2 quad-core + # Xeons, a build can quickly run out of processes based on + # scheduling/other tasks, and randomly failing builds are no good. + script = ( + """JOB_COUNT="$(/usr/sbin/sysctl -n hw.ncpu)" +if [ "${JOB_COUNT}" -gt 4 ]; then + JOB_COUNT=4 +fi +exec xcrun make -f "${PROJECT_FILE_PATH}/%s" -j "${JOB_COUNT}" +exit 1 +""" + % makefile_name + ) + ssbp = gyp.xcodeproj_file.PBXShellScriptBuildPhase( + { + "name": 'Rule "' + rule["rule_name"] + '"', + "shellScript": script, + "showEnvVarsInLog": 0, + } + ) + + if support_xct: + support_xct.AppendProperty("buildPhases", ssbp) + else: + # TODO(mark): this assumes too much knowledge of the internals of + # xcodeproj_file; some of these smarts should move + # into xcodeproj_file itself. + xct._properties["buildPhases"].insert(prebuild_index, ssbp) + prebuild_index = prebuild_index + 1 + + # Extra rule inputs also go into the project file. Concrete outputs were + # already added when they were computed. + groups = ["inputs", "inputs_excluded"] + if skip_excluded_files: + groups = [x for x in groups if not x.endswith("_excluded")] + for group in groups: + for item in rule.get(group, []): + pbxp.AddOrGetFileInRootGroup(item) + + # Add "sources". + for source in spec.get("sources", []): + (source_root, source_extension) = posixpath.splitext(source) + if source_extension[1:] not in rules_by_ext: + # AddSourceToTarget will add the file to a root group if it's not + # already there. + AddSourceToTarget(source, type, pbxp, xct) + else: + pbxp.AddOrGetFileInRootGroup(source) + + # Add "mac_bundle_resources" and "mac_framework_private_headers" if + # it's a bundle of any type. + if is_bundle: + for resource in tgt_mac_bundle_resources: + (resource_root, resource_extension) = posixpath.splitext(resource) + if resource_extension[1:] not in rules_by_ext: + AddResourceToTarget(resource, pbxp, xct) + else: + pbxp.AddOrGetFileInRootGroup(resource) + + for header in spec.get("mac_framework_private_headers", []): + AddHeaderToTarget(header, pbxp, xct, False) + + # Add "mac_framework_headers". These can be valid for both frameworks + # and static libraries. + if is_bundle or type == "static_library": + for header in spec.get("mac_framework_headers", []): + AddHeaderToTarget(header, pbxp, xct, True) + + # Add "copies". + pbxcp_dict = {} + for copy_group in spec.get("copies", []): + dest = copy_group["destination"] + if dest[0] not in ("/", "$"): + # Relative paths are relative to $(SRCROOT). + dest = "$(SRCROOT)/" + dest + + code_sign = int(copy_group.get("xcode_code_sign", 0)) + settings = (None, "{ATTRIBUTES = (CodeSignOnCopy, ); }")[code_sign] + + # Coalesce multiple "copies" sections in the same target with the same + # "destination" property into the same PBXCopyFilesBuildPhase, otherwise + # they'll wind up with ID collisions. + pbxcp = pbxcp_dict.get(dest, None) + if pbxcp is None: + pbxcp = gyp.xcodeproj_file.PBXCopyFilesBuildPhase( + {"name": "Copy to " + copy_group["destination"]}, parent=xct + ) + pbxcp.SetDestination(dest) + + # TODO(mark): The usual comment about this knowing too much about + # gyp.xcodeproj_file internals applies. + xct._properties["buildPhases"].insert(prebuild_index, pbxcp) + + pbxcp_dict[dest] = pbxcp + + for file in copy_group["files"]: + pbxcp.AddFile(file, settings) + + # Excluded files can also go into the project file. + if not skip_excluded_files: + for key in [ + "sources", + "mac_bundle_resources", + "mac_framework_headers", + "mac_framework_private_headers", + ]: + excluded_key = key + "_excluded" + for item in spec.get(excluded_key, []): + pbxp.AddOrGetFileInRootGroup(item) + + # So can "inputs" and "outputs" sections of "actions" groups. + groups = ["inputs", "inputs_excluded", "outputs", "outputs_excluded"] + if skip_excluded_files: + groups = [x for x in groups if not x.endswith("_excluded")] + for action in spec.get("actions", []): + for group in groups: + for item in action.get(group, []): + # Exclude anything in BUILT_PRODUCTS_DIR. They're products, not + # sources. + if not item.startswith("$(BUILT_PRODUCTS_DIR)/"): + pbxp.AddOrGetFileInRootGroup(item) + + for postbuild in spec.get("postbuilds", []): + action_string_sh = gyp.common.EncodePOSIXShellList(postbuild["action"]) + script = "exec " + action_string_sh + "\nexit 1\n" + + # Make the postbuild step depend on the output of ld or ar from this + # target. Apparently putting the script step after the link step isn't + # sufficient to ensure proper ordering in all cases. With an input + # declared but no outputs, the script step should run every time, as + # desired. + ssbp = gyp.xcodeproj_file.PBXShellScriptBuildPhase( + { + "inputPaths": ["$(BUILT_PRODUCTS_DIR)/$(EXECUTABLE_PATH)"], + "name": 'Postbuild "' + postbuild["postbuild_name"] + '"', + "shellScript": script, + "showEnvVarsInLog": 0, + } + ) + xct.AppendProperty("buildPhases", ssbp) + + # Add dependencies before libraries, because adding a dependency may imply + # adding a library. It's preferable to keep dependencies listed first + # during a link phase so that they can override symbols that would + # otherwise be provided by libraries, which will usually include system + # libraries. On some systems, ld is finicky and even requires the + # libraries to be ordered in such a way that unresolved symbols in + # earlier-listed libraries may only be resolved by later-listed libraries. + # The Mac linker doesn't work that way, but other platforms do, and so + # their linker invocations need to be constructed in this way. There's + # no compelling reason for Xcode's linker invocations to differ. + + if "dependencies" in spec: + for dependency in spec["dependencies"]: + xct.AddDependency(xcode_targets[dependency]) + # The support project also gets the dependencies (in case they are + # needed for the actions/rules to work). + if support_xct: + support_xct.AddDependency(xcode_targets[dependency]) + + if "libraries" in spec: + for library in spec["libraries"]: + xct.FrameworksPhase().AddFile(library) + # Add the library's directory to LIBRARY_SEARCH_PATHS if necessary. + # I wish Xcode handled this automatically. + library_dir = posixpath.dirname(library) + if library_dir not in xcode_standard_library_dirs and ( + not xct.HasBuildSetting(_library_search_paths_var) + or library_dir not in xct.GetBuildSetting(_library_search_paths_var) + ): + xct.AppendBuildSetting(_library_search_paths_var, library_dir) + + for configuration_name in configuration_names: + configuration = spec["configurations"][configuration_name] + xcbc = xct.ConfigurationNamed(configuration_name) + for include_dir in configuration.get("mac_framework_dirs", []): + xcbc.AppendBuildSetting("FRAMEWORK_SEARCH_PATHS", include_dir) + for include_dir in configuration.get("include_dirs", []): + xcbc.AppendBuildSetting("HEADER_SEARCH_PATHS", include_dir) + for library_dir in configuration.get("library_dirs", []): + if library_dir not in xcode_standard_library_dirs and ( + not xcbc.HasBuildSetting(_library_search_paths_var) + or library_dir + not in xcbc.GetBuildSetting(_library_search_paths_var) + ): + xcbc.AppendBuildSetting(_library_search_paths_var, library_dir) + + if "defines" in configuration: + for define in configuration["defines"]: + set_define = EscapeXcodeDefine(define) + xcbc.AppendBuildSetting("GCC_PREPROCESSOR_DEFINITIONS", set_define) + if "xcode_settings" in configuration: + for xck, xcv in configuration["xcode_settings"].items(): + xcbc.SetBuildSetting(xck, xcv) + if "xcode_config_file" in configuration: + config_ref = pbxp.AddOrGetFileInRootGroup( + configuration["xcode_config_file"] + ) + xcbc.SetBaseConfiguration(config_ref) + + build_files = [] + for build_file, build_file_dict in data.items(): + if build_file.endswith(".gyp"): + build_files.append(build_file) + + for build_file in build_files: + xcode_projects[build_file].Finalize1(xcode_targets, serialize_all_tests) + + for build_file in build_files: + xcode_projects[build_file].Finalize2(xcode_targets, xcode_target_to_target_dict) + + for build_file in build_files: + xcode_projects[build_file].Write() diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py new file mode 100644 index 00000000..49772d1f --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py @@ -0,0 +1,25 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2013 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +""" Unit tests for the xcode.py file. """ + +import gyp.generator.xcode as xcode +import unittest +import sys + + +class TestEscapeXcodeDefine(unittest.TestCase): + if sys.platform == "darwin": + + def test_InheritedRemainsUnescaped(self): + self.assertEqual(xcode.EscapeXcodeDefine("$(inherited)"), "$(inherited)") + + def test_Escaping(self): + self.assertEqual(xcode.EscapeXcodeDefine('a b"c\\'), 'a\\ b\\"c\\\\') + + +if __name__ == "__main__": + unittest.main() diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/input.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/input.py new file mode 100644 index 00000000..5e71fdac --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/input.py @@ -0,0 +1,3113 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + + +import ast + +import gyp.common +import gyp.simple_copy +import multiprocessing +import os.path +import re +import shlex +import signal +import subprocess +import sys +import threading +import traceback +from gyp.common import GypError +from gyp.common import OrderedSet +from packaging.version import Version + +# A list of types that are treated as linkable. +linkable_types = [ + "executable", + "shared_library", + "loadable_module", + "mac_kernel_extension", + "windows_driver", +] + +# A list of sections that contain links to other targets. +dependency_sections = ["dependencies", "export_dependent_settings"] + +# base_path_sections is a list of sections defined by GYP that contain +# pathnames. The generators can provide more keys, the two lists are merged +# into path_sections, but you should call IsPathSection instead of using either +# list directly. +base_path_sections = [ + "destination", + "files", + "include_dirs", + "inputs", + "libraries", + "outputs", + "sources", +] +path_sections = set() + +# These per-process dictionaries are used to cache build file data when loading +# in parallel mode. +per_process_data = {} +per_process_aux_data = {} + + +def IsPathSection(section): + # If section ends in one of the '=+?!' characters, it's applied to a section + # without the trailing characters. '/' is notably absent from this list, + # because there's no way for a regular expression to be treated as a path. + while section and section[-1:] in "=+?!": + section = section[:-1] + + if section in path_sections: + return True + + # Sections matching the regexp '_(dir|file|path)s?$' are also + # considered PathSections. Using manual string matching since that + # is much faster than the regexp and this can be called hundreds of + # thousands of times so micro performance matters. + if "_" in section: + tail = section[-6:] + if tail[-1] == "s": + tail = tail[:-1] + if tail[-5:] in ("_file", "_path"): + return True + return tail[-4:] == "_dir" + + return False + + +# base_non_configuration_keys is a list of key names that belong in the target +# itself and should not be propagated into its configurations. It is merged +# with a list that can come from the generator to +# create non_configuration_keys. +base_non_configuration_keys = [ + # Sections that must exist inside targets and not configurations. + "actions", + "configurations", + "copies", + "default_configuration", + "dependencies", + "dependencies_original", + "libraries", + "postbuilds", + "product_dir", + "product_extension", + "product_name", + "product_prefix", + "rules", + "run_as", + "sources", + "standalone_static_library", + "suppress_wildcard", + "target_name", + "toolset", + "toolsets", + "type", + # Sections that can be found inside targets or configurations, but that + # should not be propagated from targets into their configurations. + "variables", +] +non_configuration_keys = [] + +# Keys that do not belong inside a configuration dictionary. +invalid_configuration_keys = [ + "actions", + "all_dependent_settings", + "configurations", + "dependencies", + "direct_dependent_settings", + "libraries", + "link_settings", + "sources", + "standalone_static_library", + "target_name", + "type", +] + +# Controls whether or not the generator supports multiple toolsets. +multiple_toolsets = False + +# Paths for converting filelist paths to output paths: { +# toplevel, +# qualified_output_dir, +# } +generator_filelist_paths = None + + +def GetIncludedBuildFiles(build_file_path, aux_data, included=None): + """Return a list of all build files included into build_file_path. + + The returned list will contain build_file_path as well as all other files + that it included, either directly or indirectly. Note that the list may + contain files that were included into a conditional section that evaluated + to false and was not merged into build_file_path's dict. + + aux_data is a dict containing a key for each build file or included build + file. Those keys provide access to dicts whose "included" keys contain + lists of all other files included by the build file. + + included should be left at its default None value by external callers. It + is used for recursion. + + The returned list will not contain any duplicate entries. Each build file + in the list will be relative to the current directory. + """ + + if included is None: + included = [] + + if build_file_path in included: + return included + + included.append(build_file_path) + + for included_build_file in aux_data[build_file_path].get("included", []): + GetIncludedBuildFiles(included_build_file, aux_data, included) + + return included + + +def CheckedEval(file_contents): + """Return the eval of a gyp file. + The gyp file is restricted to dictionaries and lists only, and + repeated keys are not allowed. + Note that this is slower than eval() is. + """ + + syntax_tree = ast.parse(file_contents) + assert isinstance(syntax_tree, ast.Module) + c1 = syntax_tree.body + assert len(c1) == 1 + c2 = c1[0] + assert isinstance(c2, ast.Expr) + return CheckNode(c2.value, []) + + +def CheckNode(node, keypath): + if isinstance(node, ast.Dict): + dict = {} + for key, value in zip(node.keys, node.values): + assert isinstance(key, ast.Str) + key = key.s + if key in dict: + raise GypError( + "Key '" + + key + + "' repeated at level " + + repr(len(keypath) + 1) + + " with key path '" + + ".".join(keypath) + + "'" + ) + kp = list(keypath) # Make a copy of the list for descending this node. + kp.append(key) + dict[key] = CheckNode(value, kp) + return dict + elif isinstance(node, ast.List): + children = [] + for index, child in enumerate(node.elts): + kp = list(keypath) # Copy list. + kp.append(repr(index)) + children.append(CheckNode(child, kp)) + return children + elif isinstance(node, ast.Str): + return node.s + else: + raise TypeError( + "Unknown AST node at key path '" + ".".join(keypath) + "': " + repr(node) + ) + + +def LoadOneBuildFile(build_file_path, data, aux_data, includes, is_target, check): + if build_file_path in data: + return data[build_file_path] + + if os.path.exists(build_file_path): + build_file_contents = open(build_file_path, encoding="utf-8").read() + else: + raise GypError(f"{build_file_path} not found (cwd: {os.getcwd()})") + + build_file_data = None + try: + if check: + build_file_data = CheckedEval(build_file_contents) + else: + build_file_data = eval(build_file_contents, {"__builtins__": {}}, None) + except SyntaxError as e: + e.filename = build_file_path + raise + except Exception as e: + gyp.common.ExceptionAppend(e, "while reading " + build_file_path) + raise + + if not isinstance(build_file_data, dict): + raise GypError("%s does not evaluate to a dictionary." % build_file_path) + + data[build_file_path] = build_file_data + aux_data[build_file_path] = {} + + # Scan for includes and merge them in. + if "skip_includes" not in build_file_data or not build_file_data["skip_includes"]: + try: + if is_target: + LoadBuildFileIncludesIntoDict( + build_file_data, build_file_path, data, aux_data, includes, check + ) + else: + LoadBuildFileIncludesIntoDict( + build_file_data, build_file_path, data, aux_data, None, check + ) + except Exception as e: + gyp.common.ExceptionAppend( + e, "while reading includes of " + build_file_path + ) + raise + + return build_file_data + + +def LoadBuildFileIncludesIntoDict( + subdict, subdict_path, data, aux_data, includes, check +): + includes_list = [] + if includes is not None: + includes_list.extend(includes) + if "includes" in subdict: + for include in subdict["includes"]: + # "include" is specified relative to subdict_path, so compute the real + # path to include by appending the provided "include" to the directory + # in which subdict_path resides. + relative_include = os.path.normpath( + os.path.join(os.path.dirname(subdict_path), include) + ) + includes_list.append(relative_include) + # Unhook the includes list, it's no longer needed. + del subdict["includes"] + + # Merge in the included files. + for include in includes_list: + if "included" not in aux_data[subdict_path]: + aux_data[subdict_path]["included"] = [] + aux_data[subdict_path]["included"].append(include) + + gyp.DebugOutput(gyp.DEBUG_INCLUDES, "Loading Included File: '%s'", include) + + MergeDicts( + subdict, + LoadOneBuildFile(include, data, aux_data, None, False, check), + subdict_path, + include, + ) + + # Recurse into subdictionaries. + for k, v in subdict.items(): + if isinstance(v, dict): + LoadBuildFileIncludesIntoDict(v, subdict_path, data, aux_data, None, check) + elif isinstance(v, list): + LoadBuildFileIncludesIntoList(v, subdict_path, data, aux_data, check) + + +# This recurses into lists so that it can look for dicts. +def LoadBuildFileIncludesIntoList(sublist, sublist_path, data, aux_data, check): + for item in sublist: + if isinstance(item, dict): + LoadBuildFileIncludesIntoDict( + item, sublist_path, data, aux_data, None, check + ) + elif isinstance(item, list): + LoadBuildFileIncludesIntoList(item, sublist_path, data, aux_data, check) + + +# Processes toolsets in all the targets. This recurses into condition entries +# since they can contain toolsets as well. +def ProcessToolsetsInDict(data): + if "targets" in data: + target_list = data["targets"] + new_target_list = [] + for target in target_list: + # If this target already has an explicit 'toolset', and no 'toolsets' + # list, don't modify it further. + if "toolset" in target and "toolsets" not in target: + new_target_list.append(target) + continue + if multiple_toolsets: + toolsets = target.get("toolsets", ["target"]) + else: + toolsets = ["target"] + # Make sure this 'toolsets' definition is only processed once. + if "toolsets" in target: + del target["toolsets"] + if len(toolsets) > 0: + # Optimization: only do copies if more than one toolset is specified. + for build in toolsets[1:]: + new_target = gyp.simple_copy.deepcopy(target) + new_target["toolset"] = build + new_target_list.append(new_target) + target["toolset"] = toolsets[0] + new_target_list.append(target) + data["targets"] = new_target_list + if "conditions" in data: + for condition in data["conditions"]: + if isinstance(condition, list): + for condition_dict in condition[1:]: + if isinstance(condition_dict, dict): + ProcessToolsetsInDict(condition_dict) + + +# TODO(mark): I don't love this name. It just means that it's going to load +# a build file that contains targets and is expected to provide a targets dict +# that contains the targets... +def LoadTargetBuildFile( + build_file_path, + data, + aux_data, + variables, + includes, + depth, + check, + load_dependencies, +): + # If depth is set, predefine the DEPTH variable to be a relative path from + # this build file's directory to the directory identified by depth. + if depth: + # TODO(dglazkov) The backslash/forward-slash replacement at the end is a + # temporary measure. This should really be addressed by keeping all paths + # in POSIX until actual project generation. + d = gyp.common.RelativePath(depth, os.path.dirname(build_file_path)) + if d == "": + variables["DEPTH"] = "." + else: + variables["DEPTH"] = d.replace("\\", "/") + + # The 'target_build_files' key is only set when loading target build files in + # the non-parallel code path, where LoadTargetBuildFile is called + # recursively. In the parallel code path, we don't need to check whether the + # |build_file_path| has already been loaded, because the 'scheduled' set in + # ParallelState guarantees that we never load the same |build_file_path| + # twice. + if "target_build_files" in data: + if build_file_path in data["target_build_files"]: + # Already loaded. + return False + data["target_build_files"].add(build_file_path) + + gyp.DebugOutput( + gyp.DEBUG_INCLUDES, "Loading Target Build File '%s'", build_file_path + ) + + build_file_data = LoadOneBuildFile( + build_file_path, data, aux_data, includes, True, check + ) + + # Store DEPTH for later use in generators. + build_file_data["_DEPTH"] = depth + + # Set up the included_files key indicating which .gyp files contributed to + # this target dict. + if "included_files" in build_file_data: + raise GypError(build_file_path + " must not contain included_files key") + + included = GetIncludedBuildFiles(build_file_path, aux_data) + build_file_data["included_files"] = [] + for included_file in included: + # included_file is relative to the current directory, but it needs to + # be made relative to build_file_path's directory. + included_relative = gyp.common.RelativePath( + included_file, os.path.dirname(build_file_path) + ) + build_file_data["included_files"].append(included_relative) + + # Do a first round of toolsets expansion so that conditions can be defined + # per toolset. + ProcessToolsetsInDict(build_file_data) + + # Apply "pre"/"early" variable expansions and condition evaluations. + ProcessVariablesAndConditionsInDict( + build_file_data, PHASE_EARLY, variables, build_file_path + ) + + # Since some toolsets might have been defined conditionally, perform + # a second round of toolsets expansion now. + ProcessToolsetsInDict(build_file_data) + + # Look at each project's target_defaults dict, and merge settings into + # targets. + if "target_defaults" in build_file_data: + if "targets" not in build_file_data: + raise GypError("Unable to find targets in build file %s" % build_file_path) + + index = 0 + while index < len(build_file_data["targets"]): + # This procedure needs to give the impression that target_defaults is + # used as defaults, and the individual targets inherit from that. + # The individual targets need to be merged into the defaults. Make + # a deep copy of the defaults for each target, merge the target dict + # as found in the input file into that copy, and then hook up the + # copy with the target-specific data merged into it as the replacement + # target dict. + old_target_dict = build_file_data["targets"][index] + new_target_dict = gyp.simple_copy.deepcopy( + build_file_data["target_defaults"] + ) + MergeDicts( + new_target_dict, old_target_dict, build_file_path, build_file_path + ) + build_file_data["targets"][index] = new_target_dict + index += 1 + + # No longer needed. + del build_file_data["target_defaults"] + + # Look for dependencies. This means that dependency resolution occurs + # after "pre" conditionals and variable expansion, but before "post" - + # in other words, you can't put a "dependencies" section inside a "post" + # conditional within a target. + + dependencies = [] + if "targets" in build_file_data: + for target_dict in build_file_data["targets"]: + if "dependencies" not in target_dict: + continue + for dependency in target_dict["dependencies"]: + dependencies.append( + gyp.common.ResolveTarget(build_file_path, dependency, None)[0] + ) + + if load_dependencies: + for dependency in dependencies: + try: + LoadTargetBuildFile( + dependency, + data, + aux_data, + variables, + includes, + depth, + check, + load_dependencies, + ) + except Exception as e: + gyp.common.ExceptionAppend( + e, "while loading dependencies of %s" % build_file_path + ) + raise + else: + return (build_file_path, dependencies) + + +def CallLoadTargetBuildFile( + global_flags, + build_file_path, + variables, + includes, + depth, + check, + generator_input_info, +): + """Wrapper around LoadTargetBuildFile for parallel processing. + + This wrapper is used when LoadTargetBuildFile is executed in + a worker process. + """ + + try: + signal.signal(signal.SIGINT, signal.SIG_IGN) + + # Apply globals so that the worker process behaves the same. + for key, value in global_flags.items(): + globals()[key] = value + + SetGeneratorGlobals(generator_input_info) + result = LoadTargetBuildFile( + build_file_path, + per_process_data, + per_process_aux_data, + variables, + includes, + depth, + check, + False, + ) + if not result: + return result + + (build_file_path, dependencies) = result + + # We can safely pop the build_file_data from per_process_data because it + # will never be referenced by this process again, so we don't need to keep + # it in the cache. + build_file_data = per_process_data.pop(build_file_path) + + # This gets serialized and sent back to the main process via a pipe. + # It's handled in LoadTargetBuildFileCallback. + return (build_file_path, build_file_data, dependencies) + except GypError as e: + sys.stderr.write("gyp: %s\n" % e) + return None + except Exception as e: + print("Exception:", e, file=sys.stderr) + print(traceback.format_exc(), file=sys.stderr) + return None + + +class ParallelProcessingError(Exception): + pass + + +class ParallelState: + """Class to keep track of state when processing input files in parallel. + + If build files are loaded in parallel, use this to keep track of + state during farming out and processing parallel jobs. It's stored + in a global so that the callback function can have access to it. + """ + + def __init__(self): + # The multiprocessing pool. + self.pool = None + # The condition variable used to protect this object and notify + # the main loop when there might be more data to process. + self.condition = None + # The "data" dict that was passed to LoadTargetBuildFileParallel + self.data = None + # The number of parallel calls outstanding; decremented when a response + # was received. + self.pending = 0 + # The set of all build files that have been scheduled, so we don't + # schedule the same one twice. + self.scheduled = set() + # A list of dependency build file paths that haven't been scheduled yet. + self.dependencies = [] + # Flag to indicate if there was an error in a child process. + self.error = False + + def LoadTargetBuildFileCallback(self, result): + """Handle the results of running LoadTargetBuildFile in another process. + """ + self.condition.acquire() + if not result: + self.error = True + self.condition.notify() + self.condition.release() + return + (build_file_path0, build_file_data0, dependencies0) = result + self.data[build_file_path0] = build_file_data0 + self.data["target_build_files"].add(build_file_path0) + for new_dependency in dependencies0: + if new_dependency not in self.scheduled: + self.scheduled.add(new_dependency) + self.dependencies.append(new_dependency) + self.pending -= 1 + self.condition.notify() + self.condition.release() + + +def LoadTargetBuildFilesParallel( + build_files, data, variables, includes, depth, check, generator_input_info +): + parallel_state = ParallelState() + parallel_state.condition = threading.Condition() + # Make copies of the build_files argument that we can modify while working. + parallel_state.dependencies = list(build_files) + parallel_state.scheduled = set(build_files) + parallel_state.pending = 0 + parallel_state.data = data + + try: + parallel_state.condition.acquire() + while parallel_state.dependencies or parallel_state.pending: + if parallel_state.error: + break + if not parallel_state.dependencies: + parallel_state.condition.wait() + continue + + dependency = parallel_state.dependencies.pop() + + parallel_state.pending += 1 + global_flags = { + "path_sections": globals()["path_sections"], + "non_configuration_keys": globals()["non_configuration_keys"], + "multiple_toolsets": globals()["multiple_toolsets"], + } + + if not parallel_state.pool: + parallel_state.pool = multiprocessing.Pool(multiprocessing.cpu_count()) + parallel_state.pool.apply_async( + CallLoadTargetBuildFile, + args=( + global_flags, + dependency, + variables, + includes, + depth, + check, + generator_input_info, + ), + callback=parallel_state.LoadTargetBuildFileCallback, + ) + except KeyboardInterrupt as e: + parallel_state.pool.terminate() + raise e + + parallel_state.condition.release() + + parallel_state.pool.close() + parallel_state.pool.join() + parallel_state.pool = None + + if parallel_state.error: + sys.exit(1) + + +# Look for the bracket that matches the first bracket seen in a +# string, and return the start and end as a tuple. For example, if +# the input is something like "<(foo <(bar)) blah", then it would +# return (1, 13), indicating the entire string except for the leading +# "<" and trailing " blah". +LBRACKETS = set("{[(") +BRACKETS = {"}": "{", "]": "[", ")": "("} + + +def FindEnclosingBracketGroup(input_str): + stack = [] + start = -1 + for index, char in enumerate(input_str): + if char in LBRACKETS: + stack.append(char) + if start == -1: + start = index + elif char in BRACKETS: + if not stack: + return (-1, -1) + if stack.pop() != BRACKETS[char]: + return (-1, -1) + if not stack: + return (start, index + 1) + return (-1, -1) + + +def IsStrCanonicalInt(string): + """Returns True if |string| is in its canonical integer form. + + The canonical form is such that str(int(string)) == string. + """ + if isinstance(string, str): + # This function is called a lot so for maximum performance, avoid + # involving regexps which would otherwise make the code much + # shorter. Regexps would need twice the time of this function. + if string: + if string == "0": + return True + if string[0] == "-": + string = string[1:] + if not string: + return False + if "1" <= string[0] <= "9": + return string.isdigit() + + return False + + +# This matches things like "<(asdf)", "(?P<(?:(?:!?@?)|\|)?)" + r"(?P[-a-zA-Z0-9_.]+)?" + r"\((?P\s*\[?)" + r"(?P.*?)(\]?)\))" +) + +# This matches the same as early_variable_re, but with '>' instead of '<'. +late_variable_re = re.compile( + r"(?P(?P>(?:(?:!?@?)|\|)?)" + r"(?P[-a-zA-Z0-9_.]+)?" + r"\((?P\s*\[?)" + r"(?P.*?)(\]?)\))" +) + +# This matches the same as early_variable_re, but with '^' instead of '<'. +latelate_variable_re = re.compile( + r"(?P(?P[\^](?:(?:!?@?)|\|)?)" + r"(?P[-a-zA-Z0-9_.]+)?" + r"\((?P\s*\[?)" + r"(?P.*?)(\]?)\))" +) + +# Global cache of results from running commands so they don't have to be run +# more then once. +cached_command_results = {} + + +def FixupPlatformCommand(cmd): + if sys.platform == "win32": + if isinstance(cmd, list): + cmd = [re.sub("^cat ", "type ", cmd[0])] + cmd[1:] + else: + cmd = re.sub("^cat ", "type ", cmd) + return cmd + + +PHASE_EARLY = 0 +PHASE_LATE = 1 +PHASE_LATELATE = 2 + + +def ExpandVariables(input, phase, variables, build_file): + # Look for the pattern that gets expanded into variables + if phase == PHASE_EARLY: + variable_re = early_variable_re + expansion_symbol = "<" + elif phase == PHASE_LATE: + variable_re = late_variable_re + expansion_symbol = ">" + elif phase == PHASE_LATELATE: + variable_re = latelate_variable_re + expansion_symbol = "^" + else: + assert False + + input_str = str(input) + if IsStrCanonicalInt(input_str): + return int(input_str) + + # Do a quick scan to determine if an expensive regex search is warranted. + if expansion_symbol not in input_str: + return input_str + + # Get the entire list of matches as a list of MatchObject instances. + # (using findall here would return strings instead of MatchObjects). + matches = list(variable_re.finditer(input_str)) + if not matches: + return input_str + + output = input_str + # Reverse the list of matches so that replacements are done right-to-left. + # That ensures that earlier replacements won't mess up the string in a + # way that causes later calls to find the earlier substituted text instead + # of what's intended for replacement. + matches.reverse() + for match_group in matches: + match = match_group.groupdict() + gyp.DebugOutput(gyp.DEBUG_VARIABLES, "Matches: %r", match) + # match['replace'] is the substring to look for, match['type'] + # is the character code for the replacement type (< > ! <| >| <@ + # >@ !@), match['is_array'] contains a '[' for command + # arrays, and match['content'] is the name of the variable (< >) + # or command to run (!). match['command_string'] is an optional + # command string. Currently, only 'pymod_do_main' is supported. + + # run_command is true if a ! variant is used. + run_command = "!" in match["type"] + command_string = match["command_string"] + + # file_list is true if a | variant is used. + file_list = "|" in match["type"] + + # Capture these now so we can adjust them later. + replace_start = match_group.start("replace") + replace_end = match_group.end("replace") + + # Find the ending paren, and re-evaluate the contained string. + (c_start, c_end) = FindEnclosingBracketGroup(input_str[replace_start:]) + + # Adjust the replacement range to match the entire command + # found by FindEnclosingBracketGroup (since the variable_re + # probably doesn't match the entire command if it contained + # nested variables). + replace_end = replace_start + c_end + + # Find the "real" replacement, matching the appropriate closing + # paren, and adjust the replacement start and end. + replacement = input_str[replace_start:replace_end] + + # Figure out what the contents of the variable parens are. + contents_start = replace_start + c_start + 1 + contents_end = replace_end - 1 + contents = input_str[contents_start:contents_end] + + # Do filter substitution now for <|(). + # Admittedly, this is different than the evaluation order in other + # contexts. However, since filtration has no chance to run on <|(), + # this seems like the only obvious way to give them access to filters. + if file_list: + processed_variables = gyp.simple_copy.deepcopy(variables) + ProcessListFiltersInDict(contents, processed_variables) + # Recurse to expand variables in the contents + contents = ExpandVariables(contents, phase, processed_variables, build_file) + else: + # Recurse to expand variables in the contents + contents = ExpandVariables(contents, phase, variables, build_file) + + # Strip off leading/trailing whitespace so that variable matches are + # simpler below (and because they are rarely needed). + contents = contents.strip() + + # expand_to_list is true if an @ variant is used. In that case, + # the expansion should result in a list. Note that the caller + # is to be expecting a list in return, and not all callers do + # because not all are working in list context. Also, for list + # expansions, there can be no other text besides the variable + # expansion in the input string. + expand_to_list = "@" in match["type"] and input_str == replacement + + if run_command or file_list: + # Find the build file's directory, so commands can be run or file lists + # generated relative to it. + build_file_dir = os.path.dirname(build_file) + if build_file_dir == "" and not file_list: + # If build_file is just a leaf filename indicating a file in the + # current directory, build_file_dir might be an empty string. Set + # it to None to signal to subprocess.Popen that it should run the + # command in the current directory. + build_file_dir = None + + # Support <|(listfile.txt ...) which generates a file + # containing items from a gyp list, generated at gyp time. + # This works around actions/rules which have more inputs than will + # fit on the command line. + if file_list: + contents_list = (contents if isinstance(contents, list) + else contents.split(" ")) + replacement = contents_list[0] + if os.path.isabs(replacement): + raise GypError('| cannot handle absolute paths, got "%s"' % replacement) + + if not generator_filelist_paths: + path = os.path.join(build_file_dir, replacement) + else: + if os.path.isabs(build_file_dir): + toplevel = generator_filelist_paths["toplevel"] + rel_build_file_dir = gyp.common.RelativePath( + build_file_dir, toplevel + ) + else: + rel_build_file_dir = build_file_dir + qualified_out_dir = generator_filelist_paths["qualified_out_dir"] + path = os.path.join(qualified_out_dir, rel_build_file_dir, replacement) + gyp.common.EnsureDirExists(path) + + replacement = gyp.common.RelativePath(path, build_file_dir) + f = gyp.common.WriteOnDiff(path) + for i in contents_list[1:]: + f.write("%s\n" % i) + f.close() + + elif run_command: + use_shell = True + if match["is_array"]: + contents = eval(contents) + use_shell = False + + # Check for a cached value to avoid executing commands, or generating + # file lists more than once. The cache key contains the command to be + # run as well as the directory to run it from, to account for commands + # that depend on their current directory. + # TODO(http://code.google.com/p/gyp/issues/detail?id=111): In theory, + # someone could author a set of GYP files where each time the command + # is invoked it produces different output by design. When the need + # arises, the syntax should be extended to support no caching off a + # command's output so it is run every time. + cache_key = (str(contents), build_file_dir) + cached_value = cached_command_results.get(cache_key, None) + if cached_value is None: + gyp.DebugOutput( + gyp.DEBUG_VARIABLES, + "Executing command '%s' in directory '%s'", + contents, + build_file_dir, + ) + + replacement = "" + + if command_string == "pymod_do_main": + # 0: + raise GypError( + "Call to '%s' returned exit status %d while in %s." + % (contents, result.returncode, build_file) + ) + replacement = result.stdout.decode("utf-8").rstrip() + + cached_command_results[cache_key] = replacement + else: + gyp.DebugOutput( + gyp.DEBUG_VARIABLES, + "Had cache value for command '%s' in directory '%s'", + contents, + build_file_dir, + ) + replacement = cached_value + + else: + if contents not in variables: + if contents[-1] in ["!", "/"]: + # In order to allow cross-compiles (nacl) to happen more naturally, + # we will allow references to >(sources/) etc. to resolve to + # and empty list if undefined. This allows actions to: + # 'action!': [ + # '>@(_sources!)', + # ], + # 'action/': [ + # '>@(_sources/)', + # ], + replacement = [] + else: + raise GypError( + "Undefined variable " + contents + " in " + build_file + ) + else: + replacement = variables[contents] + + if isinstance(replacement, bytes) and not isinstance(replacement, str): + replacement = replacement.decode("utf-8") # done on Python 3 only + if isinstance(replacement, list): + for item in replacement: + if isinstance(item, bytes) and not isinstance(item, str): + item = item.decode("utf-8") # done on Python 3 only + if not contents[-1] == "/" and type(item) not in (str, int): + raise GypError( + "Variable " + + contents + + " must expand to a string or list of strings; " + + "list contains a " + + item.__class__.__name__ + ) + # Run through the list and handle variable expansions in it. Since + # the list is guaranteed not to contain dicts, this won't do anything + # with conditions sections. + ProcessVariablesAndConditionsInList( + replacement, phase, variables, build_file + ) + elif type(replacement) not in (str, int): + raise GypError( + "Variable " + + contents + + " must expand to a string or list of strings; " + + "found a " + + replacement.__class__.__name__ + ) + + if expand_to_list: + # Expanding in list context. It's guaranteed that there's only one + # replacement to do in |input_str| and that it's this replacement. See + # above. + if isinstance(replacement, list): + # If it's already a list, make a copy. + output = replacement[:] + else: + # Split it the same way sh would split arguments. + output = shlex.split(str(replacement)) + else: + # Expanding in string context. + encoded_replacement = "" + if isinstance(replacement, list): + # When expanding a list into string context, turn the list items + # into a string in a way that will work with a subprocess call. + # + # TODO(mark): This isn't completely correct. This should + # call a generator-provided function that observes the + # proper list-to-argument quoting rules on a specific + # platform instead of just calling the POSIX encoding + # routine. + encoded_replacement = gyp.common.EncodePOSIXShellList(replacement) + else: + encoded_replacement = replacement + + output = ( + output[:replace_start] + str(encoded_replacement) + output[replace_end:] + ) + # Prepare for the next match iteration. + input_str = output + + if output == input: + gyp.DebugOutput( + gyp.DEBUG_VARIABLES, + "Found only identity matches on %r, avoiding infinite " "recursion.", + output, + ) + else: + # Look for more matches now that we've replaced some, to deal with + # expanding local variables (variables defined in the same + # variables block as this one). + gyp.DebugOutput(gyp.DEBUG_VARIABLES, "Found output %r, recursing.", output) + if isinstance(output, list): + if output and isinstance(output[0], list): + # Leave output alone if it's a list of lists. + # We don't want such lists to be stringified. + pass + else: + new_output = [] + for item in output: + new_output.append( + ExpandVariables(item, phase, variables, build_file) + ) + output = new_output + else: + output = ExpandVariables(output, phase, variables, build_file) + + # Convert all strings that are canonically-represented integers into integers. + if isinstance(output, list): + for index, outstr in enumerate(output): + if IsStrCanonicalInt(outstr): + output[index] = int(outstr) + elif IsStrCanonicalInt(output): + output = int(output) + + return output + + +# The same condition is often evaluated over and over again so it +# makes sense to cache as much as possible between evaluations. +cached_conditions_asts = {} + + +def EvalCondition(condition, conditions_key, phase, variables, build_file): + """Returns the dict that should be used or None if the result was + that nothing should be used.""" + if not isinstance(condition, list): + raise GypError(conditions_key + " must be a list") + if len(condition) < 2: + # It's possible that condition[0] won't work in which case this + # attempt will raise its own IndexError. That's probably fine. + raise GypError( + conditions_key + + " " + + condition[0] + + " must be at least length 2, not " + + str(len(condition)) + ) + + i = 0 + result = None + while i < len(condition): + cond_expr = condition[i] + true_dict = condition[i + 1] + if not isinstance(true_dict, dict): + raise GypError( + f"{conditions_key} {cond_expr} must be followed by a dictionary, " + f"not {type(true_dict)}" + ) + if len(condition) > i + 2 and isinstance(condition[i + 2], dict): + false_dict = condition[i + 2] + i = i + 3 + if i != len(condition): + raise GypError( + f"{conditions_key} {cond_expr} has " + f"{len(condition) - i} unexpected trailing items" + ) + else: + false_dict = None + i = i + 2 + if result is None: + result = EvalSingleCondition( + cond_expr, true_dict, false_dict, phase, variables, build_file + ) + + return result + + +def EvalSingleCondition(cond_expr, true_dict, false_dict, phase, variables, build_file): + """Returns true_dict if cond_expr evaluates to true, and false_dict + otherwise.""" + # Do expansions on the condition itself. Since the condition can naturally + # contain variable references without needing to resort to GYP expansion + # syntax, this is of dubious value for variables, but someone might want to + # use a command expansion directly inside a condition. + cond_expr_expanded = ExpandVariables(cond_expr, phase, variables, build_file) + if type(cond_expr_expanded) not in (str, int): + raise ValueError( + "Variable expansion in this context permits str and int " + + "only, found " + + cond_expr_expanded.__class__.__name__ + ) + + try: + if cond_expr_expanded in cached_conditions_asts: + ast_code = cached_conditions_asts[cond_expr_expanded] + else: + ast_code = compile(cond_expr_expanded, "", "eval") + cached_conditions_asts[cond_expr_expanded] = ast_code + env = {"__builtins__": {}, "v": Version} + if eval(ast_code, env, variables): + return true_dict + return false_dict + except SyntaxError as e: + syntax_error = SyntaxError( + "%s while evaluating condition '%s' in %s " + "at character %d." % (str(e.args[0]), e.text, build_file, e.offset), + e.filename, + e.lineno, + e.offset, + e.text, + ) + raise syntax_error + except NameError as e: + gyp.common.ExceptionAppend( + e, + f"while evaluating condition '{cond_expr_expanded}' in {build_file}", + ) + raise GypError(e) + + +def ProcessConditionsInDict(the_dict, phase, variables, build_file): + # Process a 'conditions' or 'target_conditions' section in the_dict, + # depending on phase. + # early -> conditions + # late -> target_conditions + # latelate -> no conditions + # + # Each item in a conditions list consists of cond_expr, a string expression + # evaluated as the condition, and true_dict, a dict that will be merged into + # the_dict if cond_expr evaluates to true. Optionally, a third item, + # false_dict, may be present. false_dict is merged into the_dict if + # cond_expr evaluates to false. + # + # Any dict merged into the_dict will be recursively processed for nested + # conditionals and other expansions, also according to phase, immediately + # prior to being merged. + + if phase == PHASE_EARLY: + conditions_key = "conditions" + elif phase == PHASE_LATE: + conditions_key = "target_conditions" + elif phase == PHASE_LATELATE: + return + else: + assert False + + if conditions_key not in the_dict: + return + + conditions_list = the_dict[conditions_key] + # Unhook the conditions list, it's no longer needed. + del the_dict[conditions_key] + + for condition in conditions_list: + merge_dict = EvalCondition( + condition, conditions_key, phase, variables, build_file + ) + + if merge_dict is not None: + # Expand variables and nested conditionals in the merge_dict before + # merging it. + ProcessVariablesAndConditionsInDict( + merge_dict, phase, variables, build_file + ) + + MergeDicts(the_dict, merge_dict, build_file, build_file) + + +def LoadAutomaticVariablesFromDict(variables, the_dict): + # Any keys with plain string values in the_dict become automatic variables. + # The variable name is the key name with a "_" character prepended. + for key, value in the_dict.items(): + if type(value) in (str, int, list): + variables["_" + key] = value + + +def LoadVariablesFromVariablesDict(variables, the_dict, the_dict_key): + # Any keys in the_dict's "variables" dict, if it has one, becomes a + # variable. The variable name is the key name in the "variables" dict. + # Variables that end with the % character are set only if they are unset in + # the variables dict. the_dict_key is the name of the key that accesses + # the_dict in the_dict's parent dict. If the_dict's parent is not a dict + # (it could be a list or it could be parentless because it is a root dict), + # the_dict_key will be None. + for key, value in the_dict.get("variables", {}).items(): + if type(value) not in (str, int, list): + continue + + if key.endswith("%"): + variable_name = key[:-1] + if variable_name in variables: + # If the variable is already set, don't set it. + continue + if the_dict_key == "variables" and variable_name in the_dict: + # If the variable is set without a % in the_dict, and the_dict is a + # variables dict (making |variables| a variables sub-dict of a + # variables dict), use the_dict's definition. + value = the_dict[variable_name] + else: + variable_name = key + + variables[variable_name] = value + + +def ProcessVariablesAndConditionsInDict( + the_dict, phase, variables_in, build_file, the_dict_key=None +): + """Handle all variable and command expansion and conditional evaluation. + + This function is the public entry point for all variable expansions and + conditional evaluations. The variables_in dictionary will not be modified + by this function. + """ + + # Make a copy of the variables_in dict that can be modified during the + # loading of automatics and the loading of the variables dict. + variables = variables_in.copy() + LoadAutomaticVariablesFromDict(variables, the_dict) + + if "variables" in the_dict: + # Make sure all the local variables are added to the variables + # list before we process them so that you can reference one + # variable from another. They will be fully expanded by recursion + # in ExpandVariables. + for key, value in the_dict["variables"].items(): + variables[key] = value + + # Handle the associated variables dict first, so that any variable + # references within can be resolved prior to using them as variables. + # Pass a copy of the variables dict to avoid having it be tainted. + # Otherwise, it would have extra automatics added for everything that + # should just be an ordinary variable in this scope. + ProcessVariablesAndConditionsInDict( + the_dict["variables"], phase, variables, build_file, "variables" + ) + + LoadVariablesFromVariablesDict(variables, the_dict, the_dict_key) + + for key, value in the_dict.items(): + # Skip "variables", which was already processed if present. + if key != "variables" and isinstance(value, str): + expanded = ExpandVariables(value, phase, variables, build_file) + if type(expanded) not in (str, int): + raise ValueError( + "Variable expansion in this context permits str and int " + + "only, found " + + expanded.__class__.__name__ + + " for " + + key + ) + the_dict[key] = expanded + + # Variable expansion may have resulted in changes to automatics. Reload. + # TODO(mark): Optimization: only reload if no changes were made. + variables = variables_in.copy() + LoadAutomaticVariablesFromDict(variables, the_dict) + LoadVariablesFromVariablesDict(variables, the_dict, the_dict_key) + + # Process conditions in this dict. This is done after variable expansion + # so that conditions may take advantage of expanded variables. For example, + # if the_dict contains: + # {'type': '<(library_type)', + # 'conditions': [['_type=="static_library"', { ... }]]}, + # _type, as used in the condition, will only be set to the value of + # library_type if variable expansion is performed before condition + # processing. However, condition processing should occur prior to recursion + # so that variables (both automatic and "variables" dict type) may be + # adjusted by conditions sections, merged into the_dict, and have the + # intended impact on contained dicts. + # + # This arrangement means that a "conditions" section containing a "variables" + # section will only have those variables effective in subdicts, not in + # the_dict. The workaround is to put a "conditions" section within a + # "variables" section. For example: + # {'conditions': [['os=="mac"', {'variables': {'define': 'IS_MAC'}}]], + # 'defines': ['<(define)'], + # 'my_subdict': {'defines': ['<(define)']}}, + # will not result in "IS_MAC" being appended to the "defines" list in the + # current scope but would result in it being appended to the "defines" list + # within "my_subdict". By comparison: + # {'variables': {'conditions': [['os=="mac"', {'define': 'IS_MAC'}]]}, + # 'defines': ['<(define)'], + # 'my_subdict': {'defines': ['<(define)']}}, + # will append "IS_MAC" to both "defines" lists. + + # Evaluate conditions sections, allowing variable expansions within them + # as well as nested conditionals. This will process a 'conditions' or + # 'target_conditions' section, perform appropriate merging and recursive + # conditional and variable processing, and then remove the conditions section + # from the_dict if it is present. + ProcessConditionsInDict(the_dict, phase, variables, build_file) + + # Conditional processing may have resulted in changes to automatics or the + # variables dict. Reload. + variables = variables_in.copy() + LoadAutomaticVariablesFromDict(variables, the_dict) + LoadVariablesFromVariablesDict(variables, the_dict, the_dict_key) + + # Recurse into child dicts, or process child lists which may result in + # further recursion into descendant dicts. + for key, value in the_dict.items(): + # Skip "variables" and string values, which were already processed if + # present. + if key == "variables" or isinstance(value, str): + continue + if isinstance(value, dict): + # Pass a copy of the variables dict so that subdicts can't influence + # parents. + ProcessVariablesAndConditionsInDict( + value, phase, variables, build_file, key + ) + elif isinstance(value, list): + # The list itself can't influence the variables dict, and + # ProcessVariablesAndConditionsInList will make copies of the variables + # dict if it needs to pass it to something that can influence it. No + # copy is necessary here. + ProcessVariablesAndConditionsInList(value, phase, variables, build_file) + elif not isinstance(value, int): + raise TypeError("Unknown type " + value.__class__.__name__ + " for " + key) + + +def ProcessVariablesAndConditionsInList(the_list, phase, variables, build_file): + # Iterate using an index so that new values can be assigned into the_list. + index = 0 + while index < len(the_list): + item = the_list[index] + if isinstance(item, dict): + # Make a copy of the variables dict so that it won't influence anything + # outside of its own scope. + ProcessVariablesAndConditionsInDict(item, phase, variables, build_file) + elif isinstance(item, list): + ProcessVariablesAndConditionsInList(item, phase, variables, build_file) + elif isinstance(item, str): + expanded = ExpandVariables(item, phase, variables, build_file) + if type(expanded) in (str, int): + the_list[index] = expanded + elif isinstance(expanded, list): + the_list[index : index + 1] = expanded + index += len(expanded) + + # index now identifies the next item to examine. Continue right now + # without falling into the index increment below. + continue + else: + raise ValueError( + "Variable expansion in this context permits strings and " + + "lists only, found " + + expanded.__class__.__name__ + + " at " + + index + ) + elif not isinstance(item, int): + raise TypeError( + "Unknown type " + item.__class__.__name__ + " at index " + index + ) + index = index + 1 + + +def BuildTargetsDict(data): + """Builds a dict mapping fully-qualified target names to their target dicts. + + |data| is a dict mapping loaded build files by pathname relative to the + current directory. Values in |data| are build file contents. For each + |data| value with a "targets" key, the value of the "targets" key is taken + as a list containing target dicts. Each target's fully-qualified name is + constructed from the pathname of the build file (|data| key) and its + "target_name" property. These fully-qualified names are used as the keys + in the returned dict. These keys provide access to the target dicts, + the dicts in the "targets" lists. + """ + + targets = {} + for build_file in data["target_build_files"]: + for target in data[build_file].get("targets", []): + target_name = gyp.common.QualifiedTarget( + build_file, target["target_name"], target["toolset"] + ) + if target_name in targets: + raise GypError("Duplicate target definitions for " + target_name) + targets[target_name] = target + + return targets + + +def QualifyDependencies(targets): + """Make dependency links fully-qualified relative to the current directory. + + |targets| is a dict mapping fully-qualified target names to their target + dicts. For each target in this dict, keys known to contain dependency + links are examined, and any dependencies referenced will be rewritten + so that they are fully-qualified and relative to the current directory. + All rewritten dependencies are suitable for use as keys to |targets| or a + similar dict. + """ + + all_dependency_sections = [ + dep + op for dep in dependency_sections for op in ("", "!", "/") + ] + + for target, target_dict in targets.items(): + target_build_file = gyp.common.BuildFile(target) + toolset = target_dict["toolset"] + for dependency_key in all_dependency_sections: + dependencies = target_dict.get(dependency_key, []) + for index, dep in enumerate(dependencies): + dep_file, dep_target, dep_toolset = gyp.common.ResolveTarget( + target_build_file, dep, toolset + ) + if not multiple_toolsets: + # Ignore toolset specification in the dependency if it is specified. + dep_toolset = toolset + dependency = gyp.common.QualifiedTarget( + dep_file, dep_target, dep_toolset + ) + dependencies[index] = dependency + + # Make sure anything appearing in a list other than "dependencies" also + # appears in the "dependencies" list. + if ( + dependency_key != "dependencies" + and dependency not in target_dict["dependencies"] + ): + raise GypError( + "Found " + + dependency + + " in " + + dependency_key + + " of " + + target + + ", but not in dependencies" + ) + + +def ExpandWildcardDependencies(targets, data): + """Expands dependencies specified as build_file:*. + + For each target in |targets|, examines sections containing links to other + targets. If any such section contains a link of the form build_file:*, it + is taken as a wildcard link, and is expanded to list each target in + build_file. The |data| dict provides access to build file dicts. + + Any target that does not wish to be included by wildcard can provide an + optional "suppress_wildcard" key in its target dict. When present and + true, a wildcard dependency link will not include such targets. + + All dependency names, including the keys to |targets| and the values in each + dependency list, must be qualified when this function is called. + """ + + for target, target_dict in targets.items(): + target_build_file = gyp.common.BuildFile(target) + for dependency_key in dependency_sections: + dependencies = target_dict.get(dependency_key, []) + + # Loop this way instead of "for dependency in" or "for index in range" + # because the dependencies list will be modified within the loop body. + index = 0 + while index < len(dependencies): + ( + dependency_build_file, + dependency_target, + dependency_toolset, + ) = gyp.common.ParseQualifiedTarget(dependencies[index]) + if dependency_target != "*" and dependency_toolset != "*": + # Not a wildcard. Keep it moving. + index = index + 1 + continue + + if dependency_build_file == target_build_file: + # It's an error for a target to depend on all other targets in + # the same file, because a target cannot depend on itself. + raise GypError( + "Found wildcard in " + + dependency_key + + " of " + + target + + " referring to same build file" + ) + + # Take the wildcard out and adjust the index so that the next + # dependency in the list will be processed the next time through the + # loop. + del dependencies[index] + index = index - 1 + + # Loop through the targets in the other build file, adding them to + # this target's list of dependencies in place of the removed + # wildcard. + dependency_target_dicts = data[dependency_build_file]["targets"] + for dependency_target_dict in dependency_target_dicts: + if int(dependency_target_dict.get("suppress_wildcard", False)): + continue + dependency_target_name = dependency_target_dict["target_name"] + if ( + dependency_target not in {"*", dependency_target_name} + ): + continue + dependency_target_toolset = dependency_target_dict["toolset"] + if ( + dependency_toolset not in {"*", dependency_target_toolset} + ): + continue + dependency = gyp.common.QualifiedTarget( + dependency_build_file, + dependency_target_name, + dependency_target_toolset, + ) + index = index + 1 + dependencies.insert(index, dependency) + + index = index + 1 + + +def Unify(items): + """Removes duplicate elements from items, keeping the first element.""" + seen = {} + return [seen.setdefault(e, e) for e in items if e not in seen] + + +def RemoveDuplicateDependencies(targets): + """Makes sure every dependency appears only once in all targets's dependency + lists.""" + for target_name, target_dict in targets.items(): + for dependency_key in dependency_sections: + dependencies = target_dict.get(dependency_key, []) + if dependencies: + target_dict[dependency_key] = Unify(dependencies) + + +def Filter(items, item): + """Removes item from items.""" + res = {} + return [res.setdefault(e, e) for e in items if e != item] + + +def RemoveSelfDependencies(targets): + """Remove self dependencies from targets that have the prune_self_dependency + variable set.""" + for target_name, target_dict in targets.items(): + for dependency_key in dependency_sections: + dependencies = target_dict.get(dependency_key, []) + if dependencies: + for t in dependencies: + if t == target_name and ( + targets[t] + .get("variables", {}) + .get("prune_self_dependency", 0) + ): + target_dict[dependency_key] = Filter( + dependencies, target_name + ) + + +def RemoveLinkDependenciesFromNoneTargets(targets): + """Remove dependencies having the 'link_dependency' attribute from the 'none' + targets.""" + for target_name, target_dict in targets.items(): + for dependency_key in dependency_sections: + dependencies = target_dict.get(dependency_key, []) + if dependencies: + for t in dependencies: + if target_dict.get("type", None) == "none": + if targets[t].get("variables", {}).get("link_dependency", 0): + target_dict[dependency_key] = Filter( + target_dict[dependency_key], t + ) + + +class DependencyGraphNode: + """ + + Attributes: + ref: A reference to an object that this DependencyGraphNode represents. + dependencies: List of DependencyGraphNodes on which this one depends. + dependents: List of DependencyGraphNodes that depend on this one. + """ + + class CircularException(GypError): + pass + + def __init__(self, ref): + self.ref = ref + self.dependencies = [] + self.dependents = [] + + def __repr__(self): + return "" % self.ref + + def FlattenToList(self): + # flat_list is the sorted list of dependencies - actually, the list items + # are the "ref" attributes of DependencyGraphNodes. Every target will + # appear in flat_list after all of its dependencies, and before all of its + # dependents. + flat_list = OrderedSet() + + def ExtractNodeRef(node): + """Extracts the object that the node represents from the given node.""" + return node.ref + + # in_degree_zeros is the list of DependencyGraphNodes that have no + # dependencies not in flat_list. Initially, it is a copy of the children + # of this node, because when the graph was built, nodes with no + # dependencies were made implicit dependents of the root node. + in_degree_zeros = sorted(self.dependents[:], key=ExtractNodeRef) + + while in_degree_zeros: + # Nodes in in_degree_zeros have no dependencies not in flat_list, so they + # can be appended to flat_list. Take these nodes out of in_degree_zeros + # as work progresses, so that the next node to process from the list can + # always be accessed at a consistent position. + node = in_degree_zeros.pop() + flat_list.add(node.ref) + + # Look at dependents of the node just added to flat_list. Some of them + # may now belong in in_degree_zeros. + for node_dependent in sorted(node.dependents, key=ExtractNodeRef): + is_in_degree_zero = True + # TODO: We want to check through the + # node_dependent.dependencies list but if it's long and we + # always start at the beginning, then we get O(n^2) behaviour. + for node_dependent_dependency in sorted( + node_dependent.dependencies, key=ExtractNodeRef + ): + if node_dependent_dependency.ref not in flat_list: + # The dependent one or more dependencies not in flat_list. + # There will be more chances to add it to flat_list + # when examining it again as a dependent of those other + # dependencies, provided that there are no cycles. + is_in_degree_zero = False + break + + if is_in_degree_zero: + # All of the dependent's dependencies are already in flat_list. Add + # it to in_degree_zeros where it will be processed in a future + # iteration of the outer loop. + in_degree_zeros += [node_dependent] + + return list(flat_list) + + def FindCycles(self): + """ + Returns a list of cycles in the graph, where each cycle is its own list. + """ + results = [] + visited = set() + + def Visit(node, path): + for child in node.dependents: + if child in path: + results.append([child] + path[: path.index(child) + 1]) + elif child not in visited: + visited.add(child) + Visit(child, [child] + path) + + visited.add(self) + Visit(self, [self]) + + return results + + def DirectDependencies(self, dependencies=None): + """Returns a list of just direct dependencies.""" + if dependencies is None: + dependencies = [] + + for dependency in self.dependencies: + # Check for None, corresponding to the root node. + if dependency.ref and dependency.ref not in dependencies: + dependencies.append(dependency.ref) + + return dependencies + + def _AddImportedDependencies(self, targets, dependencies=None): + """Given a list of direct dependencies, adds indirect dependencies that + other dependencies have declared to export their settings. + + This method does not operate on self. Rather, it operates on the list + of dependencies in the |dependencies| argument. For each dependency in + that list, if any declares that it exports the settings of one of its + own dependencies, those dependencies whose settings are "passed through" + are added to the list. As new items are added to the list, they too will + be processed, so it is possible to import settings through multiple levels + of dependencies. + + This method is not terribly useful on its own, it depends on being + "primed" with a list of direct dependencies such as one provided by + DirectDependencies. DirectAndImportedDependencies is intended to be the + public entry point. + """ + + if dependencies is None: + dependencies = [] + + index = 0 + while index < len(dependencies): + dependency = dependencies[index] + dependency_dict = targets[dependency] + # Add any dependencies whose settings should be imported to the list + # if not already present. Newly-added items will be checked for + # their own imports when the list iteration reaches them. + # Rather than simply appending new items, insert them after the + # dependency that exported them. This is done to more closely match + # the depth-first method used by DeepDependencies. + add_index = 1 + for imported_dependency in dependency_dict.get( + "export_dependent_settings", [] + ): + if imported_dependency not in dependencies: + dependencies.insert(index + add_index, imported_dependency) + add_index = add_index + 1 + index = index + 1 + + return dependencies + + def DirectAndImportedDependencies(self, targets, dependencies=None): + """Returns a list of a target's direct dependencies and all indirect + dependencies that a dependency has advertised settings should be exported + through the dependency for. + """ + + dependencies = self.DirectDependencies(dependencies) + return self._AddImportedDependencies(targets, dependencies) + + def DeepDependencies(self, dependencies=None): + """Returns an OrderedSet of all of a target's dependencies, recursively.""" + if dependencies is None: + # Using a list to get ordered output and a set to do fast "is it + # already added" checks. + dependencies = OrderedSet() + + for dependency in self.dependencies: + # Check for None, corresponding to the root node. + if dependency.ref is None: + continue + if dependency.ref not in dependencies: + dependency.DeepDependencies(dependencies) + dependencies.add(dependency.ref) + + return dependencies + + def _LinkDependenciesInternal( + self, targets, include_shared_libraries, dependencies=None, initial=True + ): + """Returns an OrderedSet of dependency targets that are linked + into this target. + + This function has a split personality, depending on the setting of + |initial|. Outside callers should always leave |initial| at its default + setting. + + When adding a target to the list of dependencies, this function will + recurse into itself with |initial| set to False, to collect dependencies + that are linked into the linkable target for which the list is being built. + + If |include_shared_libraries| is False, the resulting dependencies will not + include shared_library targets that are linked into this target. + """ + if dependencies is None: + # Using a list to get ordered output and a set to do fast "is it + # already added" checks. + dependencies = OrderedSet() + + # Check for None, corresponding to the root node. + if self.ref is None: + return dependencies + + # It's kind of sucky that |targets| has to be passed into this function, + # but that's presently the easiest way to access the target dicts so that + # this function can find target types. + + if "target_name" not in targets[self.ref]: + raise GypError("Missing 'target_name' field in target.") + + if "type" not in targets[self.ref]: + raise GypError( + "Missing 'type' field in target %s" % targets[self.ref]["target_name"] + ) + + target_type = targets[self.ref]["type"] + + is_linkable = target_type in linkable_types + + if initial and not is_linkable: + # If this is the first target being examined and it's not linkable, + # return an empty list of link dependencies, because the link + # dependencies are intended to apply to the target itself (initial is + # True) and this target won't be linked. + return dependencies + + # Don't traverse 'none' targets if explicitly excluded. + if target_type == "none" and not targets[self.ref].get( + "dependencies_traverse", True + ): + dependencies.add(self.ref) + return dependencies + + # Executables, mac kernel extensions, windows drivers and loadable modules + # are already fully and finally linked. Nothing else can be a link + # dependency of them, there can only be dependencies in the sense that a + # dependent target might run an executable or load the loadable_module. + if not initial and target_type in ( + "executable", + "loadable_module", + "mac_kernel_extension", + "windows_driver", + ): + return dependencies + + # Shared libraries are already fully linked. They should only be included + # in |dependencies| when adjusting static library dependencies (in order to + # link against the shared_library's import lib), but should not be included + # in |dependencies| when propagating link_settings. + # The |include_shared_libraries| flag controls which of these two cases we + # are handling. + if ( + not initial + and target_type == "shared_library" + and not include_shared_libraries + ): + return dependencies + + # The target is linkable, add it to the list of link dependencies. + if self.ref not in dependencies: + dependencies.add(self.ref) + if initial or not is_linkable: + # If this is a subsequent target and it's linkable, don't look any + # further for linkable dependencies, as they'll already be linked into + # this target linkable. Always look at dependencies of the initial + # target, and always look at dependencies of non-linkables. + for dependency in self.dependencies: + dependency._LinkDependenciesInternal( + targets, include_shared_libraries, dependencies, False + ) + + return dependencies + + def DependenciesForLinkSettings(self, targets): + """ + Returns a list of dependency targets whose link_settings should be merged + into this target. + """ + + # TODO(sbaig) Currently, chrome depends on the bug that shared libraries' + # link_settings are propagated. So for now, we will allow it, unless the + # 'allow_sharedlib_linksettings_propagation' flag is explicitly set to + # False. Once chrome is fixed, we can remove this flag. + include_shared_libraries = targets[self.ref].get( + "allow_sharedlib_linksettings_propagation", True + ) + return self._LinkDependenciesInternal(targets, include_shared_libraries) + + def DependenciesToLinkAgainst(self, targets): + """ + Returns a list of dependency targets that are linked into this target. + """ + return self._LinkDependenciesInternal(targets, True) + + +def BuildDependencyList(targets): + # Create a DependencyGraphNode for each target. Put it into a dict for easy + # access. + dependency_nodes = {} + for target, spec in targets.items(): + if target not in dependency_nodes: + dependency_nodes[target] = DependencyGraphNode(target) + + # Set up the dependency links. Targets that have no dependencies are treated + # as dependent on root_node. + root_node = DependencyGraphNode(None) + for target, spec in targets.items(): + target_node = dependency_nodes[target] + dependencies = spec.get("dependencies") + if not dependencies: + target_node.dependencies = [root_node] + root_node.dependents.append(target_node) + else: + for dependency in dependencies: + dependency_node = dependency_nodes.get(dependency) + if not dependency_node: + raise GypError( + "Dependency '%s' not found while " + "trying to load target %s" % (dependency, target) + ) + target_node.dependencies.append(dependency_node) + dependency_node.dependents.append(target_node) + + flat_list = root_node.FlattenToList() + + # If there's anything left unvisited, there must be a circular dependency + # (cycle). + if len(flat_list) != len(targets): + if not root_node.dependents: + # If all targets have dependencies, add the first target as a dependent + # of root_node so that the cycle can be discovered from root_node. + target = next(iter(targets)) + target_node = dependency_nodes[target] + target_node.dependencies.append(root_node) + root_node.dependents.append(target_node) + + cycles = [] + for cycle in root_node.FindCycles(): + paths = [node.ref for node in cycle] + cycles.append("Cycle: %s" % " -> ".join(paths)) + raise DependencyGraphNode.CircularException( + "Cycles in dependency graph detected:\n" + "\n".join(cycles) + ) + + return [dependency_nodes, flat_list] + + +def VerifyNoGYPFileCircularDependencies(targets): + # Create a DependencyGraphNode for each gyp file containing a target. Put + # it into a dict for easy access. + dependency_nodes = {} + for target in targets: + build_file = gyp.common.BuildFile(target) + if build_file not in dependency_nodes: + dependency_nodes[build_file] = DependencyGraphNode(build_file) + + # Set up the dependency links. + for target, spec in targets.items(): + build_file = gyp.common.BuildFile(target) + build_file_node = dependency_nodes[build_file] + target_dependencies = spec.get("dependencies", []) + for dependency in target_dependencies: + try: + dependency_build_file = gyp.common.BuildFile(dependency) + except GypError as e: + gyp.common.ExceptionAppend( + e, "while computing dependencies of .gyp file %s" % build_file + ) + raise + + if dependency_build_file == build_file: + # A .gyp file is allowed to refer back to itself. + continue + dependency_node = dependency_nodes.get(dependency_build_file) + if not dependency_node: + raise GypError("Dependency '%s' not found" % dependency_build_file) + if dependency_node not in build_file_node.dependencies: + build_file_node.dependencies.append(dependency_node) + dependency_node.dependents.append(build_file_node) + + # Files that have no dependencies are treated as dependent on root_node. + root_node = DependencyGraphNode(None) + for build_file_node in dependency_nodes.values(): + if len(build_file_node.dependencies) == 0: + build_file_node.dependencies.append(root_node) + root_node.dependents.append(build_file_node) + + flat_list = root_node.FlattenToList() + + # If there's anything left unvisited, there must be a circular dependency + # (cycle). + if len(flat_list) != len(dependency_nodes): + if not root_node.dependents: + # If all files have dependencies, add the first file as a dependent + # of root_node so that the cycle can be discovered from root_node. + file_node = next(iter(dependency_nodes.values())) + file_node.dependencies.append(root_node) + root_node.dependents.append(file_node) + cycles = [] + for cycle in root_node.FindCycles(): + paths = [node.ref for node in cycle] + cycles.append("Cycle: %s" % " -> ".join(paths)) + raise DependencyGraphNode.CircularException( + "Cycles in .gyp file dependency graph detected:\n" + "\n".join(cycles) + ) + + +def DoDependentSettings(key, flat_list, targets, dependency_nodes): + # key should be one of all_dependent_settings, direct_dependent_settings, + # or link_settings. + + for target in flat_list: + target_dict = targets[target] + build_file = gyp.common.BuildFile(target) + + if key == "all_dependent_settings": + dependencies = dependency_nodes[target].DeepDependencies() + elif key == "direct_dependent_settings": + dependencies = dependency_nodes[target].DirectAndImportedDependencies( + targets + ) + elif key == "link_settings": + dependencies = dependency_nodes[target].DependenciesForLinkSettings(targets) + else: + raise GypError( + "DoDependentSettings doesn't know how to determine " + "dependencies for " + key + ) + + for dependency in dependencies: + dependency_dict = targets[dependency] + if key not in dependency_dict: + continue + dependency_build_file = gyp.common.BuildFile(dependency) + MergeDicts( + target_dict, dependency_dict[key], build_file, dependency_build_file + ) + + +def AdjustStaticLibraryDependencies( + flat_list, targets, dependency_nodes, sort_dependencies +): + # Recompute target "dependencies" properties. For each static library + # target, remove "dependencies" entries referring to other static libraries, + # unless the dependency has the "hard_dependency" attribute set. For each + # linkable target, add a "dependencies" entry referring to all of the + # target's computed list of link dependencies (including static libraries + # if no such entry is already present. + for target in flat_list: + target_dict = targets[target] + target_type = target_dict["type"] + + if target_type == "static_library": + if "dependencies" not in target_dict: + continue + + target_dict["dependencies_original"] = target_dict.get("dependencies", [])[ + : + ] + + # A static library should not depend on another static library unless + # the dependency relationship is "hard," which should only be done when + # a dependent relies on some side effect other than just the build + # product, like a rule or action output. Further, if a target has a + # non-hard dependency, but that dependency exports a hard dependency, + # the non-hard dependency can safely be removed, but the exported hard + # dependency must be added to the target to keep the same dependency + # ordering. + dependencies = dependency_nodes[target].DirectAndImportedDependencies( + targets + ) + index = 0 + while index < len(dependencies): + dependency = dependencies[index] + dependency_dict = targets[dependency] + + # Remove every non-hard static library dependency and remove every + # non-static library dependency that isn't a direct dependency. + if ( + dependency_dict["type"] == "static_library" + and not dependency_dict.get("hard_dependency", False) + ) or ( + dependency_dict["type"] != "static_library" + and dependency not in target_dict["dependencies"] + ): + # Take the dependency out of the list, and don't increment index + # because the next dependency to analyze will shift into the index + # formerly occupied by the one being removed. + del dependencies[index] + else: + index = index + 1 + + # Update the dependencies. If the dependencies list is empty, it's not + # needed, so unhook it. + if len(dependencies) > 0: + target_dict["dependencies"] = dependencies + else: + del target_dict["dependencies"] + + elif target_type in linkable_types: + # Get a list of dependency targets that should be linked into this + # target. Add them to the dependencies list if they're not already + # present. + + link_dependencies = dependency_nodes[target].DependenciesToLinkAgainst( + targets + ) + for dependency in link_dependencies: + if dependency == target: + continue + if "dependencies" not in target_dict: + target_dict["dependencies"] = [] + if dependency not in target_dict["dependencies"]: + target_dict["dependencies"].append(dependency) + # Sort the dependencies list in the order from dependents to dependencies. + # e.g. If A and B depend on C and C depends on D, sort them in A, B, C, D. + # Note: flat_list is already sorted in the order from dependencies to + # dependents. + if sort_dependencies and "dependencies" in target_dict: + target_dict["dependencies"] = [ + dep + for dep in reversed(flat_list) + if dep in target_dict["dependencies"] + ] + + +# Initialize this here to speed up MakePathRelative. +exception_re = re.compile(r"""["']?[-/$<>^]""") + + +def MakePathRelative(to_file, fro_file, item): + # If item is a relative path, it's relative to the build file dict that it's + # coming from. Fix it up to make it relative to the build file dict that + # it's going into. + # Exception: any |item| that begins with these special characters is + # returned without modification. + # / Used when a path is already absolute (shortcut optimization; + # such paths would be returned as absolute anyway) + # $ Used for build environment variables + # - Used for some build environment flags (such as -lapr-1 in a + # "libraries" section) + # < Used for our own variable and command expansions (see ExpandVariables) + # > Used for our own variable and command expansions (see ExpandVariables) + # ^ Used for our own variable and command expansions (see ExpandVariables) + # + # "/' Used when a value is quoted. If these are present, then we + # check the second character instead. + # + if to_file == fro_file or exception_re.match(item): + return item + else: + # TODO(dglazkov) The backslash/forward-slash replacement at the end is a + # temporary measure. This should really be addressed by keeping all paths + # in POSIX until actual project generation. + ret = os.path.normpath( + os.path.join( + gyp.common.RelativePath( + os.path.dirname(fro_file), os.path.dirname(to_file) + ), + item, + ) + ).replace("\\", "/") + if item.endswith("/"): + ret += "/" + return ret + + +def MergeLists(to, fro, to_file, fro_file, is_paths=False, append=True): + # Python documentation recommends objects which do not support hash + # set this value to None. Python library objects follow this rule. + def is_hashable(val): + return val.__hash__ + + # If x is hashable, returns whether x is in s. Else returns whether x is in items. + def is_in_set_or_list(x, s, items): + if is_hashable(x): + return x in s + return x in items + + prepend_index = 0 + + # Make membership testing of hashables in |to| (in particular, strings) + # faster. + hashable_to_set = {x for x in to if is_hashable(x)} + for item in fro: + singleton = False + if type(item) in (str, int): + # The cheap and easy case. + to_item = MakePathRelative(to_file, fro_file, item) if is_paths else item + + if not (isinstance(item, str) and item.startswith("-")): + # Any string that doesn't begin with a "-" is a singleton - it can + # only appear once in a list, to be enforced by the list merge append + # or prepend. + singleton = True + elif isinstance(item, dict): + # Make a copy of the dictionary, continuing to look for paths to fix. + # The other intelligent aspects of merge processing won't apply because + # item is being merged into an empty dict. + to_item = {} + MergeDicts(to_item, item, to_file, fro_file) + elif isinstance(item, list): + # Recurse, making a copy of the list. If the list contains any + # descendant dicts, path fixing will occur. Note that here, custom + # values for is_paths and append are dropped; those are only to be + # applied to |to| and |fro|, not sublists of |fro|. append shouldn't + # matter anyway because the new |to_item| list is empty. + to_item = [] + MergeLists(to_item, item, to_file, fro_file) + else: + raise TypeError( + "Attempt to merge list item of unsupported type " + + item.__class__.__name__ + ) + + if append: + # If appending a singleton that's already in the list, don't append. + # This ensures that the earliest occurrence of the item will stay put. + if not singleton or not is_in_set_or_list(to_item, hashable_to_set, to): + to.append(to_item) + if is_hashable(to_item): + hashable_to_set.add(to_item) + else: + # If prepending a singleton that's already in the list, remove the + # existing instance and proceed with the prepend. This ensures that the + # item appears at the earliest possible position in the list. + while singleton and to_item in to: + to.remove(to_item) + + # Don't just insert everything at index 0. That would prepend the new + # items to the list in reverse order, which would be an unwelcome + # surprise. + to.insert(prepend_index, to_item) + if is_hashable(to_item): + hashable_to_set.add(to_item) + prepend_index = prepend_index + 1 + + +def MergeDicts(to, fro, to_file, fro_file): + # I wanted to name the parameter "from" but it's a Python keyword... + for k, v in fro.items(): + # It would be nice to do "if not k in to: to[k] = v" but that wouldn't give + # copy semantics. Something else may want to merge from the |fro| dict + # later, and having the same dict ref pointed to twice in the tree isn't + # what anyone wants considering that the dicts may subsequently be + # modified. + if k in to: + bad_merge = False + if type(v) in (str, int): + if type(to[k]) not in (str, int): + bad_merge = True + elif not isinstance(v, type(to[k])): + bad_merge = True + + if bad_merge: + raise TypeError( + "Attempt to merge dict value of type " + + v.__class__.__name__ + + " into incompatible type " + + to[k].__class__.__name__ + + " for key " + + k + ) + if type(v) in (str, int): + # Overwrite the existing value, if any. Cheap and easy. + is_path = IsPathSection(k) + if is_path: + to[k] = MakePathRelative(to_file, fro_file, v) + else: + to[k] = v + elif isinstance(v, dict): + # Recurse, guaranteeing copies will be made of objects that require it. + if k not in to: + to[k] = {} + MergeDicts(to[k], v, to_file, fro_file) + elif isinstance(v, list): + # Lists in dicts can be merged with different policies, depending on + # how the key in the "from" dict (k, the from-key) is written. + # + # If the from-key has ...the to-list will have this action + # this character appended:... applied when receiving the from-list: + # = replace + # + prepend + # ? set, only if to-list does not yet exist + # (none) append + # + # This logic is list-specific, but since it relies on the associated + # dict key, it's checked in this dict-oriented function. + ext = k[-1] + append = True + if ext == "=": + list_base = k[:-1] + lists_incompatible = [list_base, list_base + "?"] + to[list_base] = [] + elif ext == "+": + list_base = k[:-1] + lists_incompatible = [list_base + "=", list_base + "?"] + append = False + elif ext == "?": + list_base = k[:-1] + lists_incompatible = [list_base, list_base + "=", list_base + "+"] + else: + list_base = k + lists_incompatible = [list_base + "=", list_base + "?"] + + # Some combinations of merge policies appearing together are meaningless. + # It's stupid to replace and append simultaneously, for example. Append + # and prepend are the only policies that can coexist. + for list_incompatible in lists_incompatible: + if list_incompatible in fro: + raise GypError( + "Incompatible list policies " + k + " and " + list_incompatible + ) + + if list_base in to: + if ext == "?": + # If the key ends in "?", the list will only be merged if it doesn't + # already exist. + continue + elif not isinstance(to[list_base], list): + # This may not have been checked above if merging in a list with an + # extension character. + raise TypeError( + "Attempt to merge dict value of type " + + v.__class__.__name__ + + " into incompatible type " + + to[list_base].__class__.__name__ + + " for key " + + list_base + + "(" + + k + + ")" + ) + else: + to[list_base] = [] + + # Call MergeLists, which will make copies of objects that require it. + # MergeLists can recurse back into MergeDicts, although this will be + # to make copies of dicts (with paths fixed), there will be no + # subsequent dict "merging" once entering a list because lists are + # always replaced, appended to, or prepended to. + is_paths = IsPathSection(list_base) + MergeLists(to[list_base], v, to_file, fro_file, is_paths, append) + else: + raise TypeError( + "Attempt to merge dict value of unsupported type " + + v.__class__.__name__ + + " for key " + + k + ) + + +def MergeConfigWithInheritance( + new_configuration_dict, build_file, target_dict, configuration, visited +): + # Skip if previously visited. + if configuration in visited: + return + + # Look at this configuration. + configuration_dict = target_dict["configurations"][configuration] + + # Merge in parents. + for parent in configuration_dict.get("inherit_from", []): + MergeConfigWithInheritance( + new_configuration_dict, + build_file, + target_dict, + parent, + visited + [configuration], + ) + + # Merge it into the new config. + MergeDicts(new_configuration_dict, configuration_dict, build_file, build_file) + + # Drop abstract. + if "abstract" in new_configuration_dict: + del new_configuration_dict["abstract"] + + +def SetUpConfigurations(target, target_dict): + # key_suffixes is a list of key suffixes that might appear on key names. + # These suffixes are handled in conditional evaluations (for =, +, and ?) + # and rules/exclude processing (for ! and /). Keys with these suffixes + # should be treated the same as keys without. + key_suffixes = ["=", "+", "?", "!", "/"] + + build_file = gyp.common.BuildFile(target) + + # Provide a single configuration by default if none exists. + # TODO(mark): Signal an error if default_configurations exists but + # configurations does not. + if "configurations" not in target_dict: + target_dict["configurations"] = {"Default": {}} + if "default_configuration" not in target_dict: + concrete = [ + i + for (i, config) in target_dict["configurations"].items() + if not config.get("abstract") + ] + target_dict["default_configuration"] = sorted(concrete)[0] + + merged_configurations = {} + configs = target_dict["configurations"] + for (configuration, old_configuration_dict) in configs.items(): + # Skip abstract configurations (saves work only). + if old_configuration_dict.get("abstract"): + continue + # Configurations inherit (most) settings from the enclosing target scope. + # Get the inheritance relationship right by making a copy of the target + # dict. + new_configuration_dict = {} + for (key, target_val) in target_dict.items(): + key_ext = key[-1:] + key_base = key[:-1] if key_ext in key_suffixes else key + if key_base not in non_configuration_keys: + new_configuration_dict[key] = gyp.simple_copy.deepcopy(target_val) + + # Merge in configuration (with all its parents first). + MergeConfigWithInheritance( + new_configuration_dict, build_file, target_dict, configuration, [] + ) + + merged_configurations[configuration] = new_configuration_dict + + # Put the new configurations back into the target dict as a configuration. + for configuration, value in merged_configurations.items(): + target_dict["configurations"][configuration] = value + # Now drop all the abstract ones. + configs = target_dict["configurations"] + target_dict["configurations"] = { + k: v for k, v in configs.items() if not v.get("abstract") + } + + # Now that all of the target's configurations have been built, go through + # the target dict's keys and remove everything that's been moved into a + # "configurations" section. + delete_keys = [] + for key in target_dict: + key_ext = key[-1:] + key_base = key[:-1] if key_ext in key_suffixes else key + if key_base not in non_configuration_keys: + delete_keys.append(key) + for key in delete_keys: + del target_dict[key] + + # Check the configurations to see if they contain invalid keys. + for configuration in target_dict["configurations"]: + configuration_dict = target_dict["configurations"][configuration] + for key in configuration_dict: + if key in invalid_configuration_keys: + raise GypError( + "%s not allowed in the %s configuration, found in " + "target %s" % (key, configuration, target) + ) + + +def ProcessListFiltersInDict(name, the_dict): + """Process regular expression and exclusion-based filters on lists. + + An exclusion list is in a dict key named with a trailing "!", like + "sources!". Every item in such a list is removed from the associated + main list, which in this example, would be "sources". Removed items are + placed into a "sources_excluded" list in the dict. + + Regular expression (regex) filters are contained in dict keys named with a + trailing "/", such as "sources/" to operate on the "sources" list. Regex + filters in a dict take the form: + 'sources/': [ ['exclude', '_(linux|mac|win)\\.cc$'], + ['include', '_mac\\.cc$'] ], + The first filter says to exclude all files ending in _linux.cc, _mac.cc, and + _win.cc. The second filter then includes all files ending in _mac.cc that + are now or were once in the "sources" list. Items matching an "exclude" + filter are subject to the same processing as would occur if they were listed + by name in an exclusion list (ending in "!"). Items matching an "include" + filter are brought back into the main list if previously excluded by an + exclusion list or exclusion regex filter. Subsequent matching "exclude" + patterns can still cause items to be excluded after matching an "include". + """ + + # Look through the dictionary for any lists whose keys end in "!" or "/". + # These are lists that will be treated as exclude lists and regular + # expression-based exclude/include lists. Collect the lists that are + # needed first, looking for the lists that they operate on, and assemble + # then into |lists|. This is done in a separate loop up front, because + # the _included and _excluded keys need to be added to the_dict, and that + # can't be done while iterating through it. + + lists = [] + del_lists = [] + for key, value in the_dict.items(): + if not key: + continue + operation = key[-1] + if operation not in {"!", "/"}: + continue + + if not isinstance(value, list): + raise ValueError( + name + " key " + key + " must be list, not " + value.__class__.__name__ + ) + + list_key = key[:-1] + if list_key not in the_dict: + # This happens when there's a list like "sources!" but no corresponding + # "sources" list. Since there's nothing for it to operate on, queue up + # the "sources!" list for deletion now. + del_lists.append(key) + continue + + if not isinstance(the_dict[list_key], list): + value = the_dict[list_key] + raise ValueError( + name + + " key " + + list_key + + " must be list, not " + + value.__class__.__name__ + + " when applying " + + {"!": "exclusion", "/": "regex"}[operation] + ) + + if list_key not in lists: + lists.append(list_key) + + # Delete the lists that are known to be unneeded at this point. + for del_list in del_lists: + del the_dict[del_list] + + for list_key in lists: + the_list = the_dict[list_key] + + # Initialize the list_actions list, which is parallel to the_list. Each + # item in list_actions identifies whether the corresponding item in + # the_list should be excluded, unconditionally preserved (included), or + # whether no exclusion or inclusion has been applied. Items for which + # no exclusion or inclusion has been applied (yet) have value -1, items + # excluded have value 0, and items included have value 1. Includes and + # excludes override previous actions. All items in list_actions are + # initialized to -1 because no excludes or includes have been processed + # yet. + list_actions = list((-1,) * len(the_list)) + + exclude_key = list_key + "!" + if exclude_key in the_dict: + for exclude_item in the_dict[exclude_key]: + for index, list_item in enumerate(the_list): + if exclude_item == list_item: + # This item matches the exclude_item, so set its action to 0 + # (exclude). + list_actions[index] = 0 + + # The "whatever!" list is no longer needed, dump it. + del the_dict[exclude_key] + + regex_key = list_key + "/" + if regex_key in the_dict: + for regex_item in the_dict[regex_key]: + [action, pattern] = regex_item + pattern_re = re.compile(pattern) + + if action == "exclude": + # This item matches an exclude regex, set its value to 0 (exclude). + action_value = 0 + elif action == "include": + # This item matches an include regex, set its value to 1 (include). + action_value = 1 + else: + # This is an action that doesn't make any sense. + raise ValueError( + "Unrecognized action " + + action + + " in " + + name + + " key " + + regex_key + ) + + for index, list_item in enumerate(the_list): + if list_actions[index] == action_value: + # Even if the regex matches, nothing will change so continue + # (regex searches are expensive). + continue + if pattern_re.search(list_item): + # Regular expression match. + list_actions[index] = action_value + + # The "whatever/" list is no longer needed, dump it. + del the_dict[regex_key] + + # Add excluded items to the excluded list. + # + # Note that exclude_key ("sources!") is different from excluded_key + # ("sources_excluded"). The exclude_key list is input and it was already + # processed and deleted; the excluded_key list is output and it's about + # to be created. + excluded_key = list_key + "_excluded" + if excluded_key in the_dict: + raise GypError( + name + " key " + excluded_key + " must not be present prior " + " to applying exclusion/regex filters for " + list_key + ) + + excluded_list = [] + + # Go backwards through the list_actions list so that as items are deleted, + # the indices of items that haven't been seen yet don't shift. That means + # that things need to be prepended to excluded_list to maintain them in the + # same order that they existed in the_list. + for index in range(len(list_actions) - 1, -1, -1): + if list_actions[index] == 0: + # Dump anything with action 0 (exclude). Keep anything with action 1 + # (include) or -1 (no include or exclude seen for the item). + excluded_list.insert(0, the_list[index]) + del the_list[index] + + # If anything was excluded, put the excluded list into the_dict at + # excluded_key. + if len(excluded_list) > 0: + the_dict[excluded_key] = excluded_list + + # Now recurse into subdicts and lists that may contain dicts. + for key, value in the_dict.items(): + if isinstance(value, dict): + ProcessListFiltersInDict(key, value) + elif isinstance(value, list): + ProcessListFiltersInList(key, value) + + +def ProcessListFiltersInList(name, the_list): + for item in the_list: + if isinstance(item, dict): + ProcessListFiltersInDict(name, item) + elif isinstance(item, list): + ProcessListFiltersInList(name, item) + + +def ValidateTargetType(target, target_dict): + """Ensures the 'type' field on the target is one of the known types. + + Arguments: + target: string, name of target. + target_dict: dict, target spec. + + Raises an exception on error. + """ + VALID_TARGET_TYPES = ( + "executable", + "loadable_module", + "static_library", + "shared_library", + "mac_kernel_extension", + "none", + "windows_driver", + ) + target_type = target_dict.get("type", None) + if target_type not in VALID_TARGET_TYPES: + raise GypError( + "Target %s has an invalid target type '%s'. " + "Must be one of %s." % (target, target_type, "/".join(VALID_TARGET_TYPES)) + ) + if ( + target_dict.get("standalone_static_library", 0) + and not target_type == "static_library" + ): + raise GypError( + "Target %s has type %s but standalone_static_library flag is" + " only valid for static_library type." % (target, target_type) + ) + + +def ValidateRulesInTarget(target, target_dict, extra_sources_for_rules): + """Ensures that the rules sections in target_dict are valid and consistent, + and determines which sources they apply to. + + Arguments: + target: string, name of target. + target_dict: dict, target spec containing "rules" and "sources" lists. + extra_sources_for_rules: a list of keys to scan for rule matches in + addition to 'sources'. + """ + + # Dicts to map between values found in rules' 'rule_name' and 'extension' + # keys and the rule dicts themselves. + rule_names = {} + rule_extensions = {} + + rules = target_dict.get("rules", []) + for rule in rules: + # Make sure that there's no conflict among rule names and extensions. + rule_name = rule["rule_name"] + if rule_name in rule_names: + raise GypError( + f"rule {rule_name} exists in duplicate, target {target}" + ) + rule_names[rule_name] = rule + + rule_extension = rule["extension"] + if rule_extension.startswith("."): + rule_extension = rule_extension[1:] + if rule_extension in rule_extensions: + raise GypError( + ( + "extension %s associated with multiple rules, " + + "target %s rules %s and %s" + ) + % ( + rule_extension, + target, + rule_extensions[rule_extension]["rule_name"], + rule_name, + ) + ) + rule_extensions[rule_extension] = rule + + # Make sure rule_sources isn't already there. It's going to be + # created below if needed. + if "rule_sources" in rule: + raise GypError( + "rule_sources must not exist in input, target %s rule %s" + % (target, rule_name) + ) + + rule_sources = [] + source_keys = ["sources"] + source_keys.extend(extra_sources_for_rules) + for source_key in source_keys: + for source in target_dict.get(source_key, []): + (source_root, source_extension) = os.path.splitext(source) + if source_extension.startswith("."): + source_extension = source_extension[1:] + if source_extension == rule_extension: + rule_sources.append(source) + + if len(rule_sources) > 0: + rule["rule_sources"] = rule_sources + + +def ValidateRunAsInTarget(target, target_dict, build_file): + target_name = target_dict.get("target_name") + run_as = target_dict.get("run_as") + if not run_as: + return + if not isinstance(run_as, dict): + raise GypError( + "The 'run_as' in target %s from file %s should be a " + "dictionary." % (target_name, build_file) + ) + action = run_as.get("action") + if not action: + raise GypError( + "The 'run_as' in target %s from file %s must have an " + "'action' section." % (target_name, build_file) + ) + if not isinstance(action, list): + raise GypError( + "The 'action' for 'run_as' in target %s from file %s " + "must be a list." % (target_name, build_file) + ) + working_directory = run_as.get("working_directory") + if working_directory and not isinstance(working_directory, str): + raise GypError( + "The 'working_directory' for 'run_as' in target %s " + "in file %s should be a string." % (target_name, build_file) + ) + environment = run_as.get("environment") + if environment and not isinstance(environment, dict): + raise GypError( + "The 'environment' for 'run_as' in target %s " + "in file %s should be a dictionary." % (target_name, build_file) + ) + + +def ValidateActionsInTarget(target, target_dict, build_file): + """Validates the inputs to the actions in a target.""" + target_name = target_dict.get("target_name") + actions = target_dict.get("actions", []) + for action in actions: + action_name = action.get("action_name") + if not action_name: + raise GypError( + "Anonymous action in target %s. " + "An action must have an 'action_name' field." % target_name + ) + inputs = action.get("inputs", None) + if inputs is None: + raise GypError("Action in target %s has no inputs." % target_name) + action_command = action.get("action") + if action_command and not action_command[0]: + raise GypError("Empty action as command in target %s." % target_name) + + +def TurnIntIntoStrInDict(the_dict): + """Given dict the_dict, recursively converts all integers into strings. + """ + # Use items instead of iteritems because there's no need to try to look at + # reinserted keys and their associated values. + for k, v in the_dict.items(): + if isinstance(v, int): + v = str(v) + the_dict[k] = v + elif isinstance(v, dict): + TurnIntIntoStrInDict(v) + elif isinstance(v, list): + TurnIntIntoStrInList(v) + + if isinstance(k, int): + del the_dict[k] + the_dict[str(k)] = v + + +def TurnIntIntoStrInList(the_list): + """Given list the_list, recursively converts all integers into strings. + """ + for index, item in enumerate(the_list): + if isinstance(item, int): + the_list[index] = str(item) + elif isinstance(item, dict): + TurnIntIntoStrInDict(item) + elif isinstance(item, list): + TurnIntIntoStrInList(item) + + +def PruneUnwantedTargets(targets, flat_list, dependency_nodes, root_targets, data): + """Return only the targets that are deep dependencies of |root_targets|.""" + qualified_root_targets = [] + for target in root_targets: + target = target.strip() + qualified_targets = gyp.common.FindQualifiedTargets(target, flat_list) + if not qualified_targets: + raise GypError("Could not find target %s" % target) + qualified_root_targets.extend(qualified_targets) + + wanted_targets = {} + for target in qualified_root_targets: + wanted_targets[target] = targets[target] + for dependency in dependency_nodes[target].DeepDependencies(): + wanted_targets[dependency] = targets[dependency] + + wanted_flat_list = [t for t in flat_list if t in wanted_targets] + + # Prune unwanted targets from each build_file's data dict. + for build_file in data["target_build_files"]: + if "targets" not in data[build_file]: + continue + new_targets = [] + for target in data[build_file]["targets"]: + qualified_name = gyp.common.QualifiedTarget( + build_file, target["target_name"], target["toolset"] + ) + if qualified_name in wanted_targets: + new_targets.append(target) + data[build_file]["targets"] = new_targets + + return wanted_targets, wanted_flat_list + + +def VerifyNoCollidingTargets(targets): + """Verify that no two targets in the same directory share the same name. + + Arguments: + targets: A list of targets in the form 'path/to/file.gyp:target_name'. + """ + # Keep a dict going from 'subdirectory:target_name' to 'foo.gyp'. + used = {} + for target in targets: + # Separate out 'path/to/file.gyp, 'target_name' from + # 'path/to/file.gyp:target_name'. + path, name = target.rsplit(":", 1) + # Separate out 'path/to', 'file.gyp' from 'path/to/file.gyp'. + subdir, gyp = os.path.split(path) + # Use '.' for the current directory '', so that the error messages make + # more sense. + if not subdir: + subdir = "." + # Prepare a key like 'path/to:target_name'. + key = subdir + ":" + name + if key in used: + # Complain if this target is already used. + raise GypError( + 'Duplicate target name "%s" in directory "%s" used both ' + 'in "%s" and "%s".' % (name, subdir, gyp, used[key]) + ) + used[key] = gyp + + +def SetGeneratorGlobals(generator_input_info): + # Set up path_sections and non_configuration_keys with the default data plus + # the generator-specific data. + global path_sections + path_sections = set(base_path_sections) + path_sections.update(generator_input_info["path_sections"]) + + global non_configuration_keys + non_configuration_keys = base_non_configuration_keys[:] + non_configuration_keys.extend(generator_input_info["non_configuration_keys"]) + + global multiple_toolsets + multiple_toolsets = generator_input_info["generator_supports_multiple_toolsets"] + + global generator_filelist_paths + generator_filelist_paths = generator_input_info["generator_filelist_paths"] + + +def Load( + build_files, + variables, + includes, + depth, + generator_input_info, + check, + circular_check, + parallel, + root_targets, +): + SetGeneratorGlobals(generator_input_info) + # A generator can have other lists (in addition to sources) be processed + # for rules. + extra_sources_for_rules = generator_input_info["extra_sources_for_rules"] + + # Load build files. This loads every target-containing build file into + # the |data| dictionary such that the keys to |data| are build file names, + # and the values are the entire build file contents after "early" or "pre" + # processing has been done and includes have been resolved. + # NOTE: data contains both "target" files (.gyp) and "includes" (.gypi), as + # well as meta-data (e.g. 'included_files' key). 'target_build_files' keeps + # track of the keys corresponding to "target" files. + data = {"target_build_files": set()} + # Normalize paths everywhere. This is important because paths will be + # used as keys to the data dict and for references between input files. + build_files = set(map(os.path.normpath, build_files)) + if parallel: + LoadTargetBuildFilesParallel( + build_files, data, variables, includes, depth, check, generator_input_info + ) + else: + aux_data = {} + for build_file in build_files: + try: + LoadTargetBuildFile( + build_file, data, aux_data, variables, includes, depth, check, True + ) + except Exception as e: + gyp.common.ExceptionAppend(e, "while trying to load %s" % build_file) + raise + + # Build a dict to access each target's subdict by qualified name. + targets = BuildTargetsDict(data) + + # Fully qualify all dependency links. + QualifyDependencies(targets) + + # Remove self-dependencies from targets that have 'prune_self_dependencies' + # set to 1. + RemoveSelfDependencies(targets) + + # Expand dependencies specified as build_file:*. + ExpandWildcardDependencies(targets, data) + + # Remove all dependencies marked as 'link_dependency' from the targets of + # type 'none'. + RemoveLinkDependenciesFromNoneTargets(targets) + + # Apply exclude (!) and regex (/) list filters only for dependency_sections. + for target_name, target_dict in targets.items(): + tmp_dict = {} + for key_base in dependency_sections: + for op in ("", "!", "/"): + key = key_base + op + if key in target_dict: + tmp_dict[key] = target_dict[key] + del target_dict[key] + ProcessListFiltersInDict(target_name, tmp_dict) + # Write the results back to |target_dict|. + for key, value in tmp_dict.items(): + target_dict[key] = value + + # Make sure every dependency appears at most once. + RemoveDuplicateDependencies(targets) + + if circular_check: + # Make sure that any targets in a.gyp don't contain dependencies in other + # .gyp files that further depend on a.gyp. + VerifyNoGYPFileCircularDependencies(targets) + + [dependency_nodes, flat_list] = BuildDependencyList(targets) + + if root_targets: + # Remove, from |targets| and |flat_list|, the targets that are not deep + # dependencies of the targets specified in |root_targets|. + targets, flat_list = PruneUnwantedTargets( + targets, flat_list, dependency_nodes, root_targets, data + ) + + # Check that no two targets in the same directory have the same name. + VerifyNoCollidingTargets(flat_list) + + # Handle dependent settings of various types. + for settings_type in [ + "all_dependent_settings", + "direct_dependent_settings", + "link_settings", + ]: + DoDependentSettings(settings_type, flat_list, targets, dependency_nodes) + + # Take out the dependent settings now that they've been published to all + # of the targets that require them. + for target in flat_list: + if settings_type in targets[target]: + del targets[target][settings_type] + + # Make sure static libraries don't declare dependencies on other static + # libraries, but that linkables depend on all unlinked static libraries + # that they need so that their link steps will be correct. + gii = generator_input_info + if gii["generator_wants_static_library_dependencies_adjusted"]: + AdjustStaticLibraryDependencies( + flat_list, + targets, + dependency_nodes, + gii["generator_wants_sorted_dependencies"], + ) + + # Apply "post"/"late"/"target" variable expansions and condition evaluations. + for target in flat_list: + target_dict = targets[target] + build_file = gyp.common.BuildFile(target) + ProcessVariablesAndConditionsInDict( + target_dict, PHASE_LATE, variables, build_file + ) + + # Move everything that can go into a "configurations" section into one. + for target in flat_list: + target_dict = targets[target] + SetUpConfigurations(target, target_dict) + + # Apply exclude (!) and regex (/) list filters. + for target in flat_list: + target_dict = targets[target] + ProcessListFiltersInDict(target, target_dict) + + # Apply "latelate" variable expansions and condition evaluations. + for target in flat_list: + target_dict = targets[target] + build_file = gyp.common.BuildFile(target) + ProcessVariablesAndConditionsInDict( + target_dict, PHASE_LATELATE, variables, build_file + ) + + # Make sure that the rules make sense, and build up rule_sources lists as + # needed. Not all generators will need to use the rule_sources lists, but + # some may, and it seems best to build the list in a common spot. + # Also validate actions and run_as elements in targets. + for target in flat_list: + target_dict = targets[target] + build_file = gyp.common.BuildFile(target) + ValidateTargetType(target, target_dict) + ValidateRulesInTarget(target, target_dict, extra_sources_for_rules) + ValidateRunAsInTarget(target, target_dict, build_file) + ValidateActionsInTarget(target, target_dict, build_file) + + # Generators might not expect ints. Turn them into strs. + TurnIntIntoStrInDict(data) + + # TODO(mark): Return |data| for now because the generator needs a list of + # build files that came in. In the future, maybe it should just accept + # a list, and not the whole data dict. + return [flat_list, targets, data] diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/input_test.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/input_test.py new file mode 100755 index 00000000..a18f72e9 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/input_test.py @@ -0,0 +1,98 @@ +#!/usr/bin/env python3 + +# Copyright 2013 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Unit tests for the input.py file.""" + +import gyp.input +import unittest + + +class TestFindCycles(unittest.TestCase): + def setUp(self): + self.nodes = {} + for x in ("a", "b", "c", "d", "e"): + self.nodes[x] = gyp.input.DependencyGraphNode(x) + + def _create_dependency(self, dependent, dependency): + dependent.dependencies.append(dependency) + dependency.dependents.append(dependent) + + def test_no_cycle_empty_graph(self): + for label, node in self.nodes.items(): + self.assertEqual([], node.FindCycles()) + + def test_no_cycle_line(self): + self._create_dependency(self.nodes["a"], self.nodes["b"]) + self._create_dependency(self.nodes["b"], self.nodes["c"]) + self._create_dependency(self.nodes["c"], self.nodes["d"]) + + for label, node in self.nodes.items(): + self.assertEqual([], node.FindCycles()) + + def test_no_cycle_dag(self): + self._create_dependency(self.nodes["a"], self.nodes["b"]) + self._create_dependency(self.nodes["a"], self.nodes["c"]) + self._create_dependency(self.nodes["b"], self.nodes["c"]) + + for label, node in self.nodes.items(): + self.assertEqual([], node.FindCycles()) + + def test_cycle_self_reference(self): + self._create_dependency(self.nodes["a"], self.nodes["a"]) + + self.assertEqual( + [[self.nodes["a"], self.nodes["a"]]], self.nodes["a"].FindCycles() + ) + + def test_cycle_two_nodes(self): + self._create_dependency(self.nodes["a"], self.nodes["b"]) + self._create_dependency(self.nodes["b"], self.nodes["a"]) + + self.assertEqual( + [[self.nodes["a"], self.nodes["b"], self.nodes["a"]]], + self.nodes["a"].FindCycles(), + ) + self.assertEqual( + [[self.nodes["b"], self.nodes["a"], self.nodes["b"]]], + self.nodes["b"].FindCycles(), + ) + + def test_two_cycles(self): + self._create_dependency(self.nodes["a"], self.nodes["b"]) + self._create_dependency(self.nodes["b"], self.nodes["a"]) + + self._create_dependency(self.nodes["b"], self.nodes["c"]) + self._create_dependency(self.nodes["c"], self.nodes["b"]) + + cycles = self.nodes["a"].FindCycles() + self.assertTrue([self.nodes["a"], self.nodes["b"], self.nodes["a"]] in cycles) + self.assertTrue([self.nodes["b"], self.nodes["c"], self.nodes["b"]] in cycles) + self.assertEqual(2, len(cycles)) + + def test_big_cycle(self): + self._create_dependency(self.nodes["a"], self.nodes["b"]) + self._create_dependency(self.nodes["b"], self.nodes["c"]) + self._create_dependency(self.nodes["c"], self.nodes["d"]) + self._create_dependency(self.nodes["d"], self.nodes["e"]) + self._create_dependency(self.nodes["e"], self.nodes["a"]) + + self.assertEqual( + [ + [ + self.nodes["a"], + self.nodes["b"], + self.nodes["c"], + self.nodes["d"], + self.nodes["e"], + self.nodes["a"], + ] + ], + self.nodes["a"].FindCycles(), + ) + + +if __name__ == "__main__": + unittest.main() diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py new file mode 100755 index 00000000..59647c9a --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py @@ -0,0 +1,771 @@ +#!/usr/bin/env python3 +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Utility functions to perform Xcode-style build steps. + +These functions are executed via gyp-mac-tool when using the Makefile generator. +""" + + +import fcntl +import fnmatch +import glob +import json +import os +import plistlib +import re +import shutil +import struct +import subprocess +import sys +import tempfile + + +def main(args): + executor = MacTool() + exit_code = executor.Dispatch(args) + if exit_code is not None: + sys.exit(exit_code) + + +class MacTool: + """This class performs all the Mac tooling steps. The methods can either be + executed directly, or dispatched from an argument list.""" + + def Dispatch(self, args): + """Dispatches a string command to a method.""" + if len(args) < 1: + raise Exception("Not enough arguments") + + method = "Exec%s" % self._CommandifyName(args[0]) + return getattr(self, method)(*args[1:]) + + def _CommandifyName(self, name_string): + """Transforms a tool name like copy-info-plist to CopyInfoPlist""" + return name_string.title().replace("-", "") + + def ExecCopyBundleResource(self, source, dest, convert_to_binary): + """Copies a resource file to the bundle/Resources directory, performing any + necessary compilation on each resource.""" + convert_to_binary = convert_to_binary == "True" + extension = os.path.splitext(source)[1].lower() + if os.path.isdir(source): + # Copy tree. + # TODO(thakis): This copies file attributes like mtime, while the + # single-file branch below doesn't. This should probably be changed to + # be consistent with the single-file branch. + if os.path.exists(dest): + shutil.rmtree(dest) + shutil.copytree(source, dest) + elif extension == ".xib": + return self._CopyXIBFile(source, dest) + elif extension == ".storyboard": + return self._CopyXIBFile(source, dest) + elif extension == ".strings" and not convert_to_binary: + self._CopyStringsFile(source, dest) + else: + if os.path.exists(dest): + os.unlink(dest) + shutil.copy(source, dest) + + if convert_to_binary and extension in (".plist", ".strings"): + self._ConvertToBinary(dest) + + def _CopyXIBFile(self, source, dest): + """Compiles a XIB file with ibtool into a binary plist in the bundle.""" + + # ibtool sometimes crashes with relative paths. See crbug.com/314728. + base = os.path.dirname(os.path.realpath(__file__)) + if os.path.relpath(source): + source = os.path.join(base, source) + if os.path.relpath(dest): + dest = os.path.join(base, dest) + + args = ["xcrun", "ibtool", "--errors", "--warnings", "--notices"] + + if os.environ["XCODE_VERSION_ACTUAL"] > "0700": + args.extend(["--auto-activate-custom-fonts"]) + if "IPHONEOS_DEPLOYMENT_TARGET" in os.environ: + args.extend( + [ + "--target-device", + "iphone", + "--target-device", + "ipad", + "--minimum-deployment-target", + os.environ["IPHONEOS_DEPLOYMENT_TARGET"], + ] + ) + else: + args.extend( + [ + "--target-device", + "mac", + "--minimum-deployment-target", + os.environ["MACOSX_DEPLOYMENT_TARGET"], + ] + ) + + args.extend( + ["--output-format", "human-readable-text", "--compile", dest, source] + ) + + ibtool_section_re = re.compile(r"/\*.*\*/") + ibtool_re = re.compile(r".*note:.*is clipping its content") + try: + stdout = subprocess.check_output(args) + except subprocess.CalledProcessError as e: + print(e.output) + raise + current_section_header = None + for line in stdout.splitlines(): + if ibtool_section_re.match(line): + current_section_header = line + elif not ibtool_re.match(line): + if current_section_header: + print(current_section_header) + current_section_header = None + print(line) + return 0 + + def _ConvertToBinary(self, dest): + subprocess.check_call( + ["xcrun", "plutil", "-convert", "binary1", "-o", dest, dest] + ) + + def _CopyStringsFile(self, source, dest): + """Copies a .strings file using iconv to reconvert the input into UTF-16.""" + input_code = self._DetectInputEncoding(source) or "UTF-8" + + # Xcode's CpyCopyStringsFile / builtin-copyStrings seems to call + # CFPropertyListCreateFromXMLData() behind the scenes; at least it prints + # CFPropertyListCreateFromXMLData(): Old-style plist parser: missing + # semicolon in dictionary. + # on invalid files. Do the same kind of validation. + import CoreFoundation + + with open(source, "rb") as in_file: + s = in_file.read() + d = CoreFoundation.CFDataCreate(None, s, len(s)) + _, error = CoreFoundation.CFPropertyListCreateFromXMLData(None, d, 0, None) + if error: + return + + with open(dest, "wb") as fp: + fp.write(s.decode(input_code).encode("UTF-16")) + + def _DetectInputEncoding(self, file_name): + """Reads the first few bytes from file_name and tries to guess the text + encoding. Returns None as a guess if it can't detect it.""" + with open(file_name, "rb") as fp: + try: + header = fp.read(3) + except Exception: + return None + if header.startswith(b"\xFE\xFF"): + return "UTF-16" + elif header.startswith(b"\xFF\xFE"): + return "UTF-16" + elif header.startswith(b"\xEF\xBB\xBF"): + return "UTF-8" + else: + return None + + def ExecCopyInfoPlist(self, source, dest, convert_to_binary, *keys): + """Copies the |source| Info.plist to the destination directory |dest|.""" + # Read the source Info.plist into memory. + with open(source) as fd: + lines = fd.read() + + # Insert synthesized key/value pairs (e.g. BuildMachineOSBuild). + plist = plistlib.readPlistFromString(lines) + if keys: + plist.update(json.loads(keys[0])) + lines = plistlib.writePlistToString(plist) + + # Go through all the environment variables and replace them as variables in + # the file. + IDENT_RE = re.compile(r"[_/\s]") + for key in os.environ: + if key.startswith("_"): + continue + evar = "${%s}" % key + evalue = os.environ[key] + lines = lines.replace(lines, evar, evalue) + + # Xcode supports various suffices on environment variables, which are + # all undocumented. :rfc1034identifier is used in the standard project + # template these days, and :identifier was used earlier. They are used to + # convert non-url characters into things that look like valid urls -- + # except that the replacement character for :identifier, '_' isn't valid + # in a URL either -- oops, hence :rfc1034identifier was born. + evar = "${%s:identifier}" % key + evalue = IDENT_RE.sub("_", os.environ[key]) + lines = lines.replace(lines, evar, evalue) + + evar = "${%s:rfc1034identifier}" % key + evalue = IDENT_RE.sub("-", os.environ[key]) + lines = lines.replace(lines, evar, evalue) + + # Remove any keys with values that haven't been replaced. + lines = lines.splitlines() + for i in range(len(lines)): + if lines[i].strip().startswith("${"): + lines[i] = None + lines[i - 1] = None + lines = "\n".join(line for line in lines if line is not None) + + # Write out the file with variables replaced. + with open(dest, "w") as fd: + fd.write(lines) + + # Now write out PkgInfo file now that the Info.plist file has been + # "compiled". + self._WritePkgInfo(dest) + + if convert_to_binary == "True": + self._ConvertToBinary(dest) + + def _WritePkgInfo(self, info_plist): + """This writes the PkgInfo file from the data stored in Info.plist.""" + plist = plistlib.readPlist(info_plist) + if not plist: + return + + # Only create PkgInfo for executable types. + package_type = plist["CFBundlePackageType"] + if package_type != "APPL": + return + + # The format of PkgInfo is eight characters, representing the bundle type + # and bundle signature, each four characters. If that is missing, four + # '?' characters are used instead. + signature_code = plist.get("CFBundleSignature", "????") + if len(signature_code) != 4: # Wrong length resets everything, too. + signature_code = "?" * 4 + + dest = os.path.join(os.path.dirname(info_plist), "PkgInfo") + with open(dest, "w") as fp: + fp.write(f"{package_type}{signature_code}") + + def ExecFlock(self, lockfile, *cmd_list): + """Emulates the most basic behavior of Linux's flock(1).""" + # Rely on exception handling to report errors. + fd = os.open(lockfile, os.O_RDONLY | os.O_NOCTTY | os.O_CREAT, 0o666) + fcntl.flock(fd, fcntl.LOCK_EX) + return subprocess.call(cmd_list) + + def ExecFilterLibtool(self, *cmd_list): + """Calls libtool and filters out '/path/to/libtool: file: foo.o has no + symbols'.""" + libtool_re = re.compile( + r"^.*libtool: (?:for architecture: \S* )?" r"file: .* has no symbols$" + ) + libtool_re5 = re.compile( + r"^.*libtool: warning for library: " + + r".* the table of contents is empty " + + r"\(no object file members in the library define global symbols\)$" + ) + env = os.environ.copy() + # Ref: + # http://www.opensource.apple.com/source/cctools/cctools-809/misc/libtool.c + # The problem with this flag is that it resets the file mtime on the file to + # epoch=0, e.g. 1970-1-1 or 1969-12-31 depending on timezone. + env["ZERO_AR_DATE"] = "1" + libtoolout = subprocess.Popen(cmd_list, stderr=subprocess.PIPE, env=env) + err = libtoolout.communicate()[1].decode("utf-8") + for line in err.splitlines(): + if not libtool_re.match(line) and not libtool_re5.match(line): + print(line, file=sys.stderr) + # Unconditionally touch the output .a file on the command line if present + # and the command succeeded. A bit hacky. + if not libtoolout.returncode: + for i in range(len(cmd_list) - 1): + if cmd_list[i] == "-o" and cmd_list[i + 1].endswith(".a"): + os.utime(cmd_list[i + 1], None) + break + return libtoolout.returncode + + def ExecPackageIosFramework(self, framework): + # Find the name of the binary based on the part before the ".framework". + binary = os.path.basename(framework).split(".")[0] + module_path = os.path.join(framework, "Modules") + if not os.path.exists(module_path): + os.mkdir(module_path) + module_template = ( + "framework module %s {\n" + ' umbrella header "%s.h"\n' + "\n" + " export *\n" + " module * { export * }\n" + "}\n" % (binary, binary) + ) + + with open(os.path.join(module_path, "module.modulemap"), "w") as module_file: + module_file.write(module_template) + + def ExecPackageFramework(self, framework, version): + """Takes a path to Something.framework and the Current version of that and + sets up all the symlinks.""" + # Find the name of the binary based on the part before the ".framework". + binary = os.path.basename(framework).split(".")[0] + + CURRENT = "Current" + RESOURCES = "Resources" + VERSIONS = "Versions" + + if not os.path.exists(os.path.join(framework, VERSIONS, version, binary)): + # Binary-less frameworks don't seem to contain symlinks (see e.g. + # chromium's out/Debug/org.chromium.Chromium.manifest/ bundle). + return + + # Move into the framework directory to set the symlinks correctly. + pwd = os.getcwd() + os.chdir(framework) + + # Set up the Current version. + self._Relink(version, os.path.join(VERSIONS, CURRENT)) + + # Set up the root symlinks. + self._Relink(os.path.join(VERSIONS, CURRENT, binary), binary) + self._Relink(os.path.join(VERSIONS, CURRENT, RESOURCES), RESOURCES) + + # Back to where we were before! + os.chdir(pwd) + + def _Relink(self, dest, link): + """Creates a symlink to |dest| named |link|. If |link| already exists, + it is overwritten.""" + if os.path.lexists(link): + os.remove(link) + os.symlink(dest, link) + + def ExecCompileIosFrameworkHeaderMap(self, out, framework, *all_headers): + framework_name = os.path.basename(framework).split(".")[0] + all_headers = [os.path.abspath(header) for header in all_headers] + filelist = {} + for header in all_headers: + filename = os.path.basename(header) + filelist[filename] = header + filelist[os.path.join(framework_name, filename)] = header + WriteHmap(out, filelist) + + def ExecCopyIosFrameworkHeaders(self, framework, *copy_headers): + header_path = os.path.join(framework, "Headers") + if not os.path.exists(header_path): + os.makedirs(header_path) + for header in copy_headers: + shutil.copy(header, os.path.join(header_path, os.path.basename(header))) + + def ExecCompileXcassets(self, keys, *inputs): + """Compiles multiple .xcassets files into a single .car file. + + This invokes 'actool' to compile all the inputs .xcassets files. The + |keys| arguments is a json-encoded dictionary of extra arguments to + pass to 'actool' when the asset catalogs contains an application icon + or a launch image. + + Note that 'actool' does not create the Assets.car file if the asset + catalogs does not contains imageset. + """ + command_line = [ + "xcrun", + "actool", + "--output-format", + "human-readable-text", + "--compress-pngs", + "--notices", + "--warnings", + "--errors", + ] + is_iphone_target = "IPHONEOS_DEPLOYMENT_TARGET" in os.environ + if is_iphone_target: + platform = os.environ["CONFIGURATION"].split("-")[-1] + if platform not in ("iphoneos", "iphonesimulator"): + platform = "iphonesimulator" + command_line.extend( + [ + "--platform", + platform, + "--target-device", + "iphone", + "--target-device", + "ipad", + "--minimum-deployment-target", + os.environ["IPHONEOS_DEPLOYMENT_TARGET"], + "--compile", + os.path.abspath(os.environ["CONTENTS_FOLDER_PATH"]), + ] + ) + else: + command_line.extend( + [ + "--platform", + "macosx", + "--target-device", + "mac", + "--minimum-deployment-target", + os.environ["MACOSX_DEPLOYMENT_TARGET"], + "--compile", + os.path.abspath(os.environ["UNLOCALIZED_RESOURCES_FOLDER_PATH"]), + ] + ) + if keys: + keys = json.loads(keys) + for key, value in keys.items(): + arg_name = "--" + key + if isinstance(value, bool): + if value: + command_line.append(arg_name) + elif isinstance(value, list): + for v in value: + command_line.append(arg_name) + command_line.append(str(v)) + else: + command_line.append(arg_name) + command_line.append(str(value)) + # Note: actool crashes if inputs path are relative, so use os.path.abspath + # to get absolute path name for inputs. + command_line.extend(map(os.path.abspath, inputs)) + subprocess.check_call(command_line) + + def ExecMergeInfoPlist(self, output, *inputs): + """Merge multiple .plist files into a single .plist file.""" + merged_plist = {} + for path in inputs: + plist = self._LoadPlistMaybeBinary(path) + self._MergePlist(merged_plist, plist) + plistlib.writePlist(merged_plist, output) + + def ExecCodeSignBundle(self, key, entitlements, provisioning, path, preserve): + """Code sign a bundle. + + This function tries to code sign an iOS bundle, following the same + algorithm as Xcode: + 1. pick the provisioning profile that best match the bundle identifier, + and copy it into the bundle as embedded.mobileprovision, + 2. copy Entitlements.plist from user or SDK next to the bundle, + 3. code sign the bundle. + """ + substitutions, overrides = self._InstallProvisioningProfile( + provisioning, self._GetCFBundleIdentifier() + ) + entitlements_path = self._InstallEntitlements( + entitlements, substitutions, overrides + ) + + args = ["codesign", "--force", "--sign", key] + if preserve == "True": + args.extend(["--deep", "--preserve-metadata=identifier,entitlements"]) + else: + args.extend(["--entitlements", entitlements_path]) + args.extend(["--timestamp=none", path]) + subprocess.check_call(args) + + def _InstallProvisioningProfile(self, profile, bundle_identifier): + """Installs embedded.mobileprovision into the bundle. + + Args: + profile: string, optional, short name of the .mobileprovision file + to use, if empty or the file is missing, the best file installed + will be used + bundle_identifier: string, value of CFBundleIdentifier from Info.plist + + Returns: + A tuple containing two dictionary: variables substitutions and values + to overrides when generating the entitlements file. + """ + source_path, provisioning_data, team_id = self._FindProvisioningProfile( + profile, bundle_identifier + ) + target_path = os.path.join( + os.environ["BUILT_PRODUCTS_DIR"], + os.environ["CONTENTS_FOLDER_PATH"], + "embedded.mobileprovision", + ) + shutil.copy2(source_path, target_path) + substitutions = self._GetSubstitutions(bundle_identifier, team_id + ".") + return substitutions, provisioning_data["Entitlements"] + + def _FindProvisioningProfile(self, profile, bundle_identifier): + """Finds the .mobileprovision file to use for signing the bundle. + + Checks all the installed provisioning profiles (or if the user specified + the PROVISIONING_PROFILE variable, only consult it) and select the most + specific that correspond to the bundle identifier. + + Args: + profile: string, optional, short name of the .mobileprovision file + to use, if empty or the file is missing, the best file installed + will be used + bundle_identifier: string, value of CFBundleIdentifier from Info.plist + + Returns: + A tuple of the path to the selected provisioning profile, the data of + the embedded plist in the provisioning profile and the team identifier + to use for code signing. + + Raises: + SystemExit: if no .mobileprovision can be used to sign the bundle. + """ + profiles_dir = os.path.join( + os.environ["HOME"], "Library", "MobileDevice", "Provisioning Profiles" + ) + if not os.path.isdir(profiles_dir): + print( + "cannot find mobile provisioning for %s" % (bundle_identifier), + file=sys.stderr, + ) + sys.exit(1) + provisioning_profiles = None + if profile: + profile_path = os.path.join(profiles_dir, profile + ".mobileprovision") + if os.path.exists(profile_path): + provisioning_profiles = [profile_path] + if not provisioning_profiles: + provisioning_profiles = glob.glob( + os.path.join(profiles_dir, "*.mobileprovision") + ) + valid_provisioning_profiles = {} + for profile_path in provisioning_profiles: + profile_data = self._LoadProvisioningProfile(profile_path) + app_id_pattern = profile_data.get("Entitlements", {}).get( + "application-identifier", "" + ) + for team_identifier in profile_data.get("TeamIdentifier", []): + app_id = f"{team_identifier}.{bundle_identifier}" + if fnmatch.fnmatch(app_id, app_id_pattern): + valid_provisioning_profiles[app_id_pattern] = ( + profile_path, + profile_data, + team_identifier, + ) + if not valid_provisioning_profiles: + print( + "cannot find mobile provisioning for %s" % (bundle_identifier), + file=sys.stderr, + ) + sys.exit(1) + # If the user has multiple provisioning profiles installed that can be + # used for ${bundle_identifier}, pick the most specific one (ie. the + # provisioning profile whose pattern is the longest). + selected_key = max(valid_provisioning_profiles, key=lambda v: len(v)) + return valid_provisioning_profiles[selected_key] + + def _LoadProvisioningProfile(self, profile_path): + """Extracts the plist embedded in a provisioning profile. + + Args: + profile_path: string, path to the .mobileprovision file + + Returns: + Content of the plist embedded in the provisioning profile as a dictionary. + """ + with tempfile.NamedTemporaryFile() as temp: + subprocess.check_call( + ["security", "cms", "-D", "-i", profile_path, "-o", temp.name] + ) + return self._LoadPlistMaybeBinary(temp.name) + + def _MergePlist(self, merged_plist, plist): + """Merge |plist| into |merged_plist|.""" + for key, value in plist.items(): + if isinstance(value, dict): + merged_value = merged_plist.get(key, {}) + if isinstance(merged_value, dict): + self._MergePlist(merged_value, value) + merged_plist[key] = merged_value + else: + merged_plist[key] = value + else: + merged_plist[key] = value + + def _LoadPlistMaybeBinary(self, plist_path): + """Loads into a memory a plist possibly encoded in binary format. + + This is a wrapper around plistlib.readPlist that tries to convert the + plist to the XML format if it can't be parsed (assuming that it is in + the binary format). + + Args: + plist_path: string, path to a plist file, in XML or binary format + + Returns: + Content of the plist as a dictionary. + """ + try: + # First, try to read the file using plistlib that only supports XML, + # and if an exception is raised, convert a temporary copy to XML and + # load that copy. + return plistlib.readPlist(plist_path) + except Exception: + pass + with tempfile.NamedTemporaryFile() as temp: + shutil.copy2(plist_path, temp.name) + subprocess.check_call(["plutil", "-convert", "xml1", temp.name]) + return plistlib.readPlist(temp.name) + + def _GetSubstitutions(self, bundle_identifier, app_identifier_prefix): + """Constructs a dictionary of variable substitutions for Entitlements.plist. + + Args: + bundle_identifier: string, value of CFBundleIdentifier from Info.plist + app_identifier_prefix: string, value for AppIdentifierPrefix + + Returns: + Dictionary of substitutions to apply when generating Entitlements.plist. + """ + return { + "CFBundleIdentifier": bundle_identifier, + "AppIdentifierPrefix": app_identifier_prefix, + } + + def _GetCFBundleIdentifier(self): + """Extracts CFBundleIdentifier value from Info.plist in the bundle. + + Returns: + Value of CFBundleIdentifier in the Info.plist located in the bundle. + """ + info_plist_path = os.path.join( + os.environ["TARGET_BUILD_DIR"], os.environ["INFOPLIST_PATH"] + ) + info_plist_data = self._LoadPlistMaybeBinary(info_plist_path) + return info_plist_data["CFBundleIdentifier"] + + def _InstallEntitlements(self, entitlements, substitutions, overrides): + """Generates and install the ${BundleName}.xcent entitlements file. + + Expands variables "$(variable)" pattern in the source entitlements file, + add extra entitlements defined in the .mobileprovision file and the copy + the generated plist to "${BundlePath}.xcent". + + Args: + entitlements: string, optional, path to the Entitlements.plist template + to use, defaults to "${SDKROOT}/Entitlements.plist" + substitutions: dictionary, variable substitutions + overrides: dictionary, values to add to the entitlements + + Returns: + Path to the generated entitlements file. + """ + source_path = entitlements + target_path = os.path.join( + os.environ["BUILT_PRODUCTS_DIR"], os.environ["PRODUCT_NAME"] + ".xcent" + ) + if not source_path: + source_path = os.path.join(os.environ["SDKROOT"], "Entitlements.plist") + shutil.copy2(source_path, target_path) + data = self._LoadPlistMaybeBinary(target_path) + data = self._ExpandVariables(data, substitutions) + if overrides: + for key in overrides: + if key not in data: + data[key] = overrides[key] + plistlib.writePlist(data, target_path) + return target_path + + def _ExpandVariables(self, data, substitutions): + """Expands variables "$(variable)" in data. + + Args: + data: object, can be either string, list or dictionary + substitutions: dictionary, variable substitutions to perform + + Returns: + Copy of data where each references to "$(variable)" has been replaced + by the corresponding value found in substitutions, or left intact if + the key was not found. + """ + if isinstance(data, str): + for key, value in substitutions.items(): + data = data.replace("$(%s)" % key, value) + return data + if isinstance(data, list): + return [self._ExpandVariables(v, substitutions) for v in data] + if isinstance(data, dict): + return {k: self._ExpandVariables(data[k], substitutions) for k in data} + return data + + +def NextGreaterPowerOf2(x): + return 2 ** (x).bit_length() + + +def WriteHmap(output_name, filelist): + """Generates a header map based on |filelist|. + + Per Mark Mentovai: + A header map is structured essentially as a hash table, keyed by names used + in #includes, and providing pathnames to the actual files. + + The implementation below and the comment above comes from inspecting: + http://www.opensource.apple.com/source/distcc/distcc-2503/distcc_dist/include_server/headermap.py?txt + while also looking at the implementation in clang in: + https://llvm.org/svn/llvm-project/cfe/trunk/lib/Lex/HeaderMap.cpp + """ + magic = 1751998832 + version = 1 + _reserved = 0 + count = len(filelist) + capacity = NextGreaterPowerOf2(count) + strings_offset = 24 + (12 * capacity) + max_value_length = max(len(value) for value in filelist.values()) + + out = open(output_name, "wb") + out.write( + struct.pack( + " 0 or arg.count("/") > 1: + arg = os.path.normpath(arg) + + # For a literal quote, CommandLineToArgvW requires 2n+1 backslashes + # preceding it, and results in n backslashes + the quote. So we substitute + # in 2* what we match, +1 more, plus the quote. + if quote_cmd: + arg = windows_quoter_regex.sub(lambda mo: 2 * mo.group(1) + '\\"', arg) + + # %'s also need to be doubled otherwise they're interpreted as batch + # positional arguments. Also make sure to escape the % so that they're + # passed literally through escaping so they can be singled to just the + # original %. Otherwise, trying to pass the literal representation that + # looks like an environment variable to the shell (e.g. %PATH%) would fail. + arg = arg.replace("%", "%%") + + # These commands are used in rsp files, so no escaping for the shell (via ^) + # is necessary. + + # As a workaround for programs that don't use CommandLineToArgvW, gyp + # supports msvs_quote_cmd=0, which simply disables all quoting. + if quote_cmd: + # Finally, wrap the whole thing in quotes so that the above quote rule + # applies and whitespace isn't a word break. + return f'"{arg}"' + + return arg + + +def EncodeRspFileList(args, quote_cmd): + """Process a list of arguments using QuoteCmdExeArgument.""" + # Note that the first argument is assumed to be the command. Don't add + # quotes around it because then built-ins like 'echo', etc. won't work. + # Take care to normpath only the path in the case of 'call ../x.bat' because + # otherwise the whole thing is incorrectly interpreted as a path and not + # normalized correctly. + if not args: + return "" + if args[0].startswith("call "): + call, program = args[0].split(" ", 1) + program = call + " " + os.path.normpath(program) + else: + program = os.path.normpath(args[0]) + return (program + " " + + " ".join(QuoteForRspFile(arg, quote_cmd) for arg in args[1:])) + + +def _GenericRetrieve(root, default, path): + """Given a list of dictionary keys |path| and a tree of dicts |root|, find + value at path, or return |default| if any of the path doesn't exist.""" + if not root: + return default + if not path: + return root + return _GenericRetrieve(root.get(path[0]), default, path[1:]) + + +def _AddPrefix(element, prefix): + """Add |prefix| to |element| or each subelement if element is iterable.""" + if element is None: + return element + # Note, not Iterable because we don't want to handle strings like that. + if isinstance(element, (list, tuple)): + return [prefix + e for e in element] + else: + return prefix + element + + +def _DoRemapping(element, map): + """If |element| then remap it through |map|. If |element| is iterable then + each item will be remapped. Any elements not found will be removed.""" + if map is not None and element is not None: + if not callable(map): + map = map.get # Assume it's a dict, otherwise a callable to do the remap. + if isinstance(element, (list, tuple)): + element = filter(None, [map(elem) for elem in element]) + else: + element = map(element) + return element + + +def _AppendOrReturn(append, element): + """If |append| is None, simply return |element|. If |append| is not None, + then add |element| to it, adding each item in |element| if it's a list or + tuple.""" + if append is not None and element is not None: + if isinstance(element, (list, tuple)): + append.extend(element) + else: + append.append(element) + else: + return element + + +def _FindDirectXInstallation(): + """Try to find an installation location for the DirectX SDK. Check for the + standard environment variable, and if that doesn't exist, try to find + via the registry. May return None if not found in either location.""" + # Return previously calculated value, if there is one + if hasattr(_FindDirectXInstallation, "dxsdk_dir"): + return _FindDirectXInstallation.dxsdk_dir + + dxsdk_dir = os.environ.get("DXSDK_DIR") + if not dxsdk_dir: + # Setup params to pass to and attempt to launch reg.exe. + cmd = ["reg.exe", "query", r"HKLM\Software\Microsoft\DirectX", "/s"] + p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) + stdout = p.communicate()[0].decode("utf-8") + for line in stdout.splitlines(): + if "InstallPath" in line: + dxsdk_dir = line.split(" ")[3] + "\\" + + # Cache return value + _FindDirectXInstallation.dxsdk_dir = dxsdk_dir + return dxsdk_dir + + +def GetGlobalVSMacroEnv(vs_version): + """Get a dict of variables mapping internal VS macro names to their gyp + equivalents. Returns all variables that are independent of the target.""" + env = {} + # '$(VSInstallDir)' and '$(VCInstallDir)' are available when and only when + # Visual Studio is actually installed. + if vs_version.Path(): + env["$(VSInstallDir)"] = vs_version.Path() + env["$(VCInstallDir)"] = os.path.join(vs_version.Path(), "VC") + "\\" + # Chromium uses DXSDK_DIR in include/lib paths, but it may or may not be + # set. This happens when the SDK is sync'd via src-internal, rather than + # by typical end-user installation of the SDK. If it's not set, we don't + # want to leave the unexpanded variable in the path, so simply strip it. + dxsdk_dir = _FindDirectXInstallation() + env["$(DXSDK_DIR)"] = dxsdk_dir if dxsdk_dir else "" + # Try to find an installation location for the Windows DDK by checking + # the WDK_DIR environment variable, may be None. + env["$(WDK_DIR)"] = os.environ.get("WDK_DIR", "") + return env + + +def ExtractSharedMSVSSystemIncludes(configs, generator_flags): + """Finds msvs_system_include_dirs that are common to all targets, removes + them from all targets, and returns an OrderedSet containing them.""" + all_system_includes = OrderedSet(configs[0].get("msvs_system_include_dirs", [])) + for config in configs[1:]: + system_includes = config.get("msvs_system_include_dirs", []) + all_system_includes = all_system_includes & OrderedSet(system_includes) + if not all_system_includes: + return None + # Expand macros in all_system_includes. + env = GetGlobalVSMacroEnv(GetVSVersion(generator_flags)) + expanded_system_includes = OrderedSet( + [ExpandMacros(include, env) for include in all_system_includes] + ) + if any("$" in include for include in expanded_system_includes): + # Some path relies on target-specific variables, bail. + return None + + # Remove system includes shared by all targets from the targets. + for config in configs: + includes = config.get("msvs_system_include_dirs", []) + if includes: # Don't insert a msvs_system_include_dirs key if not needed. + # This must check the unexpanded includes list: + new_includes = [i for i in includes if i not in all_system_includes] + config["msvs_system_include_dirs"] = new_includes + return expanded_system_includes + + +class MsvsSettings: + """A class that understands the gyp 'msvs_...' values (especially the + msvs_settings field). They largely correpond to the VS2008 IDE DOM. This + class helps map those settings to command line options.""" + + def __init__(self, spec, generator_flags): + self.spec = spec + self.vs_version = GetVSVersion(generator_flags) + + supported_fields = [ + ("msvs_configuration_attributes", dict), + ("msvs_settings", dict), + ("msvs_system_include_dirs", list), + ("msvs_disabled_warnings", list), + ("msvs_precompiled_header", str), + ("msvs_precompiled_source", str), + ("msvs_configuration_platform", str), + ("msvs_target_platform", str), + ] + configs = spec["configurations"] + for field, default in supported_fields: + setattr(self, field, {}) + for configname, config in configs.items(): + getattr(self, field)[configname] = config.get(field, default()) + + self.msvs_cygwin_dirs = spec.get("msvs_cygwin_dirs", ["."]) + + unsupported_fields = [ + "msvs_prebuild", + "msvs_postbuild", + ] + unsupported = [] + for field in unsupported_fields: + for config in configs.values(): + if field in config: + unsupported += [ + "{} not supported (target {}).".format( + field, spec["target_name"] + ) + ] + if unsupported: + raise Exception("\n".join(unsupported)) + + def GetExtension(self): + """Returns the extension for the target, with no leading dot. + + Uses 'product_extension' if specified, otherwise uses MSVS defaults based on + the target type. + """ + ext = self.spec.get("product_extension", None) + if ext: + return ext + return gyp.MSVSUtil.TARGET_TYPE_EXT.get(self.spec["type"], "") + + def GetVSMacroEnv(self, base_to_build=None, config=None): + """Get a dict of variables mapping internal VS macro names to their gyp + equivalents.""" + target_arch = self.GetArch(config) + target_platform = "Win32" if target_arch == "x86" else target_arch + target_name = self.spec.get("product_prefix", "") + self.spec.get( + "product_name", self.spec["target_name"] + ) + target_dir = base_to_build + "\\" if base_to_build else "" + target_ext = "." + self.GetExtension() + target_file_name = target_name + target_ext + + replacements = { + "$(InputName)": "${root}", + "$(InputPath)": "${source}", + "$(IntDir)": "$!INTERMEDIATE_DIR", + "$(OutDir)\\": target_dir, + "$(PlatformName)": target_platform, + "$(ProjectDir)\\": "", + "$(ProjectName)": self.spec["target_name"], + "$(TargetDir)\\": target_dir, + "$(TargetExt)": target_ext, + "$(TargetFileName)": target_file_name, + "$(TargetName)": target_name, + "$(TargetPath)": os.path.join(target_dir, target_file_name), + } + replacements.update(GetGlobalVSMacroEnv(self.vs_version)) + return replacements + + def ConvertVSMacros(self, s, base_to_build=None, config=None): + """Convert from VS macro names to something equivalent.""" + env = self.GetVSMacroEnv(base_to_build, config=config) + return ExpandMacros(s, env) + + def AdjustLibraries(self, libraries): + """Strip -l from library if it's specified with that.""" + libs = [lib[2:] if lib.startswith("-l") else lib for lib in libraries] + return [ + lib + ".lib" + if not lib.lower().endswith(".lib") and not lib.lower().endswith(".obj") + else lib + for lib in libs + ] + + def _GetAndMunge(self, field, path, default, prefix, append, map): + """Retrieve a value from |field| at |path| or return |default|. If + |append| is specified, and the item is found, it will be appended to that + object instead of returned. If |map| is specified, results will be + remapped through |map| before being returned or appended.""" + result = _GenericRetrieve(field, default, path) + result = _DoRemapping(result, map) + result = _AddPrefix(result, prefix) + return _AppendOrReturn(append, result) + + class _GetWrapper: + def __init__(self, parent, field, base_path, append=None): + self.parent = parent + self.field = field + self.base_path = [base_path] + self.append = append + + def __call__(self, name, map=None, prefix="", default=None): + return self.parent._GetAndMunge( + self.field, + self.base_path + [name], + default=default, + prefix=prefix, + append=self.append, + map=map, + ) + + def GetArch(self, config): + """Get architecture based on msvs_configuration_platform and + msvs_target_platform. Returns either 'x86' or 'x64'.""" + configuration_platform = self.msvs_configuration_platform.get(config, "") + platform = self.msvs_target_platform.get(config, "") + if not platform: # If no specific override, use the configuration's. + platform = configuration_platform + # Map from platform to architecture. + return {"Win32": "x86", "x64": "x64", "ARM64": "arm64"}.get(platform, "x86") + + def _TargetConfig(self, config): + """Returns the target-specific configuration.""" + # There's two levels of architecture/platform specification in VS. The + # first level is globally for the configuration (this is what we consider + # "the" config at the gyp level, which will be something like 'Debug' or + # 'Release'), VS2015 and later only use this level + if int(self.vs_version.short_name) >= 2015: + return config + # and a second target-specific configuration, which is an + # override for the global one. |config| is remapped here to take into + # account the local target-specific overrides to the global configuration. + arch = self.GetArch(config) + if arch == "x64" and not config.endswith("_x64"): + config += "_x64" + if arch == "x86" and config.endswith("_x64"): + config = config.rsplit("_", 1)[0] + return config + + def _Setting(self, path, config, default=None, prefix="", append=None, map=None): + """_GetAndMunge for msvs_settings.""" + return self._GetAndMunge( + self.msvs_settings[config], path, default, prefix, append, map + ) + + def _ConfigAttrib( + self, path, config, default=None, prefix="", append=None, map=None + ): + """_GetAndMunge for msvs_configuration_attributes.""" + return self._GetAndMunge( + self.msvs_configuration_attributes[config], + path, + default, + prefix, + append, + map, + ) + + def AdjustIncludeDirs(self, include_dirs, config): + """Updates include_dirs to expand VS specific paths, and adds the system + include dirs used for platform SDK and similar.""" + config = self._TargetConfig(config) + includes = include_dirs + self.msvs_system_include_dirs[config] + includes.extend( + self._Setting( + ("VCCLCompilerTool", "AdditionalIncludeDirectories"), config, default=[] + ) + ) + return [self.ConvertVSMacros(p, config=config) for p in includes] + + def AdjustMidlIncludeDirs(self, midl_include_dirs, config): + """Updates midl_include_dirs to expand VS specific paths, and adds the + system include dirs used for platform SDK and similar.""" + config = self._TargetConfig(config) + includes = midl_include_dirs + self.msvs_system_include_dirs[config] + includes.extend( + self._Setting( + ("VCMIDLTool", "AdditionalIncludeDirectories"), config, default=[] + ) + ) + return [self.ConvertVSMacros(p, config=config) for p in includes] + + def GetComputedDefines(self, config): + """Returns the set of defines that are injected to the defines list based + on other VS settings.""" + config = self._TargetConfig(config) + defines = [] + if self._ConfigAttrib(["CharacterSet"], config) == "1": + defines.extend(("_UNICODE", "UNICODE")) + if self._ConfigAttrib(["CharacterSet"], config) == "2": + defines.append("_MBCS") + defines.extend( + self._Setting( + ("VCCLCompilerTool", "PreprocessorDefinitions"), config, default=[] + ) + ) + return defines + + def GetCompilerPdbName(self, config, expand_special): + """Get the pdb file name that should be used for compiler invocations, or + None if there's no explicit name specified.""" + config = self._TargetConfig(config) + pdbname = self._Setting(("VCCLCompilerTool", "ProgramDataBaseFileName"), config) + if pdbname: + pdbname = expand_special(self.ConvertVSMacros(pdbname)) + return pdbname + + def GetMapFileName(self, config, expand_special): + """Gets the explicitly overridden map file name for a target or returns None + if it's not set.""" + config = self._TargetConfig(config) + map_file = self._Setting(("VCLinkerTool", "MapFileName"), config) + if map_file: + map_file = expand_special(self.ConvertVSMacros(map_file, config=config)) + return map_file + + def GetOutputName(self, config, expand_special): + """Gets the explicitly overridden output name for a target or returns None + if it's not overridden.""" + config = self._TargetConfig(config) + type = self.spec["type"] + root = "VCLibrarianTool" if type == "static_library" else "VCLinkerTool" + # TODO(scottmg): Handle OutputDirectory without OutputFile. + output_file = self._Setting((root, "OutputFile"), config) + if output_file: + output_file = expand_special( + self.ConvertVSMacros(output_file, config=config) + ) + return output_file + + def GetPDBName(self, config, expand_special, default): + """Gets the explicitly overridden pdb name for a target or returns + default if it's not overridden, or if no pdb will be generated.""" + config = self._TargetConfig(config) + output_file = self._Setting(("VCLinkerTool", "ProgramDatabaseFile"), config) + generate_debug_info = self._Setting( + ("VCLinkerTool", "GenerateDebugInformation"), config + ) + if generate_debug_info == "true": + if output_file: + return expand_special(self.ConvertVSMacros(output_file, config=config)) + else: + return default + else: + return None + + def GetNoImportLibrary(self, config): + """If NoImportLibrary: true, ninja will not expect the output to include + an import library.""" + config = self._TargetConfig(config) + noimplib = self._Setting(("NoImportLibrary",), config) + return noimplib == "true" + + def GetAsmflags(self, config): + """Returns the flags that need to be added to ml invocations.""" + config = self._TargetConfig(config) + asmflags = [] + safeseh = self._Setting(("MASM", "UseSafeExceptionHandlers"), config) + if safeseh == "true": + asmflags.append("/safeseh") + return asmflags + + def GetCflags(self, config): + """Returns the flags that need to be added to .c and .cc compilations.""" + config = self._TargetConfig(config) + cflags = [] + cflags.extend(["/wd" + w for w in self.msvs_disabled_warnings[config]]) + cl = self._GetWrapper( + self, self.msvs_settings[config], "VCCLCompilerTool", append=cflags + ) + cl( + "Optimization", + map={"0": "d", "1": "1", "2": "2", "3": "x"}, + prefix="/O", + default="2", + ) + cl("InlineFunctionExpansion", prefix="/Ob") + cl("DisableSpecificWarnings", prefix="/wd") + cl("StringPooling", map={"true": "/GF"}) + cl("EnableFiberSafeOptimizations", map={"true": "/GT"}) + cl("OmitFramePointers", map={"false": "-", "true": ""}, prefix="/Oy") + cl("EnableIntrinsicFunctions", map={"false": "-", "true": ""}, prefix="/Oi") + cl("FavorSizeOrSpeed", map={"1": "t", "2": "s"}, prefix="/O") + cl( + "FloatingPointModel", + map={"0": "precise", "1": "strict", "2": "fast"}, + prefix="/fp:", + default="0", + ) + cl("CompileAsManaged", map={"false": "", "true": "/clr"}) + cl("WholeProgramOptimization", map={"true": "/GL"}) + cl("WarningLevel", prefix="/W") + cl("WarnAsError", map={"true": "/WX"}) + cl( + "CallingConvention", + map={"0": "d", "1": "r", "2": "z", "3": "v"}, + prefix="/G", + ) + cl("DebugInformationFormat", map={"1": "7", "3": "i", "4": "I"}, prefix="/Z") + cl("RuntimeTypeInfo", map={"true": "/GR", "false": "/GR-"}) + cl("EnableFunctionLevelLinking", map={"true": "/Gy", "false": "/Gy-"}) + cl("MinimalRebuild", map={"true": "/Gm"}) + cl("BufferSecurityCheck", map={"true": "/GS", "false": "/GS-"}) + cl("BasicRuntimeChecks", map={"1": "s", "2": "u", "3": "1"}, prefix="/RTC") + cl( + "RuntimeLibrary", + map={"0": "T", "1": "Td", "2": "D", "3": "Dd"}, + prefix="/M", + ) + cl("ExceptionHandling", map={"1": "sc", "2": "a"}, prefix="/EH") + cl("DefaultCharIsUnsigned", map={"true": "/J"}) + cl( + "TreatWChar_tAsBuiltInType", + map={"false": "-", "true": ""}, + prefix="/Zc:wchar_t", + ) + cl("EnablePREfast", map={"true": "/analyze"}) + cl("AdditionalOptions", prefix="") + cl( + "EnableEnhancedInstructionSet", + map={"1": "SSE", "2": "SSE2", "3": "AVX", "4": "IA32", "5": "AVX2"}, + prefix="/arch:", + ) + cflags.extend( + [ + "/FI" + f + for f in self._Setting( + ("VCCLCompilerTool", "ForcedIncludeFiles"), config, default=[] + ) + ] + ) + if float(self.vs_version.project_version) >= 12.0: + # New flag introduced in VS2013 (project version 12.0) Forces writes to + # the program database (PDB) to be serialized through MSPDBSRV.EXE. + # https://msdn.microsoft.com/en-us/library/dn502518.aspx + cflags.append("/FS") + # ninja handles parallelism by itself, don't have the compiler do it too. + cflags = [x for x in cflags if not x.startswith("/MP")] + return cflags + + def _GetPchFlags(self, config, extension): + """Get the flags to be added to the cflags for precompiled header support.""" + config = self._TargetConfig(config) + # The PCH is only built once by a particular source file. Usage of PCH must + # only be for the same language (i.e. C vs. C++), so only include the pch + # flags when the language matches. + if self.msvs_precompiled_header[config]: + source_ext = os.path.splitext(self.msvs_precompiled_source[config])[1] + if _LanguageMatchesForPch(source_ext, extension): + pch = self.msvs_precompiled_header[config] + pchbase = os.path.split(pch)[1] + return ["/Yu" + pch, "/FI" + pch, "/Fp${pchprefix}." + pchbase + ".pch"] + return [] + + def GetCflagsC(self, config): + """Returns the flags that need to be added to .c compilations.""" + config = self._TargetConfig(config) + return self._GetPchFlags(config, ".c") + + def GetCflagsCC(self, config): + """Returns the flags that need to be added to .cc compilations.""" + config = self._TargetConfig(config) + return ["/TP"] + self._GetPchFlags(config, ".cc") + + def _GetAdditionalLibraryDirectories(self, root, config, gyp_to_build_path): + """Get and normalize the list of paths in AdditionalLibraryDirectories + setting.""" + config = self._TargetConfig(config) + libpaths = self._Setting( + (root, "AdditionalLibraryDirectories"), config, default=[] + ) + libpaths = [ + os.path.normpath(gyp_to_build_path(self.ConvertVSMacros(p, config=config))) + for p in libpaths + ] + return ['/LIBPATH:"' + p + '"' for p in libpaths] + + def GetLibFlags(self, config, gyp_to_build_path): + """Returns the flags that need to be added to lib commands.""" + config = self._TargetConfig(config) + libflags = [] + lib = self._GetWrapper( + self, self.msvs_settings[config], "VCLibrarianTool", append=libflags + ) + libflags.extend( + self._GetAdditionalLibraryDirectories( + "VCLibrarianTool", config, gyp_to_build_path + ) + ) + lib("LinkTimeCodeGeneration", map={"true": "/LTCG"}) + lib( + "TargetMachine", + map={"1": "X86", "17": "X64", "3": "ARM"}, + prefix="/MACHINE:", + ) + lib("AdditionalOptions") + return libflags + + def GetDefFile(self, gyp_to_build_path): + """Returns the .def file from sources, if any. Otherwise returns None.""" + spec = self.spec + if spec["type"] in ("shared_library", "loadable_module", "executable"): + def_files = [ + s for s in spec.get("sources", []) if s.lower().endswith(".def") + ] + if len(def_files) == 1: + return gyp_to_build_path(def_files[0]) + elif len(def_files) > 1: + raise Exception("Multiple .def files") + return None + + def _GetDefFileAsLdflags(self, ldflags, gyp_to_build_path): + """.def files get implicitly converted to a ModuleDefinitionFile for the + linker in the VS generator. Emulate that behaviour here.""" + def_file = self.GetDefFile(gyp_to_build_path) + if def_file: + ldflags.append('/DEF:"%s"' % def_file) + + def GetPGDName(self, config, expand_special): + """Gets the explicitly overridden pgd name for a target or returns None + if it's not overridden.""" + config = self._TargetConfig(config) + output_file = self._Setting(("VCLinkerTool", "ProfileGuidedDatabase"), config) + if output_file: + output_file = expand_special( + self.ConvertVSMacros(output_file, config=config) + ) + return output_file + + def GetLdflags( + self, + config, + gyp_to_build_path, + expand_special, + manifest_base_name, + output_name, + is_executable, + build_dir, + ): + """Returns the flags that need to be added to link commands, and the + manifest files.""" + config = self._TargetConfig(config) + ldflags = [] + ld = self._GetWrapper( + self, self.msvs_settings[config], "VCLinkerTool", append=ldflags + ) + self._GetDefFileAsLdflags(ldflags, gyp_to_build_path) + ld("GenerateDebugInformation", map={"true": "/DEBUG"}) + # TODO: These 'map' values come from machineTypeOption enum, + # and does not have an official value for ARM64 in VS2017 (yet). + # It needs to verify the ARM64 value when machineTypeOption is updated. + ld( + "TargetMachine", + map={"1": "X86", "17": "X64", "3": "ARM", "18": "ARM64"}, + prefix="/MACHINE:", + ) + ldflags.extend( + self._GetAdditionalLibraryDirectories( + "VCLinkerTool", config, gyp_to_build_path + ) + ) + ld("DelayLoadDLLs", prefix="/DELAYLOAD:") + ld("TreatLinkerWarningAsErrors", prefix="/WX", map={"true": "", "false": ":NO"}) + out = self.GetOutputName(config, expand_special) + if out: + ldflags.append("/OUT:" + out) + pdb = self.GetPDBName(config, expand_special, output_name + ".pdb") + if pdb: + ldflags.append("/PDB:" + pdb) + pgd = self.GetPGDName(config, expand_special) + if pgd: + ldflags.append("/PGD:" + pgd) + map_file = self.GetMapFileName(config, expand_special) + ld("GenerateMapFile", map={"true": "/MAP:" + map_file if map_file else "/MAP"}) + ld("MapExports", map={"true": "/MAPINFO:EXPORTS"}) + ld("AdditionalOptions", prefix="") + + minimum_required_version = self._Setting( + ("VCLinkerTool", "MinimumRequiredVersion"), config, default="" + ) + if minimum_required_version: + minimum_required_version = "," + minimum_required_version + ld( + "SubSystem", + map={ + "1": "CONSOLE%s" % minimum_required_version, + "2": "WINDOWS%s" % minimum_required_version, + }, + prefix="/SUBSYSTEM:", + ) + + stack_reserve_size = self._Setting( + ("VCLinkerTool", "StackReserveSize"), config, default="" + ) + if stack_reserve_size: + stack_commit_size = self._Setting( + ("VCLinkerTool", "StackCommitSize"), config, default="" + ) + if stack_commit_size: + stack_commit_size = "," + stack_commit_size + ldflags.append(f"/STACK:{stack_reserve_size}{stack_commit_size}") + + ld("TerminalServerAware", map={"1": ":NO", "2": ""}, prefix="/TSAWARE") + ld("LinkIncremental", map={"1": ":NO", "2": ""}, prefix="/INCREMENTAL") + ld("BaseAddress", prefix="/BASE:") + ld("FixedBaseAddress", map={"1": ":NO", "2": ""}, prefix="/FIXED") + ld("RandomizedBaseAddress", map={"1": ":NO", "2": ""}, prefix="/DYNAMICBASE") + ld("DataExecutionPrevention", map={"1": ":NO", "2": ""}, prefix="/NXCOMPAT") + ld("OptimizeReferences", map={"1": "NOREF", "2": "REF"}, prefix="/OPT:") + ld("ForceSymbolReferences", prefix="/INCLUDE:") + ld("EnableCOMDATFolding", map={"1": "NOICF", "2": "ICF"}, prefix="/OPT:") + ld( + "LinkTimeCodeGeneration", + map={"1": "", "2": ":PGINSTRUMENT", "3": ":PGOPTIMIZE", "4": ":PGUPDATE"}, + prefix="/LTCG", + ) + ld("IgnoreDefaultLibraryNames", prefix="/NODEFAULTLIB:") + ld("ResourceOnlyDLL", map={"true": "/NOENTRY"}) + ld("EntryPointSymbol", prefix="/ENTRY:") + ld("Profile", map={"true": "/PROFILE"}) + ld("LargeAddressAware", map={"1": ":NO", "2": ""}, prefix="/LARGEADDRESSAWARE") + # TODO(scottmg): This should sort of be somewhere else (not really a flag). + ld("AdditionalDependencies", prefix="") + + safeseh_default = "true" if self.GetArch(config) == "x86" else None + ld( + "ImageHasSafeExceptionHandlers", + map={"false": ":NO", "true": ""}, + prefix="/SAFESEH", + default=safeseh_default, + ) + + # If the base address is not specifically controlled, DYNAMICBASE should + # be on by default. + if not any("DYNAMICBASE" in flag or flag == "/FIXED" for flag in ldflags): + ldflags.append("/DYNAMICBASE") + + # If the NXCOMPAT flag has not been specified, default to on. Despite the + # documentation that says this only defaults to on when the subsystem is + # Vista or greater (which applies to the linker), the IDE defaults it on + # unless it's explicitly off. + if not any("NXCOMPAT" in flag for flag in ldflags): + ldflags.append("/NXCOMPAT") + + have_def_file = any(flag.startswith("/DEF:") for flag in ldflags) + ( + manifest_flags, + intermediate_manifest, + manifest_files, + ) = self._GetLdManifestFlags( + config, + manifest_base_name, + gyp_to_build_path, + is_executable and not have_def_file, + build_dir, + ) + ldflags.extend(manifest_flags) + return ldflags, intermediate_manifest, manifest_files + + def _GetLdManifestFlags( + self, config, name, gyp_to_build_path, allow_isolation, build_dir + ): + """Returns a 3-tuple: + - the set of flags that need to be added to the link to generate + a default manifest + - the intermediate manifest that the linker will generate that should be + used to assert it doesn't add anything to the merged one. + - the list of all the manifest files to be merged by the manifest tool and + included into the link.""" + generate_manifest = self._Setting( + ("VCLinkerTool", "GenerateManifest"), config, default="true" + ) + if generate_manifest != "true": + # This means not only that the linker should not generate the intermediate + # manifest but also that the manifest tool should do nothing even when + # additional manifests are specified. + return ["/MANIFEST:NO"], [], [] + + output_name = name + ".intermediate.manifest" + flags = [ + "/MANIFEST", + "/ManifestFile:" + output_name, + ] + + # Instead of using the MANIFESTUAC flags, we generate a .manifest to + # include into the list of manifests. This allows us to avoid the need to + # do two passes during linking. The /MANIFEST flag and /ManifestFile are + # still used, and the intermediate manifest is used to assert that the + # final manifest we get from merging all the additional manifest files + # (plus the one we generate here) isn't modified by merging the + # intermediate into it. + + # Always NO, because we generate a manifest file that has what we want. + flags.append("/MANIFESTUAC:NO") + + config = self._TargetConfig(config) + enable_uac = self._Setting( + ("VCLinkerTool", "EnableUAC"), config, default="true" + ) + manifest_files = [] + generated_manifest_outer = ( + "" + "" + "%s" + ) + if enable_uac == "true": + execution_level = self._Setting( + ("VCLinkerTool", "UACExecutionLevel"), config, default="0" + ) + execution_level_map = { + "0": "asInvoker", + "1": "highestAvailable", + "2": "requireAdministrator", + } + + ui_access = self._Setting( + ("VCLinkerTool", "UACUIAccess"), config, default="false" + ) + + level = execution_level_map[execution_level] + inner = f""" + + + + + + +""" + else: + inner = "" + + generated_manifest_contents = generated_manifest_outer % inner + generated_name = name + ".generated.manifest" + # Need to join with the build_dir here as we're writing it during + # generation time, but we return the un-joined version because the build + # will occur in that directory. We only write the file if the contents + # have changed so that simply regenerating the project files doesn't + # cause a relink. + build_dir_generated_name = os.path.join(build_dir, generated_name) + gyp.common.EnsureDirExists(build_dir_generated_name) + f = gyp.common.WriteOnDiff(build_dir_generated_name) + f.write(generated_manifest_contents) + f.close() + manifest_files = [generated_name] + + if allow_isolation: + flags.append("/ALLOWISOLATION") + + manifest_files += self._GetAdditionalManifestFiles(config, gyp_to_build_path) + return flags, output_name, manifest_files + + def _GetAdditionalManifestFiles(self, config, gyp_to_build_path): + """Gets additional manifest files that are added to the default one + generated by the linker.""" + files = self._Setting( + ("VCManifestTool", "AdditionalManifestFiles"), config, default=[] + ) + if isinstance(files, str): + files = files.split(";") + return [ + os.path.normpath(gyp_to_build_path(self.ConvertVSMacros(f, config=config))) + for f in files + ] + + def IsUseLibraryDependencyInputs(self, config): + """Returns whether the target should be linked via Use Library Dependency + Inputs (using component .objs of a given .lib).""" + config = self._TargetConfig(config) + uldi = self._Setting(("VCLinkerTool", "UseLibraryDependencyInputs"), config) + return uldi == "true" + + def IsEmbedManifest(self, config): + """Returns whether manifest should be linked into binary.""" + config = self._TargetConfig(config) + embed = self._Setting( + ("VCManifestTool", "EmbedManifest"), config, default="true" + ) + return embed == "true" + + def IsLinkIncremental(self, config): + """Returns whether the target should be linked incrementally.""" + config = self._TargetConfig(config) + link_inc = self._Setting(("VCLinkerTool", "LinkIncremental"), config) + return link_inc != "1" + + def GetRcflags(self, config, gyp_to_ninja_path): + """Returns the flags that need to be added to invocations of the resource + compiler.""" + config = self._TargetConfig(config) + rcflags = [] + rc = self._GetWrapper( + self, self.msvs_settings[config], "VCResourceCompilerTool", append=rcflags + ) + rc("AdditionalIncludeDirectories", map=gyp_to_ninja_path, prefix="/I") + rcflags.append("/I" + gyp_to_ninja_path(".")) + rc("PreprocessorDefinitions", prefix="/d") + # /l arg must be in hex without leading '0x' + rc("Culture", prefix="/l", map=lambda x: hex(int(x))[2:]) + return rcflags + + def BuildCygwinBashCommandLine(self, args, path_to_base): + """Build a command line that runs args via cygwin bash. We assume that all + incoming paths are in Windows normpath'd form, so they need to be + converted to posix style for the part of the command line that's passed to + bash. We also have to do some Visual Studio macro emulation here because + various rules use magic VS names for things. Also note that rules that + contain ninja variables cannot be fixed here (for example ${source}), so + the outer generator needs to make sure that the paths that are written out + are in posix style, if the command line will be used here.""" + cygwin_dir = os.path.normpath( + os.path.join(path_to_base, self.msvs_cygwin_dirs[0]) + ) + cd = ("cd %s" % path_to_base).replace("\\", "/") + args = [a.replace("\\", "/").replace('"', '\\"') for a in args] + args = ["'%s'" % a.replace("'", "'\\''") for a in args] + bash_cmd = " ".join(args) + cmd = ( + 'call "%s\\setup_env.bat" && set CYGWIN=nontsec && ' % cygwin_dir + + f'bash -c "{cd} ; {bash_cmd}"' + ) + return cmd + + RuleShellFlags = collections.namedtuple("RuleShellFlags", ["cygwin", "quote"]) + + def GetRuleShellFlags(self, rule): + """Return RuleShellFlags about how the given rule should be run. This + includes whether it should run under cygwin (msvs_cygwin_shell), and + whether the commands should be quoted (msvs_quote_cmd).""" + # If the variable is unset, or set to 1 we use cygwin + cygwin = int(rule.get("msvs_cygwin_shell", + self.spec.get("msvs_cygwin_shell", 1))) != 0 + # Default to quoting. There's only a few special instances where the + # target command uses non-standard command line parsing and handle quotes + # and quote escaping differently. + quote_cmd = int(rule.get("msvs_quote_cmd", 1)) + assert quote_cmd != 0 or cygwin != 1, \ + "msvs_quote_cmd=0 only applicable for msvs_cygwin_shell=0" + return MsvsSettings.RuleShellFlags(cygwin, quote_cmd) + + def _HasExplicitRuleForExtension(self, spec, extension): + """Determine if there's an explicit rule for a particular extension.""" + return any(rule["extension"] == extension for rule in spec.get("rules", [])) + + def _HasExplicitIdlActions(self, spec): + """Determine if an action should not run midl for .idl files.""" + return any( + action.get("explicit_idl_action", 0) for action in spec.get("actions", []) + ) + + def HasExplicitIdlRulesOrActions(self, spec): + """Determine if there's an explicit rule or action for idl files. When + there isn't we need to generate implicit rules to build MIDL .idl files.""" + return self._HasExplicitRuleForExtension( + spec, "idl" + ) or self._HasExplicitIdlActions(spec) + + def HasExplicitAsmRules(self, spec): + """Determine if there's an explicit rule for asm files. When there isn't we + need to generate implicit rules to assemble .asm files.""" + return self._HasExplicitRuleForExtension(spec, "asm") + + def GetIdlBuildData(self, source, config): + """Determine the implicit outputs for an idl file. Returns output + directory, outputs, and variables and flags that are required.""" + config = self._TargetConfig(config) + midl_get = self._GetWrapper(self, self.msvs_settings[config], "VCMIDLTool") + + def midl(name, default=None): + return self.ConvertVSMacros(midl_get(name, default=default), config=config) + + tlb = midl("TypeLibraryName", default="${root}.tlb") + header = midl("HeaderFileName", default="${root}.h") + dlldata = midl("DLLDataFileName", default="dlldata.c") + iid = midl("InterfaceIdentifierFileName", default="${root}_i.c") + proxy = midl("ProxyFileName", default="${root}_p.c") + # Note that .tlb is not included in the outputs as it is not always + # generated depending on the content of the input idl file. + outdir = midl("OutputDirectory", default="") + output = [header, dlldata, iid, proxy] + variables = [ + ("tlb", tlb), + ("h", header), + ("dlldata", dlldata), + ("iid", iid), + ("proxy", proxy), + ] + # TODO(scottmg): Are there configuration settings to set these flags? + target_platform = self.GetArch(config) + if target_platform == "x86": + target_platform = "win32" + flags = ["/char", "signed", "/env", target_platform, "/Oicf"] + return outdir, output, variables, flags + + +def _LanguageMatchesForPch(source_ext, pch_source_ext): + c_exts = (".c",) + cc_exts = (".cc", ".cxx", ".cpp") + return (source_ext in c_exts and pch_source_ext in c_exts) or ( + source_ext in cc_exts and pch_source_ext in cc_exts + ) + + +class PrecompiledHeader: + """Helper to generate dependencies and build rules to handle generation of + precompiled headers. Interface matches the GCH handler in xcode_emulation.py. + """ + + def __init__( + self, settings, config, gyp_to_build_path, gyp_to_unique_output, obj_ext + ): + self.settings = settings + self.config = config + pch_source = self.settings.msvs_precompiled_source[self.config] + self.pch_source = gyp_to_build_path(pch_source) + filename, _ = os.path.splitext(pch_source) + self.output_obj = gyp_to_unique_output(filename + obj_ext).lower() + + def _PchHeader(self): + """Get the header that will appear in an #include line for all source + files.""" + return self.settings.msvs_precompiled_header[self.config] + + def GetObjDependencies(self, sources, objs, arch): + """Given a list of sources files and the corresponding object files, + returns a list of the pch files that should be depended upon. The + additional wrapping in the return value is for interface compatibility + with make.py on Mac, and xcode_emulation.py.""" + assert arch is None + if not self._PchHeader(): + return [] + pch_ext = os.path.splitext(self.pch_source)[1] + for source in sources: + if _LanguageMatchesForPch(os.path.splitext(source)[1], pch_ext): + return [(None, None, self.output_obj)] + return [] + + def GetPchBuildCommands(self, arch): + """Not used on Windows as there are no additional build steps required + (instead, existing steps are modified in GetFlagsModifications below).""" + return [] + + def GetFlagsModifications( + self, input, output, implicit, command, cflags_c, cflags_cc, expand_special + ): + """Get the modified cflags and implicit dependencies that should be used + for the pch compilation step.""" + if input == self.pch_source: + pch_output = ["/Yc" + self._PchHeader()] + if command == "cxx": + return ( + [("cflags_cc", map(expand_special, cflags_cc + pch_output))], + self.output_obj, + [], + ) + elif command == "cc": + return ( + [("cflags_c", map(expand_special, cflags_c + pch_output))], + self.output_obj, + [], + ) + return [], output, implicit + + +vs_version = None + + +def GetVSVersion(generator_flags): + global vs_version + if not vs_version: + vs_version = gyp.MSVSVersion.SelectVisualStudioVersion( + generator_flags.get("msvs_version", "auto"), allow_fallback=False + ) + return vs_version + + +def _GetVsvarsSetupArgs(generator_flags, arch): + vs = GetVSVersion(generator_flags) + return vs.SetupScript() + + +def ExpandMacros(string, expansions): + """Expand $(Variable) per expansions dict. See MsvsSettings.GetVSMacroEnv + for the canonical way to retrieve a suitable dict.""" + if "$" in string: + for old, new in expansions.items(): + assert "$(" not in new, new + string = string.replace(old, new) + return string + + +def _ExtractImportantEnvironment(output_of_set): + """Extracts environment variables required for the toolchain to run from + a textual dump output by the cmd.exe 'set' command.""" + envvars_to_save = ( + "goma_.*", # TODO(scottmg): This is ugly, but needed for goma. + "include", + "lib", + "libpath", + "path", + "pathext", + "systemroot", + "temp", + "tmp", + ) + env = {} + # This occasionally happens and leads to misleading SYSTEMROOT error messages + # if not caught here. + if output_of_set.count("=") == 0: + raise Exception("Invalid output_of_set. Value is:\n%s" % output_of_set) + for line in output_of_set.splitlines(): + for envvar in envvars_to_save: + if re.match(envvar + "=", line.lower()): + var, setting = line.split("=", 1) + if envvar == "path": + # Our own rules (for running gyp-win-tool) and other actions in + # Chromium rely on python being in the path. Add the path to this + # python here so that if it's not in the path when ninja is run + # later, python will still be found. + setting = os.path.dirname(sys.executable) + os.pathsep + setting + env[var.upper()] = setting + break + for required in ("SYSTEMROOT", "TEMP", "TMP"): + if required not in env: + raise Exception( + 'Environment variable "%s" ' + "required to be set to valid path" % required + ) + return env + + +def _FormatAsEnvironmentBlock(envvar_dict): + """Format as an 'environment block' directly suitable for CreateProcess. + Briefly this is a list of key=value\0, terminated by an additional \0. See + CreateProcess documentation for more details.""" + block = "" + nul = "\0" + for key, value in envvar_dict.items(): + block += key + "=" + value + nul + block += nul + return block + + +def _ExtractCLPath(output_of_where): + """Gets the path to cl.exe based on the output of calling the environment + setup batch file, followed by the equivalent of `where`.""" + # Take the first line, as that's the first found in the PATH. + for line in output_of_where.strip().splitlines(): + if line.startswith("LOC:"): + return line[len("LOC:") :].strip() + + +def GenerateEnvironmentFiles( + toplevel_build_dir, generator_flags, system_includes, open_out +): + """It's not sufficient to have the absolute path to the compiler, linker, + etc. on Windows, as those tools rely on .dlls being in the PATH. We also + need to support both x86 and x64 compilers within the same build (to support + msvs_target_platform hackery). Different architectures require a different + compiler binary, and different supporting environment variables (INCLUDE, + LIB, LIBPATH). So, we extract the environment here, wrap all invocations + of compiler tools (cl, link, lib, rc, midl, etc.) via win_tool.py which + sets up the environment, and then we do not prefix the compiler with + an absolute path, instead preferring something like "cl.exe" in the rule + which will then run whichever the environment setup has put in the path. + When the following procedure to generate environment files does not + meet your requirement (e.g. for custom toolchains), you can pass + "-G ninja_use_custom_environment_files" to the gyp to suppress file + generation and use custom environment files prepared by yourself.""" + archs = ("x86", "x64") + if generator_flags.get("ninja_use_custom_environment_files", 0): + cl_paths = {} + for arch in archs: + cl_paths[arch] = "cl.exe" + return cl_paths + vs = GetVSVersion(generator_flags) + cl_paths = {} + for arch in archs: + # Extract environment variables for subprocesses. + args = vs.SetupScript(arch) + args.extend(("&&", "set")) + popen = subprocess.Popen( + args, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT + ) + variables = popen.communicate()[0].decode("utf-8") + if popen.returncode != 0: + raise Exception('"%s" failed with error %d' % (args, popen.returncode)) + env = _ExtractImportantEnvironment(variables) + + # Inject system includes from gyp files into INCLUDE. + if system_includes: + system_includes = system_includes | OrderedSet( + env.get("INCLUDE", "").split(";") + ) + env["INCLUDE"] = ";".join(system_includes) + + env_block = _FormatAsEnvironmentBlock(env) + f = open_out(os.path.join(toplevel_build_dir, "environment." + arch), "w") + f.write(env_block) + f.close() + + # Find cl.exe location for this architecture. + args = vs.SetupScript(arch) + args.extend( + ("&&", "for", "%i", "in", "(cl.exe)", "do", "@echo", "LOC:%~$PATH:i") + ) + popen = subprocess.Popen(args, shell=True, stdout=subprocess.PIPE) + output = popen.communicate()[0].decode("utf-8") + cl_paths[arch] = _ExtractCLPath(output) + return cl_paths + + +def VerifyMissingSources(sources, build_dir, generator_flags, gyp_to_ninja): + """Emulate behavior of msvs_error_on_missing_sources present in the msvs + generator: Check that all regular source files, i.e. not created at run time, + exist on disk. Missing files cause needless recompilation when building via + VS, and we want this check to match for people/bots that build using ninja, + so they're not surprised when the VS build fails.""" + if int(generator_flags.get("msvs_error_on_missing_sources", 0)): + no_specials = filter(lambda x: "$" not in x, sources) + relative = [os.path.join(build_dir, gyp_to_ninja(s)) for s in no_specials] + missing = [x for x in relative if not os.path.exists(x)] + if missing: + # They'll look like out\Release\..\..\stuff\things.cc, so normalize the + # path for a slightly less crazy looking output. + cleaned_up = [os.path.normpath(x) for x in missing] + raise Exception("Missing input files:\n%s" % "\n".join(cleaned_up)) + + +# Sets some values in default_variables, which are required for many +# generators, run on Windows. +def CalculateCommonVariables(default_variables, params): + generator_flags = params.get("generator_flags", {}) + + # Set a variable so conditions can be based on msvs_version. + msvs_version = gyp.msvs_emulation.GetVSVersion(generator_flags) + default_variables["MSVS_VERSION"] = msvs_version.ShortName() + + # To determine processor word size on Windows, in addition to checking + # PROCESSOR_ARCHITECTURE (which reflects the word size of the current + # process), it is also necessary to check PROCESSOR_ARCHITEW6432 (which + # contains the actual word size of the system when running thru WOW64). + if "64" in os.environ.get("PROCESSOR_ARCHITECTURE", "") or "64" in os.environ.get( + "PROCESSOR_ARCHITEW6432", "" + ): + default_variables["MSVS_OS_BITS"] = 64 + else: + default_variables["MSVS_OS_BITS"] = 32 diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py new file mode 100644 index 00000000..0e3e86c7 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py @@ -0,0 +1,174 @@ +# This file comes from +# https://github.com/martine/ninja/blob/master/misc/ninja_syntax.py +# Do not edit! Edit the upstream one instead. + +"""Python module for generating .ninja files. + +Note that this is emphatically not a required piece of Ninja; it's +just a helpful utility for build-file-generation systems that already +use Python. +""" + +import textwrap + + +def escape_path(word): + return word.replace("$ ", "$$ ").replace(" ", "$ ").replace(":", "$:") + + +class Writer: + def __init__(self, output, width=78): + self.output = output + self.width = width + + def newline(self): + self.output.write("\n") + + def comment(self, text): + for line in textwrap.wrap(text, self.width - 2): + self.output.write("# " + line + "\n") + + def variable(self, key, value, indent=0): + if value is None: + return + if isinstance(value, list): + value = " ".join(filter(None, value)) # Filter out empty strings. + self._line(f"{key} = {value}", indent) + + def pool(self, name, depth): + self._line("pool %s" % name) + self.variable("depth", depth, indent=1) + + def rule( + self, + name, + command, + description=None, + depfile=None, + generator=False, + pool=None, + restat=False, + rspfile=None, + rspfile_content=None, + deps=None, + ): + self._line("rule %s" % name) + self.variable("command", command, indent=1) + if description: + self.variable("description", description, indent=1) + if depfile: + self.variable("depfile", depfile, indent=1) + if generator: + self.variable("generator", "1", indent=1) + if pool: + self.variable("pool", pool, indent=1) + if restat: + self.variable("restat", "1", indent=1) + if rspfile: + self.variable("rspfile", rspfile, indent=1) + if rspfile_content: + self.variable("rspfile_content", rspfile_content, indent=1) + if deps: + self.variable("deps", deps, indent=1) + + def build( + self, outputs, rule, inputs=None, implicit=None, order_only=None, variables=None + ): + outputs = self._as_list(outputs) + all_inputs = self._as_list(inputs)[:] + out_outputs = list(map(escape_path, outputs)) + all_inputs = list(map(escape_path, all_inputs)) + + if implicit: + implicit = map(escape_path, self._as_list(implicit)) + all_inputs.append("|") + all_inputs.extend(implicit) + if order_only: + order_only = map(escape_path, self._as_list(order_only)) + all_inputs.append("||") + all_inputs.extend(order_only) + + self._line( + "build {}: {}".format(" ".join(out_outputs), " ".join([rule] + all_inputs)) + ) + + if variables: + if isinstance(variables, dict): + iterator = iter(variables.items()) + else: + iterator = iter(variables) + + for key, val in iterator: + self.variable(key, val, indent=1) + + return outputs + + def include(self, path): + self._line("include %s" % path) + + def subninja(self, path): + self._line("subninja %s" % path) + + def default(self, paths): + self._line("default %s" % " ".join(self._as_list(paths))) + + def _count_dollars_before_index(self, s, i): + """Returns the number of '$' characters right in front of s[i].""" + dollar_count = 0 + dollar_index = i - 1 + while dollar_index > 0 and s[dollar_index] == "$": + dollar_count += 1 + dollar_index -= 1 + return dollar_count + + def _line(self, text, indent=0): + """Write 'text' word-wrapped at self.width characters.""" + leading_space = " " * indent + while len(leading_space) + len(text) > self.width: + # The text is too wide; wrap if possible. + + # Find the rightmost space that would obey our width constraint and + # that's not an escaped space. + available_space = self.width - len(leading_space) - len(" $") + space = available_space + while True: + space = text.rfind(" ", 0, space) + if space < 0 or self._count_dollars_before_index(text, space) % 2 == 0: + break + + if space < 0: + # No such space; just use the first unescaped space we can find. + space = available_space - 1 + while True: + space = text.find(" ", space + 1) + if ( + space < 0 + or self._count_dollars_before_index(text, space) % 2 == 0 + ): + break + if space < 0: + # Give up on breaking. + break + + self.output.write(leading_space + text[0:space] + " $\n") + text = text[space + 1 :] + + # Subsequent lines are continuations, so indent them. + leading_space = " " * (indent + 2) + + self.output.write(leading_space + text + "\n") + + def _as_list(self, input): + if input is None: + return [] + if isinstance(input, list): + return input + return [input] + + +def escape(string): + """Escape a string such that it can be embedded into a Ninja file without + further interpretation.""" + assert "\n" not in string, "Ninja syntax does not allow newlines" + # We only have one special metacharacter: '$'. + return string.replace("$", "$$") diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py new file mode 100644 index 00000000..729cec06 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py @@ -0,0 +1,61 @@ +# Copyright 2014 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""A clone of the default copy.deepcopy that doesn't handle cyclic +structures or complex types except for dicts and lists. This is +because gyp copies so large structure that small copy overhead ends up +taking seconds in a project the size of Chromium.""" + + +class Error(Exception): + pass + + +__all__ = ["Error", "deepcopy"] + + +def deepcopy(x): + """Deep copy operation on gyp objects such as strings, ints, dicts + and lists. More than twice as fast as copy.deepcopy but much less + generic.""" + + try: + return _deepcopy_dispatch[type(x)](x) + except KeyError: + raise Error( + "Unsupported type %s for deepcopy. Use copy.deepcopy " + + "or expand simple_copy support." % type(x) + ) + + +_deepcopy_dispatch = d = {} + + +def _deepcopy_atomic(x): + return x + + +types = bool, float, int, str, type, type(None) + +for x in types: + d[x] = _deepcopy_atomic + + +def _deepcopy_list(x): + return [deepcopy(a) for a in x] + + +d[list] = _deepcopy_list + + +def _deepcopy_dict(x): + y = {} + for key, value in x.items(): + y[deepcopy(key)] = deepcopy(value) + return y + + +d[dict] = _deepcopy_dict + +del d diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py new file mode 100755 index 00000000..171d7295 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py @@ -0,0 +1,373 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Utility functions for Windows builds. + +These functions are executed via gyp-win-tool when using the ninja generator. +""" + + +import os +import re +import shutil +import subprocess +import stat +import string +import sys + +BASE_DIR = os.path.dirname(os.path.abspath(__file__)) + +# A regex matching an argument corresponding to the output filename passed to +# link.exe. +_LINK_EXE_OUT_ARG = re.compile("/OUT:(?P.+)$", re.IGNORECASE) + + +def main(args): + executor = WinTool() + exit_code = executor.Dispatch(args) + if exit_code is not None: + sys.exit(exit_code) + + +class WinTool: + """This class performs all the Windows tooling steps. The methods can either + be executed directly, or dispatched from an argument list.""" + + def _UseSeparateMspdbsrv(self, env, args): + """Allows to use a unique instance of mspdbsrv.exe per linker instead of a + shared one.""" + if len(args) < 1: + raise Exception("Not enough arguments") + + if args[0] != "link.exe": + return + + # Use the output filename passed to the linker to generate an endpoint name + # for mspdbsrv.exe. + endpoint_name = None + for arg in args: + m = _LINK_EXE_OUT_ARG.match(arg) + if m: + endpoint_name = re.sub( + r"\W+", "", "%s_%d" % (m.group("out"), os.getpid()) + ) + break + + if endpoint_name is None: + return + + # Adds the appropriate environment variable. This will be read by link.exe + # to know which instance of mspdbsrv.exe it should connect to (if it's + # not set then the default endpoint is used). + env["_MSPDBSRV_ENDPOINT_"] = endpoint_name + + def Dispatch(self, args): + """Dispatches a string command to a method.""" + if len(args) < 1: + raise Exception("Not enough arguments") + + method = "Exec%s" % self._CommandifyName(args[0]) + return getattr(self, method)(*args[1:]) + + def _CommandifyName(self, name_string): + """Transforms a tool name like recursive-mirror to RecursiveMirror.""" + return name_string.title().replace("-", "") + + def _GetEnv(self, arch): + """Gets the saved environment from a file for a given architecture.""" + # The environment is saved as an "environment block" (see CreateProcess + # and msvs_emulation for details). We convert to a dict here. + # Drop last 2 NULs, one for list terminator, one for trailing vs. separator. + pairs = open(arch).read()[:-2].split("\0") + kvs = [item.split("=", 1) for item in pairs] + return dict(kvs) + + def ExecStamp(self, path): + """Simple stamp command.""" + open(path, "w").close() + + def ExecRecursiveMirror(self, source, dest): + """Emulation of rm -rf out && cp -af in out.""" + if os.path.exists(dest): + if os.path.isdir(dest): + + def _on_error(fn, path, excinfo): + # The operation failed, possibly because the file is set to + # read-only. If that's why, make it writable and try the op again. + if not os.access(path, os.W_OK): + os.chmod(path, stat.S_IWRITE) + fn(path) + + shutil.rmtree(dest, onerror=_on_error) + else: + if not os.access(dest, os.W_OK): + # Attempt to make the file writable before deleting it. + os.chmod(dest, stat.S_IWRITE) + os.unlink(dest) + + if os.path.isdir(source): + shutil.copytree(source, dest) + else: + shutil.copy2(source, dest) + + def ExecLinkWrapper(self, arch, use_separate_mspdbsrv, *args): + """Filter diagnostic output from link that looks like: + ' Creating library ui.dll.lib and object ui.dll.exp' + This happens when there are exports from the dll or exe. + """ + env = self._GetEnv(arch) + if use_separate_mspdbsrv == "True": + self._UseSeparateMspdbsrv(env, args) + if sys.platform == "win32": + args = list(args) # *args is a tuple by default, which is read-only. + args[0] = args[0].replace("/", "\\") + # https://docs.python.org/2/library/subprocess.html: + # "On Unix with shell=True [...] if args is a sequence, the first item + # specifies the command string, and any additional items will be treated as + # additional arguments to the shell itself. That is to say, Popen does the + # equivalent of: + # Popen(['/bin/sh', '-c', args[0], args[1], ...])" + # For that reason, since going through the shell doesn't seem necessary on + # non-Windows don't do that there. + link = subprocess.Popen( + args, + shell=sys.platform == "win32", + env=env, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT, + ) + out = link.communicate()[0].decode("utf-8") + for line in out.splitlines(): + if ( + not line.startswith(" Creating library ") + and not line.startswith("Generating code") + and not line.startswith("Finished generating code") + ): + print(line) + return link.returncode + + def ExecLinkWithManifests( + self, + arch, + embed_manifest, + out, + ldcmd, + resname, + mt, + rc, + intermediate_manifest, + *manifests + ): + """A wrapper for handling creating a manifest resource and then executing + a link command.""" + # The 'normal' way to do manifests is to have link generate a manifest + # based on gathering dependencies from the object files, then merge that + # manifest with other manifests supplied as sources, convert the merged + # manifest to a resource, and then *relink*, including the compiled + # version of the manifest resource. This breaks incremental linking, and + # is generally overly complicated. Instead, we merge all the manifests + # provided (along with one that includes what would normally be in the + # linker-generated one, see msvs_emulation.py), and include that into the + # first and only link. We still tell link to generate a manifest, but we + # only use that to assert that our simpler process did not miss anything. + variables = { + "python": sys.executable, + "arch": arch, + "out": out, + "ldcmd": ldcmd, + "resname": resname, + "mt": mt, + "rc": rc, + "intermediate_manifest": intermediate_manifest, + "manifests": " ".join(manifests), + } + add_to_ld = "" + if manifests: + subprocess.check_call( + "%(python)s gyp-win-tool manifest-wrapper %(arch)s %(mt)s -nologo " + "-manifest %(manifests)s -out:%(out)s.manifest" % variables + ) + if embed_manifest == "True": + subprocess.check_call( + "%(python)s gyp-win-tool manifest-to-rc %(arch)s %(out)s.manifest" + " %(out)s.manifest.rc %(resname)s" % variables + ) + subprocess.check_call( + "%(python)s gyp-win-tool rc-wrapper %(arch)s %(rc)s " + "%(out)s.manifest.rc" % variables + ) + add_to_ld = " %(out)s.manifest.res" % variables + subprocess.check_call(ldcmd + add_to_ld) + + # Run mt.exe on the theoretically complete manifest we generated, merging + # it with the one the linker generated to confirm that the linker + # generated one does not add anything. This is strictly unnecessary for + # correctness, it's only to verify that e.g. /MANIFESTDEPENDENCY was not + # used in a #pragma comment. + if manifests: + # Merge the intermediate one with ours to .assert.manifest, then check + # that .assert.manifest is identical to ours. + subprocess.check_call( + "%(python)s gyp-win-tool manifest-wrapper %(arch)s %(mt)s -nologo " + "-manifest %(out)s.manifest %(intermediate_manifest)s " + "-out:%(out)s.assert.manifest" % variables + ) + assert_manifest = "%(out)s.assert.manifest" % variables + our_manifest = "%(out)s.manifest" % variables + # Load and normalize the manifests. mt.exe sometimes removes whitespace, + # and sometimes doesn't unfortunately. + with open(our_manifest) as our_f, open(assert_manifest) as assert_f: + translator = str.maketrans("", "", string.whitespace) + our_data = our_f.read().translate(translator) + assert_data = assert_f.read().translate(translator) + if our_data != assert_data: + os.unlink(out) + + def dump(filename): + print(filename, file=sys.stderr) + print("-----", file=sys.stderr) + with open(filename) as f: + print(f.read(), file=sys.stderr) + print("-----", file=sys.stderr) + + dump(intermediate_manifest) + dump(our_manifest) + dump(assert_manifest) + sys.stderr.write( + 'Linker generated manifest "%s" added to final manifest "%s" ' + '(result in "%s"). ' + "Were /MANIFEST switches used in #pragma statements? " + % (intermediate_manifest, our_manifest, assert_manifest) + ) + return 1 + + def ExecManifestWrapper(self, arch, *args): + """Run manifest tool with environment set. Strip out undesirable warning + (some XML blocks are recognized by the OS loader, but not the manifest + tool).""" + env = self._GetEnv(arch) + popen = subprocess.Popen( + args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT + ) + out = popen.communicate()[0].decode("utf-8") + for line in out.splitlines(): + if line and "manifest authoring warning 81010002" not in line: + print(line) + return popen.returncode + + def ExecManifestToRc(self, arch, *args): + """Creates a resource file pointing a SxS assembly manifest. + |args| is tuple containing path to resource file, path to manifest file + and resource name which can be "1" (for executables) or "2" (for DLLs).""" + manifest_path, resource_path, resource_name = args + with open(resource_path, "w") as output: + output.write( + '#include \n%s RT_MANIFEST "%s"' + % (resource_name, os.path.abspath(manifest_path).replace("\\", "/")) + ) + + def ExecMidlWrapper(self, arch, outdir, tlb, h, dlldata, iid, proxy, idl, *flags): + """Filter noisy filenames output from MIDL compile step that isn't + quietable via command line flags. + """ + args = ( + ["midl", "/nologo"] + + list(flags) + + [ + "/out", + outdir, + "/tlb", + tlb, + "/h", + h, + "/dlldata", + dlldata, + "/iid", + iid, + "/proxy", + proxy, + idl, + ] + ) + env = self._GetEnv(arch) + popen = subprocess.Popen( + args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT + ) + out = popen.communicate()[0].decode("utf-8") + # Filter junk out of stdout, and write filtered versions. Output we want + # to filter is pairs of lines that look like this: + # Processing C:\Program Files (x86)\Microsoft SDKs\...\include\objidl.idl + # objidl.idl + lines = out.splitlines() + prefixes = ("Processing ", "64 bit Processing ") + processing = {os.path.basename(x) for x in lines if x.startswith(prefixes)} + for line in lines: + if not line.startswith(prefixes) and line not in processing: + print(line) + return popen.returncode + + def ExecAsmWrapper(self, arch, *args): + """Filter logo banner from invocations of asm.exe.""" + env = self._GetEnv(arch) + popen = subprocess.Popen( + args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT + ) + out = popen.communicate()[0].decode("utf-8") + for line in out.splitlines(): + if ( + not line.startswith("Copyright (C) Microsoft Corporation") + and not line.startswith("Microsoft (R) Macro Assembler") + and not line.startswith(" Assembling: ") + and line + ): + print(line) + return popen.returncode + + def ExecRcWrapper(self, arch, *args): + """Filter logo banner from invocations of rc.exe. Older versions of RC + don't support the /nologo flag.""" + env = self._GetEnv(arch) + popen = subprocess.Popen( + args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT + ) + out = popen.communicate()[0].decode("utf-8") + for line in out.splitlines(): + if ( + not line.startswith("Microsoft (R) Windows (R) Resource Compiler") + and not line.startswith("Copyright (C) Microsoft Corporation") + and line + ): + print(line) + return popen.returncode + + def ExecActionWrapper(self, arch, rspfile, *dir): + """Runs an action command line from a response file using the environment + for |arch|. If |dir| is supplied, use that as the working directory.""" + env = self._GetEnv(arch) + # TODO(scottmg): This is a temporary hack to get some specific variables + # through to actions that are set after gyp-time. http://crbug.com/333738. + for k, v in os.environ.items(): + if k not in env: + env[k] = v + args = open(rspfile).read() + dir = dir[0] if dir else None + return subprocess.call(args, shell=True, env=env, cwd=dir) + + def ExecClCompile(self, project_dir, selected_files): + """Executed by msvs-ninja projects when the 'ClCompile' target is used to + build selected C/C++ files.""" + project_dir = os.path.relpath(project_dir, BASE_DIR) + selected_files = selected_files.split(";") + ninja_targets = [ + os.path.join(project_dir, filename) + "^^" for filename in selected_files + ] + cmd = ["ninja.exe"] + cmd.extend(ninja_targets) + return subprocess.call(cmd, shell=True, cwd=BASE_DIR) + + +if __name__ == "__main__": + sys.exit(main(sys.argv[1:])) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py new file mode 100644 index 00000000..aee1a542 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py @@ -0,0 +1,1941 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +""" +This module contains classes that help to emulate xcodebuild behavior on top of +other build systems, such as make and ninja. +""" + + +import copy +import gyp.common +import os +import os.path +import re +import shlex +import subprocess +import sys +from gyp.common import GypError + +# Populated lazily by XcodeVersion, for efficiency, and to fix an issue when +# "xcodebuild" is called too quickly (it has been found to return incorrect +# version number). +XCODE_VERSION_CACHE = None + +# Populated lazily by GetXcodeArchsDefault, to an |XcodeArchsDefault| instance +# corresponding to the installed version of Xcode. +XCODE_ARCHS_DEFAULT_CACHE = None + + +def XcodeArchsVariableMapping(archs, archs_including_64_bit=None): + """Constructs a dictionary with expansion for $(ARCHS_STANDARD) variable, + and optionally for $(ARCHS_STANDARD_INCLUDING_64_BIT).""" + mapping = {"$(ARCHS_STANDARD)": archs} + if archs_including_64_bit: + mapping["$(ARCHS_STANDARD_INCLUDING_64_BIT)"] = archs_including_64_bit + return mapping + + +class XcodeArchsDefault: + """A class to resolve ARCHS variable from xcode_settings, resolving Xcode + macros and implementing filtering by VALID_ARCHS. The expansion of macros + depends on the SDKROOT used ("macosx", "iphoneos", "iphonesimulator") and + on the version of Xcode. + """ + + # Match variable like $(ARCHS_STANDARD). + variable_pattern = re.compile(r"\$\([a-zA-Z_][a-zA-Z0-9_]*\)$") + + def __init__(self, default, mac, iphonesimulator, iphoneos): + self._default = (default,) + self._archs = {"mac": mac, "ios": iphoneos, "iossim": iphonesimulator} + + def _VariableMapping(self, sdkroot): + """Returns the dictionary of variable mapping depending on the SDKROOT.""" + sdkroot = sdkroot.lower() + if "iphoneos" in sdkroot: + return self._archs["ios"] + elif "iphonesimulator" in sdkroot: + return self._archs["iossim"] + else: + return self._archs["mac"] + + def _ExpandArchs(self, archs, sdkroot): + """Expands variables references in ARCHS, and remove duplicates.""" + variable_mapping = self._VariableMapping(sdkroot) + expanded_archs = [] + for arch in archs: + if self.variable_pattern.match(arch): + variable = arch + try: + variable_expansion = variable_mapping[variable] + for arch in variable_expansion: + if arch not in expanded_archs: + expanded_archs.append(arch) + except KeyError: + print('Warning: Ignoring unsupported variable "%s".' % variable) + elif arch not in expanded_archs: + expanded_archs.append(arch) + return expanded_archs + + def ActiveArchs(self, archs, valid_archs, sdkroot): + """Expands variables references in ARCHS, and filter by VALID_ARCHS if it + is defined (if not set, Xcode accept any value in ARCHS, otherwise, only + values present in VALID_ARCHS are kept).""" + expanded_archs = self._ExpandArchs(archs or self._default, sdkroot or "") + if valid_archs: + filtered_archs = [] + for arch in expanded_archs: + if arch in valid_archs: + filtered_archs.append(arch) + expanded_archs = filtered_archs + return expanded_archs + + +def GetXcodeArchsDefault(): + """Returns the |XcodeArchsDefault| object to use to expand ARCHS for the + installed version of Xcode. The default values used by Xcode for ARCHS + and the expansion of the variables depends on the version of Xcode used. + + For all version anterior to Xcode 5.0 or posterior to Xcode 5.1 included + uses $(ARCHS_STANDARD) if ARCHS is unset, while Xcode 5.0 to 5.0.2 uses + $(ARCHS_STANDARD_INCLUDING_64_BIT). This variable was added to Xcode 5.0 + and deprecated with Xcode 5.1. + + For "macosx" SDKROOT, all version starting with Xcode 5.0 includes 64-bit + architecture as part of $(ARCHS_STANDARD) and default to only building it. + + For "iphoneos" and "iphonesimulator" SDKROOT, 64-bit architectures are part + of $(ARCHS_STANDARD_INCLUDING_64_BIT) from Xcode 5.0. From Xcode 5.1, they + are also part of $(ARCHS_STANDARD). + + All these rules are coded in the construction of the |XcodeArchsDefault| + object to use depending on the version of Xcode detected. The object is + for performance reason.""" + global XCODE_ARCHS_DEFAULT_CACHE + if XCODE_ARCHS_DEFAULT_CACHE: + return XCODE_ARCHS_DEFAULT_CACHE + xcode_version, _ = XcodeVersion() + if xcode_version < "0500": + XCODE_ARCHS_DEFAULT_CACHE = XcodeArchsDefault( + "$(ARCHS_STANDARD)", + XcodeArchsVariableMapping(["i386"]), + XcodeArchsVariableMapping(["i386"]), + XcodeArchsVariableMapping(["armv7"]), + ) + elif xcode_version < "0510": + XCODE_ARCHS_DEFAULT_CACHE = XcodeArchsDefault( + "$(ARCHS_STANDARD_INCLUDING_64_BIT)", + XcodeArchsVariableMapping(["x86_64"], ["x86_64"]), + XcodeArchsVariableMapping(["i386"], ["i386", "x86_64"]), + XcodeArchsVariableMapping( + ["armv7", "armv7s"], ["armv7", "armv7s", "arm64"] + ), + ) + else: + XCODE_ARCHS_DEFAULT_CACHE = XcodeArchsDefault( + "$(ARCHS_STANDARD)", + XcodeArchsVariableMapping(["x86_64"], ["x86_64"]), + XcodeArchsVariableMapping(["i386", "x86_64"], ["i386", "x86_64"]), + XcodeArchsVariableMapping( + ["armv7", "armv7s", "arm64"], ["armv7", "armv7s", "arm64"] + ), + ) + return XCODE_ARCHS_DEFAULT_CACHE + + +class XcodeSettings: + """A class that understands the gyp 'xcode_settings' object.""" + + # Populated lazily by _SdkPath(). Shared by all XcodeSettings, so cached + # at class-level for efficiency. + _sdk_path_cache = {} + _platform_path_cache = {} + _sdk_root_cache = {} + + # Populated lazily by GetExtraPlistItems(). Shared by all XcodeSettings, so + # cached at class-level for efficiency. + _plist_cache = {} + + # Populated lazily by GetIOSPostbuilds. Shared by all XcodeSettings, so + # cached at class-level for efficiency. + _codesigning_key_cache = {} + + def __init__(self, spec): + self.spec = spec + + self.isIOS = False + self.mac_toolchain_dir = None + self.header_map_path = None + + # Per-target 'xcode_settings' are pushed down into configs earlier by gyp. + # This means self.xcode_settings[config] always contains all settings + # for that config -- the per-target settings as well. Settings that are + # the same for all configs are implicitly per-target settings. + self.xcode_settings = {} + configs = spec["configurations"] + for configname, config in configs.items(): + self.xcode_settings[configname] = config.get("xcode_settings", {}) + self._ConvertConditionalKeys(configname) + if self.xcode_settings[configname].get("IPHONEOS_DEPLOYMENT_TARGET", None): + self.isIOS = True + + # This is only non-None temporarily during the execution of some methods. + self.configname = None + + # Used by _AdjustLibrary to match .a and .dylib entries in libraries. + self.library_re = re.compile(r"^lib([^/]+)\.(a|dylib)$") + + def _ConvertConditionalKeys(self, configname): + """Converts or warns on conditional keys. Xcode supports conditional keys, + such as CODE_SIGN_IDENTITY[sdk=iphoneos*]. This is a partial implementation + with some keys converted while the rest force a warning.""" + settings = self.xcode_settings[configname] + conditional_keys = [key for key in settings if key.endswith("]")] + for key in conditional_keys: + # If you need more, speak up at http://crbug.com/122592 + if key.endswith("[sdk=iphoneos*]"): + if configname.endswith("iphoneos"): + new_key = key.split("[")[0] + settings[new_key] = settings[key] + else: + print( + "Warning: Conditional keys not implemented, ignoring:", + " ".join(conditional_keys), + ) + del settings[key] + + def _Settings(self): + assert self.configname + return self.xcode_settings[self.configname] + + def _Test(self, test_key, cond_key, default): + return self._Settings().get(test_key, default) == cond_key + + def _Appendf(self, lst, test_key, format_str, default=None): + if test_key in self._Settings(): + lst.append(format_str % str(self._Settings()[test_key])) + elif default: + lst.append(format_str % str(default)) + + def _WarnUnimplemented(self, test_key): + if test_key in self._Settings(): + print('Warning: Ignoring not yet implemented key "%s".' % test_key) + + def IsBinaryOutputFormat(self, configname): + default = "binary" if self.isIOS else "xml" + format = self.xcode_settings[configname].get("INFOPLIST_OUTPUT_FORMAT", default) + return format == "binary" + + def IsIosFramework(self): + return self.spec["type"] == "shared_library" and self._IsBundle() and self.isIOS + + def _IsBundle(self): + return ( + int(self.spec.get("mac_bundle", 0)) != 0 + or self._IsXCTest() + or self._IsXCUiTest() + ) + + def _IsXCTest(self): + return int(self.spec.get("mac_xctest_bundle", 0)) != 0 + + def _IsXCUiTest(self): + return int(self.spec.get("mac_xcuitest_bundle", 0)) != 0 + + def _IsIosAppExtension(self): + return int(self.spec.get("ios_app_extension", 0)) != 0 + + def _IsIosWatchKitExtension(self): + return int(self.spec.get("ios_watchkit_extension", 0)) != 0 + + def _IsIosWatchApp(self): + return int(self.spec.get("ios_watch_app", 0)) != 0 + + def GetFrameworkVersion(self): + """Returns the framework version of the current target. Only valid for + bundles.""" + assert self._IsBundle() + return self.GetPerTargetSetting("FRAMEWORK_VERSION", default="A") + + def GetWrapperExtension(self): + """Returns the bundle extension (.app, .framework, .plugin, etc). Only + valid for bundles.""" + assert self._IsBundle() + if self.spec["type"] in ("loadable_module", "shared_library"): + default_wrapper_extension = { + "loadable_module": "bundle", + "shared_library": "framework", + }[self.spec["type"]] + wrapper_extension = self.GetPerTargetSetting( + "WRAPPER_EXTENSION", default=default_wrapper_extension + ) + return "." + self.spec.get("product_extension", wrapper_extension) + elif self.spec["type"] == "executable": + if self._IsIosAppExtension() or self._IsIosWatchKitExtension(): + return "." + self.spec.get("product_extension", "appex") + else: + return "." + self.spec.get("product_extension", "app") + else: + assert False, "Don't know extension for '{}', target '{}'".format( + self.spec["type"], + self.spec["target_name"], + ) + + def GetProductName(self): + """Returns PRODUCT_NAME.""" + return self.spec.get("product_name", self.spec["target_name"]) + + def GetFullProductName(self): + """Returns FULL_PRODUCT_NAME.""" + if self._IsBundle(): + return self.GetWrapperName() + else: + return self._GetStandaloneBinaryPath() + + def GetWrapperName(self): + """Returns the directory name of the bundle represented by this target. + Only valid for bundles.""" + assert self._IsBundle() + return self.GetProductName() + self.GetWrapperExtension() + + def GetBundleContentsFolderPath(self): + """Returns the qualified path to the bundle's contents folder. E.g. + Chromium.app/Contents or Foo.bundle/Versions/A. Only valid for bundles.""" + if self.isIOS: + return self.GetWrapperName() + assert self._IsBundle() + if self.spec["type"] == "shared_library": + return os.path.join( + self.GetWrapperName(), "Versions", self.GetFrameworkVersion() + ) + else: + # loadable_modules have a 'Contents' folder like executables. + return os.path.join(self.GetWrapperName(), "Contents") + + def GetBundleResourceFolder(self): + """Returns the qualified path to the bundle's resource folder. E.g. + Chromium.app/Contents/Resources. Only valid for bundles.""" + assert self._IsBundle() + if self.isIOS: + return self.GetBundleContentsFolderPath() + return os.path.join(self.GetBundleContentsFolderPath(), "Resources") + + def GetBundleExecutableFolderPath(self): + """Returns the qualified path to the bundle's executables folder. E.g. + Chromium.app/Contents/MacOS. Only valid for bundles.""" + assert self._IsBundle() + if self.spec["type"] in ("shared_library") or self.isIOS: + return self.GetBundleContentsFolderPath() + elif self.spec["type"] in ("executable", "loadable_module"): + return os.path.join(self.GetBundleContentsFolderPath(), "MacOS") + + def GetBundleJavaFolderPath(self): + """Returns the qualified path to the bundle's Java resource folder. + E.g. Chromium.app/Contents/Resources/Java. Only valid for bundles.""" + assert self._IsBundle() + return os.path.join(self.GetBundleResourceFolder(), "Java") + + def GetBundleFrameworksFolderPath(self): + """Returns the qualified path to the bundle's frameworks folder. E.g, + Chromium.app/Contents/Frameworks. Only valid for bundles.""" + assert self._IsBundle() + return os.path.join(self.GetBundleContentsFolderPath(), "Frameworks") + + def GetBundleSharedFrameworksFolderPath(self): + """Returns the qualified path to the bundle's frameworks folder. E.g, + Chromium.app/Contents/SharedFrameworks. Only valid for bundles.""" + assert self._IsBundle() + return os.path.join(self.GetBundleContentsFolderPath(), "SharedFrameworks") + + def GetBundleSharedSupportFolderPath(self): + """Returns the qualified path to the bundle's shared support folder. E.g, + Chromium.app/Contents/SharedSupport. Only valid for bundles.""" + assert self._IsBundle() + if self.spec["type"] == "shared_library": + return self.GetBundleResourceFolder() + else: + return os.path.join(self.GetBundleContentsFolderPath(), "SharedSupport") + + def GetBundlePlugInsFolderPath(self): + """Returns the qualified path to the bundle's plugins folder. E.g, + Chromium.app/Contents/PlugIns. Only valid for bundles.""" + assert self._IsBundle() + return os.path.join(self.GetBundleContentsFolderPath(), "PlugIns") + + def GetBundleXPCServicesFolderPath(self): + """Returns the qualified path to the bundle's XPC services folder. E.g, + Chromium.app/Contents/XPCServices. Only valid for bundles.""" + assert self._IsBundle() + return os.path.join(self.GetBundleContentsFolderPath(), "XPCServices") + + def GetBundlePlistPath(self): + """Returns the qualified path to the bundle's plist file. E.g. + Chromium.app/Contents/Info.plist. Only valid for bundles.""" + assert self._IsBundle() + if ( + self.spec["type"] in ("executable", "loadable_module") + or self.IsIosFramework() + ): + return os.path.join(self.GetBundleContentsFolderPath(), "Info.plist") + else: + return os.path.join( + self.GetBundleContentsFolderPath(), "Resources", "Info.plist" + ) + + def GetProductType(self): + """Returns the PRODUCT_TYPE of this target.""" + if self._IsIosAppExtension(): + assert self._IsBundle(), ( + "ios_app_extension flag requires mac_bundle " + "(target %s)" % self.spec["target_name"] + ) + return "com.apple.product-type.app-extension" + if self._IsIosWatchKitExtension(): + assert self._IsBundle(), ( + "ios_watchkit_extension flag requires " + "mac_bundle (target %s)" % self.spec["target_name"] + ) + return "com.apple.product-type.watchkit-extension" + if self._IsIosWatchApp(): + assert self._IsBundle(), ( + "ios_watch_app flag requires mac_bundle " + "(target %s)" % self.spec["target_name"] + ) + return "com.apple.product-type.application.watchapp" + if self._IsXCUiTest(): + assert self._IsBundle(), ( + "mac_xcuitest_bundle flag requires mac_bundle " + "(target %s)" % self.spec["target_name"] + ) + return "com.apple.product-type.bundle.ui-testing" + if self._IsBundle(): + return { + "executable": "com.apple.product-type.application", + "loadable_module": "com.apple.product-type.bundle", + "shared_library": "com.apple.product-type.framework", + }[self.spec["type"]] + else: + return { + "executable": "com.apple.product-type.tool", + "loadable_module": "com.apple.product-type.library.dynamic", + "shared_library": "com.apple.product-type.library.dynamic", + "static_library": "com.apple.product-type.library.static", + }[self.spec["type"]] + + def GetMachOType(self): + """Returns the MACH_O_TYPE of this target.""" + # Weird, but matches Xcode. + if not self._IsBundle() and self.spec["type"] == "executable": + return "" + return { + "executable": "mh_execute", + "static_library": "staticlib", + "shared_library": "mh_dylib", + "loadable_module": "mh_bundle", + }[self.spec["type"]] + + def _GetBundleBinaryPath(self): + """Returns the name of the bundle binary of by this target. + E.g. Chromium.app/Contents/MacOS/Chromium. Only valid for bundles.""" + assert self._IsBundle() + return os.path.join( + self.GetBundleExecutableFolderPath(), self.GetExecutableName() + ) + + def _GetStandaloneExecutableSuffix(self): + if "product_extension" in self.spec: + return "." + self.spec["product_extension"] + return { + "executable": "", + "static_library": ".a", + "shared_library": ".dylib", + "loadable_module": ".so", + }[self.spec["type"]] + + def _GetStandaloneExecutablePrefix(self): + return self.spec.get( + "product_prefix", + { + "executable": "", + "static_library": "lib", + "shared_library": "lib", + # Non-bundled loadable_modules are called foo.so for some reason + # (that is, .so and no prefix) with the xcode build -- match that. + "loadable_module": "", + }[self.spec["type"]], + ) + + def _GetStandaloneBinaryPath(self): + """Returns the name of the non-bundle binary represented by this target. + E.g. hello_world. Only valid for non-bundles.""" + assert not self._IsBundle() + assert self.spec["type"] in ( + "executable", + "shared_library", + "static_library", + "loadable_module", + ), ("Unexpected type %s" % self.spec["type"]) + target = self.spec["target_name"] + if self.spec["type"] == "static_library": + if target[:3] == "lib": + target = target[3:] + elif self.spec["type"] in ("loadable_module", "shared_library"): + if target[:3] == "lib": + target = target[3:] + + target_prefix = self._GetStandaloneExecutablePrefix() + target = self.spec.get("product_name", target) + target_ext = self._GetStandaloneExecutableSuffix() + return target_prefix + target + target_ext + + def GetExecutableName(self): + """Returns the executable name of the bundle represented by this target. + E.g. Chromium.""" + if self._IsBundle(): + return self.spec.get("product_name", self.spec["target_name"]) + else: + return self._GetStandaloneBinaryPath() + + def GetExecutablePath(self): + """Returns the qualified path to the primary executable of the bundle + represented by this target. E.g. Chromium.app/Contents/MacOS/Chromium.""" + if self._IsBundle(): + return self._GetBundleBinaryPath() + else: + return self._GetStandaloneBinaryPath() + + def GetActiveArchs(self, configname): + """Returns the architectures this target should be built for.""" + config_settings = self.xcode_settings[configname] + xcode_archs_default = GetXcodeArchsDefault() + return xcode_archs_default.ActiveArchs( + config_settings.get("ARCHS"), + config_settings.get("VALID_ARCHS"), + config_settings.get("SDKROOT"), + ) + + def _GetSdkVersionInfoItem(self, sdk, infoitem): + # xcodebuild requires Xcode and can't run on Command Line Tools-only + # systems from 10.7 onward. + # Since the CLT has no SDK paths anyway, returning None is the + # most sensible route and should still do the right thing. + try: + return GetStdoutQuiet(["xcrun", "--sdk", sdk, infoitem]) + except GypError: + pass + + def _SdkRoot(self, configname): + if configname is None: + configname = self.configname + return self.GetPerConfigSetting("SDKROOT", configname, default="") + + def _XcodePlatformPath(self, configname=None): + sdk_root = self._SdkRoot(configname) + if sdk_root not in XcodeSettings._platform_path_cache: + platform_path = self._GetSdkVersionInfoItem( + sdk_root, "--show-sdk-platform-path" + ) + XcodeSettings._platform_path_cache[sdk_root] = platform_path + return XcodeSettings._platform_path_cache[sdk_root] + + def _SdkPath(self, configname=None): + sdk_root = self._SdkRoot(configname) + if sdk_root.startswith("/"): + return sdk_root + return self._XcodeSdkPath(sdk_root) + + def _XcodeSdkPath(self, sdk_root): + if sdk_root not in XcodeSettings._sdk_path_cache: + sdk_path = self._GetSdkVersionInfoItem(sdk_root, "--show-sdk-path") + XcodeSettings._sdk_path_cache[sdk_root] = sdk_path + if sdk_root: + XcodeSettings._sdk_root_cache[sdk_path] = sdk_root + return XcodeSettings._sdk_path_cache[sdk_root] + + def _AppendPlatformVersionMinFlags(self, lst): + self._Appendf(lst, "MACOSX_DEPLOYMENT_TARGET", "-mmacosx-version-min=%s") + if "IPHONEOS_DEPLOYMENT_TARGET" in self._Settings(): + # TODO: Implement this better? + sdk_path_basename = os.path.basename(self._SdkPath()) + if sdk_path_basename.lower().startswith("iphonesimulator"): + self._Appendf( + lst, "IPHONEOS_DEPLOYMENT_TARGET", "-mios-simulator-version-min=%s" + ) + else: + self._Appendf( + lst, "IPHONEOS_DEPLOYMENT_TARGET", "-miphoneos-version-min=%s" + ) + + def GetCflags(self, configname, arch=None): + """Returns flags that need to be added to .c, .cc, .m, and .mm + compilations.""" + # This functions (and the similar ones below) do not offer complete + # emulation of all xcode_settings keys. They're implemented on demand. + + self.configname = configname + cflags = [] + + sdk_root = self._SdkPath() + if "SDKROOT" in self._Settings() and sdk_root: + cflags.append("-isysroot") + cflags.append(sdk_root) + + if self.header_map_path: + cflags.append("-I%s" % self.header_map_path) + + if self._Test("CLANG_WARN_CONSTANT_CONVERSION", "YES", default="NO"): + cflags.append("-Wconstant-conversion") + + if self._Test("GCC_CHAR_IS_UNSIGNED_CHAR", "YES", default="NO"): + cflags.append("-funsigned-char") + + if self._Test("GCC_CW_ASM_SYNTAX", "YES", default="YES"): + cflags.append("-fasm-blocks") + + if "GCC_DYNAMIC_NO_PIC" in self._Settings(): + if self._Settings()["GCC_DYNAMIC_NO_PIC"] == "YES": + cflags.append("-mdynamic-no-pic") + else: + pass + # TODO: In this case, it depends on the target. xcode passes + # mdynamic-no-pic by default for executable and possibly static lib + # according to mento + + if self._Test("GCC_ENABLE_PASCAL_STRINGS", "YES", default="YES"): + cflags.append("-mpascal-strings") + + self._Appendf(cflags, "GCC_OPTIMIZATION_LEVEL", "-O%s", default="s") + + if self._Test("GCC_GENERATE_DEBUGGING_SYMBOLS", "YES", default="YES"): + dbg_format = self._Settings().get("DEBUG_INFORMATION_FORMAT", "dwarf") + if dbg_format == "dwarf": + cflags.append("-gdwarf-2") + elif dbg_format == "stabs": + raise NotImplementedError("stabs debug format is not supported yet.") + elif dbg_format == "dwarf-with-dsym": + cflags.append("-gdwarf-2") + else: + raise NotImplementedError("Unknown debug format %s" % dbg_format) + + if self._Settings().get("GCC_STRICT_ALIASING") == "YES": + cflags.append("-fstrict-aliasing") + elif self._Settings().get("GCC_STRICT_ALIASING") == "NO": + cflags.append("-fno-strict-aliasing") + + if self._Test("GCC_SYMBOLS_PRIVATE_EXTERN", "YES", default="NO"): + cflags.append("-fvisibility=hidden") + + if self._Test("GCC_TREAT_WARNINGS_AS_ERRORS", "YES", default="NO"): + cflags.append("-Werror") + + if self._Test("GCC_WARN_ABOUT_MISSING_NEWLINE", "YES", default="NO"): + cflags.append("-Wnewline-eof") + + # In Xcode, this is only activated when GCC_COMPILER_VERSION is clang or + # llvm-gcc. It also requires a fairly recent libtool, and + # if the system clang isn't used, DYLD_LIBRARY_PATH needs to contain the + # path to the libLTO.dylib that matches the used clang. + if self._Test("LLVM_LTO", "YES", default="NO"): + cflags.append("-flto") + + self._AppendPlatformVersionMinFlags(cflags) + + # TODO: + if self._Test("COPY_PHASE_STRIP", "YES", default="NO"): + self._WarnUnimplemented("COPY_PHASE_STRIP") + self._WarnUnimplemented("GCC_DEBUGGING_SYMBOLS") + self._WarnUnimplemented("GCC_ENABLE_OBJC_EXCEPTIONS") + + # TODO: This is exported correctly, but assigning to it is not supported. + self._WarnUnimplemented("MACH_O_TYPE") + self._WarnUnimplemented("PRODUCT_TYPE") + + # If GYP_CROSSCOMPILE (--cross-compiling), disable architecture-specific + # additions and assume these will be provided as required via CC_host, + # CXX_host, CC_target and CXX_target. + if not gyp.common.CrossCompileRequested(): + if arch is not None: + archs = [arch] + else: + assert self.configname + archs = self.GetActiveArchs(self.configname) + if len(archs) != 1: + # TODO: Supporting fat binaries will be annoying. + self._WarnUnimplemented("ARCHS") + archs = ["i386"] + cflags.append("-arch") + cflags.append(archs[0]) + + if archs[0] in ("i386", "x86_64"): + if self._Test("GCC_ENABLE_SSE3_EXTENSIONS", "YES", default="NO"): + cflags.append("-msse3") + if self._Test( + "GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS", "YES", default="NO" + ): + cflags.append("-mssse3") # Note 3rd 's'. + if self._Test("GCC_ENABLE_SSE41_EXTENSIONS", "YES", default="NO"): + cflags.append("-msse4.1") + if self._Test("GCC_ENABLE_SSE42_EXTENSIONS", "YES", default="NO"): + cflags.append("-msse4.2") + + cflags += self._Settings().get("WARNING_CFLAGS", []) + + if self._IsXCTest(): + platform_root = self._XcodePlatformPath(configname) + if platform_root: + cflags.append("-F" + platform_root + "/Developer/Library/Frameworks/") + + framework_root = sdk_root if sdk_root else "" + config = self.spec["configurations"][self.configname] + framework_dirs = config.get("mac_framework_dirs", []) + for directory in framework_dirs: + cflags.append("-F" + directory.replace("$(SDKROOT)", framework_root)) + + self.configname = None + return cflags + + def GetCflagsC(self, configname): + """Returns flags that need to be added to .c, and .m compilations.""" + self.configname = configname + cflags_c = [] + if self._Settings().get("GCC_C_LANGUAGE_STANDARD", "") == "ansi": + cflags_c.append("-ansi") + else: + self._Appendf(cflags_c, "GCC_C_LANGUAGE_STANDARD", "-std=%s") + cflags_c += self._Settings().get("OTHER_CFLAGS", []) + self.configname = None + return cflags_c + + def GetCflagsCC(self, configname): + """Returns flags that need to be added to .cc, and .mm compilations.""" + self.configname = configname + cflags_cc = [] + + clang_cxx_language_standard = self._Settings().get( + "CLANG_CXX_LANGUAGE_STANDARD" + ) + # Note: Don't make c++0x to c++11 so that c++0x can be used with older + # clangs that don't understand c++11 yet (like Xcode 4.2's). + if clang_cxx_language_standard: + cflags_cc.append("-std=%s" % clang_cxx_language_standard) + + self._Appendf(cflags_cc, "CLANG_CXX_LIBRARY", "-stdlib=%s") + + if self._Test("GCC_ENABLE_CPP_RTTI", "NO", default="YES"): + cflags_cc.append("-fno-rtti") + if self._Test("GCC_ENABLE_CPP_EXCEPTIONS", "NO", default="YES"): + cflags_cc.append("-fno-exceptions") + if self._Test("GCC_INLINES_ARE_PRIVATE_EXTERN", "YES", default="NO"): + cflags_cc.append("-fvisibility-inlines-hidden") + if self._Test("GCC_THREADSAFE_STATICS", "NO", default="YES"): + cflags_cc.append("-fno-threadsafe-statics") + # Note: This flag is a no-op for clang, it only has an effect for gcc. + if self._Test("GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO", "NO", default="YES"): + cflags_cc.append("-Wno-invalid-offsetof") + + other_ccflags = [] + + for flag in self._Settings().get("OTHER_CPLUSPLUSFLAGS", ["$(inherited)"]): + # TODO: More general variable expansion. Missing in many other places too. + if flag in ("$inherited", "$(inherited)", "${inherited}"): + flag = "$OTHER_CFLAGS" + if flag in ("$OTHER_CFLAGS", "$(OTHER_CFLAGS)", "${OTHER_CFLAGS}"): + other_ccflags += self._Settings().get("OTHER_CFLAGS", []) + else: + other_ccflags.append(flag) + cflags_cc += other_ccflags + + self.configname = None + return cflags_cc + + def _AddObjectiveCGarbageCollectionFlags(self, flags): + gc_policy = self._Settings().get("GCC_ENABLE_OBJC_GC", "unsupported") + if gc_policy == "supported": + flags.append("-fobjc-gc") + elif gc_policy == "required": + flags.append("-fobjc-gc-only") + + def _AddObjectiveCARCFlags(self, flags): + if self._Test("CLANG_ENABLE_OBJC_ARC", "YES", default="NO"): + flags.append("-fobjc-arc") + + def _AddObjectiveCMissingPropertySynthesisFlags(self, flags): + if self._Test( + "CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS", "YES", default="NO" + ): + flags.append("-Wobjc-missing-property-synthesis") + + def GetCflagsObjC(self, configname): + """Returns flags that need to be added to .m compilations.""" + self.configname = configname + cflags_objc = [] + self._AddObjectiveCGarbageCollectionFlags(cflags_objc) + self._AddObjectiveCARCFlags(cflags_objc) + self._AddObjectiveCMissingPropertySynthesisFlags(cflags_objc) + self.configname = None + return cflags_objc + + def GetCflagsObjCC(self, configname): + """Returns flags that need to be added to .mm compilations.""" + self.configname = configname + cflags_objcc = [] + self._AddObjectiveCGarbageCollectionFlags(cflags_objcc) + self._AddObjectiveCARCFlags(cflags_objcc) + self._AddObjectiveCMissingPropertySynthesisFlags(cflags_objcc) + if self._Test("GCC_OBJC_CALL_CXX_CDTORS", "YES", default="NO"): + cflags_objcc.append("-fobjc-call-cxx-cdtors") + self.configname = None + return cflags_objcc + + def GetInstallNameBase(self): + """Return DYLIB_INSTALL_NAME_BASE for this target.""" + # Xcode sets this for shared_libraries, and for nonbundled loadable_modules. + if self.spec["type"] != "shared_library" and ( + self.spec["type"] != "loadable_module" or self._IsBundle() + ): + return None + install_base = self.GetPerTargetSetting( + "DYLIB_INSTALL_NAME_BASE", + default="/Library/Frameworks" if self._IsBundle() else "/usr/local/lib", + ) + return install_base + + def _StandardizePath(self, path): + """Do :standardizepath processing for path.""" + # I'm not quite sure what :standardizepath does. Just call normpath(), + # but don't let @executable_path/../foo collapse to foo. + if "/" in path: + prefix, rest = "", path + if path.startswith("@"): + prefix, rest = path.split("/", 1) + rest = os.path.normpath(rest) # :standardizepath + path = os.path.join(prefix, rest) + return path + + def GetInstallName(self): + """Return LD_DYLIB_INSTALL_NAME for this target.""" + # Xcode sets this for shared_libraries, and for nonbundled loadable_modules. + if self.spec["type"] != "shared_library" and ( + self.spec["type"] != "loadable_module" or self._IsBundle() + ): + return None + + default_install_name = ( + "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)" + ) + install_name = self.GetPerTargetSetting( + "LD_DYLIB_INSTALL_NAME", default=default_install_name + ) + + # Hardcode support for the variables used in chromium for now, to + # unblock people using the make build. + if "$" in install_name: + assert install_name in ( + "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/" + "$(WRAPPER_NAME)/$(PRODUCT_NAME)", + default_install_name, + ), ( + "Variables in LD_DYLIB_INSTALL_NAME are not generally supported " + "yet in target '%s' (got '%s')" + % (self.spec["target_name"], install_name) + ) + + install_name = install_name.replace( + "$(DYLIB_INSTALL_NAME_BASE:standardizepath)", + self._StandardizePath(self.GetInstallNameBase()), + ) + if self._IsBundle(): + # These are only valid for bundles, hence the |if|. + install_name = install_name.replace( + "$(WRAPPER_NAME)", self.GetWrapperName() + ) + install_name = install_name.replace( + "$(PRODUCT_NAME)", self.GetProductName() + ) + else: + assert "$(WRAPPER_NAME)" not in install_name + assert "$(PRODUCT_NAME)" not in install_name + + install_name = install_name.replace( + "$(EXECUTABLE_PATH)", self.GetExecutablePath() + ) + return install_name + + def _MapLinkerFlagFilename(self, ldflag, gyp_to_build_path): + """Checks if ldflag contains a filename and if so remaps it from + gyp-directory-relative to build-directory-relative.""" + # This list is expanded on demand. + # They get matched as: + # -exported_symbols_list file + # -Wl,exported_symbols_list file + # -Wl,exported_symbols_list,file + LINKER_FILE = r"(\S+)" + WORD = r"\S+" + linker_flags = [ + ["-exported_symbols_list", LINKER_FILE], # Needed for NaCl. + ["-unexported_symbols_list", LINKER_FILE], + ["-reexported_symbols_list", LINKER_FILE], + ["-sectcreate", WORD, WORD, LINKER_FILE], # Needed for remoting. + ] + for flag_pattern in linker_flags: + regex = re.compile("(?:-Wl,)?" + "[ ,]".join(flag_pattern)) + m = regex.match(ldflag) + if m: + ldflag = ( + ldflag[: m.start(1)] + + gyp_to_build_path(m.group(1)) + + ldflag[m.end(1) :] + ) + # Required for ffmpeg (no idea why they don't use LIBRARY_SEARCH_PATHS, + # TODO(thakis): Update ffmpeg.gyp): + if ldflag.startswith("-L"): + ldflag = "-L" + gyp_to_build_path(ldflag[len("-L") :]) + return ldflag + + def GetLdflags(self, configname, product_dir, gyp_to_build_path, arch=None): + """Returns flags that need to be passed to the linker. + + Args: + configname: The name of the configuration to get ld flags for. + product_dir: The directory where products such static and dynamic + libraries are placed. This is added to the library search path. + gyp_to_build_path: A function that converts paths relative to the + current gyp file to paths relative to the build directory. + """ + self.configname = configname + ldflags = [] + + # The xcode build is relative to a gyp file's directory, and OTHER_LDFLAGS + # can contain entries that depend on this. Explicitly absolutify these. + for ldflag in self._Settings().get("OTHER_LDFLAGS", []): + ldflags.append(self._MapLinkerFlagFilename(ldflag, gyp_to_build_path)) + + if self._Test("DEAD_CODE_STRIPPING", "YES", default="NO"): + ldflags.append("-Wl,-dead_strip") + + if self._Test("PREBINDING", "YES", default="NO"): + ldflags.append("-Wl,-prebind") + + self._Appendf( + ldflags, "DYLIB_COMPATIBILITY_VERSION", "-compatibility_version %s" + ) + self._Appendf(ldflags, "DYLIB_CURRENT_VERSION", "-current_version %s") + + self._AppendPlatformVersionMinFlags(ldflags) + + if "SDKROOT" in self._Settings() and self._SdkPath(): + ldflags.append("-isysroot") + ldflags.append(self._SdkPath()) + + for library_path in self._Settings().get("LIBRARY_SEARCH_PATHS", []): + ldflags.append("-L" + gyp_to_build_path(library_path)) + + if "ORDER_FILE" in self._Settings(): + ldflags.append("-Wl,-order_file") + ldflags.append("-Wl," + gyp_to_build_path(self._Settings()["ORDER_FILE"])) + + if not gyp.common.CrossCompileRequested(): + if arch is not None: + archs = [arch] + else: + assert self.configname + archs = self.GetActiveArchs(self.configname) + if len(archs) != 1: + # TODO: Supporting fat binaries will be annoying. + self._WarnUnimplemented("ARCHS") + archs = ["i386"] + # Avoid quoting the space between -arch and the arch name + ldflags.append("-arch") + ldflags.append(archs[0]) + + # Xcode adds the product directory by default. + # Rewrite -L. to -L./ to work around http://www.openradar.me/25313838 + ldflags.append("-L" + (product_dir if product_dir != "." else "./")) + + install_name = self.GetInstallName() + if install_name and self.spec["type"] != "loadable_module": + ldflags.append("-install_name") + ldflags.append(install_name.replace(" ", r"\ ")) + + for rpath in self._Settings().get("LD_RUNPATH_SEARCH_PATHS", []): + ldflags.append("-Wl,-rpath," + rpath) + + sdk_root = self._SdkPath() + if not sdk_root: + sdk_root = "" + config = self.spec["configurations"][self.configname] + framework_dirs = config.get("mac_framework_dirs", []) + for directory in framework_dirs: + ldflags.append("-F" + directory.replace("$(SDKROOT)", sdk_root)) + + if self._IsXCTest(): + platform_root = self._XcodePlatformPath(configname) + if sdk_root and platform_root: + ldflags.append("-F" + platform_root + "/Developer/Library/Frameworks/") + ldflags.append("-framework") + ldflags.append("XCTest") + + is_extension = self._IsIosAppExtension() or self._IsIosWatchKitExtension() + if sdk_root and is_extension: + # Adds the link flags for extensions. These flags are common for all + # extensions and provide loader and main function. + # These flags reflect the compilation options used by xcode to compile + # extensions. + xcode_version, _ = XcodeVersion() + if xcode_version < "0900": + ldflags.append("-lpkstart") + ldflags.append( + sdk_root + + "/System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit" + ) + else: + ldflags.append("-e") + ldflags.append("_NSExtensionMain") + ldflags.append("-fapplication-extension") + + self._Appendf(ldflags, "CLANG_CXX_LIBRARY", "-stdlib=%s") + + self.configname = None + return ldflags + + def GetLibtoolflags(self, configname): + """Returns flags that need to be passed to the static linker. + + Args: + configname: The name of the configuration to get ld flags for. + """ + self.configname = configname + libtoolflags = [] + + for libtoolflag in self._Settings().get("OTHER_LDFLAGS", []): + libtoolflags.append(libtoolflag) + # TODO(thakis): ARCHS? + + self.configname = None + return libtoolflags + + def GetPerTargetSettings(self): + """Gets a list of all the per-target settings. This will only fetch keys + whose values are the same across all configurations.""" + first_pass = True + result = {} + for configname in sorted(self.xcode_settings.keys()): + if first_pass: + result = dict(self.xcode_settings[configname]) + first_pass = False + else: + for key, value in self.xcode_settings[configname].items(): + if key not in result: + continue + elif result[key] != value: + del result[key] + return result + + def GetPerConfigSetting(self, setting, configname, default=None): + if configname in self.xcode_settings: + return self.xcode_settings[configname].get(setting, default) + else: + return self.GetPerTargetSetting(setting, default) + + def GetPerTargetSetting(self, setting, default=None): + """Tries to get xcode_settings.setting from spec. Assumes that the setting + has the same value in all configurations and throws otherwise.""" + is_first_pass = True + result = None + for configname in sorted(self.xcode_settings.keys()): + if is_first_pass: + result = self.xcode_settings[configname].get(setting, None) + is_first_pass = False + else: + assert result == self.xcode_settings[configname].get(setting, None), ( + "Expected per-target setting for '%s', got per-config setting " + "(target %s)" % (setting, self.spec["target_name"]) + ) + if result is None: + return default + return result + + def _GetStripPostbuilds(self, configname, output_binary, quiet): + """Returns a list of shell commands that contain the shell commands + necessary to strip this target's binary. These should be run as postbuilds + before the actual postbuilds run.""" + self.configname = configname + + result = [] + if self._Test("DEPLOYMENT_POSTPROCESSING", "YES", default="NO") and self._Test( + "STRIP_INSTALLED_PRODUCT", "YES", default="NO" + ): + + default_strip_style = "debugging" + if ( + self.spec["type"] == "loadable_module" or self._IsIosAppExtension() + ) and self._IsBundle(): + default_strip_style = "non-global" + elif self.spec["type"] == "executable": + default_strip_style = "all" + + strip_style = self._Settings().get("STRIP_STYLE", default_strip_style) + strip_flags = {"all": "", "non-global": "-x", "debugging": "-S"}[ + strip_style + ] + + explicit_strip_flags = self._Settings().get("STRIPFLAGS", "") + if explicit_strip_flags: + strip_flags += " " + _NormalizeEnvVarReferences(explicit_strip_flags) + + if not quiet: + result.append("echo STRIP\\(%s\\)" % self.spec["target_name"]) + result.append(f"strip {strip_flags} {output_binary}") + + self.configname = None + return result + + def _GetDebugInfoPostbuilds(self, configname, output, output_binary, quiet): + """Returns a list of shell commands that contain the shell commands + necessary to massage this target's debug information. These should be run + as postbuilds before the actual postbuilds run.""" + self.configname = configname + + # For static libraries, no dSYMs are created. + result = [] + if ( + self._Test("GCC_GENERATE_DEBUGGING_SYMBOLS", "YES", default="YES") + and self._Test( + "DEBUG_INFORMATION_FORMAT", "dwarf-with-dsym", default="dwarf" + ) + and self.spec["type"] != "static_library" + ): + if not quiet: + result.append("echo DSYMUTIL\\(%s\\)" % self.spec["target_name"]) + result.append("dsymutil {} -o {}".format(output_binary, output + ".dSYM")) + + self.configname = None + return result + + def _GetTargetPostbuilds(self, configname, output, output_binary, quiet=False): + """Returns a list of shell commands that contain the shell commands + to run as postbuilds for this target, before the actual postbuilds.""" + # dSYMs need to build before stripping happens. + return self._GetDebugInfoPostbuilds( + configname, output, output_binary, quiet + ) + self._GetStripPostbuilds(configname, output_binary, quiet) + + def _GetIOSPostbuilds(self, configname, output_binary): + """Return a shell command to codesign the iOS output binary so it can + be deployed to a device. This should be run as the very last step of the + build.""" + if not ( + (self.isIOS + and (self.spec["type"] == "executable" or self._IsXCTest())) + or self.IsIosFramework() + ): + return [] + + postbuilds = [] + product_name = self.GetFullProductName() + settings = self.xcode_settings[configname] + + # Xcode expects XCTests to be copied into the TEST_HOST dir. + if self._IsXCTest(): + source = os.path.join("${BUILT_PRODUCTS_DIR}", product_name) + test_host = os.path.dirname(settings.get("TEST_HOST")) + xctest_destination = os.path.join(test_host, "PlugIns", product_name) + postbuilds.extend([f"ditto {source} {xctest_destination}"]) + + key = self._GetIOSCodeSignIdentityKey(settings) + if not key: + return postbuilds + + # Warn for any unimplemented signing xcode keys. + unimpl = ["OTHER_CODE_SIGN_FLAGS"] + unimpl = set(unimpl) & set(self.xcode_settings[configname].keys()) + if unimpl: + print( + "Warning: Some codesign keys not implemented, ignoring: %s" + % ", ".join(sorted(unimpl)) + ) + + if self._IsXCTest(): + # For device xctests, Xcode copies two extra frameworks into $TEST_HOST. + test_host = os.path.dirname(settings.get("TEST_HOST")) + frameworks_dir = os.path.join(test_host, "Frameworks") + platform_root = self._XcodePlatformPath(configname) + frameworks = [ + "Developer/Library/PrivateFrameworks/IDEBundleInjection.framework", + "Developer/Library/Frameworks/XCTest.framework", + ] + for framework in frameworks: + source = os.path.join(platform_root, framework) + destination = os.path.join(frameworks_dir, os.path.basename(framework)) + postbuilds.extend([f"ditto {source} {destination}"]) + + # Then re-sign everything with 'preserve=True' + postbuilds.extend( + [ + '%s %s code-sign-bundle "%s" "%s" "%s" "%s" %s' + % ( + sys.executable, + os.path.join("${TARGET_BUILD_DIR}", "gyp-mac-tool"), + key, + settings.get("CODE_SIGN_ENTITLEMENTS", ""), + settings.get("PROVISIONING_PROFILE", ""), + destination, + True, + ) + ] + ) + plugin_dir = os.path.join(test_host, "PlugIns") + targets = [os.path.join(plugin_dir, product_name), test_host] + for target in targets: + postbuilds.extend( + [ + '%s %s code-sign-bundle "%s" "%s" "%s" "%s" %s' + % ( + sys.executable, + os.path.join("${TARGET_BUILD_DIR}", "gyp-mac-tool"), + key, + settings.get("CODE_SIGN_ENTITLEMENTS", ""), + settings.get("PROVISIONING_PROFILE", ""), + target, + True, + ) + ] + ) + + postbuilds.extend( + [ + '%s %s code-sign-bundle "%s" "%s" "%s" "%s" %s' + % ( + sys.executable, + os.path.join("${TARGET_BUILD_DIR}", "gyp-mac-tool"), + key, + settings.get("CODE_SIGN_ENTITLEMENTS", ""), + settings.get("PROVISIONING_PROFILE", ""), + os.path.join("${BUILT_PRODUCTS_DIR}", product_name), + False, + ) + ] + ) + return postbuilds + + def _GetIOSCodeSignIdentityKey(self, settings): + identity = settings.get("CODE_SIGN_IDENTITY") + if not identity: + return None + if identity not in XcodeSettings._codesigning_key_cache: + output = subprocess.check_output( + ["security", "find-identity", "-p", "codesigning", "-v"] + ) + for line in output.splitlines(): + if identity in line: + fingerprint = line.split()[1] + cache = XcodeSettings._codesigning_key_cache + assert identity not in cache or fingerprint == cache[identity], ( + "Multiple codesigning fingerprints for identity: %s" % identity + ) + XcodeSettings._codesigning_key_cache[identity] = fingerprint + return XcodeSettings._codesigning_key_cache.get(identity, "") + + def AddImplicitPostbuilds( + self, configname, output, output_binary, postbuilds=[], quiet=False + ): + """Returns a list of shell commands that should run before and after + |postbuilds|.""" + assert output_binary is not None + pre = self._GetTargetPostbuilds(configname, output, output_binary, quiet) + post = self._GetIOSPostbuilds(configname, output_binary) + return pre + postbuilds + post + + def _AdjustLibrary(self, library, config_name=None): + if library.endswith(".framework"): + l_flag = "-framework " + os.path.splitext(os.path.basename(library))[0] + else: + m = self.library_re.match(library) + l_flag = "-l" + m.group(1) if m else library + + sdk_root = self._SdkPath(config_name) + if not sdk_root: + sdk_root = "" + # Xcode 7 started shipping with ".tbd" (text based stubs) files instead of + # ".dylib" without providing a real support for them. What it does, for + # "/usr/lib" libraries, is do "-L/usr/lib -lname" which is dependent on the + # library order and cause collision when building Chrome. + # + # Instead substitute ".tbd" to ".dylib" in the generated project when the + # following conditions are both true: + # - library is referenced in the gyp file as "$(SDKROOT)/**/*.dylib", + # - the ".dylib" file does not exists but a ".tbd" file do. + library = l_flag.replace("$(SDKROOT)", sdk_root) + if l_flag.startswith("$(SDKROOT)"): + basename, ext = os.path.splitext(library) + if ext == ".dylib" and not os.path.exists(library): + tbd_library = basename + ".tbd" + if os.path.exists(tbd_library): + library = tbd_library + return library + + def AdjustLibraries(self, libraries, config_name=None): + """Transforms entries like 'Cocoa.framework' in libraries into entries like + '-framework Cocoa', 'libcrypto.dylib' into '-lcrypto', etc. + """ + libraries = [self._AdjustLibrary(library, config_name) for library in libraries] + return libraries + + def _BuildMachineOSBuild(self): + return GetStdout(["sw_vers", "-buildVersion"]) + + def _XcodeIOSDeviceFamily(self, configname): + family = self.xcode_settings[configname].get("TARGETED_DEVICE_FAMILY", "1") + return [int(x) for x in family.split(",")] + + def GetExtraPlistItems(self, configname=None): + """Returns a dictionary with extra items to insert into Info.plist.""" + if configname not in XcodeSettings._plist_cache: + cache = {} + cache["BuildMachineOSBuild"] = self._BuildMachineOSBuild() + + xcode_version, xcode_build = XcodeVersion() + cache["DTXcode"] = xcode_version + cache["DTXcodeBuild"] = xcode_build + compiler = self.xcode_settings[configname].get("GCC_VERSION") + if compiler is not None: + cache["DTCompiler"] = compiler + + sdk_root = self._SdkRoot(configname) + if not sdk_root: + sdk_root = self._DefaultSdkRoot() + sdk_version = self._GetSdkVersionInfoItem(sdk_root, "--show-sdk-version") + cache["DTSDKName"] = sdk_root + (sdk_version or "") + if xcode_version >= "0720": + cache["DTSDKBuild"] = self._GetSdkVersionInfoItem( + sdk_root, "--show-sdk-build-version" + ) + elif xcode_version >= "0430": + cache["DTSDKBuild"] = sdk_version + else: + cache["DTSDKBuild"] = cache["BuildMachineOSBuild"] + + if self.isIOS: + cache["MinimumOSVersion"] = self.xcode_settings[configname].get( + "IPHONEOS_DEPLOYMENT_TARGET" + ) + cache["DTPlatformName"] = sdk_root + cache["DTPlatformVersion"] = sdk_version + + if configname.endswith("iphoneos"): + cache["CFBundleSupportedPlatforms"] = ["iPhoneOS"] + cache["DTPlatformBuild"] = cache["DTSDKBuild"] + else: + cache["CFBundleSupportedPlatforms"] = ["iPhoneSimulator"] + # This is weird, but Xcode sets DTPlatformBuild to an empty field + # for simulator builds. + cache["DTPlatformBuild"] = "" + XcodeSettings._plist_cache[configname] = cache + + # Include extra plist items that are per-target, not per global + # XcodeSettings. + items = dict(XcodeSettings._plist_cache[configname]) + if self.isIOS: + items["UIDeviceFamily"] = self._XcodeIOSDeviceFamily(configname) + return items + + def _DefaultSdkRoot(self): + """Returns the default SDKROOT to use. + + Prior to version 5.0.0, if SDKROOT was not explicitly set in the Xcode + project, then the environment variable was empty. Starting with this + version, Xcode uses the name of the newest SDK installed. + """ + xcode_version, _ = XcodeVersion() + if xcode_version < "0500": + return "" + default_sdk_path = self._XcodeSdkPath("") + default_sdk_root = XcodeSettings._sdk_root_cache.get(default_sdk_path) + if default_sdk_root: + return default_sdk_root + try: + all_sdks = GetStdout(["xcodebuild", "-showsdks"]) + except GypError: + # If xcodebuild fails, there will be no valid SDKs + return "" + for line in all_sdks.splitlines(): + items = line.split() + if len(items) >= 3 and items[-2] == "-sdk": + sdk_root = items[-1] + sdk_path = self._XcodeSdkPath(sdk_root) + if sdk_path == default_sdk_path: + return sdk_root + return "" + + +class MacPrefixHeader: + """A class that helps with emulating Xcode's GCC_PREFIX_HEADER feature. + + This feature consists of several pieces: + * If GCC_PREFIX_HEADER is present, all compilations in that project get an + additional |-include path_to_prefix_header| cflag. + * If GCC_PRECOMPILE_PREFIX_HEADER is present too, then the prefix header is + instead compiled, and all other compilations in the project get an + additional |-include path_to_compiled_header| instead. + + Compiled prefix headers have the extension gch. There is one gch file for + every language used in the project (c, cc, m, mm), since gch files for + different languages aren't compatible. + + gch files themselves are built with the target's normal cflags, but they + obviously don't get the |-include| flag. Instead, they need a -x flag that + describes their language. + + All o files in the target need to depend on the gch file, to make sure + it's built before any o file is built. + + This class helps with some of these tasks, but it needs help from the build + system for writing dependencies to the gch files, for writing build commands + for the gch files, and for figuring out the location of the gch files. + """ + + def __init__( + self, xcode_settings, gyp_path_to_build_path, gyp_path_to_build_output + ): + """If xcode_settings is None, all methods on this class are no-ops. + + Args: + gyp_path_to_build_path: A function that takes a gyp-relative path, + and returns a path relative to the build directory. + gyp_path_to_build_output: A function that takes a gyp-relative path and + a language code ('c', 'cc', 'm', or 'mm'), and that returns a path + to where the output of precompiling that path for that language + should be placed (without the trailing '.gch'). + """ + # This doesn't support per-configuration prefix headers. Good enough + # for now. + self.header = None + self.compile_headers = False + if xcode_settings: + self.header = xcode_settings.GetPerTargetSetting("GCC_PREFIX_HEADER") + self.compile_headers = ( + xcode_settings.GetPerTargetSetting( + "GCC_PRECOMPILE_PREFIX_HEADER", default="NO" + ) + != "NO" + ) + self.compiled_headers = {} + if self.header: + if self.compile_headers: + for lang in ["c", "cc", "m", "mm"]: + self.compiled_headers[lang] = gyp_path_to_build_output( + self.header, lang + ) + self.header = gyp_path_to_build_path(self.header) + + def _CompiledHeader(self, lang, arch): + assert self.compile_headers + h = self.compiled_headers[lang] + if arch: + h += "." + arch + return h + + def GetInclude(self, lang, arch=None): + """Gets the cflags to include the prefix header for language |lang|.""" + if self.compile_headers and lang in self.compiled_headers: + return "-include %s" % self._CompiledHeader(lang, arch) + elif self.header: + return "-include %s" % self.header + else: + return "" + + def _Gch(self, lang, arch): + """Returns the actual file name of the prefix header for language |lang|.""" + assert self.compile_headers + return self._CompiledHeader(lang, arch) + ".gch" + + def GetObjDependencies(self, sources, objs, arch=None): + """Given a list of source files and the corresponding object files, returns + a list of (source, object, gch) tuples, where |gch| is the build-directory + relative path to the gch file each object file depends on. |compilable[i]| + has to be the source file belonging to |objs[i]|.""" + if not self.header or not self.compile_headers: + return [] + + result = [] + for source, obj in zip(sources, objs): + ext = os.path.splitext(source)[1] + lang = { + ".c": "c", + ".cpp": "cc", + ".cc": "cc", + ".cxx": "cc", + ".m": "m", + ".mm": "mm", + }.get(ext, None) + if lang: + result.append((source, obj, self._Gch(lang, arch))) + return result + + def GetPchBuildCommands(self, arch=None): + """Returns [(path_to_gch, language_flag, language, header)]. + |path_to_gch| and |header| are relative to the build directory. + """ + if not self.header or not self.compile_headers: + return [] + return [ + (self._Gch("c", arch), "-x c-header", "c", self.header), + (self._Gch("cc", arch), "-x c++-header", "cc", self.header), + (self._Gch("m", arch), "-x objective-c-header", "m", self.header), + (self._Gch("mm", arch), "-x objective-c++-header", "mm", self.header), + ] + + +def XcodeVersion(): + """Returns a tuple of version and build version of installed Xcode.""" + # `xcodebuild -version` output looks like + # Xcode 4.6.3 + # Build version 4H1503 + # or like + # Xcode 3.2.6 + # Component versions: DevToolsCore-1809.0; DevToolsSupport-1806.0 + # BuildVersion: 10M2518 + # Convert that to ('0463', '4H1503') or ('0326', '10M2518'). + global XCODE_VERSION_CACHE + if XCODE_VERSION_CACHE: + return XCODE_VERSION_CACHE + version = "" + build = "" + try: + version_list = GetStdoutQuiet(["xcodebuild", "-version"]).splitlines() + # In some circumstances xcodebuild exits 0 but doesn't return + # the right results; for example, a user on 10.7 or 10.8 with + # a bogus path set via xcode-select + # In that case this may be a CLT-only install so fall back to + # checking that version. + if len(version_list) < 2: + raise GypError("xcodebuild returned unexpected results") + version = version_list[0].split()[-1] # Last word on first line + build = version_list[-1].split()[-1] # Last word on last line + except GypError: # Xcode not installed so look for XCode Command Line Tools + version = CLTVersion() # macOS Catalina returns 11.0.0.0.1.1567737322 + if not version: + raise GypError("No Xcode or CLT version detected!") + # Be careful to convert "4.2.3" to "0423" and "11.0.0" to "1100": + version = version.split(".")[:3] # Just major, minor, micro + version[0] = version[0].zfill(2) # Add a leading zero if major is one digit + version = ("".join(version) + "00")[:4] # Limit to exactly four characters + XCODE_VERSION_CACHE = (version, build) + return XCODE_VERSION_CACHE + + +# This function ported from the logic in Homebrew's CLT version check +def CLTVersion(): + """Returns the version of command-line tools from pkgutil.""" + # pkgutil output looks like + # package-id: com.apple.pkg.CLTools_Executables + # version: 5.0.1.0.1.1382131676 + # volume: / + # location: / + # install-time: 1382544035 + # groups: com.apple.FindSystemFiles.pkg-group + # com.apple.DevToolsBoth.pkg-group + # com.apple.DevToolsNonRelocatableShared.pkg-group + STANDALONE_PKG_ID = "com.apple.pkg.DeveloperToolsCLILeo" + FROM_XCODE_PKG_ID = "com.apple.pkg.DeveloperToolsCLI" + MAVERICKS_PKG_ID = "com.apple.pkg.CLTools_Executables" + + regex = re.compile("version: (?P.+)") + for key in [MAVERICKS_PKG_ID, STANDALONE_PKG_ID, FROM_XCODE_PKG_ID]: + try: + output = GetStdout(["/usr/sbin/pkgutil", "--pkg-info", key]) + return re.search(regex, output).groupdict()["version"] + except GypError: + continue + + regex = re.compile(r"Command Line Tools for Xcode\s+(?P\S+)") + try: + output = GetStdout(["/usr/sbin/softwareupdate", "--history"]) + return re.search(regex, output).groupdict()["version"] + except GypError: + return None + + +def GetStdoutQuiet(cmdlist): + """Returns the content of standard output returned by invoking |cmdlist|. + Ignores the stderr. + Raises |GypError| if the command return with a non-zero return code.""" + job = subprocess.Popen(cmdlist, stdout=subprocess.PIPE, stderr=subprocess.PIPE) + out = job.communicate()[0].decode("utf-8") + if job.returncode != 0: + raise GypError("Error %d running %s" % (job.returncode, cmdlist[0])) + return out.rstrip("\n") + + +def GetStdout(cmdlist): + """Returns the content of standard output returned by invoking |cmdlist|. + Raises |GypError| if the command return with a non-zero return code.""" + job = subprocess.Popen(cmdlist, stdout=subprocess.PIPE) + out = job.communicate()[0].decode("utf-8") + if job.returncode != 0: + sys.stderr.write(out + "\n") + raise GypError("Error %d running %s" % (job.returncode, cmdlist[0])) + return out.rstrip("\n") + + +def MergeGlobalXcodeSettingsToSpec(global_dict, spec): + """Merges the global xcode_settings dictionary into each configuration of the + target represented by spec. For keys that are both in the global and the local + xcode_settings dict, the local key gets precedence. + """ + # The xcode generator special-cases global xcode_settings and does something + # that amounts to merging in the global xcode_settings into each local + # xcode_settings dict. + global_xcode_settings = global_dict.get("xcode_settings", {}) + for config in spec["configurations"].values(): + if "xcode_settings" in config: + new_settings = global_xcode_settings.copy() + new_settings.update(config["xcode_settings"]) + config["xcode_settings"] = new_settings + + +def IsMacBundle(flavor, spec): + """Returns if |spec| should be treated as a bundle. + + Bundles are directories with a certain subdirectory structure, instead of + just a single file. Bundle rules do not produce a binary but also package + resources into that directory.""" + is_mac_bundle = ( + int(spec.get("mac_xctest_bundle", 0)) != 0 + or int(spec.get("mac_xcuitest_bundle", 0)) != 0 + or (int(spec.get("mac_bundle", 0)) != 0 and flavor == "mac") + ) + + if is_mac_bundle: + assert spec["type"] != "none", ( + 'mac_bundle targets cannot have type none (target "%s")' + % spec["target_name"] + ) + return is_mac_bundle + + +def GetMacBundleResources(product_dir, xcode_settings, resources): + """Yields (output, resource) pairs for every resource in |resources|. + Only call this for mac bundle targets. + + Args: + product_dir: Path to the directory containing the output bundle, + relative to the build directory. + xcode_settings: The XcodeSettings of the current target. + resources: A list of bundle resources, relative to the build directory. + """ + dest = os.path.join(product_dir, xcode_settings.GetBundleResourceFolder()) + for res in resources: + output = dest + + # The make generator doesn't support it, so forbid it everywhere + # to keep the generators more interchangeable. + assert " " not in res, "Spaces in resource filenames not supported (%s)" % res + + # Split into (path,file). + res_parts = os.path.split(res) + + # Now split the path into (prefix,maybe.lproj). + lproj_parts = os.path.split(res_parts[0]) + # If the resource lives in a .lproj bundle, add that to the destination. + if lproj_parts[1].endswith(".lproj"): + output = os.path.join(output, lproj_parts[1]) + + output = os.path.join(output, res_parts[1]) + # Compiled XIB files are referred to by .nib. + if output.endswith(".xib"): + output = os.path.splitext(output)[0] + ".nib" + # Compiled storyboard files are referred to by .storyboardc. + if output.endswith(".storyboard"): + output = os.path.splitext(output)[0] + ".storyboardc" + + yield output, res + + +def GetMacInfoPlist(product_dir, xcode_settings, gyp_path_to_build_path): + """Returns (info_plist, dest_plist, defines, extra_env), where: + * |info_plist| is the source plist path, relative to the + build directory, + * |dest_plist| is the destination plist path, relative to the + build directory, + * |defines| is a list of preprocessor defines (empty if the plist + shouldn't be preprocessed, + * |extra_env| is a dict of env variables that should be exported when + invoking |mac_tool copy-info-plist|. + + Only call this for mac bundle targets. + + Args: + product_dir: Path to the directory containing the output bundle, + relative to the build directory. + xcode_settings: The XcodeSettings of the current target. + gyp_to_build_path: A function that converts paths relative to the + current gyp file to paths relative to the build directory. + """ + info_plist = xcode_settings.GetPerTargetSetting("INFOPLIST_FILE") + if not info_plist: + return None, None, [], {} + + # The make generator doesn't support it, so forbid it everywhere + # to keep the generators more interchangeable. + assert " " not in info_plist, ( + "Spaces in Info.plist filenames not supported (%s)" % info_plist + ) + + info_plist = gyp_path_to_build_path(info_plist) + + # If explicitly set to preprocess the plist, invoke the C preprocessor and + # specify any defines as -D flags. + if ( + xcode_settings.GetPerTargetSetting("INFOPLIST_PREPROCESS", default="NO") + == "YES" + ): + # Create an intermediate file based on the path. + defines = shlex.split( + xcode_settings.GetPerTargetSetting( + "INFOPLIST_PREPROCESSOR_DEFINITIONS", default="" + ) + ) + else: + defines = [] + + dest_plist = os.path.join(product_dir, xcode_settings.GetBundlePlistPath()) + extra_env = xcode_settings.GetPerTargetSettings() + + return info_plist, dest_plist, defines, extra_env + + +def _GetXcodeEnv( + xcode_settings, built_products_dir, srcroot, configuration, additional_settings=None +): + """Return the environment variables that Xcode would set. See + http://developer.apple.com/library/mac/#documentation/DeveloperTools/Reference/XcodeBuildSettingRef/1-Build_Setting_Reference/build_setting_ref.html#//apple_ref/doc/uid/TP40003931-CH3-SW153 + for a full list. + + Args: + xcode_settings: An XcodeSettings object. If this is None, this function + returns an empty dict. + built_products_dir: Absolute path to the built products dir. + srcroot: Absolute path to the source root. + configuration: The build configuration name. + additional_settings: An optional dict with more values to add to the + result. + """ + + if not xcode_settings: + return {} + + # This function is considered a friend of XcodeSettings, so let it reach into + # its implementation details. + spec = xcode_settings.spec + + # These are filled in on an as-needed basis. + env = { + "BUILT_FRAMEWORKS_DIR": built_products_dir, + "BUILT_PRODUCTS_DIR": built_products_dir, + "CONFIGURATION": configuration, + "PRODUCT_NAME": xcode_settings.GetProductName(), + # For FULL_PRODUCT_NAME see: + # /Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications/MacOSX\ Product\ Types.xcspec # noqa: E501 + "SRCROOT": srcroot, + "SOURCE_ROOT": "${SRCROOT}", + # This is not true for static libraries, but currently the env is only + # written for bundles: + "TARGET_BUILD_DIR": built_products_dir, + "TEMP_DIR": "${TMPDIR}", + "XCODE_VERSION_ACTUAL": XcodeVersion()[0], + } + if xcode_settings.GetPerConfigSetting("SDKROOT", configuration): + env["SDKROOT"] = xcode_settings._SdkPath(configuration) + else: + env["SDKROOT"] = "" + + if xcode_settings.mac_toolchain_dir: + env["DEVELOPER_DIR"] = xcode_settings.mac_toolchain_dir + + if spec["type"] in ( + "executable", + "static_library", + "shared_library", + "loadable_module", + ): + env["EXECUTABLE_NAME"] = xcode_settings.GetExecutableName() + env["EXECUTABLE_PATH"] = xcode_settings.GetExecutablePath() + env["FULL_PRODUCT_NAME"] = xcode_settings.GetFullProductName() + mach_o_type = xcode_settings.GetMachOType() + if mach_o_type: + env["MACH_O_TYPE"] = mach_o_type + env["PRODUCT_TYPE"] = xcode_settings.GetProductType() + if xcode_settings._IsBundle(): + # xcodeproj_file.py sets the same Xcode subfolder value for this as for + # FRAMEWORKS_FOLDER_PATH so Xcode builds will actually use FFP's value. + env["BUILT_FRAMEWORKS_DIR"] = os.path.join( + built_products_dir + os.sep + xcode_settings.GetBundleFrameworksFolderPath() + ) + env["CONTENTS_FOLDER_PATH"] = xcode_settings.GetBundleContentsFolderPath() + env["EXECUTABLE_FOLDER_PATH"] = xcode_settings.GetBundleExecutableFolderPath() + env[ + "UNLOCALIZED_RESOURCES_FOLDER_PATH" + ] = xcode_settings.GetBundleResourceFolder() + env["JAVA_FOLDER_PATH"] = xcode_settings.GetBundleJavaFolderPath() + env["FRAMEWORKS_FOLDER_PATH"] = xcode_settings.GetBundleFrameworksFolderPath() + env[ + "SHARED_FRAMEWORKS_FOLDER_PATH" + ] = xcode_settings.GetBundleSharedFrameworksFolderPath() + env[ + "SHARED_SUPPORT_FOLDER_PATH" + ] = xcode_settings.GetBundleSharedSupportFolderPath() + env["PLUGINS_FOLDER_PATH"] = xcode_settings.GetBundlePlugInsFolderPath() + env["XPCSERVICES_FOLDER_PATH"] = xcode_settings.GetBundleXPCServicesFolderPath() + env["INFOPLIST_PATH"] = xcode_settings.GetBundlePlistPath() + env["WRAPPER_NAME"] = xcode_settings.GetWrapperName() + + install_name = xcode_settings.GetInstallName() + if install_name: + env["LD_DYLIB_INSTALL_NAME"] = install_name + install_name_base = xcode_settings.GetInstallNameBase() + if install_name_base: + env["DYLIB_INSTALL_NAME_BASE"] = install_name_base + xcode_version, _ = XcodeVersion() + if xcode_version >= "0500" and not env.get("SDKROOT"): + sdk_root = xcode_settings._SdkRoot(configuration) + if not sdk_root: + sdk_root = xcode_settings._XcodeSdkPath("") + if sdk_root is None: + sdk_root = "" + env["SDKROOT"] = sdk_root + + if not additional_settings: + additional_settings = {} + else: + # Flatten lists to strings. + for k in additional_settings: + if not isinstance(additional_settings[k], str): + additional_settings[k] = " ".join(additional_settings[k]) + additional_settings.update(env) + + for k in additional_settings: + additional_settings[k] = _NormalizeEnvVarReferences(additional_settings[k]) + + return additional_settings + + +def _NormalizeEnvVarReferences(str): + """Takes a string containing variable references in the form ${FOO}, $(FOO), + or $FOO, and returns a string with all variable references in the form ${FOO}. + """ + # $FOO -> ${FOO} + str = re.sub(r"\$([a-zA-Z_][a-zA-Z0-9_]*)", r"${\1}", str) + + # $(FOO) -> ${FOO} + matches = re.findall(r"(\$\(([a-zA-Z0-9\-_]+)\))", str) + for match in matches: + to_replace, variable = match + assert "$(" not in match, "$($(FOO)) variables not supported: " + match + str = str.replace(to_replace, "${" + variable + "}") + + return str + + +def ExpandEnvVars(string, expansions): + """Expands ${VARIABLES}, $(VARIABLES), and $VARIABLES in string per the + expansions list. If the variable expands to something that references + another variable, this variable is expanded as well if it's in env -- + until no variables present in env are left.""" + for k, v in reversed(expansions): + string = string.replace("${" + k + "}", v) + string = string.replace("$(" + k + ")", v) + string = string.replace("$" + k, v) + return string + + +def _TopologicallySortedEnvVarKeys(env): + """Takes a dict |env| whose values are strings that can refer to other keys, + for example env['foo'] = '$(bar) and $(baz)'. Returns a list L of all keys of + env such that key2 is after key1 in L if env[key2] refers to env[key1]. + + Throws an Exception in case of dependency cycles. + """ + # Since environment variables can refer to other variables, the evaluation + # order is important. Below is the logic to compute the dependency graph + # and sort it. + regex = re.compile(r"\$\{([a-zA-Z0-9\-_]+)\}") + + def GetEdges(node): + # Use a definition of edges such that user_of_variable -> used_variable. + # This happens to be easier in this case, since a variable's + # definition contains all variables it references in a single string. + # We can then reverse the result of the topological sort at the end. + # Since: reverse(topsort(DAG)) = topsort(reverse_edges(DAG)) + matches = {v for v in regex.findall(env[node]) if v in env} + for dependee in matches: + assert "${" not in dependee, "Nested variables not supported: " + dependee + return matches + + try: + # Topologically sort, and then reverse, because we used an edge definition + # that's inverted from the expected result of this function (see comment + # above). + order = gyp.common.TopologicallySorted(env.keys(), GetEdges) + order.reverse() + return order + except gyp.common.CycleError as e: + raise GypError( + "Xcode environment variables are cyclically dependent: " + str(e.nodes) + ) + + +def GetSortedXcodeEnv( + xcode_settings, built_products_dir, srcroot, configuration, additional_settings=None +): + env = _GetXcodeEnv( + xcode_settings, built_products_dir, srcroot, configuration, additional_settings + ) + return [(key, env[key]) for key in _TopologicallySortedEnvVarKeys(env)] + + +def GetSpecPostbuildCommands(spec, quiet=False): + """Returns the list of postbuilds explicitly defined on |spec|, in a form + executable by a shell.""" + postbuilds = [] + for postbuild in spec.get("postbuilds", []): + if not quiet: + postbuilds.append( + "echo POSTBUILD\\(%s\\) %s" + % (spec["target_name"], postbuild["postbuild_name"]) + ) + postbuilds.append(gyp.common.EncodePOSIXShellList(postbuild["action"])) + return postbuilds + + +def _HasIOSTarget(targets): + """Returns true if any target contains the iOS specific key + IPHONEOS_DEPLOYMENT_TARGET.""" + for target_dict in targets.values(): + for config in target_dict["configurations"].values(): + if config.get("xcode_settings", {}).get("IPHONEOS_DEPLOYMENT_TARGET"): + return True + return False + + +def _AddIOSDeviceConfigurations(targets): + """Clone all targets and append -iphoneos to the name. Configure these targets + to build for iOS devices and use correct architectures for those builds.""" + for target_dict in targets.values(): + toolset = target_dict["toolset"] + configs = target_dict["configurations"] + for config_name, simulator_config_dict in dict(configs).items(): + iphoneos_config_dict = copy.deepcopy(simulator_config_dict) + configs[config_name + "-iphoneos"] = iphoneos_config_dict + configs[config_name + "-iphonesimulator"] = simulator_config_dict + if toolset == "target": + simulator_config_dict["xcode_settings"]["SDKROOT"] = "iphonesimulator" + iphoneos_config_dict["xcode_settings"]["SDKROOT"] = "iphoneos" + return targets + + +def CloneConfigurationForDeviceAndEmulator(target_dicts): + """If |target_dicts| contains any iOS targets, automatically create -iphoneos + targets for iOS device builds.""" + if _HasIOSTarget(target_dicts): + return _AddIOSDeviceConfigurations(target_dicts) + return target_dicts diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation_test.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation_test.py new file mode 100644 index 00000000..98b02320 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation_test.py @@ -0,0 +1,53 @@ +#!/usr/bin/env python3 + +"""Unit tests for the xcode_emulation.py file.""" + +from gyp.xcode_emulation import XcodeSettings +import sys +import unittest + + +class TestXcodeSettings(unittest.TestCase): + def setUp(self): + if sys.platform != "darwin": + self.skipTest("This test only runs on macOS") + + def test_GetCflags(self): + target = { + "type": "static_library", + "configurations": { + "Release": {}, + }, + } + configuration_name = "Release" + xcode_settings = XcodeSettings(target) + cflags = xcode_settings.GetCflags(configuration_name, "arm64") + + # Do not quote `-arch arm64` with spaces in one string. + self.assertEqual( + cflags, + ["-fasm-blocks", "-mpascal-strings", "-Os", "-gdwarf-2", "-arch", "arm64"], + ) + + def GypToBuildPath(self, path): + return path + + def test_GetLdflags(self): + target = { + "type": "static_library", + "configurations": { + "Release": {}, + }, + } + configuration_name = "Release" + xcode_settings = XcodeSettings(target) + ldflags = xcode_settings.GetLdflags( + configuration_name, "PRODUCT_DIR", self.GypToBuildPath, "arm64" + ) + + # Do not quote `-arch arm64` with spaces in one string. + self.assertEqual(ldflags, ["-arch", "arm64", "-LPRODUCT_DIR"]) + + +if __name__ == "__main__": + unittest.main() diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py new file mode 100644 index 00000000..bb74eacb --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py @@ -0,0 +1,302 @@ +# Copyright (c) 2014 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Xcode-ninja wrapper project file generator. + +This updates the data structures passed to the Xcode gyp generator to build +with ninja instead. The Xcode project itself is transformed into a list of +executable targets, each with a build step to build with ninja, and a target +with every source and resource file. This appears to sidestep some of the +major performance headaches experienced using complex projects and large number +of targets within Xcode. +""" + +import errno +import gyp.generator.ninja +import os +import re +import xml.sax.saxutils + + +def _WriteWorkspace(main_gyp, sources_gyp, params): + """ Create a workspace to wrap main and sources gyp paths. """ + (build_file_root, build_file_ext) = os.path.splitext(main_gyp) + workspace_path = build_file_root + ".xcworkspace" + options = params["options"] + if options.generator_output: + workspace_path = os.path.join(options.generator_output, workspace_path) + try: + os.makedirs(workspace_path) + except OSError as e: + if e.errno != errno.EEXIST: + raise + output_string = ( + '\n' + '\n' + ) + for gyp_name in [main_gyp, sources_gyp]: + name = os.path.splitext(os.path.basename(gyp_name))[0] + ".xcodeproj" + name = xml.sax.saxutils.quoteattr("group:" + name) + output_string += " \n" % name + output_string += "\n" + + workspace_file = os.path.join(workspace_path, "contents.xcworkspacedata") + + try: + with open(workspace_file) as input_file: + input_string = input_file.read() + if input_string == output_string: + return + except OSError: + # Ignore errors if the file doesn't exist. + pass + + with open(workspace_file, "w") as output_file: + output_file.write(output_string) + + +def _TargetFromSpec(old_spec, params): + """ Create fake target for xcode-ninja wrapper. """ + # Determine ninja top level build dir (e.g. /path/to/out). + ninja_toplevel = None + jobs = 0 + if params: + options = params["options"] + ninja_toplevel = os.path.join( + options.toplevel_dir, gyp.generator.ninja.ComputeOutputDir(params) + ) + jobs = params.get("generator_flags", {}).get("xcode_ninja_jobs", 0) + + target_name = old_spec.get("target_name") + product_name = old_spec.get("product_name", target_name) + product_extension = old_spec.get("product_extension") + + ninja_target = {} + ninja_target["target_name"] = target_name + ninja_target["product_name"] = product_name + if product_extension: + ninja_target["product_extension"] = product_extension + ninja_target["toolset"] = old_spec.get("toolset") + ninja_target["default_configuration"] = old_spec.get("default_configuration") + ninja_target["configurations"] = {} + + # Tell Xcode to look in |ninja_toplevel| for build products. + new_xcode_settings = {} + if ninja_toplevel: + new_xcode_settings["CONFIGURATION_BUILD_DIR"] = ( + "%s/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)" % ninja_toplevel + ) + + if "configurations" in old_spec: + for config in old_spec["configurations"]: + old_xcode_settings = old_spec["configurations"][config].get( + "xcode_settings", {} + ) + if "IPHONEOS_DEPLOYMENT_TARGET" in old_xcode_settings: + new_xcode_settings["CODE_SIGNING_REQUIRED"] = "NO" + new_xcode_settings["IPHONEOS_DEPLOYMENT_TARGET"] = old_xcode_settings[ + "IPHONEOS_DEPLOYMENT_TARGET" + ] + for key in ["BUNDLE_LOADER", "TEST_HOST"]: + if key in old_xcode_settings: + new_xcode_settings[key] = old_xcode_settings[key] + + ninja_target["configurations"][config] = {} + ninja_target["configurations"][config][ + "xcode_settings" + ] = new_xcode_settings + + ninja_target["mac_bundle"] = old_spec.get("mac_bundle", 0) + ninja_target["mac_xctest_bundle"] = old_spec.get("mac_xctest_bundle", 0) + ninja_target["ios_app_extension"] = old_spec.get("ios_app_extension", 0) + ninja_target["ios_watchkit_extension"] = old_spec.get("ios_watchkit_extension", 0) + ninja_target["ios_watchkit_app"] = old_spec.get("ios_watchkit_app", 0) + ninja_target["type"] = old_spec["type"] + if ninja_toplevel: + ninja_target["actions"] = [ + { + "action_name": "Compile and copy %s via ninja" % target_name, + "inputs": [], + "outputs": [], + "action": [ + "env", + "PATH=%s" % os.environ["PATH"], + "ninja", + "-C", + new_xcode_settings["CONFIGURATION_BUILD_DIR"], + target_name, + ], + "message": "Compile and copy %s via ninja" % target_name, + }, + ] + if jobs > 0: + ninja_target["actions"][0]["action"].extend(("-j", jobs)) + return ninja_target + + +def IsValidTargetForWrapper(target_extras, executable_target_pattern, spec): + """Limit targets for Xcode wrapper. + + Xcode sometimes performs poorly with too many targets, so only include + proper executable targets, with filters to customize. + Arguments: + target_extras: Regular expression to always add, matching any target. + executable_target_pattern: Regular expression limiting executable targets. + spec: Specifications for target. + """ + target_name = spec.get("target_name") + # Always include targets matching target_extras. + if target_extras is not None and re.search(target_extras, target_name): + return True + + # Otherwise just show executable targets and xc_tests. + if int(spec.get("mac_xctest_bundle", 0)) != 0 or ( + spec.get("type", "") == "executable" + and spec.get("product_extension", "") != "bundle" + ): + + # If there is a filter and the target does not match, exclude the target. + if executable_target_pattern is not None: + if not re.search(executable_target_pattern, target_name): + return False + return True + return False + + +def CreateWrapper(target_list, target_dicts, data, params): + """Initialize targets for the ninja wrapper. + + This sets up the necessary variables in the targets to generate Xcode projects + that use ninja as an external builder. + Arguments: + target_list: List of target pairs: 'base/base.gyp:base'. + target_dicts: Dict of target properties keyed on target pair. + data: Dict of flattened build files keyed on gyp path. + params: Dict of global options for gyp. + """ + orig_gyp = params["build_files"][0] + for gyp_name, gyp_dict in data.items(): + if gyp_name == orig_gyp: + depth = gyp_dict["_DEPTH"] + + # Check for custom main gyp name, otherwise use the default CHROMIUM_GYP_FILE + # and prepend .ninja before the .gyp extension. + generator_flags = params.get("generator_flags", {}) + main_gyp = generator_flags.get("xcode_ninja_main_gyp", None) + if main_gyp is None: + (build_file_root, build_file_ext) = os.path.splitext(orig_gyp) + main_gyp = build_file_root + ".ninja" + build_file_ext + + # Create new |target_list|, |target_dicts| and |data| data structures. + new_target_list = [] + new_target_dicts = {} + new_data = {} + + # Set base keys needed for |data|. + new_data[main_gyp] = {} + new_data[main_gyp]["included_files"] = [] + new_data[main_gyp]["targets"] = [] + new_data[main_gyp]["xcode_settings"] = data[orig_gyp].get("xcode_settings", {}) + + # Normally the xcode-ninja generator includes only valid executable targets. + # If |xcode_ninja_executable_target_pattern| is set, that list is reduced to + # executable targets that match the pattern. (Default all) + executable_target_pattern = generator_flags.get( + "xcode_ninja_executable_target_pattern", None + ) + + # For including other non-executable targets, add the matching target name + # to the |xcode_ninja_target_pattern| regular expression. (Default none) + target_extras = generator_flags.get("xcode_ninja_target_pattern", None) + + for old_qualified_target in target_list: + spec = target_dicts[old_qualified_target] + if IsValidTargetForWrapper(target_extras, executable_target_pattern, spec): + # Add to new_target_list. + target_name = spec.get("target_name") + new_target_name = f"{main_gyp}:{target_name}#target" + new_target_list.append(new_target_name) + + # Add to new_target_dicts. + new_target_dicts[new_target_name] = _TargetFromSpec(spec, params) + + # Add to new_data. + for old_target in data[old_qualified_target.split(":")[0]]["targets"]: + if old_target["target_name"] == target_name: + new_data_target = {} + new_data_target["target_name"] = old_target["target_name"] + new_data_target["toolset"] = old_target["toolset"] + new_data[main_gyp]["targets"].append(new_data_target) + + # Create sources target. + sources_target_name = "sources_for_indexing" + sources_target = _TargetFromSpec( + { + "target_name": sources_target_name, + "toolset": "target", + "default_configuration": "Default", + "mac_bundle": "0", + "type": "executable", + }, + None, + ) + + # Tell Xcode to look everywhere for headers. + sources_target["configurations"] = {"Default": {"include_dirs": [depth]}} + + # Put excluded files into the sources target so they can be opened in Xcode. + skip_excluded_files = not generator_flags.get( + "xcode_ninja_list_excluded_files", True + ) + + sources = [] + for target, target_dict in target_dicts.items(): + base = os.path.dirname(target) + files = target_dict.get("sources", []) + target_dict.get( + "mac_bundle_resources", [] + ) + + if not skip_excluded_files: + files.extend( + target_dict.get("sources_excluded", []) + + target_dict.get("mac_bundle_resources_excluded", []) + ) + + for action in target_dict.get("actions", []): + files.extend(action.get("inputs", [])) + + if not skip_excluded_files: + files.extend(action.get("inputs_excluded", [])) + + # Remove files starting with $. These are mostly intermediate files for the + # build system. + files = [file for file in files if not file.startswith("$")] + + # Make sources relative to root build file. + relative_path = os.path.dirname(main_gyp) + sources += [ + os.path.relpath(os.path.join(base, file), relative_path) for file in files + ] + + sources_target["sources"] = sorted(set(sources)) + + # Put sources_to_index in it's own gyp. + sources_gyp = os.path.join(os.path.dirname(main_gyp), sources_target_name + ".gyp") + fully_qualified_target_name = f"{sources_gyp}:{sources_target_name}#target" + + # Add to new_target_list, new_target_dicts and new_data. + new_target_list.append(fully_qualified_target_name) + new_target_dicts[fully_qualified_target_name] = sources_target + new_data_target = {} + new_data_target["target_name"] = sources_target["target_name"] + new_data_target["_DEPTH"] = depth + new_data_target["toolset"] = "target" + new_data[sources_gyp] = {} + new_data[sources_gyp]["targets"] = [] + new_data[sources_gyp]["included_files"] = [] + new_data[sources_gyp]["xcode_settings"] = data[orig_gyp].get("xcode_settings", {}) + new_data[sources_gyp]["targets"].append(new_data_target) + + # Write workspace to file. + _WriteWorkspace(main_gyp, sources_gyp, params) + return (new_target_list, new_target_dicts, new_data) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py new file mode 100644 index 00000000..cd72aa26 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py @@ -0,0 +1,3198 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Xcode project file generator. + +This module is both an Xcode project file generator and a documentation of the +Xcode project file format. Knowledge of the project file format was gained +based on extensive experience with Xcode, and by making changes to projects in +Xcode.app and observing the resultant changes in the associated project files. + +XCODE PROJECT FILES + +The generator targets the file format as written by Xcode 3.2 (specifically, +3.2.6), but past experience has taught that the format has not changed +significantly in the past several years, and future versions of Xcode are able +to read older project files. + +Xcode project files are "bundled": the project "file" from an end-user's +perspective is actually a directory with an ".xcodeproj" extension. The +project file from this module's perspective is actually a file inside this +directory, always named "project.pbxproj". This file contains a complete +description of the project and is all that is needed to use the xcodeproj. +Other files contained in the xcodeproj directory are simply used to store +per-user settings, such as the state of various UI elements in the Xcode +application. + +The project.pbxproj file is a property list, stored in a format almost +identical to the NeXTstep property list format. The file is able to carry +Unicode data, and is encoded in UTF-8. The root element in the property list +is a dictionary that contains several properties of minimal interest, and two +properties of immense interest. The most important property is a dictionary +named "objects". The entire structure of the project is represented by the +children of this property. The objects dictionary is keyed by unique 96-bit +values represented by 24 uppercase hexadecimal characters. Each value in the +objects dictionary is itself a dictionary, describing an individual object. + +Each object in the dictionary is a member of a class, which is identified by +the "isa" property of each object. A variety of classes are represented in a +project file. Objects can refer to other objects by ID, using the 24-character +hexadecimal object key. A project's objects form a tree, with a root object +of class PBXProject at the root. As an example, the PBXProject object serves +as parent to an XCConfigurationList object defining the build configurations +used in the project, a PBXGroup object serving as a container for all files +referenced in the project, and a list of target objects, each of which defines +a target in the project. There are several different types of target object, +such as PBXNativeTarget and PBXAggregateTarget. In this module, this +relationship is expressed by having each target type derive from an abstract +base named XCTarget. + +The project.pbxproj file's root dictionary also contains a property, sibling to +the "objects" dictionary, named "rootObject". The value of rootObject is a +24-character object key referring to the root PBXProject object in the +objects dictionary. + +In Xcode, every file used as input to a target or produced as a final product +of a target must appear somewhere in the hierarchy rooted at the PBXGroup +object referenced by the PBXProject's mainGroup property. A PBXGroup is +generally represented as a folder in the Xcode application. PBXGroups can +contain other PBXGroups as well as PBXFileReferences, which are pointers to +actual files. + +Each XCTarget contains a list of build phases, represented in this module by +the abstract base XCBuildPhase. Examples of concrete XCBuildPhase derivations +are PBXSourcesBuildPhase and PBXFrameworksBuildPhase, which correspond to the +"Compile Sources" and "Link Binary With Libraries" phases displayed in the +Xcode application. Files used as input to these phases (for example, source +files in the former case and libraries and frameworks in the latter) are +represented by PBXBuildFile objects, referenced by elements of "files" lists +in XCTarget objects. Each PBXBuildFile object refers to a PBXBuildFile +object as a "weak" reference: it does not "own" the PBXBuildFile, which is +owned by the root object's mainGroup or a descendant group. In most cases, the +layer of indirection between an XCBuildPhase and a PBXFileReference via a +PBXBuildFile appears extraneous, but there's actually one reason for this: +file-specific compiler flags are added to the PBXBuildFile object so as to +allow a single file to be a member of multiple targets while having distinct +compiler flags for each. These flags can be modified in the Xcode application +in the "Build" tab of a File Info window. + +When a project is open in the Xcode application, Xcode will rewrite it. As +such, this module is careful to adhere to the formatting used by Xcode, to +avoid insignificant changes appearing in the file when it is used in the +Xcode application. This will keep version control repositories happy, and +makes it possible to compare a project file used in Xcode to one generated by +this module to determine if any significant changes were made in the +application. + +Xcode has its own way of assigning 24-character identifiers to each object, +which is not duplicated here. Because the identifier only is only generated +once, when an object is created, and is then left unchanged, there is no need +to attempt to duplicate Xcode's behavior in this area. The generator is free +to select any identifier, even at random, to refer to the objects it creates, +and Xcode will retain those identifiers and use them when subsequently +rewriting the project file. However, the generator would choose new random +identifiers each time the project files are generated, leading to difficulties +comparing "used" project files to "pristine" ones produced by this module, +and causing the appearance of changes as every object identifier is changed +when updated projects are checked in to a version control repository. To +mitigate this problem, this module chooses identifiers in a more deterministic +way, by hashing a description of each object as well as its parent and ancestor +objects. This strategy should result in minimal "shift" in IDs as successive +generations of project files are produced. + +THIS MODULE + +This module introduces several classes, all derived from the XCObject class. +Nearly all of the "brains" are built into the XCObject class, which understands +how to create and modify objects, maintain the proper tree structure, compute +identifiers, and print objects. For the most part, classes derived from +XCObject need only provide a _schema class object, a dictionary that +expresses what properties objects of the class may contain. + +Given this structure, it's possible to build a minimal project file by creating +objects of the appropriate types and making the proper connections: + + config_list = XCConfigurationList() + group = PBXGroup() + project = PBXProject({'buildConfigurationList': config_list, + 'mainGroup': group}) + +With the project object set up, it can be added to an XCProjectFile object. +XCProjectFile is a pseudo-class in the sense that it is a concrete XCObject +subclass that does not actually correspond to a class type found in a project +file. Rather, it is used to represent the project file's root dictionary. +Printing an XCProjectFile will print the entire project file, including the +full "objects" dictionary. + + project_file = XCProjectFile({'rootObject': project}) + project_file.ComputeIDs() + project_file.Print() + +Xcode project files are always encoded in UTF-8. This module will accept +strings of either the str class or the unicode class. Strings of class str +are assumed to already be encoded in UTF-8. Obviously, if you're just using +ASCII, you won't encounter difficulties because ASCII is a UTF-8 subset. +Strings of class unicode are handled properly and encoded in UTF-8 when +a project file is output. +""" + +import gyp.common +from functools import cmp_to_key +import hashlib +from operator import attrgetter +import posixpath +import re +import struct +import sys + + +def cmp(x, y): + return (x > y) - (x < y) + + +# See XCObject._EncodeString. This pattern is used to determine when a string +# can be printed unquoted. Strings that match this pattern may be printed +# unquoted. Strings that do not match must be quoted and may be further +# transformed to be properly encoded. Note that this expression matches the +# characters listed with "+", for 1 or more occurrences: if a string is empty, +# it must not match this pattern, because it needs to be encoded as "". +_unquoted = re.compile("^[A-Za-z0-9$./_]+$") + +# Strings that match this pattern are quoted regardless of what _unquoted says. +# Oddly, Xcode will quote any string with a run of three or more underscores. +_quoted = re.compile("___") + +# This pattern should match any character that needs to be escaped by +# XCObject._EncodeString. See that function. +_escaped = re.compile('[\\\\"]|[\x00-\x1f]') + + +# Used by SourceTreeAndPathFromPath +_path_leading_variable = re.compile(r"^\$\((.*?)\)(/(.*))?$") + + +def SourceTreeAndPathFromPath(input_path): + """Given input_path, returns a tuple with sourceTree and path values. + + Examples: + input_path (source_tree, output_path) + '$(VAR)/path' ('VAR', 'path') + '$(VAR)' ('VAR', None) + 'path' (None, 'path') + """ + + source_group_match = _path_leading_variable.match(input_path) + if source_group_match: + source_tree = source_group_match.group(1) + output_path = source_group_match.group(3) # This may be None. + else: + source_tree = None + output_path = input_path + + return (source_tree, output_path) + + +def ConvertVariablesToShellSyntax(input_string): + return re.sub(r"\$\((.*?)\)", "${\\1}", input_string) + + +class XCObject: + """The abstract base of all class types used in Xcode project files. + + Class variables: + _schema: A dictionary defining the properties of this class. The keys to + _schema are string property keys as used in project files. Values + are a list of four or five elements: + [ is_list, property_type, is_strong, is_required, default ] + is_list: True if the property described is a list, as opposed + to a single element. + property_type: The type to use as the value of the property, + or if is_list is True, the type to use for each + element of the value's list. property_type must + be an XCObject subclass, or one of the built-in + types str, int, or dict. + is_strong: If property_type is an XCObject subclass, is_strong + is True to assert that this class "owns," or serves + as parent, to the property value (or, if is_list is + True, values). is_strong must be False if + property_type is not an XCObject subclass. + is_required: True if the property is required for the class. + Note that is_required being True does not preclude + an empty string ("", in the case of property_type + str) or list ([], in the case of is_list True) from + being set for the property. + default: Optional. If is_required is True, default may be set + to provide a default value for objects that do not supply + their own value. If is_required is True and default + is not provided, users of the class must supply their own + value for the property. + Note that although the values of the array are expressed in + boolean terms, subclasses provide values as integers to conserve + horizontal space. + _should_print_single_line: False in XCObject. Subclasses whose objects + should be written to the project file in the + alternate single-line format, such as + PBXFileReference and PBXBuildFile, should + set this to True. + _encode_transforms: Used by _EncodeString to encode unprintable characters. + The index into this list is the ordinal of the + character to transform; each value is a string + used to represent the character in the output. XCObject + provides an _encode_transforms list suitable for most + XCObject subclasses. + _alternate_encode_transforms: Provided for subclasses that wish to use + the alternate encoding rules. Xcode seems + to use these rules when printing objects in + single-line format. Subclasses that desire + this behavior should set _encode_transforms + to _alternate_encode_transforms. + _hashables: A list of XCObject subclasses that can be hashed by ComputeIDs + to construct this object's ID. Most classes that need custom + hashing behavior should do it by overriding Hashables, + but in some cases an object's parent may wish to push a + hashable value into its child, and it can do so by appending + to _hashables. + Attributes: + id: The object's identifier, a 24-character uppercase hexadecimal string. + Usually, objects being created should not set id until the entire + project file structure is built. At that point, UpdateIDs() should + be called on the root object to assign deterministic values for id to + each object in the tree. + parent: The object's parent. This is set by a parent XCObject when a child + object is added to it. + _properties: The object's property dictionary. An object's properties are + described by its class' _schema variable. + """ + + _schema = {} + _should_print_single_line = False + + # See _EncodeString. + _encode_transforms = [] + i = 0 + while i < ord(" "): + _encode_transforms.append("\\U%04x" % i) + i = i + 1 + _encode_transforms[7] = "\\a" + _encode_transforms[8] = "\\b" + _encode_transforms[9] = "\\t" + _encode_transforms[10] = "\\n" + _encode_transforms[11] = "\\v" + _encode_transforms[12] = "\\f" + _encode_transforms[13] = "\\n" + + _alternate_encode_transforms = list(_encode_transforms) + _alternate_encode_transforms[9] = chr(9) + _alternate_encode_transforms[10] = chr(10) + _alternate_encode_transforms[11] = chr(11) + + def __init__(self, properties=None, id=None, parent=None): + self.id = id + self.parent = parent + self._properties = {} + self._hashables = [] + self._SetDefaultsFromSchema() + self.UpdateProperties(properties) + + def __repr__(self): + try: + name = self.Name() + except NotImplementedError: + return f"<{self.__class__.__name__} at 0x{id(self):x}>" + return f"<{self.__class__.__name__} {name!r} at 0x{id(self):x}>" + + def Copy(self): + """Make a copy of this object. + + The new object will have its own copy of lists and dicts. Any XCObject + objects owned by this object (marked "strong") will be copied in the + new object, even those found in lists. If this object has any weak + references to other XCObjects, the same references are added to the new + object without making a copy. + """ + + that = self.__class__(id=self.id, parent=self.parent) + for key, value in self._properties.items(): + is_strong = self._schema[key][2] + + if isinstance(value, XCObject): + if is_strong: + new_value = value.Copy() + new_value.parent = that + that._properties[key] = new_value + else: + that._properties[key] = value + elif isinstance(value, (str, int)): + that._properties[key] = value + elif isinstance(value, list): + if is_strong: + # If is_strong is True, each element is an XCObject, so it's safe to + # call Copy. + that._properties[key] = [] + for item in value: + new_item = item.Copy() + new_item.parent = that + that._properties[key].append(new_item) + else: + that._properties[key] = value[:] + elif isinstance(value, dict): + # dicts are never strong. + if is_strong: + raise TypeError( + "Strong dict for key " + key + " in " + self.__class__.__name__ + ) + else: + that._properties[key] = value.copy() + else: + raise TypeError( + "Unexpected type " + + value.__class__.__name__ + + " for key " + + key + + " in " + + self.__class__.__name__ + ) + + return that + + def Name(self): + """Return the name corresponding to an object. + + Not all objects necessarily need to be nameable, and not all that do have + a "name" property. Override as needed. + """ + + # If the schema indicates that "name" is required, try to access the + # property even if it doesn't exist. This will result in a KeyError + # being raised for the property that should be present, which seems more + # appropriate than NotImplementedError in this case. + if "name" in self._properties or ( + "name" in self._schema and self._schema["name"][3] + ): + return self._properties["name"] + + raise NotImplementedError(self.__class__.__name__ + " must implement Name") + + def Comment(self): + """Return a comment string for the object. + + Most objects just use their name as the comment, but PBXProject uses + different values. + + The returned comment is not escaped and does not have any comment marker + strings applied to it. + """ + + return self.Name() + + def Hashables(self): + hashables = [self.__class__.__name__] + + name = self.Name() + if name is not None: + hashables.append(name) + + hashables.extend(self._hashables) + + return hashables + + def HashablesForChild(self): + return None + + def ComputeIDs(self, recursive=True, overwrite=True, seed_hash=None): + """Set "id" properties deterministically. + + An object's "id" property is set based on a hash of its class type and + name, as well as the class type and name of all ancestor objects. As + such, it is only advisable to call ComputeIDs once an entire project file + tree is built. + + If recursive is True, recurse into all descendant objects and update their + hashes. + + If overwrite is True, any existing value set in the "id" property will be + replaced. + """ + + def _HashUpdate(hash, data): + """Update hash with data's length and contents. + + If the hash were updated only with the value of data, it would be + possible for clowns to induce collisions by manipulating the names of + their objects. By adding the length, it's exceedingly less likely that + ID collisions will be encountered, intentionally or not. + """ + + hash.update(struct.pack(">i", len(data))) + if isinstance(data, str): + data = data.encode("utf-8") + hash.update(data) + + if seed_hash is None: + seed_hash = hashlib.sha1() + + hash = seed_hash.copy() + + hashables = self.Hashables() + assert len(hashables) > 0 + for hashable in hashables: + _HashUpdate(hash, hashable) + + if recursive: + hashables_for_child = self.HashablesForChild() + if hashables_for_child is None: + child_hash = hash + else: + assert len(hashables_for_child) > 0 + child_hash = seed_hash.copy() + for hashable in hashables_for_child: + _HashUpdate(child_hash, hashable) + + for child in self.Children(): + child.ComputeIDs(recursive, overwrite, child_hash) + + if overwrite or self.id is None: + # Xcode IDs are only 96 bits (24 hex characters), but a SHA-1 digest is + # is 160 bits. Instead of throwing out 64 bits of the digest, xor them + # into the portion that gets used. + assert hash.digest_size % 4 == 0 + digest_int_count = hash.digest_size // 4 + digest_ints = struct.unpack(">" + "I" * digest_int_count, hash.digest()) + id_ints = [0, 0, 0] + for index in range(0, digest_int_count): + id_ints[index % 3] ^= digest_ints[index] + self.id = "%08X%08X%08X" % tuple(id_ints) + + def EnsureNoIDCollisions(self): + """Verifies that no two objects have the same ID. Checks all descendants. + """ + + ids = {} + descendants = self.Descendants() + for descendant in descendants: + if descendant.id in ids: + other = ids[descendant.id] + raise KeyError( + 'Duplicate ID %s, objects "%s" and "%s" in "%s"' + % ( + descendant.id, + str(descendant._properties), + str(other._properties), + self._properties["rootObject"].Name(), + ) + ) + ids[descendant.id] = descendant + + def Children(self): + """Returns a list of all of this object's owned (strong) children.""" + + children = [] + for property, attributes in self._schema.items(): + (is_list, property_type, is_strong) = attributes[0:3] + if is_strong and property in self._properties: + if not is_list: + children.append(self._properties[property]) + else: + children.extend(self._properties[property]) + return children + + def Descendants(self): + """Returns a list of all of this object's descendants, including this + object. + """ + + children = self.Children() + descendants = [self] + for child in children: + descendants.extend(child.Descendants()) + return descendants + + def PBXProjectAncestor(self): + # The base case for recursion is defined at PBXProject.PBXProjectAncestor. + if self.parent: + return self.parent.PBXProjectAncestor() + return None + + def _EncodeComment(self, comment): + """Encodes a comment to be placed in the project file output, mimicking + Xcode behavior. + """ + + # This mimics Xcode behavior by wrapping the comment in "/*" and "*/". If + # the string already contains a "*/", it is turned into "(*)/". This keeps + # the file writer from outputting something that would be treated as the + # end of a comment in the middle of something intended to be entirely a + # comment. + + return "/* " + comment.replace("*/", "(*)/") + " */" + + def _EncodeTransform(self, match): + # This function works closely with _EncodeString. It will only be called + # by re.sub with match.group(0) containing a character matched by the + # the _escaped expression. + char = match.group(0) + + # Backslashes (\) and quotation marks (") are always replaced with a + # backslash-escaped version of the same. Everything else gets its + # replacement from the class' _encode_transforms array. + if char == "\\": + return "\\\\" + if char == '"': + return '\\"' + return self._encode_transforms[ord(char)] + + def _EncodeString(self, value): + """Encodes a string to be placed in the project file output, mimicking + Xcode behavior. + """ + + # Use quotation marks when any character outside of the range A-Z, a-z, 0-9, + # $ (dollar sign), . (period), and _ (underscore) is present. Also use + # quotation marks to represent empty strings. + # + # Escape " (double-quote) and \ (backslash) by preceding them with a + # backslash. + # + # Some characters below the printable ASCII range are encoded specially: + # 7 ^G BEL is encoded as "\a" + # 8 ^H BS is encoded as "\b" + # 11 ^K VT is encoded as "\v" + # 12 ^L NP is encoded as "\f" + # 127 ^? DEL is passed through as-is without escaping + # - In PBXFileReference and PBXBuildFile objects: + # 9 ^I HT is passed through as-is without escaping + # 10 ^J NL is passed through as-is without escaping + # 13 ^M CR is passed through as-is without escaping + # - In other objects: + # 9 ^I HT is encoded as "\t" + # 10 ^J NL is encoded as "\n" + # 13 ^M CR is encoded as "\n" rendering it indistinguishable from + # 10 ^J NL + # All other characters within the ASCII control character range (0 through + # 31 inclusive) are encoded as "\U001f" referring to the Unicode code point + # in hexadecimal. For example, character 14 (^N SO) is encoded as "\U000e". + # Characters above the ASCII range are passed through to the output encoded + # as UTF-8 without any escaping. These mappings are contained in the + # class' _encode_transforms list. + + if _unquoted.search(value) and not _quoted.search(value): + return value + + return '"' + _escaped.sub(self._EncodeTransform, value) + '"' + + def _XCPrint(self, file, tabs, line): + file.write("\t" * tabs + line) + + def _XCPrintableValue(self, tabs, value, flatten_list=False): + """Returns a representation of value that may be printed in a project file, + mimicking Xcode's behavior. + + _XCPrintableValue can handle str and int values, XCObjects (which are + made printable by returning their id property), and list and dict objects + composed of any of the above types. When printing a list or dict, and + _should_print_single_line is False, the tabs parameter is used to determine + how much to indent the lines corresponding to the items in the list or + dict. + + If flatten_list is True, single-element lists will be transformed into + strings. + """ + + printable = "" + comment = None + + if self._should_print_single_line: + sep = " " + element_tabs = "" + end_tabs = "" + else: + sep = "\n" + element_tabs = "\t" * (tabs + 1) + end_tabs = "\t" * tabs + + if isinstance(value, XCObject): + printable += value.id + comment = value.Comment() + elif isinstance(value, str): + printable += self._EncodeString(value) + elif isinstance(value, str): + printable += self._EncodeString(value.encode("utf-8")) + elif isinstance(value, int): + printable += str(value) + elif isinstance(value, list): + if flatten_list and len(value) <= 1: + if len(value) == 0: + printable += self._EncodeString("") + else: + printable += self._EncodeString(value[0]) + else: + printable = "(" + sep + for item in value: + printable += ( + element_tabs + + self._XCPrintableValue(tabs + 1, item, flatten_list) + + "," + + sep + ) + printable += end_tabs + ")" + elif isinstance(value, dict): + printable = "{" + sep + for item_key, item_value in sorted(value.items()): + printable += ( + element_tabs + + self._XCPrintableValue(tabs + 1, item_key, flatten_list) + + " = " + + self._XCPrintableValue(tabs + 1, item_value, flatten_list) + + ";" + + sep + ) + printable += end_tabs + "}" + else: + raise TypeError("Can't make " + value.__class__.__name__ + " printable") + + if comment: + printable += " " + self._EncodeComment(comment) + + return printable + + def _XCKVPrint(self, file, tabs, key, value): + """Prints a key and value, members of an XCObject's _properties dictionary, + to file. + + tabs is an int identifying the indentation level. If the class' + _should_print_single_line variable is True, tabs is ignored and the + key-value pair will be followed by a space instead of a newline. + """ + + if self._should_print_single_line: + printable = "" + after_kv = " " + else: + printable = "\t" * tabs + after_kv = "\n" + + # Xcode usually prints remoteGlobalIDString values in PBXContainerItemProxy + # objects without comments. Sometimes it prints them with comments, but + # the majority of the time, it doesn't. To avoid unnecessary changes to + # the project file after Xcode opens it, don't write comments for + # remoteGlobalIDString. This is a sucky hack and it would certainly be + # cleaner to extend the schema to indicate whether or not a comment should + # be printed, but since this is the only case where the problem occurs and + # Xcode itself can't seem to make up its mind, the hack will suffice. + # + # Also see PBXContainerItemProxy._schema['remoteGlobalIDString']. + if key == "remoteGlobalIDString" and isinstance(self, PBXContainerItemProxy): + value_to_print = value.id + else: + value_to_print = value + + # PBXBuildFile's settings property is represented in the output as a dict, + # but a hack here has it represented as a string. Arrange to strip off the + # quotes so that it shows up in the output as expected. + if key == "settings" and isinstance(self, PBXBuildFile): + strip_value_quotes = True + else: + strip_value_quotes = False + + # In another one-off, let's set flatten_list on buildSettings properties + # of XCBuildConfiguration objects, because that's how Xcode treats them. + if key == "buildSettings" and isinstance(self, XCBuildConfiguration): + flatten_list = True + else: + flatten_list = False + + try: + printable_key = self._XCPrintableValue(tabs, key, flatten_list) + printable_value = self._XCPrintableValue(tabs, value_to_print, flatten_list) + if ( + strip_value_quotes + and len(printable_value) > 1 + and printable_value[0] == '"' + and printable_value[-1] == '"' + ): + printable_value = printable_value[1:-1] + printable += printable_key + " = " + printable_value + ";" + after_kv + except TypeError as e: + gyp.common.ExceptionAppend(e, 'while printing key "%s"' % key) + raise + + self._XCPrint(file, 0, printable) + + def Print(self, file=sys.stdout): + """Prints a reprentation of this object to file, adhering to Xcode output + formatting. + """ + + self.VerifyHasRequiredProperties() + + if self._should_print_single_line: + # When printing an object in a single line, Xcode doesn't put any space + # between the beginning of a dictionary (or presumably a list) and the + # first contained item, so you wind up with snippets like + # ...CDEF = {isa = PBXFileReference; fileRef = 0123... + # If it were me, I would have put a space in there after the opening + # curly, but I guess this is just another one of those inconsistencies + # between how Xcode prints PBXFileReference and PBXBuildFile objects as + # compared to other objects. Mimic Xcode's behavior here by using an + # empty string for sep. + sep = "" + end_tabs = 0 + else: + sep = "\n" + end_tabs = 2 + + # Start the object. For example, '\t\tPBXProject = {\n'. + self._XCPrint(file, 2, self._XCPrintableValue(2, self) + " = {" + sep) + + # "isa" isn't in the _properties dictionary, it's an intrinsic property + # of the class which the object belongs to. Xcode always outputs "isa" + # as the first element of an object dictionary. + self._XCKVPrint(file, 3, "isa", self.__class__.__name__) + + # The remaining elements of an object dictionary are sorted alphabetically. + for property, value in sorted(self._properties.items()): + self._XCKVPrint(file, 3, property, value) + + # End the object. + self._XCPrint(file, end_tabs, "};\n") + + def UpdateProperties(self, properties, do_copy=False): + """Merge the supplied properties into the _properties dictionary. + + The input properties must adhere to the class schema or a KeyError or + TypeError exception will be raised. If adding an object of an XCObject + subclass and the schema indicates a strong relationship, the object's + parent will be set to this object. + + If do_copy is True, then lists, dicts, strong-owned XCObjects, and + strong-owned XCObjects in lists will be copied instead of having their + references added. + """ + + if properties is None: + return + + for property, value in properties.items(): + # Make sure the property is in the schema. + if property not in self._schema: + raise KeyError(property + " not in " + self.__class__.__name__) + + # Make sure the property conforms to the schema. + (is_list, property_type, is_strong) = self._schema[property][0:3] + if is_list: + if not isinstance(value, list): + raise TypeError( + property + + " of " + + self.__class__.__name__ + + " must be list, not " + + value.__class__.__name__ + ) + for item in value: + if not isinstance(item, property_type) and not ( + isinstance(item, str) and isinstance(property_type, str) + ): + # Accept unicode where str is specified. str is treated as + # UTF-8-encoded. + raise TypeError( + "item of " + + property + + " of " + + self.__class__.__name__ + + " must be " + + property_type.__name__ + + ", not " + + item.__class__.__name__ + ) + elif not isinstance(value, property_type) and not ( + isinstance(value, str) and isinstance(property_type, str) + ): + # Accept unicode where str is specified. str is treated as + # UTF-8-encoded. + raise TypeError( + property + + " of " + + self.__class__.__name__ + + " must be " + + property_type.__name__ + + ", not " + + value.__class__.__name__ + ) + + # Checks passed, perform the assignment. + if do_copy: + if isinstance(value, XCObject): + if is_strong: + self._properties[property] = value.Copy() + else: + self._properties[property] = value + elif isinstance(value, (str, int)): + self._properties[property] = value + elif isinstance(value, list): + if is_strong: + # If is_strong is True, each element is an XCObject, + # so it's safe to call Copy. + self._properties[property] = [] + for item in value: + self._properties[property].append(item.Copy()) + else: + self._properties[property] = value[:] + elif isinstance(value, dict): + self._properties[property] = value.copy() + else: + raise TypeError( + "Don't know how to copy a " + + value.__class__.__name__ + + " object for " + + property + + " in " + + self.__class__.__name__ + ) + else: + self._properties[property] = value + + # Set up the child's back-reference to this object. Don't use |value| + # any more because it may not be right if do_copy is true. + if is_strong: + if not is_list: + self._properties[property].parent = self + else: + for item in self._properties[property]: + item.parent = self + + def HasProperty(self, key): + return key in self._properties + + def GetProperty(self, key): + return self._properties[key] + + def SetProperty(self, key, value): + self.UpdateProperties({key: value}) + + def DelProperty(self, key): + if key in self._properties: + del self._properties[key] + + def AppendProperty(self, key, value): + # TODO(mark): Support ExtendProperty too (and make this call that)? + + # Schema validation. + if key not in self._schema: + raise KeyError(key + " not in " + self.__class__.__name__) + + (is_list, property_type, is_strong) = self._schema[key][0:3] + if not is_list: + raise TypeError(key + " of " + self.__class__.__name__ + " must be list") + if not isinstance(value, property_type): + raise TypeError( + "item of " + + key + + " of " + + self.__class__.__name__ + + " must be " + + property_type.__name__ + + ", not " + + value.__class__.__name__ + ) + + # If the property doesn't exist yet, create a new empty list to receive the + # item. + self._properties[key] = self._properties.get(key, []) + + # Set up the ownership link. + if is_strong: + value.parent = self + + # Store the item. + self._properties[key].append(value) + + def VerifyHasRequiredProperties(self): + """Ensure that all properties identified as required by the schema are + set. + """ + + # TODO(mark): A stronger verification mechanism is needed. Some + # subclasses need to perform validation beyond what the schema can enforce. + for property, attributes in self._schema.items(): + (is_list, property_type, is_strong, is_required) = attributes[0:4] + if is_required and property not in self._properties: + raise KeyError(self.__class__.__name__ + " requires " + property) + + def _SetDefaultsFromSchema(self): + """Assign object default values according to the schema. This will not + overwrite properties that have already been set.""" + + defaults = {} + for property, attributes in self._schema.items(): + (is_list, property_type, is_strong, is_required) = attributes[0:4] + if ( + is_required + and len(attributes) >= 5 + and property not in self._properties + ): + default = attributes[4] + + defaults[property] = default + + if len(defaults) > 0: + # Use do_copy=True so that each new object gets its own copy of strong + # objects, lists, and dicts. + self.UpdateProperties(defaults, do_copy=True) + + +class XCHierarchicalElement(XCObject): + """Abstract base for PBXGroup and PBXFileReference. Not represented in a + project file.""" + + # TODO(mark): Do name and path belong here? Probably so. + # If path is set and name is not, name may have a default value. Name will + # be set to the basename of path, if the basename of path is different from + # the full value of path. If path is already just a leaf name, name will + # not be set. + _schema = XCObject._schema.copy() + _schema.update( + { + "comments": [0, str, 0, 0], + "fileEncoding": [0, str, 0, 0], + "includeInIndex": [0, int, 0, 0], + "indentWidth": [0, int, 0, 0], + "lineEnding": [0, int, 0, 0], + "sourceTree": [0, str, 0, 1, ""], + "tabWidth": [0, int, 0, 0], + "usesTabs": [0, int, 0, 0], + "wrapsLines": [0, int, 0, 0], + } + ) + + def __init__(self, properties=None, id=None, parent=None): + # super + XCObject.__init__(self, properties, id, parent) + if "path" in self._properties and "name" not in self._properties: + path = self._properties["path"] + name = posixpath.basename(path) + if name not in ("", path): + self.SetProperty("name", name) + + if "path" in self._properties and ( + "sourceTree" not in self._properties + or self._properties["sourceTree"] == "" + ): + # If the pathname begins with an Xcode variable like "$(SDKROOT)/", take + # the variable out and make the path be relative to that variable by + # assigning the variable name as the sourceTree. + (source_tree, path) = SourceTreeAndPathFromPath(self._properties["path"]) + if source_tree is not None: + self._properties["sourceTree"] = source_tree + if path is not None: + self._properties["path"] = path + if ( + source_tree is not None + and path is None + and "name" not in self._properties + ): + # The path was of the form "$(SDKROOT)" with no path following it. + # This object is now relative to that variable, so it has no path + # attribute of its own. It does, however, keep a name. + del self._properties["path"] + self._properties["name"] = source_tree + + def Name(self): + if "name" in self._properties: + return self._properties["name"] + elif "path" in self._properties: + return self._properties["path"] + else: + # This happens in the case of the root PBXGroup. + return None + + def Hashables(self): + """Custom hashables for XCHierarchicalElements. + + XCHierarchicalElements are special. Generally, their hashes shouldn't + change if the paths don't change. The normal XCObject implementation of + Hashables adds a hashable for each object, which means that if + the hierarchical structure changes (possibly due to changes caused when + TakeOverOnlyChild runs and encounters slight changes in the hierarchy), + the hashes will change. For example, if a project file initially contains + a/b/f1 and a/b becomes collapsed into a/b, f1 will have a single parent + a/b. If someone later adds a/f2 to the project file, a/b can no longer be + collapsed, and f1 winds up with parent b and grandparent a. That would + be sufficient to change f1's hash. + + To counteract this problem, hashables for all XCHierarchicalElements except + for the main group (which has neither a name nor a path) are taken to be + just the set of path components. Because hashables are inherited from + parents, this provides assurance that a/b/f1 has the same set of hashables + whether its parent is b or a/b. + + The main group is a special case. As it is permitted to have no name or + path, it is permitted to use the standard XCObject hash mechanism. This + is not considered a problem because there can be only one main group. + """ + + if self == self.PBXProjectAncestor()._properties["mainGroup"]: + # super + return XCObject.Hashables(self) + + hashables = [] + + # Put the name in first, ensuring that if TakeOverOnlyChild collapses + # children into a top-level group like "Source", the name always goes + # into the list of hashables without interfering with path components. + if "name" in self._properties: + # Make it less likely for people to manipulate hashes by following the + # pattern of always pushing an object type value onto the list first. + hashables.append(self.__class__.__name__ + ".name") + hashables.append(self._properties["name"]) + + # NOTE: This still has the problem that if an absolute path is encountered, + # including paths with a sourceTree, they'll still inherit their parents' + # hashables, even though the paths aren't relative to their parents. This + # is not expected to be much of a problem in practice. + path = self.PathFromSourceTreeAndPath() + if path is not None: + components = path.split(posixpath.sep) + for component in components: + hashables.append(self.__class__.__name__ + ".path") + hashables.append(component) + + hashables.extend(self._hashables) + + return hashables + + def Compare(self, other): + # Allow comparison of these types. PBXGroup has the highest sort rank; + # PBXVariantGroup is treated as equal to PBXFileReference. + valid_class_types = { + PBXFileReference: "file", + PBXGroup: "group", + PBXVariantGroup: "file", + } + self_type = valid_class_types[self.__class__] + other_type = valid_class_types[other.__class__] + + if self_type == other_type: + # If the two objects are of the same sort rank, compare their names. + return cmp(self.Name(), other.Name()) + + # Otherwise, sort groups before everything else. + if self_type == "group": + return -1 + return 1 + + def CompareRootGroup(self, other): + # This function should be used only to compare direct children of the + # containing PBXProject's mainGroup. These groups should appear in the + # listed order. + # TODO(mark): "Build" is used by gyp.generator.xcode, perhaps the + # generator should have a way of influencing this list rather than having + # to hardcode for the generator here. + order = [ + "Source", + "Intermediates", + "Projects", + "Frameworks", + "Products", + "Build", + ] + + # If the groups aren't in the listed order, do a name comparison. + # Otherwise, groups in the listed order should come before those that + # aren't. + self_name = self.Name() + other_name = other.Name() + self_in = isinstance(self, PBXGroup) and self_name in order + other_in = isinstance(self, PBXGroup) and other_name in order + if not self_in and not other_in: + return self.Compare(other) + if self_name in order and other_name not in order: + return -1 + if other_name in order and self_name not in order: + return 1 + + # If both groups are in the listed order, go by the defined order. + self_index = order.index(self_name) + other_index = order.index(other_name) + if self_index < other_index: + return -1 + if self_index > other_index: + return 1 + return 0 + + def PathFromSourceTreeAndPath(self): + # Turn the object's sourceTree and path properties into a single flat + # string of a form comparable to the path parameter. If there's a + # sourceTree property other than "", wrap it in $(...) for the + # comparison. + components = [] + if self._properties["sourceTree"] != "": + components.append("$(" + self._properties["sourceTree"] + ")") + if "path" in self._properties: + components.append(self._properties["path"]) + + if len(components) > 0: + return posixpath.join(*components) + + return None + + def FullPath(self): + # Returns a full path to self relative to the project file, or relative + # to some other source tree. Start with self, and walk up the chain of + # parents prepending their paths, if any, until no more parents are + # available (project-relative path) or until a path relative to some + # source tree is found. + xche = self + path = None + while isinstance(xche, XCHierarchicalElement) and ( + path is None or (not path.startswith("/") and not path.startswith("$")) + ): + this_path = xche.PathFromSourceTreeAndPath() + if this_path is not None and path is not None: + path = posixpath.join(this_path, path) + elif this_path is not None: + path = this_path + xche = xche.parent + + return path + + +class PBXGroup(XCHierarchicalElement): + """ + Attributes: + _children_by_path: Maps pathnames of children of this PBXGroup to the + actual child XCHierarchicalElement objects. + _variant_children_by_name_and_path: Maps (name, path) tuples of + PBXVariantGroup children to the actual child PBXVariantGroup objects. + """ + + _schema = XCHierarchicalElement._schema.copy() + _schema.update( + { + "children": [1, XCHierarchicalElement, 1, 1, []], + "name": [0, str, 0, 0], + "path": [0, str, 0, 0], + } + ) + + def __init__(self, properties=None, id=None, parent=None): + # super + XCHierarchicalElement.__init__(self, properties, id, parent) + self._children_by_path = {} + self._variant_children_by_name_and_path = {} + for child in self._properties.get("children", []): + self._AddChildToDicts(child) + + def Hashables(self): + # super + hashables = XCHierarchicalElement.Hashables(self) + + # It is not sufficient to just rely on name and parent to build a unique + # hashable : a node could have two child PBXGroup sharing a common name. + # To add entropy the hashable is enhanced with the names of all its + # children. + for child in self._properties.get("children", []): + child_name = child.Name() + if child_name is not None: + hashables.append(child_name) + + return hashables + + def HashablesForChild(self): + # To avoid a circular reference the hashables used to compute a child id do + # not include the child names. + return XCHierarchicalElement.Hashables(self) + + def _AddChildToDicts(self, child): + # Sets up this PBXGroup object's dicts to reference the child properly. + child_path = child.PathFromSourceTreeAndPath() + if child_path: + if child_path in self._children_by_path: + raise ValueError("Found multiple children with path " + child_path) + self._children_by_path[child_path] = child + + if isinstance(child, PBXVariantGroup): + child_name = child._properties.get("name", None) + key = (child_name, child_path) + if key in self._variant_children_by_name_and_path: + raise ValueError( + "Found multiple PBXVariantGroup children with " + + "name " + + str(child_name) + + " and path " + + str(child_path) + ) + self._variant_children_by_name_and_path[key] = child + + def AppendChild(self, child): + # Callers should use this instead of calling + # AppendProperty('children', child) directly because this function + # maintains the group's dicts. + self.AppendProperty("children", child) + self._AddChildToDicts(child) + + def GetChildByName(self, name): + # This is not currently optimized with a dict as GetChildByPath is because + # it has few callers. Most callers probably want GetChildByPath. This + # function is only useful to get children that have names but no paths, + # which is rare. The children of the main group ("Source", "Products", + # etc.) is pretty much the only case where this likely to come up. + # + # TODO(mark): Maybe this should raise an error if more than one child is + # present with the same name. + if "children" not in self._properties: + return None + + for child in self._properties["children"]: + if child.Name() == name: + return child + + return None + + def GetChildByPath(self, path): + if not path: + return None + + if path in self._children_by_path: + return self._children_by_path[path] + + return None + + def GetChildByRemoteObject(self, remote_object): + # This method is a little bit esoteric. Given a remote_object, which + # should be a PBXFileReference in another project file, this method will + # return this group's PBXReferenceProxy object serving as a local proxy + # for the remote PBXFileReference. + # + # This function might benefit from a dict optimization as GetChildByPath + # for some workloads, but profiling shows that it's not currently a + # problem. + if "children" not in self._properties: + return None + + for child in self._properties["children"]: + if not isinstance(child, PBXReferenceProxy): + continue + + container_proxy = child._properties["remoteRef"] + if container_proxy._properties["remoteGlobalIDString"] == remote_object: + return child + + return None + + def AddOrGetFileByPath(self, path, hierarchical): + """Returns an existing or new file reference corresponding to path. + + If hierarchical is True, this method will create or use the necessary + hierarchical group structure corresponding to path. Otherwise, it will + look in and create an item in the current group only. + + If an existing matching reference is found, it is returned, otherwise, a + new one will be created, added to the correct group, and returned. + + If path identifies a directory by virtue of carrying a trailing slash, + this method returns a PBXFileReference of "folder" type. If path + identifies a variant, by virtue of it identifying a file inside a directory + with an ".lproj" extension, this method returns a PBXVariantGroup + containing the variant named by path, and possibly other variants. For + all other paths, a "normal" PBXFileReference will be returned. + """ + + # Adding or getting a directory? Directories end with a trailing slash. + is_dir = False + if path.endswith("/"): + is_dir = True + path = posixpath.normpath(path) + if is_dir: + path = path + "/" + + # Adding or getting a variant? Variants are files inside directories + # with an ".lproj" extension. Xcode uses variants for localization. For + # a variant path/to/Language.lproj/MainMenu.nib, put a variant group named + # MainMenu.nib inside path/to, and give it a variant named Language. In + # this example, grandparent would be set to path/to and parent_root would + # be set to Language. + variant_name = None + parent = posixpath.dirname(path) + grandparent = posixpath.dirname(parent) + parent_basename = posixpath.basename(parent) + (parent_root, parent_ext) = posixpath.splitext(parent_basename) + if parent_ext == ".lproj": + variant_name = parent_root + if grandparent == "": + grandparent = None + + # Putting a directory inside a variant group is not currently supported. + assert not is_dir or variant_name is None + + path_split = path.split(posixpath.sep) + if ( + len(path_split) == 1 + or ((is_dir or variant_name is not None) and len(path_split) == 2) + or not hierarchical + ): + # The PBXFileReference or PBXVariantGroup will be added to or gotten from + # this PBXGroup, no recursion necessary. + if variant_name is None: + # Add or get a PBXFileReference. + file_ref = self.GetChildByPath(path) + if file_ref is not None: + assert file_ref.__class__ == PBXFileReference + else: + file_ref = PBXFileReference({"path": path}) + self.AppendChild(file_ref) + else: + # Add or get a PBXVariantGroup. The variant group name is the same + # as the basename (MainMenu.nib in the example above). grandparent + # specifies the path to the variant group itself, and path_split[-2:] + # is the path of the specific variant relative to its group. + variant_group_name = posixpath.basename(path) + variant_group_ref = self.AddOrGetVariantGroupByNameAndPath( + variant_group_name, grandparent + ) + variant_path = posixpath.sep.join(path_split[-2:]) + variant_ref = variant_group_ref.GetChildByPath(variant_path) + if variant_ref is not None: + assert variant_ref.__class__ == PBXFileReference + else: + variant_ref = PBXFileReference( + {"name": variant_name, "path": variant_path} + ) + variant_group_ref.AppendChild(variant_ref) + # The caller is interested in the variant group, not the specific + # variant file. + file_ref = variant_group_ref + return file_ref + else: + # Hierarchical recursion. Add or get a PBXGroup corresponding to the + # outermost path component, and then recurse into it, chopping off that + # path component. + next_dir = path_split[0] + group_ref = self.GetChildByPath(next_dir) + if group_ref is not None: + assert group_ref.__class__ == PBXGroup + else: + group_ref = PBXGroup({"path": next_dir}) + self.AppendChild(group_ref) + return group_ref.AddOrGetFileByPath( + posixpath.sep.join(path_split[1:]), hierarchical + ) + + def AddOrGetVariantGroupByNameAndPath(self, name, path): + """Returns an existing or new PBXVariantGroup for name and path. + + If a PBXVariantGroup identified by the name and path arguments is already + present as a child of this object, it is returned. Otherwise, a new + PBXVariantGroup with the correct properties is created, added as a child, + and returned. + + This method will generally be called by AddOrGetFileByPath, which knows + when to create a variant group based on the structure of the pathnames + passed to it. + """ + + key = (name, path) + if key in self._variant_children_by_name_and_path: + variant_group_ref = self._variant_children_by_name_and_path[key] + assert variant_group_ref.__class__ == PBXVariantGroup + return variant_group_ref + + variant_group_properties = {"name": name} + if path is not None: + variant_group_properties["path"] = path + variant_group_ref = PBXVariantGroup(variant_group_properties) + self.AppendChild(variant_group_ref) + + return variant_group_ref + + def TakeOverOnlyChild(self, recurse=False): + """If this PBXGroup has only one child and it's also a PBXGroup, take + it over by making all of its children this object's children. + + This function will continue to take over only children when those children + are groups. If there are three PBXGroups representing a, b, and c, with + c inside b and b inside a, and a and b have no other children, this will + result in a taking over both b and c, forming a PBXGroup for a/b/c. + + If recurse is True, this function will recurse into children and ask them + to collapse themselves by taking over only children as well. Assuming + an example hierarchy with files at a/b/c/d1, a/b/c/d2, and a/b/c/d3/e/f + (d1, d2, and f are files, the rest are groups), recursion will result in + a group for a/b/c containing a group for d3/e. + """ + + # At this stage, check that child class types are PBXGroup exactly, + # instead of using isinstance. The only subclass of PBXGroup, + # PBXVariantGroup, should not participate in reparenting in the same way: + # reparenting by merging different object types would be wrong. + while ( + len(self._properties["children"]) == 1 + and self._properties["children"][0].__class__ == PBXGroup + ): + # Loop to take over the innermost only-child group possible. + + child = self._properties["children"][0] + + # Assume the child's properties, including its children. Save a copy + # of this object's old properties, because they'll still be needed. + # This object retains its existing id and parent attributes. + old_properties = self._properties + self._properties = child._properties + self._children_by_path = child._children_by_path + + if ( + "sourceTree" not in self._properties + or self._properties["sourceTree"] == "" + ): + # The child was relative to its parent. Fix up the path. Note that + # children with a sourceTree other than "" are not relative to + # their parents, so no path fix-up is needed in that case. + if "path" in old_properties: + if "path" in self._properties: + # Both the original parent and child have paths set. + self._properties["path"] = posixpath.join( + old_properties["path"], self._properties["path"] + ) + else: + # Only the original parent has a path, use it. + self._properties["path"] = old_properties["path"] + if "sourceTree" in old_properties: + # The original parent had a sourceTree set, use it. + self._properties["sourceTree"] = old_properties["sourceTree"] + + # If the original parent had a name set, keep using it. If the original + # parent didn't have a name but the child did, let the child's name + # live on. If the name attribute seems unnecessary now, get rid of it. + if "name" in old_properties and old_properties["name"] not in ( + None, + self.Name(), + ): + self._properties["name"] = old_properties["name"] + if ( + "name" in self._properties + and "path" in self._properties + and self._properties["name"] == self._properties["path"] + ): + del self._properties["name"] + + # Notify all children of their new parent. + for child in self._properties["children"]: + child.parent = self + + # If asked to recurse, recurse. + if recurse: + for child in self._properties["children"]: + if child.__class__ == PBXGroup: + child.TakeOverOnlyChild(recurse) + + def SortGroup(self): + self._properties["children"] = sorted( + self._properties["children"], key=cmp_to_key(lambda x, y: x.Compare(y)) + ) + + # Recurse. + for child in self._properties["children"]: + if isinstance(child, PBXGroup): + child.SortGroup() + + +class XCFileLikeElement(XCHierarchicalElement): + # Abstract base for objects that can be used as the fileRef property of + # PBXBuildFile. + + def PathHashables(self): + # A PBXBuildFile that refers to this object will call this method to + # obtain additional hashables specific to this XCFileLikeElement. Don't + # just use this object's hashables, they're not specific and unique enough + # on their own (without access to the parent hashables.) Instead, provide + # hashables that identify this object by path by getting its hashables as + # well as the hashables of ancestor XCHierarchicalElement objects. + + hashables = [] + xche = self + while isinstance(xche, XCHierarchicalElement): + xche_hashables = xche.Hashables() + for index, xche_hashable in enumerate(xche_hashables): + hashables.insert(index, xche_hashable) + xche = xche.parent + return hashables + + +class XCContainerPortal(XCObject): + # Abstract base for objects that can be used as the containerPortal property + # of PBXContainerItemProxy. + pass + + +class XCRemoteObject(XCObject): + # Abstract base for objects that can be used as the remoteGlobalIDString + # property of PBXContainerItemProxy. + pass + + +class PBXFileReference(XCFileLikeElement, XCContainerPortal, XCRemoteObject): + _schema = XCFileLikeElement._schema.copy() + _schema.update( + { + "explicitFileType": [0, str, 0, 0], + "lastKnownFileType": [0, str, 0, 0], + "name": [0, str, 0, 0], + "path": [0, str, 0, 1], + } + ) + + # Weird output rules for PBXFileReference. + _should_print_single_line = True + # super + _encode_transforms = XCFileLikeElement._alternate_encode_transforms + + def __init__(self, properties=None, id=None, parent=None): + # super + XCFileLikeElement.__init__(self, properties, id, parent) + if "path" in self._properties and self._properties["path"].endswith("/"): + self._properties["path"] = self._properties["path"][:-1] + is_dir = True + else: + is_dir = False + + if ( + "path" in self._properties + and "lastKnownFileType" not in self._properties + and "explicitFileType" not in self._properties + ): + # TODO(mark): This is the replacement for a replacement for a quick hack. + # It is no longer incredibly sucky, but this list needs to be extended. + extension_map = { + "a": "archive.ar", + "app": "wrapper.application", + "bdic": "file", + "bundle": "wrapper.cfbundle", + "c": "sourcecode.c.c", + "cc": "sourcecode.cpp.cpp", + "cpp": "sourcecode.cpp.cpp", + "css": "text.css", + "cxx": "sourcecode.cpp.cpp", + "dart": "sourcecode", + "dylib": "compiled.mach-o.dylib", + "framework": "wrapper.framework", + "gyp": "sourcecode", + "gypi": "sourcecode", + "h": "sourcecode.c.h", + "hxx": "sourcecode.cpp.h", + "icns": "image.icns", + "java": "sourcecode.java", + "js": "sourcecode.javascript", + "kext": "wrapper.kext", + "m": "sourcecode.c.objc", + "mm": "sourcecode.cpp.objcpp", + "nib": "wrapper.nib", + "o": "compiled.mach-o.objfile", + "pdf": "image.pdf", + "pl": "text.script.perl", + "plist": "text.plist.xml", + "pm": "text.script.perl", + "png": "image.png", + "py": "text.script.python", + "r": "sourcecode.rez", + "rez": "sourcecode.rez", + "s": "sourcecode.asm", + "storyboard": "file.storyboard", + "strings": "text.plist.strings", + "swift": "sourcecode.swift", + "ttf": "file", + "xcassets": "folder.assetcatalog", + "xcconfig": "text.xcconfig", + "xcdatamodel": "wrapper.xcdatamodel", + "xcdatamodeld": "wrapper.xcdatamodeld", + "xib": "file.xib", + "y": "sourcecode.yacc", + } + + prop_map = { + "dart": "explicitFileType", + "gyp": "explicitFileType", + "gypi": "explicitFileType", + } + + if is_dir: + file_type = "folder" + prop_name = "lastKnownFileType" + else: + basename = posixpath.basename(self._properties["path"]) + (root, ext) = posixpath.splitext(basename) + # Check the map using a lowercase extension. + # TODO(mark): Maybe it should try with the original case first and fall + # back to lowercase, in case there are any instances where case + # matters. There currently aren't. + if ext != "": + ext = ext[1:].lower() + + # TODO(mark): "text" is the default value, but "file" is appropriate + # for unrecognized files not containing text. Xcode seems to choose + # based on content. + file_type = extension_map.get(ext, "text") + prop_name = prop_map.get(ext, "lastKnownFileType") + + self._properties[prop_name] = file_type + + +class PBXVariantGroup(PBXGroup, XCFileLikeElement): + """PBXVariantGroup is used by Xcode to represent localizations.""" + + # No additions to the schema relative to PBXGroup. + pass + + +# PBXReferenceProxy is also an XCFileLikeElement subclass. It is defined below +# because it uses PBXContainerItemProxy, defined below. + + +class XCBuildConfiguration(XCObject): + _schema = XCObject._schema.copy() + _schema.update( + { + "baseConfigurationReference": [0, PBXFileReference, 0, 0], + "buildSettings": [0, dict, 0, 1, {}], + "name": [0, str, 0, 1], + } + ) + + def HasBuildSetting(self, key): + return key in self._properties["buildSettings"] + + def GetBuildSetting(self, key): + return self._properties["buildSettings"][key] + + def SetBuildSetting(self, key, value): + # TODO(mark): If a list, copy? + self._properties["buildSettings"][key] = value + + def AppendBuildSetting(self, key, value): + if key not in self._properties["buildSettings"]: + self._properties["buildSettings"][key] = [] + self._properties["buildSettings"][key].append(value) + + def DelBuildSetting(self, key): + if key in self._properties["buildSettings"]: + del self._properties["buildSettings"][key] + + def SetBaseConfiguration(self, value): + self._properties["baseConfigurationReference"] = value + + +class XCConfigurationList(XCObject): + # _configs is the default list of configurations. + _configs = [ + XCBuildConfiguration({"name": "Debug"}), + XCBuildConfiguration({"name": "Release"}), + ] + + _schema = XCObject._schema.copy() + _schema.update( + { + "buildConfigurations": [1, XCBuildConfiguration, 1, 1, _configs], + "defaultConfigurationIsVisible": [0, int, 0, 1, 1], + "defaultConfigurationName": [0, str, 0, 1, "Release"], + } + ) + + def Name(self): + return ( + "Build configuration list for " + + self.parent.__class__.__name__ + + ' "' + + self.parent.Name() + + '"' + ) + + def ConfigurationNamed(self, name): + """Convenience accessor to obtain an XCBuildConfiguration by name.""" + for configuration in self._properties["buildConfigurations"]: + if configuration._properties["name"] == name: + return configuration + + raise KeyError(name) + + def DefaultConfiguration(self): + """Convenience accessor to obtain the default XCBuildConfiguration.""" + return self.ConfigurationNamed(self._properties["defaultConfigurationName"]) + + def HasBuildSetting(self, key): + """Determines the state of a build setting in all XCBuildConfiguration + child objects. + + If all child objects have key in their build settings, and the value is the + same in all child objects, returns 1. + + If no child objects have the key in their build settings, returns 0. + + If some, but not all, child objects have the key in their build settings, + or if any children have different values for the key, returns -1. + """ + + has = None + value = None + for configuration in self._properties["buildConfigurations"]: + configuration_has = configuration.HasBuildSetting(key) + if has is None: + has = configuration_has + elif has != configuration_has: + return -1 + + if configuration_has: + configuration_value = configuration.GetBuildSetting(key) + if value is None: + value = configuration_value + elif value != configuration_value: + return -1 + + if not has: + return 0 + + return 1 + + def GetBuildSetting(self, key): + """Gets the build setting for key. + + All child XCConfiguration objects must have the same value set for the + setting, or a ValueError will be raised. + """ + + # TODO(mark): This is wrong for build settings that are lists. The list + # contents should be compared (and a list copy returned?) + + value = None + for configuration in self._properties["buildConfigurations"]: + configuration_value = configuration.GetBuildSetting(key) + if value is None: + value = configuration_value + else: + if value != configuration_value: + raise ValueError("Variant values for " + key) + + return value + + def SetBuildSetting(self, key, value): + """Sets the build setting for key to value in all child + XCBuildConfiguration objects. + """ + + for configuration in self._properties["buildConfigurations"]: + configuration.SetBuildSetting(key, value) + + def AppendBuildSetting(self, key, value): + """Appends value to the build setting for key, which is treated as a list, + in all child XCBuildConfiguration objects. + """ + + for configuration in self._properties["buildConfigurations"]: + configuration.AppendBuildSetting(key, value) + + def DelBuildSetting(self, key): + """Deletes the build setting key from all child XCBuildConfiguration + objects. + """ + + for configuration in self._properties["buildConfigurations"]: + configuration.DelBuildSetting(key) + + def SetBaseConfiguration(self, value): + """Sets the build configuration in all child XCBuildConfiguration objects. + """ + + for configuration in self._properties["buildConfigurations"]: + configuration.SetBaseConfiguration(value) + + +class PBXBuildFile(XCObject): + _schema = XCObject._schema.copy() + _schema.update( + { + "fileRef": [0, XCFileLikeElement, 0, 1], + "settings": [0, str, 0, 0], # hack, it's a dict + } + ) + + # Weird output rules for PBXBuildFile. + _should_print_single_line = True + _encode_transforms = XCObject._alternate_encode_transforms + + def Name(self): + # Example: "main.cc in Sources" + return self._properties["fileRef"].Name() + " in " + self.parent.Name() + + def Hashables(self): + # super + hashables = XCObject.Hashables(self) + + # It is not sufficient to just rely on Name() to get the + # XCFileLikeElement's name, because that is not a complete pathname. + # PathHashables returns hashables unique enough that no two + # PBXBuildFiles should wind up with the same set of hashables, unless + # someone adds the same file multiple times to the same target. That + # would be considered invalid anyway. + hashables.extend(self._properties["fileRef"].PathHashables()) + + return hashables + + +class XCBuildPhase(XCObject): + """Abstract base for build phase classes. Not represented in a project + file. + + Attributes: + _files_by_path: A dict mapping each path of a child in the files list by + path (keys) to the corresponding PBXBuildFile children (values). + _files_by_xcfilelikeelement: A dict mapping each XCFileLikeElement (keys) + to the corresponding PBXBuildFile children (values). + """ + + # TODO(mark): Some build phase types, like PBXShellScriptBuildPhase, don't + # actually have a "files" list. XCBuildPhase should not have "files" but + # another abstract subclass of it should provide this, and concrete build + # phase types that do have "files" lists should be derived from that new + # abstract subclass. XCBuildPhase should only provide buildActionMask and + # runOnlyForDeploymentPostprocessing, and not files or the various + # file-related methods and attributes. + + _schema = XCObject._schema.copy() + _schema.update( + { + "buildActionMask": [0, int, 0, 1, 0x7FFFFFFF], + "files": [1, PBXBuildFile, 1, 1, []], + "runOnlyForDeploymentPostprocessing": [0, int, 0, 1, 0], + } + ) + + def __init__(self, properties=None, id=None, parent=None): + # super + XCObject.__init__(self, properties, id, parent) + + self._files_by_path = {} + self._files_by_xcfilelikeelement = {} + for pbxbuildfile in self._properties.get("files", []): + self._AddBuildFileToDicts(pbxbuildfile) + + def FileGroup(self, path): + # Subclasses must override this by returning a two-element tuple. The + # first item in the tuple should be the PBXGroup to which "path" should be + # added, either as a child or deeper descendant. The second item should + # be a boolean indicating whether files should be added into hierarchical + # groups or one single flat group. + raise NotImplementedError(self.__class__.__name__ + " must implement FileGroup") + + def _AddPathToDict(self, pbxbuildfile, path): + """Adds path to the dict tracking paths belonging to this build phase. + + If the path is already a member of this build phase, raises an exception. + """ + + if path in self._files_by_path: + raise ValueError("Found multiple build files with path " + path) + self._files_by_path[path] = pbxbuildfile + + def _AddBuildFileToDicts(self, pbxbuildfile, path=None): + """Maintains the _files_by_path and _files_by_xcfilelikeelement dicts. + + If path is specified, then it is the path that is being added to the + phase, and pbxbuildfile must contain either a PBXFileReference directly + referencing that path, or it must contain a PBXVariantGroup that itself + contains a PBXFileReference referencing the path. + + If path is not specified, either the PBXFileReference's path or the paths + of all children of the PBXVariantGroup are taken as being added to the + phase. + + If the path is already present in the phase, raises an exception. + + If the PBXFileReference or PBXVariantGroup referenced by pbxbuildfile + are already present in the phase, referenced by a different PBXBuildFile + object, raises an exception. This does not raise an exception when + a PBXFileReference or PBXVariantGroup reappear and are referenced by the + same PBXBuildFile that has already introduced them, because in the case + of PBXVariantGroup objects, they may correspond to multiple paths that are + not all added simultaneously. When this situation occurs, the path needs + to be added to _files_by_path, but nothing needs to change in + _files_by_xcfilelikeelement, and the caller should have avoided adding + the PBXBuildFile if it is already present in the list of children. + """ + + xcfilelikeelement = pbxbuildfile._properties["fileRef"] + + paths = [] + if path is not None: + # It's best when the caller provides the path. + if isinstance(xcfilelikeelement, PBXVariantGroup): + paths.append(path) + else: + # If the caller didn't provide a path, there can be either multiple + # paths (PBXVariantGroup) or one. + if isinstance(xcfilelikeelement, PBXVariantGroup): + for variant in xcfilelikeelement._properties["children"]: + paths.append(variant.FullPath()) + else: + paths.append(xcfilelikeelement.FullPath()) + + # Add the paths first, because if something's going to raise, the + # messages provided by _AddPathToDict are more useful owing to its + # having access to a real pathname and not just an object's Name(). + for a_path in paths: + self._AddPathToDict(pbxbuildfile, a_path) + + # If another PBXBuildFile references this XCFileLikeElement, there's a + # problem. + if ( + xcfilelikeelement in self._files_by_xcfilelikeelement + and self._files_by_xcfilelikeelement[xcfilelikeelement] != pbxbuildfile + ): + raise ValueError( + "Found multiple build files for " + xcfilelikeelement.Name() + ) + self._files_by_xcfilelikeelement[xcfilelikeelement] = pbxbuildfile + + def AppendBuildFile(self, pbxbuildfile, path=None): + # Callers should use this instead of calling + # AppendProperty('files', pbxbuildfile) directly because this function + # maintains the object's dicts. Better yet, callers can just call AddFile + # with a pathname and not worry about building their own PBXBuildFile + # objects. + self.AppendProperty("files", pbxbuildfile) + self._AddBuildFileToDicts(pbxbuildfile, path) + + def AddFile(self, path, settings=None): + (file_group, hierarchical) = self.FileGroup(path) + file_ref = file_group.AddOrGetFileByPath(path, hierarchical) + + if file_ref in self._files_by_xcfilelikeelement and isinstance( + file_ref, PBXVariantGroup + ): + # There's already a PBXBuildFile in this phase corresponding to the + # PBXVariantGroup. path just provides a new variant that belongs to + # the group. Add the path to the dict. + pbxbuildfile = self._files_by_xcfilelikeelement[file_ref] + self._AddBuildFileToDicts(pbxbuildfile, path) + else: + # Add a new PBXBuildFile to get file_ref into the phase. + if settings is None: + pbxbuildfile = PBXBuildFile({"fileRef": file_ref}) + else: + pbxbuildfile = PBXBuildFile({"fileRef": file_ref, "settings": settings}) + self.AppendBuildFile(pbxbuildfile, path) + + +class PBXHeadersBuildPhase(XCBuildPhase): + # No additions to the schema relative to XCBuildPhase. + + def Name(self): + return "Headers" + + def FileGroup(self, path): + return self.PBXProjectAncestor().RootGroupForPath(path) + + +class PBXResourcesBuildPhase(XCBuildPhase): + # No additions to the schema relative to XCBuildPhase. + + def Name(self): + return "Resources" + + def FileGroup(self, path): + return self.PBXProjectAncestor().RootGroupForPath(path) + + +class PBXSourcesBuildPhase(XCBuildPhase): + # No additions to the schema relative to XCBuildPhase. + + def Name(self): + return "Sources" + + def FileGroup(self, path): + return self.PBXProjectAncestor().RootGroupForPath(path) + + +class PBXFrameworksBuildPhase(XCBuildPhase): + # No additions to the schema relative to XCBuildPhase. + + def Name(self): + return "Frameworks" + + def FileGroup(self, path): + (root, ext) = posixpath.splitext(path) + if ext != "": + ext = ext[1:].lower() + if ext == "o": + # .o files are added to Xcode Frameworks phases, but conceptually aren't + # frameworks, they're more like sources or intermediates. Redirect them + # to show up in one of those other groups. + return self.PBXProjectAncestor().RootGroupForPath(path) + else: + return (self.PBXProjectAncestor().FrameworksGroup(), False) + + +class PBXShellScriptBuildPhase(XCBuildPhase): + _schema = XCBuildPhase._schema.copy() + _schema.update( + { + "inputPaths": [1, str, 0, 1, []], + "name": [0, str, 0, 0], + "outputPaths": [1, str, 0, 1, []], + "shellPath": [0, str, 0, 1, "/bin/sh"], + "shellScript": [0, str, 0, 1], + "showEnvVarsInLog": [0, int, 0, 0], + } + ) + + def Name(self): + if "name" in self._properties: + return self._properties["name"] + + return "ShellScript" + + +class PBXCopyFilesBuildPhase(XCBuildPhase): + _schema = XCBuildPhase._schema.copy() + _schema.update( + { + "dstPath": [0, str, 0, 1], + "dstSubfolderSpec": [0, int, 0, 1], + "name": [0, str, 0, 0], + } + ) + + # path_tree_re matches "$(DIR)/path", "$(DIR)/$(DIR2)/path" or just "$(DIR)". + # Match group 1 is "DIR", group 3 is "path" or "$(DIR2") or "$(DIR2)/path" + # or None. If group 3 is "path", group 4 will be None otherwise group 4 is + # "DIR2" and group 6 is "path". + path_tree_re = re.compile(r"^\$\((.*?)\)(/(\$\((.*?)\)(/(.*)|)|(.*)|)|)$") + + # path_tree_{first,second}_to_subfolder map names of Xcode variables to the + # associated dstSubfolderSpec property value used in a PBXCopyFilesBuildPhase + # object. + path_tree_first_to_subfolder = { + # Types that can be chosen via the Xcode UI. + "BUILT_PRODUCTS_DIR": 16, # Products Directory + "BUILT_FRAMEWORKS_DIR": 10, # Not an official Xcode macro. + # Existed before support for the + # names below was added. Maps to + # "Frameworks". + } + + path_tree_second_to_subfolder = { + "WRAPPER_NAME": 1, # Wrapper + # Although Xcode's friendly name is "Executables", the destination + # is demonstrably the value of the build setting + # EXECUTABLE_FOLDER_PATH not EXECUTABLES_FOLDER_PATH. + "EXECUTABLE_FOLDER_PATH": 6, # Executables. + "UNLOCALIZED_RESOURCES_FOLDER_PATH": 7, # Resources + "JAVA_FOLDER_PATH": 15, # Java Resources + "FRAMEWORKS_FOLDER_PATH": 10, # Frameworks + "SHARED_FRAMEWORKS_FOLDER_PATH": 11, # Shared Frameworks + "SHARED_SUPPORT_FOLDER_PATH": 12, # Shared Support + "PLUGINS_FOLDER_PATH": 13, # PlugIns + # For XPC Services, Xcode sets both dstPath and dstSubfolderSpec. + # Note that it re-uses the BUILT_PRODUCTS_DIR value for + # dstSubfolderSpec. dstPath is set below. + "XPCSERVICES_FOLDER_PATH": 16, # XPC Services. + } + + def Name(self): + if "name" in self._properties: + return self._properties["name"] + + return "CopyFiles" + + def FileGroup(self, path): + return self.PBXProjectAncestor().RootGroupForPath(path) + + def SetDestination(self, path): + """Set the dstSubfolderSpec and dstPath properties from path. + + path may be specified in the same notation used for XCHierarchicalElements, + specifically, "$(DIR)/path". + """ + + path_tree_match = self.path_tree_re.search(path) + if path_tree_match: + path_tree = path_tree_match.group(1) + if path_tree in self.path_tree_first_to_subfolder: + subfolder = self.path_tree_first_to_subfolder[path_tree] + relative_path = path_tree_match.group(3) + if relative_path is None: + relative_path = "" + + if subfolder == 16 and path_tree_match.group(4) is not None: + # BUILT_PRODUCTS_DIR (16) is the first element in a path whose + # second element is possibly one of the variable names in + # path_tree_second_to_subfolder. Xcode sets the values of all these + # variables to relative paths so .gyp files must prefix them with + # BUILT_PRODUCTS_DIR, e.g. + # $(BUILT_PRODUCTS_DIR)/$(PLUGINS_FOLDER_PATH). Then + # xcode_emulation.py can export these variables with the same values + # as Xcode yet make & ninja files can determine the absolute path + # to the target. Xcode uses the dstSubfolderSpec value set here + # to determine the full path. + # + # An alternative of xcode_emulation.py setting the values to + # absolute paths when exporting these variables has been + # ruled out because then the values would be different + # depending on the build tool. + # + # Another alternative is to invent new names for the variables used + # to match to the subfolder indices in the second table. .gyp files + # then will not need to prepend $(BUILT_PRODUCTS_DIR) because + # xcode_emulation.py can set the values of those variables to + # the absolute paths when exporting. This is possibly the thinking + # behind BUILT_FRAMEWORKS_DIR which is used in exactly this manner. + # + # Requiring prepending BUILT_PRODUCTS_DIR has been chosen because + # this same way could be used to specify destinations in .gyp files + # that pre-date this addition to GYP. However they would only work + # with the Xcode generator. + # The previous version of xcode_emulation.py + # does not export these variables. Such files will get the benefit + # of the Xcode UI showing the proper destination name simply by + # regenerating the projects with this version of GYP. + path_tree = path_tree_match.group(4) + relative_path = path_tree_match.group(6) + separator = "/" + + if path_tree in self.path_tree_second_to_subfolder: + subfolder = self.path_tree_second_to_subfolder[path_tree] + if relative_path is None: + relative_path = "" + separator = "" + if path_tree == "XPCSERVICES_FOLDER_PATH": + relative_path = ( + "$(CONTENTS_FOLDER_PATH)/XPCServices" + + separator + + relative_path + ) + else: + # subfolder = 16 from above + # The second element of the path is an unrecognized variable. + # Include it and any remaining elements in relative_path. + relative_path = path_tree_match.group(3) + + else: + # The path starts with an unrecognized Xcode variable + # name like $(SRCROOT). Xcode will still handle this + # as an "absolute path" that starts with the variable. + subfolder = 0 + relative_path = path + elif path.startswith("/"): + # Special case. Absolute paths are in dstSubfolderSpec 0. + subfolder = 0 + relative_path = path[1:] + else: + raise ValueError( + f"Can't use path {path} in a {self.__class__.__name__}" + ) + + self._properties["dstPath"] = relative_path + self._properties["dstSubfolderSpec"] = subfolder + + +class PBXBuildRule(XCObject): + _schema = XCObject._schema.copy() + _schema.update( + { + "compilerSpec": [0, str, 0, 1], + "filePatterns": [0, str, 0, 0], + "fileType": [0, str, 0, 1], + "isEditable": [0, int, 0, 1, 1], + "outputFiles": [1, str, 0, 1, []], + "script": [0, str, 0, 0], + } + ) + + def Name(self): + # Not very inspired, but it's what Xcode uses. + return self.__class__.__name__ + + def Hashables(self): + # super + hashables = XCObject.Hashables(self) + + # Use the hashables of the weak objects that this object refers to. + hashables.append(self._properties["fileType"]) + if "filePatterns" in self._properties: + hashables.append(self._properties["filePatterns"]) + return hashables + + +class PBXContainerItemProxy(XCObject): + # When referencing an item in this project file, containerPortal is the + # PBXProject root object of this project file. When referencing an item in + # another project file, containerPortal is a PBXFileReference identifying + # the other project file. + # + # When serving as a proxy to an XCTarget (in this project file or another), + # proxyType is 1. When serving as a proxy to a PBXFileReference (in another + # project file), proxyType is 2. Type 2 is used for references to the + # producs of the other project file's targets. + # + # Xcode is weird about remoteGlobalIDString. Usually, it's printed without + # a comment, indicating that it's tracked internally simply as a string, but + # sometimes it's printed with a comment (usually when the object is initially + # created), indicating that it's tracked as a project file object at least + # sometimes. This module always tracks it as an object, but contains a hack + # to prevent it from printing the comment in the project file output. See + # _XCKVPrint. + _schema = XCObject._schema.copy() + _schema.update( + { + "containerPortal": [0, XCContainerPortal, 0, 1], + "proxyType": [0, int, 0, 1], + "remoteGlobalIDString": [0, XCRemoteObject, 0, 1], + "remoteInfo": [0, str, 0, 1], + } + ) + + def __repr__(self): + props = self._properties + name = "{}.gyp:{}".format(props["containerPortal"].Name(), props["remoteInfo"]) + return f"<{self.__class__.__name__} {name!r} at 0x{id(self):x}>" + + def Name(self): + # Admittedly not the best name, but it's what Xcode uses. + return self.__class__.__name__ + + def Hashables(self): + # super + hashables = XCObject.Hashables(self) + + # Use the hashables of the weak objects that this object refers to. + hashables.extend(self._properties["containerPortal"].Hashables()) + hashables.extend(self._properties["remoteGlobalIDString"].Hashables()) + return hashables + + +class PBXTargetDependency(XCObject): + # The "target" property accepts an XCTarget object, and obviously not + # NoneType. But XCTarget is defined below, so it can't be put into the + # schema yet. The definition of PBXTargetDependency can't be moved below + # XCTarget because XCTarget's own schema references PBXTargetDependency. + # Python doesn't deal well with this circular relationship, and doesn't have + # a real way to do forward declarations. To work around, the type of + # the "target" property is reset below, after XCTarget is defined. + # + # At least one of "name" and "target" is required. + _schema = XCObject._schema.copy() + _schema.update( + { + "name": [0, str, 0, 0], + "target": [0, None.__class__, 0, 0], + "targetProxy": [0, PBXContainerItemProxy, 1, 1], + } + ) + + def __repr__(self): + name = self._properties.get("name") or self._properties["target"].Name() + return f"<{self.__class__.__name__} {name!r} at 0x{id(self):x}>" + + def Name(self): + # Admittedly not the best name, but it's what Xcode uses. + return self.__class__.__name__ + + def Hashables(self): + # super + hashables = XCObject.Hashables(self) + + # Use the hashables of the weak objects that this object refers to. + hashables.extend(self._properties["targetProxy"].Hashables()) + return hashables + + +class PBXReferenceProxy(XCFileLikeElement): + _schema = XCFileLikeElement._schema.copy() + _schema.update( + { + "fileType": [0, str, 0, 1], + "path": [0, str, 0, 1], + "remoteRef": [0, PBXContainerItemProxy, 1, 1], + } + ) + + +class XCTarget(XCRemoteObject): + # An XCTarget is really just an XCObject, the XCRemoteObject thing is just + # to allow PBXProject to be used in the remoteGlobalIDString property of + # PBXContainerItemProxy. + # + # Setting a "name" property at instantiation may also affect "productName", + # which may in turn affect the "PRODUCT_NAME" build setting in children of + # "buildConfigurationList". See __init__ below. + _schema = XCRemoteObject._schema.copy() + _schema.update( + { + "buildConfigurationList": [ + 0, + XCConfigurationList, + 1, + 1, + XCConfigurationList(), + ], + "buildPhases": [1, XCBuildPhase, 1, 1, []], + "dependencies": [1, PBXTargetDependency, 1, 1, []], + "name": [0, str, 0, 1], + "productName": [0, str, 0, 1], + } + ) + + def __init__( + self, + properties=None, + id=None, + parent=None, + force_outdir=None, + force_prefix=None, + force_extension=None, + ): + # super + XCRemoteObject.__init__(self, properties, id, parent) + + # Set up additional defaults not expressed in the schema. If a "name" + # property was supplied, set "productName" if it is not present. Also set + # the "PRODUCT_NAME" build setting in each configuration, but only if + # the setting is not present in any build configuration. + if "name" in self._properties and "productName" not in self._properties: + self.SetProperty("productName", self._properties["name"]) + + if "productName" in self._properties: + if "buildConfigurationList" in self._properties: + configs = self._properties["buildConfigurationList"] + if configs.HasBuildSetting("PRODUCT_NAME") == 0: + configs.SetBuildSetting( + "PRODUCT_NAME", self._properties["productName"] + ) + + def AddDependency(self, other): + pbxproject = self.PBXProjectAncestor() + other_pbxproject = other.PBXProjectAncestor() + if pbxproject == other_pbxproject: + # Add a dependency to another target in the same project file. + container = PBXContainerItemProxy( + { + "containerPortal": pbxproject, + "proxyType": 1, + "remoteGlobalIDString": other, + "remoteInfo": other.Name(), + } + ) + dependency = PBXTargetDependency( + {"target": other, "targetProxy": container} + ) + self.AppendProperty("dependencies", dependency) + else: + # Add a dependency to a target in a different project file. + other_project_ref = pbxproject.AddOrGetProjectReference(other_pbxproject)[1] + container = PBXContainerItemProxy( + { + "containerPortal": other_project_ref, + "proxyType": 1, + "remoteGlobalIDString": other, + "remoteInfo": other.Name(), + } + ) + dependency = PBXTargetDependency( + {"name": other.Name(), "targetProxy": container} + ) + self.AppendProperty("dependencies", dependency) + + # Proxy all of these through to the build configuration list. + + def ConfigurationNamed(self, name): + return self._properties["buildConfigurationList"].ConfigurationNamed(name) + + def DefaultConfiguration(self): + return self._properties["buildConfigurationList"].DefaultConfiguration() + + def HasBuildSetting(self, key): + return self._properties["buildConfigurationList"].HasBuildSetting(key) + + def GetBuildSetting(self, key): + return self._properties["buildConfigurationList"].GetBuildSetting(key) + + def SetBuildSetting(self, key, value): + return self._properties["buildConfigurationList"].SetBuildSetting(key, value) + + def AppendBuildSetting(self, key, value): + return self._properties["buildConfigurationList"].AppendBuildSetting(key, value) + + def DelBuildSetting(self, key): + return self._properties["buildConfigurationList"].DelBuildSetting(key) + + +# Redefine the type of the "target" property. See PBXTargetDependency._schema +# above. +PBXTargetDependency._schema["target"][1] = XCTarget + + +class PBXNativeTarget(XCTarget): + # buildPhases is overridden in the schema to be able to set defaults. + # + # NOTE: Contrary to most objects, it is advisable to set parent when + # constructing PBXNativeTarget. A parent of an XCTarget must be a PBXProject + # object. A parent reference is required for a PBXNativeTarget during + # construction to be able to set up the target defaults for productReference, + # because a PBXBuildFile object must be created for the target and it must + # be added to the PBXProject's mainGroup hierarchy. + _schema = XCTarget._schema.copy() + _schema.update( + { + "buildPhases": [ + 1, + XCBuildPhase, + 1, + 1, + [PBXSourcesBuildPhase(), PBXFrameworksBuildPhase()], + ], + "buildRules": [1, PBXBuildRule, 1, 1, []], + "productReference": [0, PBXFileReference, 0, 1], + "productType": [0, str, 0, 1], + } + ) + + # Mapping from Xcode product-types to settings. The settings are: + # filetype : used for explicitFileType in the project file + # prefix : the prefix for the file name + # suffix : the suffix for the file name + _product_filetypes = { + "com.apple.product-type.application": ["wrapper.application", "", ".app"], + "com.apple.product-type.application.watchapp": [ + "wrapper.application", + "", + ".app", + ], + "com.apple.product-type.watchkit-extension": [ + "wrapper.app-extension", + "", + ".appex", + ], + "com.apple.product-type.app-extension": ["wrapper.app-extension", "", ".appex"], + "com.apple.product-type.bundle": ["wrapper.cfbundle", "", ".bundle"], + "com.apple.product-type.framework": ["wrapper.framework", "", ".framework"], + "com.apple.product-type.library.dynamic": [ + "compiled.mach-o.dylib", + "lib", + ".dylib", + ], + "com.apple.product-type.library.static": ["archive.ar", "lib", ".a"], + "com.apple.product-type.tool": ["compiled.mach-o.executable", "", ""], + "com.apple.product-type.bundle.unit-test": ["wrapper.cfbundle", "", ".xctest"], + "com.apple.product-type.bundle.ui-testing": ["wrapper.cfbundle", "", ".xctest"], + "com.googlecode.gyp.xcode.bundle": ["compiled.mach-o.dylib", "", ".so"], + "com.apple.product-type.kernel-extension": ["wrapper.kext", "", ".kext"], + } + + def __init__( + self, + properties=None, + id=None, + parent=None, + force_outdir=None, + force_prefix=None, + force_extension=None, + ): + # super + XCTarget.__init__(self, properties, id, parent) + + if ( + "productName" in self._properties + and "productType" in self._properties + and "productReference" not in self._properties + and self._properties["productType"] in self._product_filetypes + ): + products_group = None + pbxproject = self.PBXProjectAncestor() + if pbxproject is not None: + products_group = pbxproject.ProductsGroup() + + if products_group is not None: + (filetype, prefix, suffix) = self._product_filetypes[ + self._properties["productType"] + ] + # Xcode does not have a distinct type for loadable modules that are + # pure BSD targets (not in a bundle wrapper). GYP allows such modules + # to be specified by setting a target type to loadable_module without + # having mac_bundle set. These are mapped to the pseudo-product type + # com.googlecode.gyp.xcode.bundle. + # + # By picking up this special type and converting it to a dynamic + # library (com.apple.product-type.library.dynamic) with fix-ups, + # single-file loadable modules can be produced. + # + # MACH_O_TYPE is changed to mh_bundle to produce the proper file type + # (as opposed to mh_dylib). In order for linking to succeed, + # DYLIB_CURRENT_VERSION and DYLIB_COMPATIBILITY_VERSION must be + # cleared. They are meaningless for type mh_bundle. + # + # Finally, the .so extension is forcibly applied over the default + # (.dylib), unless another forced extension is already selected. + # .dylib is plainly wrong, and .bundle is used by loadable_modules in + # bundle wrappers (com.apple.product-type.bundle). .so seems an odd + # choice because it's used as the extension on many other systems that + # don't distinguish between linkable shared libraries and non-linkable + # loadable modules, but there's precedent: Python loadable modules on + # Mac OS X use an .so extension. + if self._properties["productType"] == "com.googlecode.gyp.xcode.bundle": + self._properties[ + "productType" + ] = "com.apple.product-type.library.dynamic" + self.SetBuildSetting("MACH_O_TYPE", "mh_bundle") + self.SetBuildSetting("DYLIB_CURRENT_VERSION", "") + self.SetBuildSetting("DYLIB_COMPATIBILITY_VERSION", "") + if force_extension is None: + force_extension = suffix[1:] + + if ( + self._properties["productType"] in { + "com.apple.product-type-bundle.unit.test", + "com.apple.product-type-bundle.ui-testing" + } + ) and force_extension is None: + force_extension = suffix[1:] + + if force_extension is not None: + # If it's a wrapper (bundle), set WRAPPER_EXTENSION. + # Extension override. + suffix = "." + force_extension + if filetype.startswith("wrapper."): + self.SetBuildSetting("WRAPPER_EXTENSION", force_extension) + else: + self.SetBuildSetting("EXECUTABLE_EXTENSION", force_extension) + + if filetype.startswith("compiled.mach-o.executable"): + product_name = self._properties["productName"] + product_name += suffix + suffix = "" + self.SetProperty("productName", product_name) + self.SetBuildSetting("PRODUCT_NAME", product_name) + + # Xcode handles most prefixes based on the target type, however there + # are exceptions. If a "BSD Dynamic Library" target is added in the + # Xcode UI, Xcode sets EXECUTABLE_PREFIX. This check duplicates that + # behavior. + if force_prefix is not None: + prefix = force_prefix + if filetype.startswith("wrapper."): + self.SetBuildSetting("WRAPPER_PREFIX", prefix) + else: + self.SetBuildSetting("EXECUTABLE_PREFIX", prefix) + + if force_outdir is not None: + self.SetBuildSetting("TARGET_BUILD_DIR", force_outdir) + + # TODO(tvl): Remove the below hack. + # http://code.google.com/p/gyp/issues/detail?id=122 + + # Some targets include the prefix in the target_name. These targets + # really should just add a product_name setting that doesn't include + # the prefix. For example: + # target_name = 'libevent', product_name = 'event' + # This check cleans up for them. + product_name = self._properties["productName"] + prefix_len = len(prefix) + if prefix_len and (product_name[:prefix_len] == prefix): + product_name = product_name[prefix_len:] + self.SetProperty("productName", product_name) + self.SetBuildSetting("PRODUCT_NAME", product_name) + + ref_props = { + "explicitFileType": filetype, + "includeInIndex": 0, + "path": prefix + product_name + suffix, + "sourceTree": "BUILT_PRODUCTS_DIR", + } + file_ref = PBXFileReference(ref_props) + products_group.AppendChild(file_ref) + self.SetProperty("productReference", file_ref) + + def GetBuildPhaseByType(self, type): + if "buildPhases" not in self._properties: + return None + + the_phase = None + for phase in self._properties["buildPhases"]: + if isinstance(phase, type): + # Some phases may be present in multiples in a well-formed project file, + # but phases like PBXSourcesBuildPhase may only be present singly, and + # this function is intended as an aid to GetBuildPhaseByType. Loop + # over the entire list of phases and assert if more than one of the + # desired type is found. + assert the_phase is None + the_phase = phase + + return the_phase + + def HeadersPhase(self): + headers_phase = self.GetBuildPhaseByType(PBXHeadersBuildPhase) + if headers_phase is None: + headers_phase = PBXHeadersBuildPhase() + + # The headers phase should come before the resources, sources, and + # frameworks phases, if any. + insert_at = len(self._properties["buildPhases"]) + for index, phase in enumerate(self._properties["buildPhases"]): + if isinstance( + phase, + ( + PBXResourcesBuildPhase, + PBXSourcesBuildPhase, + PBXFrameworksBuildPhase, + ), + ): + insert_at = index + break + + self._properties["buildPhases"].insert(insert_at, headers_phase) + headers_phase.parent = self + + return headers_phase + + def ResourcesPhase(self): + resources_phase = self.GetBuildPhaseByType(PBXResourcesBuildPhase) + if resources_phase is None: + resources_phase = PBXResourcesBuildPhase() + + # The resources phase should come before the sources and frameworks + # phases, if any. + insert_at = len(self._properties["buildPhases"]) + for index, phase in enumerate(self._properties["buildPhases"]): + if isinstance(phase, (PBXSourcesBuildPhase, PBXFrameworksBuildPhase)): + insert_at = index + break + + self._properties["buildPhases"].insert(insert_at, resources_phase) + resources_phase.parent = self + + return resources_phase + + def SourcesPhase(self): + sources_phase = self.GetBuildPhaseByType(PBXSourcesBuildPhase) + if sources_phase is None: + sources_phase = PBXSourcesBuildPhase() + self.AppendProperty("buildPhases", sources_phase) + + return sources_phase + + def FrameworksPhase(self): + frameworks_phase = self.GetBuildPhaseByType(PBXFrameworksBuildPhase) + if frameworks_phase is None: + frameworks_phase = PBXFrameworksBuildPhase() + self.AppendProperty("buildPhases", frameworks_phase) + + return frameworks_phase + + def AddDependency(self, other): + # super + XCTarget.AddDependency(self, other) + + static_library_type = "com.apple.product-type.library.static" + shared_library_type = "com.apple.product-type.library.dynamic" + framework_type = "com.apple.product-type.framework" + if ( + isinstance(other, PBXNativeTarget) + and "productType" in self._properties + and self._properties["productType"] != static_library_type + and "productType" in other._properties + and ( + other._properties["productType"] == static_library_type + or ( + ( + other._properties["productType"] in { + shared_library_type, + framework_type + } + ) + and ( + (not other.HasBuildSetting("MACH_O_TYPE")) + or other.GetBuildSetting("MACH_O_TYPE") != "mh_bundle" + ) + ) + ) + ): + + file_ref = other.GetProperty("productReference") + + pbxproject = self.PBXProjectAncestor() + other_pbxproject = other.PBXProjectAncestor() + if pbxproject != other_pbxproject: + other_project_product_group = pbxproject.AddOrGetProjectReference( + other_pbxproject + )[0] + file_ref = other_project_product_group.GetChildByRemoteObject(file_ref) + + self.FrameworksPhase().AppendProperty( + "files", PBXBuildFile({"fileRef": file_ref}) + ) + + +class PBXAggregateTarget(XCTarget): + pass + + +class PBXProject(XCContainerPortal): + # A PBXProject is really just an XCObject, the XCContainerPortal thing is + # just to allow PBXProject to be used in the containerPortal property of + # PBXContainerItemProxy. + """ + + Attributes: + path: "sample.xcodeproj". TODO(mark) Document me! + _other_pbxprojects: A dictionary, keyed by other PBXProject objects. Each + value is a reference to the dict in the + projectReferences list associated with the keyed + PBXProject. + """ + + _schema = XCContainerPortal._schema.copy() + _schema.update( + { + "attributes": [0, dict, 0, 0], + "buildConfigurationList": [ + 0, + XCConfigurationList, + 1, + 1, + XCConfigurationList(), + ], + "compatibilityVersion": [0, str, 0, 1, "Xcode 3.2"], + "hasScannedForEncodings": [0, int, 0, 1, 1], + "mainGroup": [0, PBXGroup, 1, 1, PBXGroup()], + "projectDirPath": [0, str, 0, 1, ""], + "projectReferences": [1, dict, 0, 0], + "projectRoot": [0, str, 0, 1, ""], + "targets": [1, XCTarget, 1, 1, []], + } + ) + + def __init__(self, properties=None, id=None, parent=None, path=None): + self.path = path + self._other_pbxprojects = {} + # super + XCContainerPortal.__init__(self, properties, id, parent) + + def Name(self): + name = self.path + if name[-10:] == ".xcodeproj": + name = name[:-10] + return posixpath.basename(name) + + def Path(self): + return self.path + + def Comment(self): + return "Project object" + + def Children(self): + # super + children = XCContainerPortal.Children(self) + + # Add children that the schema doesn't know about. Maybe there's a more + # elegant way around this, but this is the only case where we need to own + # objects in a dictionary (that is itself in a list), and three lines for + # a one-off isn't that big a deal. + if "projectReferences" in self._properties: + for reference in self._properties["projectReferences"]: + children.append(reference["ProductGroup"]) + + return children + + def PBXProjectAncestor(self): + return self + + def _GroupByName(self, name): + if "mainGroup" not in self._properties: + self.SetProperty("mainGroup", PBXGroup()) + + main_group = self._properties["mainGroup"] + group = main_group.GetChildByName(name) + if group is None: + group = PBXGroup({"name": name}) + main_group.AppendChild(group) + + return group + + # SourceGroup and ProductsGroup are created by default in Xcode's own + # templates. + def SourceGroup(self): + return self._GroupByName("Source") + + def ProductsGroup(self): + return self._GroupByName("Products") + + # IntermediatesGroup is used to collect source-like files that are generated + # by rules or script phases and are placed in intermediate directories such + # as DerivedSources. + def IntermediatesGroup(self): + return self._GroupByName("Intermediates") + + # FrameworksGroup and ProjectsGroup are top-level groups used to collect + # frameworks and projects. + def FrameworksGroup(self): + return self._GroupByName("Frameworks") + + def ProjectsGroup(self): + return self._GroupByName("Projects") + + def RootGroupForPath(self, path): + """Returns a PBXGroup child of this object to which path should be added. + + This method is intended to choose between SourceGroup and + IntermediatesGroup on the basis of whether path is present in a source + directory or an intermediates directory. For the purposes of this + determination, any path located within a derived file directory such as + PROJECT_DERIVED_FILE_DIR is treated as being in an intermediates + directory. + + The returned value is a two-element tuple. The first element is the + PBXGroup, and the second element specifies whether that group should be + organized hierarchically (True) or as a single flat list (False). + """ + + # TODO(mark): make this a class variable and bind to self on call? + # Also, this list is nowhere near exhaustive. + # INTERMEDIATE_DIR and SHARED_INTERMEDIATE_DIR are used by + # gyp.generator.xcode. There should probably be some way for that module + # to push the names in, rather than having to hard-code them here. + source_tree_groups = { + "DERIVED_FILE_DIR": (self.IntermediatesGroup, True), + "INTERMEDIATE_DIR": (self.IntermediatesGroup, True), + "PROJECT_DERIVED_FILE_DIR": (self.IntermediatesGroup, True), + "SHARED_INTERMEDIATE_DIR": (self.IntermediatesGroup, True), + } + + (source_tree, path) = SourceTreeAndPathFromPath(path) + if source_tree is not None and source_tree in source_tree_groups: + (group_func, hierarchical) = source_tree_groups[source_tree] + group = group_func() + return (group, hierarchical) + + # TODO(mark): make additional choices based on file extension. + + return (self.SourceGroup(), True) + + def AddOrGetFileInRootGroup(self, path): + """Returns a PBXFileReference corresponding to path in the correct group + according to RootGroupForPath's heuristics. + + If an existing PBXFileReference for path exists, it will be returned. + Otherwise, one will be created and returned. + """ + + (group, hierarchical) = self.RootGroupForPath(path) + return group.AddOrGetFileByPath(path, hierarchical) + + def RootGroupsTakeOverOnlyChildren(self, recurse=False): + """Calls TakeOverOnlyChild for all groups in the main group.""" + + for group in self._properties["mainGroup"]._properties["children"]: + if isinstance(group, PBXGroup): + group.TakeOverOnlyChild(recurse) + + def SortGroups(self): + # Sort the children of the mainGroup (like "Source" and "Products") + # according to their defined order. + self._properties["mainGroup"]._properties["children"] = sorted( + self._properties["mainGroup"]._properties["children"], + key=cmp_to_key(lambda x, y: x.CompareRootGroup(y)), + ) + + # Sort everything else by putting group before files, and going + # alphabetically by name within sections of groups and files. SortGroup + # is recursive. + for group in self._properties["mainGroup"]._properties["children"]: + if not isinstance(group, PBXGroup): + continue + + if group.Name() == "Products": + # The Products group is a special case. Instead of sorting + # alphabetically, sort things in the order of the targets that + # produce the products. To do this, just build up a new list of + # products based on the targets. + products = [] + for target in self._properties["targets"]: + if not isinstance(target, PBXNativeTarget): + continue + product = target._properties["productReference"] + # Make sure that the product is already in the products group. + assert product in group._properties["children"] + products.append(product) + + # Make sure that this process doesn't miss anything that was already + # in the products group. + assert len(products) == len(group._properties["children"]) + group._properties["children"] = products + else: + group.SortGroup() + + def AddOrGetProjectReference(self, other_pbxproject): + """Add a reference to another project file (via PBXProject object) to this + one. + + Returns [ProductGroup, ProjectRef]. ProductGroup is a PBXGroup object in + this project file that contains a PBXReferenceProxy object for each + product of each PBXNativeTarget in the other project file. ProjectRef is + a PBXFileReference to the other project file. + + If this project file already references the other project file, the + existing ProductGroup and ProjectRef are returned. The ProductGroup will + still be updated if necessary. + """ + + if "projectReferences" not in self._properties: + self._properties["projectReferences"] = [] + + product_group = None + project_ref = None + + if other_pbxproject not in self._other_pbxprojects: + # This project file isn't yet linked to the other one. Establish the + # link. + product_group = PBXGroup({"name": "Products"}) + + # ProductGroup is strong. + product_group.parent = self + + # There's nothing unique about this PBXGroup, and if left alone, it will + # wind up with the same set of hashables as all other PBXGroup objects + # owned by the projectReferences list. Add the hashables of the + # remote PBXProject that it's related to. + product_group._hashables.extend(other_pbxproject.Hashables()) + + # The other project reports its path as relative to the same directory + # that this project's path is relative to. The other project's path + # is not necessarily already relative to this project. Figure out the + # pathname that this project needs to use to refer to the other one. + this_path = posixpath.dirname(self.Path()) + projectDirPath = self.GetProperty("projectDirPath") + if projectDirPath: + if posixpath.isabs(projectDirPath[0]): + this_path = projectDirPath + else: + this_path = posixpath.join(this_path, projectDirPath) + other_path = gyp.common.RelativePath(other_pbxproject.Path(), this_path) + + # ProjectRef is weak (it's owned by the mainGroup hierarchy). + project_ref = PBXFileReference( + { + "lastKnownFileType": "wrapper.pb-project", + "path": other_path, + "sourceTree": "SOURCE_ROOT", + } + ) + self.ProjectsGroup().AppendChild(project_ref) + + ref_dict = {"ProductGroup": product_group, "ProjectRef": project_ref} + self._other_pbxprojects[other_pbxproject] = ref_dict + self.AppendProperty("projectReferences", ref_dict) + + # Xcode seems to sort this list case-insensitively + self._properties["projectReferences"] = sorted( + self._properties["projectReferences"], + key=lambda x: x["ProjectRef"].Name().lower() + ) + else: + # The link already exists. Pull out the relevant data. + project_ref_dict = self._other_pbxprojects[other_pbxproject] + product_group = project_ref_dict["ProductGroup"] + project_ref = project_ref_dict["ProjectRef"] + + self._SetUpProductReferences(other_pbxproject, product_group, project_ref) + + inherit_unique_symroot = self._AllSymrootsUnique(other_pbxproject, False) + targets = other_pbxproject.GetProperty("targets") + if all(self._AllSymrootsUnique(t, inherit_unique_symroot) for t in targets): + dir_path = project_ref._properties["path"] + product_group._hashables.extend(dir_path) + + return [product_group, project_ref] + + def _AllSymrootsUnique(self, target, inherit_unique_symroot): + # Returns True if all configurations have a unique 'SYMROOT' attribute. + # The value of inherit_unique_symroot decides, if a configuration is assumed + # to inherit a unique 'SYMROOT' attribute from its parent, if it doesn't + # define an explicit value for 'SYMROOT'. + symroots = self._DefinedSymroots(target) + for s in self._DefinedSymroots(target): + if ( + (s is not None + and not self._IsUniqueSymrootForTarget(s)) + or (s is None + and not inherit_unique_symroot) + ): + return False + return True if symroots else inherit_unique_symroot + + def _DefinedSymroots(self, target): + # Returns all values for the 'SYMROOT' attribute defined in all + # configurations for this target. If any configuration doesn't define the + # 'SYMROOT' attribute, None is added to the returned set. If all + # configurations don't define the 'SYMROOT' attribute, an empty set is + # returned. + config_list = target.GetProperty("buildConfigurationList") + symroots = set() + for config in config_list.GetProperty("buildConfigurations"): + setting = config.GetProperty("buildSettings") + if "SYMROOT" in setting: + symroots.add(setting["SYMROOT"]) + else: + symroots.add(None) + if len(symroots) == 1 and None in symroots: + return set() + return symroots + + def _IsUniqueSymrootForTarget(self, symroot): + # This method returns True if all configurations in target contain a + # 'SYMROOT' attribute that is unique for the given target. A value is + # unique, if the Xcode macro '$SRCROOT' appears in it in any form. + uniquifier = ["$SRCROOT", "$(SRCROOT)"] + if any(x in symroot for x in uniquifier): + return True + return False + + def _SetUpProductReferences(self, other_pbxproject, product_group, project_ref): + # TODO(mark): This only adds references to products in other_pbxproject + # when they don't exist in this pbxproject. Perhaps it should also + # remove references from this pbxproject that are no longer present in + # other_pbxproject. Perhaps it should update various properties if they + # change. + for target in other_pbxproject._properties["targets"]: + if not isinstance(target, PBXNativeTarget): + continue + + other_fileref = target._properties["productReference"] + if product_group.GetChildByRemoteObject(other_fileref) is None: + # Xcode sets remoteInfo to the name of the target and not the name + # of its product, despite this proxy being a reference to the product. + container_item = PBXContainerItemProxy( + { + "containerPortal": project_ref, + "proxyType": 2, + "remoteGlobalIDString": other_fileref, + "remoteInfo": target.Name(), + } + ) + # TODO(mark): Does sourceTree get copied straight over from the other + # project? Can the other project ever have lastKnownFileType here + # instead of explicitFileType? (Use it if so?) Can path ever be + # unset? (I don't think so.) Can other_fileref have name set, and + # does it impact the PBXReferenceProxy if so? These are the questions + # that perhaps will be answered one day. + reference_proxy = PBXReferenceProxy( + { + "fileType": other_fileref._properties["explicitFileType"], + "path": other_fileref._properties["path"], + "sourceTree": other_fileref._properties["sourceTree"], + "remoteRef": container_item, + } + ) + + product_group.AppendChild(reference_proxy) + + def SortRemoteProductReferences(self): + # For each remote project file, sort the associated ProductGroup in the + # same order that the targets are sorted in the remote project file. This + # is the sort order used by Xcode. + + def CompareProducts(x, y, remote_products): + # x and y are PBXReferenceProxy objects. Go through their associated + # PBXContainerItem to get the remote PBXFileReference, which will be + # present in the remote_products list. + x_remote = x._properties["remoteRef"]._properties["remoteGlobalIDString"] + y_remote = y._properties["remoteRef"]._properties["remoteGlobalIDString"] + x_index = remote_products.index(x_remote) + y_index = remote_products.index(y_remote) + + # Use the order of each remote PBXFileReference in remote_products to + # determine the sort order. + return cmp(x_index, y_index) + + for other_pbxproject, ref_dict in self._other_pbxprojects.items(): + # Build up a list of products in the remote project file, ordered the + # same as the targets that produce them. + remote_products = [] + for target in other_pbxproject._properties["targets"]: + if not isinstance(target, PBXNativeTarget): + continue + remote_products.append(target._properties["productReference"]) + + # Sort the PBXReferenceProxy children according to the list of remote + # products. + product_group = ref_dict["ProductGroup"] + product_group._properties["children"] = sorted( + product_group._properties["children"], + key=cmp_to_key( + lambda x, y, rp=remote_products: CompareProducts(x, y, rp)), + ) + + +class XCProjectFile(XCObject): + _schema = XCObject._schema.copy() + _schema.update( + { + "archiveVersion": [0, int, 0, 1, 1], + "classes": [0, dict, 0, 1, {}], + "objectVersion": [0, int, 0, 1, 46], + "rootObject": [0, PBXProject, 1, 1], + } + ) + + def ComputeIDs(self, recursive=True, overwrite=True, hash=None): + # Although XCProjectFile is implemented here as an XCObject, it's not a + # proper object in the Xcode sense, and it certainly doesn't have its own + # ID. Pass through an attempt to update IDs to the real root object. + if recursive: + self._properties["rootObject"].ComputeIDs(recursive, overwrite, hash) + + def Print(self, file=sys.stdout): + self.VerifyHasRequiredProperties() + + # Add the special "objects" property, which will be caught and handled + # separately during printing. This structure allows a fairly standard + # loop do the normal printing. + self._properties["objects"] = {} + self._XCPrint(file, 0, "// !$*UTF8*$!\n") + if self._should_print_single_line: + self._XCPrint(file, 0, "{ ") + else: + self._XCPrint(file, 0, "{\n") + for property, value in sorted( + self._properties.items() + ): + if property == "objects": + self._PrintObjects(file) + else: + self._XCKVPrint(file, 1, property, value) + self._XCPrint(file, 0, "}\n") + del self._properties["objects"] + + def _PrintObjects(self, file): + if self._should_print_single_line: + self._XCPrint(file, 0, "objects = {") + else: + self._XCPrint(file, 1, "objects = {\n") + + objects_by_class = {} + for object in self.Descendants(): + if object == self: + continue + class_name = object.__class__.__name__ + if class_name not in objects_by_class: + objects_by_class[class_name] = [] + objects_by_class[class_name].append(object) + + for class_name in sorted(objects_by_class): + self._XCPrint(file, 0, "\n") + self._XCPrint(file, 0, "/* Begin " + class_name + " section */\n") + for object in sorted( + objects_by_class[class_name], key=attrgetter("id") + ): + object.Print(file) + self._XCPrint(file, 0, "/* End " + class_name + " section */\n") + + if self._should_print_single_line: + self._XCPrint(file, 0, "}; ") + else: + self._XCPrint(file, 1, "};\n") diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py new file mode 100644 index 00000000..53019636 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py @@ -0,0 +1,65 @@ +# Copyright (c) 2011 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Applies a fix to CR LF TAB handling in xml.dom. + +Fixes this: http://code.google.com/p/chromium/issues/detail?id=76293 +Working around this: http://bugs.python.org/issue5752 +TODO(bradnelson): Consider dropping this when we drop XP support. +""" + + +import xml.dom.minidom + + +def _Replacement_write_data(writer, data, is_attrib=False): + """Writes datachars to writer.""" + data = data.replace("&", "&").replace("<", "<") + data = data.replace('"', """).replace(">", ">") + if is_attrib: + data = data.replace("\r", " ").replace("\n", " ").replace("\t", " ") + writer.write(data) + + +def _Replacement_writexml(self, writer, indent="", addindent="", newl=""): + # indent = current indentation + # addindent = indentation to add to higher levels + # newl = newline string + writer.write(indent + "<" + self.tagName) + + attrs = self._get_attributes() + a_names = sorted(attrs.keys()) + + for a_name in a_names: + writer.write(' %s="' % a_name) + _Replacement_write_data(writer, attrs[a_name].value, is_attrib=True) + writer.write('"') + if self.childNodes: + writer.write(">%s" % newl) + for node in self.childNodes: + node.writexml(writer, indent + addindent, addindent, newl) + writer.write(f"{indent}{newl}") + else: + writer.write("/>%s" % newl) + + +class XmlFix: + """Object to manage temporary patching of xml.dom.minidom.""" + + def __init__(self): + # Preserve current xml.dom.minidom functions. + self.write_data = xml.dom.minidom._write_data + self.writexml = xml.dom.minidom.Element.writexml + # Inject replacement versions of a function and a method. + xml.dom.minidom._write_data = _Replacement_write_data + xml.dom.minidom.Element.writexml = _Replacement_writexml + + def Cleanup(self): + if self.write_data: + xml.dom.minidom._write_data = self.write_data + xml.dom.minidom.Element.writexml = self.writexml + self.write_data = None + + def __del__(self): + self.Cleanup() diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/LICENSE b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/LICENSE new file mode 100644 index 00000000..6f62d44e --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/LICENSE @@ -0,0 +1,3 @@ +This software is made available under the terms of *either* of the licenses +found in LICENSE.APACHE or LICENSE.BSD. Contributions to this software is made +under the terms of *both* these licenses. diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.APACHE b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.APACHE new file mode 100644 index 00000000..f433b1a5 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.APACHE @@ -0,0 +1,177 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.BSD b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.BSD new file mode 100644 index 00000000..42ce7b75 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.BSD @@ -0,0 +1,23 @@ +Copyright (c) Donald Stufft and individual contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/__init__.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/__init__.py new file mode 100644 index 00000000..5fd91838 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/__init__.py @@ -0,0 +1,15 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +__title__ = "packaging" +__summary__ = "Core utilities for Python packages" +__uri__ = "https://github.com/pypa/packaging" + +__version__ = "23.3.dev0" + +__author__ = "Donald Stufft and individual contributors" +__email__ = "donald@stufft.io" + +__license__ = "BSD-2-Clause or Apache-2.0" +__copyright__ = "2014 %s" % __author__ diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_elffile.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_elffile.py new file mode 100644 index 00000000..6fb19b30 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_elffile.py @@ -0,0 +1,108 @@ +""" +ELF file parser. + +This provides a class ``ELFFile`` that parses an ELF executable in a similar +interface to ``ZipFile``. Only the read interface is implemented. + +Based on: https://gist.github.com/lyssdod/f51579ae8d93c8657a5564aefc2ffbca +ELF header: https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html +""" + +import enum +import os +import struct +from typing import IO, Optional, Tuple + + +class ELFInvalid(ValueError): + pass + + +class EIClass(enum.IntEnum): + C32 = 1 + C64 = 2 + + +class EIData(enum.IntEnum): + Lsb = 1 + Msb = 2 + + +class EMachine(enum.IntEnum): + I386 = 3 + S390 = 22 + Arm = 40 + X8664 = 62 + AArc64 = 183 + + +class ELFFile: + """ + Representation of an ELF executable. + """ + + def __init__(self, f: IO[bytes]) -> None: + self._f = f + + try: + ident = self._read("16B") + except struct.error: + raise ELFInvalid("unable to parse identification") + magic = bytes(ident[:4]) + if magic != b"\x7fELF": + raise ELFInvalid(f"invalid magic: {magic!r}") + + self.capacity = ident[4] # Format for program header (bitness). + self.encoding = ident[5] # Data structure encoding (endianness). + + try: + # e_fmt: Format for program header. + # p_fmt: Format for section header. + # p_idx: Indexes to find p_type, p_offset, and p_filesz. + e_fmt, self._p_fmt, self._p_idx = { + (1, 1): ("HHIIIIIHHH", ">IIIIIIII", (0, 1, 4)), # 32-bit MSB. + (2, 1): ("HHIQQQIHHH", ">IIQQQQQQ", (0, 2, 5)), # 64-bit MSB. + }[(self.capacity, self.encoding)] + except KeyError: + raise ELFInvalid( + f"unrecognized capacity ({self.capacity}) or " + f"encoding ({self.encoding})" + ) + + try: + ( + _, + self.machine, # Architecture type. + _, + _, + self._e_phoff, # Offset of program header. + _, + self.flags, # Processor-specific flags. + _, + self._e_phentsize, # Size of section. + self._e_phnum, # Number of sections. + ) = self._read(e_fmt) + except struct.error as e: + raise ELFInvalid("unable to parse machine and section information") from e + + def _read(self, fmt: str) -> Tuple[int, ...]: + return struct.unpack(fmt, self._f.read(struct.calcsize(fmt))) + + @property + def interpreter(self) -> Optional[str]: + """ + The path recorded in the ``PT_INTERP`` section header. + """ + for index in range(self._e_phnum): + self._f.seek(self._e_phoff + self._e_phentsize * index) + try: + data = self._read(self._p_fmt) + except struct.error: + continue + if data[self._p_idx[0]] != 3: # Not PT_INTERP. + continue + self._f.seek(data[self._p_idx[1]]) + return os.fsdecode(self._f.read(data[self._p_idx[2]])).strip("\0") + return None diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_manylinux.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_manylinux.py new file mode 100644 index 00000000..3705d50d --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_manylinux.py @@ -0,0 +1,252 @@ +import collections +import contextlib +import functools +import os +import re +import sys +import warnings +from typing import Dict, Generator, Iterator, NamedTuple, Optional, Sequence, Tuple + +from ._elffile import EIClass, EIData, ELFFile, EMachine + +EF_ARM_ABIMASK = 0xFF000000 +EF_ARM_ABI_VER5 = 0x05000000 +EF_ARM_ABI_FLOAT_HARD = 0x00000400 + + +# `os.PathLike` not a generic type until Python 3.9, so sticking with `str` +# as the type for `path` until then. +@contextlib.contextmanager +def _parse_elf(path: str) -> Generator[Optional[ELFFile], None, None]: + try: + with open(path, "rb") as f: + yield ELFFile(f) + except (OSError, TypeError, ValueError): + yield None + + +def _is_linux_armhf(executable: str) -> bool: + # hard-float ABI can be detected from the ELF header of the running + # process + # https://static.docs.arm.com/ihi0044/g/aaelf32.pdf + with _parse_elf(executable) as f: + return ( + f is not None + and f.capacity == EIClass.C32 + and f.encoding == EIData.Lsb + and f.machine == EMachine.Arm + and f.flags & EF_ARM_ABIMASK == EF_ARM_ABI_VER5 + and f.flags & EF_ARM_ABI_FLOAT_HARD == EF_ARM_ABI_FLOAT_HARD + ) + + +def _is_linux_i686(executable: str) -> bool: + with _parse_elf(executable) as f: + return ( + f is not None + and f.capacity == EIClass.C32 + and f.encoding == EIData.Lsb + and f.machine == EMachine.I386 + ) + + +def _have_compatible_abi(executable: str, archs: Sequence[str]) -> bool: + if "armv7l" in archs: + return _is_linux_armhf(executable) + if "i686" in archs: + return _is_linux_i686(executable) + allowed_archs = {"x86_64", "aarch64", "ppc64", "ppc64le", "s390x", "loongarch64"} + return any(arch in allowed_archs for arch in archs) + + +# If glibc ever changes its major version, we need to know what the last +# minor version was, so we can build the complete list of all versions. +# For now, guess what the highest minor version might be, assume it will +# be 50 for testing. Once this actually happens, update the dictionary +# with the actual value. +_LAST_GLIBC_MINOR: Dict[int, int] = collections.defaultdict(lambda: 50) + + +class _GLibCVersion(NamedTuple): + major: int + minor: int + + +def _glibc_version_string_confstr() -> Optional[str]: + """ + Primary implementation of glibc_version_string using os.confstr. + """ + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module. + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c/Lib/platform.py#L175-L183 + try: + # Should be a string like "glibc 2.17". + version_string: str = getattr(os, "confstr")("CS_GNU_LIBC_VERSION") + assert version_string is not None + _, version = version_string.rsplit() + except (AssertionError, AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def _glibc_version_string_ctypes() -> Optional[str]: + """ + Fallback implementation of glibc_version_string using ctypes. + """ + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + # + # We must also handle the special case where the executable is not a + # dynamically linked executable. This can occur when using musl libc, + # for example. In this situation, dlopen() will error, leading to an + # OSError. Interestingly, at least in the case of musl, there is no + # errno set on the OSError. The single string argument used to construct + # OSError comes from libc itself and is therefore not portable to + # hard code here. In any case, failure to call dlopen() means we + # can proceed, so we bail on our attempt. + try: + process_namespace = ctypes.CDLL(None) + except OSError: + return None + + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str: str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +def _glibc_version_string() -> Optional[str]: + """Returns glibc version string, or None if not using glibc.""" + return _glibc_version_string_confstr() or _glibc_version_string_ctypes() + + +def _parse_glibc_version(version_str: str) -> Tuple[int, int]: + """Parse glibc version. + + We use a regexp instead of str.split because we want to discard any + random junk that might come after the minor version -- this might happen + in patched/forked versions of glibc (e.g. Linaro's version of glibc + uses version strings like "2.20-2014.11"). See gh-3588. + """ + m = re.match(r"(?P[0-9]+)\.(?P[0-9]+)", version_str) + if not m: + warnings.warn( + f"Expected glibc version with 2 components major.minor," + f" got: {version_str}", + RuntimeWarning, + ) + return -1, -1 + return int(m.group("major")), int(m.group("minor")) + + +@functools.lru_cache() +def _get_glibc_version() -> Tuple[int, int]: + version_str = _glibc_version_string() + if version_str is None: + return (-1, -1) + return _parse_glibc_version(version_str) + + +# From PEP 513, PEP 600 +def _is_compatible(arch: str, version: _GLibCVersion) -> bool: + sys_glibc = _get_glibc_version() + if sys_glibc < version: + return False + # Check for presence of _manylinux module. + try: + import _manylinux # noqa + except ImportError: + return True + if hasattr(_manylinux, "manylinux_compatible"): + result = _manylinux.manylinux_compatible(version[0], version[1], arch) + if result is not None: + return bool(result) + return True + if version == _GLibCVersion(2, 5): + if hasattr(_manylinux, "manylinux1_compatible"): + return bool(_manylinux.manylinux1_compatible) + if version == _GLibCVersion(2, 12): + if hasattr(_manylinux, "manylinux2010_compatible"): + return bool(_manylinux.manylinux2010_compatible) + if version == _GLibCVersion(2, 17): + if hasattr(_manylinux, "manylinux2014_compatible"): + return bool(_manylinux.manylinux2014_compatible) + return True + + +_LEGACY_MANYLINUX_MAP = { + # CentOS 7 w/ glibc 2.17 (PEP 599) + (2, 17): "manylinux2014", + # CentOS 6 w/ glibc 2.12 (PEP 571) + (2, 12): "manylinux2010", + # CentOS 5 w/ glibc 2.5 (PEP 513) + (2, 5): "manylinux1", +} + + +def platform_tags(archs: Sequence[str]) -> Iterator[str]: + """Generate manylinux tags compatible to the current platform. + + :param archs: Sequence of compatible architectures. + The first one shall be the closest to the actual architecture and be the part of + platform tag after the ``linux_`` prefix, e.g. ``x86_64``. + The ``linux_`` prefix is assumed as a prerequisite for the current platform to + be manylinux-compatible. + + :returns: An iterator of compatible manylinux tags. + """ + if not _have_compatible_abi(sys.executable, archs): + return + # Oldest glibc to be supported regardless of architecture is (2, 17). + too_old_glibc2 = _GLibCVersion(2, 16) + if set(archs) & {"x86_64", "i686"}: + # On x86/i686 also oldest glibc to be supported is (2, 5). + too_old_glibc2 = _GLibCVersion(2, 4) + current_glibc = _GLibCVersion(*_get_glibc_version()) + glibc_max_list = [current_glibc] + # We can assume compatibility across glibc major versions. + # https://sourceware.org/bugzilla/show_bug.cgi?id=24636 + # + # Build a list of maximum glibc versions so that we can + # output the canonical list of all glibc from current_glibc + # down to too_old_glibc2, including all intermediary versions. + for glibc_major in range(current_glibc.major - 1, 1, -1): + glibc_minor = _LAST_GLIBC_MINOR[glibc_major] + glibc_max_list.append(_GLibCVersion(glibc_major, glibc_minor)) + for arch in archs: + for glibc_max in glibc_max_list: + if glibc_max.major == too_old_glibc2.major: + min_minor = too_old_glibc2.minor + else: + # For other glibc major versions oldest supported is (x, 0). + min_minor = -1 + for glibc_minor in range(glibc_max.minor, min_minor, -1): + glibc_version = _GLibCVersion(glibc_max.major, glibc_minor) + tag = "manylinux_{}_{}".format(*glibc_version) + if _is_compatible(arch, glibc_version): + yield f"{tag}_{arch}" + # Handle the legacy manylinux1, manylinux2010, manylinux2014 tags. + if glibc_version in _LEGACY_MANYLINUX_MAP: + legacy_tag = _LEGACY_MANYLINUX_MAP[glibc_version] + if _is_compatible(arch, glibc_version): + yield f"{legacy_tag}_{arch}" diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_musllinux.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_musllinux.py new file mode 100644 index 00000000..86419df9 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_musllinux.py @@ -0,0 +1,83 @@ +"""PEP 656 support. + +This module implements logic to detect if the currently running Python is +linked against musl, and what musl version is used. +""" + +import functools +import re +import subprocess +import sys +from typing import Iterator, NamedTuple, Optional, Sequence + +from ._elffile import ELFFile + + +class _MuslVersion(NamedTuple): + major: int + minor: int + + +def _parse_musl_version(output: str) -> Optional[_MuslVersion]: + lines = [n for n in (n.strip() for n in output.splitlines()) if n] + if len(lines) < 2 or lines[0][:4] != "musl": + return None + m = re.match(r"Version (\d+)\.(\d+)", lines[1]) + if not m: + return None + return _MuslVersion(major=int(m.group(1)), minor=int(m.group(2))) + + +@functools.lru_cache() +def _get_musl_version(executable: str) -> Optional[_MuslVersion]: + """Detect currently-running musl runtime version. + + This is done by checking the specified executable's dynamic linking + information, and invoking the loader to parse its output for a version + string. If the loader is musl, the output would be something like:: + + musl libc (x86_64) + Version 1.2.2 + Dynamic Program Loader + """ + try: + with open(executable, "rb") as f: + ld = ELFFile(f).interpreter + except (OSError, TypeError, ValueError): + return None + if ld is None or "musl" not in ld: + return None + proc = subprocess.run([ld], stderr=subprocess.PIPE, text=True) + return _parse_musl_version(proc.stderr) + + +def platform_tags(archs: Sequence[str]) -> Iterator[str]: + """Generate musllinux tags compatible to the current platform. + + :param archs: Sequence of compatible architectures. + The first one shall be the closest to the actual architecture and be the part of + platform tag after the ``linux_`` prefix, e.g. ``x86_64``. + The ``linux_`` prefix is assumed as a prerequisite for the current platform to + be musllinux-compatible. + + :returns: An iterator of compatible musllinux tags. + """ + sys_musl = _get_musl_version(sys.executable) + if sys_musl is None: # Python not dynamically linked against musl. + return + for arch in archs: + for minor in range(sys_musl.minor, -1, -1): + yield f"musllinux_{sys_musl.major}_{minor}_{arch}" + + +if __name__ == "__main__": # pragma: no cover + import sysconfig + + plat = sysconfig.get_platform() + assert plat.startswith("linux-"), "not linux" + + print("plat:", plat) + print("musl:", _get_musl_version(sys.executable)) + print("tags:", end=" ") + for t in platform_tags(re.sub(r"[.-]", "_", plat.split("-", 1)[-1])): + print(t, end="\n ") diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_parser.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_parser.py new file mode 100644 index 00000000..4576981c --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_parser.py @@ -0,0 +1,359 @@ +"""Handwritten parser of dependency specifiers. + +The docstring for each __parse_* function contains ENBF-inspired grammar representing +the implementation. +""" + +import ast +from typing import Any, List, NamedTuple, Optional, Tuple, Union + +from ._tokenizer import DEFAULT_RULES, Tokenizer + + +class Node: + def __init__(self, value: str) -> None: + self.value = value + + def __str__(self) -> str: + return self.value + + def __repr__(self) -> str: + return f"<{self.__class__.__name__}('{self}')>" + + def serialize(self) -> str: + raise NotImplementedError + + +class Variable(Node): + def serialize(self) -> str: + return str(self) + + +class Value(Node): + def serialize(self) -> str: + return f'"{self}"' + + +class Op(Node): + def serialize(self) -> str: + return str(self) + + +MarkerVar = Union[Variable, Value] +MarkerItem = Tuple[MarkerVar, Op, MarkerVar] +# MarkerAtom = Union[MarkerItem, List["MarkerAtom"]] +# MarkerList = List[Union["MarkerList", MarkerAtom, str]] +# mypy does not support recursive type definition +# https://github.com/python/mypy/issues/731 +MarkerAtom = Any +MarkerList = List[Any] + + +class ParsedRequirement(NamedTuple): + name: str + url: str + extras: List[str] + specifier: str + marker: Optional[MarkerList] + + +# -------------------------------------------------------------------------------------- +# Recursive descent parser for dependency specifier +# -------------------------------------------------------------------------------------- +def parse_requirement(source: str) -> ParsedRequirement: + return _parse_requirement(Tokenizer(source, rules=DEFAULT_RULES)) + + +def _parse_requirement(tokenizer: Tokenizer) -> ParsedRequirement: + """ + requirement = WS? IDENTIFIER WS? extras WS? requirement_details + """ + tokenizer.consume("WS") + + name_token = tokenizer.expect( + "IDENTIFIER", expected="package name at the start of dependency specifier" + ) + name = name_token.text + tokenizer.consume("WS") + + extras = _parse_extras(tokenizer) + tokenizer.consume("WS") + + url, specifier, marker = _parse_requirement_details(tokenizer) + tokenizer.expect("END", expected="end of dependency specifier") + + return ParsedRequirement(name, url, extras, specifier, marker) + + +def _parse_requirement_details( + tokenizer: Tokenizer, +) -> Tuple[str, str, Optional[MarkerList]]: + """ + requirement_details = AT URL (WS requirement_marker?)? + | specifier WS? (requirement_marker)? + """ + + specifier = "" + url = "" + marker = None + + if tokenizer.check("AT"): + tokenizer.read() + tokenizer.consume("WS") + + url_start = tokenizer.position + url = tokenizer.expect("URL", expected="URL after @").text + if tokenizer.check("END", peek=True): + return (url, specifier, marker) + + tokenizer.expect("WS", expected="whitespace after URL") + + # The input might end after whitespace. + if tokenizer.check("END", peek=True): + return (url, specifier, marker) + + marker = _parse_requirement_marker( + tokenizer, span_start=url_start, after="URL and whitespace" + ) + else: + specifier_start = tokenizer.position + specifier = _parse_specifier(tokenizer) + tokenizer.consume("WS") + + if tokenizer.check("END", peek=True): + return (url, specifier, marker) + + marker = _parse_requirement_marker( + tokenizer, + span_start=specifier_start, + after=( + "version specifier" + if specifier + else "name and no valid version specifier" + ), + ) + + return (url, specifier, marker) + + +def _parse_requirement_marker( + tokenizer: Tokenizer, *, span_start: int, after: str +) -> MarkerList: + """ + requirement_marker = SEMICOLON marker WS? + """ + + if not tokenizer.check("SEMICOLON"): + tokenizer.raise_syntax_error( + f"Expected end or semicolon (after {after})", + span_start=span_start, + ) + tokenizer.read() + + marker = _parse_marker(tokenizer) + tokenizer.consume("WS") + + return marker + + +def _parse_extras(tokenizer: Tokenizer) -> List[str]: + """ + extras = (LEFT_BRACKET wsp* extras_list? wsp* RIGHT_BRACKET)? + """ + if not tokenizer.check("LEFT_BRACKET", peek=True): + return [] + + with tokenizer.enclosing_tokens( + "LEFT_BRACKET", + "RIGHT_BRACKET", + around="extras", + ): + tokenizer.consume("WS") + extras = _parse_extras_list(tokenizer) + tokenizer.consume("WS") + + return extras + + +def _parse_extras_list(tokenizer: Tokenizer) -> List[str]: + """ + extras_list = identifier (wsp* ',' wsp* identifier)* + """ + extras: List[str] = [] + + if not tokenizer.check("IDENTIFIER"): + return extras + + extras.append(tokenizer.read().text) + + while True: + tokenizer.consume("WS") + if tokenizer.check("IDENTIFIER", peek=True): + tokenizer.raise_syntax_error("Expected comma between extra names") + elif not tokenizer.check("COMMA"): + break + + tokenizer.read() + tokenizer.consume("WS") + + extra_token = tokenizer.expect("IDENTIFIER", expected="extra name after comma") + extras.append(extra_token.text) + + return extras + + +def _parse_specifier(tokenizer: Tokenizer) -> str: + """ + specifier = LEFT_PARENTHESIS WS? version_many WS? RIGHT_PARENTHESIS + | WS? version_many WS? + """ + with tokenizer.enclosing_tokens( + "LEFT_PARENTHESIS", + "RIGHT_PARENTHESIS", + around="version specifier", + ): + tokenizer.consume("WS") + parsed_specifiers = _parse_version_many(tokenizer) + tokenizer.consume("WS") + + return parsed_specifiers + + +def _parse_version_many(tokenizer: Tokenizer) -> str: + """ + version_many = (SPECIFIER (WS? COMMA WS? SPECIFIER)*)? + """ + parsed_specifiers = "" + while tokenizer.check("SPECIFIER"): + span_start = tokenizer.position + parsed_specifiers += tokenizer.read().text + if tokenizer.check("VERSION_PREFIX_TRAIL", peek=True): + tokenizer.raise_syntax_error( + ".* suffix can only be used with `==` or `!=` operators", + span_start=span_start, + span_end=tokenizer.position + 1, + ) + if tokenizer.check("VERSION_LOCAL_LABEL_TRAIL", peek=True): + tokenizer.raise_syntax_error( + "Local version label can only be used with `==` or `!=` operators", + span_start=span_start, + span_end=tokenizer.position, + ) + tokenizer.consume("WS") + if not tokenizer.check("COMMA"): + break + parsed_specifiers += tokenizer.read().text + tokenizer.consume("WS") + + return parsed_specifiers + + +# -------------------------------------------------------------------------------------- +# Recursive descent parser for marker expression +# -------------------------------------------------------------------------------------- +def parse_marker(source: str) -> MarkerList: + return _parse_full_marker(Tokenizer(source, rules=DEFAULT_RULES)) + + +def _parse_full_marker(tokenizer: Tokenizer) -> MarkerList: + retval = _parse_marker(tokenizer) + tokenizer.expect("END", expected="end of marker expression") + return retval + + +def _parse_marker(tokenizer: Tokenizer) -> MarkerList: + """ + marker = marker_atom (BOOLOP marker_atom)+ + """ + expression = [_parse_marker_atom(tokenizer)] + while tokenizer.check("BOOLOP"): + token = tokenizer.read() + expr_right = _parse_marker_atom(tokenizer) + expression.extend((token.text, expr_right)) + return expression + + +def _parse_marker_atom(tokenizer: Tokenizer) -> MarkerAtom: + """ + marker_atom = WS? LEFT_PARENTHESIS WS? marker WS? RIGHT_PARENTHESIS WS? + | WS? marker_item WS? + """ + + tokenizer.consume("WS") + if tokenizer.check("LEFT_PARENTHESIS", peek=True): + with tokenizer.enclosing_tokens( + "LEFT_PARENTHESIS", + "RIGHT_PARENTHESIS", + around="marker expression", + ): + tokenizer.consume("WS") + marker: MarkerAtom = _parse_marker(tokenizer) + tokenizer.consume("WS") + else: + marker = _parse_marker_item(tokenizer) + tokenizer.consume("WS") + return marker + + +def _parse_marker_item(tokenizer: Tokenizer) -> MarkerItem: + """ + marker_item = WS? marker_var WS? marker_op WS? marker_var WS? + """ + tokenizer.consume("WS") + marker_var_left = _parse_marker_var(tokenizer) + tokenizer.consume("WS") + marker_op = _parse_marker_op(tokenizer) + tokenizer.consume("WS") + marker_var_right = _parse_marker_var(tokenizer) + tokenizer.consume("WS") + return (marker_var_left, marker_op, marker_var_right) + + +def _parse_marker_var(tokenizer: Tokenizer) -> MarkerVar: + """ + marker_var = VARIABLE | QUOTED_STRING + """ + if tokenizer.check("VARIABLE"): + return process_env_var(tokenizer.read().text.replace(".", "_")) + elif tokenizer.check("QUOTED_STRING"): + return process_python_str(tokenizer.read().text) + else: + tokenizer.raise_syntax_error( + message="Expected a marker variable or quoted string" + ) + + +def process_env_var(env_var: str) -> Variable: + if ( + env_var == "platform_python_implementation" + or env_var == "python_implementation" + ): + return Variable("platform_python_implementation") + else: + return Variable(env_var) + + +def process_python_str(python_str: str) -> Value: + value = ast.literal_eval(python_str) + return Value(str(value)) + + +def _parse_marker_op(tokenizer: Tokenizer) -> Op: + """ + marker_op = IN | NOT IN | OP + """ + if tokenizer.check("IN"): + tokenizer.read() + return Op("in") + elif tokenizer.check("NOT"): + tokenizer.read() + tokenizer.expect("WS", expected="whitespace after 'not'") + tokenizer.expect("IN", expected="'in' after 'not'") + return Op("not in") + elif tokenizer.check("OP"): + return Op(tokenizer.read().text) + else: + return tokenizer.raise_syntax_error( + "Expected marker operator, one of " + "<=, <, !=, ==, >=, >, ~=, ===, in, not in" + ) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_structures.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_structures.py new file mode 100644 index 00000000..90a6465f --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_structures.py @@ -0,0 +1,61 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + + +class InfinityType: + def __repr__(self) -> str: + return "Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return False + + def __le__(self, other: object) -> bool: + return False + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return True + + def __ge__(self, other: object) -> bool: + return True + + def __neg__(self: object) -> "NegativeInfinityType": + return NegativeInfinity + + +Infinity = InfinityType() + + +class NegativeInfinityType: + def __repr__(self) -> str: + return "-Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return True + + def __le__(self, other: object) -> bool: + return True + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return False + + def __ge__(self, other: object) -> bool: + return False + + def __neg__(self: object) -> InfinityType: + return Infinity + + +NegativeInfinity = NegativeInfinityType() diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_tokenizer.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_tokenizer.py new file mode 100644 index 00000000..dd0d648d --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/_tokenizer.py @@ -0,0 +1,192 @@ +import contextlib +import re +from dataclasses import dataclass +from typing import Dict, Iterator, NoReturn, Optional, Tuple, Union + +from .specifiers import Specifier + + +@dataclass +class Token: + name: str + text: str + position: int + + +class ParserSyntaxError(Exception): + """The provided source text could not be parsed correctly.""" + + def __init__( + self, + message: str, + *, + source: str, + span: Tuple[int, int], + ) -> None: + self.span = span + self.message = message + self.source = source + + super().__init__() + + def __str__(self) -> str: + marker = " " * self.span[0] + "~" * (self.span[1] - self.span[0]) + "^" + return "\n ".join([self.message, self.source, marker]) + + +DEFAULT_RULES: "Dict[str, Union[str, re.Pattern[str]]]" = { + "LEFT_PARENTHESIS": r"\(", + "RIGHT_PARENTHESIS": r"\)", + "LEFT_BRACKET": r"\[", + "RIGHT_BRACKET": r"\]", + "SEMICOLON": r";", + "COMMA": r",", + "QUOTED_STRING": re.compile( + r""" + ( + ('[^']*') + | + ("[^"]*") + ) + """, + re.VERBOSE, + ), + "OP": r"(===|==|~=|!=|<=|>=|<|>)", + "BOOLOP": r"\b(or|and)\b", + "IN": r"\bin\b", + "NOT": r"\bnot\b", + "VARIABLE": re.compile( + r""" + \b( + python_version + |python_full_version + |os[._]name + |sys[._]platform + |platform_(release|system) + |platform[._](version|machine|python_implementation) + |python_implementation + |implementation_(name|version) + |extra + )\b + """, + re.VERBOSE, + ), + "SPECIFIER": re.compile( + Specifier._operator_regex_str + Specifier._version_regex_str, + re.VERBOSE | re.IGNORECASE, + ), + "AT": r"\@", + "URL": r"[^ \t]+", + "IDENTIFIER": r"\b[a-zA-Z0-9][a-zA-Z0-9._-]*\b", + "VERSION_PREFIX_TRAIL": r"\.\*", + "VERSION_LOCAL_LABEL_TRAIL": r"\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*", + "WS": r"[ \t]+", + "END": r"$", +} + + +class Tokenizer: + """Context-sensitive token parsing. + + Provides methods to examine the input stream to check whether the next token + matches. + """ + + def __init__( + self, + source: str, + *, + rules: "Dict[str, Union[str, re.Pattern[str]]]", + ) -> None: + self.source = source + self.rules: Dict[str, re.Pattern[str]] = { + name: re.compile(pattern) for name, pattern in rules.items() + } + self.next_token: Optional[Token] = None + self.position = 0 + + def consume(self, name: str) -> None: + """Move beyond provided token name, if at current position.""" + if self.check(name): + self.read() + + def check(self, name: str, *, peek: bool = False) -> bool: + """Check whether the next token has the provided name. + + By default, if the check succeeds, the token *must* be read before + another check. If `peek` is set to `True`, the token is not loaded and + would need to be checked again. + """ + assert ( + self.next_token is None + ), f"Cannot check for {name!r}, already have {self.next_token!r}" + assert name in self.rules, f"Unknown token name: {name!r}" + + expression = self.rules[name] + + match = expression.match(self.source, self.position) + if match is None: + return False + if not peek: + self.next_token = Token(name, match[0], self.position) + return True + + def expect(self, name: str, *, expected: str) -> Token: + """Expect a certain token name next, failing with a syntax error otherwise. + + The token is *not* read. + """ + if not self.check(name): + raise self.raise_syntax_error(f"Expected {expected}") + return self.read() + + def read(self) -> Token: + """Consume the next token and return it.""" + token = self.next_token + assert token is not None + + self.position += len(token.text) + self.next_token = None + + return token + + def raise_syntax_error( + self, + message: str, + *, + span_start: Optional[int] = None, + span_end: Optional[int] = None, + ) -> NoReturn: + """Raise ParserSyntaxError at the given position.""" + span = ( + self.position if span_start is None else span_start, + self.position if span_end is None else span_end, + ) + raise ParserSyntaxError( + message, + source=self.source, + span=span, + ) + + @contextlib.contextmanager + def enclosing_tokens( + self, open_token: str, close_token: str, *, around: str + ) -> Iterator[None]: + if self.check(open_token): + open_position = self.position + self.read() + else: + open_position = None + + yield + + if open_position is None: + return + + if not self.check(close_token): + self.raise_syntax_error( + f"Expected matching {close_token} for {open_token}, after {around}", + span_start=open_position, + ) + + self.read() diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/markers.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/markers.py new file mode 100644 index 00000000..8b98fca7 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/markers.py @@ -0,0 +1,252 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import operator +import os +import platform +import sys +from typing import Any, Callable, Dict, List, Optional, Tuple, Union + +from ._parser import ( + MarkerAtom, + MarkerList, + Op, + Value, + Variable, + parse_marker as _parse_marker, +) +from ._tokenizer import ParserSyntaxError +from .specifiers import InvalidSpecifier, Specifier +from .utils import canonicalize_name + +__all__ = [ + "InvalidMarker", + "UndefinedComparison", + "UndefinedEnvironmentName", + "Marker", + "default_environment", +] + +Operator = Callable[[str, str], bool] + + +class InvalidMarker(ValueError): + """ + An invalid marker was found, users should refer to PEP 508. + """ + + +class UndefinedComparison(ValueError): + """ + An invalid operation was attempted on a value that doesn't support it. + """ + + +class UndefinedEnvironmentName(ValueError): + """ + A name was attempted to be used that does not exist inside of the + environment. + """ + + +def _normalize_extra_values(results: Any) -> Any: + """ + Normalize extra values. + """ + if isinstance(results[0], tuple): + lhs, op, rhs = results[0] + if isinstance(lhs, Variable) and lhs.value == "extra": + normalized_extra = canonicalize_name(rhs.value) + rhs = Value(normalized_extra) + elif isinstance(rhs, Variable) and rhs.value == "extra": + normalized_extra = canonicalize_name(lhs.value) + lhs = Value(normalized_extra) + results[0] = lhs, op, rhs + return results + + +def _format_marker( + marker: Union[List[str], MarkerAtom, str], first: Optional[bool] = True +) -> str: + + assert isinstance(marker, (list, tuple, str)) + + # Sometimes we have a structure like [[...]] which is a single item list + # where the single item is itself it's own list. In that case we want skip + # the rest of this function so that we don't get extraneous () on the + # outside. + if ( + isinstance(marker, list) + and len(marker) == 1 + and isinstance(marker[0], (list, tuple)) + ): + return _format_marker(marker[0]) + + if isinstance(marker, list): + inner = (_format_marker(m, first=False) for m in marker) + if first: + return " ".join(inner) + else: + return "(" + " ".join(inner) + ")" + elif isinstance(marker, tuple): + return " ".join([m.serialize() for m in marker]) + else: + return marker + + +_operators: Dict[str, Operator] = { + "in": lambda lhs, rhs: lhs in rhs, + "not in": lambda lhs, rhs: lhs not in rhs, + "<": operator.lt, + "<=": operator.le, + "==": operator.eq, + "!=": operator.ne, + ">=": operator.ge, + ">": operator.gt, +} + + +def _eval_op(lhs: str, op: Op, rhs: str) -> bool: + try: + spec = Specifier("".join([op.serialize(), rhs])) + except InvalidSpecifier: + pass + else: + return spec.contains(lhs, prereleases=True) + + oper: Optional[Operator] = _operators.get(op.serialize()) + if oper is None: + raise UndefinedComparison(f"Undefined {op!r} on {lhs!r} and {rhs!r}.") + + return oper(lhs, rhs) + + +def _normalize(*values: str, key: str) -> Tuple[str, ...]: + # PEP 685 – Comparison of extra names for optional distribution dependencies + # https://peps.python.org/pep-0685/ + # > When comparing extra names, tools MUST normalize the names being + # > compared using the semantics outlined in PEP 503 for names + if key == "extra": + return tuple(canonicalize_name(v) for v in values) + + # other environment markers don't have such standards + return values + + +def _evaluate_markers(markers: MarkerList, environment: Dict[str, str]) -> bool: + groups: List[List[bool]] = [[]] + + for marker in markers: + assert isinstance(marker, (list, tuple, str)) + + if isinstance(marker, list): + groups[-1].append(_evaluate_markers(marker, environment)) + elif isinstance(marker, tuple): + lhs, op, rhs = marker + + if isinstance(lhs, Variable): + environment_key = lhs.value + lhs_value = environment[environment_key] + rhs_value = rhs.value + else: + lhs_value = lhs.value + environment_key = rhs.value + rhs_value = environment[environment_key] + + lhs_value, rhs_value = _normalize(lhs_value, rhs_value, key=environment_key) + groups[-1].append(_eval_op(lhs_value, op, rhs_value)) + else: + assert marker in ["and", "or"] + if marker == "or": + groups.append([]) + + return any(all(item) for item in groups) + + +def format_full_version(info: "sys._version_info") -> str: + version = "{0.major}.{0.minor}.{0.micro}".format(info) + kind = info.releaselevel + if kind != "final": + version += kind[0] + str(info.serial) + return version + + +def default_environment() -> Dict[str, str]: + iver = format_full_version(sys.implementation.version) + implementation_name = sys.implementation.name + return { + "implementation_name": implementation_name, + "implementation_version": iver, + "os_name": os.name, + "platform_machine": platform.machine(), + "platform_release": platform.release(), + "platform_system": platform.system(), + "platform_version": platform.version(), + "python_full_version": platform.python_version(), + "platform_python_implementation": platform.python_implementation(), + "python_version": ".".join(platform.python_version_tuple()[:2]), + "sys_platform": sys.platform, + } + + +class Marker: + def __init__(self, marker: str) -> None: + # Note: We create a Marker object without calling this constructor in + # packaging.requirements.Requirement. If any additional logic is + # added here, make sure to mirror/adapt Requirement. + try: + self._markers = _normalize_extra_values(_parse_marker(marker)) + # The attribute `_markers` can be described in terms of a recursive type: + # MarkerList = List[Union[Tuple[Node, ...], str, MarkerList]] + # + # For example, the following expression: + # python_version > "3.6" or (python_version == "3.6" and os_name == "unix") + # + # is parsed into: + # [ + # (, ')>, ), + # 'and', + # [ + # (, , ), + # 'or', + # (, , ) + # ] + # ] + except ParserSyntaxError as e: + raise InvalidMarker(str(e)) from e + + def __str__(self) -> str: + return _format_marker(self._markers) + + def __repr__(self) -> str: + return f"" + + def __hash__(self) -> int: + return hash((self.__class__.__name__, str(self))) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, Marker): + return NotImplemented + + return str(self) == str(other) + + def evaluate(self, environment: Optional[Dict[str, str]] = None) -> bool: + """Evaluate a marker. + + Return the boolean from evaluating the given marker against the + environment. environment is an optional argument to override all or + part of the determined environment. + + The environment is determined from the current Python process. + """ + current_environment = default_environment() + current_environment["extra"] = "" + if environment is not None: + current_environment.update(environment) + # The API used to allow setting extra to None. We need to handle this + # case for backwards compatibility. + if current_environment["extra"] is None: + current_environment["extra"] = "" + + return _evaluate_markers(self._markers, current_environment) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/metadata.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/metadata.py new file mode 100644 index 00000000..23bb564f --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/metadata.py @@ -0,0 +1,825 @@ +import email.feedparser +import email.header +import email.message +import email.parser +import email.policy +import sys +import typing +from typing import ( + Any, + Callable, + Dict, + Generic, + List, + Optional, + Tuple, + Type, + Union, + cast, +) + +from . import requirements, specifiers, utils, version as version_module + +T = typing.TypeVar("T") +if sys.version_info[:2] >= (3, 8): # pragma: no cover + from typing import Literal, TypedDict +else: # pragma: no cover + if typing.TYPE_CHECKING: + from typing_extensions import Literal, TypedDict + else: + try: + from typing_extensions import Literal, TypedDict + except ImportError: + + class Literal: + def __init_subclass__(*_args, **_kwargs): + pass + + class TypedDict: + def __init_subclass__(*_args, **_kwargs): + pass + + +try: + ExceptionGroup +except NameError: # pragma: no cover + + class ExceptionGroup(Exception): # noqa: N818 + """A minimal implementation of :external:exc:`ExceptionGroup` from Python 3.11. + + If :external:exc:`ExceptionGroup` is already defined by Python itself, + that version is used instead. + """ + + message: str + exceptions: List[Exception] + + def __init__(self, message: str, exceptions: List[Exception]) -> None: + self.message = message + self.exceptions = exceptions + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.message!r}, {self.exceptions!r})" + +else: # pragma: no cover + ExceptionGroup = ExceptionGroup + + +class InvalidMetadata(ValueError): + """A metadata field contains invalid data.""" + + field: str + """The name of the field that contains invalid data.""" + + def __init__(self, field: str, message: str) -> None: + self.field = field + super().__init__(message) + + +# The RawMetadata class attempts to make as few assumptions about the underlying +# serialization formats as possible. The idea is that as long as a serialization +# formats offer some very basic primitives in *some* way then we can support +# serializing to and from that format. +class RawMetadata(TypedDict, total=False): + """A dictionary of raw core metadata. + + Each field in core metadata maps to a key of this dictionary (when data is + provided). The key is lower-case and underscores are used instead of dashes + compared to the equivalent core metadata field. Any core metadata field that + can be specified multiple times or can hold multiple values in a single + field have a key with a plural name. See :class:`Metadata` whose attributes + match the keys of this dictionary. + + Core metadata fields that can be specified multiple times are stored as a + list or dict depending on which is appropriate for the field. Any fields + which hold multiple values in a single field are stored as a list. + + """ + + # Metadata 1.0 - PEP 241 + metadata_version: str + name: str + version: str + platforms: List[str] + summary: str + description: str + keywords: List[str] + home_page: str + author: str + author_email: str + license: str + + # Metadata 1.1 - PEP 314 + supported_platforms: List[str] + download_url: str + classifiers: List[str] + requires: List[str] + provides: List[str] + obsoletes: List[str] + + # Metadata 1.2 - PEP 345 + maintainer: str + maintainer_email: str + requires_dist: List[str] + provides_dist: List[str] + obsoletes_dist: List[str] + requires_python: str + requires_external: List[str] + project_urls: Dict[str, str] + + # Metadata 2.0 + # PEP 426 attempted to completely revamp the metadata format + # but got stuck without ever being able to build consensus on + # it and ultimately ended up withdrawn. + # + # However, a number of tools had started emitting METADATA with + # `2.0` Metadata-Version, so for historical reasons, this version + # was skipped. + + # Metadata 2.1 - PEP 566 + description_content_type: str + provides_extra: List[str] + + # Metadata 2.2 - PEP 643 + dynamic: List[str] + + # Metadata 2.3 - PEP 685 + # No new fields were added in PEP 685, just some edge case were + # tightened up to provide better interoperability. + + +_STRING_FIELDS = { + "author", + "author_email", + "description", + "description_content_type", + "download_url", + "home_page", + "license", + "maintainer", + "maintainer_email", + "metadata_version", + "name", + "requires_python", + "summary", + "version", +} + +_LIST_FIELDS = { + "classifiers", + "dynamic", + "obsoletes", + "obsoletes_dist", + "platforms", + "provides", + "provides_dist", + "provides_extra", + "requires", + "requires_dist", + "requires_external", + "supported_platforms", +} + +_DICT_FIELDS = { + "project_urls", +} + + +def _parse_keywords(data: str) -> List[str]: + """Split a string of comma-separate keyboards into a list of keywords.""" + return [k.strip() for k in data.split(",")] + + +def _parse_project_urls(data: List[str]) -> Dict[str, str]: + """Parse a list of label/URL string pairings separated by a comma.""" + urls = {} + for pair in data: + # Our logic is slightly tricky here as we want to try and do + # *something* reasonable with malformed data. + # + # The main thing that we have to worry about, is data that does + # not have a ',' at all to split the label from the Value. There + # isn't a singular right answer here, and we will fail validation + # later on (if the caller is validating) so it doesn't *really* + # matter, but since the missing value has to be an empty str + # and our return value is dict[str, str], if we let the key + # be the missing value, then they'd have multiple '' values that + # overwrite each other in a accumulating dict. + # + # The other potential issue is that it's possible to have the + # same label multiple times in the metadata, with no solid "right" + # answer with what to do in that case. As such, we'll do the only + # thing we can, which is treat the field as unparsable and add it + # to our list of unparsed fields. + parts = [p.strip() for p in pair.split(",", 1)] + parts.extend([""] * (max(0, 2 - len(parts)))) # Ensure 2 items + + # TODO: The spec doesn't say anything about if the keys should be + # considered case sensitive or not... logically they should + # be case-preserving and case-insensitive, but doing that + # would open up more cases where we might have duplicate + # entries. + label, url = parts + if label in urls: + # The label already exists in our set of urls, so this field + # is unparsable, and we can just add the whole thing to our + # unparsable data and stop processing it. + raise KeyError("duplicate labels in project urls") + urls[label] = url + + return urls + + +def _get_payload(msg: email.message.Message, source: Union[bytes, str]) -> str: + """Get the body of the message.""" + # If our source is a str, then our caller has managed encodings for us, + # and we don't need to deal with it. + if isinstance(source, str): + payload: str = msg.get_payload() + return payload + # If our source is a bytes, then we're managing the encoding and we need + # to deal with it. + else: + bpayload: bytes = msg.get_payload(decode=True) + try: + return bpayload.decode("utf8", "strict") + except UnicodeDecodeError: + raise ValueError("payload in an invalid encoding") + + +# The various parse_FORMAT functions here are intended to be as lenient as +# possible in their parsing, while still returning a correctly typed +# RawMetadata. +# +# To aid in this, we also generally want to do as little touching of the +# data as possible, except where there are possibly some historic holdovers +# that make valid data awkward to work with. +# +# While this is a lower level, intermediate format than our ``Metadata`` +# class, some light touch ups can make a massive difference in usability. + +# Map METADATA fields to RawMetadata. +_EMAIL_TO_RAW_MAPPING = { + "author": "author", + "author-email": "author_email", + "classifier": "classifiers", + "description": "description", + "description-content-type": "description_content_type", + "download-url": "download_url", + "dynamic": "dynamic", + "home-page": "home_page", + "keywords": "keywords", + "license": "license", + "maintainer": "maintainer", + "maintainer-email": "maintainer_email", + "metadata-version": "metadata_version", + "name": "name", + "obsoletes": "obsoletes", + "obsoletes-dist": "obsoletes_dist", + "platform": "platforms", + "project-url": "project_urls", + "provides": "provides", + "provides-dist": "provides_dist", + "provides-extra": "provides_extra", + "requires": "requires", + "requires-dist": "requires_dist", + "requires-external": "requires_external", + "requires-python": "requires_python", + "summary": "summary", + "supported-platform": "supported_platforms", + "version": "version", +} +_RAW_TO_EMAIL_MAPPING = {raw: email for email, raw in _EMAIL_TO_RAW_MAPPING.items()} + + +def parse_email(data: Union[bytes, str]) -> Tuple[RawMetadata, Dict[str, List[str]]]: + """Parse a distribution's metadata stored as email headers (e.g. from ``METADATA``). + + This function returns a two-item tuple of dicts. The first dict is of + recognized fields from the core metadata specification. Fields that can be + parsed and translated into Python's built-in types are converted + appropriately. All other fields are left as-is. Fields that are allowed to + appear multiple times are stored as lists. + + The second dict contains all other fields from the metadata. This includes + any unrecognized fields. It also includes any fields which are expected to + be parsed into a built-in type but were not formatted appropriately. Finally, + any fields that are expected to appear only once but are repeated are + included in this dict. + + """ + raw: Dict[str, Union[str, List[str], Dict[str, str]]] = {} + unparsed: Dict[str, List[str]] = {} + + if isinstance(data, str): + parsed = email.parser.Parser(policy=email.policy.compat32).parsestr(data) + else: + parsed = email.parser.BytesParser(policy=email.policy.compat32).parsebytes(data) + + # We have to wrap parsed.keys() in a set, because in the case of multiple + # values for a key (a list), the key will appear multiple times in the + # list of keys, but we're avoiding that by using get_all(). + for name in frozenset(parsed.keys()): + # Header names in RFC are case insensitive, so we'll normalize to all + # lower case to make comparisons easier. + name = name.lower() + + # We use get_all() here, even for fields that aren't multiple use, + # because otherwise someone could have e.g. two Name fields, and we + # would just silently ignore it rather than doing something about it. + headers = parsed.get_all(name) or [] + + # The way the email module works when parsing bytes is that it + # unconditionally decodes the bytes as ascii using the surrogateescape + # handler. When you pull that data back out (such as with get_all() ), + # it looks to see if the str has any surrogate escapes, and if it does + # it wraps it in a Header object instead of returning the string. + # + # As such, we'll look for those Header objects, and fix up the encoding. + value = [] + # Flag if we have run into any issues processing the headers, thus + # signalling that the data belongs in 'unparsed'. + valid_encoding = True + for h in headers: + # It's unclear if this can return more types than just a Header or + # a str, so we'll just assert here to make sure. + assert isinstance(h, (email.header.Header, str)) + + # If it's a header object, we need to do our little dance to get + # the real data out of it. In cases where there is invalid data + # we're going to end up with mojibake, but there's no obvious, good + # way around that without reimplementing parts of the Header object + # ourselves. + # + # That should be fine since, if mojibacked happens, this key is + # going into the unparsed dict anyways. + if isinstance(h, email.header.Header): + # The Header object stores it's data as chunks, and each chunk + # can be independently encoded, so we'll need to check each + # of them. + chunks: List[Tuple[bytes, Optional[str]]] = [] + for bin, encoding in email.header.decode_header(h): + try: + bin.decode("utf8", "strict") + except UnicodeDecodeError: + # Enable mojibake. + encoding = "latin1" + valid_encoding = False + else: + encoding = "utf8" + chunks.append((bin, encoding)) + + # Turn our chunks back into a Header object, then let that + # Header object do the right thing to turn them into a + # string for us. + value.append(str(email.header.make_header(chunks))) + # This is already a string, so just add it. + else: + value.append(h) + + # We've processed all of our values to get them into a list of str, + # but we may have mojibake data, in which case this is an unparsed + # field. + if not valid_encoding: + unparsed[name] = value + continue + + raw_name = _EMAIL_TO_RAW_MAPPING.get(name) + if raw_name is None: + # This is a bit of a weird situation, we've encountered a key that + # we don't know what it means, so we don't know whether it's meant + # to be a list or not. + # + # Since we can't really tell one way or another, we'll just leave it + # as a list, even though it may be a single item list, because that's + # what makes the most sense for email headers. + unparsed[name] = value + continue + + # If this is one of our string fields, then we'll check to see if our + # value is a list of a single item. If it is then we'll assume that + # it was emitted as a single string, and unwrap the str from inside + # the list. + # + # If it's any other kind of data, then we haven't the faintest clue + # what we should parse it as, and we have to just add it to our list + # of unparsed stuff. + if raw_name in _STRING_FIELDS and len(value) == 1: + raw[raw_name] = value[0] + # If this is one of our list of string fields, then we can just assign + # the value, since email *only* has strings, and our get_all() call + # above ensures that this is a list. + elif raw_name in _LIST_FIELDS: + raw[raw_name] = value + # Special Case: Keywords + # The keywords field is implemented in the metadata spec as a str, + # but it conceptually is a list of strings, and is serialized using + # ", ".join(keywords), so we'll do some light data massaging to turn + # this into what it logically is. + elif raw_name == "keywords" and len(value) == 1: + raw[raw_name] = _parse_keywords(value[0]) + # Special Case: Project-URL + # The project urls is implemented in the metadata spec as a list of + # specially-formatted strings that represent a key and a value, which + # is fundamentally a mapping, however the email format doesn't support + # mappings in a sane way, so it was crammed into a list of strings + # instead. + # + # We will do a little light data massaging to turn this into a map as + # it logically should be. + elif raw_name == "project_urls": + try: + raw[raw_name] = _parse_project_urls(value) + except KeyError: + unparsed[name] = value + # Nothing that we've done has managed to parse this, so it'll just + # throw it in our unparsable data and move on. + else: + unparsed[name] = value + + # We need to support getting the Description from the message payload in + # addition to getting it from the the headers. This does mean, though, there + # is the possibility of it being set both ways, in which case we put both + # in 'unparsed' since we don't know which is right. + try: + payload = _get_payload(parsed, data) + except ValueError: + unparsed.setdefault("description", []).append( + parsed.get_payload(decode=isinstance(data, bytes)) + ) + else: + if payload: + # Check to see if we've already got a description, if so then both + # it, and this body move to unparsable. + if "description" in raw: + description_header = cast(str, raw.pop("description")) + unparsed.setdefault("description", []).extend( + [description_header, payload] + ) + elif "description" in unparsed: + unparsed["description"].append(payload) + else: + raw["description"] = payload + + # We need to cast our `raw` to a metadata, because a TypedDict only support + # literal key names, but we're computing our key names on purpose, but the + # way this function is implemented, our `TypedDict` can only have valid key + # names. + return cast(RawMetadata, raw), unparsed + + +_NOT_FOUND = object() + + +# Keep the two values in sync. +_VALID_METADATA_VERSIONS = ["1.0", "1.1", "1.2", "2.1", "2.2", "2.3"] +_MetadataVersion = Literal["1.0", "1.1", "1.2", "2.1", "2.2", "2.3"] + +_REQUIRED_ATTRS = frozenset(["metadata_version", "name", "version"]) + + +class _Validator(Generic[T]): + """Validate a metadata field. + + All _process_*() methods correspond to a core metadata field. The method is + called with the field's raw value. If the raw value is valid it is returned + in its "enriched" form (e.g. ``version.Version`` for the ``Version`` field). + If the raw value is invalid, :exc:`InvalidMetadata` is raised (with a cause + as appropriate). + """ + + name: str + raw_name: str + added: _MetadataVersion + + def __init__( + self, + *, + added: _MetadataVersion = "1.0", + ) -> None: + self.added = added + + def __set_name__(self, _owner: "Metadata", name: str) -> None: + self.name = name + self.raw_name = _RAW_TO_EMAIL_MAPPING[name] + + def __get__(self, instance: "Metadata", _owner: Type["Metadata"]) -> T: + # With Python 3.8, the caching can be replaced with functools.cached_property(). + # No need to check the cache as attribute lookup will resolve into the + # instance's __dict__ before __get__ is called. + cache = instance.__dict__ + value = instance._raw.get(self.name) + + # To make the _process_* methods easier, we'll check if the value is None + # and if this field is NOT a required attribute, and if both of those + # things are true, we'll skip the the converter. This will mean that the + # converters never have to deal with the None union. + if self.name in _REQUIRED_ATTRS or value is not None: + try: + converter: Callable[[Any], T] = getattr(self, f"_process_{self.name}") + except AttributeError: + pass + else: + value = converter(value) + + cache[self.name] = value + try: + del instance._raw[self.name] # type: ignore[misc] + except KeyError: + pass + + return cast(T, value) + + def _invalid_metadata( + self, msg: str, cause: Optional[Exception] = None + ) -> InvalidMetadata: + exc = InvalidMetadata( + self.raw_name, msg.format_map({"field": repr(self.raw_name)}) + ) + exc.__cause__ = cause + return exc + + def _process_metadata_version(self, value: str) -> _MetadataVersion: + # Implicitly makes Metadata-Version required. + if value not in _VALID_METADATA_VERSIONS: + raise self._invalid_metadata(f"{value!r} is not a valid metadata version") + return cast(_MetadataVersion, value) + + def _process_name(self, value: str) -> str: + if not value: + raise self._invalid_metadata("{field} is a required field") + # Validate the name as a side-effect. + try: + utils.canonicalize_name(value, validate=True) + except utils.InvalidName as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) + else: + return value + + def _process_version(self, value: str) -> version_module.Version: + if not value: + raise self._invalid_metadata("{field} is a required field") + try: + return version_module.parse(value) + except version_module.InvalidVersion as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) + + def _process_summary(self, value: str) -> str: + """Check the field contains no newlines.""" + if "\n" in value: + raise self._invalid_metadata("{field} must be a single line") + return value + + def _process_description_content_type(self, value: str) -> str: + content_types = {"text/plain", "text/x-rst", "text/markdown"} + message = email.message.EmailMessage() + message["content-type"] = value + + content_type, parameters = ( + # Defaults to `text/plain` if parsing failed. + message.get_content_type().lower(), + message["content-type"].params, + ) + # Check if content-type is valid or defaulted to `text/plain` and thus was + # not parseable. + if content_type not in content_types or content_type not in value.lower(): + raise self._invalid_metadata( + f"{{field}} must be one of {list(content_types)}, not {value!r}" + ) + + charset = parameters.get("charset", "UTF-8") + if charset != "UTF-8": + raise self._invalid_metadata( + f"{{field}} can only specify the UTF-8 charset, not {list(charset)}" + ) + + markdown_variants = {"GFM", "CommonMark"} + variant = parameters.get("variant", "GFM") # Use an acceptable default. + if content_type == "text/markdown" and variant not in markdown_variants: + raise self._invalid_metadata( + f"valid Markdown variants for {{field}} are {list(markdown_variants)}, " + f"not {variant!r}", + ) + return value + + def _process_dynamic(self, value: List[str]) -> List[str]: + for dynamic_field in map(str.lower, value): + if dynamic_field in {"name", "version", "metadata-version"}: + raise self._invalid_metadata( + f"{value!r} is not allowed as a dynamic field" + ) + elif dynamic_field not in _EMAIL_TO_RAW_MAPPING: + raise self._invalid_metadata(f"{value!r} is not a valid dynamic field") + return list(map(str.lower, value)) + + def _process_provides_extra( + self, + value: List[str], + ) -> List[utils.NormalizedName]: + normalized_names = [] + try: + for name in value: + normalized_names.append(utils.canonicalize_name(name, validate=True)) + except utils.InvalidName as exc: + raise self._invalid_metadata( + f"{name!r} is invalid for {{field}}", cause=exc + ) + else: + return normalized_names + + def _process_requires_python(self, value: str) -> specifiers.SpecifierSet: + try: + return specifiers.SpecifierSet(value) + except specifiers.InvalidSpecifier as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) + + def _process_requires_dist( + self, + value: List[str], + ) -> List[requirements.Requirement]: + reqs = [] + try: + for req in value: + reqs.append(requirements.Requirement(req)) + except requirements.InvalidRequirement as exc: + raise self._invalid_metadata(f"{req!r} is invalid for {{field}}", cause=exc) + else: + return reqs + + +class Metadata: + """Representation of distribution metadata. + + Compared to :class:`RawMetadata`, this class provides objects representing + metadata fields instead of only using built-in types. Any invalid metadata + will cause :exc:`InvalidMetadata` to be raised (with a + :py:attr:`~BaseException.__cause__` attribute as appropriate). + """ + + _raw: RawMetadata + + @classmethod + def from_raw(cls, data: RawMetadata, *, validate: bool = True) -> "Metadata": + """Create an instance from :class:`RawMetadata`. + + If *validate* is true, all metadata will be validated. All exceptions + related to validation will be gathered and raised as an :class:`ExceptionGroup`. + """ + ins = cls() + ins._raw = data.copy() # Mutations occur due to caching enriched values. + + if validate: + exceptions: List[Exception] = [] + try: + metadata_version = ins.metadata_version + metadata_age = _VALID_METADATA_VERSIONS.index(metadata_version) + except InvalidMetadata as metadata_version_exc: + exceptions.append(metadata_version_exc) + metadata_version = None + + # Make sure to check for the fields that are present, the required + # fields (so their absence can be reported). + fields_to_check = frozenset(ins._raw) | _REQUIRED_ATTRS + # Remove fields that have already been checked. + fields_to_check -= {"metadata_version"} + + for key in fields_to_check: + try: + if metadata_version: + # Can't use getattr() as that triggers descriptor protocol which + # will fail due to no value for the instance argument. + try: + field_metadata_version = cls.__dict__[key].added + except KeyError: + exc = InvalidMetadata(key, f"unrecognized field: {key!r}") + exceptions.append(exc) + continue + field_age = _VALID_METADATA_VERSIONS.index( + field_metadata_version + ) + if field_age > metadata_age: + field = _RAW_TO_EMAIL_MAPPING[key] + exc = InvalidMetadata( + field, + "{field} introduced in metadata version " + "{field_metadata_version}, not {metadata_version}", + ) + exceptions.append(exc) + continue + getattr(ins, key) + except InvalidMetadata as exc: + exceptions.append(exc) + + if exceptions: + raise ExceptionGroup("invalid metadata", exceptions) + + return ins + + @classmethod + def from_email( + cls, data: Union[bytes, str], *, validate: bool = True + ) -> "Metadata": + """Parse metadata from email headers. + + If *validate* is true, the metadata will be validated. All exceptions + related to validation will be gathered and raised as an :class:`ExceptionGroup`. + """ + raw, unparsed = parse_email(data) + + if validate: + exceptions: list[Exception] = [] + for unparsed_key in unparsed: + if unparsed_key in _EMAIL_TO_RAW_MAPPING: + message = f"{unparsed_key!r} has invalid data" + else: + message = f"unrecognized field: {unparsed_key!r}" + exceptions.append(InvalidMetadata(unparsed_key, message)) + + if exceptions: + raise ExceptionGroup("unparsed", exceptions) + + try: + return cls.from_raw(raw, validate=validate) + except ExceptionGroup as exc_group: + raise ExceptionGroup( + "invalid or unparsed metadata", exc_group.exceptions + ) from None + + metadata_version: _Validator[_MetadataVersion] = _Validator() + """:external:ref:`core-metadata-metadata-version` + (required; validated to be a valid metadata version)""" + name: _Validator[str] = _Validator() + """:external:ref:`core-metadata-name` + (required; validated using :func:`~packaging.utils.canonicalize_name` and its + *validate* parameter)""" + version: _Validator[version_module.Version] = _Validator() + """:external:ref:`core-metadata-version` (required)""" + dynamic: _Validator[Optional[List[str]]] = _Validator( + added="2.2", + ) + """:external:ref:`core-metadata-dynamic` + (validated against core metadata field names and lowercased)""" + platforms: _Validator[Optional[List[str]]] = _Validator() + """:external:ref:`core-metadata-platform`""" + supported_platforms: _Validator[Optional[List[str]]] = _Validator(added="1.1") + """:external:ref:`core-metadata-supported-platform`""" + summary: _Validator[Optional[str]] = _Validator() + """:external:ref:`core-metadata-summary` (validated to contain no newlines)""" + description: _Validator[Optional[str]] = _Validator() # TODO 2.1: can be in body + """:external:ref:`core-metadata-description`""" + description_content_type: _Validator[Optional[str]] = _Validator(added="2.1") + """:external:ref:`core-metadata-description-content-type` (validated)""" + keywords: _Validator[Optional[List[str]]] = _Validator() + """:external:ref:`core-metadata-keywords`""" + home_page: _Validator[Optional[str]] = _Validator() + """:external:ref:`core-metadata-home-page`""" + download_url: _Validator[Optional[str]] = _Validator(added="1.1") + """:external:ref:`core-metadata-download-url`""" + author: _Validator[Optional[str]] = _Validator() + """:external:ref:`core-metadata-author`""" + author_email: _Validator[Optional[str]] = _Validator() + """:external:ref:`core-metadata-author-email`""" + maintainer: _Validator[Optional[str]] = _Validator(added="1.2") + """:external:ref:`core-metadata-maintainer`""" + maintainer_email: _Validator[Optional[str]] = _Validator(added="1.2") + """:external:ref:`core-metadata-maintainer-email`""" + license: _Validator[Optional[str]] = _Validator() + """:external:ref:`core-metadata-license`""" + classifiers: _Validator[Optional[List[str]]] = _Validator(added="1.1") + """:external:ref:`core-metadata-classifier`""" + requires_dist: _Validator[Optional[List[requirements.Requirement]]] = _Validator( + added="1.2" + ) + """:external:ref:`core-metadata-requires-dist`""" + requires_python: _Validator[Optional[specifiers.SpecifierSet]] = _Validator( + added="1.2" + ) + """:external:ref:`core-metadata-requires-python`""" + # Because `Requires-External` allows for non-PEP 440 version specifiers, we + # don't do any processing on the values. + requires_external: _Validator[Optional[List[str]]] = _Validator(added="1.2") + """:external:ref:`core-metadata-requires-external`""" + project_urls: _Validator[Optional[Dict[str, str]]] = _Validator(added="1.2") + """:external:ref:`core-metadata-project-url`""" + # PEP 685 lets us raise an error if an extra doesn't pass `Name` validation + # regardless of metadata version. + provides_extra: _Validator[Optional[List[utils.NormalizedName]]] = _Validator( + added="2.1", + ) + """:external:ref:`core-metadata-provides-extra`""" + provides_dist: _Validator[Optional[List[str]]] = _Validator(added="1.2") + """:external:ref:`core-metadata-provides-dist`""" + obsoletes_dist: _Validator[Optional[List[str]]] = _Validator(added="1.2") + """:external:ref:`core-metadata-obsoletes-dist`""" + requires: _Validator[Optional[List[str]]] = _Validator(added="1.1") + """``Requires`` (deprecated)""" + provides: _Validator[Optional[List[str]]] = _Validator(added="1.1") + """``Provides`` (deprecated)""" + obsoletes: _Validator[Optional[List[str]]] = _Validator(added="1.1") + """``Obsoletes`` (deprecated)""" diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/py.typed b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/requirements.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/requirements.py new file mode 100644 index 00000000..0c00eba3 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/requirements.py @@ -0,0 +1,90 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +from typing import Any, Iterator, Optional, Set + +from ._parser import parse_requirement as _parse_requirement +from ._tokenizer import ParserSyntaxError +from .markers import Marker, _normalize_extra_values +from .specifiers import SpecifierSet +from .utils import canonicalize_name + + +class InvalidRequirement(ValueError): + """ + An invalid requirement was found, users should refer to PEP 508. + """ + + +class Requirement: + """Parse a requirement. + + Parse a given requirement string into its parts, such as name, specifier, + URL, and extras. Raises InvalidRequirement on a badly-formed requirement + string. + """ + + # TODO: Can we test whether something is contained within a requirement? + # If so how do we do that? Do we need to test against the _name_ of + # the thing as well as the version? What about the markers? + # TODO: Can we normalize the name and extra name? + + def __init__(self, requirement_string: str) -> None: + try: + parsed = _parse_requirement(requirement_string) + except ParserSyntaxError as e: + raise InvalidRequirement(str(e)) from e + + self.name: str = parsed.name + self.url: Optional[str] = parsed.url or None + self.extras: Set[str] = set(parsed.extras if parsed.extras else []) + self.specifier: SpecifierSet = SpecifierSet(parsed.specifier) + self.marker: Optional[Marker] = None + if parsed.marker is not None: + self.marker = Marker.__new__(Marker) + self.marker._markers = _normalize_extra_values(parsed.marker) + + def _iter_parts(self, name: str) -> Iterator[str]: + yield name + + if self.extras: + formatted_extras = ",".join(sorted(self.extras)) + yield f"[{formatted_extras}]" + + if self.specifier: + yield str(self.specifier) + + if self.url: + yield f"@ {self.url}" + if self.marker: + yield " " + + if self.marker: + yield f"; {self.marker}" + + def __str__(self) -> str: + return "".join(self._iter_parts(self.name)) + + def __repr__(self) -> str: + return f"" + + def __hash__(self) -> int: + return hash( + ( + self.__class__.__name__, + *self._iter_parts(canonicalize_name(self.name)), + ) + ) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, Requirement): + return NotImplemented + + return ( + canonicalize_name(self.name) == canonicalize_name(other.name) + and self.extras == other.extras + and self.specifier == other.specifier + and self.url == other.url + and self.marker == other.marker + ) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/specifiers.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/specifiers.py new file mode 100644 index 00000000..94448327 --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/specifiers.py @@ -0,0 +1,1030 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. +""" +.. testsetup:: + + from packaging.specifiers import Specifier, SpecifierSet, InvalidSpecifier + from packaging.version import Version +""" + +import abc +import itertools +import re +from typing import ( + Callable, + Iterable, + Iterator, + List, + Optional, + Set, + Tuple, + TypeVar, + Union, +) + +from .utils import canonicalize_version +from .version import Version + +UnparsedVersion = Union[Version, str] +UnparsedVersionVar = TypeVar("UnparsedVersionVar", bound=UnparsedVersion) +CallableOperator = Callable[[Version, str], bool] + + +def _coerce_version(version: UnparsedVersion) -> Version: + if not isinstance(version, Version): + version = Version(version) + return version + + +class InvalidSpecifier(ValueError): + """ + Raised when attempting to create a :class:`Specifier` with a specifier + string that is invalid. + + >>> Specifier("lolwat") + Traceback (most recent call last): + ... + packaging.specifiers.InvalidSpecifier: Invalid specifier: 'lolwat' + """ + + +class BaseSpecifier(metaclass=abc.ABCMeta): + @abc.abstractmethod + def __str__(self) -> str: + """ + Returns the str representation of this Specifier-like object. This + should be representative of the Specifier itself. + """ + + @abc.abstractmethod + def __hash__(self) -> int: + """ + Returns a hash value for this Specifier-like object. + """ + + @abc.abstractmethod + def __eq__(self, other: object) -> bool: + """ + Returns a boolean representing whether or not the two Specifier-like + objects are equal. + + :param other: The other object to check against. + """ + + @property + @abc.abstractmethod + def prereleases(self) -> Optional[bool]: + """Whether or not pre-releases as a whole are allowed. + + This can be set to either ``True`` or ``False`` to explicitly enable or disable + prereleases or it can be set to ``None`` (the default) to use default semantics. + """ + + @prereleases.setter + def prereleases(self, value: bool) -> None: + """Setter for :attr:`prereleases`. + + :param value: The value to set. + """ + + @abc.abstractmethod + def contains(self, item: str, prereleases: Optional[bool] = None) -> bool: + """ + Determines if the given item is contained within this specifier. + """ + + @abc.abstractmethod + def filter( + self, iterable: Iterable[UnparsedVersionVar], prereleases: Optional[bool] = None + ) -> Iterator[UnparsedVersionVar]: + """ + Takes an iterable of items and filters them so that only items which + are contained within this specifier are allowed in it. + """ + + +class Specifier(BaseSpecifier): + """This class abstracts handling of version specifiers. + + .. tip:: + + It is generally not required to instantiate this manually. You should instead + prefer to work with :class:`SpecifierSet` instead, which can parse + comma-separated version specifiers (which is what package metadata contains). + """ + + _operator_regex_str = r""" + (?P(~=|==|!=|<=|>=|<|>|===)) + """ + _version_regex_str = r""" + (?P + (?: + # The identity operators allow for an escape hatch that will + # do an exact string match of the version you wish to install. + # This will not be parsed by PEP 440 and we cannot determine + # any semantic meaning from it. This operator is discouraged + # but included entirely as an escape hatch. + (?<====) # Only match for the identity operator + \s* + [^\s;)]* # The arbitrary version can be just about anything, + # we match everything except for whitespace, a + # semi-colon for marker support, and a closing paren + # since versions can be enclosed in them. + ) + | + (?: + # The (non)equality operators allow for wild card and local + # versions to be specified so we have to define these two + # operators separately to enable that. + (?<===|!=) # Only match for equals and not equals + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)* # release + + # You cannot use a wild card and a pre-release, post-release, a dev or + # local version together so group them with a | and make them optional. + (?: + \.\* # Wild card syntax of .* + | + (?: # pre release + [-_\.]? + (alpha|beta|preview|pre|a|b|c|rc) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + (?:\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*)? # local + )? + ) + | + (?: + # The compatible operator requires at least two digits in the + # release segment. + (?<=~=) # Only match for the compatible operator + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)+ # release (We have a + instead of a *) + (?: # pre release + [-_\.]? + (alpha|beta|preview|pre|a|b|c|rc) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + ) + | + (?: + # All other operators only allow a sub set of what the + # (non)equality operators do. Specifically they do not allow + # local versions to be specified nor do they allow the prefix + # matching wild cards. + (?=": "greater_than_equal", + "<": "less_than", + ">": "greater_than", + "===": "arbitrary", + } + + def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None: + """Initialize a Specifier instance. + + :param spec: + The string representation of a specifier which will be parsed and + normalized before use. + :param prereleases: + This tells the specifier if it should accept prerelease versions if + applicable or not. The default of ``None`` will autodetect it from the + given specifiers. + :raises InvalidSpecifier: + If the given specifier is invalid (i.e. bad syntax). + """ + match = self._regex.search(spec) + if not match: + raise InvalidSpecifier(f"Invalid specifier: '{spec}'") + + self._spec: Tuple[str, str] = ( + match.group("operator").strip(), + match.group("version").strip(), + ) + + # Store whether or not this Specifier should accept prereleases + self._prereleases = prereleases + + # https://github.com/python/mypy/pull/13475#pullrequestreview-1079784515 + @property # type: ignore[override] + def prereleases(self) -> bool: + # If there is an explicit prereleases set for this, then we'll just + # blindly use that. + if self._prereleases is not None: + return self._prereleases + + # Look at all of our specifiers and determine if they are inclusive + # operators, and if they are if they are including an explicit + # prerelease. + operator, version = self._spec + if operator in ["==", ">=", "<=", "~=", "==="]: + # The == specifier can include a trailing .*, if it does we + # want to remove before parsing. + if operator == "==" and version.endswith(".*"): + version = version[:-2] + + # Parse the version, and if it is a pre-release than this + # specifier allows pre-releases. + if Version(version).is_prerelease: + return True + + return False + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + @property + def operator(self) -> str: + """The operator of this specifier. + + >>> Specifier("==1.2.3").operator + '==' + """ + return self._spec[0] + + @property + def version(self) -> str: + """The version of this specifier. + + >>> Specifier("==1.2.3").version + '1.2.3' + """ + return self._spec[1] + + def __repr__(self) -> str: + """A representation of the Specifier that shows all internal state. + + >>> Specifier('>=1.0.0') + =1.0.0')> + >>> Specifier('>=1.0.0', prereleases=False) + =1.0.0', prereleases=False)> + >>> Specifier('>=1.0.0', prereleases=True) + =1.0.0', prereleases=True)> + """ + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"<{self.__class__.__name__}({str(self)!r}{pre})>" + + def __str__(self) -> str: + """A string representation of the Specifier that can be round-tripped. + + >>> str(Specifier('>=1.0.0')) + '>=1.0.0' + >>> str(Specifier('>=1.0.0', prereleases=False)) + '>=1.0.0' + """ + return "{}{}".format(*self._spec) + + @property + def _canonical_spec(self) -> Tuple[str, str]: + canonical_version = canonicalize_version( + self._spec[1], + strip_trailing_zero=(self._spec[0] != "~="), + ) + return self._spec[0], canonical_version + + def __hash__(self) -> int: + return hash(self._canonical_spec) + + def __eq__(self, other: object) -> bool: + """Whether or not the two Specifier-like objects are equal. + + :param other: The other object to check against. + + The value of :attr:`prereleases` is ignored. + + >>> Specifier("==1.2.3") == Specifier("== 1.2.3.0") + True + >>> (Specifier("==1.2.3", prereleases=False) == + ... Specifier("==1.2.3", prereleases=True)) + True + >>> Specifier("==1.2.3") == "==1.2.3" + True + >>> Specifier("==1.2.3") == Specifier("==1.2.4") + False + >>> Specifier("==1.2.3") == Specifier("~=1.2.3") + False + """ + if isinstance(other, str): + try: + other = self.__class__(str(other)) + except InvalidSpecifier: + return NotImplemented + elif not isinstance(other, self.__class__): + return NotImplemented + + return self._canonical_spec == other._canonical_spec + + def _get_operator(self, op: str) -> CallableOperator: + operator_callable: CallableOperator = getattr( + self, f"_compare_{self._operators[op]}" + ) + return operator_callable + + def _compare_compatible(self, prospective: Version, spec: str) -> bool: + + # Compatible releases have an equivalent combination of >= and ==. That + # is that ~=2.2 is equivalent to >=2.2,==2.*. This allows us to + # implement this in terms of the other specifiers instead of + # implementing it ourselves. The only thing we need to do is construct + # the other specifiers. + + # We want everything but the last item in the version, but we want to + # ignore suffix segments. + prefix = _version_join( + list(itertools.takewhile(_is_not_suffix, _version_split(spec)))[:-1] + ) + + # Add the prefix notation to the end of our string + prefix += ".*" + + return self._get_operator(">=")(prospective, spec) and self._get_operator("==")( + prospective, prefix + ) + + def _compare_equal(self, prospective: Version, spec: str) -> bool: + + # We need special logic to handle prefix matching + if spec.endswith(".*"): + # In the case of prefix matching we want to ignore local segment. + normalized_prospective = canonicalize_version( + prospective.public, strip_trailing_zero=False + ) + # Get the normalized version string ignoring the trailing .* + normalized_spec = canonicalize_version(spec[:-2], strip_trailing_zero=False) + # Split the spec out by bangs and dots, and pretend that there is + # an implicit dot in between a release segment and a pre-release segment. + split_spec = _version_split(normalized_spec) + + # Split the prospective version out by bangs and dots, and pretend + # that there is an implicit dot in between a release segment and + # a pre-release segment. + split_prospective = _version_split(normalized_prospective) + + # 0-pad the prospective version before shortening it to get the correct + # shortened version. + padded_prospective, _ = _pad_version(split_prospective, split_spec) + + # Shorten the prospective version to be the same length as the spec + # so that we can determine if the specifier is a prefix of the + # prospective version or not. + shortened_prospective = padded_prospective[: len(split_spec)] + + return shortened_prospective == split_spec + else: + # Convert our spec string into a Version + spec_version = Version(spec) + + # If the specifier does not have a local segment, then we want to + # act as if the prospective version also does not have a local + # segment. + if not spec_version.local: + prospective = Version(prospective.public) + + return prospective == spec_version + + def _compare_not_equal(self, prospective: Version, spec: str) -> bool: + return not self._compare_equal(prospective, spec) + + def _compare_less_than_equal(self, prospective: Version, spec: str) -> bool: + + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) <= Version(spec) + + def _compare_greater_than_equal(self, prospective: Version, spec: str) -> bool: + + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) >= Version(spec) + + def _compare_less_than(self, prospective: Version, spec_str: str) -> bool: + + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is less than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective < spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a pre-release version, that we do not accept pre-release + # versions for the version mentioned in the specifier (e.g. <3.1 should + # not match 3.1.dev0, but should match 3.0.dev0). + if not spec.is_prerelease and prospective.is_prerelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # less than the spec version *and* it's not a pre-release of the same + # version in the spec. + return True + + def _compare_greater_than(self, prospective: Version, spec_str: str) -> bool: + + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is greater than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective > spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a post-release version, that we do not accept + # post-release versions for the version mentioned in the specifier + # (e.g. >3.1 should not match 3.0.post0, but should match 3.2.post0). + if not spec.is_postrelease and prospective.is_postrelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # Ensure that we do not allow a local version of the version mentioned + # in the specifier, which is technically greater than, to match. + if prospective.local is not None: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # greater than the spec version *and* it's not a pre-release of the + # same version in the spec. + return True + + def _compare_arbitrary(self, prospective: Version, spec: str) -> bool: + return str(prospective).lower() == str(spec).lower() + + def __contains__(self, item: Union[str, Version]) -> bool: + """Return whether or not the item is contained in this specifier. + + :param item: The item to check for. + + This is used for the ``in`` operator and behaves the same as + :meth:`contains` with no ``prereleases`` argument passed. + + >>> "1.2.3" in Specifier(">=1.2.3") + True + >>> Version("1.2.3") in Specifier(">=1.2.3") + True + >>> "1.0.0" in Specifier(">=1.2.3") + False + >>> "1.3.0a1" in Specifier(">=1.2.3") + False + >>> "1.3.0a1" in Specifier(">=1.2.3", prereleases=True) + True + """ + return self.contains(item) + + def contains( + self, item: UnparsedVersion, prereleases: Optional[bool] = None + ) -> bool: + """Return whether or not the item is contained in this specifier. + + :param item: + The item to check for, which can be a version string or a + :class:`Version` instance. + :param prereleases: + Whether or not to match prereleases with this Specifier. If set to + ``None`` (the default), it uses :attr:`prereleases` to determine + whether or not prereleases are allowed. + + >>> Specifier(">=1.2.3").contains("1.2.3") + True + >>> Specifier(">=1.2.3").contains(Version("1.2.3")) + True + >>> Specifier(">=1.2.3").contains("1.0.0") + False + >>> Specifier(">=1.2.3").contains("1.3.0a1") + False + >>> Specifier(">=1.2.3", prereleases=True).contains("1.3.0a1") + True + >>> Specifier(">=1.2.3").contains("1.3.0a1", prereleases=True) + True + """ + + # Determine if prereleases are to be allowed or not. + if prereleases is None: + prereleases = self.prereleases + + # Normalize item to a Version, this allows us to have a shortcut for + # "2.0" in Specifier(">=2") + normalized_item = _coerce_version(item) + + # Determine if we should be supporting prereleases in this specifier + # or not, if we do not support prereleases than we can short circuit + # logic if this version is a prereleases. + if normalized_item.is_prerelease and not prereleases: + return False + + # Actually do the comparison to determine if this item is contained + # within this Specifier or not. + operator_callable: CallableOperator = self._get_operator(self.operator) + return operator_callable(normalized_item, self.version) + + def filter( + self, iterable: Iterable[UnparsedVersionVar], prereleases: Optional[bool] = None + ) -> Iterator[UnparsedVersionVar]: + """Filter items in the given iterable, that match the specifier. + + :param iterable: + An iterable that can contain version strings and :class:`Version` instances. + The items in the iterable will be filtered according to the specifier. + :param prereleases: + Whether or not to allow prereleases in the returned iterator. If set to + ``None`` (the default), it will be intelligently decide whether to allow + prereleases or not (based on the :attr:`prereleases` attribute, and + whether the only versions matching are prereleases). + + This method is smarter than just ``filter(Specifier().contains, [...])`` + because it implements the rule from :pep:`440` that a prerelease item + SHOULD be accepted if no other versions match the given specifier. + + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.3", "1.5a1"])) + ['1.3'] + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.2.3", "1.3", Version("1.4")])) + ['1.2.3', '1.3', ] + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.5a1"])) + ['1.5a1'] + >>> list(Specifier(">=1.2.3").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + >>> list(Specifier(">=1.2.3", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + """ + + yielded = False + found_prereleases = [] + + kw = {"prereleases": prereleases if prereleases is not None else True} + + # Attempt to iterate over all the values in the iterable and if any of + # them match, yield them. + for version in iterable: + parsed_version = _coerce_version(version) + + if self.contains(parsed_version, **kw): + # If our version is a prerelease, and we were not set to allow + # prereleases, then we'll store it for later in case nothing + # else matches this specifier. + if parsed_version.is_prerelease and not ( + prereleases or self.prereleases + ): + found_prereleases.append(version) + # Either this is not a prerelease, or we should have been + # accepting prereleases from the beginning. + else: + yielded = True + yield version + + # Now that we've iterated over everything, determine if we've yielded + # any values, and if we have not and we have any prereleases stored up + # then we will go ahead and yield the prereleases. + if not yielded and found_prereleases: + for version in found_prereleases: + yield version + + +_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$") + + +def _version_split(version: str) -> List[str]: + """Split version into components. + + The split components are intended for version comparison. The logic does + not attempt to retain the original version string, so joining the + components back with :func:`_version_join` may not produce the original + version string. + """ + result: List[str] = [] + + epoch, _, rest = version.rpartition("!") + result.append(epoch or "0") + + for item in rest.split("."): + match = _prefix_regex.search(item) + if match: + result.extend(match.groups()) + else: + result.append(item) + return result + + +def _version_join(components: List[str]) -> str: + """Join split version components into a version string. + + This function assumes the input came from :func:`_version_split`, where the + first component must be the epoch (either empty or numeric), and all other + components numeric. + """ + epoch, *rest = components + return f"{epoch}!{'.'.join(rest)}" + + +def _is_not_suffix(segment: str) -> bool: + return not any( + segment.startswith(prefix) for prefix in ("dev", "a", "b", "rc", "post") + ) + + +def _pad_version(left: List[str], right: List[str]) -> Tuple[List[str], List[str]]: + left_split, right_split = [], [] + + # Get the release segment of our versions + left_split.append(list(itertools.takewhile(lambda x: x.isdigit(), left))) + right_split.append(list(itertools.takewhile(lambda x: x.isdigit(), right))) + + # Get the rest of our versions + left_split.append(left[len(left_split[0]) :]) + right_split.append(right[len(right_split[0]) :]) + + # Insert our padding + left_split.insert(1, ["0"] * max(0, len(right_split[0]) - len(left_split[0]))) + right_split.insert(1, ["0"] * max(0, len(left_split[0]) - len(right_split[0]))) + + return (list(itertools.chain(*left_split)), list(itertools.chain(*right_split))) + + +class SpecifierSet(BaseSpecifier): + """This class abstracts handling of a set of version specifiers. + + It can be passed a single specifier (``>=3.0``), a comma-separated list of + specifiers (``>=3.0,!=3.1``), or no specifier at all. + """ + + def __init__( + self, specifiers: str = "", prereleases: Optional[bool] = None + ) -> None: + """Initialize a SpecifierSet instance. + + :param specifiers: + The string representation of a specifier or a comma-separated list of + specifiers which will be parsed and normalized before use. + :param prereleases: + This tells the SpecifierSet if it should accept prerelease versions if + applicable or not. The default of ``None`` will autodetect it from the + given specifiers. + + :raises InvalidSpecifier: + If the given ``specifiers`` are not parseable than this exception will be + raised. + """ + + # Split on `,` to break each individual specifier into it's own item, and + # strip each item to remove leading/trailing whitespace. + split_specifiers = [s.strip() for s in specifiers.split(",") if s.strip()] + + # Parsed each individual specifier, attempting first to make it a + # Specifier. + parsed: Set[Specifier] = set() + for specifier in split_specifiers: + parsed.add(Specifier(specifier)) + + # Turn our parsed specifiers into a frozen set and save them for later. + self._specs = frozenset(parsed) + + # Store our prereleases value so we can use it later to determine if + # we accept prereleases or not. + self._prereleases = prereleases + + @property + def prereleases(self) -> Optional[bool]: + # If we have been given an explicit prerelease modifier, then we'll + # pass that through here. + if self._prereleases is not None: + return self._prereleases + + # If we don't have any specifiers, and we don't have a forced value, + # then we'll just return None since we don't know if this should have + # pre-releases or not. + if not self._specs: + return None + + # Otherwise we'll see if any of the given specifiers accept + # prereleases, if any of them do we'll return True, otherwise False. + return any(s.prereleases for s in self._specs) + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + def __repr__(self) -> str: + """A representation of the specifier set that shows all internal state. + + Note that the ordering of the individual specifiers within the set may not + match the input string. + + >>> SpecifierSet('>=1.0.0,!=2.0.0') + =1.0.0')> + >>> SpecifierSet('>=1.0.0,!=2.0.0', prereleases=False) + =1.0.0', prereleases=False)> + >>> SpecifierSet('>=1.0.0,!=2.0.0', prereleases=True) + =1.0.0', prereleases=True)> + """ + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"" + + def __str__(self) -> str: + """A string representation of the specifier set that can be round-tripped. + + Note that the ordering of the individual specifiers within the set may not + match the input string. + + >>> str(SpecifierSet(">=1.0.0,!=1.0.1")) + '!=1.0.1,>=1.0.0' + >>> str(SpecifierSet(">=1.0.0,!=1.0.1", prereleases=False)) + '!=1.0.1,>=1.0.0' + """ + return ",".join(sorted(str(s) for s in self._specs)) + + def __hash__(self) -> int: + return hash(self._specs) + + def __and__(self, other: Union["SpecifierSet", str]) -> "SpecifierSet": + """Return a SpecifierSet which is a combination of the two sets. + + :param other: The other object to combine with. + + >>> SpecifierSet(">=1.0.0,!=1.0.1") & '<=2.0.0,!=2.0.1' + =1.0.0')> + >>> SpecifierSet(">=1.0.0,!=1.0.1") & SpecifierSet('<=2.0.0,!=2.0.1') + =1.0.0')> + """ + if isinstance(other, str): + other = SpecifierSet(other) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + specifier = SpecifierSet() + specifier._specs = frozenset(self._specs | other._specs) + + if self._prereleases is None and other._prereleases is not None: + specifier._prereleases = other._prereleases + elif self._prereleases is not None and other._prereleases is None: + specifier._prereleases = self._prereleases + elif self._prereleases == other._prereleases: + specifier._prereleases = self._prereleases + else: + raise ValueError( + "Cannot combine SpecifierSets with True and False prerelease " + "overrides." + ) + + return specifier + + def __eq__(self, other: object) -> bool: + """Whether or not the two SpecifierSet-like objects are equal. + + :param other: The other object to check against. + + The value of :attr:`prereleases` is ignored. + + >>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0,!=1.0.1") + True + >>> (SpecifierSet(">=1.0.0,!=1.0.1", prereleases=False) == + ... SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True)) + True + >>> SpecifierSet(">=1.0.0,!=1.0.1") == ">=1.0.0,!=1.0.1" + True + >>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0") + False + >>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0,!=1.0.2") + False + """ + if isinstance(other, (str, Specifier)): + other = SpecifierSet(str(other)) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + return self._specs == other._specs + + def __len__(self) -> int: + """Returns the number of specifiers in this specifier set.""" + return len(self._specs) + + def __iter__(self) -> Iterator[Specifier]: + """ + Returns an iterator over all the underlying :class:`Specifier` instances + in this specifier set. + + >>> sorted(SpecifierSet(">=1.0.0,!=1.0.1"), key=str) + [, =1.0.0')>] + """ + return iter(self._specs) + + def __contains__(self, item: UnparsedVersion) -> bool: + """Return whether or not the item is contained in this specifier. + + :param item: The item to check for. + + This is used for the ``in`` operator and behaves the same as + :meth:`contains` with no ``prereleases`` argument passed. + + >>> "1.2.3" in SpecifierSet(">=1.0.0,!=1.0.1") + True + >>> Version("1.2.3") in SpecifierSet(">=1.0.0,!=1.0.1") + True + >>> "1.0.1" in SpecifierSet(">=1.0.0,!=1.0.1") + False + >>> "1.3.0a1" in SpecifierSet(">=1.0.0,!=1.0.1") + False + >>> "1.3.0a1" in SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True) + True + """ + return self.contains(item) + + def contains( + self, + item: UnparsedVersion, + prereleases: Optional[bool] = None, + installed: Optional[bool] = None, + ) -> bool: + """Return whether or not the item is contained in this SpecifierSet. + + :param item: + The item to check for, which can be a version string or a + :class:`Version` instance. + :param prereleases: + Whether or not to match prereleases with this SpecifierSet. If set to + ``None`` (the default), it uses :attr:`prereleases` to determine + whether or not prereleases are allowed. + + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.2.3") + True + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains(Version("1.2.3")) + True + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.0.1") + False + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.3.0a1") + False + >>> SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True).contains("1.3.0a1") + True + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.3.0a1", prereleases=True) + True + """ + # Ensure that our item is a Version instance. + if not isinstance(item, Version): + item = Version(item) + + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # We can determine if we're going to allow pre-releases by looking to + # see if any of the underlying items supports them. If none of them do + # and this item is a pre-release then we do not allow it and we can + # short circuit that here. + # Note: This means that 1.0.dev1 would not be contained in something + # like >=1.0.devabc however it would be in >=1.0.debabc,>0.0.dev0 + if not prereleases and item.is_prerelease: + return False + + if installed and item.is_prerelease: + item = Version(item.base_version) + + # We simply dispatch to the underlying specs here to make sure that the + # given version is contained within all of them. + # Note: This use of all() here means that an empty set of specifiers + # will always return True, this is an explicit design decision. + return all(s.contains(item, prereleases=prereleases) for s in self._specs) + + def filter( + self, iterable: Iterable[UnparsedVersionVar], prereleases: Optional[bool] = None + ) -> Iterator[UnparsedVersionVar]: + """Filter items in the given iterable, that match the specifiers in this set. + + :param iterable: + An iterable that can contain version strings and :class:`Version` instances. + The items in the iterable will be filtered according to the specifier. + :param prereleases: + Whether or not to allow prereleases in the returned iterator. If set to + ``None`` (the default), it will be intelligently decide whether to allow + prereleases or not (based on the :attr:`prereleases` attribute, and + whether the only versions matching are prereleases). + + This method is smarter than just ``filter(SpecifierSet(...).contains, [...])`` + because it implements the rule from :pep:`440` that a prerelease item + SHOULD be accepted if no other versions match the given specifier. + + >>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.3", "1.5a1"])) + ['1.3'] + >>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.3", Version("1.4")])) + ['1.3', ] + >>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.5a1"])) + [] + >>> list(SpecifierSet(">=1.2.3").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + >>> list(SpecifierSet(">=1.2.3", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + + An "empty" SpecifierSet will filter items based on the presence of prerelease + versions in the set. + + >>> list(SpecifierSet("").filter(["1.3", "1.5a1"])) + ['1.3'] + >>> list(SpecifierSet("").filter(["1.5a1"])) + ['1.5a1'] + >>> list(SpecifierSet("", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + >>> list(SpecifierSet("").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + """ + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # If we have any specifiers, then we want to wrap our iterable in the + # filter method for each one, this will act as a logical AND amongst + # each specifier. + if self._specs: + for spec in self._specs: + iterable = spec.filter(iterable, prereleases=bool(prereleases)) + return iter(iterable) + # If we do not have any specifiers, then we need to have a rough filter + # which will filter out any pre-releases, unless there are no final + # releases. + else: + filtered: List[UnparsedVersionVar] = [] + found_prereleases: List[UnparsedVersionVar] = [] + + for item in iterable: + parsed_version = _coerce_version(item) + + # Store any item which is a pre-release for later unless we've + # already found a final version or we are accepting prereleases + if parsed_version.is_prerelease and not prereleases: + if not filtered: + found_prereleases.append(item) + else: + filtered.append(item) + + # If we've found no items except for pre-releases, then we'll go + # ahead and use the pre-releases + if not filtered and found_prereleases and prereleases is None: + return iter(found_prereleases) + + return iter(filtered) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/tags.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/tags.py new file mode 100644 index 00000000..37f33b1e --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/tags.py @@ -0,0 +1,553 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import logging +import platform +import struct +import subprocess +import sys +import sysconfig +from importlib.machinery import EXTENSION_SUFFIXES +from typing import ( + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Optional, + Sequence, + Tuple, + Union, + cast, +) + +from . import _manylinux, _musllinux + +logger = logging.getLogger(__name__) + +PythonVersion = Sequence[int] +MacVersion = Tuple[int, int] + +INTERPRETER_SHORT_NAMES: Dict[str, str] = { + "python": "py", # Generic. + "cpython": "cp", + "pypy": "pp", + "ironpython": "ip", + "jython": "jy", +} + + +_32_BIT_INTERPRETER = struct.calcsize("P") == 4 + + +class Tag: + """ + A representation of the tag triple for a wheel. + + Instances are considered immutable and thus are hashable. Equality checking + is also supported. + """ + + __slots__ = ["_interpreter", "_abi", "_platform", "_hash"] + + def __init__(self, interpreter: str, abi: str, platform: str) -> None: + self._interpreter = interpreter.lower() + self._abi = abi.lower() + self._platform = platform.lower() + # The __hash__ of every single element in a Set[Tag] will be evaluated each time + # that a set calls its `.disjoint()` method, which may be called hundreds of + # times when scanning a page of links for packages with tags matching that + # Set[Tag]. Pre-computing the value here produces significant speedups for + # downstream consumers. + self._hash = hash((self._interpreter, self._abi, self._platform)) + + @property + def interpreter(self) -> str: + return self._interpreter + + @property + def abi(self) -> str: + return self._abi + + @property + def platform(self) -> str: + return self._platform + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Tag): + return NotImplemented + + return ( + (self._hash == other._hash) # Short-circuit ASAP for perf reasons. + and (self._platform == other._platform) + and (self._abi == other._abi) + and (self._interpreter == other._interpreter) + ) + + def __hash__(self) -> int: + return self._hash + + def __str__(self) -> str: + return f"{self._interpreter}-{self._abi}-{self._platform}" + + def __repr__(self) -> str: + return f"<{self} @ {id(self)}>" + + +def parse_tag(tag: str) -> FrozenSet[Tag]: + """ + Parses the provided tag (e.g. `py3-none-any`) into a frozenset of Tag instances. + + Returning a set is required due to the possibility that the tag is a + compressed tag set. + """ + tags = set() + interpreters, abis, platforms = tag.split("-") + for interpreter in interpreters.split("."): + for abi in abis.split("."): + for platform_ in platforms.split("."): + tags.add(Tag(interpreter, abi, platform_)) + return frozenset(tags) + + +def _get_config_var(name: str, warn: bool = False) -> Union[int, str, None]: + value: Union[int, str, None] = sysconfig.get_config_var(name) + if value is None and warn: + logger.debug( + "Config variable '%s' is unset, Python ABI tag may be incorrect", name + ) + return value + + +def _normalize_string(string: str) -> str: + return string.replace(".", "_").replace("-", "_").replace(" ", "_") + + +def _abi3_applies(python_version: PythonVersion) -> bool: + """ + Determine if the Python version supports abi3. + + PEP 384 was first implemented in Python 3.2. + """ + return len(python_version) > 1 and tuple(python_version) >= (3, 2) + + +def _cpython_abis(py_version: PythonVersion, warn: bool = False) -> List[str]: + py_version = tuple(py_version) # To allow for version comparison. + abis = [] + version = _version_nodot(py_version[:2]) + debug = pymalloc = ucs4 = "" + with_debug = _get_config_var("Py_DEBUG", warn) + has_refcount = hasattr(sys, "gettotalrefcount") + # Windows doesn't set Py_DEBUG, so checking for support of debug-compiled + # extension modules is the best option. + # https://github.com/pypa/pip/issues/3383#issuecomment-173267692 + has_ext = "_d.pyd" in EXTENSION_SUFFIXES + if with_debug or (with_debug is None and (has_refcount or has_ext)): + debug = "d" + if py_version < (3, 8): + with_pymalloc = _get_config_var("WITH_PYMALLOC", warn) + if with_pymalloc or with_pymalloc is None: + pymalloc = "m" + if py_version < (3, 3): + unicode_size = _get_config_var("Py_UNICODE_SIZE", warn) + if unicode_size == 4 or ( + unicode_size is None and sys.maxunicode == 0x10FFFF + ): + ucs4 = "u" + elif debug: + # Debug builds can also load "normal" extension modules. + # We can also assume no UCS-4 or pymalloc requirement. + abis.append(f"cp{version}") + abis.insert( + 0, + "cp{version}{debug}{pymalloc}{ucs4}".format( + version=version, debug=debug, pymalloc=pymalloc, ucs4=ucs4 + ), + ) + return abis + + +def cpython_tags( + python_version: Optional[PythonVersion] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a CPython interpreter. + + The tags consist of: + - cp-- + - cp-abi3- + - cp-none- + - cp-abi3- # Older Python versions down to 3.2. + + If python_version only specifies a major version then user-provided ABIs and + the 'none' ABItag will be used. + + If 'abi3' or 'none' are specified in 'abis' then they will be yielded at + their normal position and not at the beginning. + """ + if not python_version: + python_version = sys.version_info[:2] + + interpreter = f"cp{_version_nodot(python_version[:2])}" + + if abis is None: + if len(python_version) > 1: + abis = _cpython_abis(python_version, warn) + else: + abis = [] + abis = list(abis) + # 'abi3' and 'none' are explicitly handled later. + for explicit_abi in ("abi3", "none"): + try: + abis.remove(explicit_abi) + except ValueError: + pass + + platforms = list(platforms or platform_tags()) + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + if _abi3_applies(python_version): + yield from (Tag(interpreter, "abi3", platform_) for platform_ in platforms) + yield from (Tag(interpreter, "none", platform_) for platform_ in platforms) + + if _abi3_applies(python_version): + for minor_version in range(python_version[1] - 1, 1, -1): + for platform_ in platforms: + interpreter = "cp{version}".format( + version=_version_nodot((python_version[0], minor_version)) + ) + yield Tag(interpreter, "abi3", platform_) + + +def _generic_abi() -> List[str]: + """ + Return the ABI tag based on EXT_SUFFIX. + """ + # The following are examples of `EXT_SUFFIX`. + # We want to keep the parts which are related to the ABI and remove the + # parts which are related to the platform: + # - linux: '.cpython-310-x86_64-linux-gnu.so' => cp310 + # - mac: '.cpython-310-darwin.so' => cp310 + # - win: '.cp310-win_amd64.pyd' => cp310 + # - win: '.pyd' => cp37 (uses _cpython_abis()) + # - pypy: '.pypy38-pp73-x86_64-linux-gnu.so' => pypy38_pp73 + # - graalpy: '.graalpy-38-native-x86_64-darwin.dylib' + # => graalpy_38_native + + ext_suffix = _get_config_var("EXT_SUFFIX", warn=True) + if not isinstance(ext_suffix, str) or ext_suffix[0] != ".": + raise SystemError("invalid sysconfig.get_config_var('EXT_SUFFIX')") + parts = ext_suffix.split(".") + if len(parts) < 3: + # CPython3.7 and earlier uses ".pyd" on Windows. + return _cpython_abis(sys.version_info[:2]) + soabi = parts[1] + if soabi.startswith("cpython"): + # non-windows + abi = "cp" + soabi.split("-")[1] + elif soabi.startswith("cp"): + # windows + abi = soabi.split("-")[0] + elif soabi.startswith("pypy"): + abi = "-".join(soabi.split("-")[:2]) + elif soabi.startswith("graalpy"): + abi = "-".join(soabi.split("-")[:3]) + elif soabi: + # pyston, ironpython, others? + abi = soabi + else: + return [] + return [_normalize_string(abi)] + + +def generic_tags( + interpreter: Optional[str] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a generic interpreter. + + The tags consist of: + - -- + + The "none" ABI will be added if it was not explicitly provided. + """ + if not interpreter: + interp_name = interpreter_name() + interp_version = interpreter_version(warn=warn) + interpreter = "".join([interp_name, interp_version]) + if abis is None: + abis = _generic_abi() + else: + abis = list(abis) + platforms = list(platforms or platform_tags()) + if "none" not in abis: + abis.append("none") + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + + +def _py_interpreter_range(py_version: PythonVersion) -> Iterator[str]: + """ + Yields Python versions in descending order. + + After the latest version, the major-only version will be yielded, and then + all previous versions of that major version. + """ + if len(py_version) > 1: + yield f"py{_version_nodot(py_version[:2])}" + yield f"py{py_version[0]}" + if len(py_version) > 1: + for minor in range(py_version[1] - 1, -1, -1): + yield f"py{_version_nodot((py_version[0], minor))}" + + +def compatible_tags( + python_version: Optional[PythonVersion] = None, + interpreter: Optional[str] = None, + platforms: Optional[Iterable[str]] = None, +) -> Iterator[Tag]: + """ + Yields the sequence of tags that are compatible with a specific version of Python. + + The tags consist of: + - py*-none- + - -none-any # ... if `interpreter` is provided. + - py*-none-any + """ + if not python_version: + python_version = sys.version_info[:2] + platforms = list(platforms or platform_tags()) + for version in _py_interpreter_range(python_version): + for platform_ in platforms: + yield Tag(version, "none", platform_) + if interpreter: + yield Tag(interpreter, "none", "any") + for version in _py_interpreter_range(python_version): + yield Tag(version, "none", "any") + + +def _mac_arch(arch: str, is_32bit: bool = _32_BIT_INTERPRETER) -> str: + if not is_32bit: + return arch + + if arch.startswith("ppc"): + return "ppc" + + return "i386" + + +def _mac_binary_formats(version: MacVersion, cpu_arch: str) -> List[str]: + formats = [cpu_arch] + if cpu_arch == "x86_64": + if version < (10, 4): + return [] + formats.extend(["intel", "fat64", "fat32"]) + + elif cpu_arch == "i386": + if version < (10, 4): + return [] + formats.extend(["intel", "fat32", "fat"]) + + elif cpu_arch == "ppc64": + # TODO: Need to care about 32-bit PPC for ppc64 through 10.2? + if version > (10, 5) or version < (10, 4): + return [] + formats.append("fat64") + + elif cpu_arch == "ppc": + if version > (10, 6): + return [] + formats.extend(["fat32", "fat"]) + + if cpu_arch in {"arm64", "x86_64"}: + formats.append("universal2") + + if cpu_arch in {"x86_64", "i386", "ppc64", "ppc", "intel"}: + formats.append("universal") + + return formats + + +def mac_platforms( + version: Optional[MacVersion] = None, arch: Optional[str] = None +) -> Iterator[str]: + """ + Yields the platform tags for a macOS system. + + The `version` parameter is a two-item tuple specifying the macOS version to + generate platform tags for. The `arch` parameter is the CPU architecture to + generate platform tags for. Both parameters default to the appropriate value + for the current system. + """ + version_str, _, cpu_arch = platform.mac_ver() + if version is None: + version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) + if version == (10, 16): + # When built against an older macOS SDK, Python will report macOS 10.16 + # instead of the real version. + version_str = subprocess.run( + [ + sys.executable, + "-sS", + "-c", + "import platform; print(platform.mac_ver()[0])", + ], + check=True, + env={"SYSTEM_VERSION_COMPAT": "0"}, + stdout=subprocess.PIPE, + text=True, + ).stdout + version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) + else: + version = version + if arch is None: + arch = _mac_arch(cpu_arch) + else: + arch = arch + + if (10, 0) <= version and version < (11, 0): + # Prior to Mac OS 11, each yearly release of Mac OS bumped the + # "minor" version number. The major version was always 10. + for minor_version in range(version[1], -1, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=10, minor=minor_version, binary_format=binary_format + ) + + if version >= (11, 0): + # Starting with Mac OS 11, each yearly release bumps the major version + # number. The minor versions are now the midyear updates. + for major_version in range(version[0], 10, -1): + compat_version = major_version, 0 + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=major_version, minor=0, binary_format=binary_format + ) + + if version >= (11, 0): + # Mac OS 11 on x86_64 is compatible with binaries from previous releases. + # Arm64 support was introduced in 11.0, so no Arm binaries from previous + # releases exist. + # + # However, the "universal2" binary format can have a + # macOS version earlier than 11.0 when the x86_64 part of the binary supports + # that version of macOS. + if arch == "x86_64": + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + else: + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_format = "universal2" + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + + +def _linux_platforms(is_32bit: bool = _32_BIT_INTERPRETER) -> Iterator[str]: + linux = _normalize_string(sysconfig.get_platform()) + if not linux.startswith("linux_"): + # we should never be here, just yield the sysconfig one and return + yield linux + return + if is_32bit: + if linux == "linux_x86_64": + linux = "linux_i686" + elif linux == "linux_aarch64": + linux = "linux_armv8l" + _, arch = linux.split("_", 1) + archs = {"armv8l": ["armv8l", "armv7l"]}.get(arch, [arch]) + yield from _manylinux.platform_tags(archs) + yield from _musllinux.platform_tags(archs) + for arch in archs: + yield f"linux_{arch}" + + +def _generic_platforms() -> Iterator[str]: + yield _normalize_string(sysconfig.get_platform()) + + +def platform_tags() -> Iterator[str]: + """ + Provides the platform tags for this installation. + """ + if platform.system() == "Darwin": + return mac_platforms() + elif platform.system() == "Linux": + return _linux_platforms() + else: + return _generic_platforms() + + +def interpreter_name() -> str: + """ + Returns the name of the running interpreter. + + Some implementations have a reserved, two-letter abbreviation which will + be returned when appropriate. + """ + name = sys.implementation.name + return INTERPRETER_SHORT_NAMES.get(name) or name + + +def interpreter_version(*, warn: bool = False) -> str: + """ + Returns the version of the running interpreter. + """ + version = _get_config_var("py_version_nodot", warn=warn) + if version: + version = str(version) + else: + version = _version_nodot(sys.version_info[:2]) + return version + + +def _version_nodot(version: PythonVersion) -> str: + return "".join(map(str, version)) + + +def sys_tags(*, warn: bool = False) -> Iterator[Tag]: + """ + Returns the sequence of tag triples for the running interpreter. + + The order of the sequence corresponds to priority order for the + interpreter, from most to least important. + """ + + interp_name = interpreter_name() + if interp_name == "cp": + yield from cpython_tags(warn=warn) + else: + yield from generic_tags() + + if interp_name == "pp": + interp = "pp3" + elif interp_name == "cp": + interp = "cp" + interpreter_version(warn=warn) + else: + interp = None + yield from compatible_tags(interpreter=interp) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/utils.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/utils.py new file mode 100644 index 00000000..c2c2f75a --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/utils.py @@ -0,0 +1,172 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import re +from typing import FrozenSet, NewType, Tuple, Union, cast + +from .tags import Tag, parse_tag +from .version import InvalidVersion, Version + +BuildTag = Union[Tuple[()], Tuple[int, str]] +NormalizedName = NewType("NormalizedName", str) + + +class InvalidName(ValueError): + """ + An invalid distribution name; users should refer to the packaging user guide. + """ + + +class InvalidWheelFilename(ValueError): + """ + An invalid wheel filename was found, users should refer to PEP 427. + """ + + +class InvalidSdistFilename(ValueError): + """ + An invalid sdist filename was found, users should refer to the packaging user guide. + """ + + +# Core metadata spec for `Name` +_validate_regex = re.compile( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE +) +_canonicalize_regex = re.compile(r"[-_.]+") +_normalized_regex = re.compile(r"^([a-z0-9]|[a-z0-9]([a-z0-9-](?!--))*[a-z0-9])$") +# PEP 427: The build number must start with a digit. +_build_tag_regex = re.compile(r"(\d+)(.*)") + + +def canonicalize_name(name: str, *, validate: bool = False) -> NormalizedName: + if validate and not _validate_regex.match(name): + raise InvalidName(f"name is invalid: {name!r}") + # This is taken from PEP 503. + value = _canonicalize_regex.sub("-", name).lower() + return cast(NormalizedName, value) + + +def is_normalized_name(name: str) -> bool: + return _normalized_regex.match(name) is not None + + +def canonicalize_version( + version: Union[Version, str], *, strip_trailing_zero: bool = True +) -> str: + """ + This is very similar to Version.__str__, but has one subtle difference + with the way it handles the release segment. + """ + if isinstance(version, str): + try: + parsed = Version(version) + except InvalidVersion: + # Legacy versions cannot be normalized + return version + else: + parsed = version + + parts = [] + + # Epoch + if parsed.epoch != 0: + parts.append(f"{parsed.epoch}!") + + # Release segment + release_segment = ".".join(str(x) for x in parsed.release) + if strip_trailing_zero: + # NB: This strips trailing '.0's to normalize + release_segment = re.sub(r"(\.0)+$", "", release_segment) + parts.append(release_segment) + + # Pre-release + if parsed.pre is not None: + parts.append("".join(str(x) for x in parsed.pre)) + + # Post-release + if parsed.post is not None: + parts.append(f".post{parsed.post}") + + # Development release + if parsed.dev is not None: + parts.append(f".dev{parsed.dev}") + + # Local version segment + if parsed.local is not None: + parts.append(f"+{parsed.local}") + + return "".join(parts) + + +def parse_wheel_filename( + filename: str, +) -> Tuple[NormalizedName, Version, BuildTag, FrozenSet[Tag]]: + if not filename.endswith(".whl"): + raise InvalidWheelFilename( + f"Invalid wheel filename (extension must be '.whl'): {filename}" + ) + + filename = filename[:-4] + dashes = filename.count("-") + if dashes not in (4, 5): + raise InvalidWheelFilename( + f"Invalid wheel filename (wrong number of parts): {filename}" + ) + + parts = filename.split("-", dashes - 2) + name_part = parts[0] + # See PEP 427 for the rules on escaping the project name. + if "__" in name_part or re.match(r"^[\w\d._]*$", name_part, re.UNICODE) is None: + raise InvalidWheelFilename(f"Invalid project name: {filename}") + name = canonicalize_name(name_part) + + try: + version = Version(parts[1]) + except InvalidVersion as e: + raise InvalidWheelFilename( + f"Invalid wheel filename (invalid version): {filename}" + ) from e + + if dashes == 5: + build_part = parts[2] + build_match = _build_tag_regex.match(build_part) + if build_match is None: + raise InvalidWheelFilename( + f"Invalid build number: {build_part} in '{filename}'" + ) + build = cast(BuildTag, (int(build_match.group(1)), build_match.group(2))) + else: + build = () + tags = parse_tag(parts[-1]) + return (name, version, build, tags) + + +def parse_sdist_filename(filename: str) -> Tuple[NormalizedName, Version]: + if filename.endswith(".tar.gz"): + file_stem = filename[: -len(".tar.gz")] + elif filename.endswith(".zip"): + file_stem = filename[: -len(".zip")] + else: + raise InvalidSdistFilename( + f"Invalid sdist filename (extension must be '.tar.gz' or '.zip'):" + f" {filename}" + ) + + # We are requiring a PEP 440 version, which cannot contain dashes, + # so we split on the last dash. + name_part, sep, version_part = file_stem.rpartition("-") + if not sep: + raise InvalidSdistFilename(f"Invalid sdist filename: {filename}") + + name = canonicalize_name(name_part) + + try: + version = Version(version_part) + except InvalidVersion as e: + raise InvalidSdistFilename( + f"Invalid sdist filename (invalid version): {filename}" + ) from e + + return (name, version) diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/version.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/version.py new file mode 100644 index 00000000..5faab9bd --- /dev/null +++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pylib/packaging/version.py @@ -0,0 +1,563 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. +""" +.. testsetup:: + + from packaging.version import parse, Version +""" + +import itertools +import re +from typing import Any, Callable, NamedTuple, Optional, SupportsInt, Tuple, Union + +from ._structures import Infinity, InfinityType, NegativeInfinity, NegativeInfinityType + +__all__ = ["VERSION_PATTERN", "parse", "Version", "InvalidVersion"] + +LocalType = Tuple[Union[int, str], ...] + +CmpPrePostDevType = Union[InfinityType, NegativeInfinityType, Tuple[str, int]] +CmpLocalType = Union[ + NegativeInfinityType, + Tuple[Union[Tuple[int, str], Tuple[NegativeInfinityType, Union[int, str]]], ...], +] +CmpKey = Tuple[ + int, + Tuple[int, ...], + CmpPrePostDevType, + CmpPrePostDevType, + CmpPrePostDevType, + CmpLocalType, +] +VersionComparisonMethod = Callable[[CmpKey, CmpKey], bool] + + +class _Version(NamedTuple): + epoch: int + release: Tuple[int, ...] + dev: Optional[Tuple[str, int]] + pre: Optional[Tuple[str, int]] + post: Optional[Tuple[str, int]] + local: Optional[LocalType] + + +def parse(version: str) -> "Version": + """Parse the given version string. + + >>> parse('1.0.dev1') + + + :param version: The version string to parse. + :raises InvalidVersion: When the version string is not a valid version. + """ + return Version(version) + + +class InvalidVersion(ValueError): + """Raised when a version string is not a valid version. + + >>> Version("invalid") + Traceback (most recent call last): + ... + packaging.version.InvalidVersion: Invalid version: 'invalid' + """ + + +class _BaseVersion: + _key: Tuple[Any, ...] + + def __hash__(self) -> int: + return hash(self._key) + + # Please keep the duplicated `isinstance` check + # in the six comparisons hereunder + # unless you find a way to avoid adding overhead function calls. + def __lt__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key < other._key + + def __le__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key <= other._key + + def __eq__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key == other._key + + def __ge__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key >= other._key + + def __gt__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key > other._key + + def __ne__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key != other._key + + +# Deliberately not anchored to the start and end of the string, to make it +# easier for 3rd party code to reuse +_VERSION_PATTERN = r""" + v? + (?: + (?:(?P[0-9]+)!)? # epoch + (?P[0-9]+(?:\.[0-9]+)*) # release segment + (?P
                                          # pre-release
+            [-_\.]?
+            (?Palpha|a|beta|b|preview|pre|c|rc)
+            [-_\.]?
+            (?P[0-9]+)?
+        )?
+        (?P                                         # post release
+            (?:-(?P[0-9]+))
+            |
+            (?:
+                [-_\.]?
+                (?Ppost|rev|r)
+                [-_\.]?
+                (?P[0-9]+)?
+            )
+        )?
+        (?P                                          # dev release
+            [-_\.]?
+            (?Pdev)
+            [-_\.]?
+            (?P[0-9]+)?
+        )?
+    )
+    (?:\+(?P[a-z0-9]+(?:[-_\.][a-z0-9]+)*))?       # local version
+"""
+
+VERSION_PATTERN = _VERSION_PATTERN
+"""
+A string containing the regular expression used to match a valid version.
+
+The pattern is not anchored at either end, and is intended for embedding in larger
+expressions (for example, matching a version number as part of a file name). The
+regular expression should be compiled with the ``re.VERBOSE`` and ``re.IGNORECASE``
+flags set.
+
+:meta hide-value:
+"""
+
+
+class Version(_BaseVersion):
+    """This class abstracts handling of a project's versions.
+
+    A :class:`Version` instance is comparison aware and can be compared and
+    sorted using the standard Python interfaces.
+
+    >>> v1 = Version("1.0a5")
+    >>> v2 = Version("1.0")
+    >>> v1
+    
+    >>> v2
+    
+    >>> v1 < v2
+    True
+    >>> v1 == v2
+    False
+    >>> v1 > v2
+    False
+    >>> v1 >= v2
+    False
+    >>> v1 <= v2
+    True
+    """
+
+    _regex = re.compile(r"^\s*" + VERSION_PATTERN + r"\s*$", re.VERBOSE | re.IGNORECASE)
+    _key: CmpKey
+
+    def __init__(self, version: str) -> None:
+        """Initialize a Version object.
+
+        :param version:
+            The string representation of a version which will be parsed and normalized
+            before use.
+        :raises InvalidVersion:
+            If the ``version`` does not conform to PEP 440 in any way then this
+            exception will be raised.
+        """
+
+        # Validate the version and parse it into pieces
+        match = self._regex.search(version)
+        if not match:
+            raise InvalidVersion(f"Invalid version: '{version}'")
+
+        # Store the parsed out pieces of the version
+        self._version = _Version(
+            epoch=int(match.group("epoch")) if match.group("epoch") else 0,
+            release=tuple(int(i) for i in match.group("release").split(".")),
+            pre=_parse_letter_version(match.group("pre_l"), match.group("pre_n")),
+            post=_parse_letter_version(
+                match.group("post_l"), match.group("post_n1") or match.group("post_n2")
+            ),
+            dev=_parse_letter_version(match.group("dev_l"), match.group("dev_n")),
+            local=_parse_local_version(match.group("local")),
+        )
+
+        # Generate a key which will be used for sorting
+        self._key = _cmpkey(
+            self._version.epoch,
+            self._version.release,
+            self._version.pre,
+            self._version.post,
+            self._version.dev,
+            self._version.local,
+        )
+
+    def __repr__(self) -> str:
+        """A representation of the Version that shows all internal state.
+
+        >>> Version('1.0.0')
+        
+        """
+        return f""
+
+    def __str__(self) -> str:
+        """A string representation of the version that can be rounded-tripped.
+
+        >>> str(Version("1.0a5"))
+        '1.0a5'
+        """
+        parts = []
+
+        # Epoch
+        if self.epoch != 0:
+            parts.append(f"{self.epoch}!")
+
+        # Release segment
+        parts.append(".".join(str(x) for x in self.release))
+
+        # Pre-release
+        if self.pre is not None:
+            parts.append("".join(str(x) for x in self.pre))
+
+        # Post-release
+        if self.post is not None:
+            parts.append(f".post{self.post}")
+
+        # Development release
+        if self.dev is not None:
+            parts.append(f".dev{self.dev}")
+
+        # Local version segment
+        if self.local is not None:
+            parts.append(f"+{self.local}")
+
+        return "".join(parts)
+
+    @property
+    def epoch(self) -> int:
+        """The epoch of the version.
+
+        >>> Version("2.0.0").epoch
+        0
+        >>> Version("1!2.0.0").epoch
+        1
+        """
+        return self._version.epoch
+
+    @property
+    def release(self) -> Tuple[int, ...]:
+        """The components of the "release" segment of the version.
+
+        >>> Version("1.2.3").release
+        (1, 2, 3)
+        >>> Version("2.0.0").release
+        (2, 0, 0)
+        >>> Version("1!2.0.0.post0").release
+        (2, 0, 0)
+
+        Includes trailing zeroes but not the epoch or any pre-release / development /
+        post-release suffixes.
+        """
+        return self._version.release
+
+    @property
+    def pre(self) -> Optional[Tuple[str, int]]:
+        """The pre-release segment of the version.
+
+        >>> print(Version("1.2.3").pre)
+        None
+        >>> Version("1.2.3a1").pre
+        ('a', 1)
+        >>> Version("1.2.3b1").pre
+        ('b', 1)
+        >>> Version("1.2.3rc1").pre
+        ('rc', 1)
+        """
+        return self._version.pre
+
+    @property
+    def post(self) -> Optional[int]:
+        """The post-release number of the version.
+
+        >>> print(Version("1.2.3").post)
+        None
+        >>> Version("1.2.3.post1").post
+        1
+        """
+        return self._version.post[1] if self._version.post else None
+
+    @property
+    def dev(self) -> Optional[int]:
+        """The development number of the version.
+
+        >>> print(Version("1.2.3").dev)
+        None
+        >>> Version("1.2.3.dev1").dev
+        1
+        """
+        return self._version.dev[1] if self._version.dev else None
+
+    @property
+    def local(self) -> Optional[str]:
+        """The local version segment of the version.
+
+        >>> print(Version("1.2.3").local)
+        None
+        >>> Version("1.2.3+abc").local
+        'abc'
+        """
+        if self._version.local:
+            return ".".join(str(x) for x in self._version.local)
+        else:
+            return None
+
+    @property
+    def public(self) -> str:
+        """The public portion of the version.
+
+        >>> Version("1.2.3").public
+        '1.2.3'
+        >>> Version("1.2.3+abc").public
+        '1.2.3'
+        >>> Version("1.2.3+abc.dev1").public
+        '1.2.3'
+        """
+        return str(self).split("+", 1)[0]
+
+    @property
+    def base_version(self) -> str:
+        """The "base version" of the version.
+
+        >>> Version("1.2.3").base_version
+        '1.2.3'
+        >>> Version("1.2.3+abc").base_version
+        '1.2.3'
+        >>> Version("1!1.2.3+abc.dev1").base_version
+        '1!1.2.3'
+
+        The "base version" is the public version of the project without any pre or post
+        release markers.
+        """
+        parts = []
+
+        # Epoch
+        if self.epoch != 0:
+            parts.append(f"{self.epoch}!")
+
+        # Release segment
+        parts.append(".".join(str(x) for x in self.release))
+
+        return "".join(parts)
+
+    @property
+    def is_prerelease(self) -> bool:
+        """Whether this version is a pre-release.
+
+        >>> Version("1.2.3").is_prerelease
+        False
+        >>> Version("1.2.3a1").is_prerelease
+        True
+        >>> Version("1.2.3b1").is_prerelease
+        True
+        >>> Version("1.2.3rc1").is_prerelease
+        True
+        >>> Version("1.2.3dev1").is_prerelease
+        True
+        """
+        return self.dev is not None or self.pre is not None
+
+    @property
+    def is_postrelease(self) -> bool:
+        """Whether this version is a post-release.
+
+        >>> Version("1.2.3").is_postrelease
+        False
+        >>> Version("1.2.3.post1").is_postrelease
+        True
+        """
+        return self.post is not None
+
+    @property
+    def is_devrelease(self) -> bool:
+        """Whether this version is a development release.
+
+        >>> Version("1.2.3").is_devrelease
+        False
+        >>> Version("1.2.3.dev1").is_devrelease
+        True
+        """
+        return self.dev is not None
+
+    @property
+    def major(self) -> int:
+        """The first item of :attr:`release` or ``0`` if unavailable.
+
+        >>> Version("1.2.3").major
+        1
+        """
+        return self.release[0] if len(self.release) >= 1 else 0
+
+    @property
+    def minor(self) -> int:
+        """The second item of :attr:`release` or ``0`` if unavailable.
+
+        >>> Version("1.2.3").minor
+        2
+        >>> Version("1").minor
+        0
+        """
+        return self.release[1] if len(self.release) >= 2 else 0
+
+    @property
+    def micro(self) -> int:
+        """The third item of :attr:`release` or ``0`` if unavailable.
+
+        >>> Version("1.2.3").micro
+        3
+        >>> Version("1").micro
+        0
+        """
+        return self.release[2] if len(self.release) >= 3 else 0
+
+
+def _parse_letter_version(
+    letter: Optional[str], number: Union[str, bytes, SupportsInt, None]
+) -> Optional[Tuple[str, int]]:
+
+    if letter:
+        # We consider there to be an implicit 0 in a pre-release if there is
+        # not a numeral associated with it.
+        if number is None:
+            number = 0
+
+        # We normalize any letters to their lower case form
+        letter = letter.lower()
+
+        # We consider some words to be alternate spellings of other words and
+        # in those cases we want to normalize the spellings to our preferred
+        # spelling.
+        if letter == "alpha":
+            letter = "a"
+        elif letter == "beta":
+            letter = "b"
+        elif letter in ["c", "pre", "preview"]:
+            letter = "rc"
+        elif letter in ["rev", "r"]:
+            letter = "post"
+
+        return letter, int(number)
+    if not letter and number:
+        # We assume if we are given a number, but we are not given a letter
+        # then this is using the implicit post release syntax (e.g. 1.0-1)
+        letter = "post"
+
+        return letter, int(number)
+
+    return None
+
+
+_local_version_separators = re.compile(r"[\._-]")
+
+
+def _parse_local_version(local: Optional[str]) -> Optional[LocalType]:
+    """
+    Takes a string like abc.1.twelve and turns it into ("abc", 1, "twelve").
+    """
+    if local is not None:
+        return tuple(
+            part.lower() if not part.isdigit() else int(part)
+            for part in _local_version_separators.split(local)
+        )
+    return None
+
+
+def _cmpkey(
+    epoch: int,
+    release: Tuple[int, ...],
+    pre: Optional[Tuple[str, int]],
+    post: Optional[Tuple[str, int]],
+    dev: Optional[Tuple[str, int]],
+    local: Optional[LocalType],
+) -> CmpKey:
+
+    # When we compare a release version, we want to compare it with all of the
+    # trailing zeros removed. So we'll use a reverse the list, drop all the now
+    # leading zeros until we come to something non zero, then take the rest
+    # re-reverse it back into the correct order and make it a tuple and use
+    # that for our sorting key.
+    _release = tuple(
+        reversed(list(itertools.dropwhile(lambda x: x == 0, reversed(release))))
+    )
+
+    # We need to "trick" the sorting algorithm to put 1.0.dev0 before 1.0a0.
+    # We'll do this by abusing the pre segment, but we _only_ want to do this
+    # if there is not a pre or a post segment. If we have one of those then
+    # the normal sorting rules will handle this case correctly.
+    if pre is None and post is None and dev is not None:
+        _pre: CmpPrePostDevType = NegativeInfinity
+    # Versions without a pre-release (except as noted above) should sort after
+    # those with one.
+    elif pre is None:
+        _pre = Infinity
+    else:
+        _pre = pre
+
+    # Versions without a post segment should sort before those with one.
+    if post is None:
+        _post: CmpPrePostDevType = NegativeInfinity
+
+    else:
+        _post = post
+
+    # Versions without a development segment should sort after those with one.
+    if dev is None:
+        _dev: CmpPrePostDevType = Infinity
+
+    else:
+        _dev = dev
+
+    if local is None:
+        # Versions without a local segment should sort before those with one.
+        _local: CmpLocalType = NegativeInfinity
+    else:
+        # Versions with a local segment need that segment parsed to implement
+        # the sorting rules in PEP440.
+        # - Alpha numeric segments sort before numeric segments
+        # - Alpha numeric segments sort lexicographically
+        # - Numeric segments sort numerically
+        # - Shorter versions sort before longer versions when the prefixes
+        #   match exactly
+        _local = tuple(
+            (i, "") if isinstance(i, int) else (NegativeInfinity, i) for i in local
+        )
+
+    return epoch, _release, _pre, _post, _dev, _local
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pyproject.toml b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pyproject.toml
new file mode 100644
index 00000000..4b0c88c8
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/pyproject.toml
@@ -0,0 +1,119 @@
+[build-system]
+requires = ["setuptools>=61.0"]
+build-backend = "setuptools.build_meta"
+
+[project]
+name = "gyp-next"
+version = "0.19.1"
+authors = [
+  { name="Node.js contributors", email="ryzokuken@disroot.org" },
+]
+description = "A fork of the GYP build system for use in the Node.js projects"
+readme = "README.md"
+license = { file="LICENSE" }
+requires-python = ">=3.8"
+dependencies = ["packaging>=24.0", "setuptools>=69.5.1"]
+classifiers = [
+    "Development Status :: 3 - Alpha",
+    "Environment :: Console",
+    "Intended Audience :: Developers",
+    "License :: OSI Approved :: BSD License",
+    "Natural Language :: English",
+    "Programming Language :: Python",
+    "Programming Language :: Python :: 3",
+    "Programming Language :: Python :: 3.8",
+    "Programming Language :: Python :: 3.9",
+    "Programming Language :: Python :: 3.10",
+    "Programming Language :: Python :: 3.11",
+]
+
+[project.optional-dependencies]
+dev = ["pytest", "ruff"]
+
+[project.scripts]
+gyp = "gyp:script_main"
+
+[project.urls]
+"Homepage" = "https://github.com/nodejs/gyp-next"
+
+[tool.ruff]
+extend-exclude = ["pylib/packaging"]
+line-length = 88
+target-version = "py37"
+
+[tool.ruff.lint]
+select = [
+  "C4",   # flake8-comprehensions
+  "C90",  # McCabe cyclomatic complexity
+  "DTZ",  # flake8-datetimez
+  "E",    # pycodestyle
+  "F",    # Pyflakes
+  "G",    # flake8-logging-format
+  "ICN",  # flake8-import-conventions
+  "INT",  # flake8-gettext
+  "PL",   # Pylint
+  "PYI",  # flake8-pyi
+  "RSE",  # flake8-raise
+  "RUF",  # Ruff-specific rules
+  "T10",  # flake8-debugger
+  "TCH",  # flake8-type-checking
+  "TID",  # flake8-tidy-imports
+  "UP",   # pyupgrade
+  "W",    # pycodestyle
+  "YTT",  # flake8-2020
+  # "A",    # flake8-builtins
+  # "ANN",  # flake8-annotations
+  # "ARG",  # flake8-unused-arguments
+  # "B",    # flake8-bugbear
+  # "BLE",  # flake8-blind-except
+  # "COM",  # flake8-commas
+  # "D",    # pydocstyle
+  # "DJ",   # flake8-django
+  # "EM",   # flake8-errmsg
+  # "ERA",  # eradicate
+  # "EXE",  # flake8-executable
+  # "FBT",  # flake8-boolean-trap
+  # "I",    # isort
+  # "INP",  # flake8-no-pep420
+  # "ISC",  # flake8-implicit-str-concat
+  # "N",    # pep8-naming
+  # "NPY",  # NumPy-specific rules
+  # "PD",   # pandas-vet
+  # "PGH",  # pygrep-hooks
+  # "PIE",  # flake8-pie
+  # "PT",   # flake8-pytest-style
+  # "PTH",  # flake8-use-pathlib
+  # "Q",    # flake8-quotes
+  # "RET",  # flake8-return
+  # "S",    # flake8-bandit
+  # "SIM",  # flake8-simplify
+  # "SLF",  # flake8-self
+  # "T20",  # flake8-print
+  # "TRY",  # tryceratops
+]
+ignore = [
+  "PLC1901",
+  "PLR0402",
+  "PLR1714",
+  "PLR2004",
+  "PLR5501",
+  "PLW0603",
+  "PLW2901",
+  "PYI024",
+  "RUF005",
+  "RUF012",
+  "UP031",
+]
+
+[tool.ruff.lint.mccabe]
+max-complexity = 101
+
+[tool.ruff.lint.pylint]
+max-args = 11
+max-branches = 108
+max-returns = 10
+max-statements = 286
+
+[tool.setuptools]
+package-dir = {"" = "pylib"}
+packages = ["gyp", "gyp.generator"]
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/release-please-config.json b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/release-please-config.json
new file mode 100644
index 00000000..b6cad32a
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/release-please-config.json
@@ -0,0 +1,11 @@
+{
+    "last-release-sha": "78756421b0d7bb335992a9c7d26ba3cc8b619708",
+    "packages": {
+        ".": {
+          "release-type": "python",
+          "package-name": "gyp-next",
+          "bump-minor-pre-major": true,
+          "include-component-in-tag": false
+        }
+    }
+}
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/test_gyp.py b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/test_gyp.py
new file mode 100755
index 00000000..b7bb956b
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/gyp/test_gyp.py
@@ -0,0 +1,261 @@
+#!/usr/bin/env python3
+# Copyright (c) 2012 Google Inc. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+"""gyptest.py -- test runner for GYP tests."""
+
+
+import argparse
+import os
+import platform
+import subprocess
+import sys
+import time
+
+
+def is_test_name(f):
+    return f.startswith("gyptest") and f.endswith(".py")
+
+
+def find_all_gyptest_files(directory):
+    result = []
+    for root, dirs, files in os.walk(directory):
+        result.extend([os.path.join(root, f) for f in files if is_test_name(f)])
+    result.sort()
+    return result
+
+
+def main(argv=None):
+    if argv is None:
+        argv = sys.argv
+
+    parser = argparse.ArgumentParser()
+    parser.add_argument("-a", "--all", action="store_true", help="run all tests")
+    parser.add_argument("-C", "--chdir", action="store", help="change to directory")
+    parser.add_argument(
+        "-f",
+        "--format",
+        action="store",
+        default="",
+        help="run tests with the specified formats",
+    )
+    parser.add_argument(
+        "-G",
+        "--gyp_option",
+        action="append",
+        default=[],
+        help="Add -G options to the gyp command line",
+    )
+    parser.add_argument(
+        "-l", "--list", action="store_true", help="list available tests and exit"
+    )
+    parser.add_argument(
+        "-n",
+        "--no-exec",
+        action="store_true",
+        help="no execute, just print the command line",
+    )
+    parser.add_argument(
+        "--path", action="append", default=[], help="additional $PATH directory"
+    )
+    parser.add_argument(
+        "-q",
+        "--quiet",
+        action="store_true",
+        help="quiet, don't print anything unless there are failures",
+    )
+    parser.add_argument(
+        "-v",
+        "--verbose",
+        action="store_true",
+        help="print configuration info and test results.",
+    )
+    parser.add_argument("tests", nargs="*")
+    args = parser.parse_args(argv[1:])
+
+    if args.chdir:
+        os.chdir(args.chdir)
+
+    if args.path:
+        extra_path = [os.path.abspath(p) for p in args.path]
+        extra_path = os.pathsep.join(extra_path)
+        os.environ["PATH"] = extra_path + os.pathsep + os.environ["PATH"]
+
+    if not args.tests:
+        if not args.all:
+            sys.stderr.write("Specify -a to get all tests.\n")
+            return 1
+        args.tests = ["test"]
+
+    tests = []
+    for arg in args.tests:
+        if os.path.isdir(arg):
+            tests.extend(find_all_gyptest_files(os.path.normpath(arg)))
+        else:
+            if not is_test_name(os.path.basename(arg)):
+                print(arg, "is not a valid gyp test name.", file=sys.stderr)
+                sys.exit(1)
+            tests.append(arg)
+
+    if args.list:
+        for test in tests:
+            print(test)
+        sys.exit(0)
+
+    os.environ["PYTHONPATH"] = os.path.abspath("test/lib")
+
+    if args.verbose:
+        print_configuration_info()
+
+    if args.gyp_option and not args.quiet:
+        print("Extra Gyp options: %s\n" % args.gyp_option)
+
+    if args.format:
+        format_list = args.format.split(",")
+    else:
+        format_list = {
+            "aix5": ["make"],
+            "os400": ["make"],
+            "freebsd7": ["make"],
+            "freebsd8": ["make"],
+            "openbsd5": ["make"],
+            "cygwin": ["msvs"],
+            "win32": ["msvs", "ninja"],
+            "linux": ["make", "ninja"],
+            "linux2": ["make", "ninja"],
+            "linux3": ["make", "ninja"],
+            # TODO: Re-enable xcode-ninja.
+            # https://bugs.chromium.org/p/gyp/issues/detail?id=530
+            # 'darwin':   ['make', 'ninja', 'xcode', 'xcode-ninja'],
+            "darwin": ["make", "ninja", "xcode"],
+        }[sys.platform]
+
+    gyp_options = []
+    for option in args.gyp_option:
+        gyp_options += ["-G", option]
+
+    runner = Runner(format_list, tests, gyp_options, args.verbose)
+    runner.run()
+
+    if not args.quiet:
+        runner.print_results()
+
+    return 1 if runner.failures else 0
+
+
+def print_configuration_info():
+    print("Test configuration:")
+    if sys.platform == "darwin":
+        sys.path.append(os.path.abspath("test/lib"))
+        import TestMac
+
+        print(f"  Mac {platform.mac_ver()[0]} {platform.mac_ver()[2]}")
+        print(f"  Xcode {TestMac.Xcode.Version()}")
+    elif sys.platform == "win32":
+        sys.path.append(os.path.abspath("pylib"))
+        import gyp.MSVSVersion
+
+        print("  Win %s %s\n" % platform.win32_ver()[0:2])
+        print("  MSVS %s" % gyp.MSVSVersion.SelectVisualStudioVersion().Description())
+    elif sys.platform in ("linux", "linux2"):
+        print("  Linux %s" % " ".join(platform.linux_distribution()))
+    print(f"  Python {platform.python_version()}")
+    print(f"  PYTHONPATH={os.environ['PYTHONPATH']}")
+    print()
+
+
+class Runner:
+    def __init__(self, formats, tests, gyp_options, verbose):
+        self.formats = formats
+        self.tests = tests
+        self.verbose = verbose
+        self.gyp_options = gyp_options
+        self.failures = []
+        self.num_tests = len(formats) * len(tests)
+        num_digits = len(str(self.num_tests))
+        self.fmt_str = "[%%%dd/%%%dd] (%%s) %%s" % (num_digits, num_digits)
+        self.isatty = sys.stdout.isatty() and not self.verbose
+        self.env = os.environ.copy()
+        self.hpos = 0
+
+    def run(self):
+        run_start = time.time()
+
+        i = 1
+        for fmt in self.formats:
+            for test in self.tests:
+                self.run_test(test, fmt, i)
+                i += 1
+
+        if self.isatty:
+            self.erase_current_line()
+
+        self.took = time.time() - run_start
+
+    def run_test(self, test, fmt, i):
+        if self.isatty:
+            self.erase_current_line()
+
+        msg = self.fmt_str % (i, self.num_tests, fmt, test)
+        self.print_(msg)
+
+        start = time.time()
+        cmd = [sys.executable, test] + self.gyp_options
+        self.env["TESTGYP_FORMAT"] = fmt
+        proc = subprocess.Popen(
+            cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, env=self.env
+        )
+        proc.wait()
+        took = time.time() - start
+
+        stdout = proc.stdout.read().decode("utf8")
+        if proc.returncode == 2:
+            res = "skipped"
+        elif proc.returncode:
+            res = "failed"
+            self.failures.append(f"({test}) {fmt}")
+        else:
+            res = "passed"
+        res_msg = f" {res} {took:.3f}s"
+        self.print_(res_msg)
+
+        if stdout and not stdout.endswith(("PASSED\n", "NO RESULT\n")):
+            print()
+            print("\n".join(f"    {line}" for line in stdout.splitlines()))
+        elif not self.isatty:
+            print()
+
+    def print_(self, msg):
+        print(msg, end="")
+        index = msg.rfind("\n")
+        if index == -1:
+            self.hpos += len(msg)
+        else:
+            self.hpos = len(msg) - index
+        sys.stdout.flush()
+
+    def erase_current_line(self):
+        print("\b" * self.hpos + " " * self.hpos + "\b" * self.hpos, end="")
+        sys.stdout.flush()
+        self.hpos = 0
+
+    def print_results(self):
+        num_failures = len(self.failures)
+        if num_failures:
+            print()
+            if num_failures == 1:
+                print("Failed the following test:")
+            else:
+                print("Failed the following %d tests:" % num_failures)
+            print("\t" + "\n\t".join(sorted(self.failures)))
+            print()
+        print(
+            "Ran %d tests in %.3fs, %d failed."
+            % (self.num_tests, self.took, num_failures)
+        )
+        print()
+
+
+if __name__ == "__main__":
+    sys.exit(main())
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/Find-VisualStudio.cs b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/Find-VisualStudio.cs
new file mode 100644
index 00000000..d2e45a76
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/Find-VisualStudio.cs
@@ -0,0 +1,250 @@
+// Copyright 2017 - Refael Ackermann
+// Distributed under MIT style license
+// See accompanying file LICENSE at https://github.com/node4good/windows-autoconf
+
+// Usage:
+// powershell -ExecutionPolicy Unrestricted -Command "Add-Type -Path Find-VisualStudio.cs; [VisualStudioConfiguration.Main]::PrintJson()"
+// This script needs to be compatible with PowerShell v2 to run on Windows 2008R2 and Windows 7.
+
+using System;
+using System.Text;
+using System.Runtime.InteropServices;
+using System.Collections.Generic;
+
+namespace VisualStudioConfiguration
+{
+    [Flags]
+    public enum InstanceState : uint
+    {
+        None = 0,
+        Local = 1,
+        Registered = 2,
+        NoRebootRequired = 4,
+        NoErrors = 8,
+        Complete = 4294967295,
+    }
+
+    [Guid("6380BCFF-41D3-4B2E-8B2E-BF8A6810C848")]
+    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
+    [ComImport]
+    public interface IEnumSetupInstances
+    {
+
+        void Next([MarshalAs(UnmanagedType.U4), In] int celt,
+            [MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.Interface), Out] ISetupInstance[] rgelt,
+            [MarshalAs(UnmanagedType.U4)] out int pceltFetched);
+
+        void Skip([MarshalAs(UnmanagedType.U4), In] int celt);
+
+        void Reset();
+
+        [return: MarshalAs(UnmanagedType.Interface)]
+        IEnumSetupInstances Clone();
+    }
+
+    [Guid("42843719-DB4C-46C2-8E7C-64F1816EFD5B")]
+    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
+    [ComImport]
+    public interface ISetupConfiguration
+    {
+    }
+
+    [Guid("26AAB78C-4A60-49D6-AF3B-3C35BC93365D")]
+    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
+    [ComImport]
+    public interface ISetupConfiguration2 : ISetupConfiguration
+    {
+
+        [return: MarshalAs(UnmanagedType.Interface)]
+        IEnumSetupInstances EnumInstances();
+
+        [return: MarshalAs(UnmanagedType.Interface)]
+        ISetupInstance GetInstanceForCurrentProcess();
+
+        [return: MarshalAs(UnmanagedType.Interface)]
+        ISetupInstance GetInstanceForPath([MarshalAs(UnmanagedType.LPWStr), In] string path);
+
+        [return: MarshalAs(UnmanagedType.Interface)]
+        IEnumSetupInstances EnumAllInstances();
+    }
+
+    [Guid("B41463C3-8866-43B5-BC33-2B0676F7F42E")]
+    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
+    [ComImport]
+    public interface ISetupInstance
+    {
+    }
+
+    [Guid("89143C9A-05AF-49B0-B717-72E218A2185C")]
+    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
+    [ComImport]
+    public interface ISetupInstance2 : ISetupInstance
+    {
+        [return: MarshalAs(UnmanagedType.BStr)]
+        string GetInstanceId();
+
+        [return: MarshalAs(UnmanagedType.Struct)]
+        System.Runtime.InteropServices.ComTypes.FILETIME GetInstallDate();
+
+        [return: MarshalAs(UnmanagedType.BStr)]
+        string GetInstallationName();
+
+        [return: MarshalAs(UnmanagedType.BStr)]
+        string GetInstallationPath();
+
+        [return: MarshalAs(UnmanagedType.BStr)]
+        string GetInstallationVersion();
+
+        [return: MarshalAs(UnmanagedType.BStr)]
+        string GetDisplayName([MarshalAs(UnmanagedType.U4), In] int lcid);
+
+        [return: MarshalAs(UnmanagedType.BStr)]
+        string GetDescription([MarshalAs(UnmanagedType.U4), In] int lcid);
+
+        [return: MarshalAs(UnmanagedType.BStr)]
+        string ResolvePath([MarshalAs(UnmanagedType.LPWStr), In] string pwszRelativePath);
+
+        [return: MarshalAs(UnmanagedType.U4)]
+        InstanceState GetState();
+
+        [return: MarshalAs(UnmanagedType.SafeArray, SafeArraySubType = VarEnum.VT_UNKNOWN)]
+        ISetupPackageReference[] GetPackages();
+
+        ISetupPackageReference GetProduct();
+
+        [return: MarshalAs(UnmanagedType.BStr)]
+        string GetProductPath();
+
+        [return: MarshalAs(UnmanagedType.VariantBool)]
+        bool IsLaunchable();
+
+        [return: MarshalAs(UnmanagedType.VariantBool)]
+        bool IsComplete();
+
+        [return: MarshalAs(UnmanagedType.SafeArray, SafeArraySubType = VarEnum.VT_UNKNOWN)]
+        ISetupPropertyStore GetProperties();
+
+        [return: MarshalAs(UnmanagedType.BStr)]
+        string GetEnginePath();
+    }
+
+    [Guid("DA8D8A16-B2B6-4487-A2F1-594CCCCD6BF5")]
+    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
+    [ComImport]
+    public interface ISetupPackageReference
+    {
+
+        [return: MarshalAs(UnmanagedType.BStr)]
+        string GetId();
+
+        [return: MarshalAs(UnmanagedType.BStr)]
+        string GetVersion();
+
+        [return: MarshalAs(UnmanagedType.BStr)]
+        string GetChip();
+
+        [return: MarshalAs(UnmanagedType.BStr)]
+        string GetLanguage();
+
+        [return: MarshalAs(UnmanagedType.BStr)]
+        string GetBranch();
+
+        [return: MarshalAs(UnmanagedType.BStr)]
+        string GetType();
+
+        [return: MarshalAs(UnmanagedType.BStr)]
+        string GetUniqueId();
+
+        [return: MarshalAs(UnmanagedType.VariantBool)]
+        bool GetIsExtension();
+    }
+
+    [Guid("c601c175-a3be-44bc-91f6-4568d230fc83")]
+    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
+    [ComImport]
+    public interface ISetupPropertyStore
+    {
+
+        [return: MarshalAs(UnmanagedType.SafeArray, SafeArraySubType = VarEnum.VT_BSTR)]
+        string[] GetNames();
+
+        object GetValue([MarshalAs(UnmanagedType.LPWStr), In] string pwszName);
+    }
+
+    [Guid("42843719-DB4C-46C2-8E7C-64F1816EFD5B")]
+    [CoClass(typeof(SetupConfigurationClass))]
+    [ComImport]
+    public interface SetupConfiguration : ISetupConfiguration2, ISetupConfiguration
+    {
+    }
+
+    [Guid("177F0C4A-1CD3-4DE7-A32C-71DBBB9FA36D")]
+    [ClassInterface(ClassInterfaceType.None)]
+    [ComImport]
+    public class SetupConfigurationClass
+    {
+    }
+
+    public static class Main
+    {
+        public static void PrintJson()
+        {
+            ISetupConfiguration query = new SetupConfiguration();
+            ISetupConfiguration2 query2 = (ISetupConfiguration2)query;
+            IEnumSetupInstances e = query2.EnumAllInstances();
+
+            int pceltFetched;
+            ISetupInstance2[] rgelt = new ISetupInstance2[1];
+            List instances = new List();
+            while (true)
+            {
+                e.Next(1, rgelt, out pceltFetched);
+                if (pceltFetched <= 0)
+                {
+                    Console.WriteLine(String.Format("[{0}]", string.Join(",", instances.ToArray())));
+                    return;
+                }
+
+                try
+                {
+                    instances.Add(InstanceJson(rgelt[0]));
+                }
+                catch (COMException)
+                {
+                    // Ignore instances that can't be queried.
+                }
+            }
+        }
+
+        private static string JsonString(string s)
+        {
+            return "\"" + s.Replace("\\", "\\\\").Replace("\"", "\\\"") + "\"";
+        }
+
+        private static string InstanceJson(ISetupInstance2 setupInstance2)
+        {
+            // Visual Studio component directory:
+            // https://docs.microsoft.com/en-us/visualstudio/install/workload-and-component-ids
+
+            StringBuilder json = new StringBuilder();
+            json.Append("{");
+
+            string path = JsonString(setupInstance2.GetInstallationPath());
+            json.Append(String.Format("\"path\":{0},", path));
+
+            string version = JsonString(setupInstance2.GetInstallationVersion());
+            json.Append(String.Format("\"version\":{0},", version));
+
+            List packages = new List();
+            foreach (ISetupPackageReference package in setupInstance2.GetPackages())
+            {
+                string id = JsonString(package.GetId());
+                packages.Add(id);
+            }
+            json.Append(String.Format("\"packages\":[{0}]", string.Join(",", packages.ToArray())));
+
+            json.Append("}");
+            return json.ToString();
+        }
+    }
+}
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/build.js b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/build.js
new file mode 100644
index 00000000..e1f49bb6
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/build.js
@@ -0,0 +1,227 @@
+'use strict'
+
+const gracefulFs = require('graceful-fs')
+const fs = gracefulFs.promises
+const path = require('path')
+const { glob } = require('glob')
+const log = require('./log')
+const which = require('which')
+const win = process.platform === 'win32'
+
+async function build (gyp, argv) {
+  let platformMake = 'make'
+  if (process.platform === 'aix') {
+    platformMake = 'gmake'
+  } else if (process.platform === 'os400') {
+    platformMake = 'gmake'
+  } else if (process.platform.indexOf('bsd') !== -1) {
+    platformMake = 'gmake'
+  } else if (win && argv.length > 0) {
+    argv = argv.map(function (target) {
+      return '/t:' + target
+    })
+  }
+
+  const makeCommand = gyp.opts.make || process.env.MAKE || platformMake
+  let command = win ? 'msbuild' : makeCommand
+  const jobs = gyp.opts.jobs || process.env.JOBS
+  let buildType
+  let config
+  let arch
+  let nodeDir
+  let guessedSolution
+  let python
+  let buildBinsDir
+
+  await loadConfigGypi()
+
+  /**
+   * Load the "config.gypi" file that was generated during "configure".
+   */
+
+  async function loadConfigGypi () {
+    let data
+    try {
+      const configPath = path.resolve('build', 'config.gypi')
+      data = await fs.readFile(configPath, 'utf8')
+    } catch (err) {
+      if (err.code === 'ENOENT') {
+        throw new Error('You must run `node-gyp configure` first!')
+      } else {
+        throw err
+      }
+    }
+
+    config = JSON.parse(data.replace(/#.+\n/, ''))
+
+    // get the 'arch', 'buildType', and 'nodeDir' vars from the config
+    buildType = config.target_defaults.default_configuration
+    arch = config.variables.target_arch
+    nodeDir = config.variables.nodedir
+    python = config.variables.python
+
+    if ('debug' in gyp.opts) {
+      buildType = gyp.opts.debug ? 'Debug' : 'Release'
+    }
+    if (!buildType) {
+      buildType = 'Release'
+    }
+
+    log.verbose('build type', buildType)
+    log.verbose('architecture', arch)
+    log.verbose('node dev dir', nodeDir)
+    log.verbose('python', python)
+
+    if (win) {
+      await findSolutionFile()
+    } else {
+      await doWhich()
+    }
+  }
+
+  /**
+   * On Windows, find the first build/*.sln file.
+   */
+
+  async function findSolutionFile () {
+    const files = await glob('build/*.sln')
+    if (files.length === 0) {
+      if (gracefulFs.existsSync('build/Makefile') || (await glob('build/*.mk')).length !== 0) {
+        command = makeCommand
+        await doWhich(false)
+        return
+      } else {
+        throw new Error('Could not find *.sln file or Makefile. Did you run "configure"?')
+      }
+    }
+    guessedSolution = files[0]
+    log.verbose('found first Solution file', guessedSolution)
+    await doWhich(true)
+  }
+
+  /**
+   * Uses node-which to locate the msbuild / make executable.
+   */
+
+  async function doWhich (msvs) {
+    // On Windows use msbuild provided by node-gyp configure
+    if (msvs) {
+      if (!config.variables.msbuild_path) {
+        throw new Error('MSBuild is not set, please run `node-gyp configure`.')
+      }
+      command = config.variables.msbuild_path
+      log.verbose('using MSBuild:', command)
+      await doBuild(msvs)
+      return
+    }
+
+    // First make sure we have the build command in the PATH
+    const execPath = await which(command)
+    log.verbose('`which` succeeded for `' + command + '`', execPath)
+    await doBuild(msvs)
+  }
+
+  /**
+   * Actually spawn the process and compile the module.
+   */
+
+  async function doBuild (msvs) {
+    // Enable Verbose build
+    const verbose = log.logger.isVisible('verbose')
+    let j
+
+    if (!msvs && verbose) {
+      argv.push('V=1')
+    }
+
+    if (msvs && !verbose) {
+      argv.push('/clp:Verbosity=minimal')
+    }
+
+    if (msvs) {
+      // Turn off the Microsoft logo on Windows
+      argv.push('/nologo')
+    }
+
+    // Specify the build type, Release by default
+    if (msvs) {
+      // Convert .gypi config target_arch to MSBuild /Platform
+      // Since there are many ways to state '32-bit Intel', default to it.
+      // N.B. msbuild's Condition string equality tests are case-insensitive.
+      const archLower = arch.toLowerCase()
+      const p = archLower === 'x64'
+        ? 'x64'
+        : (archLower === 'arm'
+            ? 'ARM'
+            : (archLower === 'arm64' ? 'ARM64' : 'Win32'))
+      argv.push('/p:Configuration=' + buildType + ';Platform=' + p)
+      if (jobs) {
+        j = parseInt(jobs, 10)
+        if (!isNaN(j) && j > 0) {
+          argv.push('/m:' + j)
+        } else if (jobs.toUpperCase() === 'MAX') {
+          argv.push('/m:' + require('os').cpus().length)
+        }
+      }
+    } else {
+      argv.push('BUILDTYPE=' + buildType)
+      // Invoke the Makefile in the 'build' dir.
+      argv.push('-C')
+      argv.push('build')
+      if (jobs) {
+        j = parseInt(jobs, 10)
+        if (!isNaN(j) && j > 0) {
+          argv.push('--jobs')
+          argv.push(j)
+        } else if (jobs.toUpperCase() === 'MAX') {
+          argv.push('--jobs')
+          argv.push(require('os').cpus().length)
+        }
+      }
+    }
+
+    if (msvs) {
+      // did the user specify their own .sln file?
+      const hasSln = argv.some(function (arg) {
+        return path.extname(arg) === '.sln'
+      })
+      if (!hasSln) {
+        argv.unshift(gyp.opts.solution || guessedSolution)
+      }
+    }
+
+    if (!win) {
+      // Add build-time dependency symlinks (such as Python) to PATH
+      buildBinsDir = path.resolve('build', 'node_gyp_bins')
+      process.env.PATH = `${buildBinsDir}:${process.env.PATH}`
+      await fs.mkdir(buildBinsDir, { recursive: true })
+      const symlinkDestination = path.join(buildBinsDir, 'python3')
+      try {
+        await fs.unlink(symlinkDestination)
+      } catch (err) {
+        if (err.code !== 'ENOENT') throw err
+      }
+      await fs.symlink(python, symlinkDestination)
+      log.verbose('bin symlinks', `created symlink to "${python}" in "${buildBinsDir}" and added to PATH`)
+    }
+
+    const proc = gyp.spawn(command, argv)
+    await new Promise((resolve, reject) => proc.on('exit', async (code, signal) => {
+      if (buildBinsDir) {
+        // Clean up the build-time dependency symlinks:
+        await fs.rm(buildBinsDir, { recursive: true })
+      }
+
+      if (code !== 0) {
+        return reject(new Error('`' + command + '` failed with exit code: ' + code))
+      }
+      if (signal) {
+        return reject(new Error('`' + command + '` got signal: ' + signal))
+      }
+      resolve()
+    }))
+  }
+}
+
+module.exports = build
+module.exports.usage = 'Invokes `' + (win ? 'msbuild' : 'make') + '` and builds the module'
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/clean.js b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/clean.js
new file mode 100644
index 00000000..523f8016
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/clean.js
@@ -0,0 +1,15 @@
+'use strict'
+
+const fs = require('graceful-fs').promises
+const log = require('./log')
+
+async function clean (gyp, argv) {
+  // Remove the 'build' dir
+  const buildDir = 'build'
+
+  log.verbose('clean', 'removing "%s" directory', buildDir)
+  await fs.rm(buildDir, { recursive: true, force: true })
+}
+
+module.exports = clean
+module.exports.usage = 'Removes any generated build files and the "out" dir'
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/configure.js b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/configure.js
new file mode 100644
index 00000000..ee672cfb
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/configure.js
@@ -0,0 +1,328 @@
+'use strict'
+
+const { promises: fs, readFileSync } = require('graceful-fs')
+const path = require('path')
+const log = require('./log')
+const os = require('os')
+const processRelease = require('./process-release')
+const win = process.platform === 'win32'
+const findNodeDirectory = require('./find-node-directory')
+const { createConfigGypi } = require('./create-config-gypi')
+const { format: msgFormat } = require('util')
+const { findAccessibleSync } = require('./util')
+const { findPython } = require('./find-python')
+const { findVisualStudio } = win ? require('./find-visualstudio') : {}
+
+const majorRe = /^#define NODE_MAJOR_VERSION (\d+)/m
+const minorRe = /^#define NODE_MINOR_VERSION (\d+)/m
+const patchRe = /^#define NODE_PATCH_VERSION (\d+)/m
+
+async function configure (gyp, argv) {
+  const buildDir = path.resolve('build')
+  const configNames = ['config.gypi', 'common.gypi']
+  const configs = []
+  let nodeDir
+  const release = processRelease(argv, gyp, process.version, process.release)
+
+  const python = await findPython(gyp.opts.python)
+  return getNodeDir()
+
+  async function getNodeDir () {
+    // 'python' should be set by now
+    process.env.PYTHON = python
+
+    if (!gyp.opts.nodedir &&
+        process.config.variables.use_prefix_to_find_headers) {
+      // check if the headers can be found using the prefix specified
+      // at build time. Use them if they match the version expected
+      const prefix = process.config.variables.node_prefix
+      let availVersion
+      try {
+        const nodeVersionH = readFileSync(path.join(prefix,
+          'include', 'node', 'node_version.h'), { encoding: 'utf8' })
+        const major = nodeVersionH.match(majorRe)[1]
+        const minor = nodeVersionH.match(minorRe)[1]
+        const patch = nodeVersionH.match(patchRe)[1]
+        availVersion = major + '.' + minor + '.' + patch
+      } catch {}
+      if (availVersion === release.version) {
+        // ok version matches, use the headers
+        gyp.opts.nodedir = prefix
+        log.verbose('using local node headers based on prefix',
+          'setting nodedir to ' + gyp.opts.nodedir)
+      }
+    }
+
+    if (gyp.opts.nodedir) {
+      // --nodedir was specified. use that for the dev files
+      nodeDir = gyp.opts.nodedir.replace(/^~/, os.homedir())
+      log.verbose('get node dir', 'compiling against specified --nodedir dev files: %s', nodeDir)
+    } else {
+      // if no --nodedir specified, ensure node dependencies are installed
+      if ('v' + release.version !== process.version) {
+        // if --target was given, then determine a target version to compile for
+        log.verbose('get node dir', 'compiling against --target node version: %s', release.version)
+      } else {
+        // if no --target was specified then use the current host node version
+        log.verbose('get node dir', 'no --target version specified, falling back to host node version: %s', release.version)
+      }
+
+      if (!release.semver) {
+        // could not parse the version string with semver
+        throw new Error('Invalid version number: ' + release.version)
+      }
+
+      // If the tarball option is set, always remove and reinstall the headers
+      // into devdir. Otherwise only install if they're not already there.
+      gyp.opts.ensure = !gyp.opts.tarball
+
+      await gyp.commands.install([release.version])
+
+      log.verbose('get node dir', 'target node version installed:', release.versionDir)
+      nodeDir = path.resolve(gyp.devDir, release.versionDir)
+    }
+
+    return createBuildDir()
+  }
+
+  async function createBuildDir () {
+    log.verbose('build dir', 'attempting to create "build" dir: %s', buildDir)
+
+    const isNew = await fs.mkdir(buildDir, { recursive: true })
+    log.verbose(
+      'build dir', '"build" dir needed to be created?', isNew ? 'Yes' : 'No'
+    )
+    if (win) {
+      let usingMakeGenerator = false
+      for (let i = argv.length - 1; i >= 0; --i) {
+        const arg = argv[i]
+        if (arg === '-f' || arg === '--format') {
+          const format = argv[i + 1]
+          if (typeof format === 'string' && format.startsWith('make')) {
+            usingMakeGenerator = true
+            break
+          }
+        } else if (arg.startsWith('--format=make')) {
+          usingMakeGenerator = true
+          break
+        }
+      }
+      let vsInfo = {}
+      if (!usingMakeGenerator) {
+        vsInfo = await findVisualStudio(release.semver, gyp.opts['msvs-version'])
+      }
+      return createConfigFile(vsInfo)
+    }
+    return createConfigFile(null)
+  }
+
+  async function createConfigFile (vsInfo) {
+    if (win) {
+      process.env.GYP_MSVS_VERSION = Math.min(vsInfo.versionYear, 2015)
+      process.env.GYP_MSVS_OVERRIDE_PATH = vsInfo.path
+    }
+    const configPath = await createConfigGypi({ gyp, buildDir, nodeDir, vsInfo, python })
+    configs.push(configPath)
+    return findConfigs()
+  }
+
+  async function findConfigs () {
+    const name = configNames.shift()
+    if (!name) {
+      return runGyp()
+    }
+
+    const fullPath = path.resolve(name)
+    log.verbose(name, 'checking for gypi file: %s', fullPath)
+    try {
+      await fs.stat(fullPath)
+      log.verbose(name, 'found gypi file')
+      configs.push(fullPath)
+    } catch (err) {
+      // ENOENT will check next gypi filename
+      if (err.code !== 'ENOENT') {
+        throw err
+      }
+    }
+
+    return findConfigs()
+  }
+
+  async function runGyp () {
+    if (!~argv.indexOf('-f') && !~argv.indexOf('--format')) {
+      if (win) {
+        log.verbose('gyp', 'gyp format was not specified; forcing "msvs"')
+        // force the 'make' target for non-Windows
+        argv.push('-f', 'msvs')
+      } else {
+        log.verbose('gyp', 'gyp format was not specified; forcing "make"')
+        // force the 'make' target for non-Windows
+        argv.push('-f', 'make')
+      }
+    }
+
+    // include all the ".gypi" files that were found
+    configs.forEach(function (config) {
+      argv.push('-I', config)
+    })
+
+    // For AIX and z/OS we need to set up the path to the exports file
+    // which contains the symbols needed for linking.
+    let nodeExpFile
+    let nodeRootDir
+    let candidates
+    let logprefix = 'find exports file'
+    if (process.platform === 'aix' || process.platform === 'os390' || process.platform === 'os400') {
+      const ext = process.platform === 'os390' ? 'x' : 'exp'
+      nodeRootDir = findNodeDirectory()
+
+      if (process.platform === 'aix' || process.platform === 'os400') {
+        candidates = [
+          'include/node/node',
+          'out/Release/node',
+          'out/Debug/node',
+          'node'
+        ].map(function (file) {
+          return file + '.' + ext
+        })
+      } else {
+        candidates = [
+          'out/Release/lib.target/libnode',
+          'out/Debug/lib.target/libnode',
+          'out/Release/obj.target/libnode',
+          'out/Debug/obj.target/libnode',
+          'lib/libnode'
+        ].map(function (file) {
+          return file + '.' + ext
+        })
+      }
+
+      nodeExpFile = findAccessibleSync(logprefix, nodeRootDir, candidates)
+      if (nodeExpFile !== undefined) {
+        log.verbose(logprefix, 'Found exports file: %s', nodeExpFile)
+      } else {
+        const msg = msgFormat('Could not find node.%s file in %s', ext, nodeRootDir)
+        log.error(logprefix, 'Could not find exports file')
+        throw new Error(msg)
+      }
+    }
+
+    // For z/OS we need to set up the path to zoslib include directory,
+    // which contains headers included in v8config.h.
+    let zoslibIncDir
+    if (process.platform === 'os390') {
+      logprefix = "find zoslib's zos-base.h:"
+      let msg
+      let zoslibIncPath = process.env.ZOSLIB_INCLUDES
+      if (zoslibIncPath) {
+        zoslibIncPath = findAccessibleSync(logprefix, zoslibIncPath, ['zos-base.h'])
+        if (zoslibIncPath === undefined) {
+          msg = msgFormat('Could not find zos-base.h file in the directory set ' +
+                          'in ZOSLIB_INCLUDES environment variable: %s; set it ' +
+                          'to the correct path, or unset it to search %s', process.env.ZOSLIB_INCLUDES, nodeRootDir)
+        }
+      } else {
+        candidates = [
+          'include/node/zoslib/zos-base.h',
+          'include/zoslib/zos-base.h',
+          'zoslib/include/zos-base.h',
+          'install/include/node/zoslib/zos-base.h'
+        ]
+        zoslibIncPath = findAccessibleSync(logprefix, nodeRootDir, candidates)
+        if (zoslibIncPath === undefined) {
+          msg = msgFormat('Could not find any of %s in directory %s; set ' +
+                          'environmant variable ZOSLIB_INCLUDES to the path ' +
+                          'that contains zos-base.h', candidates.toString(), nodeRootDir)
+        }
+      }
+      if (zoslibIncPath !== undefined) {
+        zoslibIncDir = path.dirname(zoslibIncPath)
+        log.verbose(logprefix, "Found zoslib's zos-base.h in: %s", zoslibIncDir)
+      } else if (release.version.split('.')[0] >= 16) {
+        // zoslib is only shipped in Node v16 and above.
+        log.error(logprefix, msg)
+        throw new Error(msg)
+      }
+    }
+
+    // this logic ported from the old `gyp_addon` python file
+    const gypScript = path.resolve(__dirname, '..', 'gyp', 'gyp_main.py')
+    const addonGypi = path.resolve(__dirname, '..', 'addon.gypi')
+    let commonGypi = path.resolve(nodeDir, 'include/node/common.gypi')
+    try {
+      await fs.stat(commonGypi)
+    } catch (err) {
+      commonGypi = path.resolve(nodeDir, 'common.gypi')
+    }
+
+    let outputDir = 'build'
+    if (win) {
+      // Windows expects an absolute path
+      outputDir = buildDir
+    }
+    const nodeGypDir = path.resolve(__dirname, '..')
+
+    let nodeLibFile = path.join(nodeDir,
+      !gyp.opts.nodedir ? '<(target_arch)' : '$(Configuration)',
+      release.name + '.lib')
+
+    argv.push('-I', addonGypi)
+    argv.push('-I', commonGypi)
+    argv.push('-Dlibrary=shared_library')
+    argv.push('-Dvisibility=default')
+    argv.push('-Dnode_root_dir=' + nodeDir)
+    if (process.platform === 'aix' || process.platform === 'os390' || process.platform === 'os400') {
+      argv.push('-Dnode_exp_file=' + nodeExpFile)
+      if (process.platform === 'os390' && zoslibIncDir) {
+        argv.push('-Dzoslib_include_dir=' + zoslibIncDir)
+      }
+    }
+    argv.push('-Dnode_gyp_dir=' + nodeGypDir)
+
+    // Do this to keep Cygwin environments happy, else the unescaped '\' gets eaten up,
+    // resulting in bad paths, Ex c:parentFolderfolderanotherFolder instead of c:\parentFolder\folder\anotherFolder
+    if (win) {
+      nodeLibFile = nodeLibFile.replace(/\\/g, '\\\\')
+    }
+    argv.push('-Dnode_lib_file=' + nodeLibFile)
+    argv.push('-Dmodule_root_dir=' + process.cwd())
+    argv.push('-Dnode_engine=' +
+        (gyp.opts.node_engine || process.jsEngine || 'v8'))
+    argv.push('--depth=.')
+    argv.push('--no-parallel')
+
+    // tell gyp to write the Makefile/Solution files into output_dir
+    argv.push('--generator-output', outputDir)
+
+    // tell make to write its output into the same dir
+    argv.push('-Goutput_dir=.')
+
+    // enforce use of the "binding.gyp" file
+    argv.unshift('binding.gyp')
+
+    // execute `gyp` from the current target nodedir
+    argv.unshift(gypScript)
+
+    // make sure python uses files that came with this particular node package
+    const pypath = [path.join(__dirname, '..', 'gyp', 'pylib')]
+    if (process.env.PYTHONPATH) {
+      pypath.push(process.env.PYTHONPATH)
+    }
+    process.env.PYTHONPATH = pypath.join(win ? ';' : ':')
+
+    await new Promise((resolve, reject) => {
+      const cp = gyp.spawn(python, argv)
+      cp.on('exit', (code) => {
+        if (code !== 0) {
+          reject(new Error('`gyp` failed with exit code: ' + code))
+        } else {
+          // we're done
+          resolve()
+        }
+      })
+    })
+  }
+}
+
+module.exports = configure
+module.exports.usage = 'Generates ' + (win ? 'MSVC project files' : 'a Makefile') + ' for the current module'
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/create-config-gypi.js b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/create-config-gypi.js
new file mode 100644
index 00000000..01a820e9
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/create-config-gypi.js
@@ -0,0 +1,153 @@
+'use strict'
+
+const fs = require('graceful-fs').promises
+const log = require('./log')
+const path = require('path')
+
+function parseConfigGypi (config) {
+  // translated from tools/js2c.py of Node.js
+  // 1. string comments
+  config = config.replace(/#.*/g, '')
+  // 2. join multiline strings
+  config = config.replace(/'$\s+'/mg, '')
+  // 3. normalize string literals from ' into "
+  config = config.replace(/'/g, '"')
+  return JSON.parse(config)
+}
+
+async function getBaseConfigGypi ({ gyp, nodeDir }) {
+  // try reading $nodeDir/include/node/config.gypi first when:
+  // 1. --dist-url or --nodedir is specified
+  // 2. and --force-process-config is not specified
+  const useCustomHeaders = gyp.opts.nodedir || gyp.opts.disturl || gyp.opts['dist-url']
+  const shouldReadConfigGypi = useCustomHeaders && !gyp.opts['force-process-config']
+  if (shouldReadConfigGypi && nodeDir) {
+    try {
+      const baseConfigGypiPath = path.resolve(nodeDir, 'include/node/config.gypi')
+      const baseConfigGypi = await fs.readFile(baseConfigGypiPath)
+      return parseConfigGypi(baseConfigGypi.toString())
+    } catch (err) {
+      log.warn('read config.gypi', err.message)
+    }
+  }
+
+  // fallback to process.config if it is invalid
+  return JSON.parse(JSON.stringify(process.config))
+}
+
+async function getCurrentConfigGypi ({ gyp, nodeDir, vsInfo, python }) {
+  const config = await getBaseConfigGypi({ gyp, nodeDir })
+  if (!config.target_defaults) {
+    config.target_defaults = {}
+  }
+  if (!config.variables) {
+    config.variables = {}
+  }
+
+  const defaults = config.target_defaults
+  const variables = config.variables
+
+  // don't inherit the "defaults" from the base config.gypi.
+  // doing so could cause problems in cases where the `node` executable was
+  // compiled on a different machine (with different lib/include paths) than
+  // the machine where the addon is being built to
+  defaults.cflags = []
+  defaults.defines = []
+  defaults.include_dirs = []
+  defaults.libraries = []
+
+  // set the default_configuration prop
+  if ('debug' in gyp.opts) {
+    defaults.default_configuration = gyp.opts.debug ? 'Debug' : 'Release'
+  }
+
+  if (!defaults.default_configuration) {
+    defaults.default_configuration = 'Release'
+  }
+
+  // set the target_arch variable
+  variables.target_arch = gyp.opts.arch || process.arch || 'ia32'
+  if (variables.target_arch === 'arm64') {
+    defaults.msvs_configuration_platform = 'ARM64'
+    defaults.xcode_configuration_platform = 'arm64'
+  }
+
+  // set the node development directory
+  variables.nodedir = nodeDir
+
+  // set the configured Python path
+  variables.python = python
+
+  // disable -T "thin" static archives by default
+  variables.standalone_static_library = gyp.opts.thin ? 0 : 1
+
+  if (process.platform === 'win32') {
+    defaults.msbuild_toolset = vsInfo.toolset
+    if (vsInfo.sdk) {
+      defaults.msvs_windows_target_platform_version = vsInfo.sdk
+    }
+    if (variables.target_arch === 'arm64') {
+      if (vsInfo.versionMajor > 15 ||
+          (vsInfo.versionMajor === 15 && vsInfo.versionMajor >= 9)) {
+        defaults.msvs_enable_marmasm = 1
+      } else {
+        log.warn('Compiling ARM64 assembly is only available in\n' +
+          'Visual Studio 2017 version 15.9 and above')
+      }
+    }
+    variables.msbuild_path = vsInfo.msBuild
+    if (config.variables.clang === 1) {
+      config.variables.clang = 0
+    }
+  }
+
+  // loop through the rest of the opts and add the unknown ones as variables.
+  // this allows for module-specific configure flags like:
+  //
+  //   $ node-gyp configure --shared-libxml2
+  Object.keys(gyp.opts).forEach(function (opt) {
+    if (opt === 'argv') {
+      return
+    }
+    if (opt in gyp.configDefs) {
+      return
+    }
+    variables[opt.replace(/-/g, '_')] = gyp.opts[opt]
+  })
+
+  return config
+}
+
+async function createConfigGypi ({ gyp, buildDir, nodeDir, vsInfo, python }) {
+  const configFilename = 'config.gypi'
+  const configPath = path.resolve(buildDir, configFilename)
+
+  log.verbose('build/' + configFilename, 'creating config file')
+
+  const config = await getCurrentConfigGypi({ gyp, nodeDir, vsInfo, python })
+
+  // ensures that any boolean values in config.gypi get stringified
+  function boolsToString (k, v) {
+    if (typeof v === 'boolean') {
+      return String(v)
+    }
+    return v
+  }
+
+  log.silly('build/' + configFilename, config)
+
+  // now write out the config.gypi file to the build/ dir
+  const prefix = '# Do not edit. File was generated by node-gyp\'s "configure" step'
+
+  const json = JSON.stringify(config, boolsToString, 2)
+  log.verbose('build/' + configFilename, 'writing out config file: %s', configPath)
+  await fs.writeFile(configPath, [prefix, json, ''].join('\n'))
+
+  return configPath
+}
+
+module.exports = {
+  createConfigGypi,
+  parseConfigGypi,
+  getCurrentConfigGypi
+}
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/download.js b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/download.js
new file mode 100644
index 00000000..ed0aa37f
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/download.js
@@ -0,0 +1,39 @@
+const fetch = require('make-fetch-happen')
+const { promises: fs } = require('graceful-fs')
+const log = require('./log')
+
+async function download (gyp, url) {
+  log.http('GET', url)
+
+  const requestOpts = {
+    headers: {
+      'User-Agent': `node-gyp v${gyp.version} (node ${process.version})`,
+      Connection: 'keep-alive'
+    },
+    proxy: gyp.opts.proxy,
+    noProxy: gyp.opts.noproxy
+  }
+
+  const cafile = gyp.opts.cafile
+  if (cafile) {
+    requestOpts.ca = await readCAFile(cafile)
+  }
+
+  const res = await fetch(url, requestOpts)
+  log.http(res.status, res.url)
+
+  return res
+}
+
+async function readCAFile (filename) {
+  // The CA file can contain multiple certificates so split on certificate
+  // boundaries.  [\S\s]*? is used to match everything including newlines.
+  const ca = await fs.readFile(filename, 'utf8')
+  const re = /(-----BEGIN CERTIFICATE-----[\S\s]*?-----END CERTIFICATE-----)/g
+  return ca.match(re)
+}
+
+module.exports = {
+  download,
+  readCAFile
+}
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/find-node-directory.js b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/find-node-directory.js
new file mode 100644
index 00000000..8838b81d
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/find-node-directory.js
@@ -0,0 +1,63 @@
+'use strict'
+
+const path = require('path')
+const log = require('./log')
+
+function findNodeDirectory (scriptLocation, processObj) {
+  // set dirname and process if not passed in
+  // this facilitates regression tests
+  if (scriptLocation === undefined) {
+    scriptLocation = __dirname
+  }
+  if (processObj === undefined) {
+    processObj = process
+  }
+
+  // Have a look to see what is above us, to try and work out where we are
+  const npmParentDirectory = path.join(scriptLocation, '../../../..')
+  log.verbose('node-gyp root', 'npm_parent_directory is ' +
+              path.basename(npmParentDirectory))
+  let nodeRootDir = ''
+
+  log.verbose('node-gyp root', 'Finding node root directory')
+  if (path.basename(npmParentDirectory) === 'deps') {
+    // We are in a build directory where this script lives in
+    // deps/npm/node_modules/node-gyp/lib
+    nodeRootDir = path.join(npmParentDirectory, '..')
+    log.verbose('node-gyp root', 'in build directory, root = ' +
+                nodeRootDir)
+  } else if (path.basename(npmParentDirectory) === 'node_modules') {
+    // We are in a node install directory where this script lives in
+    // lib/node_modules/npm/node_modules/node-gyp/lib or
+    // node_modules/npm/node_modules/node-gyp/lib depending on the
+    // platform
+    if (processObj.platform === 'win32') {
+      nodeRootDir = path.join(npmParentDirectory, '..')
+    } else {
+      nodeRootDir = path.join(npmParentDirectory, '../..')
+    }
+    log.verbose('node-gyp root', 'in install directory, root = ' +
+                nodeRootDir)
+  } else {
+    // We don't know where we are, try working it out from the location
+    // of the node binary
+    const nodeDir = path.dirname(processObj.execPath)
+    const directoryUp = path.basename(nodeDir)
+    if (directoryUp === 'bin') {
+      nodeRootDir = path.join(nodeDir, '..')
+    } else if (directoryUp === 'Release' || directoryUp === 'Debug') {
+      // If we are a recently built node, and the directory structure
+      // is that of a repository. If we are on Windows then we only need
+      // to go one level up, everything else, two
+      if (processObj.platform === 'win32') {
+        nodeRootDir = path.join(nodeDir, '..')
+      } else {
+        nodeRootDir = path.join(nodeDir, '../..')
+      }
+    }
+    // Else return the default blank, "".
+  }
+  return nodeRootDir
+}
+
+module.exports = findNodeDirectory
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/find-python.js b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/find-python.js
new file mode 100644
index 00000000..a71c00c2
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/find-python.js
@@ -0,0 +1,310 @@
+'use strict'
+
+const log = require('./log')
+const semver = require('semver')
+const { execFile } = require('./util')
+const win = process.platform === 'win32'
+
+function getOsUserInfo () {
+  try {
+    return require('os').userInfo().username
+  } catch {}
+}
+
+const systemDrive = process.env.SystemDrive || 'C:'
+const username = process.env.USERNAME || process.env.USER || getOsUserInfo()
+const localAppData = process.env.LOCALAPPDATA || `${systemDrive}\\${username}\\AppData\\Local`
+const foundLocalAppData = process.env.LOCALAPPDATA || username
+const programFiles = process.env.ProgramW6432 || process.env.ProgramFiles || `${systemDrive}\\Program Files`
+const programFilesX86 = process.env['ProgramFiles(x86)'] || `${programFiles} (x86)`
+
+const winDefaultLocationsArray = []
+for (const majorMinor of ['311', '310', '39', '38']) {
+  if (foundLocalAppData) {
+    winDefaultLocationsArray.push(
+      `${localAppData}\\Programs\\Python\\Python${majorMinor}\\python.exe`,
+      `${programFiles}\\Python${majorMinor}\\python.exe`,
+      `${localAppData}\\Programs\\Python\\Python${majorMinor}-32\\python.exe`,
+      `${programFiles}\\Python${majorMinor}-32\\python.exe`,
+      `${programFilesX86}\\Python${majorMinor}-32\\python.exe`
+    )
+  } else {
+    winDefaultLocationsArray.push(
+      `${programFiles}\\Python${majorMinor}\\python.exe`,
+      `${programFiles}\\Python${majorMinor}-32\\python.exe`,
+      `${programFilesX86}\\Python${majorMinor}-32\\python.exe`
+    )
+  }
+}
+
+class PythonFinder {
+  static findPython = (...args) => new PythonFinder(...args).findPython()
+
+  log = log.withPrefix('find Python')
+  argsExecutable = ['-c', 'import sys; sys.stdout.buffer.write(sys.executable.encode(\'utf-8\'));']
+  argsVersion = ['-c', 'import sys; print("%s.%s.%s" % sys.version_info[:3]);']
+  semverRange = '>=3.6.0'
+
+  // These can be overridden for testing:
+  execFile = execFile
+  env = process.env
+  win = win
+  pyLauncher = 'py.exe'
+  winDefaultLocations = winDefaultLocationsArray
+
+  constructor (configPython) {
+    this.configPython = configPython
+    this.errorLog = []
+  }
+
+  // Logs a message at verbose level, but also saves it to be displayed later
+  // at error level if an error occurs. This should help diagnose the problem.
+  addLog (message) {
+    this.log.verbose(message)
+    this.errorLog.push(message)
+  }
+
+  // Find Python by trying a sequence of possibilities.
+  // Ignore errors, keep trying until Python is found.
+  async findPython () {
+    const SKIP = 0
+    const FAIL = 1
+    const toCheck = (() => {
+      if (this.env.NODE_GYP_FORCE_PYTHON) {
+        return [{
+          before: () => {
+            this.addLog(
+              'checking Python explicitly set from NODE_GYP_FORCE_PYTHON')
+            this.addLog('- process.env.NODE_GYP_FORCE_PYTHON is ' +
+              `"${this.env.NODE_GYP_FORCE_PYTHON}"`)
+          },
+          check: () => this.checkCommand(this.env.NODE_GYP_FORCE_PYTHON)
+        }]
+      }
+
+      const checks = [
+        {
+          before: () => {
+            if (!this.configPython) {
+              this.addLog(
+                'Python is not set from command line or npm configuration')
+              return SKIP
+            }
+            this.addLog('checking Python explicitly set from command line or ' +
+              'npm configuration')
+            this.addLog('- "--python=" or "npm config get python" is ' +
+              `"${this.configPython}"`)
+          },
+          check: () => this.checkCommand(this.configPython)
+        },
+        {
+          before: () => {
+            if (!this.env.PYTHON) {
+              this.addLog('Python is not set from environment variable ' +
+                'PYTHON')
+              return SKIP
+            }
+            this.addLog('checking Python explicitly set from environment ' +
+              'variable PYTHON')
+            this.addLog(`- process.env.PYTHON is "${this.env.PYTHON}"`)
+          },
+          check: () => this.checkCommand(this.env.PYTHON)
+        }
+      ]
+
+      if (this.win) {
+        checks.push({
+          before: () => {
+            this.addLog(
+              'checking if the py launcher can be used to find Python 3')
+          },
+          check: () => this.checkPyLauncher()
+        })
+      }
+
+      checks.push(...[
+        {
+          before: () => { this.addLog('checking if "python3" can be used') },
+          check: () => this.checkCommand('python3')
+        },
+        {
+          before: () => { this.addLog('checking if "python" can be used') },
+          check: () => this.checkCommand('python')
+        }
+      ])
+
+      if (this.win) {
+        for (let i = 0; i < this.winDefaultLocations.length; ++i) {
+          const location = this.winDefaultLocations[i]
+          checks.push({
+            before: () => this.addLog(`checking if Python is ${location}`),
+            check: () => this.checkExecPath(location)
+          })
+        }
+      }
+
+      return checks
+    })()
+
+    for (const check of toCheck) {
+      const before = check.before()
+      if (before === SKIP) {
+        continue
+      }
+      if (before === FAIL) {
+        return this.fail()
+      }
+      try {
+        return await check.check()
+      } catch (err) {
+        this.log.silly('runChecks: err = %j', (err && err.stack) || err)
+      }
+    }
+
+    return this.fail()
+  }
+
+  // Check if command is a valid Python to use.
+  // Will exit the Python finder on success.
+  // If on Windows, run in a CMD shell to support BAT/CMD launchers.
+  async checkCommand (command) {
+    let exec = command
+    let args = this.argsExecutable
+    let shell = false
+    if (this.win) {
+      // Arguments have to be manually quoted
+      exec = `"${exec}"`
+      args = args.map(a => `"${a}"`)
+      shell = true
+    }
+
+    this.log.verbose(`- executing "${command}" to get executable path`)
+    // Possible outcomes:
+    // - Error: not in PATH, not executable or execution fails
+    // - Gibberish: the next command to check version will fail
+    // - Absolute path to executable
+    try {
+      const execPath = await this.run(exec, args, shell)
+      this.addLog(`- executable path is "${execPath}"`)
+      return this.checkExecPath(execPath)
+    } catch (err) {
+      this.addLog(`- "${command}" is not in PATH or produced an error`)
+      throw err
+    }
+  }
+
+  // Check if the py launcher can find a valid Python to use.
+  // Will exit the Python finder on success.
+  // Distributions of Python on Windows by default install with the "py.exe"
+  // Python launcher which is more likely to exist than the Python executable
+  // being in the $PATH.
+  // Because the Python launcher supports Python 2 and Python 3, we should
+  // explicitly request a Python 3 version. This is done by supplying "-3" as
+  // the first command line argument. Since "py.exe -3" would be an invalid
+  // executable for "execFile", we have to use the launcher to figure out
+  // where the actual "python.exe" executable is located.
+  async checkPyLauncher () {
+    this.log.verbose(`- executing "${this.pyLauncher}" to get Python 3 executable path`)
+    // Possible outcomes: same as checkCommand
+    try {
+      const execPath = await this.run(this.pyLauncher, ['-3', ...this.argsExecutable], false)
+      this.addLog(`- executable path is "${execPath}"`)
+      return this.checkExecPath(execPath)
+    } catch (err) {
+      this.addLog(`- "${this.pyLauncher}" is not in PATH or produced an error`)
+      throw err
+    }
+  }
+
+  // Check if a Python executable is the correct version to use.
+  // Will exit the Python finder on success.
+  async checkExecPath (execPath) {
+    this.log.verbose(`- executing "${execPath}" to get version`)
+    // Possible outcomes:
+    // - Error: executable can not be run (likely meaning the command wasn't
+    //   a Python executable and the previous command produced gibberish)
+    // - Gibberish: somehow the last command produced an executable path,
+    //   this will fail when verifying the version
+    // - Version of the Python executable
+    try {
+      const version = await this.run(execPath, this.argsVersion, false)
+      this.addLog(`- version is "${version}"`)
+
+      const range = new semver.Range(this.semverRange)
+      let valid = false
+      try {
+        valid = range.test(version)
+      } catch (err) {
+        this.log.silly('range.test() threw:\n%s', err.stack)
+        this.addLog(`- "${execPath}" does not have a valid version`)
+        this.addLog('- is it a Python executable?')
+        throw err
+      }
+      if (!valid) {
+        this.addLog(`- version is ${version} - should be ${this.semverRange}`)
+        this.addLog('- THIS VERSION OF PYTHON IS NOT SUPPORTED')
+        throw new Error(`Found unsupported Python version ${version}`)
+      }
+      return this.succeed(execPath, version)
+    } catch (err) {
+      this.addLog(`- "${execPath}" could not be run`)
+      throw err
+    }
+  }
+
+  // Run an executable or shell command, trimming the output.
+  async run (exec, args, shell) {
+    const env = Object.assign({}, this.env)
+    env.TERM = 'dumb'
+    const opts = { env, shell }
+
+    this.log.silly('execFile: exec = %j', exec)
+    this.log.silly('execFile: args = %j', args)
+    this.log.silly('execFile: opts = %j', opts)
+    try {
+      const [err, stdout, stderr] = await this.execFile(exec, args, opts)
+      this.log.silly('execFile result: err = %j', (err && err.stack) || err)
+      this.log.silly('execFile result: stdout = %j', stdout)
+      this.log.silly('execFile result: stderr = %j', stderr)
+      return stdout.trim()
+    } catch (err) {
+      this.log.silly('execFile: threw:\n%s', err.stack)
+      throw err
+    }
+  }
+
+  succeed (execPath, version) {
+    this.log.info(`using Python version ${version} found at "${execPath}"`)
+    return execPath
+  }
+
+  fail () {
+    const errorLog = this.errorLog.join('\n')
+
+    const pathExample = this.win
+      ? 'C:\\Path\\To\\python.exe'
+      : '/path/to/pythonexecutable'
+    // For Windows 80 col console, use up to the column before the one marked
+    // with X (total 79 chars including logger prefix, 58 chars usable here):
+    //                                                           X
+    const info = [
+      '**********************************************************',
+      'You need to install the latest version of Python.',
+      'Node-gyp should be able to find and use Python. If not,',
+      'you can try one of the following options:',
+      `- Use the switch --python="${pathExample}"`,
+      '  (accepted by both node-gyp and npm)',
+      '- Set the environment variable PYTHON',
+      '- Set the npm configuration variable python:',
+      `  npm config set python "${pathExample}"`,
+      'For more information consult the documentation at:',
+      'https://github.com/nodejs/node-gyp#installation',
+      '**********************************************************'
+    ].join('\n')
+
+    this.log.error(`\n${errorLog}\n\n${info}\n`)
+    throw new Error('Could not find any Python installation to use')
+  }
+}
+
+module.exports = PythonFinder
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/find-visualstudio.js b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/find-visualstudio.js
new file mode 100644
index 00000000..e9aa7faf
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/find-visualstudio.js
@@ -0,0 +1,600 @@
+'use strict'
+
+const log = require('./log')
+const { existsSync } = require('fs')
+const { win32: path } = require('path')
+const { regSearchKeys, execFile } = require('./util')
+
+class VisualStudioFinder {
+  static findVisualStudio = (...args) => new VisualStudioFinder(...args).findVisualStudio()
+
+  log = log.withPrefix('find VS')
+
+  regSearchKeys = regSearchKeys
+
+  constructor (nodeSemver, configMsvsVersion) {
+    this.nodeSemver = nodeSemver
+    this.configMsvsVersion = configMsvsVersion
+    this.errorLog = []
+    this.validVersions = []
+  }
+
+  // Logs a message at verbose level, but also saves it to be displayed later
+  // at error level if an error occurs. This should help diagnose the problem.
+  addLog (message) {
+    this.log.verbose(message)
+    this.errorLog.push(message)
+  }
+
+  async findVisualStudio () {
+    this.configVersionYear = null
+    this.configPath = null
+    if (this.configMsvsVersion) {
+      this.addLog('msvs_version was set from command line or npm config')
+      if (this.configMsvsVersion.match(/^\d{4}$/)) {
+        this.configVersionYear = parseInt(this.configMsvsVersion, 10)
+        this.addLog(
+          `- looking for Visual Studio version ${this.configVersionYear}`)
+      } else {
+        this.configPath = path.resolve(this.configMsvsVersion)
+        this.addLog(
+          `- looking for Visual Studio installed in "${this.configPath}"`)
+      }
+    } else {
+      this.addLog('msvs_version not set from command line or npm config')
+    }
+
+    if (process.env.VCINSTALLDIR) {
+      this.envVcInstallDir =
+        path.resolve(process.env.VCINSTALLDIR, '..')
+      this.addLog('running in VS Command Prompt, installation path is:\n' +
+        `"${this.envVcInstallDir}"\n- will only use this version`)
+    } else {
+      this.addLog('VCINSTALLDIR not set, not running in VS Command Prompt')
+    }
+
+    const checks = [
+      () => this.findVisualStudio2019OrNewerFromSpecifiedLocation(),
+      () => this.findVisualStudio2019OrNewerUsingSetupModule(),
+      () => this.findVisualStudio2019OrNewer(),
+      () => this.findVisualStudio2017FromSpecifiedLocation(),
+      () => this.findVisualStudio2017UsingSetupModule(),
+      () => this.findVisualStudio2017(),
+      () => this.findVisualStudio2015(),
+      () => this.findVisualStudio2013()
+    ]
+
+    for (const check of checks) {
+      const info = await check()
+      if (info) {
+        return this.succeed(info)
+      }
+    }
+
+    return this.fail()
+  }
+
+  succeed (info) {
+    this.log.info(`using VS${info.versionYear} (${info.version}) found at:` +
+                  `\n"${info.path}"` +
+                  '\nrun with --verbose for detailed information')
+    return info
+  }
+
+  fail () {
+    if (this.configMsvsVersion && this.envVcInstallDir) {
+      this.errorLog.push(
+        'msvs_version does not match this VS Command Prompt or the',
+        'installation cannot be used.')
+    } else if (this.configMsvsVersion) {
+      // If msvs_version was specified but finding VS failed, print what would
+      // have been accepted
+      this.errorLog.push('')
+      if (this.validVersions) {
+        this.errorLog.push('valid versions for msvs_version:')
+        this.validVersions.forEach((version) => {
+          this.errorLog.push(`- "${version}"`)
+        })
+      } else {
+        this.errorLog.push('no valid versions for msvs_version were found')
+      }
+    }
+
+    const errorLog = this.errorLog.join('\n')
+
+    // For Windows 80 col console, use up to the column before the one marked
+    // with X (total 79 chars including logger prefix, 62 chars usable here):
+    //                                                               X
+    const infoLog = [
+      '**************************************************************',
+      'You need to install the latest version of Visual Studio',
+      'including the "Desktop development with C++" workload.',
+      'For more information consult the documentation at:',
+      'https://github.com/nodejs/node-gyp#on-windows',
+      '**************************************************************'
+    ].join('\n')
+
+    this.log.error(`\n${errorLog}\n\n${infoLog}\n`)
+    throw new Error('Could not find any Visual Studio installation to use')
+  }
+
+  async findVisualStudio2019OrNewerFromSpecifiedLocation () {
+    return this.findVSFromSpecifiedLocation([2019, 2022])
+  }
+
+  async findVisualStudio2017FromSpecifiedLocation () {
+    if (this.nodeSemver.major >= 22) {
+      this.addLog(
+        'not looking for VS2017 as it is only supported up to Node.js 21')
+      return null
+    }
+    return this.findVSFromSpecifiedLocation([2017])
+  }
+
+  async findVSFromSpecifiedLocation (supportedYears) {
+    if (!this.envVcInstallDir) {
+      return null
+    }
+    const info = {
+      path: path.resolve(this.envVcInstallDir),
+      // Assume the version specified by the user is correct.
+      // Since Visual Studio 2015, the Developer Command Prompt sets the
+      // VSCMD_VER environment variable which contains the version information
+      // for Visual Studio.
+      // https://learn.microsoft.com/en-us/visualstudio/ide/reference/command-prompt-powershell?view=vs-2022
+      version: process.env.VSCMD_VER,
+      packages: [
+        'Microsoft.VisualStudio.Component.VC.Tools.x86.x64',
+        'Microsoft.VisualStudio.Component.VC.Tools.ARM64',
+        // Assume MSBuild exists. It will be checked in processing.
+        'Microsoft.VisualStudio.VC.MSBuild.Base'
+      ]
+    }
+
+    // Is there a better way to get SDK information?
+    const envWindowsSDKVersion = process.env.WindowsSDKVersion
+    const sdkVersionMatched = envWindowsSDKVersion?.match(/^(\d+)\.(\d+)\.(\d+)\..*/)
+    if (sdkVersionMatched) {
+      info.packages.push(`Microsoft.VisualStudio.Component.Windows10SDK.${sdkVersionMatched[3]}.Desktop`)
+    }
+    // pass for further processing
+    return this.processData([info], supportedYears)
+  }
+
+  async findVisualStudio2019OrNewerUsingSetupModule () {
+    return this.findNewVSUsingSetupModule([2019, 2022])
+  }
+
+  async findVisualStudio2017UsingSetupModule () {
+    if (this.nodeSemver.major >= 22) {
+      this.addLog(
+        'not looking for VS2017 as it is only supported up to Node.js 21')
+      return null
+    }
+    return this.findNewVSUsingSetupModule([2017])
+  }
+
+  async findNewVSUsingSetupModule (supportedYears) {
+    const ps = path.join(process.env.SystemRoot, 'System32',
+      'WindowsPowerShell', 'v1.0', 'powershell.exe')
+    const vcInstallDir = this.envVcInstallDir
+
+    const checkModuleArgs = [
+      '-NoProfile',
+      '-Command',
+      '&{@(Get-Module -ListAvailable -Name VSSetup).Version.ToString()}'
+    ]
+    this.log.silly('Running', ps, checkModuleArgs)
+    const [cErr] = await this.execFile(ps, checkModuleArgs)
+    if (cErr) {
+      this.addLog('VSSetup module doesn\'t seem to exist. You can install it via: "Install-Module VSSetup -Scope CurrentUser"')
+      this.log.silly('VSSetup error = %j', cErr && (cErr.stack || cErr))
+      return null
+    }
+    const filterArg = vcInstallDir !== undefined ? `| where {$_.InstallationPath -eq '${vcInstallDir}' }` : ''
+    const psArgs = [
+      '-NoProfile',
+      '-Command',
+      `&{Get-VSSetupInstance ${filterArg} | ConvertTo-Json -Depth 3}`
+    ]
+
+    this.log.silly('Running', ps, psArgs)
+    const [err, stdout, stderr] = await this.execFile(ps, psArgs)
+    let parsedData = this.parseData(err, stdout, stderr)
+    if (parsedData === null) {
+      return null
+    }
+    this.log.silly('Parsed data', parsedData)
+    if (!Array.isArray(parsedData)) {
+      // if there are only 1 result, then Powershell will output non-array
+      parsedData = [parsedData]
+    }
+    // normalize output
+    parsedData = parsedData.map((info) => {
+      info.path = info.InstallationPath
+      info.version = `${info.InstallationVersion.Major}.${info.InstallationVersion.Minor}.${info.InstallationVersion.Build}.${info.InstallationVersion.Revision}`
+      info.packages = info.Packages.map((p) => p.Id)
+      return info
+    })
+    // pass for further processing
+    return this.processData(parsedData, supportedYears)
+  }
+
+  // Invoke the PowerShell script to get information about Visual Studio 2019
+  // or newer installations
+  async findVisualStudio2019OrNewer () {
+    return this.findNewVS([2019, 2022])
+  }
+
+  // Invoke the PowerShell script to get information about Visual Studio 2017
+  async findVisualStudio2017 () {
+    if (this.nodeSemver.major >= 22) {
+      this.addLog(
+        'not looking for VS2017 as it is only supported up to Node.js 21')
+      return null
+    }
+    return this.findNewVS([2017])
+  }
+
+  // Invoke the PowerShell script to get information about Visual Studio 2017
+  // or newer installations
+  async findNewVS (supportedYears) {
+    const ps = path.join(process.env.SystemRoot, 'System32',
+      'WindowsPowerShell', 'v1.0', 'powershell.exe')
+    const csFile = path.join(__dirname, 'Find-VisualStudio.cs')
+    const psArgs = [
+      '-ExecutionPolicy',
+      'Unrestricted',
+      '-NoProfile',
+      '-Command',
+      '&{Add-Type -Path \'' + csFile + '\';' + '[VisualStudioConfiguration.Main]::PrintJson()}'
+    ]
+
+    this.log.silly('Running', ps, psArgs)
+    const [err, stdout, stderr] = await this.execFile(ps, psArgs)
+    const parsedData = this.parseData(err, stdout, stderr, { checkIsArray: true })
+    if (parsedData === null) {
+      return null
+    }
+    return this.processData(parsedData, supportedYears)
+  }
+
+  // Parse the output of the PowerShell script, make sanity checks
+  parseData (err, stdout, stderr, sanityCheckOptions) {
+    const defaultOptions = {
+      checkIsArray: false
+    }
+
+    // Merging provided options with the default options
+    const sanityOptions = { ...defaultOptions, ...sanityCheckOptions }
+
+    this.log.silly('PS stderr = %j', stderr)
+
+    const failPowershell = (failureDetails) => {
+      this.addLog(
+        `could not use PowerShell to find Visual Studio 2017 or newer, try re-running with '--loglevel silly' for more details. \n
+        Failure details: ${failureDetails}`)
+      return null
+    }
+
+    if (err) {
+      this.log.silly('PS err = %j', err && (err.stack || err))
+      return failPowershell(`${err}`.substring(0, 40))
+    }
+
+    let vsInfo
+    try {
+      vsInfo = JSON.parse(stdout)
+    } catch (e) {
+      this.log.silly('PS stdout = %j', stdout)
+      this.log.silly(e)
+      return failPowershell()
+    }
+
+    if (sanityOptions.checkIsArray && !Array.isArray(vsInfo)) {
+      this.log.silly('PS stdout = %j', stdout)
+      return failPowershell('Expected array as output of the PS script')
+    }
+    return vsInfo
+  }
+
+  // Process parsed data containing information about VS installations
+  // Look for the required parts, extract and output them back
+  processData (vsInfo, supportedYears) {
+    vsInfo = vsInfo.map((info) => {
+      this.log.silly(`processing installation: "${info.path}"`)
+      info.path = path.resolve(info.path)
+      const ret = this.getVersionInfo(info)
+      ret.path = info.path
+      ret.msBuild = this.getMSBuild(info, ret.versionYear)
+      ret.toolset = this.getToolset(info, ret.versionYear)
+      ret.sdk = this.getSDK(info)
+      return ret
+    })
+    this.log.silly('vsInfo:', vsInfo)
+
+    // Remove future versions or errors parsing version number
+    // Also remove any unsupported versions
+    vsInfo = vsInfo.filter((info) => {
+      if (info.versionYear && supportedYears.indexOf(info.versionYear) !== -1) {
+        return true
+      }
+      this.addLog(`${info.versionYear ? 'unsupported' : 'unknown'} version "${info.version}" found at "${info.path}"`)
+      return false
+    })
+
+    // Sort to place newer versions first
+    vsInfo.sort((a, b) => b.versionYear - a.versionYear)
+
+    for (let i = 0; i < vsInfo.length; ++i) {
+      const info = vsInfo[i]
+      this.addLog(`checking VS${info.versionYear} (${info.version}) found ` +
+                  `at:\n"${info.path}"`)
+
+      if (info.msBuild) {
+        this.addLog('- found "Visual Studio C++ core features"')
+      } else {
+        this.addLog('- "Visual Studio C++ core features" missing')
+        continue
+      }
+
+      if (info.toolset) {
+        this.addLog(`- found VC++ toolset: ${info.toolset}`)
+      } else {
+        this.addLog('- missing any VC++ toolset')
+        continue
+      }
+
+      if (info.sdk) {
+        this.addLog(`- found Windows SDK: ${info.sdk}`)
+      } else {
+        this.addLog('- missing any Windows SDK')
+        continue
+      }
+
+      if (!this.checkConfigVersion(info.versionYear, info.path)) {
+        continue
+      }
+
+      return info
+    }
+
+    this.addLog(
+      'could not find a version of Visual Studio 2017 or newer to use')
+    return null
+  }
+
+  // Helper - process version information
+  getVersionInfo (info) {
+    const match = /^(\d+)\.(\d+)(?:\..*)?/.exec(info.version)
+    if (!match) {
+      this.log.silly('- failed to parse version:', info.version)
+      return {}
+    }
+    this.log.silly('- version match = %j', match)
+    const ret = {
+      version: info.version,
+      versionMajor: parseInt(match[1], 10),
+      versionMinor: parseInt(match[2], 10)
+    }
+    if (ret.versionMajor === 15) {
+      ret.versionYear = 2017
+      return ret
+    }
+    if (ret.versionMajor === 16) {
+      ret.versionYear = 2019
+      return ret
+    }
+    if (ret.versionMajor === 17) {
+      ret.versionYear = 2022
+      return ret
+    }
+    this.log.silly('- unsupported version:', ret.versionMajor)
+    return {}
+  }
+
+  msBuildPathExists (path) {
+    return existsSync(path)
+  }
+
+  // Helper - process MSBuild information
+  getMSBuild (info, versionYear) {
+    const pkg = 'Microsoft.VisualStudio.VC.MSBuild.Base'
+    const msbuildPath = path.join(info.path, 'MSBuild', 'Current', 'Bin', 'MSBuild.exe')
+    const msbuildPathArm64 = path.join(info.path, 'MSBuild', 'Current', 'Bin', 'arm64', 'MSBuild.exe')
+    if (info.packages.indexOf(pkg) !== -1) {
+      this.log.silly('- found VC.MSBuild.Base')
+      if (versionYear === 2017) {
+        return path.join(info.path, 'MSBuild', '15.0', 'Bin', 'MSBuild.exe')
+      }
+      if (versionYear === 2019) {
+        if (process.arch === 'arm64' && this.msBuildPathExists(msbuildPathArm64)) {
+          return msbuildPathArm64
+        } else {
+          return msbuildPath
+        }
+      }
+    }
+    /**
+     * Visual Studio 2022 doesn't have the MSBuild package.
+     * Support for compiling _on_ ARM64 was added in MSVC 14.32.31326,
+     * so let's leverage it if the user has an ARM64 device.
+     */
+    if (process.arch === 'arm64' && this.msBuildPathExists(msbuildPathArm64)) {
+      return msbuildPathArm64
+    } else if (this.msBuildPathExists(msbuildPath)) {
+      return msbuildPath
+    }
+    return null
+  }
+
+  // Helper - process toolset information
+  getToolset (info, versionYear) {
+    const vcToolsArm64 = 'VC.Tools.ARM64'
+    const pkgArm64 = `Microsoft.VisualStudio.Component.${vcToolsArm64}`
+    const vcToolsX64 = 'VC.Tools.x86.x64'
+    const pkgX64 = `Microsoft.VisualStudio.Component.${vcToolsX64}`
+    const express = 'Microsoft.VisualStudio.WDExpress'
+
+    if (process.arch === 'arm64' && info.packages.includes(pkgArm64)) {
+      this.log.silly(`- found ${vcToolsArm64}`)
+    } else if (info.packages.includes(pkgX64)) {
+      if (process.arch === 'arm64') {
+        this.addLog(`- found ${vcToolsX64} on ARM64 platform. Expect less performance and/or link failure with ARM64 binary.`)
+      } else {
+        this.log.silly(`- found ${vcToolsX64}`)
+      }
+    } else if (info.packages.includes(express)) {
+      this.log.silly('- found Visual Studio Express (looking for toolset)')
+    } else {
+      return null
+    }
+
+    if (versionYear === 2017) {
+      return 'v141'
+    } else if (versionYear === 2019) {
+      return 'v142'
+    } else if (versionYear === 2022) {
+      return 'v143'
+    }
+    this.log.silly('- invalid versionYear:', versionYear)
+    return null
+  }
+
+  // Helper - process Windows SDK information
+  getSDK (info) {
+    const win8SDK = 'Microsoft.VisualStudio.Component.Windows81SDK'
+    const win10SDKPrefix = 'Microsoft.VisualStudio.Component.Windows10SDK.'
+    const win11SDKPrefix = 'Microsoft.VisualStudio.Component.Windows11SDK.'
+
+    let Win10or11SDKVer = 0
+    info.packages.forEach((pkg) => {
+      if (!pkg.startsWith(win10SDKPrefix) && !pkg.startsWith(win11SDKPrefix)) {
+        return
+      }
+      const parts = pkg.split('.')
+      if (parts.length > 5 && parts[5] !== 'Desktop') {
+        this.log.silly('- ignoring non-Desktop Win10/11SDK:', pkg)
+        return
+      }
+      const foundSdkVer = parseInt(parts[4], 10)
+      if (isNaN(foundSdkVer)) {
+        // Microsoft.VisualStudio.Component.Windows10SDK.IpOverUsb
+        this.log.silly('- failed to parse Win10/11SDK number:', pkg)
+        return
+      }
+      this.log.silly('- found Win10/11SDK:', foundSdkVer)
+      Win10or11SDKVer = Math.max(Win10or11SDKVer, foundSdkVer)
+    })
+
+    if (Win10or11SDKVer !== 0) {
+      return `10.0.${Win10or11SDKVer}.0`
+    } else if (info.packages.indexOf(win8SDK) !== -1) {
+      this.log.silly('- found Win8SDK')
+      return '8.1'
+    }
+    return null
+  }
+
+  // Find an installation of Visual Studio 2015 to use
+  async findVisualStudio2015 () {
+    if (this.nodeSemver.major >= 19) {
+      this.addLog(
+        'not looking for VS2015 as it is only supported up to Node.js 18')
+      return null
+    }
+    return this.findOldVS({
+      version: '14.0',
+      versionMajor: 14,
+      versionMinor: 0,
+      versionYear: 2015,
+      toolset: 'v140'
+    })
+  }
+
+  // Find an installation of Visual Studio 2013 to use
+  async findVisualStudio2013 () {
+    if (this.nodeSemver.major >= 9) {
+      this.addLog(
+        'not looking for VS2013 as it is only supported up to Node.js 8')
+      return null
+    }
+    return this.findOldVS({
+      version: '12.0',
+      versionMajor: 12,
+      versionMinor: 0,
+      versionYear: 2013,
+      toolset: 'v120'
+    })
+  }
+
+  // Helper - common code for VS2013 and VS2015
+  async findOldVS (info) {
+    const regVC7 = ['HKLM\\Software\\Microsoft\\VisualStudio\\SxS\\VC7',
+      'HKLM\\Software\\Wow6432Node\\Microsoft\\VisualStudio\\SxS\\VC7']
+    const regMSBuild = 'HKLM\\Software\\Microsoft\\MSBuild\\ToolsVersions'
+
+    this.addLog(`looking for Visual Studio ${info.versionYear}`)
+    try {
+      let res = await this.regSearchKeys(regVC7, info.version, [])
+      const vsPath = path.resolve(res, '..')
+      this.addLog(`- found in "${vsPath}"`)
+      const msBuildRegOpts = process.arch === 'ia32' ? [] : ['/reg:32']
+
+      try {
+        res = await this.regSearchKeys([`${regMSBuild}\\${info.version}`], 'MSBuildToolsPath', msBuildRegOpts)
+      } catch (err) {
+        this.addLog('- could not find MSBuild in registry for this version')
+        return null
+      }
+
+      const msBuild = path.join(res, 'MSBuild.exe')
+      this.addLog(`- MSBuild in "${msBuild}"`)
+
+      if (!this.checkConfigVersion(info.versionYear, vsPath)) {
+        return null
+      }
+
+      info.path = vsPath
+      info.msBuild = msBuild
+      info.sdk = null
+      return info
+    } catch (err) {
+      this.addLog('- not found')
+      return null
+    }
+  }
+
+  // After finding a usable version of Visual Studio:
+  // - add it to validVersions to be displayed at the end if a specific
+  //   version was requested and not found;
+  // - check if this is the version that was requested.
+  // - check if this matches the Visual Studio Command Prompt
+  checkConfigVersion (versionYear, vsPath) {
+    this.validVersions.push(versionYear)
+    this.validVersions.push(vsPath)
+
+    if (this.configVersionYear && this.configVersionYear !== versionYear) {
+      this.addLog('- msvs_version does not match this version')
+      return false
+    }
+    if (this.configPath &&
+        path.relative(this.configPath, vsPath) !== '') {
+      this.addLog('- msvs_version does not point to this installation')
+      return false
+    }
+    if (this.envVcInstallDir &&
+        path.relative(this.envVcInstallDir, vsPath) !== '') {
+      this.addLog('- does not match this Visual Studio Command Prompt')
+      return false
+    }
+
+    return true
+  }
+
+  async execFile (exec, args) {
+    return await execFile(exec, args, { encoding: 'utf8' })
+  }
+}
+
+module.exports = VisualStudioFinder
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/install.js b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/install.js
new file mode 100644
index 00000000..7196a316
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/install.js
@@ -0,0 +1,415 @@
+'use strict'
+
+const { createWriteStream, promises: fs } = require('graceful-fs')
+const os = require('os')
+const { backOff } = require('exponential-backoff')
+const tar = require('tar')
+const path = require('path')
+const { Transform, promises: { pipeline } } = require('stream')
+const crypto = require('crypto')
+const log = require('./log')
+const semver = require('semver')
+const { download } = require('./download')
+const processRelease = require('./process-release')
+
+const win = process.platform === 'win32'
+
+async function install (gyp, argv) {
+  log.stdout()
+  const release = processRelease(argv, gyp, process.version, process.release)
+  // Detecting target_arch based on logic from create-cnfig-gyp.js. Used on Windows only.
+  const arch = win ? (gyp.opts.target_arch || gyp.opts.arch || process.arch || 'ia32') : ''
+  // Used to prevent downloading tarball if only new node.lib is required on Windows.
+  let shouldDownloadTarball = true
+
+  // Determine which node dev files version we are installing
+  log.verbose('install', 'input version string %j', release.version)
+
+  if (!release.semver) {
+    // could not parse the version string with semver
+    throw new Error('Invalid version number: ' + release.version)
+  }
+
+  if (semver.lt(release.version, '0.8.0')) {
+    throw new Error('Minimum target version is `0.8.0` or greater. Got: ' + release.version)
+  }
+
+  // 0.x.y-pre versions are not published yet and cannot be installed. Bail.
+  if (release.semver.prerelease[0] === 'pre') {
+    log.verbose('detected "pre" node version', release.version)
+    if (!gyp.opts.nodedir) {
+      throw new Error('"pre" versions of node cannot be installed, use the --nodedir flag instead')
+    }
+    log.verbose('--nodedir flag was passed; skipping install', gyp.opts.nodedir)
+    return
+  }
+
+  // flatten version into String
+  log.verbose('install', 'installing version: %s', release.versionDir)
+
+  // the directory where the dev files will be installed
+  const devDir = path.resolve(gyp.devDir, release.versionDir)
+
+  // If '--ensure' was passed, then don't *always* install the version;
+  // check if it is already installed, and only install when needed
+  if (gyp.opts.ensure) {
+    log.verbose('install', '--ensure was passed, so won\'t reinstall if already installed')
+    try {
+      await fs.stat(devDir)
+    } catch (err) {
+      if (err.code === 'ENOENT') {
+        log.verbose('install', 'version not already installed, continuing with install', release.version)
+        try {
+          return await go()
+        } catch (err) {
+          return rollback(err)
+        }
+      } else if (err.code === 'EACCES') {
+        return eaccesFallback(err)
+      }
+      throw err
+    }
+    log.verbose('install', 'version is already installed, need to check "installVersion"')
+    const installVersionFile = path.resolve(devDir, 'installVersion')
+    let installVersion = 0
+    try {
+      const ver = await fs.readFile(installVersionFile, 'ascii')
+      installVersion = parseInt(ver, 10) || 0
+    } catch (err) {
+      if (err.code !== 'ENOENT') {
+        throw err
+      }
+    }
+    log.verbose('got "installVersion"', installVersion)
+    log.verbose('needs "installVersion"', gyp.package.installVersion)
+    if (installVersion < gyp.package.installVersion) {
+      log.verbose('install', 'version is no good; reinstalling')
+      try {
+        return await go()
+      } catch (err) {
+        return rollback(err)
+      }
+    }
+    log.verbose('install', 'version is good')
+    if (win) {
+      log.verbose('on Windows; need to check node.lib')
+      const nodeLibPath = path.resolve(devDir, arch, 'node.lib')
+      try {
+        await fs.stat(nodeLibPath)
+      } catch (err) {
+        if (err.code === 'ENOENT') {
+          log.verbose('install', `version not already installed for ${arch}, continuing with install`, release.version)
+          try {
+            shouldDownloadTarball = false
+            return await go()
+          } catch (err) {
+            return rollback(err)
+          }
+        } else if (err.code === 'EACCES') {
+          return eaccesFallback(err)
+        }
+        throw err
+      }
+    }
+  } else {
+    try {
+      return await go()
+    } catch (err) {
+      return rollback(err)
+    }
+  }
+
+  async function copyDirectory (src, dest) {
+    try {
+      await fs.stat(src)
+    } catch {
+      throw new Error(`Missing source directory for copy: ${src}`)
+    }
+    await fs.mkdir(dest, { recursive: true })
+    const entries = await fs.readdir(src, { withFileTypes: true })
+    for (const entry of entries) {
+      if (entry.isDirectory()) {
+        await copyDirectory(path.join(src, entry.name), path.join(dest, entry.name))
+      } else if (entry.isFile()) {
+        // with parallel installs, copying files may cause file errors on
+        // Windows so use an exponential backoff to resolve collisions
+        await backOff(async () => {
+          try {
+            await fs.copyFile(path.join(src, entry.name), path.join(dest, entry.name))
+          } catch (err) {
+            // if ensure, check if file already exists and that's good enough
+            if (gyp.opts.ensure && err.code === 'EBUSY') {
+              try {
+                await fs.stat(path.join(dest, entry.name))
+                return
+              } catch {}
+            }
+            throw err
+          }
+        })
+      } else {
+        throw new Error('Unexpected file directory entry type')
+      }
+    }
+  }
+
+  async function go () {
+    log.verbose('ensuring devDir is created', devDir)
+
+    // first create the dir for the node dev files
+    try {
+      const created = await fs.mkdir(devDir, { recursive: true })
+
+      if (created) {
+        log.verbose('created devDir', created)
+      }
+    } catch (err) {
+      if (err.code === 'EACCES') {
+        return eaccesFallback(err)
+      }
+
+      throw err
+    }
+
+    // now download the node tarball
+    const tarPath = gyp.opts.tarball
+    let extractErrors = false
+    let extractCount = 0
+    const contentShasums = {}
+    const expectShasums = {}
+
+    // checks if a file to be extracted from the tarball is valid.
+    // only .h header files and the gyp files get extracted
+    function isValid (path) {
+      const isValid = valid(path)
+      if (isValid) {
+        log.verbose('extracted file from tarball', path)
+        extractCount++
+      } else {
+        // invalid
+        log.silly('ignoring from tarball', path)
+      }
+      return isValid
+    }
+
+    function onwarn (code, message) {
+      extractErrors = true
+      log.error('error while extracting tarball', code, message)
+    }
+
+    // download the tarball and extract!
+    // Ommited on Windows if only new node.lib is required
+
+    // on Windows there can be file errors from tar if parallel installs
+    // are happening (not uncommon with multiple native modules) so
+    // extract the tarball to a temp directory first and then copy over
+    const tarExtractDir = win ? await fs.mkdtemp(path.join(os.tmpdir(), 'node-gyp-tmp-')) : devDir
+
+    try {
+      if (shouldDownloadTarball) {
+        if (tarPath) {
+          await tar.extract({
+            file: tarPath,
+            strip: 1,
+            filter: isValid,
+            onwarn,
+            cwd: tarExtractDir
+          })
+        } else {
+          try {
+            const res = await download(gyp, release.tarballUrl)
+
+            if (res.status !== 200) {
+              throw new Error(`${res.status} response downloading ${release.tarballUrl}`)
+            }
+
+            await pipeline(
+              res.body,
+              // content checksum
+              new ShaSum((_, checksum) => {
+                const filename = path.basename(release.tarballUrl).trim()
+                contentShasums[filename] = checksum
+                log.verbose('content checksum', filename, checksum)
+              }),
+              tar.extract({
+                strip: 1,
+                cwd: tarExtractDir,
+                filter: isValid,
+                onwarn
+              })
+            )
+          } catch (err) {
+          // something went wrong downloading the tarball?
+            if (err.code === 'ENOTFOUND') {
+              throw new Error('This is most likely not a problem with node-gyp or the package itself and\n' +
+              'is related to network connectivity. In most cases you are behind a proxy or have bad \n' +
+              'network settings.')
+            }
+            throw err
+          }
+        }
+
+        // invoked after the tarball has finished being extracted
+        if (extractErrors || extractCount === 0) {
+          throw new Error('There was a fatal problem while downloading/extracting the tarball')
+        }
+
+        log.verbose('tarball', 'done parsing tarball')
+      }
+
+      const installVersionPath = path.resolve(tarExtractDir, 'installVersion')
+      await Promise.all([
+      // need to download node.lib
+        ...(win ? [downloadNodeLib()] : []),
+        // write the "installVersion" file
+        fs.writeFile(installVersionPath, gyp.package.installVersion + '\n'),
+        // Only download SHASUMS.txt if we downloaded something in need of SHA verification
+        ...(!tarPath || win ? [downloadShasums()] : [])
+      ])
+
+      log.verbose('download contents checksum', JSON.stringify(contentShasums))
+      // check content shasums
+      for (const k in contentShasums) {
+        log.verbose('validating download checksum for ' + k, '(%s == %s)', contentShasums[k], expectShasums[k])
+        if (contentShasums[k] !== expectShasums[k]) {
+          throw new Error(k + ' local checksum ' + contentShasums[k] + ' not match remote ' + expectShasums[k])
+        }
+      }
+
+      // copy over the files from the temp tarball extract directory to devDir
+      if (tarExtractDir !== devDir) {
+        await copyDirectory(tarExtractDir, devDir)
+      }
+    } finally {
+      if (tarExtractDir !== devDir) {
+        try {
+          // try to cleanup temp dir
+          await fs.rm(tarExtractDir, { recursive: true })
+        } catch {
+          log.warn('failed to clean up temp tarball extract directory')
+        }
+      }
+    }
+
+    async function downloadShasums () {
+      log.verbose('check download content checksum, need to download `SHASUMS256.txt`...')
+      log.verbose('checksum url', release.shasumsUrl)
+
+      const res = await download(gyp, release.shasumsUrl)
+
+      if (res.status !== 200) {
+        throw new Error(`${res.status}  status code downloading checksum`)
+      }
+
+      for (const line of (await res.text()).trim().split('\n')) {
+        const items = line.trim().split(/\s+/)
+        if (items.length !== 2) {
+          return
+        }
+
+        // 0035d18e2dcf9aad669b1c7c07319e17abfe3762  ./node-v0.11.4.tar.gz
+        const name = items[1].replace(/^\.\//, '')
+        expectShasums[name] = items[0]
+      }
+
+      log.verbose('checksum data', JSON.stringify(expectShasums))
+    }
+
+    async function downloadNodeLib () {
+      log.verbose('on Windows; need to download `' + release.name + '.lib`...')
+      const dir = path.resolve(tarExtractDir, arch)
+      const targetLibPath = path.resolve(dir, release.name + '.lib')
+      const { libUrl, libPath } = release[arch]
+      const name = `${arch} ${release.name}.lib`
+      log.verbose(name, 'dir', dir)
+      log.verbose(name, 'url', libUrl)
+
+      await fs.mkdir(dir, { recursive: true })
+      log.verbose('streaming', name, 'to:', targetLibPath)
+
+      const res = await download(gyp, libUrl)
+
+      // Since only required node.lib is downloaded throw error if it is not fetched
+      if (res.status !== 200) {
+        throw new Error(`${res.status} status code downloading ${name}`)
+      }
+
+      return pipeline(
+        res.body,
+        new ShaSum((_, checksum) => {
+          contentShasums[libPath] = checksum
+          log.verbose('content checksum', libPath, checksum)
+        }),
+        createWriteStream(targetLibPath)
+      )
+    } // downloadNodeLib()
+  } // go()
+
+  /**
+   * Checks if a given filename is "valid" for this installation.
+   */
+
+  function valid (file) {
+    // header files
+    const extname = path.extname(file)
+    return extname === '.h' || extname === '.gypi'
+  }
+
+  async function rollback (err) {
+    log.warn('install', 'got an error, rolling back install')
+    // roll-back the install if anything went wrong
+    await gyp.commands.remove([release.versionDir])
+    throw err
+  }
+
+  /**
+   * The EACCES fallback is a workaround for npm's `sudo` behavior, where
+   * it drops the permissions before invoking any child processes (like
+   * node-gyp). So what happens is the "nobody" user doesn't have
+   * permission to create the dev dir. As a fallback, make the tmpdir() be
+   * the dev dir for this installation. This is not ideal, but at least
+   * the compilation will succeed...
+   */
+
+  async function eaccesFallback (err) {
+    const noretry = '--node_gyp_internal_noretry'
+    if (argv.indexOf(noretry) !== -1) {
+      throw err
+    }
+    const tmpdir = os.tmpdir()
+    gyp.devDir = path.resolve(tmpdir, '.node-gyp')
+    let userString = ''
+    try {
+      // os.userInfo can fail on some systems, it's not critical here
+      userString = ` ("${os.userInfo().username}")`
+    } catch (e) {}
+    log.warn('EACCES', 'current user%s does not have permission to access the dev dir "%s"', userString, devDir)
+    log.warn('EACCES', 'attempting to reinstall using temporary dev dir "%s"', gyp.devDir)
+    if (process.cwd() === tmpdir) {
+      log.verbose('tmpdir == cwd', 'automatically will remove dev files after to save disk space')
+      gyp.todo.push({ name: 'remove', args: argv })
+    }
+    return gyp.commands.install([noretry].concat(argv))
+  }
+}
+
+class ShaSum extends Transform {
+  constructor (callback) {
+    super()
+    this._callback = callback
+    this._digester = crypto.createHash('sha256')
+  }
+
+  _transform (chunk, _, callback) {
+    this._digester.update(chunk)
+    callback(null, chunk)
+  }
+
+  _flush (callback) {
+    this._callback(null, this._digester.digest('hex'))
+    callback()
+  }
+}
+
+module.exports = install
+module.exports.usage = 'Install node development files for the specified node version.'
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/list.js b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/list.js
new file mode 100644
index 00000000..36889ad4
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/list.js
@@ -0,0 +1,26 @@
+'use strict'
+
+const fs = require('graceful-fs').promises
+const log = require('./log')
+
+async function list (gyp, args) {
+  const devDir = gyp.devDir
+  log.verbose('list', 'using node-gyp dir:', devDir)
+
+  let versions = []
+  try {
+    const dir = await fs.readdir(devDir)
+    if (Array.isArray(dir)) {
+      versions = dir.filter((v) => v !== 'current')
+    }
+  } catch (err) {
+    if (err && err.code !== 'ENOENT') {
+      throw err
+    }
+  }
+
+  return versions
+}
+
+module.exports = list
+module.exports.usage = 'Prints a listing of the currently installed node development files'
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/log.js b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/log.js
new file mode 100644
index 00000000..36fa2487
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/log.js
@@ -0,0 +1,168 @@
+'use strict'
+
+const { log } = require('proc-log')
+const { format } = require('util')
+
+// helper to emit log messages with a predefined prefix
+const withPrefix = (prefix) => log.LEVELS.reduce((acc, level) => {
+  acc[level] = (...args) => log[level](prefix, ...args)
+  return acc
+}, {})
+
+// very basic ansi color generator
+const COLORS = {
+  wrap: (str, colors) => {
+    const codes = colors.filter(c => typeof c === 'number')
+    return `\x1b[${codes.join(';')}m${str}\x1b[0m`
+  },
+  inverse: 7,
+  fg: {
+    black: 30,
+    red: 31,
+    green: 32,
+    yellow: 33,
+    blue: 34,
+    magenta: 35,
+    cyan: 36,
+    white: 37
+  },
+  bg: {
+    black: 40,
+    red: 41,
+    green: 42,
+    yellow: 43,
+    blue: 44,
+    magenta: 45,
+    cyan: 46,
+    white: 47
+  }
+}
+
+class Logger {
+  #buffer = []
+  #paused = null
+  #level = null
+  #stream = null
+
+  // ordered from loudest to quietest
+  #levels = [{
+    id: 'silly',
+    display: 'sill',
+    style: { inverse: true }
+  }, {
+    id: 'verbose',
+    display: 'verb',
+    style: { fg: 'cyan', bg: 'black' }
+  }, {
+    id: 'info',
+    style: { fg: 'green' }
+  }, {
+    id: 'http',
+    style: { fg: 'green', bg: 'black' }
+  }, {
+    id: 'notice',
+    style: { fg: 'cyan', bg: 'black' }
+  }, {
+    id: 'warn',
+    display: 'WARN',
+    style: { fg: 'black', bg: 'yellow' }
+  }, {
+    id: 'error',
+    display: 'ERR!',
+    style: { fg: 'red', bg: 'black' }
+  }]
+
+  constructor (stream) {
+    process.on('log', (...args) => this.#onLog(...args))
+    this.#levels = new Map(this.#levels.map((level, index) => [level.id, { ...level, index }]))
+    this.level = 'info'
+    this.stream = stream
+    log.pause()
+  }
+
+  get stream () {
+    return this.#stream
+  }
+
+  set stream (stream) {
+    this.#stream = stream
+  }
+
+  get level () {
+    return this.#levels.get(this.#level) ?? null
+  }
+
+  set level (level) {
+    this.#level = this.#levels.get(level)?.id ?? null
+  }
+
+  isVisible (level) {
+    return this.level?.index <= this.#levels.get(level)?.index ?? -1
+  }
+
+  #onLog (...args) {
+    const [level] = args
+
+    if (level === 'pause') {
+      this.#paused = true
+      return
+    }
+
+    if (level === 'resume') {
+      this.#paused = false
+      this.#buffer.forEach((b) => this.#log(...b))
+      this.#buffer.length = 0
+      return
+    }
+
+    if (this.#paused) {
+      this.#buffer.push(args)
+      return
+    }
+
+    this.#log(...args)
+  }
+
+  #color (str, { fg, bg, inverse }) {
+    if (!this.#stream?.isTTY) {
+      return str
+    }
+
+    return COLORS.wrap(str, [
+      COLORS.fg[fg],
+      COLORS.bg[bg],
+      inverse && COLORS.inverse
+    ])
+  }
+
+  #log (levelId, msgPrefix, ...args) {
+    if (!this.isVisible(levelId) || typeof this.#stream?.write !== 'function') {
+      return
+    }
+
+    const level = this.#levels.get(levelId)
+
+    const prefixParts = [
+      this.#color('gyp', { fg: 'white', bg: 'black' }),
+      this.#color(level.display ?? level.id, level.style)
+    ]
+    if (msgPrefix) {
+      prefixParts.push(this.#color(msgPrefix, { fg: 'magenta' }))
+    }
+
+    const prefix = prefixParts.join(' ').trim() + ' '
+    const lines = format(...args).split(/\r?\n/).map(l => prefix + l.trim())
+
+    this.#stream.write(lines.join('\n') + '\n')
+  }
+}
+
+// used to suppress logs in tests
+const NULL_LOGGER = !!process.env.NODE_GYP_NULL_LOGGER
+
+module.exports = {
+  logger: new Logger(NULL_LOGGER ? null : process.stderr),
+  stdout: NULL_LOGGER ? () => {} : (...args) => console.log(...args),
+  withPrefix,
+  ...log
+}
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/node-gyp.js b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/node-gyp.js
new file mode 100644
index 00000000..5e25bf99
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/node-gyp.js
@@ -0,0 +1,188 @@
+'use strict'
+
+const path = require('path')
+const nopt = require('nopt')
+const log = require('./log')
+const childProcess = require('child_process')
+const { EventEmitter } = require('events')
+
+const commands = [
+  // Module build commands
+  'build',
+  'clean',
+  'configure',
+  'rebuild',
+  // Development Header File management commands
+  'install',
+  'list',
+  'remove'
+]
+
+class Gyp extends EventEmitter {
+  /**
+   * Export the contents of the package.json.
+   */
+  package = require('../package.json')
+
+  /**
+   * nopt configuration definitions
+   */
+  configDefs = {
+    help: Boolean, // everywhere
+    arch: String, // 'configure'
+    cafile: String, // 'install'
+    debug: Boolean, // 'build'
+    directory: String, // bin
+    make: String, // 'build'
+    'msvs-version': String, // 'configure'
+    ensure: Boolean, // 'install'
+    solution: String, // 'build' (windows only)
+    proxy: String, // 'install'
+    noproxy: String, // 'install'
+    devdir: String, // everywhere
+    nodedir: String, // 'configure'
+    loglevel: String, // everywhere
+    python: String, // 'configure'
+    'dist-url': String, // 'install'
+    tarball: String, // 'install'
+    jobs: String, // 'build'
+    thin: String, // 'configure'
+    'force-process-config': Boolean // 'configure'
+  }
+
+  /**
+   * nopt shorthands
+   */
+  shorthands = {
+    release: '--no-debug',
+    C: '--directory',
+    debug: '--debug',
+    j: '--jobs',
+    silly: '--loglevel=silly',
+    verbose: '--loglevel=verbose',
+    silent: '--loglevel=silent'
+  }
+
+  /**
+   * expose the command aliases for the bin file to use.
+   */
+  aliases = {
+    ls: 'list',
+    rm: 'remove'
+  }
+
+  constructor (...args) {
+    super(...args)
+
+    this.devDir = ''
+
+    this.commands = commands.reduce((acc, command) => {
+      acc[command] = (argv) => require('./' + command)(this, argv)
+      return acc
+    }, {})
+
+    Object.defineProperty(this, 'version', {
+      enumerable: true,
+      get: function () { return this.package.version }
+    })
+  }
+
+  /**
+   * Parses the given argv array and sets the 'opts',
+   * 'argv' and 'command' properties.
+   */
+  parseArgv (argv) {
+    this.opts = nopt(this.configDefs, this.shorthands, argv)
+    this.argv = this.opts.argv.remain.slice()
+
+    const commands = this.todo = []
+
+    // create a copy of the argv array with aliases mapped
+    argv = this.argv.map((arg) => {
+    // is this an alias?
+      if (arg in this.aliases) {
+        arg = this.aliases[arg]
+      }
+      return arg
+    })
+
+    // process the mapped args into "command" objects ("name" and "args" props)
+    argv.slice().forEach((arg) => {
+      if (arg in this.commands) {
+        const args = argv.splice(0, argv.indexOf(arg))
+        argv.shift()
+        if (commands.length > 0) {
+          commands[commands.length - 1].args = args
+        }
+        commands.push({ name: arg, args: [] })
+      }
+    })
+    if (commands.length > 0) {
+      commands[commands.length - 1].args = argv.splice(0)
+    }
+
+    // support for inheriting config env variables from npm
+    const npmConfigPrefix = 'npm_config_'
+    Object.keys(process.env).forEach((name) => {
+      if (name.indexOf(npmConfigPrefix) !== 0) {
+        return
+      }
+      const val = process.env[name]
+      if (name === npmConfigPrefix + 'loglevel') {
+        log.logger.level = val
+      } else {
+      // add the user-defined options to the config
+        name = name.substring(npmConfigPrefix.length)
+        // gyp@741b7f1 enters an infinite loop when it encounters
+        // zero-length options so ensure those don't get through.
+        if (name) {
+        // convert names like force_process_config to force-process-config
+          if (name.includes('_')) {
+            name = name.replace(/_/g, '-')
+          }
+          this.opts[name] = val
+        }
+      }
+    })
+
+    if (this.opts.loglevel) {
+      log.logger.level = this.opts.loglevel
+    }
+    log.resume()
+  }
+
+  /**
+   * Spawns a child process and emits a 'spawn' event.
+   */
+  spawn (command, args, opts) {
+    if (!opts) {
+      opts = {}
+    }
+    if (!opts.silent && !opts.stdio) {
+      opts.stdio = [0, 1, 2]
+    }
+    const cp = childProcess.spawn(command, args, opts)
+    log.info('spawn', command)
+    log.info('spawn args', args)
+    return cp
+  }
+
+  /**
+   * Returns the usage instructions for node-gyp.
+   */
+  usage () {
+    return [
+      '',
+      '  Usage: node-gyp  [options]',
+      '',
+      '  where  is one of:',
+      commands.map((c) => '    - ' + c + ' - ' + require('./' + c).usage).join('\n'),
+      '',
+      'node-gyp@' + this.version + '  ' + path.resolve(__dirname, '..'),
+      'node@' + process.versions.node
+    ].join('\n')
+  }
+}
+
+module.exports = () => new Gyp()
+module.exports.Gyp = Gyp
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/process-release.js b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/process-release.js
new file mode 100644
index 00000000..c9a319df
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/process-release.js
@@ -0,0 +1,146 @@
+/* eslint-disable n/no-deprecated-api */
+
+'use strict'
+
+const semver = require('semver')
+const url = require('url')
+const path = require('path')
+const log = require('./log')
+
+// versions where -headers.tar.gz started shipping
+const headersTarballRange = '>= 3.0.0 || ~0.12.10 || ~0.10.42'
+const bitsre = /\/win-(x86|x64|arm64)\//
+const bitsreV3 = /\/win-(x86|ia32|x64)\// // io.js v3.x.x shipped with "ia32" but should
+// have been "x86"
+
+// Captures all the logic required to determine download URLs, local directory and
+// file names. Inputs come from command-line switches (--target, --dist-url),
+// `process.version` and `process.release` where it exists.
+function processRelease (argv, gyp, defaultVersion, defaultRelease) {
+  let version = (semver.valid(argv[0]) && argv[0]) || gyp.opts.target || defaultVersion
+  const versionSemver = semver.parse(version)
+  let overrideDistUrl = gyp.opts['dist-url'] || gyp.opts.disturl
+  let isNamedForLegacyIojs
+  let name
+  let distBaseUrl
+  let baseUrl
+  let libUrl32
+  let libUrl64
+  let libUrlArm64
+  let tarballUrl
+  let canGetHeaders
+
+  if (!versionSemver) {
+    // not a valid semver string, nothing we can do
+    return { version }
+  }
+  // flatten version into String
+  version = versionSemver.version
+
+  // defaultVersion should come from process.version so ought to be valid semver
+  const isDefaultVersion = version === semver.parse(defaultVersion).version
+
+  // can't use process.release if we're using --target=x.y.z
+  if (!isDefaultVersion) {
+    defaultRelease = null
+  }
+
+  if (defaultRelease) {
+    // v3 onward, has process.release
+    name = defaultRelease.name.replace(/io\.js/, 'iojs') // remove the '.' for directory naming purposes
+  } else {
+    // old node or alternative --target=
+    // semver.satisfies() doesn't like prerelease tags so test major directly
+    isNamedForLegacyIojs = versionSemver.major >= 1 && versionSemver.major < 4
+    // isNamedForLegacyIojs is required to support Electron < 4 (in particular Electron 3)
+    // as previously this logic was used to ensure "iojs" was used to download iojs releases
+    // and "node" for node releases.  Unfortunately the logic was broad enough that electron@3
+    // published release assets as "iojs" so that the node-gyp logic worked.  Once Electron@3 has
+    // been EOL for a while (late 2019) we should remove this hack.
+    name = isNamedForLegacyIojs ? 'iojs' : 'node'
+  }
+
+  // check for the nvm.sh standard mirror env variables
+  if (!overrideDistUrl && process.env.NODEJS_ORG_MIRROR) {
+    overrideDistUrl = process.env.NODEJS_ORG_MIRROR
+  }
+
+  if (overrideDistUrl) {
+    log.verbose('download', 'using dist-url', overrideDistUrl)
+  }
+
+  if (overrideDistUrl) {
+    distBaseUrl = overrideDistUrl.replace(/\/+$/, '')
+  } else {
+    distBaseUrl = 'https://nodejs.org/dist'
+  }
+  distBaseUrl += '/v' + version + '/'
+
+  // new style, based on process.release so we have a lot of the data we need
+  if (defaultRelease && defaultRelease.headersUrl && !overrideDistUrl) {
+    baseUrl = url.resolve(defaultRelease.headersUrl, './')
+    libUrl32 = resolveLibUrl(name, defaultRelease.libUrl || baseUrl || distBaseUrl, 'x86', versionSemver.major)
+    libUrl64 = resolveLibUrl(name, defaultRelease.libUrl || baseUrl || distBaseUrl, 'x64', versionSemver.major)
+    libUrlArm64 = resolveLibUrl(name, defaultRelease.libUrl || baseUrl || distBaseUrl, 'arm64', versionSemver.major)
+    tarballUrl = defaultRelease.headersUrl
+  } else {
+    // older versions without process.release are captured here and we have to make
+    // a lot of assumptions, additionally if you --target=x.y.z then we can't use the
+    // current process.release
+    baseUrl = distBaseUrl
+    libUrl32 = resolveLibUrl(name, baseUrl, 'x86', versionSemver.major)
+    libUrl64 = resolveLibUrl(name, baseUrl, 'x64', versionSemver.major)
+    libUrlArm64 = resolveLibUrl(name, baseUrl, 'arm64', versionSemver.major)
+
+    // making the bold assumption that anything with a version number >3.0.0 will
+    // have a *-headers.tar.gz file in its dist location, even some frankenstein
+    // custom version
+    canGetHeaders = semver.satisfies(versionSemver, headersTarballRange)
+    tarballUrl = url.resolve(baseUrl, name + '-v' + version + (canGetHeaders ? '-headers' : '') + '.tar.gz')
+  }
+
+  return {
+    version,
+    semver: versionSemver,
+    name,
+    baseUrl,
+    tarballUrl,
+    shasumsUrl: url.resolve(baseUrl, 'SHASUMS256.txt'),
+    versionDir: (name !== 'node' ? name + '-' : '') + version,
+    ia32: {
+      libUrl: libUrl32,
+      libPath: normalizePath(path.relative(url.parse(baseUrl).path, url.parse(libUrl32).path))
+    },
+    x64: {
+      libUrl: libUrl64,
+      libPath: normalizePath(path.relative(url.parse(baseUrl).path, url.parse(libUrl64).path))
+    },
+    arm64: {
+      libUrl: libUrlArm64,
+      libPath: normalizePath(path.relative(url.parse(baseUrl).path, url.parse(libUrlArm64).path))
+    }
+  }
+}
+
+function normalizePath (p) {
+  return path.normalize(p).replace(/\\/g, '/')
+}
+
+function resolveLibUrl (name, defaultUrl, arch, versionMajor) {
+  const base = url.resolve(defaultUrl, './')
+  const hasLibUrl = bitsre.test(defaultUrl) || (versionMajor === 3 && bitsreV3.test(defaultUrl))
+
+  if (!hasLibUrl) {
+    // let's assume it's a baseUrl then
+    if (versionMajor >= 1) {
+      return url.resolve(base, 'win-' + arch + '/' + name + '.lib')
+    }
+    // prior to io.js@1.0.0 32-bit node.lib lives in /, 64-bit lives in /x64/
+    return url.resolve(base, (arch === 'x86' ? '' : arch + '/') + name + '.lib')
+  }
+
+  // else we have a proper url to a .lib, just make sure it's the right arch
+  return defaultUrl.replace(versionMajor === 3 ? bitsreV3 : bitsre, '/win-' + arch + '/')
+}
+
+module.exports = processRelease
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/rebuild.js b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/rebuild.js
new file mode 100644
index 00000000..60981766
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/rebuild.js
@@ -0,0 +1,12 @@
+'use strict'
+
+async function rebuild (gyp, argv) {
+  gyp.todo.push(
+    { name: 'clean', args: [] }
+    , { name: 'configure', args: argv }
+    , { name: 'build', args: [] }
+  )
+}
+
+module.exports = rebuild
+module.exports.usage = 'Runs "clean", "configure" and "build" all at once'
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/remove.js b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/remove.js
new file mode 100644
index 00000000..7efdb01a
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/remove.js
@@ -0,0 +1,43 @@
+'use strict'
+
+const fs = require('graceful-fs').promises
+const path = require('path')
+const log = require('./log')
+const semver = require('semver')
+
+async function remove (gyp, argv) {
+  const devDir = gyp.devDir
+  log.verbose('remove', 'using node-gyp dir:', devDir)
+
+  // get the user-specified version to remove
+  let version = argv[0] || gyp.opts.target
+  log.verbose('remove', 'removing target version:', version)
+
+  if (!version) {
+    throw new Error('You must specify a version number to remove. Ex: "' + process.version + '"')
+  }
+
+  const versionSemver = semver.parse(version)
+  if (versionSemver) {
+    // flatten the version Array into a String
+    version = versionSemver.version
+  }
+
+  const versionPath = path.resolve(gyp.devDir, version)
+  log.verbose('remove', 'removing development files for version:', version)
+
+  // first check if its even installed
+  try {
+    await fs.stat(versionPath)
+  } catch (err) {
+    if (err.code === 'ENOENT') {
+      return 'version was already uninstalled: ' + version
+    }
+    throw err
+  }
+
+  await fs.rm(versionPath, { recursive: true, force: true })
+}
+
+module.exports = remove
+module.exports.usage = 'Removes the node development files for the specified version'
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/util.js b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/util.js
new file mode 100644
index 00000000..3f6aeeb7
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/lib/util.js
@@ -0,0 +1,81 @@
+'use strict'
+
+const cp = require('child_process')
+const path = require('path')
+const { openSync, closeSync } = require('graceful-fs')
+const log = require('./log')
+
+const execFile = async (...args) => new Promise((resolve) => {
+  const child = cp.execFile(...args, (...a) => resolve(a))
+  child.stdin.end()
+})
+
+async function regGetValue (key, value, addOpts) {
+  const outReValue = value.replace(/\W/g, '.')
+  const outRe = new RegExp(`^\\s+${outReValue}\\s+REG_\\w+\\s+(\\S.*)$`, 'im')
+  const reg = path.join(process.env.SystemRoot, 'System32', 'reg.exe')
+  const regArgs = ['query', key, '/v', value].concat(addOpts)
+
+  log.silly('reg', 'running', reg, regArgs)
+  const [err, stdout, stderr] = await execFile(reg, regArgs, { encoding: 'utf8' })
+
+  log.silly('reg', 'reg.exe stdout = %j', stdout)
+  if (err || stderr.trim() !== '') {
+    log.silly('reg', 'reg.exe err = %j', err && (err.stack || err))
+    log.silly('reg', 'reg.exe stderr = %j', stderr)
+    if (err) {
+      throw err
+    }
+    throw new Error(stderr)
+  }
+
+  const result = outRe.exec(stdout)
+  if (!result) {
+    log.silly('reg', 'error parsing stdout')
+    throw new Error('Could not parse output of reg.exe')
+  }
+
+  log.silly('reg', 'found: %j', result[1])
+  return result[1]
+}
+
+async function regSearchKeys (keys, value, addOpts) {
+  for (const key of keys) {
+    try {
+      return await regGetValue(key, value, addOpts)
+    } catch {
+      continue
+    }
+  }
+}
+
+/**
+ * Returns the first file or directory from an array of candidates that is
+ * readable by the current user, or undefined if none of the candidates are
+ * readable.
+ */
+function findAccessibleSync (logprefix, dir, candidates) {
+  for (let next = 0; next < candidates.length; next++) {
+    const candidate = path.resolve(dir, candidates[next])
+    let fd
+    try {
+      fd = openSync(candidate, 'r')
+    } catch (e) {
+      // this candidate was not found or not readable, do nothing
+      log.silly(logprefix, 'Could not open %s: %s', candidate, e.message)
+      continue
+    }
+    closeSync(fd)
+    log.silly(logprefix, 'Found readable %s', candidate)
+    return candidate
+  }
+
+  return undefined
+}
+
+module.exports = {
+  execFile,
+  regGetValue,
+  regSearchKeys,
+  findAccessibleSync
+}
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/macOS_Catalina_acid_test.sh b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/macOS_Catalina_acid_test.sh
new file mode 100644
index 00000000..e1e98941
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/macOS_Catalina_acid_test.sh
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+pkgs=(
+  "com.apple.pkg.DeveloperToolsCLILeo" # standalone
+  "com.apple.pkg.DeveloperToolsCLI"    # from XCode
+  "com.apple.pkg.CLTools_Executables"  # Mavericks
+)
+
+for pkg in "${pkgs[@]}"; do
+  output=$(/usr/sbin/pkgutil --pkg-info "$pkg" 2>/dev/null)
+  if [ "$output" ]; then
+    version=$(echo "$output" | grep 'version' | cut -d' ' -f2)
+    break
+  fi
+done
+
+if [ "$version" ]; then
+  echo "Command Line Tools version: $version"
+else
+  echo >&2 'Command Line Tools not found'
+fi
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/package.json b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/package.json
new file mode 100644
index 00000000..2bc123c8
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/package.json
@@ -0,0 +1,52 @@
+{
+  "name": "node-gyp",
+  "description": "Node.js native addon build tool",
+  "license": "MIT",
+  "keywords": [
+    "native",
+    "addon",
+    "module",
+    "c",
+    "c++",
+    "bindings",
+    "gyp"
+  ],
+  "version": "11.1.0",
+  "installVersion": 11,
+  "author": "Nathan Rajlich  (http://tootallnate.net)",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/nodejs/node-gyp.git"
+  },
+  "preferGlobal": true,
+  "bin": "./bin/node-gyp.js",
+  "main": "./lib/node-gyp.js",
+  "dependencies": {
+    "env-paths": "^2.2.0",
+    "exponential-backoff": "^3.1.1",
+    "glob": "^10.3.10",
+    "graceful-fs": "^4.2.6",
+    "make-fetch-happen": "^14.0.3",
+    "nopt": "^8.0.0",
+    "proc-log": "^5.0.0",
+    "semver": "^7.3.5",
+    "tar": "^7.4.3",
+    "which": "^5.0.0"
+  },
+  "engines": {
+    "node": "^18.17.0 || >=20.5.0"
+  },
+  "devDependencies": {
+    "bindings": "^1.5.0",
+    "cross-env": "^7.0.3",
+    "eslint": "^9.16.0",
+    "mocha": "^11.0.1",
+    "nan": "^2.14.2",
+    "neostandard": "^0.11.9",
+    "require-inject": "^1.4.4"
+  },
+  "scripts": {
+    "lint": "eslint \"*/*.js\" \"test/**/*.js\" \".github/**/*.js\"",
+    "test": "cross-env NODE_GYP_NULL_LOGGER=true mocha --timeout 15000 test/test-download.js test/test-*"
+  }
+}
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/release-please-config.json b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/release-please-config.json
new file mode 100644
index 00000000..94b8f811
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/release-please-config.json
@@ -0,0 +1,40 @@
+{
+    "packages": {
+        ".": {
+            "include-component-in-tag": false,
+            "release-type": "node",
+            "changelog-sections": [
+                { "type": "feat", "section": "Features", "hidden": false },
+                { "type": "fix", "section": "Bug Fixes", "hidden": false },
+                { "type": "bin", "section": "Core", "hidden": false },
+                { "type": "gyp", "section": "Core", "hidden": false },
+                { "type": "lib", "section": "Core", "hidden": false },
+                { "type": "src", "section": "Core", "hidden": false },
+                { "type": "test", "section": "Tests", "hidden": false },
+                { "type": "build", "section": "Core", "hidden": false },
+                { "type": "clean", "section": "Core", "hidden": false },
+                { "type": "configure", "section": "Core", "hidden": false },
+                { "type": "install", "section": "Core", "hidden": false },
+                { "type": "list", "section": "Core", "hidden": false },
+                { "type": "rebuild", "section": "Core", "hidden": false },
+                { "type": "remove", "section": "Core", "hidden": false },
+                { "type": "deps", "section": "Core", "hidden": false },
+                { "type": "python", "section": "Core", "hidden": false },
+                { "type": "lin", "section": "Core", "hidden": false },
+                { "type": "linux", "section": "Core", "hidden": false },
+                { "type": "mac", "section": "Core", "hidden": false },
+                { "type": "macos", "section": "Core", "hidden": false },
+                { "type": "win", "section": "Core", "hidden": false },
+                { "type": "windows", "section": "Core", "hidden": false },
+                { "type": "zos", "section": "Core", "hidden": false },
+                { "type": "doc", "section": "Doc", "hidden": false },
+                { "type": "docs", "section": "Doc", "hidden": false },
+                { "type": "readme", "section": "Doc", "hidden": false },
+                { "type": "chore", "section": "Miscellaneous", "hidden": false },
+                { "type": "refactor", "section": "Miscellaneous", "hidden": false },
+                { "type": "ci", "section": "Miscellaneous", "hidden": false },
+                { "type": "meta", "section": "Miscellaneous", "hidden": false }
+            ]
+        }
+    }
+}
diff --git a/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/src/win_delay_load_hook.cc b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/src/win_delay_load_hook.cc
new file mode 100644
index 00000000..c6e80aa3
--- /dev/null
+++ b/.yarn/unplugged/node-gyp-npm-11.1.0-bd7044e197/node_modules/node-gyp/src/win_delay_load_hook.cc
@@ -0,0 +1,41 @@
+/*
+ * When this file is linked to a DLL, it sets up a delay-load hook that
+ * intervenes when the DLL is trying to load the host executable
+ * dynamically. Instead of trying to locate the .exe file it'll just
+ * return a handle to the process image.
+ *
+ * This allows compiled addons to work when the host executable is renamed.
+ */
+
+#ifdef _MSC_VER
+
+#pragma managed(push, off)
+
+#ifndef WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
+#endif
+
+#include 
+
+#include 
+#include 
+
+static FARPROC WINAPI load_exe_hook(unsigned int event, DelayLoadInfo* info) {
+  HMODULE m;
+  if (event != dliNotePreLoadLibrary)
+    return NULL;
+
+  if (_stricmp(info->szDll, HOST_BINARY) != 0)
+    return NULL;
+
+  // try for libnode.dll to compat node.js that using 'vcbuild.bat dll'
+  m = GetModuleHandle("libnode.dll");
+  if (m == NULL) m = GetModuleHandle(NULL);
+  return (FARPROC) m;
+}
+
+decltype(__pfnDliNotifyHook2) __pfnDliNotifyHook2 = load_exe_hook;
+
+#pragma managed(pop)
+
+#endif
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/.prettierrc b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/.prettierrc
new file mode 100644
index 00000000..276a47a7
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/.prettierrc
@@ -0,0 +1,5 @@
+{
+  "printWidth": 80,
+  "singleQuote": true,
+  "trailingComma": "none"
+}
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/.ready b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/.ready
new file mode 100644
index 00000000..e69de29b
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/CHANGELOG.md b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/CHANGELOG.md
new file mode 100644
index 00000000..dc931285
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/CHANGELOG.md
@@ -0,0 +1,351 @@
+# Changelog
+
+### `v9.0.1`
+
+- Fixes potential security issue with non-escaping input parameters for notify-send.
+
+### `v9.0.0`
+
+Breaking changes:
+
+- Corrects mapping on snoretoast activate event. See [#347](https://github.com/mikaelbr/node-notifier/pull/347).
+
+#### Patches
+
+- Fix named pipe in WSL. See [#342](https://github.com/mikaelbr/node-notifier/pull/342).
+- fixes possible injection issue for notify-send
+
+### `v8.0.2`
+
+- Fixes potential security issue with non-escaping input parameters for notify-send.
+
+### `v8.0.0`
+
+Breaking changes:
+
+- Expire time for notify-send is made to match macOS and Windows with default time of 10 seconds. The API is changed to take seconds as input and converting it to milliseconds before passing it on to notify-send. See [#341](https://github.com/mikaelbr/node-notifier/pull/341).
+
+### `v7.0.2`
+
+- Updates dependencies
+- Fixes issue with haning Windows notifications when disabled ([#335](https://github.com/mikaelbr/node-notifier/pull/335))
+
+### `v7.0.1`
+
+- Fixes import of uuid, removes deprecation warnings
+
+### `v7.0.0`
+
+#### Features
+
+- NotifySend support for app-name ([#299](https://github.com/mikaelbr/node-notifier/pull/299), see docs)
+
+#### Breaking Changes
+
+- All notify messages now have auto bound context to make it easier to pass as variables/arguments ([#306](https://github.com/mikaelbr/node-notifier/pull/306))
+- Updated snoreToast to version `0.7.0` with new input features ([#293](https://github.com/mikaelbr/node-notifier/pull/293))
+- Breaking snoreToast: Sanitizing data now changes "timedout" to "timeout"
+
+### `v6.0.0`
+
+#### Breaking Changes
+
+- Dropped support for node v6. As of v6 we currently support node versions 8, 10, and 12 (latest).
+- Updated to the latest version of SnoreToast. This removes support for the `wait` option in that environment as it is now always on. Prepares the way for other new features added to the WindowsToaster.
+
+#### Other
+
+- Update to latest version of dependencies.
+
+### `v5.4.4`
+
+- Fixes potential security issue with non-escaping input parameters for notify-send.
+
+### `v5.4.3`
+
+- Fixes potential security issue with non-escaping input parameters for notify-send.
+
+### `v5.4.3`
+
+- Reverts breaking dependency upgrades from `v5.4.2` as some dependencies has removed Node 6 which is a breaking change.
+
+### `v5.4.2`
+
+- Updates dependencies
+
+### `v5.4.1`
+
+- Reverts changes to default timeout as they are causing some issues. See [#271](https://github.com/mikaelbr/node-notifier/pull/271)
+
+### `v5.4.0`
+
+- Prevent Spotlight from indexing terminal-notifier.app ([#238](https://github.com/mikaelbr/node-notifier/pull/238))
+- Changes from legacy url.parse api
+- Adds default timeout to notification center
+- Adds mapping from timeout to expire time for linux
+- Enables the use of WindowsToaster when using WSL ([#260](https://github.com/mikaelbr/node-notifier/pull/260))
+
+### `v5.3.0`
+
+- Re-adds `notifu` update.
+
+### `v5.2.1`
+
+- Rollback `notifu` update as it triggered Avast virus scan.
+
+### `v5.2.0`
+
+- Updates `terminal-notifier` dependency to `v1.7.2`, fixing memory leak. But not to `v1.8.0` as this breaks how icons work.
+- Updates `notifu` with new subtitle "Notification"
+- Fix: issue with `appID` by removing default empty string (see README Windows section)
+- Fix: link notifier time property to notify-send expire-time flag
+
+- Minor change: use a more specific condition for enabling debug logging ([#171](https://github.com/mikaelbr/node-notifier/pull/171))
+
+### `v5.1.2`
+
+- Adds temporary workaround for `terminal-notifier` memory leak as seen in https://github.com/facebook/jest/issues/2999 and https://github.com/julienXX/terminal-notifier/issues/173.
+- Add appName option and hide snoreToast if not setted ([#158](https://github.com/mikaelbr/node-notifier/pull/158))
+
+### `v5.0.2`
+
+Non-obligatory fail. Fixes issue with multiple actions for macOS.
+
+### `v5.0.1`
+
+Obligatory fail. Fixes minor issue with non-JSON output for macOS.
+
+### `v5.0.0`
+
+#### Breaking Changes
+
+_Note/TL;DR_: If you are just using `node-notifier` with things like `message`, `title` and `icon`, v5 should work just as before.
+
+1.  CLI is now removed. Can be found in separate project: https://github.com/mikaelbr/node-notifier-cli. This means you no longer get the `notify` bin when installing `node-notifier`. To get this do `npm i [-g] node-notifier-cli`
+2.  Changed toaster implementation from `toast.exe` to [Snoretoast](https://github.com/KDE/snoretoast). This means if you are using your custom fork, you need to change. SnoreToast has some better default implemented functionality.
+3.  [terminal-notifier](https://github.com/julienXX/terminal-notifier) dependency has been bumped to `v1.7.1`. With that there can be changes in the API, and supports now reply and buttons. Output has changed to JSON by default, this means the output of some functions of the terminal-notifier has broken. See https://github.com/julienXX/terminal-notifier for more details. See [README](https://github.com/mikaelbr/node-notifier#usage-notificationcenter) for documentation on how to use the new features, or [an example file](https://github.com/mikaelbr/node-notifier/blob/master/example/macInput.js).
+4.  `notify` method will now throw error if second argument is something else than function (still optional): [#138](https://github.com/mikaelbr/node-notifier/pull/138).
+
+#### Additions
+
+1.  Now supports \*BSD systems: [#142](https://github.com/mikaelbr/node-notifier/pull/142).
+2.  With the new toaster implementation you can do more! For instance customize sound and close notification. See all options:
+
+```javascript
+{
+  title: void 0, // String. Required
+  message: void 0, // String. Required if remove is not defined
+  icon: void 0, // String. Absolute path to Icon
+  sound: false, // Bool | String (as defined by http://msdn.microsoft.com/en-us/library/windows/apps/hh761492.aspx)
+  wait: false, // Bool. Wait for User Action against Notification or times out
+  id: void 0, // Number. ID to use for closing notification.
+  appID: void 0, // String. App.ID. Don't create a shortcut but use the provided app id.
+  remove: void 0, // Number. Refer to previously created notification to close.
+  install: void 0 // String (path, application, app id).  Creates a shortcut  in the start menu which point to the executable , appID used for the notifications.
+}
+```
+
+#### Fixes
+
+1.  Fixes new lines on messages on Windows: [#123](https://github.com/mikaelbr/node-notifier/issues/123)
+
+#### Technical Changes
+
+_Internal changes for those who might be interested_.
+
+1.  Dependencies bumped
+2.  Unnecessary dependencies removed (`lodash.deepClone`). Now uses JSON serialize/deserialize instead.
+3.  Project is auto-formatted by [`prettier`](https://github.com/jlongster/prettier).
+4.  [Linting is added](https://github.com/mikaelbr/node-notifier/blob/master/.eslintrc)
+5.  Added way to better debug what is happening by setting `DEBUG` env-var to `true`. See [CONTRIBUTE.md](https://github.com/mikaelbr/node-notifier/blob/master/CONTRIBUTE.md) for more details.
+
+### `v4.6.1`
+
+1.  Adds npm ignore file, ignoring tests and examples from package.
+2.  Fixes CI builds.
+
+### `v4.6.0`
+
+1.  Adds support for Icon URL in Growl ([by @gucong3000](https://github.com/mikaelbr/node-notifier/pull/115))
+2.  Adds options for passing host and port to cli tool ([reported by @el-davo](https://github.com/mikaelbr/node-notifier/issues/106))
+3.  Fixes sanitize response on `notify` callback ([by @MadLittleMods](https://github.com/mikaelbr/node-notifier/commit/a44454a11eff452a8b55f9fbe291e189ed088708))
+4.  Fixes use of new line in messages ([by @gucong3000](https://github.com/mikaelbr/node-notifier/pull/115))
+5.  Fixes use of `file:///xxx` protocol icon paths for Windows 8.1 ([by @gucong3000](https://github.com/mikaelbr/node-notifier/pull/118))
+6.  Fixes non-TTY usage and piping messages ([reported by @simensen](https://github.com/mikaelbr/node-notifier/issues/109))
+7.  Updates vendor terminal-notifier version to 1.6.3 ([reported by @kid-icarus](https://github.com/mikaelbr/node-notifier/pull/120))
+
+### `v4.5.0`
+
+#### Additions
+
+1.  Adds syntactic sugar for `notify`. Now able to just pass message:
+
+```js
+notifier.notify('My message');
+```
+
+See [#45](https://github.com/mikaelbr/node-notifier/issues/45) for more info.
+
+#### Fixes
+
+1.  Improvements to docs and examples
+2.  Updates `semver` dependency to support Webpacking with Electron.
+
+### `v4.4.0`
+
+1.  Changes to exec terminal-notifier through execFile to allow for asar-packages
+2.  Adds support for remote growl server
+3.  Adds support for win7 with electron asar-package
+
+### `v4.3.1`
+
+Obligatory patch fix:
+
+1.  Adds new stdin CLI options to docs
+
+### `v4.3.0`
+
+1.  Adds support for piping messages in to CLI.
+    (With `node-notifier` installed as a CLI `npm i -g node-notifier`)
+
+```shell
+➜ echo "Message" | notify
+➜ echo "Message" | notify -t "My Title"
+➜ echo "Some message" | notify -t "My Title" -s
+```
+
+### `v4.2.3`
+
+1.  Fixed input arguments to CLI to be strings where they should be strings.
+
+### `v4.2.2`
+
+1.  Fixed no notification when no message for the CLI. [#58](https://github.com/mikaelbr/node-notifier/pull/58)
+2.  Changes `which` test to be sync, avoiding some edge cases with multiple notifications.
+
+### `v4.2.1`
+
+1.  Minor fix for docs in CLI usage
+
+### `v4.2.0`
+
+1.  Adds CLI support.
+2.  Fixes Debug "HRESULT : 0xC00CE508" exception on Win8. PR [#49](https://github.com/mikaelbr/node-notifier/pull/49)
+
+### `v4.1.2`
+
+1.  Fixes correct terminal-notifier (own fork https://github.com/mikaelbr/terminal-notifier)
+    to support activate / click.
+
+### `v4.1.1`
+
+1.  Fixes proper error codes for balloon: #42
+2.  Removes unused debug files: #41
+3.  Patches differences between subtitle for notify-send: #43
+4.  Updates terminal-notifier dependency (removing black borders) #44 #18
+
+### `v4.1.0`
+
+1.  Adds support for changing host and port for Growl.
+
+### `v4.0.3`
+
+1.  Fixes Notification center issue with multiple callback events.
+2.  Fixes error in source code: Fixes long-spaces to proper spaces
+
+### `v4.0.2`
+
+1.  Fixes issue with immidiate notifu notifications (with `wait : false`)
+2.  Fixes issue with boolean flags for notifu.
+3.  Restructures directories. Making it easier to require notifiers directly.
+
+### `v4.0.1`
+
+1.  Fixes issue with optional callback for notify-send
+
+### `v4.0.0`
+
+Major changes and breaking API.
+
+1.  require('node-notifier') now returns an instance with fallbackable notifications.
+
+```js
+var notifier = require('node-notifier');
+notifier.notify();
+```
+
+2.  Introduced a `wait` property (default `false`), to get user input for
+    Notification Center, Windows Toaster, Windows Balloons and Growl. Sadly not
+    for notify-send.
+
+```js
+var notifier = require('node-notifier');
+notifier.notify({ wait: true }, function (err, response) {
+  // response is response after user have interacted
+  // with the notification or the notification has timed out.
+});
+```
+
+3.  All notification instances are now event emitters, emitting events
+    `click` or `timeout`. This is only applicable if `{ wait: true }`.
+
+```js
+var notifier = require('node-notifier');
+notifier.on('click', function (notificationObject, options) {
+  // options.someArbitraryData === 'foo'
+});
+notifier.notify({ wait: true, someArbitraryData: 'foo' });
+```
+
+4.  WindowsToaster and NotificationCenter now can have sounds by doing `{ sound: true }`.
+    Default NotificationCenter sound is Bottle. Can still use define sound on
+    Mac:
+
+```js
+var notifier = require('node-notifier');
+notifier.notify({ sound: true });
+// For mac (same as sound: true on Windows 8)
+notifier.notify({ sound: 'Morse' });
+```
+
+### `v3.4.0`
+
+1.  Adds Growl as priority over Balloons
+
+### `v3.3.0`
+
+1.  Adds support for native Windows 7 and earlier (through task bar balloons)
+2.  Changes growl implementation. Adds better support for GNTP
+
+### `v3.2.1`
+
+1.  Fixes support for notifications from folders with spaces on Windows.
+
+### `v3.2.0`
+
+1.  Adds native Windows 8 support.
+
+### `v3.1.0`
+
+1.  Adds Growl as fallback for Mac OS X pre 10.8.
+
+### `v3.0.6`
+
+1.  Fixes typo: Changes Growl app name from `Gulp` to `Node`.
+
+### `v3.0.5`
+
+1.  Maps common options between the different notifiers. Allowing for common usage with different notifiers.
+
+### `v3.0.4`
+
+1.  Fixes expires for notify-send (Issue #13)
+
+### `v3.0.2`
+
+1.  Fixes version check for Mac OS X Yosemite
+
+### `v3.0.0`
+
+1.  Updates terminal-notifier to version 1.6.0; adding support for appIcon and contentImage
+2.  Removes parsing of output sent from notifier (Notification Center)
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/LICENSE b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/LICENSE
new file mode 100644
index 00000000..11f1b52f
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2017 Mikael Brevik
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/README.md b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/README.md
new file mode 100644
index 00000000..4670eeb1
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/README.md
@@ -0,0 +1,469 @@
+# node-notifier [![NPM version][npm-image]][npm-url] [![Install size][size-image]][size-url] [![Build Status][travis-image]][travis-url]
+
+Send cross platform native notifications using Node.js. Notification Center for macOS,
+`notify-osd`/`libnotify-bin` for Linux, Toasters for Windows 8/10, or taskbar balloons for
+earlier Windows versions. Growl is used if none of these requirements are met.
+[Works well with Electron](#within-electron-packaging).
+
+![macOS Screenshot](https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/mac.png)
+![Native Windows Screenshot](https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/windows.png)
+
+## Input Example macOS Notification Center
+
+![Input Example](https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/input-example.gif)
+
+## Actions Example Windows SnoreToast
+
+![Actions Example](https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/windows-actions-example.gif)
+
+## Quick Usage
+
+Show a native notification on macOS, Windows, Linux:
+
+```javascript
+const notifier = require('node-notifier');
+// String
+notifier.notify('Message');
+
+// Object
+notifier.notify({
+  title: 'My notification',
+  message: 'Hello, there!'
+});
+```
+
+## Requirements
+
+- **macOS**: >= 10.8 for native notifications, or Growl if earlier.
+- **Linux**: `notify-osd` or `libnotify-bin` installed (Ubuntu should have this by default)
+- **Windows**: >= 8, or task bar balloons for Windows < 8. Growl as fallback. Growl takes precedence over Windows balloons.
+- **General Fallback**: Growl
+
+See [documentation and flow chart for reporter choice](./DECISION_FLOW.md).
+
+## Install
+
+```shell
+npm install --save node-notifier
+```
+
+## CLI
+
+CLI has moved to separate project:
+
+
+## Cross-Platform Advanced Usage
+
+Standard usage, with cross-platform fallbacks as defined in the
+[reporter flow chart](./DECISION_FLOW.md). All of the options
+below will work in some way or another on most platforms.
+
+```javascript
+const notifier = require('node-notifier');
+const path = require('path');
+
+notifier.notify(
+  {
+    title: 'My awesome title',
+    message: 'Hello from node, Mr. User!',
+    icon: path.join(__dirname, 'coulson.jpg'), // Absolute path (doesn't work on balloons)
+    sound: true, // Only Notification Center or Windows Toasters
+    wait: true // Wait with callback, until user action is taken against notification, does not apply to Windows Toasters as they always wait or notify-send as it does not support the wait option
+  },
+  function (err, response, metadata) {
+    // Response is response from notification
+    // Metadata contains activationType, activationAt, deliveredAt
+  }
+);
+
+notifier.on('click', function (notifierObject, options, event) {
+  // Triggers if `wait: true` and user clicks notification
+});
+
+notifier.on('timeout', function (notifierObject, options) {
+  // Triggers if `wait: true` and notification closes
+});
+```
+
+If you want super fine-grained control, you can customize each reporter individually,
+allowing you to tune specific options for different systems.
+
+See below for documentation on each reporter.
+
+**Example:**
+
+```javascript
+const NotificationCenter = require('node-notifier/notifiers/notificationcenter');
+new NotificationCenter(options).notify();
+
+const NotifySend = require('node-notifier/notifiers/notifysend');
+new NotifySend(options).notify();
+
+const WindowsToaster = require('node-notifier/notifiers/toaster');
+new WindowsToaster(options).notify();
+
+const Growl = require('node-notifier/notifiers/growl');
+new Growl(options).notify();
+
+const WindowsBalloon = require('node-notifier/notifiers/balloon');
+new WindowsBalloon(options).notify();
+```
+
+Or, if you are using several reporters (or you're lazy):
+
+```javascript
+// NOTE: Technically, this takes longer to require
+const nn = require('node-notifier');
+
+new nn.NotificationCenter(options).notify();
+new nn.NotifySend(options).notify();
+new nn.WindowsToaster(options).notify(options);
+new nn.WindowsBalloon(options).notify(options);
+new nn.Growl(options).notify(options);
+```
+
+## Contents
+
+- [Notification Center documentation](#usage-notificationcenter)
+- [Windows Toaster documentation](#usage-windowstoaster)
+- [Windows Balloon documentation](#usage-windowsballoon)
+- [Growl documentation](#usage-growl)
+- [Notify-send documentation](#usage-notifysend)
+
+### Usage: `NotificationCenter`
+
+Same usage and parameter setup as [**`terminal-notifier`**](https://github.com/julienXX/terminal-notifier).
+
+Native Notification Center requires macOS version 10.8 or higher. If you have
+an earlier version, Growl will be the fallback. If Growl isn't installed, an
+error will be returned in the callback.
+
+#### Example
+
+Because `node-notifier` wraps around [**`terminal-notifier`**](https://github.com/julienXX/terminal-notifier),
+you can do anything `terminal-notifier` can, just by passing properties to the `notify`
+method.
+
+For example:
+
+- if `terminal-notifier` says `-message`, you can do `{message: 'Foo'}`
+- if `terminal-notifier` says `-list ALL`, you can do `{list: 'ALL'}`.
+
+Notification is the primary focus of this module, so listing and activating do work,
+but they aren't documented.
+
+### All notification options with their defaults:
+
+```javascript
+const NotificationCenter = require('node-notifier').NotificationCenter;
+
+var notifier = new NotificationCenter({
+  withFallback: false, // Use Growl Fallback if <= 10.8
+  customPath: undefined // Relative/Absolute path to binary if you want to use your own fork of terminal-notifier
+});
+
+notifier.notify(
+  {
+    title: undefined,
+    subtitle: undefined,
+    message: undefined,
+    sound: false, // Case Sensitive string for location of sound file, or use one of macOS' native sounds (see below)
+    icon: 'Terminal Icon', // Absolute Path to Triggering Icon
+    contentImage: undefined, // Absolute Path to Attached Image (Content Image)
+    open: undefined, // URL to open on Click
+    wait: false, // Wait for User Action against Notification or times out. Same as timeout = 5 seconds
+
+    // New in latest version. See `example/macInput.js` for usage
+    timeout: 5, // Takes precedence over wait if both are defined.
+    closeLabel: undefined, // String. Label for cancel button
+    actions: undefined, // String | Array. Action label or list of labels in case of dropdown
+    dropdownLabel: undefined, // String. Label to be used if multiple actions
+    reply: false // Boolean. If notification should take input. Value passed as third argument in callback and event emitter.
+  },
+  function (error, response, metadata) {
+    console.log(response, metadata);
+  }
+);
+```
+
+---
+
+**Note:** The `wait` option is shorthand for `timeout: 5`. This just sets a timeout
+for 5 seconds. It does _not_ make the notification sticky!
+
+As of Version 6.0 there is a default `timeout` set of `10` to ensure that the application closes properly. In order to remove the `timeout` and have an instantly closing notification (does not support actions), set `timeout` to `false`. If you are using `action` it is recommended to set `timeout` to a high value to ensure the user has time to respond.
+
+_Exception:_ If `reply` is defined, it's recommended to set `timeout` to a either
+high value, or to nothing at all.
+
+---
+
+**For macOS notifications: `icon`, `contentImage`, and all forms of `reply`/`actions` require macOS 10.9.**
+
+Sound can be one of these: `Basso`, `Blow`, `Bottle`, `Frog`, `Funk`, `Glass`,
+`Hero`, `Morse`, `Ping`, `Pop`, `Purr`, `Sosumi`, `Submarine`, `Tink`.
+
+If `sound` is simply `true`, `Bottle` is used.
+
+---
+
+**See Also:**
+
+- [Example: specific Notification Centers](./example/advanced.js)
+- [Example: input](./example/macInput.js).
+
+---
+
+**Custom Path clarification**
+
+`customPath` takes a value of a relative or absolute path to the binary of your
+fork/custom version of **`terminal-notifier`**.
+
+**Example:** `./vendor/mac.noindex/terminal-notifier.app/Contents/MacOS/terminal-notifier`
+
+**Spotlight clarification**
+
+`terminal-notifier.app` resides in a `mac.noindex` folder to prevent Spotlight from indexing the app.
+
+### Usage: `WindowsToaster`
+
+**Note:** There are some limitations for images in native Windows 8 notifications:
+
+- The image must be a PNG image
+- The image must be smaller than 1024×1024 px
+- The image must be less than 200kb
+- The image must be specified using an absolute path
+
+These limitations are due to the Toast notification system. A good tip is to use
+something like `path.join` or `path.delimiter` to keep your paths cross-platform.
+
+From [mikaelbr/gulp-notify#90 (comment)](https://github.com/mikaelbr/gulp-notify/issues/90#issuecomment-129333034)
+
+> You can make it work by going to System > Notifications & Actions. The 'toast'
+> app needs to have Banners enabled. (You can activate banners by clicking on the
+> 'toast' app and setting the 'Show notification banners' to On)
+
+---
+
+**Windows 10 Fall Creators Update (Version 1709) Note:**
+
+[**Snoretoast**](https://github.com/KDE/snoretoast) is used to get native Windows Toasts!
+
+The default behaviour is to have the underlying toaster applicaton as `appID`.
+This works as expected, but shows `SnoreToast` as text in the notification.
+
+With the Fall Creators Update, Notifications on Windows 10 will only work as
+expected if a valid `appID` is specified. Your `appID` must be exactly the same
+value that was registered during the installation of your app.
+
+You can find the ID of your App by searching the registry for the `appID` you
+specified at installation of your app. For example: If you use the squirrel
+framework, your `appID` will be something like `com.squirrel.your.app`.
+
+```javascript
+const WindowsToaster = require('node-notifier').WindowsToaster;
+
+var notifier = new WindowsToaster({
+  withFallback: false, // Fallback to Growl or Balloons?
+  customPath: undefined // Relative/Absolute path if you want to use your fork of SnoreToast.exe
+});
+
+notifier.notify(
+  {
+    title: undefined, // String. Required
+    message: undefined, // String. Required if remove is not defined
+    icon: undefined, // String. Absolute path to Icon
+    sound: false, // Bool | String (as defined by http://msdn.microsoft.com/en-us/library/windows/apps/hh761492.aspx)
+    id: undefined, // Number. ID to use for closing notification.
+    appID: undefined, // String. App.ID and app Name. Defaults to no value, causing SnoreToast text to be visible.
+    remove: undefined, // Number. Refer to previously created notification to close.
+    install: undefined // String (path, application, app id).  Creates a shortcut  in the start menu which point to the executable , appID used for the notifications.
+  },
+  function (error, response) {
+    console.log(response);
+  }
+);
+```
+
+### Usage: `Growl`
+
+```javascript
+const Growl = require('node-notifier').Growl;
+
+var notifier = new Growl({
+  name: 'Growl Name Used', // Defaults as 'Node'
+  host: 'localhost',
+  port: 23053
+});
+
+notifier.notify({
+  title: 'Foo',
+  message: 'Hello World',
+  icon: fs.readFileSync(__dirname + '/coulson.jpg'),
+  wait: false, // Wait for User Action against Notification
+
+  // and other growl options like sticky etc.
+  sticky: false,
+  label: undefined,
+  priority: undefined
+});
+```
+
+See more information about using [growly](https://github.com/theabraham/growly/).
+
+### Usage: `WindowsBalloon`
+
+For earlier versions of Windows, taskbar balloons are used (unless
+fallback is activated and Growl is running). The balloons notifier uses a great
+project called [**`notifu`**](http://www.paralint.com/projects/notifu/).
+
+```javascript
+const WindowsBalloon = require('node-notifier').WindowsBalloon;
+
+var notifier = new WindowsBalloon({
+  withFallback: false, // Try Windows Toast and Growl first?
+  customPath: undefined // Relative/Absolute path if you want to use your fork of notifu
+});
+
+notifier.notify(
+  {
+    title: undefined,
+    message: undefined,
+    sound: false, // true | false.
+    time: 5000, // How long to show balloon in ms
+    wait: false, // Wait for User Action against Notification
+    type: 'info' // The notification type : info | warn | error
+  },
+  function (error, response) {
+    console.log(response);
+  }
+);
+```
+
+See full usage on the [project homepage: **`notifu`**](http://www.paralint.com/projects/notifu/).
+
+### Usage: `NotifySend`
+
+**Note:** `notify-send` doesn't support the `wait` flag.
+
+```javascript
+const NotifySend = require('node-notifier').NotifySend;
+
+var notifier = new NotifySend();
+
+notifier.notify({
+  title: 'Foo',
+  message: 'Hello World',
+  icon: __dirname + '/coulson.jpg',
+
+  wait: false, // Defaults no expire time set. If true expire time of 5 seconds is used
+  timeout: 10, // Alias for expire-time, time etc. Time before notify-send expires. Defaults to 10 seconds.
+
+  // .. and other notify-send flags:
+  'app-name': 'node-notifier',
+  urgency: undefined,
+  category: undefined,
+  hint: undefined
+});
+```
+
+See flags and options on the man page [`notify-send(1)`](http://manpages.ubuntu.com/manpages/gutsy/man1/notify-send.1.html)
+
+## Thanks to OSS
+
+`node-notifier` is made possible through Open Source Software.
+A very special thanks to all the modules `node-notifier` uses.
+
+- [`terminal-notifier`](https://github.com/julienXX/terminal-notifier)
+- [`Snoretoast`](https://github.com/KDE/snoretoast)
+- [`notifu`](http://www.paralint.com/projects/notifu/)
+- [`growly`](https://github.com/theabraham/growly/)
+
+[![NPM downloads][npm-downloads]][npm-url]
+
+## Common Issues
+
+### Windows: `SnoreToast` text
+
+See note on "Windows 10 Fall Creators Update" in Windows section.
+_**Short answer:** update your `appID`._
+
+### Windows and WSL2
+
+If you don't see notifications within WSL2, you might have to change premission of exe vendor files (snoreToast).
+[See issue for more info](https://github.com/mikaelbr/node-notifier/issues/353)
+
+### Use inside tmux session
+
+When using `node-notifier` within a tmux session, it can cause a hang in the system.
+This can be solved by following the steps described in [this comment](https://github.com/julienXX/terminal-notifier/issues/115#issuecomment-104214742)
+
+There’s even more info [here](https://github.com/mikaelbr/node-notifier/issues/61#issuecomment-163560801)
+.
+
+### macOS: Custom icon without Terminal icon
+
+Even if you define an icon in the configuration object for `node-notifier`, you will
+see a small Terminal icon in the notification (see the example at the top of this
+document).
+
+This is the way notifications on macOS work. They always show the icon of the
+parent application initiating the notification. For `node-notifier`, `terminal-notifier`
+is the initiator, and it has the Terminal icon defined as its icon.
+
+To define your custom icon, you need to fork `terminal-notifier` and build your
+custom version with your icon.
+
+See [Issue #71 for more info](https://github.com/mikaelbr/node-notifier/issues/71)
+.
+
+### Within Electron Packaging
+
+If packaging your Electron app as an `asar`, you will find `node-notifier` will fail to load.
+
+Due to the way asar works, you cannot execute a binary from within an `asar`.
+As a simple solution, when packaging the app into an asar please make sure you
+`--unpack` the `vendor/` folder of `node-notifier`, so the module still has access to
+the notification binaries.
+
+You can do so with the following command:
+
+```bash
+asar pack . app.asar --unpack "./node_modules/node-notifier/vendor/**"
+```
+
+### Using with pkg
+
+For issues using with the pkg module. Check this issue out: https://github.com/mikaelbr/node-notifier/issues/220#issuecomment-425963752
+
+### Using Webpack
+
+When using `node-notifier` inside of `webpack`, you must add the snippet below to your `webpack.config.js`.
+
+This is necessary because `node-notifier` loads the notifiers from a binary, so it
+needs a relative file path. When webpack compiles the modules, it supresses file
+directories, causing `node-notifier` to error on certain platforms.
+
+To fix this, you can configure webpack to keep the relative file directories.
+Do so by append the following code to your `webpack.config.js`:
+
+```javascript
+node: {
+  __filename: true,
+  __dirname: true
+}
+```
+
+## License
+
+This package is licensed using the [MIT License](http://en.wikipedia.org/wiki/MIT_License).
+
+[SnoreToast](https://raw.githubusercontent.com/mikaelbr/node-notifier/master/vendor/snoreToast/LICENSE) and [Notifu](https://raw.githubusercontent.com/mikaelbr/node-notifier/master/vendor/notifu/LICENSE) have licenses in their vendored versions which do not match the MIT license, LGPL-3 and BSD 3-Clause to be specific. We are not lawyers, but have made our best efforts to conform to the terms in those licenses while releasing this package using the license we chose.
+
+[npm-url]: https://npmjs.org/package/node-notifier
+[npm-image]: http://img.shields.io/npm/v/node-notifier.svg?style=flat
+[size-url]: https://packagephobia.com/result?p=node-notifier
+[size-image]: https://packagephobia.com/badge?p=node-notifier
+[npm-downloads]: http://img.shields.io/npm/dm/node-notifier.svg?style=flat
+[travis-url]: http://travis-ci.org/mikaelbr/node-notifier
+[travis-image]: http://img.shields.io/travis/mikaelbr/node-notifier.svg?style=flat
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/index.js b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/index.js
new file mode 100644
index 00000000..a28f9c71
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/index.js
@@ -0,0 +1,52 @@
+var os = require('os');
+var utils = require('./lib/utils');
+
+// All notifiers
+var NotifySend = require('./notifiers/notifysend');
+var NotificationCenter = require('./notifiers/notificationcenter');
+var WindowsToaster = require('./notifiers/toaster');
+var Growl = require('./notifiers/growl');
+var WindowsBalloon = require('./notifiers/balloon');
+
+var options = { withFallback: true };
+
+var osType = utils.isWSL() ? 'WSL' : os.type();
+
+switch (osType) {
+  case 'Linux':
+    module.exports = new NotifySend(options);
+    module.exports.Notification = NotifySend;
+    break;
+  case 'Darwin':
+    module.exports = new NotificationCenter(options);
+    module.exports.Notification = NotificationCenter;
+    break;
+  case 'Windows_NT':
+    if (utils.isLessThanWin8()) {
+      module.exports = new WindowsBalloon(options);
+      module.exports.Notification = WindowsBalloon;
+    } else {
+      module.exports = new WindowsToaster(options);
+      module.exports.Notification = WindowsToaster;
+    }
+    break;
+  case 'WSL':
+    module.exports = new WindowsToaster(options);
+    module.exports.Notification = WindowsToaster;
+    break;
+  default:
+    if (os.type().match(/BSD$/)) {
+      module.exports = new NotifySend(options);
+      module.exports.Notification = NotifySend;
+    } else {
+      module.exports = new Growl(options);
+      module.exports.Notification = Growl;
+    }
+}
+
+// Expose notifiers to give full control.
+module.exports.NotifySend = NotifySend;
+module.exports.NotificationCenter = NotificationCenter;
+module.exports.WindowsToaster = WindowsToaster;
+module.exports.WindowsBalloon = WindowsBalloon;
+module.exports.Growl = Growl;
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/lib/checkGrowl.js b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/lib/checkGrowl.js
new file mode 100644
index 00000000..8584efdf
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/lib/checkGrowl.js
@@ -0,0 +1,24 @@
+var net = require('net');
+
+var hasGrowl = false;
+module.exports = function(growlConfig, cb) {
+  if (typeof cb === 'undefined') {
+    cb = growlConfig;
+    growlConfig = {};
+  }
+  if (hasGrowl) return cb(null, hasGrowl);
+  var port = growlConfig.port || 23053;
+  var host = growlConfig.host || 'localhost';
+  var socket = net.connect(port, host);
+  socket.setTimeout(100);
+
+  socket.once('connect', function() {
+    socket.end();
+    cb(null, true);
+  });
+
+  socket.once('error', function() {
+    socket.end();
+    cb(null, false);
+  });
+};
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/lib/utils.js b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/lib/utils.js
new file mode 100644
index 00000000..38e529ec
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/lib/utils.js
@@ -0,0 +1,568 @@
+var shellwords = require('shellwords');
+var cp = require('child_process');
+var semver = require('semver');
+var isWSL = require('is-wsl');
+var path = require('path');
+var url = require('url');
+var os = require('os');
+var fs = require('fs');
+var net = require('net');
+
+const BUFFER_SIZE = 1024;
+
+function clone(obj) {
+  return JSON.parse(JSON.stringify(obj));
+}
+
+module.exports.clone = clone;
+
+var escapeQuotes = function (str) {
+  if (typeof str === 'string') {
+    return str.replace(/(["$`\\])/g, '\\$1');
+  } else {
+    return str;
+  }
+};
+
+var inArray = function (arr, val) {
+  return arr.indexOf(val) !== -1;
+};
+
+var notifySendFlags = {
+  u: 'urgency',
+  urgency: 'urgency',
+  t: 'expire-time',
+  time: 'expire-time',
+  timeout: 'expire-time',
+  e: 'expire-time',
+  expire: 'expire-time',
+  'expire-time': 'expire-time',
+  i: 'icon',
+  icon: 'icon',
+  c: 'category',
+  category: 'category',
+  subtitle: 'category',
+  h: 'hint',
+  hint: 'hint',
+  a: 'app-name',
+  'app-name': 'app-name'
+};
+
+module.exports.command = function (notifier, options, cb) {
+  notifier = shellwords.escape(notifier);
+  if (process.env.DEBUG && process.env.DEBUG.indexOf('notifier') !== -1) {
+    console.info('node-notifier debug info (command):');
+    console.info('[notifier path]', notifier);
+    console.info('[notifier options]', options.join(' '));
+  }
+
+  return cp.exec(notifier + ' ' + options.join(' '), function (
+    error,
+    stdout,
+    stderr
+  ) {
+    if (error) return cb(error);
+    cb(stderr, stdout);
+  });
+};
+
+module.exports.fileCommand = function (notifier, options, cb) {
+  if (process.env.DEBUG && process.env.DEBUG.indexOf('notifier') !== -1) {
+    console.info('node-notifier debug info (fileCommand):');
+    console.info('[notifier path]', notifier);
+    console.info('[notifier options]', options.join(' '));
+  }
+
+  return cp.execFile(notifier, options, function (error, stdout, stderr) {
+    if (error) return cb(error, stdout);
+    cb(stderr, stdout);
+  });
+};
+
+module.exports.fileCommandJson = function (notifier, options, cb) {
+  if (process.env.DEBUG && process.env.DEBUG.indexOf('notifier') !== -1) {
+    console.info('node-notifier debug info (fileCommandJson):');
+    console.info('[notifier path]', notifier);
+    console.info('[notifier options]', options.join(' '));
+  }
+  return cp.execFile(notifier, options, function (error, stdout, stderr) {
+    if (error) return cb(error, stdout);
+    if (!stdout) return cb(error, {});
+
+    try {
+      var data = JSON.parse(stdout);
+      cb(!stderr ? null : stderr, data);
+    } catch (e) {
+      cb(e, stdout);
+    }
+  });
+};
+
+module.exports.immediateFileCommand = function (notifier, options, cb) {
+  if (process.env.DEBUG && process.env.DEBUG.indexOf('notifier') !== -1) {
+    console.info('node-notifier debug info (notifier):');
+    console.info('[notifier path]', notifier);
+  }
+
+  notifierExists(notifier, function (_, exists) {
+    if (!exists) {
+      return cb(new Error('Notifier (' + notifier + ') not found on system.'));
+    }
+    cp.execFile(notifier, options);
+    cb();
+  });
+};
+
+function notifierExists(notifier, cb) {
+  return fs.stat(notifier, function (err, stat) {
+    if (!err) return cb(err, stat.isFile());
+
+    // Check if Windows alias
+    if (path.extname(notifier)) {
+      // Has extentioon, no need to check more
+      return cb(err, false);
+    }
+
+    // Check if there is an exe file in the directory
+    return fs.stat(notifier + '.exe', function (err, stat) {
+      if (err) return cb(err, false);
+      cb(err, stat.isFile());
+    });
+  });
+}
+
+var mapAppIcon = function (options) {
+  if (options.appIcon) {
+    options.icon = options.appIcon;
+    delete options.appIcon;
+  }
+
+  return options;
+};
+
+var mapText = function (options) {
+  if (options.text) {
+    options.message = options.text;
+    delete options.text;
+  }
+
+  return options;
+};
+
+var mapIconShorthand = function (options) {
+  if (options.i) {
+    options.icon = options.i;
+    delete options.i;
+  }
+
+  return options;
+};
+
+module.exports.mapToNotifySend = function (options) {
+  options = mapAppIcon(options);
+  options = mapText(options);
+
+  if (options.timeout === false) {
+    delete options.timeout;
+  }
+  if (options.wait === true) {
+    options['expire-time'] = 5; // 5 seconds default time (multipled below)
+  }
+  for (var key in options) {
+    if (key === 'message' || key === 'title') continue;
+    if (options.hasOwnProperty(key) && notifySendFlags[key] !== key) {
+      options[notifySendFlags[key]] = options[key];
+      delete options[key];
+    }
+  }
+  if (typeof options['expire-time'] === 'undefined') {
+    options['expire-time'] = 10 * 1000; // 10 sec timeout by default
+  } else if (typeof options['expire-time'] === 'number') {
+    options['expire-time'] = options['expire-time'] * 1000; // notify send uses milliseconds
+  }
+
+  return options;
+};
+
+module.exports.mapToGrowl = function (options) {
+  options = mapAppIcon(options);
+  options = mapIconShorthand(options);
+  options = mapText(options);
+
+  if (options.icon && !Buffer.isBuffer(options.icon)) {
+    try {
+      options.icon = fs.readFileSync(options.icon);
+    } catch (ex) {}
+  }
+
+  return options;
+};
+
+module.exports.mapToMac = function (options) {
+  options = mapIconShorthand(options);
+  options = mapText(options);
+
+  if (options.icon) {
+    options.appIcon = options.icon;
+    delete options.icon;
+  }
+
+  if (options.sound === true) {
+    options.sound = 'Bottle';
+  }
+
+  if (options.sound === false) {
+    delete options.sound;
+  }
+
+  if (options.sound && options.sound.indexOf('Notification.') === 0) {
+    options.sound = 'Bottle';
+  }
+
+  if (options.wait === true) {
+    if (!options.timeout) {
+      options.timeout = 5;
+    }
+    delete options.wait;
+  }
+
+  if (!options.wait && !options.timeout) {
+    if (options.timeout === false) {
+      delete options.timeout;
+    } else {
+      options.timeout = 10;
+    }
+  }
+
+  options.json = true;
+  return options;
+};
+
+function isArray(arr) {
+  return Object.prototype.toString.call(arr) === '[object Array]';
+}
+module.exports.isArray = isArray;
+
+function noop() {}
+module.exports.actionJackerDecorator = function (emitter, options, fn, mapper) {
+  options = clone(options);
+  fn = fn || noop;
+
+  if (typeof fn !== 'function') {
+    throw new TypeError(
+      'The second argument must be a function callback. You have passed ' +
+        typeof fn
+    );
+  }
+
+  return function (err, data) {
+    var resultantData = data;
+    var metadata = {};
+    // Allow for extra data if resultantData is an object
+    if (resultantData && typeof resultantData === 'object') {
+      metadata = resultantData;
+      resultantData = resultantData.activationType;
+    }
+
+    // Sanitize the data
+    if (resultantData) {
+      resultantData = resultantData.toLowerCase().trim();
+      if (resultantData.match(/^activate|clicked$/)) {
+        resultantData = 'activate';
+      }
+      if (resultantData.match(/^timedout$/)) {
+        resultantData = 'timeout';
+      }
+    }
+
+    fn.apply(emitter, [err, resultantData, metadata]);
+    if (!mapper || !resultantData) return;
+
+    var key = mapper(resultantData);
+    if (!key) return;
+    emitter.emit(key, emitter, options, metadata);
+  };
+};
+
+module.exports.constructArgumentList = function (options, extra) {
+  var args = [];
+  extra = extra || {};
+
+  // Massive ugly setup. Default args
+  var initial = extra.initial || [];
+  var keyExtra = extra.keyExtra || '';
+  var allowedArguments = extra.allowedArguments || [];
+  var noEscape = extra.noEscape !== undefined;
+  var checkForAllowed = extra.allowedArguments !== undefined;
+  var explicitTrue = !!extra.explicitTrue;
+  var keepNewlines = !!extra.keepNewlines;
+  var wrapper = extra.wrapper === undefined ? '"' : extra.wrapper;
+
+  var escapeFn = function escapeFn(arg) {
+    if (isArray(arg)) {
+      return removeNewLines(arg.map(escapeFn).join(','));
+    }
+
+    if (!noEscape) {
+      arg = escapeQuotes(arg);
+    }
+    if (typeof arg === 'string' && !keepNewlines) {
+      arg = removeNewLines(arg);
+    }
+    return wrapper + arg + wrapper;
+  };
+
+  initial.forEach(function (val) {
+    args.push(escapeFn(val));
+  });
+  for (var key in options) {
+    if (
+      options.hasOwnProperty(key) &&
+      (!checkForAllowed || inArray(allowedArguments, key))
+    ) {
+      if (explicitTrue && options[key] === true) {
+        args.push('-' + keyExtra + key);
+      } else if (explicitTrue && options[key] === false) continue;
+      else args.push('-' + keyExtra + key, escapeFn(options[key]));
+    }
+  }
+  return args;
+};
+
+function removeNewLines(str) {
+  var excapedNewline = process.platform === 'win32' ? '\\r\\n' : '\\n';
+  return str.replace(/\r?\n/g, excapedNewline);
+}
+
+/*
+---- Options ----
+[-t]      | Displayed on the first line of the toast.
+[-m] <message string>   | Displayed on the remaining lines, wrapped.
+[-b] <button1;button2 string>| Displayed on the bottom line, can list multiple buttons separated by ";"
+[-tb]                   | Displayed a textbox on the bottom line, only if buttons are not presented.
+[-p] <image URI>        | Display toast with an image, local files only.
+[-id] <id>              | sets the id for a notification to be able to close it later.
+[-s] <sound URI>        | Sets the sound of the notifications, for possible values see http://msdn.microsoft.com/en-us/library/windows/apps/hh761492.aspx.
+[-silent]               | Don't play a sound file when showing the notifications.
+[-appID] <App.ID>       | Don't create a shortcut but use the provided app id.
+[-pid] <pid>            | Query the appid for the process <pid>, use -appID as fallback. (Only relevant for applications that might be packaged for the store)
+[-pipeName] <\.\pipe\pipeName\> | Provide a name pipe which is used for callbacks.
+[-application] <C:\foo.exe>     | Provide a application that might be started if the pipe does not exist.
+-close <id>             | Closes a currently displayed notification.
+*/
+var allowedToasterFlags = [
+  't',
+  'm',
+  'b',
+  'tb',
+  'p',
+  'id',
+  's',
+  'silent',
+  'appID',
+  'pid',
+  'pipeName',
+  'close',
+  'install'
+];
+var toasterSoundPrefix = 'Notification.';
+var toasterDefaultSound = 'Notification.Default';
+module.exports.mapToWin8 = function (options) {
+  options = mapAppIcon(options);
+  options = mapText(options);
+
+  if (options.icon) {
+    if (/^file:\/+/.test(options.icon)) {
+      // should parse file protocol URL to path
+      options.p = new url.URL(options.icon).pathname
+        .replace(/^\/(\w:\/)/, '$1')
+        .replace(/\//g, '\\');
+    } else {
+      options.p = options.icon;
+    }
+    delete options.icon;
+  }
+
+  if (options.message) {
+    // Remove escape char to debug "HRESULT : 0xC00CE508" exception
+    options.m = options.message.replace(/\x1b/g, '');
+    delete options.message;
+  }
+
+  if (options.title) {
+    options.t = options.title;
+    delete options.title;
+  }
+
+  if (options.appName) {
+    options.appID = options.appName;
+    delete options.appName;
+  }
+
+  if (typeof options.remove !== 'undefined') {
+    options.close = options.remove;
+    delete options.remove;
+  }
+
+  if (options.quiet || options.silent) {
+    options.silent = options.quiet || options.silent;
+    delete options.quiet;
+  }
+
+  if (typeof options.sound !== 'undefined') {
+    options.s = options.sound;
+    delete options.sound;
+  }
+
+  if (options.s === false) {
+    options.silent = true;
+    delete options.s;
+  }
+
+  // Silent takes precedence. Remove sound.
+  if (options.s && options.silent) {
+    delete options.s;
+  }
+
+  if (options.s === true) {
+    options.s = toasterDefaultSound;
+  }
+
+  if (options.s && options.s.indexOf(toasterSoundPrefix) !== 0) {
+    options.s = toasterDefaultSound;
+  }
+
+  if (options.actions && isArray(options.actions)) {
+    options.b = options.actions.join(';');
+    delete options.actions;
+  }
+
+  for (var key in options) {
+    // Check if is allowed. If not, delete!
+    if (
+      options.hasOwnProperty(key) &&
+      allowedToasterFlags.indexOf(key) === -1
+    ) {
+      delete options[key];
+    }
+  }
+
+  return options;
+};
+
+module.exports.mapToNotifu = function (options) {
+  options = mapAppIcon(options);
+  options = mapText(options);
+
+  if (options.icon) {
+    options.i = options.icon;
+    delete options.icon;
+  }
+
+  if (options.message) {
+    options.m = options.message;
+    delete options.message;
+  }
+
+  if (options.title) {
+    options.p = options.title;
+    delete options.title;
+  }
+
+  if (options.time) {
+    options.d = options.time;
+    delete options.time;
+  }
+
+  if (options.q !== false) {
+    options.q = true;
+  } else {
+    delete options.q;
+  }
+
+  if (options.quiet === false) {
+    delete options.q;
+    delete options.quiet;
+  }
+
+  if (options.sound) {
+    delete options.q;
+    delete options.sound;
+  }
+
+  if (options.t) {
+    options.d = options.t;
+    delete options.t;
+  }
+
+  if (options.type) {
+    options.t = sanitizeNotifuTypeArgument(options.type);
+    delete options.type;
+  }
+
+  return options;
+};
+
+module.exports.isMac = function () {
+  return os.type() === 'Darwin';
+};
+
+module.exports.isMountainLion = function () {
+  return (
+    os.type() === 'Darwin' &&
+    semver.satisfies(garanteeSemverFormat(os.release()), '>=12.0.0')
+  );
+};
+
+module.exports.isWin8 = function () {
+  return (
+    os.type() === 'Windows_NT' &&
+    semver.satisfies(garanteeSemverFormat(os.release()), '>=6.2.9200')
+  );
+};
+
+module.exports.isWSL = function () {
+  return isWSL;
+};
+
+module.exports.isLessThanWin8 = function () {
+  return (
+    os.type() === 'Windows_NT' &&
+    semver.satisfies(garanteeSemverFormat(os.release()), '<6.2.9200')
+  );
+};
+
+function garanteeSemverFormat(version) {
+  if (version.split('.').length === 2) {
+    version += '.0';
+  }
+  return version;
+}
+
+function sanitizeNotifuTypeArgument(type) {
+  if (typeof type === 'string' || type instanceof String) {
+    if (type.toLowerCase() === 'info') return 'info';
+    if (type.toLowerCase() === 'warn') return 'warn';
+    if (type.toLowerCase() === 'error') return 'error';
+  }
+
+  return 'info';
+}
+
+module.exports.createNamedPipe = (server) => {
+  const buf = Buffer.alloc(BUFFER_SIZE);
+
+  return new Promise((resolve) => {
+    server.instance = net.createServer((stream) => {
+      stream.on('data', (c) => {
+        buf.write(c.toString());
+      });
+      stream.on('end', () => {
+        server.instance.close();
+      });
+    });
+    server.instance.listen(server.namedPipe, () => {
+      resolve(buf);
+    });
+  });
+};
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/balloon.js b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/balloon.js
new file mode 100644
index 00000000..b230e8fc
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/balloon.js
@@ -0,0 +1,164 @@
+/**
+ * Wrapper for the notifu 1.6 (http://www.paralint.com/projects/notifu/)
+
+Usage
+/t <value>      The type of message to display values are:
+                    info      The message is an informational message
+                    warn      The message is an warning message
+                    error     The message is an error message
+/d <value>      The number of milliseconds to display (omit or 0 for infinit)
+/p <value>      The title (or prompt) of the ballon
+/m <value>      The message text
+/i <value>      Specify an icon to use ("parent" uses the icon of the parent process)
+/e              Enable ballon tips in the registry (for this user only)
+/q              Do not play a sound when the tooltip is displayed
+/w              Show the tooltip even if the user is in the quiet period that follows his very first login (Windows 7 and up)
+/xp             Use IUserNotification interface event when IUserNotification2 is available
+/l              Display license for notifu
+
+// Kill codes:
+  2 = Timeout
+  3 = Clicked
+  4 = Closed or faded out
+
+ */
+var path = require('path');
+var notifier = path.resolve(__dirname, '../vendor/notifu/notifu');
+var checkGrowl = require('../lib/checkGrowl');
+var utils = require('../lib/utils');
+var Toaster = require('./toaster');
+var Growl = require('./growl');
+var os = require('os');
+
+var EventEmitter = require('events').EventEmitter;
+var util = require('util');
+
+var hasGrowl;
+
+module.exports = WindowsBalloon;
+
+function WindowsBalloon(options) {
+  options = utils.clone(options || {});
+  if (!(this instanceof WindowsBalloon)) {
+    return new WindowsBalloon(options);
+  }
+
+  this.options = options;
+
+  EventEmitter.call(this);
+}
+util.inherits(WindowsBalloon, EventEmitter);
+
+function noop() {}
+function notifyRaw(options, callback) {
+  var fallback;
+  var notifierOptions = this.options;
+  options = utils.clone(options || {});
+  callback = callback || noop;
+
+  if (typeof options === 'string') {
+    options = { title: 'node-notifier', message: options };
+  }
+
+  var actionJackedCallback = utils.actionJackerDecorator(
+    this,
+    options,
+    callback,
+    function(data) {
+      if (data === 'activate') {
+        return 'click';
+      }
+      if (data === 'timeout') {
+        return 'timeout';
+      }
+      return false;
+    }
+  );
+
+  if (!!this.options.withFallback && utils.isWin8()) {
+    fallback = fallback || new Toaster(notifierOptions);
+    return fallback.notify(options, callback);
+  }
+
+  if (
+    !!this.options.withFallback &&
+    (!utils.isLessThanWin8() || hasGrowl === true)
+  ) {
+    fallback = fallback || new Growl(notifierOptions);
+    return fallback.notify(options, callback);
+  }
+
+  if (!this.options.withFallback || hasGrowl === false) {
+    doNotification(options, notifierOptions, actionJackedCallback);
+    return this;
+  }
+
+  checkGrowl(notifierOptions, function(_, hasGrowlResult) {
+    hasGrowl = hasGrowlResult;
+
+    if (hasGrowl) {
+      fallback = fallback || new Growl(notifierOptions);
+      return fallback.notify(options, callback);
+    }
+
+    doNotification(options, notifierOptions, actionJackedCallback);
+  });
+
+  return this;
+}
+
+Object.defineProperty(WindowsBalloon.prototype, 'notify', {
+  get: function() {
+    if (!this._notify) this._notify = notifyRaw.bind(this);
+    return this._notify;
+  }
+});
+
+var allowedArguments = ['t', 'd', 'p', 'm', 'i', 'e', 'q', 'w', 'xp'];
+
+function doNotification(options, notifierOptions, callback) {
+  var is64Bit = os.arch() === 'x64';
+  options = options || {};
+  options = utils.mapToNotifu(options);
+  options.p = options.p || 'Node Notification:';
+
+  var fullNotifierPath = notifier + (is64Bit ? '64' : '') + '.exe';
+  var localNotifier = notifierOptions.customPath || fullNotifierPath;
+
+  if (!options.m) {
+    callback(new Error('Message is required.'));
+    return this;
+  }
+
+  var argsList = utils.constructArgumentList(options, {
+    wrapper: '',
+    noEscape: true,
+    explicitTrue: true,
+    allowedArguments: allowedArguments
+  });
+
+  if (options.wait) {
+    return utils.fileCommand(localNotifier, argsList, function(error, data) {
+      var action = fromErrorCodeToAction(error.code);
+      if (action === 'error') return callback(error, data);
+
+      return callback(null, action);
+    });
+  }
+  utils.immediateFileCommand(localNotifier, argsList, callback);
+}
+
+function fromErrorCodeToAction(errorCode) {
+  switch (errorCode) {
+    case 2:
+      return 'timeout';
+    case 3:
+    case 6:
+    case 7:
+      return 'activate';
+    case 4:
+      return 'close';
+    default:
+      return 'error';
+  }
+}
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/growl.js b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/growl.js
new file mode 100644
index 00000000..af57e2dc
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/growl.js
@@ -0,0 +1,83 @@
+/**
+ * Wrapper for the growly module
+ */
+var checkGrowl = require('../lib/checkGrowl');
+var utils = require('../lib/utils');
+var growly = require('growly');
+
+var EventEmitter = require('events').EventEmitter;
+var util = require('util');
+
+var errorMessageNotFound =
+  "Couldn't connect to growl (might be used as a fallback). Make sure it is running";
+
+module.exports = Growl;
+
+var hasGrowl;
+
+function Growl(options) {
+  options = utils.clone(options || {});
+  if (!(this instanceof Growl)) {
+    return new Growl(options);
+  }
+
+  growly.appname = options.name || 'Node';
+  this.options = options;
+
+  EventEmitter.call(this);
+}
+util.inherits(Growl, EventEmitter);
+
+function notifyRaw(options, callback) {
+  growly.setHost(this.options.host, this.options.port);
+  options = utils.clone(options || {});
+
+  if (typeof options === 'string') {
+    options = { title: 'node-notifier', message: options };
+  }
+
+  callback = utils.actionJackerDecorator(this, options, callback, function(
+    data
+  ) {
+    if (data === 'click') {
+      return 'click';
+    }
+    if (data === 'timedout') {
+      return 'timeout';
+    }
+    return false;
+  });
+
+  options = utils.mapToGrowl(options);
+
+  if (!options.message) {
+    callback(new Error('Message is required.'));
+    return this;
+  }
+
+  options.title = options.title || 'Node Notification:';
+
+  if (hasGrowl || !!options.wait) {
+    var localCallback = options.wait ? callback : noop;
+    growly.notify(options.message, options, localCallback);
+    if (!options.wait) callback();
+    return this;
+  }
+
+  checkGrowl(growly, function(_, didHaveGrowl) {
+    hasGrowl = didHaveGrowl;
+    if (!didHaveGrowl) return callback(new Error(errorMessageNotFound));
+    growly.notify(options.message, options);
+    callback();
+  });
+  return this;
+}
+
+Object.defineProperty(Growl.prototype, 'notify', {
+  get: function() {
+    if (!this._notify) this._notify = notifyRaw.bind(this);
+    return this._notify;
+  }
+});
+
+function noop() {}
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/notificationcenter.js b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/notificationcenter.js
new file mode 100644
index 00000000..0d68378a
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/notificationcenter.js
@@ -0,0 +1,107 @@
+/**
+ * A Node.js wrapper for terminal-notify (with fallback).
+ */
+var utils = require('../lib/utils');
+var Growl = require('./growl');
+var path = require('path');
+var notifier = path.join(
+  __dirname,
+  '../vendor/mac.noindex/terminal-notifier.app/Contents/MacOS/terminal-notifier'
+);
+
+var EventEmitter = require('events').EventEmitter;
+var util = require('util');
+
+var errorMessageOsX =
+  'You need Mac OS X 10.8 or above to use NotificationCenter,' +
+  ' or use Growl fallback with constructor option {withFallback: true}.';
+
+module.exports = NotificationCenter;
+
+function NotificationCenter(options) {
+  options = utils.clone(options || {});
+  if (!(this instanceof NotificationCenter)) {
+    return new NotificationCenter(options);
+  }
+  this.options = options;
+
+  EventEmitter.call(this);
+}
+util.inherits(NotificationCenter, EventEmitter);
+var activeId = null;
+
+function noop() {}
+function notifyRaw(options, callback) {
+  var fallbackNotifier;
+  var id = identificator();
+  options = utils.clone(options || {});
+  activeId = id;
+
+  if (typeof options === 'string') {
+    options = { title: 'node-notifier', message: options };
+  }
+  callback = callback || noop;
+
+  if (typeof callback !== 'function') {
+    throw new TypeError(
+      'The second argument must be a function callback. You have passed ' +
+        typeof fn
+    );
+  }
+
+  var actionJackedCallback = utils.actionJackerDecorator(
+    this,
+    options,
+    callback,
+    function(data) {
+      if (activeId !== id) return false;
+
+      if (data === 'activate') {
+        return 'click';
+      }
+      if (data === 'timeout') {
+        return 'timeout';
+      }
+      if (data === 'replied') {
+        return 'replied';
+      }
+      return false;
+    }
+  );
+
+  options = utils.mapToMac(options);
+
+  if (!options.message && !options.group && !options.list && !options.remove) {
+    callback(new Error('Message, group, remove or list property is required.'));
+    return this;
+  }
+
+  var argsList = utils.constructArgumentList(options);
+  if (utils.isMountainLion()) {
+    utils.fileCommandJson(
+      this.options.customPath || notifier,
+      argsList,
+      actionJackedCallback
+    );
+    return this;
+  }
+
+  if (fallbackNotifier || !!this.options.withFallback) {
+    fallbackNotifier = fallbackNotifier || new Growl(this.options);
+    return fallbackNotifier.notify(options, callback);
+  }
+
+  callback(new Error(errorMessageOsX));
+  return this;
+}
+
+Object.defineProperty(NotificationCenter.prototype, 'notify', {
+  get: function() {
+    if (!this._notify) this._notify = notifyRaw.bind(this);
+    return this._notify;
+  }
+});
+
+function identificator() {
+  return { _ref: 'val' };
+}
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/notifysend.js b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/notifysend.js
new file mode 100644
index 00000000..07aa4bc3
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/notifysend.js
@@ -0,0 +1,101 @@
+/**
+ * Node.js wrapper for "notify-send".
+ */
+var os = require('os');
+var which = require('which');
+var utils = require('../lib/utils');
+
+var EventEmitter = require('events').EventEmitter;
+var util = require('util');
+
+var notifier = 'notify-send';
+var hasNotifier;
+
+module.exports = NotifySend;
+
+function NotifySend(options) {
+  options = utils.clone(options || {});
+  if (!(this instanceof NotifySend)) {
+    return new NotifySend(options);
+  }
+
+  this.options = options;
+
+  EventEmitter.call(this);
+}
+util.inherits(NotifySend, EventEmitter);
+
+function noop() {}
+function notifyRaw(options, callback) {
+  options = utils.clone(options || {});
+  callback = callback || noop;
+
+  if (typeof callback !== 'function') {
+    throw new TypeError(
+      'The second argument must be a function callback. You have passed ' +
+        typeof callback
+    );
+  }
+
+  if (typeof options === 'string') {
+    options = { title: 'node-notifier', message: options };
+  }
+
+  if (!options.message) {
+    callback(new Error('Message is required.'));
+    return this;
+  }
+
+  if (os.type() !== 'Linux' && !os.type().match(/BSD$/)) {
+    callback(new Error('Only supported on Linux and *BSD systems'));
+    return this;
+  }
+
+  if (hasNotifier === false) {
+    callback(new Error('notify-send must be installed on the system.'));
+    return this;
+  }
+
+  if (hasNotifier || !!this.options.suppressOsdCheck) {
+    doNotification(options, callback);
+    return this;
+  }
+
+  try {
+    hasNotifier = !!which.sync(notifier);
+    doNotification(options, callback);
+  } catch (err) {
+    hasNotifier = false;
+    return callback(err);
+  }
+
+  return this;
+}
+
+Object.defineProperty(NotifySend.prototype, 'notify', {
+  get: function() {
+    if (!this._notify) this._notify = notifyRaw.bind(this);
+    return this._notify;
+  }
+});
+
+var allowedArguments = ['urgency', 'expire-time', 'icon', 'category', 'hint', 'app-name'];
+
+function doNotification(options, callback) {
+  var initial, argsList;
+
+  options = utils.mapToNotifySend(options);
+  options.title = options.title || 'Node Notification:';
+
+  initial = [options.title, options.message];
+  delete options.title;
+  delete options.message;
+
+  argsList = utils.constructArgumentList(options, {
+    initial: initial,
+    keyExtra: '-',
+    allowedArguments: allowedArguments
+  });
+
+  utils.command(notifier, argsList, callback);
+}
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/toaster.js b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/toaster.js
new file mode 100644
index 00000000..dd313fe7
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/notifiers/toaster.js
@@ -0,0 +1,159 @@
+/**
+ * Wrapper for the toaster (https://github.com/nels-o/toaster)
+ */
+var path = require('path');
+var notifier = path.resolve(__dirname, '../vendor/snoreToast/snoretoast');
+var utils = require('../lib/utils');
+var Balloon = require('./balloon');
+var os = require('os');
+const { v4: uuid } = require('uuid');
+
+var EventEmitter = require('events').EventEmitter;
+var util = require('util');
+
+var fallback;
+
+const PIPE_NAME = 'notifierPipe';
+const PIPE_PATH_PREFIX = '\\\\.\\pipe\\';
+const PIPE_PATH_PREFIX_WSL = '/tmp/';
+
+module.exports = WindowsToaster;
+
+function WindowsToaster(options) {
+  options = utils.clone(options || {});
+  if (!(this instanceof WindowsToaster)) {
+    return new WindowsToaster(options);
+  }
+
+  this.options = options;
+
+  EventEmitter.call(this);
+}
+util.inherits(WindowsToaster, EventEmitter);
+
+function noop() {}
+
+function parseResult(data) {
+  if (!data) {
+    return {};
+  }
+  return data.split(';').reduce((acc, cur) => {
+    const split = cur.split('=');
+    if (split && split.length === 2) {
+      acc[split[0]] = split[1];
+    }
+    return acc;
+  }, {});
+}
+
+function getPipeName() {
+  var pathPrefix = utils.isWSL() ? PIPE_PATH_PREFIX_WSL : PIPE_PATH_PREFIX;
+  return `${pathPrefix}${PIPE_NAME}-${uuid()}`;
+}
+
+function notifyRaw(options, callback) {
+  options = utils.clone(options || {});
+  callback = callback || noop;
+  var is64Bit = os.arch() === 'x64';
+  var resultBuffer;
+  const server = {
+    namedPipe: getPipeName()
+  };
+
+  if (typeof options === 'string') {
+    options = { title: 'node-notifier', message: options };
+  }
+
+  if (typeof callback !== 'function') {
+    throw new TypeError(
+      'The second argument must be a function callback. You have passed ' +
+        typeof fn
+    );
+  }
+
+  var snoreToastResultParser = (err, callback) => {
+    /* Possible exit statuses from SnoreToast, we only want to include err if it's -1 code
+    Exit Status     :  Exit Code
+    Failed          : -1
+
+    Success         :  0
+    Hidden          :  1
+    Dismissed       :  2
+    TimedOut        :  3
+    ButtonPressed   :  4
+    TextEntered     :  5
+    */
+    const result = parseResult(
+      resultBuffer && resultBuffer.toString('utf16le')
+    );
+
+    // parse action
+    if (result.action === 'buttonClicked' && result.button) {
+      result.activationType = result.button;
+    } else if (result.action) {
+      result.activationType = result.action;
+    }
+
+    if (err && err.code === -1) {
+      callback(err, result);
+    }
+    callback(null, result);
+
+    // https://github.com/mikaelbr/node-notifier/issues/334
+    // Due to an issue with snoretoast not using stdio and pipe
+    // when notifications are disabled, make sure named pipe server
+    // is closed before exiting.
+    server.instance && server.instance.close();
+  };
+
+  var actionJackedCallback = (err) =>
+    snoreToastResultParser(
+      err,
+      utils.actionJackerDecorator(this, options, callback, (data) =>
+        data === 'activate' ? 'click' : data || false
+      )
+    );
+
+  options.title = options.title || 'Node Notification:';
+  if (
+    typeof options.message === 'undefined' &&
+    typeof options.close === 'undefined'
+  ) {
+    callback(new Error('Message or ID to close is required.'));
+    return this;
+  }
+
+  if (!utils.isWin8() && !utils.isWSL() && !!this.options.withFallback) {
+    fallback = fallback || new Balloon(this.options);
+    return fallback.notify(options, callback);
+  }
+
+  // Add pipeName option, to get the output
+  utils.createNamedPipe(server).then((out) => {
+    resultBuffer = out;
+    options.pipeName = server.namedPipe;
+
+    options = utils.mapToWin8(options);
+    var argsList = utils.constructArgumentList(options, {
+      explicitTrue: true,
+      wrapper: '',
+      keepNewlines: true,
+      noEscape: true
+    });
+
+    var notifierWithArch = notifier + '-x' + (is64Bit ? '64' : '86') + '.exe';
+    utils.fileCommand(
+      this.options.customPath || notifierWithArch,
+      argsList,
+      actionJackedCallback
+    );
+  });
+  return this;
+}
+
+Object.defineProperty(WindowsToaster.prototype, 'notify', {
+  get: function () {
+    if (!this._notify) this._notify = notifyRaw.bind(this);
+    return this._notify;
+  }
+});
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/package.json b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/package.json
new file mode 100644
index 00000000..00a36136
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/package.json
@@ -0,0 +1,80 @@
+{
+  "name": "node-notifier",
+  "version": "9.0.1",
+  "description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)",
+  "main": "index.js",
+  "scripts": {
+    "pretest": "npm run lint",
+    "test": "jest",
+    "example": "node ./example/message.js",
+    "example:mac": "node ./example/advanced.js",
+    "example:mac:input": "node ./example/macInput.js",
+    "example:windows": "node ./example/toaster.js",
+    "example:windows:actions": "node ./example/toaster-with-actions.js",
+    "lint": "eslint example/*.js lib/*.js notifiers/*.js test/**/*.js index.js"
+  },
+  "jest": {
+    "testRegex": "/test/[^_]*.js",
+    "testEnvironment": "node",
+    "setupFilesAfterEnv": [
+      "./test/_test-matchers.js"
+    ]
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+ssh://git@github.com/mikaelbr/node-notifier.git"
+  },
+  "keywords": [
+    "notification center",
+    "mac os x 10.8",
+    "notify",
+    "terminal-notifier",
+    "notify-send",
+    "growl",
+    "windows 8 notification",
+    "toaster",
+    "notification"
+  ],
+  "author": "Mikael Brevik",
+  "license": "MIT",
+  "devDependencies": {
+    "eslint": "^7.6.0",
+    "eslint-config-semistandard": "^15.0.1",
+    "eslint-config-standard": "^14.1.1",
+    "eslint-plugin-import": "^2.22.0",
+    "eslint-plugin-node": "^11.1.0",
+    "eslint-plugin-promise": "^4.2.1",
+    "eslint-plugin-standard": "^4.0.1",
+    "husky": "^4.2.5",
+    "jest": "^26.4.0",
+    "lint-staged": "^10.2.11",
+    "prettier": "^2.0.5"
+  },
+  "dependencies": {
+    "growly": "^1.3.0",
+    "is-wsl": "^2.2.0",
+    "semver": "^7.3.2",
+    "shellwords": "^0.1.1",
+    "uuid": "^8.3.0",
+    "which": "^2.0.2"
+  },
+  "husky": {
+    "hooks": {
+      "pre-commit": "lint-staged"
+    }
+  },
+  "lint-staged": {
+    "*.{js,json,css,md}": [
+      "prettier --write",
+      "git add"
+    ]
+  },
+  "bugs": {
+    "url": "https://github.com/mikaelbr/node-notifier/issues"
+  },
+  "homepage": "https://github.com/mikaelbr/node-notifier#readme",
+  "directories": {
+    "example": "example",
+    "test": "test"
+  }
+}
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Info.plist b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Info.plist
new file mode 100644
index 00000000..f08df7bb
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Info.plist
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>BuildMachineOSBuild</key>
+	<string>16E195</string>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>en</string>
+	<key>CFBundleExecutable</key>
+	<string>terminal-notifier</string>
+	<key>CFBundleIconFile</key>
+	<string>Terminal</string>
+	<key>CFBundleIdentifier</key>
+	<string>nl.superalloy.oss.terminal-notifier</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>terminal-notifier</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>1.7.2</string>
+	<key>CFBundleSignature</key>
+	<string>????</string>
+	<key>CFBundleSupportedPlatforms</key>
+	<array>
+		<string>MacOSX</string>
+	</array>
+	<key>CFBundleVersion</key>
+	<string>17</string>
+	<key>DTCompiler</key>
+	<string>com.apple.compilers.llvm.clang.1_0</string>
+	<key>DTPlatformBuild</key>
+	<string>8B62</string>
+	<key>DTPlatformVersion</key>
+	<string>GM</string>
+	<key>DTSDKBuild</key>
+	<string>16B2649</string>
+	<key>DTSDKName</key>
+	<string>macosx10.12</string>
+	<key>DTXcode</key>
+	<string>0810</string>
+	<key>DTXcodeBuild</key>
+	<string>8B62</string>
+	<key>LSMinimumSystemVersion</key>
+	<string>10.8</string>
+	<key>LSUIElement</key>
+	<true/>
+	<key>NSAppTransportSecurity</key>
+	<dict>
+		<key>NSAllowsArbitraryLoads</key>
+		<true/>
+	</dict>
+	<key>NSHumanReadableCopyright</key>
+	<string>Copyright © 2012-2016 Eloy Durán, Julien Blanchard. All rights reserved.</string>
+	<key>NSMainNibFile</key>
+	<string>MainMenu</string>
+	<key>NSPrincipalClass</key>
+	<string>NSApplication</string>
+	<key>NSUserNotificationAlertStyle</key>
+	<string>alert</string>
+</dict>
+</plist>
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/MacOS/terminal-notifier b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/MacOS/terminal-notifier
new file mode 100755
index 0000000000000000000000000000000000000000..dc1127a048fd521c90dc8507d17728ad067d2ccf
GIT binary patch
literal 87688
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
O&qY4MM;FfF{J#P9)@nxp

literal 0
HcmV?d00001

diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/PkgInfo b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/PkgInfo
new file mode 100644
index 00000000..bd04210f
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/PkgInfo
@@ -0,0 +1 @@
+APPL????
\ No newline at end of file
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/Terminal.icns b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/Terminal.icns
new file mode 100644
index 0000000000000000000000000000000000000000..8d8f5c2d2abda38d6a90d896c32b8915e2c64c96
GIT binary patch
literal 369386
zcmeFa2V4|M^YA|`5|o^C&N&E(h~e}Mry?Q>3JB+Uo^s}Nf_gd&BAy9B5Jg4BGooTZ
zC4)#3R0LF1%sB^)nD|$9&n^psde86o-t&3?FN`}oX}7w%s;hf?zFUTloidY=NO?Hi
zyN@BmFkzu%XPUtK0C;zS_a*S|&M;!qp))%>GYoIQO!vtXasQ`2L*P0%K6VmZ$HRBH
zu7h;wB)m>~_#|>2?9ame$nsfazZYER2-h`4!h2Un{A9R5UL*XmV)>uaJ{|qE=Tkmi
z8uMXc#qb=%;JWQUL3vwV@$n@2tNcVyT>JF#Df~UV_UZF!cyGl0lTRDr{WI**cf1nz
zpV4<*<9^HcE9CDQJ>0Yw)K}AyHn!f9KN}nR-q`2|*L~*xaL2Fl?VeAc_Tb;A&t!kk
zTe1iH<osvYeGAvXXBr#e`p<YJ?$P}Q*r$8KeeSGaUvL)o-#0ckkWbPT-4`i1ocAMt
z4Gj(CUF2Nrn*x7HW)|k=W*;joJbt{e;8=c64#RAamXefHQdCq>kn70A;eM8#k(r&n
zt&NSPGVHIDw#~A&wYRmmx6#4#@p4(VHd$GAR$8ix%yNc_m9w{ZFtXH8Q&CZ17BkE;
zc?Ua7O?7oORV76xf?=ZN><x9aa9>%GSpd$tNKTv8GSF04RaR19{$v<dPD4vWLsbRJ
zAj`~Wn1yl@5*<1$Vie~wOkCXR)p4tqEsI&5kPsW2%#iZu94kC_{P?k!<(G%@uWnI(
z*iRBIKkO%nmVX6^5G{W+!z^!6{w1R2UkK%o5-mR{#1}0;=p!sY=n@wfAHRClvgNB*
zuUQipN6Md<pIdmmxTLtK==ibRJcijUsDCVfBExJFt^WjuNfs?X?5`Cqe+=p)QvZK3
zOpIvx!5+&+%O45lj}|RIpJAfp)U`C!x%!9wNJ0IBvhneWiScnOSH>o+O^jci%n0HQ
z#G+<@UelZXd2ML!h8zBG+n-+2>~Ff&z-E6|f_U3p&Bn$8h7rHk*!Tfob?~|Xud55`
zJMLeLrso9L{F8V5?#32>qDEK<5$oT23FHd;n-<0T=ewX>)8EO)#!Atz_z3&hPYC{S
z|A}A+-f{oBtnff1x&F*)dH}u%_aAfT8=)h?{ZI7lv&PSK|Jl>WvZp^kdy4%G`MltK
zvwd1B;d#0%xSn)Tc!-`C?$Z6HU9vB-OZK_1B5(Nl|HJ#2X-7=gr$mMQN85t&#((tT
z|J4t@dGorBzc+7CkWEuRE7HZ{<|i9G|K>C8=Sg4xN%ZeC`TU#DpBmtbR{n(N-@Nhr
z(8?vk^LySiZ@&KdcOSlXzTqPsi8Q+g6rlQj#>0DT-n@AOmvMhoQ<3wc+R>A+Ci>fu
z&kH^%9HZbxU!E6!lx(y--~4Qg&$m1Y`y!uj<*dm0R?iC0w{ey`|F+H3pWmYW|4*NP
z*S7q3DF0jM{kV}TeG{&6;Od8;|L^_@?l&44xr^8DKYH}w!NZ4-9>SV^)am|%`wt%7
zfB5jhwTpa4{H(6Ba<oc>GNZyOcTiGR(mu;)q^~L4S(?GX)0%I?TFF>iT9})gnVOgw
zD_-R@O4n4(Bf42wT3cIL!5Is43k%j%%*2>A5>vXuXF6V1F}-zj%TOD03)WoT!qn6R
zK4@fQXlS61r=>0`TXz1VvDTb5lQuOqGd3}XbF4uJeLX!zD30oRWuwb?wvRA3Hi6F>
z8yUmr3=CO)aXnq7OMFK0oU%c*r?Ew64-Xe>{G=h@K+;HGTTNO1JfG1yt7NKYY-Ce*
z<62!$efXrIp^<@(hLVE3g8Vr?BU7bh3g2ky=F!c~oHdd%G1Apgg267UASPb}N>?hG
z7-M0LBaAxgYpW<JD=R4}z**)De08M~6o;HOHq=#DR)LdnT2T?c`ZSzAsb~V4nwXgw
zXsf8Gs;a2K6>wTXL0<k8RC2j8)Q?FgeN9z0bv&!8%qmGLD#3^4%R%WfMNn4{PpYY@
zsFKerD)JS0^73VTMxs>7SWiQZRTooJV^z^iJosi-L0n!=t_bS8NI^qQLtRZBE>UGw
z_)6k<2f@lSa89gHfz@EuSv5uSrOHZ*pb^NFlP}~m@&yVS8gM%R3n?(GB!+d-K@PsR
z0K{g)X*Kw)yebq)MM*_jQGw{g$}!n+`l!5yx(1vUhYu_9l_fw~MR|F?9CH+^a=)A=
zd@bB+@KtzFQ>>!2f}EVZf}E`EK|Uk74YuK5gq#Gv$>E3awG9fqHaFrpQ?%$fQ@H4O
zhoZvcdFvXPb{}r{;dUQxkHhV8_`e&61#_28_lN(7wt9qq<*x_BEdJWq3T9f`&wr(Y
z+Uw{4djAOB_m#g;hB5X0%Ael<xX}upUEmkt=&ZHn5hJGS&bmmty13v!)<w+Kh3_hc
zTZ}8;rK78>3-^z85y$Na7dbdUE~YEib&(4X&hTAWR~}rzcaefUa*hw*245tB*LRj%
z!iX*Syzw>jYV~WeSFfUBW7limyXTH@d|~6__e?`Fyi(y6_n!CRH6EUJk6*{TRCg(=
zj=9X%F_++VF#=xkbsa9%U97tl4aeYhc_q9e$$81kb#<4oUa(%mh=<mmJjt&RE3aTr
zidEp&$&+ja122h_6(`{zThZZU1#B&?kRk854X;SJCW2fi{9Fb9WXB5fAy~sshl-P@
zD=b08Z|BNN*|JWhrDbLKue7W*vaCZ1Zbg-em6ot&ypmG5KoSqZKemj)3t+PZw&A^`
ztTY0S;dN#35$O^*LcWGyCIM&5ODvW!9mbu9L(y;<If&nbpW%am(zr4n$mExa)1z=C
zvP?=)8gjT)aCT7{ucFv|3DfZxC^LvDKX-mnEpvfiD}Ld8Z7u(TSZytPL8A7;h1yy;
z$Xtkk7h5ZK;XEH!aEe!Z0j^TO3+MuGuoF?Mc)r<z(-%>liXsrD@XJ}$u;N5F4-fp;
zjrEZ2)(zfq7Z-jvaXi6xlMy)xM<d{nm`Aro9@5;U9^E26m~MOzG5ih%@&)ku%b<H%
z`EfH)>gThiB_*Y&%7VmKNbw}4q*zHtDq6CWl$4~Dq@;wTgp>pe@2~+&v;-r`m*|As
z5|Vfxt`?J$S}e&*bz}msmzI{4o-Bkf75llGUpnPvSs>HJ&XFumxVCk$b+CblJ2tRb
z+gjPe%LW%q8%t|=!P>$K7Hdmf!#i2<IG)GF*3t$)Wo-wGJ$#pgos)FnH56NZ%ybDe
zIiw1=E6RcxTQf^sOmVR=wJ<S<mxZypv6+dPv8j;>w-_6m7{a!pv7xa6EM#qDXaw)@
z!aZCY!u>S4-qhF(7IU}(HaD}94!p{iikFlZm@Hvtg;bXmmlC-S7FJk#OIXZtu{0;;
zFoVy)=TN$tiK#IxMo<c4K{-rN0+s}hV(GXST!+_FnU-c2W|o#V(m~fs;DJtg9>^67
zuI3j{Xj0eO!o~tF15qH%*v!a`d=;u-g6g4C21azzH`0fx1ARkyhXuB94T~YZlTVPU
zp(>l1T1f|8DPfCw<+-SCP!*J*809)xSX<fJIyt#GI@{WT`9NKB3n(a*z?7(K0;M48
zQdL1Q_+BUvl#Es?Y#E}uRCTNx?sI15W)>Ep?$zSrl9KWqR5$1hzj#VTX&_qH!p^R<
zle??Cle3MDxg`jL58~Hgv8mOlvP3OZkG@3Ks5Gjqj}=3eHYW9Nit2*cqN4I_^s1mU
zB}K(W<)xsmrHxHzmtW=v^c&Q>w|f^Sdn=F)er9e;)HQ~AAkMp}N=;>fGI18hEm{F!
zYq*-KYi<J7W^N7D%rD}VXMwhp1I`q2V(rYVtUEi$HeTE?d+6X^z1&>wY%MKK%uy89
zB`S>8B@5aVm81$A=^N-9=+R?_pem;@u`#JCD1wQpC8#S9s~AuTVvA3d5N&O{bWLI#
zN4+drH^Kj>0X;lBLv4eLL2VOHM$>Yp6BI;H_qb22K?_K)GQk?cR$vMaVh+Y7+Gc{b
zyiuo%*yEj0EEw0?)oo2=qu;f(Spog}b@Om=u&@M2BHxILQZ?Y6stO9WT<95MU9hYH
z);-#msCtEeoOj}=P^Qd@;vmM+($>zcD|=^A<M4OY>;4!vxR<AsJ=8H2mH02r;SnFj
z`i6zHB(g<n-q?V&FElaNbiuHsxtklCn_Ec*T^5K`9eMgVJPt1dHNmKsPMv%EuP%GL
zsBz@|gOS7fxHwyw6CXwq#;7GRqahg4P|pAtFeWi4t_5bL*EJOhObQ0AD+EC&ju=DL
zjy!doEmSNk31l3tY^)ufJbQVKTD<?(qDJoz=QjCz+S{06Tr(3y9kd)#5?zYCL=?t)
z#MnrygLp8BYUXCvQbBcWq4+UQW(CMpDJ6PZn%h`AckbEK%X`YI@)wI52QPNFvohw|
z2Ish(ixN8;=%TiUx(53CL{HG3x-_voseD>SV@r_9FXWXS1~qj@o-90etgsZVX=QC?
zW8>)L(PQw?U&iy}vaWyPH~Oymp|hPiX>I8Aw4TAINXsX&p9_9OYiv+xV5|u!DaHjF
zjg8H)mDUvi7EqRM1hwm5UdSF(N3nJg3#={d?7O)48yFZoXUUPPC^n|My)`I{f@pQ3
zGQ^AmQ|iJVzHlLirj<d=FED_iiLnJJTL2(J=^@Zo3&b8fRzS3cS!z2w*Dihf`uc|_
zp00-qUfJE*mKc?GC$y@$E)5$6DGN9kEfeu!Vsb$w#)u6rVQPjI%pMajC_$NGeka&t
zN(IG5#Ca|39J+QJ;PdB>>x&xwK2#-nb+NG|Ml}(9yTEBdFEFI8fi9X;AJ)XISO>(g
zTo@(}3}rO7kPNEJFDS?_JqR*Y{Z14Bdr<;1!Fg?6yYvr9s(1qp=27PIfc{-wt*tN+
zVR?x`X+5Lyu(rt}XdbjC;g~QOKnIL^LQ6$GFM-H{5|pU~GV}8bijJd6t*u;K=RjKt
ze0w@>(%=CeUF@K_fZK2~;M=J+K^M>vbR^b9Ed@5k^M-mP9+MIg*8<sKPn4Ngx*yy~
z(XSLX^NWsSBZZpv*a-3O=HZ3Ecn$uchYLns3)-PJQx)5SP*H)x_zp+0i0I|Ctx`ov
zFuKI%iRYIbK%pbb^7HfZju)aqZERfK64=I{>kH$4_UZFuS9eEyD{JUkVbnoJQqVs^
zRhz)KQzu1b!G!Q4DpU7`J&a2Rpe`s(N&@B3)78-61zpSoVI^rGx7UagP?pGbva+}9
z(j}?!^4|+a4eQs>)5F=(8b^Efc1}*N&aTdG&Mr=!9UN_}&7pTUBry@A0BhigU7OIr
zq^%O2VOT-hs-eCHFhPoHAQyEkM!CEZCHZV_$nj%Aj6DoooScHD`}OYEqo=Ejt*r%&
z6rr1Sa_Z{d(*u^SJw1B3xjWcfm>C)gbpx}afr%rN<_h{_-$NW3%B8QNq98BFD##GI
zxw(0{MQGf~BTDjM2kY4hhD*+!-CcWlc6W2LcYv`kjB~9VI``~1Y*^rkfDr+{{=@vd
z2KVd=Q5iZF?8ps3K3W;Ksm7e8(XysSM%=`?q5?emP*f8Sy1?d&=N0WkeTSFivAN?5
z3j-N@b88D*8z*~bJ4b6<w5ka#<_?aL<!4S;ovAr<uKHZfxvI0(+w5&jjY$I)HdoYH
z2O2GLX??V>fuWA3l7cKe*MNsRuqY@hs)`3)<md8=_kvjC;YE3QIXNg6)P=!54AgC4
zsE<Q<7$I8OxOCaOywUc07kdj5D^Mwj1jaa40jJ^23MMr%&{J1|$0s0ym6ydwGfE0d
zN}ytGE}O$ELRmbJ#pdW15|ff!26HPjD>Cr6fI)@@bg?^@H(FhGwgt7oWw<s<%*d&P
zE(;H>6y#)NW##4g@+b}#5T~fh3%bD1;T=awZo`Xmv$FvQ1Fhf|gxt8GPH>Y#ZdYtN
zyDmR@w)(=^+H)7q!veQ>d!6jejadU7a7;a_9np|93=@5ARe7kwNO>`MlBEC-hfpMF
z2O_g`vU7+`o^Meuo9$gdwKE4fcuPT>BaHDa&21f_Gau;d<vVEDAfJIle(dY+3Q^by
zU6L$lG}KjJ*ASgkPF4m)%JSvJ;rSRmKNFKvKz$VjQnQNo7%pM_eUIm6XJsD)sm`D&
zT8_I3!<#a5ODlVOH@6<$`~1+iSKnT}d-m$u&DqfsV!r`t@L)fpr5<RludOUEBPSyd
z^@<B$ez5|pD66ClO4ep&WoI8paYKEN=VWDPQ6+6aNo%}w5=0#n3sWl#TWd#qCkJQn
zUMFA$?O-$rEdg2`Mjlj74{v6)RAgm3$;!g>w@5iLS$TMbrw}18LySos^gNp_o>jOT
zL<S5i%*xEp%r8I<?crt;wB&9xZMYjxE4bCfTT{3(wXia?fUrw?QPT9ln&_LV@-k4J
zpqm_7qlUy&#T3Apz&JwqK~2wPW@Tm;rh*F%9#)v0nU$3f73&DMYSz#uh4+ZqBGF;V
zXo|#b+KK6bF-b=X9SXENbs`hR%CWLwPgv;lMQDr)q&@N#Bo!6FanEP7Sv(?k2#AFu
z6y$@pHg<69Z3j2ea3gJHi#Oc(!uvK1@3b$45Q;+|upc~JHZeBVP?YT?LzJYNvT{<?
zo*3%z;V>+;Z9@17Jj(~MyP%SP7*>##k(H4LmF!5X5%je-<6M~Bm(v?n(noQ3-K4YB
zH__Kol<C+>mX%v1%YdR_OK@6vk_t5pUZjj7;W;fvyK@<t85sq;p>}`t1$mhuFOYFX
zHR&t^^d_JtEToZ=+f%p~harPG8Sfe!!a&DBL#|UNFeI8WO0ENJ$b<VtK+BZJ=jMtL
z3epgGP`Ps%Y$mS&wd*(RST;z`gGzNmS0Qs1=(ogoan1o2dK(VbgzDr*(%MQgP?@qa
z&@3?E$VG5gMCsI$pc_^!JUE9+#TW!qGcz*^c7cxFhvjEwWE{-_sV+E|LUqJB5hw$O
zS6t{#IFSwLfw_sXh60F#htsmr@DMrz6f+V;Zjd35Qa}y~ttczwXh!}{(9px@Sk}>_
z8M%2xL!5&_p9PN<v`>MKP@Clb%FI|-8MKmvo?$UD8+xZ;k%Jl)1HI%Kxd@1M5egkJ
z=+y9!@`$j`KKU6LM~>v=1~IN=nh2GHNgg^yM1+&ZVg~aI82OB}!3kKP2VgD7la~V*
z=>VZkK{g7)4Qhw30u>plKpyEs*Ql({3#>kR<mi#S9R^F79zF$`M~)mtdCr#D5+K6C
z#1m8>7kmWDk;xZ54fragmN9H%)CO<lfo6;4#4)sy27wa6Z4^4lLz7V8D~f}9XZc5X
z`6$laC+{eT%LZ|7pdQSGfqD+M*ceHG<vK_39ZL&cH7G0vD*$9*fg0$5jt^3RhQJyW
zNBvlNebVr-pMnJ-4n<`kAJoNzszK0^T$IZ5$v?^-cFY0`5+$jc)JsrJ@K#jQ(##a_
zY9%FQj9J*A`SOu+lAPgKId#yN6o6Y(u^8h>9|>w!A31#FaPCf&I4ln&nq=id8w4$J
zA@g+B_Ame-nvzIhqNS$Hs)#A8@Rel{FhLc-K^2zEW6Z|hFj|2DqCy^F4s|A|<}e5#
zcH{ZvX0V4{vY;YiY(XrC*25-FnjkcAYg0qOy#eST0E?2MGL9P1&%yT;SQ<sJ8r47_
zs7b6$E_A}X0yK6hs04J*YW`tf&JJh^&O>vLq^BRw$^qxJbE5VWI4SKsEQ~Z&Rn=A1
z)Q}@V!GvHzzC{ARU0z{{yg0tI3R<{FO@>Vl!U{k(;G03!huL&q&UUE8u0!*VrXNnn
zO6&|#8hR&;)dJ&L+8FDD99#&rLNOgMzA~6D0;-QuSS;Ux2xaA^$vahxg({|c!I!7!
zYzM`xd~y#TN>9&3w<OcF4tB&jQ8_z%GkpzBSb)4y)lg;C7$9#XX`L#wieg9&i75)&
zAZdva3Pzl60+$5sa8W_GJe+=rN;MpslYa2vp$w=_XPnAK4XKXSHpaSu>uB-;^ihZU
z<mytHd<k_EJ{c<U<$0hP3;Hso1d8B|s_4C7I#3d-v+7X#p+ni*pgL`Rat<9#Ka>gL
z-0Ypeesm_<(aynCPg4ti4xpu>36u~1iU2Igssd;Q&!CZgLf0WiA`Xh*4Dvv2L%NT~
z1DS9gQBxU|tU3syvaxElyouC|Y%n5;(x@c7fX8Arb+BSVN6->wst{9hhE(E%l#YrJ
zYS3qeK@LzTkcw4~Lnzb}rJ|;1*hAt6GPi+DORU&K2ajY2F<tDPP**!A2M2(zw6%4$
zw6(NRTTLRFuP%W;qyp>`5OJWaBAAp13h_aNI#wdoBCM(USPgguAW)q&#DmTpJaAxt
zCRS}f@2rEcg92TkiQ8MlINwNDQwJ9i1r-Zw3KRu3Y12>!?2J^JNVW2aaxiis3#$;J
zs6rze)v@ZpK~AKLcQ$MuIGn}l=;R241zlKlv~{(0v_VUvClL(9m<Fn;2A<1<RvDqJ
z0SbXCoNBO56ofUa)Bz))5-@_Or6w=v^#1(^_GfGbExUu3`_s}6X9hAZ5VUQL^)z*~
z$b#>hq+0P;B}7v&Coak$4!#av@YRbU4)7HvIjIq(T1h#eQnBe*^3!-klJStt11JfU
zb9Zzy)7R0{#YI;~4;O7+9c?WgR!adSQZtf9qNc)v8D**a5MU2wqEpg^xF=w7DoQLw
zTf9s~1@x=j&!+K?q=0_zLo)a8OWT*80ai58*V5I(iX_#ET55t!bR5tQD-|6Ub%Y43
ztjZD%iA*XBt;Z_rQY)f-C<iX+s&K6`Oaq+e@8cc*TOY)FXYNbeyY~=?H3KDaT8OGk
z?MZA3)`S9ZZB&!A7gcPdEV!){<r9ItQ<eugD1a76MJZC5M?$cKiV8?P#ox<2ycHz!
zKq9+$&_R%B2-S%TR4w=os7zGlltssdh=8pVOi5ZN@`}g@5-C(6vSyVuNi|b71!t8}
z(UTxH9sNhf`{>@(J$v>a4Ps1mS$%uFWdUW$eHq#n><bGNLI+)!2&bx&dIsx?VLRnP
z30M`RS5adIJXK5uYJmk8Qvq8jtAb5W?%9*N=THi$DmLUOyJza|{h+E5emC(RJ&;4x
zC9*&s_^u|gEGkQy3dRIPA&I&I>w<D978S-dDFR(Xm0%55q^9mpJ&3-<8**e1yW1@7
zNDyNR)3^F?F9<g-aHEF$HhD9aNJkS~Srhz<R5l5Os%m^yDP<%z;UBAPPKtp=X<A?t
z)CK%hix*VBYxnM52T<M7Lyqp=y>r*T!>BGc7MQWXwYH$)pxRB&44oR-7es=6v5!$z
zAq|!)jdmsrr!=W=a)fvQRCC47-Me-j*o+=E<nV5G=fJ&(0~r%CTMf6qEpEK2nNeYF
zEiLe6P#1$DRJR6cNLT_A7)iy0XG_r%sVFZ~>7XSZbYd5~lb5yygpC_=c-M}dyY_%E
zBb<`aCCU+X(XMD+6a$JvTtYv>HcL7guqx?hKoE_=s!AB2xN60BPGvmCR}t3~4=UsD
z;O#@HYF_C(ckbA}I~}~2&Rm0v`g#%iW}<TpSPBw;iDZlwC>dXX^MX|wl?YXF)R3>j
zfCLO4R9{%Dse+oNJJ{{Ky;!G{y$)^Pw(alThrpIZO;i;YVpXcLF1B5a_%!%xVrwNe
z%Jrs1P55RahswgWKw+>m>_G`Md4Z+uHu1mrY(iTOKCq4byVp*TYl?H2!bLEdLgyMV
zN<no)HKRSr=z()!4mAEtRg$Qt1}b+TTdb-aIIK1(x$W=2x27h8uphh*Y)#p^b;m)X
zBvI3Vs)?Zx_o+p-KuHo8u%%+H(#W6&t^*@7hz*^ZDiUIW233qGh)QB>fyymTVYl*j
zq1;|x2U1eDrfdhfrf5xA$nywpo4PN^C#{u6CDNgCJr0zCRhJ~g7Qm)eJCVMQj6@+Q
zi(~A-Xa)9`P}AlGm273V@OEO|&KjJSlCpWrw*5hjG0var8tCAf3PN>hJEc~|b_!h%
z2@PDG(s2^D7w{H%H7QLhn6w~l#}GRpE)=C~*}Qo>$_?;J+XCBLL9QuGPtge~d_0P3
zQ{~Z_x!{DO2<-f57{&@GRgO&vRptUD?clK&V$>ptbIYh{cL+MZdDG@i+miJl_6|;C
zH%;A~LX^d?rfL#}iH(V}x)7X5*8}Q8H%DEGxG@P#AP@zS&WFZi8WzY}puVbBhoHjb
z<ju)j(YB6*_ijv1-na#oh1paxIZmgFxfxcXGVOWLzB+oWjs@xXh<xY?P+bg-L|xL;
zlTx68$@pJQi7KzA19CTROx~EX5#+jf?b(pLF?q{A?B8%o4i+-cN*)kU{jm;+M{|K#
zOPkeH!SNvmVw8x%7{f8EW~Qo6jZC5yY09WCywp@c-+~Rv8#Zj&2=zR9$nN#)H*DCn
z7X}chXETjaS2A&i0U4!(d|l8PA|&bepuWMuXbCV@2_hwG4f^8?wn!boogFxHKD$AD
z{gw@&uiube>((c&Pu>ebpJ<2Lg5I3wM3zWwhPX%u7ch(=E=BbfIyPrz(32100(%2!
zSExFi0Jkb&*NZ1@#%dNDvWs2knzT`%Zj-{?a{+2ztbQm0DHu8$8TqqXZe(b|bqWH%
z2A>uf8&wr9x*dY@l9JZ0+qeO$*>A|sb?ery-M9zZt{%2qq9~^@_n3<YER=@b530-E
zZHSndxHXYM`#n}wk~p}ES|mnHRq&}?cCGlj4Oqv#Av+V<wH-EqP&3wuPN3m~Sa{?C
zkF{`ilABV)=Wl3dR{sZ38Dgif5ad<>+Z8U<w`sqGeG}OtcGu7YxoZ>GtX+?C2Y7E!
zT$8wFeJbZu+@luaTLS+g;lltQgrMC?KMcNwZJ7=-$SsHtt0@Ok1sw#mELKB;__`)v
zLkgOi9ut(ihE3!pq1cYzJJuv5tV!AxD8CYJX;;FnE&lig?*HhWE+6jd`SKmf3=Ga$
zka@Hyc?mo~C)HT_P70lZvf)b-)~$zclpeZm^_qnEgtWca8+m&V#j^>##Pv8p8@e@)
zAJ1E}ZY_VE_*yV5yH0HF+9m766BF0MA=qZuDZ%l?wd)cS*R2J^<7!<5oa4dah_%x2
z88{0EBjF3+5Su80SFB0EuSF3GK3n0J^a-ou;}ce|j)#BjYF_;6_@!jcu4dvRR*S_a
zELkmq=T^t_$q^<#65jc%#qr=G*o;~&P0p_-#TFlyylPcstk|kpb`>usb`?LCS;fZk
zVpheltC$!zRy-y)HYReFSj;MZjLfQ4vD`u~kBx;(l~%!93>=PuD{&i7NyWkuy2-@w
zV<qAAs<^eFg1GmZ=*3ad%;Lys-je9Wi=)LBFJYsZzg9#uOJbtMmqbV7?qW7tY{`;H
zIJOLSqN2rC!AE7i<07LLEsCNqHj0UiiW0|New2759Oo~Rh$3hCQ4;tb70F*DjqkWD
zUL4f{-s$CHix#m_Vv(@o!4Y;*2e=>xBuE8pPg=JwDQSIF60?q<Bmvv7ut{R;VNVPU
zlEj1X#3psXi`GRZvFkg)1$YIsZgG<Ix}^0<5Wm(Xfkoksd=5{+#yY%q-MaNDfIUh3
zZ-|SHjf;(oW1+73u^nJ<6;!0`s@ORA7Y7vxC;72raj=qz!#ag4d2lo;mLZ>sh~>q_
z#qwbrJ`0~_<HXQ#cnKRTjfY?>5k!fp7_hp0y$D?%jIH>3V!FDl9uL|wt0%?XGw3bW
zm4smz-XKQkb|m-2xJ#}eNAV-F<O1>uI2NHRhF`|Oi>IsKsWpHXk3DP^?Zq?gcyBx2
z`~O$GR~+%)2uT?!%Jm}93t%rJ86hDpV0{7m760diFV6OVmGC9c;o2g6;h`iFzVM{r
zKO}td$sSTFxF8UO^a~Cd$Y6mGUHDX$3?4Wf3eLk>axKslLfW=%!q@&w!k0XfZz6n=
zjYJ@cV?g1%P4ST`mWFI&x!@d>kWe{DfFe~4PrUyb;R}54*9c!SE`qTUC69#kr-1N<
zQ52H50H7lL_YK0=83<n|QNouX)lhK6IgyYQDhrB{Dkas9Dns=Xb;%WQ9ZJI|&7d$M
zuU{p6UD_mkji}w|u%F!C5H)cqNE9Z@w?g=0QDFH7;X8JIzyM140--~!3xqFuJpR3e
zFZDiDmm_?^!koHo6TYh(>o(2t8QilO;Y(eZ<IV6PGPNs=NKsV+fx=i6M!=lvq)PDa
z568)9g>MqR8<6lVOA2j`@D=zmXaenod?D66ZBf{6$Y30_6`1+^3ExB@+-@BFBk&&*
zzD>%4`qciQDwG7u2hL{#>}%VEZ^T_Be9x|LM)+c5rSLfVD24-kSdTT%Z6mSA9S2{g
z{tTZXUW_0!0HJLWzK)%Hk6d%&9RQ0D(xZI;8R6TcDH<Deg(8t+fJrUBMfe6p9{`%!
z`@{JyBU&eX$u~j$acT+`hU3J#R8bP6i07M|*|bIYnp;{R;oGC9*U)KkCz0@7@&(~5
zXqkB11b3*oMs5!8R>?lmkOnD1#Y0I5$^1>imtCEA8&TV}Kezz)iVzE;oh106E}$bd
zrqEl6aXHPg9!N96wu-^&I|yGlLimO)%OqfNY<CB16Z{%<M_~&UDn@2Q2q;Om2+Tv<
zFor7n3G}qD624X(;X5*XUFA!t;8i^+;cJ57j5I%#4==1d(kwV-Nty5{=fT*JIqnry
zH8le|{p*D9us?SJ{@VXj&4#ZKzCh5CIUiWl$p_RPjZ0@?XhS6~#u~{GY`ZnW*NGCo
zKW{jRNc@xR6@dfXf$*gyGchO)K*VX`+c-V(+XWIx{ge3u(w2pUugO;kUuzfFu-icR
zzB>~?WpKYH!WU|dd^5N%anyfC_(DMZI^nws;@_R4{IOpUzBqc|#w@f5Sd3N{G&Z(U
z9958Z3LyyyU&)}a5Wa~(_`WPk7~|8Yk4IOI@FhSYAd|p?;Mj@4m}JhIo9RK5VmrkJ
zraZ9af@!&!ghoZeR~;S$H4(nEz9f9FY-30HQo<LK{Rs(Qr`8Ey1FA1ID_Ns^gW-w3
zq+c}vpb-*s0I2a5!gurx|K5F@6TXgJyKscBJ21F}@Z};A=td{+1lp2!O8A1#=nQQT
zzCX7@_;%w6U&KSL96R?M;OiUY7w89+?=XKauU;PZHYP&CS0ARPX^a;-GSL=dF%Z7m
zkluxr2POa>s49P(@CBwwgz#N-vZ}JC`fSztn)7FCYtGkf7a@FMCXajQpszz4E}6(g
z`vT#Mpc6qF5$gCh;cHL8ZDa|pf$&WO!uN(dA$)PfiQykfd0d386$7s>5WYkRNBDx0
z|CsRIwY*X8T4!5RL_%?L(h#1qYSKAhm<T0DS|fakRw9J&h$g}pxz|<*U$+&N=W1%t
zU$}6w_F`>a?Zr!J&UWUe#8rVV1{2Z+bu}_*jqnA+LcrR72jOc$3Ev-v3>q=i&&zl4
zu%Ep9_Uqb=@I@^-r)`z+1=<d3w*}zq))Md~_#1(l34Ln`fUhe6zP<WzfNxiz@-2-4
zWd^7hTLG#G#x(j8@TEY`myqueQOFk<J0WKW!3P5mg?#Ot9XbmjU-<PE_zl<+gAaKo
zrYi#Zva%813;7a^nQ(R@kS`@A0e%&Qe4#VN4u*t%bkgsId;#HT6Y>R3n^W6xBSCK^
zNa%)u27*8sjtHO$HbK6!9OSFt8sv*)5W&;GLiySg;10PlC;`4iDPIUH5L!rYX$*dA
z`oBc^0wD@~Xxo%8{&oyrsH$Nz%9jV&Hl#-qrF;p)1~^iuZ&AJgkAY=HDPJr25vq{#
zh0I(KXiUDOd|~RGV^Y5x^aXbTds2%M5}$OM%|KuB!#(H{1)#62?015`YRor4Uy4u)
zL0@7|P_!-37pt>1)ECJvpejXCU)PqXuMHTIn3Cemh=~$B9a5Iz9TE&sbd_a+xfMrB
zRKRF=6lHw@5l31U`8AIA1&p%|+82Kz(i-gxu>tin{~GNpO#n{pr&wSDk&xqnUnHwU
zfM4g<fL~;qk%Gkq?#{uOSefvmz%Rnzh~0i2_?0EVFOX08qaPvh>)Ay7BGBweRBTTC
zLZd_mmlD5#XJINenz{@y)n?3ZB$BHF;1`sH1z<A5SN%_cUmzF}_~k)Y&kCVm$jVEJ
zUlxA8fkvbYR4zq+nJ<uE<L^LzBUK~_$q8VuBq)L2Apm~GF`n@iFs+*q`vp3@1@`OM
z9Q&nY|5veJK2%#P&@cU^1h+=ftw6u-Eudc@V{t)joBPFxg%M;jhNtud`lT!ll5VX+
zzsQ86*+}C<oD!j5sK(ZzUxLK`$IvfJp<~qQdzfDUVG&5j<zHof0fr@0y}<m!qhSpJ
z^Gg9GL{gE|#5#it#h*v9@>1CCf!n|i9sv4Sg!(0*c-8k(zvN*&c?gV8q+3wG*sv%`
zOl&4f{o?U|K>fl`7;N!J421fXCp-y&1^6T!&<<9$BVY}LDOCKD`t2xabgfap%r~fC
z`!=ax4G;_v7OUI|s~9U86k-*DwkO;#)OIV}FMy*e8X)t#z+dvXT|gKh*g+8v(m)7C
z$N~RYw-E{y{DpfP!ScQ2uQMTkkvO2JDv+Yh$X`;&P2?}!Dt<}+vPyt+e=qrK{}u9=
z5G<69LF$SUlJM2h5HceaB|te4|Bu06&<zL<La73@@}1zX9Ga9Yqy<67O9A+cFc{pW
zw+;S+Bo6!)VI>Km3HSnrI)Wr2WrglTlq8b)iagMe<9@-XKrqMsQd;yMbHB)}Ae@Ty
zhyZyb+%I3HBjC#%>&tP!6fK6*h;qM3!~W;oFCo1UmE=HJfkYaUaNV5y1$8MH+l>3|
zBFg>3T^ctt2JaM3<+xuCmO*7Xh%rJ{0(cnGP6gC2);3bVtg<-t9766F3ib`|7nl@6
z#I)dkp<)RgO7I^<jSxH%sQV@NOKD%>8hKG<$Xjy1aw6O>+;_A39mw4&t0#j`<*^*d
z{qmb(zn~~$zhdB20O@}f`^BuY-^PAPqah84@Qc)yISL559}@8Y8`v*)H$as^1m@}+
z{uc{ql34Gcdnd}ckt0i5kiV1LCV#nlCG;&Nf8m!G0`eCcEs~<>$mB)1(6-56EKVEf
zuPIEe&{;A>f9=U!Am`BF%pjQj@&a%tP?AE7s3?gSP}N^!e-VrQHv208V$p?~*k6j&
z5qSjHBNa<4l+vIWtH>6Goe2<&$KYt2>@VJk3m3dor3;xE)WiM;UIduL-z8vt!v37Y
z`TpnZFA{9Xu+d6Ii)zzAh!sn?%zwiEf;GRF{pB9U(D@|tn*<;w36~0OhlF7bNVD95
zkeU&yQq+fW5QFR<cJTmt6Yy83P4JggApw7Jnvw2dR3M!kcH=F;Uycgpd>ACQ3jTs;
zqd}X4zlu%ZuNi{Bm@-0!&Op+c7S_NDXImg96J4ov7(fVqTSIG`*0=_%)`_|@(YhJ<
zEB+Pmmj-;{tTHH!s_K#+onqaTGzLGSZ3aUVVy9qY3jUIyOalY;V_4&Y%C-vrn$f&L
zWR?!6l_=><RTlmX1Hs=8WW2=J(g)j;o`>UpNu3iI6nX^s*Mj>6vERe};;bvRFd;JW
zw+R9^61iWHNx)O^XjGZwe(^U7Xk+3{=usH6u&Kfi1b8CcuYIfBFP%8YNpv!oMj9?H
z1FNe@<Tr7@8d`j;acoeuQ4!D=dwn><SL+0tgX+zxU-$2!eu;sJM{^h~{&<P6DURy0
z>dIu8hzg^kbomncMO~Xizs_HQeyNEuL_vMy3mIovSonXBEWcoWNdSRTG~vypG?00^
zlP*t$`Te;W^NY`cz>CSV0piVMp9@qdj8hhy5BIY_kU<w>UhrzJFCbc@X*uRs{0rvS
ziZH+UPzxU{;iFl2k_PYiypKHJ#3^WWXc6X@>P&z9N9fz;%rACI7^ZPe-Zk`i-(r4Y
z5*QQ1agSs0NiCVQ#HR@y^Gkh7=+~e;Fuy>QBl8RK5*Cn%hDXT}8j@c}ewX1dXyG2W
z9s6y^e%rBM0`Wpm*^d3TXZ3B*>if^L`gUr{>MI??rSv7tFJF=YuveNS@I~l18uIwk
z<h~LA3GNGX#vJZTGC0s|EhJymcO>+MER6*BC5aLKgM_}u!i2sYy+_6g_yCuT69`6z
zPdHn_eFex2;$HYXwr$*3kkA)$!;q9Iq6vNJb6gSJmxGQG$)OSuH^uP_tdU=W=Vk;4
z#Yapgi2GVtej}kTWb^rILSGyVkp%}tWLSg)LVAR(1-LI6NFg^vRQ?9;>(mnW#e}{D
zcSKMUabJ9RjSEqa4%4X0$blk<3D=MXnL6^xZ{WUGkkFUIeXW}%^u_uE3lgiMHHmt3
zJVr<Q!nLp}(Bgm!p%>6Xd;|CWb;0NX14%+(4)=xZ#WbNWN!Bb-6yF8jh3~|&SP2Lj
z(#qiMOCBO3?)%k*zH1sUr_38Biu)qYO^3V)>`}{-p)M*77KSysO~=76cO0)G_7)74
zp$K11=<Bf=aNpMz$rDGllF%2+&uK!9iggH@k~NOQDeeo})2qPDf`q>Coc5~;eb)i*
zb}KzRs9!%14@Z%NzKC0Jqijw^gad>Nf&$Hy1%;t<pzgnl`#O+>zKiYy?%Qxad9Lpl
z34J*=1;GMtEt=!Locqw^)Wnmi7b9WU2JQ=wav`B_K;kLHeII2k8U7#OzSxYB9>N+y
zypPoWw-Wkx?=>WFX*!_I-XAY+^B3a2#Fl7JbPaeBm%?~RoQqQ!&JgROJ+V212cV+H
zkkA(p<2Dld3US|AYY2_Hw5w=BU*s}D3k2Gz9R>D;X*IY{CDVx1nQ@J!LM^e3ZQ{Pj
z=?D}0MkF4)`x$WG^*?kbxG($yflKI1S|VxrXg>55!S|!jKyA`ELL)M0N`j#o(e!Hx
zeF69VDKI#EMec1Bo6y}Jvlq9(eTmZ&<?t4fzHsIcs(`pKQ5DTfiiPTaC84j4HR8TM
z_Vpb(e`D1vz<uL6+?PaEfk8>51Vw3_AaQ_fqv`^0=FEy6&-dWI9s_*&dw?6a`E-8s
zkS`PZqWS1TusVe6V9EhtJE9|MOMY~X&Wj6_194wWT-+M&OB4DI7`v$w8_d)E*wF;{
zh5s-Q30M+{FwkHq$66x>C0aHG3{smy+?RH+=)j0Ie<h*sJWw&Pp?b{>FA?0Aeiw<e
zM91&NeYx8HYC>Q8t{z(;{@u-9^sCpP772a1?v%7qqA0Dr=4-435QOFg*TI&GRfNF^
z6m2u1Z<lp|`@Skm96JnfUw22yiw$5X!F{>^7J=fv)Je&t4sqNj+?S@e#hDLqU20Zz
z-IfV`e`tyOZfv}^Gcu4%=qrl*ww2IVpEYp6h=C~@h#Yio&>8imQOQ7G9sk$vR&ZZ;
zVM1T$klCYJ;=WFR`$95bc)5GJx!GYtUm@<x>Y3n-89K4Ru}Q4LI7Omx8@O+aguYIg
z&{qWaB?*0h8a{mV$RK|}en*TNGNd=)z9I>Ikrky=vs_al)&`wHS0immzy%Ng$ur}x
zB=oi668btI?hAuNn$UOg>9f`6&s{io=^Qeu7i)JrSc@d|#b2wFr758=XbuBM0q#qo
zgYUq7ai|XzH$rHT(AWJC;J&xJ3KRP3LyA-gz8DX%#ZsCZ9ET+Im8WS^|D%Myme9pQ
z@?fhQE|{kn%tT@>rxdD2jsOb#WkO$IZ<;0aZ4LLuM3caTSt8<R)7fohRqgpp7cO7A
zT6g8*mAcDy2LSh_O|)4;Uy@hke}wyDbHuck=5~(VdwYBN`S=e(;CCqeHj3iDoO^Q4
ziuyLkeWd}5!AyqVmCzSJZCE(_!EFsD^mXlyyl;;_JusnfS0_y9D-1@&j*!B<72cOn
zI4oAJ0%q70N$cC3_{FTcB;h2DKH#fnG_9`)@heE{i%RMf;ukU}3)A|F5Wg((Aaqsg
zsNb2`SHS!dup8}c*&?woCQX4R_^rgg@c3U5b#0URZI;*<Z{Gkb<g)8xJfj^=%f!BN
zm`wPeCHC##GO;frzilS=h0p@wg@#pVlN9-tf#l4XJQYDs002c2`(kQUJ|-eW;7K&E
z?~l#$`XVNZNGu16(*JJ<{@V-uB?;-Outv#n5Q$#{n%5VS#4eI;1^NAEV&BeOVqchT
zXo39V-8A_LE++N`(WY<{Dnx!U12swP+ZOT*KRIYCw=YG0N$TwuFf5Eyz??7=gs#~T
zyJu~sPLOC9a{EGFUz*!jisrwS2d){b7OE7obzo{=E_G@f#4mwGF}W}P6dLD9XlB}G
zseM69F14?0^VGhS)g-7KfvUdF`#NJNfZVAZ@5{B(Cf*lR<al2}j$K)~NRr(*LQaYT
zzk&p~2y`~#zHKG<g^aK^4v;KTnB14kTZ|koo$C<AeIo#3CW&w56c)>gvcAH^zAZRk
zmnP2FNtoCdIbRxnXvSLs=W8KI?90kaLilW(^F_T{=X_gc_HD-b3L_0t#ug;AZxiSH
z&CI?K-4Gmu7zdP9o0)xymV)H4*b?b9Ra=>Tn}fbAQ5rl`xNz{OypZ+%MtWbI0Yq~W
zPbFQ7jRmInjX>BJvoccHS2VjXfqfT=B>4T3^rZ=Yv5A9bIMQe(!7n`YCtTJy68!!L
ztS=I=xDYPg+Rg^rV6z0jfXSd}><7L(!7nDjZ6(34Ga#@W2rIDRR}%c98$#{TRK|iV
zzY+41q{;t7-WMFTb>3GTbpt9A^lK%@FJHk}z%n;^CnA3>lKdKpB>4pmTO|2KVg??F
zBkLfV<yVCG?SN{+^H9)@L`^}aU+k3rQKnzWLEV(;7x*N63`~#%L8f2I?qM5igZZUh
zAgqD$<H+sr%=8;Upgszbz%zdWG!WOpZ~7w7?^lUm(LBEzZRPo8wdLsJZ<=aM9iVDq
zo?j`F{SfQ~4U#g<(8NiqU(Edu+7bQn3|{j^s^1@4PxY%slKpazyz${WdEQSnC5?no
zqS#PC0!bSECGjiYCh_ahJlC(Y1Lpcgya9<{n%)Z;EQ+si<cu0b1%O6`xqgXF38hLc
z4D0_x#4o5yh+m}cAu~P56a{{f_y0zwUy=zHStz6=fra90$#LivZ6`oi@gZZnG&(H&
zSfrIKzfb}W_QlHo2JDN_9zmyDgMCTE1Xu&fD$MfBCBCH<Nsak^S$<ubvizFDQ(Zt*
zFo_dx5ln^9BjB@5v@dBbivWn^GW=5Vwe1YQ-zI$#(I82U30{V>h`%D30p1Eq3fm>7
zK_!qYBFxwhh_{Gl_~l4n$lENM;kSF6q%Vhj0knt&6r`6VNDh*|w5b3DL~~|>X`5JI
zG-8VkzhHr{kiOtE<omI4e2w&_gcTxWqz?mSg$fH4r|-fwlD@5E_%&@#`a+&xLLX7n
zBGHFc-h%Wc!oNxSVtQ(9!rwvqiX`|&6LWry#zmlxBAHmfgdrot1^8yfr@3smU|?u5
zXmFMu!?p51Oz<mUuD}8`izi_vIntMcUWC3y5EU1i;FnmSWrE+YVZQh~07_a3Xe*3-
z#EmdIfDa3?IUE;(%0wAzW>j0akopzHe0zyx_$7~(aGo9-D&F>!>0SZoi&n*4rGgy4
z*nr3jiAXNTFRJ<N9KZcUa{L173iBCsVhXnjK8K<R=L?y+DOJWHgOraX+7d~|L{+pf
zs*I`&7P8+q<_ntQ^ptQRni7f*JQ=GRiy+9$iZ&&fFYVs`*Dzla7Dy2Ow=iGMs5n!G
zjg^EAFex+|`U3<^$1O<ls|qQ8I}l<IfnS38iX`~`9?lmhs>s3_l|#2lAcip9BHJuw
z)v?94mf*Kl&eyt$^CiE-CsU31>wA0<fwslDYx<Z%kFRU|1?DSgLD&<Jo(F(e2}))*
z!+gJy-<QrHgQlDtBj(HH_r<70D;Sz93_dwjoHSY@NL87{D2xp>MxY<lSn-eZ`%-P8
z91xYD44B`Sv{*DSa=sjqNH9>uP$_$>3R^8WU(x)&gPQXDV)AAZ6DSf2a`35vz{c3i
zVedmU*3cvzB*tNk5h#h{d<FS^g#n9L8*~QFS2VwGa1-ZCZ7VWYj!z@Nw#3HJa;c9&
z{zuYgx%APbA0QMa$jAN`>m0R)E%+Zzfa;dv^lwi3ej~px)ff9XXh1@JVF06{gPc6q
z^9XgO&V=h$P~ZPqeqYk4U{Im?4_IGF+YPL*XntSc=BzJFzH)Qw_)h233G#{ok@i5~
z&^VB3#`=<ufEpR^=~(zlr6lQ=R3J$<2_8D%&-&sdCA{!aDP?^P+RX1OM4ZW(O2GNz
zO`eeT{bqh&kV76*Q2%OTeZMciFWMZfF3j&sSYO?*r1x!=^<CVa-nTuyZ+m**|Mm2~
zv)m_7WSCykO#5GZ4Yb!ldkwVL!2i27AogETT_{zI=lT1T=`;Stzv<H^|E41%zqs+=
z{|gmXx|npyzc0RVx=_BjT<L#7{_H0CiYNXH^5^gb1rS&IZ^#d8m(LlXz5d(%@81sq
z?d`8U{?Qs}k3a44r#=4s+cnT0f7|14d;G;3Xzzd8`=5V1`ZhMU$KUq&+a7=0<8OQa
z)87BK_rLA^@4sCG?c<O3@kjgkqka6*KK^JQf3%N3{_Wnk{r<mw{Lw!CXdi#Hk3ZVS
zAMN9h_VGvi_~YNMf%fr7`}m`M{Lw!CXdi#Hk3as~<B#%xyYmBi;Z6Lz;>rJld=dU%
zIXF3^^whujck=lDSoe;?{!iIr@bu`IfAMc6f1Ia&CxLvPtbW&_!DIi;zkr_{)TIRS
z#UvGUEghWy%|Cln4H<EPe1<2{Ngi?u{)>N#veF%dzdvFaF)=aTzxyX9B3)Py?Hlbi
z&|U-oPt`!^SVwn;X^8x5=#c($owTt}ko#%CkHa7)!KN4^EeUTyGj{$4!&LpyK7EG%
z)TfW(&>2&I3!OBMVZy|shF_alGgS5SrEweg-&p1`Ua4b`39(at^_|sc!;y*pS*HRX
zx*atduzvgGprjJhCkysVU0gQRqj=5>sU8hdvKJ$#&Wn>PQ62Mc&l2OoZ;THmuXpjX
z@D<N|n|-a}X;+JTw}Uq~Ob@70bx=?p;p<&o__64=>a}{YVBJ18A18P%TdY3Nynio+
znuFob4!xAuFPSv!>C|hfpU0j{N|050u4|YV?^<MhW7Ou*ptG}7uAl$w*+wVV!c&81
zj@;3qqrrIhsbl#!mai~b^P7unucVHJQpLSJ24(beUmJS;rQC(neAU|)=DXtTmwBf4
z9p-T7*S-g3-#j;%8Cf5)e`oxI^?UCru9%#pHKc0((yInt|D3k`E_3c!&k)VrA2K#h
z8|ijytLuW^r%d-LndjbnIxBSTlW|FjqpXz8bWL-98NRRcq|m!E;(sOGt$FflXx#oy
zF8MB<N4>oDWN1Q%M^44B-wf*aDl50PE_SulE!Q49tj;g&^*Q(L>lsV$gvUL9l&-(x
z+^fJi55Ky)+o!gh950&V(^Gsv?}(MUzgk|8?JYYdX>8H%cZ1cnj0gT*9Xe}x_(Avc
z-7HtHd7|4t>_musMzH$pz=IiYu760rVph8{M=h%O=++B9PY&}RWF1sV(pflr%(ksl
zZgk1KvtDO%s*JSH=cRWJ3<w@q?j7M%JKOE<D&NG9vt=rs<DZ)Sp*&JHYtQrGch-|S
zc}Hm!Cgz_lJAHMpQUyERwnu8R@2Qf<X4QkMAN`t<zw~wQ63vEHPJIG4=9zkJSlYGz
z(oh)-$vF{^?%oV?sFh02J~{fv`%LM*_A^XY7HYiiJKyMeUgx|XAxEb!8MC7<ujbcB
zTb%+PW!J=Jr5u<WA5&-Xru)j>Dq05*<Q-VxCvB6SGWPd@hh}**;%1YFB)*hb{Y+_*
z%={($?EZ>L{l$Nkw@s(1>turyWq(Q=aM6B$x0om5M|{tZz8e}cv+GOiX%BQh9e-rs
zWrSp~RzcNFdyUPVXW#C)e}1s-BegmM&*Y<QY`40xd%I5_leMgeUuxYf`#^oMY=zWw
zn<{soyK?XLLYc6wA0>C0bUI(SCB&Iw44I#P{9$;Q*yG%bX_HS(-*NQxtkSFzebvVQ
zq-z$JVi~J#c`@$X<39rb$gVr`INGg)wBz;hAABl5D||HU`Qen}S+;7zmdVF^9hDvV
zP~B|0dbIH}TlL~~BZ{@3O}m@>>CgO=7rIqu-Mc(*$WJa3XGgtFKKx7He*J#z_uH@i
z?v@{ZQ!*oSgMG{(nV^8{uS5B#YR4aN81!c-e~`=seuez?gL-g$_9Wb#9n_H6H$S~#
zoYb_7lJ<7bJ&wTUbB}!=D^fxNt{)W7m?WO49;O!vn_+tXpT|`>*iE}A7IXx@DrY5b
z=B%`7Ja|7*J>xNBUsteABDfScgG&<@j(P?1|6md)U$5q+jm6EhTjlw-@3%?VcVjEu
zriJor58!6)^gAKypQ?F@dIjTjGSUkkUEt}Az39+W-Z|iwa$b5tOes%C$KrB*|J_C7
zIy^UVeP;G@kj%$Vq@ZuJ7uX-phHK8^$79asB%XAzd;Yc#_pUvApLzCaHLvF|nMs=x
zyUD2R*gJT`;%*KVgR)4)JS*Yt`18^Sm&<=v>t7H%xnaSqH%fWSjh}XYWOlQf*O))*
zXa3*yrH3|rw*5HkHz`N=g-*3q_nwDM{p(TiyLu?+Hi-o;>Xy;x8@lJbotk4X=F`D?
zW?zhNH}>hrJ12uH8gi$+{*blwW#!iT^z4e4ptaret^0d*Jv1bEVX5A})Vz@!dp#K1
z@bL3z>7O+l%(ORNJ6$+$-TjYOKlnc%U^71)OjONVcvSt&+mAH|a`j*AI6m*S;y(VU
z4dOGac>6y3yO-`#Vyrx-eL5$dpP8Hc>GRgDTi5^nmrhOpXoE3jobjKX;dw038#`W6
z(;#<QOb-dZ-m&{1?`plAyU>~EKK51Z#X0W+b8g5@4SQ?wsmkEfGlTbMqPOq0YY5Q?
zi>4P`lajgqs%Eu!kFKAdKKuN%=fcko_nt7XF829cGNktiz0Ll5$3m5Qt#~|pui_?u
zi8Wo)f-;@2WX+y<>GI_b_Z`iz8SG5G+`Z(3(v)2mmD_85o*55McJfMc%B@#jaI$l?
zTF|Q<RVzXz{PR*AJ_cF5=xY=7s_&eDq*=Fo(xW<izpx4#Ez|R^)%z5!XM+}0#k`g9
z?~zu#P(H>*qB2ybXYinYRi|HDUaEN>Ws{UuJ~P>G#@|kpb2i<w&fQl$C&%E1)98#a
z4X@G5rsO2u^$A~O&~Ksk<QG=KGxe7h|8nW#MW2;QS*O!}Henje6UAyzKRXqw$G$7S
ze%P4pXymUt|H-Apvl!)IS`RVTcz<Z;`esD9eGbo%cYI&}`)zOQ9fv%anu>-MjCH4s
zx%W<QeDL&2_Jb<b-%Wph=G*`E;Fqbhsz1ElKQ{U3{XtjD`UJ!jjtHJ^@;JBujfa=^
zKe0XCv%>d|_VgWheD=Nbxa%@I#Q(u=U5S|RsBPU(ZSU(32gap+aLRq9lQzCeZNb^Y
z(`LKwU0HM6FKJfaZq+NMRn4_qmrz+>IsNYIsYUDkFGpTVeAQRu=Rd3$MCm^mbajc&
zgTZNA-+3-Sa{q2aiQC)#&Le`;%$~h@Qg`X5wPoY11)t7~&EIR<<<|57sm+HUR-SZr
z`a6U7QZFj!V|_)<ivuz%pA5Y?toO+<hsRFarK-HgSFL;(8$2@jT(2AltwMdX)UcCj
zD<0m?3|s3TwrBb3c#Deh0WW$kn{vB*wQBI?pnI|VuKS#pj(JcxGuUME3EQOdz}ghO
z2mLOGHY`1|VSiZo-W-!5BYV6YGGzV>=iKWD?C*YDy8Ttsj>_=43zNs*?)=dC=AD^I
zA7dMX(#k_>Q}%wyQeTjhoM4_@od46c+h_d22XBafesyEI_Oz7FYv(X~Qzxy9I`w$d
zEa$6N>+05joLRL+wLYM9!k)r&vj=yRvA>l6XyS>~N8t@Iuf`v%*RHwyc5J}0*&A!-
z_S82SeZ%|sI=9lEkMrK;o`1BVapIk^c{A!``yWnI@^{XiyL|H0zjbbu`)1VqI^xnt
zkIHV|2G1%7bxUmAJb&z^wNr~yBPY(3l6wE4+<*4_`j8c_@86V<xu?g<_UnCPdZ+zc
z6&v5YeY?%8I9$)BFnRR2d!?aj9@WF=jxJ4CS}-&#RA0Mn>xBN12@4X`3m16Eb=fY{
zbIIKwLW{=_>6~vcd#~qgyGya#uMb@P$0D1lqwj^@`XsIKDYP~v_0a&6(_3HFd-N=s
z55AJ%=l|l~7Oj^t;dko?<)`eLAMEvV>eU7PgYFp2o;!5Cc7sezgSA)k_y=8Y_P;nb
z_{DqExxa2U-@BdB&bKajRNioEVStojo^$x#;2$rYI)424^3P*C{45#c)3qjb^K3iq
zXP<1gn$7H~rZBa1e&H>jS;2d4)B2i(+{iKry<?Q?tN9|K(dFvhw49m2)teTtf9d0w
z;2UgGnX>WL(kUy`=B4RFn-2F%?PnX*|IXeIPJ5@BobtRfuV&fyr#8>R^j@leg8v$&
zOGuUUrjn!Y)UJeuOuJ*F9iAXNJ;8p#g5d$9y}C@*GpW2eF5rfNi=DlGed=7L9kz`{
zD`t4v<VJNL_}htz7yfv2AV<7&sM>+VYb*0Sf9vS^2eUPLg!wvYjYFrb|1S3%v#5JX
z#PFnd<-Sp>_k27{=8wpT9lv$T_!oVBo$sb^U#1hfZ2RrgX~n6(o_ZO$IIdg$-uWi`
z!Uj#9`@nbF3CsBp-0C%_R}boT=|EW7q54xVPd*zI{2=JP>ebZfhNbsLxolhZYV79-
znP;=lZmnL{xYqu$kMp3)6uk!3eRoDyXjTjjy}2|oBi6fW{ZpUQqu!eBs9&^mQ&EHe
zldS7;cSdY*{;2XsGcBQX;*Dh`AF6ZrZSNRUI{02f+Q9OVhUaU4axY)|ZgZc)7gJ}t
zoE$kVp+2wE=z%BZ4}a&9^I$~S%MTX&_9eJk2e^lNT8G@oT{&ahiv{s!`&L$0%&*`5
zv3TmqZuPF$2G|6J4?G&@Q=2JolAofLmeAwjgt;eny^4F1yYOmipDUHGt+c~C`p<pw
z!lTmW^wwFsW~I$uKJ7-%QitRyhXo1dd11AOC-m38@gi?RPQc2Wf#W=Ea_=YH38|{6
z+j?8NV&>Uv>6t6d{O2mv+{@|LW4nKHO6QOpOQYXz-E-5a`pt|O`H(!Di@Qog^$N1g
zYey}u>Zdhf`1YR@JW>^JrVcgPBmL}=cW{Dzkc7d@q#e%-ADT|Sqh_I?@Zh7)v(*K=
zrj0Ovar5r{l8<APUX4u(FU?O$*uF9@G~mXv{@Z>E++Ulb65<(UFl)J|O@4Uyfk$$p
z<{j@C<hks~tLMRCXLn4yo0fiX+?~|)>Mif)b@wVQ)EIpyZQeM)9@A%bm+A6wlzW=~
zwmA<j?4S5&j(@)syC$Bnes4W-TcX@ukEGz}X;m6i_NBhNxlQ)Lpf_Q5856o)OGs01
zyfJsv)J^BbRR2`klwtk%%9>6o&a+kbq)4pyYv@;8tl@P-#{ZRBU8?7!fQG*vk_uPk
z3{LCg(Ky(lj~~R3`rYYDT@pvR1P@yLJm_?2*2cx1pN;DOV9fiqbBbcZy=x9X9G~px
z*(s#9u);qmVbJ_zW``ztXD?lU>yH1s*f}p=284I=pBvt@uzFYJ5}TyLaJ!^9n^V%Y
zxwQx8OH{t@YBTkP)`LL`HJ%THuNH$#>708X1oGwoIy<AVVfMxYeQs$N{P|bseq-GH
zi#`nNEqQLNLiwKMeggwC1{%otyFVz;*ml-k%HU3Xk6;<M-0MC^yMoQv=tCHC%AaNO
zWI*Se{q+mStxj>;)c?x*;5%ymuZnl<8=D-l?QP}9;<RaZVYD;p(I;vDtA*zdzj~1u
z7Bl~N`lh0J0|M(i-TU*{M$g2;5p(Z!K2SX*a@m5xDsz$^D_Q)hH)8uhhwxyTHGkX=
zOfSB*XJXZf9rcNJ%NAbr)i<l0uYXr7Cbs_zb^njs?DC4m;|DMG8EuyPENrCIw2;Nh
zzxB2X`O(@>VrOco^_zFMV#cS<unGy!NnWf|QyJm<t5)Bn%pM8PQa%oPd(&U-?w>Dq
zr#f4Y9+~5zwl8e$U8lR<o-A0I>b$hEPIv3&h(`fgb9=g^sN7uoro)U3E%*Yd`VR$8
zF@L@M02RG{VCSp%e*42ZDY|OoZ})tnmDc#bup9l`FO`3Gt5<sCb2T+BFUfh$$pZ_1
z4Vs+y>-yk#jE4K@4Dp@kLZT`Y9HJfuJa{^6#@p-98b3elf7p8DgRWO&o_prLQ_GvB
znYLXm2HM`OPdmrISX-mE;BSnIVcoqdVF)u}>C_t!7o5$VHZ!T_sm#5@@-GuTrx&OF
zs=BeZ>y@yn??c0vc~_~gcy+I<bx4)p=h(E2ti*lSUsx|V`RG&F@PHfE&qlqCdK-{F
z+b*aoe!<m5-OxvQ^{3K|?(axxjO_U?(zAMX%)+r!(~>sCIn{eOeBA8HO4Sb?H7~__
z(&$seC9EXX3$8>y3$L6Pp&i<H!-$>bJ@W^Kcv?em^syu-VaK$Y-M!NCohG0DFlPSJ
zg%6ys%EaVEJ<5AGH{`kJ)Ca@Dt#hB+q|JKm?-E>jbK<47wI5z+hO2FSATe)mpRgQ<
zoZ5k@sTnu_Tr&lVIKThpvOXh|YO1|bx4sJtd0v)(-#Yi*igyt<n`$ElMQ5cwD)UZ?
zvkOj|lmFq$#q)vhU|hKDNOjIz$Hu-fGJTm&nj7;Ltz0_5cWHd})epN<q9r~a@A>g~
zLE;V^?*BZQf9*r=wF<9>i}!m@+`W2baNck4N7Wp4dZwE<RBC8%)qsdWKSgz`_8&hq
z%F#Q@v9PZLHwK?56F)WHVV(2a!&T2Z*~^17^t?ZJi~MHQ_%U6x{3ZM^g@vqK=vVnF
zHfH|XE0Z6E7Cl&c>7u1$qs}U?!DX+rT*MlbFF4IMzdFx<?%w4!;XnD!O{=~=#{OOW
zQ<GC!la$WA?6%B$*NpDrrukVTrAO!$*2K;j3Nh$GLeF%oUv9l*VomDQg6>#0RPETY
zX2lGd4+qz~d`__QJ85lDyJz&AJ6){S_rEoH%*>j1(^m%$-4>ZXd%4H*taZV!aQLA2
zGI{g8?T>$#+12gb@Wq;I=k<7PnOD*GQ0Chz{;?^S;!gw|Ex38wJ+9KNz-NArw${SC
zoi~lTvo!d6s>-VE*Nv@%6a3y~Ug^}h`B9VyqjhRyrmDTs_QYRaE}m)dWaGS=r>@!;
zb5nEjGrBwpDczp!zhffb>F(9T4<62#b18e}jXsAAv|sqInZuvn<AqLkO%I1&Q*<v+
zc=bH~`K1{OpI6*_z2eV9QH|0e>#r+ZUA^DK_RZNFSJUUH^$=eW?yY@w@sFE2c2AQI
zIi9(#zh6!Mi;Iz!l7(r;bB@0JNh^C#L|}Me=AuDe)Q&#>FnZ0a^4`0)N6z1z@3D8X
z@u?piZXFK3x;;O9TYkjpoReyL`wF5Hv-a1;72Urz-c;Vh>sW<&@z37Rb#B{vhAXUo
zyWr!1nM1=9Klon184~tdE6nXmy4|bX<yIAH4|$T^o_8%evgVHV`}7&F=l+ywTQTKO
zpNA{wCgzo|&B{owPpUm~^k8_E>ZS|%ckJc`>^T2nLDhxdCQX&jJi_02BY#WK<4tcI
zCmuawP<LDMukzdv_dnV1Y+T;sZ-a!8gw^YNykGs`R`-BSk1|5u_c>_w;~48ZGClRp
zGUBb(t4Cz{*LdsJ1=ie+OPp~;H}pcfQP*es_KA-l2KLH6cI4+H&daV{m=*NPQlk|+
zR_qO3=6Tn(W{qTQ@*JbyeNK;^w!V6me-E9~Y3zb6wmrrhF3_55?WO%(r}S?nAJ#C<
zUv}9ZIpYM$wAmBhPg~i;tI}_c<kp|d4@zt*O9^^d(6PH+TGs51$EGqbOZX=?_M7{9
zk^U#&;LtNOWrFXHX!Hs%-%&SSJhQrJ@y5Iti>^-h9u@y0<No3GGsdiTmYm`;=+SZ|
z$2X&@CV0<^IW2cpdc|z1P0QDwPjvKrup=@$|7^Xi{>W}FnHG<XU%5C`I6qu`^Hh)Y
z)$u-ovp?*aq?36@;@XqVr;bhi{b<1jzeAHlD}Ot#7Ci5F$4l;~A|@V<8F%dWK|8Y6
zB=#=)e0}n~H5G4;q{K{lsL)Bv`OvAdnye#xr`RnwtnJ@0v|)JH&q*miY_ARZb5qTS
zW%?RVnSljCBd;W`t{w4SY2U|Sh5Nl$KF-`ZVZBL+=KbeB8|H-neT?-|kb8AIQ2+NI
zo);|ZQy&=>?@`0ZO${FNz+%FlGbVCBZtuI}Cv!!+_1C;T@7gRqqdRJxoOfeURl}LC
zx|^5mx|uMs=e8+X`;u%=4H`SZEp&ivql>j=k=@zi#XEXDy!h+IhO+LScC#|d54j#G
z@m=3*>^k+lUESjcU75r_Kbt)9eZ=}69ufUU94&Yr^0UF~16L;2U8s?_o?oza$j@ib
zotEfgw8p=?Ldx`|14sR89{gMN#4g^^1+h^oc2eCI$=rsfCf6q|xA(Q@R@w7Cf*&2u
zT4mAY{;pdF)%^mZdrdAqT|aSSfpg92l50Z-cT2BdtTX)fw#VmZhi&im`wv+IeHI1}
zDIYyV>VQ#4r}<Mm`<W~mTfTM5GP7;bUOLzBKb`!?p{=^vXYK^Pe01NxP)%ZZ-pe5G
zKYHFP^BFiGpwrnAK~^FD)5q)0dMbN$!<yySS8C7due0HC!lkmS*XPGFNw55>Cr#?2
z`uuLmkmowxT>Kh_UQF<Rd;hO3n>ITIl)YS1cIB@y@4HtXd%Sz1^3p!L;Qqxi4u9ND
zj!0Z3Jtpw{hO?*iuPXJtGs9(|an=t9r>RaW+Hzyr1jqCOk7w#D_M}Ah>ofN89XatK
zYka~^+&A)$>v~qq?8gbwi+TP0q7(Ys)`YsP-*`@HX^C&N|IvPjs^ugH&G5S_X`|us
zM17-L^{>0UZ;c&g?chJ=^{599-sQCouYT!u_Ic_A>o=2L=RMhfrDAQ?eTlu!Njo2O
zIdaBs|Ht)W<>orW_sqDnwRnZTYrjk0rCkD}iU*E=9W!P0CY3+-c`V)YTb<@w-<m_`
zvJY)6OL=<a@NxNthx#mZE_`EoZTF+)v-<jW8)xw2oPeu4=LHmwa+g?sx_hTRyMCCh
z99;V9Ls-51%iTBk?~{`aNjbYWVo}YzQ9+~rxc6|f**m@2Kbie<d$@7KuAonzuiQ*S
z1D5U28?)j^onBK1=tx_Ijo31BoXLt+vNx`Ei#}Z{Y4F?cF$OwAEL79&?N+TE9JV7U
zq*8w10k<wM&P<(jsq9?HxNSb(hur2$XZ~QH=y=`KAn@o4w;|C}>^!$$wmVQY@=Qv!
z!YQkF?h;v}W+_dt?l;irti^6-kb=*>i<2z3Y#2Jg^Oer|sfh^(H&3!Go7;PnPnYW#
zf=1nq;-4tI={o)S&v!09W_ujaT4a@-cz*iq^RYS^k9@-t4(FWObX|Nyg!(4Kc(Y`W
z0T!1Z7UtB4>cyKa%bJ)y`%|D=z=YTSYhU*cPLX~xHu}N!luxNIFJG>TORsY)xBL`T
zdf)p_$m~DulnSCe*vyxk+<IEwORHY~cH4w)7bj{hv6G#%Yg^O-r5kEf^AyH7j#+zp
zqx90D<pGS_j{V}he(Ub`YRZAm-s%Mft2ayMc&^BkJzh5N*HsSQ^+(>FE|Xns-uu=m
zpXfTXu#p9&`}ajHe7J7EMs8x6SK06PH9jTST)tyIwI+Pal%2CC-Pd`4__K~np2WM~
zq&9Zc?lbD$j+`~Io;Q7m|9Zgl@3OM)#^$q!*!9lP_^W7ft$Cn$uBT1fwpcmK{||sb
zf4`~ur(ALCvW)bxCk5GLBnwS1%W>Bs_IE0TjZ1&)%IVKZS!=nmtsQpPAvR2Tu{4Eg
z?WF0f&0`<xxA><l7}apQ!M(oVxgk^AiFFQR=kL;F9V2bevfG_Dnx;P`(}+hZvF53T
zEN+v#)?Y{|GG5uL>u-IvMnM|z(zfJ$>y#;gEIi8Jg!P^J8}X)jly8k4L`!+_S$8`3
zp%9&ZJVs^aVT*L7bSdbyj`X_QRG?wJ1?(|(dL>6;@K+d04DSu~uekU^2(Y=y>NmZq
zy=a5EUJ+(Rnvqp{d)IW(h77<vU}~CB{HJA`J{XcYEO=?*qV&K~u+s!?qhuI!$|woG
zMzl2^S&`f6Elc#Fj2Us7ZW+ZA`6$;`QT!Y1Xrex=aJ2Kx=--DjN8ys&RJ5T~G=&~U
zQ<^|}_!}vuT)?UPUarnAcBt^UMyoY{7<Kw)D_yXSp3PS1uLHv@p|xVsx%4-}sWQgS
ztMY<}v8-dCu7Al&wyt2NNVF5j<JgC~F8)Q|rZbcmAvG;(G}=>RI8u9&&rTb)oA5OZ
zO^a%vkq_i6{v8g_@DWjU+7e@?o+)+~*8YvO(OY*{)TbTg8(#IZxvxo84qn&tE7K~!
z@Oh8ub6#TU%Hhk|3+HuIX2g$hDIOe80b=ABzco%9iJ|E>Rg(%zs7ynmqPOS-uIiaA
zer;{w>}bEd(%`FfB#RvzH5~;NE4&R&7GLZTdSlxf;CMNbwvm`n9Boorv<_GP6Mmyx
zh1@NKwxfX`gf_xecq~19Is@cUig=!7L{E95gCor9i3T+Cu^Ac=wgv|OPA{Ut%_fbH
zmTNR7Hr;|c0k;&LG0dXpBDGCk+Z?bqDV^g`pcA@V78|E|SF+Gw2@s@?h*qL=(Zum(
zpxv82+sZ$A41J5<LWC!{4(HMfC%e`euKCwg1=boea-*mEuN<)9n+==Ynr+v%TFJF8
zC`(epv(cyHLP+W^irBe9YlJYAy=>A#`f39z(qx^qA#J7CV>&%xMQ*A%vbM623xcD3
zYYvxRjlLsJAFL?6I*f~U0vGN86fg>@UaFKatqLN}`?0e~N&D%D)!2lLS%M`rGW71@
zZk{j_E4dK1q{SK*AN%M;9Qh4VHMp+fff(d+%F418OvGih0*N{Zw~)^%1{Dgwr7^fG
zz2-MA1Ii`gWrsUHaZiuy7wv%o0vk{HZe#@*se#eXqVyP6{uSOU;JAmNC_)7iEG7gc
zkA&*r1%X1cuvoDZc`H0trUhDsnjNkw4<+hlY;%!JJ;<{Pv%4%q>4fFcLHn6-N+@d#
z>$HMYBUcqnc-%woZW^W@{mFuSP&WD}FZ8M3(z(@XLUGEPx(H9jE1>GjaJ`jfg||p6
z9imncifMLhc`eH_QxcQ0JN4D{qz%FI_z)&mtTgtDR9c=&rOntj;Uk)G-8wpUDv)~V
z{KL%pgQ(Y6Y|?FL8%U_HJ=11D0NbP%elwHy%(HZG>!W-}O!-v#QTbL;m+y(Mj$rI0
zita&IJ?Pwr%oU`-`BBP<FGUMi*LfaC-i$;H#SGw#2syEcM+FhmZyD+fU!!N;Vgn3|
zhTGR!W#76!-PmHK{s#BkH>aDtZMc1t-gNWEbX^#lE$FYi$Y@@+eOwiWr_&08fF@Vi
zX+=lm=|H+f_^NFB7e@gO6SI2ERRq0vOV$?1@B-d&F{5WPIT|8Nn9-_T8evBzQ_HJT
zji$oXwy<g57G5SicGLi6bW}V$qAuanR?AD4qiw-0Z(H$(1;QPn>d8XsP|TVv$^|0R
zhaN&#sGqXK($US3xX~0GRdNa+jp_()gT)y)yRD2U#7natC7azcg|VG<MOHMi=YWr$
z*EUSV)paIpfpOUlA=Fp)D%5nKWkUyP;E6t#Wvs`*y^N}>o=rDyux+D<QESL)4=EQM
zyXuj<YGW|4{nG?bJ<6#~Jj>@QWBJ=@epxhUU9FM}9b*r57A(V3rmlq>dnh+lv?%~a
z#~?fQ!p!TPdu|g)#mHM%Rvp6j7CWq5J;lMVY_h$}aQ-IgFu%!8vBgco|LG>v0($Rb
zU`PEO{%+tv$LucKVnn#AgOZ2dH%|(vhHad{@Hnfos8G{^Eo+)aqLx--oG6Y@#gS%;
zB+`e<yo?m|P{Dg@tMm}j;B_^$r@`<CWZwH=!`hBF^j$Tc?jRXe5I)j`CvuDb26ohj
zS*3^2ClTo{0yqAs$N?V5v7uI&ZOavIQy55;D~)Aa=}#GhC%yBr*z~c~d$&cxe(Xj*
zOok!Uxyj0Ezf#nv^c?s^H~81|L?LTf-D2V}Zk?xkYFm!z+3h1?*{YXO%UgFV`$vaH
zUsHf2t9W$aE^u!Hw1<u0wMp@Zw(y{|NwtUAM_Vb92DMsOQSnS~lVWOoru?I>N$6=s
z<F$OR{Oe(zgn3RoF5Cf>z>!%gQ#fhFRR~k~d7%u;UA;G~O=x78<f^wls;jlkj}kDt
z+;8N8t#+<l#f~?ptDAfS{R*MkA!!<&LwP>KZcWgN#^5kdz+%mFM1Se|Gp$zLZMa#P
z&r^fGA%}?1(9|{f9&rYOl;{!+4M6=}4Xzb<%OZ8rLmB6>kp8Ps+2ylDiak_znqw%w
z!Yj8=F<g<BPm7GBR1Z7*la6jH3+29bH?}CxDMdCNnb!gvan5v`>th~E;I6jp^hAdv
z>m)W)XY`aNy2(>(TP|pl*U%ch)Ja)AT=(fi$;v8ybTxxkfp#cwD=1-elC`CBmDQeZ
z)RT^8>4@P(Ck~AvcRE|j+UkP5D$l)omQ7Z6hNt|SZt(X`-$!<KOB$-%reKySDtcC3
z%X5`C^ze_|foH2Url9KC=8hI?gAP$X8@Atmlz)^zjn|^7Yx$uxw)@w5TsWtK%fZLc
zz7!f2d02X)(sV(L!g{IjW`82Uu)e_}p3{LX!uT!1{#!d&rVsz)k4*pL|M2_MKlzQ1
zO+WSFcTfCc`SezPt@y^9*x!BS@#!&sA?51h{9Su&dKCJrkMVcq*7OMQ&LdZ*?X8<k
z6X?ya6J@~DX~mXN0n-hB`E)%^upmYS#As2`FoRG$5nJod>D6iU^!zQHrqy(Oh3@qv
zqVPsLiE0vR!f!<nYe!y37VTgM$aq#E=*UN!o{daxRLbHcSX3cz>C^0K-i)3rom;tT
z3J_-Dqg=~Nw1gcJGJq&q%C%hTDWOvaP%E7+R~y|LpTOY*&*GyYA+%hf@8zv2PuWMt
zC0AKRZ+T<eu`DYXeSnQFQePcT0}oA`M#*?>XY?uELSuO?W5YMO+|whNyky((3H$fF
z+Fv{K#asi6ll)OCCX;9EjE*!S?H@gJQeHdCk92JPr>=#UN_f1lj-mzGK&1cxAOJ~3
zK~&Njr}Ld>;vb%A6kOEeRKlaKW7?Qr_|W2rhWajqwpDrzsWE9CHrs7N{7pK9olP9?
zDl_><Z%iM0$A|e1^xvKq|LuP=ef4jinLhoAr>1Xx=~L6!?tEvuN8T%kFuTH!mmKqy
zfYJH*D$iRF;bBj|Lx24Uycaj8<87h`rV`tWYrs@2j}*4}T}7t`lTQ<PMCj6h`!qIy
z9l<u7o>-xAG}6#9;c<Gha#%BgkAvte;4Lh=iC@8n<qZW-%1ILvVN+`~$OSeOZ!Ji?
z&Sj=G&B#BU2BOk{afHe%_f^9NAKiL`cVtV5u4Br-x7IcVK$dyEaBAi4{DW^gE6_o<
zo_aJs=+DU1#Hcec<*X@^{MVs)b2?bGhynwwIzaS^bx2gtDkI{9h&fjD;-t}z0Jce^
zLNJzV%v+CcwN>GxkM$z`2|M?)r%qL}+269bq03bHyQbkl?^BP|ot$fG(6VvHRuE;n
zMBcn3U>ZmHNe!Ik*j@{kuHf>;@oL&djtg}Fqo5K}N_$^$(TSTYG^QO99vPY%?q`2E
ztHc|`Vs4OFBosfQgCL#N*CX&6#&FcbM{yr`&wKOt%FDkseeS6*O`rPsm#6Q2?X%PV
z;fvG$E=FG7Lw;hj=;7<C2_LN(D%vnt|H@&*0oHs@1-z=OG7a+<ZWBfaL&vt#E`@L|
zIDmAG#v0CslOA3=Fi6<KMH)@5NGqc=XrVRy&6{xAX$U#g3qHPZlrUHwI^4ok@#@f~
z5A_rvL1<KL;pmY((Zf5*rO%TEbZ#4d)DHdC6~<n~SGe2sR38;`x@5>rj+nQF-!X=|
zg%5ejZ|5#eY!yA54)RwAX<O(n1$QLmsf1;>@V1eZx6z*r-FsQ0gL$b>%O$5a6Cf}5
z!suF4D)skWj5e*%S=VsW&U)18T3s}Qby;Z-ohM|6w9T{@Z3SV9TKaJHiBC#qLg@zV
z6C&-qnVoH<ag?vrs((4UX`|m1o%lLTA888zu<M070GXBWQP>Dq?^S{;t*({dbcG*s
zS{^tBz`>2LkBka<nZr%fdp!5&byQ!2-MHuLlk}c9?fOq1k3D{C`q;1k2l@N%H-CHj
z_}Bk>`s+XY{&f7!PflOE_42g$%+2Z6(RUgBkEpO)(=8g+OOLW2@c71bgBM3$eME=l
z2?7;z=LVevQNh*Y+ta=4IxABPUOis0$hah`*r7Eaxqth}D1{1l)%Te93v6f>h}Fbx
zUU3B#d{!|WeH;Oyp?JYF1DuX1ic^d&8zWJ~2ASO1m++W|A?d==1jd^Sev2{oF@!z{
zpWt~t_So1TdiUfd6MULn_yYx&=Agj~;H5OB4_@k9na7TLu|N7)7U-=DF1!p>JT1Gr
zQD4CuS~q<x^j7#(8F3CrK=9i-F}8|a^bCJao9b^t<*&mTO?6q?q``FjMgsEJ=F%6e
zo&`gr0i=<CWOaR(=&XHKd2Mf$SG;ye*^7^M0M;g%;sH1PVNap0_hujJ8kq*2tz2FI
z<Q>Wa|CK(;tNoo$Qm#ag@Ewlwp}G!90rjQoB!sJ@7=3G==d63pccJ4nM=l1XOx@3~
z_oWjD`J6u?C=QYZJR1xlzu}@&08Ts##L!m>1aIK58@@<>_VJVN{Hf`m^Y_pG!-MIW
zr+;Jm<Wqk=ef81rO?%I><7<m|{N;N<g|mQo#Jku#$B)wSaQ_I7NXKyf3QnpM;P}^=
z8XR8*UbyLqk;<KiRNECQU8jq4*&pR`fzC^17*ZmmR@V*r(q-AGfbuGWj+2He%0}C0
z$VO$Z!)ZfblaWl+Uwq8lItSx!Lr`ZenU}zT+_Hm6hvKTUa8ft<tDxa}!s)EcH=QG^
zk#d$sBJwCr73Jd`79JJGH@uyjr9naxo1XG_T9;5Cm?q1=;?s2yVZ9?Gp*Xs&Z6(Jf
zM~CoV>0=qy4SIF!jJx>YEn{07g9dUPxmzc7)HLq;$Oo`aBW$kJY3zWWT?hFWzMB;W
z);qbIks8<7A0F7qq}aLZ<7TsM4K+K;p$k3UkFfsaUv(69t$gRXUZ?{o;U#!3!1U7&
z={@G@P5~GfjEtyhoUo<<(7Rx|<kiUo5|{fHk`FuVZBM(q?N^Dz@BybA*RM<;`h^eX
z?|Z-b!|98k{p|FKr$0YE^Z93|#Vd!??#^z)S#@ert-UI+RYXl?Wz|~d2u(M33@+YL
zo2GW+DS*W4OIpHCuTW9U9%eUu+h<OG&6UEJ4ce24;CtxktE{yO-AL)6u$7@W>}3E<
zLr}&LDq~Ilar9G2Axc<oUN^OnD398()K=H~6Akksu=GzMEDKYKd?ANW*eO&BVL2N+
zB4_H#75i4`H4G<77z|}BYiKGwh7S&M9C_Nx`>sFwC0viK)R?>$ribWjn=qnBAJV#g
z46!3CQvf=AbHnGvy8|FrJR`q!L%#M@Mc4?ZjM__k&+OKwQLTQP{tY&7bck-)UmNCO
zfKxgC4lUTpqx_|?b#FT?xSYMU-}`w~-iKW;)BzN;Qo^eWoOR68=l4cGhxE)7Q-Cd2
z0ajB0LR?4NY2Pr35R~b_^4`vL&6@Y?D;GT8{<b$xZ-3iwPygWXA5CBT>UXBEed;f!
zKY#Iy(+@tqoNnFw>h$f$_^QiyZcUFKJv$xWqL~~$GTo%M7q<w}j+lA?AKf5QIp%9H
z!q;$|Bc2-ANZDMpWIC|pJM>Ns5-yV05Olwd)Cp_BCp-qf0li@}s1}0uaJq$^GzvzL
zWre{mJnpx!R{G*^SYF{V1G!@lqam%W)3h)cKFYO;tB)`q=)z_~UsxChSIB+LaJrH3
zK4NmZFXV=QLV6nVf%Nd)^c{Ek$Y1A!|DyC4&UA*RZ}<}(a4agn;f2@wkc^(qZl!ak
zgr&b_iG3XXsVmw~l_lkZf#Le$YPx~LA<MGMNB&M>oPw=%hG+1^@@+cM?A)eB4K8~+
z&uh~bh6<;F$U5l!<(cVKpK2-BX<G6s7a_4HWs%ReIyi;wNBLFVdo7%Prqfp^P=056
z{S|J^e->PPRps1A398IqPZL_{rR-S(Hg_~mn*tCVV^|uO9YUW1Y+30{0k#PxcbJ18
zFlAWm+I_yZ;~MgQ;pg9#zmL8A%JjvLJ~Mso^PilqzwnLeWj@cexyuZE^Bx~6!J*kE
znkNXicy!1}b-cx&I}GU%j<=iRZ_;D!p!CA2igQCRc|_1cO2gU~ic?9#28GtQjhqqB
z(6@z)(pzrqNurORq<5wI<Z5|XoZur*Tp%HRdpdxCF3UhAVXEOLBc1Oc7~vRE7#_C`
zIp`uivYaMV-p(SjY`aCHpSx!v^j;L=YX2(qMITVEaz{5|Bda`Rz&?(i<ny#0KGLIC
z1nMAbS)xjA(VWoPvNI-_*J)$Xh$tBGP(i@|yrK)DJ+{-%Q6qSKRr3{f=o7AsQeSwc
z?mWd-;AZq9V)LBr#H>f?)zfSiNNob6c%A};i3!+9LG36Xn%@_G?t9)>R8V=&bG=Xp
zPzsh3;|7Fs_PJuC5|#fJ&+TvDzRiLhqo$!GA)|p9Q5~zIEYulN;^&LS0WV89|Hbha
zd()lGqv_B8?B7jS4}N0$#~=IX^xpTqhsG7Fj$+OQKk@iu)5rd!Uz&dFH$O6c?Qgy@
zed-fmp1$$<Pfdrnzct<2JBIHb6=v&#ofT#ejFC&48;DHGN;r+V-Zd~tVT?+MYnWIo
z*ls8?{A<yz;a>}t>nVV*Fq4sk+<<KZkDMZ;<u#o!bu|SjdTHQq-f<<og{jHZBXX_W
z<-+&~?@5##{YjyWt5x)pr9SEgVZHL4a)Fmb2h>3BlTYYd{HaH$B&84CXX;m5YDZG2
zck<-3U9jl<^ZIbtNB$Z>NozYaxeY(?H$OG9nqDPuE4v>~v0U{8Ay1mZ6(VH0@al}H
z!gxs6d}LvyN1=TxA)i)9O;*#+yjGevYPLEyIswkpA@j=Lfuw9sLrJN!Lr7)sKgy>n
zrS5A1P<;8+9IiYMyI!aRD95jBg(P#~m0q2J*TRhoxu|`}=(*%kK*AvqhK^ZXPng%j
zwmlZ(Hg-{!pG|u1rSDJw`j7w3^!1Pb$@KU?_~7(w@BD|;M}O%((;J?6!^ryFu#X1c
z|L*tX@AiNGvFY>Q`1170fA`Jl)u;Yq`qIv`)4iv8?_lqn)3Z1C+lL(ap1>g=>Rj%z
zFi3?SF(o-Za$(SwaGRh}4Ha$2PFXg6k;G{NJHC8Uu<uY~cub=xnigg^ykYIaEu+wn
z;b=nZ@XUAy4V`8WDQi_fA!|mQ7HS^R$+YL)G+^ZtrAXt7x}#Ne0A7Xtg|}%MTEpME
zaJtb}(VNc8d8l0UOnF*p-OG++Wm=&uXe{rEa-mP=={5us)y)WSv8NS-$|)gq!Ygd6
zGinD;;n{U=p*Rj_$jub8Xrh0o$x{FrTdsV?K-g)TQv(HBFMXQOLU;LCFSBy#=v9xD
z(W&cl&y7->nGQs^&T~BtY;uiwGqrK5MO~lv6rg;iu4tB{?oS)(#Z`LIpXX|^&wbe2
z%>OF$T&V{sLw}HC!N_hS^s$!{)78!^s>de+e!%k>XV|8pY~fr-bP9_*$J5^N52k0H
zC;i{wrX%?N^yxo+bo%LE{owS=@Bh{5XW#pis~;gL-OhWx_2?thZ+`fr`TO2?e{1^8
z*S;`);jfq;eDlV%dGy2Su3Js-;ShX<_}~U%9iPSZ{emOr=^MOzuua5Z!>iCSVLVOQ
zaJ0P=+nkr;G4QP6IHM*ouTFt|La!ZEo>TFp)st@H$DcFZ&~doIHf@i3qc>B+b(xXd
zCf_!$$P=fRF(>)tgtABupKNxrlEOef;B`P~T3O`T=u^fX5@#<xcv*{=zZVtEl*dt0
zJwwl!PGXfS>mK0`i8Lg(9f^$@lB2)jchkA))5Q$-?7E?IbbwDy2O_H_cO9CZtFJkQ
zap@ezoBrAXsj+i(7N$(XmJy!9jWq!O%RVc(^fBx=**2fDM5vfJaQWAGpTr^Ed+AQ|
zvD0vs|Fr9cIslp1-^fg5#%RDaaUQ4BCyB6&o)@z%4xQH<9_dJgj*ciS1TFZ;<bj(_
z2opC6L;d>gF^g^Z9MOPb)t%|3qkGexA57Dyzw@Q(|JnSj>F3|`=IH~!@ypXMec;2>
zPqO&;T93E?<Xa~H{^MWYo4)$wSEoN`x8WB)@r~)#@A4_<0~VQ>jwF<&=glS|HVPTm
z`g(6xtr1M$=C}t=7^NLK45#Vbj0qDi3OiC}qYfp<#%+VjI%JhL(+5}AE7XLK;ja8O
zM>`o3H(7?Pd5xO9NLsC6o5N6FJ<X&JsKtS84M#h(=nVgqfYD04?-=+3m+wJjlZ>=v
zk*BtBXj4{LQ!eX1n|z?llqWRo@i5BCh_0>BCp_2FqIK9@y1`Rb;0c7D$cmm_)=(Dh
z6I)52;$R0&9y_dUyRutov;#E7GgZ>;)>!wt==i3y<zr9^U&;rcdODDL0TJ_oUrqOb
z^Atvf)DxO~Z5mZQMxPn)lQ=tRTMw_5&-)Sf{$a<3I)Gv}cj|KfxiUpRt`!8=bmt{q
z3}Pt7p8svE-!|1$2o2s)lg6^|2m-uu?4}pseMdVw2S&G}JvL$--<|H>+nes)W~0uF
z&rF}Y{l)3u{-3`z{l@#>Fums={POg{cf5bPc_W`=ES1iEy>b28^pRir#r%Emw_lpR
z{E5Gq{?(WNWctd#Wn&SY&p!JGmV6|BhsTr$gn}EKcCsp-!X<=Wue9ST_)>-3hLLRr
zyE(*ya_!iO7zVGxP8thgMTO!CFLg8RmQb9ACJapri7gtiA!vrIwo+}_X`E}Qya(Qx
zAfYvR-Q;8VU90X5PXo_1gifjRPng|#X1c-1IO^|QVYS(&hxhgFfb(q2j<+M1_76|<
zy0<@16DXmp>)8ZVPfwI3Jvv8!`O_Y1b58WMTqI^{V7Uyf?E)ON^EAPBrE`lP%h>Ez
z(<mc1ZRloRSM}%kR$ll-XQDuLOC2fRj!JvdArJ*_uvev?6e!ocm>Auf{SRFEck>&+
zeQ??oKqoE-N2?sCIriKSC7kDLxz9eo<_@5g^jh$!z^L$ienRncELrB)XhcH2L2~VI
z*59azd~zzW7DhzYr1SI0@PKH6Cuuyh=f^ET^BWF~40ooNSy)_r|L*j|<F8B~fBAU&
z%V)nlz5V9<r(gcyJEr%2<macKe(PJi^ow8K{<b$vZ~vWtI=$n=ADI59FZ|Eb3r9a-
z#~?cR6ad%tF;kvm&=?G}6BZiP5FMzlA$kjIRoKv!ycJ%;!Pj^V9cv2E0(Vhbtc9l8
zgrm(FMYNTcBZtW=nh}l;(#QgOmoc-~9U<97#0VnICd^u>++?YVEBSeGrm^PSWmO%8
zXDH#%jY41+eNq%<$;diu`U{7~Q4lzrc_8t-`WC3d^(wC)adrBjO|1TgC!ghoKE-Z^
zjI7|*py)AtGhY;nZjA=(S}DZ`dd=u5nuc-L8Tf?$Nb1S4TVTtAo=Fi=cA!qNG&;Z>
zMb@wpnjPTU1#18;CoUf<NB6#_+U0XaQ$AMrmgGFgTKajYXEbw#y&qR7i~KC54imz*
zu*|UE=r|wkG(-euAf=JgQxkI2sndf(gXy;<<dxF}4S=U}%$*roSwq<JwN-ZY9Wh7W
z-skFWzoQqY=Z;^QzW0?+PCK9Zv*~Bv{GsVrKKwJ&&-~oaOpiTst5m$u^~%oGGzeF|
z{jli~`uHZ8d+QCOtqjA#gn4vf?Hl;e5i+j#{L>gH)}rq;F<jKCv)XJZ>h#EwPZ(n`
zb_F(1!6HtB>&Zfeq|(5SjK;;@aUjblFiyb?xf7a-@3Q<Dsb96NFA=#|*QPeov((o^
zUl`z+t-S54KJd4G6cT%o4j;p2RmkH=WIAn9Pd|;7%~a9H$plC7^adJ-0jEfLafUXQ
zDU!A-9a5miU%9mzsg;Yo)J1e4G3JJ5++4J>iF!&C{d;+BlVxYk7dy16kT$fwYWk+D
zw~b-Yp=WIp6R*xSwXrT*dqI&*f1&3%%TEeF`j@!!zX#<F;|HA5c|9Qg)FcIaloH;T
zGIgyUNxH%bd$gXst%DE;L0}{R-qm0b?g47gWDV`$%>tnKd^nWwX_4>}1G5-#>}abK
zZm}7~6<`eNGyC>7AoI<g!)cG_`_t{0rx*6VGyU~vpPv5TfBCPb|Midmx9MO1Uw<)u
z`y1b43Xx`~@N*r8wVNA{^Bw_?&#TIYeEGJcQvmgsi)G+s@e;D)G;K7r{H?qq@{M}U
z3G8F0&?J)~Wy6~|haEViUg0rVDl?~sZzElU6Pb+k!qy`rmvWO$x!`LtR-3ypn6O-W
zodKG9C3fVgEcL0^b=$iSWKcoNPNf%pq6P4^H(+HS8;0}<?8S&Ic_zxTjP`&|AG$r;
z!ec9=d9{BpMwbgNqjRf^rjL52s5vRJ<?VcA5dPYSzrN^NjH`@hYU=8YMjAMI7-P4A
zf0eg%4h=lB2Pn~_3ak(PrTj;@{-h9|U-d)jM|^J1af+?ZLAN3q1(h-?Fe)Lj_a3Eu
z<qNV-OaYu9>G)aMrboptX&9>tGR&jQ`6(qfdpI@N(sG7&&adnQ;Ir)<j14*q-uvHX
zPI$$Sg<Rz`Vs6&C#>m2lM6NhL-(uGvbBDv{emFh(-M^lG_^mHZx8C!U(>tEv&BC93
z>-5-TkCt|4UJd7N5<I+em7ReMDfC}Bd;4xcb}-rzv2f|$c%OqOLe)VkWKHXC;bj_d
z@RUh>g{+znxL?wlXop5~f2f=WEFXE;`r>r3(2(x=H?Ou09=$-+Zx%?O5Z5;z)f2*|
zBGWUVgwqWXM^1F3o@!?qyDTmQ5NlbbL-c`KM`%wXI)50aNY?v`e=no-fGscjVMhz0
zZe>q9Sc^)rDKGU8+&Txe)^?Wn1fRw;^zzZF$y<0w>2-NqeW4*Vad7oPDdnm|Kdtmh
z-DwkOlpB47V;=w!z|C&j!cOUQ7c`RAXUezqqtT~EeEDHrRr9>Z>CzvNTfw8C@qVtL
zY{XfZN(*a^$B|cjF{h!RA)?=m1mKEO+kxmj#DjU<<tT3`=A4RMLYq7dI6iPin$1Gw
zU$|oscn^m>-ZczmwO*JA;D~LzcYUI82RVCprrR#k-LaRwH{Ig{B3E{KhR;_U$8tr%
zGfr;)xqJ8aw0}TXf-cNPn4Tbu05V}8`WW_Gu6&V*axAG#DU3C2%xIX<5kkuAO0~VX
zsfN>Bv<IUd7s}!axjE#cQo@ix-#&V&t>oSCCc;e=i&pKo021VIqSS1%qA}4)Cftqv
z<*D4p$GT{6)3d47R>DyQrc%QR-P?2ndc$TMdC~K#H!)g5Zd6B4L;23X^n{)gQSKBb
z;q)l0U`rL7fCwx<6me0~4mMwBA|<+!7VXf-w9wP0WKely7)yZuPT^8^F9r8dKX^SI
zxn<8ed`Lm7?p*D+{;kuN7addz{KB0^UALgr2mLo}Jf|GCMSaG<g6mqoRQF!(Ebd!u
zKZWlcMYnYRqm)sgM_osS#21~giuosP(YM@ux5MgBIM@5ZbVofrW|VK6YT##tz)AWI
zVr@SA(Z1fpuLEyxT+7ElH*P@V$3p2<w;r)rH>XE5;G@z!Iz38Pzw-q7uD)q{<ITsX
zx4idV(=Y$(Z%n`Q-~3n8@BSD6Z2HY#`}yf{b_bs8$cS)jx@yDCPdi;nIK4!-eCb6;
zLWSrr>?p&@Zyp*>J6ct^n2(=W$r+J-r-1a>!4+vqwSyxj2_4_Ua(Ed=7Jo+>XyoJ9
zcv{%0rPpC<!edbWo`Rzoq|iHBYIANXv@V`KFBi(?s3%Q>Et0ZCs6$|A>T~Ym{hCw4
zdudV@PLaix$fQQq;!`@9x0@{dM|_nxI!AvU#gMznO5U!2A`>_$yks@|I|{e5oRDP{
z0eNVmgEUr%_RJ-xQMc&R>m@b^&R3+=p@*@p?6!aFi0d$|@D=I#QU0PI344_PjMvf6
z#7kSgIOloReN;ayagJX(aPI(27gs_HR*~wBDoxsgwM`C|nKd9&dJc?_EnM}jIkKUe
zO{z6`@O&NUs?h|m=<aOt8_U4keDL$iHXC*P9RS_{<mcA&mEfIQI1`@&d;A*j^Zx|j
z19;>Hy9M7kz4K>3IDO>j-#xwOeea%b-MrcKxZqixt}(56nXd?KvjJ$~8U-V&eL)($
zkDMqM?J413dRbbKBe+eE0_i=yQDF=lM!T#W(@|qJ9k4U8V<Vf<kX-^+Sak^X!~r7g
zNfYa>Rk^SRZ3iN3V<RV*Z8lgLnr1(~G;o(jn@3CPwY~ZpjT@hyw>`ONI!7t+>SiIb
z;YXn$(#e4KHjZz-mn_>*FLW+Lc_Wwdn(f4t0faWJ_YNH4V+Zp_Yve~(%Nu>55EWTc
zLz=Jjq`cmkSTs%Nu1bv2P1bDENLS^mIttI?6IJYl(XFO7z3$r2(rM>5_3(>H;}oF$
zr+laUsQj+{$NQqGwE4ZNp69qw2OvY082?nD6jF&&x`da~b!~WC0t=wTLI$OVwT4ng
zksE~V3D#)nFk^Hwf<Pu=m|>@zK=J_%;QVLadhDN@SP0{lZ`<+_*ET)y_6>FkzU`gU
zuYUMvr=R=C2d8)c)K4`P{ubxE_wGzDyzu?$?k?*IJpXqgcf&2hgpj_{yqQpyav361
zxJ+RzB!3nD31@G)h+cLIxDHckJlV{H8O&<w4Wgwn95q`DDNSiKT64XzN4Vp)A>pTd
zYCpdWoIV)7aw5&}y79!CjZbjEJ-m-TFqO8gmXlS!oHAud;aXj^upc}u5#QvFp}1m0
z-*i)lJOSxSw~w_#LtbBrw(e61%bqEWj77=Zw$p7ZAKF0JbR$_V^|4)58C9x1oe|r0
zfX^7}OP#zhTbH*PUjFKwX(@2ZD<5IxH=f+A$^}Rp>BgY$S)f)PdkN|oePo37FYn9Q
zr7v7Lew)g`-uk@2aiI>NlxR*yg>aNWadik6z7#Fx+qLCYIQt>^A`s5XygYB!WwQiL
z8NB<kuVUFfz6ZF$S9-2(?N9qR83A^0Opk1_@#j%`)7!kpyM1T6_XJafSKm6l?fRYR
z?$6wup4ew2&<EHE^jp6)eej(hc+DGus!U$L_x%^ACqMC*(;q+iC)1r*cBf4rMY0iK
z$+rZzEk8S(mV4;rVw(Go*r?;)fPEU9-xbWP+w!u}#mL7!_Vv0bYna(&QhU+eIZ|-G
z#sd#Glek&My%TM74kH(H>-v&U+rR^jd2NCWt=Z(GgXGZ!y7i4TdFKM%@+vExmg*A3
z<g|Y8Kpl|fFqjQCB$u8#2Y92k9cbLF<?!1!?bu0xhbCWq@<|PF)8EmSwHVrcB0V<$
z_&Red7xwIBta53e`f5;Z!g1rxhHWNxXm+a&NZIg1xx%O0A+}Wq^h}spHZ(+skG7J=
zlXA1MhrFxz1*8$LJze0n!vn63OeHHDrL12fK<hU)$!4KuE5o8}D6+iT6FpOp+|G~k
z8+}P9uY2i)n;$iJp7$d6R{6P)5?UEbIq$1;n5R`oFkT&@bMPY`&WQ{=4Z}2f=0}d+
zgiQ&V(!jW<6WHcA0ybUjV^`k}Q-xdnPT0=YBh%y8Z%mK9@z(U%Ti!K&@Lf+#@BQ^(
zn112CADZ6wmY-;H{ubxmz5VH#uYG;`%O^iGed*KRn_m6S7pLzYyf7Uc&|x`$rlDkk
zj_Hh1%2wtvHYzH|M#2ctHvg!ECG=u1Z8)j}VGPPE%HJu_i5d-HXt3=n>?b9OEnrW$
ztJ8su6LIZ+NG2N_ykRVL=APtr9*W;&laI_s8d;=hA`}1sAOJ~3K~$dzxx1dx&BXAG
z>fW@{$Syk2C?zy>w=d}B5^m*fHd*P@Okg68InaX%gT_6ulC%|O>N-#W<QlzXgH6iV
z?AGKq+u}DeLnH!H2<XwfJr-<mWErAM6MF4NHa&xKRe0ZQ7*v(Km#fJQe;AlI{H22L
zh^H8<ywdmz^SBX6Z9U4*yy`dOfZ8b9xzfB7u6!fS!{7^b05U73gy%x*zOK^LVIk_!
z)*gO$zJ--+bS2h1I&`EYtRj@o#tA~EW9HYs&Y7?d>l!+#!#17A^4hiO*5(_gpL+Y_
z(|dmH7pISY=+~wXyzgDp72f;*+aBNg)_0~)efjg#r~l%q>7{Rcar)lz%hSDQk-hiA
z^om<J?@+l%OaXY@cg$B^Hh3D4pDv?kS4Ts~ngZ1Rd1H1TlNqvRKY1$6GBe5=9+L@*
zl->DIHrUufYC2kC3wIk$U$CY@X_GeXX(6<N;fIV`)i+Mh)Bv2euP^#UmYoZsa%4s6
z7K&$ci}#MQ<k1lf%Y))n(}X;plZNTe26Ecw9CRlZUN{n4#wgoi>KtQ*Px6{4#WQp-
zdgV5J3Dntrk|MS?R;9dFHTt(HfL$hS1$p|g^-%lpwYj#U2!Mw1+L?l(r*`N?4Zf)>
zMtbeu!+to(M|v)?Tl56&CZ*_OHm0!(n%lpg{<wCLX_QQS4Q6)eKmK`){x-iKJBHWd
z{PMeyr;JLKGG0f8i^gjyH7Y87YKM!$4;b|_1;7%#Rm+D!{na1#tGn{gM>wzYn(YDW
zeOtTNS=?j3{RG$jcT7L`rj6;bk9}zRwRe4N`shbq`|H3+Tpf2_y*qvOZ=Re!^=E%G
z-G1sX^E&VzuLED-{r2<{uLB?5y)j)o<a&b;)-M7v|McS^3qKZWLtzzg!OGvY4LSo0
zM|9v6AbZ`3WDFziBsM5$@Q!GPqc{Pi4Yq+hTJ;drk;2$~%TO7(?KzibO}~0CfY6%g
zle|U+u%pAw6d-tA!cn;8HGGv+eVnh*Z8e_AO=znA$jt{%;p2M&o0P>B^6@ocfA7yP
zH>bS$vJ>`DIGwh^5Mnsi`WQvj)W*C%^)T<!SAgk^vd11RYwvyRqr(m5%|}r48m~Gd
zB%!;y(dqa;1v2X+qA3^mt-RPrKGq9%Fhp-(G@9AdHfg<dTUA};{RL%dPe*VRcN)_0
zhW!*9{>eK`oiZIj&rBJTm$t2)<*%J*hkkRG<Cjm(vaEdVtn@j3-Jc@9l1{&ljy=L9
zc&_-oLr9)t-QNXpRo2}!`Ed{pNUZ12dHY*_oTyOl*>QLE`Xkd%zw_PG$A0C%oc`f&
zd}MmZd*4Z8BJbbg@GZ7yzWwd#bD#d|^qnt%Zu-hyJ_z!y#k6&gZvkB4Isg9c>{pn0
z*I?-uBE|6z!iG)`ylD%^iQLqYDW*}%Jp6{v#kYjV>Z(IoKF1`Sr@b0XLk7<&QDdGU
z02>~2VRZFbNDqU7T}eg^72m?t<c)J_KlQVL!4DeUFQI<qHpiEKd>4Qm&{?3aXH*&W
zaa2;S{K+e9h?=_7+0DznvZUeGdJIk1GbM-)g@;Hz6{FLUDcV6_A-Bfp*w~>S=P9IV
z2Y``WPcV{lnqVA|vLmaNOI-kqQ|V*dk%mO=DNj$Sm+%K}LV8Z<yKbE{vI=%81ceW$
zIv;He$cb#xq1i2{*xyO;{1|;{OcP&=ej~o%^0m4@&-FqbfC`L%3K)gPxjRkar57Hf
z0FC6)UI)f`5^b@_VnrHafygh(I$~0(c_$$F&FOvb`}yg=|L^|m#^7&pe*VRmrq6xu
ztJ9Z1^H<Z8&p$oA^vyj!3HIFdl2OLX^yWt_Ci=DDyHwH9U4C=~c$bEIOxVw~<d_j?
zlP?yr&PN156J-kEBAOv4LlWbH_!c_4itW%K)~Ii_C!FN${|_G9Y6m(BBS;C`-h1J;
zQOdl;x1PeM!HuVK(XfY|gtd-9HfnTm6OId8B+@_|y&ihR=9GM@8(7^`SAATaCQgxI
zlcl3bkC04NgrU*hm#)H_x2XjKwFru<d^nQWX+T5==M)s!P#Co$%MLEnnJzb*!BDEE
zC*xGb@>Y0XczxArf_(GjB~u2UN@#zyu}HHGIjb^~SbS1#WU-zqT(=~hb@W;9|L^vM
zzrQ%#ewwZ8Ksn^$I~SHwo%5R)Dngz5<*N;%p!rdLRQPgyZR1ht;>Y{Z$C7Z4(}g;K
z(W&J<SD@}ouJ`5qg&VJq`21)O4sIxQ#Ot&)4ML+UG~Rs{{rGh6bd6DW-~IOYuCm&{
zHQi#d@3kKLJg<A|sqao-|MbVFfB(XlrXPHUkAm(p@;|mW?LYs>^vL4XY4=f_ZI_=C
z^L67LIv_sCd7T}GM>nZN!!{d|KRAj*yYj#EM@jiQkh2$(nbSEM($Ij{VV)J<!$mB<
z;j5rJ3Y$RM69Jl+4(byS-*l{S(dmOUJXtVoP6soFrX#Fwb{;*itJxW?3{%-P=@SPP
ztnk}#G$E)XlseP-%AXj#jaGJM@>ec-i#{vlFl(#y)UVsIsmJ?1u-SDxZQ4>HwDW^D
zMMADqr2e7Q=xL{t;a6GM%Bhh0gRd_d&GBU)Kg?27iFCV07wQu}$SU0|Z-?E^Z9MMB
zX=_^1>|-~lT<y?xz;Ve&oi@C1?1TL?<<Yi~2A?MaK5c<s{q3BDNz79W<<5?Dg4lE%
z?MLSxJA#5|EY5v<iui};t&X55=Z;@JRMFK{`p{yW9DWqkPNK(IuIOe3)eS<1WpoJ3
zZNC-3BR+l{WQ*SgxW2)!0$=d>!Lu(;PksLL(<j;Y|IN?8$csVWoSxsjJMFQMw|}t9
zh{q_oacA1qp$YY;jlF5tXZU;SYuJw-`5HML0?h$`$|zvGnb6t_O&H154K_3vKY(k4
zN#n7+E12E^dS<*deq`8E5_WQ-p&BBZSA1ZjC-ClkOPDG>Q-EZX24;nqUVJ?faC$Uu
z3L<$etHa@AE5P;%VCe|#0=n-}ejOa9(6>!Kz$Di6L7tW+?D{DeI~EeXRASNK_6=pH
z2PD3|4%|8ub&lH^KPOSVq?AYP$c9?6PvZ~Xw&S0Klsj!HiIfV|IxJT$X-l`ptmSQG
zboE~Tt9k*>?n?CxY<&QPrrQlY)y=vHf6Eotlm*(5LeuJttW>hEV0YsvY<1}P_2^Gz
z`O}J^1Lb$+UuV(H^Nsfx>Htchy-xK`C46LBaP>|jO<*gNqdf&M>~nU==w;}a(1_5G
z-g48;HT1UZ?*Y%=enRkjckh|?p@$y``RbRylE-&n{>-<hz30C^J-=~xI(U)hcks&e
zD(?s^?)b%D_7E_lAKhi00gvC~HR9uYR30B8-FH#X(bs6erxE<1h;a6^cp_>sEN10z
zSOKPocl1hGSc2+dp-tBu^mhqUT@&bLXjc-nZ#E7Y>Cu?Yk*^JDon*AwV);i***5P0
z+rk}{j7}N}8laQ=()n+&E*wYJp3%+LiLN+{@u{J+VX7<D_3G}DGWyFm^`#)R=~E9I
zvRuh(L5&jBEW**l6cE`Uq&|k=Ad=iqoiv#W&O0Dbx<k?Owte+7D7p5$@Ifyfwq8kA
zXRVbdN5E>6{rOIR&@Hy2+|tN1^qr4NIhDv0o5cR)HY|_b-~&JHEY~E1w@!->5+YaQ
z9XZv)o*UT2p`yy=bWA>0zEfKDKVab5hyLiEmRldT0sW?Yt+fftD_{P~_v$*QAAN1j
z^=#-u9e~V7#boP!;R_zcmC{9%G;HCaa5n<ETg0!p962H|slGy`?Hg0Gdu7LkH^Xdx
z7vQS0ZuHC~pLTrro8RH5!9F*A?oYorEx!G!>FGya;itg}?+>4wZa+$ga)+M=<4ZmV
zk5L&2+2W-k!|db3>v@?dj&7*tyxR^Sn|Y`-R{Q<>;}t5rg_m?5Rx?wT<t|SvtYklN
z#OVr^9C*Roh%}acgBGSRSBWe@gvP1OF6Ck;5!0L{KYs>#7a9vC96oy{^JIjdDq|IL
z54dERcZ0-jLYAeGQl=O*UhPSE=_Z!8E!hr?hAGYJ_XTY5L>kz+g{E|h3{mYj8lbma
z@=3@|N9pJW{TROb$S)PBEF8oSV=6acvjf}6KcRK|Q0MAPJMiCF>C<)Y;c<Pv2NsmE
zy)h~r{&rxrlls_Z!g3U}ywdn3CCe3^Q+G@=DVt91E8A&fPGR)$vK2h@)WA_2K28S~
zFiY6qLJvC6Zrd)4L~PPz#fH!;H#UUErwmmuKEc_wJ^4xdqdg)@+6Ve<*>StjJskRp
ze;(ye<vXL(7p|^FpNtncX@YYf<@_bI6fC@qge!b0y25*Z;&4-sJ#mbTG3nJo5N6RK
z_!!B_w3~(ebzUF0UAc*K-T!H?S6{t7ec|h0nLhhhPfssA^M&b~htKm<VC3I_k#7Mo
zV$*fsqXG@-jq!Qn#K%2pNWez+%LC-(6Jy-uxhxK#u5LN)pRL|>6&^hkf<mTqRp{%l
z2IuF+ZKS*(u)_;Vwl;VF?O+d|b#1tL$@2NafV%?0UvvFK8qnE_Cmt{h3V4)Lgur08
z=@9r8b8KMarNgnYBiH98hNW5b;x1ulLfi!O=nOw~CrZhtqY6jU?$)8HG(jnosg0($
zE(}qFM_#5gU~K%Mm!{*3Muf>xWCdGJb%h^^fsJqmdyZ2T%aeB>6ffNQG@7-}38z;y
zg|}YFM0x$VsJZ>}v!Y>&T0Oki4h|^V3i^;nZnISu^rSIwFJoSYk`MHdHrsZ4R@g7z
zL>C?pcUkD$-^-h*i4-X_rA~cWJ~w!^X@Hqd9_3TzLv`=9{HS2>?HpdqaiI=iuFR-N
z3D@~mrj#puU0Xq7MWz5e`=>yD0Mu=oejDGX0M5yM?N|IB>C3$Zqx05u=g#fvm6u)$
zt0PvQpL*u$=`a8Mi_<s0@QLZ^+uxaXpT%DeUz%?F^Wb-Ipu@Y<E?aev?%<S*-RUkr
z3GOcpZ2|B5yMOFCuy;P-i$nfEsXxHUI^484ptt7H!=YY4xaLokaS5Do7v1uWcRMce
zo~#&a9tYAcx}W~uD%oo1@IEKbHURGZIkJxBVrnSTh-_x2=8zaJ+E*X7E6UmZ2OyNL
z4hc;WYzXZjjS(4(=<H}8hO!`xR#*6}>WgOdGQ_1CIM(57R_TLM9yV*qjmDdfIDzjp
zdHSH<CK~!G7dX?L=+N*@AIptg(k-9iecMFTo&wN)N4JzFtLSa2QZzDN!_+7IGex36
zKBckz#4^3?Qp-^@Q0UyXve(m-dQwAEjLx1`JjqFMIIy>E-SGdACqm3s_wTWY$c8qb
zDEK8J7i1ji^J6O9_G*j`T({5`b(GIEA8FXpvFH9KUHw&B@jCDILLERUR!Y_VD6G;-
zA+IA{@LHZj;Z6ZIcodK+fI|mir>oZPU0-tAW-iV&Jgd`7dediKczXJyfAMdo?|=T|
z(<cv}nO=EvXL{`DJJSyzBhM?m_Pf08!-LG@AHliz_-N-bKQXoy=cW-N>$=YE>bk4$
z&co;ovI4BLD3`Evhl)wCL43E(Gk-gVeEQplVAytSc#m#8q1f7YadLOs<voRsyZo#e
zYYlfF0p>l0TP!v*>zFn;-9$Ix={8f6>CPHn^2m|zkSt#{FTYBBiw65DuQN;Y2zmnF
zFz+MM@S~;Zwzy`)W@=!#%hX`ubScvoMmXO`pp0$Pj-4FkrZa2r9q_Yj+LI2|mHezj
zW%>X=%IIpg8-7TpF2)eoMabdj%!&rW3j5nic+U%dwZiWRKBF%kR?`sm(GijBbR#SL
zi3}UwQP{-nw_oYDexIU!%+orePSLZ%a-SObWMqSR!1}|gmWw9^v;n6Wnc5h6cDb24
z<$aA7(r5aEZcaBgwX@%$B=6x}+6^K7K0WObQKb4W)S1GmqMf_Z4vO=KEIWPMmEi`1
z8>uL4PuPyR&v-xjPx;YlIMeE{_?_pf51#udg(`yr#d(ZMjrSu>2$NVnfGgov5J*B$
z-z86&M+oXufDJ0n%_ROVz$T%%n{b}`_><GqfBK#2CcoTs=PGksM)V~Wk`H_=?@ha~
zUfv@g!M)J~Cz$hW-x0F!;%TEfXd0!k&tmDz;X?(}n<q5wA#1)@fS05~Ic@Sv@;0OJ
z7V-G@7M%c(CJn=h%=vBs_?x`6gs2T)V4D0%b1IP^5^-YB#DGtTaasz4zYlI}0KVzG
z^e4*InI9fm@ax2`f8>$lP2@97UiVStHDp8QZxb9Nd&6l1i<Qoi{e1y-&fW@|rmNGO
z;3&+I6LwX#j>v_@fC{;@FaQ_%cnV%~_NhVeW{Q1C81SjbZa4G#orDv7I?wzD0lL`{
zt>m77DGNChqK5(ct3!|3yXqjuay9tGdjZ;H#fLg(^p&d75cb=aV+=bSi)1A>*mC*Q
zz%b$vhu=Hg!}+nfQ$#u#jo5qx+d1m%6F7TJ&Lxtxa}M$P4L6=F%j_6^reLr0WAwSv
z59f3by1!5dP>e=lqhh5{r5mo+Yl`Nr!W19V=rb9;!~nbcO3&y<lw+LJ-vT(Waqsc*
zNF4JH`^b;jh_iKkZ@SB<%<por7<84l?db8@oyQWseLoj?65c0zV03pS-%oY#Q(<m9
zK6EAD$9(+$-&POrUGcUPFdSW^hbVne30-ug77jaQVI|o`A;NFVB;E#}avSdH^!{0_
z4%<|6D<3PKd)r7FLBAy5K(}g3ogU3(!J#fqc0&Dxq0PSPme3L^SMM2c=;X9A2YS}m
zehg8yd4<ib0~Dp+ls)w5N#0&Pp}!9f<DxOO@;0dGW80Rzrr|zo_Q9hod0ne7fv&yd
zWzbWH+Q3lTvIM3q;>qi4wyw_zdy-4=mK~t+jF4j8csiA!Bk<`->Lk3I%?!=8(IFd$
zjt=%v!>2#c!4vD7jl5PMj;U{g&yyW>gD6jJfW3ywUTdUJyAda&cFg_5`&v&MX^PIP
zNBLXPT;zJ;4nU!X`6aaG{0cQ~RIcFr6l!{B3P5z;zNPQVGvRle0#J#BSPSCrJPPE?
zKg)act}e)7O@BJ-+9n+UBkKk~*6C-$53eHo(1kYUVuts9b5S<!z-OoU8%A2WtR*f8
z^V(axD3nnDi0KA-fw!E7pj+c3J@WVAPiM1abl;@oxyhr%gEw5Ac6Q%7z2(Z?>GoR~
zNnU)@^rp?1rkCCZ{j+bL-n{j~^un7d*K=>4-n8-j^uxEn^9K!n{w>J*!JDQxPtQ-!
zgP)$|YemcFrXRkQhVz3rhW`0C)0n>h#_0_U@NXoP|NdjsV+;5^#%T2HjcI4^2SfsF
zmco!%nS&m(__)YZ6{jsU)vV-WPs^2%{{FDJZBU_eWz>@<O%i%LV+UPKmQ&k!(_vg`
zh41i*DFA%NuzwwX8wsrQ+5t2nE~#1#%5~&zIy>#k1|hd7^A3fo7}AG^DbJ!U?Spp%
zPt#5QS=BdMqpqC}<mrP?L$nEmdD5Y0cAH?b*ve<l2RQoSJ(h>HC$Jq)oPHH`*be0*
zo_wC@&5g3`Q*`v`Zx2r7(7u`s9zH&Oa0-yT(yBv0%BLQ5Up^(Ra2+-E9&wfSpsO~&
z@S$)8Dy#(7b*|WmpBJ#L@YAbmd_3D(rs0--rgZ>kK$yS0K{#s|wuRxAGys1}Y$Fz?
zVw_Jg?=sXswAVEPa6yj?!2xEbL0CP!skiCYU5yXB9zPNyv)|talQ0!wgIrr;3rERM
zWx46aCh3=OHhF(x$JaQC`LEx)G5x|ve{p*M+deuyah=_ZkHB#ECi8gK16Tvt1itQ5
z2j>0DJG{iin!!CjLbSYdt-&|Y|1O^~;}Ku*z$a+H-<1aX>r8JN%(P-bXT#5x@AC6#
z-+S_}rjI}UdA>!!kD1~izBi%cZ#r#q>{I_NL?IXR8i~Zk)9@&hjYt|As`~_5Bx89w
z`l;YCM3))05t<bqxgtWpg5}?s6`vIih*e&681eFV&~$2W0uM7)H+0`*`jujk*EZ9O
zM5>(+mqcR?A3l~5iP|Bb?c(Zyazr$>f0quEXY<EI6FRgby*$!p<J^ww+$#hE|H<FY
zS6Vf)#M>6lBqFs;LM8tT@bCUkr=4)}JQ=2NDO_)Z#Gg)cv=wDVqHQwN~1(b3DX
z&r+h4RH>21jX-`*%avBT6pW8igk3PwSP4@Znan8ODS$>cTxVM^5j>6$tr37kEbtw<
z*azP5e&J%DJqh#+7yGOz=vclX4`rZJ$P)*$lFR`wNVtFiwl1Mb=;xGyP|*)~(woo$
zLPX{NXCM0~)9?JJ|J2MsmgE2aKc1LA{=a-NVXU26{@KylLG$mphx)FrJ8h`_^Tx;t
zr_~zRM%liqMDesgXv-cuNMqelcJb{5>`g~_Y11e*5U(MN9&0=L>KXU(X|m*#Hh|87
zbzT_7&enx(E{+HP2vdYG^yum0n(9`$Bq{wfWkA^~yLpazk7J+5bgtO@BtUIFWYOS0
z$k`6%4c2Lb8>WJ?<Agd>1#_f#h04MUORv3g_`IJW=a$&`lfV6>oSLo=eQETq(O-&c
z^rsP5@I|g_dhVkHk4lxoGO3QB7#3Y!=QKwAuB{jX=%@J@2*a=2gBJ|fSvb<r8Ig$(
z#5<a^R^V>|9Q!W5i(NK+8z;7uCJT3T?S7djFhcST{EYHU0qmub>kh;`gYW#sw-1mS
z>Z4c3=i`<>%jYM|u1dq&!xkSPeZv(N;2z=T$9O!leRaD2#5LxM{5%=DE!k&~(ai=&
z8GTF6k<{DuXp3EFq%l2)7dCwDh}bPp5P~PKgxQMRVGu2H;9j_0BC8MlV5rC7OIFiI
zJ`LY8$;Uxd-O#?t61LvaEx(%pX;$Xd$Fe}*77rWTbSV8>x!SKaQNKh)=JoSyhx-TF
zNqXlFPgmGcy3d-CFGS^tQi+WarjQ!JmDOOIjrcZ#cUYa1fNowh%0pu^hOrpw4m!`m
zi(P+&MB?>PepZ<BtI>}tt*&FIQMmJ5UsD87!c?eWg*h#7P2izNvn0;hp91J@hN+s3
z8g5@oflF^GI<mhDkf{L`xpZL=0~!fzFjr@ZFbyNC_u?HD(o(9C!^`l`-Z>4P=0+Hw
zhGa!3S6Re&hJ9@@r{VLeGA(qAzfIN_*pY;z@rTY^d}x#|fs8-CV}sp9*EZQ8wR4BY
z<|8U17QGOCZK$aZb+-ZbM!s@b5IR1|aj1mN<aIV)j;7suH9)ksRc(SYQRhvEK&I3Y
zn5ql;v`te3AL!RS)uGv6J}W#>9EVCX%#L407Syx{r(=$;<y?6;fokw8Qv47*Wv8+k
z6n0s>+h+&f5fPygTp0CGJ#vTeUNtOD+*jB%u0F$e$}!@>Hos4P(}UsE@r@c5q}hSU
z+JpM(eE}S}#ipkn<y)pb$njt6+`nXAxC0m+UU)p_&Oc9=HU;aMd>xn|EMcJmqV?mN
zOM41{;SBo?M-|gUS)aEi)FixzG$DN+=P~aWFT#fjhWehQ2_K-wM+93x;gb+iym=+0
z!6X=@lW}v6q2hu$p=$^W=(mVe)bn^BIjlF_+v8`#N&j&k`%HoM?(ssCbJsj2!7eOp
z8P=vFOGw&7SjxD5wN|a2CUHqjjUBXEj0)Zc-C-lEhHp`pFhMkyX!!AUW0*B|`k!#>
zt}*EBlF1EV>8N|;)}{<{MWN0=P6eO5BcN_6OUZ4B@Q2Xh!A(#L9DR@9fY`?#nI5Dg
zP>GXAoJut5=G6?IXmu-Cn#La|1#Vsp1p}QuLwJDCqeOHlDZ$G}rZF&Zbf?S!`n=N_
z%h!yh@RP^rJM#0saCL8v!d341ec{i#p5FbOMGd|ct_fCH^+0B+v^iXKrFb{7n^@_w
zr6v;4Si;2M<8)vh(z|+(3{L)rt|OfbccCZSYWe`|FtWs1W#<B8_;cP!T+hm|h6isL
zneE5Hk2<tzNO;Pp>y}r5Wyhlfe+lRsmAiBk(U0-ip)oGm6x7}YK+)`!Ze?GG&Dz;Q
z_mSFRwvX)1CXBq@CXI&Vv<yf5WNUdlT+@e29BE?iju`PHTv0*Zu+vMDh|McXNu*Ia
zw5Y%+Wj!6x|0pAEz(~U|evdCS-@U^Ith>C`xyNHWdM#PUAuJoMX6>Th1(j1TY9V@J
z;)9IfFe%@MXLm$(6-J0Uq<2tYm~}}A=_%pkMj(^heuE}v3;;&|86A0q$$p>HiyQNL
zf8HbYbzb74D`8%@SW2IF0^;lWWjTKpqVmdX$v%JgyJzD{8YC7o1QoW1Y#6<v#$hpE
zUh}kvATb?9H-0s+RT$YDeBoCOyCd}Z`Us~}0K{<kBtq6E(mB{<T&SS+`GkU}N}!>k
zQ`jOZ;5D2~L(KByI*dqo(Sex>S8au9T7xu%2G`4yh6lU~*Q-NNamv23n|6o;VuM}@
z-DE48vQ<r;#_52}x+$^F$quCWjQsOu;I6|euX<wh6+Mulc%~8vx5|(F6(~049NxtO
zEXwAv+DNmlIUlcq#x!mliFjyCPp;r?b48?$g#C**N48~wJM9`mWpM8Z?r`MSkc9ot
z|7v}pJG=PsQD`zsBgzb#IHe?w+fq_W=)E7WA?kF6A92E?e^uIpt{3hAMgcnhToHw-
zxM@{@%Cjn<w%|BqCEuuh>1(UReQhHUR&mugA-%jRG;R16QWE|V*Bb=ZDt!y@tvu)<
zHH^$A6OBr2>tw*ZK7VzUJ8M6QNeKaAWE3oYn?4xU6Yf&yK6Z5F-(M)s_FCg%rvz*v
zefgD_r+@J;|7iN`Up_rO!CQ(x2He`a!LJjsJ@h6G<etA&#J2_5BD~2r4X^sTv2O<M
zx)ZR&yy<t%M}_VdyeA&mHy-a@2@Nc*)&qtB03ZNKL_t*YCgC+61Kwj-;4yC%Ugsyx
z?y&FS-t))Px1an3??=4MK7f5XBQ~qh127XnKT1qvZ67AZCa@8<TxG*d2dn@PQn+W{
zu%9luMW$vl#l{<NDcG)YJsk**r0`l#4alS2tfZP^6b<;Gil_LJB`lsgYMYeo449h1
zJMU=lO-6rDqMTldIwP8s2fOt{{Ma^Kk%tK0T-Ba333;LwcUZx|(vj{*P=(#=?^;UQ
zF^F~zi5&Vp`ob$CI@cB%m`XRSpQQij{JP-ikaA16KICtnno>tzPoBfx7p|^rP7jAJ
z+yRsmE36beO-wnz*UGb^>lNj9|9s_k$>Tfs<h%KYT|D%tZeqc7ZUUi23j3PyPB!OA
z)8XXB>HIz)H16$pLx>w%+%)3mlS5a<!Mo@D7+7Z6|DVW#sRT4^8ic0n;3ywHbQ*Nd
z=G|hift!@vW8e0!!-w4^3*Jq5>MKu9&wS>E>CJ8gdMk0l3vBG!dTDy`E$G1JpSNzk
zI6ePn=-KJ>rfm2@A2tX*(Kr0G%|FkwL5POMrl2=%JU6`nd<^`?>Dg=|I%ZSQPb_{g
zJ^us__1qhH_W_#6*>~`L-U~Q*me-~EU??5Z6&sE#oh%00-V6u)n5X8;CYin|$Y<Ye
zbjGn9fU*FKX`o+!_r7Jy<{zU4$~(e&RhGQ#ee%NE3g?z5aNZqIc;)T*lY8~4m*6{p
z;I=;>-O_>ZjQ)@{4%&e`H0^k5C#8dE`Vh<u7&z^%JG3EpUbe|->)=q%4KcP#rdX=O
zc&S|>cR93SY^C?op|)T4kq@^F<90koSq?ZxtxY$xHd*OtIi+}J5^tws`?OP0Qlc!=
zP96{Pt&wu{tq~q+9t2xG7e2;br!rUXqY}d7wP@zo%`45pc~V1#81i8l=lBI<cVCw@
z*{MP1?2-cKTl99%#PZG!HKx&2!cmQF<0ognIFwR0KCm`Xc2sVosTFMTH65ssI8h)9
z>Q|eD*?!`ClUCuc5+72|qdP<k$L#!LR62YPJd1_T^CjcM=V?s)&+!owqJbZxJFhDK
zaJo0`J%{++A51SW(vu8+F}>)h|2&O>w;rY8(}cjs!QXoh!N4yt>hCe)FYX;7i?<vJ
zVUFm4jtG@nXN=?7fEk81Ejz8!PgS=l7X5o;vt0T^TiI?Qx{Fv#?TiY3nWt@hvT<t9
zZnt!p?J2-&h2Q$>_S9JdBQrLHzJ>9Pk3(SUx9D|1dG`7xIrP@W5#MOoXQV%1b50iW
z)ZN3ugpw4Dw%ntG<&jk<3u(t|fNGm9V?WCaLl_l>hcd!|JNWfeh#mc#8?W=)RYVmO
zSEGoIe&+3(iIgWgAgRft&1OGCm(g-}z7M&SUsZHn4qv`@YB?Xm^EGt<@+_eR*L^AJ
zwblXd(;?PkAa~VT&!RW<5zUDyfCeHwIxsSj-Ue;xZgg&!>omcZOo&O73CfdSp=lqJ
zbRVEFh7Wz4GRRYWLVe^y(IZrGj5_(*De*0Q^{2|*Eadn6kJ%b(IBL}9y9quWIHJ<G
z)PWA+h{mwN#*$;-9#rN&+e+Cwe8_IZWq(g$-=`S6yr@J}!H)~){e}GvxAMY+#j6#b
zXV!a68TNVNAib|MvlE$Z(EI%z2Q(yf@fGF+w@4Ee`P&5A(<#*^BTdFK%)9<Fk2avA
zz+xnmZYi~WgA<JcuQmwLskOY61-v6%o(PPvVLvtjg<QH^VHr_r?bTZ0%mZ3pXq*~I
z@ANJEH>^Qyb??aVo(?U{pwmGmM|@7)*c9yd19(az_rnnynE<ricz|Iv5COLLDUd-M
zF}Zj)`RE8>_h1xZ2Wls!*GIe=nxK|9c5M2s_(+bj;bUGpXVp~~dD;Pu@5)GCM@<2u
zcSnv6UvT3kKb5)oks@6*TM74CaPjb7WeR^9P0?;?5JvDC*)wW0M7I@wseI;+#j;}O
z2qmlm+X7u;Tb~F(nZ-KkDN*1=5x|KY+EatJ;>{F*$||^R5V9T3@SW%SX@V8*^n?o|
zm)|OIvYqt=dJ})<*%y%x=|Co*J@ZaNoEI<OcZ)KPyui!FAJ7Rj8t}k6HPj8p@pH!u
zO-p}%oE>Y@EP30B+-A!zNL|^vzFQ!(bB_*Z^~A(c$wsE0G}u1qY7Agx8~*f>%ZMwZ
zFqhz=FuB<ldhOpCtoVRP)C7W$hBZ>)W<&By7+D>LqVoC!ul21$zv*y~N0_&7-=6%v
zMc0H{JFa%suBxLX?)b;i5JF&W{6%3QNKX3`7@D_jHK`|07H^;$_&3=N(VZUJJOw~Z
z>onx4{kmKSn=tF+dSC~x(yyzY+r~3*9iCJvcQpkl|0#bmafH1uf1Be?d)RT|2%vhJ
z5?1#L8gb$)0vKtcP#KJmf;v(ey4&Jfm};f!;8bjHNNKNWl{9867q~*xc;t}R)@Ni{
zjae3XoQDt_ZIdM*@kt~%)o5jfhLHmX*?c0sy^EcRJQ=z2bJ~sqjQ;s807rV9kynKB
z&iPWuH;a1(7|##jf&YULuMj6fb90h%MSr|MoI1<z_$_L+QcEOu>X(XU7{OH9o
ze4Ki)OoBv5d~Cs#Bnx^tg3}Yr;=2`@US_^Yy7^-m?0`CYq|>XwMp8_3Qbuh;Vs&)m
zYJ7YA2Q4(KmH%OSCBE4oS-@?bq3GdB>Jc5<-5%cO6W!?LNZ;CyHsjEwoSNTQ*Zlw?
zMVb$ACj$eP|MF-!ovZVztg9;&jd3vM3D32V72mwSAI7q8yqklMu(CKjk(d<VqK~r3
z$WsaBw*Rf85Z`Jbx_Hu8>My!kZ|3W1UJEas@R)v|ubJTi$Avopd6j~ODITT3I5#O8
zuj2g^ZnUjHP61qDCThnn&{(s?k6^Rvn-zFrD<L$7^w1_Wb>yS+#Jgf_7!E$cyAHtp
zdJ~cF3(A!P$Kce$QRoeV4f~VmLSbYz`s^V`M|m<fWh&v6Kuq38Alx>DZmZwm9f|mw
z(86yQxL}nC!B<KV$>?@~^Bxf`Ecso*ypn8W0}T|R5icAXLgGWG5|)dozy(mF3l}K0
z$RQ#2l23Ry7%f=M^L+=)xL^v9H{wz*yHiSqt=b1XDZ62Ks?PGFLl4pOWuX{Je9XkP
z!ypV>iQ1d32E2%#4H{~T4q936z1O~O&e`Ra+5-xcHe;R3Upw~3o!dIOoUR;Bt9Hb_
zsJN^34v!$X6e!cYehXm>3c8%o*!I9nL<V_zGH=IvIRR&t9-1uNnUlh2Ixz4#kr!r0
zUGDBv4(19^*~-hFIe5hY1=n0C7*Ayn?Nm{KaN(sXpBe|)*u%sN9vJ{Gl4lg8QlnzU
zN172|bR$mMG1Pa&PdLhG>-X|De9e>K-htmy*v&ubtw1aZFU`vZIfZX<1|cH^Uj<c2
zPDT{+0S_dccLX}DEcy6UqNWDfWWq35Q-EaRlxM!+{RyzVk6@=^>-PmAVH=4JosnF;
zuuke@ELwkDB{1~5euH(O&Ig)&U6zKCugmJx^5N80#esc%%D-bfGw5x|%59IHY*B5r
zbw7N2&JF>F35*)eZWZ1)M4Dz=!#YB+!S<k`@w7@};Ksj2Q_$PEJATI%vvdHg-ZQmv
zbB>>Kb90V!VU<mL=%aoQ2EnHoxx!6l<1AkJk25G-wDsTGm*utWBVKsjM#<}ar#G$9
zqoa9qKp_}Djedl)P}s-m3h&L^+VV;I@a*g~Wzk2^*cN2hIopFR*cnd&RISP}`c2{7
ze^Y)orjM{Z9(Ke%9!6B@CA_ZHGnLT!)qLWL-un^G>%fc<Os&DU=|CE-u<HZOQ(M~#
zjPp{NS%tQ7YGE2)LQ^Xd*oR)WMUsOMZoA+*zQwkoX$@GXhG(4J1`i`Mg_A7ovs(w!
zI*mq?4}=;*t0%HJ<At8>2!!RK>vQCUgDa<Cb7Vx(vB_@-VJDz`9p1bRMFAW~<pV+(
zfkq(0kxL%^&SB3L=Jr$t8cFov|BtkHQIO-dxo#udN#6fW&!5DSCE3zhYj2>6)1I-W
z{gpITC=fS-1PRuy^_BcVH0{iH_`%x$3=k`ktMrL@>j*u5*d;(_HtHMKu+t~w;&>`6
z4ea?u7Sm_%O<nYzGO#NK8q^P40y|Xpga%dw58R^2+P<{?EV9@IFR#;n{@dq954w|n
z=iJIFS00pbbX$2n-=O9QjWv*7|KuPq|0+JpDZFLs%Dqjg>{Ktj()xe&Zd<gYO8R0u
z>uQ{Bz)NHdZ5-|Kt&52-guZg})Bv!K(x46gHE7E;XyHeFk7Zu;$-RI2ilIV0kiL55
zS(uYt@@KANz3XzoRNNWUHE+JJ&J}ki+QOM_P1NC4F~agwRysQC^ah&Imi2OGRilxa
zlvcWa!FKTKdhtrKjfb55_IuK1>`XlK0M0k>J|OM8aBM&(_G#c(Q(9AY?Z063f(C)9
z1hqyFjd-u*8>IPJvEYFrvc3=|eRTQb8mP+_@uv5x1mj&5Y>rXjb7kHELMxE1f0Cs*
zkZ7j7%8Pt$D(`hAAADYm1|7ZHKpS~){tH*{efHi*a{KBl@(eJe5a0URYl6sg`Lmy$
zotc06lokbfV8<dEJh#lF{vUigJ-7sk<>HkS8b=QbgKAmTO0{^Gqnuu(YN3=m=4-&f
zo&+c1z?;S!)N6w@*9NWb)5lpp$jU!o)2?m!LRk=HnLxR5^wzd<WU4P+bSgj2ELVJh
z-d!%dCF?D`E_ix74Uk#G&H>>RXxY;5QMb7D3O@i-{q-vDmFkOc8h@qbC1pQXp3NM1
z>LjBWyG`TGC`yB#ft|U0ls8wZZ5T6w$f3D_T^hIqFn!%+!t&NOJF*uKX;Lo$G6O=I
z3?WMun|fXv=ygNoGp9no(`KBlA<oE`4Q3I@b5;!=UwSJK*n9fUy!KRsS~<B2ebVd8
zbmUFN;epo~IUfVTw|oCRc%*d+aL?ww;3<7=^AMZEJ1~fU+ViLI4+iRwA9*5?^!`_l
z4(2h1&Y8ztVcYihc%|z`f<8I6lyjarR-f7q`Z<x`b7@j{PqU58z;LRAKY3Sr&eau}
z<?7z7Af)UjJHm&NAwlRt!0R|RmZe^gG+QriOTBWy7TMTx&)*{rVlT6fF|)Ou_6;fQ
zYq_HCxQQH?408Wk&)U0XmGJyN;qeSx95BXc<QgP=8olruyE=kj_xLUVW2T*dgCd=i
z2-dLTT^ex0&a27`8@%4qYI=WnW_xJvATU*a$gdAWgM9BAgm>TuuU7R*x#&{9G7~-O
zMe%fa;h(w3=&Pp6&$UETVjDa%u~{EvV5vRCVI=NtFQ<WY@>Zhqf%7#UgFR`XsW=;g
zrH*`bd|=IIUrc&wN6?27I%sgXg4f;!!l1TuZU?qr;`1|A)(c(2%3u1(N2Y$>K|>{L
zznRPzUakG|`6F3`4`j%!E{=k>6Yzp5<4knZVgPMpXFoW%o)*_WqhH{yijb<tEgAw(
zFu@$o*~uS_=lH6I$#`34QI`x($9fY?%CSy<+aj8(W6wYZ-*yxZB<bMMXB{zoQ1#DN
zgpnuzGz&d#J$XG1$DiOW(`W0qlQs<OwrtPeb9{OLSR+=M$2hz#7@eN`x9N>E3x{?r
z%Y#7XLzBwpJ8S7!P1mnfGpVWRH)$sh^lE=TUF~v!JlE9PbT{<ulKLXo*NshO_XC(s
ziFJR|=FppFn+8*urGZ!4eG$ROj<GZE8b~iqY@4*72F*`X*=F$evRvWF7f;pv7JV+V
zBP{8(DY~7(x};v(V)|`|Z<@bX<FBPkTx1%LZ42Yy*bnc@@e1`^(ASUzol61#V4L(_
zpQs;<c;#3({E%!E+e}mafQAnE#=}paKXccCzkV)D|FIbni7ox_2`Kx3f0<r`y2|8{
zYM;rMCvqekwg9oM5(UG=PTt)mmImP=Wa<To%#_K%CVsb}89|jg^{q_3gf8huNmvw(
z;PhcLGregYBU;;*UiR|$>Vfuf&cK;FT*xdnM|_-2iL%E{{rhLU?6z5U>;sut8rqGo
zrG4+wCj48Q3N>VpYv>xa1}*-zHOjwmk5~Aw2Z0!ldbOWQCk5!N>fM385GQ`G{JS)`
z9z?l#sm`S05izO0lcl<xt^?1N|2zld?KlMQ-G^OD+%^oaG?8QD3)jwFKI~nFQ3)m4
zf}JN!&13>Qt5Ui<vx_^Efx+4TA^k3W@qG=p0!}%<IFn@wbIUjFzp@=<%6sX(Z0Lp1
z+Xluu2EkuHef-CNf90`b9@g>mZMJ3mqep$#O~}5G@}TV0Ew|+s76oTY%0DvZuvhw*
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%0AWi#2bsL?qZ_UpxUl8XP2eJeMfw*?<bb+Ea
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
bEU5q&^It}X1#vahpI=-&PnZ6D`CtDBN<IkL

literal 0
HcmV?d00001

diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf
new file mode 100644
index 00000000..46576ef2
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf
@@ -0,0 +1,29 @@
+{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\paperw9840\paperh8400
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
+
+\f0\b\fs24 \cf0 Engineering:
+\b0 \
+	Some people\
+\
+
+\b Human Interface Design:
+\b0 \
+	Some other people\
+\
+
+\b Testing:
+\b0 \
+	Hopefully not nobody\
+\
+
+\b Documentation:
+\b0 \
+	Whoever\
+\
+
+\b With special thanks to:
+\b0 \
+	Mom\
+}
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings
new file mode 100644
index 0000000000000000000000000000000000000000..5e45963c382ba690b781b953a00585212b898ac5
GIT binary patch
literal 92
zcmW-XQ3`+{5C!MkQ~2$No+IcIkqMDxWCV8j>LCj|yTg2Mz+o9F%uHlf9u}h9EuK`F
a!Y*1dX%G66ZqL#C$|bw0ZoP5@jOGW1ArT7z

literal 0
HcmV?d00001

diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib
new file mode 100644
index 0000000000000000000000000000000000000000..b19d0fc34010160ff34b7016e7bb0ba30c7dc2d8
GIT binary patch
literal 25790
zcmeHvcX$-l_xIehvn4ZWlisuGl}+ynyJVMa3ne7<W=NJ02uVl*0-|$OdJ!o~kq*+N
zC`b_mMCnzE6p<#y0s<l;ityf<O_m^m@Avur@xIUdKCgq>-PxIQ&OP^(&pG$*^sBBY
zudR!ZKSd!5C<#SVQcA}Dz+USXI@D5ATV7S!EwrlNKubwoZTHaPnvwzK<aAMJT~)OU
zg~lvg$H5PjoKjGMR0tJHMN=v&ks43EN6nySQtwl9sQJ`d>N9E+wVC>Y+ClB4c2j$)
zebhnf5Os_?Nu8&@qb^Y2Q&*{<s9&i&)LrU#>Tl{Pq7XuWWXJ(IA}8dG+>kHwL;ffL
z1*2Hh3aL;WN<x_^3uU7m)CL)l5t)z~bwFKESJVylLM3PbDn|oRC8|e5(J(X|jY99B
z(P#`Bk0zjr=w0*ynuTVgd1xtGhCV{8&?o3Kv<YoS+t6<G75W<ON5{}fbPAnD-=g#A
z3c8AZK-bWZ=nlGz?xEk%ALt)I03ZPx6yOBTz=1pXfj<O5AcR0P#6T>xf&@s149J8m
zP=f*Tp&hh`4p0a^p%?UqVi*ABFc1bo6%2#n&;X<09T*K`U@T08X)qmTz${n@i(oN)
z1Z!X|tb+~kIqZO)unWF~J#ZL~z)?5>=ioei2bbUm{0zUqEw~F0;ZJx3|43+wR3ekG
z5*LZ5#7p8U@ss#Vf+bOsXi1DDR+1n|mt;sXC9NfGC3zCP#2{%WDUx)SbdhwG^pccH
zERz0`fs!GT8cD6BPBL8bri7PZ$!N(W$z;hC$u!Aq$vnw?$pXm|$tuZe$;XoQlFgDW
zlC6?2BwtJRNcKt&O1_btkerm9kzABqmHZ&NDfv}$M{-y4yX0@lW63`>q7}3~?Lc$1
z7wt{^)1h=29ZpBn33MWzM5ocM>0DY%>u3Yrf$m5b(4FaCbZ@#3-H$G(2hxM+DtahA
zj2=$EPQOjRLyxA%(^Kj9=xOx(^gMb#y?|awFQr%0>*-JEPw5TxW_ky`oBoRan%+Yn
zppVnv&?o4V^cngheTlwIU!#AaZ_&5uU+LfINAzFx-}F<dT&j@TNgbqaQg^9`)JGa5
z4U>jTBcw6XL}`*VS(+|YOEuCq(zeokX*+3ww41cMw70ZWYLS*phe&IrLuC#!7n!Tf
zUluKkk;Td~Wo>2ovUalevaYgXSwC5sY@lqAtWq{i#>=p5qHL0Ewrq)PsceO8rR-DL
zHrXE8UfEgM71__S-(?SEPvi=@o!mw4D-V;0%j4x4a;;n^H_40So#j2`rE-hBTwW<3
zE^m-elFyXSm#>hol&_b6F5f2qQhrE&Sbj?Wz5Is!ru?4#H~CYALgAutRRk&`6p@Mq
zMTR0%p;fd~v{w`=dMo-UEQ(4+m7+m0Lh**;O$D!b%g&pTGWVF@nETA{%md~R<{|SZ
z^N9J2`I~vn{KGt9p0X5+SYRbA%}QArD`yp~9m}vRYtK5cj;s^w%yO&?>&m*Z?yLvv
z$$GKgtPktU`mz3O02|0E*&sHU4PissFgBcxU?bTmHkyrLW7$@$ij8CA*#tI`O=6ST
z6gHJjW7F9THj~X_v)LTBHLGSdY#TP0)v`LaEt|*cSp#ciO{|&CXWOyu*$!++wt(%#
z7P3WbXSNI5mF>oMXM3<c*<NgKwh!BveT^+<`>`c#DQjW-vt{f6wwxWv4q_|V!E7a4
z#a6RJ*c!H$tz+xiq3kerINQLEU`MjAv!mEI*f&|8#q3+`+w42+Xm$)cmL12AXD6@|
z*-7kVb_)A0JC%KpoyJaQXRtHb_t_8FS?p|f4m+3qke$cQXBV&w*+uMPb_u(bUB-UI
zE@xM;E7?`-YW8Dx4ZD_I$F65TVLxRzup8OW*iGzab_=_e{hZy#ZfCz>cd$FzUF?_a
zZuTqoYjzL2m)*ziXAiIk*+cAM_6U2FJ;okqzhO_XC)rc%Y4%(8411P6$DU`uXD@dS
zt*o!8_>Qup7>cFrDF@1ta-y6mj&h+~DL2ZU@}N8^FUp(pA^-bP{!~Dh_Jy6Qs_J^T
zFVt35R+1D!vPEsL_JtkFOKZCnSJYc-`#L+3kJj{IJwq;T{A{)~kng?Q7q%%WvDDU<
z_baa`uWM+2uXFptF6HEl3QO1W%F?P~<Z{mzE^nDoqexXXwOv9>DvE1sdsqb%uI7Q4
zWAq0`zhm?+hAX_3{K0S;!&QtPoS>9s%t2IePcks!&i2KFExd%MiR^8vNxm#87Djr4
z3ZufQ2r9CNm3}3;s+;w#rM3^bwZ68lYOr;%i^+9S-I|7ef{GywVyRX{BvoT_UC7I<
z1mmc9qQZ9db;V@dg_gP{R2-E+MRjgpNIqEaOrplEb1tHisT3-eN~6-L3@Ve#qOz$R
zsx_siG*lZZm(o%?sx6gA=_vzcq)e2V%BR{<?Wqn_N2-A8L={p+RA;IS)s^Z-b*Fkz
zJ*i$)Z>kT~mwJsVrutDOR4HYl`cq}p0IHlCNDZPYsKHbvRYg@(L#P_6ma3!bsiD*`
zYB<$Eji5$SuT!I_H>fu$p2E~y)Z5fM)M#o9HI`TK4!kd~<iq$FKAunEGkG<y;|+W}
zz7yY_@68wU{rQ1>HDAw<;CcQXemp;gpU%(b=kbgAkNDO6I(`Gcng4?SlHbE0<d5<v
z_;dV4{wjZyzs29>AMlU(e=q`!WEe3RIb!63kq1UT7zJPyj8PayQ5dztC=sJnj50B5
zjZrQ}c^H{6>VQ#ajCx}98b+lUm18s*qahg8V>AMzH!yk&qtO_R!)PK#Q%+G6sEO1h
zGJS5;6zW}SDw)*6s`{D|3o#CzrM9lTQZ$aP?F;jZ`&lZ8rP=W;Z*R4!X;d)J@N`dN
zMLJ7`rL4Hl(yg@djdk`vpl0=Tc57eQzPw+D`nn2Boz0AwP#;jUsVHJt<U8BhlSCdt
znz_`6)I8pi_vU@hQVXbs)FN_nF|~wRN-d*4qLx!DsFl<zYBlvSwT4LAuF^8Ns<ON!
zzp8{daXU+8eP3s;eIfCUwnOU6hqkLKZC6}7s5>#(O5@<-G7B-(rtiqeipq&(f{~UF
zx0H(CyS(}I=~Ldxg~SVr_u^f6j(6rgP7xW_5ee2)pHQDt8>o%Mp#)yWI?Lc%!dLJs
zj22<^3r0U<bi1#!OKwehWtp-~MTN4iN|{$vRaw{ZB(;Um*-Cv*ZKJj~cS)j(PL^6x
z`J#uq^6tDF5l@szj64D}?Ep*3puxp8gRBbPMSa=VnFJQAcQ)O>nA$}}HD|Pk7pQrP
zmkLzGp%&JW3A2*fPaPmSX&TI8YCjc4I2PB`6jzp6jFqC~nbu1WQ%CwbyEjc+T}@Sm
zZT6N>hpD44ozvsgH)Kxz_`p}s=^5%QwT5>R)gHk6^B&#Wl~<MzE+1hj7~I#{wc1kC
zzp7@iaIUznzJ{F6d}hQKi5XueOoE7=hVnjVh@uw~^Jy}imDDw2Jc8NWBrLr6U~y(c
zo}bxYs9V%+aT?#pXa+`0NtABWud2RIS!AghO#Goj*}kf-ynnf+rmwSqRZXd-MpO^c
zW@Tw{O{sWo$Kpy$MP`#V-=lsbLWT3uEsy*`qc#6YJtAU7h$D~UBYBUL#Msu6F+8UJ
zp+3RrBaD_4!7L=^Rg+j&sSGcu>RnZBsnk`K)DN~))-^Fi5=0Y*v3%Ss86pO;Hijy`
z74OkmTTxYODHztfQOn{-8&wXu5UL4$@~f$OA#WSiBtDV%u#n(fOhT)L2wdB{ws@%J
z1%U&Rl8{d2GkBkK&-@*Q*gXCL3Zq1iM^Px6T0>m9sH&=>sJxnwa3LCM^3rrZjrZu?
zk+`^$q?h_?l}c66u}@8XrEn_0xPeTgZ8-5Lf$+@YTfcfZX(-(`oE$!z_vlYDP7TQ+
zl~f%WP<5AT;^WV#wnl0~Rl{pvO|>n`vr*0E+wdNR?JdI!DtlF0hP|MieAJGRY|HCg
zvgij^i$+C+oEI@3Ay(z_9>jY)Sx9MHCj_2CqVm$d&K@=5nI`&0RpNP@KDwhGgpHBU
zZ&7m8yD8?PV#3NKS}DhypK~5$LH$vg=sc@1T8Yu>9@+{^ag9=lEF@}_2p>9GN{FpC
zNl|O#KL}M2{_XjK7Wos`6=OcCLA8W`u*kn7-$59vhoQXG@}hed4Cp+7eDN$kpawJo
zjU-G8`7V67SF<6B(#EDUUnH_As4s6J3KR?xvmqKwvSHVMqpBWt)}T>mv5j*QnoLCK
z!S{NJ0O&o6SUMT!OhEt_f>Ev3-I4Ffd-N2C+M#X$X=adt3*!?%Gy`(aG&%>(C7k;3
zuf2qmZAKT{hRX4MNyIH2P&G`*T7*M=rND!{Z;``tw1RNx$6H$DfL7Z$tRoys8f~W3
z7TM6JXoC>hc4PDvv6|k6qz|JkthN*nB5AWX!JE}hA8gv&g0>QlWqkR6;<&3B#{s-Y
z9}=I5H#E`fQ!9LI`edWN2kj-)2k})cQ$NsXgNM-(LcKy9PbEM2*?5klZ-nuz!)QGj
zPm#8&x}l(?a|wB|u{eXy5*9=Fx>vKfh%VV!)bcgFM~^~+tV-&HX(=e~Q7e8R?`?Fi
zqZ@?oP`=^SbZ?>CHoC+4VI=Tq>+1@J7nL-NjQ7#+gw#m>&6Y_$Y}CSE=x;*mbx{j%
z@S~n-;R$*wXkjx(TZk423=%<$vdQI1{v1}2)u%*2GGqoSD#&Cv4FjYgBfK&HcFVjQ
zXMkD_4z^)%{9C+77Xg9RS-J}N^O>`O3%C+;qxo^KBnRH$V<R_~A44)>$Ku*LOTo}C
z)xxVyIwb@VaufK;Et6~13`9VrO*51Di9+!37JaH|xJrT*l=_<D!34<_WRhTAOFT|b
zD$LsFkOQb7j_`YzpVl(JMr}X}q}s%PkDtnW6m=#AX2FQg_2k7Sd^Y3|Vl((z&m~!E
z323aa8roPV7Ie@SNO~eQT2XNsKU19G51fI2-!{cy1d}ku8!`HfOmX)-QqU^fTZY#a
zlo7bph#rKK;&9rCrL;|sj-niM{<9oip&N831G7r-p)=y=3TPrvOunTg`Sx!_SkMRh
zlA+D#7qzG-+rTW)-$rgBzd)E5&Qw3RT1=9nN0CCfU?9PDLW;7~SY3{sGgdZM?rmx;
z#kPS|hyz*jih)>B3)Dg#)Y~{ObC&Q+2}}`{){!LT@~ZmU0)5k1Mu3o_mh-Dx91A+o
zNE3sQpsX=yCBK5qc_#~*^B$dR$cs(HaWI|``<P$bGO<R3CGIqp5VN{6$FC6-<7;(V
zo5gk=P+mcjY(q8i*1paGbya0$6&3>hNr_lb<QK0KZ)xt$Ger%pe}#q`P3}XO2lH(j
z`qWv@e<G&b&b0!P69ONZ1tmfLN<nJ{mL_E_fu&@88~IHwj_+Ba2&)NkYf-`RpAlvC
zsHz&=tI<$}_co2KhffH_E&TQtDZ)l;dWOxgg;3lo`o=c?^Jkv14YmuOaTB8-iD&c@
z-Cn?|{fMX6kpjl5xW+TWx0N>5yWuOsdI!JjC9JKwB9nE{#+u`I@*Y*rE~GzFFZM91
zNLQnr^e-%=>r+I!8&#yw(T~9I8fAE2=Rksl8#!AG#_|zjdEc>^1kGk)?id^=g6!tM
zZcz~Q%xcaML7J@Qt7cZy7}}Iw%j*URIaiGF1Wi~6-}vnd)^Y*9Cv5lf2VNGSE;m|>
z5E!lz*84>Df5`8Drv97oqoDq67;P7Gk8>djv2{uz6UT`$y|1&ERSNM7V`VJ?$=2Lq
zn}^%*E0N<6f8;;OAq2_?HaR}v5Az<qto#b<tLlV)VUU$qn|jhaBdRVD&llGBBb}AH
zdcme`O#gzv3DaZzH!o%SESN~Z#&j8foS;H0)BN(vL4>FOzjz9#btEZTqp+=7mdGUv
zi5=m2lK+-J+u}@1>>CxnS>jAMo@%uA)6ao^iJQb-LK;-0@o^BN0~np{AsT%ii4C<P
zG?sW1XnaP5#=^;V#g(KQBh|Cpv+7wmZ%uvA<O?A331#7VBH#Bf(Mpqql5l7%iLl9d
zf&Y&9cy3iiX+gi<#igYJ`J$TQ^15fmfTUF;`Ah!|`4s3T5pt|m1y}gX1aTPaib?ad
zpu8~_NwOr_MA{$t8?V%*Bv+!f5xUM_<2|~QWNoP-D9BP!--Bdq>-%Ps8i}N4Li$G{
z=`a6D5d}~u>11Q@GyfBjG`GBrD7+x1=isW+^8O8iHky&|)=2*Le?$H?NwK7#jr<*F
zn*Wve=t}IbqJnT})uf9u$p9koJ^uGs>!MOpWutYU|4p!Dq4dyJRggw^ftHkv&rC!-
z`5Ziw)JujEE`RWUzJyC-DRo#f%EqOVe@L*j5Dt`ubqy7k?gBU$71AX7Tavd4(ZBe|
zuOtfIk_k4VWBI>{=wf)WQtcta#^=bsE162jKEVjJP{vDUSj%|H2ZW{<|5PaBF`{f?
zO)^I^R|spTFgi^<t*4L{b(a3c^%Zs9>nm$ZYRao^EeOd%$s%eVMiPvquVS^LIV)OF
zeLcyCR$9GkpS^F2P?9y0wE|tT)L{22x}P<tt03krgga5f9<@#HY&1WYY!hg*7&*L(
z=I-V+?Fl^ZR9s$b=|eoa){<LHiXq}WHk$h+`vsa#7;&$nd8|22(%$WyUp359)2BlC
z`vT2VlG6fBSB%_SqIs_Q^kL-o!u(y5To&f<8;nkfY0165*3#55%r7UM^ZFW#t#FrI
zlUx_Ld16Ew;4gGBB~9FJ2_vv^^CE@2U>EJHDlG)p5{i`_`uBg4_&o{fMq=cPk^ifR
z3%$r^#Qlhq3&csqNt(z+c=F~&(oZB$1=4{S1+_q$mOQT|<-fH=+tG}mrK1=f6Sd^p
zOiN}<O=UA^NjuU`0<RE^TI%%Lcs1&%kr&YsDYhC_^KXhiw68!h9HYorNKXe_71KyD
zf+(h_ylg<7rBa}5efMw55p<+LIU1wbS5c08j&ckM-1$|cA6rRmQh50{)nqzFpsK<s
zp(UyrR&CSSR;qDUZO7YU3azF!g0^>Jv`f^sQ@i3p7G>vZ5(Si6;#7U=g|{W-T~`u?
zo7{_TOXmq}lQ2qYfh_@tVvC(_C$J^pP>f{Bg5CqPRW&t23!@1TDs8ZcWRHfv&cXiz
zE=|`p-q#E*(Vgf*L5MVrNXz&I4}r^#Li7-Y*k=_YT@b=WOfbz6n1Gm`Wtr!`c`n<~
zed*T(o>>^>yozU8bDpGM+=vKu#kB(jL`Z5)p>nbfT{z#IsZGxn^k9LV8lyI^VprFk
zokkd<a}g=Tm7Ofr6~!eMVO@X#|9>$Ru4s0Fjb{TrLg1;zsBH^8=_ZrH0#A$@O-d&^
zm1sO-2(=oI7)M_)o-y=Tfq@<)<Et1<d5(cW$k@fz<pSOsL1LRziS5I4mN}iCArLoX
z)V{^sO=@Scw@S~U=Mn~D?Tk@7jPivMxLfnL(3xphTvtNs76Bg=bRn@+%;s%sJ605z
zR|=}L>1z?aSm4+ZqoNi$(#xy>nqEP#q}E_mARuUr3Nh;R9EPUX&}(VZH6$4NE=G4S
zx<`to7uK7U21`YCfx3Gw!AQben;0AE&jc~LVAP{!F}5^{v5np?h|$$5Mt6+5Jqrgr
z>0LrNIFHeHM35eBD$2_$mHC$bbp<1P5XF~O3h!+!_tN_Wmc20Q`)Za)=%dY8_Q9w(
ziECQ1y;AUcFOjhIla2H#TFkY@7?reSBU>7M`-0U*x>}vPABn>zvPFTwTVfz0S?kAg
z%d^mRg}y2XO;%|KyjtiV>7SYjO;$Ae6MSUVNGBo07mVsDvJgMm1iwSy703_7sNz+E
zKYUK`K|*U+0KJ{+34-orbyV@ajqYRmAAxQqM%6D7TZ$-Q&ET+9DvB*E=UW#I$URj}
zcvmFaL%_Swk(V-3Rv=%4QOiAPdW)4jcuQSuTH(iHRBHphBEg=bn><h3Q|cwq9*Pm^
zOTQ4OrGD1Alm=Q=GR!)c!)-<>4VH!oMtKpVOT;L<*)@V*5=IA;WF^3~t~KSP1y!ai
z7g7sJ5$y#mRcz~vOCzOGf&?Qm8ucm(;-8b?b+TY!C)m5t85AeEuXE_jI11MlRXt}4
z(iCZ`!1Yax@T<7yJjaz6xQcWHwgTB#a22mBs%q|((p;%l;QBU3@4SlZ3)*f}rx4oy
zlRDc=I|wYsU^MnsEM8D&<49U!(USgpNP7xw#$z<$Rcv0+-z(U(q_F-%e-fifuV_#<
z_WQa@E2ToM+SH4-$7r(9dE=Ve(WKv2OxA=;$!jOleXAyYw_>vEh%9=G`zEBd(mJxk
zqj4it8?v*aVF@``PeqX}9^yxFGn90g%zmBo3^YR8ARR$1m%dKTg(cK+DNoivFQP$c
z4r-8&k&cy)la7~8kWQ3NLX)IZ&;gL5GoX@AN7umx?U8-}Bc!vT4OEcE_)N%#j?(_p
zMd%@nL-#=m$E3^Yw$hboHCm3gNY}t+xB$1|FS?U-1Hm{I(oJ**olG~-W9aG9?bHLr
zp?K;ZYAxN3dZX?r5J{x_P`>nl^dM}6^{`udRC-K$Tw+i9Ndcs(k|q6CVw7}~o|B%Z
zC6Xrur~A+m(#w)_l2fFvxhK6YnIU<X)TnDDpG)>hZ%N9ezmhusE$Kaa3%!xvOP`{z
zNFPf7l=?~kl6n&FO_4s4J|&jjUfM$@q3_U-rHo8YFQXSxQzQzWq`avZ{lt@E?-toF
zw2}A2XgXOP4k8Q5eRz^*7h^OFqq!J;fYFB-&Btg7-vgtyB>Q8s3imEXpOQth(flBc
zKH-;Rw1Ld<60(x8o-CBiA(nyBCIVtVCaYl+c(P2nRRq3YlC{i!JV^_mlNRJ&(kVP9
zLeVcoa7X~#4uXwDU`~LPUIZk|$kKcQ*=!KbYcN_tmd}l3w?iyOAM<T7A{qGxX(eyr
z$$ejAv=^iOq|tPeG`=qJKVWo-G=6SlbQq%}7%9c_Dnu+(NIh|!lz(DbN@_)4j82l)
z!4t9cmy1O;QOmddJ&ewfCdpqIog=AVgb5^Vlk`gR;027n$7mQvm&G7Wq9h4fS1}@N
z-xj@`c;Iz0rIAcRGQ_V0!w|efc7c71(fwvSqGV1oXBj6Vm}wZjhtY4{+q5HaNm%(8
zEnDVBjax3|rQ4-bh{YU~j*t-%r(?8?Oolk@8)P0u22;L!wgrS*A`6fOQcGn@VdIyy
z!HQ$Z4xVe|xFsXYY-Gn;QE^R~rH<?gAvl`g-FkA$y5vNRLqIxYOGGdqEbiu+DIh)W
z1!UEy)_P~-N|jaMR@AuF)J5WGg1b$Sjv?+h3C$rc*T4sf_GC3IVpWTYwe{fp2)0E`
zZp!&4`DIzc-XmGIb$yLUOtvt{)WQxV@|UbgkgaRR+CocpaZPbuRSnsKW~|kf*9to&
zONqo@c7o`3M0$^wHo-M+h>#g&CK8v#4G|a-lby|bRES$tEM&W*g=|$JTZM!`MAecN
zv)KPyw&w+S>6BOpB@Br~qlvOU!jxEr5jt4&#eXEi61{gTwA2hOCwpU?TTLmsqrYf1
z3os(rEwrkB05xtQQ6xcfeT9vp*88lcM0TmlDrAEj_xUZBRZvm?!!i92Z|g-w5;j9v
z1bJSnmu9B=fO<eZ7WDGW93%J$aX%MPOHm$KSF?_KGBs`$YE9jf?j{jdLgFrovLxQd
zlkG&|Bx(rJB9=rEA!3l|kwp~rQuc&p;}%I0w0ooe;<Q+|mT@Hdn8e*VgnQ2pWd9hc
z6@~Rqs}Remaf?uQ-YBZygN*fG`*nm-zf5x?)8+;)>}Gpr#s9<GUOLEUIwqCf0d)L%
z9ar!b;!X@f$8Af?8;7?~*lg@X7S=~dKS0;f9&n+j3)xdTT{>I3NV-P4NxG6OxGxvd
z!BDajWHbriLZ%>jf+Po$4M@-z1N@gScXTAK%Ri?FQfvN4J^ZKJUaAM{je-x7oZkkF
z;$&M_hB=bXW{T_dR#U4iwa)S%)VPlXSU|u*1%U{C#9T*G-V&1dh||8@u%7Wk56SW5
zIbN^xuZ!D02rsg_)6~9czS%+KE@uSpN_1bk9LB*hx-H4AB=c+~X_lneB*Nah36O00
zB@xsXKS^te6gfiVv_?<s$|H%7Vu<{2v~!tYotw`|ypP`}E*27rdpGaGkcBI<sa+mH
za+ZLL1cXHQB^ZgAR2oKK2uYtLdm-<Wbl<YLqzU!BxZ-MMlep(8VP~qisrgxkBg*|q
zxQSX#AXo;iZZ4__DF~|ADF#y#8OeH9Wv#FmR$Rhu6u2!lZiyAVHNzkO)oiXNc<|Ha
z3<<_55w~U$-E<*yX(<_CRZ16X++wr^EhoFM`iV}^!bpf~HjadV!(;Mdfv_$7i4bQm
zMtj7ebjcIP(74%EUMw#YDn9ZZnVCgajspot>2c{j0*piuLo#ejJdZW;Bw*BD;%?=+
zw-EuH;>qI40g+>ourOn#JVFQu&M!h&>1FBlXW;ZDSd4(Llg|UJmMwuSQa*19;woa3
zCA4VkufC<l;gegMjEDS0j<yr$(z;$rGO<$pchow5p_6PK|0-(S(k77pJhE(A$IqA$
zKz~kh>3Jpuijsfdh)lZMmIthywiC;=mH^H0>VIT1gH#K1nlm8)_o=uJMy#@1(=v^f
z!x3uSvS+2mzj5&Yrm5*kGNxc&)-?G_D<uWb7JBD%Rx09i0@2S~=SirRtz)}Sph5HU
zsHqfc3C&+`hSysjHNE9|gKX>wHd$ng=0)yl@@PL&oCRCu7CVUo(jz4V`FBy2n;`7Q
zHiFXDmJx@cAT_|s7wbCws_J8k75iEvWh0U%eIqeS%G8Q5A+8Lw`nVlNSIBx}M*^qI
zYKp4|wCGvZd!J>I#=D!w{%US%&vO$N?`^x2TIBX0H2u<~^$gmOB6}ljvueAkn%T;e
zI`pR1M!J++hFO){fka86Ah#BhFAw_9Xp{X>%c%{|({>VS>7PZ~U97)Tvr_L%A_a9E
zmIy5g@+*#wV!<tj|Hj|v{Hxdzf1~pp1|r+9o?)Oq#7`Q32KRDTu_X~w?=Pd*J}0PH
zh!%*=auN!PgnqbH(2)ed(u>5V{1m|(g>M8F!uw|xDJdhQ^$NUL=)hR-dt2<hkj|-_
zwf7<_XE}K<^j`jTNGAwq$akdo^5P-(UIZj29_WD3duetY5PL7H$$6po((E8-gx(7|
z$h!ui_tJC-y_cr<)C2OJ(0kcPUYmL^Lc(iy2)!5UA+Z;GFG8@k7ke*4L=_I()g(a+
zy%*ad_Fe=RZ+0|&D{T;ZFM^K9FKnQx_d+(-iB>~8F+%U<UkB;C2&cr0g|^EJhqdWK
zaBAa0FqY7Bd3KN!LdT^<0Q5q~rTIZl?P!8Val!>e2%*{1cvzb)%|4Q^g<cEsAM);5
zvxT68=0{Vj#hNvh0(3Yo<~AY237>>UOVeSyQ^Yma9t(-#&Hq_@EY=wL;@{?15~+k9
zi&ee%Ma#7F5iIj3%I*Jm1^>IQ;Quv0C58Xrzx+Sfzx;pchrHH6!N|lw!N?f}W5+NI
z%h)pxj3eX3I5QmM!niVSj637Ocrsp$H{-+jGJcFd6Tk#AN+yU2W<r=yCX5MZBA7@f
ziiu`om{_J2qhjKicqV~KWRjR<CWT35(wKB6gUMvFm~1A8Y0an^4bz6nWweZrY0Km>
zdd9#Q853h>@|ku_d!_@^kttw0F@;PK)0yeQbY;3R-I*RtPo@{so9V;!WnN>7nSM+O
zQ_5JF{!AG&fGKANGJ}{3W-wF9R58`e5T=HyW$KuEW+*d^8O}5?BbbrQ>&z(T4dzXT
zXE5^?^EUGiGnyI0jAh0#<CzJ}L}n5*nVG`8%S>h7W2Q0FnHkJX=6&V^W)?G>nZwLw
zK4j)G^O*(ALS_-Om|4OsWtK4?G0T}1%t~ezvzqysS;MSl)-mguPnb`c4a`R7GiDRB
znc2c@Wj<%NG259hm>tYcW*74%vzz&f`I_0o>}B>b`<VmGLFN#1m^s26WsWh&nQxdA
z%t_`HbDH^<Im4V~&N1hi@0bhB_sm7+5_6fk!dzv3V6HLOnH$Va=11ly=4a*?<`#3C
z`IWhY(L;>>#OM)5q>KMIMvpQ22cst#J;gv_Ko|gn1OttM{PtglL5@Lz!43n1fyH2t
z!2yFK1}6;87&r_r7+f*9VQ|Obfx#1l7Y1((J{Wv4_+jwJ5P%^NgAzj!hF}aK7(y|G
zVF<?%fgut@6ozOFF&JVow8Egm5QiZiLjs0G3`rQ0F{EHf#gK*}9YY3&Obl5VvN7af
zXpKRQL4%<UhFlC<3_1*LG2~&;V=!PaVlZJaW5~zQ4nunk9WZpnP=KKmhC&QQ7&>F<
zf}tyhZWy{_=z*aphF%zYW9WmSFNW7J6l3Uzp#(!I1`CG%7|JjVz)+51AcjF0DliPj
zP>G=mLp6pW7-}%oVyMGVk6|c=VHk#EXuvQ6!$=ITV;F_u4GeE$;4xtGV+;&$V|WL{
zXbfX8jKwex!*~o6FigZS3BzOzQ!u=XVJe3AFigWR9m5O^Gcml6;R6h_FwDj<2g6(p
zA7Yq?VLpZh7#3n!gkdp;B^Z`sScc&v49hXBz_1d-Dh#VJe2ifYhP4>hVOWph6AYhX
z*nnXphR-l;!mt^`77SZ4e2!rohV2->z_0_uP7J#+e2HN<hOaPujbRUly%_dk*pJ}=
zhJzRmVK|K82!^8=j$t^C;TsGmFr3723d3m(-(om};Vg!87|vt(4#Ncu-($Fl;SyOT
z;=qdoZw`Do@a4dd1Ah(zI0)oG$w3eY!5oBe5XwOq2jLt<a1hBs6bI29#BdPHK`Rba
z9K>-D&p`qQi5w(xkjy~}2dNySagfeI1_zlOWO0zqK@JD4IZ$(;;h+r%xg2OY&~ea~
zgFFuO92ht-a$w@X%t1Z}?Ko)9K?e>xa!|lQCk_fZDB_?q2VFSm%0V{{x^vKjgPt7p
z;-EJNeK_dL!D}28bI^~25)Mi^uyD|ygE9^Va8S;{Kn@0RP{F}q4k|gQ;-H#?Asp0j
zP|HCb2lX5b<zN^G!#QZ+U<3yvIe49eQ5?L%!J8cL9AFOK;^1u#-r-<02V*!G%fUDf
z#&a-%gNYnW;$SidQ#g2+gQ*<6$H6oXrgJcZgP9z>&%p;A%;I1+2Xi=>%fW{n%;R7_
z2Mah@$iX5G7IUzKgQXlS<KQC>mUFOzgOwbt;$SrgA9JvVgS8y2<6u1ppK$Og2OBup
z$iZhEY~o-u2U|GU%E9LxY~x@%2VZcogM*zM?Bd`{4t8_!6$f8)u!n=a9PHy@KL-am
zILN^v4i0m0goC3T9OK|P2j6gTf`gMBoZ{d#2j6mVhJ&*loa5j;2j6jUfrIZkxX8gJ
z4lZ+Wg@dc)p<NtY<KQ|6H#oS-!H*pL#KF%T{KCO44sLVsD+hNtxXZyk4u0d{J_o;Z
z@PLCqIC#jxpBy~m;4cpT=HM|0|8VexgQuK?67e_topm+J`r)F?ejzbxaZ#VW!d@kd
z`o>)AV^MU)b;XO>E8?>g#3xKxO4~F(V(bKaoxK6w*qeQweT=!P+6MBg!ofnHsB?8G
zc?v@p>$Ayvldr4~P$4Iac|;yW=1m2YPIL-+B8pmOM;2MLWm;JQSv0Gby&;<;TO->i
z`++=4>4EH_?2+uT?5P~&Qn_5t$Q|U)a#y*ZJW?JlkCkVV$11g#ca`^-50cl(N6E*@
z$IB<mXUG?k2P&<VZ&vhElq&iw1}Fw9D#$~UsueYgI>k`MaPp|6*U7_@$fJ@J?<mG7
z#wjK!CMl*UrYfc>W+>iQ%u>uze5jbOSg2U6SgQC)u|ly*@v&m9V!h&1#YV*@#TLcq
zitUOWid~A`imw%W6$ccD6~`1O6sHwu72hc?Dy}H5DQ+r$R@_$HRoqwnp?IWttaxe%
zc2YZq9c$-k$Jx2rdD{8d`P(V&LhQorqU>Vr;_NhbM!T+deeH_vO6)9lWp>qeHFkA&
zyxn-aX?82^*4yp0J8XB<?zr6vyZa0xNXU;MngoJZ@(3PjM^H!+K_J}-`shWlMFT+&
zZxh5Yo*)GQ0jwiA{UFKOM@hy$OEU0%^3W%iJk-gDJkTkCJgO;^Jch|c9<F2|k4Jik
zJoacIyO=!M=p*uAq66fiL`TR2iM}BZBf7v|WPi7p+RN?j>{)vU`)K=EdzF2>eWHD`
zeX70Q-elj-zN3Ai{b2ja_H*n%w4ZOk(EdyNuk82O@3TK(f5`rb{dxQE?JwK^VE?QA
zUHc~vtb>DtlLP0F=#cD?>X7b`>5%Qv+Ck@#=TPKO>`>xhaVT>b=P<!xlEV~-sSeW|
zW;iTxSmdzIVY|Z)hg}Z49d0_@bGYyDr^8<kj~$*kQjXwAJGwZ!IfgjKJ0?0NJEl5z
zb?olg)3LW>U&ms{631%C8pj65F^=OLCpb=WT;sUT@e{`lj-NShcHHXth2u`g!;a@1
zzjOTF@si_X$0tsd6FAXMGAD(Tk5iJ9#wpiH=alDE=2Y%9$Z4=smD3QXTBmoM#yU-K
zn(Q>yX|B@-r(I6FoxXP3>vYrUC#PSWZadv^y61G?+1}aF+08l3Il?*0ImWq_b9?8G
z&Yhf#oVz%8bME0>>s;^rhBNQ{mh)8Sxy~z`S2=&|yw>@c^Eb}lI-hku?|i}eqVr|v
zTbz`0;oLY6&Wp?7vbY>h&9&jQTwAU^SH{(GL%HGH2yQMnk6XYk;+AmBxaHhNZZr2e
z_XT%|JICGNe&l}UZn-$PIJs~xt}gB_o-W=lkuGU2I+r{bgNw;!kjr3~DwiQHwJ!B8
z!(85R8S65^WwOgOml-Z|T$a16bXo1P#^tEXahDS=r(C{uIqP!X<+{sFm)~5Tx*}JJ
ztJF2zHPSWOHP%(-8t<Cun(CVFn&WD6&3A3@+R=50YprX&>oC^_*O9KHTqn3rcAe@v
z-F1cQD%Y*9dtLXt9&|nIdfWAm>pj=|t`A%vx;`R(7=@d=o2Q$%o3C58TWdFsTdteV
zEziy1*50k7TUWPIxBhMe+y=T$bert<uG@QV)7@seec-mi?K8K1Zl~P7bvx^J-tBL<
zf83tBBX^0r)Lrgw@9yaC<{so8;vVK6;hyi_$-T(Ei+eZs9`3!|`?$a6KG?n5z1DrG
zJMaFM`-ko;-B-J>abM?t%KcmSv+n2JFSuWHzwCb1{kHoZ_s8x}JSY$F2=NH>i13K=
zi1BFU5$B=xXzO9|sPU-t80s<HW1hzXk3}9!JeGMZ_gLw%+GDH7Hjn)t2R#mZ9QC;4
zanIwv#{-Xt9*;c!_M|+)Q{n0E>FMe1>Fb&8+1gX%nd_<Z%=0vO_V*m?Im7dP&sm;x
zJa>A2>G_rC9?yNA2RsjX9`U^4`J?9p&xf9mJpcCc^9t}%dIfuhdWCyMdbRS(^wN77
zz06+iyehq_y=uJbyoP!W_Zs0f)@y>-WUr}S^Sl;#ede{>>uayQUi-a%^7_T=w$~l6
zdtUdw9(enCxAr!BxAX4cUEp2gUFSX2d${)q@7KNG@cz*IGw<ErUwiNM-tT?e`;PZL
z@B7{lydQc$@{#%2`Pln7`2_pq_?Ue1ecJnU^r`n5=F{La(r1*<n?BfQiqEG$JAJ<N
z`O0UH&(A)$e17%0>+_q>?>>L{f^V>Il5dJ{ns0`0mTxcLKEAK{_VX?E?e9Clx54*y
z-#2~V@*V9v)pxe<T;F-Vt9^I-p7cHKd&c*i?{|KbANbLJGCzeM<7e;3`MLT9`6c=#
z`=$D&`(^s|^(*!(@w51q`IY+(@~iQy^TU2``;GP+>$k#hmEXsHYyH;yed@Q-Z-?J5
zze9c({4V-k_PgqL&EL+S^>^@h^5^_r{oVcj`~&=>{j>aY{MG(#{I&iA{0I71_*eQ@
z``7r_`49Df!=Lw`?EkL+d;Zh?H~Me#-{Swd|91Z!{=57S`ychc;eX%%f&WAQM*%(o
zegOdi%7Ea2(17rOgn+C7Lx3qDKcIa;Rltyd+JO3iVF3*RBLl_;Obb{Luqa?@z()aJ
z1?&mf7jPipP{7fE;{o3XTn_jl;6}i20gnUi0__8x0=Ym{V0>U=U~*t;U`Ak8pgyoD
zusE<Zuq?1Va7^I1zzKnq0;dGN7dSm|Uf_zr&jPmuZVUV(@O<Efz>9&G1Fr^N54;(8
zJMgj6PHC@nQgTX_GG3XeOjf2UGn84%Hp-65-pbdMB}$9(E#*7PvC8qviOMO;smgiE
zg~}z$kCZ!<hm=Q^-zZNi?<#*&K2SbXK2knbJ_(Ws`36M>#RRE>;)B`+bqMMdR20-D
zsC!V)ppu}WL2n0*2^t?XF=$25s-QJN>w-QB+8DGc=&PW;K?i~k2VD)i6ZBiqgP@1O
zZowYG-od`X{=v%N;NaxoHo>}JeXudOfAE0dLBWHAtAcBS>w;eoo)SDacz*Dr;3dJk
zf_De+3EmfcAoy_b(csg;*Mjc_{~r7>_)&;Qh*yYjh<`|6NN`AKNJ2<*NLol{NPbAq
zkO3isLMlV5Lnep38}eSr^pKe$vqI*CYzw&@ay#U1$o-H9p)R3rp&p@Lp+2Ghp@E^v
zp+%v^p{1c^q2-}tLdS(p2%Qu<CG@?}>7fflzY0AbdNTCe(6gZrLLY`c3jI6upD-#6
z!ra5s!gOK!FjH85Sb5l>u*$INu$r*?uwh~2!)Apo3tJJkI&4kY!LY+&$HKk|I~n$E
z*x9fj!XAV}xHMc5&V<K=w+fF7PY6#APYcfoF9<ITFAJ{=9~M3${Ppm8;S0kThc69Z
z9=<C4<M1!ScZGiyzBl|p_|@=h;lGCe9sVQ&MMxq-BO)TAB4Q#`5eX4V5t;~XL|%k3
zq9~$EL~%rA#E^)(h@lZ5M9hi!Fk*hhqKKstA4RN*SQoK9;y}dVh+`4oMEn|YH{yQ8
zgNTO_e?>fwq$52dLn6Z?qatG>^CLS%7DN_Cc8TmB*)y^%vOKar@~z0xk>esKL@tk9
z8ToPK+Q{{h8zMi8+!c8w@_gj?k(VQ{MoFS%QEZe$lv5NJ<rd`;6%-X4l@XO4rH*P7
z)i25tRTfnqH7KewsygcRsBuv<qh>|TjhYwrdDQl(ol###eHFDgYJb$}sIyVuMO}=#
z8O=m{M*BqjM+Zh{N4Jh{6RnMI8*PX-MR$+pqbEmCjh-GoGy2o$jnSK<w?=P^-Vwbk
z`dIWIF_IWrj9m;H6B!d7(<&w|CLty{CN-veO#hhjn2MOnn29lyW2VMTi<uGgLCox!
zT`@;uj>nvgIUVy`%<nM|V;;r)9rGlXij9a(j!lcrh|P+9Ew*25X>9-40kH#P2gg>$
z&WN2C`*G}s*ln?2x4P5nUaQ|*J#6);)#FxARFn!-Qk7g~r(#tODkqhT%3bB9@>K<>
zf>fcZa8;BlM%79cr%F&It5Q|zs!UamO0CLO=~Q_tgUY1JSG89asESlwRNYiPRJ~Mv
zRK==NRhg<>HAppBRjsN~)v1Q6hO0)Z-cVuHJF2m&398AesjBI!_f@l1b5-+H3sj3#
zOH?1JR;X5~K31(&eWKc++N9d5+NSzKwNtfQwMVsIbx?I!byRg+bwYJobw+hgbwPDW
zbyam;^`q(+)vv01s^3))Re!1eiKF5mj*gSZF>wxY&T+1B?r~mmK5>3=fpNicVR4ah
zF>$K6gt+9mw7AT;oH$LKHZCvD7?&T{A+A$g=eTZhJ>&Ys6~~pvmBp3E4T`Ibdo%8>
zxY2Rr;wHw;jGG^~CT@M)hPX{}TjRFJ?Tp(Uw<qqmxWD72@s9CaylcFByl1?3yl;F!
zd{BHyd|G^7e24h{@dM%q#aG4;iLZ+v7T*v*GJaG%AOBYT==inq+v5+!ABsN`e>DDh
z{E7IJ@u%a@#Qz!pSN!AnCkZHlPLL%8CIlsz67mz;Cv-?CNGMDwO6Zc%En#%R*o5&3
z6B8yUOih@c@P5MVgt-Yz6Fy7WlCUjdN5Yp02NMn@98I{K@KeIwga?TMiOR&_#E`_W
z#E8Vm#OTD>#LkIb6T2t&NbHr^C$Vp0abihgb>h6lg^7z3mnMFcxFT^?;+n+uiJvBJ
zPTZAvI`K^6xx@>JmlCfe{*ZV*@yEoU6K^HnN%BhyNKz&RCxs@3Cq*X3B&m|(ld_ZA
zCK-}UN$ryQC%v2WUeffW8A<Oa%}Sb`G&gBp(%z)~Ne7b-B^^mRmUKMnMAE5bluRef
zk`>8JvVF2+GMDU@?2+u79GcuVS)Xi7&QETi+%dURa_8i($=#ECCHGD4muyKMkUS{4
zGWmn#*~xR0KTMvVyfArD@{;6b$w!lqC!a_@nS46=O!C>}^T`)d>{8eihZLt2F2yy)
zJ;f`<H^o0CI3*?}JtZ?GCq<poCPkalHpP%qpE4|^A!TIBsFXKTaLPL=V^hYbEKFIM
zvMFUt%I7Ixr0h)jGUe-(eJQt6eoeWX@>|ONlm{t)r2LukS87CRRBB9WtJJvEgw&+e
z)YOdBtW;xar_|!q($uol^3*}8m8sRKwW&i>=cdj}U68scb#dy_)Mcs5Q&*;*NIjMM
zZR*+7^QqsbUQYcX^+xKCseh$O(wH=dH0LzeG><fGTH7>znla6s)-J6>TBo$mX<gI$
zq?M&rq*bO>r`4u?n6@BoQQDHUWoawYR;R5^`y_2c+UIHe(hjB_Njsi)F70C4m9%SV
zH`ATdUDMsuJ=49@ebfEZmFXerVd>H7N$FkEyQTL?@0H#sy*Rxj-I6{aeNcL3`jGUx
z^r7hu=_AuerSs{_(wC>NOkbV;ar)Zyb?Kj^Z%99zem?y|`o;81=~vRPre90Hk>QlV
zWw>UzXLx4#WcX(&GeR=LGNLn*GO{z&8Mzs4GYlE#jJk}W8N)M1WW1j7X2x3?qcg^3
zOvsp#F)w3j#`26+8EZ1uXPnFUF5~-*OBq)(e#p3<@ngm>8Mib3$atE`WZGvsWx8a#
zXL@D&W@<8XGj*AHnfgp)rYSQ&vwdc5W_{+c%!bSnnXhM#%6u~uXHL%Cl({u?Tjm#;
zJ2Q7@?#bMrc_{Np=84SjGVf;I&-^3vQRd^!r&*9C%~E8sS&ms;R%%v8R#sL{R_iQH
zR+}tsR@<z~tRY#oS@l`NvPNW$%Hp%$&KjLHJ8N;)XIWdawq@<e`ZDY5tbJJrvyNmP
z&pMg)d)C9OM_GSo{gd@18)Zwf9kLU%Q?k>tGqN+Yv$J!u)!A*b`(<0Q%d*R}2W3}e
zS7i^$9+|x`dr9`P?B&@jvR7rV&R&zfF8f0ErR*!&KV)CezM1_~_O0wY+4r*l$bOnb
z=g4vtIc!dPPF7A%jyk7Jjy9)ljv>dK(=Mkdr*}^OoB=rla|Y*B<<#WN&6$_8AZKCD
z;+&;9%W{_ItjyVxb0z0m&W)TObAHabopU$me$F2`f9CwtTGraGwS8-+*1oMHTF19e
zY28{~t{$Wwtgcqqs_WIm)D7y9>NnI_{kD3vdaQc9dZK!=`d#&V>gnqD)w9%d)brE}
z)r-|j)gP%>s8^{!R<BjBSAVMBsNSsJs@|slLcLS{rTQ!N9`%0pLG@wvQT1{43H2%U
zx9W51@6_L`FR8Dpuc>dSe^mdhzNP+EeOLXP`hogS_223z8cHM4$TSKKqp{aGYMeE$
z8h4GS##`g7@z(@uf;C~92u+kGRuiX5)TC(AG#Q#KO^!ybX`|6<+G_L~lct@fqoz>P
zMbk~wQ`1LNtSQy>*OY4pX$EVmG($ACntIJJO@n5nW|W54ysa6d8Lye7c~>({GgC85
zGgmWTvq-a4vs|-EvqrOCvq7^-vsJTQvs1HMvq!UEb5L_wb4+tKcTMiP+)r{h=5Eg2
zn!7!BNA9lN-MM>m_vIeQJ(PPS_gL<U+|#*dbHB^In0qDnTJDY9pK^c6y`6g}_g?Pr
zxqsyTnfq7nKe<n}pry4ktwPIa?X`|tPV1)i(0XZow0_zEZICup8=;NT#%Nn<<F$#}
zWNoT8U7MwCt!<;#Y4uu@ww<=4wouze+g;mJ+gsaLTdXb7_SX*34%Aj?E44$kwc4TD
z2JJ}gDD9itx3r_R<FpgBleAN`Q?=8yGqoRRXKO#yF3>L4F4L~iuGX&Aexlu|-K_mw
z`-OIwcDMFx?LO^6?Gf#9?Mdxv?OE-4?FH>6?N#k{?T^}Dw7+WaX@A!~)c&RYM@Q)-
zI+@N+XRmY8x#-+=UOHc0fG$WEs*BJ?>0)%PbaA=_U6L+Em!`|mW$AKsYF!(hR@YXi
z*BNzYT{~R|U4gDp*ICz9*In0B*IU<DSF9`1S#;zlXSzYU!MZBl5M8aVUN=nFpc|<h
zrF&C{b#LoN>&EKF>n7?Z>)zE()6LY)(#_S)*Dca5)h*Yp(yh_0*KN>k(rwjk*X`8p
z*6q>l*B#Ow)qSHor8}cLulrtiS@(nPhVCcbE!`d6Z@LG%Kii_bZ}ZOOUC6tXcQx;N
z-j8{|<o%j=FYoufhk1YH{iCP!61_}sr?=NT>0R{hdM~}NK0qI&57kHLqxG%y@%kiv
zsy;)Xtyk-F^=<VAy;<L0U!X72ch&dM_tw9rFVXkcm+LF^Rr(rzy?(fUr2Y*(*1w}4
ztDm5ste>i%u76)YTmPYcfqt=mnSO<SwSKMs6a7a0X8q^-FZ8?gU+MSi59kl;kLge7
zPwUU>ztdmTU(sLF-_-xCzpcNkzpwv8|49E>|I`2msX<|24UPuR;AZeN_!#^RN<)Yt
z+z@4mHN+Vb4Jn3nLzbbnp^ZUj&>KvKc7~3ILPHlrcSA2jUqe5G#W27y$WUn*VyH6=
zGmJ2dGVq4C4Py-B4U-J-8m1X$8fF>h8s-}o8I~HB8&(<C7}gs$7&aNU8nzpD8g?7@
z81@?u8IBshF`P1-F`PGiZ@6su!EnRyli`-(j^Q`M1H+$&zYR}}$VeOIM#ku1bT+yg
zJ&fK)KVzUV*cfJvG{zWJ#sp)sG0m81%rR<=T4SEkXv{ZuFm^I_Hg+@iH1;tT8%vF4
z#(~Dc#%g1&aj3Du_`2~;<6Fkj#&O1p#wo`4j5CZM80Q%085bIt7(X(uG=6McXZ+Oo
znQ@D8n{kKnOXJtZea3^vBgW&#lg4k2=ZqJOmyB19*Ns0Ke=+`Qyl4E~_|W*5@gEaq
zl9*&BJCnW1$>d^kH+h+SO#!ALQ>ZDz6m4o{iZ>;hQcW4AY?IoQYiesUn9Qd3rUFxu
zsjI1nskiAhQ;Dg+soYdysxsA>>P^E<BTa9Zu<0GsSkna4WYbjBbkqB$*`^Oo3rvem
z%S<awt4(W7pO`k9Hk&>-ePP;V`pUG|bij1jbj)<ZblP;*^quLV>5A!^>89yt({0mT
z(|yw)rbnj7rl)2wOU(*1Yj!kqW;e5^*~jc}R+>Z1;pQlFtU1n{XihPwo3qTV&27v&
zv)*hnw=;J%7n-}6yPJEN`<nZiE#?8{LFP*H5ObY*n0bVGl$kfbZ60GDZ=Pg+*F4QU
z(>%*O*F4|6$h_3N+`P)X#=PFV!Mw@5)x6!j)4bcf$GqQs$b8iNjro-MjQPCzd-G-U
z59S-@pUk(+cg(+;ADI6%|80JfkMik!c|Mcxknf!Dn(vYCo$r?)m>--UmLHiPldsB8
z$WP8s%g@Zu$=Bp-^YikJ`T6-B^1J1C&+nCQ$tMrr$gj!A`D5~D<uA(Lk$;#H{{yhT
NvOij1oBrk>{a<(`IL810

literal 0
HcmV?d00001

diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/notifu/LICENSE b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/notifu/LICENSE
new file mode 100644
index 00000000..994c0ca1
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/notifu/LICENSE
@@ -0,0 +1,25 @@
+// Retrieved from notifu 1.7.0 ( http://www.paralint.com/projects/notifu/index.html )
+Copyright (c) 2019, Solutions Paralint inc.                                     
+All rights reserved.                                                            
+                                                                                
+Redistribution and use in source and binary forms, with or without              
+modification, are permitted provided that the following conditions are met:     
+    * Redistributions of source code must retain the above copyright            
+      notice, this list of conditions and the following disclaimer.             
+    * Redistributions in binary form must reproduce the above copyright         
+      notice, this list of conditions and the following disclaimer in the       
+      documentation and/or other materials provided with the distribution.      
+    * Neither the name of the <organization> nor the                            
+      names of its contributors may be used to endorse or promote products      
+      derived from this software without specific prior written permission.     
+                                                                                
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED   
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE          
+DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY              
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES      
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;    
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND     
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT      
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS   
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/notifu/notifu.exe b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/notifu/notifu.exe
new file mode 100755
index 0000000000000000000000000000000000000000..3641482e9a1fb245a05abe648c348881c0772f95
GIT binary patch
literal 245760
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	Z)bN0Hv4!
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

literal 0
HcmV?d00001

diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/notifu/notifu64.exe b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/notifu/notifu64.exe
new file mode 100755
index 0000000000000000000000000000000000000000..544e7a25b92539eb05a1475af3f56581c3224a4f
GIT binary patch
literal 296448
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�}hTEyLIU7eo9YGpzB!V41fqi5Ir>YM*-
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

literal 0
HcmV?d00001

diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/snoreToast/LICENSE b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/snoreToast/LICENSE
new file mode 100644
index 00000000..f579bb74
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/snoreToast/LICENSE
@@ -0,0 +1,166 @@
+// Retrieved from https://github.com/KDE/snoretoast/blob/master/COPYING.LGPL-3 version 0.7.0
+                   GNU LESSER GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+  This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+  0. Additional Definitions.
+
+  As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+  "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+  An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+  A "Combined Work" is a work produced by combining or linking an
+Application with the Library.  The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+  The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+  The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+  1. Exception to Section 3 of the GNU GPL.
+
+  You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+
+  2. Conveying Modified Versions.
+
+  If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+
+   a) under this License, provided that you make a good faith effort to
+   ensure that, in the event an Application does not supply the
+   function or data, the facility still operates, and performs
+   whatever part of its purpose remains meaningful, or
+
+   b) under the GNU GPL, with none of the additional permissions of
+   this License applicable to that copy.
+
+  3. Object Code Incorporating Material from Library Header Files.
+
+  The object code form of an Application may incorporate material from
+a header file that is part of the Library.  You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+
+   a) Give prominent notice with each copy of the object code that the
+   Library is used in it and that the Library and its use are
+   covered by this License.
+
+   b) Accompany the object code with a copy of the GNU GPL and this license
+   document.
+
+  4. Combined Works.
+
+  You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
+
+   a) Give prominent notice with each copy of the Combined Work that
+   the Library is used in it and that the Library and its use are
+   covered by this License.
+
+   b) Accompany the Combined Work with a copy of the GNU GPL and this license
+   document.
+
+   c) For a Combined Work that displays copyright notices during
+   execution, include the copyright notice for the Library among
+   these notices, as well as a reference directing the user to the
+   copies of the GNU GPL and this license document.
+
+   d) Do one of the following:
+
+       0) Convey the Minimal Corresponding Source under the terms of this
+       License, and the Corresponding Application Code in a form
+       suitable for, and under terms that permit, the user to
+       recombine or relink the Application with a modified version of
+       the Linked Version to produce a modified Combined Work, in the
+       manner specified by section 6 of the GNU GPL for conveying
+       Corresponding Source.
+
+       1) Use a suitable shared library mechanism for linking with the
+       Library.  A suitable mechanism is one that (a) uses at run time
+       a copy of the Library already present on the user's computer
+       system, and (b) will operate properly with a modified version
+       of the Library that is interface-compatible with the Linked
+       Version.
+
+   e) Provide Installation Information, but only if you would otherwise
+   be required to provide such information under section 6 of the
+   GNU GPL, and only to the extent that such information is
+   necessary to install and execute a modified version of the
+   Combined Work produced by recombining or relinking the
+   Application with a modified version of the Linked Version. (If
+   you use option 4d0, the Installation Information must accompany
+   the Minimal Corresponding Source and Corresponding Application
+   Code. If you use option 4d1, you must provide the Installation
+   Information in the manner specified by section 6 of the GNU GPL
+   for conveying Corresponding Source.)
+
+  5. Combined Libraries.
+
+  You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+
+   a) Accompany the combined library with a copy of the same work based
+   on the Library, uncombined with any other library facilities,
+   conveyed under the terms of this License.
+
+   b) Give prominent notice with the combined library that part of it
+   is a work based on the Library, and explaining where to find the
+   accompanying uncombined form of the same work.
+
+  6. Revised Versions of the GNU Lesser General Public License.
+
+  The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+  Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
+
+  If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
\ No newline at end of file
diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/snoreToast/snoretoast-x64.exe b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/snoreToast/snoretoast-x64.exe
new file mode 100644
index 0000000000000000000000000000000000000000..44b14220313e7d5ed1547cd83f46e60574622c9e
GIT binary patch
literal 2519032
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�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%0D#u3@qrbqQuY#{bTo&CAfN*si9wA&G<pFSy+c9tm
zzEB32K$xg!l;FeOy3di9brar{%1z|f^wcBBKrh~yGSlo3A6T-+AbR1Ippq7mBUq9H
z`=UQ1HG=Y^LCzk?yoi~Rb0Q%732XKYCdyc{n#9Ktndt$1NNW2d5&T!A0Z>t4@O3PZ
z#2oaU*iBlMc~JmVVKS-0l#emvFMS`G5ce6rcOo6;&lFBfPV4n}Mrc^-10va=lV~D>
zGit>%o`y;KwO)iz&UjMBqsT~_$%CGY<pDh-4a?kwKM<iQe*C50D&s*rCSwvzCJiCt
zACJUeE#gHzO=v2@C;tO~pfQ=3){1VBrc8lbi>%UFY$keuzLF+S-GxM~5d8xcG$~}}
z*aae+q=msR0Inyr0)L4PH#Qj;TtTcFG!>7MoO&!~NqDovuMy%dXIxIbGXrak1@BTW
z8hi-M2J*wE8fjXGiToFdq+ATE5uhnnoKR<c$~ZIs3A`(w*CF;t^HK+)LBXq0PGmnC
zEzd2>TPL!zyjgfN%lnlGgniz{82nOAd9XV8Igprg4NcGb5fi3Q0v?%t%etQF(+8E|
zAy?$f@Fx3~bra*j7gP+1mi3${%Y!*C(6ntRQ?LnN;0+d&nEk-YVq{c2^N|J}0k?!-
z@ErKfN<)lQ&!|9Z;}EPtgA+x8WoCIVM$7x1D32060O?H`>>PozKNJ!9;MpLU2he}Z
zI7`N21}~X{`h!mVu)mm?QxM9o3SPs359bdMT7VY>X^JgX!>g+=;pCTuFZeEoUY>`?
zx1A|KAMOC?(EK+pNAnBV{9hn-WPFG$mel=-!&r!?^KF3kQdEITPazzYDixd1JW*kA
z603^QuM+O!v!0Ua9Ex?&Us)9O7%~EUOHbX72f?k_wkj2432P1`d>?1cWK4R-N<3s|
z@4=fnj2@AzsYJ0sCVD4pw<{0UnB8q^V+REM(cjb}q{VCr1Xm!u1AUe4J93$<La_}>
zN8-@1D1DUin<MeoK_R@x^)K4k8ib><J&;{C_EiL!jorey9J8@hx6mNXw~6x^0RC3S
zRt)+J9#G@XxDn5GqlAvN8c$!1fjM^UwDyZ`2R~wjC=cxc<gP;*vK7PeX0}4qlhfpy
zdRpmd#M_r*^si+lzZ8{3#=o<)OPRJC)Bbz3L6P(vIm@8^NKv9#w>d8d7VnZDYfJQI
zM^2V5zHInv#n&V9Ya39i1+Sgeb_K$X-@te@*mhLVdl1Li{6o{TnBZY1*op+TC%Bct
zZ^sS6jjW0rf`_n*0;gH7;(41Ndd63|93js65Z<sj^+BvyoD`28t3BrEaYQJdf5;D}
zS3Iv^cYw_G(ai6N;2C0*k@a_c$U#`l;K#2Psk5Gr2G3*gk~fjMcGv8tk*fo33;eaa
zP7Hbhb=Mx>d$_i3N7fR)w_SCu6XU3O7Jz2S9l&SE3qtWZ9(KX`Blm;Q%Q1%6218kO
z%ylr7@eZEg(B~pER*f=n0JVpw?q0p<F7WiVZ9{{rpSue@J>LFNdwB9XJe%=Hp8l(Q
zk+gN{_SzGf89^3yVv4`^<H;Yb-W_}~qaFd`<(0_GQ;`>rr-+&^UfNz<ixNh3#RuwN
zhDCPu?uNfY0Pu6L@T;G@4GT3YTwD9`)a{5^nYsbpLBO%v6O(K3G-}%>rCx}z2+!V=
z@uA7BwKY>uq9={DHIq-EnUZHmP2kxP)P}#4_yW&fyJPC^+8t9q!r#u?nkoCxk3%SU
z1N!nl{yspr*Wx=+yLRfq+O?Ap3+yREs<ExtvRd%yfd1G&;X_%x6J&;8FYv4UReqfi
zJo@Eu)(RdydmdVMeDAu|yAQ5P{cj|yZHr^jYY$J!_^k*WDw%V1q#1vkQGX*^oB9hx
zf|(}xQlG@TCF7%!5}K(`;gf8&i2E;mnEZ9@8;rL2csmExo|sa-I`H!;!)y54qZ*v`
zr3hXfxD8A<dc1yhU^bX;_S<;_7;VA8x^71{aND(QWR+{%Ol})5op9SR`VM%cYA9Ut
z+sK?c8jY5PgjPoQZKfK6R3^XO6-iuK@%4osi}Bl-YnLH`$#$QC-;U25ydE>l%uhgW
zEr_%rI0!L<;z#Hc_~{oBE&1(@n9Lp41H`vo5{ZB1^mxv$$wN?nXlm9(KHG-w!-dLO
zdyt6}xT&@o{B~{g@ewVIJq~{RCa^ov^#sKEzp^8A;iq_09v>hW-K@XJV99TPfDg%U
z?_ior;T2d<eH0%NejCj8MyApm1;4#k<dFO}uSEx4@<)RNzuk+OO@7;jcf~_zL4fu&
z@o`A9B_{@>_kt20#GB&z4O$1FlHa}qY>im&$Un9+UHYJlkXQ1L)d-L)O~$9949P#T
zJRD;JlEFVyB`d-|{!-?DUnC{rEytV5@BLW>%KUHPUGca;_&BtLOYk0)6B*BFdE=NT
zeb5q-mE~Q7H?zDuMIiXcD^bkqU2WhW2Z}O^FvYVjVZwI&<I#&nSw)DD1bi<7%vCg9
zlm(XOnrK-Y<M>%XW+ihA2)=?h#Y6rLP)<Td$v+BkX5$x26n?YnkqqmY4G-hhVOYl&
zhyn%wg7WT*mUoXRubUj*hh?zfAAc(%V*KOXjI(4+VDOUrkUr?akI6p{Kq!Y%@Q*$4
zA^69`gG6V^Kc*qf)t7Mc%ZV(wZOLE6x1A}PYJ(>KI0pq7hlis1@5b@dl7D;|an6xg
zbpOT|3&v>=UN9F{;lV|@Vh`FUY78zy?l}5_L7#_2!TUv_m~VIbgLjK}0UybqT_=kn
ze|ZyLC4c!NzNM!=j7OBe<P}%~g~?xLGA2D^3LX*|;ftcfoGWsfEZYP&4(lt{BofEq
zhk`*C^@E(I?nJg=qX>g&kNobR5W*tCPrilM)A-3pBk|Tjzrkx~{N!weqj7JWDJ@w)
z#+!+Qiy3!Deln4<6@z|&2l>h413`y4flZ8KM_P>=A<GW-mApDhU}QdtZU#@1QI6v$
z_o565qWAG;wnEfHe)6=^fy_TaI^&beP|4o~(;X?lv$R&GUCFc+Q3gGdUh<Q_W&II;
z@)z>M<R>lSE5c8XkYD5{%kkP-ZQCzIZ8x#Dey9!fyD2^unqJEUS1`d5u(#(gy8bTZ
zcM$jv0^dR4I|%$AgaD3#XW-1xnVXGY82P)$Hashi4egY?D?hF;RlfKf2Pb$g2tcPy
zdGo+v<;{bG$Kqgiq2gW-rjD;SD38qo%etsd1|I<vto$IL^1Jc|WyyFj1f|N%ru`JP
zw?S?T+1G+*m{bjSH^by)QA5J1WFCGDr%bGYGWyq;NSV1EIe6&D^FD-#Q&?Zd_2LAL
zLTv2IOO>INN?*EH%5EXq6=yM*&JyC`DUk3^X2L-m5D$$~T?9{t+*_H-^BBm$u1tLs
zamr#I3iInVemz>v!vkd~P93KV>MJts{TTJXhdfzNBLz>BP)0S<KzyA!=rM#LZY%y!
z_T)i_<Tp=k0?|_^G@$!WL^>YHO-@1UXYJ{NK7NTlzPIy`@`KgN9kn>J!BF5A!-50l
z891_utnaG3En(p;_)$E&umSo1*n1cFsEV`ke{)$9An_zhASy`YqS2_0#<qz8$-+j?
z$_8i^1r<TjXuZ9>uq&u2#7%_dxN7@qtG%ezde_$81Y*@}Fc1hrz#C|-c&VOcwIWyu
zsO<0i%sG3>jf?f|@BjP!%ZKclGiT<Rndh0A=b2}od1j>G8v-~cEIdQ|EhhzK1zxvS
zHuEv#ovi(qpPkyt8+U3aZjzTO?G)UBkEdxH-<q4flikAID5OF3=6}$ZA#ceGq<Kr%
z8h4CA2oH-kJK(}Vjb@I1SEVg(Bg_un)Z9PvzC*kCbKco9n<jCa2n)K`0`omLxcitF
zcHX9r{DVq7jm<ClIDoimuaRgi1<R(}ML?MPRz%JwrOH<rNrLFLVhG@HiDMVX3Tbj+
zuS4^0bn~Z8Y9|I~m33R?gR8ECw+Y&$)`jB~LexD}uDVu1iCb247EavS$>E(Y?Zoy3
zR;pV$jkj?#PVnaTW!FotsdX&sPgSoAW68sf_J}%{qPd1F?dBKN+yUK{O0r%EbU>N$
zbblEyQgdra_y(ybH$O(6l#dB|N<(fxpQy+jiNA~Xs<tLu*{)66*h>q`54nYXtQK0$
z>Y)LQf~B<E9><IKF>Y0Oj8^{>HHL3#)f%@Bol|JX-ug>oBg^=)^$Fsr&|y)FUkD{V
z^=I<Ey4}j-(#As4>zWi!1)1QrAL?=QLCk2nRViMR*8riW6Q-K_Wt0(7_2ImS!*{j9
z^InP@qcz+h%OMxYcX7!G1|wFch4b>efhJdT-CBpE3R+#aiCQc{7i}KZQ!SG8vg&jF
zmGW#_ICrM8u@i`D0rBRz9vWifhp|ew6X?l{#@NLcNS=p#&f|zDWSZ$ZC#dztfxa_+
zgYB+alkJiG3#mwN@TD6wJzGfH2$E)@8#Vtqw#OE_Rkv?t?@HlRC|fScSM`+KS}!T`
zG{t-+-3m&VoVWL!^OjC!Y(`ybUfN^IyJ-I=?K}=^<~B;IQ9Y(gS<l7sVP^_SrmUVa
z#rr$-q}QtcbFL(Qi>oiXA-v`DOIuque)cH}&Q|_}k&cwkX?0OypzzZ7lDzc#6kgho
z=$4KYX6j)mwCsVIiXQE0%0v&)BQq8Kz#37&T|pvpy!8+C=C7VED)Y-FW-lg9q1<g(
z5ER|;PD{zXk>%aU`%oOCmVIL6NdjL2FNrF7=d^V#A50q(5EXMMw@QF~04qfwy#)m$
z%l%WF|HU_LaRIDU-hL!+x4j9!Y1uPv$OeJ&<wqY-@@t~&MFabSbD~7<DQ>0MA!ieQ
z`Tadl4Eb|BpsOs?R;F^$*2@G8Th}kY|K1apIYVMTZP@}pZP@}pZQ1hL)|M|Xc)6wH
zycV>wFjRgM47C$KJ*OvrdS**UcZNzF9JOWd$s1d?ow!N8Rkd^oPd&%xsV#f+PJURF
z%6s6cAZEyIqDqEB37&ebQvaR-qa)3yZra|~@@ifb%}DO0lJV7xBgDPl^6IoG>h4X1
zg*IzR{GPjI%e0ZxBvEwQ#+EHpM^2aU&S`5@g2;f4Es<$p7N!ccP3T--mm;VJoHdWl
z9>rh4{5RsKXITj8#!zjX+<0>M<?vM}wx=Ma7na(x$6~1*y+C2W(Cn`i!?4v~ow*aF
zbfs0QJfQgN@vur6M$!^%Lf$`r{XXd<Kjh~S`D^7jX>o$ZN;A7PX5MvijwaW3s4xue
zdNrhN-a6Qhy>$_>kzeqWGC!rTRx6pXQ%d5mE7}x)h?n*SU^?+n(uX6zwScF<7k+x7
z!s}j(pZeja7La-Q-O3=L%|fYyu+VDs&E}ijLeXsswC76;RCoSq=XXl}pOL>?Q9bZa
zJJ0JVip^O)=dt)F3E92r5kHE5?&o{Up3izfZ5RHzzx;cr?l-@5V~f86MEGllwB{Zz
z!RS_DMNiUOypQC<UpJ$BHfwuI-i5z*E9fD~c~Va~yOuFuQl|Hmvi7c)$Y+~cOvPZQ
zNwT+b<kqd`Dg8_FSLz<mbdqFxw8u<w`KAegs&jpTj@i7ir?meU7tsGH`ac->4+ahy
z1BUaVjDhUpHM@4V4`1sZ-sJ9&`x0k}$iy)gbW_FVKPJh6iY8yb6>@&U{K|ocSLfv<
zOZT0)Vh~ZWg7(@$9QXBQtw3evc;y6_Iv3T5>mD3!>gncjgD~Ysh<2EFarJXAHLW^_
z(u(9{IA^*K(>Vs#m%Ew#Lu$F$*8Bo1ulOmDN9A||m)X8tbm2;l;d)EL<FsX&*|n}9
z7nXa{YpF;dJ+Lj!Zvw=hr}F<v@(-g1(HA*dl4xH~Rk7+(_O?_bSE`XM)fikGJkq=_
zr4~hpREyUo`*#wRc&Vp??YQ2~`;=C5wUrU!a&X<)BWGhqxXb4hQ$^$KJoAj$j+lGN
z++uHVZXSPy{1rtGL$+|2pX#6Dt(a5juTDwc-%h>)3CLkiW96#{$K`oAG_o7FDZASP
zTXVF#n>k*7cX-K!Vm)|Hp?H&OBC&3a6O5Kdf8`3S;f$(pL@~#1ygZAHSGW?fpZSa&
z7@xHroDGZ>tiEIr2d>N~OSl!L^fc(^h~BIl=M?IdJFa)R%jc^4PslTG+-KFFGymT+
z*Ra~_Rv$LT-{@Q+f0<N9s)3?SYQb%lsF(0ZL@kb&THH&wMYLm`C!R=y<G5{64vSRD
z5vR@v=t^A|@3&Lzhh7K!$v*FN%?OSF`9>6~<3IT2GCogI^ysSctBQS@RZFe{=U0*L
zD()A(swlD&#Mf4w;6GijxT?@UGMUQ!D@J51q+bWKjd0bHtI2nDVdNe~sIhrfONyf}
z%K5%>!IA_xXR?|{F(<Fr%X^XeKa+)A?H0KTXDV`i$(FuZ2WZIU)r|>|Yvc7fRpnO~
z`$AGkba5Q>3OFzoY%V78jwlwuP{BMy01E|tk9ETSWWl~VuQT&oJ*v~|xZ#|fVREnx
zA38E@hLvAXEY>BAn#`|u#FoqeXEVU{3~)We8Z_lc`lsj>7Zm!>N~YcXrAlj!nB%LY
zhmOy~&5ewhO}n|=l@Y`B;@aI!OU46nQXw-(mho2PMMaD8d9}g9=>4j*UL>7$m2`*r
zkhw93OXK51=I)CX4d!8&V1CUd14f|?nMsA-%FnMKS3X14eNvvOTlJYB1Lj`2>9K2d
z*z;cBxjtHh9JJPr@z$V$R@5VP(Cp|heW6tbjZY0446P;=snH_m?9|Bd$;GYKsnh@c
zLDS=y=}gWeg+v)kE&%5jK*bB7;sr(OHtpJqBmJd{jEdxv#(etZ#CWj?UubNJ$VEoF
zF*a{WVU&Xb_yDs;3uht05AQNsm|CEhc{%(mF<Q1=q$u?Y8}H^h0ESY`DwEV`=_i!B
zi!!1{9N`MIP5DxLtXMOad6)tV;(br(xI43vKGi}x`1aw9J@73aYtsXl6wzdyB<FjB
zoRJRx0IuOGT;(cG@_yz@{9LK8E)eSiv96*euHqEeSL+ttP>d7zWHyU;N-Sr&g*AEd
z%m+Gl#8!<XMltN<Yzen7=U~%J{JP)-NiL--61=O~`$v62vs_u9Oumlv97e^HI_|;c
zSt>pVIr!8mxA`)s2Fa<X=3IAB_1wL?=X!Q-lWMGaIs7a!?dpM9g^r$DxK8<gQ3pMX
zESxY0#nG}PUR)?=jQJ)@JK=aq_RIP4IM`@EfTsyLZYq>PC?_2Eb8ywFF9qqwTJshK
zI3o$SD;21t$ar@n&7?Hw<zfqey5UkT%~GCu@`ZQxj5P1sA@W?a!$Dk_IU>v*#^o*<
zk@S>cvg26rI^)vn9}59tVQ*F*odjI+L+|X;T~tq?qZZlaTTlC)OF{16Moqf#0ClLH
z_A!ER{;ju~VJ~>5)0CHeTDHa$SjXXoXN!=MJcfIHxyN`-k2NnEmFMv9t}!y#<7iLE
z`^TbD+<LJ~&*1K^upYW9UC%J}z@Dr*ZF;CC%^bpFm{YpK=H~0hyJfppWt_pS4&>j(
zU0-_1tHL5;&3eY`=2sj{7BQ-x>BfS+XjBGe=^2~JA^Bn}YYg|Ua>+#&GLmbR%H{uI
z*Br4`dSGAHoV!+KILg+TXZ&+VY!Rom9m3f#(hL0hapdi<y&(>1;WN`?Tv+5WuErbZ
z+)|J6f$L(|MKh3~FB?%L_Pd;FF53i<v(N5TI8PaehZ=-7Aw-D-(q^QLT%iqeu8>Bz
zNK+k}n4^czo6Q706L(w?VbQ2;u*M~Ooe1Q~03pp>ef{6*-i+;@KqSq-4p$^;=1t{s
z3TgFqpuX%==%m-J61Q^}vAo7v52g~!lktW*30Yl;b=!W3<u&>wNF{lWR(bsAbt6@a
z9$1yF2fogkbB9GPW9PR(u3zZ?8{|^tjl8m1jcb{sg(fqluP}ux!R|q%6-H<3<eV6H
zv*8r;3#Z^rVv2Gn5xVmCoR5AMBzld@7g|D?jI&V9V>QO-9%Hk4ibu#({k!V2Pu<4+
zLhEQhUN>{yOHR>o+kh90UH(FI=SaCyQY}Cq9lSH<F}{xc5vbL&_PBPn9-1Q04U8Ec
zZ}Rspe;>P-T>F`M{a<&8Hv}hHqCVCaW6U3Mk0dUoWXw*b=y^4AcXjof3_>s0eZb(_
ztcHFCf+Z0iL=kWqsG%vl_2A9qC4oPSphhW!C}pT=9xE_!9@Nm}(W<|WW>6Z*%!fW_
zT~mJTXTH9=QS+wxKi2C@%<e|bV~Iif%MpShYn(DZ=Q0)DR3+oozJ_4BHG3ZF$UC_7
zNg4|$wI&7gFa2mv7aB`nu)2YoILv!Hr!m-53y);hS#)z&tToX36?5l`p$*X=u(UWz
zeCqBt!+V`_HP=wNCA#VAwU?EI{li>!P1m3`h$qN0)`lZPGdBKc?On2Z#R*gfjyZA9
z*=u9mp*jJuT#B;Gus~3Ny97sJDS7L{iKM$DiP|(LfZOtB+$V+0*p3tGE#`EnBc5rR
z{KG;MVy1&Rzl6&wo@=7=*HTR)L+59i-y>NxhvNyBTNrIp*kad+ZwGKT(WP8>=<Ghm
z4z5#K{y!r;KXL8mKB!i1;&x?h4DU_1F?e-zmb;|YN>H*U5YE~i3609fBUU(;Zmbq0
zcbMl_;46x1mh7xsHJ5s-)Vu$o9$a6N@kTXgu7McGS60dAuFw)`QO5e+kuIf`w6c3~
z4c`_x1AEeagL#wNcH}L?cNlM1$s0~eGyTp$Yb=@@nz)bqclM;u%iwmFgT+LzWbX9A
zk|UtZO7`#|i!(GX7R@qNF3iB6OBcxj&&sYw!K1qbpPJ1sP^B>1Y@;*Lc)nNDUjj{h
zH@SBvf$L=dNUel!P|~pu)pru~Lr7jQq9{548J~#wfnyVo+_<xhLxi7mH6qT0F3@f}
z0(T25E~U=|_Fktgp2CK+R-eyrVA~~Hy}>|2ho#kjHy#i}a24~FWRXuBR3P1VHE;eb
zMxU`U`p3YwbYDqeZ-&-zF*%Kid4WCswZ&rzFRh-rYjf?<n`(D&stvqf8Vg5+1sW6C
z?Gln}i-&YiREuh*C>Czyiz8BiyAQW<{Qy_!HW@~vwc{n%$LSJ#)?l3Q80Qt5r*cd|
zDB_B(k2)9PHG7pSbVtgld$ANyYUtI9(n!q)S2tf)(i-_aekP2GIU!dp&~c2m_)g$b
z<<rxewmP*Jn`(vkL_(d@Ty3REZI-HW<Z{w^jcccJyVtsc!yTBoSDISGO*FH7`b@1s
zeB61Bn<t0Pxnzm8%=3y?1V`gup`UpY-3os?dFFzlakgXMDmpT(VNPzW^HdD=4TYj<
zwc;tZKsU1VKsX)E7=mk7x+n0RH2-@7x={$MfP0M%EdCUH$}!h~Cp_x?%7!&qTb5so
z%3weoQZO$8=tBkQ@?HQfQh>Dj$*kB98rZqL04uYBWe6~uc#KP1mNTLjRj5?V6L>kj
zHi#r+xA1*cv1tidf;+33(!!596H<=|wT-?K`2!dgjDrI0xhY6;U>b~D=&ryy3@PhF
zk|;Ft;=@4kfeTMyRf=t-CqNe%`6_c8USpySfm`zW&#TdAP0T}=YgEJO?`~~}?r`48
zdc~1i{ST=Z6igQiYV~g3JTj!46%{>!v~)diLYn`b$ccOj+)~)*`cm`SA@S~D77f@L
zJFQ6x*htsHwX5LTdMB<;;f2Y<XQmeZI_4S4!dLUwbK%eMMb$V|Fez6$va0&eI^_=b
zn)|=_64*9dtM@X1nHjYDJyb#k<S?L`MgA)uQyY&N8xQOTr+97E8jhelm{&x0#3(;h
zQy!dNZsxN@7XjIXW)&9~`G)afdvN-8v&sIjfe&t@y4;;nz1<zGE{|r)n`=dI$&w`y
z`R1I%Vfsz?31<tJtu0wATrTW|IPTEt`L6IjCld;yfIH)J*Y1B*hXxFEF>5e^Gh?_B
zAg*p6<u2LI_;v#b3VJnttEb|~{q<O=`M#QdP*}n!)%+7WZ<Bcj=2AS>JB3D0#gN39
zIKUDX>h@UEoP*}58B_@xwbiJ}BeiUuP^ns1U~6fDEz4B4m1$i1oOE@OC6OtsCo7>c
zGL;c#Oe_rS>7y-vnlKv48~}9q{Z6%e(q)!b)0r~qi~LjprSpagy!{hh;dWw^9qAU{
zdhSS<@dX)NX2ixkj@wjjWvEaXV`d5NWt8NrHRMBj=FQ2C9(zz1nMIsADSKOn=RY`n
z;|+~&>nAhd22aIwhi`~IZ6zka__TGcBhCK-;2UcIqzYjA6X}{#?ZIDUwqSfBfbRjY
z0w>drCbNye^8{8WXB&a{zI*A-GaJtVpnJ&zQO<RTIM;?aPE~c}0I90fb7*27vmmF;
zV*>d-Ay(t;IAldKnO=$_Cu4je#A}?&M~i~Pi3;43JxE*pi4{Vaub#RP34e+BmW^f+
zxR-!#Oqnd>^(d`g@kpClX!Tq8sEA}S3~Q=6QKp)g_!8KA0WP2zxULrjcdp9UwZ*qH
ze61sefo&tTdN~vr*fv<J|Er`IQ6Ll#oD>gCj}Pl#0)#X^kNi}q;q0c~#zZ{d(}rTg
z%b$Ak$rE=+Htw}MaVYbL;jQTie4*->G<R#{KCo(~k1SF4LS1Em4?uT{3~=&4yUGA+
z*x7=B8fT4kM@K|%*H)+(9^zhl?M!-ya0&Mkwkm8Y2tWQMzQn9PcopR{dyL6WaN+%O
zP6hm00WJ{fF&0p}4+>}(prsGy1Nb1APUB@#Z&`XKLHAzo4?%=g?>}JsMZKSD%ZKzz
zdN^>srKn!(9R#%0dm4ZbrrtN$RZgNd;#FkrGS3w<+<Thmm@j3T3-56nVG-I|k#&&B
z6yKFun>p3|98QT}<Bx$W+?Pu-33cYc%4wp-fqk#V=Plpbp60Cg5N2V!+TsQaN(w8z
zSM?jk$9;Dspw#yWC32N)Wk`{sg28<f^QPQR9M7rMi}Sgja=#Nfi7&>)%)p*X?Y19-
z^T=)x9@zFnMqzxY9UTu$QDctb_$J7f;dY4{oNMg2@2kPLn*7FD142tgD2{WNhluQH
z=8wFF5T$w=WvKZlg_VdsA@X>k%Xq_W+%f<^p)v-|-+it|-zl!pq?mawnre5+^@HU_
zmV)BD0W&nUY;~ctx|PIkqdl6_(Bx8V#*I0@U6VDnyEoPb-YczDx_M)5M1u#$dDnI|
zB!zRG@9z&2bA~4LiKfTasA-_C!&*_ak%%??f)VyYw$rkzoh7XCmb;`$Ql!ULQmWC`
zU6lVhOp;HHIu(b3i3BP9M37?75U4TD8+XJ<n*N32QX?~ME;V>W?_BDn5pXGi<l;6N
zHH<gd1CISU*tX(S0{&>g%V>-4l+gyr-Z_=PeBb6$%sJ8jG7byu85Mc)pqlYV$YD(w
zb(93Ny*NWS*ntZKL$skgVj|ao4)f`EmFOno*%CDU#>67s@K4^&#T4w{i{K`AX9d`S
zi3Q%zMy=^Ja`JRzkU5eK(m=;R-x-09VZQGMIwt$`b(EeNO?n#YuVW&b>YX*)mBK?W
z3F~Qn^iXCE-6Tee$aZ)O`ej)iW7uISng5QGG<6yMpYVS$@E;8PKa7Ed?*B@3|Fcnm
z%`XzwzqSmmCw};=%P?(d=2kzWwH9Ch4ZmO-htt*=N9p*1zy7M_S74i3W31dAP3YU&
zQIyppfQEANYBSc<mTajFtSrU6>u7G@V$&xL3#eGDCz#f-=@tyVI@0Dn?=cRq2_6+4
z$Z8%zUrfOqo`A{fp`WbhJ(cZq{vOR?+T!*%($xejL>*Zuh7C-FG6iDMP%7GXE*VRk
z`>rd-CEo9{44LGa)ue|;;lb!MRnOf~Oi7aUR9>aK)HO7&G@79;TU9$YnE8D!GSLH{
zr324+i|fsoduFj~nAz8pmhL&BZ)6_R<hM_FrHk|!)ETEI{k+B|c7jte9X<$5AL&7v
z<uNjBOlNe#bie&$I#*%3)f?>R2^1kG_u`zrho)owS5uLv6l;A^%cylAY8bUnLhY1}
zVy&3fT0&nhAgZP)=jGOZQ{a=?dgvM~yn@r`;}ffVa{<mXTJ&Ibk=J<PF1jABG`+?%
z_Y$fx-tz{ld9>@nnryeR1MS-&Bs5=NkMY8@h+EM-0*^}|i@<{flz`-_xMwPI9v%Yu
zrMFcLSRs;JZAKW0c=|COBea~PEH!F_)p_!rPTX9EcA@%kdCMU%Py*Qm3MG(9;3xt(
zWU9tYsCqCLVyFA_<tixjW3W#1$7^@Qq5~vcni6{_x=EU2U}}dWN|A`~70w*e^SC!p
zU52^QH&eH~GtVp6Lt{0)vUy%Veff6!9se{vuywmR3_BvdWGjGlHjAs+a?|QJfu7YF
z>$pTJdZbtplpn21viHoi)sA=Gp|rrtJlW^MP?9VUs9|k2on~-L5T4kj9eGN`P|aAo
zhGrb0nvslLa}4rGJAS-lYw2Z3Tv@W^RwVd{u`I|L;R!S`kkdSY%n|9Hm_~wzO$({)
zgza?|QV+k=9QDSInA~YmQ>2%@V*WZ?w&I|F=yEltUDMg^<|YfTF~y=FV!x((7aqg?
zTxpVpfv4{!*HR3N+B{-&vzz_e^bGE&YOZxx9OnC+%4`hmy-Zsyi)xoz0=g<UY4t~{
z*W+ordi|XQLSv8Os`??-p|Quxo%OSbIF9E?o@Z3zHl{-e6)L!RPd+1KgL&dBvODQN
zPY=!O7rlaAYu`xu874pZa-mMcYBGdeuE<|`F29r_BAW>PF>SdlYa^=&OIo=c&X*PW
zx%xzXn<7sWq#&nVP<Wjxh${={^;s^Oj)*}5)uZdz`g8PI7&nX>A5m_b2v~X;t^N^Y
zInblk-!9-pBjc)Ei(5C|JVxdSw83%0kONeryzy^{%;0lRZTXUNL$0bw9^aQ=B9-Vv
zh${}5@gwpvu<c5%zD)(3TKzLB&_}DkQw7p|Cj|C7wT3^-8(UD|Clgn#yoJV|8~F>*
z<+93+{DB`=;KuC!3mMAySUMR3qLTqj{z@VD_oQoy@;BMDBEKe|YO72S(mJIKPPUNd
zY0LUa3%5k)OY^b>>6y`Dh#^|3=%|#)BZw6JP4sw)JX%r~S}?((I|(#;DhZXg&5+4x
zov75cW$jA2t(G53|M7Pbq*228hU&&Xd!4pSlO8P{S!?({tBc4Uq;Yd?pSX&edrcz5
z^f1l-C+Ztupo^R%wncHCGZ~}xkiOi!6q`-kgoS%(cBdE^RfooBc|t$6wgASmzb}R?
zOfI8z|1P++Wie7)T`|ffrbfz=MaPmw7fTj1&5zWO<EQ&N%x4Ou2(dTvXM2p8>a*Ch
zc#O|Hb*n@z;(Fl>($T|8xC5ZZIIER;I$f7ptxYdkt#9nmOWLt6GA~&v^Fdr56H6zl
z&Nzw>4IW2U1%a$JtoO)GRsbY&4_CSUm)I4zbH-XEv&S-a$<l7U9xel%N^FbnYZpTZ
zER=dRP+|+^Y7isaC<()d8C*ZKM(q*BmyeHP2l5Sw_YJZf1ij~A`PnPIbD+1i-!yjS
zH>dXtN9>2*qD<>b?+1IK_kV}~6?&Jc-20_>PA7UlvHshk_jAMlKSb|aN7(c(LudBc
z^G%@NZR~a%bb`mlj8N_~^`9ViKYb3zqMPeXgmaEZmydkI9AUJYr!x+`MpWgkF+M`p
z@Rt0Y`?6KmV?3c81jyGt!JJW8mU)dVb2Y|RGEB1oq8o^8t(;|OS~Mz63<p_VU<Qc!
zU|==UG1h=9${4;kW4}y2;=s-h<{WPW6FYMO*2o6e!2+Az8?cjYVAmc5upFyqFSIi?
z^#<>q{#NCN90I)3IMRD)Y{-W93Ofx4YHa$P6{=b%BnWUv6`&Q`8YE<n0a}?t-a_DU
z0W&lYsWgH01Xn?ns`6237Ev;|q#g>4OhVHW&?IDjj_H&TqD<9|TkfQa2ZAv<0YgIO
zGd7IR*bJgB>TAz11{e*pVsQm;vmP&Aq{`bZT<e9IgrgaBrClr2{2dk+nDFU^`bHB3
z=o`1ujI*Q{Nq;=?1vH79r0(M2GKtsPiUBUMkb`%KWhyKu-X|Z^x#d0dg7Bt8D5v=^
z@p5txt(^8lE9ZhlIdWO#f!mWa$8L|zy@$}A9nZ(xGy2fVQR3^t(`RX-9C2`d;P#}?
zd8|t-PV0gCp5Ps_{`DFS@-RnAA*ut5A&os4<cppd47DQ4Sp9*{(4~k|dM-lN+7uxV
zv$@e?SF#~Z@0K`ggnSdg&su=xVgASlEXVi(EO7?`_{5%TY_0Sg<YDG1!2VePmG`bd
zU9r_NEEr(v+U>8h$yU{iG~|)ZNiittK^pQJyQ8biES);*g1AuhV=Q97frRs)EdMt#
zkhHr^v8@h5$*y*{=uXhAa%8Y4+rrt{O{2;3up~fPXPs~xgki;wxV7~B&lsysk#RDP
z&{uwlJbr>KfU$|1f-y+VX7g#ZJ19aXi=nlcGHkUEMW91tmyOeWHSN_)v1VSW6g@I-
zv}J?X?!{aUpH#Bg2<#o{<A5xCLpALH;DAavU7h*kHCSC5oyARtTK#=8;?N+tmbL(Z
zOvC+sJ)!wrC2ze}`}z<$3Bzg<5v8m~LVyTWW1fPRwuS>4vgb^#x0=B>WJgX)^A)Lb
z$t2=d!weQ3qCz@cTB?^!FO7arUNc<S>bZlbRM*G+hZEt?H6P#z&T7Xnsuj&Mf1+NL
zfqC^mcCZ=z4tCqym7(@#+fW-6h`rZrhNrzy>0<BoZ|zRW{v$h;w%xYpsP6rztKIg<
z&S_AS=C3TU?N|+`lQ73+j8?s@Iq=>X{nb`m+v+u(k!JaZNp<^*DzFxKe@w|*5_rl|
zOsqNQksBsmWWjUl2mxoH7L4H5Z4{FnG^=cNX+Le6$03zHxIFe4tvmInMER~x6Itj}
z=ZJ#2&s5mw&=cpG%=ULsRYFQk5!+$~ubpe1IbTlC79P~p#qL+2S$SE0-umPYZjv#E
z98b-RHfdMckO`EazuLyv{(lEB{W~B>%DWO#>C@E}g;biv-?u;&{51@y=D^l5GVscV
zd|f_}lg_|Xs3{?|K`+~@2S<O%2eLi(p;g8K4{+(BTbras*%kd*D+ij<=C=EHf?^OB
zuiWxkbFbZ6+3L$6+GvdoSY@HwI&UUtajgl%uJsOMkJ<3z4#hUqu?MaGOvP5S!L>J3
zC&hVymRnISB{t=GDx3T}Jsb~YJk=jTQm;`Zr{J}EQP+6_9Zr9)H>hWG@$grXe@bpP
z82s6+O(GxjrW;ptq;PI_V18yciw%hhgiE<ZTomxpY;VxRY9&m&*7|qWm51=(W!#kK
zyRokP4uZa`>&j90HTf>8D<^%Eucog2$MQV0uAIrH$@iVQ^8b-%QC<0;(s}0BmH(Ni
z@ut735m=7s_ZorYh<>NBK_118;!ZDmY-7DVj%uuv#}SRU$s?yRAP;BbtvrI~<f;1+
zJw{WkVBQZ0If6IkMe__jQ(CGbFC~)m)!7j-horwLQnH6sZrzqi@A-G!JBUI)GT|kA
zY!Mz455p(2WiLdoaaDHbrLs)@9Cc+D48R5DlxcO^^@ZjmJ9Z@8DV&d4r?E0}EZ@z;
zU>164i069)9j@h>#OTJW^xcB3(s#f6{@Dze;E-R)g9|pDRpn>;GjwAo6SU4@m@03m
zhK&~{Xc_Inn{`?7t~ZO3-?8bca;bp|*U{zb=x0zzTl)$A9CIMm3Eh+vERUWsF_Z}>
zdsTtNnl}#7d>@gD{e(3CV57P!)*5u4Dz#wD2Aw4;^e&<iTJ$O9lng=I%=5mcUF?nE
z48o`>kDf}&#B)TbS+6*QejcjImJ@vy<^C^%xgU5Ky}RXeu;6XNFuii~@2qv=(6$g}
zbp^?1GEJy`1=&;RI$3<n?`rPpou+d4P=cl#w<l>D_*l_&h)^&zr186*$Qdj6yoio$
ze0P{?=#aN{o1V252Sd->6ZC{6fU)TL4qH?SdY(m94nWVdfYOPcmq;xXJ+D@wZuGn{
zi;bd#rRNdAh|}|EfhY7VV67LYXJ5kqetK3Lw6Slb<*)X9ZN2NUku!!4a?p3W=o~xW
zMeT)8&Q!7<8@oGTMxMa&+&Pj4kr|J88_<JCiSD)Pv`-g}8Rplx;J50zVO84QoLpTU
z{k|v0&f43)tfg5?WI3t5_<f=opHtYC6LG1_cRq4Cuy3&3MEz{lqJ2faKK%Ce|3-lH
zT{SMIR=*pnPTRFKODv-{Q;ShWzRXd55#VC0mu5vjm*_Cja-(&YCwPoh&J)WVq4qCu
z!{Q`etZAvXXwOByFBa_?=0Cl@*-wGHaQ_mTl(wj1nBPe=qkYRZ5lKT<Z8W2Kc=DhI
zeO6^$L@TH?qTDA^1>ae6nQ=CC7(J@5uL6XetlFzuyEIFCvDLh)HQ7{_V=35>#>ZAi
zE>*Ilg6^=OM~)#%8j$G;9OsbQ%N$VE-Gj)#as~IlG;1XKjCJ<X8=P6>I^T;I;!@7h
za;b9gwA4Q04WgN8&UP<d@A`{Kz9{{V_2*aDuVD-BWfv|iM0Sr3^~BO;k<edkmX$F@
z6B0RxBiM;2dI;(LEwzCTIt9Od{VP;rQqJBN&C~;t^s1%%TrXV&d;uVW!y8goGDBYh
z#kXiweN~Hb>B4sP^jL=LdFj{2swgHN;q+J&o3@w)RBrHX=XagI!d1W0e@s<<%%^$9
z=}$Gy;E3m%Xg}iI#^2~ItLZI=$6BRo*|pWda@k0xUG$f2R;_&BAuZPTQmqlv4&O0y
zQFxw}!)`V?qyiCfoe}>~YJ*apLxx_49z2aYOV_||PL^tn)grHfy}Rq*Arr(qkeo>i
zI`@u^yKw6EE^D;#O60_zp9xu;S<3tf0bUObM|kTb7I#Y1+;bW|P~p(-u~r3u5?Lu<
zuSmxuMCgZbT}1UW9R8h2?s;%&=zsC^b}47?BGW!nvuQIv2qKqo4jyDgYSNTOg!Usg
z$Nwz<1RQ|a<FXM%`0GU2aHho($C}8Q2&c5AQ`=Yl`M~&jsOL1S-HNpr*O*(ZO}KkN
zNZjSZIyviVm$RHcC;x_W$0AFoxucP&5VAeHw|jZ}4({4BYP8?ALQ;KqyQeaI{a{bV
z8a2C`yD;m(@{$AAL!}Dbn%?sYDc*BzUll#d8e081j73|}7-(K;!rf;K<UaPnn3Wn|
zM!w5e^Ho{jgoYe;QYTr%eCu^7{kxA<2@f7JQyvE|I(~}bcX!coPP2fN<J+7Ie;Y~X
zdG6O{iA9CV{<I^e?7e#vBYy!zC3Xx{VkA}ibj(0U(D?zsWox28N);drIHa!x4s2kM
z9^U+;6wAr)o6F5M!p6SnnElF>cPf}l;0PAn#*2A(3Wy~Ff=$(buRsa8dzUG-`bnvD
zUc|Vv=zKa0Z|Hm~Um@|;C7nndD|l$25+`3hQ_=W#c?gXUPMjQ#D%7HJsyKN^QwoiD
zvpi4Ic+wxB@pX)f-e?@{M&l!?QqUP2-JQlG<BJ4~#yfwXr18gu4@l#u6il1Of8fP@
zHU-3Q1jPRx8t49VRD6yL=I%*^nRl4mJPcA9J{5!u?C^1Vg)^V9KNHF9Nb@vk4dd)<
ziXUlVnIzo?;bAZRB}a0;O3olwNai*Yzb=XGGFI4ODdQ2sb{Xfz%UF>t;|{BgpULBZ
zWlT$fJB6_CX!Ay<0#)znY$H-Ur?Q-<@yVY4Y`-?Cb++qUkOC{sg7sV+){$2I1lB)J
z+%GIygDb5I`-2suSCH5z_|(lmF;$wUK9T6v&cKFP^mtjPs?9iRs$vcUzfX~i#{wR#
zy=VSTbxCt7PpdB-!2gf5Evd6o^{9x~W1RVW?9J@SGg*aW8G1siL=_6HDx_Iec;~lP
z6<+6ga8)SV6dmST)G->P!!(^6mUWCQVO%LY*I_-Q)x9*Wnp4(qq$sv*!eI5`;xPMh
za=fGmAPB8FVki^Jafxh(XsC{1`%yk8RAdPfD_o@L#FTy{@Ck>(J}=v4tgkUvxt0!$
zj##vpf?QHtyf$DoqiX9aKb?JcPprwC(d1g1SHH=>8J$5R2ltuGzldYfca7KRa4qe_
z8f1nZc!g%Rknt4R3vL-T+V@?>k#*x0^AeRsjCXt^DOYEY6_bDuKM__9`gKom42K@G
z&1;^)NFd{%QB<RCrr7<_52g~wHkz@Mu$QoKj>)pgq@07Hg__EEvGfvRG$R`Z*8Y$=
zH~m}L9Xbd+YRd+4aa^D$OxC(8POtLsstILQiSW#7Bai(9|E2^wt9K^QIY-c`E$bso
zjafEACI5AhJSNKy!KuY9UNLi3K84fck~j_AZ{ySx$7$iyJ7P7V)31v@B1nB(NepHN
zk#VH%e(F$=dW<DtCVJU74~U=9%H)6*kzIUu?TKpAIWCb}g%+Zz6}wpfCsO$uyQaNQ
z1p9}X+XKu!XtkwF^$s&K_cxYoeH{t|nrrt5+gA!J;?bK%%9J0|8tw+WGJvcu>Qh~_
z%5peWj@AcPlx%sGq7`gXTVEp8UN)jgdbtxnpvrlu?<ITGtT#(Om#T@p=bI!6Q$dKG
zaTcPV*zk+y(R>+(PQv3v_t<8hh)@dD!O}RfM^H%A8s;KBL@wq>(!`jQBNKV~h9vBa
zhf?s+JVN2Yzre-;xbfj{l;JsJrD|{-1x11a<$7yAo5xnW+w7jb-Yi3lX199`t&~jC
zPDyXIb)4F9_6@VzI_hoJ)>7dyiMIOhjNE9qbC9%C&O#nyJB`CdWwrHvA-Wab^p=Ec
zM3<$$4QD}M0ZqoG{~{hIOTYNspU!L=U-c#9YXhUk;$qGI&>5d>_T2#8P<L(7S^RT)
zyNyXNR`A9d$ee+d>?pnKk6IlUB=_cK=ip%8dT20}oYR-9iuVqK%{$F9ISiMSSuD9i
zzOS{uU(xk@${IOkjoE4K%-)^qF<!LR))?6&{lL_hL*;uZE!7JbV-g>Ua$PNMEZrk)
zH<oS`L7UVTp&B3$@3nJwagiu_%iWyxES3Vik`_2+o6L8XbuUVEPRbqQ%<WKNrpdid
z`c^An70OA;R@rMgA?L4;jmxGX=dV)2!IW@AO8CB%@Xd+vq3$alYWiMi5{a;+rMrv1
zLG4wF-$P60T~j0jzsWChZVO>s&izOohewuP!!db2i!6P=Bu#dflrd?;YDj_g-$_`*
zI8n>|*4J#{Y^4qBg8jn^<(^6c(~F5XSH_$y;h7RPa$OQ$zygf$NE=9`iT9N1s33Zh
zPlqOH7D<GycJJX`+AZse7CS6B2ott(@IJ>-RlQpPZ`b?hk~HXiULHN7!YbP;qrrwN
zW&FqvOBquL+hz2L<M~HPJfA5^gU<2t=)H`{II2f!k(JhyGQNJeAigKQHuCnv)@-Kc
z5#_2>3HhR4H9Cxb=J4Cq_VNZ(ylfHE-(1d??EYot-eA3H*sx}?MWSF`b6{9%JQfG_
zLT^Yf4C*p;_0VJ{Pd(clFASh_+pY22OZr*e)3f*g=|cs~_XpbhS9(QpDQivUMmjEJ
zMd8T5g9&%lOLo$?o%fJ%wr=`JH4ZHsnQO#G2D#VT1I3#>!c^I(Ua>VOMBA^`UkQ1*
z?D$yP;x#6)tGh!lE2}A6s~Z>Q;SmPA08iOl?BVOLuJ^pU##`BD9WT*K{<hp9Yozd(
z8G7Yr-S|@1#&?9Oi}Vaa?hd{3%Q?rmL)9=Uya=v0C#@4!jQy|q(65m?v8&;b^-Y<s
z<+5<F)08CA++wBC>bVI`Y8Uu*fukmr^EXdu@IH^R3y$Y0S;IOfi`yDAs1s$sA_5-A
z)3Bh}g9QbdCX&guyb1^&7$%1;@sxvYLP@K~7*DlmU6cOmT2I*~kC3QfD9KfOOTtS@
zl0}2{GMFs;_NS7W6kk7Rn>PpuzAI}61G|D70ax&D{42-z`RrOMmJd3(GqPpxcN!<d
zY~e?jtr8Y0mK3OVN&cN0ar#}~NC|3Ic`jIDJ$?4`2#L34gM`h5y*`w_Blc9P=UBE4
z8x(z<A3Ol64Y1OomsN@>iE&{z`0<o&7951e(@8tN))vc&IFi*E+ezaU8}X<fh>E~6
zXNqoQcq&)<KErax8!W?wCRX4)Z4ktF-Ue`v*ppE~&f{<ho=>xD%EZcsK1te|$_?y`
zRkrw^tzi#PI=6|K7=1_&#MljyLuDsDAV%iSGb~up#4E#)eQ*L8;lx9EqL=TynT4uf
zj=_Fg6cQZ9b@rXc@>14kJ&a}Lr#JVlBL_Mn{jf2$=6~_soBOE5?Ly#HabDxEp5O$m
zNIog|gvMoig5%7Z(1b#<yJYB$Gd-bmijZI?dqNZPcuqC%gd;Eqc9xcqmoSdVq@%J)
zfUDw)G(YmJGvj_pkaT^WYTTsb4v!(=#n8esv8cjOfrx4oO9jSwHS<sPcFu8{sw!xc
zw_>bT6s#@|R&O<56i$m9@1D&D;IS@770l{ZSTRm7RZEpj2jtvG3gOkoSn&{EA>qM<
zIrP|RVwYU<Co+V&=x?18#J|PqFy!c8Nmpw#oob!YW`2P3T;3m4`t>$*38O>aUx&G=
zg1Q?=;oJ8y7L)P)3M2Q5;(@aA+pdMv#3X1ag2lN+p*604jM6IGd^zSFzXWb@$SC4_
z0jugy*1F?p=L|`1<Teo210%2H!DZ-H+^GUOF!Dz#?)z5U$yQte4~IEi;sPTJ<)tgG
zZ1g4`3U8vnOVJg9$09UnmgSn*6Ktu{e!6PjX?o~n|D%Gv3}j^*iz}rxKOLw<>;?Oq
zPqX;ZIe;bW6ZV-a_xVxu$l98z5E~R9`^OBl0}L`XFDWrYmpS0A6toV~L!<xs2<2nQ
zLV^9vN>yN`RY)(O^}y)6H1LqvmpfE>I8=}y=Flql=Qia#B2S`}SGZGs?YMhsG5fro
zcCxI#YwA=k1^JS`evNM+^>IjjSUJ^jSjbMniPfh7Pbt57i3hzq(rOD|2};>;7r&jz
zC7)#9Oki6V&FsL2lOE{HN7n2c82wPeKnF)PPiu;%r&J{Ykug#C$z<X1hBNc$Ahrxk
z)A|urDrU<Hgu+;?;6jJY(3qo6rcdqtdLGuZ=Z>ht)@f;fJybv9bP_M=Cyu*0?wg}6
z%Mf#KR9Jqd0QZP0_mcV%Wh5zScQYel&?*b85U#pC##(o1ES(HstZTofOB=UaMVGBJ
zUuy%gbuUZZx|=2@>fbfc3s0j1Zn4nw>Zb}l_yc6dEZapba|5Gq9srWG`j3Qhy*L2r
zlWu+;arhVVhMZoZ2TIIh<Wnf!u$5#us98vY+TeE=4IIdk**7h#v9dL>g3woF4BhfE
zppPW?L~<K%ishHN)XM)L`E`bm9E3!<H%aul=wAaJqpoMZbG5isP4$uvX3*0_XhPcy
zpwR#_|E^&8XYyXbyIfpD&H6BLQQX-awz6Zsu#T;jyO!q_rO}*%p>`vFNBiN$%x-BM
zaF%g{h>~(GNl%JY6iLNo>x%1d>)mkfJ6x7n!Q5TyNmsn#XEMk1Y>PWxeLJ8${tawz
zje;~_v*TP=uo<o^a>%P|v2ut{95h%D=Dxru#iEb~H~v)Q>9ET3NNN_p7^q_9D@J#*
zk;6_<MouXRLrA$t<wf0}VpEKqgTUhr=1z?lV&_TDiRLU8MWARRx)r!fISHA6bgg=G
z)oHP%8Ka8k^+g?jsu+k29W~6KML<kKwC7sQ%g|%86cr;V{zo@SS^`Tm*o)XHCTMD^
z?qwEDR-VG&Ll?nJ^&;$8OdfHewX~fow90-2MkVw5iU#}m`c1xkUNL5>=Xx0QI2hQx
zqrT@z*s?|O|0BLmN|uleMf@$Q<25UtgL7I!2Vyv<C&J8q+H-5n2ByodGqIW*6MIwU
z@j#>chpXxj`D)O?<E~f%|2A;<i0B(axwlgI|1R#j&V`Dna|gg)y#&!2-zclIjDPCk
z&sf>5Woh*_8f@QDaCXS)>k})u_BdP7$g#G{-TsdbnUN>^ta5*k8gs4hXd8aNSV1oE
znY6g>Ln$+(AJCC{?SPoFSUM+YEwbw%^KFKK?HB(JOjMV{P#w{JhO-uhM=%Xoo#aF5
zQNklbb=;X8dm=U_#$gC91Z{#1_gkEMDw)`=EHE3AP|M>`yF&t&oXD7p0BrgF5tHz9
z<Lf8Z*0c8DeWVK5r92n$EavG*b6~s8Gt=QKlxI3OyPHQON{rk_69Tb)9MITDKV9wU
z%X{>OhBfmquN-~#;DL_0)A5wgNhnWvUmsj5-cAo<rRxoiYMNkVeld2JyQ3UOmvEZ<
z5nuytv1BYDpGt!4Z@fXGXKzJOvzb8O2!WN+Bg`d<BxdDbfM9K8=pwhlB&@5CzC~+4
zyMHoK%ORIS<%nbSGT14yhKt*yG98}q-afQ&qLK5aH<Z~lPJ7N9E+4=2qHu+=rS1dp
z>Hv*Zpx4WjSKk?-Te+1F`o{Lfd`G$}-|)K^tywf~3E9pzGT$7#%H33v7A@@-mmVFw
z=)Hw1UG(te*Br?au5dKG?ax{+1w@amu2*3Sjpn)*eVK*<UmDJE+-ygR1T7~zyx>b+
z9+RBL4k;w-F0pl=ahJt&C45dwczir8^I8u&xjW}8JzAD1HLzwYdyH3P^P$QHXFnTV
ziXN%(SYvNS#vWtA8wa#JgnZrji5zDT(CN9Nw;5N&rDz!b^=A`AQuH+^9wpx=Fg(&k
zHm<k4hDy3@(chem^pbHmoU<eh4;ZU08<1Ag?3bev>FkVt!t~Q$nanSCUV=cN8%F@2
z!n5_duvPNm=F){SkyDqx=BKpJN|3kfR=NBo-9LSobL>3@xVJqwUfEFYaey+<QQ4eF
zDX>dAq#427i+(J^2CJXks|Xo-b};u50?|Qs0k^9HR9Q37Slwl4=BvuqWk0w)B!YKI
zY>x}}7Zb!lR^9_8{(QYqHZ<gdd|@Hq?JpIl6BMz6o+MF~n|(*>6=hfvi(J@dUUmzp
z35q<P9esmp54Njam9j6_rSLAVss`$QN~Q8`HOGVCyJQkKvaQ2mpD{glULSYsN4Bnb
zw?E!5sWrPaI%jLP#~gIc`e%iN`$Ok`^|oyy$#$OZ_nUrY=lv*Y@_y5obk_^-H~k;G
z!^e&hIZ>86g*t1W!pOta*~Yb!ZLIZo{QeDV?@w*~4TsRf?u5`ObiI8+g08X+_@T|3
zd*23BB^{I=nmcdUQ0C4v0;L2Pv+>K)IKGr}TCI1zc3hX8T3%0aJ$;vA54QX`%&yP4
zo@a~94o9(Q>p|bvDa|exRR>D5spmAE_bhwf*F^vNFm@}Vhy7xX_54JhYUqld1LnG?
zaVi@675q8O(>Ka!7{q2bd;h_7^L!~9^Xwn8i!Tf3E7c~rm$fy-LB~y}nk`W*9=#mW
z;g&;rD<yzZPK~qiMG~l5o(XsYSMoR8%oWWbgKj=UXYv75GImdmpDUDuf1!fgZ<k(q
zgeYR#%sn?yNttRoPX@I4v8Sc2BDaMKrl~9iKhI&`_y~mH9}_TNR9T%3gu9GlrNeIe
zZ}O`#B6?|IX_1)^5@q%2zLD_?zWQd*NVWozg!Ph_=kR126rM8c*lFVZK$OGMUlfbu
zSFt#A80K$1@we-a=*-`iDSp_AzYPx^41cTZFZ@lI8$6ER!)+F4J_*mY*-tJ!rwf0Z
zxyyO!9m3zvPx8030A<cq*_>x6uyOvjU}>DcEhVJ*TZ=>~QrU$(4o2<ZO+P2tg^UUM
zf0IC}E_^>>mY=r0dN2FWsbeipH#Nq;w^(Z2ZGWs&n!^tw%|CAI5ss`+lRQ}lEMrS9
zBKD1IoFW5u11kj`pErSyDRVjPnNyuEv0tr~SY^F)H21irad2F$*)eS@qQkTDLB6nz
z(;0+SDID3dcfgd5<)N~Xc?x~sK_K3inNIF&>nGSNkYT4rJ(~o1><?tie83(-p-czt
z5oDWp;!3;Qs1rR$H+?WN$Y$#vGxHd_S=pyF;c`6`SVUuMD~f$bdqcU^ze809>>~CA
z@xAq?><Lcufrn54F<B)WLb74;WG-vBz)Dyu2`yY)6ThW6Af`jgs_&Yl*N0!cbx`<-
zqpWLN;&zbCVy@+Dsg{@#Ma=)9hv2gn6U$0<ZdA_F)&?q1@t^7qjgxaW<-X$^^N7?#
zA!!VERmIFH^OVk^VV@*+2VXdb57A~^pheW4S?Kg}*z=vqKIldCj;gt5c#YQ3c~$7?
zL~U1SXAY~9Vy9>gbrNy~Zb|otW}}dlbG+(xitj3WH3qNfuC0^fp@pgdJjTXm_&7xx
zT14K^d1Io(#1|#HmyW!-f2n1K&$*@8N&es4jZh7uQq;%{B3(k$?@0o!elG$F>9zXL
z33x&mr=tc46-<3bbfInLynCUQC_|4#Hj2#T2O@RySGH^OArUD~tV4WSW1Rc2e)nIv
z-7*%5{EtR$(fjGU-a2|s;LDirdvMN*z?W&hqQIBwz5?@M4(`}`gY)3Zpfx%K|NdV`
zGhKn!bazmJh-L+H9l-)eEaXZ*;9RJ9o4AB{8k93FX!Q?EK)gl%oPg@$2!HO7ev6ie
z0cgHM%R3tfsrh=ImNyoMpZQfq#FR=*DKS+NQ$@^ViJ45yOo^FUlMyCzwkKnw#53LC
zAMdw^0Fmv~$(~@<<iI6)4s*zT5HOH9dvhpg2j}b=(9zMPwb#K&>^%cwj4gpZ&UqDb
zGVF9w{+F&sED3-F+cK-DOj&WEP+s&C>1=Y|k@I?VsL$4+mzI+{vIQWp*#g)oD^|7u
zcs<Y-K-H9UQk>z2o*uDW)&zB*=uE{_^MrUc8%hD@H6D?<lIu2QTXV9^YfN`jJ;vu=
zxhz|zcCCImIn8O;%9M1^vywVAaf;mf&IG?io!VnFwA>qdyqRxAi4#uUxm}9m10$T4
zsQbWm^VGRw6d{A<FnVWgV9YpwS#8Cnbib^FKX^h0)T^>T(27uKrTYjlcn<Mpx`McY
zHC9LNl|s<yc#WN&7#@}@a_0GWdFu8FYUg_4EFPn!rUdUI*|M5;l&qE2bd$B3rY$ao
z1*UxAK_yMSB|A!*{N$5T3+8UOu?IIJB2scXa<%y+rUS}Ydtr40{`t8YQ;y}9s|4(S
z__EB0HbFwCIh_F}34Ir;RLawUhuQAD>(u-zCuGX>P{SfYSZt;EUYyDfh=pWtXhNFT
z{s!yVjrb;bi_(0iptQ(X0;*WM?ONb&Vrna>q*fm!sH$Ur%uJ>*S?^b$Yi9ZuFnQhd
zIJgeg%rt+iW;(5YiPRxfFgG6mQx)&?!3ONAT`X1ej?h)bj8zuDpJ`X?T!2fD4N0ex
z4qNnl)nTR6#c!~jaq)%ISGv^Y>4J{Z#>_lNk(erUFoS}mY*}Y9>-Jq9`C19*_&{xv
zwt9^=S1=2LB@h^ytq>>(c}ps8ql}wB#omgG)%Y$SUr--ar4^OhLX)SMPum|K<RdsA
z;~TbIjmygIb6M-D9xHH+cJo%1(tl$VF_<m`S1T8k<0a=q5%m!ujBM$bIwx(X))+0)
zb#uw1I>&eDh>>kF_8@IV&cz%B=!U*yNeqS~D<m0%r3ltx3p-{LeP~@*R`QfY{{Q!%
znvU*;Zb}a$JDHsDahQ)^rqn4DluB(_$|m_hRBx;bo$GF6ZpOPwAF}{`!Ch9aBe9Ut
z1C<Wn=oPXWG%vNF^fw>9Tc*1HBGwiLZs02D!vXQcEpZT+-ytAWmN)K~lx^lqHwmcD
z>%9X}iFuke%O@g3n_peABW4LyMn~xE&&^TnV&aUO8`ES5;ubT1CMSn3U`Xm*pQg-A
zj5|gDhn2~83{22Yuwo*yai<!`=-{zKDJMT)Yl=eSGL`j7srlMA`kDPjz=Xy*1q5FO
z3T~Ptxp~&7q~f?E&Yu9e1s3)0jZ*YVnpir6L42U5b^9(lqTp2YiYfO4BsK|fWWWRq
zx6~Gk`)BTE771cIL3il#G?%e1G$qeGkzHI_STH~2ncI+7Ry*Xxr}Fr$6b2q+o#|AG
zWSv2xmSiG)$v7H|nTjOQ)+T|}A&GL$2NQ{+2=E0jFM!C<^K_O1awtfo@iucQv=%y)
z8WVEh2Ify&Wp?o&3r5_*<Mkj$RqwDJfd@}Lcou{}0sc=6vZ5?x+stV{k>c7&VxDxn
z1UHyJmQ_BVg6g^6tW(bxi|2Q?#rpQQ8oJSjd-HDbh&@7~rQziGFMSejwqV43`e0yn
zhcdm7SSL{4;1q%g?Ds#UaF8EcS&28S1@F@}%5jErA${aBj&U$=#g}Xyuk3%yQub6S
z=2SEFz~xP__{&@I)a|@}fcX{HMYfpwJ4$79>I$=su}b$YHZNeIYVNp55L#VKmu{y&
zZ>BRBNly+e5g|B_9*-iex}9e$Pd=;ntvs7}H+iBblCh#}w>r#x872lF124}!q~6|b
zeRXcaKQs&FEib_w9V;G1m10Jomzf`RrRvf{WU)6>)-zYi>UXvbv;^D4;n?g<*9$+O
zDY!5=&KtT(4`R*0EB!f(8-Kh;?yLvI0zyey3}xrt588`Q^P|f_P3Yutd`HBZPrUe+
zg+;!DnnPHmEYoU?^NRrGF*e~Cnv-;RY{<#u-eg;JTH}w(<%$T1#V+Gzt7OfMp!GV#
zD9}<!fx{Kx^_*N&`n4i%19O;Hsj{8NQ?}04tGD08+NdGsKZi-VoTHC2zaC+%7CW(w
z)qYs)gmUwGHOHM(Dq`~y#s<Fi%h;g4m8$vA8=S@Bn;TSTQO?|QZ*XpLq)C`3EjmNx
z?G^OV)@ML>Ew<E*p^rzgbfth7*!%%|R&nGqU@IO>r;c~%<1xqSHj4gz5z@zs<cxm2
zZ`FOG?2@sA@H2Z^E0FC_6|aCwPq7DF7KzrhpZOJYVB{JR(PlO4;jMU9ac37tE+paw
z{#Y*lQ<+Ft^TJ}g+^aQQX9ee{kJB11wZoY+v<5l1%Y-@fev#SR%r%@$jr%(OzI?(S
zwIr%<{93ComRy1IO08bHn(Ht8h|SRNe<@uN_w_Bv{AR!N)pRnD82g|QlG#aezO&Nw
z9pQ?-Odoq!as*ZvdMi6_X~B<7I^{q1E7kAK9f;(XhRNTbnx9#zH9RW~3Vh{Uh%FE%
zxmZ~-qbmv0e6rT+`$||1Wge}M7N2HX;3$5TXo{qFO=hW!OX``f<?;oY{#o{WLYWuK
z-7<8cOl_Ht6aNZ^+thSjb8jY6YlzTaxZ$S0mBJ-&loJ{{>o}o@h{b&$m3sbi#8e2u
zdQJ$J80WZ>Vs6`LU1=M#)_yJ}n(C|_i$uSsmWYDy1)^u8P7k|`cf6r_#Zb4(V+>Ra
zO~x>FWEf}Wxk_3YJS=}0zy5918Z#_}Y<z1`x6cG1@m#3-DYv$*!jn#56{-Q}Ex&L0
zRBIS5>Wor;M2;=zX`ap^)RIV3G*Cyv4F7$d|6eSr+t^`w+%D%}>OLuDKGh9pzd808
zYA90j!e;NR_gM#<7hEhIyaNt1Tbc6Ngn@0+0nU}VyDdQ_^KWW$-vn~C`tK<)e^sk7
zJ^X<TxyoWuGnK62-qf?8QeRg|yHF`?QwiZGL%N47ER{1|mbvbV0kg$8F2@h^aF|d1
zS!!dd0xTcDUVy3$a8g}#tY;gye=I{!mKBqYNjW^+90kcVubBl8#oAA6D4~?v01l<b
zc|z5hC@U+A89f!g5tsTiak|qN7CPH}=CK{IvxD^t7Q-oBYY=lmSq{04Rl)HHL~nSE
zJ54~jjQTfQc~*?i@g3{2UtF;!Pw;jXFJ_TOD`u0<1+PVi(j$FGd1kf86MBM+C38G6
zhrYSx<5nqZd`@*pzmXvz!&SK0i$BYky_;fJ=m)pzp@t%&%k1Njn-G+Z^?*LZ{?HiX
zE7pa_A_Y{X2lgzSgV|5PpM=VxkmPhN7loxc@n<q680+zV<O<%oj+#)e%c_&hSS%62
z@q?q>%kx#5zppeuIDP<j4@@xrEbA3MSnw)UV{A<bWnQKmna#0+)6$iP${Dg+)D?>3
zgfW+*r;}*3F0aHfZ2E~L&JAYEnsg&1y-+5OcD42K%MnYYo7TN7y)|{>U<2tdb7>RH
zf894m`dE32RWiPoy_MzWk*Yv%WvQtVO4K7=qJzH5;<JN)vdFx;TC}<}M7nD5n#%IX
z9L7I<FnOY!MZwUQ{~sFphc<CA5u|+%I*s_o(YV?2#sVhy2ZYqd(d`6MS3<HkVmM#i
zF0rBq#T@+l0&@&>vxV0kbTQGfW-rdYmsD&fcT+mT<?0jws%z<UMOw)fX-Ir;`Ukt0
zq?w-}xjip7UO2nCADC)ghTVbJSc4hKxTTrdt|e)nSQy(!{AO)S<G?t!B!?}@H~%0x
zhmkY-GMr{j?>Mo_M*64p94TF{NAe%N<Vf?sQVKuzpbOtZ&hI7*@3mklr4XYZ%O28q
zL~Uid|1g;u)fH}{<^4OKxPYf5oQit(X!7M$3)y`c9<HCZkDK)#FAE%IM5JD}^pR_&
zjX3b?=lXq`Oy@<iH}&}p#s$loP9-VZxdZ3@@p<1o@0h9IJny4evh`MHb%@w%oiv@M
z;$dTXKbig3o!>p1S_E2o<Sa2c;+P?)o$u~%nD3`>)2`J#nDQ?EhWS3}fgCC2DT;T+
z$@+8mTgM*r9ACHJJiX%avqj%5--+L#j=RqJW@Wv&|9m~-W6(Ej*Slhz)@A4&h+bnw
z32=yc4*Ldq9_#_<)`V7Ds|~GZIKeqfHp*Od)$VW>Z`?inT-q6#{ruB8=irI8`hLjN
zJW;nk`akeIzsUaQX^ic&{)IC8jf`my$LJ1z<~50}KqUZ{F&A>#nwfpQ#_7;>@%T18
z>}go(+rXr$AC1DI73<&w{}VgP{^%SfrP5g_)sN_Xm=SFowR0xLZPZX{)rnrwvQT?J
z2%b?_^yVd`H+UHqJWaNk`<nZ(=oM4UyY~yNH(1Lis=BFDt#ZGG@<CxfX~V4AFU<Y5
zd4>hovKI|1T`C;#m=uk&sDf{S^IO{F)o3`R73<aVvv-`tDY9Q%xhs&d=)kG&srH+G
zoaj9cA^ogFOuw*u`kw66Qsa6HceP8i-v9M8;<k)rY>5?IvKnJ|Y%xVioiM^od{_2w
zqBHDn8-t}&Y~&xwEn^|Y-UeH#$zFyCgQ8f*pBN=2y2Ox_E|E`{xcWM)OE}FxvApU+
z6^r`7a|k@151_P^=g;IBhaDec@$pNQ)liAN%92m&hP76TS=Ql^=dE~w4y*|_%wJBh
zU{~7jx66C?Gpow8j%)!0f55^K9jJj0G?bgMnDq;r38CEkt`&*5Ixl#a=up+?;1U@T
zp|i)zTW!$V=(U2@)-QK&3Yfry50ZrimQt&lp|M;zIc2MT05&8Vk=_o>%BG5>73Hm+
zevhON^mbs@LT#_VRrV3x$$GFx)V`Zh^P04}$ZkGobY%mHt6|j^i25#S;H{+VuxtdY
z+k@4wLE+Co1RtE>1z%w2?FL!rNqWK6wbv+IZBF2d_!L}G@|5BvzBUuI@x^{4Fl>C8
zb1*}+RoGNw3Z>Q*ntQBM%aadD4;@E{ve#k;J1V|kW}eN$P83MFm#A)<7%9RBl1G|R
zRwD-&{Ii}`RyMN)KpcL1rp)^_2-lw3=KAEzR5P4>nQ8th`EsTCSn@?Tf1Z4qY=)9A
z^UXzxm*67EVa`szH_?;KneuKc>4kcVX!hP$F~k!@$!5Sv!BuKH=}$eRn`RxtF8xM0
zjpJ6H@%~jssV04lKiNho_)8$)(Ya^Imw1n2D4_U<quZFRlZA#sX2Gm4`7+hKBKb1Y
zyde2<rCF1F(aoyl%Ve`G`7+-;F7aYvc3|>dVYUzNg3&mVRG0gkxLoCa6(T$6haalQ
zkwkvuahQrTX?Y;&!xx<=>t(UAQ{sn_TY5=>qbwHK6Y~|Cr;G(N2vV4Ebi{lG(W{Nz
zd_L=ewK4NF<O!CG;#%?C##XwCWip)h2rJ^;=u8=r%Hr^F91ogKE3szeZsZHDiN1i-
zNAZHuW^Pt0S~lq36?+#Vc1#y?u$^~cexBMc39EL9k|a+xCRWhagb(`M=~Ct{W3x1B
zh&jzA@MQzi$JOK=F_g#qqH~Pg?@OJfWmBmeEkjkfFM2^r(~kR%G%ZgxP3>QD#j;sK
zVw5qXsdRL`>`oqK<v!fV{b+`2YF{GINkzHsXM?$oAwu%QNG=zsJWu_shDw7EU^U;h
zwVmHnd1oiS`;Zc{yV;~BX|C{&+mN7aX^YC?By+ghkWqWwIM4FGTj20<;N3Zb7K!B5
zUv0}f&9|<jX~74qd~efDAm2o6j1Go&!q<)5=8Fs1W{j~n(maNIpxyG3oRq?>wivnh
z+9^*o@0FBR=Ne+<E+QT}JPdD_;v-gfGM~PX_Y_g26SBJXlZRiFe)3&FS-oVaS*8k6
zy(C9^iGOYxYTM{+BUdAp>L;ZXNhkU^rHf>+L2BfFI$e5yqKjmc4w@fDjiQaxMRp?-
z&{Dd{N>Wn!kBCTgk=2ZJl1DF)xZToA?xA-2?ssK@F?^K|4j>~V*;~w=*hzP4-=Vz3
z@mo$+gc3)a<!4ICo09|o=IFIXZlN?vhDU{}z3<ADX6K+~GjexbB+Zt5ei<40q@x|f
zX-5>d2(OxsM6=hCk`$kvEd{m7$Y?X$+4Cp)7t@GiJB9s7Ta+{h98&YT(RTG;gtpTt
zGEUp`M@zXq(Y8#QAdNhis&%35@efKP^Hn1gv^|M*)cQ<nZPE5<l~HK>@rA09{Zu3E
z;UC3y7|Athq($2m)XpMkoWLoRJrp{|(<*s6l-mG0%>~cyhy|S&QxWOG;(DRLj7<>)
zW9CIYTJNLUk)FIUh%7GSbC~3%SLB#?vc?MJ=JOu+6A>?ww6T$E=%e!dkvy$FC6<;P
zWne-%3`sgPcB{U7C)XOy8RyY{w^^BpLulE$qgIWq>cMxh^n@!|C=ed38@Wdy^<faK
zyuES`SjGWgHb!&JS|e_QQr6V#I8WA)I^q}Y15pn1PwMo2C6i$dD^h;$lYEL544?o|
zGsw&aI$b$du(XlR(`rVq0+AU#mJ?ZVzZ!kg?<}^nJQkBn7v8F6rkt=`RQZJF7EpoT
zOe^368&8?KwybS<IC=_J-pGAb$_qs;-atx4$ydeA8*U?PuD((sf*a4-e2Kn7LmBzy
zQi}r|l3}adUE%!g7D{W_!>Gfl!)U3;JeaX_29?lft&t5%-8~!&aRh*re~Nv|g<;sE
z;Kxfz@O7VvTu9!l&m*sFaaV75tHZ?}amG;tf}W<7@pdW9P*{5y*_3cY<W_Rxwk0&B
zJ-jcwN_%d-c`D6P3jj!Yc-0br6ZY$ARZDITuc~f#MEetJavN(`RfjQYL^+II6l;d+
zrrKcjCj!{exj3lW1Z}JYYTDV<!RP3-vjkQC0p-<O#Wb+GHSnOUo4!UmDb$u#o37!j
z7TvtnA>V3R6L-ngY?r;AFEF?FhJHCh+Q{YCg&yOkq8ejvvB&t}UzSiU#L7A#&Xb+T
zZw80PTXGk}K%-7-+29<?u<~b{PgKzDdg*70{EN4C&;RZPD*rOXtlsj=cs7p^*@qqm
z`&gp5HdrLwYCd|6ba=WMyVXd0owOkFy%57W|4pW}x54x2<SW0NEw+&}L7HypMHSPs
z7xa@|)^hWa$C)WG$W7DkUWpa$;#?QmLgNrSlbV5)4oA@DLC(Pk1^?Nny1@VY8wY@|
z<}zn9$*B8z-Rd5=A=?qJ{HSVXd0G*Or1^%*&k<}S`LfhvG<t-x`ibVK$t&tq_Vh;U
z;@m5N+zn}+n`pOD@Ll$H&zLJUPx^&wS!tSf&&oLa>jGw7<ScfCiHtn)r1jiwvB$`*
zZuMT)M1{4xn_~8`?)lxi7)07PSbp-Qk$qGnSE@FyR83r|T9}+3Y&s2@{W_R@+h1`k
zf{3~!rc;9yIt!G^hk4(lJ7N{2@;jerCzX5u7U!0cxwppIjg6O+W0#}KV16y_UQV7>
z&M%+nR?ddk4zirGx4VIs-i%%eVwv~CBk9ehX+EcQ9Zn|=SCTsMI$uPw;O1P_-fn=C
zU9HsI$m)u&Rw@J-lI&{F%c?n=^E?v+_u^S)g0{>9H%C=whnDZ=_&=lFs{e^)jO>&F
z&3EsJJS&x@mQc;iAepLiZRJYe_atk%`PpeZV)A<Y4lU0;qMTo9TdRF1e7!R?E*3pp
z^%ve-wegz|;&zjD>+HHQ&t&Uivvj0mk;7uh)Ewx}Yu4tgcO$$jT;$7AcEZuq9?vEy
z8{*O9AI~Hx9Vt3k#ngv+SBT2do@-KHhPP&{iSIuqsU!Sf`N<IT%FvZhU~#e)Fxm;T
zH^bKMp2YZ7Y;CA++`Q1(f&Dpko$?rL>j47OAJB?-aI|MK#-z+3ryeU4WoXL6z~!Iq
zgBLv@JV=<)?|6C4ZLD|GzZF|bpD)uY5ZlaaYoYdLa|V(H+YciVagU|R)emUrV`#i!
zM6p)<hVh0%P!XwP$UxB}2^{NzSvDb1$m+3*$w_5`iwzalRZ(ZLE@=x_q87Wf;<?-5
zTi?RHc%AU|d+@d0#+P=&{8n%_b7CB4sOwX3wiv|B(~5U$#e2cnF+Wxq8)H=CJPL$e
zhR<;j^|Qd%4`{1@b)Yo^d<CmH<FOLt&9gCCz1YHEvoab~_&XV0zg(rWv@`xF>Tfpw
z-b}&YOQ?Yr{@xp(f<FgSq~LEJ_{$Rf?OAByPuiBiA4t4u>$ihMIv|G(pSdNU<qmt@
z71_RmSTiOxS1&@dXWjC-V4Lh6VGo$m<T2b~+iPpG=PJ1})!q<;b<PWECm@^|TWXB0
zfe+}k+c4p-4qcbGE1c~cSY7|&4f(Fn#58jRE1kdxyCd&2e3Z$&yMB*vfJbZmu<zVl
zvyb}vW#nbPz9<9CUB6GO|FhtN6#cZolLSK(v&?r!$!)wZuW-zy9}W-uX6mCIMQp5%
z;aSD=7`-y=pD&noFdaA>PS1Dn;(Ucx&bugjPU6Ege3*BdeEI{QqGu#NoWqCfhs%fi
z<U?`d!x{3SpM01pA2bP_M@T#0xj0Ws$**<<KG+wL8~9wixU;x^H+7ck_tyfS5F|so
z%ZP<P%hb-_HGE&KcFL+7xgO8h7kP=VA`8tn3oV{MyDscNJp;`85u$0Y+p`{J!p;46
zXwz1aeyOB4tWVX(DjK@orTwf)CbHVVR;||6zoiz3b#hp<Zche|7j8bwPTeSPB^!;~
zN8HZGs`^zvC&wAx`!<@Smy)XL*K^NXqdC-m-x$$L-tfN>v@*~HyHo_`ELtAo;GSwZ
zhbXh<K-1_-A@kSO^<P`W&6%6Kq6oO=2=(DJt(eZjT8rhwe2!3ISicIEkTh}r-@ipO
z*`E(Jv_qS!j7{KZV%yI20sEM5%@c%XTNA~7a}<};ld_6Ef5rVG=^V<icO#1AxGgu2
zY<dZ&F-^fAWU^k!3r<FRC664}uBJR}et3C_g9}XoJu{6cxj0Rt<lbAN(uqp5qvUE_
zqB4ofw4>w}U81sy%C@5rw<U_Tk?8O<=r&p5t(m*q%Us!kt$C-)=2HAa-|*H9`$Kl8
z5B<Vh)9nwLoj&x>XtLwei5H(JzzUl=c4Qin=A?1Li`pMg6Fpr`Uci%+x2rib@sho(
zIa^+;^8$KK=C0<v#7p|F=Ay()nvs#12F|pnf#d9H;4qm6SWW;UJ40^PAyBl>dQTT8
zHuBCb=JGu)3fqwPujEnpk?gjIKXTR;4R!3Jn$>xI6(HU4mk0Esw7|_(4i4)P-}oN;
zw8u_{h}EUCCkV}S5DF-LCcA{ydB;wkDG%eYpguXOOH*CTKOm3cDsl~P;$*FICBj)7
zD>oe@CHs^-gEOvHvat$|j#+PT@?^8<M`(IBp_k7yHsCBWEmm;HlcKue-Ie{gU`uN(
z%aX95k#JuL3w{arlW@8f?k{1aNr}%f(gIsEe5IIHvD)D0Fmc&htk?CIsWv)P(&X|}
zau}ys2p=ZlTu@gxJoZ2=rm#YplY@N(oi6s-I1D2?0<?ow;sQ#SMc22qiapek`|YNe
z@vnw{+!D3x6!23~Mh9L_nF5p!OI9`oA=f?-JFn3E&JChA8phlh?QafKFURtdDj?g{
zW`f1gpI;p1h@3nbM*iXTc+kW?BaDKjBF{Gn>sq!S@1Jimb9(=R2nvV(o>@(CZmu)w
z%M5Rca7s*M62C|$E?!D``goo$QyR~5o(p)6f^jS&7r`om^;Xc$YNE&-#gs1Md6D`4
zol3UKLQ4D+l`U+7<ml3lA_Z|DTX7a78aVktCzpGt7g#`KUmnAnMh;OTyhloF!;#F|
z;jQXZkr1Y+He;=ND{R!LyyA<)n`^`GW!Cm@6)o2>s)oJ!Bh!j4SlQb7O<rRYjJj1A
zHSUcE!rP^Q>=oM=N~m2AZ!4{B*r+wg>1Vfmp|B!ct!WN_UksbI`Um)cz3d8Mys}_{
zQHPn*{HJhIG$&(|(TrXxCv4`C_=cRo+O%XuMpJAJqxo$)k%a=wJ>sy&&thosXbCZg
zRiin~ZIpFOZGS69H7dLDvzJ8H08LCL@*`5g@Ma5fja$cbO&>-5<`vjv1CgX-QC9b!
zU|5COndU^84J9@Iz`Dpj7CfrdJXf$^lHv7EzC-$ARaxO%iVvHaBc)a+OR4d~tTZbW
znQio!s<^`1;o;iw`%qjVrzeW{l$Tsq_7ze}ZN|m}z>o%6aIAV_)*g-&;Y87~eWAY}
zE3`hA`a;FT>=;=#u5>N$SeWcXuHo&quF7_jQ>=WH4yIxb-yM$8Y=0)B)z*v1M(F|m
zSvmmo0@f((HGD9}JQE4Ki>^cD`9fvLt@bEI6Uh07<0Z>>dRV#9wtHjUnuUvEvEi-5
zzwEz3G)9X?Us7FwoIP?^xXM>#?p(m)=GawEuS6;h!h0{7e<M=%greC2-rD6&c>=5w
zUZB{(0hGqH&8k02d-G@5aM6JND?zQO?IH^Sm}tFd7fhcd**Ye5>SS5ysS=I-8l#md
zQZI8}(8B(Kc&}}h1<)Ec2p-&|Ons8Dxc`tm3b$(SrUzTN@x_)coY!FZ7ko4Z#g5#p
zu%Zg8aW}%Nt=_U`Z_xSa%LNXlSY}fGZ#aIe;Oa+F-*=$j{{wmSU~U^Juot`kQn0hy
z+IFFJ2Skj>k~H}c?)GrHq`+SM29H$V4&XO9)s`!6ztt%&<P2dUrtpUSQQIZZM=FUw
z-<C5~*=Y6^hQL%wt8S!=M=87rhjOQo&r^oxyx{qjHpXHFRgZ`?lN*%0!Q6-VkV@GE
zxl{l;UqU*Z2*v3<hxDE4yu7_LovGuZ<C1keR^{*Pb6C+%E?5ZV{()0LmjB^GAalRz
zZ&dA~qgCxP_ftDLza~h5U0;54zGKB;`UorTDTJ{M`5});C~3K+()~)(9b=^nS?QKa
zy34zy`#<cx3wTu3)$l*bBq2b;378QCk)T1rfJ7oSVE|`fM$W)Qv5LhiijAUHZ7IwM
zRFL2#n#p0bZ)>fs+S+PcdsS-%q+XJsB!F_$3TRclw4QOK2DO2JGT(3Qb0(RDpxA1^
z_xnG8o`=ji`|Ru5Yp=cbx^2JY8*1enZ{-^&`6hMCw@mU4v+`YU<@=`Ob9KuXgK;2M
zO)R@wIEa{Q89(t>ETU4-W(-l%l&FhrVJq8Bl5Im;HW{nRCnT<0zMuD$PpDnDd`r6J
zTOsX=B$9mBTkYN;?Vi^y-xA43n&i9E%J(hFH>z8{??^tzFZt$J`Q}N!jBfd^k$hsc
zOTJlFzDp(FF8Y!Ji;P$0%RM~bBR%EAFtvMq(Qf%v|HK%-TmLTaDPP~i^HubePh8}?
z)z`nLe4Ili-{ooJjWb8-<5h6(XXQ(Wb7N2WI7>-=>G^)#EuWg-0xMto{C=lfK808P
zt$gYD7wDGne`MYUSos8xLFZd!-iCL}_jAcd&^qa#;6M59lzi>rZu)o|B_G?H<okn_
zZ<XZR)-9icOQDr7eZ0TvmhZ<>pLp$1U#(T&ZBpNgp7ISmJl{n<<r{Q(zSFzqQ*b%X
z%9jq8-re#^pB^Vzt@O`^vs!O&!2G7eMZP^g#L8!nSFIzV5$XAcFCkx%l`o%X;Cw7U
z@&D<TZ<OR4Zsl`X`A(30*QDoD`*PZy9I5!ygpLs7A&D=wT~#sZPkq=~&kPv%?0fiO
zOpcIpYdW#7w3=V?J$^TT0><z6&HctO1fsg}ymyU*HOxN!Qz7rlbmW|*%XK&5r1yU<
z?DfT_a;$xxzK>hTl>=7{mIF`d)XwBGNv^b#kAdS*l_p)sTh$TK0T-%Q#D$3)+i$H=
zeM+2wWl8EqtO>9*!N%r|d+7mrM-p)%E8sq))sBaOC~FWV!6T6YIDAU*Y1jpE{NpA~
zG#+nuK>R;@I1Iii-*OxR5bOqH<G<dUORS7H0)`nh-ko8rJT&u>lh}V<FMmb$=`BgF
znv(DVW!u>7>$wPuyXtpnH5W69%6X08|M8i;RJxzhYIZRTMwp4Xr!6%}NN!%YqK3tP
z!PiRT&u!Km5vm|HN6q(i%+a|?*LQww&C!(D?1#yu#P_b1-(fnQ8l+}vl$G>9BuTu3
z2dz|Vl1NCp7FqSlBr(7xxg2YOKT@`4W=HibHC1*uQ&aU7DM;2?1V3P^-qUJNW2ykg
z^W#N5&8N_Gf+MJD-S`v9+YlNDTl7ahuk|oI>t?5tZS}-J+^VkR+B)ObI}}J0W2mQ=
zjEOZoEad^nrg2en$JButw?3gVTi7wPOB_6f9o{+KOFomS{LfJ4h@~yLC$5rL7o=pL
z-V0$2ixeIW=p~Z;nnN=2Wkh;uz?@7j0C6{Bi1VzP{DAT2L#YMYG5HFP)&iZGbcKG@
zIr)Tsux9%9Z!`Ig$EHvI9VAI;h~HVMsTIoPe^=&(8?%s9zAAI6dJ(vFrPZ;91jawI
zNY!iSBAuv8vGh;{3)H*GxxANt<_YbHVC(qM6Z|@2<#3Z2fhW1mF5uppqIn~p%C>3V
zN2%r11I_y=1=0?hw}=(gN%Mx^c^J)`{4D@F-_@Pwoh8W^S;;AgKA&`rw5sb)^HiTw
z3(4+aY9Z~p%UVbTY)q$lie`#kZywRq)GDfBzPl5`FEccbbq*y$pV}Tck0xCK)z^mb
zc}Z8>9Tup3zL@7>`p5Qg%=N&;U#LJe#=A!NM^as+^4%P5eJHdyh)wE5%Te@S42v}^
z=i5(59KE>##gKK@>Nq3Agl0k9QU{EW=BrJ1FF)pJF@$Gr5&!B1y}41!rrP}Zx?>${
zMr1lZwb}GG9MXn;IBB)o*duMUh!K6yZA|*SZCpo%se{cWRvQ;d8&@2;ja^Nja~xMo
z8}^}Sw$;WgX~S{kHo`~KhC1`c^1avEXQ?xIVD3-n$9zDH=7AA6dpt9e2``ok*#>($
z+IHWAsduK=a>o0Bsm_pUjX2!d``=Uz?B_=v%*@GlD_;#FtG$ofec&W=-@AC^+9na=
zN?beyInb+>#VCR}VI$SCMZ-Lfl=Nyly$Fsc=~~iwtRpc_@iS)ZdI(Glwc7ebYNOJT
z5?Q~-F6JvPO1iFOVaPI_+a;3GQAgD7Ab}kZ0uy!-xe|k3Dh~moB_IIbkBLMq-vtN&
zNRB`Pc2>aNhi7w)MDhjfm^=~=k?=2c*mx=F`X$!x2@EGBu!e$4ELePoG9r=K86Hu_
zmXl7rPN2g>xtUO*&@Sl=%XIXENnb;ETtg2zh)8d%d8VULe#{!oaiybpFm@0HhnVCG
zNdRBo{(e^(MhY-i-Nr6paFJBanNF(qTUDPURga=-Dy8zgRBgX{y0hkA^jLFRy~Cwm
z&c;%2zE$tBQtvh{*zH#DIcfDy=&@df+bMA)oqqdj^cd|x;Vm9gr}Ac=%>`5s(K5D3
z&vTQm53q<$a0So1|6`#R_JN-wFY93qdD8IZF<P+J(EaihbNybLmqWaHfcxE~N%%Ai
zrNJ7IXR)<@N(JN9G6{;pSA5}Rjm(nHjkeavHQ$sqBBfBJq%Dw?hB)au3(&~w=*q8o
zJ};kU)0_U%bz83R$yI7JIV72<+XG3FoJXD{82VSQO%tBlNYn$Yh<Mbowt5SM452ss
ztlAyYpa>q!%^%7fasMpL8$`igTsjRU24Yoz8H!3pE$k1Mea{-Vr^_jZVAd&YKJst+
z8fu{%kK2NZHCC4%<Hz)<-gL$EC&Z}TUPBGH_q>LB7=JphM5PHe{zX<})%-jz0uXca
z2NtfJBB~$e8e$7t7%z#+2Jxq&v_%R*&Y&MD1ktfN{&WO6*#^{qh9I45&3Kum7M~~M
zkhS&>PmkM@nN2*KIrcd6RXnJq>lUJlB#uqG{s_cSUcpr(e8*kntHVWcFD&n;tv#8=
z&bCo2(D-v5jc=63Z86RtrSa%q3y5gtB^p&{{gAy+FnTwC3cQYl8TQ<z{H(kN_pRpN
zPPNi%_DvnF)<~-&6fy_XoYfFm+n3NqN!O2PMM%rHV=2-i>Wj}DV>(V=AobhAB#*Qj
za|QS@f8Q!Aq$^I2q&ZfHSIqEQEG>bJp<lVJXAHIBnI`vO?XyPXUJgQ>0%G~c(-@(e
zW7&PJ#tZpTLM!uBdLYLlV~4R>7AixAU_F2YDv@pe5LzVw|6D7whxL-qpM2-a)Oxv0
zo?@=6`FUIfW9Coax2F0F<xh5T%~^^+*@Lm-(eNkF8`ezE{UZ4j+iy{(<FP9Q2D=#i
zqdWm?wR`@EXY(ij?7)aV#*U<GuyjA$Jcfg5C+hb|5xe0!A^m7+A$1A{WPd|7xmVyV
zO^V>qJWbkS&QHK|MGjE71*-FE3cFchcdurJO~j({NGt3}xF`Dq@j&UqAl0&L5IOP`
zb7|56kw}_<5Uz<1Kp?G%%rJ^z-^n!EBifmNVgirc6YEP4_-F4|R(~F>N+IB#@)UFZ
zjGxCv@@Wq3xj%QVI#Pd5Jc|CL@k#+{$(Ef~SdCBM$Nc4c799FP3hcFhqO>W`ht0LU
zue+o!TfUlY)s-W4U1Zk<!Fug6RY#|bq5_bDkL5!P5zOBvWfk4uA~g=TaPd*8s-Ioe
zv4>OM2vwWK*sk_G8|k#qBh?mJ)sB|NVy^L0`@;!q(CIwwXsgFPj5>YKD0{^mhO1)i
z#te6JSeNy5x#I7C#SgVV#19vIo9EgM5D7K^Q7gv-R*pZY9LJestQ^{^S2X|Y^|rX?
zGxsjhT@v?T4#Sco8i-xXGY#LykGV@?!eZLd?RH}uH?6X-&ZVp^yWhYwWw-NV-g^{f
zGiXHV;y$`W72L~@c?AXOQ+8UPB%OK>$Y;Oxxu1NN^ABB?bUr(!%O_i(pO(+Irs{V*
z^ZC#6xtI01=u$r03Z*=r`RwAyG~=r674q5E`&@5*zCk{3us+wzXPc>zbV@Im&%d=k
zmtDqZdxIRtGoMHDV;a`yiSpT2o=7^MPnXZvS)V7#XIlp|%KAJ`K37_w&z8?Nk(G2x
zyXA+ocKlSb^o+y*X{xmbn3b~tbxKoMVuAe(nU#l3YXO{{be-`hp)jIW2obhBKPDw?
z9p4hG#LZG-nN>nOzSk+I^c1!D=#iro5HTn*LMIr-B**<o<YU>rAK=H0jY0OA!+099
zLEpD6^2UiD>c11Syj;2Iyz9RX`T_fy?UXX&kRY;ySbni|+*T$QSRFr3I{wT%4AmOn
zb!7X4WV3a8Ken>{LbBbfvMGO8KSM-6!ngz|WrFdTq3OfrNX5CTl>g<vSRgNU9=4Ql
zpUp|v`wxp#WT;mg2l5Q%L@M`p!*YAXf`0W(YX_YR%#QwWo;GxAK5I6F$8w$ENk3=Y
zR_J#m!uXv+Zl~1<xfTEQb-*|KKFQ+V8Q!VfR(m9AoqTX97Q;pM5i=8h`+Lf(2B}7|
zduWn73q#lIRR@9hLAk%s$OA+h!kLK+3~ynhnU9g?aacsWZhdPv&$$eP7vdmfC4F)L
z&0e1>6lp9?y6(DJa4r9lRPK_Y0+{Td%X_4Fzk_RzZ?(?4MIP8CRfVvC*kK>dQ7jE&
z;F^(Pc<5qIv4ut*`$9*@Pf<@f41w6zfn4+6<3C8YuBa+}8q<%m20h9}Ur}dtDnRaO
zFT}{Lzc?i2tdVQi*R4S)z+WU9mIze!r6)Q0g}8|*@m5T)OS--SMDSD~cq$=Hts7{>
zT<dBf<27OluU8SXbAHy-jv}6&uT_+5!E(G@E(v{*bWh6q72d1oPWt4RxKkxVbG^nt
zxhx<Vn#SKlA#YnwMrdMNPOj*S`X*gNsuhl&svFNjgg?1YX7hQyv0d(L4H$VXdaSTP
zjIN`;Z6oV*>U`VE_2jcU_Xr72Mc&T{-!BfJ(sjH*3IfKpIDsxK!Vy%QK>stfLeFqQ
zA5+#Q*S=J3hGqm+ha1I!rg49c9y@-6ZcK!B_+CdH*+BHg{TVm(sSdtgULC)kKCbt@
zUcQ1bt8JlUWtRG2;`+EuR3h(jnW;qf<1$rA*O(Q8k|tqi@x3G*CeE)dtmm6xeKX4%
zSkpz^#m({Nb%JGPhI>f^p2X>qc4v6BJm)4xs3ZdGzCIGX5p>?pWp6?``UZ@woMz7;
zNhU6HWPNVrkW;H2qjG(T+L@G%nj-w>*i3A)U%`=m6z2b!{pFeSup2U?^y<+JE6bx3
zKS;uY^oZu2bfO5gVQkW~KNY;mbBlX;AM=ChEZ|77+af$G4sr{yW5F&VeMdZscRMST
zHK@ymD6uQ*%{8(|+~aaYy;=2{iJU-^i^?4ni$ZNr3Fk2J@=(#l1)+k8i?rHVBs6Da
zAg)XdAW%!QH%r)|MDON|-aJIVlSNtoxDB3hN&mR*{&BDTDZ^V`?$Bzc@YSn5l^bb4
zU%UN&ifA>r@HY}K(rOC%7K!%_1q5FvM&g4)BO>uWp@EV1EUor!KKi*Az4lGX-nSre
zDMseK;;->$I3M(AwHqb9#S@ob@1q&<wfu6KyH@*%%Hmm_flrH8D{V%0AL_e4>NKWi
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⩔5
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	nYttW1<510s$4`
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¬$4#oG%<&lq9Vzl6u4WT;Q|&
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	X?@k<$zqSEr&r^CIYf
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
UymqT+Y9T9)eXhh|!6^0r0$~4Q)&Kwi

literal 0
HcmV?d00001

diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/snoreToast/snoretoast-x86.exe b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/snoreToast/snoretoast-x86.exe
new file mode 100644
index 0000000000000000000000000000000000000000..908afb958c2476ba95a4b196a988aac852bc8664
GIT binary patch
literal 2065912
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�
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%0DlGZk4i;L<Z
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≫G?m{>g>m(NMxD#>u_1N>ET~6Np
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%0AT~l>J8p1MoUAN6-gd*%zdt
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	T
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%0A3%<=nB`j60&MqmG9!Gx^H0Rb~!{7P-XU
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	q4s?VxcqC@6se-K_>4ov(5TJ@wrNP
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�sg{=&9`R>}5o36!JB#pITTc*TuED>ZDnV
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
LTYtRRyYPPjP%tk!

literal 0
HcmV?d00001

diff --git a/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/terminal-notifier-LICENSE b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/terminal-notifier-LICENSE
new file mode 100644
index 00000000..4a2153be
--- /dev/null
+++ b/.yarn/unplugged/node-notifier-npm-9.0.1-8dc13c2efd/node_modules/node-notifier/vendor/terminal-notifier-LICENSE
@@ -0,0 +1,9 @@
+All the works are available under the MIT license. Except for ‘Terminal.icns’, which is a copy of Apple’s Terminal.app icon and as such is copyright of Apple.
+
+Copyright (C) 2012-2016 Eloy Durán eloy.de.enige@gmail.com, Julien Blanchard julien@sideburns.eu
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/assets/app.js b/assets/app.js
index 11d58353..65007811 100644
--- a/assets/app.js
+++ b/assets/app.js
@@ -5,6 +5,11 @@
  * This file will be included onto the page via the importmap() Twig function,
  * which should already be in your base.html.twig.
  */
+import '@fortawesome/fontawesome-free/css/all.min.css';
+import '@fortawesome/fontawesome-free/js/all.js';
+
+
 import './styles/app.scss';
+import './js/app';
 
 console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉');
diff --git a/assets/js/angular.min.js b/assets/js/angular.min.js
new file mode 100644
index 00000000..c0e894df
--- /dev/null
+++ b/assets/js/angular.min.js
@@ -0,0 +1,350 @@
+/*
+ AngularJS v1.8.0
+ (c) 2010-2020 Google, Inc. http://angularjs.org
+ License: MIT
+*/
+(function(z){'use strict';function ve(a){if(D(a))w(a.objectMaxDepth)&&(Xb.objectMaxDepth=Yb(a.objectMaxDepth)?a.objectMaxDepth:NaN),w(a.urlErrorParamsEnabled)&&Ga(a.urlErrorParamsEnabled)&&(Xb.urlErrorParamsEnabled=a.urlErrorParamsEnabled);else return Xb}function Yb(a){return X(a)&&0<a}function F(a,b){b=b||Error;return function(){var d=arguments[0],c;c="["+(a?a+":":"")+d+"] http://errors.angularjs.org/1.8.0/"+(a?a+"/":"")+d;for(d=1;d<arguments.length;d++){c=c+(1==d?"?":"&")+"p"+(d-1)+"=";var e=encodeURIComponent,
+f;f=arguments[d];f="function"==typeof f?f.toString().replace(/ \{[\s\S]*$/,""):"undefined"==typeof f?"undefined":"string"!=typeof f?JSON.stringify(f):f;c+=e(f)}return new b(c)}}function za(a){if(null==a||$a(a))return!1;if(H(a)||C(a)||x&&a instanceof x)return!0;var b="length"in Object(a)&&a.length;return X(b)&&(0<=b&&b-1 in a||"function"===typeof a.item)}function r(a,b,d){var c,e;if(a)if(B(a))for(c in a)"prototype"!==c&&"length"!==c&&"name"!==c&&a.hasOwnProperty(c)&&b.call(d,a[c],c,a);else if(H(a)||
+za(a)){var f="object"!==typeof a;c=0;for(e=a.length;c<e;c++)(f||c in a)&&b.call(d,a[c],c,a)}else if(a.forEach&&a.forEach!==r)a.forEach(b,d,a);else if(Pc(a))for(c in a)b.call(d,a[c],c,a);else if("function"===typeof a.hasOwnProperty)for(c in a)a.hasOwnProperty(c)&&b.call(d,a[c],c,a);else for(c in a)ta.call(a,c)&&b.call(d,a[c],c,a);return a}function Qc(a,b,d){for(var c=Object.keys(a).sort(),e=0;e<c.length;e++)b.call(d,a[c[e]],c[e]);return c}function Zb(a){return function(b,d){a(d,b)}}function we(){return++qb}
+function $b(a,b,d){for(var c=a.$$hashKey,e=0,f=b.length;e<f;++e){var g=b[e];if(D(g)||B(g))for(var k=Object.keys(g),h=0,l=k.length;h<l;h++){var m=k[h],p=g[m];d&&D(p)?ha(p)?a[m]=new Date(p.valueOf()):ab(p)?a[m]=new RegExp(p):p.nodeName?a[m]=p.cloneNode(!0):ac(p)?a[m]=p.clone():"__proto__"!==m&&(D(a[m])||(a[m]=H(p)?[]:{}),$b(a[m],[p],!0)):a[m]=p}}c?a.$$hashKey=c:delete a.$$hashKey;return a}function S(a){return $b(a,Ha.call(arguments,1),!1)}function xe(a){return $b(a,Ha.call(arguments,1),!0)}function fa(a){return parseInt(a,
+10)}function bc(a,b){return S(Object.create(a),b)}function E(){}function Ta(a){return a}function ia(a){return function(){return a}}function cc(a){return B(a.toString)&&a.toString!==la}function A(a){return"undefined"===typeof a}function w(a){return"undefined"!==typeof a}function D(a){return null!==a&&"object"===typeof a}function Pc(a){return null!==a&&"object"===typeof a&&!Rc(a)}function C(a){return"string"===typeof a}function X(a){return"number"===typeof a}function ha(a){return"[object Date]"===la.call(a)}
+function H(a){return Array.isArray(a)||a instanceof Array}function dc(a){switch(la.call(a)){case "[object Error]":return!0;case "[object Exception]":return!0;case "[object DOMException]":return!0;default:return a instanceof Error}}function B(a){return"function"===typeof a}function ab(a){return"[object RegExp]"===la.call(a)}function $a(a){return a&&a.window===a}function bb(a){return a&&a.$evalAsync&&a.$watch}function Ga(a){return"boolean"===typeof a}function ye(a){return a&&X(a.length)&&ze.test(la.call(a))}
+function ac(a){return!(!a||!(a.nodeName||a.prop&&a.attr&&a.find))}function Ae(a){var b={};a=a.split(",");var d;for(d=0;d<a.length;d++)b[a[d]]=!0;return b}function ua(a){return K(a.nodeName||a[0]&&a[0].nodeName)}function cb(a,b){var d=a.indexOf(b);0<=d&&a.splice(d,1);return d}function Ia(a,b,d){function c(a,b,c){c--;if(0>c)return"...";var d=b.$$hashKey,f;if(H(a)){f=0;for(var g=a.length;f<g;f++)b.push(e(a[f],c))}else if(Pc(a))for(f in a)b[f]=e(a[f],c);else if(a&&"function"===typeof a.hasOwnProperty)for(f in a)a.hasOwnProperty(f)&&
+(b[f]=e(a[f],c));else for(f in a)ta.call(a,f)&&(b[f]=e(a[f],c));d?b.$$hashKey=d:delete b.$$hashKey;return b}function e(a,b){if(!D(a))return a;var d=g.indexOf(a);if(-1!==d)return k[d];if($a(a)||bb(a))throw oa("cpws");var d=!1,e=f(a);void 0===e&&(e=H(a)?[]:Object.create(Rc(a)),d=!0);g.push(a);k.push(e);return d?c(a,e,b):e}function f(a){switch(la.call(a)){case "[object Int8Array]":case "[object Int16Array]":case "[object Int32Array]":case "[object Float32Array]":case "[object Float64Array]":case "[object Uint8Array]":case "[object Uint8ClampedArray]":case "[object Uint16Array]":case "[object Uint32Array]":return new a.constructor(e(a.buffer),
+a.byteOffset,a.length);case "[object ArrayBuffer]":if(!a.slice){var b=new ArrayBuffer(a.byteLength);(new Uint8Array(b)).set(new Uint8Array(a));return b}return a.slice(0);case "[object Boolean]":case "[object Number]":case "[object String]":case "[object Date]":return new a.constructor(a.valueOf());case "[object RegExp]":return b=new RegExp(a.source,a.toString().match(/[^/]*$/)[0]),b.lastIndex=a.lastIndex,b;case "[object Blob]":return new a.constructor([a],{type:a.type})}if(B(a.cloneNode))return a.cloneNode(!0)}
+var g=[],k=[];d=Yb(d)?d:NaN;if(b){if(ye(b)||"[object ArrayBuffer]"===la.call(b))throw oa("cpta");if(a===b)throw oa("cpi");H(b)?b.length=0:r(b,function(a,c){"$$hashKey"!==c&&delete b[c]});g.push(a);k.push(b);return c(a,b,d)}return e(a,d)}function ec(a,b){return a===b||a!==a&&b!==b}function va(a,b){if(a===b)return!0;if(null===a||null===b)return!1;if(a!==a&&b!==b)return!0;var d=typeof a,c;if(d===typeof b&&"object"===d)if(H(a)){if(!H(b))return!1;if((d=a.length)===b.length){for(c=0;c<d;c++)if(!va(a[c],
+b[c]))return!1;return!0}}else{if(ha(a))return ha(b)?ec(a.getTime(),b.getTime()):!1;if(ab(a))return ab(b)?a.toString()===b.toString():!1;if(bb(a)||bb(b)||$a(a)||$a(b)||H(b)||ha(b)||ab(b))return!1;d=T();for(c in a)if("$"!==c.charAt(0)&&!B(a[c])){if(!va(a[c],b[c]))return!1;d[c]=!0}for(c in b)if(!(c in d)&&"$"!==c.charAt(0)&&w(b[c])&&!B(b[c]))return!1;return!0}return!1}function db(a,b,d){return a.concat(Ha.call(b,d))}function Va(a,b){var d=2<arguments.length?Ha.call(arguments,2):[];return!B(b)||b instanceof
+RegExp?b:d.length?function(){return arguments.length?b.apply(a,db(d,arguments,0)):b.apply(a,d)}:function(){return arguments.length?b.apply(a,arguments):b.call(a)}}function Sc(a,b){var d=b;"string"===typeof a&&"$"===a.charAt(0)&&"$"===a.charAt(1)?d=void 0:$a(b)?d="$WINDOW":b&&z.document===b?d="$DOCUMENT":bb(b)&&(d="$SCOPE");return d}function eb(a,b){if(!A(a))return X(b)||(b=b?2:null),JSON.stringify(a,Sc,b)}function Tc(a){return C(a)?JSON.parse(a):a}function fc(a,b){a=a.replace(Be,"");var d=Date.parse("Jan 01, 1970 00:00:00 "+
+a)/6E4;return Y(d)?b:d}function Uc(a,b){a=new Date(a.getTime());a.setMinutes(a.getMinutes()+b);return a}function gc(a,b,d){d=d?-1:1;var c=a.getTimezoneOffset();b=fc(b,c);return Uc(a,d*(b-c))}function Aa(a){a=x(a).clone().empty();var b=x("<div></div>").append(a).html();try{return a[0].nodeType===Pa?K(b):b.match(/^(<[^>]+>)/)[1].replace(/^<([\w-]+)/,function(a,b){return"<"+K(b)})}catch(d){return K(b)}}function Vc(a){try{return decodeURIComponent(a)}catch(b){}}function hc(a){var b={};r((a||"").split("&"),
+function(a){var c,e,f;a&&(e=a=a.replace(/\+/g,"%20"),c=a.indexOf("="),-1!==c&&(e=a.substring(0,c),f=a.substring(c+1)),e=Vc(e),w(e)&&(f=w(f)?Vc(f):!0,ta.call(b,e)?H(b[e])?b[e].push(f):b[e]=[b[e],f]:b[e]=f))});return b}function Ce(a){var b=[];r(a,function(a,c){H(a)?r(a,function(a){b.push(ba(c,!0)+(!0===a?"":"="+ba(a,!0)))}):b.push(ba(c,!0)+(!0===a?"":"="+ba(a,!0)))});return b.length?b.join("&"):""}function ic(a){return ba(a,!0).replace(/%26/gi,"&").replace(/%3D/gi,"=").replace(/%2B/gi,"+")}function ba(a,
+b){return encodeURIComponent(a).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%3B/gi,";").replace(/%20/g,b?"%20":"+")}function De(a,b){var d,c,e=Qa.length;for(c=0;c<e;++c)if(d=Qa[c]+b,C(d=a.getAttribute(d)))return d;return null}function Ee(a,b){var d,c,e={};r(Qa,function(b){b+="app";!d&&a.hasAttribute&&a.hasAttribute(b)&&(d=a,c=a.getAttribute(b))});r(Qa,function(b){b+="app";var e;!d&&(e=a.querySelector("["+b.replace(":","\\:")+"]"))&&(d=e,c=e.getAttribute(b))});
+d&&(Fe?(e.strictDi=null!==De(d,"strict-di"),b(d,c?[c]:[],e)):z.console.error("AngularJS: disabling automatic bootstrap. <script> protocol indicates an extension, document.location.href does not match."))}function Wc(a,b,d){D(d)||(d={});d=S({strictDi:!1},d);var c=function(){a=x(a);if(a.injector()){var c=a[0]===z.document?"document":Aa(a);throw oa("btstrpd",c.replace(/</,"<").replace(/>/,">"));}b=b||[];b.unshift(["$provide",function(b){b.value("$rootElement",a)}]);d.debugInfoEnabled&&b.push(["$compileProvider",
+function(a){a.debugInfoEnabled(!0)}]);b.unshift("ng");c=fb(b,d.strictDi);c.invoke(["$rootScope","$rootElement","$compile","$injector",function(a,b,c,d){a.$apply(function(){b.data("$injector",d);c(b)(a)})}]);return c},e=/^NG_ENABLE_DEBUG_INFO!/,f=/^NG_DEFER_BOOTSTRAP!/;z&&e.test(z.name)&&(d.debugInfoEnabled=!0,z.name=z.name.replace(e,""));if(z&&!f.test(z.name))return c();z.name=z.name.replace(f,"");ca.resumeBootstrap=function(a){r(a,function(a){b.push(a)});return c()};B(ca.resumeDeferredBootstrap)&&
+ca.resumeDeferredBootstrap()}function Ge(){z.name="NG_ENABLE_DEBUG_INFO!"+z.name;z.location.reload()}function He(a){a=ca.element(a).injector();if(!a)throw oa("test");return a.get("$$testability")}function Xc(a,b){b=b||"_";return a.replace(Ie,function(a,c){return(c?b:"")+a.toLowerCase()})}function Je(){var a;if(!Yc){var b=rb();(sb=A(b)?z.jQuery:b?z[b]:void 0)&&sb.fn.on?(x=sb,S(sb.fn,{scope:Wa.scope,isolateScope:Wa.isolateScope,controller:Wa.controller,injector:Wa.injector,inheritedData:Wa.inheritedData})):
+x=U;a=x.cleanData;x.cleanData=function(b){for(var c,e=0,f;null!=(f=b[e]);e++)(c=(x._data(f)||{}).events)&&c.$destroy&&x(f).triggerHandler("$destroy");a(b)};ca.element=x;Yc=!0}}function Ke(){U.legacyXHTMLReplacement=!0}function gb(a,b,d){if(!a)throw oa("areq",b||"?",d||"required");return a}function tb(a,b,d){d&&H(a)&&(a=a[a.length-1]);gb(B(a),b,"not a function, got "+(a&&"object"===typeof a?a.constructor.name||"Object":typeof a));return a}function Ja(a,b){if("hasOwnProperty"===a)throw oa("badname",
+b);}function Le(a,b,d){if(!b)return a;b=b.split(".");for(var c,e=a,f=b.length,g=0;g<f;g++)c=b[g],a&&(a=(e=a)[c]);return!d&&B(a)?Va(e,a):a}function ub(a){for(var b=a[0],d=a[a.length-1],c,e=1;b!==d&&(b=b.nextSibling);e++)if(c||a[e]!==b)c||(c=x(Ha.call(a,0,e))),c.push(b);return c||a}function T(){return Object.create(null)}function jc(a){if(null==a)return"";switch(typeof a){case "string":break;case "number":a=""+a;break;default:a=!cc(a)||H(a)||ha(a)?eb(a):a.toString()}return a}function Me(a){function b(a,
+b,c){return a[b]||(a[b]=c())}var d=F("$injector"),c=F("ng");a=b(a,"angular",Object);a.$$minErr=a.$$minErr||F;return b(a,"module",function(){var a={};return function(f,g,k){var h={};if("hasOwnProperty"===f)throw c("badname","module");g&&a.hasOwnProperty(f)&&(a[f]=null);return b(a,f,function(){function a(b,c,d,f){f||(f=e);return function(){f[d||"push"]([b,c,arguments]);return t}}function b(a,c,d){d||(d=e);return function(b,e){e&&B(e)&&(e.$$moduleName=f);d.push([a,c,arguments]);return t}}if(!g)throw d("nomod",
+f);var e=[],n=[],s=[],G=a("$injector","invoke","push",n),t={_invokeQueue:e,_configBlocks:n,_runBlocks:s,info:function(a){if(w(a)){if(!D(a))throw c("aobj","value");h=a;return this}return h},requires:g,name:f,provider:b("$provide","provider"),factory:b("$provide","factory"),service:b("$provide","service"),value:a("$provide","value"),constant:a("$provide","constant","unshift"),decorator:b("$provide","decorator",n),animation:b("$animateProvider","register"),filter:b("$filterProvider","register"),controller:b("$controllerProvider",
+"register"),directive:b("$compileProvider","directive"),component:b("$compileProvider","component"),config:G,run:function(a){s.push(a);return this}};k&&G(k);return t})}})}function ja(a,b){if(H(a)){b=b||[];for(var d=0,c=a.length;d<c;d++)b[d]=a[d]}else if(D(a))for(d in b=b||{},a)if("$"!==d.charAt(0)||"$"!==d.charAt(1))b[d]=a[d];return b||a}function Ne(a,b){var d=[];Yb(b)&&(a=ca.copy(a,null,b));return JSON.stringify(a,function(a,b){b=Sc(a,b);if(D(b)){if(0<=d.indexOf(b))return"...";d.push(b)}return b})}
+function Oe(a){S(a,{errorHandlingConfig:ve,bootstrap:Wc,copy:Ia,extend:S,merge:xe,equals:va,element:x,forEach:r,injector:fb,noop:E,bind:Va,toJson:eb,fromJson:Tc,identity:Ta,isUndefined:A,isDefined:w,isString:C,isFunction:B,isObject:D,isNumber:X,isElement:ac,isArray:H,version:Pe,isDate:ha,callbacks:{$$counter:0},getTestability:He,reloadWithDebugInfo:Ge,UNSAFE_restoreLegacyJqLiteXHTMLReplacement:Ke,$$minErr:F,$$csp:Ba,$$encodeUriSegment:ic,$$encodeUriQuery:ba,$$lowercase:K,$$stringify:jc,$$uppercase:vb});
+lc=Me(z);lc("ng",["ngLocale"],["$provide",function(a){a.provider({$$sanitizeUri:Qe});a.provider("$compile",Zc).directive({a:Re,input:$c,textarea:$c,form:Se,script:Te,select:Ue,option:Ve,ngBind:We,ngBindHtml:Xe,ngBindTemplate:Ye,ngClass:Ze,ngClassEven:$e,ngClassOdd:af,ngCloak:bf,ngController:cf,ngForm:df,ngHide:ef,ngIf:ff,ngInclude:gf,ngInit:hf,ngNonBindable:jf,ngPluralize:kf,ngRef:lf,ngRepeat:mf,ngShow:nf,ngStyle:of,ngSwitch:pf,ngSwitchWhen:qf,ngSwitchDefault:rf,ngOptions:sf,ngTransclude:tf,ngModel:uf,
+ngList:vf,ngChange:wf,pattern:ad,ngPattern:ad,required:bd,ngRequired:bd,minlength:cd,ngMinlength:cd,maxlength:dd,ngMaxlength:dd,ngValue:xf,ngModelOptions:yf}).directive({ngInclude:zf,input:Af}).directive(wb).directive(ed);a.provider({$anchorScroll:Bf,$animate:Cf,$animateCss:Df,$$animateJs:Ef,$$animateQueue:Ff,$$AnimateRunner:Gf,$$animateAsyncRun:Hf,$browser:If,$cacheFactory:Jf,$controller:Kf,$document:Lf,$$isDocumentHidden:Mf,$exceptionHandler:Nf,$filter:fd,$$forceReflow:Of,$interpolate:Pf,$interval:Qf,
+$$intervalFactory:Rf,$http:Sf,$httpParamSerializer:Tf,$httpParamSerializerJQLike:Uf,$httpBackend:Vf,$xhrFactory:Wf,$jsonpCallbacks:Xf,$location:Yf,$log:Zf,$parse:$f,$rootScope:ag,$q:bg,$$q:cg,$sce:dg,$sceDelegate:eg,$sniffer:fg,$$taskTrackerFactory:gg,$templateCache:hg,$templateRequest:ig,$$testability:jg,$timeout:kg,$window:lg,$$rAF:mg,$$jqLite:ng,$$Map:og,$$cookieReader:pg})}]).info({angularVersion:"1.8.0"})}function xb(a,b){return b.toUpperCase()}function yb(a){return a.replace(qg,xb)}function mc(a){a=
+a.nodeType;return 1===a||!a||9===a}function gd(a,b){var d,c,e,f=b.createDocumentFragment(),g=[],k;if(nc.test(a)){d=f.appendChild(b.createElement("div"));c=(rg.exec(a)||["",""])[1].toLowerCase();e=U.legacyXHTMLReplacement?a.replace(sg,"<$1></$2>"):a;if(10>wa)for(c=hb[c]||hb._default,d.innerHTML=c[1]+e+c[2],k=c[0];k--;)d=d.firstChild;else{c=qa[c]||[];for(k=c.length;-1<--k;)d.appendChild(z.document.createElement(c[k])),d=d.firstChild;d.innerHTML=e}g=db(g,d.childNodes);d=f.firstChild;d.textContent=""}else g.push(b.createTextNode(a));
+f.textContent="";f.innerHTML="";r(g,function(a){f.appendChild(a)});return f}function U(a){if(a instanceof U)return a;var b;C(a)&&(a=V(a),b=!0);if(!(this instanceof U)){if(b&&"<"!==a.charAt(0))throw oc("nosel");return new U(a)}if(b){b=z.document;var d;a=(d=tg.exec(a))?[b.createElement(d[1])]:(d=gd(a,b))?d.childNodes:[];pc(this,a)}else B(a)?hd(a):pc(this,a)}function qc(a){return a.cloneNode(!0)}function zb(a,b){!b&&mc(a)&&x.cleanData([a]);a.querySelectorAll&&x.cleanData(a.querySelectorAll("*"))}function id(a){for(var b in a)return!1;
+return!0}function jd(a){var b=a.ng339,d=b&&Ka[b],c=d&&d.events,d=d&&d.data;d&&!id(d)||c&&!id(c)||(delete Ka[b],a.ng339=void 0)}function kd(a,b,d,c){if(w(c))throw oc("offargs");var e=(c=Ab(a))&&c.events,f=c&&c.handle;if(f){if(b){var g=function(b){var c=e[b];w(d)&&cb(c||[],d);w(d)&&c&&0<c.length||(a.removeEventListener(b,f),delete e[b])};r(b.split(" "),function(a){g(a);Bb[a]&&g(Bb[a])})}else for(b in e)"$destroy"!==b&&a.removeEventListener(b,f),delete e[b];jd(a)}}function rc(a,b){var d=a.ng339;if(d=
+d&&Ka[d])b?delete d.data[b]:d.data={},jd(a)}function Ab(a,b){var d=a.ng339,d=d&&Ka[d];b&&!d&&(a.ng339=d=++ug,d=Ka[d]={events:{},data:{},handle:void 0});return d}function sc(a,b,d){if(mc(a)){var c,e=w(d),f=!e&&b&&!D(b),g=!b;a=(a=Ab(a,!f))&&a.data;if(e)a[yb(b)]=d;else{if(g)return a;if(f)return a&&a[yb(b)];for(c in b)a[yb(c)]=b[c]}}}function Cb(a,b){return a.getAttribute?-1<(" "+(a.getAttribute("class")||"")+" ").replace(/[\n\t]/g," ").indexOf(" "+b+" "):!1}function Db(a,b){if(b&&a.setAttribute){var d=
+(" "+(a.getAttribute("class")||"")+" ").replace(/[\n\t]/g," "),c=d;r(b.split(" "),function(a){a=V(a);c=c.replace(" "+a+" "," ")});c!==d&&a.setAttribute("class",V(c))}}function Eb(a,b){if(b&&a.setAttribute){var d=(" "+(a.getAttribute("class")||"")+" ").replace(/[\n\t]/g," "),c=d;r(b.split(" "),function(a){a=V(a);-1===c.indexOf(" "+a+" ")&&(c+=a+" ")});c!==d&&a.setAttribute("class",V(c))}}function pc(a,b){if(b)if(b.nodeType)a[a.length++]=b;else{var d=b.length;if("number"===typeof d&&b.window!==b){if(d)for(var c=
+0;c<d;c++)a[a.length++]=b[c]}else a[a.length++]=b}}function ld(a,b){return Fb(a,"$"+(b||"ngController")+"Controller")}function Fb(a,b,d){9===a.nodeType&&(a=a.documentElement);for(b=H(b)?b:[b];a;){for(var c=0,e=b.length;c<e;c++)if(w(d=x.data(a,b[c])))return d;a=a.parentNode||11===a.nodeType&&a.host}}function md(a){for(zb(a,!0);a.firstChild;)a.removeChild(a.firstChild)}function Gb(a,b){b||zb(a);var d=a.parentNode;d&&d.removeChild(a)}function vg(a,b){b=b||z;if("complete"===b.document.readyState)b.setTimeout(a);
+else x(b).on("load",a)}function hd(a){function b(){z.document.removeEventListener("DOMContentLoaded",b);z.removeEventListener("load",b);a()}"complete"===z.document.readyState?z.setTimeout(a):(z.document.addEventListener("DOMContentLoaded",b),z.addEventListener("load",b))}function nd(a,b){var d=Hb[b.toLowerCase()];return d&&od[ua(a)]&&d}function wg(a,b){var d=function(c,d){c.isDefaultPrevented=function(){return c.defaultPrevented};var f=b[d||c.type],g=f?f.length:0;if(g){if(A(c.immediatePropagationStopped)){var k=
+c.stopImmediatePropagation;c.stopImmediatePropagation=function(){c.immediatePropagationStopped=!0;c.stopPropagation&&c.stopPropagation();k&&k.call(c)}}c.isImmediatePropagationStopped=function(){return!0===c.immediatePropagationStopped};var h=f.specialHandlerWrapper||xg;1<g&&(f=ja(f));for(var l=0;l<g;l++)c.isImmediatePropagationStopped()||h(a,c,f[l])}};d.elem=a;return d}function xg(a,b,d){d.call(a,b)}function yg(a,b,d){var c=b.relatedTarget;c&&(c===a||zg.call(a,c))||d.call(a,b)}function ng(){this.$get=
+function(){return S(U,{hasClass:function(a,b){a.attr&&(a=a[0]);return Cb(a,b)},addClass:function(a,b){a.attr&&(a=a[0]);return Eb(a,b)},removeClass:function(a,b){a.attr&&(a=a[0]);return Db(a,b)}})}}function La(a,b){var d=a&&a.$$hashKey;if(d)return"function"===typeof d&&(d=a.$$hashKey()),d;d=typeof a;return d="function"===d||"object"===d&&null!==a?a.$$hashKey=d+":"+(b||we)():d+":"+a}function pd(){this._keys=[];this._values=[];this._lastKey=NaN;this._lastIndex=-1}function qd(a){a=Function.prototype.toString.call(a).replace(Ag,
+"");return a.match(Bg)||a.match(Cg)}function Dg(a){return(a=qd(a))?"function("+(a[1]||"").replace(/[\s\r\n]+/," ")+")":"fn"}function fb(a,b){function d(a){return function(b,c){if(D(b))r(b,Zb(a));else return a(b,c)}}function c(a,b){Ja(a,"service");if(B(b)||H(b))b=n.instantiate(b);if(!b.$get)throw Ca("pget",a);return p[a+"Provider"]=b}function e(a,b){return function(){var c=t.invoke(b,this);if(A(c))throw Ca("undef",a);return c}}function f(a,b,d){return c(a,{$get:!1!==d?e(a,b):b})}function g(a){gb(A(a)||
+H(a),"modulesToLoad","not an array");var b=[],c;r(a,function(a){function d(a){var b,c;b=0;for(c=a.length;b<c;b++){var e=a[b],f=n.get(e[0]);f[e[1]].apply(f,e[2])}}if(!m.get(a)){m.set(a,!0);try{C(a)?(c=lc(a),t.modules[a]=c,b=b.concat(g(c.requires)).concat(c._runBlocks),d(c._invokeQueue),d(c._configBlocks)):B(a)?b.push(n.invoke(a)):H(a)?b.push(n.invoke(a)):tb(a,"module")}catch(e){throw H(a)&&(a=a[a.length-1]),e.message&&e.stack&&-1===e.stack.indexOf(e.message)&&(e=e.message+"\n"+e.stack),Ca("modulerr",
+a,e.stack||e.message||e);}}});return b}function k(a,c){function d(b,e){if(a.hasOwnProperty(b)){if(a[b]===h)throw Ca("cdep",b+" <- "+l.join(" <- "));return a[b]}try{return l.unshift(b),a[b]=h,a[b]=c(b,e),a[b]}catch(f){throw a[b]===h&&delete a[b],f;}finally{l.shift()}}function e(a,c,f){var g=[];a=fb.$$annotate(a,b,f);for(var h=0,k=a.length;h<k;h++){var l=a[h];if("string"!==typeof l)throw Ca("itkn",l);g.push(c&&c.hasOwnProperty(l)?c[l]:d(l,f))}return g}return{invoke:function(a,b,c,d){"string"===typeof c&&
+(d=c,c=null);c=e(a,c,d);H(a)&&(a=a[a.length-1]);d=a;if(wa||"function"!==typeof d)d=!1;else{var f=d.$$ngIsClass;Ga(f)||(f=d.$$ngIsClass=/^class\b/.test(Function.prototype.toString.call(d)));d=f}return d?(c.unshift(null),new (Function.prototype.bind.apply(a,c))):a.apply(b,c)},instantiate:function(a,b,c){var d=H(a)?a[a.length-1]:a;a=e(a,b,c);a.unshift(null);return new (Function.prototype.bind.apply(d,a))},get:d,annotate:fb.$$annotate,has:function(b){return p.hasOwnProperty(b+"Provider")||a.hasOwnProperty(b)}}}
+b=!0===b;var h={},l=[],m=new Ib,p={$provide:{provider:d(c),factory:d(f),service:d(function(a,b){return f(a,["$injector",function(a){return a.instantiate(b)}])}),value:d(function(a,b){return f(a,ia(b),!1)}),constant:d(function(a,b){Ja(a,"constant");p[a]=b;s[a]=b}),decorator:function(a,b){var c=n.get(a+"Provider"),d=c.$get;c.$get=function(){var a=t.invoke(d,c);return t.invoke(b,null,{$delegate:a})}}}},n=p.$injector=k(p,function(a,b){ca.isString(b)&&l.push(b);throw Ca("unpr",l.join(" <- "));}),s={},
+G=k(s,function(a,b){var c=n.get(a+"Provider",b);return t.invoke(c.$get,c,void 0,a)}),t=G;p.$injectorProvider={$get:ia(G)};t.modules=n.modules=T();var N=g(a),t=G.get("$injector");t.strictDi=b;r(N,function(a){a&&t.invoke(a)});t.loadNewModules=function(a){r(g(a),function(a){a&&t.invoke(a)})};return t}function Bf(){var a=!0;this.disableAutoScrolling=function(){a=!1};this.$get=["$window","$location","$rootScope",function(b,d,c){function e(a){var b=null;Array.prototype.some.call(a,function(a){if("a"===
+ua(a))return b=a,!0});return b}function f(a){if(a){a.scrollIntoView();var c;c=g.yOffset;B(c)?c=c():ac(c)?(c=c[0],c="fixed"!==b.getComputedStyle(c).position?0:c.getBoundingClientRect().bottom):X(c)||(c=0);c&&(a=a.getBoundingClientRect().top,b.scrollBy(0,a-c))}else b.scrollTo(0,0)}function g(a){a=C(a)?a:X(a)?a.toString():d.hash();var b;a?(b=k.getElementById(a))?f(b):(b=e(k.getElementsByName(a)))?f(b):"top"===a&&f(null):f(null)}var k=b.document;a&&c.$watch(function(){return d.hash()},function(a,b){a===
+b&&""===a||vg(function(){c.$evalAsync(g)})});return g}]}function ib(a,b){if(!a&&!b)return"";if(!a)return b;if(!b)return a;H(a)&&(a=a.join(" "));H(b)&&(b=b.join(" "));return a+" "+b}function Eg(a){C(a)&&(a=a.split(" "));var b=T();r(a,function(a){a.length&&(b[a]=!0)});return b}function ra(a){return D(a)?a:{}}function Fg(a,b,d,c,e){function f(){pa=null;k()}function g(){t=y();t=A(t)?null:t;va(t,P)&&(t=P);N=P=t}function k(){var a=N;g();if(v!==h.url()||a!==t)v=h.url(),N=t,r(J,function(a){a(h.url(),t)})}
+var h=this,l=a.location,m=a.history,p=a.setTimeout,n=a.clearTimeout,s={},G=e(d);h.isMock=!1;h.$$completeOutstandingRequest=G.completeTask;h.$$incOutstandingRequestCount=G.incTaskCount;h.notifyWhenNoOutstandingRequests=G.notifyWhenNoPendingTasks;var t,N,v=l.href,kc=b.find("base"),pa=null,y=c.history?function(){try{return m.state}catch(a){}}:E;g();h.url=function(b,d,e){A(e)&&(e=null);l!==a.location&&(l=a.location);m!==a.history&&(m=a.history);if(b){var f=N===e;b=ga(b).href;if(v===b&&(!c.history||f))return h;
+var k=v&&Da(v)===Da(b);v=b;N=e;!c.history||k&&f?(k||(pa=b),d?l.replace(b):k?(d=l,e=b,f=e.indexOf("#"),e=-1===f?"":e.substr(f),d.hash=e):l.href=b,l.href!==b&&(pa=b)):(m[d?"replaceState":"pushState"](e,"",b),g());pa&&(pa=b);return h}return(pa||l.href).replace(/#$/,"")};h.state=function(){return t};var J=[],I=!1,P=null;h.onUrlChange=function(b){if(!I){if(c.history)x(a).on("popstate",f);x(a).on("hashchange",f);I=!0}J.push(b);return b};h.$$applicationDestroyed=function(){x(a).off("hashchange popstate",
+f)};h.$$checkUrlChange=k;h.baseHref=function(){var a=kc.attr("href");return a?a.replace(/^(https?:)?\/\/[^/]*/,""):""};h.defer=function(a,b,c){var d;b=b||0;c=c||G.DEFAULT_TASK_TYPE;G.incTaskCount(c);d=p(function(){delete s[d];G.completeTask(a,c)},b);s[d]=c;return d};h.defer.cancel=function(a){if(s.hasOwnProperty(a)){var b=s[a];delete s[a];n(a);G.completeTask(E,b);return!0}return!1}}function If(){this.$get=["$window","$log","$sniffer","$document","$$taskTrackerFactory",function(a,b,d,c,e){return new Fg(a,
+c,b,d,e)}]}function Jf(){this.$get=function(){function a(a,c){function e(a){a!==p&&(n?n===a&&(n=a.n):n=a,f(a.n,a.p),f(a,p),p=a,p.n=null)}function f(a,b){a!==b&&(a&&(a.p=b),b&&(b.n=a))}if(a in b)throw F("$cacheFactory")("iid",a);var g=0,k=S({},c,{id:a}),h=T(),l=c&&c.capacity||Number.MAX_VALUE,m=T(),p=null,n=null;return b[a]={put:function(a,b){if(!A(b)){if(l<Number.MAX_VALUE){var c=m[a]||(m[a]={key:a});e(c)}a in h||g++;h[a]=b;g>l&&this.remove(n.key);return b}},get:function(a){if(l<Number.MAX_VALUE){var b=
+m[a];if(!b)return;e(b)}return h[a]},remove:function(a){if(l<Number.MAX_VALUE){var b=m[a];if(!b)return;b===p&&(p=b.p);b===n&&(n=b.n);f(b.n,b.p);delete m[a]}a in h&&(delete h[a],g--)},removeAll:function(){h=T();g=0;m=T();p=n=null},destroy:function(){m=k=h=null;delete b[a]},info:function(){return S({},k,{size:g})}}}var b={};a.info=function(){var a={};r(b,function(b,e){a[e]=b.info()});return a};a.get=function(a){return b[a]};return a}}function hg(){this.$get=["$cacheFactory",function(a){return a("templates")}]}
+function Zc(a,b){function d(a,b,c){var d=/^([@&]|[=<](\*?))(\??)\s*([\w$]*)$/,e=T();r(a,function(a,f){a=a.trim();if(a in p)e[f]=p[a];else{var g=a.match(d);if(!g)throw $("iscp",b,f,a,c?"controller bindings definition":"isolate scope definition");e[f]={mode:g[1][0],collection:"*"===g[2],optional:"?"===g[3],attrName:g[4]||f};g[4]&&(p[a]=e[f])}});return e}function c(a){var b=a.charAt(0);if(!b||b!==K(b))throw $("baddir",a);if(a!==a.trim())throw $("baddir",a);}function e(a){var b=a.require||a.controller&&
+a.name;!H(b)&&D(b)&&r(b,function(a,c){var d=a.match(l);a.substring(d[0].length)||(b[c]=d[0]+c)});return b}var f={},g=/^\s*directive:\s*([\w-]+)\s+(.*)$/,k=/(([\w-]+)(?::([^;]+))?;?)/,h=Ae("ngSrc,ngSrcset,src,srcset"),l=/^(?:(\^\^?)?(\?)?(\^\^?)?)?/,m=/^(on[a-z]+|formaction)$/,p=T();this.directive=function pa(b,d){gb(b,"name");Ja(b,"directive");C(b)?(c(b),gb(d,"directiveFactory"),f.hasOwnProperty(b)||(f[b]=[],a.factory(b+"Directive",["$injector","$exceptionHandler",function(a,c){var d=[];r(f[b],function(f,
+g){try{var h=a.invoke(f);B(h)?h={compile:ia(h)}:!h.compile&&h.link&&(h.compile=ia(h.link));h.priority=h.priority||0;h.index=g;h.name=h.name||b;h.require=e(h);var k=h,l=h.restrict;if(l&&(!C(l)||!/[EACM]/.test(l)))throw $("badrestrict",l,b);k.restrict=l||"EA";h.$$moduleName=f.$$moduleName;d.push(h)}catch(m){c(m)}});return d}])),f[b].push(d)):r(b,Zb(pa));return this};this.component=function y(a,b){function c(a){function e(b){return B(b)||H(b)?function(c,d){return a.invoke(b,this,{$element:c,$attrs:d})}:
+b}var f=b.template||b.templateUrl?b.template:"",g={controller:d,controllerAs:Gg(b.controller)||b.controllerAs||"$ctrl",template:e(f),templateUrl:e(b.templateUrl),transclude:b.transclude,scope:{},bindToController:b.bindings||{},restrict:"E",require:b.require};r(b,function(a,b){"$"===b.charAt(0)&&(g[b]=a)});return g}if(!C(a))return r(a,Zb(Va(this,y))),this;var d=b.controller||function(){};r(b,function(a,b){"$"===b.charAt(0)&&(c[b]=a,B(d)&&(d[b]=a))});c.$inject=["$injector"];return this.directive(a,
+c)};this.aHrefSanitizationWhitelist=function(a){return w(a)?(b.aHrefSanitizationWhitelist(a),this):b.aHrefSanitizationWhitelist()};this.imgSrcSanitizationWhitelist=function(a){return w(a)?(b.imgSrcSanitizationWhitelist(a),this):b.imgSrcSanitizationWhitelist()};var n=!0;this.debugInfoEnabled=function(a){return w(a)?(n=a,this):n};var s=!1;this.strictComponentBindingsEnabled=function(a){return w(a)?(s=a,this):s};var G=10;this.onChangesTtl=function(a){return arguments.length?(G=a,this):G};var t=!0;this.commentDirectivesEnabled=
+function(a){return arguments.length?(t=a,this):t};var N=!0;this.cssClassDirectivesEnabled=function(a){return arguments.length?(N=a,this):N};var v=T();this.addPropertySecurityContext=function(a,b,c){var d=a.toLowerCase()+"|"+b.toLowerCase();if(d in v&&v[d]!==c)throw $("ctxoverride",a,b,v[d],c);v[d]=c;return this};(function(){function a(b,c){r(c,function(a){v[a.toLowerCase()]=b})}a(W.HTML,["iframe|srcdoc","*|innerHTML","*|outerHTML"]);a(W.CSS,["*|style"]);a(W.URL,"area|href area|ping a|href a|ping blockquote|cite body|background del|cite input|src ins|cite q|cite".split(" "));
+a(W.MEDIA_URL,"audio|src img|src img|srcset source|src source|srcset track|src video|src video|poster".split(" "));a(W.RESOURCE_URL,"*|formAction applet|code applet|codebase base|href embed|src frame|src form|action head|profile html|manifest iframe|src link|href media|src object|codebase object|data script|src".split(" "))})();this.$get=["$injector","$interpolate","$exceptionHandler","$templateRequest","$parse","$controller","$rootScope","$sce","$animate",function(a,b,c,e,p,M,L,u,R){function q(){try{if(!--Ja)throw Ua=
+void 0,$("infchng",G);L.$apply(function(){for(var a=0,b=Ua.length;a<b;++a)try{Ua[a]()}catch(d){c(d)}Ua=void 0})}finally{Ja++}}function ma(a,b){if(!a)return a;if(!C(a))throw $("srcset",b,a.toString());for(var c="",d=V(a),e=/(\s+\d+x\s*,|\s+\d+w\s*,|\s+,|,\s+)/,e=/\s/.test(d)?e:/(,)/,d=d.split(e),e=Math.floor(d.length/2),f=0;f<e;f++)var g=2*f,c=c+u.getTrustedMediaUrl(V(d[g])),c=c+(" "+V(d[g+1]));d=V(d[2*f]).split(/\s/);c+=u.getTrustedMediaUrl(V(d[0]));2===d.length&&(c+=" "+V(d[1]));return c}function w(a,
+b){if(b){var c=Object.keys(b),d,e,f;d=0;for(e=c.length;d<e;d++)f=c[d],this[f]=b[f]}else this.$attr={};this.$$element=a}function O(a,b,c){Fa.innerHTML="<span "+b+">";b=Fa.firstChild.attributes;var d=b[0];b.removeNamedItem(d.name);d.value=c;a.attributes.setNamedItem(d)}function sa(a,b){try{a.addClass(b)}catch(c){}}function da(a,b,c,d,e){a instanceof x||(a=x(a));var f=Xa(a,b,a,c,d,e);da.$$addScopeClass(a);var g=null;return function(b,c,d){if(!a)throw $("multilink");gb(b,"scope");e&&e.needsNewScope&&
+(b=b.$parent.$new());d=d||{};var h=d.parentBoundTranscludeFn,k=d.transcludeControllers;d=d.futureParentElement;h&&h.$$boundTransclude&&(h=h.$$boundTransclude);g||(g=(d=d&&d[0])?"foreignobject"!==ua(d)&&la.call(d).match(/SVG/)?"svg":"html":"html");d="html"!==g?x(ja(g,x("<div></div>").append(a).html())):c?Wa.clone.call(a):a;if(k)for(var l in k)d.data("$"+l+"Controller",k[l].instance);da.$$addScopeInfo(d,b);c&&c(d,b);f&&f(b,d,d,h);c||(a=f=null);return d}}function Xa(a,b,c,d,e,f){function g(a,c,d,e){var f,
+k,l,m,p,I,t;if(n)for(t=Array(c.length),m=0;m<h.length;m+=3)f=h[m],t[f]=c[f];else t=c;m=0;for(p=h.length;m<p;)k=t[h[m++]],c=h[m++],f=h[m++],c?(c.scope?(l=a.$new(),da.$$addScopeInfo(x(k),l)):l=a,I=c.transcludeOnThisElement?ka(a,c.transclude,e):!c.templateOnThisElement&&e?e:!e&&b?ka(a,b):null,c(f,l,k,d,I)):f&&f(a,k.childNodes,void 0,e)}for(var h=[],k=H(a)||a instanceof x,l,m,p,I,n,t=0;t<a.length;t++){l=new w;11===wa&&jb(a,t,k);m=tc(a[t],[],l,0===t?d:void 0,e);(f=m.length?aa(m,a[t],l,b,c,null,[],[],f):
+null)&&f.scope&&da.$$addScopeClass(l.$$element);l=f&&f.terminal||!(p=a[t].childNodes)||!p.length?null:Xa(p,f?(f.transcludeOnThisElement||!f.templateOnThisElement)&&f.transclude:b);if(f||l)h.push(t,f,l),I=!0,n=n||f;f=null}return I?g:null}function jb(a,b,c){var d=a[b],e=d.parentNode,f;if(d.nodeType===Pa)for(;;){f=e?d.nextSibling:a[b+1];if(!f||f.nodeType!==Pa)break;d.nodeValue+=f.nodeValue;f.parentNode&&f.parentNode.removeChild(f);c&&f===a[b+1]&&a.splice(b+1,1)}}function ka(a,b,c){function d(e,f,g,h,
+k){e||(e=a.$new(!1,k),e.$$transcluded=!0);return b(e,f,{parentBoundTranscludeFn:c,transcludeControllers:g,futureParentElement:h})}var e=d.$$slots=T(),f;for(f in b.$$slots)e[f]=b.$$slots[f]?ka(a,b.$$slots[f],c):null;return d}function tc(a,b,d,e,f){var g=d.$attr,h;switch(a.nodeType){case 1:h=ua(a);Y(b,xa(h),"E",e,f);for(var l,m,n,t,J,s=a.attributes,v=0,G=s&&s.length;v<G;v++){var P=!1,N=!1,r=!1,y=!1,u=!1,M;l=s[v];m=l.name;t=l.value;n=xa(m.toLowerCase());(J=n.match(Ra))?(r="Attr"===J[1],y="Prop"===J[1],
+u="On"===J[1],m=m.replace(rd,"").toLowerCase().substr(4+J[1].length).replace(/_(.)/g,function(a,b){return b.toUpperCase()})):(M=n.match(Sa))&&ca(M[1])&&(P=m,N=m.substr(0,m.length-5)+"end",m=m.substr(0,m.length-6));if(y||u)d[n]=t,g[n]=l.name,y?Ea(a,b,n,m):b.push(sd(p,L,c,n,m,!1));else{n=xa(m.toLowerCase());g[n]=m;if(r||!d.hasOwnProperty(n))d[n]=t,nd(a,n)&&(d[n]=!0);Ia(a,b,t,n,r);Y(b,n,"A",e,f,P,N)}}"input"===h&&"hidden"===a.getAttribute("type")&&a.setAttribute("autocomplete","off");if(!Qa)break;g=
+a.className;D(g)&&(g=g.animVal);if(C(g)&&""!==g)for(;a=k.exec(g);)n=xa(a[2]),Y(b,n,"C",e,f)&&(d[n]=V(a[3])),g=g.substr(a.index+a[0].length);break;case Pa:na(b,a.nodeValue);break;case 8:if(!Oa)break;F(a,b,d,e,f)}b.sort(ia);return b}function F(a,b,c,d,e){try{var f=g.exec(a.nodeValue);if(f){var h=xa(f[1]);Y(b,h,"M",d,e)&&(c[h]=V(f[2]))}}catch(k){}}function U(a,b,c){var d=[],e=0;if(b&&a.hasAttribute&&a.hasAttribute(b)){do{if(!a)throw $("uterdir",b,c);1===a.nodeType&&(a.hasAttribute(b)&&e++,a.hasAttribute(c)&&
+e--);d.push(a);a=a.nextSibling}while(0<e)}else d.push(a);return x(d)}function W(a,b,c){return function(d,e,f,g,h){e=U(e[0],b,c);return a(d,e,f,g,h)}}function Z(a,b,c,d,e,f){var g;return a?da(b,c,d,e,f):function(){g||(g=da(b,c,d,e,f),b=c=f=null);return g.apply(this,arguments)}}function aa(a,b,d,e,f,g,h,k,l){function m(a,b,c,d){if(a){c&&(a=W(a,c,d));a.require=u.require;a.directiveName=Q;if(s===u||u.$$isolateScope)a=Ba(a,{isolateScope:!0});h.push(a)}if(b){c&&(b=W(b,c,d));b.require=u.require;b.directiveName=
+Q;if(s===u||u.$$isolateScope)b=Ba(b,{isolateScope:!0});k.push(b)}}function p(a,e,f,g,l){function m(a,b,c,d){var e;bb(a)||(d=c,c=b,b=a,a=void 0);N&&(e=P);c||(c=N?Q.parent():Q);if(d){var f=l.$$slots[d];if(f)return f(a,b,e,c,R);if(A(f))throw $("noslot",d,Aa(Q));}else return l(a,b,e,c,R)}var n,u,L,y,G,P,M,Q;b===f?(g=d,Q=d.$$element):(Q=x(f),g=new w(Q,d));G=e;s?y=e.$new(!0):t&&(G=e.$parent);l&&(M=m,M.$$boundTransclude=l,M.isSlotFilled=function(a){return!!l.$$slots[a]});J&&(P=ea(Q,g,M,J,y,e,s));s&&(da.$$addScopeInfo(Q,
+y,!0,!(v&&(v===s||v===s.$$originalDirective))),da.$$addScopeClass(Q,!0),y.$$isolateBindings=s.$$isolateBindings,u=Da(e,g,y,y.$$isolateBindings,s),u.removeWatches&&y.$on("$destroy",u.removeWatches));for(n in P){u=J[n];L=P[n];var Hg=u.$$bindings.bindToController;L.instance=L();Q.data("$"+u.name+"Controller",L.instance);L.bindingInfo=Da(G,g,L.instance,Hg,u)}r(J,function(a,b){var c=a.require;a.bindToController&&!H(c)&&D(c)&&S(P[b].instance,X(b,c,Q,P))});r(P,function(a){var b=a.instance;if(B(b.$onChanges))try{b.$onChanges(a.bindingInfo.initialChanges)}catch(d){c(d)}if(B(b.$onInit))try{b.$onInit()}catch(e){c(e)}B(b.$doCheck)&&
+(G.$watch(function(){b.$doCheck()}),b.$doCheck());B(b.$onDestroy)&&G.$on("$destroy",function(){b.$onDestroy()})});n=0;for(u=h.length;n<u;n++)L=h[n],Ca(L,L.isolateScope?y:e,Q,g,L.require&&X(L.directiveName,L.require,Q,P),M);var R=e;s&&(s.template||null===s.templateUrl)&&(R=y);a&&a(R,f.childNodes,void 0,l);for(n=k.length-1;0<=n;n--)L=k[n],Ca(L,L.isolateScope?y:e,Q,g,L.require&&X(L.directiveName,L.require,Q,P),M);r(P,function(a){a=a.instance;B(a.$postLink)&&a.$postLink()})}l=l||{};for(var n=-Number.MAX_VALUE,
+t=l.newScopeDirective,J=l.controllerDirectives,s=l.newIsolateScopeDirective,v=l.templateDirective,L=l.nonTlbTranscludeDirective,G=!1,P=!1,N=l.hasElementTranscludeDirective,y=d.$$element=x(b),u,Q,M,R=e,q,ma=!1,Jb=!1,O,sa=0,C=a.length;sa<C;sa++){u=a[sa];var E=u.$$start,jb=u.$$end;E&&(y=U(b,E,jb));M=void 0;if(n>u.priority)break;if(O=u.scope)u.templateUrl||(D(O)?(ba("new/isolated scope",s||t,u,y),s=u):ba("new/isolated scope",s,u,y)),t=t||u;Q=u.name;if(!ma&&(u.replace&&(u.templateUrl||u.template)||u.transclude&&
+!u.$$tlb)){for(O=sa+1;ma=a[O++];)if(ma.transclude&&!ma.$$tlb||ma.replace&&(ma.templateUrl||ma.template)){Jb=!0;break}ma=!0}!u.templateUrl&&u.controller&&(J=J||T(),ba("'"+Q+"' controller",J[Q],u,y),J[Q]=u);if(O=u.transclude)if(G=!0,u.$$tlb||(ba("transclusion",L,u,y),L=u),"element"===O)N=!0,n=u.priority,M=y,y=d.$$element=x(da.$$createComment(Q,d[Q])),b=y[0],oa(f,Ha.call(M,0),b),R=Z(Jb,M,e,n,g&&g.name,{nonTlbTranscludeDirective:L});else{var ka=T();if(D(O)){M=z.document.createDocumentFragment();var Xa=
+T(),F=T();r(O,function(a,b){var c="?"===a.charAt(0);a=c?a.substring(1):a;Xa[a]=b;ka[b]=null;F[b]=c});r(y.contents(),function(a){var b=Xa[xa(ua(a))];b?(F[b]=!0,ka[b]=ka[b]||z.document.createDocumentFragment(),ka[b].appendChild(a)):M.appendChild(a)});r(F,function(a,b){if(!a)throw $("reqslot",b);});for(var K in ka)ka[K]&&(R=x(ka[K].childNodes),ka[K]=Z(Jb,R,e));M=x(M.childNodes)}else M=x(qc(b)).contents();y.empty();R=Z(Jb,M,e,void 0,void 0,{needsNewScope:u.$$isolateScope||u.$$newScope});R.$$slots=ka}if(u.template)if(P=
+!0,ba("template",v,u,y),v=u,O=B(u.template)?u.template(y,d):u.template,O=Na(O),u.replace){g=u;M=nc.test(O)?td(ja(u.templateNamespace,V(O))):[];b=M[0];if(1!==M.length||1!==b.nodeType)throw $("tplrt",Q,"");oa(f,y,b);C={$attr:{}};O=tc(b,[],C);var Ig=a.splice(sa+1,a.length-(sa+1));(s||t)&&fa(O,s,t);a=a.concat(O).concat(Ig);ga(d,C);C=a.length}else y.html(O);if(u.templateUrl)P=!0,ba("template",v,u,y),v=u,u.replace&&(g=u),p=ha(a.splice(sa,a.length-sa),y,d,f,G&&R,h,k,{controllerDirectives:J,newScopeDirective:t!==
+u&&t,newIsolateScopeDirective:s,templateDirective:v,nonTlbTranscludeDirective:L}),C=a.length;else if(u.compile)try{q=u.compile(y,d,R);var Y=u.$$originalDirective||u;B(q)?m(null,Va(Y,q),E,jb):q&&m(Va(Y,q.pre),Va(Y,q.post),E,jb)}catch(ca){c(ca,Aa(y))}u.terminal&&(p.terminal=!0,n=Math.max(n,u.priority))}p.scope=t&&!0===t.scope;p.transcludeOnThisElement=G;p.templateOnThisElement=P;p.transclude=R;l.hasElementTranscludeDirective=N;return p}function X(a,b,c,d){var e;if(C(b)){var f=b.match(l);b=b.substring(f[0].length);
+var g=f[1]||f[3],f="?"===f[2];"^^"===g?c=c.parent():e=(e=d&&d[b])&&e.instance;if(!e){var h="$"+b+"Controller";e="^^"===g&&c[0]&&9===c[0].nodeType?null:g?c.inheritedData(h):c.data(h)}if(!e&&!f)throw $("ctreq",b,a);}else if(H(b))for(e=[],g=0,f=b.length;g<f;g++)e[g]=X(a,b[g],c,d);else D(b)&&(e={},r(b,function(b,f){e[f]=X(a,b,c,d)}));return e||null}function ea(a,b,c,d,e,f,g){var h=T(),k;for(k in d){var l=d[k],m={$scope:l===g||l.$$isolateScope?e:f,$element:a,$attrs:b,$transclude:c},p=l.controller;"@"===
+p&&(p=b[l.name]);m=M(p,m,!0,l.controllerAs);h[l.name]=m;a.data("$"+l.name+"Controller",m.instance)}return h}function fa(a,b,c){for(var d=0,e=a.length;d<e;d++)a[d]=bc(a[d],{$$isolateScope:b,$$newScope:c})}function Y(b,c,e,g,h,k,l){if(c===h)return null;var m=null;if(f.hasOwnProperty(c)){h=a.get(c+"Directive");for(var p=0,n=h.length;p<n;p++)if(c=h[p],(A(g)||g>c.priority)&&-1!==c.restrict.indexOf(e)){k&&(c=bc(c,{$$start:k,$$end:l}));if(!c.$$bindings){var I=m=c,t=c.name,u={isolateScope:null,bindToController:null};
+D(I.scope)&&(!0===I.bindToController?(u.bindToController=d(I.scope,t,!0),u.isolateScope={}):u.isolateScope=d(I.scope,t,!1));D(I.bindToController)&&(u.bindToController=d(I.bindToController,t,!0));if(u.bindToController&&!I.controller)throw $("noctrl",t);m=m.$$bindings=u;D(m.isolateScope)&&(c.$$isolateBindings=m.isolateScope)}b.push(c);m=c}}return m}function ca(b){if(f.hasOwnProperty(b))for(var c=a.get(b+"Directive"),d=0,e=c.length;d<e;d++)if(b=c[d],b.multiElement)return!0;return!1}function ga(a,b){var c=
+b.$attr,d=a.$attr;r(a,function(d,e){"$"!==e.charAt(0)&&(b[e]&&b[e]!==d&&(d=d.length?d+(("style"===e?";":" ")+b[e]):b[e]),a.$set(e,d,!0,c[e]))});r(b,function(b,e){a.hasOwnProperty(e)||"$"===e.charAt(0)||(a[e]=b,"class"!==e&&"style"!==e&&(d[e]=c[e]))})}function ha(a,b,d,f,g,h,k,l){var m=[],p,n,t=b[0],u=a.shift(),J=bc(u,{templateUrl:null,transclude:null,replace:null,$$originalDirective:u}),s=B(u.templateUrl)?u.templateUrl(b,d):u.templateUrl,L=u.templateNamespace;b.empty();e(s).then(function(c){var e,
+I;c=Na(c);if(u.replace){c=nc.test(c)?td(ja(L,V(c))):[];e=c[0];if(1!==c.length||1!==e.nodeType)throw $("tplrt",u.name,s);c={$attr:{}};oa(f,b,e);var v=tc(e,[],c);D(u.scope)&&fa(v,!0);a=v.concat(a);ga(d,c)}else e=t,b.html(c);a.unshift(J);p=aa(a,e,d,g,b,u,h,k,l);r(f,function(a,c){a===e&&(f[c]=b[0])});for(n=Xa(b[0].childNodes,g);m.length;){c=m.shift();I=m.shift();var y=m.shift(),P=m.shift(),v=b[0];if(!c.$$destroyed){if(I!==t){var G=I.className;l.hasElementTranscludeDirective&&u.replace||(v=qc(e));oa(y,
+x(I),v);sa(x(v),G)}I=p.transcludeOnThisElement?ka(c,p.transclude,P):P;p(n,c,v,f,I)}}m=null}).catch(function(a){dc(a)&&c(a)});return function(a,b,c,d,e){a=e;b.$$destroyed||(m?m.push(b,c,d,a):(p.transcludeOnThisElement&&(a=ka(b,p.transclude,e)),p(n,b,c,d,a)))}}function ia(a,b){var c=b.priority-a.priority;return 0!==c?c:a.name!==b.name?a.name<b.name?-1:1:a.index-b.index}function ba(a,b,c,d){function e(a){return a?" (module: "+a+")":""}if(b)throw $("multidir",b.name,e(b.$$moduleName),c.name,e(c.$$moduleName),
+a,Aa(d));}function na(a,c){var d=b(c,!0);d&&a.push({priority:0,compile:function(a){a=a.parent();var b=!!a.length;b&&da.$$addBindingClass(a);return function(a,c){var e=c.parent();b||da.$$addBindingClass(e);da.$$addBindingInfo(e,d.expressions);a.$watch(d,function(a){c[0].nodeValue=a})}}})}function ja(a,b){a=K(a||"html");switch(a){case "svg":case "math":var c=z.document.createElement("div");c.innerHTML="<"+a+">"+b+"</"+a+">";return c.childNodes[0].childNodes;default:return b}}function qa(a,b){if("srcdoc"===
+b)return u.HTML;if("src"===b||"ngSrc"===b)return-1===["img","video","audio","source","track"].indexOf(a)?u.RESOURCE_URL:u.MEDIA_URL;if("xlinkHref"===b)return"image"===a?u.MEDIA_URL:"a"===a?u.URL:u.RESOURCE_URL;if("form"===a&&"action"===b||"base"===a&&"href"===b||"link"===a&&"href"===b)return u.RESOURCE_URL;if("a"===a&&("href"===b||"ngHref"===b))return u.URL}function ya(a,b){var c=b.toLowerCase();return v[a+"|"+c]||v["*|"+c]}function za(a){return ma(u.valueOf(a),"ng-prop-srcset")}function Ea(a,b,c,
+d){if(m.test(d))throw $("nodomevents");a=ua(a);var e=ya(a,d),f=Ta;"srcset"!==d||"img"!==a&&"source"!==a?e&&(f=u.getTrusted.bind(u,e)):f=za;b.push({priority:100,compile:function(a,b){var e=p(b[c]),g=p(b[c],function(a){return u.valueOf(a)});return{pre:function(a,b){function c(){var g=e(a);b[0][d]=f(g)}c();a.$watch(g,c)}}}})}function Ia(a,c,d,e,f){var g=ua(a),k=qa(g,e),l=h[e]||f,p=b(d,!f,k,l);if(p){if("multiple"===e&&"select"===g)throw $("selmulti",Aa(a));if(m.test(e))throw $("nodomevents");c.push({priority:100,
+compile:function(){return{pre:function(a,c,f){c=f.$$observers||(f.$$observers=T());var g=f[e];g!==d&&(p=g&&b(g,!0,k,l),d=g);p&&(f[e]=p(a),(c[e]||(c[e]=[])).$$inter=!0,(f.$$observers&&f.$$observers[e].$$scope||a).$watch(p,function(a,b){"class"===e&&a!==b?f.$updateClass(a,b):f.$set(e,a)}))}}}})}}function oa(a,b,c){var d=b[0],e=b.length,f=d.parentNode,g,h;if(a)for(g=0,h=a.length;g<h;g++)if(a[g]===d){a[g++]=c;h=g+e-1;for(var k=a.length;g<k;g++,h++)h<k?a[g]=a[h]:delete a[g];a.length-=e-1;a.context===d&&
+(a.context=c);break}f&&f.replaceChild(c,d);a=z.document.createDocumentFragment();for(g=0;g<e;g++)a.appendChild(b[g]);x.hasData(d)&&(x.data(c,x.data(d)),x(d).off("$destroy"));x.cleanData(a.querySelectorAll("*"));for(g=1;g<e;g++)delete b[g];b[0]=c;b.length=1}function Ba(a,b){return S(function(){return a.apply(null,arguments)},a,b)}function Ca(a,b,d,e,f,g){try{a(b,d,e,f,g)}catch(h){c(h,Aa(d))}}function ra(a,b){if(s)throw $("missingattr",a,b);}function Da(a,c,d,e,f){function g(b,c,e){B(d.$onChanges)&&
+!ec(c,e)&&(Ua||(a.$$postDigest(q),Ua=[]),m||(m={},Ua.push(h)),m[b]&&(e=m[b].previousValue),m[b]=new Kb(e,c))}function h(){d.$onChanges(m);m=void 0}var k=[],l={},m;r(e,function(e,h){var m=e.attrName,n=e.optional,I,t,u,s;switch(e.mode){case "@":n||ta.call(c,m)||(ra(m,f.name),d[h]=c[m]=void 0);n=c.$observe(m,function(a){if(C(a)||Ga(a))g(h,a,d[h]),d[h]=a});c.$$observers[m].$$scope=a;I=c[m];C(I)?d[h]=b(I)(a):Ga(I)&&(d[h]=I);l[h]=new Kb(uc,d[h]);k.push(n);break;case "=":if(!ta.call(c,m)){if(n)break;ra(m,
+f.name);c[m]=void 0}if(n&&!c[m])break;t=p(c[m]);s=t.literal?va:ec;u=t.assign||function(){I=d[h]=t(a);throw $("nonassign",c[m],m,f.name);};I=d[h]=t(a);n=function(b){s(b,d[h])||(s(b,I)?u(a,b=d[h]):d[h]=b);return I=b};n.$stateful=!0;n=e.collection?a.$watchCollection(c[m],n):a.$watch(p(c[m],n),null,t.literal);k.push(n);break;case "<":if(!ta.call(c,m)){if(n)break;ra(m,f.name);c[m]=void 0}if(n&&!c[m])break;t=p(c[m]);var v=t.literal,L=d[h]=t(a);l[h]=new Kb(uc,d[h]);n=a[e.collection?"$watchCollection":"$watch"](t,
+function(a,b){if(b===a){if(b===L||v&&va(b,L))return;b=L}g(h,a,b);d[h]=a});k.push(n);break;case "&":n||ta.call(c,m)||ra(m,f.name);t=c.hasOwnProperty(m)?p(c[m]):E;if(t===E&&n)break;d[h]=function(b){return t(a,b)}}});return{initialChanges:l,removeWatches:k.length&&function(){for(var a=0,b=k.length;a<b;++a)k[a]()}}}var Ma=/^\w/,Fa=z.document.createElement("div"),Oa=t,Qa=N,Ja=G,Ua;w.prototype={$normalize:xa,$addClass:function(a){a&&0<a.length&&R.addClass(this.$$element,a)},$removeClass:function(a){a&&
+0<a.length&&R.removeClass(this.$$element,a)},$updateClass:function(a,b){var c=ud(a,b);c&&c.length&&R.addClass(this.$$element,c);(c=ud(b,a))&&c.length&&R.removeClass(this.$$element,c)},$set:function(a,b,d,e){var f=nd(this.$$element[0],a),g=vd[a],h=a;f?(this.$$element.prop(a,b),e=f):g&&(this[g]=b,h=g);this[a]=b;e?this.$attr[a]=e:(e=this.$attr[a])||(this.$attr[a]=e=Xc(a,"-"));"img"===ua(this.$$element)&&"srcset"===a&&(this[a]=b=ma(b,"$set('srcset', value)"));!1!==d&&(null===b||A(b)?this.$$element.removeAttr(e):
+Ma.test(e)?f&&!1===b?this.$$element.removeAttr(e):this.$$element.attr(e,b):O(this.$$element[0],e,b));(a=this.$$observers)&&r(a[h],function(a){try{a(b)}catch(d){c(d)}})},$observe:function(a,b){var c=this,d=c.$$observers||(c.$$observers=T()),e=d[a]||(d[a]=[]);e.push(b);L.$evalAsync(function(){e.$$inter||!c.hasOwnProperty(a)||A(c[a])||b(c[a])});return function(){cb(e,b)}}};var Ka=b.startSymbol(),La=b.endSymbol(),Na="{{"===Ka&&"}}"===La?Ta:function(a){return a.replace(/\{\{/g,Ka).replace(/}}/g,La)},Ra=
+/^ng(Attr|Prop|On)([A-Z].*)$/,Sa=/^(.+)Start$/;da.$$addBindingInfo=n?function(a,b){var c=a.data("$binding")||[];H(b)?c=c.concat(b):c.push(b);a.data("$binding",c)}:E;da.$$addBindingClass=n?function(a){sa(a,"ng-binding")}:E;da.$$addScopeInfo=n?function(a,b,c,d){a.data(c?d?"$isolateScopeNoTemplate":"$isolateScope":"$scope",b)}:E;da.$$addScopeClass=n?function(a,b){sa(a,b?"ng-isolate-scope":"ng-scope")}:E;da.$$createComment=function(a,b){var c="";n&&(c=" "+(a||"")+": ",b&&(c+=b+" "));return z.document.createComment(c)};
+return da}]}function Kb(a,b){this.previousValue=a;this.currentValue=b}function xa(a){return a.replace(rd,"").replace(Jg,function(a,d,c){return c?d.toUpperCase():d})}function ud(a,b){var d="",c=a.split(/\s+/),e=b.split(/\s+/),f=0;a:for(;f<c.length;f++){for(var g=c[f],k=0;k<e.length;k++)if(g===e[k])continue a;d+=(0<d.length?" ":"")+g}return d}function td(a){a=x(a);var b=a.length;if(1>=b)return a;for(;b--;){var d=a[b];(8===d.nodeType||d.nodeType===Pa&&""===d.nodeValue.trim())&&Kg.call(a,b,1)}return a}
+function Gg(a,b){if(b&&C(b))return b;if(C(a)){var d=wd.exec(a);if(d)return d[3]}}function Kf(){var a={};this.has=function(b){return a.hasOwnProperty(b)};this.register=function(b,d){Ja(b,"controller");D(b)?S(a,b):a[b]=d};this.$get=["$injector",function(b){function d(a,b,d,g){if(!a||!D(a.$scope))throw F("$controller")("noscp",g,b);a.$scope[b]=d}return function(c,e,f,g){var k,h,l;f=!0===f;g&&C(g)&&(l=g);if(C(c)){g=c.match(wd);if(!g)throw xd("ctrlfmt",c);h=g[1];l=l||g[3];c=a.hasOwnProperty(h)?a[h]:Le(e.$scope,
+h,!0);if(!c)throw xd("ctrlreg",h);tb(c,h,!0)}if(f)return f=(H(c)?c[c.length-1]:c).prototype,k=Object.create(f||null),l&&d(e,l,k,h||c.name),S(function(){var a=b.invoke(c,k,e,h);a!==k&&(D(a)||B(a))&&(k=a,l&&d(e,l,k,h||c.name));return k},{instance:k,identifier:l});k=b.instantiate(c,e,h);l&&d(e,l,k,h||c.name);return k}}]}function Lf(){this.$get=["$window",function(a){return x(a.document)}]}function Mf(){this.$get=["$document","$rootScope",function(a,b){function d(){e=c.hidden}var c=a[0],e=c&&c.hidden;
+a.on("visibilitychange",d);b.$on("$destroy",function(){a.off("visibilitychange",d)});return function(){return e}}]}function Nf(){this.$get=["$log",function(a){return function(b,d){a.error.apply(a,arguments)}}]}function vc(a){return D(a)?ha(a)?a.toISOString():eb(a):a}function Tf(){this.$get=function(){return function(a){if(!a)return"";var b=[];Qc(a,function(a,c){null===a||A(a)||B(a)||(H(a)?r(a,function(a){b.push(ba(c)+"="+ba(vc(a)))}):b.push(ba(c)+"="+ba(vc(a))))});return b.join("&")}}}function Uf(){this.$get=
+function(){return function(a){function b(a,e,f){H(a)?r(a,function(a,c){b(a,e+"["+(D(a)?c:"")+"]")}):D(a)&&!ha(a)?Qc(a,function(a,c){b(a,e+(f?"":"[")+c+(f?"":"]"))}):(B(a)&&(a=a()),d.push(ba(e)+"="+(null==a?"":ba(vc(a)))))}if(!a)return"";var d=[];b(a,"",!0);return d.join("&")}}}function wc(a,b){if(C(a)){var d=a.replace(Lg,"").trim();if(d){var c=b("Content-Type"),c=c&&0===c.indexOf(yd),e;(e=c)||(e=(e=d.match(Mg))&&Ng[e[0]].test(d));if(e)try{a=Tc(d)}catch(f){if(!c)return a;throw Lb("baddata",a,f);}}}return a}
+function zd(a){var b=T(),d;C(a)?r(a.split("\n"),function(a){d=a.indexOf(":");var e=K(V(a.substr(0,d)));a=V(a.substr(d+1));e&&(b[e]=b[e]?b[e]+", "+a:a)}):D(a)&&r(a,function(a,d){var f=K(d),g=V(a);f&&(b[f]=b[f]?b[f]+", "+g:g)});return b}function Ad(a){var b;return function(d){b||(b=zd(a));return d?(d=b[K(d)],void 0===d&&(d=null),d):b}}function Bd(a,b,d,c){if(B(c))return c(a,b,d);r(c,function(c){a=c(a,b,d)});return a}function Sf(){var a=this.defaults={transformResponse:[wc],transformRequest:[function(a){return D(a)&&
+"[object File]"!==la.call(a)&&"[object Blob]"!==la.call(a)&&"[object FormData]"!==la.call(a)?eb(a):a}],headers:{common:{Accept:"application/json, text/plain, */*"},post:ja(xc),put:ja(xc),patch:ja(xc)},xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",paramSerializer:"$httpParamSerializer",jsonpCallbackParam:"callback"},b=!1;this.useApplyAsync=function(a){return w(a)?(b=!!a,this):b};var d=this.interceptors=[],c=this.xsrfWhitelistedOrigins=[];this.$get=["$browser","$httpBackend","$$cookieReader",
+"$cacheFactory","$rootScope","$q","$injector","$sce",function(e,f,g,k,h,l,m,p){function n(b){function c(a,b){for(var d=0,e=b.length;d<e;){var f=b[d++],g=b[d++];a=a.then(f,g)}b.length=0;return a}function d(a,b){var c,e={};r(a,function(a,d){B(a)?(c=a(b),null!=c&&(e[d]=c)):e[d]=a});return e}function f(a){var b=S({},a);b.data=Bd(a.data,a.headers,a.status,g.transformResponse);a=a.status;return 200<=a&&300>a?b:l.reject(b)}if(!D(b))throw F("$http")("badreq",b);if(!C(p.valueOf(b.url)))throw F("$http")("badreq",
+b.url);var g=S({method:"get",transformRequest:a.transformRequest,transformResponse:a.transformResponse,paramSerializer:a.paramSerializer,jsonpCallbackParam:a.jsonpCallbackParam},b);g.headers=function(b){var c=a.headers,e=S({},b.headers),f,g,h,c=S({},c.common,c[K(b.method)]);a:for(f in c){g=K(f);for(h in e)if(K(h)===g)continue a;e[f]=c[f]}return d(e,ja(b))}(b);g.method=vb(g.method);g.paramSerializer=C(g.paramSerializer)?m.get(g.paramSerializer):g.paramSerializer;e.$$incOutstandingRequestCount("$http");
+var h=[],k=[];b=l.resolve(g);r(v,function(a){(a.request||a.requestError)&&h.unshift(a.request,a.requestError);(a.response||a.responseError)&&k.push(a.response,a.responseError)});b=c(b,h);b=b.then(function(b){var c=b.headers,d=Bd(b.data,Ad(c),void 0,b.transformRequest);A(d)&&r(c,function(a,b){"content-type"===K(b)&&delete c[b]});A(b.withCredentials)&&!A(a.withCredentials)&&(b.withCredentials=a.withCredentials);return s(b,d).then(f,f)});b=c(b,k);return b=b.finally(function(){e.$$completeOutstandingRequest(E,
+"$http")})}function s(c,d){function e(a){if(a){var c={};r(a,function(a,d){c[d]=function(c){function d(){a(c)}b?h.$applyAsync(d):h.$$phase?d():h.$apply(d)}});return c}}function k(a,c,d,e,f){function g(){m(c,a,d,e,f)}R&&(200<=a&&300>a?R.put(O,[a,c,zd(d),e,f]):R.remove(O));b?h.$applyAsync(g):(g(),h.$$phase||h.$apply())}function m(a,b,d,e,f){b=-1<=b?b:0;(200<=b&&300>b?L.resolve:L.reject)({data:a,status:b,headers:Ad(d),config:c,statusText:e,xhrStatus:f})}function s(a){m(a.data,a.status,ja(a.headers()),
+a.statusText,a.xhrStatus)}function v(){var a=n.pendingRequests.indexOf(c);-1!==a&&n.pendingRequests.splice(a,1)}var L=l.defer(),u=L.promise,R,q,ma=c.headers,x="jsonp"===K(c.method),O=c.url;x?O=p.getTrustedResourceUrl(O):C(O)||(O=p.valueOf(O));O=G(O,c.paramSerializer(c.params));x&&(O=t(O,c.jsonpCallbackParam));n.pendingRequests.push(c);u.then(v,v);!c.cache&&!a.cache||!1===c.cache||"GET"!==c.method&&"JSONP"!==c.method||(R=D(c.cache)?c.cache:D(a.cache)?a.cache:N);R&&(q=R.get(O),w(q)?q&&B(q.then)?q.then(s,
+s):H(q)?m(q[1],q[0],ja(q[2]),q[3],q[4]):m(q,200,{},"OK","complete"):R.put(O,u));A(q)&&((q=kc(c.url)?g()[c.xsrfCookieName||a.xsrfCookieName]:void 0)&&(ma[c.xsrfHeaderName||a.xsrfHeaderName]=q),f(c.method,O,d,k,ma,c.timeout,c.withCredentials,c.responseType,e(c.eventHandlers),e(c.uploadEventHandlers)));return u}function G(a,b){0<b.length&&(a+=(-1===a.indexOf("?")?"?":"&")+b);return a}function t(a,b){var c=a.split("?");if(2<c.length)throw Lb("badjsonp",a);c=hc(c[1]);r(c,function(c,d){if("JSON_CALLBACK"===
+c)throw Lb("badjsonp",a);if(d===b)throw Lb("badjsonp",b,a);});return a+=(-1===a.indexOf("?")?"?":"&")+b+"=JSON_CALLBACK"}var N=k("$http");a.paramSerializer=C(a.paramSerializer)?m.get(a.paramSerializer):a.paramSerializer;var v=[];r(d,function(a){v.unshift(C(a)?m.get(a):m.invoke(a))});var kc=Og(c);n.pendingRequests=[];(function(a){r(arguments,function(a){n[a]=function(b,c){return n(S({},c||{},{method:a,url:b}))}})})("get","delete","head","jsonp");(function(a){r(arguments,function(a){n[a]=function(b,
+c,d){return n(S({},d||{},{method:a,url:b,data:c}))}})})("post","put","patch");n.defaults=a;return n}]}function Wf(){this.$get=function(){return function(){return new z.XMLHttpRequest}}}function Vf(){this.$get=["$browser","$jsonpCallbacks","$document","$xhrFactory",function(a,b,d,c){return Pg(a,c,a.defer,b,d[0])}]}function Pg(a,b,d,c,e){function f(a,b,d){a=a.replace("JSON_CALLBACK",b);var f=e.createElement("script"),m=null;f.type="text/javascript";f.src=a;f.async=!0;m=function(a){f.removeEventListener("load",
+m);f.removeEventListener("error",m);e.body.removeChild(f);f=null;var g=-1,s="unknown";a&&("load"!==a.type||c.wasCalled(b)||(a={type:"error"}),s=a.type,g="error"===a.type?404:200);d&&d(g,s)};f.addEventListener("load",m);f.addEventListener("error",m);e.body.appendChild(f);return m}return function(e,k,h,l,m,p,n,s,G,t){function N(a){J="timeout"===a;pa&&pa();y&&y.abort()}function v(a,b,c,e,f,g){w(P)&&d.cancel(P);pa=y=null;a(b,c,e,f,g)}k=k||a.url();if("jsonp"===K(e))var q=c.createCallback(k),pa=f(k,q,function(a,
+b){var d=200===a&&c.getResponse(q);v(l,a,d,"",b,"complete");c.removeCallback(q)});else{var y=b(e,k),J=!1;y.open(e,k,!0);r(m,function(a,b){w(a)&&y.setRequestHeader(b,a)});y.onload=function(){var a=y.statusText||"",b="response"in y?y.response:y.responseText,c=1223===y.status?204:y.status;0===c&&(c=b?200:"file"===ga(k).protocol?404:0);v(l,c,b,y.getAllResponseHeaders(),a,"complete")};y.onerror=function(){v(l,-1,null,null,"","error")};y.ontimeout=function(){v(l,-1,null,null,"","timeout")};y.onabort=function(){v(l,
+-1,null,null,"",J?"timeout":"abort")};r(G,function(a,b){y.addEventListener(b,a)});r(t,function(a,b){y.upload.addEventListener(b,a)});n&&(y.withCredentials=!0);if(s)try{y.responseType=s}catch(I){if("json"!==s)throw I;}y.send(A(h)?null:h)}if(0<p)var P=d(function(){N("timeout")},p);else p&&B(p.then)&&p.then(function(){N(w(p.$$timeoutId)?"timeout":"abort")})}}function Pf(){var a="{{",b="}}";this.startSymbol=function(b){return b?(a=b,this):a};this.endSymbol=function(a){return a?(b=a,this):b};this.$get=
+["$parse","$exceptionHandler","$sce",function(d,c,e){function f(a){return"\\\\\\"+a}function g(c){return c.replace(p,a).replace(n,b)}function k(a,b,c,d){var e=a.$watch(function(a){e();return d(a)},b,c);return e}function h(f,h,n,p){function v(a){try{return a=n&&!r?e.getTrusted(n,a):e.valueOf(a),p&&!w(a)?a:jc(a)}catch(b){c(Ma.interr(f,b))}}var r=n===e.URL||n===e.MEDIA_URL;if(!f.length||-1===f.indexOf(a)){if(h)return;h=g(f);r&&(h=e.getTrusted(n,h));h=ia(h);h.exp=f;h.expressions=[];h.$$watchDelegate=
+k;return h}p=!!p;for(var q,y,J=0,I=[],P,Q=f.length,M=[],L=[],u;J<Q;)if(-1!==(q=f.indexOf(a,J))&&-1!==(y=f.indexOf(b,q+l)))J!==q&&M.push(g(f.substring(J,q))),J=f.substring(q+l,y),I.push(J),J=y+m,L.push(M.length),M.push("");else{J!==Q&&M.push(g(f.substring(J)));break}u=1===M.length&&1===L.length;var R=r&&u?void 0:v;P=I.map(function(a){return d(a,R)});if(!h||I.length){var x=function(a){for(var b=0,c=I.length;b<c;b++){if(p&&A(a[b]))return;M[L[b]]=a[b]}if(r)return e.getTrusted(n,u?M[0]:M.join(""));n&&
+1<M.length&&Ma.throwNoconcat(f);return M.join("")};return S(function(a){var b=0,d=I.length,e=Array(d);try{for(;b<d;b++)e[b]=P[b](a);return x(e)}catch(g){c(Ma.interr(f,g))}},{exp:f,expressions:I,$$watchDelegate:function(a,b){var c;return a.$watchGroup(P,function(d,e){var f=x(d);b.call(this,f,d!==e?c:f,a);c=f})}})}}var l=a.length,m=b.length,p=new RegExp(a.replace(/./g,f),"g"),n=new RegExp(b.replace(/./g,f),"g");h.startSymbol=function(){return a};h.endSymbol=function(){return b};return h}]}function Qf(){this.$get=
+["$$intervalFactory","$window",function(a,b){var d={},c=function(a){b.clearInterval(a);delete d[a]},e=a(function(a,c,e){a=b.setInterval(a,c);d[a]=e;return a},c);e.cancel=function(a){if(!a)return!1;if(!a.hasOwnProperty("$$intervalId"))throw Qg("badprom");if(!d.hasOwnProperty(a.$$intervalId))return!1;a=a.$$intervalId;var b=d[a],e=b.promise;e.$$state&&(e.$$state.pur=!0);b.reject("canceled");c(a);return!0};return e}]}function Rf(){this.$get=["$browser","$q","$$q","$rootScope",function(a,b,d,c){return function(e,
+f){return function(g,k,h,l){function m(){p?g.apply(null,n):g(s)}var p=4<arguments.length,n=p?Ha.call(arguments,4):[],s=0,G=w(l)&&!l,t=(G?d:b).defer(),r=t.promise;h=w(h)?h:0;r.$$intervalId=e(function(){G?a.defer(m):c.$evalAsync(m);t.notify(s++);0<h&&s>=h&&(t.resolve(s),f(r.$$intervalId));G||c.$apply()},k,t,G);return r}}}]}function Cd(a,b){var d=ga(a);b.$$protocol=d.protocol;b.$$host=d.hostname;b.$$port=fa(d.port)||Rg[d.protocol]||null}function Dd(a,b,d){if(Sg.test(a))throw kb("badpath",a);var c="/"!==
+a.charAt(0);c&&(a="/"+a);a=ga(a);for(var c=(c&&"/"===a.pathname.charAt(0)?a.pathname.substring(1):a.pathname).split("/"),e=c.length;e--;)c[e]=decodeURIComponent(c[e]),d&&(c[e]=c[e].replace(/\//g,"%2F"));d=c.join("/");b.$$path=d;b.$$search=hc(a.search);b.$$hash=decodeURIComponent(a.hash);b.$$path&&"/"!==b.$$path.charAt(0)&&(b.$$path="/"+b.$$path)}function yc(a,b){return a.slice(0,b.length)===b}function ya(a,b){if(yc(b,a))return b.substr(a.length)}function Da(a){var b=a.indexOf("#");return-1===b?a:
+a.substr(0,b)}function zc(a,b,d){this.$$html5=!0;d=d||"";Cd(a,this);this.$$parse=function(a){var d=ya(b,a);if(!C(d))throw kb("ipthprfx",a,b);Dd(d,this,!0);this.$$path||(this.$$path="/");this.$$compose()};this.$$normalizeUrl=function(a){return b+a.substr(1)};this.$$parseLinkUrl=function(c,e){if(e&&"#"===e[0])return this.hash(e.slice(1)),!0;var f,g;w(f=ya(a,c))?(g=f,g=d&&w(f=ya(d,f))?b+(ya("/",f)||f):a+g):w(f=ya(b,c))?g=b+f:b===c+"/"&&(g=b);g&&this.$$parse(g);return!!g}}function Ac(a,b,d){Cd(a,this);
+this.$$parse=function(c){var e=ya(a,c)||ya(b,c),f;A(e)||"#"!==e.charAt(0)?this.$$html5?f=e:(f="",A(e)&&(a=c,this.replace())):(f=ya(d,e),A(f)&&(f=e));Dd(f,this,!1);c=this.$$path;var e=a,g=/^\/[A-Z]:(\/.*)/;yc(f,e)&&(f=f.replace(e,""));g.exec(f)||(c=(f=g.exec(c))?f[1]:c);this.$$path=c;this.$$compose()};this.$$normalizeUrl=function(b){return a+(b?d+b:"")};this.$$parseLinkUrl=function(b,d){return Da(a)===Da(b)?(this.$$parse(b),!0):!1}}function Ed(a,b,d){this.$$html5=!0;Ac.apply(this,arguments);this.$$parseLinkUrl=
+function(c,e){if(e&&"#"===e[0])return this.hash(e.slice(1)),!0;var f,g;a===Da(c)?f=c:(g=ya(b,c))?f=a+d+g:b===c+"/"&&(f=b);f&&this.$$parse(f);return!!f};this.$$normalizeUrl=function(b){return a+d+b}}function Mb(a){return function(){return this[a]}}function Fd(a,b){return function(d){if(A(d))return this[a];this[a]=b(d);this.$$compose();return this}}function Yf(){var a="!",b={enabled:!1,requireBase:!0,rewriteLinks:!0};this.hashPrefix=function(b){return w(b)?(a=b,this):a};this.html5Mode=function(a){if(Ga(a))return b.enabled=
+a,this;if(D(a)){Ga(a.enabled)&&(b.enabled=a.enabled);Ga(a.requireBase)&&(b.requireBase=a.requireBase);if(Ga(a.rewriteLinks)||C(a.rewriteLinks))b.rewriteLinks=a.rewriteLinks;return this}return b};this.$get=["$rootScope","$browser","$sniffer","$rootElement","$window",function(d,c,e,f,g){function k(a,b){return a===b||ga(a).href===ga(b).href}function h(a,b,d){var e=m.url(),f=m.$$state;try{c.url(a,b,d),m.$$state=c.state()}catch(g){throw m.url(e),m.$$state=f,g;}}function l(a,b){d.$broadcast("$locationChangeSuccess",
+m.absUrl(),a,m.$$state,b)}var m,p;p=c.baseHref();var n=c.url(),s;if(b.enabled){if(!p&&b.requireBase)throw kb("nobase");s=n.substring(0,n.indexOf("/",n.indexOf("//")+2))+(p||"/");p=e.history?zc:Ed}else s=Da(n),p=Ac;var r=s.substr(0,Da(s).lastIndexOf("/")+1);m=new p(s,r,"#"+a);m.$$parseLinkUrl(n,n);m.$$state=c.state();var t=/^\s*(javascript|mailto):/i;f.on("click",function(a){var e=b.rewriteLinks;if(e&&!a.ctrlKey&&!a.metaKey&&!a.shiftKey&&2!==a.which&&2!==a.button){for(var g=x(a.target);"a"!==ua(g[0]);)if(g[0]===
+f[0]||!(g=g.parent())[0])return;if(!C(e)||!A(g.attr(e))){var e=g.prop("href"),h=g.attr("href")||g.attr("xlink:href");D(e)&&"[object SVGAnimatedString]"===e.toString()&&(e=ga(e.animVal).href);t.test(e)||!e||g.attr("target")||a.isDefaultPrevented()||!m.$$parseLinkUrl(e,h)||(a.preventDefault(),m.absUrl()!==c.url()&&d.$apply())}}});m.absUrl()!==n&&c.url(m.absUrl(),!0);var N=!0;c.onUrlChange(function(a,b){yc(a,r)?(d.$evalAsync(function(){var c=m.absUrl(),e=m.$$state,f;m.$$parse(a);m.$$state=b;f=d.$broadcast("$locationChangeStart",
+a,c,b,e).defaultPrevented;m.absUrl()===a&&(f?(m.$$parse(c),m.$$state=e,h(c,!1,e)):(N=!1,l(c,e)))}),d.$$phase||d.$digest()):g.location.href=a});d.$watch(function(){if(N||m.$$urlUpdatedByLocation){m.$$urlUpdatedByLocation=!1;var a=c.url(),b=m.absUrl(),f=c.state(),g=m.$$replace,n=!k(a,b)||m.$$html5&&e.history&&f!==m.$$state;if(N||n)N=!1,d.$evalAsync(function(){var b=m.absUrl(),c=d.$broadcast("$locationChangeStart",b,a,m.$$state,f).defaultPrevented;m.absUrl()===b&&(c?(m.$$parse(a),m.$$state=f):(n&&h(b,
+g,f===m.$$state?null:m.$$state),l(a,f)))})}m.$$replace=!1});return m}]}function Zf(){var a=!0,b=this;this.debugEnabled=function(b){return w(b)?(a=b,this):a};this.$get=["$window",function(d){function c(a){dc(a)&&(a.stack&&f?a=a.message&&-1===a.stack.indexOf(a.message)?"Error: "+a.message+"\n"+a.stack:a.stack:a.sourceURL&&(a=a.message+"\n"+a.sourceURL+":"+a.line));return a}function e(a){var b=d.console||{},e=b[a]||b.log||E;return function(){var a=[];r(arguments,function(b){a.push(c(b))});return Function.prototype.apply.call(e,
+b,a)}}var f=wa||/\bEdge\//.test(d.navigator&&d.navigator.userAgent);return{log:e("log"),info:e("info"),warn:e("warn"),error:e("error"),debug:function(){var c=e("debug");return function(){a&&c.apply(b,arguments)}}()}}]}function Tg(a){return a+""}function Ug(a,b){return"undefined"!==typeof a?a:b}function Gd(a,b){return"undefined"===typeof a?b:"undefined"===typeof b?a:a+b}function Vg(a,b){switch(a.type){case q.MemberExpression:if(a.computed)return!1;break;case q.UnaryExpression:return 1;case q.BinaryExpression:return"+"!==
+a.operator?1:!1;case q.CallExpression:return!1}return void 0===b?Hd:b}function Z(a,b,d){var c,e,f=a.isPure=Vg(a,d);switch(a.type){case q.Program:c=!0;r(a.body,function(a){Z(a.expression,b,f);c=c&&a.expression.constant});a.constant=c;break;case q.Literal:a.constant=!0;a.toWatch=[];break;case q.UnaryExpression:Z(a.argument,b,f);a.constant=a.argument.constant;a.toWatch=a.argument.toWatch;break;case q.BinaryExpression:Z(a.left,b,f);Z(a.right,b,f);a.constant=a.left.constant&&a.right.constant;a.toWatch=
+a.left.toWatch.concat(a.right.toWatch);break;case q.LogicalExpression:Z(a.left,b,f);Z(a.right,b,f);a.constant=a.left.constant&&a.right.constant;a.toWatch=a.constant?[]:[a];break;case q.ConditionalExpression:Z(a.test,b,f);Z(a.alternate,b,f);Z(a.consequent,b,f);a.constant=a.test.constant&&a.alternate.constant&&a.consequent.constant;a.toWatch=a.constant?[]:[a];break;case q.Identifier:a.constant=!1;a.toWatch=[a];break;case q.MemberExpression:Z(a.object,b,f);a.computed&&Z(a.property,b,f);a.constant=a.object.constant&&
+(!a.computed||a.property.constant);a.toWatch=a.constant?[]:[a];break;case q.CallExpression:c=d=a.filter?!b(a.callee.name).$stateful:!1;e=[];r(a.arguments,function(a){Z(a,b,f);c=c&&a.constant;e.push.apply(e,a.toWatch)});a.constant=c;a.toWatch=d?e:[a];break;case q.AssignmentExpression:Z(a.left,b,f);Z(a.right,b,f);a.constant=a.left.constant&&a.right.constant;a.toWatch=[a];break;case q.ArrayExpression:c=!0;e=[];r(a.elements,function(a){Z(a,b,f);c=c&&a.constant;e.push.apply(e,a.toWatch)});a.constant=c;
+a.toWatch=e;break;case q.ObjectExpression:c=!0;e=[];r(a.properties,function(a){Z(a.value,b,f);c=c&&a.value.constant;e.push.apply(e,a.value.toWatch);a.computed&&(Z(a.key,b,!1),c=c&&a.key.constant,e.push.apply(e,a.key.toWatch))});a.constant=c;a.toWatch=e;break;case q.ThisExpression:a.constant=!1;a.toWatch=[];break;case q.LocalsExpression:a.constant=!1,a.toWatch=[]}}function Id(a){if(1===a.length){a=a[0].expression;var b=a.toWatch;return 1!==b.length?b:b[0]!==a?b:void 0}}function Jd(a){return a.type===
+q.Identifier||a.type===q.MemberExpression}function Kd(a){if(1===a.body.length&&Jd(a.body[0].expression))return{type:q.AssignmentExpression,left:a.body[0].expression,right:{type:q.NGValueParameter},operator:"="}}function Ld(a){this.$filter=a}function Md(a){this.$filter=a}function Nb(a,b,d){this.ast=new q(a,d);this.astCompiler=d.csp?new Md(b):new Ld(b)}function Bc(a){return B(a.valueOf)?a.valueOf():Wg.call(a)}function $f(){var a=T(),b={"true":!0,"false":!1,"null":null,undefined:void 0},d,c;this.addLiteral=
+function(a,c){b[a]=c};this.setIdentifierFns=function(a,b){d=a;c=b;return this};this.$get=["$filter",function(e){function f(b,c){var d,f;switch(typeof b){case "string":return f=b=b.trim(),d=a[f],d||(d=new Ob(G),d=(new Nb(d,e,G)).parse(b),a[f]=p(d)),s(d,c);case "function":return s(b,c);default:return s(E,c)}}function g(a,b,c){return null==a||null==b?a===b:"object"!==typeof a||(a=Bc(a),"object"!==typeof a||c)?a===b||a!==a&&b!==b:!1}function k(a,b,c,d,e){var f=d.inputs,h;if(1===f.length){var k=g,f=f[0];
+return a.$watch(function(a){var b=f(a);g(b,k,f.isPure)||(h=d(a,void 0,void 0,[b]),k=b&&Bc(b));return h},b,c,e)}for(var l=[],m=[],n=0,p=f.length;n<p;n++)l[n]=g,m[n]=null;return a.$watch(function(a){for(var b=!1,c=0,e=f.length;c<e;c++){var k=f[c](a);if(b||(b=!g(k,l[c],f[c].isPure)))m[c]=k,l[c]=k&&Bc(k)}b&&(h=d(a,void 0,void 0,m));return h},b,c,e)}function h(a,b,c,d,e){function f(){h(m)&&k()}function g(a,b,c,d){m=u&&d?d[0]:n(a,b,c,d);h(m)&&a.$$postDigest(f);return s(m)}var h=d.literal?l:w,k,m,n=d.$$intercepted||
+d,s=d.$$interceptor||Ta,u=d.inputs&&!n.inputs;g.literal=d.literal;g.constant=d.constant;g.inputs=d.inputs;p(g);return k=a.$watch(g,b,c,e)}function l(a){var b=!0;r(a,function(a){w(a)||(b=!1)});return b}function m(a,b,c,d){var e=a.$watch(function(a){e();return d(a)},b,c);return e}function p(a){a.constant?a.$$watchDelegate=m:a.oneTime?a.$$watchDelegate=h:a.inputs&&(a.$$watchDelegate=k);return a}function n(a,b){function c(d){return b(a(d))}c.$stateful=a.$stateful||b.$stateful;c.$$pure=a.$$pure&&b.$$pure;
+return c}function s(a,b){if(!b)return a;a.$$interceptor&&(b=n(a.$$interceptor,b),a=a.$$intercepted);var c=!1,d=function(d,e,f,g){d=c&&g?g[0]:a(d,e,f,g);return b(d)};d.$$intercepted=a;d.$$interceptor=b;d.literal=a.literal;d.oneTime=a.oneTime;d.constant=a.constant;b.$stateful||(c=!a.inputs,d.inputs=a.inputs?a.inputs:[a],b.$$pure||(d.inputs=d.inputs.map(function(a){return a.isPure===Hd?function(b){return a(b)}:a})));return p(d)}var G={csp:Ba().noUnsafeEval,literals:Ia(b),isIdentifierStart:B(d)&&d,isIdentifierContinue:B(c)&&
+c};f.$$getAst=function(a){var b=new Ob(G);return(new Nb(b,e,G)).getAst(a).ast};return f}]}function bg(){var a=!0;this.$get=["$rootScope","$exceptionHandler",function(b,d){return Nd(function(a){b.$evalAsync(a)},d,a)}];this.errorOnUnhandledRejections=function(b){return w(b)?(a=b,this):a}}function cg(){var a=!0;this.$get=["$browser","$exceptionHandler",function(b,d){return Nd(function(a){b.defer(a)},d,a)}];this.errorOnUnhandledRejections=function(b){return w(b)?(a=b,this):a}}function Nd(a,b,d){function c(){return new e}
+function e(){var a=this.promise=new f;this.resolve=function(b){h(a,b)};this.reject=function(b){m(a,b)};this.notify=function(b){n(a,b)}}function f(){this.$$state={status:0}}function g(){for(;!w&&x.length;){var a=x.shift();if(!a.pur){a.pur=!0;var c=a.value,c="Possibly unhandled rejection: "+("function"===typeof c?c.toString().replace(/ \{[\s\S]*$/,""):A(c)?"undefined":"string"!==typeof c?Ne(c,void 0):c);dc(a.value)?b(a.value,c):b(c)}}}function k(c){!d||c.pending||2!==c.status||c.pur||(0===w&&0===x.length&&
+a(g),x.push(c));!c.processScheduled&&c.pending&&(c.processScheduled=!0,++w,a(function(){var e,f,k;k=c.pending;c.processScheduled=!1;c.pending=void 0;try{for(var l=0,n=k.length;l<n;++l){c.pur=!0;f=k[l][0];e=k[l][c.status];try{B(e)?h(f,e(c.value)):1===c.status?h(f,c.value):m(f,c.value)}catch(p){m(f,p),p&&!0===p.$$passToExceptionHandler&&b(p)}}}finally{--w,d&&0===w&&a(g)}}))}function h(a,b){a.$$state.status||(b===a?p(a,v("qcycle",b)):l(a,b))}function l(a,b){function c(b){g||(g=!0,l(a,b))}function d(b){g||
+(g=!0,p(a,b))}function e(b){n(a,b)}var f,g=!1;try{if(D(b)||B(b))f=b.then;B(f)?(a.$$state.status=-1,f.call(b,c,d,e)):(a.$$state.value=b,a.$$state.status=1,k(a.$$state))}catch(h){d(h)}}function m(a,b){a.$$state.status||p(a,b)}function p(a,b){a.$$state.value=b;a.$$state.status=2;k(a.$$state)}function n(c,d){var e=c.$$state.pending;0>=c.$$state.status&&e&&e.length&&a(function(){for(var a,c,f=0,g=e.length;f<g;f++){c=e[f][0];a=e[f][3];try{n(c,B(a)?a(d):d)}catch(h){b(h)}}})}function s(a){var b=new f;m(b,
+a);return b}function G(a,b,c){var d=null;try{B(c)&&(d=c())}catch(e){return s(e)}return d&&B(d.then)?d.then(function(){return b(a)},s):b(a)}function t(a,b,c,d){var e=new f;h(e,a);return e.then(b,c,d)}function q(a){if(!B(a))throw v("norslvr",a);var b=new f;a(function(a){h(b,a)},function(a){m(b,a)});return b}var v=F("$q",TypeError),w=0,x=[];S(f.prototype,{then:function(a,b,c){if(A(a)&&A(b)&&A(c))return this;var d=new f;this.$$state.pending=this.$$state.pending||[];this.$$state.pending.push([d,a,b,c]);
+0<this.$$state.status&&k(this.$$state);return d},"catch":function(a){return this.then(null,a)},"finally":function(a,b){return this.then(function(b){return G(b,y,a)},function(b){return G(b,s,a)},b)}});var y=t;q.prototype=f.prototype;q.defer=c;q.reject=s;q.when=t;q.resolve=y;q.all=function(a){var b=new f,c=0,d=H(a)?[]:{};r(a,function(a,e){c++;t(a).then(function(a){d[e]=a;--c||h(b,d)},function(a){m(b,a)})});0===c&&h(b,d);return b};q.race=function(a){var b=c();r(a,function(a){t(a).then(b.resolve,b.reject)});
+return b.promise};return q}function mg(){this.$get=["$window","$timeout",function(a,b){var d=a.requestAnimationFrame||a.webkitRequestAnimationFrame,c=a.cancelAnimationFrame||a.webkitCancelAnimationFrame||a.webkitCancelRequestAnimationFrame,e=!!d,f=e?function(a){var b=d(a);return function(){c(b)}}:function(a){var c=b(a,16.66,!1);return function(){b.cancel(c)}};f.supported=e;return f}]}function ag(){function a(a){function b(){this.$$watchers=this.$$nextSibling=this.$$childHead=this.$$childTail=null;
+this.$$listeners={};this.$$listenerCount={};this.$$watchersCount=0;this.$id=++qb;this.$$ChildScope=null;this.$$suspended=!1}b.prototype=a;return b}var b=10,d=F("$rootScope"),c=null,e=null;this.digestTtl=function(a){arguments.length&&(b=a);return b};this.$get=["$exceptionHandler","$parse","$browser",function(f,g,k){function h(a){a.currentScope.$$destroyed=!0}function l(a){9===wa&&(a.$$childHead&&l(a.$$childHead),a.$$nextSibling&&l(a.$$nextSibling));a.$parent=a.$$nextSibling=a.$$prevSibling=a.$$childHead=
+a.$$childTail=a.$root=a.$$watchers=null}function m(){this.$id=++qb;this.$$phase=this.$parent=this.$$watchers=this.$$nextSibling=this.$$prevSibling=this.$$childHead=this.$$childTail=null;this.$root=this;this.$$suspended=this.$$destroyed=!1;this.$$listeners={};this.$$listenerCount={};this.$$watchersCount=0;this.$$isolateBindings=null}function p(a){if(v.$$phase)throw d("inprog",v.$$phase);v.$$phase=a}function n(a,b){do a.$$watchersCount+=b;while(a=a.$parent)}function s(a,b,c){do a.$$listenerCount[c]-=
+b,0===a.$$listenerCount[c]&&delete a.$$listenerCount[c];while(a=a.$parent)}function G(){}function t(){for(;y.length;)try{y.shift()()}catch(a){f(a)}e=null}function q(){null===e&&(e=k.defer(function(){v.$apply(t)},null,"$applyAsync"))}m.prototype={constructor:m,$new:function(b,c){var d;c=c||this;b?(d=new m,d.$root=this.$root):(this.$$ChildScope||(this.$$ChildScope=a(this)),d=new this.$$ChildScope);d.$parent=c;d.$$prevSibling=c.$$childTail;c.$$childHead?(c.$$childTail.$$nextSibling=d,c.$$childTail=d):
+c.$$childHead=c.$$childTail=d;(b||c!==this)&&d.$on("$destroy",h);return d},$watch:function(a,b,d,e){var f=g(a);b=B(b)?b:E;if(f.$$watchDelegate)return f.$$watchDelegate(this,b,d,f,a);var h=this,k=h.$$watchers,l={fn:b,last:G,get:f,exp:e||a,eq:!!d};c=null;k||(k=h.$$watchers=[],k.$$digestWatchIndex=-1);k.unshift(l);k.$$digestWatchIndex++;n(this,1);return function(){var a=cb(k,l);0<=a&&(n(h,-1),a<k.$$digestWatchIndex&&k.$$digestWatchIndex--);c=null}},$watchGroup:function(a,b){function c(){h=!1;try{k?(k=
+!1,b(e,e,g)):b(e,d,g)}finally{for(var f=0;f<a.length;f++)d[f]=e[f]}}var d=Array(a.length),e=Array(a.length),f=[],g=this,h=!1,k=!0;if(!a.length){var l=!0;g.$evalAsync(function(){l&&b(e,e,g)});return function(){l=!1}}if(1===a.length)return this.$watch(a[0],function(a,c,f){e[0]=a;d[0]=c;b(e,a===c?e:d,f)});r(a,function(a,b){var d=g.$watch(a,function(a){e[b]=a;h||(h=!0,g.$evalAsync(c))});f.push(d)});return function(){for(;f.length;)f.shift()()}},$watchCollection:function(a,b){function c(a){e=a;var b,d,
+g,h;if(!A(e)){if(D(e))if(za(e))for(f!==n&&(f=n,t=f.length=0,l++),a=e.length,t!==a&&(l++,f.length=t=a),b=0;b<a;b++)h=f[b],g=e[b],d=h!==h&&g!==g,d||h===g||(l++,f[b]=g);else{f!==p&&(f=p={},t=0,l++);a=0;for(b in e)ta.call(e,b)&&(a++,g=e[b],h=f[b],b in f?(d=h!==h&&g!==g,d||h===g||(l++,f[b]=g)):(t++,f[b]=g,l++));if(t>a)for(b in l++,f)ta.call(e,b)||(t--,delete f[b])}else f!==e&&(f=e,l++);return l}}c.$$pure=g(a).literal;c.$stateful=!c.$$pure;var d=this,e,f,h,k=1<b.length,l=0,m=g(a,c),n=[],p={},s=!0,t=0;return this.$watch(m,
+function(){s?(s=!1,b(e,e,d)):b(e,h,d);if(k)if(D(e))if(za(e)){h=Array(e.length);for(var a=0;a<e.length;a++)h[a]=e[a]}else for(a in h={},e)ta.call(e,a)&&(h[a]=e[a]);else h=e})},$digest:function(){var a,g,h,l,m,n,s,r=b,q,y=w.length?v:this,N=[],A,z;p("$digest");k.$$checkUrlChange();this===v&&null!==e&&(k.defer.cancel(e),t());c=null;do{s=!1;q=y;for(n=0;n<w.length;n++){try{z=w[n],l=z.fn,l(z.scope,z.locals)}catch(C){f(C)}c=null}w.length=0;a:do{if(n=!q.$$suspended&&q.$$watchers)for(n.$$digestWatchIndex=n.length;n.$$digestWatchIndex--;)try{if(a=
+n[n.$$digestWatchIndex])if(m=a.get,(g=m(q))!==(h=a.last)&&!(a.eq?va(g,h):Y(g)&&Y(h)))s=!0,c=a,a.last=a.eq?Ia(g,null):g,l=a.fn,l(g,h===G?g:h,q),5>r&&(A=4-r,N[A]||(N[A]=[]),N[A].push({msg:B(a.exp)?"fn: "+(a.exp.name||a.exp.toString()):a.exp,newVal:g,oldVal:h}));else if(a===c){s=!1;break a}}catch(E){f(E)}if(!(n=!q.$$suspended&&q.$$watchersCount&&q.$$childHead||q!==y&&q.$$nextSibling))for(;q!==y&&!(n=q.$$nextSibling);)q=q.$parent}while(q=n);if((s||w.length)&&!r--)throw v.$$phase=null,d("infdig",b,N);
+}while(s||w.length);for(v.$$phase=null;J<x.length;)try{x[J++]()}catch(D){f(D)}x.length=J=0;k.$$checkUrlChange()},$suspend:function(){this.$$suspended=!0},$isSuspended:function(){return this.$$suspended},$resume:function(){this.$$suspended=!1},$destroy:function(){if(!this.$$destroyed){var a=this.$parent;this.$broadcast("$destroy");this.$$destroyed=!0;this===v&&k.$$applicationDestroyed();n(this,-this.$$watchersCount);for(var b in this.$$listenerCount)s(this,this.$$listenerCount[b],b);a&&a.$$childHead===
+this&&(a.$$childHead=this.$$nextSibling);a&&a.$$childTail===this&&(a.$$childTail=this.$$prevSibling);this.$$prevSibling&&(this.$$prevSibling.$$nextSibling=this.$$nextSibling);this.$$nextSibling&&(this.$$nextSibling.$$prevSibling=this.$$prevSibling);this.$destroy=this.$digest=this.$apply=this.$evalAsync=this.$applyAsync=E;this.$on=this.$watch=this.$watchGroup=function(){return E};this.$$listeners={};this.$$nextSibling=null;l(this)}},$eval:function(a,b){return g(a)(this,b)},$evalAsync:function(a,b){v.$$phase||
+w.length||k.defer(function(){w.length&&v.$digest()},null,"$evalAsync");w.push({scope:this,fn:g(a),locals:b})},$$postDigest:function(a){x.push(a)},$apply:function(a){try{p("$apply");try{return this.$eval(a)}finally{v.$$phase=null}}catch(b){f(b)}finally{try{v.$digest()}catch(c){throw f(c),c;}}},$applyAsync:function(a){function b(){c.$eval(a)}var c=this;a&&y.push(b);a=g(a);q()},$on:function(a,b){var c=this.$$listeners[a];c||(this.$$listeners[a]=c=[]);c.push(b);var d=this;do d.$$listenerCount[a]||(d.$$listenerCount[a]=
+0),d.$$listenerCount[a]++;while(d=d.$parent);var e=this;return function(){var d=c.indexOf(b);-1!==d&&(delete c[d],s(e,1,a))}},$emit:function(a,b){var c=[],d,e=this,g=!1,h={name:a,targetScope:e,stopPropagation:function(){g=!0},preventDefault:function(){h.defaultPrevented=!0},defaultPrevented:!1},k=db([h],arguments,1),l,m;do{d=e.$$listeners[a]||c;h.currentScope=e;l=0;for(m=d.length;l<m;l++)if(d[l])try{d[l].apply(null,k)}catch(n){f(n)}else d.splice(l,1),l--,m--;if(g)break;e=e.$parent}while(e);h.currentScope=
+null;return h},$broadcast:function(a,b){var c=this,d=this,e={name:a,targetScope:this,preventDefault:function(){e.defaultPrevented=!0},defaultPrevented:!1};if(!this.$$listenerCount[a])return e;for(var g=db([e],arguments,1),h,k;c=d;){e.currentScope=c;d=c.$$listeners[a]||[];h=0;for(k=d.length;h<k;h++)if(d[h])try{d[h].apply(null,g)}catch(l){f(l)}else d.splice(h,1),h--,k--;if(!(d=c.$$listenerCount[a]&&c.$$childHead||c!==this&&c.$$nextSibling))for(;c!==this&&!(d=c.$$nextSibling);)c=c.$parent}e.currentScope=
+null;return e}};var v=new m,w=v.$$asyncQueue=[],x=v.$$postDigestQueue=[],y=v.$$applyAsyncQueue=[],J=0;return v}]}function Qe(){var a=/^\s*(https?|s?ftp|mailto|tel|file):/,b=/^\s*((https?|ftp|file|blob):|data:image\/)/;this.aHrefSanitizationWhitelist=function(b){return w(b)?(a=b,this):a};this.imgSrcSanitizationWhitelist=function(a){return w(a)?(b=a,this):b};this.$get=function(){return function(d,c){var e=c?b:a,f=ga(d&&d.trim()).href;return""===f||f.match(e)?d:"unsafe:"+f}}}function Xg(a){if("self"===
+a)return a;if(C(a)){if(-1<a.indexOf("***"))throw Ea("iwcard",a);a=Od(a).replace(/\\\*\\\*/g,".*").replace(/\\\*/g,"[^:/.?&;]*");return new RegExp("^"+a+"$")}if(ab(a))return new RegExp("^"+a.source+"$");throw Ea("imatcher");}function Pd(a){var b=[];w(a)&&r(a,function(a){b.push(Xg(a))});return b}function eg(){this.SCE_CONTEXTS=W;var a=["self"],b=[];this.resourceUrlWhitelist=function(b){arguments.length&&(a=Pd(b));return a};this.resourceUrlBlacklist=function(a){arguments.length&&(b=Pd(a));return b};
+this.$get=["$injector","$$sanitizeUri",function(d,c){function e(a,b){var c;"self"===a?(c=Cc(b,Qd))||(z.document.baseURI?c=z.document.baseURI:(Na||(Na=z.document.createElement("a"),Na.href=".",Na=Na.cloneNode(!1)),c=Na.href),c=Cc(b,c)):c=!!a.exec(b.href);return c}function f(a){var b=function(a){this.$$unwrapTrustedValue=function(){return a}};a&&(b.prototype=new a);b.prototype.valueOf=function(){return this.$$unwrapTrustedValue()};b.prototype.toString=function(){return this.$$unwrapTrustedValue().toString()};
+return b}var g=function(a){throw Ea("unsafe");};d.has("$sanitize")&&(g=d.get("$sanitize"));var k=f(),h={};h[W.HTML]=f(k);h[W.CSS]=f(k);h[W.MEDIA_URL]=f(k);h[W.URL]=f(h[W.MEDIA_URL]);h[W.JS]=f(k);h[W.RESOURCE_URL]=f(h[W.URL]);return{trustAs:function(a,b){var c=h.hasOwnProperty(a)?h[a]:null;if(!c)throw Ea("icontext",a,b);if(null===b||A(b)||""===b)return b;if("string"!==typeof b)throw Ea("itype",a);return new c(b)},getTrusted:function(d,f){if(null===f||A(f)||""===f)return f;var k=h.hasOwnProperty(d)?
+h[d]:null;if(k&&f instanceof k)return f.$$unwrapTrustedValue();B(f.$$unwrapTrustedValue)&&(f=f.$$unwrapTrustedValue());if(d===W.MEDIA_URL||d===W.URL)return c(f.toString(),d===W.MEDIA_URL);if(d===W.RESOURCE_URL){var k=ga(f.toString()),n,s,r=!1;n=0;for(s=a.length;n<s;n++)if(e(a[n],k)){r=!0;break}if(r)for(n=0,s=b.length;n<s;n++)if(e(b[n],k)){r=!1;break}if(r)return f;throw Ea("insecurl",f.toString());}if(d===W.HTML)return g(f);throw Ea("unsafe");},valueOf:function(a){return a instanceof k?a.$$unwrapTrustedValue():
+a}}}]}function dg(){var a=!0;this.enabled=function(b){arguments.length&&(a=!!b);return a};this.$get=["$parse","$sceDelegate",function(b,d){if(a&&8>wa)throw Ea("iequirks");var c=ja(W);c.isEnabled=function(){return a};c.trustAs=d.trustAs;c.getTrusted=d.getTrusted;c.valueOf=d.valueOf;a||(c.trustAs=c.getTrusted=function(a,b){return b},c.valueOf=Ta);c.parseAs=function(a,d){var e=b(d);return e.literal&&e.constant?e:b(d,function(b){return c.getTrusted(a,b)})};var e=c.parseAs,f=c.getTrusted,g=c.trustAs;r(W,
+function(a,b){var d=K(b);c[("parse_as_"+d).replace(Dc,xb)]=function(b){return e(a,b)};c[("get_trusted_"+d).replace(Dc,xb)]=function(b){return f(a,b)};c[("trust_as_"+d).replace(Dc,xb)]=function(b){return g(a,b)}});return c}]}function fg(){this.$get=["$window","$document",function(a,b){var d={},c=!((!a.nw||!a.nw.process)&&a.chrome&&(a.chrome.app&&a.chrome.app.runtime||!a.chrome.app&&a.chrome.runtime&&a.chrome.runtime.id))&&a.history&&a.history.pushState,e=fa((/android (\d+)/.exec(K((a.navigator||{}).userAgent))||
+[])[1]),f=/Boxee/i.test((a.navigator||{}).userAgent),g=b[0]||{},k=g.body&&g.body.style,h=!1,l=!1;k&&(h=!!("transition"in k||"webkitTransition"in k),l=!!("animation"in k||"webkitAnimation"in k));return{history:!(!c||4>e||f),hasEvent:function(a){if("input"===a&&wa)return!1;if(A(d[a])){var b=g.createElement("div");d[a]="on"+a in b}return d[a]},csp:Ba(),transitions:h,animations:l,android:e}}]}function gg(){this.$get=ia(function(a){return new Yg(a)})}function Yg(a){function b(){var a=e.pop();return a&&
+a.cb}function d(a){for(var b=e.length-1;0<=b;--b){var c=e[b];if(c.type===a)return e.splice(b,1),c.cb}}var c={},e=[],f=this.ALL_TASKS_TYPE="$$all$$",g=this.DEFAULT_TASK_TYPE="$$default$$";this.completeTask=function(e,h){h=h||g;try{e()}finally{var l;l=h||g;c[l]&&(c[l]--,c[f]--);l=c[h];var m=c[f];if(!m||!l)for(l=m?d:b;m=l(h);)try{m()}catch(p){a.error(p)}}};this.incTaskCount=function(a){a=a||g;c[a]=(c[a]||0)+1;c[f]=(c[f]||0)+1};this.notifyWhenNoPendingTasks=function(a,b){b=b||f;c[b]?e.push({type:b,cb:a}):
+a()}}function ig(){var a;this.httpOptions=function(b){return b?(a=b,this):a};this.$get=["$exceptionHandler","$templateCache","$http","$q","$sce",function(b,d,c,e,f){function g(k,h){g.totalPendingRequests++;if(!C(k)||A(d.get(k)))k=f.getTrustedResourceUrl(k);var l=c.defaults&&c.defaults.transformResponse;H(l)?l=l.filter(function(a){return a!==wc}):l===wc&&(l=null);return c.get(k,S({cache:d,transformResponse:l},a)).finally(function(){g.totalPendingRequests--}).then(function(a){return d.put(k,a.data)},
+function(a){h||(a=Zg("tpload",k,a.status,a.statusText),b(a));return e.reject(a)})}g.totalPendingRequests=0;return g}]}function jg(){this.$get=["$rootScope","$browser","$location",function(a,b,d){return{findBindings:function(a,b,d){a=a.getElementsByClassName("ng-binding");var g=[];r(a,function(a){var c=ca.element(a).data("$binding");c&&r(c,function(c){d?(new RegExp("(^|\\s)"+Od(b)+"(\\s|\\||$)")).test(c)&&g.push(a):-1!==c.indexOf(b)&&g.push(a)})});return g},findModels:function(a,b,d){for(var g=["ng-",
+"data-ng-","ng\\:"],k=0;k<g.length;++k){var h=a.querySelectorAll("["+g[k]+"model"+(d?"=":"*=")+'"'+b+'"]');if(h.length)return h}},getLocation:function(){return d.url()},setLocation:function(b){b!==d.url()&&(d.url(b),a.$digest())},whenStable:function(a){b.notifyWhenNoOutstandingRequests(a)}}}]}function kg(){this.$get=["$rootScope","$browser","$q","$$q","$exceptionHandler",function(a,b,d,c,e){function f(f,h,l){B(f)||(l=h,h=f,f=E);var m=Ha.call(arguments,3),p=w(l)&&!l,n=(p?c:d).defer(),s=n.promise,r;
+r=b.defer(function(){try{n.resolve(f.apply(null,m))}catch(b){n.reject(b),e(b)}finally{delete g[s.$$timeoutId]}p||a.$apply()},h,"$timeout");s.$$timeoutId=r;g[r]=n;return s}var g={};f.cancel=function(a){if(!a)return!1;if(!a.hasOwnProperty("$$timeoutId"))throw $g("badprom");if(!g.hasOwnProperty(a.$$timeoutId))return!1;a=a.$$timeoutId;var c=g[a],d=c.promise;d.$$state&&(d.$$state.pur=!0);c.reject("canceled");delete g[a];return b.defer.cancel(a)};return f}]}function ga(a){if(!C(a))return a;wa&&(aa.setAttribute("href",
+a),a=aa.href);aa.setAttribute("href",a);a=aa.hostname;!ah&&-1<a.indexOf(":")&&(a="["+a+"]");return{href:aa.href,protocol:aa.protocol?aa.protocol.replace(/:$/,""):"",host:aa.host,search:aa.search?aa.search.replace(/^\?/,""):"",hash:aa.hash?aa.hash.replace(/^#/,""):"",hostname:a,port:aa.port,pathname:"/"===aa.pathname.charAt(0)?aa.pathname:"/"+aa.pathname}}function Og(a){var b=[Qd].concat(a.map(ga));return function(a){a=ga(a);return b.some(Cc.bind(null,a))}}function Cc(a,b){a=ga(a);b=ga(b);return a.protocol===
+b.protocol&&a.host===b.host}function lg(){this.$get=ia(z)}function Rd(a){function b(a){try{return decodeURIComponent(a)}catch(b){return a}}var d=a[0]||{},c={},e="";return function(){var a,g,k,h,l;try{a=d.cookie||""}catch(m){a=""}if(a!==e)for(e=a,a=e.split("; "),c={},k=0;k<a.length;k++)g=a[k],h=g.indexOf("="),0<h&&(l=b(g.substring(0,h)),A(c[l])&&(c[l]=b(g.substring(h+1))));return c}}function pg(){this.$get=Rd}function fd(a){function b(d,c){if(D(d)){var e={};r(d,function(a,c){e[c]=b(c,a)});return e}return a.factory(d+
+"Filter",c)}this.register=b;this.$get=["$injector",function(a){return function(b){return a.get(b+"Filter")}}];b("currency",Sd);b("date",Td);b("filter",bh);b("json",ch);b("limitTo",dh);b("lowercase",eh);b("number",Ud);b("orderBy",Vd);b("uppercase",fh)}function bh(){return function(a,b,d,c){if(!za(a)){if(null==a)return a;throw F("filter")("notarray",a);}c=c||"$";var e;switch(Ec(b)){case "function":break;case "boolean":case "null":case "number":case "string":e=!0;case "object":b=gh(b,d,c,e);break;default:return a}return Array.prototype.filter.call(a,
+b)}}function gh(a,b,d,c){var e=D(a)&&d in a;!0===b?b=va:B(b)||(b=function(a,b){if(A(a))return!1;if(null===a||null===b)return a===b;if(D(b)||D(a)&&!cc(a))return!1;a=K(""+a);b=K(""+b);return-1!==a.indexOf(b)});return function(f){return e&&!D(f)?Fa(f,a[d],b,d,!1):Fa(f,a,b,d,c)}}function Fa(a,b,d,c,e,f){var g=Ec(a),k=Ec(b);if("string"===k&&"!"===b.charAt(0))return!Fa(a,b.substring(1),d,c,e);if(H(a))return a.some(function(a){return Fa(a,b,d,c,e)});switch(g){case "object":var h;if(e){for(h in a)if(h.charAt&&
+"$"!==h.charAt(0)&&Fa(a[h],b,d,c,!0))return!0;return f?!1:Fa(a,b,d,c,!1)}if("object"===k){for(h in b)if(f=b[h],!B(f)&&!A(f)&&(g=h===c,!Fa(g?a:a[h],f,d,c,g,g)))return!1;return!0}return d(a,b);case "function":return!1;default:return d(a,b)}}function Ec(a){return null===a?"null":typeof a}function Sd(a){var b=a.NUMBER_FORMATS;return function(a,c,e){A(c)&&(c=b.CURRENCY_SYM);A(e)&&(e=b.PATTERNS[1].maxFrac);var f=c?/\u00A4/g:/\s*\u00A4\s*/g;return null==a?a:Wd(a,b.PATTERNS[1],b.GROUP_SEP,b.DECIMAL_SEP,e).replace(f,
+c)}}function Ud(a){var b=a.NUMBER_FORMATS;return function(a,c){return null==a?a:Wd(a,b.PATTERNS[0],b.GROUP_SEP,b.DECIMAL_SEP,c)}}function hh(a){var b=0,d,c,e,f,g;-1<(c=a.indexOf(Xd))&&(a=a.replace(Xd,""));0<(e=a.search(/e/i))?(0>c&&(c=e),c+=+a.slice(e+1),a=a.substring(0,e)):0>c&&(c=a.length);for(e=0;a.charAt(e)===Fc;e++);if(e===(g=a.length))d=[0],c=1;else{for(g--;a.charAt(g)===Fc;)g--;c-=e;d=[];for(f=0;e<=g;e++,f++)d[f]=+a.charAt(e)}c>Yd&&(d=d.splice(0,Yd-1),b=c-1,c=1);return{d:d,e:b,i:c}}function ih(a,
+b,d,c){var e=a.d,f=e.length-a.i;b=A(b)?Math.min(Math.max(d,f),c):+b;d=b+a.i;c=e[d];if(0<d){e.splice(Math.max(a.i,d));for(var g=d;g<e.length;g++)e[g]=0}else for(f=Math.max(0,f),a.i=1,e.length=Math.max(1,d=b+1),e[0]=0,g=1;g<d;g++)e[g]=0;if(5<=c)if(0>d-1){for(c=0;c>d;c--)e.unshift(0),a.i++;e.unshift(1);a.i++}else e[d-1]++;for(;f<Math.max(0,b);f++)e.push(0);if(b=e.reduceRight(function(a,b,c,d){b+=a;d[c]=b%10;return Math.floor(b/10)},0))e.unshift(b),a.i++}function Wd(a,b,d,c,e){if(!C(a)&&!X(a)||isNaN(a))return"";
+var f=!isFinite(a),g=!1,k=Math.abs(a)+"",h="";if(f)h="\u221e";else{g=hh(k);ih(g,e,b.minFrac,b.maxFrac);h=g.d;k=g.i;e=g.e;f=[];for(g=h.reduce(function(a,b){return a&&!b},!0);0>k;)h.unshift(0),k++;0<k?f=h.splice(k,h.length):(f=h,h=[0]);k=[];for(h.length>=b.lgSize&&k.unshift(h.splice(-b.lgSize,h.length).join(""));h.length>b.gSize;)k.unshift(h.splice(-b.gSize,h.length).join(""));h.length&&k.unshift(h.join(""));h=k.join(d);f.length&&(h+=c+f.join(""));e&&(h+="e+"+e)}return 0>a&&!g?b.negPre+h+b.negSuf:b.posPre+
+h+b.posSuf}function Pb(a,b,d,c){var e="";if(0>a||c&&0>=a)c?a=-a+1:(a=-a,e="-");for(a=""+a;a.length<b;)a=Fc+a;d&&(a=a.substr(a.length-b));return e+a}function ea(a,b,d,c,e){d=d||0;return function(f){f=f["get"+a]();if(0<d||f>-d)f+=d;0===f&&-12===d&&(f=12);return Pb(f,b,c,e)}}function lb(a,b,d){return function(c,e){var f=c["get"+a](),g=vb((d?"STANDALONE":"")+(b?"SHORT":"")+a);return e[g][f]}}function Zd(a){var b=(new Date(a,0,1)).getDay();return new Date(a,0,(4>=b?5:12)-b)}function $d(a){return function(b){var d=
+Zd(b.getFullYear());b=+new Date(b.getFullYear(),b.getMonth(),b.getDate()+(4-b.getDay()))-+d;b=1+Math.round(b/6048E5);return Pb(b,a)}}function Gc(a,b){return 0>=a.getFullYear()?b.ERAS[0]:b.ERAS[1]}function Td(a){function b(a){var b;if(b=a.match(d)){a=new Date(0);var f=0,g=0,k=b[8]?a.setUTCFullYear:a.setFullYear,h=b[8]?a.setUTCHours:a.setHours;b[9]&&(f=fa(b[9]+b[10]),g=fa(b[9]+b[11]));k.call(a,fa(b[1]),fa(b[2])-1,fa(b[3]));f=fa(b[4]||0)-f;g=fa(b[5]||0)-g;k=fa(b[6]||0);b=Math.round(1E3*parseFloat("0."+
+(b[7]||0)));h.call(a,f,g,k,b)}return a}var d=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/;return function(c,d,f){var g="",k=[],h,l;d=d||"mediumDate";d=a.DATETIME_FORMATS[d]||d;C(c)&&(c=jh.test(c)?fa(c):b(c));X(c)&&(c=new Date(c));if(!ha(c)||!isFinite(c.getTime()))return c;for(;d;)(l=kh.exec(d))?(k=db(k,l,1),d=k.pop()):(k.push(d),d=null);var m=c.getTimezoneOffset();f&&(m=fc(f,m),c=gc(c,f,!0));r(k,function(b){h=lh[b];g+=h?h(c,a.DATETIME_FORMATS,
+m):"''"===b?"'":b.replace(/(^'|'$)/g,"").replace(/''/g,"'")});return g}}function ch(){return function(a,b){A(b)&&(b=2);return eb(a,b)}}function dh(){return function(a,b,d){b=Infinity===Math.abs(Number(b))?Number(b):fa(b);if(Y(b))return a;X(a)&&(a=a.toString());if(!za(a))return a;d=!d||isNaN(d)?0:fa(d);d=0>d?Math.max(0,a.length+d):d;return 0<=b?Hc(a,d,d+b):0===d?Hc(a,b,a.length):Hc(a,Math.max(0,d+b),d)}}function Hc(a,b,d){return C(a)?a.slice(b,d):Ha.call(a,b,d)}function Vd(a){function b(b){return b.map(function(b){var c=
+1,d=Ta;if(B(b))d=b;else if(C(b)){if("+"===b.charAt(0)||"-"===b.charAt(0))c="-"===b.charAt(0)?-1:1,b=b.substring(1);if(""!==b&&(d=a(b),d.constant))var e=d(),d=function(a){return a[e]}}return{get:d,descending:c}})}function d(a){switch(typeof a){case "number":case "boolean":case "string":return!0;default:return!1}}function c(a,b){var c=0,d=a.type,h=b.type;if(d===h){var h=a.value,l=b.value;"string"===d?(h=h.toLowerCase(),l=l.toLowerCase()):"object"===d&&(D(h)&&(h=a.index),D(l)&&(l=b.index));h!==l&&(c=
+h<l?-1:1)}else c="undefined"===d?1:"undefined"===h?-1:"null"===d?1:"null"===h?-1:d<h?-1:1;return c}return function(a,f,g,k){if(null==a)return a;if(!za(a))throw F("orderBy")("notarray",a);H(f)||(f=[f]);0===f.length&&(f=["+"]);var h=b(f),l=g?-1:1,m=B(k)?k:c;a=Array.prototype.map.call(a,function(a,b){return{value:a,tieBreaker:{value:b,type:"number",index:b},predicateValues:h.map(function(c){var e=c.get(a);c=typeof e;if(null===e)c="null";else if("object"===c)a:{if(B(e.valueOf)&&(e=e.valueOf(),d(e)))break a;
+cc(e)&&(e=e.toString(),d(e))}return{value:e,type:c,index:b}})}});a.sort(function(a,b){for(var d=0,e=h.length;d<e;d++){var f=m(a.predicateValues[d],b.predicateValues[d]);if(f)return f*h[d].descending*l}return(m(a.tieBreaker,b.tieBreaker)||c(a.tieBreaker,b.tieBreaker))*l});return a=a.map(function(a){return a.value})}}function Ra(a){B(a)&&(a={link:a});a.restrict=a.restrict||"AC";return ia(a)}function Qb(a,b,d,c,e){this.$$controls=[];this.$error={};this.$$success={};this.$pending=void 0;this.$name=e(b.name||
+b.ngForm||"")(d);this.$dirty=!1;this.$valid=this.$pristine=!0;this.$submitted=this.$invalid=!1;this.$$parentForm=mb;this.$$element=a;this.$$animate=c;ae(this)}function ae(a){a.$$classCache={};a.$$classCache[be]=!(a.$$classCache[nb]=a.$$element.hasClass(nb))}function ce(a){function b(a,b,c){c&&!a.$$classCache[b]?(a.$$animate.addClass(a.$$element,b),a.$$classCache[b]=!0):!c&&a.$$classCache[b]&&(a.$$animate.removeClass(a.$$element,b),a.$$classCache[b]=!1)}function d(a,c,d){c=c?"-"+Xc(c,"-"):"";b(a,nb+
+c,!0===d);b(a,be+c,!1===d)}var c=a.set,e=a.unset;a.clazz.prototype.$setValidity=function(a,g,k){A(g)?(this.$pending||(this.$pending={}),c(this.$pending,a,k)):(this.$pending&&e(this.$pending,a,k),de(this.$pending)&&(this.$pending=void 0));Ga(g)?g?(e(this.$error,a,k),c(this.$$success,a,k)):(c(this.$error,a,k),e(this.$$success,a,k)):(e(this.$error,a,k),e(this.$$success,a,k));this.$pending?(b(this,"ng-pending",!0),this.$valid=this.$invalid=void 0,d(this,"",null)):(b(this,"ng-pending",!1),this.$valid=
+de(this.$error),this.$invalid=!this.$valid,d(this,"",this.$valid));g=this.$pending&&this.$pending[a]?void 0:this.$error[a]?!1:this.$$success[a]?!0:null;d(this,a,g);this.$$parentForm.$setValidity(a,g,this)}}function de(a){if(a)for(var b in a)if(a.hasOwnProperty(b))return!1;return!0}function Ic(a){a.$formatters.push(function(b){return a.$isEmpty(b)?b:b.toString()})}function Sa(a,b,d,c,e,f){var g=K(b[0].type);if(!e.android){var k=!1;b.on("compositionstart",function(){k=!0});b.on("compositionupdate",
+function(a){if(A(a.data)||""===a.data)k=!1});b.on("compositionend",function(){k=!1;l()})}var h,l=function(a){h&&(f.defer.cancel(h),h=null);if(!k){var e=b.val();a=a&&a.type;"password"===g||d.ngTrim&&"false"===d.ngTrim||(e=V(e));(c.$viewValue!==e||""===e&&c.$$hasNativeValidators)&&c.$setViewValue(e,a)}};if(e.hasEvent("input"))b.on("input",l);else{var m=function(a,b,c){h||(h=f.defer(function(){h=null;b&&b.value===c||l(a)}))};b.on("keydown",function(a){var b=a.keyCode;91===b||15<b&&19>b||37<=b&&40>=b||
+m(a,this,this.value)});if(e.hasEvent("paste"))b.on("paste cut drop",m)}b.on("change",l);if(ee[g]&&c.$$hasNativeValidators&&g===d.type)b.on("keydown wheel mousedown",function(a){if(!h){var b=this.validity,c=b.badInput,d=b.typeMismatch;h=f.defer(function(){h=null;b.badInput===c&&b.typeMismatch===d||l(a)})}});c.$render=function(){var a=c.$isEmpty(c.$viewValue)?"":c.$viewValue;b.val()!==a&&b.val(a)}}function Rb(a,b){return function(d,c){var e,f;if(ha(d))return d;if(C(d)){'"'===d.charAt(0)&&'"'===d.charAt(d.length-
+1)&&(d=d.substring(1,d.length-1));if(mh.test(d))return new Date(d);a.lastIndex=0;if(e=a.exec(d))return e.shift(),f=c?{yyyy:c.getFullYear(),MM:c.getMonth()+1,dd:c.getDate(),HH:c.getHours(),mm:c.getMinutes(),ss:c.getSeconds(),sss:c.getMilliseconds()/1E3}:{yyyy:1970,MM:1,dd:1,HH:0,mm:0,ss:0,sss:0},r(e,function(a,c){c<b.length&&(f[b[c]]=+a)}),e=new Date(f.yyyy,f.MM-1,f.dd,f.HH,f.mm,f.ss||0,1E3*f.sss||0),100>f.yyyy&&e.setFullYear(f.yyyy),e}return NaN}}function ob(a,b,d,c){return function(e,f,g,k,h,l,m,
+p){function n(a){return a&&!(a.getTime&&a.getTime()!==a.getTime())}function s(a){return w(a)&&!ha(a)?r(a)||void 0:a}function r(a,b){var c=k.$options.getOption("timezone");v&&v!==c&&(b=Uc(b,fc(v)));var e=d(a,b);!isNaN(e)&&c&&(e=gc(e,c));return e}Jc(e,f,g,k,a);Sa(e,f,g,k,h,l);var t="time"===a||"datetimelocal"===a,q,v;k.$parsers.push(function(c){if(k.$isEmpty(c))return null;if(b.test(c))return r(c,q);k.$$parserName=a});k.$formatters.push(function(a){if(a&&!ha(a))throw pb("datefmt",a);if(n(a)){q=a;var b=
+k.$options.getOption("timezone");b&&(v=b,q=gc(q,b,!0));var d=c;t&&C(k.$options.getOption("timeSecondsFormat"))&&(d=c.replace("ss.sss",k.$options.getOption("timeSecondsFormat")).replace(/:$/,""));a=m("date")(a,d,b);t&&k.$options.getOption("timeStripZeroSeconds")&&(a=a.replace(/(?::00)?(?:\.000)?$/,""));return a}v=q=null;return""});if(w(g.min)||g.ngMin){var x=g.min||p(g.ngMin)(e),z=s(x);k.$validators.min=function(a){return!n(a)||A(z)||d(a)>=z};g.$observe("min",function(a){a!==x&&(z=s(a),x=a,k.$validate())})}if(w(g.max)||
+g.ngMax){var y=g.max||p(g.ngMax)(e),J=s(y);k.$validators.max=function(a){return!n(a)||A(J)||d(a)<=J};g.$observe("max",function(a){a!==y&&(J=s(a),y=a,k.$validate())})}}}function Jc(a,b,d,c,e){(c.$$hasNativeValidators=D(b[0].validity))&&c.$parsers.push(function(a){var d=b.prop("validity")||{};if(d.badInput||d.typeMismatch)c.$$parserName=e;else return a})}function fe(a){a.$parsers.push(function(b){if(a.$isEmpty(b))return null;if(nh.test(b))return parseFloat(b);a.$$parserName="number"});a.$formatters.push(function(b){if(!a.$isEmpty(b)){if(!X(b))throw pb("numfmt",
+b);b=b.toString()}return b})}function na(a){w(a)&&!X(a)&&(a=parseFloat(a));return Y(a)?void 0:a}function Kc(a){var b=a.toString(),d=b.indexOf(".");return-1===d?-1<a&&1>a&&(a=/e-(\d+)$/.exec(b))?Number(a[1]):0:b.length-d-1}function ge(a,b,d){a=Number(a);var c=(a|0)!==a,e=(b|0)!==b,f=(d|0)!==d;if(c||e||f){var g=c?Kc(a):0,k=e?Kc(b):0,h=f?Kc(d):0,g=Math.max(g,k,h),g=Math.pow(10,g);a*=g;b*=g;d*=g;c&&(a=Math.round(a));e&&(b=Math.round(b));f&&(d=Math.round(d))}return 0===(a-b)%d}function he(a,b,d,c,e){if(w(c)){a=
+a(c);if(!a.constant)throw pb("constexpr",d,c);return a(b)}return e}function Lc(a,b){function d(a,b){if(!a||!a.length)return[];if(!b||!b.length)return a;var c=[],d=0;a:for(;d<a.length;d++){for(var e=a[d],m=0;m<b.length;m++)if(e===b[m])continue a;c.push(e)}return c}function c(a){if(!a)return a;var b=a;H(a)?b=a.map(c).join(" "):D(a)?b=Object.keys(a).filter(function(b){return a[b]}).join(" "):C(a)||(b=a+"");return b}a="ngClass"+a;var e;return["$parse",function(f){return{restrict:"AC",link:function(g,
+k,h){function l(a,b){var c=[];r(a,function(a){if(0<b||p[a])p[a]=(p[a]||0)+b,p[a]===+(0<b)&&c.push(a)});return c.join(" ")}function m(a){if(a===b){var c=s,c=l(c&&c.split(" "),1);h.$addClass(c)}else c=s,c=l(c&&c.split(" "),-1),h.$removeClass(c);n=a}var p=k.data("$classCounts"),n=!0,s;p||(p=T(),k.data("$classCounts",p));"ngClass"!==a&&(e||(e=f("$index",function(a){return a&1})),g.$watch(e,m));g.$watch(f(h[a],c),function(a){if(n===b){var c=s&&s.split(" "),e=a&&a.split(" "),f=d(c,e),c=d(e,c),f=l(f,-1),
+c=l(c,1);h.$addClass(c);h.$removeClass(f)}s=a})}}}]}function sd(a,b,d,c,e,f){return{restrict:"A",compile:function(g,k){var h=a(k[c]);return function(a,c){c.on(e,function(c){var e=function(){h(a,{$event:c})};if(b.$$phase)if(f)a.$evalAsync(e);else try{e()}catch(g){d(g)}else a.$apply(e)})}}}}function Sb(a,b,d,c,e,f,g,k,h){this.$modelValue=this.$viewValue=Number.NaN;this.$$rawModelValue=void 0;this.$validators={};this.$asyncValidators={};this.$parsers=[];this.$formatters=[];this.$viewChangeListeners=
+[];this.$untouched=!0;this.$touched=!1;this.$pristine=!0;this.$dirty=!1;this.$valid=!0;this.$invalid=!1;this.$error={};this.$$success={};this.$pending=void 0;this.$name=h(d.name||"",!1)(a);this.$$parentForm=mb;this.$options=Tb;this.$$updateEvents="";this.$$updateEventHandler=this.$$updateEventHandler.bind(this);this.$$parsedNgModel=e(d.ngModel);this.$$parsedNgModelAssign=this.$$parsedNgModel.assign;this.$$ngModelGet=this.$$parsedNgModel;this.$$ngModelSet=this.$$parsedNgModelAssign;this.$$pendingDebounce=
+null;this.$$parserValid=void 0;this.$$parserName="parse";this.$$currentValidationRunId=0;this.$$scope=a;this.$$rootScope=a.$root;this.$$attr=d;this.$$element=c;this.$$animate=f;this.$$timeout=g;this.$$parse=e;this.$$q=k;this.$$exceptionHandler=b;ae(this);oh(this)}function oh(a){a.$$scope.$watch(function(b){b=a.$$ngModelGet(b);b===a.$modelValue||a.$modelValue!==a.$modelValue&&b!==b||a.$$setModelValue(b);return b})}function Mc(a){this.$$options=a}function ie(a,b){r(b,function(b,c){w(a[c])||(a[c]=b)})}
+function Oa(a,b){a.prop("selected",b);a.attr("selected",b)}function je(a,b,d){if(a){C(a)&&(a=new RegExp("^"+a+"$"));if(!a.test)throw F("ngPattern")("noregexp",b,a,Aa(d));return a}}function Ub(a){a=fa(a);return Y(a)?-1:a}var Xb={objectMaxDepth:5,urlErrorParamsEnabled:!0},ke=/^\/(.+)\/([a-z]*)$/,ta=Object.prototype.hasOwnProperty,K=function(a){return C(a)?a.toLowerCase():a},vb=function(a){return C(a)?a.toUpperCase():a},wa,x,sb,Ha=[].slice,Kg=[].splice,ph=[].push,la=Object.prototype.toString,Rc=Object.getPrototypeOf,
+oa=F("ng"),ca=z.angular||(z.angular={}),lc,qb=0;wa=z.document.documentMode;var Y=Number.isNaN||function(a){return a!==a};E.$inject=[];Ta.$inject=[];var ze=/^\[object (?:Uint8|Uint8Clamped|Uint16|Uint32|Int8|Int16|Int32|Float32|Float64)Array]$/,V=function(a){return C(a)?a.trim():a},Od=function(a){return a.replace(/([-()[\]{}+?*.$^|,:#<!\\])/g,"\\$1").replace(/\x08/g,"\\x08")},Ba=function(){if(!w(Ba.rules)){var a=z.document.querySelector("[ng-csp]")||z.document.querySelector("[data-ng-csp]");if(a){var b=
+a.getAttribute("ng-csp")||a.getAttribute("data-ng-csp");Ba.rules={noUnsafeEval:!b||-1!==b.indexOf("no-unsafe-eval"),noInlineStyle:!b||-1!==b.indexOf("no-inline-style")}}else{a=Ba;try{new Function(""),b=!1}catch(d){b=!0}a.rules={noUnsafeEval:b,noInlineStyle:!1}}}return Ba.rules},rb=function(){if(w(rb.name_))return rb.name_;var a,b,d=Qa.length,c,e;for(b=0;b<d;++b)if(c=Qa[b],a=z.document.querySelector("["+c.replace(":","\\:")+"jq]")){e=a.getAttribute(c+"jq");break}return rb.name_=e},Be=/:/g,Qa=["ng-",
+"data-ng-","ng:","x-ng-"],Fe=function(a){var b=a.currentScript;if(!b)return!0;if(!(b instanceof z.HTMLScriptElement||b instanceof z.SVGScriptElement))return!1;b=b.attributes;return[b.getNamedItem("src"),b.getNamedItem("href"),b.getNamedItem("xlink:href")].every(function(b){if(!b)return!0;if(!b.value)return!1;var c=a.createElement("a");c.href=b.value;if(a.location.origin===c.origin)return!0;switch(c.protocol){case "http:":case "https:":case "ftp:":case "blob:":case "file:":case "data:":return!0;default:return!1}})}(z.document),
+Ie=/[A-Z]/g,Yc=!1,Pa=3,Pe={full:"1.8.0",major:1,minor:8,dot:0,codeName:"nested-vaccination"};U.expando="ng339";var Ka=U.cache={},ug=1;U._data=function(a){return this.cache[a[this.expando]]||{}};var qg=/-([a-z])/g,qh=/^-ms-/,Bb={mouseleave:"mouseout",mouseenter:"mouseover"},oc=F("jqLite"),tg=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,nc=/<|&#?\w+;/,rg=/<([\w:-]+)/,sg=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,qa={thead:["table"],col:["colgroup","table"],tr:["tbody","table"],td:["tr",
+"tbody","table"]};qa.tbody=qa.tfoot=qa.colgroup=qa.caption=qa.thead;qa.th=qa.td;var hb={option:[1,'<select multiple="multiple">',"</select>"],_default:[0,"",""]},Nc;for(Nc in qa){var le=qa[Nc],me=le.slice().reverse();hb[Nc]=[me.length,"<"+me.join("><")+">","</"+le.join("></")+">"]}hb.optgroup=hb.option;var zg=z.Node.prototype.contains||function(a){return!!(this.compareDocumentPosition(a)&16)},Wa=U.prototype={ready:hd,toString:function(){var a=[];r(this,function(b){a.push(""+b)});return"["+a.join(", ")+
+"]"},eq:function(a){return 0<=a?x(this[a]):x(this[this.length+a])},length:0,push:ph,sort:[].sort,splice:[].splice},Hb={};r("multiple selected checked disabled readOnly required open".split(" "),function(a){Hb[K(a)]=a});var od={};r("input select option textarea button form details".split(" "),function(a){od[a]=!0});var vd={ngMinlength:"minlength",ngMaxlength:"maxlength",ngMin:"min",ngMax:"max",ngPattern:"pattern",ngStep:"step"};r({data:sc,removeData:rc,hasData:function(a){for(var b in Ka[a.ng339])return!0;
+return!1},cleanData:function(a){for(var b=0,d=a.length;b<d;b++)rc(a[b]),kd(a[b])}},function(a,b){U[b]=a});r({data:sc,inheritedData:Fb,scope:function(a){return x.data(a,"$scope")||Fb(a.parentNode||a,["$isolateScope","$scope"])},isolateScope:function(a){return x.data(a,"$isolateScope")||x.data(a,"$isolateScopeNoTemplate")},controller:ld,injector:function(a){return Fb(a,"$injector")},removeAttr:function(a,b){a.removeAttribute(b)},hasClass:Cb,css:function(a,b,d){b=yb(b.replace(qh,"ms-"));if(w(d))a.style[b]=
+d;else return a.style[b]},attr:function(a,b,d){var c=a.nodeType;if(c!==Pa&&2!==c&&8!==c&&a.getAttribute){var c=K(b),e=Hb[c];if(w(d))null===d||!1===d&&e?a.removeAttribute(b):a.setAttribute(b,e?c:d);else return a=a.getAttribute(b),e&&null!==a&&(a=c),null===a?void 0:a}},prop:function(a,b,d){if(w(d))a[b]=d;else return a[b]},text:function(){function a(a,d){if(A(d)){var c=a.nodeType;return 1===c||c===Pa?a.textContent:""}a.textContent=d}a.$dv="";return a}(),val:function(a,b){if(A(b)){if(a.multiple&&"select"===
+ua(a)){var d=[];r(a.options,function(a){a.selected&&d.push(a.value||a.text)});return d}return a.value}a.value=b},html:function(a,b){if(A(b))return a.innerHTML;zb(a,!0);a.innerHTML=b},empty:md},function(a,b){U.prototype[b]=function(b,c){var e,f,g=this.length;if(a!==md&&A(2===a.length&&a!==Cb&&a!==ld?b:c)){if(D(b)){for(e=0;e<g;e++)if(a===sc)a(this[e],b);else for(f in b)a(this[e],f,b[f]);return this}e=a.$dv;g=A(e)?Math.min(g,1):g;for(f=0;f<g;f++){var k=a(this[f],b,c);e=e?e+k:k}return e}for(e=0;e<g;e++)a(this[e],
+b,c);return this}});r({removeData:rc,on:function(a,b,d,c){if(w(c))throw oc("onargs");if(mc(a)){c=Ab(a,!0);var e=c.events,f=c.handle;f||(f=c.handle=wg(a,e));c=0<=b.indexOf(" ")?b.split(" "):[b];for(var g=c.length,k=function(b,c,g){var k=e[b];k||(k=e[b]=[],k.specialHandlerWrapper=c,"$destroy"===b||g||a.addEventListener(b,f));k.push(d)};g--;)b=c[g],Bb[b]?(k(Bb[b],yg),k(b,void 0,!0)):k(b)}},off:kd,one:function(a,b,d){a=x(a);a.on(b,function e(){a.off(b,d);a.off(b,e)});a.on(b,d)},replaceWith:function(a,
+b){var d,c=a.parentNode;zb(a);r(new U(b),function(b){d?c.insertBefore(b,d.nextSibling):c.replaceChild(b,a);d=b})},children:function(a){var b=[];r(a.childNodes,function(a){1===a.nodeType&&b.push(a)});return b},contents:function(a){return a.contentDocument||a.childNodes||[]},append:function(a,b){var d=a.nodeType;if(1===d||11===d){b=new U(b);for(var d=0,c=b.length;d<c;d++)a.appendChild(b[d])}},prepend:function(a,b){if(1===a.nodeType){var d=a.firstChild;r(new U(b),function(b){a.insertBefore(b,d)})}},
+wrap:function(a,b){var d=x(b).eq(0).clone()[0],c=a.parentNode;c&&c.replaceChild(d,a);d.appendChild(a)},remove:Gb,detach:function(a){Gb(a,!0)},after:function(a,b){var d=a,c=a.parentNode;if(c){b=new U(b);for(var e=0,f=b.length;e<f;e++){var g=b[e];c.insertBefore(g,d.nextSibling);d=g}}},addClass:Eb,removeClass:Db,toggleClass:function(a,b,d){b&&r(b.split(" "),function(b){var e=d;A(e)&&(e=!Cb(a,b));(e?Eb:Db)(a,b)})},parent:function(a){return(a=a.parentNode)&&11!==a.nodeType?a:null},next:function(a){return a.nextElementSibling},
+find:function(a,b){return a.getElementsByTagName?a.getElementsByTagName(b):[]},clone:qc,triggerHandler:function(a,b,d){var c,e,f=b.type||b,g=Ab(a);if(g=(g=g&&g.events)&&g[f])c={preventDefault:function(){this.defaultPrevented=!0},isDefaultPrevented:function(){return!0===this.defaultPrevented},stopImmediatePropagation:function(){this.immediatePropagationStopped=!0},isImmediatePropagationStopped:function(){return!0===this.immediatePropagationStopped},stopPropagation:E,type:f,target:a},b.type&&(c=S(c,
+b)),b=ja(g),e=d?[c].concat(d):[c],r(b,function(b){c.isImmediatePropagationStopped()||b.apply(a,e)})}},function(a,b){U.prototype[b]=function(b,c,e){for(var f,g=0,k=this.length;g<k;g++)A(f)?(f=a(this[g],b,c,e),w(f)&&(f=x(f))):pc(f,a(this[g],b,c,e));return w(f)?f:this}});U.prototype.bind=U.prototype.on;U.prototype.unbind=U.prototype.off;var rh=Object.create(null);pd.prototype={_idx:function(a){a!==this._lastKey&&(this._lastKey=a,this._lastIndex=this._keys.indexOf(a));return this._lastIndex},_transformKey:function(a){return Y(a)?
+rh:a},get:function(a){a=this._transformKey(a);a=this._idx(a);if(-1!==a)return this._values[a]},has:function(a){a=this._transformKey(a);return-1!==this._idx(a)},set:function(a,b){a=this._transformKey(a);var d=this._idx(a);-1===d&&(d=this._lastIndex=this._keys.length);this._keys[d]=a;this._values[d]=b},delete:function(a){a=this._transformKey(a);a=this._idx(a);if(-1===a)return!1;this._keys.splice(a,1);this._values.splice(a,1);this._lastKey=NaN;this._lastIndex=-1;return!0}};var Ib=pd,og=[function(){this.$get=
+[function(){return Ib}]}],Bg=/^([^(]+?)=>/,Cg=/^[^(]*\(\s*([^)]*)\)/m,sh=/,/,th=/^\s*(_?)(\S+?)\1\s*$/,Ag=/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg,Ca=F("$injector");fb.$$annotate=function(a,b,d){var c;if("function"===typeof a){if(!(c=a.$inject)){c=[];if(a.length){if(b)throw C(d)&&d||(d=a.name||Dg(a)),Ca("strictdi",d);b=qd(a);r(b[1].split(sh),function(a){a.replace(th,function(a,b,d){c.push(d)})})}a.$inject=c}}else H(a)?(b=a.length-1,tb(a[b],"fn"),c=a.slice(0,b)):tb(a,"fn",!0);return c};var ne=F("$animate"),
+Ef=function(){this.$get=E},Ff=function(){var a=new Ib,b=[];this.$get=["$$AnimateRunner","$rootScope",function(d,c){function e(a,b,c){var d=!1;b&&(b=C(b)?b.split(" "):H(b)?b:[],r(b,function(b){b&&(d=!0,a[b]=c)}));return d}function f(){r(b,function(b){var c=a.get(b);if(c){var d=Eg(b.attr("class")),e="",f="";r(c,function(a,b){a!==!!d[b]&&(a?e+=(e.length?" ":"")+b:f+=(f.length?" ":"")+b)});r(b,function(a){e&&Eb(a,e);f&&Db(a,f)});a.delete(b)}});b.length=0}return{enabled:E,on:E,off:E,pin:E,push:function(g,
+k,h,l){l&&l();h=h||{};h.from&&g.css(h.from);h.to&&g.css(h.to);if(h.addClass||h.removeClass)if(k=h.addClass,l=h.removeClass,h=a.get(g)||{},k=e(h,k,!0),l=e(h,l,!1),k||l)a.set(g,h),b.push(g),1===b.length&&c.$$postDigest(f);g=new d;g.complete();return g}}}]},Cf=["$provide",function(a){var b=this,d=null,c=null;this.$$registeredAnimations=Object.create(null);this.register=function(c,d){if(c&&"."!==c.charAt(0))throw ne("notcsel",c);var g=c+"-animation";b.$$registeredAnimations[c.substr(1)]=g;a.factory(g,
+d)};this.customFilter=function(a){1===arguments.length&&(c=B(a)?a:null);return c};this.classNameFilter=function(a){if(1===arguments.length&&(d=a instanceof RegExp?a:null)&&/[(\s|\/)]ng-animate[(\s|\/)]/.test(d.toString()))throw d=null,ne("nongcls","ng-animate");return d};this.$get=["$$animateQueue",function(a){function b(a,c,d){if(d){var e;a:{for(e=0;e<d.length;e++){var f=d[e];if(1===f.nodeType){e=f;break a}}e=void 0}!e||e.parentNode||e.previousElementSibling||(d=null)}d?d.after(a):c.prepend(a)}return{on:a.on,
+off:a.off,pin:a.pin,enabled:a.enabled,cancel:function(a){a.cancel&&a.cancel()},enter:function(c,d,h,l){d=d&&x(d);h=h&&x(h);d=d||h.parent();b(c,d,h);return a.push(c,"enter",ra(l))},move:function(c,d,h,l){d=d&&x(d);h=h&&x(h);d=d||h.parent();b(c,d,h);return a.push(c,"move",ra(l))},leave:function(b,c){return a.push(b,"leave",ra(c),function(){b.remove()})},addClass:function(b,c,d){d=ra(d);d.addClass=ib(d.addclass,c);return a.push(b,"addClass",d)},removeClass:function(b,c,d){d=ra(d);d.removeClass=ib(d.removeClass,
+c);return a.push(b,"removeClass",d)},setClass:function(b,c,d,f){f=ra(f);f.addClass=ib(f.addClass,c);f.removeClass=ib(f.removeClass,d);return a.push(b,"setClass",f)},animate:function(b,c,d,f,m){m=ra(m);m.from=m.from?S(m.from,c):c;m.to=m.to?S(m.to,d):d;m.tempClasses=ib(m.tempClasses,f||"ng-inline-animate");return a.push(b,"animate",m)}}}]}],Hf=function(){this.$get=["$$rAF",function(a){function b(b){d.push(b);1<d.length||a(function(){for(var a=0;a<d.length;a++)d[a]();d=[]})}var d=[];return function(){var a=
+!1;b(function(){a=!0});return function(d){a?d():b(d)}}}]},Gf=function(){this.$get=["$q","$sniffer","$$animateAsyncRun","$$isDocumentHidden","$timeout",function(a,b,d,c,e){function f(a){this.setHost(a);var b=d();this._doneCallbacks=[];this._tick=function(a){c()?e(a,0,!1):b(a)};this._state=0}f.chain=function(a,b){function c(){if(d===a.length)b(!0);else a[d](function(a){!1===a?b(!1):(d++,c())})}var d=0;c()};f.all=function(a,b){function c(f){e=e&&f;++d===a.length&&b(e)}var d=0,e=!0;r(a,function(a){a.done(c)})};
+f.prototype={setHost:function(a){this.host=a||{}},done:function(a){2===this._state?a():this._doneCallbacks.push(a)},progress:E,getPromise:function(){if(!this.promise){var b=this;this.promise=a(function(a,c){b.done(function(b){!1===b?c():a()})})}return this.promise},then:function(a,b){return this.getPromise().then(a,b)},"catch":function(a){return this.getPromise()["catch"](a)},"finally":function(a){return this.getPromise()["finally"](a)},pause:function(){this.host.pause&&this.host.pause()},resume:function(){this.host.resume&&
+this.host.resume()},end:function(){this.host.end&&this.host.end();this._resolve(!0)},cancel:function(){this.host.cancel&&this.host.cancel();this._resolve(!1)},complete:function(a){var b=this;0===b._state&&(b._state=1,b._tick(function(){b._resolve(a)}))},_resolve:function(a){2!==this._state&&(r(this._doneCallbacks,function(b){b(a)}),this._doneCallbacks.length=0,this._state=2)}};return f}]},Df=function(){this.$get=["$$rAF","$q","$$AnimateRunner",function(a,b,d){return function(b,e){function f(){a(function(){g.addClass&&
+(b.addClass(g.addClass),g.addClass=null);g.removeClass&&(b.removeClass(g.removeClass),g.removeClass=null);g.to&&(b.css(g.to),g.to=null);k||h.complete();k=!0});return h}var g=e||{};g.$$prepared||(g=Ia(g));g.cleanupStyles&&(g.from=g.to=null);g.from&&(b.css(g.from),g.from=null);var k,h=new d;return{start:f,end:f}}}]},$=F("$compile"),uc=new function(){};Zc.$inject=["$provide","$$sanitizeUriProvider"];Kb.prototype.isFirstChange=function(){return this.previousValue===uc};var rd=/^((?:x|data)[:\-_])/i,Jg=
+/[:\-_]+(.)/g,xd=F("$controller"),wd=/^(\S+)(\s+as\s+([\w$]+))?$/,Of=function(){this.$get=["$document",function(a){return function(b){b?!b.nodeType&&b instanceof x&&(b=b[0]):b=a[0].body;return b.offsetWidth+1}}]},yd="application/json",xc={"Content-Type":yd+";charset=utf-8"},Mg=/^\[|^\{(?!\{)/,Ng={"[":/]$/,"{":/}$/},Lg=/^\)]\}',?\n/,Lb=F("$http"),Ma=ca.$interpolateMinErr=F("$interpolate");Ma.throwNoconcat=function(a){throw Ma("noconcat",a);};Ma.interr=function(a,b){return Ma("interr",a,b.toString())};
+var Qg=F("$interval"),Xf=function(){this.$get=function(){function a(a){var b=function(a){b.data=a;b.called=!0};b.id=a;return b}var b=ca.callbacks,d={};return{createCallback:function(c){c="_"+(b.$$counter++).toString(36);var e="angular.callbacks."+c,f=a(c);d[e]=b[c]=f;return e},wasCalled:function(a){return d[a].called},getResponse:function(a){return d[a].data},removeCallback:function(a){delete b[d[a].id];delete d[a]}}}},uh=/^([^?#]*)(\?([^#]*))?(#(.*))?$/,Rg={http:80,https:443,ftp:21},kb=F("$location"),
+Sg=/^\s*[\\/]{2,}/,vh={$$absUrl:"",$$html5:!1,$$replace:!1,$$compose:function(){for(var a=this.$$path,b=this.$$hash,d=Ce(this.$$search),b=b?"#"+ic(b):"",a=a.split("/"),c=a.length;c--;)a[c]=ic(a[c].replace(/%2F/g,"/"));this.$$url=a.join("/")+(d?"?"+d:"")+b;this.$$absUrl=this.$$normalizeUrl(this.$$url);this.$$urlUpdatedByLocation=!0},absUrl:Mb("$$absUrl"),url:function(a){if(A(a))return this.$$url;var b=uh.exec(a);(b[1]||""===a)&&this.path(decodeURIComponent(b[1]));(b[2]||b[1]||""===a)&&this.search(b[3]||
+"");this.hash(b[5]||"");return this},protocol:Mb("$$protocol"),host:Mb("$$host"),port:Mb("$$port"),path:Fd("$$path",function(a){a=null!==a?a.toString():"";return"/"===a.charAt(0)?a:"/"+a}),search:function(a,b){switch(arguments.length){case 0:return this.$$search;case 1:if(C(a)||X(a))a=a.toString(),this.$$search=hc(a);else if(D(a))a=Ia(a,{}),r(a,function(b,c){null==b&&delete a[c]}),this.$$search=a;else throw kb("isrcharg");break;default:A(b)||null===b?delete this.$$search[a]:this.$$search[a]=b}this.$$compose();
+return this},hash:Fd("$$hash",function(a){return null!==a?a.toString():""}),replace:function(){this.$$replace=!0;return this}};r([Ed,Ac,zc],function(a){a.prototype=Object.create(vh);a.prototype.state=function(b){if(!arguments.length)return this.$$state;if(a!==zc||!this.$$html5)throw kb("nostate");this.$$state=A(b)?null:b;this.$$urlUpdatedByLocation=!0;return this}});var Ya=F("$parse"),Wg={}.constructor.prototype.valueOf,Vb=T();r("+ - * / % === !== == != < > <= >= && || ! = |".split(" "),function(a){Vb[a]=
+!0});var wh={n:"\n",f:"\f",r:"\r",t:"\t",v:"\v","'":"'",'"':'"'},Ob=function(a){this.options=a};Ob.prototype={constructor:Ob,lex:function(a){this.text=a;this.index=0;for(this.tokens=[];this.index<this.text.length;)if(a=this.text.charAt(this.index),'"'===a||"'"===a)this.readString(a);else if(this.isNumber(a)||"."===a&&this.isNumber(this.peek()))this.readNumber();else if(this.isIdentifierStart(this.peekMultichar()))this.readIdent();else if(this.is(a,"(){}[].,;:?"))this.tokens.push({index:this.index,
+text:a}),this.index++;else if(this.isWhitespace(a))this.index++;else{var b=a+this.peek(),d=b+this.peek(2),c=Vb[b],e=Vb[d];Vb[a]||c||e?(a=e?d:c?b:a,this.tokens.push({index:this.index,text:a,operator:!0}),this.index+=a.length):this.throwError("Unexpected next character ",this.index,this.index+1)}return this.tokens},is:function(a,b){return-1!==b.indexOf(a)},peek:function(a){a=a||1;return this.index+a<this.text.length?this.text.charAt(this.index+a):!1},isNumber:function(a){return"0"<=a&&"9">=a&&"string"===
+typeof a},isWhitespace:function(a){return" "===a||"\r"===a||"\t"===a||"\n"===a||"\v"===a||"\u00a0"===a},isIdentifierStart:function(a){return this.options.isIdentifierStart?this.options.isIdentifierStart(a,this.codePointAt(a)):this.isValidIdentifierStart(a)},isValidIdentifierStart:function(a){return"a"<=a&&"z">=a||"A"<=a&&"Z">=a||"_"===a||"$"===a},isIdentifierContinue:function(a){return this.options.isIdentifierContinue?this.options.isIdentifierContinue(a,this.codePointAt(a)):this.isValidIdentifierContinue(a)},
+isValidIdentifierContinue:function(a,b){return this.isValidIdentifierStart(a,b)||this.isNumber(a)},codePointAt:function(a){return 1===a.length?a.charCodeAt(0):(a.charCodeAt(0)<<10)+a.charCodeAt(1)-56613888},peekMultichar:function(){var a=this.text.charAt(this.index),b=this.peek();if(!b)return a;var d=a.charCodeAt(0),c=b.charCodeAt(0);return 55296<=d&&56319>=d&&56320<=c&&57343>=c?a+b:a},isExpOperator:function(a){return"-"===a||"+"===a||this.isNumber(a)},throwError:function(a,b,d){d=d||this.index;b=
+w(b)?"s "+b+"-"+this.index+" ["+this.text.substring(b,d)+"]":" "+d;throw Ya("lexerr",a,b,this.text);},readNumber:function(){for(var a="",b=this.index;this.index<this.text.length;){var d=K(this.text.charAt(this.index));if("."===d||this.isNumber(d))a+=d;else{var c=this.peek();if("e"===d&&this.isExpOperator(c))a+=d;else if(this.isExpOperator(d)&&c&&this.isNumber(c)&&"e"===a.charAt(a.length-1))a+=d;else if(!this.isExpOperator(d)||c&&this.isNumber(c)||"e"!==a.charAt(a.length-1))break;else this.throwError("Invalid exponent")}this.index++}this.tokens.push({index:b,
+text:a,constant:!0,value:Number(a)})},readIdent:function(){var a=this.index;for(this.index+=this.peekMultichar().length;this.index<this.text.length;){var b=this.peekMultichar();if(!this.isIdentifierContinue(b))break;this.index+=b.length}this.tokens.push({index:a,text:this.text.slice(a,this.index),identifier:!0})},readString:function(a){var b=this.index;this.index++;for(var d="",c=a,e=!1;this.index<this.text.length;){var f=this.text.charAt(this.index),c=c+f;if(e)"u"===f?(e=this.text.substring(this.index+
+1,this.index+5),e.match(/[\da-f]{4}/i)||this.throwError("Invalid unicode escape [\\u"+e+"]"),this.index+=4,d+=String.fromCharCode(parseInt(e,16))):d+=wh[f]||f,e=!1;else if("\\"===f)e=!0;else{if(f===a){this.index++;this.tokens.push({index:b,text:c,constant:!0,value:d});return}d+=f}this.index++}this.throwError("Unterminated quote",b)}};var q=function(a,b){this.lexer=a;this.options=b};q.Program="Program";q.ExpressionStatement="ExpressionStatement";q.AssignmentExpression="AssignmentExpression";q.ConditionalExpression=
+"ConditionalExpression";q.LogicalExpression="LogicalExpression";q.BinaryExpression="BinaryExpression";q.UnaryExpression="UnaryExpression";q.CallExpression="CallExpression";q.MemberExpression="MemberExpression";q.Identifier="Identifier";q.Literal="Literal";q.ArrayExpression="ArrayExpression";q.Property="Property";q.ObjectExpression="ObjectExpression";q.ThisExpression="ThisExpression";q.LocalsExpression="LocalsExpression";q.NGValueParameter="NGValueParameter";q.prototype={ast:function(a){this.text=
+a;this.tokens=this.lexer.lex(a);a=this.program();0!==this.tokens.length&&this.throwError("is an unexpected token",this.tokens[0]);return a},program:function(){for(var a=[];;)if(0<this.tokens.length&&!this.peek("}",")",";","]")&&a.push(this.expressionStatement()),!this.expect(";"))return{type:q.Program,body:a}},expressionStatement:function(){return{type:q.ExpressionStatement,expression:this.filterChain()}},filterChain:function(){for(var a=this.expression();this.expect("|");)a=this.filter(a);return a},
+expression:function(){return this.assignment()},assignment:function(){var a=this.ternary();if(this.expect("=")){if(!Jd(a))throw Ya("lval");a={type:q.AssignmentExpression,left:a,right:this.assignment(),operator:"="}}return a},ternary:function(){var a=this.logicalOR(),b,d;return this.expect("?")&&(b=this.expression(),this.consume(":"))?(d=this.expression(),{type:q.ConditionalExpression,test:a,alternate:b,consequent:d}):a},logicalOR:function(){for(var a=this.logicalAND();this.expect("||");)a={type:q.LogicalExpression,
+operator:"||",left:a,right:this.logicalAND()};return a},logicalAND:function(){for(var a=this.equality();this.expect("&&");)a={type:q.LogicalExpression,operator:"&&",left:a,right:this.equality()};return a},equality:function(){for(var a=this.relational(),b;b=this.expect("==","!=","===","!==");)a={type:q.BinaryExpression,operator:b.text,left:a,right:this.relational()};return a},relational:function(){for(var a=this.additive(),b;b=this.expect("<",">","<=",">=");)a={type:q.BinaryExpression,operator:b.text,
+left:a,right:this.additive()};return a},additive:function(){for(var a=this.multiplicative(),b;b=this.expect("+","-");)a={type:q.BinaryExpression,operator:b.text,left:a,right:this.multiplicative()};return a},multiplicative:function(){for(var a=this.unary(),b;b=this.expect("*","/","%");)a={type:q.BinaryExpression,operator:b.text,left:a,right:this.unary()};return a},unary:function(){var a;return(a=this.expect("+","-","!"))?{type:q.UnaryExpression,operator:a.text,prefix:!0,argument:this.unary()}:this.primary()},
+primary:function(){var a;this.expect("(")?(a=this.filterChain(),this.consume(")")):this.expect("[")?a=this.arrayDeclaration():this.expect("{")?a=this.object():this.selfReferential.hasOwnProperty(this.peek().text)?a=Ia(this.selfReferential[this.consume().text]):this.options.literals.hasOwnProperty(this.peek().text)?a={type:q.Literal,value:this.options.literals[this.consume().text]}:this.peek().identifier?a=this.identifier():this.peek().constant?a=this.constant():this.throwError("not a primary expression",
+this.peek());for(var b;b=this.expect("(","[",".");)"("===b.text?(a={type:q.CallExpression,callee:a,arguments:this.parseArguments()},this.consume(")")):"["===b.text?(a={type:q.MemberExpression,object:a,property:this.expression(),computed:!0},this.consume("]")):"."===b.text?a={type:q.MemberExpression,object:a,property:this.identifier(),computed:!1}:this.throwError("IMPOSSIBLE");return a},filter:function(a){a=[a];for(var b={type:q.CallExpression,callee:this.identifier(),arguments:a,filter:!0};this.expect(":");)a.push(this.expression());
+return b},parseArguments:function(){var a=[];if(")"!==this.peekToken().text){do a.push(this.filterChain());while(this.expect(","))}return a},identifier:function(){var a=this.consume();a.identifier||this.throwError("is not a valid identifier",a);return{type:q.Identifier,name:a.text}},constant:function(){return{type:q.Literal,value:this.consume().value}},arrayDeclaration:function(){var a=[];if("]"!==this.peekToken().text){do{if(this.peek("]"))break;a.push(this.expression())}while(this.expect(","))}this.consume("]");
+return{type:q.ArrayExpression,elements:a}},object:function(){var a=[],b;if("}"!==this.peekToken().text){do{if(this.peek("}"))break;b={type:q.Property,kind:"init"};this.peek().constant?(b.key=this.constant(),b.computed=!1,this.consume(":"),b.value=this.expression()):this.peek().identifier?(b.key=this.identifier(),b.computed=!1,this.peek(":")?(this.consume(":"),b.value=this.expression()):b.value=b.key):this.peek("[")?(this.consume("["),b.key=this.expression(),this.consume("]"),b.computed=!0,this.consume(":"),
+b.value=this.expression()):this.throwError("invalid key",this.peek());a.push(b)}while(this.expect(","))}this.consume("}");return{type:q.ObjectExpression,properties:a}},throwError:function(a,b){throw Ya("syntax",b.text,a,b.index+1,this.text,this.text.substring(b.index));},consume:function(a){if(0===this.tokens.length)throw Ya("ueoe",this.text);var b=this.expect(a);b||this.throwError("is unexpected, expecting ["+a+"]",this.peek());return b},peekToken:function(){if(0===this.tokens.length)throw Ya("ueoe",
+this.text);return this.tokens[0]},peek:function(a,b,d,c){return this.peekAhead(0,a,b,d,c)},peekAhead:function(a,b,d,c,e){if(this.tokens.length>a){a=this.tokens[a];var f=a.text;if(f===b||f===d||f===c||f===e||!(b||d||c||e))return a}return!1},expect:function(a,b,d,c){return(a=this.peek(a,b,d,c))?(this.tokens.shift(),a):!1},selfReferential:{"this":{type:q.ThisExpression},$locals:{type:q.LocalsExpression}}};var Hd=2;Ld.prototype={compile:function(a){var b=this;this.state={nextId:0,filters:{},fn:{vars:[],
+body:[],own:{}},assign:{vars:[],body:[],own:{}},inputs:[]};Z(a,b.$filter);var d="",c;this.stage="assign";if(c=Kd(a))this.state.computing="assign",d=this.nextId(),this.recurse(c,d),this.return_(d),d="fn.assign="+this.generateFunction("assign","s,v,l");c=Id(a.body);b.stage="inputs";r(c,function(a,c){var d="fn"+c;b.state[d]={vars:[],body:[],own:{}};b.state.computing=d;var k=b.nextId();b.recurse(a,k);b.return_(k);b.state.inputs.push({name:d,isPure:a.isPure});a.watchId=c});this.state.computing="fn";this.stage=
+"main";this.recurse(a);a='"'+this.USE+" "+this.STRICT+'";\n'+this.filterPrefix()+"var fn="+this.generateFunction("fn","s,l,a,i")+d+this.watchFns()+"return fn;";a=(new Function("$filter","getStringValue","ifDefined","plus",a))(this.$filter,Tg,Ug,Gd);this.state=this.stage=void 0;return a},USE:"use",STRICT:"strict",watchFns:function(){var a=[],b=this.state.inputs,d=this;r(b,function(b){a.push("var "+b.name+"="+d.generateFunction(b.name,"s"));b.isPure&&a.push(b.name,".isPure="+JSON.stringify(b.isPure)+
+";")});b.length&&a.push("fn.inputs=["+b.map(function(a){return a.name}).join(",")+"];");return a.join("")},generateFunction:function(a,b){return"function("+b+"){"+this.varsPrefix(a)+this.body(a)+"};"},filterPrefix:function(){var a=[],b=this;r(this.state.filters,function(d,c){a.push(d+"=$filter("+b.escape(c)+")")});return a.length?"var "+a.join(",")+";":""},varsPrefix:function(a){return this.state[a].vars.length?"var "+this.state[a].vars.join(",")+";":""},body:function(a){return this.state[a].body.join("")},
+recurse:function(a,b,d,c,e,f){var g,k,h=this,l,m,p;c=c||E;if(!f&&w(a.watchId))b=b||this.nextId(),this.if_("i",this.lazyAssign(b,this.computedMember("i",a.watchId)),this.lazyRecurse(a,b,d,c,e,!0));else switch(a.type){case q.Program:r(a.body,function(b,c){h.recurse(b.expression,void 0,void 0,function(a){k=a});c!==a.body.length-1?h.current().body.push(k,";"):h.return_(k)});break;case q.Literal:m=this.escape(a.value);this.assign(b,m);c(b||m);break;case q.UnaryExpression:this.recurse(a.argument,void 0,
+void 0,function(a){k=a});m=a.operator+"("+this.ifDefined(k,0)+")";this.assign(b,m);c(m);break;case q.BinaryExpression:this.recurse(a.left,void 0,void 0,function(a){g=a});this.recurse(a.right,void 0,void 0,function(a){k=a});m="+"===a.operator?this.plus(g,k):"-"===a.operator?this.ifDefined(g,0)+a.operator+this.ifDefined(k,0):"("+g+")"+a.operator+"("+k+")";this.assign(b,m);c(m);break;case q.LogicalExpression:b=b||this.nextId();h.recurse(a.left,b);h.if_("&&"===a.operator?b:h.not(b),h.lazyRecurse(a.right,
+b));c(b);break;case q.ConditionalExpression:b=b||this.nextId();h.recurse(a.test,b);h.if_(b,h.lazyRecurse(a.alternate,b),h.lazyRecurse(a.consequent,b));c(b);break;case q.Identifier:b=b||this.nextId();d&&(d.context="inputs"===h.stage?"s":this.assign(this.nextId(),this.getHasOwnProperty("l",a.name)+"?l:s"),d.computed=!1,d.name=a.name);h.if_("inputs"===h.stage||h.not(h.getHasOwnProperty("l",a.name)),function(){h.if_("inputs"===h.stage||"s",function(){e&&1!==e&&h.if_(h.isNull(h.nonComputedMember("s",a.name)),
+h.lazyAssign(h.nonComputedMember("s",a.name),"{}"));h.assign(b,h.nonComputedMember("s",a.name))})},b&&h.lazyAssign(b,h.nonComputedMember("l",a.name)));c(b);break;case q.MemberExpression:g=d&&(d.context=this.nextId())||this.nextId();b=b||this.nextId();h.recurse(a.object,g,void 0,function(){h.if_(h.notNull(g),function(){a.computed?(k=h.nextId(),h.recurse(a.property,k),h.getStringValue(k),e&&1!==e&&h.if_(h.not(h.computedMember(g,k)),h.lazyAssign(h.computedMember(g,k),"{}")),m=h.computedMember(g,k),h.assign(b,
+m),d&&(d.computed=!0,d.name=k)):(e&&1!==e&&h.if_(h.isNull(h.nonComputedMember(g,a.property.name)),h.lazyAssign(h.nonComputedMember(g,a.property.name),"{}")),m=h.nonComputedMember(g,a.property.name),h.assign(b,m),d&&(d.computed=!1,d.name=a.property.name))},function(){h.assign(b,"undefined")});c(b)},!!e);break;case q.CallExpression:b=b||this.nextId();a.filter?(k=h.filter(a.callee.name),l=[],r(a.arguments,function(a){var b=h.nextId();h.recurse(a,b);l.push(b)}),m=k+"("+l.join(",")+")",h.assign(b,m),c(b)):
+(k=h.nextId(),g={},l=[],h.recurse(a.callee,k,g,function(){h.if_(h.notNull(k),function(){r(a.arguments,function(b){h.recurse(b,a.constant?void 0:h.nextId(),void 0,function(a){l.push(a)})});m=g.name?h.member(g.context,g.name,g.computed)+"("+l.join(",")+")":k+"("+l.join(",")+")";h.assign(b,m)},function(){h.assign(b,"undefined")});c(b)}));break;case q.AssignmentExpression:k=this.nextId();g={};this.recurse(a.left,void 0,g,function(){h.if_(h.notNull(g.context),function(){h.recurse(a.right,k);m=h.member(g.context,
+g.name,g.computed)+a.operator+k;h.assign(b,m);c(b||m)})},1);break;case q.ArrayExpression:l=[];r(a.elements,function(b){h.recurse(b,a.constant?void 0:h.nextId(),void 0,function(a){l.push(a)})});m="["+l.join(",")+"]";this.assign(b,m);c(b||m);break;case q.ObjectExpression:l=[];p=!1;r(a.properties,function(a){a.computed&&(p=!0)});p?(b=b||this.nextId(),this.assign(b,"{}"),r(a.properties,function(a){a.computed?(g=h.nextId(),h.recurse(a.key,g)):g=a.key.type===q.Identifier?a.key.name:""+a.key.value;k=h.nextId();
+h.recurse(a.value,k);h.assign(h.member(b,g,a.computed),k)})):(r(a.properties,function(b){h.recurse(b.value,a.constant?void 0:h.nextId(),void 0,function(a){l.push(h.escape(b.key.type===q.Identifier?b.key.name:""+b.key.value)+":"+a)})}),m="{"+l.join(",")+"}",this.assign(b,m));c(b||m);break;case q.ThisExpression:this.assign(b,"s");c(b||"s");break;case q.LocalsExpression:this.assign(b,"l");c(b||"l");break;case q.NGValueParameter:this.assign(b,"v"),c(b||"v")}},getHasOwnProperty:function(a,b){var d=a+"."+
+b,c=this.current().own;c.hasOwnProperty(d)||(c[d]=this.nextId(!1,a+"&&("+this.escape(b)+" in "+a+")"));return c[d]},assign:function(a,b){if(a)return this.current().body.push(a,"=",b,";"),a},filter:function(a){this.state.filters.hasOwnProperty(a)||(this.state.filters[a]=this.nextId(!0));return this.state.filters[a]},ifDefined:function(a,b){return"ifDefined("+a+","+this.escape(b)+")"},plus:function(a,b){return"plus("+a+","+b+")"},return_:function(a){this.current().body.push("return ",a,";")},if_:function(a,
+b,d){if(!0===a)b();else{var c=this.current().body;c.push("if(",a,"){");b();c.push("}");d&&(c.push("else{"),d(),c.push("}"))}},not:function(a){return"!("+a+")"},isNull:function(a){return a+"==null"},notNull:function(a){return a+"!=null"},nonComputedMember:function(a,b){var d=/[^$_a-zA-Z0-9]/g;return/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(b)?a+"."+b:a+'["'+b.replace(d,this.stringEscapeFn)+'"]'},computedMember:function(a,b){return a+"["+b+"]"},member:function(a,b,d){return d?this.computedMember(a,b):this.nonComputedMember(a,
+b)},getStringValue:function(a){this.assign(a,"getStringValue("+a+")")},lazyRecurse:function(a,b,d,c,e,f){var g=this;return function(){g.recurse(a,b,d,c,e,f)}},lazyAssign:function(a,b){var d=this;return function(){d.assign(a,b)}},stringEscapeRegex:/[^ a-zA-Z0-9]/g,stringEscapeFn:function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)},escape:function(a){if(C(a))return"'"+a.replace(this.stringEscapeRegex,this.stringEscapeFn)+"'";if(X(a))return a.toString();if(!0===a)return"true";if(!1===
+a)return"false";if(null===a)return"null";if("undefined"===typeof a)return"undefined";throw Ya("esc");},nextId:function(a,b){var d="v"+this.state.nextId++;a||this.current().vars.push(d+(b?"="+b:""));return d},current:function(){return this.state[this.state.computing]}};Md.prototype={compile:function(a){var b=this;Z(a,b.$filter);var d,c;if(d=Kd(a))c=this.recurse(d);d=Id(a.body);var e;d&&(e=[],r(d,function(a,c){var d=b.recurse(a);d.isPure=a.isPure;a.input=d;e.push(d);a.watchId=c}));var f=[];r(a.body,
+function(a){f.push(b.recurse(a.expression))});a=0===a.body.length?E:1===a.body.length?f[0]:function(a,b){var c;r(f,function(d){c=d(a,b)});return c};c&&(a.assign=function(a,b,d){return c(a,d,b)});e&&(a.inputs=e);return a},recurse:function(a,b,d){var c,e,f=this,g;if(a.input)return this.inputs(a.input,a.watchId);switch(a.type){case q.Literal:return this.value(a.value,b);case q.UnaryExpression:return e=this.recurse(a.argument),this["unary"+a.operator](e,b);case q.BinaryExpression:return c=this.recurse(a.left),
+e=this.recurse(a.right),this["binary"+a.operator](c,e,b);case q.LogicalExpression:return c=this.recurse(a.left),e=this.recurse(a.right),this["binary"+a.operator](c,e,b);case q.ConditionalExpression:return this["ternary?:"](this.recurse(a.test),this.recurse(a.alternate),this.recurse(a.consequent),b);case q.Identifier:return f.identifier(a.name,b,d);case q.MemberExpression:return c=this.recurse(a.object,!1,!!d),a.computed||(e=a.property.name),a.computed&&(e=this.recurse(a.property)),a.computed?this.computedMember(c,
+e,b,d):this.nonComputedMember(c,e,b,d);case q.CallExpression:return g=[],r(a.arguments,function(a){g.push(f.recurse(a))}),a.filter&&(e=this.$filter(a.callee.name)),a.filter||(e=this.recurse(a.callee,!0)),a.filter?function(a,c,d,f){for(var p=[],n=0;n<g.length;++n)p.push(g[n](a,c,d,f));a=e.apply(void 0,p,f);return b?{context:void 0,name:void 0,value:a}:a}:function(a,c,d,f){var p=e(a,c,d,f),n;if(null!=p.value){n=[];for(var s=0;s<g.length;++s)n.push(g[s](a,c,d,f));n=p.value.apply(p.context,n)}return b?
+{value:n}:n};case q.AssignmentExpression:return c=this.recurse(a.left,!0,1),e=this.recurse(a.right),function(a,d,f,g){var p=c(a,d,f,g);a=e(a,d,f,g);p.context[p.name]=a;return b?{value:a}:a};case q.ArrayExpression:return g=[],r(a.elements,function(a){g.push(f.recurse(a))}),function(a,c,d,e){for(var f=[],n=0;n<g.length;++n)f.push(g[n](a,c,d,e));return b?{value:f}:f};case q.ObjectExpression:return g=[],r(a.properties,function(a){a.computed?g.push({key:f.recurse(a.key),computed:!0,value:f.recurse(a.value)}):
+g.push({key:a.key.type===q.Identifier?a.key.name:""+a.key.value,computed:!1,value:f.recurse(a.value)})}),function(a,c,d,e){for(var f={},n=0;n<g.length;++n)g[n].computed?f[g[n].key(a,c,d,e)]=g[n].value(a,c,d,e):f[g[n].key]=g[n].value(a,c,d,e);return b?{value:f}:f};case q.ThisExpression:return function(a){return b?{value:a}:a};case q.LocalsExpression:return function(a,c){return b?{value:c}:c};case q.NGValueParameter:return function(a,c,d){return b?{value:d}:d}}},"unary+":function(a,b){return function(d,
+c,e,f){d=a(d,c,e,f);d=w(d)?+d:0;return b?{value:d}:d}},"unary-":function(a,b){return function(d,c,e,f){d=a(d,c,e,f);d=w(d)?-d:-0;return b?{value:d}:d}},"unary!":function(a,b){return function(d,c,e,f){d=!a(d,c,e,f);return b?{value:d}:d}},"binary+":function(a,b,d){return function(c,e,f,g){var k=a(c,e,f,g);c=b(c,e,f,g);k=Gd(k,c);return d?{value:k}:k}},"binary-":function(a,b,d){return function(c,e,f,g){var k=a(c,e,f,g);c=b(c,e,f,g);k=(w(k)?k:0)-(w(c)?c:0);return d?{value:k}:k}},"binary*":function(a,b,
+d){return function(c,e,f,g){c=a(c,e,f,g)*b(c,e,f,g);return d?{value:c}:c}},"binary/":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)/b(c,e,f,g);return d?{value:c}:c}},"binary%":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)%b(c,e,f,g);return d?{value:c}:c}},"binary===":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)===b(c,e,f,g);return d?{value:c}:c}},"binary!==":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)!==b(c,e,f,g);return d?{value:c}:c}},"binary==":function(a,b,d){return function(c,
+e,f,g){c=a(c,e,f,g)==b(c,e,f,g);return d?{value:c}:c}},"binary!=":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)!=b(c,e,f,g);return d?{value:c}:c}},"binary<":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)<b(c,e,f,g);return d?{value:c}:c}},"binary>":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)>b(c,e,f,g);return d?{value:c}:c}},"binary<=":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)<=b(c,e,f,g);return d?{value:c}:c}},"binary>=":function(a,b,d){return function(c,e,f,g){c=
+a(c,e,f,g)>=b(c,e,f,g);return d?{value:c}:c}},"binary&&":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)&&b(c,e,f,g);return d?{value:c}:c}},"binary||":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)||b(c,e,f,g);return d?{value:c}:c}},"ternary?:":function(a,b,d,c){return function(e,f,g,k){e=a(e,f,g,k)?b(e,f,g,k):d(e,f,g,k);return c?{value:e}:e}},value:function(a,b){return function(){return b?{context:void 0,name:void 0,value:a}:a}},identifier:function(a,b,d){return function(c,e,f,g){c=
+e&&a in e?e:c;d&&1!==d&&c&&null==c[a]&&(c[a]={});e=c?c[a]:void 0;return b?{context:c,name:a,value:e}:e}},computedMember:function(a,b,d,c){return function(e,f,g,k){var h=a(e,f,g,k),l,m;null!=h&&(l=b(e,f,g,k),l+="",c&&1!==c&&h&&!h[l]&&(h[l]={}),m=h[l]);return d?{context:h,name:l,value:m}:m}},nonComputedMember:function(a,b,d,c){return function(e,f,g,k){e=a(e,f,g,k);c&&1!==c&&e&&null==e[b]&&(e[b]={});f=null!=e?e[b]:void 0;return d?{context:e,name:b,value:f}:f}},inputs:function(a,b){return function(d,
+c,e,f){return f?f[b]:a(d,c,e)}}};Nb.prototype={constructor:Nb,parse:function(a){a=this.getAst(a);var b=this.astCompiler.compile(a.ast),d=a.ast;b.literal=0===d.body.length||1===d.body.length&&(d.body[0].expression.type===q.Literal||d.body[0].expression.type===q.ArrayExpression||d.body[0].expression.type===q.ObjectExpression);b.constant=a.ast.constant;b.oneTime=a.oneTime;return b},getAst:function(a){var b=!1;a=a.trim();":"===a.charAt(0)&&":"===a.charAt(1)&&(b=!0,a=a.substring(2));return{ast:this.ast.ast(a),
+oneTime:b}}};var Ea=F("$sce"),W={HTML:"html",CSS:"css",MEDIA_URL:"mediaUrl",URL:"url",RESOURCE_URL:"resourceUrl",JS:"js"},Dc=/_([a-z])/g,Zg=F("$templateRequest"),$g=F("$timeout"),aa=z.document.createElement("a"),Qd=ga(z.location.href),Na;aa.href="http://[::1]";var ah="[::1]"===aa.hostname;Rd.$inject=["$document"];fd.$inject=["$provide"];var Yd=22,Xd=".",Fc="0";Sd.$inject=["$locale"];Ud.$inject=["$locale"];var lh={yyyy:ea("FullYear",4,0,!1,!0),yy:ea("FullYear",2,0,!0,!0),y:ea("FullYear",1,0,!1,!0),
+MMMM:lb("Month"),MMM:lb("Month",!0),MM:ea("Month",2,1),M:ea("Month",1,1),LLLL:lb("Month",!1,!0),dd:ea("Date",2),d:ea("Date",1),HH:ea("Hours",2),H:ea("Hours",1),hh:ea("Hours",2,-12),h:ea("Hours",1,-12),mm:ea("Minutes",2),m:ea("Minutes",1),ss:ea("Seconds",2),s:ea("Seconds",1),sss:ea("Milliseconds",3),EEEE:lb("Day"),EEE:lb("Day",!0),a:function(a,b){return 12>a.getHours()?b.AMPMS[0]:b.AMPMS[1]},Z:function(a,b,d){a=-1*d;return a=(0<=a?"+":"")+(Pb(Math[0<a?"floor":"ceil"](a/60),2)+Pb(Math.abs(a%60),2))},
+ww:$d(2),w:$d(1),G:Gc,GG:Gc,GGG:Gc,GGGG:function(a,b){return 0>=a.getFullYear()?b.ERANAMES[0]:b.ERANAMES[1]}},kh=/((?:[^yMLdHhmsaZEwG']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|L+|d+|H+|h+|m+|s+|a|Z|G+|w+))([\s\S]*)/,jh=/^-?\d+$/;Td.$inject=["$locale"];var eh=ia(K),fh=ia(vb);Vd.$inject=["$parse"];var Re=ia({restrict:"E",compile:function(a,b){if(!b.href&&!b.xlinkHref)return function(a,b){if("a"===b[0].nodeName.toLowerCase()){var e="[object SVGAnimatedString]"===la.call(b.prop("href"))?"xlink:href":"href";
+b.on("click",function(a){b.attr(e)||a.preventDefault()})}}}}),wb={};r(Hb,function(a,b){function d(a,d,e){a.$watch(e[c],function(a){e.$set(b,!!a)})}if("multiple"!==a){var c=xa("ng-"+b),e=d;"checked"===a&&(e=function(a,b,e){e.ngModel!==e[c]&&d(a,b,e)});wb[c]=function(){return{restrict:"A",priority:100,link:e}}}});r(vd,function(a,b){wb[b]=function(){return{priority:100,link:function(a,c,e){if("ngPattern"===b&&"/"===e.ngPattern.charAt(0)&&(c=e.ngPattern.match(ke))){e.$set("ngPattern",new RegExp(c[1],
+c[2]));return}a.$watch(e[b],function(a){e.$set(b,a)})}}}});r(["src","srcset","href"],function(a){var b=xa("ng-"+a);wb[b]=["$sce",function(d){return{priority:99,link:function(c,e,f){var g=a,k=a;"href"===a&&"[object SVGAnimatedString]"===la.call(e.prop("href"))&&(k="xlinkHref",f.$attr[k]="xlink:href",g=null);f.$set(b,d.getTrustedMediaUrl(f[b]));f.$observe(b,function(b){b?(f.$set(k,b),wa&&g&&e.prop(g,f[k])):"href"===a&&f.$set(k,null)})}}}]});var mb={$addControl:E,$getControls:ia([]),$$renameControl:function(a,
+b){a.$name=b},$removeControl:E,$setValidity:E,$setDirty:E,$setPristine:E,$setSubmitted:E,$$setSubmitted:E};Qb.$inject=["$element","$attrs","$scope","$animate","$interpolate"];Qb.prototype={$rollbackViewValue:function(){r(this.$$controls,function(a){a.$rollbackViewValue()})},$commitViewValue:function(){r(this.$$controls,function(a){a.$commitViewValue()})},$addControl:function(a){Ja(a.$name,"input");this.$$controls.push(a);a.$name&&(this[a.$name]=a);a.$$parentForm=this},$getControls:function(){return ja(this.$$controls)},
+$$renameControl:function(a,b){var d=a.$name;this[d]===a&&delete this[d];this[b]=a;a.$name=b},$removeControl:function(a){a.$name&&this[a.$name]===a&&delete this[a.$name];r(this.$pending,function(b,d){this.$setValidity(d,null,a)},this);r(this.$error,function(b,d){this.$setValidity(d,null,a)},this);r(this.$$success,function(b,d){this.$setValidity(d,null,a)},this);cb(this.$$controls,a);a.$$parentForm=mb},$setDirty:function(){this.$$animate.removeClass(this.$$element,Za);this.$$animate.addClass(this.$$element,
+Wb);this.$dirty=!0;this.$pristine=!1;this.$$parentForm.$setDirty()},$setPristine:function(){this.$$animate.setClass(this.$$element,Za,Wb+" ng-submitted");this.$dirty=!1;this.$pristine=!0;this.$submitted=!1;r(this.$$controls,function(a){a.$setPristine()})},$setUntouched:function(){r(this.$$controls,function(a){a.$setUntouched()})},$setSubmitted:function(){for(var a=this;a.$$parentForm&&a.$$parentForm!==mb;)a=a.$$parentForm;a.$$setSubmitted()},$$setSubmitted:function(){this.$$animate.addClass(this.$$element,
+"ng-submitted");this.$submitted=!0;r(this.$$controls,function(a){a.$$setSubmitted&&a.$$setSubmitted()})}};ce({clazz:Qb,set:function(a,b,d){var c=a[b];c?-1===c.indexOf(d)&&c.push(d):a[b]=[d]},unset:function(a,b,d){var c=a[b];c&&(cb(c,d),0===c.length&&delete a[b])}});var oe=function(a){return["$timeout","$parse",function(b,d){function c(a){return""===a?d('this[""]').assign:d(a).assign||E}return{name:"form",restrict:a?"EAC":"E",require:["form","^^?form"],controller:Qb,compile:function(d,f){d.addClass(Za).addClass(nb);
+var g=f.name?"name":a&&f.ngForm?"ngForm":!1;return{pre:function(a,d,e,f){var p=f[0];if(!("action"in e)){var n=function(b){a.$apply(function(){p.$commitViewValue();p.$setSubmitted()});b.preventDefault()};d[0].addEventListener("submit",n);d.on("$destroy",function(){b(function(){d[0].removeEventListener("submit",n)},0,!1)})}(f[1]||p.$$parentForm).$addControl(p);var s=g?c(p.$name):E;g&&(s(a,p),e.$observe(g,function(b){p.$name!==b&&(s(a,void 0),p.$$parentForm.$$renameControl(p,b),s=c(p.$name),s(a,p))}));
+d.on("$destroy",function(){p.$$parentForm.$removeControl(p);s(a,void 0);S(p,mb)})}}}}}]},Se=oe(),df=oe(!0),mh=/^\d{4,}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+(?:[+-][0-2]\d:[0-5]\d|Z)$/,xh=/^[a-z][a-z\d.+-]*:\/*(?:[^:@]+(?::[^@]+)?@)?(?:[^\s:/?#]+|\[[a-f\d:]+])(?::\d+)?(?:\/[^?#]*)?(?:\?[^#]*)?(?:#.*)?$/i,yh=/^(?=.{1,254}$)(?=.{1,64}@)[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+(\.[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+)*@[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?(\.[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?)*$/,
+nh=/^\s*(-|\+)?(\d+|(\d*(\.\d*)))([eE][+-]?\d+)?\s*$/,pe=/^(\d{4,})-(\d{2})-(\d{2})$/,qe=/^(\d{4,})-(\d\d)-(\d\d)T(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/,Oc=/^(\d{4,})-W(\d\d)$/,re=/^(\d{4,})-(\d\d)$/,se=/^(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/,ee=T();r(["date","datetime-local","month","time","week"],function(a){ee[a]=!0});var te={text:function(a,b,d,c,e,f){Sa(a,b,d,c,e,f);Ic(c)},date:ob("date",pe,Rb(pe,["yyyy","MM","dd"]),"yyyy-MM-dd"),"datetime-local":ob("datetimelocal",qe,Rb(qe,"yyyy MM dd HH mm ss sss".split(" ")),
+"yyyy-MM-ddTHH:mm:ss.sss"),time:ob("time",se,Rb(se,["HH","mm","ss","sss"]),"HH:mm:ss.sss"),week:ob("week",Oc,function(a,b){if(ha(a))return a;if(C(a)){Oc.lastIndex=0;var d=Oc.exec(a);if(d){var c=+d[1],e=+d[2],f=d=0,g=0,k=0,h=Zd(c),e=7*(e-1);b&&(d=b.getHours(),f=b.getMinutes(),g=b.getSeconds(),k=b.getMilliseconds());return new Date(c,0,h.getDate()+e,d,f,g,k)}}return NaN},"yyyy-Www"),month:ob("month",re,Rb(re,["yyyy","MM"]),"yyyy-MM"),number:function(a,b,d,c,e,f,g,k){Jc(a,b,d,c,"number");fe(c);Sa(a,
+b,d,c,e,f);var h;if(w(d.min)||d.ngMin){var l=d.min||k(d.ngMin)(a);h=na(l);c.$validators.min=function(a,b){return c.$isEmpty(b)||A(h)||b>=h};d.$observe("min",function(a){a!==l&&(h=na(a),l=a,c.$validate())})}if(w(d.max)||d.ngMax){var m=d.max||k(d.ngMax)(a),p=na(m);c.$validators.max=function(a,b){return c.$isEmpty(b)||A(p)||b<=p};d.$observe("max",function(a){a!==m&&(p=na(a),m=a,c.$validate())})}if(w(d.step)||d.ngStep){var n=d.step||k(d.ngStep)(a),s=na(n);c.$validators.step=function(a,b){return c.$isEmpty(b)||
+A(s)||ge(b,h||0,s)};d.$observe("step",function(a){a!==n&&(s=na(a),n=a,c.$validate())})}},url:function(a,b,d,c,e,f){Sa(a,b,d,c,e,f);Ic(c);c.$validators.url=function(a,b){var d=a||b;return c.$isEmpty(d)||xh.test(d)}},email:function(a,b,d,c,e,f){Sa(a,b,d,c,e,f);Ic(c);c.$validators.email=function(a,b){var d=a||b;return c.$isEmpty(d)||yh.test(d)}},radio:function(a,b,d,c){var e=!d.ngTrim||"false"!==V(d.ngTrim);A(d.name)&&b.attr("name",++qb);b.on("change",function(a){var g;b[0].checked&&(g=d.value,e&&(g=
+V(g)),c.$setViewValue(g,a&&a.type))});c.$render=function(){var a=d.value;e&&(a=V(a));b[0].checked=a===c.$viewValue};d.$observe("value",c.$render)},range:function(a,b,d,c,e,f){function g(a,c){b.attr(a,d[a]);var e=d[a];d.$observe(a,function(a){a!==e&&(e=a,c(a))})}function k(a){p=na(a);Y(c.$modelValue)||(m?(a=b.val(),p>a&&(a=p,b.val(a)),c.$setViewValue(a)):c.$validate())}function h(a){n=na(a);Y(c.$modelValue)||(m?(a=b.val(),n<a&&(b.val(n),a=n<p?p:n),c.$setViewValue(a)):c.$validate())}function l(a){s=
+na(a);Y(c.$modelValue)||(m?c.$viewValue!==b.val()&&c.$setViewValue(b.val()):c.$validate())}Jc(a,b,d,c,"range");fe(c);Sa(a,b,d,c,e,f);var m=c.$$hasNativeValidators&&"range"===b[0].type,p=m?0:void 0,n=m?100:void 0,s=m?1:void 0,r=b[0].validity;a=w(d.min);e=w(d.max);f=w(d.step);var q=c.$render;c.$render=m&&w(r.rangeUnderflow)&&w(r.rangeOverflow)?function(){q();c.$setViewValue(b.val())}:q;a&&(p=na(d.min),c.$validators.min=m?function(){return!0}:function(a,b){return c.$isEmpty(b)||A(p)||b>=p},g("min",k));
+e&&(n=na(d.max),c.$validators.max=m?function(){return!0}:function(a,b){return c.$isEmpty(b)||A(n)||b<=n},g("max",h));f&&(s=na(d.step),c.$validators.step=m?function(){return!r.stepMismatch}:function(a,b){return c.$isEmpty(b)||A(s)||ge(b,p||0,s)},g("step",l))},checkbox:function(a,b,d,c,e,f,g,k){var h=he(k,a,"ngTrueValue",d.ngTrueValue,!0),l=he(k,a,"ngFalseValue",d.ngFalseValue,!1);b.on("change",function(a){c.$setViewValue(b[0].checked,a&&a.type)});c.$render=function(){b[0].checked=c.$viewValue};c.$isEmpty=
+function(a){return!1===a};c.$formatters.push(function(a){return va(a,h)});c.$parsers.push(function(a){return a?h:l})},hidden:E,button:E,submit:E,reset:E,file:E},$c=["$browser","$sniffer","$filter","$parse",function(a,b,d,c){return{restrict:"E",require:["?ngModel"],link:{pre:function(e,f,g,k){k[0]&&(te[K(g.type)]||te.text)(e,f,g,k[0],b,a,d,c)}}}}],Af=function(){var a={configurable:!0,enumerable:!1,get:function(){return this.getAttribute("value")||""},set:function(a){this.setAttribute("value",a)}};
+return{restrict:"E",priority:200,compile:function(b,d){if("hidden"===K(d.type))return{pre:function(b,d,f,g){b=d[0];b.parentNode&&b.parentNode.insertBefore(b,b.nextSibling);Object.defineProperty&&Object.defineProperty(b,"value",a)}}}}},zh=/^(true|false|\d+)$/,xf=function(){function a(a,d,c){var e=w(c)?c:9===wa?"":null;a.prop("value",e);d.$set("value",c)}return{restrict:"A",priority:100,compile:function(b,d){return zh.test(d.ngValue)?function(b,d,f){b=b.$eval(f.ngValue);a(d,f,b)}:function(b,d,f){b.$watch(f.ngValue,
+function(b){a(d,f,b)})}}}},We=["$compile",function(a){return{restrict:"AC",compile:function(b){a.$$addBindingClass(b);return function(b,c,e){a.$$addBindingInfo(c,e.ngBind);c=c[0];b.$watch(e.ngBind,function(a){c.textContent=jc(a)})}}}}],Ye=["$interpolate","$compile",function(a,b){return{compile:function(d){b.$$addBindingClass(d);return function(c,d,f){c=a(d.attr(f.$attr.ngBindTemplate));b.$$addBindingInfo(d,c.expressions);d=d[0];f.$observe("ngBindTemplate",function(a){d.textContent=A(a)?"":a})}}}}],
+Xe=["$sce","$parse","$compile",function(a,b,d){return{restrict:"A",compile:function(c,e){var f=b(e.ngBindHtml),g=b(e.ngBindHtml,function(b){return a.valueOf(b)});d.$$addBindingClass(c);return function(b,c,e){d.$$addBindingInfo(c,e.ngBindHtml);b.$watch(g,function(){var d=f(b);c.html(a.getTrustedHtml(d)||"")})}}}}],wf=ia({restrict:"A",require:"ngModel",link:function(a,b,d,c){c.$viewChangeListeners.push(function(){a.$eval(d.ngChange)})}}),Ze=Lc("",!0),af=Lc("Odd",0),$e=Lc("Even",1),bf=Ra({compile:function(a,
+b){b.$set("ngCloak",void 0);a.removeClass("ng-cloak")}}),cf=[function(){return{restrict:"A",scope:!0,controller:"@",priority:500}}],ed={},Ah={blur:!0,focus:!0};r("click dblclick mousedown mouseup mouseover mouseout mousemove mouseenter mouseleave keydown keyup keypress submit focus blur copy cut paste".split(" "),function(a){var b=xa("ng-"+a);ed[b]=["$parse","$rootScope","$exceptionHandler",function(d,c,e){return sd(d,c,e,b,a,Ah[a])}]});var ff=["$animate","$compile",function(a,b){return{multiElement:!0,
+transclude:"element",priority:600,terminal:!0,restrict:"A",$$tlb:!0,link:function(d,c,e,f,g){var k,h,l;d.$watch(e.ngIf,function(d){d?h||g(function(d,f){h=f;d[d.length++]=b.$$createComment("end ngIf",e.ngIf);k={clone:d};a.enter(d,c.parent(),c)}):(l&&(l.remove(),l=null),h&&(h.$destroy(),h=null),k&&(l=ub(k.clone),a.leave(l).done(function(a){!1!==a&&(l=null)}),k=null))})}}}],gf=["$templateRequest","$anchorScroll","$animate",function(a,b,d){return{restrict:"ECA",priority:400,terminal:!0,transclude:"element",
+controller:ca.noop,compile:function(c,e){var f=e.ngInclude||e.src,g=e.onload||"",k=e.autoscroll;return function(c,e,m,p,n){var r=0,q,t,x,v=function(){t&&(t.remove(),t=null);q&&(q.$destroy(),q=null);x&&(d.leave(x).done(function(a){!1!==a&&(t=null)}),t=x,x=null)};c.$watch(f,function(f){var m=function(a){!1===a||!w(k)||k&&!c.$eval(k)||b()},t=++r;f?(a(f,!0).then(function(a){if(!c.$$destroyed&&t===r){var b=c.$new();p.template=a;a=n(b,function(a){v();d.enter(a,null,e).done(m)});q=b;x=a;q.$emit("$includeContentLoaded",
+f);c.$eval(g)}},function(){c.$$destroyed||t!==r||(v(),c.$emit("$includeContentError",f))}),c.$emit("$includeContentRequested",f)):(v(),p.template=null)})}}}}],zf=["$compile",function(a){return{restrict:"ECA",priority:-400,require:"ngInclude",link:function(b,d,c,e){la.call(d[0]).match(/SVG/)?(d.empty(),a(gd(e.template,z.document).childNodes)(b,function(a){d.append(a)},{futureParentElement:d})):(d.html(e.template),a(d.contents())(b))}}}],hf=Ra({priority:450,compile:function(){return{pre:function(a,
+b,d){a.$eval(d.ngInit)}}}}),vf=function(){return{restrict:"A",priority:100,require:"ngModel",link:function(a,b,d,c){var e=d.ngList||", ",f="false"!==d.ngTrim,g=f?V(e):e;c.$parsers.push(function(a){if(!A(a)){var b=[];a&&r(a.split(g),function(a){a&&b.push(f?V(a):a)});return b}});c.$formatters.push(function(a){if(H(a))return a.join(e)});c.$isEmpty=function(a){return!a||!a.length}}}},nb="ng-valid",be="ng-invalid",Za="ng-pristine",Wb="ng-dirty",pb=F("ngModel");Sb.$inject="$scope $exceptionHandler $attrs $element $parse $animate $timeout $q $interpolate".split(" ");
+Sb.prototype={$$initGetterSetters:function(){if(this.$options.getOption("getterSetter")){var a=this.$$parse(this.$$attr.ngModel+"()"),b=this.$$parse(this.$$attr.ngModel+"($$$p)");this.$$ngModelGet=function(b){var c=this.$$parsedNgModel(b);B(c)&&(c=a(b));return c};this.$$ngModelSet=function(a,c){B(this.$$parsedNgModel(a))?b(a,{$$$p:c}):this.$$parsedNgModelAssign(a,c)}}else if(!this.$$parsedNgModel.assign)throw pb("nonassign",this.$$attr.ngModel,Aa(this.$$element));},$render:E,$isEmpty:function(a){return A(a)||
+""===a||null===a||a!==a},$$updateEmptyClasses:function(a){this.$isEmpty(a)?(this.$$animate.removeClass(this.$$element,"ng-not-empty"),this.$$animate.addClass(this.$$element,"ng-empty")):(this.$$animate.removeClass(this.$$element,"ng-empty"),this.$$animate.addClass(this.$$element,"ng-not-empty"))},$setPristine:function(){this.$dirty=!1;this.$pristine=!0;this.$$animate.removeClass(this.$$element,Wb);this.$$animate.addClass(this.$$element,Za)},$setDirty:function(){this.$dirty=!0;this.$pristine=!1;this.$$animate.removeClass(this.$$element,
+Za);this.$$animate.addClass(this.$$element,Wb);this.$$parentForm.$setDirty()},$setUntouched:function(){this.$touched=!1;this.$untouched=!0;this.$$animate.setClass(this.$$element,"ng-untouched","ng-touched")},$setTouched:function(){this.$touched=!0;this.$untouched=!1;this.$$animate.setClass(this.$$element,"ng-touched","ng-untouched")},$rollbackViewValue:function(){this.$$timeout.cancel(this.$$pendingDebounce);this.$viewValue=this.$$lastCommittedViewValue;this.$render()},$validate:function(){if(!Y(this.$modelValue)){var a=
+this.$$lastCommittedViewValue,b=this.$$rawModelValue,d=this.$valid,c=this.$modelValue,e=this.$options.getOption("allowInvalid"),f=this;this.$$runValidators(b,a,function(a){e||d===a||(f.$modelValue=a?b:void 0,f.$modelValue!==c&&f.$$writeModelToScope())})}},$$runValidators:function(a,b,d){function c(){var c=!0;r(h.$validators,function(d,e){var g=Boolean(d(a,b));c=c&&g;f(e,g)});return c?!0:(r(h.$asyncValidators,function(a,b){f(b,null)}),!1)}function e(){var c=[],d=!0;r(h.$asyncValidators,function(e,
+g){var h=e(a,b);if(!h||!B(h.then))throw pb("nopromise",h);f(g,void 0);c.push(h.then(function(){f(g,!0)},function(){d=!1;f(g,!1)}))});c.length?h.$$q.all(c).then(function(){g(d)},E):g(!0)}function f(a,b){k===h.$$currentValidationRunId&&h.$setValidity(a,b)}function g(a){k===h.$$currentValidationRunId&&d(a)}this.$$currentValidationRunId++;var k=this.$$currentValidationRunId,h=this;(function(){var a=h.$$parserName;if(A(h.$$parserValid))f(a,null);else return h.$$parserValid||(r(h.$validators,function(a,
+b){f(b,null)}),r(h.$asyncValidators,function(a,b){f(b,null)})),f(a,h.$$parserValid),h.$$parserValid;return!0})()?c()?e():g(!1):g(!1)},$commitViewValue:function(){var a=this.$viewValue;this.$$timeout.cancel(this.$$pendingDebounce);if(this.$$lastCommittedViewValue!==a||""===a&&this.$$hasNativeValidators)this.$$updateEmptyClasses(a),this.$$lastCommittedViewValue=a,this.$pristine&&this.$setDirty(),this.$$parseAndValidate()},$$parseAndValidate:function(){var a=this.$$lastCommittedViewValue,b=this;this.$$parserValid=
+A(a)?void 0:!0;this.$setValidity(this.$$parserName,null);this.$$parserName="parse";if(this.$$parserValid)for(var d=0;d<this.$parsers.length;d++)if(a=this.$parsers[d](a),A(a)){this.$$parserValid=!1;break}Y(this.$modelValue)&&(this.$modelValue=this.$$ngModelGet(this.$$scope));var c=this.$modelValue,e=this.$options.getOption("allowInvalid");this.$$rawModelValue=a;e&&(this.$modelValue=a,b.$modelValue!==c&&b.$$writeModelToScope());this.$$runValidators(a,this.$$lastCommittedViewValue,function(d){e||(b.$modelValue=
+d?a:void 0,b.$modelValue!==c&&b.$$writeModelToScope())})},$$writeModelToScope:function(){this.$$ngModelSet(this.$$scope,this.$modelValue);r(this.$viewChangeListeners,function(a){try{a()}catch(b){this.$$exceptionHandler(b)}},this)},$setViewValue:function(a,b){this.$viewValue=a;this.$options.getOption("updateOnDefault")&&this.$$debounceViewValueCommit(b)},$$debounceViewValueCommit:function(a){var b=this.$options.getOption("debounce");X(b[a])?b=b[a]:X(b["default"])&&-1===this.$options.getOption("updateOn").indexOf(a)?
+b=b["default"]:X(b["*"])&&(b=b["*"]);this.$$timeout.cancel(this.$$pendingDebounce);var d=this;0<b?this.$$pendingDebounce=this.$$timeout(function(){d.$commitViewValue()},b):this.$$rootScope.$$phase?this.$commitViewValue():this.$$scope.$apply(function(){d.$commitViewValue()})},$overrideModelOptions:function(a){this.$options=this.$options.createChild(a);this.$$setUpdateOnEvents()},$processModelValue:function(){var a=this.$$format();this.$viewValue!==a&&(this.$$updateEmptyClasses(a),this.$viewValue=this.$$lastCommittedViewValue=
+a,this.$render(),this.$$runValidators(this.$modelValue,this.$viewValue,E))},$$format:function(){for(var a=this.$formatters,b=a.length,d=this.$modelValue;b--;)d=a[b](d);return d},$$setModelValue:function(a){this.$modelValue=this.$$rawModelValue=a;this.$$parserValid=void 0;this.$processModelValue()},$$setUpdateOnEvents:function(){this.$$updateEvents&&this.$$element.off(this.$$updateEvents,this.$$updateEventHandler);if(this.$$updateEvents=this.$options.getOption("updateOn"))this.$$element.on(this.$$updateEvents,
+this.$$updateEventHandler)},$$updateEventHandler:function(a){this.$$debounceViewValueCommit(a&&a.type)}};ce({clazz:Sb,set:function(a,b){a[b]=!0},unset:function(a,b){delete a[b]}});var uf=["$rootScope",function(a){return{restrict:"A",require:["ngModel","^?form","^?ngModelOptions"],controller:Sb,priority:1,compile:function(b){b.addClass(Za).addClass("ng-untouched").addClass(nb);return{pre:function(a,b,e,f){var g=f[0];b=f[1]||g.$$parentForm;if(f=f[2])g.$options=f.$options;g.$$initGetterSetters();b.$addControl(g);
+e.$observe("name",function(a){g.$name!==a&&g.$$parentForm.$$renameControl(g,a)});a.$on("$destroy",function(){g.$$parentForm.$removeControl(g)})},post:function(b,c,e,f){function g(){k.$setTouched()}var k=f[0];k.$$setUpdateOnEvents();c.on("blur",function(){k.$touched||(a.$$phase?b.$evalAsync(g):b.$apply(g))})}}}}}],Tb,Bh=/(\s+|^)default(\s+|$)/;Mc.prototype={getOption:function(a){return this.$$options[a]},createChild:function(a){var b=!1;a=S({},a);r(a,function(d,c){"$inherit"===d?"*"===c?b=!0:(a[c]=
+this.$$options[c],"updateOn"===c&&(a.updateOnDefault=this.$$options.updateOnDefault)):"updateOn"===c&&(a.updateOnDefault=!1,a[c]=V(d.replace(Bh,function(){a.updateOnDefault=!0;return" "})))},this);b&&(delete a["*"],ie(a,this.$$options));ie(a,Tb.$$options);return new Mc(a)}};Tb=new Mc({updateOn:"",updateOnDefault:!0,debounce:0,getterSetter:!1,allowInvalid:!1,timezone:null});var yf=function(){function a(a,d){this.$$attrs=a;this.$$scope=d}a.$inject=["$attrs","$scope"];a.prototype={$onInit:function(){var a=
+this.parentCtrl?this.parentCtrl.$options:Tb,d=this.$$scope.$eval(this.$$attrs.ngModelOptions);this.$options=a.createChild(d)}};return{restrict:"A",priority:10,require:{parentCtrl:"?^^ngModelOptions"},bindToController:!0,controller:a}},jf=Ra({terminal:!0,priority:1E3}),Ch=F("ngOptions"),Dh=/^\s*([\s\S]+?)(?:\s+as\s+([\s\S]+?))?(?:\s+group\s+by\s+([\s\S]+?))?(?:\s+disable\s+when\s+([\s\S]+?))?\s+for\s+(?:([$\w][$\w]*)|(?:\(\s*([$\w][$\w]*)\s*,\s*([$\w][$\w]*)\s*\)))\s+in\s+([\s\S]+?)(?:\s+track\s+by\s+([\s\S]+?))?$/,
+sf=["$compile","$document","$parse",function(a,b,d){function c(a,b,c){function e(a,b,c,d,f){this.selectValue=a;this.viewValue=b;this.label=c;this.group=d;this.disabled=f}function f(a){var b;if(!r&&za(a))b=a;else{b=[];for(var c in a)a.hasOwnProperty(c)&&"$"!==c.charAt(0)&&b.push(c)}return b}var p=a.match(Dh);if(!p)throw Ch("iexp",a,Aa(b));var n=p[5]||p[7],r=p[6];a=/ as /.test(p[0])&&p[1];var q=p[9];b=d(p[2]?p[1]:n);var t=a&&d(a)||b,w=q&&d(q),v=q?function(a,b){return w(c,b)}:function(a){return La(a)},
+x=function(a,b){return v(a,B(a,b))},A=d(p[2]||p[1]),y=d(p[3]||""),J=d(p[4]||""),I=d(p[8]),z={},B=r?function(a,b){z[r]=b;z[n]=a;return z}:function(a){z[n]=a;return z};return{trackBy:q,getTrackByValue:x,getWatchables:d(I,function(a){var b=[];a=a||[];for(var d=f(a),e=d.length,g=0;g<e;g++){var k=a===d?g:d[g],l=a[k],k=B(l,k),l=v(l,k);b.push(l);if(p[2]||p[1])l=A(c,k),b.push(l);p[4]&&(k=J(c,k),b.push(k))}return b}),getOptions:function(){for(var a=[],b={},d=I(c)||[],g=f(d),k=g.length,n=0;n<k;n++){var p=d===
+g?n:g[n],r=B(d[p],p),s=t(c,r),p=v(s,r),w=A(c,r),z=y(c,r),r=J(c,r),s=new e(p,s,w,z,r);a.push(s);b[p]=s}return{items:a,selectValueMap:b,getOptionFromViewValue:function(a){return b[x(a)]},getViewValueFromOption:function(a){return q?Ia(a.viewValue):a.viewValue}}}}}var e=z.document.createElement("option"),f=z.document.createElement("optgroup");return{restrict:"A",terminal:!0,require:["select","ngModel"],link:{pre:function(a,b,c,d){d[0].registerOption=E},post:function(d,k,h,l){function m(a){var b=(a=v.getOptionFromViewValue(a))&&
+a.element;b&&!b.selected&&(b.selected=!0);return a}function p(a,b){a.element=b;b.disabled=a.disabled;a.label!==b.label&&(b.label=a.label,b.textContent=a.label);b.value=a.selectValue}var n=l[0],q=l[1],A=h.multiple;l=0;for(var t=k.children(),z=t.length;l<z;l++)if(""===t[l].value){n.hasEmptyOption=!0;n.emptyOption=t.eq(l);break}k.empty();l=!!n.emptyOption;x(e.cloneNode(!1)).val("?");var v,B=c(h.ngOptions,k,d),C=b[0].createDocumentFragment();n.generateUnknownOptionValue=function(a){return"?"};A?(n.writeValue=
+function(a){if(v){var b=a&&a.map(m)||[];v.items.forEach(function(a){a.element.selected&&-1===Array.prototype.indexOf.call(b,a)&&(a.element.selected=!1)})}},n.readValue=function(){var a=k.val()||[],b=[];r(a,function(a){(a=v.selectValueMap[a])&&!a.disabled&&b.push(v.getViewValueFromOption(a))});return b},B.trackBy&&d.$watchCollection(function(){if(H(q.$viewValue))return q.$viewValue.map(function(a){return B.getTrackByValue(a)})},function(){q.$render()})):(n.writeValue=function(a){if(v){var b=k[0].options[k[0].selectedIndex],
+c=v.getOptionFromViewValue(a);b&&b.removeAttribute("selected");c?(k[0].value!==c.selectValue&&(n.removeUnknownOption(),k[0].value=c.selectValue,c.element.selected=!0),c.element.setAttribute("selected","selected")):n.selectUnknownOrEmptyOption(a)}},n.readValue=function(){var a=v.selectValueMap[k.val()];return a&&!a.disabled?(n.unselectEmptyOption(),n.removeUnknownOption(),v.getViewValueFromOption(a)):null},B.trackBy&&d.$watch(function(){return B.getTrackByValue(q.$viewValue)},function(){q.$render()}));
+l&&(a(n.emptyOption)(d),k.prepend(n.emptyOption),8===n.emptyOption[0].nodeType?(n.hasEmptyOption=!1,n.registerOption=function(a,b){""===b.val()&&(n.hasEmptyOption=!0,n.emptyOption=b,n.emptyOption.removeClass("ng-scope"),q.$render(),b.on("$destroy",function(){var a=n.$isEmptyOptionSelected();n.hasEmptyOption=!1;n.emptyOption=void 0;a&&q.$render()}))}):n.emptyOption.removeClass("ng-scope"));d.$watchCollection(B.getWatchables,function(){var a=v&&n.readValue();if(v)for(var b=v.items.length-1;0<=b;b--){var c=
+v.items[b];w(c.group)?Gb(c.element.parentNode):Gb(c.element)}v=B.getOptions();var d={};v.items.forEach(function(a){var b;if(w(a.group)){b=d[a.group];b||(b=f.cloneNode(!1),C.appendChild(b),b.label=null===a.group?"null":a.group,d[a.group]=b);var c=e.cloneNode(!1);b.appendChild(c);p(a,c)}else b=e.cloneNode(!1),C.appendChild(b),p(a,b)});k[0].appendChild(C);q.$render();q.$isEmpty(a)||(b=n.readValue(),(B.trackBy||A?va(a,b):a===b)||(q.$setViewValue(b),q.$render()))})}}}}],kf=["$locale","$interpolate","$log",
+function(a,b,d){var c=/{}/g,e=/^when(Minus)?(.+)$/;return{link:function(f,g,k){function h(a){g.text(a||"")}var l=k.count,m=k.$attr.when&&g.attr(k.$attr.when),p=k.offset||0,n=f.$eval(m)||{},q={},w=b.startSymbol(),t=b.endSymbol(),x=w+l+"-"+p+t,v=ca.noop,z;r(k,function(a,b){var c=e.exec(b);c&&(c=(c[1]?"-":"")+K(c[2]),n[c]=g.attr(k.$attr[b]))});r(n,function(a,d){q[d]=b(a.replace(c,x))});f.$watch(l,function(b){var c=parseFloat(b),e=Y(c);e||c in n||(c=a.pluralCat(c-p));c===z||e&&Y(z)||(v(),e=q[c],A(e)?
+(null!=b&&d.debug("ngPluralize: no rule defined for '"+c+"' in "+m),v=E,h()):v=f.$watch(e,h),z=c)})}}}],ue=F("ngRef"),lf=["$parse",function(a){return{priority:-1,restrict:"A",compile:function(b,d){var c=xa(ua(b)),e=a(d.ngRef),f=e.assign||function(){throw ue("nonassign",d.ngRef);};return function(a,b,h){var l;if(h.hasOwnProperty("ngRefRead"))if("$element"===h.ngRefRead)l=b;else{if(l=b.data("$"+h.ngRefRead+"Controller"),!l)throw ue("noctrl",h.ngRefRead,d.ngRef);}else l=b.data("$"+c+"Controller");l=
+l||b;f(a,l);b.on("$destroy",function(){e(a)===l&&f(a,null)})}}}}],mf=["$parse","$animate","$compile",function(a,b,d){var c=F("ngRepeat"),e=function(a,b,c,d,e,f,g){a[c]=d;e&&(a[e]=f);a.$index=b;a.$first=0===b;a.$last=b===g-1;a.$middle=!(a.$first||a.$last);a.$odd=!(a.$even=0===(b&1))},f=function(a,b,c){return La(c)},g=function(a,b){return b};return{restrict:"A",multiElement:!0,transclude:"element",priority:1E3,terminal:!0,$$tlb:!0,compile:function(k,h){var l=h.ngRepeat,m=d.$$createComment("end ngRepeat",
+l),p=l.match(/^\s*([\s\S]+?)\s+in\s+([\s\S]+?)(?:\s+as\s+([\s\S]+?))?(?:\s+track\s+by\s+([\s\S]+?))?\s*$/);if(!p)throw c("iexp",l);var n=p[1],q=p[2],w=p[3],t=p[4],p=n.match(/^(?:(\s*[$\w]+)|\(\s*([$\w]+)\s*,\s*([$\w]+)\s*\))$/);if(!p)throw c("iidexp",n);var x=p[3]||p[1],v=p[2];if(w&&(!/^[$a-zA-Z_][$a-zA-Z0-9_]*$/.test(w)||/^(null|undefined|this|\$index|\$first|\$middle|\$last|\$even|\$odd|\$parent|\$root|\$id)$/.test(w)))throw c("badident",w);var A;if(t){var z={$id:La},y=a(t);A=function(a,b,c,d){v&&
+(z[v]=b);z[x]=c;z.$index=d;return y(a,z)}}return function(a,d,h,k,n){var p=T();a.$watchCollection(q,function(h){var k,q,t=d[0],s,y=T(),B,C,E,D,H,F,K;w&&(a[w]=h);if(za(h))H=h,q=A||f;else for(K in q=A||g,H=[],h)ta.call(h,K)&&"$"!==K.charAt(0)&&H.push(K);B=H.length;K=Array(B);for(k=0;k<B;k++)if(C=h===H?k:H[k],E=h[C],D=q(a,C,E,k),p[D])F=p[D],delete p[D],y[D]=F,K[k]=F;else{if(y[D])throw r(K,function(a){a&&a.scope&&(p[a.id]=a)}),c("dupes",l,D,E);K[k]={id:D,scope:void 0,clone:void 0};y[D]=!0}z&&(z[x]=void 0);
+for(s in p){F=p[s];D=ub(F.clone);b.leave(D);if(D[0].parentNode)for(k=0,q=D.length;k<q;k++)D[k].$$NG_REMOVED=!0;F.scope.$destroy()}for(k=0;k<B;k++)if(C=h===H?k:H[k],E=h[C],F=K[k],F.scope){s=t;do s=s.nextSibling;while(s&&s.$$NG_REMOVED);F.clone[0]!==s&&b.move(ub(F.clone),null,t);t=F.clone[F.clone.length-1];e(F.scope,k,x,E,v,C,B)}else n(function(a,c){F.scope=c;var d=m.cloneNode(!1);a[a.length++]=d;b.enter(a,null,t);t=d;F.clone=a;y[F.id]=F;e(F.scope,k,x,E,v,C,B)});p=y})}}}}],nf=["$animate",function(a){return{restrict:"A",
+multiElement:!0,link:function(b,d,c){b.$watch(c.ngShow,function(b){a[b?"removeClass":"addClass"](d,"ng-hide",{tempClasses:"ng-hide-animate"})})}}}],ef=["$animate",function(a){return{restrict:"A",multiElement:!0,link:function(b,d,c){b.$watch(c.ngHide,function(b){a[b?"addClass":"removeClass"](d,"ng-hide",{tempClasses:"ng-hide-animate"})})}}}],of=Ra(function(a,b,d){a.$watchCollection(d.ngStyle,function(a,d){d&&a!==d&&r(d,function(a,c){b.css(c,"")});a&&b.css(a)})}),pf=["$animate","$compile",function(a,
+b){return{require:"ngSwitch",controller:["$scope",function(){this.cases={}}],link:function(d,c,e,f){var g=[],k=[],h=[],l=[],m=function(a,b){return function(c){!1!==c&&a.splice(b,1)}};d.$watch(e.ngSwitch||e.on,function(c){for(var d,e;h.length;)a.cancel(h.pop());d=0;for(e=l.length;d<e;++d){var q=ub(k[d].clone);l[d].$destroy();(h[d]=a.leave(q)).done(m(h,d))}k.length=0;l.length=0;(g=f.cases["!"+c]||f.cases["?"])&&r(g,function(c){c.transclude(function(d,e){l.push(e);var f=c.element;d[d.length++]=b.$$createComment("end ngSwitchWhen");
+k.push({clone:d});a.enter(d,f.parent(),f)})})})}}}],qf=Ra({transclude:"element",priority:1200,require:"^ngSwitch",multiElement:!0,link:function(a,b,d,c,e){a=d.ngSwitchWhen.split(d.ngSwitchWhenSeparator).sort().filter(function(a,b,c){return c[b-1]!==a});r(a,function(a){c.cases["!"+a]=c.cases["!"+a]||[];c.cases["!"+a].push({transclude:e,element:b})})}}),rf=Ra({transclude:"element",priority:1200,require:"^ngSwitch",multiElement:!0,link:function(a,b,d,c,e){c.cases["?"]=c.cases["?"]||[];c.cases["?"].push({transclude:e,
+element:b})}}),Eh=F("ngTransclude"),tf=["$compile",function(a){return{restrict:"EAC",compile:function(b){var d=a(b.contents());b.empty();return function(a,b,f,g,k){function h(){d(a,function(a){b.append(a)})}if(!k)throw Eh("orphan",Aa(b));f.ngTransclude===f.$attr.ngTransclude&&(f.ngTransclude="");f=f.ngTransclude||f.ngTranscludeSlot;k(function(a,c){var d;if(d=a.length)a:{d=0;for(var f=a.length;d<f;d++){var g=a[d];if(g.nodeType!==Pa||g.nodeValue.trim()){d=!0;break a}}d=void 0}d?b.append(a):(h(),c.$destroy())},
+null,f);f&&!k.isSlotFilled(f)&&h()}}}}],Te=["$templateCache",function(a){return{restrict:"E",terminal:!0,compile:function(b,d){"text/ng-template"===d.type&&a.put(d.id,b[0].text)}}}],Fh={$setViewValue:E,$render:E},Gh=["$element","$scope",function(a,b){function d(){g||(g=!0,b.$$postDigest(function(){g=!1;e.ngModelCtrl.$render()}))}function c(a){k||(k=!0,b.$$postDigest(function(){b.$$destroyed||(k=!1,e.ngModelCtrl.$setViewValue(e.readValue()),a&&e.ngModelCtrl.$render())}))}var e=this,f=new Ib;e.selectValueMap=
+{};e.ngModelCtrl=Fh;e.multiple=!1;e.unknownOption=x(z.document.createElement("option"));e.hasEmptyOption=!1;e.emptyOption=void 0;e.renderUnknownOption=function(b){b=e.generateUnknownOptionValue(b);e.unknownOption.val(b);a.prepend(e.unknownOption);Oa(e.unknownOption,!0);a.val(b)};e.updateUnknownOption=function(b){b=e.generateUnknownOptionValue(b);e.unknownOption.val(b);Oa(e.unknownOption,!0);a.val(b)};e.generateUnknownOptionValue=function(a){return"? "+La(a)+" ?"};e.removeUnknownOption=function(){e.unknownOption.parent()&&
+e.unknownOption.remove()};e.selectEmptyOption=function(){e.emptyOption&&(a.val(""),Oa(e.emptyOption,!0))};e.unselectEmptyOption=function(){e.hasEmptyOption&&Oa(e.emptyOption,!1)};b.$on("$destroy",function(){e.renderUnknownOption=E});e.readValue=function(){var b=a.val(),b=b in e.selectValueMap?e.selectValueMap[b]:b;return e.hasOption(b)?b:null};e.writeValue=function(b){var c=a[0].options[a[0].selectedIndex];c&&Oa(x(c),!1);e.hasOption(b)?(e.removeUnknownOption(),c=La(b),a.val(c in e.selectValueMap?
+c:b),Oa(x(a[0].options[a[0].selectedIndex]),!0)):e.selectUnknownOrEmptyOption(b)};e.addOption=function(a,b){if(8!==b[0].nodeType){Ja(a,'"option value"');""===a&&(e.hasEmptyOption=!0,e.emptyOption=b);var c=f.get(a)||0;f.set(a,c+1);d()}};e.removeOption=function(a){var b=f.get(a);b&&(1===b?(f.delete(a),""===a&&(e.hasEmptyOption=!1,e.emptyOption=void 0)):f.set(a,b-1))};e.hasOption=function(a){return!!f.get(a)};e.$hasEmptyOption=function(){return e.hasEmptyOption};e.$isUnknownOptionSelected=function(){return a[0].options[0]===
+e.unknownOption[0]};e.$isEmptyOptionSelected=function(){return e.hasEmptyOption&&a[0].options[a[0].selectedIndex]===e.emptyOption[0]};e.selectUnknownOrEmptyOption=function(a){null==a&&e.emptyOption?(e.removeUnknownOption(),e.selectEmptyOption()):e.unknownOption.parent().length?e.updateUnknownOption(a):e.renderUnknownOption(a)};var g=!1,k=!1;e.registerOption=function(a,b,f,g,k){if(f.$attr.ngValue){var q,r;f.$observe("value",function(a){var d,f=b.prop("selected");w(r)&&(e.removeOption(q),delete e.selectValueMap[r],
+d=!0);r=La(a);q=a;e.selectValueMap[r]=a;e.addOption(a,b);b.attr("value",r);d&&f&&c()})}else g?f.$observe("value",function(a){e.readValue();var d,f=b.prop("selected");w(q)&&(e.removeOption(q),d=!0);q=a;e.addOption(a,b);d&&f&&c()}):k?a.$watch(k,function(a,d){f.$set("value",a);var g=b.prop("selected");d!==a&&e.removeOption(d);e.addOption(a,b);d&&g&&c()}):e.addOption(f.value,b);f.$observe("disabled",function(a){if("true"===a||a&&b.prop("selected"))e.multiple?c(!0):(e.ngModelCtrl.$setViewValue(null),e.ngModelCtrl.$render())});
+b.on("$destroy",function(){var a=e.readValue(),b=f.value;e.removeOption(b);d();(e.multiple&&a&&-1!==a.indexOf(b)||a===b)&&c(!0)})}}],Ue=function(){return{restrict:"E",require:["select","?ngModel"],controller:Gh,priority:1,link:{pre:function(a,b,d,c){var e=c[0],f=c[1];if(f){if(e.ngModelCtrl=f,b.on("change",function(){e.removeUnknownOption();a.$apply(function(){f.$setViewValue(e.readValue())})}),d.multiple){e.multiple=!0;e.readValue=function(){var a=[];r(b.find("option"),function(b){b.selected&&!b.disabled&&
+(b=b.value,a.push(b in e.selectValueMap?e.selectValueMap[b]:b))});return a};e.writeValue=function(a){r(b.find("option"),function(b){var c=!!a&&(-1!==Array.prototype.indexOf.call(a,b.value)||-1!==Array.prototype.indexOf.call(a,e.selectValueMap[b.value]));c!==b.selected&&Oa(x(b),c)})};var g,k=NaN;a.$watch(function(){k!==f.$viewValue||va(g,f.$viewValue)||(g=ja(f.$viewValue),f.$render());k=f.$viewValue});f.$isEmpty=function(a){return!a||0===a.length}}}else e.registerOption=E},post:function(a,b,d,c){var e=
+c[1];if(e){var f=c[0];e.$render=function(){f.writeValue(e.$viewValue)}}}}}},Ve=["$interpolate",function(a){return{restrict:"E",priority:100,compile:function(b,d){var c,e;w(d.ngValue)||(w(d.value)?c=a(d.value,!0):(e=a(b.text(),!0))||d.$set("value",b.text()));return function(a,b,d){var h=b.parent();(h=h.data("$selectController")||h.parent().data("$selectController"))&&h.registerOption(a,b,d,c,e)}}}}],bd=["$parse",function(a){return{restrict:"A",require:"?ngModel",link:function(b,d,c,e){if(e){var f=
+c.hasOwnProperty("required")||a(c.ngRequired)(b);c.ngRequired||(c.required=!0);e.$validators.required=function(a,b){return!f||!e.$isEmpty(b)};c.$observe("required",function(a){f!==a&&(f=a,e.$validate())})}}}}],ad=["$parse",function(a){return{restrict:"A",require:"?ngModel",compile:function(b,d){var c,e;d.ngPattern&&(c=d.ngPattern,e="/"===d.ngPattern.charAt(0)&&ke.test(d.ngPattern)?function(){return d.ngPattern}:a(d.ngPattern));return function(a,b,d,h){if(h){var l=d.pattern;d.ngPattern?l=e(a):c=d.pattern;
+var m=je(l,c,b);d.$observe("pattern",function(a){var d=m;m=je(a,c,b);(d&&d.toString())!==(m&&m.toString())&&h.$validate()});h.$validators.pattern=function(a,b){return h.$isEmpty(b)||A(m)||m.test(b)}}}}}}],dd=["$parse",function(a){return{restrict:"A",require:"?ngModel",link:function(b,d,c,e){if(e){var f=c.maxlength||a(c.ngMaxlength)(b),g=Ub(f);c.$observe("maxlength",function(a){f!==a&&(g=Ub(a),f=a,e.$validate())});e.$validators.maxlength=function(a,b){return 0>g||e.$isEmpty(b)||b.length<=g}}}}}],cd=
+["$parse",function(a){return{restrict:"A",require:"?ngModel",link:function(b,d,c,e){if(e){var f=c.minlength||a(c.ngMinlength)(b),g=Ub(f)||-1;c.$observe("minlength",function(a){f!==a&&(g=Ub(a)||-1,f=a,e.$validate())});e.$validators.minlength=function(a,b){return e.$isEmpty(b)||b.length>=g}}}}}];z.angular.bootstrap?z.console&&console.log("WARNING: Tried to load AngularJS more than once."):(Je(),Oe(ca),ca.module("ngLocale",[],["$provide",function(a){function b(a){a+="";var b=a.indexOf(".");return-1==
+b?0:a.length-b-1}a.value("$locale",{DATETIME_FORMATS:{AMPMS:["AM","PM"],DAY:"Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),ERANAMES:["Before Christ","Anno Domini"],ERAS:["BC","AD"],FIRSTDAYOFWEEK:6,MONTH:"January February March April May June July August September October November December".split(" "),SHORTDAY:"Sun Mon Tue Wed Thu Fri Sat".split(" "),SHORTMONTH:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),STANDALONEMONTH:"January February March April May June July August September October November December".split(" "),
+WEEKENDRANGE:[5,6],fullDate:"EEEE, MMMM d, y",longDate:"MMMM d, y",medium:"MMM d, y h:mm:ss a",mediumDate:"MMM d, y",mediumTime:"h:mm:ss a","short":"M/d/yy h:mm a",shortDate:"M/d/yy",shortTime:"h:mm a"},NUMBER_FORMATS:{CURRENCY_SYM:"$",DECIMAL_SEP:".",GROUP_SEP:",",PATTERNS:[{gSize:3,lgSize:3,maxFrac:3,minFrac:0,minInt:1,negPre:"-",negSuf:"",posPre:"",posSuf:""},{gSize:3,lgSize:3,maxFrac:2,minFrac:2,minInt:1,negPre:"-\u00a4",negSuf:"",posPre:"\u00a4",posSuf:""}]},id:"en-us",localeID:"en_US",pluralCat:function(a,
+c){var e=a|0,f=c;void 0===f&&(f=Math.min(b(a),3));Math.pow(10,f);return 1==e&&0==f?"one":"other"}})}]),x(function(){Ee(z.document,Wc)}))})(window);!window.angular.$$csp().noInlineStyle&&window.angular.element(document.head).prepend(window.angular.element("<style>").text('@charset "UTF-8";[ng\\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none !important;}ng\\:form{display:block;}.ng-animate-shim{visibility:hidden;}.ng-anchor{position:absolute;}'));
+//# sourceMappingURL=angular.min.js.map
diff --git a/assets/js/app.js b/assets/js/app.js
index 302f7abc..d220cb11 100755
--- a/assets/js/app.js
+++ b/assets/js/app.js
@@ -1,4 +1,2 @@
-require('../css/app.scss');
-require('../../node_modules/jquery/dist/jquery.min');
-require('../../node_modules/angular/angular.min.js');
-require('./parts/main.js');
+import './angular.min.js';
+import './parts/main.js';
diff --git a/assets/js/parts/main.js b/assets/js/parts/main.js
index fcdcab0d..56d6e622 100755
--- a/assets/js/parts/main.js
+++ b/assets/js/parts/main.js
@@ -1,8 +1,8 @@
-require('../../../node_modules/canvasjs/dist/canvasjs.3');
+// require('../../../node_modules/canvasjs/dist/canvasjs.3');
 
 // JS is equivalent to the normal "bootstrap" package
 // no need to set this to a variable, just require it
-require('bootstrap-sass');
+// require('bootstrap-sass');
 // or you can include specific pieces
 // require('bootstrap-sass/javascripts/bootstrap/tooltip');
 // require('bootstrap-sass/javascripts/bootstrap/popover');
diff --git a/assets/styles/app.scss b/assets/styles/app.scss
index a3dea8c9..1b03e394 100755
--- a/assets/styles/app.scss
+++ b/assets/styles/app.scss
@@ -5,6 +5,7 @@
 @import 'split/formulaires';
 @import 'split/typo';
 @import 'pages/global';
+@import 'pages/nav';
 @import 'pages/demo';
 @import 'pages/home';
 @import 'pages/history';
diff --git a/assets/styles/app_.scss b/assets/styles/app_.scss
deleted file mode 100644
index e2268aac..00000000
--- a/assets/styles/app_.scss
+++ /dev/null
@@ -1,4 +0,0 @@
-body{
-  margin: 0 auto;
-  padding: 4rem;
-}
\ No newline at end of file
diff --git a/assets/styles/global.scss b/assets/styles/global.scss
deleted file mode 100755
index 53d29327..00000000
--- a/assets/styles/global.scss
+++ /dev/null
@@ -1,4 +0,0 @@
-$brand-primary: darken(#428bca, 20%);
-
-// the ~ allows you to reference things in node_modules
-//@import '~bootstrap-sass/assets/stylesheets/bootstrap';
\ No newline at end of file
diff --git a/assets/styles/pages/_nav.scss b/assets/styles/pages/_nav.scss
new file mode 100644
index 00000000..d99423ac
--- /dev/null
+++ b/assets/styles/pages/_nav.scss
@@ -0,0 +1,6 @@
+nav{
+  a{
+    padding: 1rem;
+    margin-right: 1rem;
+  }
+}
\ No newline at end of file
diff --git a/package.json b/package.json
index 581c8431..a0743a28 100644
--- a/package.json
+++ b/package.json
@@ -1,25 +1,34 @@
 {
-    "devDependencies": {
-        "@babel/core": "^7.17.0",
-        "@babel/preset-env": "^7.16.0",
-        "@symfony/webpack-encore": "^5.0.0",
-        "bootstrap": "^5.3.3",
-        "core-js": "^3.38.0",
-        "font-awesome": "^4.7.0",
-        "intro.js": "^7.2.0",
-        "regenerator-runtime": "^0.13.9",
-        "sass": "^1.84.0",
-        "sass-loader": "^16.0.4",
-        "webpack": "^5.74.0",
-        "webpack-cli": "^5.1.0",
-        "webpack-notifier": "^1.15.0"
-    },
-    "license": "UNLICENSED",
-    "private": true,
-    "scripts": {
-        "dev-server": "encore dev-server",
-        "dev": "encore dev",
-        "watch": "encore dev --watch",
-        "build": "encore production --progress"
-    }
+  "devDependencies": {
+    "@babel/core": "^7.17.0",
+    "@babel/preset-env": "^7.16.0",
+    "@fortawesome/fontawesome-free": "^6.7.2",
+    "@symfony/webpack-encore": "^5.0.0",
+    "angular": "^1.8.3",
+    "babel-loader": "^9.2.1",
+    "bootstrap": "^5.3.3",
+    "core-js": "^3.38.0",
+    "font-awesome": "^4.7.0",
+    "intro.js": "^7.2.0",
+    "regenerator-runtime": "^0.13.9",
+    "sass": "^1.84.0",
+    "sass-loader": "^16.0.4",
+    "webpack": "^5.74.0",
+    "webpack-cli": "^5.1.0",
+    "webpack-notifier": "^1.15.0"
+  },
+  "license": "UNLICENSED",
+  "private": true,
+  "scripts": {
+    "dev-server": "encore dev-server",
+    "dev": "encore dev",
+    "watch": "encore dev --watch",
+    "build": "encore production --progress"
+  },
+  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
+  "dependencies": {
+    "canvasjs": "^1.8.3",
+    "encore": "^0.0.30-beta",
+    "jquery": "^3.7.1"
+  }
 }
diff --git a/src/Controller/DefaultController.php b/src/Controller/DefaultController.php
index 930b9fa5..29bc4c36 100644
--- a/src/Controller/DefaultController.php
+++ b/src/Controller/DefaultController.php
@@ -40,6 +40,14 @@ final class DefaultController extends AbstractController
         ]);
     }
 
+    #[Route('/previsionnel', name: 'previsionnel')]
+    public function previsionnel(): Response
+    {
+        return $this->render('logged/previsionnel.html.twig', [
+            'controller_name' => 'DefaultController',
+        ]);
+    }
+
     // export_all_json
 
     #[Route('/export_all_json', name: 'export_all_json')]
diff --git a/templates/base.html.twig b/templates/base.html.twig
index 27996278..1c48dcb9 100755
--- a/templates/base.html.twig
+++ b/templates/base.html.twig
@@ -61,6 +61,8 @@
     {% block bigMain %}
 
         {% include 'default/header.html.twig' %}
+        {% include 'logged/nav.html.twig' %}
+
             <div class="container">
         <div class="row">
 
diff --git a/templates/default/login-choices.html.twig b/templates/default/login-choices.html.twig
index 063eb3d9..06c22dde 100755
--- a/templates/default/login-choices.html.twig
+++ b/templates/default/login-choices.html.twig
@@ -179,13 +179,20 @@
                         </li>
                         <li>
                             <a class="btn btn-primary"
-                               href="#">
+                               href="/login">
                                 <i class="fa fa-key"></i>
                                 {{ 'layout.login'|trans }}</a>
                         </li>
                         <li>
                             <a class="btn btn-default"
-                               href="#">Inscription
+                               href="/register">
+                                Inscription
+                            </a>
+                        </li>
+                        <li>
+                            <a class="btn btn-default"
+                               href="/dashboard">
+                                Dashboard
                             </a>
                         </li>
                     </ul>
diff --git a/templates/logged/dashboard.html.twig b/templates/logged/dashboard.html.twig
index 639cadaa..980fed62 100755
--- a/templates/logged/dashboard.html.twig
+++ b/templates/logged/dashboard.html.twig
@@ -1,5 +1,6 @@
 {% extends 'base.html.twig' %}
 {% block body %}
+
     {% verbatim %}
     <div id="caisse-now" class=""
     ng-app="caisse"
@@ -10,6 +11,7 @@
             <!--  ligne d'informations-->
 
                     {% endverbatim %}
+
     {% include 'logged/listing-options.html.twig' %}
     {% include 'logged/festival-infos.html.twig' %}
         </div>
diff --git a/templates/logged/nav.html.twig b/templates/logged/nav.html.twig
new file mode 100644
index 00000000..3a663322
--- /dev/null
+++ b/templates/logged/nav.html.twig
@@ -0,0 +1,19 @@
+<nav>
+    <ul  class="nav">
+        <li>
+            <a href="/dashboard">
+                Dashboard
+            </a></li>
+        <li><a href="/product">Produits</a></li>
+        <li><a href="/festival">Festivals</a></li>
+        <li>
+            <a href="/history">
+Historique
+            </a>
+        </li>
+        <li>
+            <a href="/previsionnel">Prévisionnel</a>
+        </li>
+    </ul>
+
+</nav>
\ No newline at end of file
diff --git a/webpack.config.js b/webpack.config.js
index cb0bb6f3..e0ef9ca6 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -67,7 +67,7 @@ Encore
     //.enableIntegrityHashes(Encore.isProduction())
 
     // uncomment if you're having problems with a jQuery plugin
-    //.autoProvidejQuery()
+    .autoProvidejQuery()
     ;
 
 module.exports = Encore.getWebpackConfig();
diff --git a/yarn.lock b/yarn.lock
new file mode 100644
index 00000000..d3554da0
--- /dev/null
+++ b/yarn.lock
@@ -0,0 +1,5201 @@
+# This file is generated by running "yarn install" inside your project.
+# Manual changes might be lost - proceed with caution!
+
+__metadata:
+  version: 8
+  cacheKey: 10c0
+
+"@ampproject/remapping@npm:^2.2.0":
+  version: 2.3.0
+  resolution: "@ampproject/remapping@npm:2.3.0"
+  dependencies:
+    "@jridgewell/gen-mapping": "npm:^0.3.5"
+    "@jridgewell/trace-mapping": "npm:^0.3.24"
+  checksum: 10c0/81d63cca5443e0f0c72ae18b544cc28c7c0ec2cea46e7cb888bb0e0f411a1191d0d6b7af798d54e30777d8d1488b2ec0732aac2be342d3d7d3ffd271c6f489ed
+  languageName: node
+  linkType: hard
+
+"@babel/code-frame@npm:^7.26.2":
+  version: 7.26.2
+  resolution: "@babel/code-frame@npm:7.26.2"
+  dependencies:
+    "@babel/helper-validator-identifier": "npm:^7.25.9"
+    js-tokens: "npm:^4.0.0"
+    picocolors: "npm:^1.0.0"
+  checksum: 10c0/7d79621a6849183c415486af99b1a20b84737e8c11cd55b6544f688c51ce1fd710e6d869c3dd21232023da272a79b91efb3e83b5bc2dc65c1187c5fcd1b72ea8
+  languageName: node
+  linkType: hard
+
+"@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.26.5, @babel/compat-data@npm:^7.26.8":
+  version: 7.26.8
+  resolution: "@babel/compat-data@npm:7.26.8"
+  checksum: 10c0/66408a0388c3457fff1c2f6c3a061278dd7b3d2f0455ea29bb7b187fa52c60ae8b4054b3c0a184e21e45f0eaac63cf390737bc7504d1f4a088a6e7f652c068ca
+  languageName: node
+  linkType: hard
+
+"@babel/core@npm:^7.17.0":
+  version: 7.26.9
+  resolution: "@babel/core@npm:7.26.9"
+  dependencies:
+    "@ampproject/remapping": "npm:^2.2.0"
+    "@babel/code-frame": "npm:^7.26.2"
+    "@babel/generator": "npm:^7.26.9"
+    "@babel/helper-compilation-targets": "npm:^7.26.5"
+    "@babel/helper-module-transforms": "npm:^7.26.0"
+    "@babel/helpers": "npm:^7.26.9"
+    "@babel/parser": "npm:^7.26.9"
+    "@babel/template": "npm:^7.26.9"
+    "@babel/traverse": "npm:^7.26.9"
+    "@babel/types": "npm:^7.26.9"
+    convert-source-map: "npm:^2.0.0"
+    debug: "npm:^4.1.0"
+    gensync: "npm:^1.0.0-beta.2"
+    json5: "npm:^2.2.3"
+    semver: "npm:^6.3.1"
+  checksum: 10c0/ed7212ff42a9453765787019b7d191b167afcacd4bd8fec10b055344ef53fa0cc648c9a80159ae4ecf870016a6318731e087042dcb68d1a2a9d34eb290dc014b
+  languageName: node
+  linkType: hard
+
+"@babel/generator@npm:^7.26.9":
+  version: 7.26.9
+  resolution: "@babel/generator@npm:7.26.9"
+  dependencies:
+    "@babel/parser": "npm:^7.26.9"
+    "@babel/types": "npm:^7.26.9"
+    "@jridgewell/gen-mapping": "npm:^0.3.5"
+    "@jridgewell/trace-mapping": "npm:^0.3.25"
+    jsesc: "npm:^3.0.2"
+  checksum: 10c0/6b78872128205224a9a9761b9ea7543a9a7902a04b82fc2f6801ead4de8f59056bab3fd17b1f834ca7b049555fc4c79234b9a6230dd9531a06525306050becad
+  languageName: node
+  linkType: hard
+
+"@babel/helper-annotate-as-pure@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/helper-annotate-as-pure@npm:7.25.9"
+  dependencies:
+    "@babel/types": "npm:^7.25.9"
+  checksum: 10c0/095b6ba50489d797733abebc4596a81918316a99e3632755c9f02508882912b00c2ae5e468532a25a5c2108d109ddbe9b7da78333ee7cc13817fc50c00cf06fe
+  languageName: node
+  linkType: hard
+
+"@babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.25.9, @babel/helper-compilation-targets@npm:^7.26.5":
+  version: 7.26.5
+  resolution: "@babel/helper-compilation-targets@npm:7.26.5"
+  dependencies:
+    "@babel/compat-data": "npm:^7.26.5"
+    "@babel/helper-validator-option": "npm:^7.25.9"
+    browserslist: "npm:^4.24.0"
+    lru-cache: "npm:^5.1.1"
+    semver: "npm:^6.3.1"
+  checksum: 10c0/9da5c77e5722f1a2fcb3e893049a01d414124522bbf51323bb1a0c9dcd326f15279836450fc36f83c9e8a846f3c40e88be032ed939c5a9840922bed6073edfb4
+  languageName: node
+  linkType: hard
+
+"@babel/helper-create-class-features-plugin@npm:^7.25.9":
+  version: 7.26.9
+  resolution: "@babel/helper-create-class-features-plugin@npm:7.26.9"
+  dependencies:
+    "@babel/helper-annotate-as-pure": "npm:^7.25.9"
+    "@babel/helper-member-expression-to-functions": "npm:^7.25.9"
+    "@babel/helper-optimise-call-expression": "npm:^7.25.9"
+    "@babel/helper-replace-supers": "npm:^7.26.5"
+    "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.9"
+    "@babel/traverse": "npm:^7.26.9"
+    semver: "npm:^6.3.1"
+  peerDependencies:
+    "@babel/core": ^7.0.0
+  checksum: 10c0/808620b350ac012f22163fd44c38ed8e05b24ce5d37bc4aa99a44e9724205f11efcef6b25ccfa5bb5de82ac32b899f1e939123c688f335d2851f4b8d70742233
+  languageName: node
+  linkType: hard
+
+"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.25.9":
+  version: 7.26.3
+  resolution: "@babel/helper-create-regexp-features-plugin@npm:7.26.3"
+  dependencies:
+    "@babel/helper-annotate-as-pure": "npm:^7.25.9"
+    regexpu-core: "npm:^6.2.0"
+    semver: "npm:^6.3.1"
+  peerDependencies:
+    "@babel/core": ^7.0.0
+  checksum: 10c0/266f30b99af621559467ed67634cb653408a9262930c0627c3d17691a9d477329fb4dabe4b1785cbf0490e892513d247836674271842d6a8da49fd0afae7d435
+  languageName: node
+  linkType: hard
+
+"@babel/helper-define-polyfill-provider@npm:^0.6.3":
+  version: 0.6.3
+  resolution: "@babel/helper-define-polyfill-provider@npm:0.6.3"
+  dependencies:
+    "@babel/helper-compilation-targets": "npm:^7.22.6"
+    "@babel/helper-plugin-utils": "npm:^7.22.5"
+    debug: "npm:^4.1.1"
+    lodash.debounce: "npm:^4.0.8"
+    resolve: "npm:^1.14.2"
+  peerDependencies:
+    "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
+  checksum: 10c0/4320e3527645e98b6a0d5626fef815680e3b2b03ec36045de5e909b0f01546ab3674e96f50bf3bc8413f8c9037e5ee1a5f560ebdf8210426dad1c2c03c96184a
+  languageName: node
+  linkType: hard
+
+"@babel/helper-member-expression-to-functions@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/helper-member-expression-to-functions@npm:7.25.9"
+  dependencies:
+    "@babel/traverse": "npm:^7.25.9"
+    "@babel/types": "npm:^7.25.9"
+  checksum: 10c0/e08c7616f111e1fb56f398365e78858e26e466d4ac46dff25921adc5ccae9b232f66e952a2f4162bbe336627ba336c7fd9eca4835b6548935973d3380d77eaff
+  languageName: node
+  linkType: hard
+
+"@babel/helper-module-imports@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/helper-module-imports@npm:7.25.9"
+  dependencies:
+    "@babel/traverse": "npm:^7.25.9"
+    "@babel/types": "npm:^7.25.9"
+  checksum: 10c0/078d3c2b45d1f97ffe6bb47f61961be4785d2342a4156d8b42c92ee4e1b7b9e365655dd6cb25329e8fe1a675c91eeac7e3d04f0c518b67e417e29d6e27b6aa70
+  languageName: node
+  linkType: hard
+
+"@babel/helper-module-transforms@npm:^7.25.9, @babel/helper-module-transforms@npm:^7.26.0":
+  version: 7.26.0
+  resolution: "@babel/helper-module-transforms@npm:7.26.0"
+  dependencies:
+    "@babel/helper-module-imports": "npm:^7.25.9"
+    "@babel/helper-validator-identifier": "npm:^7.25.9"
+    "@babel/traverse": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0
+  checksum: 10c0/ee111b68a5933481d76633dad9cdab30c41df4479f0e5e1cc4756dc9447c1afd2c9473b5ba006362e35b17f4ebddd5fca090233bef8dfc84dca9d9127e56ec3a
+  languageName: node
+  linkType: hard
+
+"@babel/helper-optimise-call-expression@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/helper-optimise-call-expression@npm:7.25.9"
+  dependencies:
+    "@babel/types": "npm:^7.25.9"
+  checksum: 10c0/90203e6607edeadd2a154940803fd616c0ed92c1013d6774c4b8eb491f1a5a3448b68faae6268141caa5c456e55e3ee49a4ed2bd7ddaf2365daea321c435914c
+  languageName: node
+  linkType: hard
+
+"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.25.9, @babel/helper-plugin-utils@npm:^7.26.5":
+  version: 7.26.5
+  resolution: "@babel/helper-plugin-utils@npm:7.26.5"
+  checksum: 10c0/cdaba71d4b891aa6a8dfbe5bac2f94effb13e5fa4c2c487667fdbaa04eae059b78b28d85a885071f45f7205aeb56d16759e1bed9c118b94b16e4720ef1ab0f65
+  languageName: node
+  linkType: hard
+
+"@babel/helper-remap-async-to-generator@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/helper-remap-async-to-generator@npm:7.25.9"
+  dependencies:
+    "@babel/helper-annotate-as-pure": "npm:^7.25.9"
+    "@babel/helper-wrap-function": "npm:^7.25.9"
+    "@babel/traverse": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0
+  checksum: 10c0/6798b562f2788210980f29c5ee96056d90dc73458c88af5bd32f9c82e28e01975588aa2a57bb866c35556bd9b76bac937e824ee63ba472b6430224b91b4879e9
+  languageName: node
+  linkType: hard
+
+"@babel/helper-replace-supers@npm:^7.25.9, @babel/helper-replace-supers@npm:^7.26.5":
+  version: 7.26.5
+  resolution: "@babel/helper-replace-supers@npm:7.26.5"
+  dependencies:
+    "@babel/helper-member-expression-to-functions": "npm:^7.25.9"
+    "@babel/helper-optimise-call-expression": "npm:^7.25.9"
+    "@babel/traverse": "npm:^7.26.5"
+  peerDependencies:
+    "@babel/core": ^7.0.0
+  checksum: 10c0/b19b1245caf835207aaaaac3a494f03a16069ae55e76a2e1350b5acd560e6a820026997a8160e8ebab82ae873e8208759aa008eb8422a67a775df41f0a4633d4
+  languageName: node
+  linkType: hard
+
+"@babel/helper-skip-transparent-expression-wrappers@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.25.9"
+  dependencies:
+    "@babel/traverse": "npm:^7.25.9"
+    "@babel/types": "npm:^7.25.9"
+  checksum: 10c0/09ace0c6156961624ac9524329ce7f45350bab94bbe24335cbe0da7dfaa1448e658771831983cb83fe91cf6635b15d0a3cab57c03b92657480bfb49fb56dd184
+  languageName: node
+  linkType: hard
+
+"@babel/helper-string-parser@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/helper-string-parser@npm:7.25.9"
+  checksum: 10c0/7244b45d8e65f6b4338a6a68a8556f2cb161b782343e97281a5f2b9b93e420cad0d9f5773a59d79f61d0c448913d06f6a2358a87f2e203cf112e3c5b53522ee6
+  languageName: node
+  linkType: hard
+
+"@babel/helper-validator-identifier@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/helper-validator-identifier@npm:7.25.9"
+  checksum: 10c0/4fc6f830177b7b7e887ad3277ddb3b91d81e6c4a24151540d9d1023e8dc6b1c0505f0f0628ae653601eb4388a8db45c1c14b2c07a9173837aef7e4116456259d
+  languageName: node
+  linkType: hard
+
+"@babel/helper-validator-option@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/helper-validator-option@npm:7.25.9"
+  checksum: 10c0/27fb195d14c7dcb07f14e58fe77c44eea19a6a40a74472ec05c441478fa0bb49fa1c32b2d64be7a38870ee48ef6601bdebe98d512f0253aea0b39756c4014f3e
+  languageName: node
+  linkType: hard
+
+"@babel/helper-wrap-function@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/helper-wrap-function@npm:7.25.9"
+  dependencies:
+    "@babel/template": "npm:^7.25.9"
+    "@babel/traverse": "npm:^7.25.9"
+    "@babel/types": "npm:^7.25.9"
+  checksum: 10c0/b6627d83291e7b80df020f8ee2890c52b8d49272962cac0114ef90f189889c90f1027985873d1b5261a4e986e109b2754292dc112392f0b1fcbfc91cc08bd003
+  languageName: node
+  linkType: hard
+
+"@babel/helpers@npm:^7.26.9":
+  version: 7.26.9
+  resolution: "@babel/helpers@npm:7.26.9"
+  dependencies:
+    "@babel/template": "npm:^7.26.9"
+    "@babel/types": "npm:^7.26.9"
+  checksum: 10c0/3d4dbc4a33fe4181ed810cac52318b578294745ceaec07e2f6ecccf6cda55d25e4bfcea8f085f333bf911c9e1fc13320248dd1d5315ab47ad82ce1077410df05
+  languageName: node
+  linkType: hard
+
+"@babel/parser@npm:^7.26.9":
+  version: 7.26.9
+  resolution: "@babel/parser@npm:7.26.9"
+  dependencies:
+    "@babel/types": "npm:^7.26.9"
+  bin:
+    parser: ./bin/babel-parser.js
+  checksum: 10c0/4b9ef3c9a0d4c328e5e5544f50fe8932c36f8a2c851e7f14a85401487cd3da75cad72c2e1bcec1eac55599a6bbb2fdc091f274c4fcafa6bdd112d4915ff087fc
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+    "@babel/traverse": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0
+  checksum: 10c0/7aab47fcbb8c1ddc195a3cd66609edcad54c5022f018db7de40185f0182950389690e953e952f117a1737b72f665ff02ad30de6c02b49b97f1d8f4ccdffedc34
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0
+  checksum: 10c0/3a652b3574ca62775c5f101f8457950edc540c3581226579125da535d67765f41ad7f0e6327f8efeb2540a5dad5bb0c60a89fb934af3f67472e73fb63612d004
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0
+  checksum: 10c0/18fc9004104a150f9f5da9f3307f361bc3104d16778bb593b7523d5110f04a8df19a2587e6bdd5e726fb1d397191add45223f4f731bb556c33f14f2779d596e8
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+    "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.9"
+    "@babel/plugin-transform-optional-chaining": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.13.0
+  checksum: 10c0/3f6c8781a2f7aa1791a31d2242399ca884df2ab944f90c020b6f112fb19f05fa6dad5be143d274dad1377e40415b63d24d5489faf5060b9c4a99e55d8f0c317c
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+    "@babel/traverse": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0
+  checksum: 10c0/02b365f0cc4df8b8b811c68697c93476da387841e5f153fe42766f34241b685503ea51110d5ed6df7132759820b93e48d9fa3743cffc091eed97c19f7e5fe272
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-proposal-private-property-in-object@npm:7.21.0-placeholder-for-preset-env.2":
+  version: 7.21.0-placeholder-for-preset-env.2
+  resolution: "@babel/plugin-proposal-private-property-in-object@npm:7.21.0-placeholder-for-preset-env.2"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/e605e0070da087f6c35579499e65801179a521b6842c15181a1e305c04fded2393f11c1efd09b087be7f8b083d1b75e8f3efcbc1292b4f60d3369e14812cff63
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-syntax-import-assertions@npm:^7.26.0":
+  version: 7.26.0
+  resolution: "@babel/plugin-syntax-import-assertions@npm:7.26.0"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/525b174e60b210d96c1744c1575fc2ddedcc43a479cba64a5344cf77bd0541754fc58120b5a11ff832ba098437bb05aa80900d1f49bb3d888c5e349a4a3a356e
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-syntax-import-attributes@npm:^7.26.0":
+  version: 7.26.0
+  resolution: "@babel/plugin-syntax-import-attributes@npm:7.26.0"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/e594c185b12bfe0bbe7ca78dfeebe870e6d569a12128cac86f3164a075fe0ff70e25ddbd97fd0782906b91f65560c9dc6957716b7b4a68aba2516c9b7455e352
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-syntax-unicode-sets-regex@npm:^7.18.6":
+  version: 7.18.6
+  resolution: "@babel/plugin-syntax-unicode-sets-regex@npm:7.18.6"
+  dependencies:
+    "@babel/helper-create-regexp-features-plugin": "npm:^7.18.6"
+    "@babel/helper-plugin-utils": "npm:^7.18.6"
+  peerDependencies:
+    "@babel/core": ^7.0.0
+  checksum: 10c0/9144e5b02a211a4fb9a0ce91063f94fbe1004e80bde3485a0910c9f14897cf83fabd8c21267907cff25db8e224858178df0517f14333cfcf3380ad9a4139cb50
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-arrow-functions@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-arrow-functions@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/851fef9f58be60a80f46cc0ce1e46a6f7346a6f9d50fa9e0fa79d46ec205320069d0cc157db213e2bea88ef5b7d9bd7618bb83f0b1996a836e2426c3a3a1f622
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-async-generator-functions@npm:^7.26.8":
+  version: 7.26.8
+  resolution: "@babel/plugin-transform-async-generator-functions@npm:7.26.8"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.26.5"
+    "@babel/helper-remap-async-to-generator": "npm:^7.25.9"
+    "@babel/traverse": "npm:^7.26.8"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/f6fefce963fe2e6268dde1958975d7adbce65fba94ca6f4bc554c90da03104ad1dd2e66d03bc0462da46868498428646e30b03a218ef0e5a84bfc87a7e375cec
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-async-to-generator@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-async-to-generator@npm:7.25.9"
+  dependencies:
+    "@babel/helper-module-imports": "npm:^7.25.9"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+    "@babel/helper-remap-async-to-generator": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/c443d9e462ddef733ae56360064f32fc800105803d892e4ff32d7d6a6922b3765fa97b9ddc9f7f1d3f9d8c2d95721d85bef9dbf507804214c6cf6466b105c168
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-block-scoped-functions@npm:^7.26.5":
+  version: 7.26.5
+  resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.26.5"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.26.5"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/2f3060800ead46b09971dd7bf830d66383b7bc61ced9945633b4ef9bf87787956ea83fcf49b387cecb377812588c6b81681714c760f9cf89ecba45edcbab1192
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-block-scoping@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-block-scoping@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/a76e30becb6c75b4d87a2cd53556fddb7c88ddd56bfadb965287fd944810ac159aa8eb5705366fc37336041f63154ed9fab3862fb10482a45bf5ede63fd55fda
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-class-properties@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-class-properties@npm:7.25.9"
+  dependencies:
+    "@babel/helper-create-class-features-plugin": "npm:^7.25.9"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/f0603b6bd34d8ba62c03fc0572cb8bbc75874d097ac20cc7c5379e001081210a84dba1749e7123fca43b978382f605bb9973c99caf2c5b4c492d5c0a4a441150
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-class-static-block@npm:^7.26.0":
+  version: 7.26.0
+  resolution: "@babel/plugin-transform-class-static-block@npm:7.26.0"
+  dependencies:
+    "@babel/helper-create-class-features-plugin": "npm:^7.25.9"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.12.0
+  checksum: 10c0/cdcf5545ae6514ed75fbd73cccfa209c6a5dfdf0c2bb7bb62c0fb4ec334a32281bcf1bc16ace494d9dbe93feb8bdc0bd3cf9d9ccb6316e634a67056fa13b741b
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-classes@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-classes@npm:7.25.9"
+  dependencies:
+    "@babel/helper-annotate-as-pure": "npm:^7.25.9"
+    "@babel/helper-compilation-targets": "npm:^7.25.9"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+    "@babel/helper-replace-supers": "npm:^7.25.9"
+    "@babel/traverse": "npm:^7.25.9"
+    globals: "npm:^11.1.0"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/02742ea7cd25be286c982e672619effca528d7a931626a6f3d6cea11852951b7ee973276127eaf6418ac0e18c4d749a16b520709c707e86a67012bd23ff2927d
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-computed-properties@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-computed-properties@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+    "@babel/template": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/948c0ae3ce0ba2375241d122a9bc7cda4a7ac8110bd8a62cd804bc46a5fdb7a7a42c7799c4cd972e14e0a579d2bd0999b92e53177b73f240bb0d4b09972c758b
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-destructuring@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-destructuring@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/7beec5fda665d108f69d5023aa7c298a1e566b973dd41290faa18aeea70f6f571295c1ece0a058f3ceb6c6c96de76de7cd34f5a227fbf09a1b8d8a735d28ca49
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-dotall-regex@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-dotall-regex@npm:7.25.9"
+  dependencies:
+    "@babel/helper-create-regexp-features-plugin": "npm:^7.25.9"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/7c3471ae5cf7521fd8da5b03e137e8d3733fc5ee4524ce01fb0c812f0bb77cb2c9657bc8a6253186be3a15bb4caa8974993c7ddc067f554ecc6a026f0a3b5e12
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-duplicate-keys@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-duplicate-keys@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/d0c74894b9bf6ff2a04189afffb9cd43d87ebd7b7943e51a827c92d2aaa40fa89ac81565a2fd6fbeabf9e38413a9264c45862eee2b017f1d49046cc3c8ff06b4
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:7.25.9"
+  dependencies:
+    "@babel/helper-create-regexp-features-plugin": "npm:^7.25.9"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0
+  checksum: 10c0/a8039a6d2b90e011c7b30975edee47b5b1097cf3c2f95ec1f5ddd029898d783a995f55f7d6eb8d6bb8873c060fb64f9f1ccba938dfe22d118d09cf68e0cd3bf6
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-dynamic-import@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-dynamic-import@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/5e643a8209072b668350f5788f23c64e9124f81f958b595c80fecca6561086d8ef346c04391b9e5e4cad8b8cbe22c258f0cd5f4ea89b97e74438e7d1abfd98cf
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-exponentiation-operator@npm:^7.26.3":
+  version: 7.26.3
+  resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.26.3"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/cac922e851c6a0831fdd2e3663564966916015aeff7f4485825fc33879cbc3a313ceb859814c9200248e2875d65bb13802a723e5d7d7b40a2e90da82a5a1e15c
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-export-namespace-from@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-export-namespace-from@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/f291ea2ec5f36de9028a00cbd5b32f08af281b8183bf047200ff001f4cb260be56f156b2449f42149448a4a033bd6e86a3a7f06d0c2825532eb0ae6b03058dfb
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-for-of@npm:^7.26.9":
+  version: 7.26.9
+  resolution: "@babel/plugin-transform-for-of@npm:7.26.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.26.5"
+    "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/e28a521521cf9f84ddd69ca8da7c89fb9f7aa38e4dea35742fe973e4e1d7c23f9cee1a4861a2fdd9e9f18ff945886a44d7335cea1c603b96bfcb1c7c8791ef09
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-function-name@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-function-name@npm:7.25.9"
+  dependencies:
+    "@babel/helper-compilation-targets": "npm:^7.25.9"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+    "@babel/traverse": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/8e67fbd1dd367927b8b6afdf0a6e7cb3a3fd70766c52f700ca77428b6d536f6c9d7ec643e7762d64b23093233765c66bffa40e31aabe6492682879bcb45423e1
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-json-strings@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-json-strings@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/00bc2d4751dfc9d44ab725be16ee534de13cfd7e77dfb386e5dac9e48101ce8fcbc5971df919dc25b3f8a0fa85d6dc5f2a0c3cf7ec9d61c163d9823c091844f0
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-literals@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-literals@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/00b14e9c14cf1e871c1f3781bf6334cac339c360404afd6aba63d2f6aca9270854d59a2b40abff1c4c90d4ffdca614440842d3043316c2f0ceb155fdf7726b3b
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-logical-assignment-operators@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/6e2051e10b2d6452980fc4bdef9da17c0d6ca48f81b8529e8804b031950e4fff7c74a7eb3de4a2b6ad22ffb631d0b67005425d232cce6e2b29ce861c78ed04f5
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-member-expression-literals@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-member-expression-literals@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/91d17b451bcc5ea9f1c6f8264144057ade3338d4b92c0b248366e4db3a7790a28fd59cc56ac433a9627a9087a17a5684e53f4995dd6ae92831cb72f1bd540b54
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-modules-amd@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-modules-amd@npm:7.25.9"
+  dependencies:
+    "@babel/helper-module-transforms": "npm:^7.25.9"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/849957d9484d0a2d93331226ed6cf840cee7d57454549534c447c93f8b839ef8553eae9877f8f550e3c39f14d60992f91244b2e8e7502a46064b56c5d68ba855
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-modules-commonjs@npm:^7.26.3":
+  version: 7.26.3
+  resolution: "@babel/plugin-transform-modules-commonjs@npm:7.26.3"
+  dependencies:
+    "@babel/helper-module-transforms": "npm:^7.26.0"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/82e59708f19f36da29531a64a7a94eabbf6ff46a615e0f5d9b49f3f59e8ef10e2bac607d749091508d3fa655146c9e5647c3ffeca781060cdabedb4c7a33c6f2
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-modules-systemjs@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-modules-systemjs@npm:7.25.9"
+  dependencies:
+    "@babel/helper-module-transforms": "npm:^7.25.9"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+    "@babel/helper-validator-identifier": "npm:^7.25.9"
+    "@babel/traverse": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/8299e3437542129c2684b86f98408c690df27db4122a79edded4782cf04e755d6ecb05b1e812c81a34224a81e664303392d5f3c36f3d2d51fdc99bb91c881e9a
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-modules-umd@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-modules-umd@npm:7.25.9"
+  dependencies:
+    "@babel/helper-module-transforms": "npm:^7.25.9"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/fa11a621f023e2ac437b71d5582f819e667c94306f022583d77da9a8f772c4128861a32bbb63bef5cba581a70cd7dbe87a37238edaafcfacf889470c395e7076
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.25.9"
+  dependencies:
+    "@babel/helper-create-regexp-features-plugin": "npm:^7.25.9"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0
+  checksum: 10c0/32b14fda5c885d1706863f8af2ee6c703d39264355b57482d3a24fce7f6afbd4c7a0896e501c0806ed2b0759beb621bf7f3f7de1fbbc82026039a98d961e78ef
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-new-target@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-new-target@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/7b5f1b7998f1cf183a7fa646346e2f3742e5805b609f28ad5fee22d666a15010f3e398b7e1ab78cddb7901841a3d3f47135929af23d54e8bf4ce69b72051f71e
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.26.6":
+  version: 7.26.6
+  resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.26.6"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.26.5"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/574d6db7cbc5c092db5d1dece8ce26195e642b9c40dbfeaf3082058a78ad7959c1c333471cdd45f38b784ec488850548075d527b178c5010ee9bff7aa527cc7a
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-numeric-separator@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-numeric-separator@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/ad63ad341977844b6f9535fcca15ca0d6d6ad112ed9cc509d4f6b75e9bf4b1b1a96a0bcb1986421a601505d34025373608b5f76d420d924b4e21f86b1a1f2749
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-object-rest-spread@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-object-rest-spread@npm:7.25.9"
+  dependencies:
+    "@babel/helper-compilation-targets": "npm:^7.25.9"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+    "@babel/plugin-transform-parameters": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/02077d8abd83bf6a48ff0b59e98d7561407cf75b591cffd3fdc5dc5e9a13dec1c847a7a690983762a3afecddb244831e897e0515c293e7c653b262c30cd614af
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-object-super@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-object-super@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+    "@babel/helper-replace-supers": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/0348d00e76f1f15ada44481a76e8c923d24cba91f6e49ee9b30d6861eb75344e7f84d62a18df8a6f9e9a7eacf992f388174b7f9cc4ce48287bcefca268c07600
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-optional-catch-binding@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/722fd5ee12ab905309d4e84421584fce4b6d9e6b639b06afb20b23fa809e6ab251e908a8d5e8b14d066a28186b8ef8f58d69fd6eca9ce1b9ef7af08333378f6c
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-optional-chaining@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-optional-chaining@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+    "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/041ad2beae5affb8e68a0bcb6882a2dadb758db3c629a0e012f57488ab43a822ac1ea17a29db8ef36560a28262a5dfa4dbbbf06ed6e431db55abe024b7cd3961
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-parameters@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-parameters@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/aecb446754b9e09d6b6fa95fd09e7cf682f8aaeed1d972874ba24c0a30a7e803ad5f014bb1fffc7bfeed22f93c0d200947407894ea59bf7687816f2f464f8df3
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-private-methods@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-private-methods@npm:7.25.9"
+  dependencies:
+    "@babel/helper-create-class-features-plugin": "npm:^7.25.9"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/64bd71de93d39daefa3e6c878d6f2fd238ed7d4ecfb13b0e771ddbbc131487def3ceb405b62b534a5cbb5043046b504e1b189b0a45229cc75af979a9fbcaa7bd
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-private-property-in-object@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-private-property-in-object@npm:7.25.9"
+  dependencies:
+    "@babel/helper-annotate-as-pure": "npm:^7.25.9"
+    "@babel/helper-create-class-features-plugin": "npm:^7.25.9"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/d4965de19d9f204e692cc74dbc39f0bb469e5f29df96dd4457ea23c5e5596fba9d5af76eaa96f9d48a9fc20ec5f12a94c679285e36b8373406868ea228109e27
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-property-literals@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-property-literals@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/1639e35b2438ccf3107af760d34e6a8e4f9acdd3ae6186ae771a6e3029bd59dfe778e502d67090f1185ecda5c16addfed77561e39c518a3f51ff10d41790e106
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-regenerator@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-regenerator@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+    regenerator-transform: "npm:^0.15.2"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/eef3ffc19f7d291b863635f32b896ad7f87806d9219a0d3404a470219abcfc5b43aabecd691026c48e875b965760d9c16abee25e6447272233f30cd07f453ec7
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-regexp-modifiers@npm:^7.26.0":
+  version: 7.26.0
+  resolution: "@babel/plugin-transform-regexp-modifiers@npm:7.26.0"
+  dependencies:
+    "@babel/helper-create-regexp-features-plugin": "npm:^7.25.9"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0
+  checksum: 10c0/4abc1db6c964efafc7a927cda814c7275275afa4b530483e0936fd614de23cb5802f7ca43edaa402008a723d4e7eac282b6f5283aa2eeb3b27da6d6c1dd7f8ed
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-reserved-words@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-reserved-words@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/8b028b80d1983e3e02f74e21924323cc66ba930e5c5758909a122aa7d80e341b8b0f42e1698e42b50d47a6ba911332f584200b28e1a4e2104b7514d9dc011e96
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-shorthand-properties@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-shorthand-properties@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/05a20d45f0fb62567644c507ccd4e379c1a74dacf887d2b2cac70247415e3f6d7d3bf4850c8b336053144715fedb6200fc38f7130c4b76c94eec9b9c0c2a8e9b
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-spread@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-spread@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+    "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/996c8fed238efc30e0664f9f58bd7ec8c148f4659f84425f68923a094fe891245711d26eb10d1f815f50c124434e076e860dbe9662240844d1b77cd09907dcdf
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-sticky-regex@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-sticky-regex@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/e9612b0615dab4c4fba1c560769616a9bd7b9226c73191ef84b6c3ee185c8b719b4f887cdd8336a0a13400ce606ab4a0d33bc8fa6b4fcdb53e2896d07f2568f6
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-template-literals@npm:^7.26.8":
+  version: 7.26.8
+  resolution: "@babel/plugin-transform-template-literals@npm:7.26.8"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.26.5"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/205a938ded9554857a604416d369023a961334b6c20943bd861b45f0e5dbbeca1cf6fda1c2049126e38a0d18865993433fdc78eae3028e94836b3b643c08ba0d
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-typeof-symbol@npm:^7.26.7":
+  version: 7.26.7
+  resolution: "@babel/plugin-transform-typeof-symbol@npm:7.26.7"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.26.5"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/d5640e3457637e6eee1d7205d255602ccca124ed30e4de10ec75ba179d167e0a826ceeab424e119921f5c995dfddf39ef1f2c91efd2dcbf3f0dc1e7931dfd1d1
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-unicode-escapes@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-unicode-escapes@npm:7.25.9"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/615c84d7c53e1575d54ba9257e753e0b98c5de1e3225237d92f55226eaab8eb5bceb74df43f50f4aa162b0bbcc934ed11feafe2b60b8ec4934ce340fad4b8828
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-unicode-property-regex@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-unicode-property-regex@npm:7.25.9"
+  dependencies:
+    "@babel/helper-create-regexp-features-plugin": "npm:^7.25.9"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/1685836fc38af4344c3d2a9edbd46f7c7b28d369b63967d5b83f2f6849ec45b97223461cea3d14cc3f0be6ebb284938e637a5ca3955c0e79c873d62f593d615c
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-unicode-regex@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-unicode-regex@npm:7.25.9"
+  dependencies:
+    "@babel/helper-create-regexp-features-plugin": "npm:^7.25.9"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/448004f978279e726af26acd54f63f9002c9e2582ecd70d1c5c4436f6de490fcd817afb60016d11c52f5ef17dbaac2590e8cc7bfaf4e91b58c452cf188c7920f
+  languageName: node
+  linkType: hard
+
+"@babel/plugin-transform-unicode-sets-regex@npm:^7.25.9":
+  version: 7.25.9
+  resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.25.9"
+  dependencies:
+    "@babel/helper-create-regexp-features-plugin": "npm:^7.25.9"
+    "@babel/helper-plugin-utils": "npm:^7.25.9"
+  peerDependencies:
+    "@babel/core": ^7.0.0
+  checksum: 10c0/56ee04fbe236b77cbcd6035cbf0be7566d1386b8349154ac33244c25f61170c47153a9423cd1d92855f7d6447b53a4a653d9e8fd1eaeeee14feb4b2baf59bd9f
+  languageName: node
+  linkType: hard
+
+"@babel/preset-env@npm:^7.16.0":
+  version: 7.26.9
+  resolution: "@babel/preset-env@npm:7.26.9"
+  dependencies:
+    "@babel/compat-data": "npm:^7.26.8"
+    "@babel/helper-compilation-targets": "npm:^7.26.5"
+    "@babel/helper-plugin-utils": "npm:^7.26.5"
+    "@babel/helper-validator-option": "npm:^7.25.9"
+    "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.25.9"
+    "@babel/plugin-bugfix-safari-class-field-initializer-scope": "npm:^7.25.9"
+    "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.25.9"
+    "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.25.9"
+    "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.25.9"
+    "@babel/plugin-proposal-private-property-in-object": "npm:7.21.0-placeholder-for-preset-env.2"
+    "@babel/plugin-syntax-import-assertions": "npm:^7.26.0"
+    "@babel/plugin-syntax-import-attributes": "npm:^7.26.0"
+    "@babel/plugin-syntax-unicode-sets-regex": "npm:^7.18.6"
+    "@babel/plugin-transform-arrow-functions": "npm:^7.25.9"
+    "@babel/plugin-transform-async-generator-functions": "npm:^7.26.8"
+    "@babel/plugin-transform-async-to-generator": "npm:^7.25.9"
+    "@babel/plugin-transform-block-scoped-functions": "npm:^7.26.5"
+    "@babel/plugin-transform-block-scoping": "npm:^7.25.9"
+    "@babel/plugin-transform-class-properties": "npm:^7.25.9"
+    "@babel/plugin-transform-class-static-block": "npm:^7.26.0"
+    "@babel/plugin-transform-classes": "npm:^7.25.9"
+    "@babel/plugin-transform-computed-properties": "npm:^7.25.9"
+    "@babel/plugin-transform-destructuring": "npm:^7.25.9"
+    "@babel/plugin-transform-dotall-regex": "npm:^7.25.9"
+    "@babel/plugin-transform-duplicate-keys": "npm:^7.25.9"
+    "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "npm:^7.25.9"
+    "@babel/plugin-transform-dynamic-import": "npm:^7.25.9"
+    "@babel/plugin-transform-exponentiation-operator": "npm:^7.26.3"
+    "@babel/plugin-transform-export-namespace-from": "npm:^7.25.9"
+    "@babel/plugin-transform-for-of": "npm:^7.26.9"
+    "@babel/plugin-transform-function-name": "npm:^7.25.9"
+    "@babel/plugin-transform-json-strings": "npm:^7.25.9"
+    "@babel/plugin-transform-literals": "npm:^7.25.9"
+    "@babel/plugin-transform-logical-assignment-operators": "npm:^7.25.9"
+    "@babel/plugin-transform-member-expression-literals": "npm:^7.25.9"
+    "@babel/plugin-transform-modules-amd": "npm:^7.25.9"
+    "@babel/plugin-transform-modules-commonjs": "npm:^7.26.3"
+    "@babel/plugin-transform-modules-systemjs": "npm:^7.25.9"
+    "@babel/plugin-transform-modules-umd": "npm:^7.25.9"
+    "@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.25.9"
+    "@babel/plugin-transform-new-target": "npm:^7.25.9"
+    "@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.26.6"
+    "@babel/plugin-transform-numeric-separator": "npm:^7.25.9"
+    "@babel/plugin-transform-object-rest-spread": "npm:^7.25.9"
+    "@babel/plugin-transform-object-super": "npm:^7.25.9"
+    "@babel/plugin-transform-optional-catch-binding": "npm:^7.25.9"
+    "@babel/plugin-transform-optional-chaining": "npm:^7.25.9"
+    "@babel/plugin-transform-parameters": "npm:^7.25.9"
+    "@babel/plugin-transform-private-methods": "npm:^7.25.9"
+    "@babel/plugin-transform-private-property-in-object": "npm:^7.25.9"
+    "@babel/plugin-transform-property-literals": "npm:^7.25.9"
+    "@babel/plugin-transform-regenerator": "npm:^7.25.9"
+    "@babel/plugin-transform-regexp-modifiers": "npm:^7.26.0"
+    "@babel/plugin-transform-reserved-words": "npm:^7.25.9"
+    "@babel/plugin-transform-shorthand-properties": "npm:^7.25.9"
+    "@babel/plugin-transform-spread": "npm:^7.25.9"
+    "@babel/plugin-transform-sticky-regex": "npm:^7.25.9"
+    "@babel/plugin-transform-template-literals": "npm:^7.26.8"
+    "@babel/plugin-transform-typeof-symbol": "npm:^7.26.7"
+    "@babel/plugin-transform-unicode-escapes": "npm:^7.25.9"
+    "@babel/plugin-transform-unicode-property-regex": "npm:^7.25.9"
+    "@babel/plugin-transform-unicode-regex": "npm:^7.25.9"
+    "@babel/plugin-transform-unicode-sets-regex": "npm:^7.25.9"
+    "@babel/preset-modules": "npm:0.1.6-no-external-plugins"
+    babel-plugin-polyfill-corejs2: "npm:^0.4.10"
+    babel-plugin-polyfill-corejs3: "npm:^0.11.0"
+    babel-plugin-polyfill-regenerator: "npm:^0.6.1"
+    core-js-compat: "npm:^3.40.0"
+    semver: "npm:^6.3.1"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0
+  checksum: 10c0/6812ca76bd38165a58fe8354bab5e7204e1aa17d8b9270bd8f8babb08cc7fa94cd29525fe41b553f2ba0e84033d566f10da26012b8ee0f81897005c5225d0051
+  languageName: node
+  linkType: hard
+
+"@babel/preset-modules@npm:0.1.6-no-external-plugins":
+  version: 0.1.6-no-external-plugins
+  resolution: "@babel/preset-modules@npm:0.1.6-no-external-plugins"
+  dependencies:
+    "@babel/helper-plugin-utils": "npm:^7.0.0"
+    "@babel/types": "npm:^7.4.4"
+    esutils: "npm:^2.0.2"
+  peerDependencies:
+    "@babel/core": ^7.0.0-0 || ^8.0.0-0 <8.0.0
+  checksum: 10c0/9d02f70d7052446c5f3a4fb39e6b632695fb6801e46d31d7f7c5001f7c18d31d1ea8369212331ca7ad4e7877b73231f470b0d559162624128f1b80fe591409e6
+  languageName: node
+  linkType: hard
+
+"@babel/runtime@npm:^7.8.4":
+  version: 7.26.9
+  resolution: "@babel/runtime@npm:7.26.9"
+  dependencies:
+    regenerator-runtime: "npm:^0.14.0"
+  checksum: 10c0/e8517131110a6ec3a7360881438b85060e49824e007f4a64b5dfa9192cf2bb5c01e84bfc109f02d822c7edb0db926928dd6b991e3ee460b483fb0fac43152d9b
+  languageName: node
+  linkType: hard
+
+"@babel/template@npm:^7.25.9, @babel/template@npm:^7.26.9":
+  version: 7.26.9
+  resolution: "@babel/template@npm:7.26.9"
+  dependencies:
+    "@babel/code-frame": "npm:^7.26.2"
+    "@babel/parser": "npm:^7.26.9"
+    "@babel/types": "npm:^7.26.9"
+  checksum: 10c0/019b1c4129cc01ad63e17529089c2c559c74709d225f595eee017af227fee11ae8a97a6ab19ae6768b8aa22d8d75dcb60a00b28f52e9fa78140672d928bc1ae9
+  languageName: node
+  linkType: hard
+
+"@babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.5, @babel/traverse@npm:^7.26.8, @babel/traverse@npm:^7.26.9":
+  version: 7.26.9
+  resolution: "@babel/traverse@npm:7.26.9"
+  dependencies:
+    "@babel/code-frame": "npm:^7.26.2"
+    "@babel/generator": "npm:^7.26.9"
+    "@babel/parser": "npm:^7.26.9"
+    "@babel/template": "npm:^7.26.9"
+    "@babel/types": "npm:^7.26.9"
+    debug: "npm:^4.3.1"
+    globals: "npm:^11.1.0"
+  checksum: 10c0/51dd57fa39ea34d04816806bfead04c74f37301269d24c192d1406dc6e244fea99713b3b9c5f3e926d9ef6aa9cd5c062ad4f2fc1caa9cf843d5e864484ac955e
+  languageName: node
+  linkType: hard
+
+"@babel/types@npm:^7.25.9, @babel/types@npm:^7.26.9, @babel/types@npm:^7.4.4":
+  version: 7.26.9
+  resolution: "@babel/types@npm:7.26.9"
+  dependencies:
+    "@babel/helper-string-parser": "npm:^7.25.9"
+    "@babel/helper-validator-identifier": "npm:^7.25.9"
+  checksum: 10c0/999c56269ba00e5c57aa711fbe7ff071cd6990bafd1b978341ea7572cc78919986e2aa6ee51dacf4b6a7a6fa63ba4eb3f1a03cf55eee31b896a56d068b895964
+  languageName: node
+  linkType: hard
+
+"@discoveryjs/json-ext@npm:^0.5.0":
+  version: 0.5.7
+  resolution: "@discoveryjs/json-ext@npm:0.5.7"
+  checksum: 10c0/e10f1b02b78e4812646ddf289b7d9f2cb567d336c363b266bd50cd223cf3de7c2c74018d91cd2613041568397ef3a4a2b500aba588c6e5bd78c38374ba68f38c
+  languageName: node
+  linkType: hard
+
+"@fortawesome/fontawesome-free@npm:^6.7.2":
+  version: 6.7.2
+  resolution: "@fortawesome/fontawesome-free@npm:6.7.2"
+  checksum: 10c0/e27fb8b846f0bcf40c904acc210829a640329fc7b7ec4e42a7c43cb53739ed6052d78df90810f555a5c80bc608fee5a5174db3fa6da617f582d6210009a19278
+  languageName: node
+  linkType: hard
+
+"@isaacs/cliui@npm:^8.0.2":
+  version: 8.0.2
+  resolution: "@isaacs/cliui@npm:8.0.2"
+  dependencies:
+    string-width: "npm:^5.1.2"
+    string-width-cjs: "npm:string-width@^4.2.0"
+    strip-ansi: "npm:^7.0.1"
+    strip-ansi-cjs: "npm:strip-ansi@^6.0.1"
+    wrap-ansi: "npm:^8.1.0"
+    wrap-ansi-cjs: "npm:wrap-ansi@^7.0.0"
+  checksum: 10c0/b1bf42535d49f11dc137f18d5e4e63a28c5569de438a221c369483731e9dac9fb797af554e8bf02b6192d1e5eba6e6402cf93900c3d0ac86391d00d04876789e
+  languageName: node
+  linkType: hard
+
+"@isaacs/fs-minipass@npm:^4.0.0":
+  version: 4.0.1
+  resolution: "@isaacs/fs-minipass@npm:4.0.1"
+  dependencies:
+    minipass: "npm:^7.0.4"
+  checksum: 10c0/c25b6dc1598790d5b55c0947a9b7d111cfa92594db5296c3b907e2f533c033666f692a3939eadac17b1c7c40d362d0b0635dc874cbfe3e70db7c2b07cc97a5d2
+  languageName: node
+  linkType: hard
+
+"@jest/schemas@npm:^29.6.3":
+  version: 29.6.3
+  resolution: "@jest/schemas@npm:29.6.3"
+  dependencies:
+    "@sinclair/typebox": "npm:^0.27.8"
+  checksum: 10c0/b329e89cd5f20b9278ae1233df74016ebf7b385e0d14b9f4c1ad18d096c4c19d1e687aa113a9c976b16ec07f021ae53dea811fb8c1248a50ac34fbe009fdf6be
+  languageName: node
+  linkType: hard
+
+"@jest/types@npm:^29.6.3":
+  version: 29.6.3
+  resolution: "@jest/types@npm:29.6.3"
+  dependencies:
+    "@jest/schemas": "npm:^29.6.3"
+    "@types/istanbul-lib-coverage": "npm:^2.0.0"
+    "@types/istanbul-reports": "npm:^3.0.0"
+    "@types/node": "npm:*"
+    "@types/yargs": "npm:^17.0.8"
+    chalk: "npm:^4.0.0"
+  checksum: 10c0/ea4e493dd3fb47933b8ccab201ae573dcc451f951dc44ed2a86123cd8541b82aa9d2b1031caf9b1080d6673c517e2dcc25a44b2dc4f3fbc37bfc965d444888c0
+  languageName: node
+  linkType: hard
+
+"@jridgewell/gen-mapping@npm:^0.3.5":
+  version: 0.3.8
+  resolution: "@jridgewell/gen-mapping@npm:0.3.8"
+  dependencies:
+    "@jridgewell/set-array": "npm:^1.2.1"
+    "@jridgewell/sourcemap-codec": "npm:^1.4.10"
+    "@jridgewell/trace-mapping": "npm:^0.3.24"
+  checksum: 10c0/c668feaf86c501d7c804904a61c23c67447b2137b813b9ce03eca82cb9d65ac7006d766c218685d76e3d72828279b6ee26c347aa1119dab23fbaf36aed51585a
+  languageName: node
+  linkType: hard
+
+"@jridgewell/resolve-uri@npm:^3.1.0":
+  version: 3.1.2
+  resolution: "@jridgewell/resolve-uri@npm:3.1.2"
+  checksum: 10c0/d502e6fb516b35032331406d4e962c21fe77cdf1cbdb49c6142bcbd9e30507094b18972778a6e27cbad756209cfe34b1a27729e6fa08a2eb92b33943f680cf1e
+  languageName: node
+  linkType: hard
+
+"@jridgewell/set-array@npm:^1.2.1":
+  version: 1.2.1
+  resolution: "@jridgewell/set-array@npm:1.2.1"
+  checksum: 10c0/2a5aa7b4b5c3464c895c802d8ae3f3d2b92fcbe84ad12f8d0bfbb1f5ad006717e7577ee1fd2eac00c088abe486c7adb27976f45d2941ff6b0b92b2c3302c60f4
+  languageName: node
+  linkType: hard
+
+"@jridgewell/source-map@npm:^0.3.3":
+  version: 0.3.6
+  resolution: "@jridgewell/source-map@npm:0.3.6"
+  dependencies:
+    "@jridgewell/gen-mapping": "npm:^0.3.5"
+    "@jridgewell/trace-mapping": "npm:^0.3.25"
+  checksum: 10c0/6a4ecc713ed246ff8e5bdcc1ef7c49aaa93f7463d948ba5054dda18b02dcc6a055e2828c577bcceee058f302ce1fc95595713d44f5c45e43d459f88d267f2f04
+  languageName: node
+  linkType: hard
+
+"@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.14":
+  version: 1.5.0
+  resolution: "@jridgewell/sourcemap-codec@npm:1.5.0"
+  checksum: 10c0/2eb864f276eb1096c3c11da3e9bb518f6d9fc0023c78344cdc037abadc725172c70314bdb360f2d4b7bffec7f5d657ce006816bc5d4ecb35e61b66132db00c18
+  languageName: node
+  linkType: hard
+
+"@jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25":
+  version: 0.3.25
+  resolution: "@jridgewell/trace-mapping@npm:0.3.25"
+  dependencies:
+    "@jridgewell/resolve-uri": "npm:^3.1.0"
+    "@jridgewell/sourcemap-codec": "npm:^1.4.14"
+  checksum: 10c0/3d1ce6ebc69df9682a5a8896b414c6537e428a1d68b02fcc8363b04284a8ca0df04d0ee3013132252ab14f2527bc13bea6526a912ecb5658f0e39fd2860b4df4
+  languageName: node
+  linkType: hard
+
+"@npmcli/agent@npm:^3.0.0":
+  version: 3.0.0
+  resolution: "@npmcli/agent@npm:3.0.0"
+  dependencies:
+    agent-base: "npm:^7.1.0"
+    http-proxy-agent: "npm:^7.0.0"
+    https-proxy-agent: "npm:^7.0.1"
+    lru-cache: "npm:^10.0.1"
+    socks-proxy-agent: "npm:^8.0.3"
+  checksum: 10c0/efe37b982f30740ee77696a80c196912c274ecd2cb243bc6ae7053a50c733ce0f6c09fda085145f33ecf453be19654acca74b69e81eaad4c90f00ccffe2f9271
+  languageName: node
+  linkType: hard
+
+"@npmcli/fs@npm:^4.0.0":
+  version: 4.0.0
+  resolution: "@npmcli/fs@npm:4.0.0"
+  dependencies:
+    semver: "npm:^7.3.5"
+  checksum: 10c0/c90935d5ce670c87b6b14fab04a965a3b8137e585f8b2a6257263bd7f97756dd736cb165bb470e5156a9e718ecd99413dccc54b1138c1a46d6ec7cf325982fe5
+  languageName: node
+  linkType: hard
+
+"@nuxt/friendly-errors-webpack-plugin@npm:^2.5.1":
+  version: 2.6.0
+  resolution: "@nuxt/friendly-errors-webpack-plugin@npm:2.6.0"
+  dependencies:
+    chalk: "npm:^2.4.2"
+    consola: "npm:^3.2.3"
+    error-stack-parser: "npm:^2.1.4"
+    string-width: "npm:^4.2.3"
+  peerDependencies:
+    webpack: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0
+  checksum: 10c0/649d59e8524090c9439385b61adc3b93f2541d35ea2753e95924885cb77cd8ecd5aba14db33aaf69f959a70808234f65fe633b5729969110f344cbf0556b98de
+  languageName: node
+  linkType: hard
+
+"@parcel/watcher-android-arm64@npm:2.5.1":
+  version: 2.5.1
+  resolution: "@parcel/watcher-android-arm64@npm:2.5.1"
+  conditions: os=android & cpu=arm64
+  languageName: node
+  linkType: hard
+
+"@parcel/watcher-darwin-arm64@npm:2.5.1":
+  version: 2.5.1
+  resolution: "@parcel/watcher-darwin-arm64@npm:2.5.1"
+  conditions: os=darwin & cpu=arm64
+  languageName: node
+  linkType: hard
+
+"@parcel/watcher-darwin-x64@npm:2.5.1":
+  version: 2.5.1
+  resolution: "@parcel/watcher-darwin-x64@npm:2.5.1"
+  conditions: os=darwin & cpu=x64
+  languageName: node
+  linkType: hard
+
+"@parcel/watcher-freebsd-x64@npm:2.5.1":
+  version: 2.5.1
+  resolution: "@parcel/watcher-freebsd-x64@npm:2.5.1"
+  conditions: os=freebsd & cpu=x64
+  languageName: node
+  linkType: hard
+
+"@parcel/watcher-linux-arm-glibc@npm:2.5.1":
+  version: 2.5.1
+  resolution: "@parcel/watcher-linux-arm-glibc@npm:2.5.1"
+  conditions: os=linux & cpu=arm & libc=glibc
+  languageName: node
+  linkType: hard
+
+"@parcel/watcher-linux-arm-musl@npm:2.5.1":
+  version: 2.5.1
+  resolution: "@parcel/watcher-linux-arm-musl@npm:2.5.1"
+  conditions: os=linux & cpu=arm & libc=musl
+  languageName: node
+  linkType: hard
+
+"@parcel/watcher-linux-arm64-glibc@npm:2.5.1":
+  version: 2.5.1
+  resolution: "@parcel/watcher-linux-arm64-glibc@npm:2.5.1"
+  conditions: os=linux & cpu=arm64 & libc=glibc
+  languageName: node
+  linkType: hard
+
+"@parcel/watcher-linux-arm64-musl@npm:2.5.1":
+  version: 2.5.1
+  resolution: "@parcel/watcher-linux-arm64-musl@npm:2.5.1"
+  conditions: os=linux & cpu=arm64 & libc=musl
+  languageName: node
+  linkType: hard
+
+"@parcel/watcher-linux-x64-glibc@npm:2.5.1":
+  version: 2.5.1
+  resolution: "@parcel/watcher-linux-x64-glibc@npm:2.5.1"
+  conditions: os=linux & cpu=x64 & libc=glibc
+  languageName: node
+  linkType: hard
+
+"@parcel/watcher-linux-x64-musl@npm:2.5.1":
+  version: 2.5.1
+  resolution: "@parcel/watcher-linux-x64-musl@npm:2.5.1"
+  conditions: os=linux & cpu=x64 & libc=musl
+  languageName: node
+  linkType: hard
+
+"@parcel/watcher-win32-arm64@npm:2.5.1":
+  version: 2.5.1
+  resolution: "@parcel/watcher-win32-arm64@npm:2.5.1"
+  conditions: os=win32 & cpu=arm64
+  languageName: node
+  linkType: hard
+
+"@parcel/watcher-win32-ia32@npm:2.5.1":
+  version: 2.5.1
+  resolution: "@parcel/watcher-win32-ia32@npm:2.5.1"
+  conditions: os=win32 & cpu=ia32
+  languageName: node
+  linkType: hard
+
+"@parcel/watcher-win32-x64@npm:2.5.1":
+  version: 2.5.1
+  resolution: "@parcel/watcher-win32-x64@npm:2.5.1"
+  conditions: os=win32 & cpu=x64
+  languageName: node
+  linkType: hard
+
+"@parcel/watcher@npm:^2.4.1":
+  version: 2.5.1
+  resolution: "@parcel/watcher@npm:2.5.1"
+  dependencies:
+    "@parcel/watcher-android-arm64": "npm:2.5.1"
+    "@parcel/watcher-darwin-arm64": "npm:2.5.1"
+    "@parcel/watcher-darwin-x64": "npm:2.5.1"
+    "@parcel/watcher-freebsd-x64": "npm:2.5.1"
+    "@parcel/watcher-linux-arm-glibc": "npm:2.5.1"
+    "@parcel/watcher-linux-arm-musl": "npm:2.5.1"
+    "@parcel/watcher-linux-arm64-glibc": "npm:2.5.1"
+    "@parcel/watcher-linux-arm64-musl": "npm:2.5.1"
+    "@parcel/watcher-linux-x64-glibc": "npm:2.5.1"
+    "@parcel/watcher-linux-x64-musl": "npm:2.5.1"
+    "@parcel/watcher-win32-arm64": "npm:2.5.1"
+    "@parcel/watcher-win32-ia32": "npm:2.5.1"
+    "@parcel/watcher-win32-x64": "npm:2.5.1"
+    detect-libc: "npm:^1.0.3"
+    is-glob: "npm:^4.0.3"
+    micromatch: "npm:^4.0.5"
+    node-addon-api: "npm:^7.0.0"
+    node-gyp: "npm:latest"
+  dependenciesMeta:
+    "@parcel/watcher-android-arm64":
+      optional: true
+    "@parcel/watcher-darwin-arm64":
+      optional: true
+    "@parcel/watcher-darwin-x64":
+      optional: true
+    "@parcel/watcher-freebsd-x64":
+      optional: true
+    "@parcel/watcher-linux-arm-glibc":
+      optional: true
+    "@parcel/watcher-linux-arm-musl":
+      optional: true
+    "@parcel/watcher-linux-arm64-glibc":
+      optional: true
+    "@parcel/watcher-linux-arm64-musl":
+      optional: true
+    "@parcel/watcher-linux-x64-glibc":
+      optional: true
+    "@parcel/watcher-linux-x64-musl":
+      optional: true
+    "@parcel/watcher-win32-arm64":
+      optional: true
+    "@parcel/watcher-win32-ia32":
+      optional: true
+    "@parcel/watcher-win32-x64":
+      optional: true
+  checksum: 10c0/8f35073d0c0b34a63d4c8d2213482f0ebc6a25de7b2cdd415d19cb929964a793cb285b68d1d50bfb732b070b3c82a2fdb4eb9c250eab709a1cd9d63345455a82
+  languageName: node
+  linkType: hard
+
+"@pkgjs/parseargs@npm:^0.11.0":
+  version: 0.11.0
+  resolution: "@pkgjs/parseargs@npm:0.11.0"
+  checksum: 10c0/5bd7576bb1b38a47a7fc7b51ac9f38748e772beebc56200450c4a817d712232b8f1d3ef70532c80840243c657d491cf6a6be1e3a214cff907645819fdc34aadd
+  languageName: node
+  linkType: hard
+
+"@sinclair/typebox@npm:^0.27.8":
+  version: 0.27.8
+  resolution: "@sinclair/typebox@npm:0.27.8"
+  checksum: 10c0/ef6351ae073c45c2ac89494dbb3e1f87cc60a93ce4cde797b782812b6f97da0d620ae81973f104b43c9b7eaa789ad20ba4f6a1359f1cc62f63729a55a7d22d4e
+  languageName: node
+  linkType: hard
+
+"@symfony/webpack-encore@npm:^5.0.0":
+  version: 5.0.1
+  resolution: "@symfony/webpack-encore@npm:5.0.1"
+  dependencies:
+    "@nuxt/friendly-errors-webpack-plugin": "npm:^2.5.1"
+    babel-loader: "npm:^9.1.3"
+    css-loader: "npm:^7.1.0"
+    css-minimizer-webpack-plugin: "npm:^7.0.0"
+    fastest-levenshtein: "npm:^1.0.16"
+    mini-css-extract-plugin: "npm:^2.6.0"
+    picocolors: "npm:^1.1.0"
+    pretty-error: "npm:^4.0.0"
+    resolve-url-loader: "npm:^5.0.0"
+    semver: "npm:^7.3.2"
+    style-loader: "npm:^3.3.0"
+    tapable: "npm:^2.2.1"
+    terser-webpack-plugin: "npm:^5.3.0"
+    tmp: "npm:^0.2.1"
+    yargs-parser: "npm:^21.0.0"
+  peerDependencies:
+    "@babel/core": ^7.17.0
+    "@babel/plugin-transform-react-jsx": ^7.12.11
+    "@babel/preset-env": ^7.16.0
+    "@babel/preset-react": ^7.9.0
+    "@babel/preset-typescript": ^7.0.0
+    "@symfony/stimulus-bridge": ^3.0.0
+    "@vue/babel-helper-vue-jsx-merge-props": ^1.0.0
+    "@vue/babel-plugin-jsx": ^1.0.0
+    "@vue/babel-preset-jsx": ^1.0.0
+    "@vue/compiler-sfc": ^2.6 || ^3.0.2
+    file-loader: ^6.0.0
+    fork-ts-checker-webpack-plugin: ^7.0.0 || ^8.0.0 || ^9.0.0
+    handlebars: ^4.7.7
+    handlebars-loader: ^1.7.0
+    less: ^4.0.0
+    less-loader: ^11.0.0 || ^12.2.0
+    postcss: ^8.3.0
+    postcss-loader: ^7.0.0 || ^8.1.0
+    sass: ^1.17.0
+    sass-loader: ^16.0.1
+    stylus-loader: ^7.0.0 || ^8.1.0
+    ts-loader: ^9.0.0
+    typescript: ^5.0.0
+    vue: ^3.2.14
+    vue-loader: ^17.0.0
+    webpack: ^5.72
+    webpack-cli: ^5.1.4
+    webpack-notifier: ^1.15.0
+  peerDependenciesMeta:
+    "@babel/core":
+      optional: false
+    "@babel/plugin-transform-react-jsx":
+      optional: true
+    "@babel/preset-env":
+      optional: false
+    "@babel/preset-react":
+      optional: true
+    "@babel/preset-typescript":
+      optional: true
+    "@symfony/stimulus-bridge":
+      optional: true
+    "@vue/babel-helper-vue-jsx-merge-props":
+      optional: true
+    "@vue/babel-plugin-jsx":
+      optional: true
+    "@vue/babel-preset-jsx":
+      optional: true
+    "@vue/compiler-sfc":
+      optional: true
+    file-loader:
+      optional: true
+    fork-ts-checker-webpack-plugin:
+      optional: true
+    handlebars:
+      optional: true
+    handlebars-loader:
+      optional: true
+    less:
+      optional: true
+    less-loader:
+      optional: true
+    postcss:
+      optional: true
+    postcss-loader:
+      optional: true
+    sass:
+      optional: true
+    sass-loader:
+      optional: true
+    stylus-loader:
+      optional: true
+    ts-loader:
+      optional: true
+    typescript:
+      optional: true
+    vue:
+      optional: true
+    vue-loader:
+      optional: true
+    webpack:
+      optional: false
+    webpack-cli:
+      optional: false
+    webpack-dev-server:
+      optional: true
+    webpack-notifier:
+      optional: true
+  bin:
+    encore: bin/encore.js
+  checksum: 10c0/c712df514b2732ab6dc39bd80eed38f7b190613ad80ff38532b374bdd4edf73547ee79f21be09219dff20259127405c30268d8c3a2a6fd56566548812893fff1
+  languageName: node
+  linkType: hard
+
+"@trysound/sax@npm:0.2.0":
+  version: 0.2.0
+  resolution: "@trysound/sax@npm:0.2.0"
+  checksum: 10c0/44907308549ce775a41c38a815f747009ac45929a45d642b836aa6b0a536e4978d30b8d7d680bbd116e9dd73b7dbe2ef0d1369dcfc2d09e83ba381e485ecbe12
+  languageName: node
+  linkType: hard
+
+"@types/eslint-scope@npm:^3.7.7":
+  version: 3.7.7
+  resolution: "@types/eslint-scope@npm:3.7.7"
+  dependencies:
+    "@types/eslint": "npm:*"
+    "@types/estree": "npm:*"
+  checksum: 10c0/a0ecbdf2f03912679440550817ff77ef39a30fa8bfdacaf6372b88b1f931828aec392f52283240f0d648cf3055c5ddc564544a626bcf245f3d09fcb099ebe3cc
+  languageName: node
+  linkType: hard
+
+"@types/eslint@npm:*":
+  version: 9.6.1
+  resolution: "@types/eslint@npm:9.6.1"
+  dependencies:
+    "@types/estree": "npm:*"
+    "@types/json-schema": "npm:*"
+  checksum: 10c0/69ba24fee600d1e4c5abe0df086c1a4d798abf13792d8cfab912d76817fe1a894359a1518557d21237fbaf6eda93c5ab9309143dee4c59ef54336d1b3570420e
+  languageName: node
+  linkType: hard
+
+"@types/estree@npm:*, @types/estree@npm:^1.0.6":
+  version: 1.0.6
+  resolution: "@types/estree@npm:1.0.6"
+  checksum: 10c0/cdfd751f6f9065442cd40957c07fd80361c962869aa853c1c2fd03e101af8b9389d8ff4955a43a6fcfa223dd387a089937f95be0f3eec21ca527039fd2d9859a
+  languageName: node
+  linkType: hard
+
+"@types/istanbul-lib-coverage@npm:*, @types/istanbul-lib-coverage@npm:^2.0.0":
+  version: 2.0.6
+  resolution: "@types/istanbul-lib-coverage@npm:2.0.6"
+  checksum: 10c0/3948088654f3eeb45363f1db158354fb013b362dba2a5c2c18c559484d5eb9f6fd85b23d66c0a7c2fcfab7308d0a585b14dadaca6cc8bf89ebfdc7f8f5102fb7
+  languageName: node
+  linkType: hard
+
+"@types/istanbul-lib-report@npm:*":
+  version: 3.0.3
+  resolution: "@types/istanbul-lib-report@npm:3.0.3"
+  dependencies:
+    "@types/istanbul-lib-coverage": "npm:*"
+  checksum: 10c0/247e477bbc1a77248f3c6de5dadaae85ff86ac2d76c5fc6ab1776f54512a745ff2a5f791d22b942e3990ddbd40f3ef5289317c4fca5741bedfaa4f01df89051c
+  languageName: node
+  linkType: hard
+
+"@types/istanbul-reports@npm:^3.0.0":
+  version: 3.0.4
+  resolution: "@types/istanbul-reports@npm:3.0.4"
+  dependencies:
+    "@types/istanbul-lib-report": "npm:*"
+  checksum: 10c0/1647fd402aced5b6edac87274af14ebd6b3a85447ef9ad11853a70fd92a98d35f81a5d3ea9fcb5dbb5834e800c6e35b64475e33fcae6bfa9acc70d61497c54ee
+  languageName: node
+  linkType: hard
+
+"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.9":
+  version: 7.0.15
+  resolution: "@types/json-schema@npm:7.0.15"
+  checksum: 10c0/a996a745e6c5d60292f36731dd41341339d4eeed8180bb09226e5c8d23759067692b1d88e5d91d72ee83dfc00d3aca8e7bd43ea120516c17922cbcb7c3e252db
+  languageName: node
+  linkType: hard
+
+"@types/node@npm:*":
+  version: 22.13.4
+  resolution: "@types/node@npm:22.13.4"
+  dependencies:
+    undici-types: "npm:~6.20.0"
+  checksum: 10c0/3a234fa7766a3efc382cf81f66f474c26cdab2f54f43f757634c81c0444eb2160c2dabbde9741e4983078a318a88515b65416b5f1ab5478548579d7b3ead1d95
+  languageName: node
+  linkType: hard
+
+"@types/yargs-parser@npm:*":
+  version: 21.0.3
+  resolution: "@types/yargs-parser@npm:21.0.3"
+  checksum: 10c0/e71c3bd9d0b73ca82e10bee2064c384ab70f61034bbfb78e74f5206283fc16a6d85267b606b5c22cb2a3338373586786fed595b2009825d6a9115afba36560a0
+  languageName: node
+  linkType: hard
+
+"@types/yargs@npm:^17.0.8":
+  version: 17.0.33
+  resolution: "@types/yargs@npm:17.0.33"
+  dependencies:
+    "@types/yargs-parser": "npm:*"
+  checksum: 10c0/d16937d7ac30dff697801c3d6f235be2166df42e4a88bf730fa6dc09201de3727c0a9500c59a672122313341de5f24e45ee0ff579c08ce91928e519090b7906b
+  languageName: node
+  linkType: hard
+
+"@webassemblyjs/ast@npm:1.14.1, @webassemblyjs/ast@npm:^1.14.1":
+  version: 1.14.1
+  resolution: "@webassemblyjs/ast@npm:1.14.1"
+  dependencies:
+    "@webassemblyjs/helper-numbers": "npm:1.13.2"
+    "@webassemblyjs/helper-wasm-bytecode": "npm:1.13.2"
+  checksum: 10c0/67a59be8ed50ddd33fbb2e09daa5193ac215bf7f40a9371be9a0d9797a114d0d1196316d2f3943efdb923a3d809175e1563a3cb80c814fb8edccd1e77494972b
+  languageName: node
+  linkType: hard
+
+"@webassemblyjs/floating-point-hex-parser@npm:1.13.2":
+  version: 1.13.2
+  resolution: "@webassemblyjs/floating-point-hex-parser@npm:1.13.2"
+  checksum: 10c0/0e88bdb8b50507d9938be64df0867f00396b55eba9df7d3546eb5dc0ca64d62e06f8d881ec4a6153f2127d0f4c11d102b6e7d17aec2f26bb5ff95a5e60652412
+  languageName: node
+  linkType: hard
+
+"@webassemblyjs/helper-api-error@npm:1.13.2":
+  version: 1.13.2
+  resolution: "@webassemblyjs/helper-api-error@npm:1.13.2"
+  checksum: 10c0/31be497f996ed30aae4c08cac3cce50c8dcd5b29660383c0155fce1753804fc55d47fcba74e10141c7dd2899033164e117b3bcfcda23a6b043e4ded4f1003dfb
+  languageName: node
+  linkType: hard
+
+"@webassemblyjs/helper-buffer@npm:1.14.1":
+  version: 1.14.1
+  resolution: "@webassemblyjs/helper-buffer@npm:1.14.1"
+  checksum: 10c0/0d54105dc373c0fe6287f1091e41e3a02e36cdc05e8cf8533cdc16c59ff05a646355415893449d3768cda588af451c274f13263300a251dc11a575bc4c9bd210
+  languageName: node
+  linkType: hard
+
+"@webassemblyjs/helper-numbers@npm:1.13.2":
+  version: 1.13.2
+  resolution: "@webassemblyjs/helper-numbers@npm:1.13.2"
+  dependencies:
+    "@webassemblyjs/floating-point-hex-parser": "npm:1.13.2"
+    "@webassemblyjs/helper-api-error": "npm:1.13.2"
+    "@xtuc/long": "npm:4.2.2"
+  checksum: 10c0/9c46852f31b234a8fb5a5a9d3f027bc542392a0d4de32f1a9c0075d5e8684aa073cb5929b56df565500b3f9cc0a2ab983b650314295b9bf208d1a1651bfc825a
+  languageName: node
+  linkType: hard
+
+"@webassemblyjs/helper-wasm-bytecode@npm:1.13.2":
+  version: 1.13.2
+  resolution: "@webassemblyjs/helper-wasm-bytecode@npm:1.13.2"
+  checksum: 10c0/c4355d14f369b30cf3cbdd3acfafc7d0488e086be6d578e3c9780bd1b512932352246be96e034e2a7fcfba4f540ec813352f312bfcbbfe5bcfbf694f82ccc682
+  languageName: node
+  linkType: hard
+
+"@webassemblyjs/helper-wasm-section@npm:1.14.1":
+  version: 1.14.1
+  resolution: "@webassemblyjs/helper-wasm-section@npm:1.14.1"
+  dependencies:
+    "@webassemblyjs/ast": "npm:1.14.1"
+    "@webassemblyjs/helper-buffer": "npm:1.14.1"
+    "@webassemblyjs/helper-wasm-bytecode": "npm:1.13.2"
+    "@webassemblyjs/wasm-gen": "npm:1.14.1"
+  checksum: 10c0/1f9b33731c3c6dbac3a9c483269562fa00d1b6a4e7133217f40e83e975e636fd0f8736e53abd9a47b06b66082ecc976c7384391ab0a68e12d509ea4e4b948d64
+  languageName: node
+  linkType: hard
+
+"@webassemblyjs/ieee754@npm:1.13.2":
+  version: 1.13.2
+  resolution: "@webassemblyjs/ieee754@npm:1.13.2"
+  dependencies:
+    "@xtuc/ieee754": "npm:^1.2.0"
+  checksum: 10c0/2e732ca78c6fbae3c9b112f4915d85caecdab285c0b337954b180460290ccd0fb00d2b1dc4bb69df3504abead5191e0d28d0d17dfd6c9d2f30acac8c4961c8a7
+  languageName: node
+  linkType: hard
+
+"@webassemblyjs/leb128@npm:1.13.2":
+  version: 1.13.2
+  resolution: "@webassemblyjs/leb128@npm:1.13.2"
+  dependencies:
+    "@xtuc/long": "npm:4.2.2"
+  checksum: 10c0/dad5ef9e383c8ab523ce432dfd80098384bf01c45f70eb179d594f85ce5db2f80fa8c9cba03adafd85684e6d6310f0d3969a882538975989919329ac4c984659
+  languageName: node
+  linkType: hard
+
+"@webassemblyjs/utf8@npm:1.13.2":
+  version: 1.13.2
+  resolution: "@webassemblyjs/utf8@npm:1.13.2"
+  checksum: 10c0/d3fac9130b0e3e5a1a7f2886124a278e9323827c87a2b971e6d0da22a2ba1278ac9f66a4f2e363ecd9fac8da42e6941b22df061a119e5c0335f81006de9ee799
+  languageName: node
+  linkType: hard
+
+"@webassemblyjs/wasm-edit@npm:^1.14.1":
+  version: 1.14.1
+  resolution: "@webassemblyjs/wasm-edit@npm:1.14.1"
+  dependencies:
+    "@webassemblyjs/ast": "npm:1.14.1"
+    "@webassemblyjs/helper-buffer": "npm:1.14.1"
+    "@webassemblyjs/helper-wasm-bytecode": "npm:1.13.2"
+    "@webassemblyjs/helper-wasm-section": "npm:1.14.1"
+    "@webassemblyjs/wasm-gen": "npm:1.14.1"
+    "@webassemblyjs/wasm-opt": "npm:1.14.1"
+    "@webassemblyjs/wasm-parser": "npm:1.14.1"
+    "@webassemblyjs/wast-printer": "npm:1.14.1"
+  checksum: 10c0/5ac4781086a2ca4b320bdbfd965a209655fe8a208ca38d89197148f8597e587c9a2c94fb6bd6f1a7dbd4527c49c6844fcdc2af981f8d793a97bf63a016aa86d2
+  languageName: node
+  linkType: hard
+
+"@webassemblyjs/wasm-gen@npm:1.14.1":
+  version: 1.14.1
+  resolution: "@webassemblyjs/wasm-gen@npm:1.14.1"
+  dependencies:
+    "@webassemblyjs/ast": "npm:1.14.1"
+    "@webassemblyjs/helper-wasm-bytecode": "npm:1.13.2"
+    "@webassemblyjs/ieee754": "npm:1.13.2"
+    "@webassemblyjs/leb128": "npm:1.13.2"
+    "@webassemblyjs/utf8": "npm:1.13.2"
+  checksum: 10c0/d678810d7f3f8fecb2e2bdadfb9afad2ec1d2bc79f59e4711ab49c81cec578371e22732d4966f59067abe5fba8e9c54923b57060a729d28d408e608beef67b10
+  languageName: node
+  linkType: hard
+
+"@webassemblyjs/wasm-opt@npm:1.14.1":
+  version: 1.14.1
+  resolution: "@webassemblyjs/wasm-opt@npm:1.14.1"
+  dependencies:
+    "@webassemblyjs/ast": "npm:1.14.1"
+    "@webassemblyjs/helper-buffer": "npm:1.14.1"
+    "@webassemblyjs/wasm-gen": "npm:1.14.1"
+    "@webassemblyjs/wasm-parser": "npm:1.14.1"
+  checksum: 10c0/515bfb15277ee99ba6b11d2232ddbf22aed32aad6d0956fe8a0a0a004a1b5a3a277a71d9a3a38365d0538ac40d1b7b7243b1a244ad6cd6dece1c1bb2eb5de7ee
+  languageName: node
+  linkType: hard
+
+"@webassemblyjs/wasm-parser@npm:1.14.1, @webassemblyjs/wasm-parser@npm:^1.14.1":
+  version: 1.14.1
+  resolution: "@webassemblyjs/wasm-parser@npm:1.14.1"
+  dependencies:
+    "@webassemblyjs/ast": "npm:1.14.1"
+    "@webassemblyjs/helper-api-error": "npm:1.13.2"
+    "@webassemblyjs/helper-wasm-bytecode": "npm:1.13.2"
+    "@webassemblyjs/ieee754": "npm:1.13.2"
+    "@webassemblyjs/leb128": "npm:1.13.2"
+    "@webassemblyjs/utf8": "npm:1.13.2"
+  checksum: 10c0/95427b9e5addbd0f647939bd28e3e06b8deefdbdadcf892385b5edc70091bf9b92fa5faac3fce8333554437c5d85835afef8c8a7d9d27ab6ba01ffab954db8c6
+  languageName: node
+  linkType: hard
+
+"@webassemblyjs/wast-printer@npm:1.14.1":
+  version: 1.14.1
+  resolution: "@webassemblyjs/wast-printer@npm:1.14.1"
+  dependencies:
+    "@webassemblyjs/ast": "npm:1.14.1"
+    "@xtuc/long": "npm:4.2.2"
+  checksum: 10c0/8d7768608996a052545251e896eac079c98e0401842af8dd4de78fba8d90bd505efb6c537e909cd6dae96e09db3fa2e765a6f26492553a675da56e2db51f9d24
+  languageName: node
+  linkType: hard
+
+"@webpack-cli/configtest@npm:^2.1.1":
+  version: 2.1.1
+  resolution: "@webpack-cli/configtest@npm:2.1.1"
+  peerDependencies:
+    webpack: 5.x.x
+    webpack-cli: 5.x.x
+  checksum: 10c0/a8da1f15702cb289807da99235ed95326ed7dabeb1a36ca59bd3a5dbe6adcc946a9a2767936050fc4d5ed14efab0e5b5a641dfe8e3d862c36caa5791ac12759d
+  languageName: node
+  linkType: hard
+
+"@webpack-cli/info@npm:^2.0.2":
+  version: 2.0.2
+  resolution: "@webpack-cli/info@npm:2.0.2"
+  peerDependencies:
+    webpack: 5.x.x
+    webpack-cli: 5.x.x
+  checksum: 10c0/ca88a35604dc9aedac7c26e8f6793c5039dc1eea2b12a85fbfd669a5f21ecf9cf169d7fd157ea366a62666e3fa05b776306a96742ac61a9868f44fdce6b40f7d
+  languageName: node
+  linkType: hard
+
+"@webpack-cli/serve@npm:^2.0.5":
+  version: 2.0.5
+  resolution: "@webpack-cli/serve@npm:2.0.5"
+  peerDependencies:
+    webpack: 5.x.x
+    webpack-cli: 5.x.x
+  peerDependenciesMeta:
+    webpack-dev-server:
+      optional: true
+  checksum: 10c0/36079d34971ff99a58b66b13f4184dcdd8617853c48cccdbc3f9ab7ea9e5d4fcf504e873c298ea7aa15e0b51ad2c4aee4d7a70bd7d9364e60f57b0eb93ca15fc
+  languageName: node
+  linkType: hard
+
+"@xtuc/ieee754@npm:^1.2.0":
+  version: 1.2.0
+  resolution: "@xtuc/ieee754@npm:1.2.0"
+  checksum: 10c0/a8565d29d135039bd99ae4b2220d3e167d22cf53f867e491ed479b3f84f895742d0097f935b19aab90265a23d5d46711e4204f14c479ae3637fbf06c4666882f
+  languageName: node
+  linkType: hard
+
+"@xtuc/long@npm:4.2.2":
+  version: 4.2.2
+  resolution: "@xtuc/long@npm:4.2.2"
+  checksum: 10c0/8582cbc69c79ad2d31568c412129bf23d2b1210a1dfb60c82d5a1df93334da4ee51f3057051658569e2c196d8dc33bc05ae6b974a711d0d16e801e1d0647ccd1
+  languageName: node
+  linkType: hard
+
+"abbrev@npm:^3.0.0":
+  version: 3.0.0
+  resolution: "abbrev@npm:3.0.0"
+  checksum: 10c0/049704186396f571650eb7b22ed3627b77a5aedf98bb83caf2eac81ca2a3e25e795394b0464cfb2d6076df3db6a5312139eac5b6a126ca296ac53c5008069c28
+  languageName: node
+  linkType: hard
+
+"acorn@npm:^8.14.0, acorn@npm:^8.8.2":
+  version: 8.14.0
+  resolution: "acorn@npm:8.14.0"
+  bin:
+    acorn: bin/acorn
+  checksum: 10c0/6d4ee461a7734b2f48836ee0fbb752903606e576cc100eb49340295129ca0b452f3ba91ddd4424a1d4406a98adfb2ebb6bd0ff4c49d7a0930c10e462719bbfd7
+  languageName: node
+  linkType: hard
+
+"adjust-sourcemap-loader@npm:^4.0.0":
+  version: 4.0.0
+  resolution: "adjust-sourcemap-loader@npm:4.0.0"
+  dependencies:
+    loader-utils: "npm:^2.0.0"
+    regex-parser: "npm:^2.2.11"
+  checksum: 10c0/6a6e5bb8b670e4e1238c708f6163e92aa2ad0308fe5913de73c89e4cbf41738ee0bcc5552b94d0b7bf8be435ee49b78c6de8a6db7badd80762051e843c8aa14f
+  languageName: node
+  linkType: hard
+
+"agent-base@npm:^7.1.0, agent-base@npm:^7.1.2":
+  version: 7.1.3
+  resolution: "agent-base@npm:7.1.3"
+  checksum: 10c0/6192b580c5b1d8fb399b9c62bf8343d76654c2dd62afcb9a52b2cf44a8b6ace1e3b704d3fe3547d91555c857d3df02603341ff2cb961b9cfe2b12f9f3c38ee11
+  languageName: node
+  linkType: hard
+
+"ajv-formats@npm:^2.1.1":
+  version: 2.1.1
+  resolution: "ajv-formats@npm:2.1.1"
+  dependencies:
+    ajv: "npm:^8.0.0"
+  peerDependencies:
+    ajv: ^8.0.0
+  peerDependenciesMeta:
+    ajv:
+      optional: true
+  checksum: 10c0/e43ba22e91b6a48d96224b83d260d3a3a561b42d391f8d3c6d2c1559f9aa5b253bfb306bc94bbeca1d967c014e15a6efe9a207309e95b3eaae07fcbcdc2af662
+  languageName: node
+  linkType: hard
+
+"ajv-keywords@npm:^5.1.0":
+  version: 5.1.0
+  resolution: "ajv-keywords@npm:5.1.0"
+  dependencies:
+    fast-deep-equal: "npm:^3.1.3"
+  peerDependencies:
+    ajv: ^8.8.2
+  checksum: 10c0/18bec51f0171b83123ba1d8883c126e60c6f420cef885250898bf77a8d3e65e3bfb9e8564f497e30bdbe762a83e0d144a36931328616a973ee669dc74d4a9590
+  languageName: node
+  linkType: hard
+
+"ajv@npm:^8.0.0, ajv@npm:^8.9.0":
+  version: 8.17.1
+  resolution: "ajv@npm:8.17.1"
+  dependencies:
+    fast-deep-equal: "npm:^3.1.3"
+    fast-uri: "npm:^3.0.1"
+    json-schema-traverse: "npm:^1.0.0"
+    require-from-string: "npm:^2.0.2"
+  checksum: 10c0/ec3ba10a573c6b60f94639ffc53526275917a2df6810e4ab5a6b959d87459f9ef3f00d5e7865b82677cb7d21590355b34da14d1d0b9c32d75f95a187e76fff35
+  languageName: node
+  linkType: hard
+
+"amdefine@npm:>=0.0.4":
+  version: 1.0.1
+  resolution: "amdefine@npm:1.0.1"
+  checksum: 10c0/ba8aa5d4ff5248b2ed067111e72644b36b5b7ae88d9a5a2c4223dddb3bdc9102db67291e0b414f59f12c6479ac6a365886bac72c7965e627cbc732e0962dd1ab
+  languageName: node
+  linkType: hard
+
+"angular@npm:^1.8.3":
+  version: 1.8.3
+  resolution: "angular@npm:1.8.3"
+  checksum: 10c0/dda28083a6a8624f73afc0d9f29ec2d36d8b4b2200698fd2cefe4f6a45cde5d0fe782035d06f142c446f749f690a498a37921a41520f98fe521d37aaaf6a3fd3
+  languageName: node
+  linkType: hard
+
+"ansi-regex@npm:^5.0.1":
+  version: 5.0.1
+  resolution: "ansi-regex@npm:5.0.1"
+  checksum: 10c0/9a64bb8627b434ba9327b60c027742e5d17ac69277960d041898596271d992d4d52ba7267a63ca10232e29f6107fc8a835f6ce8d719b88c5f8493f8254813737
+  languageName: node
+  linkType: hard
+
+"ansi-regex@npm:^6.0.1":
+  version: 6.1.0
+  resolution: "ansi-regex@npm:6.1.0"
+  checksum: 10c0/a91daeddd54746338478eef88af3439a7edf30f8e23196e2d6ed182da9add559c601266dbef01c2efa46a958ad6f1f8b176799657616c702b5b02e799e7fd8dc
+  languageName: node
+  linkType: hard
+
+"ansi-styles@npm:^3.2.1":
+  version: 3.2.1
+  resolution: "ansi-styles@npm:3.2.1"
+  dependencies:
+    color-convert: "npm:^1.9.0"
+  checksum: 10c0/ece5a8ef069fcc5298f67e3f4771a663129abd174ea2dfa87923a2be2abf6cd367ef72ac87942da00ce85bd1d651d4cd8595aebdb1b385889b89b205860e977b
+  languageName: node
+  linkType: hard
+
+"ansi-styles@npm:^4.0.0, ansi-styles@npm:^4.1.0":
+  version: 4.3.0
+  resolution: "ansi-styles@npm:4.3.0"
+  dependencies:
+    color-convert: "npm:^2.0.1"
+  checksum: 10c0/895a23929da416f2bd3de7e9cb4eabd340949328ab85ddd6e484a637d8f6820d485f53933446f5291c3b760cbc488beb8e88573dd0f9c7daf83dccc8fe81b041
+  languageName: node
+  linkType: hard
+
+"ansi-styles@npm:^6.1.0":
+  version: 6.2.1
+  resolution: "ansi-styles@npm:6.2.1"
+  checksum: 10c0/5d1ec38c123984bcedd996eac680d548f31828bd679a66db2bdf11844634dde55fec3efa9c6bb1d89056a5e79c1ac540c4c784d592ea1d25028a92227d2f2d5c
+  languageName: node
+  linkType: hard
+
+"async@npm:~0.2.6":
+  version: 0.2.10
+  resolution: "async@npm:0.2.10"
+  checksum: 10c0/714d284dc6c3ae59f3e8b347083e32c7657ba4ffc4ff945eb152ad4fb08def27e768992fcd4d9fd3b411c6b42f1541862ac917446bf2a1acfa0f302d1001f7d2
+  languageName: node
+  linkType: hard
+
+"babel-loader@npm:^9.1.3, babel-loader@npm:^9.2.1":
+  version: 9.2.1
+  resolution: "babel-loader@npm:9.2.1"
+  dependencies:
+    find-cache-dir: "npm:^4.0.0"
+    schema-utils: "npm:^4.0.0"
+  peerDependencies:
+    "@babel/core": ^7.12.0
+    webpack: ">=5"
+  checksum: 10c0/efb82faff4c7c27e9c15bb28bf11c73200e61cf365118a9514e8d74dd489d0afc2a0d5aaa62cb4254eefc2ab631579224d95a03fd245410f28ea75e24de54ba4
+  languageName: node
+  linkType: hard
+
+"babel-plugin-polyfill-corejs2@npm:^0.4.10":
+  version: 0.4.12
+  resolution: "babel-plugin-polyfill-corejs2@npm:0.4.12"
+  dependencies:
+    "@babel/compat-data": "npm:^7.22.6"
+    "@babel/helper-define-polyfill-provider": "npm:^0.6.3"
+    semver: "npm:^6.3.1"
+  peerDependencies:
+    "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
+  checksum: 10c0/49150c310de2d472ecb95bd892bca1aa833cf5e84bbb76e3e95cf9ff2c6c8c3b3783dd19d70ba50ff6235eb8ce1fa1c0affe491273c95a1ef6a2923f4d5a3819
+  languageName: node
+  linkType: hard
+
+"babel-plugin-polyfill-corejs3@npm:^0.11.0":
+  version: 0.11.1
+  resolution: "babel-plugin-polyfill-corejs3@npm:0.11.1"
+  dependencies:
+    "@babel/helper-define-polyfill-provider": "npm:^0.6.3"
+    core-js-compat: "npm:^3.40.0"
+  peerDependencies:
+    "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
+  checksum: 10c0/025f754b6296d84b20200aff63a3c1acdd85e8c621781f2bd27fe2512d0060526192d02329326947c6b29c27cf475fbcfaaff8c51eab1d2bfc7b79086bb64229
+  languageName: node
+  linkType: hard
+
+"babel-plugin-polyfill-regenerator@npm:^0.6.1":
+  version: 0.6.3
+  resolution: "babel-plugin-polyfill-regenerator@npm:0.6.3"
+  dependencies:
+    "@babel/helper-define-polyfill-provider": "npm:^0.6.3"
+  peerDependencies:
+    "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
+  checksum: 10c0/40164432e058e4b5c6d56feecacdad22692ae0534bd80c92d5399ed9e1a6a2b6797c8fda837995daddd4ca391f9aa2d58c74ad465164922e0f73631eaf9c4f76
+  languageName: node
+  linkType: hard
+
+"balanced-match@npm:^1.0.0":
+  version: 1.0.2
+  resolution: "balanced-match@npm:1.0.2"
+  checksum: 10c0/9308baf0a7e4838a82bbfd11e01b1cb0f0cf2893bc1676c27c2a8c0e70cbae1c59120c3268517a8ae7fb6376b4639ef81ca22582611dbee4ed28df945134aaee
+  languageName: node
+  linkType: hard
+
+"big.js@npm:^5.2.2":
+  version: 5.2.2
+  resolution: "big.js@npm:5.2.2"
+  checksum: 10c0/230520f1ff920b2d2ce3e372d77a33faa4fa60d802fe01ca4ffbc321ee06023fe9a741ac02793ee778040a16b7e497f7d60c504d1c402b8fdab6f03bb785a25f
+  languageName: node
+  linkType: hard
+
+"boolbase@npm:^1.0.0":
+  version: 1.0.0
+  resolution: "boolbase@npm:1.0.0"
+  checksum: 10c0/e4b53deb4f2b85c52be0e21a273f2045c7b6a6ea002b0e139c744cb6f95e9ec044439a52883b0d74dedd1ff3da55ed140cfdddfed7fb0cccbed373de5dce1bcf
+  languageName: node
+  linkType: hard
+
+"bootstrap@npm:^5.3.3":
+  version: 5.3.3
+  resolution: "bootstrap@npm:5.3.3"
+  peerDependencies:
+    "@popperjs/core": ^2.11.8
+  checksum: 10c0/bb68ca7b763977b9cce40cb5b8c676ae19a716d2f5d15009fa7bdbcec9dea426968e3cb748fbed7592fbf10edd7c749aea841c2920996a7c1aa5e0a6e2d4c2ad
+  languageName: node
+  linkType: hard
+
+"brace-expansion@npm:^2.0.1":
+  version: 2.0.1
+  resolution: "brace-expansion@npm:2.0.1"
+  dependencies:
+    balanced-match: "npm:^1.0.0"
+  checksum: 10c0/b358f2fe060e2d7a87aa015979ecea07f3c37d4018f8d6deb5bd4c229ad3a0384fe6029bb76cd8be63c81e516ee52d1a0673edbe2023d53a5191732ae3c3e49f
+  languageName: node
+  linkType: hard
+
+"braces@npm:^3.0.3":
+  version: 3.0.3
+  resolution: "braces@npm:3.0.3"
+  dependencies:
+    fill-range: "npm:^7.1.1"
+  checksum: 10c0/7c6dfd30c338d2997ba77500539227b9d1f85e388a5f43220865201e407e076783d0881f2d297b9f80951b4c957fcf0b51c1d2d24227631643c3f7c284b0aa04
+  languageName: node
+  linkType: hard
+
+"browserslist@npm:^4.0.0, browserslist@npm:^4.23.3, browserslist@npm:^4.24.0, browserslist@npm:^4.24.3":
+  version: 4.24.4
+  resolution: "browserslist@npm:4.24.4"
+  dependencies:
+    caniuse-lite: "npm:^1.0.30001688"
+    electron-to-chromium: "npm:^1.5.73"
+    node-releases: "npm:^2.0.19"
+    update-browserslist-db: "npm:^1.1.1"
+  bin:
+    browserslist: cli.js
+  checksum: 10c0/db7ebc1733cf471e0b490b4f47e3e2ea2947ce417192c9246644e92c667dd56a71406cc58f62ca7587caf828364892e9952904a02b7aead752bc65b62a37cfe9
+  languageName: node
+  linkType: hard
+
+"buffer-from@npm:^1.0.0":
+  version: 1.1.2
+  resolution: "buffer-from@npm:1.1.2"
+  checksum: 10c0/124fff9d66d691a86d3b062eff4663fe437a9d9ee4b47b1b9e97f5a5d14f6d5399345db80f796827be7c95e70a8e765dd404b7c3ff3b3324f98e9b0c8826cc34
+  languageName: node
+  linkType: hard
+
+"cacache@npm:^19.0.1":
+  version: 19.0.1
+  resolution: "cacache@npm:19.0.1"
+  dependencies:
+    "@npmcli/fs": "npm:^4.0.0"
+    fs-minipass: "npm:^3.0.0"
+    glob: "npm:^10.2.2"
+    lru-cache: "npm:^10.0.1"
+    minipass: "npm:^7.0.3"
+    minipass-collect: "npm:^2.0.1"
+    minipass-flush: "npm:^1.0.5"
+    minipass-pipeline: "npm:^1.2.4"
+    p-map: "npm:^7.0.2"
+    ssri: "npm:^12.0.0"
+    tar: "npm:^7.4.3"
+    unique-filename: "npm:^4.0.0"
+  checksum: 10c0/01f2134e1bd7d3ab68be851df96c8d63b492b1853b67f2eecb2c37bb682d37cb70bb858a16f2f0554d3c0071be6dfe21456a1ff6fa4b7eed996570d6a25ffe9c
+  languageName: node
+  linkType: hard
+
+"caniuse-api@npm:^3.0.0":
+  version: 3.0.0
+  resolution: "caniuse-api@npm:3.0.0"
+  dependencies:
+    browserslist: "npm:^4.0.0"
+    caniuse-lite: "npm:^1.0.0"
+    lodash.memoize: "npm:^4.1.2"
+    lodash.uniq: "npm:^4.5.0"
+  checksum: 10c0/60f9e85a3331e6d761b1b03eec71ca38ef7d74146bece34694853033292156b815696573ed734b65583acf493e88163618eda915c6c826d46a024c71a9572b4c
+  languageName: node
+  linkType: hard
+
+"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001688":
+  version: 1.0.30001699
+  resolution: "caniuse-lite@npm:1.0.30001699"
+  checksum: 10c0/e87b3a0602c3124131f6a21f1eb262378e17a2ee3089e3c472ac8b9caa85cf7d6a219655379302c29c6f10a74051f2a712639d7f98ee0444c73fefcbaf25d519
+  languageName: node
+  linkType: hard
+
+"canvasjs@npm:^1.8.3":
+  version: 1.8.3
+  resolution: "canvasjs@npm:1.8.3"
+  checksum: 10c0/e3e36860b1600b188ba84c51d666f2295d0d7b40725bd9c1cd8c53b1864c99082b1285f080bfce7e295d2be7c05918c41cf3d43aa86d8fe38b94f9def6864626
+  languageName: node
+  linkType: hard
+
+"chalk@npm:^2.4.2":
+  version: 2.4.2
+  resolution: "chalk@npm:2.4.2"
+  dependencies:
+    ansi-styles: "npm:^3.2.1"
+    escape-string-regexp: "npm:^1.0.5"
+    supports-color: "npm:^5.3.0"
+  checksum: 10c0/e6543f02ec877732e3a2d1c3c3323ddb4d39fbab687c23f526e25bd4c6a9bf3b83a696e8c769d078e04e5754921648f7821b2a2acfd16c550435fd630026e073
+  languageName: node
+  linkType: hard
+
+"chalk@npm:^4.0.0":
+  version: 4.1.2
+  resolution: "chalk@npm:4.1.2"
+  dependencies:
+    ansi-styles: "npm:^4.1.0"
+    supports-color: "npm:^7.1.0"
+  checksum: 10c0/4a3fef5cc34975c898ffe77141450f679721df9dde00f6c304353fa9c8b571929123b26a0e4617bde5018977eb655b31970c297b91b63ee83bb82aeb04666880
+  languageName: node
+  linkType: hard
+
+"chokidar@npm:^4.0.0":
+  version: 4.0.3
+  resolution: "chokidar@npm:4.0.3"
+  dependencies:
+    readdirp: "npm:^4.0.1"
+  checksum: 10c0/a58b9df05bb452f7d105d9e7229ac82fa873741c0c40ddcc7bb82f8a909fbe3f7814c9ebe9bc9a2bef9b737c0ec6e2d699d179048ef06ad3ec46315df0ebe6ad
+  languageName: node
+  linkType: hard
+
+"chokidar@npm:~0.8.0":
+  version: 0.8.4
+  resolution: "chokidar@npm:0.8.4"
+  dependencies:
+    fsevents: "pipobscure/fsevents#7dcdf9fa3f8956610fd6f69f72c67bace2de7138"
+    recursive-readdir: "npm:0.0.2"
+  dependenciesMeta:
+    fsevents:
+      optional: true
+    recursive-readdir:
+      optional: true
+  checksum: 10c0/65d45de75cd093eee519ea1b72afcbc915b517dbc361c35925bf247c2ee78bded86802d788c2149737f382c2730bd0319c4612a5803c6d53c612d89a4d469800
+  languageName: node
+  linkType: hard
+
+"chownr@npm:^3.0.0":
+  version: 3.0.0
+  resolution: "chownr@npm:3.0.0"
+  checksum: 10c0/43925b87700f7e3893296c8e9c56cc58f926411cce3a6e5898136daaf08f08b9a8eb76d37d3267e707d0dcc17aed2e2ebdf5848c0c3ce95cf910a919935c1b10
+  languageName: node
+  linkType: hard
+
+"chrome-trace-event@npm:^1.0.2":
+  version: 1.0.4
+  resolution: "chrome-trace-event@npm:1.0.4"
+  checksum: 10c0/3058da7a5f4934b87cf6a90ef5fb68ebc5f7d06f143ed5a4650208e5d7acae47bc03ec844b29fbf5ba7e46e8daa6acecc878f7983a4f4bb7271593da91e61ff5
+  languageName: node
+  linkType: hard
+
+"ci-info@npm:^3.2.0":
+  version: 3.9.0
+  resolution: "ci-info@npm:3.9.0"
+  checksum: 10c0/6f0109e36e111684291d46123d491bc4e7b7a1934c3a20dea28cba89f1d4a03acd892f5f6a81ed3855c38647e285a150e3c9ba062e38943bef57fee6c1554c3a
+  languageName: node
+  linkType: hard
+
+"clone-deep@npm:^4.0.1":
+  version: 4.0.1
+  resolution: "clone-deep@npm:4.0.1"
+  dependencies:
+    is-plain-object: "npm:^2.0.4"
+    kind-of: "npm:^6.0.2"
+    shallow-clone: "npm:^3.0.0"
+  checksum: 10c0/637753615aa24adf0f2d505947a1bb75e63964309034a1cf56ba4b1f30af155201edd38d26ffe26911adaae267a3c138b344a4947d39f5fc1b6d6108125aa758
+  languageName: node
+  linkType: hard
+
+"color-convert@npm:^1.9.0":
+  version: 1.9.3
+  resolution: "color-convert@npm:1.9.3"
+  dependencies:
+    color-name: "npm:1.1.3"
+  checksum: 10c0/5ad3c534949a8c68fca8fbc6f09068f435f0ad290ab8b2f76841b9e6af7e0bb57b98cb05b0e19fe33f5d91e5a8611ad457e5f69e0a484caad1f7487fd0e8253c
+  languageName: node
+  linkType: hard
+
+"color-convert@npm:^2.0.1":
+  version: 2.0.1
+  resolution: "color-convert@npm:2.0.1"
+  dependencies:
+    color-name: "npm:~1.1.4"
+  checksum: 10c0/37e1150172f2e311fe1b2df62c6293a342ee7380da7b9cfdba67ea539909afbd74da27033208d01d6d5cfc65ee7868a22e18d7e7648e004425441c0f8a15a7d7
+  languageName: node
+  linkType: hard
+
+"color-name@npm:1.1.3":
+  version: 1.1.3
+  resolution: "color-name@npm:1.1.3"
+  checksum: 10c0/566a3d42cca25b9b3cd5528cd7754b8e89c0eb646b7f214e8e2eaddb69994ac5f0557d9c175eb5d8f0ad73531140d9c47525085ee752a91a2ab15ab459caf6d6
+  languageName: node
+  linkType: hard
+
+"color-name@npm:~1.1.4":
+  version: 1.1.4
+  resolution: "color-name@npm:1.1.4"
+  checksum: 10c0/a1a3f914156960902f46f7f56bc62effc6c94e84b2cae157a526b1c1f74b677a47ec602bf68a61abfa2b42d15b7c5651c6dbe72a43af720bc588dff885b10f95
+  languageName: node
+  linkType: hard
+
+"colord@npm:^2.9.3":
+  version: 2.9.3
+  resolution: "colord@npm:2.9.3"
+  checksum: 10c0/9699e956894d8996b28c686afe8988720785f476f59335c80ce852ded76ab3ebe252703aec53d9bef54f6219aea6b960fb3d9a8300058a1d0c0d4026460cd110
+  languageName: node
+  linkType: hard
+
+"colorette@npm:^2.0.14":
+  version: 2.0.20
+  resolution: "colorette@npm:2.0.20"
+  checksum: 10c0/e94116ff33b0ff56f3b83b9ace895e5bf87c2a7a47b3401b8c3f3226e050d5ef76cf4072fb3325f9dc24d1698f9b730baf4e05eeaf861d74a1883073f4c98a40
+  languageName: node
+  linkType: hard
+
+"commander@npm:^10.0.1":
+  version: 10.0.1
+  resolution: "commander@npm:10.0.1"
+  checksum: 10c0/53f33d8927758a911094adadda4b2cbac111a5b377d8706700587650fd8f45b0bbe336de4b5c3fe47fd61f420a3d9bd452b6e0e6e5600a7e74d7bf0174f6efe3
+  languageName: node
+  linkType: hard
+
+"commander@npm:^2.20.0":
+  version: 2.20.3
+  resolution: "commander@npm:2.20.3"
+  checksum: 10c0/74c781a5248c2402a0a3e966a0a2bba3c054aad144f5c023364be83265e796b20565aa9feff624132ff629aa64e16999fa40a743c10c12f7c61e96a794b99288
+  languageName: node
+  linkType: hard
+
+"commander@npm:^7.2.0":
+  version: 7.2.0
+  resolution: "commander@npm:7.2.0"
+  checksum: 10c0/8d690ff13b0356df7e0ebbe6c59b4712f754f4b724d4f473d3cc5b3fdcf978e3a5dc3078717858a2ceb50b0f84d0660a7f22a96cdc50fb877d0c9bb31593d23a
+  languageName: node
+  linkType: hard
+
+"common-path-prefix@npm:^3.0.0":
+  version: 3.0.0
+  resolution: "common-path-prefix@npm:3.0.0"
+  checksum: 10c0/c4a74294e1b1570f4a8ab435285d185a03976c323caa16359053e749db4fde44e3e6586c29cd051100335e11895767cbbd27ea389108e327d62f38daf4548fdb
+  languageName: node
+  linkType: hard
+
+"consola@npm:^3.2.3":
+  version: 3.4.0
+  resolution: "consola@npm:3.4.0"
+  checksum: 10c0/bc7f7ad46514375109a80f3ae8330097eb1e5d89232a24eb830f3ac383e22036a62c53d33561cd73d7cda4b3691fba85e3dcf35229ef7721b324aae291ceb40c
+  languageName: node
+  linkType: hard
+
+"convert-source-map@npm:^1.7.0":
+  version: 1.9.0
+  resolution: "convert-source-map@npm:1.9.0"
+  checksum: 10c0/281da55454bf8126cbc6625385928c43479f2060984180c42f3a86c8b8c12720a24eac260624a7d1e090004028d2dee78602330578ceec1a08e27cb8bb0a8a5b
+  languageName: node
+  linkType: hard
+
+"convert-source-map@npm:^2.0.0":
+  version: 2.0.0
+  resolution: "convert-source-map@npm:2.0.0"
+  checksum: 10c0/8f2f7a27a1a011cc6cc88cc4da2d7d0cfa5ee0369508baae3d98c260bb3ac520691464e5bbe4ae7cdf09860c1d69ecc6f70c63c6e7c7f7e3f18ec08484dc7d9b
+  languageName: node
+  linkType: hard
+
+"core-js-compat@npm:^3.40.0":
+  version: 3.40.0
+  resolution: "core-js-compat@npm:3.40.0"
+  dependencies:
+    browserslist: "npm:^4.24.3"
+  checksum: 10c0/44f6e88726fe266a5be9581a79766800478a8d5c492885f2d4c2a4e2babd9b06bc1689d5340d3a61ae7332f990aff2e83b6203ff8773137a627cfedfbeefabeb
+  languageName: node
+  linkType: hard
+
+"core-js@npm:^3.38.0":
+  version: 3.40.0
+  resolution: "core-js@npm:3.40.0"
+  checksum: 10c0/db7946ada881e845d8b157061945b1187618fa45cf162f392a151e8a497962aed2da688c982eaa1d444c864be97a70f8be4d73385294b515d224dd164d19f1d4
+  languageName: node
+  linkType: hard
+
+"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.3":
+  version: 7.0.6
+  resolution: "cross-spawn@npm:7.0.6"
+  dependencies:
+    path-key: "npm:^3.1.0"
+    shebang-command: "npm:^2.0.0"
+    which: "npm:^2.0.1"
+  checksum: 10c0/053ea8b2135caff68a9e81470e845613e374e7309a47731e81639de3eaeb90c3d01af0e0b44d2ab9d50b43467223b88567dfeb3262db942dc063b9976718ffc1
+  languageName: node
+  linkType: hard
+
+"css-declaration-sorter@npm:^7.2.0":
+  version: 7.2.0
+  resolution: "css-declaration-sorter@npm:7.2.0"
+  peerDependencies:
+    postcss: ^8.0.9
+  checksum: 10c0/d8516be94f8f2daa233ef021688b965c08161624cbf830a4d7ee1099429437c0ee124d35c91b1c659cfd891a68e8888aa941726dab12279bc114aaed60a94606
+  languageName: node
+  linkType: hard
+
+"css-loader@npm:^7.1.0":
+  version: 7.1.2
+  resolution: "css-loader@npm:7.1.2"
+  dependencies:
+    icss-utils: "npm:^5.1.0"
+    postcss: "npm:^8.4.33"
+    postcss-modules-extract-imports: "npm:^3.1.0"
+    postcss-modules-local-by-default: "npm:^4.0.5"
+    postcss-modules-scope: "npm:^3.2.0"
+    postcss-modules-values: "npm:^4.0.0"
+    postcss-value-parser: "npm:^4.2.0"
+    semver: "npm:^7.5.4"
+  peerDependencies:
+    "@rspack/core": 0.x || 1.x
+    webpack: ^5.27.0
+  peerDependenciesMeta:
+    "@rspack/core":
+      optional: true
+    webpack:
+      optional: true
+  checksum: 10c0/edec9ed71e3c416c9c6ad41c138834c94baf7629de3b97a3337ae8cec4a45e05c57bdb7c4b4d267229fc04b8970d0d1c0734ded8dcd0ac8c7c286b36facdbbf0
+  languageName: node
+  linkType: hard
+
+"css-minimizer-webpack-plugin@npm:^7.0.0":
+  version: 7.0.0
+  resolution: "css-minimizer-webpack-plugin@npm:7.0.0"
+  dependencies:
+    "@jridgewell/trace-mapping": "npm:^0.3.25"
+    cssnano: "npm:^7.0.1"
+    jest-worker: "npm:^29.7.0"
+    postcss: "npm:^8.4.38"
+    schema-utils: "npm:^4.2.0"
+    serialize-javascript: "npm:^6.0.2"
+  peerDependencies:
+    webpack: ^5.0.0
+  peerDependenciesMeta:
+    "@parcel/css":
+      optional: true
+    "@swc/css":
+      optional: true
+    clean-css:
+      optional: true
+    csso:
+      optional: true
+    esbuild:
+      optional: true
+    lightningcss:
+      optional: true
+  checksum: 10c0/607258ea16b753b42cbcf88b0b20c99406d7f162ad3a4da50ec3e23d1fb652d1304815c0d0c577944256c76dff3df64e1708e5c5e255318694ba8aaba7820ca3
+  languageName: node
+  linkType: hard
+
+"css-select@npm:^4.1.3":
+  version: 4.3.0
+  resolution: "css-select@npm:4.3.0"
+  dependencies:
+    boolbase: "npm:^1.0.0"
+    css-what: "npm:^6.0.1"
+    domhandler: "npm:^4.3.1"
+    domutils: "npm:^2.8.0"
+    nth-check: "npm:^2.0.1"
+  checksum: 10c0/a489d8e5628e61063d5a8fe0fa1cc7ae2478cb334a388a354e91cf2908154be97eac9fa7ed4dffe87a3e06cf6fcaa6016553115335c4fd3377e13dac7bd5a8e1
+  languageName: node
+  linkType: hard
+
+"css-select@npm:^5.1.0":
+  version: 5.1.0
+  resolution: "css-select@npm:5.1.0"
+  dependencies:
+    boolbase: "npm:^1.0.0"
+    css-what: "npm:^6.1.0"
+    domhandler: "npm:^5.0.2"
+    domutils: "npm:^3.0.1"
+    nth-check: "npm:^2.0.1"
+  checksum: 10c0/551c60dba5b54054741032c1793b5734f6ba45e23ae9e82761a3c0ed1acbb8cfedfa443aaba3a3c1a54cac12b456d2012a09d2cd5f0e82e430454c1b9d84d500
+  languageName: node
+  linkType: hard
+
+"css-tree@npm:^2.3.1":
+  version: 2.3.1
+  resolution: "css-tree@npm:2.3.1"
+  dependencies:
+    mdn-data: "npm:2.0.30"
+    source-map-js: "npm:^1.0.1"
+  checksum: 10c0/6f8c1a11d5e9b14bf02d10717fc0351b66ba12594166f65abfbd8eb8b5b490dd367f5c7721db241a3c792d935fc6751fbc09f7e1598d421477ad9fadc30f4f24
+  languageName: node
+  linkType: hard
+
+"css-tree@npm:~2.2.0":
+  version: 2.2.1
+  resolution: "css-tree@npm:2.2.1"
+  dependencies:
+    mdn-data: "npm:2.0.28"
+    source-map-js: "npm:^1.0.1"
+  checksum: 10c0/47e87b0f02f8ac22f57eceb65c58011dd142d2158128882a0bf963cf2eabb81a4ebbc2e3790c8289be7919fa8b83750c7b69272bd66772c708143b772ba3c186
+  languageName: node
+  linkType: hard
+
+"css-what@npm:^6.0.1, css-what@npm:^6.1.0":
+  version: 6.1.0
+  resolution: "css-what@npm:6.1.0"
+  checksum: 10c0/a09f5a6b14ba8dcf57ae9a59474722e80f20406c53a61e9aedb0eedc693b135113ffe2983f4efc4b5065ae639442e9ae88df24941ef159c218b231011d733746
+  languageName: node
+  linkType: hard
+
+"cssesc@npm:^3.0.0":
+  version: 3.0.0
+  resolution: "cssesc@npm:3.0.0"
+  bin:
+    cssesc: bin/cssesc
+  checksum: 10c0/6bcfd898662671be15ae7827120472c5667afb3d7429f1f917737f3bf84c4176003228131b643ae74543f17a394446247df090c597bb9a728cce298606ed0aa7
+  languageName: node
+  linkType: hard
+
+"cssnano-preset-default@npm:^7.0.6":
+  version: 7.0.6
+  resolution: "cssnano-preset-default@npm:7.0.6"
+  dependencies:
+    browserslist: "npm:^4.23.3"
+    css-declaration-sorter: "npm:^7.2.0"
+    cssnano-utils: "npm:^5.0.0"
+    postcss-calc: "npm:^10.0.2"
+    postcss-colormin: "npm:^7.0.2"
+    postcss-convert-values: "npm:^7.0.4"
+    postcss-discard-comments: "npm:^7.0.3"
+    postcss-discard-duplicates: "npm:^7.0.1"
+    postcss-discard-empty: "npm:^7.0.0"
+    postcss-discard-overridden: "npm:^7.0.0"
+    postcss-merge-longhand: "npm:^7.0.4"
+    postcss-merge-rules: "npm:^7.0.4"
+    postcss-minify-font-values: "npm:^7.0.0"
+    postcss-minify-gradients: "npm:^7.0.0"
+    postcss-minify-params: "npm:^7.0.2"
+    postcss-minify-selectors: "npm:^7.0.4"
+    postcss-normalize-charset: "npm:^7.0.0"
+    postcss-normalize-display-values: "npm:^7.0.0"
+    postcss-normalize-positions: "npm:^7.0.0"
+    postcss-normalize-repeat-style: "npm:^7.0.0"
+    postcss-normalize-string: "npm:^7.0.0"
+    postcss-normalize-timing-functions: "npm:^7.0.0"
+    postcss-normalize-unicode: "npm:^7.0.2"
+    postcss-normalize-url: "npm:^7.0.0"
+    postcss-normalize-whitespace: "npm:^7.0.0"
+    postcss-ordered-values: "npm:^7.0.1"
+    postcss-reduce-initial: "npm:^7.0.2"
+    postcss-reduce-transforms: "npm:^7.0.0"
+    postcss-svgo: "npm:^7.0.1"
+    postcss-unique-selectors: "npm:^7.0.3"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/5c827a9f6b35475267af0512d55f569994b8334eb06565498daa2070ef52f0cdd2013f5efc1cbc0b4664370f491b0080f93c8ee56a7730d38fdf451fb65b030c
+  languageName: node
+  linkType: hard
+
+"cssnano-utils@npm:^5.0.0":
+  version: 5.0.0
+  resolution: "cssnano-utils@npm:5.0.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/492593fb45151e8622357bb958d0d80475372de38523ef0587d77e9c5f386beb55c30b41f2f3c735a374a230bc61404eb7ae9c2beeab0666afb499442c62ecba
+  languageName: node
+  linkType: hard
+
+"cssnano@npm:^7.0.1":
+  version: 7.0.6
+  resolution: "cssnano@npm:7.0.6"
+  dependencies:
+    cssnano-preset-default: "npm:^7.0.6"
+    lilconfig: "npm:^3.1.2"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/19ff09931a1531e7c0c0d8928da554d99213aa0bb1f3b93cc6b4987727d60a8cd5537b113a5cf4f95cc1db65bba3f2b35476bd63bb57e7469d4eab73e07d736d
+  languageName: node
+  linkType: hard
+
+"csso@npm:^5.0.5":
+  version: 5.0.5
+  resolution: "csso@npm:5.0.5"
+  dependencies:
+    css-tree: "npm:~2.2.0"
+  checksum: 10c0/ab4beb1e97dd7e207c10e9925405b45f15a6cd1b4880a8686ad573aa6d476aed28b4121a666cffd26c37a26179f7b54741f7c257543003bfb244d06a62ad569b
+  languageName: node
+  linkType: hard
+
+"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.4":
+  version: 4.4.0
+  resolution: "debug@npm:4.4.0"
+  dependencies:
+    ms: "npm:^2.1.3"
+  peerDependenciesMeta:
+    supports-color:
+      optional: true
+  checksum: 10c0/db94f1a182bf886f57b4755f85b3a74c39b5114b9377b7ab375dc2cfa3454f09490cc6c30f829df3fc8042bc8b8995f6567ce5cd96f3bc3688bd24027197d9de
+  languageName: node
+  linkType: hard
+
+"detect-libc@npm:^1.0.3":
+  version: 1.0.3
+  resolution: "detect-libc@npm:1.0.3"
+  bin:
+    detect-libc: ./bin/detect-libc.js
+  checksum: 10c0/4da0deae9f69e13bc37a0902d78bf7169480004b1fed3c19722d56cff578d16f0e11633b7fbf5fb6249181236c72e90024cbd68f0b9558ae06e281f47326d50d
+  languageName: node
+  linkType: hard
+
+"dom-converter@npm:^0.2.0":
+  version: 0.2.0
+  resolution: "dom-converter@npm:0.2.0"
+  dependencies:
+    utila: "npm:~0.4"
+  checksum: 10c0/e96aa63bd8c6ee3cd9ce19c3aecfc2c42e50a460e8087114794d4f5ecf3a4f052b34ea3bf2d73b5d80b4da619073b49905e6d7d788ceb7814ca4c29be5354a11
+  languageName: node
+  linkType: hard
+
+"dom-serializer@npm:^1.0.1":
+  version: 1.4.1
+  resolution: "dom-serializer@npm:1.4.1"
+  dependencies:
+    domelementtype: "npm:^2.0.1"
+    domhandler: "npm:^4.2.0"
+    entities: "npm:^2.0.0"
+  checksum: 10c0/67d775fa1ea3de52035c98168ddcd59418356943b5eccb80e3c8b3da53adb8e37edb2cc2f885802b7b1765bf5022aec21dfc32910d7f9e6de4c3148f095ab5e0
+  languageName: node
+  linkType: hard
+
+"dom-serializer@npm:^2.0.0":
+  version: 2.0.0
+  resolution: "dom-serializer@npm:2.0.0"
+  dependencies:
+    domelementtype: "npm:^2.3.0"
+    domhandler: "npm:^5.0.2"
+    entities: "npm:^4.2.0"
+  checksum: 10c0/d5ae2b7110ca3746b3643d3ef60ef823f5f078667baf530cec096433f1627ec4b6fa8c072f09d079d7cda915fd2c7bc1b7b935681e9b09e591e1e15f4040b8e2
+  languageName: node
+  linkType: hard
+
+"domelementtype@npm:^2.0.1, domelementtype@npm:^2.2.0, domelementtype@npm:^2.3.0":
+  version: 2.3.0
+  resolution: "domelementtype@npm:2.3.0"
+  checksum: 10c0/686f5a9ef0fff078c1412c05db73a0dce096190036f33e400a07e2a4518e9f56b1e324f5c576a0a747ef0e75b5d985c040b0d51945ce780c0dd3c625a18cd8c9
+  languageName: node
+  linkType: hard
+
+"domhandler@npm:^4.0.0, domhandler@npm:^4.2.0, domhandler@npm:^4.3.1":
+  version: 4.3.1
+  resolution: "domhandler@npm:4.3.1"
+  dependencies:
+    domelementtype: "npm:^2.2.0"
+  checksum: 10c0/5c199c7468cb052a8b5ab80b13528f0db3d794c64fc050ba793b574e158e67c93f8336e87fd81e9d5ee43b0e04aea4d8b93ed7be4899cb726a1601b3ba18538b
+  languageName: node
+  linkType: hard
+
+"domhandler@npm:^5.0.2, domhandler@npm:^5.0.3":
+  version: 5.0.3
+  resolution: "domhandler@npm:5.0.3"
+  dependencies:
+    domelementtype: "npm:^2.3.0"
+  checksum: 10c0/bba1e5932b3e196ad6862286d76adc89a0dbf0c773e5ced1eb01f9af930c50093a084eff14b8de5ea60b895c56a04d5de8bbc4930c5543d029091916770b2d2a
+  languageName: node
+  linkType: hard
+
+"domutils@npm:^2.5.2, domutils@npm:^2.8.0":
+  version: 2.8.0
+  resolution: "domutils@npm:2.8.0"
+  dependencies:
+    dom-serializer: "npm:^1.0.1"
+    domelementtype: "npm:^2.2.0"
+    domhandler: "npm:^4.2.0"
+  checksum: 10c0/d58e2ae01922f0dd55894e61d18119924d88091837887bf1438f2327f32c65eb76426bd9384f81e7d6dcfb048e0f83c19b222ad7101176ad68cdc9c695b563db
+  languageName: node
+  linkType: hard
+
+"domutils@npm:^3.0.1":
+  version: 3.2.2
+  resolution: "domutils@npm:3.2.2"
+  dependencies:
+    dom-serializer: "npm:^2.0.0"
+    domelementtype: "npm:^2.3.0"
+    domhandler: "npm:^5.0.3"
+  checksum: 10c0/47938f473b987ea71cd59e59626eb8666d3aa8feba5266e45527f3b636c7883cca7e582d901531961f742c519d7514636b7973353b648762b2e3bedbf235fada
+  languageName: node
+  linkType: hard
+
+"eastasianwidth@npm:^0.2.0":
+  version: 0.2.0
+  resolution: "eastasianwidth@npm:0.2.0"
+  checksum: 10c0/26f364ebcdb6395f95124fda411f63137a4bfb5d3a06453f7f23dfe52502905bd84e0488172e0f9ec295fdc45f05c23d5d91baf16bd26f0fe9acd777a188dc39
+  languageName: node
+  linkType: hard
+
+"easyioc@npm:~0.1.10":
+  version: 0.1.13
+  resolution: "easyioc@npm:0.1.13"
+  dependencies:
+    lodash-node: "npm:~2.4.0"
+  checksum: 10c0/6b858bad081b21d06eefe3de3c1619f2ad335bef1822000930edd9419ce530a6daa1de77511c7db7f10a4ad1fc213909c78455f49cb8f92fd68d2a4240c81f11
+  languageName: node
+  linkType: hard
+
+"electron-to-chromium@npm:^1.5.73":
+  version: 1.5.100
+  resolution: "electron-to-chromium@npm:1.5.100"
+  checksum: 10c0/4c3b42062e9d0fe10b22c54fc1ee9cc973e346fc71deff1084b75247a1448518a22e75f5a4cfcd07f86c7789f1122d4476a2ceae831e97963995f33ddfc6299e
+  languageName: node
+  linkType: hard
+
+"emoji-regex@npm:^8.0.0":
+  version: 8.0.0
+  resolution: "emoji-regex@npm:8.0.0"
+  checksum: 10c0/b6053ad39951c4cf338f9092d7bfba448cdfd46fe6a2a034700b149ac9ffbc137e361cbd3c442297f86bed2e5f7576c1b54cc0a6bf8ef5106cc62f496af35010
+  languageName: node
+  linkType: hard
+
+"emoji-regex@npm:^9.2.2":
+  version: 9.2.2
+  resolution: "emoji-regex@npm:9.2.2"
+  checksum: 10c0/af014e759a72064cf66e6e694a7fc6b0ed3d8db680427b021a89727689671cefe9d04151b2cad51dbaf85d5ba790d061cd167f1cf32eb7b281f6368b3c181639
+  languageName: node
+  linkType: hard
+
+"emojis-list@npm:^3.0.0":
+  version: 3.0.0
+  resolution: "emojis-list@npm:3.0.0"
+  checksum: 10c0/7dc4394b7b910444910ad64b812392159a21e1a7ecc637c775a440227dcb4f80eff7fe61f4453a7d7603fa23d23d30cc93fe9e4b5ed985b88d6441cd4a35117b
+  languageName: node
+  linkType: hard
+
+"encoding@npm:^0.1.13":
+  version: 0.1.13
+  resolution: "encoding@npm:0.1.13"
+  dependencies:
+    iconv-lite: "npm:^0.6.2"
+  checksum: 10c0/36d938712ff00fe1f4bac88b43bcffb5930c1efa57bbcdca9d67e1d9d6c57cfb1200fb01efe0f3109b2ce99b231f90779532814a81370a1bd3274a0f58585039
+  languageName: node
+  linkType: hard
+
+"encore@npm:^0.0.30-beta":
+  version: 0.0.30-beta
+  resolution: "encore@npm:0.0.30-beta"
+  dependencies:
+    chokidar: "npm:~0.8.0"
+    easyioc: "npm:~0.1.10"
+    filefetcher: "npm:0.0.1"
+    handlebars: "npm:~1.2.0"
+    lodash-node: "npm:~2.4.0"
+    runway: "npm:~3.15.47-beta"
+  checksum: 10c0/4ca96fc4d55f5e6ac1f11914370093db166d38872ff21e5674d82f9d01a3a1d84819fbf75eea0f707419559da0c08302621df588a7c3f58703b067fd21fc0a42
+  languageName: node
+  linkType: hard
+
+"enhanced-resolve@npm:^5.17.1":
+  version: 5.18.1
+  resolution: "enhanced-resolve@npm:5.18.1"
+  dependencies:
+    graceful-fs: "npm:^4.2.4"
+    tapable: "npm:^2.2.0"
+  checksum: 10c0/4cffd9b125225184e2abed9fdf0ed3dbd2224c873b165d0838fd066cde32e0918626cba2f1f4bf6860762f13a7e2364fd89a82b99566be2873d813573ac71846
+  languageName: node
+  linkType: hard
+
+"entities@npm:^2.0.0":
+  version: 2.2.0
+  resolution: "entities@npm:2.2.0"
+  checksum: 10c0/7fba6af1f116300d2ba1c5673fc218af1961b20908638391b4e1e6d5850314ee2ac3ec22d741b3a8060479911c99305164aed19b6254bde75e7e6b1b2c3f3aa3
+  languageName: node
+  linkType: hard
+
+"entities@npm:^4.2.0":
+  version: 4.5.0
+  resolution: "entities@npm:4.5.0"
+  checksum: 10c0/5b039739f7621f5d1ad996715e53d964035f75ad3b9a4d38c6b3804bb226e282ffeae2443624d8fdd9c47d8e926ae9ac009c54671243f0c3294c26af7cc85250
+  languageName: node
+  linkType: hard
+
+"env-paths@npm:^2.2.0":
+  version: 2.2.1
+  resolution: "env-paths@npm:2.2.1"
+  checksum: 10c0/285325677bf00e30845e330eec32894f5105529db97496ee3f598478e50f008c5352a41a30e5e72ec9de8a542b5a570b85699cd63bd2bc646dbcb9f311d83bc4
+  languageName: node
+  linkType: hard
+
+"envinfo@npm:^7.7.3":
+  version: 7.14.0
+  resolution: "envinfo@npm:7.14.0"
+  bin:
+    envinfo: dist/cli.js
+  checksum: 10c0/059a031eee101e056bd9cc5cbfe25c2fab433fe1780e86cf0a82d24a000c6931e327da6a8ffb3dce528a24f83f256e7efc0b36813113eff8fdc6839018efe327
+  languageName: node
+  linkType: hard
+
+"err-code@npm:^2.0.2":
+  version: 2.0.3
+  resolution: "err-code@npm:2.0.3"
+  checksum: 10c0/b642f7b4dd4a376e954947550a3065a9ece6733ab8e51ad80db727aaae0817c2e99b02a97a3d6cecc648a97848305e728289cf312d09af395403a90c9d4d8a66
+  languageName: node
+  linkType: hard
+
+"error-stack-parser@npm:^2.1.4":
+  version: 2.1.4
+  resolution: "error-stack-parser@npm:2.1.4"
+  dependencies:
+    stackframe: "npm:^1.3.4"
+  checksum: 10c0/7679b780043c98b01fc546725484e0cfd3071bf5c906bbe358722972f04abf4fc3f0a77988017665bab367f6ef3fc2d0185f7528f45966b83e7c99c02d5509b9
+  languageName: node
+  linkType: hard
+
+"es-module-lexer@npm:^1.2.1":
+  version: 1.6.0
+  resolution: "es-module-lexer@npm:1.6.0"
+  checksum: 10c0/667309454411c0b95c476025929881e71400d74a746ffa1ff4cb450bd87f8e33e8eef7854d68e401895039ac0bac64e7809acbebb6253e055dd49ea9e3ea9212
+  languageName: node
+  linkType: hard
+
+"escalade@npm:^3.2.0":
+  version: 3.2.0
+  resolution: "escalade@npm:3.2.0"
+  checksum: 10c0/ced4dd3a78e15897ed3be74e635110bbf3b08877b0a41be50dcb325ee0e0b5f65fc2d50e9845194d7c4633f327e2e1c6cce00a71b617c5673df0374201d67f65
+  languageName: node
+  linkType: hard
+
+"escape-string-regexp@npm:^1.0.5":
+  version: 1.0.5
+  resolution: "escape-string-regexp@npm:1.0.5"
+  checksum: 10c0/a968ad453dd0c2724e14a4f20e177aaf32bb384ab41b674a8454afe9a41c5e6fe8903323e0a1052f56289d04bd600f81278edf140b0fcc02f5cac98d0f5b5371
+  languageName: node
+  linkType: hard
+
+"eslint-scope@npm:5.1.1":
+  version: 5.1.1
+  resolution: "eslint-scope@npm:5.1.1"
+  dependencies:
+    esrecurse: "npm:^4.3.0"
+    estraverse: "npm:^4.1.1"
+  checksum: 10c0/d30ef9dc1c1cbdece34db1539a4933fe3f9b14e1ffb27ecc85987902ee663ad7c9473bbd49a9a03195a373741e62e2f807c4938992e019b511993d163450e70a
+  languageName: node
+  linkType: hard
+
+"esrecurse@npm:^4.3.0":
+  version: 4.3.0
+  resolution: "esrecurse@npm:4.3.0"
+  dependencies:
+    estraverse: "npm:^5.2.0"
+  checksum: 10c0/81a37116d1408ded88ada45b9fb16dbd26fba3aadc369ce50fcaf82a0bac12772ebd7b24cd7b91fc66786bf2c1ac7b5f196bc990a473efff972f5cb338877cf5
+  languageName: node
+  linkType: hard
+
+"estraverse@npm:^4.1.1":
+  version: 4.3.0
+  resolution: "estraverse@npm:4.3.0"
+  checksum: 10c0/9cb46463ef8a8a4905d3708a652d60122a0c20bb58dec7e0e12ab0e7235123d74214fc0141d743c381813e1b992767e2708194f6f6e0f9fd00c1b4e0887b8b6d
+  languageName: node
+  linkType: hard
+
+"estraverse@npm:^5.2.0":
+  version: 5.3.0
+  resolution: "estraverse@npm:5.3.0"
+  checksum: 10c0/1ff9447b96263dec95d6d67431c5e0771eb9776427421260a3e2f0fdd5d6bd4f8e37a7338f5ad2880c9f143450c9b1e4fc2069060724570a49cf9cf0312bd107
+  languageName: node
+  linkType: hard
+
+"esutils@npm:^2.0.2":
+  version: 2.0.3
+  resolution: "esutils@npm:2.0.3"
+  checksum: 10c0/9a2fe69a41bfdade834ba7c42de4723c97ec776e40656919c62cbd13607c45e127a003f05f724a1ea55e5029a4cf2de444b13009f2af71271e42d93a637137c7
+  languageName: node
+  linkType: hard
+
+"events@npm:^3.2.0":
+  version: 3.3.0
+  resolution: "events@npm:3.3.0"
+  checksum: 10c0/d6b6f2adbccbcda74ddbab52ed07db727ef52e31a61ed26db9feb7dc62af7fc8e060defa65e5f8af9449b86b52cc1a1f6a79f2eafcf4e62add2b7a1fa4a432f6
+  languageName: node
+  linkType: hard
+
+"exponential-backoff@npm:^3.1.1":
+  version: 3.1.2
+  resolution: "exponential-backoff@npm:3.1.2"
+  checksum: 10c0/d9d3e1eafa21b78464297df91f1776f7fbaa3d5e3f7f0995648ca5b89c069d17055033817348d9f4a43d1c20b0eab84f75af6991751e839df53e4dfd6f22e844
+  languageName: node
+  linkType: hard
+
+"fast-deep-equal@npm:^3.1.3":
+  version: 3.1.3
+  resolution: "fast-deep-equal@npm:3.1.3"
+  checksum: 10c0/40dedc862eb8992c54579c66d914635afbec43350afbbe991235fdcb4e3a8d5af1b23ae7e79bef7d4882d0ecee06c3197488026998fb19f72dc95acff1d1b1d0
+  languageName: node
+  linkType: hard
+
+"fast-uri@npm:^3.0.1":
+  version: 3.0.6
+  resolution: "fast-uri@npm:3.0.6"
+  checksum: 10c0/74a513c2af0584448aee71ce56005185f81239eab7a2343110e5bad50c39ad4fb19c5a6f99783ead1cac7ccaf3461a6034fda89fffa2b30b6d99b9f21c2f9d29
+  languageName: node
+  linkType: hard
+
+"fastest-levenshtein@npm:^1.0.12, fastest-levenshtein@npm:^1.0.16":
+  version: 1.0.16
+  resolution: "fastest-levenshtein@npm:1.0.16"
+  checksum: 10c0/7e3d8ae812a7f4fdf8cad18e9cde436a39addf266a5986f653ea0d81e0de0900f50c0f27c6d5aff3f686bcb48acbd45be115ae2216f36a6a13a7dbbf5cad878b
+  languageName: node
+  linkType: hard
+
+"filefetcher@npm:0.0.1":
+  version: 0.0.1
+  resolution: "filefetcher@npm:0.0.1"
+  checksum: 10c0/307f0d975da3eefdaabe06fb8eb3abe70fcedffe863aeacc04682e3b1306a23b25a89d09e461c9b5ddc3470db7c3c3a2483849d5a3372712672cf4190c764ca3
+  languageName: node
+  linkType: hard
+
+"fill-range@npm:^7.1.1":
+  version: 7.1.1
+  resolution: "fill-range@npm:7.1.1"
+  dependencies:
+    to-regex-range: "npm:^5.0.1"
+  checksum: 10c0/b75b691bbe065472f38824f694c2f7449d7f5004aa950426a2c28f0306c60db9b880c0b0e4ed819997ffb882d1da02cfcfc819bddc94d71627f5269682edf018
+  languageName: node
+  linkType: hard
+
+"find-cache-dir@npm:^4.0.0":
+  version: 4.0.0
+  resolution: "find-cache-dir@npm:4.0.0"
+  dependencies:
+    common-path-prefix: "npm:^3.0.0"
+    pkg-dir: "npm:^7.0.0"
+  checksum: 10c0/0faa7956974726c8769671de696d24c643ca1e5b8f7a2401283caa9e07a5da093293e0a0f4bd18c920ec981d2ef945c7f5b946cde268dfc9077d833ad0293cff
+  languageName: node
+  linkType: hard
+
+"find-up@npm:^4.0.0":
+  version: 4.1.0
+  resolution: "find-up@npm:4.1.0"
+  dependencies:
+    locate-path: "npm:^5.0.0"
+    path-exists: "npm:^4.0.0"
+  checksum: 10c0/0406ee89ebeefa2d507feb07ec366bebd8a6167ae74aa4e34fb4c4abd06cf782a3ce26ae4194d70706f72182841733f00551c209fe575cb00bd92104056e78c1
+  languageName: node
+  linkType: hard
+
+"find-up@npm:^6.3.0":
+  version: 6.3.0
+  resolution: "find-up@npm:6.3.0"
+  dependencies:
+    locate-path: "npm:^7.1.0"
+    path-exists: "npm:^5.0.0"
+  checksum: 10c0/07e0314362d316b2b13f7f11ea4692d5191e718ca3f7264110127520f3347996349bf9e16805abae3e196805814bc66ef4bff2b8904dc4a6476085fc9b0eba07
+  languageName: node
+  linkType: hard
+
+"flat@npm:^5.0.2":
+  version: 5.0.2
+  resolution: "flat@npm:5.0.2"
+  bin:
+    flat: cli.js
+  checksum: 10c0/f178b13482f0cd80c7fede05f4d10585b1f2fdebf26e12edc138e32d3150c6ea6482b7f12813a1091143bad52bb6d3596bca51a162257a21163c0ff438baa5fe
+  languageName: node
+  linkType: hard
+
+"font-awesome@npm:^4.7.0":
+  version: 4.7.0
+  resolution: "font-awesome@npm:4.7.0"
+  checksum: 10c0/1c456e2939c55192eed67db9c0efb8db3e92fd357ca189ca00030eb44acffa1e9f835288d2204c14b9a9c490a7b14b7090dfaff80ded6b2473f50a923dfb41e7
+  languageName: node
+  linkType: hard
+
+"foreground-child@npm:^3.1.0":
+  version: 3.3.0
+  resolution: "foreground-child@npm:3.3.0"
+  dependencies:
+    cross-spawn: "npm:^7.0.0"
+    signal-exit: "npm:^4.0.1"
+  checksum: 10c0/028f1d41000553fcfa6c4bb5c372963bf3d9bf0b1f25a87d1a6253014343fb69dfb1b42d9625d7cf44c8ba429940f3d0ff718b62105d4d4a4f6ef8ca0a53faa2
+  languageName: node
+  linkType: hard
+
+"fs-minipass@npm:^3.0.0":
+  version: 3.0.3
+  resolution: "fs-minipass@npm:3.0.3"
+  dependencies:
+    minipass: "npm:^7.0.3"
+  checksum: 10c0/63e80da2ff9b621e2cb1596abcb9207f1cf82b968b116ccd7b959e3323144cce7fb141462200971c38bbf2ecca51695069db45265705bed09a7cd93ae5b89f94
+  languageName: node
+  linkType: hard
+
+"fsevents@patch:fsevents@pipobscure/fsevents%237dcdf9fa3f8956610fd6f69f72c67bace2de7138#optional!builtin<compat/fsevents>":
+  version: 0.2.1
+  resolution: "fsevents@patch:fsevents@https%3A//github.com/pipobscure/fsevents.git%23commit=7dcdf9fa3f8956610fd6f69f72c67bace2de7138#optional!builtin<compat/fsevents>::version=0.2.1&hash=3bafbf"
+  dependencies:
+    nan: "npm:~0.8.0"
+  conditions: os=darwin
+  languageName: node
+  linkType: hard
+
+"fsevents@pipobscure/fsevents#7dcdf9fa3f8956610fd6f69f72c67bace2de7138":
+  version: 0.2.1
+  resolution: "fsevents@https://github.com/pipobscure/fsevents.git#commit=7dcdf9fa3f8956610fd6f69f72c67bace2de7138"
+  dependencies:
+    nan: "npm:~0.8.0"
+  checksum: 10c0/5f7c04e610b75536d14b078ce8a9e3a266e3682f6c64e9375c93c5f7fc205601cabc5a7d793b7938dbfd86ad6a18ba548e817ee6b1f53510ebc9e2f128b1d34c
+  conditions: os=darwin
+  languageName: node
+  linkType: hard
+
+"function-bind@npm:^1.1.2":
+  version: 1.1.2
+  resolution: "function-bind@npm:1.1.2"
+  checksum: 10c0/d8680ee1e5fcd4c197e4ac33b2b4dce03c71f4d91717292785703db200f5c21f977c568d28061226f9b5900cbcd2c84463646134fd5337e7925e0942bc3f46d5
+  languageName: node
+  linkType: hard
+
+"gensync@npm:^1.0.0-beta.2":
+  version: 1.0.0-beta.2
+  resolution: "gensync@npm:1.0.0-beta.2"
+  checksum: 10c0/782aba6cba65b1bb5af3b095d96249d20edbe8df32dbf4696fd49be2583faf676173bf4809386588828e4dd76a3354fcbeb577bab1c833ccd9fc4577f26103f8
+  languageName: node
+  linkType: hard
+
+"glob-to-regexp@npm:^0.4.1":
+  version: 0.4.1
+  resolution: "glob-to-regexp@npm:0.4.1"
+  checksum: 10c0/0486925072d7a916f052842772b61c3e86247f0a80cc0deb9b5a3e8a1a9faad5b04fb6f58986a09f34d3e96cd2a22a24b7e9882fb1cf904c31e9a310de96c429
+  languageName: node
+  linkType: hard
+
+"glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.3.7":
+  version: 10.4.5
+  resolution: "glob@npm:10.4.5"
+  dependencies:
+    foreground-child: "npm:^3.1.0"
+    jackspeak: "npm:^3.1.2"
+    minimatch: "npm:^9.0.4"
+    minipass: "npm:^7.1.2"
+    package-json-from-dist: "npm:^1.0.0"
+    path-scurry: "npm:^1.11.1"
+  bin:
+    glob: dist/esm/bin.mjs
+  checksum: 10c0/19a9759ea77b8e3ca0a43c2f07ecddc2ad46216b786bb8f993c445aee80d345925a21e5280c7b7c6c59e860a0154b84e4b2b60321fea92cd3c56b4a7489f160e
+  languageName: node
+  linkType: hard
+
+"globals@npm:^11.1.0":
+  version: 11.12.0
+  resolution: "globals@npm:11.12.0"
+  checksum: 10c0/758f9f258e7b19226bd8d4af5d3b0dcf7038780fb23d82e6f98932c44e239f884847f1766e8fa9cc5635ccb3204f7fa7314d4408dd4002a5e8ea827b4018f0a1
+  languageName: node
+  linkType: hard
+
+"graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.2.11, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9":
+  version: 4.2.11
+  resolution: "graceful-fs@npm:4.2.11"
+  checksum: 10c0/386d011a553e02bc594ac2ca0bd6d9e4c22d7fa8cfbfc448a6d148c59ea881b092db9dbe3547ae4b88e55f1b01f7c4a2ecc53b310c042793e63aa44cf6c257f2
+  languageName: node
+  linkType: hard
+
+"growly@npm:^1.3.0":
+  version: 1.3.0
+  resolution: "growly@npm:1.3.0"
+  checksum: 10c0/3043bd5c064e87f89e8c9b66894ed09fd882c7fa645621a543b45b72f040c7241e25061207a858ab191be2fbdac34795ff57c2a40962b154a6b2908a5e509252
+  languageName: node
+  linkType: hard
+
+"handlebars@npm:~1.2.0":
+  version: 1.2.1
+  resolution: "handlebars@npm:1.2.1"
+  dependencies:
+    optimist: "npm:~0.3"
+    uglify-js: "npm:~2.3"
+  dependenciesMeta:
+    uglify-js:
+      optional: true
+  bin:
+    handlebars: bin/handlebars
+  checksum: 10c0/79162f834f939a96af0cc57c64940142ff487261469d976670973bf9925344382f2a1e5d8680932754d5eeb74698d17313ebfc6d0781fbb0e8c2ca77445923ed
+  languageName: node
+  linkType: hard
+
+"has-flag@npm:^3.0.0":
+  version: 3.0.0
+  resolution: "has-flag@npm:3.0.0"
+  checksum: 10c0/1c6c83b14b8b1b3c25b0727b8ba3e3b647f99e9e6e13eb7322107261de07a4c1be56fc0d45678fc376e09772a3a1642ccdaf8fc69bdf123b6c086598397ce473
+  languageName: node
+  linkType: hard
+
+"has-flag@npm:^4.0.0":
+  version: 4.0.0
+  resolution: "has-flag@npm:4.0.0"
+  checksum: 10c0/2e789c61b7888d66993e14e8331449e525ef42aac53c627cc53d1c3334e768bcb6abdc4f5f0de1478a25beec6f0bd62c7549058b7ac53e924040d4f301f02fd1
+  languageName: node
+  linkType: hard
+
+"hasown@npm:^2.0.2":
+  version: 2.0.2
+  resolution: "hasown@npm:2.0.2"
+  dependencies:
+    function-bind: "npm:^1.1.2"
+  checksum: 10c0/3769d434703b8ac66b209a4cca0737519925bbdb61dd887f93a16372b14694c63ff4e797686d87c90f08168e81082248b9b028bad60d4da9e0d1148766f56eb9
+  languageName: node
+  linkType: hard
+
+"htmlparser2@npm:^6.1.0":
+  version: 6.1.0
+  resolution: "htmlparser2@npm:6.1.0"
+  dependencies:
+    domelementtype: "npm:^2.0.1"
+    domhandler: "npm:^4.0.0"
+    domutils: "npm:^2.5.2"
+    entities: "npm:^2.0.0"
+  checksum: 10c0/3058499c95634f04dc66be8c2e0927cd86799413b2d6989d8ae542ca4dbf5fa948695d02c27d573acf44843af977aec6d9a7bdd0f6faa6b2d99e2a729b2a31b6
+  languageName: node
+  linkType: hard
+
+"http-cache-semantics@npm:^4.1.1":
+  version: 4.1.1
+  resolution: "http-cache-semantics@npm:4.1.1"
+  checksum: 10c0/ce1319b8a382eb3cbb4a37c19f6bfe14e5bb5be3d09079e885e8c513ab2d3cd9214902f8a31c9dc4e37022633ceabfc2d697405deeaf1b8f3552bb4ed996fdfc
+  languageName: node
+  linkType: hard
+
+"http-proxy-agent@npm:^7.0.0":
+  version: 7.0.2
+  resolution: "http-proxy-agent@npm:7.0.2"
+  dependencies:
+    agent-base: "npm:^7.1.0"
+    debug: "npm:^4.3.4"
+  checksum: 10c0/4207b06a4580fb85dd6dff521f0abf6db517489e70863dca1a0291daa7f2d3d2d6015a57bd702af068ea5cf9f1f6ff72314f5f5b4228d299c0904135d2aef921
+  languageName: node
+  linkType: hard
+
+"https-proxy-agent@npm:^7.0.1":
+  version: 7.0.6
+  resolution: "https-proxy-agent@npm:7.0.6"
+  dependencies:
+    agent-base: "npm:^7.1.2"
+    debug: "npm:4"
+  checksum: 10c0/f729219bc735edb621fa30e6e84e60ee5d00802b8247aac0d7b79b0bd6d4b3294737a337b93b86a0bd9e68099d031858a39260c976dc14cdbba238ba1f8779ac
+  languageName: node
+  linkType: hard
+
+"iconv-lite@npm:^0.6.2":
+  version: 0.6.3
+  resolution: "iconv-lite@npm:0.6.3"
+  dependencies:
+    safer-buffer: "npm:>= 2.1.2 < 3.0.0"
+  checksum: 10c0/98102bc66b33fcf5ac044099d1257ba0b7ad5e3ccd3221f34dd508ab4070edff183276221684e1e0555b145fce0850c9f7d2b60a9fcac50fbb4ea0d6e845a3b1
+  languageName: node
+  linkType: hard
+
+"icss-utils@npm:^5.0.0, icss-utils@npm:^5.1.0":
+  version: 5.1.0
+  resolution: "icss-utils@npm:5.1.0"
+  peerDependencies:
+    postcss: ^8.1.0
+  checksum: 10c0/39c92936fabd23169c8611d2b5cc39e39d10b19b0d223352f20a7579f75b39d5f786114a6b8fc62bee8c5fed59ba9e0d38f7219a4db383e324fb3061664b043d
+  languageName: node
+  linkType: hard
+
+"immutable@npm:^5.0.2":
+  version: 5.0.3
+  resolution: "immutable@npm:5.0.3"
+  checksum: 10c0/3269827789e1026cd25c2ea97f0b2c19be852ffd49eda1b674b20178f73d84fa8d945ad6f5ac5bc4545c2b4170af9f6e1f77129bc1cae7974a4bf9b04a9cdfb9
+  languageName: node
+  linkType: hard
+
+"import-local@npm:^3.0.2":
+  version: 3.2.0
+  resolution: "import-local@npm:3.2.0"
+  dependencies:
+    pkg-dir: "npm:^4.2.0"
+    resolve-cwd: "npm:^3.0.0"
+  bin:
+    import-local-fixture: fixtures/cli.js
+  checksum: 10c0/94cd6367a672b7e0cb026970c85b76902d2710a64896fa6de93bd5c571dd03b228c5759308959de205083e3b1c61e799f019c9e36ee8e9c523b993e1057f0433
+  languageName: node
+  linkType: hard
+
+"imurmurhash@npm:^0.1.4":
+  version: 0.1.4
+  resolution: "imurmurhash@npm:0.1.4"
+  checksum: 10c0/8b51313850dd33605c6c9d3fd9638b714f4c4c40250cff658209f30d40da60f78992fb2df5dabee4acf589a6a82bbc79ad5486550754bd9ec4e3fc0d4a57d6a6
+  languageName: node
+  linkType: hard
+
+"interpret@npm:^3.1.1":
+  version: 3.1.1
+  resolution: "interpret@npm:3.1.1"
+  checksum: 10c0/6f3c4d0aa6ec1b43a8862375588a249e3c917739895cbe67fe12f0a76260ea632af51e8e2431b50fbcd0145356dc28ca147be08dbe6a523739fd55c0f91dc2a5
+  languageName: node
+  linkType: hard
+
+"intro.js@npm:^7.2.0":
+  version: 7.2.0
+  resolution: "intro.js@npm:7.2.0"
+  checksum: 10c0/36570c156409c7197002e4ea13e21e01d43c8d98355f9208ab8263a0476a56abdc8e485b4ef59c5308309dc8c17acc643336713a35d6121095a0470d9d9753f9
+  languageName: node
+  linkType: hard
+
+"ip-address@npm:^9.0.5":
+  version: 9.0.5
+  resolution: "ip-address@npm:9.0.5"
+  dependencies:
+    jsbn: "npm:1.1.0"
+    sprintf-js: "npm:^1.1.3"
+  checksum: 10c0/331cd07fafcb3b24100613e4b53e1a2b4feab11e671e655d46dc09ee233da5011284d09ca40c4ecbdfe1d0004f462958675c224a804259f2f78d2465a87824bc
+  languageName: node
+  linkType: hard
+
+"is-core-module@npm:^2.16.0":
+  version: 2.16.1
+  resolution: "is-core-module@npm:2.16.1"
+  dependencies:
+    hasown: "npm:^2.0.2"
+  checksum: 10c0/898443c14780a577e807618aaae2b6f745c8538eca5c7bc11388a3f2dc6de82b9902bcc7eb74f07be672b11bbe82dd6a6edded44a00cb3d8f933d0459905eedd
+  languageName: node
+  linkType: hard
+
+"is-docker@npm:^2.0.0":
+  version: 2.2.1
+  resolution: "is-docker@npm:2.2.1"
+  bin:
+    is-docker: cli.js
+  checksum: 10c0/e828365958d155f90c409cdbe958f64051d99e8aedc2c8c4cd7c89dcf35329daed42f7b99346f7828df013e27deb8f721cf9408ba878c76eb9e8290235fbcdcc
+  languageName: node
+  linkType: hard
+
+"is-extglob@npm:^2.1.1":
+  version: 2.1.1
+  resolution: "is-extglob@npm:2.1.1"
+  checksum: 10c0/5487da35691fbc339700bbb2730430b07777a3c21b9ebaecb3072512dfd7b4ba78ac2381a87e8d78d20ea08affb3f1971b4af629173a6bf435ff8a4c47747912
+  languageName: node
+  linkType: hard
+
+"is-fullwidth-code-point@npm:^3.0.0":
+  version: 3.0.0
+  resolution: "is-fullwidth-code-point@npm:3.0.0"
+  checksum: 10c0/bb11d825e049f38e04c06373a8d72782eee0205bda9d908cc550ccb3c59b99d750ff9537982e01733c1c94a58e35400661f57042158ff5e8f3e90cf936daf0fc
+  languageName: node
+  linkType: hard
+
+"is-glob@npm:^4.0.3":
+  version: 4.0.3
+  resolution: "is-glob@npm:4.0.3"
+  dependencies:
+    is-extglob: "npm:^2.1.1"
+  checksum: 10c0/17fb4014e22be3bbecea9b2e3a76e9e34ff645466be702f1693e8f1ee1adac84710d0be0bd9f967d6354036fd51ab7c2741d954d6e91dae6bb69714de92c197a
+  languageName: node
+  linkType: hard
+
+"is-number@npm:^7.0.0":
+  version: 7.0.0
+  resolution: "is-number@npm:7.0.0"
+  checksum: 10c0/b4686d0d3053146095ccd45346461bc8e53b80aeb7671cc52a4de02dbbf7dc0d1d2a986e2fe4ae206984b4d34ef37e8b795ebc4f4295c978373e6575e295d811
+  languageName: node
+  linkType: hard
+
+"is-plain-object@npm:^2.0.4":
+  version: 2.0.4
+  resolution: "is-plain-object@npm:2.0.4"
+  dependencies:
+    isobject: "npm:^3.0.1"
+  checksum: 10c0/f050fdd5203d9c81e8c4df1b3ff461c4bc64e8b5ca383bcdde46131361d0a678e80bcf00b5257646f6c636197629644d53bd8e2375aea633de09a82d57e942f4
+  languageName: node
+  linkType: hard
+
+"is-wsl@npm:^2.2.0":
+  version: 2.2.0
+  resolution: "is-wsl@npm:2.2.0"
+  dependencies:
+    is-docker: "npm:^2.0.0"
+  checksum: 10c0/a6fa2d370d21be487c0165c7a440d567274fbba1a817f2f0bfa41cc5e3af25041d84267baa22df66696956038a43973e72fca117918c91431920bdef490fa25e
+  languageName: node
+  linkType: hard
+
+"isexe@npm:^2.0.0":
+  version: 2.0.0
+  resolution: "isexe@npm:2.0.0"
+  checksum: 10c0/228cfa503fadc2c31596ab06ed6aa82c9976eec2bfd83397e7eaf06d0ccf42cd1dfd6743bf9aeb01aebd4156d009994c5f76ea898d2832c1fe342da923ca457d
+  languageName: node
+  linkType: hard
+
+"isexe@npm:^3.1.1":
+  version: 3.1.1
+  resolution: "isexe@npm:3.1.1"
+  checksum: 10c0/9ec257654093443eb0a528a9c8cbba9c0ca7616ccb40abd6dde7202734d96bb86e4ac0d764f0f8cd965856aacbff2f4ce23e730dc19dfb41e3b0d865ca6fdcc7
+  languageName: node
+  linkType: hard
+
+"isobject@npm:^3.0.1":
+  version: 3.0.1
+  resolution: "isobject@npm:3.0.1"
+  checksum: 10c0/03344f5064a82f099a0cd1a8a407f4c0d20b7b8485e8e816c39f249e9416b06c322e8dec5b842b6bb8a06de0af9cb48e7bc1b5352f0fadc2f0abac033db3d4db
+  languageName: node
+  linkType: hard
+
+"jackspeak@npm:^3.1.2":
+  version: 3.4.3
+  resolution: "jackspeak@npm:3.4.3"
+  dependencies:
+    "@isaacs/cliui": "npm:^8.0.2"
+    "@pkgjs/parseargs": "npm:^0.11.0"
+  dependenciesMeta:
+    "@pkgjs/parseargs":
+      optional: true
+  checksum: 10c0/6acc10d139eaefdbe04d2f679e6191b3abf073f111edf10b1de5302c97ec93fffeb2fdd8681ed17f16268aa9dd4f8c588ed9d1d3bffbbfa6e8bf897cbb3149b9
+  languageName: node
+  linkType: hard
+
+"jest-util@npm:^29.7.0":
+  version: 29.7.0
+  resolution: "jest-util@npm:29.7.0"
+  dependencies:
+    "@jest/types": "npm:^29.6.3"
+    "@types/node": "npm:*"
+    chalk: "npm:^4.0.0"
+    ci-info: "npm:^3.2.0"
+    graceful-fs: "npm:^4.2.9"
+    picomatch: "npm:^2.2.3"
+  checksum: 10c0/bc55a8f49fdbb8f51baf31d2a4f312fb66c9db1483b82f602c9c990e659cdd7ec529c8e916d5a89452ecbcfae4949b21b40a7a59d4ffc0cd813a973ab08c8150
+  languageName: node
+  linkType: hard
+
+"jest-worker@npm:^27.4.5":
+  version: 27.5.1
+  resolution: "jest-worker@npm:27.5.1"
+  dependencies:
+    "@types/node": "npm:*"
+    merge-stream: "npm:^2.0.0"
+    supports-color: "npm:^8.0.0"
+  checksum: 10c0/8c4737ffd03887b3c6768e4cc3ca0269c0336c1e4b1b120943958ddb035ed2a0fc6acab6dc99631720a3720af4e708ff84fb45382ad1e83c27946adf3623969b
+  languageName: node
+  linkType: hard
+
+"jest-worker@npm:^29.7.0":
+  version: 29.7.0
+  resolution: "jest-worker@npm:29.7.0"
+  dependencies:
+    "@types/node": "npm:*"
+    jest-util: "npm:^29.7.0"
+    merge-stream: "npm:^2.0.0"
+    supports-color: "npm:^8.0.0"
+  checksum: 10c0/5570a3a005b16f46c131968b8a5b56d291f9bbb85ff4217e31c80bd8a02e7de799e59a54b95ca28d5c302f248b54cbffde2d177c2f0f52ffcee7504c6eabf660
+  languageName: node
+  linkType: hard
+
+"jquery@npm:^3.7.1":
+  version: 3.7.1
+  resolution: "jquery@npm:3.7.1"
+  checksum: 10c0/808cfbfb758438560224bf26e17fcd5afc7419170230c810dd11f5c1792e2263e2970cca8d659eb84fcd9acc301edb6d310096e450277d54be4f57071b0c82d9
+  languageName: node
+  linkType: hard
+
+"js-tokens@npm:^4.0.0":
+  version: 4.0.0
+  resolution: "js-tokens@npm:4.0.0"
+  checksum: 10c0/e248708d377aa058eacf2037b07ded847790e6de892bbad3dac0abba2e759cb9f121b00099a65195616badcb6eca8d14d975cb3e89eb1cfda644756402c8aeed
+  languageName: node
+  linkType: hard
+
+"jsbn@npm:1.1.0":
+  version: 1.1.0
+  resolution: "jsbn@npm:1.1.0"
+  checksum: 10c0/4f907fb78d7b712e11dea8c165fe0921f81a657d3443dde75359ed52eb2b5d33ce6773d97985a089f09a65edd80b11cb75c767b57ba47391fee4c969f7215c96
+  languageName: node
+  linkType: hard
+
+"jsesc@npm:^3.0.2":
+  version: 3.1.0
+  resolution: "jsesc@npm:3.1.0"
+  bin:
+    jsesc: bin/jsesc
+  checksum: 10c0/531779df5ec94f47e462da26b4cbf05eb88a83d9f08aac2ba04206508fc598527a153d08bd462bae82fc78b3eaa1a908e1a4a79f886e9238641c4cdefaf118b1
+  languageName: node
+  linkType: hard
+
+"jsesc@npm:~3.0.2":
+  version: 3.0.2
+  resolution: "jsesc@npm:3.0.2"
+  bin:
+    jsesc: bin/jsesc
+  checksum: 10c0/ef22148f9e793180b14d8a145ee6f9f60f301abf443288117b4b6c53d0ecd58354898dc506ccbb553a5f7827965cd38bc5fb726575aae93c5e8915e2de8290e1
+  languageName: node
+  linkType: hard
+
+"json-parse-even-better-errors@npm:^2.3.1":
+  version: 2.3.1
+  resolution: "json-parse-even-better-errors@npm:2.3.1"
+  checksum: 10c0/140932564c8f0b88455432e0f33c4cb4086b8868e37524e07e723f4eaedb9425bdc2bafd71bd1d9765bd15fd1e2d126972bc83990f55c467168c228c24d665f3
+  languageName: node
+  linkType: hard
+
+"json-schema-traverse@npm:^1.0.0":
+  version: 1.0.0
+  resolution: "json-schema-traverse@npm:1.0.0"
+  checksum: 10c0/71e30015d7f3d6dc1c316d6298047c8ef98a06d31ad064919976583eb61e1018a60a0067338f0f79cabc00d84af3fcc489bd48ce8a46ea165d9541ba17fb30c6
+  languageName: node
+  linkType: hard
+
+"json5@npm:^2.1.2, json5@npm:^2.2.3":
+  version: 2.2.3
+  resolution: "json5@npm:2.2.3"
+  bin:
+    json5: lib/cli.js
+  checksum: 10c0/5a04eed94810fa55c5ea138b2f7a5c12b97c3750bc63d11e511dcecbfef758003861522a070c2272764ee0f4e3e323862f386945aeb5b85b87ee43f084ba586c
+  languageName: node
+  linkType: hard
+
+"kind-of@npm:^6.0.2":
+  version: 6.0.3
+  resolution: "kind-of@npm:6.0.3"
+  checksum: 10c0/61cdff9623dabf3568b6445e93e31376bee1cdb93f8ba7033d86022c2a9b1791a1d9510e026e6465ebd701a6dd2f7b0808483ad8838341ac52f003f512e0b4c4
+  languageName: node
+  linkType: hard
+
+"lilconfig@npm:^3.1.2":
+  version: 3.1.3
+  resolution: "lilconfig@npm:3.1.3"
+  checksum: 10c0/f5604e7240c5c275743561442fbc5abf2a84ad94da0f5adc71d25e31fa8483048de3dcedcb7a44112a942fed305fd75841cdf6c9681c7f640c63f1049e9a5dcc
+  languageName: node
+  linkType: hard
+
+"loader-runner@npm:^4.2.0":
+  version: 4.3.0
+  resolution: "loader-runner@npm:4.3.0"
+  checksum: 10c0/a44d78aae0907a72f73966fe8b82d1439c8c485238bd5a864b1b9a2a3257832effa858790241e6b37876b5446a78889adf2fcc8dd897ce54c089ecc0a0ce0bf0
+  languageName: node
+  linkType: hard
+
+"loader-utils@npm:^2.0.0":
+  version: 2.0.4
+  resolution: "loader-utils@npm:2.0.4"
+  dependencies:
+    big.js: "npm:^5.2.2"
+    emojis-list: "npm:^3.0.0"
+    json5: "npm:^2.1.2"
+  checksum: 10c0/d5654a77f9d339ec2a03d88221a5a695f337bf71eb8dea031b3223420bb818964ba8ed0069145c19b095f6c8b8fd386e602a3fc7ca987042bd8bb1dcc90d7100
+  languageName: node
+  linkType: hard
+
+"locate-path@npm:^5.0.0":
+  version: 5.0.0
+  resolution: "locate-path@npm:5.0.0"
+  dependencies:
+    p-locate: "npm:^4.1.0"
+  checksum: 10c0/33a1c5247e87e022f9713e6213a744557a3e9ec32c5d0b5efb10aa3a38177615bf90221a5592674857039c1a0fd2063b82f285702d37b792d973e9e72ace6c59
+  languageName: node
+  linkType: hard
+
+"locate-path@npm:^7.1.0":
+  version: 7.2.0
+  resolution: "locate-path@npm:7.2.0"
+  dependencies:
+    p-locate: "npm:^6.0.0"
+  checksum: 10c0/139e8a7fe11cfbd7f20db03923cacfa5db9e14fa14887ea121345597472b4a63c1a42a8a5187defeeff6acf98fd568da7382aa39682d38f0af27433953a97751
+  languageName: node
+  linkType: hard
+
+"lodash-node@npm:~2.4.0, lodash-node@npm:~2.4.1":
+  version: 2.4.1
+  resolution: "lodash-node@npm:2.4.1"
+  checksum: 10c0/39eadcf7d3c37839e8d6d99dd41cd3f8d906ae25a04300978cdbef2517e2d0e50c4195fda1740f89192356620fb5f40ca6519ee87aa72de5c3858788879641ce
+  languageName: node
+  linkType: hard
+
+"lodash.debounce@npm:^4.0.8":
+  version: 4.0.8
+  resolution: "lodash.debounce@npm:4.0.8"
+  checksum: 10c0/762998a63e095412b6099b8290903e0a8ddcb353ac6e2e0f2d7e7d03abd4275fe3c689d88960eb90b0dde4f177554d51a690f22a343932ecbc50a5d111849987
+  languageName: node
+  linkType: hard
+
+"lodash.memoize@npm:^4.1.2":
+  version: 4.1.2
+  resolution: "lodash.memoize@npm:4.1.2"
+  checksum: 10c0/c8713e51eccc650422716a14cece1809cfe34bc5ab5e242b7f8b4e2241c2483697b971a604252807689b9dd69bfe3a98852e19a5b89d506b000b4187a1285df8
+  languageName: node
+  linkType: hard
+
+"lodash.uniq@npm:^4.5.0":
+  version: 4.5.0
+  resolution: "lodash.uniq@npm:4.5.0"
+  checksum: 10c0/262d400bb0952f112162a320cc4a75dea4f66078b9e7e3075ffbc9c6aa30b3e9df3cf20e7da7d566105e1ccf7804e4fbd7d804eee0b53de05d83f16ffbf41c5e
+  languageName: node
+  linkType: hard
+
+"lodash@npm:^4.17.20, lodash@npm:^4.17.21":
+  version: 4.17.21
+  resolution: "lodash@npm:4.17.21"
+  checksum: 10c0/d8cbea072bb08655bb4c989da418994b073a608dffa608b09ac04b43a791b12aeae7cd7ad919aa4c925f33b48490b5cfe6c1f71d827956071dae2e7bb3a6b74c
+  languageName: node
+  linkType: hard
+
+"lru-cache@npm:^10.0.1, lru-cache@npm:^10.2.0":
+  version: 10.4.3
+  resolution: "lru-cache@npm:10.4.3"
+  checksum: 10c0/ebd04fbca961e6c1d6c0af3799adcc966a1babe798f685bb84e6599266599cd95d94630b10262f5424539bc4640107e8a33aa28585374abf561d30d16f4b39fb
+  languageName: node
+  linkType: hard
+
+"lru-cache@npm:^5.1.1":
+  version: 5.1.1
+  resolution: "lru-cache@npm:5.1.1"
+  dependencies:
+    yallist: "npm:^3.0.2"
+  checksum: 10c0/89b2ef2ef45f543011e38737b8a8622a2f8998cddf0e5437174ef8f1f70a8b9d14a918ab3e232cb3ba343b7abddffa667f0b59075b2b80e6b4d63c3de6127482
+  languageName: node
+  linkType: hard
+
+"make-fetch-happen@npm:^14.0.3":
+  version: 14.0.3
+  resolution: "make-fetch-happen@npm:14.0.3"
+  dependencies:
+    "@npmcli/agent": "npm:^3.0.0"
+    cacache: "npm:^19.0.1"
+    http-cache-semantics: "npm:^4.1.1"
+    minipass: "npm:^7.0.2"
+    minipass-fetch: "npm:^4.0.0"
+    minipass-flush: "npm:^1.0.5"
+    minipass-pipeline: "npm:^1.2.4"
+    negotiator: "npm:^1.0.0"
+    proc-log: "npm:^5.0.0"
+    promise-retry: "npm:^2.0.1"
+    ssri: "npm:^12.0.0"
+  checksum: 10c0/c40efb5e5296e7feb8e37155bde8eb70bc57d731b1f7d90e35a092fde403d7697c56fb49334d92d330d6f1ca29a98142036d6480a12681133a0a1453164cb2f0
+  languageName: node
+  linkType: hard
+
+"mdn-data@npm:2.0.28":
+  version: 2.0.28
+  resolution: "mdn-data@npm:2.0.28"
+  checksum: 10c0/20000932bc4cd1cde9cba4e23f08cc4f816398af4c15ec81040ed25421d6bf07b5cf6b17095972577fb498988f40f4cb589e3169b9357bb436a12d8e07e5ea7b
+  languageName: node
+  linkType: hard
+
+"mdn-data@npm:2.0.30":
+  version: 2.0.30
+  resolution: "mdn-data@npm:2.0.30"
+  checksum: 10c0/a2c472ea16cee3911ae742593715aa4c634eb3d4b9f1e6ada0902aa90df13dcbb7285d19435f3ff213ebaa3b2e0c0265c1eb0e3fb278fda7f8919f046a410cd9
+  languageName: node
+  linkType: hard
+
+"merge-stream@npm:^2.0.0":
+  version: 2.0.0
+  resolution: "merge-stream@npm:2.0.0"
+  checksum: 10c0/867fdbb30a6d58b011449b8885601ec1690c3e41c759ecd5a9d609094f7aed0096c37823ff4a7190ef0b8f22cc86beb7049196ff68c016e3b3c671d0dac91ce5
+  languageName: node
+  linkType: hard
+
+"micromatch@npm:^4.0.5":
+  version: 4.0.8
+  resolution: "micromatch@npm:4.0.8"
+  dependencies:
+    braces: "npm:^3.0.3"
+    picomatch: "npm:^2.3.1"
+  checksum: 10c0/166fa6eb926b9553f32ef81f5f531d27b4ce7da60e5baf8c021d043b27a388fb95e46a8038d5045877881e673f8134122b59624d5cecbd16eb50a42e7a6b5ca8
+  languageName: node
+  linkType: hard
+
+"mime-db@npm:1.52.0":
+  version: 1.52.0
+  resolution: "mime-db@npm:1.52.0"
+  checksum: 10c0/0557a01deebf45ac5f5777fe7740b2a5c309c6d62d40ceab4e23da9f821899ce7a900b7ac8157d4548ddbb7beffe9abc621250e6d182b0397ec7f10c7b91a5aa
+  languageName: node
+  linkType: hard
+
+"mime-types@npm:^2.1.27":
+  version: 2.1.35
+  resolution: "mime-types@npm:2.1.35"
+  dependencies:
+    mime-db: "npm:1.52.0"
+  checksum: 10c0/82fb07ec56d8ff1fc999a84f2f217aa46cb6ed1033fefaabd5785b9a974ed225c90dc72fff460259e66b95b73648596dbcc50d51ed69cdf464af2d237d3149b2
+  languageName: node
+  linkType: hard
+
+"mini-css-extract-plugin@npm:^2.6.0":
+  version: 2.9.2
+  resolution: "mini-css-extract-plugin@npm:2.9.2"
+  dependencies:
+    schema-utils: "npm:^4.0.0"
+    tapable: "npm:^2.2.1"
+  peerDependencies:
+    webpack: ^5.0.0
+  checksum: 10c0/5d3218dbd7db48b572925ddac05162a7415bf81b321f1a0c07016ec643cb5720c8a836ae68d45f5de826097a3013b601706c9c5aacb7f610dc2041b271de2ce0
+  languageName: node
+  linkType: hard
+
+"minimatch@npm:^9.0.4":
+  version: 9.0.5
+  resolution: "minimatch@npm:9.0.5"
+  dependencies:
+    brace-expansion: "npm:^2.0.1"
+  checksum: 10c0/de96cf5e35bdf0eab3e2c853522f98ffbe9a36c37797778d2665231ec1f20a9447a7e567cb640901f89e4daaa95ae5d70c65a9e8aa2bb0019b6facbc3c0575ed
+  languageName: node
+  linkType: hard
+
+"minipass-collect@npm:^2.0.1":
+  version: 2.0.1
+  resolution: "minipass-collect@npm:2.0.1"
+  dependencies:
+    minipass: "npm:^7.0.3"
+  checksum: 10c0/5167e73f62bb74cc5019594709c77e6a742051a647fe9499abf03c71dca75515b7959d67a764bdc4f8b361cf897fbf25e2d9869ee039203ed45240f48b9aa06e
+  languageName: node
+  linkType: hard
+
+"minipass-fetch@npm:^4.0.0":
+  version: 4.0.0
+  resolution: "minipass-fetch@npm:4.0.0"
+  dependencies:
+    encoding: "npm:^0.1.13"
+    minipass: "npm:^7.0.3"
+    minipass-sized: "npm:^1.0.3"
+    minizlib: "npm:^3.0.1"
+  dependenciesMeta:
+    encoding:
+      optional: true
+  checksum: 10c0/7fa30ce7c373fb6f94c086b374fff1589fd7e78451855d2d06c2e2d9df936d131e73e952163063016592ed3081444bd8d1ea608533313b0149156ce23311da4b
+  languageName: node
+  linkType: hard
+
+"minipass-flush@npm:^1.0.5":
+  version: 1.0.5
+  resolution: "minipass-flush@npm:1.0.5"
+  dependencies:
+    minipass: "npm:^3.0.0"
+  checksum: 10c0/2a51b63feb799d2bb34669205eee7c0eaf9dce01883261a5b77410c9408aa447e478efd191b4de6fc1101e796ff5892f8443ef20d9544385819093dbb32d36bd
+  languageName: node
+  linkType: hard
+
+"minipass-pipeline@npm:^1.2.4":
+  version: 1.2.4
+  resolution: "minipass-pipeline@npm:1.2.4"
+  dependencies:
+    minipass: "npm:^3.0.0"
+  checksum: 10c0/cbda57cea20b140b797505dc2cac71581a70b3247b84480c1fed5ca5ba46c25ecc25f68bfc9e6dcb1a6e9017dab5c7ada5eab73ad4f0a49d84e35093e0c643f2
+  languageName: node
+  linkType: hard
+
+"minipass-sized@npm:^1.0.3":
+  version: 1.0.3
+  resolution: "minipass-sized@npm:1.0.3"
+  dependencies:
+    minipass: "npm:^3.0.0"
+  checksum: 10c0/298f124753efdc745cfe0f2bdfdd81ba25b9f4e753ca4a2066eb17c821f25d48acea607dfc997633ee5bf7b6dfffb4eee4f2051eb168663f0b99fad2fa4829cb
+  languageName: node
+  linkType: hard
+
+"minipass@npm:^3.0.0":
+  version: 3.3.6
+  resolution: "minipass@npm:3.3.6"
+  dependencies:
+    yallist: "npm:^4.0.0"
+  checksum: 10c0/a114746943afa1dbbca8249e706d1d38b85ed1298b530f5808ce51f8e9e941962e2a5ad2e00eae7dd21d8a4aae6586a66d4216d1a259385e9d0358f0c1eba16c
+  languageName: node
+  linkType: hard
+
+"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.0.2, minipass@npm:^7.0.3, minipass@npm:^7.0.4, minipass@npm:^7.1.2":
+  version: 7.1.2
+  resolution: "minipass@npm:7.1.2"
+  checksum: 10c0/b0fd20bb9fb56e5fa9a8bfac539e8915ae07430a619e4b86ff71f5fc757ef3924b23b2c4230393af1eda647ed3d75739e4e0acb250a6b1eb277cf7f8fe449557
+  languageName: node
+  linkType: hard
+
+"minizlib@npm:^3.0.1":
+  version: 3.0.1
+  resolution: "minizlib@npm:3.0.1"
+  dependencies:
+    minipass: "npm:^7.0.4"
+    rimraf: "npm:^5.0.5"
+  checksum: 10c0/82f8bf70da8af656909a8ee299d7ed3b3372636749d29e105f97f20e88971be31f5ed7642f2e898f00283b68b701cc01307401cdc209b0efc5dd3818220e5093
+  languageName: node
+  linkType: hard
+
+"mkdirp@npm:^3.0.1":
+  version: 3.0.1
+  resolution: "mkdirp@npm:3.0.1"
+  bin:
+    mkdirp: dist/cjs/src/bin.js
+  checksum: 10c0/9f2b975e9246351f5e3a40dcfac99fcd0baa31fbfab615fe059fb11e51f10e4803c63de1f384c54d656e4db31d000e4767e9ef076a22e12a641357602e31d57d
+  languageName: node
+  linkType: hard
+
+"ms@npm:^2.1.3":
+  version: 2.1.3
+  resolution: "ms@npm:2.1.3"
+  checksum: 10c0/d924b57e7312b3b63ad21fc5b3dc0af5e78d61a1fc7cfb5457edaf26326bf62be5307cc87ffb6862ef1c2b33b0233cdb5d4f01c4c958cc0d660948b65a287a48
+  languageName: node
+  linkType: hard
+
+"nan@npm:~0.8.0":
+  version: 0.8.0
+  resolution: "nan@npm:0.8.0"
+  checksum: 10c0/22497c05fa8d41c7633bea1701ca90c0a739ee4dc26e6b64048c5a978718df812ab0fbf0d7a675170c9d7f5f56d6b10a7a2080e96830ebf1c108bf5cbc684f7d
+  languageName: node
+  linkType: hard
+
+"nanoid@npm:^3.3.8":
+  version: 3.3.8
+  resolution: "nanoid@npm:3.3.8"
+  bin:
+    nanoid: bin/nanoid.cjs
+  checksum: 10c0/4b1bb29f6cfebf3be3bc4ad1f1296fb0a10a3043a79f34fbffe75d1621b4318319211cd420549459018ea3592f0d2f159247a6f874911d6d26eaaadda2478120
+  languageName: node
+  linkType: hard
+
+"negotiator@npm:^1.0.0":
+  version: 1.0.0
+  resolution: "negotiator@npm:1.0.0"
+  checksum: 10c0/4c559dd52669ea48e1914f9d634227c561221dd54734070791f999c52ed0ff36e437b2e07d5c1f6e32909fc625fe46491c16e4a8f0572567d4dd15c3a4fda04b
+  languageName: node
+  linkType: hard
+
+"neo-async@npm:^2.6.2":
+  version: 2.6.2
+  resolution: "neo-async@npm:2.6.2"
+  checksum: 10c0/c2f5a604a54a8ec5438a342e1f356dff4bc33ccccdb6dc668d94fe8e5eccfc9d2c2eea6064b0967a767ba63b33763f51ccf2cd2441b461a7322656c1f06b3f5d
+  languageName: node
+  linkType: hard
+
+"node-addon-api@npm:^7.0.0":
+  version: 7.1.1
+  resolution: "node-addon-api@npm:7.1.1"
+  dependencies:
+    node-gyp: "npm:latest"
+  checksum: 10c0/fb32a206276d608037fa1bcd7e9921e177fe992fc610d098aa3128baca3c0050fc1e014fa007e9b3874cf865ddb4f5bd9f43ccb7cbbbe4efaff6a83e920b17e9
+  languageName: node
+  linkType: hard
+
+"node-gyp@npm:latest":
+  version: 11.1.0
+  resolution: "node-gyp@npm:11.1.0"
+  dependencies:
+    env-paths: "npm:^2.2.0"
+    exponential-backoff: "npm:^3.1.1"
+    glob: "npm:^10.3.10"
+    graceful-fs: "npm:^4.2.6"
+    make-fetch-happen: "npm:^14.0.3"
+    nopt: "npm:^8.0.0"
+    proc-log: "npm:^5.0.0"
+    semver: "npm:^7.3.5"
+    tar: "npm:^7.4.3"
+    which: "npm:^5.0.0"
+  bin:
+    node-gyp: bin/node-gyp.js
+  checksum: 10c0/c38977ce502f1ea41ba2b8721bd5b49bc3d5b3f813eabfac8414082faf0620ccb5211e15c4daecc23ed9f5e3e9cc4da00e575a0bcfc2a95a069294f2afa1e0cd
+  languageName: node
+  linkType: hard
+
+"node-notifier@npm:^9.0.0":
+  version: 9.0.1
+  resolution: "node-notifier@npm:9.0.1"
+  dependencies:
+    growly: "npm:^1.3.0"
+    is-wsl: "npm:^2.2.0"
+    semver: "npm:^7.3.2"
+    shellwords: "npm:^0.1.1"
+    uuid: "npm:^8.3.0"
+    which: "npm:^2.0.2"
+  checksum: 10c0/216bae952332d6549782d9b0003a4bcf53c9a8d93fd29414a2b4f14b828ad00e397bae2f4757c716c78bad723842af4597a4cb93d15ed8a13593c2bbb94b97f2
+  languageName: node
+  linkType: hard
+
+"node-releases@npm:^2.0.19":
+  version: 2.0.19
+  resolution: "node-releases@npm:2.0.19"
+  checksum: 10c0/52a0dbd25ccf545892670d1551690fe0facb6a471e15f2cfa1b20142a5b255b3aa254af5f59d6ecb69c2bec7390bc643c43aa63b13bf5e64b6075952e716b1aa
+  languageName: node
+  linkType: hard
+
+"nopt@npm:^8.0.0":
+  version: 8.1.0
+  resolution: "nopt@npm:8.1.0"
+  dependencies:
+    abbrev: "npm:^3.0.0"
+  bin:
+    nopt: bin/nopt.js
+  checksum: 10c0/62e9ea70c7a3eb91d162d2c706b6606c041e4e7b547cbbb48f8b3695af457dd6479904d7ace600856bf923dd8d1ed0696f06195c8c20f02ac87c1da0e1d315ef
+  languageName: node
+  linkType: hard
+
+"nth-check@npm:^2.0.1":
+  version: 2.1.1
+  resolution: "nth-check@npm:2.1.1"
+  dependencies:
+    boolbase: "npm:^1.0.0"
+  checksum: 10c0/5fee7ff309727763689cfad844d979aedd2204a817fbaaf0e1603794a7c20db28548d7b024692f953557df6ce4a0ee4ae46cd8ebd9b36cfb300b9226b567c479
+  languageName: node
+  linkType: hard
+
+"optimist@npm:~0.3, optimist@npm:~0.3.5":
+  version: 0.3.7
+  resolution: "optimist@npm:0.3.7"
+  dependencies:
+    wordwrap: "npm:~0.0.2"
+  checksum: 10c0/510175b89c4a2410ae0df38ce505a9a1bd4a3a4698006d976da208cd745f1fe9ac081a6f89202b4c99f9efd7a2efd84f356c28ef010921ec5f7416fef22a8a7e
+  languageName: node
+  linkType: hard
+
+"p-limit@npm:^2.2.0":
+  version: 2.3.0
+  resolution: "p-limit@npm:2.3.0"
+  dependencies:
+    p-try: "npm:^2.0.0"
+  checksum: 10c0/8da01ac53efe6a627080fafc127c873da40c18d87b3f5d5492d465bb85ec7207e153948df6b9cbaeb130be70152f874229b8242ee2be84c0794082510af97f12
+  languageName: node
+  linkType: hard
+
+"p-limit@npm:^4.0.0":
+  version: 4.0.0
+  resolution: "p-limit@npm:4.0.0"
+  dependencies:
+    yocto-queue: "npm:^1.0.0"
+  checksum: 10c0/a56af34a77f8df2ff61ddfb29431044557fcbcb7642d5a3233143ebba805fc7306ac1d448de724352861cb99de934bc9ab74f0d16fe6a5460bdbdf938de875ad
+  languageName: node
+  linkType: hard
+
+"p-locate@npm:^4.1.0":
+  version: 4.1.0
+  resolution: "p-locate@npm:4.1.0"
+  dependencies:
+    p-limit: "npm:^2.2.0"
+  checksum: 10c0/1b476ad69ad7f6059744f343b26d51ce091508935c1dbb80c4e0a2f397ffce0ca3a1f9f5cd3c7ce19d7929a09719d5c65fe70d8ee289c3f267cd36f2881813e9
+  languageName: node
+  linkType: hard
+
+"p-locate@npm:^6.0.0":
+  version: 6.0.0
+  resolution: "p-locate@npm:6.0.0"
+  dependencies:
+    p-limit: "npm:^4.0.0"
+  checksum: 10c0/d72fa2f41adce59c198270aa4d3c832536c87a1806e0f69dffb7c1a7ca998fb053915ca833d90f166a8c082d3859eabfed95f01698a3214c20df6bb8de046312
+  languageName: node
+  linkType: hard
+
+"p-map@npm:^7.0.2":
+  version: 7.0.3
+  resolution: "p-map@npm:7.0.3"
+  checksum: 10c0/46091610da2b38ce47bcd1d8b4835a6fa4e832848a6682cf1652bc93915770f4617afc844c10a77d1b3e56d2472bb2d5622353fa3ead01a7f42b04fc8e744a5c
+  languageName: node
+  linkType: hard
+
+"p-try@npm:^2.0.0":
+  version: 2.2.0
+  resolution: "p-try@npm:2.2.0"
+  checksum: 10c0/c36c19907734c904b16994e6535b02c36c2224d433e01a2f1ab777237f4d86e6289fd5fd464850491e940379d4606ed850c03e0f9ab600b0ebddb511312e177f
+  languageName: node
+  linkType: hard
+
+"package-json-from-dist@npm:^1.0.0":
+  version: 1.0.1
+  resolution: "package-json-from-dist@npm:1.0.1"
+  checksum: 10c0/62ba2785eb655fec084a257af34dbe24292ab74516d6aecef97ef72d4897310bc6898f6c85b5cd22770eaa1ce60d55a0230e150fb6a966e3ecd6c511e23d164b
+  languageName: node
+  linkType: hard
+
+"path-exists@npm:^4.0.0":
+  version: 4.0.0
+  resolution: "path-exists@npm:4.0.0"
+  checksum: 10c0/8c0bd3f5238188197dc78dced15207a4716c51cc4e3624c44fc97acf69558f5ebb9a2afff486fe1b4ee148e0c133e96c5e11a9aa5c48a3006e3467da070e5e1b
+  languageName: node
+  linkType: hard
+
+"path-exists@npm:^5.0.0":
+  version: 5.0.0
+  resolution: "path-exists@npm:5.0.0"
+  checksum: 10c0/b170f3060b31604cde93eefdb7392b89d832dfbc1bed717c9718cbe0f230c1669b7e75f87e19901da2250b84d092989a0f9e44d2ef41deb09aa3ad28e691a40a
+  languageName: node
+  linkType: hard
+
+"path-key@npm:^3.1.0":
+  version: 3.1.1
+  resolution: "path-key@npm:3.1.1"
+  checksum: 10c0/748c43efd5a569c039d7a00a03b58eecd1d75f3999f5a28303d75f521288df4823bc057d8784eb72358b2895a05f29a070bc9f1f17d28226cc4e62494cc58c4c
+  languageName: node
+  linkType: hard
+
+"path-parse@npm:^1.0.7":
+  version: 1.0.7
+  resolution: "path-parse@npm:1.0.7"
+  checksum: 10c0/11ce261f9d294cc7a58d6a574b7f1b935842355ec66fba3c3fd79e0f036462eaf07d0aa95bb74ff432f9afef97ce1926c720988c6a7451d8a584930ae7de86e1
+  languageName: node
+  linkType: hard
+
+"path-scurry@npm:^1.11.1":
+  version: 1.11.1
+  resolution: "path-scurry@npm:1.11.1"
+  dependencies:
+    lru-cache: "npm:^10.2.0"
+    minipass: "npm:^5.0.0 || ^6.0.2 || ^7.0.0"
+  checksum: 10c0/32a13711a2a505616ae1cc1b5076801e453e7aae6ac40ab55b388bb91b9d0547a52f5aaceff710ea400205f18691120d4431e520afbe4266b836fadede15872d
+  languageName: node
+  linkType: hard
+
+"picocolors@npm:^1.0.0, picocolors@npm:^1.1.0, picocolors@npm:^1.1.1":
+  version: 1.1.1
+  resolution: "picocolors@npm:1.1.1"
+  checksum: 10c0/e2e3e8170ab9d7c7421969adaa7e1b31434f789afb9b3f115f6b96d91945041ac3ceb02e9ec6fe6510ff036bcc0bf91e69a1772edc0b707e12b19c0f2d6bcf58
+  languageName: node
+  linkType: hard
+
+"picomatch@npm:^2.2.3, picomatch@npm:^2.3.1":
+  version: 2.3.1
+  resolution: "picomatch@npm:2.3.1"
+  checksum: 10c0/26c02b8d06f03206fc2ab8d16f19960f2ff9e81a658f831ecb656d8f17d9edc799e8364b1f4a7873e89d9702dff96204be0fa26fe4181f6843f040f819dac4be
+  languageName: node
+  linkType: hard
+
+"pkg-dir@npm:^4.2.0":
+  version: 4.2.0
+  resolution: "pkg-dir@npm:4.2.0"
+  dependencies:
+    find-up: "npm:^4.0.0"
+  checksum: 10c0/c56bda7769e04907a88423feb320babaed0711af8c436ce3e56763ab1021ba107c7b0cafb11cde7529f669cfc22bffcaebffb573645cbd63842ea9fb17cd7728
+  languageName: node
+  linkType: hard
+
+"pkg-dir@npm:^7.0.0":
+  version: 7.0.0
+  resolution: "pkg-dir@npm:7.0.0"
+  dependencies:
+    find-up: "npm:^6.3.0"
+  checksum: 10c0/1afb23d2efb1ec9d8b2c4a0c37bf146822ad2774f074cb05b853be5dca1b40815c5960dd126df30ab8908349262a266f31b771e877235870a3b8fd313beebec5
+  languageName: node
+  linkType: hard
+
+"postcss-calc@npm:^10.0.2":
+  version: 10.1.1
+  resolution: "postcss-calc@npm:10.1.1"
+  dependencies:
+    postcss-selector-parser: "npm:^7.0.0"
+    postcss-value-parser: "npm:^4.2.0"
+  peerDependencies:
+    postcss: ^8.4.38
+  checksum: 10c0/616d3b7b15a524fa86ff1b2be7d9f2369c7794fd44c946f117380e519b064e9ac8d1414ea29de0238b130f2b2a5eb2fb59758cc5478af40b04a012992fb1075b
+  languageName: node
+  linkType: hard
+
+"postcss-colormin@npm:^7.0.2":
+  version: 7.0.2
+  resolution: "postcss-colormin@npm:7.0.2"
+  dependencies:
+    browserslist: "npm:^4.23.3"
+    caniuse-api: "npm:^3.0.0"
+    colord: "npm:^2.9.3"
+    postcss-value-parser: "npm:^4.2.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/76d09fb7e0218698e622a7c2cfc9087985f48f3a7e44f2655d5eefac4ae9c04198ae9d408dc7ace15d3aa5bde80e7031e462b0cb9b5bd50cfa76bbb1503c755b
+  languageName: node
+  linkType: hard
+
+"postcss-convert-values@npm:^7.0.4":
+  version: 7.0.4
+  resolution: "postcss-convert-values@npm:7.0.4"
+  dependencies:
+    browserslist: "npm:^4.23.3"
+    postcss-value-parser: "npm:^4.2.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/9839b29f7c638672115c9fef5ed7df016aa43ea9dd42a4a2ace16e6a49c75246d2c19f3e03a6409ed3bc7c2fa4de6203bf5789cef8268c76618326b68e3bc591
+  languageName: node
+  linkType: hard
+
+"postcss-discard-comments@npm:^7.0.3":
+  version: 7.0.3
+  resolution: "postcss-discard-comments@npm:7.0.3"
+  dependencies:
+    postcss-selector-parser: "npm:^6.1.2"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/7700c8fb9a83c6ea5cc784267b9afd6e2968fda0358d583af5913baa28dfc91b0f2a4bd0b2bd62a86ebcb8dadb2547e287beae25b5a097e21c1f723367ccf112
+  languageName: node
+  linkType: hard
+
+"postcss-discard-duplicates@npm:^7.0.1":
+  version: 7.0.1
+  resolution: "postcss-discard-duplicates@npm:7.0.1"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/5cc2cac249f68004864865ea2ec38b7d5e28184f33e904e531ff57b533aacb73ec49e4a7d83219184001b8d167e5bcabc1673248134468d7ebaa0bfb9ff78f0a
+  languageName: node
+  linkType: hard
+
+"postcss-discard-empty@npm:^7.0.0":
+  version: 7.0.0
+  resolution: "postcss-discard-empty@npm:7.0.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/b54fc9ad59a6015f6b82b8c826717a4a2f82b272608f6ae37a0b568f4f6c503f5ac7d13d415853a946a0422cb37b9fe1d5ddcee91fe0c2086001138710600d8b
+  languageName: node
+  linkType: hard
+
+"postcss-discard-overridden@npm:^7.0.0":
+  version: 7.0.0
+  resolution: "postcss-discard-overridden@npm:7.0.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/ca00ed1d4e8793fc780039f235fa2caef123d3aa28cae47cc1472ca03b21386c39fae1f11fbf319dcb94c6bda923824067254c7e20e8b00354b47015dc754658
+  languageName: node
+  linkType: hard
+
+"postcss-merge-longhand@npm:^7.0.4":
+  version: 7.0.4
+  resolution: "postcss-merge-longhand@npm:7.0.4"
+  dependencies:
+    postcss-value-parser: "npm:^4.2.0"
+    stylehacks: "npm:^7.0.4"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/6f50f7775dd361f83daf1acb3e0001d700ed2b7b9bea02df172143adc7fa196ce9209c9e482010ce36fd704512433b62692c5ab2eef5226db71ea3e694654dc7
+  languageName: node
+  linkType: hard
+
+"postcss-merge-rules@npm:^7.0.4":
+  version: 7.0.4
+  resolution: "postcss-merge-rules@npm:7.0.4"
+  dependencies:
+    browserslist: "npm:^4.23.3"
+    caniuse-api: "npm:^3.0.0"
+    cssnano-utils: "npm:^5.0.0"
+    postcss-selector-parser: "npm:^6.1.2"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/fffdcef4ada68e92ab8e6dc34a3b9aa2b87188cd4d08f5ba0ff2aff7e3e3c7f086830748ff64db091b5ccb9ac59ac37cfaab1268ed3efb50ab9c4f3714eb5f6d
+  languageName: node
+  linkType: hard
+
+"postcss-minify-font-values@npm:^7.0.0":
+  version: 7.0.0
+  resolution: "postcss-minify-font-values@npm:7.0.0"
+  dependencies:
+    postcss-value-parser: "npm:^4.2.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/f8be40099a6986d96b9cd2eb9c32a9c681efc6ecd6504c9ab7e01feb9e688c8b9656dfd7f35aa6de2585a86d607f62152ee81d0175e712e4658d184d25f63d58
+  languageName: node
+  linkType: hard
+
+"postcss-minify-gradients@npm:^7.0.0":
+  version: 7.0.0
+  resolution: "postcss-minify-gradients@npm:7.0.0"
+  dependencies:
+    colord: "npm:^2.9.3"
+    cssnano-utils: "npm:^5.0.0"
+    postcss-value-parser: "npm:^4.2.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/15d162192b598242e14def81a62e30cf273ab14f1db702c391e6bdd442c570a1aa76fc326874253a2d67f75b4d4fe73ba4f664e85dbff883f24b7090c340bfad
+  languageName: node
+  linkType: hard
+
+"postcss-minify-params@npm:^7.0.2":
+  version: 7.0.2
+  resolution: "postcss-minify-params@npm:7.0.2"
+  dependencies:
+    browserslist: "npm:^4.23.3"
+    cssnano-utils: "npm:^5.0.0"
+    postcss-value-parser: "npm:^4.2.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/0e041f70554bae9d4a66c8ab2f2f3ed8bf73862c9d5ff9972ac7f1a596badd1544f093fa2362dd33e96c038af9e10287cdbfec9f480c49bffdcbaca9fdcb1e4e
+  languageName: node
+  linkType: hard
+
+"postcss-minify-selectors@npm:^7.0.4":
+  version: 7.0.4
+  resolution: "postcss-minify-selectors@npm:7.0.4"
+  dependencies:
+    cssesc: "npm:^3.0.0"
+    postcss-selector-parser: "npm:^6.1.2"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/212b8f3d62eb2a27ed57d4e76b75b0886806ddb9e2497c0bb79308fa75dabaaaa4ed2b97734896e87603272d05231fd74aee2c256a48d77aa468b5b64cc7866a
+  languageName: node
+  linkType: hard
+
+"postcss-modules-extract-imports@npm:^3.1.0":
+  version: 3.1.0
+  resolution: "postcss-modules-extract-imports@npm:3.1.0"
+  peerDependencies:
+    postcss: ^8.1.0
+  checksum: 10c0/402084bcab376083c4b1b5111b48ec92974ef86066f366f0b2d5b2ac2b647d561066705ade4db89875a13cb175b33dd6af40d16d32b2ea5eaf8bac63bd2bf219
+  languageName: node
+  linkType: hard
+
+"postcss-modules-local-by-default@npm:^4.0.5":
+  version: 4.2.0
+  resolution: "postcss-modules-local-by-default@npm:4.2.0"
+  dependencies:
+    icss-utils: "npm:^5.0.0"
+    postcss-selector-parser: "npm:^7.0.0"
+    postcss-value-parser: "npm:^4.1.0"
+  peerDependencies:
+    postcss: ^8.1.0
+  checksum: 10c0/b0b83feb2a4b61f5383979d37f23116c99bc146eba1741ca3cf1acca0e4d0dbf293ac1810a6ab4eccbe1ee76440dd0a9eb2db5b3bba4f99fc1b3ded16baa6358
+  languageName: node
+  linkType: hard
+
+"postcss-modules-scope@npm:^3.2.0":
+  version: 3.2.1
+  resolution: "postcss-modules-scope@npm:3.2.1"
+  dependencies:
+    postcss-selector-parser: "npm:^7.0.0"
+  peerDependencies:
+    postcss: ^8.1.0
+  checksum: 10c0/bd2d81f79e3da0ef6365b8e2c78cc91469d05b58046b4601592cdeef6c4050ed8fe1478ae000a1608042fc7e692cb51fecbd2d9bce3f4eace4d32e883ffca10b
+  languageName: node
+  linkType: hard
+
+"postcss-modules-values@npm:^4.0.0":
+  version: 4.0.0
+  resolution: "postcss-modules-values@npm:4.0.0"
+  dependencies:
+    icss-utils: "npm:^5.0.0"
+  peerDependencies:
+    postcss: ^8.1.0
+  checksum: 10c0/dd18d7631b5619fb9921b198c86847a2a075f32e0c162e0428d2647685e318c487a2566cc8cc669fc2077ef38115cde7a068e321f46fb38be3ad49646b639dbc
+  languageName: node
+  linkType: hard
+
+"postcss-normalize-charset@npm:^7.0.0":
+  version: 7.0.0
+  resolution: "postcss-normalize-charset@npm:7.0.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/06d9c4487a4b0e195133a1fb7a115db7014e49d2567cce73e24c59f473f0e65a1999850a726afb3bdb2d36017a3e5c92ac4fd2a7ecc427da4ff79522765fabdd
+  languageName: node
+  linkType: hard
+
+"postcss-normalize-display-values@npm:^7.0.0":
+  version: 7.0.0
+  resolution: "postcss-normalize-display-values@npm:7.0.0"
+  dependencies:
+    postcss-value-parser: "npm:^4.2.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/439524e1d3ed36d6265c05da10540e17aa8605e1b396f71ca4364ab3b8b98ca97763c58c211fb9492662429d43613a7fe7009a8638c84a8db327e572c382272a
+  languageName: node
+  linkType: hard
+
+"postcss-normalize-positions@npm:^7.0.0":
+  version: 7.0.0
+  resolution: "postcss-normalize-positions@npm:7.0.0"
+  dependencies:
+    postcss-value-parser: "npm:^4.2.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/428763c937cd178c8ee544cd93a9d1fef667dc9a8700ffe2e61b0beeea7f64f712492b9aeb8a1ef927ab752ec34be7ddeb23d2b50e4bc6eba02b0e58312b27a7
+  languageName: node
+  linkType: hard
+
+"postcss-normalize-repeat-style@npm:^7.0.0":
+  version: 7.0.0
+  resolution: "postcss-normalize-repeat-style@npm:7.0.0"
+  dependencies:
+    postcss-value-parser: "npm:^4.2.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/cf7cd9f355fd26f1c9b0c11a923029ac5ea3020520db5a9778dd19c5ee1f48a1f1f368b4ae75fc6b63cb5761eef72333e486ab0de1537b9cb62d213a8c5576d0
+  languageName: node
+  linkType: hard
+
+"postcss-normalize-string@npm:^7.0.0":
+  version: 7.0.0
+  resolution: "postcss-normalize-string@npm:7.0.0"
+  dependencies:
+    postcss-value-parser: "npm:^4.2.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/8857563f85841ce432bb9a5a9ba129847890b61693adff96d565b69dc2d5456f54dec33f4f6ce5b0abf0a484dbfb0145846d99f988959c5ac875a86a2a180576
+  languageName: node
+  linkType: hard
+
+"postcss-normalize-timing-functions@npm:^7.0.0":
+  version: 7.0.0
+  resolution: "postcss-normalize-timing-functions@npm:7.0.0"
+  dependencies:
+    postcss-value-parser: "npm:^4.2.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/bc5f6999b4c9e28e5be785ef90fe68fd48d44059ecc73ee194c2603260597d685b13a1e1751df9a2cee100fea7abb7e1b1cbcf1a7a428a576961705c9d426788
+  languageName: node
+  linkType: hard
+
+"postcss-normalize-unicode@npm:^7.0.2":
+  version: 7.0.2
+  resolution: "postcss-normalize-unicode@npm:7.0.2"
+  dependencies:
+    browserslist: "npm:^4.23.3"
+    postcss-value-parser: "npm:^4.2.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/0df1aac932cc2340715178fd024e0f6d872ea5a4bee1bc8357317a75a7b2c904d885f754cc162af001aa2a9ded7c54fac7cbcd701e21e995c1ace92dc08f2b9d
+  languageName: node
+  linkType: hard
+
+"postcss-normalize-url@npm:^7.0.0":
+  version: 7.0.0
+  resolution: "postcss-normalize-url@npm:7.0.0"
+  dependencies:
+    postcss-value-parser: "npm:^4.2.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/3050e228be48fe0121d1316c267e629b232e8401a547128d142c3dea55eeae1e232c9beeea5c76439009188993b14925c5cf40e3a44856d076a7b8fcf4721f86
+  languageName: node
+  linkType: hard
+
+"postcss-normalize-whitespace@npm:^7.0.0":
+  version: 7.0.0
+  resolution: "postcss-normalize-whitespace@npm:7.0.0"
+  dependencies:
+    postcss-value-parser: "npm:^4.2.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/8d61234962a4850fc61292592171e1d13de2e90d96a2eaed8c85672a05caceda02a3bd1cb495cb72414741f99d50083362df14923efaca1b3e09657d24cea34b
+  languageName: node
+  linkType: hard
+
+"postcss-ordered-values@npm:^7.0.1":
+  version: 7.0.1
+  resolution: "postcss-ordered-values@npm:7.0.1"
+  dependencies:
+    cssnano-utils: "npm:^5.0.0"
+    postcss-value-parser: "npm:^4.2.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/9fc62e9039c7d4fa417d165678b065fc577a7232aa41a94a4e9208ad7db2268e1ce003aaad7c6a569afdf890a43416b0bf21047461505b4e3a16eec311a6eb63
+  languageName: node
+  linkType: hard
+
+"postcss-reduce-initial@npm:^7.0.2":
+  version: 7.0.2
+  resolution: "postcss-reduce-initial@npm:7.0.2"
+  dependencies:
+    browserslist: "npm:^4.23.3"
+    caniuse-api: "npm:^3.0.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/1e6fafaf5fac52b351c8de156ed62e4e1f48da7eb07f9ce90da54b45dca61da9af1e954b8a343271cb3e4ec99e0c5f18d7f9f96da0ca144511fca04498fac78c
+  languageName: node
+  linkType: hard
+
+"postcss-reduce-transforms@npm:^7.0.0":
+  version: 7.0.0
+  resolution: "postcss-reduce-transforms@npm:7.0.0"
+  dependencies:
+    postcss-value-parser: "npm:^4.2.0"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/b2d4b65e71d38b604b41937850d1d64794964d6eced90f05891cfae8a78c7a9fed49911f51da9dcc5d715ac18e8bc7eacf691f2c5321dfe4d781f3e4442dfea9
+  languageName: node
+  linkType: hard
+
+"postcss-selector-parser@npm:^6.1.2":
+  version: 6.1.2
+  resolution: "postcss-selector-parser@npm:6.1.2"
+  dependencies:
+    cssesc: "npm:^3.0.0"
+    util-deprecate: "npm:^1.0.2"
+  checksum: 10c0/523196a6bd8cf660bdf537ad95abd79e546d54180f9afb165a4ab3e651ac705d0f8b8ce6b3164fb9e3279ce482c5f751a69eb2d3a1e8eb0fd5e82294fb3ef13e
+  languageName: node
+  linkType: hard
+
+"postcss-selector-parser@npm:^7.0.0":
+  version: 7.1.0
+  resolution: "postcss-selector-parser@npm:7.1.0"
+  dependencies:
+    cssesc: "npm:^3.0.0"
+    util-deprecate: "npm:^1.0.2"
+  checksum: 10c0/0fef257cfd1c0fe93c18a3f8a6e739b4438b527054fd77e9a62730a89b2d0ded1b59314a7e4aaa55bc256204f40830fecd2eb50f20f8cb7ab3a10b52aa06c8aa
+  languageName: node
+  linkType: hard
+
+"postcss-svgo@npm:^7.0.1":
+  version: 7.0.1
+  resolution: "postcss-svgo@npm:7.0.1"
+  dependencies:
+    postcss-value-parser: "npm:^4.2.0"
+    svgo: "npm:^3.3.2"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/7c7b177e6f4e2a3e9ada76d53afa02e08d900c8ac15600ba9daa80480269d538405e544bd8091bc5eb7529173a476896fad885a72a247258265424b29a9195ed
+  languageName: node
+  linkType: hard
+
+"postcss-unique-selectors@npm:^7.0.3":
+  version: 7.0.3
+  resolution: "postcss-unique-selectors@npm:7.0.3"
+  dependencies:
+    postcss-selector-parser: "npm:^6.1.2"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/2eb90eb0745d1e29d411ea5108f1cd9737de5b8f739cabc717074872bc4015950c9963f870b23b33b9ef45e7887eecfe5560cffee56616d4e0b8d0fac4f7cb10
+  languageName: node
+  linkType: hard
+
+"postcss-value-parser@npm:^4.1.0, postcss-value-parser@npm:^4.2.0":
+  version: 4.2.0
+  resolution: "postcss-value-parser@npm:4.2.0"
+  checksum: 10c0/f4142a4f56565f77c1831168e04e3effd9ffcc5aebaf0f538eee4b2d465adfd4b85a44257bb48418202a63806a7da7fe9f56c330aebb3cac898e46b4cbf49161
+  languageName: node
+  linkType: hard
+
+"postcss@npm:^8.2.14, postcss@npm:^8.4.33, postcss@npm:^8.4.38":
+  version: 8.5.2
+  resolution: "postcss@npm:8.5.2"
+  dependencies:
+    nanoid: "npm:^3.3.8"
+    picocolors: "npm:^1.1.1"
+    source-map-js: "npm:^1.2.1"
+  checksum: 10c0/3044d49bc725029ab62292e8bf9849741251b95f3b754e191bf8b4025414d40ec3b4ac05c5a563d4b50060b5c8e96683eb4d783d8d8fa3867eb7b763cbe66127
+  languageName: node
+  linkType: hard
+
+"pretty-error@npm:^4.0.0":
+  version: 4.0.0
+  resolution: "pretty-error@npm:4.0.0"
+  dependencies:
+    lodash: "npm:^4.17.20"
+    renderkid: "npm:^3.0.0"
+  checksum: 10c0/dc292c087e2857b2e7592784ab31e37a40f3fa918caa11eba51f9fb2853e1d4d6e820b219917e35f5721d833cfd20fdf4f26ae931a90fd1ad0cae2125c345138
+  languageName: node
+  linkType: hard
+
+"proc-log@npm:^5.0.0":
+  version: 5.0.0
+  resolution: "proc-log@npm:5.0.0"
+  checksum: 10c0/bbe5edb944b0ad63387a1d5b1911ae93e05ce8d0f60de1035b218cdcceedfe39dbd2c697853355b70f1a090f8f58fe90da487c85216bf9671f9499d1a897e9e3
+  languageName: node
+  linkType: hard
+
+"promise-retry@npm:^2.0.1":
+  version: 2.0.1
+  resolution: "promise-retry@npm:2.0.1"
+  dependencies:
+    err-code: "npm:^2.0.2"
+    retry: "npm:^0.12.0"
+  checksum: 10c0/9c7045a1a2928094b5b9b15336dcd2a7b1c052f674550df63cc3f36cd44028e5080448175b6f6ca32b642de81150f5e7b1a98b728f15cb069f2dd60ac2616b96
+  languageName: node
+  linkType: hard
+
+"randombytes@npm:^2.1.0":
+  version: 2.1.0
+  resolution: "randombytes@npm:2.1.0"
+  dependencies:
+    safe-buffer: "npm:^5.1.0"
+  checksum: 10c0/50395efda7a8c94f5dffab564f9ff89736064d32addf0cc7e8bf5e4166f09f8ded7a0849ca6c2d2a59478f7d90f78f20d8048bca3cdf8be09d8e8a10790388f3
+  languageName: node
+  linkType: hard
+
+"readdirp@npm:^4.0.1":
+  version: 4.1.1
+  resolution: "readdirp@npm:4.1.1"
+  checksum: 10c0/a1afc90d0e57ce4caa28046875519453fd09663ade0d0c29fe0d6a117eca4596cfdf1a9ebb0859ad34cca7b9351d4f0d8d962a4363d40f3f37e57dba51ffb6b6
+  languageName: node
+  linkType: hard
+
+"rechoir@npm:^0.8.0":
+  version: 0.8.0
+  resolution: "rechoir@npm:0.8.0"
+  dependencies:
+    resolve: "npm:^1.20.0"
+  checksum: 10c0/1a30074124a22abbd5d44d802dac26407fa72a0a95f162aa5504ba8246bc5452f8b1a027b154d9bdbabcd8764920ff9333d934c46a8f17479c8912e92332f3ff
+  languageName: node
+  linkType: hard
+
+"recursive-readdir@npm:0.0.2":
+  version: 0.0.2
+  resolution: "recursive-readdir@npm:0.0.2"
+  checksum: 10c0/9a98445e1e2e5388014bdd42b2095c3df3a5691a48ee5e5ed8b744a13f4ffe4334d963ecb6bbea9902093c7f666eec5615bbf8406dc6d57c3221cd6b7d2662a6
+  languageName: node
+  linkType: hard
+
+"regenerate-unicode-properties@npm:^10.2.0":
+  version: 10.2.0
+  resolution: "regenerate-unicode-properties@npm:10.2.0"
+  dependencies:
+    regenerate: "npm:^1.4.2"
+  checksum: 10c0/5510785eeaf56bbfdf4e663d6753f125c08d2a372d4107bc1b756b7bf142e2ed80c2733a8b54e68fb309ba37690e66a0362699b0e21d5c1f0255dea1b00e6460
+  languageName: node
+  linkType: hard
+
+"regenerate@npm:^1.4.2":
+  version: 1.4.2
+  resolution: "regenerate@npm:1.4.2"
+  checksum: 10c0/f73c9eba5d398c818edc71d1c6979eaa05af7a808682749dd079f8df2a6d91a9b913db216c2c9b03e0a8ba2bba8701244a93f45211afbff691c32c7b275db1b8
+  languageName: node
+  linkType: hard
+
+"regenerator-runtime@npm:^0.13.9":
+  version: 0.13.11
+  resolution: "regenerator-runtime@npm:0.13.11"
+  checksum: 10c0/12b069dc774001fbb0014f6a28f11c09ebfe3c0d984d88c9bced77fdb6fedbacbca434d24da9ae9371bfbf23f754869307fb51a4c98a8b8b18e5ef748677ca24
+  languageName: node
+  linkType: hard
+
+"regenerator-runtime@npm:^0.14.0":
+  version: 0.14.1
+  resolution: "regenerator-runtime@npm:0.14.1"
+  checksum: 10c0/1b16eb2c4bceb1665c89de70dcb64126a22bc8eb958feef3cd68fe11ac6d2a4899b5cd1b80b0774c7c03591dc57d16631a7f69d2daa2ec98100e2f29f7ec4cc4
+  languageName: node
+  linkType: hard
+
+"regenerator-transform@npm:^0.15.2":
+  version: 0.15.2
+  resolution: "regenerator-transform@npm:0.15.2"
+  dependencies:
+    "@babel/runtime": "npm:^7.8.4"
+  checksum: 10c0/7cfe6931ec793269701994a93bab89c0cc95379191fad866270a7fea2adfec67ea62bb5b374db77058b60ba4509319d9b608664d0d288bd9989ca8dbd08fae90
+  languageName: node
+  linkType: hard
+
+"regex-parser@npm:^2.2.11":
+  version: 2.3.1
+  resolution: "regex-parser@npm:2.3.1"
+  checksum: 10c0/a256f79c8b465e6765eb65799417200f8ee81f68cc202cc5563a02713e61ad51f6280672f8edee072ef37c5301a90f8d1a71cefb6ec3ed2ca0d1d88587286219
+  languageName: node
+  linkType: hard
+
+"regexpu-core@npm:^6.2.0":
+  version: 6.2.0
+  resolution: "regexpu-core@npm:6.2.0"
+  dependencies:
+    regenerate: "npm:^1.4.2"
+    regenerate-unicode-properties: "npm:^10.2.0"
+    regjsgen: "npm:^0.8.0"
+    regjsparser: "npm:^0.12.0"
+    unicode-match-property-ecmascript: "npm:^2.0.0"
+    unicode-match-property-value-ecmascript: "npm:^2.1.0"
+  checksum: 10c0/bbcb83a854bf96ce4005ee4e4618b71c889cda72674ce6092432f0039b47890c2d0dfeb9057d08d440999d9ea03879ebbb7f26ca005ccf94390e55c348859b98
+  languageName: node
+  linkType: hard
+
+"regjsgen@npm:^0.8.0":
+  version: 0.8.0
+  resolution: "regjsgen@npm:0.8.0"
+  checksum: 10c0/44f526c4fdbf0b29286101a282189e4dbb303f4013cf3fea058668d96d113b9180d3d03d1e13f6d4cbde38b7728bf951aecd9dc199938c080093a9a6f0d7a6bd
+  languageName: node
+  linkType: hard
+
+"regjsparser@npm:^0.12.0":
+  version: 0.12.0
+  resolution: "regjsparser@npm:0.12.0"
+  dependencies:
+    jsesc: "npm:~3.0.2"
+  bin:
+    regjsparser: bin/parser
+  checksum: 10c0/99d3e4e10c8c7732eb7aa843b8da2fd8b647fe144d3711b480e4647dc3bff4b1e96691ccf17f3ace24aa866a50b064236177cb25e6e4fbbb18285d99edaed83b
+  languageName: node
+  linkType: hard
+
+"renderkid@npm:^3.0.0":
+  version: 3.0.0
+  resolution: "renderkid@npm:3.0.0"
+  dependencies:
+    css-select: "npm:^4.1.3"
+    dom-converter: "npm:^0.2.0"
+    htmlparser2: "npm:^6.1.0"
+    lodash: "npm:^4.17.21"
+    strip-ansi: "npm:^6.0.1"
+  checksum: 10c0/24a9fae4cc50e731d059742d1b3eec163dc9e3872b12010d120c3fcbd622765d9cda41f79a1bbb4bf63c1d3442f18a08f6e1642cb5d7ebf092a0ce3f7a3bd143
+  languageName: node
+  linkType: hard
+
+"require-from-string@npm:^2.0.2":
+  version: 2.0.2
+  resolution: "require-from-string@npm:2.0.2"
+  checksum: 10c0/aaa267e0c5b022fc5fd4eef49d8285086b15f2a1c54b28240fdf03599cbd9c26049fee3eab894f2e1f6ca65e513b030a7c264201e3f005601e80c49fb2937ce2
+  languageName: node
+  linkType: hard
+
+"resolve-cwd@npm:^3.0.0":
+  version: 3.0.0
+  resolution: "resolve-cwd@npm:3.0.0"
+  dependencies:
+    resolve-from: "npm:^5.0.0"
+  checksum: 10c0/e608a3ebd15356264653c32d7ecbc8fd702f94c6703ea4ac2fb81d9c359180cba0ae2e6b71faa446631ed6145454d5a56b227efc33a2d40638ac13f8beb20ee4
+  languageName: node
+  linkType: hard
+
+"resolve-from@npm:^5.0.0":
+  version: 5.0.0
+  resolution: "resolve-from@npm:5.0.0"
+  checksum: 10c0/b21cb7f1fb746de8107b9febab60095187781137fd803e6a59a76d421444b1531b641bba5857f5dc011974d8a5c635d61cec49e6bd3b7fc20e01f0fafc4efbf2
+  languageName: node
+  linkType: hard
+
+"resolve-url-loader@npm:^5.0.0":
+  version: 5.0.0
+  resolution: "resolve-url-loader@npm:5.0.0"
+  dependencies:
+    adjust-sourcemap-loader: "npm:^4.0.0"
+    convert-source-map: "npm:^1.7.0"
+    loader-utils: "npm:^2.0.0"
+    postcss: "npm:^8.2.14"
+    source-map: "npm:0.6.1"
+  checksum: 10c0/53eef3620332f2fc35a4deffaa4395064b2ffd1bc28be380faa3f1e99c2fb7bbf0f705700b4539387d5b6c39586df54a92cd5d031606f19de4bf9e0ff1b6a522
+  languageName: node
+  linkType: hard
+
+"resolve@npm:^1.14.2, resolve@npm:^1.20.0":
+  version: 1.22.10
+  resolution: "resolve@npm:1.22.10"
+  dependencies:
+    is-core-module: "npm:^2.16.0"
+    path-parse: "npm:^1.0.7"
+    supports-preserve-symlinks-flag: "npm:^1.0.0"
+  bin:
+    resolve: bin/resolve
+  checksum: 10c0/8967e1f4e2cc40f79b7e080b4582b9a8c5ee36ffb46041dccb20e6461161adf69f843b43067b4a375de926a2cd669157e29a29578191def399dd5ef89a1b5203
+  languageName: node
+  linkType: hard
+
+"resolve@patch:resolve@npm%3A^1.14.2#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A^1.20.0#optional!builtin<compat/resolve>":
+  version: 1.22.10
+  resolution: "resolve@patch:resolve@npm%3A1.22.10#optional!builtin<compat/resolve>::version=1.22.10&hash=c3c19d"
+  dependencies:
+    is-core-module: "npm:^2.16.0"
+    path-parse: "npm:^1.0.7"
+    supports-preserve-symlinks-flag: "npm:^1.0.0"
+  bin:
+    resolve: bin/resolve
+  checksum: 10c0/52a4e505bbfc7925ac8f4cd91fd8c4e096b6a89728b9f46861d3b405ac9a1ccf4dcbf8befb4e89a2e11370dacd0160918163885cbc669369590f2f31f4c58939
+  languageName: node
+  linkType: hard
+
+"retry@npm:^0.12.0":
+  version: 0.12.0
+  resolution: "retry@npm:0.12.0"
+  checksum: 10c0/59933e8501727ba13ad73ef4a04d5280b3717fd650408460c987392efe9d7be2040778ed8ebe933c5cbd63da3dcc37919c141ef8af0a54a6e4fca5a2af177bfe
+  languageName: node
+  linkType: hard
+
+"rimraf@npm:^5.0.5":
+  version: 5.0.10
+  resolution: "rimraf@npm:5.0.10"
+  dependencies:
+    glob: "npm:^10.3.7"
+  bin:
+    rimraf: dist/esm/bin.mjs
+  checksum: 10c0/7da4fd0e15118ee05b918359462cfa1e7fe4b1228c7765195a45b55576e8c15b95db513b8466ec89129666f4af45ad978a3057a02139afba1a63512a2d9644cc
+  languageName: node
+  linkType: hard
+
+"root-workspace-0b6124@workspace:.":
+  version: 0.0.0-use.local
+  resolution: "root-workspace-0b6124@workspace:."
+  dependencies:
+    "@babel/core": "npm:^7.17.0"
+    "@babel/preset-env": "npm:^7.16.0"
+    "@fortawesome/fontawesome-free": "npm:^6.7.2"
+    "@symfony/webpack-encore": "npm:^5.0.0"
+    angular: "npm:^1.8.3"
+    babel-loader: "npm:^9.2.1"
+    bootstrap: "npm:^5.3.3"
+    canvasjs: "npm:^1.8.3"
+    core-js: "npm:^3.38.0"
+    encore: "npm:^0.0.30-beta"
+    font-awesome: "npm:^4.7.0"
+    intro.js: "npm:^7.2.0"
+    jquery: "npm:^3.7.1"
+    regenerator-runtime: "npm:^0.13.9"
+    sass: "npm:^1.84.0"
+    sass-loader: "npm:^16.0.4"
+    webpack: "npm:^5.74.0"
+    webpack-cli: "npm:^5.1.0"
+    webpack-notifier: "npm:^1.15.0"
+  languageName: unknown
+  linkType: soft
+
+"runway@npm:~3.15.47-beta":
+  version: 3.15.47-beta
+  resolution: "runway@npm:3.15.47-beta"
+  dependencies:
+    lodash-node: "npm:~2.4.1"
+  checksum: 10c0/f234a043732076f361dccba8134cf401bd4e4d4152ed42ec2ab9371629f16cebbcc381c95aaa1ad40ba9e1628e9db36d42ce4d0521e52cf6ba789bd6d7f684d3
+  languageName: node
+  linkType: hard
+
+"safe-buffer@npm:^5.1.0":
+  version: 5.2.1
+  resolution: "safe-buffer@npm:5.2.1"
+  checksum: 10c0/6501914237c0a86e9675d4e51d89ca3c21ffd6a31642efeba25ad65720bce6921c9e7e974e5be91a786b25aa058b5303285d3c15dbabf983a919f5f630d349f3
+  languageName: node
+  linkType: hard
+
+"safer-buffer@npm:>= 2.1.2 < 3.0.0":
+  version: 2.1.2
+  resolution: "safer-buffer@npm:2.1.2"
+  checksum: 10c0/7e3c8b2e88a1841c9671094bbaeebd94448111dd90a81a1f606f3f67708a6ec57763b3b47f06da09fc6054193e0e6709e77325415dc8422b04497a8070fa02d4
+  languageName: node
+  linkType: hard
+
+"sass-loader@npm:^16.0.4":
+  version: 16.0.4
+  resolution: "sass-loader@npm:16.0.4"
+  dependencies:
+    neo-async: "npm:^2.6.2"
+  peerDependencies:
+    "@rspack/core": 0.x || 1.x
+    node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
+    sass: ^1.3.0
+    sass-embedded: "*"
+    webpack: ^5.0.0
+  peerDependenciesMeta:
+    "@rspack/core":
+      optional: true
+    node-sass:
+      optional: true
+    sass:
+      optional: true
+    sass-embedded:
+      optional: true
+    webpack:
+      optional: true
+  checksum: 10c0/d57c5fa35620e9022cfa3e5d49f3f9b3e54fb8b2fa9d021c10fe26c8c2f77103e038b6540eb20123a6f73aef23d2beb04033d3b7772588ca3f3c0ba2a4ee40ac
+  languageName: node
+  linkType: hard
+
+"sass@npm:^1.84.0":
+  version: 1.85.0
+  resolution: "sass@npm:1.85.0"
+  dependencies:
+    "@parcel/watcher": "npm:^2.4.1"
+    chokidar: "npm:^4.0.0"
+    immutable: "npm:^5.0.2"
+    source-map-js: "npm:>=0.6.2 <2.0.0"
+  dependenciesMeta:
+    "@parcel/watcher":
+      optional: true
+  bin:
+    sass: sass.js
+  checksum: 10c0/a1af0c0596ae1904f66337d0c70a684db6e12210f97be4326cc3dcf18b0f956d7bc45ab2bcc7a8422d433d3eb3c9cb2cc8e60b2dafbdd01fb1ae5a23f5424690
+  languageName: node
+  linkType: hard
+
+"schema-utils@npm:^4.0.0, schema-utils@npm:^4.2.0, schema-utils@npm:^4.3.0":
+  version: 4.3.0
+  resolution: "schema-utils@npm:4.3.0"
+  dependencies:
+    "@types/json-schema": "npm:^7.0.9"
+    ajv: "npm:^8.9.0"
+    ajv-formats: "npm:^2.1.1"
+    ajv-keywords: "npm:^5.1.0"
+  checksum: 10c0/c23f0fa73ef71a01d4a2bb7af4c91e0d356ec640e071aa2d06ea5e67f042962bb7ac7c29a60a295bb0125878801bc3209197a2b8a833dd25bd38e37c3ed21427
+  languageName: node
+  linkType: hard
+
+"semver@npm:^6.3.1":
+  version: 6.3.1
+  resolution: "semver@npm:6.3.1"
+  bin:
+    semver: bin/semver.js
+  checksum: 10c0/e3d79b609071caa78bcb6ce2ad81c7966a46a7431d9d58b8800cfa9cb6a63699b3899a0e4bcce36167a284578212d9ae6942b6929ba4aa5015c079a67751d42d
+  languageName: node
+  linkType: hard
+
+"semver@npm:^7.3.2, semver@npm:^7.3.5, semver@npm:^7.5.4":
+  version: 7.7.1
+  resolution: "semver@npm:7.7.1"
+  bin:
+    semver: bin/semver.js
+  checksum: 10c0/fd603a6fb9c399c6054015433051bdbe7b99a940a8fb44b85c2b524c4004b023d7928d47cb22154f8d054ea7ee8597f586605e05b52047f048278e4ac56ae958
+  languageName: node
+  linkType: hard
+
+"serialize-javascript@npm:^6.0.2":
+  version: 6.0.2
+  resolution: "serialize-javascript@npm:6.0.2"
+  dependencies:
+    randombytes: "npm:^2.1.0"
+  checksum: 10c0/2dd09ef4b65a1289ba24a788b1423a035581bef60817bea1f01eda8e3bda623f86357665fe7ac1b50f6d4f583f97db9615b3f07b2a2e8cbcb75033965f771dd2
+  languageName: node
+  linkType: hard
+
+"shallow-clone@npm:^3.0.0":
+  version: 3.0.1
+  resolution: "shallow-clone@npm:3.0.1"
+  dependencies:
+    kind-of: "npm:^6.0.2"
+  checksum: 10c0/7bab09613a1b9f480c85a9823aebec533015579fa055ba6634aa56ba1f984380670eaf33b8217502931872aa1401c9fcadaa15f9f604d631536df475b05bcf1e
+  languageName: node
+  linkType: hard
+
+"shebang-command@npm:^2.0.0":
+  version: 2.0.0
+  resolution: "shebang-command@npm:2.0.0"
+  dependencies:
+    shebang-regex: "npm:^3.0.0"
+  checksum: 10c0/a41692e7d89a553ef21d324a5cceb5f686d1f3c040759c50aab69688634688c5c327f26f3ecf7001ebfd78c01f3c7c0a11a7c8bfd0a8bc9f6240d4f40b224e4e
+  languageName: node
+  linkType: hard
+
+"shebang-regex@npm:^3.0.0":
+  version: 3.0.0
+  resolution: "shebang-regex@npm:3.0.0"
+  checksum: 10c0/1dbed0726dd0e1152a92696c76c7f06084eb32a90f0528d11acd764043aacf76994b2fb30aa1291a21bd019d6699164d048286309a278855ee7bec06cf6fb690
+  languageName: node
+  linkType: hard
+
+"shellwords@npm:^0.1.1":
+  version: 0.1.1
+  resolution: "shellwords@npm:0.1.1"
+  checksum: 10c0/7d66b28927e0b524b71b2e185651fcd88a70473a077dd230fbf86188380e948ffb36cea00832d78fc13c93cd15f6f52286fb05f2746b7580623ca1ec619eb004
+  languageName: node
+  linkType: hard
+
+"signal-exit@npm:^4.0.1":
+  version: 4.1.0
+  resolution: "signal-exit@npm:4.1.0"
+  checksum: 10c0/41602dce540e46d599edba9d9860193398d135f7ff72cab629db5171516cfae628d21e7bfccde1bbfdf11c48726bc2a6d1a8fb8701125852fbfda7cf19c6aa83
+  languageName: node
+  linkType: hard
+
+"smart-buffer@npm:^4.2.0":
+  version: 4.2.0
+  resolution: "smart-buffer@npm:4.2.0"
+  checksum: 10c0/a16775323e1404dd43fabafe7460be13a471e021637bc7889468eb45ce6a6b207261f454e4e530a19500cc962c4cc5348583520843b363f4193cee5c00e1e539
+  languageName: node
+  linkType: hard
+
+"socks-proxy-agent@npm:^8.0.3":
+  version: 8.0.5
+  resolution: "socks-proxy-agent@npm:8.0.5"
+  dependencies:
+    agent-base: "npm:^7.1.2"
+    debug: "npm:^4.3.4"
+    socks: "npm:^2.8.3"
+  checksum: 10c0/5d2c6cecba6821389aabf18728325730504bf9bb1d9e342e7987a5d13badd7a98838cc9a55b8ed3cb866ad37cc23e1086f09c4d72d93105ce9dfe76330e9d2a6
+  languageName: node
+  linkType: hard
+
+"socks@npm:^2.8.3":
+  version: 2.8.4
+  resolution: "socks@npm:2.8.4"
+  dependencies:
+    ip-address: "npm:^9.0.5"
+    smart-buffer: "npm:^4.2.0"
+  checksum: 10c0/00c3271e233ccf1fb83a3dd2060b94cc37817e0f797a93c560b9a7a86c4a0ec2961fb31263bdd24a3c28945e24868b5f063cd98744171d9e942c513454b50ae5
+  languageName: node
+  linkType: hard
+
+"source-map-js@npm:>=0.6.2 <2.0.0, source-map-js@npm:^1.0.1, source-map-js@npm:^1.2.1":
+  version: 1.2.1
+  resolution: "source-map-js@npm:1.2.1"
+  checksum: 10c0/7bda1fc4c197e3c6ff17de1b8b2c20e60af81b63a52cb32ec5a5d67a20a7d42651e2cb34ebe93833c5a2a084377e17455854fee3e21e7925c64a51b6a52b0faf
+  languageName: node
+  linkType: hard
+
+"source-map-support@npm:~0.5.20":
+  version: 0.5.21
+  resolution: "source-map-support@npm:0.5.21"
+  dependencies:
+    buffer-from: "npm:^1.0.0"
+    source-map: "npm:^0.6.0"
+  checksum: 10c0/9ee09942f415e0f721d6daad3917ec1516af746a8120bba7bb56278707a37f1eb8642bde456e98454b8a885023af81a16e646869975f06afc1a711fb90484e7d
+  languageName: node
+  linkType: hard
+
+"source-map@npm:0.6.1, source-map@npm:^0.6.0":
+  version: 0.6.1
+  resolution: "source-map@npm:0.6.1"
+  checksum: 10c0/ab55398007c5e5532957cb0beee2368529618ac0ab372d789806f5718123cc4367d57de3904b4e6a4170eb5a0b0f41373066d02ca0735a0c4d75c7d328d3e011
+  languageName: node
+  linkType: hard
+
+"source-map@npm:~0.1.7":
+  version: 0.1.43
+  resolution: "source-map@npm:0.1.43"
+  dependencies:
+    amdefine: "npm:>=0.0.4"
+  checksum: 10c0/0cf092a91a0aadfad21ed7cb9ac78878b16242fcc9cd8f631e340b607f311d2f5391df574a29b9e243b35a7d1efd471f357b4b81da8e65145bcae242d46d0297
+  languageName: node
+  linkType: hard
+
+"sprintf-js@npm:^1.1.3":
+  version: 1.1.3
+  resolution: "sprintf-js@npm:1.1.3"
+  checksum: 10c0/09270dc4f30d479e666aee820eacd9e464215cdff53848b443964202bf4051490538e5dd1b42e1a65cf7296916ca17640aebf63dae9812749c7542ee5f288dec
+  languageName: node
+  linkType: hard
+
+"ssri@npm:^12.0.0":
+  version: 12.0.0
+  resolution: "ssri@npm:12.0.0"
+  dependencies:
+    minipass: "npm:^7.0.3"
+  checksum: 10c0/caddd5f544b2006e88fa6b0124d8d7b28208b83c72d7672d5ade44d794525d23b540f3396108c4eb9280dcb7c01f0bef50682f5b4b2c34291f7c5e211fd1417d
+  languageName: node
+  linkType: hard
+
+"stackframe@npm:^1.3.4":
+  version: 1.3.4
+  resolution: "stackframe@npm:1.3.4"
+  checksum: 10c0/18410f7a1e0c5d211a4effa83bdbf24adbe8faa8c34db52e1cd3e89837518c592be60b60d8b7270ac53eeeb8b807cd11b399a41667f6c9abb41059c3ccc8a989
+  languageName: node
+  linkType: hard
+
+"string-width-cjs@npm:string-width@^4.2.0, string-width@npm:^4.1.0, string-width@npm:^4.2.3":
+  version: 4.2.3
+  resolution: "string-width@npm:4.2.3"
+  dependencies:
+    emoji-regex: "npm:^8.0.0"
+    is-fullwidth-code-point: "npm:^3.0.0"
+    strip-ansi: "npm:^6.0.1"
+  checksum: 10c0/1e525e92e5eae0afd7454086eed9c818ee84374bb80328fc41217ae72ff5f065ef1c9d7f72da41de40c75fa8bb3dee63d92373fd492c84260a552c636392a47b
+  languageName: node
+  linkType: hard
+
+"string-width@npm:^5.0.1, string-width@npm:^5.1.2":
+  version: 5.1.2
+  resolution: "string-width@npm:5.1.2"
+  dependencies:
+    eastasianwidth: "npm:^0.2.0"
+    emoji-regex: "npm:^9.2.2"
+    strip-ansi: "npm:^7.0.1"
+  checksum: 10c0/ab9c4264443d35b8b923cbdd513a089a60de339216d3b0ed3be3ba57d6880e1a192b70ae17225f764d7adbf5994e9bb8df253a944736c15a0240eff553c678ca
+  languageName: node
+  linkType: hard
+
+"strip-ansi-cjs@npm:strip-ansi@^6.0.1, strip-ansi@npm:^6.0.0, strip-ansi@npm:^6.0.1":
+  version: 6.0.1
+  resolution: "strip-ansi@npm:6.0.1"
+  dependencies:
+    ansi-regex: "npm:^5.0.1"
+  checksum: 10c0/1ae5f212a126fe5b167707f716942490e3933085a5ff6c008ab97ab2f272c8025d3aa218b7bd6ab25729ca20cc81cddb252102f8751e13482a5199e873680952
+  languageName: node
+  linkType: hard
+
+"strip-ansi@npm:^7.0.1":
+  version: 7.1.0
+  resolution: "strip-ansi@npm:7.1.0"
+  dependencies:
+    ansi-regex: "npm:^6.0.1"
+  checksum: 10c0/a198c3762e8832505328cbf9e8c8381de14a4fa50a4f9b2160138158ea88c0f5549fb50cb13c651c3088f47e63a108b34622ec18c0499b6c8c3a5ddf6b305ac4
+  languageName: node
+  linkType: hard
+
+"style-loader@npm:^3.3.0":
+  version: 3.3.4
+  resolution: "style-loader@npm:3.3.4"
+  peerDependencies:
+    webpack: ^5.0.0
+  checksum: 10c0/8f8027fc5c6e91400cbb60066e7db3315810f8eaa0d19b2a254936eb0bec399ba8a7043b1789da9d05ab7c3ba50faf9267765ae0bf3571e48aa34ecdc774be37
+  languageName: node
+  linkType: hard
+
+"stylehacks@npm:^7.0.4":
+  version: 7.0.4
+  resolution: "stylehacks@npm:7.0.4"
+  dependencies:
+    browserslist: "npm:^4.23.3"
+    postcss-selector-parser: "npm:^6.1.2"
+  peerDependencies:
+    postcss: ^8.4.31
+  checksum: 10c0/b4d0b280ba274503ecc04111cc11c713e0d65db079fbcd8b42d6350be1cca20e28611eddee93b419aa208176a0d3a5fff83d83ef958d1876713809b6a2787c0c
+  languageName: node
+  linkType: hard
+
+"supports-color@npm:^5.3.0":
+  version: 5.5.0
+  resolution: "supports-color@npm:5.5.0"
+  dependencies:
+    has-flag: "npm:^3.0.0"
+  checksum: 10c0/6ae5ff319bfbb021f8a86da8ea1f8db52fac8bd4d499492e30ec17095b58af11f0c55f8577390a749b1c4dde691b6a0315dab78f5f54c9b3d83f8fb5905c1c05
+  languageName: node
+  linkType: hard
+
+"supports-color@npm:^7.1.0":
+  version: 7.2.0
+  resolution: "supports-color@npm:7.2.0"
+  dependencies:
+    has-flag: "npm:^4.0.0"
+  checksum: 10c0/afb4c88521b8b136b5f5f95160c98dee7243dc79d5432db7efc27efb219385bbc7d9427398e43dd6cc730a0f87d5085ce1652af7efbe391327bc0a7d0f7fc124
+  languageName: node
+  linkType: hard
+
+"supports-color@npm:^8.0.0":
+  version: 8.1.1
+  resolution: "supports-color@npm:8.1.1"
+  dependencies:
+    has-flag: "npm:^4.0.0"
+  checksum: 10c0/ea1d3c275dd604c974670f63943ed9bd83623edc102430c05adb8efc56ba492746b6e95386e7831b872ec3807fd89dd8eb43f735195f37b5ec343e4234cc7e89
+  languageName: node
+  linkType: hard
+
+"supports-preserve-symlinks-flag@npm:^1.0.0":
+  version: 1.0.0
+  resolution: "supports-preserve-symlinks-flag@npm:1.0.0"
+  checksum: 10c0/6c4032340701a9950865f7ae8ef38578d8d7053f5e10518076e6554a9381fa91bd9c6850193695c141f32b21f979c985db07265a758867bac95de05f7d8aeb39
+  languageName: node
+  linkType: hard
+
+"svgo@npm:^3.3.2":
+  version: 3.3.2
+  resolution: "svgo@npm:3.3.2"
+  dependencies:
+    "@trysound/sax": "npm:0.2.0"
+    commander: "npm:^7.2.0"
+    css-select: "npm:^5.1.0"
+    css-tree: "npm:^2.3.1"
+    css-what: "npm:^6.1.0"
+    csso: "npm:^5.0.5"
+    picocolors: "npm:^1.0.0"
+  bin:
+    svgo: ./bin/svgo
+  checksum: 10c0/a6badbd3d1d6dbb177f872787699ab34320b990d12e20798ecae915f0008796a0f3c69164f1485c9def399e0ce0a5683eb4a8045e51a5e1c364bb13a0d9f79e1
+  languageName: node
+  linkType: hard
+
+"tapable@npm:^2.1.1, tapable@npm:^2.2.0, tapable@npm:^2.2.1":
+  version: 2.2.1
+  resolution: "tapable@npm:2.2.1"
+  checksum: 10c0/bc40e6efe1e554d075469cedaba69a30eeb373552aaf41caeaaa45bf56ffacc2674261b106245bd566b35d8f3329b52d838e851ee0a852120acae26e622925c9
+  languageName: node
+  linkType: hard
+
+"tar@npm:^7.4.3":
+  version: 7.4.3
+  resolution: "tar@npm:7.4.3"
+  dependencies:
+    "@isaacs/fs-minipass": "npm:^4.0.0"
+    chownr: "npm:^3.0.0"
+    minipass: "npm:^7.1.2"
+    minizlib: "npm:^3.0.1"
+    mkdirp: "npm:^3.0.1"
+    yallist: "npm:^5.0.0"
+  checksum: 10c0/d4679609bb2a9b48eeaf84632b6d844128d2412b95b6de07d53d8ee8baf4ca0857c9331dfa510390a0727b550fd543d4d1a10995ad86cdf078423fbb8d99831d
+  languageName: node
+  linkType: hard
+
+"terser-webpack-plugin@npm:^5.3.0, terser-webpack-plugin@npm:^5.3.11":
+  version: 5.3.11
+  resolution: "terser-webpack-plugin@npm:5.3.11"
+  dependencies:
+    "@jridgewell/trace-mapping": "npm:^0.3.25"
+    jest-worker: "npm:^27.4.5"
+    schema-utils: "npm:^4.3.0"
+    serialize-javascript: "npm:^6.0.2"
+    terser: "npm:^5.31.1"
+  peerDependencies:
+    webpack: ^5.1.0
+  peerDependenciesMeta:
+    "@swc/core":
+      optional: true
+    esbuild:
+      optional: true
+    uglify-js:
+      optional: true
+  checksum: 10c0/4794274f445dc589f4c113c75a55ce51364ccf09bfe8a545cdb462e3f752bf300ea91f072fa28bbed291bbae03274da06fe4eca180e784fb8a43646aa7dbcaef
+  languageName: node
+  linkType: hard
+
+"terser@npm:^5.31.1":
+  version: 5.39.0
+  resolution: "terser@npm:5.39.0"
+  dependencies:
+    "@jridgewell/source-map": "npm:^0.3.3"
+    acorn: "npm:^8.8.2"
+    commander: "npm:^2.20.0"
+    source-map-support: "npm:~0.5.20"
+  bin:
+    terser: bin/terser
+  checksum: 10c0/83326545ea1aecd6261030568b6191ccfa4cb6aa61d9ea41746a52479f50017a78b77e4725fbbc207c5df841ffa66a773c5ac33636e95c7ab94fe7e0379ae5c7
+  languageName: node
+  linkType: hard
+
+"tmp@npm:^0.2.1":
+  version: 0.2.3
+  resolution: "tmp@npm:0.2.3"
+  checksum: 10c0/3e809d9c2f46817475b452725c2aaa5d11985cf18d32a7a970ff25b568438e2c076c2e8609224feef3b7923fa9749b74428e3e634f6b8e520c534eef2fd24125
+  languageName: node
+  linkType: hard
+
+"to-regex-range@npm:^5.0.1":
+  version: 5.0.1
+  resolution: "to-regex-range@npm:5.0.1"
+  dependencies:
+    is-number: "npm:^7.0.0"
+  checksum: 10c0/487988b0a19c654ff3e1961b87f471702e708fa8a8dd02a298ef16da7206692e8552a0250e8b3e8759270f62e9d8314616f6da274734d3b558b1fc7b7724e892
+  languageName: node
+  linkType: hard
+
+"uglify-js@npm:~2.3":
+  version: 2.3.6
+  resolution: "uglify-js@npm:2.3.6"
+  dependencies:
+    async: "npm:~0.2.6"
+    optimist: "npm:~0.3.5"
+    source-map: "npm:~0.1.7"
+  bin:
+    uglifyjs: bin/uglifyjs
+  checksum: 10c0/7f0eb737c46fc0ea1d50842f426611867ac36317399c7c6ccfc5c9b5b7edf6162439724eea4f236d93b22145ef310293af0d2f717959c9d1e5e8570f67ab8b20
+  languageName: node
+  linkType: hard
+
+"undici-types@npm:~6.20.0":
+  version: 6.20.0
+  resolution: "undici-types@npm:6.20.0"
+  checksum: 10c0/68e659a98898d6a836a9a59e6adf14a5d799707f5ea629433e025ac90d239f75e408e2e5ff086afc3cace26f8b26ee52155293564593fbb4a2f666af57fc59bf
+  languageName: node
+  linkType: hard
+
+"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
+  version: 2.0.1
+  resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.1"
+  checksum: 10c0/f83bc492fdbe662860795ef37a85910944df7310cac91bd778f1c19ebc911e8b9cde84e703de631e5a2fcca3905e39896f8fc5fc6a44ddaf7f4aff1cda24f381
+  languageName: node
+  linkType: hard
+
+"unicode-match-property-ecmascript@npm:^2.0.0":
+  version: 2.0.0
+  resolution: "unicode-match-property-ecmascript@npm:2.0.0"
+  dependencies:
+    unicode-canonical-property-names-ecmascript: "npm:^2.0.0"
+    unicode-property-aliases-ecmascript: "npm:^2.0.0"
+  checksum: 10c0/4d05252cecaf5c8e36d78dc5332e03b334c6242faf7cf16b3658525441386c0a03b5f603d42cbec0f09bb63b9fd25c9b3b09667aee75463cac3efadae2cd17ec
+  languageName: node
+  linkType: hard
+
+"unicode-match-property-value-ecmascript@npm:^2.1.0":
+  version: 2.2.0
+  resolution: "unicode-match-property-value-ecmascript@npm:2.2.0"
+  checksum: 10c0/1d0a2deefd97974ddff5b7cb84f9884177f4489928dfcebb4b2b091d6124f2739df51fc6ea15958e1b5637ac2a24cff9bf21ea81e45335086ac52c0b4c717d6d
+  languageName: node
+  linkType: hard
+
+"unicode-property-aliases-ecmascript@npm:^2.0.0":
+  version: 2.1.0
+  resolution: "unicode-property-aliases-ecmascript@npm:2.1.0"
+  checksum: 10c0/50ded3f8c963c7785e48c510a3b7c6bc4e08a579551489aa0349680a35b1ceceec122e33b2b6c1b579d0be2250f34bb163ac35f5f8695fe10bbc67fb757f0af8
+  languageName: node
+  linkType: hard
+
+"unique-filename@npm:^4.0.0":
+  version: 4.0.0
+  resolution: "unique-filename@npm:4.0.0"
+  dependencies:
+    unique-slug: "npm:^5.0.0"
+  checksum: 10c0/38ae681cceb1408ea0587b6b01e29b00eee3c84baee1e41fd5c16b9ed443b80fba90c40e0ba69627e30855570a34ba8b06702d4a35035d4b5e198bf5a64c9ddc
+  languageName: node
+  linkType: hard
+
+"unique-slug@npm:^5.0.0":
+  version: 5.0.0
+  resolution: "unique-slug@npm:5.0.0"
+  dependencies:
+    imurmurhash: "npm:^0.1.4"
+  checksum: 10c0/d324c5a44887bd7e105ce800fcf7533d43f29c48757ac410afd42975de82cc38ea2035c0483f4de82d186691bf3208ef35c644f73aa2b1b20b8e651be5afd293
+  languageName: node
+  linkType: hard
+
+"update-browserslist-db@npm:^1.1.1":
+  version: 1.1.2
+  resolution: "update-browserslist-db@npm:1.1.2"
+  dependencies:
+    escalade: "npm:^3.2.0"
+    picocolors: "npm:^1.1.1"
+  peerDependencies:
+    browserslist: ">= 4.21.0"
+  bin:
+    update-browserslist-db: cli.js
+  checksum: 10c0/9cb353998d6d7d6ba1e46b8fa3db888822dd972212da4eda609d185eb5c3557a93fd59780ceb757afd4d84240518df08542736969e6a5d6d6ce2d58e9363aac6
+  languageName: node
+  linkType: hard
+
+"util-deprecate@npm:^1.0.2":
+  version: 1.0.2
+  resolution: "util-deprecate@npm:1.0.2"
+  checksum: 10c0/41a5bdd214df2f6c3ecf8622745e4a366c4adced864bc3c833739791aeeeb1838119af7daed4ba36428114b5c67dcda034a79c882e97e43c03e66a4dd7389942
+  languageName: node
+  linkType: hard
+
+"utila@npm:~0.4":
+  version: 0.4.0
+  resolution: "utila@npm:0.4.0"
+  checksum: 10c0/2791604e09ca4f77ae314df83e80d1805f867eb5c7e13e7413caee01273c278cf2c9a3670d8d25c889a877f7b149d892fe61b0181a81654b425e9622ab23d42e
+  languageName: node
+  linkType: hard
+
+"uuid@npm:^8.3.0":
+  version: 8.3.2
+  resolution: "uuid@npm:8.3.2"
+  bin:
+    uuid: dist/bin/uuid
+  checksum: 10c0/bcbb807a917d374a49f475fae2e87fdca7da5e5530820ef53f65ba1d12131bd81a92ecf259cc7ce317cbe0f289e7d79fdfebcef9bfa3087c8c8a2fa304c9be54
+  languageName: node
+  linkType: hard
+
+"watchpack@npm:^2.4.1":
+  version: 2.4.2
+  resolution: "watchpack@npm:2.4.2"
+  dependencies:
+    glob-to-regexp: "npm:^0.4.1"
+    graceful-fs: "npm:^4.1.2"
+  checksum: 10c0/ec60a5f0e9efaeca0102fd9126346b3b2d523e01c34030d3fddf5813a7125765121ebdc2552981136dcd2c852deb1af0b39340f2fcc235f292db5399d0283577
+  languageName: node
+  linkType: hard
+
+"webpack-cli@npm:^5.1.0":
+  version: 5.1.4
+  resolution: "webpack-cli@npm:5.1.4"
+  dependencies:
+    "@discoveryjs/json-ext": "npm:^0.5.0"
+    "@webpack-cli/configtest": "npm:^2.1.1"
+    "@webpack-cli/info": "npm:^2.0.2"
+    "@webpack-cli/serve": "npm:^2.0.5"
+    colorette: "npm:^2.0.14"
+    commander: "npm:^10.0.1"
+    cross-spawn: "npm:^7.0.3"
+    envinfo: "npm:^7.7.3"
+    fastest-levenshtein: "npm:^1.0.12"
+    import-local: "npm:^3.0.2"
+    interpret: "npm:^3.1.1"
+    rechoir: "npm:^0.8.0"
+    webpack-merge: "npm:^5.7.3"
+  peerDependencies:
+    webpack: 5.x.x
+  peerDependenciesMeta:
+    "@webpack-cli/generators":
+      optional: true
+    webpack-bundle-analyzer:
+      optional: true
+    webpack-dev-server:
+      optional: true
+  bin:
+    webpack-cli: bin/cli.js
+  checksum: 10c0/4266909ae5e2e662c8790ac286e965b2c7fd5a4a2f07f48e28576234c9a5f631847ccddc18e1b3281c7b4be04a7ff4717d2636033a322dde13ac995fd0d9de10
+  languageName: node
+  linkType: hard
+
+"webpack-merge@npm:^5.7.3":
+  version: 5.10.0
+  resolution: "webpack-merge@npm:5.10.0"
+  dependencies:
+    clone-deep: "npm:^4.0.1"
+    flat: "npm:^5.0.2"
+    wildcard: "npm:^2.0.0"
+  checksum: 10c0/b607c84cabaf74689f965420051a55a08722d897bdd6c29cb0b2263b451c090f962d41ecf8c9bf56b0ab3de56e65476ace0a8ecda4f4a4663684243d90e0512b
+  languageName: node
+  linkType: hard
+
+"webpack-notifier@npm:^1.15.0":
+  version: 1.15.0
+  resolution: "webpack-notifier@npm:1.15.0"
+  dependencies:
+    node-notifier: "npm:^9.0.0"
+    strip-ansi: "npm:^6.0.0"
+  peerDependencies:
+    "@types/webpack": ">4.41.31"
+  peerDependenciesMeta:
+    "@types/webpack":
+      optional: true
+  checksum: 10c0/9ecb94c76e73e96bb4d0b9224fe9c0e717cd2129185f0927ebc5e633a0fc404ee0512882aa73bba7dc2be2bfe654002e212f4f4895f79e95c76b84170035a1c9
+  languageName: node
+  linkType: hard
+
+"webpack-sources@npm:^3.2.3":
+  version: 3.2.3
+  resolution: "webpack-sources@npm:3.2.3"
+  checksum: 10c0/2ef63d77c4fad39de4a6db17323d75eb92897b32674e97d76f0a1e87c003882fc038571266ad0ef581ac734cbe20952912aaa26155f1905e96ce251adbb1eb4e
+  languageName: node
+  linkType: hard
+
+"webpack@npm:^5.74.0":
+  version: 5.98.0
+  resolution: "webpack@npm:5.98.0"
+  dependencies:
+    "@types/eslint-scope": "npm:^3.7.7"
+    "@types/estree": "npm:^1.0.6"
+    "@webassemblyjs/ast": "npm:^1.14.1"
+    "@webassemblyjs/wasm-edit": "npm:^1.14.1"
+    "@webassemblyjs/wasm-parser": "npm:^1.14.1"
+    acorn: "npm:^8.14.0"
+    browserslist: "npm:^4.24.0"
+    chrome-trace-event: "npm:^1.0.2"
+    enhanced-resolve: "npm:^5.17.1"
+    es-module-lexer: "npm:^1.2.1"
+    eslint-scope: "npm:5.1.1"
+    events: "npm:^3.2.0"
+    glob-to-regexp: "npm:^0.4.1"
+    graceful-fs: "npm:^4.2.11"
+    json-parse-even-better-errors: "npm:^2.3.1"
+    loader-runner: "npm:^4.2.0"
+    mime-types: "npm:^2.1.27"
+    neo-async: "npm:^2.6.2"
+    schema-utils: "npm:^4.3.0"
+    tapable: "npm:^2.1.1"
+    terser-webpack-plugin: "npm:^5.3.11"
+    watchpack: "npm:^2.4.1"
+    webpack-sources: "npm:^3.2.3"
+  peerDependenciesMeta:
+    webpack-cli:
+      optional: true
+  bin:
+    webpack: bin/webpack.js
+  checksum: 10c0/bee4fa77f444802f0beafb2ff30eb5454a606163ad7d3cc9a5dcc9d24033c62407bed04601b25dea49ea3969b352c1b530a86c753246f42560a4a084eefb094e
+  languageName: node
+  linkType: hard
+
+"which@npm:^2.0.1, which@npm:^2.0.2":
+  version: 2.0.2
+  resolution: "which@npm:2.0.2"
+  dependencies:
+    isexe: "npm:^2.0.0"
+  bin:
+    node-which: ./bin/node-which
+  checksum: 10c0/66522872a768b60c2a65a57e8ad184e5372f5b6a9ca6d5f033d4b0dc98aff63995655a7503b9c0a2598936f532120e81dd8cc155e2e92ed662a2b9377cc4374f
+  languageName: node
+  linkType: hard
+
+"which@npm:^5.0.0":
+  version: 5.0.0
+  resolution: "which@npm:5.0.0"
+  dependencies:
+    isexe: "npm:^3.1.1"
+  bin:
+    node-which: bin/which.js
+  checksum: 10c0/e556e4cd8b7dbf5df52408c9a9dd5ac6518c8c5267c8953f5b0564073c66ed5bf9503b14d876d0e9c7844d4db9725fb0dcf45d6e911e17e26ab363dc3965ae7b
+  languageName: node
+  linkType: hard
+
+"wildcard@npm:^2.0.0":
+  version: 2.0.1
+  resolution: "wildcard@npm:2.0.1"
+  checksum: 10c0/08f70cd97dd9a20aea280847a1fe8148e17cae7d231640e41eb26d2388697cbe65b67fd9e68715251c39b080c5ae4f76d71a9a69fa101d897273efdfb1b58bf7
+  languageName: node
+  linkType: hard
+
+"wordwrap@npm:~0.0.2":
+  version: 0.0.3
+  resolution: "wordwrap@npm:0.0.3"
+  checksum: 10c0/b3b212f8b2167091f59bc60929ada2166eb157abb6c8c82e2a705fe5aa5876440c3966ab39eb6c7bcb2ff0ac0c8d9fba726a9c2057b83bd65cdc1858f9d816ce
+  languageName: node
+  linkType: hard
+
+"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
+  version: 7.0.0
+  resolution: "wrap-ansi@npm:7.0.0"
+  dependencies:
+    ansi-styles: "npm:^4.0.0"
+    string-width: "npm:^4.1.0"
+    strip-ansi: "npm:^6.0.0"
+  checksum: 10c0/d15fc12c11e4cbc4044a552129ebc75ee3f57aa9c1958373a4db0292d72282f54373b536103987a4a7594db1ef6a4f10acf92978f79b98c49306a4b58c77d4da
+  languageName: node
+  linkType: hard
+
+"wrap-ansi@npm:^8.1.0":
+  version: 8.1.0
+  resolution: "wrap-ansi@npm:8.1.0"
+  dependencies:
+    ansi-styles: "npm:^6.1.0"
+    string-width: "npm:^5.0.1"
+    strip-ansi: "npm:^7.0.1"
+  checksum: 10c0/138ff58a41d2f877eae87e3282c0630fc2789012fc1af4d6bd626eeb9a2f9a65ca92005e6e69a75c7b85a68479fe7443c7dbe1eb8fbaa681a4491364b7c55c60
+  languageName: node
+  linkType: hard
+
+"yallist@npm:^3.0.2":
+  version: 3.1.1
+  resolution: "yallist@npm:3.1.1"
+  checksum: 10c0/c66a5c46bc89af1625476f7f0f2ec3653c1a1791d2f9407cfb4c2ba812a1e1c9941416d71ba9719876530e3340a99925f697142989371b72d93b9ee628afd8c1
+  languageName: node
+  linkType: hard
+
+"yallist@npm:^4.0.0":
+  version: 4.0.0
+  resolution: "yallist@npm:4.0.0"
+  checksum: 10c0/2286b5e8dbfe22204ab66e2ef5cc9bbb1e55dfc873bbe0d568aa943eb255d131890dfd5bf243637273d31119b870f49c18fcde2c6ffbb7a7a092b870dc90625a
+  languageName: node
+  linkType: hard
+
+"yallist@npm:^5.0.0":
+  version: 5.0.0
+  resolution: "yallist@npm:5.0.0"
+  checksum: 10c0/a499c81ce6d4a1d260d4ea0f6d49ab4da09681e32c3f0472dee16667ed69d01dae63a3b81745a24bd78476ec4fcf856114cb4896ace738e01da34b2c42235416
+  languageName: node
+  linkType: hard
+
+"yargs-parser@npm:^21.0.0":
+  version: 21.1.1
+  resolution: "yargs-parser@npm:21.1.1"
+  checksum: 10c0/f84b5e48169479d2f402239c59f084cfd1c3acc197a05c59b98bab067452e6b3ea46d4dd8ba2985ba7b3d32a343d77df0debd6b343e5dae3da2aab2cdf5886b2
+  languageName: node
+  linkType: hard
+
+"yocto-queue@npm:^1.0.0":
+  version: 1.1.1
+  resolution: "yocto-queue@npm:1.1.1"
+  checksum: 10c0/cb287fe5e6acfa82690acb43c283de34e945c571a78a939774f6eaba7c285bacdf6c90fbc16ce530060863984c906d2b4c6ceb069c94d1e0a06d5f2b458e2a92
+  languageName: node
+  linkType: hard