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 @@
|
|
|
1
|
+
{"version":3,"names":[],"sources":["../../../src/ast-types/generated/index.ts"],"sourcesContent":["// NOTE: This file is autogenerated. Do not modify.\n// See packages/babel-types/scripts/generators/ast-types.js for script used.\n\ninterface BaseComment {\n value: string;\n start?: number;\n end?: number;\n loc?: SourceLocation;\n // generator will skip the comment if ignore is true\n ignore?: boolean;\n type: \"CommentBlock\" | \"CommentLine\";\n}\n\ninterface Position {\n line: number;\n column: number;\n index: number;\n}\n\nexport interface CommentBlock extends BaseComment {\n type: \"CommentBlock\";\n}\n\nexport interface CommentLine extends BaseComment {\n type: \"CommentLine\";\n}\n\nexport type Comment = CommentBlock | CommentLine;\n\nexport interface SourceLocation {\n start: Position;\n end: Position;\n filename: string;\n identifierName: string | undefined | null;\n}\n\ninterface BaseNode {\n type: Node[\"type\"];\n leadingComments?: Comment[] | null;\n innerComments?: Comment[] | null;\n trailingComments?: Comment[] | null;\n start?: number | null;\n end?: number | null;\n loc?: SourceLocation | null;\n range?: [number, number];\n extra?: Record<string, unknown>;\n}\n\nexport type CommentTypeShorthand = \"leading\" | \"inner\" | \"trailing\";\n\nexport type Node =\n | AnyTypeAnnotation\n | ArgumentPlaceholder\n | ArrayExpression\n | ArrayPattern\n | ArrayTypeAnnotation\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BigIntLiteral\n | BinaryExpression\n | BindExpression\n | BlockStatement\n | BooleanLiteral\n | BooleanLiteralTypeAnnotation\n | BooleanTypeAnnotation\n | BreakStatement\n | CallExpression\n | CatchClause\n | ClassAccessorProperty\n | ClassBody\n | ClassDeclaration\n | ClassExpression\n | ClassImplements\n | ClassMethod\n | ClassPrivateMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | ContinueStatement\n | DebuggerStatement\n | DecimalLiteral\n | DeclareClass\n | DeclareExportAllDeclaration\n | DeclareExportDeclaration\n | DeclareFunction\n | DeclareInterface\n | DeclareModule\n | DeclareModuleExports\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclareVariable\n | DeclaredPredicate\n | Decorator\n | Directive\n | DirectiveLiteral\n | DoExpression\n | DoWhileStatement\n | EmptyStatement\n | EmptyTypeAnnotation\n | EnumBooleanBody\n | EnumBooleanMember\n | EnumDeclaration\n | EnumDefaultedMember\n | EnumNumberBody\n | EnumNumberMember\n | EnumStringBody\n | EnumStringMember\n | EnumSymbolBody\n | ExistsTypeAnnotation\n | ExportAllDeclaration\n | ExportDefaultDeclaration\n | ExportDefaultSpecifier\n | ExportNamedDeclaration\n | ExportNamespaceSpecifier\n | ExportSpecifier\n | ExpressionStatement\n | File\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | FunctionDeclaration\n | FunctionExpression\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | GenericTypeAnnotation\n | Identifier\n | IfStatement\n | Import\n | ImportAttribute\n | ImportDeclaration\n | ImportDefaultSpecifier\n | ImportExpression\n | ImportNamespaceSpecifier\n | ImportSpecifier\n | IndexedAccessType\n | InferredPredicate\n | InterfaceDeclaration\n | InterfaceExtends\n | InterfaceTypeAnnotation\n | InterpreterDirective\n | IntersectionTypeAnnotation\n | JSXAttribute\n | JSXClosingElement\n | JSXClosingFragment\n | JSXElement\n | JSXEmptyExpression\n | JSXExpressionContainer\n | JSXFragment\n | JSXIdentifier\n | JSXMemberExpression\n | JSXNamespacedName\n | JSXOpeningElement\n | JSXOpeningFragment\n | JSXSpreadAttribute\n | JSXSpreadChild\n | JSXText\n | LabeledStatement\n | LogicalExpression\n | MemberExpression\n | MetaProperty\n | MixedTypeAnnotation\n | ModuleExpression\n | NewExpression\n | Noop\n | NullLiteral\n | NullLiteralTypeAnnotation\n | NullableTypeAnnotation\n | NumberLiteral\n | NumberLiteralTypeAnnotation\n | NumberTypeAnnotation\n | NumericLiteral\n | ObjectExpression\n | ObjectMethod\n | ObjectPattern\n | ObjectProperty\n | ObjectTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalCallExpression\n | OptionalIndexedAccessType\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelinePrimaryTopicReference\n | PipelineTopicExpression\n | Placeholder\n | PrivateName\n | Program\n | QualifiedTypeIdentifier\n | RecordExpression\n | RegExpLiteral\n | RegexLiteral\n | RestElement\n | RestProperty\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SpreadProperty\n | StaticBlock\n | StringLiteral\n | StringLiteralTypeAnnotation\n | StringTypeAnnotation\n | Super\n | SwitchCase\n | SwitchStatement\n | SymbolTypeAnnotation\n | TSAnyKeyword\n | TSArrayType\n | TSAsExpression\n | TSBigIntKeyword\n | TSBooleanKeyword\n | TSCallSignatureDeclaration\n | TSConditionalType\n | TSConstructSignatureDeclaration\n | TSConstructorType\n | TSDeclareFunction\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSExpressionWithTypeArguments\n | TSExternalModuleReference\n | TSFunctionType\n | TSImportEqualsDeclaration\n | TSImportType\n | TSIndexSignature\n | TSIndexedAccessType\n | TSInferType\n | TSInstantiationExpression\n | TSInterfaceBody\n | TSInterfaceDeclaration\n | TSIntersectionType\n | TSIntrinsicKeyword\n | TSLiteralType\n | TSMappedType\n | TSMethodSignature\n | TSModuleBlock\n | TSModuleDeclaration\n | TSNamedTupleMember\n | TSNamespaceExportDeclaration\n | TSNeverKeyword\n | TSNonNullExpression\n | TSNullKeyword\n | TSNumberKeyword\n | TSObjectKeyword\n | TSOptionalType\n | TSParameterProperty\n | TSParenthesizedType\n | TSPropertySignature\n | TSQualifiedName\n | TSRestType\n | TSSatisfiesExpression\n | TSStringKeyword\n | TSSymbolKeyword\n | TSThisType\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeLiteral\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterDeclaration\n | TSTypeParameterInstantiation\n | TSTypePredicate\n | TSTypeQuery\n | TSTypeReference\n | TSUndefinedKeyword\n | TSUnionType\n | TSUnknownKeyword\n | TSVoidKeyword\n | TaggedTemplateExpression\n | TemplateElement\n | TemplateLiteral\n | ThisExpression\n | ThisTypeAnnotation\n | ThrowStatement\n | TopicReference\n | TryStatement\n | TupleExpression\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeCastExpression\n | TypeParameter\n | TypeParameterDeclaration\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnaryExpression\n | UnionTypeAnnotation\n | UpdateExpression\n | V8IntrinsicIdentifier\n | VariableDeclaration\n | VariableDeclarator\n | Variance\n | VoidTypeAnnotation\n | WhileStatement\n | WithStatement\n | YieldExpression;\n\nexport interface ArrayExpression extends BaseNode {\n type: \"ArrayExpression\";\n elements: Array<null | Expression | SpreadElement>;\n}\n\nexport interface AssignmentExpression extends BaseNode {\n type: \"AssignmentExpression\";\n operator: string;\n left: LVal | OptionalMemberExpression;\n right: Expression;\n}\n\nexport interface BinaryExpression extends BaseNode {\n type: \"BinaryExpression\";\n operator:\n | \"+\"\n | \"-\"\n | \"/\"\n | \"%\"\n | \"*\"\n | \"**\"\n | \"&\"\n | \"|\"\n | \">>\"\n | \">>>\"\n | \"<<\"\n | \"^\"\n | \"==\"\n | \"===\"\n | \"!=\"\n | \"!==\"\n | \"in\"\n | \"instanceof\"\n | \">\"\n | \"<\"\n | \">=\"\n | \"<=\"\n | \"|>\";\n left: Expression | PrivateName;\n right: Expression;\n}\n\nexport interface InterpreterDirective extends BaseNode {\n type: \"InterpreterDirective\";\n value: string;\n}\n\nexport interface Directive extends BaseNode {\n type: \"Directive\";\n value: DirectiveLiteral;\n}\n\nexport interface DirectiveLiteral extends BaseNode {\n type: \"DirectiveLiteral\";\n value: string;\n}\n\nexport interface BlockStatement extends BaseNode {\n type: \"BlockStatement\";\n body: Array<Statement>;\n directives: Array<Directive>;\n}\n\nexport interface BreakStatement extends BaseNode {\n type: \"BreakStatement\";\n label?: Identifier | null;\n}\n\nexport interface CallExpression extends BaseNode {\n type: \"CallExpression\";\n callee: Expression | Super | V8IntrinsicIdentifier;\n arguments: Array<\n Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder\n >;\n optional?: true | false | null;\n typeArguments?: TypeParameterInstantiation | null;\n typeParameters?: TSTypeParameterInstantiation | null;\n}\n\nexport interface CatchClause extends BaseNode {\n type: \"CatchClause\";\n param?: Identifier | ArrayPattern | ObjectPattern | null;\n body: BlockStatement;\n}\n\nexport interface ConditionalExpression extends BaseNode {\n type: \"ConditionalExpression\";\n test: Expression;\n consequent: Expression;\n alternate: Expression;\n}\n\nexport interface ContinueStatement extends BaseNode {\n type: \"ContinueStatement\";\n label?: Identifier | null;\n}\n\nexport interface DebuggerStatement extends BaseNode {\n type: \"DebuggerStatement\";\n}\n\nexport interface DoWhileStatement extends BaseNode {\n type: \"DoWhileStatement\";\n test: Expression;\n body: Statement;\n}\n\nexport interface EmptyStatement extends BaseNode {\n type: \"EmptyStatement\";\n}\n\nexport interface ExpressionStatement extends BaseNode {\n type: \"ExpressionStatement\";\n expression: Expression;\n}\n\nexport interface File extends BaseNode {\n type: \"File\";\n program: Program;\n comments?: Array<CommentBlock | CommentLine> | null;\n tokens?: Array<any> | null;\n}\n\nexport interface ForInStatement extends BaseNode {\n type: \"ForInStatement\";\n left: VariableDeclaration | LVal;\n right: Expression;\n body: Statement;\n}\n\nexport interface ForStatement extends BaseNode {\n type: \"ForStatement\";\n init?: VariableDeclaration | Expression | null;\n test?: Expression | null;\n update?: Expression | null;\n body: Statement;\n}\n\nexport interface FunctionDeclaration extends BaseNode {\n type: \"FunctionDeclaration\";\n id?: Identifier | null;\n params: Array<Identifier | Pattern | RestElement>;\n body: BlockStatement;\n generator: boolean;\n async: boolean;\n declare?: boolean | null;\n predicate?: DeclaredPredicate | InferredPredicate | null;\n returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;\n typeParameters?:\n | TypeParameterDeclaration\n | TSTypeParameterDeclaration\n | Noop\n | null;\n}\n\nexport interface FunctionExpression extends BaseNode {\n type: \"FunctionExpression\";\n id?: Identifier | null;\n params: Array<Identifier | Pattern | RestElement>;\n body: BlockStatement;\n generator: boolean;\n async: boolean;\n predicate?: DeclaredPredicate | InferredPredicate | null;\n returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;\n typeParameters?:\n | TypeParameterDeclaration\n | TSTypeParameterDeclaration\n | Noop\n | null;\n}\n\nexport interface Identifier extends BaseNode {\n type: \"Identifier\";\n name: string;\n decorators?: Array<Decorator> | null;\n optional?: boolean | null;\n typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;\n}\n\nexport interface IfStatement extends BaseNode {\n type: \"IfStatement\";\n test: Expression;\n consequent: Statement;\n alternate?: Statement | null;\n}\n\nexport interface LabeledStatement extends BaseNode {\n type: \"LabeledStatement\";\n label: Identifier;\n body: Statement;\n}\n\nexport interface StringLiteral extends BaseNode {\n type: \"StringLiteral\";\n value: string;\n}\n\nexport interface NumericLiteral extends BaseNode {\n type: \"NumericLiteral\";\n value: number;\n}\n\n/**\n * @deprecated Use `NumericLiteral`\n */\nexport interface NumberLiteral extends BaseNode {\n type: \"NumberLiteral\";\n value: number;\n}\n\nexport interface NullLiteral extends BaseNode {\n type: \"NullLiteral\";\n}\n\nexport interface BooleanLiteral extends BaseNode {\n type: \"BooleanLiteral\";\n value: boolean;\n}\n\nexport interface RegExpLiteral extends BaseNode {\n type: \"RegExpLiteral\";\n pattern: string;\n flags: string;\n}\n\n/**\n * @deprecated Use `RegExpLiteral`\n */\nexport interface RegexLiteral extends BaseNode {\n type: \"RegexLiteral\";\n pattern: string;\n flags: string;\n}\n\nexport interface LogicalExpression extends BaseNode {\n type: \"LogicalExpression\";\n operator: \"||\" | \"&&\" | \"??\";\n left: Expression;\n right: Expression;\n}\n\nexport interface MemberExpression extends BaseNode {\n type: \"MemberExpression\";\n object: Expression | Super;\n property: Expression | Identifier | PrivateName;\n computed: boolean;\n optional?: true | false | null;\n}\n\nexport interface NewExpression extends BaseNode {\n type: \"NewExpression\";\n callee: Expression | Super | V8IntrinsicIdentifier;\n arguments: Array<\n Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder\n >;\n optional?: true | false | null;\n typeArguments?: TypeParameterInstantiation | null;\n typeParameters?: TSTypeParameterInstantiation | null;\n}\n\nexport interface Program extends BaseNode {\n type: \"Program\";\n body: Array<Statement>;\n directives: Array<Directive>;\n sourceType: \"script\" | \"module\";\n interpreter?: InterpreterDirective | null;\n sourceFile: string;\n}\n\nexport interface ObjectExpression extends BaseNode {\n type: \"ObjectExpression\";\n properties: Array<ObjectMethod | ObjectProperty | SpreadElement>;\n}\n\nexport interface ObjectMethod extends BaseNode {\n type: \"ObjectMethod\";\n kind: \"method\" | \"get\" | \"set\";\n key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral;\n params: Array<Identifier | Pattern | RestElement>;\n body: BlockStatement;\n computed: boolean;\n generator: boolean;\n async: boolean;\n decorators?: Array<Decorator> | null;\n returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;\n typeParameters?:\n | TypeParameterDeclaration\n | TSTypeParameterDeclaration\n | Noop\n | null;\n}\n\nexport interface ObjectProperty extends BaseNode {\n type: \"ObjectProperty\";\n key:\n | Expression\n | Identifier\n | StringLiteral\n | NumericLiteral\n | BigIntLiteral\n | DecimalLiteral\n | PrivateName;\n value: Expression | PatternLike;\n computed: boolean;\n shorthand: boolean;\n decorators?: Array<Decorator> | null;\n}\n\nexport interface RestElement extends BaseNode {\n type: \"RestElement\";\n argument: LVal;\n decorators?: Array<Decorator> | null;\n optional?: boolean | null;\n typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;\n}\n\n/**\n * @deprecated Use `RestElement`\n */\nexport interface RestProperty extends BaseNode {\n type: \"RestProperty\";\n argument: LVal;\n decorators?: Array<Decorator> | null;\n optional?: boolean | null;\n typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;\n}\n\nexport interface ReturnStatement extends BaseNode {\n type: \"ReturnStatement\";\n argument?: Expression | null;\n}\n\nexport interface SequenceExpression extends BaseNode {\n type: \"SequenceExpression\";\n expressions: Array<Expression>;\n}\n\nexport interface ParenthesizedExpression extends BaseNode {\n type: \"ParenthesizedExpression\";\n expression: Expression;\n}\n\nexport interface SwitchCase extends BaseNode {\n type: \"SwitchCase\";\n test?: Expression | null;\n consequent: Array<Statement>;\n}\n\nexport interface SwitchStatement extends BaseNode {\n type: \"SwitchStatement\";\n discriminant: Expression;\n cases: Array<SwitchCase>;\n}\n\nexport interface ThisExpression extends BaseNode {\n type: \"ThisExpression\";\n}\n\nexport interface ThrowStatement extends BaseNode {\n type: \"ThrowStatement\";\n argument: Expression;\n}\n\nexport interface TryStatement extends BaseNode {\n type: \"TryStatement\";\n block: BlockStatement;\n handler?: CatchClause | null;\n finalizer?: BlockStatement | null;\n}\n\nexport interface UnaryExpression extends BaseNode {\n type: \"UnaryExpression\";\n operator: \"void\" | \"throw\" | \"delete\" | \"!\" | \"+\" | \"-\" | \"~\" | \"typeof\";\n argument: Expression;\n prefix: boolean;\n}\n\nexport interface UpdateExpression extends BaseNode {\n type: \"UpdateExpression\";\n operator: \"++\" | \"--\";\n argument: Expression;\n prefix: boolean;\n}\n\nexport interface VariableDeclaration extends BaseNode {\n type: \"VariableDeclaration\";\n kind: \"var\" | \"let\" | \"const\" | \"using\" | \"await using\";\n declarations: Array<VariableDeclarator>;\n declare?: boolean | null;\n}\n\nexport interface VariableDeclarator extends BaseNode {\n type: \"VariableDeclarator\";\n id: LVal;\n init?: Expression | null;\n definite?: boolean | null;\n}\n\nexport interface WhileStatement extends BaseNode {\n type: \"WhileStatement\";\n test: Expression;\n body: Statement;\n}\n\nexport interface WithStatement extends BaseNode {\n type: \"WithStatement\";\n object: Expression;\n body: Statement;\n}\n\nexport interface AssignmentPattern extends BaseNode {\n type: \"AssignmentPattern\";\n left:\n | Identifier\n | ObjectPattern\n | ArrayPattern\n | MemberExpression\n | TSAsExpression\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TSNonNullExpression;\n right: Expression;\n decorators?: Array<Decorator> | null;\n optional?: boolean | null;\n typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;\n}\n\nexport interface ArrayPattern extends BaseNode {\n type: \"ArrayPattern\";\n elements: Array<null | PatternLike | LVal>;\n decorators?: Array<Decorator> | null;\n optional?: boolean | null;\n typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;\n}\n\nexport interface ArrowFunctionExpression extends BaseNode {\n type: \"ArrowFunctionExpression\";\n params: Array<Identifier | Pattern | RestElement>;\n body: BlockStatement | Expression;\n async: boolean;\n expression: boolean;\n generator?: boolean;\n predicate?: DeclaredPredicate | InferredPredicate | null;\n returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;\n typeParameters?:\n | TypeParameterDeclaration\n | TSTypeParameterDeclaration\n | Noop\n | null;\n}\n\nexport interface ClassBody extends BaseNode {\n type: \"ClassBody\";\n body: Array<\n | ClassMethod\n | ClassPrivateMethod\n | ClassProperty\n | ClassPrivateProperty\n | ClassAccessorProperty\n | TSDeclareMethod\n | TSIndexSignature\n | StaticBlock\n >;\n}\n\nexport interface ClassExpression extends BaseNode {\n type: \"ClassExpression\";\n id?: Identifier | null;\n superClass?: Expression | null;\n body: ClassBody;\n decorators?: Array<Decorator> | null;\n implements?: Array<TSExpressionWithTypeArguments | ClassImplements> | null;\n mixins?: InterfaceExtends | null;\n superTypeParameters?:\n | TypeParameterInstantiation\n | TSTypeParameterInstantiation\n | null;\n typeParameters?:\n | TypeParameterDeclaration\n | TSTypeParameterDeclaration\n | Noop\n | null;\n}\n\nexport interface ClassDeclaration extends BaseNode {\n type: \"ClassDeclaration\";\n id?: Identifier | null;\n superClass?: Expression | null;\n body: ClassBody;\n decorators?: Array<Decorator> | null;\n abstract?: boolean | null;\n declare?: boolean | null;\n implements?: Array<TSExpressionWithTypeArguments | ClassImplements> | null;\n mixins?: InterfaceExtends | null;\n superTypeParameters?:\n | TypeParameterInstantiation\n | TSTypeParameterInstantiation\n | null;\n typeParameters?:\n | TypeParameterDeclaration\n | TSTypeParameterDeclaration\n | Noop\n | null;\n}\n\nexport interface ExportAllDeclaration extends BaseNode {\n type: \"ExportAllDeclaration\";\n source: StringLiteral;\n assertions?: Array<ImportAttribute> | null;\n attributes?: Array<ImportAttribute> | null;\n exportKind?: \"type\" | \"value\" | null;\n}\n\nexport interface ExportDefaultDeclaration extends BaseNode {\n type: \"ExportDefaultDeclaration\";\n declaration:\n | TSDeclareFunction\n | FunctionDeclaration\n | ClassDeclaration\n | Expression;\n exportKind?: \"value\" | null;\n}\n\nexport interface ExportNamedDeclaration extends BaseNode {\n type: \"ExportNamedDeclaration\";\n declaration?: Declaration | null;\n specifiers: Array<\n ExportSpecifier | ExportDefaultSpecifier | ExportNamespaceSpecifier\n >;\n source?: StringLiteral | null;\n assertions?: Array<ImportAttribute> | null;\n attributes?: Array<ImportAttribute> | null;\n exportKind?: \"type\" | \"value\" | null;\n}\n\nexport interface ExportSpecifier extends BaseNode {\n type: \"ExportSpecifier\";\n local: Identifier;\n exported: Identifier | StringLiteral;\n exportKind?: \"type\" | \"value\" | null;\n}\n\nexport interface ForOfStatement extends BaseNode {\n type: \"ForOfStatement\";\n left: VariableDeclaration | LVal;\n right: Expression;\n body: Statement;\n await: boolean;\n}\n\nexport interface ImportDeclaration extends BaseNode {\n type: \"ImportDeclaration\";\n specifiers: Array<\n ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier\n >;\n source: StringLiteral;\n assertions?: Array<ImportAttribute> | null;\n attributes?: Array<ImportAttribute> | null;\n importKind?: \"type\" | \"typeof\" | \"value\" | null;\n module?: boolean | null;\n phase?: \"source\" | \"defer\" | null;\n}\n\nexport interface ImportDefaultSpecifier extends BaseNode {\n type: \"ImportDefaultSpecifier\";\n local: Identifier;\n}\n\nexport interface ImportNamespaceSpecifier extends BaseNode {\n type: \"ImportNamespaceSpecifier\";\n local: Identifier;\n}\n\nexport interface ImportSpecifier extends BaseNode {\n type: \"ImportSpecifier\";\n local: Identifier;\n imported: Identifier | StringLiteral;\n importKind?: \"type\" | \"typeof\" | \"value\" | null;\n}\n\nexport interface ImportExpression extends BaseNode {\n type: \"ImportExpression\";\n source: Expression;\n options?: Expression | null;\n phase?: \"source\" | \"defer\" | null;\n}\n\nexport interface MetaProperty extends BaseNode {\n type: \"MetaProperty\";\n meta: Identifier;\n property: Identifier;\n}\n\nexport interface ClassMethod extends BaseNode {\n type: \"ClassMethod\";\n kind: \"get\" | \"set\" | \"method\" | \"constructor\";\n key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression;\n params: Array<Identifier | Pattern | RestElement | TSParameterProperty>;\n body: BlockStatement;\n computed: boolean;\n static: boolean;\n generator: boolean;\n async: boolean;\n abstract?: boolean | null;\n access?: \"public\" | \"private\" | \"protected\" | null;\n accessibility?: \"public\" | \"private\" | \"protected\" | null;\n decorators?: Array<Decorator> | null;\n optional?: boolean | null;\n override?: boolean;\n returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;\n typeParameters?:\n | TypeParameterDeclaration\n | TSTypeParameterDeclaration\n | Noop\n | null;\n}\n\nexport interface ObjectPattern extends BaseNode {\n type: \"ObjectPattern\";\n properties: Array<RestElement | ObjectProperty>;\n decorators?: Array<Decorator> | null;\n optional?: boolean | null;\n typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;\n}\n\nexport interface SpreadElement extends BaseNode {\n type: \"SpreadElement\";\n argument: Expression;\n}\n\n/**\n * @deprecated Use `SpreadElement`\n */\nexport interface SpreadProperty extends BaseNode {\n type: \"SpreadProperty\";\n argument: Expression;\n}\n\nexport interface Super extends BaseNode {\n type: \"Super\";\n}\n\nexport interface TaggedTemplateExpression extends BaseNode {\n type: \"TaggedTemplateExpression\";\n tag: Expression;\n quasi: TemplateLiteral;\n typeParameters?:\n | TypeParameterInstantiation\n | TSTypeParameterInstantiation\n | null;\n}\n\nexport interface TemplateElement extends BaseNode {\n type: \"TemplateElement\";\n value: { raw: string; cooked?: string };\n tail: boolean;\n}\n\nexport interface TemplateLiteral extends BaseNode {\n type: \"TemplateLiteral\";\n quasis: Array<TemplateElement>;\n expressions: Array<Expression | TSType>;\n}\n\nexport interface YieldExpression extends BaseNode {\n type: \"YieldExpression\";\n argument?: Expression | null;\n delegate: boolean;\n}\n\nexport interface AwaitExpression extends BaseNode {\n type: \"AwaitExpression\";\n argument: Expression;\n}\n\nexport interface Import extends BaseNode {\n type: \"Import\";\n}\n\nexport interface BigIntLiteral extends BaseNode {\n type: \"BigIntLiteral\";\n value: string;\n}\n\nexport interface ExportNamespaceSpecifier extends BaseNode {\n type: \"ExportNamespaceSpecifier\";\n exported: Identifier;\n}\n\nexport interface OptionalMemberExpression extends BaseNode {\n type: \"OptionalMemberExpression\";\n object: Expression;\n property: Expression | Identifier;\n computed: boolean;\n optional: boolean;\n}\n\nexport interface OptionalCallExpression extends BaseNode {\n type: \"OptionalCallExpression\";\n callee: Expression;\n arguments: Array<\n Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder\n >;\n optional: boolean;\n typeArguments?: TypeParameterInstantiation | null;\n typeParameters?: TSTypeParameterInstantiation | null;\n}\n\nexport interface ClassProperty extends BaseNode {\n type: \"ClassProperty\";\n key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression;\n value?: Expression | null;\n typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;\n decorators?: Array<Decorator> | null;\n computed: boolean;\n static: boolean;\n abstract?: boolean | null;\n accessibility?: \"public\" | \"private\" | \"protected\" | null;\n declare?: boolean | null;\n definite?: boolean | null;\n optional?: boolean | null;\n override?: boolean;\n readonly?: boolean | null;\n variance?: Variance | null;\n}\n\nexport interface ClassAccessorProperty extends BaseNode {\n type: \"ClassAccessorProperty\";\n key:\n | Identifier\n | StringLiteral\n | NumericLiteral\n | BigIntLiteral\n | Expression\n | PrivateName;\n value?: Expression | null;\n typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;\n decorators?: Array<Decorator> | null;\n computed: boolean;\n static: boolean;\n abstract?: boolean | null;\n accessibility?: \"public\" | \"private\" | \"protected\" | null;\n declare?: boolean | null;\n definite?: boolean | null;\n optional?: boolean | null;\n override?: boolean;\n readonly?: boolean | null;\n variance?: Variance | null;\n}\n\nexport interface ClassPrivateProperty extends BaseNode {\n type: \"ClassPrivateProperty\";\n key: PrivateName;\n value?: Expression | null;\n decorators?: Array<Decorator> | null;\n static: boolean;\n definite?: boolean | null;\n readonly?: boolean | null;\n typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;\n variance?: Variance | null;\n}\n\nexport interface ClassPrivateMethod extends BaseNode {\n type: \"ClassPrivateMethod\";\n kind: \"get\" | \"set\" | \"method\";\n key: PrivateName;\n params: Array<Identifier | Pattern | RestElement | TSParameterProperty>;\n body: BlockStatement;\n static: boolean;\n abstract?: boolean | null;\n access?: \"public\" | \"private\" | \"protected\" | null;\n accessibility?: \"public\" | \"private\" | \"protected\" | null;\n async?: boolean;\n computed?: boolean;\n decorators?: Array<Decorator> | null;\n generator?: boolean;\n optional?: boolean | null;\n override?: boolean;\n returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;\n typeParameters?:\n | TypeParameterDeclaration\n | TSTypeParameterDeclaration\n | Noop\n | null;\n}\n\nexport interface PrivateName extends BaseNode {\n type: \"PrivateName\";\n id: Identifier;\n}\n\nexport interface StaticBlock extends BaseNode {\n type: \"StaticBlock\";\n body: Array<Statement>;\n}\n\nexport interface AnyTypeAnnotation extends BaseNode {\n type: \"AnyTypeAnnotation\";\n}\n\nexport interface ArrayTypeAnnotation extends BaseNode {\n type: \"ArrayTypeAnnotation\";\n elementType: FlowType;\n}\n\nexport interface BooleanTypeAnnotation extends BaseNode {\n type: \"BooleanTypeAnnotation\";\n}\n\nexport interface BooleanLiteralTypeAnnotation extends BaseNode {\n type: \"BooleanLiteralTypeAnnotation\";\n value: boolean;\n}\n\nexport interface NullLiteralTypeAnnotation extends BaseNode {\n type: \"NullLiteralTypeAnnotation\";\n}\n\nexport interface ClassImplements extends BaseNode {\n type: \"ClassImplements\";\n id: Identifier;\n typeParameters?: TypeParameterInstantiation | null;\n}\n\nexport interface DeclareClass extends BaseNode {\n type: \"DeclareClass\";\n id: Identifier;\n typeParameters?: TypeParameterDeclaration | null;\n extends?: Array<InterfaceExtends> | null;\n body: ObjectTypeAnnotation;\n implements?: Array<ClassImplements> | null;\n mixins?: Array<InterfaceExtends> | null;\n}\n\nexport interface DeclareFunction extends BaseNode {\n type: \"DeclareFunction\";\n id: Identifier;\n predicate?: DeclaredPredicate | null;\n}\n\nexport interface DeclareInterface extends BaseNode {\n type: \"DeclareInterface\";\n id: Identifier;\n typeParameters?: TypeParameterDeclaration | null;\n extends?: Array<InterfaceExtends> | null;\n body: ObjectTypeAnnotation;\n}\n\nexport interface DeclareModule extends BaseNode {\n type: \"DeclareModule\";\n id: Identifier | StringLiteral;\n body: BlockStatement;\n kind?: \"CommonJS\" | \"ES\" | null;\n}\n\nexport interface DeclareModuleExports extends BaseNode {\n type: \"DeclareModuleExports\";\n typeAnnotation: TypeAnnotation;\n}\n\nexport interface DeclareTypeAlias extends BaseNode {\n type: \"DeclareTypeAlias\";\n id: Identifier;\n typeParameters?: TypeParameterDeclaration | null;\n right: FlowType;\n}\n\nexport interface DeclareOpaqueType extends BaseNode {\n type: \"DeclareOpaqueType\";\n id: Identifier;\n typeParameters?: TypeParameterDeclaration | null;\n supertype?: FlowType | null;\n impltype?: FlowType | null;\n}\n\nexport interface DeclareVariable extends BaseNode {\n type: \"DeclareVariable\";\n id: Identifier;\n}\n\nexport interface DeclareExportDeclaration extends BaseNode {\n type: \"DeclareExportDeclaration\";\n declaration?: Flow | null;\n specifiers?: Array<ExportSpecifier | ExportNamespaceSpecifier> | null;\n source?: StringLiteral | null;\n default?: boolean | null;\n}\n\nexport interface DeclareExportAllDeclaration extends BaseNode {\n type: \"DeclareExportAllDeclaration\";\n source: StringLiteral;\n exportKind?: \"type\" | \"value\" | null;\n}\n\nexport interface DeclaredPredicate extends BaseNode {\n type: \"DeclaredPredicate\";\n value: Flow;\n}\n\nexport interface ExistsTypeAnnotation extends BaseNode {\n type: \"ExistsTypeAnnotation\";\n}\n\nexport interface FunctionTypeAnnotation extends BaseNode {\n type: \"FunctionTypeAnnotation\";\n typeParameters?: TypeParameterDeclaration | null;\n params: Array<FunctionTypeParam>;\n rest?: FunctionTypeParam | null;\n returnType: FlowType;\n this?: FunctionTypeParam | null;\n}\n\nexport interface FunctionTypeParam extends BaseNode {\n type: \"FunctionTypeParam\";\n name?: Identifier | null;\n typeAnnotation: FlowType;\n optional?: boolean | null;\n}\n\nexport interface GenericTypeAnnotation extends BaseNode {\n type: \"GenericTypeAnnotation\";\n id: Identifier | QualifiedTypeIdentifier;\n typeParameters?: TypeParameterInstantiation | null;\n}\n\nexport interface InferredPredicate extends BaseNode {\n type: \"InferredPredicate\";\n}\n\nexport interface InterfaceExtends extends BaseNode {\n type: \"InterfaceExtends\";\n id: Identifier | QualifiedTypeIdentifier;\n typeParameters?: TypeParameterInstantiation | null;\n}\n\nexport interface InterfaceDeclaration extends BaseNode {\n type: \"InterfaceDeclaration\";\n id: Identifier;\n typeParameters?: TypeParameterDeclaration | null;\n extends?: Array<InterfaceExtends> | null;\n body: ObjectTypeAnnotation;\n}\n\nexport interface InterfaceTypeAnnotation extends BaseNode {\n type: \"InterfaceTypeAnnotation\";\n extends?: Array<InterfaceExtends> | null;\n body: ObjectTypeAnnotation;\n}\n\nexport interface IntersectionTypeAnnotation extends BaseNode {\n type: \"IntersectionTypeAnnotation\";\n types: Array<FlowType>;\n}\n\nexport interface MixedTypeAnnotation extends BaseNode {\n type: \"MixedTypeAnnotation\";\n}\n\nexport interface EmptyTypeAnnotation extends BaseNode {\n type: \"EmptyTypeAnnotation\";\n}\n\nexport interface NullableTypeAnnotation extends BaseNode {\n type: \"NullableTypeAnnotation\";\n typeAnnotation: FlowType;\n}\n\nexport interface NumberLiteralTypeAnnotation extends BaseNode {\n type: \"NumberLiteralTypeAnnotation\";\n value: number;\n}\n\nexport interface NumberTypeAnnotation extends BaseNode {\n type: \"NumberTypeAnnotation\";\n}\n\nexport interface ObjectTypeAnnotation extends BaseNode {\n type: \"ObjectTypeAnnotation\";\n properties: Array<ObjectTypeProperty | ObjectTypeSpreadProperty>;\n indexers?: Array<ObjectTypeIndexer>;\n callProperties?: Array<ObjectTypeCallProperty>;\n internalSlots?: Array<ObjectTypeInternalSlot>;\n exact: boolean;\n inexact?: boolean | null;\n}\n\nexport interface ObjectTypeInternalSlot extends BaseNode {\n type: \"ObjectTypeInternalSlot\";\n id: Identifier;\n value: FlowType;\n optional: boolean;\n static: boolean;\n method: boolean;\n}\n\nexport interface ObjectTypeCallProperty extends BaseNode {\n type: \"ObjectTypeCallProperty\";\n value: FlowType;\n static: boolean;\n}\n\nexport interface ObjectTypeIndexer extends BaseNode {\n type: \"ObjectTypeIndexer\";\n id?: Identifier | null;\n key: FlowType;\n value: FlowType;\n variance?: Variance | null;\n static: boolean;\n}\n\nexport interface ObjectTypeProperty extends BaseNode {\n type: \"ObjectTypeProperty\";\n key: Identifier | StringLiteral;\n value: FlowType;\n variance?: Variance | null;\n kind: \"init\" | \"get\" | \"set\";\n method: boolean;\n optional: boolean;\n proto: boolean;\n static: boolean;\n}\n\nexport interface ObjectTypeSpreadProperty extends BaseNode {\n type: \"ObjectTypeSpreadProperty\";\n argument: FlowType;\n}\n\nexport interface OpaqueType extends BaseNode {\n type: \"OpaqueType\";\n id: Identifier;\n typeParameters?: TypeParameterDeclaration | null;\n supertype?: FlowType | null;\n impltype: FlowType;\n}\n\nexport interface QualifiedTypeIdentifier extends BaseNode {\n type: \"QualifiedTypeIdentifier\";\n id: Identifier;\n qualification: Identifier | QualifiedTypeIdentifier;\n}\n\nexport interface StringLiteralTypeAnnotation extends BaseNode {\n type: \"StringLiteralTypeAnnotation\";\n value: string;\n}\n\nexport interface StringTypeAnnotation extends BaseNode {\n type: \"StringTypeAnnotation\";\n}\n\nexport interface SymbolTypeAnnotation extends BaseNode {\n type: \"SymbolTypeAnnotation\";\n}\n\nexport interface ThisTypeAnnotation extends BaseNode {\n type: \"ThisTypeAnnotation\";\n}\n\nexport interface TupleTypeAnnotation extends BaseNode {\n type: \"TupleTypeAnnotation\";\n types: Array<FlowType>;\n}\n\nexport interface TypeofTypeAnnotation extends BaseNode {\n type: \"TypeofTypeAnnotation\";\n argument: FlowType;\n}\n\nexport interface TypeAlias extends BaseNode {\n type: \"TypeAlias\";\n id: Identifier;\n typeParameters?: TypeParameterDeclaration | null;\n right: FlowType;\n}\n\nexport interface TypeAnnotation extends BaseNode {\n type: \"TypeAnnotation\";\n typeAnnotation: FlowType;\n}\n\nexport interface TypeCastExpression extends BaseNode {\n type: \"TypeCastExpression\";\n expression: Expression;\n typeAnnotation: TypeAnnotation;\n}\n\nexport interface TypeParameter extends BaseNode {\n type: \"TypeParameter\";\n bound?: TypeAnnotation | null;\n default?: FlowType | null;\n variance?: Variance | null;\n name: string;\n}\n\nexport interface TypeParameterDeclaration extends BaseNode {\n type: \"TypeParameterDeclaration\";\n params: Array<TypeParameter>;\n}\n\nexport interface TypeParameterInstantiation extends BaseNode {\n type: \"TypeParameterInstantiation\";\n params: Array<FlowType>;\n}\n\nexport interface UnionTypeAnnotation extends BaseNode {\n type: \"UnionTypeAnnotation\";\n types: Array<FlowType>;\n}\n\nexport interface Variance extends BaseNode {\n type: \"Variance\";\n kind: \"minus\" | \"plus\";\n}\n\nexport interface VoidTypeAnnotation extends BaseNode {\n type: \"VoidTypeAnnotation\";\n}\n\nexport interface EnumDeclaration extends BaseNode {\n type: \"EnumDeclaration\";\n id: Identifier;\n body: EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody;\n}\n\nexport interface EnumBooleanBody extends BaseNode {\n type: \"EnumBooleanBody\";\n members: Array<EnumBooleanMember>;\n explicitType: boolean;\n hasUnknownMembers: boolean;\n}\n\nexport interface EnumNumberBody extends BaseNode {\n type: \"EnumNumberBody\";\n members: Array<EnumNumberMember>;\n explicitType: boolean;\n hasUnknownMembers: boolean;\n}\n\nexport interface EnumStringBody extends BaseNode {\n type: \"EnumStringBody\";\n members: Array<EnumStringMember | EnumDefaultedMember>;\n explicitType: boolean;\n hasUnknownMembers: boolean;\n}\n\nexport interface EnumSymbolBody extends BaseNode {\n type: \"EnumSymbolBody\";\n members: Array<EnumDefaultedMember>;\n hasUnknownMembers: boolean;\n}\n\nexport interface EnumBooleanMember extends BaseNode {\n type: \"EnumBooleanMember\";\n id: Identifier;\n init: BooleanLiteral;\n}\n\nexport interface EnumNumberMember extends BaseNode {\n type: \"EnumNumberMember\";\n id: Identifier;\n init: NumericLiteral;\n}\n\nexport interface EnumStringMember extends BaseNode {\n type: \"EnumStringMember\";\n id: Identifier;\n init: StringLiteral;\n}\n\nexport interface EnumDefaultedMember extends BaseNode {\n type: \"EnumDefaultedMember\";\n id: Identifier;\n}\n\nexport interface IndexedAccessType extends BaseNode {\n type: \"IndexedAccessType\";\n objectType: FlowType;\n indexType: FlowType;\n}\n\nexport interface OptionalIndexedAccessType extends BaseNode {\n type: \"OptionalIndexedAccessType\";\n objectType: FlowType;\n indexType: FlowType;\n optional: boolean;\n}\n\nexport interface JSXAttribute extends BaseNode {\n type: \"JSXAttribute\";\n name: JSXIdentifier | JSXNamespacedName;\n value?:\n | JSXElement\n | JSXFragment\n | StringLiteral\n | JSXExpressionContainer\n | null;\n}\n\nexport interface JSXClosingElement extends BaseNode {\n type: \"JSXClosingElement\";\n name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName;\n}\n\nexport interface JSXElement extends BaseNode {\n type: \"JSXElement\";\n openingElement: JSXOpeningElement;\n closingElement?: JSXClosingElement | null;\n children: Array<\n JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment\n >;\n selfClosing?: boolean | null;\n}\n\nexport interface JSXEmptyExpression extends BaseNode {\n type: \"JSXEmptyExpression\";\n}\n\nexport interface JSXExpressionContainer extends BaseNode {\n type: \"JSXExpressionContainer\";\n expression: Expression | JSXEmptyExpression;\n}\n\nexport interface JSXSpreadChild extends BaseNode {\n type: \"JSXSpreadChild\";\n expression: Expression;\n}\n\nexport interface JSXIdentifier extends BaseNode {\n type: \"JSXIdentifier\";\n name: string;\n}\n\nexport interface JSXMemberExpression extends BaseNode {\n type: \"JSXMemberExpression\";\n object: JSXMemberExpression | JSXIdentifier;\n property: JSXIdentifier;\n}\n\nexport interface JSXNamespacedName extends BaseNode {\n type: \"JSXNamespacedName\";\n namespace: JSXIdentifier;\n name: JSXIdentifier;\n}\n\nexport interface JSXOpeningElement extends BaseNode {\n type: \"JSXOpeningElement\";\n name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName;\n attributes: Array<JSXAttribute | JSXSpreadAttribute>;\n selfClosing: boolean;\n typeParameters?:\n | TypeParameterInstantiation\n | TSTypeParameterInstantiation\n | null;\n}\n\nexport interface JSXSpreadAttribute extends BaseNode {\n type: \"JSXSpreadAttribute\";\n argument: Expression;\n}\n\nexport interface JSXText extends BaseNode {\n type: \"JSXText\";\n value: string;\n}\n\nexport interface JSXFragment extends BaseNode {\n type: \"JSXFragment\";\n openingFragment: JSXOpeningFragment;\n closingFragment: JSXClosingFragment;\n children: Array<\n JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment\n >;\n}\n\nexport interface JSXOpeningFragment extends BaseNode {\n type: \"JSXOpeningFragment\";\n}\n\nexport interface JSXClosingFragment extends BaseNode {\n type: \"JSXClosingFragment\";\n}\n\nexport interface Noop extends BaseNode {\n type: \"Noop\";\n}\n\nexport interface Placeholder extends BaseNode {\n type: \"Placeholder\";\n expectedNode:\n | \"Identifier\"\n | \"StringLiteral\"\n | \"Expression\"\n | \"Statement\"\n | \"Declaration\"\n | \"BlockStatement\"\n | \"ClassBody\"\n | \"Pattern\";\n name: Identifier;\n}\n\nexport interface V8IntrinsicIdentifier extends BaseNode {\n type: \"V8IntrinsicIdentifier\";\n name: string;\n}\n\nexport interface ArgumentPlaceholder extends BaseNode {\n type: \"ArgumentPlaceholder\";\n}\n\nexport interface BindExpression extends BaseNode {\n type: \"BindExpression\";\n object: Expression;\n callee: Expression;\n}\n\nexport interface ImportAttribute extends BaseNode {\n type: \"ImportAttribute\";\n key: Identifier | StringLiteral;\n value: StringLiteral;\n}\n\nexport interface Decorator extends BaseNode {\n type: \"Decorator\";\n expression: Expression;\n}\n\nexport interface DoExpression extends BaseNode {\n type: \"DoExpression\";\n body: BlockStatement;\n async: boolean;\n}\n\nexport interface ExportDefaultSpecifier extends BaseNode {\n type: \"ExportDefaultSpecifier\";\n exported: Identifier;\n}\n\nexport interface RecordExpression extends BaseNode {\n type: \"RecordExpression\";\n properties: Array<ObjectProperty | SpreadElement>;\n}\n\nexport interface TupleExpression extends BaseNode {\n type: \"TupleExpression\";\n elements: Array<Expression | SpreadElement>;\n}\n\nexport interface DecimalLiteral extends BaseNode {\n type: \"DecimalLiteral\";\n value: string;\n}\n\nexport interface ModuleExpression extends BaseNode {\n type: \"ModuleExpression\";\n body: Program;\n}\n\nexport interface TopicReference extends BaseNode {\n type: \"TopicReference\";\n}\n\nexport interface PipelineTopicExpression extends BaseNode {\n type: \"PipelineTopicExpression\";\n expression: Expression;\n}\n\nexport interface PipelineBareFunction extends BaseNode {\n type: \"PipelineBareFunction\";\n callee: Expression;\n}\n\nexport interface PipelinePrimaryTopicReference extends BaseNode {\n type: \"PipelinePrimaryTopicReference\";\n}\n\nexport interface TSParameterProperty extends BaseNode {\n type: \"TSParameterProperty\";\n parameter: Identifier | AssignmentPattern;\n accessibility?: \"public\" | \"private\" | \"protected\" | null;\n decorators?: Array<Decorator> | null;\n override?: boolean | null;\n readonly?: boolean | null;\n}\n\nexport interface TSDeclareFunction extends BaseNode {\n type: \"TSDeclareFunction\";\n id?: Identifier | null;\n typeParameters?: TSTypeParameterDeclaration | Noop | null;\n params: Array<Identifier | Pattern | RestElement>;\n returnType?: TSTypeAnnotation | Noop | null;\n async?: boolean;\n declare?: boolean | null;\n generator?: boolean;\n}\n\nexport interface TSDeclareMethod extends BaseNode {\n type: \"TSDeclareMethod\";\n decorators?: Array<Decorator> | null;\n key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression;\n typeParameters?: TSTypeParameterDeclaration | Noop | null;\n params: Array<Identifier | Pattern | RestElement | TSParameterProperty>;\n returnType?: TSTypeAnnotation | Noop | null;\n abstract?: boolean | null;\n access?: \"public\" | \"private\" | \"protected\" | null;\n accessibility?: \"public\" | \"private\" | \"protected\" | null;\n async?: boolean;\n computed?: boolean;\n generator?: boolean;\n kind?: \"get\" | \"set\" | \"method\" | \"constructor\";\n optional?: boolean | null;\n override?: boolean;\n static?: boolean;\n}\n\nexport interface TSQualifiedName extends BaseNode {\n type: \"TSQualifiedName\";\n left: TSEntityName;\n right: Identifier;\n}\n\nexport interface TSCallSignatureDeclaration extends BaseNode {\n type: \"TSCallSignatureDeclaration\";\n typeParameters?: TSTypeParameterDeclaration | null;\n parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;\n typeAnnotation?: TSTypeAnnotation | null;\n}\n\nexport interface TSConstructSignatureDeclaration extends BaseNode {\n type: \"TSConstructSignatureDeclaration\";\n typeParameters?: TSTypeParameterDeclaration | null;\n parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;\n typeAnnotation?: TSTypeAnnotation | null;\n}\n\nexport interface TSPropertySignature extends BaseNode {\n type: \"TSPropertySignature\";\n key: Expression;\n typeAnnotation?: TSTypeAnnotation | null;\n initializer?: Expression | null;\n computed?: boolean;\n kind: \"get\" | \"set\";\n optional?: boolean | null;\n readonly?: boolean | null;\n}\n\nexport interface TSMethodSignature extends BaseNode {\n type: \"TSMethodSignature\";\n key: Expression;\n typeParameters?: TSTypeParameterDeclaration | null;\n parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;\n typeAnnotation?: TSTypeAnnotation | null;\n computed?: boolean;\n kind: \"method\" | \"get\" | \"set\";\n optional?: boolean | null;\n}\n\nexport interface TSIndexSignature extends BaseNode {\n type: \"TSIndexSignature\";\n parameters: Array<Identifier>;\n typeAnnotation?: TSTypeAnnotation | null;\n readonly?: boolean | null;\n static?: boolean | null;\n}\n\nexport interface TSAnyKeyword extends BaseNode {\n type: \"TSAnyKeyword\";\n}\n\nexport interface TSBooleanKeyword extends BaseNode {\n type: \"TSBooleanKeyword\";\n}\n\nexport interface TSBigIntKeyword extends BaseNode {\n type: \"TSBigIntKeyword\";\n}\n\nexport interface TSIntrinsicKeyword extends BaseNode {\n type: \"TSIntrinsicKeyword\";\n}\n\nexport interface TSNeverKeyword extends BaseNode {\n type: \"TSNeverKeyword\";\n}\n\nexport interface TSNullKeyword extends BaseNode {\n type: \"TSNullKeyword\";\n}\n\nexport interface TSNumberKeyword extends BaseNode {\n type: \"TSNumberKeyword\";\n}\n\nexport interface TSObjectKeyword extends BaseNode {\n type: \"TSObjectKeyword\";\n}\n\nexport interface TSStringKeyword extends BaseNode {\n type: \"TSStringKeyword\";\n}\n\nexport interface TSSymbolKeyword extends BaseNode {\n type: \"TSSymbolKeyword\";\n}\n\nexport interface TSUndefinedKeyword extends BaseNode {\n type: \"TSUndefinedKeyword\";\n}\n\nexport interface TSUnknownKeyword extends BaseNode {\n type: \"TSUnknownKeyword\";\n}\n\nexport interface TSVoidKeyword extends BaseNode {\n type: \"TSVoidKeyword\";\n}\n\nexport interface TSThisType extends BaseNode {\n type: \"TSThisType\";\n}\n\nexport interface TSFunctionType extends BaseNode {\n type: \"TSFunctionType\";\n typeParameters?: TSTypeParameterDeclaration | null;\n parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;\n typeAnnotation?: TSTypeAnnotation | null;\n}\n\nexport interface TSConstructorType extends BaseNode {\n type: \"TSConstructorType\";\n typeParameters?: TSTypeParameterDeclaration | null;\n parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;\n typeAnnotation?: TSTypeAnnotation | null;\n abstract?: boolean | null;\n}\n\nexport interface TSTypeReference extends BaseNode {\n type: \"TSTypeReference\";\n typeName: TSEntityName;\n typeParameters?: TSTypeParameterInstantiation | null;\n}\n\nexport interface TSTypePredicate extends BaseNode {\n type: \"TSTypePredicate\";\n parameterName: Identifier | TSThisType;\n typeAnnotation?: TSTypeAnnotation | null;\n asserts?: boolean | null;\n}\n\nexport interface TSTypeQuery extends BaseNode {\n type: \"TSTypeQuery\";\n exprName: TSEntityName | TSImportType;\n typeParameters?: TSTypeParameterInstantiation | null;\n}\n\nexport interface TSTypeLiteral extends BaseNode {\n type: \"TSTypeLiteral\";\n members: Array<TSTypeElement>;\n}\n\nexport interface TSArrayType extends BaseNode {\n type: \"TSArrayType\";\n elementType: TSType;\n}\n\nexport interface TSTupleType extends BaseNode {\n type: \"TSTupleType\";\n elementTypes: Array<TSType | TSNamedTupleMember>;\n}\n\nexport interface TSOptionalType extends BaseNode {\n type: \"TSOptionalType\";\n typeAnnotation: TSType;\n}\n\nexport interface TSRestType extends BaseNode {\n type: \"TSRestType\";\n typeAnnotation: TSType;\n}\n\nexport interface TSNamedTupleMember extends BaseNode {\n type: \"TSNamedTupleMember\";\n label: Identifier;\n elementType: TSType;\n optional: boolean;\n}\n\nexport interface TSUnionType extends BaseNode {\n type: \"TSUnionType\";\n types: Array<TSType>;\n}\n\nexport interface TSIntersectionType extends BaseNode {\n type: \"TSIntersectionType\";\n types: Array<TSType>;\n}\n\nexport interface TSConditionalType extends BaseNode {\n type: \"TSConditionalType\";\n checkType: TSType;\n extendsType: TSType;\n trueType: TSType;\n falseType: TSType;\n}\n\nexport interface TSInferType extends BaseNode {\n type: \"TSInferType\";\n typeParameter: TSTypeParameter;\n}\n\nexport interface TSParenthesizedType extends BaseNode {\n type: \"TSParenthesizedType\";\n typeAnnotation: TSType;\n}\n\nexport interface TSTypeOperator extends BaseNode {\n type: \"TSTypeOperator\";\n typeAnnotation: TSType;\n operator: string;\n}\n\nexport interface TSIndexedAccessType extends BaseNode {\n type: \"TSIndexedAccessType\";\n objectType: TSType;\n indexType: TSType;\n}\n\nexport interface TSMappedType extends BaseNode {\n type: \"TSMappedType\";\n typeParameter: TSTypeParameter;\n typeAnnotation?: TSType | null;\n nameType?: TSType | null;\n optional?: true | false | \"+\" | \"-\" | null;\n readonly?: true | false | \"+\" | \"-\" | null;\n}\n\nexport interface TSLiteralType extends BaseNode {\n type: \"TSLiteralType\";\n literal:\n | NumericLiteral\n | StringLiteral\n | BooleanLiteral\n | BigIntLiteral\n | TemplateLiteral\n | UnaryExpression;\n}\n\nexport interface TSExpressionWithTypeArguments extends BaseNode {\n type: \"TSExpressionWithTypeArguments\";\n expression: TSEntityName;\n typeParameters?: TSTypeParameterInstantiation | null;\n}\n\nexport interface TSInterfaceDeclaration extends BaseNode {\n type: \"TSInterfaceDeclaration\";\n id: Identifier;\n typeParameters?: TSTypeParameterDeclaration | null;\n extends?: Array<TSExpressionWithTypeArguments> | null;\n body: TSInterfaceBody;\n declare?: boolean | null;\n}\n\nexport interface TSInterfaceBody extends BaseNode {\n type: \"TSInterfaceBody\";\n body: Array<TSTypeElement>;\n}\n\nexport interface TSTypeAliasDeclaration extends BaseNode {\n type: \"TSTypeAliasDeclaration\";\n id: Identifier;\n typeParameters?: TSTypeParameterDeclaration | null;\n typeAnnotation: TSType;\n declare?: boolean | null;\n}\n\nexport interface TSInstantiationExpression extends BaseNode {\n type: \"TSInstantiationExpression\";\n expression: Expression;\n typeParameters?: TSTypeParameterInstantiation | null;\n}\n\nexport interface TSAsExpression extends BaseNode {\n type: \"TSAsExpression\";\n expression: Expression;\n typeAnnotation: TSType;\n}\n\nexport interface TSSatisfiesExpression extends BaseNode {\n type: \"TSSatisfiesExpression\";\n expression: Expression;\n typeAnnotation: TSType;\n}\n\nexport interface TSTypeAssertion extends BaseNode {\n type: \"TSTypeAssertion\";\n typeAnnotation: TSType;\n expression: Expression;\n}\n\nexport interface TSEnumDeclaration extends BaseNode {\n type: \"TSEnumDeclaration\";\n id: Identifier;\n members: Array<TSEnumMember>;\n const?: boolean | null;\n declare?: boolean | null;\n initializer?: Expression | null;\n}\n\nexport interface TSEnumMember extends BaseNode {\n type: \"TSEnumMember\";\n id: Identifier | StringLiteral;\n initializer?: Expression | null;\n}\n\nexport interface TSModuleDeclaration extends BaseNode {\n type: \"TSModuleDeclaration\";\n id: Identifier | StringLiteral;\n body: TSModuleBlock | TSModuleDeclaration;\n declare?: boolean | null;\n global?: boolean | null;\n}\n\nexport interface TSModuleBlock extends BaseNode {\n type: \"TSModuleBlock\";\n body: Array<Statement>;\n}\n\nexport interface TSImportType extends BaseNode {\n type: \"TSImportType\";\n argument: StringLiteral;\n qualifier?: TSEntityName | null;\n typeParameters?: TSTypeParameterInstantiation | null;\n}\n\nexport interface TSImportEqualsDeclaration extends BaseNode {\n type: \"TSImportEqualsDeclaration\";\n id: Identifier;\n moduleReference: TSEntityName | TSExternalModuleReference;\n importKind?: \"type\" | \"value\" | null;\n isExport: boolean;\n}\n\nexport interface TSExternalModuleReference extends BaseNode {\n type: \"TSExternalModuleReference\";\n expression: StringLiteral;\n}\n\nexport interface TSNonNullExpression extends BaseNode {\n type: \"TSNonNullExpression\";\n expression: Expression;\n}\n\nexport interface TSExportAssignment extends BaseNode {\n type: \"TSExportAssignment\";\n expression: Expression;\n}\n\nexport interface TSNamespaceExportDeclaration extends BaseNode {\n type: \"TSNamespaceExportDeclaration\";\n id: Identifier;\n}\n\nexport interface TSTypeAnnotation extends BaseNode {\n type: \"TSTypeAnnotation\";\n typeAnnotation: TSType;\n}\n\nexport interface TSTypeParameterInstantiation extends BaseNode {\n type: \"TSTypeParameterInstantiation\";\n params: Array<TSType>;\n}\n\nexport interface TSTypeParameterDeclaration extends BaseNode {\n type: \"TSTypeParameterDeclaration\";\n params: Array<TSTypeParameter>;\n}\n\nexport interface TSTypeParameter extends BaseNode {\n type: \"TSTypeParameter\";\n constraint?: TSType | null;\n default?: TSType | null;\n name: string;\n const?: boolean | null;\n in?: boolean | null;\n out?: boolean | null;\n}\n\nexport type Standardized =\n | ArrayExpression\n | AssignmentExpression\n | BinaryExpression\n | InterpreterDirective\n | Directive\n | DirectiveLiteral\n | BlockStatement\n | BreakStatement\n | CallExpression\n | CatchClause\n | ConditionalExpression\n | ContinueStatement\n | DebuggerStatement\n | DoWhileStatement\n | EmptyStatement\n | ExpressionStatement\n | File\n | ForInStatement\n | ForStatement\n | FunctionDeclaration\n | FunctionExpression\n | Identifier\n | IfStatement\n | LabeledStatement\n | StringLiteral\n | NumericLiteral\n | NullLiteral\n | BooleanLiteral\n | RegExpLiteral\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | Program\n | ObjectExpression\n | ObjectMethod\n | ObjectProperty\n | RestElement\n | ReturnStatement\n | SequenceExpression\n | ParenthesizedExpression\n | SwitchCase\n | SwitchStatement\n | ThisExpression\n | ThrowStatement\n | TryStatement\n | UnaryExpression\n | UpdateExpression\n | VariableDeclaration\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | AssignmentPattern\n | ArrayPattern\n | ArrowFunctionExpression\n | ClassBody\n | ClassExpression\n | ClassDeclaration\n | ExportAllDeclaration\n | ExportDefaultDeclaration\n | ExportNamedDeclaration\n | ExportSpecifier\n | ForOfStatement\n | ImportDeclaration\n | ImportDefaultSpecifier\n | ImportNamespaceSpecifier\n | ImportSpecifier\n | ImportExpression\n | MetaProperty\n | ClassMethod\n | ObjectPattern\n | SpreadElement\n | Super\n | TaggedTemplateExpression\n | TemplateElement\n | TemplateLiteral\n | YieldExpression\n | AwaitExpression\n | Import\n | BigIntLiteral\n | ExportNamespaceSpecifier\n | OptionalMemberExpression\n | OptionalCallExpression\n | ClassProperty\n | ClassAccessorProperty\n | ClassPrivateProperty\n | ClassPrivateMethod\n | PrivateName\n | StaticBlock;\nexport type Expression =\n | ArrayExpression\n | AssignmentExpression\n | BinaryExpression\n | CallExpression\n | ConditionalExpression\n | FunctionExpression\n | Identifier\n | StringLiteral\n | NumericLiteral\n | NullLiteral\n | BooleanLiteral\n | RegExpLiteral\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectExpression\n | SequenceExpression\n | ParenthesizedExpression\n | ThisExpression\n | UnaryExpression\n | UpdateExpression\n | ArrowFunctionExpression\n | ClassExpression\n | ImportExpression\n | MetaProperty\n | Super\n | TaggedTemplateExpression\n | TemplateLiteral\n | YieldExpression\n | AwaitExpression\n | Import\n | BigIntLiteral\n | OptionalMemberExpression\n | OptionalCallExpression\n | TypeCastExpression\n | JSXElement\n | JSXFragment\n | BindExpression\n | DoExpression\n | RecordExpression\n | TupleExpression\n | DecimalLiteral\n | ModuleExpression\n | TopicReference\n | PipelineTopicExpression\n | PipelineBareFunction\n | PipelinePrimaryTopicReference\n | TSInstantiationExpression\n | TSAsExpression\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TSNonNullExpression;\nexport type Binary = BinaryExpression | LogicalExpression;\nexport type Scopable =\n | BlockStatement\n | CatchClause\n | DoWhileStatement\n | ForInStatement\n | ForStatement\n | FunctionDeclaration\n | FunctionExpression\n | Program\n | ObjectMethod\n | SwitchStatement\n | WhileStatement\n | ArrowFunctionExpression\n | ClassExpression\n | ClassDeclaration\n | ForOfStatement\n | ClassMethod\n | ClassPrivateMethod\n | StaticBlock\n | TSModuleBlock;\nexport type BlockParent =\n | BlockStatement\n | CatchClause\n | DoWhileStatement\n | ForInStatement\n | ForStatement\n | FunctionDeclaration\n | FunctionExpression\n | Program\n | ObjectMethod\n | SwitchStatement\n | WhileStatement\n | ArrowFunctionExpression\n | ForOfStatement\n | ClassMethod\n | ClassPrivateMethod\n | StaticBlock\n | TSModuleBlock;\nexport type Block = BlockStatement | Program | TSModuleBlock;\nexport type Statement =\n | BlockStatement\n | BreakStatement\n | ContinueStatement\n | DebuggerStatement\n | DoWhileStatement\n | EmptyStatement\n | ExpressionStatement\n | ForInStatement\n | ForStatement\n | FunctionDeclaration\n | IfStatement\n | LabeledStatement\n | ReturnStatement\n | SwitchStatement\n | ThrowStatement\n | TryStatement\n | VariableDeclaration\n | WhileStatement\n | WithStatement\n | ClassDeclaration\n | ExportAllDeclaration\n | ExportDefaultDeclaration\n | ExportNamedDeclaration\n | ForOfStatement\n | ImportDeclaration\n | DeclareClass\n | DeclareFunction\n | DeclareInterface\n | DeclareModule\n | DeclareModuleExports\n | DeclareTypeAlias\n | DeclareOpaqueType\n | DeclareVariable\n | DeclareExportDeclaration\n | DeclareExportAllDeclaration\n | InterfaceDeclaration\n | OpaqueType\n | TypeAlias\n | EnumDeclaration\n | TSDeclareFunction\n | TSInterfaceDeclaration\n | TSTypeAliasDeclaration\n | TSEnumDeclaration\n | TSModuleDeclaration\n | TSImportEqualsDeclaration\n | TSExportAssignment\n | TSNamespaceExportDeclaration;\nexport type Terminatorless =\n | BreakStatement\n | ContinueStatement\n | ReturnStatement\n | ThrowStatement\n | YieldExpression\n | AwaitExpression;\nexport type CompletionStatement =\n | BreakStatement\n | ContinueStatement\n | ReturnStatement\n | ThrowStatement;\nexport type Conditional = ConditionalExpression | IfStatement;\nexport type Loop =\n | DoWhileStatement\n | ForInStatement\n | ForStatement\n | WhileStatement\n | ForOfStatement;\nexport type While = DoWhileStatement | WhileStatement;\nexport type ExpressionWrapper =\n | ExpressionStatement\n | ParenthesizedExpression\n | TypeCastExpression;\nexport type For = ForInStatement | ForStatement | ForOfStatement;\nexport type ForXStatement = ForInStatement | ForOfStatement;\nexport type Function =\n | FunctionDeclaration\n | FunctionExpression\n | ObjectMethod\n | ArrowFunctionExpression\n | ClassMethod\n | ClassPrivateMethod;\nexport type FunctionParent =\n | FunctionDeclaration\n | FunctionExpression\n | ObjectMethod\n | ArrowFunctionExpression\n | ClassMethod\n | ClassPrivateMethod\n | StaticBlock\n | TSModuleBlock;\nexport type Pureish =\n | FunctionDeclaration\n | FunctionExpression\n | StringLiteral\n | NumericLiteral\n | NullLiteral\n | BooleanLiteral\n | RegExpLiteral\n | ArrowFunctionExpression\n | BigIntLiteral\n | DecimalLiteral;\nexport type Declaration =\n | FunctionDeclaration\n | VariableDeclaration\n | ClassDeclaration\n | ExportAllDeclaration\n | ExportDefaultDeclaration\n | ExportNamedDeclaration\n | ImportDeclaration\n | DeclareClass\n | DeclareFunction\n | DeclareInterface\n | DeclareModule\n | DeclareModuleExports\n | DeclareTypeAlias\n | DeclareOpaqueType\n | DeclareVariable\n | DeclareExportDeclaration\n | DeclareExportAllDeclaration\n | InterfaceDeclaration\n | OpaqueType\n | TypeAlias\n | EnumDeclaration\n | TSDeclareFunction\n | TSInterfaceDeclaration\n | TSTypeAliasDeclaration\n | TSEnumDeclaration\n | TSModuleDeclaration;\nexport type PatternLike =\n | Identifier\n | RestElement\n | AssignmentPattern\n | ArrayPattern\n | ObjectPattern\n | TSAsExpression\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TSNonNullExpression;\nexport type LVal =\n | Identifier\n | MemberExpression\n | RestElement\n | AssignmentPattern\n | ArrayPattern\n | ObjectPattern\n | TSParameterProperty\n | TSAsExpression\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TSNonNullExpression;\nexport type TSEntityName = Identifier | TSQualifiedName;\nexport type Literal =\n | StringLiteral\n | NumericLiteral\n | NullLiteral\n | BooleanLiteral\n | RegExpLiteral\n | TemplateLiteral\n | BigIntLiteral\n | DecimalLiteral;\nexport type Immutable =\n | StringLiteral\n | NumericLiteral\n | NullLiteral\n | BooleanLiteral\n | BigIntLiteral\n | JSXAttribute\n | JSXClosingElement\n | JSXElement\n | JSXExpressionContainer\n | JSXSpreadChild\n | JSXOpeningElement\n | JSXText\n | JSXFragment\n | JSXOpeningFragment\n | JSXClosingFragment\n | DecimalLiteral;\nexport type UserWhitespacable =\n | ObjectMethod\n | ObjectProperty\n | ObjectTypeInternalSlot\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty;\nexport type Method = ObjectMethod | ClassMethod | ClassPrivateMethod;\nexport type ObjectMember = ObjectMethod | ObjectProperty;\nexport type Property =\n | ObjectProperty\n | ClassProperty\n | ClassAccessorProperty\n | ClassPrivateProperty;\nexport type UnaryLike = UnaryExpression | SpreadElement;\nexport type Pattern = AssignmentPattern | ArrayPattern | ObjectPattern;\nexport type Class = ClassExpression | ClassDeclaration;\nexport type ImportOrExportDeclaration =\n | ExportAllDeclaration\n | ExportDefaultDeclaration\n | ExportNamedDeclaration\n | ImportDeclaration;\nexport type ExportDeclaration =\n | ExportAllDeclaration\n | ExportDefaultDeclaration\n | ExportNamedDeclaration;\nexport type ModuleSpecifier =\n | ExportSpecifier\n | ImportDefaultSpecifier\n | ImportNamespaceSpecifier\n | ImportSpecifier\n | ExportNamespaceSpecifier\n | ExportDefaultSpecifier;\nexport type Accessor = ClassAccessorProperty;\nexport type Private = ClassPrivateProperty | ClassPrivateMethod | PrivateName;\nexport type Flow =\n | AnyTypeAnnotation\n | ArrayTypeAnnotation\n | BooleanTypeAnnotation\n | BooleanLiteralTypeAnnotation\n | NullLiteralTypeAnnotation\n | ClassImplements\n | DeclareClass\n | DeclareFunction\n | DeclareInterface\n | DeclareModule\n | DeclareModuleExports\n | DeclareTypeAlias\n | DeclareOpaqueType\n | DeclareVariable\n | DeclareExportDeclaration\n | DeclareExportAllDeclaration\n | DeclaredPredicate\n | ExistsTypeAnnotation\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | GenericTypeAnnotation\n | InferredPredicate\n | InterfaceExtends\n | InterfaceDeclaration\n | InterfaceTypeAnnotation\n | IntersectionTypeAnnotation\n | MixedTypeAnnotation\n | EmptyTypeAnnotation\n | NullableTypeAnnotation\n | NumberLiteralTypeAnnotation\n | NumberTypeAnnotation\n | ObjectTypeAnnotation\n | ObjectTypeInternalSlot\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | QualifiedTypeIdentifier\n | StringLiteralTypeAnnotation\n | StringTypeAnnotation\n | SymbolTypeAnnotation\n | ThisTypeAnnotation\n | TupleTypeAnnotation\n | TypeofTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeCastExpression\n | TypeParameter\n | TypeParameterDeclaration\n | TypeParameterInstantiation\n | UnionTypeAnnotation\n | Variance\n | VoidTypeAnnotation\n | EnumDeclaration\n | EnumBooleanBody\n | EnumNumberBody\n | EnumStringBody\n | EnumSymbolBody\n | EnumBooleanMember\n | EnumNumberMember\n | EnumStringMember\n | EnumDefaultedMember\n | IndexedAccessType\n | OptionalIndexedAccessType;\nexport type FlowType =\n | AnyTypeAnnotation\n | ArrayTypeAnnotation\n | BooleanTypeAnnotation\n | BooleanLiteralTypeAnnotation\n | NullLiteralTypeAnnotation\n | ExistsTypeAnnotation\n | FunctionTypeAnnotation\n | GenericTypeAnnotation\n | InterfaceTypeAnnotation\n | IntersectionTypeAnnotation\n | MixedTypeAnnotation\n | EmptyTypeAnnotation\n | NullableTypeAnnotation\n | NumberLiteralTypeAnnotation\n | NumberTypeAnnotation\n | ObjectTypeAnnotation\n | StringLiteralTypeAnnotation\n | StringTypeAnnotation\n | SymbolTypeAnnotation\n | ThisTypeAnnotation\n | TupleTypeAnnotation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation\n | VoidTypeAnnotation\n | IndexedAccessType\n | OptionalIndexedAccessType;\nexport type FlowBaseAnnotation =\n | AnyTypeAnnotation\n | BooleanTypeAnnotation\n | NullLiteralTypeAnnotation\n | MixedTypeAnnotation\n | EmptyTypeAnnotation\n | NumberTypeAnnotation\n | StringTypeAnnotation\n | SymbolTypeAnnotation\n | ThisTypeAnnotation\n | VoidTypeAnnotation;\nexport type FlowDeclaration =\n | DeclareClass\n | DeclareFunction\n | DeclareInterface\n | DeclareModule\n | DeclareModuleExports\n | DeclareTypeAlias\n | DeclareOpaqueType\n | DeclareVariable\n | DeclareExportDeclaration\n | DeclareExportAllDeclaration\n | InterfaceDeclaration\n | OpaqueType\n | TypeAlias;\nexport type FlowPredicate = DeclaredPredicate | InferredPredicate;\nexport type EnumBody =\n | EnumBooleanBody\n | EnumNumberBody\n | EnumStringBody\n | EnumSymbolBody;\nexport type EnumMember =\n | EnumBooleanMember\n | EnumNumberMember\n | EnumStringMember\n | EnumDefaultedMember;\nexport type JSX =\n | JSXAttribute\n | JSXClosingElement\n | JSXElement\n | JSXEmptyExpression\n | JSXExpressionContainer\n | JSXSpreadChild\n | JSXIdentifier\n | JSXMemberExpression\n | JSXNamespacedName\n | JSXOpeningElement\n | JSXSpreadAttribute\n | JSXText\n | JSXFragment\n | JSXOpeningFragment\n | JSXClosingFragment;\nexport type Miscellaneous = Noop | Placeholder | V8IntrinsicIdentifier;\nexport type TypeScript =\n | TSParameterProperty\n | TSDeclareFunction\n | TSDeclareMethod\n | TSQualifiedName\n | TSCallSignatureDeclaration\n | TSConstructSignatureDeclaration\n | TSPropertySignature\n | TSMethodSignature\n | TSIndexSignature\n | TSAnyKeyword\n | TSBooleanKeyword\n | TSBigIntKeyword\n | TSIntrinsicKeyword\n | TSNeverKeyword\n | TSNullKeyword\n | TSNumberKeyword\n | TSObjectKeyword\n | TSStringKeyword\n | TSSymbolKeyword\n | TSUndefinedKeyword\n | TSUnknownKeyword\n | TSVoidKeyword\n | TSThisType\n | TSFunctionType\n | TSConstructorType\n | TSTypeReference\n | TSTypePredicate\n | TSTypeQuery\n | TSTypeLiteral\n | TSArrayType\n | TSTupleType\n | TSOptionalType\n | TSRestType\n | TSNamedTupleMember\n | TSUnionType\n | TSIntersectionType\n | TSConditionalType\n | TSInferType\n | TSParenthesizedType\n | TSTypeOperator\n | TSIndexedAccessType\n | TSMappedType\n | TSLiteralType\n | TSExpressionWithTypeArguments\n | TSInterfaceDeclaration\n | TSInterfaceBody\n | TSTypeAliasDeclaration\n | TSInstantiationExpression\n | TSAsExpression\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TSEnumDeclaration\n | TSEnumMember\n | TSModuleDeclaration\n | TSModuleBlock\n | TSImportType\n | TSImportEqualsDeclaration\n | TSExternalModuleReference\n | TSNonNullExpression\n | TSExportAssignment\n | TSNamespaceExportDeclaration\n | TSTypeAnnotation\n | TSTypeParameterInstantiation\n | TSTypeParameterDeclaration\n | TSTypeParameter;\nexport type TSTypeElement =\n | TSCallSignatureDeclaration\n | TSConstructSignatureDeclaration\n | TSPropertySignature\n | TSMethodSignature\n | TSIndexSignature;\nexport type TSType =\n | TSAnyKeyword\n | TSBooleanKeyword\n | TSBigIntKeyword\n | TSIntrinsicKeyword\n | TSNeverKeyword\n | TSNullKeyword\n | TSNumberKeyword\n | TSObjectKeyword\n | TSStringKeyword\n | TSSymbolKeyword\n | TSUndefinedKeyword\n | TSUnknownKeyword\n | TSVoidKeyword\n | TSThisType\n | TSFunctionType\n | TSConstructorType\n | TSTypeReference\n | TSTypePredicate\n | TSTypeQuery\n | TSTypeLiteral\n | TSArrayType\n | TSTupleType\n | TSOptionalType\n | TSRestType\n | TSUnionType\n | TSIntersectionType\n | TSConditionalType\n | TSInferType\n | TSParenthesizedType\n | TSTypeOperator\n | TSIndexedAccessType\n | TSMappedType\n | TSLiteralType\n | TSExpressionWithTypeArguments\n | TSImportType;\nexport type TSBaseType =\n | TSAnyKeyword\n | TSBooleanKeyword\n | TSBigIntKeyword\n | TSIntrinsicKeyword\n | TSNeverKeyword\n | TSNullKeyword\n | TSNumberKeyword\n | TSObjectKeyword\n | TSStringKeyword\n | TSSymbolKeyword\n | TSUndefinedKeyword\n | TSUnknownKeyword\n | TSVoidKeyword\n | TSThisType\n | TSLiteralType;\nexport type ModuleDeclaration =\n | ExportAllDeclaration\n | ExportDefaultDeclaration\n | ExportNamedDeclaration\n | ImportDeclaration;\n\nexport interface Aliases {\n Standardized: Standardized;\n Expression: Expression;\n Binary: Binary;\n Scopable: Scopable;\n BlockParent: BlockParent;\n Block: Block;\n Statement: Statement;\n Terminatorless: Terminatorless;\n CompletionStatement: CompletionStatement;\n Conditional: Conditional;\n Loop: Loop;\n While: While;\n ExpressionWrapper: ExpressionWrapper;\n For: For;\n ForXStatement: ForXStatement;\n Function: Function;\n FunctionParent: FunctionParent;\n Pureish: Pureish;\n Declaration: Declaration;\n PatternLike: PatternLike;\n LVal: LVal;\n TSEntityName: TSEntityName;\n Literal: Literal;\n Immutable: Immutable;\n UserWhitespacable: UserWhitespacable;\n Method: Method;\n ObjectMember: ObjectMember;\n Property: Property;\n UnaryLike: UnaryLike;\n Pattern: Pattern;\n Class: Class;\n ImportOrExportDeclaration: ImportOrExportDeclaration;\n ExportDeclaration: ExportDeclaration;\n ModuleSpecifier: ModuleSpecifier;\n Accessor: Accessor;\n Private: Private;\n Flow: Flow;\n FlowType: FlowType;\n FlowBaseAnnotation: FlowBaseAnnotation;\n FlowDeclaration: FlowDeclaration;\n FlowPredicate: FlowPredicate;\n EnumBody: EnumBody;\n EnumMember: EnumMember;\n JSX: JSX;\n Miscellaneous: Miscellaneous;\n TypeScript: TypeScript;\n TSTypeElement: TSTypeElement;\n TSType: TSType;\n TSBaseType: TSBaseType;\n ModuleDeclaration: ModuleDeclaration;\n}\n\nexport type DeprecatedAliases =\n | NumberLiteral\n | RegexLiteral\n | RestProperty\n | SpreadProperty;\n\nexport interface ParentMaps {\n AnyTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n ArgumentPlaceholder: CallExpression | NewExpression | OptionalCallExpression;\n ArrayExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n ArrayPattern:\n | ArrayPattern\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | CatchClause\n | ClassMethod\n | ClassPrivateMethod\n | ForInStatement\n | ForOfStatement\n | FunctionDeclaration\n | FunctionExpression\n | ObjectMethod\n | ObjectProperty\n | RestElement\n | TSCallSignatureDeclaration\n | TSConstructSignatureDeclaration\n | TSConstructorType\n | TSDeclareFunction\n | TSDeclareMethod\n | TSFunctionType\n | TSMethodSignature\n | VariableDeclarator;\n ArrayTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n ArrowFunctionExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n AssignmentExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n AssignmentPattern:\n | ArrayPattern\n | ArrowFunctionExpression\n | AssignmentExpression\n | ClassMethod\n | ClassPrivateMethod\n | ForInStatement\n | ForOfStatement\n | FunctionDeclaration\n | FunctionExpression\n | ObjectMethod\n | ObjectProperty\n | RestElement\n | TSDeclareFunction\n | TSDeclareMethod\n | TSParameterProperty\n | VariableDeclarator;\n AwaitExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n BigIntLiteral:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSLiteralType\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n BinaryExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n BindExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n BlockStatement:\n | ArrowFunctionExpression\n | BlockStatement\n | CatchClause\n | ClassMethod\n | ClassPrivateMethod\n | DeclareModule\n | DoExpression\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | FunctionDeclaration\n | FunctionExpression\n | IfStatement\n | LabeledStatement\n | ObjectMethod\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | TryStatement\n | WhileStatement\n | WithStatement;\n BooleanLiteral:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | EnumBooleanMember\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSLiteralType\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n BooleanLiteralTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n BooleanTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n BreakStatement:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n CallExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n CatchClause: TryStatement;\n ClassAccessorProperty: ClassBody;\n ClassBody: ClassDeclaration | ClassExpression;\n ClassDeclaration:\n | BlockStatement\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n ClassExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n ClassImplements:\n | ClassDeclaration\n | ClassExpression\n | DeclareClass\n | DeclareExportDeclaration\n | DeclaredPredicate;\n ClassMethod: ClassBody;\n ClassPrivateMethod: ClassBody;\n ClassPrivateProperty: ClassBody;\n ClassProperty: ClassBody;\n CommentBlock: File;\n CommentLine: File;\n ConditionalExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n ContinueStatement:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n DebuggerStatement:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n DecimalLiteral:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n DeclareClass:\n | BlockStatement\n | DeclareExportDeclaration\n | DeclaredPredicate\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n DeclareExportAllDeclaration:\n | BlockStatement\n | DeclareExportDeclaration\n | DeclaredPredicate\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n DeclareExportDeclaration:\n | BlockStatement\n | DeclareExportDeclaration\n | DeclaredPredicate\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n DeclareFunction:\n | BlockStatement\n | DeclareExportDeclaration\n | DeclaredPredicate\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n DeclareInterface:\n | BlockStatement\n | DeclareExportDeclaration\n | DeclaredPredicate\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n DeclareModule:\n | BlockStatement\n | DeclareExportDeclaration\n | DeclaredPredicate\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n DeclareModuleExports:\n | BlockStatement\n | DeclareExportDeclaration\n | DeclaredPredicate\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n DeclareOpaqueType:\n | BlockStatement\n | DeclareExportDeclaration\n | DeclaredPredicate\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n DeclareTypeAlias:\n | BlockStatement\n | DeclareExportDeclaration\n | DeclaredPredicate\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n DeclareVariable:\n | BlockStatement\n | DeclareExportDeclaration\n | DeclaredPredicate\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n DeclaredPredicate:\n | ArrowFunctionExpression\n | DeclareExportDeclaration\n | DeclareFunction\n | DeclaredPredicate\n | FunctionDeclaration\n | FunctionExpression;\n Decorator:\n | ArrayPattern\n | AssignmentPattern\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateMethod\n | ClassPrivateProperty\n | ClassProperty\n | Identifier\n | ObjectMethod\n | ObjectPattern\n | ObjectProperty\n | RestElement\n | TSDeclareMethod\n | TSParameterProperty;\n Directive: BlockStatement | Program;\n DirectiveLiteral: Directive;\n DoExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n DoWhileStatement:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n EmptyStatement:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n EmptyTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n EnumBooleanBody:\n | DeclareExportDeclaration\n | DeclaredPredicate\n | EnumDeclaration;\n EnumBooleanMember:\n | DeclareExportDeclaration\n | DeclaredPredicate\n | EnumBooleanBody;\n EnumDeclaration:\n | BlockStatement\n | DeclareExportDeclaration\n | DeclaredPredicate\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n EnumDefaultedMember:\n | DeclareExportDeclaration\n | DeclaredPredicate\n | EnumStringBody\n | EnumSymbolBody;\n EnumNumberBody:\n | DeclareExportDeclaration\n | DeclaredPredicate\n | EnumDeclaration;\n EnumNumberMember:\n | DeclareExportDeclaration\n | DeclaredPredicate\n | EnumNumberBody;\n EnumStringBody:\n | DeclareExportDeclaration\n | DeclaredPredicate\n | EnumDeclaration;\n EnumStringMember:\n | DeclareExportDeclaration\n | DeclaredPredicate\n | EnumStringBody;\n EnumSymbolBody:\n | DeclareExportDeclaration\n | DeclaredPredicate\n | EnumDeclaration;\n ExistsTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n ExportAllDeclaration:\n | BlockStatement\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n ExportDefaultDeclaration:\n | BlockStatement\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n ExportDefaultSpecifier: ExportNamedDeclaration;\n ExportNamedDeclaration:\n | BlockStatement\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n ExportNamespaceSpecifier: DeclareExportDeclaration | ExportNamedDeclaration;\n ExportSpecifier: DeclareExportDeclaration | ExportNamedDeclaration;\n ExpressionStatement:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n File: null;\n ForInStatement:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n ForOfStatement:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n ForStatement:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n FunctionDeclaration:\n | BlockStatement\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n FunctionExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n FunctionTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n FunctionTypeParam:\n | DeclareExportDeclaration\n | DeclaredPredicate\n | FunctionTypeAnnotation;\n GenericTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n Identifier:\n | ArrayExpression\n | ArrayPattern\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | BreakStatement\n | CallExpression\n | CatchClause\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassImplements\n | ClassMethod\n | ClassPrivateMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | ContinueStatement\n | DeclareClass\n | DeclareFunction\n | DeclareInterface\n | DeclareModule\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclareVariable\n | Decorator\n | DoWhileStatement\n | EnumBooleanMember\n | EnumDeclaration\n | EnumDefaultedMember\n | EnumNumberMember\n | EnumStringMember\n | ExportDefaultDeclaration\n | ExportDefaultSpecifier\n | ExportNamespaceSpecifier\n | ExportSpecifier\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | FunctionDeclaration\n | FunctionExpression\n | FunctionTypeParam\n | GenericTypeAnnotation\n | IfStatement\n | ImportAttribute\n | ImportDefaultSpecifier\n | ImportExpression\n | ImportNamespaceSpecifier\n | ImportSpecifier\n | InterfaceDeclaration\n | InterfaceExtends\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LabeledStatement\n | LogicalExpression\n | MemberExpression\n | MetaProperty\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | OpaqueType\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | Placeholder\n | PrivateName\n | QualifiedTypeIdentifier\n | RestElement\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSCallSignatureDeclaration\n | TSConstructSignatureDeclaration\n | TSConstructorType\n | TSDeclareFunction\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSExpressionWithTypeArguments\n | TSFunctionType\n | TSImportEqualsDeclaration\n | TSImportType\n | TSIndexSignature\n | TSInstantiationExpression\n | TSInterfaceDeclaration\n | TSMethodSignature\n | TSModuleDeclaration\n | TSNamedTupleMember\n | TSNamespaceExportDeclaration\n | TSNonNullExpression\n | TSParameterProperty\n | TSPropertySignature\n | TSQualifiedName\n | TSSatisfiesExpression\n | TSTypeAliasDeclaration\n | TSTypeAssertion\n | TSTypePredicate\n | TSTypeQuery\n | TSTypeReference\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeAlias\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n IfStatement:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n Import:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n ImportAttribute:\n | ExportAllDeclaration\n | ExportNamedDeclaration\n | ImportDeclaration;\n ImportDeclaration:\n | BlockStatement\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n ImportDefaultSpecifier: ImportDeclaration;\n ImportExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n ImportNamespaceSpecifier: ImportDeclaration;\n ImportSpecifier: ImportDeclaration;\n IndexedAccessType:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n InferredPredicate:\n | ArrowFunctionExpression\n | DeclareExportDeclaration\n | DeclaredPredicate\n | FunctionDeclaration\n | FunctionExpression;\n InterfaceDeclaration:\n | BlockStatement\n | DeclareExportDeclaration\n | DeclaredPredicate\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n InterfaceExtends:\n | ClassDeclaration\n | ClassExpression\n | DeclareClass\n | DeclareExportDeclaration\n | DeclareInterface\n | DeclaredPredicate\n | InterfaceDeclaration\n | InterfaceTypeAnnotation;\n InterfaceTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n InterpreterDirective: Program;\n IntersectionTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n JSXAttribute: JSXOpeningElement;\n JSXClosingElement: JSXElement;\n JSXClosingFragment: JSXFragment;\n JSXElement:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXAttribute\n | JSXElement\n | JSXExpressionContainer\n | JSXFragment\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n JSXEmptyExpression: JSXExpressionContainer;\n JSXExpressionContainer: JSXAttribute | JSXElement | JSXFragment;\n JSXFragment:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXAttribute\n | JSXElement\n | JSXExpressionContainer\n | JSXFragment\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n JSXIdentifier:\n | JSXAttribute\n | JSXClosingElement\n | JSXMemberExpression\n | JSXNamespacedName\n | JSXOpeningElement;\n JSXMemberExpression:\n | JSXClosingElement\n | JSXMemberExpression\n | JSXOpeningElement;\n JSXNamespacedName:\n | CallExpression\n | JSXAttribute\n | JSXClosingElement\n | JSXOpeningElement\n | NewExpression\n | OptionalCallExpression;\n JSXOpeningElement: JSXElement;\n JSXOpeningFragment: JSXFragment;\n JSXSpreadAttribute: JSXOpeningElement;\n JSXSpreadChild: JSXElement | JSXFragment;\n JSXText: JSXElement | JSXFragment;\n LabeledStatement:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n LogicalExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n MemberExpression:\n | ArrayExpression\n | ArrayPattern\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | RestElement\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n MetaProperty:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n MixedTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n ModuleExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n NewExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n Noop:\n | ArrayPattern\n | ArrowFunctionExpression\n | AssignmentPattern\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateMethod\n | ClassPrivateProperty\n | ClassProperty\n | FunctionDeclaration\n | FunctionExpression\n | Identifier\n | ObjectMethod\n | ObjectPattern\n | RestElement\n | TSDeclareFunction\n | TSDeclareMethod;\n NullLiteral:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n NullLiteralTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n NullableTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n NumberLiteral: null;\n NumberLiteralTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n NumberTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n NumericLiteral:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | EnumNumberMember\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSLiteralType\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n ObjectExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n ObjectMethod: ObjectExpression;\n ObjectPattern:\n | ArrayPattern\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | CatchClause\n | ClassMethod\n | ClassPrivateMethod\n | ForInStatement\n | ForOfStatement\n | FunctionDeclaration\n | FunctionExpression\n | ObjectMethod\n | ObjectProperty\n | RestElement\n | TSCallSignatureDeclaration\n | TSConstructSignatureDeclaration\n | TSConstructorType\n | TSDeclareFunction\n | TSDeclareMethod\n | TSFunctionType\n | TSMethodSignature\n | VariableDeclarator;\n ObjectProperty: ObjectExpression | ObjectPattern | RecordExpression;\n ObjectTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareClass\n | DeclareExportDeclaration\n | DeclareInterface\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | InterfaceDeclaration\n | InterfaceTypeAnnotation\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n ObjectTypeCallProperty:\n | DeclareExportDeclaration\n | DeclaredPredicate\n | ObjectTypeAnnotation;\n ObjectTypeIndexer:\n | DeclareExportDeclaration\n | DeclaredPredicate\n | ObjectTypeAnnotation;\n ObjectTypeInternalSlot:\n | DeclareExportDeclaration\n | DeclaredPredicate\n | ObjectTypeAnnotation;\n ObjectTypeProperty:\n | DeclareExportDeclaration\n | DeclaredPredicate\n | ObjectTypeAnnotation;\n ObjectTypeSpreadProperty:\n | DeclareExportDeclaration\n | DeclaredPredicate\n | ObjectTypeAnnotation;\n OpaqueType:\n | BlockStatement\n | DeclareExportDeclaration\n | DeclaredPredicate\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n OptionalCallExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n OptionalIndexedAccessType:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n OptionalMemberExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n ParenthesizedExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n PipelineBareFunction:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n PipelinePrimaryTopicReference:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n PipelineTopicExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n Placeholder: Node;\n PrivateName:\n | BinaryExpression\n | ClassAccessorProperty\n | ClassPrivateMethod\n | ClassPrivateProperty\n | MemberExpression\n | ObjectProperty;\n Program: File | ModuleExpression;\n QualifiedTypeIdentifier:\n | DeclareExportDeclaration\n | DeclaredPredicate\n | GenericTypeAnnotation\n | InterfaceExtends\n | QualifiedTypeIdentifier;\n RecordExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n RegExpLiteral:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n RegexLiteral: null;\n RestElement:\n | ArrayPattern\n | ArrowFunctionExpression\n | AssignmentExpression\n | ClassMethod\n | ClassPrivateMethod\n | ForInStatement\n | ForOfStatement\n | FunctionDeclaration\n | FunctionExpression\n | ObjectMethod\n | ObjectPattern\n | ObjectProperty\n | RestElement\n | TSCallSignatureDeclaration\n | TSConstructSignatureDeclaration\n | TSConstructorType\n | TSDeclareFunction\n | TSDeclareMethod\n | TSFunctionType\n | TSMethodSignature\n | VariableDeclarator;\n RestProperty: null;\n ReturnStatement:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n SequenceExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n SpreadElement:\n | ArrayExpression\n | CallExpression\n | NewExpression\n | ObjectExpression\n | OptionalCallExpression\n | RecordExpression\n | TupleExpression;\n SpreadProperty: null;\n StaticBlock: ClassBody;\n StringLiteral:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | DeclareExportAllDeclaration\n | DeclareExportDeclaration\n | DeclareModule\n | Decorator\n | DoWhileStatement\n | EnumStringMember\n | ExportAllDeclaration\n | ExportDefaultDeclaration\n | ExportNamedDeclaration\n | ExportSpecifier\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportAttribute\n | ImportDeclaration\n | ImportExpression\n | ImportSpecifier\n | JSXAttribute\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | ObjectTypeProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSExternalModuleReference\n | TSImportType\n | TSInstantiationExpression\n | TSLiteralType\n | TSMethodSignature\n | TSModuleDeclaration\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n StringLiteralTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n StringTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n Super:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n SwitchCase: SwitchStatement;\n SwitchStatement:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n SymbolTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n TSAnyKeyword:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSArrayType:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSAsExpression:\n | ArrayExpression\n | ArrayPattern\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | RestElement\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n TSBigIntKeyword:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSBooleanKeyword:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSCallSignatureDeclaration: TSInterfaceBody | TSTypeLiteral;\n TSConditionalType:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSConstructSignatureDeclaration: TSInterfaceBody | TSTypeLiteral;\n TSConstructorType:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSDeclareFunction:\n | BlockStatement\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n TSDeclareMethod: ClassBody;\n TSEnumDeclaration:\n | BlockStatement\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n TSEnumMember: TSEnumDeclaration;\n TSExportAssignment:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n TSExpressionWithTypeArguments:\n | ClassDeclaration\n | ClassExpression\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSInterfaceDeclaration\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSExternalModuleReference: TSImportEqualsDeclaration;\n TSFunctionType:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSImportEqualsDeclaration:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n TSImportType:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSTypeQuery\n | TSUnionType\n | TemplateLiteral;\n TSIndexSignature: ClassBody | TSInterfaceBody | TSTypeLiteral;\n TSIndexedAccessType:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSInferType:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSInstantiationExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n TSInterfaceBody: TSInterfaceDeclaration;\n TSInterfaceDeclaration:\n | BlockStatement\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n TSIntersectionType:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSIntrinsicKeyword:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSLiteralType:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSMappedType:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSMethodSignature: TSInterfaceBody | TSTypeLiteral;\n TSModuleBlock: TSModuleDeclaration;\n TSModuleDeclaration:\n | BlockStatement\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | TSModuleDeclaration\n | WhileStatement\n | WithStatement;\n TSNamedTupleMember: TSTupleType;\n TSNamespaceExportDeclaration:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n TSNeverKeyword:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSNonNullExpression:\n | ArrayExpression\n | ArrayPattern\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | RestElement\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n TSNullKeyword:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSNumberKeyword:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSObjectKeyword:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSOptionalType:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSParameterProperty:\n | ArrayPattern\n | AssignmentExpression\n | ClassMethod\n | ClassPrivateMethod\n | ForInStatement\n | ForOfStatement\n | RestElement\n | TSDeclareMethod\n | VariableDeclarator;\n TSParenthesizedType:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSPropertySignature: TSInterfaceBody | TSTypeLiteral;\n TSQualifiedName:\n | TSExpressionWithTypeArguments\n | TSImportEqualsDeclaration\n | TSImportType\n | TSQualifiedName\n | TSTypeQuery\n | TSTypeReference;\n TSRestType:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSSatisfiesExpression:\n | ArrayExpression\n | ArrayPattern\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | RestElement\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n TSStringKeyword:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSSymbolKeyword:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSThisType:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSTypePredicate\n | TSUnionType\n | TemplateLiteral;\n TSTupleType:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSTypeAliasDeclaration:\n | BlockStatement\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n TSTypeAnnotation:\n | ArrayPattern\n | ArrowFunctionExpression\n | AssignmentPattern\n | ClassAccessorProperty\n | ClassMethod\n | ClassPrivateMethod\n | ClassPrivateProperty\n | ClassProperty\n | FunctionDeclaration\n | FunctionExpression\n | Identifier\n | ObjectMethod\n | ObjectPattern\n | RestElement\n | TSCallSignatureDeclaration\n | TSConstructSignatureDeclaration\n | TSConstructorType\n | TSDeclareFunction\n | TSDeclareMethod\n | TSFunctionType\n | TSIndexSignature\n | TSMethodSignature\n | TSPropertySignature\n | TSTypePredicate;\n TSTypeAssertion:\n | ArrayExpression\n | ArrayPattern\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | RestElement\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n TSTypeLiteral:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSTypeOperator:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSTypeParameter: TSInferType | TSMappedType | TSTypeParameterDeclaration;\n TSTypeParameterDeclaration:\n | ArrowFunctionExpression\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateMethod\n | FunctionDeclaration\n | FunctionExpression\n | ObjectMethod\n | TSCallSignatureDeclaration\n | TSConstructSignatureDeclaration\n | TSConstructorType\n | TSDeclareFunction\n | TSDeclareMethod\n | TSFunctionType\n | TSInterfaceDeclaration\n | TSMethodSignature\n | TSTypeAliasDeclaration;\n TSTypeParameterInstantiation:\n | CallExpression\n | ClassDeclaration\n | ClassExpression\n | JSXOpeningElement\n | NewExpression\n | OptionalCallExpression\n | TSExpressionWithTypeArguments\n | TSImportType\n | TSInstantiationExpression\n | TSTypeQuery\n | TSTypeReference\n | TaggedTemplateExpression;\n TSTypePredicate:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSTypeQuery:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSTypeReference:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSUndefinedKeyword:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSUnionType:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSUnknownKeyword:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TSVoidKeyword:\n | TSArrayType\n | TSAsExpression\n | TSConditionalType\n | TSIndexedAccessType\n | TSIntersectionType\n | TSMappedType\n | TSNamedTupleMember\n | TSOptionalType\n | TSParenthesizedType\n | TSRestType\n | TSSatisfiesExpression\n | TSTupleType\n | TSTypeAliasDeclaration\n | TSTypeAnnotation\n | TSTypeAssertion\n | TSTypeOperator\n | TSTypeParameter\n | TSTypeParameterInstantiation\n | TSUnionType\n | TemplateLiteral;\n TaggedTemplateExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n TemplateElement: TemplateLiteral;\n TemplateLiteral:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSLiteralType\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n ThisExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n ThisTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n ThrowStatement:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n TopicReference:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n TryStatement:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n TupleExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n TupleTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n TypeAlias:\n | BlockStatement\n | DeclareExportDeclaration\n | DeclaredPredicate\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n TypeAnnotation:\n | ArrayPattern\n | ArrowFunctionExpression\n | AssignmentPattern\n | ClassAccessorProperty\n | ClassMethod\n | ClassPrivateMethod\n | ClassPrivateProperty\n | ClassProperty\n | DeclareExportDeclaration\n | DeclareModuleExports\n | DeclaredPredicate\n | FunctionDeclaration\n | FunctionExpression\n | Identifier\n | ObjectMethod\n | ObjectPattern\n | RestElement\n | TypeCastExpression\n | TypeParameter;\n TypeCastExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | DeclareExportDeclaration\n | DeclaredPredicate\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n TypeParameter:\n | DeclareExportDeclaration\n | DeclaredPredicate\n | TypeParameterDeclaration;\n TypeParameterDeclaration:\n | ArrowFunctionExpression\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateMethod\n | DeclareClass\n | DeclareExportDeclaration\n | DeclareInterface\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionDeclaration\n | FunctionExpression\n | FunctionTypeAnnotation\n | InterfaceDeclaration\n | ObjectMethod\n | OpaqueType\n | TypeAlias;\n TypeParameterInstantiation:\n | CallExpression\n | ClassDeclaration\n | ClassExpression\n | ClassImplements\n | DeclareExportDeclaration\n | DeclaredPredicate\n | GenericTypeAnnotation\n | InterfaceExtends\n | JSXOpeningElement\n | NewExpression\n | OptionalCallExpression\n | TaggedTemplateExpression;\n TypeofTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n UnaryExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSLiteralType\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n UnionTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n UpdateExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n V8IntrinsicIdentifier: CallExpression | NewExpression;\n VariableDeclaration:\n | BlockStatement\n | DoWhileStatement\n | ExportNamedDeclaration\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n VariableDeclarator: VariableDeclaration;\n Variance:\n | ClassAccessorProperty\n | ClassPrivateProperty\n | ClassProperty\n | DeclareExportDeclaration\n | DeclaredPredicate\n | ObjectTypeIndexer\n | ObjectTypeProperty\n | TypeParameter;\n VoidTypeAnnotation:\n | ArrayTypeAnnotation\n | DeclareExportDeclaration\n | DeclareOpaqueType\n | DeclareTypeAlias\n | DeclaredPredicate\n | FunctionTypeAnnotation\n | FunctionTypeParam\n | IndexedAccessType\n | IntersectionTypeAnnotation\n | NullableTypeAnnotation\n | ObjectTypeCallProperty\n | ObjectTypeIndexer\n | ObjectTypeInternalSlot\n | ObjectTypeProperty\n | ObjectTypeSpreadProperty\n | OpaqueType\n | OptionalIndexedAccessType\n | TupleTypeAnnotation\n | TypeAlias\n | TypeAnnotation\n | TypeParameter\n | TypeParameterInstantiation\n | TypeofTypeAnnotation\n | UnionTypeAnnotation;\n WhileStatement:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n WithStatement:\n | BlockStatement\n | DoWhileStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | LabeledStatement\n | Program\n | StaticBlock\n | SwitchCase\n | TSModuleBlock\n | WhileStatement\n | WithStatement;\n YieldExpression:\n | ArrayExpression\n | ArrowFunctionExpression\n | AssignmentExpression\n | AssignmentPattern\n | AwaitExpression\n | BinaryExpression\n | BindExpression\n | CallExpression\n | ClassAccessorProperty\n | ClassDeclaration\n | ClassExpression\n | ClassMethod\n | ClassPrivateProperty\n | ClassProperty\n | ConditionalExpression\n | Decorator\n | DoWhileStatement\n | ExportDefaultDeclaration\n | ExpressionStatement\n | ForInStatement\n | ForOfStatement\n | ForStatement\n | IfStatement\n | ImportExpression\n | JSXExpressionContainer\n | JSXSpreadAttribute\n | JSXSpreadChild\n | LogicalExpression\n | MemberExpression\n | NewExpression\n | ObjectMethod\n | ObjectProperty\n | OptionalCallExpression\n | OptionalMemberExpression\n | ParenthesizedExpression\n | PipelineBareFunction\n | PipelineTopicExpression\n | ReturnStatement\n | SequenceExpression\n | SpreadElement\n | SwitchCase\n | SwitchStatement\n | TSAsExpression\n | TSDeclareMethod\n | TSEnumDeclaration\n | TSEnumMember\n | TSExportAssignment\n | TSInstantiationExpression\n | TSMethodSignature\n | TSNonNullExpression\n | TSPropertySignature\n | TSSatisfiesExpression\n | TSTypeAssertion\n | TaggedTemplateExpression\n | TemplateLiteral\n | ThrowStatement\n | TupleExpression\n | TypeCastExpression\n | UnaryExpression\n | UpdateExpression\n | VariableDeclarator\n | WhileStatement\n | WithStatement\n | YieldExpression;\n}\n"],"mappings":""}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = createFlowUnionType;
|
|
7
|
+
var _index = require("../generated/index.js");
|
|
8
|
+
var _removeTypeDuplicates = require("../../modifications/flow/removeTypeDuplicates.js");
|
|
9
|
+
function createFlowUnionType(types) {
|
|
10
|
+
const flattened = (0, _removeTypeDuplicates.default)(types);
|
|
11
|
+
if (flattened.length === 1) {
|
|
12
|
+
return flattened[0];
|
|
13
|
+
} else {
|
|
14
|
+
return (0, _index.unionTypeAnnotation)(flattened);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=createFlowUnionType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_index","require","_removeTypeDuplicates","createFlowUnionType","types","flattened","removeTypeDuplicates","length","unionTypeAnnotation"],"sources":["../../../src/builders/flow/createFlowUnionType.ts"],"sourcesContent":["import { unionTypeAnnotation } from \"../generated/index.ts\";\nimport removeTypeDuplicates from \"../../modifications/flow/removeTypeDuplicates.ts\";\nimport type * as t from \"../../index.ts\";\n\n/**\n * Takes an array of `types` and flattens them, removing duplicates and\n * returns a `UnionTypeAnnotation` node containing them.\n */\nexport default function createFlowUnionType<T extends t.FlowType>(\n types: [T] | Array<T>,\n): T | t.UnionTypeAnnotation {\n const flattened = removeTypeDuplicates(types);\n\n if (flattened.length === 1) {\n return flattened[0] as T;\n } else {\n return unionTypeAnnotation(flattened);\n }\n}\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,qBAAA,GAAAD,OAAA;AAOe,SAASE,mBAAmBA,CACzCC,KAAqB,EACM;EAC3B,MAAMC,SAAS,GAAG,IAAAC,6BAAoB,EAACF,KAAK,CAAC;EAE7C,IAAIC,SAAS,CAACE,MAAM,KAAK,CAAC,EAAE;IAC1B,OAAOF,SAAS,CAAC,CAAC,CAAC;EACrB,CAAC,MAAM;IACL,OAAO,IAAAG,0BAAmB,EAACH,SAAS,CAAC;EACvC;AACF"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _index = require("../generated/index.js");
|
|
8
|
+
var _default = createTypeAnnotationBasedOnTypeof;
|
|
9
|
+
exports.default = _default;
|
|
10
|
+
function createTypeAnnotationBasedOnTypeof(type) {
|
|
11
|
+
switch (type) {
|
|
12
|
+
case "string":
|
|
13
|
+
return (0, _index.stringTypeAnnotation)();
|
|
14
|
+
case "number":
|
|
15
|
+
return (0, _index.numberTypeAnnotation)();
|
|
16
|
+
case "undefined":
|
|
17
|
+
return (0, _index.voidTypeAnnotation)();
|
|
18
|
+
case "boolean":
|
|
19
|
+
return (0, _index.booleanTypeAnnotation)();
|
|
20
|
+
case "function":
|
|
21
|
+
return (0, _index.genericTypeAnnotation)((0, _index.identifier)("Function"));
|
|
22
|
+
case "object":
|
|
23
|
+
return (0, _index.genericTypeAnnotation)((0, _index.identifier)("Object"));
|
|
24
|
+
case "symbol":
|
|
25
|
+
return (0, _index.genericTypeAnnotation)((0, _index.identifier)("Symbol"));
|
|
26
|
+
case "bigint":
|
|
27
|
+
return (0, _index.anyTypeAnnotation)();
|
|
28
|
+
}
|
|
29
|
+
throw new Error("Invalid typeof value: " + type);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=createTypeAnnotationBasedOnTypeof.js.map
|
package/dist/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_index","require","_default","createTypeAnnotationBasedOnTypeof","exports","default","type","stringTypeAnnotation","numberTypeAnnotation","voidTypeAnnotation","booleanTypeAnnotation","genericTypeAnnotation","identifier","anyTypeAnnotation","Error"],"sources":["../../../src/builders/flow/createTypeAnnotationBasedOnTypeof.ts"],"sourcesContent":["import {\n anyTypeAnnotation,\n stringTypeAnnotation,\n numberTypeAnnotation,\n voidTypeAnnotation,\n booleanTypeAnnotation,\n genericTypeAnnotation,\n identifier,\n} from \"../generated/index.ts\";\nimport type * as t from \"../../index.ts\";\n\nexport default createTypeAnnotationBasedOnTypeof as {\n (type: \"string\"): t.StringTypeAnnotation;\n (type: \"number\"): t.NumberTypeAnnotation;\n (type: \"undefined\"): t.VoidTypeAnnotation;\n (type: \"boolean\"): t.BooleanTypeAnnotation;\n (type: \"function\"): t.GenericTypeAnnotation;\n (type: \"object\"): t.GenericTypeAnnotation;\n (type: \"symbol\"): t.GenericTypeAnnotation;\n (type: \"bigint\"): t.AnyTypeAnnotation;\n};\n\n/**\n * Create a type annotation based on typeof expression.\n */\nfunction createTypeAnnotationBasedOnTypeof(type: string): t.FlowType {\n switch (type) {\n case \"string\":\n return stringTypeAnnotation();\n case \"number\":\n return numberTypeAnnotation();\n case \"undefined\":\n return voidTypeAnnotation();\n case \"boolean\":\n return booleanTypeAnnotation();\n case \"function\":\n return genericTypeAnnotation(identifier(\"Function\"));\n case \"object\":\n return genericTypeAnnotation(identifier(\"Object\"));\n case \"symbol\":\n return genericTypeAnnotation(identifier(\"Symbol\"));\n case \"bigint\":\n // todo: use BigInt annotation when Flow supports BigInt\n // https://github.com/facebook/flow/issues/6639\n return anyTypeAnnotation();\n }\n throw new Error(\"Invalid typeof value: \" + type);\n}\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAQ+B,IAAAC,QAAA,GAGhBC,iCAAiC;AAAAC,OAAA,CAAAC,OAAA,GAAAH,QAAA;AAchD,SAASC,iCAAiCA,CAACG,IAAY,EAAc;EACnE,QAAQA,IAAI;IACV,KAAK,QAAQ;MACX,OAAO,IAAAC,2BAAoB,EAAC,CAAC;IAC/B,KAAK,QAAQ;MACX,OAAO,IAAAC,2BAAoB,EAAC,CAAC;IAC/B,KAAK,WAAW;MACd,OAAO,IAAAC,yBAAkB,EAAC,CAAC;IAC7B,KAAK,SAAS;MACZ,OAAO,IAAAC,4BAAqB,EAAC,CAAC;IAChC,KAAK,UAAU;MACb,OAAO,IAAAC,4BAAqB,EAAC,IAAAC,iBAAU,EAAC,UAAU,CAAC,CAAC;IACtD,KAAK,QAAQ;MACX,OAAO,IAAAD,4BAAqB,EAAC,IAAAC,iBAAU,EAAC,QAAQ,CAAC,CAAC;IACpD,KAAK,QAAQ;MACX,OAAO,IAAAD,4BAAqB,EAAC,IAAAC,iBAAU,EAAC,QAAQ,CAAC,CAAC;IACpD,KAAK,QAAQ;MAGX,OAAO,IAAAC,wBAAiB,EAAC,CAAC;EAC9B;EACA,MAAM,IAAIC,KAAK,CAAC,wBAAwB,GAAGR,IAAI,CAAC;AAClD"}
|