datex.js 1.0.20 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/datex.min.js +2 -2
- package/dist/datex.min.mjs +2 -2
- package/dist/node_modules/@babel/helper-module-transforms/LICENSE +22 -0
- package/dist/node_modules/@babel/helper-module-transforms/README.md +19 -0
- package/dist/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +48 -0
- package/dist/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +1 -0
- package/dist/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +48 -0
- package/dist/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +1 -0
- package/dist/node_modules/@babel/helper-module-transforms/lib/index.js +377 -0
- package/dist/node_modules/@babel/helper-module-transforms/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +31 -0
- package/dist/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +1 -0
- package/dist/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +358 -0
- package/dist/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +1 -0
- package/dist/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +376 -0
- package/dist/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +1 -0
- package/dist/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +24 -0
- package/dist/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +1 -0
- package/dist/node_modules/@babel/helper-module-transforms/package.json +35 -0
- package/dist/node_modules/@babel/helper-optimise-call-expression/LICENSE +22 -0
- package/dist/node_modules/@babel/helper-optimise-call-expression/README.md +19 -0
- package/dist/node_modules/@babel/helper-optimise-call-expression/lib/index.js +33 -0
- package/dist/node_modules/@babel/helper-optimise-call-expression/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/helper-optimise-call-expression/package.json +28 -0
- package/dist/node_modules/@babel/helper-plugin-utils/LICENSE +22 -0
- package/dist/node_modules/@babel/helper-plugin-utils/README.md +19 -0
- package/dist/node_modules/@babel/helper-plugin-utils/lib/index.js +81 -0
- package/dist/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/helper-plugin-utils/package.json +21 -0
- package/dist/node_modules/@babel/helper-remap-async-to-generator/LICENSE +22 -0
- package/dist/node_modules/@babel/helper-remap-async-to-generator/README.md +19 -0
- package/dist/node_modules/@babel/helper-remap-async-to-generator/lib/index.js +64 -0
- package/dist/node_modules/@babel/helper-remap-async-to-generator/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/helper-remap-async-to-generator/package.json +33 -0
- package/dist/node_modules/@babel/helper-replace-supers/LICENSE +22 -0
- package/dist/node_modules/@babel/helper-replace-supers/README.md +19 -0
- package/dist/node_modules/@babel/helper-replace-supers/lib/index.js +227 -0
- package/dist/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/helper-replace-supers/package.json +32 -0
- package/dist/node_modules/@babel/helper-simple-access/LICENSE +22 -0
- package/dist/node_modules/@babel/helper-simple-access/README.md +19 -0
- package/dist/node_modules/@babel/helper-simple-access/lib/index.js +91 -0
- package/dist/node_modules/@babel/helper-simple-access/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/helper-simple-access/package.json +28 -0
- package/dist/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE +22 -0
- package/dist/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md +19 -0
- package/dist/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js +34 -0
- package/dist/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json +30 -0
- package/dist/node_modules/@babel/helper-split-export-declaration/LICENSE +22 -0
- package/dist/node_modules/@babel/helper-split-export-declaration/README.md +19 -0
- package/dist/node_modules/@babel/helper-split-export-declaration/lib/index.js +59 -0
- package/dist/node_modules/@babel/helper-split-export-declaration/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/helper-split-export-declaration/package.json +24 -0
- package/dist/node_modules/@babel/helper-string-parser/LICENSE +22 -0
- package/dist/node_modules/@babel/helper-string-parser/README.md +19 -0
- package/dist/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
- package/dist/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/helper-string-parser/package.json +28 -0
- package/dist/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
- package/dist/node_modules/@babel/helper-validator-identifier/README.md +19 -0
- package/dist/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
- package/dist/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
- package/dist/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
- package/dist/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
- package/dist/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
- package/dist/node_modules/@babel/helper-validator-identifier/package.json +28 -0
- package/dist/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js +73 -0
- package/dist/node_modules/@babel/helper-validator-option/LICENSE +22 -0
- package/dist/node_modules/@babel/helper-validator-option/README.md +19 -0
- package/dist/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +39 -0
- package/dist/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +1 -0
- package/dist/node_modules/@babel/helper-validator-option/lib/index.js +21 -0
- package/dist/node_modules/@babel/helper-validator-option/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/helper-validator-option/lib/validator.js +48 -0
- package/dist/node_modules/@babel/helper-validator-option/lib/validator.js.map +1 -0
- package/dist/node_modules/@babel/helper-validator-option/package.json +24 -0
- package/dist/node_modules/@babel/helper-wrap-function/LICENSE +22 -0
- package/dist/node_modules/@babel/helper-wrap-function/README.md +19 -0
- package/dist/node_modules/@babel/helper-wrap-function/lib/index.js +123 -0
- package/dist/node_modules/@babel/helper-wrap-function/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/helper-wrap-function/package.json +29 -0
- package/dist/node_modules/@babel/helpers/LICENSE +22 -0
- package/dist/node_modules/@babel/helpers/README.md +19 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/AsyncGenerator.js +92 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/AsyncGenerator.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +12 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs.js +448 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +363 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +365 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +410 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +403 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +52 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +70 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +12 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +14 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +16 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/dispose.js +47 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/dispose.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +35 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +49 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +41 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimitLoose.js +18 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimitLoose.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/jsx.js +47 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/jsx.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +39 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +499 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/typeof.js +22 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/typeof.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/using.js +29 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/using.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +66 -0
- package/dist/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers-generated.js +43 -0
- package/dist/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/helpers.js +1748 -0
- package/dist/node_modules/@babel/helpers/lib/helpers.js.map +1 -0
- package/dist/node_modules/@babel/helpers/lib/index.js +242 -0
- package/dist/node_modules/@babel/helpers/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/helpers/package.json +33 -0
- package/dist/node_modules/@babel/helpers/scripts/generate-helpers.js +64 -0
- package/dist/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js +63 -0
- package/dist/node_modules/@babel/helpers/scripts/package.json +1 -0
- package/dist/node_modules/@babel/highlight/LICENSE +22 -0
- package/dist/node_modules/@babel/highlight/README.md +19 -0
- package/dist/node_modules/@babel/highlight/lib/index.js +105 -0
- package/dist/node_modules/@babel/highlight/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/highlight/package.json +29 -0
- package/dist/node_modules/@babel/parser/CHANGELOG.md +1073 -0
- package/dist/node_modules/@babel/parser/LICENSE +19 -0
- package/dist/node_modules/@babel/parser/README.md +19 -0
- package/dist/node_modules/@babel/parser/bin/babel-parser.js +15 -0
- package/dist/node_modules/@babel/parser/index.cjs +5 -0
- package/dist/node_modules/@babel/parser/lib/index.js +14465 -0
- package/dist/node_modules/@babel/parser/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/parser/package.json +46 -0
- package/dist/node_modules/@babel/parser/typings/babel-parser.d.ts +250 -0
- package/dist/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/README.md +19 -0
- package/dist/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/lib/index.js +47 -0
- package/dist/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/package.json +41 -0
- package/dist/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/README.md +19 -0
- package/dist/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/lib/index.js +66 -0
- package/dist/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json +42 -0
- package/dist/node_modules/@babel/plugin-proposal-private-property-in-object/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-proposal-private-property-in-object/README.md +23 -0
- package/dist/node_modules/@babel/plugin-proposal-private-property-in-object/lib/index.js +36 -0
- package/dist/node_modules/@babel/plugin-proposal-private-property-in-object/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-proposal-private-property-in-object/package.json +27 -0
- package/dist/node_modules/@babel/plugin-syntax-async-generators/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-syntax-async-generators/README.md +19 -0
- package/dist/node_modules/@babel/plugin-syntax-async-generators/lib/index.js +22 -0
- package/dist/node_modules/@babel/plugin-syntax-async-generators/package.json +23 -0
- package/dist/node_modules/@babel/plugin-syntax-class-properties/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-syntax-class-properties/README.md +19 -0
- package/dist/node_modules/@babel/plugin-syntax-class-properties/lib/index.js +22 -0
- package/dist/node_modules/@babel/plugin-syntax-class-properties/package.json +28 -0
- package/dist/node_modules/@babel/plugin-syntax-class-static-block/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-syntax-class-static-block/README.md +19 -0
- package/dist/node_modules/@babel/plugin-syntax-class-static-block/lib/index.js +22 -0
- package/dist/node_modules/@babel/plugin-syntax-class-static-block/package.json +32 -0
- package/dist/node_modules/@babel/plugin-syntax-dynamic-import/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-syntax-dynamic-import/README.md +19 -0
- package/dist/node_modules/@babel/plugin-syntax-dynamic-import/lib/index.js +22 -0
- package/dist/node_modules/@babel/plugin-syntax-dynamic-import/package.json +23 -0
- package/dist/node_modules/@babel/plugin-syntax-export-namespace-from/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-syntax-export-namespace-from/README.md +19 -0
- package/dist/node_modules/@babel/plugin-syntax-export-namespace-from/lib/index.js +22 -0
- package/dist/node_modules/@babel/plugin-syntax-export-namespace-from/package.json +24 -0
- package/dist/node_modules/@babel/plugin-syntax-import-assertions/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-syntax-import-assertions/README.md +19 -0
- package/dist/node_modules/@babel/plugin-syntax-import-assertions/lib/index.js +19 -0
- package/dist/node_modules/@babel/plugin-syntax-import-assertions/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-syntax-import-assertions/package.json +32 -0
- package/dist/node_modules/@babel/plugin-syntax-import-attributes/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-syntax-import-attributes/README.md +19 -0
- package/dist/node_modules/@babel/plugin-syntax-import-attributes/lib/index.js +31 -0
- package/dist/node_modules/@babel/plugin-syntax-import-attributes/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-syntax-import-attributes/package.json +36 -0
- package/dist/node_modules/@babel/plugin-syntax-import-meta/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-syntax-import-meta/README.md +19 -0
- package/dist/node_modules/@babel/plugin-syntax-import-meta/lib/index.js +22 -0
- package/dist/node_modules/@babel/plugin-syntax-import-meta/package.json +28 -0
- package/dist/node_modules/@babel/plugin-syntax-json-strings/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-syntax-json-strings/README.md +19 -0
- package/dist/node_modules/@babel/plugin-syntax-json-strings/lib/index.js +22 -0
- package/dist/node_modules/@babel/plugin-syntax-json-strings/package.json +23 -0
- package/dist/node_modules/@babel/plugin-syntax-logical-assignment-operators/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-syntax-logical-assignment-operators/README.md +19 -0
- package/dist/node_modules/@babel/plugin-syntax-logical-assignment-operators/lib/index.js +22 -0
- package/dist/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json +28 -0
- package/dist/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md +19 -0
- package/dist/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/lib/index.js +22 -0
- package/dist/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +23 -0
- package/dist/node_modules/@babel/plugin-syntax-numeric-separator/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-syntax-numeric-separator/README.md +19 -0
- package/dist/node_modules/@babel/plugin-syntax-numeric-separator/lib/index.js +22 -0
- package/dist/node_modules/@babel/plugin-syntax-numeric-separator/package.json +28 -0
- package/dist/node_modules/@babel/plugin-syntax-object-rest-spread/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-syntax-object-rest-spread/README.md +19 -0
- package/dist/node_modules/@babel/plugin-syntax-object-rest-spread/lib/index.js +22 -0
- package/dist/node_modules/@babel/plugin-syntax-object-rest-spread/package.json +23 -0
- package/dist/node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-syntax-optional-catch-binding/README.md +19 -0
- package/dist/node_modules/@babel/plugin-syntax-optional-catch-binding/lib/index.js +22 -0
- package/dist/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json +23 -0
- package/dist/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-syntax-optional-chaining/README.md +19 -0
- package/dist/node_modules/@babel/plugin-syntax-optional-chaining/lib/index.js +22 -0
- package/dist/node_modules/@babel/plugin-syntax-optional-chaining/package.json +23 -0
- package/dist/node_modules/@babel/plugin-syntax-private-property-in-object/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-syntax-private-property-in-object/README.md +19 -0
- package/dist/node_modules/@babel/plugin-syntax-private-property-in-object/lib/index.js +22 -0
- package/dist/node_modules/@babel/plugin-syntax-private-property-in-object/package.json +32 -0
- package/dist/node_modules/@babel/plugin-syntax-top-level-await/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-syntax-top-level-await/README.md +19 -0
- package/dist/node_modules/@babel/plugin-syntax-top-level-await/lib/index.js +22 -0
- package/dist/node_modules/@babel/plugin-syntax-top-level-await/package.json +32 -0
- package/dist/node_modules/@babel/plugin-syntax-unicode-sets-regex/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-syntax-unicode-sets-regex/README.md +19 -0
- package/dist/node_modules/@babel/plugin-syntax-unicode-sets-regex/lib/index.js +25 -0
- package/dist/node_modules/@babel/plugin-syntax-unicode-sets-regex/package.json +49 -0
- package/dist/node_modules/@babel/plugin-transform-arrow-functions/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-arrow-functions/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js +30 -0
- package/dist/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-arrow-functions/package.json +36 -0
- package/dist/node_modules/@babel/plugin-transform-async-generator-functions/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-async-generator-functions/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-async-generator-functions/lib/for-await.js +77 -0
- package/dist/node_modules/@babel/plugin-transform-async-generator-functions/lib/for-await.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-async-generator-functions/lib/index.js +85 -0
- package/dist/node_modules/@babel/plugin-transform-async-generator-functions/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-async-generator-functions/package.json +39 -0
- package/dist/node_modules/@babel/plugin-transform-async-to-generator/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-async-to-generator/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-async-to-generator/lib/index.js +53 -0
- package/dist/node_modules/@babel/plugin-transform-async-to-generator/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-async-to-generator/package.json +36 -0
- package/dist/node_modules/@babel/plugin-transform-block-scoped-functions/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-block-scoped-functions/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-block-scoped-functions/lib/index.js +44 -0
- package/dist/node_modules/@babel/plugin-transform-block-scoped-functions/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-block-scoped-functions/package.json +34 -0
- package/dist/node_modules/@babel/plugin-transform-block-scoping/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-block-scoping/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/annex-B_3_3.js +101 -0
- package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/annex-B_3_3.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/index.js +185 -0
- package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/loop.js +294 -0
- package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/loop.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/validation.js +133 -0
- package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/validation.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-block-scoping/package.json +35 -0
- package/dist/node_modules/@babel/plugin-transform-class-properties/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-class-properties/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-class-properties/lib/index.js +23 -0
- package/dist/node_modules/@babel/plugin-transform-class-properties/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-class-properties/package.json +35 -0
- package/dist/node_modules/@babel/plugin-transform-class-static-block/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-class-static-block/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-class-static-block/lib/index.js +63 -0
- package/dist/node_modules/@babel/plugin-transform-class-static-block/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-class-static-block/package.json +42 -0
- package/dist/node_modules/@babel/plugin-transform-classes/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-classes/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-classes/lib/index.js +73 -0
- package/dist/node_modules/@babel/plugin-transform-classes/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-classes/lib/inline-createSuper-helpers.js +68 -0
- package/dist/node_modules/@babel/plugin-transform-classes/lib/inline-createSuper-helpers.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-classes/lib/transformClass.js +508 -0
- package/dist/node_modules/@babel/plugin-transform-classes/lib/transformClass.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-classes/package.json +43 -0
- package/dist/node_modules/@babel/plugin-transform-computed-properties/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-computed-properties/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-computed-properties/lib/index.js +161 -0
- package/dist/node_modules/@babel/plugin-transform-computed-properties/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-computed-properties/package.json +35 -0
- package/dist/node_modules/@babel/plugin-transform-destructuring/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-destructuring/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-destructuring/lib/index.js +545 -0
- package/dist/node_modules/@babel/plugin-transform-destructuring/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-destructuring/package.json +35 -0
- package/dist/node_modules/@babel/plugin-transform-dotall-regex/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-dotall-regex/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-dotall-regex/lib/index.js +18 -0
- package/dist/node_modules/@babel/plugin-transform-dotall-regex/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-dotall-regex/package.json +40 -0
- package/dist/node_modules/@babel/plugin-transform-duplicate-keys/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-duplicate-keys/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-duplicate-keys/lib/index.js +61 -0
- package/dist/node_modules/@babel/plugin-transform-duplicate-keys/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-duplicate-keys/package.json +34 -0
- package/dist/node_modules/@babel/plugin-transform-dynamic-import/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-dynamic-import/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-dynamic-import/lib/index.js +41 -0
- package/dist/node_modules/@babel/plugin-transform-dynamic-import/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-dynamic-import/package.json +34 -0
- package/dist/node_modules/@babel/plugin-transform-exponentiation-operator/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-exponentiation-operator/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-exponentiation-operator/lib/index.js +24 -0
- package/dist/node_modules/@babel/plugin-transform-exponentiation-operator/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-exponentiation-operator/package.json +35 -0
- package/dist/node_modules/@babel/plugin-transform-export-namespace-from/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-export-namespace-from/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-export-namespace-from/lib/index.js +47 -0
- package/dist/node_modules/@babel/plugin-transform-export-namespace-from/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-export-namespace-from/package.json +35 -0
- package/dist/node_modules/@babel/plugin-transform-for-of/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-for-of/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-for-of/lib/index.js +191 -0
- package/dist/node_modules/@babel/plugin-transform-for-of/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-for-of/lib/no-helper-implementation.js +153 -0
- package/dist/node_modules/@babel/plugin-transform-for-of/lib/no-helper-implementation.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-for-of/package.json +34 -0
- package/dist/node_modules/@babel/plugin-transform-function-name/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-function-name/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-function-name/lib/index.js +36 -0
- package/dist/node_modules/@babel/plugin-transform-function-name/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-function-name/package.json +36 -0
- package/dist/node_modules/@babel/plugin-transform-json-strings/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-json-strings/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-json-strings/lib/index.js +34 -0
- package/dist/node_modules/@babel/plugin-transform-json-strings/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-json-strings/package.json +35 -0
- package/dist/node_modules/@babel/plugin-transform-literals/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-literals/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-literals/lib/index.js +32 -0
- package/dist/node_modules/@babel/plugin-transform-literals/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-literals/package.json +34 -0
- package/dist/node_modules/@babel/plugin-transform-logical-assignment-operators/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-logical-assignment-operators/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-logical-assignment-operators/lib/index.js +56 -0
- package/dist/node_modules/@babel/plugin-transform-logical-assignment-operators/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-logical-assignment-operators/package.json +36 -0
- package/dist/node_modules/@babel/plugin-transform-member-expression-literals/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-member-expression-literals/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-member-expression-literals/lib/index.js +30 -0
- package/dist/node_modules/@babel/plugin-transform-member-expression-literals/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-member-expression-literals/package.json +34 -0
- package/dist/node_modules/@babel/plugin-transform-modules-amd/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-modules-amd/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-modules-amd/lib/index.js +145 -0
- package/dist/node_modules/@babel/plugin-transform-modules-amd/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-modules-amd/package.json +36 -0
- package/dist/node_modules/@babel/plugin-transform-modules-commonjs/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-modules-commonjs/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/dynamic-import.js +16 -0
- package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/dynamic-import.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/hooks.js +37 -0
- package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/hooks.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/index.js +198 -0
- package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/lazy.js +44 -0
- package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/lazy.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-modules-commonjs/package.json +37 -0
- package/dist/node_modules/@babel/plugin-transform-modules-systemjs/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-modules-systemjs/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-modules-systemjs/lib/index.js +403 -0
- package/dist/node_modules/@babel/plugin-transform-modules-systemjs/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-modules-systemjs/package.json +37 -0
- package/dist/node_modules/@babel/plugin-transform-modules-umd/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-modules-umd/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-modules-umd/lib/index.js +157 -0
- package/dist/node_modules/@babel/plugin-transform-modules-umd/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-modules-umd/package.json +36 -0
- package/dist/node_modules/@babel/plugin-transform-named-capturing-groups-regex/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-named-capturing-groups-regex/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-named-capturing-groups-regex/lib/index.js +26 -0
- package/dist/node_modules/@babel/plugin-transform-named-capturing-groups-regex/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-named-capturing-groups-regex/package.json +40 -0
- package/dist/node_modules/@babel/plugin-transform-new-target/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-new-target/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-new-target/lib/index.js +72 -0
- package/dist/node_modules/@babel/plugin-transform-new-target/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-new-target/package.json +36 -0
- package/dist/node_modules/@babel/plugin-transform-nullish-coalescing-operator/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-nullish-coalescing-operator/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +49 -0
- package/dist/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +35 -0
- package/dist/node_modules/@babel/plugin-transform-numeric-separator/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-numeric-separator/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-numeric-separator/lib/index.js +32 -0
- package/dist/node_modules/@babel/plugin-transform-numeric-separator/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-numeric-separator/package.json +37 -0
- package/dist/node_modules/@babel/plugin-transform-object-rest-spread/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-object-rest-spread/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-object-rest-spread/lib/index.js +451 -0
- package/dist/node_modules/@babel/plugin-transform-object-rest-spread/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-object-rest-spread/package.json +39 -0
- package/dist/node_modules/@babel/plugin-transform-object-super/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-object-super/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-object-super/lib/index.js +42 -0
- package/dist/node_modules/@babel/plugin-transform-object-super/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-object-super/package.json +35 -0
- package/dist/node_modules/@babel/plugin-transform-optional-catch-binding/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-optional-catch-binding/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-optional-catch-binding/lib/index.js +26 -0
- package/dist/node_modules/@babel/plugin-transform-optional-catch-binding/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-optional-catch-binding/package.json +35 -0
- package/dist/node_modules/@babel/plugin-transform-optional-chaining/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-optional-chaining/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-optional-chaining/lib/index.js +240 -0
- package/dist/node_modules/@babel/plugin-transform-optional-chaining/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-optional-chaining/package.json +38 -0
- package/dist/node_modules/@babel/plugin-transform-parameters/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-parameters/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-parameters/lib/index.js +43 -0
- package/dist/node_modules/@babel/plugin-transform-parameters/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-parameters/lib/params.js +143 -0
- package/dist/node_modules/@babel/plugin-transform-parameters/lib/params.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-parameters/lib/rest.js +284 -0
- package/dist/node_modules/@babel/plugin-transform-parameters/lib/rest.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-parameters/lib/shadow-utils.js +65 -0
- package/dist/node_modules/@babel/plugin-transform-parameters/lib/shadow-utils.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-parameters/package.json +34 -0
- package/dist/node_modules/@babel/plugin-transform-private-methods/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-private-methods/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-private-methods/lib/index.js +23 -0
- package/dist/node_modules/@babel/plugin-transform-private-methods/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-private-methods/package.json +35 -0
- package/dist/node_modules/@babel/plugin-transform-private-property-in-object/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-private-property-in-object/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-private-property-in-object/lib/index.js +127 -0
- package/dist/node_modules/@babel/plugin-transform-private-property-in-object/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-private-property-in-object/package.json +37 -0
- package/dist/node_modules/@babel/plugin-transform-property-literals/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-property-literals/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-property-literals/lib/index.js +29 -0
- package/dist/node_modules/@babel/plugin-transform-property-literals/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-property-literals/package.json +34 -0
- package/dist/node_modules/@babel/plugin-transform-regenerator/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-regenerator/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-regenerator/lib/index.js +44 -0
- package/dist/node_modules/@babel/plugin-transform-regenerator/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-regenerator/package.json +32 -0
- package/dist/node_modules/@babel/plugin-transform-reserved-words/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-reserved-words/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-reserved-words/lib/index.js +24 -0
- package/dist/node_modules/@babel/plugin-transform-reserved-words/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-reserved-words/package.json +34 -0
- package/dist/node_modules/@babel/plugin-transform-runtime/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-runtime/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-runtime/lib/get-runtime-path/browser.js +16 -0
- package/dist/node_modules/@babel/plugin-transform-runtime/lib/get-runtime-path/browser.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-runtime/lib/get-runtime-path/index.js +40 -0
- package/dist/node_modules/@babel/plugin-transform-runtime/lib/get-runtime-path/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-runtime/lib/helpers.js +14 -0
- package/dist/node_modules/@babel/plugin-transform-runtime/lib/helpers.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-runtime/lib/index.js +108 -0
- package/dist/node_modules/@babel/plugin-transform-runtime/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-runtime/lib/polyfills.js +64 -0
- package/dist/node_modules/@babel/plugin-transform-runtime/lib/polyfills.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-runtime/package.json +48 -0
- package/dist/node_modules/@babel/plugin-transform-runtime/src/get-runtime-path/browser.ts +15 -0
- package/dist/node_modules/@babel/plugin-transform-runtime/src/get-runtime-path/index.ts +42 -0
- package/dist/node_modules/@babel/plugin-transform-shorthand-properties/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-shorthand-properties/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-shorthand-properties/lib/index.js +51 -0
- package/dist/node_modules/@babel/plugin-transform-shorthand-properties/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-shorthand-properties/package.json +34 -0
- package/dist/node_modules/@babel/plugin-transform-spread/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-spread/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-spread/lib/index.js +145 -0
- package/dist/node_modules/@babel/plugin-transform-spread/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-spread/package.json +35 -0
- package/dist/node_modules/@babel/plugin-transform-sticky-regex/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-sticky-regex/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-sticky-regex/lib/index.js +26 -0
- package/dist/node_modules/@babel/plugin-transform-sticky-regex/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-sticky-regex/package.json +34 -0
- package/dist/node_modules/@babel/plugin-transform-template-literals/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-template-literals/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-template-literals/lib/index.js +109 -0
- package/dist/node_modules/@babel/plugin-transform-template-literals/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-template-literals/package.json +34 -0
- package/dist/node_modules/@babel/plugin-transform-typeof-symbol/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-typeof-symbol/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-typeof-symbol/lib/index.js +62 -0
- package/dist/node_modules/@babel/plugin-transform-typeof-symbol/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-typeof-symbol/package.json +37 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-escapes/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-escapes/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-escapes/lib/index.js +119 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-escapes/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-escapes/package.json +34 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-property-regex/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-property-regex/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-property-regex/lib/index.js +27 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-property-regex/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-property-regex/package.json +41 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-regex/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-regex/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-regex/lib/index.js +18 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-regex/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-regex/package.json +35 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-sets-regex/LICENSE +22 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-sets-regex/README.md +19 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-sets-regex/lib/index.js +21 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-sets-regex/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/plugin-transform-unicode-sets-regex/package.json +49 -0
- package/dist/node_modules/@babel/preset-env/LICENSE +22 -0
- package/dist/node_modules/@babel/preset-env/README.md +19 -0
- package/dist/node_modules/@babel/preset-env/data/built-in-modules.js +3 -0
- package/dist/node_modules/@babel/preset-env/data/built-in-modules.json.js +3 -0
- package/dist/node_modules/@babel/preset-env/data/built-ins.js +4 -0
- package/dist/node_modules/@babel/preset-env/data/built-ins.json.js +4 -0
- package/dist/node_modules/@babel/preset-env/data/core-js-compat.js +1 -0
- package/dist/node_modules/@babel/preset-env/data/corejs2-built-ins.js +3 -0
- package/dist/node_modules/@babel/preset-env/data/corejs2-built-ins.json.js +3 -0
- package/dist/node_modules/@babel/preset-env/data/package.json +1 -0
- package/dist/node_modules/@babel/preset-env/data/plugins.js +3 -0
- package/dist/node_modules/@babel/preset-env/data/plugins.json.js +3 -0
- package/dist/node_modules/@babel/preset-env/data/shipped-proposals.js +2 -0
- package/dist/node_modules/@babel/preset-env/data/unreleased-labels.js +3 -0
- package/dist/node_modules/@babel/preset-env/lib/available-plugins.js +158 -0
- package/dist/node_modules/@babel/preset-env/lib/available-plugins.js.map +1 -0
- package/dist/node_modules/@babel/preset-env/lib/debug.js +37 -0
- package/dist/node_modules/@babel/preset-env/lib/debug.js.map +1 -0
- package/dist/node_modules/@babel/preset-env/lib/filter-items.js +31 -0
- package/dist/node_modules/@babel/preset-env/lib/filter-items.js.map +1 -0
- package/dist/node_modules/@babel/preset-env/lib/get-option-specific-excludes.js +14 -0
- package/dist/node_modules/@babel/preset-env/lib/get-option-specific-excludes.js.map +1 -0
- package/dist/node_modules/@babel/preset-env/lib/index.js +310 -0
- package/dist/node_modules/@babel/preset-env/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/preset-env/lib/module-transformations.js +17 -0
- package/dist/node_modules/@babel/preset-env/lib/module-transformations.js.map +1 -0
- package/dist/node_modules/@babel/preset-env/lib/normalize-options.js +130 -0
- package/dist/node_modules/@babel/preset-env/lib/normalize-options.js.map +1 -0
- package/dist/node_modules/@babel/preset-env/lib/options.js +42 -0
- package/dist/node_modules/@babel/preset-env/lib/options.js.map +1 -0
- package/dist/node_modules/@babel/preset-env/lib/plugins-compat-data.js +29 -0
- package/dist/node_modules/@babel/preset-env/lib/plugins-compat-data.js.map +1 -0
- package/dist/node_modules/@babel/preset-env/lib/polyfills/babel-polyfill.js +70 -0
- package/dist/node_modules/@babel/preset-env/lib/polyfills/babel-polyfill.js.map +1 -0
- package/dist/node_modules/@babel/preset-env/lib/polyfills/regenerator.js +46 -0
- package/dist/node_modules/@babel/preset-env/lib/polyfills/regenerator.js.map +1 -0
- package/dist/node_modules/@babel/preset-env/lib/polyfills/utils.js +36 -0
- package/dist/node_modules/@babel/preset-env/lib/polyfills/utils.js.map +1 -0
- package/dist/node_modules/@babel/preset-env/lib/shipped-proposals.js +31 -0
- package/dist/node_modules/@babel/preset-env/lib/shipped-proposals.js.map +1 -0
- package/dist/node_modules/@babel/preset-env/lib/targets-parser.js +20 -0
- package/dist/node_modules/@babel/preset-env/lib/targets-parser.js.map +1 -0
- package/dist/node_modules/@babel/preset-env/package.json +113 -0
- package/dist/node_modules/@babel/preset-modules/LICENSE +21 -0
- package/dist/node_modules/@babel/preset-modules/README.md +171 -0
- package/dist/node_modules/@babel/preset-modules/lib/index.js +27 -0
- package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-async-arrows-in-class/index.js +45 -0
- package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-edge-default-parameters/index.js +36 -0
- package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-edge-function-name/index.js +42 -0
- package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-jsx-spread/index.js +115 -0
- package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-safari-block-shadowing/index.js +47 -0
- package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-safari-for-shadowing/index.js +42 -0
- package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-tagged-template-caching/index.js +75 -0
- package/dist/node_modules/@babel/preset-modules/package.json +104 -0
- package/dist/node_modules/@babel/preset-modules/src/index.js +26 -0
- package/dist/node_modules/@babel/preset-modules/src/plugins/transform-async-arrows-in-class/index.js +35 -0
- package/dist/node_modules/@babel/preset-modules/src/plugins/transform-edge-default-parameters/index.js +29 -0
- package/dist/node_modules/@babel/preset-modules/src/plugins/transform-edge-function-name/index.js +31 -0
- package/dist/node_modules/@babel/preset-modules/src/plugins/transform-jsx-spread/index.js +111 -0
- package/dist/node_modules/@babel/preset-modules/src/plugins/transform-safari-block-shadowing/index.js +39 -0
- package/dist/node_modules/@babel/preset-modules/src/plugins/transform-safari-for-shadowing/index.js +38 -0
- package/dist/node_modules/@babel/preset-modules/src/plugins/transform-tagged-template-caching/index.js +88 -0
- package/dist/node_modules/@babel/regjsgen/LICENSE-MIT.txt +22 -0
- package/dist/node_modules/@babel/regjsgen/README.md +44 -0
- package/dist/node_modules/@babel/regjsgen/package.json +43 -0
- package/dist/node_modules/@babel/regjsgen/regjsgen.js +425 -0
- package/dist/node_modules/@babel/runtime/LICENSE +22 -0
- package/dist/node_modules/@babel/runtime/README.md +19 -0
- package/dist/node_modules/@babel/runtime/helpers/AsyncGenerator.js +64 -0
- package/dist/node_modules/@babel/runtime/helpers/AwaitValue.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/OverloadYield.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js +24 -0
- package/dist/node_modules/@babel/runtime/helpers/applyDecs.js +236 -0
- package/dist/node_modules/@babel/runtime/helpers/applyDecs2203.js +187 -0
- package/dist/node_modules/@babel/runtime/helpers/applyDecs2203R.js +191 -0
- package/dist/node_modules/@babel/runtime/helpers/applyDecs2301.js +222 -0
- package/dist/node_modules/@babel/runtime/helpers/applyDecs2305.js +232 -0
- package/dist/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/arrayWithHoles.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +5 -0
- package/dist/node_modules/@babel/runtime/helpers/assertThisInitialized.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js +24 -0
- package/dist/node_modules/@babel/runtime/helpers/asyncIterator.js +45 -0
- package/dist/node_modules/@babel/runtime/helpers/asyncToGenerator.js +31 -0
- package/dist/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js +5 -0
- package/dist/node_modules/@babel/runtime/helpers/checkInRHS.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js +18 -0
- package/dist/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js +11 -0
- package/dist/node_modules/@babel/runtime/helpers/classCallCheck.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/classNameTDZError.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js +5 -0
- package/dist/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js +9 -0
- package/dist/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js +9 -0
- package/dist/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js +10 -0
- package/dist/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/construct.js +18 -0
- package/dist/node_modules/@babel/runtime/helpers/createClass.js +19 -0
- package/dist/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js +53 -0
- package/dist/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js +20 -0
- package/dist/node_modules/@babel/runtime/helpers/createSuper.js +18 -0
- package/dist/node_modules/@babel/runtime/helpers/decorate.js +343 -0
- package/dist/node_modules/@babel/runtime/helpers/defaults.js +12 -0
- package/dist/node_modules/@babel/runtime/helpers/defineAccessor.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js +20 -0
- package/dist/node_modules/@babel/runtime/helpers/defineProperty.js +16 -0
- package/dist/node_modules/@babel/runtime/helpers/dispose.js +28 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/AsyncGenerator.js +63 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/AwaitValue.js +3 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/OverloadYield.js +3 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js +23 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/applyDecs.js +235 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js +186 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js +190 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js +221 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js +231 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +5 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +3 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js +23 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/asyncIterator.js +44 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js +30 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/checkInRHS.js +5 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js +5 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js +17 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js +10 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +5 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js +5 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +5 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js +3 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js +5 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js +5 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js +3 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js +9 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js +5 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js +3 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/construct.js +17 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/createClass.js +18 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +52 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js +19 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/createSuper.js +17 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/decorate.js +342 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/defaults.js +11 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/defineAccessor.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js +19 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/defineProperty.js +15 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/dispose.js +27 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/extends.js +14 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/get.js +17 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/identity.js +3 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js +26 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/inherits.js +17 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js +9 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js +3 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/instanceof.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js +5 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js +26 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +11 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +3 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +27 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimitLoose.js +9 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/jsx.js +21 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js +5 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +3 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +3 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js +3 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js +3 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/objectSpread.js +16 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +22 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +16 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +12 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/package.json +3 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +10 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/readOnlyError.js +3 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js +303 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/set.js +40 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/slicedToArrayLoose.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/superPropBase.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +10 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/tdz.js +3 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/temporalRef.js +5 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js +1 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/toArray.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +11 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/typeof.js +9 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +9 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/using.js +12 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js +30 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js +50 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js +3 -0
- package/dist/node_modules/@babel/runtime/helpers/extends.js +15 -0
- package/dist/node_modules/@babel/runtime/helpers/get.js +18 -0
- package/dist/node_modules/@babel/runtime/helpers/getPrototypeOf.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/identity.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/importDeferProxy.js +27 -0
- package/dist/node_modules/@babel/runtime/helpers/inherits.js +18 -0
- package/dist/node_modules/@babel/runtime/helpers/inheritsLoose.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/initializerDefineProperty.js +10 -0
- package/dist/node_modules/@babel/runtime/helpers/initializerWarningHelper.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/instanceof.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/interopRequireDefault.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/interopRequireWildcard.js +27 -0
- package/dist/node_modules/@babel/runtime/helpers/isNativeFunction.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js +12 -0
- package/dist/node_modules/@babel/runtime/helpers/iterableToArray.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js +28 -0
- package/dist/node_modules/@babel/runtime/helpers/iterableToArrayLimitLoose.js +10 -0
- package/dist/node_modules/@babel/runtime/helpers/jsx.js +22 -0
- package/dist/node_modules/@babel/runtime/helpers/maybeArrayLike.js +9 -0
- package/dist/node_modules/@babel/runtime/helpers/newArrowCheck.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/nonIterableRest.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/nonIterableSpread.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/nullishReceiverError.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/objectSpread.js +17 -0
- package/dist/node_modules/@babel/runtime/helpers/objectSpread2.js +23 -0
- package/dist/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +17 -0
- package/dist/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +13 -0
- package/dist/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js +11 -0
- package/dist/node_modules/@babel/runtime/helpers/readOnlyError.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/regeneratorRuntime.js +304 -0
- package/dist/node_modules/@babel/runtime/helpers/set.js +41 -0
- package/dist/node_modules/@babel/runtime/helpers/setPrototypeOf.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/slicedToArray.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/slicedToArrayLoose.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/superPropBase.js +9 -0
- package/dist/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js +11 -0
- package/dist/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/tdz.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/temporalRef.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/temporalUndefined.js +2 -0
- package/dist/node_modules/@babel/runtime/helpers/toArray.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/toConsumableArray.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/toPrimitive.js +12 -0
- package/dist/node_modules/@babel/runtime/helpers/toPropertyKey.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/typeof.js +10 -0
- package/dist/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +10 -0
- package/dist/node_modules/@babel/runtime/helpers/using.js +13 -0
- package/dist/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +31 -0
- package/dist/node_modules/@babel/runtime/helpers/wrapRegExp.js +51 -0
- package/dist/node_modules/@babel/runtime/helpers/writeOnlyError.js +4 -0
- package/dist/node_modules/@babel/runtime/package.json +975 -0
- package/dist/node_modules/@babel/runtime/regenerator/index.js +15 -0
- package/dist/node_modules/@babel/template/LICENSE +22 -0
- package/dist/node_modules/@babel/template/README.md +19 -0
- package/dist/node_modules/@babel/template/lib/builder.js +69 -0
- package/dist/node_modules/@babel/template/lib/builder.js.map +1 -0
- package/dist/node_modules/@babel/template/lib/formatters.js +66 -0
- package/dist/node_modules/@babel/template/lib/formatters.js.map +1 -0
- package/dist/node_modules/@babel/template/lib/index.js +29 -0
- package/dist/node_modules/@babel/template/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/template/lib/literal.js +69 -0
- package/dist/node_modules/@babel/template/lib/literal.js.map +1 -0
- package/dist/node_modules/@babel/template/lib/options.js +73 -0
- package/dist/node_modules/@babel/template/lib/options.js.map +1 -0
- package/dist/node_modules/@babel/template/lib/parse.js +160 -0
- package/dist/node_modules/@babel/template/lib/parse.js.map +1 -0
- package/dist/node_modules/@babel/template/lib/populate.js +122 -0
- package/dist/node_modules/@babel/template/lib/populate.js.map +1 -0
- package/dist/node_modules/@babel/template/lib/string.js +20 -0
- package/dist/node_modules/@babel/template/lib/string.js.map +1 -0
- package/dist/node_modules/@babel/template/package.json +27 -0
- package/dist/node_modules/@babel/traverse/LICENSE +22 -0
- package/dist/node_modules/@babel/traverse/README.md +19 -0
- package/dist/node_modules/@babel/traverse/lib/cache.js +46 -0
- package/dist/node_modules/@babel/traverse/lib/cache.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/context.js +115 -0
- package/dist/node_modules/@babel/traverse/lib/context.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/hub.js +19 -0
- package/dist/node_modules/@babel/traverse/lib/hub.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/index.js +95 -0
- package/dist/node_modules/@babel/traverse/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/ancestry.js +141 -0
- package/dist/node_modules/@babel/traverse/lib/path/ancestry.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/comments.js +54 -0
- package/dist/node_modules/@babel/traverse/lib/path/comments.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/context.js +222 -0
- package/dist/node_modules/@babel/traverse/lib/path/context.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/conversion.js +468 -0
- package/dist/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/evaluation.js +347 -0
- package/dist/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/family.js +336 -0
- package/dist/node_modules/@babel/traverse/lib/path/family.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/index.js +193 -0
- package/dist/node_modules/@babel/traverse/lib/path/index.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/inference/index.js +149 -0
- package/dist/node_modules/@babel/traverse/lib/path/inference/index.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +151 -0
- package/dist/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/inference/inferers.js +207 -0
- package/dist/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/inference/util.js +30 -0
- package/dist/node_modules/@babel/traverse/lib/path/inference/util.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/introspection.js +385 -0
- package/dist/node_modules/@babel/traverse/lib/path/introspection.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/lib/hoister.js +171 -0
- package/dist/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +38 -0
- package/dist/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +161 -0
- package/dist/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +44 -0
- package/dist/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/modification.js +225 -0
- package/dist/node_modules/@babel/traverse/lib/path/modification.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/removal.js +60 -0
- package/dist/node_modules/@babel/traverse/lib/path/removal.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/path/replacement.js +205 -0
- package/dist/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/scope/binding.js +83 -0
- package/dist/node_modules/@babel/traverse/lib/scope/binding.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/scope/index.js +888 -0
- package/dist/node_modules/@babel/traverse/lib/scope/index.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/scope/lib/renamer.js +113 -0
- package/dist/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/traverse-node.js +29 -0
- package/dist/node_modules/@babel/traverse/lib/traverse-node.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/types.js +3 -0
- package/dist/node_modules/@babel/traverse/lib/types.js.map +1 -0
- package/dist/node_modules/@babel/traverse/lib/visitors.js +218 -0
- package/dist/node_modules/@babel/traverse/lib/visitors.js.map +1 -0
- package/dist/node_modules/@babel/traverse/package.json +38 -0
- package/dist/node_modules/@babel/types/LICENSE +22 -0
- package/dist/node_modules/@babel/types/README.md +19 -0
- package/dist/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
- package/dist/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/asserts/generated/index.js +1235 -0
- package/dist/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
- package/dist/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
- package/dist/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +32 -0
- package/dist/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/builders/generated/index.js +1993 -0
- package/dist/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/builders/generated/uppercase.js +1532 -0
- package/dist/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/builders/productions.js +12 -0
- package/dist/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
- package/dist/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
- package/dist/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/builders/validateNode.js +17 -0
- package/dist/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/clone/clone.js +12 -0
- package/dist/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
- package/dist/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
- package/dist/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/clone/cloneNode.js +100 -0
- package/dist/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
- package/dist/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/comments/addComment.js +15 -0
- package/dist/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/comments/addComments.js +22 -0
- package/dist/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
- package/dist/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
- package/dist/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
- package/dist/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
- package/dist/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
- package/dist/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/constants/generated/index.js +109 -0
- package/dist/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/constants/index.js +51 -0
- package/dist/node_modules/@babel/types/lib/constants/index.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
- package/dist/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +64 -0
- package/dist/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
- package/dist/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
- package/dist/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
- package/dist/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/converters/toExpression.js +28 -0
- package/dist/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
- package/dist/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
- package/dist/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/converters/toSequenceExpression.js +19 -0
- package/dist/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/converters/toStatement.js +40 -0
- package/dist/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/converters/valueToNode.js +77 -0
- package/dist/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/definitions/core.js +1692 -0
- package/dist/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +12 -0
- package/dist/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/definitions/experimental.js +134 -0
- package/dist/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/definitions/flow.js +488 -0
- package/dist/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/definitions/index.js +97 -0
- package/dist/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/definitions/jsx.js +158 -0
- package/dist/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/definitions/misc.js +32 -0
- package/dist/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/definitions/placeholders.js +30 -0
- package/dist/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/definitions/typescript.js +490 -0
- package/dist/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/definitions/utils.js +280 -0
- package/dist/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/index-legacy.d.ts +2759 -0
- package/dist/node_modules/@babel/types/lib/index.d.ts +3280 -0
- package/dist/node_modules/@babel/types/lib/index.js +582 -0
- package/dist/node_modules/@babel/types/lib/index.js.flow +2613 -0
- package/dist/node_modules/@babel/types/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
- package/dist/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
- package/dist/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
- package/dist/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
- package/dist/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
- package/dist/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
- package/dist/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +65 -0
- package/dist/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +93 -0
- package/dist/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +14 -0
- package/dist/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
- package/dist/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/traverse/traverseFast.js +26 -0
- package/dist/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
- package/dist/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/utils/inherit.js +13 -0
- package/dist/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
- package/dist/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
- package/dist/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
- package/dist/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/generated/index.js +2752 -0
- package/dist/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/is.js +27 -0
- package/dist/node_modules/@babel/types/lib/validators/is.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
- package/dist/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
- package/dist/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
- package/dist/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/isLet.js +13 -0
- package/dist/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/isNode.js +12 -0
- package/dist/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
- package/dist/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/isPlaceholderType.js +19 -0
- package/dist/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
- package/dist/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/isScope.js +18 -0
- package/dist/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
- package/dist/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/isType.js +22 -0
- package/dist/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
- package/dist/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
- package/dist/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/isVar.js +15 -0
- package/dist/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/matchesPattern.js +36 -0
- package/dist/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
- package/dist/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/react/isReactComponent.js +12 -0
- package/dist/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
- package/dist/node_modules/@babel/types/lib/validators/validate.js +30 -0
- package/dist/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
- package/dist/node_modules/@babel/types/package.json +40 -0
- package/dist/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
- package/dist/node_modules/@jridgewell/gen-mapping/README.md +227 -0
- package/dist/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
- package/dist/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
- package/dist/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +236 -0
- package/dist/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +1 -0
- package/dist/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +90 -0
- package/dist/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
- package/dist/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +35 -0
- package/dist/node_modules/@jridgewell/gen-mapping/package.json +77 -0
- package/dist/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
- package/dist/node_modules/@jridgewell/resolve-uri/README.md +40 -0
- package/dist/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +242 -0
- package/dist/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
- package/dist/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +250 -0
- package/dist/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
- package/dist/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
- package/dist/node_modules/@jridgewell/resolve-uri/package.json +69 -0
- package/dist/node_modules/@jridgewell/set-array/LICENSE +19 -0
- package/dist/node_modules/@jridgewell/set-array/README.md +37 -0
- package/dist/node_modules/@jridgewell/set-array/dist/set-array.mjs +48 -0
- package/dist/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
- package/dist/node_modules/@jridgewell/set-array/dist/set-array.umd.js +58 -0
- package/dist/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +1 -0
- package/dist/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +26 -0
- package/dist/node_modules/@jridgewell/set-array/package.json +66 -0
- package/dist/node_modules/@jridgewell/set-array/src/set-array.ts +55 -0
- package/dist/node_modules/@jridgewell/source-map/LICENSE +19 -0
- package/dist/node_modules/@jridgewell/source-map/README.md +82 -0
- package/dist/node_modules/@jridgewell/source-map/dist/source-map.mjs +928 -0
- package/dist/node_modules/@jridgewell/source-map/dist/source-map.mjs.map +1 -0
- package/dist/node_modules/@jridgewell/source-map/dist/source-map.umd.js +939 -0
- package/dist/node_modules/@jridgewell/source-map/dist/source-map.umd.js.map +1 -0
- package/dist/node_modules/@jridgewell/source-map/dist/types/source-map.d.ts +25 -0
- package/dist/node_modules/@jridgewell/source-map/package.json +71 -0
- package/dist/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
- package/dist/node_modules/@jridgewell/sourcemap-codec/README.md +200 -0
- package/dist/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +164 -0
- package/dist/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
- package/dist/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +175 -0
- package/dist/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
- package/dist/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +6 -0
- package/dist/node_modules/@jridgewell/sourcemap-codec/package.json +74 -0
- package/dist/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
- package/dist/node_modules/@jridgewell/trace-mapping/README.md +252 -0
- package/dist/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +552 -0
- package/dist/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
- package/dist/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +566 -0
- package/dist/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
- package/dist/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +8 -0
- package/dist/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +32 -0
- package/dist/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +7 -0
- package/dist/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +1 -0
- package/dist/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +2 -0
- package/dist/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
- package/dist/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +4 -0
- package/dist/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +74 -0
- package/dist/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +92 -0
- package/dist/node_modules/@jridgewell/trace-mapping/package.json +75 -0
- package/dist/node_modules/@ljharb/resumer/.eslintrc +24 -0
- package/dist/node_modules/@ljharb/resumer/.github/FUNDING.yml +12 -0
- package/dist/node_modules/@ljharb/resumer/.nycrc +14 -0
- package/dist/node_modules/@ljharb/resumer/CHANGELOG.md +29 -0
- package/dist/node_modules/@ljharb/resumer/LICENSE +18 -0
- package/dist/node_modules/@ljharb/resumer/README.md +75 -0
- package/dist/node_modules/@ljharb/resumer/example/resume.js +11 -0
- package/dist/node_modules/@ljharb/resumer/index.js +31 -0
- package/dist/node_modules/@ljharb/resumer/package.json +69 -0
- package/dist/node_modules/@ljharb/resumer/test/resume.js +39 -0
- package/dist/node_modules/@ljharb/resumer/test/through.js +39 -0
- package/dist/node_modules/@ljharb/through/.eslintrc +24 -0
- package/dist/node_modules/@ljharb/through/.github/FUNDING.yml +12 -0
- package/dist/node_modules/@ljharb/through/.nycrc +13 -0
- package/dist/node_modules/@ljharb/through/CHANGELOG.md +250 -0
- package/dist/node_modules/@ljharb/through/LICENSE +24 -0
- package/dist/node_modules/@ljharb/through/README.md +85 -0
- package/dist/node_modules/@ljharb/through/index.js +119 -0
- package/dist/node_modules/@ljharb/through/package.json +67 -0
- package/dist/node_modules/@ljharb/through/test/async.js +29 -0
- package/dist/node_modules/@ljharb/through/test/auto-destroy.js +33 -0
- package/dist/node_modules/@ljharb/through/test/buffering.js +70 -0
- package/dist/node_modules/@ljharb/through/test/end.js +47 -0
- package/dist/node_modules/@ljharb/through/test/index.js +129 -0
- package/dist/node_modules/@rollup/plugin-babel/LICENSE +21 -0
- package/dist/node_modules/@rollup/plugin-babel/README.md +380 -0
- package/dist/node_modules/@rollup/plugin-babel/dist/cjs/index.js +394 -0
- package/dist/node_modules/@rollup/plugin-babel/dist/es/index.js +365 -0
- package/dist/node_modules/@rollup/plugin-babel/dist/es/package.json +1 -0
- package/dist/node_modules/@rollup/plugin-babel/package.json +98 -0
- package/dist/node_modules/@rollup/plugin-babel/types/index.d.ts +133 -0
- package/dist/node_modules/@rollup/plugin-node-resolve/LICENSE +21 -0
- package/dist/node_modules/@rollup/plugin-node-resolve/README.md +285 -0
- package/dist/node_modules/@rollup/plugin-node-resolve/dist/cjs/index.js +1362 -0
- package/dist/node_modules/@rollup/plugin-node-resolve/dist/es/index.js +1355 -0
- package/dist/node_modules/@rollup/plugin-node-resolve/dist/es/package.json +1 -0
- package/dist/node_modules/@rollup/plugin-node-resolve/package.json +92 -0
- package/dist/node_modules/@rollup/plugin-node-resolve/types/index.d.ts +113 -0
- package/dist/node_modules/@rollup/plugin-terser/README.md +80 -0
- package/dist/node_modules/@rollup/plugin-terser/dist/cjs/index.js +232 -0
- package/dist/node_modules/@rollup/plugin-terser/dist/es/index.js +226 -0
- package/dist/node_modules/@rollup/plugin-terser/dist/es/package.json +1 -0
- package/dist/node_modules/@rollup/plugin-terser/package.json +74 -0
- package/dist/node_modules/@rollup/plugin-terser/src/constants.ts +3 -0
- package/dist/node_modules/@rollup/plugin-terser/src/index.ts +8 -0
- package/dist/node_modules/@rollup/plugin-terser/src/module.ts +105 -0
- package/dist/node_modules/@rollup/plugin-terser/src/type.ts +45 -0
- package/dist/node_modules/@rollup/plugin-terser/src/worker-pool.ts +128 -0
- package/dist/node_modules/@rollup/plugin-terser/src/worker.ts +58 -0
- package/dist/node_modules/@rollup/plugin-terser/types/index.d.ts +15 -0
- package/dist/node_modules/@rollup/pluginutils/README.md +255 -0
- package/dist/node_modules/@rollup/pluginutils/dist/cjs/index.js +340 -0
- package/dist/node_modules/@rollup/pluginutils/dist/es/index.js +328 -0
- package/dist/node_modules/@rollup/pluginutils/dist/es/package.json +1 -0
- package/dist/node_modules/@rollup/pluginutils/package.json +100 -0
- package/dist/node_modules/@rollup/pluginutils/types/index.d.ts +92 -0
- package/dist/node_modules/@types/estree/LICENSE +21 -0
- package/dist/node_modules/@types/estree/README.md +15 -0
- package/dist/node_modules/@types/estree/flow.d.ts +167 -0
- package/dist/node_modules/@types/estree/index.d.ts +683 -0
- package/dist/node_modules/@types/estree/package.json +26 -0
- package/dist/node_modules/@types/resolve/LICENSE +21 -0
- package/dist/node_modules/@types/resolve/README.md +16 -0
- package/dist/node_modules/@types/resolve/index.d.ts +175 -0
- package/dist/node_modules/@types/resolve/package.json +35 -0
- package/dist/node_modules/acorn/CHANGELOG.md +870 -0
- package/dist/node_modules/acorn/LICENSE +21 -0
- package/dist/node_modules/acorn/README.md +283 -0
- package/dist/node_modules/acorn/bin/acorn +4 -0
- package/dist/node_modules/acorn/dist/acorn.d.mts +857 -0
- package/dist/node_modules/acorn/dist/acorn.d.ts +857 -0
- package/dist/node_modules/acorn/dist/acorn.js +6001 -0
- package/dist/node_modules/acorn/dist/acorn.mjs +5972 -0
- package/dist/node_modules/acorn/dist/bin.js +90 -0
- package/dist/node_modules/acorn/package.json +50 -0
- package/dist/node_modules/acorn-import-assertions/README.md +15 -0
- package/dist/node_modules/acorn-import-assertions/lib/index.js +235 -0
- package/dist/node_modules/acorn-import-assertions/lib/index.mjs +242 -0
- package/dist/node_modules/acorn-import-assertions/package.json +49 -0
- package/dist/node_modules/acorn-import-assertions/src/index.js +242 -0
- package/dist/node_modules/ansi-styles/index.js +165 -0
- package/dist/node_modules/ansi-styles/license +9 -0
- package/dist/node_modules/ansi-styles/package.json +56 -0
- package/dist/node_modules/ansi-styles/readme.md +147 -0
- package/dist/node_modules/array-buffer-byte-length/.eslintrc +5 -0
- package/dist/node_modules/array-buffer-byte-length/.github/FUNDING.yml +12 -0
- package/dist/node_modules/array-buffer-byte-length/.nycrc +13 -0
- package/dist/node_modules/array-buffer-byte-length/CHANGELOG.md +15 -0
- package/dist/node_modules/array-buffer-byte-length/LICENSE +21 -0
- package/dist/node_modules/array-buffer-byte-length/README.md +40 -0
- package/dist/node_modules/array-buffer-byte-length/index.js +13 -0
- package/dist/node_modules/array-buffer-byte-length/package.json +81 -0
- package/dist/node_modules/array-buffer-byte-length/test/index.js +26 -0
- package/dist/node_modules/array.prototype.every/.editorconfig +20 -0
- package/dist/node_modules/array.prototype.every/.eslintrc +30 -0
- package/dist/node_modules/array.prototype.every/.github/FUNDING.yml +12 -0
- package/dist/node_modules/array.prototype.every/.nycrc +13 -0
- package/dist/node_modules/array.prototype.every/CHANGELOG.md +116 -0
- package/dist/node_modules/array.prototype.every/LICENSE +21 -0
- package/dist/node_modules/array.prototype.every/README.md +70 -0
- package/dist/node_modules/array.prototype.every/auto.js +3 -0
- package/dist/node_modules/array.prototype.every/implementation.js +35 -0
- package/dist/node_modules/array.prototype.every/index.js +25 -0
- package/dist/node_modules/array.prototype.every/package.json +111 -0
- package/dist/node_modules/array.prototype.every/polyfill.js +15 -0
- package/dist/node_modules/array.prototype.every/shim.js +14 -0
- package/dist/node_modules/array.prototype.every/test/implementation.js +43 -0
- package/dist/node_modules/array.prototype.every/test/index.js +18 -0
- package/dist/node_modules/array.prototype.every/test/shimmed.js +61 -0
- package/dist/node_modules/array.prototype.every/test/tests.js +168 -0
- package/dist/node_modules/arraybuffer.prototype.slice/.editorconfig +13 -0
- package/dist/node_modules/arraybuffer.prototype.slice/.eslintrc +34 -0
- package/dist/node_modules/arraybuffer.prototype.slice/.nycrc +9 -0
- package/dist/node_modules/arraybuffer.prototype.slice/CHANGELOG.md +31 -0
- package/dist/node_modules/arraybuffer.prototype.slice/LICENSE +21 -0
- package/dist/node_modules/arraybuffer.prototype.slice/README.md +61 -0
- package/dist/node_modules/arraybuffer.prototype.slice/auto.js +3 -0
- package/dist/node_modules/arraybuffer.prototype.slice/implementation.js +84 -0
- package/dist/node_modules/arraybuffer.prototype.slice/index.js +18 -0
- package/dist/node_modules/arraybuffer.prototype.slice/package.json +103 -0
- package/dist/node_modules/arraybuffer.prototype.slice/polyfill.js +21 -0
- package/dist/node_modules/arraybuffer.prototype.slice/shim.js +18 -0
- package/dist/node_modules/arraybuffer.prototype.slice/test/implementation.js +32 -0
- package/dist/node_modules/arraybuffer.prototype.slice/test/index.js +29 -0
- package/dist/node_modules/arraybuffer.prototype.slice/test/shimmed.js +54 -0
- package/dist/node_modules/arraybuffer.prototype.slice/test/tests.js +81 -0
- package/dist/node_modules/available-typed-arrays/.eslintignore +1 -0
- package/dist/node_modules/available-typed-arrays/.eslintrc +9 -0
- package/dist/node_modules/available-typed-arrays/.github/FUNDING.yml +12 -0
- package/dist/node_modules/available-typed-arrays/.nycrc +9 -0
- package/dist/node_modules/available-typed-arrays/CHANGELOG.md +79 -0
- package/dist/node_modules/available-typed-arrays/LICENSE +21 -0
- package/dist/node_modules/available-typed-arrays/README.md +52 -0
- package/dist/node_modules/available-typed-arrays/index.js +27 -0
- package/dist/node_modules/available-typed-arrays/package.json +82 -0
- package/dist/node_modules/available-typed-arrays/test/index.js +18 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs2/LICENSE +22 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs2/README.md +28 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs2/esm/index.mjs +395 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs2/esm/index.mjs.map +1 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs2/lib/add-platform-specific-polyfills.js +21 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs2/lib/built-in-definitions.js +223 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs2/lib/helpers.js +32 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs2/lib/index.js +139 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs2/package.json +43 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs3/LICENSE +22 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs3/README.md +78 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/README.md +4 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/data.js +1 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/entries.js +1 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/get-modules-list-for-target-version.js +1 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs3/esm/index.mjs +756 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs3/esm/index.mjs.map +1 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs3/lib/built-in-definitions.js +446 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs3/lib/index.js +271 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs3/lib/shipped-proposals.js +7 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs3/lib/usage-filters.js +27 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs3/lib/utils.js +45 -0
- package/dist/node_modules/babel-plugin-polyfill-corejs3/package.json +49 -0
- package/dist/node_modules/babel-plugin-polyfill-regenerator/LICENSE +22 -0
- package/dist/node_modules/babel-plugin-polyfill-regenerator/README.md +28 -0
- package/dist/node_modules/babel-plugin-polyfill-regenerator/esm/index.mjs +45 -0
- package/dist/node_modules/babel-plugin-polyfill-regenerator/esm/index.mjs.map +1 -0
- package/dist/node_modules/babel-plugin-polyfill-regenerator/lib/index.js +47 -0
- package/dist/node_modules/babel-plugin-polyfill-regenerator/package.json +40 -0
- package/dist/node_modules/balanced-match/.github/FUNDING.yml +2 -0
- package/dist/node_modules/balanced-match/LICENSE.md +21 -0
- package/dist/node_modules/balanced-match/README.md +97 -0
- package/dist/node_modules/balanced-match/index.js +62 -0
- package/dist/node_modules/balanced-match/package.json +48 -0
- package/dist/node_modules/brace-expansion/LICENSE +21 -0
- package/dist/node_modules/brace-expansion/README.md +129 -0
- package/dist/node_modules/brace-expansion/index.js +201 -0
- package/dist/node_modules/brace-expansion/package.json +47 -0
- package/dist/node_modules/browserslist/LICENSE +20 -0
- package/dist/node_modules/browserslist/README.md +73 -0
- package/dist/node_modules/browserslist/browser.js +52 -0
- package/dist/node_modules/browserslist/cli.js +156 -0
- package/dist/node_modules/browserslist/error.d.ts +7 -0
- package/dist/node_modules/browserslist/error.js +12 -0
- package/dist/node_modules/browserslist/index.d.ts +200 -0
- package/dist/node_modules/browserslist/index.js +1197 -0
- package/dist/node_modules/browserslist/node.js +410 -0
- package/dist/node_modules/browserslist/package.json +44 -0
- package/dist/node_modules/browserslist/parse.js +78 -0
- package/dist/node_modules/buffer-from/LICENSE +21 -0
- package/dist/node_modules/buffer-from/index.js +72 -0
- package/dist/node_modules/buffer-from/package.json +19 -0
- package/dist/node_modules/buffer-from/readme.md +69 -0
- package/dist/node_modules/builtin-modules/builtin-modules.json +43 -0
- package/dist/node_modules/builtin-modules/index.d.ts +14 -0
- package/dist/node_modules/builtin-modules/index.js +11 -0
- package/dist/node_modules/builtin-modules/license +9 -0
- package/dist/node_modules/builtin-modules/package.json +44 -0
- package/dist/node_modules/builtin-modules/readme.md +44 -0
- package/dist/node_modules/builtin-modules/static.d.ts +14 -0
- package/dist/node_modules/builtin-modules/static.js +2 -0
- package/dist/node_modules/call-bind/.eslintignore +1 -0
- package/dist/node_modules/call-bind/.eslintrc +16 -0
- package/dist/node_modules/call-bind/.github/FUNDING.yml +12 -0
- package/dist/node_modules/call-bind/.nycrc +9 -0
- package/dist/node_modules/call-bind/CHANGELOG.md +77 -0
- package/dist/node_modules/call-bind/LICENSE +21 -0
- package/dist/node_modules/call-bind/README.md +64 -0
- package/dist/node_modules/call-bind/callBound.js +15 -0
- package/dist/node_modules/call-bind/index.js +44 -0
- package/dist/node_modules/call-bind/package.json +90 -0
- package/dist/node_modules/call-bind/test/callBound.js +54 -0
- package/dist/node_modules/call-bind/test/index.js +80 -0
- package/dist/node_modules/caniuse-lite/LICENSE +395 -0
- package/dist/node_modules/caniuse-lite/README.md +6 -0
- package/dist/node_modules/caniuse-lite/data/agents.js +1 -0
- package/dist/node_modules/caniuse-lite/data/browserVersions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/browsers.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/aac.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/apng.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/array-find.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/audio.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/av1.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/avif.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/beacon.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/bigint.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/border-image.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/brotli.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/calc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/canvas.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/classlist.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/colr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/console-time.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/const.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/cors.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-all.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-has.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-scroll-timeline.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-table.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/customevent.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/datalist.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dataset.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/datauri.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/decorators.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/details.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dialog.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/download.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/eme.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/eot.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es5.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/fetch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/filereader.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/flac.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/fontface.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/forms.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/heif.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/hevc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/hidden.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/history.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/http2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/http3.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ime.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/imports.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/innertext.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-color.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-event.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-number.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-range.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-search.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/json.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/let.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mathml.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/menu.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/meter.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/midi.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mp3.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/notifications.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/object-values.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ogv.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/online-status.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/opus.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/outline.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/path2d.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/picture.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ping.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/pointer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/portals.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/progress.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/promises.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/proximity.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/proxy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/push-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/rellist.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/rem.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ruby.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/run-in.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/script-async.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/sdch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/sni.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/spdy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/srcset.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/stream.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/streams.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/sxg.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/template.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/temporal.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/touch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ttf.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/u2f.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/url.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/vibration.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/video.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wav.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/web-share.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webgl.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webhid.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webm.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webp.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/websockets.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webusb.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webvr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webxr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/will-change.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/woff.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/woff2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/word-break.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/zstd.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AX.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BB.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BJ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CV.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CX.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/DE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/DJ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/DK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/DM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/DO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/DZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/EC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/EE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/EG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ER.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ES.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ET.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/FI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/FJ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/FK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/FM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/FO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/FR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GB.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GP.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GQ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/HK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/HN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/HR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/HT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/HU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ID.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IQ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/JE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/JM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/JO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/JP.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KP.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LB.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LV.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ME.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ML.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MP.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MQ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MV.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MX.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NP.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/OM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/QA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/RE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/RO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/RS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/RU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/RW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SB.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ST.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SV.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TJ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TV.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/UA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/UG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/US.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/UY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/UZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/WF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/WS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/YE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/YT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ZA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ZM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ZW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-af.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-an.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-as.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-na.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -0
- package/dist/node_modules/caniuse-lite/dist/lib/statuses.js +9 -0
- package/dist/node_modules/caniuse-lite/dist/lib/supported.js +9 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/agents.js +47 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +1 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/browsers.js +1 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/feature.js +52 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/features.js +6 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/index.js +4 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/region.js +22 -0
- package/dist/node_modules/caniuse-lite/package.json +34 -0
- package/dist/node_modules/chalk/index.js +228 -0
- package/dist/node_modules/chalk/index.js.flow +93 -0
- package/dist/node_modules/chalk/license +9 -0
- package/dist/node_modules/chalk/package.json +71 -0
- package/dist/node_modules/chalk/readme.md +314 -0
- package/dist/node_modules/chalk/templates.js +128 -0
- package/dist/node_modules/chalk/types/index.d.ts +97 -0
- package/dist/node_modules/color-convert/CHANGELOG.md +54 -0
- package/dist/node_modules/color-convert/LICENSE +21 -0
- package/dist/node_modules/color-convert/README.md +68 -0
- package/dist/node_modules/color-convert/conversions.js +868 -0
- package/dist/node_modules/color-convert/index.js +78 -0
- package/dist/node_modules/color-convert/package.json +46 -0
- package/dist/node_modules/color-convert/route.js +97 -0
- package/dist/node_modules/color-name/.eslintrc.json +43 -0
- package/dist/node_modules/color-name/LICENSE +8 -0
- package/dist/node_modules/color-name/README.md +11 -0
- package/dist/node_modules/color-name/index.js +152 -0
- package/dist/node_modules/color-name/package.json +25 -0
- package/dist/node_modules/color-name/test.js +7 -0
- package/dist/node_modules/commander/CHANGELOG.md +419 -0
- package/dist/node_modules/commander/LICENSE +22 -0
- package/dist/node_modules/commander/Readme.md +428 -0
- package/dist/node_modules/commander/index.js +1224 -0
- package/dist/node_modules/commander/package.json +38 -0
- package/dist/node_modules/commander/typings/index.d.ts +310 -0
- package/dist/node_modules/concat-map/.travis.yml +4 -0
- package/dist/node_modules/concat-map/LICENSE +18 -0
- package/dist/node_modules/concat-map/README.markdown +62 -0
- package/dist/node_modules/concat-map/example/map.js +6 -0
- package/dist/node_modules/concat-map/index.js +13 -0
- package/dist/node_modules/concat-map/package.json +43 -0
- package/dist/node_modules/concat-map/test/map.js +39 -0
- package/dist/node_modules/convert-source-map/LICENSE +23 -0
- package/dist/node_modules/convert-source-map/README.md +206 -0
- package/dist/node_modules/convert-source-map/index.js +233 -0
- package/dist/node_modules/convert-source-map/package.json +38 -0
- package/dist/node_modules/core-js-compat/LICENSE +19 -0
- package/dist/node_modules/core-js-compat/README.md +135 -0
- package/dist/node_modules/core-js-compat/compat.d.ts +48 -0
- package/dist/node_modules/core-js-compat/compat.js +89 -0
- package/dist/node_modules/core-js-compat/data.json +6450 -0
- package/dist/node_modules/core-js-compat/entries.json +18819 -0
- package/dist/node_modules/core-js-compat/external.json +21 -0
- package/dist/node_modules/core-js-compat/get-modules-list-for-target-version.d.ts +5 -0
- package/dist/node_modules/core-js-compat/get-modules-list-for-target-version.js +18 -0
- package/dist/node_modules/core-js-compat/helpers.js +61 -0
- package/dist/node_modules/core-js-compat/index.d.ts +27 -0
- package/dist/node_modules/core-js-compat/index.js +14 -0
- package/dist/node_modules/core-js-compat/modules-by-versions.json +518 -0
- package/dist/node_modules/core-js-compat/modules.json +460 -0
- package/dist/node_modules/core-js-compat/package.json +27 -0
- package/dist/node_modules/core-js-compat/shared.d.ts +32 -0
- package/dist/node_modules/core-js-compat/targets-parser.js +92 -0
- package/dist/node_modules/debug/LICENSE +20 -0
- package/dist/node_modules/debug/README.md +481 -0
- package/dist/node_modules/debug/package.json +59 -0
- package/dist/node_modules/debug/src/browser.js +269 -0
- package/dist/node_modules/debug/src/common.js +274 -0
- package/dist/node_modules/debug/src/index.js +10 -0
- package/dist/node_modules/debug/src/node.js +263 -0
- package/dist/node_modules/deep-equal/.editorconfig +20 -0
- package/dist/node_modules/deep-equal/.eslintrc +40 -0
- package/dist/node_modules/deep-equal/.nycrc +17 -0
- package/dist/node_modules/deep-equal/CHANGELOG.md +298 -0
- package/dist/node_modules/deep-equal/LICENSE +21 -0
- package/dist/node_modules/deep-equal/assert.js +3 -0
- package/dist/node_modules/deep-equal/example/cmp.js +13 -0
- package/dist/node_modules/deep-equal/index.js +392 -0
- package/dist/node_modules/deep-equal/package.json +140 -0
- package/dist/node_modules/deep-equal/readme.markdown +77 -0
- package/dist/node_modules/deep-equal/test/_tape.js +42 -0
- package/dist/node_modules/deep-equal/test/cmp.js +1342 -0
- package/dist/node_modules/deepmerge/.editorconfig +7 -0
- package/dist/node_modules/deepmerge/.eslintcache +1 -0
- package/dist/node_modules/deepmerge/changelog.md +167 -0
- package/dist/node_modules/deepmerge/dist/cjs.js +133 -0
- package/dist/node_modules/deepmerge/dist/umd.js +139 -0
- package/dist/node_modules/deepmerge/index.d.ts +20 -0
- package/dist/node_modules/deepmerge/index.js +106 -0
- package/dist/node_modules/deepmerge/license.txt +21 -0
- package/dist/node_modules/deepmerge/package.json +42 -0
- package/dist/node_modules/deepmerge/readme.md +264 -0
- package/dist/node_modules/deepmerge/rollup.config.js +22 -0
- package/dist/node_modules/define-data-property/.eslintrc +24 -0
- package/dist/node_modules/define-data-property/.github/FUNDING.yml +12 -0
- package/dist/node_modules/define-data-property/.nycrc +13 -0
- package/dist/node_modules/define-data-property/CHANGELOG.md +41 -0
- package/dist/node_modules/define-data-property/LICENSE +21 -0
- package/dist/node_modules/define-data-property/README.md +67 -0
- package/dist/node_modules/define-data-property/index.d.ts +3 -0
- package/dist/node_modules/define-data-property/index.d.ts.map +1 -0
- package/dist/node_modules/define-data-property/index.js +68 -0
- package/dist/node_modules/define-data-property/package.json +113 -0
- package/dist/node_modules/define-data-property/test/index.js +392 -0
- package/dist/node_modules/define-data-property/tsconfig.json +59 -0
- package/dist/node_modules/define-properties/.editorconfig +13 -0
- package/dist/node_modules/define-properties/.eslintrc +19 -0
- package/dist/node_modules/define-properties/.github/FUNDING.yml +12 -0
- package/dist/node_modules/define-properties/.nycrc +9 -0
- package/dist/node_modules/define-properties/CHANGELOG.md +91 -0
- package/dist/node_modules/define-properties/LICENSE +21 -0
- package/dist/node_modules/define-properties/README.md +84 -0
- package/dist/node_modules/define-properties/index.js +47 -0
- package/dist/node_modules/define-properties/package.json +88 -0
- package/dist/node_modules/defined/.eslintrc +19 -0
- package/dist/node_modules/defined/.github/FUNDING.yml +12 -0
- package/dist/node_modules/defined/CHANGELOG.md +46 -0
- package/dist/node_modules/defined/LICENSE +18 -0
- package/dist/node_modules/defined/README.md +72 -0
- package/dist/node_modules/defined/example/defined.js +6 -0
- package/dist/node_modules/defined/index.js +9 -0
- package/dist/node_modules/defined/package.json +93 -0
- package/dist/node_modules/defined/test/def.js +24 -0
- package/dist/node_modules/defined/test/falsy.js +11 -0
- package/dist/node_modules/dotignore/.eslintrc +26 -0
- package/dist/node_modules/dotignore/README.md +26 -0
- package/dist/node_modules/dotignore/bin/ignored +23 -0
- package/dist/node_modules/dotignore/index.js +53 -0
- package/dist/node_modules/dotignore/package.json +41 -0
- package/dist/node_modules/dotignore/test/.1-ignore +2 -0
- package/dist/node_modules/dotignore/test/1-expected +7 -0
- package/dist/node_modules/dotignore/test/index.js +53 -0
- package/dist/node_modules/electron-to-chromium/CHANGELOG.md +14 -0
- package/dist/node_modules/electron-to-chromium/LICENSE +5 -0
- package/dist/node_modules/electron-to-chromium/README.md +186 -0
- package/dist/node_modules/electron-to-chromium/chromium-versions.js +59 -0
- package/dist/node_modules/electron-to-chromium/chromium-versions.json +1 -0
- package/dist/node_modules/electron-to-chromium/full-chromium-versions.js +2898 -0
- package/dist/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
- package/dist/node_modules/electron-to-chromium/full-versions.js +2116 -0
- package/dist/node_modules/electron-to-chromium/full-versions.json +1 -0
- package/dist/node_modules/electron-to-chromium/index.js +36 -0
- package/dist/node_modules/electron-to-chromium/package.json +44 -0
- package/dist/node_modules/electron-to-chromium/versions.js +141 -0
- package/dist/node_modules/electron-to-chromium/versions.json +1 -0
- package/dist/node_modules/es-abstract/.editorconfig +15 -0
- package/dist/node_modules/es-abstract/.eslintrc +88 -0
- package/dist/node_modules/es-abstract/.nycrc +15 -0
- package/dist/node_modules/es-abstract/2015/AbstractEqualityComparison.js +37 -0
- package/dist/node_modules/es-abstract/2015/AbstractRelationalComparison.js +63 -0
- package/dist/node_modules/es-abstract/2015/AdvanceStringIndex.js +47 -0
- package/dist/node_modules/es-abstract/2015/ArrayCreate.js +54 -0
- package/dist/node_modules/es-abstract/2015/ArraySetLength.js +85 -0
- package/dist/node_modules/es-abstract/2015/ArraySpeciesCreate.js +47 -0
- package/dist/node_modules/es-abstract/2015/Call.js +20 -0
- package/dist/node_modules/es-abstract/2015/CanonicalNumericIndexString.js +22 -0
- package/dist/node_modules/es-abstract/2015/Canonicalize.js +55 -0
- package/dist/node_modules/es-abstract/2015/CharacterRange.js +31 -0
- package/dist/node_modules/es-abstract/2015/CompletePropertyDescriptor.js +39 -0
- package/dist/node_modules/es-abstract/2015/CompletionRecord.js +53 -0
- package/dist/node_modules/es-abstract/2015/CreateDataProperty.js +27 -0
- package/dist/node_modules/es-abstract/2015/CreateDataPropertyOrThrow.js +25 -0
- package/dist/node_modules/es-abstract/2015/CreateHTML.js +30 -0
- package/dist/node_modules/es-abstract/2015/CreateIterResultObject.js +19 -0
- package/dist/node_modules/es-abstract/2015/CreateListFromArrayLike.js +45 -0
- package/dist/node_modules/es-abstract/2015/CreateMethodProperty.js +40 -0
- package/dist/node_modules/es-abstract/2015/DateFromTime.js +54 -0
- package/dist/node_modules/es-abstract/2015/Day.js +11 -0
- package/dist/node_modules/es-abstract/2015/DayFromYear.js +10 -0
- package/dist/node_modules/es-abstract/2015/DayWithinYear.js +11 -0
- package/dist/node_modules/es-abstract/2015/DaysInYear.js +18 -0
- package/dist/node_modules/es-abstract/2015/DefinePropertyOrThrow.js +50 -0
- package/dist/node_modules/es-abstract/2015/DeletePropertyOrThrow.js +27 -0
- package/dist/node_modules/es-abstract/2015/DetachArrayBuffer.js +34 -0
- package/dist/node_modules/es-abstract/2015/EnumerableOwnNames.js +19 -0
- package/dist/node_modules/es-abstract/2015/FromPropertyDescriptor.js +16 -0
- package/dist/node_modules/es-abstract/2015/Get.js +25 -0
- package/dist/node_modules/es-abstract/2015/GetGlobalObject.js +9 -0
- package/dist/node_modules/es-abstract/2015/GetIterator.js +34 -0
- package/dist/node_modules/es-abstract/2015/GetMethod.js +36 -0
- package/dist/node_modules/es-abstract/2015/GetOwnPropertyKeys.js +31 -0
- package/dist/node_modules/es-abstract/2015/GetPrototypeFromConstructor.js +32 -0
- package/dist/node_modules/es-abstract/2015/GetSubstitution.js +100 -0
- package/dist/node_modules/es-abstract/2015/GetV.js +25 -0
- package/dist/node_modules/es-abstract/2015/GetValueFromBuffer.js +97 -0
- package/dist/node_modules/es-abstract/2015/HasOwnProperty.js +22 -0
- package/dist/node_modules/es-abstract/2015/HasProperty.js +20 -0
- package/dist/node_modules/es-abstract/2015/HourFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2015/InLeapYear.js +21 -0
- package/dist/node_modules/es-abstract/2015/InstanceofOperator.js +30 -0
- package/dist/node_modules/es-abstract/2015/Invoke.js +24 -0
- package/dist/node_modules/es-abstract/2015/IsAccessorDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2015/IsArray.js +4 -0
- package/dist/node_modules/es-abstract/2015/IsCallable.js +5 -0
- package/dist/node_modules/es-abstract/2015/IsCompatiblePropertyDescriptor.js +9 -0
- package/dist/node_modules/es-abstract/2015/IsConcatSpreadable.js +25 -0
- package/dist/node_modules/es-abstract/2015/IsConstructor.js +40 -0
- package/dist/node_modules/es-abstract/2015/IsDataDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2015/IsDetachedBuffer.js +27 -0
- package/dist/node_modules/es-abstract/2015/IsExtensible.js +18 -0
- package/dist/node_modules/es-abstract/2015/IsGenericDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2015/IsInteger.js +9 -0
- package/dist/node_modules/es-abstract/2015/IsPromise.js +24 -0
- package/dist/node_modules/es-abstract/2015/IsPropertyDescriptor.js +19 -0
- package/dist/node_modules/es-abstract/2015/IsPropertyKey.js +7 -0
- package/dist/node_modules/es-abstract/2015/IsRegExp.js +24 -0
- package/dist/node_modules/es-abstract/2015/IsWordChar.js +39 -0
- package/dist/node_modules/es-abstract/2015/IteratorClose.js +51 -0
- package/dist/node_modules/es-abstract/2015/IteratorComplete.js +18 -0
- package/dist/node_modules/es-abstract/2015/IteratorNext.js +18 -0
- package/dist/node_modules/es-abstract/2015/IteratorStep.js +13 -0
- package/dist/node_modules/es-abstract/2015/IteratorValue.js +18 -0
- package/dist/node_modules/es-abstract/2015/MakeDate.js +13 -0
- package/dist/node_modules/es-abstract/2015/MakeDay.js +33 -0
- package/dist/node_modules/es-abstract/2015/MakeTime.js +23 -0
- package/dist/node_modules/es-abstract/2015/MinFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2015/MonthFromTime.js +47 -0
- package/dist/node_modules/es-abstract/2015/NewPromiseCapability.js +36 -0
- package/dist/node_modules/es-abstract/2015/NormalCompletion.js +9 -0
- package/dist/node_modules/es-abstract/2015/ObjectCreate.js +50 -0
- package/dist/node_modules/es-abstract/2015/ObjectDefineProperties.js +38 -0
- package/dist/node_modules/es-abstract/2015/OrdinaryCreateFromConstructor.js +20 -0
- package/dist/node_modules/es-abstract/2015/OrdinaryDefineOwnProperty.js +61 -0
- package/dist/node_modules/es-abstract/2015/OrdinaryGetOwnProperty.js +44 -0
- package/dist/node_modules/es-abstract/2015/OrdinaryHasInstance.js +25 -0
- package/dist/node_modules/es-abstract/2015/OrdinaryHasProperty.js +20 -0
- package/dist/node_modules/es-abstract/2015/QuoteJSONString.js +52 -0
- package/dist/node_modules/es-abstract/2015/RegExpCreate.js +21 -0
- package/dist/node_modules/es-abstract/2015/RegExpExec.js +32 -0
- package/dist/node_modules/es-abstract/2015/RequireObjectCoercible.js +3 -0
- package/dist/node_modules/es-abstract/2015/SameValue.js +13 -0
- package/dist/node_modules/es-abstract/2015/SameValueZero.js +9 -0
- package/dist/node_modules/es-abstract/2015/SecFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2015/Set.js +47 -0
- package/dist/node_modules/es-abstract/2015/SetFunctionName.js +44 -0
- package/dist/node_modules/es-abstract/2015/SetIntegrityLevel.js +57 -0
- package/dist/node_modules/es-abstract/2015/SetValueInBuffer.js +120 -0
- package/dist/node_modules/es-abstract/2015/SpeciesConstructor.js +32 -0
- package/dist/node_modules/es-abstract/2015/SplitMatch.js +39 -0
- package/dist/node_modules/es-abstract/2015/StrictEqualityComparison.js +17 -0
- package/dist/node_modules/es-abstract/2015/StringCreate.js +40 -0
- package/dist/node_modules/es-abstract/2015/StringGetIndexProperty.js +52 -0
- package/dist/node_modules/es-abstract/2015/SymbolDescriptiveString.js +20 -0
- package/dist/node_modules/es-abstract/2015/TestIntegrityLevel.js +42 -0
- package/dist/node_modules/es-abstract/2015/TimeClip.js +21 -0
- package/dist/node_modules/es-abstract/2015/TimeFromYear.js +11 -0
- package/dist/node_modules/es-abstract/2015/TimeWithinDay.js +12 -0
- package/dist/node_modules/es-abstract/2015/ToBoolean.js +5 -0
- package/dist/node_modules/es-abstract/2015/ToDateString.js +23 -0
- package/dist/node_modules/es-abstract/2015/ToInt16.js +10 -0
- package/dist/node_modules/es-abstract/2015/ToInt32.js +9 -0
- package/dist/node_modules/es-abstract/2015/ToInt8.js +10 -0
- package/dist/node_modules/es-abstract/2015/ToInteger.js +12 -0
- package/dist/node_modules/es-abstract/2015/ToLength.js +12 -0
- package/dist/node_modules/es-abstract/2015/ToNumber.js +48 -0
- package/dist/node_modules/es-abstract/2015/ToObject.js +14 -0
- package/dist/node_modules/es-abstract/2015/ToPrimitive.js +12 -0
- package/dist/node_modules/es-abstract/2015/ToPropertyDescriptor.js +52 -0
- package/dist/node_modules/es-abstract/2015/ToPropertyKey.js +15 -0
- package/dist/node_modules/es-abstract/2015/ToString.js +15 -0
- package/dist/node_modules/es-abstract/2015/ToUint16.js +19 -0
- package/dist/node_modules/es-abstract/2015/ToUint32.js +9 -0
- package/dist/node_modules/es-abstract/2015/ToUint8.js +20 -0
- package/dist/node_modules/es-abstract/2015/ToUint8Clamp.js +19 -0
- package/dist/node_modules/es-abstract/2015/Type.js +12 -0
- package/dist/node_modules/es-abstract/2015/ValidateAndApplyPropertyDescriptor.js +170 -0
- package/dist/node_modules/es-abstract/2015/ValidateTypedArray.js +30 -0
- package/dist/node_modules/es-abstract/2015/WeekDay.js +10 -0
- package/dist/node_modules/es-abstract/2015/YearFromTime.js +16 -0
- package/dist/node_modules/es-abstract/2015/abs.js +11 -0
- package/dist/node_modules/es-abstract/2015/floor.js +11 -0
- package/dist/node_modules/es-abstract/2015/max.js +7 -0
- package/dist/node_modules/es-abstract/2015/min.js +7 -0
- package/dist/node_modules/es-abstract/2015/modulo.js +9 -0
- package/dist/node_modules/es-abstract/2015/msFromTime.js +11 -0
- package/dist/node_modules/es-abstract/2015/thisBooleanValue.js +15 -0
- package/dist/node_modules/es-abstract/2015/thisNumberValue.js +18 -0
- package/dist/node_modules/es-abstract/2015/thisStringValue.js +15 -0
- package/dist/node_modules/es-abstract/2015/thisTimeValue.js +9 -0
- package/dist/node_modules/es-abstract/2016/AbstractEqualityComparison.js +37 -0
- package/dist/node_modules/es-abstract/2016/AbstractRelationalComparison.js +63 -0
- package/dist/node_modules/es-abstract/2016/AdvanceStringIndex.js +47 -0
- package/dist/node_modules/es-abstract/2016/ArrayCreate.js +54 -0
- package/dist/node_modules/es-abstract/2016/ArraySetLength.js +85 -0
- package/dist/node_modules/es-abstract/2016/ArraySpeciesCreate.js +47 -0
- package/dist/node_modules/es-abstract/2016/Call.js +20 -0
- package/dist/node_modules/es-abstract/2016/CanonicalNumericIndexString.js +22 -0
- package/dist/node_modules/es-abstract/2016/Canonicalize.js +55 -0
- package/dist/node_modules/es-abstract/2016/CharacterRange.js +31 -0
- package/dist/node_modules/es-abstract/2016/CompletePropertyDescriptor.js +39 -0
- package/dist/node_modules/es-abstract/2016/CompletionRecord.js +53 -0
- package/dist/node_modules/es-abstract/2016/CreateDataProperty.js +27 -0
- package/dist/node_modules/es-abstract/2016/CreateDataPropertyOrThrow.js +25 -0
- package/dist/node_modules/es-abstract/2016/CreateHTML.js +30 -0
- package/dist/node_modules/es-abstract/2016/CreateIterResultObject.js +19 -0
- package/dist/node_modules/es-abstract/2016/CreateListFromArrayLike.js +45 -0
- package/dist/node_modules/es-abstract/2016/CreateMethodProperty.js +40 -0
- package/dist/node_modules/es-abstract/2016/DateFromTime.js +54 -0
- package/dist/node_modules/es-abstract/2016/Day.js +11 -0
- package/dist/node_modules/es-abstract/2016/DayFromYear.js +10 -0
- package/dist/node_modules/es-abstract/2016/DayWithinYear.js +11 -0
- package/dist/node_modules/es-abstract/2016/DaysInYear.js +18 -0
- package/dist/node_modules/es-abstract/2016/DefinePropertyOrThrow.js +50 -0
- package/dist/node_modules/es-abstract/2016/DeletePropertyOrThrow.js +27 -0
- package/dist/node_modules/es-abstract/2016/DetachArrayBuffer.js +34 -0
- package/dist/node_modules/es-abstract/2016/EnumerableOwnNames.js +19 -0
- package/dist/node_modules/es-abstract/2016/FromPropertyDescriptor.js +16 -0
- package/dist/node_modules/es-abstract/2016/Get.js +25 -0
- package/dist/node_modules/es-abstract/2016/GetGlobalObject.js +9 -0
- package/dist/node_modules/es-abstract/2016/GetIterator.js +34 -0
- package/dist/node_modules/es-abstract/2016/GetMethod.js +36 -0
- package/dist/node_modules/es-abstract/2016/GetOwnPropertyKeys.js +31 -0
- package/dist/node_modules/es-abstract/2016/GetPrototypeFromConstructor.js +32 -0
- package/dist/node_modules/es-abstract/2016/GetSubstitution.js +100 -0
- package/dist/node_modules/es-abstract/2016/GetV.js +25 -0
- package/dist/node_modules/es-abstract/2016/GetValueFromBuffer.js +97 -0
- package/dist/node_modules/es-abstract/2016/HasOwnProperty.js +22 -0
- package/dist/node_modules/es-abstract/2016/HasProperty.js +20 -0
- package/dist/node_modules/es-abstract/2016/HourFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2016/InLeapYear.js +21 -0
- package/dist/node_modules/es-abstract/2016/InstanceofOperator.js +30 -0
- package/dist/node_modules/es-abstract/2016/Invoke.js +24 -0
- package/dist/node_modules/es-abstract/2016/IsAccessorDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2016/IsArray.js +4 -0
- package/dist/node_modules/es-abstract/2016/IsCallable.js +5 -0
- package/dist/node_modules/es-abstract/2016/IsCompatiblePropertyDescriptor.js +9 -0
- package/dist/node_modules/es-abstract/2016/IsConcatSpreadable.js +25 -0
- package/dist/node_modules/es-abstract/2016/IsConstructor.js +40 -0
- package/dist/node_modules/es-abstract/2016/IsDataDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2016/IsDetachedBuffer.js +27 -0
- package/dist/node_modules/es-abstract/2016/IsExtensible.js +18 -0
- package/dist/node_modules/es-abstract/2016/IsGenericDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2016/IsInteger.js +9 -0
- package/dist/node_modules/es-abstract/2016/IsPromise.js +24 -0
- package/dist/node_modules/es-abstract/2016/IsPropertyDescriptor.js +19 -0
- package/dist/node_modules/es-abstract/2016/IsPropertyKey.js +7 -0
- package/dist/node_modules/es-abstract/2016/IsRegExp.js +24 -0
- package/dist/node_modules/es-abstract/2016/IsWordChar.js +39 -0
- package/dist/node_modules/es-abstract/2016/IterableToArrayLike.js +39 -0
- package/dist/node_modules/es-abstract/2016/IteratorClose.js +51 -0
- package/dist/node_modules/es-abstract/2016/IteratorComplete.js +18 -0
- package/dist/node_modules/es-abstract/2016/IteratorNext.js +18 -0
- package/dist/node_modules/es-abstract/2016/IteratorStep.js +13 -0
- package/dist/node_modules/es-abstract/2016/IteratorValue.js +18 -0
- package/dist/node_modules/es-abstract/2016/MakeDate.js +13 -0
- package/dist/node_modules/es-abstract/2016/MakeDay.js +33 -0
- package/dist/node_modules/es-abstract/2016/MakeTime.js +23 -0
- package/dist/node_modules/es-abstract/2016/MinFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2016/MonthFromTime.js +47 -0
- package/dist/node_modules/es-abstract/2016/NewPromiseCapability.js +36 -0
- package/dist/node_modules/es-abstract/2016/NormalCompletion.js +9 -0
- package/dist/node_modules/es-abstract/2016/ObjectCreate.js +50 -0
- package/dist/node_modules/es-abstract/2016/ObjectDefineProperties.js +38 -0
- package/dist/node_modules/es-abstract/2016/OrdinaryCreateFromConstructor.js +20 -0
- package/dist/node_modules/es-abstract/2016/OrdinaryDefineOwnProperty.js +61 -0
- package/dist/node_modules/es-abstract/2016/OrdinaryGetOwnProperty.js +44 -0
- package/dist/node_modules/es-abstract/2016/OrdinaryGetPrototypeOf.js +21 -0
- package/dist/node_modules/es-abstract/2016/OrdinaryHasInstance.js +25 -0
- package/dist/node_modules/es-abstract/2016/OrdinaryHasProperty.js +20 -0
- package/dist/node_modules/es-abstract/2016/OrdinarySetPrototypeOf.js +53 -0
- package/dist/node_modules/es-abstract/2016/QuoteJSONString.js +52 -0
- package/dist/node_modules/es-abstract/2016/RegExpCreate.js +21 -0
- package/dist/node_modules/es-abstract/2016/RegExpExec.js +32 -0
- package/dist/node_modules/es-abstract/2016/RequireObjectCoercible.js +3 -0
- package/dist/node_modules/es-abstract/2016/SameValue.js +13 -0
- package/dist/node_modules/es-abstract/2016/SameValueNonNumber.js +16 -0
- package/dist/node_modules/es-abstract/2016/SameValueZero.js +9 -0
- package/dist/node_modules/es-abstract/2016/SecFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2016/Set.js +47 -0
- package/dist/node_modules/es-abstract/2016/SetFunctionName.js +44 -0
- package/dist/node_modules/es-abstract/2016/SetIntegrityLevel.js +57 -0
- package/dist/node_modules/es-abstract/2016/SetValueInBuffer.js +120 -0
- package/dist/node_modules/es-abstract/2016/SpeciesConstructor.js +32 -0
- package/dist/node_modules/es-abstract/2016/SplitMatch.js +39 -0
- package/dist/node_modules/es-abstract/2016/StrictEqualityComparison.js +17 -0
- package/dist/node_modules/es-abstract/2016/StringCreate.js +40 -0
- package/dist/node_modules/es-abstract/2016/SymbolDescriptiveString.js +20 -0
- package/dist/node_modules/es-abstract/2016/TestIntegrityLevel.js +42 -0
- package/dist/node_modules/es-abstract/2016/TimeClip.js +21 -0
- package/dist/node_modules/es-abstract/2016/TimeFromYear.js +11 -0
- package/dist/node_modules/es-abstract/2016/TimeWithinDay.js +12 -0
- package/dist/node_modules/es-abstract/2016/ToBoolean.js +5 -0
- package/dist/node_modules/es-abstract/2016/ToDateString.js +23 -0
- package/dist/node_modules/es-abstract/2016/ToInt16.js +10 -0
- package/dist/node_modules/es-abstract/2016/ToInt32.js +9 -0
- package/dist/node_modules/es-abstract/2016/ToInt8.js +10 -0
- package/dist/node_modules/es-abstract/2016/ToInteger.js +12 -0
- package/dist/node_modules/es-abstract/2016/ToLength.js +12 -0
- package/dist/node_modules/es-abstract/2016/ToNumber.js +48 -0
- package/dist/node_modules/es-abstract/2016/ToObject.js +14 -0
- package/dist/node_modules/es-abstract/2016/ToPrimitive.js +12 -0
- package/dist/node_modules/es-abstract/2016/ToPropertyDescriptor.js +52 -0
- package/dist/node_modules/es-abstract/2016/ToPropertyKey.js +15 -0
- package/dist/node_modules/es-abstract/2016/ToString.js +15 -0
- package/dist/node_modules/es-abstract/2016/ToUint16.js +19 -0
- package/dist/node_modules/es-abstract/2016/ToUint32.js +9 -0
- package/dist/node_modules/es-abstract/2016/ToUint8.js +20 -0
- package/dist/node_modules/es-abstract/2016/ToUint8Clamp.js +19 -0
- package/dist/node_modules/es-abstract/2016/Type.js +12 -0
- package/dist/node_modules/es-abstract/2016/TypedArrayCreate.js +50 -0
- package/dist/node_modules/es-abstract/2016/TypedArraySpeciesCreate.js +39 -0
- package/dist/node_modules/es-abstract/2016/UTF16Decode.js +21 -0
- package/dist/node_modules/es-abstract/2016/UTF16Encoding.js +25 -0
- package/dist/node_modules/es-abstract/2016/ValidateAndApplyPropertyDescriptor.js +170 -0
- package/dist/node_modules/es-abstract/2016/ValidateTypedArray.js +30 -0
- package/dist/node_modules/es-abstract/2016/WeekDay.js +10 -0
- package/dist/node_modules/es-abstract/2016/YearFromTime.js +16 -0
- package/dist/node_modules/es-abstract/2016/abs.js +11 -0
- package/dist/node_modules/es-abstract/2016/floor.js +11 -0
- package/dist/node_modules/es-abstract/2016/max.js +7 -0
- package/dist/node_modules/es-abstract/2016/min.js +7 -0
- package/dist/node_modules/es-abstract/2016/modulo.js +9 -0
- package/dist/node_modules/es-abstract/2016/msFromTime.js +11 -0
- package/dist/node_modules/es-abstract/2016/thisBooleanValue.js +15 -0
- package/dist/node_modules/es-abstract/2016/thisNumberValue.js +18 -0
- package/dist/node_modules/es-abstract/2016/thisStringValue.js +15 -0
- package/dist/node_modules/es-abstract/2016/thisTimeValue.js +9 -0
- package/dist/node_modules/es-abstract/2017/AbstractEqualityComparison.js +37 -0
- package/dist/node_modules/es-abstract/2017/AbstractRelationalComparison.js +63 -0
- package/dist/node_modules/es-abstract/2017/AdvanceStringIndex.js +47 -0
- package/dist/node_modules/es-abstract/2017/ArrayCreate.js +54 -0
- package/dist/node_modules/es-abstract/2017/ArraySetLength.js +85 -0
- package/dist/node_modules/es-abstract/2017/ArraySpeciesCreate.js +47 -0
- package/dist/node_modules/es-abstract/2017/Call.js +20 -0
- package/dist/node_modules/es-abstract/2017/CanonicalNumericIndexString.js +22 -0
- package/dist/node_modules/es-abstract/2017/Canonicalize.js +55 -0
- package/dist/node_modules/es-abstract/2017/CharacterRange.js +31 -0
- package/dist/node_modules/es-abstract/2017/CompletePropertyDescriptor.js +39 -0
- package/dist/node_modules/es-abstract/2017/CompletionRecord.js +53 -0
- package/dist/node_modules/es-abstract/2017/CreateDataProperty.js +27 -0
- package/dist/node_modules/es-abstract/2017/CreateDataPropertyOrThrow.js +25 -0
- package/dist/node_modules/es-abstract/2017/CreateHTML.js +30 -0
- package/dist/node_modules/es-abstract/2017/CreateIterResultObject.js +19 -0
- package/dist/node_modules/es-abstract/2017/CreateListFromArrayLike.js +45 -0
- package/dist/node_modules/es-abstract/2017/CreateMethodProperty.js +40 -0
- package/dist/node_modules/es-abstract/2017/DateFromTime.js +54 -0
- package/dist/node_modules/es-abstract/2017/Day.js +11 -0
- package/dist/node_modules/es-abstract/2017/DayFromYear.js +10 -0
- package/dist/node_modules/es-abstract/2017/DayWithinYear.js +11 -0
- package/dist/node_modules/es-abstract/2017/DaysInYear.js +18 -0
- package/dist/node_modules/es-abstract/2017/DefinePropertyOrThrow.js +50 -0
- package/dist/node_modules/es-abstract/2017/DeletePropertyOrThrow.js +27 -0
- package/dist/node_modules/es-abstract/2017/DetachArrayBuffer.js +35 -0
- package/dist/node_modules/es-abstract/2017/EnumerableOwnProperties.js +43 -0
- package/dist/node_modules/es-abstract/2017/FromPropertyDescriptor.js +16 -0
- package/dist/node_modules/es-abstract/2017/Get.js +25 -0
- package/dist/node_modules/es-abstract/2017/GetGlobalObject.js +9 -0
- package/dist/node_modules/es-abstract/2017/GetIterator.js +34 -0
- package/dist/node_modules/es-abstract/2017/GetMethod.js +36 -0
- package/dist/node_modules/es-abstract/2017/GetOwnPropertyKeys.js +31 -0
- package/dist/node_modules/es-abstract/2017/GetPrototypeFromConstructor.js +32 -0
- package/dist/node_modules/es-abstract/2017/GetSubstitution.js +100 -0
- package/dist/node_modules/es-abstract/2017/GetV.js +25 -0
- package/dist/node_modules/es-abstract/2017/GetValueFromBuffer.js +108 -0
- package/dist/node_modules/es-abstract/2017/HasOwnProperty.js +22 -0
- package/dist/node_modules/es-abstract/2017/HasProperty.js +20 -0
- package/dist/node_modules/es-abstract/2017/HourFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2017/InLeapYear.js +21 -0
- package/dist/node_modules/es-abstract/2017/InstanceofOperator.js +30 -0
- package/dist/node_modules/es-abstract/2017/Invoke.js +24 -0
- package/dist/node_modules/es-abstract/2017/IsAccessorDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2017/IsArray.js +4 -0
- package/dist/node_modules/es-abstract/2017/IsCallable.js +5 -0
- package/dist/node_modules/es-abstract/2017/IsCompatiblePropertyDescriptor.js +9 -0
- package/dist/node_modules/es-abstract/2017/IsConcatSpreadable.js +25 -0
- package/dist/node_modules/es-abstract/2017/IsConstructor.js +40 -0
- package/dist/node_modules/es-abstract/2017/IsDataDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2017/IsDetachedBuffer.js +27 -0
- package/dist/node_modules/es-abstract/2017/IsExtensible.js +18 -0
- package/dist/node_modules/es-abstract/2017/IsGenericDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2017/IsInteger.js +9 -0
- package/dist/node_modules/es-abstract/2017/IsPromise.js +24 -0
- package/dist/node_modules/es-abstract/2017/IsPropertyDescriptor.js +19 -0
- package/dist/node_modules/es-abstract/2017/IsPropertyKey.js +7 -0
- package/dist/node_modules/es-abstract/2017/IsRegExp.js +24 -0
- package/dist/node_modules/es-abstract/2017/IsSharedArrayBuffer.js +19 -0
- package/dist/node_modules/es-abstract/2017/IsWordChar.js +48 -0
- package/dist/node_modules/es-abstract/2017/IterableToList.js +24 -0
- package/dist/node_modules/es-abstract/2017/IteratorClose.js +51 -0
- package/dist/node_modules/es-abstract/2017/IteratorComplete.js +18 -0
- package/dist/node_modules/es-abstract/2017/IteratorNext.js +18 -0
- package/dist/node_modules/es-abstract/2017/IteratorStep.js +13 -0
- package/dist/node_modules/es-abstract/2017/IteratorValue.js +18 -0
- package/dist/node_modules/es-abstract/2017/MakeDate.js +13 -0
- package/dist/node_modules/es-abstract/2017/MakeDay.js +33 -0
- package/dist/node_modules/es-abstract/2017/MakeTime.js +23 -0
- package/dist/node_modules/es-abstract/2017/MinFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2017/MonthFromTime.js +47 -0
- package/dist/node_modules/es-abstract/2017/NewPromiseCapability.js +36 -0
- package/dist/node_modules/es-abstract/2017/NormalCompletion.js +9 -0
- package/dist/node_modules/es-abstract/2017/NumberToRawBytes.js +74 -0
- package/dist/node_modules/es-abstract/2017/ObjectCreate.js +50 -0
- package/dist/node_modules/es-abstract/2017/ObjectDefineProperties.js +38 -0
- package/dist/node_modules/es-abstract/2017/OrdinaryCreateFromConstructor.js +20 -0
- package/dist/node_modules/es-abstract/2017/OrdinaryDefineOwnProperty.js +61 -0
- package/dist/node_modules/es-abstract/2017/OrdinaryGetOwnProperty.js +44 -0
- package/dist/node_modules/es-abstract/2017/OrdinaryGetPrototypeOf.js +21 -0
- package/dist/node_modules/es-abstract/2017/OrdinaryHasInstance.js +25 -0
- package/dist/node_modules/es-abstract/2017/OrdinaryHasProperty.js +20 -0
- package/dist/node_modules/es-abstract/2017/OrdinarySetPrototypeOf.js +53 -0
- package/dist/node_modules/es-abstract/2017/OrdinaryToPrimitive.js +38 -0
- package/dist/node_modules/es-abstract/2017/QuoteJSONString.js +52 -0
- package/dist/node_modules/es-abstract/2017/RawBytesToNumber.js +74 -0
- package/dist/node_modules/es-abstract/2017/RegExpCreate.js +21 -0
- package/dist/node_modules/es-abstract/2017/RegExpExec.js +32 -0
- package/dist/node_modules/es-abstract/2017/RequireObjectCoercible.js +3 -0
- package/dist/node_modules/es-abstract/2017/SameValue.js +13 -0
- package/dist/node_modules/es-abstract/2017/SameValueNonNumber.js +16 -0
- package/dist/node_modules/es-abstract/2017/SameValueZero.js +9 -0
- package/dist/node_modules/es-abstract/2017/SecFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2017/Set.js +47 -0
- package/dist/node_modules/es-abstract/2017/SetFunctionName.js +44 -0
- package/dist/node_modules/es-abstract/2017/SetIntegrityLevel.js +57 -0
- package/dist/node_modules/es-abstract/2017/SetValueInBuffer.js +120 -0
- package/dist/node_modules/es-abstract/2017/SpeciesConstructor.js +32 -0
- package/dist/node_modules/es-abstract/2017/SplitMatch.js +39 -0
- package/dist/node_modules/es-abstract/2017/StrictEqualityComparison.js +17 -0
- package/dist/node_modules/es-abstract/2017/StringCreate.js +40 -0
- package/dist/node_modules/es-abstract/2017/StringGetOwnProperty.js +48 -0
- package/dist/node_modules/es-abstract/2017/SymbolDescriptiveString.js +20 -0
- package/dist/node_modules/es-abstract/2017/TestIntegrityLevel.js +42 -0
- package/dist/node_modules/es-abstract/2017/TimeClip.js +21 -0
- package/dist/node_modules/es-abstract/2017/TimeFromYear.js +11 -0
- package/dist/node_modules/es-abstract/2017/TimeWithinDay.js +12 -0
- package/dist/node_modules/es-abstract/2017/ToBoolean.js +5 -0
- package/dist/node_modules/es-abstract/2017/ToDateString.js +23 -0
- package/dist/node_modules/es-abstract/2017/ToIndex.js +26 -0
- package/dist/node_modules/es-abstract/2017/ToInt16.js +10 -0
- package/dist/node_modules/es-abstract/2017/ToInt32.js +9 -0
- package/dist/node_modules/es-abstract/2017/ToInt8.js +10 -0
- package/dist/node_modules/es-abstract/2017/ToInteger.js +12 -0
- package/dist/node_modules/es-abstract/2017/ToLength.js +12 -0
- package/dist/node_modules/es-abstract/2017/ToNumber.js +48 -0
- package/dist/node_modules/es-abstract/2017/ToObject.js +14 -0
- package/dist/node_modules/es-abstract/2017/ToPrimitive.js +12 -0
- package/dist/node_modules/es-abstract/2017/ToPropertyDescriptor.js +52 -0
- package/dist/node_modules/es-abstract/2017/ToPropertyKey.js +15 -0
- package/dist/node_modules/es-abstract/2017/ToString.js +15 -0
- package/dist/node_modules/es-abstract/2017/ToUint16.js +19 -0
- package/dist/node_modules/es-abstract/2017/ToUint32.js +9 -0
- package/dist/node_modules/es-abstract/2017/ToUint8.js +20 -0
- package/dist/node_modules/es-abstract/2017/ToUint8Clamp.js +19 -0
- package/dist/node_modules/es-abstract/2017/Type.js +12 -0
- package/dist/node_modules/es-abstract/2017/TypedArrayCreate.js +50 -0
- package/dist/node_modules/es-abstract/2017/TypedArraySpeciesCreate.js +39 -0
- package/dist/node_modules/es-abstract/2017/UTF16Decode.js +21 -0
- package/dist/node_modules/es-abstract/2017/UTF16Encoding.js +25 -0
- package/dist/node_modules/es-abstract/2017/ValidateAndApplyPropertyDescriptor.js +170 -0
- package/dist/node_modules/es-abstract/2017/ValidateAtomicAccess.js +36 -0
- package/dist/node_modules/es-abstract/2017/ValidateTypedArray.js +30 -0
- package/dist/node_modules/es-abstract/2017/WeekDay.js +10 -0
- package/dist/node_modules/es-abstract/2017/WordCharacters.js +49 -0
- package/dist/node_modules/es-abstract/2017/YearFromTime.js +16 -0
- package/dist/node_modules/es-abstract/2017/abs.js +11 -0
- package/dist/node_modules/es-abstract/2017/floor.js +11 -0
- package/dist/node_modules/es-abstract/2017/max.js +7 -0
- package/dist/node_modules/es-abstract/2017/min.js +7 -0
- package/dist/node_modules/es-abstract/2017/modulo.js +9 -0
- package/dist/node_modules/es-abstract/2017/msFromTime.js +11 -0
- package/dist/node_modules/es-abstract/2017/thisBooleanValue.js +15 -0
- package/dist/node_modules/es-abstract/2017/thisNumberValue.js +18 -0
- package/dist/node_modules/es-abstract/2017/thisStringValue.js +15 -0
- package/dist/node_modules/es-abstract/2017/thisTimeValue.js +9 -0
- package/dist/node_modules/es-abstract/2018/AbstractEqualityComparison.js +37 -0
- package/dist/node_modules/es-abstract/2018/AbstractRelationalComparison.js +61 -0
- package/dist/node_modules/es-abstract/2018/AdvanceStringIndex.js +47 -0
- package/dist/node_modules/es-abstract/2018/ArrayCreate.js +54 -0
- package/dist/node_modules/es-abstract/2018/ArraySetLength.js +85 -0
- package/dist/node_modules/es-abstract/2018/ArraySpeciesCreate.js +47 -0
- package/dist/node_modules/es-abstract/2018/AsyncIteratorClose.js +62 -0
- package/dist/node_modules/es-abstract/2018/Call.js +20 -0
- package/dist/node_modules/es-abstract/2018/CanonicalNumericIndexString.js +22 -0
- package/dist/node_modules/es-abstract/2018/Canonicalize.js +55 -0
- package/dist/node_modules/es-abstract/2018/CharacterRange.js +31 -0
- package/dist/node_modules/es-abstract/2018/CompletePropertyDescriptor.js +39 -0
- package/dist/node_modules/es-abstract/2018/CompletionRecord.js +53 -0
- package/dist/node_modules/es-abstract/2018/CopyDataProperties.js +68 -0
- package/dist/node_modules/es-abstract/2018/CreateAsyncFromSyncIterator.js +155 -0
- package/dist/node_modules/es-abstract/2018/CreateDataProperty.js +27 -0
- package/dist/node_modules/es-abstract/2018/CreateDataPropertyOrThrow.js +25 -0
- package/dist/node_modules/es-abstract/2018/CreateHTML.js +30 -0
- package/dist/node_modules/es-abstract/2018/CreateIterResultObject.js +19 -0
- package/dist/node_modules/es-abstract/2018/CreateListFromArrayLike.js +45 -0
- package/dist/node_modules/es-abstract/2018/CreateMethodProperty.js +40 -0
- package/dist/node_modules/es-abstract/2018/DateFromTime.js +54 -0
- package/dist/node_modules/es-abstract/2018/DateString.js +30 -0
- package/dist/node_modules/es-abstract/2018/Day.js +11 -0
- package/dist/node_modules/es-abstract/2018/DayFromYear.js +10 -0
- package/dist/node_modules/es-abstract/2018/DayWithinYear.js +11 -0
- package/dist/node_modules/es-abstract/2018/DaysInYear.js +18 -0
- package/dist/node_modules/es-abstract/2018/DefinePropertyOrThrow.js +50 -0
- package/dist/node_modules/es-abstract/2018/DeletePropertyOrThrow.js +27 -0
- package/dist/node_modules/es-abstract/2018/DetachArrayBuffer.js +43 -0
- package/dist/node_modules/es-abstract/2018/EnumerableOwnPropertyNames.js +43 -0
- package/dist/node_modules/es-abstract/2018/FromPropertyDescriptor.js +16 -0
- package/dist/node_modules/es-abstract/2018/Get.js +25 -0
- package/dist/node_modules/es-abstract/2018/GetGlobalObject.js +9 -0
- package/dist/node_modules/es-abstract/2018/GetIterator.js +34 -0
- package/dist/node_modules/es-abstract/2018/GetMethod.js +36 -0
- package/dist/node_modules/es-abstract/2018/GetOwnPropertyKeys.js +31 -0
- package/dist/node_modules/es-abstract/2018/GetPrototypeFromConstructor.js +32 -0
- package/dist/node_modules/es-abstract/2018/GetSubstitution.js +124 -0
- package/dist/node_modules/es-abstract/2018/GetV.js +25 -0
- package/dist/node_modules/es-abstract/2018/GetValueFromBuffer.js +108 -0
- package/dist/node_modules/es-abstract/2018/HasOwnProperty.js +22 -0
- package/dist/node_modules/es-abstract/2018/HasProperty.js +20 -0
- package/dist/node_modules/es-abstract/2018/HourFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2018/InLeapYear.js +21 -0
- package/dist/node_modules/es-abstract/2018/InstanceofOperator.js +30 -0
- package/dist/node_modules/es-abstract/2018/Invoke.js +24 -0
- package/dist/node_modules/es-abstract/2018/IsAccessorDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2018/IsArray.js +4 -0
- package/dist/node_modules/es-abstract/2018/IsCallable.js +5 -0
- package/dist/node_modules/es-abstract/2018/IsCompatiblePropertyDescriptor.js +9 -0
- package/dist/node_modules/es-abstract/2018/IsConcatSpreadable.js +25 -0
- package/dist/node_modules/es-abstract/2018/IsConstructor.js +40 -0
- package/dist/node_modules/es-abstract/2018/IsDataDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2018/IsDetachedBuffer.js +27 -0
- package/dist/node_modules/es-abstract/2018/IsExtensible.js +18 -0
- package/dist/node_modules/es-abstract/2018/IsGenericDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2018/IsInteger.js +9 -0
- package/dist/node_modules/es-abstract/2018/IsPromise.js +24 -0
- package/dist/node_modules/es-abstract/2018/IsPropertyKey.js +7 -0
- package/dist/node_modules/es-abstract/2018/IsRegExp.js +24 -0
- package/dist/node_modules/es-abstract/2018/IsSharedArrayBuffer.js +19 -0
- package/dist/node_modules/es-abstract/2018/IsStringPrefix.js +47 -0
- package/dist/node_modules/es-abstract/2018/IsWordChar.js +48 -0
- package/dist/node_modules/es-abstract/2018/IterableToList.js +24 -0
- package/dist/node_modules/es-abstract/2018/IteratorClose.js +51 -0
- package/dist/node_modules/es-abstract/2018/IteratorComplete.js +18 -0
- package/dist/node_modules/es-abstract/2018/IteratorNext.js +18 -0
- package/dist/node_modules/es-abstract/2018/IteratorStep.js +13 -0
- package/dist/node_modules/es-abstract/2018/IteratorValue.js +18 -0
- package/dist/node_modules/es-abstract/2018/MakeDate.js +13 -0
- package/dist/node_modules/es-abstract/2018/MakeDay.js +33 -0
- package/dist/node_modules/es-abstract/2018/MakeTime.js +23 -0
- package/dist/node_modules/es-abstract/2018/MinFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2018/MonthFromTime.js +47 -0
- package/dist/node_modules/es-abstract/2018/NewPromiseCapability.js +36 -0
- package/dist/node_modules/es-abstract/2018/NormalCompletion.js +9 -0
- package/dist/node_modules/es-abstract/2018/NumberToRawBytes.js +74 -0
- package/dist/node_modules/es-abstract/2018/NumberToString.js +19 -0
- package/dist/node_modules/es-abstract/2018/ObjectCreate.js +50 -0
- package/dist/node_modules/es-abstract/2018/ObjectDefineProperties.js +38 -0
- package/dist/node_modules/es-abstract/2018/OrdinaryCreateFromConstructor.js +20 -0
- package/dist/node_modules/es-abstract/2018/OrdinaryDefineOwnProperty.js +61 -0
- package/dist/node_modules/es-abstract/2018/OrdinaryGetOwnProperty.js +44 -0
- package/dist/node_modules/es-abstract/2018/OrdinaryGetPrototypeOf.js +21 -0
- package/dist/node_modules/es-abstract/2018/OrdinaryHasInstance.js +25 -0
- package/dist/node_modules/es-abstract/2018/OrdinaryHasProperty.js +20 -0
- package/dist/node_modules/es-abstract/2018/OrdinarySetPrototypeOf.js +53 -0
- package/dist/node_modules/es-abstract/2018/OrdinaryToPrimitive.js +38 -0
- package/dist/node_modules/es-abstract/2018/PromiseResolve.js +17 -0
- package/dist/node_modules/es-abstract/2018/QuoteJSONString.js +48 -0
- package/dist/node_modules/es-abstract/2018/RawBytesToNumber.js +74 -0
- package/dist/node_modules/es-abstract/2018/RegExpCreate.js +21 -0
- package/dist/node_modules/es-abstract/2018/RegExpExec.js +32 -0
- package/dist/node_modules/es-abstract/2018/RequireObjectCoercible.js +3 -0
- package/dist/node_modules/es-abstract/2018/SameValue.js +13 -0
- package/dist/node_modules/es-abstract/2018/SameValueNonNumber.js +16 -0
- package/dist/node_modules/es-abstract/2018/SameValueZero.js +9 -0
- package/dist/node_modules/es-abstract/2018/SecFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2018/Set.js +47 -0
- package/dist/node_modules/es-abstract/2018/SetFunctionLength.js +32 -0
- package/dist/node_modules/es-abstract/2018/SetFunctionName.js +44 -0
- package/dist/node_modules/es-abstract/2018/SetIntegrityLevel.js +57 -0
- package/dist/node_modules/es-abstract/2018/SetValueInBuffer.js +120 -0
- package/dist/node_modules/es-abstract/2018/SpeciesConstructor.js +32 -0
- package/dist/node_modules/es-abstract/2018/SplitMatch.js +39 -0
- package/dist/node_modules/es-abstract/2018/StrictEqualityComparison.js +17 -0
- package/dist/node_modules/es-abstract/2018/StringCreate.js +40 -0
- package/dist/node_modules/es-abstract/2018/StringGetOwnProperty.js +48 -0
- package/dist/node_modules/es-abstract/2018/SymbolDescriptiveString.js +20 -0
- package/dist/node_modules/es-abstract/2018/TestIntegrityLevel.js +42 -0
- package/dist/node_modules/es-abstract/2018/ThrowCompletion.js +9 -0
- package/dist/node_modules/es-abstract/2018/TimeClip.js +21 -0
- package/dist/node_modules/es-abstract/2018/TimeFromYear.js +11 -0
- package/dist/node_modules/es-abstract/2018/TimeString.js +25 -0
- package/dist/node_modules/es-abstract/2018/TimeWithinDay.js +12 -0
- package/dist/node_modules/es-abstract/2018/ToBoolean.js +5 -0
- package/dist/node_modules/es-abstract/2018/ToDateString.js +23 -0
- package/dist/node_modules/es-abstract/2018/ToIndex.js +26 -0
- package/dist/node_modules/es-abstract/2018/ToInt16.js +10 -0
- package/dist/node_modules/es-abstract/2018/ToInt32.js +9 -0
- package/dist/node_modules/es-abstract/2018/ToInt8.js +10 -0
- package/dist/node_modules/es-abstract/2018/ToInteger.js +12 -0
- package/dist/node_modules/es-abstract/2018/ToLength.js +12 -0
- package/dist/node_modules/es-abstract/2018/ToNumber.js +48 -0
- package/dist/node_modules/es-abstract/2018/ToObject.js +14 -0
- package/dist/node_modules/es-abstract/2018/ToPrimitive.js +12 -0
- package/dist/node_modules/es-abstract/2018/ToPropertyDescriptor.js +52 -0
- package/dist/node_modules/es-abstract/2018/ToPropertyKey.js +15 -0
- package/dist/node_modules/es-abstract/2018/ToString.js +15 -0
- package/dist/node_modules/es-abstract/2018/ToUint16.js +19 -0
- package/dist/node_modules/es-abstract/2018/ToUint32.js +9 -0
- package/dist/node_modules/es-abstract/2018/ToUint8.js +20 -0
- package/dist/node_modules/es-abstract/2018/ToUint8Clamp.js +19 -0
- package/dist/node_modules/es-abstract/2018/Type.js +12 -0
- package/dist/node_modules/es-abstract/2018/TypedArrayCreate.js +50 -0
- package/dist/node_modules/es-abstract/2018/TypedArraySpeciesCreate.js +39 -0
- package/dist/node_modules/es-abstract/2018/UTF16Decode.js +21 -0
- package/dist/node_modules/es-abstract/2018/UTF16Encoding.js +25 -0
- package/dist/node_modules/es-abstract/2018/UnicodeEscape.js +26 -0
- package/dist/node_modules/es-abstract/2018/ValidateAndApplyPropertyDescriptor.js +170 -0
- package/dist/node_modules/es-abstract/2018/ValidateAtomicAccess.js +36 -0
- package/dist/node_modules/es-abstract/2018/ValidateTypedArray.js +30 -0
- package/dist/node_modules/es-abstract/2018/WeekDay.js +10 -0
- package/dist/node_modules/es-abstract/2018/WordCharacters.js +49 -0
- package/dist/node_modules/es-abstract/2018/YearFromTime.js +16 -0
- package/dist/node_modules/es-abstract/2018/abs.js +11 -0
- package/dist/node_modules/es-abstract/2018/floor.js +11 -0
- package/dist/node_modules/es-abstract/2018/max.js +7 -0
- package/dist/node_modules/es-abstract/2018/min.js +7 -0
- package/dist/node_modules/es-abstract/2018/modulo.js +9 -0
- package/dist/node_modules/es-abstract/2018/msFromTime.js +11 -0
- package/dist/node_modules/es-abstract/2018/thisBooleanValue.js +15 -0
- package/dist/node_modules/es-abstract/2018/thisNumberValue.js +18 -0
- package/dist/node_modules/es-abstract/2018/thisStringValue.js +15 -0
- package/dist/node_modules/es-abstract/2018/thisSymbolValue.js +19 -0
- package/dist/node_modules/es-abstract/2018/thisTimeValue.js +9 -0
- package/dist/node_modules/es-abstract/2019/AbstractEqualityComparison.js +37 -0
- package/dist/node_modules/es-abstract/2019/AbstractRelationalComparison.js +61 -0
- package/dist/node_modules/es-abstract/2019/AddEntriesFromIterable.js +47 -0
- package/dist/node_modules/es-abstract/2019/AdvanceStringIndex.js +47 -0
- package/dist/node_modules/es-abstract/2019/ArrayCreate.js +54 -0
- package/dist/node_modules/es-abstract/2019/ArraySetLength.js +85 -0
- package/dist/node_modules/es-abstract/2019/ArraySpeciesCreate.js +47 -0
- package/dist/node_modules/es-abstract/2019/AsyncFromSyncIteratorContinuation.js +45 -0
- package/dist/node_modules/es-abstract/2019/AsyncIteratorClose.js +62 -0
- package/dist/node_modules/es-abstract/2019/Call.js +20 -0
- package/dist/node_modules/es-abstract/2019/CanonicalNumericIndexString.js +22 -0
- package/dist/node_modules/es-abstract/2019/Canonicalize.js +55 -0
- package/dist/node_modules/es-abstract/2019/CharacterRange.js +31 -0
- package/dist/node_modules/es-abstract/2019/CompletePropertyDescriptor.js +39 -0
- package/dist/node_modules/es-abstract/2019/CompletionRecord.js +53 -0
- package/dist/node_modules/es-abstract/2019/CopyDataProperties.js +68 -0
- package/dist/node_modules/es-abstract/2019/CreateAsyncFromSyncIterator.js +121 -0
- package/dist/node_modules/es-abstract/2019/CreateDataProperty.js +27 -0
- package/dist/node_modules/es-abstract/2019/CreateDataPropertyOrThrow.js +25 -0
- package/dist/node_modules/es-abstract/2019/CreateHTML.js +30 -0
- package/dist/node_modules/es-abstract/2019/CreateIterResultObject.js +19 -0
- package/dist/node_modules/es-abstract/2019/CreateListFromArrayLike.js +45 -0
- package/dist/node_modules/es-abstract/2019/CreateMethodProperty.js +40 -0
- package/dist/node_modules/es-abstract/2019/DateFromTime.js +54 -0
- package/dist/node_modules/es-abstract/2019/DateString.js +30 -0
- package/dist/node_modules/es-abstract/2019/Day.js +11 -0
- package/dist/node_modules/es-abstract/2019/DayFromYear.js +10 -0
- package/dist/node_modules/es-abstract/2019/DayWithinYear.js +11 -0
- package/dist/node_modules/es-abstract/2019/DaysInYear.js +18 -0
- package/dist/node_modules/es-abstract/2019/DefinePropertyOrThrow.js +50 -0
- package/dist/node_modules/es-abstract/2019/DeletePropertyOrThrow.js +27 -0
- package/dist/node_modules/es-abstract/2019/DetachArrayBuffer.js +43 -0
- package/dist/node_modules/es-abstract/2019/EnumerableOwnPropertyNames.js +43 -0
- package/dist/node_modules/es-abstract/2019/FlattenIntoArray.js +57 -0
- package/dist/node_modules/es-abstract/2019/FromPropertyDescriptor.js +16 -0
- package/dist/node_modules/es-abstract/2019/Get.js +25 -0
- package/dist/node_modules/es-abstract/2019/GetGlobalObject.js +9 -0
- package/dist/node_modules/es-abstract/2019/GetIterator.js +34 -0
- package/dist/node_modules/es-abstract/2019/GetMethod.js +36 -0
- package/dist/node_modules/es-abstract/2019/GetOwnPropertyKeys.js +31 -0
- package/dist/node_modules/es-abstract/2019/GetPrototypeFromConstructor.js +32 -0
- package/dist/node_modules/es-abstract/2019/GetSubstitution.js +124 -0
- package/dist/node_modules/es-abstract/2019/GetV.js +25 -0
- package/dist/node_modules/es-abstract/2019/GetValueFromBuffer.js +106 -0
- package/dist/node_modules/es-abstract/2019/HasOwnProperty.js +22 -0
- package/dist/node_modules/es-abstract/2019/HasProperty.js +20 -0
- package/dist/node_modules/es-abstract/2019/HourFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2019/InLeapYear.js +21 -0
- package/dist/node_modules/es-abstract/2019/InstanceofOperator.js +30 -0
- package/dist/node_modules/es-abstract/2019/Invoke.js +24 -0
- package/dist/node_modules/es-abstract/2019/IsAccessorDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2019/IsArray.js +4 -0
- package/dist/node_modules/es-abstract/2019/IsCallable.js +5 -0
- package/dist/node_modules/es-abstract/2019/IsCompatiblePropertyDescriptor.js +9 -0
- package/dist/node_modules/es-abstract/2019/IsConcatSpreadable.js +25 -0
- package/dist/node_modules/es-abstract/2019/IsConstructor.js +40 -0
- package/dist/node_modules/es-abstract/2019/IsDataDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2019/IsDetachedBuffer.js +27 -0
- package/dist/node_modules/es-abstract/2019/IsExtensible.js +18 -0
- package/dist/node_modules/es-abstract/2019/IsGenericDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2019/IsInteger.js +9 -0
- package/dist/node_modules/es-abstract/2019/IsPromise.js +24 -0
- package/dist/node_modules/es-abstract/2019/IsPropertyKey.js +7 -0
- package/dist/node_modules/es-abstract/2019/IsRegExp.js +24 -0
- package/dist/node_modules/es-abstract/2019/IsSharedArrayBuffer.js +19 -0
- package/dist/node_modules/es-abstract/2019/IsStringPrefix.js +47 -0
- package/dist/node_modules/es-abstract/2019/IsWordChar.js +48 -0
- package/dist/node_modules/es-abstract/2019/IterableToList.js +24 -0
- package/dist/node_modules/es-abstract/2019/IteratorClose.js +51 -0
- package/dist/node_modules/es-abstract/2019/IteratorComplete.js +18 -0
- package/dist/node_modules/es-abstract/2019/IteratorNext.js +18 -0
- package/dist/node_modules/es-abstract/2019/IteratorStep.js +13 -0
- package/dist/node_modules/es-abstract/2019/IteratorValue.js +18 -0
- package/dist/node_modules/es-abstract/2019/MakeDate.js +13 -0
- package/dist/node_modules/es-abstract/2019/MakeDay.js +33 -0
- package/dist/node_modules/es-abstract/2019/MakeTime.js +23 -0
- package/dist/node_modules/es-abstract/2019/MinFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2019/MonthFromTime.js +47 -0
- package/dist/node_modules/es-abstract/2019/NewPromiseCapability.js +36 -0
- package/dist/node_modules/es-abstract/2019/NormalCompletion.js +9 -0
- package/dist/node_modules/es-abstract/2019/NumberToRawBytes.js +74 -0
- package/dist/node_modules/es-abstract/2019/NumberToString.js +19 -0
- package/dist/node_modules/es-abstract/2019/ObjectCreate.js +50 -0
- package/dist/node_modules/es-abstract/2019/ObjectDefineProperties.js +38 -0
- package/dist/node_modules/es-abstract/2019/OrdinaryCreateFromConstructor.js +20 -0
- package/dist/node_modules/es-abstract/2019/OrdinaryDefineOwnProperty.js +61 -0
- package/dist/node_modules/es-abstract/2019/OrdinaryGetOwnProperty.js +44 -0
- package/dist/node_modules/es-abstract/2019/OrdinaryGetPrototypeOf.js +21 -0
- package/dist/node_modules/es-abstract/2019/OrdinaryHasInstance.js +25 -0
- package/dist/node_modules/es-abstract/2019/OrdinaryHasProperty.js +20 -0
- package/dist/node_modules/es-abstract/2019/OrdinarySetPrototypeOf.js +53 -0
- package/dist/node_modules/es-abstract/2019/OrdinaryToPrimitive.js +38 -0
- package/dist/node_modules/es-abstract/2019/PromiseResolve.js +17 -0
- package/dist/node_modules/es-abstract/2019/QuoteJSONString.js +54 -0
- package/dist/node_modules/es-abstract/2019/RawBytesToNumber.js +74 -0
- package/dist/node_modules/es-abstract/2019/RegExpCreate.js +21 -0
- package/dist/node_modules/es-abstract/2019/RegExpExec.js +32 -0
- package/dist/node_modules/es-abstract/2019/RequireObjectCoercible.js +3 -0
- package/dist/node_modules/es-abstract/2019/SameValue.js +13 -0
- package/dist/node_modules/es-abstract/2019/SameValueNonNumber.js +16 -0
- package/dist/node_modules/es-abstract/2019/SameValueZero.js +9 -0
- package/dist/node_modules/es-abstract/2019/SecFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2019/Set.js +47 -0
- package/dist/node_modules/es-abstract/2019/SetFunctionLength.js +32 -0
- package/dist/node_modules/es-abstract/2019/SetFunctionName.js +44 -0
- package/dist/node_modules/es-abstract/2019/SetIntegrityLevel.js +57 -0
- package/dist/node_modules/es-abstract/2019/SetValueInBuffer.js +120 -0
- package/dist/node_modules/es-abstract/2019/SpeciesConstructor.js +32 -0
- package/dist/node_modules/es-abstract/2019/SplitMatch.js +39 -0
- package/dist/node_modules/es-abstract/2019/StrictEqualityComparison.js +17 -0
- package/dist/node_modules/es-abstract/2019/StringCreate.js +40 -0
- package/dist/node_modules/es-abstract/2019/StringGetOwnProperty.js +48 -0
- package/dist/node_modules/es-abstract/2019/SymbolDescriptiveString.js +20 -0
- package/dist/node_modules/es-abstract/2019/TestIntegrityLevel.js +42 -0
- package/dist/node_modules/es-abstract/2019/ThrowCompletion.js +9 -0
- package/dist/node_modules/es-abstract/2019/TimeClip.js +21 -0
- package/dist/node_modules/es-abstract/2019/TimeFromYear.js +11 -0
- package/dist/node_modules/es-abstract/2019/TimeString.js +25 -0
- package/dist/node_modules/es-abstract/2019/TimeWithinDay.js +12 -0
- package/dist/node_modules/es-abstract/2019/ToBoolean.js +5 -0
- package/dist/node_modules/es-abstract/2019/ToDateString.js +23 -0
- package/dist/node_modules/es-abstract/2019/ToIndex.js +26 -0
- package/dist/node_modules/es-abstract/2019/ToInt16.js +10 -0
- package/dist/node_modules/es-abstract/2019/ToInt32.js +9 -0
- package/dist/node_modules/es-abstract/2019/ToInt8.js +10 -0
- package/dist/node_modules/es-abstract/2019/ToInteger.js +12 -0
- package/dist/node_modules/es-abstract/2019/ToLength.js +12 -0
- package/dist/node_modules/es-abstract/2019/ToNumber.js +48 -0
- package/dist/node_modules/es-abstract/2019/ToObject.js +14 -0
- package/dist/node_modules/es-abstract/2019/ToPrimitive.js +12 -0
- package/dist/node_modules/es-abstract/2019/ToPropertyDescriptor.js +52 -0
- package/dist/node_modules/es-abstract/2019/ToPropertyKey.js +15 -0
- package/dist/node_modules/es-abstract/2019/ToString.js +15 -0
- package/dist/node_modules/es-abstract/2019/ToUint16.js +19 -0
- package/dist/node_modules/es-abstract/2019/ToUint32.js +9 -0
- package/dist/node_modules/es-abstract/2019/ToUint8.js +20 -0
- package/dist/node_modules/es-abstract/2019/ToUint8Clamp.js +19 -0
- package/dist/node_modules/es-abstract/2019/TrimString.js +29 -0
- package/dist/node_modules/es-abstract/2019/Type.js +12 -0
- package/dist/node_modules/es-abstract/2019/TypedArrayCreate.js +50 -0
- package/dist/node_modules/es-abstract/2019/TypedArraySpeciesCreate.js +39 -0
- package/dist/node_modules/es-abstract/2019/UTF16Decode.js +21 -0
- package/dist/node_modules/es-abstract/2019/UTF16Encoding.js +25 -0
- package/dist/node_modules/es-abstract/2019/UnicodeEscape.js +26 -0
- package/dist/node_modules/es-abstract/2019/ValidateAndApplyPropertyDescriptor.js +170 -0
- package/dist/node_modules/es-abstract/2019/ValidateAtomicAccess.js +36 -0
- package/dist/node_modules/es-abstract/2019/ValidateTypedArray.js +30 -0
- package/dist/node_modules/es-abstract/2019/WeekDay.js +10 -0
- package/dist/node_modules/es-abstract/2019/WordCharacters.js +49 -0
- package/dist/node_modules/es-abstract/2019/YearFromTime.js +16 -0
- package/dist/node_modules/es-abstract/2019/abs.js +11 -0
- package/dist/node_modules/es-abstract/2019/floor.js +11 -0
- package/dist/node_modules/es-abstract/2019/max.js +7 -0
- package/dist/node_modules/es-abstract/2019/min.js +7 -0
- package/dist/node_modules/es-abstract/2019/modulo.js +9 -0
- package/dist/node_modules/es-abstract/2019/msFromTime.js +11 -0
- package/dist/node_modules/es-abstract/2019/thisBooleanValue.js +15 -0
- package/dist/node_modules/es-abstract/2019/thisNumberValue.js +18 -0
- package/dist/node_modules/es-abstract/2019/thisStringValue.js +15 -0
- package/dist/node_modules/es-abstract/2019/thisSymbolValue.js +19 -0
- package/dist/node_modules/es-abstract/2019/thisTimeValue.js +9 -0
- package/dist/node_modules/es-abstract/2020/AbstractEqualityComparison.js +57 -0
- package/dist/node_modules/es-abstract/2020/AbstractRelationalComparison.js +82 -0
- package/dist/node_modules/es-abstract/2020/AddEntriesFromIterable.js +47 -0
- package/dist/node_modules/es-abstract/2020/AdvanceStringIndex.js +34 -0
- package/dist/node_modules/es-abstract/2020/ArrayCreate.js +54 -0
- package/dist/node_modules/es-abstract/2020/ArraySetLength.js +85 -0
- package/dist/node_modules/es-abstract/2020/ArraySpeciesCreate.js +47 -0
- package/dist/node_modules/es-abstract/2020/AsyncFromSyncIteratorContinuation.js +45 -0
- package/dist/node_modules/es-abstract/2020/AsyncIteratorClose.js +62 -0
- package/dist/node_modules/es-abstract/2020/BigInt/add.js +18 -0
- package/dist/node_modules/es-abstract/2020/BigInt/bitwiseAND.js +17 -0
- package/dist/node_modules/es-abstract/2020/BigInt/bitwiseNOT.js +17 -0
- package/dist/node_modules/es-abstract/2020/BigInt/bitwiseOR.js +17 -0
- package/dist/node_modules/es-abstract/2020/BigInt/bitwiseXOR.js +17 -0
- package/dist/node_modules/es-abstract/2020/BigInt/divide.js +22 -0
- package/dist/node_modules/es-abstract/2020/BigInt/equal.js +17 -0
- package/dist/node_modules/es-abstract/2020/BigInt/exponentiate.js +31 -0
- package/dist/node_modules/es-abstract/2020/BigInt/index.js +43 -0
- package/dist/node_modules/es-abstract/2020/BigInt/leftShift.js +18 -0
- package/dist/node_modules/es-abstract/2020/BigInt/lessThan.js +18 -0
- package/dist/node_modules/es-abstract/2020/BigInt/multiply.js +18 -0
- package/dist/node_modules/es-abstract/2020/BigInt/remainder.js +30 -0
- package/dist/node_modules/es-abstract/2020/BigInt/sameValue.js +18 -0
- package/dist/node_modules/es-abstract/2020/BigInt/sameValueZero.js +18 -0
- package/dist/node_modules/es-abstract/2020/BigInt/signedRightShift.js +18 -0
- package/dist/node_modules/es-abstract/2020/BigInt/subtract.js +18 -0
- package/dist/node_modules/es-abstract/2020/BigInt/toString.js +18 -0
- package/dist/node_modules/es-abstract/2020/BigInt/unaryMinus.js +24 -0
- package/dist/node_modules/es-abstract/2020/BigInt/unsignedRightShift.js +17 -0
- package/dist/node_modules/es-abstract/2020/BigIntBitwiseOp.js +66 -0
- package/dist/node_modules/es-abstract/2020/BinaryAnd.js +14 -0
- package/dist/node_modules/es-abstract/2020/BinaryOr.js +14 -0
- package/dist/node_modules/es-abstract/2020/BinaryXor.js +14 -0
- package/dist/node_modules/es-abstract/2020/Call.js +20 -0
- package/dist/node_modules/es-abstract/2020/CanonicalNumericIndexString.js +22 -0
- package/dist/node_modules/es-abstract/2020/Canonicalize.js +55 -0
- package/dist/node_modules/es-abstract/2020/CharacterRange.js +31 -0
- package/dist/node_modules/es-abstract/2020/CodePointAt.js +58 -0
- package/dist/node_modules/es-abstract/2020/CompletePropertyDescriptor.js +39 -0
- package/dist/node_modules/es-abstract/2020/CompletionRecord.js +53 -0
- package/dist/node_modules/es-abstract/2020/CopyDataProperties.js +64 -0
- package/dist/node_modules/es-abstract/2020/CreateAsyncFromSyncIterator.js +121 -0
- package/dist/node_modules/es-abstract/2020/CreateDataProperty.js +27 -0
- package/dist/node_modules/es-abstract/2020/CreateDataPropertyOrThrow.js +25 -0
- package/dist/node_modules/es-abstract/2020/CreateHTML.js +30 -0
- package/dist/node_modules/es-abstract/2020/CreateIterResultObject.js +19 -0
- package/dist/node_modules/es-abstract/2020/CreateListFromArrayLike.js +46 -0
- package/dist/node_modules/es-abstract/2020/CreateMethodProperty.js +40 -0
- package/dist/node_modules/es-abstract/2020/CreateRegExpStringIterator.js +100 -0
- package/dist/node_modules/es-abstract/2020/DateFromTime.js +54 -0
- package/dist/node_modules/es-abstract/2020/DateString.js +30 -0
- package/dist/node_modules/es-abstract/2020/Day.js +11 -0
- package/dist/node_modules/es-abstract/2020/DayFromYear.js +10 -0
- package/dist/node_modules/es-abstract/2020/DayWithinYear.js +11 -0
- package/dist/node_modules/es-abstract/2020/DaysInYear.js +18 -0
- package/dist/node_modules/es-abstract/2020/DefinePropertyOrThrow.js +50 -0
- package/dist/node_modules/es-abstract/2020/DeletePropertyOrThrow.js +27 -0
- package/dist/node_modules/es-abstract/2020/DetachArrayBuffer.js +43 -0
- package/dist/node_modules/es-abstract/2020/EnumerableOwnPropertyNames.js +43 -0
- package/dist/node_modules/es-abstract/2020/FlattenIntoArray.js +57 -0
- package/dist/node_modules/es-abstract/2020/FromPropertyDescriptor.js +16 -0
- package/dist/node_modules/es-abstract/2020/Get.js +25 -0
- package/dist/node_modules/es-abstract/2020/GetGlobalObject.js +9 -0
- package/dist/node_modules/es-abstract/2020/GetIterator.js +66 -0
- package/dist/node_modules/es-abstract/2020/GetMethod.js +36 -0
- package/dist/node_modules/es-abstract/2020/GetOwnPropertyKeys.js +31 -0
- package/dist/node_modules/es-abstract/2020/GetPrototypeFromConstructor.js +32 -0
- package/dist/node_modules/es-abstract/2020/GetSubstitution.js +124 -0
- package/dist/node_modules/es-abstract/2020/GetV.js +25 -0
- package/dist/node_modules/es-abstract/2020/GetValueFromBuffer.js +110 -0
- package/dist/node_modules/es-abstract/2020/HasOwnProperty.js +22 -0
- package/dist/node_modules/es-abstract/2020/HasProperty.js +20 -0
- package/dist/node_modules/es-abstract/2020/HourFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2020/InLeapYear.js +21 -0
- package/dist/node_modules/es-abstract/2020/InstanceofOperator.js +30 -0
- package/dist/node_modules/es-abstract/2020/Invoke.js +24 -0
- package/dist/node_modules/es-abstract/2020/IsAccessorDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2020/IsArray.js +4 -0
- package/dist/node_modules/es-abstract/2020/IsBigIntElementType.js +7 -0
- package/dist/node_modules/es-abstract/2020/IsCallable.js +5 -0
- package/dist/node_modules/es-abstract/2020/IsCompatiblePropertyDescriptor.js +9 -0
- package/dist/node_modules/es-abstract/2020/IsConcatSpreadable.js +25 -0
- package/dist/node_modules/es-abstract/2020/IsConstructor.js +40 -0
- package/dist/node_modules/es-abstract/2020/IsDataDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2020/IsDetachedBuffer.js +27 -0
- package/dist/node_modules/es-abstract/2020/IsExtensible.js +18 -0
- package/dist/node_modules/es-abstract/2020/IsGenericDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2020/IsInteger.js +9 -0
- package/dist/node_modules/es-abstract/2020/IsNoTearConfiguration.js +16 -0
- package/dist/node_modules/es-abstract/2020/IsNonNegativeInteger.js +9 -0
- package/dist/node_modules/es-abstract/2020/IsPromise.js +24 -0
- package/dist/node_modules/es-abstract/2020/IsPropertyKey.js +7 -0
- package/dist/node_modules/es-abstract/2020/IsRegExp.js +24 -0
- package/dist/node_modules/es-abstract/2020/IsSharedArrayBuffer.js +19 -0
- package/dist/node_modules/es-abstract/2020/IsStringPrefix.js +47 -0
- package/dist/node_modules/es-abstract/2020/IsUnclampedIntegerElementType.js +12 -0
- package/dist/node_modules/es-abstract/2020/IsUnsignedElementType.js +11 -0
- package/dist/node_modules/es-abstract/2020/IsValidIntegerIndex.js +30 -0
- package/dist/node_modules/es-abstract/2020/IsWordChar.js +48 -0
- package/dist/node_modules/es-abstract/2020/IterableToList.js +24 -0
- package/dist/node_modules/es-abstract/2020/IteratorClose.js +51 -0
- package/dist/node_modules/es-abstract/2020/IteratorComplete.js +18 -0
- package/dist/node_modules/es-abstract/2020/IteratorNext.js +18 -0
- package/dist/node_modules/es-abstract/2020/IteratorStep.js +13 -0
- package/dist/node_modules/es-abstract/2020/IteratorValue.js +18 -0
- package/dist/node_modules/es-abstract/2020/LengthOfArrayLike.js +20 -0
- package/dist/node_modules/es-abstract/2020/MakeDate.js +13 -0
- package/dist/node_modules/es-abstract/2020/MakeDay.js +33 -0
- package/dist/node_modules/es-abstract/2020/MakeTime.js +23 -0
- package/dist/node_modules/es-abstract/2020/MinFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2020/MonthFromTime.js +47 -0
- package/dist/node_modules/es-abstract/2020/NewPromiseCapability.js +36 -0
- package/dist/node_modules/es-abstract/2020/NormalCompletion.js +9 -0
- package/dist/node_modules/es-abstract/2020/Number/add.js +44 -0
- package/dist/node_modules/es-abstract/2020/Number/bitwiseAND.js +17 -0
- package/dist/node_modules/es-abstract/2020/Number/bitwiseNOT.js +19 -0
- package/dist/node_modules/es-abstract/2020/Number/bitwiseOR.js +17 -0
- package/dist/node_modules/es-abstract/2020/Number/bitwiseXOR.js +17 -0
- package/dist/node_modules/es-abstract/2020/Number/divide.js +22 -0
- package/dist/node_modules/es-abstract/2020/Number/equal.js +21 -0
- package/dist/node_modules/es-abstract/2020/Number/exponentiate.js +77 -0
- package/dist/node_modules/es-abstract/2020/Number/index.js +43 -0
- package/dist/node_modules/es-abstract/2020/Number/leftShift.js +24 -0
- package/dist/node_modules/es-abstract/2020/Number/lessThan.js +26 -0
- package/dist/node_modules/es-abstract/2020/Number/multiply.js +33 -0
- package/dist/node_modules/es-abstract/2020/Number/remainder.js +32 -0
- package/dist/node_modules/es-abstract/2020/Number/sameValue.js +21 -0
- package/dist/node_modules/es-abstract/2020/Number/sameValueZero.js +24 -0
- package/dist/node_modules/es-abstract/2020/Number/signedRightShift.js +24 -0
- package/dist/node_modules/es-abstract/2020/Number/subtract.js +16 -0
- package/dist/node_modules/es-abstract/2020/Number/toString.js +18 -0
- package/dist/node_modules/es-abstract/2020/Number/unaryMinus.js +21 -0
- package/dist/node_modules/es-abstract/2020/Number/unsignedRightShift.js +24 -0
- package/dist/node_modules/es-abstract/2020/NumberBitwiseOp.js +29 -0
- package/dist/node_modules/es-abstract/2020/NumberToBigInt.js +27 -0
- package/dist/node_modules/es-abstract/2020/NumericToRawBytes.js +80 -0
- package/dist/node_modules/es-abstract/2020/ObjectDefineProperties.js +38 -0
- package/dist/node_modules/es-abstract/2020/OrdinaryCreateFromConstructor.js +20 -0
- package/dist/node_modules/es-abstract/2020/OrdinaryDefineOwnProperty.js +61 -0
- package/dist/node_modules/es-abstract/2020/OrdinaryGetOwnProperty.js +44 -0
- package/dist/node_modules/es-abstract/2020/OrdinaryGetPrototypeOf.js +21 -0
- package/dist/node_modules/es-abstract/2020/OrdinaryHasInstance.js +25 -0
- package/dist/node_modules/es-abstract/2020/OrdinaryHasProperty.js +20 -0
- package/dist/node_modules/es-abstract/2020/OrdinaryObjectCreate.js +56 -0
- package/dist/node_modules/es-abstract/2020/OrdinarySetPrototypeOf.js +53 -0
- package/dist/node_modules/es-abstract/2020/OrdinaryToPrimitive.js +38 -0
- package/dist/node_modules/es-abstract/2020/PromiseResolve.js +17 -0
- package/dist/node_modules/es-abstract/2020/QuoteJSONString.js +54 -0
- package/dist/node_modules/es-abstract/2020/RawBytesToNumeric.js +84 -0
- package/dist/node_modules/es-abstract/2020/RegExpCreate.js +21 -0
- package/dist/node_modules/es-abstract/2020/RegExpExec.js +32 -0
- package/dist/node_modules/es-abstract/2020/RequireObjectCoercible.js +3 -0
- package/dist/node_modules/es-abstract/2020/SameValue.js +13 -0
- package/dist/node_modules/es-abstract/2020/SameValueNonNumeric.js +21 -0
- package/dist/node_modules/es-abstract/2020/SameValueZero.js +9 -0
- package/dist/node_modules/es-abstract/2020/SecFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2020/Set.js +47 -0
- package/dist/node_modules/es-abstract/2020/SetFunctionLength.js +31 -0
- package/dist/node_modules/es-abstract/2020/SetFunctionName.js +44 -0
- package/dist/node_modules/es-abstract/2020/SetIntegrityLevel.js +57 -0
- package/dist/node_modules/es-abstract/2020/SetValueInBuffer.js +109 -0
- package/dist/node_modules/es-abstract/2020/SpeciesConstructor.js +32 -0
- package/dist/node_modules/es-abstract/2020/SplitMatch.js +39 -0
- package/dist/node_modules/es-abstract/2020/StrictEqualityComparison.js +17 -0
- package/dist/node_modules/es-abstract/2020/StringCreate.js +40 -0
- package/dist/node_modules/es-abstract/2020/StringGetOwnProperty.js +48 -0
- package/dist/node_modules/es-abstract/2020/StringPad.js +43 -0
- package/dist/node_modules/es-abstract/2020/StringToBigInt.js +23 -0
- package/dist/node_modules/es-abstract/2020/SymbolDescriptiveString.js +20 -0
- package/dist/node_modules/es-abstract/2020/TestIntegrityLevel.js +42 -0
- package/dist/node_modules/es-abstract/2020/ThrowCompletion.js +9 -0
- package/dist/node_modules/es-abstract/2020/TimeClip.js +21 -0
- package/dist/node_modules/es-abstract/2020/TimeFromYear.js +11 -0
- package/dist/node_modules/es-abstract/2020/TimeString.js +25 -0
- package/dist/node_modules/es-abstract/2020/TimeWithinDay.js +12 -0
- package/dist/node_modules/es-abstract/2020/ToBigInt.js +53 -0
- package/dist/node_modules/es-abstract/2020/ToBigInt64.js +25 -0
- package/dist/node_modules/es-abstract/2020/ToBigUint64.js +22 -0
- package/dist/node_modules/es-abstract/2020/ToBoolean.js +5 -0
- package/dist/node_modules/es-abstract/2020/ToDateString.js +23 -0
- package/dist/node_modules/es-abstract/2020/ToIndex.js +26 -0
- package/dist/node_modules/es-abstract/2020/ToInt16.js +10 -0
- package/dist/node_modules/es-abstract/2020/ToInt32.js +9 -0
- package/dist/node_modules/es-abstract/2020/ToInt8.js +10 -0
- package/dist/node_modules/es-abstract/2020/ToInteger.js +15 -0
- package/dist/node_modules/es-abstract/2020/ToLength.js +12 -0
- package/dist/node_modules/es-abstract/2020/ToNumber.js +51 -0
- package/dist/node_modules/es-abstract/2020/ToNumeric.js +21 -0
- package/dist/node_modules/es-abstract/2020/ToObject.js +14 -0
- package/dist/node_modules/es-abstract/2020/ToPrimitive.js +12 -0
- package/dist/node_modules/es-abstract/2020/ToPropertyDescriptor.js +52 -0
- package/dist/node_modules/es-abstract/2020/ToPropertyKey.js +15 -0
- package/dist/node_modules/es-abstract/2020/ToString.js +15 -0
- package/dist/node_modules/es-abstract/2020/ToUint16.js +19 -0
- package/dist/node_modules/es-abstract/2020/ToUint32.js +9 -0
- package/dist/node_modules/es-abstract/2020/ToUint8.js +20 -0
- package/dist/node_modules/es-abstract/2020/ToUint8Clamp.js +19 -0
- package/dist/node_modules/es-abstract/2020/TrimString.js +29 -0
- package/dist/node_modules/es-abstract/2020/Type.js +15 -0
- package/dist/node_modules/es-abstract/2020/TypedArrayCreate.js +50 -0
- package/dist/node_modules/es-abstract/2020/TypedArraySpeciesCreate.js +39 -0
- package/dist/node_modules/es-abstract/2020/UTF16DecodeString.js +29 -0
- package/dist/node_modules/es-abstract/2020/UTF16DecodeSurrogatePair.js +19 -0
- package/dist/node_modules/es-abstract/2020/UTF16Encoding.js +25 -0
- package/dist/node_modules/es-abstract/2020/UnicodeEscape.js +27 -0
- package/dist/node_modules/es-abstract/2020/ValidateAndApplyPropertyDescriptor.js +170 -0
- package/dist/node_modules/es-abstract/2020/ValidateAtomicAccess.js +36 -0
- package/dist/node_modules/es-abstract/2020/ValidateTypedArray.js +30 -0
- package/dist/node_modules/es-abstract/2020/WeekDay.js +10 -0
- package/dist/node_modules/es-abstract/2020/WordCharacters.js +49 -0
- package/dist/node_modules/es-abstract/2020/YearFromTime.js +16 -0
- package/dist/node_modules/es-abstract/2020/abs.js +11 -0
- package/dist/node_modules/es-abstract/2020/floor.js +16 -0
- package/dist/node_modules/es-abstract/2020/max.js +7 -0
- package/dist/node_modules/es-abstract/2020/min.js +7 -0
- package/dist/node_modules/es-abstract/2020/modulo.js +9 -0
- package/dist/node_modules/es-abstract/2020/msFromTime.js +11 -0
- package/dist/node_modules/es-abstract/2020/thisBigIntValue.js +22 -0
- package/dist/node_modules/es-abstract/2020/thisBooleanValue.js +15 -0
- package/dist/node_modules/es-abstract/2020/thisNumberValue.js +18 -0
- package/dist/node_modules/es-abstract/2020/thisStringValue.js +15 -0
- package/dist/node_modules/es-abstract/2020/thisSymbolValue.js +19 -0
- package/dist/node_modules/es-abstract/2020/thisTimeValue.js +9 -0
- package/dist/node_modules/es-abstract/2021/AbstractEqualityComparison.js +57 -0
- package/dist/node_modules/es-abstract/2021/AbstractRelationalComparison.js +82 -0
- package/dist/node_modules/es-abstract/2021/AddEntriesFromIterable.js +47 -0
- package/dist/node_modules/es-abstract/2021/AddToKeptObjects.js +21 -0
- package/dist/node_modules/es-abstract/2021/AdvanceStringIndex.js +34 -0
- package/dist/node_modules/es-abstract/2021/ApplyStringOrNumericBinaryOperator.js +80 -0
- package/dist/node_modules/es-abstract/2021/ArrayCreate.js +54 -0
- package/dist/node_modules/es-abstract/2021/ArraySetLength.js +85 -0
- package/dist/node_modules/es-abstract/2021/ArraySpeciesCreate.js +49 -0
- package/dist/node_modules/es-abstract/2021/AsyncFromSyncIteratorContinuation.js +45 -0
- package/dist/node_modules/es-abstract/2021/AsyncIteratorClose.js +68 -0
- package/dist/node_modules/es-abstract/2021/BigInt/add.js +18 -0
- package/dist/node_modules/es-abstract/2021/BigInt/bitwiseAND.js +17 -0
- package/dist/node_modules/es-abstract/2021/BigInt/bitwiseNOT.js +17 -0
- package/dist/node_modules/es-abstract/2021/BigInt/bitwiseOR.js +17 -0
- package/dist/node_modules/es-abstract/2021/BigInt/bitwiseXOR.js +17 -0
- package/dist/node_modules/es-abstract/2021/BigInt/divide.js +22 -0
- package/dist/node_modules/es-abstract/2021/BigInt/equal.js +17 -0
- package/dist/node_modules/es-abstract/2021/BigInt/exponentiate.js +31 -0
- package/dist/node_modules/es-abstract/2021/BigInt/index.js +43 -0
- package/dist/node_modules/es-abstract/2021/BigInt/leftShift.js +18 -0
- package/dist/node_modules/es-abstract/2021/BigInt/lessThan.js +18 -0
- package/dist/node_modules/es-abstract/2021/BigInt/multiply.js +18 -0
- package/dist/node_modules/es-abstract/2021/BigInt/remainder.js +30 -0
- package/dist/node_modules/es-abstract/2021/BigInt/sameValue.js +18 -0
- package/dist/node_modules/es-abstract/2021/BigInt/sameValueZero.js +18 -0
- package/dist/node_modules/es-abstract/2021/BigInt/signedRightShift.js +18 -0
- package/dist/node_modules/es-abstract/2021/BigInt/subtract.js +18 -0
- package/dist/node_modules/es-abstract/2021/BigInt/toString.js +18 -0
- package/dist/node_modules/es-abstract/2021/BigInt/unaryMinus.js +24 -0
- package/dist/node_modules/es-abstract/2021/BigInt/unsignedRightShift.js +17 -0
- package/dist/node_modules/es-abstract/2021/BigIntBitwiseOp.js +66 -0
- package/dist/node_modules/es-abstract/2021/BinaryAnd.js +14 -0
- package/dist/node_modules/es-abstract/2021/BinaryOr.js +14 -0
- package/dist/node_modules/es-abstract/2021/BinaryXor.js +14 -0
- package/dist/node_modules/es-abstract/2021/ByteListBitwiseOp.js +44 -0
- package/dist/node_modules/es-abstract/2021/ByteListEqual.js +33 -0
- package/dist/node_modules/es-abstract/2021/Call.js +20 -0
- package/dist/node_modules/es-abstract/2021/CanonicalNumericIndexString.js +22 -0
- package/dist/node_modules/es-abstract/2021/Canonicalize.js +55 -0
- package/dist/node_modules/es-abstract/2021/CharacterRange.js +31 -0
- package/dist/node_modules/es-abstract/2021/ClearKeptObjects.js +12 -0
- package/dist/node_modules/es-abstract/2021/CloneArrayBuffer.js +49 -0
- package/dist/node_modules/es-abstract/2021/CodePointAt.js +58 -0
- package/dist/node_modules/es-abstract/2021/CodePointsToString.js +27 -0
- package/dist/node_modules/es-abstract/2021/CompletePropertyDescriptor.js +39 -0
- package/dist/node_modules/es-abstract/2021/CompletionRecord.js +53 -0
- package/dist/node_modules/es-abstract/2021/CopyDataProperties.js +70 -0
- package/dist/node_modules/es-abstract/2021/CreateAsyncFromSyncIterator.js +121 -0
- package/dist/node_modules/es-abstract/2021/CreateDataProperty.js +27 -0
- package/dist/node_modules/es-abstract/2021/CreateDataPropertyOrThrow.js +25 -0
- package/dist/node_modules/es-abstract/2021/CreateHTML.js +30 -0
- package/dist/node_modules/es-abstract/2021/CreateIterResultObject.js +19 -0
- package/dist/node_modules/es-abstract/2021/CreateListFromArrayLike.js +46 -0
- package/dist/node_modules/es-abstract/2021/CreateMethodProperty.js +40 -0
- package/dist/node_modules/es-abstract/2021/CreateRegExpStringIterator.js +100 -0
- package/dist/node_modules/es-abstract/2021/DateFromTime.js +54 -0
- package/dist/node_modules/es-abstract/2021/DateString.js +30 -0
- package/dist/node_modules/es-abstract/2021/Day.js +11 -0
- package/dist/node_modules/es-abstract/2021/DayFromYear.js +10 -0
- package/dist/node_modules/es-abstract/2021/DayWithinYear.js +11 -0
- package/dist/node_modules/es-abstract/2021/DaysInYear.js +18 -0
- package/dist/node_modules/es-abstract/2021/DefinePropertyOrThrow.js +50 -0
- package/dist/node_modules/es-abstract/2021/DeletePropertyOrThrow.js +27 -0
- package/dist/node_modules/es-abstract/2021/DetachArrayBuffer.js +43 -0
- package/dist/node_modules/es-abstract/2021/EnumerableOwnPropertyNames.js +43 -0
- package/dist/node_modules/es-abstract/2021/FlattenIntoArray.js +57 -0
- package/dist/node_modules/es-abstract/2021/FromPropertyDescriptor.js +16 -0
- package/dist/node_modules/es-abstract/2021/Get.js +25 -0
- package/dist/node_modules/es-abstract/2021/GetGlobalObject.js +9 -0
- package/dist/node_modules/es-abstract/2021/GetIterator.js +66 -0
- package/dist/node_modules/es-abstract/2021/GetMethod.js +36 -0
- package/dist/node_modules/es-abstract/2021/GetOwnPropertyKeys.js +31 -0
- package/dist/node_modules/es-abstract/2021/GetPromiseResolve.js +22 -0
- package/dist/node_modules/es-abstract/2021/GetPrototypeFromConstructor.js +32 -0
- package/dist/node_modules/es-abstract/2021/GetSubstitution.js +124 -0
- package/dist/node_modules/es-abstract/2021/GetV.js +25 -0
- package/dist/node_modules/es-abstract/2021/GetValueFromBuffer.js +110 -0
- package/dist/node_modules/es-abstract/2021/HasOwnProperty.js +22 -0
- package/dist/node_modules/es-abstract/2021/HasProperty.js +20 -0
- package/dist/node_modules/es-abstract/2021/HourFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2021/InLeapYear.js +21 -0
- package/dist/node_modules/es-abstract/2021/InstanceofOperator.js +30 -0
- package/dist/node_modules/es-abstract/2021/Invoke.js +24 -0
- package/dist/node_modules/es-abstract/2021/IsAccessorDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2021/IsArray.js +4 -0
- package/dist/node_modules/es-abstract/2021/IsBigIntElementType.js +7 -0
- package/dist/node_modules/es-abstract/2021/IsCallable.js +5 -0
- package/dist/node_modules/es-abstract/2021/IsCompatiblePropertyDescriptor.js +9 -0
- package/dist/node_modules/es-abstract/2021/IsConcatSpreadable.js +25 -0
- package/dist/node_modules/es-abstract/2021/IsConstructor.js +40 -0
- package/dist/node_modules/es-abstract/2021/IsDataDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2021/IsDetachedBuffer.js +27 -0
- package/dist/node_modules/es-abstract/2021/IsExtensible.js +18 -0
- package/dist/node_modules/es-abstract/2021/IsGenericDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2021/IsIntegralNumber.js +9 -0
- package/dist/node_modules/es-abstract/2021/IsNoTearConfiguration.js +16 -0
- package/dist/node_modules/es-abstract/2021/IsPromise.js +24 -0
- package/dist/node_modules/es-abstract/2021/IsPropertyKey.js +7 -0
- package/dist/node_modules/es-abstract/2021/IsRegExp.js +24 -0
- package/dist/node_modules/es-abstract/2021/IsSharedArrayBuffer.js +19 -0
- package/dist/node_modules/es-abstract/2021/IsStringPrefix.js +47 -0
- package/dist/node_modules/es-abstract/2021/IsUnclampedIntegerElementType.js +12 -0
- package/dist/node_modules/es-abstract/2021/IsUnsignedElementType.js +11 -0
- package/dist/node_modules/es-abstract/2021/IsValidIntegerIndex.js +33 -0
- package/dist/node_modules/es-abstract/2021/IsWordChar.js +48 -0
- package/dist/node_modules/es-abstract/2021/IterableToList.js +29 -0
- package/dist/node_modules/es-abstract/2021/IteratorClose.js +51 -0
- package/dist/node_modules/es-abstract/2021/IteratorComplete.js +18 -0
- package/dist/node_modules/es-abstract/2021/IteratorNext.js +18 -0
- package/dist/node_modules/es-abstract/2021/IteratorStep.js +13 -0
- package/dist/node_modules/es-abstract/2021/IteratorValue.js +18 -0
- package/dist/node_modules/es-abstract/2021/LengthOfArrayLike.js +20 -0
- package/dist/node_modules/es-abstract/2021/MakeDate.js +13 -0
- package/dist/node_modules/es-abstract/2021/MakeDay.js +36 -0
- package/dist/node_modules/es-abstract/2021/MakeTime.js +23 -0
- package/dist/node_modules/es-abstract/2021/MinFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2021/MonthFromTime.js +47 -0
- package/dist/node_modules/es-abstract/2021/NewPromiseCapability.js +36 -0
- package/dist/node_modules/es-abstract/2021/NormalCompletion.js +9 -0
- package/dist/node_modules/es-abstract/2021/Number/add.js +36 -0
- package/dist/node_modules/es-abstract/2021/Number/bitwiseAND.js +17 -0
- package/dist/node_modules/es-abstract/2021/Number/bitwiseNOT.js +19 -0
- package/dist/node_modules/es-abstract/2021/Number/bitwiseOR.js +17 -0
- package/dist/node_modules/es-abstract/2021/Number/bitwiseXOR.js +17 -0
- package/dist/node_modules/es-abstract/2021/Number/divide.js +22 -0
- package/dist/node_modules/es-abstract/2021/Number/equal.js +21 -0
- package/dist/node_modules/es-abstract/2021/Number/exponentiate.js +77 -0
- package/dist/node_modules/es-abstract/2021/Number/index.js +43 -0
- package/dist/node_modules/es-abstract/2021/Number/leftShift.js +25 -0
- package/dist/node_modules/es-abstract/2021/Number/lessThan.js +26 -0
- package/dist/node_modules/es-abstract/2021/Number/multiply.js +33 -0
- package/dist/node_modules/es-abstract/2021/Number/remainder.js +32 -0
- package/dist/node_modules/es-abstract/2021/Number/sameValue.js +21 -0
- package/dist/node_modules/es-abstract/2021/Number/sameValueZero.js +24 -0
- package/dist/node_modules/es-abstract/2021/Number/signedRightShift.js +25 -0
- package/dist/node_modules/es-abstract/2021/Number/subtract.js +19 -0
- package/dist/node_modules/es-abstract/2021/Number/toString.js +18 -0
- package/dist/node_modules/es-abstract/2021/Number/unaryMinus.js +21 -0
- package/dist/node_modules/es-abstract/2021/Number/unsignedRightShift.js +25 -0
- package/dist/node_modules/es-abstract/2021/NumberBitwiseOp.js +29 -0
- package/dist/node_modules/es-abstract/2021/NumberToBigInt.js +26 -0
- package/dist/node_modules/es-abstract/2021/NumericToRawBytes.js +80 -0
- package/dist/node_modules/es-abstract/2021/ObjectDefineProperties.js +38 -0
- package/dist/node_modules/es-abstract/2021/OrdinaryCreateFromConstructor.js +20 -0
- package/dist/node_modules/es-abstract/2021/OrdinaryDefineOwnProperty.js +61 -0
- package/dist/node_modules/es-abstract/2021/OrdinaryGetOwnProperty.js +44 -0
- package/dist/node_modules/es-abstract/2021/OrdinaryGetPrototypeOf.js +21 -0
- package/dist/node_modules/es-abstract/2021/OrdinaryHasInstance.js +25 -0
- package/dist/node_modules/es-abstract/2021/OrdinaryHasProperty.js +20 -0
- package/dist/node_modules/es-abstract/2021/OrdinaryObjectCreate.js +56 -0
- package/dist/node_modules/es-abstract/2021/OrdinarySetPrototypeOf.js +53 -0
- package/dist/node_modules/es-abstract/2021/OrdinaryToPrimitive.js +38 -0
- package/dist/node_modules/es-abstract/2021/PromiseResolve.js +17 -0
- package/dist/node_modules/es-abstract/2021/QuoteJSONString.js +54 -0
- package/dist/node_modules/es-abstract/2021/RawBytesToNumeric.js +84 -0
- package/dist/node_modules/es-abstract/2021/RegExpCreate.js +21 -0
- package/dist/node_modules/es-abstract/2021/RegExpExec.js +32 -0
- package/dist/node_modules/es-abstract/2021/RequireObjectCoercible.js +3 -0
- package/dist/node_modules/es-abstract/2021/SameValue.js +13 -0
- package/dist/node_modules/es-abstract/2021/SameValueNonNumeric.js +21 -0
- package/dist/node_modules/es-abstract/2021/SameValueZero.js +9 -0
- package/dist/node_modules/es-abstract/2021/SecFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2021/Set.js +47 -0
- package/dist/node_modules/es-abstract/2021/SetFunctionLength.js +32 -0
- package/dist/node_modules/es-abstract/2021/SetFunctionName.js +44 -0
- package/dist/node_modules/es-abstract/2021/SetIntegrityLevel.js +57 -0
- package/dist/node_modules/es-abstract/2021/SetTypedArrayFromArrayLike.js +127 -0
- package/dist/node_modules/es-abstract/2021/SetTypedArrayFromTypedArray.js +167 -0
- package/dist/node_modules/es-abstract/2021/SetValueInBuffer.js +105 -0
- package/dist/node_modules/es-abstract/2021/SpeciesConstructor.js +32 -0
- package/dist/node_modules/es-abstract/2021/SplitMatch.js +39 -0
- package/dist/node_modules/es-abstract/2021/StrictEqualityComparison.js +17 -0
- package/dist/node_modules/es-abstract/2021/StringCreate.js +40 -0
- package/dist/node_modules/es-abstract/2021/StringGetOwnProperty.js +48 -0
- package/dist/node_modules/es-abstract/2021/StringIndexOf.js +40 -0
- package/dist/node_modules/es-abstract/2021/StringPad.js +43 -0
- package/dist/node_modules/es-abstract/2021/StringToBigInt.js +23 -0
- package/dist/node_modules/es-abstract/2021/StringToCodePoints.js +29 -0
- package/dist/node_modules/es-abstract/2021/SymbolDescriptiveString.js +20 -0
- package/dist/node_modules/es-abstract/2021/TestIntegrityLevel.js +42 -0
- package/dist/node_modules/es-abstract/2021/ThrowCompletion.js +9 -0
- package/dist/node_modules/es-abstract/2021/TimeClip.js +21 -0
- package/dist/node_modules/es-abstract/2021/TimeFromYear.js +11 -0
- package/dist/node_modules/es-abstract/2021/TimeString.js +25 -0
- package/dist/node_modules/es-abstract/2021/TimeWithinDay.js +12 -0
- package/dist/node_modules/es-abstract/2021/ToBigInt.js +53 -0
- package/dist/node_modules/es-abstract/2021/ToBigInt64.js +25 -0
- package/dist/node_modules/es-abstract/2021/ToBigUint64.js +22 -0
- package/dist/node_modules/es-abstract/2021/ToBoolean.js +5 -0
- package/dist/node_modules/es-abstract/2021/ToDateString.js +23 -0
- package/dist/node_modules/es-abstract/2021/ToIndex.js +26 -0
- package/dist/node_modules/es-abstract/2021/ToInt16.js +10 -0
- package/dist/node_modules/es-abstract/2021/ToInt32.js +9 -0
- package/dist/node_modules/es-abstract/2021/ToInt8.js +10 -0
- package/dist/node_modules/es-abstract/2021/ToIntegerOrInfinity.js +20 -0
- package/dist/node_modules/es-abstract/2021/ToLength.js +12 -0
- package/dist/node_modules/es-abstract/2021/ToNumber.js +51 -0
- package/dist/node_modules/es-abstract/2021/ToNumeric.js +21 -0
- package/dist/node_modules/es-abstract/2021/ToObject.js +14 -0
- package/dist/node_modules/es-abstract/2021/ToPrimitive.js +12 -0
- package/dist/node_modules/es-abstract/2021/ToPropertyDescriptor.js +52 -0
- package/dist/node_modules/es-abstract/2021/ToPropertyKey.js +15 -0
- package/dist/node_modules/es-abstract/2021/ToString.js +15 -0
- package/dist/node_modules/es-abstract/2021/ToUint16.js +19 -0
- package/dist/node_modules/es-abstract/2021/ToUint32.js +9 -0
- package/dist/node_modules/es-abstract/2021/ToUint8.js +20 -0
- package/dist/node_modules/es-abstract/2021/ToUint8Clamp.js +19 -0
- package/dist/node_modules/es-abstract/2021/TrimString.js +29 -0
- package/dist/node_modules/es-abstract/2021/Type.js +15 -0
- package/dist/node_modules/es-abstract/2021/TypedArrayCreate.js +50 -0
- package/dist/node_modules/es-abstract/2021/TypedArraySpeciesCreate.js +39 -0
- package/dist/node_modules/es-abstract/2021/UTF16EncodeCodePoint.js +25 -0
- package/dist/node_modules/es-abstract/2021/UTF16SurrogatePairToCodePoint.js +19 -0
- package/dist/node_modules/es-abstract/2021/UnicodeEscape.js +27 -0
- package/dist/node_modules/es-abstract/2021/ValidateAndApplyPropertyDescriptor.js +170 -0
- package/dist/node_modules/es-abstract/2021/ValidateAtomicAccess.js +59 -0
- package/dist/node_modules/es-abstract/2021/ValidateIntegerTypedArray.js +53 -0
- package/dist/node_modules/es-abstract/2021/ValidateTypedArray.js +30 -0
- package/dist/node_modules/es-abstract/2021/WeakRefDeref.js +24 -0
- package/dist/node_modules/es-abstract/2021/WeekDay.js +10 -0
- package/dist/node_modules/es-abstract/2021/WordCharacters.js +49 -0
- package/dist/node_modules/es-abstract/2021/YearFromTime.js +16 -0
- package/dist/node_modules/es-abstract/2021/abs.js +11 -0
- package/dist/node_modules/es-abstract/2021/clamp.js +18 -0
- package/dist/node_modules/es-abstract/2021/floor.js +16 -0
- package/dist/node_modules/es-abstract/2021/max.js +7 -0
- package/dist/node_modules/es-abstract/2021/min.js +7 -0
- package/dist/node_modules/es-abstract/2021/modulo.js +9 -0
- package/dist/node_modules/es-abstract/2021/msFromTime.js +11 -0
- package/dist/node_modules/es-abstract/2021/substring.js +21 -0
- package/dist/node_modules/es-abstract/2021/thisBigIntValue.js +22 -0
- package/dist/node_modules/es-abstract/2021/thisBooleanValue.js +15 -0
- package/dist/node_modules/es-abstract/2021/thisNumberValue.js +18 -0
- package/dist/node_modules/es-abstract/2021/thisStringValue.js +15 -0
- package/dist/node_modules/es-abstract/2021/thisSymbolValue.js +19 -0
- package/dist/node_modules/es-abstract/2021/thisTimeValue.js +9 -0
- package/dist/node_modules/es-abstract/2022/AddEntriesFromIterable.js +47 -0
- package/dist/node_modules/es-abstract/2022/AddToKeptObjects.js +21 -0
- package/dist/node_modules/es-abstract/2022/AdvanceStringIndex.js +34 -0
- package/dist/node_modules/es-abstract/2022/ApplyStringOrNumericBinaryOperator.js +80 -0
- package/dist/node_modules/es-abstract/2022/ArrayCreate.js +54 -0
- package/dist/node_modules/es-abstract/2022/ArraySetLength.js +85 -0
- package/dist/node_modules/es-abstract/2022/ArraySpeciesCreate.js +49 -0
- package/dist/node_modules/es-abstract/2022/AsyncFromSyncIteratorContinuation.js +45 -0
- package/dist/node_modules/es-abstract/2022/AsyncIteratorClose.js +68 -0
- package/dist/node_modules/es-abstract/2022/BigInt/add.js +18 -0
- package/dist/node_modules/es-abstract/2022/BigInt/bitwiseAND.js +17 -0
- package/dist/node_modules/es-abstract/2022/BigInt/bitwiseNOT.js +17 -0
- package/dist/node_modules/es-abstract/2022/BigInt/bitwiseOR.js +17 -0
- package/dist/node_modules/es-abstract/2022/BigInt/bitwiseXOR.js +17 -0
- package/dist/node_modules/es-abstract/2022/BigInt/divide.js +22 -0
- package/dist/node_modules/es-abstract/2022/BigInt/equal.js +17 -0
- package/dist/node_modules/es-abstract/2022/BigInt/exponentiate.js +31 -0
- package/dist/node_modules/es-abstract/2022/BigInt/index.js +43 -0
- package/dist/node_modules/es-abstract/2022/BigInt/leftShift.js +18 -0
- package/dist/node_modules/es-abstract/2022/BigInt/lessThan.js +18 -0
- package/dist/node_modules/es-abstract/2022/BigInt/multiply.js +18 -0
- package/dist/node_modules/es-abstract/2022/BigInt/remainder.js +30 -0
- package/dist/node_modules/es-abstract/2022/BigInt/sameValue.js +18 -0
- package/dist/node_modules/es-abstract/2022/BigInt/sameValueZero.js +18 -0
- package/dist/node_modules/es-abstract/2022/BigInt/signedRightShift.js +18 -0
- package/dist/node_modules/es-abstract/2022/BigInt/subtract.js +18 -0
- package/dist/node_modules/es-abstract/2022/BigInt/toString.js +18 -0
- package/dist/node_modules/es-abstract/2022/BigInt/unaryMinus.js +24 -0
- package/dist/node_modules/es-abstract/2022/BigInt/unsignedRightShift.js +17 -0
- package/dist/node_modules/es-abstract/2022/BigIntBitwiseOp.js +66 -0
- package/dist/node_modules/es-abstract/2022/BinaryAnd.js +14 -0
- package/dist/node_modules/es-abstract/2022/BinaryOr.js +14 -0
- package/dist/node_modules/es-abstract/2022/BinaryXor.js +14 -0
- package/dist/node_modules/es-abstract/2022/ByteListBitwiseOp.js +44 -0
- package/dist/node_modules/es-abstract/2022/ByteListEqual.js +33 -0
- package/dist/node_modules/es-abstract/2022/Call.js +20 -0
- package/dist/node_modules/es-abstract/2022/CanonicalNumericIndexString.js +22 -0
- package/dist/node_modules/es-abstract/2022/Canonicalize.js +55 -0
- package/dist/node_modules/es-abstract/2022/CharacterRange.js +31 -0
- package/dist/node_modules/es-abstract/2022/ClearKeptObjects.js +12 -0
- package/dist/node_modules/es-abstract/2022/CloneArrayBuffer.js +49 -0
- package/dist/node_modules/es-abstract/2022/CodePointAt.js +58 -0
- package/dist/node_modules/es-abstract/2022/CodePointsToString.js +27 -0
- package/dist/node_modules/es-abstract/2022/CompletePropertyDescriptor.js +39 -0
- package/dist/node_modules/es-abstract/2022/CompletionRecord.js +53 -0
- package/dist/node_modules/es-abstract/2022/CopyDataProperties.js +70 -0
- package/dist/node_modules/es-abstract/2022/CreateAsyncFromSyncIterator.js +121 -0
- package/dist/node_modules/es-abstract/2022/CreateDataProperty.js +27 -0
- package/dist/node_modules/es-abstract/2022/CreateDataPropertyOrThrow.js +25 -0
- package/dist/node_modules/es-abstract/2022/CreateHTML.js +30 -0
- package/dist/node_modules/es-abstract/2022/CreateIterResultObject.js +19 -0
- package/dist/node_modules/es-abstract/2022/CreateListFromArrayLike.js +46 -0
- package/dist/node_modules/es-abstract/2022/CreateMethodProperty.js +40 -0
- package/dist/node_modules/es-abstract/2022/CreateNonEnumerableDataPropertyOrThrow.js +29 -0
- package/dist/node_modules/es-abstract/2022/CreateRegExpStringIterator.js +100 -0
- package/dist/node_modules/es-abstract/2022/DateFromTime.js +54 -0
- package/dist/node_modules/es-abstract/2022/DateString.js +30 -0
- package/dist/node_modules/es-abstract/2022/Day.js +11 -0
- package/dist/node_modules/es-abstract/2022/DayFromYear.js +10 -0
- package/dist/node_modules/es-abstract/2022/DayWithinYear.js +11 -0
- package/dist/node_modules/es-abstract/2022/DaysInYear.js +18 -0
- package/dist/node_modules/es-abstract/2022/DefinePropertyOrThrow.js +50 -0
- package/dist/node_modules/es-abstract/2022/DeletePropertyOrThrow.js +27 -0
- package/dist/node_modules/es-abstract/2022/DetachArrayBuffer.js +43 -0
- package/dist/node_modules/es-abstract/2022/EnumerableOwnPropertyNames.js +43 -0
- package/dist/node_modules/es-abstract/2022/FlattenIntoArray.js +57 -0
- package/dist/node_modules/es-abstract/2022/FromPropertyDescriptor.js +16 -0
- package/dist/node_modules/es-abstract/2022/Get.js +25 -0
- package/dist/node_modules/es-abstract/2022/GetGlobalObject.js +9 -0
- package/dist/node_modules/es-abstract/2022/GetIterator.js +66 -0
- package/dist/node_modules/es-abstract/2022/GetMatchIndexPair.js +26 -0
- package/dist/node_modules/es-abstract/2022/GetMatchString.js +27 -0
- package/dist/node_modules/es-abstract/2022/GetMethod.js +36 -0
- package/dist/node_modules/es-abstract/2022/GetOwnPropertyKeys.js +31 -0
- package/dist/node_modules/es-abstract/2022/GetPromiseResolve.js +22 -0
- package/dist/node_modules/es-abstract/2022/GetPrototypeFromConstructor.js +32 -0
- package/dist/node_modules/es-abstract/2022/GetStringIndex.js +31 -0
- package/dist/node_modules/es-abstract/2022/GetSubstitution.js +124 -0
- package/dist/node_modules/es-abstract/2022/GetV.js +25 -0
- package/dist/node_modules/es-abstract/2022/GetValueFromBuffer.js +110 -0
- package/dist/node_modules/es-abstract/2022/HasOwnProperty.js +22 -0
- package/dist/node_modules/es-abstract/2022/HasProperty.js +20 -0
- package/dist/node_modules/es-abstract/2022/HourFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2022/InLeapYear.js +21 -0
- package/dist/node_modules/es-abstract/2022/InstallErrorCause.js +23 -0
- package/dist/node_modules/es-abstract/2022/InstanceofOperator.js +30 -0
- package/dist/node_modules/es-abstract/2022/Invoke.js +24 -0
- package/dist/node_modules/es-abstract/2022/IsAccessorDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2022/IsArray.js +4 -0
- package/dist/node_modules/es-abstract/2022/IsBigIntElementType.js +7 -0
- package/dist/node_modules/es-abstract/2022/IsCallable.js +5 -0
- package/dist/node_modules/es-abstract/2022/IsCompatiblePropertyDescriptor.js +9 -0
- package/dist/node_modules/es-abstract/2022/IsConcatSpreadable.js +25 -0
- package/dist/node_modules/es-abstract/2022/IsConstructor.js +40 -0
- package/dist/node_modules/es-abstract/2022/IsDataDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2022/IsDetachedBuffer.js +27 -0
- package/dist/node_modules/es-abstract/2022/IsExtensible.js +18 -0
- package/dist/node_modules/es-abstract/2022/IsGenericDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2022/IsIntegralNumber.js +9 -0
- package/dist/node_modules/es-abstract/2022/IsLessThan.js +90 -0
- package/dist/node_modules/es-abstract/2022/IsLooselyEqual.js +58 -0
- package/dist/node_modules/es-abstract/2022/IsNoTearConfiguration.js +16 -0
- package/dist/node_modules/es-abstract/2022/IsPromise.js +24 -0
- package/dist/node_modules/es-abstract/2022/IsPropertyKey.js +7 -0
- package/dist/node_modules/es-abstract/2022/IsRegExp.js +24 -0
- package/dist/node_modules/es-abstract/2022/IsSharedArrayBuffer.js +19 -0
- package/dist/node_modules/es-abstract/2022/IsStrictlyEqual.js +20 -0
- package/dist/node_modules/es-abstract/2022/IsStringPrefix.js +22 -0
- package/dist/node_modules/es-abstract/2022/IsStringWellFormedUnicode.js +26 -0
- package/dist/node_modules/es-abstract/2022/IsUnclampedIntegerElementType.js +12 -0
- package/dist/node_modules/es-abstract/2022/IsUnsignedElementType.js +11 -0
- package/dist/node_modules/es-abstract/2022/IsValidIntegerIndex.js +33 -0
- package/dist/node_modules/es-abstract/2022/IsWordChar.js +48 -0
- package/dist/node_modules/es-abstract/2022/IterableToList.js +29 -0
- package/dist/node_modules/es-abstract/2022/IteratorClose.js +51 -0
- package/dist/node_modules/es-abstract/2022/IteratorComplete.js +18 -0
- package/dist/node_modules/es-abstract/2022/IteratorNext.js +18 -0
- package/dist/node_modules/es-abstract/2022/IteratorStep.js +13 -0
- package/dist/node_modules/es-abstract/2022/IteratorValue.js +18 -0
- package/dist/node_modules/es-abstract/2022/LengthOfArrayLike.js +20 -0
- package/dist/node_modules/es-abstract/2022/MakeDate.js +13 -0
- package/dist/node_modules/es-abstract/2022/MakeDay.js +36 -0
- package/dist/node_modules/es-abstract/2022/MakeMatchIndicesIndexPairArray.js +69 -0
- package/dist/node_modules/es-abstract/2022/MakeTime.js +23 -0
- package/dist/node_modules/es-abstract/2022/MinFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2022/MonthFromTime.js +47 -0
- package/dist/node_modules/es-abstract/2022/NewPromiseCapability.js +36 -0
- package/dist/node_modules/es-abstract/2022/NormalCompletion.js +9 -0
- package/dist/node_modules/es-abstract/2022/Number/add.js +36 -0
- package/dist/node_modules/es-abstract/2022/Number/bitwiseAND.js +17 -0
- package/dist/node_modules/es-abstract/2022/Number/bitwiseNOT.js +19 -0
- package/dist/node_modules/es-abstract/2022/Number/bitwiseOR.js +17 -0
- package/dist/node_modules/es-abstract/2022/Number/bitwiseXOR.js +17 -0
- package/dist/node_modules/es-abstract/2022/Number/divide.js +22 -0
- package/dist/node_modules/es-abstract/2022/Number/equal.js +21 -0
- package/dist/node_modules/es-abstract/2022/Number/exponentiate.js +77 -0
- package/dist/node_modules/es-abstract/2022/Number/index.js +43 -0
- package/dist/node_modules/es-abstract/2022/Number/leftShift.js +25 -0
- package/dist/node_modules/es-abstract/2022/Number/lessThan.js +26 -0
- package/dist/node_modules/es-abstract/2022/Number/multiply.js +33 -0
- package/dist/node_modules/es-abstract/2022/Number/remainder.js +32 -0
- package/dist/node_modules/es-abstract/2022/Number/sameValue.js +21 -0
- package/dist/node_modules/es-abstract/2022/Number/sameValueZero.js +24 -0
- package/dist/node_modules/es-abstract/2022/Number/signedRightShift.js +25 -0
- package/dist/node_modules/es-abstract/2022/Number/subtract.js +19 -0
- package/dist/node_modules/es-abstract/2022/Number/toString.js +18 -0
- package/dist/node_modules/es-abstract/2022/Number/unaryMinus.js +21 -0
- package/dist/node_modules/es-abstract/2022/Number/unsignedRightShift.js +25 -0
- package/dist/node_modules/es-abstract/2022/NumberBitwiseOp.js +29 -0
- package/dist/node_modules/es-abstract/2022/NumberToBigInt.js +26 -0
- package/dist/node_modules/es-abstract/2022/NumericToRawBytes.js +80 -0
- package/dist/node_modules/es-abstract/2022/ObjectDefineProperties.js +38 -0
- package/dist/node_modules/es-abstract/2022/OrdinaryCreateFromConstructor.js +20 -0
- package/dist/node_modules/es-abstract/2022/OrdinaryDefineOwnProperty.js +61 -0
- package/dist/node_modules/es-abstract/2022/OrdinaryGetOwnProperty.js +44 -0
- package/dist/node_modules/es-abstract/2022/OrdinaryGetPrototypeOf.js +21 -0
- package/dist/node_modules/es-abstract/2022/OrdinaryHasInstance.js +25 -0
- package/dist/node_modules/es-abstract/2022/OrdinaryHasProperty.js +20 -0
- package/dist/node_modules/es-abstract/2022/OrdinaryObjectCreate.js +56 -0
- package/dist/node_modules/es-abstract/2022/OrdinarySetPrototypeOf.js +53 -0
- package/dist/node_modules/es-abstract/2022/OrdinaryToPrimitive.js +38 -0
- package/dist/node_modules/es-abstract/2022/PromiseResolve.js +17 -0
- package/dist/node_modules/es-abstract/2022/QuoteJSONString.js +54 -0
- package/dist/node_modules/es-abstract/2022/RawBytesToNumeric.js +84 -0
- package/dist/node_modules/es-abstract/2022/RegExpCreate.js +21 -0
- package/dist/node_modules/es-abstract/2022/RegExpExec.js +32 -0
- package/dist/node_modules/es-abstract/2022/RegExpHasFlag.js +38 -0
- package/dist/node_modules/es-abstract/2022/RequireObjectCoercible.js +3 -0
- package/dist/node_modules/es-abstract/2022/SameValue.js +13 -0
- package/dist/node_modules/es-abstract/2022/SameValueNonNumeric.js +21 -0
- package/dist/node_modules/es-abstract/2022/SameValueZero.js +9 -0
- package/dist/node_modules/es-abstract/2022/SecFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2022/Set.js +47 -0
- package/dist/node_modules/es-abstract/2022/SetFunctionLength.js +32 -0
- package/dist/node_modules/es-abstract/2022/SetFunctionName.js +44 -0
- package/dist/node_modules/es-abstract/2022/SetIntegrityLevel.js +57 -0
- package/dist/node_modules/es-abstract/2022/SetTypedArrayFromArrayLike.js +97 -0
- package/dist/node_modules/es-abstract/2022/SetTypedArrayFromTypedArray.js +135 -0
- package/dist/node_modules/es-abstract/2022/SetValueInBuffer.js +105 -0
- package/dist/node_modules/es-abstract/2022/SortIndexedProperties.js +64 -0
- package/dist/node_modules/es-abstract/2022/SpeciesConstructor.js +32 -0
- package/dist/node_modules/es-abstract/2022/StringCreate.js +40 -0
- package/dist/node_modules/es-abstract/2022/StringGetOwnProperty.js +48 -0
- package/dist/node_modules/es-abstract/2022/StringIndexOf.js +40 -0
- package/dist/node_modules/es-abstract/2022/StringPad.js +43 -0
- package/dist/node_modules/es-abstract/2022/StringToBigInt.js +23 -0
- package/dist/node_modules/es-abstract/2022/StringToCodePoints.js +29 -0
- package/dist/node_modules/es-abstract/2022/StringToNumber.js +45 -0
- package/dist/node_modules/es-abstract/2022/SymbolDescriptiveString.js +20 -0
- package/dist/node_modules/es-abstract/2022/TestIntegrityLevel.js +42 -0
- package/dist/node_modules/es-abstract/2022/ThrowCompletion.js +9 -0
- package/dist/node_modules/es-abstract/2022/TimeClip.js +21 -0
- package/dist/node_modules/es-abstract/2022/TimeFromYear.js +11 -0
- package/dist/node_modules/es-abstract/2022/TimeString.js +25 -0
- package/dist/node_modules/es-abstract/2022/TimeWithinDay.js +12 -0
- package/dist/node_modules/es-abstract/2022/ToBigInt.js +53 -0
- package/dist/node_modules/es-abstract/2022/ToBigInt64.js +25 -0
- package/dist/node_modules/es-abstract/2022/ToBigUint64.js +22 -0
- package/dist/node_modules/es-abstract/2022/ToBoolean.js +5 -0
- package/dist/node_modules/es-abstract/2022/ToDateString.js +23 -0
- package/dist/node_modules/es-abstract/2022/ToIndex.js +26 -0
- package/dist/node_modules/es-abstract/2022/ToInt16.js +10 -0
- package/dist/node_modules/es-abstract/2022/ToInt32.js +9 -0
- package/dist/node_modules/es-abstract/2022/ToInt8.js +10 -0
- package/dist/node_modules/es-abstract/2022/ToIntegerOrInfinity.js +20 -0
- package/dist/node_modules/es-abstract/2022/ToLength.js +12 -0
- package/dist/node_modules/es-abstract/2022/ToNumber.js +26 -0
- package/dist/node_modules/es-abstract/2022/ToNumeric.js +21 -0
- package/dist/node_modules/es-abstract/2022/ToObject.js +14 -0
- package/dist/node_modules/es-abstract/2022/ToPrimitive.js +12 -0
- package/dist/node_modules/es-abstract/2022/ToPropertyDescriptor.js +52 -0
- package/dist/node_modules/es-abstract/2022/ToPropertyKey.js +15 -0
- package/dist/node_modules/es-abstract/2022/ToString.js +15 -0
- package/dist/node_modules/es-abstract/2022/ToUint16.js +19 -0
- package/dist/node_modules/es-abstract/2022/ToUint32.js +9 -0
- package/dist/node_modules/es-abstract/2022/ToUint8.js +20 -0
- package/dist/node_modules/es-abstract/2022/ToUint8Clamp.js +19 -0
- package/dist/node_modules/es-abstract/2022/ToZeroPaddedDecimalString.js +20 -0
- package/dist/node_modules/es-abstract/2022/TrimString.js +29 -0
- package/dist/node_modules/es-abstract/2022/Type.js +15 -0
- package/dist/node_modules/es-abstract/2022/TypedArrayCreate.js +50 -0
- package/dist/node_modules/es-abstract/2022/TypedArrayElementSize.js +40 -0
- package/dist/node_modules/es-abstract/2022/TypedArrayElementType.js +38 -0
- package/dist/node_modules/es-abstract/2022/TypedArraySpeciesCreate.js +39 -0
- package/dist/node_modules/es-abstract/2022/UTF16EncodeCodePoint.js +25 -0
- package/dist/node_modules/es-abstract/2022/UTF16SurrogatePairToCodePoint.js +19 -0
- package/dist/node_modules/es-abstract/2022/UnicodeEscape.js +27 -0
- package/dist/node_modules/es-abstract/2022/ValidateAndApplyPropertyDescriptor.js +177 -0
- package/dist/node_modules/es-abstract/2022/ValidateAtomicAccess.js +42 -0
- package/dist/node_modules/es-abstract/2022/ValidateIntegerTypedArray.js +39 -0
- package/dist/node_modules/es-abstract/2022/ValidateTypedArray.js +30 -0
- package/dist/node_modules/es-abstract/2022/WeakRefDeref.js +24 -0
- package/dist/node_modules/es-abstract/2022/WeekDay.js +10 -0
- package/dist/node_modules/es-abstract/2022/WordCharacters.js +49 -0
- package/dist/node_modules/es-abstract/2022/YearFromTime.js +16 -0
- package/dist/node_modules/es-abstract/2022/abs.js +11 -0
- package/dist/node_modules/es-abstract/2022/clamp.js +18 -0
- package/dist/node_modules/es-abstract/2022/floor.js +16 -0
- package/dist/node_modules/es-abstract/2022/max.js +7 -0
- package/dist/node_modules/es-abstract/2022/min.js +7 -0
- package/dist/node_modules/es-abstract/2022/modulo.js +9 -0
- package/dist/node_modules/es-abstract/2022/msFromTime.js +11 -0
- package/dist/node_modules/es-abstract/2022/substring.js +21 -0
- package/dist/node_modules/es-abstract/2022/thisBigIntValue.js +22 -0
- package/dist/node_modules/es-abstract/2022/thisBooleanValue.js +15 -0
- package/dist/node_modules/es-abstract/2022/thisNumberValue.js +18 -0
- package/dist/node_modules/es-abstract/2022/thisStringValue.js +15 -0
- package/dist/node_modules/es-abstract/2022/thisSymbolValue.js +19 -0
- package/dist/node_modules/es-abstract/2022/thisTimeValue.js +9 -0
- package/dist/node_modules/es-abstract/2023/AddEntriesFromIterable.js +47 -0
- package/dist/node_modules/es-abstract/2023/AddToKeptObjects.js +21 -0
- package/dist/node_modules/es-abstract/2023/AdvanceStringIndex.js +34 -0
- package/dist/node_modules/es-abstract/2023/ApplyStringOrNumericBinaryOperator.js +80 -0
- package/dist/node_modules/es-abstract/2023/ArrayCreate.js +54 -0
- package/dist/node_modules/es-abstract/2023/ArraySetLength.js +85 -0
- package/dist/node_modules/es-abstract/2023/ArraySpeciesCreate.js +49 -0
- package/dist/node_modules/es-abstract/2023/AsyncFromSyncIteratorContinuation.js +45 -0
- package/dist/node_modules/es-abstract/2023/AsyncIteratorClose.js +68 -0
- package/dist/node_modules/es-abstract/2023/BigInt/add.js +18 -0
- package/dist/node_modules/es-abstract/2023/BigInt/bitwiseAND.js +17 -0
- package/dist/node_modules/es-abstract/2023/BigInt/bitwiseNOT.js +17 -0
- package/dist/node_modules/es-abstract/2023/BigInt/bitwiseOR.js +17 -0
- package/dist/node_modules/es-abstract/2023/BigInt/bitwiseXOR.js +17 -0
- package/dist/node_modules/es-abstract/2023/BigInt/divide.js +22 -0
- package/dist/node_modules/es-abstract/2023/BigInt/equal.js +17 -0
- package/dist/node_modules/es-abstract/2023/BigInt/exponentiate.js +31 -0
- package/dist/node_modules/es-abstract/2023/BigInt/index.js +39 -0
- package/dist/node_modules/es-abstract/2023/BigInt/leftShift.js +18 -0
- package/dist/node_modules/es-abstract/2023/BigInt/lessThan.js +18 -0
- package/dist/node_modules/es-abstract/2023/BigInt/multiply.js +18 -0
- package/dist/node_modules/es-abstract/2023/BigInt/remainder.js +30 -0
- package/dist/node_modules/es-abstract/2023/BigInt/signedRightShift.js +18 -0
- package/dist/node_modules/es-abstract/2023/BigInt/subtract.js +18 -0
- package/dist/node_modules/es-abstract/2023/BigInt/toString.js +32 -0
- package/dist/node_modules/es-abstract/2023/BigInt/unaryMinus.js +24 -0
- package/dist/node_modules/es-abstract/2023/BigInt/unsignedRightShift.js +17 -0
- package/dist/node_modules/es-abstract/2023/BigIntBitwiseOp.js +66 -0
- package/dist/node_modules/es-abstract/2023/BinaryAnd.js +14 -0
- package/dist/node_modules/es-abstract/2023/BinaryOr.js +14 -0
- package/dist/node_modules/es-abstract/2023/BinaryXor.js +14 -0
- package/dist/node_modules/es-abstract/2023/ByteListBitwiseOp.js +44 -0
- package/dist/node_modules/es-abstract/2023/ByteListEqual.js +33 -0
- package/dist/node_modules/es-abstract/2023/Call.js +20 -0
- package/dist/node_modules/es-abstract/2023/CanBeHeldWeakly.js +16 -0
- package/dist/node_modules/es-abstract/2023/CanonicalNumericIndexString.js +22 -0
- package/dist/node_modules/es-abstract/2023/Canonicalize.js +53 -0
- package/dist/node_modules/es-abstract/2023/CharacterRange.js +31 -0
- package/dist/node_modules/es-abstract/2023/ClearKeptObjects.js +12 -0
- package/dist/node_modules/es-abstract/2023/CloneArrayBuffer.js +49 -0
- package/dist/node_modules/es-abstract/2023/CodePointAt.js +58 -0
- package/dist/node_modules/es-abstract/2023/CodePointsToString.js +27 -0
- package/dist/node_modules/es-abstract/2023/CompareArrayElements.js +52 -0
- package/dist/node_modules/es-abstract/2023/CompareTypedArrayElements.js +65 -0
- package/dist/node_modules/es-abstract/2023/CompletePropertyDescriptor.js +39 -0
- package/dist/node_modules/es-abstract/2023/CompletionRecord.js +53 -0
- package/dist/node_modules/es-abstract/2023/CopyDataProperties.js +70 -0
- package/dist/node_modules/es-abstract/2023/CreateAsyncFromSyncIterator.js +121 -0
- package/dist/node_modules/es-abstract/2023/CreateDataProperty.js +27 -0
- package/dist/node_modules/es-abstract/2023/CreateDataPropertyOrThrow.js +24 -0
- package/dist/node_modules/es-abstract/2023/CreateHTML.js +30 -0
- package/dist/node_modules/es-abstract/2023/CreateIterResultObject.js +19 -0
- package/dist/node_modules/es-abstract/2023/CreateListFromArrayLike.js +46 -0
- package/dist/node_modules/es-abstract/2023/CreateMethodProperty.js +40 -0
- package/dist/node_modules/es-abstract/2023/CreateNonEnumerableDataPropertyOrThrow.js +29 -0
- package/dist/node_modules/es-abstract/2023/CreateRegExpStringIterator.js +100 -0
- package/dist/node_modules/es-abstract/2023/DateFromTime.js +54 -0
- package/dist/node_modules/es-abstract/2023/DateString.js +30 -0
- package/dist/node_modules/es-abstract/2023/Day.js +11 -0
- package/dist/node_modules/es-abstract/2023/DayFromYear.js +10 -0
- package/dist/node_modules/es-abstract/2023/DayWithinYear.js +11 -0
- package/dist/node_modules/es-abstract/2023/DaysInYear.js +18 -0
- package/dist/node_modules/es-abstract/2023/DefinePropertyOrThrow.js +50 -0
- package/dist/node_modules/es-abstract/2023/DeletePropertyOrThrow.js +27 -0
- package/dist/node_modules/es-abstract/2023/DetachArrayBuffer.js +43 -0
- package/dist/node_modules/es-abstract/2023/EnumerableOwnProperties.js +43 -0
- package/dist/node_modules/es-abstract/2023/FindViaPredicate.js +44 -0
- package/dist/node_modules/es-abstract/2023/FlattenIntoArray.js +57 -0
- package/dist/node_modules/es-abstract/2023/FromPropertyDescriptor.js +16 -0
- package/dist/node_modules/es-abstract/2023/Get.js +25 -0
- package/dist/node_modules/es-abstract/2023/GetGlobalObject.js +9 -0
- package/dist/node_modules/es-abstract/2023/GetIterator.js +56 -0
- package/dist/node_modules/es-abstract/2023/GetIteratorFromMethod.js +30 -0
- package/dist/node_modules/es-abstract/2023/GetMatchIndexPair.js +26 -0
- package/dist/node_modules/es-abstract/2023/GetMatchString.js +27 -0
- package/dist/node_modules/es-abstract/2023/GetMethod.js +36 -0
- package/dist/node_modules/es-abstract/2023/GetOwnPropertyKeys.js +31 -0
- package/dist/node_modules/es-abstract/2023/GetPromiseResolve.js +22 -0
- package/dist/node_modules/es-abstract/2023/GetPrototypeFromConstructor.js +32 -0
- package/dist/node_modules/es-abstract/2023/GetStringIndex.js +31 -0
- package/dist/node_modules/es-abstract/2023/GetSubstitution.js +124 -0
- package/dist/node_modules/es-abstract/2023/GetV.js +25 -0
- package/dist/node_modules/es-abstract/2023/GetValueFromBuffer.js +110 -0
- package/dist/node_modules/es-abstract/2023/HasOwnProperty.js +22 -0
- package/dist/node_modules/es-abstract/2023/HasProperty.js +20 -0
- package/dist/node_modules/es-abstract/2023/HourFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2023/InLeapYear.js +21 -0
- package/dist/node_modules/es-abstract/2023/InstallErrorCause.js +23 -0
- package/dist/node_modules/es-abstract/2023/InstanceofOperator.js +30 -0
- package/dist/node_modules/es-abstract/2023/Invoke.js +24 -0
- package/dist/node_modules/es-abstract/2023/IsAccessorDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2023/IsArray.js +4 -0
- package/dist/node_modules/es-abstract/2023/IsBigIntElementType.js +7 -0
- package/dist/node_modules/es-abstract/2023/IsCallable.js +5 -0
- package/dist/node_modules/es-abstract/2023/IsCompatiblePropertyDescriptor.js +9 -0
- package/dist/node_modules/es-abstract/2023/IsConcatSpreadable.js +25 -0
- package/dist/node_modules/es-abstract/2023/IsConstructor.js +40 -0
- package/dist/node_modules/es-abstract/2023/IsDataDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2023/IsDetachedBuffer.js +27 -0
- package/dist/node_modules/es-abstract/2023/IsExtensible.js +18 -0
- package/dist/node_modules/es-abstract/2023/IsGenericDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/2023/IsIntegralNumber.js +15 -0
- package/dist/node_modules/es-abstract/2023/IsLessThan.js +100 -0
- package/dist/node_modules/es-abstract/2023/IsLooselyEqual.js +58 -0
- package/dist/node_modules/es-abstract/2023/IsNoTearConfiguration.js +16 -0
- package/dist/node_modules/es-abstract/2023/IsPromise.js +24 -0
- package/dist/node_modules/es-abstract/2023/IsPropertyKey.js +7 -0
- package/dist/node_modules/es-abstract/2023/IsRegExp.js +24 -0
- package/dist/node_modules/es-abstract/2023/IsSharedArrayBuffer.js +19 -0
- package/dist/node_modules/es-abstract/2023/IsStrictlyEqual.js +16 -0
- package/dist/node_modules/es-abstract/2023/IsStringWellFormedUnicode.js +26 -0
- package/dist/node_modules/es-abstract/2023/IsUnclampedIntegerElementType.js +12 -0
- package/dist/node_modules/es-abstract/2023/IsUnsignedElementType.js +11 -0
- package/dist/node_modules/es-abstract/2023/IsValidIntegerIndex.js +33 -0
- package/dist/node_modules/es-abstract/2023/IsWordChar.js +45 -0
- package/dist/node_modules/es-abstract/2023/IteratorClose.js +62 -0
- package/dist/node_modules/es-abstract/2023/IteratorComplete.js +18 -0
- package/dist/node_modules/es-abstract/2023/IteratorNext.js +28 -0
- package/dist/node_modules/es-abstract/2023/IteratorStep.js +18 -0
- package/dist/node_modules/es-abstract/2023/IteratorToList.js +28 -0
- package/dist/node_modules/es-abstract/2023/IteratorValue.js +18 -0
- package/dist/node_modules/es-abstract/2023/KeyForSymbol.js +20 -0
- package/dist/node_modules/es-abstract/2023/LengthOfArrayLike.js +20 -0
- package/dist/node_modules/es-abstract/2023/MakeDate.js +13 -0
- package/dist/node_modules/es-abstract/2023/MakeDay.js +36 -0
- package/dist/node_modules/es-abstract/2023/MakeMatchIndicesIndexPairArray.js +69 -0
- package/dist/node_modules/es-abstract/2023/MakeTime.js +23 -0
- package/dist/node_modules/es-abstract/2023/MinFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2023/MonthFromTime.js +47 -0
- package/dist/node_modules/es-abstract/2023/NewPromiseCapability.js +36 -0
- package/dist/node_modules/es-abstract/2023/NormalCompletion.js +9 -0
- package/dist/node_modules/es-abstract/2023/Number/add.js +36 -0
- package/dist/node_modules/es-abstract/2023/Number/bitwiseAND.js +17 -0
- package/dist/node_modules/es-abstract/2023/Number/bitwiseNOT.js +19 -0
- package/dist/node_modules/es-abstract/2023/Number/bitwiseOR.js +17 -0
- package/dist/node_modules/es-abstract/2023/Number/bitwiseXOR.js +17 -0
- package/dist/node_modules/es-abstract/2023/Number/divide.js +22 -0
- package/dist/node_modules/es-abstract/2023/Number/equal.js +21 -0
- package/dist/node_modules/es-abstract/2023/Number/exponentiate.js +77 -0
- package/dist/node_modules/es-abstract/2023/Number/index.js +43 -0
- package/dist/node_modules/es-abstract/2023/Number/leftShift.js +25 -0
- package/dist/node_modules/es-abstract/2023/Number/lessThan.js +26 -0
- package/dist/node_modules/es-abstract/2023/Number/multiply.js +33 -0
- package/dist/node_modules/es-abstract/2023/Number/remainder.js +42 -0
- package/dist/node_modules/es-abstract/2023/Number/sameValue.js +21 -0
- package/dist/node_modules/es-abstract/2023/Number/sameValueZero.js +24 -0
- package/dist/node_modules/es-abstract/2023/Number/signedRightShift.js +25 -0
- package/dist/node_modules/es-abstract/2023/Number/subtract.js +19 -0
- package/dist/node_modules/es-abstract/2023/Number/toString.js +26 -0
- package/dist/node_modules/es-abstract/2023/Number/unaryMinus.js +21 -0
- package/dist/node_modules/es-abstract/2023/Number/unsignedRightShift.js +25 -0
- package/dist/node_modules/es-abstract/2023/NumberBitwiseOp.js +29 -0
- package/dist/node_modules/es-abstract/2023/NumberToBigInt.js +26 -0
- package/dist/node_modules/es-abstract/2023/NumericToRawBytes.js +80 -0
- package/dist/node_modules/es-abstract/2023/ObjectDefineProperties.js +38 -0
- package/dist/node_modules/es-abstract/2023/OrdinaryCreateFromConstructor.js +20 -0
- package/dist/node_modules/es-abstract/2023/OrdinaryDefineOwnProperty.js +61 -0
- package/dist/node_modules/es-abstract/2023/OrdinaryGetOwnProperty.js +44 -0
- package/dist/node_modules/es-abstract/2023/OrdinaryGetPrototypeOf.js +21 -0
- package/dist/node_modules/es-abstract/2023/OrdinaryHasInstance.js +25 -0
- package/dist/node_modules/es-abstract/2023/OrdinaryHasProperty.js +20 -0
- package/dist/node_modules/es-abstract/2023/OrdinaryObjectCreate.js +56 -0
- package/dist/node_modules/es-abstract/2023/OrdinarySetPrototypeOf.js +53 -0
- package/dist/node_modules/es-abstract/2023/OrdinaryToPrimitive.js +38 -0
- package/dist/node_modules/es-abstract/2023/ParseHexOctet.js +44 -0
- package/dist/node_modules/es-abstract/2023/PromiseResolve.js +17 -0
- package/dist/node_modules/es-abstract/2023/QuoteJSONString.js +54 -0
- package/dist/node_modules/es-abstract/2023/RawBytesToNumeric.js +84 -0
- package/dist/node_modules/es-abstract/2023/RegExpCreate.js +21 -0
- package/dist/node_modules/es-abstract/2023/RegExpExec.js +32 -0
- package/dist/node_modules/es-abstract/2023/RegExpHasFlag.js +38 -0
- package/dist/node_modules/es-abstract/2023/RequireObjectCoercible.js +3 -0
- package/dist/node_modules/es-abstract/2023/SameValue.js +13 -0
- package/dist/node_modules/es-abstract/2023/SameValueNonNumber.js +21 -0
- package/dist/node_modules/es-abstract/2023/SameValueZero.js +9 -0
- package/dist/node_modules/es-abstract/2023/SecFromTime.js +14 -0
- package/dist/node_modules/es-abstract/2023/Set.js +47 -0
- package/dist/node_modules/es-abstract/2023/SetFunctionLength.js +32 -0
- package/dist/node_modules/es-abstract/2023/SetFunctionName.js +44 -0
- package/dist/node_modules/es-abstract/2023/SetIntegrityLevel.js +57 -0
- package/dist/node_modules/es-abstract/2023/SetTypedArrayFromArrayLike.js +97 -0
- package/dist/node_modules/es-abstract/2023/SetTypedArrayFromTypedArray.js +135 -0
- package/dist/node_modules/es-abstract/2023/SetValueInBuffer.js +105 -0
- package/dist/node_modules/es-abstract/2023/SortIndexedProperties.js +52 -0
- package/dist/node_modules/es-abstract/2023/SpeciesConstructor.js +32 -0
- package/dist/node_modules/es-abstract/2023/StringCreate.js +40 -0
- package/dist/node_modules/es-abstract/2023/StringGetOwnProperty.js +48 -0
- package/dist/node_modules/es-abstract/2023/StringIndexOf.js +40 -0
- package/dist/node_modules/es-abstract/2023/StringPad.js +43 -0
- package/dist/node_modules/es-abstract/2023/StringToBigInt.js +23 -0
- package/dist/node_modules/es-abstract/2023/StringToCodePoints.js +29 -0
- package/dist/node_modules/es-abstract/2023/StringToNumber.js +45 -0
- package/dist/node_modules/es-abstract/2023/SymbolDescriptiveString.js +20 -0
- package/dist/node_modules/es-abstract/2023/TestIntegrityLevel.js +42 -0
- package/dist/node_modules/es-abstract/2023/ThrowCompletion.js +9 -0
- package/dist/node_modules/es-abstract/2023/TimeClip.js +21 -0
- package/dist/node_modules/es-abstract/2023/TimeFromYear.js +11 -0
- package/dist/node_modules/es-abstract/2023/TimeString.js +25 -0
- package/dist/node_modules/es-abstract/2023/TimeWithinDay.js +12 -0
- package/dist/node_modules/es-abstract/2023/ToBigInt.js +53 -0
- package/dist/node_modules/es-abstract/2023/ToBigInt64.js +25 -0
- package/dist/node_modules/es-abstract/2023/ToBigUint64.js +22 -0
- package/dist/node_modules/es-abstract/2023/ToBoolean.js +5 -0
- package/dist/node_modules/es-abstract/2023/ToDateString.js +23 -0
- package/dist/node_modules/es-abstract/2023/ToIndex.js +26 -0
- package/dist/node_modules/es-abstract/2023/ToInt16.js +21 -0
- package/dist/node_modules/es-abstract/2023/ToInt32.js +23 -0
- package/dist/node_modules/es-abstract/2023/ToInt8.js +19 -0
- package/dist/node_modules/es-abstract/2023/ToIntegerOrInfinity.js +16 -0
- package/dist/node_modules/es-abstract/2023/ToLength.js +12 -0
- package/dist/node_modules/es-abstract/2023/ToNumber.js +26 -0
- package/dist/node_modules/es-abstract/2023/ToNumeric.js +21 -0
- package/dist/node_modules/es-abstract/2023/ToObject.js +14 -0
- package/dist/node_modules/es-abstract/2023/ToPrimitive.js +12 -0
- package/dist/node_modules/es-abstract/2023/ToPropertyDescriptor.js +52 -0
- package/dist/node_modules/es-abstract/2023/ToPropertyKey.js +15 -0
- package/dist/node_modules/es-abstract/2023/ToString.js +15 -0
- package/dist/node_modules/es-abstract/2023/ToUint16.js +21 -0
- package/dist/node_modules/es-abstract/2023/ToUint32.js +21 -0
- package/dist/node_modules/es-abstract/2023/ToUint8.js +19 -0
- package/dist/node_modules/es-abstract/2023/ToUint8Clamp.js +19 -0
- package/dist/node_modules/es-abstract/2023/ToZeroPaddedDecimalString.js +20 -0
- package/dist/node_modules/es-abstract/2023/TrimString.js +29 -0
- package/dist/node_modules/es-abstract/2023/Type.js +15 -0
- package/dist/node_modules/es-abstract/2023/TypedArrayCreate.js +50 -0
- package/dist/node_modules/es-abstract/2023/TypedArrayCreateSameType.js +37 -0
- package/dist/node_modules/es-abstract/2023/TypedArrayElementSize.js +40 -0
- package/dist/node_modules/es-abstract/2023/TypedArrayElementType.js +38 -0
- package/dist/node_modules/es-abstract/2023/TypedArraySpeciesCreate.js +39 -0
- package/dist/node_modules/es-abstract/2023/UTF16EncodeCodePoint.js +25 -0
- package/dist/node_modules/es-abstract/2023/UTF16SurrogatePairToCodePoint.js +19 -0
- package/dist/node_modules/es-abstract/2023/UnicodeEscape.js +27 -0
- package/dist/node_modules/es-abstract/2023/ValidateAndApplyPropertyDescriptor.js +177 -0
- package/dist/node_modules/es-abstract/2023/ValidateAtomicAccess.js +42 -0
- package/dist/node_modules/es-abstract/2023/ValidateIntegerTypedArray.js +39 -0
- package/dist/node_modules/es-abstract/2023/ValidateTypedArray.js +30 -0
- package/dist/node_modules/es-abstract/2023/WeakRefDeref.js +24 -0
- package/dist/node_modules/es-abstract/2023/WeekDay.js +10 -0
- package/dist/node_modules/es-abstract/2023/WordCharacters.js +48 -0
- package/dist/node_modules/es-abstract/2023/YearFromTime.js +16 -0
- package/dist/node_modules/es-abstract/2023/abs.js +11 -0
- package/dist/node_modules/es-abstract/2023/clamp.js +18 -0
- package/dist/node_modules/es-abstract/2023/floor.js +16 -0
- package/dist/node_modules/es-abstract/2023/max.js +7 -0
- package/dist/node_modules/es-abstract/2023/min.js +7 -0
- package/dist/node_modules/es-abstract/2023/modulo.js +9 -0
- package/dist/node_modules/es-abstract/2023/msFromTime.js +11 -0
- package/dist/node_modules/es-abstract/2023/substring.js +21 -0
- package/dist/node_modules/es-abstract/2023/thisBigIntValue.js +22 -0
- package/dist/node_modules/es-abstract/2023/thisBooleanValue.js +15 -0
- package/dist/node_modules/es-abstract/2023/thisNumberValue.js +18 -0
- package/dist/node_modules/es-abstract/2023/thisStringValue.js +15 -0
- package/dist/node_modules/es-abstract/2023/thisSymbolValue.js +19 -0
- package/dist/node_modules/es-abstract/2023/thisTimeValue.js +9 -0
- package/dist/node_modules/es-abstract/2023/truncate.js +17 -0
- package/dist/node_modules/es-abstract/5/AbstractEqualityComparison.js +37 -0
- package/dist/node_modules/es-abstract/5/AbstractRelationalComparison.js +63 -0
- package/dist/node_modules/es-abstract/5/Canonicalize.js +42 -0
- package/dist/node_modules/es-abstract/5/CheckObjectCoercible.js +14 -0
- package/dist/node_modules/es-abstract/5/DateFromTime.js +54 -0
- package/dist/node_modules/es-abstract/5/Day.js +11 -0
- package/dist/node_modules/es-abstract/5/DayFromYear.js +10 -0
- package/dist/node_modules/es-abstract/5/DayWithinYear.js +11 -0
- package/dist/node_modules/es-abstract/5/DaysInYear.js +18 -0
- package/dist/node_modules/es-abstract/5/FromPropertyDescriptor.js +39 -0
- package/dist/node_modules/es-abstract/5/HourFromTime.js +14 -0
- package/dist/node_modules/es-abstract/5/InLeapYear.js +21 -0
- package/dist/node_modules/es-abstract/5/IsAccessorDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/5/IsCallable.js +5 -0
- package/dist/node_modules/es-abstract/5/IsDataDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/5/IsGenericDescriptor.js +23 -0
- package/dist/node_modules/es-abstract/5/IsPropertyDescriptor.js +19 -0
- package/dist/node_modules/es-abstract/5/MakeDate.js +13 -0
- package/dist/node_modules/es-abstract/5/MakeDay.js +33 -0
- package/dist/node_modules/es-abstract/5/MakeTime.js +23 -0
- package/dist/node_modules/es-abstract/5/MinFromTime.js +14 -0
- package/dist/node_modules/es-abstract/5/MonthFromTime.js +47 -0
- package/dist/node_modules/es-abstract/5/SameValue.js +13 -0
- package/dist/node_modules/es-abstract/5/SecFromTime.js +14 -0
- package/dist/node_modules/es-abstract/5/StrictEqualityComparison.js +17 -0
- package/dist/node_modules/es-abstract/5/TimeClip.js +21 -0
- package/dist/node_modules/es-abstract/5/TimeFromYear.js +11 -0
- package/dist/node_modules/es-abstract/5/TimeWithinDay.js +12 -0
- package/dist/node_modules/es-abstract/5/ToBoolean.js +5 -0
- package/dist/node_modules/es-abstract/5/ToInt32.js +9 -0
- package/dist/node_modules/es-abstract/5/ToInteger.js +18 -0
- package/dist/node_modules/es-abstract/5/ToNumber.js +32 -0
- package/dist/node_modules/es-abstract/5/ToObject.js +14 -0
- package/dist/node_modules/es-abstract/5/ToPrimitive.js +5 -0
- package/dist/node_modules/es-abstract/5/ToPropertyDescriptor.js +52 -0
- package/dist/node_modules/es-abstract/5/ToString.js +12 -0
- package/dist/node_modules/es-abstract/5/ToUint16.js +19 -0
- package/dist/node_modules/es-abstract/5/ToUint32.js +9 -0
- package/dist/node_modules/es-abstract/5/Type.js +24 -0
- package/dist/node_modules/es-abstract/5/WeekDay.js +10 -0
- package/dist/node_modules/es-abstract/5/YearFromTime.js +16 -0
- package/dist/node_modules/es-abstract/5/abs.js +11 -0
- package/dist/node_modules/es-abstract/5/floor.js +11 -0
- package/dist/node_modules/es-abstract/5/modulo.js +9 -0
- package/dist/node_modules/es-abstract/5/msFromTime.js +11 -0
- package/dist/node_modules/es-abstract/CHANGELOG.md +768 -0
- package/dist/node_modules/es-abstract/GetIntrinsic.js +5 -0
- package/dist/node_modules/es-abstract/LICENSE +21 -0
- package/dist/node_modules/es-abstract/README.md +43 -0
- package/dist/node_modules/es-abstract/es2015.js +139 -0
- package/dist/node_modules/es-abstract/es2016.js +146 -0
- package/dist/node_modules/es-abstract/es2017.js +154 -0
- package/dist/node_modules/es-abstract/es2018.js +165 -0
- package/dist/node_modules/es-abstract/es2019.js +169 -0
- package/dist/node_modules/es-abstract/es2020.js +193 -0
- package/dist/node_modules/es-abstract/es2021.js +207 -0
- package/dist/node_modules/es-abstract/es2022.js +219 -0
- package/dist/node_modules/es-abstract/es2023.js +227 -0
- package/dist/node_modules/es-abstract/es5.js +52 -0
- package/dist/node_modules/es-abstract/es6.js +3 -0
- package/dist/node_modules/es-abstract/es7.js +3 -0
- package/dist/node_modules/es-abstract/helpers/DefineOwnProperty.js +55 -0
- package/dist/node_modules/es-abstract/helpers/IsArray.js +12 -0
- package/dist/node_modules/es-abstract/helpers/OwnPropertyKeys.js +22 -0
- package/dist/node_modules/es-abstract/helpers/assertRecord.js +87 -0
- package/dist/node_modules/es-abstract/helpers/assign.js +22 -0
- package/dist/node_modules/es-abstract/helpers/bytesAsFloat32.js +38 -0
- package/dist/node_modules/es-abstract/helpers/bytesAsFloat64.js +44 -0
- package/dist/node_modules/es-abstract/helpers/bytesAsInteger.js +31 -0
- package/dist/node_modules/es-abstract/helpers/callBind.js +5 -0
- package/dist/node_modules/es-abstract/helpers/callBound.js +5 -0
- package/dist/node_modules/es-abstract/helpers/caseFolding.json +1430 -0
- package/dist/node_modules/es-abstract/helpers/defaultEndianness.js +21 -0
- package/dist/node_modules/es-abstract/helpers/every.js +10 -0
- package/dist/node_modules/es-abstract/helpers/forEach.js +7 -0
- package/dist/node_modules/es-abstract/helpers/fractionToBinaryString.js +33 -0
- package/dist/node_modules/es-abstract/helpers/fromPropertyDescriptor.js +27 -0
- package/dist/node_modules/es-abstract/helpers/getInferredName.js +4 -0
- package/dist/node_modules/es-abstract/helpers/getIteratorMethod.js +47 -0
- package/dist/node_modules/es-abstract/helpers/getOwnPropertyDescriptor.js +5 -0
- package/dist/node_modules/es-abstract/helpers/getProto.js +15 -0
- package/dist/node_modules/es-abstract/helpers/getSymbolDescription.js +4 -0
- package/dist/node_modules/es-abstract/helpers/intToBinaryString.js +23 -0
- package/dist/node_modules/es-abstract/helpers/integerToNBytes.js +28 -0
- package/dist/node_modules/es-abstract/helpers/isAbstractClosure.js +9 -0
- package/dist/node_modules/es-abstract/helpers/isByteValue.js +5 -0
- package/dist/node_modules/es-abstract/helpers/isCodePoint.js +5 -0
- package/dist/node_modules/es-abstract/helpers/isFinite.js +5 -0
- package/dist/node_modules/es-abstract/helpers/isFullyPopulatedPropertyDescriptor.js +9 -0
- package/dist/node_modules/es-abstract/helpers/isInteger.js +18 -0
- package/dist/node_modules/es-abstract/helpers/isLeadingSurrogate.js +5 -0
- package/dist/node_modules/es-abstract/helpers/isLineTerminator.js +7 -0
- package/dist/node_modules/es-abstract/helpers/isMatchRecord.js +16 -0
- package/dist/node_modules/es-abstract/helpers/isNaN.js +5 -0
- package/dist/node_modules/es-abstract/helpers/isNegativeZero.js +5 -0
- package/dist/node_modules/es-abstract/helpers/isPrefixOf.js +13 -0
- package/dist/node_modules/es-abstract/helpers/isPrimitive.js +5 -0
- package/dist/node_modules/es-abstract/helpers/isPropertyDescriptor.js +31 -0
- package/dist/node_modules/es-abstract/helpers/isSamePropertyDescriptor.js +20 -0
- package/dist/node_modules/es-abstract/helpers/isStringOrHole.js +9 -0
- package/dist/node_modules/es-abstract/helpers/isStringOrUndefined.js +5 -0
- package/dist/node_modules/es-abstract/helpers/isTrailingSurrogate.js +5 -0
- package/dist/node_modules/es-abstract/helpers/maxSafeInteger.js +3 -0
- package/dist/node_modules/es-abstract/helpers/maxValue.js +3 -0
- package/dist/node_modules/es-abstract/helpers/mod.js +8 -0
- package/dist/node_modules/es-abstract/helpers/modBigInt.js +6 -0
- package/dist/node_modules/es-abstract/helpers/padTimeComponent.js +9 -0
- package/dist/node_modules/es-abstract/helpers/reduce.js +9 -0
- package/dist/node_modules/es-abstract/helpers/regexTester.js +5 -0
- package/dist/node_modules/es-abstract/helpers/setProto.js +17 -0
- package/dist/node_modules/es-abstract/helpers/sign.js +5 -0
- package/dist/node_modules/es-abstract/helpers/some.js +10 -0
- package/dist/node_modules/es-abstract/helpers/timeConstants.js +19 -0
- package/dist/node_modules/es-abstract/helpers/typedArrayConstructors.js +22 -0
- package/dist/node_modules/es-abstract/helpers/valueToFloat32Bytes.js +69 -0
- package/dist/node_modules/es-abstract/helpers/valueToFloat64Bytes.js +83 -0
- package/dist/node_modules/es-abstract/index.js +34 -0
- package/dist/node_modules/es-abstract/operations/.eslintrc +5 -0
- package/dist/node_modules/es-abstract/operations/2015.js +744 -0
- package/dist/node_modules/es-abstract/operations/2016.js +813 -0
- package/dist/node_modules/es-abstract/operations/2017.js +954 -0
- package/dist/node_modules/es-abstract/operations/2018.js +1033 -0
- package/dist/node_modules/es-abstract/operations/2019.js +1048 -0
- package/dist/node_modules/es-abstract/operations/2020.js +1228 -0
- package/dist/node_modules/es-abstract/operations/2021.js +1282 -0
- package/dist/node_modules/es-abstract/operations/2022.js +1372 -0
- package/dist/node_modules/es-abstract/operations/2023.js +1441 -0
- package/dist/node_modules/es-abstract/operations/build-unicode.mjs +19 -0
- package/dist/node_modules/es-abstract/package.json +166 -0
- package/dist/node_modules/es-get-iterator/.eslintrc +32 -0
- package/dist/node_modules/es-get-iterator/.github/FUNDING.yml +12 -0
- package/dist/node_modules/es-get-iterator/.nycrc +9 -0
- package/dist/node_modules/es-get-iterator/CHANGELOG.md +105 -0
- package/dist/node_modules/es-get-iterator/LICENSE +21 -0
- package/dist/node_modules/es-get-iterator/README.md +89 -0
- package/dist/node_modules/es-get-iterator/index.js +189 -0
- package/dist/node_modules/es-get-iterator/node.js +12 -0
- package/dist/node_modules/es-get-iterator/node.mjs +11 -0
- package/dist/node_modules/es-get-iterator/package.json +102 -0
- package/dist/node_modules/es-get-iterator/test/core-js.js +5 -0
- package/dist/node_modules/es-get-iterator/test/es6-shim.js +11 -0
- package/dist/node_modules/es-get-iterator/test/index.js +178 -0
- package/dist/node_modules/es-get-iterator/test/node.js +3 -0
- package/dist/node_modules/es-get-iterator/test/node.mjs +10 -0
- package/dist/node_modules/es-set-tostringtag/.eslintrc +13 -0
- package/dist/node_modules/es-set-tostringtag/CHANGELOG.md +41 -0
- package/dist/node_modules/es-set-tostringtag/LICENSE +21 -0
- package/dist/node_modules/es-set-tostringtag/README.md +43 -0
- package/dist/node_modules/es-set-tostringtag/index.js +26 -0
- package/dist/node_modules/es-set-tostringtag/package.json +69 -0
- package/dist/node_modules/es-set-tostringtag/test/index.js +53 -0
- package/dist/node_modules/es-to-primitive/.eslintrc +22 -0
- package/dist/node_modules/es-to-primitive/.github/FUNDING.yml +12 -0
- package/dist/node_modules/es-to-primitive/.travis.yml +15 -0
- package/dist/node_modules/es-to-primitive/CHANGELOG.md +49 -0
- package/dist/node_modules/es-to-primitive/LICENSE +22 -0
- package/dist/node_modules/es-to-primitive/Makefile +61 -0
- package/dist/node_modules/es-to-primitive/README.md +49 -0
- package/dist/node_modules/es-to-primitive/es2015.js +75 -0
- package/dist/node_modules/es-to-primitive/es5.js +45 -0
- package/dist/node_modules/es-to-primitive/es6.js +3 -0
- package/dist/node_modules/es-to-primitive/helpers/isPrimitive.js +5 -0
- package/dist/node_modules/es-to-primitive/index.js +17 -0
- package/dist/node_modules/es-to-primitive/package.json +81 -0
- package/dist/node_modules/es-to-primitive/test/es2015.js +151 -0
- package/dist/node_modules/es-to-primitive/test/es5.js +118 -0
- package/dist/node_modules/es-to-primitive/test/es6.js +151 -0
- package/dist/node_modules/es-to-primitive/test/index.js +20 -0
- package/dist/node_modules/escalade/dist/index.js +22 -0
- package/dist/node_modules/escalade/dist/index.mjs +22 -0
- package/dist/node_modules/escalade/index.d.ts +3 -0
- package/dist/node_modules/escalade/license +9 -0
- package/dist/node_modules/escalade/package.json +61 -0
- package/dist/node_modules/escalade/readme.md +211 -0
- package/dist/node_modules/escalade/sync/index.d.ts +2 -0
- package/dist/node_modules/escalade/sync/index.js +18 -0
- package/dist/node_modules/escalade/sync/index.mjs +18 -0
- package/dist/node_modules/escape-string-regexp/index.js +11 -0
- package/dist/node_modules/escape-string-regexp/license +21 -0
- package/dist/node_modules/escape-string-regexp/package.json +41 -0
- package/dist/node_modules/escape-string-regexp/readme.md +27 -0
- package/dist/node_modules/estree-walker/CHANGELOG.md +92 -0
- package/dist/node_modules/estree-walker/LICENSE +7 -0
- package/dist/node_modules/estree-walker/README.md +48 -0
- package/dist/node_modules/estree-walker/dist/esm/estree-walker.js +333 -0
- package/dist/node_modules/estree-walker/dist/esm/package.json +1 -0
- package/dist/node_modules/estree-walker/dist/umd/estree-walker.js +344 -0
- package/dist/node_modules/estree-walker/package.json +37 -0
- package/dist/node_modules/estree-walker/src/async.js +118 -0
- package/dist/node_modules/estree-walker/src/index.js +35 -0
- package/dist/node_modules/estree-walker/src/package.json +1 -0
- package/dist/node_modules/estree-walker/src/sync.js +118 -0
- package/dist/node_modules/estree-walker/src/walker.js +61 -0
- package/dist/node_modules/estree-walker/types/async.d.ts +53 -0
- package/dist/node_modules/estree-walker/types/index.d.ts +56 -0
- package/dist/node_modules/estree-walker/types/sync.d.ts +53 -0
- package/dist/node_modules/estree-walker/types/tsconfig.tsbuildinfo +345 -0
- package/dist/node_modules/estree-walker/types/walker.d.ts +37 -0
- package/dist/node_modules/esutils/LICENSE.BSD +19 -0
- package/dist/node_modules/esutils/README.md +174 -0
- package/dist/node_modules/esutils/lib/ast.js +144 -0
- package/dist/node_modules/esutils/lib/code.js +135 -0
- package/dist/node_modules/esutils/lib/keyword.js +165 -0
- package/dist/node_modules/esutils/lib/utils.js +33 -0
- package/dist/node_modules/esutils/package.json +44 -0
- package/dist/node_modules/for-each/.editorconfig +20 -0
- package/dist/node_modules/for-each/.eslintrc +16 -0
- package/dist/node_modules/for-each/.travis.yml +45 -0
- package/dist/node_modules/for-each/LICENSE +22 -0
- package/dist/node_modules/for-each/README.md +43 -0
- package/dist/node_modules/for-each/index.js +62 -0
- package/dist/node_modules/for-each/package.json +65 -0
- package/dist/node_modules/for-each/test/.eslintrc +8 -0
- package/dist/node_modules/for-each/test/test.js +182 -0
- package/dist/node_modules/fs.realpath/LICENSE +43 -0
- package/dist/node_modules/fs.realpath/README.md +33 -0
- package/dist/node_modules/fs.realpath/index.js +66 -0
- package/dist/node_modules/fs.realpath/old.js +303 -0
- package/dist/node_modules/fs.realpath/package.json +26 -0
- package/dist/node_modules/function-bind/.eslintrc +21 -0
- package/dist/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/dist/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/dist/node_modules/function-bind/.nycrc +13 -0
- package/dist/node_modules/function-bind/CHANGELOG.md +136 -0
- package/dist/node_modules/function-bind/LICENSE +20 -0
- package/dist/node_modules/function-bind/README.md +46 -0
- package/dist/node_modules/function-bind/implementation.js +84 -0
- package/dist/node_modules/function-bind/index.js +5 -0
- package/dist/node_modules/function-bind/package.json +87 -0
- package/dist/node_modules/function-bind/test/.eslintrc +9 -0
- package/dist/node_modules/function-bind/test/index.js +252 -0
- package/dist/node_modules/function.prototype.name/.editorconfig +24 -0
- package/dist/node_modules/function.prototype.name/.eslintrc +15 -0
- package/dist/node_modules/function.prototype.name/.github/FUNDING.yml +12 -0
- package/dist/node_modules/function.prototype.name/.nycrc +9 -0
- package/dist/node_modules/function.prototype.name/CHANGELOG.md +123 -0
- package/dist/node_modules/function.prototype.name/LICENSE +21 -0
- package/dist/node_modules/function.prototype.name/README.md +55 -0
- package/dist/node_modules/function.prototype.name/auto.js +3 -0
- package/dist/node_modules/function.prototype.name/helpers/functionsHaveNames.js +5 -0
- package/dist/node_modules/function.prototype.name/implementation.js +72 -0
- package/dist/node_modules/function.prototype.name/index.js +18 -0
- package/dist/node_modules/function.prototype.name/package.json +99 -0
- package/dist/node_modules/function.prototype.name/polyfill.js +7 -0
- package/dist/node_modules/function.prototype.name/shim.js +35 -0
- package/dist/node_modules/function.prototype.name/test/implementation.js +20 -0
- package/dist/node_modules/function.prototype.name/test/index.js +23 -0
- package/dist/node_modules/function.prototype.name/test/shimmed.js +21 -0
- package/dist/node_modules/function.prototype.name/test/tests.js +104 -0
- package/dist/node_modules/function.prototype.name/test/uglified.js +17 -0
- package/dist/node_modules/functions-have-names/.editorconfig +20 -0
- package/dist/node_modules/functions-have-names/.eslintrc +19 -0
- package/dist/node_modules/functions-have-names/.github/FUNDING.yml +12 -0
- package/dist/node_modules/functions-have-names/.nycrc +9 -0
- package/dist/node_modules/functions-have-names/CHANGELOG.md +89 -0
- package/dist/node_modules/functions-have-names/LICENSE +21 -0
- package/dist/node_modules/functions-have-names/README.md +40 -0
- package/dist/node_modules/functions-have-names/index.js +31 -0
- package/dist/node_modules/functions-have-names/package.json +55 -0
- package/dist/node_modules/functions-have-names/test/index.js +65 -0
- package/dist/node_modules/gensync/LICENSE +7 -0
- package/dist/node_modules/gensync/README.md +196 -0
- package/dist/node_modules/gensync/index.js +373 -0
- package/dist/node_modules/gensync/index.js.flow +32 -0
- package/dist/node_modules/gensync/package.json +37 -0
- package/dist/node_modules/gensync/test/.babelrc +5 -0
- package/dist/node_modules/gensync/test/index.test.js +489 -0
- package/dist/node_modules/get-intrinsic/.eslintrc +38 -0
- package/dist/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/dist/node_modules/get-intrinsic/.nycrc +9 -0
- package/dist/node_modules/get-intrinsic/CHANGELOG.md +125 -0
- package/dist/node_modules/get-intrinsic/LICENSE +21 -0
- package/dist/node_modules/get-intrinsic/README.md +71 -0
- package/dist/node_modules/get-intrinsic/index.js +351 -0
- package/dist/node_modules/get-intrinsic/package.json +93 -0
- package/dist/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/dist/node_modules/get-package-type/CHANGELOG.md +10 -0
- package/dist/node_modules/get-package-type/LICENSE +21 -0
- package/dist/node_modules/get-package-type/README.md +32 -0
- package/dist/node_modules/get-package-type/async.cjs +52 -0
- package/dist/node_modules/get-package-type/cache.cjs +3 -0
- package/dist/node_modules/get-package-type/index.cjs +7 -0
- package/dist/node_modules/get-package-type/is-node-modules.cjs +15 -0
- package/dist/node_modules/get-package-type/package.json +35 -0
- package/dist/node_modules/get-package-type/sync.cjs +42 -0
- package/dist/node_modules/get-symbol-description/.eslintignore +1 -0
- package/dist/node_modules/get-symbol-description/.eslintrc +14 -0
- package/dist/node_modules/get-symbol-description/.github/FUNDING.yml +12 -0
- package/dist/node_modules/get-symbol-description/.nycrc +9 -0
- package/dist/node_modules/get-symbol-description/CHANGELOG.md +16 -0
- package/dist/node_modules/get-symbol-description/LICENSE +21 -0
- package/dist/node_modules/get-symbol-description/README.md +43 -0
- package/dist/node_modules/get-symbol-description/getInferredName.js +10 -0
- package/dist/node_modules/get-symbol-description/index.js +43 -0
- package/dist/node_modules/get-symbol-description/package.json +71 -0
- package/dist/node_modules/get-symbol-description/test/index.js +67 -0
- package/dist/node_modules/glob/LICENSE +21 -0
- package/dist/node_modules/glob/README.md +378 -0
- package/dist/node_modules/glob/common.js +238 -0
- package/dist/node_modules/glob/glob.js +790 -0
- package/dist/node_modules/glob/package.json +55 -0
- package/dist/node_modules/glob/sync.js +486 -0
- package/dist/node_modules/globals/globals.json +1563 -0
- package/dist/node_modules/globals/index.js +2 -0
- package/dist/node_modules/globals/license +9 -0
- package/dist/node_modules/globals/package.json +41 -0
- package/dist/node_modules/globals/readme.md +41 -0
- package/dist/node_modules/globalthis/.eslintrc +18 -0
- package/dist/node_modules/globalthis/.nycrc +10 -0
- package/dist/node_modules/globalthis/CHANGELOG.md +96 -0
- package/dist/node_modules/globalthis/LICENSE +21 -0
- package/dist/node_modules/globalthis/README.md +70 -0
- package/dist/node_modules/globalthis/auto.js +3 -0
- package/dist/node_modules/globalthis/implementation.browser.js +11 -0
- package/dist/node_modules/globalthis/implementation.js +3 -0
- package/dist/node_modules/globalthis/index.js +19 -0
- package/dist/node_modules/globalthis/package.json +97 -0
- package/dist/node_modules/globalthis/polyfill.js +10 -0
- package/dist/node_modules/globalthis/shim.js +22 -0
- package/dist/node_modules/globalthis/test/implementation.js +11 -0
- package/dist/node_modules/globalthis/test/index.js +11 -0
- package/dist/node_modules/globalthis/test/native.js +26 -0
- package/dist/node_modules/globalthis/test/shimmed.js +29 -0
- package/dist/node_modules/globalthis/test/tests.js +36 -0
- package/dist/node_modules/gopd/.eslintrc +16 -0
- package/dist/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/dist/node_modules/gopd/CHANGELOG.md +25 -0
- package/dist/node_modules/gopd/LICENSE +21 -0
- package/dist/node_modules/gopd/README.md +40 -0
- package/dist/node_modules/gopd/index.js +16 -0
- package/dist/node_modules/gopd/package.json +71 -0
- package/dist/node_modules/gopd/test/index.js +35 -0
- package/dist/node_modules/has-bigints/.eslintrc +5 -0
- package/dist/node_modules/has-bigints/.github/FUNDING.yml +12 -0
- package/dist/node_modules/has-bigints/.nycrc +9 -0
- package/dist/node_modules/has-bigints/CHANGELOG.md +60 -0
- package/dist/node_modules/has-bigints/LICENSE +21 -0
- package/dist/node_modules/has-bigints/README.md +39 -0
- package/dist/node_modules/has-bigints/index.js +10 -0
- package/dist/node_modules/has-bigints/package.json +54 -0
- package/dist/node_modules/has-bigints/test/index.js +44 -0
- package/dist/node_modules/has-dynamic-import/.eslintignore +1 -0
- package/dist/node_modules/has-dynamic-import/.eslintrc +29 -0
- package/dist/node_modules/has-dynamic-import/.github/FUNDING.yml +12 -0
- package/dist/node_modules/has-dynamic-import/.nycrc +9 -0
- package/dist/node_modules/has-dynamic-import/CHANGELOG.md +53 -0
- package/dist/node_modules/has-dynamic-import/LICENSE +21 -0
- package/dist/node_modules/has-dynamic-import/README.md +38 -0
- package/dist/node_modules/has-dynamic-import/browser-syntax.js +11 -0
- package/dist/node_modules/has-dynamic-import/browser.js +30 -0
- package/dist/node_modules/has-dynamic-import/import.js +7 -0
- package/dist/node_modules/has-dynamic-import/index.js +41 -0
- package/dist/node_modules/has-dynamic-import/package.json +88 -0
- package/dist/node_modules/has-dynamic-import/syntax.js +12 -0
- package/dist/node_modules/has-dynamic-import/test/index.js +107 -0
- package/dist/node_modules/has-flag/index.js +8 -0
- package/dist/node_modules/has-flag/license +9 -0
- package/dist/node_modules/has-flag/package.json +44 -0
- package/dist/node_modules/has-flag/readme.md +70 -0
- package/dist/node_modules/has-property-descriptors/.eslintrc +13 -0
- package/dist/node_modules/has-property-descriptors/.github/FUNDING.yml +12 -0
- package/dist/node_modules/has-property-descriptors/.nycrc +9 -0
- package/dist/node_modules/has-property-descriptors/CHANGELOG.md +27 -0
- package/dist/node_modules/has-property-descriptors/LICENSE +21 -0
- package/dist/node_modules/has-property-descriptors/README.md +43 -0
- package/dist/node_modules/has-property-descriptors/index.js +33 -0
- package/dist/node_modules/has-property-descriptors/package.json +77 -0
- package/dist/node_modules/has-property-descriptors/test/index.js +57 -0
- package/dist/node_modules/has-proto/.eslintrc +5 -0
- package/dist/node_modules/has-proto/.github/FUNDING.yml +12 -0
- package/dist/node_modules/has-proto/CHANGELOG.md +23 -0
- package/dist/node_modules/has-proto/LICENSE +21 -0
- package/dist/node_modules/has-proto/README.md +38 -0
- package/dist/node_modules/has-proto/index.js +11 -0
- package/dist/node_modules/has-proto/package.json +74 -0
- package/dist/node_modules/has-proto/test/index.js +19 -0
- package/dist/node_modules/has-symbols/.eslintrc +11 -0
- package/dist/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/dist/node_modules/has-symbols/.nycrc +9 -0
- package/dist/node_modules/has-symbols/CHANGELOG.md +75 -0
- package/dist/node_modules/has-symbols/LICENSE +21 -0
- package/dist/node_modules/has-symbols/README.md +46 -0
- package/dist/node_modules/has-symbols/index.js +13 -0
- package/dist/node_modules/has-symbols/package.json +101 -0
- package/dist/node_modules/has-symbols/shams.js +42 -0
- package/dist/node_modules/has-symbols/test/index.js +22 -0
- package/dist/node_modules/has-symbols/test/shams/core-js.js +28 -0
- package/dist/node_modules/has-symbols/test/shams/get-own-property-symbols.js +28 -0
- package/dist/node_modules/has-symbols/test/tests.js +56 -0
- package/dist/node_modules/has-tostringtag/.eslintrc +11 -0
- package/dist/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
- package/dist/node_modules/has-tostringtag/CHANGELOG.md +20 -0
- package/dist/node_modules/has-tostringtag/LICENSE +21 -0
- package/dist/node_modules/has-tostringtag/README.md +46 -0
- package/dist/node_modules/has-tostringtag/index.js +7 -0
- package/dist/node_modules/has-tostringtag/package.json +84 -0
- package/dist/node_modules/has-tostringtag/shams.js +7 -0
- package/dist/node_modules/has-tostringtag/test/index.js +21 -0
- package/dist/node_modules/has-tostringtag/test/shams/core-js.js +28 -0
- package/dist/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +28 -0
- package/dist/node_modules/has-tostringtag/test/tests.js +14 -0
- package/dist/node_modules/hasown/.eslintrc +5 -0
- package/dist/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/dist/node_modules/hasown/.nycrc +13 -0
- package/dist/node_modules/hasown/CHANGELOG.md +20 -0
- package/dist/node_modules/hasown/LICENSE +21 -0
- package/dist/node_modules/hasown/README.md +40 -0
- package/dist/node_modules/hasown/index.d.ts +3 -0
- package/dist/node_modules/hasown/index.d.ts.map +1 -0
- package/dist/node_modules/hasown/index.js +8 -0
- package/dist/node_modules/hasown/package.json +91 -0
- package/dist/node_modules/hasown/tsconfig.json +49 -0
- package/dist/node_modules/inflight/LICENSE +15 -0
- package/dist/node_modules/inflight/README.md +37 -0
- package/dist/node_modules/inflight/inflight.js +54 -0
- package/dist/node_modules/inflight/package.json +29 -0
- package/dist/node_modules/inherits/LICENSE +16 -0
- package/dist/node_modules/inherits/README.md +42 -0
- package/dist/node_modules/inherits/inherits.js +9 -0
- package/dist/node_modules/inherits/inherits_browser.js +27 -0
- package/dist/node_modules/inherits/package.json +29 -0
- package/dist/node_modules/internal-slot/.editorconfig +20 -0
- package/dist/node_modules/internal-slot/.eslintrc +11 -0
- package/dist/node_modules/internal-slot/.github/FUNDING.yml +12 -0
- package/dist/node_modules/internal-slot/.nycrc +9 -0
- package/dist/node_modules/internal-slot/CHANGELOG.md +96 -0
- package/dist/node_modules/internal-slot/LICENSE +21 -0
- package/dist/node_modules/internal-slot/README.md +58 -0
- package/dist/node_modules/internal-slot/index.js +62 -0
- package/dist/node_modules/internal-slot/package.json +71 -0
- package/dist/node_modules/internal-slot/test/index.js +121 -0
- package/dist/node_modules/is-arguments/.editorconfig +20 -0
- package/dist/node_modules/is-arguments/.eslintignore +1 -0
- package/dist/node_modules/is-arguments/.eslintrc +10 -0
- package/dist/node_modules/is-arguments/.github/FUNDING.yml +12 -0
- package/dist/node_modules/is-arguments/.nycrc +9 -0
- package/dist/node_modules/is-arguments/CHANGELOG.md +179 -0
- package/dist/node_modules/is-arguments/LICENSE +20 -0
- package/dist/node_modules/is-arguments/README.md +47 -0
- package/dist/node_modules/is-arguments/index.js +33 -0
- package/dist/node_modules/is-arguments/package.json +91 -0
- package/dist/node_modules/is-arguments/test/index.js +44 -0
- package/dist/node_modules/is-array-buffer/.eslintrc +13 -0
- package/dist/node_modules/is-array-buffer/.github/FUNDING.yml +12 -0
- package/dist/node_modules/is-array-buffer/.nycrc +9 -0
- package/dist/node_modules/is-array-buffer/CHANGELOG.md +58 -0
- package/dist/node_modules/is-array-buffer/LICENSE +21 -0
- package/dist/node_modules/is-array-buffer/README.md +56 -0
- package/dist/node_modules/is-array-buffer/index.js +43 -0
- package/dist/node_modules/is-array-buffer/package.json +78 -0
- package/dist/node_modules/is-array-buffer/test/index.js +43 -0
- package/dist/node_modules/is-bigint/.eslintignore +1 -0
- package/dist/node_modules/is-bigint/.eslintrc +10 -0
- package/dist/node_modules/is-bigint/.github/FUNDING.yml +12 -0
- package/dist/node_modules/is-bigint/.nycrc +9 -0
- package/dist/node_modules/is-bigint/CHANGELOG.md +71 -0
- package/dist/node_modules/is-bigint/LICENSE +21 -0
- package/dist/node_modules/is-bigint/README.md +44 -0
- package/dist/node_modules/is-bigint/index.js +38 -0
- package/dist/node_modules/is-bigint/package.json +58 -0
- package/dist/node_modules/is-bigint/test/index.js +81 -0
- package/dist/node_modules/is-boolean-object/.editorconfig +22 -0
- package/dist/node_modules/is-boolean-object/.eslintignore +1 -0
- package/dist/node_modules/is-boolean-object/.eslintrc +22 -0
- package/dist/node_modules/is-boolean-object/.github/FUNDING.yml +12 -0
- package/dist/node_modules/is-boolean-object/.nycrc +10 -0
- package/dist/node_modules/is-boolean-object/CHANGELOG.md +107 -0
- package/dist/node_modules/is-boolean-object/LICENSE +22 -0
- package/dist/node_modules/is-boolean-object/README.md +57 -0
- package/dist/node_modules/is-boolean-object/index.js +26 -0
- package/dist/node_modules/is-boolean-object/package.json +87 -0
- package/dist/node_modules/is-boolean-object/test/index.js +48 -0
- package/dist/node_modules/is-builtin-module/index.d.ts +22 -0
- package/dist/node_modules/is-builtin-module/index.js +22 -0
- package/dist/node_modules/is-builtin-module/license +9 -0
- package/dist/node_modules/is-builtin-module/package.json +47 -0
- package/dist/node_modules/is-builtin-module/readme.md +47 -0
- package/dist/node_modules/is-callable/.editorconfig +31 -0
- package/dist/node_modules/is-callable/.eslintrc +10 -0
- package/dist/node_modules/is-callable/.github/FUNDING.yml +12 -0
- package/dist/node_modules/is-callable/.nycrc +9 -0
- package/dist/node_modules/is-callable/CHANGELOG.md +158 -0
- package/dist/node_modules/is-callable/LICENSE +22 -0
- package/dist/node_modules/is-callable/README.md +83 -0
- package/dist/node_modules/is-callable/index.js +101 -0
- package/dist/node_modules/is-callable/package.json +106 -0
- package/dist/node_modules/is-callable/test/index.js +244 -0
- package/dist/node_modules/is-core-module/.eslintrc +18 -0
- package/dist/node_modules/is-core-module/.nycrc +9 -0
- package/dist/node_modules/is-core-module/CHANGELOG.md +180 -0
- package/dist/node_modules/is-core-module/LICENSE +20 -0
- package/dist/node_modules/is-core-module/README.md +40 -0
- package/dist/node_modules/is-core-module/core.json +158 -0
- package/dist/node_modules/is-core-module/index.js +69 -0
- package/dist/node_modules/is-core-module/package.json +73 -0
- package/dist/node_modules/is-core-module/test/index.js +133 -0
- package/dist/node_modules/is-date-object/.editorconfig +20 -0
- package/dist/node_modules/is-date-object/.eslintignore +1 -0
- package/dist/node_modules/is-date-object/.eslintrc +9 -0
- package/dist/node_modules/is-date-object/.github/FUNDING.yml +12 -0
- package/dist/node_modules/is-date-object/.nycrc +10 -0
- package/dist/node_modules/is-date-object/CHANGELOG.md +114 -0
- package/dist/node_modules/is-date-object/LICENSE +22 -0
- package/dist/node_modules/is-date-object/README.md +52 -0
- package/dist/node_modules/is-date-object/index.js +22 -0
- package/dist/node_modules/is-date-object/package.json +79 -0
- package/dist/node_modules/is-date-object/test/index.js +36 -0
- package/dist/node_modules/is-map/.editorconfig +15 -0
- package/dist/node_modules/is-map/.eslintignore +1 -0
- package/dist/node_modules/is-map/.eslintrc +15 -0
- package/dist/node_modules/is-map/.gitattributes +1 -0
- package/dist/node_modules/is-map/.github/FUNDING.yml +12 -0
- package/dist/node_modules/is-map/.nycrc +13 -0
- package/dist/node_modules/is-map/CHANGELOG.md +65 -0
- package/dist/node_modules/is-map/LICENSE +21 -0
- package/dist/node_modules/is-map/README.md +46 -0
- package/dist/node_modules/is-map/index.js +42 -0
- package/dist/node_modules/is-map/package.json +60 -0
- package/dist/node_modules/is-map/test/index.js +59 -0
- package/dist/node_modules/is-module/README.md +41 -0
- package/dist/node_modules/is-module/component.json +11 -0
- package/dist/node_modules/is-module/index.js +11 -0
- package/dist/node_modules/is-module/package.json +20 -0
- package/dist/node_modules/is-negative-zero/.editorconfig +8 -0
- package/dist/node_modules/is-negative-zero/.eslintignore +1 -0
- package/dist/node_modules/is-negative-zero/.eslintrc +9 -0
- package/dist/node_modules/is-negative-zero/.github/FUNDING.yml +12 -0
- package/dist/node_modules/is-negative-zero/.nycrc +9 -0
- package/dist/node_modules/is-negative-zero/CHANGELOG.md +136 -0
- package/dist/node_modules/is-negative-zero/LICENSE +20 -0
- package/dist/node_modules/is-negative-zero/README.md +54 -0
- package/dist/node_modules/is-negative-zero/index.js +6 -0
- package/dist/node_modules/is-negative-zero/package.json +79 -0
- package/dist/node_modules/is-negative-zero/test/index.js +28 -0
- package/dist/node_modules/is-number-object/.editorconfig +23 -0
- package/dist/node_modules/is-number-object/.eslintrc +16 -0
- package/dist/node_modules/is-number-object/.github/FUNDING.yml +12 -0
- package/dist/node_modules/is-number-object/.nycrc +10 -0
- package/dist/node_modules/is-number-object/CHANGELOG.md +125 -0
- package/dist/node_modules/is-number-object/LICENSE +22 -0
- package/dist/node_modules/is-number-object/README.md +55 -0
- package/dist/node_modules/is-number-object/index.js +24 -0
- package/dist/node_modules/is-number-object/package.json +85 -0
- package/dist/node_modules/is-number-object/test/index.js +38 -0
- package/dist/node_modules/is-regex/.editorconfig +20 -0
- package/dist/node_modules/is-regex/.eslintignore +1 -0
- package/dist/node_modules/is-regex/.eslintrc +19 -0
- package/dist/node_modules/is-regex/.nycrc +10 -0
- package/dist/node_modules/is-regex/CHANGELOG.md +197 -0
- package/dist/node_modules/is-regex/LICENSE +20 -0
- package/dist/node_modules/is-regex/README.md +52 -0
- package/dist/node_modules/is-regex/index.js +58 -0
- package/dist/node_modules/is-regex/package.json +86 -0
- package/dist/node_modules/is-regex/test/index.js +104 -0
- package/dist/node_modules/is-set/.editorconfig +15 -0
- package/dist/node_modules/is-set/.eslintignore +1 -0
- package/dist/node_modules/is-set/.eslintrc +15 -0
- package/dist/node_modules/is-set/.gitattributes +1 -0
- package/dist/node_modules/is-set/.github/FUNDING.yml +12 -0
- package/dist/node_modules/is-set/.nycrc +13 -0
- package/dist/node_modules/is-set/CHANGELOG.md +58 -0
- package/dist/node_modules/is-set/LICENSE +21 -0
- package/dist/node_modules/is-set/README.md +46 -0
- package/dist/node_modules/is-set/index.js +42 -0
- package/dist/node_modules/is-set/package.json +60 -0
- package/dist/node_modules/is-set/test/index.js +59 -0
- package/dist/node_modules/is-shared-array-buffer/.eslintignore +1 -0
- package/dist/node_modules/is-shared-array-buffer/.eslintrc +5 -0
- package/dist/node_modules/is-shared-array-buffer/.github/FUNDING.yml +12 -0
- package/dist/node_modules/is-shared-array-buffer/.nycrc +9 -0
- package/dist/node_modules/is-shared-array-buffer/CHANGELOG.md +44 -0
- package/dist/node_modules/is-shared-array-buffer/LICENSE +21 -0
- package/dist/node_modules/is-shared-array-buffer/README.md +58 -0
- package/dist/node_modules/is-shared-array-buffer/index.js +21 -0
- package/dist/node_modules/is-shared-array-buffer/package.json +70 -0
- package/dist/node_modules/is-shared-array-buffer/test/index.js +27 -0
- package/dist/node_modules/is-string/.eslintignore +1 -0
- package/dist/node_modules/is-string/.eslintrc +19 -0
- package/dist/node_modules/is-string/.github/FUNDING.yml +12 -0
- package/dist/node_modules/is-string/.nycrc +10 -0
- package/dist/node_modules/is-string/CHANGELOG.md +114 -0
- package/dist/node_modules/is-string/LICENSE +22 -0
- package/dist/node_modules/is-string/README.md +56 -0
- package/dist/node_modules/is-string/index.js +24 -0
- package/dist/node_modules/is-string/package.json +81 -0
- package/dist/node_modules/is-string/test/index.js +39 -0
- package/dist/node_modules/is-symbol/.editorconfig +13 -0
- package/dist/node_modules/is-symbol/.eslintignore +1 -0
- package/dist/node_modules/is-symbol/.eslintrc +14 -0
- package/dist/node_modules/is-symbol/.github/FUNDING.yml +12 -0
- package/dist/node_modules/is-symbol/.nycrc +9 -0
- package/dist/node_modules/is-symbol/CHANGELOG.md +113 -0
- package/dist/node_modules/is-symbol/LICENSE +22 -0
- package/dist/node_modules/is-symbol/README.md +45 -0
- package/dist/node_modules/is-symbol/index.js +35 -0
- package/dist/node_modules/is-symbol/package.json +77 -0
- package/dist/node_modules/is-symbol/test/index.js +92 -0
- package/dist/node_modules/is-typed-array/.editorconfig +20 -0
- package/dist/node_modules/is-typed-array/.eslintrc +13 -0
- package/dist/node_modules/is-typed-array/.github/FUNDING.yml +12 -0
- package/dist/node_modules/is-typed-array/.nycrc +9 -0
- package/dist/node_modules/is-typed-array/CHANGELOG.md +134 -0
- package/dist/node_modules/is-typed-array/LICENSE +22 -0
- package/dist/node_modules/is-typed-array/README.md +70 -0
- package/dist/node_modules/is-typed-array/index.js +7 -0
- package/dist/node_modules/is-typed-array/package.json +116 -0
- package/dist/node_modules/is-typed-array/test/index.js +103 -0
- package/dist/node_modules/is-weakmap/.eslintrc +10 -0
- package/dist/node_modules/is-weakmap/.github/FUNDING.yml +12 -0
- package/dist/node_modules/is-weakmap/.github/workflows/rebase.yml +15 -0
- package/dist/node_modules/is-weakmap/.travis.yml +8 -0
- package/dist/node_modules/is-weakmap/CHANGELOG.md +35 -0
- package/dist/node_modules/is-weakmap/LICENSE +21 -0
- package/dist/node_modules/is-weakmap/README.md +49 -0
- package/dist/node_modules/is-weakmap/index.js +42 -0
- package/dist/node_modules/is-weakmap/package.json +57 -0
- package/dist/node_modules/is-weakmap/test/index.js +59 -0
- package/dist/node_modules/is-weakref/.eslintignore +1 -0
- package/dist/node_modules/is-weakref/.eslintrc +5 -0
- package/dist/node_modules/is-weakref/.github/FUNDING.yml +12 -0
- package/dist/node_modules/is-weakref/.nycrc +9 -0
- package/dist/node_modules/is-weakref/CHANGELOG.md +54 -0
- package/dist/node_modules/is-weakref/LICENSE +21 -0
- package/dist/node_modules/is-weakref/README.md +52 -0
- package/dist/node_modules/is-weakref/index.js +21 -0
- package/dist/node_modules/is-weakref/package.json +63 -0
- package/dist/node_modules/is-weakref/test/index.js +26 -0
- package/dist/node_modules/is-weakset/.editorconfig +15 -0
- package/dist/node_modules/is-weakset/.eslintignore +1 -0
- package/dist/node_modules/is-weakset/.eslintrc +13 -0
- package/dist/node_modules/is-weakset/.gitattributes +1 -0
- package/dist/node_modules/is-weakset/.github/FUNDING.yml +12 -0
- package/dist/node_modules/is-weakset/.nycrc +9 -0
- package/dist/node_modules/is-weakset/CHANGELOG.md +76 -0
- package/dist/node_modules/is-weakset/LICENSE +21 -0
- package/dist/node_modules/is-weakset/README.md +52 -0
- package/dist/node_modules/is-weakset/index.js +36 -0
- package/dist/node_modules/is-weakset/package.json +67 -0
- package/dist/node_modules/is-weakset/test/index.js +59 -0
- package/dist/node_modules/isarray/LICENSE +21 -0
- package/dist/node_modules/isarray/README.md +38 -0
- package/dist/node_modules/isarray/index.js +5 -0
- package/dist/node_modules/isarray/package.json +48 -0
- package/dist/node_modules/js-tokens/CHANGELOG.md +151 -0
- package/dist/node_modules/js-tokens/LICENSE +21 -0
- package/dist/node_modules/js-tokens/README.md +240 -0
- package/dist/node_modules/js-tokens/index.js +23 -0
- package/dist/node_modules/js-tokens/package.json +30 -0
- package/dist/node_modules/jsesc/LICENSE-MIT.txt +20 -0
- package/dist/node_modules/jsesc/README.md +421 -0
- package/dist/node_modules/jsesc/bin/jsesc +148 -0
- package/dist/node_modules/jsesc/jsesc.js +329 -0
- package/dist/node_modules/jsesc/man/jsesc.1 +94 -0
- package/dist/node_modules/jsesc/package.json +54 -0
- package/dist/node_modules/json5/LICENSE.md +23 -0
- package/dist/node_modules/json5/README.md +282 -0
- package/dist/node_modules/json5/dist/index.js +1737 -0
- package/dist/node_modules/json5/dist/index.min.js +1 -0
- package/dist/node_modules/json5/dist/index.min.mjs +1 -0
- package/dist/node_modules/json5/dist/index.mjs +1426 -0
- package/dist/node_modules/json5/lib/cli.js +152 -0
- package/dist/node_modules/json5/lib/index.d.ts +4 -0
- package/dist/node_modules/json5/lib/index.js +9 -0
- package/dist/node_modules/json5/lib/parse.d.ts +15 -0
- package/dist/node_modules/json5/lib/parse.js +1114 -0
- package/dist/node_modules/json5/lib/register.js +13 -0
- package/dist/node_modules/json5/lib/require.js +4 -0
- package/dist/node_modules/json5/lib/stringify.d.ts +89 -0
- package/dist/node_modules/json5/lib/stringify.js +261 -0
- package/dist/node_modules/json5/lib/unicode.d.ts +3 -0
- package/dist/node_modules/json5/lib/unicode.js +4 -0
- package/dist/node_modules/json5/lib/util.d.ts +5 -0
- package/dist/node_modules/json5/lib/util.js +35 -0
- package/dist/node_modules/json5/package.json +72 -0
- package/dist/node_modules/lodash.debounce/LICENSE +47 -0
- package/dist/node_modules/lodash.debounce/README.md +18 -0
- package/dist/node_modules/lodash.debounce/index.js +377 -0
- package/dist/node_modules/lodash.debounce/package.json +17 -0
- package/dist/node_modules/lru-cache/LICENSE +15 -0
- package/dist/node_modules/lru-cache/README.md +166 -0
- package/dist/node_modules/lru-cache/index.js +334 -0
- package/dist/node_modules/lru-cache/package.json +32 -0
- package/dist/node_modules/minimatch/LICENSE +15 -0
- package/dist/node_modules/minimatch/README.md +230 -0
- package/dist/node_modules/minimatch/minimatch.js +947 -0
- package/dist/node_modules/minimatch/package.json +33 -0
- package/dist/node_modules/minimist/.eslintrc +29 -0
- package/dist/node_modules/minimist/.github/FUNDING.yml +12 -0
- package/dist/node_modules/minimist/.nycrc +14 -0
- package/dist/node_modules/minimist/CHANGELOG.md +298 -0
- package/dist/node_modules/minimist/LICENSE +18 -0
- package/dist/node_modules/minimist/README.md +121 -0
- package/dist/node_modules/minimist/example/parse.js +4 -0
- package/dist/node_modules/minimist/index.js +263 -0
- package/dist/node_modules/minimist/package.json +75 -0
- package/dist/node_modules/minimist/test/all_bool.js +34 -0
- package/dist/node_modules/minimist/test/bool.js +177 -0
- package/dist/node_modules/minimist/test/dash.js +43 -0
- package/dist/node_modules/minimist/test/default_bool.js +37 -0
- package/dist/node_modules/minimist/test/dotted.js +24 -0
- package/dist/node_modules/minimist/test/kv_short.js +32 -0
- package/dist/node_modules/minimist/test/long.js +33 -0
- package/dist/node_modules/minimist/test/num.js +38 -0
- package/dist/node_modules/minimist/test/parse.js +209 -0
- package/dist/node_modules/minimist/test/parse_modified.js +11 -0
- package/dist/node_modules/minimist/test/proto.js +64 -0
- package/dist/node_modules/minimist/test/short.js +69 -0
- package/dist/node_modules/minimist/test/stop_early.js +17 -0
- package/dist/node_modules/minimist/test/unknown.js +104 -0
- package/dist/node_modules/minimist/test/whitespace.js +10 -0
- package/dist/node_modules/mock-property/.eslintrc +21 -0
- package/dist/node_modules/mock-property/.github/FUNDING.yml +12 -0
- package/dist/node_modules/mock-property/.nycrc +9 -0
- package/dist/node_modules/mock-property/CHANGELOG.md +46 -0
- package/dist/node_modules/mock-property/LICENSE +21 -0
- package/dist/node_modules/mock-property/README.md +67 -0
- package/dist/node_modules/mock-property/index.js +183 -0
- package/dist/node_modules/mock-property/package.json +89 -0
- package/dist/node_modules/mock-property/test/index.js +1162 -0
- package/dist/node_modules/ms/index.js +162 -0
- package/dist/node_modules/ms/license.md +21 -0
- package/dist/node_modules/ms/package.json +37 -0
- package/dist/node_modules/ms/readme.md +60 -0
- package/dist/node_modules/node-releases/LICENSE +21 -0
- package/dist/node_modules/node-releases/README.md +12 -0
- package/dist/node_modules/node-releases/data/processed/envs.json +1 -0
- package/dist/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
- package/dist/node_modules/node-releases/package.json +19 -0
- package/dist/node_modules/object-inspect/.eslintrc +53 -0
- package/dist/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/dist/node_modules/object-inspect/.nycrc +13 -0
- package/dist/node_modules/object-inspect/CHANGELOG.md +389 -0
- package/dist/node_modules/object-inspect/LICENSE +21 -0
- package/dist/node_modules/object-inspect/example/all.js +23 -0
- package/dist/node_modules/object-inspect/example/circular.js +6 -0
- package/dist/node_modules/object-inspect/example/fn.js +5 -0
- package/dist/node_modules/object-inspect/example/inspect.js +10 -0
- package/dist/node_modules/object-inspect/index.js +524 -0
- package/dist/node_modules/object-inspect/package-support.json +20 -0
- package/dist/node_modules/object-inspect/package.json +99 -0
- package/dist/node_modules/object-inspect/readme.markdown +86 -0
- package/dist/node_modules/object-inspect/test/bigint.js +58 -0
- package/dist/node_modules/object-inspect/test/browser/dom.js +15 -0
- package/dist/node_modules/object-inspect/test/circular.js +16 -0
- package/dist/node_modules/object-inspect/test/deep.js +12 -0
- package/dist/node_modules/object-inspect/test/element.js +53 -0
- package/dist/node_modules/object-inspect/test/err.js +48 -0
- package/dist/node_modules/object-inspect/test/fakes.js +29 -0
- package/dist/node_modules/object-inspect/test/fn.js +76 -0
- package/dist/node_modules/object-inspect/test/global.js +17 -0
- package/dist/node_modules/object-inspect/test/has.js +15 -0
- package/dist/node_modules/object-inspect/test/holes.js +15 -0
- package/dist/node_modules/object-inspect/test/indent-option.js +271 -0
- package/dist/node_modules/object-inspect/test/inspect.js +139 -0
- package/dist/node_modules/object-inspect/test/lowbyte.js +12 -0
- package/dist/node_modules/object-inspect/test/number.js +58 -0
- package/dist/node_modules/object-inspect/test/quoteStyle.js +17 -0
- package/dist/node_modules/object-inspect/test/toStringTag.js +40 -0
- package/dist/node_modules/object-inspect/test/undef.js +12 -0
- package/dist/node_modules/object-inspect/test/values.js +211 -0
- package/dist/node_modules/object-inspect/test-core-js.js +26 -0
- package/dist/node_modules/object-inspect/util.inspect.js +1 -0
- package/dist/node_modules/object-is/.eslintignore +1 -0
- package/dist/node_modules/object-is/.eslintrc +5 -0
- package/dist/node_modules/object-is/.nycrc +13 -0
- package/dist/node_modules/object-is/CHANGELOG.md +150 -0
- package/dist/node_modules/object-is/LICENSE +20 -0
- package/dist/node_modules/object-is/README.md +60 -0
- package/dist/node_modules/object-is/auto.js +3 -0
- package/dist/node_modules/object-is/implementation.js +19 -0
- package/dist/node_modules/object-is/index.js +18 -0
- package/dist/node_modules/object-is/package.json +87 -0
- package/dist/node_modules/object-is/polyfill.js +7 -0
- package/dist/node_modules/object-is/shim.js +14 -0
- package/dist/node_modules/object-is/test/implementation.js +12 -0
- package/dist/node_modules/object-is/test/index.js +12 -0
- package/dist/node_modules/object-is/test/shimmed.js +28 -0
- package/dist/node_modules/object-is/test/tests.js +57 -0
- package/dist/node_modules/object-keys/.editorconfig +13 -0
- package/dist/node_modules/object-keys/.eslintrc +17 -0
- package/dist/node_modules/object-keys/.travis.yml +277 -0
- package/dist/node_modules/object-keys/CHANGELOG.md +232 -0
- package/dist/node_modules/object-keys/LICENSE +21 -0
- package/dist/node_modules/object-keys/README.md +76 -0
- package/dist/node_modules/object-keys/implementation.js +122 -0
- package/dist/node_modules/object-keys/index.js +32 -0
- package/dist/node_modules/object-keys/isArguments.js +17 -0
- package/dist/node_modules/object-keys/package.json +88 -0
- package/dist/node_modules/object-keys/test/index.js +5 -0
- package/dist/node_modules/object.assign/.editorconfig +20 -0
- package/dist/node_modules/object.assign/.eslintrc +28 -0
- package/dist/node_modules/object.assign/.github/FUNDING.yml +12 -0
- package/dist/node_modules/object.assign/.nycrc +9 -0
- package/dist/node_modules/object.assign/CHANGELOG.md +225 -0
- package/dist/node_modules/object.assign/LICENSE +21 -0
- package/dist/node_modules/object.assign/README.md +136 -0
- package/dist/node_modules/object.assign/auto.js +3 -0
- package/dist/node_modules/object.assign/dist/browser.js +944 -0
- package/dist/node_modules/object.assign/hasSymbols.js +43 -0
- package/dist/node_modules/object.assign/implementation.js +46 -0
- package/dist/node_modules/object.assign/index.js +22 -0
- package/dist/node_modules/object.assign/package.json +96 -0
- package/dist/node_modules/object.assign/polyfill.js +55 -0
- package/dist/node_modules/object.assign/shim.js +14 -0
- package/dist/node_modules/object.assign/test/implementation.js +19 -0
- package/dist/node_modules/object.assign/test/index.js +17 -0
- package/dist/node_modules/object.assign/test/native.js +49 -0
- package/dist/node_modules/object.assign/test/ses-compat.js +12 -0
- package/dist/node_modules/object.assign/test/shimmed.js +52 -0
- package/dist/node_modules/object.assign/test/tests.js +232 -0
- package/dist/node_modules/object.assign/test.html +18458 -0
- package/dist/node_modules/once/LICENSE +15 -0
- package/dist/node_modules/once/README.md +79 -0
- package/dist/node_modules/once/once.js +42 -0
- package/dist/node_modules/once/package.json +33 -0
- package/dist/node_modules/path-is-absolute/index.js +20 -0
- package/dist/node_modules/path-is-absolute/license +21 -0
- package/dist/node_modules/path-is-absolute/package.json +43 -0
- package/dist/node_modules/path-is-absolute/readme.md +59 -0
- package/dist/node_modules/path-parse/LICENSE +21 -0
- package/dist/node_modules/path-parse/README.md +42 -0
- package/dist/node_modules/path-parse/index.js +75 -0
- package/dist/node_modules/path-parse/package.json +33 -0
- package/dist/node_modules/picocolors/LICENSE +15 -0
- package/dist/node_modules/picocolors/README.md +21 -0
- package/dist/node_modules/picocolors/package.json +25 -0
- package/dist/node_modules/picocolors/picocolors.browser.js +4 -0
- package/dist/node_modules/picocolors/picocolors.d.ts +5 -0
- package/dist/node_modules/picocolors/picocolors.js +58 -0
- package/dist/node_modules/picocolors/types.ts +30 -0
- package/dist/node_modules/picomatch/CHANGELOG.md +136 -0
- package/dist/node_modules/picomatch/LICENSE +21 -0
- package/dist/node_modules/picomatch/README.md +708 -0
- package/dist/node_modules/picomatch/index.js +3 -0
- package/dist/node_modules/picomatch/lib/constants.js +179 -0
- package/dist/node_modules/picomatch/lib/parse.js +1091 -0
- package/dist/node_modules/picomatch/lib/picomatch.js +342 -0
- package/dist/node_modules/picomatch/lib/scan.js +391 -0
- package/dist/node_modules/picomatch/lib/utils.js +64 -0
- package/dist/node_modules/picomatch/package.json +81 -0
- package/dist/node_modules/randombytes/.travis.yml +15 -0
- package/dist/node_modules/randombytes/.zuul.yml +1 -0
- package/dist/node_modules/randombytes/LICENSE +21 -0
- package/dist/node_modules/randombytes/README.md +14 -0
- package/dist/node_modules/randombytes/browser.js +50 -0
- package/dist/node_modules/randombytes/index.js +1 -0
- package/dist/node_modules/randombytes/package.json +36 -0
- package/dist/node_modules/randombytes/test.js +81 -0
- package/dist/node_modules/regenerate/LICENSE-MIT.txt +20 -0
- package/dist/node_modules/regenerate/README.md +338 -0
- package/dist/node_modules/regenerate/package.json +38 -0
- package/dist/node_modules/regenerate/regenerate.js +1209 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/ASCII.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/ASCII_Hex_Digit.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Alphabetic.js +15 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Any.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Assigned.js +15 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Bidi_Control.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Bidi_Mirrored.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Case_Ignorable.js +8 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Cased.js +5 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Casefolded.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Casemapped.js +5 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Lowercased.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_NFKC_Casefolded.js +7 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Titlecased.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Uppercased.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Dash.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Default_Ignorable_Code_Point.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Deprecated.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Diacritic.js +5 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Emoji.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Component.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Modifier.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Modifier_Base.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Presentation.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Extended_Pictographic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Extender.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Grapheme_Base.js +17 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Grapheme_Extend.js +7 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Hex_Digit.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/IDS_Binary_Operator.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/IDS_Trinary_Operator.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/ID_Continue.js +15 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/ID_Start.js +13 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Ideographic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Join_Control.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Logical_Order_Exception.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Lowercase.js +5 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Math.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Noncharacter_Code_Point.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Pattern_Syntax.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Pattern_White_Space.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Quotation_Mark.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Radical.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Regional_Indicator.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Sentence_Terminal.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Soft_Dotted.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Terminal_Punctuation.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Unified_Ideograph.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Uppercase.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Variation_Selector.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/White_Space.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/XID_Continue.js +15 -0
- package/dist/node_modules/regenerate-unicode-properties/Binary_Property/XID_Start.js +13 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Cased_Letter.js +5 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Close_Punctuation.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Connector_Punctuation.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Control.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Currency_Symbol.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Dash_Punctuation.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Decimal_Number.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Enclosing_Mark.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Final_Punctuation.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Format.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Initial_Punctuation.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Letter.js +13 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Letter_Number.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Line_Separator.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Lowercase_Letter.js +5 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Mark.js +7 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Math_Symbol.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Modifier_Letter.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Modifier_Symbol.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Nonspacing_Mark.js +7 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Number.js +5 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Open_Punctuation.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Other.js +12 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Other_Letter.js +10 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Other_Number.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Other_Punctuation.js +5 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Other_Symbol.js +5 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Paragraph_Separator.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Private_Use.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Punctuation.js +5 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Separator.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Space_Separator.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Spacing_Mark.js +5 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Surrogate.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Symbol.js +6 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Titlecase_Letter.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Unassigned.js +12 -0
- package/dist/node_modules/regenerate-unicode-properties/General_Category/Uppercase_Letter.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/LICENSE-MIT.txt +20 -0
- package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/Basic_Emoji.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/Emoji_Keycap_Sequence.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_Flag_Sequence.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_Modifier_Sequence.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_Tag_Sequence.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_ZWJ_Sequence.js +4 -0
- package/dist/node_modules/regenerate-unicode-properties/README.md +70 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Adlam.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Ahom.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Anatolian_Hieroglyphs.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Arabic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Armenian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Avestan.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Balinese.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Bamum.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Bassa_Vah.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Batak.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Bengali.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Bhaiksuki.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Bopomofo.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Brahmi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Braille.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Buginese.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Buhid.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Canadian_Aboriginal.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Carian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Caucasian_Albanian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Chakma.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Cham.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Cherokee.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Chorasmian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Common.js +5 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Coptic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Cuneiform.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Cypriot.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Cypro_Minoan.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Cyrillic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Deseret.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Devanagari.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Dives_Akuru.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Dogra.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Duployan.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Egyptian_Hieroglyphs.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Elbasan.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Elymaic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Ethiopic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Georgian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Glagolitic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Gothic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Grantha.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Greek.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Gujarati.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Gunjala_Gondi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Gurmukhi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Han.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Hangul.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Hanifi_Rohingya.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Hanunoo.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Hatran.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Hebrew.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Hiragana.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Imperial_Aramaic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Inherited.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Inscriptional_Pahlavi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Inscriptional_Parthian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Javanese.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Kaithi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Kannada.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Katakana.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Kawi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Kayah_Li.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Kharoshthi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Khitan_Small_Script.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Khmer.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Khojki.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Khudawadi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Lao.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Latin.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Lepcha.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Limbu.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Linear_A.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Linear_B.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Lisu.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Lycian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Lydian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Mahajani.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Makasar.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Malayalam.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Mandaic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Manichaean.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Marchen.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Masaram_Gondi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Medefaidrin.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Meetei_Mayek.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Mende_Kikakui.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Meroitic_Cursive.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Meroitic_Hieroglyphs.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Miao.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Modi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Mongolian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Mro.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Multani.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Myanmar.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Nabataean.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Nag_Mundari.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Nandinagari.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/New_Tai_Lue.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Newa.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Nko.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Nushu.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Nyiakeng_Puachue_Hmong.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Ogham.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Ol_Chiki.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Old_Hungarian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Old_Italic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Old_North_Arabian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Old_Permic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Old_Persian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Old_Sogdian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Old_South_Arabian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Old_Turkic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Old_Uyghur.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Oriya.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Osage.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Osmanya.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Pahawh_Hmong.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Palmyrene.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Pau_Cin_Hau.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Phags_Pa.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Phoenician.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Psalter_Pahlavi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Rejang.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Runic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Samaritan.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Saurashtra.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Sharada.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Shavian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Siddham.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/SignWriting.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Sinhala.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Sogdian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Sora_Sompeng.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Soyombo.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Sundanese.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Syloti_Nagri.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Syriac.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Tagalog.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Tagbanwa.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Tai_Le.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Tai_Tham.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Tai_Viet.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Takri.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Tamil.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Tangsa.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Tangut.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Telugu.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Thaana.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Thai.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Tibetan.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Tifinagh.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Tirhuta.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Toto.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Ugaritic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Vai.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Vithkuqi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Wancho.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Warang_Citi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Yezidi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Yi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script/Zanabazar_Square.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Adlam.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Ahom.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Anatolian_Hieroglyphs.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Arabic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Armenian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Avestan.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Balinese.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Bamum.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Bassa_Vah.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Batak.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Bengali.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Bhaiksuki.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Bopomofo.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Brahmi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Braille.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Buginese.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Buhid.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Canadian_Aboriginal.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Carian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Caucasian_Albanian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Chakma.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Cham.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Cherokee.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Chorasmian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Common.js +5 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Coptic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Cuneiform.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Cypriot.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Cypro_Minoan.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Cyrillic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Deseret.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Devanagari.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Dives_Akuru.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Dogra.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Duployan.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Egyptian_Hieroglyphs.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Elbasan.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Elymaic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Ethiopic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Georgian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Glagolitic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Gothic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Grantha.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Greek.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Gujarati.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Gunjala_Gondi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Gurmukhi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Han.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Hangul.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Hanifi_Rohingya.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Hanunoo.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Hatran.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Hebrew.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Hiragana.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Imperial_Aramaic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Inherited.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Inscriptional_Pahlavi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Inscriptional_Parthian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Javanese.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Kaithi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Kannada.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Katakana.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Kawi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Kayah_Li.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Kharoshthi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Khitan_Small_Script.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Khmer.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Khojki.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Khudawadi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Lao.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Latin.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Lepcha.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Limbu.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Linear_A.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Linear_B.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Lisu.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Lycian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Lydian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Mahajani.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Makasar.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Malayalam.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Mandaic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Manichaean.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Marchen.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Masaram_Gondi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Medefaidrin.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Meetei_Mayek.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Mende_Kikakui.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Meroitic_Cursive.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Meroitic_Hieroglyphs.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Miao.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Modi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Mongolian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Mro.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Multani.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Myanmar.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Nabataean.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Nag_Mundari.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Nandinagari.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/New_Tai_Lue.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Newa.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Nko.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Nushu.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Nyiakeng_Puachue_Hmong.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Ogham.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Ol_Chiki.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Hungarian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Italic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_North_Arabian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Permic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Persian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Sogdian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_South_Arabian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Turkic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Uyghur.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Oriya.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Osage.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Osmanya.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Pahawh_Hmong.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Palmyrene.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Pau_Cin_Hau.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Phags_Pa.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Phoenician.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Psalter_Pahlavi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Rejang.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Runic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Samaritan.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Saurashtra.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Sharada.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Shavian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Siddham.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/SignWriting.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Sinhala.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Sogdian.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Sora_Sompeng.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Soyombo.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Sundanese.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Syloti_Nagri.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Syriac.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tagalog.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tagbanwa.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tai_Le.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tai_Tham.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tai_Viet.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Takri.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tamil.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tangsa.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tangut.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Telugu.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Thaana.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Thai.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tibetan.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tifinagh.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tirhuta.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Toto.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Ugaritic.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Vai.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Vithkuqi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Wancho.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Warang_Citi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Yezidi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Yi.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Zanabazar_Square.js +3 -0
- package/dist/node_modules/regenerate-unicode-properties/index.js +436 -0
- package/dist/node_modules/regenerate-unicode-properties/package.json +49 -0
- package/dist/node_modules/regenerate-unicode-properties/unicode-version.js +1 -0
- package/dist/node_modules/regenerator-runtime/LICENSE +21 -0
- package/dist/node_modules/regenerator-runtime/README.md +31 -0
- package/dist/node_modules/regenerator-runtime/package.json +19 -0
- package/dist/node_modules/regenerator-runtime/path.js +11 -0
- package/dist/node_modules/regenerator-runtime/runtime.js +760 -0
- package/dist/node_modules/regenerator-transform/LICENSE +21 -0
- package/dist/node_modules/regenerator-transform/README.md +46 -0
- package/dist/node_modules/regenerator-transform/lib/emit.js +904 -0
- package/dist/node_modules/regenerator-transform/lib/hoist.js +132 -0
- package/dist/node_modules/regenerator-transform/lib/index.js +29 -0
- package/dist/node_modules/regenerator-transform/lib/leap.js +143 -0
- package/dist/node_modules/regenerator-transform/lib/meta.js +102 -0
- package/dist/node_modules/regenerator-transform/lib/replaceShorthandObjectMethod.js +83 -0
- package/dist/node_modules/regenerator-transform/lib/util.js +49 -0
- package/dist/node_modules/regenerator-transform/lib/visit.js +290 -0
- package/dist/node_modules/regenerator-transform/package.json +43 -0
- package/dist/node_modules/regenerator-transform/src/emit.js +1308 -0
- package/dist/node_modules/regenerator-transform/src/hoist.js +161 -0
- package/dist/node_modules/regenerator-transform/src/index.js +27 -0
- package/dist/node_modules/regenerator-transform/src/leap.js +179 -0
- package/dist/node_modules/regenerator-transform/src/meta.js +110 -0
- package/dist/node_modules/regenerator-transform/src/replaceShorthandObjectMethod.js +82 -0
- package/dist/node_modules/regenerator-transform/src/util.js +45 -0
- package/dist/node_modules/regenerator-transform/src/visit.js +369 -0
- package/dist/node_modules/regexp.prototype.flags/.editorconfig +13 -0
- package/dist/node_modules/regexp.prototype.flags/.eslintrc +20 -0
- package/dist/node_modules/regexp.prototype.flags/.nycrc +9 -0
- package/dist/node_modules/regexp.prototype.flags/CHANGELOG.md +211 -0
- package/dist/node_modules/regexp.prototype.flags/LICENSE +22 -0
- package/dist/node_modules/regexp.prototype.flags/README.md +54 -0
- package/dist/node_modules/regexp.prototype.flags/auto.js +3 -0
- package/dist/node_modules/regexp.prototype.flags/implementation.js +39 -0
- package/dist/node_modules/regexp.prototype.flags/index.js +18 -0
- package/dist/node_modules/regexp.prototype.flags/package.json +101 -0
- package/dist/node_modules/regexp.prototype.flags/polyfill.js +36 -0
- package/dist/node_modules/regexp.prototype.flags/shim.js +26 -0
- package/dist/node_modules/regexp.prototype.flags/test/implementation.js +20 -0
- package/dist/node_modules/regexp.prototype.flags/test/index.js +17 -0
- package/dist/node_modules/regexp.prototype.flags/test/shimmed.js +48 -0
- package/dist/node_modules/regexp.prototype.flags/test/tests.js +143 -0
- package/dist/node_modules/regexpu-core/LICENSE-MIT.txt +20 -0
- package/dist/node_modules/regexpu-core/README.md +226 -0
- package/dist/node_modules/regexpu-core/data/character-class-escape-sets.js +105 -0
- package/dist/node_modules/regexpu-core/data/iu-mappings.js +656 -0
- package/dist/node_modules/regexpu-core/package.json +67 -0
- package/dist/node_modules/regexpu-core/rewrite-pattern.js +904 -0
- package/dist/node_modules/regjsparser/LICENSE.BSD +21 -0
- package/dist/node_modules/regjsparser/README.md +47 -0
- package/dist/node_modules/regjsparser/bin/parser +63 -0
- package/dist/node_modules/regjsparser/node_modules/.bin/jsesc +12 -0
- package/dist/node_modules/regjsparser/node_modules/.bin/jsesc.cmd +17 -0
- package/dist/node_modules/regjsparser/node_modules/.bin/jsesc.ps1 +28 -0
- package/dist/node_modules/regjsparser/node_modules/jsesc/LICENSE-MIT.txt +20 -0
- package/dist/node_modules/regjsparser/node_modules/jsesc/README.md +375 -0
- package/dist/node_modules/regjsparser/node_modules/jsesc/bin/jsesc +138 -0
- package/dist/node_modules/regjsparser/node_modules/jsesc/jsesc.js +265 -0
- package/dist/node_modules/regjsparser/node_modules/jsesc/man/jsesc.1 +90 -0
- package/dist/node_modules/regjsparser/node_modules/jsesc/package.json +55 -0
- package/dist/node_modules/regjsparser/package.json +37 -0
- package/dist/node_modules/regjsparser/parser.d.ts +183 -0
- package/dist/node_modules/regjsparser/parser.js +1634 -0
- package/dist/node_modules/resolve/.editorconfig +37 -0
- package/dist/node_modules/resolve/.eslintrc +65 -0
- package/dist/node_modules/resolve/.github/FUNDING.yml +12 -0
- package/dist/node_modules/resolve/LICENSE +21 -0
- package/dist/node_modules/resolve/SECURITY.md +3 -0
- package/dist/node_modules/resolve/async.js +3 -0
- package/dist/node_modules/resolve/bin/resolve +50 -0
- package/dist/node_modules/resolve/example/async.js +5 -0
- package/dist/node_modules/resolve/example/sync.js +3 -0
- package/dist/node_modules/resolve/index.js +6 -0
- package/dist/node_modules/resolve/lib/async.js +329 -0
- package/dist/node_modules/resolve/lib/caller.js +8 -0
- package/dist/node_modules/resolve/lib/core.js +12 -0
- package/dist/node_modules/resolve/lib/core.json +158 -0
- package/dist/node_modules/resolve/lib/homedir.js +24 -0
- package/dist/node_modules/resolve/lib/is-core.js +5 -0
- package/dist/node_modules/resolve/lib/node-modules-paths.js +42 -0
- package/dist/node_modules/resolve/lib/normalize-options.js +10 -0
- package/dist/node_modules/resolve/lib/sync.js +208 -0
- package/dist/node_modules/resolve/package.json +72 -0
- package/dist/node_modules/resolve/readme.markdown +301 -0
- package/dist/node_modules/resolve/sync.js +3 -0
- package/dist/node_modules/resolve/test/core.js +88 -0
- package/dist/node_modules/resolve/test/dotdot/abc/index.js +2 -0
- package/dist/node_modules/resolve/test/dotdot/index.js +1 -0
- package/dist/node_modules/resolve/test/dotdot.js +29 -0
- package/dist/node_modules/resolve/test/faulty_basedir.js +29 -0
- package/dist/node_modules/resolve/test/filter.js +34 -0
- package/dist/node_modules/resolve/test/filter_sync.js +33 -0
- package/dist/node_modules/resolve/test/home_paths.js +127 -0
- package/dist/node_modules/resolve/test/home_paths_sync.js +114 -0
- package/dist/node_modules/resolve/test/mock.js +315 -0
- package/dist/node_modules/resolve/test/mock_sync.js +214 -0
- package/dist/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +1 -0
- package/dist/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +1 -0
- package/dist/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +1 -0
- package/dist/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +3 -0
- package/dist/node_modules/resolve/test/module_dir.js +56 -0
- package/dist/node_modules/resolve/test/node-modules-paths.js +143 -0
- package/dist/node_modules/resolve/test/node_path/x/aaa/index.js +1 -0
- package/dist/node_modules/resolve/test/node_path/x/ccc/index.js +1 -0
- package/dist/node_modules/resolve/test/node_path/y/bbb/index.js +1 -0
- package/dist/node_modules/resolve/test/node_path/y/ccc/index.js +1 -0
- package/dist/node_modules/resolve/test/node_path.js +70 -0
- package/dist/node_modules/resolve/test/nonstring.js +9 -0
- package/dist/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
- package/dist/node_modules/resolve/test/pathfilter.js +75 -0
- package/dist/node_modules/resolve/test/precedence/aaa/index.js +1 -0
- package/dist/node_modules/resolve/test/precedence/aaa/main.js +1 -0
- package/dist/node_modules/resolve/test/precedence/aaa.js +1 -0
- package/dist/node_modules/resolve/test/precedence/bbb/main.js +1 -0
- package/dist/node_modules/resolve/test/precedence/bbb.js +1 -0
- package/dist/node_modules/resolve/test/precedence.js +23 -0
- package/dist/node_modules/resolve/test/resolver/baz/doom.js +0 -0
- package/dist/node_modules/resolve/test/resolver/baz/package.json +4 -0
- package/dist/node_modules/resolve/test/resolver/baz/quux.js +1 -0
- package/dist/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
- package/dist/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
- package/dist/node_modules/resolve/test/resolver/browser_field/package.json +5 -0
- package/dist/node_modules/resolve/test/resolver/cup.coffee +1 -0
- package/dist/node_modules/resolve/test/resolver/dot_main/index.js +1 -0
- package/dist/node_modules/resolve/test/resolver/dot_main/package.json +3 -0
- package/dist/node_modules/resolve/test/resolver/dot_slash_main/index.js +1 -0
- package/dist/node_modules/resolve/test/resolver/dot_slash_main/package.json +3 -0
- package/dist/node_modules/resolve/test/resolver/false_main/index.js +0 -0
- package/dist/node_modules/resolve/test/resolver/false_main/package.json +4 -0
- package/dist/node_modules/resolve/test/resolver/foo.js +1 -0
- package/dist/node_modules/resolve/test/resolver/incorrect_main/index.js +2 -0
- package/dist/node_modules/resolve/test/resolver/incorrect_main/package.json +3 -0
- package/dist/node_modules/resolve/test/resolver/invalid_main/package.json +7 -0
- package/dist/node_modules/resolve/test/resolver/mug.coffee +0 -0
- package/dist/node_modules/resolve/test/resolver/mug.js +0 -0
- package/dist/node_modules/resolve/test/resolver/multirepo/lerna.json +6 -0
- package/dist/node_modules/resolve/test/resolver/multirepo/package.json +20 -0
- package/dist/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +35 -0
- package/dist/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +14 -0
- package/dist/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
- package/dist/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +14 -0
- package/dist/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +26 -0
- package/dist/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +15 -0
- package/dist/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +12 -0
- package/dist/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
- package/dist/node_modules/resolve/test/resolver/other_path/root.js +0 -0
- package/dist/node_modules/resolve/test/resolver/quux/foo/index.js +1 -0
- package/dist/node_modules/resolve/test/resolver/same_names/foo/index.js +1 -0
- package/dist/node_modules/resolve/test/resolver/same_names/foo.js +1 -0
- package/dist/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
- package/dist/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
- package/dist/node_modules/resolve/test/resolver/symlinked/package/bar.js +1 -0
- package/dist/node_modules/resolve/test/resolver/symlinked/package/package.json +3 -0
- package/dist/node_modules/resolve/test/resolver/without_basedir/main.js +5 -0
- package/dist/node_modules/resolve/test/resolver.js +597 -0
- package/dist/node_modules/resolve/test/resolver_sync.js +730 -0
- package/dist/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
- package/dist/node_modules/resolve/test/shadowed_core.js +54 -0
- package/dist/node_modules/resolve/test/subdirs.js +13 -0
- package/dist/node_modules/resolve/test/symlinks.js +176 -0
- package/dist/node_modules/rollup/LICENSE.md +695 -0
- package/dist/node_modules/rollup/README.md +125 -0
- package/dist/node_modules/rollup/dist/bin/rollup +1715 -0
- package/dist/node_modules/rollup/dist/es/getLogFilter.js +64 -0
- package/dist/node_modules/rollup/dist/es/package.json +1 -0
- package/dist/node_modules/rollup/dist/es/rollup.js +17 -0
- package/dist/node_modules/rollup/dist/es/shared/node-entry.js +27273 -0
- package/dist/node_modules/rollup/dist/es/shared/watch.js +4857 -0
- package/dist/node_modules/rollup/dist/getLogFilter.d.ts +5 -0
- package/dist/node_modules/rollup/dist/getLogFilter.js +69 -0
- package/dist/node_modules/rollup/dist/loadConfigFile.d.ts +20 -0
- package/dist/node_modules/rollup/dist/loadConfigFile.js +29 -0
- package/dist/node_modules/rollup/dist/rollup.d.ts +1012 -0
- package/dist/node_modules/rollup/dist/rollup.js +31 -0
- package/dist/node_modules/rollup/dist/shared/fsevents-importer.js +37 -0
- package/dist/node_modules/rollup/dist/shared/index.js +4571 -0
- package/dist/node_modules/rollup/dist/shared/loadConfigFile.js +546 -0
- package/dist/node_modules/rollup/dist/shared/rollup.js +27351 -0
- package/dist/node_modules/rollup/dist/shared/watch-cli.js +561 -0
- package/dist/node_modules/rollup/dist/shared/watch-proxy.js +87 -0
- package/dist/node_modules/rollup/dist/shared/watch.js +316 -0
- package/dist/node_modules/rollup/package.json +181 -0
- package/dist/node_modules/rollup-plugin-import-assert/.editorconfig +13 -0
- package/dist/node_modules/rollup-plugin-import-assert/CHANGELOG.md +51 -0
- package/dist/node_modules/rollup-plugin-import-assert/LICENSE.md +7 -0
- package/dist/node_modules/rollup-plugin-import-assert/README.md +69 -0
- package/dist/node_modules/rollup-plugin-import-assert/dist/import-assert.cjs +124 -0
- package/dist/node_modules/rollup-plugin-import-assert/dist/import-assert.d.ts +2 -0
- package/dist/node_modules/rollup-plugin-import-assert/dist/import-assert.js +94 -0
- package/dist/node_modules/rollup-plugin-import-assert/index.html +15 -0
- package/dist/node_modules/rollup-plugin-import-assert/package.json +47 -0
- package/dist/node_modules/rollup-plugin-import-assert/public/data/info.json +7 -0
- package/dist/node_modules/rollup-plugin-import-assert/public/data/x.css +1 -0
- package/dist/node_modules/rollup-plugin-import-assert/public/index.js +15 -0
- package/dist/node_modules/rollup-plugin-import-assert/public/other.css +3 -0
- package/dist/node_modules/rollup-plugin-import-assert/public/style.css +3 -0
- package/dist/node_modules/rollup-plugin-import-assert/public/test-el/test-el.wc.css +4 -0
- package/dist/node_modules/rollup-plugin-import-assert/public/test-el/test-el.wc.js +30 -0
- package/dist/node_modules/rollup-plugin-import-assert/rollup.config.js +17 -0
- package/dist/node_modules/rollup-plugin-import-assert/rollup.dev.cjs.config.js +14 -0
- package/dist/node_modules/rollup-plugin-import-assert/rollup.dev.esm.config.js +14 -0
- package/dist/node_modules/rollup-plugin-import-assert/src/import-assert.ts +118 -0
- package/dist/node_modules/rollup-plugin-import-assert/tsconfig.json +15 -0
- package/dist/node_modules/safe-array-concat/.eslintrc +15 -0
- package/dist/node_modules/safe-array-concat/.github/FUNDING.yml +12 -0
- package/dist/node_modules/safe-array-concat/.nycrc +13 -0
- package/dist/node_modules/safe-array-concat/CHANGELOG.md +26 -0
- package/dist/node_modules/safe-array-concat/LICENSE +21 -0
- package/dist/node_modules/safe-array-concat/README.md +53 -0
- package/dist/node_modules/safe-array-concat/index.js +36 -0
- package/dist/node_modules/safe-array-concat/package.json +78 -0
- package/dist/node_modules/safe-array-concat/test/index.js +89 -0
- package/dist/node_modules/safe-buffer/LICENSE +21 -0
- package/dist/node_modules/safe-buffer/README.md +584 -0
- package/dist/node_modules/safe-buffer/index.d.ts +187 -0
- package/dist/node_modules/safe-buffer/index.js +65 -0
- package/dist/node_modules/safe-buffer/package.json +51 -0
- package/dist/node_modules/safe-regex-test/.eslintrc +9 -0
- package/dist/node_modules/safe-regex-test/.github/FUNDING.yml +12 -0
- package/dist/node_modules/safe-regex-test/CHANGELOG.md +15 -0
- package/dist/node_modules/safe-regex-test/LICENSE +21 -0
- package/dist/node_modules/safe-regex-test/README.md +42 -0
- package/dist/node_modules/safe-regex-test/index.js +17 -0
- package/dist/node_modules/safe-regex-test/package.json +75 -0
- package/dist/node_modules/safe-regex-test/test/index.js +37 -0
- package/dist/node_modules/semver/LICENSE +15 -0
- package/dist/node_modules/semver/README.md +443 -0
- package/dist/node_modules/semver/bin/semver.js +174 -0
- package/dist/node_modules/semver/package.json +38 -0
- package/dist/node_modules/semver/range.bnf +16 -0
- package/dist/node_modules/semver/semver.js +1643 -0
- package/dist/node_modules/serialize-javascript/LICENSE +27 -0
- package/dist/node_modules/serialize-javascript/README.md +142 -0
- package/dist/node_modules/serialize-javascript/index.js +268 -0
- package/dist/node_modules/serialize-javascript/package.json +36 -0
- package/dist/node_modules/set-function-length/.eslintrc +27 -0
- package/dist/node_modules/set-function-length/.github/FUNDING.yml +12 -0
- package/dist/node_modules/set-function-length/.nycrc +13 -0
- package/dist/node_modules/set-function-length/CHANGELOG.md +41 -0
- package/dist/node_modules/set-function-length/LICENSE +21 -0
- package/dist/node_modules/set-function-length/README.md +56 -0
- package/dist/node_modules/set-function-length/env.js +19 -0
- package/dist/node_modules/set-function-length/index.js +41 -0
- package/dist/node_modules/set-function-length/package.json +84 -0
- package/dist/node_modules/set-function-name/.eslintrc +20 -0
- package/dist/node_modules/set-function-name/.github/FUNDING.yml +12 -0
- package/dist/node_modules/set-function-name/CHANGELOG.md +39 -0
- package/dist/node_modules/set-function-name/LICENSE +21 -0
- package/dist/node_modules/set-function-name/README.md +61 -0
- package/dist/node_modules/set-function-name/index.js +22 -0
- package/dist/node_modules/set-function-name/package.json +80 -0
- package/dist/node_modules/side-channel/.eslintignore +1 -0
- package/dist/node_modules/side-channel/.eslintrc +11 -0
- package/dist/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/dist/node_modules/side-channel/.nycrc +13 -0
- package/dist/node_modules/side-channel/CHANGELOG.md +65 -0
- package/dist/node_modules/side-channel/LICENSE +21 -0
- package/dist/node_modules/side-channel/README.md +2 -0
- package/dist/node_modules/side-channel/index.js +124 -0
- package/dist/node_modules/side-channel/package.json +67 -0
- package/dist/node_modules/side-channel/test/index.js +78 -0
- package/dist/node_modules/smob/LICENSE +21 -0
- package/dist/node_modules/smob/README.MD +161 -0
- package/dist/node_modules/smob/dist/constants.d.ts +4 -0
- package/dist/node_modules/smob/dist/index.cjs +270 -0
- package/dist/node_modules/smob/dist/index.cjs.map +1 -0
- package/dist/node_modules/smob/dist/index.d.ts +5 -0
- package/dist/node_modules/smob/dist/index.mjs +258 -0
- package/dist/node_modules/smob/dist/index.mjs.map +1 -0
- package/dist/node_modules/smob/dist/module.d.ts +3 -0
- package/dist/node_modules/smob/dist/presets.d.ts +8 -0
- package/dist/node_modules/smob/dist/type.d.ts +52 -0
- package/dist/node_modules/smob/dist/utils/array.d.ts +1 -0
- package/dist/node_modules/smob/dist/utils/check.d.ts +3 -0
- package/dist/node_modules/smob/dist/utils/clone.d.ts +2 -0
- package/dist/node_modules/smob/dist/utils/index.d.ts +5 -0
- package/dist/node_modules/smob/dist/utils/object.d.ts +1 -0
- package/dist/node_modules/smob/dist/utils/options.d.ts +2 -0
- package/dist/node_modules/smob/package.json +71 -0
- package/dist/node_modules/source-map/CHANGELOG.md +301 -0
- package/dist/node_modules/source-map/LICENSE +28 -0
- package/dist/node_modules/source-map/README.md +742 -0
- package/dist/node_modules/source-map/dist/source-map.debug.js +3234 -0
- package/dist/node_modules/source-map/dist/source-map.js +3233 -0
- package/dist/node_modules/source-map/dist/source-map.min.js +2 -0
- package/dist/node_modules/source-map/dist/source-map.min.js.map +1 -0
- package/dist/node_modules/source-map/lib/array-set.js +121 -0
- package/dist/node_modules/source-map/lib/base64-vlq.js +140 -0
- package/dist/node_modules/source-map/lib/base64.js +67 -0
- package/dist/node_modules/source-map/lib/binary-search.js +111 -0
- package/dist/node_modules/source-map/lib/mapping-list.js +79 -0
- package/dist/node_modules/source-map/lib/quick-sort.js +114 -0
- package/dist/node_modules/source-map/lib/source-map-consumer.js +1145 -0
- package/dist/node_modules/source-map/lib/source-map-generator.js +425 -0
- package/dist/node_modules/source-map/lib/source-node.js +413 -0
- package/dist/node_modules/source-map/lib/util.js +488 -0
- package/dist/node_modules/source-map/package.json +73 -0
- package/dist/node_modules/source-map/source-map.d.ts +98 -0
- package/dist/node_modules/source-map/source-map.js +8 -0
- package/dist/node_modules/source-map-support/LICENSE.md +21 -0
- package/dist/node_modules/source-map-support/README.md +284 -0
- package/dist/node_modules/source-map-support/browser-source-map-support.js +114 -0
- package/dist/node_modules/source-map-support/package.json +31 -0
- package/dist/node_modules/source-map-support/register-hook-require.js +1 -0
- package/dist/node_modules/source-map-support/register.js +1 -0
- package/dist/node_modules/source-map-support/source-map-support.js +625 -0
- package/dist/node_modules/stop-iteration-iterator/.eslintrc +14 -0
- package/dist/node_modules/stop-iteration-iterator/.github/FUNDING.yml +12 -0
- package/dist/node_modules/stop-iteration-iterator/.nycrc +13 -0
- package/dist/node_modules/stop-iteration-iterator/CHANGELOG.md +17 -0
- package/dist/node_modules/stop-iteration-iterator/LICENSE +21 -0
- package/dist/node_modules/stop-iteration-iterator/README.md +42 -0
- package/dist/node_modules/stop-iteration-iterator/index.js +40 -0
- package/dist/node_modules/stop-iteration-iterator/package.json +68 -0
- package/dist/node_modules/stop-iteration-iterator/test/index.js +48 -0
- package/dist/node_modules/string-to-template-literal/LICENSE +21 -0
- package/dist/node_modules/string-to-template-literal/README.md +22 -0
- package/dist/node_modules/string-to-template-literal/dist/lib.d.ts +1 -0
- package/dist/node_modules/string-to-template-literal/dist/lib.js +4 -0
- package/dist/node_modules/string-to-template-literal/dist/lib.js.map +1 -0
- package/dist/node_modules/string-to-template-literal/dist/main.d.ts +1 -0
- package/dist/node_modules/string-to-template-literal/dist/main.js +16 -0
- package/dist/node_modules/string-to-template-literal/dist/main.js.map +1 -0
- package/dist/node_modules/string-to-template-literal/package.json +45 -0
- package/dist/node_modules/string.prototype.trim/.editorconfig +20 -0
- package/dist/node_modules/string.prototype.trim/.eslintrc +25 -0
- package/dist/node_modules/string.prototype.trim/.nycrc +9 -0
- package/dist/node_modules/string.prototype.trim/CHANGELOG.md +182 -0
- package/dist/node_modules/string.prototype.trim/LICENSE +21 -0
- package/dist/node_modules/string.prototype.trim/README.md +48 -0
- package/dist/node_modules/string.prototype.trim/auto.js +3 -0
- package/dist/node_modules/string.prototype.trim/implementation.js +21 -0
- package/dist/node_modules/string.prototype.trim/index.js +23 -0
- package/dist/node_modules/string.prototype.trim/package.json +101 -0
- package/dist/node_modules/string.prototype.trim/polyfill.js +19 -0
- package/dist/node_modules/string.prototype.trim/shim.js +14 -0
- package/dist/node_modules/string.prototype.trim/test/implementation.js +21 -0
- package/dist/node_modules/string.prototype.trim/test/index.js +17 -0
- package/dist/node_modules/string.prototype.trim/test/shimmed.js +36 -0
- package/dist/node_modules/string.prototype.trim/test/tests.js +62 -0
- package/dist/node_modules/string.prototype.trimend/.editorconfig +20 -0
- package/dist/node_modules/string.prototype.trimend/.eslintrc +24 -0
- package/dist/node_modules/string.prototype.trimend/.nycrc +9 -0
- package/dist/node_modules/string.prototype.trimend/CHANGELOG.md +108 -0
- package/dist/node_modules/string.prototype.trimend/LICENSE +21 -0
- package/dist/node_modules/string.prototype.trimend/README.md +46 -0
- package/dist/node_modules/string.prototype.trimend/auto.js +3 -0
- package/dist/node_modules/string.prototype.trimend/implementation.js +15 -0
- package/dist/node_modules/string.prototype.trimend/index.js +23 -0
- package/dist/node_modules/string.prototype.trimend/package.json +79 -0
- package/dist/node_modules/string.prototype.trimend/polyfill.js +15 -0
- package/dist/node_modules/string.prototype.trimend/shim.js +14 -0
- package/dist/node_modules/string.prototype.trimend/test/implementation.js +20 -0
- package/dist/node_modules/string.prototype.trimend/test/index.js +17 -0
- package/dist/node_modules/string.prototype.trimend/test/shimmed.js +36 -0
- package/dist/node_modules/string.prototype.trimend/test/tests.js +31 -0
- package/dist/node_modules/string.prototype.trimstart/.editorconfig +20 -0
- package/dist/node_modules/string.prototype.trimstart/.eslintrc +24 -0
- package/dist/node_modules/string.prototype.trimstart/.nycrc +9 -0
- package/dist/node_modules/string.prototype.trimstart/CHANGELOG.md +108 -0
- package/dist/node_modules/string.prototype.trimstart/LICENSE +21 -0
- package/dist/node_modules/string.prototype.trimstart/README.md +46 -0
- package/dist/node_modules/string.prototype.trimstart/auto.js +3 -0
- package/dist/node_modules/string.prototype.trimstart/implementation.js +15 -0
- package/dist/node_modules/string.prototype.trimstart/index.js +23 -0
- package/dist/node_modules/string.prototype.trimstart/package.json +79 -0
- package/dist/node_modules/string.prototype.trimstart/polyfill.js +15 -0
- package/dist/node_modules/string.prototype.trimstart/shim.js +14 -0
- package/dist/node_modules/string.prototype.trimstart/test/implementation.js +20 -0
- package/dist/node_modules/string.prototype.trimstart/test/index.js +18 -0
- package/dist/node_modules/string.prototype.trimstart/test/shimmed.js +36 -0
- package/dist/node_modules/string.prototype.trimstart/test/tests.js +31 -0
- package/dist/node_modules/supports-color/browser.js +5 -0
- package/dist/node_modules/supports-color/index.js +131 -0
- package/dist/node_modules/supports-color/license +9 -0
- package/dist/node_modules/supports-color/package.json +53 -0
- package/dist/node_modules/supports-color/readme.md +66 -0
- package/dist/node_modules/supports-preserve-symlinks-flag/.eslintrc +14 -0
- package/dist/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +12 -0
- package/dist/node_modules/supports-preserve-symlinks-flag/.nycrc +9 -0
- package/dist/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +22 -0
- package/dist/node_modules/supports-preserve-symlinks-flag/LICENSE +21 -0
- package/dist/node_modules/supports-preserve-symlinks-flag/README.md +42 -0
- package/dist/node_modules/supports-preserve-symlinks-flag/browser.js +3 -0
- package/dist/node_modules/supports-preserve-symlinks-flag/index.js +9 -0
- package/dist/node_modules/supports-preserve-symlinks-flag/package.json +70 -0
- package/dist/node_modules/supports-preserve-symlinks-flag/test/index.js +29 -0
- package/dist/node_modules/tape/.editorconfig +40 -0
- package/dist/node_modules/tape/.eslintrc +135 -0
- package/dist/node_modules/tape/.github/FUNDING.yml +12 -0
- package/dist/node_modules/tape/.github/SECURITY.md +3 -0
- package/dist/node_modules/tape/.nycrc +11 -0
- package/dist/node_modules/tape/CHANGELOG.md +1918 -0
- package/dist/node_modules/tape/LICENSE +21 -0
- package/dist/node_modules/tape/bin/import-or-require.js +15 -0
- package/dist/node_modules/tape/bin/tape +108 -0
- package/dist/node_modules/tape/example/array.js +37 -0
- package/dist/node_modules/tape/example/fail.js +37 -0
- package/dist/node_modules/tape/example/nested.js +53 -0
- package/dist/node_modules/tape/example/nested_fail.js +53 -0
- package/dist/node_modules/tape/example/no_callback.js +5 -0
- package/dist/node_modules/tape/example/not_enough_fail.js +37 -0
- package/dist/node_modules/tape/example/static/build.sh +2 -0
- package/dist/node_modules/tape/example/static/index.html +21 -0
- package/dist/node_modules/tape/example/static/server.js +6 -0
- package/dist/node_modules/tape/example/stream/object.js +12 -0
- package/dist/node_modules/tape/example/stream/tap.js +10 -0
- package/dist/node_modules/tape/example/stream/test/x_fail.js +7 -0
- package/dist/node_modules/tape/example/stream/test/y.js +13 -0
- package/dist/node_modules/tape/example/throw_fail.js +11 -0
- package/dist/node_modules/tape/example/timing.js +14 -0
- package/dist/node_modules/tape/example/too_many_fail.js +37 -0
- package/dist/node_modules/tape/example/two.js +20 -0
- package/dist/node_modules/tape/index.js +181 -0
- package/dist/node_modules/tape/lib/default_stream.js +45 -0
- package/dist/node_modules/tape/lib/results.js +236 -0
- package/dist/node_modules/tape/lib/test.js +952 -0
- package/dist/node_modules/tape/node_modules/.bin/resolve +12 -0
- package/dist/node_modules/tape/node_modules/.bin/resolve.cmd +17 -0
- package/dist/node_modules/tape/node_modules/.bin/resolve.ps1 +28 -0
- package/dist/node_modules/tape/node_modules/resolve/.editorconfig +34 -0
- package/dist/node_modules/tape/node_modules/resolve/.eslintrc +65 -0
- package/dist/node_modules/tape/node_modules/resolve/.github/FUNDING.yml +12 -0
- package/dist/node_modules/tape/node_modules/resolve/LICENSE +21 -0
- package/dist/node_modules/tape/node_modules/resolve/SECURITY.md +3 -0
- package/dist/node_modules/tape/node_modules/resolve/async.js +3 -0
- package/dist/node_modules/tape/node_modules/resolve/bin/resolve +50 -0
- package/dist/node_modules/tape/node_modules/resolve/example/async.js +5 -0
- package/dist/node_modules/tape/node_modules/resolve/example/sync.js +3 -0
- package/dist/node_modules/tape/node_modules/resolve/index.js +4 -0
- package/dist/node_modules/tape/node_modules/resolve/index.mjs +4 -0
- package/dist/node_modules/tape/node_modules/resolve/lib/async.js +349 -0
- package/dist/node_modules/tape/node_modules/resolve/lib/caller.js +8 -0
- package/dist/node_modules/tape/node_modules/resolve/lib/homedir.js +24 -0
- package/dist/node_modules/tape/node_modules/resolve/lib/node-modules-paths.js +42 -0
- package/dist/node_modules/tape/node_modules/resolve/lib/normalize-options.js +10 -0
- package/dist/node_modules/tape/node_modules/resolve/lib/sync.js +221 -0
- package/dist/node_modules/tape/node_modules/resolve/package.json +83 -0
- package/dist/node_modules/tape/node_modules/resolve/readme.markdown +294 -0
- package/dist/node_modules/tape/node_modules/resolve/sync.js +3 -0
- package/dist/node_modules/tape/node_modules/resolve/test/dotdot/abc/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/dotdot/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/dotdot.js +29 -0
- package/dist/node_modules/tape/node_modules/resolve/test/faulty_basedir.js +29 -0
- package/dist/node_modules/tape/node_modules/resolve/test/filter.js +37 -0
- package/dist/node_modules/tape/node_modules/resolve/test/filter_sync.js +33 -0
- package/dist/node_modules/tape/node_modules/resolve/test/home_paths.js +127 -0
- package/dist/node_modules/tape/node_modules/resolve/test/home_paths_sync.js +114 -0
- package/dist/node_modules/tape/node_modules/resolve/test/mock.js +315 -0
- package/dist/node_modules/tape/node_modules/resolve/test/mock_sync.js +215 -0
- package/dist/node_modules/tape/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +3 -0
- package/dist/node_modules/tape/node_modules/resolve/test/module_dir.js +56 -0
- package/dist/node_modules/tape/node_modules/resolve/test/node-modules-paths.js +143 -0
- package/dist/node_modules/tape/node_modules/resolve/test/node_path/x/aaa/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/node_path/x/ccc/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/node_path/y/bbb/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/node_path/y/ccc/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/node_path.js +70 -0
- package/dist/node_modules/tape/node_modules/resolve/test/nonstring.js +9 -0
- package/dist/node_modules/tape/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/pathfilter.js +75 -0
- package/dist/node_modules/tape/node_modules/resolve/test/pathfilter_sync.js +24 -0
- package/dist/node_modules/tape/node_modules/resolve/test/precedence/aaa/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/precedence/aaa/main.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/precedence/aaa.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/precedence/bbb/main.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/precedence/bbb.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/precedence.js +23 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/baz/doom.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/baz/package.json +4 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/baz/quux.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/browser_field/package.json +5 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/cup.coffee +1 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/dot_main/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/dot_main/package.json +3 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/dot_slash_main/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/dot_slash_main/package.json +3 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/empty_main/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/empty_main/package.json +3 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/false_main/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/false_main/package.json +4 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/foo.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/incorrect_main/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/incorrect_main/package.json +3 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/invalid_main/package.json +7 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/missing_index/package.json +3 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/missing_main/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/missing_main/package.json +3 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/mug.coffee +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/mug.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/multirepo/lerna.json +6 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/multirepo/package.json +20 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +35 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +14 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +14 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +26 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +15 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +12 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/null_main/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/null_main/package.json +3 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/other_path/root.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/quux/foo/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/same_names/foo/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/same_names/foo.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/symlinked/package/bar.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/symlinked/package/package.json +3 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver/without_basedir/main.js +5 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver.js +613 -0
- package/dist/node_modules/tape/node_modules/resolve/test/resolver_sync.js +727 -0
- package/dist/node_modules/tape/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
- package/dist/node_modules/tape/node_modules/resolve/test/shadowed_core.js +54 -0
- package/dist/node_modules/tape/node_modules/resolve/test/subdirs.js +13 -0
- package/dist/node_modules/tape/node_modules/resolve/test/symlinks.js +175 -0
- package/dist/node_modules/tape/package.json +130 -0
- package/dist/node_modules/tape/readme.markdown +638 -0
- package/dist/node_modules/tape/test/add-subtest-async.js +13 -0
- package/dist/node_modules/tape/test/anonymous-fn/test-wrapper.js +18 -0
- package/dist/node_modules/tape/test/anonymous-fn.js +46 -0
- package/dist/node_modules/tape/test/array.js +63 -0
- package/dist/node_modules/tape/test/async-await/async-bug.js +31 -0
- package/dist/node_modules/tape/test/async-await/async-error.js +10 -0
- package/dist/node_modules/tape/test/async-await/async1.js +16 -0
- package/dist/node_modules/tape/test/async-await/async2.js +15 -0
- package/dist/node_modules/tape/test/async-await/async3.js +11 -0
- package/dist/node_modules/tape/test/async-await/async4.js +17 -0
- package/dist/node_modules/tape/test/async-await/async5.js +59 -0
- package/dist/node_modules/tape/test/async-await/sync-error.js +11 -0
- package/dist/node_modules/tape/test/async-await.js +304 -0
- package/dist/node_modules/tape/test/bound.js +12 -0
- package/dist/node_modules/tape/test/browser/asserts.js +11 -0
- package/dist/node_modules/tape/test/capture.js +132 -0
- package/dist/node_modules/tape/test/captureFn.js +75 -0
- package/dist/node_modules/tape/test/child_ordering.js +56 -0
- package/dist/node_modules/tape/test/circular-things.js +46 -0
- package/dist/node_modules/tape/test/comment.js +191 -0
- package/dist/node_modules/tape/test/common.js +106 -0
- package/dist/node_modules/tape/test/create_multiple_streams.js +32 -0
- package/dist/node_modules/tape/test/deep-equal-failure.js +196 -0
- package/dist/node_modules/tape/test/deep.js +37 -0
- package/dist/node_modules/tape/test/default-messages.js +51 -0
- package/dist/node_modules/tape/test/double_end/double.js +13 -0
- package/dist/node_modules/tape/test/double_end.js +63 -0
- package/dist/node_modules/tape/test/edge-cases.js +289 -0
- package/dist/node_modules/tape/test/end-as-callback.js +87 -0
- package/dist/node_modules/tape/test/error.js +39 -0
- package/dist/node_modules/tape/test/exit/fail.js +37 -0
- package/dist/node_modules/tape/test/exit/missing_end.js +12 -0
- package/dist/node_modules/tape/test/exit/ok.js +38 -0
- package/dist/node_modules/tape/test/exit/second.js +13 -0
- package/dist/node_modules/tape/test/exit/todo.js +8 -0
- package/dist/node_modules/tape/test/exit/todo_fail.js +8 -0
- package/dist/node_modules/tape/test/exit/too_few.js +37 -0
- package/dist/node_modules/tape/test/exit.js +251 -0
- package/dist/node_modules/tape/test/exposed-harness.js +14 -0
- package/dist/node_modules/tape/test/fail.js +80 -0
- package/dist/node_modules/tape/test/has spaces.js +42 -0
- package/dist/node_modules/tape/test/ignore/.ignore +1 -0
- package/dist/node_modules/tape/test/ignore/fake_node_modules/stub1.js +8 -0
- package/dist/node_modules/tape/test/ignore/fake_node_modules/stub2.js +8 -0
- package/dist/node_modules/tape/test/ignore/test/stub1.js +8 -0
- package/dist/node_modules/tape/test/ignore/test/stub2.js +8 -0
- package/dist/node_modules/tape/test/ignore/test/sub/sub.stub1.js +8 -0
- package/dist/node_modules/tape/test/ignore/test/sub/sub.stub2.js +8 -0
- package/dist/node_modules/tape/test/ignore/test.js +8 -0
- package/dist/node_modules/tape/test/ignore/test2.js +8 -0
- package/dist/node_modules/tape/test/ignore-pattern/.ignore +1 -0
- package/dist/node_modules/tape/test/ignore-pattern/fake_node_modules/stub1.js +8 -0
- package/dist/node_modules/tape/test/ignore-pattern/fake_node_modules/stub2.js +8 -0
- package/dist/node_modules/tape/test/ignore-pattern/fake_other_ignored_dir/stub1.js +8 -0
- package/dist/node_modules/tape/test/ignore-pattern/fake_other_ignored_dir/stub2.js +8 -0
- package/dist/node_modules/tape/test/ignore-pattern/test/stub1.js +8 -0
- package/dist/node_modules/tape/test/ignore-pattern/test/stub2.js +8 -0
- package/dist/node_modules/tape/test/ignore-pattern/test/sub/sub.stub1.js +8 -0
- package/dist/node_modules/tape/test/ignore-pattern/test/sub/sub.stub2.js +8 -0
- package/dist/node_modules/tape/test/ignore-pattern/test.js +8 -0
- package/dist/node_modules/tape/test/ignore-pattern/test2.js +8 -0
- package/dist/node_modules/tape/test/ignore-pattern.js +34 -0
- package/dist/node_modules/tape/test/ignore_from_gitignore.js +122 -0
- package/dist/node_modules/tape/test/import/mjs-a.mjs +8 -0
- package/dist/node_modules/tape/test/import/mjs-b.mjs +7 -0
- package/dist/node_modules/tape/test/import/mjs-c.mjs +7 -0
- package/dist/node_modules/tape/test/import/mjs-d.mjs +7 -0
- package/dist/node_modules/tape/test/import/mjs-e.mjs +7 -0
- package/dist/node_modules/tape/test/import/mjs-f.mjs +7 -0
- package/dist/node_modules/tape/test/import/mjs-g.mjs +7 -0
- package/dist/node_modules/tape/test/import/mjs-h.mjs +6 -0
- package/dist/node_modules/tape/test/import/package_type/package-a.js +8 -0
- package/dist/node_modules/tape/test/import/package_type/package-b.js +7 -0
- package/dist/node_modules/tape/test/import/package_type/package-c.js +6 -0
- package/dist/node_modules/tape/test/import/package_type/package.json +3 -0
- package/dist/node_modules/tape/test/import/syntax-error.cjs +1 -0
- package/dist/node_modules/tape/test/import/syntax-error.mjs +1 -0
- package/dist/node_modules/tape/test/import/throws.cjs +3 -0
- package/dist/node_modules/tape/test/import/throws.mjs +1 -0
- package/dist/node_modules/tape/test/import.js +195 -0
- package/dist/node_modules/tape/test/intercept.js +316 -0
- package/dist/node_modules/tape/test/many.js +10 -0
- package/dist/node_modules/tape/test/match.js +258 -0
- package/dist/node_modules/tape/test/max_listeners/source.js +10 -0
- package/dist/node_modules/tape/test/max_listeners.js +12 -0
- package/dist/node_modules/tape/test/messages/defaults.js +25 -0
- package/dist/node_modules/tape/test/nested-async-plan-noend.js +38 -0
- package/dist/node_modules/tape/test/nested-sync-noplan-noend.js +46 -0
- package/dist/node_modules/tape/test/nested.js +86 -0
- package/dist/node_modules/tape/test/nested2.js +20 -0
- package/dist/node_modules/tape/test/no_callback.js +49 -0
- package/dist/node_modules/tape/test/no_only/test-a.js +8 -0
- package/dist/node_modules/tape/test/no_only/test-b.js +14 -0
- package/dist/node_modules/tape/test/no_only.js +110 -0
- package/dist/node_modules/tape/test/not-deep-equal-failure.js +196 -0
- package/dist/node_modules/tape/test/not-equal-failure.js +70 -0
- package/dist/node_modules/tape/test/numerics.js +184 -0
- package/dist/node_modules/tape/test/objectMode.js +71 -0
- package/dist/node_modules/tape/test/objectModeWithComment.js +41 -0
- package/dist/node_modules/tape/test/onFailure.js +27 -0
- package/dist/node_modules/tape/test/onFinish.js +14 -0
- package/dist/node_modules/tape/test/only-twice.js +22 -0
- package/dist/node_modules/tape/test/only.js +48 -0
- package/dist/node_modules/tape/test/only2.js +11 -0
- package/dist/node_modules/tape/test/only3.js +17 -0
- package/dist/node_modules/tape/test/only4.js +12 -0
- package/dist/node_modules/tape/test/only5.js +12 -0
- package/dist/node_modules/tape/test/order.js +19 -0
- package/dist/node_modules/tape/test/plan_optional.js +17 -0
- package/dist/node_modules/tape/test/promise_fail.js +107 -0
- package/dist/node_modules/tape/test/promises/fail.js +19 -0
- package/dist/node_modules/tape/test/promises/subTests.js +20 -0
- package/dist/node_modules/tape/test/require/a.js +10 -0
- package/dist/node_modules/tape/test/require/b.js +10 -0
- package/dist/node_modules/tape/test/require/test-a.js +9 -0
- package/dist/node_modules/tape/test/require/test-b.js +9 -0
- package/dist/node_modules/tape/test/require.js +73 -0
- package/dist/node_modules/tape/test/skip.js +50 -0
- package/dist/node_modules/tape/test/skip_explanation.js +96 -0
- package/dist/node_modules/tape/test/stackTrace.js +290 -0
- package/dist/node_modules/tape/test/subcount.js +16 -0
- package/dist/node_modules/tape/test/subtest_and_async.js +27 -0
- package/dist/node_modules/tape/test/subtest_plan.js +23 -0
- package/dist/node_modules/tape/test/teardown.js +320 -0
- package/dist/node_modules/tape/test/throws.js +352 -0
- package/dist/node_modules/tape/test/timeout.js +17 -0
- package/dist/node_modules/tape/test/timeoutAfter.js +101 -0
- package/dist/node_modules/tape/test/todo.js +44 -0
- package/dist/node_modules/tape/test/todo_explanation.js +70 -0
- package/dist/node_modules/tape/test/todo_single.js +39 -0
- package/dist/node_modules/tape/test/too_many.js +81 -0
- package/dist/node_modules/tape/test/undef.js +44 -0
- package/dist/node_modules/terser/CHANGELOG.md +671 -0
- package/dist/node_modules/terser/LICENSE +27 -0
- package/dist/node_modules/terser/PATRONS.md +15 -0
- package/dist/node_modules/terser/README.md +1416 -0
- package/dist/node_modules/terser/bin/package.json +10 -0
- package/dist/node_modules/terser/bin/terser +21 -0
- package/dist/node_modules/terser/bin/uglifyjs +10 -0
- package/dist/node_modules/terser/dist/.gitkeep +0 -0
- package/dist/node_modules/terser/dist/bundle.min.js +31318 -0
- package/dist/node_modules/terser/dist/package.json +10 -0
- package/dist/node_modules/terser/lib/ast.js +3339 -0
- package/dist/node_modules/terser/lib/cli.js +481 -0
- package/dist/node_modules/terser/lib/compress/common.js +348 -0
- package/dist/node_modules/terser/lib/compress/compressor-flags.js +63 -0
- package/dist/node_modules/terser/lib/compress/drop-side-effect-free.js +375 -0
- package/dist/node_modules/terser/lib/compress/drop-unused.js +482 -0
- package/dist/node_modules/terser/lib/compress/evaluate.js +488 -0
- package/dist/node_modules/terser/lib/compress/global-defs.js +92 -0
- package/dist/node_modules/terser/lib/compress/index.js +3794 -0
- package/dist/node_modules/terser/lib/compress/inference.js +928 -0
- package/dist/node_modules/terser/lib/compress/inline.js +665 -0
- package/dist/node_modules/terser/lib/compress/native-objects.js +206 -0
- package/dist/node_modules/terser/lib/compress/reduce-vars.js +824 -0
- package/dist/node_modules/terser/lib/compress/tighten-body.js +1505 -0
- package/dist/node_modules/terser/lib/equivalent-to.js +287 -0
- package/dist/node_modules/terser/lib/minify.js +382 -0
- package/dist/node_modules/terser/lib/mozilla-ast.js +1886 -0
- package/dist/node_modules/terser/lib/output.js +2478 -0
- package/dist/node_modules/terser/lib/parse.js +3496 -0
- package/dist/node_modules/terser/lib/propmangle.js +432 -0
- package/dist/node_modules/terser/lib/scope.js +1066 -0
- package/dist/node_modules/terser/lib/size.js +495 -0
- package/dist/node_modules/terser/lib/sourcemap.js +148 -0
- package/dist/node_modules/terser/lib/transform.js +323 -0
- package/dist/node_modules/terser/lib/utils/first_in_statement.js +53 -0
- package/dist/node_modules/terser/lib/utils/index.js +295 -0
- package/dist/node_modules/terser/main.js +27 -0
- package/dist/node_modules/terser/package.json +153 -0
- package/dist/node_modules/terser/tools/domprops.js +8020 -0
- package/dist/node_modules/terser/tools/exit.cjs +7 -0
- package/dist/node_modules/terser/tools/props.html +55 -0
- package/dist/node_modules/terser/tools/terser.d.ts +214 -0
- package/dist/node_modules/to-fast-properties/index.js +27 -0
- package/dist/node_modules/to-fast-properties/license +10 -0
- package/dist/node_modules/to-fast-properties/package.json +35 -0
- package/dist/node_modules/to-fast-properties/readme.md +37 -0
- package/dist/node_modules/typed-array-buffer/.eslintrc +13 -0
- package/dist/node_modules/typed-array-buffer/.github/FUNDING.yml +12 -0
- package/dist/node_modules/typed-array-buffer/.nycrc +13 -0
- package/dist/node_modules/typed-array-buffer/CHANGELOG.md +15 -0
- package/dist/node_modules/typed-array-buffer/LICENSE +21 -0
- package/dist/node_modules/typed-array-buffer/README.md +42 -0
- package/dist/node_modules/typed-array-buffer/index.js +19 -0
- package/dist/node_modules/typed-array-buffer/package.json +73 -0
- package/dist/node_modules/typed-array-buffer/test/index.js +22 -0
- package/dist/node_modules/typed-array-byte-length/.eslintrc +12 -0
- package/dist/node_modules/typed-array-byte-length/.github/FUNDING.yml +12 -0
- package/dist/node_modules/typed-array-byte-length/.nycrc +13 -0
- package/dist/node_modules/typed-array-byte-length/CHANGELOG.md +14 -0
- package/dist/node_modules/typed-array-byte-length/LICENSE +21 -0
- package/dist/node_modules/typed-array-byte-length/README.md +70 -0
- package/dist/node_modules/typed-array-byte-length/index.js +66 -0
- package/dist/node_modules/typed-array-byte-length/package.json +98 -0
- package/dist/node_modules/typed-array-byte-length/test/index.js +81 -0
- package/dist/node_modules/typed-array-byte-offset/.eslintrc +8 -0
- package/dist/node_modules/typed-array-byte-offset/.github/FUNDING.yml +12 -0
- package/dist/node_modules/typed-array-byte-offset/.nycrc +13 -0
- package/dist/node_modules/typed-array-byte-offset/CHANGELOG.md +15 -0
- package/dist/node_modules/typed-array-byte-offset/LICENSE +21 -0
- package/dist/node_modules/typed-array-byte-offset/README.md +70 -0
- package/dist/node_modules/typed-array-byte-offset/index.js +66 -0
- package/dist/node_modules/typed-array-byte-offset/package.json +98 -0
- package/dist/node_modules/typed-array-byte-offset/test/index.js +88 -0
- package/dist/node_modules/typed-array-length/.eslintrc +11 -0
- package/dist/node_modules/typed-array-length/.github/FUNDING.yml +12 -0
- package/dist/node_modules/typed-array-length/.nycrc +13 -0
- package/dist/node_modules/typed-array-length/CHANGELOG.md +69 -0
- package/dist/node_modules/typed-array-length/LICENSE +21 -0
- package/dist/node_modules/typed-array-length/README.md +64 -0
- package/dist/node_modules/typed-array-length/index.js +77 -0
- package/dist/node_modules/typed-array-length/package.json +89 -0
- package/dist/node_modules/typed-array-length/test/index.js +85 -0
- package/dist/node_modules/unbox-primitive/.editorconfig +20 -0
- package/dist/node_modules/unbox-primitive/.eslintrc +5 -0
- package/dist/node_modules/unbox-primitive/.github/FUNDING.yml +12 -0
- package/dist/node_modules/unbox-primitive/.nycrc +13 -0
- package/dist/node_modules/unbox-primitive/CHANGELOG.md +60 -0
- package/dist/node_modules/unbox-primitive/LICENSE +21 -0
- package/dist/node_modules/unbox-primitive/README.md +47 -0
- package/dist/node_modules/unbox-primitive/index.js +39 -0
- package/dist/node_modules/unbox-primitive/package.json +65 -0
- package/dist/node_modules/unbox-primitive/test/index.js +59 -0
- package/dist/node_modules/unicode-canonical-property-names-ecmascript/LICENSE-MIT.txt +20 -0
- package/dist/node_modules/unicode-canonical-property-names-ecmascript/README.md +58 -0
- package/dist/node_modules/unicode-canonical-property-names-ecmascript/index.js +60 -0
- package/dist/node_modules/unicode-canonical-property-names-ecmascript/package.json +34 -0
- package/dist/node_modules/unicode-match-property-ecmascript/LICENSE-MIT.txt +20 -0
- package/dist/node_modules/unicode-match-property-ecmascript/README.md +69 -0
- package/dist/node_modules/unicode-match-property-ecmascript/index.js +16 -0
- package/dist/node_modules/unicode-match-property-ecmascript/package.json +39 -0
- package/dist/node_modules/unicode-match-property-value-ecmascript/LICENSE-MIT.txt +20 -0
- package/dist/node_modules/unicode-match-property-value-ecmascript/README.md +72 -0
- package/dist/node_modules/unicode-match-property-value-ecmascript/data/mappings.js +736 -0
- package/dist/node_modules/unicode-match-property-value-ecmascript/index.js +19 -0
- package/dist/node_modules/unicode-match-property-value-ecmascript/package.json +39 -0
- package/dist/node_modules/unicode-property-aliases-ecmascript/LICENSE-MIT.txt +20 -0
- package/dist/node_modules/unicode-property-aliases-ecmascript/README.md +60 -0
- package/dist/node_modules/unicode-property-aliases-ecmascript/index.js +57 -0
- package/dist/node_modules/unicode-property-aliases-ecmascript/package.json +41 -0
- package/dist/node_modules/update-browserslist-db/LICENSE +20 -0
- package/dist/node_modules/update-browserslist-db/README.md +22 -0
- package/dist/node_modules/update-browserslist-db/check-npm-version.js +16 -0
- package/dist/node_modules/update-browserslist-db/cli.js +42 -0
- package/dist/node_modules/update-browserslist-db/index.d.ts +6 -0
- package/dist/node_modules/update-browserslist-db/index.js +322 -0
- package/dist/node_modules/update-browserslist-db/package.json +40 -0
- package/dist/node_modules/update-browserslist-db/utils.js +22 -0
- package/dist/node_modules/which-boxed-primitive/.editorconfig +20 -0
- package/dist/node_modules/which-boxed-primitive/.eslintignore +1 -0
- package/dist/node_modules/which-boxed-primitive/.eslintrc +9 -0
- package/dist/node_modules/which-boxed-primitive/.github/FUNDING.yml +12 -0
- package/dist/node_modules/which-boxed-primitive/.nycrc +13 -0
- package/dist/node_modules/which-boxed-primitive/CHANGELOG.md +54 -0
- package/dist/node_modules/which-boxed-primitive/LICENSE +21 -0
- package/dist/node_modules/which-boxed-primitive/README.md +73 -0
- package/dist/node_modules/which-boxed-primitive/index.js +30 -0
- package/dist/node_modules/which-boxed-primitive/package.json +65 -0
- package/dist/node_modules/which-boxed-primitive/test/index.js +66 -0
- package/dist/node_modules/which-collection/.eslintrc +15 -0
- package/dist/node_modules/which-collection/.github/FUNDING.yml +12 -0
- package/dist/node_modules/which-collection/.github/workflows/rebase.yml +15 -0
- package/dist/node_modules/which-collection/.travis.yml +8 -0
- package/dist/node_modules/which-collection/CHANGELOG.md +33 -0
- package/dist/node_modules/which-collection/LICENSE +21 -0
- package/dist/node_modules/which-collection/README.md +64 -0
- package/dist/node_modules/which-collection/index.js +24 -0
- package/dist/node_modules/which-collection/package.json +69 -0
- package/dist/node_modules/which-collection/test/index.js +59 -0
- package/dist/node_modules/which-typed-array/.editorconfig +20 -0
- package/dist/node_modules/which-typed-array/.eslintrc +9 -0
- package/dist/node_modules/which-typed-array/.github/FUNDING.yml +12 -0
- package/dist/node_modules/which-typed-array/.nycrc +13 -0
- package/dist/node_modules/which-typed-array/CHANGELOG.md +204 -0
- package/dist/node_modules/which-typed-array/LICENSE +22 -0
- package/dist/node_modules/which-typed-array/README.md +70 -0
- package/dist/node_modules/which-typed-array/index.js +92 -0
- package/dist/node_modules/which-typed-array/package.json +115 -0
- package/dist/node_modules/which-typed-array/test/index.js +99 -0
- package/dist/node_modules/wrappy/LICENSE +15 -0
- package/dist/node_modules/wrappy/README.md +36 -0
- package/dist/node_modules/wrappy/package.json +29 -0
- package/dist/node_modules/wrappy/wrappy.js +33 -0
- package/dist/node_modules/yallist/LICENSE +15 -0
- package/dist/node_modules/yallist/README.md +204 -0
- package/dist/node_modules/yallist/iterator.js +8 -0
- package/dist/node_modules/yallist/package.json +29 -0
- package/dist/node_modules/yallist/yallist.js +426 -0
- package/package.json +4 -1
|
@@ -0,0 +1,3339 @@
|
|
|
1
|
+
/***********************************************************************
|
|
2
|
+
|
|
3
|
+
A JavaScript tokenizer / parser / beautifier / compressor.
|
|
4
|
+
https://github.com/mishoo/UglifyJS2
|
|
5
|
+
|
|
6
|
+
-------------------------------- (C) ---------------------------------
|
|
7
|
+
|
|
8
|
+
Author: Mihai Bazon
|
|
9
|
+
<mihai.bazon@gmail.com>
|
|
10
|
+
http://mihai.bazon.net/blog
|
|
11
|
+
|
|
12
|
+
Distributed under the BSD license:
|
|
13
|
+
|
|
14
|
+
Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
|
|
15
|
+
|
|
16
|
+
Redistribution and use in source and binary forms, with or without
|
|
17
|
+
modification, are permitted provided that the following conditions
|
|
18
|
+
are met:
|
|
19
|
+
|
|
20
|
+
* Redistributions of source code must retain the above
|
|
21
|
+
copyright notice, this list of conditions and the following
|
|
22
|
+
disclaimer.
|
|
23
|
+
|
|
24
|
+
* Redistributions in binary form must reproduce the above
|
|
25
|
+
copyright notice, this list of conditions and the following
|
|
26
|
+
disclaimer in the documentation and/or other materials
|
|
27
|
+
provided with the distribution.
|
|
28
|
+
|
|
29
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY
|
|
30
|
+
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
31
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
32
|
+
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
|
|
33
|
+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
|
|
34
|
+
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
35
|
+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
36
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
37
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
|
38
|
+
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
|
39
|
+
THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
40
|
+
SUCH DAMAGE.
|
|
41
|
+
|
|
42
|
+
***********************************************************************/
|
|
43
|
+
|
|
44
|
+
import {
|
|
45
|
+
HOP,
|
|
46
|
+
MAP,
|
|
47
|
+
noop
|
|
48
|
+
} from "./utils/index.js";
|
|
49
|
+
import { parse } from "./parse.js";
|
|
50
|
+
|
|
51
|
+
function DEFNODE(type, props, ctor, methods, base = AST_Node) {
|
|
52
|
+
if (!props) props = [];
|
|
53
|
+
else props = props.split(/\s+/);
|
|
54
|
+
var self_props = props;
|
|
55
|
+
if (base && base.PROPS)
|
|
56
|
+
props = props.concat(base.PROPS);
|
|
57
|
+
const proto = base && Object.create(base.prototype);
|
|
58
|
+
if (proto) {
|
|
59
|
+
ctor.prototype = proto;
|
|
60
|
+
ctor.BASE = base;
|
|
61
|
+
}
|
|
62
|
+
if (base) base.SUBCLASSES.push(ctor);
|
|
63
|
+
ctor.prototype.CTOR = ctor;
|
|
64
|
+
ctor.prototype.constructor = ctor;
|
|
65
|
+
ctor.PROPS = props || null;
|
|
66
|
+
ctor.SELF_PROPS = self_props;
|
|
67
|
+
ctor.SUBCLASSES = [];
|
|
68
|
+
if (type) {
|
|
69
|
+
ctor.prototype.TYPE = ctor.TYPE = type;
|
|
70
|
+
}
|
|
71
|
+
if (methods) for (let i in methods) if (HOP(methods, i)) {
|
|
72
|
+
if (i[0] === "$") {
|
|
73
|
+
ctor[i.substr(1)] = methods[i];
|
|
74
|
+
} else {
|
|
75
|
+
ctor.prototype[i] = methods[i];
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
ctor.DEFMETHOD = function(name, method) {
|
|
79
|
+
this.prototype[name] = method;
|
|
80
|
+
};
|
|
81
|
+
return ctor;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
const has_tok_flag = (tok, flag) => Boolean(tok.flags & flag);
|
|
85
|
+
const set_tok_flag = (tok, flag, truth) => {
|
|
86
|
+
if (truth) {
|
|
87
|
+
tok.flags |= flag;
|
|
88
|
+
} else {
|
|
89
|
+
tok.flags &= ~flag;
|
|
90
|
+
}
|
|
91
|
+
};
|
|
92
|
+
|
|
93
|
+
const TOK_FLAG_NLB = 0b0001;
|
|
94
|
+
const TOK_FLAG_QUOTE_SINGLE = 0b0010;
|
|
95
|
+
const TOK_FLAG_QUOTE_EXISTS = 0b0100;
|
|
96
|
+
const TOK_FLAG_TEMPLATE_END = 0b1000;
|
|
97
|
+
|
|
98
|
+
class AST_Token {
|
|
99
|
+
constructor(type, value, line, col, pos, nlb, comments_before, comments_after, file) {
|
|
100
|
+
this.flags = (nlb ? 1 : 0);
|
|
101
|
+
|
|
102
|
+
this.type = type;
|
|
103
|
+
this.value = value;
|
|
104
|
+
this.line = line;
|
|
105
|
+
this.col = col;
|
|
106
|
+
this.pos = pos;
|
|
107
|
+
this.comments_before = comments_before;
|
|
108
|
+
this.comments_after = comments_after;
|
|
109
|
+
this.file = file;
|
|
110
|
+
|
|
111
|
+
Object.seal(this);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// Return a string summary of the token for node.js console.log
|
|
115
|
+
[Symbol.for("nodejs.util.inspect.custom")](_depth, options) {
|
|
116
|
+
const special = str => options.stylize(str, "special");
|
|
117
|
+
const quote = typeof this.value === "string" && this.value.includes("`") ? "'" : "`";
|
|
118
|
+
const value = `${quote}${this.value}${quote}`;
|
|
119
|
+
return `${special("[AST_Token")} ${value} at ${this.line}:${this.col}${special("]")}`;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
get nlb() {
|
|
123
|
+
return has_tok_flag(this, TOK_FLAG_NLB);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
set nlb(new_nlb) {
|
|
127
|
+
set_tok_flag(this, TOK_FLAG_NLB, new_nlb);
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
get quote() {
|
|
131
|
+
return !has_tok_flag(this, TOK_FLAG_QUOTE_EXISTS)
|
|
132
|
+
? ""
|
|
133
|
+
: (has_tok_flag(this, TOK_FLAG_QUOTE_SINGLE) ? "'" : '"');
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
set quote(quote_type) {
|
|
137
|
+
set_tok_flag(this, TOK_FLAG_QUOTE_SINGLE, quote_type === "'");
|
|
138
|
+
set_tok_flag(this, TOK_FLAG_QUOTE_EXISTS, !!quote_type);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
get template_end() {
|
|
142
|
+
return has_tok_flag(this, TOK_FLAG_TEMPLATE_END);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
set template_end(new_template_end) {
|
|
146
|
+
set_tok_flag(this, TOK_FLAG_TEMPLATE_END, new_template_end);
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
var AST_Node = DEFNODE("Node", "start end", function AST_Node(props) {
|
|
151
|
+
if (props) {
|
|
152
|
+
this.start = props.start;
|
|
153
|
+
this.end = props.end;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
this.flags = 0;
|
|
157
|
+
}, {
|
|
158
|
+
_clone: function(deep) {
|
|
159
|
+
if (deep) {
|
|
160
|
+
var self = this.clone();
|
|
161
|
+
return self.transform(new TreeTransformer(function(node) {
|
|
162
|
+
if (node !== self) {
|
|
163
|
+
return node.clone(true);
|
|
164
|
+
}
|
|
165
|
+
}));
|
|
166
|
+
}
|
|
167
|
+
return new this.CTOR(this);
|
|
168
|
+
},
|
|
169
|
+
clone: function(deep) {
|
|
170
|
+
return this._clone(deep);
|
|
171
|
+
},
|
|
172
|
+
$documentation: "Base class of all AST nodes",
|
|
173
|
+
$propdoc: {
|
|
174
|
+
start: "[AST_Token] The first token of this node",
|
|
175
|
+
end: "[AST_Token] The last token of this node"
|
|
176
|
+
},
|
|
177
|
+
_walk: function(visitor) {
|
|
178
|
+
return visitor._visit(this);
|
|
179
|
+
},
|
|
180
|
+
walk: function(visitor) {
|
|
181
|
+
return this._walk(visitor); // not sure the indirection will be any help
|
|
182
|
+
},
|
|
183
|
+
_children_backwards: () => {}
|
|
184
|
+
}, null);
|
|
185
|
+
|
|
186
|
+
/* -----[ statements ]----- */
|
|
187
|
+
|
|
188
|
+
var AST_Statement = DEFNODE("Statement", null, function AST_Statement(props) {
|
|
189
|
+
if (props) {
|
|
190
|
+
this.start = props.start;
|
|
191
|
+
this.end = props.end;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
this.flags = 0;
|
|
195
|
+
}, {
|
|
196
|
+
$documentation: "Base class of all statements",
|
|
197
|
+
});
|
|
198
|
+
|
|
199
|
+
var AST_Debugger = DEFNODE("Debugger", null, function AST_Debugger(props) {
|
|
200
|
+
if (props) {
|
|
201
|
+
this.start = props.start;
|
|
202
|
+
this.end = props.end;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
this.flags = 0;
|
|
206
|
+
}, {
|
|
207
|
+
$documentation: "Represents a debugger statement",
|
|
208
|
+
}, AST_Statement);
|
|
209
|
+
|
|
210
|
+
var AST_Directive = DEFNODE("Directive", "value quote", function AST_Directive(props) {
|
|
211
|
+
if (props) {
|
|
212
|
+
this.value = props.value;
|
|
213
|
+
this.quote = props.quote;
|
|
214
|
+
this.start = props.start;
|
|
215
|
+
this.end = props.end;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
this.flags = 0;
|
|
219
|
+
}, {
|
|
220
|
+
$documentation: "Represents a directive, like \"use strict\";",
|
|
221
|
+
$propdoc: {
|
|
222
|
+
value: "[string] The value of this directive as a plain string (it's not an AST_String!)",
|
|
223
|
+
quote: "[string] the original quote character"
|
|
224
|
+
},
|
|
225
|
+
}, AST_Statement);
|
|
226
|
+
|
|
227
|
+
var AST_SimpleStatement = DEFNODE("SimpleStatement", "body", function AST_SimpleStatement(props) {
|
|
228
|
+
if (props) {
|
|
229
|
+
this.body = props.body;
|
|
230
|
+
this.start = props.start;
|
|
231
|
+
this.end = props.end;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
this.flags = 0;
|
|
235
|
+
}, {
|
|
236
|
+
$documentation: "A statement consisting of an expression, i.e. a = 1 + 2",
|
|
237
|
+
$propdoc: {
|
|
238
|
+
body: "[AST_Node] an expression node (should not be instanceof AST_Statement)"
|
|
239
|
+
},
|
|
240
|
+
_walk: function(visitor) {
|
|
241
|
+
return visitor._visit(this, function() {
|
|
242
|
+
this.body._walk(visitor);
|
|
243
|
+
});
|
|
244
|
+
},
|
|
245
|
+
_children_backwards(push) {
|
|
246
|
+
push(this.body);
|
|
247
|
+
}
|
|
248
|
+
}, AST_Statement);
|
|
249
|
+
|
|
250
|
+
function walk_body(node, visitor) {
|
|
251
|
+
const body = node.body;
|
|
252
|
+
for (var i = 0, len = body.length; i < len; i++) {
|
|
253
|
+
body[i]._walk(visitor);
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
function clone_block_scope(deep) {
|
|
258
|
+
var clone = this._clone(deep);
|
|
259
|
+
if (this.block_scope) {
|
|
260
|
+
clone.block_scope = this.block_scope.clone();
|
|
261
|
+
}
|
|
262
|
+
return clone;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
var AST_Block = DEFNODE("Block", "body block_scope", function AST_Block(props) {
|
|
266
|
+
if (props) {
|
|
267
|
+
this.body = props.body;
|
|
268
|
+
this.block_scope = props.block_scope;
|
|
269
|
+
this.start = props.start;
|
|
270
|
+
this.end = props.end;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
this.flags = 0;
|
|
274
|
+
}, {
|
|
275
|
+
$documentation: "A body of statements (usually braced)",
|
|
276
|
+
$propdoc: {
|
|
277
|
+
body: "[AST_Statement*] an array of statements",
|
|
278
|
+
block_scope: "[AST_Scope] the block scope"
|
|
279
|
+
},
|
|
280
|
+
_walk: function(visitor) {
|
|
281
|
+
return visitor._visit(this, function() {
|
|
282
|
+
walk_body(this, visitor);
|
|
283
|
+
});
|
|
284
|
+
},
|
|
285
|
+
_children_backwards(push) {
|
|
286
|
+
let i = this.body.length;
|
|
287
|
+
while (i--) push(this.body[i]);
|
|
288
|
+
},
|
|
289
|
+
clone: clone_block_scope
|
|
290
|
+
}, AST_Statement);
|
|
291
|
+
|
|
292
|
+
var AST_BlockStatement = DEFNODE("BlockStatement", null, function AST_BlockStatement(props) {
|
|
293
|
+
if (props) {
|
|
294
|
+
this.body = props.body;
|
|
295
|
+
this.block_scope = props.block_scope;
|
|
296
|
+
this.start = props.start;
|
|
297
|
+
this.end = props.end;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
this.flags = 0;
|
|
301
|
+
}, {
|
|
302
|
+
$documentation: "A block statement",
|
|
303
|
+
}, AST_Block);
|
|
304
|
+
|
|
305
|
+
var AST_EmptyStatement = DEFNODE("EmptyStatement", null, function AST_EmptyStatement(props) {
|
|
306
|
+
if (props) {
|
|
307
|
+
this.start = props.start;
|
|
308
|
+
this.end = props.end;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
this.flags = 0;
|
|
312
|
+
}, {
|
|
313
|
+
$documentation: "The empty statement (empty block or simply a semicolon)"
|
|
314
|
+
}, AST_Statement);
|
|
315
|
+
|
|
316
|
+
var AST_StatementWithBody = DEFNODE("StatementWithBody", "body", function AST_StatementWithBody(props) {
|
|
317
|
+
if (props) {
|
|
318
|
+
this.body = props.body;
|
|
319
|
+
this.start = props.start;
|
|
320
|
+
this.end = props.end;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
this.flags = 0;
|
|
324
|
+
}, {
|
|
325
|
+
$documentation: "Base class for all statements that contain one nested body: `For`, `ForIn`, `Do`, `While`, `With`",
|
|
326
|
+
$propdoc: {
|
|
327
|
+
body: "[AST_Statement] the body; this should always be present, even if it's an AST_EmptyStatement"
|
|
328
|
+
}
|
|
329
|
+
}, AST_Statement);
|
|
330
|
+
|
|
331
|
+
var AST_LabeledStatement = DEFNODE("LabeledStatement", "label", function AST_LabeledStatement(props) {
|
|
332
|
+
if (props) {
|
|
333
|
+
this.label = props.label;
|
|
334
|
+
this.body = props.body;
|
|
335
|
+
this.start = props.start;
|
|
336
|
+
this.end = props.end;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
this.flags = 0;
|
|
340
|
+
}, {
|
|
341
|
+
$documentation: "Statement with a label",
|
|
342
|
+
$propdoc: {
|
|
343
|
+
label: "[AST_Label] a label definition"
|
|
344
|
+
},
|
|
345
|
+
_walk: function(visitor) {
|
|
346
|
+
return visitor._visit(this, function() {
|
|
347
|
+
this.label._walk(visitor);
|
|
348
|
+
this.body._walk(visitor);
|
|
349
|
+
});
|
|
350
|
+
},
|
|
351
|
+
_children_backwards(push) {
|
|
352
|
+
push(this.body);
|
|
353
|
+
push(this.label);
|
|
354
|
+
},
|
|
355
|
+
clone: function(deep) {
|
|
356
|
+
var node = this._clone(deep);
|
|
357
|
+
if (deep) {
|
|
358
|
+
var label = node.label;
|
|
359
|
+
var def = this.label;
|
|
360
|
+
node.walk(new TreeWalker(function(node) {
|
|
361
|
+
if (node instanceof AST_LoopControl
|
|
362
|
+
&& node.label && node.label.thedef === def) {
|
|
363
|
+
node.label.thedef = label;
|
|
364
|
+
label.references.push(node);
|
|
365
|
+
}
|
|
366
|
+
}));
|
|
367
|
+
}
|
|
368
|
+
return node;
|
|
369
|
+
}
|
|
370
|
+
}, AST_StatementWithBody);
|
|
371
|
+
|
|
372
|
+
var AST_IterationStatement = DEFNODE(
|
|
373
|
+
"IterationStatement",
|
|
374
|
+
"block_scope",
|
|
375
|
+
function AST_IterationStatement(props) {
|
|
376
|
+
if (props) {
|
|
377
|
+
this.block_scope = props.block_scope;
|
|
378
|
+
this.body = props.body;
|
|
379
|
+
this.start = props.start;
|
|
380
|
+
this.end = props.end;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
this.flags = 0;
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
$documentation: "Internal class. All loops inherit from it.",
|
|
387
|
+
$propdoc: {
|
|
388
|
+
block_scope: "[AST_Scope] the block scope for this iteration statement."
|
|
389
|
+
},
|
|
390
|
+
clone: clone_block_scope
|
|
391
|
+
},
|
|
392
|
+
AST_StatementWithBody
|
|
393
|
+
);
|
|
394
|
+
|
|
395
|
+
var AST_DWLoop = DEFNODE("DWLoop", "condition", function AST_DWLoop(props) {
|
|
396
|
+
if (props) {
|
|
397
|
+
this.condition = props.condition;
|
|
398
|
+
this.block_scope = props.block_scope;
|
|
399
|
+
this.body = props.body;
|
|
400
|
+
this.start = props.start;
|
|
401
|
+
this.end = props.end;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
this.flags = 0;
|
|
405
|
+
}, {
|
|
406
|
+
$documentation: "Base class for do/while statements",
|
|
407
|
+
$propdoc: {
|
|
408
|
+
condition: "[AST_Node] the loop condition. Should not be instanceof AST_Statement"
|
|
409
|
+
}
|
|
410
|
+
}, AST_IterationStatement);
|
|
411
|
+
|
|
412
|
+
var AST_Do = DEFNODE("Do", null, function AST_Do(props) {
|
|
413
|
+
if (props) {
|
|
414
|
+
this.condition = props.condition;
|
|
415
|
+
this.block_scope = props.block_scope;
|
|
416
|
+
this.body = props.body;
|
|
417
|
+
this.start = props.start;
|
|
418
|
+
this.end = props.end;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
this.flags = 0;
|
|
422
|
+
}, {
|
|
423
|
+
$documentation: "A `do` statement",
|
|
424
|
+
_walk: function(visitor) {
|
|
425
|
+
return visitor._visit(this, function() {
|
|
426
|
+
this.body._walk(visitor);
|
|
427
|
+
this.condition._walk(visitor);
|
|
428
|
+
});
|
|
429
|
+
},
|
|
430
|
+
_children_backwards(push) {
|
|
431
|
+
push(this.condition);
|
|
432
|
+
push(this.body);
|
|
433
|
+
}
|
|
434
|
+
}, AST_DWLoop);
|
|
435
|
+
|
|
436
|
+
var AST_While = DEFNODE("While", null, function AST_While(props) {
|
|
437
|
+
if (props) {
|
|
438
|
+
this.condition = props.condition;
|
|
439
|
+
this.block_scope = props.block_scope;
|
|
440
|
+
this.body = props.body;
|
|
441
|
+
this.start = props.start;
|
|
442
|
+
this.end = props.end;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
this.flags = 0;
|
|
446
|
+
}, {
|
|
447
|
+
$documentation: "A `while` statement",
|
|
448
|
+
_walk: function(visitor) {
|
|
449
|
+
return visitor._visit(this, function() {
|
|
450
|
+
this.condition._walk(visitor);
|
|
451
|
+
this.body._walk(visitor);
|
|
452
|
+
});
|
|
453
|
+
},
|
|
454
|
+
_children_backwards(push) {
|
|
455
|
+
push(this.body);
|
|
456
|
+
push(this.condition);
|
|
457
|
+
},
|
|
458
|
+
}, AST_DWLoop);
|
|
459
|
+
|
|
460
|
+
var AST_For = DEFNODE("For", "init condition step", function AST_For(props) {
|
|
461
|
+
if (props) {
|
|
462
|
+
this.init = props.init;
|
|
463
|
+
this.condition = props.condition;
|
|
464
|
+
this.step = props.step;
|
|
465
|
+
this.block_scope = props.block_scope;
|
|
466
|
+
this.body = props.body;
|
|
467
|
+
this.start = props.start;
|
|
468
|
+
this.end = props.end;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
this.flags = 0;
|
|
472
|
+
}, {
|
|
473
|
+
$documentation: "A `for` statement",
|
|
474
|
+
$propdoc: {
|
|
475
|
+
init: "[AST_Node?] the `for` initialization code, or null if empty",
|
|
476
|
+
condition: "[AST_Node?] the `for` termination clause, or null if empty",
|
|
477
|
+
step: "[AST_Node?] the `for` update clause, or null if empty"
|
|
478
|
+
},
|
|
479
|
+
_walk: function(visitor) {
|
|
480
|
+
return visitor._visit(this, function() {
|
|
481
|
+
if (this.init) this.init._walk(visitor);
|
|
482
|
+
if (this.condition) this.condition._walk(visitor);
|
|
483
|
+
if (this.step) this.step._walk(visitor);
|
|
484
|
+
this.body._walk(visitor);
|
|
485
|
+
});
|
|
486
|
+
},
|
|
487
|
+
_children_backwards(push) {
|
|
488
|
+
push(this.body);
|
|
489
|
+
if (this.step) push(this.step);
|
|
490
|
+
if (this.condition) push(this.condition);
|
|
491
|
+
if (this.init) push(this.init);
|
|
492
|
+
},
|
|
493
|
+
}, AST_IterationStatement);
|
|
494
|
+
|
|
495
|
+
var AST_ForIn = DEFNODE("ForIn", "init object", function AST_ForIn(props) {
|
|
496
|
+
if (props) {
|
|
497
|
+
this.init = props.init;
|
|
498
|
+
this.object = props.object;
|
|
499
|
+
this.block_scope = props.block_scope;
|
|
500
|
+
this.body = props.body;
|
|
501
|
+
this.start = props.start;
|
|
502
|
+
this.end = props.end;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
this.flags = 0;
|
|
506
|
+
}, {
|
|
507
|
+
$documentation: "A `for ... in` statement",
|
|
508
|
+
$propdoc: {
|
|
509
|
+
init: "[AST_Node] the `for/in` initialization code",
|
|
510
|
+
object: "[AST_Node] the object that we're looping through"
|
|
511
|
+
},
|
|
512
|
+
_walk: function(visitor) {
|
|
513
|
+
return visitor._visit(this, function() {
|
|
514
|
+
this.init._walk(visitor);
|
|
515
|
+
this.object._walk(visitor);
|
|
516
|
+
this.body._walk(visitor);
|
|
517
|
+
});
|
|
518
|
+
},
|
|
519
|
+
_children_backwards(push) {
|
|
520
|
+
push(this.body);
|
|
521
|
+
if (this.object) push(this.object);
|
|
522
|
+
if (this.init) push(this.init);
|
|
523
|
+
},
|
|
524
|
+
}, AST_IterationStatement);
|
|
525
|
+
|
|
526
|
+
var AST_ForOf = DEFNODE("ForOf", "await", function AST_ForOf(props) {
|
|
527
|
+
if (props) {
|
|
528
|
+
this.await = props.await;
|
|
529
|
+
this.init = props.init;
|
|
530
|
+
this.object = props.object;
|
|
531
|
+
this.block_scope = props.block_scope;
|
|
532
|
+
this.body = props.body;
|
|
533
|
+
this.start = props.start;
|
|
534
|
+
this.end = props.end;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
this.flags = 0;
|
|
538
|
+
}, {
|
|
539
|
+
$documentation: "A `for ... of` statement",
|
|
540
|
+
}, AST_ForIn);
|
|
541
|
+
|
|
542
|
+
var AST_With = DEFNODE("With", "expression", function AST_With(props) {
|
|
543
|
+
if (props) {
|
|
544
|
+
this.expression = props.expression;
|
|
545
|
+
this.body = props.body;
|
|
546
|
+
this.start = props.start;
|
|
547
|
+
this.end = props.end;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
this.flags = 0;
|
|
551
|
+
}, {
|
|
552
|
+
$documentation: "A `with` statement",
|
|
553
|
+
$propdoc: {
|
|
554
|
+
expression: "[AST_Node] the `with` expression"
|
|
555
|
+
},
|
|
556
|
+
_walk: function(visitor) {
|
|
557
|
+
return visitor._visit(this, function() {
|
|
558
|
+
this.expression._walk(visitor);
|
|
559
|
+
this.body._walk(visitor);
|
|
560
|
+
});
|
|
561
|
+
},
|
|
562
|
+
_children_backwards(push) {
|
|
563
|
+
push(this.body);
|
|
564
|
+
push(this.expression);
|
|
565
|
+
},
|
|
566
|
+
}, AST_StatementWithBody);
|
|
567
|
+
|
|
568
|
+
/* -----[ scope and functions ]----- */
|
|
569
|
+
|
|
570
|
+
var AST_Scope = DEFNODE(
|
|
571
|
+
"Scope",
|
|
572
|
+
"variables uses_with uses_eval parent_scope enclosed cname",
|
|
573
|
+
function AST_Scope(props) {
|
|
574
|
+
if (props) {
|
|
575
|
+
this.variables = props.variables;
|
|
576
|
+
this.uses_with = props.uses_with;
|
|
577
|
+
this.uses_eval = props.uses_eval;
|
|
578
|
+
this.parent_scope = props.parent_scope;
|
|
579
|
+
this.enclosed = props.enclosed;
|
|
580
|
+
this.cname = props.cname;
|
|
581
|
+
this.body = props.body;
|
|
582
|
+
this.block_scope = props.block_scope;
|
|
583
|
+
this.start = props.start;
|
|
584
|
+
this.end = props.end;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
this.flags = 0;
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
$documentation: "Base class for all statements introducing a lexical scope",
|
|
591
|
+
$propdoc: {
|
|
592
|
+
variables: "[Map/S] a map of name -> SymbolDef for all variables/functions defined in this scope",
|
|
593
|
+
uses_with: "[boolean/S] tells whether this scope uses the `with` statement",
|
|
594
|
+
uses_eval: "[boolean/S] tells whether this scope contains a direct call to the global `eval`",
|
|
595
|
+
parent_scope: "[AST_Scope?/S] link to the parent scope",
|
|
596
|
+
enclosed: "[SymbolDef*/S] a list of all symbol definitions that are accessed from this scope or any subscopes",
|
|
597
|
+
cname: "[integer/S] current index for mangling variables (used internally by the mangler)",
|
|
598
|
+
},
|
|
599
|
+
get_defun_scope: function() {
|
|
600
|
+
var self = this;
|
|
601
|
+
while (self.is_block_scope()) {
|
|
602
|
+
self = self.parent_scope;
|
|
603
|
+
}
|
|
604
|
+
return self;
|
|
605
|
+
},
|
|
606
|
+
clone: function(deep, toplevel) {
|
|
607
|
+
var node = this._clone(deep);
|
|
608
|
+
if (deep && this.variables && toplevel && !this._block_scope) {
|
|
609
|
+
node.figure_out_scope({}, {
|
|
610
|
+
toplevel: toplevel,
|
|
611
|
+
parent_scope: this.parent_scope
|
|
612
|
+
});
|
|
613
|
+
} else {
|
|
614
|
+
if (this.variables) node.variables = new Map(this.variables);
|
|
615
|
+
if (this.enclosed) node.enclosed = this.enclosed.slice();
|
|
616
|
+
if (this._block_scope) node._block_scope = this._block_scope;
|
|
617
|
+
}
|
|
618
|
+
return node;
|
|
619
|
+
},
|
|
620
|
+
pinned: function() {
|
|
621
|
+
return this.uses_eval || this.uses_with;
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
AST_Block
|
|
625
|
+
);
|
|
626
|
+
|
|
627
|
+
var AST_Toplevel = DEFNODE("Toplevel", "globals", function AST_Toplevel(props) {
|
|
628
|
+
if (props) {
|
|
629
|
+
this.globals = props.globals;
|
|
630
|
+
this.variables = props.variables;
|
|
631
|
+
this.uses_with = props.uses_with;
|
|
632
|
+
this.uses_eval = props.uses_eval;
|
|
633
|
+
this.parent_scope = props.parent_scope;
|
|
634
|
+
this.enclosed = props.enclosed;
|
|
635
|
+
this.cname = props.cname;
|
|
636
|
+
this.body = props.body;
|
|
637
|
+
this.block_scope = props.block_scope;
|
|
638
|
+
this.start = props.start;
|
|
639
|
+
this.end = props.end;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
this.flags = 0;
|
|
643
|
+
}, {
|
|
644
|
+
$documentation: "The toplevel scope",
|
|
645
|
+
$propdoc: {
|
|
646
|
+
globals: "[Map/S] a map of name -> SymbolDef for all undeclared names",
|
|
647
|
+
},
|
|
648
|
+
wrap_commonjs: function(name) {
|
|
649
|
+
var body = this.body;
|
|
650
|
+
var wrapped_tl = "(function(exports){'$ORIG';})(typeof " + name + "=='undefined'?(" + name + "={}):" + name + ");";
|
|
651
|
+
wrapped_tl = parse(wrapped_tl);
|
|
652
|
+
wrapped_tl = wrapped_tl.transform(new TreeTransformer(function(node) {
|
|
653
|
+
if (node instanceof AST_Directive && node.value == "$ORIG") {
|
|
654
|
+
return MAP.splice(body);
|
|
655
|
+
}
|
|
656
|
+
}));
|
|
657
|
+
return wrapped_tl;
|
|
658
|
+
},
|
|
659
|
+
wrap_enclose: function(args_values) {
|
|
660
|
+
if (typeof args_values != "string") args_values = "";
|
|
661
|
+
var index = args_values.indexOf(":");
|
|
662
|
+
if (index < 0) index = args_values.length;
|
|
663
|
+
var body = this.body;
|
|
664
|
+
return parse([
|
|
665
|
+
"(function(",
|
|
666
|
+
args_values.slice(0, index),
|
|
667
|
+
'){"$ORIG"})(',
|
|
668
|
+
args_values.slice(index + 1),
|
|
669
|
+
")"
|
|
670
|
+
].join("")).transform(new TreeTransformer(function(node) {
|
|
671
|
+
if (node instanceof AST_Directive && node.value == "$ORIG") {
|
|
672
|
+
return MAP.splice(body);
|
|
673
|
+
}
|
|
674
|
+
}));
|
|
675
|
+
}
|
|
676
|
+
}, AST_Scope);
|
|
677
|
+
|
|
678
|
+
var AST_Expansion = DEFNODE("Expansion", "expression", function AST_Expansion(props) {
|
|
679
|
+
if (props) {
|
|
680
|
+
this.expression = props.expression;
|
|
681
|
+
this.start = props.start;
|
|
682
|
+
this.end = props.end;
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
this.flags = 0;
|
|
686
|
+
}, {
|
|
687
|
+
$documentation: "An expandible argument, such as ...rest, a splat, such as [1,2,...all], or an expansion in a variable declaration, such as var [first, ...rest] = list",
|
|
688
|
+
$propdoc: {
|
|
689
|
+
expression: "[AST_Node] the thing to be expanded"
|
|
690
|
+
},
|
|
691
|
+
_walk: function(visitor) {
|
|
692
|
+
return visitor._visit(this, function() {
|
|
693
|
+
this.expression.walk(visitor);
|
|
694
|
+
});
|
|
695
|
+
},
|
|
696
|
+
_children_backwards(push) {
|
|
697
|
+
push(this.expression);
|
|
698
|
+
},
|
|
699
|
+
});
|
|
700
|
+
|
|
701
|
+
var AST_Lambda = DEFNODE(
|
|
702
|
+
"Lambda",
|
|
703
|
+
"name argnames uses_arguments is_generator async",
|
|
704
|
+
function AST_Lambda(props) {
|
|
705
|
+
if (props) {
|
|
706
|
+
this.name = props.name;
|
|
707
|
+
this.argnames = props.argnames;
|
|
708
|
+
this.uses_arguments = props.uses_arguments;
|
|
709
|
+
this.is_generator = props.is_generator;
|
|
710
|
+
this.async = props.async;
|
|
711
|
+
this.variables = props.variables;
|
|
712
|
+
this.uses_with = props.uses_with;
|
|
713
|
+
this.uses_eval = props.uses_eval;
|
|
714
|
+
this.parent_scope = props.parent_scope;
|
|
715
|
+
this.enclosed = props.enclosed;
|
|
716
|
+
this.cname = props.cname;
|
|
717
|
+
this.body = props.body;
|
|
718
|
+
this.block_scope = props.block_scope;
|
|
719
|
+
this.start = props.start;
|
|
720
|
+
this.end = props.end;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
this.flags = 0;
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
$documentation: "Base class for functions",
|
|
727
|
+
$propdoc: {
|
|
728
|
+
name: "[AST_SymbolDeclaration?] the name of this function",
|
|
729
|
+
argnames: "[AST_SymbolFunarg|AST_Destructuring|AST_Expansion|AST_DefaultAssign*] array of function arguments, destructurings, or expanding arguments",
|
|
730
|
+
uses_arguments: "[boolean/S] tells whether this function accesses the arguments array",
|
|
731
|
+
is_generator: "[boolean] is this a generator method",
|
|
732
|
+
async: "[boolean] is this method async",
|
|
733
|
+
},
|
|
734
|
+
args_as_names: function () {
|
|
735
|
+
var out = [];
|
|
736
|
+
for (var i = 0; i < this.argnames.length; i++) {
|
|
737
|
+
if (this.argnames[i] instanceof AST_Destructuring) {
|
|
738
|
+
out.push(...this.argnames[i].all_symbols());
|
|
739
|
+
} else {
|
|
740
|
+
out.push(this.argnames[i]);
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
return out;
|
|
744
|
+
},
|
|
745
|
+
_walk: function(visitor) {
|
|
746
|
+
return visitor._visit(this, function() {
|
|
747
|
+
if (this.name) this.name._walk(visitor);
|
|
748
|
+
var argnames = this.argnames;
|
|
749
|
+
for (var i = 0, len = argnames.length; i < len; i++) {
|
|
750
|
+
argnames[i]._walk(visitor);
|
|
751
|
+
}
|
|
752
|
+
walk_body(this, visitor);
|
|
753
|
+
});
|
|
754
|
+
},
|
|
755
|
+
_children_backwards(push) {
|
|
756
|
+
let i = this.body.length;
|
|
757
|
+
while (i--) push(this.body[i]);
|
|
758
|
+
|
|
759
|
+
i = this.argnames.length;
|
|
760
|
+
while (i--) push(this.argnames[i]);
|
|
761
|
+
|
|
762
|
+
if (this.name) push(this.name);
|
|
763
|
+
},
|
|
764
|
+
is_braceless() {
|
|
765
|
+
return this.body[0] instanceof AST_Return && this.body[0].value;
|
|
766
|
+
},
|
|
767
|
+
// Default args and expansion don't count, so .argnames.length doesn't cut it
|
|
768
|
+
length_property() {
|
|
769
|
+
let length = 0;
|
|
770
|
+
|
|
771
|
+
for (const arg of this.argnames) {
|
|
772
|
+
if (arg instanceof AST_SymbolFunarg || arg instanceof AST_Destructuring) {
|
|
773
|
+
length++;
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
return length;
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
AST_Scope
|
|
781
|
+
);
|
|
782
|
+
|
|
783
|
+
var AST_Accessor = DEFNODE("Accessor", null, function AST_Accessor(props) {
|
|
784
|
+
if (props) {
|
|
785
|
+
this.name = props.name;
|
|
786
|
+
this.argnames = props.argnames;
|
|
787
|
+
this.uses_arguments = props.uses_arguments;
|
|
788
|
+
this.is_generator = props.is_generator;
|
|
789
|
+
this.async = props.async;
|
|
790
|
+
this.variables = props.variables;
|
|
791
|
+
this.uses_with = props.uses_with;
|
|
792
|
+
this.uses_eval = props.uses_eval;
|
|
793
|
+
this.parent_scope = props.parent_scope;
|
|
794
|
+
this.enclosed = props.enclosed;
|
|
795
|
+
this.cname = props.cname;
|
|
796
|
+
this.body = props.body;
|
|
797
|
+
this.block_scope = props.block_scope;
|
|
798
|
+
this.start = props.start;
|
|
799
|
+
this.end = props.end;
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
this.flags = 0;
|
|
803
|
+
}, {
|
|
804
|
+
$documentation: "A setter/getter function. The `name` property is always null."
|
|
805
|
+
}, AST_Lambda);
|
|
806
|
+
|
|
807
|
+
var AST_Function = DEFNODE("Function", null, function AST_Function(props) {
|
|
808
|
+
if (props) {
|
|
809
|
+
this.name = props.name;
|
|
810
|
+
this.argnames = props.argnames;
|
|
811
|
+
this.uses_arguments = props.uses_arguments;
|
|
812
|
+
this.is_generator = props.is_generator;
|
|
813
|
+
this.async = props.async;
|
|
814
|
+
this.variables = props.variables;
|
|
815
|
+
this.uses_with = props.uses_with;
|
|
816
|
+
this.uses_eval = props.uses_eval;
|
|
817
|
+
this.parent_scope = props.parent_scope;
|
|
818
|
+
this.enclosed = props.enclosed;
|
|
819
|
+
this.cname = props.cname;
|
|
820
|
+
this.body = props.body;
|
|
821
|
+
this.block_scope = props.block_scope;
|
|
822
|
+
this.start = props.start;
|
|
823
|
+
this.end = props.end;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
this.flags = 0;
|
|
827
|
+
}, {
|
|
828
|
+
$documentation: "A function expression"
|
|
829
|
+
}, AST_Lambda);
|
|
830
|
+
|
|
831
|
+
var AST_Arrow = DEFNODE("Arrow", null, function AST_Arrow(props) {
|
|
832
|
+
if (props) {
|
|
833
|
+
this.name = props.name;
|
|
834
|
+
this.argnames = props.argnames;
|
|
835
|
+
this.uses_arguments = props.uses_arguments;
|
|
836
|
+
this.is_generator = props.is_generator;
|
|
837
|
+
this.async = props.async;
|
|
838
|
+
this.variables = props.variables;
|
|
839
|
+
this.uses_with = props.uses_with;
|
|
840
|
+
this.uses_eval = props.uses_eval;
|
|
841
|
+
this.parent_scope = props.parent_scope;
|
|
842
|
+
this.enclosed = props.enclosed;
|
|
843
|
+
this.cname = props.cname;
|
|
844
|
+
this.body = props.body;
|
|
845
|
+
this.block_scope = props.block_scope;
|
|
846
|
+
this.start = props.start;
|
|
847
|
+
this.end = props.end;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
this.flags = 0;
|
|
851
|
+
}, {
|
|
852
|
+
$documentation: "An ES6 Arrow function ((a) => b)"
|
|
853
|
+
}, AST_Lambda);
|
|
854
|
+
|
|
855
|
+
var AST_Defun = DEFNODE("Defun", null, function AST_Defun(props) {
|
|
856
|
+
if (props) {
|
|
857
|
+
this.name = props.name;
|
|
858
|
+
this.argnames = props.argnames;
|
|
859
|
+
this.uses_arguments = props.uses_arguments;
|
|
860
|
+
this.is_generator = props.is_generator;
|
|
861
|
+
this.async = props.async;
|
|
862
|
+
this.variables = props.variables;
|
|
863
|
+
this.uses_with = props.uses_with;
|
|
864
|
+
this.uses_eval = props.uses_eval;
|
|
865
|
+
this.parent_scope = props.parent_scope;
|
|
866
|
+
this.enclosed = props.enclosed;
|
|
867
|
+
this.cname = props.cname;
|
|
868
|
+
this.body = props.body;
|
|
869
|
+
this.block_scope = props.block_scope;
|
|
870
|
+
this.start = props.start;
|
|
871
|
+
this.end = props.end;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
this.flags = 0;
|
|
875
|
+
}, {
|
|
876
|
+
$documentation: "A function definition"
|
|
877
|
+
}, AST_Lambda);
|
|
878
|
+
|
|
879
|
+
/* -----[ DESTRUCTURING ]----- */
|
|
880
|
+
var AST_Destructuring = DEFNODE("Destructuring", "names is_array", function AST_Destructuring(props) {
|
|
881
|
+
if (props) {
|
|
882
|
+
this.names = props.names;
|
|
883
|
+
this.is_array = props.is_array;
|
|
884
|
+
this.start = props.start;
|
|
885
|
+
this.end = props.end;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
this.flags = 0;
|
|
889
|
+
}, {
|
|
890
|
+
$documentation: "A destructuring of several names. Used in destructuring assignment and with destructuring function argument names",
|
|
891
|
+
$propdoc: {
|
|
892
|
+
"names": "[AST_Node*] Array of properties or elements",
|
|
893
|
+
"is_array": "[Boolean] Whether the destructuring represents an object or array"
|
|
894
|
+
},
|
|
895
|
+
_walk: function(visitor) {
|
|
896
|
+
return visitor._visit(this, function() {
|
|
897
|
+
this.names.forEach(function(name) {
|
|
898
|
+
name._walk(visitor);
|
|
899
|
+
});
|
|
900
|
+
});
|
|
901
|
+
},
|
|
902
|
+
_children_backwards(push) {
|
|
903
|
+
let i = this.names.length;
|
|
904
|
+
while (i--) push(this.names[i]);
|
|
905
|
+
},
|
|
906
|
+
all_symbols: function() {
|
|
907
|
+
var out = [];
|
|
908
|
+
walk(this, node => {
|
|
909
|
+
if (node instanceof AST_SymbolDeclaration) {
|
|
910
|
+
out.push(node);
|
|
911
|
+
}
|
|
912
|
+
if (node instanceof AST_Lambda) {
|
|
913
|
+
return true;
|
|
914
|
+
}
|
|
915
|
+
});
|
|
916
|
+
return out;
|
|
917
|
+
}
|
|
918
|
+
});
|
|
919
|
+
|
|
920
|
+
var AST_PrefixedTemplateString = DEFNODE(
|
|
921
|
+
"PrefixedTemplateString",
|
|
922
|
+
"template_string prefix",
|
|
923
|
+
function AST_PrefixedTemplateString(props) {
|
|
924
|
+
if (props) {
|
|
925
|
+
this.template_string = props.template_string;
|
|
926
|
+
this.prefix = props.prefix;
|
|
927
|
+
this.start = props.start;
|
|
928
|
+
this.end = props.end;
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
this.flags = 0;
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
$documentation: "A templatestring with a prefix, such as String.raw`foobarbaz`",
|
|
935
|
+
$propdoc: {
|
|
936
|
+
template_string: "[AST_TemplateString] The template string",
|
|
937
|
+
prefix: "[AST_Node] The prefix, which will get called."
|
|
938
|
+
},
|
|
939
|
+
_walk: function(visitor) {
|
|
940
|
+
return visitor._visit(this, function () {
|
|
941
|
+
this.prefix._walk(visitor);
|
|
942
|
+
this.template_string._walk(visitor);
|
|
943
|
+
});
|
|
944
|
+
},
|
|
945
|
+
_children_backwards(push) {
|
|
946
|
+
push(this.template_string);
|
|
947
|
+
push(this.prefix);
|
|
948
|
+
},
|
|
949
|
+
}
|
|
950
|
+
);
|
|
951
|
+
|
|
952
|
+
var AST_TemplateString = DEFNODE("TemplateString", "segments", function AST_TemplateString(props) {
|
|
953
|
+
if (props) {
|
|
954
|
+
this.segments = props.segments;
|
|
955
|
+
this.start = props.start;
|
|
956
|
+
this.end = props.end;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
this.flags = 0;
|
|
960
|
+
}, {
|
|
961
|
+
$documentation: "A template string literal",
|
|
962
|
+
$propdoc: {
|
|
963
|
+
segments: "[AST_Node*] One or more segments, starting with AST_TemplateSegment. AST_Node may follow AST_TemplateSegment, but each AST_Node must be followed by AST_TemplateSegment."
|
|
964
|
+
},
|
|
965
|
+
_walk: function(visitor) {
|
|
966
|
+
return visitor._visit(this, function() {
|
|
967
|
+
this.segments.forEach(function(seg) {
|
|
968
|
+
seg._walk(visitor);
|
|
969
|
+
});
|
|
970
|
+
});
|
|
971
|
+
},
|
|
972
|
+
_children_backwards(push) {
|
|
973
|
+
let i = this.segments.length;
|
|
974
|
+
while (i--) push(this.segments[i]);
|
|
975
|
+
}
|
|
976
|
+
});
|
|
977
|
+
|
|
978
|
+
var AST_TemplateSegment = DEFNODE("TemplateSegment", "value raw", function AST_TemplateSegment(props) {
|
|
979
|
+
if (props) {
|
|
980
|
+
this.value = props.value;
|
|
981
|
+
this.raw = props.raw;
|
|
982
|
+
this.start = props.start;
|
|
983
|
+
this.end = props.end;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
this.flags = 0;
|
|
987
|
+
}, {
|
|
988
|
+
$documentation: "A segment of a template string literal",
|
|
989
|
+
$propdoc: {
|
|
990
|
+
value: "Content of the segment",
|
|
991
|
+
raw: "Raw source of the segment",
|
|
992
|
+
}
|
|
993
|
+
});
|
|
994
|
+
|
|
995
|
+
/* -----[ JUMPS ]----- */
|
|
996
|
+
|
|
997
|
+
var AST_Jump = DEFNODE("Jump", null, function AST_Jump(props) {
|
|
998
|
+
if (props) {
|
|
999
|
+
this.start = props.start;
|
|
1000
|
+
this.end = props.end;
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
this.flags = 0;
|
|
1004
|
+
}, {
|
|
1005
|
+
$documentation: "Base class for “jumps” (for now that's `return`, `throw`, `break` and `continue`)"
|
|
1006
|
+
}, AST_Statement);
|
|
1007
|
+
|
|
1008
|
+
/** Base class for “exits” (`return` and `throw`) */
|
|
1009
|
+
var AST_Exit = DEFNODE("Exit", "value", function AST_Exit(props) {
|
|
1010
|
+
if (props) {
|
|
1011
|
+
this.value = props.value;
|
|
1012
|
+
this.start = props.start;
|
|
1013
|
+
this.end = props.end;
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
this.flags = 0;
|
|
1017
|
+
}, {
|
|
1018
|
+
$documentation: "Base class for “exits” (`return` and `throw`)",
|
|
1019
|
+
$propdoc: {
|
|
1020
|
+
value: "[AST_Node?] the value returned or thrown by this statement; could be null for AST_Return"
|
|
1021
|
+
},
|
|
1022
|
+
_walk: function(visitor) {
|
|
1023
|
+
return visitor._visit(this, this.value && function() {
|
|
1024
|
+
this.value._walk(visitor);
|
|
1025
|
+
});
|
|
1026
|
+
},
|
|
1027
|
+
_children_backwards(push) {
|
|
1028
|
+
if (this.value) push(this.value);
|
|
1029
|
+
},
|
|
1030
|
+
}, AST_Jump);
|
|
1031
|
+
|
|
1032
|
+
var AST_Return = DEFNODE("Return", null, function AST_Return(props) {
|
|
1033
|
+
if (props) {
|
|
1034
|
+
this.value = props.value;
|
|
1035
|
+
this.start = props.start;
|
|
1036
|
+
this.end = props.end;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
this.flags = 0;
|
|
1040
|
+
}, {
|
|
1041
|
+
$documentation: "A `return` statement"
|
|
1042
|
+
}, AST_Exit);
|
|
1043
|
+
|
|
1044
|
+
var AST_Throw = DEFNODE("Throw", null, function AST_Throw(props) {
|
|
1045
|
+
if (props) {
|
|
1046
|
+
this.value = props.value;
|
|
1047
|
+
this.start = props.start;
|
|
1048
|
+
this.end = props.end;
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
this.flags = 0;
|
|
1052
|
+
}, {
|
|
1053
|
+
$documentation: "A `throw` statement"
|
|
1054
|
+
}, AST_Exit);
|
|
1055
|
+
|
|
1056
|
+
var AST_LoopControl = DEFNODE("LoopControl", "label", function AST_LoopControl(props) {
|
|
1057
|
+
if (props) {
|
|
1058
|
+
this.label = props.label;
|
|
1059
|
+
this.start = props.start;
|
|
1060
|
+
this.end = props.end;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
this.flags = 0;
|
|
1064
|
+
}, {
|
|
1065
|
+
$documentation: "Base class for loop control statements (`break` and `continue`)",
|
|
1066
|
+
$propdoc: {
|
|
1067
|
+
label: "[AST_LabelRef?] the label, or null if none",
|
|
1068
|
+
},
|
|
1069
|
+
_walk: function(visitor) {
|
|
1070
|
+
return visitor._visit(this, this.label && function() {
|
|
1071
|
+
this.label._walk(visitor);
|
|
1072
|
+
});
|
|
1073
|
+
},
|
|
1074
|
+
_children_backwards(push) {
|
|
1075
|
+
if (this.label) push(this.label);
|
|
1076
|
+
},
|
|
1077
|
+
}, AST_Jump);
|
|
1078
|
+
|
|
1079
|
+
var AST_Break = DEFNODE("Break", null, function AST_Break(props) {
|
|
1080
|
+
if (props) {
|
|
1081
|
+
this.label = props.label;
|
|
1082
|
+
this.start = props.start;
|
|
1083
|
+
this.end = props.end;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
this.flags = 0;
|
|
1087
|
+
}, {
|
|
1088
|
+
$documentation: "A `break` statement"
|
|
1089
|
+
}, AST_LoopControl);
|
|
1090
|
+
|
|
1091
|
+
var AST_Continue = DEFNODE("Continue", null, function AST_Continue(props) {
|
|
1092
|
+
if (props) {
|
|
1093
|
+
this.label = props.label;
|
|
1094
|
+
this.start = props.start;
|
|
1095
|
+
this.end = props.end;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
this.flags = 0;
|
|
1099
|
+
}, {
|
|
1100
|
+
$documentation: "A `continue` statement"
|
|
1101
|
+
}, AST_LoopControl);
|
|
1102
|
+
|
|
1103
|
+
var AST_Await = DEFNODE("Await", "expression", function AST_Await(props) {
|
|
1104
|
+
if (props) {
|
|
1105
|
+
this.expression = props.expression;
|
|
1106
|
+
this.start = props.start;
|
|
1107
|
+
this.end = props.end;
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
this.flags = 0;
|
|
1111
|
+
}, {
|
|
1112
|
+
$documentation: "An `await` statement",
|
|
1113
|
+
$propdoc: {
|
|
1114
|
+
expression: "[AST_Node] the mandatory expression being awaited",
|
|
1115
|
+
},
|
|
1116
|
+
_walk: function(visitor) {
|
|
1117
|
+
return visitor._visit(this, function() {
|
|
1118
|
+
this.expression._walk(visitor);
|
|
1119
|
+
});
|
|
1120
|
+
},
|
|
1121
|
+
_children_backwards(push) {
|
|
1122
|
+
push(this.expression);
|
|
1123
|
+
},
|
|
1124
|
+
});
|
|
1125
|
+
|
|
1126
|
+
var AST_Yield = DEFNODE("Yield", "expression is_star", function AST_Yield(props) {
|
|
1127
|
+
if (props) {
|
|
1128
|
+
this.expression = props.expression;
|
|
1129
|
+
this.is_star = props.is_star;
|
|
1130
|
+
this.start = props.start;
|
|
1131
|
+
this.end = props.end;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
this.flags = 0;
|
|
1135
|
+
}, {
|
|
1136
|
+
$documentation: "A `yield` statement",
|
|
1137
|
+
$propdoc: {
|
|
1138
|
+
expression: "[AST_Node?] the value returned or thrown by this statement; could be null (representing undefined) but only when is_star is set to false",
|
|
1139
|
+
is_star: "[Boolean] Whether this is a yield or yield* statement"
|
|
1140
|
+
},
|
|
1141
|
+
_walk: function(visitor) {
|
|
1142
|
+
return visitor._visit(this, this.expression && function() {
|
|
1143
|
+
this.expression._walk(visitor);
|
|
1144
|
+
});
|
|
1145
|
+
},
|
|
1146
|
+
_children_backwards(push) {
|
|
1147
|
+
if (this.expression) push(this.expression);
|
|
1148
|
+
}
|
|
1149
|
+
});
|
|
1150
|
+
|
|
1151
|
+
/* -----[ IF ]----- */
|
|
1152
|
+
|
|
1153
|
+
var AST_If = DEFNODE("If", "condition alternative", function AST_If(props) {
|
|
1154
|
+
if (props) {
|
|
1155
|
+
this.condition = props.condition;
|
|
1156
|
+
this.alternative = props.alternative;
|
|
1157
|
+
this.body = props.body;
|
|
1158
|
+
this.start = props.start;
|
|
1159
|
+
this.end = props.end;
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
this.flags = 0;
|
|
1163
|
+
}, {
|
|
1164
|
+
$documentation: "A `if` statement",
|
|
1165
|
+
$propdoc: {
|
|
1166
|
+
condition: "[AST_Node] the `if` condition",
|
|
1167
|
+
alternative: "[AST_Statement?] the `else` part, or null if not present"
|
|
1168
|
+
},
|
|
1169
|
+
_walk: function(visitor) {
|
|
1170
|
+
return visitor._visit(this, function() {
|
|
1171
|
+
this.condition._walk(visitor);
|
|
1172
|
+
this.body._walk(visitor);
|
|
1173
|
+
if (this.alternative) this.alternative._walk(visitor);
|
|
1174
|
+
});
|
|
1175
|
+
},
|
|
1176
|
+
_children_backwards(push) {
|
|
1177
|
+
if (this.alternative) {
|
|
1178
|
+
push(this.alternative);
|
|
1179
|
+
}
|
|
1180
|
+
push(this.body);
|
|
1181
|
+
push(this.condition);
|
|
1182
|
+
}
|
|
1183
|
+
}, AST_StatementWithBody);
|
|
1184
|
+
|
|
1185
|
+
/* -----[ SWITCH ]----- */
|
|
1186
|
+
|
|
1187
|
+
var AST_Switch = DEFNODE("Switch", "expression", function AST_Switch(props) {
|
|
1188
|
+
if (props) {
|
|
1189
|
+
this.expression = props.expression;
|
|
1190
|
+
this.body = props.body;
|
|
1191
|
+
this.block_scope = props.block_scope;
|
|
1192
|
+
this.start = props.start;
|
|
1193
|
+
this.end = props.end;
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
this.flags = 0;
|
|
1197
|
+
}, {
|
|
1198
|
+
$documentation: "A `switch` statement",
|
|
1199
|
+
$propdoc: {
|
|
1200
|
+
expression: "[AST_Node] the `switch` “discriminant”"
|
|
1201
|
+
},
|
|
1202
|
+
_walk: function(visitor) {
|
|
1203
|
+
return visitor._visit(this, function() {
|
|
1204
|
+
this.expression._walk(visitor);
|
|
1205
|
+
walk_body(this, visitor);
|
|
1206
|
+
});
|
|
1207
|
+
},
|
|
1208
|
+
_children_backwards(push) {
|
|
1209
|
+
let i = this.body.length;
|
|
1210
|
+
while (i--) push(this.body[i]);
|
|
1211
|
+
push(this.expression);
|
|
1212
|
+
}
|
|
1213
|
+
}, AST_Block);
|
|
1214
|
+
|
|
1215
|
+
var AST_SwitchBranch = DEFNODE("SwitchBranch", null, function AST_SwitchBranch(props) {
|
|
1216
|
+
if (props) {
|
|
1217
|
+
this.body = props.body;
|
|
1218
|
+
this.block_scope = props.block_scope;
|
|
1219
|
+
this.start = props.start;
|
|
1220
|
+
this.end = props.end;
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
this.flags = 0;
|
|
1224
|
+
}, {
|
|
1225
|
+
$documentation: "Base class for `switch` branches",
|
|
1226
|
+
}, AST_Block);
|
|
1227
|
+
|
|
1228
|
+
var AST_Default = DEFNODE("Default", null, function AST_Default(props) {
|
|
1229
|
+
if (props) {
|
|
1230
|
+
this.body = props.body;
|
|
1231
|
+
this.block_scope = props.block_scope;
|
|
1232
|
+
this.start = props.start;
|
|
1233
|
+
this.end = props.end;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
this.flags = 0;
|
|
1237
|
+
}, {
|
|
1238
|
+
$documentation: "A `default` switch branch",
|
|
1239
|
+
}, AST_SwitchBranch);
|
|
1240
|
+
|
|
1241
|
+
var AST_Case = DEFNODE("Case", "expression", function AST_Case(props) {
|
|
1242
|
+
if (props) {
|
|
1243
|
+
this.expression = props.expression;
|
|
1244
|
+
this.body = props.body;
|
|
1245
|
+
this.block_scope = props.block_scope;
|
|
1246
|
+
this.start = props.start;
|
|
1247
|
+
this.end = props.end;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
this.flags = 0;
|
|
1251
|
+
}, {
|
|
1252
|
+
$documentation: "A `case` switch branch",
|
|
1253
|
+
$propdoc: {
|
|
1254
|
+
expression: "[AST_Node] the `case` expression"
|
|
1255
|
+
},
|
|
1256
|
+
_walk: function(visitor) {
|
|
1257
|
+
return visitor._visit(this, function() {
|
|
1258
|
+
this.expression._walk(visitor);
|
|
1259
|
+
walk_body(this, visitor);
|
|
1260
|
+
});
|
|
1261
|
+
},
|
|
1262
|
+
_children_backwards(push) {
|
|
1263
|
+
let i = this.body.length;
|
|
1264
|
+
while (i--) push(this.body[i]);
|
|
1265
|
+
push(this.expression);
|
|
1266
|
+
},
|
|
1267
|
+
}, AST_SwitchBranch);
|
|
1268
|
+
|
|
1269
|
+
/* -----[ EXCEPTIONS ]----- */
|
|
1270
|
+
|
|
1271
|
+
var AST_Try = DEFNODE("Try", "body bcatch bfinally", function AST_Try(props) {
|
|
1272
|
+
if (props) {
|
|
1273
|
+
this.body = props.body;
|
|
1274
|
+
this.bcatch = props.bcatch;
|
|
1275
|
+
this.bfinally = props.bfinally;
|
|
1276
|
+
this.start = props.start;
|
|
1277
|
+
this.end = props.end;
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
this.flags = 0;
|
|
1281
|
+
}, {
|
|
1282
|
+
$documentation: "A `try` statement",
|
|
1283
|
+
$propdoc: {
|
|
1284
|
+
body: "[AST_TryBlock] the try block",
|
|
1285
|
+
bcatch: "[AST_Catch?] the catch block, or null if not present",
|
|
1286
|
+
bfinally: "[AST_Finally?] the finally block, or null if not present"
|
|
1287
|
+
},
|
|
1288
|
+
_walk: function(visitor) {
|
|
1289
|
+
return visitor._visit(this, function() {
|
|
1290
|
+
this.body._walk(visitor);
|
|
1291
|
+
if (this.bcatch) this.bcatch._walk(visitor);
|
|
1292
|
+
if (this.bfinally) this.bfinally._walk(visitor);
|
|
1293
|
+
});
|
|
1294
|
+
},
|
|
1295
|
+
_children_backwards(push) {
|
|
1296
|
+
if (this.bfinally) push(this.bfinally);
|
|
1297
|
+
if (this.bcatch) push(this.bcatch);
|
|
1298
|
+
push(this.body);
|
|
1299
|
+
},
|
|
1300
|
+
}, AST_Statement);
|
|
1301
|
+
|
|
1302
|
+
var AST_TryBlock = DEFNODE("TryBlock", null, function AST_TryBlock(props) {
|
|
1303
|
+
if (props) {
|
|
1304
|
+
this.body = props.body;
|
|
1305
|
+
this.block_scope = props.block_scope;
|
|
1306
|
+
this.start = props.start;
|
|
1307
|
+
this.end = props.end;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
this.flags = 0;
|
|
1311
|
+
}, {
|
|
1312
|
+
$documentation: "The `try` block of a try statement"
|
|
1313
|
+
}, AST_Block);
|
|
1314
|
+
|
|
1315
|
+
var AST_Catch = DEFNODE("Catch", "argname", function AST_Catch(props) {
|
|
1316
|
+
if (props) {
|
|
1317
|
+
this.argname = props.argname;
|
|
1318
|
+
this.body = props.body;
|
|
1319
|
+
this.block_scope = props.block_scope;
|
|
1320
|
+
this.start = props.start;
|
|
1321
|
+
this.end = props.end;
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
this.flags = 0;
|
|
1325
|
+
}, {
|
|
1326
|
+
$documentation: "A `catch` node; only makes sense as part of a `try` statement",
|
|
1327
|
+
$propdoc: {
|
|
1328
|
+
argname: "[AST_SymbolCatch|AST_Destructuring|AST_Expansion|AST_DefaultAssign] symbol for the exception"
|
|
1329
|
+
},
|
|
1330
|
+
_walk: function(visitor) {
|
|
1331
|
+
return visitor._visit(this, function() {
|
|
1332
|
+
if (this.argname) this.argname._walk(visitor);
|
|
1333
|
+
walk_body(this, visitor);
|
|
1334
|
+
});
|
|
1335
|
+
},
|
|
1336
|
+
_children_backwards(push) {
|
|
1337
|
+
let i = this.body.length;
|
|
1338
|
+
while (i--) push(this.body[i]);
|
|
1339
|
+
if (this.argname) push(this.argname);
|
|
1340
|
+
},
|
|
1341
|
+
}, AST_Block);
|
|
1342
|
+
|
|
1343
|
+
var AST_Finally = DEFNODE("Finally", null, function AST_Finally(props) {
|
|
1344
|
+
if (props) {
|
|
1345
|
+
this.body = props.body;
|
|
1346
|
+
this.block_scope = props.block_scope;
|
|
1347
|
+
this.start = props.start;
|
|
1348
|
+
this.end = props.end;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
this.flags = 0;
|
|
1352
|
+
}, {
|
|
1353
|
+
$documentation: "A `finally` node; only makes sense as part of a `try` statement"
|
|
1354
|
+
}, AST_Block);
|
|
1355
|
+
|
|
1356
|
+
/* -----[ VAR/CONST ]----- */
|
|
1357
|
+
|
|
1358
|
+
var AST_Definitions = DEFNODE("Definitions", "definitions", function AST_Definitions(props) {
|
|
1359
|
+
if (props) {
|
|
1360
|
+
this.definitions = props.definitions;
|
|
1361
|
+
this.start = props.start;
|
|
1362
|
+
this.end = props.end;
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1365
|
+
this.flags = 0;
|
|
1366
|
+
}, {
|
|
1367
|
+
$documentation: "Base class for `var` or `const` nodes (variable declarations/initializations)",
|
|
1368
|
+
$propdoc: {
|
|
1369
|
+
definitions: "[AST_VarDef*] array of variable definitions"
|
|
1370
|
+
},
|
|
1371
|
+
_walk: function(visitor) {
|
|
1372
|
+
return visitor._visit(this, function() {
|
|
1373
|
+
var definitions = this.definitions;
|
|
1374
|
+
for (var i = 0, len = definitions.length; i < len; i++) {
|
|
1375
|
+
definitions[i]._walk(visitor);
|
|
1376
|
+
}
|
|
1377
|
+
});
|
|
1378
|
+
},
|
|
1379
|
+
_children_backwards(push) {
|
|
1380
|
+
let i = this.definitions.length;
|
|
1381
|
+
while (i--) push(this.definitions[i]);
|
|
1382
|
+
},
|
|
1383
|
+
}, AST_Statement);
|
|
1384
|
+
|
|
1385
|
+
var AST_Var = DEFNODE("Var", null, function AST_Var(props) {
|
|
1386
|
+
if (props) {
|
|
1387
|
+
this.definitions = props.definitions;
|
|
1388
|
+
this.start = props.start;
|
|
1389
|
+
this.end = props.end;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
this.flags = 0;
|
|
1393
|
+
}, {
|
|
1394
|
+
$documentation: "A `var` statement"
|
|
1395
|
+
}, AST_Definitions);
|
|
1396
|
+
|
|
1397
|
+
var AST_Let = DEFNODE("Let", null, function AST_Let(props) {
|
|
1398
|
+
if (props) {
|
|
1399
|
+
this.definitions = props.definitions;
|
|
1400
|
+
this.start = props.start;
|
|
1401
|
+
this.end = props.end;
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
this.flags = 0;
|
|
1405
|
+
}, {
|
|
1406
|
+
$documentation: "A `let` statement"
|
|
1407
|
+
}, AST_Definitions);
|
|
1408
|
+
|
|
1409
|
+
var AST_Const = DEFNODE("Const", null, function AST_Const(props) {
|
|
1410
|
+
if (props) {
|
|
1411
|
+
this.definitions = props.definitions;
|
|
1412
|
+
this.start = props.start;
|
|
1413
|
+
this.end = props.end;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
this.flags = 0;
|
|
1417
|
+
}, {
|
|
1418
|
+
$documentation: "A `const` statement"
|
|
1419
|
+
}, AST_Definitions);
|
|
1420
|
+
|
|
1421
|
+
var AST_VarDef = DEFNODE("VarDef", "name value", function AST_VarDef(props) {
|
|
1422
|
+
if (props) {
|
|
1423
|
+
this.name = props.name;
|
|
1424
|
+
this.value = props.value;
|
|
1425
|
+
this.start = props.start;
|
|
1426
|
+
this.end = props.end;
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
this.flags = 0;
|
|
1430
|
+
}, {
|
|
1431
|
+
$documentation: "A variable declaration; only appears in a AST_Definitions node",
|
|
1432
|
+
$propdoc: {
|
|
1433
|
+
name: "[AST_Destructuring|AST_SymbolConst|AST_SymbolLet|AST_SymbolVar] name of the variable",
|
|
1434
|
+
value: "[AST_Node?] initializer, or null of there's no initializer"
|
|
1435
|
+
},
|
|
1436
|
+
_walk: function(visitor) {
|
|
1437
|
+
return visitor._visit(this, function() {
|
|
1438
|
+
this.name._walk(visitor);
|
|
1439
|
+
if (this.value) this.value._walk(visitor);
|
|
1440
|
+
});
|
|
1441
|
+
},
|
|
1442
|
+
_children_backwards(push) {
|
|
1443
|
+
if (this.value) push(this.value);
|
|
1444
|
+
push(this.name);
|
|
1445
|
+
},
|
|
1446
|
+
declarations_as_names() {
|
|
1447
|
+
if (this.name instanceof AST_SymbolDeclaration) {
|
|
1448
|
+
return [this];
|
|
1449
|
+
} else {
|
|
1450
|
+
return this.name.all_symbols();
|
|
1451
|
+
}
|
|
1452
|
+
}
|
|
1453
|
+
});
|
|
1454
|
+
|
|
1455
|
+
var AST_NameMapping = DEFNODE("NameMapping", "foreign_name name", function AST_NameMapping(props) {
|
|
1456
|
+
if (props) {
|
|
1457
|
+
this.foreign_name = props.foreign_name;
|
|
1458
|
+
this.name = props.name;
|
|
1459
|
+
this.start = props.start;
|
|
1460
|
+
this.end = props.end;
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
this.flags = 0;
|
|
1464
|
+
}, {
|
|
1465
|
+
$documentation: "The part of the export/import statement that declare names from a module.",
|
|
1466
|
+
$propdoc: {
|
|
1467
|
+
foreign_name: "[AST_SymbolExportForeign|AST_SymbolImportForeign] The name being exported/imported (as specified in the module)",
|
|
1468
|
+
name: "[AST_SymbolExport|AST_SymbolImport] The name as it is visible to this module."
|
|
1469
|
+
},
|
|
1470
|
+
_walk: function (visitor) {
|
|
1471
|
+
return visitor._visit(this, function() {
|
|
1472
|
+
this.foreign_name._walk(visitor);
|
|
1473
|
+
this.name._walk(visitor);
|
|
1474
|
+
});
|
|
1475
|
+
},
|
|
1476
|
+
_children_backwards(push) {
|
|
1477
|
+
push(this.name);
|
|
1478
|
+
push(this.foreign_name);
|
|
1479
|
+
},
|
|
1480
|
+
});
|
|
1481
|
+
|
|
1482
|
+
var AST_Import = DEFNODE(
|
|
1483
|
+
"Import",
|
|
1484
|
+
"imported_name imported_names module_name assert_clause",
|
|
1485
|
+
function AST_Import(props) {
|
|
1486
|
+
if (props) {
|
|
1487
|
+
this.imported_name = props.imported_name;
|
|
1488
|
+
this.imported_names = props.imported_names;
|
|
1489
|
+
this.module_name = props.module_name;
|
|
1490
|
+
this.assert_clause = props.assert_clause;
|
|
1491
|
+
this.start = props.start;
|
|
1492
|
+
this.end = props.end;
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
this.flags = 0;
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
$documentation: "An `import` statement",
|
|
1499
|
+
$propdoc: {
|
|
1500
|
+
imported_name: "[AST_SymbolImport] The name of the variable holding the module's default export.",
|
|
1501
|
+
imported_names: "[AST_NameMapping*] The names of non-default imported variables",
|
|
1502
|
+
module_name: "[AST_String] String literal describing where this module came from",
|
|
1503
|
+
assert_clause: "[AST_Object?] The import assertion"
|
|
1504
|
+
},
|
|
1505
|
+
_walk: function(visitor) {
|
|
1506
|
+
return visitor._visit(this, function() {
|
|
1507
|
+
if (this.imported_name) {
|
|
1508
|
+
this.imported_name._walk(visitor);
|
|
1509
|
+
}
|
|
1510
|
+
if (this.imported_names) {
|
|
1511
|
+
this.imported_names.forEach(function(name_import) {
|
|
1512
|
+
name_import._walk(visitor);
|
|
1513
|
+
});
|
|
1514
|
+
}
|
|
1515
|
+
this.module_name._walk(visitor);
|
|
1516
|
+
});
|
|
1517
|
+
},
|
|
1518
|
+
_children_backwards(push) {
|
|
1519
|
+
push(this.module_name);
|
|
1520
|
+
if (this.imported_names) {
|
|
1521
|
+
let i = this.imported_names.length;
|
|
1522
|
+
while (i--) push(this.imported_names[i]);
|
|
1523
|
+
}
|
|
1524
|
+
if (this.imported_name) push(this.imported_name);
|
|
1525
|
+
},
|
|
1526
|
+
}
|
|
1527
|
+
);
|
|
1528
|
+
|
|
1529
|
+
var AST_ImportMeta = DEFNODE("ImportMeta", null, function AST_ImportMeta(props) {
|
|
1530
|
+
if (props) {
|
|
1531
|
+
this.start = props.start;
|
|
1532
|
+
this.end = props.end;
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
this.flags = 0;
|
|
1536
|
+
}, {
|
|
1537
|
+
$documentation: "A reference to import.meta",
|
|
1538
|
+
});
|
|
1539
|
+
|
|
1540
|
+
var AST_Export = DEFNODE(
|
|
1541
|
+
"Export",
|
|
1542
|
+
"exported_definition exported_value is_default exported_names module_name assert_clause",
|
|
1543
|
+
function AST_Export(props) {
|
|
1544
|
+
if (props) {
|
|
1545
|
+
this.exported_definition = props.exported_definition;
|
|
1546
|
+
this.exported_value = props.exported_value;
|
|
1547
|
+
this.is_default = props.is_default;
|
|
1548
|
+
this.exported_names = props.exported_names;
|
|
1549
|
+
this.module_name = props.module_name;
|
|
1550
|
+
this.assert_clause = props.assert_clause;
|
|
1551
|
+
this.start = props.start;
|
|
1552
|
+
this.end = props.end;
|
|
1553
|
+
}
|
|
1554
|
+
|
|
1555
|
+
this.flags = 0;
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
$documentation: "An `export` statement",
|
|
1559
|
+
$propdoc: {
|
|
1560
|
+
exported_definition: "[AST_Defun|AST_Definitions|AST_DefClass?] An exported definition",
|
|
1561
|
+
exported_value: "[AST_Node?] An exported value",
|
|
1562
|
+
exported_names: "[AST_NameMapping*?] List of exported names",
|
|
1563
|
+
module_name: "[AST_String?] Name of the file to load exports from",
|
|
1564
|
+
is_default: "[Boolean] Whether this is the default exported value of this module",
|
|
1565
|
+
assert_clause: "[AST_Object?] The import assertion"
|
|
1566
|
+
},
|
|
1567
|
+
_walk: function (visitor) {
|
|
1568
|
+
return visitor._visit(this, function () {
|
|
1569
|
+
if (this.exported_definition) {
|
|
1570
|
+
this.exported_definition._walk(visitor);
|
|
1571
|
+
}
|
|
1572
|
+
if (this.exported_value) {
|
|
1573
|
+
this.exported_value._walk(visitor);
|
|
1574
|
+
}
|
|
1575
|
+
if (this.exported_names) {
|
|
1576
|
+
this.exported_names.forEach(function(name_export) {
|
|
1577
|
+
name_export._walk(visitor);
|
|
1578
|
+
});
|
|
1579
|
+
}
|
|
1580
|
+
if (this.module_name) {
|
|
1581
|
+
this.module_name._walk(visitor);
|
|
1582
|
+
}
|
|
1583
|
+
});
|
|
1584
|
+
},
|
|
1585
|
+
_children_backwards(push) {
|
|
1586
|
+
if (this.module_name) push(this.module_name);
|
|
1587
|
+
if (this.exported_names) {
|
|
1588
|
+
let i = this.exported_names.length;
|
|
1589
|
+
while (i--) push(this.exported_names[i]);
|
|
1590
|
+
}
|
|
1591
|
+
if (this.exported_value) push(this.exported_value);
|
|
1592
|
+
if (this.exported_definition) push(this.exported_definition);
|
|
1593
|
+
}
|
|
1594
|
+
},
|
|
1595
|
+
AST_Statement
|
|
1596
|
+
);
|
|
1597
|
+
|
|
1598
|
+
/* -----[ OTHER ]----- */
|
|
1599
|
+
|
|
1600
|
+
var AST_Call = DEFNODE(
|
|
1601
|
+
"Call",
|
|
1602
|
+
"expression args optional _annotations",
|
|
1603
|
+
function AST_Call(props) {
|
|
1604
|
+
if (props) {
|
|
1605
|
+
this.expression = props.expression;
|
|
1606
|
+
this.args = props.args;
|
|
1607
|
+
this.optional = props.optional;
|
|
1608
|
+
this._annotations = props._annotations;
|
|
1609
|
+
this.start = props.start;
|
|
1610
|
+
this.end = props.end;
|
|
1611
|
+
this.initialize();
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
this.flags = 0;
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
$documentation: "A function call expression",
|
|
1618
|
+
$propdoc: {
|
|
1619
|
+
expression: "[AST_Node] expression to invoke as function",
|
|
1620
|
+
args: "[AST_Node*] array of arguments",
|
|
1621
|
+
optional: "[boolean] whether this is an optional call (IE ?.() )",
|
|
1622
|
+
_annotations: "[number] bitfield containing information about the call"
|
|
1623
|
+
},
|
|
1624
|
+
initialize() {
|
|
1625
|
+
if (this._annotations == null) this._annotations = 0;
|
|
1626
|
+
},
|
|
1627
|
+
_walk(visitor) {
|
|
1628
|
+
return visitor._visit(this, function() {
|
|
1629
|
+
var args = this.args;
|
|
1630
|
+
for (var i = 0, len = args.length; i < len; i++) {
|
|
1631
|
+
args[i]._walk(visitor);
|
|
1632
|
+
}
|
|
1633
|
+
this.expression._walk(visitor); // TODO why do we need to crawl this last?
|
|
1634
|
+
});
|
|
1635
|
+
},
|
|
1636
|
+
_children_backwards(push) {
|
|
1637
|
+
let i = this.args.length;
|
|
1638
|
+
while (i--) push(this.args[i]);
|
|
1639
|
+
push(this.expression);
|
|
1640
|
+
},
|
|
1641
|
+
}
|
|
1642
|
+
);
|
|
1643
|
+
|
|
1644
|
+
var AST_New = DEFNODE("New", null, function AST_New(props) {
|
|
1645
|
+
if (props) {
|
|
1646
|
+
this.expression = props.expression;
|
|
1647
|
+
this.args = props.args;
|
|
1648
|
+
this.optional = props.optional;
|
|
1649
|
+
this._annotations = props._annotations;
|
|
1650
|
+
this.start = props.start;
|
|
1651
|
+
this.end = props.end;
|
|
1652
|
+
this.initialize();
|
|
1653
|
+
}
|
|
1654
|
+
|
|
1655
|
+
this.flags = 0;
|
|
1656
|
+
}, {
|
|
1657
|
+
$documentation: "An object instantiation. Derives from a function call since it has exactly the same properties"
|
|
1658
|
+
}, AST_Call);
|
|
1659
|
+
|
|
1660
|
+
var AST_Sequence = DEFNODE("Sequence", "expressions", function AST_Sequence(props) {
|
|
1661
|
+
if (props) {
|
|
1662
|
+
this.expressions = props.expressions;
|
|
1663
|
+
this.start = props.start;
|
|
1664
|
+
this.end = props.end;
|
|
1665
|
+
}
|
|
1666
|
+
|
|
1667
|
+
this.flags = 0;
|
|
1668
|
+
}, {
|
|
1669
|
+
$documentation: "A sequence expression (comma-separated expressions)",
|
|
1670
|
+
$propdoc: {
|
|
1671
|
+
expressions: "[AST_Node*] array of expressions (at least two)"
|
|
1672
|
+
},
|
|
1673
|
+
_walk: function(visitor) {
|
|
1674
|
+
return visitor._visit(this, function() {
|
|
1675
|
+
this.expressions.forEach(function(node) {
|
|
1676
|
+
node._walk(visitor);
|
|
1677
|
+
});
|
|
1678
|
+
});
|
|
1679
|
+
},
|
|
1680
|
+
_children_backwards(push) {
|
|
1681
|
+
let i = this.expressions.length;
|
|
1682
|
+
while (i--) push(this.expressions[i]);
|
|
1683
|
+
},
|
|
1684
|
+
});
|
|
1685
|
+
|
|
1686
|
+
var AST_PropAccess = DEFNODE(
|
|
1687
|
+
"PropAccess",
|
|
1688
|
+
"expression property optional",
|
|
1689
|
+
function AST_PropAccess(props) {
|
|
1690
|
+
if (props) {
|
|
1691
|
+
this.expression = props.expression;
|
|
1692
|
+
this.property = props.property;
|
|
1693
|
+
this.optional = props.optional;
|
|
1694
|
+
this.start = props.start;
|
|
1695
|
+
this.end = props.end;
|
|
1696
|
+
}
|
|
1697
|
+
|
|
1698
|
+
this.flags = 0;
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
$documentation: "Base class for property access expressions, i.e. `a.foo` or `a[\"foo\"]`",
|
|
1702
|
+
$propdoc: {
|
|
1703
|
+
expression: "[AST_Node] the “container” expression",
|
|
1704
|
+
property: "[AST_Node|string] the property to access. For AST_Dot & AST_DotHash this is always a plain string, while for AST_Sub it's an arbitrary AST_Node",
|
|
1705
|
+
|
|
1706
|
+
optional: "[boolean] whether this is an optional property access (IE ?.)"
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1709
|
+
);
|
|
1710
|
+
|
|
1711
|
+
var AST_Dot = DEFNODE("Dot", "quote", function AST_Dot(props) {
|
|
1712
|
+
if (props) {
|
|
1713
|
+
this.quote = props.quote;
|
|
1714
|
+
this.expression = props.expression;
|
|
1715
|
+
this.property = props.property;
|
|
1716
|
+
this.optional = props.optional;
|
|
1717
|
+
this._annotations = props._annotations;
|
|
1718
|
+
this.start = props.start;
|
|
1719
|
+
this.end = props.end;
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
this.flags = 0;
|
|
1723
|
+
}, {
|
|
1724
|
+
$documentation: "A dotted property access expression",
|
|
1725
|
+
$propdoc: {
|
|
1726
|
+
quote: "[string] the original quote character when transformed from AST_Sub",
|
|
1727
|
+
},
|
|
1728
|
+
_walk: function(visitor) {
|
|
1729
|
+
return visitor._visit(this, function() {
|
|
1730
|
+
this.expression._walk(visitor);
|
|
1731
|
+
});
|
|
1732
|
+
},
|
|
1733
|
+
_children_backwards(push) {
|
|
1734
|
+
push(this.expression);
|
|
1735
|
+
},
|
|
1736
|
+
}, AST_PropAccess);
|
|
1737
|
+
|
|
1738
|
+
var AST_DotHash = DEFNODE("DotHash", "", function AST_DotHash(props) {
|
|
1739
|
+
if (props) {
|
|
1740
|
+
this.expression = props.expression;
|
|
1741
|
+
this.property = props.property;
|
|
1742
|
+
this.optional = props.optional;
|
|
1743
|
+
this.start = props.start;
|
|
1744
|
+
this.end = props.end;
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
this.flags = 0;
|
|
1748
|
+
}, {
|
|
1749
|
+
$documentation: "A dotted property access to a private property",
|
|
1750
|
+
_walk: function(visitor) {
|
|
1751
|
+
return visitor._visit(this, function() {
|
|
1752
|
+
this.expression._walk(visitor);
|
|
1753
|
+
});
|
|
1754
|
+
},
|
|
1755
|
+
_children_backwards(push) {
|
|
1756
|
+
push(this.expression);
|
|
1757
|
+
},
|
|
1758
|
+
}, AST_PropAccess);
|
|
1759
|
+
|
|
1760
|
+
var AST_Sub = DEFNODE("Sub", null, function AST_Sub(props) {
|
|
1761
|
+
if (props) {
|
|
1762
|
+
this.expression = props.expression;
|
|
1763
|
+
this.property = props.property;
|
|
1764
|
+
this.optional = props.optional;
|
|
1765
|
+
this._annotations = props._annotations;
|
|
1766
|
+
this.start = props.start;
|
|
1767
|
+
this.end = props.end;
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1770
|
+
this.flags = 0;
|
|
1771
|
+
}, {
|
|
1772
|
+
$documentation: "Index-style property access, i.e. `a[\"foo\"]`",
|
|
1773
|
+
_walk: function(visitor) {
|
|
1774
|
+
return visitor._visit(this, function() {
|
|
1775
|
+
this.expression._walk(visitor);
|
|
1776
|
+
this.property._walk(visitor);
|
|
1777
|
+
});
|
|
1778
|
+
},
|
|
1779
|
+
_children_backwards(push) {
|
|
1780
|
+
push(this.property);
|
|
1781
|
+
push(this.expression);
|
|
1782
|
+
},
|
|
1783
|
+
}, AST_PropAccess);
|
|
1784
|
+
|
|
1785
|
+
var AST_Chain = DEFNODE("Chain", "expression", function AST_Chain(props) {
|
|
1786
|
+
if (props) {
|
|
1787
|
+
this.expression = props.expression;
|
|
1788
|
+
this.start = props.start;
|
|
1789
|
+
this.end = props.end;
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
this.flags = 0;
|
|
1793
|
+
}, {
|
|
1794
|
+
$documentation: "A chain expression like a?.b?.(c)?.[d]",
|
|
1795
|
+
$propdoc: {
|
|
1796
|
+
expression: "[AST_Call|AST_Dot|AST_DotHash|AST_Sub] chain element."
|
|
1797
|
+
},
|
|
1798
|
+
_walk: function (visitor) {
|
|
1799
|
+
return visitor._visit(this, function() {
|
|
1800
|
+
this.expression._walk(visitor);
|
|
1801
|
+
});
|
|
1802
|
+
},
|
|
1803
|
+
_children_backwards(push) {
|
|
1804
|
+
push(this.expression);
|
|
1805
|
+
},
|
|
1806
|
+
});
|
|
1807
|
+
|
|
1808
|
+
var AST_Unary = DEFNODE("Unary", "operator expression", function AST_Unary(props) {
|
|
1809
|
+
if (props) {
|
|
1810
|
+
this.operator = props.operator;
|
|
1811
|
+
this.expression = props.expression;
|
|
1812
|
+
this.start = props.start;
|
|
1813
|
+
this.end = props.end;
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
this.flags = 0;
|
|
1817
|
+
}, {
|
|
1818
|
+
$documentation: "Base class for unary expressions",
|
|
1819
|
+
$propdoc: {
|
|
1820
|
+
operator: "[string] the operator",
|
|
1821
|
+
expression: "[AST_Node] expression that this unary operator applies to"
|
|
1822
|
+
},
|
|
1823
|
+
_walk: function(visitor) {
|
|
1824
|
+
return visitor._visit(this, function() {
|
|
1825
|
+
this.expression._walk(visitor);
|
|
1826
|
+
});
|
|
1827
|
+
},
|
|
1828
|
+
_children_backwards(push) {
|
|
1829
|
+
push(this.expression);
|
|
1830
|
+
},
|
|
1831
|
+
});
|
|
1832
|
+
|
|
1833
|
+
var AST_UnaryPrefix = DEFNODE("UnaryPrefix", null, function AST_UnaryPrefix(props) {
|
|
1834
|
+
if (props) {
|
|
1835
|
+
this.operator = props.operator;
|
|
1836
|
+
this.expression = props.expression;
|
|
1837
|
+
this.start = props.start;
|
|
1838
|
+
this.end = props.end;
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
this.flags = 0;
|
|
1842
|
+
}, {
|
|
1843
|
+
$documentation: "Unary prefix expression, i.e. `typeof i` or `++i`"
|
|
1844
|
+
}, AST_Unary);
|
|
1845
|
+
|
|
1846
|
+
var AST_UnaryPostfix = DEFNODE("UnaryPostfix", null, function AST_UnaryPostfix(props) {
|
|
1847
|
+
if (props) {
|
|
1848
|
+
this.operator = props.operator;
|
|
1849
|
+
this.expression = props.expression;
|
|
1850
|
+
this.start = props.start;
|
|
1851
|
+
this.end = props.end;
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
this.flags = 0;
|
|
1855
|
+
}, {
|
|
1856
|
+
$documentation: "Unary postfix expression, i.e. `i++`"
|
|
1857
|
+
}, AST_Unary);
|
|
1858
|
+
|
|
1859
|
+
var AST_Binary = DEFNODE("Binary", "operator left right", function AST_Binary(props) {
|
|
1860
|
+
if (props) {
|
|
1861
|
+
this.operator = props.operator;
|
|
1862
|
+
this.left = props.left;
|
|
1863
|
+
this.right = props.right;
|
|
1864
|
+
this.start = props.start;
|
|
1865
|
+
this.end = props.end;
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
this.flags = 0;
|
|
1869
|
+
}, {
|
|
1870
|
+
$documentation: "Binary expression, i.e. `a + b`",
|
|
1871
|
+
$propdoc: {
|
|
1872
|
+
left: "[AST_Node] left-hand side expression",
|
|
1873
|
+
operator: "[string] the operator",
|
|
1874
|
+
right: "[AST_Node] right-hand side expression"
|
|
1875
|
+
},
|
|
1876
|
+
_walk: function(visitor) {
|
|
1877
|
+
return visitor._visit(this, function() {
|
|
1878
|
+
this.left._walk(visitor);
|
|
1879
|
+
this.right._walk(visitor);
|
|
1880
|
+
});
|
|
1881
|
+
},
|
|
1882
|
+
_children_backwards(push) {
|
|
1883
|
+
push(this.right);
|
|
1884
|
+
push(this.left);
|
|
1885
|
+
},
|
|
1886
|
+
});
|
|
1887
|
+
|
|
1888
|
+
var AST_Conditional = DEFNODE(
|
|
1889
|
+
"Conditional",
|
|
1890
|
+
"condition consequent alternative",
|
|
1891
|
+
function AST_Conditional(props) {
|
|
1892
|
+
if (props) {
|
|
1893
|
+
this.condition = props.condition;
|
|
1894
|
+
this.consequent = props.consequent;
|
|
1895
|
+
this.alternative = props.alternative;
|
|
1896
|
+
this.start = props.start;
|
|
1897
|
+
this.end = props.end;
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1900
|
+
this.flags = 0;
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
$documentation: "Conditional expression using the ternary operator, i.e. `a ? b : c`",
|
|
1904
|
+
$propdoc: {
|
|
1905
|
+
condition: "[AST_Node]",
|
|
1906
|
+
consequent: "[AST_Node]",
|
|
1907
|
+
alternative: "[AST_Node]"
|
|
1908
|
+
},
|
|
1909
|
+
_walk: function(visitor) {
|
|
1910
|
+
return visitor._visit(this, function() {
|
|
1911
|
+
this.condition._walk(visitor);
|
|
1912
|
+
this.consequent._walk(visitor);
|
|
1913
|
+
this.alternative._walk(visitor);
|
|
1914
|
+
});
|
|
1915
|
+
},
|
|
1916
|
+
_children_backwards(push) {
|
|
1917
|
+
push(this.alternative);
|
|
1918
|
+
push(this.consequent);
|
|
1919
|
+
push(this.condition);
|
|
1920
|
+
},
|
|
1921
|
+
}
|
|
1922
|
+
);
|
|
1923
|
+
|
|
1924
|
+
var AST_Assign = DEFNODE("Assign", "logical", function AST_Assign(props) {
|
|
1925
|
+
if (props) {
|
|
1926
|
+
this.logical = props.logical;
|
|
1927
|
+
this.operator = props.operator;
|
|
1928
|
+
this.left = props.left;
|
|
1929
|
+
this.right = props.right;
|
|
1930
|
+
this.start = props.start;
|
|
1931
|
+
this.end = props.end;
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
this.flags = 0;
|
|
1935
|
+
}, {
|
|
1936
|
+
$documentation: "An assignment expression — `a = b + 5`",
|
|
1937
|
+
$propdoc: {
|
|
1938
|
+
logical: "Whether it's a logical assignment"
|
|
1939
|
+
}
|
|
1940
|
+
}, AST_Binary);
|
|
1941
|
+
|
|
1942
|
+
var AST_DefaultAssign = DEFNODE("DefaultAssign", null, function AST_DefaultAssign(props) {
|
|
1943
|
+
if (props) {
|
|
1944
|
+
this.operator = props.operator;
|
|
1945
|
+
this.left = props.left;
|
|
1946
|
+
this.right = props.right;
|
|
1947
|
+
this.start = props.start;
|
|
1948
|
+
this.end = props.end;
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1951
|
+
this.flags = 0;
|
|
1952
|
+
}, {
|
|
1953
|
+
$documentation: "A default assignment expression like in `(a = 3) => a`"
|
|
1954
|
+
}, AST_Binary);
|
|
1955
|
+
|
|
1956
|
+
/* -----[ LITERALS ]----- */
|
|
1957
|
+
|
|
1958
|
+
var AST_Array = DEFNODE("Array", "elements", function AST_Array(props) {
|
|
1959
|
+
if (props) {
|
|
1960
|
+
this.elements = props.elements;
|
|
1961
|
+
this.start = props.start;
|
|
1962
|
+
this.end = props.end;
|
|
1963
|
+
}
|
|
1964
|
+
|
|
1965
|
+
this.flags = 0;
|
|
1966
|
+
}, {
|
|
1967
|
+
$documentation: "An array literal",
|
|
1968
|
+
$propdoc: {
|
|
1969
|
+
elements: "[AST_Node*] array of elements"
|
|
1970
|
+
},
|
|
1971
|
+
_walk: function(visitor) {
|
|
1972
|
+
return visitor._visit(this, function() {
|
|
1973
|
+
var elements = this.elements;
|
|
1974
|
+
for (var i = 0, len = elements.length; i < len; i++) {
|
|
1975
|
+
elements[i]._walk(visitor);
|
|
1976
|
+
}
|
|
1977
|
+
});
|
|
1978
|
+
},
|
|
1979
|
+
_children_backwards(push) {
|
|
1980
|
+
let i = this.elements.length;
|
|
1981
|
+
while (i--) push(this.elements[i]);
|
|
1982
|
+
},
|
|
1983
|
+
});
|
|
1984
|
+
|
|
1985
|
+
var AST_Object = DEFNODE("Object", "properties", function AST_Object(props) {
|
|
1986
|
+
if (props) {
|
|
1987
|
+
this.properties = props.properties;
|
|
1988
|
+
this.start = props.start;
|
|
1989
|
+
this.end = props.end;
|
|
1990
|
+
}
|
|
1991
|
+
|
|
1992
|
+
this.flags = 0;
|
|
1993
|
+
}, {
|
|
1994
|
+
$documentation: "An object literal",
|
|
1995
|
+
$propdoc: {
|
|
1996
|
+
properties: "[AST_ObjectProperty*] array of properties"
|
|
1997
|
+
},
|
|
1998
|
+
_walk: function(visitor) {
|
|
1999
|
+
return visitor._visit(this, function() {
|
|
2000
|
+
var properties = this.properties;
|
|
2001
|
+
for (var i = 0, len = properties.length; i < len; i++) {
|
|
2002
|
+
properties[i]._walk(visitor);
|
|
2003
|
+
}
|
|
2004
|
+
});
|
|
2005
|
+
},
|
|
2006
|
+
_children_backwards(push) {
|
|
2007
|
+
let i = this.properties.length;
|
|
2008
|
+
while (i--) push(this.properties[i]);
|
|
2009
|
+
},
|
|
2010
|
+
});
|
|
2011
|
+
|
|
2012
|
+
var AST_ObjectProperty = DEFNODE("ObjectProperty", "key value", function AST_ObjectProperty(props) {
|
|
2013
|
+
if (props) {
|
|
2014
|
+
this.key = props.key;
|
|
2015
|
+
this.value = props.value;
|
|
2016
|
+
this.start = props.start;
|
|
2017
|
+
this.end = props.end;
|
|
2018
|
+
this._annotations = props._annotations;
|
|
2019
|
+
}
|
|
2020
|
+
|
|
2021
|
+
this.flags = 0;
|
|
2022
|
+
}, {
|
|
2023
|
+
$documentation: "Base class for literal object properties",
|
|
2024
|
+
$propdoc: {
|
|
2025
|
+
key: "[string|AST_Node] property name. For ObjectKeyVal this is a string. For getters, setters and computed property this is an AST_Node.",
|
|
2026
|
+
value: "[AST_Node] property value. For getters and setters this is an AST_Accessor."
|
|
2027
|
+
},
|
|
2028
|
+
_walk: function(visitor) {
|
|
2029
|
+
return visitor._visit(this, function() {
|
|
2030
|
+
if (this.key instanceof AST_Node)
|
|
2031
|
+
this.key._walk(visitor);
|
|
2032
|
+
this.value._walk(visitor);
|
|
2033
|
+
});
|
|
2034
|
+
},
|
|
2035
|
+
_children_backwards(push) {
|
|
2036
|
+
push(this.value);
|
|
2037
|
+
if (this.key instanceof AST_Node) push(this.key);
|
|
2038
|
+
}
|
|
2039
|
+
});
|
|
2040
|
+
|
|
2041
|
+
var AST_ObjectKeyVal = DEFNODE("ObjectKeyVal", "quote", function AST_ObjectKeyVal(props) {
|
|
2042
|
+
if (props) {
|
|
2043
|
+
this.quote = props.quote;
|
|
2044
|
+
this.key = props.key;
|
|
2045
|
+
this.value = props.value;
|
|
2046
|
+
this.start = props.start;
|
|
2047
|
+
this.end = props.end;
|
|
2048
|
+
this._annotations = props._annotations;
|
|
2049
|
+
}
|
|
2050
|
+
|
|
2051
|
+
this.flags = 0;
|
|
2052
|
+
}, {
|
|
2053
|
+
$documentation: "A key: value object property",
|
|
2054
|
+
$propdoc: {
|
|
2055
|
+
quote: "[string] the original quote character"
|
|
2056
|
+
},
|
|
2057
|
+
computed_key() {
|
|
2058
|
+
return this.key instanceof AST_Node;
|
|
2059
|
+
}
|
|
2060
|
+
}, AST_ObjectProperty);
|
|
2061
|
+
|
|
2062
|
+
var AST_PrivateSetter = DEFNODE("PrivateSetter", "static", function AST_PrivateSetter(props) {
|
|
2063
|
+
if (props) {
|
|
2064
|
+
this.static = props.static;
|
|
2065
|
+
this.key = props.key;
|
|
2066
|
+
this.value = props.value;
|
|
2067
|
+
this.start = props.start;
|
|
2068
|
+
this.end = props.end;
|
|
2069
|
+
}
|
|
2070
|
+
|
|
2071
|
+
this.flags = 0;
|
|
2072
|
+
}, {
|
|
2073
|
+
$propdoc: {
|
|
2074
|
+
static: "[boolean] whether this is a static private setter"
|
|
2075
|
+
},
|
|
2076
|
+
$documentation: "A private setter property",
|
|
2077
|
+
computed_key() {
|
|
2078
|
+
return false;
|
|
2079
|
+
}
|
|
2080
|
+
}, AST_ObjectProperty);
|
|
2081
|
+
|
|
2082
|
+
var AST_PrivateGetter = DEFNODE("PrivateGetter", "static", function AST_PrivateGetter(props) {
|
|
2083
|
+
if (props) {
|
|
2084
|
+
this.static = props.static;
|
|
2085
|
+
this.key = props.key;
|
|
2086
|
+
this.value = props.value;
|
|
2087
|
+
this.start = props.start;
|
|
2088
|
+
this.end = props.end;
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2091
|
+
this.flags = 0;
|
|
2092
|
+
}, {
|
|
2093
|
+
$propdoc: {
|
|
2094
|
+
static: "[boolean] whether this is a static private getter"
|
|
2095
|
+
},
|
|
2096
|
+
$documentation: "A private getter property",
|
|
2097
|
+
computed_key() {
|
|
2098
|
+
return false;
|
|
2099
|
+
}
|
|
2100
|
+
}, AST_ObjectProperty);
|
|
2101
|
+
|
|
2102
|
+
var AST_ObjectSetter = DEFNODE("ObjectSetter", "quote static", function AST_ObjectSetter(props) {
|
|
2103
|
+
if (props) {
|
|
2104
|
+
this.quote = props.quote;
|
|
2105
|
+
this.static = props.static;
|
|
2106
|
+
this.key = props.key;
|
|
2107
|
+
this.value = props.value;
|
|
2108
|
+
this.start = props.start;
|
|
2109
|
+
this.end = props.end;
|
|
2110
|
+
this._annotations = props._annotations;
|
|
2111
|
+
}
|
|
2112
|
+
|
|
2113
|
+
this.flags = 0;
|
|
2114
|
+
}, {
|
|
2115
|
+
$propdoc: {
|
|
2116
|
+
quote: "[string|undefined] the original quote character, if any",
|
|
2117
|
+
static: "[boolean] whether this is a static setter (classes only)"
|
|
2118
|
+
},
|
|
2119
|
+
$documentation: "An object setter property",
|
|
2120
|
+
computed_key() {
|
|
2121
|
+
return !(this.key instanceof AST_SymbolMethod);
|
|
2122
|
+
}
|
|
2123
|
+
}, AST_ObjectProperty);
|
|
2124
|
+
|
|
2125
|
+
var AST_ObjectGetter = DEFNODE("ObjectGetter", "quote static", function AST_ObjectGetter(props) {
|
|
2126
|
+
if (props) {
|
|
2127
|
+
this.quote = props.quote;
|
|
2128
|
+
this.static = props.static;
|
|
2129
|
+
this.key = props.key;
|
|
2130
|
+
this.value = props.value;
|
|
2131
|
+
this.start = props.start;
|
|
2132
|
+
this.end = props.end;
|
|
2133
|
+
this._annotations = props._annotations;
|
|
2134
|
+
}
|
|
2135
|
+
|
|
2136
|
+
this.flags = 0;
|
|
2137
|
+
}, {
|
|
2138
|
+
$propdoc: {
|
|
2139
|
+
quote: "[string|undefined] the original quote character, if any",
|
|
2140
|
+
static: "[boolean] whether this is a static getter (classes only)"
|
|
2141
|
+
},
|
|
2142
|
+
$documentation: "An object getter property",
|
|
2143
|
+
computed_key() {
|
|
2144
|
+
return !(this.key instanceof AST_SymbolMethod);
|
|
2145
|
+
}
|
|
2146
|
+
}, AST_ObjectProperty);
|
|
2147
|
+
|
|
2148
|
+
var AST_ConciseMethod = DEFNODE(
|
|
2149
|
+
"ConciseMethod",
|
|
2150
|
+
"quote static is_generator async",
|
|
2151
|
+
function AST_ConciseMethod(props) {
|
|
2152
|
+
if (props) {
|
|
2153
|
+
this.quote = props.quote;
|
|
2154
|
+
this.static = props.static;
|
|
2155
|
+
this.is_generator = props.is_generator;
|
|
2156
|
+
this.async = props.async;
|
|
2157
|
+
this.key = props.key;
|
|
2158
|
+
this.value = props.value;
|
|
2159
|
+
this.start = props.start;
|
|
2160
|
+
this.end = props.end;
|
|
2161
|
+
this._annotations = props._annotations;
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
this.flags = 0;
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
$propdoc: {
|
|
2168
|
+
quote: "[string|undefined] the original quote character, if any",
|
|
2169
|
+
static: "[boolean] is this method static (classes only)",
|
|
2170
|
+
is_generator: "[boolean] is this a generator method",
|
|
2171
|
+
async: "[boolean] is this method async",
|
|
2172
|
+
},
|
|
2173
|
+
$documentation: "An ES6 concise method inside an object or class",
|
|
2174
|
+
computed_key() {
|
|
2175
|
+
return !(this.key instanceof AST_SymbolMethod);
|
|
2176
|
+
}
|
|
2177
|
+
},
|
|
2178
|
+
AST_ObjectProperty
|
|
2179
|
+
);
|
|
2180
|
+
|
|
2181
|
+
var AST_PrivateMethod = DEFNODE("PrivateMethod", "", function AST_PrivateMethod(props) {
|
|
2182
|
+
if (props) {
|
|
2183
|
+
this.quote = props.quote;
|
|
2184
|
+
this.static = props.static;
|
|
2185
|
+
this.is_generator = props.is_generator;
|
|
2186
|
+
this.async = props.async;
|
|
2187
|
+
this.key = props.key;
|
|
2188
|
+
this.value = props.value;
|
|
2189
|
+
this.start = props.start;
|
|
2190
|
+
this.end = props.end;
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
this.flags = 0;
|
|
2194
|
+
}, {
|
|
2195
|
+
$documentation: "A private class method inside a class",
|
|
2196
|
+
}, AST_ConciseMethod);
|
|
2197
|
+
|
|
2198
|
+
var AST_Class = DEFNODE("Class", "name extends properties", function AST_Class(props) {
|
|
2199
|
+
if (props) {
|
|
2200
|
+
this.name = props.name;
|
|
2201
|
+
this.extends = props.extends;
|
|
2202
|
+
this.properties = props.properties;
|
|
2203
|
+
this.variables = props.variables;
|
|
2204
|
+
this.uses_with = props.uses_with;
|
|
2205
|
+
this.uses_eval = props.uses_eval;
|
|
2206
|
+
this.parent_scope = props.parent_scope;
|
|
2207
|
+
this.enclosed = props.enclosed;
|
|
2208
|
+
this.cname = props.cname;
|
|
2209
|
+
this.body = props.body;
|
|
2210
|
+
this.block_scope = props.block_scope;
|
|
2211
|
+
this.start = props.start;
|
|
2212
|
+
this.end = props.end;
|
|
2213
|
+
}
|
|
2214
|
+
|
|
2215
|
+
this.flags = 0;
|
|
2216
|
+
}, {
|
|
2217
|
+
$propdoc: {
|
|
2218
|
+
name: "[AST_SymbolClass|AST_SymbolDefClass?] optional class name.",
|
|
2219
|
+
extends: "[AST_Node]? optional parent class",
|
|
2220
|
+
properties: "[AST_ObjectProperty*] array of properties"
|
|
2221
|
+
},
|
|
2222
|
+
$documentation: "An ES6 class",
|
|
2223
|
+
_walk: function(visitor) {
|
|
2224
|
+
return visitor._visit(this, function() {
|
|
2225
|
+
if (this.name) {
|
|
2226
|
+
this.name._walk(visitor);
|
|
2227
|
+
}
|
|
2228
|
+
if (this.extends) {
|
|
2229
|
+
this.extends._walk(visitor);
|
|
2230
|
+
}
|
|
2231
|
+
this.properties.forEach((prop) => prop._walk(visitor));
|
|
2232
|
+
});
|
|
2233
|
+
},
|
|
2234
|
+
_children_backwards(push) {
|
|
2235
|
+
let i = this.properties.length;
|
|
2236
|
+
while (i--) push(this.properties[i]);
|
|
2237
|
+
if (this.extends) push(this.extends);
|
|
2238
|
+
if (this.name) push(this.name);
|
|
2239
|
+
},
|
|
2240
|
+
/** go through the bits that are executed instantly, not when the class is `new`'d. Doesn't walk the name. */
|
|
2241
|
+
visit_nondeferred_class_parts(visitor) {
|
|
2242
|
+
if (this.extends) {
|
|
2243
|
+
this.extends._walk(visitor);
|
|
2244
|
+
}
|
|
2245
|
+
this.properties.forEach((prop) => {
|
|
2246
|
+
if (prop instanceof AST_ClassStaticBlock) {
|
|
2247
|
+
prop._walk(visitor);
|
|
2248
|
+
return;
|
|
2249
|
+
}
|
|
2250
|
+
if (prop.computed_key()) {
|
|
2251
|
+
visitor.push(prop);
|
|
2252
|
+
prop.key._walk(visitor);
|
|
2253
|
+
visitor.pop();
|
|
2254
|
+
}
|
|
2255
|
+
if ((prop instanceof AST_ClassPrivateProperty || prop instanceof AST_ClassProperty) && prop.static && prop.value) {
|
|
2256
|
+
visitor.push(prop);
|
|
2257
|
+
prop.value._walk(visitor);
|
|
2258
|
+
visitor.pop();
|
|
2259
|
+
}
|
|
2260
|
+
});
|
|
2261
|
+
},
|
|
2262
|
+
/** go through the bits that are executed later, when the class is `new`'d or a static method is called */
|
|
2263
|
+
visit_deferred_class_parts(visitor) {
|
|
2264
|
+
this.properties.forEach((prop) => {
|
|
2265
|
+
if (prop instanceof AST_ConciseMethod) {
|
|
2266
|
+
prop.walk(visitor);
|
|
2267
|
+
} else if (prop instanceof AST_ClassProperty && !prop.static && prop.value) {
|
|
2268
|
+
visitor.push(prop);
|
|
2269
|
+
prop.value._walk(visitor);
|
|
2270
|
+
visitor.pop();
|
|
2271
|
+
}
|
|
2272
|
+
});
|
|
2273
|
+
},
|
|
2274
|
+
}, AST_Scope /* TODO a class might have a scope but it's not a scope */);
|
|
2275
|
+
|
|
2276
|
+
var AST_ClassProperty = DEFNODE("ClassProperty", "static quote", function AST_ClassProperty(props) {
|
|
2277
|
+
if (props) {
|
|
2278
|
+
this.static = props.static;
|
|
2279
|
+
this.quote = props.quote;
|
|
2280
|
+
this.key = props.key;
|
|
2281
|
+
this.value = props.value;
|
|
2282
|
+
this.start = props.start;
|
|
2283
|
+
this.end = props.end;
|
|
2284
|
+
this._annotations = props._annotations;
|
|
2285
|
+
}
|
|
2286
|
+
|
|
2287
|
+
this.flags = 0;
|
|
2288
|
+
}, {
|
|
2289
|
+
$documentation: "A class property",
|
|
2290
|
+
$propdoc: {
|
|
2291
|
+
static: "[boolean] whether this is a static key",
|
|
2292
|
+
quote: "[string] which quote is being used"
|
|
2293
|
+
},
|
|
2294
|
+
_walk: function(visitor) {
|
|
2295
|
+
return visitor._visit(this, function() {
|
|
2296
|
+
if (this.key instanceof AST_Node)
|
|
2297
|
+
this.key._walk(visitor);
|
|
2298
|
+
if (this.value instanceof AST_Node)
|
|
2299
|
+
this.value._walk(visitor);
|
|
2300
|
+
});
|
|
2301
|
+
},
|
|
2302
|
+
_children_backwards(push) {
|
|
2303
|
+
if (this.value instanceof AST_Node) push(this.value);
|
|
2304
|
+
if (this.key instanceof AST_Node) push(this.key);
|
|
2305
|
+
},
|
|
2306
|
+
computed_key() {
|
|
2307
|
+
return !(this.key instanceof AST_SymbolClassProperty);
|
|
2308
|
+
}
|
|
2309
|
+
}, AST_ObjectProperty);
|
|
2310
|
+
|
|
2311
|
+
var AST_ClassPrivateProperty = DEFNODE("ClassPrivateProperty", "", function AST_ClassPrivateProperty(props) {
|
|
2312
|
+
if (props) {
|
|
2313
|
+
this.static = props.static;
|
|
2314
|
+
this.quote = props.quote;
|
|
2315
|
+
this.key = props.key;
|
|
2316
|
+
this.value = props.value;
|
|
2317
|
+
this.start = props.start;
|
|
2318
|
+
this.end = props.end;
|
|
2319
|
+
}
|
|
2320
|
+
|
|
2321
|
+
this.flags = 0;
|
|
2322
|
+
}, {
|
|
2323
|
+
$documentation: "A class property for a private property",
|
|
2324
|
+
}, AST_ClassProperty);
|
|
2325
|
+
|
|
2326
|
+
var AST_PrivateIn = DEFNODE("PrivateIn", "key value", function AST_PrivateIn(props) {
|
|
2327
|
+
if (props) {
|
|
2328
|
+
this.key = props.key;
|
|
2329
|
+
this.value = props.value;
|
|
2330
|
+
this.start = props.start;
|
|
2331
|
+
this.end = props.end;
|
|
2332
|
+
}
|
|
2333
|
+
|
|
2334
|
+
this.flags = 0;
|
|
2335
|
+
}, {
|
|
2336
|
+
$documentation: "An `in` binop when the key is private, eg #x in this",
|
|
2337
|
+
_walk: function(visitor) {
|
|
2338
|
+
return visitor._visit(this, function() {
|
|
2339
|
+
this.key._walk(visitor);
|
|
2340
|
+
this.value._walk(visitor);
|
|
2341
|
+
});
|
|
2342
|
+
},
|
|
2343
|
+
_children_backwards(push) {
|
|
2344
|
+
push(this.value);
|
|
2345
|
+
push(this.key);
|
|
2346
|
+
},
|
|
2347
|
+
});
|
|
2348
|
+
|
|
2349
|
+
var AST_DefClass = DEFNODE("DefClass", null, function AST_DefClass(props) {
|
|
2350
|
+
if (props) {
|
|
2351
|
+
this.name = props.name;
|
|
2352
|
+
this.extends = props.extends;
|
|
2353
|
+
this.properties = props.properties;
|
|
2354
|
+
this.variables = props.variables;
|
|
2355
|
+
this.uses_with = props.uses_with;
|
|
2356
|
+
this.uses_eval = props.uses_eval;
|
|
2357
|
+
this.parent_scope = props.parent_scope;
|
|
2358
|
+
this.enclosed = props.enclosed;
|
|
2359
|
+
this.cname = props.cname;
|
|
2360
|
+
this.body = props.body;
|
|
2361
|
+
this.block_scope = props.block_scope;
|
|
2362
|
+
this.start = props.start;
|
|
2363
|
+
this.end = props.end;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
this.flags = 0;
|
|
2367
|
+
}, {
|
|
2368
|
+
$documentation: "A class definition",
|
|
2369
|
+
}, AST_Class);
|
|
2370
|
+
|
|
2371
|
+
var AST_ClassStaticBlock = DEFNODE("ClassStaticBlock", "body block_scope", function AST_ClassStaticBlock (props) {
|
|
2372
|
+
this.body = props.body;
|
|
2373
|
+
this.block_scope = props.block_scope;
|
|
2374
|
+
this.start = props.start;
|
|
2375
|
+
this.end = props.end;
|
|
2376
|
+
}, {
|
|
2377
|
+
$documentation: "A block containing statements to be executed in the context of the class",
|
|
2378
|
+
$propdoc: {
|
|
2379
|
+
body: "[AST_Statement*] an array of statements",
|
|
2380
|
+
},
|
|
2381
|
+
_walk: function(visitor) {
|
|
2382
|
+
return visitor._visit(this, function() {
|
|
2383
|
+
walk_body(this, visitor);
|
|
2384
|
+
});
|
|
2385
|
+
},
|
|
2386
|
+
_children_backwards(push) {
|
|
2387
|
+
let i = this.body.length;
|
|
2388
|
+
while (i--) push(this.body[i]);
|
|
2389
|
+
},
|
|
2390
|
+
clone: clone_block_scope,
|
|
2391
|
+
computed_key: () => false
|
|
2392
|
+
}, AST_Scope);
|
|
2393
|
+
|
|
2394
|
+
var AST_ClassExpression = DEFNODE("ClassExpression", null, function AST_ClassExpression(props) {
|
|
2395
|
+
if (props) {
|
|
2396
|
+
this.name = props.name;
|
|
2397
|
+
this.extends = props.extends;
|
|
2398
|
+
this.properties = props.properties;
|
|
2399
|
+
this.variables = props.variables;
|
|
2400
|
+
this.uses_with = props.uses_with;
|
|
2401
|
+
this.uses_eval = props.uses_eval;
|
|
2402
|
+
this.parent_scope = props.parent_scope;
|
|
2403
|
+
this.enclosed = props.enclosed;
|
|
2404
|
+
this.cname = props.cname;
|
|
2405
|
+
this.body = props.body;
|
|
2406
|
+
this.block_scope = props.block_scope;
|
|
2407
|
+
this.start = props.start;
|
|
2408
|
+
this.end = props.end;
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
this.flags = 0;
|
|
2412
|
+
}, {
|
|
2413
|
+
$documentation: "A class expression."
|
|
2414
|
+
}, AST_Class);
|
|
2415
|
+
|
|
2416
|
+
var AST_Symbol = DEFNODE("Symbol", "scope name thedef", function AST_Symbol(props) {
|
|
2417
|
+
if (props) {
|
|
2418
|
+
this.scope = props.scope;
|
|
2419
|
+
this.name = props.name;
|
|
2420
|
+
this.thedef = props.thedef;
|
|
2421
|
+
this.start = props.start;
|
|
2422
|
+
this.end = props.end;
|
|
2423
|
+
}
|
|
2424
|
+
|
|
2425
|
+
this.flags = 0;
|
|
2426
|
+
}, {
|
|
2427
|
+
$propdoc: {
|
|
2428
|
+
name: "[string] name of this symbol",
|
|
2429
|
+
scope: "[AST_Scope/S] the current scope (not necessarily the definition scope)",
|
|
2430
|
+
thedef: "[SymbolDef/S] the definition of this symbol"
|
|
2431
|
+
},
|
|
2432
|
+
$documentation: "Base class for all symbols"
|
|
2433
|
+
});
|
|
2434
|
+
|
|
2435
|
+
var AST_NewTarget = DEFNODE("NewTarget", null, function AST_NewTarget(props) {
|
|
2436
|
+
if (props) {
|
|
2437
|
+
this.start = props.start;
|
|
2438
|
+
this.end = props.end;
|
|
2439
|
+
}
|
|
2440
|
+
|
|
2441
|
+
this.flags = 0;
|
|
2442
|
+
}, {
|
|
2443
|
+
$documentation: "A reference to new.target"
|
|
2444
|
+
});
|
|
2445
|
+
|
|
2446
|
+
var AST_SymbolDeclaration = DEFNODE("SymbolDeclaration", "init", function AST_SymbolDeclaration(props) {
|
|
2447
|
+
if (props) {
|
|
2448
|
+
this.init = props.init;
|
|
2449
|
+
this.scope = props.scope;
|
|
2450
|
+
this.name = props.name;
|
|
2451
|
+
this.thedef = props.thedef;
|
|
2452
|
+
this.start = props.start;
|
|
2453
|
+
this.end = props.end;
|
|
2454
|
+
}
|
|
2455
|
+
|
|
2456
|
+
this.flags = 0;
|
|
2457
|
+
}, {
|
|
2458
|
+
$documentation: "A declaration symbol (symbol in var/const, function name or argument, symbol in catch)",
|
|
2459
|
+
}, AST_Symbol);
|
|
2460
|
+
|
|
2461
|
+
var AST_SymbolVar = DEFNODE("SymbolVar", null, function AST_SymbolVar(props) {
|
|
2462
|
+
if (props) {
|
|
2463
|
+
this.init = props.init;
|
|
2464
|
+
this.scope = props.scope;
|
|
2465
|
+
this.name = props.name;
|
|
2466
|
+
this.thedef = props.thedef;
|
|
2467
|
+
this.start = props.start;
|
|
2468
|
+
this.end = props.end;
|
|
2469
|
+
}
|
|
2470
|
+
|
|
2471
|
+
this.flags = 0;
|
|
2472
|
+
}, {
|
|
2473
|
+
$documentation: "Symbol defining a variable",
|
|
2474
|
+
}, AST_SymbolDeclaration);
|
|
2475
|
+
|
|
2476
|
+
var AST_SymbolBlockDeclaration = DEFNODE(
|
|
2477
|
+
"SymbolBlockDeclaration",
|
|
2478
|
+
null,
|
|
2479
|
+
function AST_SymbolBlockDeclaration(props) {
|
|
2480
|
+
if (props) {
|
|
2481
|
+
this.init = props.init;
|
|
2482
|
+
this.scope = props.scope;
|
|
2483
|
+
this.name = props.name;
|
|
2484
|
+
this.thedef = props.thedef;
|
|
2485
|
+
this.start = props.start;
|
|
2486
|
+
this.end = props.end;
|
|
2487
|
+
}
|
|
2488
|
+
|
|
2489
|
+
this.flags = 0;
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
$documentation: "Base class for block-scoped declaration symbols"
|
|
2493
|
+
},
|
|
2494
|
+
AST_SymbolDeclaration
|
|
2495
|
+
);
|
|
2496
|
+
|
|
2497
|
+
var AST_SymbolConst = DEFNODE("SymbolConst", null, function AST_SymbolConst(props) {
|
|
2498
|
+
if (props) {
|
|
2499
|
+
this.init = props.init;
|
|
2500
|
+
this.scope = props.scope;
|
|
2501
|
+
this.name = props.name;
|
|
2502
|
+
this.thedef = props.thedef;
|
|
2503
|
+
this.start = props.start;
|
|
2504
|
+
this.end = props.end;
|
|
2505
|
+
}
|
|
2506
|
+
|
|
2507
|
+
this.flags = 0;
|
|
2508
|
+
}, {
|
|
2509
|
+
$documentation: "A constant declaration"
|
|
2510
|
+
}, AST_SymbolBlockDeclaration);
|
|
2511
|
+
|
|
2512
|
+
var AST_SymbolLet = DEFNODE("SymbolLet", null, function AST_SymbolLet(props) {
|
|
2513
|
+
if (props) {
|
|
2514
|
+
this.init = props.init;
|
|
2515
|
+
this.scope = props.scope;
|
|
2516
|
+
this.name = props.name;
|
|
2517
|
+
this.thedef = props.thedef;
|
|
2518
|
+
this.start = props.start;
|
|
2519
|
+
this.end = props.end;
|
|
2520
|
+
}
|
|
2521
|
+
|
|
2522
|
+
this.flags = 0;
|
|
2523
|
+
}, {
|
|
2524
|
+
$documentation: "A block-scoped `let` declaration"
|
|
2525
|
+
}, AST_SymbolBlockDeclaration);
|
|
2526
|
+
|
|
2527
|
+
var AST_SymbolFunarg = DEFNODE("SymbolFunarg", null, function AST_SymbolFunarg(props) {
|
|
2528
|
+
if (props) {
|
|
2529
|
+
this.init = props.init;
|
|
2530
|
+
this.scope = props.scope;
|
|
2531
|
+
this.name = props.name;
|
|
2532
|
+
this.thedef = props.thedef;
|
|
2533
|
+
this.start = props.start;
|
|
2534
|
+
this.end = props.end;
|
|
2535
|
+
}
|
|
2536
|
+
|
|
2537
|
+
this.flags = 0;
|
|
2538
|
+
}, {
|
|
2539
|
+
$documentation: "Symbol naming a function argument",
|
|
2540
|
+
}, AST_SymbolVar);
|
|
2541
|
+
|
|
2542
|
+
var AST_SymbolDefun = DEFNODE("SymbolDefun", null, function AST_SymbolDefun(props) {
|
|
2543
|
+
if (props) {
|
|
2544
|
+
this.init = props.init;
|
|
2545
|
+
this.scope = props.scope;
|
|
2546
|
+
this.name = props.name;
|
|
2547
|
+
this.thedef = props.thedef;
|
|
2548
|
+
this.start = props.start;
|
|
2549
|
+
this.end = props.end;
|
|
2550
|
+
}
|
|
2551
|
+
|
|
2552
|
+
this.flags = 0;
|
|
2553
|
+
}, {
|
|
2554
|
+
$documentation: "Symbol defining a function",
|
|
2555
|
+
}, AST_SymbolDeclaration);
|
|
2556
|
+
|
|
2557
|
+
var AST_SymbolMethod = DEFNODE("SymbolMethod", null, function AST_SymbolMethod(props) {
|
|
2558
|
+
if (props) {
|
|
2559
|
+
this.scope = props.scope;
|
|
2560
|
+
this.name = props.name;
|
|
2561
|
+
this.thedef = props.thedef;
|
|
2562
|
+
this.start = props.start;
|
|
2563
|
+
this.end = props.end;
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2566
|
+
this.flags = 0;
|
|
2567
|
+
}, {
|
|
2568
|
+
$documentation: "Symbol in an object defining a method",
|
|
2569
|
+
}, AST_Symbol);
|
|
2570
|
+
|
|
2571
|
+
var AST_SymbolClassProperty = DEFNODE("SymbolClassProperty", null, function AST_SymbolClassProperty(props) {
|
|
2572
|
+
if (props) {
|
|
2573
|
+
this.scope = props.scope;
|
|
2574
|
+
this.name = props.name;
|
|
2575
|
+
this.thedef = props.thedef;
|
|
2576
|
+
this.start = props.start;
|
|
2577
|
+
this.end = props.end;
|
|
2578
|
+
}
|
|
2579
|
+
|
|
2580
|
+
this.flags = 0;
|
|
2581
|
+
}, {
|
|
2582
|
+
$documentation: "Symbol for a class property",
|
|
2583
|
+
}, AST_Symbol);
|
|
2584
|
+
|
|
2585
|
+
var AST_SymbolLambda = DEFNODE("SymbolLambda", null, function AST_SymbolLambda(props) {
|
|
2586
|
+
if (props) {
|
|
2587
|
+
this.init = props.init;
|
|
2588
|
+
this.scope = props.scope;
|
|
2589
|
+
this.name = props.name;
|
|
2590
|
+
this.thedef = props.thedef;
|
|
2591
|
+
this.start = props.start;
|
|
2592
|
+
this.end = props.end;
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2595
|
+
this.flags = 0;
|
|
2596
|
+
}, {
|
|
2597
|
+
$documentation: "Symbol naming a function expression",
|
|
2598
|
+
}, AST_SymbolDeclaration);
|
|
2599
|
+
|
|
2600
|
+
var AST_SymbolDefClass = DEFNODE("SymbolDefClass", null, function AST_SymbolDefClass(props) {
|
|
2601
|
+
if (props) {
|
|
2602
|
+
this.init = props.init;
|
|
2603
|
+
this.scope = props.scope;
|
|
2604
|
+
this.name = props.name;
|
|
2605
|
+
this.thedef = props.thedef;
|
|
2606
|
+
this.start = props.start;
|
|
2607
|
+
this.end = props.end;
|
|
2608
|
+
}
|
|
2609
|
+
|
|
2610
|
+
this.flags = 0;
|
|
2611
|
+
}, {
|
|
2612
|
+
$documentation: "Symbol naming a class's name in a class declaration. Lexically scoped to its containing scope, and accessible within the class."
|
|
2613
|
+
}, AST_SymbolBlockDeclaration);
|
|
2614
|
+
|
|
2615
|
+
var AST_SymbolClass = DEFNODE("SymbolClass", null, function AST_SymbolClass(props) {
|
|
2616
|
+
if (props) {
|
|
2617
|
+
this.init = props.init;
|
|
2618
|
+
this.scope = props.scope;
|
|
2619
|
+
this.name = props.name;
|
|
2620
|
+
this.thedef = props.thedef;
|
|
2621
|
+
this.start = props.start;
|
|
2622
|
+
this.end = props.end;
|
|
2623
|
+
}
|
|
2624
|
+
|
|
2625
|
+
this.flags = 0;
|
|
2626
|
+
}, {
|
|
2627
|
+
$documentation: "Symbol naming a class's name. Lexically scoped to the class."
|
|
2628
|
+
}, AST_SymbolDeclaration);
|
|
2629
|
+
|
|
2630
|
+
var AST_SymbolCatch = DEFNODE("SymbolCatch", null, function AST_SymbolCatch(props) {
|
|
2631
|
+
if (props) {
|
|
2632
|
+
this.init = props.init;
|
|
2633
|
+
this.scope = props.scope;
|
|
2634
|
+
this.name = props.name;
|
|
2635
|
+
this.thedef = props.thedef;
|
|
2636
|
+
this.start = props.start;
|
|
2637
|
+
this.end = props.end;
|
|
2638
|
+
}
|
|
2639
|
+
|
|
2640
|
+
this.flags = 0;
|
|
2641
|
+
}, {
|
|
2642
|
+
$documentation: "Symbol naming the exception in catch",
|
|
2643
|
+
}, AST_SymbolBlockDeclaration);
|
|
2644
|
+
|
|
2645
|
+
var AST_SymbolImport = DEFNODE("SymbolImport", null, function AST_SymbolImport(props) {
|
|
2646
|
+
if (props) {
|
|
2647
|
+
this.init = props.init;
|
|
2648
|
+
this.scope = props.scope;
|
|
2649
|
+
this.name = props.name;
|
|
2650
|
+
this.thedef = props.thedef;
|
|
2651
|
+
this.start = props.start;
|
|
2652
|
+
this.end = props.end;
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2655
|
+
this.flags = 0;
|
|
2656
|
+
}, {
|
|
2657
|
+
$documentation: "Symbol referring to an imported name",
|
|
2658
|
+
}, AST_SymbolBlockDeclaration);
|
|
2659
|
+
|
|
2660
|
+
var AST_SymbolImportForeign = DEFNODE("SymbolImportForeign", null, function AST_SymbolImportForeign(props) {
|
|
2661
|
+
if (props) {
|
|
2662
|
+
this.scope = props.scope;
|
|
2663
|
+
this.name = props.name;
|
|
2664
|
+
this.thedef = props.thedef;
|
|
2665
|
+
this.quote = props.quote;
|
|
2666
|
+
this.start = props.start;
|
|
2667
|
+
this.end = props.end;
|
|
2668
|
+
}
|
|
2669
|
+
|
|
2670
|
+
this.flags = 0;
|
|
2671
|
+
}, {
|
|
2672
|
+
$documentation: "A symbol imported from a module, but it is defined in the other module, and its real name is irrelevant for this module's purposes",
|
|
2673
|
+
}, AST_Symbol);
|
|
2674
|
+
|
|
2675
|
+
var AST_Label = DEFNODE("Label", "references", function AST_Label(props) {
|
|
2676
|
+
if (props) {
|
|
2677
|
+
this.references = props.references;
|
|
2678
|
+
this.scope = props.scope;
|
|
2679
|
+
this.name = props.name;
|
|
2680
|
+
this.thedef = props.thedef;
|
|
2681
|
+
this.start = props.start;
|
|
2682
|
+
this.end = props.end;
|
|
2683
|
+
this.initialize();
|
|
2684
|
+
}
|
|
2685
|
+
|
|
2686
|
+
this.flags = 0;
|
|
2687
|
+
}, {
|
|
2688
|
+
$documentation: "Symbol naming a label (declaration)",
|
|
2689
|
+
$propdoc: {
|
|
2690
|
+
references: "[AST_LoopControl*] a list of nodes referring to this label"
|
|
2691
|
+
},
|
|
2692
|
+
initialize: function() {
|
|
2693
|
+
this.references = [];
|
|
2694
|
+
this.thedef = this;
|
|
2695
|
+
}
|
|
2696
|
+
}, AST_Symbol);
|
|
2697
|
+
|
|
2698
|
+
var AST_SymbolRef = DEFNODE("SymbolRef", null, function AST_SymbolRef(props) {
|
|
2699
|
+
if (props) {
|
|
2700
|
+
this.scope = props.scope;
|
|
2701
|
+
this.name = props.name;
|
|
2702
|
+
this.thedef = props.thedef;
|
|
2703
|
+
this.start = props.start;
|
|
2704
|
+
this.end = props.end;
|
|
2705
|
+
}
|
|
2706
|
+
|
|
2707
|
+
this.flags = 0;
|
|
2708
|
+
}, {
|
|
2709
|
+
$documentation: "Reference to some symbol (not definition/declaration)",
|
|
2710
|
+
}, AST_Symbol);
|
|
2711
|
+
|
|
2712
|
+
var AST_SymbolExport = DEFNODE("SymbolExport", null, function AST_SymbolExport(props) {
|
|
2713
|
+
if (props) {
|
|
2714
|
+
this.scope = props.scope;
|
|
2715
|
+
this.name = props.name;
|
|
2716
|
+
this.thedef = props.thedef;
|
|
2717
|
+
this.quote = props.quote;
|
|
2718
|
+
this.start = props.start;
|
|
2719
|
+
this.end = props.end;
|
|
2720
|
+
}
|
|
2721
|
+
|
|
2722
|
+
this.flags = 0;
|
|
2723
|
+
}, {
|
|
2724
|
+
$documentation: "Symbol referring to a name to export",
|
|
2725
|
+
}, AST_SymbolRef);
|
|
2726
|
+
|
|
2727
|
+
var AST_SymbolExportForeign = DEFNODE("SymbolExportForeign", null, function AST_SymbolExportForeign(props) {
|
|
2728
|
+
if (props) {
|
|
2729
|
+
this.scope = props.scope;
|
|
2730
|
+
this.name = props.name;
|
|
2731
|
+
this.thedef = props.thedef;
|
|
2732
|
+
this.quote = props.quote;
|
|
2733
|
+
this.start = props.start;
|
|
2734
|
+
this.end = props.end;
|
|
2735
|
+
}
|
|
2736
|
+
|
|
2737
|
+
this.flags = 0;
|
|
2738
|
+
}, {
|
|
2739
|
+
$documentation: "A symbol exported from this module, but it is used in the other module, and its real name is irrelevant for this module's purposes",
|
|
2740
|
+
}, AST_Symbol);
|
|
2741
|
+
|
|
2742
|
+
var AST_LabelRef = DEFNODE("LabelRef", null, function AST_LabelRef(props) {
|
|
2743
|
+
if (props) {
|
|
2744
|
+
this.scope = props.scope;
|
|
2745
|
+
this.name = props.name;
|
|
2746
|
+
this.thedef = props.thedef;
|
|
2747
|
+
this.start = props.start;
|
|
2748
|
+
this.end = props.end;
|
|
2749
|
+
}
|
|
2750
|
+
|
|
2751
|
+
this.flags = 0;
|
|
2752
|
+
}, {
|
|
2753
|
+
$documentation: "Reference to a label symbol",
|
|
2754
|
+
}, AST_Symbol);
|
|
2755
|
+
|
|
2756
|
+
var AST_SymbolPrivateProperty = DEFNODE("SymbolPrivateProperty", null, function AST_SymbolPrivateProperty(props) {
|
|
2757
|
+
if (props) {
|
|
2758
|
+
this.scope = props.scope;
|
|
2759
|
+
this.name = props.name;
|
|
2760
|
+
this.thedef = props.thedef;
|
|
2761
|
+
this.start = props.start;
|
|
2762
|
+
this.end = props.end;
|
|
2763
|
+
}
|
|
2764
|
+
|
|
2765
|
+
this.flags = 0;
|
|
2766
|
+
}, {
|
|
2767
|
+
$documentation: "A symbol that refers to a private property",
|
|
2768
|
+
}, AST_Symbol);
|
|
2769
|
+
|
|
2770
|
+
var AST_This = DEFNODE("This", null, function AST_This(props) {
|
|
2771
|
+
if (props) {
|
|
2772
|
+
this.scope = props.scope;
|
|
2773
|
+
this.name = props.name;
|
|
2774
|
+
this.thedef = props.thedef;
|
|
2775
|
+
this.start = props.start;
|
|
2776
|
+
this.end = props.end;
|
|
2777
|
+
}
|
|
2778
|
+
|
|
2779
|
+
this.flags = 0;
|
|
2780
|
+
}, {
|
|
2781
|
+
$documentation: "The `this` symbol",
|
|
2782
|
+
}, AST_Symbol);
|
|
2783
|
+
|
|
2784
|
+
var AST_Super = DEFNODE("Super", null, function AST_Super(props) {
|
|
2785
|
+
if (props) {
|
|
2786
|
+
this.scope = props.scope;
|
|
2787
|
+
this.name = props.name;
|
|
2788
|
+
this.thedef = props.thedef;
|
|
2789
|
+
this.start = props.start;
|
|
2790
|
+
this.end = props.end;
|
|
2791
|
+
}
|
|
2792
|
+
|
|
2793
|
+
this.flags = 0;
|
|
2794
|
+
}, {
|
|
2795
|
+
$documentation: "The `super` symbol",
|
|
2796
|
+
}, AST_This);
|
|
2797
|
+
|
|
2798
|
+
var AST_Constant = DEFNODE("Constant", null, function AST_Constant(props) {
|
|
2799
|
+
if (props) {
|
|
2800
|
+
this.start = props.start;
|
|
2801
|
+
this.end = props.end;
|
|
2802
|
+
}
|
|
2803
|
+
|
|
2804
|
+
this.flags = 0;
|
|
2805
|
+
}, {
|
|
2806
|
+
$documentation: "Base class for all constants",
|
|
2807
|
+
getValue: function() {
|
|
2808
|
+
return this.value;
|
|
2809
|
+
}
|
|
2810
|
+
});
|
|
2811
|
+
|
|
2812
|
+
var AST_String = DEFNODE("String", "value quote", function AST_String(props) {
|
|
2813
|
+
if (props) {
|
|
2814
|
+
this.value = props.value;
|
|
2815
|
+
this.quote = props.quote;
|
|
2816
|
+
this.start = props.start;
|
|
2817
|
+
this.end = props.end;
|
|
2818
|
+
this._annotations = props._annotations;
|
|
2819
|
+
}
|
|
2820
|
+
|
|
2821
|
+
this.flags = 0;
|
|
2822
|
+
}, {
|
|
2823
|
+
$documentation: "A string literal",
|
|
2824
|
+
$propdoc: {
|
|
2825
|
+
value: "[string] the contents of this string",
|
|
2826
|
+
quote: "[string] the original quote character"
|
|
2827
|
+
}
|
|
2828
|
+
}, AST_Constant);
|
|
2829
|
+
|
|
2830
|
+
var AST_Number = DEFNODE("Number", "value raw", function AST_Number(props) {
|
|
2831
|
+
if (props) {
|
|
2832
|
+
this.value = props.value;
|
|
2833
|
+
this.raw = props.raw;
|
|
2834
|
+
this.start = props.start;
|
|
2835
|
+
this.end = props.end;
|
|
2836
|
+
}
|
|
2837
|
+
|
|
2838
|
+
this.flags = 0;
|
|
2839
|
+
}, {
|
|
2840
|
+
$documentation: "A number literal",
|
|
2841
|
+
$propdoc: {
|
|
2842
|
+
value: "[number] the numeric value",
|
|
2843
|
+
raw: "[string] numeric value as string"
|
|
2844
|
+
}
|
|
2845
|
+
}, AST_Constant);
|
|
2846
|
+
|
|
2847
|
+
var AST_BigInt = DEFNODE("BigInt", "value", function AST_BigInt(props) {
|
|
2848
|
+
if (props) {
|
|
2849
|
+
this.value = props.value;
|
|
2850
|
+
this.start = props.start;
|
|
2851
|
+
this.end = props.end;
|
|
2852
|
+
}
|
|
2853
|
+
|
|
2854
|
+
this.flags = 0;
|
|
2855
|
+
}, {
|
|
2856
|
+
$documentation: "A big int literal",
|
|
2857
|
+
$propdoc: {
|
|
2858
|
+
value: "[string] big int value"
|
|
2859
|
+
}
|
|
2860
|
+
}, AST_Constant);
|
|
2861
|
+
|
|
2862
|
+
var AST_RegExp = DEFNODE("RegExp", "value", function AST_RegExp(props) {
|
|
2863
|
+
if (props) {
|
|
2864
|
+
this.value = props.value;
|
|
2865
|
+
this.start = props.start;
|
|
2866
|
+
this.end = props.end;
|
|
2867
|
+
}
|
|
2868
|
+
|
|
2869
|
+
this.flags = 0;
|
|
2870
|
+
}, {
|
|
2871
|
+
$documentation: "A regexp literal",
|
|
2872
|
+
$propdoc: {
|
|
2873
|
+
value: "[RegExp] the actual regexp",
|
|
2874
|
+
}
|
|
2875
|
+
}, AST_Constant);
|
|
2876
|
+
|
|
2877
|
+
var AST_Atom = DEFNODE("Atom", null, function AST_Atom(props) {
|
|
2878
|
+
if (props) {
|
|
2879
|
+
this.start = props.start;
|
|
2880
|
+
this.end = props.end;
|
|
2881
|
+
}
|
|
2882
|
+
|
|
2883
|
+
this.flags = 0;
|
|
2884
|
+
}, {
|
|
2885
|
+
$documentation: "Base class for atoms",
|
|
2886
|
+
}, AST_Constant);
|
|
2887
|
+
|
|
2888
|
+
var AST_Null = DEFNODE("Null", null, function AST_Null(props) {
|
|
2889
|
+
if (props) {
|
|
2890
|
+
this.start = props.start;
|
|
2891
|
+
this.end = props.end;
|
|
2892
|
+
}
|
|
2893
|
+
|
|
2894
|
+
this.flags = 0;
|
|
2895
|
+
}, {
|
|
2896
|
+
$documentation: "The `null` atom",
|
|
2897
|
+
value: null
|
|
2898
|
+
}, AST_Atom);
|
|
2899
|
+
|
|
2900
|
+
var AST_NaN = DEFNODE("NaN", null, function AST_NaN(props) {
|
|
2901
|
+
if (props) {
|
|
2902
|
+
this.start = props.start;
|
|
2903
|
+
this.end = props.end;
|
|
2904
|
+
}
|
|
2905
|
+
|
|
2906
|
+
this.flags = 0;
|
|
2907
|
+
}, {
|
|
2908
|
+
$documentation: "The impossible value",
|
|
2909
|
+
value: 0/0
|
|
2910
|
+
}, AST_Atom);
|
|
2911
|
+
|
|
2912
|
+
var AST_Undefined = DEFNODE("Undefined", null, function AST_Undefined(props) {
|
|
2913
|
+
if (props) {
|
|
2914
|
+
this.start = props.start;
|
|
2915
|
+
this.end = props.end;
|
|
2916
|
+
}
|
|
2917
|
+
|
|
2918
|
+
this.flags = 0;
|
|
2919
|
+
}, {
|
|
2920
|
+
$documentation: "The `undefined` value",
|
|
2921
|
+
value: (function() {}())
|
|
2922
|
+
}, AST_Atom);
|
|
2923
|
+
|
|
2924
|
+
var AST_Hole = DEFNODE("Hole", null, function AST_Hole(props) {
|
|
2925
|
+
if (props) {
|
|
2926
|
+
this.start = props.start;
|
|
2927
|
+
this.end = props.end;
|
|
2928
|
+
}
|
|
2929
|
+
|
|
2930
|
+
this.flags = 0;
|
|
2931
|
+
}, {
|
|
2932
|
+
$documentation: "A hole in an array",
|
|
2933
|
+
value: (function() {}())
|
|
2934
|
+
}, AST_Atom);
|
|
2935
|
+
|
|
2936
|
+
var AST_Infinity = DEFNODE("Infinity", null, function AST_Infinity(props) {
|
|
2937
|
+
if (props) {
|
|
2938
|
+
this.start = props.start;
|
|
2939
|
+
this.end = props.end;
|
|
2940
|
+
}
|
|
2941
|
+
|
|
2942
|
+
this.flags = 0;
|
|
2943
|
+
}, {
|
|
2944
|
+
$documentation: "The `Infinity` value",
|
|
2945
|
+
value: 1/0
|
|
2946
|
+
}, AST_Atom);
|
|
2947
|
+
|
|
2948
|
+
var AST_Boolean = DEFNODE("Boolean", null, function AST_Boolean(props) {
|
|
2949
|
+
if (props) {
|
|
2950
|
+
this.start = props.start;
|
|
2951
|
+
this.end = props.end;
|
|
2952
|
+
}
|
|
2953
|
+
|
|
2954
|
+
this.flags = 0;
|
|
2955
|
+
}, {
|
|
2956
|
+
$documentation: "Base class for booleans",
|
|
2957
|
+
}, AST_Atom);
|
|
2958
|
+
|
|
2959
|
+
var AST_False = DEFNODE("False", null, function AST_False(props) {
|
|
2960
|
+
if (props) {
|
|
2961
|
+
this.start = props.start;
|
|
2962
|
+
this.end = props.end;
|
|
2963
|
+
}
|
|
2964
|
+
|
|
2965
|
+
this.flags = 0;
|
|
2966
|
+
}, {
|
|
2967
|
+
$documentation: "The `false` atom",
|
|
2968
|
+
value: false
|
|
2969
|
+
}, AST_Boolean);
|
|
2970
|
+
|
|
2971
|
+
var AST_True = DEFNODE("True", null, function AST_True(props) {
|
|
2972
|
+
if (props) {
|
|
2973
|
+
this.start = props.start;
|
|
2974
|
+
this.end = props.end;
|
|
2975
|
+
}
|
|
2976
|
+
|
|
2977
|
+
this.flags = 0;
|
|
2978
|
+
}, {
|
|
2979
|
+
$documentation: "The `true` atom",
|
|
2980
|
+
value: true
|
|
2981
|
+
}, AST_Boolean);
|
|
2982
|
+
|
|
2983
|
+
/* -----[ Walk function ]---- */
|
|
2984
|
+
|
|
2985
|
+
/**
|
|
2986
|
+
* Walk nodes in depth-first search fashion.
|
|
2987
|
+
* Callback can return `walk_abort` symbol to stop iteration.
|
|
2988
|
+
* It can also return `true` to stop iteration just for child nodes.
|
|
2989
|
+
* Iteration can be stopped and continued by passing the `to_visit` argument,
|
|
2990
|
+
* which is given to the callback in the second argument.
|
|
2991
|
+
**/
|
|
2992
|
+
function walk(node, cb, to_visit = [node]) {
|
|
2993
|
+
const push = to_visit.push.bind(to_visit);
|
|
2994
|
+
while (to_visit.length) {
|
|
2995
|
+
const node = to_visit.pop();
|
|
2996
|
+
const ret = cb(node, to_visit);
|
|
2997
|
+
|
|
2998
|
+
if (ret) {
|
|
2999
|
+
if (ret === walk_abort) return true;
|
|
3000
|
+
continue;
|
|
3001
|
+
}
|
|
3002
|
+
|
|
3003
|
+
node._children_backwards(push);
|
|
3004
|
+
}
|
|
3005
|
+
return false;
|
|
3006
|
+
}
|
|
3007
|
+
|
|
3008
|
+
/**
|
|
3009
|
+
* Walks an AST node and its children.
|
|
3010
|
+
*
|
|
3011
|
+
* {cb} can return `walk_abort` to interrupt the walk.
|
|
3012
|
+
*
|
|
3013
|
+
* @param node
|
|
3014
|
+
* @param cb {(node, info: { parent: (nth) => any }) => (boolean | undefined)}
|
|
3015
|
+
*
|
|
3016
|
+
* @returns {boolean} whether the walk was aborted
|
|
3017
|
+
*
|
|
3018
|
+
* @example
|
|
3019
|
+
* const found_some_cond = walk_parent(my_ast_node, (node, { parent }) => {
|
|
3020
|
+
* if (some_cond(node, parent())) return walk_abort
|
|
3021
|
+
* });
|
|
3022
|
+
*/
|
|
3023
|
+
function walk_parent(node, cb, initial_stack) {
|
|
3024
|
+
const to_visit = [node];
|
|
3025
|
+
const push = to_visit.push.bind(to_visit);
|
|
3026
|
+
const stack = initial_stack ? initial_stack.slice() : [];
|
|
3027
|
+
const parent_pop_indices = [];
|
|
3028
|
+
|
|
3029
|
+
let current;
|
|
3030
|
+
|
|
3031
|
+
const info = {
|
|
3032
|
+
parent: (n = 0) => {
|
|
3033
|
+
if (n === -1) {
|
|
3034
|
+
return current;
|
|
3035
|
+
}
|
|
3036
|
+
|
|
3037
|
+
// [ p1 p0 ] [ 1 0 ]
|
|
3038
|
+
if (initial_stack && n >= stack.length) {
|
|
3039
|
+
n -= stack.length;
|
|
3040
|
+
return initial_stack[
|
|
3041
|
+
initial_stack.length - (n + 1)
|
|
3042
|
+
];
|
|
3043
|
+
}
|
|
3044
|
+
|
|
3045
|
+
return stack[stack.length - (1 + n)];
|
|
3046
|
+
},
|
|
3047
|
+
};
|
|
3048
|
+
|
|
3049
|
+
while (to_visit.length) {
|
|
3050
|
+
current = to_visit.pop();
|
|
3051
|
+
|
|
3052
|
+
while (
|
|
3053
|
+
parent_pop_indices.length &&
|
|
3054
|
+
to_visit.length == parent_pop_indices[parent_pop_indices.length - 1]
|
|
3055
|
+
) {
|
|
3056
|
+
stack.pop();
|
|
3057
|
+
parent_pop_indices.pop();
|
|
3058
|
+
}
|
|
3059
|
+
|
|
3060
|
+
const ret = cb(current, info);
|
|
3061
|
+
|
|
3062
|
+
if (ret) {
|
|
3063
|
+
if (ret === walk_abort) return true;
|
|
3064
|
+
continue;
|
|
3065
|
+
}
|
|
3066
|
+
|
|
3067
|
+
const visit_length = to_visit.length;
|
|
3068
|
+
|
|
3069
|
+
current._children_backwards(push);
|
|
3070
|
+
|
|
3071
|
+
// Push only if we're going to traverse the children
|
|
3072
|
+
if (to_visit.length > visit_length) {
|
|
3073
|
+
stack.push(current);
|
|
3074
|
+
parent_pop_indices.push(visit_length - 1);
|
|
3075
|
+
}
|
|
3076
|
+
}
|
|
3077
|
+
|
|
3078
|
+
return false;
|
|
3079
|
+
}
|
|
3080
|
+
|
|
3081
|
+
const walk_abort = Symbol("abort walk");
|
|
3082
|
+
|
|
3083
|
+
/* -----[ TreeWalker ]----- */
|
|
3084
|
+
|
|
3085
|
+
class TreeWalker {
|
|
3086
|
+
constructor(callback) {
|
|
3087
|
+
this.visit = callback;
|
|
3088
|
+
this.stack = [];
|
|
3089
|
+
this.directives = Object.create(null);
|
|
3090
|
+
}
|
|
3091
|
+
|
|
3092
|
+
_visit(node, descend) {
|
|
3093
|
+
this.push(node);
|
|
3094
|
+
var ret = this.visit(node, descend ? function() {
|
|
3095
|
+
descend.call(node);
|
|
3096
|
+
} : noop);
|
|
3097
|
+
if (!ret && descend) {
|
|
3098
|
+
descend.call(node);
|
|
3099
|
+
}
|
|
3100
|
+
this.pop();
|
|
3101
|
+
return ret;
|
|
3102
|
+
}
|
|
3103
|
+
|
|
3104
|
+
parent(n) {
|
|
3105
|
+
return this.stack[this.stack.length - 2 - (n || 0)];
|
|
3106
|
+
}
|
|
3107
|
+
|
|
3108
|
+
push(node) {
|
|
3109
|
+
if (node instanceof AST_Lambda) {
|
|
3110
|
+
this.directives = Object.create(this.directives);
|
|
3111
|
+
} else if (node instanceof AST_Directive && !this.directives[node.value]) {
|
|
3112
|
+
this.directives[node.value] = node;
|
|
3113
|
+
} else if (node instanceof AST_Class) {
|
|
3114
|
+
this.directives = Object.create(this.directives);
|
|
3115
|
+
if (!this.directives["use strict"]) {
|
|
3116
|
+
this.directives["use strict"] = node;
|
|
3117
|
+
}
|
|
3118
|
+
}
|
|
3119
|
+
this.stack.push(node);
|
|
3120
|
+
}
|
|
3121
|
+
|
|
3122
|
+
pop() {
|
|
3123
|
+
var node = this.stack.pop();
|
|
3124
|
+
if (node instanceof AST_Lambda || node instanceof AST_Class) {
|
|
3125
|
+
this.directives = Object.getPrototypeOf(this.directives);
|
|
3126
|
+
}
|
|
3127
|
+
}
|
|
3128
|
+
|
|
3129
|
+
self() {
|
|
3130
|
+
return this.stack[this.stack.length - 1];
|
|
3131
|
+
}
|
|
3132
|
+
|
|
3133
|
+
find_parent(type) {
|
|
3134
|
+
var stack = this.stack;
|
|
3135
|
+
for (var i = stack.length; --i >= 0;) {
|
|
3136
|
+
var x = stack[i];
|
|
3137
|
+
if (x instanceof type) return x;
|
|
3138
|
+
}
|
|
3139
|
+
}
|
|
3140
|
+
|
|
3141
|
+
find_scope() {
|
|
3142
|
+
var stack = this.stack;
|
|
3143
|
+
for (var i = stack.length; --i >= 0;) {
|
|
3144
|
+
const p = stack[i];
|
|
3145
|
+
if (p instanceof AST_Toplevel) return p;
|
|
3146
|
+
if (p instanceof AST_Lambda) return p;
|
|
3147
|
+
if (p.block_scope) return p.block_scope;
|
|
3148
|
+
}
|
|
3149
|
+
}
|
|
3150
|
+
|
|
3151
|
+
has_directive(type) {
|
|
3152
|
+
var dir = this.directives[type];
|
|
3153
|
+
if (dir) return dir;
|
|
3154
|
+
var node = this.stack[this.stack.length - 1];
|
|
3155
|
+
if (node instanceof AST_Scope && node.body) {
|
|
3156
|
+
for (var i = 0; i < node.body.length; ++i) {
|
|
3157
|
+
var st = node.body[i];
|
|
3158
|
+
if (!(st instanceof AST_Directive)) break;
|
|
3159
|
+
if (st.value == type) return st;
|
|
3160
|
+
}
|
|
3161
|
+
}
|
|
3162
|
+
}
|
|
3163
|
+
|
|
3164
|
+
loopcontrol_target(node) {
|
|
3165
|
+
var stack = this.stack;
|
|
3166
|
+
if (node.label) for (var i = stack.length; --i >= 0;) {
|
|
3167
|
+
var x = stack[i];
|
|
3168
|
+
if (x instanceof AST_LabeledStatement && x.label.name == node.label.name)
|
|
3169
|
+
return x.body;
|
|
3170
|
+
} else for (var i = stack.length; --i >= 0;) {
|
|
3171
|
+
var x = stack[i];
|
|
3172
|
+
if (x instanceof AST_IterationStatement
|
|
3173
|
+
|| node instanceof AST_Break && x instanceof AST_Switch)
|
|
3174
|
+
return x;
|
|
3175
|
+
}
|
|
3176
|
+
}
|
|
3177
|
+
}
|
|
3178
|
+
|
|
3179
|
+
// Tree transformer helpers.
|
|
3180
|
+
class TreeTransformer extends TreeWalker {
|
|
3181
|
+
constructor(before, after) {
|
|
3182
|
+
super();
|
|
3183
|
+
this.before = before;
|
|
3184
|
+
this.after = after;
|
|
3185
|
+
}
|
|
3186
|
+
}
|
|
3187
|
+
|
|
3188
|
+
const _PURE = 0b00000001;
|
|
3189
|
+
const _INLINE = 0b00000010;
|
|
3190
|
+
const _NOINLINE = 0b00000100;
|
|
3191
|
+
const _KEY = 0b00001000;
|
|
3192
|
+
const _MANGLEPROP = 0b00010000;
|
|
3193
|
+
|
|
3194
|
+
export {
|
|
3195
|
+
AST_Accessor,
|
|
3196
|
+
AST_Array,
|
|
3197
|
+
AST_Arrow,
|
|
3198
|
+
AST_Assign,
|
|
3199
|
+
AST_Atom,
|
|
3200
|
+
AST_Await,
|
|
3201
|
+
AST_BigInt,
|
|
3202
|
+
AST_Binary,
|
|
3203
|
+
AST_Block,
|
|
3204
|
+
AST_BlockStatement,
|
|
3205
|
+
AST_Boolean,
|
|
3206
|
+
AST_Break,
|
|
3207
|
+
AST_Call,
|
|
3208
|
+
AST_Case,
|
|
3209
|
+
AST_Catch,
|
|
3210
|
+
AST_Chain,
|
|
3211
|
+
AST_Class,
|
|
3212
|
+
AST_ClassExpression,
|
|
3213
|
+
AST_ClassPrivateProperty,
|
|
3214
|
+
AST_PrivateIn,
|
|
3215
|
+
AST_ClassProperty,
|
|
3216
|
+
AST_ClassStaticBlock,
|
|
3217
|
+
AST_ConciseMethod,
|
|
3218
|
+
AST_Conditional,
|
|
3219
|
+
AST_Const,
|
|
3220
|
+
AST_Constant,
|
|
3221
|
+
AST_Continue,
|
|
3222
|
+
AST_Debugger,
|
|
3223
|
+
AST_Default,
|
|
3224
|
+
AST_DefaultAssign,
|
|
3225
|
+
AST_DefClass,
|
|
3226
|
+
AST_Definitions,
|
|
3227
|
+
AST_Defun,
|
|
3228
|
+
AST_Destructuring,
|
|
3229
|
+
AST_Directive,
|
|
3230
|
+
AST_Do,
|
|
3231
|
+
AST_Dot,
|
|
3232
|
+
AST_DotHash,
|
|
3233
|
+
AST_DWLoop,
|
|
3234
|
+
AST_EmptyStatement,
|
|
3235
|
+
AST_Exit,
|
|
3236
|
+
AST_Expansion,
|
|
3237
|
+
AST_Export,
|
|
3238
|
+
AST_False,
|
|
3239
|
+
AST_Finally,
|
|
3240
|
+
AST_For,
|
|
3241
|
+
AST_ForIn,
|
|
3242
|
+
AST_ForOf,
|
|
3243
|
+
AST_Function,
|
|
3244
|
+
AST_Hole,
|
|
3245
|
+
AST_If,
|
|
3246
|
+
AST_Import,
|
|
3247
|
+
AST_ImportMeta,
|
|
3248
|
+
AST_Infinity,
|
|
3249
|
+
AST_IterationStatement,
|
|
3250
|
+
AST_Jump,
|
|
3251
|
+
AST_Label,
|
|
3252
|
+
AST_LabeledStatement,
|
|
3253
|
+
AST_LabelRef,
|
|
3254
|
+
AST_Lambda,
|
|
3255
|
+
AST_Let,
|
|
3256
|
+
AST_LoopControl,
|
|
3257
|
+
AST_NameMapping,
|
|
3258
|
+
AST_NaN,
|
|
3259
|
+
AST_New,
|
|
3260
|
+
AST_NewTarget,
|
|
3261
|
+
AST_Node,
|
|
3262
|
+
AST_Null,
|
|
3263
|
+
AST_Number,
|
|
3264
|
+
AST_Object,
|
|
3265
|
+
AST_ObjectGetter,
|
|
3266
|
+
AST_ObjectKeyVal,
|
|
3267
|
+
AST_ObjectProperty,
|
|
3268
|
+
AST_ObjectSetter,
|
|
3269
|
+
AST_PrefixedTemplateString,
|
|
3270
|
+
AST_PrivateGetter,
|
|
3271
|
+
AST_PrivateMethod,
|
|
3272
|
+
AST_PrivateSetter,
|
|
3273
|
+
AST_PropAccess,
|
|
3274
|
+
AST_RegExp,
|
|
3275
|
+
AST_Return,
|
|
3276
|
+
AST_Scope,
|
|
3277
|
+
AST_Sequence,
|
|
3278
|
+
AST_SimpleStatement,
|
|
3279
|
+
AST_Statement,
|
|
3280
|
+
AST_StatementWithBody,
|
|
3281
|
+
AST_String,
|
|
3282
|
+
AST_Sub,
|
|
3283
|
+
AST_Super,
|
|
3284
|
+
AST_Switch,
|
|
3285
|
+
AST_SwitchBranch,
|
|
3286
|
+
AST_Symbol,
|
|
3287
|
+
AST_SymbolBlockDeclaration,
|
|
3288
|
+
AST_SymbolCatch,
|
|
3289
|
+
AST_SymbolClass,
|
|
3290
|
+
AST_SymbolClassProperty,
|
|
3291
|
+
AST_SymbolConst,
|
|
3292
|
+
AST_SymbolDeclaration,
|
|
3293
|
+
AST_SymbolDefClass,
|
|
3294
|
+
AST_SymbolDefun,
|
|
3295
|
+
AST_SymbolExport,
|
|
3296
|
+
AST_SymbolExportForeign,
|
|
3297
|
+
AST_SymbolFunarg,
|
|
3298
|
+
AST_SymbolImport,
|
|
3299
|
+
AST_SymbolImportForeign,
|
|
3300
|
+
AST_SymbolLambda,
|
|
3301
|
+
AST_SymbolLet,
|
|
3302
|
+
AST_SymbolMethod,
|
|
3303
|
+
AST_SymbolRef,
|
|
3304
|
+
AST_SymbolVar,
|
|
3305
|
+
AST_TemplateSegment,
|
|
3306
|
+
AST_TemplateString,
|
|
3307
|
+
AST_SymbolPrivateProperty,
|
|
3308
|
+
AST_This,
|
|
3309
|
+
AST_Throw,
|
|
3310
|
+
AST_Token,
|
|
3311
|
+
AST_Toplevel,
|
|
3312
|
+
AST_True,
|
|
3313
|
+
AST_Try,
|
|
3314
|
+
AST_TryBlock,
|
|
3315
|
+
AST_Unary,
|
|
3316
|
+
AST_UnaryPostfix,
|
|
3317
|
+
AST_UnaryPrefix,
|
|
3318
|
+
AST_Undefined,
|
|
3319
|
+
AST_Var,
|
|
3320
|
+
AST_VarDef,
|
|
3321
|
+
AST_While,
|
|
3322
|
+
AST_With,
|
|
3323
|
+
AST_Yield,
|
|
3324
|
+
|
|
3325
|
+
// Walkers
|
|
3326
|
+
TreeTransformer,
|
|
3327
|
+
TreeWalker,
|
|
3328
|
+
walk,
|
|
3329
|
+
walk_abort,
|
|
3330
|
+
walk_body,
|
|
3331
|
+
walk_parent,
|
|
3332
|
+
|
|
3333
|
+
// annotations
|
|
3334
|
+
_INLINE,
|
|
3335
|
+
_NOINLINE,
|
|
3336
|
+
_PURE,
|
|
3337
|
+
_KEY,
|
|
3338
|
+
_MANGLEPROP,
|
|
3339
|
+
};
|