immosquare-cleaner 0.1.65 → 0.1.67
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/bin/immosquare-cleaner +4 -0
- data/lib/immosquare-cleaner/version.rb +1 -1
- data/lib/immosquare-cleaner.rb +21 -20
- data/linters/eslint.config.mjs +14 -0
- data/linters/rubocop-3.3.6.yml +93 -0
- data/linters/rubocop-3.4.1.yml +0 -3
- data/node_modules/.bin/jscodeshift +1 -0
- data/node_modules/@babel/compat-data/data/plugins.json +7 -6
- data/node_modules/@babel/compat-data/package.json +2 -2
- data/node_modules/@babel/core/lib/config/files/configuration.js +0 -3
- data/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -1
- data/node_modules/@babel/core/lib/config/files/module-types.js +63 -74
- data/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -1
- data/node_modules/@babel/core/lib/config/files/plugins.js +0 -1
- 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 +2 -1
- 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 +1 -3
- 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 +4 -2
- 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 +7 -27
- data/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -1
- data/node_modules/@babel/core/package.json +14 -13
- data/node_modules/@babel/generator/lib/generators/classes.js +4 -7
- data/node_modules/@babel/generator/lib/generators/classes.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/expressions.js +3 -9
- data/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/jsx.js +1 -6
- data/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/template-literals.js +11 -16
- data/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/types.js +9 -0
- data/node_modules/@babel/generator/lib/generators/types.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/typescript.js +18 -36
- data/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -1
- data/node_modules/@babel/generator/lib/node/parentheses.js +3 -40
- data/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -1
- data/node_modules/@babel/generator/lib/printer.js +3 -4
- 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 +9 -1
- 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 +0 -9
- 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 +3 -7
- 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 +236 -426
- 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 +164 -127
- data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js +0 -6
- 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 +2 -3
- 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 +1 -3
- data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/enum.js +11 -24
- data/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/index.js +9 -38
- data/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +0 -2
- 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 +5 -4
- data/node_modules/@babel/traverse/lib/cache.js.map +1 -1
- data/node_modules/@babel/traverse/lib/path/conversion.js +2 -1
- data/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -1
- data/node_modules/@babel/traverse/lib/path/evaluation.js +0 -17
- 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 +2 -9
- 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 +0 -8
- 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 +2858 -22
- data/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -1
- data/node_modules/@babel/types/lib/builders/generated/uppercase.js +255 -267
- 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 +17 -26
- data/node_modules/@babel/types/lib/definitions/core.js.map +1 -1
- data/node_modules/@babel/types/lib/definitions/flow.js +3 -6
- data/node_modules/@babel/types/lib/definitions/flow.js.map +1 -1
- data/node_modules/@babel/types/lib/definitions/jsx.js +4 -9
- data/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -1
- data/node_modules/@babel/types/lib/definitions/typescript.js +26 -51
- 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 +7 -27
- data/node_modules/@babel/types/lib/index.d.ts +1876 -1898
- data/node_modules/@babel/types/lib/index.js +21 -10
- data/node_modules/@babel/types/lib/index.js.flow +6 -26
- data/node_modules/@babel/types/lib/index.js.map +1 -1
- data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +8 -9
- data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -1
- data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +0 -1
- data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -1
- data/node_modules/@babel/types/lib/validators/generated/index.js +0 -17
- 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 +1 -21
- data/node_modules/@eslint-community/eslint-utils/index.js.map +1 -1
- data/node_modules/@eslint-community/eslint-utils/index.mjs +1 -21
- 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 +0 -12
- data/node_modules/acorn/dist/acorn.js +24 -33
- data/node_modules/acorn/dist/acorn.mjs +24 -33
- data/node_modules/acorn/package.json +1 -1
- data/node_modules/browserslist/index.js +4 -23
- data/node_modules/browserslist/node.js +60 -69
- data/node_modules/browserslist/package.json +1 -1
- data/node_modules/call-bind-apply-helpers/CHANGELOG.md +0 -7
- data/node_modules/call-bind-apply-helpers/index.d.ts +20 -38
- 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 +0 -8
- data/node_modules/call-bound/index.d.ts +10 -91
- data/node_modules/call-bound/index.js +3 -4
- data/node_modules/call-bound/package.json +10 -10
- data/node_modules/call-bound/test/index.js +4 -11
- data/node_modules/call-bound/tsconfig.json +1 -2
- 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 +1 -4
- data/node_modules/electron-to-chromium/chromium-versions.json +1 -1
- data/node_modules/electron-to-chromium/full-chromium-versions.js +3 -75
- data/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
- data/node_modules/electron-to-chromium/full-versions.js +1 -45
- 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 +1 -8
- data/node_modules/electron-to-chromium/versions.json +1 -1
- data/node_modules/es-object-atoms/CHANGELOG.md +0 -21
- data/node_modules/es-object-atoms/README.md +0 -7
- data/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +2 -2
- data/node_modules/es-object-atoms/ToObject.d.ts +2 -6
- data/node_modules/es-object-atoms/package.json +8 -9
- data/node_modules/es-object-atoms/test/index.js +1 -11
- data/node_modules/es-shim-unscopables/CHANGELOG.md +0 -8
- data/node_modules/es-shim-unscopables/index.js +1 -2
- data/node_modules/es-shim-unscopables/package.json +11 -20
- data/node_modules/es-shim-unscopables/test/index.js +1 -4
- data/node_modules/es-shim-unscopables/test/with.js +0 -8
- data/node_modules/flatted/index.js +3 -3
- data/node_modules/flatted/min.js +1 -1
- data/node_modules/flatted/package.json +8 -21
- data/node_modules/flatted/python/flatted.py +4 -4
- data/node_modules/flatted/python/test.py +63 -0
- data/node_modules/flow-parser/flow_parser.js +5530 -5550
- data/node_modules/flow-parser/package.json +1 -1
- data/node_modules/for-each/README.md +4 -0
- data/node_modules/for-each/index.js +4 -11
- data/node_modules/for-each/package.json +36 -47
- data/node_modules/for-each/test/test.js +12 -54
- data/node_modules/get-intrinsic/CHANGELOG.md +0 -8
- data/node_modules/get-intrinsic/index.js +0 -1
- data/node_modules/get-intrinsic/package.json +8 -8
- data/node_modules/import-fresh/index.js +1 -2
- data/node_modules/import-fresh/package.json +1 -6
- data/node_modules/import-fresh/readme.md +8 -14
- data/node_modules/is-async-function/CHANGELOG.md +0 -13
- data/node_modules/is-async-function/index.d.ts +2 -4
- data/node_modules/is-async-function/index.js +18 -3
- data/node_modules/is-async-function/package.json +3 -8
- data/node_modules/is-boolean-object/CHANGELOG.md +0 -11
- data/node_modules/is-boolean-object/index.js +1 -1
- data/node_modules/is-boolean-object/package.json +6 -8
- data/node_modules/is-boolean-object/test/index.js +1 -24
- data/node_modules/is-weakref/CHANGELOG.md +0 -8
- data/node_modules/is-weakref/index.d.ts +1 -1
- data/node_modules/is-weakref/index.js +1 -3
- data/node_modules/is-weakref/package.json +6 -6
- data/node_modules/jscodeshift/CHANGELOG.md +226 -0
- data/node_modules/jscodeshift/CODE_OF_CONDUCT.md +3 -0
- data/node_modules/jscodeshift/CONTRIBUTING.md +48 -0
- data/node_modules/{async-function → jscodeshift}/LICENSE +1 -1
- data/node_modules/jscodeshift/README.md +671 -0
- data/node_modules/jscodeshift/bin/jscodeshift.js +182 -0
- data/node_modules/jscodeshift/bin/jscodeshift.sh +12 -0
- data/node_modules/jscodeshift/dist/Collection.js +472 -0
- data/node_modules/jscodeshift/dist/Runner.js +322 -0
- data/node_modules/jscodeshift/dist/Worker.js +210 -0
- data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.input.js +1 -0
- data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.js +11 -0
- data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.output.js +1 -0
- data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.input.js +1 -0
- data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.js +7 -0
- data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.output.js +1 -0
- data/node_modules/jscodeshift/dist/argsParser.js +273 -0
- data/node_modules/jscodeshift/dist/collections/ImportDeclaration.js +113 -0
- data/node_modules/jscodeshift/dist/collections/JSXElement.js +221 -0
- data/node_modules/jscodeshift/dist/collections/Node.js +187 -0
- data/node_modules/jscodeshift/dist/collections/VariableDeclarator.js +210 -0
- data/node_modules/jscodeshift/dist/collections/index.js +14 -0
- data/node_modules/jscodeshift/dist/core.js +183 -0
- data/node_modules/jscodeshift/dist/getParser.js +25 -0
- data/node_modules/jscodeshift/dist/ignoreFiles.js +68 -0
- data/node_modules/jscodeshift/dist/matchNode.js +40 -0
- data/node_modules/jscodeshift/dist/template.js +173 -0
- data/node_modules/jscodeshift/dist/testUtils.js +173 -0
- data/node_modules/jscodeshift/dist/utils/intersection.js +27 -0
- data/node_modules/jscodeshift/dist/utils/once.js +21 -0
- data/node_modules/jscodeshift/dist/utils/union.js +20 -0
- data/node_modules/jscodeshift/index.js +9 -0
- data/node_modules/jscodeshift/package.json +74 -0
- data/node_modules/jscodeshift/parser/babel5Compat.js +50 -0
- data/node_modules/jscodeshift/parser/babylon.js +57 -0
- data/node_modules/jscodeshift/parser/flow.js +34 -0
- data/node_modules/jscodeshift/parser/ts.js +24 -0
- data/node_modules/jscodeshift/parser/tsOptions.js +46 -0
- data/node_modules/jscodeshift/parser/tsx.js +27 -0
- data/node_modules/jscodeshift/src/Collection.js +472 -0
- data/node_modules/jscodeshift/src/Runner.js +322 -0
- data/node_modules/jscodeshift/src/Worker.js +210 -0
- data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.input.js +1 -0
- data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.js +11 -0
- data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.output.js +1 -0
- data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.input.js +1 -0
- data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.js +7 -0
- data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.output.js +1 -0
- data/node_modules/jscodeshift/src/argsParser.js +273 -0
- data/node_modules/jscodeshift/src/collections/ImportDeclaration.js +113 -0
- data/node_modules/jscodeshift/src/collections/JSXElement.js +221 -0
- data/node_modules/jscodeshift/src/collections/Node.js +187 -0
- data/node_modules/jscodeshift/src/collections/VariableDeclarator.js +210 -0
- data/node_modules/jscodeshift/src/collections/index.js +14 -0
- data/node_modules/jscodeshift/src/core.js +183 -0
- data/node_modules/jscodeshift/src/getParser.js +25 -0
- data/node_modules/jscodeshift/src/ignoreFiles.js +68 -0
- data/node_modules/jscodeshift/src/matchNode.js +40 -0
- data/node_modules/jscodeshift/src/template.js +173 -0
- data/node_modules/jscodeshift/src/testUtils.js +173 -0
- data/node_modules/jscodeshift/src/utils/intersection.js +27 -0
- data/node_modules/jscodeshift/src/utils/once.js +21 -0
- data/node_modules/jscodeshift/src/utils/union.js +20 -0
- data/node_modules/jscodeshift/utils/requirePackage.js +24 -0
- data/node_modules/jscodeshift/utils/testUtils.js +49 -0
- data/node_modules/jscodeshift/website/README.md +44 -0
- data/node_modules/jscodeshift/website/astro.config.mjs +36 -0
- data/node_modules/jscodeshift/website/package.json +17 -0
- data/node_modules/jscodeshift/website/public/favicon.svg +1 -0
- data/node_modules/jscodeshift/website/src/assets/houston.webp +0 -0
- data/node_modules/jscodeshift/website/src/content/config.ts +6 -0
- data/node_modules/jscodeshift/website/src/content/docs/build/api-reference.mdx +406 -0
- data/node_modules/jscodeshift/website/src/content/docs/build/ast-grammar.mdx +3086 -0
- data/node_modules/jscodeshift/website/src/content/docs/index.mdx +15 -0
- data/node_modules/jscodeshift/website/src/content/docs/overview/introduction.mdx +45 -0
- data/node_modules/jscodeshift/website/src/content/docs/run/cli.mdx +161 -0
- data/node_modules/jscodeshift/website/src/env.d.ts +2 -0
- data/node_modules/jscodeshift/website/tsconfig.json +3 -0
- data/node_modules/object-inspect/CHANGELOG.md +0 -8
- data/node_modules/object-inspect/index.js +7 -10
- data/node_modules/object-inspect/package.json +4 -5
- data/node_modules/object-inspect/test/values.js +0 -50
- data/node_modules/possible-typed-array-names/CHANGELOG.md +0 -14
- data/node_modules/possible-typed-array-names/README.md +2 -4
- data/node_modules/possible-typed-array-names/index.d.ts +0 -1
- data/node_modules/possible-typed-array-names/index.js +0 -1
- data/node_modules/possible-typed-array-names/package.json +9 -10
- data/node_modules/possible-typed-array-names/test/index.js +3 -6
- data/node_modules/possible-typed-array-names/tsconfig.json +42 -2
- data/node_modules/recast/lib/lines.d.ts +2 -2
- data/node_modules/recast/lib/printer.js +5 -17
- data/node_modules/recast/package.json +1 -1
- data/node_modules/typescript/README.md +1 -1
- data/node_modules/typescript/lib/_tsc.js +500 -931
- data/node_modules/typescript/lib/_tsserver.js +7 -43
- data/node_modules/typescript/lib/cancellationToken.js +90 -0
- data/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +8 -14
- data/node_modules/typescript/lib/de/diagnosticMessages.generated.json +8 -14
- data/node_modules/typescript/lib/es/diagnosticMessages.generated.json +8 -14
- data/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +8 -14
- data/node_modules/typescript/lib/it/diagnosticMessages.generated.json +8 -14
- data/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +8 -14
- data/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +8 -14
- data/node_modules/typescript/lib/lib.dom.d.ts +142 -769
- data/node_modules/typescript/lib/lib.dom.iterable.d.ts +7 -9
- data/node_modules/typescript/lib/lib.es2015.iterable.d.ts +54 -69
- data/node_modules/typescript/lib/lib.es2020.bigint.d.ts +7 -41
- data/node_modules/typescript/lib/lib.es2023.array.d.ts +24 -24
- data/node_modules/typescript/lib/lib.es5.d.ts +51 -60
- data/node_modules/typescript/lib/lib.esnext.d.ts +0 -2
- data/node_modules/typescript/lib/lib.esnext.iterator.d.ts +1 -1
- data/node_modules/typescript/lib/lib.webworker.d.ts +55 -262
- data/node_modules/typescript/lib/lib.webworker.iterable.d.ts +7 -6
- data/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +8 -14
- data/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +8 -14
- data/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +8 -14
- data/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +8 -14
- data/node_modules/typescript/lib/typescript.d.ts +3 -14
- data/node_modules/typescript/lib/typescript.js +570 -1035
- data/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +8 -14
- data/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +8 -14
- data/node_modules/typescript/package.json +22 -22
- data/node_modules/update-browserslist-db/index.js +7 -5
- data/node_modules/update-browserslist-db/package.json +2 -2
- data/node_modules/which-typed-array/CHANGELOG.md +0 -10
- data/node_modules/which-typed-array/index.js +20 -21
- data/node_modules/which-typed-array/package.json +7 -9
- data/node_modules/which-typed-array/tsconfig.json +1 -1
- data/package.json +1 -0
- metadata +85 -28
- data/node_modules/@babel/generator/lib/generators/deprecated.js +0 -28
- data/node_modules/@babel/generator/lib/generators/deprecated.js.map +0 -1
- data/node_modules/@babel/types/lib/builders/generated/lowercase.js +0 -2886
- data/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +0 -1
- data/node_modules/async-function/CHANGELOG.md +0 -16
- data/node_modules/async-function/README.md +0 -51
- data/node_modules/async-function/index.d.mts +0 -3
- data/node_modules/async-function/index.d.ts +0 -13
- data/node_modules/async-function/index.js +0 -8
- data/node_modules/async-function/index.mjs +0 -4
- data/node_modules/async-function/legacy.js +0 -18
- data/node_modules/async-function/package.json +0 -86
- data/node_modules/async-function/require.mjs +0 -5
- data/node_modules/async-function/test/index.js +0 -40
- data/node_modules/async-function/tsconfig.json +0 -9
- data/node_modules/es-object-atoms/isObject.d.ts +0 -3
- data/node_modules/es-object-atoms/isObject.js +0 -6
- data/node_modules/es-shim-unscopables/index.d.ts +0 -8
- data/node_modules/es-shim-unscopables/tsconfig.json +0 -10
- data/node_modules/for-each/CHANGELOG.md +0 -107
- data/node_modules/for-each/index.d.ts +0 -35
- data/node_modules/for-each/tsconfig.json +0 -8
- data/node_modules/typescript/lib/lib.esnext.float16.d.ts +0 -443
- data/node_modules/typescript/lib/lib.esnext.promise.d.ts +0 -34
@@ -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 (
|
10
|
+
if (e.includes(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 = {
|
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,15 +319,14 @@ var PipelineOperatorErrors = Object.assign({
|
|
319
319
|
type
|
320
320
|
}) => `Hack-style pipe body cannot be an unparenthesized ${toNodeDescription({
|
321
321
|
type
|
322
|
-
})}; please wrap it in parentheses
|
323
|
-
}, {
|
322
|
+
})}; please wrap it in parentheses.`,
|
324
323
|
PipelineBodyNoArrow: 'Unexpected arrow "=>" after pipeline body; arrow function in pipeline body must be parenthesized.',
|
325
324
|
PipelineBodySequenceExpression: "Pipeline body may not be a comma-separated sequence expression.",
|
326
325
|
PipelineHeadSequenceExpression: "Pipeline head should not be a comma-separated sequence expression.",
|
327
326
|
PipelineTopicUnused: "Pipeline is in topic style but does not use topic reference.",
|
328
327
|
PrimaryTopicNotAllowed: "Topic reference was used in a lexical context without topic binding.",
|
329
328
|
PrimaryTopicRequiresSmartPipeline: 'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.'
|
330
|
-
}
|
329
|
+
};
|
331
330
|
const _excluded = ["message"];
|
332
331
|
function defineHidden(obj, key, value) {
|
333
332
|
Object.defineProperty(obj, key, {
|
@@ -421,54 +420,6 @@ function ParseErrorEnum(argument, syntaxPlugin) {
|
|
421
420
|
return ParseErrorConstructors;
|
422
421
|
}
|
423
422
|
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
|
-
}
|
472
423
|
const {
|
473
424
|
defineProperty
|
474
425
|
} = Object;
|
@@ -488,7 +439,7 @@ function toESTreeLocation(node) {
|
|
488
439
|
var estree = superClass => class ESTreeParserMixin extends superClass {
|
489
440
|
parse() {
|
490
441
|
const file = toESTreeLocation(super.parse());
|
491
|
-
if (this.
|
442
|
+
if (this.options.tokens) {
|
492
443
|
file.tokens = file.tokens.map(toESTreeLocation);
|
493
444
|
}
|
494
445
|
return file;
|
@@ -577,6 +528,14 @@ var estree = superClass => class ESTreeParserMixin extends superClass {
|
|
577
528
|
node.body = directiveStatements.concat(node.body);
|
578
529
|
delete node.directives;
|
579
530
|
}
|
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
|
+
}
|
580
539
|
parsePrivateName() {
|
581
540
|
const node = super.parsePrivateName();
|
582
541
|
{
|
@@ -627,14 +586,6 @@ var estree = superClass => class ESTreeParserMixin extends superClass {
|
|
627
586
|
funcNode.type = "FunctionExpression";
|
628
587
|
delete funcNode.kind;
|
629
588
|
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
|
-
}
|
638
589
|
if (type === "ClassPrivateMethod") {
|
639
590
|
node.computed = false;
|
640
591
|
}
|
@@ -651,9 +602,7 @@ var estree = superClass => class ESTreeParserMixin extends superClass {
|
|
651
602
|
return propertyNode;
|
652
603
|
}
|
653
604
|
}
|
654
|
-
|
655
|
-
propertyNode.type = "PropertyDefinition";
|
656
|
-
}
|
605
|
+
propertyNode.type = "PropertyDefinition";
|
657
606
|
return propertyNode;
|
658
607
|
}
|
659
608
|
parseClassPrivateProperty(...args) {
|
@@ -663,9 +612,7 @@ var estree = superClass => class ESTreeParserMixin extends superClass {
|
|
663
612
|
return propertyNode;
|
664
613
|
}
|
665
614
|
}
|
666
|
-
|
667
|
-
propertyNode.type = "PropertyDefinition";
|
668
|
-
}
|
615
|
+
propertyNode.type = "PropertyDefinition";
|
669
616
|
propertyNode.computed = false;
|
670
617
|
return propertyNode;
|
671
618
|
}
|
@@ -1787,14 +1734,6 @@ class CommentsParser extends BaseParser {
|
|
1787
1734
|
case "ImportDeclaration":
|
1788
1735
|
adjustInnerComments(node, node.specifiers, commentWS);
|
1789
1736
|
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;
|
1798
1737
|
default:
|
1799
1738
|
{
|
1800
1739
|
setInnerComments(node, comments);
|
@@ -2374,7 +2313,7 @@ class Tokenizer extends CommentsParser {
|
|
2374
2313
|
this.tokens = [];
|
2375
2314
|
this.errorHandlers_readInt = {
|
2376
2315
|
invalidDigit: (pos, lineStart, curLine, radix) => {
|
2377
|
-
if (!
|
2316
|
+
if (!this.options.errorRecovery) return false;
|
2378
2317
|
this.raise(Errors.InvalidDigit, buildPosition(pos, lineStart, curLine), {
|
2379
2318
|
radix
|
2380
2319
|
});
|
@@ -2415,7 +2354,7 @@ class Tokenizer extends CommentsParser {
|
|
2415
2354
|
}
|
2416
2355
|
next() {
|
2417
2356
|
this.checkKeywordEscapes();
|
2418
|
-
if (this.
|
2357
|
+
if (this.options.tokens) {
|
2419
2358
|
this.pushToken(new Token(this.state));
|
2420
2359
|
}
|
2421
2360
|
this.state.lastTokEndLoc = this.state.endLoc;
|
@@ -2531,7 +2470,7 @@ class Tokenizer extends CommentsParser {
|
|
2531
2470
|
end: this.sourceToOffsetPos(end + commentEnd.length),
|
2532
2471
|
loc: new SourceLocation(startLoc, this.state.curPosition())
|
2533
2472
|
};
|
2534
|
-
if (this.
|
2473
|
+
if (this.options.tokens) this.pushToken(comment);
|
2535
2474
|
return comment;
|
2536
2475
|
}
|
2537
2476
|
skipLineComment(startSkip) {
|
@@ -2554,12 +2493,12 @@ class Tokenizer extends CommentsParser {
|
|
2554
2493
|
end: this.sourceToOffsetPos(end),
|
2555
2494
|
loc: new SourceLocation(startLoc, this.state.curPosition())
|
2556
2495
|
};
|
2557
|
-
if (this.
|
2496
|
+
if (this.options.tokens) this.pushToken(comment);
|
2558
2497
|
return comment;
|
2559
2498
|
}
|
2560
2499
|
skipSpace() {
|
2561
2500
|
const spaceStart = this.state.pos;
|
2562
|
-
const comments =
|
2501
|
+
const comments = [];
|
2563
2502
|
loop: while (this.state.pos < this.length) {
|
2564
2503
|
const ch = this.input.charCodeAt(this.state.pos);
|
2565
2504
|
switch (ch) {
|
@@ -2586,7 +2525,7 @@ class Tokenizer extends CommentsParser {
|
|
2586
2525
|
const comment = this.skipBlockComment("*/");
|
2587
2526
|
if (comment !== undefined) {
|
2588
2527
|
this.addComment(comment);
|
2589
|
-
|
2528
|
+
if (this.options.attachComment) comments.push(comment);
|
2590
2529
|
}
|
2591
2530
|
break;
|
2592
2531
|
}
|
@@ -2595,7 +2534,7 @@ class Tokenizer extends CommentsParser {
|
|
2595
2534
|
const comment = this.skipLineComment(2);
|
2596
2535
|
if (comment !== undefined) {
|
2597
2536
|
this.addComment(comment);
|
2598
|
-
|
2537
|
+
if (this.options.attachComment) comments.push(comment);
|
2599
2538
|
}
|
2600
2539
|
break;
|
2601
2540
|
}
|
@@ -2606,24 +2545,24 @@ class Tokenizer extends CommentsParser {
|
|
2606
2545
|
default:
|
2607
2546
|
if (isWhitespace(ch)) {
|
2608
2547
|
++this.state.pos;
|
2609
|
-
} else if (ch === 45 && !this.inModule && this.
|
2548
|
+
} else if (ch === 45 && !this.inModule && this.options.annexB) {
|
2610
2549
|
const pos = this.state.pos;
|
2611
2550
|
if (this.input.charCodeAt(pos + 1) === 45 && this.input.charCodeAt(pos + 2) === 62 && (spaceStart === 0 || this.state.lineStart > spaceStart)) {
|
2612
2551
|
const comment = this.skipLineComment(3);
|
2613
2552
|
if (comment !== undefined) {
|
2614
2553
|
this.addComment(comment);
|
2615
|
-
|
2554
|
+
if (this.options.attachComment) comments.push(comment);
|
2616
2555
|
}
|
2617
2556
|
} else {
|
2618
2557
|
break loop;
|
2619
2558
|
}
|
2620
|
-
} else if (ch === 60 && !this.inModule && this.
|
2559
|
+
} else if (ch === 60 && !this.inModule && this.options.annexB) {
|
2621
2560
|
const pos = this.state.pos;
|
2622
2561
|
if (this.input.charCodeAt(pos + 1) === 33 && this.input.charCodeAt(pos + 2) === 45 && this.input.charCodeAt(pos + 3) === 45) {
|
2623
2562
|
const comment = this.skipLineComment(4);
|
2624
2563
|
if (comment !== undefined) {
|
2625
2564
|
this.addComment(comment);
|
2626
|
-
|
2565
|
+
if (this.options.attachComment) comments.push(comment);
|
2627
2566
|
}
|
2628
2567
|
} else {
|
2629
2568
|
break loop;
|
@@ -2633,7 +2572,7 @@ class Tokenizer extends CommentsParser {
|
|
2633
2572
|
}
|
2634
2573
|
}
|
2635
2574
|
}
|
2636
|
-
if (
|
2575
|
+
if (comments.length > 0) {
|
2637
2576
|
const end = this.state.pos;
|
2638
2577
|
const commentWhitespace = {
|
2639
2578
|
start: this.sourceToOffsetPos(spaceStart),
|
@@ -3325,7 +3264,7 @@ class Tokenizer extends CommentsParser {
|
|
3325
3264
|
raise(toParseError, at, details = {}) {
|
3326
3265
|
const loc = at instanceof Position ? at : at.loc.start;
|
3327
3266
|
const error = toParseError(loc, details);
|
3328
|
-
if (!
|
3267
|
+
if (!this.options.errorRecovery) throw error;
|
3329
3268
|
if (!this.isLookahead) this.state.errors.push(error);
|
3330
3269
|
return error;
|
3331
3270
|
}
|
@@ -3809,7 +3748,7 @@ class Node {
|
|
3809
3748
|
this.start = pos;
|
3810
3749
|
this.end = 0;
|
3811
3750
|
this.loc = new SourceLocation(loc);
|
3812
|
-
if (
|
3751
|
+
if (parser != null && parser.options.ranges) this.range = [pos, 0];
|
3813
3752
|
if (parser != null && parser.filename) this.loc.filename = parser.filename;
|
3814
3753
|
}
|
3815
3754
|
}
|
@@ -3897,21 +3836,19 @@ class NodeUtils extends UtilParser {
|
|
3897
3836
|
node.type = type;
|
3898
3837
|
node.end = endLoc.index;
|
3899
3838
|
node.loc.end = endLoc;
|
3900
|
-
if (this.
|
3901
|
-
if (this.
|
3902
|
-
this.processComment(node);
|
3903
|
-
}
|
3839
|
+
if (this.options.ranges) node.range[1] = endLoc.index;
|
3840
|
+
if (this.options.attachComment) this.processComment(node);
|
3904
3841
|
return node;
|
3905
3842
|
}
|
3906
3843
|
resetStartLocation(node, startLoc) {
|
3907
3844
|
node.start = startLoc.index;
|
3908
3845
|
node.loc.start = startLoc;
|
3909
|
-
if (this.
|
3846
|
+
if (this.options.ranges) node.range[0] = startLoc.index;
|
3910
3847
|
}
|
3911
3848
|
resetEndLocation(node, endLoc = this.state.lastTokEndLoc) {
|
3912
3849
|
node.end = endLoc.index;
|
3913
3850
|
node.loc.end = endLoc;
|
3914
|
-
if (this.
|
3851
|
+
if (this.options.ranges) node.range[1] = endLoc.index;
|
3915
3852
|
}
|
3916
3853
|
resetStartLocationFromNode(node, locationNode) {
|
3917
3854
|
this.resetStartLocation(node, locationNode.loc.start);
|
@@ -4419,49 +4356,26 @@ var flow = superClass => class FlowParserMixin extends superClass {
|
|
4419
4356
|
this.state.inType = oldInType;
|
4420
4357
|
return this.finishNode(node, "TypeParameterDeclaration");
|
4421
4358
|
}
|
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
|
-
}
|
4439
4359
|
flowParseTypeParameterInstantiation() {
|
4440
4360
|
const node = this.startNode();
|
4441
4361
|
const oldInType = this.state.inType;
|
4442
|
-
this.state.inType = true;
|
4443
4362
|
node.params = [];
|
4444
|
-
this.
|
4445
|
-
|
4446
|
-
|
4447
|
-
|
4448
|
-
|
4449
|
-
|
4450
|
-
|
4451
|
-
|
4452
|
-
}
|
4363
|
+
this.state.inType = true;
|
4364
|
+
this.expect(47);
|
4365
|
+
const oldNoAnonFunctionType = this.state.noAnonFunctionType;
|
4366
|
+
this.state.noAnonFunctionType = false;
|
4367
|
+
while (!this.match(48)) {
|
4368
|
+
node.params.push(this.flowParseType());
|
4369
|
+
if (!this.match(48)) {
|
4370
|
+
this.expect(12);
|
4453
4371
|
}
|
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();
|
4459
4372
|
}
|
4373
|
+
this.state.noAnonFunctionType = oldNoAnonFunctionType;
|
4460
4374
|
this.expect(48);
|
4375
|
+
this.state.inType = oldInType;
|
4461
4376
|
return this.finishNode(node, "TypeParameterInstantiation");
|
4462
4377
|
}
|
4463
4378
|
flowParseTypeParameterInstantiationCallOrNew() {
|
4464
|
-
if (this.reScan_lt() !== 47) return;
|
4465
4379
|
const node = this.startNode();
|
4466
4380
|
const oldInType = this.state.inType;
|
4467
4381
|
node.params = [];
|
@@ -4741,7 +4655,8 @@ var flow = superClass => class FlowParserMixin extends superClass {
|
|
4741
4655
|
}
|
4742
4656
|
}
|
4743
4657
|
flowParseQualifiedTypeIdentifier(startLoc, id) {
|
4744
|
-
|
4658
|
+
var _startLoc;
|
4659
|
+
(_startLoc = startLoc) != null ? _startLoc : startLoc = this.state.startLoc;
|
4745
4660
|
let node = id || this.flowParseRestrictedIdentifier(true);
|
4746
4661
|
while (this.eat(16)) {
|
4747
4662
|
const node2 = this.startNodeAt(startLoc);
|
@@ -5514,10 +5429,8 @@ var flow = superClass => class FlowParserMixin extends superClass {
|
|
5514
5429
|
}
|
5515
5430
|
parseClassSuper(node) {
|
5516
5431
|
super.parseClassSuper(node);
|
5517
|
-
if (node.superClass &&
|
5518
|
-
|
5519
|
-
node.superTypeParameters = this.flowParseTypeParameterInstantiationInExpression();
|
5520
|
-
}
|
5432
|
+
if (node.superClass && this.match(47)) {
|
5433
|
+
node.superTypeParameters = this.flowParseTypeParameterInstantiation();
|
5521
5434
|
}
|
5522
5435
|
if (this.isContextual(113)) {
|
5523
5436
|
this.next();
|
@@ -5848,12 +5761,12 @@ var flow = superClass => class FlowParserMixin extends superClass {
|
|
5848
5761
|
this.next();
|
5849
5762
|
const node = this.startNodeAt(startLoc);
|
5850
5763
|
node.callee = base;
|
5851
|
-
node.typeArguments = this.
|
5764
|
+
node.typeArguments = this.flowParseTypeParameterInstantiation();
|
5852
5765
|
this.expect(10);
|
5853
5766
|
node.arguments = this.parseCallExpressionArguments(11);
|
5854
5767
|
node.optional = true;
|
5855
5768
|
return this.finishCallExpression(node, true);
|
5856
|
-
} else if (!noCalls && this.shouldParseTypes() &&
|
5769
|
+
} else if (!noCalls && this.shouldParseTypes() && this.match(47)) {
|
5857
5770
|
const node = this.startNodeAt(startLoc);
|
5858
5771
|
node.callee = base;
|
5859
5772
|
const result = this.tryParse(() => {
|
@@ -6282,14 +6195,6 @@ var flow = superClass => class FlowParserMixin extends superClass {
|
|
6282
6195
|
node.body = this.flowEnumBody(this.startNode(), id);
|
6283
6196
|
return this.finishNode(node, "EnumDeclaration");
|
6284
6197
|
}
|
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
|
-
}
|
6293
6198
|
isLookaheadToken_lt() {
|
6294
6199
|
const next = this.nextTokenStart();
|
6295
6200
|
if (this.input.charCodeAt(next) === 60) {
|
@@ -6298,29 +6203,6 @@ var flow = superClass => class FlowParserMixin extends superClass {
|
|
6298
6203
|
}
|
6299
6204
|
return false;
|
6300
6205
|
}
|
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
|
-
}
|
6324
6206
|
maybeUnwrapTypeCastExpression(node) {
|
6325
6207
|
return node.type === "TypeCastExpression" ? node.expression : node;
|
6326
6208
|
}
|
@@ -7197,7 +7079,14 @@ class LValParser extends NodeUtils {
|
|
7197
7079
|
for (let i = 0; i <= end; i++) {
|
7198
7080
|
const elt = exprList[i];
|
7199
7081
|
if (!elt) continue;
|
7200
|
-
|
7082
|
+
if (elt.type === "SpreadElement") {
|
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
|
+
}
|
7201
7090
|
if (elt.type === "RestElement") {
|
7202
7091
|
if (i < end) {
|
7203
7092
|
this.raise(Errors.RestTrailingComma, elt);
|
@@ -7207,17 +7096,6 @@ class LValParser extends NodeUtils {
|
|
7207
7096
|
}
|
7208
7097
|
}
|
7209
7098
|
}
|
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
|
-
}
|
7221
7099
|
isAssignable(node, isBinding) {
|
7222
7100
|
switch (node.type) {
|
7223
7101
|
case "Identifier":
|
@@ -7313,15 +7191,13 @@ class LValParser extends NodeUtils {
|
|
7313
7191
|
}
|
7314
7192
|
} else {
|
7315
7193
|
const decorators = [];
|
7316
|
-
if (
|
7317
|
-
|
7318
|
-
this.raise(Errors.UnsupportedParameterDecorator, this.state.startLoc);
|
7319
|
-
}
|
7320
|
-
while (this.match(26)) {
|
7321
|
-
decorators.push(this.parseDecorator());
|
7322
|
-
}
|
7194
|
+
if (this.match(26) && this.hasPlugin("decorators")) {
|
7195
|
+
this.raise(Errors.UnsupportedParameterDecorator, this.state.startLoc);
|
7323
7196
|
}
|
7324
|
-
|
7197
|
+
while (this.match(26)) {
|
7198
|
+
decorators.push(this.parseDecorator());
|
7199
|
+
}
|
7200
|
+
elts.push(this.parseAssignableListItem(flags, decorators));
|
7325
7201
|
}
|
7326
7202
|
}
|
7327
7203
|
return elts;
|
@@ -7351,7 +7227,7 @@ class LValParser extends NodeUtils {
|
|
7351
7227
|
prop.method = false;
|
7352
7228
|
return this.parseObjPropValue(prop, startLoc, false, false, true, false);
|
7353
7229
|
}
|
7354
|
-
|
7230
|
+
parseAssignableListItem(flags, decorators) {
|
7355
7231
|
const left = this.parseMaybeDefault();
|
7356
7232
|
if (this.hasPlugin("flow") || flags & 2) {
|
7357
7233
|
this.parseFunctionParamType(left);
|
@@ -7366,8 +7242,9 @@ class LValParser extends NodeUtils {
|
|
7366
7242
|
return param;
|
7367
7243
|
}
|
7368
7244
|
parseMaybeDefault(startLoc, left) {
|
7369
|
-
|
7370
|
-
|
7245
|
+
var _startLoc, _left;
|
7246
|
+
(_startLoc = startLoc) != null ? _startLoc : startLoc = this.state.startLoc;
|
7247
|
+
left = (_left = left) != null ? _left : this.parseBindingAtom();
|
7371
7248
|
if (!this.eat(29)) return left;
|
7372
7249
|
const node = this.startNodeAt(startLoc);
|
7373
7250
|
node.left = left;
|
@@ -7557,9 +7434,6 @@ const TSErrors = ParseErrorEnum`typescript`({
|
|
7557
7434
|
IndexSignatureHasOverride: "'override' modifier cannot appear on an index signature.",
|
7558
7435
|
IndexSignatureHasStatic: "Index signatures cannot have the 'static' modifier.",
|
7559
7436
|
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.`,
|
7563
7437
|
InvalidModifierOnTypeMember: ({
|
7564
7438
|
modifier
|
7565
7439
|
}) => `'${modifier}' modifier cannot appear on a type member.`,
|
@@ -7840,14 +7714,8 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
7840
7714
|
this.expect(10);
|
7841
7715
|
if (!this.match(134)) {
|
7842
7716
|
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
|
-
}
|
7850
7717
|
}
|
7718
|
+
node.argument = super.parseExprAtom();
|
7851
7719
|
if (this.eat(12) && !this.match(11)) {
|
7852
7720
|
node.options = super.parseMaybeAssignAllowIn();
|
7853
7721
|
this.eat(12);
|
@@ -7856,43 +7724,28 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
7856
7724
|
}
|
7857
7725
|
this.expect(11);
|
7858
7726
|
if (this.eat(16)) {
|
7859
|
-
node.qualifier = this.tsParseEntityName(
|
7727
|
+
node.qualifier = this.tsParseEntityName();
|
7860
7728
|
}
|
7861
7729
|
if (this.match(47)) {
|
7862
|
-
|
7863
|
-
node.typeParameters = this.tsParseTypeArguments();
|
7864
|
-
}
|
7730
|
+
node.typeParameters = this.tsParseTypeArguments();
|
7865
7731
|
}
|
7866
7732
|
return this.finishNode(node, "TSImportType");
|
7867
7733
|
}
|
7868
|
-
tsParseEntityName(
|
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
|
-
}
|
7734
|
+
tsParseEntityName(allowReservedWords = true) {
|
7735
|
+
let entity = this.parseIdentifier(allowReservedWords);
|
7881
7736
|
while (this.eat(16)) {
|
7882
7737
|
const node = this.startNodeAtNode(entity);
|
7883
7738
|
node.left = entity;
|
7884
|
-
node.right = this.parseIdentifier(
|
7739
|
+
node.right = this.parseIdentifier(allowReservedWords);
|
7885
7740
|
entity = this.finishNode(node, "TSQualifiedName");
|
7886
7741
|
}
|
7887
7742
|
return entity;
|
7888
7743
|
}
|
7889
7744
|
tsParseTypeReference() {
|
7890
7745
|
const node = this.startNode();
|
7891
|
-
node.typeName = this.tsParseEntityName(
|
7746
|
+
node.typeName = this.tsParseEntityName();
|
7892
7747
|
if (!this.hasPrecedingLineBreak() && this.match(47)) {
|
7893
|
-
|
7894
|
-
node.typeParameters = this.tsParseTypeArguments();
|
7895
|
-
}
|
7748
|
+
node.typeParameters = this.tsParseTypeArguments();
|
7896
7749
|
}
|
7897
7750
|
return this.finishNode(node, "TSTypeReference");
|
7898
7751
|
}
|
@@ -7915,14 +7768,10 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
7915
7768
|
if (this.match(83)) {
|
7916
7769
|
node.exprName = this.tsParseImportType();
|
7917
7770
|
} else {
|
7918
|
-
|
7919
|
-
node.exprName = this.tsParseEntityName(1 | 2);
|
7920
|
-
}
|
7771
|
+
node.exprName = this.tsParseEntityName();
|
7921
7772
|
}
|
7922
7773
|
if (!this.hasPrecedingLineBreak() && this.match(47)) {
|
7923
|
-
|
7924
|
-
node.typeParameters = this.tsParseTypeArguments();
|
7925
|
-
}
|
7774
|
+
node.typeParameters = this.tsParseTypeArguments();
|
7926
7775
|
}
|
7927
7776
|
return this.finishNode(node, "TSTypeQuery");
|
7928
7777
|
}
|
@@ -8177,11 +8026,10 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8177
8026
|
return this.finishNode(node, "TSTupleType");
|
8178
8027
|
}
|
8179
8028
|
tsParseTupleElementType() {
|
8180
|
-
const restStartLoc = this.state.startLoc;
|
8181
|
-
const rest = this.eat(21);
|
8182
8029
|
const {
|
8183
8030
|
startLoc
|
8184
8031
|
} = this.state;
|
8032
|
+
const rest = this.eat(21);
|
8185
8033
|
let labeled;
|
8186
8034
|
let label;
|
8187
8035
|
let optional;
|
@@ -8196,6 +8044,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8196
8044
|
type = this.tsParseType();
|
8197
8045
|
} else if (chAfterWord === 63) {
|
8198
8046
|
optional = true;
|
8047
|
+
const startLoc = this.state.startLoc;
|
8199
8048
|
const wordName = this.state.value;
|
8200
8049
|
const typeOrLabel = this.tsParseNonArrayType();
|
8201
8050
|
if (this.lookaheadCharCode() === 58) {
|
@@ -8217,7 +8066,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8217
8066
|
if (labeled) {
|
8218
8067
|
let labeledNode;
|
8219
8068
|
if (label) {
|
8220
|
-
labeledNode = this.
|
8069
|
+
labeledNode = this.startNodeAtNode(label);
|
8221
8070
|
labeledNode.optional = optional;
|
8222
8071
|
labeledNode.label = label;
|
8223
8072
|
labeledNode.elementType = type;
|
@@ -8226,7 +8075,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8226
8075
|
this.raise(TSErrors.TupleOptionalAfterType, this.state.lastTokStartLoc);
|
8227
8076
|
}
|
8228
8077
|
} else {
|
8229
|
-
labeledNode = this.
|
8078
|
+
labeledNode = this.startNodeAtNode(type);
|
8230
8079
|
labeledNode.optional = optional;
|
8231
8080
|
this.raise(TSErrors.InvalidTupleMemberLabel, type);
|
8232
8081
|
labeledNode.label = type;
|
@@ -8234,12 +8083,12 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8234
8083
|
}
|
8235
8084
|
type = this.finishNode(labeledNode, "TSNamedTupleMember");
|
8236
8085
|
} else if (optional) {
|
8237
|
-
const optionalTypeNode = this.
|
8086
|
+
const optionalTypeNode = this.startNodeAtNode(type);
|
8238
8087
|
optionalTypeNode.typeAnnotation = type;
|
8239
8088
|
type = this.finishNode(optionalTypeNode, "TSOptionalType");
|
8240
8089
|
}
|
8241
8090
|
if (rest) {
|
8242
|
-
const restNode = this.startNodeAt(
|
8091
|
+
const restNode = this.startNodeAt(startLoc);
|
8243
8092
|
restNode.typeAnnotation = type;
|
8244
8093
|
type = this.finishNode(restNode, "TSRestType");
|
8245
8094
|
}
|
@@ -8278,11 +8127,9 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8278
8127
|
return this.finishNode(node, "TSLiteralType");
|
8279
8128
|
}
|
8280
8129
|
tsParseTemplateLiteralType() {
|
8281
|
-
|
8282
|
-
|
8283
|
-
|
8284
|
-
return this.finishNode(node, "TSLiteralType");
|
8285
|
-
}
|
8130
|
+
const node = this.startNode();
|
8131
|
+
node.literal = super.parseTemplate(false);
|
8132
|
+
return this.finishNode(node, "TSLiteralType");
|
8286
8133
|
}
|
8287
8134
|
parseTemplateSubstitution() {
|
8288
8135
|
if (this.state.inType) return this.tsParseType();
|
@@ -8349,18 +8196,15 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8349
8196
|
this.unexpected();
|
8350
8197
|
}
|
8351
8198
|
tsParseArrayTypeOrHigher() {
|
8352
|
-
const {
|
8353
|
-
startLoc
|
8354
|
-
} = this.state;
|
8355
8199
|
let type = this.tsParseNonArrayType();
|
8356
8200
|
while (!this.hasPrecedingLineBreak() && this.eat(0)) {
|
8357
8201
|
if (this.match(3)) {
|
8358
|
-
const node = this.
|
8202
|
+
const node = this.startNodeAtNode(type);
|
8359
8203
|
node.elementType = type;
|
8360
8204
|
this.expect(3);
|
8361
8205
|
type = this.finishNode(node, "TSArrayType");
|
8362
8206
|
} else {
|
8363
|
-
const node = this.
|
8207
|
+
const node = this.startNodeAtNode(type);
|
8364
8208
|
node.objectType = type;
|
8365
8209
|
node.indexType = this.tsParseType();
|
8366
8210
|
this.expect(3);
|
@@ -8612,14 +8456,12 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8612
8456
|
tsParseHeritageClause(token) {
|
8613
8457
|
const originalStartLoc = this.state.startLoc;
|
8614
8458
|
const delimitedList = this.tsParseDelimitedList("HeritageClauseElement", () => {
|
8615
|
-
|
8616
|
-
|
8617
|
-
|
8618
|
-
|
8619
|
-
node.typeParameters = this.tsParseTypeArguments();
|
8620
|
-
}
|
8621
|
-
return this.finishNode(node, "TSExpressionWithTypeArguments");
|
8459
|
+
const node = this.startNode();
|
8460
|
+
node.expression = this.tsParseEntityName();
|
8461
|
+
if (this.match(47)) {
|
8462
|
+
node.typeParameters = this.tsParseTypeArguments();
|
8622
8463
|
}
|
8464
|
+
return this.finishNode(node, "TSExpressionWithTypeArguments");
|
8623
8465
|
});
|
8624
8466
|
if (!delimitedList.length) {
|
8625
8467
|
this.raise(TSErrors.EmptyHeritageClauseType, originalStartLoc, {
|
@@ -8664,17 +8506,13 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8664
8506
|
this.semicolon();
|
8665
8507
|
return this.finishNode(node, "TSTypeAliasDeclaration");
|
8666
8508
|
}
|
8667
|
-
|
8668
|
-
|
8669
|
-
|
8670
|
-
|
8671
|
-
try {
|
8672
|
-
return cb();
|
8673
|
-
} finally {
|
8674
|
-
this.state.context = oldContext;
|
8675
|
-
}
|
8676
|
-
} else {
|
8509
|
+
tsInNoContext(cb) {
|
8510
|
+
const oldContext = this.state.context;
|
8511
|
+
this.state.context = [oldContext[0]];
|
8512
|
+
try {
|
8677
8513
|
return cb();
|
8514
|
+
} finally {
|
8515
|
+
this.state.context = oldContext;
|
8678
8516
|
}
|
8679
8517
|
}
|
8680
8518
|
tsInType(cb) {
|
@@ -8735,19 +8573,10 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8735
8573
|
this.expectContextual(126);
|
8736
8574
|
node.id = this.parseIdentifier();
|
8737
8575
|
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();
|
8747
8576
|
this.expect(5);
|
8748
8577
|
node.members = this.tsParseDelimitedList("EnumMembers", this.tsParseEnumMember.bind(this));
|
8749
8578
|
this.expect(8);
|
8750
|
-
return this.finishNode(node, "
|
8579
|
+
return this.finishNode(node, "TSEnumDeclaration");
|
8751
8580
|
}
|
8752
8581
|
tsParseModuleBlock() {
|
8753
8582
|
const node = this.startNode();
|
@@ -8800,9 +8629,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8800
8629
|
return this.finishNode(node, "TSModuleDeclaration");
|
8801
8630
|
}
|
8802
8631
|
tsParseImportEqualsDeclaration(node, maybeDefaultIdentifier, isExport) {
|
8803
|
-
|
8804
|
-
node.isExport = isExport || false;
|
8805
|
-
}
|
8632
|
+
node.isExport = isExport || false;
|
8806
8633
|
node.id = maybeDefaultIdentifier || this.parseIdentifier();
|
8807
8634
|
this.checkIdentifier(node.id, 4096);
|
8808
8635
|
this.expect(29);
|
@@ -8818,7 +8645,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8818
8645
|
return this.isContextual(119) && this.lookaheadCharCode() === 40;
|
8819
8646
|
}
|
8820
8647
|
tsParseModuleReference() {
|
8821
|
-
return this.tsIsExternalModuleReference() ? this.tsParseExternalModuleReference() : this.tsParseEntityName(
|
8648
|
+
return this.tsIsExternalModuleReference() ? this.tsParseExternalModuleReference() : this.tsParseEntityName(false);
|
8822
8649
|
}
|
8823
8650
|
tsParseExternalModuleReference() {
|
8824
8651
|
const node = this.startNode();
|
@@ -8994,7 +8821,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
8994
8821
|
}
|
8995
8822
|
tsParseTypeArguments() {
|
8996
8823
|
const node = this.startNode();
|
8997
|
-
node.params = this.tsInType(() => this.
|
8824
|
+
node.params = this.tsInType(() => this.tsInNoContext(() => {
|
8998
8825
|
this.expect(47);
|
8999
8826
|
return this.tsParseDelimitedList("TypeParametersOrArguments", this.tsParseType.bind(this));
|
9000
8827
|
}));
|
@@ -9013,7 +8840,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9013
8840
|
if (this.tsIsDeclarationStart()) return false;
|
9014
8841
|
return super.isExportDefaultSpecifier();
|
9015
8842
|
}
|
9016
|
-
|
8843
|
+
parseAssignableListItem(flags, decorators) {
|
9017
8844
|
const startLoc = this.state.startLoc;
|
9018
8845
|
const modified = {};
|
9019
8846
|
this.tsParseModifiers({
|
@@ -9139,9 +8966,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9139
8966
|
}
|
9140
8967
|
if (tokenIsTemplate(this.state.type)) {
|
9141
8968
|
const result = super.parseTaggedTemplateExpression(base, startLoc, state);
|
9142
|
-
|
9143
|
-
result.typeParameters = typeArguments;
|
9144
|
-
}
|
8969
|
+
result.typeParameters = typeArguments;
|
9145
8970
|
return result;
|
9146
8971
|
}
|
9147
8972
|
if (!noCalls && this.eat(10)) {
|
@@ -9149,9 +8974,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9149
8974
|
node.callee = base;
|
9150
8975
|
node.arguments = this.parseCallExpressionArguments(11);
|
9151
8976
|
this.tsCheckForInvalidTypeCasts(node.arguments);
|
9152
|
-
|
9153
|
-
node.typeParameters = typeArguments;
|
9154
|
-
}
|
8977
|
+
node.typeParameters = typeArguments;
|
9155
8978
|
if (state.optionalChainMember) {
|
9156
8979
|
node.optional = isOptionalCall;
|
9157
8980
|
}
|
@@ -9163,9 +8986,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9163
8986
|
}
|
9164
8987
|
const node = this.startNodeAt(startLoc);
|
9165
8988
|
node.expression = base;
|
9166
|
-
|
9167
|
-
node.typeParameters = typeArguments;
|
9168
|
-
}
|
8989
|
+
node.typeParameters = typeArguments;
|
9169
8990
|
return this.finishNode(node, "TSInstantiationExpression");
|
9170
8991
|
});
|
9171
8992
|
if (missingParenErrorLoc) {
|
@@ -9187,9 +9008,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9187
9008
|
callee
|
9188
9009
|
} = node;
|
9189
9010
|
if (callee.type === "TSInstantiationExpression" && !((_callee$extra = callee.extra) != null && _callee$extra.parenthesized)) {
|
9190
|
-
|
9191
|
-
node.typeParameters = callee.typeParameters;
|
9192
|
-
}
|
9011
|
+
node.typeParameters = callee.typeParameters;
|
9193
9012
|
node.callee = callee.expression;
|
9194
9013
|
}
|
9195
9014
|
}
|
@@ -9270,18 +9089,15 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9270
9089
|
}
|
9271
9090
|
parseExport(node, decorators) {
|
9272
9091
|
if (this.match(83)) {
|
9273
|
-
const nodeImportEquals = node;
|
9274
9092
|
this.next();
|
9093
|
+
const nodeImportEquals = node;
|
9275
9094
|
let maybeDefaultIdentifier = null;
|
9276
9095
|
if (this.isContextual(130) && this.isPotentialImportPhase(false)) {
|
9277
9096
|
maybeDefaultIdentifier = this.parseMaybeImportPhase(nodeImportEquals, false);
|
9278
9097
|
} else {
|
9279
9098
|
nodeImportEquals.importKind = "value";
|
9280
9099
|
}
|
9281
|
-
|
9282
|
-
{
|
9283
|
-
return declaration;
|
9284
|
-
}
|
9100
|
+
return this.tsParseImportEqualsDeclaration(nodeImportEquals, maybeDefaultIdentifier, true);
|
9285
9101
|
} else if (this.eat(29)) {
|
9286
9102
|
const assign = node;
|
9287
9103
|
assign.expression = super.parseExpression();
|
@@ -9439,15 +9255,18 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9439
9255
|
return super.shouldParseExportDeclaration();
|
9440
9256
|
}
|
9441
9257
|
parseConditional(expr, startLoc, refExpressionErrors) {
|
9442
|
-
if (!this.match(17))
|
9443
|
-
|
9444
|
-
|
9445
|
-
|
9446
|
-
|
9447
|
-
|
9258
|
+
if (!this.state.maybeInArrowParameters || !this.match(17)) {
|
9259
|
+
return super.parseConditional(expr, startLoc, refExpressionErrors);
|
9260
|
+
}
|
9261
|
+
const result = this.tryParse(() => super.parseConditional(expr, startLoc));
|
9262
|
+
if (!result.node) {
|
9263
|
+
if (result.error) {
|
9264
|
+
super.setOptionalParametersError(refExpressionErrors, result.error);
|
9448
9265
|
}
|
9266
|
+
return expr;
|
9449
9267
|
}
|
9450
|
-
|
9268
|
+
if (result.error) this.state = result.failState;
|
9269
|
+
return result.node;
|
9451
9270
|
}
|
9452
9271
|
parseParenItem(node, startLoc) {
|
9453
9272
|
const newNode = super.parseParenItem(node, startLoc);
|
@@ -9478,7 +9297,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9478
9297
|
if (declaration.type === "TSInterfaceDeclaration" || declaration.type === "TSTypeAliasDeclaration" || isDeclare) {
|
9479
9298
|
node.exportKind = "type";
|
9480
9299
|
}
|
9481
|
-
if (isDeclare
|
9300
|
+
if (isDeclare) {
|
9482
9301
|
this.resetStartLocation(declaration, startLoc);
|
9483
9302
|
declaration.declare = true;
|
9484
9303
|
}
|
@@ -9569,9 +9388,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9569
9388
|
parseClassSuper(node) {
|
9570
9389
|
super.parseClassSuper(node);
|
9571
9390
|
if (node.superClass && (this.match(47) || this.match(51))) {
|
9572
|
-
|
9573
|
-
node.superTypeParameters = this.tsParseTypeArgumentsInExpression();
|
9574
|
-
}
|
9391
|
+
node.superTypeParameters = this.tsParseTypeArgumentsInExpression();
|
9575
9392
|
}
|
9576
9393
|
if (this.eatContextual(113)) {
|
9577
9394
|
node.implements = this.tsParseHeritageClause("implements");
|
@@ -9664,8 +9481,8 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9664
9481
|
throw ((_jsx3 = jsx) == null ? void 0 : _jsx3.error) || arrow.error || ((_typeCast2 = typeCast) == null ? void 0 : _typeCast2.error);
|
9665
9482
|
}
|
9666
9483
|
reportReservedArrowTypeParam(node) {
|
9667
|
-
var _node$
|
9668
|
-
if (node.params.length === 1 && !node.params[0].constraint && !((_node$
|
9484
|
+
var _node$extra;
|
9485
|
+
if (node.params.length === 1 && !node.params[0].constraint && !((_node$extra = node.extra) != null && _node$extra.trailingComma) && this.getPluginOption("typescript", "disallowAmbiguousJSXLike")) {
|
9669
9486
|
this.raise(TSErrors.ReservedArrowTypeParam, node);
|
9670
9487
|
}
|
9671
9488
|
}
|
@@ -9765,6 +9582,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9765
9582
|
case "TSParameterProperty":
|
9766
9583
|
return "parameter";
|
9767
9584
|
case "TSNonNullExpression":
|
9585
|
+
case "TSInstantiationExpression":
|
9768
9586
|
return "expression";
|
9769
9587
|
case "TSAsExpression":
|
9770
9588
|
case "TSSatisfiesExpression":
|
@@ -9780,19 +9598,17 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9780
9598
|
}
|
9781
9599
|
return super.parseBindingAtom();
|
9782
9600
|
}
|
9783
|
-
parseMaybeDecoratorArguments(expr
|
9601
|
+
parseMaybeDecoratorArguments(expr) {
|
9784
9602
|
if (this.match(47) || this.match(51)) {
|
9785
9603
|
const typeArguments = this.tsParseTypeArgumentsInExpression();
|
9786
9604
|
if (this.match(10)) {
|
9787
|
-
const call = super.parseMaybeDecoratorArguments(expr
|
9788
|
-
|
9789
|
-
call.typeParameters = typeArguments;
|
9790
|
-
}
|
9605
|
+
const call = super.parseMaybeDecoratorArguments(expr);
|
9606
|
+
call.typeParameters = typeArguments;
|
9791
9607
|
return call;
|
9792
9608
|
}
|
9793
9609
|
this.unexpected(null, 10);
|
9794
9610
|
}
|
9795
|
-
return super.parseMaybeDecoratorArguments(expr
|
9611
|
+
return super.parseMaybeDecoratorArguments(expr);
|
9796
9612
|
}
|
9797
9613
|
checkCommaAfterRest(close) {
|
9798
9614
|
if (this.state.isAmbientContext && this.match(12) && this.lookaheadCharCode() === close) {
|
@@ -9850,12 +9666,14 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9850
9666
|
}
|
9851
9667
|
return type;
|
9852
9668
|
}
|
9853
|
-
|
9854
|
-
|
9855
|
-
|
9856
|
-
|
9669
|
+
toAssignableList(exprList, trailingCommaLoc, isLHS) {
|
9670
|
+
for (let i = 0; i < exprList.length; i++) {
|
9671
|
+
const expr = exprList[i];
|
9672
|
+
if ((expr == null ? void 0 : expr.type) === "TSTypeCastExpression") {
|
9673
|
+
exprList[i] = this.typeCastToParameter(expr);
|
9674
|
+
}
|
9857
9675
|
}
|
9858
|
-
super.
|
9676
|
+
super.toAssignableList(exprList, trailingCommaLoc, isLHS);
|
9859
9677
|
}
|
9860
9678
|
typeCastToParameter(node) {
|
9861
9679
|
node.expression.typeAnnotation = node.typeAnnotation;
|
@@ -9877,11 +9695,7 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9877
9695
|
jsxParseOpeningElementAfterName(node) {
|
9878
9696
|
if (this.match(47) || this.match(51)) {
|
9879
9697
|
const typeArguments = this.tsTryParseAndCatch(() => this.tsParseTypeArgumentsInExpression());
|
9880
|
-
if (typeArguments)
|
9881
|
-
{
|
9882
|
-
node.typeParameters = typeArguments;
|
9883
|
-
}
|
9884
|
-
}
|
9698
|
+
if (typeArguments) node.typeParameters = typeArguments;
|
9885
9699
|
}
|
9886
9700
|
return super.jsxParseOpeningElementAfterName(node);
|
9887
9701
|
}
|
@@ -9941,9 +9755,8 @@ var typescript = superClass => class TypeScriptParserMixin extends superClass {
|
|
9941
9755
|
parseMethod(node, isGenerator, isAsync, isConstructor, allowDirectSuper, type, inClassScope) {
|
9942
9756
|
const method = super.parseMethod(node, isGenerator, isAsync, isConstructor, allowDirectSuper, type, inClassScope);
|
9943
9757
|
if (method.abstract) {
|
9944
|
-
const
|
9945
|
-
|
9946
|
-
if (methodFn.body) {
|
9758
|
+
const hasBody = this.hasPlugin("estree") ? !!method.value.body : !!method.body;
|
9759
|
+
if (hasBody) {
|
9947
9760
|
const {
|
9948
9761
|
key
|
9949
9762
|
} = method;
|
@@ -10423,19 +10236,67 @@ const mixinPlugins = {
|
|
10423
10236
|
placeholders
|
10424
10237
|
};
|
10425
10238
|
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
|
+
}
|
10426
10287
|
class ExpressionParser extends LValParser {
|
10427
|
-
checkProto(prop, isRecord,
|
10288
|
+
checkProto(prop, isRecord, protoRef, refExpressionErrors) {
|
10428
10289
|
if (prop.type === "SpreadElement" || this.isObjectMethod(prop) || prop.computed || prop.shorthand) {
|
10429
|
-
return
|
10290
|
+
return;
|
10430
10291
|
}
|
10431
10292
|
const key = prop.key;
|
10432
10293
|
const name = key.type === "Identifier" ? key.name : key.value;
|
10433
10294
|
if (name === "__proto__") {
|
10434
10295
|
if (isRecord) {
|
10435
10296
|
this.raise(Errors.RecordNoProto, key);
|
10436
|
-
return
|
10297
|
+
return;
|
10437
10298
|
}
|
10438
|
-
if (
|
10299
|
+
if (protoRef.used) {
|
10439
10300
|
if (refExpressionErrors) {
|
10440
10301
|
if (refExpressionErrors.doubleProtoLoc === null) {
|
10441
10302
|
refExpressionErrors.doubleProtoLoc = key.loc.start;
|
@@ -10444,9 +10305,8 @@ class ExpressionParser extends LValParser {
|
|
10444
10305
|
this.raise(Errors.DuplicateProto, key);
|
10445
10306
|
}
|
10446
10307
|
}
|
10447
|
-
|
10308
|
+
protoRef.used = true;
|
10448
10309
|
}
|
10449
|
-
return sawProto;
|
10450
10310
|
}
|
10451
10311
|
shouldExitDescending(expr, potentialArrowAt) {
|
10452
10312
|
return expr.type === "ArrowFunctionExpression" && this.offsetToSourcePos(expr.start) === potentialArrowAt;
|
@@ -10461,7 +10321,7 @@ class ExpressionParser extends LValParser {
|
|
10461
10321
|
this.finalizeRemainingComments();
|
10462
10322
|
expr.comments = this.comments;
|
10463
10323
|
expr.errors = this.state.errors;
|
10464
|
-
if (this.
|
10324
|
+
if (this.options.tokens) {
|
10465
10325
|
expr.tokens = this.tokens;
|
10466
10326
|
}
|
10467
10327
|
return expr;
|
@@ -10492,8 +10352,9 @@ class ExpressionParser extends LValParser {
|
|
10492
10352
|
parseMaybeAssignAllowIn(refExpressionErrors, afterLeftParse) {
|
10493
10353
|
return this.allowInAnd(() => this.parseMaybeAssign(refExpressionErrors, afterLeftParse));
|
10494
10354
|
}
|
10495
|
-
setOptionalParametersError(refExpressionErrors) {
|
10496
|
-
|
10355
|
+
setOptionalParametersError(refExpressionErrors, resultError) {
|
10356
|
+
var _resultError$loc;
|
10357
|
+
refExpressionErrors.optionalParametersLoc = (_resultError$loc = resultError == null ? void 0 : resultError.loc) != null ? _resultError$loc : this.state.startLoc;
|
10497
10358
|
}
|
10498
10359
|
parseMaybeAssign(refExpressionErrors, afterLeftParse) {
|
10499
10360
|
const startLoc = this.state.startLoc;
|
@@ -10642,19 +10503,18 @@ class ExpressionParser extends LValParser {
|
|
10642
10503
|
return this.withTopicBindingContext(() => {
|
10643
10504
|
return this.parseHackPipeBody();
|
10644
10505
|
});
|
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
|
+
});
|
10645
10513
|
case "fsharp":
|
10646
10514
|
return this.withSoloAwaitPermittingContext(() => {
|
10647
10515
|
return this.parseFSharpPipelineBody(prec);
|
10648
10516
|
});
|
10649
10517
|
}
|
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
|
-
}
|
10658
10518
|
default:
|
10659
10519
|
return this.parseExprOpBaseRightExpr(op, prec);
|
10660
10520
|
}
|
@@ -10966,7 +10826,7 @@ class ExpressionParser extends LValParser {
|
|
10966
10826
|
return this.parseImportMetaProperty(node);
|
10967
10827
|
}
|
10968
10828
|
if (this.match(10)) {
|
10969
|
-
if (this.
|
10829
|
+
if (this.options.createImportExpressions) {
|
10970
10830
|
return this.parseImportCall(node);
|
10971
10831
|
} else {
|
10972
10832
|
return this.finishNode(node, "Import");
|
@@ -11150,19 +11010,12 @@ class ExpressionParser extends LValParser {
|
|
11150
11010
|
}
|
11151
11011
|
finishTopicReference(node, startLoc, pipeProposal, tokenType) {
|
11152
11012
|
if (this.testTopicReferenceConfiguration(pipeProposal, startLoc, tokenType)) {
|
11153
|
-
|
11154
|
-
|
11155
|
-
|
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");
|
11013
|
+
const nodeType = pipeProposal === "smart" ? "PipelinePrimaryTopicReference" : "TopicReference";
|
11014
|
+
if (!this.topicReferenceIsAllowedInCurrentContext()) {
|
11015
|
+
this.raise(pipeProposal === "smart" ? Errors.PrimaryTopicNotAllowed : Errors.PipeTopicUnbound, startLoc);
|
11165
11016
|
}
|
11017
|
+
this.registerTopicReference();
|
11018
|
+
return this.finishNode(node, nodeType);
|
11166
11019
|
} else {
|
11167
11020
|
throw this.raise(Errors.PipeTopicUnconfiguredToken, startLoc, {
|
11168
11021
|
token: tokenLabelName(tokenType)
|
@@ -11215,9 +11068,9 @@ class ExpressionParser extends LValParser {
|
|
11215
11068
|
parseSuper() {
|
11216
11069
|
const node = this.startNode();
|
11217
11070
|
this.next();
|
11218
|
-
if (this.match(10) && !this.scope.allowDirectSuper && !
|
11071
|
+
if (this.match(10) && !this.scope.allowDirectSuper && !this.options.allowSuperOutsideMethod) {
|
11219
11072
|
this.raise(Errors.SuperNotAllowed, node);
|
11220
|
-
} else if (!this.scope.allowSuper && !
|
11073
|
+
} else if (!this.scope.allowSuper && !this.options.allowSuperOutsideMethod) {
|
11221
11074
|
this.raise(Errors.UnexpectedSuper, node);
|
11222
11075
|
}
|
11223
11076
|
if (!this.match(10) && !this.match(0) && !this.match(16)) {
|
@@ -11270,8 +11123,9 @@ class ExpressionParser extends LValParser {
|
|
11270
11123
|
this.sawUnambiguousESM = true;
|
11271
11124
|
} else if (this.isContextual(105) || this.isContextual(97)) {
|
11272
11125
|
const isSource = this.isContextual(105);
|
11126
|
+
if (!isSource) this.unexpected();
|
11273
11127
|
this.expectPlugin(isSource ? "sourcePhaseImports" : "deferredImportEvaluation");
|
11274
|
-
if (!
|
11128
|
+
if (!this.options.createImportExpressions) {
|
11275
11129
|
throw this.raise(Errors.DynamicImportPhaseRequiresImportExpressions, this.state.startLoc, {
|
11276
11130
|
phase: this.state.value
|
11277
11131
|
});
|
@@ -11391,7 +11245,7 @@ class ExpressionParser extends LValParser {
|
|
11391
11245
|
return this.wrapParenthesis(startLoc, val);
|
11392
11246
|
}
|
11393
11247
|
wrapParenthesis(startLoc, expression) {
|
11394
|
-
if (!
|
11248
|
+
if (!this.options.createParenthesizedExpressions) {
|
11395
11249
|
this.addExtra(expression, "parenthesized", true);
|
11396
11250
|
this.addExtra(expression, "parenStart", startLoc.index);
|
11397
11251
|
this.takeSurroundingComments(expression, startLoc.index, this.state.lastTokEndLoc.index);
|
@@ -11419,7 +11273,7 @@ class ExpressionParser extends LValParser {
|
|
11419
11273
|
const meta = this.createIdentifier(this.startNodeAtNode(node), "new");
|
11420
11274
|
this.next();
|
11421
11275
|
const metaProp = this.parseMetaProperty(node, meta, "target");
|
11422
|
-
if (!this.scope.inNonArrowFunction && !this.scope.inClass && !
|
11276
|
+
if (!this.scope.inNonArrowFunction && !this.scope.inClass && !this.options.allowNewTargetOutsideFunction) {
|
11423
11277
|
this.raise(Errors.UnexpectedNewTarget, metaProp);
|
11424
11278
|
}
|
11425
11279
|
return metaProp;
|
@@ -11495,7 +11349,7 @@ class ExpressionParser extends LValParser {
|
|
11495
11349
|
}
|
11496
11350
|
const oldInFSharpPipelineDirectBody = this.state.inFSharpPipelineDirectBody;
|
11497
11351
|
this.state.inFSharpPipelineDirectBody = false;
|
11498
|
-
|
11352
|
+
const propHash = Object.create(null);
|
11499
11353
|
let first = true;
|
11500
11354
|
const node = this.startNode();
|
11501
11355
|
node.properties = [];
|
@@ -11515,7 +11369,7 @@ class ExpressionParser extends LValParser {
|
|
11515
11369
|
prop = this.parseBindingProperty();
|
11516
11370
|
} else {
|
11517
11371
|
prop = this.parsePropertyDefinition(refExpressionErrors);
|
11518
|
-
|
11372
|
+
this.checkProto(prop, isRecord, propHash, refExpressionErrors);
|
11519
11373
|
}
|
11520
11374
|
if (isRecord && !this.isObjectProperty(prop) && prop.type !== "SpreadElement") {
|
11521
11375
|
this.raise(Errors.InvalidRecordProperty, prop);
|
@@ -11934,7 +11788,7 @@ class ExpressionParser extends LValParser {
|
|
11934
11788
|
}
|
11935
11789
|
}
|
11936
11790
|
recordAwaitIfAllowed() {
|
11937
|
-
const isAwaitAllowed = this.prodParam.hasAwait || this.
|
11791
|
+
const isAwaitAllowed = this.prodParam.hasAwait || this.options.allowAwaitOutsideFunction && !this.scope.inFunction;
|
11938
11792
|
if (isAwaitAllowed && !this.scope.inFunction) {
|
11939
11793
|
this.state.hasTopLevelAwait = true;
|
11940
11794
|
}
|
@@ -11946,7 +11800,7 @@ class ExpressionParser extends LValParser {
|
|
11946
11800
|
if (this.eat(55)) {
|
11947
11801
|
this.raise(Errors.ObsoleteAwaitStar, node);
|
11948
11802
|
}
|
11949
|
-
if (!this.scope.inFunction && !
|
11803
|
+
if (!this.scope.inFunction && !this.options.allowAwaitOutsideFunction) {
|
11950
11804
|
if (this.isAmbiguousAwait()) {
|
11951
11805
|
this.ambiguousScriptDifferentAst = true;
|
11952
11806
|
} else {
|
@@ -12270,7 +12124,7 @@ class StatementParser extends ExpressionParser {
|
|
12270
12124
|
parseTopLevel(file, program) {
|
12271
12125
|
file.program = this.parseProgram(program);
|
12272
12126
|
file.comments = this.comments;
|
12273
|
-
if (this.
|
12127
|
+
if (this.options.tokens) {
|
12274
12128
|
file.tokens = babel7CompatTokens(this.tokens, this.input, this.startIndex);
|
12275
12129
|
}
|
12276
12130
|
return this.finishNode(file, "File");
|
@@ -12280,7 +12134,7 @@ class StatementParser extends ExpressionParser {
|
|
12280
12134
|
program.interpreter = this.parseInterpreterDirective();
|
12281
12135
|
this.parseBlockBody(program, true, true, end);
|
12282
12136
|
if (this.inModule) {
|
12283
|
-
if (!
|
12137
|
+
if (!this.options.allowUndeclaredExports && this.scope.undefinedExports.size > 0) {
|
12284
12138
|
for (const [localName, at] of Array.from(this.scope.undefinedExports)) {
|
12285
12139
|
this.raise(Errors.ModuleExportUndefined, at, {
|
12286
12140
|
localName
|
@@ -12506,15 +12360,21 @@ class StatementParser extends ExpressionParser {
|
|
12506
12360
|
}
|
12507
12361
|
case 82:
|
12508
12362
|
{
|
12509
|
-
if (!
|
12363
|
+
if (!this.options.allowImportExportEverywhere && !topLevel) {
|
12510
12364
|
this.raise(Errors.UnexpectedImportExport, this.state.startLoc);
|
12511
12365
|
}
|
12512
12366
|
this.next();
|
12513
12367
|
let result;
|
12514
12368
|
if (startType === 83) {
|
12515
12369
|
result = this.parseImport(node);
|
12370
|
+
if (result.type === "ImportDeclaration" && (!result.importKind || result.importKind === "value")) {
|
12371
|
+
this.sawUnambiguousESM = true;
|
12372
|
+
}
|
12516
12373
|
} else {
|
12517
12374
|
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
|
+
}
|
12518
12378
|
}
|
12519
12379
|
this.assertModuleNodeAllowed(result);
|
12520
12380
|
return result;
|
@@ -12539,7 +12399,7 @@ class StatementParser extends ExpressionParser {
|
|
12539
12399
|
}
|
12540
12400
|
}
|
12541
12401
|
assertModuleNodeAllowed(node) {
|
12542
|
-
if (!
|
12402
|
+
if (!this.options.allowImportExportEverywhere && !this.inModule) {
|
12543
12403
|
this.raise(Errors.ImportOutsideModule, node);
|
12544
12404
|
}
|
12545
12405
|
}
|
@@ -12549,8 +12409,7 @@ class StatementParser extends ExpressionParser {
|
|
12549
12409
|
}
|
12550
12410
|
maybeTakeDecorators(maybeDecorators, classNode, exportNode) {
|
12551
12411
|
if (maybeDecorators) {
|
12552
|
-
|
12553
|
-
if ((_classNode$decorators = classNode.decorators) != null && _classNode$decorators.length) {
|
12412
|
+
if (classNode.decorators && classNode.decorators.length > 0) {
|
12554
12413
|
if (typeof this.getPluginOption("decorators", "decoratorsBeforeExport") !== "boolean") {
|
12555
12414
|
this.raise(Errors.DecoratorsBeforeAfterExport, classNode.decorators[0]);
|
12556
12415
|
}
|
@@ -12597,7 +12456,7 @@ class StatementParser extends ExpressionParser {
|
|
12597
12456
|
this.expect(11);
|
12598
12457
|
expr = this.wrapParenthesis(startLoc, expr);
|
12599
12458
|
const paramsStartLoc = this.state.startLoc;
|
12600
|
-
node.expression = this.parseMaybeDecoratorArguments(expr
|
12459
|
+
node.expression = this.parseMaybeDecoratorArguments(expr);
|
12601
12460
|
if (this.getPluginOption("decorators", "allowCallParenthesized") === false && node.expression !== expr) {
|
12602
12461
|
this.raise(Errors.DecoratorArgumentsOutsideParentheses, paramsStartLoc);
|
12603
12462
|
}
|
@@ -12615,16 +12474,16 @@ class StatementParser extends ExpressionParser {
|
|
12615
12474
|
node.computed = false;
|
12616
12475
|
expr = this.finishNode(node, "MemberExpression");
|
12617
12476
|
}
|
12618
|
-
node.expression = this.parseMaybeDecoratorArguments(expr
|
12477
|
+
node.expression = this.parseMaybeDecoratorArguments(expr);
|
12619
12478
|
}
|
12620
12479
|
} else {
|
12621
12480
|
node.expression = this.parseExprSubscripts();
|
12622
12481
|
}
|
12623
12482
|
return this.finishNode(node, "Decorator");
|
12624
12483
|
}
|
12625
|
-
parseMaybeDecoratorArguments(expr
|
12484
|
+
parseMaybeDecoratorArguments(expr) {
|
12626
12485
|
if (this.eat(10)) {
|
12627
|
-
const node = this.
|
12486
|
+
const node = this.startNodeAtNode(expr);
|
12628
12487
|
node.callee = expr;
|
12629
12488
|
node.arguments = this.parseCallExpressionArguments(11);
|
12630
12489
|
this.toReferencedList(node.arguments);
|
@@ -12771,7 +12630,7 @@ class StatementParser extends ExpressionParser {
|
|
12771
12630
|
return this.finishNode(node, "IfStatement");
|
12772
12631
|
}
|
12773
12632
|
parseReturnStatement(node) {
|
12774
|
-
if (!this.prodParam.hasReturn && !
|
12633
|
+
if (!this.prodParam.hasReturn && !this.options.allowReturnOutsideFunction) {
|
12775
12634
|
this.raise(Errors.IllegalReturn, this.state.startLoc);
|
12776
12635
|
}
|
12777
12636
|
this.next();
|
@@ -13425,7 +13284,6 @@ class StatementParser extends ExpressionParser {
|
|
13425
13284
|
throw this.raise(Errors.UnsupportedDecoratorExport, node);
|
13426
13285
|
}
|
13427
13286
|
this.parseExportFrom(node, true);
|
13428
|
-
this.sawUnambiguousESM = true;
|
13429
13287
|
return this.finishNode(node, "ExportAllDeclaration");
|
13430
13288
|
}
|
13431
13289
|
const hasSpecifiers = this.maybeParseExportNamedSpecifiers(node);
|
@@ -13454,7 +13312,6 @@ class StatementParser extends ExpressionParser {
|
|
13454
13312
|
} else if (decorators) {
|
13455
13313
|
throw this.raise(Errors.UnsupportedDecoratorExport, node);
|
13456
13314
|
}
|
13457
|
-
this.sawUnambiguousESM = true;
|
13458
13315
|
return this.finishNode(node2, "ExportNamedDeclaration");
|
13459
13316
|
}
|
13460
13317
|
if (this.eat(65)) {
|
@@ -13467,7 +13324,6 @@ class StatementParser extends ExpressionParser {
|
|
13467
13324
|
throw this.raise(Errors.UnsupportedDecoratorExport, node);
|
13468
13325
|
}
|
13469
13326
|
this.checkExport(node2, true, true);
|
13470
|
-
this.sawUnambiguousESM = true;
|
13471
13327
|
return this.finishNode(node2, "ExportDefaultDeclaration");
|
13472
13328
|
}
|
13473
13329
|
this.unexpected(null, 5);
|
@@ -13505,12 +13361,10 @@ class StatementParser extends ExpressionParser {
|
|
13505
13361
|
const isTypeExport = node2.exportKind === "type";
|
13506
13362
|
node2.specifiers.push(...this.parseExportSpecifiers(isTypeExport));
|
13507
13363
|
node2.source = null;
|
13364
|
+
node2.declaration = null;
|
13508
13365
|
if (this.hasPlugin("importAssertions")) {
|
13509
13366
|
node2.assertions = [];
|
13510
|
-
} else {
|
13511
|
-
node2.attributes = [];
|
13512
13367
|
}
|
13513
|
-
node2.declaration = null;
|
13514
13368
|
return true;
|
13515
13369
|
}
|
13516
13370
|
return false;
|
@@ -13521,8 +13375,6 @@ class StatementParser extends ExpressionParser {
|
|
13521
13375
|
node.source = null;
|
13522
13376
|
if (this.hasPlugin("importAssertions")) {
|
13523
13377
|
node.assertions = [];
|
13524
|
-
} else {
|
13525
|
-
node.attributes = [];
|
13526
13378
|
}
|
13527
13379
|
node.declaration = this.parseExportDeclaration(node);
|
13528
13380
|
return true;
|
@@ -13886,7 +13738,6 @@ class StatementParser extends ExpressionParser {
|
|
13886
13738
|
this.checkImportReflection(node);
|
13887
13739
|
this.checkJSONModuleImport(node);
|
13888
13740
|
this.semicolon();
|
13889
|
-
this.sawUnambiguousESM = true;
|
13890
13741
|
return this.finishNode(node, "ImportDeclaration");
|
13891
13742
|
}
|
13892
13743
|
parseImportSource() {
|
@@ -14069,47 +13920,6 @@ class Parser extends StatementParser {
|
|
14069
13920
|
this.plugins = pluginsMap;
|
14070
13921
|
this.filename = options.sourceFilename;
|
14071
13922
|
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;
|
14113
13923
|
}
|
14114
13924
|
getScopeHandler() {
|
14115
13925
|
return ScopeHandler;
|