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
@@ -7,7 +7,7 @@ function _objectWithoutPropertiesLoose(r, e) {
|
|
7
7
|
if (null == r) return {};
|
8
8
|
var t = {};
|
9
9
|
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
10
|
-
if (e.
|
10
|
+
if (-1 !== e.indexOf(n)) continue;
|
11
11
|
t[n] = r[n];
|
12
12
|
}
|
13
13
|
return t;
|
@@ -307,7 +307,7 @@ var StrictModeErrors = {
|
|
307
307
|
StrictWith: "'with' in strict mode."
|
308
308
|
};
|
309
309
|
const UnparenthesizedPipeBodyDescriptions = new Set(["ArrowFunctionExpression", "AssignmentExpression", "ConditionalExpression", "YieldExpression"]);
|
310
|
-
var PipelineOperatorErrors = {
|
310
|
+
var PipelineOperatorErrors = Object.assign({
|
311
311
|
PipeBodyIsTighter: "Unexpected yield after pipeline body; any yield expression acting as Hack-style pipe body must be parenthesized due to its loose operator precedence.",
|
312
312
|
PipeTopicRequiresHackPipes: 'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.',
|
313
313
|
PipeTopicUnbound: "Topic reference is unbound; it must be inside a pipe body.",
|
@@ -319,14 +319,15 @@ var PipelineOperatorErrors = {
|
|
319
319
|
type
|
320
320
|
}) => `Hack-style pipe body cannot be an unparenthesized ${toNodeDescription({
|
321
321
|
type
|
322
|
-
})}; please wrap it in parentheses
|
322
|
+
})}; please wrap it in parentheses.`
|
323
|
+
}, {
|
323
324
|
PipelineBodyNoArrow: 'Unexpected arrow "=>" after pipeline body; arrow function in pipeline body must be parenthesized.',
|
324
325
|
PipelineBodySequenceExpression: "Pipeline body may not be a comma-separated sequence expression.",
|
325
326
|
PipelineHeadSequenceExpression: "Pipeline head should not be a comma-separated sequence expression.",
|
326
327
|
PipelineTopicUnused: "Pipeline is in topic style but does not use topic reference.",
|
327
328
|
PrimaryTopicNotAllowed: "Topic reference was used in a lexical context without topic binding.",
|
328
329
|
PrimaryTopicRequiresSmartPipeline: 'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.'
|
329
|
-
};
|
330
|
+
});
|
330
331
|
const _excluded = ["message"];
|
331
332
|
function defineHidden(obj, key, value) {
|
332
333
|
Object.defineProperty(obj, key, {
|
@@ -420,6 +421,54 @@ function ParseErrorEnum(argument, syntaxPlugin) {
|
|
420
421
|
return ParseErrorConstructors;
|
421
422
|
}
|
422
423
|
const Errors = Object.assign({}, ParseErrorEnum(ModuleErrors), ParseErrorEnum(StandardErrors), ParseErrorEnum(StrictModeErrors), ParseErrorEnum`pipelineOperator`(PipelineOperatorErrors));
|
424
|
+
function createDefaultOptions() {
|
425
|
+
return {
|
426
|
+
sourceType: "script",
|
427
|
+
sourceFilename: undefined,
|
428
|
+
startIndex: 0,
|
429
|
+
startColumn: 0,
|
430
|
+
startLine: 1,
|
431
|
+
allowAwaitOutsideFunction: false,
|
432
|
+
allowReturnOutsideFunction: false,
|
433
|
+
allowNewTargetOutsideFunction: false,
|
434
|
+
allowImportExportEverywhere: false,
|
435
|
+
allowSuperOutsideMethod: false,
|
436
|
+
allowUndeclaredExports: false,
|
437
|
+
plugins: [],
|
438
|
+
strictMode: null,
|
439
|
+
ranges: false,
|
440
|
+
tokens: false,
|
441
|
+
createImportExpressions: false,
|
442
|
+
createParenthesizedExpressions: false,
|
443
|
+
errorRecovery: false,
|
444
|
+
attachComment: true,
|
445
|
+
annexB: true
|
446
|
+
};
|
447
|
+
}
|
448
|
+
function getOptions(opts) {
|
449
|
+
const options = createDefaultOptions();
|
450
|
+
if (opts == null) {
|
451
|
+
return options;
|
452
|
+
}
|
453
|
+
if (opts.annexB != null && opts.annexB !== false) {
|
454
|
+
throw new Error("The `annexB` option can only be set to `false`.");
|
455
|
+
}
|
456
|
+
for (const key of Object.keys(options)) {
|
457
|
+
if (opts[key] != null) options[key] = opts[key];
|
458
|
+
}
|
459
|
+
if (options.startLine === 1) {
|
460
|
+
if (opts.startIndex == null && options.startColumn > 0) {
|
461
|
+
options.startIndex = options.startColumn;
|
462
|
+
} else if (opts.startColumn == null && options.startIndex > 0) {
|
463
|
+
options.startColumn = options.startIndex;
|
464
|
+
}
|
465
|
+
} else if (opts.startColumn == null || opts.startIndex == null) {
|
466
|
+
if (opts.startIndex != null) {
|
467
|
+
throw new Error("With a `startLine > 1` you must also specify `startIndex` and `startColumn`.");
|
468
|
+
}
|
469
|
+
}
|
470
|
+
return options;
|
471
|
+
}
|
423
472
|
const {
|
424
473
|
defineProperty
|
425
474
|
} = Object;
|
@@ -439,7 +488,7 @@ function toESTreeLocation(node) {
|
|
439
488
|
var estree = superClass => class ESTreeParserMixin extends superClass {
|
440
489
|
parse() {
|
441
490
|
const file = toESTreeLocation(super.parse());
|
442
|
-
if (this.
|
491
|
+
if (this.optionFlags & 128) {
|
443
492
|
file.tokens = file.tokens.map(toESTreeLocation);
|
444
493
|
}
|
445
494
|
return file;
|
@@ -528,14 +577,6 @@ var estree = superClass => class ESTreeParserMixin extends superClass {
|
|
528
577
|
node.body = directiveStatements.concat(node.body);
|
529
578
|
delete node.directives;
|
530
579
|
}
|
531
|
-
pushClassMethod(classBody, method, isGenerator, isAsync, isConstructor, allowsDirectSuper) {
|
532
|
-
this.parseMethod(method, isGenerator, isAsync, isConstructor, allowsDirectSuper, "ClassMethod", true);
|
533
|
-
if (method.typeParameters) {
|
534
|
-
method.value.typeParameters = method.typeParameters;
|
535
|
-
delete method.typeParameters;
|
536
|
-
}
|
537
|
-
classBody.body.push(method);
|
538
|
-
}
|
539
580
|
parsePrivateName() {
|
540
581
|
const node = super.parsePrivateName();
|
541
582
|
{
|
@@ -586,6 +627,14 @@ var estree = superClass => class ESTreeParserMixin extends superClass {
|
|
586
627
|
funcNode.type = "FunctionExpression";
|
587
628
|
delete funcNode.kind;
|
588
629
|
node.value = funcNode;
|
630
|
+
const {
|
631
|
+
typeParameters
|
632
|
+
} = node;
|
633
|
+
if (typeParameters) {
|
634
|
+
delete node.typeParameters;
|
635
|
+
funcNode.typeParameters = typeParameters;
|
636
|
+
this.resetStartLocationFromNode(funcNode, typeParameters);
|
637
|
+
}
|
589
638
|
if (type === "ClassPrivateMethod") {
|
590
639
|
node.computed = false;
|
591
640
|
}
|
@@ -602,7 +651,9 @@ var estree = superClass => class ESTreeParserMixin extends superClass {
|
|
602
651
|
return propertyNode;
|
603
652
|
}
|
604
653
|
}
|
605
|
-
|
654
|
+
{
|
655
|
+
propertyNode.type = "PropertyDefinition";
|
656
|
+
}
|
606
657
|
return propertyNode;
|
607
658
|
}
|
608
659
|
parseClassPrivateProperty(...args) {
|
@@ -612,7 +663,9 @@ var estree = superClass => class ESTreeParserMixin extends superClass {
|
|
612
663
|
return propertyNode;
|
613
664
|
}
|
614
665
|
}
|
615
|
-
|
666
|
+
{
|
667
|
+
propertyNode.type = "PropertyDefinition";
|
668
|
+
}
|
616
669
|
propertyNode.computed = false;
|
617
670
|
return propertyNode;
|
618
671
|
}
|
@@ -1734,6 +1787,14 @@ class CommentsParser extends BaseParser {
|
|
1734
1787
|
case "ImportDeclaration":
|
1735
1788
|
adjustInnerComments(node, node.specifiers, commentWS);
|
1736
1789
|
break;
|
1790
|
+
case "TSEnumDeclaration":
|
1791
|
+
{
|
1792
|
+
adjustInnerComments(node, node.members, commentWS);
|
1793
|
+
}
|
1794
|
+
break;
|
1795
|
+
case "TSEnumBody":
|
1796
|
+
adjustInnerComments(node, node.members, commentWS);
|
1797
|
+
break;
|
1737
1798
|
default:
|
1738
1799
|
{
|
1739
1800
|
setInnerComments(node, comments);
|
@@ -2313,7 +2374,7 @@ class Tokenizer extends CommentsParser {
|
|
2313
2374
|
this.tokens = [];
|
2314
2375
|
this.errorHandlers_readInt = {
|
2315
2376
|
invalidDigit: (pos, lineStart, curLine, radix) => {
|
2316
|
-
if (!this.
|
2377
|
+
if (!(this.optionFlags & 1024)) return false;
|
2317
2378
|
this.raise(Errors.InvalidDigit, buildPosition(pos, lineStart, curLine), {
|
2318
2379
|
radix
|
2319
2380
|
});
|
@@ -2354,7 +2415,7 @@ class Tokenizer extends CommentsParser {
|
|
2354
2415
|
}
|
2355
2416
|
next() {
|
2356
2417
|
this.checkKeywordEscapes();
|
2357
|
-
if (this.
|
2418
|
+
if (this.optionFlags & 128) {
|
2358
2419
|
this.pushToken(new Token(this.state));
|
2359
2420
|
}
|
2360
2421
|
this.state.lastTokEndLoc = this.state.endLoc;
|
@@ -2470,7 +2531,7 @@ class Tokenizer extends CommentsParser {
|
|
2470
2531
|
end: this.sourceToOffsetPos(end + commentEnd.length),
|
2471
2532
|
loc: new SourceLocation(startLoc, this.state.curPosition())
|
2472
2533
|
};
|
2473
|
-
if (this.
|
2534
|
+
if (this.optionFlags & 128) this.pushToken(comment);
|
2474
2535
|
return comment;
|
2475
2536
|
}
|
2476
2537
|
skipLineComment(startSkip) {
|
@@ -2493,12 +2554,12 @@ class Tokenizer extends CommentsParser {
|
|
2493
2554
|
end: this.sourceToOffsetPos(end),
|
2494
2555
|
loc: new SourceLocation(startLoc, this.state.curPosition())
|
2495
2556
|
};
|
2496
|
-
if (this.
|
2557
|
+
if (this.optionFlags & 128) this.pushToken(comment);
|
2497
2558
|
return comment;
|
2498
2559
|
}
|
2499
2560
|
skipSpace() {
|
2500
2561
|
const spaceStart = this.state.pos;
|
2501
|
-
const comments = [];
|
2562
|
+
const comments = this.optionFlags & 2048 ? [] : null;
|
2502
2563
|
loop: while (this.state.pos < this.length) {
|
2503
2564
|
const ch = this.input.charCodeAt(this.state.pos);
|
2504
2565
|
switch (ch) {
|
@@ -2525,7 +2586,7 @@ class Tokenizer extends CommentsParser {
|
|
2525
2586
|
const comment = this.skipBlockComment("*/");
|
2526
2587
|
if (comment !== undefined) {
|
2527
2588
|
this.addComment(comment);
|
2528
|
-
|
2589
|
+
comments == null || comments.push(comment);
|
2529
2590
|
}
|
2530
2591
|
break;
|
2531
2592
|
}
|
@@ -2534,7 +2595,7 @@ class Tokenizer extends CommentsParser {
|
|
2534
2595
|
const comment = this.skipLineComment(2);
|
2535
2596
|
if (comment !== undefined) {
|
2536
2597
|
this.addComment(comment);
|
2537
|
-
|
2598
|
+
comments == null || comments.push(comment);
|
2538
2599
|
}
|
2539
2600
|
break;
|
2540
2601
|
}
|
@@ -2545,24 +2606,24 @@ class Tokenizer extends CommentsParser {
|
|
2545
2606
|
default:
|
2546
2607
|
if (isWhitespace(ch)) {
|
2547
2608
|
++this.state.pos;
|
2548
|
-
} else if (ch === 45 && !this.inModule && this.
|
2609
|
+
} else if (ch === 45 && !this.inModule && this.optionFlags & 4096) {
|
2549
2610
|
const pos = this.state.pos;
|
2550
2611
|
if (this.input.charCodeAt(pos + 1) === 45 && this.input.charCodeAt(pos + 2) === 62 && (spaceStart === 0 || this.state.lineStart > spaceStart)) {
|
2551
2612
|
const comment = this.skipLineComment(3);
|
2552
2613
|
if (comment !== undefined) {
|
2553
2614
|
this.addComment(comment);
|
2554
|
-
|
2615
|
+
comments == null || comments.push(comment);
|
2555
2616
|
}
|
2556
2617
|
} else {
|
2557
2618
|
break loop;
|
2558
2619
|
}
|
2559
|
-
} else if (ch === 60 && !this.inModule && this.
|
2620
|
+
} else if (ch === 60 && !this.inModule && this.optionFlags & 4096) {
|
2560
2621
|
const pos = this.state.pos;
|
2561
2622
|
if (this.input.charCodeAt(pos + 1) === 33 && this.input.charCodeAt(pos + 2) === 45 && this.input.charCodeAt(pos + 3) === 45) {
|
2562
2623
|
const comment = this.skipLineComment(4);
|
2563
2624
|
if (comment !== undefined) {
|
2564
2625
|
this.addComment(comment);
|
2565
|
-
|
2626
|
+
comments == null || comments.push(comment);
|
2566
2627
|
}
|
2567
2628
|
} else {
|
2568
2629
|
break loop;
|
@@ -2572,7 +2633,7 @@ class Tokenizer extends CommentsParser {
|
|
2572
2633
|
}
|
2573
2634
|
}
|
2574
2635
|
}
|
2575
|
-
if (comments.length > 0) {
|
2636
|
+
if ((comments == null ? void 0 : comments.length) > 0) {
|
2576
2637
|
const end = this.state.pos;
|
2577
2638
|
const commentWhitespace = {
|
2578
2639
|
start: this.sourceToOffsetPos(spaceStart),
|
@@ -3264,7 +3325,7 @@ class Tokenizer extends CommentsParser {
|
|
3264
3325
|
raise(toParseError, at, details = {}) {
|
3265
3326
|
const loc = at instanceof Position ? at : at.loc.start;
|
3266
3327
|
const error = toParseError(loc, details);
|
3267
|
-
if (!this.
|
3328
|
+
if (!(this.optionFlags & 1024)) throw error;
|
3268
3329
|
if (!this.isLookahead) this.state.errors.push(error);
|
3269
3330
|
return error;
|
3270
3331
|
}
|
@@ -3748,7 +3809,7 @@ class Node {
|
|
3748
3809
|
this.start = pos;
|
3749
3810
|
this.end = 0;
|
3750
3811
|
this.loc = new SourceLocation(loc);
|
3751
|
-
if (parser
|
3812
|
+
if ((parser == null ? void 0 : parser.optionFlags) & 64) this.range = [pos, 0];
|
3752
3813
|
if (parser != null && parser.filename) this.loc.filename = parser.filename;
|
3753
3814
|
}
|
3754
3815
|
}
|
@@ -3836,19 +3897,21 @@ class NodeUtils extends UtilParser {
|
|
3836
3897
|
node.type = type;
|
3837
3898
|
node.end = endLoc.index;
|
3838
3899
|
node.loc.end = endLoc;
|
3839
|
-
if (this.
|
3840
|
-
if (this.
|
3900
|
+
if (this.optionFlags & 64) node.range[1] = endLoc.index;
|
3901
|
+
if (this.optionFlags & 2048) {
|
3902
|
+
this.processComment(node);
|
3903
|
+
}
|
3841
3904
|
return node;
|
3842
3905
|
}
|
3843
3906
|
resetStartLocation(node, startLoc) {
|
3844
3907
|
node.start = startLoc.index;
|
3845
3908
|
node.loc.start = startLoc;
|
3846
|
-
if (this.
|
3909
|
+
if (this.optionFlags & 64) node.range[0] = startLoc.index;
|
3847
3910
|
}
|
3848
3911
|
resetEndLocation(node, endLoc = this.state.lastTokEndLoc) {
|
3849
3912
|
node.end = endLoc.index;
|
3850
3913
|
node.loc.end = endLoc;
|
3851
|
-
if (this.
|
3914
|
+
if (this.optionFlags & 64) node.range[1] = endLoc.index;
|
3852
3915
|
}
|
3853
3916
|
resetStartLocationFromNode(node, locationNode) {
|
3854
3917
|
this.resetStartLocation(node, locationNode.loc.start);
|
@@ -4356,26 +4419,49 @@ var flow = superClass => class FlowParserMixin extends superClass {
|
|
4356
4419
|
this.state.inType = oldInType;
|
4357
4420
|
return this.finishNode(node, "TypeParameterDeclaration");
|
4358
4421
|
}
|
4422
|
+
flowInTopLevelContext(cb) {
|
4423
|
+
if (this.curContext() !== types.brace) {
|
4424
|
+
const oldContext = this.state.context;
|
4425
|
+
this.state.context = [oldContext[0]];
|
4426
|
+
try {
|
4427
|
+
return cb();
|
4428
|
+
} finally {
|
4429
|
+
this.state.context = oldContext;
|
4430
|
+
}
|
4431
|
+
} else {
|
4432
|
+
return cb();
|
4433
|
+
}
|
4434
|
+
}
|
4435
|
+
flowParseTypeParameterInstantiationInExpression() {
|
4436
|
+
if (this.reScan_lt() !== 47) return;
|
4437
|
+
return this.flowParseTypeParameterInstantiation();
|
4438
|
+
}
|
4359
4439
|
flowParseTypeParameterInstantiation() {
|
4360
4440
|
const node = this.startNode();
|
4361
4441
|
const oldInType = this.state.inType;
|
4362
|
-
node.params = [];
|
4363
4442
|
this.state.inType = true;
|
4364
|
-
|
4365
|
-
|
4366
|
-
|
4367
|
-
|
4368
|
-
|
4369
|
-
|
4370
|
-
this.
|
4443
|
+
node.params = [];
|
4444
|
+
this.flowInTopLevelContext(() => {
|
4445
|
+
this.expect(47);
|
4446
|
+
const oldNoAnonFunctionType = this.state.noAnonFunctionType;
|
4447
|
+
this.state.noAnonFunctionType = false;
|
4448
|
+
while (!this.match(48)) {
|
4449
|
+
node.params.push(this.flowParseType());
|
4450
|
+
if (!this.match(48)) {
|
4451
|
+
this.expect(12);
|
4452
|
+
}
|
4371
4453
|
}
|
4454
|
+
this.state.noAnonFunctionType = oldNoAnonFunctionType;
|
4455
|
+
});
|
4456
|
+
this.state.inType = oldInType;
|
4457
|
+
if (!this.state.inType && this.curContext() === types.brace) {
|
4458
|
+
this.reScan_lt_gt();
|
4372
4459
|
}
|
4373
|
-
this.state.noAnonFunctionType = oldNoAnonFunctionType;
|
4374
4460
|
this.expect(48);
|
4375
|
-
this.state.inType = oldInType;
|
4376
4461
|
return this.finishNode(node, "TypeParameterInstantiation");
|
4377
4462
|
}
|
4378
4463
|
flowParseTypeParameterInstantiationCallOrNew() {
|
4464
|
+
if (this.reScan_lt() !== 47) return;
|
4379
4465
|
const node = this.startNode();
|
4380
4466
|
const oldInType = this.state.inType;
|
4381
4467
|
node.params = [];
|
@@ -4655,8 +4741,7 @@ var flow = superClass => class FlowParserMixin extends superClass {
|
|
4655
4741
|
}
|
4656
4742
|
}
|
4657
4743
|
flowParseQualifiedTypeIdentifier(startLoc, id) {
|
4658
|
-
|
4659
|
-
(_startLoc = startLoc) != null ? _startLoc : startLoc = this.state.startLoc;
|
4744
|
+
startLoc != null ? startLoc : startLoc = this.state.startLoc;
|
4660
4745
|
let node = id || this.flowParseRestrictedIdentifier(true);
|
4661
4746
|
while (this.eat(16)) {
|
4662
4747
|
const node2 = this.startNodeAt(startLoc);
|
@@ -5429,8 +5514,10 @@ var flow = superClass => class FlowParserMixin extends superClass {
|
|
5429
5514
|
}
|
5430
5515
|
parseClassSuper(node) {
|
5431
5516
|
super.parseClassSuper(node);
|
5432
|
-
if (node.superClass && this.match(47)) {
|
5433
|
-
|
5517
|
+
if (node.superClass && (this.match(47) || this.match(51))) {
|
5518
|
+
{
|
5519
|
+
node.superTypeParameters = this.flowParseTypeParameterInstantiationInExpression();
|
5520
|
+
}
|
5434
5521
|
}
|
5435
5522
|
if (this.isContextual(113)) {
|
5436
5523
|
this.next();
|
@@ -5761,12 +5848,12 @@ var flow = superClass => class FlowParserMixin extends superClass {
|
|
5761
5848
|
this.next();
|
5762
5849
|
const node = this.startNodeAt(startLoc);
|
5763
5850
|
node.callee = base;
|
5764
|
-
node.typeArguments = this.
|
5851
|
+
node.typeArguments = this.flowParseTypeParameterInstantiationInExpression();
|
5765
5852
|
this.expect(10);
|
5766
5853
|
node.arguments = this.parseCallExpressionArguments(11);
|
5767
5854
|
node.optional = true;
|
5768
5855
|
return this.finishCallExpression(node, true);
|
5769
|
-
} else if (!noCalls && this.shouldParseTypes() && this.match(47)) {
|
5856
|
+
} else if (!noCalls && this.shouldParseTypes() && (this.match(47) || this.match(51))) {
|
5770
5857
|
const node = this.startNodeAt(startLoc);
|
5771
5858
|
node.callee = base;
|
5772
5859
|
const result = this.tryParse(() => {
|
@@ -6195,6 +6282,14 @@ var flow = superClass => class FlowParserMixin extends superClass {
|
|
6195
6282
|
node.body = this.flowEnumBody(this.startNode(), id);
|
6196
6283
|
return this.finishNode(node, "EnumDeclaration");
|
6197
6284
|
}
|
6285
|
+
jsxParseOpeningElementAfterName(node) {
|
6286
|
+
if (this.shouldParseTypes()) {
|
6287
|
+
if (this.match(47) || this.match(51)) {
|
6288
|
+
node.typeArguments = this.flowParseTypeParameterInstantiationInExpression();
|
6289
|
+
}
|
6290
|
+
}
|
6291
|
+
return super.jsxParseOpeningElementAfterName(node);
|
6292
|
+
}
|
6198
6293
|
isLookaheadToken_lt() {
|
6199
6294
|
const next = this.nextTokenStart();
|
6200
6295
|
if (this.input.charCodeAt(next) === 60) {
|
@@ -6203,6 +6298,29 @@ var flow = superClass => class FlowParserMixin extends superClass {
|
|
6203
6298
|
}
|
6204
6299
|
return false;
|
6205
6300
|
}
|
6301
|
+
reScan_lt_gt() {
|
6302
|
+
const {
|
6303
|
+
type
|
6304
|
+
} = this.state;
|
6305
|
+
if (type === 47) {
|
6306
|
+
this.state.pos -= 1;
|
6307
|
+
this.readToken_lt();
|
6308
|
+
} else if (type === 48) {
|
6309
|
+
this.state.pos -= 1;
|
6310
|
+
this.readToken_gt();
|
6311
|
+
}
|
6312
|
+
}
|
6313
|
+
reScan_lt() {
|
6314
|
+
const {
|
6315
|
+
type
|
6316
|
+
} = this.state;
|
6317
|
+
if (type === 51) {
|
6318
|
+
this.state.pos -= 2;
|
6319
|
+
this.finishOp(47, 1);
|
6320
|
+
return 47;
|
6321
|
+
}
|
6322
|
+
return type;
|
6323
|
+
}
|
6206
6324
|
maybeUnwrapTypeCastExpression(node) {
|
6207
6325
|
return node.type === "TypeCastExpression" ? node.expression : node;
|
6208
6326
|
}
|
@@ -7079,14 +7197,7 @@ class LValParser extends NodeUtils {
|
|
7079
7197
|
for (let i = 0; i <= end; i++) {
|
7080
7198
|
const elt = exprList[i];
|
7081
7199
|
if (!elt) continue;
|
7082
|
-
|
7083
|
-
elt.type = "RestElement";
|
7084
|
-
const arg = elt.argument;
|
7085
|
-
this.checkToRestConversion(arg, true);
|
7086
|
-
this.toAssignable(arg, isLHS);
|
7087
|
-
} else {
|
7088
|
-
this.toAssignable(elt, isLHS);
|
7089
|
-
}
|
7200
|
+
this.toAssignableListItem(exprList, i, isLHS);
|
7090
7201
|
if (elt.type === "RestElement") {
|
7091
7202
|
if (i < end) {
|
7092
7203
|
this.raise(Errors.RestTrailingComma, elt);
|
@@ -7096,6 +7207,17 @@ class LValParser extends NodeUtils {
|
|
7096
7207
|
}
|
7097
7208
|
}
|
7098
7209
|
}
|
7210
|
+
toAssignableListItem(exprList, index, isLHS) {
|
7211
|
+
const node = exprList[index];
|
7212
|
+
if (node.type === "SpreadElement") {
|
7213
|
+
node.type = "RestElement";
|
7214
|
+
const arg = node.argument;
|
7215
|
+
this.checkToRestConversion(arg, true);
|
7216
|
+
this.toAssignable(arg, isLHS);
|
7217
|
+
} else {
|
7218
|
+
this.toAssignable(node, isLHS);
|
7219
|
+
}
|
7220
|
+
}
|
7099
7221
|
isAssignable(node, isBinding) {
|
7100
7222
|
switch (node.type) {
|
7101
7223
|
case "Identifier":
|
@@ -7191,13 +7313,15 @@ class LValParser extends NodeUtils {
|
|
7191
7313
|
}
|
7192
7314
|
} else {
|
7193
7315
|
const decorators = [];
|
7194
|
-
if (
|
7195
|
-
this.
|
7196
|
-
|
7197
|
-
|
7198
|
-
|
7316
|
+
if (flags & 2) {
|
7317
|
+
if (this.match(26) && this.hasPlugin("decorators")) {
|
7318
|
+
this.raise(Errors.UnsupportedParameterDecorator, this.state.startLoc);
|
7319
|
+
}
|
7320
|
+
while (this.match(26)) {
|
7321
|
+
decorators.push(this.parseDecorator());
|
7322
|
+
}
|
7199
7323
|
}
|
7200
|
-
elts.push(this.
|
7324
|
+
elts.push(this.parseBindingElement(flags, decorators));
|
7201
7325
|
}
|
7202
7326
|
}
|
7203
7327
|
return elts;
|
@@ -7227,7 +7351,7 @@ class LValParser extends NodeUtils {
|
|
7227
7351
|
prop.method = false;
|
7228
7352
|
return this.parseObjPropValue(prop, startLoc, false, false, true, false);
|
7229
7353
|
}
|
7230
|
-
|
7354
|
+
parseBindingElement(flags, decorators) {
|
7231
7355
|
const left = this.parseMaybeDefault();
|
7232
7356
|
if (this.hasPlugin("flow") || flags & 2) {
|
7233
7357
|
this.parseFunctionParamType(left);
|
@@ -7242,9 +7366,8 @@ class LValParser extends NodeUtils {
|
|
7242
7366
|
return param;
|
7243
7367
|
}
|
7244
7368
|
parseMaybeDefault(startLoc, left) {
|
7245
|
-
|
7246
|
-
|
7247
|
-
left = (_left = left) != null ? _left : this.parseBindingAtom();
|
7369
|
+
startLoc != null ? startLoc : startLoc = this.state.startLoc;
|
7370
|
+
left = left != null ? left : this.parseBindingAtom();
|
7248
7371
|
if (!this.eat(29)) return left;
|
7249
7372
|
const node = this.startNodeAt(startLoc);
|
7250
7373
|
node.left = left;
|
@@ -7434,6 +7557,9 @@ const TSErrors = ParseErrorEnum`typescript`({
|
|
7434
7557
|
IndexSignatureHasOverride: "'override' modifier cannot appear on an index signature.",
|
7435
7558
|
IndexSignatureHasStatic: "Index signatures cannot have the 'static' modifier.",
|
7436
7559
|
InitializerNotAllowedInAmbientContext: "Initializers are not allowed in ambient contexts.",
|
7560
|
+
InvalidHeritageClauseType: ({
|
7561
|
+
token
|
7562
|
+
}) => `'${token}' list can only include identifiers or qualified-names with optional type arguments.`,
|
7437
7563
|
InvalidModifierOnTypeMember: ({
|
7438
7564
|
modifier
|
7439
7565
|
}) => `'${modifier}' modifier cannot appear on a type member.`,
|
@@ -7714,8 +7840,14 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
7714
7840
|
this.expect(10);
|
7715
7841
|
if (!this.match(134)) {
|
7716
7842
|
this.raise(TSErrors.UnsupportedImportTypeArgument, this.state.startLoc);
|
7843
|
+
{
|
7844
|
+
node.argument = super.parseExprAtom();
|
7845
|
+
}
|
7846
|
+
} else {
|
7847
|
+
{
|
7848
|
+
node.argument = this.parseStringLiteral(this.state.value);
|
7849
|
+
}
|
7717
7850
|
}
|
7718
|
-
node.argument = super.parseExprAtom();
|
7719
7851
|
if (this.eat(12) && !this.match(11)) {
|
7720
7852
|
node.options = super.parseMaybeAssignAllowIn();
|
7721
7853
|
this.eat(12);
|
@@ -7724,28 +7856,43 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
7724
7856
|
}
|
7725
7857
|
this.expect(11);
|
7726
7858
|
if (this.eat(16)) {
|
7727
|
-
node.qualifier = this.tsParseEntityName();
|
7859
|
+
node.qualifier = this.tsParseEntityName(1 | 2);
|
7728
7860
|
}
|
7729
7861
|
if (this.match(47)) {
|
7730
|
-
|
7862
|
+
{
|
7863
|
+
node.typeParameters = this.tsParseTypeArguments();
|
7864
|
+
}
|
7731
7865
|
}
|
7732
7866
|
return this.finishNode(node, "TSImportType");
|
7733
7867
|
}
|
7734
|
-
tsParseEntityName(
|
7735
|
-
let entity
|
7868
|
+
tsParseEntityName(flags) {
|
7869
|
+
let entity;
|
7870
|
+
if (flags & 1 && this.match(78)) {
|
7871
|
+
if (flags & 2) {
|
7872
|
+
entity = this.parseIdentifier(true);
|
7873
|
+
} else {
|
7874
|
+
const node = this.startNode();
|
7875
|
+
this.next();
|
7876
|
+
entity = this.finishNode(node, "ThisExpression");
|
7877
|
+
}
|
7878
|
+
} else {
|
7879
|
+
entity = this.parseIdentifier(!!(flags & 1));
|
7880
|
+
}
|
7736
7881
|
while (this.eat(16)) {
|
7737
7882
|
const node = this.startNodeAtNode(entity);
|
7738
7883
|
node.left = entity;
|
7739
|
-
node.right = this.parseIdentifier(
|
7884
|
+
node.right = this.parseIdentifier(!!(flags & 1));
|
7740
7885
|
entity = this.finishNode(node, "TSQualifiedName");
|
7741
7886
|
}
|
7742
7887
|
return entity;
|
7743
7888
|
}
|
7744
7889
|
tsParseTypeReference() {
|
7745
7890
|
const node = this.startNode();
|
7746
|
-
node.typeName = this.tsParseEntityName();
|
7891
|
+
node.typeName = this.tsParseEntityName(1);
|
7747
7892
|
if (!this.hasPrecedingLineBreak() && this.match(47)) {
|
7748
|
-
|
7893
|
+
{
|
7894
|
+
node.typeParameters = this.tsParseTypeArguments();
|
7895
|
+
}
|
7749
7896
|
}
|
7750
7897
|
return this.finishNode(node, "TSTypeReference");
|
7751
7898
|
}
|
@@ -7768,10 +7915,14 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
7768
7915
|
if (this.match(83)) {
|
7769
7916
|
node.exprName = this.tsParseImportType();
|
7770
7917
|
} else {
|
7771
|
-
|
7918
|
+
{
|
7919
|
+
node.exprName = this.tsParseEntityName(1 | 2);
|
7920
|
+
}
|
7772
7921
|
}
|
7773
7922
|
if (!this.hasPrecedingLineBreak() && this.match(47)) {
|
7774
|
-
|
7923
|
+
{
|
7924
|
+
node.typeParameters = this.tsParseTypeArguments();
|
7925
|
+
}
|
7775
7926
|
}
|
7776
7927
|
return this.finishNode(node, "TSTypeQuery");
|
7777
7928
|
}
|
@@ -8026,10 +8177,11 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8026
8177
|
return this.finishNode(node, "TSTupleType");
|
8027
8178
|
}
|
8028
8179
|
tsParseTupleElementType() {
|
8180
|
+
const restStartLoc = this.state.startLoc;
|
8181
|
+
const rest = this.eat(21);
|
8029
8182
|
const {
|
8030
8183
|
startLoc
|
8031
8184
|
} = this.state;
|
8032
|
-
const rest = this.eat(21);
|
8033
8185
|
let labeled;
|
8034
8186
|
let label;
|
8035
8187
|
let optional;
|
@@ -8044,7 +8196,6 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8044
8196
|
type = this.tsParseType();
|
8045
8197
|
} else if (chAfterWord === 63) {
|
8046
8198
|
optional = true;
|
8047
|
-
const startLoc = this.state.startLoc;
|
8048
8199
|
const wordName = this.state.value;
|
8049
8200
|
const typeOrLabel = this.tsParseNonArrayType();
|
8050
8201
|
if (this.lookaheadCharCode() === 58) {
|
@@ -8066,7 +8217,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8066
8217
|
if (labeled) {
|
8067
8218
|
let labeledNode;
|
8068
8219
|
if (label) {
|
8069
|
-
labeledNode = this.
|
8220
|
+
labeledNode = this.startNodeAt(startLoc);
|
8070
8221
|
labeledNode.optional = optional;
|
8071
8222
|
labeledNode.label = label;
|
8072
8223
|
labeledNode.elementType = type;
|
@@ -8075,7 +8226,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8075
8226
|
this.raise(TSErrors.TupleOptionalAfterType, this.state.lastTokStartLoc);
|
8076
8227
|
}
|
8077
8228
|
} else {
|
8078
|
-
labeledNode = this.
|
8229
|
+
labeledNode = this.startNodeAt(startLoc);
|
8079
8230
|
labeledNode.optional = optional;
|
8080
8231
|
this.raise(TSErrors.InvalidTupleMemberLabel, type);
|
8081
8232
|
labeledNode.label = type;
|
@@ -8083,12 +8234,12 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8083
8234
|
}
|
8084
8235
|
type = this.finishNode(labeledNode, "TSNamedTupleMember");
|
8085
8236
|
} else if (optional) {
|
8086
|
-
const optionalTypeNode = this.
|
8237
|
+
const optionalTypeNode = this.startNodeAt(startLoc);
|
8087
8238
|
optionalTypeNode.typeAnnotation = type;
|
8088
8239
|
type = this.finishNode(optionalTypeNode, "TSOptionalType");
|
8089
8240
|
}
|
8090
8241
|
if (rest) {
|
8091
|
-
const restNode = this.startNodeAt(
|
8242
|
+
const restNode = this.startNodeAt(restStartLoc);
|
8092
8243
|
restNode.typeAnnotation = type;
|
8093
8244
|
type = this.finishNode(restNode, "TSRestType");
|
8094
8245
|
}
|
@@ -8127,9 +8278,11 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8127
8278
|
return this.finishNode(node, "TSLiteralType");
|
8128
8279
|
}
|
8129
8280
|
tsParseTemplateLiteralType() {
|
8130
|
-
|
8131
|
-
|
8132
|
-
|
8281
|
+
{
|
8282
|
+
const node = this.startNode();
|
8283
|
+
node.literal = super.parseTemplate(false);
|
8284
|
+
return this.finishNode(node, "TSLiteralType");
|
8285
|
+
}
|
8133
8286
|
}
|
8134
8287
|
parseTemplateSubstitution() {
|
8135
8288
|
if (this.state.inType) return this.tsParseType();
|
@@ -8196,15 +8349,18 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8196
8349
|
this.unexpected();
|
8197
8350
|
}
|
8198
8351
|
tsParseArrayTypeOrHigher() {
|
8352
|
+
const {
|
8353
|
+
startLoc
|
8354
|
+
} = this.state;
|
8199
8355
|
let type = this.tsParseNonArrayType();
|
8200
8356
|
while (!this.hasPrecedingLineBreak() && this.eat(0)) {
|
8201
8357
|
if (this.match(3)) {
|
8202
|
-
const node = this.
|
8358
|
+
const node = this.startNodeAt(startLoc);
|
8203
8359
|
node.elementType = type;
|
8204
8360
|
this.expect(3);
|
8205
8361
|
type = this.finishNode(node, "TSArrayType");
|
8206
8362
|
} else {
|
8207
|
-
const node = this.
|
8363
|
+
const node = this.startNodeAt(startLoc);
|
8208
8364
|
node.objectType = type;
|
8209
8365
|
node.indexType = this.tsParseType();
|
8210
8366
|
this.expect(3);
|
@@ -8456,12 +8612,14 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8456
8612
|
tsParseHeritageClause(token) {
|
8457
8613
|
const originalStartLoc = this.state.startLoc;
|
8458
8614
|
const delimitedList = this.tsParseDelimitedList("HeritageClauseElement", () => {
|
8459
|
-
|
8460
|
-
|
8461
|
-
|
8462
|
-
|
8615
|
+
{
|
8616
|
+
const node = this.startNode();
|
8617
|
+
node.expression = this.tsParseEntityName(1 | 2);
|
8618
|
+
if (this.match(47)) {
|
8619
|
+
node.typeParameters = this.tsParseTypeArguments();
|
8620
|
+
}
|
8621
|
+
return this.finishNode(node, "TSExpressionWithTypeArguments");
|
8463
8622
|
}
|
8464
|
-
return this.finishNode(node, "TSExpressionWithTypeArguments");
|
8465
8623
|
});
|
8466
8624
|
if (!delimitedList.length) {
|
8467
8625
|
this.raise(TSErrors.EmptyHeritageClauseType, originalStartLoc, {
|
@@ -8506,13 +8664,17 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8506
8664
|
this.semicolon();
|
8507
8665
|
return this.finishNode(node, "TSTypeAliasDeclaration");
|
8508
8666
|
}
|
8509
|
-
|
8510
|
-
|
8511
|
-
|
8512
|
-
|
8667
|
+
tsInTopLevelContext(cb) {
|
8668
|
+
if (this.curContext() !== types.brace) {
|
8669
|
+
const oldContext = this.state.context;
|
8670
|
+
this.state.context = [oldContext[0]];
|
8671
|
+
try {
|
8672
|
+
return cb();
|
8673
|
+
} finally {
|
8674
|
+
this.state.context = oldContext;
|
8675
|
+
}
|
8676
|
+
} else {
|
8513
8677
|
return cb();
|
8514
|
-
} finally {
|
8515
|
-
this.state.context = oldContext;
|
8516
8678
|
}
|
8517
8679
|
}
|
8518
8680
|
tsInType(cb) {
|
@@ -8573,10 +8735,19 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8573
8735
|
this.expectContextual(126);
|
8574
8736
|
node.id = this.parseIdentifier();
|
8575
8737
|
this.checkIdentifier(node.id, node.const ? 8971 : 8459);
|
8738
|
+
{
|
8739
|
+
this.expect(5);
|
8740
|
+
node.members = this.tsParseDelimitedList("EnumMembers", this.tsParseEnumMember.bind(this));
|
8741
|
+
this.expect(8);
|
8742
|
+
}
|
8743
|
+
return this.finishNode(node, "TSEnumDeclaration");
|
8744
|
+
}
|
8745
|
+
tsParseEnumBody() {
|
8746
|
+
const node = this.startNode();
|
8576
8747
|
this.expect(5);
|
8577
8748
|
node.members = this.tsParseDelimitedList("EnumMembers", this.tsParseEnumMember.bind(this));
|
8578
8749
|
this.expect(8);
|
8579
|
-
return this.finishNode(node, "
|
8750
|
+
return this.finishNode(node, "TSEnumBody");
|
8580
8751
|
}
|
8581
8752
|
tsParseModuleBlock() {
|
8582
8753
|
const node = this.startNode();
|
@@ -8629,7 +8800,9 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8629
8800
|
return this.finishNode(node, "TSModuleDeclaration");
|
8630
8801
|
}
|
8631
8802
|
tsParseImportEqualsDeclaration(node, maybeDefaultIdentifier, isExport) {
|
8632
|
-
|
8803
|
+
{
|
8804
|
+
node.isExport = isExport || false;
|
8805
|
+
}
|
8633
8806
|
node.id = maybeDefaultIdentifier || this.parseIdentifier();
|
8634
8807
|
this.checkIdentifier(node.id, 4096);
|
8635
8808
|
this.expect(29);
|
@@ -8645,7 +8818,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8645
8818
|
return this.isContextual(119) && this.lookaheadCharCode() === 40;
|
8646
8819
|
}
|
8647
8820
|
tsParseModuleReference() {
|
8648
|
-
return this.tsIsExternalModuleReference() ? this.tsParseExternalModuleReference() : this.tsParseEntityName(
|
8821
|
+
return this.tsIsExternalModuleReference() ? this.tsParseExternalModuleReference() : this.tsParseEntityName(0);
|
8649
8822
|
}
|
8650
8823
|
tsParseExternalModuleReference() {
|
8651
8824
|
const node = this.startNode();
|
@@ -8821,7 +8994,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8821
8994
|
}
|
8822
8995
|
tsParseTypeArguments() {
|
8823
8996
|
const node = this.startNode();
|
8824
|
-
node.params = this.tsInType(() => this.
|
8997
|
+
node.params = this.tsInType(() => this.tsInTopLevelContext(() => {
|
8825
8998
|
this.expect(47);
|
8826
8999
|
return this.tsParseDelimitedList("TypeParametersOrArguments", this.tsParseType.bind(this));
|
8827
9000
|
}));
|
@@ -8840,7 +9013,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8840
9013
|
if (this.tsIsDeclarationStart()) return false;
|
8841
9014
|
return super.isExportDefaultSpecifier();
|
8842
9015
|
}
|
8843
|
-
|
9016
|
+
parseBindingElement(flags, decorators) {
|
8844
9017
|
const startLoc = this.state.startLoc;
|
8845
9018
|
const modified = {};
|
8846
9019
|
this.tsParseModifiers({
|
@@ -8966,7 +9139,9 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8966
9139
|
}
|
8967
9140
|
if (tokenIsTemplate(this.state.type)) {
|
8968
9141
|
const result = super.parseTaggedTemplateExpression(base, startLoc, state);
|
8969
|
-
|
9142
|
+
{
|
9143
|
+
result.typeParameters = typeArguments;
|
9144
|
+
}
|
8970
9145
|
return result;
|
8971
9146
|
}
|
8972
9147
|
if (!noCalls && this.eat(10)) {
|
@@ -8974,7 +9149,9 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8974
9149
|
node.callee = base;
|
8975
9150
|
node.arguments = this.parseCallExpressionArguments(11);
|
8976
9151
|
this.tsCheckForInvalidTypeCasts(node.arguments);
|
8977
|
-
|
9152
|
+
{
|
9153
|
+
node.typeParameters = typeArguments;
|
9154
|
+
}
|
8978
9155
|
if (state.optionalChainMember) {
|
8979
9156
|
node.optional = isOptionalCall;
|
8980
9157
|
}
|
@@ -8986,7 +9163,9 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8986
9163
|
}
|
8987
9164
|
const node = this.startNodeAt(startLoc);
|
8988
9165
|
node.expression = base;
|
8989
|
-
|
9166
|
+
{
|
9167
|
+
node.typeParameters = typeArguments;
|
9168
|
+
}
|
8990
9169
|
return this.finishNode(node, "TSInstantiationExpression");
|
8991
9170
|
});
|
8992
9171
|
if (missingParenErrorLoc) {
|
@@ -9008,7 +9187,9 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9008
9187
|
callee
|
9009
9188
|
} = node;
|
9010
9189
|
if (callee.type === "TSInstantiationExpression" && !((_callee$extra = callee.extra) != null && _callee$extra.parenthesized)) {
|
9011
|
-
|
9190
|
+
{
|
9191
|
+
node.typeParameters = callee.typeParameters;
|
9192
|
+
}
|
9012
9193
|
node.callee = callee.expression;
|
9013
9194
|
}
|
9014
9195
|
}
|
@@ -9089,15 +9270,18 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9089
9270
|
}
|
9090
9271
|
parseExport(node, decorators) {
|
9091
9272
|
if (this.match(83)) {
|
9092
|
-
this.next();
|
9093
9273
|
const nodeImportEquals = node;
|
9274
|
+
this.next();
|
9094
9275
|
let maybeDefaultIdentifier = null;
|
9095
9276
|
if (this.isContextual(130) && this.isPotentialImportPhase(false)) {
|
9096
9277
|
maybeDefaultIdentifier = this.parseMaybeImportPhase(nodeImportEquals, false);
|
9097
9278
|
} else {
|
9098
9279
|
nodeImportEquals.importKind = "value";
|
9099
9280
|
}
|
9100
|
-
|
9281
|
+
const declaration = this.tsParseImportEqualsDeclaration(nodeImportEquals, maybeDefaultIdentifier, true);
|
9282
|
+
{
|
9283
|
+
return declaration;
|
9284
|
+
}
|
9101
9285
|
} else if (this.eat(29)) {
|
9102
9286
|
const assign = node;
|
9103
9287
|
assign.expression = super.parseExpression();
|
@@ -9255,18 +9439,15 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9255
9439
|
return super.shouldParseExportDeclaration();
|
9256
9440
|
}
|
9257
9441
|
parseConditional(expr, startLoc, refExpressionErrors) {
|
9258
|
-
if (!this.
|
9259
|
-
|
9260
|
-
|
9261
|
-
|
9262
|
-
|
9263
|
-
|
9264
|
-
super.setOptionalParametersError(refExpressionErrors, result.error);
|
9442
|
+
if (!this.match(17)) return expr;
|
9443
|
+
if (this.state.maybeInArrowParameters) {
|
9444
|
+
const nextCh = this.lookaheadCharCode();
|
9445
|
+
if (nextCh === 44 || nextCh === 61 || nextCh === 58 || nextCh === 41) {
|
9446
|
+
this.setOptionalParametersError(refExpressionErrors);
|
9447
|
+
return expr;
|
9265
9448
|
}
|
9266
|
-
return expr;
|
9267
9449
|
}
|
9268
|
-
|
9269
|
-
return result.node;
|
9450
|
+
return super.parseConditional(expr, startLoc, refExpressionErrors);
|
9270
9451
|
}
|
9271
9452
|
parseParenItem(node, startLoc) {
|
9272
9453
|
const newNode = super.parseParenItem(node, startLoc);
|
@@ -9297,7 +9478,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9297
9478
|
if (declaration.type === "TSInterfaceDeclaration" || declaration.type === "TSTypeAliasDeclaration" || isDeclare) {
|
9298
9479
|
node.exportKind = "type";
|
9299
9480
|
}
|
9300
|
-
if (isDeclare) {
|
9481
|
+
if (isDeclare && declaration.type !== "TSImportEqualsDeclaration") {
|
9301
9482
|
this.resetStartLocation(declaration, startLoc);
|
9302
9483
|
declaration.declare = true;
|
9303
9484
|
}
|
@@ -9388,7 +9569,9 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9388
9569
|
parseClassSuper(node) {
|
9389
9570
|
super.parseClassSuper(node);
|
9390
9571
|
if (node.superClass && (this.match(47) || this.match(51))) {
|
9391
|
-
|
9572
|
+
{
|
9573
|
+
node.superTypeParameters = this.tsParseTypeArgumentsInExpression();
|
9574
|
+
}
|
9392
9575
|
}
|
9393
9576
|
if (this.eatContextual(113)) {
|
9394
9577
|
node.implements = this.tsParseHeritageClause("implements");
|
@@ -9481,8 +9664,8 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9481
9664
|
throw ((_jsx3 = jsx) == null ? void 0 : _jsx3.error) || arrow.error || ((_typeCast2 = typeCast) == null ? void 0 : _typeCast2.error);
|
9482
9665
|
}
|
9483
9666
|
reportReservedArrowTypeParam(node) {
|
9484
|
-
var _node$
|
9485
|
-
if (node.params.length === 1 && !node.params[0].constraint && !((_node$
|
9667
|
+
var _node$extra2;
|
9668
|
+
if (node.params.length === 1 && !node.params[0].constraint && !((_node$extra2 = node.extra) != null && _node$extra2.trailingComma) && this.getPluginOption("typescript", "disallowAmbiguousJSXLike")) {
|
9486
9669
|
this.raise(TSErrors.ReservedArrowTypeParam, node);
|
9487
9670
|
}
|
9488
9671
|
}
|
@@ -9582,7 +9765,6 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9582
9765
|
case "TSParameterProperty":
|
9583
9766
|
return "parameter";
|
9584
9767
|
case "TSNonNullExpression":
|
9585
|
-
case "TSInstantiationExpression":
|
9586
9768
|
return "expression";
|
9587
9769
|
case "TSAsExpression":
|
9588
9770
|
case "TSSatisfiesExpression":
|
@@ -9598,17 +9780,19 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9598
9780
|
}
|
9599
9781
|
return super.parseBindingAtom();
|
9600
9782
|
}
|
9601
|
-
parseMaybeDecoratorArguments(expr) {
|
9783
|
+
parseMaybeDecoratorArguments(expr, startLoc) {
|
9602
9784
|
if (this.match(47) || this.match(51)) {
|
9603
9785
|
const typeArguments = this.tsParseTypeArgumentsInExpression();
|
9604
9786
|
if (this.match(10)) {
|
9605
|
-
const call = super.parseMaybeDecoratorArguments(expr);
|
9606
|
-
|
9787
|
+
const call = super.parseMaybeDecoratorArguments(expr, startLoc);
|
9788
|
+
{
|
9789
|
+
call.typeParameters = typeArguments;
|
9790
|
+
}
|
9607
9791
|
return call;
|
9608
9792
|
}
|
9609
9793
|
this.unexpected(null, 10);
|
9610
9794
|
}
|
9611
|
-
return super.parseMaybeDecoratorArguments(expr);
|
9795
|
+
return super.parseMaybeDecoratorArguments(expr, startLoc);
|
9612
9796
|
}
|
9613
9797
|
checkCommaAfterRest(close) {
|
9614
9798
|
if (this.state.isAmbientContext && this.match(12) && this.lookaheadCharCode() === close) {
|
@@ -9666,14 +9850,12 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9666
9850
|
}
|
9667
9851
|
return type;
|
9668
9852
|
}
|
9669
|
-
|
9670
|
-
|
9671
|
-
|
9672
|
-
|
9673
|
-
exprList[i] = this.typeCastToParameter(expr);
|
9674
|
-
}
|
9853
|
+
toAssignableListItem(exprList, index, isLHS) {
|
9854
|
+
const node = exprList[index];
|
9855
|
+
if (node.type === "TSTypeCastExpression") {
|
9856
|
+
exprList[index] = this.typeCastToParameter(node);
|
9675
9857
|
}
|
9676
|
-
super.
|
9858
|
+
super.toAssignableListItem(exprList, index, isLHS);
|
9677
9859
|
}
|
9678
9860
|
typeCastToParameter(node) {
|
9679
9861
|
node.expression.typeAnnotation = node.typeAnnotation;
|
@@ -9695,7 +9877,11 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9695
9877
|
jsxParseOpeningElementAfterName(node) {
|
9696
9878
|
if (this.match(47) || this.match(51)) {
|
9697
9879
|
const typeArguments = this.tsTryParseAndCatch(() => this.tsParseTypeArgumentsInExpression());
|
9698
|
-
if (typeArguments)
|
9880
|
+
if (typeArguments) {
|
9881
|
+
{
|
9882
|
+
node.typeParameters = typeArguments;
|
9883
|
+
}
|
9884
|
+
}
|
9699
9885
|
}
|
9700
9886
|
return super.jsxParseOpeningElementAfterName(node);
|
9701
9887
|
}
|
@@ -9755,8 +9941,9 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9755
9941
|
parseMethod(node, isGenerator, isAsync, isConstructor, allowDirectSuper, type, inClassScope) {
|
9756
9942
|
const method = super.parseMethod(node, isGenerator, isAsync, isConstructor, allowDirectSuper, type, inClassScope);
|
9757
9943
|
if (method.abstract) {
|
9758
|
-
const
|
9759
|
-
|
9944
|
+
const hasEstreePlugin = this.hasPlugin("estree");
|
9945
|
+
const methodFn = hasEstreePlugin ? method.value : method;
|
9946
|
+
if (methodFn.body) {
|
9760
9947
|
const {
|
9761
9948
|
key
|
9762
9949
|
} = method;
|
@@ -10236,67 +10423,19 @@ const mixinPlugins = {
|
|
10236
10423
|
placeholders
|
10237
10424
|
};
|
10238
10425
|
const mixinPluginNames = Object.keys(mixinPlugins);
|
10239
|
-
function createDefaultOptions() {
|
10240
|
-
return {
|
10241
|
-
sourceType: "script",
|
10242
|
-
sourceFilename: undefined,
|
10243
|
-
startIndex: 0,
|
10244
|
-
startColumn: 0,
|
10245
|
-
startLine: 1,
|
10246
|
-
allowAwaitOutsideFunction: false,
|
10247
|
-
allowReturnOutsideFunction: false,
|
10248
|
-
allowNewTargetOutsideFunction: false,
|
10249
|
-
allowImportExportEverywhere: false,
|
10250
|
-
allowSuperOutsideMethod: false,
|
10251
|
-
allowUndeclaredExports: false,
|
10252
|
-
plugins: [],
|
10253
|
-
strictMode: null,
|
10254
|
-
ranges: false,
|
10255
|
-
tokens: false,
|
10256
|
-
createImportExpressions: false,
|
10257
|
-
createParenthesizedExpressions: false,
|
10258
|
-
errorRecovery: false,
|
10259
|
-
attachComment: true,
|
10260
|
-
annexB: true
|
10261
|
-
};
|
10262
|
-
}
|
10263
|
-
function getOptions(opts) {
|
10264
|
-
const options = createDefaultOptions();
|
10265
|
-
if (opts == null) {
|
10266
|
-
return options;
|
10267
|
-
}
|
10268
|
-
if (opts.annexB != null && opts.annexB !== false) {
|
10269
|
-
throw new Error("The `annexB` option can only be set to `false`.");
|
10270
|
-
}
|
10271
|
-
for (const key of Object.keys(options)) {
|
10272
|
-
if (opts[key] != null) options[key] = opts[key];
|
10273
|
-
}
|
10274
|
-
if (options.startLine === 1) {
|
10275
|
-
if (opts.startIndex == null && options.startColumn > 0) {
|
10276
|
-
options.startIndex = options.startColumn;
|
10277
|
-
} else if (opts.startColumn == null && options.startIndex > 0) {
|
10278
|
-
options.startColumn = options.startIndex;
|
10279
|
-
}
|
10280
|
-
} else if (opts.startColumn == null || opts.startIndex == null) {
|
10281
|
-
if (opts.startIndex != null) {
|
10282
|
-
throw new Error("With a `startLine > 1` you must also specify `startIndex` and `startColumn`.");
|
10283
|
-
}
|
10284
|
-
}
|
10285
|
-
return options;
|
10286
|
-
}
|
10287
10426
|
class ExpressionParser extends LValParser {
|
10288
|
-
checkProto(prop, isRecord,
|
10427
|
+
checkProto(prop, isRecord, sawProto, refExpressionErrors) {
|
10289
10428
|
if (prop.type === "SpreadElement" || this.isObjectMethod(prop) || prop.computed || prop.shorthand) {
|
10290
|
-
return;
|
10429
|
+
return sawProto;
|
10291
10430
|
}
|
10292
10431
|
const key = prop.key;
|
10293
10432
|
const name = key.type === "Identifier" ? key.name : key.value;
|
10294
10433
|
if (name === "__proto__") {
|
10295
10434
|
if (isRecord) {
|
10296
10435
|
this.raise(Errors.RecordNoProto, key);
|
10297
|
-
return;
|
10436
|
+
return true;
|
10298
10437
|
}
|
10299
|
-
if (
|
10438
|
+
if (sawProto) {
|
10300
10439
|
if (refExpressionErrors) {
|
10301
10440
|
if (refExpressionErrors.doubleProtoLoc === null) {
|
10302
10441
|
refExpressionErrors.doubleProtoLoc = key.loc.start;
|
@@ -10305,8 +10444,9 @@ class ExpressionParser extends LValParser {
|
|
10305
10444
|
this.raise(Errors.DuplicateProto, key);
|
10306
10445
|
}
|
10307
10446
|
}
|
10308
|
-
|
10447
|
+
return true;
|
10309
10448
|
}
|
10449
|
+
return sawProto;
|
10310
10450
|
}
|
10311
10451
|
shouldExitDescending(expr, potentialArrowAt) {
|
10312
10452
|
return expr.type === "ArrowFunctionExpression" && this.offsetToSourcePos(expr.start) === potentialArrowAt;
|
@@ -10321,7 +10461,7 @@ class ExpressionParser extends LValParser {
|
|
10321
10461
|
this.finalizeRemainingComments();
|
10322
10462
|
expr.comments = this.comments;
|
10323
10463
|
expr.errors = this.state.errors;
|
10324
|
-
if (this.
|
10464
|
+
if (this.optionFlags & 128) {
|
10325
10465
|
expr.tokens = this.tokens;
|
10326
10466
|
}
|
10327
10467
|
return expr;
|
@@ -10352,9 +10492,8 @@ class ExpressionParser extends LValParser {
|
|
10352
10492
|
parseMaybeAssignAllowIn(refExpressionErrors, afterLeftParse) {
|
10353
10493
|
return this.allowInAnd(() => this.parseMaybeAssign(refExpressionErrors, afterLeftParse));
|
10354
10494
|
}
|
10355
|
-
setOptionalParametersError(refExpressionErrors
|
10356
|
-
|
10357
|
-
refExpressionErrors.optionalParametersLoc = (_resultError$loc = resultError == null ? void 0 : resultError.loc) != null ? _resultError$loc : this.state.startLoc;
|
10495
|
+
setOptionalParametersError(refExpressionErrors) {
|
10496
|
+
refExpressionErrors.optionalParametersLoc = this.state.startLoc;
|
10358
10497
|
}
|
10359
10498
|
parseMaybeAssign(refExpressionErrors, afterLeftParse) {
|
10360
10499
|
const startLoc = this.state.startLoc;
|
@@ -10503,18 +10642,19 @@ class ExpressionParser extends LValParser {
|
|
10503
10642
|
return this.withTopicBindingContext(() => {
|
10504
10643
|
return this.parseHackPipeBody();
|
10505
10644
|
});
|
10506
|
-
case "smart":
|
10507
|
-
return this.withTopicBindingContext(() => {
|
10508
|
-
if (this.prodParam.hasYield && this.isContextual(108)) {
|
10509
|
-
throw this.raise(Errors.PipeBodyIsTighter, this.state.startLoc);
|
10510
|
-
}
|
10511
|
-
return this.parseSmartPipelineBodyInStyle(this.parseExprOpBaseRightExpr(op, prec), startLoc);
|
10512
|
-
});
|
10513
10645
|
case "fsharp":
|
10514
10646
|
return this.withSoloAwaitPermittingContext(() => {
|
10515
10647
|
return this.parseFSharpPipelineBody(prec);
|
10516
10648
|
});
|
10517
10649
|
}
|
10650
|
+
if (this.getPluginOption("pipelineOperator", "proposal") === "smart") {
|
10651
|
+
return this.withTopicBindingContext(() => {
|
10652
|
+
if (this.prodParam.hasYield && this.isContextual(108)) {
|
10653
|
+
throw this.raise(Errors.PipeBodyIsTighter, this.state.startLoc);
|
10654
|
+
}
|
10655
|
+
return this.parseSmartPipelineBodyInStyle(this.parseExprOpBaseRightExpr(op, prec), startLoc);
|
10656
|
+
});
|
10657
|
+
}
|
10518
10658
|
default:
|
10519
10659
|
return this.parseExprOpBaseRightExpr(op, prec);
|
10520
10660
|
}
|
@@ -10826,7 +10966,7 @@ class ExpressionParser extends LValParser {
|
|
10826
10966
|
return this.parseImportMetaProperty(node);
|
10827
10967
|
}
|
10828
10968
|
if (this.match(10)) {
|
10829
|
-
if (this.
|
10969
|
+
if (this.optionFlags & 256) {
|
10830
10970
|
return this.parseImportCall(node);
|
10831
10971
|
} else {
|
10832
10972
|
return this.finishNode(node, "Import");
|
@@ -11010,12 +11150,19 @@ class ExpressionParser extends LValParser {
|
|
11010
11150
|
}
|
11011
11151
|
finishTopicReference(node, startLoc, pipeProposal, tokenType) {
|
11012
11152
|
if (this.testTopicReferenceConfiguration(pipeProposal, startLoc, tokenType)) {
|
11013
|
-
|
11014
|
-
|
11015
|
-
|
11153
|
+
if (pipeProposal === "hack") {
|
11154
|
+
if (!this.topicReferenceIsAllowedInCurrentContext()) {
|
11155
|
+
this.raise(Errors.PipeTopicUnbound, startLoc);
|
11156
|
+
}
|
11157
|
+
this.registerTopicReference();
|
11158
|
+
return this.finishNode(node, "TopicReference");
|
11159
|
+
} else {
|
11160
|
+
if (!this.topicReferenceIsAllowedInCurrentContext()) {
|
11161
|
+
this.raise(Errors.PrimaryTopicNotAllowed, startLoc);
|
11162
|
+
}
|
11163
|
+
this.registerTopicReference();
|
11164
|
+
return this.finishNode(node, "PipelinePrimaryTopicReference");
|
11016
11165
|
}
|
11017
|
-
this.registerTopicReference();
|
11018
|
-
return this.finishNode(node, nodeType);
|
11019
11166
|
} else {
|
11020
11167
|
throw this.raise(Errors.PipeTopicUnconfiguredToken, startLoc, {
|
11021
11168
|
token: tokenLabelName(tokenType)
|
@@ -11068,9 +11215,9 @@ class ExpressionParser extends LValParser {
|
|
11068
11215
|
parseSuper() {
|
11069
11216
|
const node = this.startNode();
|
11070
11217
|
this.next();
|
11071
|
-
if (this.match(10) && !this.scope.allowDirectSuper && !this.
|
11218
|
+
if (this.match(10) && !this.scope.allowDirectSuper && !(this.optionFlags & 16)) {
|
11072
11219
|
this.raise(Errors.SuperNotAllowed, node);
|
11073
|
-
} else if (!this.scope.allowSuper && !this.
|
11220
|
+
} else if (!this.scope.allowSuper && !(this.optionFlags & 16)) {
|
11074
11221
|
this.raise(Errors.UnexpectedSuper, node);
|
11075
11222
|
}
|
11076
11223
|
if (!this.match(10) && !this.match(0) && !this.match(16)) {
|
@@ -11123,9 +11270,8 @@ class ExpressionParser extends LValParser {
|
|
11123
11270
|
this.sawUnambiguousESM = true;
|
11124
11271
|
} else if (this.isContextual(105) || this.isContextual(97)) {
|
11125
11272
|
const isSource = this.isContextual(105);
|
11126
|
-
if (!isSource) this.unexpected();
|
11127
11273
|
this.expectPlugin(isSource ? "sourcePhaseImports" : "deferredImportEvaluation");
|
11128
|
-
if (!this.
|
11274
|
+
if (!(this.optionFlags & 256)) {
|
11129
11275
|
throw this.raise(Errors.DynamicImportPhaseRequiresImportExpressions, this.state.startLoc, {
|
11130
11276
|
phase: this.state.value
|
11131
11277
|
});
|
@@ -11245,7 +11391,7 @@ class ExpressionParser extends LValParser {
|
|
11245
11391
|
return this.wrapParenthesis(startLoc, val);
|
11246
11392
|
}
|
11247
11393
|
wrapParenthesis(startLoc, expression) {
|
11248
|
-
if (!this.
|
11394
|
+
if (!(this.optionFlags & 512)) {
|
11249
11395
|
this.addExtra(expression, "parenthesized", true);
|
11250
11396
|
this.addExtra(expression, "parenStart", startLoc.index);
|
11251
11397
|
this.takeSurroundingComments(expression, startLoc.index, this.state.lastTokEndLoc.index);
|
@@ -11273,7 +11419,7 @@ class ExpressionParser extends LValParser {
|
|
11273
11419
|
const meta = this.createIdentifier(this.startNodeAtNode(node), "new");
|
11274
11420
|
this.next();
|
11275
11421
|
const metaProp = this.parseMetaProperty(node, meta, "target");
|
11276
|
-
if (!this.scope.inNonArrowFunction && !this.scope.inClass && !this.
|
11422
|
+
if (!this.scope.inNonArrowFunction && !this.scope.inClass && !(this.optionFlags & 4)) {
|
11277
11423
|
this.raise(Errors.UnexpectedNewTarget, metaProp);
|
11278
11424
|
}
|
11279
11425
|
return metaProp;
|
@@ -11349,7 +11495,7 @@ class ExpressionParser extends LValParser {
|
|
11349
11495
|
}
|
11350
11496
|
const oldInFSharpPipelineDirectBody = this.state.inFSharpPipelineDirectBody;
|
11351
11497
|
this.state.inFSharpPipelineDirectBody = false;
|
11352
|
-
|
11498
|
+
let sawProto = false;
|
11353
11499
|
let first = true;
|
11354
11500
|
const node = this.startNode();
|
11355
11501
|
node.properties = [];
|
@@ -11369,7 +11515,7 @@ class ExpressionParser extends LValParser {
|
|
11369
11515
|
prop = this.parseBindingProperty();
|
11370
11516
|
} else {
|
11371
11517
|
prop = this.parsePropertyDefinition(refExpressionErrors);
|
11372
|
-
this.checkProto(prop, isRecord,
|
11518
|
+
sawProto = this.checkProto(prop, isRecord, sawProto, refExpressionErrors);
|
11373
11519
|
}
|
11374
11520
|
if (isRecord && !this.isObjectProperty(prop) && prop.type !== "SpreadElement") {
|
11375
11521
|
this.raise(Errors.InvalidRecordProperty, prop);
|
@@ -11788,7 +11934,7 @@ class ExpressionParser extends LValParser {
|
|
11788
11934
|
}
|
11789
11935
|
}
|
11790
11936
|
recordAwaitIfAllowed() {
|
11791
|
-
const isAwaitAllowed = this.prodParam.hasAwait || this.
|
11937
|
+
const isAwaitAllowed = this.prodParam.hasAwait || this.optionFlags & 1 && !this.scope.inFunction;
|
11792
11938
|
if (isAwaitAllowed && !this.scope.inFunction) {
|
11793
11939
|
this.state.hasTopLevelAwait = true;
|
11794
11940
|
}
|
@@ -11800,7 +11946,7 @@ class ExpressionParser extends LValParser {
|
|
11800
11946
|
if (this.eat(55)) {
|
11801
11947
|
this.raise(Errors.ObsoleteAwaitStar, node);
|
11802
11948
|
}
|
11803
|
-
if (!this.scope.inFunction && !this.
|
11949
|
+
if (!this.scope.inFunction && !(this.optionFlags & 1)) {
|
11804
11950
|
if (this.isAmbiguousAwait()) {
|
11805
11951
|
this.ambiguousScriptDifferentAst = true;
|
11806
11952
|
} else {
|
@@ -12124,7 +12270,7 @@ class StatementParser extends ExpressionParser {
|
|
12124
12270
|
parseTopLevel(file, program) {
|
12125
12271
|
file.program = this.parseProgram(program);
|
12126
12272
|
file.comments = this.comments;
|
12127
|
-
if (this.
|
12273
|
+
if (this.optionFlags & 128) {
|
12128
12274
|
file.tokens = babel7CompatTokens(this.tokens, this.input, this.startIndex);
|
12129
12275
|
}
|
12130
12276
|
return this.finishNode(file, "File");
|
@@ -12134,7 +12280,7 @@ class StatementParser extends ExpressionParser {
|
|
12134
12280
|
program.interpreter = this.parseInterpreterDirective();
|
12135
12281
|
this.parseBlockBody(program, true, true, end);
|
12136
12282
|
if (this.inModule) {
|
12137
|
-
if (!this.
|
12283
|
+
if (!(this.optionFlags & 32) && this.scope.undefinedExports.size > 0) {
|
12138
12284
|
for (const [localName, at] of Array.from(this.scope.undefinedExports)) {
|
12139
12285
|
this.raise(Errors.ModuleExportUndefined, at, {
|
12140
12286
|
localName
|
@@ -12360,21 +12506,15 @@ class StatementParser extends ExpressionParser {
|
|
12360
12506
|
}
|
12361
12507
|
case 82:
|
12362
12508
|
{
|
12363
|
-
if (!this.
|
12509
|
+
if (!(this.optionFlags & 8) && !topLevel) {
|
12364
12510
|
this.raise(Errors.UnexpectedImportExport, this.state.startLoc);
|
12365
12511
|
}
|
12366
12512
|
this.next();
|
12367
12513
|
let result;
|
12368
12514
|
if (startType === 83) {
|
12369
12515
|
result = this.parseImport(node);
|
12370
|
-
if (result.type === "ImportDeclaration" && (!result.importKind || result.importKind === "value")) {
|
12371
|
-
this.sawUnambiguousESM = true;
|
12372
|
-
}
|
12373
12516
|
} else {
|
12374
12517
|
result = this.parseExport(node, decorators);
|
12375
|
-
if (result.type === "ExportNamedDeclaration" && (!result.exportKind || result.exportKind === "value") || result.type === "ExportAllDeclaration" && (!result.exportKind || result.exportKind === "value") || result.type === "ExportDefaultDeclaration") {
|
12376
|
-
this.sawUnambiguousESM = true;
|
12377
|
-
}
|
12378
12518
|
}
|
12379
12519
|
this.assertModuleNodeAllowed(result);
|
12380
12520
|
return result;
|
@@ -12399,7 +12539,7 @@ class StatementParser extends ExpressionParser {
|
|
12399
12539
|
}
|
12400
12540
|
}
|
12401
12541
|
assertModuleNodeAllowed(node) {
|
12402
|
-
if (!this.
|
12542
|
+
if (!(this.optionFlags & 8) && !this.inModule) {
|
12403
12543
|
this.raise(Errors.ImportOutsideModule, node);
|
12404
12544
|
}
|
12405
12545
|
}
|
@@ -12409,7 +12549,8 @@ class StatementParser extends ExpressionParser {
|
|
12409
12549
|
}
|
12410
12550
|
maybeTakeDecorators(maybeDecorators, classNode, exportNode) {
|
12411
12551
|
if (maybeDecorators) {
|
12412
|
-
|
12552
|
+
var _classNode$decorators;
|
12553
|
+
if ((_classNode$decorators = classNode.decorators) != null && _classNode$decorators.length) {
|
12413
12554
|
if (typeof this.getPluginOption("decorators", "decoratorsBeforeExport") !== "boolean") {
|
12414
12555
|
this.raise(Errors.DecoratorsBeforeAfterExport, classNode.decorators[0]);
|
12415
12556
|
}
|
@@ -12456,7 +12597,7 @@ class StatementParser extends ExpressionParser {
|
|
12456
12597
|
this.expect(11);
|
12457
12598
|
expr = this.wrapParenthesis(startLoc, expr);
|
12458
12599
|
const paramsStartLoc = this.state.startLoc;
|
12459
|
-
node.expression = this.parseMaybeDecoratorArguments(expr);
|
12600
|
+
node.expression = this.parseMaybeDecoratorArguments(expr, startLoc);
|
12460
12601
|
if (this.getPluginOption("decorators", "allowCallParenthesized") === false && node.expression !== expr) {
|
12461
12602
|
this.raise(Errors.DecoratorArgumentsOutsideParentheses, paramsStartLoc);
|
12462
12603
|
}
|
@@ -12474,16 +12615,16 @@ class StatementParser extends ExpressionParser {
|
|
12474
12615
|
node.computed = false;
|
12475
12616
|
expr = this.finishNode(node, "MemberExpression");
|
12476
12617
|
}
|
12477
|
-
node.expression = this.parseMaybeDecoratorArguments(expr);
|
12618
|
+
node.expression = this.parseMaybeDecoratorArguments(expr, startLoc);
|
12478
12619
|
}
|
12479
12620
|
} else {
|
12480
12621
|
node.expression = this.parseExprSubscripts();
|
12481
12622
|
}
|
12482
12623
|
return this.finishNode(node, "Decorator");
|
12483
12624
|
}
|
12484
|
-
parseMaybeDecoratorArguments(expr) {
|
12625
|
+
parseMaybeDecoratorArguments(expr, startLoc) {
|
12485
12626
|
if (this.eat(10)) {
|
12486
|
-
const node = this.
|
12627
|
+
const node = this.startNodeAt(startLoc);
|
12487
12628
|
node.callee = expr;
|
12488
12629
|
node.arguments = this.parseCallExpressionArguments(11);
|
12489
12630
|
this.toReferencedList(node.arguments);
|
@@ -12630,7 +12771,7 @@ class StatementParser extends ExpressionParser {
|
|
12630
12771
|
return this.finishNode(node, "IfStatement");
|
12631
12772
|
}
|
12632
12773
|
parseReturnStatement(node) {
|
12633
|
-
if (!this.prodParam.hasReturn && !this.
|
12774
|
+
if (!this.prodParam.hasReturn && !(this.optionFlags & 2)) {
|
12634
12775
|
this.raise(Errors.IllegalReturn, this.state.startLoc);
|
12635
12776
|
}
|
12636
12777
|
this.next();
|
@@ -13284,6 +13425,7 @@ class StatementParser extends ExpressionParser {
|
|
13284
13425
|
throw this.raise(Errors.UnsupportedDecoratorExport, node);
|
13285
13426
|
}
|
13286
13427
|
this.parseExportFrom(node, true);
|
13428
|
+
this.sawUnambiguousESM = true;
|
13287
13429
|
return this.finishNode(node, "ExportAllDeclaration");
|
13288
13430
|
}
|
13289
13431
|
const hasSpecifiers = this.maybeParseExportNamedSpecifiers(node);
|
@@ -13312,6 +13454,7 @@ class StatementParser extends ExpressionParser {
|
|
13312
13454
|
} else if (decorators) {
|
13313
13455
|
throw this.raise(Errors.UnsupportedDecoratorExport, node);
|
13314
13456
|
}
|
13457
|
+
this.sawUnambiguousESM = true;
|
13315
13458
|
return this.finishNode(node2, "ExportNamedDeclaration");
|
13316
13459
|
}
|
13317
13460
|
if (this.eat(65)) {
|
@@ -13324,6 +13467,7 @@ class StatementParser extends ExpressionParser {
|
|
13324
13467
|
throw this.raise(Errors.UnsupportedDecoratorExport, node);
|
13325
13468
|
}
|
13326
13469
|
this.checkExport(node2, true, true);
|
13470
|
+
this.sawUnambiguousESM = true;
|
13327
13471
|
return this.finishNode(node2, "ExportDefaultDeclaration");
|
13328
13472
|
}
|
13329
13473
|
this.unexpected(null, 5);
|
@@ -13361,10 +13505,12 @@ class StatementParser extends ExpressionParser {
|
|
13361
13505
|
const isTypeExport = node2.exportKind === "type";
|
13362
13506
|
node2.specifiers.push(...this.parseExportSpecifiers(isTypeExport));
|
13363
13507
|
node2.source = null;
|
13364
|
-
node2.declaration = null;
|
13365
13508
|
if (this.hasPlugin("importAssertions")) {
|
13366
13509
|
node2.assertions = [];
|
13510
|
+
} else {
|
13511
|
+
node2.attributes = [];
|
13367
13512
|
}
|
13513
|
+
node2.declaration = null;
|
13368
13514
|
return true;
|
13369
13515
|
}
|
13370
13516
|
return false;
|
@@ -13375,6 +13521,8 @@ class StatementParser extends ExpressionParser {
|
|
13375
13521
|
node.source = null;
|
13376
13522
|
if (this.hasPlugin("importAssertions")) {
|
13377
13523
|
node.assertions = [];
|
13524
|
+
} else {
|
13525
|
+
node.attributes = [];
|
13378
13526
|
}
|
13379
13527
|
node.declaration = this.parseExportDeclaration(node);
|
13380
13528
|
return true;
|
@@ -13738,6 +13886,7 @@ class StatementParser extends ExpressionParser {
|
|
13738
13886
|
this.checkImportReflection(node);
|
13739
13887
|
this.checkJSONModuleImport(node);
|
13740
13888
|
this.semicolon();
|
13889
|
+
this.sawUnambiguousESM = true;
|
13741
13890
|
return this.finishNode(node, "ImportDeclaration");
|
13742
13891
|
}
|
13743
13892
|
parseImportSource() {
|
@@ -13920,6 +14069,47 @@ class Parser extends StatementParser {
|
|
13920
14069
|
this.plugins = pluginsMap;
|
13921
14070
|
this.filename = options.sourceFilename;
|
13922
14071
|
this.startIndex = options.startIndex;
|
14072
|
+
let optionFlags = 0;
|
14073
|
+
if (options.allowAwaitOutsideFunction) {
|
14074
|
+
optionFlags |= 1;
|
14075
|
+
}
|
14076
|
+
if (options.allowReturnOutsideFunction) {
|
14077
|
+
optionFlags |= 2;
|
14078
|
+
}
|
14079
|
+
if (options.allowImportExportEverywhere) {
|
14080
|
+
optionFlags |= 8;
|
14081
|
+
}
|
14082
|
+
if (options.allowSuperOutsideMethod) {
|
14083
|
+
optionFlags |= 16;
|
14084
|
+
}
|
14085
|
+
if (options.allowUndeclaredExports) {
|
14086
|
+
optionFlags |= 32;
|
14087
|
+
}
|
14088
|
+
if (options.allowNewTargetOutsideFunction) {
|
14089
|
+
optionFlags |= 4;
|
14090
|
+
}
|
14091
|
+
if (options.ranges) {
|
14092
|
+
optionFlags |= 64;
|
14093
|
+
}
|
14094
|
+
if (options.tokens) {
|
14095
|
+
optionFlags |= 128;
|
14096
|
+
}
|
14097
|
+
if (options.createImportExpressions) {
|
14098
|
+
optionFlags |= 256;
|
14099
|
+
}
|
14100
|
+
if (options.createParenthesizedExpressions) {
|
14101
|
+
optionFlags |= 512;
|
14102
|
+
}
|
14103
|
+
if (options.errorRecovery) {
|
14104
|
+
optionFlags |= 1024;
|
14105
|
+
}
|
14106
|
+
if (options.attachComment) {
|
14107
|
+
optionFlags |= 2048;
|
14108
|
+
}
|
14109
|
+
if (options.annexB) {
|
14110
|
+
optionFlags |= 4096;
|
14111
|
+
}
|
14112
|
+
this.optionFlags = optionFlags;
|
13923
14113
|
}
|
13924
14114
|
getScopeHandler() {
|
13925
14115
|
return ScopeHandler;
|