immosquare-cleaner 0.1.64 → 0.1.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/immosquare-cleaner/version.rb +1 -1
- data/lib/immosquare-cleaner.rb +36 -36
- data/lib/tasks/immosquare_cleaner.rake +17 -1
- data/linters/rubocop/cop/custom_cops/style/font_awesome_normalization.rb +2 -0
- data/node_modules/@babel/compat-data/data/plugins.json +6 -7
- data/node_modules/@babel/compat-data/package.json +2 -2
- data/node_modules/@babel/core/lib/config/files/configuration.js +3 -0
- data/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -1
- data/node_modules/@babel/core/lib/config/files/module-types.js +74 -63
- data/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -1
- data/node_modules/@babel/core/lib/config/files/plugins.js +1 -0
- data/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -1
- data/node_modules/@babel/core/lib/config/partial.js +1 -1
- data/node_modules/@babel/core/lib/config/partial.js.map +1 -1
- data/node_modules/@babel/core/lib/index.js +1 -2
- data/node_modules/@babel/core/lib/index.js.map +1 -1
- data/node_modules/@babel/core/lib/parser/index.js.map +1 -1
- data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs +3 -1
- data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs.map +1 -1
- data/node_modules/@babel/core/lib/transformation/file/file.js +2 -4
- data/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -1
- data/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -1
- data/node_modules/@babel/core/lib/transformation/util/clone-deep.js +27 -7
- data/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -1
- data/node_modules/@babel/core/package.json +13 -14
- data/node_modules/@babel/generator/lib/generators/classes.js +7 -4
- data/node_modules/@babel/generator/lib/generators/classes.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/deprecated.js +28 -0
- data/node_modules/@babel/generator/lib/generators/deprecated.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/expressions.js +9 -3
- data/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/jsx.js +6 -1
- data/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/template-literals.js +16 -11
- data/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/types.js +0 -9
- data/node_modules/@babel/generator/lib/generators/types.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/typescript.js +36 -18
- data/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -1
- data/node_modules/@babel/generator/lib/node/parentheses.js +40 -3
- data/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -1
- data/node_modules/@babel/generator/lib/printer.js +4 -3
- data/node_modules/@babel/generator/lib/printer.js.map +1 -1
- data/node_modules/@babel/generator/package.json +5 -5
- data/node_modules/@babel/helper-compilation-targets/lib/index.js +1 -1
- data/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -1
- data/node_modules/@babel/helper-compilation-targets/package.json +2 -2
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +1 -9
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -1
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +9 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -1
- data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +1 -1
- data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -1
- data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +8 -8
- data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -1
- data/node_modules/@babel/helper-create-class-features-plugin/package.json +5 -5
- data/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -1
- data/node_modules/@babel/helper-plugin-utils/package.json +2 -2
- data/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -1
- data/node_modules/@babel/helper-replace-supers/package.json +3 -3
- data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -1
- data/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -1
- data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +1 -1
- data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -1
- data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +1 -1
- data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -1
- data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +7 -3
- data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -1
- data/node_modules/@babel/helpers/lib/helpers-generated.js +3 -3
- data/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -1
- data/node_modules/@babel/helpers/package.json +5 -5
- data/node_modules/@babel/parser/lib/index.js +426 -236
- data/node_modules/@babel/parser/lib/index.js.map +1 -1
- data/node_modules/@babel/parser/package.json +2 -2
- data/node_modules/@babel/parser/typings/babel-parser.d.ts +127 -164
- data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js +6 -0
- data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js.map +1 -1
- data/node_modules/@babel/plugin-transform-flow-strip-types/package.json +4 -4
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +3 -2
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +1 -1
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +3 -3
- data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +3 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/enum.js +24 -11
- data/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/index.js +38 -9
- data/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +2 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -1
- data/node_modules/@babel/plugin-transform-typescript/package.json +5 -5
- data/node_modules/@babel/template/lib/options.js.map +1 -1
- data/node_modules/@babel/template/lib/parse.js.map +1 -1
- data/node_modules/@babel/template/package.json +4 -4
- data/node_modules/@babel/traverse/lib/cache.js +4 -5
- data/node_modules/@babel/traverse/lib/cache.js.map +1 -1
- data/node_modules/@babel/traverse/lib/path/conversion.js +1 -2
- data/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -1
- data/node_modules/@babel/traverse/lib/path/evaluation.js +17 -0
- data/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -1
- data/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -1
- data/node_modules/@babel/traverse/lib/path/modification.js +1 -1
- data/node_modules/@babel/traverse/lib/path/modification.js.map +1 -1
- data/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -1
- data/node_modules/@babel/traverse/lib/scope/index.js +9 -2
- data/node_modules/@babel/traverse/lib/scope/index.js.map +1 -1
- data/node_modules/@babel/traverse/lib/visitors.js +1 -1
- data/node_modules/@babel/traverse/lib/visitors.js.map +1 -1
- data/node_modules/@babel/traverse/package.json +6 -6
- data/node_modules/@babel/types/lib/asserts/generated/index.js +8 -0
- data/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -1
- data/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -1
- data/node_modules/@babel/types/lib/builders/generated/index.js +22 -2858
- data/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -1
- data/node_modules/@babel/types/lib/builders/generated/lowercase.js +2886 -0
- data/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/generated/uppercase.js +267 -255
- data/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -1
- data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -1
- data/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -1
- data/node_modules/@babel/types/lib/definitions/core.js +26 -17
- data/node_modules/@babel/types/lib/definitions/core.js.map +1 -1
- data/node_modules/@babel/types/lib/definitions/flow.js +6 -3
- data/node_modules/@babel/types/lib/definitions/flow.js.map +1 -1
- data/node_modules/@babel/types/lib/definitions/jsx.js +9 -4
- data/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -1
- data/node_modules/@babel/types/lib/definitions/typescript.js +51 -26
- data/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -1
- data/node_modules/@babel/types/lib/definitions/utils.js +2 -2
- data/node_modules/@babel/types/lib/definitions/utils.js.map +1 -1
- data/node_modules/@babel/types/lib/index-legacy.d.ts +27 -7
- data/node_modules/@babel/types/lib/index.d.ts +1178 -1156
- data/node_modules/@babel/types/lib/index.js +10 -21
- data/node_modules/@babel/types/lib/index.js.flow +26 -6
- data/node_modules/@babel/types/lib/index.js.map +1 -1
- data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +9 -8
- data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -1
- data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +1 -0
- data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -1
- data/node_modules/@babel/types/lib/validators/generated/index.js +17 -0
- data/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -1
- data/node_modules/@babel/types/package.json +12 -12
- data/node_modules/@eslint-community/eslint-utils/index.js +21 -1
- data/node_modules/@eslint-community/eslint-utils/index.js.map +1 -1
- data/node_modules/@eslint-community/eslint-utils/index.mjs +21 -1
- data/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -1
- data/node_modules/@eslint-community/eslint-utils/package.json +1 -1
- data/node_modules/acorn/CHANGELOG.md +12 -0
- data/node_modules/acorn/dist/acorn.js +33 -24
- data/node_modules/acorn/dist/acorn.mjs +33 -24
- data/node_modules/acorn/package.json +1 -1
- data/node_modules/async-function/CHANGELOG.md +16 -0
- data/node_modules/{jscodeshift → async-function}/LICENSE +1 -1
- data/node_modules/async-function/README.md +51 -0
- data/node_modules/async-function/index.d.mts +3 -0
- data/node_modules/async-function/index.d.ts +13 -0
- data/node_modules/async-function/index.js +8 -0
- data/node_modules/async-function/index.mjs +4 -0
- data/node_modules/async-function/legacy.js +18 -0
- data/node_modules/async-function/package.json +86 -0
- data/node_modules/async-function/require.mjs +5 -0
- data/node_modules/async-function/test/index.js +40 -0
- data/node_modules/async-function/tsconfig.json +9 -0
- data/node_modules/browserslist/index.js +23 -4
- data/node_modules/browserslist/node.js +69 -60
- data/node_modules/browserslist/package.json +1 -1
- data/node_modules/call-bind-apply-helpers/CHANGELOG.md +7 -0
- data/node_modules/call-bind-apply-helpers/index.d.ts +38 -20
- data/node_modules/call-bind-apply-helpers/index.js +1 -1
- data/node_modules/call-bind-apply-helpers/package.json +8 -8
- data/node_modules/call-bind-apply-helpers/test/index.js +4 -4
- data/node_modules/call-bound/CHANGELOG.md +8 -0
- data/node_modules/call-bound/index.d.ts +91 -10
- data/node_modules/call-bound/index.js +4 -3
- data/node_modules/call-bound/package.json +10 -10
- data/node_modules/call-bound/test/index.js +11 -4
- data/node_modules/call-bound/tsconfig.json +2 -1
- data/node_modules/caniuse-lite/data/agents.js +1 -1
- data/node_modules/caniuse-lite/data/browserVersions.js +1 -1
- data/node_modules/caniuse-lite/data/features/aac.js +1 -1
- data/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
- data/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
- data/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
- data/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
- data/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
- data/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
- data/node_modules/caniuse-lite/data/features/apng.js +1 -1
- data/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
- data/node_modules/caniuse-lite/data/features/array-find.js +1 -1
- data/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
- data/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
- data/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
- data/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
- data/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
- data/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
- data/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
- data/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/audio.js +1 -1
- data/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
- data/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
- data/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
- data/node_modules/caniuse-lite/data/features/av1.js +1 -1
- data/node_modules/caniuse-lite/data/features/avif.js +1 -1
- data/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
- data/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
- data/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
- data/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
- data/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
- data/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
- data/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
- data/node_modules/caniuse-lite/data/features/beacon.js +1 -1
- data/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
- data/node_modules/caniuse-lite/data/features/bigint.js +1 -1
- data/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
- data/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
- data/node_modules/caniuse-lite/data/features/border-image.js +1 -1
- data/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
- data/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
- data/node_modules/caniuse-lite/data/features/brotli.js +1 -1
- data/node_modules/caniuse-lite/data/features/calc.js +1 -1
- data/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
- data/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
- data/node_modules/caniuse-lite/data/features/canvas.js +1 -1
- data/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
- data/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
- data/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
- data/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
- data/node_modules/caniuse-lite/data/features/classlist.js +1 -1
- data/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
- data/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
- data/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
- data/node_modules/caniuse-lite/data/features/colr.js +1 -1
- data/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
- data/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
- data/node_modules/caniuse-lite/data/features/console-time.js +1 -1
- data/node_modules/caniuse-lite/data/features/const.js +1 -1
- data/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
- data/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
- data/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
- data/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
- data/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/cors.js +1 -1
- data/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
- data/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
- data/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-all.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-has.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-table.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
- data/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
- data/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
- data/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
- data/node_modules/caniuse-lite/data/features/customevent.js +1 -1
- data/node_modules/caniuse-lite/data/features/datalist.js +1 -1
- data/node_modules/caniuse-lite/data/features/dataset.js +1 -1
- data/node_modules/caniuse-lite/data/features/datauri.js +1 -1
- data/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
- data/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
- data/node_modules/caniuse-lite/data/features/decorators.js +1 -1
- data/node_modules/caniuse-lite/data/features/details.js +1 -1
- data/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
- data/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
- data/node_modules/caniuse-lite/data/features/dialog.js +1 -1
- data/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
- data/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
- data/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
- data/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
- data/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
- data/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
- data/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
- data/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
- data/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
- data/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
- data/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
- data/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
- data/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
- data/node_modules/caniuse-lite/data/features/download.js +1 -1
- data/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
- data/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
- data/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
- data/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
- data/node_modules/caniuse-lite/data/features/eme.js +1 -1
- data/node_modules/caniuse-lite/data/features/eot.js +1 -1
- data/node_modules/caniuse-lite/data/features/es5.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6.js +1 -1
- data/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
- data/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
- data/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
- data/node_modules/caniuse-lite/data/features/fetch.js +1 -1
- data/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
- data/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
- data/node_modules/caniuse-lite/data/features/filereader.js +1 -1
- data/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
- data/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
- data/node_modules/caniuse-lite/data/features/flac.js +1 -1
- data/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
- data/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
- data/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
- data/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
- data/node_modules/caniuse-lite/data/features/fontface.js +1 -1
- data/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
- data/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
- data/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
- data/node_modules/caniuse-lite/data/features/forms.js +1 -1
- data/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
- data/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
- data/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
- data/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
- data/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
- data/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
- data/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
- data/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
- data/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
- data/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
- data/node_modules/caniuse-lite/data/features/heif.js +1 -1
- data/node_modules/caniuse-lite/data/features/hevc.js +1 -1
- data/node_modules/caniuse-lite/data/features/hidden.js +1 -1
- data/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
- data/node_modules/caniuse-lite/data/features/history.js +1 -1
- data/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
- data/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
- data/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
- data/node_modules/caniuse-lite/data/features/http2.js +1 -1
- data/node_modules/caniuse-lite/data/features/http3.js +1 -1
- data/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
- data/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
- data/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
- data/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
- data/node_modules/caniuse-lite/data/features/ime.js +1 -1
- data/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
- data/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
- data/node_modules/caniuse-lite/data/features/imports.js +1 -1
- data/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
- data/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
- data/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
- data/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
- data/node_modules/caniuse-lite/data/features/innertext.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-color.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-event.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-number.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-range.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-search.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
- data/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
- data/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
- data/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
- data/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
- data/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
- data/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
- data/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
- data/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
- data/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
- data/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
- data/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
- data/node_modules/caniuse-lite/data/features/json.js +1 -1
- data/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
- data/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
- data/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
- data/node_modules/caniuse-lite/data/features/let.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
- data/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
- data/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
- data/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
- data/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
- data/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
- data/node_modules/caniuse-lite/data/features/mathml.js +1 -1
- data/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
- data/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
- data/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
- data/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
- data/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
- data/node_modules/caniuse-lite/data/features/menu.js +1 -1
- data/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
- data/node_modules/caniuse-lite/data/features/meter.js +1 -1
- data/node_modules/caniuse-lite/data/features/midi.js +1 -1
- data/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
- data/node_modules/caniuse-lite/data/features/mp3.js +1 -1
- data/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
- data/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
- data/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
- data/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
- data/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
- data/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
- data/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
- data/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
- data/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
- data/node_modules/caniuse-lite/data/features/notifications.js +1 -1
- data/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
- data/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
- data/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
- data/node_modules/caniuse-lite/data/features/object-values.js +1 -1
- data/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
- data/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
- data/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
- data/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
- data/node_modules/caniuse-lite/data/features/ogv.js +1 -1
- data/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
- data/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
- data/node_modules/caniuse-lite/data/features/online-status.js +1 -1
- data/node_modules/caniuse-lite/data/features/opus.js +1 -1
- data/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
- data/node_modules/caniuse-lite/data/features/outline.js +1 -1
- data/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
- data/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
- data/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
- data/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
- data/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
- data/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
- data/node_modules/caniuse-lite/data/features/path2d.js +1 -1
- data/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
- data/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
- data/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
- data/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
- data/node_modules/caniuse-lite/data/features/picture.js +1 -1
- data/node_modules/caniuse-lite/data/features/ping.js +1 -1
- data/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
- data/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
- data/node_modules/caniuse-lite/data/features/pointer.js +1 -1
- data/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
- data/node_modules/caniuse-lite/data/features/portals.js +1 -1
- data/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
- data/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
- data/node_modules/caniuse-lite/data/features/progress.js +1 -1
- data/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
- data/node_modules/caniuse-lite/data/features/promises.js +1 -1
- data/node_modules/caniuse-lite/data/features/proximity.js +1 -1
- data/node_modules/caniuse-lite/data/features/proxy.js +1 -1
- data/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
- data/node_modules/caniuse-lite/data/features/push-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
- data/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
- data/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
- data/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
- data/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
- data/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
- data/node_modules/caniuse-lite/data/features/rellist.js +1 -1
- data/node_modules/caniuse-lite/data/features/rem.js +1 -1
- data/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
- data/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
- data/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
- data/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
- data/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
- data/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
- data/node_modules/caniuse-lite/data/features/ruby.js +1 -1
- data/node_modules/caniuse-lite/data/features/run-in.js +1 -1
- data/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
- data/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
- data/node_modules/caniuse-lite/data/features/script-async.js +1 -1
- data/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
- data/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
- data/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
- data/node_modules/caniuse-lite/data/features/sdch.js +1 -1
- data/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/selectlist.js +1 -1
- data/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
- data/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
- data/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
- data/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
- data/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
- data/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
- data/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
- data/node_modules/caniuse-lite/data/features/sni.js +1 -1
- data/node_modules/caniuse-lite/data/features/spdy.js +1 -1
- data/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
- data/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
- data/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
- data/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
- data/node_modules/caniuse-lite/data/features/srcset.js +1 -1
- data/node_modules/caniuse-lite/data/features/stream.js +1 -1
- data/node_modules/caniuse-lite/data/features/streams.js +1 -1
- data/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
- data/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
- data/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
- data/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg.js +1 -1
- data/node_modules/caniuse-lite/data/features/sxg.js +1 -1
- data/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
- data/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
- data/node_modules/caniuse-lite/data/features/template.js +1 -1
- data/node_modules/caniuse-lite/data/features/temporal.js +1 -1
- data/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
- data/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
- data/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
- data/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
- data/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
- data/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
- data/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
- data/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
- data/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
- data/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
- data/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
- data/node_modules/caniuse-lite/data/features/touch.js +1 -1
- data/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
- data/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
- data/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
- data/node_modules/caniuse-lite/data/features/ttf.js +1 -1
- data/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
- data/node_modules/caniuse-lite/data/features/u2f.js +1 -1
- data/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
- data/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
- data/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
- data/node_modules/caniuse-lite/data/features/url.js +1 -1
- data/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
- data/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
- data/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
- data/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
- data/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
- data/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
- data/node_modules/caniuse-lite/data/features/vibration.js +1 -1
- data/node_modules/caniuse-lite/data/features/video.js +1 -1
- data/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
- data/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
- data/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
- data/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
- data/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
- data/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm.js +1 -1
- data/node_modules/caniuse-lite/data/features/wav.js +1 -1
- data/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
- data/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
- data/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
- data/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
- data/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
- data/node_modules/caniuse-lite/data/features/web-share.js +1 -1
- data/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
- data/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
- data/node_modules/caniuse-lite/data/features/webgl.js +1 -1
- data/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
- data/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
- data/node_modules/caniuse-lite/data/features/webhid.js +1 -1
- data/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
- data/node_modules/caniuse-lite/data/features/webm.js +1 -1
- data/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
- data/node_modules/caniuse-lite/data/features/webp.js +1 -1
- data/node_modules/caniuse-lite/data/features/websockets.js +1 -1
- data/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
- data/node_modules/caniuse-lite/data/features/webusb.js +1 -1
- data/node_modules/caniuse-lite/data/features/webvr.js +1 -1
- data/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
- data/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
- data/node_modules/caniuse-lite/data/features/webxr.js +1 -1
- data/node_modules/caniuse-lite/data/features/will-change.js +1 -1
- data/node_modules/caniuse-lite/data/features/woff.js +1 -1
- data/node_modules/caniuse-lite/data/features/woff2.js +1 -1
- data/node_modules/caniuse-lite/data/features/word-break.js +1 -1
- data/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
- data/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
- data/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
- data/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
- data/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
- data/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
- data/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
- data/node_modules/caniuse-lite/data/features/zstd.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AX.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BB.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CV.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CX.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/DE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/DK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/DM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/DO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/EC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/EE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/EG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ER.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ES.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ET.js +1 -1
- data/node_modules/caniuse-lite/data/regions/FI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/FK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/FM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/FO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/FR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GB.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GP.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/HK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/HN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/HR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/HT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/HU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ID.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/JE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/JM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/JO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/JP.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KP.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LB.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LV.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ME.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ML.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MP.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MV.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MX.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NP.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/OM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/QA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/RE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/RO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/RS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/RU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/RW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SB.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ST.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SV.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TV.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/UA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/UG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/US.js +1 -1
- data/node_modules/caniuse-lite/data/regions/UY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/WF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/WS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/YE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/YT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
- data/node_modules/caniuse-lite/package.json +1 -1
- data/node_modules/electron-to-chromium/chromium-versions.js +4 -1
- data/node_modules/electron-to-chromium/chromium-versions.json +1 -1
- data/node_modules/electron-to-chromium/full-chromium-versions.js +75 -3
- data/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
- data/node_modules/electron-to-chromium/full-versions.js +45 -1
- data/node_modules/electron-to-chromium/full-versions.json +1 -1
- data/node_modules/electron-to-chromium/package.json +1 -1
- data/node_modules/electron-to-chromium/versions.js +8 -1
- data/node_modules/electron-to-chromium/versions.json +1 -1
- data/node_modules/es-object-atoms/CHANGELOG.md +21 -0
- data/node_modules/es-object-atoms/README.md +7 -0
- data/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +2 -2
- data/node_modules/es-object-atoms/ToObject.d.ts +6 -2
- data/node_modules/es-object-atoms/isObject.d.ts +3 -0
- data/node_modules/es-object-atoms/isObject.js +6 -0
- data/node_modules/es-object-atoms/package.json +9 -8
- data/node_modules/es-object-atoms/test/index.js +11 -1
- data/node_modules/es-shim-unscopables/CHANGELOG.md +8 -0
- data/node_modules/es-shim-unscopables/index.d.ts +8 -0
- data/node_modules/es-shim-unscopables/index.js +2 -1
- data/node_modules/es-shim-unscopables/package.json +20 -11
- data/node_modules/es-shim-unscopables/test/index.js +4 -1
- data/node_modules/es-shim-unscopables/test/with.js +8 -0
- data/node_modules/es-shim-unscopables/tsconfig.json +10 -0
- data/node_modules/flatted/index.js +3 -3
- data/node_modules/flatted/min.js +1 -1
- data/node_modules/flatted/package.json +21 -8
- data/node_modules/flatted/python/flatted.py +4 -4
- data/node_modules/flow-parser/flow_parser.js +5550 -5530
- data/node_modules/flow-parser/package.json +1 -1
- data/node_modules/for-each/CHANGELOG.md +107 -0
- data/node_modules/for-each/README.md +0 -4
- data/node_modules/for-each/index.d.ts +35 -0
- data/node_modules/for-each/index.js +11 -4
- data/node_modules/for-each/package.json +47 -36
- data/node_modules/for-each/test/test.js +54 -12
- data/node_modules/for-each/tsconfig.json +8 -0
- data/node_modules/get-intrinsic/CHANGELOG.md +8 -0
- data/node_modules/get-intrinsic/index.js +1 -0
- data/node_modules/get-intrinsic/package.json +8 -8
- data/node_modules/import-fresh/index.js +2 -1
- data/node_modules/import-fresh/package.json +6 -1
- data/node_modules/import-fresh/readme.md +14 -8
- data/node_modules/is-async-function/CHANGELOG.md +13 -0
- data/node_modules/is-async-function/index.d.ts +4 -2
- data/node_modules/is-async-function/index.js +3 -18
- data/node_modules/is-async-function/package.json +8 -3
- data/node_modules/is-boolean-object/CHANGELOG.md +11 -0
- data/node_modules/is-boolean-object/index.js +1 -1
- data/node_modules/is-boolean-object/package.json +8 -6
- data/node_modules/is-boolean-object/test/index.js +24 -1
- data/node_modules/is-weakref/CHANGELOG.md +8 -0
- data/node_modules/is-weakref/index.d.ts +1 -1
- data/node_modules/is-weakref/index.js +3 -1
- data/node_modules/is-weakref/package.json +6 -6
- data/node_modules/object-inspect/CHANGELOG.md +8 -0
- data/node_modules/object-inspect/index.js +10 -7
- data/node_modules/object-inspect/package.json +5 -4
- data/node_modules/object-inspect/test/values.js +50 -0
- data/node_modules/possible-typed-array-names/CHANGELOG.md +14 -0
- data/node_modules/possible-typed-array-names/README.md +4 -2
- data/node_modules/possible-typed-array-names/index.d.ts +1 -0
- data/node_modules/possible-typed-array-names/index.js +1 -0
- data/node_modules/possible-typed-array-names/package.json +10 -9
- data/node_modules/possible-typed-array-names/test/index.js +6 -3
- data/node_modules/possible-typed-array-names/tsconfig.json +2 -42
- data/node_modules/recast/lib/lines.d.ts +2 -2
- data/node_modules/recast/lib/printer.js +17 -5
- data/node_modules/recast/package.json +1 -1
- data/node_modules/typescript/README.md +1 -1
- data/node_modules/typescript/lib/_tsc.js +931 -500
- data/node_modules/typescript/lib/_tsserver.js +43 -7
- data/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/de/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/es/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/it/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/lib.dom.d.ts +769 -142
- data/node_modules/typescript/lib/lib.dom.iterable.d.ts +9 -7
- data/node_modules/typescript/lib/lib.es2015.iterable.d.ts +69 -54
- data/node_modules/typescript/lib/lib.es2020.bigint.d.ts +41 -7
- data/node_modules/typescript/lib/lib.es2023.array.d.ts +24 -24
- data/node_modules/typescript/lib/lib.es5.d.ts +60 -51
- data/node_modules/typescript/lib/lib.esnext.d.ts +2 -0
- data/node_modules/typescript/lib/lib.esnext.float16.d.ts +443 -0
- data/node_modules/typescript/lib/lib.esnext.iterator.d.ts +1 -1
- data/node_modules/typescript/lib/lib.esnext.promise.d.ts +34 -0
- data/node_modules/typescript/lib/lib.webworker.d.ts +262 -55
- data/node_modules/typescript/lib/lib.webworker.iterable.d.ts +6 -7
- data/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/typescript.d.ts +14 -3
- data/node_modules/typescript/lib/typescript.js +1035 -570
- data/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/package.json +22 -22
- data/node_modules/update-browserslist-db/index.js +5 -7
- data/node_modules/update-browserslist-db/package.json +2 -2
- data/node_modules/which-typed-array/CHANGELOG.md +10 -0
- data/node_modules/which-typed-array/index.js +21 -20
- data/node_modules/which-typed-array/package.json +9 -7
- data/node_modules/which-typed-array/tsconfig.json +1 -1
- data/package.json +0 -1
- metadata +26 -196
- data/linters/jscodeshift/arrow-function-transform.js +0 -42
- data/node_modules/.bin/jscodeshift +0 -1
- data/node_modules/@babel/eslint-parser/LICENSE +0 -22
- data/node_modules/@babel/eslint-parser/README.md +0 -142
- data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs +0 -322
- data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/client.cjs +0 -106
- data/node_modules/@babel/eslint-parser/lib/client.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/configuration.cjs +0 -23
- data/node_modules/@babel/eslint-parser/lib/configuration.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs +0 -134
- data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs +0 -10
- data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs +0 -159
- data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/convert/index.cjs +0 -25
- data/node_modules/@babel/eslint-parser/lib/convert/index.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs +0 -32
- data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/index.cjs +0 -32
- data/node_modules/@babel/eslint-parser/lib/index.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/parse.cjs +0 -37
- data/node_modules/@babel/eslint-parser/lib/parse.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs +0 -5
- data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs +0 -37
- data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs +0 -21
- data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs +0 -91
- data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs +0 -11
- data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs +0 -32
- data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/index.cjs +0 -39
- data/node_modules/@babel/eslint-parser/lib/worker/index.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs +0 -48
- data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/CHANGELOG.md +0 -36
- data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/LICENSE +0 -201
- data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/README.md +0 -98
- data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/index.js +0 -81
- data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/visitor-keys.json +0 -289
- data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/package.json +0 -39
- data/node_modules/@babel/eslint-parser/node_modules/semver/LICENSE +0 -15
- data/node_modules/@babel/eslint-parser/node_modules/semver/README.md +0 -443
- data/node_modules/@babel/eslint-parser/node_modules/semver/bin/semver.js +0 -174
- data/node_modules/@babel/eslint-parser/node_modules/semver/package.json +0 -38
- data/node_modules/@babel/eslint-parser/node_modules/semver/range.bnf +0 -16
- data/node_modules/@babel/eslint-parser/node_modules/semver/semver.js +0 -1643
- data/node_modules/@babel/eslint-parser/package.json +0 -53
- data/node_modules/@babel/eslint-parser/types.d.cts +0 -9
- data/node_modules/@babel/plugin-proposal-decorators/LICENSE +0 -22
- data/node_modules/@babel/plugin-proposal-decorators/README.md +0 -19
- data/node_modules/@babel/plugin-proposal-decorators/lib/index.js +0 -41
- data/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +0 -165
- data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +0 -1
- data/node_modules/@babel/plugin-proposal-decorators/package.json +0 -42
- data/node_modules/@babel/plugin-syntax-decorators/LICENSE +0 -22
- data/node_modules/@babel/plugin-syntax-decorators/README.md +0 -19
- data/node_modules/@babel/plugin-syntax-decorators/lib/index.js +0 -81
- data/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-syntax-decorators/package.json +0 -33
- data/node_modules/@babel/plugin-transform-react-display-name/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-react-display-name/README.md +0 -19
- data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js +0 -92
- data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-react-display-name/package.json +0 -34
- data/node_modules/@babel/plugin-transform-react-jsx/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-react-jsx/README.md +0 -19
- data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js +0 -505
- data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js.map +0 -1
- data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js +0 -13
- data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js.map +0 -1
- data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js +0 -13
- data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-react-jsx/package.json +0 -39
- data/node_modules/@babel/plugin-transform-react-jsx-development/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-react-jsx-development/README.md +0 -19
- data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js +0 -10
- data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-react-jsx-development/package.json +0 -33
- data/node_modules/@babel/plugin-transform-react-pure-annotations/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-react-pure-annotations/README.md +0 -19
- data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js +0 -49
- data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-react-pure-annotations/package.json +0 -34
- data/node_modules/@babel/preset-react/LICENSE +0 -22
- data/node_modules/@babel/preset-react/README.md +0 -19
- data/node_modules/@babel/preset-react/lib/index.js +0 -79
- data/node_modules/@babel/preset-react/lib/index.js.map +0 -1
- data/node_modules/@babel/preset-react/package.json +0 -37
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/LICENSE +0 -7
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/index.js +0 -8
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/CHANGELOG.md +0 -70
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/LICENSE +0 -22
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/README.md +0 -54
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/definition.js +0 -86
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/index.js +0 -165
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/pattern-visitor.js +0 -152
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/reference.js +0 -167
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/referencer.js +0 -629
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope-manager.js +0 -247
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope.js +0 -748
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/variable.js +0 -88
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/LICENSE.BSD +0 -19
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/README.md +0 -153
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/estraverse.js +0 -782
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/gulpfile.js +0 -70
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/package.json +0 -40
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/package.json +0 -48
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/package.json +0 -14
- data/node_modules/flatted/python/test.py +0 -63
- data/node_modules/jscodeshift/CHANGELOG.md +0 -226
- data/node_modules/jscodeshift/CODE_OF_CONDUCT.md +0 -3
- data/node_modules/jscodeshift/CONTRIBUTING.md +0 -48
- data/node_modules/jscodeshift/README.md +0 -671
- data/node_modules/jscodeshift/bin/jscodeshift.js +0 -182
- data/node_modules/jscodeshift/bin/jscodeshift.sh +0 -12
- data/node_modules/jscodeshift/dist/Collection.js +0 -472
- data/node_modules/jscodeshift/dist/Runner.js +0 -322
- data/node_modules/jscodeshift/dist/Worker.js +0 -210
- data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.input.js +0 -1
- data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.js +0 -11
- data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.output.js +0 -1
- data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.input.js +0 -1
- data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.js +0 -7
- data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.output.js +0 -1
- data/node_modules/jscodeshift/dist/argsParser.js +0 -273
- data/node_modules/jscodeshift/dist/collections/ImportDeclaration.js +0 -113
- data/node_modules/jscodeshift/dist/collections/JSXElement.js +0 -221
- data/node_modules/jscodeshift/dist/collections/Node.js +0 -187
- data/node_modules/jscodeshift/dist/collections/VariableDeclarator.js +0 -210
- data/node_modules/jscodeshift/dist/collections/index.js +0 -14
- data/node_modules/jscodeshift/dist/core.js +0 -183
- data/node_modules/jscodeshift/dist/getParser.js +0 -25
- data/node_modules/jscodeshift/dist/ignoreFiles.js +0 -68
- data/node_modules/jscodeshift/dist/matchNode.js +0 -40
- data/node_modules/jscodeshift/dist/template.js +0 -173
- data/node_modules/jscodeshift/dist/testUtils.js +0 -173
- data/node_modules/jscodeshift/dist/utils/intersection.js +0 -27
- data/node_modules/jscodeshift/dist/utils/once.js +0 -21
- data/node_modules/jscodeshift/dist/utils/union.js +0 -20
- data/node_modules/jscodeshift/index.js +0 -9
- data/node_modules/jscodeshift/package.json +0 -74
- data/node_modules/jscodeshift/parser/babel5Compat.js +0 -50
- data/node_modules/jscodeshift/parser/babylon.js +0 -57
- data/node_modules/jscodeshift/parser/flow.js +0 -34
- data/node_modules/jscodeshift/parser/ts.js +0 -24
- data/node_modules/jscodeshift/parser/tsOptions.js +0 -46
- data/node_modules/jscodeshift/parser/tsx.js +0 -27
- data/node_modules/jscodeshift/src/Collection.js +0 -472
- data/node_modules/jscodeshift/src/Runner.js +0 -322
- data/node_modules/jscodeshift/src/Worker.js +0 -210
- data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.input.js +0 -1
- data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.js +0 -11
- data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.output.js +0 -1
- data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.input.js +0 -1
- data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.js +0 -7
- data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.output.js +0 -1
- data/node_modules/jscodeshift/src/argsParser.js +0 -273
- data/node_modules/jscodeshift/src/collections/ImportDeclaration.js +0 -113
- data/node_modules/jscodeshift/src/collections/JSXElement.js +0 -221
- data/node_modules/jscodeshift/src/collections/Node.js +0 -187
- data/node_modules/jscodeshift/src/collections/VariableDeclarator.js +0 -210
- data/node_modules/jscodeshift/src/collections/index.js +0 -14
- data/node_modules/jscodeshift/src/core.js +0 -183
- data/node_modules/jscodeshift/src/getParser.js +0 -25
- data/node_modules/jscodeshift/src/ignoreFiles.js +0 -68
- data/node_modules/jscodeshift/src/matchNode.js +0 -40
- data/node_modules/jscodeshift/src/template.js +0 -173
- data/node_modules/jscodeshift/src/testUtils.js +0 -173
- data/node_modules/jscodeshift/src/utils/intersection.js +0 -27
- data/node_modules/jscodeshift/src/utils/once.js +0 -21
- data/node_modules/jscodeshift/src/utils/union.js +0 -20
- data/node_modules/jscodeshift/utils/requirePackage.js +0 -24
- data/node_modules/jscodeshift/utils/testUtils.js +0 -49
- data/node_modules/jscodeshift/website/README.md +0 -44
- data/node_modules/jscodeshift/website/astro.config.mjs +0 -36
- data/node_modules/jscodeshift/website/package.json +0 -17
- data/node_modules/jscodeshift/website/public/favicon.svg +0 -1
- data/node_modules/jscodeshift/website/src/assets/houston.webp +0 -0
- data/node_modules/jscodeshift/website/src/content/config.ts +0 -6
- data/node_modules/jscodeshift/website/src/content/docs/build/api-reference.mdx +0 -406
- data/node_modules/jscodeshift/website/src/content/docs/build/ast-grammar.mdx +0 -3086
- data/node_modules/jscodeshift/website/src/content/docs/index.mdx +0 -15
- data/node_modules/jscodeshift/website/src/content/docs/overview/introduction.mdx +0 -45
- data/node_modules/jscodeshift/website/src/content/docs/run/cli.mdx +0 -161
- data/node_modules/jscodeshift/website/src/env.d.ts +0 -2
- data/node_modules/jscodeshift/website/tsconfig.json +0 -3
- data/node_modules/typescript/lib/cancellationToken.js +0 -90
@@ -0,0 +1,2886 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.anyTypeAnnotation = anyTypeAnnotation;
|
7
|
+
exports.argumentPlaceholder = argumentPlaceholder;
|
8
|
+
exports.arrayExpression = arrayExpression;
|
9
|
+
exports.arrayPattern = arrayPattern;
|
10
|
+
exports.arrayTypeAnnotation = arrayTypeAnnotation;
|
11
|
+
exports.arrowFunctionExpression = arrowFunctionExpression;
|
12
|
+
exports.assignmentExpression = assignmentExpression;
|
13
|
+
exports.assignmentPattern = assignmentPattern;
|
14
|
+
exports.awaitExpression = awaitExpression;
|
15
|
+
exports.bigIntLiteral = bigIntLiteral;
|
16
|
+
exports.binaryExpression = binaryExpression;
|
17
|
+
exports.bindExpression = bindExpression;
|
18
|
+
exports.blockStatement = blockStatement;
|
19
|
+
exports.booleanLiteral = booleanLiteral;
|
20
|
+
exports.booleanLiteralTypeAnnotation = booleanLiteralTypeAnnotation;
|
21
|
+
exports.booleanTypeAnnotation = booleanTypeAnnotation;
|
22
|
+
exports.breakStatement = breakStatement;
|
23
|
+
exports.callExpression = callExpression;
|
24
|
+
exports.catchClause = catchClause;
|
25
|
+
exports.classAccessorProperty = classAccessorProperty;
|
26
|
+
exports.classBody = classBody;
|
27
|
+
exports.classDeclaration = classDeclaration;
|
28
|
+
exports.classExpression = classExpression;
|
29
|
+
exports.classImplements = classImplements;
|
30
|
+
exports.classMethod = classMethod;
|
31
|
+
exports.classPrivateMethod = classPrivateMethod;
|
32
|
+
exports.classPrivateProperty = classPrivateProperty;
|
33
|
+
exports.classProperty = classProperty;
|
34
|
+
exports.conditionalExpression = conditionalExpression;
|
35
|
+
exports.continueStatement = continueStatement;
|
36
|
+
exports.debuggerStatement = debuggerStatement;
|
37
|
+
exports.decimalLiteral = decimalLiteral;
|
38
|
+
exports.declareClass = declareClass;
|
39
|
+
exports.declareExportAllDeclaration = declareExportAllDeclaration;
|
40
|
+
exports.declareExportDeclaration = declareExportDeclaration;
|
41
|
+
exports.declareFunction = declareFunction;
|
42
|
+
exports.declareInterface = declareInterface;
|
43
|
+
exports.declareModule = declareModule;
|
44
|
+
exports.declareModuleExports = declareModuleExports;
|
45
|
+
exports.declareOpaqueType = declareOpaqueType;
|
46
|
+
exports.declareTypeAlias = declareTypeAlias;
|
47
|
+
exports.declareVariable = declareVariable;
|
48
|
+
exports.declaredPredicate = declaredPredicate;
|
49
|
+
exports.decorator = decorator;
|
50
|
+
exports.directive = directive;
|
51
|
+
exports.directiveLiteral = directiveLiteral;
|
52
|
+
exports.doExpression = doExpression;
|
53
|
+
exports.doWhileStatement = doWhileStatement;
|
54
|
+
exports.emptyStatement = emptyStatement;
|
55
|
+
exports.emptyTypeAnnotation = emptyTypeAnnotation;
|
56
|
+
exports.enumBooleanBody = enumBooleanBody;
|
57
|
+
exports.enumBooleanMember = enumBooleanMember;
|
58
|
+
exports.enumDeclaration = enumDeclaration;
|
59
|
+
exports.enumDefaultedMember = enumDefaultedMember;
|
60
|
+
exports.enumNumberBody = enumNumberBody;
|
61
|
+
exports.enumNumberMember = enumNumberMember;
|
62
|
+
exports.enumStringBody = enumStringBody;
|
63
|
+
exports.enumStringMember = enumStringMember;
|
64
|
+
exports.enumSymbolBody = enumSymbolBody;
|
65
|
+
exports.existsTypeAnnotation = existsTypeAnnotation;
|
66
|
+
exports.exportAllDeclaration = exportAllDeclaration;
|
67
|
+
exports.exportDefaultDeclaration = exportDefaultDeclaration;
|
68
|
+
exports.exportDefaultSpecifier = exportDefaultSpecifier;
|
69
|
+
exports.exportNamedDeclaration = exportNamedDeclaration;
|
70
|
+
exports.exportNamespaceSpecifier = exportNamespaceSpecifier;
|
71
|
+
exports.exportSpecifier = exportSpecifier;
|
72
|
+
exports.expressionStatement = expressionStatement;
|
73
|
+
exports.file = file;
|
74
|
+
exports.forInStatement = forInStatement;
|
75
|
+
exports.forOfStatement = forOfStatement;
|
76
|
+
exports.forStatement = forStatement;
|
77
|
+
exports.functionDeclaration = functionDeclaration;
|
78
|
+
exports.functionExpression = functionExpression;
|
79
|
+
exports.functionTypeAnnotation = functionTypeAnnotation;
|
80
|
+
exports.functionTypeParam = functionTypeParam;
|
81
|
+
exports.genericTypeAnnotation = genericTypeAnnotation;
|
82
|
+
exports.identifier = identifier;
|
83
|
+
exports.ifStatement = ifStatement;
|
84
|
+
exports.import = _import;
|
85
|
+
exports.importAttribute = importAttribute;
|
86
|
+
exports.importDeclaration = importDeclaration;
|
87
|
+
exports.importDefaultSpecifier = importDefaultSpecifier;
|
88
|
+
exports.importExpression = importExpression;
|
89
|
+
exports.importNamespaceSpecifier = importNamespaceSpecifier;
|
90
|
+
exports.importSpecifier = importSpecifier;
|
91
|
+
exports.indexedAccessType = indexedAccessType;
|
92
|
+
exports.inferredPredicate = inferredPredicate;
|
93
|
+
exports.interfaceDeclaration = interfaceDeclaration;
|
94
|
+
exports.interfaceExtends = interfaceExtends;
|
95
|
+
exports.interfaceTypeAnnotation = interfaceTypeAnnotation;
|
96
|
+
exports.interpreterDirective = interpreterDirective;
|
97
|
+
exports.intersectionTypeAnnotation = intersectionTypeAnnotation;
|
98
|
+
exports.jSXAttribute = exports.jsxAttribute = jsxAttribute;
|
99
|
+
exports.jSXClosingElement = exports.jsxClosingElement = jsxClosingElement;
|
100
|
+
exports.jSXClosingFragment = exports.jsxClosingFragment = jsxClosingFragment;
|
101
|
+
exports.jSXElement = exports.jsxElement = jsxElement;
|
102
|
+
exports.jSXEmptyExpression = exports.jsxEmptyExpression = jsxEmptyExpression;
|
103
|
+
exports.jSXExpressionContainer = exports.jsxExpressionContainer = jsxExpressionContainer;
|
104
|
+
exports.jSXFragment = exports.jsxFragment = jsxFragment;
|
105
|
+
exports.jSXIdentifier = exports.jsxIdentifier = jsxIdentifier;
|
106
|
+
exports.jSXMemberExpression = exports.jsxMemberExpression = jsxMemberExpression;
|
107
|
+
exports.jSXNamespacedName = exports.jsxNamespacedName = jsxNamespacedName;
|
108
|
+
exports.jSXOpeningElement = exports.jsxOpeningElement = jsxOpeningElement;
|
109
|
+
exports.jSXOpeningFragment = exports.jsxOpeningFragment = jsxOpeningFragment;
|
110
|
+
exports.jSXSpreadAttribute = exports.jsxSpreadAttribute = jsxSpreadAttribute;
|
111
|
+
exports.jSXSpreadChild = exports.jsxSpreadChild = jsxSpreadChild;
|
112
|
+
exports.jSXText = exports.jsxText = jsxText;
|
113
|
+
exports.labeledStatement = labeledStatement;
|
114
|
+
exports.logicalExpression = logicalExpression;
|
115
|
+
exports.memberExpression = memberExpression;
|
116
|
+
exports.metaProperty = metaProperty;
|
117
|
+
exports.mixedTypeAnnotation = mixedTypeAnnotation;
|
118
|
+
exports.moduleExpression = moduleExpression;
|
119
|
+
exports.newExpression = newExpression;
|
120
|
+
exports.noop = noop;
|
121
|
+
exports.nullLiteral = nullLiteral;
|
122
|
+
exports.nullLiteralTypeAnnotation = nullLiteralTypeAnnotation;
|
123
|
+
exports.nullableTypeAnnotation = nullableTypeAnnotation;
|
124
|
+
exports.numberLiteral = NumberLiteral;
|
125
|
+
exports.numberLiteralTypeAnnotation = numberLiteralTypeAnnotation;
|
126
|
+
exports.numberTypeAnnotation = numberTypeAnnotation;
|
127
|
+
exports.numericLiteral = numericLiteral;
|
128
|
+
exports.objectExpression = objectExpression;
|
129
|
+
exports.objectMethod = objectMethod;
|
130
|
+
exports.objectPattern = objectPattern;
|
131
|
+
exports.objectProperty = objectProperty;
|
132
|
+
exports.objectTypeAnnotation = objectTypeAnnotation;
|
133
|
+
exports.objectTypeCallProperty = objectTypeCallProperty;
|
134
|
+
exports.objectTypeIndexer = objectTypeIndexer;
|
135
|
+
exports.objectTypeInternalSlot = objectTypeInternalSlot;
|
136
|
+
exports.objectTypeProperty = objectTypeProperty;
|
137
|
+
exports.objectTypeSpreadProperty = objectTypeSpreadProperty;
|
138
|
+
exports.opaqueType = opaqueType;
|
139
|
+
exports.optionalCallExpression = optionalCallExpression;
|
140
|
+
exports.optionalIndexedAccessType = optionalIndexedAccessType;
|
141
|
+
exports.optionalMemberExpression = optionalMemberExpression;
|
142
|
+
exports.parenthesizedExpression = parenthesizedExpression;
|
143
|
+
exports.pipelineBareFunction = pipelineBareFunction;
|
144
|
+
exports.pipelinePrimaryTopicReference = pipelinePrimaryTopicReference;
|
145
|
+
exports.pipelineTopicExpression = pipelineTopicExpression;
|
146
|
+
exports.placeholder = placeholder;
|
147
|
+
exports.privateName = privateName;
|
148
|
+
exports.program = program;
|
149
|
+
exports.qualifiedTypeIdentifier = qualifiedTypeIdentifier;
|
150
|
+
exports.recordExpression = recordExpression;
|
151
|
+
exports.regExpLiteral = regExpLiteral;
|
152
|
+
exports.regexLiteral = RegexLiteral;
|
153
|
+
exports.restElement = restElement;
|
154
|
+
exports.restProperty = RestProperty;
|
155
|
+
exports.returnStatement = returnStatement;
|
156
|
+
exports.sequenceExpression = sequenceExpression;
|
157
|
+
exports.spreadElement = spreadElement;
|
158
|
+
exports.spreadProperty = SpreadProperty;
|
159
|
+
exports.staticBlock = staticBlock;
|
160
|
+
exports.stringLiteral = stringLiteral;
|
161
|
+
exports.stringLiteralTypeAnnotation = stringLiteralTypeAnnotation;
|
162
|
+
exports.stringTypeAnnotation = stringTypeAnnotation;
|
163
|
+
exports.super = _super;
|
164
|
+
exports.switchCase = switchCase;
|
165
|
+
exports.switchStatement = switchStatement;
|
166
|
+
exports.symbolTypeAnnotation = symbolTypeAnnotation;
|
167
|
+
exports.taggedTemplateExpression = taggedTemplateExpression;
|
168
|
+
exports.templateElement = templateElement;
|
169
|
+
exports.templateLiteral = templateLiteral;
|
170
|
+
exports.thisExpression = thisExpression;
|
171
|
+
exports.thisTypeAnnotation = thisTypeAnnotation;
|
172
|
+
exports.throwStatement = throwStatement;
|
173
|
+
exports.topicReference = topicReference;
|
174
|
+
exports.tryStatement = tryStatement;
|
175
|
+
exports.tSAnyKeyword = exports.tsAnyKeyword = tsAnyKeyword;
|
176
|
+
exports.tSArrayType = exports.tsArrayType = tsArrayType;
|
177
|
+
exports.tSAsExpression = exports.tsAsExpression = tsAsExpression;
|
178
|
+
exports.tSBigIntKeyword = exports.tsBigIntKeyword = tsBigIntKeyword;
|
179
|
+
exports.tSBooleanKeyword = exports.tsBooleanKeyword = tsBooleanKeyword;
|
180
|
+
exports.tSCallSignatureDeclaration = exports.tsCallSignatureDeclaration = tsCallSignatureDeclaration;
|
181
|
+
exports.tSConditionalType = exports.tsConditionalType = tsConditionalType;
|
182
|
+
exports.tSConstructSignatureDeclaration = exports.tsConstructSignatureDeclaration = tsConstructSignatureDeclaration;
|
183
|
+
exports.tSConstructorType = exports.tsConstructorType = tsConstructorType;
|
184
|
+
exports.tSDeclareFunction = exports.tsDeclareFunction = tsDeclareFunction;
|
185
|
+
exports.tSDeclareMethod = exports.tsDeclareMethod = tsDeclareMethod;
|
186
|
+
exports.tSEnumBody = exports.tsEnumBody = tsEnumBody;
|
187
|
+
exports.tSEnumDeclaration = exports.tsEnumDeclaration = tsEnumDeclaration;
|
188
|
+
exports.tSEnumMember = exports.tsEnumMember = tsEnumMember;
|
189
|
+
exports.tSExportAssignment = exports.tsExportAssignment = tsExportAssignment;
|
190
|
+
exports.tSExpressionWithTypeArguments = exports.tsExpressionWithTypeArguments = tsExpressionWithTypeArguments;
|
191
|
+
exports.tSExternalModuleReference = exports.tsExternalModuleReference = tsExternalModuleReference;
|
192
|
+
exports.tSFunctionType = exports.tsFunctionType = tsFunctionType;
|
193
|
+
exports.tSImportEqualsDeclaration = exports.tsImportEqualsDeclaration = tsImportEqualsDeclaration;
|
194
|
+
exports.tSImportType = exports.tsImportType = tsImportType;
|
195
|
+
exports.tSIndexSignature = exports.tsIndexSignature = tsIndexSignature;
|
196
|
+
exports.tSIndexedAccessType = exports.tsIndexedAccessType = tsIndexedAccessType;
|
197
|
+
exports.tSInferType = exports.tsInferType = tsInferType;
|
198
|
+
exports.tSInstantiationExpression = exports.tsInstantiationExpression = tsInstantiationExpression;
|
199
|
+
exports.tSInterfaceBody = exports.tsInterfaceBody = tsInterfaceBody;
|
200
|
+
exports.tSInterfaceDeclaration = exports.tsInterfaceDeclaration = tsInterfaceDeclaration;
|
201
|
+
exports.tSIntersectionType = exports.tsIntersectionType = tsIntersectionType;
|
202
|
+
exports.tSIntrinsicKeyword = exports.tsIntrinsicKeyword = tsIntrinsicKeyword;
|
203
|
+
exports.tSLiteralType = exports.tsLiteralType = tsLiteralType;
|
204
|
+
exports.tSMappedType = exports.tsMappedType = tsMappedType;
|
205
|
+
exports.tSMethodSignature = exports.tsMethodSignature = tsMethodSignature;
|
206
|
+
exports.tSModuleBlock = exports.tsModuleBlock = tsModuleBlock;
|
207
|
+
exports.tSModuleDeclaration = exports.tsModuleDeclaration = tsModuleDeclaration;
|
208
|
+
exports.tSNamedTupleMember = exports.tsNamedTupleMember = tsNamedTupleMember;
|
209
|
+
exports.tSNamespaceExportDeclaration = exports.tsNamespaceExportDeclaration = tsNamespaceExportDeclaration;
|
210
|
+
exports.tSNeverKeyword = exports.tsNeverKeyword = tsNeverKeyword;
|
211
|
+
exports.tSNonNullExpression = exports.tsNonNullExpression = tsNonNullExpression;
|
212
|
+
exports.tSNullKeyword = exports.tsNullKeyword = tsNullKeyword;
|
213
|
+
exports.tSNumberKeyword = exports.tsNumberKeyword = tsNumberKeyword;
|
214
|
+
exports.tSObjectKeyword = exports.tsObjectKeyword = tsObjectKeyword;
|
215
|
+
exports.tSOptionalType = exports.tsOptionalType = tsOptionalType;
|
216
|
+
exports.tSParameterProperty = exports.tsParameterProperty = tsParameterProperty;
|
217
|
+
exports.tSParenthesizedType = exports.tsParenthesizedType = tsParenthesizedType;
|
218
|
+
exports.tSPropertySignature = exports.tsPropertySignature = tsPropertySignature;
|
219
|
+
exports.tSQualifiedName = exports.tsQualifiedName = tsQualifiedName;
|
220
|
+
exports.tSRestType = exports.tsRestType = tsRestType;
|
221
|
+
exports.tSSatisfiesExpression = exports.tsSatisfiesExpression = tsSatisfiesExpression;
|
222
|
+
exports.tSStringKeyword = exports.tsStringKeyword = tsStringKeyword;
|
223
|
+
exports.tSSymbolKeyword = exports.tsSymbolKeyword = tsSymbolKeyword;
|
224
|
+
exports.tSTemplateLiteralType = exports.tsTemplateLiteralType = tsTemplateLiteralType;
|
225
|
+
exports.tSThisType = exports.tsThisType = tsThisType;
|
226
|
+
exports.tSTupleType = exports.tsTupleType = tsTupleType;
|
227
|
+
exports.tSTypeAliasDeclaration = exports.tsTypeAliasDeclaration = tsTypeAliasDeclaration;
|
228
|
+
exports.tSTypeAnnotation = exports.tsTypeAnnotation = tsTypeAnnotation;
|
229
|
+
exports.tSTypeAssertion = exports.tsTypeAssertion = tsTypeAssertion;
|
230
|
+
exports.tSTypeLiteral = exports.tsTypeLiteral = tsTypeLiteral;
|
231
|
+
exports.tSTypeOperator = exports.tsTypeOperator = tsTypeOperator;
|
232
|
+
exports.tSTypeParameter = exports.tsTypeParameter = tsTypeParameter;
|
233
|
+
exports.tSTypeParameterDeclaration = exports.tsTypeParameterDeclaration = tsTypeParameterDeclaration;
|
234
|
+
exports.tSTypeParameterInstantiation = exports.tsTypeParameterInstantiation = tsTypeParameterInstantiation;
|
235
|
+
exports.tSTypePredicate = exports.tsTypePredicate = tsTypePredicate;
|
236
|
+
exports.tSTypeQuery = exports.tsTypeQuery = tsTypeQuery;
|
237
|
+
exports.tSTypeReference = exports.tsTypeReference = tsTypeReference;
|
238
|
+
exports.tSUndefinedKeyword = exports.tsUndefinedKeyword = tsUndefinedKeyword;
|
239
|
+
exports.tSUnionType = exports.tsUnionType = tsUnionType;
|
240
|
+
exports.tSUnknownKeyword = exports.tsUnknownKeyword = tsUnknownKeyword;
|
241
|
+
exports.tSVoidKeyword = exports.tsVoidKeyword = tsVoidKeyword;
|
242
|
+
exports.tupleExpression = tupleExpression;
|
243
|
+
exports.tupleTypeAnnotation = tupleTypeAnnotation;
|
244
|
+
exports.typeAlias = typeAlias;
|
245
|
+
exports.typeAnnotation = typeAnnotation;
|
246
|
+
exports.typeCastExpression = typeCastExpression;
|
247
|
+
exports.typeParameter = typeParameter;
|
248
|
+
exports.typeParameterDeclaration = typeParameterDeclaration;
|
249
|
+
exports.typeParameterInstantiation = typeParameterInstantiation;
|
250
|
+
exports.typeofTypeAnnotation = typeofTypeAnnotation;
|
251
|
+
exports.unaryExpression = unaryExpression;
|
252
|
+
exports.unionTypeAnnotation = unionTypeAnnotation;
|
253
|
+
exports.updateExpression = updateExpression;
|
254
|
+
exports.v8IntrinsicIdentifier = v8IntrinsicIdentifier;
|
255
|
+
exports.variableDeclaration = variableDeclaration;
|
256
|
+
exports.variableDeclarator = variableDeclarator;
|
257
|
+
exports.variance = variance;
|
258
|
+
exports.voidTypeAnnotation = voidTypeAnnotation;
|
259
|
+
exports.whileStatement = whileStatement;
|
260
|
+
exports.withStatement = withStatement;
|
261
|
+
exports.yieldExpression = yieldExpression;
|
262
|
+
var _validate = require("../../validators/validate.js");
|
263
|
+
var _deprecationWarning = require("../../utils/deprecationWarning.js");
|
264
|
+
var utils = require("../../definitions/utils.js");
|
265
|
+
const {
|
266
|
+
validateInternal: validate
|
267
|
+
} = _validate;
|
268
|
+
const {
|
269
|
+
NODE_FIELDS
|
270
|
+
} = utils;
|
271
|
+
function arrayExpression(elements = []) {
|
272
|
+
const node = {
|
273
|
+
type: "ArrayExpression",
|
274
|
+
elements
|
275
|
+
};
|
276
|
+
const defs = NODE_FIELDS.ArrayExpression;
|
277
|
+
validate(defs.elements, node, "elements", elements, 1);
|
278
|
+
return node;
|
279
|
+
}
|
280
|
+
function assignmentExpression(operator, left, right) {
|
281
|
+
const node = {
|
282
|
+
type: "AssignmentExpression",
|
283
|
+
operator,
|
284
|
+
left,
|
285
|
+
right
|
286
|
+
};
|
287
|
+
const defs = NODE_FIELDS.AssignmentExpression;
|
288
|
+
validate(defs.operator, node, "operator", operator);
|
289
|
+
validate(defs.left, node, "left", left, 1);
|
290
|
+
validate(defs.right, node, "right", right, 1);
|
291
|
+
return node;
|
292
|
+
}
|
293
|
+
function binaryExpression(operator, left, right) {
|
294
|
+
const node = {
|
295
|
+
type: "BinaryExpression",
|
296
|
+
operator,
|
297
|
+
left,
|
298
|
+
right
|
299
|
+
};
|
300
|
+
const defs = NODE_FIELDS.BinaryExpression;
|
301
|
+
validate(defs.operator, node, "operator", operator);
|
302
|
+
validate(defs.left, node, "left", left, 1);
|
303
|
+
validate(defs.right, node, "right", right, 1);
|
304
|
+
return node;
|
305
|
+
}
|
306
|
+
function interpreterDirective(value) {
|
307
|
+
const node = {
|
308
|
+
type: "InterpreterDirective",
|
309
|
+
value
|
310
|
+
};
|
311
|
+
const defs = NODE_FIELDS.InterpreterDirective;
|
312
|
+
validate(defs.value, node, "value", value);
|
313
|
+
return node;
|
314
|
+
}
|
315
|
+
function directive(value) {
|
316
|
+
const node = {
|
317
|
+
type: "Directive",
|
318
|
+
value
|
319
|
+
};
|
320
|
+
const defs = NODE_FIELDS.Directive;
|
321
|
+
validate(defs.value, node, "value", value, 1);
|
322
|
+
return node;
|
323
|
+
}
|
324
|
+
function directiveLiteral(value) {
|
325
|
+
const node = {
|
326
|
+
type: "DirectiveLiteral",
|
327
|
+
value
|
328
|
+
};
|
329
|
+
const defs = NODE_FIELDS.DirectiveLiteral;
|
330
|
+
validate(defs.value, node, "value", value);
|
331
|
+
return node;
|
332
|
+
}
|
333
|
+
function blockStatement(body, directives = []) {
|
334
|
+
const node = {
|
335
|
+
type: "BlockStatement",
|
336
|
+
body,
|
337
|
+
directives
|
338
|
+
};
|
339
|
+
const defs = NODE_FIELDS.BlockStatement;
|
340
|
+
validate(defs.body, node, "body", body, 1);
|
341
|
+
validate(defs.directives, node, "directives", directives, 1);
|
342
|
+
return node;
|
343
|
+
}
|
344
|
+
function breakStatement(label = null) {
|
345
|
+
const node = {
|
346
|
+
type: "BreakStatement",
|
347
|
+
label
|
348
|
+
};
|
349
|
+
const defs = NODE_FIELDS.BreakStatement;
|
350
|
+
validate(defs.label, node, "label", label, 1);
|
351
|
+
return node;
|
352
|
+
}
|
353
|
+
function callExpression(callee, _arguments) {
|
354
|
+
const node = {
|
355
|
+
type: "CallExpression",
|
356
|
+
callee,
|
357
|
+
arguments: _arguments
|
358
|
+
};
|
359
|
+
const defs = NODE_FIELDS.CallExpression;
|
360
|
+
validate(defs.callee, node, "callee", callee, 1);
|
361
|
+
validate(defs.arguments, node, "arguments", _arguments, 1);
|
362
|
+
return node;
|
363
|
+
}
|
364
|
+
function catchClause(param = null, body) {
|
365
|
+
const node = {
|
366
|
+
type: "CatchClause",
|
367
|
+
param,
|
368
|
+
body
|
369
|
+
};
|
370
|
+
const defs = NODE_FIELDS.CatchClause;
|
371
|
+
validate(defs.param, node, "param", param, 1);
|
372
|
+
validate(defs.body, node, "body", body, 1);
|
373
|
+
return node;
|
374
|
+
}
|
375
|
+
function conditionalExpression(test, consequent, alternate) {
|
376
|
+
const node = {
|
377
|
+
type: "ConditionalExpression",
|
378
|
+
test,
|
379
|
+
consequent,
|
380
|
+
alternate
|
381
|
+
};
|
382
|
+
const defs = NODE_FIELDS.ConditionalExpression;
|
383
|
+
validate(defs.test, node, "test", test, 1);
|
384
|
+
validate(defs.consequent, node, "consequent", consequent, 1);
|
385
|
+
validate(defs.alternate, node, "alternate", alternate, 1);
|
386
|
+
return node;
|
387
|
+
}
|
388
|
+
function continueStatement(label = null) {
|
389
|
+
const node = {
|
390
|
+
type: "ContinueStatement",
|
391
|
+
label
|
392
|
+
};
|
393
|
+
const defs = NODE_FIELDS.ContinueStatement;
|
394
|
+
validate(defs.label, node, "label", label, 1);
|
395
|
+
return node;
|
396
|
+
}
|
397
|
+
function debuggerStatement() {
|
398
|
+
return {
|
399
|
+
type: "DebuggerStatement"
|
400
|
+
};
|
401
|
+
}
|
402
|
+
function doWhileStatement(test, body) {
|
403
|
+
const node = {
|
404
|
+
type: "DoWhileStatement",
|
405
|
+
test,
|
406
|
+
body
|
407
|
+
};
|
408
|
+
const defs = NODE_FIELDS.DoWhileStatement;
|
409
|
+
validate(defs.test, node, "test", test, 1);
|
410
|
+
validate(defs.body, node, "body", body, 1);
|
411
|
+
return node;
|
412
|
+
}
|
413
|
+
function emptyStatement() {
|
414
|
+
return {
|
415
|
+
type: "EmptyStatement"
|
416
|
+
};
|
417
|
+
}
|
418
|
+
function expressionStatement(expression) {
|
419
|
+
const node = {
|
420
|
+
type: "ExpressionStatement",
|
421
|
+
expression
|
422
|
+
};
|
423
|
+
const defs = NODE_FIELDS.ExpressionStatement;
|
424
|
+
validate(defs.expression, node, "expression", expression, 1);
|
425
|
+
return node;
|
426
|
+
}
|
427
|
+
function file(program, comments = null, tokens = null) {
|
428
|
+
const node = {
|
429
|
+
type: "File",
|
430
|
+
program,
|
431
|
+
comments,
|
432
|
+
tokens
|
433
|
+
};
|
434
|
+
const defs = NODE_FIELDS.File;
|
435
|
+
validate(defs.program, node, "program", program, 1);
|
436
|
+
validate(defs.comments, node, "comments", comments, 1);
|
437
|
+
validate(defs.tokens, node, "tokens", tokens);
|
438
|
+
return node;
|
439
|
+
}
|
440
|
+
function forInStatement(left, right, body) {
|
441
|
+
const node = {
|
442
|
+
type: "ForInStatement",
|
443
|
+
left,
|
444
|
+
right,
|
445
|
+
body
|
446
|
+
};
|
447
|
+
const defs = NODE_FIELDS.ForInStatement;
|
448
|
+
validate(defs.left, node, "left", left, 1);
|
449
|
+
validate(defs.right, node, "right", right, 1);
|
450
|
+
validate(defs.body, node, "body", body, 1);
|
451
|
+
return node;
|
452
|
+
}
|
453
|
+
function forStatement(init = null, test = null, update = null, body) {
|
454
|
+
const node = {
|
455
|
+
type: "ForStatement",
|
456
|
+
init,
|
457
|
+
test,
|
458
|
+
update,
|
459
|
+
body
|
460
|
+
};
|
461
|
+
const defs = NODE_FIELDS.ForStatement;
|
462
|
+
validate(defs.init, node, "init", init, 1);
|
463
|
+
validate(defs.test, node, "test", test, 1);
|
464
|
+
validate(defs.update, node, "update", update, 1);
|
465
|
+
validate(defs.body, node, "body", body, 1);
|
466
|
+
return node;
|
467
|
+
}
|
468
|
+
function functionDeclaration(id = null, params, body, generator = false, async = false) {
|
469
|
+
const node = {
|
470
|
+
type: "FunctionDeclaration",
|
471
|
+
id,
|
472
|
+
params,
|
473
|
+
body,
|
474
|
+
generator,
|
475
|
+
async
|
476
|
+
};
|
477
|
+
const defs = NODE_FIELDS.FunctionDeclaration;
|
478
|
+
validate(defs.id, node, "id", id, 1);
|
479
|
+
validate(defs.params, node, "params", params, 1);
|
480
|
+
validate(defs.body, node, "body", body, 1);
|
481
|
+
validate(defs.generator, node, "generator", generator);
|
482
|
+
validate(defs.async, node, "async", async);
|
483
|
+
return node;
|
484
|
+
}
|
485
|
+
function functionExpression(id = null, params, body, generator = false, async = false) {
|
486
|
+
const node = {
|
487
|
+
type: "FunctionExpression",
|
488
|
+
id,
|
489
|
+
params,
|
490
|
+
body,
|
491
|
+
generator,
|
492
|
+
async
|
493
|
+
};
|
494
|
+
const defs = NODE_FIELDS.FunctionExpression;
|
495
|
+
validate(defs.id, node, "id", id, 1);
|
496
|
+
validate(defs.params, node, "params", params, 1);
|
497
|
+
validate(defs.body, node, "body", body, 1);
|
498
|
+
validate(defs.generator, node, "generator", generator);
|
499
|
+
validate(defs.async, node, "async", async);
|
500
|
+
return node;
|
501
|
+
}
|
502
|
+
function identifier(name) {
|
503
|
+
const node = {
|
504
|
+
type: "Identifier",
|
505
|
+
name
|
506
|
+
};
|
507
|
+
const defs = NODE_FIELDS.Identifier;
|
508
|
+
validate(defs.name, node, "name", name);
|
509
|
+
return node;
|
510
|
+
}
|
511
|
+
function ifStatement(test, consequent, alternate = null) {
|
512
|
+
const node = {
|
513
|
+
type: "IfStatement",
|
514
|
+
test,
|
515
|
+
consequent,
|
516
|
+
alternate
|
517
|
+
};
|
518
|
+
const defs = NODE_FIELDS.IfStatement;
|
519
|
+
validate(defs.test, node, "test", test, 1);
|
520
|
+
validate(defs.consequent, node, "consequent", consequent, 1);
|
521
|
+
validate(defs.alternate, node, "alternate", alternate, 1);
|
522
|
+
return node;
|
523
|
+
}
|
524
|
+
function labeledStatement(label, body) {
|
525
|
+
const node = {
|
526
|
+
type: "LabeledStatement",
|
527
|
+
label,
|
528
|
+
body
|
529
|
+
};
|
530
|
+
const defs = NODE_FIELDS.LabeledStatement;
|
531
|
+
validate(defs.label, node, "label", label, 1);
|
532
|
+
validate(defs.body, node, "body", body, 1);
|
533
|
+
return node;
|
534
|
+
}
|
535
|
+
function stringLiteral(value) {
|
536
|
+
const node = {
|
537
|
+
type: "StringLiteral",
|
538
|
+
value
|
539
|
+
};
|
540
|
+
const defs = NODE_FIELDS.StringLiteral;
|
541
|
+
validate(defs.value, node, "value", value);
|
542
|
+
return node;
|
543
|
+
}
|
544
|
+
function numericLiteral(value) {
|
545
|
+
const node = {
|
546
|
+
type: "NumericLiteral",
|
547
|
+
value
|
548
|
+
};
|
549
|
+
const defs = NODE_FIELDS.NumericLiteral;
|
550
|
+
validate(defs.value, node, "value", value);
|
551
|
+
return node;
|
552
|
+
}
|
553
|
+
function nullLiteral() {
|
554
|
+
return {
|
555
|
+
type: "NullLiteral"
|
556
|
+
};
|
557
|
+
}
|
558
|
+
function booleanLiteral(value) {
|
559
|
+
const node = {
|
560
|
+
type: "BooleanLiteral",
|
561
|
+
value
|
562
|
+
};
|
563
|
+
const defs = NODE_FIELDS.BooleanLiteral;
|
564
|
+
validate(defs.value, node, "value", value);
|
565
|
+
return node;
|
566
|
+
}
|
567
|
+
function regExpLiteral(pattern, flags = "") {
|
568
|
+
const node = {
|
569
|
+
type: "RegExpLiteral",
|
570
|
+
pattern,
|
571
|
+
flags
|
572
|
+
};
|
573
|
+
const defs = NODE_FIELDS.RegExpLiteral;
|
574
|
+
validate(defs.pattern, node, "pattern", pattern);
|
575
|
+
validate(defs.flags, node, "flags", flags);
|
576
|
+
return node;
|
577
|
+
}
|
578
|
+
function logicalExpression(operator, left, right) {
|
579
|
+
const node = {
|
580
|
+
type: "LogicalExpression",
|
581
|
+
operator,
|
582
|
+
left,
|
583
|
+
right
|
584
|
+
};
|
585
|
+
const defs = NODE_FIELDS.LogicalExpression;
|
586
|
+
validate(defs.operator, node, "operator", operator);
|
587
|
+
validate(defs.left, node, "left", left, 1);
|
588
|
+
validate(defs.right, node, "right", right, 1);
|
589
|
+
return node;
|
590
|
+
}
|
591
|
+
function memberExpression(object, property, computed = false, optional = null) {
|
592
|
+
const node = {
|
593
|
+
type: "MemberExpression",
|
594
|
+
object,
|
595
|
+
property,
|
596
|
+
computed,
|
597
|
+
optional
|
598
|
+
};
|
599
|
+
const defs = NODE_FIELDS.MemberExpression;
|
600
|
+
validate(defs.object, node, "object", object, 1);
|
601
|
+
validate(defs.property, node, "property", property, 1);
|
602
|
+
validate(defs.computed, node, "computed", computed);
|
603
|
+
validate(defs.optional, node, "optional", optional);
|
604
|
+
return node;
|
605
|
+
}
|
606
|
+
function newExpression(callee, _arguments) {
|
607
|
+
const node = {
|
608
|
+
type: "NewExpression",
|
609
|
+
callee,
|
610
|
+
arguments: _arguments
|
611
|
+
};
|
612
|
+
const defs = NODE_FIELDS.NewExpression;
|
613
|
+
validate(defs.callee, node, "callee", callee, 1);
|
614
|
+
validate(defs.arguments, node, "arguments", _arguments, 1);
|
615
|
+
return node;
|
616
|
+
}
|
617
|
+
function program(body, directives = [], sourceType = "script", interpreter = null) {
|
618
|
+
const node = {
|
619
|
+
type: "Program",
|
620
|
+
body,
|
621
|
+
directives,
|
622
|
+
sourceType,
|
623
|
+
interpreter
|
624
|
+
};
|
625
|
+
const defs = NODE_FIELDS.Program;
|
626
|
+
validate(defs.body, node, "body", body, 1);
|
627
|
+
validate(defs.directives, node, "directives", directives, 1);
|
628
|
+
validate(defs.sourceType, node, "sourceType", sourceType);
|
629
|
+
validate(defs.interpreter, node, "interpreter", interpreter, 1);
|
630
|
+
return node;
|
631
|
+
}
|
632
|
+
function objectExpression(properties) {
|
633
|
+
const node = {
|
634
|
+
type: "ObjectExpression",
|
635
|
+
properties
|
636
|
+
};
|
637
|
+
const defs = NODE_FIELDS.ObjectExpression;
|
638
|
+
validate(defs.properties, node, "properties", properties, 1);
|
639
|
+
return node;
|
640
|
+
}
|
641
|
+
function objectMethod(kind = "method", key, params, body, computed = false, generator = false, async = false) {
|
642
|
+
const node = {
|
643
|
+
type: "ObjectMethod",
|
644
|
+
kind,
|
645
|
+
key,
|
646
|
+
params,
|
647
|
+
body,
|
648
|
+
computed,
|
649
|
+
generator,
|
650
|
+
async
|
651
|
+
};
|
652
|
+
const defs = NODE_FIELDS.ObjectMethod;
|
653
|
+
validate(defs.kind, node, "kind", kind);
|
654
|
+
validate(defs.key, node, "key", key, 1);
|
655
|
+
validate(defs.params, node, "params", params, 1);
|
656
|
+
validate(defs.body, node, "body", body, 1);
|
657
|
+
validate(defs.computed, node, "computed", computed);
|
658
|
+
validate(defs.generator, node, "generator", generator);
|
659
|
+
validate(defs.async, node, "async", async);
|
660
|
+
return node;
|
661
|
+
}
|
662
|
+
function objectProperty(key, value, computed = false, shorthand = false, decorators = null) {
|
663
|
+
const node = {
|
664
|
+
type: "ObjectProperty",
|
665
|
+
key,
|
666
|
+
value,
|
667
|
+
computed,
|
668
|
+
shorthand,
|
669
|
+
decorators
|
670
|
+
};
|
671
|
+
const defs = NODE_FIELDS.ObjectProperty;
|
672
|
+
validate(defs.key, node, "key", key, 1);
|
673
|
+
validate(defs.value, node, "value", value, 1);
|
674
|
+
validate(defs.computed, node, "computed", computed);
|
675
|
+
validate(defs.shorthand, node, "shorthand", shorthand);
|
676
|
+
validate(defs.decorators, node, "decorators", decorators, 1);
|
677
|
+
return node;
|
678
|
+
}
|
679
|
+
function restElement(argument) {
|
680
|
+
const node = {
|
681
|
+
type: "RestElement",
|
682
|
+
argument
|
683
|
+
};
|
684
|
+
const defs = NODE_FIELDS.RestElement;
|
685
|
+
validate(defs.argument, node, "argument", argument, 1);
|
686
|
+
return node;
|
687
|
+
}
|
688
|
+
function returnStatement(argument = null) {
|
689
|
+
const node = {
|
690
|
+
type: "ReturnStatement",
|
691
|
+
argument
|
692
|
+
};
|
693
|
+
const defs = NODE_FIELDS.ReturnStatement;
|
694
|
+
validate(defs.argument, node, "argument", argument, 1);
|
695
|
+
return node;
|
696
|
+
}
|
697
|
+
function sequenceExpression(expressions) {
|
698
|
+
const node = {
|
699
|
+
type: "SequenceExpression",
|
700
|
+
expressions
|
701
|
+
};
|
702
|
+
const defs = NODE_FIELDS.SequenceExpression;
|
703
|
+
validate(defs.expressions, node, "expressions", expressions, 1);
|
704
|
+
return node;
|
705
|
+
}
|
706
|
+
function parenthesizedExpression(expression) {
|
707
|
+
const node = {
|
708
|
+
type: "ParenthesizedExpression",
|
709
|
+
expression
|
710
|
+
};
|
711
|
+
const defs = NODE_FIELDS.ParenthesizedExpression;
|
712
|
+
validate(defs.expression, node, "expression", expression, 1);
|
713
|
+
return node;
|
714
|
+
}
|
715
|
+
function switchCase(test = null, consequent) {
|
716
|
+
const node = {
|
717
|
+
type: "SwitchCase",
|
718
|
+
test,
|
719
|
+
consequent
|
720
|
+
};
|
721
|
+
const defs = NODE_FIELDS.SwitchCase;
|
722
|
+
validate(defs.test, node, "test", test, 1);
|
723
|
+
validate(defs.consequent, node, "consequent", consequent, 1);
|
724
|
+
return node;
|
725
|
+
}
|
726
|
+
function switchStatement(discriminant, cases) {
|
727
|
+
const node = {
|
728
|
+
type: "SwitchStatement",
|
729
|
+
discriminant,
|
730
|
+
cases
|
731
|
+
};
|
732
|
+
const defs = NODE_FIELDS.SwitchStatement;
|
733
|
+
validate(defs.discriminant, node, "discriminant", discriminant, 1);
|
734
|
+
validate(defs.cases, node, "cases", cases, 1);
|
735
|
+
return node;
|
736
|
+
}
|
737
|
+
function thisExpression() {
|
738
|
+
return {
|
739
|
+
type: "ThisExpression"
|
740
|
+
};
|
741
|
+
}
|
742
|
+
function throwStatement(argument) {
|
743
|
+
const node = {
|
744
|
+
type: "ThrowStatement",
|
745
|
+
argument
|
746
|
+
};
|
747
|
+
const defs = NODE_FIELDS.ThrowStatement;
|
748
|
+
validate(defs.argument, node, "argument", argument, 1);
|
749
|
+
return node;
|
750
|
+
}
|
751
|
+
function tryStatement(block, handler = null, finalizer = null) {
|
752
|
+
const node = {
|
753
|
+
type: "TryStatement",
|
754
|
+
block,
|
755
|
+
handler,
|
756
|
+
finalizer
|
757
|
+
};
|
758
|
+
const defs = NODE_FIELDS.TryStatement;
|
759
|
+
validate(defs.block, node, "block", block, 1);
|
760
|
+
validate(defs.handler, node, "handler", handler, 1);
|
761
|
+
validate(defs.finalizer, node, "finalizer", finalizer, 1);
|
762
|
+
return node;
|
763
|
+
}
|
764
|
+
function unaryExpression(operator, argument, prefix = true) {
|
765
|
+
const node = {
|
766
|
+
type: "UnaryExpression",
|
767
|
+
operator,
|
768
|
+
argument,
|
769
|
+
prefix
|
770
|
+
};
|
771
|
+
const defs = NODE_FIELDS.UnaryExpression;
|
772
|
+
validate(defs.operator, node, "operator", operator);
|
773
|
+
validate(defs.argument, node, "argument", argument, 1);
|
774
|
+
validate(defs.prefix, node, "prefix", prefix);
|
775
|
+
return node;
|
776
|
+
}
|
777
|
+
function updateExpression(operator, argument, prefix = false) {
|
778
|
+
const node = {
|
779
|
+
type: "UpdateExpression",
|
780
|
+
operator,
|
781
|
+
argument,
|
782
|
+
prefix
|
783
|
+
};
|
784
|
+
const defs = NODE_FIELDS.UpdateExpression;
|
785
|
+
validate(defs.operator, node, "operator", operator);
|
786
|
+
validate(defs.argument, node, "argument", argument, 1);
|
787
|
+
validate(defs.prefix, node, "prefix", prefix);
|
788
|
+
return node;
|
789
|
+
}
|
790
|
+
function variableDeclaration(kind, declarations) {
|
791
|
+
const node = {
|
792
|
+
type: "VariableDeclaration",
|
793
|
+
kind,
|
794
|
+
declarations
|
795
|
+
};
|
796
|
+
const defs = NODE_FIELDS.VariableDeclaration;
|
797
|
+
validate(defs.kind, node, "kind", kind);
|
798
|
+
validate(defs.declarations, node, "declarations", declarations, 1);
|
799
|
+
return node;
|
800
|
+
}
|
801
|
+
function variableDeclarator(id, init = null) {
|
802
|
+
const node = {
|
803
|
+
type: "VariableDeclarator",
|
804
|
+
id,
|
805
|
+
init
|
806
|
+
};
|
807
|
+
const defs = NODE_FIELDS.VariableDeclarator;
|
808
|
+
validate(defs.id, node, "id", id, 1);
|
809
|
+
validate(defs.init, node, "init", init, 1);
|
810
|
+
return node;
|
811
|
+
}
|
812
|
+
function whileStatement(test, body) {
|
813
|
+
const node = {
|
814
|
+
type: "WhileStatement",
|
815
|
+
test,
|
816
|
+
body
|
817
|
+
};
|
818
|
+
const defs = NODE_FIELDS.WhileStatement;
|
819
|
+
validate(defs.test, node, "test", test, 1);
|
820
|
+
validate(defs.body, node, "body", body, 1);
|
821
|
+
return node;
|
822
|
+
}
|
823
|
+
function withStatement(object, body) {
|
824
|
+
const node = {
|
825
|
+
type: "WithStatement",
|
826
|
+
object,
|
827
|
+
body
|
828
|
+
};
|
829
|
+
const defs = NODE_FIELDS.WithStatement;
|
830
|
+
validate(defs.object, node, "object", object, 1);
|
831
|
+
validate(defs.body, node, "body", body, 1);
|
832
|
+
return node;
|
833
|
+
}
|
834
|
+
function assignmentPattern(left, right) {
|
835
|
+
const node = {
|
836
|
+
type: "AssignmentPattern",
|
837
|
+
left,
|
838
|
+
right
|
839
|
+
};
|
840
|
+
const defs = NODE_FIELDS.AssignmentPattern;
|
841
|
+
validate(defs.left, node, "left", left, 1);
|
842
|
+
validate(defs.right, node, "right", right, 1);
|
843
|
+
return node;
|
844
|
+
}
|
845
|
+
function arrayPattern(elements) {
|
846
|
+
const node = {
|
847
|
+
type: "ArrayPattern",
|
848
|
+
elements
|
849
|
+
};
|
850
|
+
const defs = NODE_FIELDS.ArrayPattern;
|
851
|
+
validate(defs.elements, node, "elements", elements, 1);
|
852
|
+
return node;
|
853
|
+
}
|
854
|
+
function arrowFunctionExpression(params, body, async = false) {
|
855
|
+
const node = {
|
856
|
+
type: "ArrowFunctionExpression",
|
857
|
+
params,
|
858
|
+
body,
|
859
|
+
async,
|
860
|
+
expression: null
|
861
|
+
};
|
862
|
+
const defs = NODE_FIELDS.ArrowFunctionExpression;
|
863
|
+
validate(defs.params, node, "params", params, 1);
|
864
|
+
validate(defs.body, node, "body", body, 1);
|
865
|
+
validate(defs.async, node, "async", async);
|
866
|
+
return node;
|
867
|
+
}
|
868
|
+
function classBody(body) {
|
869
|
+
const node = {
|
870
|
+
type: "ClassBody",
|
871
|
+
body
|
872
|
+
};
|
873
|
+
const defs = NODE_FIELDS.ClassBody;
|
874
|
+
validate(defs.body, node, "body", body, 1);
|
875
|
+
return node;
|
876
|
+
}
|
877
|
+
function classExpression(id = null, superClass = null, body, decorators = null) {
|
878
|
+
const node = {
|
879
|
+
type: "ClassExpression",
|
880
|
+
id,
|
881
|
+
superClass,
|
882
|
+
body,
|
883
|
+
decorators
|
884
|
+
};
|
885
|
+
const defs = NODE_FIELDS.ClassExpression;
|
886
|
+
validate(defs.id, node, "id", id, 1);
|
887
|
+
validate(defs.superClass, node, "superClass", superClass, 1);
|
888
|
+
validate(defs.body, node, "body", body, 1);
|
889
|
+
validate(defs.decorators, node, "decorators", decorators, 1);
|
890
|
+
return node;
|
891
|
+
}
|
892
|
+
function classDeclaration(id = null, superClass = null, body, decorators = null) {
|
893
|
+
const node = {
|
894
|
+
type: "ClassDeclaration",
|
895
|
+
id,
|
896
|
+
superClass,
|
897
|
+
body,
|
898
|
+
decorators
|
899
|
+
};
|
900
|
+
const defs = NODE_FIELDS.ClassDeclaration;
|
901
|
+
validate(defs.id, node, "id", id, 1);
|
902
|
+
validate(defs.superClass, node, "superClass", superClass, 1);
|
903
|
+
validate(defs.body, node, "body", body, 1);
|
904
|
+
validate(defs.decorators, node, "decorators", decorators, 1);
|
905
|
+
return node;
|
906
|
+
}
|
907
|
+
function exportAllDeclaration(source) {
|
908
|
+
const node = {
|
909
|
+
type: "ExportAllDeclaration",
|
910
|
+
source
|
911
|
+
};
|
912
|
+
const defs = NODE_FIELDS.ExportAllDeclaration;
|
913
|
+
validate(defs.source, node, "source", source, 1);
|
914
|
+
return node;
|
915
|
+
}
|
916
|
+
function exportDefaultDeclaration(declaration) {
|
917
|
+
const node = {
|
918
|
+
type: "ExportDefaultDeclaration",
|
919
|
+
declaration
|
920
|
+
};
|
921
|
+
const defs = NODE_FIELDS.ExportDefaultDeclaration;
|
922
|
+
validate(defs.declaration, node, "declaration", declaration, 1);
|
923
|
+
return node;
|
924
|
+
}
|
925
|
+
function exportNamedDeclaration(declaration = null, specifiers = [], source = null) {
|
926
|
+
const node = {
|
927
|
+
type: "ExportNamedDeclaration",
|
928
|
+
declaration,
|
929
|
+
specifiers,
|
930
|
+
source
|
931
|
+
};
|
932
|
+
const defs = NODE_FIELDS.ExportNamedDeclaration;
|
933
|
+
validate(defs.declaration, node, "declaration", declaration, 1);
|
934
|
+
validate(defs.specifiers, node, "specifiers", specifiers, 1);
|
935
|
+
validate(defs.source, node, "source", source, 1);
|
936
|
+
return node;
|
937
|
+
}
|
938
|
+
function exportSpecifier(local, exported) {
|
939
|
+
const node = {
|
940
|
+
type: "ExportSpecifier",
|
941
|
+
local,
|
942
|
+
exported
|
943
|
+
};
|
944
|
+
const defs = NODE_FIELDS.ExportSpecifier;
|
945
|
+
validate(defs.local, node, "local", local, 1);
|
946
|
+
validate(defs.exported, node, "exported", exported, 1);
|
947
|
+
return node;
|
948
|
+
}
|
949
|
+
function forOfStatement(left, right, body, _await = false) {
|
950
|
+
const node = {
|
951
|
+
type: "ForOfStatement",
|
952
|
+
left,
|
953
|
+
right,
|
954
|
+
body,
|
955
|
+
await: _await
|
956
|
+
};
|
957
|
+
const defs = NODE_FIELDS.ForOfStatement;
|
958
|
+
validate(defs.left, node, "left", left, 1);
|
959
|
+
validate(defs.right, node, "right", right, 1);
|
960
|
+
validate(defs.body, node, "body", body, 1);
|
961
|
+
validate(defs.await, node, "await", _await);
|
962
|
+
return node;
|
963
|
+
}
|
964
|
+
function importDeclaration(specifiers, source) {
|
965
|
+
const node = {
|
966
|
+
type: "ImportDeclaration",
|
967
|
+
specifiers,
|
968
|
+
source
|
969
|
+
};
|
970
|
+
const defs = NODE_FIELDS.ImportDeclaration;
|
971
|
+
validate(defs.specifiers, node, "specifiers", specifiers, 1);
|
972
|
+
validate(defs.source, node, "source", source, 1);
|
973
|
+
return node;
|
974
|
+
}
|
975
|
+
function importDefaultSpecifier(local) {
|
976
|
+
const node = {
|
977
|
+
type: "ImportDefaultSpecifier",
|
978
|
+
local
|
979
|
+
};
|
980
|
+
const defs = NODE_FIELDS.ImportDefaultSpecifier;
|
981
|
+
validate(defs.local, node, "local", local, 1);
|
982
|
+
return node;
|
983
|
+
}
|
984
|
+
function importNamespaceSpecifier(local) {
|
985
|
+
const node = {
|
986
|
+
type: "ImportNamespaceSpecifier",
|
987
|
+
local
|
988
|
+
};
|
989
|
+
const defs = NODE_FIELDS.ImportNamespaceSpecifier;
|
990
|
+
validate(defs.local, node, "local", local, 1);
|
991
|
+
return node;
|
992
|
+
}
|
993
|
+
function importSpecifier(local, imported) {
|
994
|
+
const node = {
|
995
|
+
type: "ImportSpecifier",
|
996
|
+
local,
|
997
|
+
imported
|
998
|
+
};
|
999
|
+
const defs = NODE_FIELDS.ImportSpecifier;
|
1000
|
+
validate(defs.local, node, "local", local, 1);
|
1001
|
+
validate(defs.imported, node, "imported", imported, 1);
|
1002
|
+
return node;
|
1003
|
+
}
|
1004
|
+
function importExpression(source, options = null) {
|
1005
|
+
const node = {
|
1006
|
+
type: "ImportExpression",
|
1007
|
+
source,
|
1008
|
+
options
|
1009
|
+
};
|
1010
|
+
const defs = NODE_FIELDS.ImportExpression;
|
1011
|
+
validate(defs.source, node, "source", source, 1);
|
1012
|
+
validate(defs.options, node, "options", options, 1);
|
1013
|
+
return node;
|
1014
|
+
}
|
1015
|
+
function metaProperty(meta, property) {
|
1016
|
+
const node = {
|
1017
|
+
type: "MetaProperty",
|
1018
|
+
meta,
|
1019
|
+
property
|
1020
|
+
};
|
1021
|
+
const defs = NODE_FIELDS.MetaProperty;
|
1022
|
+
validate(defs.meta, node, "meta", meta, 1);
|
1023
|
+
validate(defs.property, node, "property", property, 1);
|
1024
|
+
return node;
|
1025
|
+
}
|
1026
|
+
function classMethod(kind = "method", key, params, body, computed = false, _static = false, generator = false, async = false) {
|
1027
|
+
const node = {
|
1028
|
+
type: "ClassMethod",
|
1029
|
+
kind,
|
1030
|
+
key,
|
1031
|
+
params,
|
1032
|
+
body,
|
1033
|
+
computed,
|
1034
|
+
static: _static,
|
1035
|
+
generator,
|
1036
|
+
async
|
1037
|
+
};
|
1038
|
+
const defs = NODE_FIELDS.ClassMethod;
|
1039
|
+
validate(defs.kind, node, "kind", kind);
|
1040
|
+
validate(defs.key, node, "key", key, 1);
|
1041
|
+
validate(defs.params, node, "params", params, 1);
|
1042
|
+
validate(defs.body, node, "body", body, 1);
|
1043
|
+
validate(defs.computed, node, "computed", computed);
|
1044
|
+
validate(defs.static, node, "static", _static);
|
1045
|
+
validate(defs.generator, node, "generator", generator);
|
1046
|
+
validate(defs.async, node, "async", async);
|
1047
|
+
return node;
|
1048
|
+
}
|
1049
|
+
function objectPattern(properties) {
|
1050
|
+
const node = {
|
1051
|
+
type: "ObjectPattern",
|
1052
|
+
properties
|
1053
|
+
};
|
1054
|
+
const defs = NODE_FIELDS.ObjectPattern;
|
1055
|
+
validate(defs.properties, node, "properties", properties, 1);
|
1056
|
+
return node;
|
1057
|
+
}
|
1058
|
+
function spreadElement(argument) {
|
1059
|
+
const node = {
|
1060
|
+
type: "SpreadElement",
|
1061
|
+
argument
|
1062
|
+
};
|
1063
|
+
const defs = NODE_FIELDS.SpreadElement;
|
1064
|
+
validate(defs.argument, node, "argument", argument, 1);
|
1065
|
+
return node;
|
1066
|
+
}
|
1067
|
+
function _super() {
|
1068
|
+
return {
|
1069
|
+
type: "Super"
|
1070
|
+
};
|
1071
|
+
}
|
1072
|
+
function taggedTemplateExpression(tag, quasi) {
|
1073
|
+
const node = {
|
1074
|
+
type: "TaggedTemplateExpression",
|
1075
|
+
tag,
|
1076
|
+
quasi
|
1077
|
+
};
|
1078
|
+
const defs = NODE_FIELDS.TaggedTemplateExpression;
|
1079
|
+
validate(defs.tag, node, "tag", tag, 1);
|
1080
|
+
validate(defs.quasi, node, "quasi", quasi, 1);
|
1081
|
+
return node;
|
1082
|
+
}
|
1083
|
+
function templateElement(value, tail = false) {
|
1084
|
+
const node = {
|
1085
|
+
type: "TemplateElement",
|
1086
|
+
value,
|
1087
|
+
tail
|
1088
|
+
};
|
1089
|
+
const defs = NODE_FIELDS.TemplateElement;
|
1090
|
+
validate(defs.value, node, "value", value);
|
1091
|
+
validate(defs.tail, node, "tail", tail);
|
1092
|
+
return node;
|
1093
|
+
}
|
1094
|
+
function templateLiteral(quasis, expressions) {
|
1095
|
+
const node = {
|
1096
|
+
type: "TemplateLiteral",
|
1097
|
+
quasis,
|
1098
|
+
expressions
|
1099
|
+
};
|
1100
|
+
const defs = NODE_FIELDS.TemplateLiteral;
|
1101
|
+
validate(defs.quasis, node, "quasis", quasis, 1);
|
1102
|
+
validate(defs.expressions, node, "expressions", expressions, 1);
|
1103
|
+
return node;
|
1104
|
+
}
|
1105
|
+
function yieldExpression(argument = null, delegate = false) {
|
1106
|
+
const node = {
|
1107
|
+
type: "YieldExpression",
|
1108
|
+
argument,
|
1109
|
+
delegate
|
1110
|
+
};
|
1111
|
+
const defs = NODE_FIELDS.YieldExpression;
|
1112
|
+
validate(defs.argument, node, "argument", argument, 1);
|
1113
|
+
validate(defs.delegate, node, "delegate", delegate);
|
1114
|
+
return node;
|
1115
|
+
}
|
1116
|
+
function awaitExpression(argument) {
|
1117
|
+
const node = {
|
1118
|
+
type: "AwaitExpression",
|
1119
|
+
argument
|
1120
|
+
};
|
1121
|
+
const defs = NODE_FIELDS.AwaitExpression;
|
1122
|
+
validate(defs.argument, node, "argument", argument, 1);
|
1123
|
+
return node;
|
1124
|
+
}
|
1125
|
+
function _import() {
|
1126
|
+
return {
|
1127
|
+
type: "Import"
|
1128
|
+
};
|
1129
|
+
}
|
1130
|
+
function bigIntLiteral(value) {
|
1131
|
+
const node = {
|
1132
|
+
type: "BigIntLiteral",
|
1133
|
+
value
|
1134
|
+
};
|
1135
|
+
const defs = NODE_FIELDS.BigIntLiteral;
|
1136
|
+
validate(defs.value, node, "value", value);
|
1137
|
+
return node;
|
1138
|
+
}
|
1139
|
+
function exportNamespaceSpecifier(exported) {
|
1140
|
+
const node = {
|
1141
|
+
type: "ExportNamespaceSpecifier",
|
1142
|
+
exported
|
1143
|
+
};
|
1144
|
+
const defs = NODE_FIELDS.ExportNamespaceSpecifier;
|
1145
|
+
validate(defs.exported, node, "exported", exported, 1);
|
1146
|
+
return node;
|
1147
|
+
}
|
1148
|
+
function optionalMemberExpression(object, property, computed = false, optional) {
|
1149
|
+
const node = {
|
1150
|
+
type: "OptionalMemberExpression",
|
1151
|
+
object,
|
1152
|
+
property,
|
1153
|
+
computed,
|
1154
|
+
optional
|
1155
|
+
};
|
1156
|
+
const defs = NODE_FIELDS.OptionalMemberExpression;
|
1157
|
+
validate(defs.object, node, "object", object, 1);
|
1158
|
+
validate(defs.property, node, "property", property, 1);
|
1159
|
+
validate(defs.computed, node, "computed", computed);
|
1160
|
+
validate(defs.optional, node, "optional", optional);
|
1161
|
+
return node;
|
1162
|
+
}
|
1163
|
+
function optionalCallExpression(callee, _arguments, optional) {
|
1164
|
+
const node = {
|
1165
|
+
type: "OptionalCallExpression",
|
1166
|
+
callee,
|
1167
|
+
arguments: _arguments,
|
1168
|
+
optional
|
1169
|
+
};
|
1170
|
+
const defs = NODE_FIELDS.OptionalCallExpression;
|
1171
|
+
validate(defs.callee, node, "callee", callee, 1);
|
1172
|
+
validate(defs.arguments, node, "arguments", _arguments, 1);
|
1173
|
+
validate(defs.optional, node, "optional", optional);
|
1174
|
+
return node;
|
1175
|
+
}
|
1176
|
+
function classProperty(key, value = null, typeAnnotation = null, decorators = null, computed = false, _static = false) {
|
1177
|
+
const node = {
|
1178
|
+
type: "ClassProperty",
|
1179
|
+
key,
|
1180
|
+
value,
|
1181
|
+
typeAnnotation,
|
1182
|
+
decorators,
|
1183
|
+
computed,
|
1184
|
+
static: _static
|
1185
|
+
};
|
1186
|
+
const defs = NODE_FIELDS.ClassProperty;
|
1187
|
+
validate(defs.key, node, "key", key, 1);
|
1188
|
+
validate(defs.value, node, "value", value, 1);
|
1189
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
1190
|
+
validate(defs.decorators, node, "decorators", decorators, 1);
|
1191
|
+
validate(defs.computed, node, "computed", computed);
|
1192
|
+
validate(defs.static, node, "static", _static);
|
1193
|
+
return node;
|
1194
|
+
}
|
1195
|
+
function classAccessorProperty(key, value = null, typeAnnotation = null, decorators = null, computed = false, _static = false) {
|
1196
|
+
const node = {
|
1197
|
+
type: "ClassAccessorProperty",
|
1198
|
+
key,
|
1199
|
+
value,
|
1200
|
+
typeAnnotation,
|
1201
|
+
decorators,
|
1202
|
+
computed,
|
1203
|
+
static: _static
|
1204
|
+
};
|
1205
|
+
const defs = NODE_FIELDS.ClassAccessorProperty;
|
1206
|
+
validate(defs.key, node, "key", key, 1);
|
1207
|
+
validate(defs.value, node, "value", value, 1);
|
1208
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
1209
|
+
validate(defs.decorators, node, "decorators", decorators, 1);
|
1210
|
+
validate(defs.computed, node, "computed", computed);
|
1211
|
+
validate(defs.static, node, "static", _static);
|
1212
|
+
return node;
|
1213
|
+
}
|
1214
|
+
function classPrivateProperty(key, value = null, decorators = null, _static = false) {
|
1215
|
+
const node = {
|
1216
|
+
type: "ClassPrivateProperty",
|
1217
|
+
key,
|
1218
|
+
value,
|
1219
|
+
decorators,
|
1220
|
+
static: _static
|
1221
|
+
};
|
1222
|
+
const defs = NODE_FIELDS.ClassPrivateProperty;
|
1223
|
+
validate(defs.key, node, "key", key, 1);
|
1224
|
+
validate(defs.value, node, "value", value, 1);
|
1225
|
+
validate(defs.decorators, node, "decorators", decorators, 1);
|
1226
|
+
validate(defs.static, node, "static", _static);
|
1227
|
+
return node;
|
1228
|
+
}
|
1229
|
+
function classPrivateMethod(kind = "method", key, params, body, _static = false) {
|
1230
|
+
const node = {
|
1231
|
+
type: "ClassPrivateMethod",
|
1232
|
+
kind,
|
1233
|
+
key,
|
1234
|
+
params,
|
1235
|
+
body,
|
1236
|
+
static: _static
|
1237
|
+
};
|
1238
|
+
const defs = NODE_FIELDS.ClassPrivateMethod;
|
1239
|
+
validate(defs.kind, node, "kind", kind);
|
1240
|
+
validate(defs.key, node, "key", key, 1);
|
1241
|
+
validate(defs.params, node, "params", params, 1);
|
1242
|
+
validate(defs.body, node, "body", body, 1);
|
1243
|
+
validate(defs.static, node, "static", _static);
|
1244
|
+
return node;
|
1245
|
+
}
|
1246
|
+
function privateName(id) {
|
1247
|
+
const node = {
|
1248
|
+
type: "PrivateName",
|
1249
|
+
id
|
1250
|
+
};
|
1251
|
+
const defs = NODE_FIELDS.PrivateName;
|
1252
|
+
validate(defs.id, node, "id", id, 1);
|
1253
|
+
return node;
|
1254
|
+
}
|
1255
|
+
function staticBlock(body) {
|
1256
|
+
const node = {
|
1257
|
+
type: "StaticBlock",
|
1258
|
+
body
|
1259
|
+
};
|
1260
|
+
const defs = NODE_FIELDS.StaticBlock;
|
1261
|
+
validate(defs.body, node, "body", body, 1);
|
1262
|
+
return node;
|
1263
|
+
}
|
1264
|
+
function anyTypeAnnotation() {
|
1265
|
+
return {
|
1266
|
+
type: "AnyTypeAnnotation"
|
1267
|
+
};
|
1268
|
+
}
|
1269
|
+
function arrayTypeAnnotation(elementType) {
|
1270
|
+
const node = {
|
1271
|
+
type: "ArrayTypeAnnotation",
|
1272
|
+
elementType
|
1273
|
+
};
|
1274
|
+
const defs = NODE_FIELDS.ArrayTypeAnnotation;
|
1275
|
+
validate(defs.elementType, node, "elementType", elementType, 1);
|
1276
|
+
return node;
|
1277
|
+
}
|
1278
|
+
function booleanTypeAnnotation() {
|
1279
|
+
return {
|
1280
|
+
type: "BooleanTypeAnnotation"
|
1281
|
+
};
|
1282
|
+
}
|
1283
|
+
function booleanLiteralTypeAnnotation(value) {
|
1284
|
+
const node = {
|
1285
|
+
type: "BooleanLiteralTypeAnnotation",
|
1286
|
+
value
|
1287
|
+
};
|
1288
|
+
const defs = NODE_FIELDS.BooleanLiteralTypeAnnotation;
|
1289
|
+
validate(defs.value, node, "value", value);
|
1290
|
+
return node;
|
1291
|
+
}
|
1292
|
+
function nullLiteralTypeAnnotation() {
|
1293
|
+
return {
|
1294
|
+
type: "NullLiteralTypeAnnotation"
|
1295
|
+
};
|
1296
|
+
}
|
1297
|
+
function classImplements(id, typeParameters = null) {
|
1298
|
+
const node = {
|
1299
|
+
type: "ClassImplements",
|
1300
|
+
id,
|
1301
|
+
typeParameters
|
1302
|
+
};
|
1303
|
+
const defs = NODE_FIELDS.ClassImplements;
|
1304
|
+
validate(defs.id, node, "id", id, 1);
|
1305
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
1306
|
+
return node;
|
1307
|
+
}
|
1308
|
+
function declareClass(id, typeParameters = null, _extends = null, body) {
|
1309
|
+
const node = {
|
1310
|
+
type: "DeclareClass",
|
1311
|
+
id,
|
1312
|
+
typeParameters,
|
1313
|
+
extends: _extends,
|
1314
|
+
body
|
1315
|
+
};
|
1316
|
+
const defs = NODE_FIELDS.DeclareClass;
|
1317
|
+
validate(defs.id, node, "id", id, 1);
|
1318
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
1319
|
+
validate(defs.extends, node, "extends", _extends, 1);
|
1320
|
+
validate(defs.body, node, "body", body, 1);
|
1321
|
+
return node;
|
1322
|
+
}
|
1323
|
+
function declareFunction(id) {
|
1324
|
+
const node = {
|
1325
|
+
type: "DeclareFunction",
|
1326
|
+
id
|
1327
|
+
};
|
1328
|
+
const defs = NODE_FIELDS.DeclareFunction;
|
1329
|
+
validate(defs.id, node, "id", id, 1);
|
1330
|
+
return node;
|
1331
|
+
}
|
1332
|
+
function declareInterface(id, typeParameters = null, _extends = null, body) {
|
1333
|
+
const node = {
|
1334
|
+
type: "DeclareInterface",
|
1335
|
+
id,
|
1336
|
+
typeParameters,
|
1337
|
+
extends: _extends,
|
1338
|
+
body
|
1339
|
+
};
|
1340
|
+
const defs = NODE_FIELDS.DeclareInterface;
|
1341
|
+
validate(defs.id, node, "id", id, 1);
|
1342
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
1343
|
+
validate(defs.extends, node, "extends", _extends, 1);
|
1344
|
+
validate(defs.body, node, "body", body, 1);
|
1345
|
+
return node;
|
1346
|
+
}
|
1347
|
+
function declareModule(id, body, kind = null) {
|
1348
|
+
const node = {
|
1349
|
+
type: "DeclareModule",
|
1350
|
+
id,
|
1351
|
+
body,
|
1352
|
+
kind
|
1353
|
+
};
|
1354
|
+
const defs = NODE_FIELDS.DeclareModule;
|
1355
|
+
validate(defs.id, node, "id", id, 1);
|
1356
|
+
validate(defs.body, node, "body", body, 1);
|
1357
|
+
validate(defs.kind, node, "kind", kind);
|
1358
|
+
return node;
|
1359
|
+
}
|
1360
|
+
function declareModuleExports(typeAnnotation) {
|
1361
|
+
const node = {
|
1362
|
+
type: "DeclareModuleExports",
|
1363
|
+
typeAnnotation
|
1364
|
+
};
|
1365
|
+
const defs = NODE_FIELDS.DeclareModuleExports;
|
1366
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
1367
|
+
return node;
|
1368
|
+
}
|
1369
|
+
function declareTypeAlias(id, typeParameters = null, right) {
|
1370
|
+
const node = {
|
1371
|
+
type: "DeclareTypeAlias",
|
1372
|
+
id,
|
1373
|
+
typeParameters,
|
1374
|
+
right
|
1375
|
+
};
|
1376
|
+
const defs = NODE_FIELDS.DeclareTypeAlias;
|
1377
|
+
validate(defs.id, node, "id", id, 1);
|
1378
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
1379
|
+
validate(defs.right, node, "right", right, 1);
|
1380
|
+
return node;
|
1381
|
+
}
|
1382
|
+
function declareOpaqueType(id, typeParameters = null, supertype = null) {
|
1383
|
+
const node = {
|
1384
|
+
type: "DeclareOpaqueType",
|
1385
|
+
id,
|
1386
|
+
typeParameters,
|
1387
|
+
supertype
|
1388
|
+
};
|
1389
|
+
const defs = NODE_FIELDS.DeclareOpaqueType;
|
1390
|
+
validate(defs.id, node, "id", id, 1);
|
1391
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
1392
|
+
validate(defs.supertype, node, "supertype", supertype, 1);
|
1393
|
+
return node;
|
1394
|
+
}
|
1395
|
+
function declareVariable(id) {
|
1396
|
+
const node = {
|
1397
|
+
type: "DeclareVariable",
|
1398
|
+
id
|
1399
|
+
};
|
1400
|
+
const defs = NODE_FIELDS.DeclareVariable;
|
1401
|
+
validate(defs.id, node, "id", id, 1);
|
1402
|
+
return node;
|
1403
|
+
}
|
1404
|
+
function declareExportDeclaration(declaration = null, specifiers = null, source = null, attributes = null) {
|
1405
|
+
const node = {
|
1406
|
+
type: "DeclareExportDeclaration",
|
1407
|
+
declaration,
|
1408
|
+
specifiers,
|
1409
|
+
source,
|
1410
|
+
attributes
|
1411
|
+
};
|
1412
|
+
const defs = NODE_FIELDS.DeclareExportDeclaration;
|
1413
|
+
validate(defs.declaration, node, "declaration", declaration, 1);
|
1414
|
+
validate(defs.specifiers, node, "specifiers", specifiers, 1);
|
1415
|
+
validate(defs.source, node, "source", source, 1);
|
1416
|
+
validate(defs.attributes, node, "attributes", attributes, 1);
|
1417
|
+
return node;
|
1418
|
+
}
|
1419
|
+
function declareExportAllDeclaration(source, attributes = null) {
|
1420
|
+
const node = {
|
1421
|
+
type: "DeclareExportAllDeclaration",
|
1422
|
+
source,
|
1423
|
+
attributes
|
1424
|
+
};
|
1425
|
+
const defs = NODE_FIELDS.DeclareExportAllDeclaration;
|
1426
|
+
validate(defs.source, node, "source", source, 1);
|
1427
|
+
validate(defs.attributes, node, "attributes", attributes, 1);
|
1428
|
+
return node;
|
1429
|
+
}
|
1430
|
+
function declaredPredicate(value) {
|
1431
|
+
const node = {
|
1432
|
+
type: "DeclaredPredicate",
|
1433
|
+
value
|
1434
|
+
};
|
1435
|
+
const defs = NODE_FIELDS.DeclaredPredicate;
|
1436
|
+
validate(defs.value, node, "value", value, 1);
|
1437
|
+
return node;
|
1438
|
+
}
|
1439
|
+
function existsTypeAnnotation() {
|
1440
|
+
return {
|
1441
|
+
type: "ExistsTypeAnnotation"
|
1442
|
+
};
|
1443
|
+
}
|
1444
|
+
function functionTypeAnnotation(typeParameters = null, params, rest = null, returnType) {
|
1445
|
+
const node = {
|
1446
|
+
type: "FunctionTypeAnnotation",
|
1447
|
+
typeParameters,
|
1448
|
+
params,
|
1449
|
+
rest,
|
1450
|
+
returnType
|
1451
|
+
};
|
1452
|
+
const defs = NODE_FIELDS.FunctionTypeAnnotation;
|
1453
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
1454
|
+
validate(defs.params, node, "params", params, 1);
|
1455
|
+
validate(defs.rest, node, "rest", rest, 1);
|
1456
|
+
validate(defs.returnType, node, "returnType", returnType, 1);
|
1457
|
+
return node;
|
1458
|
+
}
|
1459
|
+
function functionTypeParam(name = null, typeAnnotation) {
|
1460
|
+
const node = {
|
1461
|
+
type: "FunctionTypeParam",
|
1462
|
+
name,
|
1463
|
+
typeAnnotation
|
1464
|
+
};
|
1465
|
+
const defs = NODE_FIELDS.FunctionTypeParam;
|
1466
|
+
validate(defs.name, node, "name", name, 1);
|
1467
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
1468
|
+
return node;
|
1469
|
+
}
|
1470
|
+
function genericTypeAnnotation(id, typeParameters = null) {
|
1471
|
+
const node = {
|
1472
|
+
type: "GenericTypeAnnotation",
|
1473
|
+
id,
|
1474
|
+
typeParameters
|
1475
|
+
};
|
1476
|
+
const defs = NODE_FIELDS.GenericTypeAnnotation;
|
1477
|
+
validate(defs.id, node, "id", id, 1);
|
1478
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
1479
|
+
return node;
|
1480
|
+
}
|
1481
|
+
function inferredPredicate() {
|
1482
|
+
return {
|
1483
|
+
type: "InferredPredicate"
|
1484
|
+
};
|
1485
|
+
}
|
1486
|
+
function interfaceExtends(id, typeParameters = null) {
|
1487
|
+
const node = {
|
1488
|
+
type: "InterfaceExtends",
|
1489
|
+
id,
|
1490
|
+
typeParameters
|
1491
|
+
};
|
1492
|
+
const defs = NODE_FIELDS.InterfaceExtends;
|
1493
|
+
validate(defs.id, node, "id", id, 1);
|
1494
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
1495
|
+
return node;
|
1496
|
+
}
|
1497
|
+
function interfaceDeclaration(id, typeParameters = null, _extends = null, body) {
|
1498
|
+
const node = {
|
1499
|
+
type: "InterfaceDeclaration",
|
1500
|
+
id,
|
1501
|
+
typeParameters,
|
1502
|
+
extends: _extends,
|
1503
|
+
body
|
1504
|
+
};
|
1505
|
+
const defs = NODE_FIELDS.InterfaceDeclaration;
|
1506
|
+
validate(defs.id, node, "id", id, 1);
|
1507
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
1508
|
+
validate(defs.extends, node, "extends", _extends, 1);
|
1509
|
+
validate(defs.body, node, "body", body, 1);
|
1510
|
+
return node;
|
1511
|
+
}
|
1512
|
+
function interfaceTypeAnnotation(_extends = null, body) {
|
1513
|
+
const node = {
|
1514
|
+
type: "InterfaceTypeAnnotation",
|
1515
|
+
extends: _extends,
|
1516
|
+
body
|
1517
|
+
};
|
1518
|
+
const defs = NODE_FIELDS.InterfaceTypeAnnotation;
|
1519
|
+
validate(defs.extends, node, "extends", _extends, 1);
|
1520
|
+
validate(defs.body, node, "body", body, 1);
|
1521
|
+
return node;
|
1522
|
+
}
|
1523
|
+
function intersectionTypeAnnotation(types) {
|
1524
|
+
const node = {
|
1525
|
+
type: "IntersectionTypeAnnotation",
|
1526
|
+
types
|
1527
|
+
};
|
1528
|
+
const defs = NODE_FIELDS.IntersectionTypeAnnotation;
|
1529
|
+
validate(defs.types, node, "types", types, 1);
|
1530
|
+
return node;
|
1531
|
+
}
|
1532
|
+
function mixedTypeAnnotation() {
|
1533
|
+
return {
|
1534
|
+
type: "MixedTypeAnnotation"
|
1535
|
+
};
|
1536
|
+
}
|
1537
|
+
function emptyTypeAnnotation() {
|
1538
|
+
return {
|
1539
|
+
type: "EmptyTypeAnnotation"
|
1540
|
+
};
|
1541
|
+
}
|
1542
|
+
function nullableTypeAnnotation(typeAnnotation) {
|
1543
|
+
const node = {
|
1544
|
+
type: "NullableTypeAnnotation",
|
1545
|
+
typeAnnotation
|
1546
|
+
};
|
1547
|
+
const defs = NODE_FIELDS.NullableTypeAnnotation;
|
1548
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
1549
|
+
return node;
|
1550
|
+
}
|
1551
|
+
function numberLiteralTypeAnnotation(value) {
|
1552
|
+
const node = {
|
1553
|
+
type: "NumberLiteralTypeAnnotation",
|
1554
|
+
value
|
1555
|
+
};
|
1556
|
+
const defs = NODE_FIELDS.NumberLiteralTypeAnnotation;
|
1557
|
+
validate(defs.value, node, "value", value);
|
1558
|
+
return node;
|
1559
|
+
}
|
1560
|
+
function numberTypeAnnotation() {
|
1561
|
+
return {
|
1562
|
+
type: "NumberTypeAnnotation"
|
1563
|
+
};
|
1564
|
+
}
|
1565
|
+
function objectTypeAnnotation(properties, indexers = [], callProperties = [], internalSlots = [], exact = false) {
|
1566
|
+
const node = {
|
1567
|
+
type: "ObjectTypeAnnotation",
|
1568
|
+
properties,
|
1569
|
+
indexers,
|
1570
|
+
callProperties,
|
1571
|
+
internalSlots,
|
1572
|
+
exact
|
1573
|
+
};
|
1574
|
+
const defs = NODE_FIELDS.ObjectTypeAnnotation;
|
1575
|
+
validate(defs.properties, node, "properties", properties, 1);
|
1576
|
+
validate(defs.indexers, node, "indexers", indexers, 1);
|
1577
|
+
validate(defs.callProperties, node, "callProperties", callProperties, 1);
|
1578
|
+
validate(defs.internalSlots, node, "internalSlots", internalSlots, 1);
|
1579
|
+
validate(defs.exact, node, "exact", exact);
|
1580
|
+
return node;
|
1581
|
+
}
|
1582
|
+
function objectTypeInternalSlot(id, value, optional, _static, method) {
|
1583
|
+
const node = {
|
1584
|
+
type: "ObjectTypeInternalSlot",
|
1585
|
+
id,
|
1586
|
+
value,
|
1587
|
+
optional,
|
1588
|
+
static: _static,
|
1589
|
+
method
|
1590
|
+
};
|
1591
|
+
const defs = NODE_FIELDS.ObjectTypeInternalSlot;
|
1592
|
+
validate(defs.id, node, "id", id, 1);
|
1593
|
+
validate(defs.value, node, "value", value, 1);
|
1594
|
+
validate(defs.optional, node, "optional", optional);
|
1595
|
+
validate(defs.static, node, "static", _static);
|
1596
|
+
validate(defs.method, node, "method", method);
|
1597
|
+
return node;
|
1598
|
+
}
|
1599
|
+
function objectTypeCallProperty(value) {
|
1600
|
+
const node = {
|
1601
|
+
type: "ObjectTypeCallProperty",
|
1602
|
+
value,
|
1603
|
+
static: null
|
1604
|
+
};
|
1605
|
+
const defs = NODE_FIELDS.ObjectTypeCallProperty;
|
1606
|
+
validate(defs.value, node, "value", value, 1);
|
1607
|
+
return node;
|
1608
|
+
}
|
1609
|
+
function objectTypeIndexer(id = null, key, value, variance = null) {
|
1610
|
+
const node = {
|
1611
|
+
type: "ObjectTypeIndexer",
|
1612
|
+
id,
|
1613
|
+
key,
|
1614
|
+
value,
|
1615
|
+
variance,
|
1616
|
+
static: null
|
1617
|
+
};
|
1618
|
+
const defs = NODE_FIELDS.ObjectTypeIndexer;
|
1619
|
+
validate(defs.id, node, "id", id, 1);
|
1620
|
+
validate(defs.key, node, "key", key, 1);
|
1621
|
+
validate(defs.value, node, "value", value, 1);
|
1622
|
+
validate(defs.variance, node, "variance", variance, 1);
|
1623
|
+
return node;
|
1624
|
+
}
|
1625
|
+
function objectTypeProperty(key, value, variance = null) {
|
1626
|
+
const node = {
|
1627
|
+
type: "ObjectTypeProperty",
|
1628
|
+
key,
|
1629
|
+
value,
|
1630
|
+
variance,
|
1631
|
+
kind: null,
|
1632
|
+
method: null,
|
1633
|
+
optional: null,
|
1634
|
+
proto: null,
|
1635
|
+
static: null
|
1636
|
+
};
|
1637
|
+
const defs = NODE_FIELDS.ObjectTypeProperty;
|
1638
|
+
validate(defs.key, node, "key", key, 1);
|
1639
|
+
validate(defs.value, node, "value", value, 1);
|
1640
|
+
validate(defs.variance, node, "variance", variance, 1);
|
1641
|
+
return node;
|
1642
|
+
}
|
1643
|
+
function objectTypeSpreadProperty(argument) {
|
1644
|
+
const node = {
|
1645
|
+
type: "ObjectTypeSpreadProperty",
|
1646
|
+
argument
|
1647
|
+
};
|
1648
|
+
const defs = NODE_FIELDS.ObjectTypeSpreadProperty;
|
1649
|
+
validate(defs.argument, node, "argument", argument, 1);
|
1650
|
+
return node;
|
1651
|
+
}
|
1652
|
+
function opaqueType(id, typeParameters = null, supertype = null, impltype) {
|
1653
|
+
const node = {
|
1654
|
+
type: "OpaqueType",
|
1655
|
+
id,
|
1656
|
+
typeParameters,
|
1657
|
+
supertype,
|
1658
|
+
impltype
|
1659
|
+
};
|
1660
|
+
const defs = NODE_FIELDS.OpaqueType;
|
1661
|
+
validate(defs.id, node, "id", id, 1);
|
1662
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
1663
|
+
validate(defs.supertype, node, "supertype", supertype, 1);
|
1664
|
+
validate(defs.impltype, node, "impltype", impltype, 1);
|
1665
|
+
return node;
|
1666
|
+
}
|
1667
|
+
function qualifiedTypeIdentifier(id, qualification) {
|
1668
|
+
const node = {
|
1669
|
+
type: "QualifiedTypeIdentifier",
|
1670
|
+
id,
|
1671
|
+
qualification
|
1672
|
+
};
|
1673
|
+
const defs = NODE_FIELDS.QualifiedTypeIdentifier;
|
1674
|
+
validate(defs.id, node, "id", id, 1);
|
1675
|
+
validate(defs.qualification, node, "qualification", qualification, 1);
|
1676
|
+
return node;
|
1677
|
+
}
|
1678
|
+
function stringLiteralTypeAnnotation(value) {
|
1679
|
+
const node = {
|
1680
|
+
type: "StringLiteralTypeAnnotation",
|
1681
|
+
value
|
1682
|
+
};
|
1683
|
+
const defs = NODE_FIELDS.StringLiteralTypeAnnotation;
|
1684
|
+
validate(defs.value, node, "value", value);
|
1685
|
+
return node;
|
1686
|
+
}
|
1687
|
+
function stringTypeAnnotation() {
|
1688
|
+
return {
|
1689
|
+
type: "StringTypeAnnotation"
|
1690
|
+
};
|
1691
|
+
}
|
1692
|
+
function symbolTypeAnnotation() {
|
1693
|
+
return {
|
1694
|
+
type: "SymbolTypeAnnotation"
|
1695
|
+
};
|
1696
|
+
}
|
1697
|
+
function thisTypeAnnotation() {
|
1698
|
+
return {
|
1699
|
+
type: "ThisTypeAnnotation"
|
1700
|
+
};
|
1701
|
+
}
|
1702
|
+
function tupleTypeAnnotation(types) {
|
1703
|
+
const node = {
|
1704
|
+
type: "TupleTypeAnnotation",
|
1705
|
+
types
|
1706
|
+
};
|
1707
|
+
const defs = NODE_FIELDS.TupleTypeAnnotation;
|
1708
|
+
validate(defs.types, node, "types", types, 1);
|
1709
|
+
return node;
|
1710
|
+
}
|
1711
|
+
function typeofTypeAnnotation(argument) {
|
1712
|
+
const node = {
|
1713
|
+
type: "TypeofTypeAnnotation",
|
1714
|
+
argument
|
1715
|
+
};
|
1716
|
+
const defs = NODE_FIELDS.TypeofTypeAnnotation;
|
1717
|
+
validate(defs.argument, node, "argument", argument, 1);
|
1718
|
+
return node;
|
1719
|
+
}
|
1720
|
+
function typeAlias(id, typeParameters = null, right) {
|
1721
|
+
const node = {
|
1722
|
+
type: "TypeAlias",
|
1723
|
+
id,
|
1724
|
+
typeParameters,
|
1725
|
+
right
|
1726
|
+
};
|
1727
|
+
const defs = NODE_FIELDS.TypeAlias;
|
1728
|
+
validate(defs.id, node, "id", id, 1);
|
1729
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
1730
|
+
validate(defs.right, node, "right", right, 1);
|
1731
|
+
return node;
|
1732
|
+
}
|
1733
|
+
function typeAnnotation(typeAnnotation) {
|
1734
|
+
const node = {
|
1735
|
+
type: "TypeAnnotation",
|
1736
|
+
typeAnnotation
|
1737
|
+
};
|
1738
|
+
const defs = NODE_FIELDS.TypeAnnotation;
|
1739
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
1740
|
+
return node;
|
1741
|
+
}
|
1742
|
+
function typeCastExpression(expression, typeAnnotation) {
|
1743
|
+
const node = {
|
1744
|
+
type: "TypeCastExpression",
|
1745
|
+
expression,
|
1746
|
+
typeAnnotation
|
1747
|
+
};
|
1748
|
+
const defs = NODE_FIELDS.TypeCastExpression;
|
1749
|
+
validate(defs.expression, node, "expression", expression, 1);
|
1750
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
1751
|
+
return node;
|
1752
|
+
}
|
1753
|
+
function typeParameter(bound = null, _default = null, variance = null) {
|
1754
|
+
const node = {
|
1755
|
+
type: "TypeParameter",
|
1756
|
+
bound,
|
1757
|
+
default: _default,
|
1758
|
+
variance,
|
1759
|
+
name: null
|
1760
|
+
};
|
1761
|
+
const defs = NODE_FIELDS.TypeParameter;
|
1762
|
+
validate(defs.bound, node, "bound", bound, 1);
|
1763
|
+
validate(defs.default, node, "default", _default, 1);
|
1764
|
+
validate(defs.variance, node, "variance", variance, 1);
|
1765
|
+
return node;
|
1766
|
+
}
|
1767
|
+
function typeParameterDeclaration(params) {
|
1768
|
+
const node = {
|
1769
|
+
type: "TypeParameterDeclaration",
|
1770
|
+
params
|
1771
|
+
};
|
1772
|
+
const defs = NODE_FIELDS.TypeParameterDeclaration;
|
1773
|
+
validate(defs.params, node, "params", params, 1);
|
1774
|
+
return node;
|
1775
|
+
}
|
1776
|
+
function typeParameterInstantiation(params) {
|
1777
|
+
const node = {
|
1778
|
+
type: "TypeParameterInstantiation",
|
1779
|
+
params
|
1780
|
+
};
|
1781
|
+
const defs = NODE_FIELDS.TypeParameterInstantiation;
|
1782
|
+
validate(defs.params, node, "params", params, 1);
|
1783
|
+
return node;
|
1784
|
+
}
|
1785
|
+
function unionTypeAnnotation(types) {
|
1786
|
+
const node = {
|
1787
|
+
type: "UnionTypeAnnotation",
|
1788
|
+
types
|
1789
|
+
};
|
1790
|
+
const defs = NODE_FIELDS.UnionTypeAnnotation;
|
1791
|
+
validate(defs.types, node, "types", types, 1);
|
1792
|
+
return node;
|
1793
|
+
}
|
1794
|
+
function variance(kind) {
|
1795
|
+
const node = {
|
1796
|
+
type: "Variance",
|
1797
|
+
kind
|
1798
|
+
};
|
1799
|
+
const defs = NODE_FIELDS.Variance;
|
1800
|
+
validate(defs.kind, node, "kind", kind);
|
1801
|
+
return node;
|
1802
|
+
}
|
1803
|
+
function voidTypeAnnotation() {
|
1804
|
+
return {
|
1805
|
+
type: "VoidTypeAnnotation"
|
1806
|
+
};
|
1807
|
+
}
|
1808
|
+
function enumDeclaration(id, body) {
|
1809
|
+
const node = {
|
1810
|
+
type: "EnumDeclaration",
|
1811
|
+
id,
|
1812
|
+
body
|
1813
|
+
};
|
1814
|
+
const defs = NODE_FIELDS.EnumDeclaration;
|
1815
|
+
validate(defs.id, node, "id", id, 1);
|
1816
|
+
validate(defs.body, node, "body", body, 1);
|
1817
|
+
return node;
|
1818
|
+
}
|
1819
|
+
function enumBooleanBody(members) {
|
1820
|
+
const node = {
|
1821
|
+
type: "EnumBooleanBody",
|
1822
|
+
members,
|
1823
|
+
explicitType: null,
|
1824
|
+
hasUnknownMembers: null
|
1825
|
+
};
|
1826
|
+
const defs = NODE_FIELDS.EnumBooleanBody;
|
1827
|
+
validate(defs.members, node, "members", members, 1);
|
1828
|
+
return node;
|
1829
|
+
}
|
1830
|
+
function enumNumberBody(members) {
|
1831
|
+
const node = {
|
1832
|
+
type: "EnumNumberBody",
|
1833
|
+
members,
|
1834
|
+
explicitType: null,
|
1835
|
+
hasUnknownMembers: null
|
1836
|
+
};
|
1837
|
+
const defs = NODE_FIELDS.EnumNumberBody;
|
1838
|
+
validate(defs.members, node, "members", members, 1);
|
1839
|
+
return node;
|
1840
|
+
}
|
1841
|
+
function enumStringBody(members) {
|
1842
|
+
const node = {
|
1843
|
+
type: "EnumStringBody",
|
1844
|
+
members,
|
1845
|
+
explicitType: null,
|
1846
|
+
hasUnknownMembers: null
|
1847
|
+
};
|
1848
|
+
const defs = NODE_FIELDS.EnumStringBody;
|
1849
|
+
validate(defs.members, node, "members", members, 1);
|
1850
|
+
return node;
|
1851
|
+
}
|
1852
|
+
function enumSymbolBody(members) {
|
1853
|
+
const node = {
|
1854
|
+
type: "EnumSymbolBody",
|
1855
|
+
members,
|
1856
|
+
hasUnknownMembers: null
|
1857
|
+
};
|
1858
|
+
const defs = NODE_FIELDS.EnumSymbolBody;
|
1859
|
+
validate(defs.members, node, "members", members, 1);
|
1860
|
+
return node;
|
1861
|
+
}
|
1862
|
+
function enumBooleanMember(id) {
|
1863
|
+
const node = {
|
1864
|
+
type: "EnumBooleanMember",
|
1865
|
+
id,
|
1866
|
+
init: null
|
1867
|
+
};
|
1868
|
+
const defs = NODE_FIELDS.EnumBooleanMember;
|
1869
|
+
validate(defs.id, node, "id", id, 1);
|
1870
|
+
return node;
|
1871
|
+
}
|
1872
|
+
function enumNumberMember(id, init) {
|
1873
|
+
const node = {
|
1874
|
+
type: "EnumNumberMember",
|
1875
|
+
id,
|
1876
|
+
init
|
1877
|
+
};
|
1878
|
+
const defs = NODE_FIELDS.EnumNumberMember;
|
1879
|
+
validate(defs.id, node, "id", id, 1);
|
1880
|
+
validate(defs.init, node, "init", init, 1);
|
1881
|
+
return node;
|
1882
|
+
}
|
1883
|
+
function enumStringMember(id, init) {
|
1884
|
+
const node = {
|
1885
|
+
type: "EnumStringMember",
|
1886
|
+
id,
|
1887
|
+
init
|
1888
|
+
};
|
1889
|
+
const defs = NODE_FIELDS.EnumStringMember;
|
1890
|
+
validate(defs.id, node, "id", id, 1);
|
1891
|
+
validate(defs.init, node, "init", init, 1);
|
1892
|
+
return node;
|
1893
|
+
}
|
1894
|
+
function enumDefaultedMember(id) {
|
1895
|
+
const node = {
|
1896
|
+
type: "EnumDefaultedMember",
|
1897
|
+
id
|
1898
|
+
};
|
1899
|
+
const defs = NODE_FIELDS.EnumDefaultedMember;
|
1900
|
+
validate(defs.id, node, "id", id, 1);
|
1901
|
+
return node;
|
1902
|
+
}
|
1903
|
+
function indexedAccessType(objectType, indexType) {
|
1904
|
+
const node = {
|
1905
|
+
type: "IndexedAccessType",
|
1906
|
+
objectType,
|
1907
|
+
indexType
|
1908
|
+
};
|
1909
|
+
const defs = NODE_FIELDS.IndexedAccessType;
|
1910
|
+
validate(defs.objectType, node, "objectType", objectType, 1);
|
1911
|
+
validate(defs.indexType, node, "indexType", indexType, 1);
|
1912
|
+
return node;
|
1913
|
+
}
|
1914
|
+
function optionalIndexedAccessType(objectType, indexType) {
|
1915
|
+
const node = {
|
1916
|
+
type: "OptionalIndexedAccessType",
|
1917
|
+
objectType,
|
1918
|
+
indexType,
|
1919
|
+
optional: null
|
1920
|
+
};
|
1921
|
+
const defs = NODE_FIELDS.OptionalIndexedAccessType;
|
1922
|
+
validate(defs.objectType, node, "objectType", objectType, 1);
|
1923
|
+
validate(defs.indexType, node, "indexType", indexType, 1);
|
1924
|
+
return node;
|
1925
|
+
}
|
1926
|
+
function jsxAttribute(name, value = null) {
|
1927
|
+
const node = {
|
1928
|
+
type: "JSXAttribute",
|
1929
|
+
name,
|
1930
|
+
value
|
1931
|
+
};
|
1932
|
+
const defs = NODE_FIELDS.JSXAttribute;
|
1933
|
+
validate(defs.name, node, "name", name, 1);
|
1934
|
+
validate(defs.value, node, "value", value, 1);
|
1935
|
+
return node;
|
1936
|
+
}
|
1937
|
+
function jsxClosingElement(name) {
|
1938
|
+
const node = {
|
1939
|
+
type: "JSXClosingElement",
|
1940
|
+
name
|
1941
|
+
};
|
1942
|
+
const defs = NODE_FIELDS.JSXClosingElement;
|
1943
|
+
validate(defs.name, node, "name", name, 1);
|
1944
|
+
return node;
|
1945
|
+
}
|
1946
|
+
function jsxElement(openingElement, closingElement = null, children, selfClosing = null) {
|
1947
|
+
const node = {
|
1948
|
+
type: "JSXElement",
|
1949
|
+
openingElement,
|
1950
|
+
closingElement,
|
1951
|
+
children,
|
1952
|
+
selfClosing
|
1953
|
+
};
|
1954
|
+
const defs = NODE_FIELDS.JSXElement;
|
1955
|
+
validate(defs.openingElement, node, "openingElement", openingElement, 1);
|
1956
|
+
validate(defs.closingElement, node, "closingElement", closingElement, 1);
|
1957
|
+
validate(defs.children, node, "children", children, 1);
|
1958
|
+
validate(defs.selfClosing, node, "selfClosing", selfClosing);
|
1959
|
+
return node;
|
1960
|
+
}
|
1961
|
+
function jsxEmptyExpression() {
|
1962
|
+
return {
|
1963
|
+
type: "JSXEmptyExpression"
|
1964
|
+
};
|
1965
|
+
}
|
1966
|
+
function jsxExpressionContainer(expression) {
|
1967
|
+
const node = {
|
1968
|
+
type: "JSXExpressionContainer",
|
1969
|
+
expression
|
1970
|
+
};
|
1971
|
+
const defs = NODE_FIELDS.JSXExpressionContainer;
|
1972
|
+
validate(defs.expression, node, "expression", expression, 1);
|
1973
|
+
return node;
|
1974
|
+
}
|
1975
|
+
function jsxSpreadChild(expression) {
|
1976
|
+
const node = {
|
1977
|
+
type: "JSXSpreadChild",
|
1978
|
+
expression
|
1979
|
+
};
|
1980
|
+
const defs = NODE_FIELDS.JSXSpreadChild;
|
1981
|
+
validate(defs.expression, node, "expression", expression, 1);
|
1982
|
+
return node;
|
1983
|
+
}
|
1984
|
+
function jsxIdentifier(name) {
|
1985
|
+
const node = {
|
1986
|
+
type: "JSXIdentifier",
|
1987
|
+
name
|
1988
|
+
};
|
1989
|
+
const defs = NODE_FIELDS.JSXIdentifier;
|
1990
|
+
validate(defs.name, node, "name", name);
|
1991
|
+
return node;
|
1992
|
+
}
|
1993
|
+
function jsxMemberExpression(object, property) {
|
1994
|
+
const node = {
|
1995
|
+
type: "JSXMemberExpression",
|
1996
|
+
object,
|
1997
|
+
property
|
1998
|
+
};
|
1999
|
+
const defs = NODE_FIELDS.JSXMemberExpression;
|
2000
|
+
validate(defs.object, node, "object", object, 1);
|
2001
|
+
validate(defs.property, node, "property", property, 1);
|
2002
|
+
return node;
|
2003
|
+
}
|
2004
|
+
function jsxNamespacedName(namespace, name) {
|
2005
|
+
const node = {
|
2006
|
+
type: "JSXNamespacedName",
|
2007
|
+
namespace,
|
2008
|
+
name
|
2009
|
+
};
|
2010
|
+
const defs = NODE_FIELDS.JSXNamespacedName;
|
2011
|
+
validate(defs.namespace, node, "namespace", namespace, 1);
|
2012
|
+
validate(defs.name, node, "name", name, 1);
|
2013
|
+
return node;
|
2014
|
+
}
|
2015
|
+
function jsxOpeningElement(name, attributes, selfClosing = false) {
|
2016
|
+
const node = {
|
2017
|
+
type: "JSXOpeningElement",
|
2018
|
+
name,
|
2019
|
+
attributes,
|
2020
|
+
selfClosing
|
2021
|
+
};
|
2022
|
+
const defs = NODE_FIELDS.JSXOpeningElement;
|
2023
|
+
validate(defs.name, node, "name", name, 1);
|
2024
|
+
validate(defs.attributes, node, "attributes", attributes, 1);
|
2025
|
+
validate(defs.selfClosing, node, "selfClosing", selfClosing);
|
2026
|
+
return node;
|
2027
|
+
}
|
2028
|
+
function jsxSpreadAttribute(argument) {
|
2029
|
+
const node = {
|
2030
|
+
type: "JSXSpreadAttribute",
|
2031
|
+
argument
|
2032
|
+
};
|
2033
|
+
const defs = NODE_FIELDS.JSXSpreadAttribute;
|
2034
|
+
validate(defs.argument, node, "argument", argument, 1);
|
2035
|
+
return node;
|
2036
|
+
}
|
2037
|
+
function jsxText(value) {
|
2038
|
+
const node = {
|
2039
|
+
type: "JSXText",
|
2040
|
+
value
|
2041
|
+
};
|
2042
|
+
const defs = NODE_FIELDS.JSXText;
|
2043
|
+
validate(defs.value, node, "value", value);
|
2044
|
+
return node;
|
2045
|
+
}
|
2046
|
+
function jsxFragment(openingFragment, closingFragment, children) {
|
2047
|
+
const node = {
|
2048
|
+
type: "JSXFragment",
|
2049
|
+
openingFragment,
|
2050
|
+
closingFragment,
|
2051
|
+
children
|
2052
|
+
};
|
2053
|
+
const defs = NODE_FIELDS.JSXFragment;
|
2054
|
+
validate(defs.openingFragment, node, "openingFragment", openingFragment, 1);
|
2055
|
+
validate(defs.closingFragment, node, "closingFragment", closingFragment, 1);
|
2056
|
+
validate(defs.children, node, "children", children, 1);
|
2057
|
+
return node;
|
2058
|
+
}
|
2059
|
+
function jsxOpeningFragment() {
|
2060
|
+
return {
|
2061
|
+
type: "JSXOpeningFragment"
|
2062
|
+
};
|
2063
|
+
}
|
2064
|
+
function jsxClosingFragment() {
|
2065
|
+
return {
|
2066
|
+
type: "JSXClosingFragment"
|
2067
|
+
};
|
2068
|
+
}
|
2069
|
+
function noop() {
|
2070
|
+
return {
|
2071
|
+
type: "Noop"
|
2072
|
+
};
|
2073
|
+
}
|
2074
|
+
function placeholder(expectedNode, name) {
|
2075
|
+
const node = {
|
2076
|
+
type: "Placeholder",
|
2077
|
+
expectedNode,
|
2078
|
+
name
|
2079
|
+
};
|
2080
|
+
const defs = NODE_FIELDS.Placeholder;
|
2081
|
+
validate(defs.expectedNode, node, "expectedNode", expectedNode);
|
2082
|
+
validate(defs.name, node, "name", name, 1);
|
2083
|
+
return node;
|
2084
|
+
}
|
2085
|
+
function v8IntrinsicIdentifier(name) {
|
2086
|
+
const node = {
|
2087
|
+
type: "V8IntrinsicIdentifier",
|
2088
|
+
name
|
2089
|
+
};
|
2090
|
+
const defs = NODE_FIELDS.V8IntrinsicIdentifier;
|
2091
|
+
validate(defs.name, node, "name", name);
|
2092
|
+
return node;
|
2093
|
+
}
|
2094
|
+
function argumentPlaceholder() {
|
2095
|
+
return {
|
2096
|
+
type: "ArgumentPlaceholder"
|
2097
|
+
};
|
2098
|
+
}
|
2099
|
+
function bindExpression(object, callee) {
|
2100
|
+
const node = {
|
2101
|
+
type: "BindExpression",
|
2102
|
+
object,
|
2103
|
+
callee
|
2104
|
+
};
|
2105
|
+
const defs = NODE_FIELDS.BindExpression;
|
2106
|
+
validate(defs.object, node, "object", object, 1);
|
2107
|
+
validate(defs.callee, node, "callee", callee, 1);
|
2108
|
+
return node;
|
2109
|
+
}
|
2110
|
+
function importAttribute(key, value) {
|
2111
|
+
const node = {
|
2112
|
+
type: "ImportAttribute",
|
2113
|
+
key,
|
2114
|
+
value
|
2115
|
+
};
|
2116
|
+
const defs = NODE_FIELDS.ImportAttribute;
|
2117
|
+
validate(defs.key, node, "key", key, 1);
|
2118
|
+
validate(defs.value, node, "value", value, 1);
|
2119
|
+
return node;
|
2120
|
+
}
|
2121
|
+
function decorator(expression) {
|
2122
|
+
const node = {
|
2123
|
+
type: "Decorator",
|
2124
|
+
expression
|
2125
|
+
};
|
2126
|
+
const defs = NODE_FIELDS.Decorator;
|
2127
|
+
validate(defs.expression, node, "expression", expression, 1);
|
2128
|
+
return node;
|
2129
|
+
}
|
2130
|
+
function doExpression(body, async = false) {
|
2131
|
+
const node = {
|
2132
|
+
type: "DoExpression",
|
2133
|
+
body,
|
2134
|
+
async
|
2135
|
+
};
|
2136
|
+
const defs = NODE_FIELDS.DoExpression;
|
2137
|
+
validate(defs.body, node, "body", body, 1);
|
2138
|
+
validate(defs.async, node, "async", async);
|
2139
|
+
return node;
|
2140
|
+
}
|
2141
|
+
function exportDefaultSpecifier(exported) {
|
2142
|
+
const node = {
|
2143
|
+
type: "ExportDefaultSpecifier",
|
2144
|
+
exported
|
2145
|
+
};
|
2146
|
+
const defs = NODE_FIELDS.ExportDefaultSpecifier;
|
2147
|
+
validate(defs.exported, node, "exported", exported, 1);
|
2148
|
+
return node;
|
2149
|
+
}
|
2150
|
+
function recordExpression(properties) {
|
2151
|
+
const node = {
|
2152
|
+
type: "RecordExpression",
|
2153
|
+
properties
|
2154
|
+
};
|
2155
|
+
const defs = NODE_FIELDS.RecordExpression;
|
2156
|
+
validate(defs.properties, node, "properties", properties, 1);
|
2157
|
+
return node;
|
2158
|
+
}
|
2159
|
+
function tupleExpression(elements = []) {
|
2160
|
+
const node = {
|
2161
|
+
type: "TupleExpression",
|
2162
|
+
elements
|
2163
|
+
};
|
2164
|
+
const defs = NODE_FIELDS.TupleExpression;
|
2165
|
+
validate(defs.elements, node, "elements", elements, 1);
|
2166
|
+
return node;
|
2167
|
+
}
|
2168
|
+
function decimalLiteral(value) {
|
2169
|
+
const node = {
|
2170
|
+
type: "DecimalLiteral",
|
2171
|
+
value
|
2172
|
+
};
|
2173
|
+
const defs = NODE_FIELDS.DecimalLiteral;
|
2174
|
+
validate(defs.value, node, "value", value);
|
2175
|
+
return node;
|
2176
|
+
}
|
2177
|
+
function moduleExpression(body) {
|
2178
|
+
const node = {
|
2179
|
+
type: "ModuleExpression",
|
2180
|
+
body
|
2181
|
+
};
|
2182
|
+
const defs = NODE_FIELDS.ModuleExpression;
|
2183
|
+
validate(defs.body, node, "body", body, 1);
|
2184
|
+
return node;
|
2185
|
+
}
|
2186
|
+
function topicReference() {
|
2187
|
+
return {
|
2188
|
+
type: "TopicReference"
|
2189
|
+
};
|
2190
|
+
}
|
2191
|
+
function pipelineTopicExpression(expression) {
|
2192
|
+
const node = {
|
2193
|
+
type: "PipelineTopicExpression",
|
2194
|
+
expression
|
2195
|
+
};
|
2196
|
+
const defs = NODE_FIELDS.PipelineTopicExpression;
|
2197
|
+
validate(defs.expression, node, "expression", expression, 1);
|
2198
|
+
return node;
|
2199
|
+
}
|
2200
|
+
function pipelineBareFunction(callee) {
|
2201
|
+
const node = {
|
2202
|
+
type: "PipelineBareFunction",
|
2203
|
+
callee
|
2204
|
+
};
|
2205
|
+
const defs = NODE_FIELDS.PipelineBareFunction;
|
2206
|
+
validate(defs.callee, node, "callee", callee, 1);
|
2207
|
+
return node;
|
2208
|
+
}
|
2209
|
+
function pipelinePrimaryTopicReference() {
|
2210
|
+
return {
|
2211
|
+
type: "PipelinePrimaryTopicReference"
|
2212
|
+
};
|
2213
|
+
}
|
2214
|
+
function tsParameterProperty(parameter) {
|
2215
|
+
const node = {
|
2216
|
+
type: "TSParameterProperty",
|
2217
|
+
parameter
|
2218
|
+
};
|
2219
|
+
const defs = NODE_FIELDS.TSParameterProperty;
|
2220
|
+
validate(defs.parameter, node, "parameter", parameter, 1);
|
2221
|
+
return node;
|
2222
|
+
}
|
2223
|
+
function tsDeclareFunction(id = null, typeParameters = null, params, returnType = null) {
|
2224
|
+
const node = {
|
2225
|
+
type: "TSDeclareFunction",
|
2226
|
+
id,
|
2227
|
+
typeParameters,
|
2228
|
+
params,
|
2229
|
+
returnType
|
2230
|
+
};
|
2231
|
+
const defs = NODE_FIELDS.TSDeclareFunction;
|
2232
|
+
validate(defs.id, node, "id", id, 1);
|
2233
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
2234
|
+
validate(defs.params, node, "params", params, 1);
|
2235
|
+
validate(defs.returnType, node, "returnType", returnType, 1);
|
2236
|
+
return node;
|
2237
|
+
}
|
2238
|
+
function tsDeclareMethod(decorators = null, key, typeParameters = null, params, returnType = null) {
|
2239
|
+
const node = {
|
2240
|
+
type: "TSDeclareMethod",
|
2241
|
+
decorators,
|
2242
|
+
key,
|
2243
|
+
typeParameters,
|
2244
|
+
params,
|
2245
|
+
returnType
|
2246
|
+
};
|
2247
|
+
const defs = NODE_FIELDS.TSDeclareMethod;
|
2248
|
+
validate(defs.decorators, node, "decorators", decorators, 1);
|
2249
|
+
validate(defs.key, node, "key", key, 1);
|
2250
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
2251
|
+
validate(defs.params, node, "params", params, 1);
|
2252
|
+
validate(defs.returnType, node, "returnType", returnType, 1);
|
2253
|
+
return node;
|
2254
|
+
}
|
2255
|
+
function tsQualifiedName(left, right) {
|
2256
|
+
const node = {
|
2257
|
+
type: "TSQualifiedName",
|
2258
|
+
left,
|
2259
|
+
right
|
2260
|
+
};
|
2261
|
+
const defs = NODE_FIELDS.TSQualifiedName;
|
2262
|
+
validate(defs.left, node, "left", left, 1);
|
2263
|
+
validate(defs.right, node, "right", right, 1);
|
2264
|
+
return node;
|
2265
|
+
}
|
2266
|
+
function tsCallSignatureDeclaration(typeParameters = null, parameters, typeAnnotation = null) {
|
2267
|
+
const node = {
|
2268
|
+
type: "TSCallSignatureDeclaration",
|
2269
|
+
typeParameters,
|
2270
|
+
parameters,
|
2271
|
+
typeAnnotation
|
2272
|
+
};
|
2273
|
+
const defs = NODE_FIELDS.TSCallSignatureDeclaration;
|
2274
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
2275
|
+
validate(defs.parameters, node, "parameters", parameters, 1);
|
2276
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
2277
|
+
return node;
|
2278
|
+
}
|
2279
|
+
function tsConstructSignatureDeclaration(typeParameters = null, parameters, typeAnnotation = null) {
|
2280
|
+
const node = {
|
2281
|
+
type: "TSConstructSignatureDeclaration",
|
2282
|
+
typeParameters,
|
2283
|
+
parameters,
|
2284
|
+
typeAnnotation
|
2285
|
+
};
|
2286
|
+
const defs = NODE_FIELDS.TSConstructSignatureDeclaration;
|
2287
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
2288
|
+
validate(defs.parameters, node, "parameters", parameters, 1);
|
2289
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
2290
|
+
return node;
|
2291
|
+
}
|
2292
|
+
function tsPropertySignature(key, typeAnnotation = null) {
|
2293
|
+
const node = {
|
2294
|
+
type: "TSPropertySignature",
|
2295
|
+
key,
|
2296
|
+
typeAnnotation
|
2297
|
+
};
|
2298
|
+
const defs = NODE_FIELDS.TSPropertySignature;
|
2299
|
+
validate(defs.key, node, "key", key, 1);
|
2300
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
2301
|
+
return node;
|
2302
|
+
}
|
2303
|
+
function tsMethodSignature(key, typeParameters = null, parameters, typeAnnotation = null) {
|
2304
|
+
const node = {
|
2305
|
+
type: "TSMethodSignature",
|
2306
|
+
key,
|
2307
|
+
typeParameters,
|
2308
|
+
parameters,
|
2309
|
+
typeAnnotation,
|
2310
|
+
kind: null
|
2311
|
+
};
|
2312
|
+
const defs = NODE_FIELDS.TSMethodSignature;
|
2313
|
+
validate(defs.key, node, "key", key, 1);
|
2314
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
2315
|
+
validate(defs.parameters, node, "parameters", parameters, 1);
|
2316
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
2317
|
+
return node;
|
2318
|
+
}
|
2319
|
+
function tsIndexSignature(parameters, typeAnnotation = null) {
|
2320
|
+
const node = {
|
2321
|
+
type: "TSIndexSignature",
|
2322
|
+
parameters,
|
2323
|
+
typeAnnotation
|
2324
|
+
};
|
2325
|
+
const defs = NODE_FIELDS.TSIndexSignature;
|
2326
|
+
validate(defs.parameters, node, "parameters", parameters, 1);
|
2327
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
2328
|
+
return node;
|
2329
|
+
}
|
2330
|
+
function tsAnyKeyword() {
|
2331
|
+
return {
|
2332
|
+
type: "TSAnyKeyword"
|
2333
|
+
};
|
2334
|
+
}
|
2335
|
+
function tsBooleanKeyword() {
|
2336
|
+
return {
|
2337
|
+
type: "TSBooleanKeyword"
|
2338
|
+
};
|
2339
|
+
}
|
2340
|
+
function tsBigIntKeyword() {
|
2341
|
+
return {
|
2342
|
+
type: "TSBigIntKeyword"
|
2343
|
+
};
|
2344
|
+
}
|
2345
|
+
function tsIntrinsicKeyword() {
|
2346
|
+
return {
|
2347
|
+
type: "TSIntrinsicKeyword"
|
2348
|
+
};
|
2349
|
+
}
|
2350
|
+
function tsNeverKeyword() {
|
2351
|
+
return {
|
2352
|
+
type: "TSNeverKeyword"
|
2353
|
+
};
|
2354
|
+
}
|
2355
|
+
function tsNullKeyword() {
|
2356
|
+
return {
|
2357
|
+
type: "TSNullKeyword"
|
2358
|
+
};
|
2359
|
+
}
|
2360
|
+
function tsNumberKeyword() {
|
2361
|
+
return {
|
2362
|
+
type: "TSNumberKeyword"
|
2363
|
+
};
|
2364
|
+
}
|
2365
|
+
function tsObjectKeyword() {
|
2366
|
+
return {
|
2367
|
+
type: "TSObjectKeyword"
|
2368
|
+
};
|
2369
|
+
}
|
2370
|
+
function tsStringKeyword() {
|
2371
|
+
return {
|
2372
|
+
type: "TSStringKeyword"
|
2373
|
+
};
|
2374
|
+
}
|
2375
|
+
function tsSymbolKeyword() {
|
2376
|
+
return {
|
2377
|
+
type: "TSSymbolKeyword"
|
2378
|
+
};
|
2379
|
+
}
|
2380
|
+
function tsUndefinedKeyword() {
|
2381
|
+
return {
|
2382
|
+
type: "TSUndefinedKeyword"
|
2383
|
+
};
|
2384
|
+
}
|
2385
|
+
function tsUnknownKeyword() {
|
2386
|
+
return {
|
2387
|
+
type: "TSUnknownKeyword"
|
2388
|
+
};
|
2389
|
+
}
|
2390
|
+
function tsVoidKeyword() {
|
2391
|
+
return {
|
2392
|
+
type: "TSVoidKeyword"
|
2393
|
+
};
|
2394
|
+
}
|
2395
|
+
function tsThisType() {
|
2396
|
+
return {
|
2397
|
+
type: "TSThisType"
|
2398
|
+
};
|
2399
|
+
}
|
2400
|
+
function tsFunctionType(typeParameters = null, parameters, typeAnnotation = null) {
|
2401
|
+
const node = {
|
2402
|
+
type: "TSFunctionType",
|
2403
|
+
typeParameters,
|
2404
|
+
parameters,
|
2405
|
+
typeAnnotation
|
2406
|
+
};
|
2407
|
+
const defs = NODE_FIELDS.TSFunctionType;
|
2408
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
2409
|
+
validate(defs.parameters, node, "parameters", parameters, 1);
|
2410
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
2411
|
+
return node;
|
2412
|
+
}
|
2413
|
+
function tsConstructorType(typeParameters = null, parameters, typeAnnotation = null) {
|
2414
|
+
const node = {
|
2415
|
+
type: "TSConstructorType",
|
2416
|
+
typeParameters,
|
2417
|
+
parameters,
|
2418
|
+
typeAnnotation
|
2419
|
+
};
|
2420
|
+
const defs = NODE_FIELDS.TSConstructorType;
|
2421
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
2422
|
+
validate(defs.parameters, node, "parameters", parameters, 1);
|
2423
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
2424
|
+
return node;
|
2425
|
+
}
|
2426
|
+
function tsTypeReference(typeName, typeParameters = null) {
|
2427
|
+
const node = {
|
2428
|
+
type: "TSTypeReference",
|
2429
|
+
typeName,
|
2430
|
+
typeParameters
|
2431
|
+
};
|
2432
|
+
const defs = NODE_FIELDS.TSTypeReference;
|
2433
|
+
validate(defs.typeName, node, "typeName", typeName, 1);
|
2434
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
2435
|
+
return node;
|
2436
|
+
}
|
2437
|
+
function tsTypePredicate(parameterName, typeAnnotation = null, asserts = null) {
|
2438
|
+
const node = {
|
2439
|
+
type: "TSTypePredicate",
|
2440
|
+
parameterName,
|
2441
|
+
typeAnnotation,
|
2442
|
+
asserts
|
2443
|
+
};
|
2444
|
+
const defs = NODE_FIELDS.TSTypePredicate;
|
2445
|
+
validate(defs.parameterName, node, "parameterName", parameterName, 1);
|
2446
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
2447
|
+
validate(defs.asserts, node, "asserts", asserts);
|
2448
|
+
return node;
|
2449
|
+
}
|
2450
|
+
function tsTypeQuery(exprName, typeParameters = null) {
|
2451
|
+
const node = {
|
2452
|
+
type: "TSTypeQuery",
|
2453
|
+
exprName,
|
2454
|
+
typeParameters
|
2455
|
+
};
|
2456
|
+
const defs = NODE_FIELDS.TSTypeQuery;
|
2457
|
+
validate(defs.exprName, node, "exprName", exprName, 1);
|
2458
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
2459
|
+
return node;
|
2460
|
+
}
|
2461
|
+
function tsTypeLiteral(members) {
|
2462
|
+
const node = {
|
2463
|
+
type: "TSTypeLiteral",
|
2464
|
+
members
|
2465
|
+
};
|
2466
|
+
const defs = NODE_FIELDS.TSTypeLiteral;
|
2467
|
+
validate(defs.members, node, "members", members, 1);
|
2468
|
+
return node;
|
2469
|
+
}
|
2470
|
+
function tsArrayType(elementType) {
|
2471
|
+
const node = {
|
2472
|
+
type: "TSArrayType",
|
2473
|
+
elementType
|
2474
|
+
};
|
2475
|
+
const defs = NODE_FIELDS.TSArrayType;
|
2476
|
+
validate(defs.elementType, node, "elementType", elementType, 1);
|
2477
|
+
return node;
|
2478
|
+
}
|
2479
|
+
function tsTupleType(elementTypes) {
|
2480
|
+
const node = {
|
2481
|
+
type: "TSTupleType",
|
2482
|
+
elementTypes
|
2483
|
+
};
|
2484
|
+
const defs = NODE_FIELDS.TSTupleType;
|
2485
|
+
validate(defs.elementTypes, node, "elementTypes", elementTypes, 1);
|
2486
|
+
return node;
|
2487
|
+
}
|
2488
|
+
function tsOptionalType(typeAnnotation) {
|
2489
|
+
const node = {
|
2490
|
+
type: "TSOptionalType",
|
2491
|
+
typeAnnotation
|
2492
|
+
};
|
2493
|
+
const defs = NODE_FIELDS.TSOptionalType;
|
2494
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
2495
|
+
return node;
|
2496
|
+
}
|
2497
|
+
function tsRestType(typeAnnotation) {
|
2498
|
+
const node = {
|
2499
|
+
type: "TSRestType",
|
2500
|
+
typeAnnotation
|
2501
|
+
};
|
2502
|
+
const defs = NODE_FIELDS.TSRestType;
|
2503
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
2504
|
+
return node;
|
2505
|
+
}
|
2506
|
+
function tsNamedTupleMember(label, elementType, optional = false) {
|
2507
|
+
const node = {
|
2508
|
+
type: "TSNamedTupleMember",
|
2509
|
+
label,
|
2510
|
+
elementType,
|
2511
|
+
optional
|
2512
|
+
};
|
2513
|
+
const defs = NODE_FIELDS.TSNamedTupleMember;
|
2514
|
+
validate(defs.label, node, "label", label, 1);
|
2515
|
+
validate(defs.elementType, node, "elementType", elementType, 1);
|
2516
|
+
validate(defs.optional, node, "optional", optional);
|
2517
|
+
return node;
|
2518
|
+
}
|
2519
|
+
function tsUnionType(types) {
|
2520
|
+
const node = {
|
2521
|
+
type: "TSUnionType",
|
2522
|
+
types
|
2523
|
+
};
|
2524
|
+
const defs = NODE_FIELDS.TSUnionType;
|
2525
|
+
validate(defs.types, node, "types", types, 1);
|
2526
|
+
return node;
|
2527
|
+
}
|
2528
|
+
function tsIntersectionType(types) {
|
2529
|
+
const node = {
|
2530
|
+
type: "TSIntersectionType",
|
2531
|
+
types
|
2532
|
+
};
|
2533
|
+
const defs = NODE_FIELDS.TSIntersectionType;
|
2534
|
+
validate(defs.types, node, "types", types, 1);
|
2535
|
+
return node;
|
2536
|
+
}
|
2537
|
+
function tsConditionalType(checkType, extendsType, trueType, falseType) {
|
2538
|
+
const node = {
|
2539
|
+
type: "TSConditionalType",
|
2540
|
+
checkType,
|
2541
|
+
extendsType,
|
2542
|
+
trueType,
|
2543
|
+
falseType
|
2544
|
+
};
|
2545
|
+
const defs = NODE_FIELDS.TSConditionalType;
|
2546
|
+
validate(defs.checkType, node, "checkType", checkType, 1);
|
2547
|
+
validate(defs.extendsType, node, "extendsType", extendsType, 1);
|
2548
|
+
validate(defs.trueType, node, "trueType", trueType, 1);
|
2549
|
+
validate(defs.falseType, node, "falseType", falseType, 1);
|
2550
|
+
return node;
|
2551
|
+
}
|
2552
|
+
function tsInferType(typeParameter) {
|
2553
|
+
const node = {
|
2554
|
+
type: "TSInferType",
|
2555
|
+
typeParameter
|
2556
|
+
};
|
2557
|
+
const defs = NODE_FIELDS.TSInferType;
|
2558
|
+
validate(defs.typeParameter, node, "typeParameter", typeParameter, 1);
|
2559
|
+
return node;
|
2560
|
+
}
|
2561
|
+
function tsParenthesizedType(typeAnnotation) {
|
2562
|
+
const node = {
|
2563
|
+
type: "TSParenthesizedType",
|
2564
|
+
typeAnnotation
|
2565
|
+
};
|
2566
|
+
const defs = NODE_FIELDS.TSParenthesizedType;
|
2567
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
2568
|
+
return node;
|
2569
|
+
}
|
2570
|
+
function tsTypeOperator(typeAnnotation) {
|
2571
|
+
const node = {
|
2572
|
+
type: "TSTypeOperator",
|
2573
|
+
typeAnnotation,
|
2574
|
+
operator: null
|
2575
|
+
};
|
2576
|
+
const defs = NODE_FIELDS.TSTypeOperator;
|
2577
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
2578
|
+
return node;
|
2579
|
+
}
|
2580
|
+
function tsIndexedAccessType(objectType, indexType) {
|
2581
|
+
const node = {
|
2582
|
+
type: "TSIndexedAccessType",
|
2583
|
+
objectType,
|
2584
|
+
indexType
|
2585
|
+
};
|
2586
|
+
const defs = NODE_FIELDS.TSIndexedAccessType;
|
2587
|
+
validate(defs.objectType, node, "objectType", objectType, 1);
|
2588
|
+
validate(defs.indexType, node, "indexType", indexType, 1);
|
2589
|
+
return node;
|
2590
|
+
}
|
2591
|
+
function tsMappedType(typeParameter, typeAnnotation = null, nameType = null) {
|
2592
|
+
const node = {
|
2593
|
+
type: "TSMappedType",
|
2594
|
+
typeParameter,
|
2595
|
+
typeAnnotation,
|
2596
|
+
nameType
|
2597
|
+
};
|
2598
|
+
const defs = NODE_FIELDS.TSMappedType;
|
2599
|
+
validate(defs.typeParameter, node, "typeParameter", typeParameter, 1);
|
2600
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
2601
|
+
validate(defs.nameType, node, "nameType", nameType, 1);
|
2602
|
+
return node;
|
2603
|
+
}
|
2604
|
+
function tsTemplateLiteralType(quasis, types) {
|
2605
|
+
const node = {
|
2606
|
+
type: "TSTemplateLiteralType",
|
2607
|
+
quasis,
|
2608
|
+
types
|
2609
|
+
};
|
2610
|
+
const defs = NODE_FIELDS.TSTemplateLiteralType;
|
2611
|
+
validate(defs.quasis, node, "quasis", quasis, 1);
|
2612
|
+
validate(defs.types, node, "types", types, 1);
|
2613
|
+
return node;
|
2614
|
+
}
|
2615
|
+
function tsLiteralType(literal) {
|
2616
|
+
const node = {
|
2617
|
+
type: "TSLiteralType",
|
2618
|
+
literal
|
2619
|
+
};
|
2620
|
+
const defs = NODE_FIELDS.TSLiteralType;
|
2621
|
+
validate(defs.literal, node, "literal", literal, 1);
|
2622
|
+
return node;
|
2623
|
+
}
|
2624
|
+
function tsExpressionWithTypeArguments(expression, typeParameters = null) {
|
2625
|
+
const node = {
|
2626
|
+
type: "TSExpressionWithTypeArguments",
|
2627
|
+
expression,
|
2628
|
+
typeParameters
|
2629
|
+
};
|
2630
|
+
const defs = NODE_FIELDS.TSExpressionWithTypeArguments;
|
2631
|
+
validate(defs.expression, node, "expression", expression, 1);
|
2632
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
2633
|
+
return node;
|
2634
|
+
}
|
2635
|
+
function tsInterfaceDeclaration(id, typeParameters = null, _extends = null, body) {
|
2636
|
+
const node = {
|
2637
|
+
type: "TSInterfaceDeclaration",
|
2638
|
+
id,
|
2639
|
+
typeParameters,
|
2640
|
+
extends: _extends,
|
2641
|
+
body
|
2642
|
+
};
|
2643
|
+
const defs = NODE_FIELDS.TSInterfaceDeclaration;
|
2644
|
+
validate(defs.id, node, "id", id, 1);
|
2645
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
2646
|
+
validate(defs.extends, node, "extends", _extends, 1);
|
2647
|
+
validate(defs.body, node, "body", body, 1);
|
2648
|
+
return node;
|
2649
|
+
}
|
2650
|
+
function tsInterfaceBody(body) {
|
2651
|
+
const node = {
|
2652
|
+
type: "TSInterfaceBody",
|
2653
|
+
body
|
2654
|
+
};
|
2655
|
+
const defs = NODE_FIELDS.TSInterfaceBody;
|
2656
|
+
validate(defs.body, node, "body", body, 1);
|
2657
|
+
return node;
|
2658
|
+
}
|
2659
|
+
function tsTypeAliasDeclaration(id, typeParameters = null, typeAnnotation) {
|
2660
|
+
const node = {
|
2661
|
+
type: "TSTypeAliasDeclaration",
|
2662
|
+
id,
|
2663
|
+
typeParameters,
|
2664
|
+
typeAnnotation
|
2665
|
+
};
|
2666
|
+
const defs = NODE_FIELDS.TSTypeAliasDeclaration;
|
2667
|
+
validate(defs.id, node, "id", id, 1);
|
2668
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
2669
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
2670
|
+
return node;
|
2671
|
+
}
|
2672
|
+
function tsInstantiationExpression(expression, typeParameters = null) {
|
2673
|
+
const node = {
|
2674
|
+
type: "TSInstantiationExpression",
|
2675
|
+
expression,
|
2676
|
+
typeParameters
|
2677
|
+
};
|
2678
|
+
const defs = NODE_FIELDS.TSInstantiationExpression;
|
2679
|
+
validate(defs.expression, node, "expression", expression, 1);
|
2680
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
2681
|
+
return node;
|
2682
|
+
}
|
2683
|
+
function tsAsExpression(expression, typeAnnotation) {
|
2684
|
+
const node = {
|
2685
|
+
type: "TSAsExpression",
|
2686
|
+
expression,
|
2687
|
+
typeAnnotation
|
2688
|
+
};
|
2689
|
+
const defs = NODE_FIELDS.TSAsExpression;
|
2690
|
+
validate(defs.expression, node, "expression", expression, 1);
|
2691
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
2692
|
+
return node;
|
2693
|
+
}
|
2694
|
+
function tsSatisfiesExpression(expression, typeAnnotation) {
|
2695
|
+
const node = {
|
2696
|
+
type: "TSSatisfiesExpression",
|
2697
|
+
expression,
|
2698
|
+
typeAnnotation
|
2699
|
+
};
|
2700
|
+
const defs = NODE_FIELDS.TSSatisfiesExpression;
|
2701
|
+
validate(defs.expression, node, "expression", expression, 1);
|
2702
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
2703
|
+
return node;
|
2704
|
+
}
|
2705
|
+
function tsTypeAssertion(typeAnnotation, expression) {
|
2706
|
+
const node = {
|
2707
|
+
type: "TSTypeAssertion",
|
2708
|
+
typeAnnotation,
|
2709
|
+
expression
|
2710
|
+
};
|
2711
|
+
const defs = NODE_FIELDS.TSTypeAssertion;
|
2712
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
2713
|
+
validate(defs.expression, node, "expression", expression, 1);
|
2714
|
+
return node;
|
2715
|
+
}
|
2716
|
+
function tsEnumBody(members) {
|
2717
|
+
const node = {
|
2718
|
+
type: "TSEnumBody",
|
2719
|
+
members
|
2720
|
+
};
|
2721
|
+
const defs = NODE_FIELDS.TSEnumBody;
|
2722
|
+
validate(defs.members, node, "members", members, 1);
|
2723
|
+
return node;
|
2724
|
+
}
|
2725
|
+
function tsEnumDeclaration(id, members) {
|
2726
|
+
const node = {
|
2727
|
+
type: "TSEnumDeclaration",
|
2728
|
+
id,
|
2729
|
+
members
|
2730
|
+
};
|
2731
|
+
const defs = NODE_FIELDS.TSEnumDeclaration;
|
2732
|
+
validate(defs.id, node, "id", id, 1);
|
2733
|
+
validate(defs.members, node, "members", members, 1);
|
2734
|
+
return node;
|
2735
|
+
}
|
2736
|
+
function tsEnumMember(id, initializer = null) {
|
2737
|
+
const node = {
|
2738
|
+
type: "TSEnumMember",
|
2739
|
+
id,
|
2740
|
+
initializer
|
2741
|
+
};
|
2742
|
+
const defs = NODE_FIELDS.TSEnumMember;
|
2743
|
+
validate(defs.id, node, "id", id, 1);
|
2744
|
+
validate(defs.initializer, node, "initializer", initializer, 1);
|
2745
|
+
return node;
|
2746
|
+
}
|
2747
|
+
function tsModuleDeclaration(id, body) {
|
2748
|
+
const node = {
|
2749
|
+
type: "TSModuleDeclaration",
|
2750
|
+
id,
|
2751
|
+
body,
|
2752
|
+
kind: null
|
2753
|
+
};
|
2754
|
+
const defs = NODE_FIELDS.TSModuleDeclaration;
|
2755
|
+
validate(defs.id, node, "id", id, 1);
|
2756
|
+
validate(defs.body, node, "body", body, 1);
|
2757
|
+
return node;
|
2758
|
+
}
|
2759
|
+
function tsModuleBlock(body) {
|
2760
|
+
const node = {
|
2761
|
+
type: "TSModuleBlock",
|
2762
|
+
body
|
2763
|
+
};
|
2764
|
+
const defs = NODE_FIELDS.TSModuleBlock;
|
2765
|
+
validate(defs.body, node, "body", body, 1);
|
2766
|
+
return node;
|
2767
|
+
}
|
2768
|
+
function tsImportType(argument, qualifier = null, typeParameters = null) {
|
2769
|
+
const node = {
|
2770
|
+
type: "TSImportType",
|
2771
|
+
argument,
|
2772
|
+
qualifier,
|
2773
|
+
typeParameters
|
2774
|
+
};
|
2775
|
+
const defs = NODE_FIELDS.TSImportType;
|
2776
|
+
validate(defs.argument, node, "argument", argument, 1);
|
2777
|
+
validate(defs.qualifier, node, "qualifier", qualifier, 1);
|
2778
|
+
validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
|
2779
|
+
return node;
|
2780
|
+
}
|
2781
|
+
function tsImportEqualsDeclaration(id, moduleReference) {
|
2782
|
+
const node = {
|
2783
|
+
type: "TSImportEqualsDeclaration",
|
2784
|
+
id,
|
2785
|
+
moduleReference,
|
2786
|
+
isExport: null
|
2787
|
+
};
|
2788
|
+
const defs = NODE_FIELDS.TSImportEqualsDeclaration;
|
2789
|
+
validate(defs.id, node, "id", id, 1);
|
2790
|
+
validate(defs.moduleReference, node, "moduleReference", moduleReference, 1);
|
2791
|
+
return node;
|
2792
|
+
}
|
2793
|
+
function tsExternalModuleReference(expression) {
|
2794
|
+
const node = {
|
2795
|
+
type: "TSExternalModuleReference",
|
2796
|
+
expression
|
2797
|
+
};
|
2798
|
+
const defs = NODE_FIELDS.TSExternalModuleReference;
|
2799
|
+
validate(defs.expression, node, "expression", expression, 1);
|
2800
|
+
return node;
|
2801
|
+
}
|
2802
|
+
function tsNonNullExpression(expression) {
|
2803
|
+
const node = {
|
2804
|
+
type: "TSNonNullExpression",
|
2805
|
+
expression
|
2806
|
+
};
|
2807
|
+
const defs = NODE_FIELDS.TSNonNullExpression;
|
2808
|
+
validate(defs.expression, node, "expression", expression, 1);
|
2809
|
+
return node;
|
2810
|
+
}
|
2811
|
+
function tsExportAssignment(expression) {
|
2812
|
+
const node = {
|
2813
|
+
type: "TSExportAssignment",
|
2814
|
+
expression
|
2815
|
+
};
|
2816
|
+
const defs = NODE_FIELDS.TSExportAssignment;
|
2817
|
+
validate(defs.expression, node, "expression", expression, 1);
|
2818
|
+
return node;
|
2819
|
+
}
|
2820
|
+
function tsNamespaceExportDeclaration(id) {
|
2821
|
+
const node = {
|
2822
|
+
type: "TSNamespaceExportDeclaration",
|
2823
|
+
id
|
2824
|
+
};
|
2825
|
+
const defs = NODE_FIELDS.TSNamespaceExportDeclaration;
|
2826
|
+
validate(defs.id, node, "id", id, 1);
|
2827
|
+
return node;
|
2828
|
+
}
|
2829
|
+
function tsTypeAnnotation(typeAnnotation) {
|
2830
|
+
const node = {
|
2831
|
+
type: "TSTypeAnnotation",
|
2832
|
+
typeAnnotation
|
2833
|
+
};
|
2834
|
+
const defs = NODE_FIELDS.TSTypeAnnotation;
|
2835
|
+
validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
|
2836
|
+
return node;
|
2837
|
+
}
|
2838
|
+
function tsTypeParameterInstantiation(params) {
|
2839
|
+
const node = {
|
2840
|
+
type: "TSTypeParameterInstantiation",
|
2841
|
+
params
|
2842
|
+
};
|
2843
|
+
const defs = NODE_FIELDS.TSTypeParameterInstantiation;
|
2844
|
+
validate(defs.params, node, "params", params, 1);
|
2845
|
+
return node;
|
2846
|
+
}
|
2847
|
+
function tsTypeParameterDeclaration(params) {
|
2848
|
+
const node = {
|
2849
|
+
type: "TSTypeParameterDeclaration",
|
2850
|
+
params
|
2851
|
+
};
|
2852
|
+
const defs = NODE_FIELDS.TSTypeParameterDeclaration;
|
2853
|
+
validate(defs.params, node, "params", params, 1);
|
2854
|
+
return node;
|
2855
|
+
}
|
2856
|
+
function tsTypeParameter(constraint = null, _default = null, name) {
|
2857
|
+
const node = {
|
2858
|
+
type: "TSTypeParameter",
|
2859
|
+
constraint,
|
2860
|
+
default: _default,
|
2861
|
+
name
|
2862
|
+
};
|
2863
|
+
const defs = NODE_FIELDS.TSTypeParameter;
|
2864
|
+
validate(defs.constraint, node, "constraint", constraint, 1);
|
2865
|
+
validate(defs.default, node, "default", _default, 1);
|
2866
|
+
validate(defs.name, node, "name", name);
|
2867
|
+
return node;
|
2868
|
+
}
|
2869
|
+
function NumberLiteral(value) {
|
2870
|
+
(0, _deprecationWarning.default)("NumberLiteral", "NumericLiteral", "The node type ");
|
2871
|
+
return numericLiteral(value);
|
2872
|
+
}
|
2873
|
+
function RegexLiteral(pattern, flags = "") {
|
2874
|
+
(0, _deprecationWarning.default)("RegexLiteral", "RegExpLiteral", "The node type ");
|
2875
|
+
return regExpLiteral(pattern, flags);
|
2876
|
+
}
|
2877
|
+
function RestProperty(argument) {
|
2878
|
+
(0, _deprecationWarning.default)("RestProperty", "RestElement", "The node type ");
|
2879
|
+
return restElement(argument);
|
2880
|
+
}
|
2881
|
+
function SpreadProperty(argument) {
|
2882
|
+
(0, _deprecationWarning.default)("SpreadProperty", "SpreadElement", "The node type ");
|
2883
|
+
return spreadElement(argument);
|
2884
|
+
}
|
2885
|
+
|
2886
|
+
//# sourceMappingURL=lowercase.js.map
|