immosquare-cleaner 0.1.64 → 0.1.66
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/lib/immosquare-cleaner.rb +53 -52
- data/lib/tasks/immosquare_cleaner.rake +17 -1
- data/linters/eslint.config.mjs +14 -0
- data/linters/rubocop/cop/custom_cops/style/font_awesome_normalization.rb +2 -0
- data/node_modules/@babel/compat-data/data/plugins.json +6 -7
- data/node_modules/@babel/compat-data/package.json +2 -2
- data/node_modules/@babel/core/lib/config/files/configuration.js +3 -0
- data/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -1
- data/node_modules/@babel/core/lib/config/files/module-types.js +74 -63
- data/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -1
- data/node_modules/@babel/core/lib/config/files/plugins.js +1 -0
- data/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -1
- data/node_modules/@babel/core/lib/config/partial.js +1 -1
- data/node_modules/@babel/core/lib/config/partial.js.map +1 -1
- data/node_modules/@babel/core/lib/index.js +1 -2
- data/node_modules/@babel/core/lib/index.js.map +1 -1
- data/node_modules/@babel/core/lib/parser/index.js.map +1 -1
- data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs +3 -1
- data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs.map +1 -1
- data/node_modules/@babel/core/lib/transformation/file/file.js +2 -4
- data/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -1
- data/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -1
- data/node_modules/@babel/core/lib/transformation/util/clone-deep.js +27 -7
- data/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -1
- data/node_modules/@babel/core/package.json +13 -14
- data/node_modules/@babel/generator/lib/generators/classes.js +7 -4
- data/node_modules/@babel/generator/lib/generators/classes.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/deprecated.js +28 -0
- data/node_modules/@babel/generator/lib/generators/deprecated.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/expressions.js +9 -3
- data/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/jsx.js +6 -1
- data/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/template-literals.js +16 -11
- data/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/types.js +0 -9
- data/node_modules/@babel/generator/lib/generators/types.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/typescript.js +36 -18
- data/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -1
- data/node_modules/@babel/generator/lib/node/parentheses.js +40 -3
- data/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -1
- data/node_modules/@babel/generator/lib/printer.js +4 -3
- data/node_modules/@babel/generator/lib/printer.js.map +1 -1
- data/node_modules/@babel/generator/package.json +5 -5
- data/node_modules/@babel/helper-compilation-targets/lib/index.js +1 -1
- data/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -1
- data/node_modules/@babel/helper-compilation-targets/package.json +2 -2
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +1 -9
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -1
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +9 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -1
- data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +1 -1
- data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -1
- data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +8 -8
- data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -1
- data/node_modules/@babel/helper-create-class-features-plugin/package.json +5 -5
- data/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -1
- data/node_modules/@babel/helper-plugin-utils/package.json +2 -2
- data/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -1
- data/node_modules/@babel/helper-replace-supers/package.json +3 -3
- data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -1
- data/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -1
- data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +1 -1
- data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -1
- data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +1 -1
- data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -1
- data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +7 -3
- data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -1
- data/node_modules/@babel/helpers/lib/helpers-generated.js +3 -3
- data/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -1
- data/node_modules/@babel/helpers/package.json +5 -5
- data/node_modules/@babel/parser/lib/index.js +426 -236
- data/node_modules/@babel/parser/lib/index.js.map +1 -1
- data/node_modules/@babel/parser/package.json +2 -2
- data/node_modules/@babel/parser/typings/babel-parser.d.ts +127 -164
- data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js +6 -0
- data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js.map +1 -1
- data/node_modules/@babel/plugin-transform-flow-strip-types/package.json +4 -4
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +3 -2
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +1 -1
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +3 -3
- data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +3 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/enum.js +24 -11
- data/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/index.js +38 -9
- data/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +2 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -1
- data/node_modules/@babel/plugin-transform-typescript/package.json +5 -5
- data/node_modules/@babel/template/lib/options.js.map +1 -1
- data/node_modules/@babel/template/lib/parse.js.map +1 -1
- data/node_modules/@babel/template/package.json +4 -4
- data/node_modules/@babel/traverse/lib/cache.js +4 -5
- data/node_modules/@babel/traverse/lib/cache.js.map +1 -1
- data/node_modules/@babel/traverse/lib/path/conversion.js +1 -2
- data/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -1
- data/node_modules/@babel/traverse/lib/path/evaluation.js +17 -0
- data/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -1
- data/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -1
- data/node_modules/@babel/traverse/lib/path/modification.js +1 -1
- data/node_modules/@babel/traverse/lib/path/modification.js.map +1 -1
- data/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -1
- data/node_modules/@babel/traverse/lib/scope/index.js +9 -2
- data/node_modules/@babel/traverse/lib/scope/index.js.map +1 -1
- data/node_modules/@babel/traverse/lib/visitors.js +1 -1
- data/node_modules/@babel/traverse/lib/visitors.js.map +1 -1
- data/node_modules/@babel/traverse/package.json +6 -6
- data/node_modules/@babel/types/lib/asserts/generated/index.js +8 -0
- data/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -1
- data/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -1
- data/node_modules/@babel/types/lib/builders/generated/index.js +22 -2858
- data/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -1
- data/node_modules/@babel/types/lib/builders/generated/lowercase.js +2886 -0
- data/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/generated/uppercase.js +267 -255
- data/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -1
- data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -1
- data/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -1
- data/node_modules/@babel/types/lib/definitions/core.js +26 -17
- data/node_modules/@babel/types/lib/definitions/core.js.map +1 -1
- data/node_modules/@babel/types/lib/definitions/flow.js +6 -3
- data/node_modules/@babel/types/lib/definitions/flow.js.map +1 -1
- data/node_modules/@babel/types/lib/definitions/jsx.js +9 -4
- data/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -1
- data/node_modules/@babel/types/lib/definitions/typescript.js +51 -26
- data/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -1
- data/node_modules/@babel/types/lib/definitions/utils.js +2 -2
- data/node_modules/@babel/types/lib/definitions/utils.js.map +1 -1
- data/node_modules/@babel/types/lib/index-legacy.d.ts +27 -7
- data/node_modules/@babel/types/lib/index.d.ts +1178 -1156
- data/node_modules/@babel/types/lib/index.js +10 -21
- data/node_modules/@babel/types/lib/index.js.flow +26 -6
- data/node_modules/@babel/types/lib/index.js.map +1 -1
- data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +9 -8
- data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -1
- data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +1 -0
- data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -1
- data/node_modules/@babel/types/lib/validators/generated/index.js +17 -0
- data/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -1
- data/node_modules/@babel/types/package.json +12 -12
- 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/{jscodeshift → 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/async-function/package.json +86 -0
- 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/browserslist/index.js +23 -4
- data/node_modules/browserslist/node.js +69 -60
- data/node_modules/browserslist/package.json +1 -1
- 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/caniuse-lite/data/agents.js +1 -1
- data/node_modules/caniuse-lite/data/browserVersions.js +1 -1
- data/node_modules/caniuse-lite/data/features/aac.js +1 -1
- data/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
- data/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
- data/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
- data/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
- data/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
- data/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
- data/node_modules/caniuse-lite/data/features/apng.js +1 -1
- data/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
- data/node_modules/caniuse-lite/data/features/array-find.js +1 -1
- data/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
- data/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
- data/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
- data/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
- data/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
- data/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
- data/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
- data/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/audio.js +1 -1
- data/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
- data/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
- data/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
- data/node_modules/caniuse-lite/data/features/av1.js +1 -1
- data/node_modules/caniuse-lite/data/features/avif.js +1 -1
- data/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
- data/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
- data/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
- data/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
- data/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
- data/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
- data/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
- data/node_modules/caniuse-lite/data/features/beacon.js +1 -1
- data/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
- data/node_modules/caniuse-lite/data/features/bigint.js +1 -1
- data/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
- data/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
- data/node_modules/caniuse-lite/data/features/border-image.js +1 -1
- data/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
- data/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
- data/node_modules/caniuse-lite/data/features/brotli.js +1 -1
- data/node_modules/caniuse-lite/data/features/calc.js +1 -1
- data/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
- data/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
- data/node_modules/caniuse-lite/data/features/canvas.js +1 -1
- data/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
- data/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
- data/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
- data/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
- data/node_modules/caniuse-lite/data/features/classlist.js +1 -1
- data/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
- data/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
- data/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
- data/node_modules/caniuse-lite/data/features/colr.js +1 -1
- data/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
- data/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
- data/node_modules/caniuse-lite/data/features/console-time.js +1 -1
- data/node_modules/caniuse-lite/data/features/const.js +1 -1
- data/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
- data/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
- data/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
- data/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
- data/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/cors.js +1 -1
- data/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
- data/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
- data/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-all.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-has.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-table.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
- data/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
- data/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
- data/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
- data/node_modules/caniuse-lite/data/features/customevent.js +1 -1
- data/node_modules/caniuse-lite/data/features/datalist.js +1 -1
- data/node_modules/caniuse-lite/data/features/dataset.js +1 -1
- data/node_modules/caniuse-lite/data/features/datauri.js +1 -1
- data/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
- data/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
- data/node_modules/caniuse-lite/data/features/decorators.js +1 -1
- data/node_modules/caniuse-lite/data/features/details.js +1 -1
- data/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
- data/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
- data/node_modules/caniuse-lite/data/features/dialog.js +1 -1
- data/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
- data/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
- data/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
- data/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
- data/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
- data/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
- data/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
- data/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
- data/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
- data/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
- data/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
- data/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
- data/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
- data/node_modules/caniuse-lite/data/features/download.js +1 -1
- data/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
- data/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
- data/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
- data/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
- data/node_modules/caniuse-lite/data/features/eme.js +1 -1
- data/node_modules/caniuse-lite/data/features/eot.js +1 -1
- data/node_modules/caniuse-lite/data/features/es5.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6.js +1 -1
- data/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
- data/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
- data/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
- data/node_modules/caniuse-lite/data/features/fetch.js +1 -1
- data/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
- data/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
- data/node_modules/caniuse-lite/data/features/filereader.js +1 -1
- data/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
- data/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
- data/node_modules/caniuse-lite/data/features/flac.js +1 -1
- data/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
- data/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
- data/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
- data/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
- data/node_modules/caniuse-lite/data/features/fontface.js +1 -1
- data/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
- data/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
- data/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
- data/node_modules/caniuse-lite/data/features/forms.js +1 -1
- data/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
- data/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
- data/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
- data/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
- data/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
- data/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
- data/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
- data/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
- data/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
- data/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
- data/node_modules/caniuse-lite/data/features/heif.js +1 -1
- data/node_modules/caniuse-lite/data/features/hevc.js +1 -1
- data/node_modules/caniuse-lite/data/features/hidden.js +1 -1
- data/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
- data/node_modules/caniuse-lite/data/features/history.js +1 -1
- data/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
- data/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
- data/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
- data/node_modules/caniuse-lite/data/features/http2.js +1 -1
- data/node_modules/caniuse-lite/data/features/http3.js +1 -1
- data/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
- data/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
- data/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
- data/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
- data/node_modules/caniuse-lite/data/features/ime.js +1 -1
- data/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
- data/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
- data/node_modules/caniuse-lite/data/features/imports.js +1 -1
- data/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
- data/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
- data/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
- data/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
- data/node_modules/caniuse-lite/data/features/innertext.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-color.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-event.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-number.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-range.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-search.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
- data/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
- data/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
- data/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
- data/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
- data/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
- data/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
- data/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
- data/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
- data/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
- data/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
- data/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
- data/node_modules/caniuse-lite/data/features/json.js +1 -1
- data/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
- data/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
- data/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
- data/node_modules/caniuse-lite/data/features/let.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
- data/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
- data/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
- data/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
- data/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
- data/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
- data/node_modules/caniuse-lite/data/features/mathml.js +1 -1
- data/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
- data/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
- data/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
- data/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
- data/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
- data/node_modules/caniuse-lite/data/features/menu.js +1 -1
- data/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
- data/node_modules/caniuse-lite/data/features/meter.js +1 -1
- data/node_modules/caniuse-lite/data/features/midi.js +1 -1
- data/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
- data/node_modules/caniuse-lite/data/features/mp3.js +1 -1
- data/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
- data/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
- data/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
- data/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
- data/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
- data/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
- data/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
- data/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
- data/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
- data/node_modules/caniuse-lite/data/features/notifications.js +1 -1
- data/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
- data/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
- data/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
- data/node_modules/caniuse-lite/data/features/object-values.js +1 -1
- data/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
- data/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
- data/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
- data/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
- data/node_modules/caniuse-lite/data/features/ogv.js +1 -1
- data/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
- data/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
- data/node_modules/caniuse-lite/data/features/online-status.js +1 -1
- data/node_modules/caniuse-lite/data/features/opus.js +1 -1
- data/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
- data/node_modules/caniuse-lite/data/features/outline.js +1 -1
- data/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
- data/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
- data/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
- data/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
- data/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
- data/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
- data/node_modules/caniuse-lite/data/features/path2d.js +1 -1
- data/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
- data/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
- data/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
- data/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
- data/node_modules/caniuse-lite/data/features/picture.js +1 -1
- data/node_modules/caniuse-lite/data/features/ping.js +1 -1
- data/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
- data/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
- data/node_modules/caniuse-lite/data/features/pointer.js +1 -1
- data/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
- data/node_modules/caniuse-lite/data/features/portals.js +1 -1
- data/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
- data/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
- data/node_modules/caniuse-lite/data/features/progress.js +1 -1
- data/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
- data/node_modules/caniuse-lite/data/features/promises.js +1 -1
- data/node_modules/caniuse-lite/data/features/proximity.js +1 -1
- data/node_modules/caniuse-lite/data/features/proxy.js +1 -1
- data/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
- data/node_modules/caniuse-lite/data/features/push-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
- data/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
- data/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
- data/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
- data/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
- data/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
- data/node_modules/caniuse-lite/data/features/rellist.js +1 -1
- data/node_modules/caniuse-lite/data/features/rem.js +1 -1
- data/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
- data/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
- data/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
- data/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
- data/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
- data/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
- data/node_modules/caniuse-lite/data/features/ruby.js +1 -1
- data/node_modules/caniuse-lite/data/features/run-in.js +1 -1
- data/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
- data/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
- data/node_modules/caniuse-lite/data/features/script-async.js +1 -1
- data/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
- data/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
- data/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
- data/node_modules/caniuse-lite/data/features/sdch.js +1 -1
- data/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/selectlist.js +1 -1
- data/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
- data/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
- data/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
- data/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
- data/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
- data/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
- data/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
- data/node_modules/caniuse-lite/data/features/sni.js +1 -1
- data/node_modules/caniuse-lite/data/features/spdy.js +1 -1
- data/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
- data/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
- data/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
- data/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
- data/node_modules/caniuse-lite/data/features/srcset.js +1 -1
- data/node_modules/caniuse-lite/data/features/stream.js +1 -1
- data/node_modules/caniuse-lite/data/features/streams.js +1 -1
- data/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
- data/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
- data/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
- data/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg.js +1 -1
- data/node_modules/caniuse-lite/data/features/sxg.js +1 -1
- data/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
- data/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
- data/node_modules/caniuse-lite/data/features/template.js +1 -1
- data/node_modules/caniuse-lite/data/features/temporal.js +1 -1
- data/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
- data/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
- data/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
- data/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
- data/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
- data/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
- data/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
- data/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
- data/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
- data/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
- data/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
- data/node_modules/caniuse-lite/data/features/touch.js +1 -1
- data/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
- data/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
- data/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
- data/node_modules/caniuse-lite/data/features/ttf.js +1 -1
- data/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
- data/node_modules/caniuse-lite/data/features/u2f.js +1 -1
- data/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
- data/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
- data/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
- data/node_modules/caniuse-lite/data/features/url.js +1 -1
- data/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
- data/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
- data/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
- data/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
- data/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
- data/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
- data/node_modules/caniuse-lite/data/features/vibration.js +1 -1
- data/node_modules/caniuse-lite/data/features/video.js +1 -1
- data/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
- data/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
- data/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
- data/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
- data/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
- data/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm.js +1 -1
- data/node_modules/caniuse-lite/data/features/wav.js +1 -1
- data/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
- data/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
- data/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
- data/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
- data/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
- data/node_modules/caniuse-lite/data/features/web-share.js +1 -1
- data/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
- data/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
- data/node_modules/caniuse-lite/data/features/webgl.js +1 -1
- data/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
- data/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
- data/node_modules/caniuse-lite/data/features/webhid.js +1 -1
- data/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
- data/node_modules/caniuse-lite/data/features/webm.js +1 -1
- data/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
- data/node_modules/caniuse-lite/data/features/webp.js +1 -1
- data/node_modules/caniuse-lite/data/features/websockets.js +1 -1
- data/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
- data/node_modules/caniuse-lite/data/features/webusb.js +1 -1
- data/node_modules/caniuse-lite/data/features/webvr.js +1 -1
- data/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
- data/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
- data/node_modules/caniuse-lite/data/features/webxr.js +1 -1
- data/node_modules/caniuse-lite/data/features/will-change.js +1 -1
- data/node_modules/caniuse-lite/data/features/woff.js +1 -1
- data/node_modules/caniuse-lite/data/features/woff2.js +1 -1
- data/node_modules/caniuse-lite/data/features/word-break.js +1 -1
- data/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
- data/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
- data/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
- data/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
- data/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
- data/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
- data/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
- data/node_modules/caniuse-lite/data/features/zstd.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AX.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BB.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CV.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CX.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/DE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/DK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/DM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/DO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/EC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/EE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/EG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ER.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ES.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ET.js +1 -1
- data/node_modules/caniuse-lite/data/regions/FI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/FK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/FM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/FO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/FR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GB.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GP.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/HK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/HN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/HR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/HT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/HU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ID.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/JE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/JM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/JO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/JP.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KP.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LB.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LV.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ME.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ML.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MP.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MV.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MX.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NP.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/OM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/QA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/RE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/RO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/RS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/RU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/RW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SB.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ST.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SV.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TV.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/UA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/UG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/US.js +1 -1
- data/node_modules/caniuse-lite/data/regions/UY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/WF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/WS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/YE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/YT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
- data/node_modules/caniuse-lite/package.json +1 -1
- data/node_modules/electron-to-chromium/chromium-versions.js +4 -1
- data/node_modules/electron-to-chromium/chromium-versions.json +1 -1
- data/node_modules/electron-to-chromium/full-chromium-versions.js +75 -3
- data/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
- data/node_modules/electron-to-chromium/full-versions.js +45 -1
- data/node_modules/electron-to-chromium/full-versions.json +1 -1
- data/node_modules/electron-to-chromium/package.json +1 -1
- data/node_modules/electron-to-chromium/versions.js +8 -1
- data/node_modules/electron-to-chromium/versions.json +1 -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/eslint-plugin-erb/LICENSE +21 -0
- 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/flow-parser/flow_parser.js +5550 -5530
- data/node_modules/flow-parser/package.json +1 -1
- 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/recast/lib/lines.d.ts +2 -2
- data/node_modules/recast/lib/printer.js +17 -5
- data/node_modules/recast/package.json +1 -1
- 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/update-browserslist-db/index.js +5 -7
- data/node_modules/update-browserslist-db/package.json +2 -2
- 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
- data/package.json +1 -1
- metadata +39 -196
- data/linters/jscodeshift/arrow-function-transform.js +0 -42
- data/node_modules/.bin/jscodeshift +0 -1
- data/node_modules/@babel/eslint-parser/LICENSE +0 -22
- data/node_modules/@babel/eslint-parser/README.md +0 -142
- data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs +0 -322
- data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/client.cjs +0 -106
- data/node_modules/@babel/eslint-parser/lib/client.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/configuration.cjs +0 -23
- data/node_modules/@babel/eslint-parser/lib/configuration.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs +0 -134
- data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs +0 -10
- data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs +0 -159
- data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/convert/index.cjs +0 -25
- data/node_modules/@babel/eslint-parser/lib/convert/index.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs +0 -32
- data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/index.cjs +0 -32
- data/node_modules/@babel/eslint-parser/lib/index.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/parse.cjs +0 -37
- data/node_modules/@babel/eslint-parser/lib/parse.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs +0 -5
- data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs +0 -37
- data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs +0 -21
- data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs +0 -91
- data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs +0 -11
- data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs +0 -32
- data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/index.cjs +0 -39
- data/node_modules/@babel/eslint-parser/lib/worker/index.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs +0 -48
- data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/CHANGELOG.md +0 -36
- data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/LICENSE +0 -201
- data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/README.md +0 -98
- data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/index.js +0 -81
- data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/visitor-keys.json +0 -289
- data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/package.json +0 -39
- data/node_modules/@babel/eslint-parser/node_modules/semver/LICENSE +0 -15
- data/node_modules/@babel/eslint-parser/node_modules/semver/README.md +0 -443
- data/node_modules/@babel/eslint-parser/node_modules/semver/bin/semver.js +0 -174
- data/node_modules/@babel/eslint-parser/node_modules/semver/package.json +0 -38
- data/node_modules/@babel/eslint-parser/node_modules/semver/range.bnf +0 -16
- data/node_modules/@babel/eslint-parser/node_modules/semver/semver.js +0 -1643
- data/node_modules/@babel/eslint-parser/package.json +0 -53
- data/node_modules/@babel/eslint-parser/types.d.cts +0 -9
- data/node_modules/@babel/plugin-proposal-decorators/LICENSE +0 -22
- data/node_modules/@babel/plugin-proposal-decorators/README.md +0 -19
- data/node_modules/@babel/plugin-proposal-decorators/lib/index.js +0 -41
- data/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +0 -165
- data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +0 -1
- data/node_modules/@babel/plugin-proposal-decorators/package.json +0 -42
- data/node_modules/@babel/plugin-syntax-decorators/LICENSE +0 -22
- data/node_modules/@babel/plugin-syntax-decorators/README.md +0 -19
- data/node_modules/@babel/plugin-syntax-decorators/lib/index.js +0 -81
- data/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-syntax-decorators/package.json +0 -33
- data/node_modules/@babel/plugin-transform-react-display-name/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-react-display-name/README.md +0 -19
- data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js +0 -92
- data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-react-display-name/package.json +0 -34
- data/node_modules/@babel/plugin-transform-react-jsx/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-react-jsx/README.md +0 -19
- data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js +0 -505
- data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js.map +0 -1
- data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js +0 -13
- data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js.map +0 -1
- data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js +0 -13
- data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-react-jsx/package.json +0 -39
- data/node_modules/@babel/plugin-transform-react-jsx-development/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-react-jsx-development/README.md +0 -19
- data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js +0 -10
- data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-react-jsx-development/package.json +0 -33
- data/node_modules/@babel/plugin-transform-react-pure-annotations/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-react-pure-annotations/README.md +0 -19
- data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js +0 -49
- data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-react-pure-annotations/package.json +0 -34
- data/node_modules/@babel/preset-react/LICENSE +0 -22
- data/node_modules/@babel/preset-react/README.md +0 -19
- data/node_modules/@babel/preset-react/lib/index.js +0 -79
- data/node_modules/@babel/preset-react/lib/index.js.map +0 -1
- data/node_modules/@babel/preset-react/package.json +0 -37
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/LICENSE +0 -7
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/index.js +0 -8
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/CHANGELOG.md +0 -70
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/LICENSE +0 -22
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/README.md +0 -54
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/definition.js +0 -86
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/index.js +0 -165
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/pattern-visitor.js +0 -152
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/reference.js +0 -167
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/referencer.js +0 -629
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope-manager.js +0 -247
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope.js +0 -748
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/variable.js +0 -88
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/LICENSE.BSD +0 -19
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/README.md +0 -153
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/estraverse.js +0 -782
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/gulpfile.js +0 -70
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/package.json +0 -40
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/package.json +0 -48
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/package.json +0 -14
- data/node_modules/flatted/python/test.py +0 -63
- 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/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/typescript/lib/cancellationToken.js +0 -90
@@ -6,1527 +6,1539 @@ Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
Object.defineProperty(exports, "AnyTypeAnnotation", {
|
7
7
|
enumerable: true,
|
8
8
|
get: function () {
|
9
|
-
return
|
9
|
+
return _lowercase.anyTypeAnnotation;
|
10
10
|
}
|
11
11
|
});
|
12
12
|
Object.defineProperty(exports, "ArgumentPlaceholder", {
|
13
13
|
enumerable: true,
|
14
14
|
get: function () {
|
15
|
-
return
|
15
|
+
return _lowercase.argumentPlaceholder;
|
16
16
|
}
|
17
17
|
});
|
18
18
|
Object.defineProperty(exports, "ArrayExpression", {
|
19
19
|
enumerable: true,
|
20
20
|
get: function () {
|
21
|
-
return
|
21
|
+
return _lowercase.arrayExpression;
|
22
22
|
}
|
23
23
|
});
|
24
24
|
Object.defineProperty(exports, "ArrayPattern", {
|
25
25
|
enumerable: true,
|
26
26
|
get: function () {
|
27
|
-
return
|
27
|
+
return _lowercase.arrayPattern;
|
28
28
|
}
|
29
29
|
});
|
30
30
|
Object.defineProperty(exports, "ArrayTypeAnnotation", {
|
31
31
|
enumerable: true,
|
32
32
|
get: function () {
|
33
|
-
return
|
33
|
+
return _lowercase.arrayTypeAnnotation;
|
34
34
|
}
|
35
35
|
});
|
36
36
|
Object.defineProperty(exports, "ArrowFunctionExpression", {
|
37
37
|
enumerable: true,
|
38
38
|
get: function () {
|
39
|
-
return
|
39
|
+
return _lowercase.arrowFunctionExpression;
|
40
40
|
}
|
41
41
|
});
|
42
42
|
Object.defineProperty(exports, "AssignmentExpression", {
|
43
43
|
enumerable: true,
|
44
44
|
get: function () {
|
45
|
-
return
|
45
|
+
return _lowercase.assignmentExpression;
|
46
46
|
}
|
47
47
|
});
|
48
48
|
Object.defineProperty(exports, "AssignmentPattern", {
|
49
49
|
enumerable: true,
|
50
50
|
get: function () {
|
51
|
-
return
|
51
|
+
return _lowercase.assignmentPattern;
|
52
52
|
}
|
53
53
|
});
|
54
54
|
Object.defineProperty(exports, "AwaitExpression", {
|
55
55
|
enumerable: true,
|
56
56
|
get: function () {
|
57
|
-
return
|
57
|
+
return _lowercase.awaitExpression;
|
58
58
|
}
|
59
59
|
});
|
60
60
|
Object.defineProperty(exports, "BigIntLiteral", {
|
61
61
|
enumerable: true,
|
62
62
|
get: function () {
|
63
|
-
return
|
63
|
+
return _lowercase.bigIntLiteral;
|
64
64
|
}
|
65
65
|
});
|
66
66
|
Object.defineProperty(exports, "BinaryExpression", {
|
67
67
|
enumerable: true,
|
68
68
|
get: function () {
|
69
|
-
return
|
69
|
+
return _lowercase.binaryExpression;
|
70
70
|
}
|
71
71
|
});
|
72
72
|
Object.defineProperty(exports, "BindExpression", {
|
73
73
|
enumerable: true,
|
74
74
|
get: function () {
|
75
|
-
return
|
75
|
+
return _lowercase.bindExpression;
|
76
76
|
}
|
77
77
|
});
|
78
78
|
Object.defineProperty(exports, "BlockStatement", {
|
79
79
|
enumerable: true,
|
80
80
|
get: function () {
|
81
|
-
return
|
81
|
+
return _lowercase.blockStatement;
|
82
82
|
}
|
83
83
|
});
|
84
84
|
Object.defineProperty(exports, "BooleanLiteral", {
|
85
85
|
enumerable: true,
|
86
86
|
get: function () {
|
87
|
-
return
|
87
|
+
return _lowercase.booleanLiteral;
|
88
88
|
}
|
89
89
|
});
|
90
90
|
Object.defineProperty(exports, "BooleanLiteralTypeAnnotation", {
|
91
91
|
enumerable: true,
|
92
92
|
get: function () {
|
93
|
-
return
|
93
|
+
return _lowercase.booleanLiteralTypeAnnotation;
|
94
94
|
}
|
95
95
|
});
|
96
96
|
Object.defineProperty(exports, "BooleanTypeAnnotation", {
|
97
97
|
enumerable: true,
|
98
98
|
get: function () {
|
99
|
-
return
|
99
|
+
return _lowercase.booleanTypeAnnotation;
|
100
100
|
}
|
101
101
|
});
|
102
102
|
Object.defineProperty(exports, "BreakStatement", {
|
103
103
|
enumerable: true,
|
104
104
|
get: function () {
|
105
|
-
return
|
105
|
+
return _lowercase.breakStatement;
|
106
106
|
}
|
107
107
|
});
|
108
108
|
Object.defineProperty(exports, "CallExpression", {
|
109
109
|
enumerable: true,
|
110
110
|
get: function () {
|
111
|
-
return
|
111
|
+
return _lowercase.callExpression;
|
112
112
|
}
|
113
113
|
});
|
114
114
|
Object.defineProperty(exports, "CatchClause", {
|
115
115
|
enumerable: true,
|
116
116
|
get: function () {
|
117
|
-
return
|
117
|
+
return _lowercase.catchClause;
|
118
118
|
}
|
119
119
|
});
|
120
120
|
Object.defineProperty(exports, "ClassAccessorProperty", {
|
121
121
|
enumerable: true,
|
122
122
|
get: function () {
|
123
|
-
return
|
123
|
+
return _lowercase.classAccessorProperty;
|
124
124
|
}
|
125
125
|
});
|
126
126
|
Object.defineProperty(exports, "ClassBody", {
|
127
127
|
enumerable: true,
|
128
128
|
get: function () {
|
129
|
-
return
|
129
|
+
return _lowercase.classBody;
|
130
130
|
}
|
131
131
|
});
|
132
132
|
Object.defineProperty(exports, "ClassDeclaration", {
|
133
133
|
enumerable: true,
|
134
134
|
get: function () {
|
135
|
-
return
|
135
|
+
return _lowercase.classDeclaration;
|
136
136
|
}
|
137
137
|
});
|
138
138
|
Object.defineProperty(exports, "ClassExpression", {
|
139
139
|
enumerable: true,
|
140
140
|
get: function () {
|
141
|
-
return
|
141
|
+
return _lowercase.classExpression;
|
142
142
|
}
|
143
143
|
});
|
144
144
|
Object.defineProperty(exports, "ClassImplements", {
|
145
145
|
enumerable: true,
|
146
146
|
get: function () {
|
147
|
-
return
|
147
|
+
return _lowercase.classImplements;
|
148
148
|
}
|
149
149
|
});
|
150
150
|
Object.defineProperty(exports, "ClassMethod", {
|
151
151
|
enumerable: true,
|
152
152
|
get: function () {
|
153
|
-
return
|
153
|
+
return _lowercase.classMethod;
|
154
154
|
}
|
155
155
|
});
|
156
156
|
Object.defineProperty(exports, "ClassPrivateMethod", {
|
157
157
|
enumerable: true,
|
158
158
|
get: function () {
|
159
|
-
return
|
159
|
+
return _lowercase.classPrivateMethod;
|
160
160
|
}
|
161
161
|
});
|
162
162
|
Object.defineProperty(exports, "ClassPrivateProperty", {
|
163
163
|
enumerable: true,
|
164
164
|
get: function () {
|
165
|
-
return
|
165
|
+
return _lowercase.classPrivateProperty;
|
166
166
|
}
|
167
167
|
});
|
168
168
|
Object.defineProperty(exports, "ClassProperty", {
|
169
169
|
enumerable: true,
|
170
170
|
get: function () {
|
171
|
-
return
|
171
|
+
return _lowercase.classProperty;
|
172
172
|
}
|
173
173
|
});
|
174
174
|
Object.defineProperty(exports, "ConditionalExpression", {
|
175
175
|
enumerable: true,
|
176
176
|
get: function () {
|
177
|
-
return
|
177
|
+
return _lowercase.conditionalExpression;
|
178
178
|
}
|
179
179
|
});
|
180
180
|
Object.defineProperty(exports, "ContinueStatement", {
|
181
181
|
enumerable: true,
|
182
182
|
get: function () {
|
183
|
-
return
|
183
|
+
return _lowercase.continueStatement;
|
184
184
|
}
|
185
185
|
});
|
186
186
|
Object.defineProperty(exports, "DebuggerStatement", {
|
187
187
|
enumerable: true,
|
188
188
|
get: function () {
|
189
|
-
return
|
189
|
+
return _lowercase.debuggerStatement;
|
190
190
|
}
|
191
191
|
});
|
192
192
|
Object.defineProperty(exports, "DecimalLiteral", {
|
193
193
|
enumerable: true,
|
194
194
|
get: function () {
|
195
|
-
return
|
195
|
+
return _lowercase.decimalLiteral;
|
196
196
|
}
|
197
197
|
});
|
198
198
|
Object.defineProperty(exports, "DeclareClass", {
|
199
199
|
enumerable: true,
|
200
200
|
get: function () {
|
201
|
-
return
|
201
|
+
return _lowercase.declareClass;
|
202
202
|
}
|
203
203
|
});
|
204
204
|
Object.defineProperty(exports, "DeclareExportAllDeclaration", {
|
205
205
|
enumerable: true,
|
206
206
|
get: function () {
|
207
|
-
return
|
207
|
+
return _lowercase.declareExportAllDeclaration;
|
208
208
|
}
|
209
209
|
});
|
210
210
|
Object.defineProperty(exports, "DeclareExportDeclaration", {
|
211
211
|
enumerable: true,
|
212
212
|
get: function () {
|
213
|
-
return
|
213
|
+
return _lowercase.declareExportDeclaration;
|
214
214
|
}
|
215
215
|
});
|
216
216
|
Object.defineProperty(exports, "DeclareFunction", {
|
217
217
|
enumerable: true,
|
218
218
|
get: function () {
|
219
|
-
return
|
219
|
+
return _lowercase.declareFunction;
|
220
220
|
}
|
221
221
|
});
|
222
222
|
Object.defineProperty(exports, "DeclareInterface", {
|
223
223
|
enumerable: true,
|
224
224
|
get: function () {
|
225
|
-
return
|
225
|
+
return _lowercase.declareInterface;
|
226
226
|
}
|
227
227
|
});
|
228
228
|
Object.defineProperty(exports, "DeclareModule", {
|
229
229
|
enumerable: true,
|
230
230
|
get: function () {
|
231
|
-
return
|
231
|
+
return _lowercase.declareModule;
|
232
232
|
}
|
233
233
|
});
|
234
234
|
Object.defineProperty(exports, "DeclareModuleExports", {
|
235
235
|
enumerable: true,
|
236
236
|
get: function () {
|
237
|
-
return
|
237
|
+
return _lowercase.declareModuleExports;
|
238
238
|
}
|
239
239
|
});
|
240
240
|
Object.defineProperty(exports, "DeclareOpaqueType", {
|
241
241
|
enumerable: true,
|
242
242
|
get: function () {
|
243
|
-
return
|
243
|
+
return _lowercase.declareOpaqueType;
|
244
244
|
}
|
245
245
|
});
|
246
246
|
Object.defineProperty(exports, "DeclareTypeAlias", {
|
247
247
|
enumerable: true,
|
248
248
|
get: function () {
|
249
|
-
return
|
249
|
+
return _lowercase.declareTypeAlias;
|
250
250
|
}
|
251
251
|
});
|
252
252
|
Object.defineProperty(exports, "DeclareVariable", {
|
253
253
|
enumerable: true,
|
254
254
|
get: function () {
|
255
|
-
return
|
255
|
+
return _lowercase.declareVariable;
|
256
256
|
}
|
257
257
|
});
|
258
258
|
Object.defineProperty(exports, "DeclaredPredicate", {
|
259
259
|
enumerable: true,
|
260
260
|
get: function () {
|
261
|
-
return
|
261
|
+
return _lowercase.declaredPredicate;
|
262
262
|
}
|
263
263
|
});
|
264
264
|
Object.defineProperty(exports, "Decorator", {
|
265
265
|
enumerable: true,
|
266
266
|
get: function () {
|
267
|
-
return
|
267
|
+
return _lowercase.decorator;
|
268
268
|
}
|
269
269
|
});
|
270
270
|
Object.defineProperty(exports, "Directive", {
|
271
271
|
enumerable: true,
|
272
272
|
get: function () {
|
273
|
-
return
|
273
|
+
return _lowercase.directive;
|
274
274
|
}
|
275
275
|
});
|
276
276
|
Object.defineProperty(exports, "DirectiveLiteral", {
|
277
277
|
enumerable: true,
|
278
278
|
get: function () {
|
279
|
-
return
|
279
|
+
return _lowercase.directiveLiteral;
|
280
280
|
}
|
281
281
|
});
|
282
282
|
Object.defineProperty(exports, "DoExpression", {
|
283
283
|
enumerable: true,
|
284
284
|
get: function () {
|
285
|
-
return
|
285
|
+
return _lowercase.doExpression;
|
286
286
|
}
|
287
287
|
});
|
288
288
|
Object.defineProperty(exports, "DoWhileStatement", {
|
289
289
|
enumerable: true,
|
290
290
|
get: function () {
|
291
|
-
return
|
291
|
+
return _lowercase.doWhileStatement;
|
292
292
|
}
|
293
293
|
});
|
294
294
|
Object.defineProperty(exports, "EmptyStatement", {
|
295
295
|
enumerable: true,
|
296
296
|
get: function () {
|
297
|
-
return
|
297
|
+
return _lowercase.emptyStatement;
|
298
298
|
}
|
299
299
|
});
|
300
300
|
Object.defineProperty(exports, "EmptyTypeAnnotation", {
|
301
301
|
enumerable: true,
|
302
302
|
get: function () {
|
303
|
-
return
|
303
|
+
return _lowercase.emptyTypeAnnotation;
|
304
304
|
}
|
305
305
|
});
|
306
306
|
Object.defineProperty(exports, "EnumBooleanBody", {
|
307
307
|
enumerable: true,
|
308
308
|
get: function () {
|
309
|
-
return
|
309
|
+
return _lowercase.enumBooleanBody;
|
310
310
|
}
|
311
311
|
});
|
312
312
|
Object.defineProperty(exports, "EnumBooleanMember", {
|
313
313
|
enumerable: true,
|
314
314
|
get: function () {
|
315
|
-
return
|
315
|
+
return _lowercase.enumBooleanMember;
|
316
316
|
}
|
317
317
|
});
|
318
318
|
Object.defineProperty(exports, "EnumDeclaration", {
|
319
319
|
enumerable: true,
|
320
320
|
get: function () {
|
321
|
-
return
|
321
|
+
return _lowercase.enumDeclaration;
|
322
322
|
}
|
323
323
|
});
|
324
324
|
Object.defineProperty(exports, "EnumDefaultedMember", {
|
325
325
|
enumerable: true,
|
326
326
|
get: function () {
|
327
|
-
return
|
327
|
+
return _lowercase.enumDefaultedMember;
|
328
328
|
}
|
329
329
|
});
|
330
330
|
Object.defineProperty(exports, "EnumNumberBody", {
|
331
331
|
enumerable: true,
|
332
332
|
get: function () {
|
333
|
-
return
|
333
|
+
return _lowercase.enumNumberBody;
|
334
334
|
}
|
335
335
|
});
|
336
336
|
Object.defineProperty(exports, "EnumNumberMember", {
|
337
337
|
enumerable: true,
|
338
338
|
get: function () {
|
339
|
-
return
|
339
|
+
return _lowercase.enumNumberMember;
|
340
340
|
}
|
341
341
|
});
|
342
342
|
Object.defineProperty(exports, "EnumStringBody", {
|
343
343
|
enumerable: true,
|
344
344
|
get: function () {
|
345
|
-
return
|
345
|
+
return _lowercase.enumStringBody;
|
346
346
|
}
|
347
347
|
});
|
348
348
|
Object.defineProperty(exports, "EnumStringMember", {
|
349
349
|
enumerable: true,
|
350
350
|
get: function () {
|
351
|
-
return
|
351
|
+
return _lowercase.enumStringMember;
|
352
352
|
}
|
353
353
|
});
|
354
354
|
Object.defineProperty(exports, "EnumSymbolBody", {
|
355
355
|
enumerable: true,
|
356
356
|
get: function () {
|
357
|
-
return
|
357
|
+
return _lowercase.enumSymbolBody;
|
358
358
|
}
|
359
359
|
});
|
360
360
|
Object.defineProperty(exports, "ExistsTypeAnnotation", {
|
361
361
|
enumerable: true,
|
362
362
|
get: function () {
|
363
|
-
return
|
363
|
+
return _lowercase.existsTypeAnnotation;
|
364
364
|
}
|
365
365
|
});
|
366
366
|
Object.defineProperty(exports, "ExportAllDeclaration", {
|
367
367
|
enumerable: true,
|
368
368
|
get: function () {
|
369
|
-
return
|
369
|
+
return _lowercase.exportAllDeclaration;
|
370
370
|
}
|
371
371
|
});
|
372
372
|
Object.defineProperty(exports, "ExportDefaultDeclaration", {
|
373
373
|
enumerable: true,
|
374
374
|
get: function () {
|
375
|
-
return
|
375
|
+
return _lowercase.exportDefaultDeclaration;
|
376
376
|
}
|
377
377
|
});
|
378
378
|
Object.defineProperty(exports, "ExportDefaultSpecifier", {
|
379
379
|
enumerable: true,
|
380
380
|
get: function () {
|
381
|
-
return
|
381
|
+
return _lowercase.exportDefaultSpecifier;
|
382
382
|
}
|
383
383
|
});
|
384
384
|
Object.defineProperty(exports, "ExportNamedDeclaration", {
|
385
385
|
enumerable: true,
|
386
386
|
get: function () {
|
387
|
-
return
|
387
|
+
return _lowercase.exportNamedDeclaration;
|
388
388
|
}
|
389
389
|
});
|
390
390
|
Object.defineProperty(exports, "ExportNamespaceSpecifier", {
|
391
391
|
enumerable: true,
|
392
392
|
get: function () {
|
393
|
-
return
|
393
|
+
return _lowercase.exportNamespaceSpecifier;
|
394
394
|
}
|
395
395
|
});
|
396
396
|
Object.defineProperty(exports, "ExportSpecifier", {
|
397
397
|
enumerable: true,
|
398
398
|
get: function () {
|
399
|
-
return
|
399
|
+
return _lowercase.exportSpecifier;
|
400
400
|
}
|
401
401
|
});
|
402
402
|
Object.defineProperty(exports, "ExpressionStatement", {
|
403
403
|
enumerable: true,
|
404
404
|
get: function () {
|
405
|
-
return
|
405
|
+
return _lowercase.expressionStatement;
|
406
406
|
}
|
407
407
|
});
|
408
408
|
Object.defineProperty(exports, "File", {
|
409
409
|
enumerable: true,
|
410
410
|
get: function () {
|
411
|
-
return
|
411
|
+
return _lowercase.file;
|
412
412
|
}
|
413
413
|
});
|
414
414
|
Object.defineProperty(exports, "ForInStatement", {
|
415
415
|
enumerable: true,
|
416
416
|
get: function () {
|
417
|
-
return
|
417
|
+
return _lowercase.forInStatement;
|
418
418
|
}
|
419
419
|
});
|
420
420
|
Object.defineProperty(exports, "ForOfStatement", {
|
421
421
|
enumerable: true,
|
422
422
|
get: function () {
|
423
|
-
return
|
423
|
+
return _lowercase.forOfStatement;
|
424
424
|
}
|
425
425
|
});
|
426
426
|
Object.defineProperty(exports, "ForStatement", {
|
427
427
|
enumerable: true,
|
428
428
|
get: function () {
|
429
|
-
return
|
429
|
+
return _lowercase.forStatement;
|
430
430
|
}
|
431
431
|
});
|
432
432
|
Object.defineProperty(exports, "FunctionDeclaration", {
|
433
433
|
enumerable: true,
|
434
434
|
get: function () {
|
435
|
-
return
|
435
|
+
return _lowercase.functionDeclaration;
|
436
436
|
}
|
437
437
|
});
|
438
438
|
Object.defineProperty(exports, "FunctionExpression", {
|
439
439
|
enumerable: true,
|
440
440
|
get: function () {
|
441
|
-
return
|
441
|
+
return _lowercase.functionExpression;
|
442
442
|
}
|
443
443
|
});
|
444
444
|
Object.defineProperty(exports, "FunctionTypeAnnotation", {
|
445
445
|
enumerable: true,
|
446
446
|
get: function () {
|
447
|
-
return
|
447
|
+
return _lowercase.functionTypeAnnotation;
|
448
448
|
}
|
449
449
|
});
|
450
450
|
Object.defineProperty(exports, "FunctionTypeParam", {
|
451
451
|
enumerable: true,
|
452
452
|
get: function () {
|
453
|
-
return
|
453
|
+
return _lowercase.functionTypeParam;
|
454
454
|
}
|
455
455
|
});
|
456
456
|
Object.defineProperty(exports, "GenericTypeAnnotation", {
|
457
457
|
enumerable: true,
|
458
458
|
get: function () {
|
459
|
-
return
|
459
|
+
return _lowercase.genericTypeAnnotation;
|
460
460
|
}
|
461
461
|
});
|
462
462
|
Object.defineProperty(exports, "Identifier", {
|
463
463
|
enumerable: true,
|
464
464
|
get: function () {
|
465
|
-
return
|
465
|
+
return _lowercase.identifier;
|
466
466
|
}
|
467
467
|
});
|
468
468
|
Object.defineProperty(exports, "IfStatement", {
|
469
469
|
enumerable: true,
|
470
470
|
get: function () {
|
471
|
-
return
|
471
|
+
return _lowercase.ifStatement;
|
472
472
|
}
|
473
473
|
});
|
474
474
|
Object.defineProperty(exports, "Import", {
|
475
475
|
enumerable: true,
|
476
476
|
get: function () {
|
477
|
-
return
|
477
|
+
return _lowercase.import;
|
478
478
|
}
|
479
479
|
});
|
480
480
|
Object.defineProperty(exports, "ImportAttribute", {
|
481
481
|
enumerable: true,
|
482
482
|
get: function () {
|
483
|
-
return
|
483
|
+
return _lowercase.importAttribute;
|
484
484
|
}
|
485
485
|
});
|
486
486
|
Object.defineProperty(exports, "ImportDeclaration", {
|
487
487
|
enumerable: true,
|
488
488
|
get: function () {
|
489
|
-
return
|
489
|
+
return _lowercase.importDeclaration;
|
490
490
|
}
|
491
491
|
});
|
492
492
|
Object.defineProperty(exports, "ImportDefaultSpecifier", {
|
493
493
|
enumerable: true,
|
494
494
|
get: function () {
|
495
|
-
return
|
495
|
+
return _lowercase.importDefaultSpecifier;
|
496
496
|
}
|
497
497
|
});
|
498
498
|
Object.defineProperty(exports, "ImportExpression", {
|
499
499
|
enumerable: true,
|
500
500
|
get: function () {
|
501
|
-
return
|
501
|
+
return _lowercase.importExpression;
|
502
502
|
}
|
503
503
|
});
|
504
504
|
Object.defineProperty(exports, "ImportNamespaceSpecifier", {
|
505
505
|
enumerable: true,
|
506
506
|
get: function () {
|
507
|
-
return
|
507
|
+
return _lowercase.importNamespaceSpecifier;
|
508
508
|
}
|
509
509
|
});
|
510
510
|
Object.defineProperty(exports, "ImportSpecifier", {
|
511
511
|
enumerable: true,
|
512
512
|
get: function () {
|
513
|
-
return
|
513
|
+
return _lowercase.importSpecifier;
|
514
514
|
}
|
515
515
|
});
|
516
516
|
Object.defineProperty(exports, "IndexedAccessType", {
|
517
517
|
enumerable: true,
|
518
518
|
get: function () {
|
519
|
-
return
|
519
|
+
return _lowercase.indexedAccessType;
|
520
520
|
}
|
521
521
|
});
|
522
522
|
Object.defineProperty(exports, "InferredPredicate", {
|
523
523
|
enumerable: true,
|
524
524
|
get: function () {
|
525
|
-
return
|
525
|
+
return _lowercase.inferredPredicate;
|
526
526
|
}
|
527
527
|
});
|
528
528
|
Object.defineProperty(exports, "InterfaceDeclaration", {
|
529
529
|
enumerable: true,
|
530
530
|
get: function () {
|
531
|
-
return
|
531
|
+
return _lowercase.interfaceDeclaration;
|
532
532
|
}
|
533
533
|
});
|
534
534
|
Object.defineProperty(exports, "InterfaceExtends", {
|
535
535
|
enumerable: true,
|
536
536
|
get: function () {
|
537
|
-
return
|
537
|
+
return _lowercase.interfaceExtends;
|
538
538
|
}
|
539
539
|
});
|
540
540
|
Object.defineProperty(exports, "InterfaceTypeAnnotation", {
|
541
541
|
enumerable: true,
|
542
542
|
get: function () {
|
543
|
-
return
|
543
|
+
return _lowercase.interfaceTypeAnnotation;
|
544
544
|
}
|
545
545
|
});
|
546
546
|
Object.defineProperty(exports, "InterpreterDirective", {
|
547
547
|
enumerable: true,
|
548
548
|
get: function () {
|
549
|
-
return
|
549
|
+
return _lowercase.interpreterDirective;
|
550
550
|
}
|
551
551
|
});
|
552
552
|
Object.defineProperty(exports, "IntersectionTypeAnnotation", {
|
553
553
|
enumerable: true,
|
554
554
|
get: function () {
|
555
|
-
return
|
555
|
+
return _lowercase.intersectionTypeAnnotation;
|
556
556
|
}
|
557
557
|
});
|
558
558
|
Object.defineProperty(exports, "JSXAttribute", {
|
559
559
|
enumerable: true,
|
560
560
|
get: function () {
|
561
|
-
return
|
561
|
+
return _lowercase.jsxAttribute;
|
562
562
|
}
|
563
563
|
});
|
564
564
|
Object.defineProperty(exports, "JSXClosingElement", {
|
565
565
|
enumerable: true,
|
566
566
|
get: function () {
|
567
|
-
return
|
567
|
+
return _lowercase.jsxClosingElement;
|
568
568
|
}
|
569
569
|
});
|
570
570
|
Object.defineProperty(exports, "JSXClosingFragment", {
|
571
571
|
enumerable: true,
|
572
572
|
get: function () {
|
573
|
-
return
|
573
|
+
return _lowercase.jsxClosingFragment;
|
574
574
|
}
|
575
575
|
});
|
576
576
|
Object.defineProperty(exports, "JSXElement", {
|
577
577
|
enumerable: true,
|
578
578
|
get: function () {
|
579
|
-
return
|
579
|
+
return _lowercase.jsxElement;
|
580
580
|
}
|
581
581
|
});
|
582
582
|
Object.defineProperty(exports, "JSXEmptyExpression", {
|
583
583
|
enumerable: true,
|
584
584
|
get: function () {
|
585
|
-
return
|
585
|
+
return _lowercase.jsxEmptyExpression;
|
586
586
|
}
|
587
587
|
});
|
588
588
|
Object.defineProperty(exports, "JSXExpressionContainer", {
|
589
589
|
enumerable: true,
|
590
590
|
get: function () {
|
591
|
-
return
|
591
|
+
return _lowercase.jsxExpressionContainer;
|
592
592
|
}
|
593
593
|
});
|
594
594
|
Object.defineProperty(exports, "JSXFragment", {
|
595
595
|
enumerable: true,
|
596
596
|
get: function () {
|
597
|
-
return
|
597
|
+
return _lowercase.jsxFragment;
|
598
598
|
}
|
599
599
|
});
|
600
600
|
Object.defineProperty(exports, "JSXIdentifier", {
|
601
601
|
enumerable: true,
|
602
602
|
get: function () {
|
603
|
-
return
|
603
|
+
return _lowercase.jsxIdentifier;
|
604
604
|
}
|
605
605
|
});
|
606
606
|
Object.defineProperty(exports, "JSXMemberExpression", {
|
607
607
|
enumerable: true,
|
608
608
|
get: function () {
|
609
|
-
return
|
609
|
+
return _lowercase.jsxMemberExpression;
|
610
610
|
}
|
611
611
|
});
|
612
612
|
Object.defineProperty(exports, "JSXNamespacedName", {
|
613
613
|
enumerable: true,
|
614
614
|
get: function () {
|
615
|
-
return
|
615
|
+
return _lowercase.jsxNamespacedName;
|
616
616
|
}
|
617
617
|
});
|
618
618
|
Object.defineProperty(exports, "JSXOpeningElement", {
|
619
619
|
enumerable: true,
|
620
620
|
get: function () {
|
621
|
-
return
|
621
|
+
return _lowercase.jsxOpeningElement;
|
622
622
|
}
|
623
623
|
});
|
624
624
|
Object.defineProperty(exports, "JSXOpeningFragment", {
|
625
625
|
enumerable: true,
|
626
626
|
get: function () {
|
627
|
-
return
|
627
|
+
return _lowercase.jsxOpeningFragment;
|
628
628
|
}
|
629
629
|
});
|
630
630
|
Object.defineProperty(exports, "JSXSpreadAttribute", {
|
631
631
|
enumerable: true,
|
632
632
|
get: function () {
|
633
|
-
return
|
633
|
+
return _lowercase.jsxSpreadAttribute;
|
634
634
|
}
|
635
635
|
});
|
636
636
|
Object.defineProperty(exports, "JSXSpreadChild", {
|
637
637
|
enumerable: true,
|
638
638
|
get: function () {
|
639
|
-
return
|
639
|
+
return _lowercase.jsxSpreadChild;
|
640
640
|
}
|
641
641
|
});
|
642
642
|
Object.defineProperty(exports, "JSXText", {
|
643
643
|
enumerable: true,
|
644
644
|
get: function () {
|
645
|
-
return
|
645
|
+
return _lowercase.jsxText;
|
646
646
|
}
|
647
647
|
});
|
648
648
|
Object.defineProperty(exports, "LabeledStatement", {
|
649
649
|
enumerable: true,
|
650
650
|
get: function () {
|
651
|
-
return
|
651
|
+
return _lowercase.labeledStatement;
|
652
652
|
}
|
653
653
|
});
|
654
654
|
Object.defineProperty(exports, "LogicalExpression", {
|
655
655
|
enumerable: true,
|
656
656
|
get: function () {
|
657
|
-
return
|
657
|
+
return _lowercase.logicalExpression;
|
658
658
|
}
|
659
659
|
});
|
660
660
|
Object.defineProperty(exports, "MemberExpression", {
|
661
661
|
enumerable: true,
|
662
662
|
get: function () {
|
663
|
-
return
|
663
|
+
return _lowercase.memberExpression;
|
664
664
|
}
|
665
665
|
});
|
666
666
|
Object.defineProperty(exports, "MetaProperty", {
|
667
667
|
enumerable: true,
|
668
668
|
get: function () {
|
669
|
-
return
|
669
|
+
return _lowercase.metaProperty;
|
670
670
|
}
|
671
671
|
});
|
672
672
|
Object.defineProperty(exports, "MixedTypeAnnotation", {
|
673
673
|
enumerable: true,
|
674
674
|
get: function () {
|
675
|
-
return
|
675
|
+
return _lowercase.mixedTypeAnnotation;
|
676
676
|
}
|
677
677
|
});
|
678
678
|
Object.defineProperty(exports, "ModuleExpression", {
|
679
679
|
enumerable: true,
|
680
680
|
get: function () {
|
681
|
-
return
|
681
|
+
return _lowercase.moduleExpression;
|
682
682
|
}
|
683
683
|
});
|
684
684
|
Object.defineProperty(exports, "NewExpression", {
|
685
685
|
enumerable: true,
|
686
686
|
get: function () {
|
687
|
-
return
|
687
|
+
return _lowercase.newExpression;
|
688
688
|
}
|
689
689
|
});
|
690
690
|
Object.defineProperty(exports, "Noop", {
|
691
691
|
enumerable: true,
|
692
692
|
get: function () {
|
693
|
-
return
|
693
|
+
return _lowercase.noop;
|
694
694
|
}
|
695
695
|
});
|
696
696
|
Object.defineProperty(exports, "NullLiteral", {
|
697
697
|
enumerable: true,
|
698
698
|
get: function () {
|
699
|
-
return
|
699
|
+
return _lowercase.nullLiteral;
|
700
700
|
}
|
701
701
|
});
|
702
702
|
Object.defineProperty(exports, "NullLiteralTypeAnnotation", {
|
703
703
|
enumerable: true,
|
704
704
|
get: function () {
|
705
|
-
return
|
705
|
+
return _lowercase.nullLiteralTypeAnnotation;
|
706
706
|
}
|
707
707
|
});
|
708
708
|
Object.defineProperty(exports, "NullableTypeAnnotation", {
|
709
709
|
enumerable: true,
|
710
710
|
get: function () {
|
711
|
-
return
|
711
|
+
return _lowercase.nullableTypeAnnotation;
|
712
712
|
}
|
713
713
|
});
|
714
714
|
Object.defineProperty(exports, "NumberLiteral", {
|
715
715
|
enumerable: true,
|
716
716
|
get: function () {
|
717
|
-
return
|
717
|
+
return _lowercase.numberLiteral;
|
718
718
|
}
|
719
719
|
});
|
720
720
|
Object.defineProperty(exports, "NumberLiteralTypeAnnotation", {
|
721
721
|
enumerable: true,
|
722
722
|
get: function () {
|
723
|
-
return
|
723
|
+
return _lowercase.numberLiteralTypeAnnotation;
|
724
724
|
}
|
725
725
|
});
|
726
726
|
Object.defineProperty(exports, "NumberTypeAnnotation", {
|
727
727
|
enumerable: true,
|
728
728
|
get: function () {
|
729
|
-
return
|
729
|
+
return _lowercase.numberTypeAnnotation;
|
730
730
|
}
|
731
731
|
});
|
732
732
|
Object.defineProperty(exports, "NumericLiteral", {
|
733
733
|
enumerable: true,
|
734
734
|
get: function () {
|
735
|
-
return
|
735
|
+
return _lowercase.numericLiteral;
|
736
736
|
}
|
737
737
|
});
|
738
738
|
Object.defineProperty(exports, "ObjectExpression", {
|
739
739
|
enumerable: true,
|
740
740
|
get: function () {
|
741
|
-
return
|
741
|
+
return _lowercase.objectExpression;
|
742
742
|
}
|
743
743
|
});
|
744
744
|
Object.defineProperty(exports, "ObjectMethod", {
|
745
745
|
enumerable: true,
|
746
746
|
get: function () {
|
747
|
-
return
|
747
|
+
return _lowercase.objectMethod;
|
748
748
|
}
|
749
749
|
});
|
750
750
|
Object.defineProperty(exports, "ObjectPattern", {
|
751
751
|
enumerable: true,
|
752
752
|
get: function () {
|
753
|
-
return
|
753
|
+
return _lowercase.objectPattern;
|
754
754
|
}
|
755
755
|
});
|
756
756
|
Object.defineProperty(exports, "ObjectProperty", {
|
757
757
|
enumerable: true,
|
758
758
|
get: function () {
|
759
|
-
return
|
759
|
+
return _lowercase.objectProperty;
|
760
760
|
}
|
761
761
|
});
|
762
762
|
Object.defineProperty(exports, "ObjectTypeAnnotation", {
|
763
763
|
enumerable: true,
|
764
764
|
get: function () {
|
765
|
-
return
|
765
|
+
return _lowercase.objectTypeAnnotation;
|
766
766
|
}
|
767
767
|
});
|
768
768
|
Object.defineProperty(exports, "ObjectTypeCallProperty", {
|
769
769
|
enumerable: true,
|
770
770
|
get: function () {
|
771
|
-
return
|
771
|
+
return _lowercase.objectTypeCallProperty;
|
772
772
|
}
|
773
773
|
});
|
774
774
|
Object.defineProperty(exports, "ObjectTypeIndexer", {
|
775
775
|
enumerable: true,
|
776
776
|
get: function () {
|
777
|
-
return
|
777
|
+
return _lowercase.objectTypeIndexer;
|
778
778
|
}
|
779
779
|
});
|
780
780
|
Object.defineProperty(exports, "ObjectTypeInternalSlot", {
|
781
781
|
enumerable: true,
|
782
782
|
get: function () {
|
783
|
-
return
|
783
|
+
return _lowercase.objectTypeInternalSlot;
|
784
784
|
}
|
785
785
|
});
|
786
786
|
Object.defineProperty(exports, "ObjectTypeProperty", {
|
787
787
|
enumerable: true,
|
788
788
|
get: function () {
|
789
|
-
return
|
789
|
+
return _lowercase.objectTypeProperty;
|
790
790
|
}
|
791
791
|
});
|
792
792
|
Object.defineProperty(exports, "ObjectTypeSpreadProperty", {
|
793
793
|
enumerable: true,
|
794
794
|
get: function () {
|
795
|
-
return
|
795
|
+
return _lowercase.objectTypeSpreadProperty;
|
796
796
|
}
|
797
797
|
});
|
798
798
|
Object.defineProperty(exports, "OpaqueType", {
|
799
799
|
enumerable: true,
|
800
800
|
get: function () {
|
801
|
-
return
|
801
|
+
return _lowercase.opaqueType;
|
802
802
|
}
|
803
803
|
});
|
804
804
|
Object.defineProperty(exports, "OptionalCallExpression", {
|
805
805
|
enumerable: true,
|
806
806
|
get: function () {
|
807
|
-
return
|
807
|
+
return _lowercase.optionalCallExpression;
|
808
808
|
}
|
809
809
|
});
|
810
810
|
Object.defineProperty(exports, "OptionalIndexedAccessType", {
|
811
811
|
enumerable: true,
|
812
812
|
get: function () {
|
813
|
-
return
|
813
|
+
return _lowercase.optionalIndexedAccessType;
|
814
814
|
}
|
815
815
|
});
|
816
816
|
Object.defineProperty(exports, "OptionalMemberExpression", {
|
817
817
|
enumerable: true,
|
818
818
|
get: function () {
|
819
|
-
return
|
819
|
+
return _lowercase.optionalMemberExpression;
|
820
820
|
}
|
821
821
|
});
|
822
822
|
Object.defineProperty(exports, "ParenthesizedExpression", {
|
823
823
|
enumerable: true,
|
824
824
|
get: function () {
|
825
|
-
return
|
825
|
+
return _lowercase.parenthesizedExpression;
|
826
826
|
}
|
827
827
|
});
|
828
828
|
Object.defineProperty(exports, "PipelineBareFunction", {
|
829
829
|
enumerable: true,
|
830
830
|
get: function () {
|
831
|
-
return
|
831
|
+
return _lowercase.pipelineBareFunction;
|
832
832
|
}
|
833
833
|
});
|
834
834
|
Object.defineProperty(exports, "PipelinePrimaryTopicReference", {
|
835
835
|
enumerable: true,
|
836
836
|
get: function () {
|
837
|
-
return
|
837
|
+
return _lowercase.pipelinePrimaryTopicReference;
|
838
838
|
}
|
839
839
|
});
|
840
840
|
Object.defineProperty(exports, "PipelineTopicExpression", {
|
841
841
|
enumerable: true,
|
842
842
|
get: function () {
|
843
|
-
return
|
843
|
+
return _lowercase.pipelineTopicExpression;
|
844
844
|
}
|
845
845
|
});
|
846
846
|
Object.defineProperty(exports, "Placeholder", {
|
847
847
|
enumerable: true,
|
848
848
|
get: function () {
|
849
|
-
return
|
849
|
+
return _lowercase.placeholder;
|
850
850
|
}
|
851
851
|
});
|
852
852
|
Object.defineProperty(exports, "PrivateName", {
|
853
853
|
enumerable: true,
|
854
854
|
get: function () {
|
855
|
-
return
|
855
|
+
return _lowercase.privateName;
|
856
856
|
}
|
857
857
|
});
|
858
858
|
Object.defineProperty(exports, "Program", {
|
859
859
|
enumerable: true,
|
860
860
|
get: function () {
|
861
|
-
return
|
861
|
+
return _lowercase.program;
|
862
862
|
}
|
863
863
|
});
|
864
864
|
Object.defineProperty(exports, "QualifiedTypeIdentifier", {
|
865
865
|
enumerable: true,
|
866
866
|
get: function () {
|
867
|
-
return
|
867
|
+
return _lowercase.qualifiedTypeIdentifier;
|
868
868
|
}
|
869
869
|
});
|
870
870
|
Object.defineProperty(exports, "RecordExpression", {
|
871
871
|
enumerable: true,
|
872
872
|
get: function () {
|
873
|
-
return
|
873
|
+
return _lowercase.recordExpression;
|
874
874
|
}
|
875
875
|
});
|
876
876
|
Object.defineProperty(exports, "RegExpLiteral", {
|
877
877
|
enumerable: true,
|
878
878
|
get: function () {
|
879
|
-
return
|
879
|
+
return _lowercase.regExpLiteral;
|
880
880
|
}
|
881
881
|
});
|
882
882
|
Object.defineProperty(exports, "RegexLiteral", {
|
883
883
|
enumerable: true,
|
884
884
|
get: function () {
|
885
|
-
return
|
885
|
+
return _lowercase.regexLiteral;
|
886
886
|
}
|
887
887
|
});
|
888
888
|
Object.defineProperty(exports, "RestElement", {
|
889
889
|
enumerable: true,
|
890
890
|
get: function () {
|
891
|
-
return
|
891
|
+
return _lowercase.restElement;
|
892
892
|
}
|
893
893
|
});
|
894
894
|
Object.defineProperty(exports, "RestProperty", {
|
895
895
|
enumerable: true,
|
896
896
|
get: function () {
|
897
|
-
return
|
897
|
+
return _lowercase.restProperty;
|
898
898
|
}
|
899
899
|
});
|
900
900
|
Object.defineProperty(exports, "ReturnStatement", {
|
901
901
|
enumerable: true,
|
902
902
|
get: function () {
|
903
|
-
return
|
903
|
+
return _lowercase.returnStatement;
|
904
904
|
}
|
905
905
|
});
|
906
906
|
Object.defineProperty(exports, "SequenceExpression", {
|
907
907
|
enumerable: true,
|
908
908
|
get: function () {
|
909
|
-
return
|
909
|
+
return _lowercase.sequenceExpression;
|
910
910
|
}
|
911
911
|
});
|
912
912
|
Object.defineProperty(exports, "SpreadElement", {
|
913
913
|
enumerable: true,
|
914
914
|
get: function () {
|
915
|
-
return
|
915
|
+
return _lowercase.spreadElement;
|
916
916
|
}
|
917
917
|
});
|
918
918
|
Object.defineProperty(exports, "SpreadProperty", {
|
919
919
|
enumerable: true,
|
920
920
|
get: function () {
|
921
|
-
return
|
921
|
+
return _lowercase.spreadProperty;
|
922
922
|
}
|
923
923
|
});
|
924
924
|
Object.defineProperty(exports, "StaticBlock", {
|
925
925
|
enumerable: true,
|
926
926
|
get: function () {
|
927
|
-
return
|
927
|
+
return _lowercase.staticBlock;
|
928
928
|
}
|
929
929
|
});
|
930
930
|
Object.defineProperty(exports, "StringLiteral", {
|
931
931
|
enumerable: true,
|
932
932
|
get: function () {
|
933
|
-
return
|
933
|
+
return _lowercase.stringLiteral;
|
934
934
|
}
|
935
935
|
});
|
936
936
|
Object.defineProperty(exports, "StringLiteralTypeAnnotation", {
|
937
937
|
enumerable: true,
|
938
938
|
get: function () {
|
939
|
-
return
|
939
|
+
return _lowercase.stringLiteralTypeAnnotation;
|
940
940
|
}
|
941
941
|
});
|
942
942
|
Object.defineProperty(exports, "StringTypeAnnotation", {
|
943
943
|
enumerable: true,
|
944
944
|
get: function () {
|
945
|
-
return
|
945
|
+
return _lowercase.stringTypeAnnotation;
|
946
946
|
}
|
947
947
|
});
|
948
948
|
Object.defineProperty(exports, "Super", {
|
949
949
|
enumerable: true,
|
950
950
|
get: function () {
|
951
|
-
return
|
951
|
+
return _lowercase.super;
|
952
952
|
}
|
953
953
|
});
|
954
954
|
Object.defineProperty(exports, "SwitchCase", {
|
955
955
|
enumerable: true,
|
956
956
|
get: function () {
|
957
|
-
return
|
957
|
+
return _lowercase.switchCase;
|
958
958
|
}
|
959
959
|
});
|
960
960
|
Object.defineProperty(exports, "SwitchStatement", {
|
961
961
|
enumerable: true,
|
962
962
|
get: function () {
|
963
|
-
return
|
963
|
+
return _lowercase.switchStatement;
|
964
964
|
}
|
965
965
|
});
|
966
966
|
Object.defineProperty(exports, "SymbolTypeAnnotation", {
|
967
967
|
enumerable: true,
|
968
968
|
get: function () {
|
969
|
-
return
|
969
|
+
return _lowercase.symbolTypeAnnotation;
|
970
970
|
}
|
971
971
|
});
|
972
972
|
Object.defineProperty(exports, "TSAnyKeyword", {
|
973
973
|
enumerable: true,
|
974
974
|
get: function () {
|
975
|
-
return
|
975
|
+
return _lowercase.tsAnyKeyword;
|
976
976
|
}
|
977
977
|
});
|
978
978
|
Object.defineProperty(exports, "TSArrayType", {
|
979
979
|
enumerable: true,
|
980
980
|
get: function () {
|
981
|
-
return
|
981
|
+
return _lowercase.tsArrayType;
|
982
982
|
}
|
983
983
|
});
|
984
984
|
Object.defineProperty(exports, "TSAsExpression", {
|
985
985
|
enumerable: true,
|
986
986
|
get: function () {
|
987
|
-
return
|
987
|
+
return _lowercase.tsAsExpression;
|
988
988
|
}
|
989
989
|
});
|
990
990
|
Object.defineProperty(exports, "TSBigIntKeyword", {
|
991
991
|
enumerable: true,
|
992
992
|
get: function () {
|
993
|
-
return
|
993
|
+
return _lowercase.tsBigIntKeyword;
|
994
994
|
}
|
995
995
|
});
|
996
996
|
Object.defineProperty(exports, "TSBooleanKeyword", {
|
997
997
|
enumerable: true,
|
998
998
|
get: function () {
|
999
|
-
return
|
999
|
+
return _lowercase.tsBooleanKeyword;
|
1000
1000
|
}
|
1001
1001
|
});
|
1002
1002
|
Object.defineProperty(exports, "TSCallSignatureDeclaration", {
|
1003
1003
|
enumerable: true,
|
1004
1004
|
get: function () {
|
1005
|
-
return
|
1005
|
+
return _lowercase.tsCallSignatureDeclaration;
|
1006
1006
|
}
|
1007
1007
|
});
|
1008
1008
|
Object.defineProperty(exports, "TSConditionalType", {
|
1009
1009
|
enumerable: true,
|
1010
1010
|
get: function () {
|
1011
|
-
return
|
1011
|
+
return _lowercase.tsConditionalType;
|
1012
1012
|
}
|
1013
1013
|
});
|
1014
1014
|
Object.defineProperty(exports, "TSConstructSignatureDeclaration", {
|
1015
1015
|
enumerable: true,
|
1016
1016
|
get: function () {
|
1017
|
-
return
|
1017
|
+
return _lowercase.tsConstructSignatureDeclaration;
|
1018
1018
|
}
|
1019
1019
|
});
|
1020
1020
|
Object.defineProperty(exports, "TSConstructorType", {
|
1021
1021
|
enumerable: true,
|
1022
1022
|
get: function () {
|
1023
|
-
return
|
1023
|
+
return _lowercase.tsConstructorType;
|
1024
1024
|
}
|
1025
1025
|
});
|
1026
1026
|
Object.defineProperty(exports, "TSDeclareFunction", {
|
1027
1027
|
enumerable: true,
|
1028
1028
|
get: function () {
|
1029
|
-
return
|
1029
|
+
return _lowercase.tsDeclareFunction;
|
1030
1030
|
}
|
1031
1031
|
});
|
1032
1032
|
Object.defineProperty(exports, "TSDeclareMethod", {
|
1033
1033
|
enumerable: true,
|
1034
1034
|
get: function () {
|
1035
|
-
return
|
1035
|
+
return _lowercase.tsDeclareMethod;
|
1036
|
+
}
|
1037
|
+
});
|
1038
|
+
Object.defineProperty(exports, "TSEnumBody", {
|
1039
|
+
enumerable: true,
|
1040
|
+
get: function () {
|
1041
|
+
return _lowercase.tsEnumBody;
|
1036
1042
|
}
|
1037
1043
|
});
|
1038
1044
|
Object.defineProperty(exports, "TSEnumDeclaration", {
|
1039
1045
|
enumerable: true,
|
1040
1046
|
get: function () {
|
1041
|
-
return
|
1047
|
+
return _lowercase.tsEnumDeclaration;
|
1042
1048
|
}
|
1043
1049
|
});
|
1044
1050
|
Object.defineProperty(exports, "TSEnumMember", {
|
1045
1051
|
enumerable: true,
|
1046
1052
|
get: function () {
|
1047
|
-
return
|
1053
|
+
return _lowercase.tsEnumMember;
|
1048
1054
|
}
|
1049
1055
|
});
|
1050
1056
|
Object.defineProperty(exports, "TSExportAssignment", {
|
1051
1057
|
enumerable: true,
|
1052
1058
|
get: function () {
|
1053
|
-
return
|
1059
|
+
return _lowercase.tsExportAssignment;
|
1054
1060
|
}
|
1055
1061
|
});
|
1056
1062
|
Object.defineProperty(exports, "TSExpressionWithTypeArguments", {
|
1057
1063
|
enumerable: true,
|
1058
1064
|
get: function () {
|
1059
|
-
return
|
1065
|
+
return _lowercase.tsExpressionWithTypeArguments;
|
1060
1066
|
}
|
1061
1067
|
});
|
1062
1068
|
Object.defineProperty(exports, "TSExternalModuleReference", {
|
1063
1069
|
enumerable: true,
|
1064
1070
|
get: function () {
|
1065
|
-
return
|
1071
|
+
return _lowercase.tsExternalModuleReference;
|
1066
1072
|
}
|
1067
1073
|
});
|
1068
1074
|
Object.defineProperty(exports, "TSFunctionType", {
|
1069
1075
|
enumerable: true,
|
1070
1076
|
get: function () {
|
1071
|
-
return
|
1077
|
+
return _lowercase.tsFunctionType;
|
1072
1078
|
}
|
1073
1079
|
});
|
1074
1080
|
Object.defineProperty(exports, "TSImportEqualsDeclaration", {
|
1075
1081
|
enumerable: true,
|
1076
1082
|
get: function () {
|
1077
|
-
return
|
1083
|
+
return _lowercase.tsImportEqualsDeclaration;
|
1078
1084
|
}
|
1079
1085
|
});
|
1080
1086
|
Object.defineProperty(exports, "TSImportType", {
|
1081
1087
|
enumerable: true,
|
1082
1088
|
get: function () {
|
1083
|
-
return
|
1089
|
+
return _lowercase.tsImportType;
|
1084
1090
|
}
|
1085
1091
|
});
|
1086
1092
|
Object.defineProperty(exports, "TSIndexSignature", {
|
1087
1093
|
enumerable: true,
|
1088
1094
|
get: function () {
|
1089
|
-
return
|
1095
|
+
return _lowercase.tsIndexSignature;
|
1090
1096
|
}
|
1091
1097
|
});
|
1092
1098
|
Object.defineProperty(exports, "TSIndexedAccessType", {
|
1093
1099
|
enumerable: true,
|
1094
1100
|
get: function () {
|
1095
|
-
return
|
1101
|
+
return _lowercase.tsIndexedAccessType;
|
1096
1102
|
}
|
1097
1103
|
});
|
1098
1104
|
Object.defineProperty(exports, "TSInferType", {
|
1099
1105
|
enumerable: true,
|
1100
1106
|
get: function () {
|
1101
|
-
return
|
1107
|
+
return _lowercase.tsInferType;
|
1102
1108
|
}
|
1103
1109
|
});
|
1104
1110
|
Object.defineProperty(exports, "TSInstantiationExpression", {
|
1105
1111
|
enumerable: true,
|
1106
1112
|
get: function () {
|
1107
|
-
return
|
1113
|
+
return _lowercase.tsInstantiationExpression;
|
1108
1114
|
}
|
1109
1115
|
});
|
1110
1116
|
Object.defineProperty(exports, "TSInterfaceBody", {
|
1111
1117
|
enumerable: true,
|
1112
1118
|
get: function () {
|
1113
|
-
return
|
1119
|
+
return _lowercase.tsInterfaceBody;
|
1114
1120
|
}
|
1115
1121
|
});
|
1116
1122
|
Object.defineProperty(exports, "TSInterfaceDeclaration", {
|
1117
1123
|
enumerable: true,
|
1118
1124
|
get: function () {
|
1119
|
-
return
|
1125
|
+
return _lowercase.tsInterfaceDeclaration;
|
1120
1126
|
}
|
1121
1127
|
});
|
1122
1128
|
Object.defineProperty(exports, "TSIntersectionType", {
|
1123
1129
|
enumerable: true,
|
1124
1130
|
get: function () {
|
1125
|
-
return
|
1131
|
+
return _lowercase.tsIntersectionType;
|
1126
1132
|
}
|
1127
1133
|
});
|
1128
1134
|
Object.defineProperty(exports, "TSIntrinsicKeyword", {
|
1129
1135
|
enumerable: true,
|
1130
1136
|
get: function () {
|
1131
|
-
return
|
1137
|
+
return _lowercase.tsIntrinsicKeyword;
|
1132
1138
|
}
|
1133
1139
|
});
|
1134
1140
|
Object.defineProperty(exports, "TSLiteralType", {
|
1135
1141
|
enumerable: true,
|
1136
1142
|
get: function () {
|
1137
|
-
return
|
1143
|
+
return _lowercase.tsLiteralType;
|
1138
1144
|
}
|
1139
1145
|
});
|
1140
1146
|
Object.defineProperty(exports, "TSMappedType", {
|
1141
1147
|
enumerable: true,
|
1142
1148
|
get: function () {
|
1143
|
-
return
|
1149
|
+
return _lowercase.tsMappedType;
|
1144
1150
|
}
|
1145
1151
|
});
|
1146
1152
|
Object.defineProperty(exports, "TSMethodSignature", {
|
1147
1153
|
enumerable: true,
|
1148
1154
|
get: function () {
|
1149
|
-
return
|
1155
|
+
return _lowercase.tsMethodSignature;
|
1150
1156
|
}
|
1151
1157
|
});
|
1152
1158
|
Object.defineProperty(exports, "TSModuleBlock", {
|
1153
1159
|
enumerable: true,
|
1154
1160
|
get: function () {
|
1155
|
-
return
|
1161
|
+
return _lowercase.tsModuleBlock;
|
1156
1162
|
}
|
1157
1163
|
});
|
1158
1164
|
Object.defineProperty(exports, "TSModuleDeclaration", {
|
1159
1165
|
enumerable: true,
|
1160
1166
|
get: function () {
|
1161
|
-
return
|
1167
|
+
return _lowercase.tsModuleDeclaration;
|
1162
1168
|
}
|
1163
1169
|
});
|
1164
1170
|
Object.defineProperty(exports, "TSNamedTupleMember", {
|
1165
1171
|
enumerable: true,
|
1166
1172
|
get: function () {
|
1167
|
-
return
|
1173
|
+
return _lowercase.tsNamedTupleMember;
|
1168
1174
|
}
|
1169
1175
|
});
|
1170
1176
|
Object.defineProperty(exports, "TSNamespaceExportDeclaration", {
|
1171
1177
|
enumerable: true,
|
1172
1178
|
get: function () {
|
1173
|
-
return
|
1179
|
+
return _lowercase.tsNamespaceExportDeclaration;
|
1174
1180
|
}
|
1175
1181
|
});
|
1176
1182
|
Object.defineProperty(exports, "TSNeverKeyword", {
|
1177
1183
|
enumerable: true,
|
1178
1184
|
get: function () {
|
1179
|
-
return
|
1185
|
+
return _lowercase.tsNeverKeyword;
|
1180
1186
|
}
|
1181
1187
|
});
|
1182
1188
|
Object.defineProperty(exports, "TSNonNullExpression", {
|
1183
1189
|
enumerable: true,
|
1184
1190
|
get: function () {
|
1185
|
-
return
|
1191
|
+
return _lowercase.tsNonNullExpression;
|
1186
1192
|
}
|
1187
1193
|
});
|
1188
1194
|
Object.defineProperty(exports, "TSNullKeyword", {
|
1189
1195
|
enumerable: true,
|
1190
1196
|
get: function () {
|
1191
|
-
return
|
1197
|
+
return _lowercase.tsNullKeyword;
|
1192
1198
|
}
|
1193
1199
|
});
|
1194
1200
|
Object.defineProperty(exports, "TSNumberKeyword", {
|
1195
1201
|
enumerable: true,
|
1196
1202
|
get: function () {
|
1197
|
-
return
|
1203
|
+
return _lowercase.tsNumberKeyword;
|
1198
1204
|
}
|
1199
1205
|
});
|
1200
1206
|
Object.defineProperty(exports, "TSObjectKeyword", {
|
1201
1207
|
enumerable: true,
|
1202
1208
|
get: function () {
|
1203
|
-
return
|
1209
|
+
return _lowercase.tsObjectKeyword;
|
1204
1210
|
}
|
1205
1211
|
});
|
1206
1212
|
Object.defineProperty(exports, "TSOptionalType", {
|
1207
1213
|
enumerable: true,
|
1208
1214
|
get: function () {
|
1209
|
-
return
|
1215
|
+
return _lowercase.tsOptionalType;
|
1210
1216
|
}
|
1211
1217
|
});
|
1212
1218
|
Object.defineProperty(exports, "TSParameterProperty", {
|
1213
1219
|
enumerable: true,
|
1214
1220
|
get: function () {
|
1215
|
-
return
|
1221
|
+
return _lowercase.tsParameterProperty;
|
1216
1222
|
}
|
1217
1223
|
});
|
1218
1224
|
Object.defineProperty(exports, "TSParenthesizedType", {
|
1219
1225
|
enumerable: true,
|
1220
1226
|
get: function () {
|
1221
|
-
return
|
1227
|
+
return _lowercase.tsParenthesizedType;
|
1222
1228
|
}
|
1223
1229
|
});
|
1224
1230
|
Object.defineProperty(exports, "TSPropertySignature", {
|
1225
1231
|
enumerable: true,
|
1226
1232
|
get: function () {
|
1227
|
-
return
|
1233
|
+
return _lowercase.tsPropertySignature;
|
1228
1234
|
}
|
1229
1235
|
});
|
1230
1236
|
Object.defineProperty(exports, "TSQualifiedName", {
|
1231
1237
|
enumerable: true,
|
1232
1238
|
get: function () {
|
1233
|
-
return
|
1239
|
+
return _lowercase.tsQualifiedName;
|
1234
1240
|
}
|
1235
1241
|
});
|
1236
1242
|
Object.defineProperty(exports, "TSRestType", {
|
1237
1243
|
enumerable: true,
|
1238
1244
|
get: function () {
|
1239
|
-
return
|
1245
|
+
return _lowercase.tsRestType;
|
1240
1246
|
}
|
1241
1247
|
});
|
1242
1248
|
Object.defineProperty(exports, "TSSatisfiesExpression", {
|
1243
1249
|
enumerable: true,
|
1244
1250
|
get: function () {
|
1245
|
-
return
|
1251
|
+
return _lowercase.tsSatisfiesExpression;
|
1246
1252
|
}
|
1247
1253
|
});
|
1248
1254
|
Object.defineProperty(exports, "TSStringKeyword", {
|
1249
1255
|
enumerable: true,
|
1250
1256
|
get: function () {
|
1251
|
-
return
|
1257
|
+
return _lowercase.tsStringKeyword;
|
1252
1258
|
}
|
1253
1259
|
});
|
1254
1260
|
Object.defineProperty(exports, "TSSymbolKeyword", {
|
1255
1261
|
enumerable: true,
|
1256
1262
|
get: function () {
|
1257
|
-
return
|
1263
|
+
return _lowercase.tsSymbolKeyword;
|
1264
|
+
}
|
1265
|
+
});
|
1266
|
+
Object.defineProperty(exports, "TSTemplateLiteralType", {
|
1267
|
+
enumerable: true,
|
1268
|
+
get: function () {
|
1269
|
+
return _lowercase.tsTemplateLiteralType;
|
1258
1270
|
}
|
1259
1271
|
});
|
1260
1272
|
Object.defineProperty(exports, "TSThisType", {
|
1261
1273
|
enumerable: true,
|
1262
1274
|
get: function () {
|
1263
|
-
return
|
1275
|
+
return _lowercase.tsThisType;
|
1264
1276
|
}
|
1265
1277
|
});
|
1266
1278
|
Object.defineProperty(exports, "TSTupleType", {
|
1267
1279
|
enumerable: true,
|
1268
1280
|
get: function () {
|
1269
|
-
return
|
1281
|
+
return _lowercase.tsTupleType;
|
1270
1282
|
}
|
1271
1283
|
});
|
1272
1284
|
Object.defineProperty(exports, "TSTypeAliasDeclaration", {
|
1273
1285
|
enumerable: true,
|
1274
1286
|
get: function () {
|
1275
|
-
return
|
1287
|
+
return _lowercase.tsTypeAliasDeclaration;
|
1276
1288
|
}
|
1277
1289
|
});
|
1278
1290
|
Object.defineProperty(exports, "TSTypeAnnotation", {
|
1279
1291
|
enumerable: true,
|
1280
1292
|
get: function () {
|
1281
|
-
return
|
1293
|
+
return _lowercase.tsTypeAnnotation;
|
1282
1294
|
}
|
1283
1295
|
});
|
1284
1296
|
Object.defineProperty(exports, "TSTypeAssertion", {
|
1285
1297
|
enumerable: true,
|
1286
1298
|
get: function () {
|
1287
|
-
return
|
1299
|
+
return _lowercase.tsTypeAssertion;
|
1288
1300
|
}
|
1289
1301
|
});
|
1290
1302
|
Object.defineProperty(exports, "TSTypeLiteral", {
|
1291
1303
|
enumerable: true,
|
1292
1304
|
get: function () {
|
1293
|
-
return
|
1305
|
+
return _lowercase.tsTypeLiteral;
|
1294
1306
|
}
|
1295
1307
|
});
|
1296
1308
|
Object.defineProperty(exports, "TSTypeOperator", {
|
1297
1309
|
enumerable: true,
|
1298
1310
|
get: function () {
|
1299
|
-
return
|
1311
|
+
return _lowercase.tsTypeOperator;
|
1300
1312
|
}
|
1301
1313
|
});
|
1302
1314
|
Object.defineProperty(exports, "TSTypeParameter", {
|
1303
1315
|
enumerable: true,
|
1304
1316
|
get: function () {
|
1305
|
-
return
|
1317
|
+
return _lowercase.tsTypeParameter;
|
1306
1318
|
}
|
1307
1319
|
});
|
1308
1320
|
Object.defineProperty(exports, "TSTypeParameterDeclaration", {
|
1309
1321
|
enumerable: true,
|
1310
1322
|
get: function () {
|
1311
|
-
return
|
1323
|
+
return _lowercase.tsTypeParameterDeclaration;
|
1312
1324
|
}
|
1313
1325
|
});
|
1314
1326
|
Object.defineProperty(exports, "TSTypeParameterInstantiation", {
|
1315
1327
|
enumerable: true,
|
1316
1328
|
get: function () {
|
1317
|
-
return
|
1329
|
+
return _lowercase.tsTypeParameterInstantiation;
|
1318
1330
|
}
|
1319
1331
|
});
|
1320
1332
|
Object.defineProperty(exports, "TSTypePredicate", {
|
1321
1333
|
enumerable: true,
|
1322
1334
|
get: function () {
|
1323
|
-
return
|
1335
|
+
return _lowercase.tsTypePredicate;
|
1324
1336
|
}
|
1325
1337
|
});
|
1326
1338
|
Object.defineProperty(exports, "TSTypeQuery", {
|
1327
1339
|
enumerable: true,
|
1328
1340
|
get: function () {
|
1329
|
-
return
|
1341
|
+
return _lowercase.tsTypeQuery;
|
1330
1342
|
}
|
1331
1343
|
});
|
1332
1344
|
Object.defineProperty(exports, "TSTypeReference", {
|
1333
1345
|
enumerable: true,
|
1334
1346
|
get: function () {
|
1335
|
-
return
|
1347
|
+
return _lowercase.tsTypeReference;
|
1336
1348
|
}
|
1337
1349
|
});
|
1338
1350
|
Object.defineProperty(exports, "TSUndefinedKeyword", {
|
1339
1351
|
enumerable: true,
|
1340
1352
|
get: function () {
|
1341
|
-
return
|
1353
|
+
return _lowercase.tsUndefinedKeyword;
|
1342
1354
|
}
|
1343
1355
|
});
|
1344
1356
|
Object.defineProperty(exports, "TSUnionType", {
|
1345
1357
|
enumerable: true,
|
1346
1358
|
get: function () {
|
1347
|
-
return
|
1359
|
+
return _lowercase.tsUnionType;
|
1348
1360
|
}
|
1349
1361
|
});
|
1350
1362
|
Object.defineProperty(exports, "TSUnknownKeyword", {
|
1351
1363
|
enumerable: true,
|
1352
1364
|
get: function () {
|
1353
|
-
return
|
1365
|
+
return _lowercase.tsUnknownKeyword;
|
1354
1366
|
}
|
1355
1367
|
});
|
1356
1368
|
Object.defineProperty(exports, "TSVoidKeyword", {
|
1357
1369
|
enumerable: true,
|
1358
1370
|
get: function () {
|
1359
|
-
return
|
1371
|
+
return _lowercase.tsVoidKeyword;
|
1360
1372
|
}
|
1361
1373
|
});
|
1362
1374
|
Object.defineProperty(exports, "TaggedTemplateExpression", {
|
1363
1375
|
enumerable: true,
|
1364
1376
|
get: function () {
|
1365
|
-
return
|
1377
|
+
return _lowercase.taggedTemplateExpression;
|
1366
1378
|
}
|
1367
1379
|
});
|
1368
1380
|
Object.defineProperty(exports, "TemplateElement", {
|
1369
1381
|
enumerable: true,
|
1370
1382
|
get: function () {
|
1371
|
-
return
|
1383
|
+
return _lowercase.templateElement;
|
1372
1384
|
}
|
1373
1385
|
});
|
1374
1386
|
Object.defineProperty(exports, "TemplateLiteral", {
|
1375
1387
|
enumerable: true,
|
1376
1388
|
get: function () {
|
1377
|
-
return
|
1389
|
+
return _lowercase.templateLiteral;
|
1378
1390
|
}
|
1379
1391
|
});
|
1380
1392
|
Object.defineProperty(exports, "ThisExpression", {
|
1381
1393
|
enumerable: true,
|
1382
1394
|
get: function () {
|
1383
|
-
return
|
1395
|
+
return _lowercase.thisExpression;
|
1384
1396
|
}
|
1385
1397
|
});
|
1386
1398
|
Object.defineProperty(exports, "ThisTypeAnnotation", {
|
1387
1399
|
enumerable: true,
|
1388
1400
|
get: function () {
|
1389
|
-
return
|
1401
|
+
return _lowercase.thisTypeAnnotation;
|
1390
1402
|
}
|
1391
1403
|
});
|
1392
1404
|
Object.defineProperty(exports, "ThrowStatement", {
|
1393
1405
|
enumerable: true,
|
1394
1406
|
get: function () {
|
1395
|
-
return
|
1407
|
+
return _lowercase.throwStatement;
|
1396
1408
|
}
|
1397
1409
|
});
|
1398
1410
|
Object.defineProperty(exports, "TopicReference", {
|
1399
1411
|
enumerable: true,
|
1400
1412
|
get: function () {
|
1401
|
-
return
|
1413
|
+
return _lowercase.topicReference;
|
1402
1414
|
}
|
1403
1415
|
});
|
1404
1416
|
Object.defineProperty(exports, "TryStatement", {
|
1405
1417
|
enumerable: true,
|
1406
1418
|
get: function () {
|
1407
|
-
return
|
1419
|
+
return _lowercase.tryStatement;
|
1408
1420
|
}
|
1409
1421
|
});
|
1410
1422
|
Object.defineProperty(exports, "TupleExpression", {
|
1411
1423
|
enumerable: true,
|
1412
1424
|
get: function () {
|
1413
|
-
return
|
1425
|
+
return _lowercase.tupleExpression;
|
1414
1426
|
}
|
1415
1427
|
});
|
1416
1428
|
Object.defineProperty(exports, "TupleTypeAnnotation", {
|
1417
1429
|
enumerable: true,
|
1418
1430
|
get: function () {
|
1419
|
-
return
|
1431
|
+
return _lowercase.tupleTypeAnnotation;
|
1420
1432
|
}
|
1421
1433
|
});
|
1422
1434
|
Object.defineProperty(exports, "TypeAlias", {
|
1423
1435
|
enumerable: true,
|
1424
1436
|
get: function () {
|
1425
|
-
return
|
1437
|
+
return _lowercase.typeAlias;
|
1426
1438
|
}
|
1427
1439
|
});
|
1428
1440
|
Object.defineProperty(exports, "TypeAnnotation", {
|
1429
1441
|
enumerable: true,
|
1430
1442
|
get: function () {
|
1431
|
-
return
|
1443
|
+
return _lowercase.typeAnnotation;
|
1432
1444
|
}
|
1433
1445
|
});
|
1434
1446
|
Object.defineProperty(exports, "TypeCastExpression", {
|
1435
1447
|
enumerable: true,
|
1436
1448
|
get: function () {
|
1437
|
-
return
|
1449
|
+
return _lowercase.typeCastExpression;
|
1438
1450
|
}
|
1439
1451
|
});
|
1440
1452
|
Object.defineProperty(exports, "TypeParameter", {
|
1441
1453
|
enumerable: true,
|
1442
1454
|
get: function () {
|
1443
|
-
return
|
1455
|
+
return _lowercase.typeParameter;
|
1444
1456
|
}
|
1445
1457
|
});
|
1446
1458
|
Object.defineProperty(exports, "TypeParameterDeclaration", {
|
1447
1459
|
enumerable: true,
|
1448
1460
|
get: function () {
|
1449
|
-
return
|
1461
|
+
return _lowercase.typeParameterDeclaration;
|
1450
1462
|
}
|
1451
1463
|
});
|
1452
1464
|
Object.defineProperty(exports, "TypeParameterInstantiation", {
|
1453
1465
|
enumerable: true,
|
1454
1466
|
get: function () {
|
1455
|
-
return
|
1467
|
+
return _lowercase.typeParameterInstantiation;
|
1456
1468
|
}
|
1457
1469
|
});
|
1458
1470
|
Object.defineProperty(exports, "TypeofTypeAnnotation", {
|
1459
1471
|
enumerable: true,
|
1460
1472
|
get: function () {
|
1461
|
-
return
|
1473
|
+
return _lowercase.typeofTypeAnnotation;
|
1462
1474
|
}
|
1463
1475
|
});
|
1464
1476
|
Object.defineProperty(exports, "UnaryExpression", {
|
1465
1477
|
enumerable: true,
|
1466
1478
|
get: function () {
|
1467
|
-
return
|
1479
|
+
return _lowercase.unaryExpression;
|
1468
1480
|
}
|
1469
1481
|
});
|
1470
1482
|
Object.defineProperty(exports, "UnionTypeAnnotation", {
|
1471
1483
|
enumerable: true,
|
1472
1484
|
get: function () {
|
1473
|
-
return
|
1485
|
+
return _lowercase.unionTypeAnnotation;
|
1474
1486
|
}
|
1475
1487
|
});
|
1476
1488
|
Object.defineProperty(exports, "UpdateExpression", {
|
1477
1489
|
enumerable: true,
|
1478
1490
|
get: function () {
|
1479
|
-
return
|
1491
|
+
return _lowercase.updateExpression;
|
1480
1492
|
}
|
1481
1493
|
});
|
1482
1494
|
Object.defineProperty(exports, "V8IntrinsicIdentifier", {
|
1483
1495
|
enumerable: true,
|
1484
1496
|
get: function () {
|
1485
|
-
return
|
1497
|
+
return _lowercase.v8IntrinsicIdentifier;
|
1486
1498
|
}
|
1487
1499
|
});
|
1488
1500
|
Object.defineProperty(exports, "VariableDeclaration", {
|
1489
1501
|
enumerable: true,
|
1490
1502
|
get: function () {
|
1491
|
-
return
|
1503
|
+
return _lowercase.variableDeclaration;
|
1492
1504
|
}
|
1493
1505
|
});
|
1494
1506
|
Object.defineProperty(exports, "VariableDeclarator", {
|
1495
1507
|
enumerable: true,
|
1496
1508
|
get: function () {
|
1497
|
-
return
|
1509
|
+
return _lowercase.variableDeclarator;
|
1498
1510
|
}
|
1499
1511
|
});
|
1500
1512
|
Object.defineProperty(exports, "Variance", {
|
1501
1513
|
enumerable: true,
|
1502
1514
|
get: function () {
|
1503
|
-
return
|
1515
|
+
return _lowercase.variance;
|
1504
1516
|
}
|
1505
1517
|
});
|
1506
1518
|
Object.defineProperty(exports, "VoidTypeAnnotation", {
|
1507
1519
|
enumerable: true,
|
1508
1520
|
get: function () {
|
1509
|
-
return
|
1521
|
+
return _lowercase.voidTypeAnnotation;
|
1510
1522
|
}
|
1511
1523
|
});
|
1512
1524
|
Object.defineProperty(exports, "WhileStatement", {
|
1513
1525
|
enumerable: true,
|
1514
1526
|
get: function () {
|
1515
|
-
return
|
1527
|
+
return _lowercase.whileStatement;
|
1516
1528
|
}
|
1517
1529
|
});
|
1518
1530
|
Object.defineProperty(exports, "WithStatement", {
|
1519
1531
|
enumerable: true,
|
1520
1532
|
get: function () {
|
1521
|
-
return
|
1533
|
+
return _lowercase.withStatement;
|
1522
1534
|
}
|
1523
1535
|
});
|
1524
1536
|
Object.defineProperty(exports, "YieldExpression", {
|
1525
1537
|
enumerable: true,
|
1526
1538
|
get: function () {
|
1527
|
-
return
|
1539
|
+
return _lowercase.yieldExpression;
|
1528
1540
|
}
|
1529
1541
|
});
|
1530
|
-
var
|
1542
|
+
var _lowercase = require("./lowercase.js");
|
1531
1543
|
|
1532
1544
|
//# sourceMappingURL=uppercase.js.map
|