immosquare-cleaner 0.1.67 → 0.1.68
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.
- checksums.yaml +4 -4
- data/lib/immosquare-cleaner/version.rb +1 -1
- data/linters/rubocop-3.4.1.yml +3 -0
- data/node_modules/@eslint-community/eslint-utils/index.js +21 -1
- data/node_modules/@eslint-community/eslint-utils/index.js.map +1 -1
- data/node_modules/@eslint-community/eslint-utils/index.mjs +21 -1
- data/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -1
- data/node_modules/@eslint-community/eslint-utils/package.json +1 -1
- data/node_modules/acorn/CHANGELOG.md +12 -0
- data/node_modules/acorn/dist/acorn.js +33 -24
- data/node_modules/acorn/dist/acorn.mjs +33 -24
- data/node_modules/acorn/package.json +1 -1
- data/node_modules/async-function/CHANGELOG.md +16 -0
- data/node_modules/{supports-preserve-symlinks-flag → async-function}/LICENSE +1 -1
- data/node_modules/async-function/README.md +51 -0
- data/node_modules/async-function/index.d.mts +3 -0
- data/node_modules/async-function/index.d.ts +13 -0
- data/node_modules/async-function/index.js +8 -0
- data/node_modules/async-function/index.mjs +4 -0
- data/node_modules/async-function/legacy.js +18 -0
- data/node_modules/{is-core-module → async-function}/package.json +42 -32
- data/node_modules/async-function/require.mjs +5 -0
- data/node_modules/async-function/test/index.js +40 -0
- data/node_modules/async-function/tsconfig.json +9 -0
- data/node_modules/call-bind-apply-helpers/CHANGELOG.md +7 -0
- data/node_modules/call-bind-apply-helpers/index.d.ts +38 -20
- data/node_modules/call-bind-apply-helpers/index.js +1 -1
- data/node_modules/call-bind-apply-helpers/package.json +8 -8
- data/node_modules/call-bind-apply-helpers/test/index.js +4 -4
- data/node_modules/call-bound/CHANGELOG.md +8 -0
- data/node_modules/call-bound/index.d.ts +91 -10
- data/node_modules/call-bound/index.js +4 -3
- data/node_modules/call-bound/package.json +10 -10
- data/node_modules/call-bound/test/index.js +11 -4
- data/node_modules/call-bound/tsconfig.json +2 -1
- data/node_modules/es-object-atoms/CHANGELOG.md +21 -0
- data/node_modules/es-object-atoms/README.md +7 -0
- data/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +2 -2
- data/node_modules/es-object-atoms/ToObject.d.ts +6 -2
- data/node_modules/es-object-atoms/isObject.d.ts +3 -0
- data/node_modules/es-object-atoms/isObject.js +6 -0
- data/node_modules/es-object-atoms/package.json +9 -8
- data/node_modules/es-object-atoms/test/index.js +11 -1
- data/node_modules/es-shim-unscopables/CHANGELOG.md +8 -0
- data/node_modules/es-shim-unscopables/index.d.ts +8 -0
- data/node_modules/es-shim-unscopables/index.js +2 -1
- data/node_modules/es-shim-unscopables/package.json +20 -11
- data/node_modules/es-shim-unscopables/test/index.js +4 -1
- data/node_modules/es-shim-unscopables/test/with.js +8 -0
- data/node_modules/es-shim-unscopables/tsconfig.json +10 -0
- data/node_modules/{@babel/preset-modules → eslint-plugin-erb}/LICENSE +1 -1
- data/node_modules/eslint-plugin-erb/README.md +257 -0
- data/node_modules/eslint-plugin-erb/index.js +3 -0
- data/node_modules/eslint-plugin-erb/lib/autofix.js +44 -0
- data/node_modules/eslint-plugin-erb/lib/cache.js +21 -0
- data/node_modules/eslint-plugin-erb/lib/dummy_replacements_map.js +30 -0
- data/node_modules/eslint-plugin-erb/lib/file_coordinates.js +41 -0
- data/node_modules/eslint-plugin-erb/lib/index.js +50 -0
- data/node_modules/eslint-plugin-erb/lib/offset_calculation.js +50 -0
- data/node_modules/eslint-plugin-erb/lib/offset_map.js +111 -0
- data/node_modules/eslint-plugin-erb/lib/postprocess.js +72 -0
- data/node_modules/eslint-plugin-erb/lib/preprocess.js +113 -0
- data/node_modules/eslint-plugin-erb/package.json +50 -0
- data/node_modules/flatted/index.js +3 -3
- data/node_modules/flatted/min.js +1 -1
- data/node_modules/flatted/package.json +21 -8
- data/node_modules/flatted/python/flatted.py +4 -4
- data/node_modules/for-each/CHANGELOG.md +107 -0
- data/node_modules/for-each/README.md +0 -4
- data/node_modules/for-each/index.d.ts +35 -0
- data/node_modules/for-each/index.js +11 -4
- data/node_modules/for-each/package.json +47 -36
- data/node_modules/for-each/test/test.js +54 -12
- data/node_modules/for-each/tsconfig.json +8 -0
- data/node_modules/get-intrinsic/CHANGELOG.md +8 -0
- data/node_modules/get-intrinsic/index.js +1 -0
- data/node_modules/get-intrinsic/package.json +8 -8
- data/node_modules/import-fresh/index.js +2 -1
- data/node_modules/import-fresh/package.json +6 -1
- data/node_modules/import-fresh/readme.md +14 -8
- data/node_modules/is-async-function/CHANGELOG.md +13 -0
- data/node_modules/is-async-function/index.d.ts +4 -2
- data/node_modules/is-async-function/index.js +3 -18
- data/node_modules/is-async-function/package.json +8 -3
- data/node_modules/is-boolean-object/CHANGELOG.md +11 -0
- data/node_modules/is-boolean-object/index.js +1 -1
- data/node_modules/is-boolean-object/package.json +8 -6
- data/node_modules/is-boolean-object/test/index.js +24 -1
- data/node_modules/is-weakref/CHANGELOG.md +8 -0
- data/node_modules/is-weakref/index.d.ts +1 -1
- data/node_modules/is-weakref/index.js +3 -1
- data/node_modules/is-weakref/package.json +6 -6
- data/node_modules/object-inspect/CHANGELOG.md +8 -0
- data/node_modules/object-inspect/index.js +10 -7
- data/node_modules/object-inspect/package.json +5 -4
- data/node_modules/object-inspect/test/values.js +50 -0
- data/node_modules/possible-typed-array-names/CHANGELOG.md +14 -0
- data/node_modules/possible-typed-array-names/README.md +4 -2
- data/node_modules/possible-typed-array-names/index.d.ts +1 -0
- data/node_modules/possible-typed-array-names/index.js +1 -0
- data/node_modules/possible-typed-array-names/package.json +10 -9
- data/node_modules/possible-typed-array-names/test/index.js +6 -3
- data/node_modules/possible-typed-array-names/tsconfig.json +2 -42
- data/node_modules/typescript/README.md +1 -1
- data/node_modules/typescript/lib/_tsc.js +931 -500
- data/node_modules/typescript/lib/_tsserver.js +43 -7
- data/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/de/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/es/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/it/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/lib.dom.d.ts +769 -142
- data/node_modules/typescript/lib/lib.dom.iterable.d.ts +9 -7
- data/node_modules/typescript/lib/lib.es2015.iterable.d.ts +69 -54
- data/node_modules/typescript/lib/lib.es2020.bigint.d.ts +41 -7
- data/node_modules/typescript/lib/lib.es2023.array.d.ts +24 -24
- data/node_modules/typescript/lib/lib.es5.d.ts +60 -51
- data/node_modules/typescript/lib/lib.esnext.d.ts +2 -0
- data/node_modules/typescript/lib/lib.esnext.float16.d.ts +443 -0
- data/node_modules/typescript/lib/lib.esnext.iterator.d.ts +1 -1
- data/node_modules/typescript/lib/lib.esnext.promise.d.ts +34 -0
- data/node_modules/typescript/lib/lib.webworker.d.ts +262 -55
- data/node_modules/typescript/lib/lib.webworker.iterable.d.ts +6 -7
- data/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/typescript.d.ts +14 -3
- data/node_modules/typescript/lib/typescript.js +1035 -570
- data/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/package.json +22 -22
- data/node_modules/which-typed-array/CHANGELOG.md +10 -0
- data/node_modules/which-typed-array/index.js +21 -20
- data/node_modules/which-typed-array/package.json +9 -7
- data/node_modules/which-typed-array/tsconfig.json +1 -1
- metadata +35 -3849
- data/linters/rubocop-3.3.6.yml +0 -93
- data/node_modules/.bin/browserslist +0 -1
- data/node_modules/.bin/esparse +0 -1
- data/node_modules/.bin/esvalidate +0 -1
- data/node_modules/.bin/jscodeshift +0 -1
- data/node_modules/.bin/jsesc +0 -1
- data/node_modules/.bin/json5 +0 -1
- data/node_modules/.bin/parser +0 -1
- data/node_modules/.bin/regjsparser +0 -1
- data/node_modules/.bin/resolve +0 -1
- data/node_modules/.bin/update-browserslist-db +0 -1
- data/node_modules/@ampproject/remapping/LICENSE +0 -202
- data/node_modules/@ampproject/remapping/README.md +0 -218
- data/node_modules/@ampproject/remapping/dist/remapping.mjs +0 -197
- data/node_modules/@ampproject/remapping/dist/remapping.mjs.map +0 -1
- data/node_modules/@ampproject/remapping/dist/remapping.umd.js +0 -202
- data/node_modules/@ampproject/remapping/dist/remapping.umd.js.map +0 -1
- data/node_modules/@ampproject/remapping/dist/types/build-source-map-tree.d.ts +0 -14
- data/node_modules/@ampproject/remapping/dist/types/remapping.d.ts +0 -20
- data/node_modules/@ampproject/remapping/dist/types/source-map-tree.d.ts +0 -45
- data/node_modules/@ampproject/remapping/dist/types/source-map.d.ts +0 -18
- data/node_modules/@ampproject/remapping/dist/types/types.d.ts +0 -15
- data/node_modules/@ampproject/remapping/package.json +0 -75
- data/node_modules/@babel/code-frame/LICENSE +0 -22
- data/node_modules/@babel/code-frame/README.md +0 -19
- data/node_modules/@babel/code-frame/lib/index.js +0 -216
- data/node_modules/@babel/code-frame/lib/index.js.map +0 -1
- data/node_modules/@babel/code-frame/package.json +0 -31
- data/node_modules/@babel/compat-data/LICENSE +0 -22
- data/node_modules/@babel/compat-data/README.md +0 -19
- data/node_modules/@babel/compat-data/corejs2-built-ins.js +0 -2
- data/node_modules/@babel/compat-data/corejs3-shipped-proposals.js +0 -2
- data/node_modules/@babel/compat-data/data/corejs2-built-ins.json +0 -2090
- data/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +0 -5
- data/node_modules/@babel/compat-data/data/native-modules.json +0 -18
- data/node_modules/@babel/compat-data/data/overlapping-plugins.json +0 -35
- data/node_modules/@babel/compat-data/data/plugin-bugfixes.json +0 -213
- data/node_modules/@babel/compat-data/data/plugins.json +0 -825
- data/node_modules/@babel/compat-data/native-modules.js +0 -1
- data/node_modules/@babel/compat-data/overlapping-plugins.js +0 -1
- data/node_modules/@babel/compat-data/package.json +0 -40
- data/node_modules/@babel/compat-data/plugin-bugfixes.js +0 -1
- data/node_modules/@babel/compat-data/plugins.js +0 -1
- data/node_modules/@babel/core/LICENSE +0 -22
- data/node_modules/@babel/core/README.md +0 -19
- data/node_modules/@babel/core/cjs-proxy.cjs +0 -68
- data/node_modules/@babel/core/lib/config/cache-contexts.js +0 -3
- data/node_modules/@babel/core/lib/config/cache-contexts.js.map +0 -1
- data/node_modules/@babel/core/lib/config/caching.js +0 -261
- data/node_modules/@babel/core/lib/config/caching.js.map +0 -1
- data/node_modules/@babel/core/lib/config/config-chain.js +0 -469
- data/node_modules/@babel/core/lib/config/config-chain.js.map +0 -1
- data/node_modules/@babel/core/lib/config/config-descriptors.js +0 -190
- data/node_modules/@babel/core/lib/config/config-descriptors.js.map +0 -1
- data/node_modules/@babel/core/lib/config/files/configuration.js +0 -287
- data/node_modules/@babel/core/lib/config/files/configuration.js.map +0 -1
- data/node_modules/@babel/core/lib/config/files/import.cjs +0 -6
- data/node_modules/@babel/core/lib/config/files/import.cjs.map +0 -1
- data/node_modules/@babel/core/lib/config/files/index-browser.js +0 -58
- data/node_modules/@babel/core/lib/config/files/index-browser.js.map +0 -1
- data/node_modules/@babel/core/lib/config/files/index.js +0 -78
- data/node_modules/@babel/core/lib/config/files/index.js.map +0 -1
- data/node_modules/@babel/core/lib/config/files/module-types.js +0 -195
- data/node_modules/@babel/core/lib/config/files/module-types.js.map +0 -1
- data/node_modules/@babel/core/lib/config/files/package.js +0 -61
- data/node_modules/@babel/core/lib/config/files/package.js.map +0 -1
- data/node_modules/@babel/core/lib/config/files/plugins.js +0 -229
- data/node_modules/@babel/core/lib/config/files/plugins.js.map +0 -1
- data/node_modules/@babel/core/lib/config/files/types.js +0 -3
- data/node_modules/@babel/core/lib/config/files/types.js.map +0 -1
- data/node_modules/@babel/core/lib/config/files/utils.js +0 -36
- data/node_modules/@babel/core/lib/config/files/utils.js.map +0 -1
- data/node_modules/@babel/core/lib/config/full.js +0 -312
- data/node_modules/@babel/core/lib/config/full.js.map +0 -1
- data/node_modules/@babel/core/lib/config/helpers/config-api.js +0 -84
- data/node_modules/@babel/core/lib/config/helpers/config-api.js.map +0 -1
- data/node_modules/@babel/core/lib/config/helpers/deep-array.js +0 -23
- data/node_modules/@babel/core/lib/config/helpers/deep-array.js.map +0 -1
- data/node_modules/@babel/core/lib/config/helpers/environment.js +0 -12
- data/node_modules/@babel/core/lib/config/helpers/environment.js.map +0 -1
- data/node_modules/@babel/core/lib/config/index.js +0 -93
- data/node_modules/@babel/core/lib/config/index.js.map +0 -1
- data/node_modules/@babel/core/lib/config/item.js +0 -67
- data/node_modules/@babel/core/lib/config/item.js.map +0 -1
- data/node_modules/@babel/core/lib/config/partial.js +0 -158
- data/node_modules/@babel/core/lib/config/partial.js.map +0 -1
- data/node_modules/@babel/core/lib/config/pattern-to-regex.js +0 -38
- data/node_modules/@babel/core/lib/config/pattern-to-regex.js.map +0 -1
- data/node_modules/@babel/core/lib/config/plugin.js +0 -33
- data/node_modules/@babel/core/lib/config/plugin.js.map +0 -1
- data/node_modules/@babel/core/lib/config/printer.js +0 -113
- data/node_modules/@babel/core/lib/config/printer.js.map +0 -1
- data/node_modules/@babel/core/lib/config/resolve-targets-browser.js +0 -41
- data/node_modules/@babel/core/lib/config/resolve-targets-browser.js.map +0 -1
- data/node_modules/@babel/core/lib/config/resolve-targets.js +0 -61
- data/node_modules/@babel/core/lib/config/resolve-targets.js.map +0 -1
- data/node_modules/@babel/core/lib/config/util.js +0 -31
- data/node_modules/@babel/core/lib/config/util.js.map +0 -1
- data/node_modules/@babel/core/lib/config/validation/option-assertions.js +0 -277
- data/node_modules/@babel/core/lib/config/validation/option-assertions.js.map +0 -1
- data/node_modules/@babel/core/lib/config/validation/options.js +0 -189
- data/node_modules/@babel/core/lib/config/validation/options.js.map +0 -1
- data/node_modules/@babel/core/lib/config/validation/plugins.js +0 -67
- data/node_modules/@babel/core/lib/config/validation/plugins.js.map +0 -1
- data/node_modules/@babel/core/lib/config/validation/removed.js +0 -68
- data/node_modules/@babel/core/lib/config/validation/removed.js.map +0 -1
- data/node_modules/@babel/core/lib/errors/config-error.js +0 -18
- data/node_modules/@babel/core/lib/errors/config-error.js.map +0 -1
- data/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js +0 -98
- data/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js.map +0 -1
- data/node_modules/@babel/core/lib/gensync-utils/async.js +0 -90
- data/node_modules/@babel/core/lib/gensync-utils/async.js.map +0 -1
- data/node_modules/@babel/core/lib/gensync-utils/fs.js +0 -31
- data/node_modules/@babel/core/lib/gensync-utils/fs.js.map +0 -1
- data/node_modules/@babel/core/lib/gensync-utils/functional.js +0 -58
- data/node_modules/@babel/core/lib/gensync-utils/functional.js.map +0 -1
- data/node_modules/@babel/core/lib/index.js +0 -235
- data/node_modules/@babel/core/lib/index.js.map +0 -1
- data/node_modules/@babel/core/lib/parse.js +0 -47
- data/node_modules/@babel/core/lib/parse.js.map +0 -1
- data/node_modules/@babel/core/lib/parser/index.js +0 -79
- data/node_modules/@babel/core/lib/parser/index.js.map +0 -1
- data/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js +0 -339
- data/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js.map +0 -1
- data/node_modules/@babel/core/lib/tools/build-external-helpers.js +0 -144
- data/node_modules/@babel/core/lib/tools/build-external-helpers.js.map +0 -1
- data/node_modules/@babel/core/lib/transform-ast.js +0 -50
- data/node_modules/@babel/core/lib/transform-ast.js.map +0 -1
- data/node_modules/@babel/core/lib/transform-file-browser.js +0 -23
- data/node_modules/@babel/core/lib/transform-file-browser.js.map +0 -1
- data/node_modules/@babel/core/lib/transform-file.js +0 -40
- data/node_modules/@babel/core/lib/transform-file.js.map +0 -1
- data/node_modules/@babel/core/lib/transform.js +0 -49
- data/node_modules/@babel/core/lib/transform.js.map +0 -1
- data/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js +0 -84
- data/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js.map +0 -1
- data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs +0 -4
- data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs.map +0 -1
- data/node_modules/@babel/core/lib/transformation/file/file.js +0 -214
- data/node_modules/@babel/core/lib/transformation/file/file.js.map +0 -1
- data/node_modules/@babel/core/lib/transformation/file/generate.js +0 -84
- data/node_modules/@babel/core/lib/transformation/file/generate.js.map +0 -1
- data/node_modules/@babel/core/lib/transformation/file/merge-map.js +0 -37
- data/node_modules/@babel/core/lib/transformation/file/merge-map.js.map +0 -1
- data/node_modules/@babel/core/lib/transformation/index.js +0 -92
- data/node_modules/@babel/core/lib/transformation/index.js.map +0 -1
- data/node_modules/@babel/core/lib/transformation/normalize-file.js +0 -129
- data/node_modules/@babel/core/lib/transformation/normalize-file.js.map +0 -1
- data/node_modules/@babel/core/lib/transformation/normalize-opts.js +0 -59
- data/node_modules/@babel/core/lib/transformation/normalize-opts.js.map +0 -1
- data/node_modules/@babel/core/lib/transformation/plugin-pass.js +0 -50
- data/node_modules/@babel/core/lib/transformation/plugin-pass.js.map +0 -1
- data/node_modules/@babel/core/lib/transformation/util/clone-deep.js +0 -36
- data/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +0 -1
- data/node_modules/@babel/core/lib/vendor/import-meta-resolve.js +0 -1043
- data/node_modules/@babel/core/lib/vendor/import-meta-resolve.js.map +0 -1
- data/node_modules/@babel/core/node_modules/semver/LICENSE +0 -15
- data/node_modules/@babel/core/node_modules/semver/README.md +0 -443
- data/node_modules/@babel/core/node_modules/semver/bin/semver.js +0 -174
- data/node_modules/@babel/core/node_modules/semver/package.json +0 -38
- data/node_modules/@babel/core/node_modules/semver/range.bnf +0 -16
- data/node_modules/@babel/core/node_modules/semver/semver.js +0 -1643
- data/node_modules/@babel/core/package.json +0 -82
- data/node_modules/@babel/core/src/config/files/index-browser.ts +0 -113
- data/node_modules/@babel/core/src/config/files/index.ts +0 -29
- data/node_modules/@babel/core/src/config/resolve-targets-browser.ts +0 -40
- data/node_modules/@babel/core/src/config/resolve-targets.ts +0 -56
- data/node_modules/@babel/core/src/transform-file-browser.ts +0 -31
- data/node_modules/@babel/core/src/transform-file.ts +0 -55
- data/node_modules/@babel/generator/LICENSE +0 -22
- data/node_modules/@babel/generator/README.md +0 -19
- data/node_modules/@babel/generator/lib/buffer.js +0 -317
- data/node_modules/@babel/generator/lib/buffer.js.map +0 -1
- data/node_modules/@babel/generator/lib/generators/base.js +0 -87
- data/node_modules/@babel/generator/lib/generators/base.js.map +0 -1
- data/node_modules/@babel/generator/lib/generators/classes.js +0 -209
- data/node_modules/@babel/generator/lib/generators/classes.js.map +0 -1
- data/node_modules/@babel/generator/lib/generators/expressions.js +0 -295
- data/node_modules/@babel/generator/lib/generators/expressions.js.map +0 -1
- data/node_modules/@babel/generator/lib/generators/flow.js +0 -660
- data/node_modules/@babel/generator/lib/generators/flow.js.map +0 -1
- data/node_modules/@babel/generator/lib/generators/index.js +0 -128
- data/node_modules/@babel/generator/lib/generators/index.js.map +0 -1
- data/node_modules/@babel/generator/lib/generators/jsx.js +0 -121
- data/node_modules/@babel/generator/lib/generators/jsx.js.map +0 -1
- data/node_modules/@babel/generator/lib/generators/methods.js +0 -198
- data/node_modules/@babel/generator/lib/generators/methods.js.map +0 -1
- data/node_modules/@babel/generator/lib/generators/modules.js +0 -282
- data/node_modules/@babel/generator/lib/generators/modules.js.map +0 -1
- data/node_modules/@babel/generator/lib/generators/statements.js +0 -282
- data/node_modules/@babel/generator/lib/generators/statements.js.map +0 -1
- data/node_modules/@babel/generator/lib/generators/template-literals.js +0 -35
- data/node_modules/@babel/generator/lib/generators/template-literals.js.map +0 -1
- data/node_modules/@babel/generator/lib/generators/types.js +0 -243
- data/node_modules/@babel/generator/lib/generators/types.js.map +0 -1
- data/node_modules/@babel/generator/lib/generators/typescript.js +0 -702
- data/node_modules/@babel/generator/lib/generators/typescript.js.map +0 -1
- data/node_modules/@babel/generator/lib/index.js +0 -110
- data/node_modules/@babel/generator/lib/index.js.map +0 -1
- data/node_modules/@babel/generator/lib/node/index.js +0 -119
- data/node_modules/@babel/generator/lib/node/index.js.map +0 -1
- data/node_modules/@babel/generator/lib/node/parentheses.js +0 -225
- data/node_modules/@babel/generator/lib/node/parentheses.js.map +0 -1
- data/node_modules/@babel/generator/lib/node/whitespace.js +0 -145
- data/node_modules/@babel/generator/lib/node/whitespace.js.map +0 -1
- data/node_modules/@babel/generator/lib/printer.js +0 -774
- data/node_modules/@babel/generator/lib/printer.js.map +0 -1
- data/node_modules/@babel/generator/lib/source-map.js +0 -85
- data/node_modules/@babel/generator/lib/source-map.js.map +0 -1
- data/node_modules/@babel/generator/lib/token-map.js +0 -191
- data/node_modules/@babel/generator/lib/token-map.js.map +0 -1
- data/node_modules/@babel/generator/package.json +0 -40
- data/node_modules/@babel/helper-annotate-as-pure/LICENSE +0 -22
- data/node_modules/@babel/helper-annotate-as-pure/README.md +0 -19
- data/node_modules/@babel/helper-annotate-as-pure/lib/index.js +0 -23
- data/node_modules/@babel/helper-annotate-as-pure/lib/index.js.map +0 -1
- data/node_modules/@babel/helper-annotate-as-pure/package.json +0 -27
- data/node_modules/@babel/helper-compilation-targets/LICENSE +0 -22
- data/node_modules/@babel/helper-compilation-targets/README.md +0 -19
- data/node_modules/@babel/helper-compilation-targets/lib/debug.js +0 -28
- data/node_modules/@babel/helper-compilation-targets/lib/debug.js.map +0 -1
- data/node_modules/@babel/helper-compilation-targets/lib/filter-items.js +0 -67
- data/node_modules/@babel/helper-compilation-targets/lib/filter-items.js.map +0 -1
- data/node_modules/@babel/helper-compilation-targets/lib/index.js +0 -231
- data/node_modules/@babel/helper-compilation-targets/lib/index.js.map +0 -1
- data/node_modules/@babel/helper-compilation-targets/lib/options.js +0 -24
- data/node_modules/@babel/helper-compilation-targets/lib/options.js.map +0 -1
- data/node_modules/@babel/helper-compilation-targets/lib/pretty.js +0 -40
- data/node_modules/@babel/helper-compilation-targets/lib/pretty.js.map +0 -1
- data/node_modules/@babel/helper-compilation-targets/lib/targets.js +0 -28
- data/node_modules/@babel/helper-compilation-targets/lib/targets.js.map +0 -1
- data/node_modules/@babel/helper-compilation-targets/lib/utils.js +0 -58
- data/node_modules/@babel/helper-compilation-targets/lib/utils.js.map +0 -1
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/LICENSE +0 -15
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/README.md +0 -443
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/bin/semver.js +0 -174
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/package.json +0 -38
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/range.bnf +0 -16
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/semver.js +0 -1643
- data/node_modules/@babel/helper-compilation-targets/package.json +0 -43
- data/node_modules/@babel/helper-create-class-features-plugin/LICENSE +0 -22
- data/node_modules/@babel/helper-create-class-features-plugin/README.md +0 -19
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +0 -135
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +0 -1
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +0 -1311
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +0 -1
- data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +0 -147
- data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +0 -1
- data/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js +0 -1055
- data/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js.map +0 -1
- data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +0 -251
- data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +0 -1
- data/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js +0 -133
- data/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js.map +0 -1
- data/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js +0 -13
- data/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js.map +0 -1
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/LICENSE +0 -15
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/README.md +0 -443
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/bin/semver.js +0 -174
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/package.json +0 -38
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/range.bnf +0 -16
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/semver.js +0 -1643
- data/node_modules/@babel/helper-create-class-features-plugin/package.json +0 -43
- data/node_modules/@babel/helper-create-regexp-features-plugin/LICENSE +0 -22
- data/node_modules/@babel/helper-create-regexp-features-plugin/README.md +0 -19
- data/node_modules/@babel/helper-create-regexp-features-plugin/lib/features.js +0 -30
- data/node_modules/@babel/helper-create-regexp-features-plugin/lib/features.js.map +0 -1
- data/node_modules/@babel/helper-create-regexp-features-plugin/lib/index.js +0 -116
- data/node_modules/@babel/helper-create-regexp-features-plugin/lib/index.js.map +0 -1
- data/node_modules/@babel/helper-create-regexp-features-plugin/lib/util.js +0 -71
- data/node_modules/@babel/helper-create-regexp-features-plugin/lib/util.js.map +0 -1
- data/node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver/LICENSE +0 -15
- data/node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver/README.md +0 -443
- data/node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver/bin/semver.js +0 -174
- data/node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver/package.json +0 -38
- data/node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver/range.bnf +0 -16
- data/node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver/semver.js +0 -1643
- data/node_modules/@babel/helper-create-regexp-features-plugin/package.json +0 -36
- data/node_modules/@babel/helper-define-polyfill-provider/LICENSE +0 -22
- data/node_modules/@babel/helper-define-polyfill-provider/README.md +0 -15
- data/node_modules/@babel/helper-define-polyfill-provider/esm/index.browser.mjs +0 -810
- data/node_modules/@babel/helper-define-polyfill-provider/esm/index.browser.mjs.map +0 -1
- data/node_modules/@babel/helper-define-polyfill-provider/esm/index.node.mjs +0 -854
- data/node_modules/@babel/helper-define-polyfill-provider/esm/index.node.mjs.map +0 -1
- data/node_modules/@babel/helper-define-polyfill-provider/lib/browser/dependencies.js +0 -22
- data/node_modules/@babel/helper-define-polyfill-provider/lib/debug-utils.js +0 -15
- data/node_modules/@babel/helper-define-polyfill-provider/lib/define-provider.js +0 -9
- data/node_modules/@babel/helper-define-polyfill-provider/lib/imports-injector.js +0 -107
- data/node_modules/@babel/helper-define-polyfill-provider/lib/index.js +0 -289
- data/node_modules/@babel/helper-define-polyfill-provider/lib/meta-resolver.js +0 -52
- data/node_modules/@babel/helper-define-polyfill-provider/lib/node/dependencies.js +0 -67
- data/node_modules/@babel/helper-define-polyfill-provider/lib/normalize-options.js +0 -70
- data/node_modules/@babel/helper-define-polyfill-provider/lib/types.js +0 -3
- data/node_modules/@babel/helper-define-polyfill-provider/lib/utils.js +0 -165
- data/node_modules/@babel/helper-define-polyfill-provider/lib/visitors/entry.js +0 -26
- data/node_modules/@babel/helper-define-polyfill-provider/lib/visitors/index.js +0 -9
- data/node_modules/@babel/helper-define-polyfill-provider/lib/visitors/usage.js +0 -129
- data/node_modules/@babel/helper-define-polyfill-provider/package.json +0 -59
- data/node_modules/@babel/helper-member-expression-to-functions/LICENSE +0 -22
- data/node_modules/@babel/helper-member-expression-to-functions/README.md +0 -19
- data/node_modules/@babel/helper-member-expression-to-functions/lib/index.js +0 -397
- data/node_modules/@babel/helper-member-expression-to-functions/lib/index.js.map +0 -1
- data/node_modules/@babel/helper-member-expression-to-functions/package.json +0 -25
- data/node_modules/@babel/helper-module-imports/LICENSE +0 -22
- data/node_modules/@babel/helper-module-imports/README.md +0 -19
- data/node_modules/@babel/helper-module-imports/lib/import-builder.js +0 -122
- data/node_modules/@babel/helper-module-imports/lib/import-builder.js.map +0 -1
- data/node_modules/@babel/helper-module-imports/lib/import-injector.js +0 -304
- data/node_modules/@babel/helper-module-imports/lib/import-injector.js.map +0 -1
- data/node_modules/@babel/helper-module-imports/lib/index.js +0 -37
- data/node_modules/@babel/helper-module-imports/lib/index.js.map +0 -1
- data/node_modules/@babel/helper-module-imports/lib/is-module.js +0 -11
- data/node_modules/@babel/helper-module-imports/lib/is-module.js.map +0 -1
- data/node_modules/@babel/helper-module-imports/package.json +0 -28
- data/node_modules/@babel/helper-module-transforms/LICENSE +0 -22
- data/node_modules/@babel/helper-module-transforms/README.md +0 -19
- data/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +0 -48
- data/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +0 -1
- data/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +0 -48
- data/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +0 -1
- data/node_modules/@babel/helper-module-transforms/lib/index.js +0 -398
- data/node_modules/@babel/helper-module-transforms/lib/index.js.map +0 -1
- data/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +0 -31
- data/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +0 -1
- data/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +0 -361
- data/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +0 -1
- data/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +0 -360
- data/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +0 -1
- data/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +0 -22
- data/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +0 -1
- data/node_modules/@babel/helper-module-transforms/package.json +0 -32
- data/node_modules/@babel/helper-optimise-call-expression/LICENSE +0 -22
- data/node_modules/@babel/helper-optimise-call-expression/README.md +0 -19
- data/node_modules/@babel/helper-optimise-call-expression/lib/index.js +0 -33
- data/node_modules/@babel/helper-optimise-call-expression/lib/index.js.map +0 -1
- data/node_modules/@babel/helper-optimise-call-expression/package.json +0 -28
- data/node_modules/@babel/helper-plugin-utils/LICENSE +0 -22
- data/node_modules/@babel/helper-plugin-utils/README.md +0 -19
- data/node_modules/@babel/helper-plugin-utils/lib/index.js +0 -78
- data/node_modules/@babel/helper-plugin-utils/lib/index.js.map +0 -1
- data/node_modules/@babel/helper-plugin-utils/package.json +0 -24
- data/node_modules/@babel/helper-remap-async-to-generator/LICENSE +0 -22
- data/node_modules/@babel/helper-remap-async-to-generator/README.md +0 -19
- data/node_modules/@babel/helper-remap-async-to-generator/lib/index.js +0 -64
- data/node_modules/@babel/helper-remap-async-to-generator/lib/index.js.map +0 -1
- data/node_modules/@babel/helper-remap-async-to-generator/package.json +0 -32
- data/node_modules/@babel/helper-replace-supers/LICENSE +0 -22
- data/node_modules/@babel/helper-replace-supers/README.md +0 -19
- data/node_modules/@babel/helper-replace-supers/lib/index.js +0 -305
- data/node_modules/@babel/helper-replace-supers/lib/index.js.map +0 -1
- data/node_modules/@babel/helper-replace-supers/package.json +0 -32
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE +0 -22
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md +0 -19
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js +0 -34
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js.map +0 -1
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json +0 -31
- data/node_modules/@babel/helper-string-parser/LICENSE +0 -22
- data/node_modules/@babel/helper-string-parser/README.md +0 -19
- data/node_modules/@babel/helper-string-parser/lib/index.js +0 -295
- data/node_modules/@babel/helper-string-parser/lib/index.js.map +0 -1
- data/node_modules/@babel/helper-string-parser/package.json +0 -31
- data/node_modules/@babel/helper-validator-identifier/LICENSE +0 -22
- data/node_modules/@babel/helper-validator-identifier/README.md +0 -19
- data/node_modules/@babel/helper-validator-identifier/lib/identifier.js +0 -70
- data/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +0 -1
- data/node_modules/@babel/helper-validator-identifier/lib/index.js +0 -57
- data/node_modules/@babel/helper-validator-identifier/lib/index.js.map +0 -1
- data/node_modules/@babel/helper-validator-identifier/lib/keyword.js +0 -35
- data/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +0 -1
- data/node_modules/@babel/helper-validator-identifier/package.json +0 -31
- data/node_modules/@babel/helper-validator-option/LICENSE +0 -22
- data/node_modules/@babel/helper-validator-option/README.md +0 -19
- data/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +0 -39
- data/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +0 -1
- data/node_modules/@babel/helper-validator-option/lib/index.js +0 -21
- data/node_modules/@babel/helper-validator-option/lib/index.js.map +0 -1
- data/node_modules/@babel/helper-validator-option/lib/validator.js +0 -48
- data/node_modules/@babel/helper-validator-option/lib/validator.js.map +0 -1
- data/node_modules/@babel/helper-validator-option/package.json +0 -27
- data/node_modules/@babel/helper-wrap-function/LICENSE +0 -22
- data/node_modules/@babel/helper-wrap-function/README.md +0 -19
- data/node_modules/@babel/helper-wrap-function/lib/index.js +0 -121
- data/node_modules/@babel/helper-wrap-function/lib/index.js.map +0 -1
- data/node_modules/@babel/helper-wrap-function/package.json +0 -26
- data/node_modules/@babel/helpers/LICENSE +0 -22
- data/node_modules/@babel/helpers/README.md +0 -19
- data/node_modules/@babel/helpers/lib/helpers/AwaitValue.js +0 -11
- data/node_modules/@babel/helpers/lib/helpers/AwaitValue.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +0 -12
- data/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js +0 -31
- data/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/applyDecs.js +0 -459
- data/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +0 -363
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +0 -376
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +0 -421
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +0 -235
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js +0 -236
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js +0 -13
- data/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js +0 -11
- data/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js +0 -12
- data/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js +0 -14
- data/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js +0 -14
- data/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +0 -52
- data/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +0 -72
- data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js +0 -38
- data/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +0 -12
- data/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/callSuper.js +0 -15
- data/node_modules/@babel/helpers/lib/helpers/callSuper.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +0 -14
- data/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js +0 -13
- data/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js +0 -25
- data/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js +0 -14
- data/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js +0 -18
- data/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classCallCheck.js +0 -13
- data/node_modules/@babel/helpers/lib/helpers/classCallCheck.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js +0 -12
- data/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js +0 -13
- data/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js +0 -12
- data/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js +0 -11
- data/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js +0 -14
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js +0 -14
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js +0 -12
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js +0 -13
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js +0 -14
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js +0 -12
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js +0 -15
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js +0 -13
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js +0 -12
- data/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js +0 -13
- data/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js +0 -13
- data/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js +0 -11
- data/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js +0 -13
- data/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js +0 -16
- data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js +0 -16
- data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js +0 -17
- data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js +0 -13
- data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js +0 -11
- data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/construct.js +0 -20
- data/node_modules/@babel/helpers/lib/helpers/construct.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/createClass.js +0 -26
- data/node_modules/@babel/helpers/lib/helpers/createClass.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js +0 -64
- data/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js +0 -29
- data/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/createSuper.js +0 -25
- data/node_modules/@babel/helpers/lib/helpers/createSuper.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/decorate.js +0 -350
- data/node_modules/@babel/helpers/lib/helpers/decorate.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/defaults.js +0 -18
- data/node_modules/@babel/helpers/lib/helpers/defaults.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +0 -16
- data/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js +0 -27
- data/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/defineProperty.js +0 -23
- data/node_modules/@babel/helpers/lib/helpers/defineProperty.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/dispose.js +0 -47
- data/node_modules/@babel/helpers/lib/helpers/dispose.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/extends.js +0 -22
- data/node_modules/@babel/helpers/lib/helpers/extends.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/get.js +0 -25
- data/node_modules/@babel/helpers/lib/helpers/get.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js +0 -14
- data/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/identity.js +0 -11
- data/node_modules/@babel/helpers/lib/helpers/identity.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +0 -35
- data/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/inherits.js +0 -25
- data/node_modules/@babel/helpers/lib/helpers/inherits.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js +0 -14
- data/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js +0 -17
- data/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js +0 -11
- data/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/instanceof.js +0 -15
- data/node_modules/@babel/helpers/lib/helpers/instanceof.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js +0 -13
- data/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +0 -49
- data/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js +0 -15
- data/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js +0 -16
- data/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/iterableToArray.js +0 -13
- data/node_modules/@babel/helpers/lib/helpers/iterableToArray.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +0 -41
- data/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/jsx.js +0 -47
- data/node_modules/@babel/helpers/lib/helpers/jsx.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js +0 -16
- data/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js +0 -13
- data/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js +0 -11
- data/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js +0 -11
- data/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js +0 -11
- data/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js +0 -11
- data/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/objectSpread.js +0 -24
- data/node_modules/@babel/helpers/lib/helpers/objectSpread.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +0 -39
- data/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +0 -24
- data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +0 -19
- data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js +0 -17
- data/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/readOnlyError.js +0 -11
- data/node_modules/@babel/helpers/lib/helpers/readOnlyError.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +0 -499
- data/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/set.js +0 -48
- data/node_modules/@babel/helpers/lib/helpers/set.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/setFunctionName.js +0 -21
- data/node_modules/@babel/helpers/lib/helpers/setFunctionName.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js +0 -15
- data/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js +0 -15
- data/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/slicedToArray.js +0 -15
- data/node_modules/@babel/helpers/lib/helpers/slicedToArray.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/superPropBase.js +0 -16
- data/node_modules/@babel/helpers/lib/helpers/superPropBase.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/superPropGet.js +0 -16
- data/node_modules/@babel/helpers/lib/helpers/superPropGet.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/superPropSet.js +0 -13
- data/node_modules/@babel/helpers/lib/helpers/superPropSet.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js +0 -18
- data/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js +0 -15
- data/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/tdz.js +0 -11
- data/node_modules/@babel/helpers/lib/helpers/tdz.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/temporalRef.js +0 -13
- data/node_modules/@babel/helpers/lib/helpers/temporalRef.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js +0 -9
- data/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/toArray.js +0 -15
- data/node_modules/@babel/helpers/lib/helpers/toArray.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js +0 -15
- data/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/toPrimitive.js +0 -18
- data/node_modules/@babel/helpers/lib/helpers/toPrimitive.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js +0 -13
- data/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/toSetter.js +0 -18
- data/node_modules/@babel/helpers/lib/helpers/toSetter.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/typeof.js +0 -22
- data/node_modules/@babel/helpers/lib/helpers/typeof.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js +0 -19
- data/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/using.js +0 -29
- data/node_modules/@babel/helpers/lib/helpers/using.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/usingCtx.js +0 -103
- data/node_modules/@babel/helpers/lib/helpers/usingCtx.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js +0 -97
- data/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js +0 -38
- data/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +0 -68
- data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js +0 -11
- data/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js.map +0 -1
- data/node_modules/@babel/helpers/lib/helpers-generated.js +0 -1231
- data/node_modules/@babel/helpers/lib/helpers-generated.js.map +0 -1
- data/node_modules/@babel/helpers/lib/index.js +0 -121
- data/node_modules/@babel/helpers/lib/index.js.map +0 -1
- data/node_modules/@babel/helpers/package.json +0 -31
- data/node_modules/@babel/parser/CHANGELOG.md +0 -1073
- data/node_modules/@babel/parser/LICENSE +0 -19
- data/node_modules/@babel/parser/README.md +0 -19
- data/node_modules/@babel/parser/bin/babel-parser.js +0 -15
- data/node_modules/@babel/parser/index.cjs +0 -5
- data/node_modules/@babel/parser/lib/index.js +0 -14027
- data/node_modules/@babel/parser/lib/index.js.map +0 -1
- data/node_modules/@babel/parser/package.json +0 -50
- data/node_modules/@babel/parser/typings/babel-parser.d.ts +0 -267
- data/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/LICENSE +0 -22
- data/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/README.md +0 -19
- data/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/lib/index.js +0 -75
- data/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/package.json +0 -43
- data/node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope/LICENSE +0 -22
- data/node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope/README.md +0 -19
- data/node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope/lib/index.js +0 -73
- data/node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope/package.json +0 -43
- data/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/LICENSE +0 -22
- data/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/README.md +0 -19
- data/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/lib/index.js +0 -47
- data/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/package.json +0 -43
- data/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/LICENSE +0 -22
- data/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/README.md +0 -19
- data/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/lib/index.js +0 -66
- data/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json +0 -45
- data/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/LICENSE +0 -22
- data/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/README.md +0 -19
- data/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/lib/index.js +0 -175
- data/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/package.json +0 -44
- data/node_modules/@babel/plugin-proposal-private-property-in-object/LICENSE +0 -22
- data/node_modules/@babel/plugin-proposal-private-property-in-object/README.md +0 -23
- data/node_modules/@babel/plugin-proposal-private-property-in-object/lib/index.js +0 -36
- data/node_modules/@babel/plugin-proposal-private-property-in-object/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-proposal-private-property-in-object/package.json +0 -27
- data/node_modules/@babel/plugin-syntax-flow/LICENSE +0 -22
- data/node_modules/@babel/plugin-syntax-flow/README.md +0 -19
- data/node_modules/@babel/plugin-syntax-flow/lib/index.js +0 -40
- data/node_modules/@babel/plugin-syntax-flow/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-syntax-flow/package.json +0 -33
- data/node_modules/@babel/plugin-syntax-import-assertions/LICENSE +0 -22
- data/node_modules/@babel/plugin-syntax-import-assertions/README.md +0 -19
- data/node_modules/@babel/plugin-syntax-import-assertions/lib/index.js +0 -32
- data/node_modules/@babel/plugin-syntax-import-assertions/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-syntax-import-assertions/package.json +0 -32
- data/node_modules/@babel/plugin-syntax-import-attributes/LICENSE +0 -22
- data/node_modules/@babel/plugin-syntax-import-attributes/README.md +0 -19
- data/node_modules/@babel/plugin-syntax-import-attributes/lib/index.js +0 -39
- data/node_modules/@babel/plugin-syntax-import-attributes/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-syntax-import-attributes/package.json +0 -40
- data/node_modules/@babel/plugin-syntax-jsx/LICENSE +0 -22
- data/node_modules/@babel/plugin-syntax-jsx/README.md +0 -19
- data/node_modules/@babel/plugin-syntax-jsx/lib/index.js +0 -23
- data/node_modules/@babel/plugin-syntax-jsx/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-syntax-jsx/package.json +0 -33
- data/node_modules/@babel/plugin-syntax-typescript/LICENSE +0 -22
- data/node_modules/@babel/plugin-syntax-typescript/README.md +0 -19
- data/node_modules/@babel/plugin-syntax-typescript/lib/index.js +0 -57
- data/node_modules/@babel/plugin-syntax-typescript/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-syntax-typescript/package.json +0 -35
- data/node_modules/@babel/plugin-syntax-unicode-sets-regex/LICENSE +0 -22
- data/node_modules/@babel/plugin-syntax-unicode-sets-regex/README.md +0 -19
- data/node_modules/@babel/plugin-syntax-unicode-sets-regex/lib/index.js +0 -25
- data/node_modules/@babel/plugin-syntax-unicode-sets-regex/package.json +0 -49
- data/node_modules/@babel/plugin-transform-arrow-functions/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-arrow-functions/README.md +0 -19
- data/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js +0 -29
- data/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-arrow-functions/package.json +0 -36
- data/node_modules/@babel/plugin-transform-async-generator-functions/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-async-generator-functions/README.md +0 -19
- data/node_modules/@babel/plugin-transform-async-generator-functions/lib/for-await.js +0 -77
- data/node_modules/@babel/plugin-transform-async-generator-functions/lib/for-await.js.map +0 -1
- data/node_modules/@babel/plugin-transform-async-generator-functions/lib/index.js +0 -85
- data/node_modules/@babel/plugin-transform-async-generator-functions/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-async-generator-functions/package.json +0 -38
- data/node_modules/@babel/plugin-transform-async-to-generator/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-async-to-generator/README.md +0 -19
- data/node_modules/@babel/plugin-transform-async-to-generator/lib/index.js +0 -52
- data/node_modules/@babel/plugin-transform-async-to-generator/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-async-to-generator/package.json +0 -36
- data/node_modules/@babel/plugin-transform-block-scoped-functions/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-block-scoped-functions/README.md +0 -19
- data/node_modules/@babel/plugin-transform-block-scoped-functions/lib/index.js +0 -45
- data/node_modules/@babel/plugin-transform-block-scoped-functions/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-block-scoped-functions/package.json +0 -34
- data/node_modules/@babel/plugin-transform-block-scoping/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-block-scoping/README.md +0 -19
- data/node_modules/@babel/plugin-transform-block-scoping/lib/annex-B_3_3.js +0 -101
- data/node_modules/@babel/plugin-transform-block-scoping/lib/annex-B_3_3.js.map +0 -1
- data/node_modules/@babel/plugin-transform-block-scoping/lib/index.js +0 -184
- data/node_modules/@babel/plugin-transform-block-scoping/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-block-scoping/lib/loop.js +0 -291
- data/node_modules/@babel/plugin-transform-block-scoping/lib/loop.js.map +0 -1
- data/node_modules/@babel/plugin-transform-block-scoping/lib/validation.js +0 -133
- data/node_modules/@babel/plugin-transform-block-scoping/lib/validation.js.map +0 -1
- data/node_modules/@babel/plugin-transform-block-scoping/package.json +0 -35
- data/node_modules/@babel/plugin-transform-class-properties/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-class-properties/README.md +0 -19
- data/node_modules/@babel/plugin-transform-class-properties/lib/index.js +0 -24
- data/node_modules/@babel/plugin-transform-class-properties/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-class-properties/package.json +0 -35
- data/node_modules/@babel/plugin-transform-class-static-block/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-class-static-block/README.md +0 -19
- data/node_modules/@babel/plugin-transform-class-static-block/lib/index.js +0 -63
- data/node_modules/@babel/plugin-transform-class-static-block/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-class-static-block/package.json +0 -46
- data/node_modules/@babel/plugin-transform-classes/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-classes/README.md +0 -19
- data/node_modules/@babel/plugin-transform-classes/lib/index.js +0 -75
- data/node_modules/@babel/plugin-transform-classes/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-classes/lib/inline-callSuper-helpers.js +0 -73
- data/node_modules/@babel/plugin-transform-classes/lib/inline-callSuper-helpers.js.map +0 -1
- data/node_modules/@babel/plugin-transform-classes/lib/transformClass.js +0 -544
- data/node_modules/@babel/plugin-transform-classes/lib/transformClass.js.map +0 -1
- data/node_modules/@babel/plugin-transform-classes/node_modules/globals/globals.json +0 -1563
- data/node_modules/@babel/plugin-transform-classes/node_modules/globals/index.js +0 -2
- data/node_modules/@babel/plugin-transform-classes/node_modules/globals/license +0 -9
- data/node_modules/@babel/plugin-transform-classes/node_modules/globals/package.json +0 -41
- data/node_modules/@babel/plugin-transform-classes/node_modules/globals/readme.md +0 -41
- data/node_modules/@babel/plugin-transform-classes/package.json +0 -39
- data/node_modules/@babel/plugin-transform-computed-properties/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-computed-properties/README.md +0 -19
- data/node_modules/@babel/plugin-transform-computed-properties/lib/index.js +0 -168
- data/node_modules/@babel/plugin-transform-computed-properties/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-computed-properties/package.json +0 -35
- data/node_modules/@babel/plugin-transform-destructuring/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-destructuring/README.md +0 -19
- data/node_modules/@babel/plugin-transform-destructuring/lib/index.js +0 -577
- data/node_modules/@babel/plugin-transform-destructuring/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-destructuring/package.json +0 -35
- data/node_modules/@babel/plugin-transform-dotall-regex/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-dotall-regex/README.md +0 -19
- data/node_modules/@babel/plugin-transform-dotall-regex/lib/index.js +0 -17
- data/node_modules/@babel/plugin-transform-dotall-regex/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-dotall-regex/package.json +0 -40
- data/node_modules/@babel/plugin-transform-duplicate-keys/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-duplicate-keys/README.md +0 -19
- data/node_modules/@babel/plugin-transform-duplicate-keys/lib/index.js +0 -60
- data/node_modules/@babel/plugin-transform-duplicate-keys/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-duplicate-keys/package.json +0 -34
- data/node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex/README.md +0 -19
- data/node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex/lib/index.js +0 -26
- data/node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex/package.json +0 -47
- data/node_modules/@babel/plugin-transform-dynamic-import/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-dynamic-import/README.md +0 -19
- data/node_modules/@babel/plugin-transform-dynamic-import/lib/index.js +0 -40
- data/node_modules/@babel/plugin-transform-dynamic-import/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-dynamic-import/package.json +0 -33
- data/node_modules/@babel/plugin-transform-exponentiation-operator/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-exponentiation-operator/README.md +0 -19
- data/node_modules/@babel/plugin-transform-exponentiation-operator/lib/index.js +0 -82
- data/node_modules/@babel/plugin-transform-exponentiation-operator/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-exponentiation-operator/package.json +0 -34
- data/node_modules/@babel/plugin-transform-export-namespace-from/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-export-namespace-from/README.md +0 -19
- data/node_modules/@babel/plugin-transform-export-namespace-from/lib/index.js +0 -46
- data/node_modules/@babel/plugin-transform-export-namespace-from/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-export-namespace-from/package.json +0 -34
- data/node_modules/@babel/plugin-transform-flow-strip-types/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-flow-strip-types/README.md +0 -19
- data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js +0 -163
- data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-flow-strip-types/package.json +0 -35
- data/node_modules/@babel/plugin-transform-for-of/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-for-of/README.md +0 -19
- data/node_modules/@babel/plugin-transform-for-of/lib/index.js +0 -194
- data/node_modules/@babel/plugin-transform-for-of/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-for-of/lib/no-helper-implementation.js +0 -153
- data/node_modules/@babel/plugin-transform-for-of/lib/no-helper-implementation.js.map +0 -1
- data/node_modules/@babel/plugin-transform-for-of/package.json +0 -35
- data/node_modules/@babel/plugin-transform-function-name/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-function-name/README.md +0 -19
- data/node_modules/@babel/plugin-transform-function-name/lib/index.js +0 -40
- data/node_modules/@babel/plugin-transform-function-name/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-function-name/package.json +0 -36
- data/node_modules/@babel/plugin-transform-json-strings/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-json-strings/README.md +0 -19
- data/node_modules/@babel/plugin-transform-json-strings/lib/index.js +0 -33
- data/node_modules/@babel/plugin-transform-json-strings/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-json-strings/package.json +0 -34
- data/node_modules/@babel/plugin-transform-literals/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-literals/README.md +0 -19
- data/node_modules/@babel/plugin-transform-literals/lib/index.js +0 -31
- data/node_modules/@babel/plugin-transform-literals/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-literals/package.json +0 -34
- data/node_modules/@babel/plugin-transform-logical-assignment-operators/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-logical-assignment-operators/README.md +0 -19
- data/node_modules/@babel/plugin-transform-logical-assignment-operators/lib/index.js +0 -55
- data/node_modules/@babel/plugin-transform-logical-assignment-operators/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-logical-assignment-operators/package.json +0 -35
- data/node_modules/@babel/plugin-transform-member-expression-literals/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-member-expression-literals/README.md +0 -19
- data/node_modules/@babel/plugin-transform-member-expression-literals/lib/index.js +0 -29
- data/node_modules/@babel/plugin-transform-member-expression-literals/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-member-expression-literals/package.json +0 -34
- data/node_modules/@babel/plugin-transform-modules-amd/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-modules-amd/README.md +0 -19
- data/node_modules/@babel/plugin-transform-modules-amd/lib/index.js +0 -144
- data/node_modules/@babel/plugin-transform-modules-amd/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-modules-amd/package.json +0 -36
- data/node_modules/@babel/plugin-transform-modules-commonjs/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-modules-commonjs/README.md +0 -19
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/dynamic-import.js +0 -16
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/dynamic-import.js.map +0 -1
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/hooks.js +0 -37
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/hooks.js.map +0 -1
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/index.js +0 -193
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/lazy.js +0 -44
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/lazy.js.map +0 -1
- data/node_modules/@babel/plugin-transform-modules-commonjs/package.json +0 -36
- data/node_modules/@babel/plugin-transform-modules-systemjs/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-modules-systemjs/README.md +0 -19
- data/node_modules/@babel/plugin-transform-modules-systemjs/lib/index.js +0 -406
- data/node_modules/@babel/plugin-transform-modules-systemjs/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-modules-systemjs/package.json +0 -39
- data/node_modules/@babel/plugin-transform-modules-umd/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-modules-umd/README.md +0 -19
- data/node_modules/@babel/plugin-transform-modules-umd/lib/index.js +0 -156
- data/node_modules/@babel/plugin-transform-modules-umd/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-modules-umd/package.json +0 -36
- data/node_modules/@babel/plugin-transform-named-capturing-groups-regex/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-named-capturing-groups-regex/README.md +0 -19
- data/node_modules/@babel/plugin-transform-named-capturing-groups-regex/lib/index.js +0 -25
- data/node_modules/@babel/plugin-transform-named-capturing-groups-regex/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-named-capturing-groups-regex/package.json +0 -40
- data/node_modules/@babel/plugin-transform-new-target/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-new-target/README.md +0 -19
- data/node_modules/@babel/plugin-transform-new-target/lib/index.js +0 -71
- data/node_modules/@babel/plugin-transform-new-target/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-new-target/package.json +0 -36
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/README.md +0 -19
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +0 -48
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +0 -34
- data/node_modules/@babel/plugin-transform-numeric-separator/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-numeric-separator/README.md +0 -19
- data/node_modules/@babel/plugin-transform-numeric-separator/lib/index.js +0 -31
- data/node_modules/@babel/plugin-transform-numeric-separator/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-numeric-separator/package.json +0 -36
- data/node_modules/@babel/plugin-transform-object-rest-spread/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-object-rest-spread/README.md +0 -19
- data/node_modules/@babel/plugin-transform-object-rest-spread/lib/index.js +0 -466
- data/node_modules/@babel/plugin-transform-object-rest-spread/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-object-rest-spread/package.json +0 -37
- data/node_modules/@babel/plugin-transform-object-super/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-object-super/README.md +0 -19
- data/node_modules/@babel/plugin-transform-object-super/lib/index.js +0 -67
- data/node_modules/@babel/plugin-transform-object-super/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-object-super/package.json +0 -35
- data/node_modules/@babel/plugin-transform-optional-catch-binding/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-optional-catch-binding/README.md +0 -19
- data/node_modules/@babel/plugin-transform-optional-catch-binding/lib/index.js +0 -25
- data/node_modules/@babel/plugin-transform-optional-catch-binding/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-optional-catch-binding/package.json +0 -34
- data/node_modules/@babel/plugin-transform-optional-chaining/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-optional-chaining/README.md +0 -19
- data/node_modules/@babel/plugin-transform-optional-chaining/lib/index.js +0 -244
- data/node_modules/@babel/plugin-transform-optional-chaining/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-optional-chaining/package.json +0 -37
- data/node_modules/@babel/plugin-transform-parameters/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-parameters/README.md +0 -19
- data/node_modules/@babel/plugin-transform-parameters/lib/index.js +0 -42
- data/node_modules/@babel/plugin-transform-parameters/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-parameters/lib/params.js +0 -144
- data/node_modules/@babel/plugin-transform-parameters/lib/params.js.map +0 -1
- data/node_modules/@babel/plugin-transform-parameters/lib/rest.js +0 -284
- data/node_modules/@babel/plugin-transform-parameters/lib/rest.js.map +0 -1
- data/node_modules/@babel/plugin-transform-parameters/lib/shadow-utils.js +0 -64
- data/node_modules/@babel/plugin-transform-parameters/lib/shadow-utils.js.map +0 -1
- data/node_modules/@babel/plugin-transform-parameters/package.json +0 -34
- data/node_modules/@babel/plugin-transform-private-methods/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-private-methods/README.md +0 -19
- data/node_modules/@babel/plugin-transform-private-methods/lib/index.js +0 -24
- data/node_modules/@babel/plugin-transform-private-methods/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-private-methods/package.json +0 -35
- data/node_modules/@babel/plugin-transform-private-property-in-object/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-private-property-in-object/README.md +0 -19
- data/node_modules/@babel/plugin-transform-private-property-in-object/lib/index.js +0 -126
- data/node_modules/@babel/plugin-transform-private-property-in-object/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-private-property-in-object/package.json +0 -36
- data/node_modules/@babel/plugin-transform-property-literals/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-property-literals/README.md +0 -19
- data/node_modules/@babel/plugin-transform-property-literals/lib/index.js +0 -28
- data/node_modules/@babel/plugin-transform-property-literals/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-property-literals/package.json +0 -34
- data/node_modules/@babel/plugin-transform-regenerator/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-regenerator/README.md +0 -19
- data/node_modules/@babel/plugin-transform-regenerator/lib/index.js +0 -45
- data/node_modules/@babel/plugin-transform-regenerator/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-regenerator/package.json +0 -32
- data/node_modules/@babel/plugin-transform-regexp-modifiers/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-regexp-modifiers/README.md +0 -19
- data/node_modules/@babel/plugin-transform-regexp-modifiers/lib/index.js +0 -17
- data/node_modules/@babel/plugin-transform-regexp-modifiers/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-regexp-modifiers/package.json +0 -45
- data/node_modules/@babel/plugin-transform-reserved-words/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-reserved-words/README.md +0 -19
- data/node_modules/@babel/plugin-transform-reserved-words/lib/index.js +0 -23
- data/node_modules/@babel/plugin-transform-reserved-words/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-reserved-words/package.json +0 -34
- data/node_modules/@babel/plugin-transform-shorthand-properties/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-shorthand-properties/README.md +0 -19
- data/node_modules/@babel/plugin-transform-shorthand-properties/lib/index.js +0 -50
- data/node_modules/@babel/plugin-transform-shorthand-properties/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-shorthand-properties/package.json +0 -34
- data/node_modules/@babel/plugin-transform-spread/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-spread/README.md +0 -19
- data/node_modules/@babel/plugin-transform-spread/lib/index.js +0 -167
- data/node_modules/@babel/plugin-transform-spread/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-spread/package.json +0 -35
- data/node_modules/@babel/plugin-transform-sticky-regex/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-sticky-regex/README.md +0 -19
- data/node_modules/@babel/plugin-transform-sticky-regex/lib/index.js +0 -25
- data/node_modules/@babel/plugin-transform-sticky-regex/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-sticky-regex/package.json +0 -34
- data/node_modules/@babel/plugin-transform-template-literals/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-template-literals/README.md +0 -19
- data/node_modules/@babel/plugin-transform-template-literals/lib/index.js +0 -108
- data/node_modules/@babel/plugin-transform-template-literals/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-template-literals/package.json +0 -34
- data/node_modules/@babel/plugin-transform-typeof-symbol/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-typeof-symbol/README.md +0 -19
- data/node_modules/@babel/plugin-transform-typeof-symbol/lib/index.js +0 -61
- data/node_modules/@babel/plugin-transform-typeof-symbol/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-typeof-symbol/package.json +0 -37
- data/node_modules/@babel/plugin-transform-typescript/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-typescript/README.md +0 -19
- data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +0 -58
- data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +0 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/enum.js +0 -319
- data/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +0 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/global-types.js +0 -22
- data/node_modules/@babel/plugin-transform-typescript/lib/global-types.js.map +0 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/index.js +0 -487
- data/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +0 -176
- data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +0 -1
- data/node_modules/@babel/plugin-transform-typescript/package.json +0 -41
- data/node_modules/@babel/plugin-transform-unicode-escapes/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-unicode-escapes/README.md +0 -19
- data/node_modules/@babel/plugin-transform-unicode-escapes/lib/index.js +0 -118
- data/node_modules/@babel/plugin-transform-unicode-escapes/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-unicode-escapes/package.json +0 -34
- data/node_modules/@babel/plugin-transform-unicode-property-regex/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-unicode-property-regex/README.md +0 -19
- data/node_modules/@babel/plugin-transform-unicode-property-regex/lib/index.js +0 -26
- data/node_modules/@babel/plugin-transform-unicode-property-regex/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-unicode-property-regex/package.json +0 -41
- data/node_modules/@babel/plugin-transform-unicode-regex/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-unicode-regex/README.md +0 -19
- data/node_modules/@babel/plugin-transform-unicode-regex/lib/index.js +0 -17
- data/node_modules/@babel/plugin-transform-unicode-regex/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-unicode-regex/package.json +0 -35
- data/node_modules/@babel/plugin-transform-unicode-sets-regex/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-unicode-sets-regex/README.md +0 -19
- data/node_modules/@babel/plugin-transform-unicode-sets-regex/lib/index.js +0 -22
- data/node_modules/@babel/plugin-transform-unicode-sets-regex/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-unicode-sets-regex/package.json +0 -52
- data/node_modules/@babel/preset-env/CONTRIBUTING.md +0 -94
- data/node_modules/@babel/preset-env/LICENSE +0 -22
- data/node_modules/@babel/preset-env/README.md +0 -19
- data/node_modules/@babel/preset-env/data/built-in-modules.js +0 -3
- data/node_modules/@babel/preset-env/data/built-in-modules.json.js +0 -3
- data/node_modules/@babel/preset-env/data/built-ins.js +0 -4
- data/node_modules/@babel/preset-env/data/built-ins.json.js +0 -4
- data/node_modules/@babel/preset-env/data/core-js-compat.js +0 -3
- data/node_modules/@babel/preset-env/data/corejs2-built-ins.js +0 -3
- data/node_modules/@babel/preset-env/data/corejs2-built-ins.json.js +0 -3
- data/node_modules/@babel/preset-env/data/package.json +0 -1
- data/node_modules/@babel/preset-env/data/plugins.js +0 -3
- data/node_modules/@babel/preset-env/data/plugins.json.js +0 -3
- data/node_modules/@babel/preset-env/data/shipped-proposals.js +0 -4
- data/node_modules/@babel/preset-env/data/unreleased-labels.js +0 -3
- data/node_modules/@babel/preset-env/lib/available-plugins.js +0 -171
- data/node_modules/@babel/preset-env/lib/available-plugins.js.map +0 -1
- data/node_modules/@babel/preset-env/lib/babel-7-available-plugins.cjs +0 -9
- data/node_modules/@babel/preset-env/lib/babel-7-available-plugins.cjs.map +0 -1
- data/node_modules/@babel/preset-env/lib/debug.js +0 -37
- data/node_modules/@babel/preset-env/lib/debug.js.map +0 -1
- data/node_modules/@babel/preset-env/lib/filter-items.js +0 -32
- data/node_modules/@babel/preset-env/lib/filter-items.js.map +0 -1
- data/node_modules/@babel/preset-env/lib/index.js +0 -347
- data/node_modules/@babel/preset-env/lib/index.js.map +0 -1
- data/node_modules/@babel/preset-env/lib/module-transformations.js +0 -15
- data/node_modules/@babel/preset-env/lib/module-transformations.js.map +0 -1
- data/node_modules/@babel/preset-env/lib/normalize-options.js +0 -150
- data/node_modules/@babel/preset-env/lib/normalize-options.js.map +0 -1
- data/node_modules/@babel/preset-env/lib/options.js +0 -43
- data/node_modules/@babel/preset-env/lib/options.js.map +0 -1
- data/node_modules/@babel/preset-env/lib/plugins-compat-data.js +0 -28
- data/node_modules/@babel/preset-env/lib/plugins-compat-data.js.map +0 -1
- data/node_modules/@babel/preset-env/lib/polyfills/babel-7-plugins.cjs +0 -21
- data/node_modules/@babel/preset-env/lib/polyfills/babel-7-plugins.cjs.map +0 -1
- data/node_modules/@babel/preset-env/lib/polyfills/babel-polyfill.cjs +0 -69
- data/node_modules/@babel/preset-env/lib/polyfills/babel-polyfill.cjs.map +0 -1
- data/node_modules/@babel/preset-env/lib/polyfills/regenerator.cjs +0 -44
- data/node_modules/@babel/preset-env/lib/polyfills/regenerator.cjs.map +0 -1
- data/node_modules/@babel/preset-env/lib/polyfills/utils.cjs +0 -22
- data/node_modules/@babel/preset-env/lib/polyfills/utils.cjs.map +0 -1
- data/node_modules/@babel/preset-env/lib/shipped-proposals.js +0 -29
- data/node_modules/@babel/preset-env/lib/shipped-proposals.js.map +0 -1
- data/node_modules/@babel/preset-env/lib/targets-parser.js +0 -20
- data/node_modules/@babel/preset-env/lib/targets-parser.js.map +0 -1
- data/node_modules/@babel/preset-env/node_modules/semver/LICENSE +0 -15
- data/node_modules/@babel/preset-env/node_modules/semver/README.md +0 -443
- data/node_modules/@babel/preset-env/node_modules/semver/bin/semver.js +0 -174
- data/node_modules/@babel/preset-env/node_modules/semver/package.json +0 -38
- data/node_modules/@babel/preset-env/node_modules/semver/range.bnf +0 -16
- data/node_modules/@babel/preset-env/node_modules/semver/semver.js +0 -1643
- data/node_modules/@babel/preset-env/package.json +0 -102
- data/node_modules/@babel/preset-flow/LICENSE +0 -22
- data/node_modules/@babel/preset-flow/README.md +0 -19
- data/node_modules/@babel/preset-flow/lib/index.js +0 -42
- data/node_modules/@babel/preset-flow/lib/index.js.map +0 -1
- data/node_modules/@babel/preset-flow/lib/normalize-options.js +0 -28
- data/node_modules/@babel/preset-flow/lib/normalize-options.js.map +0 -1
- data/node_modules/@babel/preset-flow/package.json +0 -41
- data/node_modules/@babel/preset-modules/README.md +0 -171
- data/node_modules/@babel/preset-modules/lib/index.js +0 -27
- data/node_modules/@babel/preset-modules/lib/plugins/transform-async-arrows-in-class/index.js +0 -45
- data/node_modules/@babel/preset-modules/lib/plugins/transform-edge-default-parameters/index.js +0 -36
- data/node_modules/@babel/preset-modules/lib/plugins/transform-edge-function-name/index.js +0 -42
- data/node_modules/@babel/preset-modules/lib/plugins/transform-jsx-spread/index.js +0 -115
- data/node_modules/@babel/preset-modules/lib/plugins/transform-safari-block-shadowing/index.js +0 -47
- data/node_modules/@babel/preset-modules/lib/plugins/transform-safari-for-shadowing/index.js +0 -42
- data/node_modules/@babel/preset-modules/lib/plugins/transform-tagged-template-caching/index.js +0 -75
- data/node_modules/@babel/preset-modules/package.json +0 -104
- data/node_modules/@babel/preset-modules/src/index.js +0 -26
- data/node_modules/@babel/preset-modules/src/plugins/transform-async-arrows-in-class/index.js +0 -35
- data/node_modules/@babel/preset-modules/src/plugins/transform-edge-default-parameters/index.js +0 -29
- data/node_modules/@babel/preset-modules/src/plugins/transform-edge-function-name/index.js +0 -31
- data/node_modules/@babel/preset-modules/src/plugins/transform-jsx-spread/index.js +0 -111
- data/node_modules/@babel/preset-modules/src/plugins/transform-safari-block-shadowing/index.js +0 -39
- data/node_modules/@babel/preset-modules/src/plugins/transform-safari-for-shadowing/index.js +0 -38
- data/node_modules/@babel/preset-modules/src/plugins/transform-tagged-template-caching/index.js +0 -88
- data/node_modules/@babel/preset-typescript/LICENSE +0 -22
- data/node_modules/@babel/preset-typescript/README.md +0 -19
- data/node_modules/@babel/preset-typescript/lib/index.js +0 -161
- data/node_modules/@babel/preset-typescript/lib/index.js.map +0 -1
- data/node_modules/@babel/preset-typescript/package.json +0 -40
- data/node_modules/@babel/register/LICENSE +0 -22
- data/node_modules/@babel/register/README.md +0 -19
- data/node_modules/@babel/register/experimental-worker.js +0 -1
- data/node_modules/@babel/register/lib/browser.js +0 -9
- data/node_modules/@babel/register/lib/browser.js.map +0 -1
- data/node_modules/@babel/register/lib/cache.js +0 -3
- data/node_modules/@babel/register/lib/cache.js.map +0 -1
- data/node_modules/@babel/register/lib/experimental-worker.js +0 -25
- data/node_modules/@babel/register/lib/experimental-worker.js.map +0 -1
- data/node_modules/@babel/register/lib/hook.js +0 -71
- data/node_modules/@babel/register/lib/hook.js.map +0 -1
- data/node_modules/@babel/register/lib/index.js +0 -11
- data/node_modules/@babel/register/lib/index.js.map +0 -1
- data/node_modules/@babel/register/lib/is-in-register-worker.js +0 -9
- data/node_modules/@babel/register/lib/is-in-register-worker.js.map +0 -1
- data/node_modules/@babel/register/lib/node.js +0 -16
- data/node_modules/@babel/register/lib/node.js.map +0 -1
- data/node_modules/@babel/register/lib/nodeWrapper.js +0 -13
- data/node_modules/@babel/register/lib/nodeWrapper.js.map +0 -1
- data/node_modules/@babel/register/lib/worker/babel-core.js +0 -19
- data/node_modules/@babel/register/lib/worker/babel-core.js.map +0 -1
- data/node_modules/@babel/register/lib/worker/cache.js +0 -94
- data/node_modules/@babel/register/lib/worker/cache.js.map +0 -1
- data/node_modules/@babel/register/lib/worker/handle-message.js +0 -24
- data/node_modules/@babel/register/lib/worker/handle-message.js.map +0 -1
- data/node_modules/@babel/register/lib/worker/index.js +0 -39
- data/node_modules/@babel/register/lib/worker/index.js.map +0 -1
- data/node_modules/@babel/register/lib/worker/transform.js +0 -121
- data/node_modules/@babel/register/lib/worker/transform.js.map +0 -1
- data/node_modules/@babel/register/lib/worker-client.js +0 -83
- data/node_modules/@babel/register/lib/worker-client.js.map +0 -1
- data/node_modules/@babel/register/package.json +0 -41
- data/node_modules/@babel/runtime/LICENSE +0 -22
- data/node_modules/@babel/runtime/README.md +0 -19
- data/node_modules/@babel/runtime/helpers/AwaitValue.js +0 -4
- data/node_modules/@babel/runtime/helpers/OverloadYield.js +0 -4
- data/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js +0 -9
- data/node_modules/@babel/runtime/helpers/applyDecs.js +0 -236
- data/node_modules/@babel/runtime/helpers/applyDecs2203.js +0 -184
- data/node_modules/@babel/runtime/helpers/applyDecs2203R.js +0 -191
- data/node_modules/@babel/runtime/helpers/applyDecs2301.js +0 -222
- data/node_modules/@babel/runtime/helpers/applyDecs2305.js +0 -133
- data/node_modules/@babel/runtime/helpers/applyDecs2311.js +0 -124
- data/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +0 -6
- data/node_modules/@babel/runtime/helpers/arrayWithHoles.js +0 -4
- data/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +0 -5
- data/node_modules/@babel/runtime/helpers/assertClassBrand.js +0 -5
- data/node_modules/@babel/runtime/helpers/assertThisInitialized.js +0 -5
- data/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js +0 -24
- data/node_modules/@babel/runtime/helpers/asyncIterator.js +0 -45
- data/node_modules/@babel/runtime/helpers/asyncToGenerator.js +0 -26
- data/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js +0 -5
- data/node_modules/@babel/runtime/helpers/callSuper.js +0 -7
- data/node_modules/@babel/runtime/helpers/checkInRHS.js +0 -6
- data/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js +0 -4
- data/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js +0 -10
- data/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js +0 -4
- data/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js +0 -7
- data/node_modules/@babel/runtime/helpers/classCallCheck.js +0 -4
- data/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js +0 -5
- data/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js +0 -4
- data/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js +0 -5
- data/node_modules/@babel/runtime/helpers/classNameTDZError.js +0 -4
- data/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js +0 -7
- data/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js +0 -7
- data/node_modules/@babel/runtime/helpers/classPrivateFieldGet2.js +0 -5
- data/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js +0 -5
- data/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js +0 -5
- data/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js +0 -5
- data/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js +0 -7
- data/node_modules/@babel/runtime/helpers/classPrivateFieldSet2.js +0 -5
- data/node_modules/@babel/runtime/helpers/classPrivateGetter.js +0 -5
- data/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js +0 -5
- data/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js +0 -5
- data/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js +0 -4
- data/node_modules/@babel/runtime/helpers/classPrivateSetter.js +0 -5
- data/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js +0 -7
- data/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js +0 -7
- data/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js +0 -7
- data/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js +0 -5
- data/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js +0 -4
- data/node_modules/@babel/runtime/helpers/construct.js +0 -10
- data/node_modules/@babel/runtime/helpers/createClass.js +0 -13
- data/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js +0 -50
- data/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js +0 -19
- data/node_modules/@babel/runtime/helpers/createSuper.js +0 -16
- data/node_modules/@babel/runtime/helpers/decorate.js +0 -250
- data/node_modules/@babel/runtime/helpers/defaults.js +0 -9
- data/node_modules/@babel/runtime/helpers/defineAccessor.js +0 -8
- data/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js +0 -12
- data/node_modules/@babel/runtime/helpers/defineProperty.js +0 -10
- data/node_modules/@babel/runtime/helpers/dispose.js +0 -28
- data/node_modules/@babel/runtime/helpers/esm/AwaitValue.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/OverloadYield.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js +0 -9
- data/node_modules/@babel/runtime/helpers/esm/applyDecs.js +0 -236
- data/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js +0 -184
- data/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js +0 -191
- data/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js +0 -222
- data/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js +0 -133
- data/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js +0 -124
- data/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -6
- data/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +0 -5
- data/node_modules/@babel/runtime/helpers/esm/assertClassBrand.js +0 -5
- data/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -5
- data/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js +0 -24
- data/node_modules/@babel/runtime/helpers/esm/asyncIterator.js +0 -45
- data/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js +0 -26
- data/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js +0 -5
- data/node_modules/@babel/runtime/helpers/esm/callSuper.js +0 -7
- data/node_modules/@babel/runtime/helpers/esm/checkInRHS.js +0 -6
- data/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js +0 -10
- data/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js +0 -7
- data/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js +0 -5
- data/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js +0 -5
- data/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js +0 -7
- data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js +0 -7
- data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet2.js +0 -5
- data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js +0 -5
- data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js +0 -5
- data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js +0 -5
- data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js +0 -7
- data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet2.js +0 -5
- data/node_modules/@babel/runtime/helpers/esm/classPrivateGetter.js +0 -5
- data/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js +0 -5
- data/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js +0 -5
- data/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/classPrivateSetter.js +0 -5
- data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js +0 -7
- data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js +0 -7
- data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js +0 -7
- data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js +0 -5
- data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/construct.js +0 -10
- data/node_modules/@babel/runtime/helpers/esm/createClass.js +0 -13
- data/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +0 -50
- data/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js +0 -19
- data/node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -16
- data/node_modules/@babel/runtime/helpers/esm/decorate.js +0 -250
- data/node_modules/@babel/runtime/helpers/esm/defaults.js +0 -9
- data/node_modules/@babel/runtime/helpers/esm/defineAccessor.js +0 -8
- data/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js +0 -12
- data/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -10
- data/node_modules/@babel/runtime/helpers/esm/dispose.js +0 -28
- data/node_modules/@babel/runtime/helpers/esm/extends.js +0 -10
- data/node_modules/@babel/runtime/helpers/esm/get.js +0 -11
- data/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -6
- data/node_modules/@babel/runtime/helpers/esm/identity.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js +0 -27
- data/node_modules/@babel/runtime/helpers/esm/inherits.js +0 -14
- data/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +0 -5
- data/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js +0 -9
- data/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/instanceof.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js +0 -6
- data/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js +0 -27
- data/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js +0 -8
- data/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -9
- data/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -28
- data/node_modules/@babel/runtime/helpers/esm/jsx.js +0 -22
- data/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js +0 -9
- data/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/objectSpread.js +0 -14
- data/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -23
- data/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +0 -13
- data/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -10
- data/node_modules/@babel/runtime/helpers/esm/package.json +0 -3
- data/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -8
- data/node_modules/@babel/runtime/helpers/esm/readOnlyError.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js +0 -304
- data/node_modules/@babel/runtime/helpers/esm/set.js +0 -22
- data/node_modules/@babel/runtime/helpers/esm/setFunctionName.js +0 -12
- data/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -6
- data/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js +0 -7
- data/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -8
- data/node_modules/@babel/runtime/helpers/esm/superPropBase.js +0 -6
- data/node_modules/@babel/runtime/helpers/esm/superPropGet.js +0 -9
- data/node_modules/@babel/runtime/helpers/esm/superPropSet.js +0 -6
- data/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +0 -8
- data/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/tdz.js +0 -4
- data/node_modules/@babel/runtime/helpers/esm/temporalRef.js +0 -6
- data/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js +0 -2
- data/node_modules/@babel/runtime/helpers/esm/toArray.js +0 -8
- data/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +0 -8
- data/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +0 -12
- data/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +0 -7
- data/node_modules/@babel/runtime/helpers/esm/toSetter.js +0 -10
- data/node_modules/@babel/runtime/helpers/esm/typeof.js +0 -10
- data/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -9
- data/node_modules/@babel/runtime/helpers/esm/using.js +0 -12
- data/node_modules/@babel/runtime/helpers/esm/usingCtx.js +0 -59
- data/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js +0 -69
- data/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js +0 -27
- data/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js +0 -51
- data/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js +0 -4
- data/node_modules/@babel/runtime/helpers/extends.js +0 -10
- data/node_modules/@babel/runtime/helpers/get.js +0 -11
- data/node_modules/@babel/runtime/helpers/getPrototypeOf.js +0 -6
- data/node_modules/@babel/runtime/helpers/identity.js +0 -4
- data/node_modules/@babel/runtime/helpers/importDeferProxy.js +0 -27
- data/node_modules/@babel/runtime/helpers/inherits.js +0 -14
- data/node_modules/@babel/runtime/helpers/inheritsLoose.js +0 -5
- data/node_modules/@babel/runtime/helpers/initializerDefineProperty.js +0 -9
- data/node_modules/@babel/runtime/helpers/initializerWarningHelper.js +0 -4
- data/node_modules/@babel/runtime/helpers/instanceof.js +0 -4
- data/node_modules/@babel/runtime/helpers/interopRequireDefault.js +0 -6
- data/node_modules/@babel/runtime/helpers/interopRequireWildcard.js +0 -27
- data/node_modules/@babel/runtime/helpers/isNativeFunction.js +0 -8
- data/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js +0 -9
- data/node_modules/@babel/runtime/helpers/iterableToArray.js +0 -4
- data/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js +0 -28
- data/node_modules/@babel/runtime/helpers/jsx.js +0 -22
- data/node_modules/@babel/runtime/helpers/maybeArrayLike.js +0 -9
- data/node_modules/@babel/runtime/helpers/newArrowCheck.js +0 -4
- data/node_modules/@babel/runtime/helpers/nonIterableRest.js +0 -4
- data/node_modules/@babel/runtime/helpers/nonIterableSpread.js +0 -4
- data/node_modules/@babel/runtime/helpers/nullishReceiverError.js +0 -4
- data/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js +0 -4
- data/node_modules/@babel/runtime/helpers/objectSpread.js +0 -14
- data/node_modules/@babel/runtime/helpers/objectSpread2.js +0 -23
- data/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +0 -13
- data/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +0 -10
- data/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js +0 -8
- data/node_modules/@babel/runtime/helpers/readOnlyError.js +0 -4
- data/node_modules/@babel/runtime/helpers/regeneratorRuntime.js +0 -304
- data/node_modules/@babel/runtime/helpers/set.js +0 -22
- data/node_modules/@babel/runtime/helpers/setFunctionName.js +0 -12
- data/node_modules/@babel/runtime/helpers/setPrototypeOf.js +0 -6
- data/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js +0 -7
- data/node_modules/@babel/runtime/helpers/slicedToArray.js +0 -8
- data/node_modules/@babel/runtime/helpers/superPropBase.js +0 -6
- data/node_modules/@babel/runtime/helpers/superPropGet.js +0 -9
- data/node_modules/@babel/runtime/helpers/superPropSet.js +0 -6
- data/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js +0 -8
- data/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js +0 -4
- data/node_modules/@babel/runtime/helpers/tdz.js +0 -4
- data/node_modules/@babel/runtime/helpers/temporalRef.js +0 -6
- data/node_modules/@babel/runtime/helpers/temporalUndefined.js +0 -2
- data/node_modules/@babel/runtime/helpers/toArray.js +0 -8
- data/node_modules/@babel/runtime/helpers/toConsumableArray.js +0 -8
- data/node_modules/@babel/runtime/helpers/toPrimitive.js +0 -12
- data/node_modules/@babel/runtime/helpers/toPropertyKey.js +0 -7
- data/node_modules/@babel/runtime/helpers/toSetter.js +0 -10
- data/node_modules/@babel/runtime/helpers/typeof.js +0 -10
- data/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +0 -9
- data/node_modules/@babel/runtime/helpers/using.js +0 -12
- data/node_modules/@babel/runtime/helpers/usingCtx.js +0 -59
- data/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js +0 -69
- data/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +0 -27
- data/node_modules/@babel/runtime/helpers/wrapRegExp.js +0 -51
- data/node_modules/@babel/runtime/helpers/writeOnlyError.js +0 -4
- data/node_modules/@babel/runtime/package.json +0 -1056
- data/node_modules/@babel/runtime/regenerator/index.js +0 -15
- data/node_modules/@babel/template/LICENSE +0 -22
- data/node_modules/@babel/template/README.md +0 -19
- data/node_modules/@babel/template/lib/builder.js +0 -69
- data/node_modules/@babel/template/lib/builder.js.map +0 -1
- data/node_modules/@babel/template/lib/formatters.js +0 -61
- data/node_modules/@babel/template/lib/formatters.js.map +0 -1
- data/node_modules/@babel/template/lib/index.js +0 -23
- data/node_modules/@babel/template/lib/index.js.map +0 -1
- data/node_modules/@babel/template/lib/literal.js +0 -69
- data/node_modules/@babel/template/lib/literal.js.map +0 -1
- data/node_modules/@babel/template/lib/options.js +0 -73
- data/node_modules/@babel/template/lib/options.js.map +0 -1
- data/node_modules/@babel/template/lib/parse.js +0 -160
- data/node_modules/@babel/template/lib/parse.js.map +0 -1
- data/node_modules/@babel/template/lib/populate.js +0 -137
- data/node_modules/@babel/template/lib/populate.js.map +0 -1
- data/node_modules/@babel/template/lib/string.js +0 -20
- data/node_modules/@babel/template/lib/string.js.map +0 -1
- data/node_modules/@babel/template/package.json +0 -27
- data/node_modules/@babel/traverse/LICENSE +0 -22
- data/node_modules/@babel/traverse/README.md +0 -19
- data/node_modules/@babel/traverse/lib/cache.js +0 -44
- data/node_modules/@babel/traverse/lib/cache.js.map +0 -1
- data/node_modules/@babel/traverse/lib/context.js +0 -119
- data/node_modules/@babel/traverse/lib/context.js.map +0 -1
- data/node_modules/@babel/traverse/lib/hub.js +0 -19
- data/node_modules/@babel/traverse/lib/hub.js.map +0 -1
- data/node_modules/@babel/traverse/lib/index.js +0 -95
- data/node_modules/@babel/traverse/lib/index.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/ancestry.js +0 -141
- data/node_modules/@babel/traverse/lib/path/ancestry.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/comments.js +0 -52
- data/node_modules/@babel/traverse/lib/path/comments.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/context.js +0 -242
- data/node_modules/@babel/traverse/lib/path/context.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/conversion.js +0 -609
- data/node_modules/@babel/traverse/lib/path/conversion.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/evaluation.js +0 -347
- data/node_modules/@babel/traverse/lib/path/evaluation.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/family.js +0 -340
- data/node_modules/@babel/traverse/lib/path/family.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/index.js +0 -292
- data/node_modules/@babel/traverse/lib/path/index.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/inference/index.js +0 -149
- data/node_modules/@babel/traverse/lib/path/inference/index.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +0 -151
- data/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/inference/inferers.js +0 -207
- data/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/inference/util.js +0 -30
- data/node_modules/@babel/traverse/lib/path/inference/util.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/introspection.js +0 -398
- data/node_modules/@babel/traverse/lib/path/introspection.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/lib/hoister.js +0 -171
- data/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +0 -37
- data/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +0 -163
- data/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +0 -26
- data/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/modification.js +0 -229
- data/node_modules/@babel/traverse/lib/path/modification.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/removal.js +0 -69
- data/node_modules/@babel/traverse/lib/path/removal.js.map +0 -1
- data/node_modules/@babel/traverse/lib/path/replacement.js +0 -263
- data/node_modules/@babel/traverse/lib/path/replacement.js.map +0 -1
- data/node_modules/@babel/traverse/lib/scope/binding.js +0 -83
- data/node_modules/@babel/traverse/lib/scope/binding.js.map +0 -1
- data/node_modules/@babel/traverse/lib/scope/index.js +0 -981
- data/node_modules/@babel/traverse/lib/scope/index.js.map +0 -1
- data/node_modules/@babel/traverse/lib/scope/lib/renamer.js +0 -131
- data/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +0 -1
- data/node_modules/@babel/traverse/lib/traverse-node.js +0 -29
- data/node_modules/@babel/traverse/lib/traverse-node.js.map +0 -1
- data/node_modules/@babel/traverse/lib/types.js +0 -3
- data/node_modules/@babel/traverse/lib/types.js.map +0 -1
- data/node_modules/@babel/traverse/lib/visitors.js +0 -258
- data/node_modules/@babel/traverse/lib/visitors.js.map +0 -1
- data/node_modules/@babel/traverse/node_modules/globals/globals.json +0 -1563
- data/node_modules/@babel/traverse/node_modules/globals/index.js +0 -2
- data/node_modules/@babel/traverse/node_modules/globals/license +0 -9
- data/node_modules/@babel/traverse/node_modules/globals/package.json +0 -41
- data/node_modules/@babel/traverse/node_modules/globals/readme.md +0 -41
- data/node_modules/@babel/traverse/package.json +0 -35
- data/node_modules/@babel/types/LICENSE +0 -22
- data/node_modules/@babel/types/README.md +0 -19
- data/node_modules/@babel/types/lib/asserts/assertNode.js +0 -16
- data/node_modules/@babel/types/lib/asserts/assertNode.js.map +0 -1
- data/node_modules/@babel/types/lib/asserts/generated/index.js +0 -1235
- data/node_modules/@babel/types/lib/asserts/generated/index.js.map +0 -1
- data/node_modules/@babel/types/lib/ast-types/generated/index.js +0 -3
- data/node_modules/@babel/types/lib/ast-types/generated/index.js.map +0 -1
- data/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +0 -18
- data/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +0 -1
- data/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +0 -31
- data/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +0 -1
- data/node_modules/@babel/types/lib/builders/generated/index.js +0 -2865
- data/node_modules/@babel/types/lib/builders/generated/index.js.map +0 -1
- data/node_modules/@babel/types/lib/builders/generated/uppercase.js +0 -1532
- data/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +0 -1
- data/node_modules/@babel/types/lib/builders/productions.js +0 -12
- data/node_modules/@babel/types/lib/builders/productions.js.map +0 -1
- data/node_modules/@babel/types/lib/builders/react/buildChildren.js +0 -24
- data/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +0 -1
- data/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +0 -22
- data/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +0 -1
- data/node_modules/@babel/types/lib/builders/validateNode.js +0 -21
- data/node_modules/@babel/types/lib/builders/validateNode.js.map +0 -1
- data/node_modules/@babel/types/lib/clone/clone.js +0 -12
- data/node_modules/@babel/types/lib/clone/clone.js.map +0 -1
- data/node_modules/@babel/types/lib/clone/cloneDeep.js +0 -12
- data/node_modules/@babel/types/lib/clone/cloneDeep.js.map +0 -1
- data/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +0 -12
- data/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +0 -1
- data/node_modules/@babel/types/lib/clone/cloneNode.js +0 -107
- data/node_modules/@babel/types/lib/clone/cloneNode.js.map +0 -1
- data/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +0 -12
- data/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +0 -1
- data/node_modules/@babel/types/lib/comments/addComment.js +0 -15
- data/node_modules/@babel/types/lib/comments/addComment.js.map +0 -1
- data/node_modules/@babel/types/lib/comments/addComments.js +0 -22
- data/node_modules/@babel/types/lib/comments/addComments.js.map +0 -1
- data/node_modules/@babel/types/lib/comments/inheritInnerComments.js +0 -12
- data/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +0 -1
- data/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +0 -12
- data/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +0 -1
- data/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +0 -12
- data/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +0 -1
- data/node_modules/@babel/types/lib/comments/inheritsComments.js +0 -17
- data/node_modules/@babel/types/lib/comments/inheritsComments.js.map +0 -1
- data/node_modules/@babel/types/lib/comments/removeComments.js +0 -15
- data/node_modules/@babel/types/lib/comments/removeComments.js.map +0 -1
- data/node_modules/@babel/types/lib/constants/generated/index.js +0 -59
- data/node_modules/@babel/types/lib/constants/generated/index.js.map +0 -1
- data/node_modules/@babel/types/lib/constants/index.js +0 -31
- data/node_modules/@babel/types/lib/constants/index.js.map +0 -1
- data/node_modules/@babel/types/lib/converters/ensureBlock.js +0 -14
- data/node_modules/@babel/types/lib/converters/ensureBlock.js.map +0 -1
- data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +0 -66
- data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +0 -1
- data/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +0 -14
- data/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +0 -1
- data/node_modules/@babel/types/lib/converters/toBlock.js +0 -29
- data/node_modules/@babel/types/lib/converters/toBlock.js.map +0 -1
- data/node_modules/@babel/types/lib/converters/toComputedKey.js +0 -14
- data/node_modules/@babel/types/lib/converters/toComputedKey.js.map +0 -1
- data/node_modules/@babel/types/lib/converters/toExpression.js +0 -27
- data/node_modules/@babel/types/lib/converters/toExpression.js.map +0 -1
- data/node_modules/@babel/types/lib/converters/toIdentifier.js +0 -25
- data/node_modules/@babel/types/lib/converters/toIdentifier.js.map +0 -1
- data/node_modules/@babel/types/lib/converters/toKeyAlias.js +0 -38
- data/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +0 -1
- data/node_modules/@babel/types/lib/converters/toSequenceExpression.js +0 -20
- data/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +0 -1
- data/node_modules/@babel/types/lib/converters/toStatement.js +0 -39
- data/node_modules/@babel/types/lib/converters/toStatement.js.map +0 -1
- data/node_modules/@babel/types/lib/converters/valueToNode.js +0 -76
- data/node_modules/@babel/types/lib/converters/valueToNode.js.map +0 -1
- data/node_modules/@babel/types/lib/definitions/core.js +0 -1630
- data/node_modules/@babel/types/lib/definitions/core.js.map +0 -1
- data/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +0 -11
- data/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +0 -1
- data/node_modules/@babel/types/lib/definitions/experimental.js +0 -134
- data/node_modules/@babel/types/lib/definitions/experimental.js.map +0 -1
- data/node_modules/@babel/types/lib/definitions/flow.js +0 -492
- data/node_modules/@babel/types/lib/definitions/flow.js.map +0 -1
- data/node_modules/@babel/types/lib/definitions/index.js +0 -87
- data/node_modules/@babel/types/lib/definitions/index.js.map +0 -1
- data/node_modules/@babel/types/lib/definitions/jsx.js +0 -152
- data/node_modules/@babel/types/lib/definitions/jsx.js.map +0 -1
- data/node_modules/@babel/types/lib/definitions/misc.js +0 -33
- data/node_modules/@babel/types/lib/definitions/misc.js.map +0 -1
- data/node_modules/@babel/types/lib/definitions/placeholders.js +0 -27
- data/node_modules/@babel/types/lib/definitions/placeholders.js.map +0 -1
- data/node_modules/@babel/types/lib/definitions/typescript.js +0 -499
- data/node_modules/@babel/types/lib/definitions/typescript.js.map +0 -1
- data/node_modules/@babel/types/lib/definitions/utils.js +0 -270
- data/node_modules/@babel/types/lib/definitions/utils.js.map +0 -1
- data/node_modules/@babel/types/lib/index-legacy.d.ts +0 -2766
- data/node_modules/@babel/types/lib/index.d.ts +0 -3264
- data/node_modules/@babel/types/lib/index.js +0 -595
- data/node_modules/@babel/types/lib/index.js.flow +0 -2620
- data/node_modules/@babel/types/lib/index.js.map +0 -1
- data/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +0 -15
- data/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +0 -1
- data/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +0 -65
- data/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +0 -1
- data/node_modules/@babel/types/lib/modifications/inherits.js +0 -28
- data/node_modules/@babel/types/lib/modifications/inherits.js.map +0 -1
- data/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +0 -17
- data/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +0 -1
- data/node_modules/@babel/types/lib/modifications/removeProperties.js +0 -24
- data/node_modules/@babel/types/lib/modifications/removeProperties.js.map +0 -1
- data/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +0 -14
- data/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +0 -1
- data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +0 -65
- data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +0 -1
- data/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js +0 -48
- data/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js.map +0 -1
- data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +0 -101
- data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +0 -1
- data/node_modules/@babel/types/lib/retrievers/getFunctionName.js +0 -63
- data/node_modules/@babel/types/lib/retrievers/getFunctionName.js.map +0 -1
- data/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +0 -13
- data/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +0 -1
- data/node_modules/@babel/types/lib/traverse/traverse.js +0 -50
- data/node_modules/@babel/types/lib/traverse/traverse.js.map +0 -1
- data/node_modules/@babel/types/lib/traverse/traverseFast.js +0 -26
- data/node_modules/@babel/types/lib/traverse/traverseFast.js.map +0 -1
- data/node_modules/@babel/types/lib/utils/deprecationWarning.js +0 -44
- data/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +0 -1
- data/node_modules/@babel/types/lib/utils/inherit.js +0 -13
- data/node_modules/@babel/types/lib/utils/inherit.js.map +0 -1
- data/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +0 -40
- data/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +0 -1
- data/node_modules/@babel/types/lib/utils/shallowEqual.js +0 -17
- data/node_modules/@babel/types/lib/utils/shallowEqual.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +0 -13
- data/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/generated/index.js +0 -2752
- data/node_modules/@babel/types/lib/validators/generated/index.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/is.js +0 -27
- data/node_modules/@babel/types/lib/validators/is.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/isBinding.js +0 -27
- data/node_modules/@babel/types/lib/validators/isBinding.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/isBlockScoped.js +0 -13
- data/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/isImmutable.js +0 -21
- data/node_modules/@babel/types/lib/validators/isImmutable.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/isLet.js +0 -13
- data/node_modules/@babel/types/lib/validators/isLet.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/isNode.js +0 -12
- data/node_modules/@babel/types/lib/validators/isNode.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +0 -57
- data/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/isPlaceholderType.js +0 -19
- data/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/isReferenced.js +0 -96
- data/node_modules/@babel/types/lib/validators/isReferenced.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/isScope.js +0 -18
- data/node_modules/@babel/types/lib/validators/isScope.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +0 -14
- data/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/isType.js +0 -22
- data/node_modules/@babel/types/lib/validators/isType.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +0 -13
- data/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/isValidIdentifier.js +0 -18
- data/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/isVar.js +0 -15
- data/node_modules/@babel/types/lib/validators/isVar.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/matchesPattern.js +0 -36
- data/node_modules/@babel/types/lib/validators/matchesPattern.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/react/isCompatTag.js +0 -11
- data/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/react/isReactComponent.js +0 -11
- data/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +0 -1
- data/node_modules/@babel/types/lib/validators/validate.js +0 -42
- data/node_modules/@babel/types/lib/validators/validate.js.map +0 -1
- data/node_modules/@babel/types/package.json +0 -39
- data/node_modules/@jridgewell/gen-mapping/LICENSE +0 -19
- data/node_modules/@jridgewell/gen-mapping/README.md +0 -227
- data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +0 -230
- data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +0 -1
- data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +0 -246
- data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +0 -1
- data/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +0 -88
- data/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +0 -12
- data/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +0 -36
- data/node_modules/@jridgewell/gen-mapping/package.json +0 -76
- data/node_modules/@jridgewell/resolve-uri/LICENSE +0 -19
- data/node_modules/@jridgewell/resolve-uri/README.md +0 -40
- data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +0 -232
- data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +0 -1
- data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +0 -240
- data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +0 -1
- data/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +0 -4
- data/node_modules/@jridgewell/resolve-uri/package.json +0 -69
- data/node_modules/@jridgewell/set-array/LICENSE +0 -19
- data/node_modules/@jridgewell/set-array/README.md +0 -37
- data/node_modules/@jridgewell/set-array/dist/set-array.mjs +0 -69
- data/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +0 -1
- data/node_modules/@jridgewell/set-array/dist/set-array.umd.js +0 -83
- data/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +0 -1
- data/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +0 -32
- data/node_modules/@jridgewell/set-array/package.json +0 -65
- data/node_modules/@jridgewell/sourcemap-codec/LICENSE +0 -21
- data/node_modules/@jridgewell/sourcemap-codec/README.md +0 -264
- data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +0 -424
- data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +0 -1
- data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +0 -439
- data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +0 -1
- data/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts +0 -49
- data/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +0 -8
- data/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts +0 -15
- data/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts +0 -6
- data/node_modules/@jridgewell/sourcemap-codec/package.json +0 -75
- data/node_modules/@jridgewell/trace-mapping/LICENSE +0 -19
- data/node_modules/@jridgewell/trace-mapping/README.md +0 -257
- data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +0 -580
- data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +0 -1
- data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +0 -600
- data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +0 -1
- data/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +0 -8
- data/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +0 -32
- data/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +0 -7
- data/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +0 -1
- data/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +0 -2
- data/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +0 -16
- data/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +0 -4
- data/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +0 -79
- data/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +0 -99
- data/node_modules/@jridgewell/trace-mapping/package.json +0 -77
- data/node_modules/ast-types/LICENSE +0 -20
- data/node_modules/ast-types/README.md +0 -512
- data/node_modules/ast-types/lib/def/babel-core.d.ts +0 -2
- data/node_modules/ast-types/lib/def/babel-core.js +0 -241
- data/node_modules/ast-types/lib/def/babel-core.js.map +0 -1
- data/node_modules/ast-types/lib/def/babel.d.ts +0 -2
- data/node_modules/ast-types/lib/def/babel.js +0 -26
- data/node_modules/ast-types/lib/def/babel.js.map +0 -1
- data/node_modules/ast-types/lib/def/core.d.ts +0 -2
- data/node_modules/ast-types/lib/def/core.js +0 -281
- data/node_modules/ast-types/lib/def/core.js.map +0 -1
- data/node_modules/ast-types/lib/def/es-proposals.d.ts +0 -2
- data/node_modules/ast-types/lib/def/es-proposals.js +0 -70
- data/node_modules/ast-types/lib/def/es-proposals.js.map +0 -1
- data/node_modules/ast-types/lib/def/es2016.d.ts +0 -2
- data/node_modules/ast-types/lib/def/es2016.js +0 -17
- data/node_modules/ast-types/lib/def/es2016.js.map +0 -1
- data/node_modules/ast-types/lib/def/es2017.d.ts +0 -2
- data/node_modules/ast-types/lib/def/es2017.js +0 -22
- data/node_modules/ast-types/lib/def/es2017.js.map +0 -1
- data/node_modules/ast-types/lib/def/es2018.d.ts +0 -2
- data/node_modules/ast-types/lib/def/es2018.js +0 -36
- data/node_modules/ast-types/lib/def/es2018.js.map +0 -1
- data/node_modules/ast-types/lib/def/es2019.d.ts +0 -2
- data/node_modules/ast-types/lib/def/es2019.js +0 -19
- data/node_modules/ast-types/lib/def/es2019.js.map +0 -1
- data/node_modules/ast-types/lib/def/es2020.d.ts +0 -2
- data/node_modules/ast-types/lib/def/es2020.js +0 -52
- data/node_modules/ast-types/lib/def/es2020.js.map +0 -1
- data/node_modules/ast-types/lib/def/es2021.d.ts +0 -2
- data/node_modules/ast-types/lib/def/es2021.js +0 -15
- data/node_modules/ast-types/lib/def/es2021.js.map +0 -1
- data/node_modules/ast-types/lib/def/es2022.d.ts +0 -2
- data/node_modules/ast-types/lib/def/es2022.js +0 -18
- data/node_modules/ast-types/lib/def/es2022.js.map +0 -1
- data/node_modules/ast-types/lib/def/es6.d.ts +0 -2
- data/node_modules/ast-types/lib/def/es6.js +0 -238
- data/node_modules/ast-types/lib/def/es6.js.map +0 -1
- data/node_modules/ast-types/lib/def/esprima.d.ts +0 -2
- data/node_modules/ast-types/lib/def/esprima.js +0 -51
- data/node_modules/ast-types/lib/def/esprima.js.map +0 -1
- data/node_modules/ast-types/lib/def/flow.d.ts +0 -2
- data/node_modules/ast-types/lib/def/flow.js +0 -362
- data/node_modules/ast-types/lib/def/flow.js.map +0 -1
- data/node_modules/ast-types/lib/def/jsx.d.ts +0 -2
- data/node_modules/ast-types/lib/def/jsx.js +0 -110
- data/node_modules/ast-types/lib/def/jsx.js.map +0 -1
- data/node_modules/ast-types/lib/def/operators/core.d.ts +0 -5
- data/node_modules/ast-types/lib/def/operators/core.js +0 -27
- data/node_modules/ast-types/lib/def/operators/core.js.map +0 -1
- data/node_modules/ast-types/lib/def/operators/es2016.d.ts +0 -5
- data/node_modules/ast-types/lib/def/operators/es2016.js +0 -21
- data/node_modules/ast-types/lib/def/operators/es2016.js.map +0 -1
- data/node_modules/ast-types/lib/def/operators/es2020.d.ts +0 -5
- data/node_modules/ast-types/lib/def/operators/es2020.js +0 -17
- data/node_modules/ast-types/lib/def/operators/es2020.js.map +0 -1
- data/node_modules/ast-types/lib/def/operators/es2021.d.ts +0 -5
- data/node_modules/ast-types/lib/def/operators/es2021.js +0 -20
- data/node_modules/ast-types/lib/def/operators/es2021.js.map +0 -1
- data/node_modules/ast-types/lib/def/type-annotations.d.ts +0 -7
- data/node_modules/ast-types/lib/def/type-annotations.js +0 -42
- data/node_modules/ast-types/lib/def/type-annotations.js.map +0 -1
- data/node_modules/ast-types/lib/def/typescript.d.ts +0 -2
- data/node_modules/ast-types/lib/def/typescript.js +0 -369
- data/node_modules/ast-types/lib/def/typescript.js.map +0 -1
- data/node_modules/ast-types/lib/equiv.d.ts +0 -5
- data/node_modules/ast-types/lib/equiv.js +0 -157
- data/node_modules/ast-types/lib/equiv.js.map +0 -1
- data/node_modules/ast-types/lib/fork.d.ts +0 -43
- data/node_modules/ast-types/lib/fork.js +0 -55
- data/node_modules/ast-types/lib/fork.js.map +0 -1
- data/node_modules/ast-types/lib/gen/builders.d.ts +0 -2850
- data/node_modules/ast-types/lib/gen/builders.js +0 -3
- data/node_modules/ast-types/lib/gen/builders.js.map +0 -1
- data/node_modules/ast-types/lib/gen/kinds.d.ts +0 -293
- data/node_modules/ast-types/lib/gen/kinds.js +0 -3
- data/node_modules/ast-types/lib/gen/kinds.js.map +0 -1
- data/node_modules/ast-types/lib/gen/namedTypes.d.ts +0 -2029
- data/node_modules/ast-types/lib/gen/namedTypes.js +0 -7
- data/node_modules/ast-types/lib/gen/namedTypes.js.map +0 -1
- data/node_modules/ast-types/lib/gen/visitor.d.ts +0 -297
- data/node_modules/ast-types/lib/gen/visitor.js +0 -3
- data/node_modules/ast-types/lib/gen/visitor.js.map +0 -1
- data/node_modules/ast-types/lib/main.d.ts +0 -29
- data/node_modules/ast-types/lib/main.js +0 -44
- data/node_modules/ast-types/lib/main.js.map +0 -1
- data/node_modules/ast-types/lib/node-path.d.ts +0 -21
- data/node_modules/ast-types/lib/node-path.js +0 -414
- data/node_modules/ast-types/lib/node-path.js.map +0 -1
- data/node_modules/ast-types/lib/path-visitor.d.ts +0 -51
- data/node_modules/ast-types/lib/path-visitor.js +0 -346
- data/node_modules/ast-types/lib/path-visitor.js.map +0 -1
- data/node_modules/ast-types/lib/path.d.ts +0 -24
- data/node_modules/ast-types/lib/path.js +0 -334
- data/node_modules/ast-types/lib/path.js.map +0 -1
- data/node_modules/ast-types/lib/scope.d.ts +0 -27
- data/node_modules/ast-types/lib/scope.js +0 -358
- data/node_modules/ast-types/lib/scope.js.map +0 -1
- data/node_modules/ast-types/lib/shared.d.ts +0 -21
- data/node_modules/ast-types/lib/shared.js +0 -91
- data/node_modules/ast-types/lib/shared.js.map +0 -1
- data/node_modules/ast-types/lib/types.d.ts +0 -141
- data/node_modules/ast-types/lib/types.js +0 -791
- data/node_modules/ast-types/lib/types.js.map +0 -1
- data/node_modules/ast-types/package.json +0 -68
- data/node_modules/babel-plugin-polyfill-corejs2/LICENSE +0 -22
- data/node_modules/babel-plugin-polyfill-corejs2/README.md +0 -28
- data/node_modules/babel-plugin-polyfill-corejs2/esm/index.mjs +0 -396
- data/node_modules/babel-plugin-polyfill-corejs2/esm/index.mjs.map +0 -1
- data/node_modules/babel-plugin-polyfill-corejs2/lib/add-platform-specific-polyfills.js +0 -21
- data/node_modules/babel-plugin-polyfill-corejs2/lib/built-in-definitions.js +0 -223
- data/node_modules/babel-plugin-polyfill-corejs2/lib/helpers.js +0 -33
- data/node_modules/babel-plugin-polyfill-corejs2/lib/index.js +0 -139
- data/node_modules/babel-plugin-polyfill-corejs2/node_modules/semver/LICENSE +0 -15
- data/node_modules/babel-plugin-polyfill-corejs2/node_modules/semver/README.md +0 -443
- data/node_modules/babel-plugin-polyfill-corejs2/node_modules/semver/bin/semver.js +0 -174
- data/node_modules/babel-plugin-polyfill-corejs2/node_modules/semver/package.json +0 -38
- data/node_modules/babel-plugin-polyfill-corejs2/node_modules/semver/range.bnf +0 -16
- data/node_modules/babel-plugin-polyfill-corejs2/node_modules/semver/semver.js +0 -1643
- data/node_modules/babel-plugin-polyfill-corejs2/package.json +0 -43
- data/node_modules/babel-plugin-polyfill-corejs3/LICENSE +0 -22
- data/node_modules/babel-plugin-polyfill-corejs3/README.md +0 -78
- data/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/README.md +0 -4
- data/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/data.js +0 -1
- data/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/entries.js +0 -1
- data/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/get-modules-list-for-target-version.js +0 -1
- data/node_modules/babel-plugin-polyfill-corejs3/esm/index.mjs +0 -775
- data/node_modules/babel-plugin-polyfill-corejs3/esm/index.mjs.map +0 -1
- data/node_modules/babel-plugin-polyfill-corejs3/lib/babel-runtime-corejs3-paths.js +0 -12
- data/node_modules/babel-plugin-polyfill-corejs3/lib/built-in-definitions.js +0 -454
- data/node_modules/babel-plugin-polyfill-corejs3/lib/index.js +0 -276
- data/node_modules/babel-plugin-polyfill-corejs3/lib/shipped-proposals.js +0 -7
- data/node_modules/babel-plugin-polyfill-corejs3/lib/usage-filters.js +0 -27
- data/node_modules/babel-plugin-polyfill-corejs3/lib/utils.js +0 -45
- data/node_modules/babel-plugin-polyfill-corejs3/package.json +0 -49
- data/node_modules/babel-plugin-polyfill-regenerator/LICENSE +0 -22
- data/node_modules/babel-plugin-polyfill-regenerator/README.md +0 -28
- data/node_modules/babel-plugin-polyfill-regenerator/esm/index.mjs +0 -46
- data/node_modules/babel-plugin-polyfill-regenerator/esm/index.mjs.map +0 -1
- data/node_modules/babel-plugin-polyfill-regenerator/lib/index.js +0 -48
- data/node_modules/babel-plugin-polyfill-regenerator/package.json +0 -40
- data/node_modules/braces/LICENSE +0 -21
- data/node_modules/braces/README.md +0 -586
- data/node_modules/braces/index.js +0 -170
- data/node_modules/braces/lib/compile.js +0 -60
- data/node_modules/braces/lib/constants.js +0 -57
- data/node_modules/braces/lib/expand.js +0 -113
- data/node_modules/braces/lib/parse.js +0 -331
- data/node_modules/braces/lib/stringify.js +0 -32
- data/node_modules/braces/lib/utils.js +0 -122
- data/node_modules/braces/package.json +0 -77
- data/node_modules/browserslist/LICENSE +0 -20
- data/node_modules/browserslist/README.md +0 -67
- data/node_modules/browserslist/browser.js +0 -54
- data/node_modules/browserslist/cli.js +0 -156
- data/node_modules/browserslist/error.d.ts +0 -7
- data/node_modules/browserslist/error.js +0 -12
- data/node_modules/browserslist/index.d.ts +0 -224
- data/node_modules/browserslist/index.js +0 -1216
- data/node_modules/browserslist/node.js +0 -448
- data/node_modules/browserslist/package.json +0 -44
- data/node_modules/browserslist/parse.js +0 -78
- data/node_modules/buffer-from/LICENSE +0 -21
- data/node_modules/buffer-from/index.js +0 -72
- data/node_modules/buffer-from/package.json +0 -19
- data/node_modules/buffer-from/readme.md +0 -69
- data/node_modules/caniuse-lite/LICENSE +0 -395
- data/node_modules/caniuse-lite/README.md +0 -6
- data/node_modules/caniuse-lite/data/agents.js +0 -1
- data/node_modules/caniuse-lite/data/browserVersions.js +0 -1
- data/node_modules/caniuse-lite/data/browsers.js +0 -1
- data/node_modules/caniuse-lite/data/features/aac.js +0 -1
- data/node_modules/caniuse-lite/data/features/abortcontroller.js +0 -1
- data/node_modules/caniuse-lite/data/features/ac3-ec3.js +0 -1
- data/node_modules/caniuse-lite/data/features/accelerometer.js +0 -1
- data/node_modules/caniuse-lite/data/features/addeventlistener.js +0 -1
- data/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +0 -1
- data/node_modules/caniuse-lite/data/features/ambient-light.js +0 -1
- data/node_modules/caniuse-lite/data/features/apng.js +0 -1
- data/node_modules/caniuse-lite/data/features/array-find-index.js +0 -1
- data/node_modules/caniuse-lite/data/features/array-find.js +0 -1
- data/node_modules/caniuse-lite/data/features/array-flat.js +0 -1
- data/node_modules/caniuse-lite/data/features/array-includes.js +0 -1
- data/node_modules/caniuse-lite/data/features/arrow-functions.js +0 -1
- data/node_modules/caniuse-lite/data/features/asmjs.js +0 -1
- data/node_modules/caniuse-lite/data/features/async-clipboard.js +0 -1
- data/node_modules/caniuse-lite/data/features/async-functions.js +0 -1
- data/node_modules/caniuse-lite/data/features/atob-btoa.js +0 -1
- data/node_modules/caniuse-lite/data/features/audio-api.js +0 -1
- data/node_modules/caniuse-lite/data/features/audio.js +0 -1
- data/node_modules/caniuse-lite/data/features/audiotracks.js +0 -1
- data/node_modules/caniuse-lite/data/features/autofocus.js +0 -1
- data/node_modules/caniuse-lite/data/features/auxclick.js +0 -1
- data/node_modules/caniuse-lite/data/features/av1.js +0 -1
- data/node_modules/caniuse-lite/data/features/avif.js +0 -1
- data/node_modules/caniuse-lite/data/features/background-attachment.js +0 -1
- data/node_modules/caniuse-lite/data/features/background-clip-text.js +0 -1
- data/node_modules/caniuse-lite/data/features/background-img-opts.js +0 -1
- data/node_modules/caniuse-lite/data/features/background-position-x-y.js +0 -1
- data/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +0 -1
- data/node_modules/caniuse-lite/data/features/background-sync.js +0 -1
- data/node_modules/caniuse-lite/data/features/battery-status.js +0 -1
- data/node_modules/caniuse-lite/data/features/beacon.js +0 -1
- data/node_modules/caniuse-lite/data/features/beforeafterprint.js +0 -1
- data/node_modules/caniuse-lite/data/features/bigint.js +0 -1
- data/node_modules/caniuse-lite/data/features/blobbuilder.js +0 -1
- data/node_modules/caniuse-lite/data/features/bloburls.js +0 -1
- data/node_modules/caniuse-lite/data/features/border-image.js +0 -1
- data/node_modules/caniuse-lite/data/features/border-radius.js +0 -1
- data/node_modules/caniuse-lite/data/features/broadcastchannel.js +0 -1
- data/node_modules/caniuse-lite/data/features/brotli.js +0 -1
- data/node_modules/caniuse-lite/data/features/calc.js +0 -1
- data/node_modules/caniuse-lite/data/features/canvas-blending.js +0 -1
- data/node_modules/caniuse-lite/data/features/canvas-text.js +0 -1
- data/node_modules/caniuse-lite/data/features/canvas.js +0 -1
- data/node_modules/caniuse-lite/data/features/ch-unit.js +0 -1
- data/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +0 -1
- data/node_modules/caniuse-lite/data/features/channel-messaging.js +0 -1
- data/node_modules/caniuse-lite/data/features/childnode-remove.js +0 -1
- data/node_modules/caniuse-lite/data/features/classlist.js +0 -1
- data/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +0 -1
- data/node_modules/caniuse-lite/data/features/clipboard.js +0 -1
- data/node_modules/caniuse-lite/data/features/colr-v1.js +0 -1
- data/node_modules/caniuse-lite/data/features/colr.js +0 -1
- data/node_modules/caniuse-lite/data/features/comparedocumentposition.js +0 -1
- data/node_modules/caniuse-lite/data/features/console-basic.js +0 -1
- data/node_modules/caniuse-lite/data/features/console-time.js +0 -1
- data/node_modules/caniuse-lite/data/features/const.js +0 -1
- data/node_modules/caniuse-lite/data/features/constraint-validation.js +0 -1
- data/node_modules/caniuse-lite/data/features/contenteditable.js +0 -1
- data/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +0 -1
- data/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +0 -1
- data/node_modules/caniuse-lite/data/features/cookie-store-api.js +0 -1
- data/node_modules/caniuse-lite/data/features/cors.js +0 -1
- data/node_modules/caniuse-lite/data/features/createimagebitmap.js +0 -1
- data/node_modules/caniuse-lite/data/features/credential-management.js +0 -1
- data/node_modules/caniuse-lite/data/features/cryptography.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-all.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-animation.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-any-link.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-appearance.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-at-counter-style.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-autofill.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-background-offsets.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-boxshadow.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-canvas.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-caret-color.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-cascade-layers.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-cascade-scope.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-case-insensitive.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-clip-path.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-color-adjust.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-color-function.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-conic-gradients.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-container-queries-style.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-container-queries.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-container-query-units.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-containment.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-content-visibility.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-counters.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-crisp-edges.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-cross-fade.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-default-pseudo.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-display-contents.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-element-function.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-env-function.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-exclusions.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-featurequeries.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-file-selector-button.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-filter-function.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-filters.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-first-letter.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-first-line.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-fixed.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-focus-visible.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-focus-within.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-font-palette.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-font-stretch.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-gencontent.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-gradients.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-grid-animation.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-grid.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-has.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-hyphens.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-image-orientation.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-image-set.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-initial-letter.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-initial-value.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-lch-lab.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-letter-spacing.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-line-clamp.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-logical-props.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-masks.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-math-functions.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-media-interaction.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-media-resolution.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-media-scripting.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-mediaqueries.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-mixblendmode.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-module-scripts.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-motion-paths.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-namespaces.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-nesting.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-not-sel-list.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-nth-child-of.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-opacity.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-overflow.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-page-break.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-paged-media.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-paint-api.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-placeholder.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-read-only-write.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-reflections.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-regions.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-relative-colors.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-resize.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-revert-value.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-scrollbar.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-sel2.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-sel3.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-selection.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-shapes.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-snappoints.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-sticky.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-subgrid.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-supports-api.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-table.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-text-align-last.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-text-box-trim.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-text-indent.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-text-justify.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-text-orientation.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-text-spacing.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-textshadow.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-touch-action.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-transitions.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-unset-value.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-variables.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-when-else.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-widows-orphans.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-width-stretch.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-writing-mode.js +0 -1
- data/node_modules/caniuse-lite/data/features/css-zoom.js +0 -1
- data/node_modules/caniuse-lite/data/features/css3-attr.js +0 -1
- data/node_modules/caniuse-lite/data/features/css3-boxsizing.js +0 -1
- data/node_modules/caniuse-lite/data/features/css3-colors.js +0 -1
- data/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +0 -1
- data/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +0 -1
- data/node_modules/caniuse-lite/data/features/css3-cursors.js +0 -1
- data/node_modules/caniuse-lite/data/features/css3-tabsize.js +0 -1
- data/node_modules/caniuse-lite/data/features/currentcolor.js +0 -1
- data/node_modules/caniuse-lite/data/features/custom-elements.js +0 -1
- data/node_modules/caniuse-lite/data/features/custom-elementsv1.js +0 -1
- data/node_modules/caniuse-lite/data/features/customevent.js +0 -1
- data/node_modules/caniuse-lite/data/features/datalist.js +0 -1
- data/node_modules/caniuse-lite/data/features/dataset.js +0 -1
- data/node_modules/caniuse-lite/data/features/datauri.js +0 -1
- data/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +0 -1
- data/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +0 -1
- data/node_modules/caniuse-lite/data/features/decorators.js +0 -1
- data/node_modules/caniuse-lite/data/features/details.js +0 -1
- data/node_modules/caniuse-lite/data/features/deviceorientation.js +0 -1
- data/node_modules/caniuse-lite/data/features/devicepixelratio.js +0 -1
- data/node_modules/caniuse-lite/data/features/dialog.js +0 -1
- data/node_modules/caniuse-lite/data/features/dispatchevent.js +0 -1
- data/node_modules/caniuse-lite/data/features/dnssec.js +0 -1
- data/node_modules/caniuse-lite/data/features/do-not-track.js +0 -1
- data/node_modules/caniuse-lite/data/features/document-currentscript.js +0 -1
- data/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +0 -1
- data/node_modules/caniuse-lite/data/features/document-execcommand.js +0 -1
- data/node_modules/caniuse-lite/data/features/document-policy.js +0 -1
- data/node_modules/caniuse-lite/data/features/document-scrollingelement.js +0 -1
- data/node_modules/caniuse-lite/data/features/documenthead.js +0 -1
- data/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +0 -1
- data/node_modules/caniuse-lite/data/features/dom-range.js +0 -1
- data/node_modules/caniuse-lite/data/features/domcontentloaded.js +0 -1
- data/node_modules/caniuse-lite/data/features/dommatrix.js +0 -1
- data/node_modules/caniuse-lite/data/features/download.js +0 -1
- data/node_modules/caniuse-lite/data/features/dragndrop.js +0 -1
- data/node_modules/caniuse-lite/data/features/element-closest.js +0 -1
- data/node_modules/caniuse-lite/data/features/element-from-point.js +0 -1
- data/node_modules/caniuse-lite/data/features/element-scroll-methods.js +0 -1
- data/node_modules/caniuse-lite/data/features/eme.js +0 -1
- data/node_modules/caniuse-lite/data/features/eot.js +0 -1
- data/node_modules/caniuse-lite/data/features/es5.js +0 -1
- data/node_modules/caniuse-lite/data/features/es6-class.js +0 -1
- data/node_modules/caniuse-lite/data/features/es6-generators.js +0 -1
- data/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +0 -1
- data/node_modules/caniuse-lite/data/features/es6-module.js +0 -1
- data/node_modules/caniuse-lite/data/features/es6-number.js +0 -1
- data/node_modules/caniuse-lite/data/features/es6-string-includes.js +0 -1
- data/node_modules/caniuse-lite/data/features/es6.js +0 -1
- data/node_modules/caniuse-lite/data/features/eventsource.js +0 -1
- data/node_modules/caniuse-lite/data/features/extended-system-fonts.js +0 -1
- data/node_modules/caniuse-lite/data/features/feature-policy.js +0 -1
- data/node_modules/caniuse-lite/data/features/fetch.js +0 -1
- data/node_modules/caniuse-lite/data/features/fieldset-disabled.js +0 -1
- data/node_modules/caniuse-lite/data/features/fileapi.js +0 -1
- data/node_modules/caniuse-lite/data/features/filereader.js +0 -1
- data/node_modules/caniuse-lite/data/features/filereadersync.js +0 -1
- data/node_modules/caniuse-lite/data/features/filesystem.js +0 -1
- data/node_modules/caniuse-lite/data/features/flac.js +0 -1
- data/node_modules/caniuse-lite/data/features/flexbox-gap.js +0 -1
- data/node_modules/caniuse-lite/data/features/flexbox.js +0 -1
- data/node_modules/caniuse-lite/data/features/flow-root.js +0 -1
- data/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +0 -1
- data/node_modules/caniuse-lite/data/features/font-family-system-ui.js +0 -1
- data/node_modules/caniuse-lite/data/features/font-feature.js +0 -1
- data/node_modules/caniuse-lite/data/features/font-kerning.js +0 -1
- data/node_modules/caniuse-lite/data/features/font-loading.js +0 -1
- data/node_modules/caniuse-lite/data/features/font-size-adjust.js +0 -1
- data/node_modules/caniuse-lite/data/features/font-smooth.js +0 -1
- data/node_modules/caniuse-lite/data/features/font-unicode-range.js +0 -1
- data/node_modules/caniuse-lite/data/features/font-variant-alternates.js +0 -1
- data/node_modules/caniuse-lite/data/features/font-variant-numeric.js +0 -1
- data/node_modules/caniuse-lite/data/features/fontface.js +0 -1
- data/node_modules/caniuse-lite/data/features/form-attribute.js +0 -1
- data/node_modules/caniuse-lite/data/features/form-submit-attributes.js +0 -1
- data/node_modules/caniuse-lite/data/features/form-validation.js +0 -1
- data/node_modules/caniuse-lite/data/features/forms.js +0 -1
- data/node_modules/caniuse-lite/data/features/fullscreen.js +0 -1
- data/node_modules/caniuse-lite/data/features/gamepad.js +0 -1
- data/node_modules/caniuse-lite/data/features/geolocation.js +0 -1
- data/node_modules/caniuse-lite/data/features/getboundingclientrect.js +0 -1
- data/node_modules/caniuse-lite/data/features/getcomputedstyle.js +0 -1
- data/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +0 -1
- data/node_modules/caniuse-lite/data/features/getrandomvalues.js +0 -1
- data/node_modules/caniuse-lite/data/features/gyroscope.js +0 -1
- data/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +0 -1
- data/node_modules/caniuse-lite/data/features/hashchange.js +0 -1
- data/node_modules/caniuse-lite/data/features/heif.js +0 -1
- data/node_modules/caniuse-lite/data/features/hevc.js +0 -1
- data/node_modules/caniuse-lite/data/features/hidden.js +0 -1
- data/node_modules/caniuse-lite/data/features/high-resolution-time.js +0 -1
- data/node_modules/caniuse-lite/data/features/history.js +0 -1
- data/node_modules/caniuse-lite/data/features/html-media-capture.js +0 -1
- data/node_modules/caniuse-lite/data/features/html5semantic.js +0 -1
- data/node_modules/caniuse-lite/data/features/http-live-streaming.js +0 -1
- data/node_modules/caniuse-lite/data/features/http2.js +0 -1
- data/node_modules/caniuse-lite/data/features/http3.js +0 -1
- data/node_modules/caniuse-lite/data/features/iframe-sandbox.js +0 -1
- data/node_modules/caniuse-lite/data/features/iframe-seamless.js +0 -1
- data/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +0 -1
- data/node_modules/caniuse-lite/data/features/imagecapture.js +0 -1
- data/node_modules/caniuse-lite/data/features/ime.js +0 -1
- data/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +0 -1
- data/node_modules/caniuse-lite/data/features/import-maps.js +0 -1
- data/node_modules/caniuse-lite/data/features/imports.js +0 -1
- data/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +0 -1
- data/node_modules/caniuse-lite/data/features/indexeddb.js +0 -1
- data/node_modules/caniuse-lite/data/features/indexeddb2.js +0 -1
- data/node_modules/caniuse-lite/data/features/inline-block.js +0 -1
- data/node_modules/caniuse-lite/data/features/innertext.js +0 -1
- data/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +0 -1
- data/node_modules/caniuse-lite/data/features/input-color.js +0 -1
- data/node_modules/caniuse-lite/data/features/input-datetime.js +0 -1
- data/node_modules/caniuse-lite/data/features/input-email-tel-url.js +0 -1
- data/node_modules/caniuse-lite/data/features/input-event.js +0 -1
- data/node_modules/caniuse-lite/data/features/input-file-accept.js +0 -1
- data/node_modules/caniuse-lite/data/features/input-file-directory.js +0 -1
- data/node_modules/caniuse-lite/data/features/input-file-multiple.js +0 -1
- data/node_modules/caniuse-lite/data/features/input-inputmode.js +0 -1
- data/node_modules/caniuse-lite/data/features/input-minlength.js +0 -1
- data/node_modules/caniuse-lite/data/features/input-number.js +0 -1
- data/node_modules/caniuse-lite/data/features/input-pattern.js +0 -1
- data/node_modules/caniuse-lite/data/features/input-placeholder.js +0 -1
- data/node_modules/caniuse-lite/data/features/input-range.js +0 -1
- data/node_modules/caniuse-lite/data/features/input-search.js +0 -1
- data/node_modules/caniuse-lite/data/features/input-selection.js +0 -1
- data/node_modules/caniuse-lite/data/features/insert-adjacent.js +0 -1
- data/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +0 -1
- data/node_modules/caniuse-lite/data/features/internationalization.js +0 -1
- data/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +0 -1
- data/node_modules/caniuse-lite/data/features/intersectionobserver.js +0 -1
- data/node_modules/caniuse-lite/data/features/intl-pluralrules.js +0 -1
- data/node_modules/caniuse-lite/data/features/intrinsic-width.js +0 -1
- data/node_modules/caniuse-lite/data/features/jpeg2000.js +0 -1
- data/node_modules/caniuse-lite/data/features/jpegxl.js +0 -1
- data/node_modules/caniuse-lite/data/features/jpegxr.js +0 -1
- data/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +0 -1
- data/node_modules/caniuse-lite/data/features/json.js +0 -1
- data/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +0 -1
- data/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +0 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +0 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-code.js +0 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +0 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-key.js +0 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-location.js +0 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-which.js +0 -1
- data/node_modules/caniuse-lite/data/features/lazyload.js +0 -1
- data/node_modules/caniuse-lite/data/features/let.js +0 -1
- data/node_modules/caniuse-lite/data/features/link-icon-png.js +0 -1
- data/node_modules/caniuse-lite/data/features/link-icon-svg.js +0 -1
- data/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +0 -1
- data/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +0 -1
- data/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +0 -1
- data/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +0 -1
- data/node_modules/caniuse-lite/data/features/link-rel-preload.js +0 -1
- data/node_modules/caniuse-lite/data/features/link-rel-prerender.js +0 -1
- data/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +0 -1
- data/node_modules/caniuse-lite/data/features/localecompare.js +0 -1
- data/node_modules/caniuse-lite/data/features/magnetometer.js +0 -1
- data/node_modules/caniuse-lite/data/features/matchesselector.js +0 -1
- data/node_modules/caniuse-lite/data/features/matchmedia.js +0 -1
- data/node_modules/caniuse-lite/data/features/mathml.js +0 -1
- data/node_modules/caniuse-lite/data/features/maxlength.js +0 -1
- data/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +0 -1
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +0 -1
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +0 -1
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +0 -1
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +0 -1
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +0 -1
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +0 -1
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +0 -1
- data/node_modules/caniuse-lite/data/features/media-fragments.js +0 -1
- data/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +0 -1
- data/node_modules/caniuse-lite/data/features/mediarecorder.js +0 -1
- data/node_modules/caniuse-lite/data/features/mediasource.js +0 -1
- data/node_modules/caniuse-lite/data/features/menu.js +0 -1
- data/node_modules/caniuse-lite/data/features/meta-theme-color.js +0 -1
- data/node_modules/caniuse-lite/data/features/meter.js +0 -1
- data/node_modules/caniuse-lite/data/features/midi.js +0 -1
- data/node_modules/caniuse-lite/data/features/minmaxwh.js +0 -1
- data/node_modules/caniuse-lite/data/features/mp3.js +0 -1
- data/node_modules/caniuse-lite/data/features/mpeg-dash.js +0 -1
- data/node_modules/caniuse-lite/data/features/mpeg4.js +0 -1
- data/node_modules/caniuse-lite/data/features/multibackgrounds.js +0 -1
- data/node_modules/caniuse-lite/data/features/multicolumn.js +0 -1
- data/node_modules/caniuse-lite/data/features/mutation-events.js +0 -1
- data/node_modules/caniuse-lite/data/features/mutationobserver.js +0 -1
- data/node_modules/caniuse-lite/data/features/namevalue-storage.js +0 -1
- data/node_modules/caniuse-lite/data/features/native-filesystem-api.js +0 -1
- data/node_modules/caniuse-lite/data/features/nav-timing.js +0 -1
- data/node_modules/caniuse-lite/data/features/netinfo.js +0 -1
- data/node_modules/caniuse-lite/data/features/notifications.js +0 -1
- data/node_modules/caniuse-lite/data/features/object-entries.js +0 -1
- data/node_modules/caniuse-lite/data/features/object-fit.js +0 -1
- data/node_modules/caniuse-lite/data/features/object-observe.js +0 -1
- data/node_modules/caniuse-lite/data/features/object-values.js +0 -1
- data/node_modules/caniuse-lite/data/features/objectrtc.js +0 -1
- data/node_modules/caniuse-lite/data/features/offline-apps.js +0 -1
- data/node_modules/caniuse-lite/data/features/offscreencanvas.js +0 -1
- data/node_modules/caniuse-lite/data/features/ogg-vorbis.js +0 -1
- data/node_modules/caniuse-lite/data/features/ogv.js +0 -1
- data/node_modules/caniuse-lite/data/features/ol-reversed.js +0 -1
- data/node_modules/caniuse-lite/data/features/once-event-listener.js +0 -1
- data/node_modules/caniuse-lite/data/features/online-status.js +0 -1
- data/node_modules/caniuse-lite/data/features/opus.js +0 -1
- data/node_modules/caniuse-lite/data/features/orientation-sensor.js +0 -1
- data/node_modules/caniuse-lite/data/features/outline.js +0 -1
- data/node_modules/caniuse-lite/data/features/pad-start-end.js +0 -1
- data/node_modules/caniuse-lite/data/features/page-transition-events.js +0 -1
- data/node_modules/caniuse-lite/data/features/pagevisibility.js +0 -1
- data/node_modules/caniuse-lite/data/features/passive-event-listener.js +0 -1
- data/node_modules/caniuse-lite/data/features/passkeys.js +0 -1
- data/node_modules/caniuse-lite/data/features/passwordrules.js +0 -1
- data/node_modules/caniuse-lite/data/features/path2d.js +0 -1
- data/node_modules/caniuse-lite/data/features/payment-request.js +0 -1
- data/node_modules/caniuse-lite/data/features/pdf-viewer.js +0 -1
- data/node_modules/caniuse-lite/data/features/permissions-api.js +0 -1
- data/node_modules/caniuse-lite/data/features/permissions-policy.js +0 -1
- data/node_modules/caniuse-lite/data/features/picture-in-picture.js +0 -1
- data/node_modules/caniuse-lite/data/features/picture.js +0 -1
- data/node_modules/caniuse-lite/data/features/ping.js +0 -1
- data/node_modules/caniuse-lite/data/features/png-alpha.js +0 -1
- data/node_modules/caniuse-lite/data/features/pointer-events.js +0 -1
- data/node_modules/caniuse-lite/data/features/pointer.js +0 -1
- data/node_modules/caniuse-lite/data/features/pointerlock.js +0 -1
- data/node_modules/caniuse-lite/data/features/portals.js +0 -1
- data/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +0 -1
- data/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +0 -1
- data/node_modules/caniuse-lite/data/features/progress.js +0 -1
- data/node_modules/caniuse-lite/data/features/promise-finally.js +0 -1
- data/node_modules/caniuse-lite/data/features/promises.js +0 -1
- data/node_modules/caniuse-lite/data/features/proximity.js +0 -1
- data/node_modules/caniuse-lite/data/features/proxy.js +0 -1
- data/node_modules/caniuse-lite/data/features/publickeypinning.js +0 -1
- data/node_modules/caniuse-lite/data/features/push-api.js +0 -1
- data/node_modules/caniuse-lite/data/features/queryselector.js +0 -1
- data/node_modules/caniuse-lite/data/features/readonly-attr.js +0 -1
- data/node_modules/caniuse-lite/data/features/referrer-policy.js +0 -1
- data/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +0 -1
- data/node_modules/caniuse-lite/data/features/rel-noopener.js +0 -1
- data/node_modules/caniuse-lite/data/features/rel-noreferrer.js +0 -1
- data/node_modules/caniuse-lite/data/features/rellist.js +0 -1
- data/node_modules/caniuse-lite/data/features/rem.js +0 -1
- data/node_modules/caniuse-lite/data/features/requestanimationframe.js +0 -1
- data/node_modules/caniuse-lite/data/features/requestidlecallback.js +0 -1
- data/node_modules/caniuse-lite/data/features/resizeobserver.js +0 -1
- data/node_modules/caniuse-lite/data/features/resource-timing.js +0 -1
- data/node_modules/caniuse-lite/data/features/rest-parameters.js +0 -1
- data/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +0 -1
- data/node_modules/caniuse-lite/data/features/ruby.js +0 -1
- data/node_modules/caniuse-lite/data/features/run-in.js +0 -1
- data/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +0 -1
- data/node_modules/caniuse-lite/data/features/screen-orientation.js +0 -1
- data/node_modules/caniuse-lite/data/features/script-async.js +0 -1
- data/node_modules/caniuse-lite/data/features/script-defer.js +0 -1
- data/node_modules/caniuse-lite/data/features/scrollintoview.js +0 -1
- data/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +0 -1
- data/node_modules/caniuse-lite/data/features/sdch.js +0 -1
- data/node_modules/caniuse-lite/data/features/selection-api.js +0 -1
- data/node_modules/caniuse-lite/data/features/selectlist.js +0 -1
- data/node_modules/caniuse-lite/data/features/server-timing.js +0 -1
- data/node_modules/caniuse-lite/data/features/serviceworkers.js +0 -1
- data/node_modules/caniuse-lite/data/features/setimmediate.js +0 -1
- data/node_modules/caniuse-lite/data/features/shadowdom.js +0 -1
- data/node_modules/caniuse-lite/data/features/shadowdomv1.js +0 -1
- data/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +0 -1
- data/node_modules/caniuse-lite/data/features/sharedworkers.js +0 -1
- data/node_modules/caniuse-lite/data/features/sni.js +0 -1
- data/node_modules/caniuse-lite/data/features/spdy.js +0 -1
- data/node_modules/caniuse-lite/data/features/speech-recognition.js +0 -1
- data/node_modules/caniuse-lite/data/features/speech-synthesis.js +0 -1
- data/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +0 -1
- data/node_modules/caniuse-lite/data/features/sql-storage.js +0 -1
- data/node_modules/caniuse-lite/data/features/srcset.js +0 -1
- data/node_modules/caniuse-lite/data/features/stream.js +0 -1
- data/node_modules/caniuse-lite/data/features/streams.js +0 -1
- data/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +0 -1
- data/node_modules/caniuse-lite/data/features/style-scoped.js +0 -1
- data/node_modules/caniuse-lite/data/features/subresource-bundling.js +0 -1
- data/node_modules/caniuse-lite/data/features/subresource-integrity.js +0 -1
- data/node_modules/caniuse-lite/data/features/svg-css.js +0 -1
- data/node_modules/caniuse-lite/data/features/svg-filters.js +0 -1
- data/node_modules/caniuse-lite/data/features/svg-fonts.js +0 -1
- data/node_modules/caniuse-lite/data/features/svg-fragment.js +0 -1
- data/node_modules/caniuse-lite/data/features/svg-html.js +0 -1
- data/node_modules/caniuse-lite/data/features/svg-html5.js +0 -1
- data/node_modules/caniuse-lite/data/features/svg-img.js +0 -1
- data/node_modules/caniuse-lite/data/features/svg-smil.js +0 -1
- data/node_modules/caniuse-lite/data/features/svg.js +0 -1
- data/node_modules/caniuse-lite/data/features/sxg.js +0 -1
- data/node_modules/caniuse-lite/data/features/tabindex-attr.js +0 -1
- data/node_modules/caniuse-lite/data/features/template-literals.js +0 -1
- data/node_modules/caniuse-lite/data/features/template.js +0 -1
- data/node_modules/caniuse-lite/data/features/temporal.js +0 -1
- data/node_modules/caniuse-lite/data/features/testfeat.js +0 -1
- data/node_modules/caniuse-lite/data/features/text-decoration.js +0 -1
- data/node_modules/caniuse-lite/data/features/text-emphasis.js +0 -1
- data/node_modules/caniuse-lite/data/features/text-overflow.js +0 -1
- data/node_modules/caniuse-lite/data/features/text-size-adjust.js +0 -1
- data/node_modules/caniuse-lite/data/features/text-stroke.js +0 -1
- data/node_modules/caniuse-lite/data/features/textcontent.js +0 -1
- data/node_modules/caniuse-lite/data/features/textencoder.js +0 -1
- data/node_modules/caniuse-lite/data/features/tls1-1.js +0 -1
- data/node_modules/caniuse-lite/data/features/tls1-2.js +0 -1
- data/node_modules/caniuse-lite/data/features/tls1-3.js +0 -1
- data/node_modules/caniuse-lite/data/features/touch.js +0 -1
- data/node_modules/caniuse-lite/data/features/transforms2d.js +0 -1
- data/node_modules/caniuse-lite/data/features/transforms3d.js +0 -1
- data/node_modules/caniuse-lite/data/features/trusted-types.js +0 -1
- data/node_modules/caniuse-lite/data/features/ttf.js +0 -1
- data/node_modules/caniuse-lite/data/features/typedarrays.js +0 -1
- data/node_modules/caniuse-lite/data/features/u2f.js +0 -1
- data/node_modules/caniuse-lite/data/features/unhandledrejection.js +0 -1
- data/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +0 -1
- data/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +0 -1
- data/node_modules/caniuse-lite/data/features/url.js +0 -1
- data/node_modules/caniuse-lite/data/features/urlsearchparams.js +0 -1
- data/node_modules/caniuse-lite/data/features/use-strict.js +0 -1
- data/node_modules/caniuse-lite/data/features/user-select-none.js +0 -1
- data/node_modules/caniuse-lite/data/features/user-timing.js +0 -1
- data/node_modules/caniuse-lite/data/features/variable-fonts.js +0 -1
- data/node_modules/caniuse-lite/data/features/vector-effect.js +0 -1
- data/node_modules/caniuse-lite/data/features/vibration.js +0 -1
- data/node_modules/caniuse-lite/data/features/video.js +0 -1
- data/node_modules/caniuse-lite/data/features/videotracks.js +0 -1
- data/node_modules/caniuse-lite/data/features/view-transitions.js +0 -1
- data/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +0 -1
- data/node_modules/caniuse-lite/data/features/viewport-units.js +0 -1
- data/node_modules/caniuse-lite/data/features/wai-aria.js +0 -1
- data/node_modules/caniuse-lite/data/features/wake-lock.js +0 -1
- data/node_modules/caniuse-lite/data/features/wasm-bigint.js +0 -1
- data/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +0 -1
- data/node_modules/caniuse-lite/data/features/wasm-extended-const.js +0 -1
- data/node_modules/caniuse-lite/data/features/wasm-gc.js +0 -1
- data/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +0 -1
- data/node_modules/caniuse-lite/data/features/wasm-multi-value.js +0 -1
- data/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +0 -1
- data/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +0 -1
- data/node_modules/caniuse-lite/data/features/wasm-reference-types.js +0 -1
- data/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +0 -1
- data/node_modules/caniuse-lite/data/features/wasm-signext.js +0 -1
- data/node_modules/caniuse-lite/data/features/wasm-simd.js +0 -1
- data/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +0 -1
- data/node_modules/caniuse-lite/data/features/wasm-threads.js +0 -1
- data/node_modules/caniuse-lite/data/features/wasm.js +0 -1
- data/node_modules/caniuse-lite/data/features/wav.js +0 -1
- data/node_modules/caniuse-lite/data/features/wbr-element.js +0 -1
- data/node_modules/caniuse-lite/data/features/web-animation.js +0 -1
- data/node_modules/caniuse-lite/data/features/web-app-manifest.js +0 -1
- data/node_modules/caniuse-lite/data/features/web-bluetooth.js +0 -1
- data/node_modules/caniuse-lite/data/features/web-serial.js +0 -1
- data/node_modules/caniuse-lite/data/features/web-share.js +0 -1
- data/node_modules/caniuse-lite/data/features/webauthn.js +0 -1
- data/node_modules/caniuse-lite/data/features/webcodecs.js +0 -1
- data/node_modules/caniuse-lite/data/features/webgl.js +0 -1
- data/node_modules/caniuse-lite/data/features/webgl2.js +0 -1
- data/node_modules/caniuse-lite/data/features/webgpu.js +0 -1
- data/node_modules/caniuse-lite/data/features/webhid.js +0 -1
- data/node_modules/caniuse-lite/data/features/webkit-user-drag.js +0 -1
- data/node_modules/caniuse-lite/data/features/webm.js +0 -1
- data/node_modules/caniuse-lite/data/features/webnfc.js +0 -1
- data/node_modules/caniuse-lite/data/features/webp.js +0 -1
- data/node_modules/caniuse-lite/data/features/websockets.js +0 -1
- data/node_modules/caniuse-lite/data/features/webtransport.js +0 -1
- data/node_modules/caniuse-lite/data/features/webusb.js +0 -1
- data/node_modules/caniuse-lite/data/features/webvr.js +0 -1
- data/node_modules/caniuse-lite/data/features/webvtt.js +0 -1
- data/node_modules/caniuse-lite/data/features/webworkers.js +0 -1
- data/node_modules/caniuse-lite/data/features/webxr.js +0 -1
- data/node_modules/caniuse-lite/data/features/will-change.js +0 -1
- data/node_modules/caniuse-lite/data/features/woff.js +0 -1
- data/node_modules/caniuse-lite/data/features/woff2.js +0 -1
- data/node_modules/caniuse-lite/data/features/word-break.js +0 -1
- data/node_modules/caniuse-lite/data/features/wordwrap.js +0 -1
- data/node_modules/caniuse-lite/data/features/x-doc-messaging.js +0 -1
- data/node_modules/caniuse-lite/data/features/x-frame-options.js +0 -1
- data/node_modules/caniuse-lite/data/features/xhr2.js +0 -1
- data/node_modules/caniuse-lite/data/features/xhtml.js +0 -1
- data/node_modules/caniuse-lite/data/features/xhtmlsmil.js +0 -1
- data/node_modules/caniuse-lite/data/features/xml-serializer.js +0 -1
- data/node_modules/caniuse-lite/data/features/zstd.js +0 -1
- data/node_modules/caniuse-lite/data/features.js +0 -1
- data/node_modules/caniuse-lite/data/regions/AD.js +0 -1
- data/node_modules/caniuse-lite/data/regions/AE.js +0 -1
- data/node_modules/caniuse-lite/data/regions/AF.js +0 -1
- data/node_modules/caniuse-lite/data/regions/AG.js +0 -1
- data/node_modules/caniuse-lite/data/regions/AI.js +0 -1
- data/node_modules/caniuse-lite/data/regions/AL.js +0 -1
- data/node_modules/caniuse-lite/data/regions/AM.js +0 -1
- data/node_modules/caniuse-lite/data/regions/AO.js +0 -1
- data/node_modules/caniuse-lite/data/regions/AR.js +0 -1
- data/node_modules/caniuse-lite/data/regions/AS.js +0 -1
- data/node_modules/caniuse-lite/data/regions/AT.js +0 -1
- data/node_modules/caniuse-lite/data/regions/AU.js +0 -1
- data/node_modules/caniuse-lite/data/regions/AW.js +0 -1
- data/node_modules/caniuse-lite/data/regions/AX.js +0 -1
- data/node_modules/caniuse-lite/data/regions/AZ.js +0 -1
- data/node_modules/caniuse-lite/data/regions/BA.js +0 -1
- data/node_modules/caniuse-lite/data/regions/BB.js +0 -1
- data/node_modules/caniuse-lite/data/regions/BD.js +0 -1
- data/node_modules/caniuse-lite/data/regions/BE.js +0 -1
- data/node_modules/caniuse-lite/data/regions/BF.js +0 -1
- data/node_modules/caniuse-lite/data/regions/BG.js +0 -1
- data/node_modules/caniuse-lite/data/regions/BH.js +0 -1
- data/node_modules/caniuse-lite/data/regions/BI.js +0 -1
- data/node_modules/caniuse-lite/data/regions/BJ.js +0 -1
- data/node_modules/caniuse-lite/data/regions/BM.js +0 -1
- data/node_modules/caniuse-lite/data/regions/BN.js +0 -1
- data/node_modules/caniuse-lite/data/regions/BO.js +0 -1
- data/node_modules/caniuse-lite/data/regions/BR.js +0 -1
- data/node_modules/caniuse-lite/data/regions/BS.js +0 -1
- data/node_modules/caniuse-lite/data/regions/BT.js +0 -1
- data/node_modules/caniuse-lite/data/regions/BW.js +0 -1
- data/node_modules/caniuse-lite/data/regions/BY.js +0 -1
- data/node_modules/caniuse-lite/data/regions/BZ.js +0 -1
- data/node_modules/caniuse-lite/data/regions/CA.js +0 -1
- data/node_modules/caniuse-lite/data/regions/CD.js +0 -1
- data/node_modules/caniuse-lite/data/regions/CF.js +0 -1
- data/node_modules/caniuse-lite/data/regions/CG.js +0 -1
- data/node_modules/caniuse-lite/data/regions/CH.js +0 -1
- data/node_modules/caniuse-lite/data/regions/CI.js +0 -1
- data/node_modules/caniuse-lite/data/regions/CK.js +0 -1
- data/node_modules/caniuse-lite/data/regions/CL.js +0 -1
- data/node_modules/caniuse-lite/data/regions/CM.js +0 -1
- data/node_modules/caniuse-lite/data/regions/CN.js +0 -1
- data/node_modules/caniuse-lite/data/regions/CO.js +0 -1
- data/node_modules/caniuse-lite/data/regions/CR.js +0 -1
- data/node_modules/caniuse-lite/data/regions/CU.js +0 -1
- data/node_modules/caniuse-lite/data/regions/CV.js +0 -1
- data/node_modules/caniuse-lite/data/regions/CX.js +0 -1
- data/node_modules/caniuse-lite/data/regions/CY.js +0 -1
- data/node_modules/caniuse-lite/data/regions/CZ.js +0 -1
- data/node_modules/caniuse-lite/data/regions/DE.js +0 -1
- data/node_modules/caniuse-lite/data/regions/DJ.js +0 -1
- data/node_modules/caniuse-lite/data/regions/DK.js +0 -1
- data/node_modules/caniuse-lite/data/regions/DM.js +0 -1
- data/node_modules/caniuse-lite/data/regions/DO.js +0 -1
- data/node_modules/caniuse-lite/data/regions/DZ.js +0 -1
- data/node_modules/caniuse-lite/data/regions/EC.js +0 -1
- data/node_modules/caniuse-lite/data/regions/EE.js +0 -1
- data/node_modules/caniuse-lite/data/regions/EG.js +0 -1
- data/node_modules/caniuse-lite/data/regions/ER.js +0 -1
- data/node_modules/caniuse-lite/data/regions/ES.js +0 -1
- data/node_modules/caniuse-lite/data/regions/ET.js +0 -1
- data/node_modules/caniuse-lite/data/regions/FI.js +0 -1
- data/node_modules/caniuse-lite/data/regions/FJ.js +0 -1
- data/node_modules/caniuse-lite/data/regions/FK.js +0 -1
- data/node_modules/caniuse-lite/data/regions/FM.js +0 -1
- data/node_modules/caniuse-lite/data/regions/FO.js +0 -1
- data/node_modules/caniuse-lite/data/regions/FR.js +0 -1
- data/node_modules/caniuse-lite/data/regions/GA.js +0 -1
- data/node_modules/caniuse-lite/data/regions/GB.js +0 -1
- data/node_modules/caniuse-lite/data/regions/GD.js +0 -1
- data/node_modules/caniuse-lite/data/regions/GE.js +0 -1
- data/node_modules/caniuse-lite/data/regions/GF.js +0 -1
- data/node_modules/caniuse-lite/data/regions/GG.js +0 -1
- data/node_modules/caniuse-lite/data/regions/GH.js +0 -1
- data/node_modules/caniuse-lite/data/regions/GI.js +0 -1
- data/node_modules/caniuse-lite/data/regions/GL.js +0 -1
- data/node_modules/caniuse-lite/data/regions/GM.js +0 -1
- data/node_modules/caniuse-lite/data/regions/GN.js +0 -1
- data/node_modules/caniuse-lite/data/regions/GP.js +0 -1
- data/node_modules/caniuse-lite/data/regions/GQ.js +0 -1
- data/node_modules/caniuse-lite/data/regions/GR.js +0 -1
- data/node_modules/caniuse-lite/data/regions/GT.js +0 -1
- data/node_modules/caniuse-lite/data/regions/GU.js +0 -1
- data/node_modules/caniuse-lite/data/regions/GW.js +0 -1
- data/node_modules/caniuse-lite/data/regions/GY.js +0 -1
- data/node_modules/caniuse-lite/data/regions/HK.js +0 -1
- data/node_modules/caniuse-lite/data/regions/HN.js +0 -1
- data/node_modules/caniuse-lite/data/regions/HR.js +0 -1
- data/node_modules/caniuse-lite/data/regions/HT.js +0 -1
- data/node_modules/caniuse-lite/data/regions/HU.js +0 -1
- data/node_modules/caniuse-lite/data/regions/ID.js +0 -1
- data/node_modules/caniuse-lite/data/regions/IE.js +0 -1
- data/node_modules/caniuse-lite/data/regions/IL.js +0 -1
- data/node_modules/caniuse-lite/data/regions/IM.js +0 -1
- data/node_modules/caniuse-lite/data/regions/IN.js +0 -1
- data/node_modules/caniuse-lite/data/regions/IQ.js +0 -1
- data/node_modules/caniuse-lite/data/regions/IR.js +0 -1
- data/node_modules/caniuse-lite/data/regions/IS.js +0 -1
- data/node_modules/caniuse-lite/data/regions/IT.js +0 -1
- data/node_modules/caniuse-lite/data/regions/JE.js +0 -1
- data/node_modules/caniuse-lite/data/regions/JM.js +0 -1
- data/node_modules/caniuse-lite/data/regions/JO.js +0 -1
- data/node_modules/caniuse-lite/data/regions/JP.js +0 -1
- data/node_modules/caniuse-lite/data/regions/KE.js +0 -1
- data/node_modules/caniuse-lite/data/regions/KG.js +0 -1
- data/node_modules/caniuse-lite/data/regions/KH.js +0 -1
- data/node_modules/caniuse-lite/data/regions/KI.js +0 -1
- data/node_modules/caniuse-lite/data/regions/KM.js +0 -1
- data/node_modules/caniuse-lite/data/regions/KN.js +0 -1
- data/node_modules/caniuse-lite/data/regions/KP.js +0 -1
- data/node_modules/caniuse-lite/data/regions/KR.js +0 -1
- data/node_modules/caniuse-lite/data/regions/KW.js +0 -1
- data/node_modules/caniuse-lite/data/regions/KY.js +0 -1
- data/node_modules/caniuse-lite/data/regions/KZ.js +0 -1
- data/node_modules/caniuse-lite/data/regions/LA.js +0 -1
- data/node_modules/caniuse-lite/data/regions/LB.js +0 -1
- data/node_modules/caniuse-lite/data/regions/LC.js +0 -1
- data/node_modules/caniuse-lite/data/regions/LI.js +0 -1
- data/node_modules/caniuse-lite/data/regions/LK.js +0 -1
- data/node_modules/caniuse-lite/data/regions/LR.js +0 -1
- data/node_modules/caniuse-lite/data/regions/LS.js +0 -1
- data/node_modules/caniuse-lite/data/regions/LT.js +0 -1
- data/node_modules/caniuse-lite/data/regions/LU.js +0 -1
- data/node_modules/caniuse-lite/data/regions/LV.js +0 -1
- data/node_modules/caniuse-lite/data/regions/LY.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MA.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MC.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MD.js +0 -1
- data/node_modules/caniuse-lite/data/regions/ME.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MG.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MH.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MK.js +0 -1
- data/node_modules/caniuse-lite/data/regions/ML.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MM.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MN.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MO.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MP.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MQ.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MR.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MS.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MT.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MU.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MV.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MW.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MX.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MY.js +0 -1
- data/node_modules/caniuse-lite/data/regions/MZ.js +0 -1
- data/node_modules/caniuse-lite/data/regions/NA.js +0 -1
- data/node_modules/caniuse-lite/data/regions/NC.js +0 -1
- data/node_modules/caniuse-lite/data/regions/NE.js +0 -1
- data/node_modules/caniuse-lite/data/regions/NF.js +0 -1
- data/node_modules/caniuse-lite/data/regions/NG.js +0 -1
- data/node_modules/caniuse-lite/data/regions/NI.js +0 -1
- data/node_modules/caniuse-lite/data/regions/NL.js +0 -1
- data/node_modules/caniuse-lite/data/regions/NO.js +0 -1
- data/node_modules/caniuse-lite/data/regions/NP.js +0 -1
- data/node_modules/caniuse-lite/data/regions/NR.js +0 -1
- data/node_modules/caniuse-lite/data/regions/NU.js +0 -1
- data/node_modules/caniuse-lite/data/regions/NZ.js +0 -1
- data/node_modules/caniuse-lite/data/regions/OM.js +0 -1
- data/node_modules/caniuse-lite/data/regions/PA.js +0 -1
- data/node_modules/caniuse-lite/data/regions/PE.js +0 -1
- data/node_modules/caniuse-lite/data/regions/PF.js +0 -1
- data/node_modules/caniuse-lite/data/regions/PG.js +0 -1
- data/node_modules/caniuse-lite/data/regions/PH.js +0 -1
- data/node_modules/caniuse-lite/data/regions/PK.js +0 -1
- data/node_modules/caniuse-lite/data/regions/PL.js +0 -1
- data/node_modules/caniuse-lite/data/regions/PM.js +0 -1
- data/node_modules/caniuse-lite/data/regions/PN.js +0 -1
- data/node_modules/caniuse-lite/data/regions/PR.js +0 -1
- data/node_modules/caniuse-lite/data/regions/PS.js +0 -1
- data/node_modules/caniuse-lite/data/regions/PT.js +0 -1
- data/node_modules/caniuse-lite/data/regions/PW.js +0 -1
- data/node_modules/caniuse-lite/data/regions/PY.js +0 -1
- data/node_modules/caniuse-lite/data/regions/QA.js +0 -1
- data/node_modules/caniuse-lite/data/regions/RE.js +0 -1
- data/node_modules/caniuse-lite/data/regions/RO.js +0 -1
- data/node_modules/caniuse-lite/data/regions/RS.js +0 -1
- data/node_modules/caniuse-lite/data/regions/RU.js +0 -1
- data/node_modules/caniuse-lite/data/regions/RW.js +0 -1
- data/node_modules/caniuse-lite/data/regions/SA.js +0 -1
- data/node_modules/caniuse-lite/data/regions/SB.js +0 -1
- data/node_modules/caniuse-lite/data/regions/SC.js +0 -1
- data/node_modules/caniuse-lite/data/regions/SD.js +0 -1
- data/node_modules/caniuse-lite/data/regions/SE.js +0 -1
- data/node_modules/caniuse-lite/data/regions/SG.js +0 -1
- data/node_modules/caniuse-lite/data/regions/SH.js +0 -1
- data/node_modules/caniuse-lite/data/regions/SI.js +0 -1
- data/node_modules/caniuse-lite/data/regions/SK.js +0 -1
- data/node_modules/caniuse-lite/data/regions/SL.js +0 -1
- data/node_modules/caniuse-lite/data/regions/SM.js +0 -1
- data/node_modules/caniuse-lite/data/regions/SN.js +0 -1
- data/node_modules/caniuse-lite/data/regions/SO.js +0 -1
- data/node_modules/caniuse-lite/data/regions/SR.js +0 -1
- data/node_modules/caniuse-lite/data/regions/ST.js +0 -1
- data/node_modules/caniuse-lite/data/regions/SV.js +0 -1
- data/node_modules/caniuse-lite/data/regions/SY.js +0 -1
- data/node_modules/caniuse-lite/data/regions/SZ.js +0 -1
- data/node_modules/caniuse-lite/data/regions/TC.js +0 -1
- data/node_modules/caniuse-lite/data/regions/TD.js +0 -1
- data/node_modules/caniuse-lite/data/regions/TG.js +0 -1
- data/node_modules/caniuse-lite/data/regions/TH.js +0 -1
- data/node_modules/caniuse-lite/data/regions/TJ.js +0 -1
- data/node_modules/caniuse-lite/data/regions/TL.js +0 -1
- data/node_modules/caniuse-lite/data/regions/TM.js +0 -1
- data/node_modules/caniuse-lite/data/regions/TN.js +0 -1
- data/node_modules/caniuse-lite/data/regions/TO.js +0 -1
- data/node_modules/caniuse-lite/data/regions/TR.js +0 -1
- data/node_modules/caniuse-lite/data/regions/TT.js +0 -1
- data/node_modules/caniuse-lite/data/regions/TV.js +0 -1
- data/node_modules/caniuse-lite/data/regions/TW.js +0 -1
- data/node_modules/caniuse-lite/data/regions/TZ.js +0 -1
- data/node_modules/caniuse-lite/data/regions/UA.js +0 -1
- data/node_modules/caniuse-lite/data/regions/UG.js +0 -1
- data/node_modules/caniuse-lite/data/regions/US.js +0 -1
- data/node_modules/caniuse-lite/data/regions/UY.js +0 -1
- data/node_modules/caniuse-lite/data/regions/UZ.js +0 -1
- data/node_modules/caniuse-lite/data/regions/VA.js +0 -1
- data/node_modules/caniuse-lite/data/regions/VC.js +0 -1
- data/node_modules/caniuse-lite/data/regions/VE.js +0 -1
- data/node_modules/caniuse-lite/data/regions/VG.js +0 -1
- data/node_modules/caniuse-lite/data/regions/VI.js +0 -1
- data/node_modules/caniuse-lite/data/regions/VN.js +0 -1
- data/node_modules/caniuse-lite/data/regions/VU.js +0 -1
- data/node_modules/caniuse-lite/data/regions/WF.js +0 -1
- data/node_modules/caniuse-lite/data/regions/WS.js +0 -1
- data/node_modules/caniuse-lite/data/regions/YE.js +0 -1
- data/node_modules/caniuse-lite/data/regions/YT.js +0 -1
- data/node_modules/caniuse-lite/data/regions/ZA.js +0 -1
- data/node_modules/caniuse-lite/data/regions/ZM.js +0 -1
- data/node_modules/caniuse-lite/data/regions/ZW.js +0 -1
- data/node_modules/caniuse-lite/data/regions/alt-af.js +0 -1
- data/node_modules/caniuse-lite/data/regions/alt-an.js +0 -1
- data/node_modules/caniuse-lite/data/regions/alt-as.js +0 -1
- data/node_modules/caniuse-lite/data/regions/alt-eu.js +0 -1
- data/node_modules/caniuse-lite/data/regions/alt-na.js +0 -1
- data/node_modules/caniuse-lite/data/regions/alt-oc.js +0 -1
- data/node_modules/caniuse-lite/data/regions/alt-sa.js +0 -1
- data/node_modules/caniuse-lite/data/regions/alt-ww.js +0 -1
- data/node_modules/caniuse-lite/dist/lib/statuses.js +0 -9
- data/node_modules/caniuse-lite/dist/lib/supported.js +0 -9
- data/node_modules/caniuse-lite/dist/unpacker/agents.js +0 -47
- data/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +0 -1
- data/node_modules/caniuse-lite/dist/unpacker/browsers.js +0 -1
- data/node_modules/caniuse-lite/dist/unpacker/feature.js +0 -52
- data/node_modules/caniuse-lite/dist/unpacker/features.js +0 -6
- data/node_modules/caniuse-lite/dist/unpacker/index.js +0 -4
- data/node_modules/caniuse-lite/dist/unpacker/region.js +0 -22
- data/node_modules/caniuse-lite/package.json +0 -34
- data/node_modules/clone-deep/LICENSE +0 -21
- data/node_modules/clone-deep/README.md +0 -106
- data/node_modules/clone-deep/index.js +0 -49
- data/node_modules/clone-deep/package.json +0 -81
- data/node_modules/commondir/LICENSE +0 -24
- data/node_modules/commondir/example/dir.js +0 -3
- data/node_modules/commondir/index.js +0 -29
- data/node_modules/commondir/package.json +0 -34
- data/node_modules/commondir/readme.markdown +0 -48
- data/node_modules/commondir/test/dirs.js +0 -55
- data/node_modules/convert-source-map/LICENSE +0 -23
- data/node_modules/convert-source-map/README.md +0 -206
- data/node_modules/convert-source-map/index.js +0 -233
- data/node_modules/convert-source-map/package.json +0 -38
- data/node_modules/core-js-compat/LICENSE +0 -19
- data/node_modules/core-js-compat/README.md +0 -135
- data/node_modules/core-js-compat/compat.d.ts +0 -48
- data/node_modules/core-js-compat/compat.js +0 -90
- data/node_modules/core-js-compat/data.json +0 -7562
- data/node_modules/core-js-compat/entries.json +0 -20563
- data/node_modules/core-js-compat/external.json +0 -21
- data/node_modules/core-js-compat/get-modules-list-for-target-version.d.ts +0 -5
- data/node_modules/core-js-compat/get-modules-list-for-target-version.js +0 -18
- data/node_modules/core-js-compat/helpers.js +0 -65
- data/node_modules/core-js-compat/index.d.ts +0 -27
- data/node_modules/core-js-compat/index.js +0 -14
- data/node_modules/core-js-compat/modules-by-versions.json +0 -569
- data/node_modules/core-js-compat/modules.json +0 -501
- data/node_modules/core-js-compat/package.json +0 -27
- data/node_modules/core-js-compat/shared.d.ts +0 -32
- data/node_modules/core-js-compat/targets-parser.js +0 -92
- data/node_modules/electron-to-chromium/LICENSE +0 -5
- data/node_modules/electron-to-chromium/README.md +0 -186
- data/node_modules/electron-to-chromium/chromium-versions.js +0 -72
- data/node_modules/electron-to-chromium/chromium-versions.json +0 -1
- data/node_modules/electron-to-chromium/full-chromium-versions.js +0 -2236
- data/node_modules/electron-to-chromium/full-chromium-versions.json +0 -1
- data/node_modules/electron-to-chromium/full-versions.js +0 -1452
- data/node_modules/electron-to-chromium/full-versions.json +0 -1
- data/node_modules/electron-to-chromium/index.js +0 -36
- data/node_modules/electron-to-chromium/package.json +0 -44
- data/node_modules/electron-to-chromium/versions.js +0 -176
- data/node_modules/electron-to-chromium/versions.json +0 -1
- data/node_modules/escalade/dist/index.js +0 -22
- data/node_modules/escalade/dist/index.mjs +0 -22
- data/node_modules/escalade/index.d.mts +0 -11
- data/node_modules/escalade/index.d.ts +0 -15
- data/node_modules/escalade/license +0 -9
- data/node_modules/escalade/package.json +0 -74
- data/node_modules/escalade/readme.md +0 -211
- data/node_modules/escalade/sync/index.d.mts +0 -9
- data/node_modules/escalade/sync/index.d.ts +0 -13
- data/node_modules/escalade/sync/index.js +0 -18
- data/node_modules/escalade/sync/index.mjs +0 -18
- data/node_modules/esprima/ChangeLog +0 -235
- data/node_modules/esprima/LICENSE.BSD +0 -21
- data/node_modules/esprima/README.md +0 -46
- data/node_modules/esprima/bin/esparse.js +0 -139
- data/node_modules/esprima/bin/esvalidate.js +0 -236
- data/node_modules/esprima/dist/esprima.js +0 -6709
- data/node_modules/esprima/package.json +0 -112
- data/node_modules/fill-range/LICENSE +0 -21
- data/node_modules/fill-range/README.md +0 -237
- data/node_modules/fill-range/index.js +0 -248
- data/node_modules/fill-range/package.json +0 -74
- data/node_modules/find-cache-dir/index.js +0 -32
- data/node_modules/find-cache-dir/license +0 -9
- data/node_modules/find-cache-dir/package.json +0 -42
- data/node_modules/find-cache-dir/readme.md +0 -116
- data/node_modules/flatted/python/test.py +0 -63
- data/node_modules/flow-parser/README.md +0 -44
- data/node_modules/flow-parser/flow_parser.js +0 -11358
- data/node_modules/flow-parser/package.json +0 -33
- data/node_modules/gensync/LICENSE +0 -7
- data/node_modules/gensync/README.md +0 -196
- data/node_modules/gensync/index.js +0 -373
- data/node_modules/gensync/index.js.flow +0 -32
- data/node_modules/gensync/package.json +0 -37
- data/node_modules/gensync/test/index.test.js +0 -489
- data/node_modules/graceful-fs/LICENSE +0 -15
- data/node_modules/graceful-fs/README.md +0 -143
- data/node_modules/graceful-fs/clone.js +0 -23
- data/node_modules/graceful-fs/graceful-fs.js +0 -448
- data/node_modules/graceful-fs/legacy-streams.js +0 -118
- data/node_modules/graceful-fs/package.json +0 -53
- data/node_modules/graceful-fs/polyfills.js +0 -355
- data/node_modules/is-core-module/CHANGELOG.md +0 -218
- data/node_modules/is-core-module/LICENSE +0 -20
- data/node_modules/is-core-module/README.md +0 -40
- data/node_modules/is-core-module/core.json +0 -162
- data/node_modules/is-core-module/index.js +0 -69
- data/node_modules/is-core-module/test/index.js +0 -157
- data/node_modules/is-number/LICENSE +0 -21
- data/node_modules/is-number/README.md +0 -187
- data/node_modules/is-number/index.js +0 -18
- data/node_modules/is-number/package.json +0 -82
- data/node_modules/is-plain-object/LICENSE +0 -21
- data/node_modules/is-plain-object/README.md +0 -104
- data/node_modules/is-plain-object/index.d.ts +0 -5
- data/node_modules/is-plain-object/index.js +0 -37
- data/node_modules/is-plain-object/package.json +0 -79
- data/node_modules/isobject/LICENSE +0 -21
- data/node_modules/isobject/README.md +0 -122
- data/node_modules/isobject/index.d.ts +0 -5
- data/node_modules/isobject/index.js +0 -12
- data/node_modules/isobject/package.json +0 -74
- data/node_modules/js-tokens/CHANGELOG.md +0 -151
- data/node_modules/js-tokens/LICENSE +0 -21
- data/node_modules/js-tokens/README.md +0 -240
- data/node_modules/js-tokens/index.js +0 -23
- data/node_modules/js-tokens/package.json +0 -30
- data/node_modules/jscodeshift/CHANGELOG.md +0 -226
- data/node_modules/jscodeshift/CODE_OF_CONDUCT.md +0 -3
- data/node_modules/jscodeshift/CONTRIBUTING.md +0 -48
- data/node_modules/jscodeshift/LICENSE +0 -21
- data/node_modules/jscodeshift/README.md +0 -671
- data/node_modules/jscodeshift/bin/jscodeshift.js +0 -182
- data/node_modules/jscodeshift/bin/jscodeshift.sh +0 -12
- data/node_modules/jscodeshift/dist/Collection.js +0 -472
- data/node_modules/jscodeshift/dist/Runner.js +0 -322
- data/node_modules/jscodeshift/dist/Worker.js +0 -210
- data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.input.js +0 -1
- data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.js +0 -11
- data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.output.js +0 -1
- data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.input.js +0 -1
- data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.js +0 -7
- data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.output.js +0 -1
- data/node_modules/jscodeshift/dist/argsParser.js +0 -273
- data/node_modules/jscodeshift/dist/collections/ImportDeclaration.js +0 -113
- data/node_modules/jscodeshift/dist/collections/JSXElement.js +0 -221
- data/node_modules/jscodeshift/dist/collections/Node.js +0 -187
- data/node_modules/jscodeshift/dist/collections/VariableDeclarator.js +0 -210
- data/node_modules/jscodeshift/dist/collections/index.js +0 -14
- data/node_modules/jscodeshift/dist/core.js +0 -183
- data/node_modules/jscodeshift/dist/getParser.js +0 -25
- data/node_modules/jscodeshift/dist/ignoreFiles.js +0 -68
- data/node_modules/jscodeshift/dist/matchNode.js +0 -40
- data/node_modules/jscodeshift/dist/template.js +0 -173
- data/node_modules/jscodeshift/dist/testUtils.js +0 -173
- data/node_modules/jscodeshift/dist/utils/intersection.js +0 -27
- data/node_modules/jscodeshift/dist/utils/once.js +0 -21
- data/node_modules/jscodeshift/dist/utils/union.js +0 -20
- data/node_modules/jscodeshift/index.js +0 -9
- data/node_modules/jscodeshift/package.json +0 -74
- data/node_modules/jscodeshift/parser/babel5Compat.js +0 -50
- data/node_modules/jscodeshift/parser/babylon.js +0 -57
- data/node_modules/jscodeshift/parser/flow.js +0 -34
- data/node_modules/jscodeshift/parser/ts.js +0 -24
- data/node_modules/jscodeshift/parser/tsOptions.js +0 -46
- data/node_modules/jscodeshift/parser/tsx.js +0 -27
- data/node_modules/jscodeshift/src/Collection.js +0 -472
- data/node_modules/jscodeshift/src/Runner.js +0 -322
- data/node_modules/jscodeshift/src/Worker.js +0 -210
- data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.input.js +0 -1
- data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.js +0 -11
- data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.output.js +0 -1
- data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.input.js +0 -1
- data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.js +0 -7
- data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.output.js +0 -1
- data/node_modules/jscodeshift/src/argsParser.js +0 -273
- data/node_modules/jscodeshift/src/collections/ImportDeclaration.js +0 -113
- data/node_modules/jscodeshift/src/collections/JSXElement.js +0 -221
- data/node_modules/jscodeshift/src/collections/Node.js +0 -187
- data/node_modules/jscodeshift/src/collections/VariableDeclarator.js +0 -210
- data/node_modules/jscodeshift/src/collections/index.js +0 -14
- data/node_modules/jscodeshift/src/core.js +0 -183
- data/node_modules/jscodeshift/src/getParser.js +0 -25
- data/node_modules/jscodeshift/src/ignoreFiles.js +0 -68
- data/node_modules/jscodeshift/src/matchNode.js +0 -40
- data/node_modules/jscodeshift/src/template.js +0 -173
- data/node_modules/jscodeshift/src/testUtils.js +0 -173
- data/node_modules/jscodeshift/src/utils/intersection.js +0 -27
- data/node_modules/jscodeshift/src/utils/once.js +0 -21
- data/node_modules/jscodeshift/src/utils/union.js +0 -20
- data/node_modules/jscodeshift/utils/requirePackage.js +0 -24
- data/node_modules/jscodeshift/utils/testUtils.js +0 -49
- data/node_modules/jscodeshift/website/README.md +0 -44
- data/node_modules/jscodeshift/website/astro.config.mjs +0 -36
- data/node_modules/jscodeshift/website/package.json +0 -17
- data/node_modules/jscodeshift/website/public/favicon.svg +0 -1
- data/node_modules/jscodeshift/website/src/assets/houston.webp +0 -0
- data/node_modules/jscodeshift/website/src/content/config.ts +0 -6
- data/node_modules/jscodeshift/website/src/content/docs/build/api-reference.mdx +0 -406
- data/node_modules/jscodeshift/website/src/content/docs/build/ast-grammar.mdx +0 -3086
- data/node_modules/jscodeshift/website/src/content/docs/index.mdx +0 -15
- data/node_modules/jscodeshift/website/src/content/docs/overview/introduction.mdx +0 -45
- data/node_modules/jscodeshift/website/src/content/docs/run/cli.mdx +0 -161
- data/node_modules/jscodeshift/website/src/env.d.ts +0 -2
- data/node_modules/jscodeshift/website/tsconfig.json +0 -3
- data/node_modules/jsesc/LICENSE-MIT.txt +0 -20
- data/node_modules/jsesc/README.md +0 -422
- data/node_modules/jsesc/bin/jsesc +0 -148
- data/node_modules/jsesc/jsesc.js +0 -337
- data/node_modules/jsesc/man/jsesc.1 +0 -94
- data/node_modules/jsesc/package.json +0 -56
- data/node_modules/json5/LICENSE.md +0 -23
- data/node_modules/json5/README.md +0 -282
- data/node_modules/json5/dist/index.js +0 -1737
- data/node_modules/json5/dist/index.min.js +0 -1
- data/node_modules/json5/dist/index.min.mjs +0 -1
- data/node_modules/json5/dist/index.mjs +0 -1426
- data/node_modules/json5/lib/cli.js +0 -152
- data/node_modules/json5/lib/index.d.ts +0 -4
- data/node_modules/json5/lib/index.js +0 -9
- data/node_modules/json5/lib/parse.d.ts +0 -15
- data/node_modules/json5/lib/parse.js +0 -1114
- data/node_modules/json5/lib/register.js +0 -13
- data/node_modules/json5/lib/require.js +0 -4
- data/node_modules/json5/lib/stringify.d.ts +0 -89
- data/node_modules/json5/lib/stringify.js +0 -261
- data/node_modules/json5/lib/unicode.d.ts +0 -3
- data/node_modules/json5/lib/unicode.js +0 -4
- data/node_modules/json5/lib/util.d.ts +0 -5
- data/node_modules/json5/lib/util.js +0 -35
- data/node_modules/json5/package.json +0 -72
- data/node_modules/kind-of/CHANGELOG.md +0 -160
- data/node_modules/kind-of/LICENSE +0 -21
- data/node_modules/kind-of/README.md +0 -367
- data/node_modules/kind-of/index.js +0 -129
- data/node_modules/kind-of/package.json +0 -88
- data/node_modules/lodash.debounce/LICENSE +0 -47
- data/node_modules/lodash.debounce/README.md +0 -18
- data/node_modules/lodash.debounce/index.js +0 -377
- data/node_modules/lodash.debounce/package.json +0 -17
- data/node_modules/lru-cache/LICENSE +0 -15
- data/node_modules/lru-cache/README.md +0 -166
- data/node_modules/lru-cache/index.js +0 -334
- data/node_modules/lru-cache/package.json +0 -32
- data/node_modules/make-dir/index.d.ts +0 -39
- data/node_modules/make-dir/index.js +0 -139
- data/node_modules/make-dir/license +0 -9
- data/node_modules/make-dir/node_modules/semver/LICENSE +0 -15
- data/node_modules/make-dir/node_modules/semver/README.md +0 -412
- data/node_modules/make-dir/node_modules/semver/bin/semver +0 -160
- data/node_modules/make-dir/node_modules/semver/package.json +0 -38
- data/node_modules/make-dir/node_modules/semver/range.bnf +0 -16
- data/node_modules/make-dir/node_modules/semver/semver.js +0 -1525
- data/node_modules/make-dir/package.json +0 -59
- data/node_modules/make-dir/readme.md +0 -123
- data/node_modules/micromatch/LICENSE +0 -21
- data/node_modules/micromatch/README.md +0 -1024
- data/node_modules/micromatch/index.js +0 -474
- data/node_modules/micromatch/package.json +0 -119
- data/node_modules/neo-async/LICENSE +0 -22
- data/node_modules/neo-async/README.md +0 -273
- data/node_modules/neo-async/all.js +0 -3
- data/node_modules/neo-async/allLimit.js +0 -3
- data/node_modules/neo-async/allSeries.js +0 -3
- data/node_modules/neo-async/angelFall.js +0 -3
- data/node_modules/neo-async/any.js +0 -3
- data/node_modules/neo-async/anyLimit.js +0 -3
- data/node_modules/neo-async/anySeries.js +0 -3
- data/node_modules/neo-async/apply.js +0 -3
- data/node_modules/neo-async/applyEach.js +0 -3
- data/node_modules/neo-async/applyEachSeries.js +0 -3
- data/node_modules/neo-async/async.js +0 -9184
- data/node_modules/neo-async/async.min.js +0 -80
- data/node_modules/neo-async/asyncify.js +0 -3
- data/node_modules/neo-async/auto.js +0 -3
- data/node_modules/neo-async/autoInject.js +0 -3
- data/node_modules/neo-async/cargo.js +0 -3
- data/node_modules/neo-async/compose.js +0 -3
- data/node_modules/neo-async/concat.js +0 -3
- data/node_modules/neo-async/concatLimit.js +0 -3
- data/node_modules/neo-async/concatSeries.js +0 -3
- data/node_modules/neo-async/constant.js +0 -3
- data/node_modules/neo-async/createLogger.js +0 -3
- data/node_modules/neo-async/detect.js +0 -3
- data/node_modules/neo-async/detectLimit.js +0 -3
- data/node_modules/neo-async/detectSeries.js +0 -3
- data/node_modules/neo-async/dir.js +0 -3
- data/node_modules/neo-async/doDuring.js +0 -3
- data/node_modules/neo-async/doUntil.js +0 -3
- data/node_modules/neo-async/doWhilst.js +0 -3
- data/node_modules/neo-async/during.js +0 -3
- data/node_modules/neo-async/each.js +0 -3
- data/node_modules/neo-async/eachLimit.js +0 -3
- data/node_modules/neo-async/eachOf.js +0 -3
- data/node_modules/neo-async/eachOfLimit.js +0 -3
- data/node_modules/neo-async/eachOfSeries.js +0 -3
- data/node_modules/neo-async/eachSeries.js +0 -3
- data/node_modules/neo-async/ensureAsync.js +0 -3
- data/node_modules/neo-async/every.js +0 -3
- data/node_modules/neo-async/everyLimit.js +0 -3
- data/node_modules/neo-async/everySeries.js +0 -3
- data/node_modules/neo-async/fast.js +0 -3
- data/node_modules/neo-async/filter.js +0 -3
- data/node_modules/neo-async/filterLimit.js +0 -3
- data/node_modules/neo-async/filterSeries.js +0 -3
- data/node_modules/neo-async/find.js +0 -3
- data/node_modules/neo-async/findLimit.js +0 -3
- data/node_modules/neo-async/findSeries.js +0 -3
- data/node_modules/neo-async/foldl.js +0 -3
- data/node_modules/neo-async/foldr.js +0 -3
- data/node_modules/neo-async/forEach.js +0 -3
- data/node_modules/neo-async/forEachLimit.js +0 -3
- data/node_modules/neo-async/forEachOf.js +0 -3
- data/node_modules/neo-async/forEachOfLimit.js +0 -3
- data/node_modules/neo-async/forEachOfSeries.js +0 -3
- data/node_modules/neo-async/forEachSeries.js +0 -3
- data/node_modules/neo-async/forever.js +0 -3
- data/node_modules/neo-async/groupBy.js +0 -3
- data/node_modules/neo-async/groupByLimit.js +0 -3
- data/node_modules/neo-async/groupBySeries.js +0 -3
- data/node_modules/neo-async/inject.js +0 -3
- data/node_modules/neo-async/iterator.js +0 -3
- data/node_modules/neo-async/log.js +0 -3
- data/node_modules/neo-async/map.js +0 -3
- data/node_modules/neo-async/mapLimit.js +0 -3
- data/node_modules/neo-async/mapSeries.js +0 -3
- data/node_modules/neo-async/mapValues.js +0 -3
- data/node_modules/neo-async/mapValuesLimit.js +0 -3
- data/node_modules/neo-async/mapValuesSeries.js +0 -3
- data/node_modules/neo-async/memoize.js +0 -3
- data/node_modules/neo-async/nextTick.js +0 -3
- data/node_modules/neo-async/omit.js +0 -3
- data/node_modules/neo-async/omitLimit.js +0 -3
- data/node_modules/neo-async/omitSeries.js +0 -3
- data/node_modules/neo-async/package.json +0 -57
- data/node_modules/neo-async/parallel.js +0 -3
- data/node_modules/neo-async/parallelLimit.js +0 -3
- data/node_modules/neo-async/pick.js +0 -3
- data/node_modules/neo-async/pickLimit.js +0 -3
- data/node_modules/neo-async/pickSeries.js +0 -3
- data/node_modules/neo-async/priorityQueue.js +0 -3
- data/node_modules/neo-async/queue.js +0 -3
- data/node_modules/neo-async/race.js +0 -3
- data/node_modules/neo-async/reduce.js +0 -3
- data/node_modules/neo-async/reduceRight.js +0 -3
- data/node_modules/neo-async/reflect.js +0 -3
- data/node_modules/neo-async/reflectAll.js +0 -3
- data/node_modules/neo-async/reject.js +0 -3
- data/node_modules/neo-async/rejectLimit.js +0 -3
- data/node_modules/neo-async/rejectSeries.js +0 -3
- data/node_modules/neo-async/retry.js +0 -3
- data/node_modules/neo-async/retryable.js +0 -3
- data/node_modules/neo-async/safe.js +0 -3
- data/node_modules/neo-async/select.js +0 -3
- data/node_modules/neo-async/selectLimit.js +0 -3
- data/node_modules/neo-async/selectSeries.js +0 -3
- data/node_modules/neo-async/seq.js +0 -3
- data/node_modules/neo-async/series.js +0 -3
- data/node_modules/neo-async/setImmediate.js +0 -3
- data/node_modules/neo-async/some.js +0 -3
- data/node_modules/neo-async/someLimit.js +0 -3
- data/node_modules/neo-async/someSeries.js +0 -3
- data/node_modules/neo-async/sortBy.js +0 -3
- data/node_modules/neo-async/sortByLimit.js +0 -3
- data/node_modules/neo-async/sortBySeries.js +0 -3
- data/node_modules/neo-async/timeout.js +0 -3
- data/node_modules/neo-async/times.js +0 -3
- data/node_modules/neo-async/timesLimit.js +0 -3
- data/node_modules/neo-async/timesSeries.js +0 -3
- data/node_modules/neo-async/transform.js +0 -3
- data/node_modules/neo-async/transformLimit.js +0 -3
- data/node_modules/neo-async/transformSeries.js +0 -3
- data/node_modules/neo-async/tryEach.js +0 -3
- data/node_modules/neo-async/unmemoize.js +0 -3
- data/node_modules/neo-async/until.js +0 -3
- data/node_modules/neo-async/waterfall.js +0 -3
- data/node_modules/neo-async/whilst.js +0 -3
- data/node_modules/neo-async/wrapSync.js +0 -3
- data/node_modules/node-releases/LICENSE +0 -21
- data/node_modules/node-releases/README.md +0 -12
- data/node_modules/node-releases/data/processed/envs.json +0 -1
- data/node_modules/node-releases/data/release-schedule/release-schedule.json +0 -1
- data/node_modules/node-releases/package.json +0 -22
- data/node_modules/p-try/index.d.ts +0 -39
- data/node_modules/p-try/index.js +0 -9
- data/node_modules/p-try/license +0 -9
- data/node_modules/p-try/package.json +0 -42
- data/node_modules/p-try/readme.md +0 -58
- data/node_modules/path-parse/LICENSE +0 -21
- data/node_modules/path-parse/README.md +0 -42
- data/node_modules/path-parse/index.js +0 -75
- data/node_modules/path-parse/package.json +0 -33
- data/node_modules/picocolors/LICENSE +0 -15
- data/node_modules/picocolors/README.md +0 -21
- data/node_modules/picocolors/package.json +0 -25
- data/node_modules/picocolors/picocolors.browser.js +0 -4
- data/node_modules/picocolors/picocolors.d.ts +0 -5
- data/node_modules/picocolors/picocolors.js +0 -75
- data/node_modules/picocolors/types.d.ts +0 -51
- data/node_modules/picomatch/CHANGELOG.md +0 -136
- data/node_modules/picomatch/LICENSE +0 -21
- data/node_modules/picomatch/README.md +0 -708
- data/node_modules/picomatch/index.js +0 -3
- data/node_modules/picomatch/lib/constants.js +0 -179
- data/node_modules/picomatch/lib/parse.js +0 -1091
- data/node_modules/picomatch/lib/picomatch.js +0 -342
- data/node_modules/picomatch/lib/scan.js +0 -391
- data/node_modules/picomatch/lib/utils.js +0 -64
- data/node_modules/picomatch/package.json +0 -81
- data/node_modules/pify/index.js +0 -68
- data/node_modules/pify/license +0 -9
- data/node_modules/pify/package.json +0 -51
- data/node_modules/pify/readme.md +0 -145
- data/node_modules/pirates/LICENSE +0 -21
- data/node_modules/pirates/README.md +0 -69
- data/node_modules/pirates/index.d.ts +0 -82
- data/node_modules/pirates/lib/index.js +0 -139
- data/node_modules/pirates/package.json +0 -74
- data/node_modules/pkg-dir/index.js +0 -10
- data/node_modules/pkg-dir/license +0 -9
- data/node_modules/pkg-dir/node_modules/find-up/index.js +0 -46
- data/node_modules/pkg-dir/node_modules/find-up/license +0 -9
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/index.js +0 -24
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/license +0 -9
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/index.js +0 -34
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/license +0 -9
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/index.d.ts +0 -38
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/index.js +0 -57
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/license +0 -9
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/package.json +0 -52
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/readme.md +0 -101
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/package.json +0 -51
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/readme.md +0 -88
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/index.js +0 -17
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/license +0 -21
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/package.json +0 -40
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/readme.md +0 -50
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/package.json +0 -44
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/readme.md +0 -99
- data/node_modules/pkg-dir/node_modules/find-up/package.json +0 -50
- data/node_modules/pkg-dir/node_modules/find-up/readme.md +0 -87
- data/node_modules/pkg-dir/package.json +0 -53
- data/node_modules/pkg-dir/readme.md +0 -66
- data/node_modules/recast/LICENSE +0 -20
- data/node_modules/recast/README.md +0 -221
- data/node_modules/recast/example/add-braces +0 -44
- data/node_modules/recast/example/generic-identity +0 -17
- data/node_modules/recast/example/identity +0 -8
- data/node_modules/recast/example/to-while +0 -84
- data/node_modules/recast/lib/comments.d.ts +0 -2
- data/node_modules/recast/lib/comments.js +0 -313
- data/node_modules/recast/lib/fast-path.d.ts +0 -25
- data/node_modules/recast/lib/fast-path.js +0 -541
- data/node_modules/recast/lib/lines.d.ts +0 -62
- data/node_modules/recast/lib/lines.js +0 -654
- data/node_modules/recast/lib/mapping.d.ts +0 -15
- data/node_modules/recast/lib/mapping.js +0 -197
- data/node_modules/recast/lib/options.d.ts +0 -147
- data/node_modules/recast/lib/options.js +0 -55
- data/node_modules/recast/lib/parser.d.ts +0 -2
- data/node_modules/recast/lib/parser.js +0 -250
- data/node_modules/recast/lib/patcher.d.ts +0 -12
- data/node_modules/recast/lib/patcher.js +0 -386
- data/node_modules/recast/lib/printer.d.ts +0 -14
- data/node_modules/recast/lib/printer.js +0 -2394
- data/node_modules/recast/lib/util.d.ts +0 -18
- data/node_modules/recast/lib/util.js +0 -331
- data/node_modules/recast/main.d.ts +0 -50
- data/node_modules/recast/main.js +0 -65
- data/node_modules/recast/package.json +0 -74
- data/node_modules/recast/parsers/_babel_options.d.ts +0 -8
- data/node_modules/recast/parsers/_babel_options.js +0 -57
- data/node_modules/recast/parsers/acorn.d.ts +0 -1
- data/node_modules/recast/parsers/acorn.js +0 -33
- data/node_modules/recast/parsers/babel-ts.d.ts +0 -4
- data/node_modules/recast/parsers/babel-ts.js +0 -13
- data/node_modules/recast/parsers/babel.d.ts +0 -8
- data/node_modules/recast/parsers/babel.js +0 -33
- data/node_modules/recast/parsers/babylon.d.ts +0 -1
- data/node_modules/recast/parsers/babylon.js +0 -4
- data/node_modules/recast/parsers/esprima.d.ts +0 -1
- data/node_modules/recast/parsers/esprima.js +0 -30
- data/node_modules/recast/parsers/flow.d.ts +0 -2
- data/node_modules/recast/parsers/flow.js +0 -19
- data/node_modules/recast/parsers/typescript.d.ts +0 -2
- data/node_modules/recast/parsers/typescript.js +0 -19
- data/node_modules/recast/tsconfig.json +0 -18
- data/node_modules/regenerate/LICENSE-MIT.txt +0 -20
- data/node_modules/regenerate/README.md +0 -338
- data/node_modules/regenerate/package.json +0 -38
- data/node_modules/regenerate/regenerate.js +0 -1209
- data/node_modules/regenerate-unicode-properties/Binary_Property/ASCII.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/ASCII_Hex_Digit.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Alphabetic.js +0 -15
- data/node_modules/regenerate-unicode-properties/Binary_Property/Any.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Assigned.js +0 -15
- data/node_modules/regenerate-unicode-properties/Binary_Property/Bidi_Control.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Bidi_Mirrored.js +0 -4
- data/node_modules/regenerate-unicode-properties/Binary_Property/Case_Ignorable.js +0 -8
- data/node_modules/regenerate-unicode-properties/Binary_Property/Cased.js +0 -5
- data/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Casefolded.js +0 -4
- data/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Casemapped.js +0 -5
- data/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Lowercased.js +0 -4
- data/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_NFKC_Casefolded.js +0 -7
- data/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Titlecased.js +0 -4
- data/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Uppercased.js +0 -4
- data/node_modules/regenerate-unicode-properties/Binary_Property/Dash.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Default_Ignorable_Code_Point.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Deprecated.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Diacritic.js +0 -5
- data/node_modules/regenerate-unicode-properties/Binary_Property/Emoji.js +0 -4
- data/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Component.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Modifier.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Modifier_Base.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Presentation.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Extended_Pictographic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Extender.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Grapheme_Base.js +0 -17
- data/node_modules/regenerate-unicode-properties/Binary_Property/Grapheme_Extend.js +0 -7
- data/node_modules/regenerate-unicode-properties/Binary_Property/Hex_Digit.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/IDS_Binary_Operator.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/IDS_Trinary_Operator.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/ID_Continue.js +0 -16
- data/node_modules/regenerate-unicode-properties/Binary_Property/ID_Start.js +0 -13
- data/node_modules/regenerate-unicode-properties/Binary_Property/Ideographic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Join_Control.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Logical_Order_Exception.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Lowercase.js +0 -5
- data/node_modules/regenerate-unicode-properties/Binary_Property/Math.js +0 -4
- data/node_modules/regenerate-unicode-properties/Binary_Property/Noncharacter_Code_Point.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Pattern_Syntax.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Pattern_White_Space.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Quotation_Mark.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Radical.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Regional_Indicator.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Sentence_Terminal.js +0 -4
- data/node_modules/regenerate-unicode-properties/Binary_Property/Soft_Dotted.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Terminal_Punctuation.js +0 -4
- data/node_modules/regenerate-unicode-properties/Binary_Property/Unified_Ideograph.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/Uppercase.js +0 -5
- data/node_modules/regenerate-unicode-properties/Binary_Property/Variation_Selector.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/White_Space.js +0 -3
- data/node_modules/regenerate-unicode-properties/Binary_Property/XID_Continue.js +0 -16
- data/node_modules/regenerate-unicode-properties/Binary_Property/XID_Start.js +0 -13
- data/node_modules/regenerate-unicode-properties/General_Category/Cased_Letter.js +0 -5
- data/node_modules/regenerate-unicode-properties/General_Category/Close_Punctuation.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Connector_Punctuation.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Control.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Currency_Symbol.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Dash_Punctuation.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Decimal_Number.js +0 -4
- data/node_modules/regenerate-unicode-properties/General_Category/Enclosing_Mark.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Final_Punctuation.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Format.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Initial_Punctuation.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Letter.js +0 -13
- data/node_modules/regenerate-unicode-properties/General_Category/Letter_Number.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Line_Separator.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Lowercase_Letter.js +0 -5
- data/node_modules/regenerate-unicode-properties/General_Category/Mark.js +0 -7
- data/node_modules/regenerate-unicode-properties/General_Category/Math_Symbol.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Modifier_Letter.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Modifier_Symbol.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Nonspacing_Mark.js +0 -7
- data/node_modules/regenerate-unicode-properties/General_Category/Number.js +0 -5
- data/node_modules/regenerate-unicode-properties/General_Category/Open_Punctuation.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Other.js +0 -12
- data/node_modules/regenerate-unicode-properties/General_Category/Other_Letter.js +0 -11
- data/node_modules/regenerate-unicode-properties/General_Category/Other_Number.js +0 -4
- data/node_modules/regenerate-unicode-properties/General_Category/Other_Punctuation.js +0 -5
- data/node_modules/regenerate-unicode-properties/General_Category/Other_Symbol.js +0 -5
- data/node_modules/regenerate-unicode-properties/General_Category/Paragraph_Separator.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Private_Use.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Punctuation.js +0 -5
- data/node_modules/regenerate-unicode-properties/General_Category/Separator.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Space_Separator.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Spacing_Mark.js +0 -5
- data/node_modules/regenerate-unicode-properties/General_Category/Surrogate.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Symbol.js +0 -6
- data/node_modules/regenerate-unicode-properties/General_Category/Titlecase_Letter.js +0 -3
- data/node_modules/regenerate-unicode-properties/General_Category/Unassigned.js +0 -12
- data/node_modules/regenerate-unicode-properties/General_Category/Uppercase_Letter.js +0 -4
- data/node_modules/regenerate-unicode-properties/LICENSE-MIT.txt +0 -20
- data/node_modules/regenerate-unicode-properties/Property_of_Strings/Basic_Emoji.js +0 -4
- data/node_modules/regenerate-unicode-properties/Property_of_Strings/Emoji_Keycap_Sequence.js +0 -4
- data/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji.js +0 -4
- data/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_Flag_Sequence.js +0 -4
- data/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_Modifier_Sequence.js +0 -4
- data/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_Tag_Sequence.js +0 -4
- data/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_ZWJ_Sequence.js +0 -4
- data/node_modules/regenerate-unicode-properties/README.md +0 -70
- data/node_modules/regenerate-unicode-properties/Script/Adlam.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Ahom.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Anatolian_Hieroglyphs.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Arabic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Armenian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Avestan.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Balinese.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Bamum.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Bassa_Vah.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Batak.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Bengali.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Bhaiksuki.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Bopomofo.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Brahmi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Braille.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Buginese.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Buhid.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Canadian_Aboriginal.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Carian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Caucasian_Albanian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Chakma.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Cham.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Cherokee.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Chorasmian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Common.js +0 -5
- data/node_modules/regenerate-unicode-properties/Script/Coptic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Cuneiform.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Cypriot.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Cypro_Minoan.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Cyrillic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Deseret.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Devanagari.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Dives_Akuru.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Dogra.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Duployan.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Egyptian_Hieroglyphs.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Elbasan.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Elymaic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Ethiopic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Garay.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Georgian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Glagolitic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Gothic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Grantha.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Greek.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Gujarati.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Gunjala_Gondi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Gurmukhi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Gurung_Khema.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Han.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Hangul.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Hanifi_Rohingya.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Hanunoo.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Hatran.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Hebrew.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Hiragana.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Imperial_Aramaic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Inherited.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Inscriptional_Pahlavi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Inscriptional_Parthian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Javanese.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Kaithi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Kannada.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Katakana.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Kawi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Kayah_Li.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Kharoshthi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Khitan_Small_Script.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Khmer.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Khojki.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Khudawadi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Kirat_Rai.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Lao.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Latin.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Lepcha.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Limbu.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Linear_A.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Linear_B.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Lisu.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Lycian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Lydian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Mahajani.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Makasar.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Malayalam.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Mandaic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Manichaean.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Marchen.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Masaram_Gondi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Medefaidrin.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Meetei_Mayek.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Mende_Kikakui.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Meroitic_Cursive.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Meroitic_Hieroglyphs.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Miao.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Modi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Mongolian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Mro.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Multani.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Myanmar.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Nabataean.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Nag_Mundari.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Nandinagari.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/New_Tai_Lue.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Newa.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Nko.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Nushu.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Nyiakeng_Puachue_Hmong.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Ogham.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Ol_Chiki.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Ol_Onal.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Old_Hungarian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Old_Italic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Old_North_Arabian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Old_Permic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Old_Persian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Old_Sogdian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Old_South_Arabian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Old_Turkic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Old_Uyghur.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Oriya.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Osage.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Osmanya.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Pahawh_Hmong.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Palmyrene.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Pau_Cin_Hau.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Phags_Pa.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Phoenician.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Psalter_Pahlavi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Rejang.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Runic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Samaritan.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Saurashtra.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Sharada.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Shavian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Siddham.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/SignWriting.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Sinhala.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Sogdian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Sora_Sompeng.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Soyombo.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Sundanese.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Sunuwar.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Syloti_Nagri.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Syriac.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Tagalog.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Tagbanwa.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Tai_Le.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Tai_Tham.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Tai_Viet.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Takri.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Tamil.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Tangsa.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Tangut.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Telugu.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Thaana.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Thai.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Tibetan.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Tifinagh.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Tirhuta.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Todhri.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Toto.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Tulu_Tigalari.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Ugaritic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Vai.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Vithkuqi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Wancho.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Warang_Citi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Yezidi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Yi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script/Zanabazar_Square.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Adlam.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Ahom.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Anatolian_Hieroglyphs.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Arabic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Armenian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Avestan.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Balinese.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Bamum.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Bassa_Vah.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Batak.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Bengali.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Bhaiksuki.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Bopomofo.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Brahmi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Braille.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Buginese.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Buhid.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Canadian_Aboriginal.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Carian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Caucasian_Albanian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Chakma.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Cham.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Cherokee.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Chorasmian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Common.js +0 -5
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Coptic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Cuneiform.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Cypriot.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Cypro_Minoan.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Cyrillic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Deseret.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Devanagari.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Dives_Akuru.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Dogra.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Duployan.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Egyptian_Hieroglyphs.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Elbasan.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Elymaic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Ethiopic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Garay.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Georgian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Glagolitic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Gothic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Grantha.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Greek.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Gujarati.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Gunjala_Gondi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Gurmukhi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Gurung_Khema.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Han.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Hangul.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Hanifi_Rohingya.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Hanunoo.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Hatran.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Hebrew.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Hiragana.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Imperial_Aramaic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Inherited.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Inscriptional_Pahlavi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Inscriptional_Parthian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Javanese.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Kaithi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Kannada.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Katakana.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Kawi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Kayah_Li.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Kharoshthi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Khitan_Small_Script.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Khmer.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Khojki.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Khudawadi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Kirat_Rai.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Lao.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Latin.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Lepcha.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Limbu.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Linear_A.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Linear_B.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Lisu.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Lycian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Lydian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Mahajani.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Makasar.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Malayalam.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Mandaic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Manichaean.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Marchen.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Masaram_Gondi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Medefaidrin.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Meetei_Mayek.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Mende_Kikakui.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Meroitic_Cursive.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Meroitic_Hieroglyphs.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Miao.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Modi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Mongolian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Mro.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Multani.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Myanmar.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Nabataean.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Nag_Mundari.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Nandinagari.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/New_Tai_Lue.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Newa.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Nko.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Nushu.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Nyiakeng_Puachue_Hmong.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Ogham.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Ol_Chiki.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Ol_Onal.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Hungarian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Italic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Old_North_Arabian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Permic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Persian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Sogdian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Old_South_Arabian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Turkic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Uyghur.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Oriya.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Osage.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Osmanya.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Pahawh_Hmong.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Palmyrene.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Pau_Cin_Hau.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Phags_Pa.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Phoenician.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Psalter_Pahlavi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Rejang.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Runic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Samaritan.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Saurashtra.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Sharada.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Shavian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Siddham.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/SignWriting.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Sinhala.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Sogdian.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Sora_Sompeng.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Soyombo.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Sundanese.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Sunuwar.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Syloti_Nagri.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Syriac.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Tagalog.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Tagbanwa.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Tai_Le.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Tai_Tham.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Tai_Viet.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Takri.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Tamil.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Tangsa.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Tangut.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Telugu.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Thaana.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Thai.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Tibetan.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Tifinagh.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Tirhuta.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Todhri.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Toto.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Tulu_Tigalari.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Ugaritic.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Vai.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Vithkuqi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Wancho.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Warang_Citi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Yezidi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Yi.js +0 -3
- data/node_modules/regenerate-unicode-properties/Script_Extensions/Zanabazar_Square.js +0 -3
- data/node_modules/regenerate-unicode-properties/index.js +0 -450
- data/node_modules/regenerate-unicode-properties/package.json +0 -49
- data/node_modules/regenerate-unicode-properties/unicode-version.js +0 -1
- data/node_modules/regenerator-runtime/LICENSE +0 -21
- data/node_modules/regenerator-runtime/README.md +0 -31
- data/node_modules/regenerator-runtime/package.json +0 -19
- data/node_modules/regenerator-runtime/path.js +0 -11
- data/node_modules/regenerator-runtime/runtime.js +0 -761
- data/node_modules/regenerator-transform/LICENSE +0 -21
- data/node_modules/regenerator-transform/README.md +0 -46
- data/node_modules/regenerator-transform/lib/emit.js +0 -904
- data/node_modules/regenerator-transform/lib/hoist.js +0 -132
- data/node_modules/regenerator-transform/lib/index.js +0 -29
- data/node_modules/regenerator-transform/lib/leap.js +0 -143
- data/node_modules/regenerator-transform/lib/meta.js +0 -102
- data/node_modules/regenerator-transform/lib/replaceShorthandObjectMethod.js +0 -83
- data/node_modules/regenerator-transform/lib/util.js +0 -49
- data/node_modules/regenerator-transform/lib/visit.js +0 -290
- data/node_modules/regenerator-transform/package.json +0 -43
- data/node_modules/regenerator-transform/src/emit.js +0 -1308
- data/node_modules/regenerator-transform/src/hoist.js +0 -161
- data/node_modules/regenerator-transform/src/index.js +0 -27
- data/node_modules/regenerator-transform/src/leap.js +0 -179
- data/node_modules/regenerator-transform/src/meta.js +0 -110
- data/node_modules/regenerator-transform/src/replaceShorthandObjectMethod.js +0 -82
- data/node_modules/regenerator-transform/src/util.js +0 -45
- data/node_modules/regenerator-transform/src/visit.js +0 -369
- data/node_modules/regexpu-core/LICENSE-MIT.txt +0 -20
- data/node_modules/regexpu-core/README.md +0 -226
- data/node_modules/regexpu-core/data/all-characters.js +0 -101
- data/node_modules/regexpu-core/data/character-class-escape-sets.js +0 -127
- data/node_modules/regexpu-core/data/i-bmp-mappings.js +0 -2328
- data/node_modules/regexpu-core/data/iu-foldings.js +0 -1486
- data/node_modules/regexpu-core/data/iu-mappings.js +0 -706
- data/node_modules/regexpu-core/package.json +0 -66
- data/node_modules/regexpu-core/rewrite-pattern.js +0 -1003
- data/node_modules/regjsgen/LICENSE-MIT.txt +0 -22
- data/node_modules/regjsgen/README.md +0 -41
- data/node_modules/regjsgen/package.json +0 -40
- data/node_modules/regjsgen/regjsgen.js +0 -425
- data/node_modules/regjsparser/LICENSE.BSD +0 -21
- data/node_modules/regjsparser/README.md +0 -47
- data/node_modules/regjsparser/bin/parser +0 -63
- data/node_modules/regjsparser/node_modules/jsesc/LICENSE-MIT.txt +0 -20
- data/node_modules/regjsparser/node_modules/jsesc/README.md +0 -422
- data/node_modules/regjsparser/node_modules/jsesc/bin/jsesc +0 -148
- data/node_modules/regjsparser/node_modules/jsesc/jsesc.js +0 -318
- data/node_modules/regjsparser/node_modules/jsesc/man/jsesc.1 +0 -94
- data/node_modules/regjsparser/node_modules/jsesc/package.json +0 -56
- data/node_modules/regjsparser/package.json +0 -46
- data/node_modules/regjsparser/parser.d.ts +0 -182
- data/node_modules/regjsparser/parser.js +0 -1825
- data/node_modules/resolve/LICENSE +0 -21
- data/node_modules/resolve/SECURITY.md +0 -3
- data/node_modules/resolve/async.js +0 -3
- data/node_modules/resolve/bin/resolve +0 -50
- data/node_modules/resolve/example/async.js +0 -5
- data/node_modules/resolve/example/sync.js +0 -3
- data/node_modules/resolve/index.js +0 -6
- data/node_modules/resolve/lib/async.js +0 -329
- data/node_modules/resolve/lib/caller.js +0 -8
- data/node_modules/resolve/lib/core.js +0 -12
- data/node_modules/resolve/lib/core.json +0 -162
- data/node_modules/resolve/lib/homedir.js +0 -24
- data/node_modules/resolve/lib/is-core.js +0 -5
- data/node_modules/resolve/lib/node-modules-paths.js +0 -42
- data/node_modules/resolve/lib/normalize-options.js +0 -10
- data/node_modules/resolve/lib/sync.js +0 -208
- data/node_modules/resolve/package.json +0 -75
- data/node_modules/resolve/readme.markdown +0 -301
- data/node_modules/resolve/sync.js +0 -3
- data/node_modules/resolve/test/core.js +0 -88
- data/node_modules/resolve/test/dotdot/abc/index.js +0 -2
- data/node_modules/resolve/test/dotdot/index.js +0 -1
- data/node_modules/resolve/test/dotdot.js +0 -29
- data/node_modules/resolve/test/faulty_basedir.js +0 -29
- data/node_modules/resolve/test/filter.js +0 -34
- data/node_modules/resolve/test/filter_sync.js +0 -33
- data/node_modules/resolve/test/home_paths.js +0 -127
- data/node_modules/resolve/test/home_paths_sync.js +0 -114
- data/node_modules/resolve/test/mock.js +0 -315
- data/node_modules/resolve/test/mock_sync.js +0 -214
- data/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +0 -1
- data/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +0 -1
- data/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +0 -1
- data/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +0 -3
- data/node_modules/resolve/test/module_dir.js +0 -56
- data/node_modules/resolve/test/node-modules-paths.js +0 -143
- data/node_modules/resolve/test/node_path/x/aaa/index.js +0 -1
- data/node_modules/resolve/test/node_path/x/ccc/index.js +0 -1
- data/node_modules/resolve/test/node_path/y/bbb/index.js +0 -1
- data/node_modules/resolve/test/node_path/y/ccc/index.js +0 -1
- data/node_modules/resolve/test/node_path.js +0 -70
- data/node_modules/resolve/test/nonstring.js +0 -9
- data/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
- data/node_modules/resolve/test/pathfilter.js +0 -75
- data/node_modules/resolve/test/precedence/aaa/index.js +0 -1
- data/node_modules/resolve/test/precedence/aaa/main.js +0 -1
- data/node_modules/resolve/test/precedence/aaa.js +0 -1
- data/node_modules/resolve/test/precedence/bbb/main.js +0 -1
- data/node_modules/resolve/test/precedence/bbb.js +0 -1
- data/node_modules/resolve/test/precedence.js +0 -23
- data/node_modules/resolve/test/resolver/baz/doom.js +0 -0
- data/node_modules/resolve/test/resolver/baz/package.json +0 -4
- data/node_modules/resolve/test/resolver/baz/quux.js +0 -1
- data/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
- data/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
- data/node_modules/resolve/test/resolver/browser_field/package.json +0 -5
- data/node_modules/resolve/test/resolver/cup.coffee +0 -1
- data/node_modules/resolve/test/resolver/dot_main/index.js +0 -1
- data/node_modules/resolve/test/resolver/dot_main/package.json +0 -3
- data/node_modules/resolve/test/resolver/dot_slash_main/index.js +0 -1
- data/node_modules/resolve/test/resolver/dot_slash_main/package.json +0 -3
- data/node_modules/resolve/test/resolver/false_main/index.js +0 -0
- data/node_modules/resolve/test/resolver/false_main/package.json +0 -4
- data/node_modules/resolve/test/resolver/foo.js +0 -1
- data/node_modules/resolve/test/resolver/incorrect_main/index.js +0 -2
- data/node_modules/resolve/test/resolver/incorrect_main/package.json +0 -3
- data/node_modules/resolve/test/resolver/invalid_main/package.json +0 -7
- data/node_modules/resolve/test/resolver/mug.coffee +0 -0
- data/node_modules/resolve/test/resolver/mug.js +0 -0
- data/node_modules/resolve/test/resolver/multirepo/lerna.json +0 -6
- data/node_modules/resolve/test/resolver/multirepo/package.json +0 -20
- data/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +0 -35
- data/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +0 -14
- data/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
- data/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +0 -14
- data/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +0 -26
- data/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +0 -15
- data/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +0 -12
- data/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
- data/node_modules/resolve/test/resolver/other_path/root.js +0 -0
- data/node_modules/resolve/test/resolver/quux/foo/index.js +0 -1
- data/node_modules/resolve/test/resolver/same_names/foo/index.js +0 -1
- data/node_modules/resolve/test/resolver/same_names/foo.js +0 -1
- data/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
- data/node_modules/resolve/test/resolver/symlinked/package/bar.js +0 -1
- data/node_modules/resolve/test/resolver/symlinked/package/package.json +0 -3
- data/node_modules/resolve/test/resolver/without_basedir/main.js +0 -5
- data/node_modules/resolve/test/resolver.js +0 -597
- data/node_modules/resolve/test/resolver_sync.js +0 -730
- data/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
- data/node_modules/resolve/test/shadowed_core.js +0 -54
- data/node_modules/resolve/test/subdirs.js +0 -13
- data/node_modules/resolve/test/symlinks.js +0 -176
- data/node_modules/shallow-clone/LICENSE +0 -21
- data/node_modules/shallow-clone/README.md +0 -153
- data/node_modules/shallow-clone/index.js +0 -83
- data/node_modules/shallow-clone/package.json +0 -64
- data/node_modules/signal-exit/LICENSE.txt +0 -16
- data/node_modules/signal-exit/README.md +0 -74
- data/node_modules/signal-exit/dist/cjs/browser.d.ts +0 -12
- data/node_modules/signal-exit/dist/cjs/browser.d.ts.map +0 -1
- data/node_modules/signal-exit/dist/cjs/browser.js +0 -10
- data/node_modules/signal-exit/dist/cjs/browser.js.map +0 -1
- data/node_modules/signal-exit/dist/cjs/index.d.ts +0 -48
- data/node_modules/signal-exit/dist/cjs/index.d.ts.map +0 -1
- data/node_modules/signal-exit/dist/cjs/index.js +0 -279
- data/node_modules/signal-exit/dist/cjs/index.js.map +0 -1
- data/node_modules/signal-exit/dist/cjs/package.json +0 -3
- data/node_modules/signal-exit/dist/cjs/signals.d.ts +0 -29
- data/node_modules/signal-exit/dist/cjs/signals.d.ts.map +0 -1
- data/node_modules/signal-exit/dist/cjs/signals.js +0 -42
- data/node_modules/signal-exit/dist/cjs/signals.js.map +0 -1
- data/node_modules/signal-exit/dist/mjs/browser.d.ts +0 -12
- data/node_modules/signal-exit/dist/mjs/browser.d.ts.map +0 -1
- data/node_modules/signal-exit/dist/mjs/browser.js +0 -4
- data/node_modules/signal-exit/dist/mjs/browser.js.map +0 -1
- data/node_modules/signal-exit/dist/mjs/index.d.ts +0 -48
- data/node_modules/signal-exit/dist/mjs/index.d.ts.map +0 -1
- data/node_modules/signal-exit/dist/mjs/index.js +0 -275
- data/node_modules/signal-exit/dist/mjs/index.js.map +0 -1
- data/node_modules/signal-exit/dist/mjs/package.json +0 -3
- data/node_modules/signal-exit/dist/mjs/signals.d.ts +0 -29
- data/node_modules/signal-exit/dist/mjs/signals.d.ts.map +0 -1
- data/node_modules/signal-exit/dist/mjs/signals.js +0 -39
- data/node_modules/signal-exit/dist/mjs/signals.js.map +0 -1
- data/node_modules/signal-exit/package.json +0 -106
- data/node_modules/source-map/CHANGELOG.md +0 -301
- data/node_modules/source-map/LICENSE +0 -28
- data/node_modules/source-map/README.md +0 -742
- data/node_modules/source-map/dist/source-map.debug.js +0 -3234
- data/node_modules/source-map/dist/source-map.js +0 -3233
- data/node_modules/source-map/dist/source-map.min.js +0 -2
- data/node_modules/source-map/dist/source-map.min.js.map +0 -1
- data/node_modules/source-map/lib/array-set.js +0 -121
- data/node_modules/source-map/lib/base64-vlq.js +0 -140
- data/node_modules/source-map/lib/base64.js +0 -67
- data/node_modules/source-map/lib/binary-search.js +0 -111
- data/node_modules/source-map/lib/mapping-list.js +0 -79
- data/node_modules/source-map/lib/quick-sort.js +0 -114
- data/node_modules/source-map/lib/source-map-consumer.js +0 -1145
- data/node_modules/source-map/lib/source-map-generator.js +0 -425
- data/node_modules/source-map/lib/source-node.js +0 -413
- data/node_modules/source-map/lib/util.js +0 -488
- data/node_modules/source-map/package.json +0 -73
- data/node_modules/source-map/source-map.d.ts +0 -98
- data/node_modules/source-map/source-map.js +0 -8
- data/node_modules/source-map-support/LICENSE.md +0 -21
- data/node_modules/source-map-support/README.md +0 -284
- data/node_modules/source-map-support/browser-source-map-support.js +0 -114
- data/node_modules/source-map-support/package.json +0 -31
- data/node_modules/source-map-support/register-hook-require.js +0 -1
- data/node_modules/source-map-support/register.js +0 -1
- data/node_modules/source-map-support/source-map-support.js +0 -625
- data/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +0 -22
- data/node_modules/supports-preserve-symlinks-flag/README.md +0 -42
- data/node_modules/supports-preserve-symlinks-flag/browser.js +0 -3
- data/node_modules/supports-preserve-symlinks-flag/index.js +0 -9
- data/node_modules/supports-preserve-symlinks-flag/package.json +0 -70
- data/node_modules/supports-preserve-symlinks-flag/test/index.js +0 -29
- data/node_modules/tiny-invariant/LICENSE +0 -21
- data/node_modules/tiny-invariant/README.md +0 -109
- data/node_modules/tiny-invariant/dist/esm/package.json +0 -1
- data/node_modules/tiny-invariant/dist/esm/tiny-invariant.d.ts +0 -21
- data/node_modules/tiny-invariant/dist/esm/tiny-invariant.js +0 -15
- data/node_modules/tiny-invariant/dist/tiny-invariant.cjs.js +0 -17
- data/node_modules/tiny-invariant/dist/tiny-invariant.d.ts +0 -21
- data/node_modules/tiny-invariant/dist/tiny-invariant.esm.js +0 -15
- data/node_modules/tiny-invariant/dist/tiny-invariant.js +0 -23
- data/node_modules/tiny-invariant/dist/tiny-invariant.min.js +0 -1
- data/node_modules/tiny-invariant/package.json +0 -89
- data/node_modules/tiny-invariant/src/tiny-invariant.flow.js +0 -12
- data/node_modules/tiny-invariant/src/tiny-invariant.ts +0 -48
- data/node_modules/tmp/CHANGELOG.md +0 -304
- data/node_modules/tmp/LICENSE +0 -21
- data/node_modules/tmp/README.md +0 -391
- data/node_modules/tmp/lib/tmp.js +0 -784
- data/node_modules/tmp/package.json +0 -56
- data/node_modules/to-regex-range/LICENSE +0 -21
- data/node_modules/to-regex-range/README.md +0 -305
- data/node_modules/to-regex-range/index.js +0 -288
- data/node_modules/to-regex-range/package.json +0 -88
- data/node_modules/tslib/CopyrightNotice.txt +0 -15
- data/node_modules/tslib/LICENSE.txt +0 -12
- data/node_modules/tslib/README.md +0 -164
- data/node_modules/tslib/SECURITY.md +0 -41
- data/node_modules/tslib/modules/index.d.ts +0 -38
- data/node_modules/tslib/modules/index.js +0 -70
- data/node_modules/tslib/modules/package.json +0 -3
- data/node_modules/tslib/package.json +0 -47
- data/node_modules/tslib/tslib.d.ts +0 -460
- data/node_modules/tslib/tslib.es6.html +0 -1
- data/node_modules/tslib/tslib.es6.js +0 -402
- data/node_modules/tslib/tslib.es6.mjs +0 -401
- data/node_modules/tslib/tslib.html +0 -1
- data/node_modules/tslib/tslib.js +0 -484
- data/node_modules/typescript/lib/cancellationToken.js +0 -90
- data/node_modules/unicode-canonical-property-names-ecmascript/LICENSE-MIT.txt +0 -20
- data/node_modules/unicode-canonical-property-names-ecmascript/README.md +0 -58
- data/node_modules/unicode-canonical-property-names-ecmascript/index.js +0 -60
- data/node_modules/unicode-canonical-property-names-ecmascript/package.json +0 -34
- data/node_modules/unicode-match-property-ecmascript/LICENSE-MIT.txt +0 -20
- data/node_modules/unicode-match-property-ecmascript/README.md +0 -69
- data/node_modules/unicode-match-property-ecmascript/index.js +0 -16
- data/node_modules/unicode-match-property-ecmascript/package.json +0 -39
- data/node_modules/unicode-match-property-value-ecmascript/LICENSE-MIT.txt +0 -20
- data/node_modules/unicode-match-property-value-ecmascript/README.md +0 -72
- data/node_modules/unicode-match-property-value-ecmascript/data/mappings.js +0 -764
- data/node_modules/unicode-match-property-value-ecmascript/index.js +0 -19
- data/node_modules/unicode-match-property-value-ecmascript/package.json +0 -39
- data/node_modules/unicode-property-aliases-ecmascript/LICENSE-MIT.txt +0 -20
- data/node_modules/unicode-property-aliases-ecmascript/README.md +0 -60
- data/node_modules/unicode-property-aliases-ecmascript/index.js +0 -57
- data/node_modules/unicode-property-aliases-ecmascript/package.json +0 -41
- data/node_modules/update-browserslist-db/LICENSE +0 -20
- data/node_modules/update-browserslist-db/README.md +0 -22
- data/node_modules/update-browserslist-db/check-npm-version.js +0 -17
- data/node_modules/update-browserslist-db/cli.js +0 -42
- data/node_modules/update-browserslist-db/index.d.ts +0 -6
- data/node_modules/update-browserslist-db/index.js +0 -343
- data/node_modules/update-browserslist-db/package.json +0 -40
- data/node_modules/update-browserslist-db/utils.js +0 -25
- data/node_modules/write-file-atomic/LICENSE.md +0 -6
- data/node_modules/write-file-atomic/README.md +0 -91
- data/node_modules/write-file-atomic/lib/index.js +0 -267
- data/node_modules/write-file-atomic/package.json +0 -57
- data/node_modules/yallist/LICENSE +0 -15
- data/node_modules/yallist/README.md +0 -204
- data/node_modules/yallist/iterator.js +0 -8
- data/node_modules/yallist/package.json +0 -29
- data/node_modules/yallist/yallist.js +0 -426
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["_t","require","_t2","react","cloneNode","jsxExpressionContainer","variableDeclaration","variableDeclarator","referenceVisitor","ReferencedIdentifier","path","state","isJSXIdentifier","isCompatTag","node","name","parentPath","isJSXMemberExpression","scope","isFunction","isArrowFunctionExpression","parent","breakOnScopePaths","push","binding","getBinding","violation","constantViolations","mutableBinding","stop","bindings","PathHoister","constructor","scopes","attachAfter","isCompatibleScope","key","Object","keys","bindingIdentifierEquals","identifier","getCompatibleScopes","includes","getAttachmentPath","_getAttachmentPath","targetScope","isProgram","hasOwnBinding","kind","parentKey","bindingParentPath","getAttachmentParentForPath","violationPath","pop","hasOwnParamBindings","bodies","get","i","length","_blockHoist","getNextScopeAttachmentParent","Array","isArray","container","isStatement","constant","run","traverse","attachTo","getFunctionParent","uid","generateUidIdentifier","declarator","insertFn","attached","isVariableDeclarator","isJSXElement","children","replaceWith","exports","default"],"sources":["../../../src/path/lib/hoister.ts"],"sourcesContent":["// Remove this file in Babel 8\n\nimport { react } from \"@babel/types\";\nimport {\n cloneNode,\n jsxExpressionContainer,\n variableDeclaration,\n variableDeclarator,\n} from \"@babel/types\";\nimport type * as t from \"@babel/types\";\nimport type Scope from \"../../scope/index.ts\";\nimport type NodePath from \"../index.ts\";\nimport type Binding from \"../../scope/binding.ts\";\nimport type { Visitor } from \"../../types.ts\";\n\nconst referenceVisitor: Visitor<PathHoister> = {\n // This visitor looks for bindings to establish a topmost scope for hoisting.\n ReferencedIdentifier(path, state) {\n // Don't hoist regular JSX identifiers ('div', 'span', etc).\n // We do have to consider member expressions for hoisting (e.g. `this.component`)\n if (\n path.isJSXIdentifier() &&\n react.isCompatTag(path.node.name) &&\n !path.parentPath.isJSXMemberExpression()\n ) {\n return;\n }\n\n // If the identifier refers to `this`, we need to break on the closest non-arrow scope.\n if (path.node.name === \"this\") {\n let scope = path.scope;\n do {\n if (\n scope.path.isFunction() &&\n !scope.path.isArrowFunctionExpression()\n ) {\n break;\n }\n } while ((scope = scope.parent));\n if (scope) state.breakOnScopePaths.push(scope.path);\n }\n\n // direct references that we need to track to hoist this to the highest scope we can\n const binding = path.scope.getBinding(path.node.name);\n if (!binding) return;\n\n // we can handle reassignments only if they happen in the same scope as the declaration\n for (const violation of binding.constantViolations) {\n if (violation.scope !== binding.path.scope) {\n state.mutableBinding = true;\n path.stop();\n return;\n }\n }\n\n // this binding isn't accessible from the parent scope so we can safely ignore it\n // eg. it's in a closure etc\n if (binding !== state.scope.getBinding(path.node.name)) return;\n\n state.bindings[path.node.name] = binding;\n },\n};\n\nexport default class PathHoister<T extends t.Node = t.Node> {\n breakOnScopePaths: NodePath[];\n bindings: { [k: string]: Binding };\n mutableBinding: boolean;\n private scopes: Scope[];\n scope: Scope;\n private path: NodePath<T>;\n private attachAfter: boolean;\n\n constructor(path: NodePath<T>, scope: Scope) {\n // Storage for scopes we can't hoist above.\n this.breakOnScopePaths = [];\n // Storage for bindings that may affect what path we can hoist to.\n this.bindings = {};\n // \"true\" if the current path contains a reference to a binding whose\n // value can change and thus can't be safely hoisted.\n this.mutableBinding = false;\n // Storage for eligible scopes.\n this.scopes = [];\n // Our original scope and path.\n this.scope = scope;\n this.path = path;\n // By default, we attach as far up as we can; but if we're trying\n // to avoid referencing a binding, we may have to go after.\n this.attachAfter = false;\n }\n\n // A scope is compatible if all required bindings are reachable.\n isCompatibleScope(scope: Scope) {\n for (const key of Object.keys(this.bindings)) {\n const binding = this.bindings[key];\n if (!scope.bindingIdentifierEquals(key, binding.identifier)) {\n return false;\n }\n }\n\n return true;\n }\n\n // Look through all scopes and push compatible ones.\n getCompatibleScopes() {\n let scope = this.path.scope;\n do {\n if (this.isCompatibleScope(scope)) {\n this.scopes.push(scope);\n } else {\n break;\n }\n\n // deopt: These scopes are set in the visitor on const violations\n if (this.breakOnScopePaths.includes(scope.path)) {\n break;\n }\n } while ((scope = scope.parent));\n }\n\n getAttachmentPath() {\n let path = this._getAttachmentPath();\n if (!path) return;\n\n let targetScope = path.scope;\n\n // don't allow paths that have their own lexical environments to pollute\n if (targetScope.path === path) {\n targetScope = path.scope.parent;\n }\n\n // avoid hoisting to a scope that contains bindings that are executed after our attachment path\n if (targetScope.path.isProgram() || targetScope.path.isFunction()) {\n for (const name of Object.keys(this.bindings)) {\n // check binding is a direct child of this paths scope\n if (!targetScope.hasOwnBinding(name)) continue;\n\n const binding = this.bindings[name];\n\n // allow parameter references and expressions in params (like destructuring rest)\n if (binding.kind === \"param\" || binding.path.parentKey === \"params\") {\n continue;\n }\n\n // For each binding, get its attachment parent. This gives us an idea of where we might\n // introduce conflicts.\n const bindingParentPath = this.getAttachmentParentForPath(binding.path);\n\n // If the binding's attachment appears at or after our attachment point, then we move after it.\n if (bindingParentPath.key >= path.key) {\n this.attachAfter = true;\n path = binding.path;\n\n // We also move past any constant violations.\n for (const violationPath of binding.constantViolations) {\n if (this.getAttachmentParentForPath(violationPath).key > path.key) {\n path = violationPath;\n }\n }\n }\n }\n }\n\n return path;\n }\n\n _getAttachmentPath() {\n const scopes = this.scopes;\n\n const scope = scopes.pop();\n // deopt: no compatible scopes\n if (!scope) return;\n\n if (scope.path.isFunction()) {\n if (this.hasOwnParamBindings(scope)) {\n // deopt: should ignore this scope since it's ourselves\n if (this.scope === scope) return;\n\n // needs to be attached to the body\n const bodies = scope.path.get(\"body\").get(\"body\") as NodePath[];\n for (let i = 0; i < bodies.length; i++) {\n // Don't attach to something that's going to get hoisted,\n // like a default parameter\n // @ts-expect-error todo(flow->ts): avoid mutating the node, introducing new fields\n if (bodies[i].node._blockHoist) continue;\n return bodies[i];\n }\n // deopt: If here, no attachment path found\n } else {\n // doesn't need to be be attached to this scope\n return this.getNextScopeAttachmentParent();\n }\n } else if (scope.path.isProgram()) {\n return this.getNextScopeAttachmentParent();\n }\n }\n\n getNextScopeAttachmentParent() {\n const scope = this.scopes.pop();\n if (scope) return this.getAttachmentParentForPath(scope.path);\n }\n\n // Find an attachment for this path.\n getAttachmentParentForPath(path: NodePath) {\n do {\n if (\n // Beginning of the scope\n !path.parentPath ||\n // Has siblings and is a statement\n (Array.isArray(path.container) && path.isStatement())\n ) {\n return path;\n }\n } while ((path = path.parentPath));\n }\n\n // Returns true if a scope has param bindings.\n hasOwnParamBindings(scope: Scope) {\n for (const name of Object.keys(this.bindings)) {\n if (!scope.hasOwnBinding(name)) continue;\n\n const binding = this.bindings[name];\n // Ensure constant; without it we could place behind a reassignment\n if (binding.kind === \"param\" && binding.constant) return true;\n }\n return false;\n }\n\n run(): NodePath<t.Expression> | undefined {\n this.path.traverse(referenceVisitor, this);\n\n if (this.mutableBinding) return;\n\n this.getCompatibleScopes();\n\n const attachTo = this.getAttachmentPath();\n if (!attachTo) return;\n\n // don't bother hoisting to the same function as this will cause multiple branches to be\n // evaluated more than once leading to a bad optimisation\n if (attachTo.getFunctionParent() === this.path.getFunctionParent()) return;\n\n // generate declaration and insert it to our point\n let uid: t.Identifier | t.JSXExpressionContainer =\n attachTo.scope.generateUidIdentifier(\"ref\");\n\n // @ts-expect-error todo(flow->ts): more specific type for this.path\n const declarator = variableDeclarator(uid, this.path.node);\n\n const insertFn = this.attachAfter ? \"insertAfter\" : \"insertBefore\";\n const [attached] = attachTo[insertFn]([\n attachTo.isVariableDeclarator()\n ? declarator\n : variableDeclaration(\"var\", [declarator]),\n ]);\n\n const parent = this.path.parentPath;\n if (parent.isJSXElement() && this.path.container === parent.node.children) {\n // turning the `span` in `<div><span /></div>` to an expression so we need to wrap it with\n // an expression container\n uid = jsxExpressionContainer(uid);\n }\n\n this.path.replaceWith(cloneNode(uid));\n\n // @ts-expect-error TS cannot refine the type of `attached`\n // TODO: Should we use `attached.isVariableDeclaration()`?\n return attachTo.isVariableDeclarator()\n ? attached.get(\"init\")\n : attached.get(\"declarations.0.init\");\n }\n}\n"],"mappings":"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","ignoreList":[]}
|
@@ -1,37 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.hooks = void 0;
|
7
|
-
const hooks = exports.hooks = [function (self, parent) {
|
8
|
-
const removeParent = self.key === "test" && (parent.isWhile() || parent.isSwitchCase()) || self.key === "declaration" && parent.isExportDeclaration() || self.key === "body" && parent.isLabeledStatement() || self.listKey === "declarations" && parent.isVariableDeclaration() && parent.node.declarations.length === 1 || self.key === "expression" && parent.isExpressionStatement();
|
9
|
-
if (removeParent) {
|
10
|
-
parent.remove();
|
11
|
-
return true;
|
12
|
-
}
|
13
|
-
}, function (self, parent) {
|
14
|
-
if (parent.isSequenceExpression() && parent.node.expressions.length === 1) {
|
15
|
-
parent.replaceWith(parent.node.expressions[0]);
|
16
|
-
return true;
|
17
|
-
}
|
18
|
-
}, function (self, parent) {
|
19
|
-
if (parent.isBinary()) {
|
20
|
-
if (self.key === "left") {
|
21
|
-
parent.replaceWith(parent.node.right);
|
22
|
-
} else {
|
23
|
-
parent.replaceWith(parent.node.left);
|
24
|
-
}
|
25
|
-
return true;
|
26
|
-
}
|
27
|
-
}, function (self, parent) {
|
28
|
-
if (parent.isIfStatement() && self.key === "consequent" || self.key === "body" && (parent.isLoop() || parent.isArrowFunctionExpression())) {
|
29
|
-
self.replaceWith({
|
30
|
-
type: "BlockStatement",
|
31
|
-
body: []
|
32
|
-
});
|
33
|
-
return true;
|
34
|
-
}
|
35
|
-
}];
|
36
|
-
|
37
|
-
//# sourceMappingURL=removal-hooks.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["hooks","exports","self","parent","removeParent","key","isWhile","isSwitchCase","isExportDeclaration","isLabeledStatement","listKey","isVariableDeclaration","node","declarations","length","isExpressionStatement","remove","isSequenceExpression","expressions","replaceWith","isBinary","right","left","isIfStatement","isLoop","isArrowFunctionExpression","type","body"],"sources":["../../../src/path/lib/removal-hooks.ts"],"sourcesContent":["// this file contains hooks that handle ancestry cleanup of parent nodes when removing children\n\nimport type NodePath from \"../index.ts\";\nimport type * as t from \"@babel/types\";\n/**\n * Pre hooks should be used for either rejecting removal or delegating removal\n */\n\nexport const hooks = [\n function (self: NodePath, parent: NodePath) {\n const removeParent =\n // while (NODE);\n // removing the test of a while/switch, we can either just remove it entirely *or* turn the\n // `test` into `true` unlikely that the latter will ever be what's wanted so we just remove\n // the loop to avoid infinite recursion\n (self.key === \"test\" && (parent.isWhile() || parent.isSwitchCase())) ||\n // export NODE;\n // just remove a declaration for an export as this is no longer valid\n (self.key === \"declaration\" && parent.isExportDeclaration()) ||\n // label: NODE\n // stray labeled statement with no body\n (self.key === \"body\" && parent.isLabeledStatement()) ||\n // let NODE;\n // remove an entire declaration if there are no declarators left\n (self.listKey === \"declarations\" &&\n parent.isVariableDeclaration() &&\n parent.node.declarations.length === 1) ||\n // NODE;\n // remove the entire expression statement if there's no expression\n (self.key === \"expression\" && parent.isExpressionStatement());\n\n if (removeParent) {\n parent.remove();\n return true;\n }\n },\n\n function (self: NodePath, parent: NodePath) {\n if (parent.isSequenceExpression() && parent.node.expressions.length === 1) {\n // (node, NODE);\n // we've just removed the second element of a sequence expression so let's turn that sequence\n // expression into a regular expression\n parent.replaceWith(parent.node.expressions[0]);\n return true;\n }\n },\n\n function (self: NodePath, parent: NodePath) {\n if (parent.isBinary()) {\n // left + NODE;\n // NODE + right;\n // we're in a binary expression, better remove it and replace it with the last expression\n if (self.key === \"left\") {\n parent.replaceWith(parent.node.right);\n } else {\n // key === \"right\"\n parent.replaceWith(parent.node.left);\n }\n return true;\n }\n },\n\n function (self: NodePath, parent: NodePath) {\n if (\n (parent.isIfStatement() && self.key === \"consequent\") ||\n (self.key === \"body\" &&\n (parent.isLoop() || parent.isArrowFunctionExpression()))\n ) {\n self.replaceWith({\n type: \"BlockStatement\",\n body: [],\n } as t.BlockStatement);\n return true;\n }\n },\n];\n"],"mappings":";;;;;;AAQO,MAAMA,KAAK,GAAAC,OAAA,CAAAD,KAAA,GAAG,CACnB,UAAUE,IAAc,EAAEC,MAAgB,EAAE;EAC1C,MAAMC,YAAY,GAKfF,IAAI,CAACG,GAAG,KAAK,MAAM,KAAKF,MAAM,CAACG,OAAO,CAAC,CAAC,IAAIH,MAAM,CAACI,YAAY,CAAC,CAAC,CAAC,IAGlEL,IAAI,CAACG,GAAG,KAAK,aAAa,IAAIF,MAAM,CAACK,mBAAmB,CAAC,CAAE,IAG3DN,IAAI,CAACG,GAAG,KAAK,MAAM,IAAIF,MAAM,CAACM,kBAAkB,CAAC,CAAE,IAGnDP,IAAI,CAACQ,OAAO,KAAK,cAAc,IAC9BP,MAAM,CAACQ,qBAAqB,CAAC,CAAC,IAC9BR,MAAM,CAACS,IAAI,CAACC,YAAY,CAACC,MAAM,KAAK,CAAE,IAGvCZ,IAAI,CAACG,GAAG,KAAK,YAAY,IAAIF,MAAM,CAACY,qBAAqB,CAAC,CAAE;EAE/D,IAAIX,YAAY,EAAE;IAChBD,MAAM,CAACa,MAAM,CAAC,CAAC;IACf,OAAO,IAAI;EACb;AACF,CAAC,EAED,UAAUd,IAAc,EAAEC,MAAgB,EAAE;EAC1C,IAAIA,MAAM,CAACc,oBAAoB,CAAC,CAAC,IAAId,MAAM,CAACS,IAAI,CAACM,WAAW,CAACJ,MAAM,KAAK,CAAC,EAAE;IAIzEX,MAAM,CAACgB,WAAW,CAAChB,MAAM,CAACS,IAAI,CAACM,WAAW,CAAC,CAAC,CAAC,CAAC;IAC9C,OAAO,IAAI;EACb;AACF,CAAC,EAED,UAAUhB,IAAc,EAAEC,MAAgB,EAAE;EAC1C,IAAIA,MAAM,CAACiB,QAAQ,CAAC,CAAC,EAAE;IAIrB,IAAIlB,IAAI,CAACG,GAAG,KAAK,MAAM,EAAE;MACvBF,MAAM,CAACgB,WAAW,CAAChB,MAAM,CAACS,IAAI,CAACS,KAAK,CAAC;IACvC,CAAC,MAAM;MAELlB,MAAM,CAACgB,WAAW,CAAChB,MAAM,CAACS,IAAI,CAACU,IAAI,CAAC;IACtC;IACA,OAAO,IAAI;EACb;AACF,CAAC,EAED,UAAUpB,IAAc,EAAEC,MAAgB,EAAE;EAC1C,IACGA,MAAM,CAACoB,aAAa,CAAC,CAAC,IAAIrB,IAAI,CAACG,GAAG,KAAK,YAAY,IACnDH,IAAI,CAACG,GAAG,KAAK,MAAM,KACjBF,MAAM,CAACqB,MAAM,CAAC,CAAC,IAAIrB,MAAM,CAACsB,yBAAyB,CAAC,CAAC,CAAE,EAC1D;IACAvB,IAAI,CAACiB,WAAW,CAAC;MACfO,IAAI,EAAE,gBAAgB;MACtBC,IAAI,EAAE;IACR,CAAqB,CAAC;IACtB,OAAO,IAAI;EACb;AACF,CAAC,CACF","ignoreList":[]}
|
@@ -1,163 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.isBindingIdentifier = isBindingIdentifier;
|
7
|
-
exports.isBlockScoped = isBlockScoped;
|
8
|
-
exports.isExpression = isExpression;
|
9
|
-
exports.isFlow = isFlow;
|
10
|
-
exports.isForAwaitStatement = isForAwaitStatement;
|
11
|
-
exports.isGenerated = isGenerated;
|
12
|
-
exports.isPure = isPure;
|
13
|
-
exports.isReferenced = isReferenced;
|
14
|
-
exports.isReferencedIdentifier = isReferencedIdentifier;
|
15
|
-
exports.isReferencedMemberExpression = isReferencedMemberExpression;
|
16
|
-
exports.isRestProperty = isRestProperty;
|
17
|
-
exports.isScope = isScope;
|
18
|
-
exports.isSpreadProperty = isSpreadProperty;
|
19
|
-
exports.isStatement = isStatement;
|
20
|
-
exports.isUser = isUser;
|
21
|
-
exports.isVar = isVar;
|
22
|
-
var _t = require("@babel/types");
|
23
|
-
const {
|
24
|
-
isBinding,
|
25
|
-
isBlockScoped: nodeIsBlockScoped,
|
26
|
-
isExportDeclaration,
|
27
|
-
isExpression: nodeIsExpression,
|
28
|
-
isFlow: nodeIsFlow,
|
29
|
-
isForStatement,
|
30
|
-
isForXStatement,
|
31
|
-
isIdentifier,
|
32
|
-
isImportDeclaration,
|
33
|
-
isImportSpecifier,
|
34
|
-
isJSXIdentifier,
|
35
|
-
isJSXMemberExpression,
|
36
|
-
isMemberExpression,
|
37
|
-
isRestElement: nodeIsRestElement,
|
38
|
-
isReferenced: nodeIsReferenced,
|
39
|
-
isScope: nodeIsScope,
|
40
|
-
isStatement: nodeIsStatement,
|
41
|
-
isVar: nodeIsVar,
|
42
|
-
isVariableDeclaration,
|
43
|
-
react,
|
44
|
-
isForOfStatement
|
45
|
-
} = _t;
|
46
|
-
const {
|
47
|
-
isCompatTag
|
48
|
-
} = react;
|
49
|
-
function isReferencedIdentifier(opts) {
|
50
|
-
const {
|
51
|
-
node,
|
52
|
-
parent
|
53
|
-
} = this;
|
54
|
-
if (!isIdentifier(node, opts) && !isJSXMemberExpression(parent, opts)) {
|
55
|
-
if (isJSXIdentifier(node, opts)) {
|
56
|
-
if (isCompatTag(node.name)) return false;
|
57
|
-
} else {
|
58
|
-
return false;
|
59
|
-
}
|
60
|
-
}
|
61
|
-
return nodeIsReferenced(node, parent, this.parentPath.parent);
|
62
|
-
}
|
63
|
-
function isReferencedMemberExpression() {
|
64
|
-
const {
|
65
|
-
node,
|
66
|
-
parent
|
67
|
-
} = this;
|
68
|
-
return isMemberExpression(node) && nodeIsReferenced(node, parent);
|
69
|
-
}
|
70
|
-
function isBindingIdentifier() {
|
71
|
-
const {
|
72
|
-
node,
|
73
|
-
parent
|
74
|
-
} = this;
|
75
|
-
const grandparent = this.parentPath.parent;
|
76
|
-
return isIdentifier(node) && isBinding(node, parent, grandparent);
|
77
|
-
}
|
78
|
-
function isStatement() {
|
79
|
-
const {
|
80
|
-
node,
|
81
|
-
parent
|
82
|
-
} = this;
|
83
|
-
if (nodeIsStatement(node)) {
|
84
|
-
if (isVariableDeclaration(node)) {
|
85
|
-
if (isForXStatement(parent, {
|
86
|
-
left: node
|
87
|
-
})) return false;
|
88
|
-
if (isForStatement(parent, {
|
89
|
-
init: node
|
90
|
-
})) return false;
|
91
|
-
}
|
92
|
-
return true;
|
93
|
-
} else {
|
94
|
-
return false;
|
95
|
-
}
|
96
|
-
}
|
97
|
-
function isExpression() {
|
98
|
-
if (this.isIdentifier()) {
|
99
|
-
return this.isReferencedIdentifier();
|
100
|
-
} else {
|
101
|
-
return nodeIsExpression(this.node);
|
102
|
-
}
|
103
|
-
}
|
104
|
-
function isScope() {
|
105
|
-
return nodeIsScope(this.node, this.parent);
|
106
|
-
}
|
107
|
-
function isReferenced() {
|
108
|
-
return nodeIsReferenced(this.node, this.parent);
|
109
|
-
}
|
110
|
-
function isBlockScoped() {
|
111
|
-
return nodeIsBlockScoped(this.node);
|
112
|
-
}
|
113
|
-
function isVar() {
|
114
|
-
return nodeIsVar(this.node);
|
115
|
-
}
|
116
|
-
function isUser() {
|
117
|
-
return this.node && !!this.node.loc;
|
118
|
-
}
|
119
|
-
function isGenerated() {
|
120
|
-
return !this.isUser();
|
121
|
-
}
|
122
|
-
function isPure(constantsOnly) {
|
123
|
-
return this.scope.isPure(this.node, constantsOnly);
|
124
|
-
}
|
125
|
-
function isFlow() {
|
126
|
-
const {
|
127
|
-
node
|
128
|
-
} = this;
|
129
|
-
if (nodeIsFlow(node)) {
|
130
|
-
return true;
|
131
|
-
} else if (isImportDeclaration(node)) {
|
132
|
-
return node.importKind === "type" || node.importKind === "typeof";
|
133
|
-
} else if (isExportDeclaration(node)) {
|
134
|
-
return node.exportKind === "type";
|
135
|
-
} else if (isImportSpecifier(node)) {
|
136
|
-
return node.importKind === "type" || node.importKind === "typeof";
|
137
|
-
} else {
|
138
|
-
return false;
|
139
|
-
}
|
140
|
-
}
|
141
|
-
function isRestProperty() {
|
142
|
-
var _this$parentPath;
|
143
|
-
return nodeIsRestElement(this.node) && ((_this$parentPath = this.parentPath) == null ? void 0 : _this$parentPath.isObjectPattern());
|
144
|
-
}
|
145
|
-
function isSpreadProperty() {
|
146
|
-
var _this$parentPath2;
|
147
|
-
return nodeIsRestElement(this.node) && ((_this$parentPath2 = this.parentPath) == null ? void 0 : _this$parentPath2.isObjectExpression());
|
148
|
-
}
|
149
|
-
function isForAwaitStatement() {
|
150
|
-
return isForOfStatement(this.node, {
|
151
|
-
await: true
|
152
|
-
});
|
153
|
-
}
|
154
|
-
{
|
155
|
-
exports.isExistentialTypeParam = function isExistentialTypeParam() {
|
156
|
-
throw new Error("`path.isExistentialTypeParam` has been renamed to `path.isExistsTypeAnnotation()` in Babel 7.");
|
157
|
-
};
|
158
|
-
exports.isNumericLiteralTypeAnnotation = function isNumericLiteralTypeAnnotation() {
|
159
|
-
throw new Error("`path.isNumericLiteralTypeAnnotation()` has been renamed to `path.isNumberLiteralTypeAnnotation()` in Babel 7.");
|
160
|
-
};
|
161
|
-
}
|
162
|
-
|
163
|
-
//# sourceMappingURL=virtual-types-validator.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["_t","require","isBinding","isBlockScoped","nodeIsBlockScoped","isExportDeclaration","isExpression","nodeIsExpression","isFlow","nodeIsFlow","isForStatement","isForXStatement","isIdentifier","isImportDeclaration","isImportSpecifier","isJSXIdentifier","isJSXMemberExpression","isMemberExpression","isRestElement","nodeIsRestElement","isReferenced","nodeIsReferenced","isScope","nodeIsScope","isStatement","nodeIsStatement","isVar","nodeIsVar","isVariableDeclaration","react","isForOfStatement","isCompatTag","isReferencedIdentifier","opts","node","parent","name","parentPath","isReferencedMemberExpression","isBindingIdentifier","grandparent","left","init","isUser","loc","isGenerated","isPure","constantsOnly","scope","importKind","exportKind","isRestProperty","_this$parentPath","isObjectPattern","isSpreadProperty","_this$parentPath2","isObjectExpression","isForAwaitStatement","await","exports","isExistentialTypeParam","Error","isNumericLiteralTypeAnnotation"],"sources":["../../../src/path/lib/virtual-types-validator.ts"],"sourcesContent":["import type NodePath from \"../index.ts\";\nimport {\n isBinding,\n isBlockScoped as nodeIsBlockScoped,\n isExportDeclaration,\n isExpression as nodeIsExpression,\n isFlow as nodeIsFlow,\n isForStatement,\n isForXStatement,\n isIdentifier,\n isImportDeclaration,\n isImportSpecifier,\n isJSXIdentifier,\n isJSXMemberExpression,\n isMemberExpression,\n isRestElement as nodeIsRestElement,\n isReferenced as nodeIsReferenced,\n isScope as nodeIsScope,\n isStatement as nodeIsStatement,\n isVar as nodeIsVar,\n isVariableDeclaration,\n react,\n isForOfStatement,\n} from \"@babel/types\";\nimport type * as t from \"@babel/types\";\nconst { isCompatTag } = react;\nimport type { VirtualTypeAliases } from \"./virtual-types.ts\";\n\ntype Opts<Obj> = Partial<{\n [Prop in keyof Obj]: Obj[Prop] extends t.Node\n ? t.Node\n : Obj[Prop] extends t.Node[]\n ? t.Node[]\n : Obj[Prop];\n}>;\n\nexport interface VirtualTypeNodePathValidators {\n isBindingIdentifier(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"BindingIdentifier\"]>,\n ): this is NodePath<VirtualTypeAliases[\"BindingIdentifier\"]>;\n isBlockScoped(opts?: Opts<VirtualTypeAliases[\"BlockScoped\"]>): boolean;\n /**\n * @deprecated\n */\n isExistentialTypeParam(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"ExistentialTypeParam\"]>,\n ): this is NodePath<VirtualTypeAliases[\"ExistentialTypeParam\"]>;\n isExpression(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"Expression\"]>,\n ): this is NodePath<t.Expression>;\n isFlow(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"Flow\"]>,\n ): this is NodePath<t.Flow>;\n isForAwaitStatement(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"ForAwaitStatement\"]>,\n ): this is NodePath<VirtualTypeAliases[\"ForAwaitStatement\"]>;\n isGenerated(opts?: VirtualTypeAliases[\"Generated\"]): boolean;\n /**\n * @deprecated\n */\n isNumericLiteralTypeAnnotation(\n opts?: VirtualTypeAliases[\"NumericLiteralTypeAnnotation\"],\n ): void;\n isPure(opts?: VirtualTypeAliases[\"Pure\"]): boolean;\n isReferenced(opts?: VirtualTypeAliases[\"Referenced\"]): boolean;\n isReferencedIdentifier(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"ReferencedIdentifier\"]>,\n ): this is NodePath<VirtualTypeAliases[\"ReferencedIdentifier\"]>;\n isReferencedMemberExpression(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"ReferencedMemberExpression\"]>,\n ): this is NodePath<VirtualTypeAliases[\"ReferencedMemberExpression\"]>;\n isRestProperty(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"RestProperty\"]>,\n ): this is NodePath<t.RestProperty>;\n isScope(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"Scope\"]>,\n ): this is NodePath<VirtualTypeAliases[\"Scope\"]>;\n isSpreadProperty(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"SpreadProperty\"]>,\n ): this is NodePath<t.SpreadProperty>;\n isStatement(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"Statement\"]>,\n ): this is NodePath<t.Statement>;\n isUser(opts?: VirtualTypeAliases[\"User\"]): boolean;\n isVar(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"Var\"]>,\n ): this is NodePath<VirtualTypeAliases[\"Var\"]>;\n}\n\nexport function isReferencedIdentifier(this: NodePath, opts?: any): boolean {\n const { node, parent } = this;\n if (!isIdentifier(node, opts) && !isJSXMemberExpression(parent, opts)) {\n if (isJSXIdentifier(node, opts)) {\n if (isCompatTag(node.name)) return false;\n } else {\n // not a JSXIdentifier or an Identifier\n return false;\n }\n }\n\n // check if node is referenced\n return nodeIsReferenced(node, parent, this.parentPath.parent);\n}\n\nexport function isReferencedMemberExpression(this: NodePath): boolean {\n const { node, parent } = this;\n return isMemberExpression(node) && nodeIsReferenced(node, parent);\n}\n\nexport function isBindingIdentifier(this: NodePath): boolean {\n const { node, parent } = this;\n const grandparent = this.parentPath.parent;\n return isIdentifier(node) && isBinding(node, parent, grandparent);\n}\n\nexport function isStatement(this: NodePath): boolean {\n const { node, parent } = this;\n if (nodeIsStatement(node)) {\n if (isVariableDeclaration(node)) {\n if (isForXStatement(parent, { left: node })) return false;\n if (isForStatement(parent, { init: node })) return false;\n }\n\n return true;\n } else {\n return false;\n }\n}\n\nexport function isExpression(this: NodePath): boolean {\n if (this.isIdentifier()) {\n return this.isReferencedIdentifier();\n } else {\n return nodeIsExpression(this.node);\n }\n}\n\nexport function isScope(this: NodePath): boolean {\n return nodeIsScope(this.node, this.parent);\n}\n\nexport function isReferenced(this: NodePath): boolean {\n return nodeIsReferenced(this.node, this.parent);\n}\n\nexport function isBlockScoped(this: NodePath): boolean {\n return nodeIsBlockScoped(this.node);\n}\n\nexport function isVar(this: NodePath): boolean {\n return nodeIsVar(this.node);\n}\n\nexport function isUser(this: NodePath): boolean {\n return this.node && !!this.node.loc;\n}\n\nexport function isGenerated(this: NodePath): boolean {\n return !this.isUser();\n}\n\nexport function isPure(this: NodePath, constantsOnly?: boolean): boolean {\n return this.scope.isPure(this.node, constantsOnly);\n}\n\nexport function isFlow(this: NodePath): boolean {\n const { node } = this;\n if (nodeIsFlow(node)) {\n return true;\n } else if (isImportDeclaration(node)) {\n return node.importKind === \"type\" || node.importKind === \"typeof\";\n } else if (isExportDeclaration(node)) {\n return node.exportKind === \"type\";\n } else if (isImportSpecifier(node)) {\n return node.importKind === \"type\" || node.importKind === \"typeof\";\n } else {\n return false;\n }\n}\n\n// TODO: 7.0 Backwards Compat\nexport function isRestProperty(this: NodePath): boolean {\n return nodeIsRestElement(this.node) && this.parentPath?.isObjectPattern();\n}\n\nexport function isSpreadProperty(this: NodePath): boolean {\n return nodeIsRestElement(this.node) && this.parentPath?.isObjectExpression();\n}\n\nexport function isForAwaitStatement(this: NodePath): boolean {\n return isForOfStatement(this.node, { await: true });\n}\n\nif (!process.env.BABEL_8_BREAKING && !USE_ESM) {\n // eslint-disable-next-line no-restricted-globals\n exports.isExistentialTypeParam = function isExistentialTypeParam(\n this: NodePath,\n ): void {\n throw new Error(\n \"`path.isExistentialTypeParam` has been renamed to `path.isExistsTypeAnnotation()` in Babel 7.\",\n );\n };\n\n // eslint-disable-next-line no-restricted-globals\n exports.isNumericLiteralTypeAnnotation =\n function isNumericLiteralTypeAnnotation(this: NodePath): void {\n throw new Error(\n \"`path.isNumericLiteralTypeAnnotation()` has been renamed to `path.isNumberLiteralTypeAnnotation()` in Babel 7.\",\n );\n };\n}\n"],"mappings":"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","ignoreList":[]}
|
@@ -1,26 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.Var = exports.User = exports.Statement = exports.SpreadProperty = exports.Scope = exports.RestProperty = exports.ReferencedMemberExpression = exports.ReferencedIdentifier = exports.Referenced = exports.Pure = exports.NumericLiteralTypeAnnotation = exports.Generated = exports.ForAwaitStatement = exports.Flow = exports.Expression = exports.ExistentialTypeParam = exports.BlockScoped = exports.BindingIdentifier = void 0;
|
7
|
-
const ReferencedIdentifier = exports.ReferencedIdentifier = ["Identifier", "JSXIdentifier"];
|
8
|
-
const ReferencedMemberExpression = exports.ReferencedMemberExpression = ["MemberExpression"];
|
9
|
-
const BindingIdentifier = exports.BindingIdentifier = ["Identifier"];
|
10
|
-
const Statement = exports.Statement = ["Statement"];
|
11
|
-
const Expression = exports.Expression = ["Expression"];
|
12
|
-
const Scope = exports.Scope = ["Scopable", "Pattern"];
|
13
|
-
const Referenced = exports.Referenced = null;
|
14
|
-
const BlockScoped = exports.BlockScoped = null;
|
15
|
-
const Var = exports.Var = ["VariableDeclaration"];
|
16
|
-
const User = exports.User = null;
|
17
|
-
const Generated = exports.Generated = null;
|
18
|
-
const Pure = exports.Pure = null;
|
19
|
-
const Flow = exports.Flow = ["Flow", "ImportDeclaration", "ExportDeclaration", "ImportSpecifier"];
|
20
|
-
const RestProperty = exports.RestProperty = ["RestElement"];
|
21
|
-
const SpreadProperty = exports.SpreadProperty = ["RestElement"];
|
22
|
-
const ExistentialTypeParam = exports.ExistentialTypeParam = ["ExistsTypeAnnotation"];
|
23
|
-
const NumericLiteralTypeAnnotation = exports.NumericLiteralTypeAnnotation = ["NumberLiteralTypeAnnotation"];
|
24
|
-
const ForAwaitStatement = exports.ForAwaitStatement = ["ForOfStatement"];
|
25
|
-
|
26
|
-
//# sourceMappingURL=virtual-types.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["ReferencedIdentifier","exports","ReferencedMemberExpression","BindingIdentifier","Statement","Expression","Scope","Referenced","BlockScoped","Var","User","Generated","Pure","Flow","RestProperty","SpreadProperty","ExistentialTypeParam","NumericLiteralTypeAnnotation","ForAwaitStatement"],"sources":["../../../src/path/lib/virtual-types.ts"],"sourcesContent":["import type * as t from \"@babel/types\";\n\nexport interface VirtualTypeAliases {\n BindingIdentifier: t.Identifier;\n BlockScoped: t.Node;\n ExistentialTypeParam: t.ExistsTypeAnnotation;\n Expression: t.Expression;\n Flow: t.Flow | t.ImportDeclaration | t.ExportDeclaration | t.ImportSpecifier;\n ForAwaitStatement: t.ForOfStatement;\n Generated: t.Node;\n NumericLiteralTypeAnnotation: t.NumberLiteralTypeAnnotation;\n Pure: t.Node;\n Referenced: t.Node;\n ReferencedIdentifier: t.Identifier | t.JSXIdentifier;\n ReferencedMemberExpression: t.MemberExpression;\n RestProperty: t.RestElement;\n Scope: t.Scopable | t.Pattern;\n SpreadProperty: t.RestElement;\n Statement: t.Statement;\n User: t.Node;\n Var: t.VariableDeclaration;\n}\n\ntype VirtualTypeMapping = readonly (t.Node[\"type\"] | keyof t.Aliases)[] | null;\n\nexport const ReferencedIdentifier: VirtualTypeMapping = [\n \"Identifier\",\n \"JSXIdentifier\",\n] as const;\n\nexport const ReferencedMemberExpression: VirtualTypeMapping = [\n \"MemberExpression\",\n] as const;\n\nexport const BindingIdentifier: VirtualTypeMapping = [\"Identifier\"] as const;\n\nexport const Statement: VirtualTypeMapping = [\"Statement\"] as const;\n\nexport const Expression: VirtualTypeMapping = [\"Expression\"] as const;\n\nexport const Scope: VirtualTypeMapping = [\"Scopable\", \"Pattern\"] as const;\n\nexport const Referenced: VirtualTypeMapping = null;\n\nexport const BlockScoped: VirtualTypeMapping = null;\n\nexport const Var: VirtualTypeMapping = [\"VariableDeclaration\"];\n\nexport const User: VirtualTypeMapping = null;\n\nexport const Generated: VirtualTypeMapping = null;\n\nexport const Pure: VirtualTypeMapping = null;\n\nexport const Flow: VirtualTypeMapping = [\n \"Flow\",\n \"ImportDeclaration\",\n \"ExportDeclaration\",\n \"ImportSpecifier\",\n] as const;\n\n// TODO: 7.0 Backwards Compat\nexport const RestProperty: VirtualTypeMapping = [\"RestElement\"] as const;\n\nexport const SpreadProperty: VirtualTypeMapping = [\"RestElement\"] as const;\n\nexport const ExistentialTypeParam: VirtualTypeMapping = [\n \"ExistsTypeAnnotation\",\n] as const;\n\nexport const NumericLiteralTypeAnnotation: VirtualTypeMapping = [\n \"NumberLiteralTypeAnnotation\",\n] as const;\n\nexport const ForAwaitStatement: VirtualTypeMapping = [\n \"ForOfStatement\",\n] as const;\n"],"mappings":";;;;;;AAyBO,MAAMA,oBAAwC,GAAAC,OAAA,CAAAD,oBAAA,GAAG,CACtD,YAAY,EACZ,eAAe,CACP;AAEH,MAAME,0BAA8C,GAAAD,OAAA,CAAAC,0BAAA,GAAG,CAC5D,kBAAkB,CACV;AAEH,MAAMC,iBAAqC,GAAAF,OAAA,CAAAE,iBAAA,GAAG,CAAC,YAAY,CAAU;AAErE,MAAMC,SAA6B,GAAAH,OAAA,CAAAG,SAAA,GAAG,CAAC,WAAW,CAAU;AAE5D,MAAMC,UAA8B,GAAAJ,OAAA,CAAAI,UAAA,GAAG,CAAC,YAAY,CAAU;AAE9D,MAAMC,KAAyB,GAAAL,OAAA,CAAAK,KAAA,GAAG,CAAC,UAAU,EAAE,SAAS,CAAU;AAElE,MAAMC,UAA8B,GAAAN,OAAA,CAAAM,UAAA,GAAG,IAAI;AAE3C,MAAMC,WAA+B,GAAAP,OAAA,CAAAO,WAAA,GAAG,IAAI;AAE5C,MAAMC,GAAuB,GAAAR,OAAA,CAAAQ,GAAA,GAAG,CAAC,qBAAqB,CAAC;AAEvD,MAAMC,IAAwB,GAAAT,OAAA,CAAAS,IAAA,GAAG,IAAI;AAErC,MAAMC,SAA6B,GAAAV,OAAA,CAAAU,SAAA,GAAG,IAAI;AAE1C,MAAMC,IAAwB,GAAAX,OAAA,CAAAW,IAAA,GAAG,IAAI;AAErC,MAAMC,IAAwB,GAAAZ,OAAA,CAAAY,IAAA,GAAG,CACtC,MAAM,EACN,mBAAmB,EACnB,mBAAmB,EACnB,iBAAiB,CACT;AAGH,MAAMC,YAAgC,GAAAb,OAAA,CAAAa,YAAA,GAAG,CAAC,aAAa,CAAU;AAEjE,MAAMC,cAAkC,GAAAd,OAAA,CAAAc,cAAA,GAAG,CAAC,aAAa,CAAU;AAEnE,MAAMC,oBAAwC,GAAAf,OAAA,CAAAe,oBAAA,GAAG,CACtD,sBAAsB,CACd;AAEH,MAAMC,4BAAgD,GAAAhB,OAAA,CAAAgB,4BAAA,GAAG,CAC9D,6BAA6B,CACrB;AAEH,MAAMC,iBAAqC,GAAAjB,OAAA,CAAAiB,iBAAA,GAAG,CACnD,gBAAgB,CACR","ignoreList":[]}
|
@@ -1,229 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports._containerInsert = _containerInsert;
|
7
|
-
exports._containerInsertAfter = _containerInsertAfter;
|
8
|
-
exports._containerInsertBefore = _containerInsertBefore;
|
9
|
-
exports._verifyNodeList = _verifyNodeList;
|
10
|
-
exports.insertAfter = insertAfter;
|
11
|
-
exports.insertBefore = insertBefore;
|
12
|
-
exports.pushContainer = pushContainer;
|
13
|
-
exports.unshiftContainer = unshiftContainer;
|
14
|
-
exports.updateSiblingKeys = updateSiblingKeys;
|
15
|
-
var _cache = require("../cache.js");
|
16
|
-
var _hoister = require("./lib/hoister.js");
|
17
|
-
var _index = require("./index.js");
|
18
|
-
var _context = require("./context.js");
|
19
|
-
var _removal = require("./removal.js");
|
20
|
-
var _t = require("@babel/types");
|
21
|
-
const {
|
22
|
-
arrowFunctionExpression,
|
23
|
-
assertExpression,
|
24
|
-
assignmentExpression,
|
25
|
-
blockStatement,
|
26
|
-
callExpression,
|
27
|
-
cloneNode,
|
28
|
-
expressionStatement,
|
29
|
-
isAssignmentExpression,
|
30
|
-
isCallExpression,
|
31
|
-
isExportNamedDeclaration,
|
32
|
-
isExpression,
|
33
|
-
isIdentifier,
|
34
|
-
isSequenceExpression,
|
35
|
-
isSuper,
|
36
|
-
thisExpression
|
37
|
-
} = _t;
|
38
|
-
function insertBefore(nodes_) {
|
39
|
-
_removal._assertUnremoved.call(this);
|
40
|
-
const nodes = _verifyNodeList.call(this, nodes_);
|
41
|
-
const {
|
42
|
-
parentPath,
|
43
|
-
parent
|
44
|
-
} = this;
|
45
|
-
if (parentPath.isExpressionStatement() || parentPath.isLabeledStatement() || isExportNamedDeclaration(parent) || parentPath.isExportDefaultDeclaration() && this.isDeclaration()) {
|
46
|
-
return parentPath.insertBefore(nodes);
|
47
|
-
} else if (this.isNodeType("Expression") && !this.isJSXElement() || parentPath.isForStatement() && this.key === "init") {
|
48
|
-
if (this.node) nodes.push(this.node);
|
49
|
-
return this.replaceExpressionWithStatements(nodes);
|
50
|
-
} else if (Array.isArray(this.container)) {
|
51
|
-
return _containerInsertBefore.call(this, nodes);
|
52
|
-
} else if (this.isStatementOrBlock()) {
|
53
|
-
const node = this.node;
|
54
|
-
const shouldInsertCurrentNode = node && (!this.isExpressionStatement() || node.expression != null);
|
55
|
-
this.replaceWith(blockStatement(shouldInsertCurrentNode ? [node] : []));
|
56
|
-
return this.unshiftContainer("body", nodes);
|
57
|
-
} else {
|
58
|
-
throw new Error("We don't know what to do with this node type. " + "We were previously a Statement but we can't fit in here?");
|
59
|
-
}
|
60
|
-
}
|
61
|
-
function _containerInsert(from, nodes) {
|
62
|
-
updateSiblingKeys.call(this, from, nodes.length);
|
63
|
-
const paths = [];
|
64
|
-
this.container.splice(from, 0, ...nodes);
|
65
|
-
for (let i = 0; i < nodes.length; i++) {
|
66
|
-
var _this$context;
|
67
|
-
const to = from + i;
|
68
|
-
const path = this.getSibling(to);
|
69
|
-
paths.push(path);
|
70
|
-
if ((_this$context = this.context) != null && _this$context.queue) {
|
71
|
-
_context.pushContext.call(path, this.context);
|
72
|
-
}
|
73
|
-
}
|
74
|
-
const contexts = _context._getQueueContexts.call(this);
|
75
|
-
for (const path of paths) {
|
76
|
-
_context.setScope.call(path);
|
77
|
-
path.debug("Inserted.");
|
78
|
-
for (const context of contexts) {
|
79
|
-
context.maybeQueue(path, true);
|
80
|
-
}
|
81
|
-
}
|
82
|
-
return paths;
|
83
|
-
}
|
84
|
-
function _containerInsertBefore(nodes) {
|
85
|
-
return _containerInsert.call(this, this.key, nodes);
|
86
|
-
}
|
87
|
-
function _containerInsertAfter(nodes) {
|
88
|
-
return _containerInsert.call(this, this.key + 1, nodes);
|
89
|
-
}
|
90
|
-
const last = arr => arr[arr.length - 1];
|
91
|
-
function isHiddenInSequenceExpression(path) {
|
92
|
-
return isSequenceExpression(path.parent) && (last(path.parent.expressions) !== path.node || isHiddenInSequenceExpression(path.parentPath));
|
93
|
-
}
|
94
|
-
function isAlmostConstantAssignment(node, scope) {
|
95
|
-
if (!isAssignmentExpression(node) || !isIdentifier(node.left)) {
|
96
|
-
return false;
|
97
|
-
}
|
98
|
-
const blockScope = scope.getBlockParent();
|
99
|
-
return blockScope.hasOwnBinding(node.left.name) && blockScope.getOwnBinding(node.left.name).constantViolations.length <= 1;
|
100
|
-
}
|
101
|
-
function insertAfter(nodes_) {
|
102
|
-
_removal._assertUnremoved.call(this);
|
103
|
-
if (this.isSequenceExpression()) {
|
104
|
-
return last(this.get("expressions")).insertAfter(nodes_);
|
105
|
-
}
|
106
|
-
const nodes = _verifyNodeList.call(this, nodes_);
|
107
|
-
const {
|
108
|
-
parentPath,
|
109
|
-
parent
|
110
|
-
} = this;
|
111
|
-
if (parentPath.isExpressionStatement() || parentPath.isLabeledStatement() || isExportNamedDeclaration(parent) || parentPath.isExportDefaultDeclaration() && this.isDeclaration()) {
|
112
|
-
return parentPath.insertAfter(nodes.map(node => {
|
113
|
-
return isExpression(node) ? expressionStatement(node) : node;
|
114
|
-
}));
|
115
|
-
} else if (this.isNodeType("Expression") && !this.isJSXElement() && !parentPath.isJSXElement() || parentPath.isForStatement() && this.key === "init") {
|
116
|
-
const self = this;
|
117
|
-
if (self.node) {
|
118
|
-
const node = self.node;
|
119
|
-
let {
|
120
|
-
scope
|
121
|
-
} = this;
|
122
|
-
if (scope.path.isPattern()) {
|
123
|
-
assertExpression(node);
|
124
|
-
self.replaceWith(callExpression(arrowFunctionExpression([], node), []));
|
125
|
-
self.get("callee.body").insertAfter(nodes);
|
126
|
-
return [self];
|
127
|
-
}
|
128
|
-
if (isHiddenInSequenceExpression(self)) {
|
129
|
-
nodes.unshift(node);
|
130
|
-
} else if (isCallExpression(node) && isSuper(node.callee)) {
|
131
|
-
nodes.unshift(node);
|
132
|
-
nodes.push(thisExpression());
|
133
|
-
} else if (isAlmostConstantAssignment(node, scope)) {
|
134
|
-
nodes.unshift(node);
|
135
|
-
nodes.push(cloneNode(node.left));
|
136
|
-
} else if (scope.isPure(node, true)) {
|
137
|
-
nodes.push(node);
|
138
|
-
} else {
|
139
|
-
if (parentPath.isMethod({
|
140
|
-
computed: true,
|
141
|
-
key: node
|
142
|
-
})) {
|
143
|
-
scope = scope.parent;
|
144
|
-
}
|
145
|
-
const temp = scope.generateDeclaredUidIdentifier();
|
146
|
-
nodes.unshift(expressionStatement(assignmentExpression("=", cloneNode(temp), node)));
|
147
|
-
nodes.push(expressionStatement(cloneNode(temp)));
|
148
|
-
}
|
149
|
-
}
|
150
|
-
return this.replaceExpressionWithStatements(nodes);
|
151
|
-
} else if (Array.isArray(this.container)) {
|
152
|
-
return _containerInsertAfter.call(this, nodes);
|
153
|
-
} else if (this.isStatementOrBlock()) {
|
154
|
-
const node = this.node;
|
155
|
-
const shouldInsertCurrentNode = node && (!this.isExpressionStatement() || node.expression != null);
|
156
|
-
this.replaceWith(blockStatement(shouldInsertCurrentNode ? [node] : []));
|
157
|
-
return this.pushContainer("body", nodes);
|
158
|
-
} else {
|
159
|
-
throw new Error("We don't know what to do with this node type. " + "We were previously a Statement but we can't fit in here?");
|
160
|
-
}
|
161
|
-
}
|
162
|
-
function updateSiblingKeys(fromIndex, incrementBy) {
|
163
|
-
if (!this.parent) return;
|
164
|
-
const paths = (0, _cache.getCachedPaths)(this.hub, this.parent) || [];
|
165
|
-
for (const [, path] of paths) {
|
166
|
-
if (typeof path.key === "number" && path.container === this.container && path.key >= fromIndex) {
|
167
|
-
path.key += incrementBy;
|
168
|
-
}
|
169
|
-
}
|
170
|
-
}
|
171
|
-
function _verifyNodeList(nodes) {
|
172
|
-
if (!nodes) {
|
173
|
-
return [];
|
174
|
-
}
|
175
|
-
if (!Array.isArray(nodes)) {
|
176
|
-
nodes = [nodes];
|
177
|
-
}
|
178
|
-
for (let i = 0; i < nodes.length; i++) {
|
179
|
-
const node = nodes[i];
|
180
|
-
let msg;
|
181
|
-
if (!node) {
|
182
|
-
msg = "has falsy node";
|
183
|
-
} else if (typeof node !== "object") {
|
184
|
-
msg = "contains a non-object node";
|
185
|
-
} else if (!node.type) {
|
186
|
-
msg = "without a type";
|
187
|
-
} else if (node instanceof _index.default) {
|
188
|
-
msg = "has a NodePath when it expected a raw object";
|
189
|
-
}
|
190
|
-
if (msg) {
|
191
|
-
const type = Array.isArray(node) ? "array" : typeof node;
|
192
|
-
throw new Error(`Node list ${msg} with the index of ${i} and type of ${type}`);
|
193
|
-
}
|
194
|
-
}
|
195
|
-
return nodes;
|
196
|
-
}
|
197
|
-
function unshiftContainer(listKey, nodes) {
|
198
|
-
_removal._assertUnremoved.call(this);
|
199
|
-
nodes = _verifyNodeList.call(this, nodes);
|
200
|
-
const path = _index.default.get({
|
201
|
-
parentPath: this,
|
202
|
-
parent: this.node,
|
203
|
-
container: this.node[listKey],
|
204
|
-
listKey,
|
205
|
-
key: 0
|
206
|
-
}).setContext(this.context);
|
207
|
-
return _containerInsertBefore.call(path, nodes);
|
208
|
-
}
|
209
|
-
function pushContainer(listKey, nodes) {
|
210
|
-
_removal._assertUnremoved.call(this);
|
211
|
-
const verifiedNodes = _verifyNodeList.call(this, nodes);
|
212
|
-
const container = this.node[listKey];
|
213
|
-
const path = _index.default.get({
|
214
|
-
parentPath: this,
|
215
|
-
parent: this.node,
|
216
|
-
container: container,
|
217
|
-
listKey,
|
218
|
-
key: container.length
|
219
|
-
}).setContext(this.context);
|
220
|
-
return path.replaceWithMultiple(verifiedNodes);
|
221
|
-
}
|
222
|
-
{
|
223
|
-
exports.hoist = function hoist(scope = this.scope) {
|
224
|
-
const hoister = new _hoister.default(this, scope);
|
225
|
-
return hoister.run();
|
226
|
-
};
|
227
|
-
}
|
228
|
-
|
229
|
-
//# sourceMappingURL=modification.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["_cache","require","_hoister","_index","_context","_removal","_t","arrowFunctionExpression","assertExpression","assignmentExpression","blockStatement","callExpression","cloneNode","expressionStatement","isAssignmentExpression","isCallExpression","isExportNamedDeclaration","isExpression","isIdentifier","isSequenceExpression","isSuper","thisExpression","insertBefore","nodes_","_assertUnremoved","call","nodes","_verifyNodeList","parentPath","parent","isExpressionStatement","isLabeledStatement","isExportDefaultDeclaration","isDeclaration","isNodeType","isJSXElement","isForStatement","key","node","push","replaceExpressionWithStatements","Array","isArray","container","_containerInsertBefore","isStatementOrBlock","shouldInsertCurrentNode","expression","replaceWith","unshiftContainer","Error","_containerInsert","from","updateSiblingKeys","length","paths","splice","i","_this$context","to","path","getSibling","context","queue","pushContext","contexts","_getQueueContexts","setScope","debug","maybeQueue","_containerInsertAfter","last","arr","isHiddenInSequenceExpression","expressions","isAlmostConstantAssignment","scope","left","blockScope","getBlockParent","hasOwnBinding","name","getOwnBinding","constantViolations","insertAfter","get","map","self","isPattern","unshift","callee","isPure","isMethod","computed","temp","generateDeclaredUidIdentifier","pushContainer","fromIndex","incrementBy","getCachedPaths","hub","msg","type","NodePath","listKey","setContext","verifiedNodes","replaceWithMultiple","exports","hoist","hoister","PathHoister","run"],"sources":["../../src/path/modification.ts"],"sourcesContent":["// This file contains methods that modify the path/node in some ways.\n\nimport { getCachedPaths } from \"../cache.ts\";\nimport PathHoister from \"./lib/hoister.ts\";\nimport NodePath from \"./index.ts\";\nimport { _getQueueContexts, pushContext, setScope } from \"./context.ts\";\nimport { _assertUnremoved } from \"./removal.ts\";\nimport {\n arrowFunctionExpression,\n assertExpression,\n assignmentExpression,\n blockStatement,\n callExpression,\n cloneNode,\n expressionStatement,\n isAssignmentExpression,\n isCallExpression,\n isExportNamedDeclaration,\n isExpression,\n isIdentifier,\n isSequenceExpression,\n isSuper,\n thisExpression,\n} from \"@babel/types\";\nimport type * as t from \"@babel/types\";\nimport type Scope from \"../scope/index.ts\";\n\n/**\n * Insert the provided nodes before the current one.\n */\n\nexport function insertBefore(\n this: NodePath,\n nodes_: t.Node | t.Node[],\n): NodePath[] {\n _assertUnremoved.call(this);\n\n const nodes = _verifyNodeList.call(this, nodes_);\n\n const { parentPath, parent } = this;\n\n if (\n parentPath.isExpressionStatement() ||\n parentPath.isLabeledStatement() ||\n // https://github.com/babel/babel/issues/15293\n // When Babel transforms `export class String { field }`, the class properties plugin will inject the defineProperty\n // helper, which depends on the builtins e.g. String, Number, Symbol, etc. To prevent them from being shadowed by local\n // exports, the helper injector replaces the named export into `class _String { field }; export { _String as String }`,\n // with `parentPath` here changed to the moved ClassDeclaration, causing rare inconsistency between `parent` and `parentPath`.\n // Here we retrieve the parent type from the `parent` property. This is a temporary fix and we should revisit when\n // helpers should get injected.\n isExportNamedDeclaration(parent) ||\n (parentPath.isExportDefaultDeclaration() && this.isDeclaration())\n ) {\n return parentPath.insertBefore(nodes);\n } else if (\n (this.isNodeType(\"Expression\") && !this.isJSXElement()) ||\n (parentPath.isForStatement() && this.key === \"init\")\n ) {\n if (this.node) nodes.push(this.node);\n // @ts-expect-error todo(flow->ts): check that nodes is an array of statements\n return this.replaceExpressionWithStatements(nodes);\n } else if (Array.isArray(this.container)) {\n return _containerInsertBefore.call(this, nodes);\n } else if (this.isStatementOrBlock()) {\n const node = this.node as t.Statement;\n const shouldInsertCurrentNode =\n node &&\n (!this.isExpressionStatement() ||\n (node as t.ExpressionStatement).expression != null);\n\n this.replaceWith(blockStatement(shouldInsertCurrentNode ? [node] : []));\n return (this as NodePath<t.BlockStatement>).unshiftContainer(\n \"body\",\n // @ts-expect-error Fixme: refine nodes to t.BlockStatement[\"body\"] when this is a BlockStatement path\n nodes,\n );\n } else {\n throw new Error(\n \"We don't know what to do with this node type. \" +\n \"We were previously a Statement but we can't fit in here?\",\n );\n }\n}\n\nexport function _containerInsert<N extends t.Node>(\n this: NodePath,\n from: number,\n nodes: N[],\n): NodePath<N>[] {\n updateSiblingKeys.call(this, from, nodes.length);\n\n const paths: NodePath<N>[] = [];\n\n // @ts-expect-error todo(flow->ts): this.container could be a NodePath\n this.container.splice(from, 0, ...nodes);\n for (let i = 0; i < nodes.length; i++) {\n const to = from + i;\n const path = this.getSibling(to) as NodePath<N>;\n paths.push(path);\n\n if (this.context?.queue) {\n pushContext.call(path, this.context);\n }\n }\n\n const contexts = _getQueueContexts.call(this);\n\n for (const path of paths) {\n setScope.call(path);\n path.debug(\"Inserted.\");\n\n for (const context of contexts) {\n context.maybeQueue(path, true);\n }\n }\n\n return paths;\n}\n\nexport function _containerInsertBefore<N extends t.Node>(\n this: NodePath,\n nodes: N[],\n) {\n return _containerInsert.call(this, this.key as number, nodes);\n}\n\nexport function _containerInsertAfter<N extends t.Node>(\n this: NodePath,\n nodes: N[],\n) {\n return _containerInsert.call(this, (this.key as number) + 1, nodes);\n}\n\nconst last = <T>(arr: T[]) => arr[arr.length - 1];\n\nfunction isHiddenInSequenceExpression(path: NodePath): boolean {\n return (\n isSequenceExpression(path.parent) &&\n (last(path.parent.expressions) !== path.node ||\n isHiddenInSequenceExpression(path.parentPath))\n );\n}\n\nfunction isAlmostConstantAssignment(\n node: t.Node,\n scope: Scope,\n): node is t.AssignmentExpression & { left: t.Identifier } {\n if (!isAssignmentExpression(node) || !isIdentifier(node.left)) {\n return false;\n }\n\n // Not every scope can contain variables. For example, we might be in\n // a ClassScope either in the ClassHeritage or in a computed key.\n const blockScope = scope.getBlockParent();\n\n // If the variable is defined in the current scope and only assigned here,\n // we can be sure that its value won't change.\n return (\n blockScope.hasOwnBinding(node.left.name) &&\n blockScope.getOwnBinding(node.left.name).constantViolations.length <= 1\n );\n}\n\n/**\n * Insert the provided nodes after the current one. When inserting nodes after an\n * expression, ensure that the completion record is correct by pushing the current node.\n */\n\nexport function insertAfter(\n this: NodePath,\n nodes_: t.Node | t.Node[],\n): NodePath[] {\n _assertUnremoved.call(this);\n\n if (this.isSequenceExpression()) {\n return last(this.get(\"expressions\")).insertAfter(nodes_);\n }\n\n const nodes = _verifyNodeList.call(this, nodes_);\n\n const { parentPath, parent } = this;\n if (\n parentPath.isExpressionStatement() ||\n parentPath.isLabeledStatement() ||\n // see insertBefore\n isExportNamedDeclaration(parent) ||\n (parentPath.isExportDefaultDeclaration() && this.isDeclaration())\n ) {\n return parentPath.insertAfter(\n nodes.map(node => {\n // Usually after an expression we can safely insert another expression:\n // A.insertAfter(B)\n // foo = A; -> foo = (A, B);\n // If A is an expression statement, it isn't safe anymore so we need to\n // convert B to an expression statement\n // A; -> A; B // No semicolon! It could break if followed by [!\n return isExpression(node) ? expressionStatement(node) : node;\n }),\n );\n } else if (\n (this.isNodeType(\"Expression\") &&\n !this.isJSXElement() &&\n !parentPath.isJSXElement()) ||\n (parentPath.isForStatement() && this.key === \"init\")\n ) {\n const self = this as NodePath<t.Expression | t.VariableDeclaration>;\n if (self.node) {\n const node = self.node;\n let { scope } = this;\n\n if (scope.path.isPattern()) {\n assertExpression(node);\n\n self.replaceWith(callExpression(arrowFunctionExpression([], node), []));\n (self.get(\"callee.body\") as NodePath<t.Expression>).insertAfter(nodes);\n return [self];\n }\n\n if (isHiddenInSequenceExpression(self)) {\n nodes.unshift(node);\n }\n // We need to preserve the value of this expression.\n else if (isCallExpression(node) && isSuper(node.callee)) {\n nodes.unshift(node);\n // `super(...)` always evaluates to `this`.\n nodes.push(thisExpression());\n } else if (isAlmostConstantAssignment(node, scope)) {\n nodes.unshift(node);\n nodes.push(cloneNode(node.left));\n } else if (scope.isPure(node, true)) {\n // Insert the nodes before rather than after; it's not observable.\n nodes.push(node);\n } else {\n // Inserting after the computed key of a method should insert the\n // temporary binding in the method's parent's scope.\n if (parentPath.isMethod({ computed: true, key: node })) {\n scope = scope.parent;\n }\n const temp = scope.generateDeclaredUidIdentifier();\n nodes.unshift(\n expressionStatement(\n // @ts-expect-error todo(flow->ts): This can be a variable\n // declaration in the \"init\" of a for statement, but that's\n // invalid here.\n assignmentExpression(\"=\", cloneNode(temp), node),\n ),\n );\n nodes.push(expressionStatement(cloneNode(temp)));\n }\n }\n // @ts-expect-error todo(flow->ts): check that nodes is an array of statements\n return this.replaceExpressionWithStatements(nodes);\n } else if (Array.isArray(this.container)) {\n return _containerInsertAfter.call(this, nodes);\n } else if (this.isStatementOrBlock()) {\n const node = this.node as t.Statement;\n const shouldInsertCurrentNode =\n node &&\n (!this.isExpressionStatement() ||\n (node as t.ExpressionStatement).expression != null);\n\n this.replaceWith(blockStatement(shouldInsertCurrentNode ? [node] : []));\n // @ts-expect-error Fixme: refine nodes to t.BlockStatement[\"body\"] when this is a BlockStatement path\n return this.pushContainer(\"body\", nodes);\n } else {\n throw new Error(\n \"We don't know what to do with this node type. \" +\n \"We were previously a Statement but we can't fit in here?\",\n );\n }\n}\n\n/**\n * Update all sibling node paths after `fromIndex` by `incrementBy`.\n */\n\nexport function updateSiblingKeys(\n this: NodePath,\n fromIndex: number,\n incrementBy: number,\n) {\n if (!this.parent) return;\n\n const paths = getCachedPaths(this.hub, this.parent) || ([] as never[]);\n\n for (const [, path] of paths) {\n if (\n typeof path.key === \"number\" &&\n path.container === this.container &&\n path.key >= fromIndex\n ) {\n path.key += incrementBy;\n }\n }\n}\n\nexport function _verifyNodeList<N extends t.Node>(\n this: NodePath,\n nodes: N | N[],\n): N[] {\n if (!nodes) {\n return [];\n }\n\n if (!Array.isArray(nodes)) {\n nodes = [nodes];\n }\n\n for (let i = 0; i < nodes.length; i++) {\n const node = nodes[i];\n let msg;\n\n if (!node) {\n msg = \"has falsy node\";\n } else if (typeof node !== \"object\") {\n msg = \"contains a non-object node\";\n } else if (!node.type) {\n msg = \"without a type\";\n } else if (node instanceof NodePath) {\n msg = \"has a NodePath when it expected a raw object\";\n }\n\n if (msg) {\n const type = Array.isArray(node) ? \"array\" : typeof node;\n throw new Error(\n `Node list ${msg} with the index of ${i} and type of ${type}`,\n );\n }\n }\n\n return nodes;\n}\n\nexport function unshiftContainer<N extends t.Node, K extends keyof N & string>(\n this: NodePath<N>,\n listKey: K,\n nodes: N[K] extends (infer E)[]\n ? E | E[]\n : // todo: refine to t.Node[]\n // ? E extends t.Node\n // ? E | E[]\n // : never\n never,\n) {\n // todo: NodePaths<Nodes>\n _assertUnremoved.call(this);\n\n // @ts-expect-error fixme\n nodes = _verifyNodeList.call(this, nodes);\n\n // get the first path and insert our nodes before it, if it doesn't exist then it\n // doesn't matter, our nodes will be inserted anyway\n const path = NodePath.get({\n parentPath: this,\n parent: this.node,\n container: (this.node as N)[listKey] as unknown as t.Node | t.Node[],\n listKey,\n key: 0,\n }).setContext(this.context);\n\n return _containerInsertBefore.call(\n path,\n // @ts-expect-error typings needed to narrow down nodes as t.Node[]\n nodes,\n );\n}\n\nexport function pushContainer<\n P extends NodePath,\n K extends string & keyof P[\"node\"],\n>(\n this: P,\n listKey: K,\n nodes: P[\"node\"][K] extends (infer E)[]\n ? E | E[]\n : // todo: refine to t.Node[]\n // ? E extends t.Node\n // ? E | E[]\n // : never\n never,\n) {\n _assertUnremoved.call(this);\n\n const verifiedNodes = _verifyNodeList.call(\n this,\n // @ts-expect-error refine typings\n nodes,\n );\n\n // get an invisible path that represents the last node + 1 and replace it with our\n // nodes, effectively inlining it\n\n const container = (this.node as P[\"node\"])[listKey] as t.Node[];\n const path = NodePath.get({\n parentPath: this,\n parent: this.node,\n container: container as unknown as t.Node | t.Node[],\n listKey,\n key: container.length,\n }).setContext(this.context);\n\n return path.replaceWithMultiple(verifiedNodes);\n}\n\nif (!process.env.BABEL_8_BREAKING && !USE_ESM) {\n /**\n * Hoist the current node to the highest scope possible and return a UID\n * referencing it.\n */\n // eslint-disable-next-line no-restricted-globals\n exports.hoist = function hoist<T extends t.Node>(\n this: NodePath<T>,\n scope: Scope = this.scope,\n ) {\n const hoister = new PathHoister<T>(this, scope);\n return hoister.run();\n };\n}\n"],"mappings":";;;;;;;;;;;;;;AAEA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,QAAA,GAAAD,OAAA;AACA,IAAAE,MAAA,GAAAF,OAAA;AACA,IAAAG,QAAA,GAAAH,OAAA;AACA,IAAAI,QAAA,GAAAJ,OAAA;AACA,IAAAK,EAAA,GAAAL,OAAA;AAgBsB;EAfpBM,uBAAuB;EACvBC,gBAAgB;EAChBC,oBAAoB;EACpBC,cAAc;EACdC,cAAc;EACdC,SAAS;EACTC,mBAAmB;EACnBC,sBAAsB;EACtBC,gBAAgB;EAChBC,wBAAwB;EACxBC,YAAY;EACZC,YAAY;EACZC,oBAAoB;EACpBC,OAAO;EACPC;AAAc,IAAAf,EAAA;AAST,SAASgB,YAAYA,CAE1BC,MAAyB,EACb;EACZC,yBAAgB,CAACC,IAAI,CAAC,IAAI,CAAC;EAE3B,MAAMC,KAAK,GAAGC,eAAe,CAACF,IAAI,CAAC,IAAI,EAAEF,MAAM,CAAC;EAEhD,MAAM;IAAEK,UAAU;IAAEC;EAAO,CAAC,GAAG,IAAI;EAEnC,IACED,UAAU,CAACE,qBAAqB,CAAC,CAAC,IAClCF,UAAU,CAACG,kBAAkB,CAAC,CAAC,IAQ/Bf,wBAAwB,CAACa,MAAM,CAAC,IAC/BD,UAAU,CAACI,0BAA0B,CAAC,CAAC,IAAI,IAAI,CAACC,aAAa,CAAC,CAAE,EACjE;IACA,OAAOL,UAAU,CAACN,YAAY,CAACI,KAAK,CAAC;EACvC,CAAC,MAAM,IACJ,IAAI,CAACQ,UAAU,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,CAACC,YAAY,CAAC,CAAC,IACrDP,UAAU,CAACQ,cAAc,CAAC,CAAC,IAAI,IAAI,CAACC,GAAG,KAAK,MAAO,EACpD;IACA,IAAI,IAAI,CAACC,IAAI,EAAEZ,KAAK,CAACa,IAAI,CAAC,IAAI,CAACD,IAAI,CAAC;IAEpC,OAAO,IAAI,CAACE,+BAA+B,CAACd,KAAK,CAAC;EACpD,CAAC,MAAM,IAAIe,KAAK,CAACC,OAAO,CAAC,IAAI,CAACC,SAAS,CAAC,EAAE;IACxC,OAAOC,sBAAsB,CAACnB,IAAI,CAAC,IAAI,EAAEC,KAAK,CAAC;EACjD,CAAC,MAAM,IAAI,IAAI,CAACmB,kBAAkB,CAAC,CAAC,EAAE;IACpC,MAAMP,IAAI,GAAG,IAAI,CAACA,IAAmB;IACrC,MAAMQ,uBAAuB,GAC3BR,IAAI,KACH,CAAC,IAAI,CAACR,qBAAqB,CAAC,CAAC,IAC3BQ,IAAI,CAA2BS,UAAU,IAAI,IAAI,CAAC;IAEvD,IAAI,CAACC,WAAW,CAACtC,cAAc,CAACoC,uBAAuB,GAAG,CAACR,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IACvE,OAAQ,IAAI,CAAgCW,gBAAgB,CAC1D,MAAM,EAENvB,KACF,CAAC;EACH,CAAC,MAAM;IACL,MAAM,IAAIwB,KAAK,CACb,gDAAgD,GAC9C,0DACJ,CAAC;EACH;AACF;AAEO,SAASC,gBAAgBA,CAE9BC,IAAY,EACZ1B,KAAU,EACK;EACf2B,iBAAiB,CAAC5B,IAAI,CAAC,IAAI,EAAE2B,IAAI,EAAE1B,KAAK,CAAC4B,MAAM,CAAC;EAEhD,MAAMC,KAAoB,GAAG,EAAE;EAG/B,IAAI,CAACZ,SAAS,CAACa,MAAM,CAACJ,IAAI,EAAE,CAAC,EAAE,GAAG1B,KAAK,CAAC;EACxC,KAAK,IAAI+B,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAG/B,KAAK,CAAC4B,MAAM,EAAEG,CAAC,EAAE,EAAE;IAAA,IAAAC,aAAA;IACrC,MAAMC,EAAE,GAAGP,IAAI,GAAGK,CAAC;IACnB,MAAMG,IAAI,GAAG,IAAI,CAACC,UAAU,CAACF,EAAE,CAAgB;IAC/CJ,KAAK,CAAChB,IAAI,CAACqB,IAAI,CAAC;IAEhB,KAAAF,aAAA,GAAI,IAAI,CAACI,OAAO,aAAZJ,aAAA,CAAcK,KAAK,EAAE;MACvBC,oBAAW,CAACvC,IAAI,CAACmC,IAAI,EAAE,IAAI,CAACE,OAAO,CAAC;IACtC;EACF;EAEA,MAAMG,QAAQ,GAAGC,0BAAiB,CAACzC,IAAI,CAAC,IAAI,CAAC;EAE7C,KAAK,MAAMmC,IAAI,IAAIL,KAAK,EAAE;IACxBY,iBAAQ,CAAC1C,IAAI,CAACmC,IAAI,CAAC;IACnBA,IAAI,CAACQ,KAAK,CAAC,WAAW,CAAC;IAEvB,KAAK,MAAMN,OAAO,IAAIG,QAAQ,EAAE;MAC9BH,OAAO,CAACO,UAAU,CAACT,IAAI,EAAE,IAAI,CAAC;IAChC;EACF;EAEA,OAAOL,KAAK;AACd;AAEO,SAASX,sBAAsBA,CAEpClB,KAAU,EACV;EACA,OAAOyB,gBAAgB,CAAC1B,IAAI,CAAC,IAAI,EAAE,IAAI,CAACY,GAAG,EAAYX,KAAK,CAAC;AAC/D;AAEO,SAAS4C,qBAAqBA,CAEnC5C,KAAU,EACV;EACA,OAAOyB,gBAAgB,CAAC1B,IAAI,CAAC,IAAI,EAAG,IAAI,CAACY,GAAG,GAAc,CAAC,EAAEX,KAAK,CAAC;AACrE;AAEA,MAAM6C,IAAI,GAAOC,GAAQ,IAAKA,GAAG,CAACA,GAAG,CAAClB,MAAM,GAAG,CAAC,CAAC;AAEjD,SAASmB,4BAA4BA,CAACb,IAAc,EAAW;EAC7D,OACEzC,oBAAoB,CAACyC,IAAI,CAAC/B,MAAM,CAAC,KAChC0C,IAAI,CAACX,IAAI,CAAC/B,MAAM,CAAC6C,WAAW,CAAC,KAAKd,IAAI,CAACtB,IAAI,IAC1CmC,4BAA4B,CAACb,IAAI,CAAChC,UAAU,CAAC,CAAC;AAEpD;AAEA,SAAS+C,0BAA0BA,CACjCrC,IAAY,EACZsC,KAAY,EAC6C;EACzD,IAAI,CAAC9D,sBAAsB,CAACwB,IAAI,CAAC,IAAI,CAACpB,YAAY,CAACoB,IAAI,CAACuC,IAAI,CAAC,EAAE;IAC7D,OAAO,KAAK;EACd;EAIA,MAAMC,UAAU,GAAGF,KAAK,CAACG,cAAc,CAAC,CAAC;EAIzC,OACED,UAAU,CAACE,aAAa,CAAC1C,IAAI,CAACuC,IAAI,CAACI,IAAI,CAAC,IACxCH,UAAU,CAACI,aAAa,CAAC5C,IAAI,CAACuC,IAAI,CAACI,IAAI,CAAC,CAACE,kBAAkB,CAAC7B,MAAM,IAAI,CAAC;AAE3E;AAOO,SAAS8B,WAAWA,CAEzB7D,MAAyB,EACb;EACZC,yBAAgB,CAACC,IAAI,CAAC,IAAI,CAAC;EAE3B,IAAI,IAAI,CAACN,oBAAoB,CAAC,CAAC,EAAE;IAC/B,OAAOoD,IAAI,CAAC,IAAI,CAACc,GAAG,CAAC,aAAa,CAAC,CAAC,CAACD,WAAW,CAAC7D,MAAM,CAAC;EAC1D;EAEA,MAAMG,KAAK,GAAGC,eAAe,CAACF,IAAI,CAAC,IAAI,EAAEF,MAAM,CAAC;EAEhD,MAAM;IAAEK,UAAU;IAAEC;EAAO,CAAC,GAAG,IAAI;EACnC,IACED,UAAU,CAACE,qBAAqB,CAAC,CAAC,IAClCF,UAAU,CAACG,kBAAkB,CAAC,CAAC,IAE/Bf,wBAAwB,CAACa,MAAM,CAAC,IAC/BD,UAAU,CAACI,0BAA0B,CAAC,CAAC,IAAI,IAAI,CAACC,aAAa,CAAC,CAAE,EACjE;IACA,OAAOL,UAAU,CAACwD,WAAW,CAC3B1D,KAAK,CAAC4D,GAAG,CAAChD,IAAI,IAAI;MAOhB,OAAOrB,YAAY,CAACqB,IAAI,CAAC,GAAGzB,mBAAmB,CAACyB,IAAI,CAAC,GAAGA,IAAI;IAC9D,CAAC,CACH,CAAC;EACH,CAAC,MAAM,IACJ,IAAI,CAACJ,UAAU,CAAC,YAAY,CAAC,IAC5B,CAAC,IAAI,CAACC,YAAY,CAAC,CAAC,IACpB,CAACP,UAAU,CAACO,YAAY,CAAC,CAAC,IAC3BP,UAAU,CAACQ,cAAc,CAAC,CAAC,IAAI,IAAI,CAACC,GAAG,KAAK,MAAO,EACpD;IACA,MAAMkD,IAAI,GAAG,IAAsD;IACnE,IAAIA,IAAI,CAACjD,IAAI,EAAE;MACb,MAAMA,IAAI,GAAGiD,IAAI,CAACjD,IAAI;MACtB,IAAI;QAAEsC;MAAM,CAAC,GAAG,IAAI;MAEpB,IAAIA,KAAK,CAAChB,IAAI,CAAC4B,SAAS,CAAC,CAAC,EAAE;QAC1BhF,gBAAgB,CAAC8B,IAAI,CAAC;QAEtBiD,IAAI,CAACvC,WAAW,CAACrC,cAAc,CAACJ,uBAAuB,CAAC,EAAE,EAAE+B,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;QACtEiD,IAAI,CAACF,GAAG,CAAC,aAAa,CAAC,CAA4BD,WAAW,CAAC1D,KAAK,CAAC;QACtE,OAAO,CAAC6D,IAAI,CAAC;MACf;MAEA,IAAId,4BAA4B,CAACc,IAAI,CAAC,EAAE;QACtC7D,KAAK,CAAC+D,OAAO,CAACnD,IAAI,CAAC;MACrB,CAAC,MAEI,IAAIvB,gBAAgB,CAACuB,IAAI,CAAC,IAAIlB,OAAO,CAACkB,IAAI,CAACoD,MAAM,CAAC,EAAE;QACvDhE,KAAK,CAAC+D,OAAO,CAACnD,IAAI,CAAC;QAEnBZ,KAAK,CAACa,IAAI,CAAClB,cAAc,CAAC,CAAC,CAAC;MAC9B,CAAC,MAAM,IAAIsD,0BAA0B,CAACrC,IAAI,EAAEsC,KAAK,CAAC,EAAE;QAClDlD,KAAK,CAAC+D,OAAO,CAACnD,IAAI,CAAC;QACnBZ,KAAK,CAACa,IAAI,CAAC3B,SAAS,CAAC0B,IAAI,CAACuC,IAAI,CAAC,CAAC;MAClC,CAAC,MAAM,IAAID,KAAK,CAACe,MAAM,CAACrD,IAAI,EAAE,IAAI,CAAC,EAAE;QAEnCZ,KAAK,CAACa,IAAI,CAACD,IAAI,CAAC;MAClB,CAAC,MAAM;QAGL,IAAIV,UAAU,CAACgE,QAAQ,CAAC;UAAEC,QAAQ,EAAE,IAAI;UAAExD,GAAG,EAAEC;QAAK,CAAC,CAAC,EAAE;UACtDsC,KAAK,GAAGA,KAAK,CAAC/C,MAAM;QACtB;QACA,MAAMiE,IAAI,GAAGlB,KAAK,CAACmB,6BAA6B,CAAC,CAAC;QAClDrE,KAAK,CAAC+D,OAAO,CACX5E,mBAAmB,CAIjBJ,oBAAoB,CAAC,GAAG,EAAEG,SAAS,CAACkF,IAAI,CAAC,EAAExD,IAAI,CACjD,CACF,CAAC;QACDZ,KAAK,CAACa,IAAI,CAAC1B,mBAAmB,CAACD,SAAS,CAACkF,IAAI,CAAC,CAAC,CAAC;MAClD;IACF;IAEA,OAAO,IAAI,CAACtD,+BAA+B,CAACd,KAAK,CAAC;EACpD,CAAC,MAAM,IAAIe,KAAK,CAACC,OAAO,CAAC,IAAI,CAACC,SAAS,CAAC,EAAE;IACxC,OAAO2B,qBAAqB,CAAC7C,IAAI,CAAC,IAAI,EAAEC,KAAK,CAAC;EAChD,CAAC,MAAM,IAAI,IAAI,CAACmB,kBAAkB,CAAC,CAAC,EAAE;IACpC,MAAMP,IAAI,GAAG,IAAI,CAACA,IAAmB;IACrC,MAAMQ,uBAAuB,GAC3BR,IAAI,KACH,CAAC,IAAI,CAACR,qBAAqB,CAAC,CAAC,IAC3BQ,IAAI,CAA2BS,UAAU,IAAI,IAAI,CAAC;IAEvD,IAAI,CAACC,WAAW,CAACtC,cAAc,CAACoC,uBAAuB,GAAG,CAACR,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IAEvE,OAAO,IAAI,CAAC0D,aAAa,CAAC,MAAM,EAAEtE,KAAK,CAAC;EAC1C,CAAC,MAAM;IACL,MAAM,IAAIwB,KAAK,CACb,gDAAgD,GAC9C,0DACJ,CAAC;EACH;AACF;AAMO,SAASG,iBAAiBA,CAE/B4C,SAAiB,EACjBC,WAAmB,EACnB;EACA,IAAI,CAAC,IAAI,CAACrE,MAAM,EAAE;EAElB,MAAM0B,KAAK,GAAG,IAAA4C,qBAAc,EAAC,IAAI,CAACC,GAAG,EAAE,IAAI,CAACvE,MAAM,CAAC,IAAK,EAAc;EAEtE,KAAK,MAAM,GAAG+B,IAAI,CAAC,IAAIL,KAAK,EAAE;IAC5B,IACE,OAAOK,IAAI,CAACvB,GAAG,KAAK,QAAQ,IAC5BuB,IAAI,CAACjB,SAAS,KAAK,IAAI,CAACA,SAAS,IACjCiB,IAAI,CAACvB,GAAG,IAAI4D,SAAS,EACrB;MACArC,IAAI,CAACvB,GAAG,IAAI6D,WAAW;IACzB;EACF;AACF;AAEO,SAASvE,eAAeA,CAE7BD,KAAc,EACT;EACL,IAAI,CAACA,KAAK,EAAE;IACV,OAAO,EAAE;EACX;EAEA,IAAI,CAACe,KAAK,CAACC,OAAO,CAAChB,KAAK,CAAC,EAAE;IACzBA,KAAK,GAAG,CAACA,KAAK,CAAC;EACjB;EAEA,KAAK,IAAI+B,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAG/B,KAAK,CAAC4B,MAAM,EAAEG,CAAC,EAAE,EAAE;IACrC,MAAMnB,IAAI,GAAGZ,KAAK,CAAC+B,CAAC,CAAC;IACrB,IAAI4C,GAAG;IAEP,IAAI,CAAC/D,IAAI,EAAE;MACT+D,GAAG,GAAG,gBAAgB;IACxB,CAAC,MAAM,IAAI,OAAO/D,IAAI,KAAK,QAAQ,EAAE;MACnC+D,GAAG,GAAG,4BAA4B;IACpC,CAAC,MAAM,IAAI,CAAC/D,IAAI,CAACgE,IAAI,EAAE;MACrBD,GAAG,GAAG,gBAAgB;IACxB,CAAC,MAAM,IAAI/D,IAAI,YAAYiE,cAAQ,EAAE;MACnCF,GAAG,GAAG,8CAA8C;IACtD;IAEA,IAAIA,GAAG,EAAE;MACP,MAAMC,IAAI,GAAG7D,KAAK,CAACC,OAAO,CAACJ,IAAI,CAAC,GAAG,OAAO,GAAG,OAAOA,IAAI;MACxD,MAAM,IAAIY,KAAK,CACb,aAAamD,GAAG,sBAAsB5C,CAAC,gBAAgB6C,IAAI,EAC7D,CAAC;IACH;EACF;EAEA,OAAO5E,KAAK;AACd;AAEO,SAASuB,gBAAgBA,CAE9BuD,OAAU,EACV9E,KAMS,EACT;EAEAF,yBAAgB,CAACC,IAAI,CAAC,IAAI,CAAC;EAG3BC,KAAK,GAAGC,eAAe,CAACF,IAAI,CAAC,IAAI,EAAEC,KAAK,CAAC;EAIzC,MAAMkC,IAAI,GAAG2C,cAAQ,CAAClB,GAAG,CAAC;IACxBzD,UAAU,EAAE,IAAI;IAChBC,MAAM,EAAE,IAAI,CAACS,IAAI;IACjBK,SAAS,EAAG,IAAI,CAACL,IAAI,CAAOkE,OAAO,CAAiC;IACpEA,OAAO;IACPnE,GAAG,EAAE;EACP,CAAC,CAAC,CAACoE,UAAU,CAAC,IAAI,CAAC3C,OAAO,CAAC;EAE3B,OAAOlB,sBAAsB,CAACnB,IAAI,CAChCmC,IAAI,EAEJlC,KACF,CAAC;AACH;AAEO,SAASsE,aAAaA,CAK3BQ,OAAU,EACV9E,KAMS,EACT;EACAF,yBAAgB,CAACC,IAAI,CAAC,IAAI,CAAC;EAE3B,MAAMiF,aAAa,GAAG/E,eAAe,CAACF,IAAI,CACxC,IAAI,EAEJC,KACF,CAAC;EAKD,MAAMiB,SAAS,GAAI,IAAI,CAACL,IAAI,CAAekE,OAAO,CAAa;EAC/D,MAAM5C,IAAI,GAAG2C,cAAQ,CAAClB,GAAG,CAAC;IACxBzD,UAAU,EAAE,IAAI;IAChBC,MAAM,EAAE,IAAI,CAACS,IAAI;IACjBK,SAAS,EAAEA,SAAyC;IACpD6D,OAAO;IACPnE,GAAG,EAAEM,SAAS,CAACW;EACjB,CAAC,CAAC,CAACmD,UAAU,CAAC,IAAI,CAAC3C,OAAO,CAAC;EAE3B,OAAOF,IAAI,CAAC+C,mBAAmB,CAACD,aAAa,CAAC;AAChD;AAE+C;EAM7CE,OAAO,CAACC,KAAK,GAAG,SAASA,KAAKA,CAE5BjC,KAAY,GAAG,IAAI,CAACA,KAAK,EACzB;IACA,MAAMkC,OAAO,GAAG,IAAIC,gBAAW,CAAI,IAAI,EAAEnC,KAAK,CAAC;IAC/C,OAAOkC,OAAO,CAACE,GAAG,CAAC,CAAC;EACtB,CAAC;AACH","ignoreList":[]}
|