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,1918 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [v5.7.2](https://github.com/ljharb/tape/compare/v5.7.1...v5.7.2) - 2023-10-20
|
|
9
|
+
|
|
10
|
+
### Commits
|
|
11
|
+
|
|
12
|
+
- [Refactor] use `hasown` instead of `has` [`489736a`](https://github.com/ljharb/tape/commit/489736ab9325a3a3ff3c4c391d4de6a44e86e36a)
|
|
13
|
+
- [Deps] update `call-bind`, `mock-property`, `object-inspect` [`de34703`](https://github.com/ljharb/tape/commit/de3470385f388e601b3058bd2240db1c7bb941d1)
|
|
14
|
+
- [Tests] use `through` properly [`56d7a8b`](https://github.com/ljharb/tape/commit/56d7a8b02572d1ce711cda8b591ab64f3d636531)
|
|
15
|
+
|
|
16
|
+
## [v5.7.1](https://github.com/ljharb/tape/compare/v5.7.0...v5.7.1) - 2023-10-11
|
|
17
|
+
|
|
18
|
+
### Commits
|
|
19
|
+
|
|
20
|
+
- [Fix] `default_stream`: add handling for IE < 9 [`13f23ed`](https://github.com/ljharb/tape/commit/13f23edc2a63aa7c57997bb81886d74e9fce43df)
|
|
21
|
+
- [Deps] update `@ljharb/through`, `resolve` [`9135b40`](https://github.com/ljharb/tape/commit/9135b40f93adc6b8fbc31f48a96adf2339b00672)
|
|
22
|
+
- Merge tag 'v4.17.0' [`e61cd40`](https://github.com/ljharb/tape/commit/e61cd4095062f4b9afdfb11945a502390eaed30d)
|
|
23
|
+
- [New] add `t.intercept()` [`e60aeca`](https://github.com/ljharb/tape/commit/e60aeca688fe1d3a363f74f31c83d816035aca4c)
|
|
24
|
+
- [New] add `t.capture` and `t.captureFn`, modeled after tap [`3d96d69`](https://github.com/ljharb/tape/commit/3d96d6945ea1cda7780fb3fc6bc04c275ace594a)
|
|
25
|
+
- [Deps] switch from `through` and `resumer` to `@ljharb/through` and `@ljharb/resumer` [`a8a7d67`](https://github.com/ljharb/tape/commit/a8a7d67c9ffe1daa46407f35685a1ef8d53df66a)
|
|
26
|
+
- [Tests] simplify tests [`83bc381`](https://github.com/ljharb/tape/commit/83bc3810a930c60973e60a7a02b677c2fb1f444c)
|
|
27
|
+
- [Performance] use inline `typeof` [`c45db4e`](https://github.com/ljharb/tape/commit/c45db4e0978999cece915e7f1a223aa9eb445ae0)
|
|
28
|
+
- [Deps] update `minimist`, `resolve`, `string.prototype.trim` [`feee094`](https://github.com/ljharb/tape/commit/feee0949f1f23ef4f13c9847c20284f7864cd67e)
|
|
29
|
+
- [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `aud` [`7123111`](https://github.com/ljharb/tape/commit/71231114c92b4a093b468875c4d8f741ab1a49d4)
|
|
30
|
+
- Revert "[meta] ensure `not-in-publish`‘s absence does not fail anything" [`92aaa51`](https://github.com/ljharb/tape/commit/92aaa5106b65824d82ce72c0d1dfcc6df6cff753)
|
|
31
|
+
- [Dev Deps] pin `jackspeak` since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 [`a576f8d`](https://github.com/ljharb/tape/commit/a576f8d8b24e84324b7ee0498c37759423c7ca87)
|
|
32
|
+
|
|
33
|
+
## [v5.7.0](https://github.com/ljharb/tape/compare/v5.6.6...v5.7.0) - 2023-09-21
|
|
34
|
+
|
|
35
|
+
### Commits
|
|
36
|
+
|
|
37
|
+
- [New] add `t.intercept()` [`5d37060`](https://github.com/ljharb/tape/commit/5d37060b844ea455c80eb305050168a632998603)
|
|
38
|
+
- [New] add `t.capture` and `t.captureFn`, modeled after tap [`9e21f7a`](https://github.com/ljharb/tape/commit/9e21f7a3106fcc4d4e7c057633ce4516d53978d2)
|
|
39
|
+
- [Refactor] prefer second `.then` arg over `.catch` [`135a952`](https://github.com/ljharb/tape/commit/135a952e55372855b1510a6381e5a5757758b452)
|
|
40
|
+
- [Performance] use inline `typeof` [`5ba89c9`](https://github.com/ljharb/tape/commit/5ba89c993ea0a4c9a880d86af5c268deb239aa70)
|
|
41
|
+
- [Deps] update `array.prototype.every`, `glob`, `string.prototype.trim` [`4e2db4d`](https://github.com/ljharb/tape/commit/4e2db4d0699be4034a577479b902885fcc0f2a6c)
|
|
42
|
+
- [Dev Deps] update `array.prototype.flatmap` [`df46769`](https://github.com/ljharb/tape/commit/df467693328f7771b2db639ff4aaaf2c64ad16d6)
|
|
43
|
+
- Revert "[meta] ensure `not-in-publish`‘s absence does not fail anything" [`1b3e0b1`](https://github.com/ljharb/tape/commit/1b3e0b10dc934a529297f11fa6ccd1693e5416b3)
|
|
44
|
+
|
|
45
|
+
## [v5.6.6](https://github.com/ljharb/tape/compare/v5.6.5...v5.6.6) - 2023-07-18
|
|
46
|
+
|
|
47
|
+
### Commits
|
|
48
|
+
|
|
49
|
+
- [Deps] switch from `through` and `resumer` to `@ljharb/through` and `@ljharb/resumer` [`c99680a`](https://github.com/ljharb/tape/commit/c99680a661867f0db81d830cb4214e526a4cdec4)
|
|
50
|
+
|
|
51
|
+
## [v5.6.5](https://github.com/ljharb/tape/compare/v5.6.4...v5.6.5) - 2023-07-12
|
|
52
|
+
|
|
53
|
+
### Commits
|
|
54
|
+
|
|
55
|
+
- [Fix] Results: show a skip string on tests, not just on assertions [`9bbbcfe`](https://github.com/ljharb/tape/commit/9bbbcfe6a28a969dcde53850ebb7673837bdfcb7)
|
|
56
|
+
- [Deps] update `deep-equal` [`109a791`](https://github.com/ljharb/tape/commit/109a791cc28b931de1545ba7cb8e5599634190d7)
|
|
57
|
+
|
|
58
|
+
## [v5.6.4](https://github.com/ljharb/tape/compare/v5.6.3...v5.6.4) - 2023-07-01
|
|
59
|
+
|
|
60
|
+
### Commits
|
|
61
|
+
|
|
62
|
+
- [Fix] `throws`: avoid crashing on a nonconfigurable or nonextensible `expected` [`0731b5f`](https://github.com/ljharb/tape/commit/0731b5f64311b168ac941ce3e547bb1a32766783)
|
|
63
|
+
- [Tests] simplify tests [`c656ee5`](https://github.com/ljharb/tape/commit/c656ee52626e0e4992e893e41e1ae81ecb5d68a2)
|
|
64
|
+
- [Refactor] `Test`: skip binding for a non-function value [`e244e64`](https://github.com/ljharb/tape/commit/e244e64eab7529c4e0d2391b989152b84229939e)
|
|
65
|
+
- [Performance] use `call-bind` for autobinding [`70de437`](https://github.com/ljharb/tape/commit/70de43727d191c10d8ba9542bd0cdabaf272360a)
|
|
66
|
+
- [actions] update rebase action [`834453c`](https://github.com/ljharb/tape/commit/834453cdd4cb95b71d2180a3b28a1ce8e51357b3)
|
|
67
|
+
- [Deps] update `defined`, `minimist`, `object-inspect`, `string.prototype.trim` [`01edce8`](https://github.com/ljharb/tape/commit/01edce8073efe1134c5fff58638b350afb7c6d22)
|
|
68
|
+
- [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `aud` [`1b3ad24`](https://github.com/ljharb/tape/commit/1b3ad2429b553f7e029fe9fd5977b07e76740e42)
|
|
69
|
+
- [Dev Deps] update `@ljharb/eslint-config`, `aud` [`a6a5eee`](https://github.com/ljharb/tape/commit/a6a5eee0991a55f001d6468930e20e486a5e308e)
|
|
70
|
+
- [Deps] update `deep-equal` [`2043b2e`](https://github.com/ljharb/tape/commit/2043b2e72be80f477293eefb44f226bb06aeafc0)
|
|
71
|
+
- [readme] Link to explain what TAP is [`26a75bb`](https://github.com/ljharb/tape/commit/26a75bbb8b1854fa730eaaf1407aea1409640fd5)
|
|
72
|
+
- [Deps] update `minimist` [`7e7c3d0`](https://github.com/ljharb/tape/commit/7e7c3d054449ac44f18d90db790705db4bcef37c)
|
|
73
|
+
- [readme] improve t.throws description for Function [`c1b619d`](https://github.com/ljharb/tape/commit/c1b619db02f5b51e4c1379debeb0bac90daa3b93)
|
|
74
|
+
- [Dev Deps] pin `jackspeak` since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 [`0e80800`](https://github.com/ljharb/tape/commit/0e80800b4d287e6cae7bd4f46b13fa8ac5aa1197)
|
|
75
|
+
- Merge tag 'v4.16.2' [`d5d675d`](https://github.com/ljharb/tape/commit/d5d675dbd841f411960dbe60946744fae4cd2bcb)
|
|
76
|
+
- [meta] add missing npmrc config [`15e2175`](https://github.com/ljharb/tape/commit/15e2175b927010657c66f0a30e44f5266147311f)
|
|
77
|
+
|
|
78
|
+
## [v5.6.3](https://github.com/ljharb/tape/compare/v5.6.2...v5.6.3) - 2023-01-15
|
|
79
|
+
|
|
80
|
+
## [v5.6.2](https://github.com/ljharb/tape/compare/v5.6.1...v5.6.2) - 2023-01-15
|
|
81
|
+
|
|
82
|
+
### Fixed
|
|
83
|
+
|
|
84
|
+
- [New] `bin/tape`: add `--ignore-pattern` flag [`#586`](https://github.com/ljharb/tape/issues/586)
|
|
85
|
+
|
|
86
|
+
### Commits
|
|
87
|
+
|
|
88
|
+
- [eslint] fix indentation [`b035590`](https://github.com/ljharb/tape/commit/b035590f782c211e93a6a44ed8d0e9d38636a286)
|
|
89
|
+
- [meta] add `auto-changelog` [`b467b85`](https://github.com/ljharb/tape/commit/b467b850f169bf294851c68a5c4074360d53a31b)
|
|
90
|
+
- [eslint] enforce `no-use-before-define` [`87deb68`](https://github.com/ljharb/tape/commit/87deb68b111fd0d94efc92c25454a6a3fcedff66)
|
|
91
|
+
- [eclint] fix editorconfig [`ce81cbe`](https://github.com/ljharb/tape/commit/ce81cbee9bfc00ebd0abbc70932e3eeab84b159e)
|
|
92
|
+
- [eslint] clean up config a bit [`3171edd`](https://github.com/ljharb/tape/commit/3171eddd25dafb3e9a9606ac70ed6c21bb736e8e)
|
|
93
|
+
- [Tests] `stackTrace`: use the common `getDiag` utility [`65df5a4`](https://github.com/ljharb/tape/commit/65df5a4f194cf01c3872c713d129ac968342181c)
|
|
94
|
+
- [Fix] `throws`: avoid crashing on a nonconfigurable or nonextensible `expected` [`0cd7a2c`](https://github.com/ljharb/tape/commit/0cd7a2cb2e231bd87412170f05020fd910e6d3e4)
|
|
95
|
+
- [meta] fix repo URLs [`85d86a4`](https://github.com/ljharb/tape/commit/85d86a468af1b74af432d41c204efd4440b5f56f)
|
|
96
|
+
- Revert "[Tests] handle a broken error `cause` in node 16.9/16.10" [`775ba37`](https://github.com/ljharb/tape/commit/775ba3789e16b1464dc810243dc5866b2868fc1d)
|
|
97
|
+
- [meta] use `npmignore` to autogenerate an npmignore file [`1645abb`](https://github.com/ljharb/tape/commit/1645abbf47df2a8142514302da2730c54b993b47)
|
|
98
|
+
- [eslint] enable `func-style` [`75c0c3a`](https://github.com/ljharb/tape/commit/75c0c3a4f9452c36b5318ba6c09ab4ebc97f15d0)
|
|
99
|
+
- [actions] update rebase action [`b3d724e`](https://github.com/ljharb/tape/commit/b3d724e9ddfcca3c3d78f3c9d53158b5aef2208b)
|
|
100
|
+
- [Deps] update `array.prototype.every`, `deep-equal`, `string.prototype.trim` [`e9c9aba`](https://github.com/ljharb/tape/commit/e9c9abab037b274bb9b239b26c33d94eb8b7e802)
|
|
101
|
+
- [Deps] update `defined`, `minimist`, `resolve` [`83695c0`](https://github.com/ljharb/tape/commit/83695c03495801e6cf98cba7328d287e47f3afde)
|
|
102
|
+
- [Deps] update `deep-equal`, `object-inspect` [`09906f3`](https://github.com/ljharb/tape/commit/09906f323c69b5f189675bf0faad9d5be4831706)
|
|
103
|
+
- [Dev Deps] update `@ljharb/eslint-config`, `aud` [`afd8f64`](https://github.com/ljharb/tape/commit/afd8f64712daade8ccd29b727d90bccab9f5ce12)
|
|
104
|
+
- [Dev Deps] update `array.prototype.flatmap` [`8b8bf07`](https://github.com/ljharb/tape/commit/8b8bf07312adb248238238a0d810b0eedeb8b2b5)
|
|
105
|
+
- [Dev Deps] update `aud` [`f0fe7c0`](https://github.com/ljharb/tape/commit/f0fe7c0979ba5d7ea96c619fab5389979cd0a862)
|
|
106
|
+
- [Dev Deps] update `tap-parser` [`2f61eac`](https://github.com/ljharb/tape/commit/2f61eac3800d63fba65895bbfa947b8b82346cf0)
|
|
107
|
+
- Merge tag 'v4.16.1' [`96ff863`](https://github.com/ljharb/tape/commit/96ff863913b282e13bc5200179fcb1a757933449)
|
|
108
|
+
- [readme] fix version badge [`20ea48d`](https://github.com/ljharb/tape/commit/20ea48d53b6492bf648d02d53c41b324abbfb6e1)
|
|
109
|
+
|
|
110
|
+
## [v5.6.1](https://github.com/ljharb/tape/compare/v5.6.0...v5.6.1) - 2022-09-19
|
|
111
|
+
|
|
112
|
+
### Commits
|
|
113
|
+
|
|
114
|
+
- [eslint] fix indentation [`2151e06`](https://github.com/ljharb/tape/commit/2151e06877e65802ef7364bc6bebc21fc45e3699)
|
|
115
|
+
- [meta] add `auto-changelog` [`86cbbd1`](https://github.com/ljharb/tape/commit/86cbbd1bb6bdc57fc718c6043866ab6bed46899c)
|
|
116
|
+
- [eslint] enforce `no-use-before-define` [`f8a8a7f`](https://github.com/ljharb/tape/commit/f8a8a7f35402ebf9865cafd3682e9a6b0188436e)
|
|
117
|
+
- [meta] fix repo URLs [`a9ae3c2`](https://github.com/ljharb/tape/commit/a9ae3c22db37d760fc30aea5053302177e7c3d3e)
|
|
118
|
+
- [Tests] `stackTrace`: use the common `getDiag` utility [`298cb80`](https://github.com/ljharb/tape/commit/298cb806ef4a438792cb533675b6faa4b02a1d92)
|
|
119
|
+
- [eslint] enable `func-style` [`98b9623`](https://github.com/ljharb/tape/commit/98b9623fc16f5ebe1be8beba4c21d9494bce05ac)
|
|
120
|
+
- [New] `bin/tape`: include the exact arg when there are no glob results; use require on `--require` files [`6a1ce43`](https://github.com/ljharb/tape/commit/6a1ce4389e8b601249c3c81b31cd60eea3e0f74a)
|
|
121
|
+
- [eslint] clean up config a bit [`67ad201`](https://github.com/ljharb/tape/commit/67ad20117457313ab2c9d63365573858efb51566)
|
|
122
|
+
- [meta] create FUNDING.yml [`5b4752f`](https://github.com/ljharb/tape/commit/5b4752fe006597002918cbd3ee8a4e50f48677ca)
|
|
123
|
+
- [Refactor] `bin/tape`: make it a bit more functional, for easier v5 backporting [`fbdbfc9`](https://github.com/ljharb/tape/commit/fbdbfc90dd7afeba89cc3dd5e6280ed247f8b789)
|
|
124
|
+
- [Deps] update `glob`, `object-inspect`, `resolve`, `string.prototype.trim` [`6a3c200`](https://github.com/ljharb/tape/commit/6a3c2009e7f6052bd4423dce80bb140e234a877f)
|
|
125
|
+
- [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `es-value-fixtures`, `falafel` [`934d49b`](https://github.com/ljharb/tape/commit/934d49b1e840d3c57bd6e52a74017e06c6a55934)
|
|
126
|
+
- [Tests] fix no_only tests on Windows [`f35f71b`](https://github.com/ljharb/tape/commit/f35f71bd44e76eb53bedd63615e59fdc382e4d0d)
|
|
127
|
+
- Revert "[Tests] handle a broken error `cause` in node 16.9/16.10" [`23fac16`](https://github.com/ljharb/tape/commit/23fac16760344fe6843722b626dcba9e2e1c8372)
|
|
128
|
+
- [Robustness] `test` observably looks up `exec` on the object [`4575ca4`](https://github.com/ljharb/tape/commit/4575ca4b185cb503c93e29113b99e10f1ae4b63c)
|
|
129
|
+
- [meta] add SECURITY.md [`7b0c901`](https://github.com/ljharb/tape/commit/7b0c901b459b19668fcf6cc5b4b08f42978135b4)
|
|
130
|
+
- [meta] add missing npmrc config [`5d11d84`](https://github.com/ljharb/tape/commit/5d11d844c87d64b6bac6fbe70357ad587ba0281a)
|
|
131
|
+
- [Deps] update `object.assign` [`3327fdd`](https://github.com/ljharb/tape/commit/3327fdd249e3a0abf21311d2ca229d6f59fa2b26)
|
|
132
|
+
- [readme] fix version badge [`74e6c9e`](https://github.com/ljharb/tape/commit/74e6c9e02daa286c86f7d5f4d4e019e62b8322a2)
|
|
133
|
+
- Merge tag 'v4.16.0' [`4a44a7e`](https://github.com/ljharb/tape/commit/4a44a7ee31dd24dff833909366449a3da6116a78)
|
|
134
|
+
|
|
135
|
+
## [v5.6.0](https://github.com/ljharb/tape/compare/v5.5.3...v5.6.0) - 2022-08-16
|
|
136
|
+
|
|
137
|
+
### Commits
|
|
138
|
+
|
|
139
|
+
- [Tests] handle a broken error `cause` in node 16.9/16.10 [`53d9e18`](https://github.com/ljharb/tape/commit/53d9e18a93addb2bf70c33cc4ffe8285233a3ad0)
|
|
140
|
+
- [meta] use `npmignore` to autogenerate an npmignore file [`12cc602`](https://github.com/ljharb/tape/commit/12cc602f5296b023f5e226c946192e5aea453252)
|
|
141
|
+
- [New] `bin/tape`: include the exact arg when there are no glob results; use require.resolve on `--require` files [`e23ec12`](https://github.com/ljharb/tape/commit/e23ec12ac6bcee670ee0a507caf32512d33a9175)
|
|
142
|
+
- [meta] create FUNDING.yml [`f7e3161`](https://github.com/ljharb/tape/commit/f7e316175394aa72e202cf6ebfa0b3ebb0a51f60)
|
|
143
|
+
- [Robustness] `test` observably looks up `exec` on the object [`9dbe9ad`](https://github.com/ljharb/tape/commit/9dbe9ad9163835edb302505dec26a8e21f20d893)
|
|
144
|
+
- [meta] remove unused travis.yml file [`5a52443`](https://github.com/ljharb/tape/commit/5a52443dcb8c14a9b59523fbb1c05b139833c812)
|
|
145
|
+
- [Deps] update `glob`, `object-inspect`, `object.assign` [`f6f39a2`](https://github.com/ljharb/tape/commit/f6f39a2d8a59ab518e2647a9a122c361d2a7f4ff)
|
|
146
|
+
- [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `es-value-fixtures` [`6bc8c38`](https://github.com/ljharb/tape/commit/6bc8c381ab9117eb504ac3d46973a27619ea9b52)
|
|
147
|
+
- [meta] ensure `prelint` works on windows [`48896e8`](https://github.com/ljharb/tape/commit/48896e87cee94d8d704ff2fb2bf730c1c0a94c71)
|
|
148
|
+
- [Tests] fix no_only tests on Windows [`3e7b2ae`](https://github.com/ljharb/tape/commit/3e7b2ae9800964cf8461ab8dc10634d0c1b1218a)
|
|
149
|
+
- [Robustness] `test` observably looks up `exec` on the object [`330f8d5`](https://github.com/ljharb/tape/commit/330f8d586f94a8a0092b9b2061953ff9ba918325)
|
|
150
|
+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config` [`3960ccf`](https://github.com/ljharb/tape/commit/3960ccf83722a25131522e35de63b89564eac519)
|
|
151
|
+
- [meta] add SECURITY.md [`7d31894`](https://github.com/ljharb/tape/commit/7d31894d5ad6b85567573dd875228e8e13bfac20)
|
|
152
|
+
- [meta] improve `prelint` script when no `.git` dir is present [`7c6dbbd`](https://github.com/ljharb/tape/commit/7c6dbbdba1769bcb80b103d43c3eaa61e395dc52)
|
|
153
|
+
- [Dev Deps] update `es-value-fixtures` [`6b8e118`](https://github.com/ljharb/tape/commit/6b8e118b19ff08d54509f54aab5fad3b25260e2b)
|
|
154
|
+
- [Fix] in node v0.4, `stream.pipe` returns `undefined` [`83d4da8`](https://github.com/ljharb/tape/commit/83d4da8ed49acd1c0478a551bc64f05a67c44e99)
|
|
155
|
+
- [Deps] update `string.prototype.trim` [`1a245c6`](https://github.com/ljharb/tape/commit/1a245c6b690ab7e2db346c3caf1c34eab8db456c)
|
|
156
|
+
- Merge tag 'v4.15.1' [`b2d547a`](https://github.com/ljharb/tape/commit/b2d547a1b06653a5cff22a8113da0f5dd392470b)
|
|
157
|
+
- [Deps] update `minimist` [`64677e0`](https://github.com/ljharb/tape/commit/64677e06006e1a1e4e36dc318cc4a36b2152ed95)
|
|
158
|
+
|
|
159
|
+
## [v5.5.3](https://github.com/ljharb/tape/compare/v5.5.2...v5.5.3) - 2022-04-08
|
|
160
|
+
|
|
161
|
+
### Commits
|
|
162
|
+
|
|
163
|
+
- [Robustness] `test` observably looks up `exec` on the object [`fa84c85`](https://github.com/ljharb/tape/commit/fa84c856e5f7c41d438050c5af36141899028850)
|
|
164
|
+
- [meta] ensure `prelint` works on windows [`bf34f60`](https://github.com/ljharb/tape/commit/bf34f600cc985c1ac21c42ce162b432751158b1e)
|
|
165
|
+
- [meta] improve `prelint` script when no `.git` dir is present [`5f78134`](https://github.com/ljharb/tape/commit/5f781346aa7cd7eb6a14b532304787cbc7287b9c)
|
|
166
|
+
- [Deps] update `minimist` [`dabc6af`](https://github.com/ljharb/tape/commit/dabc6af8cd4dd00788725b38f9829fe2a6954b27)
|
|
167
|
+
|
|
168
|
+
## [v5.5.2](https://github.com/ljharb/tape/compare/v5.5.1...v5.5.2) - 2022-02-12
|
|
169
|
+
|
|
170
|
+
### Commits
|
|
171
|
+
|
|
172
|
+
- [Dev Deps] update `@ljharb/eslint-config`; pin `eslint` [`99e7504`](https://github.com/ljharb/tape/commit/99e75043ef73031e0e352f611ed1ae9297743af4)
|
|
173
|
+
- [Deps] unpin `minimatch` [`c18a68b`](https://github.com/ljharb/tape/commit/c18a68bacf0f9794b9b3a89312c9d874014b7e22)
|
|
174
|
+
|
|
175
|
+
## [v5.5.1](https://github.com/ljharb/tape/compare/v5.5.0...v5.5.1) - 2022-02-10
|
|
176
|
+
|
|
177
|
+
### Commits
|
|
178
|
+
|
|
179
|
+
- [Fix] pin `minimatch` to v3.0.4, due to a breaking change in v3.0.5 [`cbe0e40`](https://github.com/ljharb/tape/commit/cbe0e408ad4ea0d2c538cd122470ab76357e64b0)
|
|
180
|
+
|
|
181
|
+
## [v5.5.0](https://github.com/ljharb/tape/compare/v5.4.1...v5.5.0) - 2022-01-26
|
|
182
|
+
|
|
183
|
+
### Merged
|
|
184
|
+
|
|
185
|
+
- [New] add `--no-only` flag/`NODE_TAPE_NO_ONLY_TEST` [`#572`](https://github.com/ljharb/tape/pull/572)
|
|
186
|
+
|
|
187
|
+
### Commits
|
|
188
|
+
|
|
189
|
+
- Merge tag 'v4.15.0' [`a5a1434`](https://github.com/ljharb/tape/commit/a5a14344f4f06518c2fe599b49a92633777986cc)
|
|
190
|
+
- [New] `t.match`/`t.doesNotMatch: fail the test instead of throw on wrong input types. [`a1c266b`](https://github.com/ljharb/tape/commit/a1c266bf9577420702e1067c40a4a65677add63a)
|
|
191
|
+
- [actions] reuse common workflows [`d3b4f46`](https://github.com/ljharb/tape/commit/d3b4f467445bb6da3a2e617c4b29e71528f32425)
|
|
192
|
+
- [readme] port changes from v5 [`87f9b29`](https://github.com/ljharb/tape/commit/87f9b293baeb48b507a4e9e16bba62c7ffcc4eb7)
|
|
193
|
+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud` [`51ae645`](https://github.com/ljharb/tape/commit/51ae645c8325d6037d4389260a442e27c2efce73)
|
|
194
|
+
- [Fix] `bin/tape`: delay requires until needed [`b803fd8`](https://github.com/ljharb/tape/commit/b803fd8e24b1dff96cd43092e727826873c6c571)
|
|
195
|
+
- [readme] hard wraps bad, soft wraps good [`82af5ed`](https://github.com/ljharb/tape/commit/82af5ed68577c15526e5dc7ecd290f2e88494170)
|
|
196
|
+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`, `array.prototype.flatmap` [`3287a68`](https://github.com/ljharb/tape/commit/3287a68eb1f176a6d0d85390b79c05ffc3c50615)
|
|
197
|
+
- [actions] update codecov uploader [`8d6aa6c`](https://github.com/ljharb/tape/commit/8d6aa6c4b084a8cec9860d868ac353862fc8b545)
|
|
198
|
+
- [Tests] handle carriage returns in stack traces on Windows [`f79acdf`](https://github.com/ljharb/tape/commit/f79acdfb850d94f71a01970bff96337f52bb4e5a)
|
|
199
|
+
- [Deps] update `glob`, `is-regex`, `string.prototype.trim` [`470ca1c`](https://github.com/ljharb/tape/commit/470ca1c0f41155d2c08537bb6cc94e04edd063bc)
|
|
200
|
+
- [Tests] handle a broken error `cause` in node 16.9/16.10 [`8594f3b`](https://github.com/ljharb/tape/commit/8594f3be12203e52b334a7004bf59379fb21db4f)
|
|
201
|
+
- [meta] better `eccheck` command [`fe6978d`](https://github.com/ljharb/tape/commit/fe6978d0a87a881a59ba7de23f2e68ff70d31074)
|
|
202
|
+
- [Deps] update `object-inspect`, `resolve` [`50ea080`](https://github.com/ljharb/tape/commit/50ea080561a71d8a6a2d41955441c8a094039227)
|
|
203
|
+
- [meta] Exclude `fs` from browser bundles (#565) [`418dc94`](https://github.com/ljharb/tape/commit/418dc94b14b440568fb58aa666df5cb2861fe22c)
|
|
204
|
+
- [Dev Deps] update `eslint` [`b0c8ed3`](https://github.com/ljharb/tape/commit/b0c8ed34dea1f53ac95037706746a8d3fe1ee771)
|
|
205
|
+
- [Tests] handle a broken error `cause` in node 16.9/16.10 [`ca1b906`](https://github.com/ljharb/tape/commit/ca1b90616c2a8fb838b1bd99c90da758c5d80a72)
|
|
206
|
+
- [meta] fix `prelint` so it does not fail outside of a git repo [`a09133e`](https://github.com/ljharb/tape/commit/a09133e71d3925bf830f721d05bad72550dd3517)
|
|
207
|
+
- [meta] fix `prelint` so it does not fail outside of a git repo [`b9959f8`](https://github.com/ljharb/tape/commit/b9959f8c132874eff32497b9189d0a7cf74e8c14)
|
|
208
|
+
- [Robustness] use cached `.test` [`86ec0b2`](https://github.com/ljharb/tape/commit/86ec0b262e0405ef0616201c1ffebbc5f278a217)
|
|
209
|
+
|
|
210
|
+
## [v5.4.1](https://github.com/ljharb/tape/compare/v5.4.0...v5.4.1) - 2022-01-15
|
|
211
|
+
|
|
212
|
+
### Commits
|
|
213
|
+
|
|
214
|
+
- [Fix] avoid failing in ES3 engines that lack `Object.keys`, and `.every` [`dfc5f39`](https://github.com/ljharb/tape/commit/dfc5f3927a224b03ad24a1653f1a4a1e13145014)
|
|
215
|
+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud` [`61446b9`](https://github.com/ljharb/tape/commit/61446b90ebff6157e84adb6c611944e26838397f)
|
|
216
|
+
- [Robustness] use cached `.test` [`096a9e0`](https://github.com/ljharb/tape/commit/096a9e001bdffbad37a785166ccbf9b35bcc9faa)
|
|
217
|
+
- [meta] better `eccheck` command [`bc4666b`](https://github.com/ljharb/tape/commit/bc4666b0deeea3b1814d2d43f1d01cf9068ac164)
|
|
218
|
+
|
|
219
|
+
## [v5.4.0](https://github.com/ljharb/tape/compare/v5.3.2...v5.4.0) - 2021-12-25
|
|
220
|
+
|
|
221
|
+
### Commits
|
|
222
|
+
|
|
223
|
+
- [New] `t.match`/`t.doesNotMatch: fail the test instead of throw on wrong input types. [`329bbb8`](https://github.com/ljharb/tape/commit/329bbb870d8862152b1bf580475a44c501dc0703)
|
|
224
|
+
- [actions] reuse common workflows [`728e190`](https://github.com/ljharb/tape/commit/728e190a9c9f1850a984a50c3348c2efb2f78b17)
|
|
225
|
+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config` [`dc7df0f`](https://github.com/ljharb/tape/commit/dc7df0fb2393c9ee7448ffde62c4b9836a03d1e1)
|
|
226
|
+
- [Deps] update `has-dynamic-import`, `object-inspect` [`8881fea`](https://github.com/ljharb/tape/commit/8881fea42a60bbee5fd912def59021e76741a613)
|
|
227
|
+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config` [`4023f25`](https://github.com/ljharb/tape/commit/4023f25ae22828829c5948f2c62af25fee456fea)
|
|
228
|
+
|
|
229
|
+
## [v5.3.2](https://github.com/ljharb/tape/compare/v5.3.1...v5.3.2) - 2021-11-15
|
|
230
|
+
|
|
231
|
+
### Fixed
|
|
232
|
+
|
|
233
|
+
- [Tests] handle v8 6.9 changing an error message [`#562`](https://github.com/ljharb/tape/issues/562)
|
|
234
|
+
|
|
235
|
+
### Commits
|
|
236
|
+
|
|
237
|
+
- [readme] hard wraps bad, soft wraps good [`b445a2b`](https://github.com/ljharb/tape/commit/b445a2bc9a0d5bd3db8f1c5fdde21163e3129701)
|
|
238
|
+
- [readme] add badges [`4c8d00a`](https://github.com/ljharb/tape/commit/4c8d00a81323a45c290f8d0e2a8389856ded5be6)
|
|
239
|
+
- [actions] update codecov uploader [`f040c4f`](https://github.com/ljharb/tape/commit/f040c4fcb0fac257d27a6cb2733f8f39a5d3d051)
|
|
240
|
+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest` [`459a1c5`](https://github.com/ljharb/tape/commit/459a1c5093db6a2cbf57e815d5b85d4e23511958)
|
|
241
|
+
- [Tests] node 17+ smooshes a version number on the end of the stack trace [`e41763f`](https://github.com/ljharb/tape/commit/e41763f8315d92d0d5bcd13f397f7d2f78f69745)
|
|
242
|
+
- [Tests] handle carriage returns in stack traces on Windows [`26e8113`](https://github.com/ljharb/tape/commit/26e81135e03a808aa917bdad3d32f1ee71b2ea44)
|
|
243
|
+
- [Fix] use `file://` URLs for dynamic `import()` [`d487add`](https://github.com/ljharb/tape/commit/d487addb1ae69064267efc58536186229c73ea41)
|
|
244
|
+
- [Dev Deps] ping `signal-exit` to v3.0.3 due to https://github.com/tapjs/signal-exit/issues/66 [`3c30a55`](https://github.com/ljharb/tape/commit/3c30a555a59e5d64875116136d14fe217e59be73)
|
|
245
|
+
- [meta] Exclude `fs` from browser bundles [`00f21ea`](https://github.com/ljharb/tape/commit/00f21eaa14eb3d3dc70fbf518252a6f18aa7b22c)
|
|
246
|
+
- [Dev Deps] update `@ljharb/eslint-config` [`c837b02`](https://github.com/ljharb/tape/commit/c837b02016e240b93ae7ef40c21f4df82e7a80f9)
|
|
247
|
+
- [Deps] update `string.prototype.trim` [`c1248d7`](https://github.com/ljharb/tape/commit/c1248d7e434e6a4b3c61fa7b62e1f5badfa3d162)
|
|
248
|
+
- [Dev Deps] update `array.prototype.flatmap` [`97384b1`](https://github.com/ljharb/tape/commit/97384b10477e3112e0aefee7957204e1c7a9db57)
|
|
249
|
+
- [readme] fix markdown; github still has a rendering bug [`a33b5f9`](https://github.com/ljharb/tape/commit/a33b5f9b5b0a00a031d06155224f4bca6d9769af)
|
|
250
|
+
- [Deps] update `glob` [`477bb4c`](https://github.com/ljharb/tape/commit/477bb4c62c071889fde563e2bd133da02aa91b0b)
|
|
251
|
+
- Revert "[Dev Deps] ping `signal-exit` to v3.0.3 due to https://github.com/tapjs/signal-exit/issues/66" [`60bbd83`](https://github.com/ljharb/tape/commit/60bbd83ff1a342059a4ec894132ba20583a486f2)
|
|
252
|
+
|
|
253
|
+
## [v5.3.1](https://github.com/ljharb/tape/compare/v5.3.0...v5.3.1) - 2021-08-06
|
|
254
|
+
|
|
255
|
+
### Merged
|
|
256
|
+
|
|
257
|
+
- [New] add `.teardown()` on `t` instances [`#546`](https://github.com/ljharb/tape/pull/546)
|
|
258
|
+
- [readme] add `tape-describe` to 'other' section [`#523`](https://github.com/ljharb/tape/pull/523)
|
|
259
|
+
|
|
260
|
+
### Fixed
|
|
261
|
+
|
|
262
|
+
- [New] add `.teardown()` on `t` instances (#546) [`#531`](https://github.com/ljharb/tape/issues/531)
|
|
263
|
+
- [readme] add `tape-describe` to 'other' section (#523) [`#522`](https://github.com/ljharb/tape/issues/522)
|
|
264
|
+
|
|
265
|
+
### Commits
|
|
266
|
+
|
|
267
|
+
- [Tests] make `stripFullStack` output an array of lines, for better failure messages [`f299759`](https://github.com/ljharb/tape/commit/f2997591a038fa48239f205e40eed5c75278a261)
|
|
268
|
+
- [eslint] fully enable `@ljharb` eslint config [`836610d`](https://github.com/ljharb/tape/commit/836610d9772b91a8d31f311834ae1325f2f740bf)
|
|
269
|
+
- [actions] use `node/install` instead of `node/run`; use `codecov` action [`46aff81`](https://github.com/ljharb/tape/commit/46aff81f10ad63990f6047c0bdba3be0c90bd3dd)
|
|
270
|
+
- [readme] improve `t.throws` documentation [`b36f816`](https://github.com/ljharb/tape/commit/b36f81698fbf4d172a49abb75b9474c4a978df5c)
|
|
271
|
+
- [Fix] `bin/tape`: delay requires until needed [`c8f3ce3`](https://github.com/ljharb/tape/commit/c8f3ce32c73e092940e29dc72f0abba3b6529936)
|
|
272
|
+
- [Refactor] avoid reassigning arguments [`5c4052f`](https://github.com/ljharb/tape/commit/5c4052fcf51479320c9482c425a66dcbcc4a509a)
|
|
273
|
+
- [Tests] add test case for #519 for test.comment() in createStream/objectMode context [`1700642`](https://github.com/ljharb/tape/commit/17006422fa8189a7e361edfb1e803b73a72b4894)
|
|
274
|
+
- [Refactor] use `call-bind/callBound` instead of `function-bind` directly [`967b73f`](https://github.com/ljharb/tape/commit/967b73fe882e9c95c0436e6ce93f24fa3a2e14a9)
|
|
275
|
+
- [readme] Another way to create custom reporters [`d81f9f6`](https://github.com/ljharb/tape/commit/d81f9f6681ae72d3425b91e2f7a294e6d4225675)
|
|
276
|
+
- [meta] do not publish github action workflow files [`6bb3496`](https://github.com/ljharb/tape/commit/6bb34964abb1e704fe3dcc9fcf8d27d16ff5e296)
|
|
277
|
+
- [Refactor] remove unused line, unneeded var initialization; add missing `new` [`da0cdf1`](https://github.com/ljharb/tape/commit/da0cdf1651fec20f66a6bed2d1b17944e18dcd48)
|
|
278
|
+
- [Refactor] remove use of legacy `exports` [`a04439c`](https://github.com/ljharb/tape/commit/a04439c3027f3dc0dac8cf8ef5d24a493366be6a)
|
|
279
|
+
- [Deps] update `glob`, `is-regex`, `object-inspect`, `resolve`, `string.prototype.trim` [`6e71e6e`](https://github.com/ljharb/tape/commit/6e71e6ea1e009a62546a401a35974ca867a24b9a)
|
|
280
|
+
- [eslint] remove useless regex escapes [`1515ff4`](https://github.com/ljharb/tape/commit/1515ff4a8f749aa6d075bffdcda543ca94c559a9)
|
|
281
|
+
- [readme] remove travis badge; add actions and codecov badges [`57a7cc9`](https://github.com/ljharb/tape/commit/57a7cc906ec4f24f503350580c5859e5b3e56805)
|
|
282
|
+
- [meta] run `aud` in `posttest` [`3907aa5`](https://github.com/ljharb/tape/commit/3907aa560caa2c8d30a6a9168c0d7a3d65a3ba3e)
|
|
283
|
+
- [Refactor] generalize error message from calling `.end` more than once [`da8ca46`](https://github.com/ljharb/tape/commit/da8ca46cc0be28a3d4690a4009e0ddec7fc6f779)
|
|
284
|
+
- [Tests] handle stack differences in node 15 [`b7b01ec`](https://github.com/ljharb/tape/commit/b7b01ec38ede9f9722b5cce90574782e1eda1305)
|
|
285
|
+
- [Deps] update `is-regex`, `object-inspect`, `string.prototype.trim` [`e344080`](https://github.com/ljharb/tape/commit/e344080b1a4b097e1baa1a2b2e843fc283f3f5c2)
|
|
286
|
+
- [New] Include name of test in log when test times out (#524) [`78b4d98`](https://github.com/ljharb/tape/commit/78b4d9833a2df7593f653b263588b9a49ca3fe08)
|
|
287
|
+
- [Dev Deps] update `eslint` [`6d5e4ad`](https://github.com/ljharb/tape/commit/6d5e4ad3cb1f25ea03b59db4e894d51fa5b86c11)
|
|
288
|
+
- [Refactor] Avoid setting message property on primitives; use strict mode to catch this [`9dfb680`](https://github.com/ljharb/tape/commit/9dfb680e7543a3a701b3e410bfccbcce3b274d9f)
|
|
289
|
+
- [Deps] update `is-regex` [`a7ca7a3`](https://github.com/ljharb/tape/commit/a7ca7a308269bc3a250170441553d0321e0d8044)
|
|
290
|
+
- Merge tag 'v4.14.0' [`1f1a4a7`](https://github.com/ljharb/tape/commit/1f1a4a7c7c9ea3632074e4a008d430bbd275b231)
|
|
291
|
+
- [meta] add `safe-publish-latest`; use `prepublishOnly` script for npm 7+ [`c3d434d`](https://github.com/ljharb/tape/commit/c3d434d8b86a0be162efb7fb548f0405239a2688)
|
|
292
|
+
- [meta] ensure `not-in-publish`‘s absence does not fail anything [`2a0619d`](https://github.com/ljharb/tape/commit/2a0619d3193287aaa948fc4edf0bb2ccb4150a7b)
|
|
293
|
+
- [readme] remove long-dead testling-ci badge [`1461611`](https://github.com/ljharb/tape/commit/1461611bce87b190179d1ac0e2c69438f2b12f31)
|
|
294
|
+
- [Tests] ensure bin/tape is linted [`faa51b5`](https://github.com/ljharb/tape/commit/faa51b5baa709ba2e72f78be7cb7ce243c02a771)
|
|
295
|
+
- [Dev Deps] update `eslint` [`fad6165`](https://github.com/ljharb/tape/commit/fad6165ae85ebff132daedd1a1bdf3ee307c4ea1)
|
|
296
|
+
- [Dev Deps] update `eslint` [`79a0f4b`](https://github.com/ljharb/tape/commit/79a0f4b7b1d0c6db9228cdedf918f20a34dd7762)
|
|
297
|
+
- [meta] add missing `safe-publish-latest` dep [`d0a3888`](https://github.com/ljharb/tape/commit/d0a3888ee1b1481ef9ca13695414022164fbc3c2)
|
|
298
|
+
- [Tests] exclude examples from coverage [`283f537`](https://github.com/ljharb/tape/commit/283f537f56885d18afbc2328c0c52ee60d528332)
|
|
299
|
+
|
|
300
|
+
## [v5.3.0](https://github.com/ljharb/tape/compare/v5.2.2...v5.3.0) - 2021-07-26
|
|
301
|
+
|
|
302
|
+
### Commits
|
|
303
|
+
|
|
304
|
+
- [eslint] fully enable `@ljharb` eslint config [`9d3c5b4`](https://github.com/ljharb/tape/commit/9d3c5b4e84dbeb1272b450e74ce022cb70c56e2a)
|
|
305
|
+
- [New] Use import() on esm files in supported node versions [`28d6e51`](https://github.com/ljharb/tape/commit/28d6e51b9beb7252d7ad130424fdb0062425f7a0)
|
|
306
|
+
- [eslint] fully enable `@ljharb` eslint config [`ae8b5c0`](https://github.com/ljharb/tape/commit/ae8b5c0639be6c3b2fd0b2e132ca50ee9f760e94)
|
|
307
|
+
- [eslint] enable `no-shadow` [`f0756f3`](https://github.com/ljharb/tape/commit/f0756f3b12329a122498f99f6448ec8c9eafec50)
|
|
308
|
+
- [eslint] enable `curly`, `object-curly-spacing`, `object-curly-newline` [`e9b75e1`](https://github.com/ljharb/tape/commit/e9b75e14068359843082fd70994b19f871432a65)
|
|
309
|
+
- [Tests] uncaught exceptions and unhandled rejections importing files with bin/tape [`e6d2faf`](https://github.com/ljharb/tape/commit/e6d2faf67888dbb8e1262d7d083f0be7c59672cc)
|
|
310
|
+
- [eslint] enable `function-paren-newline`, `function-call-argument-newline` [`ae6de0c`](https://github.com/ljharb/tape/commit/ae6de0c74a288f6d8bc83f45a7a686faf09ba9b1)
|
|
311
|
+
- [actions] use `node/install` instead of `node/run`; use `codecov` action [`5a6de66`](https://github.com/ljharb/tape/commit/5a6de6625ab04d487d729617be83a7baf769f4f9)
|
|
312
|
+
- [eslint] enable `wrap-regex` [`7dcbd76`](https://github.com/ljharb/tape/commit/7dcbd7631a9ff5675f1ff0be477f0a1714b81dd3)
|
|
313
|
+
- [Refactor] add names to `Test.prototype` functions [`077a108`](https://github.com/ljharb/tape/commit/077a108686590363f23ba2ecf2c782016a1683e9)
|
|
314
|
+
- [eslint] enable `comma-spacing` [`4acf1f2`](https://github.com/ljharb/tape/commit/4acf1f292289c40c1abfb2552e09e28a9da3416a)
|
|
315
|
+
- [eslint] update `no-redeclare` [`b03d4c8`](https://github.com/ljharb/tape/commit/b03d4c8e722841d580a581a5d492277a7c701f94)
|
|
316
|
+
- [eslint] enable `brace-style` [`06eba07`](https://github.com/ljharb/tape/commit/06eba07d6b73ba2650f581372fd613f89385993c)
|
|
317
|
+
- [eslint] enable `no-unused-vars` [`2ebd23a`](https://github.com/ljharb/tape/commit/2ebd23a03c71d14890dc064b29526e3d523daf93)
|
|
318
|
+
- [eslint] enable `consistent-return` [`fb4e3cf`](https://github.com/ljharb/tape/commit/fb4e3cfc4df1f932496fbca35c013f6ad65df53b)
|
|
319
|
+
- [Refactor] avoid reassigning arguments [`8a0ab53`](https://github.com/ljharb/tape/commit/8a0ab5348183f1b7deabb2a87d4fb3c4dc272390)
|
|
320
|
+
- [eslint] enable `semi-style` [`5f8afc9`](https://github.com/ljharb/tape/commit/5f8afc997c793ca16de53aa56ac4d40b8afc8d4a)
|
|
321
|
+
- [readme] Another way to create custom reporters [`a68277c`](https://github.com/ljharb/tape/commit/a68277c968ff7cf6b995c2cc20ca1545642c7b4d)
|
|
322
|
+
- [eslint] enable `no-extra-parens` [`a08dc34`](https://github.com/ljharb/tape/commit/a08dc34371a8dc406581fb85edb591150f9c0f35)
|
|
323
|
+
- [eslint] enable `no-multi-spaces`, `no-multiple-empty-lines`, `space-in-parens` [`be1eb21`](https://github.com/ljharb/tape/commit/be1eb212aeeec2c229208a4702ff99af0cabb5f7)
|
|
324
|
+
- [Refactor] `bin/tape`: separate "preparing of files list" from "require files list" [`021fa6d`](https://github.com/ljharb/tape/commit/021fa6d22bc85f2e8f075405bcb97c6a1b87af22)
|
|
325
|
+
- [Refactor] remove unused line, unneeded var initialization; add missing `new` [`da45ae6`](https://github.com/ljharb/tape/commit/da45ae6b158fbbdda2cc5c2edce6e0353b65f687)
|
|
326
|
+
- [eslint] enable `no-lonely-if` [`771f3dd`](https://github.com/ljharb/tape/commit/771f3ddd1a3ad3a629c1d1a0780052d51143435b)
|
|
327
|
+
- [eslint] enable `space-infix-ops` [`233ffc6`](https://github.com/ljharb/tape/commit/233ffc623ec212b202037e03b503a6667d4deb3f)
|
|
328
|
+
- [Refactor] remove use of legacy `exports` [`c332d62`](https://github.com/ljharb/tape/commit/c332d629b8c5366aa81a0ea413c49c7b838128cb)
|
|
329
|
+
- [eslint] enable `wrap-iife` [`428636c`](https://github.com/ljharb/tape/commit/428636c047f946738ca77796599aeb32cd607072)
|
|
330
|
+
- [Docs] correct docs for `t.teardown` [`c4a4992`](https://github.com/ljharb/tape/commit/c4a4992cdd59d2c5ca3282bfbf2ba4c0b863eafc)
|
|
331
|
+
- [readme] remove travis badge; add actions and codecov badges [`900f823`](https://github.com/ljharb/tape/commit/900f823f4a0fcbf5875df387d60bfde85236faa1)
|
|
332
|
+
- [eslint] enable `no-extra-semi` [`1af8f52`](https://github.com/ljharb/tape/commit/1af8f529df22eb00a62474dfd6dfe5628f8f7317)
|
|
333
|
+
- [Deps] update `glob`, `is-regex`, `object-inspect` [`e211546`](https://github.com/ljharb/tape/commit/e2115460307cc5424392157f4e86515c54e2e819)
|
|
334
|
+
- [eslint] enable `no-regex-spaces` [`ef0069a`](https://github.com/ljharb/tape/commit/ef0069a9de38c89cb4b4117ffa165e7f0c6a6351)
|
|
335
|
+
- [Dev Deps] update `aud`, `eslint` [`00a98d3`](https://github.com/ljharb/tape/commit/00a98d3b73aad7af987cddb79b0f1e5c7d27efc2)
|
|
336
|
+
- [Deps] update `object-inspect` [`9bbf270`](https://github.com/ljharb/tape/commit/9bbf27083d6a63d0f61b984cf173a004583cdc35)
|
|
337
|
+
- [Dev Deps] update `eslint` [`57b659f`](https://github.com/ljharb/tape/commit/57b659f8324fbc63913bb41c108e1e165d5bcf07)
|
|
338
|
+
- [Dev Deps] update `eslint` [`e628b23`](https://github.com/ljharb/tape/commit/e628b23a35c35948d7166ac58964043d847e04eb)
|
|
339
|
+
- [meta] ensure `not-in-publish`‘s absence does not fail anything [`fb3a243`](https://github.com/ljharb/tape/commit/fb3a243bfe1baa4c8afb44b8c654cd98500c2e9f)
|
|
340
|
+
- [Deps] update `object-inspect` [`771c8c4`](https://github.com/ljharb/tape/commit/771c8c43fda1907f61b6e9fd462a4e6c747f3527)
|
|
341
|
+
- [meta] add `safe-publish-latest`; use `prepublishOnly` script for npm 7+ [`379115d`](https://github.com/ljharb/tape/commit/379115dc77717ff7611d156c36da5452a5b217e2)
|
|
342
|
+
- [Tests] exclude examples from coverage [`75decb3`](https://github.com/ljharb/tape/commit/75decb37ef2661f960adf9ff44dc76e2885d10d2)
|
|
343
|
+
|
|
344
|
+
## [v5.2.2](https://github.com/ljharb/tape/compare/v5.2.1...v5.2.2) - 2021-03-03
|
|
345
|
+
|
|
346
|
+
### Commits
|
|
347
|
+
|
|
348
|
+
- [Fix] proper exit behavior in node v0.6 [`3f94e68`](https://github.com/ljharb/tape/commit/3f94e687b976bdb324c2148d73087e769003f878)
|
|
349
|
+
|
|
350
|
+
## [v5.2.1](https://github.com/ljharb/tape/compare/v5.2.0...v5.2.1) - 2021-02-27
|
|
351
|
+
|
|
352
|
+
### Fixed
|
|
353
|
+
|
|
354
|
+
- [Fix] `t.teardown()`: ensure callback is only called once [`#551`](https://github.com/ljharb/tape/issues/551)
|
|
355
|
+
|
|
356
|
+
### Commits
|
|
357
|
+
|
|
358
|
+
- [Deps] update `object-is`, `string.prototype.trim` [`b497ead`](https://github.com/ljharb/tape/commit/b497ead367786cf21ddc818ee6e8f24c330b9ea0)
|
|
359
|
+
|
|
360
|
+
## [v5.2.0](https://github.com/ljharb/tape/compare/v5.1.1...v5.2.0) - 2021-02-20
|
|
361
|
+
|
|
362
|
+
### Fixed
|
|
363
|
+
|
|
364
|
+
- [New] add `.teardown()` on `t` instances [`#531`](https://github.com/ljharb/tape/issues/531)
|
|
365
|
+
- [readme] improve `t.throws`/`t.doesNotThrow` documentation [`#540`](https://github.com/ljharb/tape/issues/540)
|
|
366
|
+
|
|
367
|
+
### Commits
|
|
368
|
+
|
|
369
|
+
- [readme] improve `t.throws` documentation [`94220ba`](https://github.com/ljharb/tape/commit/94220babb105950dfc2d09d67b4731bf026449b5)
|
|
370
|
+
- [Tests] exclude node v0.6, for now [`3c05a87`](https://github.com/ljharb/tape/commit/3c05a873212c9dd5e773da070488f75b09a4e5f4)
|
|
371
|
+
- [Deps] update `is-regex`, `resolve` [`8c52d12`](https://github.com/ljharb/tape/commit/8c52d121eadee69e6b0d800e798ae7bf1f86eff9)
|
|
372
|
+
- [Dev Deps] update `eslint`, `aud` [`f847c85`](https://github.com/ljharb/tape/commit/f847c85167a173fcdd2365b5d6f234208a5d27a4)
|
|
373
|
+
- [Deps] update `call-bind` [`ce0b1ad`](https://github.com/ljharb/tape/commit/ce0b1ad6ef395bd1dba7403ea679af5284f61c0e)
|
|
374
|
+
- [Dev Deps] update `eslint` [`83f1eec`](https://github.com/ljharb/tape/commit/83f1eec7d51fd812fd4ceb34b20857617e42f272)
|
|
375
|
+
|
|
376
|
+
## [v5.1.1](https://github.com/ljharb/tape/compare/v5.1.0...v5.1.1) - 2021-01-04
|
|
377
|
+
|
|
378
|
+
### Commits
|
|
379
|
+
|
|
380
|
+
- [Tests] make `stripFullStack` output an array of lines, for better failure messages [`0743333`](https://github.com/ljharb/tape/commit/07433333e14fd283ceed246795863d59576d3286)
|
|
381
|
+
- [Tests] migrate tests to Github Actions [`266bc66`](https://github.com/ljharb/tape/commit/266bc66b0fbbda399aff42afb957ce117d9ee4b2)
|
|
382
|
+
- [Fix] preserve stack traces for returned Promises (async/await) [`d505cdf`](https://github.com/ljharb/tape/commit/d505cdf375bb27c0eea4b60d9da290bb11339c6a)
|
|
383
|
+
- [readme] Document unexpected `t.end()` behavior [`b505c4c`](https://github.com/ljharb/tape/commit/b505c4c45ff968a5cfa91bd34f80a95493936671)
|
|
384
|
+
- [Tests] add `timeoutAfter` test with Promises [`e8255cf`](https://github.com/ljharb/tape/commit/e8255cf46ee77626e9eef1c2909899c9508173da)
|
|
385
|
+
- [readme] improve method docs [`df5a124`](https://github.com/ljharb/tape/commit/df5a124e106540d77ee737127502db26db541ded)
|
|
386
|
+
- [Robustness] cache and call-bind more prototype methods [`8e60dcb`](https://github.com/ljharb/tape/commit/8e60dcbbb0724fb5fbaacbfb521356e6d268d42c)
|
|
387
|
+
- [Tests] add `npm run test:example` to test non-failing examples. [`4210e44`](https://github.com/ljharb/tape/commit/4210e442a3739969ff32075a72a49c6d95730adf)
|
|
388
|
+
- [eslint] fix some inconsistencies [`7ca56eb`](https://github.com/ljharb/tape/commit/7ca56ebe2c78d0286e21a589c35ae28275aa8bf7)
|
|
389
|
+
- [eslint] ensure no trailing commas [`04da90b`](https://github.com/ljharb/tape/commit/04da90bb387656e585bec26a325e3400cb6bd1ba)
|
|
390
|
+
- [meta] add Automatic Rebase and Require Allow Edits workflows [`6d72960`](https://github.com/ljharb/tape/commit/6d729605929dfa3a41607f46e0e7da8024c33976)
|
|
391
|
+
- [Tests] run `nyc` on all tests [`5ec21aa`](https://github.com/ljharb/tape/commit/5ec21aa2e05ca18d88924edc1be9b175fe706af1)
|
|
392
|
+
- [Refactor] use `call-bind/callBound` instead of `function-bind` directly [`b19da31`](https://github.com/ljharb/tape/commit/b19da31dc4d40ffccbd8bd38d3bd410fce604172)
|
|
393
|
+
- [meta] do not publish github action workflow files [`82c3904`](https://github.com/ljharb/tape/commit/82c3904483419fb9f36ac9a73a754d100c24e107)
|
|
394
|
+
- [Tests] skip Promise tests when Promises are not available [`688256a`](https://github.com/ljharb/tape/commit/688256a75340a6d088736610a77c4d9d3c580905)
|
|
395
|
+
- [meta] run `aud` in `posttest` [`b9bec0e`](https://github.com/ljharb/tape/commit/b9bec0e92ef2834693fc7c7e3dc779dd1baea907)
|
|
396
|
+
- [readme] Added tabe into reporter list [`7aff9e4`](https://github.com/ljharb/tape/commit/7aff9e4de9e70cae53b1287b03bd23d3fc22420c)
|
|
397
|
+
|
|
398
|
+
## [v5.1.0](https://github.com/ljharb/tape/compare/v5.0.1...v5.1.0) - 2020-12-29
|
|
399
|
+
|
|
400
|
+
### Fixed
|
|
401
|
+
|
|
402
|
+
- [readme] add `tape-describe` to 'other' section [`#522`](https://github.com/ljharb/tape/issues/522)
|
|
403
|
+
|
|
404
|
+
### Commits
|
|
405
|
+
|
|
406
|
+
- [Tests] add test case for #519 for test.comment() in createStream/objectMode context [`40ec79a`](https://github.com/ljharb/tape/commit/40ec79a125df5282bc3983771306932cf97a21b8)
|
|
407
|
+
- [Deps] update `deep-equal`, `object-inspect`, `object-is`, `object.assign`, `resolve`, `string.prototype.trim` [`434f615`](https://github.com/ljharb/tape/commit/434f6156cb137bd28377c98664af8e3634c1030c)
|
|
408
|
+
- [Deps] update `deep-equal`, `is-regex`, `object-inspect`, `object-is`, `object.assign`, `string.prototype.trim` [`df23eda`](https://github.com/ljharb/tape/commit/df23edad43112ed5d3f3aa318289a57b3540002b)
|
|
409
|
+
- [eslint] remove useless regex escapes [`3554d4b`](https://github.com/ljharb/tape/commit/3554d4b049f34065c6a643c5cda3d88c70a4908e)
|
|
410
|
+
- [readme] document Promise support; remove Promise-related alternatives [`4665d63`](https://github.com/ljharb/tape/commit/4665d6331127b23c10c0798947d9751d635dba40)
|
|
411
|
+
- [Tests] handle stack differences in node 15 [`1ac9ecf`](https://github.com/ljharb/tape/commit/1ac9ecf927bb1958857cb4050ec725cd3f22d27a)
|
|
412
|
+
- [New] Include name of test in log when test times out [`e142c29`](https://github.com/ljharb/tape/commit/e142c298e8c76c49954ede50ab59e3f2e5662d77)
|
|
413
|
+
- [Dev Deps] update `eslint`, `js-yaml` [`7574152`](https://github.com/ljharb/tape/commit/75741524e4715d6cf0a969bc7e987fb881a9494a)
|
|
414
|
+
- [Dev Deps] update `eslint` [`c6772d1`](https://github.com/ljharb/tape/commit/c6772d1fd3ca827760ca01114aec25e21751d701)
|
|
415
|
+
- [Dev Deps] update `eslint` [`5b7720a`](https://github.com/ljharb/tape/commit/5b7720a82f505d4c8db3d340256369564d828dc6)
|
|
416
|
+
- [Deps] update `resolve` [`898302b`](https://github.com/ljharb/tape/commit/898302b3e914c93b407088d36a224355b898bb0c)
|
|
417
|
+
|
|
418
|
+
## [v5.0.1](https://github.com/ljharb/tape/compare/v5.0.0...v5.0.1) - 2020-05-24
|
|
419
|
+
|
|
420
|
+
### Merged
|
|
421
|
+
|
|
422
|
+
- [Fix] `createStream`: `result` payload is not always an object [`#519`](https://github.com/ljharb/tape/pull/519)
|
|
423
|
+
- [Fix] Update RegExp for matching stack frames to handle Promise/then scenario [`#516`](https://github.com/ljharb/tape/pull/516)
|
|
424
|
+
- [Tests] Fix simple typo, placehodler -> placeholder [`#500`](https://github.com/ljharb/tape/pull/500)
|
|
425
|
+
|
|
426
|
+
### Fixed
|
|
427
|
+
|
|
428
|
+
- [Fix] `createStream`: `result` payload is not always an object [`#519`](https://github.com/ljharb/tape/issues/519)
|
|
429
|
+
- [Fix] `createStream`: `result` payload is not always an object (#519) [`#519`](https://github.com/ljharb/tape/issues/519)
|
|
430
|
+
- [Fix] Update RegExp for matching stack frames to handle Promise/then scenario (#516) [`#515`](https://github.com/ljharb/tape/issues/515)
|
|
431
|
+
- [Fix] Update RegExp for matching stack frames to handle Promise/then scenario [`#515`](https://github.com/ljharb/tape/issues/515)
|
|
432
|
+
|
|
433
|
+
### Commits
|
|
434
|
+
|
|
435
|
+
- Merge tag 'v4.13.3' [`b7af113`](https://github.com/ljharb/tape/commit/b7af113832ae5f3a2b379d859abf8f1513036961)
|
|
436
|
+
- [Dev Deps] update `eslint`, `falafel`, `js-yaml` [`9676a21`](https://github.com/ljharb/tape/commit/9676a21784a90a13e29505d86901cd1cd0c1c7db)
|
|
437
|
+
- [Deps] update `minimist`, `resolve` [`8887189`](https://github.com/ljharb/tape/commit/8887189c60d956f13f7b54497443bb4be2726748)
|
|
438
|
+
- [Dev Deps] update `eslint` [`c421eb3`](https://github.com/ljharb/tape/commit/c421eb36b4f6c3c51db329e2e2f03139ffa803af)
|
|
439
|
+
- [readme] add `tape-repeater` (#511) [`33712e2`](https://github.com/ljharb/tape/commit/33712e2dd7a89c6c97f58bfe38882631616363c4)
|
|
440
|
+
- [readme] add `tape-repeater` [`0b5804d`](https://github.com/ljharb/tape/commit/0b5804d43068602e1615dfd395a3d85949bb03da)
|
|
441
|
+
- [examples] add `ecstatic` [`9b87675`](https://github.com/ljharb/tape/commit/9b876753153e0a8f94894fbbe9e08d78df12b039)
|
|
442
|
+
- [readme] Add link to tape-player (in-process reporter) (#496) [`bc1334b`](https://github.com/ljharb/tape/commit/bc1334bc008e5d5aecd61c580aad1657932da146)
|
|
443
|
+
- [Docs] add an optional emoji version for tap-spec consumer (#501) [`6326dc6`](https://github.com/ljharb/tape/commit/6326dc62e761b92b87377b30c539f762ed2e9052)
|
|
444
|
+
|
|
445
|
+
## [v5.0.0](https://github.com/ljharb/tape/compare/v5.0.0-next.5...v5.0.0) - 2020-04-24
|
|
446
|
+
|
|
447
|
+
### Commits
|
|
448
|
+
|
|
449
|
+
- [Deps] update `deep-equal`, `minimist`, `object-is`, `resolve` [`6fd0691`](https://github.com/ljharb/tape/commit/6fd0691cbd5f07474f6a8e77c28468bcc8eb1d3c)
|
|
450
|
+
- [Breaking] remove full "lib" export; replace with explicit exports [`3bb97f1`](https://github.com/ljharb/tape/commit/3bb97f103d93603396c40472aff31f17b40d18d3)
|
|
451
|
+
- [Dev Deps] update `falafel` [`f24491d`](https://github.com/ljharb/tape/commit/f24491dce15696f5ca607c3d8a8a978784c8588a)
|
|
452
|
+
- [Tests] Fix simple typo, placehodler -> placeholder [`8ba3668`](https://github.com/ljharb/tape/commit/8ba3668c8c9acd03ddb64e5883cf996f26c8f689)
|
|
453
|
+
- [examples] add `ecstatic` [`d021e9d`](https://github.com/ljharb/tape/commit/d021e9d3cf037ffd65c332339cdd9d5e831dcb69)
|
|
454
|
+
- [readme] Add link to tape-player (in-process reporter) [`5b9c442`](https://github.com/ljharb/tape/commit/5b9c4425494d6ce9c98d9bdb8f50757caf8a2be9)
|
|
455
|
+
- [Docs] add an optional emoji version for tap-spec consumer [`f5d0899`](https://github.com/ljharb/tape/commit/f5d0899665c53d81a8e8dfcecce77c202f241098)
|
|
456
|
+
|
|
457
|
+
## [v5.0.0-next.5](https://github.com/ljharb/tape/compare/v5.0.0-next.4...v5.0.0-next.5) - 2020-03-02
|
|
458
|
+
|
|
459
|
+
### Merged
|
|
460
|
+
|
|
461
|
+
- [patch] Print name of test that didnt end [`#498`](https://github.com/ljharb/tape/pull/498)
|
|
462
|
+
|
|
463
|
+
### Fixed
|
|
464
|
+
|
|
465
|
+
- [Breaking] only `looseEqual`/`deepEqual, and their inverses, are now non-strict. [`#495`](https://github.com/ljharb/tape/issues/495)
|
|
466
|
+
- [Breaking] `equal`: use `==`, not `===`, to match `assert.equal` [`#495`](https://github.com/ljharb/tape/issues/495)
|
|
467
|
+
- [Breaking] `strictEqual`: bring `-0`/`0`, and `NaN` into line with `assert` [`#495`](https://github.com/ljharb/tape/issues/495)
|
|
468
|
+
|
|
469
|
+
### Commits
|
|
470
|
+
|
|
471
|
+
- [Tests] add tests for edge cases and numerics [`4526b39`](https://github.com/ljharb/tape/commit/4526b39834db8061feeeb931dcf06047f29e9970)
|
|
472
|
+
- [Breaking] make equality functions consistent: [`24240e2`](https://github.com/ljharb/tape/commit/24240e2b7e0f32e5db7bc46c631dd2f915e341f1)
|
|
473
|
+
- [Tests] sync new test cases from master [`98b2695`](https://github.com/ljharb/tape/commit/98b2695ceebf6e1e175d29f291c9c1073416d947)
|
|
474
|
+
- [eslint] enable `quotes` rule [`d686aa2`](https://github.com/ljharb/tape/commit/d686aa2542a3641255a5427408cf4173450b9d6e)
|
|
475
|
+
- [eslint] enable `quotes` rule [`1ab6bdb`](https://github.com/ljharb/tape/commit/1ab6bdbfc4fadec57ecbf99f73ba73b03e6b8046)
|
|
476
|
+
- [Refactor] remove unused code [`e6b6f11`](https://github.com/ljharb/tape/commit/e6b6f119720e7e7b3aa43d72cdfa384f47e76cc2)
|
|
477
|
+
- [Deps] update `resolve` [`398503c`](https://github.com/ljharb/tape/commit/398503cfcabbaa56aa1e79d7523815a240d2d775)
|
|
478
|
+
- [Deps] update `resolve` [`15ea7d1`](https://github.com/ljharb/tape/commit/15ea7d1765b32a35a6ccde4ad3ab1898a356600e)
|
|
479
|
+
|
|
480
|
+
## [v5.0.0-next.4](https://github.com/ljharb/tape/compare/v5.0.0-next.3...v5.0.0-next.4) - 2020-01-18
|
|
481
|
+
|
|
482
|
+
### Fixed
|
|
483
|
+
|
|
484
|
+
- [Fix] `match`/`doesNotMatch`: when passing, ensure the proper default assert message shows up [`#494`](https://github.com/ljharb/tape/issues/494)
|
|
485
|
+
- [Fix] `match`/`doesNotMatch`: when passing, ensure the proper default assert message shows up [`#494`](https://github.com/ljharb/tape/issues/494)
|
|
486
|
+
|
|
487
|
+
### Commits
|
|
488
|
+
|
|
489
|
+
- [Refactor] remove unused code [`cf8dccc`](https://github.com/ljharb/tape/commit/cf8dccc49511ab2c2dd6f78cf0c837de4d4fafea)
|
|
490
|
+
- [Deps] update `resolve` [`b30b6f1`](https://github.com/ljharb/tape/commit/b30b6f1334aab29ef0f80635de2ce2e63ce172d8)
|
|
491
|
+
- [Fix] `.catch` is a syntax error in older browsers [`6df4dfc`](https://github.com/ljharb/tape/commit/6df4dfc55add6a05d4b5e9cd4cdefafdda51fab4)
|
|
492
|
+
- Merge tag 'v4.13.1' [`925bf01`](https://github.com/ljharb/tape/commit/925bf017cdb1ba2704a14959ad03d25d2f179997)
|
|
493
|
+
|
|
494
|
+
## [v5.0.0-next.3](https://github.com/ljharb/tape/compare/v5.0.0-next.2...v5.0.0-next.3) - 2020-01-08
|
|
495
|
+
|
|
496
|
+
### Commits
|
|
497
|
+
|
|
498
|
+
- [Fix] tests without a callback that are *skipped* should not fail [`82e316b`](https://github.com/ljharb/tape/commit/82e316b5326925ec3fb898d8849294645b4a4d60)
|
|
499
|
+
|
|
500
|
+
## [v5.0.0-next.2](https://github.com/ljharb/tape/compare/v5.0.0-next.1...v5.0.0-next.2) - 2020-01-07
|
|
501
|
+
|
|
502
|
+
### Commits
|
|
503
|
+
|
|
504
|
+
- Merge tag 'v4.13.0' [`bf07cf8`](https://github.com/ljharb/tape/commit/bf07cf8fd739d48433be1cae9be75d1ac45bc4d2)
|
|
505
|
+
- [New] add `t.match()` and `t.doesNotMatch()`, new in `node` `v13.6` [`0330d82`](https://github.com/ljharb/tape/commit/0330d8254d361b5b47d1ca427447a2ba84f6c2b6)
|
|
506
|
+
- [New] add `t.match()` and `t.doesNotMatch()`, new in `node` `v13.6` [`36a30eb`](https://github.com/ljharb/tape/commit/36a30ebf119ab33f07b4c539d7fc140ba812082a)
|
|
507
|
+
- [New] `tape` binary: Add -i flag to ignore files from gitignore (#492) [`e0e2542`](https://github.com/ljharb/tape/commit/e0e2542240875e5dad2ba12b1edc4be3251ae571)
|
|
508
|
+
- [New] `tape` binary: Add -i flag to ignore files from gitignore [`a0f9350`](https://github.com/ljharb/tape/commit/a0f93506093b8ff3902db667878a6b5078ab863e)
|
|
509
|
+
- [lint] fix object key spacing [`d7c2fd3`](https://github.com/ljharb/tape/commit/d7c2fd37312cb81109dff7904646692cfb373cb6)
|
|
510
|
+
- [Tests] handle stack trace variation in node <= 0.8 [`21ac403`](https://github.com/ljharb/tape/commit/21ac4036eb99af0eb41d88f038af0d4d9623112c)
|
|
511
|
+
- [Deps] update `resolve` [`0f15085`](https://github.com/ljharb/tape/commit/0f15085b090ef52176564cbc2a6b7994d38173f5)
|
|
512
|
+
- [readme] remove long-dead testling-ci badge [`08fae38`](https://github.com/ljharb/tape/commit/08fae38fb88c7d1d6410e230b908ad3375421cb3)
|
|
513
|
+
|
|
514
|
+
## [v5.0.0-next.1](https://github.com/ljharb/tape/compare/v5.0.0-next.0...v5.0.0-next.1) - 2020-01-01
|
|
515
|
+
|
|
516
|
+
### Fixed
|
|
517
|
+
|
|
518
|
+
- [Breaking] fail any assertion after `.end()` is called [`#264`](https://github.com/ljharb/tape/issues/264)
|
|
519
|
+
- [Breaking] equality functions: throw when < 2 arguments are provided [`#442`](https://github.com/ljharb/tape/issues/442)
|
|
520
|
+
- [Breaking] use default `require.extensions` collection instead of the magic Array `['.js']` [`#137`](https://github.com/ljharb/tape/issues/137)
|
|
521
|
+
|
|
522
|
+
### Commits
|
|
523
|
+
|
|
524
|
+
- [Breaking] `throws`: bring into line with node’s `assert.throws` [`547dc14`](https://github.com/ljharb/tape/commit/547dc14cac4afad8d2e9dd91c5ffc617bc441eed)
|
|
525
|
+
- [Refactor] make everything strict mode [`11b7d85`](https://github.com/ljharb/tape/commit/11b7d850ffaa8cb679419ff4a0e314b06a3225b9)
|
|
526
|
+
- [lint] fix object key spacing [`85a8a7f`](https://github.com/ljharb/tape/commit/85a8a7f8c91d6395cffabb2828b867252e724af0)
|
|
527
|
+
- [Tests] Fail a test if its callback returns a promise that rejects [`ad75f86`](https://github.com/ljharb/tape/commit/ad75f86a325e385fc29bc81ec162580a51b9cf49)
|
|
528
|
+
- [Fix] error stack file path can contain parens/spaces [`9094271`](https://github.com/ljharb/tape/commit/9094271d8d3813fd18618879be3582a842c0d279)
|
|
529
|
+
- [Breaking] tests with no callback are failed TODO tests [`03529a9`](https://github.com/ljharb/tape/commit/03529a991c4624cc4299f6ffd62da9d1fda77a71)
|
|
530
|
+
- [eslint] fix remaining undeclared variables [`1a59e0b`](https://github.com/ljharb/tape/commit/1a59e0b449f448bdd8a4267e8fe435b484ae1c06)
|
|
531
|
+
- [Tests] improve some failure output by adding messages [`bd76254`](https://github.com/ljharb/tape/commit/bd762540a59426f6fdbdc6f5e25bd45adc27c1ee)
|
|
532
|
+
- [Tests] handle stack trace variation in node <= 0.8 [`bffb60c`](https://github.com/ljharb/tape/commit/bffb60c4fab03d5f1f7292d788142018d1e25f6d)
|
|
533
|
+
- [Breaking] add "exports" to restrict public API [`0e713a2`](https://github.com/ljharb/tape/commit/0e713a2d5fca1a2d010744477cde4911fc067f44)
|
|
534
|
+
- [Refactor] generalize error message from calling `.end` more than once [`8e8af01`](https://github.com/ljharb/tape/commit/8e8af01d1fdb76d89334e7e585f7a140c0b1593e)
|
|
535
|
+
- [Tests] ensure bin/tape is linted [`b5b40ae`](https://github.com/ljharb/tape/commit/b5b40aeac993a25243e80aa33ff18f6961ca1da1)
|
|
536
|
+
- [eslint] Fix leaking variable in tests [`07e13a8`](https://github.com/ljharb/tape/commit/07e13a8f05f26a75fc6a377711fe85b082e672fb)
|
|
537
|
+
- [Refactor] Avoid setting message property on primitives; use strict mode to catch this [`0715294`](https://github.com/ljharb/tape/commit/071529417254377da425a457b3fc1b1faa1d622d)
|
|
538
|
+
- Merge tag 'v4.12.1' [`a11e272`](https://github.com/ljharb/tape/commit/a11e27291b4457f816c9393abb9e9cdd2bf3ad64)
|
|
539
|
+
- [Deps] update `resolve` [`b765bba`](https://github.com/ljharb/tape/commit/b765bba1ea56075d5382b203b6902c8fc5f2d5a6)
|
|
540
|
+
- [Dev Deps] update `eslint` [`949781f`](https://github.com/ljharb/tape/commit/949781faf753d5481085f993210738e7b93b3172)
|
|
541
|
+
|
|
542
|
+
## [v5.0.0-next.0](https://github.com/ljharb/tape/compare/v4.17.0...v5.0.0-next.0) - 2019-12-20
|
|
543
|
+
|
|
544
|
+
### Commits
|
|
545
|
+
|
|
546
|
+
- [Breaking] if a test callback returns a rejected thenable, fail the test. [`f248610`](https://github.com/ljharb/tape/commit/f248610eedc9e7236e7e6a2c4a5c0d4415dcde95)
|
|
547
|
+
- [Breaking] `error` should not emit `expected`/`actual` diags [`f6dc34e`](https://github.com/ljharb/tape/commit/f6dc34e4531fd279cb985166bceec160929658f1)
|
|
548
|
+
- [Deps] update `resolve` [`dff5f1f`](https://github.com/ljharb/tape/commit/dff5f1f4b12be558bcf4b6547eaebba162afde6d)
|
|
549
|
+
- [Breaking] support passing in an async function for the test callback [`5f88895`](https://github.com/ljharb/tape/commit/5f8889513f68bc545768ade50a862796c92e36b0)
|
|
550
|
+
- [Breaking] support exceptions in async functions [`8d3f03a`](https://github.com/ljharb/tape/commit/8d3f03afede1fef1e73d3ce2ce9ff2c7c2e47319)
|
|
551
|
+
- [Tests] update tests for more async/await cases [`197019c`](https://github.com/ljharb/tape/commit/197019c78c0e452852806f330e573f5023eba91c)
|
|
552
|
+
- [meta] change dep semver prefix from ~ to ^ [`c3924d3`](https://github.com/ljharb/tape/commit/c3924d34476247e2ba0d6e0781ca89b7d25f2a2b)
|
|
553
|
+
- [Breaking] update `deep-equal` to v2 [`898a6e7`](https://github.com/ljharb/tape/commit/898a6e70aadff95f23eb6f7b4e7a1fd24baacc7d)
|
|
554
|
+
|
|
555
|
+
## [v4.17.0](https://github.com/ljharb/tape/compare/v4.16.2...v4.17.0) - 2023-09-21
|
|
556
|
+
|
|
557
|
+
### Commits
|
|
558
|
+
|
|
559
|
+
- [New] add `t.intercept()` [`e60aeca`](https://github.com/ljharb/tape/commit/e60aeca688fe1d3a363f74f31c83d816035aca4c)
|
|
560
|
+
- [New] add `t.capture` and `t.captureFn`, modeled after tap [`3d96d69`](https://github.com/ljharb/tape/commit/3d96d6945ea1cda7780fb3fc6bc04c275ace594a)
|
|
561
|
+
- [Deps] switch from `through` and `resumer` to `@ljharb/through` and `@ljharb/resumer` [`a8a7d67`](https://github.com/ljharb/tape/commit/a8a7d67c9ffe1daa46407f35685a1ef8d53df66a)
|
|
562
|
+
- [Tests] simplify tests [`83bc381`](https://github.com/ljharb/tape/commit/83bc3810a930c60973e60a7a02b677c2fb1f444c)
|
|
563
|
+
- [Performance] use inline `typeof` [`c45db4e`](https://github.com/ljharb/tape/commit/c45db4e0978999cece915e7f1a223aa9eb445ae0)
|
|
564
|
+
- [Deps] update `minimist`, `resolve`, `string.prototype.trim` [`feee094`](https://github.com/ljharb/tape/commit/feee0949f1f23ef4f13c9847c20284f7864cd67e)
|
|
565
|
+
- [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `aud` [`7123111`](https://github.com/ljharb/tape/commit/71231114c92b4a093b468875c4d8f741ab1a49d4)
|
|
566
|
+
- Revert "[meta] ensure `not-in-publish`‘s absence does not fail anything" [`92aaa51`](https://github.com/ljharb/tape/commit/92aaa5106b65824d82ce72c0d1dfcc6df6cff753)
|
|
567
|
+
- [Dev Deps] pin `jackspeak` since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 [`a576f8d`](https://github.com/ljharb/tape/commit/a576f8d8b24e84324b7ee0498c37759423c7ca87)
|
|
568
|
+
|
|
569
|
+
## [v4.16.2](https://github.com/ljharb/tape/compare/v4.16.1...v4.16.2) - 2023-01-15
|
|
570
|
+
|
|
571
|
+
### Commits
|
|
572
|
+
|
|
573
|
+
- [Fix] `throws`: avoid crashing on a nonconfigurable or nonextensible `expected` [`0731b5f`](https://github.com/ljharb/tape/commit/0731b5f64311b168ac941ce3e547bb1a32766783)
|
|
574
|
+
- [actions] update rebase action [`834453c`](https://github.com/ljharb/tape/commit/834453cdd4cb95b71d2180a3b28a1ce8e51357b3)
|
|
575
|
+
- [Deps] update `defined`, `minimist`, `object-inspect`, `string.prototype.trim` [`01edce8`](https://github.com/ljharb/tape/commit/01edce8073efe1134c5fff58638b350afb7c6d22)
|
|
576
|
+
- [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `aud` [`1b3ad24`](https://github.com/ljharb/tape/commit/1b3ad2429b553f7e029fe9fd5977b07e76740e42)
|
|
577
|
+
- [meta] add missing npmrc config [`15e2175`](https://github.com/ljharb/tape/commit/15e2175b927010657c66f0a30e44f5266147311f)
|
|
578
|
+
|
|
579
|
+
## [v4.16.1](https://github.com/ljharb/tape/compare/v4.16.0...v4.16.1) - 2022-09-19
|
|
580
|
+
|
|
581
|
+
### Commits
|
|
582
|
+
|
|
583
|
+
- [eslint] fix indentation [`b035590`](https://github.com/ljharb/tape/commit/b035590f782c211e93a6a44ed8d0e9d38636a286)
|
|
584
|
+
- [meta] add `auto-changelog` [`b467b85`](https://github.com/ljharb/tape/commit/b467b850f169bf294851c68a5c4074360d53a31b)
|
|
585
|
+
- [eslint] enforce `no-use-before-define` [`87deb68`](https://github.com/ljharb/tape/commit/87deb68b111fd0d94efc92c25454a6a3fcedff66)
|
|
586
|
+
- [eslint] clean up config a bit [`3171edd`](https://github.com/ljharb/tape/commit/3171eddd25dafb3e9a9606ac70ed6c21bb736e8e)
|
|
587
|
+
- [Tests] `stackTrace`: use the common `getDiag` utility [`65df5a4`](https://github.com/ljharb/tape/commit/65df5a4f194cf01c3872c713d129ac968342181c)
|
|
588
|
+
- [meta] fix repo URLs [`85d86a4`](https://github.com/ljharb/tape/commit/85d86a468af1b74af432d41c204efd4440b5f56f)
|
|
589
|
+
- Revert "[Tests] handle a broken error `cause` in node 16.9/16.10" [`775ba37`](https://github.com/ljharb/tape/commit/775ba3789e16b1464dc810243dc5866b2868fc1d)
|
|
590
|
+
- [meta] use `npmignore` to autogenerate an npmignore file [`1645abb`](https://github.com/ljharb/tape/commit/1645abbf47df2a8142514302da2730c54b993b47)
|
|
591
|
+
- [eslint] enable `func-style` [`75c0c3a`](https://github.com/ljharb/tape/commit/75c0c3a4f9452c36b5318ba6c09ab4ebc97f15d0)
|
|
592
|
+
- [readme] fix version badge [`20ea48d`](https://github.com/ljharb/tape/commit/20ea48d53b6492bf648d02d53c41b324abbfb6e1)
|
|
593
|
+
|
|
594
|
+
## [v4.16.0](https://github.com/ljharb/tape/compare/v4.15.1...v4.16.0) - 2022-08-16
|
|
595
|
+
|
|
596
|
+
### Commits
|
|
597
|
+
|
|
598
|
+
- [New] `bin/tape`: include the exact arg when there are no glob results; use require on `--require` files [`6a1ce43`](https://github.com/ljharb/tape/commit/6a1ce4389e8b601249c3c81b31cd60eea3e0f74a)
|
|
599
|
+
- [meta] create FUNDING.yml [`5b4752f`](https://github.com/ljharb/tape/commit/5b4752fe006597002918cbd3ee8a4e50f48677ca)
|
|
600
|
+
- [Refactor] `bin/tape`: make it a bit more functional, for easier v5 backporting [`fbdbfc9`](https://github.com/ljharb/tape/commit/fbdbfc90dd7afeba89cc3dd5e6280ed247f8b789)
|
|
601
|
+
- [Deps] update `glob`, `object-inspect`, `resolve`, `string.prototype.trim` [`6a3c200`](https://github.com/ljharb/tape/commit/6a3c2009e7f6052bd4423dce80bb140e234a877f)
|
|
602
|
+
- [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `es-value-fixtures`, `falafel` [`934d49b`](https://github.com/ljharb/tape/commit/934d49b1e840d3c57bd6e52a74017e06c6a55934)
|
|
603
|
+
- [Tests] fix no_only tests on Windows [`f35f71b`](https://github.com/ljharb/tape/commit/f35f71bd44e76eb53bedd63615e59fdc382e4d0d)
|
|
604
|
+
- [Robustness] `test` observably looks up `exec` on the object [`4575ca4`](https://github.com/ljharb/tape/commit/4575ca4b185cb503c93e29113b99e10f1ae4b63c)
|
|
605
|
+
- [meta] add SECURITY.md [`7b0c901`](https://github.com/ljharb/tape/commit/7b0c901b459b19668fcf6cc5b4b08f42978135b4)
|
|
606
|
+
|
|
607
|
+
## [v4.15.1](https://github.com/ljharb/tape/compare/v4.15.0...v4.15.1) - 2022-04-08
|
|
608
|
+
|
|
609
|
+
### Commits
|
|
610
|
+
|
|
611
|
+
- [Tests] handle a broken error `cause` in node 16.9/16.10 [`53d9e18`](https://github.com/ljharb/tape/commit/53d9e18a93addb2bf70c33cc4ffe8285233a3ad0)
|
|
612
|
+
- [Robustness] `test` observably looks up `exec` on the object [`9dbe9ad`](https://github.com/ljharb/tape/commit/9dbe9ad9163835edb302505dec26a8e21f20d893)
|
|
613
|
+
- [meta] remove unused travis.yml file [`5a52443`](https://github.com/ljharb/tape/commit/5a52443dcb8c14a9b59523fbb1c05b139833c812)
|
|
614
|
+
- [meta] ensure `prelint` works on windows [`48896e8`](https://github.com/ljharb/tape/commit/48896e87cee94d8d704ff2fb2bf730c1c0a94c71)
|
|
615
|
+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config` [`3960ccf`](https://github.com/ljharb/tape/commit/3960ccf83722a25131522e35de63b89564eac519)
|
|
616
|
+
- [meta] improve `prelint` script when no `.git` dir is present [`7c6dbbd`](https://github.com/ljharb/tape/commit/7c6dbbdba1769bcb80b103d43c3eaa61e395dc52)
|
|
617
|
+
- [Deps] update `minimist` [`64677e0`](https://github.com/ljharb/tape/commit/64677e06006e1a1e4e36dc318cc4a36b2152ed95)
|
|
618
|
+
|
|
619
|
+
## [v4.15.0](https://github.com/ljharb/tape/compare/v4.14.0...v4.15.0) - 2022-01-26
|
|
620
|
+
|
|
621
|
+
### Merged
|
|
622
|
+
|
|
623
|
+
- [New] add `--no-only` flag/`NODE_TAPE_NO_ONLY_TEST` [`#572`](https://github.com/ljharb/tape/pull/572)
|
|
624
|
+
|
|
625
|
+
### Commits
|
|
626
|
+
|
|
627
|
+
- [New] `t.match`/`t.doesNotMatch: fail the test instead of throw on wrong input types. [`a1c266b`](https://github.com/ljharb/tape/commit/a1c266bf9577420702e1067c40a4a65677add63a)
|
|
628
|
+
- [actions] reuse common workflows [`d3b4f46`](https://github.com/ljharb/tape/commit/d3b4f467445bb6da3a2e617c4b29e71528f32425)
|
|
629
|
+
- [readme] port changes from v5 [`87f9b29`](https://github.com/ljharb/tape/commit/87f9b293baeb48b507a4e9e16bba62c7ffcc4eb7)
|
|
630
|
+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud` [`51ae645`](https://github.com/ljharb/tape/commit/51ae645c8325d6037d4389260a442e27c2efce73)
|
|
631
|
+
- [Fix] `bin/tape`: delay requires until needed [`b803fd8`](https://github.com/ljharb/tape/commit/b803fd8e24b1dff96cd43092e727826873c6c571)
|
|
632
|
+
- [readme] hard wraps bad, soft wraps good [`82af5ed`](https://github.com/ljharb/tape/commit/82af5ed68577c15526e5dc7ecd290f2e88494170)
|
|
633
|
+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`, `array.prototype.flatmap` [`3287a68`](https://github.com/ljharb/tape/commit/3287a68eb1f176a6d0d85390b79c05ffc3c50615)
|
|
634
|
+
- [actions] update codecov uploader [`8d6aa6c`](https://github.com/ljharb/tape/commit/8d6aa6c4b084a8cec9860d868ac353862fc8b545)
|
|
635
|
+
- [Tests] handle carriage returns in stack traces on Windows [`f79acdf`](https://github.com/ljharb/tape/commit/f79acdfb850d94f71a01970bff96337f52bb4e5a)
|
|
636
|
+
- [Deps] update `glob`, `is-regex`, `string.prototype.trim` [`470ca1c`](https://github.com/ljharb/tape/commit/470ca1c0f41155d2c08537bb6cc94e04edd063bc)
|
|
637
|
+
- [meta] better `eccheck` command [`fe6978d`](https://github.com/ljharb/tape/commit/fe6978d0a87a881a59ba7de23f2e68ff70d31074)
|
|
638
|
+
- [Deps] update `object-inspect`, `resolve` [`50ea080`](https://github.com/ljharb/tape/commit/50ea080561a71d8a6a2d41955441c8a094039227)
|
|
639
|
+
- [meta] Exclude `fs` from browser bundles (#565) [`418dc94`](https://github.com/ljharb/tape/commit/418dc94b14b440568fb58aa666df5cb2861fe22c)
|
|
640
|
+
- [Tests] handle a broken error `cause` in node 16.9/16.10 [`ca1b906`](https://github.com/ljharb/tape/commit/ca1b90616c2a8fb838b1bd99c90da758c5d80a72)
|
|
641
|
+
- [meta] fix `prelint` so it does not fail outside of a git repo [`a09133e`](https://github.com/ljharb/tape/commit/a09133e71d3925bf830f721d05bad72550dd3517)
|
|
642
|
+
- [Robustness] use cached `.test` [`86ec0b2`](https://github.com/ljharb/tape/commit/86ec0b262e0405ef0616201c1ffebbc5f278a217)
|
|
643
|
+
|
|
644
|
+
## [v4.14.0](https://github.com/ljharb/tape/compare/v4.13.3...v4.14.0) - 2021-07-27
|
|
645
|
+
|
|
646
|
+
### Merged
|
|
647
|
+
|
|
648
|
+
- [New] add `.teardown()` on `t` instances [`#546`](https://github.com/ljharb/tape/pull/546)
|
|
649
|
+
- [readme] add `tape-describe` to 'other' section [`#523`](https://github.com/ljharb/tape/pull/523)
|
|
650
|
+
|
|
651
|
+
### Fixed
|
|
652
|
+
|
|
653
|
+
- [New] add `.teardown()` on `t` instances (#546) [`#531`](https://github.com/ljharb/tape/issues/531)
|
|
654
|
+
- [readme] add `tape-describe` to 'other' section (#523) [`#522`](https://github.com/ljharb/tape/issues/522)
|
|
655
|
+
|
|
656
|
+
### Commits
|
|
657
|
+
|
|
658
|
+
- [Tests] make `stripFullStack` output an array of lines, for better failure messages [`f299759`](https://github.com/ljharb/tape/commit/f2997591a038fa48239f205e40eed5c75278a261)
|
|
659
|
+
- [eslint] fully enable `@ljharb` eslint config [`836610d`](https://github.com/ljharb/tape/commit/836610d9772b91a8d31f311834ae1325f2f740bf)
|
|
660
|
+
- [actions] use `node/install` instead of `node/run`; use `codecov` action [`46aff81`](https://github.com/ljharb/tape/commit/46aff81f10ad63990f6047c0bdba3be0c90bd3dd)
|
|
661
|
+
- [readme] improve `t.throws` documentation [`b36f816`](https://github.com/ljharb/tape/commit/b36f81698fbf4d172a49abb75b9474c4a978df5c)
|
|
662
|
+
- [Refactor] avoid reassigning arguments [`5c4052f`](https://github.com/ljharb/tape/commit/5c4052fcf51479320c9482c425a66dcbcc4a509a)
|
|
663
|
+
- [Tests] add test case for #519 for test.comment() in createStream/objectMode context [`1700642`](https://github.com/ljharb/tape/commit/17006422fa8189a7e361edfb1e803b73a72b4894)
|
|
664
|
+
- [Refactor] use `call-bind/callBound` instead of `function-bind` directly [`967b73f`](https://github.com/ljharb/tape/commit/967b73fe882e9c95c0436e6ce93f24fa3a2e14a9)
|
|
665
|
+
- [readme] Another way to create custom reporters [`d81f9f6`](https://github.com/ljharb/tape/commit/d81f9f6681ae72d3425b91e2f7a294e6d4225675)
|
|
666
|
+
- [meta] do not publish github action workflow files [`6bb3496`](https://github.com/ljharb/tape/commit/6bb34964abb1e704fe3dcc9fcf8d27d16ff5e296)
|
|
667
|
+
- [Refactor] remove unused line, unneeded var initialization; add missing `new` [`da0cdf1`](https://github.com/ljharb/tape/commit/da0cdf1651fec20f66a6bed2d1b17944e18dcd48)
|
|
668
|
+
- [Refactor] remove use of legacy `exports` [`a04439c`](https://github.com/ljharb/tape/commit/a04439c3027f3dc0dac8cf8ef5d24a493366be6a)
|
|
669
|
+
- [Deps] update `glob`, `is-regex`, `object-inspect`, `resolve`, `string.prototype.trim` [`6e71e6e`](https://github.com/ljharb/tape/commit/6e71e6ea1e009a62546a401a35974ca867a24b9a)
|
|
670
|
+
- [eslint] remove useless regex escapes [`1515ff4`](https://github.com/ljharb/tape/commit/1515ff4a8f749aa6d075bffdcda543ca94c559a9)
|
|
671
|
+
- [readme] remove travis badge; add actions and codecov badges [`57a7cc9`](https://github.com/ljharb/tape/commit/57a7cc906ec4f24f503350580c5859e5b3e56805)
|
|
672
|
+
- [meta] run `aud` in `posttest` [`3907aa5`](https://github.com/ljharb/tape/commit/3907aa560caa2c8d30a6a9168c0d7a3d65a3ba3e)
|
|
673
|
+
- [Refactor] generalize error message from calling `.end` more than once [`da8ca46`](https://github.com/ljharb/tape/commit/da8ca46cc0be28a3d4690a4009e0ddec7fc6f779)
|
|
674
|
+
- [Tests] handle stack differences in node 15 [`b7b01ec`](https://github.com/ljharb/tape/commit/b7b01ec38ede9f9722b5cce90574782e1eda1305)
|
|
675
|
+
- [Deps] update `is-regex`, `object-inspect`, `string.prototype.trim` [`e344080`](https://github.com/ljharb/tape/commit/e344080b1a4b097e1baa1a2b2e843fc283f3f5c2)
|
|
676
|
+
- [New] Include name of test in log when test times out (#524) [`78b4d98`](https://github.com/ljharb/tape/commit/78b4d9833a2df7593f653b263588b9a49ca3fe08)
|
|
677
|
+
- [Refactor] Avoid setting message property on primitives; use strict mode to catch this [`9dfb680`](https://github.com/ljharb/tape/commit/9dfb680e7543a3a701b3e410bfccbcce3b274d9f)
|
|
678
|
+
- [meta] add `safe-publish-latest`; use `prepublishOnly` script for npm 7+ [`c3d434d`](https://github.com/ljharb/tape/commit/c3d434d8b86a0be162efb7fb548f0405239a2688)
|
|
679
|
+
- [meta] ensure `not-in-publish`‘s absence does not fail anything [`2a0619d`](https://github.com/ljharb/tape/commit/2a0619d3193287aaa948fc4edf0bb2ccb4150a7b)
|
|
680
|
+
- [readme] remove long-dead testling-ci badge [`1461611`](https://github.com/ljharb/tape/commit/1461611bce87b190179d1ac0e2c69438f2b12f31)
|
|
681
|
+
- [Tests] ensure bin/tape is linted [`faa51b5`](https://github.com/ljharb/tape/commit/faa51b5baa709ba2e72f78be7cb7ce243c02a771)
|
|
682
|
+
- [Dev Deps] update `eslint` [`fad6165`](https://github.com/ljharb/tape/commit/fad6165ae85ebff132daedd1a1bdf3ee307c4ea1)
|
|
683
|
+
- [Dev Deps] update `eslint` [`79a0f4b`](https://github.com/ljharb/tape/commit/79a0f4b7b1d0c6db9228cdedf918f20a34dd7762)
|
|
684
|
+
- [Tests] exclude examples from coverage [`283f537`](https://github.com/ljharb/tape/commit/283f537f56885d18afbc2328c0c52ee60d528332)
|
|
685
|
+
|
|
686
|
+
## [v4.13.3](https://github.com/ljharb/tape/compare/v4.13.2...v4.13.3) - 2020-05-24
|
|
687
|
+
|
|
688
|
+
### Merged
|
|
689
|
+
|
|
690
|
+
- [Fix] `createStream`: `result` payload is not always an object [`#519`](https://github.com/ljharb/tape/pull/519)
|
|
691
|
+
- [Fix] Update RegExp for matching stack frames to handle Promise/then scenario [`#516`](https://github.com/ljharb/tape/pull/516)
|
|
692
|
+
- [Tests] Fix simple typo, placehodler -> placeholder [`#500`](https://github.com/ljharb/tape/pull/500)
|
|
693
|
+
|
|
694
|
+
### Fixed
|
|
695
|
+
|
|
696
|
+
- [Fix] `createStream`: `result` payload is not always an object (#519) [`#519`](https://github.com/ljharb/tape/issues/519)
|
|
697
|
+
- [Fix] Update RegExp for matching stack frames to handle Promise/then scenario (#516) [`#515`](https://github.com/ljharb/tape/issues/515)
|
|
698
|
+
|
|
699
|
+
### Commits
|
|
700
|
+
|
|
701
|
+
- [Dev Deps] update `eslint`, `falafel`, `js-yaml` [`9676a21`](https://github.com/ljharb/tape/commit/9676a21784a90a13e29505d86901cd1cd0c1c7db)
|
|
702
|
+
- [Deps] update `minimist`, `resolve` [`8887189`](https://github.com/ljharb/tape/commit/8887189c60d956f13f7b54497443bb4be2726748)
|
|
703
|
+
- [readme] add `tape-repeater` (#511) [`33712e2`](https://github.com/ljharb/tape/commit/33712e2dd7a89c6c97f58bfe38882631616363c4)
|
|
704
|
+
- [examples] add `ecstatic` [`9b87675`](https://github.com/ljharb/tape/commit/9b876753153e0a8f94894fbbe9e08d78df12b039)
|
|
705
|
+
- [readme] Add link to tape-player (in-process reporter) (#496) [`bc1334b`](https://github.com/ljharb/tape/commit/bc1334bc008e5d5aecd61c580aad1657932da146)
|
|
706
|
+
- [Docs] add an optional emoji version for tap-spec consumer (#501) [`6326dc6`](https://github.com/ljharb/tape/commit/6326dc62e761b92b87377b30c539f762ed2e9052)
|
|
707
|
+
|
|
708
|
+
## [v4.13.2](https://github.com/ljharb/tape/compare/v4.13.1...v4.13.2) - 2020-03-02
|
|
709
|
+
|
|
710
|
+
### Merged
|
|
711
|
+
|
|
712
|
+
- [patch] Print name of test that didnt end [`#498`](https://github.com/ljharb/tape/pull/498)
|
|
713
|
+
|
|
714
|
+
### Commits
|
|
715
|
+
|
|
716
|
+
- [Tests] add tests for edge cases and numerics [`4526b39`](https://github.com/ljharb/tape/commit/4526b39834db8061feeeb931dcf06047f29e9970)
|
|
717
|
+
- [Tests] sync new test cases from master [`98b2695`](https://github.com/ljharb/tape/commit/98b2695ceebf6e1e175d29f291c9c1073416d947)
|
|
718
|
+
- [eslint] enable `quotes` rule [`d686aa2`](https://github.com/ljharb/tape/commit/d686aa2542a3641255a5427408cf4173450b9d6e)
|
|
719
|
+
- [Refactor] remove unused code [`e6b6f11`](https://github.com/ljharb/tape/commit/e6b6f119720e7e7b3aa43d72cdfa384f47e76cc2)
|
|
720
|
+
- [Deps] update `resolve` [`398503c`](https://github.com/ljharb/tape/commit/398503cfcabbaa56aa1e79d7523815a240d2d775)
|
|
721
|
+
|
|
722
|
+
## [v4.13.1](https://github.com/ljharb/tape/compare/v4.13.0...v4.13.1) - 2020-01-09
|
|
723
|
+
|
|
724
|
+
### Fixed
|
|
725
|
+
|
|
726
|
+
- [Fix] `match`/`doesNotMatch`: when passing, ensure the proper default assert message shows up [`#494`](https://github.com/ljharb/tape/issues/494)
|
|
727
|
+
|
|
728
|
+
## [v4.13.0](https://github.com/ljharb/tape/compare/v4.12.1...v4.13.0) - 2020-01-07
|
|
729
|
+
|
|
730
|
+
### Commits
|
|
731
|
+
|
|
732
|
+
- [New] add `t.match()` and `t.doesNotMatch()`, new in `node` `v13.6` [`0330d82`](https://github.com/ljharb/tape/commit/0330d8254d361b5b47d1ca427447a2ba84f6c2b6)
|
|
733
|
+
- [New] `tape` binary: Add -i flag to ignore files from gitignore (#492) [`e0e2542`](https://github.com/ljharb/tape/commit/e0e2542240875e5dad2ba12b1edc4be3251ae571)
|
|
734
|
+
- [lint] fix object key spacing [`d7c2fd3`](https://github.com/ljharb/tape/commit/d7c2fd37312cb81109dff7904646692cfb373cb6)
|
|
735
|
+
- [Tests] handle stack trace variation in node <= 0.8 [`21ac403`](https://github.com/ljharb/tape/commit/21ac4036eb99af0eb41d88f038af0d4d9623112c)
|
|
736
|
+
- [Deps] update `resolve` [`0f15085`](https://github.com/ljharb/tape/commit/0f15085b090ef52176564cbc2a6b7994d38173f5)
|
|
737
|
+
|
|
738
|
+
## [v4.12.1](https://github.com/ljharb/tape/compare/v4.12.0...v4.12.1) - 2019-12-24
|
|
739
|
+
|
|
740
|
+
### Commits
|
|
741
|
+
|
|
742
|
+
- [Fix] error stack file path can contain parens/spaces [`9094271`](https://github.com/ljharb/tape/commit/9094271d8d3813fd18618879be3582a842c0d279)
|
|
743
|
+
- [Deps] update `resolve` [`b765bba`](https://github.com/ljharb/tape/commit/b765bba1ea56075d5382b203b6902c8fc5f2d5a6)
|
|
744
|
+
- [Dev Deps] update `eslint` [`949781f`](https://github.com/ljharb/tape/commit/949781faf753d5481085f993210738e7b93b3172)
|
|
745
|
+
|
|
746
|
+
## [v4.12.0](https://github.com/ljharb/tape/compare/v4.11.0...v4.12.0) - 2019-12-16
|
|
747
|
+
|
|
748
|
+
### Fixed
|
|
749
|
+
|
|
750
|
+
- [New] when the error type is wrong, show the message and stack [`#479`](https://github.com/ljharb/tape/issues/479)
|
|
751
|
+
|
|
752
|
+
### Commits
|
|
753
|
+
|
|
754
|
+
- [Tests] use shared travis-ci configs [`f3a5925`](https://github.com/ljharb/tape/commit/f3a5925bd805e6286731f54ad49f2307ad910dd9)
|
|
755
|
+
- [Tests] add a test for the wrong kind of error [`44cbbf5`](https://github.com/ljharb/tape/commit/44cbbf57f343abcf1139f861090c8b200bd80d7a)
|
|
756
|
+
- [Deps] update `deep-equal`, `glob`, `object-inspect`, `resolve`, `string.prototype.trim` [`6e94800`](https://github.com/ljharb/tape/commit/6e94800578340a8cab9e0f357c380ab78f09b2cd)
|
|
757
|
+
- [Deps] update `is-regex`, `string.prototype.trim` [`3e0a341`](https://github.com/ljharb/tape/commit/3e0a341863952c57c0e7f8ea678ebc471c9c9ef6)
|
|
758
|
+
- [Refactor] use `is-regex` instead of `instanceof RegExp` [`8150c3b`](https://github.com/ljharb/tape/commit/8150c3bc55032b0ace9e2fd2c1cd2eeb90710840)
|
|
759
|
+
- [Dev Deps] update `eslint` [`ba7e2b2`](https://github.com/ljharb/tape/commit/ba7e2b218b641368eca19d91c11bd8774812416f)
|
|
760
|
+
- add tap-nyc to pretty-reporters [`24487cb`](https://github.com/ljharb/tape/commit/24487cb1d99d569b6324050ab58af1a2c0c43f0d)
|
|
761
|
+
|
|
762
|
+
## [v4.11.0](https://github.com/ljharb/tape/compare/v4.10.2...v4.11.0) - 2019-06-28
|
|
763
|
+
|
|
764
|
+
### Commits
|
|
765
|
+
|
|
766
|
+
- [lint] enforce consistent semicolon usage [`a5006ce`](https://github.com/ljharb/tape/commit/a5006ce7460255de659c8caac8959a1086c301f0)
|
|
767
|
+
- [New] Add descriptive messages for skipped asserts [`838d995`](https://github.com/ljharb/tape/commit/838d9957354eb4793b64595eff6b71fbf539d758)
|
|
768
|
+
- [Fix] emit skipped tests as objects [`8d5dc2f`](https://github.com/ljharb/tape/commit/8d5dc2f17611e73fe48b5eb28db97194cfba61f5)
|
|
769
|
+
- [Tests] add tests for 'todo' exit codes [`c6c4ace`](https://github.com/ljharb/tape/commit/c6c4aceccf52fb189732b95fd049b4e110d7868f)
|
|
770
|
+
- [meta] clean up license so github can detect it [`861cf55`](https://github.com/ljharb/tape/commit/861cf551175405a0c9f5c33a71d637c6b8ddede9)
|
|
771
|
+
- [Refactor] use `!!` over `Boolean()` [`32b5948`](https://github.com/ljharb/tape/commit/32b5948fe71be6008d9142d7303ea5a68e3010a2)
|
|
772
|
+
- [Deps] update `inherits`, `resolve` [`9526c2e`](https://github.com/ljharb/tape/commit/9526c2e9d7c4cd354238eb1fe9414a99e225d047)
|
|
773
|
+
|
|
774
|
+
## [v4.10.2](https://github.com/ljharb/tape/compare/v4.10.1...v4.10.2) - 2019-05-25
|
|
775
|
+
|
|
776
|
+
### Fixed
|
|
777
|
+
|
|
778
|
+
- [Refactor] Removed never-read inErrorState from index.js [`#461`](https://github.com/ljharb/tape/issues/461)
|
|
779
|
+
|
|
780
|
+
### Commits
|
|
781
|
+
|
|
782
|
+
- [fix] don't consider 'ok' of todo tests in exit code [`15b2dfc`](https://github.com/ljharb/tape/commit/15b2dfcc00f8ae6d94455034b2bf8ffb356e4d1d)
|
|
783
|
+
- Minor punctuation/highlighting improvement [`25b4a24`](https://github.com/ljharb/tape/commit/25b4a248b9bf8ced78d65f7775f9043209930078)
|
|
784
|
+
- [Dev Deps] update `eslint`, `js-yaml` [`9ec3a0f`](https://github.com/ljharb/tape/commit/9ec3a0faee15583d5cf79e6faeb5f7f22d11ca3a)
|
|
785
|
+
- [Deps] update `glob`, `resolve` [`c30e492`](https://github.com/ljharb/tape/commit/c30e49274bab975ced45031b579081bc5cf4904b)
|
|
786
|
+
- [meta] set save-prefix to `~` (meant for runtime deps) [`3f337d1`](https://github.com/ljharb/tape/commit/3f337d138527704a7eb02e7ac9d9a35ca35386ee)
|
|
787
|
+
|
|
788
|
+
## [v4.10.1](https://github.com/ljharb/tape/compare/v4.10.0...v4.10.1) - 2019-02-13
|
|
789
|
+
|
|
790
|
+
### Fixed
|
|
791
|
+
|
|
792
|
+
- Partial revert of #403: fbe4b951cb6c6cc4f0e9e3ae4a57b123dd82c0fb and 367b010d21c7c9814c4bc6b21d1c2a9a67596c11 [`#459`](https://github.com/ljharb/tape/issues/459)
|
|
793
|
+
|
|
794
|
+
### Commits
|
|
795
|
+
|
|
796
|
+
- [Refactor] consistent spacing [`34ebb4c`](https://github.com/ljharb/tape/commit/34ebb4cb444acbd51715467a4794ccd9e8cedcdb)
|
|
797
|
+
- [Deps] update `resolve` [`a63261e`](https://github.com/ljharb/tape/commit/a63261eb81e8cbeeef70ef49486d84dd41190375)
|
|
798
|
+
|
|
799
|
+
## [v4.10.0](https://github.com/ljharb/tape/compare/v4.9.2...v4.10.0) - 2019-02-09
|
|
800
|
+
|
|
801
|
+
### Merged
|
|
802
|
+
|
|
803
|
+
- [Fix] Ensure that non-functions passed to `throws` fail the test, just like `assert` [`#268`](https://github.com/ljharb/tape/pull/268)
|
|
804
|
+
- [Fix] Ensure that non-functions passed to `throws` fail the test, just like `assert` [`#268`](https://github.com/ljharb/tape/pull/268)
|
|
805
|
+
- [Fix] Ensure that non-functions passed to `throws` fail the test, just like `assert` [`#268`](https://github.com/ljharb/tape/pull/268)
|
|
806
|
+
- Fix premature end of tests (and running sibling tests) when test includes subtests [`#403`](https://github.com/ljharb/tape/pull/403)
|
|
807
|
+
- [Fix]: only use one test runner for results, even if multiple streams are created [`#404`](https://github.com/ljharb/tape/pull/404)
|
|
808
|
+
|
|
809
|
+
### Fixed
|
|
810
|
+
|
|
811
|
+
- Merge pull request #403 from nhamer/issue222 [`#222`](https://github.com/ljharb/tape/issues/222)
|
|
812
|
+
- Merge pull request #404 from nhamer/issue105 [`#105`](https://github.com/ljharb/tape/issues/105)
|
|
813
|
+
- [Test]: only use one test runner for results, even if multiple streams are created [`#105`](https://github.com/ljharb/tape/issues/105)
|
|
814
|
+
- [Fix] Fix premature end of tests (and running sibling tests) when test includes subtests [`#222`](https://github.com/ljharb/tape/issues/222)
|
|
815
|
+
- Comments should not make exit code incorrect. Fixes #92 [`#92`](https://github.com/ljharb/tape/issues/92)
|
|
816
|
+
|
|
817
|
+
### Commits
|
|
818
|
+
|
|
819
|
+
- Merge all orphaned tags: 'v1.1.2', 'v2.0.2', 'v2.1.1', 'v2.2.2', 'v2.3.3', 'v2.4.3', 'v2.5.1', 'v2.6.1', 'v2.7.3', 'v2.8.1', 'v2.9.1', 'v2.10.3', 'v2.11.1', 'v2.13.4', 'v2.14.0', 'v2.14.1', 'v3.6.1' [`6209882`](https://github.com/ljharb/tape/commit/6209882aaf646c787ccf72244e8ebb04a9c95556)
|
|
820
|
+
- [New] Implements TAP TODO directive [`5cdaf54`](https://github.com/ljharb/tape/commit/5cdaf548b9b1d19c638e937ada10d550290a07c0)
|
|
821
|
+
- Minor test tweaks due to output differences in v1 vs v4. [`d22b5fc`](https://github.com/ljharb/tape/commit/d22b5fc48f7053dbf3bc1f4804783a61534edf33)
|
|
822
|
+
- Minor test tweaks due to whitespace differences in v3 vs v4. [`7ed6651`](https://github.com/ljharb/tape/commit/7ed6651b984fa8da66e3014b93bc1beda57bee9b)
|
|
823
|
+
- [Refactor] Avoid adding a new observable method to the API. [`fbe4b95`](https://github.com/ljharb/tape/commit/fbe4b951cb6c6cc4f0e9e3ae4a57b123dd82c0fb)
|
|
824
|
+
- Minor test tweaks due to whitespace differences in v2 vs v4. [`6ce09d9`](https://github.com/ljharb/tape/commit/6ce09d9a27c00ed4cee566feb13886b61f067d90)
|
|
825
|
+
- [Tests] missing t.end(); avoid shadowing [`144a361`](https://github.com/ljharb/tape/commit/144a36184b8edeb8f586fd1f257bcc8ecf483476)
|
|
826
|
+
- [Fix] Stop createStream for creating additional test runner loops [`b494b18`](https://github.com/ljharb/tape/commit/b494b188dc4f909ec7ca085e299fefe247d7b1c0)
|
|
827
|
+
- hats, has module [`6ecc842`](https://github.com/ljharb/tape/commit/6ecc842e53a8c25c93323c1f1a41bd4966346041)
|
|
828
|
+
- [Dev Deps] update `eslint`, `js-yaml` [`9e3d25e`](https://github.com/ljharb/tape/commit/9e3d25ec41a0c29d173c6451a30ff19fb8b699ff)
|
|
829
|
+
- [Fix] windows: Show failure location even if driver letter is lowercase [`fb548b3`](https://github.com/ljharb/tape/commit/fb548b33bc9ec01a4f0242da3345f5f86e90e97d)
|
|
830
|
+
- Add missing `concat-stream` devDep [`8b3c1b7`](https://github.com/ljharb/tape/commit/8b3c1b7f76a8b7ac8165cac08105bd0ac390e867)
|
|
831
|
+
- [New] add alias 'notDeepEquals' to 'notDeepEqual' function [`35844e6`](https://github.com/ljharb/tape/commit/35844e6143da924b5bba5e67dd0b5914298461f2)
|
|
832
|
+
- [Deps] update `glob` [`82e7b26`](https://github.com/ljharb/tape/commit/82e7b266565d080a9cb3bfa7bb18be7029813b9c)
|
|
833
|
+
- [Docs] Add tape-promise into 'other' [`d15bc4b`](https://github.com/ljharb/tape/commit/d15bc4b693f26824c03fbd647bc4fea89a4af5e2)
|
|
834
|
+
- [Docs] Add an alternative ES6 tape runner [`aac3e70`](https://github.com/ljharb/tape/commit/aac3e70c29cfd6dd4ff559741a9a43abf918a741)
|
|
835
|
+
- better travis yml [`066542a`](https://github.com/ljharb/tape/commit/066542a8a0d7ec4e8c1f3a5aabfba6eb01abf9f9)
|
|
836
|
+
- do not set canEmitExit with browserify process shim [`a28db7e`](https://github.com/ljharb/tape/commit/a28db7eb238f679591d6019a1511b4ebfab8ec39)
|
|
837
|
+
- do not set canEmitExit with browserify process shim [`ebdbba6`](https://github.com/ljharb/tape/commit/ebdbba6cd9daabd981538646f27fa152f77c2c20)
|
|
838
|
+
- do not set canEmitExit with browserify process shim [`4f33ae5`](https://github.com/ljharb/tape/commit/4f33ae5f9236f9fc8a4f4f88390ae5400de821a7)
|
|
839
|
+
- do not set canEmitExit with browserify process shim [`0e47a93`](https://github.com/ljharb/tape/commit/0e47a9359b9e6df0d5fd7bc1d17d7d8159b5d218)
|
|
840
|
+
- do not set canEmitExit with browserify process shim [`ff3e84f`](https://github.com/ljharb/tape/commit/ff3e84f94f1e4b26bab4aabeee2c1f8ed1015684)
|
|
841
|
+
- do not set canEmitExit with browserify process shim [`7164a03`](https://github.com/ljharb/tape/commit/7164a031b828c0493175867b92e69512f9223867)
|
|
842
|
+
- do not set canEmitExit with browserify process shim [`40cf488`](https://github.com/ljharb/tape/commit/40cf48878991e0d66509e1f36f4c191265c77ea0)
|
|
843
|
+
- do not set canEmitExit with browserify process shim [`d282191`](https://github.com/ljharb/tape/commit/d282191d2657d37cfb8d8e1250dba06744b349e7)
|
|
844
|
+
- do not set canEmitExit with browserify process shim [`59fd1dc`](https://github.com/ljharb/tape/commit/59fd1dc6aa4e3c2c399c727b3e9324038dbf87ca)
|
|
845
|
+
- do not set canEmitExit with browserify process shim [`87eb6bc`](https://github.com/ljharb/tape/commit/87eb6bc455a6d931f5bf0efa0fefb5e710360e10)
|
|
846
|
+
- do not set canEmitExit with browserify process shim [`c9d502e`](https://github.com/ljharb/tape/commit/c9d502ec3da3971e34e4493593506c17ec466fcf)
|
|
847
|
+
- do not set canEmitExit with browserify process shim [`66c0a7d`](https://github.com/ljharb/tape/commit/66c0a7d6a48498ae58df7ecc75c4f3cfa39eb08e)
|
|
848
|
+
- gitignore node_modules [`71af8ba`](https://github.com/ljharb/tape/commit/71af8ba72437da9324e25a4606d340f4508a4ebf)
|
|
849
|
+
- gitignore node_modules [`3495543`](https://github.com/ljharb/tape/commit/3495543d1cdd2bab3676bf23b09cb319f0b02954)
|
|
850
|
+
- [Docs] link to mixed tape [`8a7567a`](https://github.com/ljharb/tape/commit/8a7567ae54a7f057f7016f76b5f7cef354e011b4)
|
|
851
|
+
- [Docs] Add electron-tap [`5c36aa8`](https://github.com/ljharb/tape/commit/5c36aa862b7b356cd773ae09016039d4b523f304)
|
|
852
|
+
- [Docs] Mention [`flip-tape`](https://github.com/pguth/flip-tape/blob/master/README.md) in the section "other". [`1693c34`](https://github.com/ljharb/tape/commit/1693c341abf44462dc0a83aed68ed976a7fc1ad5)
|
|
853
|
+
|
|
854
|
+
## [v4.9.2](https://github.com/ljharb/tape/compare/v4.9.1...v4.9.2) - 2018-12-29
|
|
855
|
+
|
|
856
|
+
### Merged
|
|
857
|
+
|
|
858
|
+
- [Docs] Clarify doesNotThrow parameters [`#450`](https://github.com/ljharb/tape/pull/450)
|
|
859
|
+
- Update README: convert list of tap reporters to links [`#439`](https://github.com/ljharb/tape/pull/439)
|
|
860
|
+
|
|
861
|
+
### Fixed
|
|
862
|
+
|
|
863
|
+
- [Fix] notEqual and notDeepEqual show "expected" value on failure [`#453`](https://github.com/ljharb/tape/issues/453)
|
|
864
|
+
|
|
865
|
+
### Commits
|
|
866
|
+
|
|
867
|
+
- Convert list of tap reporters to links [`4337f58`](https://github.com/ljharb/tape/commit/4337f5878dedadf430e0e4c8146f3c6a691f5cda)
|
|
868
|
+
- [Docs] Updated readme to make test, test.only and test.skip consistent. [`75c467e`](https://github.com/ljharb/tape/commit/75c467eff9b4beba9f9ce5bc186853495b871fdc)
|
|
869
|
+
- [Dev Deps] update `eslint`, `eclint` [`4b9c951`](https://github.com/ljharb/tape/commit/4b9c951b1629ccb95b42900fb953d18032844b74)
|
|
870
|
+
- Clarify doesNotThrow parameters [`f53e3f1`](https://github.com/ljharb/tape/commit/f53e3f14cdc5cd2f4551d0114dffb481f87a65aa)
|
|
871
|
+
- [readme] Change broken image to use web archive [`b1df632`](https://github.com/ljharb/tape/commit/b1df632b408418fcdcb266383c889cd2567f843b)
|
|
872
|
+
- [Docs] cleanup from #439 [`5f1c5a2`](https://github.com/ljharb/tape/commit/5f1c5a2f07a0aaa48b44764b32cca61566d10442)
|
|
873
|
+
- Adding tap-junit [`96de340`](https://github.com/ljharb/tape/commit/96de340ce96683a4789884eb83412e5f36640f19)
|
|
874
|
+
|
|
875
|
+
## [v4.9.1](https://github.com/ljharb/tape/compare/v4.9.0...v4.9.1) - 2018-06-07
|
|
876
|
+
|
|
877
|
+
### Merged
|
|
878
|
+
|
|
879
|
+
- [docs] Add tap-react-browser [`#433`](https://github.com/ljharb/tape/pull/433)
|
|
880
|
+
|
|
881
|
+
### Commits
|
|
882
|
+
|
|
883
|
+
- [Tests] add eclint and eslint, to enforce a consistent style [`c6f5313`](https://github.com/ljharb/tape/commit/c6f5313217bc0b553ccab9a70a195b26881b63d8)
|
|
884
|
+
- [fix] Fix bug in functionName regex during stack parsing [`ec4a71d`](https://github.com/ljharb/tape/commit/ec4a71d7c94a3692e5b42aa51d4a553d39fa8796)
|
|
885
|
+
- [Dev Deps] use ~ for dev deps; update to latest nonbreaking [`9d501ff`](https://github.com/ljharb/tape/commit/9d501ff25b20f9318cda741c88cf50d469175da5)
|
|
886
|
+
- [Deps] update `has`, `for-each`, `resolve`, `object-inspect` [`8a2d29b`](https://github.com/ljharb/tape/commit/8a2d29bc8adcd179ccef15a551f0df35fa3ab6c1)
|
|
887
|
+
- Add tap-react-browser [`6cbc53e`](https://github.com/ljharb/tape/commit/6cbc53ee1599cf54489dc66291a126d764ea68cf)
|
|
888
|
+
- [Dev Deps] update `js-yaml` [`73232c0`](https://github.com/ljharb/tape/commit/73232c01ef4d794c6c502e4f5a349d8fb26e2eeb)
|
|
889
|
+
- [Dev Deps] update `concat-stream` [`45788a5`](https://github.com/ljharb/tape/commit/45788a520f922397726958a37ab51dcaa6eb1b35)
|
|
890
|
+
- Fix spelling of "parameterize" [`24e0a8d`](https://github.com/ljharb/tape/commit/24e0a8d079ce9f68daf2ec0c00010facc383cca5)
|
|
891
|
+
|
|
892
|
+
## [v4.9.0](https://github.com/ljharb/tape/compare/v4.8.0...v4.9.0) - 2018-02-18
|
|
893
|
+
|
|
894
|
+
### Merged
|
|
895
|
+
|
|
896
|
+
- [New] use `process.env.NODE_TAPE_OBJECT_PRINT_DEPTH` for the default object print depth [`#420`](https://github.com/ljharb/tape/pull/420)
|
|
897
|
+
- Add "onFailure" listener to test harness. [`#408`](https://github.com/ljharb/tape/pull/408)
|
|
898
|
+
- normalize path separators in stripFullStack [`#402`](https://github.com/ljharb/tape/pull/402)
|
|
899
|
+
- Check added stack trace parts for filename match [`#387`](https://github.com/ljharb/tape/pull/387)
|
|
900
|
+
- Fix dirname in stack traces [`#388`](https://github.com/ljharb/tape/pull/388)
|
|
901
|
+
- Use local reference for clearTimeout global [`#385`](https://github.com/ljharb/tape/pull/385)
|
|
902
|
+
|
|
903
|
+
### Fixed
|
|
904
|
+
|
|
905
|
+
- [Fix] fix stack where actual is falsy [`#399`](https://github.com/ljharb/tape/issues/399)
|
|
906
|
+
|
|
907
|
+
### Commits
|
|
908
|
+
|
|
909
|
+
- Handle spaces in path name for setting file, line no [`bf5a750`](https://github.com/ljharb/tape/commit/bf5a750937df4920ab9e2e965be02ac69dd43f72)
|
|
910
|
+
- Update tests to correctly reference (or ignore) at prop [`d165142`](https://github.com/ljharb/tape/commit/d16514294623c710598a015fee233271e6bfee2c)
|
|
911
|
+
- Test for anonymous function wrapper [`6015599`](https://github.com/ljharb/tape/commit/601559949295fa6479d877ec5a69ef3dac419f52)
|
|
912
|
+
- Test name with spaces [`3c2087a`](https://github.com/ljharb/tape/commit/3c2087a214cd9f0086bc12ec1ec24b1ab02293a0)
|
|
913
|
+
- Add "onFinish" listener to test harness. [`00aa133`](https://github.com/ljharb/tape/commit/00aa1339b61eca78e2a4c52e22cbfdd08deef06a)
|
|
914
|
+
- [New] use `process.env.NODE_TAPE_OBJECT_PRINT_DEPTH` for the default object print depth. [`17276d7`](https://github.com/ljharb/tape/commit/17276d7473f9d98e37bab47ebdddf74ca1931f43)
|
|
915
|
+
- Handle stack variation in Node v0.8 [`a5fb7ed`](https://github.com/ljharb/tape/commit/a5fb7eda4cde3880bd07b23efb177bae11124768)
|
|
916
|
+
- [Tests] on `node` `v9`; use `nvm install-latest-npm` [`4919e40`](https://github.com/ljharb/tape/commit/4919e409e8a7c9d78a3abf0cea33a3549bb24fbc)
|
|
917
|
+
- Update existing tests to properly reference anonymous names [`f619f60`](https://github.com/ljharb/tape/commit/f619f604af08075b7c758c77924fdda8f2967704)
|
|
918
|
+
- Provide placeholder names for anonymous functions [`32faf70`](https://github.com/ljharb/tape/commit/32faf707e770f63071823f4a97122d7724d57aa9)
|
|
919
|
+
- [Deps] update `object-inspect`, `resolve` [`6867840`](https://github.com/ljharb/tape/commit/686784059075888fb6190fe790b2f873ef6b17fb)
|
|
920
|
+
- Reverse engineer error for at prop too [`1eba217`](https://github.com/ljharb/tape/commit/1eba217edbbdb84104ceac493062729fc3fe20fd)
|
|
921
|
+
- normalize path separators in stacks [`f90e487`](https://github.com/ljharb/tape/commit/f90e487aad2d787b6d725186e37bf352110dd97d)
|
|
922
|
+
- [Dev Deps] update `js-yaml` [`0e68b2d`](https://github.com/ljharb/tape/commit/0e68b2d1ff44929ea56c291fa24d9083e3151f84)
|
|
923
|
+
- [Deps] update `function-bind` [`b66f8f8`](https://github.com/ljharb/tape/commit/b66f8f80928bb82f0817407880a139ad118daf01)
|
|
924
|
+
- Use lib directory instead of package root for stacktrace checking [`b6f5aaf`](https://github.com/ljharb/tape/commit/b6f5aaff16144520c182ab33bd915fe14159a913)
|
|
925
|
+
- correct spelling mistake [`fde8216`](https://github.com/ljharb/tape/commit/fde82161a9e53cb104f94a8b41c40af00cbcaee4)
|
|
926
|
+
|
|
927
|
+
## [v4.8.0](https://github.com/ljharb/tape/compare/v4.7.0...v4.8.0) - 2017-07-31
|
|
928
|
+
|
|
929
|
+
### Commits
|
|
930
|
+
|
|
931
|
+
- [Deps] update `resolve`, `object-inspect` [`b50084c`](https://github.com/ljharb/tape/commit/b50084ccb22c2de3c51bdbdc62ae788443b10483)
|
|
932
|
+
- [Dev Deps] update `js-yaml` [`c82c593`](https://github.com/ljharb/tape/commit/c82c593d8cba15abfd7914f418e677ccfc23eaf6)
|
|
933
|
+
- updates README.md and adds tap-html [`bd6db7b`](https://github.com/ljharb/tape/commit/bd6db7b123a3a7e7c12bd2816b1840ed418a9d2a)
|
|
934
|
+
|
|
935
|
+
## [v4.7.0](https://github.com/ljharb/tape/compare/v4.6.3...v4.7.0) - 2017-06-26
|
|
936
|
+
|
|
937
|
+
### Merged
|
|
938
|
+
|
|
939
|
+
- Fix spurious "test exited without ending" [`#374`](https://github.com/ljharb/tape/pull/374)
|
|
940
|
+
|
|
941
|
+
### Fixed
|
|
942
|
+
|
|
943
|
+
- [Fix] fix spurious "test exited without ending" [`#223`](https://github.com/ljharb/tape/issues/223)
|
|
944
|
+
|
|
945
|
+
### Commits
|
|
946
|
+
|
|
947
|
+
- [New] show full error stack on failure [`9302682`](https://github.com/ljharb/tape/commit/93026823b0606021adac0042ef2da6865607ee90)
|
|
948
|
+
- [Cleanup] elses need cuddles [`995ddb2`](https://github.com/ljharb/tape/commit/995ddb254ab5e6048b4d049b902601b597ff24e0)
|
|
949
|
+
- [Tests] fix thrower stack in node 0.8 [`8b3a77e`](https://github.com/ljharb/tape/commit/8b3a77e595b8ee328d016fa12c773e9e7299910a)
|
|
950
|
+
- [Tests] fix stack differences on node 0.8 [`c7859a2`](https://github.com/ljharb/tape/commit/c7859a274b823823b4de1522959d2c06a1f3bd2b)
|
|
951
|
+
- [Tests] on `node` `v8`; no need for sudo; `v0.8` passes now; allow v5/v7/iojs to fail. [`e030260`](https://github.com/ljharb/tape/commit/e030260c86e48afd3edf8bd77bb048975f348eff)
|
|
952
|
+
- Only apps should have lock files. [`df48bfa`](https://github.com/ljharb/tape/commit/df48bfae19d8ba4b48055dacac8b81912b8887f2)
|
|
953
|
+
- [Tests] npm v4.6+ breaks on node < v1 [`35e47e1`](https://github.com/ljharb/tape/commit/35e47e1652dca17af9abfbb9050753dfe9c91ea0)
|
|
954
|
+
- [Refactor] instead of throwing on `undefined.forEach`, throw explicitly. [`b06f914`](https://github.com/ljharb/tape/commit/b06f9140729e61fad95daf5b765d77809b304f96)
|
|
955
|
+
- [Deps] update `glob`, `resolve` [`1a8e936`](https://github.com/ljharb/tape/commit/1a8e936235d8cf8269ce0683786761286a129bd8)
|
|
956
|
+
- [Dev Deps] update `falafel`, `js-yaml` [`7eb9e36`](https://github.com/ljharb/tape/commit/7eb9e3638743bd513bc69ae3f7db61401d68f7e5)
|
|
957
|
+
- [Dev Deps] update `concat-stream`, `js-yaml` [`e6d4625`](https://github.com/ljharb/tape/commit/e6d4625e175a42e3694a88a7061dc9e3f593cd37)
|
|
958
|
+
- [Tests] npm v5+ breaks on node < v4 [`4375661`](https://github.com/ljharb/tape/commit/4375661d4de9fb69da93e981c97f3d1eeda55871)
|
|
959
|
+
- [Deps] update `object-inspect` [`dc1ffa5`](https://github.com/ljharb/tape/commit/dc1ffa5c8e7486a15b785ff0f14b34ef879a8d57)
|
|
960
|
+
- [Deps] update `resolve` [`66519cb`](https://github.com/ljharb/tape/commit/66519cb1f018c50676b889ae8980fdd67a21de18)
|
|
961
|
+
- tap-min moved to derhuerst/tap-min [`bdf2b04`](https://github.com/ljharb/tape/commit/bdf2b04e8262eba2797acf7927b93f5b329ffe67)
|
|
962
|
+
- [Dev Deps] update `tap` [`5ec88e7`](https://github.com/ljharb/tape/commit/5ec88e736adbf85f05b7a3bb34caa452ed644e53)
|
|
963
|
+
|
|
964
|
+
## [v4.6.3](https://github.com/ljharb/tape/compare/v4.6.2...v4.6.3) - 2016-11-21
|
|
965
|
+
|
|
966
|
+
### Commits
|
|
967
|
+
|
|
968
|
+
- [Tests] on `node` `v7` [`a4cc2fe`](https://github.com/ljharb/tape/commit/a4cc2fe3e67c3c07bfcdbf244d46c9c68b29e6aa)
|
|
969
|
+
- [Fix] don’t assume `Array#forEach`, for ES3. [`cc9cc30`](https://github.com/ljharb/tape/commit/cc9cc304b60864d76e9a9efdd4e90003502cafff)
|
|
970
|
+
- [Dev Deps] update `js-yaml`, `tap-parser` [`a80e655`](https://github.com/ljharb/tape/commit/a80e655d9f03c26f1bb454927cbc8ba1f5679f2a)
|
|
971
|
+
- [Deps] update `glob` [`9b27d19`](https://github.com/ljharb/tape/commit/9b27d19c7de6151af356ade4876841595276d211)
|
|
972
|
+
|
|
973
|
+
## [v4.6.2](https://github.com/ljharb/tape/compare/v4.6.1...v4.6.2) - 2016-09-30
|
|
974
|
+
|
|
975
|
+
### Fixed
|
|
976
|
+
|
|
977
|
+
- [Fix] if someone throws `null`/`undefined`, it shouldn’t crash [`#324`](https://github.com/ljharb/tape/issues/324)
|
|
978
|
+
|
|
979
|
+
## [v4.6.1](https://github.com/ljharb/tape/compare/v4.6.0...v4.6.1) - 2016-09-29
|
|
980
|
+
|
|
981
|
+
### Merged
|
|
982
|
+
|
|
983
|
+
- Fix for not showing path for error messages on windows [`#316`](https://github.com/ljharb/tape/pull/316)
|
|
984
|
+
- [Tests] [Dev Deps] Update to latest version of devDependencies tap (v7) and tap-parser (v2) [`#318`](https://github.com/ljharb/tape/pull/318)
|
|
985
|
+
- [Fix] `.only` should not run multiple tests with the same name. [`#303`](https://github.com/ljharb/tape/pull/303)
|
|
986
|
+
|
|
987
|
+
### Fixed
|
|
988
|
+
|
|
989
|
+
- [Fix] `throws`: only reassign “message” when it is not already non-enumerable. [`#320`](https://github.com/ljharb/tape/issues/320)
|
|
990
|
+
- update devDpendencies to latest: tap (v7) and tap-parser (v2) fixes #312 [`#312`](https://github.com/ljharb/tape/issues/312)
|
|
991
|
+
- update tap & tap-parser to latest versions fixes #312 (update devDependencies) [`#312`](https://github.com/ljharb/tape/issues/312)
|
|
992
|
+
- Merge pull request #303 from jtlapp/ref-based-only [`#299`](https://github.com/ljharb/tape/issues/299)
|
|
993
|
+
|
|
994
|
+
### Commits
|
|
995
|
+
|
|
996
|
+
- update test/exit.js to use concat-stream instead of tap.createConsumer (method unvailable in tap v7) for #312 [`78e4ffd`](https://github.com/ljharb/tape/commit/78e4ffd6e5108907ed1389546e78414d88e42cc4)
|
|
997
|
+
- update test/require.js to use concat-stream instead of tap.createConsumer (method method unavailable in tap v7) see: https://github.com/substack/tape/issues/312#issuecomment-242740448 [`8826099`](https://github.com/ljharb/tape/commit/882609917f2a9739198e5f09c4262ab990e2964e)
|
|
998
|
+
- update test/end-as-callback.js to use concat-stream instead of tap.createCosumer (method unavailable in tap v7) for #312 [`be10880`](https://github.com/ljharb/tape/commit/be1088077b09d511eba5ce3704541801aa894028)
|
|
999
|
+
- udpate test/nested.js to use concat-stream instead of tap.createConsumer (method unavailable in tap v7) #312 [`1211a3a`](https://github.com/ljharb/tape/commit/1211a3afba139f91ae43939680565f499301dfe3)
|
|
1000
|
+
- update test/too_many.js to use concat-stream instead of tap.createConsumer (method unavailable in tap v7) see: https://github.com/substack/tape/issues/312#issuecomment-242740448 [`5f89509`](https://github.com/ljharb/tape/commit/5f89509559176ee49db3b5ae812324a292614425)
|
|
1001
|
+
- update test/fail.js to use concat-stream instead of tap.createConsumer (method unavailable in tap v7) see #312 [`b9ab50e`](https://github.com/ljharb/tape/commit/b9ab50ea47a72d61331d9fc55d684b3aa919d393)
|
|
1002
|
+
- update test/array.js to use concat-stream instead of tap.createConsumer() (no longer available in tap v7) [`00e595a`](https://github.com/ljharb/tape/commit/00e595a511d0c15b7cf191c6e46ee3ea464d39ed)
|
|
1003
|
+
- update test/nested-sync-noplan-noend.js to use concat-stream instead of tap.createConsumer (method unavailable in tap v7) for #312 [`45ae6c1`](https://github.com/ljharb/tape/commit/45ae6c106e7fa729ec9e5e475c12c9672c5a1324)
|
|
1004
|
+
- update test/default-messages.js to use concat-stream instead of tap.createConsumer() (no longer available in tap v7) #312 [`eb30f50`](https://github.com/ljharb/tape/commit/eb30f50930eecfe49ca64a1ec41305bdca84358a)
|
|
1005
|
+
- update test/timeoutAfter.js to use concat-stream instead of tap.createConsumer (method unavailable in tap v7) see: https://github.com/substack/tape/issues/312#issuecomment-242740448 [`db3a45e`](https://github.com/ljharb/tape/commit/db3a45eda8a855a87478e7533602fd1d8c787d17)
|
|
1006
|
+
- update test/only.js to use concat-stream instead of tap.createConsumer (method unavailable in tap v7) for #312 [`c1807c2`](https://github.com/ljharb/tape/commit/c1807c26efc475fa8838e72891e47efcc45b1374)
|
|
1007
|
+
- .only now identifies tests by reference instead of by test name, fixing #299 [`289b590`](https://github.com/ljharb/tape/commit/289b59005706dbedf572c9d209681656664c7bde)
|
|
1008
|
+
- Separate tap extensions by category [`6978df4`](https://github.com/ljharb/tape/commit/6978df4fde57d2cbab517f479794cf3f4a84f482)
|
|
1009
|
+
- In docs, clarified when 'msg' describes the assertion. Also clarified 'expected' in throws(). [`e532790`](https://github.com/ljharb/tape/commit/e532790dd690ac8936d642b1392b14cba91e2569)
|
|
1010
|
+
- remove redundant tests from test/skip.js - still testing the documented API adequately [`aa021eb`](https://github.com/ljharb/tape/commit/aa021eb616cde1a547995ac0ffef02b73895ba04)
|
|
1011
|
+
- remove redundant tests in test/throws.js (assertion unchanged! tests pass) for #312 [`fd7eb30`](https://github.com/ljharb/tape/commit/fd7eb30bea4328cebeaa38d9bea4c21c47f12e5e)
|
|
1012
|
+
- Fix for unit tests on windows [`baca83c`](https://github.com/ljharb/tape/commit/baca83c59361a6fb3baf5f5e0ef967c9eb80e124)
|
|
1013
|
+
- update test/max_listeners.js to use path.join for cross-platform compatibility see: https://github.com/substack/tape/pull/314#discussion_r76651627 [`1bac623`](https://github.com/ljharb/tape/commit/1bac623d0df9250aede8ba091e87688fa4b31b02)
|
|
1014
|
+
- [Dev Deps] update `falafel`, `tap-parser` [`50f462e`](https://github.com/ljharb/tape/commit/50f462e7a8acd4c5cd9cdebd2a25d52ab16e49bd)
|
|
1015
|
+
- [Dev Deps] update `tap`, `tap-parser` [`ea9dcb7`](https://github.com/ljharb/tape/commit/ea9dcb78c91c6905c2bce0bf804475d2a9d3b4df)
|
|
1016
|
+
- update test/double_end.js to use path.join for cross-platform compatibility see: https://github.com/substack/tape/pull/314#discussion_r76651627 [`e3115ff`](https://github.com/ljharb/tape/commit/e3115ff6c23398c3a9486a51bebd41656e3d6f2e)
|
|
1017
|
+
- [Deps] update `glob` [`6369b77`](https://github.com/ljharb/tape/commit/6369b778c15f72c4d8954527d076b3d0ede0bf74)
|
|
1018
|
+
- [Tests] ensure the max_listeners test has passing output. [`918e217`](https://github.com/ljharb/tape/commit/918e217c03febe3f8b7c12cc5d6a133745698cd0)
|
|
1019
|
+
- [Deps] update `inherits` [`96552cf`](https://github.com/ljharb/tape/commit/96552cff15ab5a5072b9343cf476c8d3e1e95452)
|
|
1020
|
+
- [Dev Deps] update `concat-stream` [`47507a0`](https://github.com/ljharb/tape/commit/47507a065e7e905180a0c9883b59d87a4b4d4154)
|
|
1021
|
+
- [Deps] update `glob` [`8608d59`](https://github.com/ljharb/tape/commit/8608d598cbcf14f575494bb1e0eeed2dd22a7f5a)
|
|
1022
|
+
- Fix bug from #303 / 289b59005706dbedf572c9d209681656664c7bde [`092344b`](https://github.com/ljharb/tape/commit/092344b906cd3774ba1812d2db431e77916c9f19)
|
|
1023
|
+
- initialized _only to null [`07da71b`](https://github.com/ljharb/tape/commit/07da71b3e08d4f8c07e8c6e5796c1859a4f116ce)
|
|
1024
|
+
- [Dev Deps] update `glob` [`fb600ee`](https://github.com/ljharb/tape/commit/fb600eed777a8b4c712005eeda49b2edc0449a70)
|
|
1025
|
+
- Added travis ci support for node 6 [`d5e1a5e`](https://github.com/ljharb/tape/commit/d5e1a5ef42ae838951bdc41a9d494c6278576d75)
|
|
1026
|
+
|
|
1027
|
+
## [v4.6.0](https://github.com/ljharb/tape/compare/v4.5.1...v4.6.0) - 2016-06-19
|
|
1028
|
+
|
|
1029
|
+
### Fixed
|
|
1030
|
+
|
|
1031
|
+
- [Robustness] be robust against the global `setTimeout` changing. [`#292`](https://github.com/ljharb/tape/issues/292)
|
|
1032
|
+
- [Tests] add some tests with `throws` and RegExp matching. [`#269`](https://github.com/ljharb/tape/issues/269)
|
|
1033
|
+
|
|
1034
|
+
### Commits
|
|
1035
|
+
|
|
1036
|
+
- [results] make object-inspect depth configurable for expected/actual [`a196915`](https://github.com/ljharb/tape/commit/a1969156ca4ed81ffc2cc338f8d905fb65ae1604)
|
|
1037
|
+
- add message defaults to .ok() and .notOk() [`91b639c`](https://github.com/ljharb/tape/commit/91b639c360eef0c31a7b25e788311c7bfeb981a1)
|
|
1038
|
+
- Add test for deep loose equal. [`5060034`](https://github.com/ljharb/tape/commit/5060034b6ceae1f08bc552029bab5bbc5199f7b9)
|
|
1039
|
+
- [Deps] update `glob`, `object-inspect` [`5492dee`](https://github.com/ljharb/tape/commit/5492dee269ee4af5bd19fd558a41badaa986641e)
|
|
1040
|
+
- [Dev Deps] update `js-yaml` [`03bf9b6`](https://github.com/ljharb/tape/commit/03bf9b63948df5e4733559f9db091543869bbe09)
|
|
1041
|
+
- [Deps] update `glob` [`1f82954`](https://github.com/ljharb/tape/commit/1f829546b7cfbc167d150c1594de19f6aaabca5c)
|
|
1042
|
+
- Update readme.markdown [`7ea6373`](https://github.com/ljharb/tape/commit/7ea6373848e37efb3acc3f4898f084d96d7994ee)
|
|
1043
|
+
- link build badge to master branch [`a2c0f2e`](https://github.com/ljharb/tape/commit/a2c0f2eff3b00c9057c243e2b57b673209d9aaf0)
|
|
1044
|
+
- [Dev Deps] update `js-yaml` [`b194ab1`](https://github.com/ljharb/tape/commit/b194ab17670a1dfbb3f9c99a638a46dd7e9b84e7)
|
|
1045
|
+
|
|
1046
|
+
## [v4.5.1](https://github.com/ljharb/tape/compare/v4.5.0...v4.5.1) - 2016-03-06
|
|
1047
|
+
|
|
1048
|
+
### Merged
|
|
1049
|
+
|
|
1050
|
+
- [Fix] Ensure that non-functions passed to `throws` fail the test, just like `assert` [`#268`](https://github.com/ljharb/tape/pull/268)
|
|
1051
|
+
|
|
1052
|
+
### Fixed
|
|
1053
|
+
|
|
1054
|
+
- Ensure that non-functions passed to `throws` fail the test, just like `assert` [`#267`](https://github.com/ljharb/tape/issues/267)
|
|
1055
|
+
|
|
1056
|
+
## [v4.5.0](https://github.com/ljharb/tape/compare/v4.4.1...v4.5.0) - 2016-03-02
|
|
1057
|
+
|
|
1058
|
+
### Merged
|
|
1059
|
+
|
|
1060
|
+
- Test on Node.js v0.10.x, v0.12.x, v4.x, and v5.x [`#238`](https://github.com/ljharb/tape/pull/238)
|
|
1061
|
+
- [Docs] Fix readme formatting [`#233`](https://github.com/ljharb/tape/pull/233)
|
|
1062
|
+
|
|
1063
|
+
### Fixed
|
|
1064
|
+
|
|
1065
|
+
- [Tests] remove unnecessary + failing Error message assertion [`#255`](https://github.com/ljharb/tape/issues/255)
|
|
1066
|
+
|
|
1067
|
+
### Commits
|
|
1068
|
+
|
|
1069
|
+
- [New] Skipped test blocks should output a “SKIP” message. [`1414948`](https://github.com/ljharb/tape/commit/1414948acaeb0a3b39e77b78a0ea94725756142c)
|
|
1070
|
+
- [Deps] update `deep-equal`, `function-bind`, `glob`, `object-inspect`, `resolve`, `string.prototype.trim`, `through` [`13654ad`](https://github.com/ljharb/tape/commit/13654addc410056b6dd48a35352deaa167b5bb98)
|
|
1071
|
+
- [Dev Deps] update `concat-stream`, `falafel`, `js-yaml`, `tap-parser` [`9a6b655`](https://github.com/ljharb/tape/commit/9a6b6559013ee732472b5e81bd106994121a068d)
|
|
1072
|
+
- doc: Explain opts in t.test [`545db26`](https://github.com/ljharb/tape/commit/545db260ee27e7121eed42e963973038013b4bd4)
|
|
1073
|
+
- [Tests] building C extensions on iojs 3 and greater doesn’t work on a stock sudoless travis-ci VM. [`40be685`](https://github.com/ljharb/tape/commit/40be68520fedee580462bfaa7e91651154a65bea)
|
|
1074
|
+
- Fix readme formatting [`69dada1`](https://github.com/ljharb/tape/commit/69dada15d940f9925e4e9a4ff6c71039d497c2cd)
|
|
1075
|
+
- Travis: Get rid of sudo [`95848f4`](https://github.com/ljharb/tape/commit/95848f4a361168a429c1b16dc6988f90f8a413a0)
|
|
1076
|
+
- Add back iojs [`0f51449`](https://github.com/ljharb/tape/commit/0f5144995a3bdd4eff81f294b7b8537116856a8a)
|
|
1077
|
+
|
|
1078
|
+
## [v4.4.1](https://github.com/ljharb/tape/compare/v4.4.0...v4.4.1) - 2015-12-30
|
|
1079
|
+
|
|
1080
|
+
### Merged
|
|
1081
|
+
|
|
1082
|
+
- Multiline comments [`#228`](https://github.com/ljharb/tape/pull/228)
|
|
1083
|
+
- [Docs] Fix a typo in the README [`#229`](https://github.com/ljharb/tape/pull/229)
|
|
1084
|
+
|
|
1085
|
+
### Commits
|
|
1086
|
+
|
|
1087
|
+
- Exploratory comments to ascertain current behavior [`cc3b58e`](https://github.com/ljharb/tape/commit/cc3b58e632f9f5344bcc3e9637ab1c019e5d2d37)
|
|
1088
|
+
- Failing test for new functionality [`0132b1d`](https://github.com/ljharb/tape/commit/0132b1db156fae25bb40dc09ec178217a1be4d0a)
|
|
1089
|
+
- Added test case for Windows line endings [`c66f25e`](https://github.com/ljharb/tape/commit/c66f25e32696df21a7f59153ea3e7db3480fcc4e)
|
|
1090
|
+
- Removed unnecessary cast [`3a5417a`](https://github.com/ljharb/tape/commit/3a5417a1032287d35dad65d40c896b0bc625060f)
|
|
1091
|
+
- Fix a typo in the README [`b8e4002`](https://github.com/ljharb/tape/commit/b8e4002d18559542af4117432d91a38e8f9ba63d)
|
|
1092
|
+
|
|
1093
|
+
## [v4.4.0](https://github.com/ljharb/tape/compare/v4.3.0...v4.4.0) - 2015-12-25
|
|
1094
|
+
|
|
1095
|
+
### Merged
|
|
1096
|
+
|
|
1097
|
+
- Issue175 [`#212`](https://github.com/ljharb/tape/pull/212)
|
|
1098
|
+
- Removed unreachable Results.prototype.only code [`#217`](https://github.com/ljharb/tape/pull/217)
|
|
1099
|
+
|
|
1100
|
+
### Fixed
|
|
1101
|
+
|
|
1102
|
+
- rename tearDown to onFinish [`#175`](https://github.com/ljharb/tape/issues/175)
|
|
1103
|
+
- add tape.tearDown handler [`#175`](https://github.com/ljharb/tape/issues/175)
|
|
1104
|
+
|
|
1105
|
+
### Commits
|
|
1106
|
+
|
|
1107
|
+
- document onFinish hook [`2795763`](https://github.com/ljharb/tape/commit/279576302ab34ed93190eddbe7778fc712adca4f)
|
|
1108
|
+
|
|
1109
|
+
## [v4.3.0](https://github.com/ljharb/tape/compare/v4.2.2...v4.3.0) - 2015-12-22
|
|
1110
|
+
|
|
1111
|
+
### Merged
|
|
1112
|
+
|
|
1113
|
+
- Add flag to require modules before running tests [`#224`](https://github.com/ljharb/tape/pull/224)
|
|
1114
|
+
- Add few tap reporters [`#213`](https://github.com/ljharb/tape/pull/213)
|
|
1115
|
+
- Add ES6 support link to documentation. [`#204`](https://github.com/ljharb/tape/pull/204)
|
|
1116
|
+
|
|
1117
|
+
### Commits
|
|
1118
|
+
|
|
1119
|
+
- This implements `-r` and `--require` as command line options [`7ae60f5`](https://github.com/ljharb/tape/commit/7ae60f5ff63b6bfd9c7811eb8977ed60bfeaa5ac)
|
|
1120
|
+
- Add `-r,--require` documentation to README.md [`096d2e7`](https://github.com/ljharb/tape/commit/096d2e70bf7c73123156f6ffe3044e81adce7e1b)
|
|
1121
|
+
- Revert "Remove unneeded whitespaces in README" [`35c6c08`](https://github.com/ljharb/tape/commit/35c6c089034add8ea6f47ef9f0d3a58e6c94dce7)
|
|
1122
|
+
- Remove unneeded whitespaces in README [`3ed9b91`](https://github.com/ljharb/tape/commit/3ed9b91616426ac0ab5dc16274019ce70a5b3e2c)
|
|
1123
|
+
- Use regular ol' `if` instead of boolean operator in sanity check [`ffa503a`](https://github.com/ljharb/tape/commit/ffa503ad8acb22fe3108748189c0e1888511d8ba)
|
|
1124
|
+
- Make single require check more readable [`d0ca885`](https://github.com/ljharb/tape/commit/d0ca885a1f1e646a886aaae243c40ae03b3cc94f)
|
|
1125
|
+
- Unquote keys in object literals [`9f02249`](https://github.com/ljharb/tape/commit/9f02249f1e99f88eae26d39527768820f9b58c89)
|
|
1126
|
+
- Use ~ for minimist and resolve dependency versions. [`4f81dbc`](https://github.com/ljharb/tape/commit/4f81dbc5f9344b3dc9d56943d96249577d39f852)
|
|
1127
|
+
- Fix spelling mistake in comment [`4077efe`](https://github.com/ljharb/tape/commit/4077efe19fe914a4b344ce3da1710478bed5f734)
|
|
1128
|
+
- Fix indent mistake [`2e57f22`](https://github.com/ljharb/tape/commit/2e57f22b9690e828c42f6d3c28e22c3f01948ea7)
|
|
1129
|
+
- Revert "Added rudimentary source map support" [`3f02033`](https://github.com/ljharb/tape/commit/3f02033f6024a526951ed6ad7606bdcb6d589f91)
|
|
1130
|
+
- Added rudimentary source map support [`737aa42`](https://github.com/ljharb/tape/commit/737aa4273e43e5c5faa825729c4f5ecb2e3ab519)
|
|
1131
|
+
- Add "tap-diff" and "tap-notify" to README [`77a2bbb`](https://github.com/ljharb/tape/commit/77a2bbb40397d66557bf1c7aa3cdee8b30adbd5c)
|
|
1132
|
+
|
|
1133
|
+
## [v4.2.2](https://github.com/ljharb/tape/compare/v4.2.1...v4.2.2) - 2015-10-20
|
|
1134
|
+
|
|
1135
|
+
### Merged
|
|
1136
|
+
|
|
1137
|
+
- Move timeout option to run time, not load time [`#202`](https://github.com/ljharb/tape/pull/202)
|
|
1138
|
+
|
|
1139
|
+
## [v4.2.1](https://github.com/ljharb/tape/compare/v4.2.0...v4.2.1) - 2015-10-02
|
|
1140
|
+
|
|
1141
|
+
### Merged
|
|
1142
|
+
|
|
1143
|
+
- Travis: Add Node v4 [`#195`](https://github.com/ljharb/tape/pull/195)
|
|
1144
|
+
- add tape-dom link to the readme [`#189`](https://github.com/ljharb/tape/pull/189)
|
|
1145
|
+
|
|
1146
|
+
### Commits
|
|
1147
|
+
|
|
1148
|
+
- Use `string.prototype.trim` instead of relying on `String#trim`, for ES3. [`77e1848`](https://github.com/ljharb/tape/commit/77e184843f955722e261f81e50c5cc10f06784fd)
|
|
1149
|
+
- Bumping `defined` to v1.0.0 - no implementation change, just follows semver now. [`0e407f0`](https://github.com/ljharb/tape/commit/0e407f05d66c6e29ef26989d659db99b86b40a64)
|
|
1150
|
+
- Add Node v4 [`df62458`](https://github.com/ljharb/tape/commit/df624584d8420848bfcb340a62701dcd717867af)
|
|
1151
|
+
|
|
1152
|
+
## [v4.2.0](https://github.com/ljharb/tape/compare/v4.1.0...v4.2.0) - 2015-08-14
|
|
1153
|
+
|
|
1154
|
+
### Commits
|
|
1155
|
+
|
|
1156
|
+
- Use `has` instead of a homegrown version of the same. [`e82c1e8`](https://github.com/ljharb/tape/commit/e82c1e8e7a5d5ad420fc9efc8accfaa11b7dd12c)
|
|
1157
|
+
- Use `function-bind` to ensure we're robust against modification of `Function#call` [`88d567c`](https://github.com/ljharb/tape/commit/88d567cdd9fcc0f7016029b8aa97e8439edb85c4)
|
|
1158
|
+
|
|
1159
|
+
## [v4.1.0](https://github.com/ljharb/tape/compare/v4.0.3...v4.1.0) - 2015-08-12
|
|
1160
|
+
|
|
1161
|
+
### Merged
|
|
1162
|
+
|
|
1163
|
+
- improve yaml formating of diagnostic information [`#171`](https://github.com/ljharb/tape/pull/171)
|
|
1164
|
+
- Expose the main test harness [`#170`](https://github.com/ljharb/tape/pull/170)
|
|
1165
|
+
|
|
1166
|
+
### Fixed
|
|
1167
|
+
|
|
1168
|
+
- Expose the main harness's results object [`#148`](https://github.com/ljharb/tape/issues/148)
|
|
1169
|
+
|
|
1170
|
+
### Commits
|
|
1171
|
+
|
|
1172
|
+
- improve yaml formatting of diagnostic information [`b73d2bf`](https://github.com/ljharb/tape/commit/b73d2bfb69364f5332f5958bca2c69099aedc290)
|
|
1173
|
+
- Exposing the whole test harness [`fc889f5`](https://github.com/ljharb/tape/commit/fc889f56b418fbb30150d517ed7d8b8aa5b943d4)
|
|
1174
|
+
|
|
1175
|
+
## [v4.0.3](https://github.com/ljharb/tape/compare/v4.0.2...v4.0.3) - 2015-08-06
|
|
1176
|
+
|
|
1177
|
+
### Commits
|
|
1178
|
+
|
|
1179
|
+
- Cache `Object.prototype.hasOwnProperty` here also. [`3eda12c`](https://github.com/ljharb/tape/commit/3eda12c110980a8348c23c0e544ab74fd1318693)
|
|
1180
|
+
|
|
1181
|
+
## [v4.0.2](https://github.com/ljharb/tape/compare/v4.0.1...v4.0.2) - 2015-08-03
|
|
1182
|
+
|
|
1183
|
+
### Merged
|
|
1184
|
+
|
|
1185
|
+
- Comments should not make exit code incorrect. Fixes #92 [`#168`](https://github.com/ljharb/tape/pull/168)
|
|
1186
|
+
- Added --save-dev to install instruction [`#166`](https://github.com/ljharb/tape/pull/166)
|
|
1187
|
+
|
|
1188
|
+
### Fixed
|
|
1189
|
+
|
|
1190
|
+
- Merge pull request #168 from grit96/issue-92 [`#92`](https://github.com/ljharb/tape/issues/92)
|
|
1191
|
+
- Comments should not make exit code incorrect. Fixes #92 [`#92`](https://github.com/ljharb/tape/issues/92)
|
|
1192
|
+
|
|
1193
|
+
## [v4.0.1](https://github.com/ljharb/tape/compare/v4.0.0...v4.0.1) - 2015-07-19
|
|
1194
|
+
|
|
1195
|
+
### Merged
|
|
1196
|
+
|
|
1197
|
+
- Add info about bin usage to readme. [`#156`](https://github.com/ljharb/tape/pull/156)
|
|
1198
|
+
- Clarify comment documentation [`#153`](https://github.com/ljharb/tape/pull/153)
|
|
1199
|
+
|
|
1200
|
+
### Commits
|
|
1201
|
+
|
|
1202
|
+
- Cache `Object#hasOwnProperty` in case clients break it as part of tests [`f9a8088`](https://github.com/ljharb/tape/commit/f9a8088b93dfed09ae1a6e3be614e3e03ef8eed2)
|
|
1203
|
+
|
|
1204
|
+
## [v4.0.0](https://github.com/ljharb/tape/compare/v3.6.1...v4.0.0) - 2015-04-03
|
|
1205
|
+
|
|
1206
|
+
### Fixed
|
|
1207
|
+
|
|
1208
|
+
- Expand reporters section into "things that go well with tape" [`#147`](https://github.com/ljharb/tape/issues/147)
|
|
1209
|
+
- Update dependencies [`#93`](https://github.com/ljharb/tape/issues/93)
|
|
1210
|
+
|
|
1211
|
+
### Commits
|
|
1212
|
+
|
|
1213
|
+
- Drop 0.8 support [`cf56a13`](https://github.com/ljharb/tape/commit/cf56a1336f90a0dcac7f5a9afa4afc09e00bfb8b)
|
|
1214
|
+
|
|
1215
|
+
## [v3.6.1](https://github.com/ljharb/tape/compare/v3.6.0...v3.6.1) - 2016-03-06
|
|
1216
|
+
|
|
1217
|
+
### Merged
|
|
1218
|
+
|
|
1219
|
+
- [Fix] Ensure that non-functions passed to `throws` fail the test, just like `assert` [`#268`](https://github.com/ljharb/tape/pull/268)
|
|
1220
|
+
|
|
1221
|
+
### Commits
|
|
1222
|
+
|
|
1223
|
+
- Minor test tweaks due to whitespace differences in v3 vs v4. [`7ed6651`](https://github.com/ljharb/tape/commit/7ed6651b984fa8da66e3014b93bc1beda57bee9b)
|
|
1224
|
+
|
|
1225
|
+
## [v3.6.0](https://github.com/ljharb/tape/compare/v3.5.1...v3.6.0) - 2015-04-02
|
|
1226
|
+
|
|
1227
|
+
### Merged
|
|
1228
|
+
|
|
1229
|
+
- Only check for errors in callback if exist [`#149`](https://github.com/ljharb/tape/pull/149)
|
|
1230
|
+
- Added tap-difflet to README [`#139`](https://github.com/ljharb/tape/pull/139)
|
|
1231
|
+
- Fixed typo in README [`#146`](https://github.com/ljharb/tape/pull/146)
|
|
1232
|
+
|
|
1233
|
+
### Commits
|
|
1234
|
+
|
|
1235
|
+
- fix test [`7329ddc`](https://github.com/ljharb/tape/commit/7329ddc629b44b22ef0724da846f81de7c49dab1)
|
|
1236
|
+
- Remove this extra test I mistakenly committed [`4b1e452`](https://github.com/ljharb/tape/commit/4b1e452ea64cd4e25f91ea6155e6888dbc513382)
|
|
1237
|
+
- Add documentation of test.comment [`04bb03e`](https://github.com/ljharb/tape/commit/04bb03eeda4e2369b1d4c277aeaf811117b5e126)
|
|
1238
|
+
- only ifError if we have an err value [`4205104`](https://github.com/ljharb/tape/commit/4205104c47c211d1b52547d4922bdd3def8b56e4)
|
|
1239
|
+
|
|
1240
|
+
## [v3.5.1](https://github.com/ljharb/tape/compare/v3.5.0...v3.5.1) - 2015-02-05
|
|
1241
|
+
|
|
1242
|
+
### Merged
|
|
1243
|
+
|
|
1244
|
+
- add caught guard to avoid referencing undefined property [`#145`](https://github.com/ljharb/tape/pull/145)
|
|
1245
|
+
|
|
1246
|
+
## [v3.5.0](https://github.com/ljharb/tape/compare/v3.4.0...v3.5.0) - 2015-01-30
|
|
1247
|
+
|
|
1248
|
+
### Merged
|
|
1249
|
+
|
|
1250
|
+
- Detect `inErrorState` with code not equal to zero [`#138`](https://github.com/ljharb/tape/pull/138)
|
|
1251
|
+
- Fixing backwards t.end explanation [`#142`](https://github.com/ljharb/tape/pull/142)
|
|
1252
|
+
- adds note on t.end(arg) behavior [`#141`](https://github.com/ljharb/tape/pull/141)
|
|
1253
|
+
|
|
1254
|
+
## [v3.4.0](https://github.com/ljharb/tape/compare/v3.3.0...v3.4.0) - 2015-01-18
|
|
1255
|
+
|
|
1256
|
+
### Merged
|
|
1257
|
+
|
|
1258
|
+
- Add a Function.constructor check to throws. [`#130`](https://github.com/ljharb/tape/pull/130)
|
|
1259
|
+
- remove unused require [`#131`](https://github.com/ljharb/tape/pull/131)
|
|
1260
|
+
- Add section about uncaught exceptions to readme. [`#134`](https://github.com/ljharb/tape/pull/134)
|
|
1261
|
+
|
|
1262
|
+
### Commits
|
|
1263
|
+
|
|
1264
|
+
- add t.throws(fn, Function) [`13efd54`](https://github.com/ljharb/tape/commit/13efd546192dcc7fd58abdafe6f6831c9e1e269c)
|
|
1265
|
+
|
|
1266
|
+
## [v3.3.0](https://github.com/ljharb/tape/compare/v3.2.0...v3.3.0) - 2015-01-18
|
|
1267
|
+
|
|
1268
|
+
### Merged
|
|
1269
|
+
|
|
1270
|
+
- Improve at error detection [`#133`](https://github.com/ljharb/tape/pull/133)
|
|
1271
|
+
- Add timeoutAfter method [`#132`](https://github.com/ljharb/tape/pull/132)
|
|
1272
|
+
|
|
1273
|
+
### Commits
|
|
1274
|
+
|
|
1275
|
+
- Add timeoutAfter method to Test [`926122a`](https://github.com/ljharb/tape/commit/926122a14823605b2881dbb12b35bc76904c8fa4)
|
|
1276
|
+
- Add opts to readme [`ea6dc65`](https://github.com/ljharb/tape/commit/ea6dc65c059683b32dea8c7456bed9ad95007e59)
|
|
1277
|
+
- Support timeout in opts [`7133ca5`](https://github.com/ljharb/tape/commit/7133ca5fdba8df304f259342468fb143c7dcd565)
|
|
1278
|
+
- Add timeoutAfter to readme [`00a8ba8`](https://github.com/ljharb/tape/commit/00a8ba85255d9be9dc1cf6c1d00e501418dc7ea8)
|
|
1279
|
+
- Add .gitignore [`9fb9423`](https://github.com/ljharb/tape/commit/9fb94232b211accc97f971946412e5ab0ec2eb86)
|
|
1280
|
+
|
|
1281
|
+
## [v3.2.0](https://github.com/ljharb/tape/compare/v3.1.0...v3.2.0) - 2015-01-15
|
|
1282
|
+
|
|
1283
|
+
## [v3.1.0](https://github.com/ljharb/tape/compare/v3.0.3...v3.1.0) - 2015-01-15
|
|
1284
|
+
|
|
1285
|
+
### Merged
|
|
1286
|
+
|
|
1287
|
+
- Remove uncaught-exception listener [`#127`](https://github.com/ljharb/tape/pull/127)
|
|
1288
|
+
- Adding tap-xunit to reporters. [`#123`](https://github.com/ljharb/tape/pull/123)
|
|
1289
|
+
|
|
1290
|
+
### Commits
|
|
1291
|
+
|
|
1292
|
+
- Remove uncaught-exception. [`dd661b0`](https://github.com/ljharb/tape/commit/dd661b0b4bddce16b1d92c8d8faca10cca4bcaf6)
|
|
1293
|
+
- Add back to do not call exit() if error semantics. [`9c60d32`](https://github.com/ljharb/tape/commit/9c60d320a58016f3f914f30eb468aa5e3a9a3c2e)
|
|
1294
|
+
- Adding a tap-xunit to reporters. [`ca27f59`](https://github.com/ljharb/tape/commit/ca27f594ea3bc12c81a667ca019fb31a37ff7b60)
|
|
1295
|
+
|
|
1296
|
+
## [v3.0.3](https://github.com/ljharb/tape/compare/v3.0.2...v3.0.3) - 2014-11-11
|
|
1297
|
+
|
|
1298
|
+
### Commits
|
|
1299
|
+
|
|
1300
|
+
- notLooseEquals should be !deepEqual [`5121547`](https://github.com/ljharb/tape/commit/5121547ab28ac6b16be594772680a3364956e2d9)
|
|
1301
|
+
|
|
1302
|
+
## [v3.0.2](https://github.com/ljharb/tape/compare/v3.0.1...v3.0.2) - 2014-11-05
|
|
1303
|
+
|
|
1304
|
+
### Merged
|
|
1305
|
+
|
|
1306
|
+
- Change "a,b" into "actual,expected" [`#114`](https://github.com/ljharb/tape/pull/114)
|
|
1307
|
+
|
|
1308
|
+
## [v3.0.1](https://github.com/ljharb/tape/compare/v3.0.0...v3.0.1) - 2014-10-17
|
|
1309
|
+
|
|
1310
|
+
### Commits
|
|
1311
|
+
|
|
1312
|
+
- Fixes global leak `prop` [`9eb3ecd`](https://github.com/ljharb/tape/commit/9eb3ecd8a0637d55d120656f64ddc09c18debfac)
|
|
1313
|
+
|
|
1314
|
+
## [v3.0.0](https://github.com/ljharb/tape/compare/v2.14.1...v3.0.0) - 2014-09-17
|
|
1315
|
+
|
|
1316
|
+
### Merged
|
|
1317
|
+
|
|
1318
|
+
- Document that expected must be a RegExp [`#101`](https://github.com/ljharb/tape/pull/101)
|
|
1319
|
+
- Asynchronously declared nested tests w/ plan() w/o end() [`#98`](https://github.com/ljharb/tape/pull/98)
|
|
1320
|
+
|
|
1321
|
+
### Commits
|
|
1322
|
+
|
|
1323
|
+
- remove failing throw test [`672b8d3`](https://github.com/ljharb/tape/commit/672b8d30f9c528c635ff273bf8e08870e4009a30)
|
|
1324
|
+
- remove try catch [`b747374`](https://github.com/ljharb/tape/commit/b74737415c98be5e68fcd28213d86c3e32433a05)
|
|
1325
|
+
|
|
1326
|
+
## [v2.14.1](https://github.com/ljharb/tape/compare/v2.14.0...v2.14.1) - 2016-03-06
|
|
1327
|
+
|
|
1328
|
+
### Merged
|
|
1329
|
+
|
|
1330
|
+
- [Fix] Ensure that non-functions passed to `throws` fail the test, just like `assert` [`#268`](https://github.com/ljharb/tape/pull/268)
|
|
1331
|
+
|
|
1332
|
+
### Commits
|
|
1333
|
+
|
|
1334
|
+
- Minor test tweaks due to whitespace differences in v2 vs v4. [`6ce09d9`](https://github.com/ljharb/tape/commit/6ce09d9a27c00ed4cee566feb13886b61f067d90)
|
|
1335
|
+
- gitignore node_modules [`71af8ba`](https://github.com/ljharb/tape/commit/71af8ba72437da9324e25a4606d340f4508a4ebf)
|
|
1336
|
+
|
|
1337
|
+
## [v2.14.0](https://github.com/ljharb/tape/compare/v2.13.4...v2.14.0) - 2014-08-05
|
|
1338
|
+
|
|
1339
|
+
### Commits
|
|
1340
|
+
|
|
1341
|
+
- hats, has module [`6ecc842`](https://github.com/ljharb/tape/commit/6ecc842e53a8c25c93323c1f1a41bd4966346041)
|
|
1342
|
+
- better travis yml [`066542a`](https://github.com/ljharb/tape/commit/066542a8a0d7ec4e8c1f3a5aabfba6eb01abf9f9)
|
|
1343
|
+
|
|
1344
|
+
## [v2.13.4](https://github.com/ljharb/tape/compare/v2.13.3...v2.13.4) - 2014-07-19
|
|
1345
|
+
|
|
1346
|
+
### Fixed
|
|
1347
|
+
|
|
1348
|
+
- Comments should not make exit code incorrect. Fixes #92 [`#92`](https://github.com/ljharb/tape/issues/92)
|
|
1349
|
+
|
|
1350
|
+
## [v2.13.3](https://github.com/ljharb/tape/compare/v2.13.2...v2.13.3) - 2014-06-12
|
|
1351
|
+
|
|
1352
|
+
### Merged
|
|
1353
|
+
|
|
1354
|
+
- Add a section about reports to the README [`#89`](https://github.com/ljharb/tape/pull/89)
|
|
1355
|
+
|
|
1356
|
+
### Commits
|
|
1357
|
+
|
|
1358
|
+
- add colortape [`467ce7a`](https://github.com/ljharb/tape/commit/467ce7a19686fc61aaad9633df64319ec416d61d)
|
|
1359
|
+
|
|
1360
|
+
## [v2.13.2](https://github.com/ljharb/tape/compare/v2.13.1...v2.13.2) - 2014-06-02
|
|
1361
|
+
|
|
1362
|
+
### Commits
|
|
1363
|
+
|
|
1364
|
+
- FIX: handling `if (extra.parent)` when parent == 0 [`9579246`](https://github.com/ljharb/tape/commit/9579246f09a274747fefbd8b358e94774acb85be)
|
|
1365
|
+
|
|
1366
|
+
## [v2.13.1](https://github.com/ljharb/tape/compare/v2.13.0...v2.13.1) - 2014-05-17
|
|
1367
|
+
|
|
1368
|
+
### Commits
|
|
1369
|
+
|
|
1370
|
+
- test if fs.writeSync is defined and on windows [`b28520c`](https://github.com/ljharb/tape/commit/b28520cdd0dad25ddeaecc4660a2797b47ff42bd)
|
|
1371
|
+
- write sync to stdout [`14ab9d1`](https://github.com/ljharb/tape/commit/14ab9d1ad38bd619a60e60269db66d724f4bd99c)
|
|
1372
|
+
- formatting [`ffcff1e`](https://github.com/ljharb/tape/commit/ffcff1e8bce257f0d50cd99906ab96286ea50d35)
|
|
1373
|
+
|
|
1374
|
+
## [v2.13.0](https://github.com/ljharb/tape/compare/v2.12.3...v2.13.0) - 2014-05-15
|
|
1375
|
+
|
|
1376
|
+
### Commits
|
|
1377
|
+
|
|
1378
|
+
- Bind all test methods [`1ca29e2`](https://github.com/ljharb/tape/commit/1ca29e26ea7821ed30be982494c3e9d3c3100c06)
|
|
1379
|
+
- Test that we can call assertion functions directly [`f9774cc`](https://github.com/ljharb/tape/commit/f9774cc078142081c0133e090723f27cad367534)
|
|
1380
|
+
- Fix Test constructor so that it doesn't accidentally mutate global scope [`ba3bcbb`](https://github.com/ljharb/tape/commit/ba3bcbb8a62194ee79f814ff688065c6041cb0ed)
|
|
1381
|
+
- formatting [`aacd7a9`](https://github.com/ljharb/tape/commit/aacd7a90d1ac5f306ffaf66d21884e2cff941408)
|
|
1382
|
+
|
|
1383
|
+
## [v2.12.3](https://github.com/ljharb/tape/compare/v2.12.2...v2.12.3) - 2014-04-04
|
|
1384
|
+
|
|
1385
|
+
### Commits
|
|
1386
|
+
|
|
1387
|
+
- Remove dependency on util builtin [`d39b0eb`](https://github.com/ljharb/tape/commit/d39b0ebaa6639d4d9ca568547ef977259d10d465)
|
|
1388
|
+
|
|
1389
|
+
## [v2.12.2](https://github.com/ljharb/tape/compare/v2.12.1...v2.12.2) - 2014-04-02
|
|
1390
|
+
|
|
1391
|
+
## [v2.12.1](https://github.com/ljharb/tape/compare/v2.12.0...v2.12.1) - 2014-03-29
|
|
1392
|
+
|
|
1393
|
+
### Commits
|
|
1394
|
+
|
|
1395
|
+
- do not set canEmitExit with browserify process shim [`0212262`](https://github.com/ljharb/tape/commit/0212262b2c80665486219e92c2ab421aa8907715)
|
|
1396
|
+
|
|
1397
|
+
## [v2.12.0](https://github.com/ljharb/tape/compare/v2.11.1...v2.12.0) - 2014-03-23
|
|
1398
|
+
|
|
1399
|
+
### Commits
|
|
1400
|
+
|
|
1401
|
+
- switches are weird [`aae89ee`](https://github.com/ljharb/tape/commit/aae89ee56d2a7b47c6a074c8a8ca7a1b66a7f0a7)
|
|
1402
|
+
- Moving the name/opts/cb code out into a reusable internal function. [`88e296f`](https://github.com/ljharb/tape/commit/88e296ff8179f9f270c0eefdf2f4cacb17c933d4)
|
|
1403
|
+
- Adding Test.skip. [`f9aa185`](https://github.com/ljharb/tape/commit/f9aa1856d377fb80ec0b8e955964d562696a6cd6)
|
|
1404
|
+
|
|
1405
|
+
## [v2.11.1](https://github.com/ljharb/tape/compare/v2.11.0...v2.11.1) - 2014-04-02
|
|
1406
|
+
|
|
1407
|
+
### Commits
|
|
1408
|
+
|
|
1409
|
+
- do not set canEmitExit with browserify process shim [`a28db7e`](https://github.com/ljharb/tape/commit/a28db7eb238f679591d6019a1511b4ebfab8ec39)
|
|
1410
|
+
|
|
1411
|
+
## [v2.11.0](https://github.com/ljharb/tape/compare/v2.10.3...v2.11.0) - 2014-03-21
|
|
1412
|
+
|
|
1413
|
+
### Commits
|
|
1414
|
+
|
|
1415
|
+
- upgrade object-inspect [`30cd35c`](https://github.com/ljharb/tape/commit/30cd35cbda79bf5c302650dd619327410a0eeae8)
|
|
1416
|
+
|
|
1417
|
+
## [v2.10.3](https://github.com/ljharb/tape/compare/v2.10.2...v2.10.3) - 2014-04-02
|
|
1418
|
+
|
|
1419
|
+
### Commits
|
|
1420
|
+
|
|
1421
|
+
- do not set canEmitExit with browserify process shim [`ebdbba6`](https://github.com/ljharb/tape/commit/ebdbba6cd9daabd981538646f27fa152f77c2c20)
|
|
1422
|
+
|
|
1423
|
+
## [v2.10.2](https://github.com/ljharb/tape/compare/v2.10.1...v2.10.2) - 2014-03-04
|
|
1424
|
+
|
|
1425
|
+
### Commits
|
|
1426
|
+
|
|
1427
|
+
- fix trailing comma [`71adf6a`](https://github.com/ljharb/tape/commit/71adf6a50fdc2fc76b81350fd72ffecf574f8777)
|
|
1428
|
+
|
|
1429
|
+
## [v2.10.1](https://github.com/ljharb/tape/compare/v2.10.0...v2.10.1) - 2014-03-04
|
|
1430
|
+
|
|
1431
|
+
### Commits
|
|
1432
|
+
|
|
1433
|
+
- merged [`29437f7`](https://github.com/ljharb/tape/commit/29437f7805064ef41a7128c92bb6b1c826eb8042)
|
|
1434
|
+
|
|
1435
|
+
## [v2.10.0](https://github.com/ljharb/tape/compare/v2.9.1...v2.10.0) - 2014-03-04
|
|
1436
|
+
|
|
1437
|
+
### Commits
|
|
1438
|
+
|
|
1439
|
+
- passing nested test [`db1baf0`](https://github.com/ljharb/tape/commit/db1baf02bc1982fa177e99c39e08fa2224708156)
|
|
1440
|
+
- subcount test [`e98ead5`](https://github.com/ljharb/tape/commit/e98ead5752c64ea958393fa0782209c978b1f92f)
|
|
1441
|
+
- glob files in the runner [`c9da9ff`](https://github.com/ljharb/tape/commit/c9da9ff9c446eae438703608e8c02b9a09b60da8)
|
|
1442
|
+
|
|
1443
|
+
## [v2.9.1](https://github.com/ljharb/tape/compare/v2.9.0...v2.9.1) - 2014-04-02
|
|
1444
|
+
|
|
1445
|
+
### Commits
|
|
1446
|
+
|
|
1447
|
+
- do not set canEmitExit with browserify process shim [`4f33ae5`](https://github.com/ljharb/tape/commit/4f33ae5f9236f9fc8a4f4f88390ae5400de821a7)
|
|
1448
|
+
|
|
1449
|
+
## [v2.9.0](https://github.com/ljharb/tape/compare/v2.8.1...v2.9.0) - 2014-03-04
|
|
1450
|
+
|
|
1451
|
+
### Commits
|
|
1452
|
+
|
|
1453
|
+
- complete double end test [`45add17`](https://github.com/ljharb/tape/commit/45add173cf5ed739fae31a90c64eb3d8b308260e)
|
|
1454
|
+
- omit expected and actual if there is no actual or expected [`b6ac9bf`](https://github.com/ljharb/tape/commit/b6ac9bf80615ffcda4b9a3a16e8792dee3db1d89)
|
|
1455
|
+
- failing test for calling .end() twice [`c0a9a29`](https://github.com/ljharb/tape/commit/c0a9a297abd168d4fa0ae2b29897d30ab532b121)
|
|
1456
|
+
- guard against calling .end() twice [`8d25028`](https://github.com/ljharb/tape/commit/8d25028500e76d49e907fc118dd2a6a9502d7071)
|
|
1457
|
+
|
|
1458
|
+
## [v2.8.1](https://github.com/ljharb/tape/compare/v2.8.0...v2.8.1) - 2014-04-02
|
|
1459
|
+
|
|
1460
|
+
### Commits
|
|
1461
|
+
|
|
1462
|
+
- do not set canEmitExit with browserify process shim [`0e47a93`](https://github.com/ljharb/tape/commit/0e47a9359b9e6df0d5fd7bc1d17d7d8159b5d218)
|
|
1463
|
+
|
|
1464
|
+
## [v2.8.0](https://github.com/ljharb/tape/compare/v2.7.3...v2.8.0) - 2014-03-04
|
|
1465
|
+
|
|
1466
|
+
### Commits
|
|
1467
|
+
|
|
1468
|
+
- remove .bind(), formatting [`7092104`](https://github.com/ljharb/tape/commit/7092104828b58d6ddb409211b1606ee5f42a1236)
|
|
1469
|
+
|
|
1470
|
+
## [v2.7.3](https://github.com/ljharb/tape/compare/v2.7.2...v2.7.3) - 2014-04-02
|
|
1471
|
+
|
|
1472
|
+
### Commits
|
|
1473
|
+
|
|
1474
|
+
- do not set canEmitExit with browserify process shim [`ff3e84f`](https://github.com/ljharb/tape/commit/ff3e84f94f1e4b26bab4aabeee2c1f8ed1015684)
|
|
1475
|
+
|
|
1476
|
+
## [v2.7.2](https://github.com/ljharb/tape/compare/v2.7.1...v2.7.2) - 2014-03-04
|
|
1477
|
+
|
|
1478
|
+
### Commits
|
|
1479
|
+
|
|
1480
|
+
- another only test, passes [`ff3c79b`](https://github.com/ljharb/tape/commit/ff3c79b51a345f4815bb45182d464e3e8b14f049)
|
|
1481
|
+
- fix for test.only only2 test [`40cad7d`](https://github.com/ljharb/tape/commit/40cad7d313b9513b6e3ab4a4d4cafbe9c9b94934)
|
|
1482
|
+
- failing test.only test [`412d169`](https://github.com/ljharb/tape/commit/412d16988e47cfce7cba27c94ac2bba70cefc6e3)
|
|
1483
|
+
|
|
1484
|
+
## [v2.7.1](https://github.com/ljharb/tape/compare/v2.7.0...v2.7.1) - 2014-03-04
|
|
1485
|
+
|
|
1486
|
+
### Commits
|
|
1487
|
+
|
|
1488
|
+
- fix wrong package name [`d5f87c0`](https://github.com/ljharb/tape/commit/d5f87c030c8ac1f96ba98d38cdb96f17a79f42cb)
|
|
1489
|
+
|
|
1490
|
+
## [v2.7.0](https://github.com/ljharb/tape/compare/v2.6.1...v2.7.0) - 2014-03-04
|
|
1491
|
+
|
|
1492
|
+
### Merged
|
|
1493
|
+
|
|
1494
|
+
- Clarify how to access the output stream [`#65`](https://github.com/ljharb/tape/pull/65)
|
|
1495
|
+
|
|
1496
|
+
### Fixed
|
|
1497
|
+
|
|
1498
|
+
- Clarify how to access the output stream [`#63`](https://github.com/ljharb/tape/issues/63)
|
|
1499
|
+
|
|
1500
|
+
### Commits
|
|
1501
|
+
|
|
1502
|
+
- using object-inspect for comparisons, passing the undef test [`49963b3`](https://github.com/ljharb/tape/commit/49963b3d1abf71e72a4a71f40c271bc9afe13d78)
|
|
1503
|
+
- failing undef test [`9ee8421`](https://github.com/ljharb/tape/commit/9ee84219bde718af19cdd7f14d268fd59530c024)
|
|
1504
|
+
- update docs [`984b21f`](https://github.com/ljharb/tape/commit/984b21fbbb5b3bf2c1a1cfc2fea33894ec042619)
|
|
1505
|
+
|
|
1506
|
+
## [v2.6.1](https://github.com/ljharb/tape/compare/v2.6.0...v2.6.1) - 2014-04-02
|
|
1507
|
+
|
|
1508
|
+
### Commits
|
|
1509
|
+
|
|
1510
|
+
- do not set canEmitExit with browserify process shim [`7164a03`](https://github.com/ljharb/tape/commit/7164a031b828c0493175867b92e69512f9223867)
|
|
1511
|
+
|
|
1512
|
+
## [v2.6.0](https://github.com/ljharb/tape/compare/v2.5.1...v2.6.0) - 2014-03-03
|
|
1513
|
+
|
|
1514
|
+
### Commits
|
|
1515
|
+
|
|
1516
|
+
- documented custom reporters [`7572828`](https://github.com/ljharb/tape/commit/75728289fa5e3b00103662e820cb1319c4cef2ef)
|
|
1517
|
+
- objectMode for stream output [`26c05e3`](https://github.com/ljharb/tape/commit/26c05e33e7a2ee4e157f6049ed6ee712cbe3da6a)
|
|
1518
|
+
- .createStream() for tap output on the default harness [`5d2cd63`](https://github.com/ljharb/tape/commit/5d2cd6319dc33696b874c9908d28eab195eff675)
|
|
1519
|
+
- stream example [`47848f2`](https://github.com/ljharb/tape/commit/47848f2dd52f09b4cc0752b87d15529590517d69)
|
|
1520
|
+
- only render the test events right before they begin [`9da8dff`](https://github.com/ljharb/tape/commit/9da8dff8670f73f8a57fa636947aea3b687a9edd)
|
|
1521
|
+
|
|
1522
|
+
## [v2.5.1](https://github.com/ljharb/tape/compare/v2.5.0...v2.5.1) - 2014-04-02
|
|
1523
|
+
|
|
1524
|
+
### Commits
|
|
1525
|
+
|
|
1526
|
+
- do not set canEmitExit with browserify process shim [`40cf488`](https://github.com/ljharb/tape/commit/40cf48878991e0d66509e1f36f4c191265c77ea0)
|
|
1527
|
+
|
|
1528
|
+
## [v2.5.0](https://github.com/ljharb/tape/compare/v2.4.3...v2.5.0) - 2014-02-20
|
|
1529
|
+
|
|
1530
|
+
### Fixed
|
|
1531
|
+
|
|
1532
|
+
- Fixes #55 - Callback optional. [`#55`](https://github.com/ljharb/tape/issues/55)
|
|
1533
|
+
|
|
1534
|
+
### Commits
|
|
1535
|
+
|
|
1536
|
+
- No callback is equivalent to skipping. [`9f7a2d0`](https://github.com/ljharb/tape/commit/9f7a2d0516d316e9128abbb737376f59c7dae647)
|
|
1537
|
+
|
|
1538
|
+
## [v2.4.3](https://github.com/ljharb/tape/compare/v2.4.2...v2.4.3) - 2014-04-02
|
|
1539
|
+
|
|
1540
|
+
### Commits
|
|
1541
|
+
|
|
1542
|
+
- do not set canEmitExit with browserify process shim [`d282191`](https://github.com/ljharb/tape/commit/d282191d2657d37cfb8d8e1250dba06744b349e7)
|
|
1543
|
+
|
|
1544
|
+
## [v2.4.2](https://github.com/ljharb/tape/compare/v2.4.1...v2.4.2) - 2014-02-01
|
|
1545
|
+
|
|
1546
|
+
### Commits
|
|
1547
|
+
|
|
1548
|
+
- Reduce stack size. [`3b05526`](https://github.com/ljharb/tape/commit/3b0552657177cd56635b19b135021342d4fecb2c)
|
|
1549
|
+
- re-indent. Fuck whichever editor does this by default. [`52f3541`](https://github.com/ljharb/tape/commit/52f3541e8610af4534997ace0339b417434d2e66)
|
|
1550
|
+
|
|
1551
|
+
## [v2.4.1](https://github.com/ljharb/tape/compare/v2.4.0...v2.4.1) - 2014-01-31
|
|
1552
|
+
|
|
1553
|
+
### Commits
|
|
1554
|
+
|
|
1555
|
+
- should throw --> should not throw for the doesNotThrow assertion [`04f3751`](https://github.com/ljharb/tape/commit/04f37515d27b0ce846f108f72930da28b45a6100)
|
|
1556
|
+
|
|
1557
|
+
## [v2.4.0](https://github.com/ljharb/tape/compare/v2.3.3...v2.4.0) - 2014-01-29
|
|
1558
|
+
|
|
1559
|
+
### Commits
|
|
1560
|
+
|
|
1561
|
+
- remove the browser compat section since there is already a giant testling badge [`fe3fe96`](https://github.com/ljharb/tape/commit/fe3fe9648ab5fef5e0a8e2c76e1cb2d378667d1e)
|
|
1562
|
+
- upgrade deep-equal to 0.2.0 [`dcf6b46`](https://github.com/ljharb/tape/commit/dcf6b46b1cadfebea25ef34f26719734349b742d)
|
|
1563
|
+
- drop require stream [`97fede5`](https://github.com/ljharb/tape/commit/97fede5b5cc1746a53c15d26d75a6c3381a6f32b)
|
|
1564
|
+
|
|
1565
|
+
## [v2.3.3](https://github.com/ljharb/tape/compare/v2.3.2...v2.3.3) - 2014-04-02
|
|
1566
|
+
|
|
1567
|
+
### Commits
|
|
1568
|
+
|
|
1569
|
+
- do not set canEmitExit with browserify process shim [`59fd1dc`](https://github.com/ljharb/tape/commit/59fd1dc6aa4e3c2c399c727b3e9324038dbf87ca)
|
|
1570
|
+
|
|
1571
|
+
## [v2.3.2](https://github.com/ljharb/tape/compare/v2.3.1...v2.3.2) - 2013-12-17
|
|
1572
|
+
|
|
1573
|
+
### Commits
|
|
1574
|
+
|
|
1575
|
+
- fix to define the stream so it can emit errors [`00af8ed`](https://github.com/ljharb/tape/commit/00af8ed795202356b172fcd8b48b8d64037397c4)
|
|
1576
|
+
|
|
1577
|
+
## [v2.3.1](https://github.com/ljharb/tape/compare/v2.3.0...v2.3.1) - 2013-12-17
|
|
1578
|
+
|
|
1579
|
+
### Commits
|
|
1580
|
+
|
|
1581
|
+
- drop split and stream-combiner to make the default stream not drop newlines in ie<9 [`ea56255`](https://github.com/ljharb/tape/commit/ea562557b7598c13ce498a64d47b299e967d04bc)
|
|
1582
|
+
|
|
1583
|
+
## [v2.3.0](https://github.com/ljharb/tape/compare/v2.2.2...v2.3.0) - 2013-11-22
|
|
1584
|
+
|
|
1585
|
+
### Commits
|
|
1586
|
+
|
|
1587
|
+
- suppress EPIPE but set the exit code to 1 so test results may be piped around to head/grep/tail [`1589695`](https://github.com/ljharb/tape/commit/158969558f9d1376344a15ba6bb590cae41609a7)
|
|
1588
|
+
|
|
1589
|
+
## [v2.2.2](https://github.com/ljharb/tape/compare/v2.2.1...v2.2.2) - 2014-04-02
|
|
1590
|
+
|
|
1591
|
+
### Commits
|
|
1592
|
+
|
|
1593
|
+
- do not set canEmitExit with browserify process shim [`87eb6bc`](https://github.com/ljharb/tape/commit/87eb6bc455a6d931f5bf0efa0fefb5e710360e10)
|
|
1594
|
+
|
|
1595
|
+
## [v2.2.1](https://github.com/ljharb/tape/compare/v2.2.0...v2.2.1) - 2013-11-22
|
|
1596
|
+
|
|
1597
|
+
### Commits
|
|
1598
|
+
|
|
1599
|
+
- forgot the resumer dep [`9882d34`](https://github.com/ljharb/tape/commit/9882d3499d3157a230bccebd9476202a04b37c0e)
|
|
1600
|
+
|
|
1601
|
+
## [v2.2.0](https://github.com/ljharb/tape/compare/v2.1.1...v2.2.0) - 2013-11-22
|
|
1602
|
+
|
|
1603
|
+
### Commits
|
|
1604
|
+
|
|
1605
|
+
- is now properly noisy when more commits than expected were run [`2954dac`](https://github.com/ljharb/tape/commit/2954dacdef87324ae0a192deac194f83c6200441)
|
|
1606
|
+
- rip out the old `new Stream` default stream to just use split, duplexer, and through [`021da85`](https://github.com/ljharb/tape/commit/021da85e63a6748fc85825663c6db69a2a370451)
|
|
1607
|
+
- properly fixed the default stream [`2ce40f5`](https://github.com/ljharb/tape/commit/2ce40f57216d647ca49f86c4b717aa1a1fc36774)
|
|
1608
|
+
|
|
1609
|
+
## [v2.1.1](https://github.com/ljharb/tape/compare/v2.1.0...v2.1.1) - 2014-04-02
|
|
1610
|
+
|
|
1611
|
+
### Commits
|
|
1612
|
+
|
|
1613
|
+
- do not set canEmitExit with browserify process shim [`c9d502e`](https://github.com/ljharb/tape/commit/c9d502ec3da3971e34e4493593506c17ec466fcf)
|
|
1614
|
+
|
|
1615
|
+
## [v2.1.0](https://github.com/ljharb/tape/compare/v2.0.2...v2.1.0) - 2013-10-25
|
|
1616
|
+
|
|
1617
|
+
### Commits
|
|
1618
|
+
|
|
1619
|
+
- Refactor test-ordering logic [`48964a6`](https://github.com/ljharb/tape/commit/48964a6b479df326248dfe8ddeb056a667ea5f55)
|
|
1620
|
+
- Count subtests against the plan [`978431c`](https://github.com/ljharb/tape/commit/978431c8a6db8cf3925a8b1b95a771aa872b9283)
|
|
1621
|
+
- Add nested-sync-noplan-noend [`8449f1c`](https://github.com/ljharb/tape/commit/8449f1c1600eec44153eab0b430bd00e50598d40)
|
|
1622
|
+
- Add test for async asserts in subtests ref #42 [`9d64ad3`](https://github.com/ljharb/tape/commit/9d64ad33a9e74d48614136e0ec54e1f2eac01dad)
|
|
1623
|
+
- Add failing test for planning # of subtests [`bc03743`](https://github.com/ljharb/tape/commit/bc037437d658b050347220c0f8c2ff101d669dd9)
|
|
1624
|
+
- Remove comment block [`2c06852`](https://github.com/ljharb/tape/commit/2c068521e2db12327ee381cb09a5a2b81af7d06c)
|
|
1625
|
+
- Revert "Add test for running children asynchronously" [`c39be29`](https://github.com/ljharb/tape/commit/c39be29cd9063497506b63e27ba715e3101ca666)
|
|
1626
|
+
- Add test for running children asynchronously [`709c36a`](https://github.com/ljharb/tape/commit/709c36afe5d9aef36a35cc0dbb461bcfe8714a94)
|
|
1627
|
+
- add test for asynchronously adding subtests [`8b59a80`](https://github.com/ljharb/tape/commit/8b59a8010fb4441f9fc5f17c70d06ddb903d7aae)
|
|
1628
|
+
- Add second @spion patch [`35f29a8`](https://github.com/ljharb/tape/commit/35f29a8d12857e28a04acc374682704a0359c942)
|
|
1629
|
+
- Revert "Add patch from @spion to make nested-sync-noplan-noend pass" [`a43860b`](https://github.com/ljharb/tape/commit/a43860b1225e43c2894cf85472f22ec5d5e31c94)
|
|
1630
|
+
- Add patch from @spion to make nested-sync-noplan-noend pass [`188fbb1`](https://github.com/ljharb/tape/commit/188fbb15456774a917619f95af8d04dfcd28f1b2)
|
|
1631
|
+
- Remove 'next' event [`78e48c9`](https://github.com/ljharb/tape/commit/78e48c9fa90d1326abb5623b08f7617bfd730a47)
|
|
1632
|
+
- Add checks against double-execution of child tests [`cfff35b`](https://github.com/ljharb/tape/commit/cfff35b68a5d2701c08d32797bb73d92eabb3bed)
|
|
1633
|
+
|
|
1634
|
+
## [v2.0.2](https://github.com/ljharb/tape/compare/v2.0.1...v2.0.2) - 2014-04-02
|
|
1635
|
+
|
|
1636
|
+
### Commits
|
|
1637
|
+
|
|
1638
|
+
- do not set canEmitExit with browserify process shim [`66c0a7d`](https://github.com/ljharb/tape/commit/66c0a7d6a48498ae58df7ecc75c4f3cfa39eb08e)
|
|
1639
|
+
|
|
1640
|
+
## [v2.0.1](https://github.com/ljharb/tape/compare/v2.0.0...v2.0.1) - 2013-10-25
|
|
1641
|
+
|
|
1642
|
+
### Commits
|
|
1643
|
+
|
|
1644
|
+
- toStringified msg to prevent TypeError [`37305c2`](https://github.com/ljharb/tape/commit/37305c2626c430bebdb646fddab91c30b2d3c247)
|
|
1645
|
+
|
|
1646
|
+
## [v2.0.0](https://github.com/ljharb/tape/compare/v1.1.2...v2.0.0) - 2013-10-14
|
|
1647
|
+
|
|
1648
|
+
### Commits
|
|
1649
|
+
|
|
1650
|
+
- strict deep equal comparisons [`95f827d`](https://github.com/ljharb/tape/commit/95f827d8121cc751ba6c9f7d66bc8626105e0792)
|
|
1651
|
+
- document strict/loose deep equals [`785be99`](https://github.com/ljharb/tape/commit/785be995ef8165c0c67534429f9de879512a9bb0)
|
|
1652
|
+
- failing deep strict equal test [`d56754a`](https://github.com/ljharb/tape/commit/d56754a281edc6d9f9eac5b563cb8668952b8d09)
|
|
1653
|
+
|
|
1654
|
+
## [v1.1.2](https://github.com/ljharb/tape/compare/v1.1.1...v1.1.2) - 2016-03-06
|
|
1655
|
+
|
|
1656
|
+
### Merged
|
|
1657
|
+
|
|
1658
|
+
- [Fix] Ensure that non-functions passed to `throws` fail the test, just like `assert` [`#268`](https://github.com/ljharb/tape/pull/268)
|
|
1659
|
+
|
|
1660
|
+
### Commits
|
|
1661
|
+
|
|
1662
|
+
- Minor test tweaks due to output differences in v1 vs v4. [`d22b5fc`](https://github.com/ljharb/tape/commit/d22b5fc48f7053dbf3bc1f4804783a61534edf33)
|
|
1663
|
+
- Add missing `concat-stream` devDep [`8b3c1b7`](https://github.com/ljharb/tape/commit/8b3c1b7f76a8b7ac8165cac08105bd0ac390e867)
|
|
1664
|
+
- gitignore node_modules [`3495543`](https://github.com/ljharb/tape/commit/3495543d1cdd2bab3676bf23b09cb319f0b02954)
|
|
1665
|
+
|
|
1666
|
+
## [v1.1.1](https://github.com/ljharb/tape/compare/v1.1.0...v1.1.1) - 2013-09-20
|
|
1667
|
+
|
|
1668
|
+
### Commits
|
|
1669
|
+
|
|
1670
|
+
- Fix at printing [`fae125e`](https://github.com/ljharb/tape/commit/fae125e13e55ffcd4481cebdf86a009457cc5eda)
|
|
1671
|
+
|
|
1672
|
+
## [v1.1.0](https://github.com/ljharb/tape/compare/v1.0.4...v1.1.0) - 2013-09-03
|
|
1673
|
+
|
|
1674
|
+
### Commits
|
|
1675
|
+
|
|
1676
|
+
- test.only should not run any other test blocks [`1f56566`](https://github.com/ljharb/tape/commit/1f565663ec945f06e225ba3b11787687ffdc2b13)
|
|
1677
|
+
- failing test for t.only() firing tests unnecessarily [`bd3f198`](https://github.com/ljharb/tape/commit/bd3f198946f9010e01a9ae55733aef1eef7b1532)
|
|
1678
|
+
- fix typoes [`8cf5c67`](https://github.com/ljharb/tape/commit/8cf5c675a5b2be726fd483eb09e0fc7417919d99)
|
|
1679
|
+
|
|
1680
|
+
## [v1.0.4](https://github.com/ljharb/tape/compare/v1.0.3...v1.0.4) - 2013-06-08
|
|
1681
|
+
|
|
1682
|
+
### Commits
|
|
1683
|
+
|
|
1684
|
+
- re-throw error to get it to show [`a51e872`](https://github.com/ljharb/tape/commit/a51e87240d2c12f57f9608f982e4c653c0e028ce)
|
|
1685
|
+
|
|
1686
|
+
## [v1.0.3](https://github.com/ljharb/tape/compare/v1.0.2...v1.0.3) - 2013-06-07
|
|
1687
|
+
|
|
1688
|
+
### Commits
|
|
1689
|
+
|
|
1690
|
+
- do not call process.exit() on uncaught exception [`3801e20`](https://github.com/ljharb/tape/commit/3801e2051aaa2ea404cbb4beedfcce00fec234eb)
|
|
1691
|
+
|
|
1692
|
+
## [v1.0.2](https://github.com/ljharb/tape/compare/v1.0.1...v1.0.2) - 2013-05-08
|
|
1693
|
+
|
|
1694
|
+
### Commits
|
|
1695
|
+
|
|
1696
|
+
- cant lazy load only. Has to be a property of the exported thing [`c5a4731`](https://github.com/ljharb/tape/commit/c5a4731b29ea16cd4f1b40fb2d968937ce1215eb)
|
|
1697
|
+
- Add the only property back to the exported test function [`d22deba`](https://github.com/ljharb/tape/commit/d22deba6da4da8b94e7a3a352eb029afecdaaadf)
|
|
1698
|
+
|
|
1699
|
+
## [v1.0.1](https://github.com/ljharb/tape/compare/v1.0.0...v1.0.1) - 2013-05-03
|
|
1700
|
+
|
|
1701
|
+
### Commits
|
|
1702
|
+
|
|
1703
|
+
- forgot to add a test [`40b229a`](https://github.com/ljharb/tape/commit/40b229a9b5727bebf79299c2bca8e784f33888a2)
|
|
1704
|
+
- forgot to add through [`d729135`](https://github.com/ljharb/tape/commit/d729135b33e22b18e10416a837067f4eaa248485)
|
|
1705
|
+
|
|
1706
|
+
## [v1.0.0](https://github.com/ljharb/tape/compare/v0.3.3...v1.0.0) - 2013-05-03
|
|
1707
|
+
|
|
1708
|
+
### Commits
|
|
1709
|
+
|
|
1710
|
+
- took out lots of complexity, refactoring [`827b59d`](https://github.com/ljharb/tape/commit/827b59d281ece73859ac77524d0e5857f5070436)
|
|
1711
|
+
- basic example finally works [`2a59c49`](https://github.com/ljharb/tape/commit/2a59c49ec44c7d8e56adf5b6951e1271293dd343)
|
|
1712
|
+
- removing harness test, not sure why it's broken on 0.8 [`bd9e9a6`](https://github.com/ljharb/tape/commit/bd9e9a6aefa7f7129131a98dda3966d58d8a1c08)
|
|
1713
|
+
- nested test nearly works [`7951747`](https://github.com/ljharb/tape/commit/7951747f2f8b38a60c2a5b76a8f86741ebf8191b)
|
|
1714
|
+
- refactor exit logic [`890382d`](https://github.com/ljharb/tape/commit/890382dd3509d5817fc0a65a4df5f5cadbfd9a91)
|
|
1715
|
+
- fixed for the two example [`0ac88b8`](https://github.com/ljharb/tape/commit/0ac88b870c99dc3d9e6280f839d7023ecd922fe0)
|
|
1716
|
+
- use a createStream() function instead of .stream [`6417cdc`](https://github.com/ljharb/tape/commit/6417cdcd90ac712f8a5f3f849f93518cc59cac52)
|
|
1717
|
+
- fix harness test [`fa706ae`](https://github.com/ljharb/tape/commit/fa706aeb59bb9627b0b6740a795241d6c76dfe91)
|
|
1718
|
+
- no longer getting already closed errors by tracking the number of running tests [`c9def14`](https://github.com/ljharb/tape/commit/c9def140ee0f7d3d44dc9c3e2b420192090d1c90)
|
|
1719
|
+
- child ordering output is now correct [`5544d26`](https://github.com/ljharb/tape/commit/5544d26ddd36047db3d5ac699f3c4f6158e63dc7)
|
|
1720
|
+
- only test passes [`4fbabba`](https://github.com/ljharb/tape/commit/4fbabba2478d263a8adeb2b3d4314ab06f9874c9)
|
|
1721
|
+
- check for end and call ._exit() if unended [`ce0d62c`](https://github.com/ljharb/tape/commit/ce0d62c5a58de42959d35ebec5a65598432dd179)
|
|
1722
|
+
- fixed the many test, broke the exit test [`72e34ad`](https://github.com/ljharb/tape/commit/72e34ad9e2eb4314b914d8a74222b263a8221dc1)
|
|
1723
|
+
- passing one more of the exit tests [`5ec8f42`](https://github.com/ljharb/tape/commit/5ec8f42bcfbfa15edfeb04b1d632d9c9316bad68)
|
|
1724
|
+
- nested test at least finishes now [`6252fd2`](https://github.com/ljharb/tape/commit/6252fd201e7cb73036249130112ffc4ec2dc2372)
|
|
1725
|
+
- fix default harness going off unexpectedly [`b1c1d6a`](https://github.com/ljharb/tape/commit/b1c1d6a15e14e975cd0c0792d7c5d2a696c3cae3)
|
|
1726
|
+
- special case for exiting, all tests pass now [`88de699`](https://github.com/ljharb/tape/commit/88de69987bb25fbf9ed18b1b7168488752a3af2e)
|
|
1727
|
+
- passing the skip test [`876930e`](https://github.com/ljharb/tape/commit/876930ecea8b26f056c7c9f2e12f08f7017bcdce)
|
|
1728
|
+
- update the tests to use createStream [`9420e07`](https://github.com/ljharb/tape/commit/9420e07f324b01b0e7453b2341f55987945df816)
|
|
1729
|
+
- check pause status before resuming [`606b141`](https://github.com/ljharb/tape/commit/606b14118e0d810adc780d27031406aa90f91c1b)
|
|
1730
|
+
- nested example completely works [`a5e709e`](https://github.com/ljharb/tape/commit/a5e709eb86c946f2e79a758c14778583dc764ea8)
|
|
1731
|
+
- only the exported harness will be piped to the default stream [`6df7fc0`](https://github.com/ljharb/tape/commit/6df7fc0766bb9c15b83403e46e6e0a6e68645f64)
|
|
1732
|
+
- exit test completely passes [`f37d431`](https://github.com/ljharb/tape/commit/f37d431ff3f6f1fc3ca0cb602806628afca401bf)
|
|
1733
|
+
- fixed the nested test [`4f05679`](https://github.com/ljharb/tape/commit/4f056797d7003cb4a3cbbb85275257779ce34a4f)
|
|
1734
|
+
- getting further into the child ordering test [`8a80302`](https://github.com/ljharb/tape/commit/8a80302a2f34274147c8464099d05ad48cc922ac)
|
|
1735
|
+
- getting further into the child ordering test [`365ceab`](https://github.com/ljharb/tape/commit/365ceabb8d6f90917aeab8bedcf0b6ddba355a88)
|
|
1736
|
+
- update the harness test for createStream [`5329dc6`](https://github.com/ljharb/tape/commit/5329dc626400169e115fe6aec87bea459def6956)
|
|
1737
|
+
- partial fix for v0.10 exiting early [`78c7b77`](https://github.com/ljharb/tape/commit/78c7b7727bf67a7be4965c00f07c996157133265)
|
|
1738
|
+
- partly fixed the test name ordering issue [`c4dc7ac`](https://github.com/ljharb/tape/commit/c4dc7aced29b27bba0bcf88b68a33c1edf003acb)
|
|
1739
|
+
|
|
1740
|
+
## [v0.3.3](https://github.com/ljharb/tape/compare/v0.3.2...v0.3.3) - 2013-04-01
|
|
1741
|
+
|
|
1742
|
+
### Commits
|
|
1743
|
+
|
|
1744
|
+
- using testling [`4fe80b3`](https://github.com/ljharb/tape/commit/4fe80b3a31f065240b255998916f1dd98ef160c9)
|
|
1745
|
+
- use setImmediate on 0.10 [`d5b3bc2`](https://github.com/ljharb/tape/commit/d5b3bc26c9b9c9c5348a183c538a063f31555c6f)
|
|
1746
|
+
- stub out .map() [`95f1bb4`](https://github.com/ljharb/tape/commit/95f1bb4e3320acfbdb57e4c3818dea3cbe84896f)
|
|
1747
|
+
- minor fix for 0.10 [`52e25d8`](https://github.com/ljharb/tape/commit/52e25d8f78d00bcaf855ec2916684c9ba15e1caf)
|
|
1748
|
+
- drop 0.6, add 0.10 in travis [`04253f6`](https://github.com/ljharb/tape/commit/04253f62cd59bb71b81f889ea46f0671323e7725)
|
|
1749
|
+
- guard process.exit() with a canExit for browsers [`50f03fd`](https://github.com/ljharb/tape/commit/50f03fdcfc6c53f4bc3ef8fa4ae29d5e2941c0ef)
|
|
1750
|
+
|
|
1751
|
+
## [v0.3.2](https://github.com/ljharb/tape/compare/v0.3.1...v0.3.2) - 2013-03-25
|
|
1752
|
+
|
|
1753
|
+
### Commits
|
|
1754
|
+
|
|
1755
|
+
- failing exit test for 2nd test() plans [`e7d00be`](https://github.com/ljharb/tape/commit/e7d00be1662868a5da776e9a093fc857680153aa)
|
|
1756
|
+
- use a setInterval to keep the event loop alive [`c20c556`](https://github.com/ljharb/tape/commit/c20c556d2199a6ce4605f09ca3405b6ea91cf82e)
|
|
1757
|
+
- clean up the global harness exit interval [`361ecb6`](https://github.com/ljharb/tape/commit/361ecb6ce4e68bb5366b83045a82eea9cffa894d)
|
|
1758
|
+
- fix the second exit test asserts [`c85294a`](https://github.com/ljharb/tape/commit/c85294a4a335f3cad4a2e7de9c685fd0fe044b24)
|
|
1759
|
+
|
|
1760
|
+
## [v0.3.1](https://github.com/ljharb/tape/compare/v0.3.0...v0.3.1) - 2013-03-21
|
|
1761
|
+
|
|
1762
|
+
### Commits
|
|
1763
|
+
|
|
1764
|
+
- use json-stringify-safe in render.js to not throw on circular structures [`51a4e66`](https://github.com/ljharb/tape/commit/51a4e66ce27a1edd42a6a00ec1c183536ad496b7)
|
|
1765
|
+
- implemented decycle for JSON.stringify that should work in IE [`178a8dc`](https://github.com/ljharb/tape/commit/178a8dc329ed57d23222be2f1bdbd440e4618368)
|
|
1766
|
+
|
|
1767
|
+
## [v0.3.0](https://github.com/ljharb/tape/compare/v0.2.2...v0.3.0) - 2013-03-11
|
|
1768
|
+
|
|
1769
|
+
### Commits
|
|
1770
|
+
|
|
1771
|
+
- add small test runner [`80e309a`](https://github.com/ljharb/tape/commit/80e309ad6ae355bddaee54a33a1b69b871cff322)
|
|
1772
|
+
|
|
1773
|
+
## [v0.2.2](https://github.com/ljharb/tape/compare/v0.2.1...v0.2.2) - 2013-01-18
|
|
1774
|
+
|
|
1775
|
+
### Commits
|
|
1776
|
+
|
|
1777
|
+
- fix merge conflicts [`5e53c14`](https://github.com/ljharb/tape/commit/5e53c14c4ee8caec01714f943c7b153478a0002f)
|
|
1778
|
+
- Do not close renderer twice. [`ad90739`](https://github.com/ljharb/tape/commit/ad90739e9f1d6824ec55c990748f4c61c6d856c6)
|
|
1779
|
+
- whitespace back [`2666849`](https://github.com/ljharb/tape/commit/266684958a3f8e5ed9ed9436107a5940a2e1bb29)
|
|
1780
|
+
- fix close bug [`bd1db4e`](https://github.com/ljharb/tape/commit/bd1db4ee2d6129dfad57187ea7ccdc1522178f6b)
|
|
1781
|
+
|
|
1782
|
+
## [v0.2.1](https://github.com/ljharb/tape/compare/v0.2.0...v0.2.1) - 2013-01-18
|
|
1783
|
+
|
|
1784
|
+
### Commits
|
|
1785
|
+
|
|
1786
|
+
- test.only [`8a99091`](https://github.com/ljharb/tape/commit/8a990919f4d869b1ce7251797edd69f37dbdd706)
|
|
1787
|
+
- undo whitespace [`6e1cd97`](https://github.com/ljharb/tape/commit/6e1cd97536620ae5c657d3feafd9e4055b4641c5)
|
|
1788
|
+
- bad comma [`f0fd72a`](https://github.com/ljharb/tape/commit/f0fd72a15350b98c2e3786a36c6837628171add4)
|
|
1789
|
+
|
|
1790
|
+
## [v0.2.0](https://github.com/ljharb/tape/compare/v0.1.5...v0.2.0) - 2013-01-17
|
|
1791
|
+
|
|
1792
|
+
### Commits
|
|
1793
|
+
|
|
1794
|
+
- show `at` locations in errors [`35ba8a3`](https://github.com/ljharb/tape/commit/35ba8a36f023361089d1d09c122a8288cb061ede)
|
|
1795
|
+
- tape drive image [`1786bcc`](https://github.com/ljharb/tape/commit/1786bccafca6abbee091e4b9bf64bf0c1c7bbc17)
|
|
1796
|
+
|
|
1797
|
+
## [v0.1.5](https://github.com/ljharb/tape/compare/v0.1.4...v0.1.5) - 2012-12-20
|
|
1798
|
+
|
|
1799
|
+
### Commits
|
|
1800
|
+
|
|
1801
|
+
- failing max listeners test [`4058f75`](https://github.com/ljharb/tape/commit/4058f754e633d44c226d92a64fcc30aced7db3a3)
|
|
1802
|
+
- avoid max listeners warnings, test passes [`2f8a822`](https://github.com/ljharb/tape/commit/2f8a822688581fb1c506ab51921aff40429fb45c)
|
|
1803
|
+
|
|
1804
|
+
## [v0.1.4](https://github.com/ljharb/tape/compare/v0.1.3...v0.1.4) - 2012-12-20
|
|
1805
|
+
|
|
1806
|
+
### Commits
|
|
1807
|
+
|
|
1808
|
+
- put back whitespace to annoy @Raynos [`ce84d89`](https://github.com/ljharb/tape/commit/ce84d891e86a20a2bcf8a6bd1f31226d745e0a8c)
|
|
1809
|
+
- failing order test [`c3b7dda`](https://github.com/ljharb/tape/commit/c3b7ddaf2f58d487673c91a3fb9b24e5510db9ed)
|
|
1810
|
+
- failing order test [`ea0eff9`](https://github.com/ljharb/tape/commit/ea0eff904121d8be2348e0a9313afeae86f721c4)
|
|
1811
|
+
- NO MERGE CONFLICT [`9241450`](https://github.com/ljharb/tape/commit/9241450e865b0aed098663f16edec01f96ebae1b)
|
|
1812
|
+
- Count the number of times `test` is invoked [`e436a61`](https://github.com/ljharb/tape/commit/e436a61cee255579521538bce7f68851f8065e75)
|
|
1813
|
+
- fixed bug [`c32b131`](https://github.com/ljharb/tape/commit/c32b13155708f8084f585f793a1995ce4a2e598d)
|
|
1814
|
+
- Synchronous race conditions [`19d7f88`](https://github.com/ljharb/tape/commit/19d7f885bae8bc8e067d4ffcbb6d696acebca3f8)
|
|
1815
|
+
- dont log [`359a67f`](https://github.com/ljharb/tape/commit/359a67f9a00d101581da2f7b16bb0417f2acbada)
|
|
1816
|
+
|
|
1817
|
+
## [v0.1.3](https://github.com/ljharb/tape/compare/v0.1.2...v0.1.3) - 2012-12-19
|
|
1818
|
+
|
|
1819
|
+
### Commits
|
|
1820
|
+
|
|
1821
|
+
- fix the optional plan test on 0.6 [`af728e8`](https://github.com/ljharb/tape/commit/af728e8b869a011785a9a5d17f514be8e401e34c)
|
|
1822
|
+
- fix for the exit test on 0.6 [`17d0335`](https://github.com/ljharb/tape/commit/17d03354276fb82cc756cbcf13c82826652f76d5)
|
|
1823
|
+
|
|
1824
|
+
## [v0.1.2](https://github.com/ljharb/tape/compare/v0.1.1...v0.1.2) - 2012-12-19
|
|
1825
|
+
|
|
1826
|
+
### Commits
|
|
1827
|
+
|
|
1828
|
+
- not enough example [`9b2ffe1`](https://github.com/ljharb/tape/commit/9b2ffe1031c1e24ea1990324d6f7ee709d28f8f1)
|
|
1829
|
+
- only do console.log() mode, fix double \n bug [`028e858`](https://github.com/ljharb/tape/commit/028e858f85c6916a730dca183c00469ebb869729)
|
|
1830
|
+
|
|
1831
|
+
## [v0.1.1](https://github.com/ljharb/tape/compare/v0.1.0...v0.1.1) - 2012-12-12
|
|
1832
|
+
|
|
1833
|
+
### Fixed
|
|
1834
|
+
|
|
1835
|
+
- Handle regexp in throws. Fixes #8 [`#8`](https://github.com/ljharb/tape/issues/8)
|
|
1836
|
+
|
|
1837
|
+
## [v0.1.0](https://github.com/ljharb/tape/compare/v0.0.5...v0.1.0) - 2012-12-03
|
|
1838
|
+
|
|
1839
|
+
### Commits
|
|
1840
|
+
|
|
1841
|
+
- failing exit test [`104af1f`](https://github.com/ljharb/tape/commit/104af1fcad7f92d866cc2ddc7e4f688c854995cb)
|
|
1842
|
+
- passing exit ok test [`7de897c`](https://github.com/ljharb/tape/commit/7de897c665367a61f7ed6773216e90b1b662e6c3)
|
|
1843
|
+
- too few assertion test [`4ae9c04`](https://github.com/ljharb/tape/commit/4ae9c049f28f45f5b50104b2dc4694c1b3712f6f)
|
|
1844
|
+
- feature-detect process.exit() and "exit" events, exit tests now passes [`6fc71ba`](https://github.com/ljharb/tape/commit/6fc71bab2efae31b574a327de23d491345f4f504)
|
|
1845
|
+
- failing throw test [`3d58fef`](https://github.com/ljharb/tape/commit/3d58fefe2c323e70f9f3442ca127e9ec23065c87)
|
|
1846
|
+
- throw test passes [`37f79d2`](https://github.com/ljharb/tape/commit/37f79d242b104bfb80b3152a2ee86e105be251a3)
|
|
1847
|
+
- better error messages with stack traces [`1f1fcf7`](https://github.com/ljharb/tape/commit/1f1fcf76cfe46cf1cc613538d36face17733e89a)
|
|
1848
|
+
- update tests to thread through exit: false [`c8e11e1`](https://github.com/ljharb/tape/commit/c8e11e1f2c9b537c7fbf5bdf1cb6defaa83f41e3)
|
|
1849
|
+
- clean up feature detection [`329f784`](https://github.com/ljharb/tape/commit/329f784fbd42de778a09df441ad0a8595650c9c8)
|
|
1850
|
+
- 0.1.0 now with exit and exception handling [`ba72d57`](https://github.com/ljharb/tape/commit/ba72d5754ec4b6b70e4535d6dc3909352c48eac7)
|
|
1851
|
+
|
|
1852
|
+
## [v0.0.5](https://github.com/ljharb/tape/compare/v0.0.4...v0.0.5) - 2012-11-28
|
|
1853
|
+
|
|
1854
|
+
### Commits
|
|
1855
|
+
|
|
1856
|
+
- fix typo in t.notOk() [`369e7ee`](https://github.com/ljharb/tape/commit/369e7eef5fce3e91b9b21dfe5f915b1505edd82e)
|
|
1857
|
+
|
|
1858
|
+
## [v0.0.4](https://github.com/ljharb/tape/compare/v0.0.3...v0.0.4) - 2012-11-26
|
|
1859
|
+
|
|
1860
|
+
### Commits
|
|
1861
|
+
|
|
1862
|
+
- Return t [`21afbcb`](https://github.com/ljharb/tape/commit/21afbcb522c219ac65a6d2720aa2679b7d925eee)
|
|
1863
|
+
|
|
1864
|
+
## [v0.0.3](https://github.com/ljharb/tape/compare/v0.0.2...v0.0.3) - 2012-11-25
|
|
1865
|
+
|
|
1866
|
+
### Commits
|
|
1867
|
+
|
|
1868
|
+
- using `defined` for defined-or (//) [`6ce0e1a`](https://github.com/ljharb/tape/commit/6ce0e1a926c6f81504cd3d9e72254bf6815e0088)
|
|
1869
|
+
|
|
1870
|
+
## [v0.0.2](https://github.com/ljharb/tape/compare/v0.0.1...v0.0.2) - 2012-11-25
|
|
1871
|
+
|
|
1872
|
+
### Fixed
|
|
1873
|
+
|
|
1874
|
+
- Handle children in order, and grandchildren [`#5`](https://github.com/ljharb/tape/issues/5) [`#6`](https://github.com/ljharb/tape/issues/6)
|
|
1875
|
+
- Fix #3 Implement Test.comment [`#3`](https://github.com/ljharb/tape/issues/3)
|
|
1876
|
+
|
|
1877
|
+
### Commits
|
|
1878
|
+
|
|
1879
|
+
- A test for createHarness [`21fe619`](https://github.com/ljharb/tape/commit/21fe61941b05171eda6a4b40f20e918f205e9303)
|
|
1880
|
+
|
|
1881
|
+
## [v0.0.1](https://github.com/ljharb/tape/compare/v0.0.0...v0.0.1) - 2012-11-25
|
|
1882
|
+
|
|
1883
|
+
### Fixed
|
|
1884
|
+
|
|
1885
|
+
- Fix child ordering [`#4`](https://github.com/ljharb/tape/issues/4)
|
|
1886
|
+
- Use conf object, support skipping entire tests [`#2`](https://github.com/ljharb/tape/issues/2)
|
|
1887
|
+
- plan() should be optional [`#1`](https://github.com/ljharb/tape/issues/1)
|
|
1888
|
+
|
|
1889
|
+
### Commits
|
|
1890
|
+
|
|
1891
|
+
- browser example [`6192cb5`](https://github.com/ljharb/tape/commit/6192cb55175d3eecdf619207ea75a4ce70671c61)
|
|
1892
|
+
- browser compatibility notes [`0557b39`](https://github.com/ljharb/tape/commit/0557b3945d47c6ac5ba7e82762ce564ed0f149b8)
|
|
1893
|
+
- fix keyword silliness [`e14cce3`](https://github.com/ljharb/tape/commit/e14cce3a3ad8cdb48f40dc3d640e37830968ec59)
|
|
1894
|
+
|
|
1895
|
+
## v0.0.0 - 2012-11-25
|
|
1896
|
+
|
|
1897
|
+
### Commits
|
|
1898
|
+
|
|
1899
|
+
- mostly compatible with node-tap assertions, stubbed out assertion-to-TAP logic [`7948e2e`](https://github.com/ljharb/tape/commit/7948e2ee439135efee86ea0b7ce24c9deea4b018)
|
|
1900
|
+
- documentation, test.stream [`7e1d1f0`](https://github.com/ljharb/tape/commit/7e1d1f060b018bc81ee924c64f14ee2fda33d853)
|
|
1901
|
+
- fix double-piping bug in the output [`ddd2535`](https://github.com/ljharb/tape/commit/ddd2535d2e103a8461db808ed7d262b3cd1930d1)
|
|
1902
|
+
- failing nested test [`422bfb4`](https://github.com/ljharb/tape/commit/422bfb48e97ef3fb99012765760abee16935e6f8)
|
|
1903
|
+
- passing too many test [`e888fbb`](https://github.com/ljharb/tape/commit/e888fbb72d54c098143324d0bbe5ce16619b3220)
|
|
1904
|
+
- passing fail test [`5c2dfed`](https://github.com/ljharb/tape/commit/5c2dfed364155240d00d04db56f28431606a9481)
|
|
1905
|
+
- passing array test [`7991377`](https://github.com/ljharb/tape/commit/79913770856c3470d79e59b5761a2bf15bf78c71)
|
|
1906
|
+
- package.json etc [`a5b83f2`](https://github.com/ljharb/tape/commit/a5b83f2f10afc363b5086281fa8797e906008413)
|
|
1907
|
+
- nested failure example [`1ea9057`](https://github.com/ljharb/tape/commit/1ea9057585ae957f0a15d37afdf9872625d1e996)
|
|
1908
|
+
- basic tap output works [`53ab0e8`](https://github.com/ljharb/tape/commit/53ab0e8dadc2b5a415183633b67b6339b2ecac16)
|
|
1909
|
+
- nested tests work [`c9ca5be`](https://github.com/ljharb/tape/commit/c9ca5be0de56ee26a40347e2f17496c307ce355d)
|
|
1910
|
+
- plan errors [`40aafce`](https://github.com/ljharb/tape/commit/40aafce59661cc2f89e9702e0cbb69fd568a1f20)
|
|
1911
|
+
- expected, actual, and operator keys in yaml-esque format on assertion failures [`dab1314`](https://github.com/ljharb/tape/commit/dab13148eceaaac81c1fbb92004fe7663c839e5b)
|
|
1912
|
+
- send the end event properly [`46fb0a1`](https://github.com/ljharb/tape/commit/46fb0a1e5b305d07ffaf1c464325356c269fb5fe)
|
|
1913
|
+
- trailing tap data [`463afd2`](https://github.com/ljharb/tape/commit/463afd287c5833917a96c44f0f4d5a8dea56f67c)
|
|
1914
|
+
- remove nested test indents to pass the tests [`f6b844e`](https://github.com/ljharb/tape/commit/f6b844ec13e57391e37bd8eb4ab1c58aa7ef98fc)
|
|
1915
|
+
- initial artistic direction [`da360eb`](https://github.com/ljharb/tape/commit/da360eb938e221a160408f6c49a1a3659981e410)
|
|
1916
|
+
- using travis [`749e84f`](https://github.com/ljharb/tape/commit/749e84fa5b25f156e8d60bdd81599291c2b029d9)
|
|
1917
|
+
- document t.test() [`77983ab`](https://github.com/ljharb/tape/commit/77983ab8093d996ed5fc59e624209d989a16c7d3)
|
|
1918
|
+
- send the tap header [`31dae7d`](https://github.com/ljharb/tape/commit/31dae7d2c50dcba7ddf71e927ee3cb0f49c47046)
|